!function(){"use strict";var d,e=angular.module("sims.module.Setup");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("ExceptionLogsCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(s,e,t,a,o,n,i){s.pagesize="50",s.pageindex="1",s.pager=!0,s.acadyr_data=[],s.edit_code=!1,s.edt={};s.user_access=[],s.appcode=e.current.name.split(".");e=t.globals.currentUser.username;n.get(i.apiUrl+"api/AlertTransaction/Get_user_access_rights?username="+e+"&appl_code="+s.appcode[1]).then(function(e){s.user_rights=e.data;for(var t=0;t<s.user_rights.length;t++)0==t&&(s.user_access.data_read=s.user_rights[t].comn_user_read,s.user_access.data_insert=s.user_rights[t].comn_user_insert,s.user_access.data_update=s.user_rights[t].comn_user_update,s.user_access.data_delete=s.user_rights[t].comn_user_delete,s.user_access.data_massupdate=s.user_rights[t].comn_user_massupdate,s.user_access.is_admin=s.user_rights[t].comn_user_admin)}),"asd"==n.defaults.headers.common.schoolId&&(s.showASDFlag=!0),a(function(){$("#fixedtable").tableHeadFixer({top:1})},100),s.filteredTodos=[],s.currentPage=1,s.numPerPage=50,s.maxSize=50,n.get(i.apiUrl+"api/ERP/Grade/getCuriculum?username="+t.globals.currentUser.username).then(function(e){s.obj2=e.data,s.edt.sims_cur_code=s.obj2[0].sims_cur_code}),n.get(i.apiUrl+"api/common/AcademicYear/getAcademicStatus").then(function(e){s.obj3=e.data}),n.get(i.apiUrl+"api/common/AcademicYear/getAcademicYear").then(function(e){s.display=!1,s.grid=!0,s.acadyr_data=e.data,s.totalItems=s.acadyr_data.length,s.todos1=s.acadyr_data,s.makeTodos()}),s.makeTodos=function(){var e=parseInt(s.totalItems%s.numPerPage),e=(s.pagersize="0"==e?parseInt(s.totalItems/s.numPerPage):parseInt(s.totalItems/s.numPerPage)+1,(s.currentPage-1)*s.numPerPage),t=parseInt(e)+parseInt(s.numPerPage);s.filteredTodos=s.todos.slice(e,t)},s.edit=function(e){0==s.user_access.data_update?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(s.display=!0,s.grid=!1,s.save1=!1,s.update1=!0,s.delete1=!1,s.edt={sims_cur_code:e.sims_cur_code,sims_academic_year:e.sims_academic_year,sims_academic_year_start_date:e.sims_academic_year_start_date,sims_academic_year_end_date:e.sims_academic_year_end_date,sims_academic_year_status:e.sims_academic_year_status,sims_academic_year_desc:e.sims_academic_year_desc},s.edit_code=!0)},s.Save=function(e){var t,a=[];e&&(0==s.update1?(t={sims_cur_code:s.edt.sims_cur_code,sims_academic_year:s.edt.sims_academic_year,sims_academic_year_start_date:s.edt.sims_academic_year_start_date,sims_academic_year_end_date:s.edt.sims_academic_year_end_date,sims_academic_year_status:s.edt.sims_academic_year_status,sims_academic_year_desc:s.edt.sims_academic_year_desc,opr:"I"},a.push(t),n.post(i.apiUrl+"api/common/AcademicYear/CUDInsertAcademicYear",a).then(function(e){s.display=!0,s.msg1=e.data,1==s.msg1?swal({text:"Academic Year Added Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&s.getgrid()}):0==s.msg1?swal({text:"Academic Year Record Already Exists. ",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}).then(function(e){e&&s.getgrid()}):swal("Error-"+s.msg1)})):s.Update(e))},s.getgrid=function(){s.currentPage=1,n.get(i.apiUrl+"api/common/AcademicYear/getAcademicYear").then(function(e){s.display=!1,s.grid=!0,s.acadyr_data=e.data,s.totalItems=s.acadyr_data.length,s.todos1=s.acadyr_data,s.makeTodos()}),1==(d=document.getElementById("mainchk")).checked&&(d.checked=!1,s.row1=""),s.myForm.$setPristine(),s.myForm.$setUntouched()},s.Update=function(e){var t=[];e&&(e={sims_cur_code:s.edt.sims_cur_code,sims_academic_year:s.edt.sims_academic_year,sims_academic_year_start_date:s.edt.sims_academic_year_start_date,sims_academic_year_end_date:s.edt.sims_academic_year_end_date,sims_academic_year_status:s.edt.sims_academic_year_status,sims_academic_year_desc:s.edt.sims_academic_year_desc,opr:"U"},t.push(e),n.post(i.apiUrl+"api/common/AcademicYear/CUDInsertAcademicYear",t).then(function(e){s.display=!0,s.msg1=e.data,1==s.msg1?swal({text:"Academic Year Updated Successfully.",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&s.getgrid()}):0==s.msg1?swal({title:"Alert",text:"Only one Academic Year can be set as current at a time.",showCloseButton:!0,width:380}).then(function(e){e&&s.getgrid()}):swal("Error-"+s.msg1)}))},s.New=function(){0==s.user_access.data_insert?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(s.display=!0,s.grid=!1,s.save1=!0,s.update1=!1,s.delete1=!1,s.edt={},s.edit_code=!1)},s.cancel=function(){s.grid=!0,s.display=!1,s.myForm.$setPristine(),s.myForm.$setUntouched()},s.CheckAllChecked=function(){if(1==(d=document.getElementById("mainchk")).checked)for(var e=0;e<s.filteredTodos.length;e++)document.getElementById(s.filteredTodos[e].sims_academic_year+e).checked=!0,s.row1="row_selected",$("tr").addClass("row_selected");else for(e=0;e<s.filteredTodos.length;e++)document.getElementById(s.filteredTodos[e].sims_academic_year+e).checked=!1,d.checked=!1,s.row1=""},s.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),s.color="#edefef"}),1==(d=document.getElementById("mainchk")).checked&&(d.checked=!1,$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected")}))},s.Delete=function(){if(0==s.user_access.data_delete)swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200});else{var o=[];s.flag=!1;for(var e,t=0;t<s.filteredTodos.length;t++)1==document.getElementById(s.filteredTodos[t].sims_academic_year+t).checked&&(s.flag=!0,e={sims_academic_year:s.filteredTodos[t].sims_academic_year,sims_cur_code:s.filteredTodos[t].sims_cur_code,sims_academic_year_start_date:s.filteredTodos[t].sims_academic_year_start_date,sims_academic_year_end_date:s.filteredTodos[t].sims_academic_year_end_date,sims_academic_year_status:s.filteredTodos[t].sims_academic_year_status,opr:"D"},o.push(e));s.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)n.post(i.apiUrl+"api/common/AcademicYear/CUDAcademicYear",o).then(function(e){s.msg1=e.data,1==s.msg1?swal({text:"Academic Year Deleted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&s.getgrid()}):0==s.msg1?swal({text:"Record Already Mapped.Can't be Deleted. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&s.getgrid()}):swal("Error-"+s.msg1)});else{1==(d=document.getElementById("mainchk")).checked&&(d.checked=!1);for(var t=0;t<s.filteredTodos.length;t++){var a=document.getElementById(s.filteredTodos[t].sims_academic_year+t);1==a.checked&&(a.checked=!1,$("tr").removeClass("row_selected"))}}}):swal({text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380})}},s.size=function(e){s.pager=50==e||100==e,"*"==e?(s.numPerPage=s.ExceptionDetails.length,s.filteredTodos=s.ExceptionDetails):(s.pagesize=e,s.currentPage=1,s.numPerPage=e),s.makeTodos()},s.index=function(e){s.pageindex=e,s.currentPage=e,s.makeTodos(),d.checked=!1,s.row1=""},s.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).sims_academic_year.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_academic_year_start_date.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_academic_year_end_date.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_academic_year_status_name.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_cur_code_name.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_academic_year_desc.toLowerCase().indexOf(t.toLowerCase());var t})},s.search=function(){if(s.todos=s.searched(s.acadyr_data,s.searchText),s.totalItems=s.todos.length,s.currentPage="1",""==s.searchText&&(s.todos=s.acadyr_data),s.makeTodos(),1==(d=document.getElementById("mainchk")).checked){d.checked=!1;for(var e=0;e<s.filteredTodos.length;e++)document.getElementById(s.filteredTodos[e].sims_academic_year+e).checked=!1,d.checked=!1,s.row1=""}},$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0,format:"yyyy-mm-dd"}),$(document).on("touch click",'*[data-datepicker="true"] .add-on',function(e){$('input[type="text"]',$(this).parent()).focus()}),s.sortBy=function(e){s.reverse=s.propertyName===e&&!s.reverse,s.propertyName=e},s.getExceptionDetails=function(){n.get(i.apiUrl+"api/ExceptionLogs/getExceptionDetails?from_date="+s.edt.from_date+"&to_date="+s.edt.to_date).then(function(e){s.ExceptionDetails=e.data,console.log("Exception",s.ExceptionDetails),s.totalItems=s.ExceptionDetails.length,s.todos=s.ExceptionDetails,s.makeTodos()})},n.get(i.apiUrl+"api/ExceptionLogs/getLogDetails").then(function(e){s.ExceptionDetails=e.data,console.log("hello",s.ExceptionDetails),s.totalItems=s.ExceptionDetails.length,s.todos=s.ExceptionDetails,s.makeTodos()})}])}(),function(){"use strict";var d,c=[],e=angular.module("sims.module.Setup"),l=(e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),[]);e.controller("EthnicityCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(o,e,t,a,s,n,i){o.pagesize="10",o.table1=!0,o.editmode=!1,o.user_access=[],o.appcode=e.current.name.split(".");e=t.globals.currentUser.username;n.get(i.apiUrl+"api/AlertTransaction/Get_user_access_rights?username="+e+"&appl_code="+o.appcode[1]).then(function(e){o.user_rights=e.data;for(var t=0;t<o.user_rights.length;t++)0==t&&(o.user_access.data_read=o.user_rights[t].comn_user_read,o.user_access.data_insert=o.user_rights[t].comn_user_insert,o.user_access.data_update=o.user_rights[t].comn_user_update,o.user_access.data_delete=o.user_rights[t].comn_user_delete,o.user_access.data_massupdate=o.user_rights[t].comn_user_massupdate,o.user_access.is_admin=o.user_rights[t].comn_user_admin)}),o.size=function(e){o.pager=10==e||20==e,"*"==e?(o.numPerPage=o.Ethnicity_Data.length,o.filteredTodos=o.Ethnicity_Data):(o.pagesize=e,o.currentPage=1,o.numPerPage=e),o.makeTodos()},o.index=function(e){o.pageindex=e,o.currentPage=e,o.makeTodos(),d.checked=!1,o.CheckAllChecked()},o.edt="",n.get(i.apiUrl+"api/Ethnicity/getEthnicitydata").then(function(e){o.Ethnicity_Data=e.data,o.totalItems=o.Ethnicity_Data.length,o.todos=o.Ethnicity_Data,o.makeTodos()}),o.New=function(){0==o.user_access.data_insert?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(o.newmode=!0,o.check=!0,o.edt="",o.editmode=!1,o.opr="S",o.readonly=!1,o.table1=!1,o.operation=!0,o.savebtn=!0,o.updatebtn=!1,o.edt={},o.edt.sims_ethnicity_status=!0,o.temp="",o.myForm.$setPristine(),o.myForm.$setUntouched())},o.up=function(e){0==o.user_access.data_update?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(o.opr="U",o.editmode=!0,o.newmode=!1,o.savebtn=!1,o.updatebtn=!0,o.readonly=!0,o.table1=!1,o.operation=!0,o.edt={sims_ethnicity_code:e.sims_ethnicity_code,sims_ethnicity_name_en:e.sims_ethnicity_name_en,sims_ethnicity_name_ar:e.sims_ethnicity_name_ar,sims_ethnicity_name_fr:e.sims_ethnicity_name_fr,sims_ethnicity_name_ot:e.sims_ethnicity_name_ot,sims_ethnicity_status:e.sims_ethnicity_status})},o.cancel=function(){o.edt.sims_ethnicity_code="",o.table1=!0,o.operation=!1,o.myForm.$setPristine(),o.myForm.$setUntouched()},o.Save=function(e){if(e){l=[];var t=o.edt;t.opr="I",o.exist=!1;for(var a=0;a<o.Ethnicity_Data.length;a++)o.Ethnicity_Data[a].sims_ethnicity_code==t.sims_ethnicity_code&&(o.exist=!0);o.exist?swal({text:"Record Already Exists",imageUrl:"assets/img/notification-alert.png",width:300,height:200}):(l.push(t),n.post(i.apiUrl+"api/Ethnicity/CUDEthnicitydata",l).then(function(t){o.msg1=t.data,o.operation=!1,1==o.msg1?swal({text:"Record Inserted Successfully",imageUrl:"assets/img/check.png",width:300,height:200}):0==o.msg1?swal({text:"Record Not Inserted. ",imageUrl:"assets/img/close.png",width:300,height:200}):swal("Error-"+o.msg1),n.get(i.apiUrl+"api/Ethnicity/getEthnicitydata").then(function(e){o.Ethnicity_Data=e.data,o.totalItems=o.Ethnicity_Data.length,o.todos=o.Ethnicity_Data,o.makeTodos(),o.msg1=t.data})})),o.table1=!0,o.operation=!1}},o.Update=function(){l=[];var e=o.edt;e.opr="U",l.push(e),n.post(i.apiUrl+"api/Ethnicity/CUDEthnicitydata",l).then(function(e){o.msg1=e.data,1==o.msg1?swal({text:"Record Updated Successfully",imageUrl:"assets/img/check.png",width:300,height:200}):0==o.msg1?swal({text:"Record Not Updated. ",imageUrl:"assets/img/close.png",width:300,height:200}):swal("Error-"+o.msg1),o.operation=!1,n.get(i.apiUrl+"api/Ethnicity/getEthnicitydata").then(function(e){o.Ethnicity_Data=e.data,o.totalItems=o.Ethnicity_Data.length,o.todos=o.Ethnicity_Data,o.makeTodos()})}),o.operation=!1,o.table1=!0},o.filteredTodos=[],o.currentPage=1,o.numPerPage=10,o.maxSize=5,o.makeTodos=function(){var e=parseInt(o.totalItems%o.numPerPage),e=(o.pagersize="0"==e?parseInt(o.totalItems/o.numPerPage):parseInt(o.totalItems/o.numPerPage)+1,(o.currentPage-1)*o.numPerPage),t=parseInt(e)+parseInt(o.numPerPage);o.filteredTodos=o.todos.slice(e,t)},o.CheckAllChecked=function(){d=document.getElementById("mainchk");for(var e=0;e<o.filteredTodos.length;e++){var t=document.getElementById(o.filteredTodos[e].sims_ethnicity_code+e);1==d.checked?(t.checked=!0,$("tr").addClass("row_selected")):(t.checked=!1,$("tr").removeClass("row_selected"))}},o.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),o.color="#edefef"}),1==(d=document.getElementById("mainchk")).checked&&(d.checked=!1,o.color="#edefef",o.row1="")},o.deleterecord=function(){if(0==o.user_access.data_delete)swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200});else{c=[],o.flag=!1;for(var e,t=0;t<o.filteredTodos.length;t++)1==document.getElementById(o.filteredTodos[t].sims_ethnicity_code+t).checked&&(o.flag=!0,e={sims_ethnicity_code:o.filteredTodos[t].sims_ethnicity_code,opr:"D"},c.push(e));o.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)n.post(i.apiUrl+"api/Ethnicity/CUDEthnicitydata",c).then(function(e){o.msg1=e.data,1==o.msg1?swal({text:"Record Deleted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&n.get(i.apiUrl+"api/Ethnicity/getEthnicitydata").then(function(e){o.Ethnicity_Data=e.data,o.totalItems=o.Ethnicity_Data.length,o.todos=o.Ethnicity_Data,o.makeTodos()}),o.currentPage=!0}):0==o.msg1?swal({text:"Record Not Deleted. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&n.get(i.apiUrl+"api/Ethnicity/getEthnicitydata").then(function(e){o.Ethnicity_Data=e.data,o.totalItems=o.Ethnicity_Data.length,o.todos=o.Ethnicity_Data,o.makeTodos()})}):swal("Error-"+o.msg1)});else for(var t=0;t<o.filteredTodos.length;t++){var a=document.getElementById(t);1==a.checked&&(a.checked=!1,d.checked=!1,$("tr").removeClass("row_selected"))}}):swal({text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}),o.row1="",d.checked=!1,o.currentPage=!0}},o.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).sims_ethnicity_name_en.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_ethnicity_name_ar.toLowerCase().indexOf(t.toLowerCase())||e.sims_ethnicity_code==t;var t})},o.search=function(){o.todos=o.searched(o.Ethnicity_Data,o.searchText),o.totalItems=o.todos.length,o.currentPage="1",""==o.searchText&&(o.todos=o.Ethnicity_Data),o.makeTodos()},a(function(){$("#fixTable").tableHeadFixer({top:1})},100),o.sortBy=function(e){o.reverse=o.propertyName===e&&!o.reverse,o.propertyName=e}}])}(),function(){"use strict";var r,e=angular.module("sims.module.Setup");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("SubjectCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(i,e,t,a,o,d,c){i.pagesize="10",i.pageindex="0",i.pager=!0,i.sub_data=[];i.edit_code=!1,i.temp=[],i.att=[],i.user_access=[],i.downloadexceltable=!0,i.updateattr=!1,i.edt=[],i.multi_array=[{}],"modern"==d.defaults.headers.common.schoolId?(i.ForModern=!0,i.ForOther=!1):(i.ForModern=!1,i.ForOther=!0),i.appcode=e.current.name.split(".");var s,e=t.globals.currentUser.username;function n(e,t){return-1<e.subject_moe_code.toLowerCase().indexOf(t.toLowerCase())||-1<e.subject_code.toLowerCase().indexOf(t.toLowerCase())||-1<e.subject_name_en.toLowerCase().indexOf(t.toLowerCase())||-1<e.subject_name_abbr.toLowerCase().indexOf(t.toLowerCase())||-1<e.subject_group_code_name.toLowerCase().indexOf(t.toLowerCase())}"siso"==d.defaults.headers.common.schoolId||"modern"==d.defaults.headers.common.schoolId?i.subj_code_txt=!1:i.subj_code_txt=!0,d.get(c.apiUrl+"api/AlertTransaction/Get_user_access_rights?username="+e+"&appl_code="+i.appcode[1]).then(function(e){i.user_rights=e.data;for(var t=0;t<i.user_rights.length;t++)0==t&&(i.user_access.data_read=i.user_rights[t].comn_user_read,i.user_access.data_insert=i.user_rights[t].comn_user_insert,i.user_access.data_update=i.user_rights[t].comn_user_update,i.user_access.data_delete=i.user_rights[t].comn_user_delete,i.user_access.data_massupdate=i.user_rights[t].comn_user_massupdate,i.user_access.is_admin=i.user_rights[t].comn_user_admin)}),a(function(){$("#fixedtable").tableHeadFixer({top:1})},100),i.filteredTodos=[],i.currentPage=1,i.numPerPage=10,i.maxSize=10,d.get(c.apiUrl+"api/common/Subject/getSubject").then(function(e){i.display=!1,i.grid=!0,i.sub_data=e.data,i.totalItems=i.sub_data.length,i.todos=i.sub_data,i.makeTodos();for(var t=0;t<i.totalItems;t++)i.sub_data[t].icon="fa fa-plus-circle"}),i.makeTodos=function(){var e=parseInt(i.totalItems%i.numPerPage),e=(i.pagersize="0"==e?parseInt(i.totalItems/i.numPerPage):parseInt(i.totalItems/i.numPerPage)+1,(i.currentPage-1)*i.numPerPage),t=parseInt(e)+parseInt(i.numPerPage);i.filteredTodos=i.todos.slice(e,t)},i.Getinfo=function(e){""!=e&&(d.get(c.apiUrl+"api/common/Subject/getSubjectGroup?curCode="+e).then(function(e){i.subgrp=e.data,console.log(i.obj1)}),d.get(c.apiUrl+"api/common/Subject/getSubjectType?curCode="+e).then(function(e){i.obj3=e.data,console.log(i.obj3)}))},d.get(c.apiUrl+"api/common/Subject/getCountry").then(function(e){i.obj4=e.data,console.log(i.obj4)}),i.getyear=function(){d.get(c.apiUrl+"api/common/getAcademicYear?curCode="+i.sims_cur_code).then(function(e){i.academics=e.data,i.year=e.data[0].sims_academic_year,i.sims_academic_year=e.data[0].sims_academic_year})},i.responce=[],i.get_strand_download=function(e){d.get(c.apiUrl+"api/common/Subject/getsubectstrand?curr="+i.att.sims_cur_code).then(function(e){i.responce=e.data,console.log(i.responce)})},i.exportData1=function(){i.get_strand_download();swal({title:"",text:"Are you sure you want to Save?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){e&&0<i.responce.length&&alasql('SELECT * INTO XLSX("Report.xlsx",{headers:true})  FROM HTML("#export_excel",{headers:true,skipdisplaynone:true})')})},i.Save=function(e){var t=[];e&&(0==i.update1?d.post(c.apiUrl+"api/common/Subject/CheckSubject?SubjectCode="+i.edt.subject_code+"&cur_code="+i.edt.sims_attendance_cur_code).then(function(e){i.msg1=e.data,console.log(i.msg1),1==i.msg1.status?(swal({text:"Subject Already Exists",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}),i.edt=""):(e={sims_attendance_cur_code:i.edt.sims_attendance_cur_code,subject_code:i.edt.subject_code,subject_group_code:i.edt.subject_group_code,subject_name_en:i.edt.subject_name_en,subject_name_ar:i.edt.subject_name_ar,subject_name_fr:i.edt.subject_name_fr,subject_name_ot:i.edt.subject_name_ot,subject_name_abbr:i.edt.subject_name_abbr,subject_moe_code:i.edt.subject_moe_code,subject_status:i.edt.subject_status,subject_type:i.edt.subject_type,subject_country_code:i.edt.subject_country_code,sims_subject_color_code:i.edt.sims_subject_color_code,sims_religion_language:i.edt.sims_religion_language,sims_isArabic_subject:i.edt.sims_isArabic_subject,opr:"I"},t.push(e),d.post(c.apiUrl+"api/common/Subject/updateInsertDeleteSubject",t).then(function(e){i.display=!0,i.msg1=e.data,1==i.msg1?swal({text:"Subject Added Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&i.getgrid()}):0==i.msg1?swal({text:"Subject Not Added Successfully. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&i.getgrid()}):swal("Error-"+i.msg1)}))}):i.Update(e))},i.getgrid=function(){d.get(c.apiUrl+"api/common/Subject/getSubject").then(function(e){i.display=!1,i.grid=!0,i.sub_data=e.data,i.totalItems=i.sub_data.length,i.todos=i.sub_data,i.makeTodos();for(var t=0;t<i.totalItems;t++)i.sub_data[t].icon="fa fa-plus-circle"}),1==(r=document.getElementById("mainchk")).checked&&(r.checked=!1,i.row1=""),i.myForm.$setPristine(),i.myForm.$setUntouched()},i.checkMOECode=function(e,t){d.post(c.apiUrl+"api/common/Subject/CheckMOECode?MOECode="+i.edt.subject_moe_code+"&cur_code="+i.edt.sims_attendance_cur_code).then(function(e){i.msg2=e.data,console.log(i.msg2),1==i.msg2.status&&(swal({text:"MOE Code Already Exists",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}),i.edt="")})},i.Update=function(e){var t=[];e&&(e={sims_attendance_cur_code:i.edt.sims_attendance_cur_code,subject_code:i.edt.subject_code,subject_group_code:i.edt.subject_group_code,subject_name_en:i.edt.subject_name_en,subject_name_ar:i.edt.subject_name_ar,subject_name_fr:i.edt.subject_name_fr,subject_name_ot:i.edt.subject_name_ot,subject_name_abbr:i.edt.subject_name_abbr,subject_moe_code:i.edt.subject_moe_code,subject_status:i.edt.subject_status,subject_type:i.edt.subject_type,subject_country_code:i.edt.subject_country_code,sims_subject_color_code:i.edt.sims_subject_color_code,subject_language:i.edt.subject_language,sims_religion_language:i.edt.sims_religion_language,sims_isArabic_subject:i.edt.sims_isArabic_subject,opr:"U"},t.push(e),d.post(c.apiUrl+"api/common/Subject/updateInsertDeleteSubject",t).then(function(e){i.display=!0,i.msg1=e.data,1==i.msg1?swal({text:"Subject Updated Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&i.getgrid()}):0==i.msg1?swal({text:"Subject Not Updated Successfully. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&i.getgrid()}):swal("Error-"+i.msg1)}))},i.Delete=function(){if(0==i.user_access.data_delete)swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200});else{var o=[];i.flag=!1;for(var e,t=0;t<i.filteredTodos.length;t++)1==document.getElementById(i.filteredTodos[t].subject_code+t).checked&&(i.flag=!0,e={subject_code:i.filteredTodos[t].subject_code,sims_attendance_cur_code:i.filteredTodos[t].sims_attendance_cur_code,opr:"D"},o.push(e));i.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)d.post(c.apiUrl+"api/common/Subject/updateInsertDeleteSubject",o).then(function(e){i.msg1=e.data,1==i.msg1?swal({text:"Subject Deleted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&i.getgrid()}):0==i.msg1?swal({text:"Subject Not Deleted Successfully. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&i.getgrid()}):swal("Error-"+i.msg1)});else{1==(r=document.getElementById("mainchk")).checked&&(r.checked=!1);for(var t=0;t<i.filteredTodos.length;t++){var a=document.getElementById(i.filteredTodos[t].subject_code+t);1==a.checked&&(a.checked=!1,$("tr").removeClass("row_selected"))}i.row1=""}}):swal({text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380})}},i.CheckAllChecked=function(){if(1==(r=document.getElementById("mainchk")).checked)for(var e=0;e<i.filteredTodos.length;e++)(t=document.getElementById(i.filteredTodos[e].subject_code+e)).checked=!0,1==t.checked&&$("tr").addClass("row_selected");else for(var t,e=0;e<i.filteredTodos.length;e++)(t=document.getElementById(i.filteredTodos[e].subject_code+e)).checked=!1,r.checked=!1,i.row1=""},i.CheckAllChecked_strand=function(){if(1==(r=document.getElementById("mainchkatt")).checked)for(var e=0;e<i.attribute_data.length;e++)(t=document.getElementById(i.attribute_data[e].sims_attribute_code+e)).checked=!0,1==t.checked&&$("tr").addClass("row_selected"),i.attribute_data[e].check_chk=!0;else for(var t,e=0;e<i.attribute_data.length;e++)(t=document.getElementById(i.attribute_data[e].sims_attribute_code+e)).checked=!1,r.checked=!1,i.attribute_data[e].check_chk=!1,$("tr").removeClass("row_selected"),i.row1=""},i.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),i.color="#edefef"}),1==(r=document.getElementById("mainchk")).checked&&(r.checked=!1,$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected")}))},i.New=function(){var t;0==i.user_access.data_insert?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(i.display=!0,i.grid=!1,i.save1=!0,i.update1=!1,i.saveattr=!1,i.addattribuet1=!1,i.delete1=!1,i.edt=[],i.edit_code=!1,i.edt.subject_status=!0,i.edt.sims_isArabic_subject=!1,d.get(c.apiUrl+"api/common/Subject/getAutoGeneratesubjectCode").then(function(e){t=e.data,console.log(t),i.edt.subject_code=t}),d.get(c.apiUrl+"api/common/Attendance/getCuriculum").then(function(e){i.obj2=e.data,i.edt.sims_attendance_cur_code=i.obj2[0].sims_attendance_cur_code,i.Getinfo(i.edt.sims_attendance_cur_code)}))},i.edit=function(t){0==i.user_access.data_update?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(i.display=!0,i.grid=!1,i.save1=!1,i.update1=!0,i.saveattr=!0,i.addattribuet1=!0,i.delete1=!1,i.attributedisplay=!1,d.get(c.apiUrl+"api/common/Attendance/getCuriculum").then(function(e){i.obj2=e.data,i.edt={sims_attendance_cur_code:t.sims_attendance_cur_code,subject_code:t.subject_code,subject_group_code:t.subject_group_code,subject_name_en:t.subject_name_en,subject_name_ar:t.subject_name_ar,subject_name_fr:t.subject_name_fr,subject_name_ot:t.subject_name_ot,subject_name_abbr:t.subject_name_abbr,subject_moe_code:t.subject_moe_code,subject_status:t.subject_status,subject_type:t.subject_type,subject_country_code:t.subject_country_code,sims_subject_color_code:t.sims_subject_color_code,sims_religion_language:t.sims_religion_language,sims_isArabic_subject:t.sims_isArabic_subject},i.edit_code=!0,i.Getinfo(i.edt.sims_attendance_cur_code)}))},i.cancel=function(){i.grid=!0,i.display=!1,i.attributedisplay=!1,i.addbutton=!1,i.myForm.$setPristine(),i.myForm.$setUntouched(),i.myFormN.$setPristine(),i.myFormN.$setUntouched();try{$("#cmb_grade_code").multipleSelect("checkAll")}catch(e){}try{$("#cmb_section_code").multipleSelect("checkAll")}catch(e){}for(var e=0;e<i.multi_array.length;e++)i.multi_array[e].sims_attribute_grade="",i.multi_array[e].sims_attribute_name="",i.multi_array[e].sims_attribute_name_ot="",i.multi_array[e].sims_attribute_display_order="",i.multi_array[e].sims_attribute_status=!0,i.multi_array[e].sims_attribute_max_score=""},i.size=function(e){"All"==e?(i.currentPage="1",i.filteredTodos=i.sub_data,i.pager=!1):(i.pager=!0,i.pagesize=e,i.currentPage=1,i.numPerPage=e,i.makeTodos())},i.index=function(e){i.pageindex=e,i.currentPage=e,console.log("currentPage="+i.currentPage),i.makeTodos(),r.checked=!1,i.row1=""},i.searched=function(e,t){return _.filter(e,function(e){return n(e,t)})},i.search=function(){if(i.todos=i.searched(i.sub_data,i.searchText),i.totalItems=i.todos.length,i.currentPage="1",""==i.searchText&&(i.todos=i.sub_data),i.makeTodos(),1==(r=document.getElementById("mainchk")).checked){r.checked=!1;for(var e=0;e<i.filteredTodos.length;e++)document.getElementById(i.filteredTodos[e].subject_code+e).checked=!1,r.checked=!1,i.row1=""}},i.flag=!0,i.icon="fa fa-plus-circle",i.expand=function(e,t){console.log(e),1==i.flag?($(s).remove(),e.icon="fa fa-minus-circle",s=$("<tr id='innerRow'><td class='details' colspan='11'><table class='inner-table table table-hover table-bordered table-condensed' cellpadding='5' cellspacing='0'><tbody><tr style='background-color: #e9e4e4'><td class='semi-bold'>In Arabic</td><td class='semi-bold'colsapn='2'>In French<td class='semi-bold'colsapn='2'>In Regional<td class='semi-bold'>Short Name</td><td class='semi-bold'colsapn='2'>MOE Code<td class='semi-bold'>Subject Group</td> <td class='semi-bold'>Subject Type</td> <td class='semi-bold'colsapn='2'>Country Name</td></tr><tr><td>"+e.subject_name_ar+"</td> <td colsapn='2'>"+e.subject_name_fr+"<td colsapn='2'>"+e.subject_name_ot+"<td>"+e.subject_name_abbr+"</td><td colsapn='2'>"+e.subject_moe_code+"<td>"+e.subject_group_code_name+"</td><td>"+e.subject_type_name+"</td><td colsapn='2'>"+e.subject_country_code_name+"</td></tr></tbody> </table></td></tr>"),$(t.currentTarget).parents("tr").after(s),i.flag=!1):($("#innerRow").css({display:"none"}),e.icon="fa fa-plus-circle",i.flag=!0)},i.ex=function(e){console.log("hello")},i.Add=function(){i.multi_array.push({});for(var e=0;e<i.multi_array.length;e++)i.multi_array[e].sims_attribute_status=!0};for(var l=0;l<i.multi_array.length;l++)i.multi_array[l].sims_attribute_status=!0;function n(e,t){return-1<e.class1.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_attribute_name.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_attribute_name_en.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_attribute_group_name.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_academic_year.toLowerCase().indexOf(t.toLowerCase())}d.get(c.apiUrl+"api/common/getCuriculum").then(function(e){i.cur_data=e.data,i.att.sims_cur_code=i.cur_data[0].sims_cur_code,i.sims_cur_code=e.data[0].sims_cur_code,i.getAcademic_year(i.cur_data[0].sims_cur_code)}),i.getAcademic_year=function(e){d.get(c.apiUrl+"api/common/getAcademicYear?curCode="+e).then(function(e){i.acad_data=e.data,i.att.sims_academic_year=i.acad_data[0].sims_academic_year,i.getGrade(i.att.sims_cur_code,i.att.sims_academic_year)})},i.getGrade=function(e,t){d.get(c.apiUrl+"api/common/getAllGrades?cur_code="+i.att.sims_cur_code+"&academic_year="+i.att.sims_academic_year).then(function(e){i.Grade_code=e.data,setTimeout(function(){$("#cmb_grade_code").change(function(){console.log($(this).val())}).multipleSelect({width:"100%",filter:!0}),$("#cmb_grade_code").multipleSelect("checkAll")},1e3)}),i.getSection(i.att.sims_cur_code,i.att.sims_academic_year,i.att.grade_code)},i.getSection=function(e,t,a){d.get(c.apiUrl+"api/common/Subject/getSectionFromGradeForAttr?cur_code="+i.att.sims_cur_code+"&grade_code="+i.att.sims_grade_code+"&academic_year="+i.att.sims_academic_year).then(function(e){i.Section_code=e.data,setTimeout(function(){$("#cmb_section_code").change(function(){console.log($(this).val())}).multipleSelect({width:"100%",filter:!0}),$("#cmb_section_code").multipleSelect("checkAll")},1e3)})},i.preview=function(e){i.grid=!1,i.display=!1,i.attributedisplay=!0,i.updateattr=!1,i.showtable1()},i.addattribuet=function(e){i.grid=!1,i.display=!1,i.attributedisplay=!0,i.updateattr=!1,i.sims_attribute_group_code=i.edt.subject_code,i.sims_attribute_group_name_en=i.edt.subject_name_en,i.sims_attribute_group_name_ot=i.edt.subject_name_ot,i.sims_attribute_group_type=i.edt.subject_type,i.sims_attribute_group_status=i.edt.subject_status,i.showtable(),i.addbutton=!1},i.editAttribute=function(e){i.attri_edt_Copy=angular.copy(e);for(var t=0;t<i.multi_array.length;t++)i.multi_array[t].sims_attribute_name=e.sims_attribute_name_en,i.multi_array[t].sims_attribute_grade=e.sims_attribute_name,i.multi_array[t].sims_attribute_max_score=e.sims_attribute_max_score,i.multi_array[t].sims_attribute_name_ot=e.sims_attribute_name_ot,i.multi_array[t].sims_attribute_group_name=e.sims_attribute_group_name,i.multi_array[t].sims_attribute_status=e.sims_attribute_status,i.multi_array[t].sims_attribute_display_order=e.sims_display_order,i.multi_array[t].sims_attribute_code=e.sims_attribute_code,i.multi_array[t].sims_grade_code=e.sims_grade_code,i.multi_array[t].sims_section_code=e.sims_section_code;i.saveattr=!1,i.updateattr=!0,i.attrGroup=!0,i.addbutton=!1,i.sims_attribute_code=e.sims_attribute_code},i.UpdateAttribute=function(){i.grades="",i.sections="";for(var e=0;e<i.att.sims_grade_code.length;e++)i.grades=i.grades+i.att.sims_grade_code[e]+",";for(e=0;e<i.att.sims_section_code.length;e++)i.sections=i.sections+i.att.sims_section_code[e]+",";for(var t=[],e=0;e<i.multi_array.length;e++){var a={sims_academic_year:i.att.sims_academic_year,sims_cur_code:i.att.sims_cur_code,sims_attribute_group_code:i.sims_attribute_group_code,sims_attribute_code:i.sims_attribute_code,sims_attribute_name_en:i.multi_array[e].sims_attribute_name,sims_attribute_name_ot:i.multi_array[e].sims_attribute_name_ot,sims_attribute_name:i.multi_array[e].sims_attribute_grade,sims_attribute_max_score:i.multi_array[e].sims_attribute_max_score,sims_attribute_display_order:i.multi_array[e].sims_attribute_display_order,sims_attribute_status:i.multi_array[e].sims_attribute_status,sims_grade_code:i.grades,sims_section_code:i.sections};t.push(a),i.addbutton=!1}d.post(c.apiUrl+"api/common/Subject/UpdateAttribute",t).then(function(e){i.msg1=e.data,1==i.msg1?swal({text:"Record Updated Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:300,height:200}):swal({text:"Record Not Updated "+i.msg1,imageUrl:"assets/img/close.png",showCloseButton:!0,width:300,height:200}),i.showtable(),i.reset_multi(),i.saveattr=!0,i.updateattr=!1})},i.flag=!1,i.RemoveAttribute=function(e){i.flag=!0;var t=[],e={sims_cur_code:e.sims_cur_code,sims_academic_year:e.sims_academic_year,sims_attribute_group_code:e.sims_attribute_group_code,sims_attribute_code:e.sims_attribute_code,sims_grade_code:e.sims_grade_code,sims_section_code:e.sims_section_code};t.push(e),i.flag&&swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){e&&d.post(c.apiUrl+"api/common/Subject/RemoveAttribute",t).then(function(e){i.msg1=e.data,1==i.msg1?swal({text:"Attribute Deleted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&(i.showtable(),i.reset_multi(),i.saveattr=!0,i.updateattr=!1)}):0==i.msg1&&swal({text:"Attribute Not Deleted",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&(i.getgrid(),i.attributedisplay=!1)})})})},i.delete_strad=function(){for(var e,t=[],a=0;a<i.attribute_data.length;a++)i.attribute_data[a].check_chk&&(e={opr:"B",sims_cur_code:i.attribute_data[a].sims_cur_code,sims_academic_year:i.attribute_data[a].sims_academic_year,sims_attribute_group_code:i.attribute_data[a].sims_attribute_group_code,sims_attribute_code:i.attribute_data[a].sims_attribute_code,sims_grade_code:i.attribute_data[a].sims_grade_code,sims_section_code:i.attribute_data[a].sims_section_code},t.push(e));swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){e&&d.post(c.apiUrl+"api/common/Subject/RemoveAttributeNew",t).then(function(e){i.msg1=e.data,1==i.msg1?swal({text:"Attribute Deleted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&(i.showtable(),i.reset_multi(),i.saveattr=!0,i.updateattr=!1)}):0==i.msg1&&swal({text:"Attribute Not Deleted",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&(i.getgrid(),i.attributedisplay=!1)})})})},i.SaveAttribute=function(e){if(e){for(var t="",a=0;a<i.att.sims_section_code.length;a++)t=t+i.att.sims_section_code[a]+",";for(var o=[],s=0;s<i.multi_array.length;s++){var n={sims_academic_year:i.att.sims_academic_year,sims_cur_code:i.att.sims_cur_code,sims_grade_code:i.att.sims_grade_code.toString(),sims_section_code:t,sims_attribute_group_code:i.sims_attribute_group_code,sims_attribute_grade:i.multi_array[s].sims_attribute_grade,sims_attribute_name:i.multi_array[s].sims_attribute_name,sims_attribute_name_ot:i.multi_array[s].sims_attribute_name_ot,sims_attribute_max_score:i.multi_array[s].sims_attribute_max_score,sims_attribute_display_order:i.multi_array[s].sims_attribute_display_order,sims_attribute_status:i.multi_array[s].sims_attribute_status,sims_attribute_group_name_en:i.sims_attribute_group_name_en,sims_attribute_group_name_ot:i.sims_attribute_group_name_ot,sims_attribute_group_type:i.sims_attribute_group_type,sims_attribute_group_status:i.sims_attribute_group_status,sims_attribute_type:"S"};o.push(n)}d.post(c.apiUrl+"api/common/Subject/CUDAttribute",o).then(function(e){i.msg1=e.data,1==i.msg1?(swal({text:"Record Inserted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:300,height:200}),i.reset_multi()):swal({text:"Record Not Inserted "+i.msg1,imageUrl:"assets/img/close.png",showCloseButton:!0,width:300,height:200}),i.showtable()}),i.table=!0,i.display=!1}},i.reset_multi=function(){for(var e=0;e<i.multi_array.length;e++)i.multi_array[e].sims_attribute_grade="",i.multi_array[e].sims_attribute_name="",i.multi_array[e].sims_attribute_name_ot="",i.multi_array[e].sims_attribute_display_order="",i.multi_array[e].sims_attribute_max_score="",i.multi_array[e].sims_attribute_status=!0;i.multi_array=[],i.att.sims_attribute_name="",i.att.sims_attribute_name_ot="",i.att.sims_attribute_grade="",i.att.sims_attribute_display_order="",i.addbutton=!1;try{$("#cmb_grade_code").multipleSelect("checkAll")}catch(e){}try{$("#cmb_section_code").multipleSelect("checkAll")}catch(e){}i.Add(),i.preview()},i.showtable=function(){d.get(c.apiUrl+"api/common/Subject/getAttribute?cur_code="+i.att.sims_cur_code+"&academic_year="+i.att.sims_academic_year+"&subject="+i.edt.subject_code).then(function(e){i.attribute_data=e.data,i.totalItems=i.attribute_data.length,i.grid=!1,i.display=!1,i.attributedisplay=!0}),i.myFormN.$setPristine(),i.myFormN.$setUntouched()},i.showtable1=function(){d.get(c.apiUrl+"api/common/Subject/getAttribute_preview?cur_code="+i.att.sims_cur_code+"&academic_year="+i.att.sims_academic_year+"&section_code="+i.att.sims_section_code+"&subject="+i.edt.subject_code).then(function(e){i.attribute_data=e.data,i.totalItems=i.attribute_data.length,i.grid=!1,i.display=!1,i.attributedisplay=!0}),i.myFormN.$setPristine(),i.myFormN.$setUntouched()},i.cancelatt=function(){for(var e=0;e<i.multi_array.length;e++)i.multi_array[e].sims_attribute_grade="",i.multi_array[e].sims_attribute_name="",i.multi_array[e].sims_attribute_name_ot="",i.multi_array[e].sims_attribute_display_order="",i.multi_array[e].sims_attribute_status=!0,i.grid=!1,i.display=!0,i.attributedisplay=!1},i.searched=function(e,t){return _.filter(e,function(e){return n(e,t)})},i.search1=function(){if(i.todos=i.searched(i.attribute_data,i.searchText),i.totalItems=i.attribute_data.length,i.currentPage="1",""==i.searchText&&(i.todos=i.attribute_data),1==(r=document.getElementById("mainchk")).checked)for(var e=0;e<i.attribute_data.length;e++){var t=i.filteredTodos[e].attribute_data;document.getElementById(t).checked=!1,r.checked=!1,i.row1=""}},i.searchedsubject=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).subject_moe_code.toLowerCase().indexOf(t.toLowerCase())||-1<e.subject_cur_code_name.toLowerCase().indexOf(t.toLowerCase())||-1<e.subject_code.toLowerCase().indexOf(t.toLowerCase())||-1<e.subject_group_code_name.toLowerCase().indexOf(t.toLowerCase())||-1<e.subject_name_en.toLowerCase().indexOf(t.toLowerCase());var t})},i.searchsubject=function(){i.todos=i.searchedsubject(i.sub_data,i.searchText),i.totalItems=i.todos.length,i.currentPage="1",""==i.searchText&&(i.todos=i.sub_data),i.makeTodos()}}])}(),function(){"use strict";var d,e=angular.module("sims.module.Setup");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("SubjectGroupCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(s,e,t,a,o,n,i){s.pagesize="10",s.pageindex="0",s.pager=!0,s.subgrp_data=[];s.edit_code=!1,a(function(){$("#fixedtable").tableHeadFixer({top:1})},100),s.filteredTodos=[],s.currentPage=1,s.numPerPage=10,s.maxSize=10,s.edt={},n.get(i.apiUrl+"api/common/Attendance/getCuriculum").then(function(e){s.obj2=e.data,0<e.data.length&&(s.edt.sims_attendance_cur_code=e.data[0].sims_attendance_cur_code),console.log(s.obj2)}),n.get(i.apiUrl+"api/common/SubjectGroup/getSubjectGroup").then(function(e){s.display=!1,s.grid=!0,s.subgrp_data=e.data,s.totalItems=s.subgrp_data.length,s.todos=s.subgrp_data,s.makeTodos(),s.grid=!0}),s.makeTodos=function(){var e=parseInt(s.totalItems%s.numPerPage),e=(s.pagersize="0"==e?parseInt(s.totalItems/s.numPerPage):parseInt(s.totalItems/s.numPerPage)+1,(s.currentPage-1)*s.numPerPage),t=parseInt(e)+parseInt(s.numPerPage);s.filteredTodos=s.todos.slice(e,t)},s.edit=function(e){s.display=!0,s.grid=!1,s.save1=!1,s.update1=!0,s.delete1=!1,s.edit_code=!0,s.edt={sims_attendance_cur_code:e.sims_attendance_cur_code,subject_group_code:e.subject_group_code,subject_group_name_eng:e.subject_group_name_eng,subject_group_name_ar:e.subject_group_name_ar,subject_group_name_fr:e.subject_group_name_fr,subject_group_name_ot:e.subject_group_name_ot,sims_subject_group_isMandatory:e.sims_subject_group_isMandatory},document.getElementById("txt_grp_code").disabled=!0},s.Save=function(e){var t=[];e&&(0==s.update1?n.post(i.apiUrl+"api/common/SubjectGroup/CheckSubjectGroup?SubjectGroup="+s.edt.subject_group_code+"&cur_code="+s.edt.sims_attendance_cur_code).then(function(e){s.msg1=e.data,console.log(s.msg1),1==s.msg1.status?(swal({text:"Subject Group Already Exists",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}),s.edt=""):(e={sims_attendance_cur_code:s.edt.sims_attendance_cur_code,subject_group_code:s.edt.subject_group_code,subject_group_name_eng:s.edt.subject_group_name_eng,subject_group_name_ar:s.edt.subject_group_name_ar,subject_group_name_fr:s.edt.subject_group_name_fr,subject_group_name_ot:s.edt.subject_group_name_ot,sims_subject_group_isMandatory:s.edt.sims_subject_group_isMandatory,opr:"I"},t.push(e),n.post(i.apiUrl+"api/common/SubjectGroup/CUDSubjectGroup",t).then(function(e){s.display=!0,s.msg1=e.data,1==s.msg1?swal({text:"Subject Group Added Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&s.getgrid()}):0==s.msg1?swal({text:"Subject Group Not Added Successfully",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&s.getgrid()}):swal("Error-"+s.msg1)}))}):s.Update(e))},s.getgrid=function(){n.get(i.apiUrl+"api/common/SubjectGroup/getSubjectGroup").then(function(e){s.display=!1,s.grid=!0,s.subgrp_data=e.data,s.totalItems=s.subgrp_data.length,s.todos=s.subgrp_data,s.makeTodos(),s.grid=!0}),1==(d=document.getElementById("mainchk")).checked&&(d.checked=!1,s.row1=""),s.myForm.$setPristine(),s.myForm.$setUntouched()},s.Update=function(e){var t=[];e&&(e={sims_attendance_cur_code:s.edt.sims_attendance_cur_code,subject_group_code:s.edt.subject_group_code,subject_group_name_eng:s.edt.subject_group_name_eng,subject_group_name_ar:s.edt.subject_group_name_ar,subject_group_name_fr:s.edt.subject_group_name_fr,subject_group_name_ot:s.edt.subject_group_name_ot,sims_subject_group_isMandatory:s.edt.sims_subject_group_isMandatory,opr:"U"},t.push(e),n.post(i.apiUrl+"api/common/SubjectGroup/CUDSubjectGroup",t).then(function(e){s.display=!0,s.msg1=e.data,1==s.msg1?swal({text:"Subject Group Data Updated Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&s.getgrid()}):0==s.msg1?swal({text:"Subject Data Not Updated Successfully. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&s.getgrid()}):swal("Error-"+s.msg1)}))},s.Delete=function(){var o=[];s.flag=!1;for(var e,t=0;t<s.filteredTodos.length;t++)1==document.getElementById(t+s.filteredTodos[t].subject_group_code).checked&&(s.flag=!0,e={sims_attendance_cur_code:s.filteredTodos[t].sims_attendance_cur_code,subject_group_code:s.filteredTodos[t].subject_group_code,opr:"D"},o.push(e));s.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)n.post(i.apiUrl+"api/common/SubjectGroup/CUDSubjectGroup",o).then(function(e){s.msg1=e.data,1==s.msg1?swal({text:"Subject Group Deleted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&s.getgrid()}):0==s.msg1?swal({text:"Record Already Mapped.Can't be Deleted. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&s.getgrid()}):swal("Error-"+s.msg1)});else{1==(d=document.getElementById("mainchk")).checked&&(d.checked=!1);for(var t=0;t<s.filteredTodos.length;t++){var a=document.getElementById(t+s.filteredTodos[t].subject_group_code);1==a.checked&&(a.checked=!1,$("tr").removeClass("row_selected"))}}}):swal({text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380})},s.New=function(){var t;s.edit_code=!1,s.display=!0,s.grid=!1,s.save1=!0,s.update1=!1,s.delete1=!1,s.edt=[],s.edt={},0<s.obj2.length&&(s.edt.sims_attendance_cur_code=s.obj2[0].sims_attendance_cur_code),n.get(i.apiUrl+"api/common/SubjectGroup/getAutoGeneratesubjectgrpCode").then(function(e){t=e.data,s.edt.subject_group_code=t})},s.cancel=function(){s.grid=!0,s.display=!1,s.myForm.$setPristine(),s.myForm.$setUntouched()},s.CheckAllChecked=function(){if(1==(d=document.getElementById("mainchk")).checked)for(var e=0;e<s.filteredTodos.length;e++)document.getElementById(e+s.filteredTodos[e].subject_group_code).checked=!0,s.row1="row_selected",$("tr").addClass("row_selected");else for(e=0;e<s.filteredTodos.length;e++)document.getElementById(e+s.filteredTodos[e].subject_group_code).checked=!1,d.checked=!1,s.row1=""},s.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),s.color="#edefef"}),1==(d=document.getElementById("mainchk")).checked&&(d.checked=!1,$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected")}))},s.size=function(e){"All"==e?(s.currentPage="1",s.filteredTodos=s.subgrp_data,s.pager=!1):(s.pager=!0,s.pagesize=e,s.currentPage=1,s.numPerPage=e,s.makeTodos())},s.index=function(e){s.pageindex=e,s.currentPage=e,console.log("currentPage="+s.currentPage),s.makeTodos(),d.checked=!1,s.row1=""},s.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).subject_group_code.toLowerCase().indexOf(t.toLowerCase())||-1<e.subject_group_name_eng.toLowerCase().indexOf(t.toLowerCase());var t})},s.search=function(){if(s.todos=s.searched(s.subgrp_data,s.searchText),s.totalItems=s.todos.length,s.currentPage="1",""==s.searchText&&(s.todos=s.subgrp_data),s.makeTodos(),1==(d=document.getElementById("mainchk")).checked){d.checked=!1;for(var e=0;e<s.filteredTodos.length;e++)document.getElementById(e+s.filteredTodos[e].subject_group_code).checked=!1,d.checked=!1,s.row1=""}}}])}(),function(){"use strict";var e=angular.module("sims.module.Setup");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("ParameterCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(o,e,t,a,s,n,i){o.display=!1,o.grid=!0;var d,c=[],e=(o.pagesize="10",o.pageindex="1",o.parameter_data=[],o.edit_code=!1,o.user_access=[],o.appcode=e.current.name.split("."),t.globals.currentUser.username);n.get(i.apiUrl+"api/AlertTransaction/Get_user_access_rights?username="+e+"&appl_code="+o.appcode[1]).then(function(e){o.user_rights=e.data;for(var t=0;t<o.user_rights.length;t++)0==t&&(o.user_access.data_read=o.user_rights[t].comn_user_read,o.user_access.data_insert=o.user_rights[t].comn_user_insert,o.user_access.data_update=o.user_rights[t].comn_user_update,o.user_access.data_delete=o.user_rights[t].comn_user_delete,o.user_access.data_massupdate=o.user_rights[t].comn_user_massupdate,o.user_access.is_admin=o.user_rights[t].comn_user_admin)}),a(function(){$("#fixedtable").tableHeadFixer({top:1})},100),o.filteredTodos=[],o.currentPage=1,o.numPerPage=10,o.maxSize=10,n.get(i.apiUrl+"api/common/ParameterMaster/getParameterbyIndex").then(function(e){o.display=!1,o.grid=!0,o.parameter_data=e.data,o.totalItems=o.parameter_data.length,o.todos=o.parameter_data,o.makeTodos();for(var t=0;t<o.totalItems;t++)o.parameter_data[t].icon="fa fa-plus-circle"}),n.get(i.apiUrl+"api/common/ParameterMaster/getApplication").then(function(e){o.display=!1,o.appl_name=e.data,o.appl_name.sort(function(e,t){return e.comn_application_name.localeCompare(t.comn_application_name)})}),o.makeTodos=function(){var e=parseInt(o.totalItems%o.numPerPage),e=(o.pagersize="0"==e?parseInt(o.totalItems/o.numPerPage):parseInt(o.totalItems/o.numPerPage)+1,(o.currentPage-1)*o.numPerPage),t=parseInt(e)+parseInt(o.numPerPage);o.filteredTodos=o.todos.slice(e,t)},n.get(i.apiUrl+"api/common/ApplicationMaster/getModules").then(function(e){o.display=!0,o.obj=e.data,o.obj.sort(function(e,t){return e.comn_appl_mod_name.localeCompare(t.comn_appl_mod_name)})}),o.Getinfo1=function(e){null!=e&&n.get(i.apiUrl+"api/common/ParameterMaster/getApplication?modCode="+e).then(function(e){o.display=!0,o.appl_data=e.data})},o.edit=function(e){0==o.user_access.data_update?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(o.edit_code=!0,o.display=!0,o.grid=!1,o.save1=!1,o.update1=!0,o.delete1=!1,o.edt={comn_appl_mod_code:e.comn_appl_mod_code,comn_application_code:e.comn_application_code,sims_appl_form_field:e.sims_appl_form_field,sims_appl_parameter:e.sims_appl_parameter,sims_appl_form_field_value1:e.sims_appl_form_field_value1,sims_appl_form_field_value2:e.sims_appl_form_field_value2,sims_appl_form_field_value3:e.sims_appl_form_field_value3,sims_appl_form_field_value4:e.sims_appl_form_field_value4,sims_appl_form_field_value5:e.sims_appl_form_field_value5,appl_form_field:e.appl_form_field,appl_form_field_value1:e.appl_form_field_value1,appl_form_field_value2:e.appl_form_field_value2,appl_form_field_value3:e.appl_form_field_value3,appl_form_field_value4:e.appl_form_field_value4,appl_form_field_value5:e.appl_form_field_value5,appl_parameter:e.appl_parameter},o.Getinfo1(e.comn_appl_mod_code),o.edt.sims_appl_form_field)},o.New=function(){0==o.user_access.data_insert?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(o.edit_code=!1,o.display=!0,o.grid=!1,o.save1=!0,o.update1=!1,o.delete1=!1,o.edt="")},o.GetSelectedApplication=function(e){null==e?o.getgrid():n.get(i.apiUrl+"api/common/ParameterMaster/getParameterbyIndex11?comn_appl_code="+e+"&sims_mod_code="+o.edt.comn_appl_mod_code).then(function(e){o.display=!1,o.parameter_data=e.data,o.totalItems=o.parameter_data.length,o.todos=o.parameter_data,o.makeTodos(),o.grid=!0;for(var t=0;t<o.totalItems;t++)o.parameter_data[t].icon="fa fa-plus-circle"}),o.myForm.$setPristine(),o.myForm.$setUntouched()},o.filterAppName=function(){n.get(i.apiUrl+"api/common/ParameterMaster/getApplication").then(function(e){o.display=!1,o.appl_name=e.data,console.log("appl_name: "),console.log(o.appl_name),o.appl_name.sort(function(e,t){return e.comn_application_name.localeCompare(t.comn_application_name)});var t=o.todos.map(function(e){return e.comn_application_code});o.appl_name=o.appl_name.filter(function(e){return t.includes(e.comn_application_code)})})},o.GetSelectedModule=function(a){null==a?o.getgrid():n.get(i.apiUrl+"api/common/ParameterMaster/getParameterbyIndex1?comn_mod_code="+a).then(function(e){o.display=!1,o.parameter_data=e.data,o.totalItems=o.parameter_data.length,o.todos=o.parameter_data,o.makeTodos(),o.grid=!0;for(var t=0;t<o.totalItems;t++)o.parameter_data[t].icon="fa fa-plus-circle";n.get(i.apiUrl+"api/common/ParameterMaster/getApplication?modCode="+a).then(function(e){o.display=!1,o.appl_name=e.data,o.appl_name.sort(function(e,t){return e.comn_application_name.localeCompare(t.comn_application_name)})})}),o.myForm.$setPristine(),o.myForm.$setUntouched()},o.cancel=function(){o.grid=!0,o.display=!1,o.myForm.$setPristine(),o.myForm.$setUntouched()},o.Save=function(e){var t;e&&(c=[],0==o.update1?(t={comn_appl_mod_code:o.edt.comn_appl_mod_code,comn_application_code:o.edt.comn_application_code,sims_appl_form_field:o.edt.sims_appl_form_field,sims_appl_parameter:o.edt.sims_appl_parameter,sims_appl_form_field_value1:o.edt.sims_appl_form_field_value1,sims_appl_form_field_value2:o.edt.sims_appl_form_field_value2,sims_appl_form_field_value3:o.edt.sims_appl_form_field_value3,sims_appl_form_field_value4:o.edt.sims_appl_form_field_value4,sims_appl_form_field_value5:o.edt.sims_appl_form_field_value5,opr:"I"},c.push(t),n.post(i.apiUrl+"api/common/ParameterMaster/updateInsertDeleteParameter",c).then(function(e){o.display=!0,o.msg1=e.data,1==o.msg1?swal({text:"Parameter Data Added Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&o.getgrid()}):0==o.msg1?swal({text:"Parameter Data Already Exists. ",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}).then(function(e){e&&o.getgrid()}):swal("Error-"+o.msg1)})):o.Update(e))},o.getgrid=function(){n.get(i.apiUrl+"api/common/ParameterMaster/getParameterbyIndex").then(function(e){o.display=!1,o.grid=!0,o.parameter_data=e.data,o.totalItems=o.parameter_data.length,o.todos=o.parameter_data,o.makeTodos();for(var t=0;t<o.totalItems;t++)o.parameter_data[t].icon="fa fa-plus-circle"}),o.myForm.$setPristine(),o.myForm.$setUntouched()},o.Update=function(e){e&&(c=[],e={comn_appl_mod_code:o.edt.comn_appl_mod_code,comn_application_code:o.edt.comn_application_code,sims_appl_form_field:o.edt.sims_appl_form_field,sims_appl_parameter:o.edt.sims_appl_parameter,sims_appl_form_field_value1:o.edt.sims_appl_form_field_value1,sims_appl_form_field_value2:o.edt.sims_appl_form_field_value2,sims_appl_form_field_value3:o.edt.sims_appl_form_field_value3,sims_appl_form_field_value4:o.edt.sims_appl_form_field_value4,sims_appl_form_field_value5:o.edt.sims_appl_form_field_value5,appl_form_field:o.edt.appl_form_field,appl_form_field_value1:o.edt.appl_form_field_value1,appl_form_field_value2:o.edt.appl_form_field_value2,appl_form_field_value3:o.edt.appl_form_field_value3,appl_form_field_value4:o.edt.appl_form_field_value4,appl_form_field_value5:o.edt.appl_form_field_value5,appl_parameter:o.edt.appl_parameter,opr:"U"},c.push(e),n.post(i.apiUrl+"api/common/ParameterMaster/updateParameterMaster",c).then(function(e){o.display=!0,o.msg1=e.data,1==o.msg1?swal({text:"Parameter Updated Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&o.getgrid()}):0==o.msg1?swal({text:"Parameter Not Updated Successfully. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&o.getgrid()}):swal("Error-"+o.msg1)}))},o.Delete=function(){var e=o.del1;e.opr="D",n.post(i.apiUrl+"api/common/ParameterMaster/updateInsertDeleteParameter",e).then(function(e){o.msg1=e.data,t.strMessage=o.msg1.strMessage,$("#message").modal("show"),n.get(i.apiUrl+"api/common/ParameterMaster/getParameterbyIndex").then(function(e){o.display=!1,o.grid=!0,o.parameter_data=e.data})})},o.flag=!0,o.icon="fa fa-plus-circle",o.expand=function(e,t){1==o.flag?($(d).remove(),e.icon="fa fa-minus-circle",d=$("<tr id='innerRow'><td class='details' colspan='11'><table class='inner-table' cellpadding='5' cellspacing='0'><tbody><tr> <td class='semi-bold'>"+s.getString("Form Field Value 1")+"</td> <td class='semi-bold'>"+s.getString("Form Field Value 2")+" </td><td class='semi-bold'>"+s.getString("Form Field Value 3")+"</td><td class='semi-bold'>"+s.getString("Form Field Value 4")+"</td></tr><tr><td>"+e.sims_appl_form_field_value1+"</td> <td>"+e.sims_appl_form_field_value2+" </td><td>"+e.sims_appl_form_field_value3+"</td><td>"+e.sims_appl_form_field_value4+"</td></tr></tbody> </table></td></tr>"),$(t.currentTarget).parents("tr").after(d),o.flag=!1):($("#innerRow").css({display:"none"}),e.icon="fa fa-plus-circle",o.flag=!0)},o.size=function(e){"All"==e?(o.currentPage="1",o.filteredTodos=o.parameter_data,o.pager=!1):(o.pager=!0,o.pagesize=e,o.currentPage=1,o.numPerPage=e,o.makeTodos()),o.numPerPage=e,console.log("numPerPage="+o.numPerPage)},o.index=function(e){o.pageindex=e,o.currentPage=e,o.makeTodos()},o.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).sims_mod_name.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_appl_name.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_appl_form_field.toLowerCase().indexOf(t.toLowerCase());var t})},o.search=function(){o.todos=o.searched(o.parameter_data,o.searchText),o.totalItems=o.todos.length,o.currentPage="1",""==o.searchText&&(o.todos=o.parameter_data),o.makeTodos()}}])}(),function(){"use strict";var e=angular.module("sims.module.Setup");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]);var l,r=[];e.controller("CurriculumLevelDisciplineProgrammeStreamCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","filterFilter","$http","ENV",function(a,t,o,e,s,n,i,d,c){a.display=!1,a.pagesize="10",a.pageindex="0",a.pager=!0,a.levelcodeRonly=!1,i.get(d.apiUrl+"api/CurriculumLevelDiscipline/getCurlevel").then(function(e){a.display=!1,a.grid=!0,a.user_access=[],a.appcode=t.current.name.split(".");o.globals.currentUser.username;i.get(d.apiUrl+"api/AlertTransaction/Get_user_access_rights_m4?appl_code="+a.appcode[1]).then(function(e){a.user_rights=e.data;for(var t=0;t<a.user_rights.length;t++)0==t&&(a.user_access.data_read=a.user_rights[t].comn_user_read,a.user_access.data_insert=a.user_rights[t].comn_user_insert,a.user_access.data_update=a.user_rights[t].comn_user_update,a.user_access.data_delete=a.user_rights[t].comn_user_delete,a.user_access.data_massupdate=a.user_rights[t].comn_user_massupdate,a.user_access.is_admin=a.user_rights[t].comn_user_admin)}),a.obj=e.data,a.totalItems=a.obj.length,a.todos=a.obj,a.makeTodos()}),a.filteredTodos=[],a.currentPage=1,a.numPerPage=10,a.maxSize=10,a.makeTodos=function(){var e=parseInt(a.totalItems%a.numPerPage),e=(a.pagersize="0"==e?parseInt(a.totalItems/a.numPerPage):parseInt(a.totalItems/a.numPerPage)+1,(a.currentPage-1)*a.numPerPage),t=parseInt(e)+parseInt(a.numPerPage);a.filteredTodos=a.todos.slice(e,t)},a.temp={},i.get(d.apiUrl+"api/common/CurLevel/getCuriculum").then(function(e){a.cur=e.data,0<e.data.length&&(a.temp.level_cur_code=e.data[0].level_cur_code)}),i.get(d.apiUrl+"api/CurriculumLevelDiscipline/getCurlevelCode").then(function(e){a.lvl=e.data,0<e.data.length&&(a.temp.level_code=e.data[0].level_code)}),i.get(d.apiUrl+"api/CurriculumLevelDiscipline/getCurlevelDisCode").then(function(e){a.lvl1=e.data,0<e.data.length&&(a.temp.discipline_code=e.data[0].discipline_code)}),i.get(d.apiUrl+"api/CurriculumLevelDiscipline/getCurlevelprogCode").then(function(e){a.lvl2=e.data,0<e.data.length&&(a.temp.cur_level_discipline_programme_code=e.data[0].cur_level_discipline_programme_code)}),a.CheckAll=function(){if(l=document.getElementById("chk_min"),r=[],1==l.checked)for(var e=0;e<a.filteredTodos.length;e++){var t=a.filteredTodos[e].cur_level_discipline_programme_stream_code+a.filteredTodos[e].cur_level_discipline_programme_stream_code;document.getElementById(t).checked=!0,r.push(t)}else for(e=0;e<a.filteredTodos.length;e++){t=a.filteredTodos[e].cur_level_discipline_programme_stream_code+a.filteredTodos[e].cur_level_discipline_programme_stream_code;document.getElementById(t).checked=!1}},a.CheckAny=function(e){var t=document.getElementById(e);1==t.checked?r.push(e):(t.checked=!1,-1<(t=r.indexOf(e))&&r.splice(t,1))},a.size=function(e){a.pager=10==e||20==e,"*"==e?(a.numPerPage=a.obj.length,a.filteredTodos=a.obj,a.pager=!1):(a.pagesize=e,a.currentPage=1,a.numPerPage=e),a.makeTodos()},a.index=function(e){a.pageindex=e,a.currentPage=e,a.makeTodos()},a.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).level_code.toLowerCase().indexOf(t.toLowerCase())||-1<e.level_name_en.toLowerCase().indexOf(t.toLowerCase())||-1<e.level_cur_code_name.toLowerCase().indexOf(t.toLowerCase())||e.level_cur_code_name==t;var t})},a.search=function(){a.todos=a.searched(a.obj,a.searchText),a.totalItems=a.todos.length,a.currentPage="1",""==a.searchText&&(a.todos=a.obj),a.makeTodos()},a.edit=function(e){0==a.user_access.data_update?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(a.levelcodeRonly=!0,a.display=!0,a.update_flag=!0,a.grid=!1,a.btn_save=!1,a.btn_update=!0,a.temp={level_cur_code:e.level_cur_code,sims_academic_year:e.sims_academic_year,level_code:e.level_code,discipline_code:e.discipline_code,cur_level_discipline_programme_code:e.cur_level_discipline_programme_code,cur_level_discipline_programme_stream_code:e.cur_level_discipline_programme_stream_code,cur_level_discipline_programme_stream_name:e.cur_level_discipline_programme_stream_name,cur_level_discipline_programme_stream_name_ar:e.cur_level_discipline_programme_stream_name_ar,cur_level_discipline_programme_stream_name_fr:e.cur_level_discipline_programme_stream_name_fr,cur_level_discipline_programme_stream_name_ot:e.cur_level_discipline_programme_stream_name_ot,cur_level_discipline_programme_stream_status:e.cur_level_discipline_programme_stream_status})},a.Save=function(e){e&&(1==a.update_flag?a.Update():((e=a.temp).opr="I",i.post(d.apiUrl+"api/CurriculumLevelDiscipline/CUDCurLevel",e).then(function(e){a.msg=e.data,"0"==a.msg.strMessage||"3"==a.msg.strMessage?$("#CurLevelCodeError").modal({backdrop:"static"}):($("#SucessMessage").modal({backdrop:"static"}),i.get(d.apiUrl+"api/CurriculumLevelDiscipline/getCurlevel").then(function(e){a.display=!1,a.grid=!0,a.obj=e.data,a.totalItems=a.obj.length,a.todos=a.obj,a.makeTodos()},function(){a.loading=!0,alert("Failed to get Daata")}),a.msg=!0,a.dis2=!1,a.dis1=!0)},function(){a.show_ins_table_loading=!1,$("#ErrorMessage").modal({backdrop:"static"})})))},a.Update=function(){var e=a.temp;e.opr="U",i.post(d.apiUrl+"api/CurriculumLevelDiscipline/CUDCurLevel",e).then(function(e){a.up=e.data,$("#Success_Update").modal({backdrop:"static"}),i.get(d.apiUrl+"api/CurriculumLevelDiscipline/getCurlevel").then(function(e){a.display=!1,a.grid=!0,a.obj=e.data,a.totalItems=a.obj.length,a.todos=a.obj,a.makeTodos()},function(){a.loading=!0,alert("Failed to get Daata")}),a.msg=!0,a.dis2=!1,a.dis1=!0},function(){a.show_ins_table_loading=!1,$("#ErrorMessage").modal({backdrop:"static"})})},a.Delete=function(){0==a.user_access.data_delete?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):0!=r.length?i.post(d.apiUrl+"api/CurriculumLevelDiscipline/DCurLevel?objlist="+JSON.stringify(r)).then(function(e){a.ins=e.data,r=[],"1"==a.ins.strMessage?($("#Success_Delete").modal({backdrop:"static"}),i.get(d.apiUrl+"api/CurriculumLevelDiscipline/getCurlevel").then(function(e){a.display=!1,a.grid=!0,a.obj=e.data,a.totalItems=a.obj.length,a.todos=a.obj,a.makeTodos()},function(){a.loading=!0,alert("Failed to get Daata")})):$("#Error_Delete").modal({backdrop:"static"}),a.msg=!0,a.dis2=!1,a.dis1=!0},function(){a.show_ins_table_loading=!1,$("#ErrorMessage").modal({backdrop:"static"})}):alert("Select Record")},a.New=function(){a.Myform.$setPristine(),a.Myform.$setUntouched(),0==a.user_access.data_insert?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(a.temp="",a.levelcodeRonly=!1,a.grid=!1,a.update_flag=!1,a.display=!0,a.btn_save=!0,a.btn_update=!1,a.temp={},a.temp.level_status=!0,0<a.cur.length&&(a.temp.level_cur_code=a.cur[0].level_cur_code))},a.cancel=function(){a.grid=!0,a.display=!1,a.update1=!1,a.save1=!1,a.Myform.$setPristine(),a.Myform.$setUntouched()},$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0}),$(document).on("touch click",'*[data-datepicker="true"] .add-on',function(e){$('input[type="text"]',$(this).parent()).focus()})}])}(),function(){"use strict";var c,e=angular.module("sims.module.Setup");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("CurriculumCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(s,e,t,a,o,n,i){s.pagesize="10",s.pageindex="0",s.pager=!0,s.curriculum_data=[],s.edit_code=!1;var d;s.user_access=[],s.appcode=e.current.name.split("."),t.globals.currentUser.username,n.get(i.apiUrl+"api/AlertTransaction/Get_user_access_rights_m4?appl_code="+s.appcode[1]).then(function(e){s.user_rights=e.data;for(var t=0;t<s.user_rights.length;t++)0==t&&(s.user_access.data_read=s.user_rights[t].comn_user_read,s.user_access.data_insert=s.user_rights[t].comn_user_insert,s.user_access.data_update=s.user_rights[t].comn_user_update,s.user_access.data_delete=s.user_rights[t].comn_user_delete,s.user_access.data_massupdate=s.user_rights[t].comn_user_massupdate,s.user_access.is_admin=s.user_rights[t].comn_user_admin)}),a(function(){$("#fixtable").tableHeadFixer({top:1})},100),s.filteredTodos=[],s.currentPage=1,s.numPerPage=10,s.maxSize=10,n.get(i.apiUrl+"api/common/Curriculum/getCurriculum").then(function(e){s.display=!1,s.grid=!0,s.curriculum_data=e.data,s.totalItems=s.curriculum_data.length,s.todos=s.curriculum_data,s.makeTodos();for(var t=0;t<s.totalItems;t++)s.curriculum_data[t].icon="fa fa-plus-circle"}),s.makeTodos=function(){var e=parseInt(s.totalItems%s.numPerPage),e=(s.pagersize="0"==e?parseInt(s.totalItems/s.numPerPage):parseInt(s.totalItems/s.numPerPage)+1,(s.currentPage-1)*s.numPerPage),t=parseInt(e)+parseInt(s.numPerPage);s.filteredTodos=s.todos.slice(e,t)},s.edit=function(e){0==s.user_access.data_update?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(s.display=!0,s.grid=!1,s.save1=!1,s.update1=!0,s.delete1=!1,s.edt={curriculum_code:e.curriculum_code,curriculum_short_name:e.curriculum_short_name,curriculum_short_name_ar:e.curriculum_short_name_ar,curriculum_short_name_fr:e.curriculum_short_name_fr,curriculum_short_name_ot:e.curriculum_short_name_ot,curriculum_full_name:e.curriculum_full_name,curriculum_full_name_ar:e.curriculum_full_name_ar,curriculum_full_name_fr:e.curriculum_full_name_fr,curriculum_full_name_ot:e.curriculum_full_name_ot,curriculum_status:e.curriculum_status},s.edit_code=!0)},s.Save=function(e){var t,a=[];e&&(0==s.update1?(t={curriculum_code:s.edt.curriculum_code,curriculum_short_name:s.edt.curriculum_short_name,curriculum_short_name_ar:s.edt.curriculum_short_name_ar,curriculum_short_name_fr:s.edt.curriculum_short_name_fr,curriculum_short_name_ot:s.edt.curriculum_short_name_ot,curriculum_full_name:s.edt.curriculum_full_name,curriculum_full_name_ar:s.edt.curriculum_full_name_ar,curriculum_full_name_fr:s.edt.curriculum_full_name_fr,curriculum_full_name_ot:s.edt.curriculum_full_name_ot,curriculum_status:s.edt.curriculum_status,opr:"I"},a.push(t),n.post(i.apiUrl+"api/common/Curriculum/CUDInsertCurriculum",a).then(function(e){s.display=!0,s.msg1=e.data,1==s.msg1?swal({text:"Curriculum  Added Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&s.getgrid()}):0==s.msg1?swal({text:"Curriculum Record Already Exists. ",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}).then(function(e){e&&s.getgrid()}):swal("Error-"+s.msg1)})):s.Update(e))},s.getgrid=function(){n.get(i.apiUrl+"api/common/Curriculum/getCurriculum").then(function(e){s.display=!1,s.grid=!0,s.curriculum_data=e.data,s.totalItems=s.curriculum_data.length,s.todos=s.curriculum_data,s.makeTodos();for(var t=0;t<s.totalItems;t++)s.curriculum_data[t].icon="fa fa-plus-circle"}),1==(c=document.getElementById("mainchk")).checked&&(c.checked=!1,s.row1=""),s.myForm.$setPristine(),s.myForm.$setUntouched()},s.Update=function(e){var t=[];e&&(e={curriculum_code:s.edt.curriculum_code,curriculum_short_name:s.edt.curriculum_short_name,curriculum_short_name_ar:s.edt.curriculum_short_name_ar,curriculum_short_name_fr:s.edt.curriculum_short_name_fr,curriculum_short_name_ot:s.edt.curriculum_short_name_ot,curriculum_full_name:s.edt.curriculum_full_name,curriculum_full_name_ar:s.edt.curriculum_full_name_ar,curriculum_full_name_fr:s.edt.curriculum_full_name_fr,curriculum_full_name_ot:s.edt.curriculum_full_name_ot,curriculum_status:s.edt.curriculum_status,opr:"U"},t.push(e),n.post(i.apiUrl+"api/common/Curriculum/CUDCurriculum",t).then(function(e){s.display=!0,s.msg1=e.data,1==s.msg1?swal({text:"Curriculum Updated Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&s.getgrid()}):0==s.msg1?swal({text:"Curriculum  Not Updated Successfully. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&s.getgrid()}):swal("Error-"+s.msg1)}))},s.New=function(){0==s.user_access.data_insert?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(s.display=!0,s.grid=!1,s.save1=!0,s.update1=!1,s.delete1=!1,s.edt="",s.edit_code=!1,s.edt={curriculum_status:!0})},s.cancel=function(){s.edt="",s.grid=!0,s.display=!1,s.myForm.$setPristine(),s.myForm.$setUntouched()},s.Delete=function(){if(0==s.user_access.data_delete)swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200});else{var o=[];s.flag=!1;for(var e=0;e<s.filteredTodos.length;e++){var t=s.filteredTodos[e].curriculum_code;1==document.getElementById(t).checked&&(s.flag=!0,t={curriculum_code:s.filteredTodos[e].curriculum_code,opr:"D"},o.push(t))}s.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)n.post(i.apiUrl+"api/common/Curriculum/CUDCurriculum",o).then(function(e){s.msg1=e.data,1==s.msg1?swal({text:"Curriculum  Deleted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&s.getgrid()}):0==s.msg1?swal({text:"Curriculum  Not Deleted Successfully. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&s.getgrid()}):swal("Error-"+s.msg1)});else{1==(c=document.getElementById("mainchk")).checked&&(c.checked=!1);for(var t=0;t<s.filteredTodos.length;t++){var a=s.filteredTodos[t].curriculum_code,a=document.getElementById(a);1==a.checked&&(a.checked=!1,$("tr").removeClass("row_selected"))}}}):swal({text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380})}},s.CheckAllChecked=function(){if(1==(c=document.getElementById("mainchk")).checked)for(var e=0;e<s.filteredTodos.length;e++){var t=s.filteredTodos[e].curriculum_code;document.getElementById(t).checked=!0,s.row1="row_selected",$("tr").addClass("row_selected")}else for(e=0;e<s.filteredTodos.length;e++){t=s.filteredTodos[e].curriculum_code;document.getElementById(t).checked=!1,c.checked=!1,s.row1=""}},s.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected")}),1==(c=document.getElementById("mainchk")).checked&&(c.checked=!1,$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected")}))},s.size=function(e){"All"==e?(s.currentPage="1",s.filteredTodos=s.curriculum_data,s.pager=!1):(s.pager=!0,s.pagesize=e,s.currentPage=1,s.numPerPage=e,s.makeTodos())},s.index=function(e){s.pageindex=e,s.currentPage=e,s.makeTodos(),c.checked=!1,s.row1=""};s.flag=!0,s.icon="fa fa-plus-circle",s.expand=function(e,t){1==s.flag?($(d).remove(),e.icon="fa fa-minus-circle",d=$("<tr id='innerRow'><td class='details' colspan='11'><table class='inner-table table table-hover table-bordered table-condensed' cellpadding='5' cellspacing='0'><tbody><tr style='background-color: #e9e4e4'> <td class='semi-bold'><i class='fa fa-align-justify'></i>&nbsp;"+o.getString("French Short Name")+"</td> <td class='semi-bold'><i class='fa fa-align-justify'></i>&nbsp;"+o.getString("Regional Short Name")+" </td><td class='semi-bold'><i class='fa fa-align-justify'></i>&nbsp;"+o.getString("French Full Name")+"</td><td class='semi-bold'><i class='fa fa-align-justify'></i>&nbsp;"+o.getString("Regional Full Name")+"</td></tr><tr><td>"+e.curriculum_short_name_fr+"</td> <td>"+e.curriculum_short_name_ot+" </td><td>"+e.curriculum_full_name_fr+"</td><td>"+e.curriculum_full_name_ot+"</td></tr> </table></td></tr>"),$(t.currentTarget).parents("tr").after(d),s.flag=!1):($("#innerRow").css({display:"none"}),e.icon="fa fa-plus-circle",s.flag=!0)},s.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).curriculum_code.toLowerCase().indexOf(t.toLowerCase())||-1<e.curriculum_short_name.toLowerCase().indexOf(t.toLowerCase())||e.curriculum_full_name==t;var t})},s.search=function(){if(s.todos=s.searched(s.curriculum_data,s.searchText),s.totalItems=s.todos.length,s.currentPage="1",""==s.searchText&&(s.todos=s.curriculum_data),s.makeTodos(),1==(c=document.getElementById("mainchk")).checked)for(var e=0;e<s.filteredTodos.length;e++){var t=s.filteredTodos[e].curriculum_code;document.getElementById(t).checked=!1,c.checked=!1,s.row1=""}}}])}(),function(){"use strict";var e=angular.module("sims.module.Setup");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]);var l,r=[];e.controller("CurriculumLevelDisciplineProgController",["$scope","$state","$rootScope","$timeout","gettextCatalog","filterFilter","$http","ENV",function(a,o,s,e,t,n,i,d,c){a.display=!1,a.pagesize="10",a.pageindex="0",a.pager=!0,a.levelcodeRonly=!1,i.get(d.apiUrl+"api/CurriculumLevelDisciplineProg/getCurlevel").then(function(e){a.display=!1,a.grid=!0,a.user_access=[],a.appcode=o.current.name.split(".");var t=s.globals.currentUser.username;i.get(d.apiUrl+"api/AlertTransaction/Get_user_access_rights?username="+t+"&appl_code="+a.appcode[1]).then(function(e){a.user_rights=e.data;for(var t=0;t<a.user_rights.length;t++)0==t&&(a.user_access.data_read=a.user_rights[t].comn_user_read,a.user_access.data_insert=a.user_rights[t].comn_user_insert,a.user_access.data_update=a.user_rights[t].comn_user_update,a.user_access.data_delete=a.user_rights[t].comn_user_delete,a.user_access.data_massupdate=a.user_rights[t].comn_user_massupdate,a.user_access.is_admin=a.user_rights[t].comn_user_admin)}),a.obj=e.data,a.totalItems=a.obj.length,a.todos=a.obj,a.makeTodos()}),a.filteredTodos=[],a.currentPage=1,a.numPerPage=10,a.maxSize=10,a.makeTodos=function(){var e=parseInt(a.totalItems%a.numPerPage),e=(a.pagersize="0"==e?parseInt(a.totalItems/a.numPerPage):parseInt(a.totalItems/a.numPerPage)+1,(a.currentPage-1)*a.numPerPage),t=parseInt(e)+parseInt(a.numPerPage);a.filteredTodos=a.todos.slice(e,t)},a.temp={},i.get(d.apiUrl+"api/common/CurLevel/getCuriculum").then(function(e){a.cur=e.data,0<e.data.length&&(a.temp.level_cur_code=e.data[0].level_cur_code)}),i.get(d.apiUrl+"api/CurriculumLevelDisciplineProg/getCurlevelCode").then(function(e){a.lvl=e.data,0<e.data.length&&(a.temp.level_code=e.data[0].level_code)}),i.get(d.apiUrl+"api/CurriculumLevelDisciplineProg/getCurlevelDisCode").then(function(e){a.dis=e.data,0<e.data.length&&(a.temp.discipline_code=e.data[0].discipline_code)}),a.CheckAll=function(){if(l=document.getElementById("chk_min"),r=[],1==l.checked)for(var e=0;e<a.filteredTodos.length;e++){var t=a.filteredTodos[e].sims_cur_level_discipline_programme_code+a.filteredTodos[e].sims_cur_level_discipline_programme_name;document.getElementById(t).checked=!0,r.push(t)}else for(e=0;e<a.filteredTodos.length;e++){t=a.filteredTodos[e].sims_cur_level_discipline_programme_code+a.filteredTodos[e].sims_cur_level_discipline_programme_name;document.getElementById(t).checked=!1}},a.CheckAny=function(e){var t=document.getElementById(e);1==t.checked?r.push(e):(t.checked=!1,-1<(t=r.indexOf(e))&&r.splice(t,1))},a.size=function(e){a.pager=10==e||20==e,"*"==e?(a.numPerPage=a.obj.length,a.filteredTodos=a.obj,a.pager=!1):(a.pagesize=e,a.currentPage=1,a.numPerPage=e),a.makeTodos()},a.index=function(e){a.pageindex=e,a.currentPage=e,a.makeTodos()},a.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).level_cur_code.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_cur_level_discipline_programme_name_ot.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_cur_level_code.toLowerCase().indexOf(t.toLowerCase())||e.sims_cur_level_discipline_code==t;var t})},a.search=function(){a.todos=a.searched(a.obj,a.searchText),a.totalItems=a.todos.length,a.currentPage="1",""==a.searchText&&(a.todos=a.obj),a.makeTodos()},a.edit=function(e){0==a.user_access.data_update?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(a.levelcodeRonly=!0,a.display=!0,a.update_flag=!0,a.grid=!1,a.btn_save=!1,a.btn_update=!0,a.temp={level_cur_code:e.level_cur_code,level_code:e.level_code,discipline_code:e.discipline_code,sims_cur_level_discipline_programme_code:e.sims_cur_level_discipline_programme_code,sims_cur_level_discipline_programme_name:e.sims_cur_level_discipline_programme_name,sims_cur_level_discipline_programme_name_ar:e.sims_cur_level_discipline_programme_name_ar,sims_cur_level_discipline_programme_name_fr:e.sims_cur_level_discipline_programme_name_fr,sims_cur_level_discipline_programme_name_ot:e.sims_cur_level_discipline_programme_name_ot,sims_cur_level_discipline_programme_status:e.sims_cur_level_discipline_programme_status})},a.Save=function(e){e&&(1==a.update_flag?a.Update():((e=a.temp).opr="I",i.post(d.apiUrl+"api/CurriculumLevelDisciplineProg/CUDCurLevel",e).then(function(e){a.msg=e.data,"0"==a.msg.strMessage||"3"==a.msg.strMessage?$("#CurLevelCodeError").modal({backdrop:"static"}):($("#SucessMessage").modal({backdrop:"static"}),i.get(d.apiUrl+"api/CurriculumLevelDisciplineProg/getCurlevel").then(function(e){a.display=!1,a.grid=!0,a.obj=e.data,a.totalItems=a.obj.length,a.todos=a.obj,a.makeTodos()},function(){a.loading=!0,alert("Failed to get Daata")}),a.msg=!0,a.dis2=!1,a.dis1=!0)},function(){a.show_ins_table_loading=!1,$("#ErrorMessage").modal({backdrop:"static"})})))},a.Update=function(){var e=a.temp;e.opr="U",i.post(d.apiUrl+"api/CurriculumLevelDisciplineProg/CUDCurLevel",e).then(function(e){a.up=e.data,$("#Success_Update").modal({backdrop:"static"}),i.get(d.apiUrl+"api/CurriculumLevelDisciplineProg/getCurlevel").then(function(e){a.display=!1,a.grid=!0,a.obj=e.data,a.totalItems=a.obj.length,a.todos=a.obj,a.makeTodos()},function(){a.loading=!0,alert("Failed to get Daata")}),a.msg=!0,a.dis2=!1,a.dis1=!0},function(){a.show_ins_table_loading=!1,$("#ErrorMessage").modal({backdrop:"static"})})},a.Delete=function(){0==a.user_access.data_delete?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):0!=r.length?i.post(d.apiUrl+"api/CurriculumLevelDisciplineProg/DCurLevel?objlist="+JSON.stringify(r)).then(function(e){a.ins=e.data,r=[],"1"==a.ins.strMessage?($("#Success_Delete").modal({backdrop:"static"}),i.get(d.apiUrl+"api/CurriculumLevelDisciplineProg/getCurlevel").then(function(e){a.display=!1,a.grid=!0,a.obj=e.data,a.totalItems=a.obj.length,a.todos=a.obj,a.makeTodos()},function(){a.loading=!0,alert("Failed to get Daata")})):$("#Error_Delete").modal({backdrop:"static"}),a.msg=!0,a.dis2=!1,a.dis1=!0},function(){a.show_ins_table_loading=!1,$("#ErrorMessage").modal({backdrop:"static"})}):alert("Select Record")},a.New=function(){0==a.user_access.data_insert?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(a.temp="",a.levelcodeRonly=!1,a.grid=!1,a.update_flag=!1,a.display=!0,a.btn_save=!0,a.btn_update=!1,a.temp={},a.temp.sims_cur_level_discipline_programme_status=!0,0<a.cur.length&&(a.temp.level_cur_code=a.cur[0].level_cur_code),a.Myform.$setPristine(),a.Myform.$setUntouched())},a.cancel=function(){a.grid=!0,a.display=!1,a.update1=!1,a.save1=!1,a.Myform.$setPristine(),a.Myform.$setUntouched()},$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0}),$(document).on("touch click",'*[data-datepicker="true"] .add-on',function(e){$('input[type="text"]',$(this).parent()).focus()})}])}(),function(){"use strict";var d,e=angular.module("sims.module.Setup");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("AcademicYearCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(s,e,t,a,o,n,i){s.pagesize="10",s.pageindex="1",s.acadyr_data=[],s.edit_code=!1,s.edt={};s.user_access=[],s.appcode=e.current.name.split("."),t.globals.currentUser.username;n.get(i.apiUrl+"api/AlertTransaction/Get_user_access_rights_m4?appl_code="+s.appcode[1]).then(function(e){s.user_rights=e.data;for(var t=0;t<s.user_rights.length;t++)0==t&&(s.user_access.data_read=s.user_rights[t].comn_user_read,s.user_access.data_insert=s.user_rights[t].comn_user_insert,s.user_access.data_update=s.user_rights[t].comn_user_update,s.user_access.data_delete=s.user_rights[t].comn_user_delete,s.user_access.data_massupdate=s.user_rights[t].comn_user_massupdate,s.user_access.is_admin=s.user_rights[t].comn_user_admin)}),"asd"==n.defaults.headers.common.schoolId&&(s.showASDFlag=!0),a(function(){$("#fixedtable").tableHeadFixer({top:1})},100),s.filteredTodos=[],s.currentPage=1,s.numPerPage=10,s.maxSize=5,n.get(i.apiUrl+"api/ERP/Grade/getCuriculum_m4").then(function(e){s.obj2=e.data,s.edt.sims_cur_code=s.obj2[0].sims_cur_code}),n.get(i.apiUrl+"api/common/AcademicYear/getAcademicStatus").then(function(e){s.obj3=e.data}),n.get(i.apiUrl+"api/common/AcademicYear/getAcademicYear").then(function(e){s.display=!1,s.grid=!0,s.acadyr_data=e.data,s.totalItems=s.acadyr_data.length,s.todos=s.acadyr_data,s.makeTodos()}),s.makeTodos=function(){var e=parseInt(s.totalItems%s.numPerPage),e=(s.pagersize="0"==e?parseInt(s.totalItems/s.numPerPage):parseInt(s.totalItems/s.numPerPage)+1,(s.currentPage-1)*s.numPerPage),t=parseInt(e)+parseInt(s.numPerPage);s.filteredTodos=s.todos.slice(e,t)},s.createdate1=function(e,t){new Date(e.split("-").reverse().join("-"))<new Date(t.split("-").reverse().join("-"))&&(swal({title:"Alert",text:"End date cannot be less that Start date",width:350,height:200}),s.edt.sims_academic_year_end_date="")},s.edit=function(e){0==s.user_access.data_update?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):($("#ay_dp_start_date").data("kendoDatePicker").enable(!0),$("#ay_dp_endDate").data("kendoDatePicker").enable(!0),s.display=!0,s.grid=!1,s.save1=!1,s.update1=!0,s.delete1=!1,s.edt={sims_cur_code:e.sims_cur_code,sims_academic_year:e.sims_academic_year,sims_academic_year_start_date:e.sims_academic_year_start_date,sims_academic_year_end_date:e.sims_academic_year_end_date,sims_academic_year_status:e.sims_academic_year_status,sims_academic_year_desc:e.sims_academic_year_desc},"O"==e.sims_academic_year_status&&($("#ay_dp_start_date").data("kendoDatePicker").enable(!1),$("#ay_dp_endDate").data("kendoDatePicker").enable(!1),swal({title:"Alert",text:"date change not allowed",width:350,height:200})),s.edit_code=!0)},s.Save=function(e){var t,a=[];e&&(0==s.update1?(t={sims_cur_code:s.edt.sims_cur_code,sims_academic_year:s.edt.sims_academic_year,sims_academic_year_start_date:s.edt.sims_academic_year_start_date,sims_academic_year_end_date:s.edt.sims_academic_year_end_date,sims_academic_year_status:s.edt.sims_academic_year_status,sims_academic_year_desc:s.edt.sims_academic_year_desc,opr:"I"},a.push(t),n.post(i.apiUrl+"api/common/AcademicYear/CUDInsertAcademicYear",a).then(function(e){s.display=!0,s.msg1=e.data,1==s.msg1?swal({text:"Academic Year Added Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&s.getgrid()}):0==s.msg1?swal({text:"Academic Year Record Already Exists. ",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}).then(function(e){e&&s.getgrid()}):swal("Error-"+s.msg1)})):s.Update(e))},s.getgrid=function(){s.currentPage=1,n.get(i.apiUrl+"api/common/AcademicYear/getAcademicYear").then(function(e){s.display=!1,s.grid=!0,s.acadyr_data=e.data,s.totalItems=s.acadyr_data.length,s.todos=s.acadyr_data,s.makeTodos()}),1==(d=document.getElementById("mainchk")).checked&&(d.checked=!1,s.row1=""),s.myForm.$setPristine(),s.myForm.$setUntouched()},s.Update=function(e){var t=[];e&&(e={sims_cur_code:s.edt.sims_cur_code,sims_academic_year:s.edt.sims_academic_year,sims_academic_year_start_date:s.edt.sims_academic_year_start_date,sims_academic_year_end_date:s.edt.sims_academic_year_end_date,sims_academic_year_status:s.edt.sims_academic_year_status,sims_academic_year_desc:s.edt.sims_academic_year_desc,opr:"U"},t.push(e),n.post(i.apiUrl+"api/common/AcademicYear/CUDInsertAcademicYear",t).then(function(e){s.display=!0,s.msg1=e.data,1==s.msg1?swal({text:"Academic Year Updated Successfully.",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&s.getgrid()}):0==s.msg1?swal({title:"Alert",text:"Only one Academic Year can be set as current at a time.",showCloseButton:!0,width:380}).then(function(e){e&&s.getgrid()}):swal("Error-"+s.msg1)}))},s.New=function(){0==s.user_access.data_insert?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(s.display=!0,s.grid=!1,s.save1=!0,s.update1=!1,s.delete1=!1,s.edt={},s.edit_code=!1)},s.cancel=function(){s.grid=!0,s.display=!1,s.myForm.$setPristine(),s.myForm.$setUntouched()},s.CheckAllChecked=function(){if(1==(d=document.getElementById("mainchk")).checked)for(var e=0;e<s.filteredTodos.length;e++)document.getElementById(s.filteredTodos[e].sims_academic_year+e).checked=!0,s.row1="row_selected",$("tr").addClass("row_selected");else for(e=0;e<s.filteredTodos.length;e++)document.getElementById(s.filteredTodos[e].sims_academic_year+e).checked=!1,d.checked=!1,s.row1=""},s.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),s.color="#edefef"}),1==(d=document.getElementById("mainchk")).checked&&(d.checked=!1,$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected")}))},s.Delete=function(){if(0==s.user_access.data_delete)swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200});else{var o=[];s.flag=!1;for(var e,t=0;t<s.filteredTodos.length;t++)1==document.getElementById(s.filteredTodos[t].sims_academic_year+t).checked&&(s.flag=!0,e={sims_academic_year:s.filteredTodos[t].sims_academic_year,sims_cur_code:s.filteredTodos[t].sims_cur_code,sims_academic_year_start_date:s.filteredTodos[t].sims_academic_year_start_date,sims_academic_year_end_date:s.filteredTodos[t].sims_academic_year_end_date,sims_academic_year_status:s.filteredTodos[t].sims_academic_year_status,opr:"D"},o.push(e));s.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)n.post(i.apiUrl+"api/common/AcademicYear/CUDAcademicYear",o).then(function(e){s.msg1=e.data,1==s.msg1?swal({text:"Academic Year Deleted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&s.getgrid()}):0==s.msg1?swal({text:"Record Already Mapped.Can't be Deleted. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&s.getgrid()}):swal("Error-"+s.msg1)});else{1==(d=document.getElementById("mainchk")).checked&&(d.checked=!1);for(var t=0;t<s.filteredTodos.length;t++){var a=document.getElementById(s.filteredTodos[t].sims_academic_year+t);1==a.checked&&(a.checked=!1,$("tr").removeClass("row_selected"))}}}):swal({text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380})}},s.size=function(e){s.pager=10==e||20==e,"*"==e?(s.numPerPage=s.acadyr_data.length,s.filteredTodos=s.acadyr_data):(s.pagesize=e,s.currentPage=1,s.numPerPage=e),s.makeTodos()},s.index=function(e){s.pageindex=e,s.currentPage=e,s.makeTodos(),d.checked=!1,s.row1=""},s.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).sims_academic_year.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_academic_year_start_date.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_academic_year_end_date.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_academic_year_status_name.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_cur_code_name.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_academic_year_desc.toLowerCase().indexOf(t.toLowerCase());var t})},s.search=function(){if(s.todos=s.searched(s.acadyr_data,s.searchText),s.totalItems=s.todos.length,s.currentPage="1",""==s.searchText&&(s.todos=s.acadyr_data),s.makeTodos(),1==(d=document.getElementById("mainchk")).checked){d.checked=!1;for(var e=0;e<s.filteredTodos.length;e++)document.getElementById(s.filteredTodos[e].sims_academic_year+e).checked=!1,d.checked=!1,s.row1=""}},$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0,format:"yyyy-mm-dd"}),$(document).on("touch click",'*[data-datepicker="true"] .add-on',function(e){$('input[type="text"]',$(this).parent()).focus()}),s.sortBy=function(e){s.reverse=s.propertyName===e&&!s.reverse,s.propertyName=e}}])}(),function(){"use strict";var m,e=angular.module("sims.module.Setup");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]);e.controller("MasterConfigurationCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(a,e,t,o,s,n,i){a.pagesize="10",a.table1=!0,a.editmode=!1,a.size=function(e){a.pager=10==e||20==e,"*"==e?(a.numPerPage=a.RegionData.length,a.filteredTodos=a.RegionData):(a.pagesize=e,a.currentPage=1,a.numPerPage=e),a.makeTodos()},a.index=function(e){a.pageindex=e,a.currentPage=e,a.makeTodos()},a.edt="",a.all_data_trans="",n.get(i.apiUrl+"api/TimeLineAlert/getModuleName").then(function(e){a.ModuleName=e.data}),a.saveAlbumCreate=function(e){n.get(i.apiUrl+"api/TimeLineAlert/getApplicatioName?mod_code="+e+"&appl_type=S").then(function(e){a.all_data=e.data,a.totalItems=a.all_data.length,a.todos=a.all_data,a.makeTodos(),n.get(i.apiUrl+"api/common/common_seq/getAllAcademicYear1?cur="+a.all_data[0].comn_cur_code).then(function(e){a.acad=e.data})})},a.setup_click=function(){a.filteredTodos="",d="",d="1"};var d,c=[],l=(a.Update1=function(){c=[],a.flag=!1;for(var e,t=0;t<a.all_data.length;t++)1==document.getElementById(t+5).checked&&(e={comn_character_count:a.all_data[t].comn_character_count,comn_character_sequence:a.all_data[t].comn_character_sequence,comn_number_count:a.all_data[t].comn_number_count,comn_number_sequence:a.all_data[t].comn_number_sequence,comn_academic_year:a.all_data[t].comn_academic_year,comn_mod_code:a.all_data[t].comn_mod_code,comn_appl_code:a.all_data[t].comn_appl_code,comn_sequence_code:a.all_data[t].comn_sequence_code,comn_description:a.all_data[t].comn_description,opr:"U"},c.push(e));n.post(i.apiUrl+"api/TimeLineAlert/UpdateMatrConfig",c).then(function(e){a.msg1=e.data,1==a.msg1?swal({text:"Record Updated Successfully",imageUrl:"assets/img/check.png",width:300,height:200}):0==a.msg1&&swal({text:"Record Not Updated. ",imageUrl:"assets/img/close.png",width:300,height:200})})},a.saveAlbumCreate1=function(e){n.get(i.apiUrl+"api/TimeLineAlert/getApplicatioName?mod_code="+e+"&appl_type=T").then(function(e){a.all_data_trans=e.data,a.totalItems=a.all_data_trans.length,a.todos=a.all_data_trans,a.makeTodos(),n.get(i.apiUrl+"api/common/common_seq/getAllAcademicYear1?cur="+a.all_data_trans[0].comn_cur_code).then(function(e){a.acad=e.data})})},a.transaction_click=function(){d="2",a.temp.comn_mod_code="",a.all_data="",a.all_data_report="",a.totalItems="",a.todos="",a.filteredTodos=""},[]),r=(a.Update2=function(){l=[],a.flag=!1;for(var e,t=0;t<a.all_data_trans.length;t++)1==document.getElementById(t+6).checked&&(e={comn_character_count:a.all_data_trans[t].comn_character_count,comn_character_sequence:a.all_data_trans[t].comn_character_sequence,comn_number_count:a.all_data_trans[t].comn_number_count,comn_number_sequence:a.all_data_trans[t].comn_number_sequence,comn_academic_year:a.all_data_trans[t].comn_academic_year,comn_mod_code:a.all_data_trans[t].comn_mod_code,comn_appl_code:a.all_data_trans[t].comn_appl_code,comn_sequence_code:a.all_data_trans[t].comn_sequence_code,comn_description:a.all_data_trans[t].comn_description,opr:"U"},l.push(e));n.post(i.apiUrl+"api/TimeLineAlert/UpdateMatrConfig",l).then(function(e){a.msg1=e.data,1==a.msg1?swal({text:"Record Updated Successfully",imageUrl:"assets/img/check.png",width:300,height:200}):0==a.msg1&&swal({text:"Record Not Updated. ",imageUrl:"assets/img/close.png",width:300,height:200})})},a.saveAlbumCreate2=function(e){n.get(i.apiUrl+"api/TimeLineAlert/getApplicatioName?mod_code="+e+"&appl_type=R").then(function(e){a.all_data_report=e.data,a.totalItems=a.all_data_report.length,a.todos=a.all_data_report,a.makeTodos(),n.get(i.apiUrl+"api/common/common_seq/getAllAcademicYear1?cur="+a.all_data_report[0].comn_cur_code).then(function(e){a.acad=e.data})})},a.reportClick=function(){d="3",a.temp.comn_mod_code="",a.all_data="",a.all_data_trans="",a.filteredTodos=""},[]);a.Update3=function(){r=[],a.flag=!1;for(var e,t=0;t<a.all_data_report.length;t++)1==document.getElementById(t+7).checked&&(e={comn_character_count:a.all_data_report[t].comn_character_count,comn_character_sequence:a.all_data_report[t].comn_character_sequence,comn_number_count:a.all_data_report[t].comn_number_count,comn_number_sequence:a.all_data_report[t].comn_number_sequence,comn_academic_year:a.all_data_report[t].comn_academic_year,comn_mod_code:a.all_data_report[t].comn_mod_code,comn_appl_code:a.all_data_report[t].comn_appl_code,comn_sequence_code:a.all_data_report[t].comn_sequence_code,comn_description:a.all_data_report[t].comn_description,opr:"U"},r.push(e));n.post(i.apiUrl+"api/TimeLineAlert/UpdateMatrConfig",r).then(function(e){a.msg1=e.data,1==a.msg1?swal({text:"Record Updated Successfully",imageUrl:"assets/img/check.png",width:300,height:200}):0==a.msg1&&swal({text:"Record Not Updated. ",imageUrl:"assets/img/close.png",width:300,height:200})})},n.get(i.apiUrl+"api/TimeLineAlert/getReportURL").then(function(e){a.all_report_data=e.data}),a.filteredTodos=[],a.currentPage=1,a.numPerPage=10,a.maxSize=5,a.makeTodos=function(){var e=parseInt(a.totalItems%a.numPerPage),e=(a.pagersize="0"==e?parseInt(a.totalItems/a.numPerPage):parseInt(a.totalItems/a.numPerPage)+1,(a.currentPage-1)*a.numPerPage),t=parseInt(e)+parseInt(a.numPerPage);a.filteredTodos=a.todos.slice(e,t)},a.CheckAllChecked=function(){if(1==(m=document.getElementById("mainchk")).checked)for(var e=0;e<a.all_data.length;e++)document.getElementById(e+5).checked=!0,a.row1="row_selected";else for(e=0;e<a.all_data.length;e++)document.getElementById(e+5).checked=!1,m.checked=!1,a.row1=""},a.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),a.color="#edefef"}),1==(m=document.getElementById("mainchk")).checked&&(m.checked=!1,a.color="#edefef",a.row1="")},a.CheckAllCheckedTrans=function(){if(1==(m=document.getElementById("mainchk1")).checked)for(var e=0;e<a.all_data_trans.length;e++)document.getElementById(e+6).checked=!0,a.row1="row_selected";else for(e=0;e<a.all_data_trans.length;e++)document.getElementById(e+6).checked=!1,m.checked=!1,a.row1=""},a.checkonebyonedeleteTrans=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),a.color="#edefef"}),1==(m=document.getElementById("mainchk1")).checked&&(m.checked=!1,a.color="#edefef",a.row1="")},a.CheckAllCheckedReport=function(){if(1==(m=document.getElementById("mainchk2")).checked)for(var e=0;e<a.all_data_report.length;e++)document.getElementById(e+7).checked=!0,a.row1="row_selected";else for(e=0;e<a.all_data_report.length;e++)document.getElementById(e+7).checked=!1,m.checked=!1,a.row1=""},a.checkonebyonedeleteReport=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),a.color="#edefef"}),1==(m=document.getElementById("mainchk2")).checked&&(m.checked=!1,a.color="#edefef",a.row1="")},a.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).comn_appl_name_en.toLowerCase().indexOf(t.toLowerCase())||e.sims_region_code==t;var t})},a.search=function(e){a.searching_data="1"==d?a.all_data:"2"==d?a.all_data_trans:a.all_data_report,a.todos=a.searched(a.searching_data,a.searchText),a.totalItems=a.todos.length,a.currentPage="1",""==a.searchText&&(a.todos=a.searching_data),a.makeTodos()},o(function(){$("#fixTable").tableHeadFixer({top:1})},100)}])}(),function(){"use strict";var d,e=angular.module("sims.module.Setup");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("SujectTypeCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(s,e,t,a,o,n,i){s.pagesize="10",s.pageindex="0",s.pager=!0,s.subjectType_data=[],s.edit_code=!1;a(function(){$("#fixedtable").tableHeadFixer({top:1})},100),s.filteredTodos=[],s.currentPage=1,s.numPerPage=10,s.maxSize=10,s.edt={},n.get(i.apiUrl+"api/common/Attendance/getCuriculum").then(function(e){s.obj2=e.data,0<e.data.length&&(s.edt.sims_attendance_cur_code=e.data[0].sims_attendance_cur_code),console.log(s.obj2)}),s.countData=[{val:5,data:5},{val:10,data:10},{val:15,data:15}],n.get(i.apiUrl+"api/common/SubjectType/getSubjectType").then(function(e){s.subjectType_data=e.data,s.display=!1,s.grid=!0,0<s.subjectType_data.length?(s.pager=!0,3<s.countData.length&&s.countData.splice(3,1),s.countData.push({val:s.subjectType_data.length,data:"All"}),s.totalItems=s.subjectType_data.length,s.todos=s.subjectType_data,s.makeTodos()):swal({text:"Record Not Found",imageUrl:"assets/img/close.png",width:300,height:200})}),s.makeTodos=function(){var e=parseInt(s.totalItems%s.numPerPage),e=(s.pagersize="0"==e?parseInt(s.totalItems/s.numPerPage):parseInt(s.totalItems/s.numPerPage)+1,(s.currentPage-1)*s.numPerPage),t=parseInt(e)+parseInt(s.numPerPage);s.filteredTodos=s.todos.slice(e,t)},s.edit=function(e){s.display=!0,s.grid=!1,s.save1=!1,s.update1=!0,s.delete1=!1,s.edt={sims_attendance_cur_code:e.sims_attendance_cur_code,subject_type_code:e.subject_type_code,subject_type_name_eng:e.subject_type_name_eng,subject_type_name_ar:e.subject_type_name_ar,subject_type_name_fr:e.subject_type_name_fr,subject_type_name_ot:e.subject_type_name_ot},s.edit_code=!0},s.Save=function(e){var t=[];e&&(0==s.update1?n.post(i.apiUrl+"api/common/SubjectType/CheckSubjectType?SubjectType="+s.edt.subject_type_code+"&cur_code="+s.edt.sims_attendance_cur_code).then(function(e){s.msg1=e.data,console.log(s.msg1),1==s.msg1.status?(swal({text:"Subject Type Already Exists",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}),s.edt="",s.myForm.$setPristine(),s.myForm.$setUntouched()):(e={sims_attendance_cur_code:s.edt.sims_attendance_cur_code,subject_type_code:s.edt.subject_type_code,subject_type_name_eng:s.edt.subject_type_name_eng,subject_type_name_ar:s.edt.subject_type_name_ar,subject_type_name_fr:s.edt.subject_type_name_fr,subject_type_name_ot:s.edt.subject_type_name_ot,opr:"I"},t.push(e),n.post(i.apiUrl+"api/common/SubjectType/CUDSubjectType",t).then(function(e){s.display=!0,s.msg1=e.data,1==s.msg1?swal({text:"Subject Type Added Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&s.getgrid()}):0==s.msg1?swal({text:"Subject Type Data Not Added Successfully. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&s.getgrid()}):swal("Error-"+s.msg1)}))}):s.Update(e))},s.Update=function(e){var t=[];e&&(e={sims_attendance_cur_code:s.edt.sims_attendance_cur_code,subject_type_code:s.edt.subject_type_code,subject_type_name_eng:s.edt.subject_type_name_eng,subject_type_name_ar:s.edt.subject_type_name_ar,subject_type_name_fr:s.edt.subject_type_name_fr,subject_type_name_ot:s.edt.subject_type_name_ot,opr:"U"},t.push(e),n.post(i.apiUrl+"api/common/SubjectType/CUDSubjectType",t).then(function(e){s.display=!0,s.msg1=e.data,1==s.msg1?swal({text:"Subject Type Updated Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&s.getgrid()}):0==s.msg1?swal({text:"Subject Type Not Updated Successfully. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&s.getgrid()}):swal("Error-"+s.msg1)}))},s.getgrid=function(){n.get(i.apiUrl+"api/common/SubjectType/getSubjectType").then(function(e){s.subjectType_data=e.data,s.display=!1,s.grid=!0,0<s.subjectType_data.length?(s.pager=!0,3<s.countData.length&&s.countData.splice(3,1),s.countData.push({val:s.subjectType_data.length,data:"All"}),s.totalItems=s.subjectType_data.length,s.todos=s.subjectType_data,s.makeTodos()):swal({text:"Record Not Found",imageUrl:"assets/img/close.png",width:300,height:200})}),1==(d=document.getElementById("mainchk")).checked&&(d.checked=!1,s.row1=""),s.myForm.$setPristine(),s.myForm.$setUntouched()},s.New=function(){s.display=!0,s.grid=!1,s.save1=!0,s.update1=!1,s.delete1=!1,s.edt="",s.edit_code=!1,s.edt={},0<s.obj2.length&&(s.edt.sims_attendance_cur_code=s.obj2[0].sims_attendance_cur_code)},s.cancel=function(){s.grid=!0,s.display=!1,s.myForm.$setPristine(),s.myForm.$setUntouched()},s.CheckAllChecked=function(){if(1==(d=document.getElementById("mainchk")).checked)for(var e=0;e<s.filteredTodos.length;e++)document.getElementById(s.filteredTodos[e].subject_type_code+e).checked=!0,s.row1="row_selected",$("tr").addClass("row_selected");else for(e=0;e<s.filteredTodos.length;e++)document.getElementById(s.filteredTodos[e].subject_type_code+e).checked=!1,d.checked=!1,s.row1=""},s.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),s.color="#edefef"}),1==(d=document.getElementById("mainchk")).checked&&(d.checked=!1,$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected")}))},s.Delete=function(){var o=[];s.flag=!1;for(var e,t=0;t<s.filteredTodos.length;t++)1==document.getElementById(s.filteredTodos[t].subject_type_code+t).checked&&(s.flag=!0,e={sims_attendance_cur_code:s.filteredTodos[t].sims_attendance_cur_code,subject_type_code:s.filteredTodos[t].subject_type_code,opr:"D"},o.push(e));s.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)n.post(i.apiUrl+"api/common/SubjectType/CUDSubjectType",o).then(function(e){s.msg1=e.data,1==s.msg1?swal({text:"Subject Type Deleted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&s.getgrid()}):0==s.msg1?swal({text:"Subject Type Not Deleted Successfully. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&s.getgrid()}):swal("Error-"+s.msg1)});else{1==(d=document.getElementById("mainchk")).checked&&(d.checked=!1);for(var t=0;t<s.filteredTodos.length;t++){var a=document.getElementById(s.filteredTodos[t].subject_type_code+t);1==a.checked&&(a.checked=!1,$("tr").removeClass("row_selected"))}}}):swal({text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380})},s.size=function(e){"All"==e?(s.currentPage="1",s.filteredTodos=s.subjectType_data,s.pager=!1):(s.pager=!0,s.pagesize=e,s.currentPage=1,s.numPerPage=e,s.makeTodos())},s.index=function(e){s.pageindex=e,s.currentPage=e,console.log("currentPage="+s.currentPage),s.makeTodos(),d.checked=!1,s.row1=""},s.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).subject_type_code.toLowerCase().indexOf(t.toLowerCase())||-1<e.subject_type_name_eng.toLowerCase().indexOf(t.toLowerCase());var t})},s.search=function(){if(s.todos=s.searched(s.subjectType_data,s.searchText),s.totalItems=s.todos.length,s.currentPage="1",""==s.searchText&&(s.todos=s.subjectType_data),s.makeTodos(),1==(d=document.getElementById("mainchk")).checked){d.checked=!1;for(var e=0;e<s.filteredTodos.length;e++)document.getElementById(s.filteredTodos[e].subject_type_code+e).checked=!1,d.checked=!1,s.row1=""}}}])}(),function(){"use strict";var d,c=[],e=angular.module("sims.module.Setup"),l=(e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),[]);e.controller("CountryCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(o,e,t,a,s,n,i){o.pagesize="25",o.table1=!0,o.editmode=!1,o.user_access=[],o.appcode=e.current.name.split(".");e=t.globals.currentUser.username;n.get(i.apiUrl+"api/AlertTransaction/Get_user_access_rights?username="+e+"&appl_code="+o.appcode[1]).then(function(e){o.user_rights=e.data;for(var t=0;t<o.user_rights.length;t++)0==t&&(o.user_access.data_read=o.user_rights[t].comn_user_read,o.user_access.data_insert=o.user_rights[t].comn_user_insert,o.user_access.data_update=o.user_rights[t].comn_user_update,o.user_access.data_delete=o.user_rights[t].comn_user_delete,o.user_access.data_massupdate=o.user_rights[t].comn_user_massupdate,o.user_access.is_admin=o.user_rights[t].comn_user_admin)}),o.size=function(e){o.pager=25==e||50==e,"*"==e?(o.numPerPage=o.Location_Data.length,o.filteredTodos=o.Location_Data):(o.pagesize=e,o.currentPage=1,o.numPerPage=e),o.makeTodos()},o.index=function(e){o.pageindex=e,o.currentPage=e,o.makeTodos(),o.nullcheck()},o.edt="",n.get(i.apiUrl+"api/Countrymaster/getCountrydata").then(function(e){o.Country_Data=e.data,console.log("cuntry",o.Country_Data),o.totalItems=o.Country_Data.length,o.todos=o.Country_Data,o.makeTodos()}),n.get(i.apiUrl+"api/common/getAllRegionName").then(function(e){o.RegionName=e.data}),o.getdesc=function(e){for(var t=0;t<o.CurrencyCode.length;t++)o.CurrencyCode[t].sims_currency_code==e&&(o.edt.sims_currency_dec=o.CurrencyCode[t].sims_currency_dec)},n.get(i.apiUrl+"api/common/getAllCurrencyCode").then(function(e){o.CurrencyCode=e.data}),o.New=function(){0==o.user_access.data_insert?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(o.newmode=!0,o.check=!0,o.edt="",o.editmode=!1,o.opr="S",o.readonly=!1,o.table1=!1,o.operation=!0,o.savebtn=!0,o.updatebtn=!1,o.edt={},o.edt.sims_status=!0,o.temp="",o.nullcheck())},o.up=function(e){0==o.user_access.data_update?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(o.opr="U",o.editmode=!0,o.newmode=!1,o.savebtn=!1,o.updatebtn=!0,o.readonly=!0,o.table1=!1,o.operation=!0,o.edt={sims_country_code:e.sims_country_code,sims_country_name_en:e.sims_country_name_en,sims_country_name_ar:e.sims_country_name_ar,sims_country_name_fr:e.sims_country_name_fr,sims_country_name_ot:e.sims_country_name_ot,sims_continent:e.sims_continent,sims_currency_code:e.sims_currency_code,sims_region_code:e.sims_region_code,sims_status:e.sims_status,sims_country_isd_code:e.sims_country_isd_code},o.getdesc(e.sims_currency_code),o.nullcheck())},o.cancel=function(){o.edt.sims_country_code="",o.table1=!0,o.operation=!1,o.myForm.$setPristine(),o.myForm.$setUntouched()},o.Save=function(e){if(e){var t=o.edt;t.opr="I",o.edt="",o.exist=!1;for(var a=0;a<o.Country_Data.length;a++)o.Country_Data[a].sims_country_code==t.sims_country_code&&(o.exist=!0);o.exist?swal({text:"Record Already Exists",imageUrl:"assets/img/notification-alert.png",width:300,height:200}):(l.push(t),n.post(i.apiUrl+"api/Countrymaster/CUDCountrydata",l).then(function(t){o.msg1=t.data,o.operation=!1,n.get(i.apiUrl+"api/Countrymaster/getCountrydata").then(function(e){o.Country_Data=e.data,o.totalItems=o.Country_Data.length,o.todos=o.Country_Data,o.makeTodos(),o.msg1=t.data,1==o.msg1?swal({text:"Record Inserted Successfully",imageUrl:"assets/img/check.png",width:300,height:200}):0==o.msg1?swal({text:"Record Not Inserted. ",imageUrl:"assets/img/close.png",width:300,height:200}):swal("Error-"+o.msg1)})})),o.table1=!0,o.operation=!1,l=[]}},o.Update=function(e){e&&((e=o.edt).opr="U",o.edt="",l.push(e),n.post(i.apiUrl+"api/Countrymaster/CUDCountrydata",l).then(function(e){o.msg1=e.data,n.get(i.apiUrl+"api/Countrymaster/getCountrydata").then(function(e){o.Country_Data=e.data,o.totalItems=o.Country_Data.length,o.todos=o.Country_Data,o.makeTodos(),1==o.msg1?swal({text:"Record Updated Successfully",imageUrl:"assets/img/check.png",width:300,height:200}):0==o.msg1?swal({text:"Record Not Updated. ",imageUrl:"assets/img/close.png",width:300,height:200}):swal("Error-"+o.msg1)})}),o.operation=!1,o.table1=!0,l=[])},o.filteredTodos=[],o.currentPage=1,o.numPerPage=25,o.maxSize=5,o.makeTodos=function(){var e=parseInt(o.totalItems%o.numPerPage),e=(o.pagersize="0"==e?parseInt(o.totalItems/o.numPerPage):parseInt(o.totalItems/o.numPerPage)+1,(o.currentPage-1)*o.numPerPage),t=parseInt(e)+parseInt(o.numPerPage);o.filteredTodos=o.todos.slice(e,t)},o.CheckAllChecked=function(){if(1==(d=document.getElementById("mainchk")).checked)for(var e=0;e<o.filteredTodos.length;e++)document.getElementById(o.filteredTodos[e].sims_country_code+e).checked=!0,o.row1="row_selected";else for(e=0;e<o.filteredTodos.length;e++)document.getElementById(o.filteredTodos[e].sims_country_code+e).checked=!1,d.checked=!1,o.row1=""},o.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),o.color="#edefef"}),1==(d=document.getElementById("mainchk")).checked&&(d.checked=!1,o.color="#edefef",o.row1="")},o.deleterecord=function(){if(0==o.user_access.data_delete)swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200});else{o.flag=!1;for(var e,t=0;t<o.filteredTodos.length;t++)1==document.getElementById(o.filteredTodos[t].sims_country_code+t).checked&&(o.flag=!0,e={sims_country_code:o.filteredTodos[t].sims_country_code,opr:"D"},c.push(e));o.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)n.post(i.apiUrl+"api/Countrymaster/CUDCountrydata",c).then(function(e){o.msg1=e.data,1==o.msg1?swal({text:"Record Deleted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&n.get(i.apiUrl+"api/Countrymaster/getCountrydata").then(function(e){o.Country_Data=e.data,o.totalItems=o.Country_Data.length,o.todos=o.Country_Data,o.makeTodos()})}):0==o.msg1?swal({text:"Record Not Deleted. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&n.get(i.apiUrl+"api/Countrymaster/getCountrydata").then(function(e){o.Country_Data=e.data,o.totalItems=o.Country_Data.length,o.todos=o.Country_Data,o.makeTodos()})}):swal("Error-"+o.msg1)});else for(var t=0;t<o.filteredTodos.length;t++){var a=document.getElementById(o.filteredTodos[t].sims_country_code+t);1==a.checked&&(a.checked=!1,o.row1="")}}):swal({text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}),l=[],o.currentPage=!0}},o.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).sims_country_name_en.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_continent.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_region_code.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_currency_code.toLowerCase().indexOf(t.toLowerCase())||e.sims_country_code==t;var t})},o.search=function(){o.todos=o.searched(o.Country_Data,o.searchText),o.totalItems=o.todos.length,o.currentPage="1",""==o.searchText&&(o.todos=o.Country_Data),o.makeTodos()},o.nullcheck=function(){if(1==(d=document.getElementById("mainchk")).checked)for(var e=0;e<o.filteredTodos.length;e++){var t=o.filteredTodos[e].sims_country_code;document.getElementById(t+e).checked=!1,o.row1=""}d.checked=!1},a(function(){$("#fixTable").tableHeadFixer({top:1})},100),o.sortBy=function(e){o.reverse=o.propertyName===e&&!o.reverse,o.propertyName=e}}])}(),function(){"use strict";var d,c=[],e=angular.module("sims.module.Setup");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("BuildingCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(s,e,t,a,o,n,i){s.pagesize="10",s.edt="",s.table1=!0,n.get(i.apiUrl+"api/building/getBuilding").then(function(e){s.Building_Data=e.data,s.totalItems=s.Building_Data.length,s.todos=s.Building_Data,s.makeTodos()}),s.operation=!1,s.editmode=!1,s.user_access=[],s.appcode=e.current.name.split(".");e=t.globals.currentUser.username;n.get(i.apiUrl+"api/AlertTransaction/Get_user_access_rights?username="+e+"&appl_code="+s.appcode[1]).then(function(e){s.user_rights=e.data;for(var t=0;t<s.user_rights.length;t++)0==t&&(s.user_access.data_read=s.user_rights[t].comn_user_read,s.user_access.data_insert=s.user_rights[t].comn_user_insert,s.user_access.data_update=s.user_rights[t].comn_user_update,s.user_access.data_delete=s.user_rights[t].comn_user_delete,s.user_access.data_massupdate=s.user_rights[t].comn_user_massupdate,s.user_access.is_admin=s.user_rights[t].comn_user_admin)}),s.size=function(e){s.pager=10==e||20==e,"*"==e?(s.numPerPage=s.Building_Data.length,s.filteredTodos=s.Building_Data):(s.pagesize=e,s.currentPage=1,s.numPerPage=e),s.makeTodos()},s.index=function(e){s.pageindex=e,s.currentPage=e,s.makeTodos(),d.checked=!1,s.CheckAllChecked()},s.New=function(){0==s.user_access.data_insert?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(s.edt="",s.check=!0,s.editmode=!1,s.newmode=!0,s.readonly=!1,s.table1=!1,s.operation=!0,s.savebtn=!0,s.updatebtn=!1,s.myForm.$setPristine(),s.myForm.$setUntouched())},s.up=function(e){0==s.user_access.data_update?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(s.savebtn=!1,s.updatebtn=!0,s.table1=!1,s.operation=!0,s.editmode=!0,s.newmode=!1,s.readonly=!0,s.edt="",s.edt={sims_building_code:e.sims_building_code,sims_building_desc:e.sims_building_desc,sims_buiding_student_capacity:e.sims_buiding_student_capacity})},s.cancel=function(){s.table1=!0,s.operation=!1,s.myForm.$setPristine(),s.myForm.$setUntouched(),s.edt.sims_buiding_student_capacity="",s.edt.sims_building_code="",s.edt.sims_building_desc=""},s.Save=function(e){e&&((e=s.edt).opr="I",s.edt="",c.push(e),n.post(i.apiUrl+"api/building/BuildingCUD",c).then(function(t){s.msg1=t.data,s.operation=!1,n.get(i.apiUrl+"api/building/getBuilding").then(function(e){s.Building_Data=e.data,s.totalItems=s.Building_Data.length,s.todos=s.Building_Data,s.makeTodos(),s.msg1=t.data,1==s.msg1?swal({text:"Record Inserted Successfully",imageUrl:"assets/img/check.png",width:300,height:200}):0==s.msg1?swal({text:"Record Not Inserted. ",imageUrl:"assets/img/close.png",width:300,height:200}):swal("Error-"+s.msg1)})}),s.table1=!0,s.operation=!1,c=[])},s.Update=function(e){e&&((e=s.edt).opr="U",s.edt="",c.push(e),n.post(i.apiUrl+"api/building/BuildingCUD",c).then(function(e){s.msg1=e.data,s.operation=!1,n.get(i.apiUrl+"api/building/getBuilding").then(function(e){s.Building_Data=e.data,s.totalItems=s.Building_Data.length,s.todos=s.Building_Data,s.makeTodos(),1==s.msg1?swal({text:"Record Updated Successfully",imageUrl:"assets/img/check.png",width:300,height:200}):0==s.msg1?swal({text:"Record Not Updated. ",imageUrl:"assets/img/close.png",width:300,height:200}):swal("Error-"+s.msg1)}),c=[]}),s.operation=!1,s.table1=!0)},s.filteredTodos=[],s.currentPage=1,s.numPerPage=10,s.maxSize=5,s.makeTodos=function(){var e=parseInt(s.totalItems%s.numPerPage),e=(s.pagersize="0"==e?parseInt(s.totalItems/s.numPerPage):parseInt(s.totalItems/s.numPerPage)+1,(s.currentPage-1)*s.numPerPage),t=parseInt(e)+parseInt(s.numPerPage);s.filteredTodos=s.todos.slice(e,t)},s.CheckAllChecked=function(){if(1==(d=document.getElementById("mainchk")).checked)for(var e=0;e<s.filteredTodos.length;e++)document.getElementById(e).checked=!0,s.row1="row_selected";else for(e=0;e<s.filteredTodos.length;e++)document.getElementById(e).checked=!1,d.checked=!1,s.row1=""},s.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),s.color="#edefef"}),1==(d=document.getElementById("mainchk")).checked&&(d.checked=!1,s.color="#edefef",s.row1="")},s.deleterecord=function(){if(0==s.user_access.data_delete)swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200});else{s.flag=!1;for(var e,o=[],t=0;t<s.filteredTodos.length;t++)1==document.getElementById(t).checked&&(s.flag=!0,e={sims_building_code:s.filteredTodos[t].sims_building_code,opr:"D"},o.push(e));s.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,confirmButtonText:"Yes",showCancelButton:!0,width:380,cancelButtonText:"No"}).then(function(e){if(e)n.post(i.apiUrl+"api/building/BuildingCUD",o).then(function(e){s.msg1=e.data,1==s.msg1?swal({text:"Record Deleted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&n.get(i.apiUrl+"api/building/getBuilding").then(function(e){s.Building_Data=e.data,s.totalItems=s.Building_Data.length,s.todos=s.Building_Data,s.makeTodos()}),s.currentPage=!0}):0==s.msg1?swal({text:"Record Not Deleted. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&n.get(i.apiUrl+"api/building/getBuilding").then(function(e){s.Building_Data=e.data,s.totalItems=s.Building_Data.length,s.todos=s.Building_Data,s.makeTodos()})}):swal("Error-"+s.msg1)});else for(var t=0;t<s.filteredTodos.length;t++){var a=document.getElementById(t);1==a.checked&&(a.checked=!1,d.checked=!1,$("tr").removeClass("row_selected"))}}):swal({text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}),s.row1="",d.checked=!1,s.currentPage=str}},s.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).sims_building_desc.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_buiding_student_capacity.toLowerCase().indexOf(t.toLowerCase())||e.sims_building_code==t;var t})},s.search=function(){s.todos=s.searched(s.Building_Data,s.searchText),s.totalItems=s.todos.length,s.currentPage="1",""==s.searchText&&(s.todos=s.Building_Data),s.makeTodos()},a(function(){$("#fixTable").tableHeadFixer({top:1})},100),s.sortBy=function(e){s.reverse=s.propertyName===e&&!s.reverse,s.propertyName=e}}])}(),function(){"use strict";var d,c=[],e=angular.module("sims.module.Setup"),l=(e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),[]);e.controller("LanguageCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(o,e,t,a,s,n,i){o.pagesize="10",o.table1=!0,o.editmode=!1,o.user_access=[],o.appcode=e.current.name.split(".");e=t.globals.currentUser.username;n.get(i.apiUrl+"api/AlertTransaction/Get_user_access_rights?username="+e+"&appl_code="+o.appcode[1]).then(function(e){o.user_rights=e.data;for(var t=0;t<o.user_rights.length;t++)0==t&&(o.user_access.data_read=o.user_rights[t].comn_user_read,o.user_access.data_insert=o.user_rights[t].comn_user_insert,o.user_access.data_update=o.user_rights[t].comn_user_update,o.user_access.data_delete=o.user_rights[t].comn_user_delete,o.user_access.data_massupdate=o.user_rights[t].comn_user_massupdate,o.user_access.is_admin=o.user_rights[t].comn_user_admin)}),o.size=function(e){o.pager=10==e||20==e,"*"==e?(o.numPerPage=o.Language_Data.length,o.filteredTodos=o.Language_Data):(o.pagesize=e,o.currentPage=1,o.numPerPage=e),o.makeTodos()},o.index=function(e){o.pageindex=e,o.currentPage=e,o.makeTodos(),d.checked=!1},o.edt="",n.get(i.apiUrl+"api/Language/getLanguageDetails").then(function(e){o.Language_Data=e.data,o.totalItems=o.Language_Data.length,o.todos=o.Language_Data,o.makeTodos()}),o.New=function(){0==o.user_access.data_insert?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(o.newmode=!0,o.check=!0,o.edt="",o.editmode=!1,o.opr="S",o.readonly=!1,o.table1=!1,o.operation=!0,o.savebtn=!0,o.updatebtn=!1,o.edt={},o.edt.sims_language_status=!0,o.temp="",o.nullcheck(),o.myForm.$setPristine(),o.myForm.$setUntouched())},o.up=function(e){0==o.user_access.data_update?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(o.opr="U",o.editmode=!0,o.newmode=!1,o.savebtn=!1,o.updatebtn=!0,o.readonly=!0,o.table1=!1,o.operation=!0,o.edt={sims_language_code:e.sims_language_code,sims_language_name_en:e.sims_language_name_en,sims_language_name_ar:e.sims_language_name_ar,sims_language_name_fr:e.sims_language_name_fr,sims_language_name_ot:e.sims_language_name_ot,sims_language_status:e.sims_language_status},o.nullcheck())},o.cancel=function(){o.edt.sims_language_code="",o.table1=!0,o.operation=!1,o.myForm.$setPristine(),o.myForm.$setUntouched()},o.Save=function(e){if(e){var t=o.edt;t.opr="I",o.edt="",o.exist=!1;for(var a=0;a<o.Language_Data.length;a++)o.Language_Data[a].sims_language_code==t.sims_language_code&&(o.exist=!0);o.exist?swal({text:"Record Already Exists",imageUrl:"assets/img/notification-alert.png",width:300,height:200}):(l.push(t),n.post(i.apiUrl+"api/Language/CUDLanguageDetails",l).then(function(e){o.msg1=e.data,1==o.msg1?swal({text:"Record Inserted Successfully",imageUrl:"assets/img/check.png",width:300,height:200}):0==o.msg1?swal({text:"Record Not Inserted. ",imageUrl:"assets/img/close.png",width:300,height:200}):swal("Error-"+o.msg1),n.get(i.apiUrl+"api/Language/getLanguageDetails").then(function(e){o.Language_Data=e.data,o.totalItems=o.Language_Data.length,o.todos=o.Language_Data,o.makeTodos()})})),o.table1=!0,o.operation=!1,l=[]}},o.Update=function(e){e&&((e=o.edt).opr="U",l.push(e),n.post(i.apiUrl+"api/Language/CUDLanguageDetails",l).then(function(t){o.msg1=t.data,o.operation=!1,n.get(i.apiUrl+"api/Language/getLanguageDetails").then(function(e){o.Language_Data=e.data,o.totalItems=o.Language_Data.length,o.todos=o.Language_Data,o.makeTodos(),o.msg1=t.data,1==o.msg1?swal({text:"Record Updated Successfully",imageUrl:"assets/img/check.png",width:300,height:200}):0==o.msg1?swal({text:"Record Not Updated. ",imageUrl:"assets/img/close.png",width:300,height:200}):swal("Error-"+o.msg1)})}),o.operation=!1,o.table1=!0)},o.filteredTodos=[],o.currentPage=1,o.numPerPage=10,o.maxSize=5,o.makeTodos=function(){var e=parseInt(o.totalItems%o.numPerPage),e=(o.pagersize="0"==e?parseInt(o.totalItems/o.numPerPage):parseInt(o.totalItems/o.numPerPage)+1,(o.currentPage-1)*o.numPerPage),t=parseInt(e)+parseInt(o.numPerPage);o.filteredTodos=o.todos.slice(e,t)},o.CheckAllChecked=function(){if(1==(d=document.getElementById("mainchk")).checked)for(var e=0;e<o.filteredTodos.length;e++)document.getElementById(o.filteredTodos[e].sims_language_code+e).checked=!0,o.row1="row_selected";else for(e=0;e<o.filteredTodos.length;e++)document.getElementById(o.filteredTodos[e].sims_language_code+e).checked=!1,d.checked=!1,o.row1=""},o.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),o.color="#edefef"}),1==(d=document.getElementById("mainchk")).checked&&(d.checked=!1,o.color="#edefef",o.row1="")},o.deleterecord=function(){if(0==o.user_access.data_delete)swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200});else{o.flag=!1;for(var e,t=0;t<o.filteredTodos.length;t++)1==document.getElementById(o.filteredTodos[t].sims_language_code+t).checked&&(o.flag=!0,e={sims_language_code:o.filteredTodos[t].sims_language_code,opr:"D"},c.push(e));o.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)n.post(i.apiUrl+"api/Language/CUDLanguageDetails",c).then(function(e){o.msg1=e.data,1==o.msg1?swal({text:"Record Deleted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&n.get(i.apiUrl+"api/Language/getLanguageDetails").then(function(e){o.Language_Data=e.data,o.totalItems=o.Language_Data.length,o.todos=o.Language_Data,o.makeTodos()})}):0==o.msg1?swal({text:"Record Not Deleted. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&n.get(i.apiUrl+"api/Language/getLanguageDetails").then(function(e){o.Language_Data=e.data,o.totalItems=o.Language_Data.length,o.todos=o.Language_Data,o.makeTodos()})}):swal("Error-"+o.msg1)});else for(var t=0;t<o.filteredTodos.length;t++){var a=document.getElementById(o.filteredTodos[t].sims_language_code+t);1==a.checked&&(a.checked=!1,o.row1="")}}):swal({text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}),l=[],o.currentPage=!0}},o.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).sims_language_name_en.toLowerCase().indexOf(t.toLowerCase())||e.sims_language_code==t;var t})},o.search=function(){o.todos=o.searched(o.Language_Data,o.searchText),o.totalItems=o.todos.length,o.currentPage="1",""==o.searchText&&(o.todos=o.Language_Data),o.makeTodos()},o.nullcheck=function(){if(1==(d=document.getElementById("mainchk")).checked)for(var e=0;e<o.filteredTodos.length;e++){var t=o.filteredTodos[e].sims_language_code;document.getElementById(t+e).checked=!1,o.row1=""}d.checked=!1},a(function(){$("#fixTable").tableHeadFixer({top:1})},100),o.sortBy=function(e){o.reverse=o.propertyName===e&&!o.reverse,o.propertyName=e}}])}(),function(){"use strict";var e=angular.module("sims.module.Setup");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("SurveyStatisticQueryReportCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(s,e,t,a,o,n,i){s.temp={},s.pagesize="50",s.pageindex=0,s.pager=!0;var d=(l=new Date).getDate(),c=l.getMonth()+1,l=(l.getFullYear(),s.route_dir1="",s.route_name1="",s.date="",t.globals.currentUser.username,s.SchoolLogo=i.docUrl+n.defaults.headers.common.schoolId+"/Images/SchoolLogo/",$(function(){$("#route_dir_box1").multipleSelect({width:"100%"}),$("#route_name_box1").multipleSelect({width:"100%",filter:!0})}),new Date);(d=l.getDate())<10&&(d="0"+d);(c=l.getMonth()+1)<10&&(c="0"+c);var r=l.getFullYear();s.sdate=d+"-"+c+"-"+r,s.edate=d+"-"+c+"-"+r,s.mom_start_date=d+"-"+c+"-"+r,s.mom_end_date=d+"-"+c+"-"+r,$(function(){$("#chkmarks").click(function(){$(this).is(":checked")?($("#fdate").attr("disabled","disabled"),s.mom_start_date=""):($("#fdate").removeAttr("disabled"),$("#fdate").focus(),s.mom_start_date=d+"-"+c+"-"+r)})}),$(function(){$("#chkmarks1").click(function(){$(this).is(":checked")?($("#fdate").attr("disabled","disabled"),s.mom_end_date=""):($("#fdate").removeAttr("disabled"),$("#fdate").focus(),s.mom_end_date=d+"-"+c+"-"+r)})}),n.get(i.apiUrl+"api/common/getCuriculum").then(function(e){s.cur_data=e.data,s.temp.sims_cur_code=s.cur_data[0].sims_cur_code,s.getAcademic_year(s.cur_data[0].sims_cur_code)}),s.getAcademic_year=function(e){n.get(i.apiUrl+"api/common/getAcademicYear?curCode="+e).then(function(e){s.acad_data=e.data,s.temp.sims_academic_year=s.acad_data[0].sims_academic_year})},s.getdetail=function(){s.colsvis=!1,n.get(i.apiUrl+"api/surveystatistic/getAllstatisticDetails?cur_code="+s.temp.sims_cur_code+"&acad_year="+s.temp.sims_academic_year).then(function(e){0<e.data.length?(s.report_data=e.data,s.totalItems=s.report_data.length,s.todos=s.report_data,s.makeTodos(),s.pager=!0):(swal({title:"Alert",text:" Data Not Found",showCloseButton:!0,width:300,height:200}),s.filteredTodos=[],s.pager=!1)})},s.searched=function(e,t){return _.filter(e,function(e){return searchUtil(e,t)})},s.colname=null,s.reverse=!1,s.sort=function(e){s.colname=e,s.reverse=s.colname===e&&!s.reverse},a(function(){$("#customers").tableHeadFixer({top:1})},100),s.colsvis=!1,s.exportData=function(){s.colsvis=!0,swal({title:"Alert",text:"Do you want to Export in MS-Excel?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){e&&(e=new Blob([document.getElementById("rpt_data1").innerHTML],{type:"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;charset=utf-8"}),s.detailsField=!1,saveAs(e,"StudentsByVehicle.xls"),s.colsvis=!1,s.getdetail()),s.getdetail()})},s.print=function(){s.colsvis=!0,swal({title:"Alert",text:"Do you want to Print?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){var t,a,o;e&&(e=document.head.outerHTML,t=document.getElementById("rpt_data1").outerHTML,(o=(a=window.open("","_blank","location=yes, statusbar=no, menubar=no, titlebar=no, toolbar=no,dependent=no, width=800, height=600, resizable=yes, screenX=250, screenY=10, personalbar=no, scrollbars=yes")).document).open(),o.write("<!doctype html><html>"+e+'<body onLoad="window.print()">'+t+"</body></html>"),o.close(),a.focus(),s.getdetail()),s.getdetail()})},s.reset_data=function(){s.filteredTodos=[],s.pager=!1,s.searchText="",s.cur="",s.acad=""},s.sortBy=function(e){s.reverse=s.propertyName===e&&!s.reverse,s.propertyName=e},s.size=function(e){"All"==e?(s.currentPage="1",s.filteredTodos=s.obj,s.pager=!1):(s.pager=!0,s.pagesize=e,s.currentPage=1,s.numPerPage=e,s.makeTodos())},s.index=function(e){s.pageindex=e,s.currentPage=e,console.log("currentPage="+s.currentPage),s.makeTodos(),main.checked=!1,s.CheckAllChecked()},s.filteredTodos=[],s.currentPage=1,s.numPerPage=50,s.maxSize=5,s.makeTodos=function(){var e=parseInt(s.totalItems%s.numPerPage),e=(s.pagersize="0"==e?parseInt(s.totalItems/s.numPerPage):parseInt(s.totalItems/s.numPerPage)+1,(s.currentPage-1)*s.numPerPage),t=parseInt(e)+parseInt(s.numPerPage);console.log("begin="+e),console.log("end="+t),s.filteredTodos=s.todos.slice(e,t)},s.choiceReport=function(e){$("#surmodal").modal("show"),s.report_show=!1;e={location:e.choice_report_location,parameter:{surveycode:e.sims_survey_code,usertype:e.sims_survey_user_group_code,cur:e.sims_cur_code,acadmic:e.sims_academic_year,operator:e.choice_report_status},state:"main.SSQR01",ready:function(){this.refreshReport()}};window.localStorage.ReportDetails=JSON.stringify(e);try{s.rpt=JSON.parse(window.localStorage.ReportDetails),s.location=s.rpt.location,s.parameter=s.rpt.parameter,s.state=s.rpt.state}catch(e){}var e="SimsReports."+s.location+",SimsReports",t=window.location.href,t=(t.substring(0,t.indexOf(":")),"https://rep.mograsys.com/"+n.defaults.headers.common.schoolId+"/api/reports/");console.log(t),s.parameters={},$("#reportViewer1").telerik_ReportViewer({serviceUrl:t,viewMode:telerikReportViewer.ViewModes.INTERACTIVE,scaleMode:telerikReportViewer.ScaleModes.SPECIFIC,scale:1,ready:function(){}}),$("#reportViewer1").data("telerik_ReportViewer").reportSource({report:e,parameters:s.parameter}),setInterval(function(){$("#k-item k-state-default k-state-disabled").css({display:"block"}),$(".trv-report-viewer input[type=number]").css({"min-height":"0px"})},1e3),a(function(){$("#k-item k-state-default k-state-disabled").css({display:"block"}),$(".trv-report-viewer input[type=number]").css({"min-height":"0px"})},100)},s.textReport=function(e){$("#surmodal").modal("show"),s.report_show=!1;e={location:e.text_report_location,parameter:{cur:e.sims_cur_code,acadmic:e.sims_academic_year,surveycode:e.sims_survey_code,usertype:e.sims_survey_user_group_code,operator:e.text_report_status},state:"main.SSQR01",ready:function(){this.refreshReport()}};window.localStorage.ReportDetails=JSON.stringify(e);try{s.rpt=JSON.parse(window.localStorage.ReportDetails),s.location=s.rpt.location,s.parameter=s.rpt.parameter,s.state=s.rpt.state}catch(e){}var e="SimsReports."+s.location+",SimsReports",t=window.location.href,t=(t.substring(0,t.indexOf(":")),"https://rep.mograsys.com/"+n.defaults.headers.common.schoolId+"/api/reports/");console.log(t),s.parameters={},$("#reportViewer1").telerik_ReportViewer({serviceUrl:t,viewMode:telerikReportViewer.ViewModes.INTERACTIVE,scaleMode:telerikReportViewer.ScaleModes.SPECIFIC,scale:1,ready:function(){}}),$("#reportViewer1").data("telerik_ReportViewer").reportSource({report:e,parameters:s.parameter}),setInterval(function(){$("#k-item k-state-default k-state-disabled").css({display:"block"}),$(".trv-report-viewer input[type=number]").css({"min-height":"0px"})},1e3),a(function(){$("#k-item k-state-default k-state-disabled").css({display:"block"}),$(".trv-report-viewer input[type=number]").css({"min-height":"0px"})},100)}}])}(),function(){"use strict";var c,e=angular.module("sims.module.Setup");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("ILocationCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(s,e,t,a,o,n,i){s.pagesize="10",s.pageindex=0,s.save_btn=!0,s.Update_btn=!1,s.display=!1,s.table=!0,s.table1=!0,s.propertyName=null,s.reverse=!1,s.user_access=[],s.appcode=e.current.name.split(".");e=t.globals.currentUser.username;n.get(i.apiUrl+"api/AlertTransaction/Get_user_access_rights?username="+e+"&appl_code="+s.appcode[1]).then(function(e){s.user_rights=e.data;for(var t=0;t<s.user_rights.length;t++)0==t&&(s.user_access.data_read=s.user_rights[t].comn_user_read,s.user_access.data_insert=s.user_rights[t].comn_user_insert,s.user_access.data_update=s.user_rights[t].comn_user_update,s.user_access.data_delete=s.user_rights[t].comn_user_delete,s.user_access.data_massupdate=s.user_rights[t].comn_user_massupdate,s.user_access.is_admin=s.user_rights[t].comn_user_admin)}),s.sortBy=function(e){s.reverse=s.propertyName===e&&!s.reverse,s.propertyName=e},a(function(){$("#fixTable").tableHeadFixer({top:1})},100),n.get(i.apiUrl+"api/loc/getLoc").then(function(e){s.Location_Data=e.data,s.totalItems=s.Location_Data.length,s.todos=s.Location_Data,s.makeTodos()}),s.getGrid=function(){n.get(i.apiUrl+"api/loc/getLoc").then(function(e){s.Location_Data=e.data,s.totalItems=s.Location_Data.length,s.todos=s.Location_Data,s.makeTodos()})},s.size=function(e){s.pager=10==e||20==e,"All"===e?(s.currentPage=1,s.numPerPage=s.Location_Data.length,s.filteredTodos=s.Location_Data,s.pager=!1):(s.pager=!0,s.pagesize=e,s.currentPage=1,s.numPerPage=e,s.makeTodos())},s.index=function(e){s.pageindex=e,s.currentPage=e,s.makeTodos(),c.checked=!1,s.row1=""},s.filteredTodos=[],s.currentPage=1,s.numPerPage=10,s.maxSize=10,s.makeTodos=function(){var e=parseInt(s.totalItems%s.numPerPage),e=(s.pagersize="0"==e?parseInt(s.totalItems/s.numPerPage):parseInt(s.totalItems/s.numPerPage)+1,(s.currentPage-1)*s.numPerPage),t=parseInt(e)+parseInt(s.numPerPage);s.filteredTodos=s.todos.slice(e,t),1==(c=document.getElementById("mainchk")).checked&&(c.checked=!1)},s.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).sims_location_code.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_location_desc.toLowerCase().indexOf(t.toLowerCase())||e.desg_company_code==t;var t})},s.search=function(){s.todos=s.searched(s.Location_Data,s.searchText),s.totalItems=s.todos.length,s.currentPage="1",""==s.searchText&&(s.todos=s.Location_Data),s.makeTodos(),c.checked=!1,s.CheckAllChecked()},s.New=function(){0==s.user_access.data_insert?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(s.getGrid(),s.disabled=!1,s.readonly=!0,s.table=!1,s.table1=!1,s.display=!0,s.save_btn=!0,s.Update_btn=!1,s.temp="",s.Myform.$setPristine(),s.Myform.$setUntouched(),s.temp={},s.temp.sims_location_status=!0)};s.savedata=function(e){var t;e&&0<Object.keys(e).length&&(t=s.temp,s.filteredTodos.some(function(e){return e.sims_location_desc===t.sims_location_desc})?swal({text:"Record Already Exists",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}):(t.opr="I",n.post(i.apiUrl+"api/loc/LocationCUD",[t]).then(function(e){s.msg1=e.data,!0===s.msg1?(swal({text:"Record Inserted Successfully",imageUrl:"assets/img/check.png",width:380,showCloseButton:!0}),s.getGrid()):!1===s.msg1?swal({text:"Record Not Inserted",imageUrl:"assets/img/close.png",width:380,showCloseButton:!0}):swal("Error-"+s.msg1)}),s.table=!0,s.table1=!0,s.display=!1))},s.Cancel=function(){s.temp="",s.table=!0,s.table1=!0,s.display=!1,s.Myform.$setPristine(),s.Myform.$setUntouched(),s.temp.desg_company_code="",s.temp.desg_desc="",s.temp.desg_communication_status=""},s.edit=function(e){0==s.user_access.data_update?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(s.readonly=!0,s.disabled=!0,s.table=!1,s.table1=!1,s.display=!0,s.save_btn=!1,s.Update_btn=!0,s.temp={sims_location_code:e.sims_location_code,sims_location_desc:e.sims_location_desc,sims_location_status:e.sims_location_status})};var d=[];s.update=function(e){e&&((e=s.temp).opr="U",d.push(e),n.post(i.apiUrl+"api/loc/LocationCUD",d).then(function(e){s.msg1=e.data,1==s.msg1?(swal({text:"Record Updated Successfully",imageUrl:"assets/img/check.png",width:380,showCloseButton:!0}),s.getGrid()):0==s.msg1?swal({text:"Record Not Updated. ",imageUrl:"assets/img/close.png",width:380,showCloseButton:!0}):(swal("Error-"+s.msg1),s.table1=!0),s.getGrid()}),d=[],s.table=!0,s.table1=!0,s.display=!1)},s.CheckAllChecked=function(){if(1==(c=document.getElementById("mainchk")).checked)for(var e=0;e<s.filteredTodos.length;e++)document.getElementById(s.filteredTodos[e].sims_location_code+e).checked=!0,s.row1="row_selected",$("tr").addClass("row_selected");else for(e=0;e<s.filteredTodos.length;e++)document.getElementById(s.filteredTodos[e].sims_location_code+e).checked=!1,c.checked=!1,s.row1=""},s.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),s.color="#edefef"}),1==(c=document.getElementById("mainchk")).checked&&(c.checked=!1,$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected")}))},s.OkDelete=function(){if(0==s.user_access.data_delete)swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200});else{var o=[];s.flag=!1;for(var e,t=0;t<s.filteredTodos.length;t++)1==document.getElementById(s.filteredTodos[t].sims_location_code+t).checked&&(s.flag=!0,e={sims_location_code:s.filteredTodos[t].sims_location_code,opr:"D"},o.push(e));s.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)n.post(i.apiUrl+"api/loc/LocationCUD",o).then(function(e){s.msg1=e.data,1==s.msg1?swal({text:"Record Deleted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&(s.getGrid(),1==(c=document.getElementById("mainchk")).checked&&(c.checked=!1,s.row1=""),s.currentPage=!0)}):0==s.msg1?swal({text:"Record Not Deleted. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&(s.getGrid(),1==(c=document.getElementById("mainchk")).checked&&(c.checked=!1,s.row1=""),s.currentPage=!0)}):swal("Error-"+s.msg1)});else for(var t=0;t<s.filteredTodos.length;t++){var a=document.getElementById(s.filteredTodos[t].sims_location_code+t);1==a.checked&&(a.checked=!1,c.checked=!1,$("tr").removeClass("row_selected"))}}):swal({text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}),s.currentPage=str}s.table1=!0}}])}(),function(){"use strict";var r,e=angular.module("sims.module.Setup");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("GradeScaleCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(s,e,t,a,o,n,i){s.pagesize="10",s.pageindex=0,s.save_btn=!0,s.Update_btn=!1,s.display=!1,s.table=!0,s.propertyName=null,s.reverse=!1;var d=t.globals.currentUser.username;n.get(i.apiUrl+"api/AlertTransaction/Get_user_access_rights?username="+d+"&appl_code="+s.appcode[1]).then(function(e){s.user_rights=e.data;for(var t=0;t<s.user_rights.length;t++)0==t&&(s.user_access.data_read=s.user_rights[t].comn_user_read,s.user_access.data_insert=s.user_rights[t].comn_user_insert,s.user_access.data_update=s.user_rights[t].comn_user_update,s.user_access.data_delete=s.user_rights[t].comn_user_delete,s.user_access.data_massupdate=s.user_rights[t].comn_user_massupdate,s.user_access.is_admin=s.user_rights[t].comn_user_admin)}),s.user_access=[],s.appcode=e.current.name.split("."),s.sortBy=function(e){s.reverse=s.propertyName===e&&!s.reverse,s.propertyName=e},a(function(){$("#fixTable").tableHeadFixer({top:1})},100),s.getGrid=function(){n.get(i.apiUrl+"api/grd/getGrd").then(function(e){s.Location_Data=e.data,s.totalItems=s.Location_Data.length,s.todos=s.Location_Data,s.makeTodos(),s.getcur()})},s.getGrid(),s.getcur=function(){n.get(i.apiUrl+"api/ERP/Grade/getCuriculum?username="+t.globals.currentUser.username).then(function(e){s.curriculum=e.data,s.edt={sims_cur_code:s.curriculum[0].sims_cur_code},s.getacyr(s.curriculum[0].sims_cur_code)})},s.getacyr=function(t){n.get(i.apiUrl+"api/common/getAcademicYear?curCode="+t).then(function(e){s.Academic_year=e.data,s.edt={sims_academic_year:s.Academic_year[0].sims_academic_year,sims_cur_code:t},s.getsections(s.edt.sims_cur_code,s.edt.sims_academic_year)})},s.getsections=function(e,t){n.get(i.apiUrl+"api/common/getAllGrades?cur_code="+e+"&academic_year="+t).then(function(e){s.grade=e.data,console.log(s.grade)})},s.size=function(e){s.pager=10==e||20==e,"*"==e?(s.numPerPage=s.Location_Data.length,s.filteredTodos=s.Location_Data):(s.pagesize=e,s.currentPage=1,s.numPerPage=e,s.makeTodos()),s.numPerPage=e,console.log("numPerPage="+s.numPerPage)},s.index=function(e){s.pageindex=e,s.currentPage=e,s.makeTodos(),r.checked=!1,s.row1=""},s.filteredTodos=[],s.currentPage=1,s.numPerPage=10,s.maxSize=10,s.makeTodos=function(){var e=parseInt(s.totalItems%s.numPerPage),e=(s.pagersize="0"==e?parseInt(s.totalItems/s.numPerPage):parseInt(s.totalItems/s.numPerPage)+1,(s.currentPage-1)*s.numPerPage),t=parseInt(e)+parseInt(s.numPerPage);s.filteredTodos=s.todos.slice(e,t)},s.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).sims_mark_assesment_grade_code.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_mark_assesment_grade_name.toLowerCase().indexOf(t.toLowerCase())||e.sims_mark_assesment_grade_code==t;var t})},s.search=function(){s.todos=s.searched(s.Location_Data,s.searchText),s.totalItems=s.todos.length,s.currentPage="1",""==s.searchText&&(s.todos=s.Location_Data),s.makeTodos(),r.checked=!1,s.CheckAllChecked()},s.New=function(){0==s.user_access.data_insert?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(s.getGrid(),s.getcur(),s.disabled=!1,s.readonly=!0,s.table=!1,s.display=!0,s.save_btn=!0,s.Update_btn=!1,s.edt="",s.Myform.$setPristine(),s.Myform.$setUntouched(),s.temp={},s.curname=!1,s.acdyear=!1)};var c=[],l=(s.savedata=function(e){e&&((e=s.edt).opr="I",c.push(e),n.post(i.apiUrl+"api/grd/GradeScaleeCUD",c).then(function(e){s.msg1=e.data,1==s.msg1?(swal({text:"Record Inserted Successfully",imageUrl:"assets/img/check.png",width:380,showCloseButton:!0}),s.getGrid()):0==s.msg1?swal({text:"Record Not Inserted. ",imageUrl:"assets/img/close.png",width:380,showCloseButton:!0}):swal("Error-"+s.msg1)}),c=[],s.table=!0,s.display=!1)},s.Cancel=function(){s.temp="",s.table=!0,s.display=!1,s.Myform.$setPristine(),s.Myform.$setUntouched()},s.edit=function(e){0==s.user_access.data_update?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(s.readonly=!0,s.disabled=!0,s.table=!1,s.display=!0,s.save_btn=!1,s.Update_btn=!0,s.curname=!0,s.acdyear=!0,s.edt.sims_mark_assesment_grade_name=e.sims_mark_assesment_grade_name,s.edt.sims_academic_year=e.sims_academic_year,s.edt.sims_cur_code=e.sims_cur_code,s.edt.sims_mark_assesment_grade_code=e.sims_mark_assesment_grade_code)},[]);s.update=function(e){e&&((e=s.edt).opr="U",l.push(e),n.post(i.apiUrl+"api/grd/GradeScaleeCUD",l).then(function(e){s.msg1=e.data,1==s.msg1?(swal({text:"Record Updated Successfully",imageUrl:"assets/img/check.png",width:380,showCloseButton:!0}),s.getGrid()):0==s.msg1?swal({text:"Record Not Updated. ",imageUrl:"assets/img/close.png",width:380,showCloseButton:!0}):swal("Error-"+s.msg1),s.getGrid()}),l=[],s.table=!0,s.display=!1)},s.CheckAllChecked=function(){if(1==(r=document.getElementById("mainchk")).checked)for(var e=0;e<s.filteredTodos.length;e++)document.getElementById(s.filteredTodos[e].sims_mark_assesment_grade_code+e).checked=!0,s.row1="row_selected",$("tr").addClass("row_selected");else for(e=0;e<s.filteredTodos.length;e++)document.getElementById(s.filteredTodos[e].sims_mark_assesment_grade_code+e).checked=!1,r.checked=!1,s.row1=""},s.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),s.color="#edefef"}),1==(r=document.getElementById("mainchk")).checked&&(r.checked=!1,$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected")}))},s.OkDelete=function(){if(0==s.user_access.data_delete)swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200});else{var o=[];s.flag=!1;for(var e,t=0;t<s.filteredTodos.length;t++)1==document.getElementById(s.filteredTodos[t].sims_mark_assesment_grade_code+t).checked&&(s.flag=!0,e={sims_mark_assesment_grade_code:s.filteredTodos[t].sims_mark_assesment_grade_code,opr:"D"},o.push(e));s.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)n.post(i.apiUrl+"api/grd/GradeScaleeCUD",o).then(function(e){s.msg1=e.data,1==s.msg1?swal({text:"Record Deleted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&(s.getGrid(),1==(r=document.getElementById("mainchk")).checked&&(r.checked=!1,s.row1=""),s.currentPage=!0)}):0==s.msg1?swal({text:"Record Not Deleted. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&(s.getGrid(),1==(r=document.getElementById("mainchk")).checked&&(r.checked=!1,s.row1=""),s.currentPage=!0)}):swal("Error-"+s.msg1)});else for(var t=0;t<s.filteredTodos.length;t++){var a=document.getElementById(s.filteredTodos[t].sims_mark_assesment_grade_code+t);1==a.checked&&(a.checked=!1,r.checked=!1,$("tr").removeClass("row_selected"))}}):swal({text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}),s.currentPage=str}}}])}(),function(){"use strict";var d,c=[],e=angular.module("sims.module.Setup");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("SearchUserCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(o,e,t,a,s,n,i){o.pagesize="5",o.pagesize2="5",o.table1=!0,o.operation=!1,o.editmode=!1,n.get(i.apiUrl+"api/SearchUserDetails/getSearchUser").then(function(e){o.SearchUser_data=e.data,o.totalItems=o.SearchUser_data.length,o.todos=o.SearchUser_data,o.makeTodos(),console.log(o.SearchUser_data)}),o.New=function(){goToState("main.Sim507")},o.size=function(e){console.log(e),o.pagesize=e,o.currentPage=1,o.numPerPage=e,console.log("numPerPage="+o.numPerPage),o.makeTodos()},o.index=function(e){o.pageindex=e,o.currentPage=e,console.log("currentPage="+o.currentPage),o.makeTodos()},o.filteredTodos=[],o.currentPage=1,o.numPerPage=5,o.maxSize=5,o.makeTodos=function(){var e=parseInt(o.totalItems%o.numPerPage),e=(o.pagersize="0"==e?parseInt(o.totalItems/o.numPerPage):parseInt(o.totalItems/o.numPerPage)+1,(o.currentPage-1)*o.numPerPage),t=parseInt(e)+parseInt(o.numPerPage);console.log("begin="+e),console.log("end="+t),o.filteredTodos=o.todos.slice(e,t)},o.up=function(e){o.savebtn=!1,o.updatebtn=!0,o.table1=!1,o.operation=!0,o.editmode=!0,o.newmode=!1,o.readonly=!0,o.edt="",o.edt={sims_building_code:e.sims_building_code,sims_building_desc:e.sims_building_desc,sims_buiding_student_capacity:e.sims_buiding_student_capacity}},o.cancel=function(){o.table1=!0,o.operation=!1,o.myForm.$setPristine(),o.myForm.$setUntouched(),o.edt.sims_buiding_student_capacity="",o.edt.sims_building_code="",o.edt.sims_building_desc=""},o.CheckAllChecked=function(){if(1==(d=document.getElementById("mainchk")).checked)for(var e=0;e<o.filteredTodos.length;e++)document.getElementById(o.filteredTodos[e].sims_search_code+e).checked=!0,o.row1="row_selected";else for(e=0;e<o.filteredTodos.length;e++)document.getElementById(o.filteredTodos[e].sims_search_code+e).checked=!1,d.checked=!1,o.row1=""},o.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),o.color="#edefef"}),1==(d=document.getElementById("mainchk")).checked&&(d.checked=!1,o.color="#edefef",o.row1="")},o.deleterecord=function(){o.flag=!1;for(var e,t=0;t<o.filteredTodos.length;t++)1==document.getElementById(o.filteredTodos[t].sims_search_code+t).checked&&(o.flag=!0,e={sims_search_code:o.filteredTodos[t].sims_search_code,opr:"D"},c.push(e));o.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)n.post(i.apiUrl+"api/SearchUserDetails/CUDSearch_User",c).then(function(e){o.msg1=e.data,1==o.msg1?swal({text:"Record Deleted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&n.get(i.apiUrl+"api/SearchUserDetails/getSearchUser").then(function(e){o.SearchUser_data=e.data,o.totalItems=o.SearchUser_data.length,o.todos=o.SearchUser_data,o.makeTodos()})}):0==o.msg1?swal({text:"Record Not Deleted. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&n.get(i.apiUrl+"api/SearchUserDetails/getSearchUser").then(function(e){o.SearchUser_data=e.data,o.totalItems=o.SearchUser_data.length,o.todos=o.SearchUser_data,o.makeTodos()})}):swal("Error-"+o.msg1)});else for(var t=0;t<o.filteredTodos.length;t++){var a=document.getElementById(o.filteredTodos[t].sims_search_code+t);1==a.checked&&(a.checked=!1,o.row1="")}}):swal({text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}),o.currentPage=!0},o.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).users.toLowerCase().indexOf(t.toLowerCase())||-1<e.description.toLowerCase().indexOf(t.toLowerCase())||e.sims_search_code==t;var t})},o.search=function(){o.todos=o.searched(o.SearchUser_data,o.searchText),o.totalItems=o.todos.length,o.currentPage="1",""==o.searchText&&(o.todos=o.SearchUser_data),o.makeTodos()},a(function(){$("#fixTable").tableHeadFixer({top:1})},100),a(function(){$("#fixModaltable").tableHeadFixer({top:1})},100),o.size2=function(e){console.log(e),o.pagesize2=e,o.currentPage2=1,o.numPerPage2=e,console.log("numPerPage2="+o.numPerPage2),o.makeTodos2()},o.index2=function(e){o.pageindex2=e,o.currentPage2=e,console.log("currentPage2="+o.currentPage2),o.makeTodos2(),o.row1=""},o.filteredTodos2=[],o.currentPage2=1,o.numPerPage2=5,o.maxSize1=5,o.makeTodos2=function(){var e=parseInt(o.totalItems2%o.numPerPage2),e=(o.pagersize2="0"==e?parseInt(o.totalItems2/o.numPerPage2):parseInt(o.totalItems2/o.numPerPage2)+1,(o.currentPage2-1)*o.numPerPage2),t=parseInt(e)+parseInt(o.numPerPage2);console.log("begin2="+e),console.log("end2="+t),o.filteredTodos2=o.todos2.slice(e,t)},o.View=function(e){$("#MyModal").modal("show"),o.Modaltable=!0,o.sims_search_code=e.sims_search_code,n.get(i.apiUrl+"api/SearchUserDetails/getSearchUserOut?search_code="+o.sims_search_code).then(function(e){o.SearchUserOutout_data=e.data,o.totalItems2=o.SearchUserOutout_data.length,o.todos2=o.SearchUserOutout_data,o.makeTodos2(),console.log(o.SearchUserOutout_data)})}}])}(),function(){"use strict";var e=angular.module("sims.module.Setup");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("MySearchCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(t,e,a,o,s,n,i){a.visible_stud=!1,a.visible_parent=!1,a.visible_search_parent=!1,a.visible_teacher=!1,a.visible_User=!1,a.visible_Employee=!0,a.chkMulti=!0,t.edt={},t.New=function(){goToState("main.Sim510")},n.get(i.apiUrl+"api/mysearch/GetgradesAll").then(function(e){t.obj_grade=e.data,console.log(t.obj_grade)}),t.UserSearch=function(){t.global_Search_click(),$("#Global_Search_Modal").modal({backdrop:"static"})},t.$on("global_cancel",function(e){console.log(t.SelectedUserLst),t.SelectedUserLst.length}),t.getsections=function(e){n.get(i.apiUrl+"api/mysearch/getSearchGradesSections?gradecode="+e).then(function(e){t.o_section=e.data})},n.get(i.apiUrl+"api/mysearch/getSearchReligion").then(function(e){t.o_religion=e.data}),n.get(i.apiUrl+"api/mysearch/getSearchNationality").then(function(e){t.o_nationality=e.data}),n.get(i.apiUrl+"api/mysearch/getSearchSubject").then(function(e){t.ob_subject=e.data}),t.Save=function(){var e;null!=t.searchdesc&&(t.edt={sims_search_desc:t.searchdesc,sims_search_short_name:t.searchdesc,sims_search_status:"A"},e=t.edt,n.post(i.apiUrl+"api/mysearch/CMySearch",e).then(function(e){t.msg1=e.data,t.search_query=t.datafield,t.condition="",swal({text:"Record inserted Successfully.",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){}),t.search_condition=""}))}}])}(),function(){"use strict";var d,c=[],e=angular.module("sims.module.Setup"),l=(e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),[]);e.controller("RegionCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(o,e,t,a,s,n,i){o.pagesize="10",o.table1=!0,o.editmode=!1,o.user_access=[],o.appcode=e.current.name.split(".");e=t.globals.currentUser.username;n.get(i.apiUrl+"api/AlertTransaction/Get_user_access_rights?username="+e+"&appl_code="+o.appcode[1]).then(function(e){o.user_rights=e.data;for(var t=0;t<o.user_rights.length;t++)0==t&&(o.user_access.data_read=o.user_rights[t].comn_user_read,o.user_access.data_insert=o.user_rights[t].comn_user_insert,o.user_access.data_update=o.user_rights[t].comn_user_update,o.user_access.data_delete=o.user_rights[t].comn_user_delete,o.user_access.data_massupdate=o.user_rights[t].comn_user_massupdate,o.user_access.is_admin=o.user_rights[t].comn_user_admin)}),o.size=function(e){o.pager=10==e||20==e,"*"==e?(o.numPerPage=o.RegionData.length,o.filteredTodos=o.RegionData):(o.pagesize=e,o.currentPage=1,o.numPerPage=e),o.makeTodos()},o.index=function(e){o.pageindex=e,o.currentPage=e,o.makeTodos()},o.edt="",n.get(i.apiUrl+"api/Region/getRegion").then(function(e){o.RegionData=e.data,o.totalItems=o.RegionData.length,o.todos=o.RegionData,o.makeTodos()}),o.New=function(){0==o.user_access.data_insert?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(o.newmode=!0,o.check=!0,o.edt="",o.editmode=!1,o.opr="S",o.readonly=!1,o.table1=!1,o.operation=!0,o.savebtn=!0,o.updatebtn=!1,o.edt={},o.edt.sims_status=!0,o.temp="",o.myForm.$setPristine(),o.myForm.$setUntouched())},o.up=function(e){0==o.user_access.data_update?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(o.opr="U",o.editmode=!0,o.newmode=!1,o.savebtn=!1,o.updatebtn=!0,o.readonly=!0,o.table1=!1,o.operation=!0,o.edt={sims_region_code:e.sims_region_code,sims_region_name_en:e.sims_region_name_en,sims_region_name_ar:e.sims_region_name_ar,sims_region_name_fr:e.sims_region_name_fr,sims_region_name_ot:e.sims_region_name_ot,sims_status:e.sims_status})},o.cancel=function(){o.table1=!0,o.operation=!1,o.edt="",o.myForm.$setPristine(),o.myForm.$setUntouched()},o.Save=function(e){if(e){l=[];var t=o.edt;t.opr="I",o.exist=!1;for(var a=0;a<o.RegionData.length;a++)o.RegionData[a].sims_region_code==t.sims_region_code&&(o.exist=!0);o.exist?swal({text:"Record Already Exists",imageUrl:"assets/img/notification-alert.png",width:300,height:200}):(l.push(t),n.post(i.apiUrl+"api/Region/CUDgetRegion",l).then(function(e){o.msg1=e.data,1==o.msg1?swal({text:"Record Inserted Successfully",imageUrl:"assets/img/check.png",width:300,height:200}):0==o.msg1?swal({text:"Record Not Inserted. ",imageUrl:"assets/img/close.png",width:300,height:200}):swal("Error-"+o.msg1),o.operation=!1,n.get(i.apiUrl+"api/Region/getRegion").then(function(e){o.RegionData=e.data,o.totalItems=o.RegionData.length,o.todos=o.RegionData,o.makeTodos()})})),o.table1=!0,o.operation=!1,l=[]}},o.Update=function(e){e&&(l=[],(e=o.edt).opr="U",l.push(e),n.post(i.apiUrl+"api/Region/CUDgetRegion",l).then(function(e){o.msg1=e.data,1==o.msg1?swal({text:"Record Updated Successfully",imageUrl:"assets/img/check.png",width:300,height:200}):0==o.msg1?swal({text:"Record Not Updated. ",imageUrl:"assets/img/close.png",width:300,height:200}):swal("Error-"+o.msg1),o.operation=!1,n.get(i.apiUrl+"api/Region/getRegion").then(function(e){o.RegionData=e.data,o.totalItems=o.RegionData.length,o.todos=o.RegionData,o.makeTodos()})}),o.operation=!1,o.table1=!0)},o.filteredTodos=[],o.currentPage=1,o.numPerPage=10,o.maxSize=5,o.makeTodos=function(){var e=parseInt(o.totalItems%o.numPerPage),e=(o.pagersize="0"==e?parseInt(o.totalItems/o.numPerPage):parseInt(o.totalItems/o.numPerPage)+1,(o.currentPage-1)*o.numPerPage),t=parseInt(e)+parseInt(o.numPerPage);o.filteredTodos=o.todos.slice(e,t)},o.CheckAllChecked=function(){if(1==(d=document.getElementById("mainchk")).checked)for(var e=0;e<o.filteredTodos.length;e++)document.getElementById(o.filteredTodos[e].sims_region_code+e).checked=!0,o.row1="row_selected";else for(e=0;e<o.filteredTodos.length;e++)document.getElementById(o.filteredTodos[e].sims_region_code+e).checked=!1,d.checked=!1,o.row1=""},o.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),o.color="#edefef"}),1==(d=document.getElementById("mainchk")).checked&&(d.checked=!1,o.color="#edefef",o.row1="")},o.deleterecord=function(){if(0==o.user_access.data_delete)swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200});else{c=[],o.flag=!1;for(var e,t=0;t<o.filteredTodos.length;t++)1==document.getElementById(o.filteredTodos[t].sims_region_code+t).checked&&(o.flag=!0,e={sims_region_code:o.filteredTodos[t].sims_region_code,opr:"D"},c.push(e));o.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)n.post(i.apiUrl+"api/Region/CUDgetRegion",c).then(function(e){o.msg1=e.data,1==o.msg1?swal({text:"Record Deleted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&(n.get(i.apiUrl+"api/Region/getRegion").then(function(e){o.RegionData=e.data,o.totalItems=o.RegionData.length,o.todos=o.RegionData,o.makeTodos()}),1==(d=document.getElementById("mainchk")).checked)&&(d.checked=!1,o.row1="")}):0==o.msg1?swal({text:"Record is Mapped, CanNot Delete. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&(n.get(i.apiUrl+"api/Region/getRegion").then(function(e){o.RegionData=e.data,o.totalItems=o.RegionData.length,o.todos=o.RegionData,o.makeTodos()}),1==(d=document.getElementById("mainchk")).checked)&&(d.checked=!1,o.row1="")}):swal("Error-"+o.msg1)});else for(var t=0;t<o.filteredTodos.length;t++){var a=document.getElementById(o.filteredTodos[t].sims_region_code+t);1==a.checked&&(a.checked=!1,o.row1="",$("tr").removeClass("row_selected"))}}):swal({text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}),o.currentPage=!0}},o.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).sims_region_name_en.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_region_name_ar.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_region_name_fr.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_region_name_ot.toLowerCase().indexOf(t.toLowerCase())||e.sims_region_code==t;var t})},o.search=function(){o.todos=o.searched(o.RegionData,o.searchText),o.totalItems=o.todos.length,o.currentPage="1",""==o.searchText&&(o.todos=o.RegionData),o.makeTodos()},a(function(){$("#fixTable").tableHeadFixer({top:1})},100)}])}(),function(){"use strict";var m;angular.module("sims.module.Setup").controller("HeadTeacherMapping_newCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(c,e,t,i,a,l,r){c.edt={},c.edt.sims_subject_code=[],c.search_code=!1,c.simsArray=[],c.selectedStudentList=[];var o,s=t.globals.currentUser.username,n=(c.busyindicator=!0,c.propertyName=null,c.reverse=!1,c.showRFIDDMC=!1,"dmc"==l.defaults.headers.common.schoolId&&(c.showRFIDDMC=!0),c.table=!0,c.sortBy=function(e){c.reverse=c.propertyName===e&&!c.reverse,c.propertyName=e},setTimeout(function(){$("#cmb_tea_Code").select2()},100),$("table.scroll")),d=n.find("tbody tr:first").children();$(window).resize(function(){o=d.map(function(){return $(this).width()}).get(),n.find("thead tr").children().each(function(e,t){$(t).width(o[e])})}).resize(),l.get(r.apiUrl+"api/bellsectionsubject/GetAllTeacherNameNew").then(function(e){c.GetAllTeacherName=e.data}),c.getcur=function(){l.get(r.apiUrl+"api/common/getCuriculum").then(function(e){c.curriculum=e.data,c.edt={sims_cur_code:c.curriculum[0].sims_cur_code},c.getAccYear(c.edt.sims_cur_code),c.getARule(c.edt.sims_cur_code)})},c.getcur(),c.getAccYear=function(e){l.get(r.apiUrl+"api/bellsectionsubject/getAcademicYear?curCode="+e).then(function(e){c.Acc_year=e.data,c.edt.sims_academic_year=c.Acc_year[0].cheque_number,c.getGrade()})},c.getSection=function(e,t,a){l.get(r.apiUrl+"api/bellsectionsubject/getSectionFromGrade?cur_code="+c.edt.sims_cur_code+"&grade_code="+c.edt.sims_grade_code+"&academic_year="+c.edt.sims_academic_year).then(function(e){c.Section_code=e.data,setTimeout(function(){$("#cmb_section_code").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"})},1e3),$("#cmb_section_code").multipleSelect({width:"100%",filter:!0})})},$(function(){$("#cmb_section_code").multipleSelect({width:"100%"})}),c.getGrade=function(){l.get(r.apiUrl+"api/common/getAllGrades?cur_code="+c.edt.sims_cur_code+"&academic_year="+c.edt.sims_academic_year).then(function(e){c.Grade_code=e.data,setTimeout(function(){$("#cmb_grade_code").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"})},1e3),$("#cmb_grade_code").multipleSelect({width:"100%",filter:!0})})},$(function(){$("#cmb_grade_code").multipleSelect({width:"100%"})}),c.get=function(){l.get(r.apiUrl+"api/bellsectionsubject/getSectionSubject?curcode="+c.edt.sims_cur_code+"&gradecode="+c.edt.sims_grade_code+"&academicyear="+c.edt.sims_academic_year+"&section="+c.edt.sims_section_name+"&login_user="+s).then(function(e){c.cmb_subject_name=e.data,console.log(c.cmb_subject_name),setTimeout(function(){$("#cmb_grade").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"})},1e3),$("#cmb_grade").multipleSelect({width:"100%",filter:!0})})},$("#cmb_section_code").multipleSelect({width:"100%",filter:!0}),$("#cmb_grade_code").multipleSelect({width:"100%",filter:!0}),$("#cmb_grade").multipleSelect({width:"100%",filter:!0}),$(function(){$("#cmb_grade").multipleSelect({width:"100%"})}),c.term_change=function(e){l.get(r.apiUrl+"api/StudentSectionSubject/getSectionsubject_nameNew?curcode="+c.edt.sims_cur_code+"&gradecode="+c.edt.sims_grade_code+"&academicyear="+c.edt.sims_academic_year+"&section="+c.edt.sims_section_name+"&term="+c.edt.sims_section_subject_term_code+"&login_user="+s).then(function(e){c.cmb_subject_name=e.data,setTimeout(function(){$("#cmb_grade").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"})},1e3)})},c.Show_Data=function(){c.busyindicator=!1,c.info1=[];for(var s=[],n=[],e=(c.secData=[],c.table=!1,c.subject=!1,c.showSelectedSubject=!1,c.selectedAll=!1,null==c.edt.sims_subject_code&&(c.edt.sims_subject_code=""),""),t=0;t<c.edt.sims_subject_code.length;t++)e=e+c.edt.sims_subject_code[t]+",";l.get(r.apiUrl+"api/StudentSectionSubject/GetSectionSubjectTeacher?data="+JSON.stringify(c.edt)).then(function(e){if(c.SectionStudent=e.data,Console.log(c.SectionStudent),c.busyindicator=!0,0<e.data.length){for(var t=0;t<c.SectionStudent[0].sublist.length;t++)for(var a=0;a<c.edt.sims_subject_code.length;a++)c.SectionStudent[0].sublist[t].sims_subject_code==c.edt.sims_subject_code[a]&&(s={sims_subject_name_en:c.SectionStudent[0].sublist[t].sims_subject_name_en.toLowerCase(),sims_subject_code:c.SectionStudent[0].sublist[t].sims_subject_code},n.push(s));for(var o=0;o<c.SectionStudent.length;o++)for(t=0;t<c.SectionStudent[o].sublist.length;t++){c.flg=!1;for(a=0;a<c.edt.sims_subject_code.length;a++)if(c.edt.sims_subject_code[a]==c.SectionStudent[o].sublist[t].sims_subject_code){c.flg=!0;break}c.SectionStudent[o].sublist[t].is_visible=c.flg}c.info1=n,i(function(){$("#fixTable").tableHeadFixer({left:3,"z-index":100})},100)}else c.subject=!0,c.table=!0})},c.skipdSubject=[],c.Check_Single_Subject=function(t,a){console.log(a,t),t.ischange=!0,0==a.sims_status&&l.get(r.apiUrl+"api/StudentSectionSubject/getcheckSectionsubject_name?curcode="+c.edt.sims_cur_code+"&gradecode="+c.edt.sims_grade_code+"&academicyear="+c.edt.sims_academic_year+"&section="+c.edt.sims_section_name+"&enroll_number="+t.sims_student_enroll_number+"&subject_code="+a.sims_subject_code).then(function(e){c.msg1=e.data,0<c.msg1.length&&swal({text:"This Subject Having Mark In Gradebook ,Are You Want Be Remove Subject?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){e?a.sims_status=!1:(a.sims_status=!0,document.getElementById(a.sims_subject_code+t.sims_student_enroll_number).checked=!0)})})},c.Select_ALL_Subject=function(e,t,a,o){var s=document.getElementById(e),n="",i="";c.ischecked="";for(var d=0;d<c.SectionStudent.length;d++)for(var _=0;_<c.SectionStudent[d].sublist.length;_++)c.SectionStudent[d].sublist[_].sims_subject_code==t.sims_subject_code&&(c.SectionStudent[d].sublist[_].sims_status=o),c.SectionStudent[d].ischange=o;if(0==o){for(d=0;d<c.SectionStudent.length;d++)i=i+c.SectionStudent[d].sims_student_enroll_number+",",n=e;l.get(r.apiUrl+"api/StudentSectionSubject/getcheckSectionsubject_name?curcode="+c.edt.sims_cur_code+"&gradecode="+c.edt.sims_grade_code+"&academicyear="+c.edt.sims_academic_year+"&section="+c.edt.sims_section_name+"&enroll_number="+i+"&subject_code="+n).then(function(e){if(c.msg1=e.data,0<c.msg1.length)$("#MyModal").modal({backdrop:"static"});else for(var t=0;t<c.SectionStudent.length;t++)c.SectionStudent[t].sublist[s.tabIndex].sims_status=o,c.SectionStudent[t].ischange=!0})}},c.btn_Ok_Click=function(){for(var e=document.getElementById(c.ischecked),t=0;t<c.SectionStudent.length;t++)c.SectionStudent[t].sublist[e.tabIndex].sims_status=!1,c.SectionStudent[t].ischange=!0},c.btn_cancel_Click=function(){for(var e=document.getElementById(c.ischecked),t=0;t<c.SectionStudent.length;t++)c.SectionStudent[t].sublist[e.tabIndex].sims_status=!1,c.SectionStudent[t].ischange=!0;for(t=0;t<c.SectionStudent.length;t++)for(var e=document.getElementById(c.ischecked),a=0;a<c.msg1.length;a++)c.SectionStudent[t].sims_student_enroll_number==c.msg1[a].sims_student_enroll_number&&(c.SectionStudent[t].sublist[e.tabIndex].sims_status=!0,c.SectionStudent[t].ischange=!0)},c.Select_Student_ALL_Subject=function(e){var t=document.getElementById(e);if(t.checked){c.selectedStudentList.push(e);for(var a=0;a<c.SectionStudent.length;a++)if(c.SectionStudent[a].sims_student_enroll_number==e)for(var o=0;o<c.SectionStudent[a].sublist.length;o++)c.SectionStudent[a].sublist[o].sims_status=t.checked,c.SectionStudent[a].ischange=!0;c.selectedStudentList.length==c.SectionStudent.length&&(c.selectedAll=!0)}else{c.selectedAll=!1;var s=c.selectedStudentList.indexOf(e);c.selectedStudentList.splice(s,1);for(a=0;a<c.SectionStudent.length;a++)if(c.SectionStudent[a].sims_student_enroll_number==e)for(o=0;o<c.SectionStudent[a].sublist.length;o++)c.SectionStudent[a].sublist[o].sims_status=t.checked,c.SectionStudent[a].ischange=!0}},c.isSelectAll=function(){if(c.selectedStudentList=[],c.selectedAll){c.selectedAll=!0;for(var e=0;e<c.SectionStudent.length;e++)c.selectedStudentList.push(c.SectionStudent[e].sims_student_enroll_number)}else c.selectedAll=!1;for(e=0;e<c.SectionStudent.length;e++)for(var t=0;t<c.SectionStudent[e].sublist.length;t++)for(var a=0;a<c.edt.sims_subject_code.length;a++)c.edt.sims_subject_code[a]==c.SectionStudent[e].sublist[t].sims_subject_code&&(c.SectionStudent[e].sublist[t].sims_status=c.selectedAll,c.SectionStudent[e].ischange=!0,c.SectionStudent[e].chkStudent=c.selectedAll)},c.Submit=function(){c.busyindicator=!1,c.subject=!1,0;o=[{}];c.sims_subject_code="";for(var e=0;e<c.edt.sims_subject_code.length;e++)c.sims_subject_code=c.sims_subject_code+c.edt.sims_subject_code[e]+",";c.saveData=[];for(e=0;e<c.edt.sims_section_name.length;e++)for(var t=0;t<c.edt.sims_subject_code.length;t++){var a=c.edt.sims_section_name[e],o={cur_code:c.edt.sims_cur_code,academic_year:c.edt.sims_academic_year,sims_grade_code:a.substring(0,2),sims_section_code:a.substring(2,6),sims_subject_code:c.edt.sims_subject_code[t],sims_gb_teacher_code:c.edt.sims_teacher_code,sims_old_teacher_code:c.edt.sims_teacher_code,opr:"II"};c.saveData.push(o)}0!=o.length?(l.post(r.apiUrl+"api/ERP/HeadTeacherMapping/UpdateSectionSubjectHeadTeacher_leams?simsobj=",c.saveData).then(function(e){c.msg1=e.data,console.log(c.msg1),c.selectedAll=!1,o=[{}],1==c.msg1?(swal({text:"Information Updated Successfully",imageUrl:"assets/img/check.png",width:300,showCloseButton:!0}),c.teacher_code="",c.viewData(),c.busyindicator=!0,c.table=!0):0==c.msg1&&(swal({text:"Information Not Updated",imageUrl:"assets/img/close.png",width:300,showCloseButton:!0}),c.viewData(),c.table=!0,c.busyindicator=!0)}),0):swal({text:c.msg1.strMessage,width:380})},c.viewData=function(){l.get(r.apiUrl+"api/ERP/HeadTeacherMapping/getAllSectionSubjectNEW_HeadTeacher?curcode="+c.edt.sims_cur_code+"&academicyear="+c.edt.sims_academic_year+"&gradecode="+c.edt.sims_grade_code+"&section="+c.edt.sims_section_name+"&subject="+c.edt.sims_subject_code+"&teacher="+c.edt.sims_teacher_code).then(function(e){c.sectionwisesub=e.data,console.log("viewdata",c.sectionwisesub),0<c.sectionwisesub.length?c.isExportExcel=!0:c.isExportExcel=!1,c.search_code=!0})},c.base64=function(e){return window.btoa(unescape(encodeURIComponent(e)))},c.format=function(e,a){return e.replace(/{(\w+)}/g,function(e,t){return a[t]})},c.getFormatedDate=function(e,t,a,o){var s="";if(void 0!==a)switch(a){case"yy":e=new Date(e.setFullYear(e.getFullYear()+o));break;case"mm":e=new Date(e.setMonth(e.getMonth()+o));break;case"dd":e=new Date(e.setDate(e.getDate()+o));break;case"hh":e=new Date(e.setHours(e.getHours()+o));break;case"ms":e=new Date(e.setMinutes(e.getMinutes()+o));break;case"ss":e=new Date(e.setSeconds(e.getSeconds()+o));break;case"ms":e=new Date(e.setMilliseconds(e.getMilliseconds()+o))}for(var a=e.toLocaleString().split(" "),n=t.split("."),i=n.length,d=a[0].replace(",","").split("/"),_=a[1].split(":"),c=a[2],l=0;l<i;l++)switch(n[l]){case"yy":s+=d[2].substring(2);break;case"yyyy":s+=d[2];break;case"mm":s+=d[0];break;case"MM":s+=e.toString().substring(4,7);break;case"dd":s+=d[1];break;case"DD":s+=e.toString().substring(0,3);break;case"hh":s+=_[0];break;case"mn":s+=_[1];break;case"ss":s+=_[2];break;case"ap":s+=c;break;case"/":s+="/";break;case":":s+=":";break;case"-":s+="-";break;case"_":s+="_";break;case" ":s+=" "}return s},c.printExcel=function(o,e,t){var s=o.length,n="";n+='<table border="1"><thead><tr>';for(var a=0;a<s;a++)n+='<th style="font-size:14px; text-align:center; padding:8px;">'+o[a].title+"</th>";n+="</tr></thead><tbody>",e.forEach(function(e,t){n+="<tr>";for(var a=0;a<s;a++)n+='<td style="font-size:14px; text-align:center; padding:8px;">'+e[o[a].dataKey]+"</td>";n+="</tr>"});var e={worksheet:t||"Worksheet",table:n+="</tbody></table>"},i=document.createElement("a"),e=(i.href="data:application/vnd.ms-excel;base64,"+c.base64(c.format('<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:x="urn:schemas-microsoft-com:office:excel" xmlns="http://www.w3.org/TR/REC-html40"><head>\x3c!--[if gte mso 9]><xml><x:ExcelWorkbook><x:ExcelWorksheets><x:ExcelWorksheet><x:Name>{worksheet}</x:Name><x:WorksheetOptions><x:DisplayGridlines/></x:WorksheetOptions></x:ExcelWorksheet></x:ExcelWorksheets></x:ExcelWorkbook></xml><![endif]--\x3e<meta http-equiv="content-type" content="text/plain; charset=UTF-8"/></head><body><table>{table}</table></body></html>',e)),new Date);i.download=t.replace(/ /g,"_")+"_"+c.getFormatedDate(e,"dd./.mm./.yyyy. .hh.:.mn.:.ss").replace(/ /g,"_")+".xls",i.click()},c.exportExcelBtn=function(){c.sectionwisesub.forEach(function(e,t){e.RowNumber=t+1}),c.printExcel([{title:"Sr.",dataKey:"RowNumber"},{title:"Grade",dataKey:"sims_grade_name_en"},{title:"Section",dataKey:"sims_section_name_en"},{title:"Teacher",dataKey:"emp_name"},{title:"Subject",dataKey:"sims_subject_name_en"}],c.sectionwisesub,"SubjectHeadMapping")},c.search=function(){if(c.todos=c.searched(c.sectionwisesub,c.searchText),c.totalItems=c.todos.length,c.currentPage="1",""==c.searchText&&(c.todos=c.sectionwisesub),1==(m=document.getElementById("mainchk")).checked){m.checked=!1;for(var e=0;e<c.sectionwisesub.length;e++)document.getElementById(c.sectionwisesub[e].sims_grade_name_en+e).checked=!1,m.checked=!1,c.row1=""}},c.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).sims_grade_name_en.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_section_name_en.toLowerCase().indexOf(t.toLowerCase())||-1<e.emp_name.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_subject_name_en.toLowerCase().indexOf(t.toLowerCase());var t})},c.removeteacherSub=function(e){var t=[{}];t=[{cur_code:e.sims_cur_code,academic_year:e.sims_academic_year,sims_grade_code:e.sims_grade_code,sims_section_code:e.sims_section_code,sims_subject_code:e.sims_subject_code,sims_gb_teacher_code:e.sims_bell_teacher_code}];0!=t.length&&(l.post(r.apiUrl+"api/bellsectionsubject/CUDDeletesub_HeadTeacher?simsobj=",t).then(function(e){c.msg1=e.data,console.log(c.msg1),c.selectedAll=!1,t=[{}],1==c.msg1?(swal({text:"Information Updated Successfully",imageUrl:"assets/img/check.png",width:300,showCloseButton:!0}),c.teacher_code="",c.viewData(),c.busyindicator=!0,c.table=!0):(0==c.msg1?(swal({text:"Information Not Updated",imageUrl:"assets/img/close.png",width:300,showCloseButton:!0}),c.Show_Data(),c.table=!0):(swal({text:"Error. Either Section Bell Not Defined or Database not created",imageUrl:"assets/img/close.png",width:300,height:250,showCloseButton:!0}),c.viewData()),c.busyindicator=!0)}),0)}}])}(),function(){"use strict";var d,c=[],e=angular.module("sims.module.Setup"),l=(e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),[]);e.controller("StateCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(o,e,t,a,s,n,i){o.pagesize="10",o.table1=!0,o.editmode=!1,o.user_access=[],o.appcode=e.current.name.split(".");e=t.globals.currentUser.username;n.get(i.apiUrl+"api/AlertTransaction/Get_user_access_rights?username="+e+"&appl_code="+o.appcode[1]).then(function(e){o.user_rights=e.data;for(var t=0;t<o.user_rights.length;t++)0==t&&(o.user_access.data_read=o.user_rights[t].comn_user_read,o.user_access.data_insert=o.user_rights[t].comn_user_insert,o.user_access.data_update=o.user_rights[t].comn_user_update,o.user_access.data_delete=o.user_rights[t].comn_user_delete,o.user_access.data_massupdate=o.user_rights[t].comn_user_massupdate,o.user_access.is_admin=o.user_rights[t].comn_user_admin)}),o.size=function(e){o.pager=10==e||20==e,"*"==e?(o.numPerPage=o.State_Data.length,o.filteredTodos=o.State_Data):(o.pagesize=e,o.currentPage=1,o.numPerPage=e),o.makeTodos()},o.index=function(e){o.pageindex=e,o.currentPage=e,o.makeTodos(),d.checked=!1,o.CheckAllChecked()},o.edt="",n.get(i.apiUrl+"api/State/getState").then(function(e){o.State_Data=e.data,o.totalItems=o.State_Data.length,o.todos=o.State_Data,o.makeTodos()}),n.get(i.apiUrl+"api/common/getAllCountryName").then(function(e){o.CountryName=e.data}),o.New=function(){0==o.user_access.data_insert?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(o.newmode=!0,o.check=!0,o.edt="",o.editmode=!1,o.readonly=!1,o.table1=!1,o.operation=!0,o.savebtn=!0,o.updatebtn=!1,o.edt={},o.edt.sims_status=!0,o.temp="",o.myForm.$setPristine(),o.myForm.$setUntouched())},o.up=function(e){0==o.user_access.data_update?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(o.opr="U",o.editmode=!0,o.newmode=!1,o.savebtn=!1,o.updatebtn=!0,o.readonly=!0,o.table1=!1,o.operation=!0,o.edt={sims_state_code:e.sims_state_code,sims_country_code:e.sims_country_code,sims_status:e.sims_status,sims_state_name_en:e.sims_state_name_en,sims_state_name_ar:e.sims_state_name_ar,sims_state_name_fr:e.sims_state_name_fr,sims_state_name_ot:e.sims_state_name_ot},o.nullcheck())},o.cancel=function(){o.table1=!0,o.operation=!1,o.edt.sims_state_code="",o.myForm.$setPristine(),o.myForm.$setUntouched()},o.Save=function(e){if(e){l=[];var t=o.edt;t.opr="I",o.exist=!1;for(var a=0;a<o.State_Data.length;a++)o.State_Data[a].sims_state_code==t.sims_state_code&&o.State_Data[a].sims_country_code==t.sims_country_code&&(o.exist=!0);o.exist?swal({text:"Record Already Exists",imageUrl:"assets/img/notification-alert.png",width:300,height:200}):(l.push(t),n.post(i.apiUrl+"api/State/CUDgetState",l).then(function(e){o.msg1=e.data,1==o.msg1?swal({text:"Record Inserted Successfully",imageUrl:"assets/img/check.png",width:300,height:200}):0==o.msg1?swal({text:"Record Not Inserted. ",imageUrl:"assets/img/close.png",width:300,height:200}):swal("Error-"+o.msg1),n.get(i.apiUrl+"api/State/getState").then(function(e){o.State_Data=e.data,o.totalItems=o.State_Data.length,o.todos=o.State_Data,o.makeTodos()})})),o.table1=!0,o.operation=!1}},o.Update=function(e){e&&(l=[],(e=o.edt).opr="U",l.push(e),n.post(i.apiUrl+"api/State/CUDgetState",l).then(function(e){o.msg1=e.data,1==o.msg1?swal({text:"Record Updated Successfully",imageUrl:"assets/img/check.png",width:300,height:200}):0==o.msg1?swal({text:"Record Not Updated. ",imageUrl:"assets/img/close.png",width:300,height:200}):swal("Error-"+o.msg1),n.get(i.apiUrl+"api/State/getState").then(function(e){o.State_Data=e.data,o.totalItems=o.State_Data.length,o.todos=o.State_Data,o.makeTodos()})}),o.operation=!1,o.table1=!0)},o.filteredTodos=[],o.currentPage=1,o.numPerPage=10,o.maxSize=5,o.makeTodos=function(){var e=parseInt(o.totalItems%o.numPerPage),e=(o.pagersize="0"==e?parseInt(o.totalItems/o.numPerPage):parseInt(o.totalItems/o.numPerPage)+1,(o.currentPage-1)*o.numPerPage),t=parseInt(e)+parseInt(o.numPerPage);o.filteredTodos=o.todos.slice(e,t)},o.CheckAllChecked=function(){d=document.getElementById("mainchk");for(var e=0;e<o.filteredTodos.length;e++){var t=document.getElementById(o.filteredTodos[e].sims_state_code+e);1==d.checked?(t.checked=!0,$("tr").addClass("row_selected")):(t.checked=!1,$("tr").removeClass("row_selected"))}},o.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),o.color="#edefef"}),1==(d=document.getElementById("mainchk")).checked&&(d.checked=!1,o.color="#edefef",o.row1="")},o.deleterecord=function(){if(0==o.user_access.data_delete)swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200});else{c=[],o.flag=!1;for(var e,t=0;t<o.filteredTodos.length;t++)1==document.getElementById(o.filteredTodos[t].sims_state_code+t).checked&&(o.flag=!0,e={sims_state_code:o.filteredTodos[t].sims_state_code,sims_country_code:o.filteredTodos[t].sims_country_code,opr:"D"},c.push(e));o.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)n.post(i.apiUrl+"api/State/CUDgetState",c).then(function(e){o.msg1=e.data,1==o.msg1?swal({text:"Record Deleted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&n.get(i.apiUrl+"api/State/getState").then(function(e){o.State_Data=e.data,o.totalItems=o.State_Data.length,o.todos=o.State_Data,o.makeTodos()}),o.currentPage=!0}):0==o.msg1?swal({text:"Record Not Deleted. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&n.get(i.apiUrl+"api/State/getState").then(function(e){o.State_Data=e.data,o.totalItems=o.State_Data.length,o.todos=o.State_Data,o.makeTodos()})}):swal("Error-"+o.msg1)});else for(var t=0;t<o.filteredTodos.length;t++){var a=document.getElementById(t);1==a.checked&&(a.checked=!1,o.row1="")}}):swal({text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}),o.row1="",d.checked=!1,o.currentPage=!0}},o.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).sims_country_name_en.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_state_name_en.toLowerCase().indexOf(t.toLowerCase())||e.sims_state_code==t;var t})},o.search=function(){o.todos=o.searched(o.State_Data,o.searchText),o.totalItems=o.todos.length,o.currentPage="1",""==o.searchText&&(o.todos=o.State_Data),o.makeTodos()},o.nullcheck=function(){if(1==(d=document.getElementById("mainchk")).checked)for(var e=0;e<o.filteredTodos.length;e++){var t=o.filteredTodos[e].sims_state_code;document.getElementById(t+e).checked=!1,o.row1=""}d.checked=!1},a(function(){$("#fixTable").tableHeadFixer({top:1})},100),o.sortBy=function(e){o.reverse=o.propertyName===e&&!o.reverse,o.propertyName=e}}])}(),function(){"use strict";var e=angular.module("sims.module.Setup");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]);e.controller("Achieve3000Cont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(o,e,t,a,s,n,i){o.pagesize="10",o.table1=!0,o.editmode=!1,o.user_access=[],o.schoolShow=!0,o.studentShow=!1,o.teacherShow=!1;t.globals.currentUser.username;o.school=function(){o.schoolShow=!0,o.studentShow=!1,o.teacherShow=!1,o.tablename="School List",n.get(i.apiUrl+"api/common/getSchoolAchieve3000").then(function(e){o.schooldata=e.data})},o.school(),o.student=function(){o.schoolShow=!1,o.studentShow=!0,o.teacherShow=!1,o.tablename="Student List",n.get(i.apiUrl+"api/common/getStudentAchieve3000").then(function(e){o.resdata=e.data})},o.teacher=function(){o.schoolShow=!1,o.studentShow=!1,o.teacherShow=!0,o.tablename="Teacher List",n.get(i.apiUrl+"api/common/getTeacherAchieve3000").then(function(e){o.teacherdata=e.data})},n.get(i.apiUrl+"api/common/getPathAchieve3000").then(function(e){o.file_upload_details=e.data}),o.exportCSV=function(){o.exportData=[],o.AllTableData=[],1==o.schoolShow&&(o.fileName="School_File",o.exportData.push(["School_ID","School_Name"]),0<o.schooldata.length?angular.forEach(o.schooldata,function(e,t){o.exportData.push([e.school_id,e.school_full_name])}):swal("No data to export")),1==o.studentShow&&(o.fileName="Student_File",o.exportData.push(["School_ID","Student_ID","Class_ID","Class_Name","First_Name","Middle_Name","Last Name"]),0<o.resdata.length?angular.forEach(o.resdata,function(e,t){o.exportData.push([e.school_id,e.student_id,e.class_id,e.class_name,e.first_name,e.middle_name,e.last_name])}):swal("No data to export")),1==o.teacherShow&&(o.fileName="Teacher_File",o.exportData.push(["School_ID","Class ID","Class_Name","Teacher ID","First_Name","Middle_Name","Last Name"]),0<o.teacherdata.length?angular.forEach(o.teacherdata,function(e,t){o.exportData.push([e.school_id,e.class_id,e.class_name,e.teacher_id,e.first_name,e.middle_name,e.last_name])}):swal("No data to export")),o.exportexcel(o.exportData)},o.exportexcel=function(e){var t=new function e(){if(!(this instanceof e))return new e;this.SheetNames=[],this.Sheets={}},e=function(e){for(var t,a={},o={s:{c:1e7,r:1e7},e:{c:0,r:0}},s=0;s!=e.length;++s)for(var n=0;n!=e[s].length;++n){o.s.r>s&&(o.s.r=s),o.s.c>n&&(o.s.c=n),o.e.r<s&&(o.e.r=s),o.e.c<n&&(o.e.c=n);var i,d={v:e[s][n]};null!=d.v&&(i=XLSX.utils.encode_cell({c:n,r:s}),"number"==typeof d.v?d.t="n":"boolean"==typeof d.v?d.t="b":d.v instanceof Date?(d.t="n",d.z=XLSX.SSF._table[14],d.v=(t=d.v,void 0&&(t+=1462),(Date.parse(t)-new Date(Date.UTC(1899,11,30)))/864e5)):d.t="s",a[i]=d)}return o.s.c<1e7&&(a["!ref"]=XLSX.utils.encode_range(o)),a}(e),e=(t.SheetNames.push("Sheet1"),t.Sheets.Sheet1=e,XLSX.write(t,{bookType:"xlsx",bookSST:!0,type:"binary"}));var t=new Blob([function(e){for(var t=new ArrayBuffer(e.length),a=new Uint8Array(t),o=0;o!=e.length;++o)a[o]=255&e.charCodeAt(o);return t}(e)],{type:"application/octet-stream"}),e=o.fileName,a=new FormData,t=(a.append("fname",e),a.append("data",t),{method:"POST",url:i.apiUrl+"api/AgendaCreationController/uploadAchieve300?filename="+e+".xlsx&newloc="+o.file_upload_details[0].newpath+"&oldloc="+o.file_upload_details[0].oldpath+"&uname="+o.file_upload_details[0].ftpusername+"&pass="+o.file_upload_details[0].ftppassword,data:a,headers:{"Content-Type":void 0}});n(t).success(function(e){e?swal("File Transfered successfully"):swal("File not Transfered")})},o.transferCSV=function(){}}])}(),function(){"use strict";var e=angular.module("sims.module.Setup");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("storesdashCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(a,e,t,o,s,n,i){a.outofstock=!0,a.lowstock=!0,a.header=!1,a.header1=!1;var d=t.globals.currentUser.username;a.getCountData=function(e){n.get(i.apiUrl+"api/StoreDetalis/getAllReqCount?usernm="+d+"&opera="+e).then(function(e){a.count_lst=e.data,console.log("emp",a.count_lst),0<a.count_lst.length&&(a.pending_request=a.count_lst[0].pending_request)})},n.get(i.apiUrl+"api/purchaseDashboard/getOrderCount").then(function(e){a.count_lst=e.data,0<a.count_lst.length&&(a.open_request=a.count_lst[0].pending_request)}),n.get(i.apiUrl+"api/StoreDetalis/getlessstockitems").then(function(e){a.count_lst1=e.data,0<a.count_lst1.length&&(a.less_stock=a.count_lst1[0].item_count,"0"!==a.less_stock?(a.lowstock=!0,a.lowstockno=!1):(a.lowstock=!1,a.lowstockno=!0),a.header1=!0)}),n.get(i.apiUrl+"api/StoreDetalis/getoutofstock").then(function(e){a.count_lst2=e.data,0<a.count_lst2.length&&(a.out_of_stock=a.count_lst2[0].item_count,"0"!==a.out_of_stock?(a.outofstock=!0,a.instock=!1):(a.outofstock=!1,a.instock=!0),a.header=!0)}),n.get(i.apiUrl+"api/StoreDetalis/GetpurDetails?sup_code=").then(function(e){a.ordData=e.data}),a.getCountData("Y"),n.get(i.apiUrl+"api/StoreDetalis/GetAllDetails_lp?&opera=Z1&usernm="+d).then(function(e){a.LocData=e.data,console.log("tabledata",a.LocData)}),n.get(i.apiUrl+"api/StoreDetalis/Getoutstandingreq?usernm="+t.globals.currentUser.username).then(function(e){a.reqData=e.data,console.log("tabledata",a.reqData)}),n.get(i.apiUrl+"api/StoreDetalis/Getstockcomsumptionpend").then(function(e){a.pendData=e.data,console.log("tabledata",a.pendData)}),a.emp_imageUrl_public="https://assets.mograsys.com/Content/"+n.defaults.headers.common.schoolId+"/Images/EmployeeImages",console.log("imageUrl_public",a.imageUrl_public),a.gif=!1,a.img=!0,a.showgif=function(){a.gif=!0,a.img=!1},a.showimg=function(){a.gif=!1,a.img=!0},a.vieworders=function(){goToState("main.PurDas")},a.viewreq=function(){goToState("main.StReDa")},a.Comsumption=function(){goToState("main.STKCon")},n.get(i.apiUrl+"api/TimeLine/getlandingpage").then(function(e){a.landingpage=e.data}),a.getButtonColor=function(e){var t=["#62c1e5","#20a7db","#1c96c5"];return t[e%t.length]},a.getldpage=function(e,t){a.savepage="main."+e;a.savedata=[],t={fin_year:a.fin_year,app_code:e,app_name:t,opr:"A3"},a.savedata.push(t),n.post(i.apiUrl+"api/TimeLine/CUDdashboard",a.savedata).then(function(e){a.msg=e.data}),a.appld="main."+e,goToState(a.appld)}}])}(),function(){"use strict";var d,c=[],e=angular.module("sims.module.Setup"),l=(e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),[]);e.controller("CityMasterCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(o,e,t,a,s,n,i){o.pagesize="10",o.pageindex="0",o.pager=!0,o.table1=!0,o.editmode=!1,o.user_access=[],o.appcode=e.current.name.split(".");e=t.globals.currentUser.username;n.get(i.apiUrl+"api/AlertTransaction/Get_user_access_rights?username="+e+"&appl_code="+o.appcode[1]).then(function(e){o.user_rights=e.data;for(var t=0;t<o.user_rights.length;t++)0==t&&(o.user_access.data_read=o.user_rights[t].comn_user_read,o.user_access.data_insert=o.user_rights[t].comn_user_insert,o.user_access.data_update=o.user_rights[t].comn_user_update,o.user_access.data_delete=o.user_rights[t].comn_user_delete,o.user_access.data_massupdate=o.user_rights[t].comn_user_massupdate,o.user_access.is_admin=o.user_rights[t].comn_user_admin)}),o.size=function(e){o.pager=10==e||20==e,"*"==e?(o.numPerPage=o.City_Data.length,o.filteredTodos=o.City_Data,o.pager=!1):(o.pagesize=e,o.currentPage=1,o.numPerPage=e),o.makeTodos()},o.index=function(e){o.pageindex=e,o.currentPage=e,o.makeTodos(),d.checked=!1},o.edt="",o.getCity=function(){n.get(i.apiUrl+"api/CityMaster/getCity").then(function(e){o.City_Data=e.data,o.totalItems=o.City_Data.length,o.todos=o.City_Data,o.makeTodos()})},o.getCity(),n.get(i.apiUrl+"api/common/getAllCountryName").then(function(e){o.CountryName=e.data}),o.getacyr=function(e){n.get(i.apiUrl+"api/common/getStateName?countrycode="+e).then(function(e){o.StateName=e.data})},o.New=function(){0==o.user_access.data_insert?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(o.newmode=!0,o.check=!0,o.edt="",o.editmode=!1,o.opr="S",o.readonly=!1,o.table1=!1,o.operation=!0,o.savebtn=!0,o.updatebtn=!1,o.edt={},o.edt.sims_council_status=!0,o.edt.sims_status=!0,o.temp="",o.myForm.$setPristine(),o.myForm.$setUntouched())},o.up=function(e){0==o.user_access.data_update?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(o.opr="U",o.editmode=!0,o.newmode=!1,o.savebtn=!1,o.updatebtn=!0,o.readonly=!0,o.table1=!1,o.operation=!0,o.edt={sims_country_code:e.sims_country_code,sims_country_name_en:e.sims_country_name_en,sims_state_code:e.sims_state_code,sims_state_name_en:e.sims_state_name_en,sims_city_code:e.sims_city_code,sims_status:e.sims_status,sims_city_name_en:e.sims_city_name_en,sims_city_name_ar:e.sims_city_name_ar,sims_city_name_fr:e.sims_city_name_fr,sims_city_name_ot:e.sims_city_name_ot},o.getacyr(e.sims_country_code),o.nullcheck())},o.cancel=function(){o.table1=!0,o.operation=!1,o.edt="",o.myForm.$setPristine(),o.myForm.$setUntouched()},o.Save=function(e){if(e){var t=o.edt;t.opr="I",o.exist=!1;for(var a=0;a<o.City_Data.length;a++)o.City_Data[a].sims_city_code==t.sims_city_code&&o.City_Data[a].sims_state_code==t.sims_state_code&&(o.exist=!0);o.exist?swal({text:"Record Already exists",imageUrl:"assets/img/notification-alert.png",width:300,height:200}):(l.push(t),n.post(i.apiUrl+"api/CityMaster/CUDgetCity",l).then(function(e){o.msg1=e.data,1==o.msg1?swal({text:"Record Inserted Successfully",imageUrl:"assets/img/check.png",width:300,height:200}):0==o.msg1?swal({text:"Record Not Inserted. ",imageUrl:"assets/img/close.png",width:300,height:200}):swal("Error-"+o.msg1),n.get(i.apiUrl+"api/CityMaster/getCity").then(function(e){o.City_Data=e.data,o.totalItems=o.City_Data.length,o.todos=o.City_Data,o.makeTodos()})})),o.table1=!0,o.operation=!1,l=[]}},o.Updatesss=function(e){e&&((e=o.edt).opr="U",l.push(e),n.post(i.apiUrl+"api/CityMaster/CUDgetCity",l).then(function(e){o.msg1=e.data,1==o.msg1?swal({text:"Record Updated Successfully",imageUrl:"assets/img/check.png",width:300,height:200}):0==o.msg1?swal({text:"Record Not Updated. ",imageUrl:"assets/img/close.png",width:300,height:200}):swal("Error-"+o.msg1),n.get(i.apiUrl+"api/CityMaster/getCity").then(function(e){o.City_Data=e.data,o.totalItems=o.City_Data.length,o.todos=o.City_Data,o.makeTodos()})}),o.operation=!1,o.table1=!0)},o.filteredTodos=[],o.currentPage=1,o.numPerPage=10,o.maxSize=5,o.makeTodos=function(){var e=parseInt(o.totalItems%o.numPerPage),e=(o.pagersize="0"==e?parseInt(o.totalItems/o.numPerPage):parseInt(o.totalItems/o.numPerPage)+1,(o.currentPage-1)*o.numPerPage),t=parseInt(e)+parseInt(o.numPerPage);o.filteredTodos=o.todos.slice(e,t)},o.CheckAllChecked=function(){if(1==(d=document.getElementById("mainchk")).checked)for(var e=0;e<o.filteredTodos.length;e++)document.getElementById(o.filteredTodos[e].sims_city_code+e).checked=!0,o.row1="row_selected";else for(e=0;e<o.filteredTodos.length;e++)document.getElementById(o.filteredTodos[e].sims_city_code+e).checked=!1,d.checked=!1,o.row1=""},o.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),o.color="#edefef"}),1==(d=document.getElementById("mainchk")).checked&&(d.checked=!1,o.color="#edefef",o.row1="")},o.deleterecord=function(){if(0==o.user_access.data_delete)swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200});else{o.flag=!1;for(var e,t=0;t<o.filteredTodos.length;t++)1==document.getElementById(o.filteredTodos[t].sims_city_code+t).checked&&(o.flag=!0,e={sims_city_code:o.filteredTodos[t].sims_city_code,sims_state_code:o.filteredTodos[t].sims_state_code,opr:"D"},c.push(e));o.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)n.post(i.apiUrl+"api/CityMaster/CUDgetCity",c).then(function(e){o.msg1=e.data,1==o.msg1?(swal({text:"Record Deleted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&n.get(i.apiUrl+"api/CityMaster/getCity").then(function(e){o.City_Data=e.data,o.totalItems=o.City_Data.length,o.todos=o.City_Data,o.makeTodos()})}),o.getCity()):0==o.msg1?swal({text:"Record Not Deleted. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&n.get(i.apiUrl+"api/CityMaster/getCity").then(function(e){o.City_Data=e.data,o.totalItems=o.City_Data.length,o.todos=o.City_Data,o.makeTodos()})}):swal("Error-"+o.msg1)});else for(var t=0;t<o.filteredTodos.length;t++){var a=document.getElementById(o.filteredTodos[t].sims_city_code+t);1==a.checked&&(a.checked=!1,o.row1="")}}):swal({text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}),l=[],o.currentPage=!0}},o.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).sims_city_code.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_city_name_en.toLowerCase().indexOf(t.toLowerCase())||e.sims_city_name_ar==t;var t})},o.search=function(){o.todos=o.searched(o.City_Data,o.searchText),o.totalItems=o.todos.length,o.currentPage="1",""==o.searchText&&(o.todos=o.City_Data),o.makeTodos()},a(function(){$("#fixTable").tableHeadFixer({top:1})},100)}])}(),function(){"use strict";var c,l=[],e=angular.module("sims.module.Setup");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("CouncilMasterCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(s,e,t,a,o,n,i){s.pagesize="10",s.pageindex="0",s.pager=!0,s.table1=!0,s.editmode=!1,s.edt=[],s.display=!1,s.grid=!0,a(function(){$("#fixTable").tableHeadFixer({top:1})},100),a(function(){$("#fixTable1").tableHeadFixer({top:1})},100),s.size=function(e){"All"==e?(s.currentPage="1",s.filteredTodos=s.CouncilMData,s.pager=!1):(s.pager=!0,s.pagesize=e,s.currentPage=1,s.numPerPage=e,s.makeTodos()),console.log("numPerPage="+s.numPerPage)},s.index=function(e){s.pageindex=e,s.currentPage=e,console.log("currentPage="+s.currentPage),s.makeTodos(),c.checked=!1,s.check_all()},n.get(i.apiUrl+"api/CouncilMaster/getCouncil").then(function(e){s.CouncilMData=e.data,s.totalItems=s.CouncilMData.length,s.todos=s.CouncilMData,s.makeTodos(),console.log(s.CouncilMData)}),n.get(i.apiUrl+"api/common/getCuriculum").then(function(e){s.curriculum=e.data}),s.getAccYear=function(e){n.get(i.apiUrl+"api/common/getAcademicYear?curCode="+e).then(function(e){s.Acc_year=e.data})},s.edt={},n.get(i.apiUrl+"api/CouncilMaster/getCurriculum").then(function(e){s.curriculum=e.data,0<e.data.length&&(s.edt.sims_cur_code=e.data[0].sims_cur_code,s.getacyr(s.edt.sims_cur_code))}),s.getacyr=function(e){n.get(i.apiUrl+"api/common/getAcademicYear?curCode="+e).then(function(e){s.Academic_year=e.data,0<e.data.length&&(s.edt.sims_academic_year=e.data[0].sims_academic_year)})},s.New=function(){s.newmode=!0,s.check=!0,s.editmode=!1,s.opr="S",s.readonly=!1,s.table1=!1,s.operation=!0,s.savebtn=!0,s.updatebtn=!1,s.edt="",s.edt={},s.edt.sims_council_status=!0,0<s.curriculum.length&&(s.edt.sims_cur_code=s.curriculum[0].sims_cur_code,s.getacyr(s.edt.sims_cur_code)),0<Academicyear.data.length&&(s.edt.sims_academic_year=Academicyear.data[0].sims_academic_year),s.myForm.$setPristine(),s.myForm.$setUntouched()},s.up=function(e){s.opr="U",s.editmode=!0,s.newmode=!1,s.savebtn=!1,s.updatebtn=!0,s.readonly=!0,s.table1=!1,s.operation=!0,s.edt={sims_cur_code:e.sims_cur_code,sims_academic_year:e.sims_academic_year,sims_council_code:e.sims_council_code,sims_council_name:e.sims_council_name,sims_council_status:e.sims_council_status},s.getAccYear(edt.sims_cur_code)},s.cancel=function(){s.table1=!0,s.operation=!1,s.myForm.$setPristine(),s.myForm.$setUntouched(),s.edt.sims_cur_code="",s.edt.sims_council_name="",s.edt.sims_council_code="",s.edt.sims_academic_year="",s.edt.sims_council_status="",s.myForm.$setPristine(),s.myForm.$setUntouched()},s.edit=function(e){s.table1=!1,s.operation=!0,s.savebtn=!1,s.updatebtn=!0,s.getDocumentN(e.sims_council_code),s.getacyr(e.sims_academic_year),s.edt={sims_cur_code:e.sims_cur_code,sims_academic_year:e.sims_academic_year,sims_council_code:e.sims_council_code,sims_council_name:e.sims_council_name,sims_council_status:e.sims_council_status}},s.Save=function(e){if(e){l=[];var t=s.edt;t.opr="I",s.edt="",s.exist=!1;for(var a=0;a<s.CouncilMData.length;a++)s.CouncilMData[a].sims_council_code==t.sims_council_code&&s.CouncilMData[a].sims_academic_year==t.sims_academic_year&&(s.exist=!0);s.exist?swal({text:"Record Already exists",imageUrl:"assets/img/notification-alert.png",width:300,height:200}):(l.push(t),n.post(i.apiUrl+"api/CouncilMaster/CUDCouncil",l).then(function(t){s.msg1=t.data,s.operation=!1,n.get(i.apiUrl+"api/CouncilMaster/getCouncil").then(function(e){s.CouncilMData=e.data,s.totalItems=s.CouncilMData.length,s.todos=s.CouncilMData,s.makeTodos(),s.msg1=t.data,1==s.msg1?swal({text:"Record Inserted Successfully",imageUrl:"assets/img/check.png",width:300,height:200}):0==s.msg1?swal({text:"Record Not Inserted. ",imageUrl:"assets/img/close.png",width:300,height:200}):swal("Error-"+s.msg1)})})),s.table1=!0,s.operation=!1}};var d=[];s.Update=function(e){e&&(d=[],(e=s.edt).opr="U",d.push(e),n.post(i.apiUrl+"api/CouncilMaster/CUDCouncil",d).then(function(e){s.msg1=e.data,1==s.msg1?swal({text:"Record Updated Successfully",imageUrl:"assets/img/check.png",width:300,height:200}):0==s.msg1?swal({text:"Record Not Updated. ",imageUrl:"assets/img/close.png",width:300,height:200}):swal("Error-"+s.msg1),n.get(i.apiUrl+"api/CouncilMaster/getCouncil").then(function(e){s.CouncilMData=e.data,s.totalItems=s.CouncilMData.length,s.todos=s.CouncilMData,s.makeTodos()})}),s.operation=!1,s.table1=!0)},s.filteredTodos=[],s.currentPage=1,s.numPerPage=10,s.maxSize=10,s.makeTodos=function(){var e=parseInt(s.totalItems%s.numPerPage),e=(s.pagersize="0"==e?parseInt(s.totalItems/s.numPerPage):parseInt(s.totalItems/s.numPerPage)+1,(s.currentPage-1)*s.numPerPage),t=parseInt(e)+parseInt(s.numPerPage);console.log("begin="+e),console.log("end="+t),s.filteredTodos=s.todos.slice(e,t)},s.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),s.color="#edefef"}),1==(c=document.getElementById("mainchk")).checked&&(c.checked=!1,$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected")}))},s.CheckAllChecked=function(){if(1==(c=document.getElementById("mainchk")).checked)for(var e=0;e<s.filteredTodos.length;e++)document.getElementById(e+s.filteredTodos[e].sims_council_code).checked=!0,s.row1="row_selected",$("tr").addClass("row_selected");else for(e=0;e<s.filteredTodos.length;e++)document.getElementById(e+s.filteredTodos[e].sims_council_code).checked=!1,c.checked=!1,s.row1=""},s.deleterecord=function(){var o=[];s.flag=!1;for(var e,t=0;t<s.filteredTodos.length;t++)1==document.getElementById(t+s.filteredTodos[t].sims_council_code).checked&&(s.flag=!0,e={sims_council_code:s.filteredTodos[t].sims_council_code,opr:"D"},o.push(e));s.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)n.post(i.apiUrl+"api/CouncilMaster/CUDCouncil",o).then(function(e){s.msg1=e.data,1==s.msg1?swal({text:"Record Deleted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&(n.get(i.apiUrl+"api/CouncilMaster/getCouncil").then(function(e){s.CouncilMData=e.data,s.totalItems=s.CouncilMData.length,s.todos=s.CouncilMData,s.makeTodos(),console.log(s.CouncilMData)}),1==(c=document.getElementById("mainchk")).checked)&&(c.checked=!1,s.row1="")}):0==s.msg1?swal({text:"Record Not Deleted. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&(n.get(i.apiUrl+"api/CouncilMaster/getCouncil").then(function(e){s.CouncilMData=e.data,s.totalItems=s.CouncilMData.length,s.todos=s.CouncilMData,s.makeTodos(),console.log(s.CouncilMData)}),1==(c=document.getElementById("mainchk")).checked)&&(c.checked=!1,s.row1="")}):swal("Error-"+s.msg1)});else for(var t=0;t<s.filteredTodos.length;t++){var a=document.getElementById(t+s.filteredTodos[t].sims_council_code);1==a.checked&&(a.checked=!1,c.checked=!1,$("tr").removeClass("row_selected"),s.row1="")}}):swal({text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}),s.currentPage=!0},s.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).sims_council_name.toLowerCase().indexOf(t.toLowerCase())||e.sims_council_code==t;var t})},s.search=function(){s.todos=s.searched(s.CouncilMData,s.searchText),s.totalItems=s.todos.length,s.currentPage="1",""==s.searchText&&(s.todos=s.CouncilMData),s.makeTodos()}}])}(),function(){"use strict";var e=angular.module("sims.module.Setup");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("CouncilStudentMappingCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(o,e,t,a,s,n,i){o.busyindicator=!0,o.size=function(e){console.log(e),o.pagesize=e,o.currentPage=1,o.numPerPage=e,console.log("numPerPage="+o.numPerPage),o.makeTodos()},o.index=function(e){o.pageindex=e,o.currentPage=e,console.log("currentPage="+o.currentPage),o.makeTodos()},o.filteredTodos=[],o.currentPage=1,o.numPerPage=5,o.maxSize=5,o.makeTodos=function(){var e=parseInt(o.totalItems%o.numPerPage),e=(o.pagersize="0"==e?parseInt(o.totalItems/o.numPerPage):parseInt(o.totalItems/o.numPerPage)+1,(o.currentPage-1)*o.numPerPage),t=parseInt(e)+parseInt(o.numPerPage);console.log("begin="+e),console.log("end="+t),o.filteredTodos=o.todos.slice(e,t)},n.get(i.apiUrl+"api/common/getCuriculum").then(function(e){o.curriculum=e.data}),o.getAccYear=function(e){n.get(i.apiUrl+"api/common/getAcademicYear?curCode="+e).then(function(e){o.Acc_year=e.data})},o.gethouse=function(e,t){n.get(i.apiUrl+"api/CouncilStudentMapping/getAllHouseNameByCur?cur_code="+o.edt.sims_cur_code+"&academic_year="+o.edt.sims_academic_year).then(function(e){o.HouseName=e.data})},o.getGrade=function(e,t){o.Grade_code=[],n.get(i.apiUrl+"api/common/getAllGrades?cur_code="+e+"&academic_year="+t).then(function(e){o.Grade_code=e.data,console.log(o.Grade_code)})},o.getSection=function(e,t,a){o.Section_code=[],n.get(i.apiUrl+"api/common/getSectionFromGrade?cur_code="+o.temp.sims_cur_code+"&grade_code="+o.temp.sims_grade_code+"&academic_year="+o.temp.sims_academic_year).then(function(e){o.Section_code=e.data,console.log(o.Section_code)})},o.Show_Data=function(){o.NodataCouncil=!1,n.get(i.apiUrl+"api/CouncilStudentMapping/getAllCouncilDetails?cur_code="+o.edt.sims_cur_code+"&academic_year="+o.edt.sims_academic_year+"&house_cd="+o.edt.sims_house_code).then(function(e){o.AllCouncilDetails_Data=e.data,o.CouncilRecord=!0,0<e.data.length?o.submit_btn=!0:(o.NodataCouncil=!0,o.CouncilRecord=!1,o.submit_btn=!1)})};var d="";o.SearchStudent=function(e){o.set=e,d=e,$("#MyModal").modal("show"),o.temp="",o.searchtable=!1},o.StudentDetails=function(){o.NodataStudent=!1,n.get(i.apiUrl+"api/CouncilStudentMapping/getAllStudentsDetail?cur_code="+o.temp.sims_cur_code+"&academic_year="+o.temp.sims_academic_year+"&grade_code="+o.temp.sims_grade_code+"&sec_code="+o.temp.sims_section_code+"&house_cd="+o.edt.sims_house_code).then(function(e){o.StudentsDetail=e.data,o.searchtable=!0,0<e.data.length||(o.NodataStudent=!0,o.searchtable=!1)})},o.EmployeeDetails=function(){o.NodataEmployee=!1,n.post(i.apiUrl+"api/CouncilStudentMapping/SearchEmployee?data="+JSON.stringify(o.temp)).then(function(e){o.EmployeeDetails=e.data,console.log(o.EmployeeDetails),o.EmployeeTable=!0,0<e.data.length||(o.NodataEmployee=!0)})},o.StudAdd=function(e){for(var t=0;t<o.AllCouncilDetails_Data.length;t++)o.AllCouncilDetails_Data[t].sims_council_code==d.sims_council_code&&(""!=o.set.sims_emp_name&&(o.AllCouncilDetails_Data[t].sims_emp_name=""),o.AllCouncilDetails_Data[t].sims_user_login_code=e.sims_student_enroll_number,o.AllCouncilDetails_Data[t].sims_stud_name=e.student_name,o.AllCouncilDetails_Data[t].sims_council_name=d.sims_council_name,o.AllCouncilDetails_Data[t].sims_house_council_enroll_start_date=d.sims_house_council_enroll_start_date,o.AllCouncilDetails_Data[t].sims_council_code=d.sims_council_code)},o.EmployeeAdd=function(e){for(var t=0;t<o.AllCouncilDetails_Data.length;t++)o.AllCouncilDetails_Data[t].sims_council_code==d.sims_council_code&&(""!=o.set.sims_stud_name&&(o.AllCouncilDetails_Data[t].sims_stud_name=""),o.AllCouncilDetails_Data[t].sims_user_login_code=e.em_login_code,o.AllCouncilDetails_Data[t].sims_emp_name=e.empName,o.AllCouncilDetails_Data[t].sims_council_name=d.sims_council_name,o.AllCouncilDetails_Data[t].sims_house_council_enroll_start_date=d.sims_house_council_enroll_start_date,o.AllCouncilDetails_Data[t].sims_council_code=d.sims_council_code)},o.Submit=function(){for(var e=[],t=0;t<o.AllCouncilDetails_Data.length;t++)o.AllCouncilDetails_Data[t].sims_council_code==d.sims_council_code&&(d={sims_cur_code:o.edt.sims_cur_code,sims_academic_year:o.edt.sims_academic_year,sims_user_login_code:o.AllCouncilDetails_Data[t].sims_user_login_code,sims_house_code:o.edt.sims_house_code,sims_council_code:o.AllCouncilDetails_Data[t].sims_council_code,sims_house_council_enroll_start_date:o.AllCouncilDetails_Data[t].sims_house_council_enroll_start_date,opr:"T"});e.push(d),n.post(i.apiUrl+"api/CouncilStudentMapping/CouncilStudentCUD",e).then(function(e){o.msg1=e.data,1==o.msg1?(swal({text:"Council Assigned Successfully",imageUrl:"assets/img/check.png",width:300,height:200}),n.get(i.apiUrl+"api/CouncilStudentMapping/getAllCouncilDetails").then(function(e){o.AllCouncilDetails_Data=e.data})):swal({text:"Council Not Assigned",imageUrl:"assets/img/close.png",width:300,height:200})}),o.CouncilRecord=!1,o.submit_btn=!1,o.edt="",o.data1=[]},a(function(){$("#fixTable").tableHeadFixer({top:1})},100),a(function(){$("#fixTable1").tableHeadFixer({top:1})},100)}])}(),function(){"use strict";var l,r=[];angular.module("sims.module.Setup").controller("NationalityController",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","filterFilter","ENV",function(s,e,t,a,o,n,i,d,c){s.dis1=!0,s.cmsl=!0,s.pagesize="10",s.pageindex=0,s.msg=!1,s.operation=!1,s.table=!0,s.Sbtn=!1,s.Nbtn=!0,s.update=!1,s.Update_btn=!1,s.user_access=[],s.appcode=e.current.name.split(".");e=t.globals.currentUser.username;n.get(d.apiUrl+"api/AlertTransaction/Get_user_access_rights?username="+e+"&appl_code="+s.appcode[1]).then(function(e){s.user_rights=e.data;for(var t=0;t<s.user_rights.length;t++)0==t&&(s.user_access.data_read=s.user_rights[t].comn_user_read,s.user_access.data_insert=s.user_rights[t].comn_user_insert,s.user_access.data_update=s.user_rights[t].comn_user_update,s.user_access.data_delete=s.user_rights[t].comn_user_delete,s.user_access.data_massupdate=s.user_rights[t].comn_user_massupdate,s.user_access.is_admin=s.user_rights[t].comn_user_admin)}),n.get(d.apiUrl+"api/common/Nationality/getAllCountries").then(function(e){s.country=e.data}),a(function(){$("#fixTable").tableHeadFixer({top:1})},100),a(function(){$("#fixTable1").tableHeadFixer({top:1})},100),n.get(d.apiUrl+"api/common/Nationality/getAllCountries").then(function(e){s.obj2=e.data}),n.get(d.apiUrl+"api/common/Nationality/getAllNationalityDetails").then(function(e){s.SGDExamData=e.data,s.totalItems=s.SGDExamData.length,s.todos=s.SGDExamData,s.makeTodos()}),s.filteredTodos=[],s.currentPage=1,s.numPerPage=10,s.maxSize=5,s.makeTodos=function(){var e=parseInt(s.totalItems%s.numPerPage),e=(s.pagersize="0"==e?parseInt(s.totalItems/s.numPerPage):parseInt(s.totalItems/s.numPerPage)+1,(s.currentPage-1)*s.numPerPage),t=parseInt(e)+parseInt(s.numPerPage);s.filteredTodos=s.todos.slice(e,t)},s.check_all=function(){if(1==(l=document.getElementById("all_chk")).checked)for(var e=0;e<s.filteredTodos.length;e++)document.getElementById("test-"+e).checked=!0,s.row1="row_selected";else for(e=0;e<s.filteredTodos.length;e++)document.getElementById("test-"+e).checked=!1,l.checked=!1,s.row1=""},s.check_once=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),s.color="#edefef"}),1==(l=document.getElementById("all_chk")).checked&&(l.checked=!1,s.color="#edefef",s.row1="")},s.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).sims_country_name_en.toLowerCase().indexOf(t.toLowerCase())||-1<e.nationality_name_eng.toLowerCase().indexOf(t.toLowerCase())||-1<e.nationality_name_ar.toLowerCase().indexOf(t.toLowerCase())||-1<e.nationality_name_fr.toLowerCase().indexOf(t.toLowerCase())||-1<e.nationality_name_ot.toLowerCase().indexOf(t.toLowerCase())||e.nationality_code==t;var t})},s.search=function(){s.todos=s.searched(s.SGDExamData,s.searchText),s.totalItems=s.todos.length,s.currentPage="1",""==s.searchText&&(s.todos=s.SGDExamData),s.makeTodos()},s.update_click=function(e){0==s.user_access.data_update?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(s.operation=!0,s.table=!1,s.Update_btn=!0,s.Save_btn=!1,s.readonly=!0,s.temp={nationality_code:e.nationality_code,sims_country_code:e.sims_country_code,sims_country_name_en:e.sims_country_name_en,nationality_name_eng:e.nationality_name_eng,nationality_name_ar:e.nationality_name_ar,nationality_name_fr:e.nationality_name_fr,nationality_name_ot:e.nationality_name_ot,nationality_status:e.nationality_status})},s.size=function(e){s.pager=10==e||20==e,"*"==e?(s.numPerPage=s.SGDExamData.length,s.filteredTodos=s.SGDExamData):(s.pagesize=e,s.currentPage=1,s.numPerPage=e),s.makeTodos()},s.index=function(e){s.pageindex=e,s.currentPage=e,s.makeTodos(),l.checked=!1,s.check_all()},s.New=function(e){0==s.user_access.data_insert?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(s.temp="",s.opr="I",s.operation=!0,s.table=!1,s.Update_btn=!1,s.Save_btn=!0,s.readonly=!1,s.Myform.$setPristine(),s.Myform.$setUntouched(),s.temp={},s.temp.nationality_status=!0)},s.can=function(){s.operation=!1,s.table=!0,s.temp="",s.opr=""},s.Save=function(e){if(e){var t=s.temp;t.opr="I",s.exist=!1,r.push(t);for(var a=0;a<s.SGDExamData.length;a++)s.SGDExamData[a].nationality_code==t.nationality_code&&s.SGDExamData[a].sims_country_code==t.sims_country_code&&(s.exist=!0);s.exist?swal({text:"Record Already exists",imageUrl:"assets/img/notification-alert.png",width:300,height:200}):(n.post(d.apiUrl+"api/common/Nationality/NationalityCUD?simsobj=",r).then(function(t){s.ScheduleGroupDetailOperation=!1,n.get(d.apiUrl+"api/common/Nationality/getAllNationalityDetails").then(function(e){s.SGDData=e.data,s.totalItems=s.SGDData.length,s.todos=s.SGDData,s.makeTodos(),s.msg1=t.data,1==s.msg1?(swal({text:"Record Inserted Successfully",imageUrl:"assets/img/check.png",width:300,height:200}),n.get(d.apiUrl+"api/common/Nationality/getAllNationalityDetails").then(function(e){s.SGDExamData=e.data,s.totalItems=s.SGDExamData.length,s.todos=s.SGDExamData,s.makeTodos()})):0==s.msg1?swal({text:"Record Not Inserted. ",imageUrl:"assets/img/close.png",width:300,height:200}):swal("Error-"+s.msg1)})}),s.table=!0,s.operation=!1),r=[]}},s.Update=function(){var e=s.temp;e.opr="U",s.temp="",r.push(e),n.post(d.apiUrl+"api/common/Nationality/NationalityCUD",r).then(function(e){s.msg1=e.data,s.ScheduleGroupDetailOperation=!1,1==s.msg1?(swal({text:"Record Updated Successfully",imageUrl:"assets/img/check.png",width:300,height:200}),n.get(d.apiUrl+"api/common/Nationality/getAllNationalityDetails").then(function(e){s.SGDExamData=e.data,s.totalItems=s.SGDExamData.length,s.todos=s.SGDExamData,s.makeTodos()})):0==s.msg1?swal({text:"Record Not Updated. ",imageUrl:"assets/img/close.png",width:300,height:200}):swal("Error-"+s.msg1)}),s.table=!0,s.operation=!1,r=[]},s.Delete=function(){if(0==s.user_access.data_delete)swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200});else{s.flag=!1;for(var e,o=[],t=0;t<s.filteredTodos.length;t++)1==document.getElementById("test-"+t).checked&&(s.flag=!0,e={nationality_code:s.filteredTodos[t].nationality_code,opr:"D"},o.push(e));s.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)n.post(d.apiUrl+"api/common/Nationality/NationalityCUD",o).then(function(e){s.msg1=e.data,1==s.msg1?swal({text:"Record Deleted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&n.get(d.apiUrl+"api/common/Nationality/getAllNationalityDetails").then(function(e){s.LeaveData=e.data,s.totalItems=s.LeaveData.length,s.todos=s.LeaveData,s.makeTodos()}),s.currentPage=!0}):0==s.msg1?swal({text:"Record Not Deleted. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&n.get(d.apiUrl+"api/common/Nationality/getAllNationalityDetails").then(function(e){s.LeaveData=e.data,s.totalItems=s.LeaveData.length,s.todos=s.LeaveData,s.makeTodos()})}):swal("Error-"+s.msg1)});else for(var t=0;t<s.filteredTodos.length;t++){var a=document.getElementById("test-"+t);1==a.checked&&(a.checked=!1,s.row1="",$("tr").removeClass("row_selected"))}}):swal({text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}),s.row1="",l.checked=!1,s.currentPage=str}},s.sortBy=function(e){s.reverse=s.propertyName===e&&!s.reverse,s.propertyName=e}}])}(),function(){"use strict";angular.module("sims.module.Setup").controller("SchoolRegistrationImportCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV","$interval",function(i,e,t,a,o,s,n,d){var _=t.globals.currentUser.username,t=(s.post(n.apiUrl+"api/ImportDataController/ImportDataCommon",{opr:"B"}).then(function(e){i.alltables=e.data.table,setTimeout(function(){$("#cmb_table_name").select2()},100)}),s.get(n.apiUrl+"api/common/getAcademicYear?curCode=01").then(function(e){i.Acc_year=e.data,i.sims_academic_year=i.Acc_year[0].sims_academic_year}),{opr:"A",table_name:i.table_name});s.post(n.apiUrl+"api/ImportDataController/ImportDataCommon",t).then(function(e){i.requirment=e.data.table}),i.showRequirment=function(){var e={opr:"A",table_name:i.table_name};s.post(n.apiUrl+"api/ImportDataController/ImportDataCommon",e).then(function(e){i.requirment=e.data.table})},i.uploadfile=function(){if(void 0===i.sims_academic_year)return(e=$("#inputGroupFile01")).replaceWith(e.val("").clone(!0)),alert("Select  academic year"),!1;i.errorList=[],i.tble_show=!1;var e=$("#inputGroupFile01")[0].files,t=(i.isLoading=!0,new FileReader);t.onload=function(e){i.isDisabled=!0;var e=e.target.result,n=XLSX.read(e,{type:"binary"});n.SheetNames.forEach(function(e){var t,o,s,a;"Sheet1"==e&&(t=XLSX.utils.sheet_to_row_object_array(n.Sheets[e]),o=!1,s=0,i.records=[],t.some(function(e,t){i.records[i.records.length]={sims_school_region:e.Region||void 0,sims_school_region_code:e["Region Code"]||void 0,sims_school_district:e.District||void 0,sims_school_area:e.Area||void 0,sims_school_area_code:e["Area Code"]||void 0,sims_school_type:e["Type Of School"]||void 0,sims_school_board:e.Board||void 0,sims_school_name:e["School Name"]||void 0,sims_school_full_postal_address:e["Full Postal Address"]||void 0,sims_school_phone_no:e["School Phone No"]||void 0,sims_school_pincode:e.Pincode||void 0,sims_school_email_id:e["School Email"]||void 0,sims_school_name_incharge:e["School Incharge"]||void 0,sims_school_name_incharge_mobile:e["School Incharge Mobile"]||void 0,sims_school_principal_name:e["Principal Name"]||void 0,sims_school_hm_mobile_no:e["Hm Mobile"]||void 0,sims_academic_year:i.sims_academic_year||void 0,sims_uploaded_by:_||void 0};var a=t+1;void 0===i.records[t].sims_school_region&&(o=!0,i.errorListFun("Row "+a+"  : Enter school region")),void 0===i.records[t].sims_school_region_code&&(o=!0,i.errorListFun("Row "+a+"  : Enter school region code")),void 0===i.records[t].sims_school_district&&(o=!0,i.errorListFun("Row "+a+"  : Enter district")),void 0===i.records[t].sims_school_area&&(o=!0,i.errorListFun("Row "+a+"  : Enter area")),void 0===i.records[t].sims_school_area_code&&(o=!0,i.errorListFun("Row "+a+"  : Enter area code")),void 0===i.records[t].sims_school_type&&(o=!0,i.errorListFun("Row "+a+"  : Enter school type")),void 0===i.records[t].sims_school_board&&(o=!0,i.errorListFun("Row "+a+"  : Enter school board")),void 0===i.records[t].sims_school_name&&(o=!0,i.errorListFun("Row "+a+"  : Enter school name")),void 0===i.records[t].sims_school_full_postal_address&&(o=!0,i.errorListFun("Row "+a+"  : Enter full postal address")),void 0===i.records[t].sims_school_phone_no&&(o=!0,i.errorListFun("Row "+a+"  : Enter school Phone")),void 0===i.records[t].sims_school_pincode&&(o=!0,i.errorListFun("Row "+a+"  : Enter school pincode")),void 0===i.records[t].sims_school_email_id&&(o=!0,i.errorListFun("Row "+a+"  : Enter school email")),void 0===i.records[t].sims_school_name_incharge&&(o=!0,i.errorListFun("Row "+a+"  : Enter school incharge name")),void 0===i.records[t].sims_school_name_incharge_mobile&&(o=!0,i.errorListFun("Row "+a+"  : Enter school incharge mobile")),void 0===i.records[t].sims_school_principal_name&&(o=!0,i.errorListFun("Row "+a+"  : Enter principal name")),void 0===i.records[t].sims_school_hm_mobile_no&&(o=!0,i.errorListFun("Row "+a+"  : Enter HM Mobile")),1<i.records.filter(function(e){return e.sims_school_name===i.records[t].sims_school_name&&e.sims_school_region===i.records[t].sims_school_region&&e.sims_school_district===i.records[t].sims_school_district&&e.sims_school_area===i.records[t].sims_school_area&&e.sims_school_board===i.records[t].sims_school_board&&e.sims_school_phone_no===i.records[t].sims_school_phone_no}).length&&(o=!0,i.errorListFun("Row "+a+"  : Duplicate record of School : "+e["School Name"])),s++}),a=d(function(){s===t.length&&(o?(i.isErrorList=!0,i.isSaveBtn=!1):(i.isErrorList=!1,i.isSaveBtn=!0),i.tble_show=!0,i.isLoading=!1,i.isClearBtn=!0,d.cancel(a))},500))})},t.onerror=function(e){console.log(e)},0<e.length&&t.readAsBinaryString(e[0]),console.log("$scope.records",i.records)},i.errorListFun=function(e){i.errorList[i.errorList.length]=e},i.btnClear=function(){i.isLoading=!1;var e=$("#inputGroupFile01");e.replaceWith(e.val("").clone(!0)),i.isErrorList=!1,i.records.length=0,i.tble_show=!1,i.isClearBtn=!1,i.isDisabled=!1,i.isSaveBtn=!1},i.btnSave=function(){i.savedata=[],s.post(n.apiUrl+"api/ImportDataController/Insertschoolregistrationdetails",i.records).then(function(e){i.msg1=e.data,1==i.msg1?(swal({title:"Alert",text:"Records Inserted successfully",imageUrl:"assets/img/check.png",width:300,height:200}),i.records=[]):swal({title:"Alert",text:"Record Not Inserted. ",imageUrl:"assets/img/close.png",width:300,height:200})})}}])}(),function(){"use strict";var m,e=angular.module("sims.module.Setup");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("ReligionController",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(o,e,t,a,s,n,i){o.display=!1,o.pagesize="10",o.pageindex=0,o.table1=!0;var d=[],c=[],l=[],e=(o.user_access=[],o.appcode=e.current.name.split("."),t.globals.currentUser.username);n.get(i.apiUrl+"api/AlertTransaction/Get_user_access_rights?username="+e+"&appl_code="+o.appcode[1]).then(function(e){o.user_rights=e.data;for(var t=0;t<o.user_rights.length;t++)0==t&&(o.user_access.data_read=o.user_rights[t].comn_user_read,o.user_access.data_insert=o.user_rights[t].comn_user_insert,o.user_access.data_update=o.user_rights[t].comn_user_update,o.user_access.data_delete=o.user_rights[t].comn_user_delete,o.user_access.data_massupdate=o.user_rights[t].comn_user_massupdate,o.user_access.is_admin=o.user_rights[t].comn_user_admin)}),o.propertyName=null,o.reverse=!1,o.sortBy=function(e){o.reverse=o.propertyName===e&&!o.reverse,o.propertyName=e},n.get(i.apiUrl+"api/ReligionDetails/getReligion").then(function(e){o.Religion_Data=e.data,o.totalItems=o.Religion_Data.length,o.todos=o.Religion_Data,o.makeTodos()}),o.filteredTodos=[],o.currentPage=1,o.numPerPage=10,o.maxSize=5,o.makeTodos=function(){var e=parseInt(o.totalItems%o.numPerPage),e=(o.pagersize="0"==e?parseInt(o.totalItems/o.numPerPage):parseInt(o.totalItems/o.numPerPage)+1,(o.currentPage-1)*o.numPerPage),t=parseInt(e)+parseInt(o.numPerPage);o.filteredTodos=o.todos.slice(e,t)},o.size=function(e){o.pager=10==e||20==e,"*"==e?(o.numPerPage=o.Religion_Data.length,o.filteredTodos=o.Religion_Data):(o.pagesize=e,o.currentPage=1,o.numPerPage=e),o.makeTodos()},o.index=function(e){o.pageindex=e,o.currentPage=e,o.makeTodos(),o.chk={},o.chk.check_all=!1,o.row1=""},o.up=function(e){0==o.user_access.data_update?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(o.table1=!1,o.operation=!0,o.savebtn=!1,o.updatebtn=!0,o.editmode=!0,o.newmode=!1,o.imageUrl=i.docUrl+n.defaults.headers.common.schoolId+"/Images/ReligionImage/"+e.sims_religion_img,o.sims_religion_img=e.sims_religion_img,o.edt={sims_religion_code:e.sims_religion_code,sims_religion_name_en:e.sims_religion_name_en,sims_religion_name_ar:e.sims_religion_name_ar,sims_religion_name_fr:e.sims_religion_name_fr,sims_religion_name_ot:e.sims_religion_name_ot,sims_religion_img:o.sims_religion_img,sims_religion_status:e.sims_religion_status})},o.New=function(){0==o.user_access.data_insert?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(document.getElementById("file1"),o.prev_img="",o.editmode=!1,o.newmode=!0,o.readonly=!1,o.table1=!1,o.operation=!0,o.savebtn=!0,o.updatebtn=!1,o.myForm.$setPristine(),o.myForm.$setUntouched(),o.edt={sims_religion_code:"",sims_religion_name_en:"",sims_religion_name_ar:"",sims_religion_name_fr:"",sims_religion_name_ot:"",sims_religion_status:""})},o.Save=function(e){if(e){c=[],l=[],(l=o.edt).opr="I",o.exist=!1;for(var t=0;t<o.Religion_Data.length;t++)o.Religion_Data[t].sims_religion_code==l.sims_religion_code&&(o.exist=!0);o.exist?swal({text:"Religion Code Already Exists",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:300,height:200}):(c.push(l),n.post(i.apiUrl+"api/ReligionDetails/ReligionCUD",c).then(function(e){o.msg1=e.data,1==o.msg1?swal({text:"Record Inserted Successfully",imageUrl:"assets/img/check.png",width:300,height:200}):0==o.msg1?swal({text:"Record Not Inserted. ",imageUrl:"assets/img/close.png",width:300,height:200}):swal("Error-"+o.msg1),n.get(i.apiUrl+"api/ReligionDetails/getReligion").then(function(e){o.Religion_Data=e.data,o.totalItems=o.Religion_Data.length,o.todos=o.Religion_Data,o.makeTodos()})})),o.table1=!0,o.operation=!1}},o.Update=function(e){e&&(c=[],(l=o.edt).opr="U",c.push(l),n.post(i.apiUrl+"api/ReligionDetails/ReligionCUD",c).then(function(e){o.msg1=e.data,1==o.msg1?swal({text:"Record Updated Successfully",imageUrl:"assets/img/check.png",width:300,height:200}):0==o.msg1?swal({text:"Record Not Updated. ",imageUrl:"assets/img/close.png",width:300,height:200}):swal("Error-"+o.msg1),o.operation=!1,n.get(i.apiUrl+"api/ReligionDetails/getReligion").then(function(e){o.Religion_Data=e.data,o.totalItems=o.Religion_Data.length,o.todos=o.Religion_Data,o.makeTodos()})}),o.operation=!1,o.table1=!0)},o.Cancel=function(){document.getElementById("file1");o.prev_img="",o.table1=!0,o.operation=!1,o.myForm.$setPristine(),o.myForm.$setUntouched(),o.edt={sims_religion_code:"",sims_religion_name_en:"",sims_religion_name_ar:"",sims_religion_name_fr:"",sims_religion_name_ot:"",sims_religion_status:""}},o.CheckAllChecked=function(){if(1==(m=document.getElementById("mainchk")).checked)for(var e=0;e<o.filteredTodos.length;e++)document.getElementById(o.filteredTodos[e].sims_religion_code+e).checked=!0,o.row1="row_selected";else for(e=0;e<o.filteredTodos.length;e++)document.getElementById(o.filteredTodos[e].sims_religion_code+e).checked=!1,o.row1=""},o.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),o.color="#edefef"}),1==(m=document.getElementById("mainchk")).checked&&(m.checked=!1,o.color="#edefef",o.row1="")},o.deleterecord=function(){if(0==o.user_access.data_delete)swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200});else{o.flag=!1;for(var e,t=0;t<o.filteredTodos.length;t++)1==document.getElementById(o.filteredTodos[t].sims_religion_code+t).checked&&(o.flag=!0,e={sims_religion_code:o.filteredTodos[t].sims_religion_code,opr:"D"},d.push(e));o.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)n.post(i.apiUrl+"api/ReligionDetails/ReligionCUD",d).then(function(e){o.msg1=e.data,1==o.msg1?swal({text:"Record Deleted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&n.get(i.apiUrl+"api/ReligionDetails/getReligion").then(function(e){o.Religion_Data=e.data,o.totalItems=o.Religion_Data.length,o.todos=o.Religion_Data,o.makeTodos()})}):0==o.msg1?swal({text:"Record Not Deleted. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&n.get(i.apiUrl+"api/ReligionDetails/getReligion").then(function(e){o.Religion_Data=e.data,o.totalItems=o.Religion_Data.length,o.todos=o.Religion_Data,o.makeTodos()})}):swal("Error-"+o.msg1)});else for(var t=0;t<o.filteredTodos.length;t++){var a=document.getElementById(o.filteredTodos[t].sims_religion_code+t);1==a.checked&&(a.checked=!1,o.row1="")}}):swal({text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}),o.currentPage=!0}},o.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).sims_religion_name_en.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_religion_name_ar.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_religion_name_fr.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_religion_name_ot.toLowerCase().indexOf(t.toLowerCase())||e.sims_religion_code==t;var t})},o.search=function(){o.todos=o.searched(o.Religion_Data,o.searchText),o.totalItems=o.todos.length,o.currentPage="1",""==o.searchText&&(o.todos=o.Religion_Data),o.makeTodos()},a(function(){$("#fixTable").tableHeadFixer({top:1})},100);var r=new FormData;o.getTheFiles=function(a){o.filesize=!0,angular.forEach(a,function(e,t){r.append(t,e);8e5<a[0].size&&(o.filesize=!1,o.edt.photoStatus=!1,swal({text:"File Should Not Exceed 800Kb.",imageUrl:"assets/img/notification-alert.png"}))})},o.file_changed=function(e){var e=e.files[0],t=(o.photo_filename=e.name,o.edt.sims_religion_img=o.photo_filename,o.photo_filename=e.type,new FileReader),t=(t.onload=function(e){o.$apply(function(){o.prev_img=e.target.result})},t.readAsDataURL(e),{method:"POST",url:i.apiUrl+"api/file/upload?filename="+o.edt.sims_religion_name_en+"&location=ReligionImage",data:r,headers:{"Content-Type":void 0}});n(t).success(function(e){o.edt.sims_religion_img=o.edt.sims_religion_img,o.edt.sims_religion_img=e})}}]),e.directive("ngFiles",["$parse",function(s){return{link:function(t,e,a){var o=s(a.ngFiles);e.on("change",function(e){o(t,{$files:e.target.files})})}}}])}(),function(){"use strict";var r,e=angular.module("sims.module.Setup");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("SectionCont1",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(i,e,t,a,o,d,c){i.pagesize="10";var s,l=[];i.sms=!0,i.loading=!1,i.dis1=!0,i.dis2=!1,i.propertyName=null,i.reverse=!1,i.Boy=!1,i.girl=!1,i.user_access=[],i.flag2=!0,i.pager=!0,i.appcode=e.current.name.split("."),t.globals.currentUser.username;d.get(c.apiUrl+"api/AlertTransaction/Get_user_access_rights_m4?&appl_code="+i.appcode[1]).then(function(e){i.user_rights=e.data;for(var t=0;t<i.user_rights.length;t++)0==t&&(i.user_access.data_read=i.user_rights[t].comn_user_read,i.user_access.data_insert=i.user_rights[t].comn_user_insert,i.user_access.data_update=i.user_rights[t].comn_user_update,i.user_access.data_delete=i.user_rights[t].comn_user_delete,i.user_access.data_massupdate=i.user_rights[t].comn_user_massupdate,i.user_access.is_admin=i.user_rights[t].comn_user_admin)}),i.convertedname="","siscollege"==d.defaults.headers.common.schoolId?(i.convertedname="College",i.schoolflg=!1):(i.convertedname="School",i.schoolflg=!0),console.log(i.convertedname),"modern"==d.defaults.headers.common.schoolId||"modernjr"==d.defaults.headers.common.schoolId?i.MediumOfInstruction=!0:i.MediumOfInstruction=!1,d.get(c.apiUrl+"api/ERP/Grade/getCuriculum_m4").then(function(e){i.curriculum=e.data,i.edt={sims_cur_code:i.curriculum[0].sims_cur_code},i.temp={sims_cur_code:i.curriculum[0].sims_cur_code},i.getacyr(i.curriculum[0].sims_cur_code)}),i.sortBy=function(e){i.reverse=i.propertyName===e&&!i.reverse,i.propertyName=e},a(function(){$("#fixTable").tableHeadFixer({top:1}),$("#fixTable1").tableHeadFixer({top:1}),$("#Table1").tableHeadFixer({top:1})},100),d.get(c.apiUrl+"api/Section/Master/getGender").then(function(e){i.getGender=e.data}),d.get(c.apiUrl+"api/Section/Master/getSectionShift").then(function(e){i.SectionShift=e.data}),i.promote_code=function(){"qfis"==d.defaults.headers.common.schoolId?d.get(c.apiUrl+"api/Section/Master/getPromoteCode?cur_code="+i.temp.sims_cur_code+"&academic_year="+i.temp.sims_academic_year).then(function(e){i.PromoteCode=e.data}):d.get(c.apiUrl+"api/Section/Master/getPromoteCodeotherschool?cur_code="+i.temp.sims_cur_code+"&academic_year="+i.temp.sims_academic_year).then(function(e){i.PromoteCode=e.data})},i.showSections=function(e,t,a){i.loading=!0,d.get(c.apiUrl+"api/Section/Master/getSections?curCode="+e+"&academicYear="+t+"&grade_code="+a).then(function(e){i.sectionsobj=e.data,i.table=!0,i.loading=!1,i.totalItems=i.sectionsobj.length,i.todos=i.sectionsobj,i.makeTodos()},function(){i.loading=!0,alert("Failed to get Data")})},i.check=function(){r=document.getElementById("mainchk");for(var e=0;e<i.filteredTodos.length;e++){var t=document.getElementById(i.filteredTodos[e].sims_section_code+i.filteredTodos[e]._sims_section_name);1==r.checked?(t.checked=!0,$("tr").addClass("row_selected")):(t.checked=!1,$("tr").removeClass("row_selected"))}},i.CheckAny=function(e){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),i.color="#edefef"}),1==(r=document.getElementById("mainchk")).checked&&(r.checked=!1,i.color="#edefef")},i.changGender=function(e){"B"==e&&(i.show_girls=!1,i.show_boys=!1),"F"==e&&(i.show_girls=!1,i.show_boys=!0),"M"==e&&(i.show_girls=!0,i.show_boys=!1),""==e&&(i.show_girls=!1,i.show_boys=!1)},i.Update=function(e){(new Date).getFullYear().toString();e.sims_academic_year>=i.current_year.sims_academic_year?(i.curiculum=!0,i.ac_year=!0,i.grade_nm=!0,i.temp=angular.copy(e),i.promote_code(e.sims_cur_code,e.sims_academic_year),i.update_btn=!0,i.dis1=!1,i.dis2=!0,i.select_list=!1,i.update_flag=!0,1==(r=document.getElementById("mainchk")).checked&&(r.checked=!1),i.check()):swal({title:"Alert",text:"Records from Previous Years Cannot Be Updated",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380})},i.getPromoteCode=function(e){i.grd_name=$("#Select5 option:selected").text(),d.get(c.apiUrl+"api/Section/Master/getPromoteCode?grd_code="+e+"&grd_name="+i.grd_name).then(function(e){i.PromoteCode=e.data})},d.get(c.apiUrl+"api/Section/Master/getschooltype").then(function(e){i.schooltype=e.data}),i.save=function(e){e&&((e=i.temp).opr="I",l.push(e),"modern"==d.defaults.headers.common.schoolId?d.post(c.apiUrl+"api/Section/Master/CUDSection1",l).then(function(e){i.sectionsobj=e.data,l=[],1==i.sectionsobj?(l=[],i.dis1=!0,i.dis2=!1,swal({text:"section Inserted Successfully",imageUrl:"assets/img/check.png",width:380}),i.showSections(i.edt.sims_cur_code,i.edt.sims_academic_year,i.edt.sims_grade_code)):(i.showSections(i.edt.sims_cur_code,i.edt.sims_academic_year,i.edt.sims_grade_code),swal({text:"Section Not Inserted",imageUrl:"assets/img/close.png",width:380}))}):d.post(c.apiUrl+"api/Section/Master/CUDSection",l).then(function(e){i.sectionsobj=e.data,l=[],1==i.sectionsobj?(l=[],i.dis1=!0,i.dis2=!1,swal({text:"section Inserted Successfully",imageUrl:"assets/img/check.png",width:380}),i.showSections(i.edt.sims_cur_code,i.edt.sims_academic_year,i.edt.sims_grade_code)):(i.showSections(i.edt.sims_cur_code,i.edt.sims_academic_year,i.edt.sims_grade_code),swal({text:"Section Not Inserted",imageUrl:"assets/img/close.png",width:380}))}))},i.select_promocode=function(e){i.temp.sims_section_boys_promote_code="",i.temp.sims_section_girls_promote_code="",i.temp.sims_academic_year>i.current_year.sims_academic_year&&swal({title:"Alert",text:"Classes are not created for next academic year.",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380})},i.select_boy_girl=function(){i.temp.sims_section_promote_code="",i.temp.sims_academic_year>i.current_year.sims_academic_year&&swal({title:"Alert",text:"Classes are not created for next academic year.",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380})},i.Update_data=function(){var e=i.temp;e.opr="U",e.sims_cur_code=i.edt.sims_cur_code,e.sims_academic_year=i.edt.sims_academic_year,e.grade_code=i.edt.sims_grade_code,e.sims_section_shift=i.temp.sims_section_shift,l.push(e),"modern"==d.defaults.headers.common.schoolId||"modernjr"==d.defaults.headers.common.schoolId?d.post(c.apiUrl+"api/Section/Master/CUDSection1",l).then(function(e){i.sectionsobj=e.data,l=[],1==i.sectionsobj?(i.dis1=!0,i.dis2=!1,swal({text:"Section Updated Successfully",imageUrl:"assets/img/check.png",width:380}),i.showSections(i.edt.sims_cur_code,i.edt.sims_academic_year,i.edt.sims_grade_code)):0==i.sectionsobj?(swal({text:"Section Not Updated",imageUrl:"assets/img/close.png",width:380}),i.showSections(i.edt.sims_cur_code,i.edt.sims_academic_year,i.edt.sims_grade_code)):swal("Error-"+i.sectionsobj)}):d.post(c.apiUrl+"api/Section/Master/CUDSection",l).then(function(e){i.sectionsobj=e.data,l=[],1==i.sectionsobj?(i.dis1=!0,i.dis2=!1,swal({text:"Section Updated Successfully",imageUrl:"assets/img/check.png",width:380}),i.showSections(i.edt.sims_cur_code,i.edt.sims_academic_year,i.edt.sims_grade_code)):0==i.sectionsobj?(swal({text:"Section Not Updated",imageUrl:"assets/img/close.png",width:380}),i.showSections(i.edt.sims_cur_code,i.edt.sims_academic_year,i.edt.sims_grade_code)):swal("Error-"+i.sectionsobj)})},i.Delete_Records=function(){if(0==i.user_access.data_delete)swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200});else{l=[];for(var e,t="",a=(i.nodelete=!1,i.sims_statusfordelete=!1),o=0,s=(new Date).getFullYear().toString(),n=0;n<i.filteredTodos.length;n++)1==document.getElementById(i.filteredTodos[n].sims_section_code+i.filteredTodos[n]._sims_section_name).checked&&("0"==i.filteredTodos[n].count&&i.filteredTodos[n].sims_academic_year>=i.current_year.sims_academic_year?(i.flag2=a=!0,e={sims_cur_code:i.edt.sims_cur_code,sims_academic_year:i.edt.sims_academic_year,grade_code:i.edt.sims_grade_code,sims_section_code:i.filteredTodos[n].sims_section_code,opr:"D"},l.push(e)):i.filteredTodos[n].sims_academic_year<=s&&"0"==i.filteredTodos[n].count?a=i.flag2=!1:(i.flag2=!(a=!1),o=parseInt(o)+1,t=t+i.filteredTodos[n]._sims_section_name+" ,",i.nodelete=!0));1==i.nodelete&&(i.sims_statusfordelete=!(a=!1),1==o?swal({text:t+" This Section Is Mapped In Student Section Or Section Subject",width:380,showCloseButton:!0}):swal({text:t+" This Sections Are Mapped In Student Section Or Section Subject",width:380,showCloseButton:!0}),(r=document.getElementById("mainchk")).checked=!1,i.check()),1==a&&i.flag2?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){e?d.post(c.apiUrl+"api/Section/Master/CUDSection",l).then(function(e){i.sectionsobj=e.data,l=[],1==i.sectionsobj?(i.dis1=!0,i.dis2=!1,swal({text:"Section Deleted Successfully",imageUrl:"assets/img/check.png",width:350,showCancelButton:!0}),i.showSections(i.edt.sims_cur_code,i.edt.sims_academic_year,i.edt.sims_grade_code)):0==i.sectionsobj?(i.showSections(i.edt.sims_cur_code,i.edt.sims_academic_year,i.edt.sims_grade_code),swal({text:"Section Not Deleted. ",imageUrl:"assets/img/close.png",width:350,showCancelButton:!0})):swal("Error-"+i.sectionsobj)}):(1==(r=document.getElementById("mainchk")).checked&&(r.checked=!1),i.check())}):i.flag2?1!=i.sims_statusfordelete&&swal({text:"Select At Least One Record To Delete",imageUrl:"assets/img/notification-alert.png",width:320,showCancelButton:!0}):swal({title:"Alert",text:"Records from Previous Years Cannot Be Deleted",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380})}},i.Reset=function(){i.edt.sims_grade_code="",i.edt.sims_academic_year="",i.filteredTodos=[],i.pager=!1,i.pagesize="10"},i.can=function(){i.dis1=!0,i.dis2=!1,i.temp="",i.promote_code(str.sims_cur_code,str.sims_academic_year)},d.get(c.apiUrl+"api/Section/Master/getSectionLocation").then(function(e){i.SectionLocation=e.data,console.log(i.SectionLocation)}),d.get(c.apiUrl+"api/Section/Master/getFundingStatus").then(function(e){i.FundingStatus=e.data,console.log(i.FundingStatus)}),d.get(c.apiUrl+"api/Section/Master/getMediumOfInstruction").then(function(e){i.MediumOfInstructionData=e.data,console.log(i.MediumOfInstructionData)}),i.New=function(){0==i.user_access.data_insert?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(i.curiculum=!1,i.ac_year=!1,i.grade_nm=!1,i.temp="",i.update_flag=!1,i.new_funs=!0,i.dis1=!1,i.dis2=!0,i.select_list=!0,i.update_btn=!1,i.temp={sims_cur_code:i.edt.sims_cur_code,sims_academic_year:i.edt.sims_academic_year,grade_code:i.edt.sims_grade_code,sims_status:!0,sims_allow_extra_status:!0},i.promote_code())},i.flag=!0,i.expand=function(e,t){if(1==i.flag)$(s).remove(),e.icon="fa fa-minus-circle",s=$("<tr id='innerRow'><td class='details' colspan='9'><table class='inner-table' cellpadding='5' cellspacing='0' style='width:100%;border:solid;border-width:02px'><tbody><tr><td class='semi-bold' colsapn='2'><i class='fa fa-align-justify'></i>&nbsp;Name (Arabic)</td> <td class='semi-bold'colsapn='2'><i class='fa fa-align-justify'></i>&nbsp;Name (French)</td><td class='semi-bold'colsapn='2'><i class='fa fa-align-justify'></i>&nbsp;Name (Regional)</td><td class='semi-bold'colsapn='2'><i class='fa fa-align-justify'></i>&nbsp;Display Order</tr><tr> <td colsapn='2'>"+e.sims_section_name_ar+" </td><td colsapn='2'>"+e.sims_section_name_fr+" </td><td colsapn='2'>"+e.sims_section_name_ot+" </td><td colsapn='2'>"+e.sims_section_order_no+" </td></tr></tbody> </table></td></tr>"),$(t.currentTarget).parents("tr").after(s),i.flag=!1;else{$("#innerRow").css({display:"none"});for(var a=0;a<i.filteredTodos.length;a++)i.filteredTodos[a].icon="fa fa-plus-circle";i.flag=!0}},i.filteredTodos=[],i.currentPage=1,i.numPerPage=10,i.maxSize=10,i.makeTodos=function(){var e=parseInt(i.totalItems%i.numPerPage),e=(i.pagersize="0"==e?parseInt(i.totalItems/i.numPerPage):parseInt(i.totalItems/i.numPerPage)+1,(i.currentPage-1)*i.numPerPage),t=parseInt(e)+parseInt(i.numPerPage);i.filteredTodos=i.todos.slice(e,t);for(var a=0;a<i.filteredTodos.length;a++)i.filteredTodos[a].icon="fa fa-plus-circle";1==(r=document.getElementById("mainchk")).checked&&(r.checked=!1,i.row1="",i.Homeroom_MultipleDelete())},i.size=function(e){1==(r=document.getElementById("mainchk")).checked&&(r.checked=!1,i.row1="",i.color="#edefef"),"All"==e?(i.currentPage=1,i.pager=!1):(i.pager=!0,i.pagesize=e,i.currentPage=1,i.numPerPage=e),i.makeTodos()},i.index=function(e){i.pageindex=e,i.currentPage=e,console.log("currentPage="+i.currentPage),i.makeTodos(),1==(r=document.getElementById("mainchk")).checked&&(r.checked=!1,i.row1="",i.color="#edefef")},i.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e)._sims_section_name.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_section_stregth.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_section_name_en.toLowerCase().indexOf(t.toLowerCase());var t})},i.search=function(){i.todos=i.searched(i.sectionsobj,i.searchText),i.totalItems=i.todos.length,i.currentPage="1",""==i.searchText&&(i.todos=i.sectionsobj),i.makeTodos()},i.getacyr=function(t){d.get(c.apiUrl+"api/common/getAcademicYear?curCode="+t).then(function(e){i.Academic_year=e.data,i.edt={sims_academic_year:i.Academic_year[0].sims_academic_year,sims_cur_code:t},i.temp={sims_cur_code:t,sims_academic_year:i.Academic_year[0].sims_academic_year},console.log("$scope.Academic_year: ",i.Academic_year),i.current_year=i.Academic_year.find(e=>"C"===e.sims_academic_year_status),i.getsections(i.temp.sims_cur_code,i.temp.sims_academic_year)})},i.getsections=function(e,t){d.get(c.apiUrl+"api/common/getAllGrades?cur_code="+e+"&academic_year="+t).then(function(e){i.grade=e.data,console.log(i.grade),console.log("$scope.edt.sims_cur_code,$scope.edt.sims_academic_year,$scope.edt.sims_grade_code in getsections: ",i.edt.sims_cur_code,i.edt.sims_academic_year,i.edt.sims_grade_code),i.showSections(i.edt.sims_cur_code,i.edt.sims_academic_year,i.edt.sims_grade_code)})}}])}(),function(){"use strict";var e=angular.module("sims.module.Setup");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]);var l,r=[];e.controller("CurriculumLevelController",["$scope","$state","$rootScope","$timeout","gettextCatalog","filterFilter","$http","ENV",function(a,o,s,e,t,n,i,d,c){a.display=!1,a.pagesize="10",a.pageindex="0",a.pager=!0,a.levelcodeRonly=!1,i.get(d.apiUrl+"api/common/CurLevel/getCurlevel").then(function(e){a.display=!1,a.grid=!0,a.user_access=[],a.appcode=o.current.name.split(".");var t=s.globals.currentUser.username;i.get(d.apiUrl+"api/AlertTransaction/Get_user_access_rights?username="+t+"&appl_code="+a.appcode[1]).then(function(e){a.user_rights=e.data;for(var t=0;t<a.user_rights.length;t++)0==t&&(a.user_access.data_read=a.user_rights[t].comn_user_read,a.user_access.data_insert=a.user_rights[t].comn_user_insert,a.user_access.data_update=a.user_rights[t].comn_user_update,a.user_access.data_delete=a.user_rights[t].comn_user_delete,a.user_access.data_massupdate=a.user_rights[t].comn_user_massupdate,a.user_access.is_admin=a.user_rights[t].comn_user_admin)}),a.obj=e.data,a.totalItems=a.obj.length,a.todos=a.obj,a.makeTodos()}),a.filteredTodos=[],a.currentPage=1,a.numPerPage=10,a.maxSize=10,a.makeTodos=function(){var e=parseInt(a.totalItems%a.numPerPage),e=(a.pagersize="0"==e?parseInt(a.totalItems/a.numPerPage):parseInt(a.totalItems/a.numPerPage)+1,(a.currentPage-1)*a.numPerPage),t=parseInt(e)+parseInt(a.numPerPage);a.filteredTodos=a.todos.slice(e,t)},a.temp={},i.get(d.apiUrl+"api/common/CurLevel/getCuriculum").then(function(e){a.cur=e.data,0<e.data.length&&(a.temp.level_cur_code=e.data[0].level_cur_code)}),a.CheckAll=function(){if(l=document.getElementById("chk_min"),r=[],1==l.checked)for(var e=0;e<a.filteredTodos.length;e++){var t=a.filteredTodos[e].level_code+a.filteredTodos[e].level_cur_code_name;document.getElementById(t).checked=!0,r.push(t)}else for(e=0;e<a.filteredTodos.length;e++){t=a.filteredTodos[e].level_code+a.filteredTodos[e].level_cur_code_name;document.getElementById(t).checked=!1}},a.CheckAny=function(e){var t=document.getElementById(e);1==t.checked?r.push(e):(t.checked=!1,-1<(t=r.indexOf(e))&&r.splice(t,1))},a.size=function(e){a.pager=10==e||20==e,"*"==e?(a.numPerPage=a.obj.length,a.filteredTodos=a.obj,a.pager=!1):(a.pagesize=e,a.currentPage=1,a.numPerPage=e),a.makeTodos()},a.index=function(e){a.pageindex=e,a.currentPage=e,a.makeTodos()},a.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).level_code.toLowerCase().indexOf(t.toLowerCase())||-1<e.level_name_en.toLowerCase().indexOf(t.toLowerCase())||-1<e.level_cur_code_name.toLowerCase().indexOf(t.toLowerCase())||e.level_cur_code_name==t;var t})},a.search=function(){a.todos=a.searched(a.obj,a.searchText),a.totalItems=a.todos.length,a.currentPage="1",""==a.searchText&&(a.todos=a.obj),a.makeTodos()},a.edit=function(e){0==a.user_access.data_update?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(a.levelcodeRonly=!0,a.display=!0,a.update_flag=!0,a.grid=!1,a.btn_save=!1,a.btn_update=!0,a.temp={level_cur_code:e.level_cur_code,sims_academic_year:e.sims_academic_year,level_code:e.level_code,level_name_en:e.level_name_en,level_name_fr:e.level_name_fr,level_name_ar:e.level_name_ar,level_name_ot:e.level_name_ot,level_status:e.level_status})},a.Save=function(e){e&&(1==a.update_flag?a.Update():((e=a.temp).opr="I",i.post(d.apiUrl+"api/common/CurLevel/CUDCurLevel",e).then(function(e){a.msg=e.data,"0"==a.msg.strMessage||"3"==a.msg.strMessage?swal({text:"Curriculum Level Code Already Exist",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}):(swal({text:"Curriculum Level Added Sucessfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}),i.get(d.apiUrl+"api/common/CurLevel/getCurlevel").then(function(e){a.display=!1,a.grid=!0,a.obj=e.data,a.totalItems=a.obj.length,a.todos=a.obj,a.makeTodos()},function(){a.loading=!0,alert("Failed to get Daata")}),a.msg=!0,a.dis2=!1,a.dis1=!0)},function(){a.show_ins_table_loading=!1,swal({text:"Curriculum Level Code Already Exist",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380})})))},a.Update=function(){var e=a.temp;e.opr="U",i.post(d.apiUrl+"api/common/CurLevel/CUDCurLevel",e).then(function(e){a.up=e.data,swal({text:"Curriculum Level Updated Sucessfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}),i.get(d.apiUrl+"api/common/CurLevel/getCurlevel").then(function(e){a.display=!1,a.grid=!0,a.obj=e.data,a.totalItems=a.obj.length,a.todos=a.obj,a.makeTodos()},function(){a.loading=!0,alert("Failed to get Daata")}),a.msg=!0,a.dis2=!1,a.dis1=!0},function(){a.show_ins_table_loading=!1,swal({text:"Error In Updating Curriculum Level",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380})})},a.Delete=function(){0==a.user_access.data_delete?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):0!=r.length?i.post(d.apiUrl+"api/common/CurLevel/DCurLevel?objlist="+JSON.stringify(r)).then(function(e){a.ins=e.data,r=[],"1"==a.ins.strMessage?(swal({text:"Curriculum Level Deleted Sucessfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}),i.get(d.apiUrl+"api/common/CurLevel/getCurlevel").then(function(e){a.display=!1,a.grid=!0,a.obj=e.data,a.totalItems=a.obj.length,a.todos=a.obj,a.makeTodos()},function(){a.loading=!0,alert("Failed to get Daata")})):swal({text:"Curriculum Level Already Mapped Can't Delete",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}),a.msg=!0,a.dis2=!1,a.dis1=!0},function(){a.show_ins_table_loading=!1,swal({text:"Curriculum Level Already Mapped Can't Delete",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380})}):swal({text:"Select At Least One Record To Delete",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380})},a.New=function(){0==a.user_access.data_insert?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(a.temp="",a.levelcodeRonly=!1,a.grid=!1,a.update_flag=!1,a.display=!0,a.btn_save=!0,a.btn_update=!1,a.temp={},a.temp.level_status=!0,0<a.cur.length&&(a.temp.level_cur_code=a.cur[0].level_cur_code))},a.cancel=function(){a.grid=!0,a.display=!1,a.update1=!1,a.save1=!1,a.Myform.$setPristine(),a.Myform.$setUntouched()},$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0}),$(document).on("touch click",'*[data-datepicker="true"] .add-on',function(e){$('input[type="text"]',$(this).parent()).focus()})}])}(),function(){"use strict";var e=angular.module("sims.module.Setup");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]);var d;e.controller("GradeLevelCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(s,e,t,a,o,n,i){s.operation=!1,s.pagesize="10",s.pageindex="0",s.pager=!0,s.grid=!0,s.user_access=[],s.selectedYears=[],s.flag2=!0,s.selectedYearstext="",s.appcode=e.current.name.split(".");e=t.globals.currentUser.username;$(function(){$("#acyr_list").multipleSelect()}),n.get(i.apiUrl+"api/AlertTransaction/Get_user_access_rights?username="+e+"&appl_code="+s.appcode[1]).then(function(e){s.user_rights=e.data;for(var t=0;t<s.user_rights.length;t++)0==t&&(s.user_access.data_read=s.user_rights[t].comn_user_read,s.user_access.data_insert=s.user_rights[t].comn_user_insert,s.user_access.data_update=s.user_rights[t].comn_user_update,s.user_access.data_delete=s.user_rights[t].comn_user_delete,s.user_access.data_massupdate=s.user_rights[t].comn_user_massupdate,s.user_access.is_admin=s.user_rights[t].comn_user_admin)}),n.get(i.apiUrl+"api/CurLevelGrade/getCurLevelGrade").then(function(e){s.obj=e.data,s.totalItems=s.obj.length,s.todos=s.obj,s.makeTodos(),s.operation=!1,s.grid=!0}),s.currGradeLevelDisplay=function(){n.get(i.apiUrl+"api/CurLevelGrade/getCurLevelGrade").then(function(e){s.obj=e.data,s.totalItems=s.obj.length,s.todos=s.obj,s.makeTodos(),s.operation=!1,s.grid=!0})},a(function(){$("#fixTable").tableHeadFixer({top:1})},100),s.filteredTodos=[],s.currentPage=1,s.numPerPage=10,s.maxSize=10,s.makeTodos=function(){s.currentPage=Math.max(1,Math.min(s.currentPage,s.pagersize));var e=(s.currentPage-1)*s.numPerPage,t=e+s.numPerPage,a=(s.preFilteredTodos=s.categorizeByYear(s.selectedYears,s.todos),s.filteredTodos=s.preFilteredTodos.slice(),parseInt(s.filteredTodos.length%s.numPerPage));s.pagersize=0===a?parseInt(s.filteredTodos.length/s.numPerPage):parseInt(s.filteredTodos.length/s.numPerPage)+1,s.currentPage=Math.min(s.currentPage,s.pagersize),s.filteredTodos=s.filteredTodos.slice(e,t)},s.categorizeByYear=function(e,t){var a=[];if(0!==e.length)for(var o=0;o<e.length;o++)for(var s=0;s<t.length;s++)t[s].level_grade_academic_year===e[o]&&a.push(t[s]);else a=[];return a},s.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).level_grade_cur_short_name.toLowerCase().indexOf(t.toLowerCase())||-1<e.level_grade_grade_code_name.toLowerCase().indexOf(t.toLowerCase())||-1<e.level_grade_level_code_name.toLowerCase().indexOf(t.toLowerCase())||e.level_grade_grade_code_name==t;var t})},s.search=function(){s.todos=s.searched(s.obj,s.searchText),s.totalItems=s.todos.length,s.currentPage="1",""==s.searchText&&(s.todos=s.obj),s.makeTodos(),d.checked=!1,s.CheckAllChecked()},s.temp={},n.get(i.apiUrl+"api/common/getCuriculum").then(function(e){s.cur_obj=e.data,0<e.data.length&&(s.temp.sims_cur_code=e.data[0].sims_cur_code,s.getLevelNames(s.temp.sims_cur_code),s.getAcdmYr(s.temp.sims_cur_code))}),s.getLevelNames=function(e){n.get(i.apiUrl+"api/CurLevelGrade/getCuriculumLevel?cur_code="+e).then(function(e){s.level_names_obj=e.data})},s.getAcdmYr=function(e){n.get(i.apiUrl+"api/common/getAcademicYear?curCode="+e).then(function(e){s.Acdm_yr_obj=e.data.sort((e,t)=>{e=parseInt(e.sims_academic_year_desc),t=parseInt(t.sims_academic_year_desc);return t<e?-1:e<t?1:0}),console.log("$scope.Acdm_yr_obj: ",s.Acdm_yr_obj),s.current_year=s.Acdm_yr_obj.find(e=>"C"===e.sims_academic_year_status);(new Date).getFullYear();var t=s.Acdm_yr_obj.find(function(e){return"C"===e.sims_academic_year_status});t?s.selectedYears.push(t.sims_academic_year):(console.log("No object with sims_academic_year equal to the current year was found."),s.selectedYears=[]),setTimeout(function(){$("#acyr_list").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"})},1e3),0<e.data.length&&(s.temp.sims_academic_year=e.data[0].sims_academic_year,s.getGradeNames(s.temp.sims_cur_code,s.temp.sims_academic_year)),s.makeTodos()})},s.isYearInRange=function(e){return(new Date).getFullYear()<=e},s.getGradeNames=function(e,t){n.get(i.apiUrl+"api/common/getAllGrades?cur_code="+e+"&academic_year="+t).then(function(e){s.gradeNames_obj=e.data})},s.size=function(e){s.pager=10==e||20==e,"*"==e?(s.numPerPage=s.obj.length,s.filteredTodos=s.obj,s.currentPage=1,s.pager=!1):(s.pagesize=e,s.currentPage=1,s.numPerPage=e),s.makeTodos()},s.index=function(e){s.pageindex=e,s.currentPage=e,s.makeTodos(),d.checked=!1,s.CheckAllChecked()},s.CheckAllChecked=function(){if(1==(d=document.getElementById("mainchk")).checked)for(var e=0;e<s.filteredTodos.length;e++)document.getElementById(s.filteredTodos[e].level_grade_grade_code_name+e).checked=!0,s.row1="row_selected",$("tr").addClass("row_selected");else for(e=0;e<s.filteredTodos.length;e++)document.getElementById(s.filteredTodos[e].level_grade_grade_code_name+e).checked=!1,d.checked=!1,s.row1=""},s.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),s.color="#edefef"}),1==(d=document.getElementById("mainchk")).checked&&(d.checked=!1,$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected")}))},s.OkDelete=function(){if(0==s.user_access.data_delete)swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200});else{var o=[];(new Date).getFullYear().toString();s.flag=!1;for(var e=0;e<s.filteredTodos.length;e++)if(1==document.getElementById(s.filteredTodos[e].level_grade_grade_code_name+e).checked){if(!(s.filteredTodos[e].level_grade_academic_year>=s.current_year.sims_academic_year)){s.flag2=!1;break}s.flag=!0,s.flag2=!0;var t={sims_cur_code:s.filteredTodos[e].level_grade_cur_code,sims_cur_level_code:s.filteredTodos[e].level_grade_level_code,sims_academic_year:s.filteredTodos[e].level_grade_academic_year,sims_grade_code:s.filteredTodos[e].level_grade_grade_code,opr:"D"};o.push(t)}s.flag&&s.flag2?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)n.post(i.apiUrl+"api/CurLevelGrade/CUDCurGradeLevel",o).then(function(e){s.msg1=e.data,1==s.msg1?swal({text:"Record Deleted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&(s.currGradeLevelDisplay(),1==(d=document.getElementById("mainchk")).checked&&(d.checked=!1,s.row1=""),s.currentPage=!0)}):0==s.msg1?swal({text:"Record Not Deleted. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&(s.currGradeLevelDisplay(),1==(d=document.getElementById("mainchk")).checked&&(d.checked=!1,s.row1=""),s.currentPage=!0)}):swal("Error-"+s.msg1)});else{1==(d=document.getElementById("mainchk")).checked&&(d.checked=!1);for(var t=0;t<s.filteredTodos.length;t++){var a=document.getElementById(s.filteredTodos[t].level_grade_grade_code_name+t);1==a.checked&&(a.checked=!1,$("tr").removeClass("row_selected"))}}}):s.flag2?swal({text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}):swal({title:"Alert",text:"Records from Previous Years Cannot Be Deleted",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}),s.currentPage=str}},s.save=function(e){var t=[];if(e){for(var a=!1,o=0;o<s.obj.length;o++)if(s.obj[o].level_grade_cur_code==s.temp.sims_cur_code&&s.obj[o].level_grade_academic_year==s.temp.sims_academic_year&&s.obj[o].level_grade_level_code==s.temp.sims_cur_level_code&&s.obj[o].level_grade_grade_code==s.temp.sims_grade_code){swal({text:"Record Already Present",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}),a=!0;break}a||((e=s.temp).opr="I",t.push(e),n.post(i.apiUrl+"api/CurLevelGrade/CUDCurGradeLevel",t).then(function(e){s.msg1=e.data,1==s.msg1?swal({text:"Record Inserted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}):0==s.msg1?swal({text:"Record Not Inserted. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}):swal("Error-"+s.msg1),s.currGradeLevelDisplay(),1==(d=document.getElementById("mainchk")).checked&&(d.checked=!1,s.row1=""),s.currentPage=!0}),s.operation=!(t=[]),s.grid=!0)}else swal({text:"Invalid combination.",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380})},s.New=function(){0==s.user_access.data_insert?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(s.grid=!1,s.operation=!0,s.temp="",s.Myform.$setPristine(),s.Myform.$setUntouched(),s.temp={},0<s.cur_obj.length&&(s.temp.sims_cur_code=s.cur_obj[0].sims_cur_code,s.getLevelNames(s.temp.sims_cur_code),s.getAcdmYr(s.temp.sims_cur_code)),0<s.Acdm_yr_obj.length&&(s.temp.sims_academic_year=s.Acdm_yr_obj[0].sims_academic_year,s.getGradeNames(s.temp.sims_cur_code,s.temp.sims_academic_year)))},s.cancel=function(){s.grid=!0,s.operation=!1,s.temp="",s.Myform.$setPristine(),s.Myform.$setUntouched()}}])}(),function(){"use strict";var c,l=[],e=angular.module("sims.module.Setup");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("CommonApplicationRakMpsCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(o,e,t,a,s,n,i){var d;o.pagesize="10",o.pageindex=0,o.pager=!0,o.display=!1,o.grid=!0,o.obj4=[],o.pagesize="10",n.get(i.apiUrl+"api/common/ApplicationMaster/getApplicationsbyIndex").then(function(e){o.obj4=e.data,o.totalItems=o.obj4.length,o.todos=o.obj4,o.makeTodos()}),o.filteredTodos=[],o.currentPage=1,o.numPerPage=10,o.maxSize=10,o.makeTodos=function(){var e=parseInt(o.totalItems%o.numPerPage),e=(o.pagersize="0"==e?parseInt(o.totalItems/o.numPerPage):parseInt(o.totalItems/o.numPerPage)+1,(o.currentPage-1)*o.numPerPage),t=parseInt(e)+parseInt(o.numPerPage);o.filteredTodos=o.todos.slice(e,t);for(var a=0;a<o.filteredTodos.length;a++)o.filteredTodos[a].icon="fa fa-plus-circle";1==(c=document.getElementById("mainchk")).checked&&(c.checked=!1)},o.edit=function(e){o.display=!0,o.grid=!1,o.save1=!1,o.update1=!0,o.delete1=!1;e=angular.copy(e);o.edt=e,1==(c=document.getElementById("mainchk")).checked&&(c.checked=!1),o.CheckAllChecked()},n.get(i.apiUrl+"api/common/ApplicationMaster/getModules").then(function(e){o.obj=e.data}),n.get(i.apiUrl+"api/common/ApplicationMaster/getAppModes").then(function(e){o.obj1=e.data}),n.get(i.apiUrl+"api/common/ApplicationMaster/getAppTypes").then(function(e){o.obj2=e.data}),n.get(i.apiUrl+"api/common/ApplicationMaster/getAppTags").then(function(e){o.obj3=e.data}),o.size=function(e){"All"==e?(o.currentPage="1",o.filteredTodos=o.obj4,o.pager=!1):(o.pager=!0,o.pagesize=e,o.currentPage=1,o.numPerPage=e,o.makeTodos()),o.numPerPage=e,console.log("numPerPage="+o.numPerPage)},o.index=function(e){o.pageindex=e,o.currentPage=e,o.makeTodos()},o.Delete=function(){o.flag=!1,l="";for(var e=0;e<o.filteredTodos.length;e++)1==document.getElementById(o.filteredTodos[e].comn_appl_code+o.filteredTodos[e].comn_app_mode).checked&&(o.flag=!0),l=l+o.filteredTodos[e].comn_appl_code+",";var t={comn_appl_code:l,opr:"D"};1==o.flag?swal({text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){e?n.post(i.apiUrl+"api/common/ApplicationMaster/CUDupdateInsertApplications",t).then(function(e){o.msg1=e.data,swal({text:o.msg1.strMessage,width:380,showCloseButton:!0}),n.get(i.apiUrl+"api/common/ApplicationMaster/getApplicationsbyIndex").then(function(e){o.display=!1,o.grid=!0,o.obj4=e.data,o.totalItems=o.obj4.length,o.todos=o.obj4,console.log(o.totalItems),o.makeTodos(),1==(c=document.getElementById("mainchk")).checked&&(c.checked=!1),o.CheckAllChecked()})}):(1==(c=document.getElementById("mainchk")).checked&&(c.checked=!1),o.CheckAllChecked())}):swal({text:"Select At Least One Record To Delete",imageUrl:"assets/img/notification-alert.png",width:380,showCloseButton:!0})},o.New=function(){o.display=!0,o.grid=!1,o.save1=!0,o.update1=!1,o.delete1=!1,o.edt="",1==(c=document.getElementById("mainchk")).checked&&(c.checked=!1),o.CheckAllChecked(),o.edt={},o.edt.comn_appl_status=!0},o.cancel=function(){o.grid=!0,o.display=!1},o.SaveData=function(e){e&&((e=o.edt).opr="I",n.post(i.apiUrl+"api/common/ApplicationMaster/CUDupdateInsertApplications",e).then(function(e){o.msg1=e.data,swal({text:o.msg1.strMessage,width:350,showCloseButton:!0}),n.get(i.apiUrl+"api/common/ApplicationMaster/getApplicationsbyIndex").then(function(e){o.display=!1,o.grid=!0,o.obj4=e.data,o.totalItems=o.obj4.length,o.todos=o.obj4,console.log(o.totalItems),o.makeTodos()})}))},o.Update=function(){var e=o.edt;e.opr="U",n.post(i.apiUrl+"api/common/ApplicationMaster/CUDupdateInsertApplications",e).then(function(e){o.msg1=e.data,swal({text:o.msg1.strMessage,width:350,showCloseButton:!0}),n.get(i.apiUrl+"api/common/ApplicationMaster/getApplicationsbyIndex").then(function(e){o.display=!1,o.grid=!0,o.obj4=e.data,o.totalItems=o.obj4.length,o.todos=o.obj4,console.log(o.totalItems),o.makeTodos()})})},o.CheckAllChecked=function(){c=document.getElementById("mainchk");for(var e=0;e<o.filteredTodos.length;e++){var t=document.getElementById(o.filteredTodos[e].comn_appl_code+o.filteredTodos[e].comn_app_mode);1==c.checked?(t.checked=!0,$("tr").addClass("row_selected")):(t.checked=!1,c.checked=!1,$("tr").removeClass("row_selected"))}},o.afterChangeSelectCheckBox=function(e){$("#"+e.comn_appl_code+"1").addClass("row_selected"),o.color="#edefef",e.check_box=!0},o.saveEditableName=function(){for(var e=[],t={},a=0;a<o.filteredTodos.length;a++)o.filteredTodos[a].check_box&&((t=o.filteredTodos[a]).opr="U",e.push(t));0<e.length&&n.post(i.apiUrl+"api/common/ApplicationMaster/CUDupdateInsertApplicationsNew",e).then(function(e){o.msg1=e.data,swal({text:o.msg1.strMessage,width:380,showCloseButton:!0}),n.get(i.apiUrl+"api/common/ApplicationMaster/getApplicationsbyIndex").then(function(e){o.display=!1,o.grid=!0,o.obj4=e.data,o.totalItems=o.obj4.length,o.todos=o.obj4,console.log(o.totalItems),o.makeTodos(),1==(c=document.getElementById("mainchk")).checked&&(c.checked=!1),o.CheckAllChecked()})})},o.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),o.color="#edefef"}),1==(c=document.getElementById("mainchk")).checked&&(c.checked=!1)},o.flag=!0,o.expand=function(e,t){if(1==o.flag)$(d).remove(),e.icon="fa fa-minus-circle",d=$("<tr id='innerRow'><td class='details' colspan='11'><table class='inner-table'  width='100%' cellpadding='5' cellspacing='0' style='border-color:red;border:solid;border-width:02px'><tbody><tr><td class='semi-bold'>NAME(Arabic)</td><td class='semi-bold'>NAME(French)</td><td class='semi-bold'>NAME(Other)</td><td class='semi-bold'>KEYWORD</td><td class='semi-bold'>VERSION</td> </tr><tr><td>"+e.comn_appl_name_ar+"</td><td>"+e.comn_appl_name_fr+"</td><td>"+e.comn_appl_name_ot+"</td><td>"+e.comn_appl_keywords+"</td><td>"+e.comn_appl_version+"</td></tr><tr><td class='semi-bold'>Location HTML URL</td><td class='semi-bold'>HELP URL</td><td class='semi-bold'>VIDEO URL</td><td class='semi-bold'>LOCATION</td><td class='semi-bold'>DISPALY ORDER</td><td class='semi-bold'>APPLICATOIN TAG</td> <td class='semi-bold'colsapn='2'>LOGIC</td><td></td></tr><tr><td>"+e.comn_appl_location_html+"</td><td>"+e.comn_appl_help_url+"</td><td>"+e.comn_appl_video_url+"</td><td>"+e.comn_appl_location+"</td><td>"+e.comn_appl_display_order+"</td><td>"+e.comn_appl_tag+"</td><td>"+e.comn_appl_logic+"</td><td></td></tr></tbody> </table></td></tr>"),$(t.currentTarget).parents("tr").after(d),o.flag=!1;else{$("#innerRow").css({display:"none"});for(var a=0;a<o.filteredTodos.length;a++)o.filteredTodos[a].icon="fa fa-plus-circle";o.flag=!0}},o.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).comn_appl_code.toLowerCase().indexOf(t.toLowerCase())||-1<e.comn_appl_name_en.toLowerCase().indexOf(t.toLowerCase());var t})},o.search=function(){o.todos=o.searched(o.obj4,o.searchText),o.totalItems=o.todos.length,o.currentPage="1",""==o.searchText&&(o.todos=o.obj4),o.makeTodos()}}])}(),function(){"use strict";var c,l=[],e=angular.module("sims.module.Setup");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("CommonApplicationCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(o,e,t,a,s,n,i){o.pagesize="10",o.pageindex=0,o.pager=!0,o.display=!1,o.grid=!0,o.user_access=[],o.appcode=e.current.name.split(".");var d,e=t.globals.currentUser.username;n.get(i.apiUrl+"api/AlertTransaction/Get_user_access_rights?username="+e+"&appl_code="+o.appcode[1]).then(function(e){o.user_rights=e.data;for(var t=0;t<o.user_rights.length;t++)0==t&&(o.user_access.data_read=o.user_rights[t].comn_user_read,o.user_access.data_insert=o.user_rights[t].comn_user_insert,o.user_access.data_update=o.user_rights[t].comn_user_update,o.user_access.data_delete=o.user_rights[t].comn_user_delete,o.user_access.data_massupdate=o.user_rights[t].comn_user_massupdate,o.user_access.is_admin=o.user_rights[t].comn_user_admin)}),o.obj4=[],o.pagesize="10",n.get(i.apiUrl+"api/common/ApplicationMaster/getApplicationsbyIndex").then(function(e){o.obj4=e.data,o.totalItems=o.obj4.length,o.todos=o.obj4,o.makeTodos()}),o.filteredTodos=[],o.currentPage=1,o.numPerPage=10,o.maxSize=10,o.makeTodos=function(){var e=parseInt(o.totalItems%o.numPerPage),e=(o.pagersize="0"==e?parseInt(o.totalItems/o.numPerPage):parseInt(o.totalItems/o.numPerPage)+1,(o.currentPage-1)*o.numPerPage),t=parseInt(e)+parseInt(o.numPerPage);o.filteredTodos=o.todos.slice(e,t);for(var a=0;a<o.filteredTodos.length;a++)o.filteredTodos[a].icon="fa fa-plus-circle";1==(c=document.getElementById("mainchk")).checked&&(c.checked=!1)},o.edit=function(e){0==o.user_access.data_update?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(o.display=!0,o.grid=!1,o.save1=!1,o.update1=!0,o.delete1=!1,o.comn_appl_code=!0,o.gdisabled=!1,e=angular.copy(e),o.edt=e,1==(c=document.getElementById("mainchk")).checked&&(c.checked=!1),o.CheckAllChecked())},n.get(i.apiUrl+"api/common/ApplicationMaster/getModules").then(function(e){o.obj=e.data}),n.get(i.apiUrl+"api/common/ApplicationMaster/getAppModes").then(function(e){o.obj1=e.data}),n.get(i.apiUrl+"api/common/ApplicationMaster/getAppTypes").then(function(e){o.obj2=e.data}),n.get(i.apiUrl+"api/common/ApplicationMaster/getAppTags").then(function(e){o.obj3=e.data}),o.size=function(e){"All"==e?(o.currentPage="1",o.filteredTodos=o.obj4,o.pager=!1):(o.pager=!0,o.pagesize=e,o.currentPage=1,o.numPerPage=e,o.makeTodos()),o.numPerPage=e,console.log("numPerPage="+o.numPerPage)},o.index=function(e){o.pageindex=e,o.currentPage=e,o.makeTodos()},o.Delete=function(){if(0==o.user_access.data_delete)swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200});else{o.flag=!1,l="";for(var e=0;e<o.filteredTodos.length;e++)1==document.getElementById(o.filteredTodos[e].comn_appl_code+o.filteredTodos[e].comn_app_mode).checked&&(o.flag=!0),l=l+o.filteredTodos[e].comn_appl_code+",";var t={comn_appl_code:l,opr:"D"};1==o.flag?swal({text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){e?n.post(i.apiUrl+"api/common/ApplicationMaster/CUDupdateInsertApplications",t).then(function(e){o.msg1=e.data,swal({text:o.msg1.strMessage,width:380,showCloseButton:!0}),n.get(i.apiUrl+"api/common/ApplicationMaster/getApplicationsbyIndex").then(function(e){o.display=!1,o.grid=!0,o.obj4=e.data,o.totalItems=o.obj4.length,o.todos=o.obj4,console.log(o.totalItems),o.makeTodos(),1==(c=document.getElementById("mainchk")).checked&&(c.checked=!1),o.CheckAllChecked()})}):(1==(c=document.getElementById("mainchk")).checked&&(c.checked=!1),o.CheckAllChecked())}):swal({text:"Select At Least One Record To Delete",imageUrl:"assets/img/notification-alert.png",width:380,showCloseButton:!0})}},o.New=function(){o.comn_appl_code=!1,0==o.user_access.data_insert?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(o.display=!0,o.grid=!1,o.save1=!0,o.update1=!1,o.delete1=!1,o.edt="",1==(c=document.getElementById("mainchk")).checked&&(c.checked=!1),o.CheckAllChecked(),o.edt={},o.edt.comn_appl_status=!0)},o.cancel=function(){o.grid=!0,o.display=!1},o.SaveData=function(e){e&&((e=o.edt).opr="I",n.post(i.apiUrl+"api/common/ApplicationMaster/CUDupdateInsertApplications",e).then(function(e){o.msg1=e.data,swal({text:o.msg1.strMessage,width:350,showCloseButton:!0}),n.get(i.apiUrl+"api/common/ApplicationMaster/getApplicationsbyIndex").then(function(e){o.display=!1,o.grid=!0,o.obj4=e.data,o.totalItems=o.obj4.length,o.todos=o.obj4,console.log(o.totalItems),o.makeTodos()})}))},o.Update=function(){var e=o.edt;e.opr="U",n.post(i.apiUrl+"api/common/ApplicationMaster/CUDupdateInsertApplications",e).then(function(e){o.msg1=e.data,swal({text:o.msg1.strMessage,width:350,showCloseButton:!0}),n.get(i.apiUrl+"api/common/ApplicationMaster/getApplicationsbyIndex").then(function(e){o.display=!1,o.grid=!0,o.obj4=e.data,o.totalItems=o.obj4.length,o.todos=o.obj4,console.log(o.totalItems),o.makeTodos()})})},o.CheckAllChecked=function(){c=document.getElementById("mainchk");for(var e=0;e<o.filteredTodos.length;e++){var t=document.getElementById(o.filteredTodos[e].comn_appl_code+o.filteredTodos[e].comn_app_mode);1==c.checked?(t.checked=!0,$("tr").addClass("row_selected")):(t.checked=!1,c.checked=!1,$("tr").removeClass("row_selected"))}},o.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),o.color="#edefef"}),1==(c=document.getElementById("mainchk")).checked&&(c.checked=!1)},o.flag=!0,o.expand=function(e,t){if(1==o.flag)$(d).remove(),e.icon="fa fa-minus-circle",d=$("<tr id='innerRow'><td class='details' colspan='11'><table class='inner-table'  width='100%' cellpadding='5' cellspacing='0' style='border-color:red;border:solid;border-width:02px'><tbody><tr><td class='semi-bold'>NAME(Arabic)</td><td class='semi-bold'>NAME(French)</td><td class='semi-bold'>NAME(Other)</td><td class='semi-bold'>KEYWORD</td><td class='semi-bold'>VERSION</td> </tr><tr><td>"+e.comn_appl_name_ar+"</td><td>"+e.comn_appl_name_fr+"</td><td>"+e.comn_appl_name_ot+"</td><td>"+e.comn_appl_keywords+"</td><td>"+e.comn_appl_version+"</td></tr><tr><td class='semi-bold'>Location HTML URL</td><td class='semi-bold'>HELP URL</td><td class='semi-bold'>VIDEO URL</td><td class='semi-bold'>LOCATION</td><td class='semi-bold'>DISPALY ORDER</td><td class='semi-bold'>APPLICATOIN TAG</td> <td class='semi-bold'colsapn='2'>LOGIC</td><td></td></tr><tr><td>"+e.comn_appl_location_html+"</td><td>"+e.comn_appl_help_url+"</td><td>"+e.comn_appl_video_url+"</td><td>"+e.comn_appl_location+"</td><td>"+e.comn_appl_display_order+"</td><td>"+e.comn_appl_tag+"</td><td>"+e.comn_appl_logic+"</td><td></td></tr></tbody> </table></td></tr>"),$(t.currentTarget).parents("tr").after(d),o.flag=!1;else{$("#innerRow").css({display:"none"});for(var a=0;a<o.filteredTodos.length;a++)o.filteredTodos[a].icon="fa fa-plus-circle";o.flag=!0}},o.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).comn_appl_code.toLowerCase().indexOf(t.toLowerCase())||-1<e.comn_appl_name_en.toLowerCase().indexOf(t.toLowerCase());var t})},o.search=function(){o.todos=o.searched(o.obj4,o.searchText),o.totalItems=o.todos.length,o.currentPage="1",""==o.searchText&&(o.todos=o.obj4),o.makeTodos()}}])}(),function(){"use strict";var p,e=angular.module("sims.module.Setup");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("CommonModuleCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(o,e,t,a,s,n,i){o.pagesize="10",o.display=!1,o.pagesize="10",o.pageindex="0",o.pager=!0,o.grid=!0,o.obj4=[],o.user_access=[],o.appcode=e.current.name.split(".");var d,e=t.globals.currentUser.username,c=(n.get(i.apiUrl+"api/AlertTransaction/Get_user_access_rights?username="+e+"&appl_code="+o.appcode[1]).then(function(e){o.user_rights=e.data;for(var t=0;t<o.user_rights.length;t++)0==t&&(o.user_access.data_read=o.user_rights[t].comn_user_read,o.user_access.data_insert=o.user_rights[t].comn_user_insert,o.user_access.data_update=o.user_rights[t].comn_user_update,o.user_access.data_delete=o.user_rights[t].comn_user_delete,o.user_access.data_massupdate=o.user_rights[t].comn_user_massupdate,o.user_access.is_admin=o.user_rights[t].comn_user_admin)}),o.getdata=function(){n.get(i.apiUrl+"api/ModuleMaster/getModulesByIndex").then(function(e){o.obj4=e.data,o.totalItems=o.obj4.length,o.todos=o.obj4,o.searchText="",o.makeTodos()})},o.getdata(),o.getdriddata=function(){n.get(i.apiUrl+"api/ModuleMaster/getModulesByIndex").then(function(e){o.obj4=e.data,o.totalItems=o.obj4.length,o.todos=o.obj4,o.makeTodos()})},o.filteredTodos=[],o.currentPage=1,o.numPerPage=10,o.maxSize=10,o.makeTodos=function(){var e=parseInt(o.totalItems%o.numPerPage),e=(o.pagersize="0"==e?parseInt(o.totalItems/o.numPerPage):parseInt(o.totalItems/o.numPerPage)+1,(o.currentPage-1)*o.numPerPage),t=parseInt(e)+parseInt(o.numPerPage);o.filteredTodos=o.todos.slice(e,t);for(var a=0;a<o.filteredTodos.length;a++)o.filteredTodos[a].icon="fa fa-plus-circle";1==(p=document.getElementById("mainchk")).checked&&(p.checked=!1)},o.edit=function(e){0==o.user_access.data_update?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(o.display=!0,o.grid=!1,o.save1=!1,o.update1=!0,o.delete1=!1,e=angular.copy(e),o.edt=e,1==(p=document.getElementById("mainchk")).checked&&(p.checked=!1),o.CheckAllChecked())},o.size=function(e){"All"==e?(o.currentPage="1",o.filteredTodos=o.obj4,o.pager=!1):(o.pager=!0,o.pagesize=e,o.currentPage=1,o.numPerPage=e,o.makeTodos()),o.numPerPage=e,console.log("numPerPage="+o.numPerPage)},o.index=function(e){o.pageindex=e,o.currentPage=e,o.makeTodos()},"");o.Delete=function(){if(0==o.user_access.data_delete)swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200});else{c="",o.flag=!1;for(var e=0;e<o.filteredTodos.length;e++)1==document.getElementById(o.filteredTodos[e].module_code).checked&&(o.flag=!0,c=c+o.filteredTodos[e].module_code+",");o.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){e?(e={module_code:c,opr:"D"},n.post(i.apiUrl+"api/ModuleMaster/CUDupdateModule",e).then(function(e){o.msg1=e.data,o.msg1?(swal({text:"Record Deleted Successfully",imageUrl:"assets/img/check.png",width:300,height:200}),o.display=!1,o.grid=!0,o.getdata()):swal("Error-Record Not Deleted Successfully")})):(1==(p=document.getElementById("mainchk")).checked&&(p.checked=!1),o.CheckAllChecked())}):(c="",swal({text:"Select At Least One Record To Delete",imageUrl:"assets/img/notification-alert.png",width:380,showCloseButton:!0}))}},o.New=function(){0==o.user_access.data_insert?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(o.display=!0,o.grid=!1,o.save1=!0,o.update1=!1,o.delete1=!1,o.edt="",o.edt={},o.edt={module_create_date:l+"-"+r+"-"+m},o.edt.module_status=!0,1==(p=document.getElementById("mainchk")).checked&&(p.checked=!1),o.CheckAllChecked())},o.cancel=function(){o.grid=!0,o.display=!1},o.SaveData=function(e){e&&((e=o.edt).opr="I",n.post(i.apiUrl+"api/ModuleMaster/CUDupdateModule",e).then(function(e){o.msg1=e.data,o.msg1?(swal({text:"Record Inserted Successfully",imageUrl:"assets/img/check.png",width:300,height:200}),o.display=!1,o.grid=!0,o.getdata()):swal("Error-"+o.msg1)}))},o.Update=function(){var e=o.edt;e.opr="U",n.post(i.apiUrl+"api/ModuleMaster/CUDupdateModule",e).then(function(e){o.msg1=e.data,1==o.msg1?swal({text:"Record Updated Successfully",imageUrl:"assets/img/check.png",width:300,height:200}):0==o.msg1?swal({text:"Record Not Updated. ",imageUrl:"assets/img/close.png",width:300,height:200}):swal("Error-"+o.msg1),o.display=!1,o.grid=!0,o.getdata()})},o.CheckAllChecked=function(){p=document.getElementById("mainchk");for(var e=0;e<o.filteredTodos.length;e++){var t=document.getElementById(o.filteredTodos[e].module_code);1==p.checked?(t.checked=!0,$("tr").addClass("row_selected")):(t.checked=!1,p.checked=!1,$("tr").removeClass("row_selected"))}},o.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),o.color="#edefef"}),1==(p=document.getElementById("mainchk")).checked&&(p.checked=!1)},o.flag=!0,o.expand=function(e,t){if(1==o.flag)$(d).remove(),e.icon="fa fa-minus-circle",d=$("<tr id='innerRow'><td class='details' colspan='11'><table class='inner-table'  width='100%' cellpadding='5' cellspacing='0' style='border-color:red;border:solid;border-width:02px'><tbody><tr><td class='semi-bold'>NAME(Arabic)</td><td class='semi-bold'>NAME(French)</td><td class='semi-bold'>NAME(Other)</td><td class='semi-bold'>KEYWORD</td><td class='semi-bold'>VERSION</td> </tr><tr><td>"+e.comn_appl_name_ar+"</td><td>"+e.comn_appl_name_fr+"</td><td>"+e.comn_appl_name_ot+"</td><td>"+e.comn_appl_keywords+"</td><td>"+e.comn_appl_version+"</td></tr><tr><td class='semi-bold'>HELP URL</td><td class='semi-bold'>LOCATION</td><td class='semi-bold'>DISPALY ORDER</td><td class='semi-bold'>APPLICATOIN TAG</td> <td class='semi-bold'colsapn='2'>LOGIC</td><td></td></tr><tr><td>"+e.comn_appl_help_url+"</td><td>"+e.comn_appl_location+"</td><td>"+e.comn_appl_display_order+"</td><td>"+e.comn_appl_tag+"</td><td>"+e.comn_appl_logic+"</td><td></td></tr></tbody> </table></td></tr>"),$(t.currentTarget).parents("tr").after(d),o.flag=!1;else{$("#innerRow").css({display:"none"});for(var a=0;a<o.filteredTodos.length;a++)o.filteredTodos[a].icon="fa fa-plus-circle";o.flag=!0}},o.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).module_code.toLowerCase().indexOf(t.toLowerCase())||-1<e.module_short_desc.toLowerCase().indexOf(t.toLowerCase())||-1<e.module_name_en.toLowerCase().indexOf(t.toLowerCase());var t})},o.search=function(){o.todos=o.searched(o.obj4,o.searchText),o.totalItems=o.todos.length,o.currentPage="1",""==o.searchText&&(o.todos=o.obj4),o.makeTodos()};var t=new Date,l=t.getDate(),r=t.getMonth()+1,m=(r<10&&(r="0"+r),t.getFullYear());o.edt={module_create_date:l+"-"+r+"-"+m}}])}(),function(){"use strict";var c,e=angular.module("sims.module.Setup");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("ModeratorCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(s,e,t,a,o,n,i){s.display=!1,s.pagesize="10",s.pageindex="1",s.grid=!0,s.edit_data=!1,s.moderator_data=[];var d;s.edt={},a(function(){$("#fixtable").tableHeadFixer({top:1})},100),s.filteredTodos=[],s.currentPage=1,s.numPerPage=5,s.maxSize=5,n.get(i.apiUrl+"api/common/Moderator/getModerator").then(function(e){s.display=!1,s.grid=!0,s.moderator_data=e.data,s.totalItems=s.moderator_data.length,s.todos=s.moderator_data,s.makeTodos(),s.grid=!0}),s.makeTodos=function(){var e=parseInt(s.totalItems%s.numPerPage),e=(s.pagersize="0"==e?parseInt(s.totalItems/s.numPerPage):parseInt(s.totalItems/s.numPerPage)+1,(s.currentPage-1)*s.numPerPage),t=parseInt(e)+parseInt(s.numPerPage);s.filteredTodos=s.todos.slice(e,t)},s.edit=function(e){s.display=!0,s.grid=!1,s.save1=!1,s.update1=!0,s.delete1=!1,s.edit_data=!0,s.edt={sims_attendance_cur_code:e.sims_attendance_cur_code,sims_academic_year:e.sims_academic_year,sims_comm_code:e.sims_comm_code,sims_comm_code_name:e.sims_comm_code_name,sims_email_flag:e.sims_email_flag,sims_sms_flag:e.sims_sms_flag,sims_bcc_flag:e.sims_bcc_flag,sims_bcc_email_flag:e.sims_bcc_email_flag,sims_bcc_sms_flag:e.sims_bcc_sms_flag,sims_comm_status:e.sims_comm_status},s.GetAacd_yr(s.edt.sims_attendance_cur_code)},n.get(i.apiUrl+"api/common/Attendance/getCuriculum").then(function(e){s.cur_data=e.data,s.edt.sims_attendance_cur_code=s.cur_data[0].sims_attendance_cur_code,s.GetAacd_yr(s.edt.sims_attendance_cur_code),console.log(s.cur_data)}),s.GetAacd_yr=function(e){console.log(s.acad),null!=e&&n.get(i.apiUrl+"api/common/getAcademicYear?curCode="+e).then(function(e){s.acad=e.data,s.edt.sims_academic_year=s.acad[0].sims_academic_year})},s.New=function(){var t;s.display=!0,s.grid=!1,s.save1=!0,s.update1=!1,s.delete1=!1,s.edit_data=!1,s.edt={},s.edt.sims_academic_year=s.acad[0].sims_academic_year,s.edt.sims_attendance_cur_code=s.cur_data[0].sims_attendance_cur_code,n.get(i.apiUrl+"api/common/Moderator/getAutoGenerateModeratorCommCode").then(function(e){t=e.data,s.edt.sims_comm_code=t})},s.Save=function(e){var t,a=[];e&&(0==s.update1?(t={sims_attendance_cur_code:s.edt.sims_attendance_cur_code,sims_academic_year:s.edt.sims_academic_year,sims_comm_code:s.edt.sims_comm_code,sims_comm_code_name:s.edt.sims_comm_code_name,sims_email_flag:s.edt.sims_email_flag,sims_sms_flag:s.edt.sims_sms_flag,sims_bcc_flag:s.edt.sims_bcc_flag,sims_bcc_email_flag:s.edt.sims_bcc_email_flag,sims_bcc_sms_flag:s.edt.sims_bcc_sms_flag,sims_comm_status:s.edt.sims_comm_status,opr:"I"},a.push(t),n.post(i.apiUrl+"api/common/Moderator/CUDModerator",a).then(function(e){s.display=!0,s.msg1=e.data,console.log(s.msg1),1==s.msg1?swal({text:"Modeartor Added Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&s.getgrid()}):0==s.msg1?swal({text:"Modeartor Not Added Successfully. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&s.getgrid()}):swal("Error-"+s.msg1)})):s.Update(e))},s.getgrid=function(){n.get(i.apiUrl+"api/common/Moderator/getModerator").then(function(e){s.display=!1,s.moderator_data=e.data,s.totalItems=s.moderator_data.length,s.todos=s.moderator_data,s.makeTodos(),s.grid=!0}),1==(c=document.getElementById("mainchk")).checked&&(c.checked=!1,s.row1=""),s.myForm.$setPristine(),s.myForm.$setUntouched()},s.Update=function(e){var t=[];e&&(e={sims_attendance_cur_code:s.edt.sims_attendance_cur_code,sims_academic_year:s.edt.sims_academic_year,sims_comm_code:s.edt.sims_comm_code,sims_comm_code_name:s.edt.sims_comm_code_name,sims_email_flag:s.edt.sims_email_flag,sims_sms_flag:s.edt.sims_sms_flag,sims_bcc_flag:s.edt.sims_bcc_flag,sims_bcc_email_flag:s.edt.sims_bcc_email_flag,sims_bcc_sms_flag:s.edt.sims_bcc_sms_flag,sims_comm_status:s.edt.sims_comm_status,opr:"U"},t.push(e),n.post(i.apiUrl+"api/common/Moderator/CUDModerator",t).then(function(e){s.display=!0,s.msg1=e.data,1==s.msg1?swal({text:"Modeartor Updated Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&s.getgrid()}):0==s.msg1?swal({text:"Modeartor Not Updated Successfully. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&s.getgrid()}):swal("Error-"+s.msg1)}))},s.cancel=function(){s.grid=!0,s.display=!1,s.myForm.$setPristine(),s.myForm.$setUntouched()},s.Delete=function(){var o=[];s.flag=!1;for(var e,t=0;t<s.filteredTodos.length;t++)1==document.getElementById(t).checked&&(s.flag=!0,e={sims_attendance_cur_code:s.filteredTodos[t].sims_attendance_cur_code,sims_academic_year:s.filteredTodos[t].sims_academic_year,sims_comm_code:s.filteredTodos[t].sims_comm_code,opr:"D"},o.push(e));s.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)n.post(i.apiUrl+"api/common/Moderator/CUDModerator",o).then(function(e){s.msg1=e.data,1==s.msg1?swal({text:"Modeartor Deleted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&s.getgrid()}):0==s.msg1?swal({text:"Modeartor Not Deleted Successfully. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&s.getgrid()}):swal("Error-"+s.msg1)});else{1==(c=document.getElementById("mainchk")).checked&&(c.checked=!1);for(var t=0;t<s.filteredTodos.length;t++){var a=document.getElementById(t);1==a.checked&&(a.checked=!1,$("tr").removeClass("row_selected"))}}}):swal({text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380})},s.CheckAllChecked=function(){if(1==(c=document.getElementById("mainchk")).checked)for(var e=0;e<s.filteredTodos.length;e++)document.getElementById(e).checked=!0,$("tr").addClass("row_selected");else for(e=0;e<s.filteredTodos.length;e++)document.getElementById(e).checked=!1,c.checked=!1,s.row1=""},s.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),s.color="#edefef"}),1==(c=document.getElementById("mainchk")).checked&&(c.checked=!1,$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected")}))},s.size=function(e){console.log(e),s.pagesize=e,s.currentPage=1,s.numPerPage=e,console.log("numPerPage="+s.numPerPage),s.makeTodos()},s.index=function(e){s.pageindex=e,s.currentPage=e,console.log("currentPage="+s.currentPage),s.makeTodos(),c.checked=!1,s.row1=""},s.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).sims_comm_code.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_comm_code_name.toLowerCase().indexOf(t.toLowerCase());var t})},s.search=function(){if(s.todos=s.searched(s.moderator_data,s.searchText),s.totalItems=s.todos.length,s.currentPage="1",""==s.searchText&&(s.todos=s.moderator_data),s.makeTodos(),1==(c=document.getElementById("mainchk")).checked){c.checked=!1;for(var e=0;e<s.filteredTodos.length;e++)document.getElementById(e).checked=!1,c.checked=!1,s.row1=""}},s.expand=function(e,t){console.log(e),$(d).remove(),d=$("<tr><td class='details' colspan='11'><table class='inner-table' cellpadding='5' cellspacing='0'><tbody><tr><td class='semi-bold'>&nbsp;</td><td class='semi-bold'></td><td class='semi-bold'></td> <td class='semi-bold'>Email</td><td class='semi-bold'>&nbsp;</td> <td class='semi-bold'>Sms </td><td class='semi-bold'>&nbsp;</td><td class='semi-bold'>Bcc</td><td class='semi-bold'>&nbsp;</td><td class='semi-bold'>Bcc Email</td><td class='semi-bold'>&nbsp;</td><td class='semi-bold'>Bcc Sms</td></tr><tr><td class='semi-bold'>&nbsp;</td><td class='semi-bold'>&nbsp;</td><td class='semi-bold'>&nbsp;</td><td>"+e.sims_email_flag+"</td> <td class='semi-bold'>&nbsp;</td><td>"+e.sims_sms_flag+" </td><td class='semi-bold'>&nbsp;</td><td>"+e.sims_bcc_flag+"</td><td class='semi-bold'>&nbsp;</td><td>"+e.sims_bcc_email_flag+"</td><td class='semi-bold'>&nbsp;</td><td>"+e.sims_bcc_sms_flag+"</td></tr></tbody> </table></td></tr>"),$(t.currentTarget).parents("tr").after(d)}}])}(),function(){"use strict";angular.module("sims.module.Setup").controller("LessonObservationSchedulingCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(a,e,t,o,s,n,i){a.pagesize="10",a.pageindex="0";t.globals.currentUser.username;var d=t.globals.currentUser.username,t=(a.update1=!1,a.temp=[],new Date),c=t.getDate(),l=t.getMonth()+1,r=t.getFullYear(),m=(a.date1=c+"-"+l+"-"+r,c+"-"+l+"-"+r);a.sims_lesson_status=!0,a.temp.att_date=("0"+c).slice(-2)+"-"+("0"+l).slice(-2)+"-"+r,t.getHours(),t.getMinutes(),t.getSeconds();a.dateTime=m,a.temp.sims_lesson_status=!0,a.gradetxt=!1,a.sectiontxt=!1,a.subdrop=!1,a.crrtxt=!1,a.academictxt=!1;moment().format("DD/MM/YYYY");o(function(){$("#fixTable").tableHeadFixer({top:1})},100),(c=(t=new Date).getDate())<10&&(c="0"+c);(l=t.getMonth()+1)<10&&(l="0"+l),r=t.getFullYear();a.temp.sims_lesson_date=c+"-"+l+"-"+r,n.get(i.apiUrl+"api/ERP/Grade/getCuriculum_new").then(function(e){a.curiculum=e.data,a.temp.sims_cur_code=a.curiculum[0].sims_cur_code,a.cur_change()}),a.load_data=function(){n.get(i.apiUrl+"api/LessonObservationSchedulibg/GetAll_lessonSuperSechedule?user_name="+d+"&sims_academic_year="+a.temp.sims_academic_year).then(function(e){a.allSupervisorSchedule=e.data,console.log("data",a.allSupervisorSchedule),a.totalItems=a.allSupervisorSchedule.length,a.todos=a.allSupervisorSchedule,a.makeTodos()}),n.get(i.apiUrl+"api/LessonObservationSchedulibg/GetScheduleCount?sims_academic_year="+a.temp.sims_academic_year).then(function(e){a.demo_values=e.data})},a.cur_change=function(){n.get(i.apiUrl+"api/attendance/getAttendanceyear?cur_code="+a.temp.sims_cur_code).then(function(e){a.academicyears=e.data,a.temp.sims_academic_year=a.academicyears[0].sims_academic_year,a.acdm_yr_change()})},a.sec_change=function(){n.get(i.apiUrl+"api/LearningAsd/getSubject?cur="+a.temp.sims_cur_code+"&academic_year="+a.temp.sims_academic_year+"&grade="+a.temp.sims_grade_code+"&section="+a.temp.sims_section_code+"&user_name="+d).then(function(e){a.subjectlst=e.data})},a.acdm_yr_change=function(){n.get(i.apiUrl+"api/LearningAsd/getgrade?cur_code="+a.temp.sims_cur_code+"&academic_year="+a.temp.sims_academic_year+"&userName="+d).then(function(e){a.grades=e.data,a.grades.sims_grade_code=a.grades[0].sims_grade_code,a.grade_change(),a.load_data()}),n.get(i.apiUrl+"api/LearningAsd/getSlot?cur="+a.temp.sims_cur_code+"&academic_year="+a.temp.sims_academic_year+"&grade="+a.temp.sims_grade_code+"&section="+a.temp.sims_section_code+"&sims_teacher_code="+d).then(function(e){a.attSlot1=e.data})},a.grade_change=function(){n.get(i.apiUrl+"api/LearningAsd/getsection?cur_code="+a.temp.sims_cur_code+"&academic_year="+a.temp.sims_academic_year+"&gradeCode="+a.temp.sims_grade_code+"&userName="+d).then(function(e){a.section=e.data})},setTimeout(function(){$("#supervisor_slot").select2()},100),setTimeout(function(){$("#employ_slot").select2()},100),"cbsesmf"==n.defaults.headers.common.schoolId||"uksmf"==n.defaults.headers.common.schoolId?n.post(i.apiUrl+"api/LessonObservationSchedulibg/lessionData",{opr:"K",user_name:d}).then(function(e){a.attsupervisor1=[],0<e.data.table.length&&(a.attsupervisor1=e.data.table,console.log("Evaluatee",a.attsupervisor1))}):n.get(i.apiUrl+"api/LessonObservationSchedulibg/GetAllSupervisorName1").then(function(e){a.attsupervisor1=e.data,console.log("Evaluatee1",a.attsupervisor1)}),a.get_evalutee_grade_wise=function(){n.get(i.apiUrl+"api/LessonObservationSchedulibg/GetAllSupervisorName?sims_cur_code="+a.temp.sims_cur_code+"&sims_academic_year="+a.temp.sims_academic_year+"&sims_grade_code="+a.temp.sims_grade_code+"&sims_section_code="+a.temp.sims_section_code+"&user_name="+d+"&subject="+a.temp.sims_lesson_subject_code).then(function(e){a.attsupervisor=e.data,console.log("attsupervisor",a.attsupervisor)})},a.get_evalutee=function(){null!=a.temp.sims_lesson_observation_supervisor&&null==a.temp.sims_lesson_subject_code&&n.get(i.apiUrl+"api/LessonObservationSchedulibg/GetAllEmployeeName?emnumber="+a.temp.sims_lesson_observation_supervisor).then(function(e){a.attSlot=e.data})},a.subject_change=function(){a.get_evalutee_grade_wise(),""!=a.temp.sims_lesson_subject_code&&null!=a.temp.sims_lesson_subject_code&&null!=a.temp.sims_lesson_subject_code&&(null==a.temp.sims_grade_code&&(a.temp.sims_grade_code=""),null==a.temp.sims_section_code&&(a.temp.sims_section_code=""),n.get(i.apiUrl+"api/LessonObservationSchedulibg/getEmployee?cur="+a.temp.sims_cur_code+"&academic_year="+a.temp.sims_academic_year+"&grade="+a.temp.sims_grade_code+"&section="+a.temp.sims_section_code+"&user_name="+d+"&subject="+a.temp.sims_lesson_subject_code).then(function(e){a.attSlot=e.data}))},a.empcompare=function(){a.temp.sims_lesson_observation_supervisor==a.temp.sims_lesson_observation_for&&swal({text:" Evaluator and Evaluatee should not be same.",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}).then(function(e){e&&($("#employ_slot").select2("val",""),a.temp.sims_lesson_observation_for="")})},a.reset=function(){$("#supervisor_slot").select2("val",null),$("#employ_slot").select2("val",null),a.temp.sims_lesson_date="",a.temp.sims_lesson_observation_supervisor="",a.temp.sims_lesson_observation_for="",a.temp.sims_grade_code=!1,a.temp.sims_section_code=!1,a.temp.sims_lesson_period_no=!1,a.temp.sims_lesson_template_id=!1,a.temp.sims_lesson_subject_code=!1,a.temp.sims_lesson_status=!1,a.Myform.$setPristine(),a.Myform.$setUntouched(),a.Myform.$valid()},a.getBackgroundColor=function(e){var t=new Date,e=moment(e,"DD-MM-YYYY").format("MM-DD-YYYY"),t=moment(t).format("MM-DD-YYYY"),e=new Date(e).getTime(),t=new Date(t).getTime();return e<t?{"background-color":"rgb(219, 233, 250)"}:t<e?{"background-color":"rgb(247, 240, 245)"}:e===t?{"background-color":"rgb(222, 255, 255)"}:void 0},n.get(i.apiUrl+"api/LessonObservationSchedulibg/GetScheduleCount?sims_academic_year="+a.temp.sims_academic_year).then(function(e){a.demo_values=e.data}),a.total_eval=function(){a.count="1",n.get(i.apiUrl+"api/LessonObservationSchedulibg/GetscheduleData?count="+a.count+"&sims_academic_year="+a.temp.sims_academic_year).then(function(e){a.allSupervisorSchedule=e.data,0<a.allSupervisorSchedule.length||swal({text:"No schedulings",width:400,showCloseButton:!0})})},a.previous_eval=function(){a.count="2",n.get(i.apiUrl+"api/LessonObservationSchedulibg/GetscheduleData?count="+a.count+"&sims_academic_year="+a.temp.sims_academic_year).then(function(e){a.allSupervisorSchedule=e.data,0<a.allSupervisorSchedule.length||swal({text:"No previous schedulings",width:400,showCloseButton:!0})})},a.current_eval=function(){a.count="3",n.get(i.apiUrl+"api/LessonObservationSchedulibg/GetscheduleData?count="+a.count+"&sims_academic_year="+a.temp.sims_academic_year).then(function(e){a.allSupervisorSchedule=e.data,0<a.allSupervisorSchedule.length||swal({text:"No current schedulings",width:400,showCloseButton:!0})})},a.upcoming_eval=function(){a.count="4",n.get(i.apiUrl+"api/LessonObservationSchedulibg/GetscheduleData?count="+a.count+"&sims_academic_year="+a.temp.sims_academic_year).then(function(e){a.allSupervisorSchedule=e.data,0<a.allSupervisorSchedule.length||swal({text:"No upcoming schedulings",width:400,showCloseButton:!0})})},a.editing=!1,a.edit=function(e,t){$("#Table1 tr").css("background-color","transparent"),a.index=t+1,$("#Table1 tr:eq("+a.index+")").css("background-color","yellow"),a.editing=!0,a.update1=!0,a.temp={sims_srl_no:e.sims_srl_no,sims_cur_code:e.sims_cur_code,sims_academic_year:e.sims_academic_year,sims_grade_code:e.sims_grade_code,sims_section_code:e.sims_section_code,sims_lesson_date:e.sims_lesson_date,sims_lesson_subject_code:e.sims_lesson_subject_code,sims_lesson_template_id:e.sims_lesson_template_id,sims_lesson_observation_supervisor:e.sims_lesson_observation_supervisor,sims_lesson_observation_for:e.sims_lesson_observation_for,sims_lesson_observation_type:"S",sims_lesson_id:e.sims_lesson_id,sims_lesson_created_by:d,sims_alert_due_days:e.sims_alert_due_days,sims_lesson_creation_date:e.dateTime,sims_lesson_remark:e.sims_lesson_remark,sims_lesson_status:e.sims_lesson_status,sims_lesson_period_no:e.sims_lesson_period_no},a.grade_change(),a.sec_change(),a.subject_change(),a.get_evalutee_grade_wise(),$("#supervisor_slot").select2("val",e.sims_lesson_observation_supervisor),$("#employ_slot").select2("val",e.sims_lesson_observation_for),a.edit_code=!0,$("#Table1 td").css("background",""),$("."+tdclass).css("background","#faeb78")},a.Update=function(){a.editing=!1,a.update1=!0;var e=[],t={sims_srl_no:a.temp.sims_srl_no,sims_cur_code:a.temp.sims_cur_code,sims_academic_year:a.temp.sims_academic_year,sims_grade_code:a.temp.sims_grade_code,sims_section_code:a.temp.sims_section_code,sims_lesson_date:a.temp.sims_lesson_date,sims_lesson_subject_code:a.temp.sims_lesson_subject_code,sims_lesson_template_id:a.temp.sims_lesson_template_id,sims_lesson_observation_supervisor:a.temp.sims_lesson_observation_supervisor,sims_lesson_observation_for:a.temp.sims_lesson_observation_for,sims_lesson_observation_type:"S",sims_lesson_id:a.temp.sims_lesson_id,sims_lesson_created_by:d,sims_alert_due_days:a.temp.sims_alert_due_days,sims_lesson_creation_date:a.dateTime,sims_lesson_remark:a.temp.sims_lesson_remark,sims_lesson_status:a.temp.sims_lesson_status,sims_lesson_period_no:a.temp.sims_lesson_period_no,opr:"U"};e.push(t),n.post(i.apiUrl+"api/LessonObservationSchedulibg/CUD_LessonObservation",e).then(function(e){a.display=!0,a.msg1=e.data,1==a.msg1?($("#Table1 tr:eq("+a.index+")").css("background-color","transparent"),swal({text:"Updated Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&a.load_data()}),a.viewData()):0==a.msg1?(swal({text:"Record Not Updated. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){}),a.viewData()):swal("Error-"+a.msg1)})},a.Cancel=function(){},a.size=function(e){"All"==e?(a.currentPage="1",a.filteredTodos=a.allSupervisorSchedule):(a.pagesize=e,a.currentPage=1,a.numPerPage=e,a.makeTodos())},a.index=function(e){a.pageindex=e,a.currentPage=e,a.makeTodos()},a.filteredTodos=[],a.currentPage=1,a.numPerPage=10,a.maxSize=10,a.makeTodos=function(){var e=parseInt(a.totalItems%a.numPerPage),e=(a.pagersize="0"==e?parseInt(a.totalItems/a.numPerPage):parseInt(a.totalItems/a.numPerPage)+1,(a.currentPage-1)*a.numPerPage),t=parseInt(e)+parseInt(a.numPerPage);a.filteredTodos=a.todos.slice(e,t)},a.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).sims_subject_name_en.toLowerCase().indexOf(t.toLowerCase())||-1<e.empname.toLowerCase().indexOf(t.toLowerCase())||e.observeemployee==t;var t})},a.search=function(){a.todos=a.searched(a.allSupervisorSchedule,a.searchText),a.totalItems=a.todos.length,a.currentPage="1",""==a.searchText&&(a.todos=a.allSupervisorSchedule),a.makeTodos()},n.get(i.apiUrl+"api/LearningAsd/getTemplate").then(function(e){a.templatelst=e.data,a.temp.sims_lesson_template_id=a.templatelst[0].sims_comment_template_id}),a.Submit_data=function(e){a.update1=!1,a.dt=a.temp.sims_lesson_date;var t=[];e&&(e={sims_cur_code:a.temp.sims_cur_code,sims_academic_year:a.temp.sims_academic_year,sims_grade_code:a.temp.sims_grade_code,sims_section_code:a.temp.sims_section_code,sims_lesson_date:a.temp.sims_lesson_date,sims_lesson_subject_code:a.temp.sims_lesson_subject_code,sims_lesson_template_id:a.temp.sims_lesson_template_id,sims_lesson_observation_supervisor:a.temp.sims_lesson_observation_supervisor,sims_lesson_observation_for:a.temp.sims_lesson_observation_for,sims_lesson_observation_type:"S",sims_lesson_id:a.temp.sims_lesson_id,sims_lesson_created_by:d,sims_alert_due_days:a.temp.sims_alert_due_days,sims_lesson_creation_date:a.dateTime,sims_lesson_remark:a.temp.sims_lesson_remark,sims_lesson_status:a.temp.sims_lesson_status,sims_lesson_period_no:a.temp.sims_lesson_period_no,opr:"I"},t.push(e),n.post(i.apiUrl+"api/LessonObservationSchedulibg/CUD_LessonObservation",t).then(function(e){a.display=!0,a.msg1=e.data,1==a.msg1?(swal({text:"Lesson observation scheduled successfully.",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&a.load_data()}),a.viewData()):0==a.msg1?(swal({text:"Unable to schedule the Lesson observation.",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){}),a.viewData()):swal("Error-"+a.msg1)}))}}])}(),function(){"use strict";var c,e=angular.module("sims.module.Setup");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("ModeratorUserCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(s,e,t,a,o,n,i){s.display=!1,s.pagesize="10",s.pageindex="0",s.pager=!0,s.grid=!0,s.moderatorUser_data=[],s.user_result=[];var d;s.edit_data=!1,s.itemsPerPage1="5",s.currentPage1=0,$(document).keydown(function(e){27==e.keyCode&&($('.nav-tabs a[href="#User_information"]').tab("show"),$("#MyModal").modal({backdrop:"static",keyboard:!1}))}),a(function(){$("#fixedtable").tableHeadFixer({top:1})},100),s.filteredTodos=[],s.currentPage=1,s.numPerPage=10,s.maxSize=10,s.size1=function(e){s.itemsPerPage1=e},s.range=function(){for(var e=[],t=s.currentPage1,a=t=t>s.pageCount()-5?s.pageCount()-5+1:t;a<t+5;a++)0<=a&&e.push(a);return e},s.prevPage=function(){0<s.currentPage1&&s.currentPage1--},s.prevPageDisabled=function(){return 0===s.currentPage1?"disabled":""},s.pageCount=function(){return Math.ceil(s.user_result.length/s.itemsPerPage1)-1},s.nextPage=function(){s.currentPage1<s.pageCount()&&s.currentPage1++},s.nextPageDisabled=function(){return s.currentPage1===s.pageCount()?"disabled":""},s.setPage=function(e){s.currentPage1=e},n.get(i.apiUrl+"api/common/ModeratorUser/getModeratorUser").then(function(e){s.display=!1,s.grid=!0,s.moderatorUser_data=e.data,s.totalItems=s.moderatorUser_data.length,s.todos=s.moderatorUser_data,s.makeTodos(),s.grid=!0;for(var t=0;t<s.totalItems;t++)s.moderatorUser_data[t].icon="fa fa-plus-circle"}),s.makeTodos=function(){var e=parseInt(s.totalItems%s.numPerPage),e=(s.pagersize="0"==e?parseInt(s.totalItems/s.numPerPage):parseInt(s.totalItems/s.numPerPage)+1,(s.currentPage-1)*s.numPerPage),t=parseInt(e)+parseInt(s.numPerPage);s.filteredTodos=s.todos.slice(e,t)},n.get(i.apiUrl+"api/common/ModeratorUser/getAllModeratorNames").then(function(e){s.ModeratorNames=e.data,console.log(s.ModeratorNames)}),s.edt={},n.get(i.apiUrl+"api/common/Attendance/getCuriculum").then(function(e){s.cur_data=e.data,0<e.data.length&&(s.edt.sims_cur_code=e.data[0].sims_attendance_cur_code,s.GetAacd_yr(s.edt.sims_cur_code)),console.log(s.cur_data)}),s.GetAacd_yr=function(e){null!=e&&n.get(i.apiUrl+"api/common/getAcademicYear?curCode="+e).then(function(e){s.acad=e.data,0<e.data.length&&(s.edt.sims_academic_year=e.data[0].sims_academic_year,s.GetGrade(s.edt.sims_cur_code,s.edt.sims_academic_year)),console.log(s.acad)})},s.GetGrade=function(e,t){console.log(e,t),n.get(i.apiUrl+"api/common/ModeratorUser/getAllGrades?cur_code="+e+"&ac_year="+t).then(function(e){s.grade=e.data,console.log(s.grade)})},s.edit=function(e){s.display=!0,s.grid=!1,s.save1=!1,s.update1=!0,s.delete1=!1,console.log(e),s.edt=e,s.edit_data=!0,s.GetAacd_yr(s.edt.sims_cur_code),s.GetGrade(s.edt.sims_cur_code,s.edt.sims_academic_year)},s.Save=function(e){var t,a=[];e&&(0==s.update1?(t={sims_cur_code:s.edt.sims_cur_code,sims_academic_year:s.edt.sims_academic_year,sims_grade_code:s.edt.sims_grade_code,sims_comm_code:s.edt.sims_comm_code,sims_comm_user_name:s.edt.sims_comm_user_name,sims_comm_user_code_status:s.edt.sims_comm_user_code_status,sims_comm_email_user_code:s.edt.sims_comm_email_user_code,sims_comm_email_user_code_status:s.edt.sims_comm_email_user_code_status,sims_comm_sms_user_code:s.edt.sims_comm_sms_user_code,sims_comm_sms_user_code_status:s.edt.sims_comm_sms_user_code_status,sims_comm_bcc_user_code:s.edt.sims_comm_bcc_user_code,sims_comm_bcc_user_code_status:s.edt.sims_comm_bcc_user_code_status,sims_comm_bcc_email_user_code:s.edt.sims_comm_bcc_email_user_code,sims_comm_bcc_email_user_code_status:s.edt.sims_comm_bcc_email_user_code_status,sims_comm_bcc_sms_user_code:s.edt.sims_comm_bcc_sms_user_code,sims_comm_bcc_sms_user_code_status:s.edt.sims_comm_bcc_sms_user_code_status,opr:"I"},a.push(t),n.post(i.apiUrl+"api/common/ModeratorUser/CUDModeratorUser",a).then(function(e){s.display=!0,s.msg1=e.data,1==s.msg1?swal({text:"Modeartor User Added Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&s.getgrid()}):0==s.msg1?swal({text:"Modeartor User Not Added Successfully. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&s.getgrid()}):swal("Error-"+s.msg1)})):s.Update(e))},s.getgrid=function(){s.currentPage1=0,n.get(i.apiUrl+"api/common/ModeratorUser/getModeratorUser").then(function(e){s.display=!1,s.grid=!0,s.moderatorUser_data=e.data,s.totalItems=s.moderatorUser_data.length,s.todos=s.moderatorUser_data,s.makeTodos(),s.grid=!0;for(var t=0;t<s.totalItems;t++)s.moderatorUser_data[t].icon="fa fa-plus-circle"}),s.myForm.$setPristine(),s.myForm.$setUntouched()},s.Update=function(e){var t=[];e&&(e={sims_cur_code:s.edt.sims_cur_code,sims_academic_year:s.edt.sims_academic_year,sims_grade_code:s.edt.sims_grade_code,sims_comm_code:s.edt.sims_comm_code,sims_comm_user_name:s.edt.sims_comm_user_name,sims_comm_user_code_status:s.edt.sims_comm_user_code_status,sims_comm_email_user_code:s.edt.sims_comm_email_user_code,sims_comm_email_user_code_status:s.edt.sims_comm_email_user_code_status,sims_comm_sms_user_code:s.edt.sims_comm_sms_user_code,sims_comm_sms_user_code_status:s.edt.sims_comm_sms_user_code_status,sims_comm_bcc_user_code:s.edt.sims_comm_bcc_user_code,sims_comm_bcc_user_code_status:s.edt.sims_comm_bcc_user_code_status,sims_comm_bcc_email_user_code:s.edt.sims_comm_bcc_email_user_code,sims_comm_bcc_email_user_code_status:s.edt.sims_comm_bcc_email_user_code_status,sims_comm_bcc_sms_user_code:s.edt.sims_comm_bcc_sms_user_code,sims_comm_bcc_sms_user_code_status:s.edt.sims_comm_bcc_sms_user_code_status,opr:"U"},t.push(e),n.post(i.apiUrl+"api/common/ModeratorUser/CUDModeratorUser",t).then(function(e){s.display=!0,s.msg1=e.data,1==s.msg1?swal({text:"Modeartor User Updated Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&s.getgrid()}):0==s.msg1?swal({text:"Modeartor User Not Updated Successfully. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&s.getgrid()}):swal("Error-"+s.msg1)}))},s.Delete=function(){var o=[];s.flag=!1;for(var e,t=0;t<s.filteredTodos.length;t++)1==document.getElementById("test_"+t).checked&&(s.flag=!0,e={sims_cur_code:s.filteredTodos[t].sims_cur_code,sims_academic_year:s.filteredTodos[t].sims_academic_year,sims_comm_code:s.filteredTodos[t].sims_comm_code,sims_grade_code:s.filteredTodos[t].sims_grade_code,sims_comm_user_name:s.filteredTodos[t].sims_comm_user_name,opr:"D"},o.push(e));s.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)n.post(i.apiUrl+"api/common/ModeratorUser/CUDModeratorUser",o).then(function(e){s.msg1=e.data,1==s.msg1?swal({text:"Modeartor User Deleted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&s.getgrid()}):0==s.msg1?swal({text:"Modeartor User Not Deleted Successfully. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&s.getgrid()}):swal("Error-"+s.msg1)});else{1==(c=document.getElementById("mainchk")).checked&&(c.checked=!1);for(var t=0;t<s.filteredTodos.length;t++){var a=document.getElementById(t);1==a.checked&&(a.checked=!1,$("tr").removeClass("row_selected"))}}}):swal({text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380})},s.New=function(){s.display=!0,s.grid=!1,s.save1=!0,s.update1=!1,s.delete1=!1,s.edt=[],s.edt={},s.edit_data=!1,s.edt.sims_comm_user_code_status=!0,0<s.cur_data.length&&(s.edt.sims_cur_code=s.cur_data[0].sims_attendance_cur_code,s.GetAacd_yr(s.edt.sims_cur_code)),0<s.acad.length&&(s.edt.sims_academic_year=s.acad[0].sims_academic_year,s.year(s.edt.sims_cur_code,s.edt.sims_academic_year)),s.edt.sims_comm_user_name=s.SelectedUserLst[0].em_login_code},s.cancel=function(){s.grid=!0,s.display=!1,s.myForm.$setPristine(),s.myForm.$setUntouched()},s.CheckAllChecked=function(){if(1==(c=document.getElementById("mainchk")).checked)for(var e=0;e<s.filteredTodos.length;e++)document.getElementById(e).checked=!0,$("tr").addClass("row_selected");else for(e=0;e<s.filteredTodos.length;e++)document.getElementById(e).checked=!1,c.checked=!1,s.row1=""},s.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),s.color="#edefef"}),1==(c=document.getElementById("mainchk")).checked&&(c.checked=!1,$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected")}))},s.size=function(e){"All"==e?(s.currentPage="1",s.filteredTodos=s.moderatorUser_data,s.pager=!1):(s.pager=!0,s.pagesize=e,s.currentPage=1,s.numPerPage=e,s.makeTodos()),s.numPerPage=e,console.log("numPerPage="+s.numPerPage)},s.index=function(e){s.pageindex=e,s.currentPage=e,console.log("currentPage="+s.currentPage),s.makeTodos(),c.checked=!1,s.row1=""},s.SearchUserModal=function(){t.visible_stud=!1,t.visible_parent=!1,t.visible_search_parent=!1,t.visible_teacher=!1,t.visible_User=!0,t.visible_Employee=!0,t.chkMulti=!1,$("#Global_Search_Modal").modal({backdrop:"static"}),s.showBtn=!1},s.$on("global_cancel",function(e){0<s.SelectedUserLst.length&&(s.edt.enroll_number=s.SelectedUserLst[0].em_login_code,s.edt.name=s.SelectedUserLst[0].empName,s.edt.sims_comm_user_name=s.SelectedUserLst[0].user_name)}),s.searchGlobalClick=function(){s.Global_Search_by_employee()},s.SearchUser=function(){s.Usertable=!1,s.busy=!0,n.get(i.apiUrl+"api/common/GlobalSearch/getSearchUser?data="+JSON.stringify(s.pp)).then(function(e){s.user_result=e.data,s.Usertable=!0,s.busy=!1}),s.currentPage1=0},s.getUserdata=function(){for(var e=0;e<s.user_result.length;e++)1==s.user_result[e].user_code1&&(s.edt.sims_comm_user_name=s.user_result[e].user_name)},s.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).sims_comm_code_name.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_comm_user_name.toLowerCase().indexOf(t.toLowerCase());var t})},s.search=function(){if(s.todos=s.searched(s.moderatorUser_data,s.searchText),s.totalItems=s.todos.length,s.currentPage="1",""==s.searchText&&(s.todos=s.moderatorUser_data),s.makeTodos(),1==(c=document.getElementById("mainchk")).checked){c.checked=!1;for(var e=0;e<s.filteredTodos.length;e++)document.getElementById(e).checked=!1,c.checked=!1,s.row1=""}};s.flag=!0,s.icon="fa fa-plus-circle",s.expand=function(e,t){console.log(e),1==s.flag?($(d).remove(),e.icon="fa fa-minus-circle",d=$("<tr id='innerRow'><td class='details' colspan='11'><table class='inner-table' cellpadding='5' cellspacing='0'><tbody><tr> <td class='semi-bold'>User Id(Email)</td> <td class='semi-bold'>Status </td><td class='semi-bold'>User Id(SMS)</td><td class='semi-bold'>Status</td><td class='semi-bold'>User Id(Bcc Portal)</td> <td class='semi-bold'>Status </td><td class='semi-bold'>User Id(Bcc Email)</td><td class='semi-bold'>Status</td><td class='semi-bold'>User Id(Bcc SMS)</td> <td class='semi-bold'>Status </td></tr><tr><td>"+e.sims_comm_email_user_code+"</td><td>"+e.sims_comm_email_user_code_status+" </td><td>"+e.sims_comm_sms_user_code+"</td><td>"+e.sims_comm_sms_user_code_status+"</td><td>"+e.sims_comm_bcc_user_code+"</td><td>"+e.sims_comm_bcc_user_code_status+" </td><td>"+e.sims_comm_bcc_email_user_code+"</td><td>"+e.sims_comm_bcc_email_user_code_status+"</td><td>"+e.sims_comm_bcc_sms_user_code+"</td><td>"+e.sims_comm_bcc_sms_user_code_status+"</td></tr> </table></td></tr>"),$(t.currentTarget).parents("tr").after(d),s.flag=!1):($("#innerRow").css({display:"none"}),e.icon="fa fa-plus-circle",s.flag=!0)},s.ex=function(e){console.log("hello")}}])}(),function(){"use strict";var d,e=angular.module("sims.module.Setup");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("ColloborationDetailsCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(o,e,t,a,s,n,i){o.pagesize="50",o.pageindex="0",o.pager=!0,o.Coolloboration_data=[];o.user_access=[],o.IsAllChecked=!1,o.appcode=e.current.name.split(".");e=t.globals.currentUser.username;n.get(i.apiUrl+"api/AlertTransaction/Get_user_access_rights?username="+e+"&appl_code="+o.appcode[1]).then(function(e){o.user_rights=e.data;for(var t=0;t<o.user_rights.length;t++)0===t&&(o.user_access.data_read=o.user_rights[t].comn_user_read,o.user_access.data_insert=o.user_rights[t].comn_user_insert,o.user_access.data_update=o.user_rights[t].comn_user_update,o.user_access.data_delete=o.user_rights[t].comn_user_delete,o.user_access.data_massupdate=o.user_rights[t].comn_user_massupdate,o.user_access.is_admin=o.user_rights[t].comn_user_admin)}),o.t=!1,o.propertyName=null,o.reverse=!1,o.sortBy=function(e){o.reverse=o.propertyName===e&&!o.reverse,o.propertyName=e},a(function(){$("#fixtable").tableHeadFixer({top:1})},100),o.filteredTodos=[],o.currentPage=1,o.numPerPage=50,o.maxSize=10,n.get(i.apiUrl+"api/common/ColloborationDetails/getColloboraDetails").then(function(e){o.display=!1,o.grid=!0,o.Coolloboration_data=e.data,o.totalItems=o.Coolloboration_data.length,o.todos=o.Coolloboration_data,o.makeTodos()}),o.makeTodos=function(){var e=parseInt(o.totalItems%o.numPerPage),e=(o.pagersize="0"===e?parseInt(o.totalItems/o.numPerPage):parseInt(o.totalItems/o.numPerPage)+1,(o.currentPage-1)*o.numPerPage),t=parseInt(e)+parseInt(o.numPerPage);o.filteredTodos=o.todos.slice(e,t)},o.cancel=function(){o.edt={},o.grid=!0,o.display=!1,o.Myform.$setPristine(),o.Myform.$setUntouched()},n.get(i.apiUrl+"api/common/ApplicationMaster/getModules").then(function(e){o.module_data=e.data}),n.get(i.apiUrl+"api/common/ParameterMaster/getApplication").then(function(e){o.appl_name=e.data}),o.GetApplication=function(e){o.appl_data=void 0,null!=e&&n.get(i.apiUrl+"api/common/ParameterMaster/getApplication?modCode="+e).then(function(e){o.appl_data=e.data})},n.get(i.apiUrl+"api/common/ColloborationDetails/gettemplateET").then(function(e){o.emai_ltemp=e.data}),n.get(i.apiUrl+"api/common/ColloborationDetails/gettemplateST").then(function(e){o.sms_temp=e.data}),n.get(i.apiUrl+"api/common/ColloborationDetails/gettemplateAT").then(function(e){o.alert_temp=e.data}),n.get(i.apiUrl+"api/common/ColloborationDetails/gettempsmtp").then(function(e){o.smtp_temp=e.data}),o.New=function(){n.get(i.apiUrl+"api/common/ColloborationDetails/ColloborationDetailsin").then(function(e){}),!1===o.user_access.data_insert?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(o.sims_form_field=!1,o.display=!0,o.grid=!1,o.save1=!0,o.update1=!1,o.delete1=!1,o.edit_data=!0,o.edit_code=!1,o.edt=[],o.edt={sims_status:!0,sims_alert_flag:!0,sims_sms_flag:!0,sims_email_flag:!0},n.get(i.apiUrl+"api/common/ColloborationDetails/gettemplateET").then(function(e){o.emai_ltemp=e.data}),n.get(i.apiUrl+"api/common/ColloborationDetails/gettemplateST").then(function(e){o.sms_temp=e.data}),n.get(i.apiUrl+"api/common/ColloborationDetails/gettemplateAT").then(function(e){o.alert_temp=e.data}),n.get(i.apiUrl+"api/common/ColloborationDetails/gettempsmtp").then(function(e){o.smtp_temp=e.data}),o.Gettext=function(e,t){n.get(i.apiUrl+"api/common/ColloborationDetails/gettemptext?type="+e).then(function(e){"E"===t?o.edt.sims_email_receipient_member=e.data:"S"===t?o.edt.sims_sms_receipient_member=e.data:"A"===t&&(o.edt.sims_msg_subject=e.data)})})},o.edit=function(e){!1===o.user_access.data_update?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(o.sims_form_field=!0,o.display=!0,o.grid=!1,o.save1=!1,o.update1=!0,o.delete1=!1,null!=e.sims_mod_code&&(n.get(i.apiUrl+"api/common/ParameterMaster/getApplication?modCode="+e.sims_mod_code).then(function(e){o.appl_data=e.data}),o.sims_smtp_id=e.sims_smtp_id,o.sims_email_flag=e.sims_email_flag,o.sims_sms_flag=e.sims_sms_flag,o.sims_alert_flag=e.sims_alert_flag,null!=e.sims_email_templ_no&&(n.get(i.apiUrl+"api/common/ColloborationDetails/gettemptext?type="+e.sims_email_templ_no).then(function(e){o.edt.sims_email_receipient_member=e.data}),null!=e.sims_sms_templ_no)&&(n.get(i.apiUrl+"api/common/ColloborationDetails/gettemptext?type="+e.sims_sms_templ_no).then(function(e){o.edt.sims_sms_receipient_member=e.data}),null!=e.sims_alert_templ_no)&&(n.get(i.apiUrl+"api/common/ColloborationDetails/gettemptext?type="+e.sims_alert_templ_no).then(function(e){o.edt.sims_msg_subject=e.data}),o.Gettext=function(e,t){n.get(i.apiUrl+"api/common/ColloborationDetails/gettemptext?type="+e).then(function(e){"E"===t?o.edt.sims_email_receipient_member=e.data:"S"===t&&(o.edt.sims_sms_receipient_member=e.data),o.edt.sims_msg_subject=e.data}),o.sims_smtp_id=t.sims_smtp_id}),o.edt={sims_appl_email_srno:e.sims_appl_email_srno,sims_form_field:e.sims_form_field,sims_appl_code:e.sims_appl_code,sims_mod_code:e.sims_mod_code,sims_status:e.sims_status,sims_email_flag:e.sims_email_flag,sims_smtp_id:e.sims_smtp_id,sims_email_templ_no:e.sims_email_templ_no,sims_sms_flag:e.sims_sms_flag,sims_sms_templ_no:e.sims_sms_templ_no,sims_alert_flag:e.sims_alert_flag,sims_alert_templ_no:e.sims_alert_templ_no},o.Gettext=function(e,t){n.get(i.apiUrl+"api/common/ColloborationDetails/gettemptext?type="+e).then(function(e){"E"===t?o.edt.sims_email_receipient_member=e.data:"S"===t&&(o.edt.sims_sms_receipient_member=e.data),o.edt.sims_msg_body=e.data})},o.sims_smtp_id=e.sims_smtp_id,o.sims_email_flag=e.sims_email_flag,o.sims_sms_flag=e.sims_sms_flag,o.sims_alert_flag=e.sims_alert_flag),o.edt={sims_appl_email_srno:e.sims_appl_email_srno,sims_form_field:e.sims_form_field,sims_appl_code:e.sims_appl_code,sims_mod_code:e.sims_mod_code,sims_status:e.sims_status,sims_email_flag:e.sims_email_flag,sims_smtp_id:e.sims_smtp_id,sims_email_templ_no:e.sims_email_templ_no,sims_sms_flag:e.sims_sms_flag,sims_sms_templ_no:e.sims_sms_templ_no,sims_alert_flag:e.sims_alert_flag,sims_alert_templ_no:e.sims_alert_templ_no},o.edit_code=!0)},o.Update=function(e){var t=[];e&&(e={sims_appl_email_srno:o.edt.sims_appl_email_srno,sims_form_field:o.edt.sims_form_field,sims_mod_code:o.edt.sims_mod_code,sims_appl_code:o.edt.sims_appl_code,sims_status:o.edt.sims_status,sims_email_flag:o.edt.sims_email_flag,sims_smtp_id:o.edt.sims_smtp_id,sims_email_templ_no:o.edt.sims_email_templ_no,sims_sms_flag:o.edt.sims_sms_flag,sims_sms_templ_no:o.edt.sims_sms_templ_no,sims_alert_flag:o.edt.sims_alert_flag,sims_alert_templ_no:o.edt.sims_alert_templ_no,opr:"U"},t.push(e),n.post(i.apiUrl+"api/common/ColloborationDetails/ColloborationDetailsin",t).then(function(e){o.display=!0,o.msg1=e.data,!0===o.msg1?swal({text:"Updated Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&o.getgrid()}):!1===o.msg1?swal({text:"Not Updated Successfully. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&o.getgrid()}):swal("Error-"+o.msg1)}))},o.Save=function(e){var t,a=[];e&&(!1===o.update1?(t={sims_appl_email_srno:o.edt.sims_appl_email_srno,sims_form_field:o.edt.sims_form_field,sims_mod_code:o.edt.sims_mod_code,sims_appl_code:o.edt.sims_appl_code,sims_email_flag:o.edt.sims_email_flag,sims_smtp_id:o.edt.sims_smtp_id,sims_email_templ_no:o.edt.sims_email_templ_no,sims_sms_flag:o.edt.sims_sms_flag,sims_sms_templ_no:o.edt.sims_sms_templ_no,sims_alert_flag:o.edt.sims_alert_flag,sims_alert_templ_no:o.edt.sims_alert_templ_no,sims_status:o.edt.sims_status,opr:"I"},a.push(t),n.post(i.apiUrl+"api/common/ColloborationDetails/ColloborationDetailsin",a).then(function(e){o.display=!0,o.msg1=e.data,!0===o.msg1?swal({text:" Added Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&o.getgrid()}):!1===o.msg1?swal({text:" Not Added Successfully. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&o.getgrid()}):swal("Error-"+o.msg1)})):o.Update(e))},o.getgrid=function(){n.get(i.apiUrl+"api/common/ColloborationDetails/getColloboraDetails").then(function(e){o.display=!1,o.grid=!0,o.Coolloboration_data=e.data,o.totalItems=o.Coolloboration_data.length,o.todos=o.Coolloboration_data,o.makeTodos()}),!0===(d=document.getElementById("mainchk")).checked&&(d.checked=!1,o.row1="")},o.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),o.color="#edefef"}),!0===(d=document.getElementById("mainchk")).checked&&(d.checked=!1,$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected")}))},o.CheckAllChecked=function(){if(!0===(d=document.getElementById("mainchk")).checked)for(var e=0;e<o.filteredTodos.length;e++)document.getElementById(o.filteredTodos[e].sims_form_field+e).checked=!0,o.row1="row_selected",$("tr").addClass("row_selected");else for(e=0;e<o.filteredTodos.length;e++)document.getElementById(o.filteredTodos[e].sims_form_field+e).checked=!1,d.checked=!1,o.row1=""},o.size=function(e){"All"===e?(o.currentPage="1",o.filteredTodos=o.Coolloboration_data,o.pager=!1):(o.pager=!0,o.pagesize=e,o.currentPage=1,o.numPerPage=e,o.makeTodos()),o.numPerPage=e},o.index=function(e){o.pageindex=e,o.currentPage=e,o.makeTodos(),d.checked=!1,o.row1=""},o.CheckUncheckHeader=function(){for(var e=0;e<o.filteredTodos.length;e++)if(!o.filteredTodos[e].check_ne){o.IsAllChecked=!1;break}},o.CheckUncheckHeader(),o.CheckUncheckAll=function(){for(var e=0;e<o.filteredTodos.length;e++)o.filteredTodos[e].check_ne=o.IsAllChecked},o.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).sims_form_field.toLowerCase().indexOf(t.toLowerCase())||-1<e.comn_mod_name_en.toLowerCase().indexOf(t.toLowerCase())||-1<e.comn_appl_name_en.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_msg_subject.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_email_templ_no.toLowerCase().indexOf(t.toLowerCase());var t})},o.search=function(){if(o.todos=o.searched(o.Coolloboration_data,o.searchText),o.totalItems=o.todos.length,o.currentPage="1",""===o.searchText&&(o.todos=o.Coolloboration_data),o.makeTodos(),!0===(d=document.getElementById("mainchk")).checked){d.checked=!1;for(var e=0;e<o.filteredTodos.length;e++)document.getElementById(o.filteredTodos[e].sims_form_field+e).checked=!1,d.checked=!1,o.row1=""}}}])}(),function(){"use strict";var c,e=angular.module("sims.module.Setup");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("CommonSequenceCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(o,e,t,a,s,n,i){o.display=!1,o.pagesize="10",o.pageindex="0",o.pager=!0,o.grid=!0,o.edit_data=!1,o.sequencedata=[];o.user_access=[],o.appcode=e.current.name.split(".");var d,e=t.globals.currentUser.username;n.get(i.apiUrl+"api/AlertTransaction/Get_user_access_rights?username="+e+"&appl_code="+o.appcode[1]).then(function(e){o.user_rights=e.data;for(var t=0;t<o.user_rights.length;t++)0==t&&(o.user_access.data_read=o.user_rights[t].comn_user_read,o.user_access.data_insert=o.user_rights[t].comn_user_insert,o.user_access.data_update=o.user_rights[t].comn_user_update,o.user_access.data_delete=o.user_rights[t].comn_user_delete,o.user_access.data_massupdate=o.user_rights[t].comn_user_massupdate,o.user_access.is_admin=o.user_rights[t].comn_user_admin)}),a(function(){$("#fixedtable").tableHeadFixer({top:1})},100),o.filteredTodos=[],o.currentPage=1,o.numPerPage=10,o.maxSize=10,n.get(i.apiUrl+"api/common/common_seq/getcomn004_show").then(function(e){o.display=!1,o.grid=!0,o.sequencedata=e.data,o.totalItems=o.sequencedata.length,o.todos=o.sequencedata,o.makeTodos();for(var t=0;t<o.totalItems;t++)o.sequencedata[t].icon="fa fa-plus-circle"}),o.makeTodos=function(){var e=parseInt(o.totalItems%o.numPerPage),e=(o.pagersize="0"==e?parseInt(o.totalItems/o.numPerPage):parseInt(o.totalItems/o.numPerPage)+1,(o.currentPage-1)*o.numPerPage),t=parseInt(e)+parseInt(o.numPerPage);o.filteredTodos=o.todos.slice(e,t)},n.get(i.apiUrl+"api/common/ApplicationMaster/getModules").then(function(e){o.module_data=e.data,console.log(o.module_data)}),n.get(i.apiUrl+"api/common/Attendance/getCuriculum").then(function(e){o.cur_data=e.data,0<e.data.length&&(o.edt.comm_cur_code=e.data[0].sims_attendance_cur_code,o.GetAacd_yr(o.edt.comm_cur_code)),console.log(o.cur_data)}),n.get(i.apiUrl+"api/common/ParameterMaster/getApplication").then(function(e){o.appl_name=e.data,console.log("appl_name"),console.log(o.appl_name)}),o.GetAacd_yr=function(e){n.get(i.apiUrl+"api/common/common_seq/getAllAcademicYear?cur="+e).then(function(e){o.acad=e.data,0<e.data.length&&(o.edt.comn_academic_year=e.data[0].sims_academic_year),console.log(o.acad)})},o.GetSelectedApplication=function(e){null==e?o.getgrid():n.get(i.apiUrl+"api/common/common_seq/getcomn004_show?comn_appl_code="+e).then(function(e){o.display=!1,o.sequencedata=e.data,o.totalItems=o.sequencedata.length,o.todos=o.sequencedata,o.makeTodos(),o.grid=!0;for(var t=0;t<o.totalItems;t++)o.sequencedata[t].icon="fa fa-plus-circle"}),o.myForm.$setPristine(),o.myForm.$setUntouched()},o.GetApplication=function(e){o.appl_data=void 0,null!=e&&n.get(i.apiUrl+"api/common/ParameterMaster/getApplication?modCode="+e).then(function(e){o.appl_data=e.data,console.log(o.appl_data)})},o.edit=function(t){0==o.user_access.data_update?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(o.onnew=!1,o.onedit=!0,o.display=!0,o.grid=!1,o.save1=!1,o.update1=!0,o.delete1=!1,o.edit_data=!0,o.appl_data=void 0,n.get(i.apiUrl+"api/common/ParameterMaster/getApplication?modCode="+t.comn_mod_code).then(function(e){o.appl_data=e.data,o.edt={comn_mod_code:t.comn_mod_code,comn_application_code:t.comn_application_code,comn_squence_code:t.comn_squence_code,comn_description:t.comn_description,comm_cur_code:t.comm_cur_code,comn_academic_year:t.comn_academic_year,comn_character_count:t.comn_character_count,comn_character_squence:t.comn_character_squence,comm_number_count:t.comm_number_count,comn_number_squence:t.comn_number_squence,comn_parameter_ref:t.comn_parameter_ref}}))},o.New=function(){0==o.user_access.data_insert?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(o.edit_data=!1,o.onnew=!0,o.onedit=!1,o.display=!0,o.grid=!1,o.save1=!0,o.update1=!1,o.delete1=!1,o.edt={},o.edt.comn_parameter_ref=!0,0<o.cur_data.length&&(o.edt.comm_cur_code=o.cur_data[0].sims_attendance_cur_code,o.GetAacd_yr(o.edt.comm_cur_code)),0<o.acad.length&&(o.edt.comn_academic_year=o.acad[0].sims_academic_year))},o.Save=function(e){var t,a=[];e&&(0==o.update1?(t={comn_application_code:o.edt.comn_application_code,comn_mod_code:o.edt.comn_mod_code,comn_squence_code:o.edt.comn_squence_code,comn_description:o.edt.comn_description,comm_cur_code:o.edt.comm_cur_code,comn_academic_year:o.edt.comn_academic_year,comn_character_count:o.edt.comn_character_count,comn_character_squence:o.edt.comn_character_squence,comm_number_count:o.edt.comm_number_count,comn_number_squence:o.edt.comn_number_squence,comn_parameter_ref:o.edt.comn_parameter_ref,opr:"I"},a.push(t),n.post(i.apiUrl+"api/common/common_seq/comn_comn004insert",a).then(function(e){o.display=!0,o.msg1=e.data,1==o.msg1?swal({text:"Common Sequence Added Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&(o.edt="",o.getgrid())}):0==o.msg1?swal({text:"Common Sequence Already Exists.",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}).then(function(e){e&&o.getgrid()}):swal("Error-"+o.msg1)})):o.Update(e))},o.Update=function(e){var t=[];e&&(e={comn_application_code:o.edt.comn_application_code,comn_mod_code:o.edt.comn_mod_code,comn_squence_code:o.edt.comn_squence_code,comn_description:o.edt.comn_description,comm_cur_code:o.edt.comm_cur_code,comn_academic_year:o.edt.comn_academic_year,comn_character_count:o.edt.comn_character_count,comn_character_squence:o.edt.comn_character_squence,comm_number_count:o.edt.comm_number_count,comn_number_squence:o.edt.comn_number_squence,comn_parameter_ref:o.edt.comn_parameter_ref,opr:"U"},t.push(e),n.post(i.apiUrl+"api/common/common_seq/comn_comn004Update",t).then(function(e){o.display=!0,o.msg1=e.data,1==o.msg1?swal({text:"Common Sequence Updated Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&o.getgrid()}):0==o.msg1?swal({text:"Common Sequence Not Updated. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&o.getgrid()}):swal1("Error-"+o.msg1)}))},o.getgrid=function(){n.get(i.apiUrl+"api/common/common_seq/getcomn004_show").then(function(e){o.display=!1,o.sequencedata=e.data,o.totalItems=o.sequencedata.length,o.todos=o.sequencedata,o.makeTodos(),o.grid=!0;for(var t=0;t<o.totalItems;t++)o.sequencedata[t].icon="fa fa-plus-circle"}),o.myForm.$setPristine(),o.myForm.$setUntouched()},o.cancel=function(){o.grid=!0,o.display=!1,o.myForm.$setPristine(),o.myForm.$setUntouched()},o.size=function(e){"All"==e?(o.currentPage="1",o.filteredTodos=o.sequencedata,o.pager=!1):(o.pager=!0,o.pagesize=e,o.currentPage=1,o.numPerPage=e,o.makeTodos()),o.numPerPage=e,console.log("numPerPage="+o.numPerPage)},o.index=function(e){o.pageindex=e,o.currentPage=e,console.log("currentPage="+o.currentPage),o.makeTodos()},o.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).comn_squence_code.toLowerCase().indexOf(t.toLowerCase())||-1<e.comn_description.toLowerCase().indexOf(t.toLowerCase())||-1<e.comm_cur_name.toLowerCase().indexOf(t.toLowerCase())||-1<e.comn_academic_year_desc.toLowerCase().indexOf(t.toLowerCase())||-1<e.comn_application_name.toLowerCase().indexOf(t.toLowerCase());var t})},o.search=function(){if(o.todos=o.searched(o.sequencedata,o.searchText),o.totalItems=o.todos.length,o.currentPage="1",""==o.searchText&&(o.todos=o.sequencedata),o.makeTodos(),1==(c=document.getElementById("mainchk")).checked)for(var e=0;e<o.filteredTodos.length;e++){var t=o.filteredTodos[e].sequencedata;document.getElementById(t).checked=!1,c.checked=!1,o.row1=""}},o.flag=!0,o.icon="fa fa-plus-circle",o.expand=function(e,t){console.log(e),1==o.flag?($(d).remove(),e.icon="fa fa-minus-circle",d=$("<tr id='innerRow'><td class='details' colspan='11'><table class='inner-table' cellpadding='5' cellspacing='0'><tbody><tr> <td class='semi-bold'>"+s.getString("Character Count")+"</td> <td class='semi-bold'>"+s.getString("Character Sequence")+" </td><td class='semi-bold'>"+s.getString("Number Count")+"</td><td class='semi-bold'>"+s.getString("Number Sequence")+"</td></tr><tr><td>"+e.comn_character_count+"</td> <td>"+e.comn_character_squence+" </td><td>"+e.comm_number_count+"</td><td>"+e.comn_number_squence+"</td></tr></tbody> </table></td></tr>"),$(t.currentTarget).parents("tr").after(d),o.flag=!1):($("#innerRow").css({display:"none"}),e.icon="fa fa-plus-circle",o.flag=!0)}}])}(),function(){"use strict";var e=angular.module("sims.module.Setup");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("UserApplicationsFinsCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(s,e,t,a,o,n,i){s.Allusers=[],s.busy=!1,s.table=!1,s.newmode=!1,s.editonly=!1,s.edt={comn_user_date_created:new Date},n.get(i.apiUrl+"api/common/UserApplicationsFinsController/GetCompany").then(function(e){switch(s.Company=e.data,console.log(s.Company),s.Company.length){case 1:s.flg_comp1=!0,s.flg_comp2=!1,s.flg_comp3=!1;break;case 2:s.flg_comp1=!0,s.flg_comp2=!0,s.flg_comp3=!1;break;case 3:s.flg_comp1=!0,s.flg_comp2=!0,s.flg_comp3=!0}});s.copy="Update",s.FlagUpdate=!0,s.chkcopy=!0,n.get(i.apiUrl+"api/common/UserApplicationsController/GetRoles").then(function(e){s.role=e.data}),s.Submit_click=function(){n.get(i.apiUrl+"api/common/UserApplicationsFinsController/GetCompanyStatusWithAppl?userName="+s.userName).then(function(e){0<e.data.length?s.UserApplicationList=e.data:swal({text:"For the selected user Application is not mapped",imageUrl:"assets/img/close.png"})})},s.company_click=function(e,t){for(var a=0;a<s.UserApplicationList.length;a++)s.UserApplicationList[a]["comp_status_"+t]=e},s.radioclick=function(e){s.clear()},s.itemsPerPage="5",s.currentPage=0,s.items=[],s.size=function(e){s.itemsPerPage=e},s.range=function(){for(var e=[],t=s.currentPage,a=t=t>s.pageCount()-5?s.pageCount()-5+1:t;a<t+5;a++)0<=a&&e.push(a);return e},s.prevPage=function(){0<s.currentPage&&s.currentPage--},s.prevPageDisabled=function(){return 0===s.currentPage?"disabled":""},s.pageCount=function(){return Math.ceil(s.Allusers.length/s.itemsPerPage)-1},s.nextPage=function(){s.currentPage<s.pageCount()&&s.currentPage++},s.nextPageDisabled=function(){return s.currentPage===s.pageCount()?"disabled":""},s.setPage=function(e){s.currentPage=e},s.serachUser=function(){s.temp1=void 0,s.Allusers=[],s.copysearch=!1,t.visible_stud=!1,t.visible_parent=!1,t.visible_search_parent=!1,t.visible_teacher=!1,t.visible_User=!0,t.visible_Employee=!1,"Update"==s.copy?t.chkMulti=!1:t.chkMulti=!0,s.global_Search_click(),$("#Global_Search_Modal").modal({backdrop:"static"})},s.$on("global_cancel",function(e){_=[];for(var t=[],a=0;a<s.SelectedUserLst.length;a++)_.push(s.SelectedUserLst[a]),t.push(s.SelectedUserLst[a].user_name);console.log(_);"Update"==s.copy&&0<_.length&&([].push(_[0].user_name),s.userName=_[0].user_name)}),s.cancel=function(){_=[];for(var e=[],t=0;t<s.Allusers.length;t++)1==s.Allusers[t].user_code1&&(_.push(s.Allusers[t]),e.push(s.Allusers[t].user_name));console.log(_);"Update"==s.copy&&0<_.length&&([].push(_[0].user_name),s.userName=_[0].user_name),$("#searchUser").modal("hide")};var d,_=[];s.chk=function(){if(d=document.getElementById("chk_min"),1==d.checked)for(var e=0;e<s.Allusers.length;e++)s.Allusers[e].user_code1=!0,s.row1="row_selected";else for(e=0;e<s.Allusers.length;e++)s.Allusers[e].user_code1=!1,d.checked=!1,s.row1=""},s.Delete1=function(){s.Allusers=[],s.currentPage=0,n.get(i.apiUrl+"api/common/GlobalSearch/getSearchUser?data="+JSON.stringify(s.temp1)).then(function(e){s.Allusers=e.data,s.table=!0,s.busy=!1})},s.statusCheck=function(e){if(e)for(var t=0;t<s.UserApplicationList.length;t++)s.UserApplicationList[t].comn_user_read=!0,s.UserApplicationList[t].comn_user_insert=!0,s.UserApplicationList[t].comn_user_update=!0,s.UserApplicationList[t].comn_user_delete=!0,s.UserApplicationList[t].comn_user_massupdate=!0,s.UserApplicationList[t].comn_user_appl_status=!0;else for(t=0;t<s.UserApplicationList.length;t++)s.UserApplicationList[t].comn_user_read=!1,s.UserApplicationList[t].comn_user_insert=!1,s.UserApplicationList[t].comn_user_update=!1,s.UserApplicationList[t].comn_user_delete=!1,s.UserApplicationList[t].comn_user_massupdate=!1,s.UserApplicationList[t].comn_user_appl_status=!1},s.ReadCheck=function(e,t){if(e)for(var a=0;a<s.UserApplicationList.length;a++)"Read"==t&&(s.UserApplicationList[a].comn_user_read=!0),"Insert"==t&&(s.UserApplicationList[a].comn_user_insert=!0),"Update"==t&&(s.UserApplicationList[a].comn_user_update=!0),"Delete"==t&&(s.UserApplicationList[a].comn_user_delete=!0),"Mass_Update"==t&&(s.UserApplicationList[a].comn_user_massupdate=!0);else for(a=0;a<s.UserApplicationList.length;a++)"Read"==t&&(s.UserApplicationList[a].comn_user_read=!1),"Insert"==t&&(s.UserApplicationList[a].comn_user_insert=!1),"Update"==t&&(s.UserApplicationList[a].comn_user_update=!1),"Delete"==t&&(s.UserApplicationList[a].comn_user_delete=!1),"Mass_Update"==t&&(s.UserApplicationList[a].comn_user_massupdate=!1)},s.rowchk=function(e,t){console.log(e),t?(s.UserApplicationList[e].comn_user_read=!0,s.UserApplicationList[e].comn_user_insert=!0,s.UserApplicationList[e].comn_user_update=!0,s.UserApplicationList[e].comn_user_delete=!0,s.UserApplicationList[e].comn_user_massupdate=!0):(s.UserApplicationList[e].comn_user_read=!1,s.UserApplicationList[e].comn_user_insert=!1,s.UserApplicationList[e].comn_user_update=!1,s.UserApplicationList[e].comn_user_delete=!1,s.UserApplicationList[e].comn_user_massupdate=!1)},s.save=function(){if("Update"==s.copy){if(1==s.Company.length){for(var e=s.UserApplicationList,t=0;t<s.UserApplicationList.length;t++)e[t].comp_code=s.Company[0].fins_comp_code,e[t].username=s.userName,e[t].comn_user_appl_fins_comp_status=s.UserApplicationList[t].comp_status_1;n.post(i.apiUrl+"api/common/UserApplicationsFinsController/InsertApplications",e).then(function(e){1==e.data?(swal({text:"Record Updated Successfully",imageUrl:"assets/img/check.png"}),s.clear()):0==e.data?swal({text:"Record Not Updated. ",imageUrl:"assets/img/close.png"}):swal("Error-"+e.data)})}if(2==s.Company.length){for(e=s.UserApplicationList,t=0;t<s.UserApplicationList.length;t++)e[t].comp_code=s.Company[0].fins_comp_code,e[t].username=s.userName,e[t].comn_user_appl_fins_comp_status=s.UserApplicationList[t].comp_status_1;n.post(i.apiUrl+"api/common/UserApplicationsFinsController/InsertApplications",e).then(function(e){for(var t=s.UserApplicationList,a=0;a<s.UserApplicationList.length;a++)t[a].comp_code=s.Company[1].fins_comp_code,t[a].username=s.userName,t[a].comn_user_appl_fins_comp_status=s.UserApplicationList[a].comp_status_2;n.post(i.apiUrl+"api/common/UserApplicationsFinsController/InsertApplications",t).then(function(e){1==e.data?(swal({text:"Record Updated Successfully",imageUrl:"assets/img/check.png"}),s.clear()):0==e.data?swal({text:"Record Not Updated. ",imageUrl:"assets/img/close.png"}):swal("Error-"+e.data)})})}if(3==s.Company.length){$("#loader").modal({backdrop:"static",keyboard:!1});for(var e=angular.copy(s.UserApplicationList),a=angular.copy(s.UserApplicationList),o=angular.copy(s.UserApplicationList),t=0;t<s.UserApplicationList.length;t++)e[t].comp_code=s.Company[0].fins_comp_code,e[t].username=s.userName,e[t].comn_user_appl_fins_comp_status=s.UserApplicationList[t].comp_status_1,a[t].comp_code=s.Company[1].fins_comp_code,a[t].username=s.userName,a[t].comn_user_appl_fins_comp_status=s.UserApplicationList[t].comp_status_2,o[t].comp_code=s.Company[2].fins_comp_code,o[t].username=s.userName,o[t].comn_user_appl_fins_comp_status=s.UserApplicationList[t].comp_status_3;n.post(i.apiUrl+"api/common/UserApplicationsFinsController/InsertApplications",e).then(function(e){n.post(i.apiUrl+"api/common/UserApplicationsFinsController/InsertApplications",a).then(function(e){n.post(i.apiUrl+"api/common/UserApplicationsFinsController/InsertApplications",o).then(function(e){$("#loader").modal("hide"),$(".modal-backdrop").removeClass("modal-backdrop"),swal({text:"Record Updated Successfully",imageUrl:"assets/img/check.png"}),s.clear()})})})}}else{if(1==s.Company.length){for(e=s.UserApplicationList,t=0;t<s.UserApplicationList.length;t++)e[t].comp_code=s.Company[0].fins_comp_code,e[t].username=s.userName,e[t].comn_user_appl_fins_comp_status=s.UserApplicationList[t].comp_status_1;n.post(i.apiUrl+"api/common/UserApplicationsFinsController/InsertApplications",e).then(function(e){1==e.data?(swal({text:"Record Updated Successfully",imageUrl:"assets/img/check.png"}),s.clear()):0==e.data?swal({text:"Record Not Updated. ",imageUrl:"assets/img/close.png"}):swal("Error-"+e.data)})}if(2==s.Company.length){for(e=s.UserApplicationList,t=0;t<s.UserApplicationList.length;t++)e[t].comp_code=s.Company[0].fins_comp_code,e[t].username=s.userName,e[t].comn_user_appl_fins_comp_status=s.UserApplicationList[t].comp_status_1;n.post(i.apiUrl+"api/common/UserApplicationsFinsController/InsertApplications",e).then(function(e){for(var t=s.UserApplicationList,a=0;a<s.UserApplicationList.length;a++)t[a].comp_code=s.Company[1].fins_comp_code,t[a].username=s.userName,t[a].comn_user_appl_fins_comp_status=s.UserApplicationList[a].comp_status_2;n.post(i.apiUrl+"api/common/UserApplicationsFinsController/InsertApplications",t).then(function(e){1==e.data?(swal({text:"Record Updated Successfully",imageUrl:"assets/img/check.png"}),s.clear()):0==e.data?swal({text:"Record Not Updated. ",imageUrl:"assets/img/close.png"}):swal("Error-"+e.data)})})}if(3==s.Company.length){$("#loader").modal({backdrop:"static",keyboard:!1});for(e=angular.copy(s.UserApplicationList),a=angular.copy(s.UserApplicationList),o=angular.copy(s.UserApplicationList),t=0;t<s.UserApplicationList.length;t++)e[t].comp_code=s.Company[0].fins_comp_code,e[t].username=s.userName,e[t].comn_user_appl_fins_comp_status=s.UserApplicationList[t].comp_status_1,a[t].comp_code=s.Company[1].fins_comp_code,a[t].username=s.userName,a[t].comn_user_appl_fins_comp_status=s.UserApplicationList[t].comp_status_2,o[t].comp_code=s.Company[2].fins_comp_code,o[t].username=s.userName,o[t].comn_user_appl_fins_comp_status=s.UserApplicationList[t].comp_status_3;n.post(i.apiUrl+"api/common/UserApplicationsFinsController/InsertApplications",e).then(function(e){n.post(i.apiUrl+"api/common/UserApplicationsFinsController/InsertApplications",a).then(function(e){n.post(i.apiUrl+"api/common/UserApplicationsFinsController/InsertApplications",o).then(function(e){$("#loader").modal("hide"),$(".modal-backdrop").removeClass("modal-backdrop"),swal({text:"Record Updated Successfully",imageUrl:"assets/img/check.png"}),s.clear()})})})}}},s.clear=function(){s.copy_from_user=void 0,s.UserApplicationList=void 0,s.test_comn_role_code=void 0,$("#Selected_Role").jqxListBox("clear"),$("#Selected_User").jqxListBox("clear"),s.Allusers=[];for(var e=0;e<s.Company.length;e++)s.Company[e].comp_status=!1},s.copyCheck=function(e){s.FlagUpdate=!e}}])}(),function(){"use strict";var e=angular.module("sims.module.Setup");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("TimeLineCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(s,o,n,e,i,d,_){s.pagesize="5",s.color_code="",s.table1=!0,s.editmode=!1;new FormData;s.url=_.siteUrl,s.flowflag=!0,s.circularnodata=!1,s.circulardata=!1,s.pendingdata=!1,s.pendingnodata=!1,s.oldtimeline=!0,s.newtimeline=!1,s.showVisiteddata=!1,s.showlastVisiteddata=!1,s.user=n.globals.currentUser.username,s.BILETR=function(){goToState("main.BILETR")},s.GRN=function(){goToState("main.GRN")},s.GRNA=function(){goToState("main.GRNA")},s.Inv044=function(){goToState("main.Inv044")},s.apoasd=function(){goToState("main.apoasd")},s.Inv205=function(){goToState("main.Inv205")},s.apoasd=function(){goToState("main.apoasd")},s.InSREQ=function(){goToState("main.InSREQ")},s.RcvRFQ=function(){goToState("main.RcvRFQ")},s.CrtRFQ=function(){goToState("main.CrtRFQ")},s.SupRFQ=function(){goToState("main.SupRFQ")},s.ApIREQ=function(){goToState("main.ApIREQ")},s.dorvat=function(){goToState("main.dorvat")},s.IndAp=function(){goToState("main.IndAp")},s.InOrd=function(){goToState("main.InOrd")},s.oldtimeline=!0,s.newtimeline=!1,s.schoolUrl=d.defaults.headers.common.schoolId,s.lagnn="en"==i.currentLanguage,s.$on("lagnuage_chaged",function(e){s.lagnn="en"==i.currentLanguage}),d.get(_.apiUrl+"api/TimeLine/getUserFlow?uname="+n.globals.currentUser.username).then(function(e){1==e.data[0].application_count&&(s.flowflag=!1)}),s.application_click_new=function(t){var a,e;s.check_favorite(t.comn_appl_location_html),"R"==t.comn_appl_type?(n.location=t.comn_appl_location,goToState("main.ReportCard")):goToState("main."+t.comn_appl_location_html),null==s.fin&&"005"==t.comn_appl_mod_code&&(s.main_loader_show=!0,d.get(_.apiUrl+"api/PDCSubmission/GetComp_Name").then(function(e){s.cmbCompany=e.data,1==e.data.length?(s.companyName=e.data[0].comp_name,s.finnComp=e.data[0].comp_code,d.get(_.apiUrl+"api/PDCSubmission/GetFinancial_year?comp_code="+s.finnComp).then(function(e){0<e.data.length&&(e={year:e.data[0].financial_year,company:s.finnComp,companyame:s.companyName},window.localStorage.Finn_comp=JSON.stringify(e),o.reload(),setTimeout(function(){s.main_loader_show=!1},500))})):1<e.data.length&&s.financeWindow()})),null==s.oldobj?(s.oldobj={opr:"I",comn_audit_user_code:n.globals.currentUser.username,comn_appl_name_en:t.comn_appl_location_html,comn_audit_start_time:s.getDateTime(),comn_audit_ip:n.ip_add,comn_audit_dns:n.dns},d.post(_.apiUrl+"api/common/InsertUserAudit",s.oldobj).then(function(e){})):(a=s.getDateTime(),e={opr:"I",comn_audit_user_code:n.globals.currentUser.username,comn_appl_name_en:t.comn_appl_location_html,comn_audit_start_time:a,comn_audit_ip:n.ip_add,comn_audit_dns:n.dns},d.post(_.apiUrl+"api/common/InsertUserAudit",e).then(function(e){s.oldobj.comn_audit_end_time=a,s.oldobj.opr="J",d.post(_.apiUrl+"api/common/InsertUserAudit",s.oldobj).then(function(e){s.oldobj.comn_audit_start_time=a,s.oldobj.comn_appl_name_en=t.comn_appl_location_html})})),s.menu_list_click(t.comn_mod_name_en,t.comn_appl_mod_code,t.comn_appl_name_en,t.comn_appl_location_html)},s.appl_load=function(t,e){s.get_time_line_appl_code(t);for(var a,o=0;o<s.appl_items.length;o++)s.appl_items[o].url==t&&(s.chkExist_state=!0,d.get(_.apiUrl+"api/common/getEngAr?appl_code="+t).then(function(e){e.data;for(var t={},a={},o=0;o<e.data.length;o++)"ar"==e.data[o].sims_lang_code?t[e.data[o].sims_english]=e.data[o].sims_arabic:"th"==e.data[o].sims_lang_code&&(a[e.data[o].sims_english]=e.data[o].sims_arabic);i.setStrings("ar",t),i.setStrings("th",a)}));s.chkExist_state?"R"==e.comn_appl_type?(n.location=e.comn_appl_location,n.main_appl_code=t,goToState("main.ReportCard")):goToState("main."+t):goToState("main.TimeLine"),null==s.oldobj?(s.oldobj={opr:"I",comn_audit_user_code:n.globals.currentUser.username,comn_appl_name_en:t,comn_audit_start_time:s.getDateTime(),comn_audit_ip:n.ip_add,comn_audit_dns:n.dns},d.post(_.apiUrl+"api/common/InsertUserAudit",s.oldobj).then(function(e){})):(a=s.getDateTime(),e={opr:"I",comn_audit_user_code:n.globals.currentUser.username,comn_appl_name_en:t,comn_audit_start_time:a,comn_audit_ip:n.ip_add,comn_audit_dns:n.dns},d.post(_.apiUrl+"api/common/InsertUserAudit",e).then(function(e){s.oldobj.comn_audit_end_time=a,s.oldobj.opr="J",d.post(_.apiUrl+"api/common/InsertUserAudit",s.oldobj).then(function(e){s.oldobj.comn_audit_start_time=a,s.oldobj.comn_appl_name_en=t})}))},d.get(_.apiUrl+"api/common/Empdashboard/get_favirate_Application_Dash?user="+n.globals.currentUser.username).then(function(e){s.applications_time=e.data}),s.formatDate=function(e){var e=e.split("-"),t=parseInt(e[0]),a=parseInt(e[1]),e=parseInt(e[2]);return new Date(e,a-1,t).toLocaleDateString("en-US",{day:"2-digit",month:"short",year:"numeric"})},s.landingpagescheck=function(){d.get(_.apiUrl+"api/TimeLine/getlandingpage").then(function(e){s.landingpage=e.data,"0"<s.landingpage.length?(s.oldtimeline=!1,null!==s.landingpage[0].last_viewed&&void 0!==s.landingpage[0].last_viewed&&""!==s.landingpage[0].last_viewed&&""!==s.landingpage[0].last_viewed?s.appld="main."+s.landingpage[0].last_viewed:s.appld="main."+s.landingpage[0].comn_appl_code,goToState(s.appld)):s.oldtimeline=!0})},s.landingpagescheck(),s.redirectcircular=function(e){goToState("main.Cir106",{Class:{circular:!0,cir_no:e}})},s.showVisited=function(){s.showVisiteddata=!0},s.lastvisited=function(){d.get(_.apiUrl+"api/TimeLine/getUserAuditNew?uname="+n.globals.currentUser.username).then(function(e){s.audit_Details_new=e.data,d.get(_.apiUrl+"api/TimeLine/getUserAudit?uname="+n.globals.currentUser.username).then(function(e){s.audit_Details=e.data})})}}])}(),function(){"use strict";var e=angular.module("sims.module.Setup");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("TimeLineAlertCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(t,e,a,o,s,n,i){t.pagesize="5",t.url=i.siteUrl,n.get(i.apiUrl+"api/TimeLineAlert/getUserAlert?uname="+a.globals.currentUser.username).then(function(e){t.audit_Details=e.data})}])}(),function(){"use strict";var e=angular.module("sims.module.Setup");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("EmailCommunicationCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(o,e,t,a,s,n,i){o.display=!1,o.eDetail=!1,o.email=!0,o.itemsPerPage=10,o.currentPage=0,o.items=[],o.size=function(e){o.itemsPerPage=e},n.get(i.apiUrl+"api/EmailTransaction/getSelectInbox").then(function(e){o.display=!0,o.items=e.data,console.log(o.items)}),o.range=function(){for(var e=[],t=o.currentPage,a=t=t>o.pageCount()-5?o.pageCount()-5+1:t;a<t+5;a++)0<=a&&e.push(a);return e},o.prevPage=function(){0<o.currentPage&&o.currentPage--},o.prevPageDisabled=function(){return 0===o.currentPage?"disabled":""},o.pageCount=function(){return Math.ceil(o.items.length/o.itemsPerPage)-1},o.nextPage=function(){o.currentPage<o.pageCount()&&o.currentPage++},o.nextPageDisabled=function(){return o.currentPage===o.pageCount()?"disabled":""},o.setPage=function(e){o.currentPage=e},o.getEmail=function(e){o.display=!0,o.obj1=e,o.eDetail=!0,o.email=!1},o.back=function(){o.eDetail=!1,o.email=!0}}])}(),function(){"use strict";var d,c=[],l=[],e=angular.module("sims.module.Setup");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("SMTPCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(o,e,t,a,s,n,i){o.pagesize="10",o.display=!1,o.grid=!0,a(function(){$("#fixTable").tableHeadFixer({top:1})},100),n.get(i.apiUrl+"api/SMTProtocol/getSMTP").then(function(e){o.smtpdata=e.data,o.totalItems=o.smtpdata.length,o.todos=o.smtpdata,o.makeTodos(),console.log(o.smtpdata)}),a(function(){$("#fixTable").tableHeadFixer({top:1})},100),o.size=function(e){"All"==e?(o.currentPage="1",o.filteredTodos=o.smtpdata,o.pager=!1):(o.pager=!0,o.pagesize=e,o.currentPage=1,o.numPerPage=e,o.makeTodos())},o.index=function(e){o.pageindex=e,o.currentPage=e,console.log("currentPage="+o.currentPage),o.makeTodos(),d.checked=!1,o.check_all()},o.filteredTodos=[],o.currentPage=1,o.numPerPage=10,o.maxSize=10,o.makeTodos=function(){var e=parseInt(o.totalItems%o.numPerPage),e=(o.pagersize="0"==e?parseInt(o.totalItems/o.numPerPage):parseInt(o.totalItems/o.numPerPage)+1,(o.currentPage-1)*o.numPerPage),t=parseInt(e)+parseInt(o.numPerPage);console.log("begin="+e),console.log("end="+t),o.filteredTodos=o.todos.slice(e,t)},n.get(i.apiUrl+"api/SMTProtocol/getSchools").then(function(e){o.schools=e.data,console.log(o.schools)}),n.get(i.apiUrl+"api/SMTProtocol/getModule").then(function(e){o.modulecode=e.data,console.log(o.schools)}),o.New=function(){o.display=!0,o.grid=!1,o.savebtn=!0,o.updatebtn=!1,o.temp="",o.myForm.$setPristine(),o.myForm.$setUntouched(),o.temp={},o.temp.sims_smtp_status=!0},o.cancel=function(){o.display=!1,o.grid=!0},o.Save=function(e){if(e){c=[];var t=o.temp;t.opr="I",o.temp="",o.exist=!1,c.push(t);for(var a=0;a<o.smtpdata.length;a++)o.smtpdata[a].sims_smtp_code==t.sims_smtp_code&&(o.exist=!0);o.exist?swal({text:"Record Already exists",imageUrl:"assets/img/notification-alert.png",width:300,height:200}):(n.post(i.apiUrl+"api/SMTProtocol/CUDSMTPDemo?simsobj=",c).then(function(t){o.BoardData1=!1,n.get(i.apiUrl+"api/SMTProtocol/getSMTP").then(function(e){o.smtpdata=e.data,o.totalItems=o.smtpdata.length,o.todos=o.smtpdata,o.makeTodos(),o.msg1=t.data,1==o.msg1?swal({text:"Record Inserted Successfully",imageUrl:"assets/img/check.png",width:300,height:200}):0==o.msg1?swal({text:"Record Not Inserted. ",imageUrl:"assets/img/close.png",width:300,height:200}):swal("Error-"+o.msg1)})}),o.grid=!0,o.display=!1),c=[]}},o.up=function(e){o.savebtn=!1,o.updatebtn=!0,o.grid=!1,o.display=!0,o.temp={sims_school_code:e.sims_school_code,sims_school_name:e.sims_school_name,sims_smtp_code:e.sims_smtp_code,sims_mod_code:e.sims_mod_code,sims_smtp_serverip:e.sims_smtp_serverip,sims_smtp_port:e.sims_smtp_port,sims_smtp_username:e.sims_smtp_username,sims_smtp_password:e.sims_smtp_password,sims_smtp_from_email:e.sims_smtp_from_email,sims_smtp_status:e.sims_smtp_status,sims_smtp_auth_required:e.sims_smtp_auth_required,sims_smtp_ssl_required:e.sims_smtp_ssl_required,sims_smtp_max_mail_hour:e.sims_smtp_max_mail_hour,sims_smtp_max_mail_day:e.sims_smtp_max_mail_day,sims_smtp_encrypt_mode:e.sims_smtp_encrypt_mode,sims_smtp_from_email_name:e.sims_smtp_from_email_name,sims_smtp_config_id:e.sims_smtp_config_id,sims_smtp_signature:e.sims_smtp_signature,sims_smtp_remark:e.sims_smtp_remark}},o.Update=function(e){e&&(c=[],(e=o.temp).opr="U",c.push(e),n.post(i.apiUrl+"api/SMTProtocol/CUDSMTPDemo",c).then(function(e){o.msg1=e.data,1==o.msg1?swal({text:"Record Updated Successfully",imageUrl:"assets/img/check.png",width:300,height:200}):0==o.msg1?swal({text:"Record Not Updated. ",imageUrl:"assets/img/close.png",width:300,height:200}):swal("Error-"+o.msg1),o.BoardData1=!1,n.get(i.apiUrl+"api/SMTProtocol/getSMTP").then(function(e){o.smtpdata=e.data,o.totalItems=o.smtpdata.length,o.todos=o.smtpdata,o.makeTodos()})}),o.display=!1,o.grid=!0)},o.check_all=function(){if(1==(d=document.getElementById("mainchk")).checked)for(var e=0;e<o.filteredTodos.length;e++)document.getElementById(e).checked=!0,o.row1="row_selected",$("tr").addClass("row_selected");else for(e=0;e<o.filteredTodos.length;e++)document.getElementById(e).checked=!1,d.checked=!1,o.row1=""},o.check_once=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),o.color="#edefef"}),1==(d=document.getElementById("mainchk")).checked&&(d.checked=!1,$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected")}))},o.deleterecord=function(){l=[],o.flag=!1;for(var e,t=0;t<o.filteredTodos.length;t++)1==document.getElementById(t).checked&&(o.flag=!0,e={sims_smtp_code:o.filteredTodos[t].sims_smtp_code,sims_school_code:o.filteredTodos[t].sims_school_code,opr:"D"},l.push(e));o.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)n.post(i.apiUrl+"api/SMTProtocol/CUDSMTPDemo",l).then(function(e){o.msg1=e.data,1==o.msg1?swal({text:"Record Deleted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&(n.get(i.apiUrl+"api/SMTProtocol/getSMTP").then(function(e){o.CreDiv=e.data,o.totalItems=o.CreDiv.length,o.todos=o.CreDiv,o.makeTodos()}),1==(d=document.getElementById("mainchk")).checked&&(d.checked=!1,o.row1=""),o.currentPage=!0)}):0==o.msg1?swal({text:"Record Not Deleted. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&(n.get(i.apiUrl+"api/SMTProtocol/getSMTP").then(function(e){o.CreDiv=e.data,o.totalItems=o.CreDiv.length,o.todos=o.CreDiv,o.makeTodos()}),1==(d=document.getElementById("mainchk")).checked)&&(d.checked=!1,o.row1="")}):swal("Error-"+o.msg1)});else for(var t=0;t<o.filteredTodos.length;t++){var a=document.getElementById(t);1==a.checked&&(a.checked=!1,d.checked=!1,$("tr").removeClass("row_selected"))}}):swal({text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}),o.row1="",o.currentPage=str},o.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).sims_smtp_code.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_smtp_username.toLowerCase().indexOf(t.toLowerCase())||e.sims_mod_code==t;var t})},o.search=function(){o.todos=o.searched(o.smtpdata,o.searchText),o.totalItems=o.todos.length,o.currentPage="1",""==o.searchText&&(o.todos=o.smtpdata),o.makeTodos()}}])}(),function(){"use strict";var d,c=[],l=[],e=angular.module("sims.module.Setup");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("SMTPhrCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(o,e,t,a,s,n,i){o.pagesize="10",o.display=!1,o.grid=!0,a(function(){$("#fixTable").tableHeadFixer({top:1})},100),n.get(i.apiUrl+"api/SMTProtocol/getSMTP").then(function(e){o.smtpdata=e.data,o.totalItems=o.smtpdata.length,o.todos=o.smtpdata,o.makeTodos(),console.log(o.smtpdata)}),a(function(){$("#fixTable").tableHeadFixer({top:1})},100),o.size=function(e){"All"==e?(o.currentPage="1",o.filteredTodos=o.smtpdata,o.pager=!1):(o.pager=!0,o.pagesize=e,o.currentPage=1,o.numPerPage=e,o.makeTodos())},o.index=function(e){o.pageindex=e,o.currentPage=e,console.log("currentPage="+o.currentPage),o.makeTodos(),d.checked=!1,o.check_all()},o.filteredTodos=[],o.currentPage=1,o.numPerPage=10,o.maxSize=10,o.makeTodos=function(){var e=parseInt(o.totalItems%o.numPerPage),e=(o.pagersize="0"==e?parseInt(o.totalItems/o.numPerPage):parseInt(o.totalItems/o.numPerPage)+1,(o.currentPage-1)*o.numPerPage),t=parseInt(e)+parseInt(o.numPerPage);console.log("begin="+e),console.log("end="+t),o.filteredTodos=o.todos.slice(e,t)},n.get(i.apiUrl+"api/SMTProtocol/getSchools").then(function(e){o.schools=e.data,console.log(o.schools)}),n.get(i.apiUrl+"api/SMTProtocol/getModule").then(function(e){o.modulecode=e.data,console.log(o.schools)}),o.New=function(){o.display=!0,o.grid=!1,o.savebtn=!0,o.updatebtn=!1,o.temp="",o.myForm.$setPristine(),o.myForm.$setUntouched(),o.temp={},o.temp.sims_smtp_status=!0},o.cancel=function(){o.display=!1,o.grid=!0},o.Save=function(e){if(e){c=[];var t=o.temp;t.opr="I",o.temp="",o.exist=!1,c.push(t);for(var a=0;a<o.smtpdata.length;a++)o.smtpdata[a].sims_smtp_code==t.sims_smtp_code&&(o.exist=!0);o.exist?swal({text:"Record Already exists",imageUrl:"assets/img/notification-alert.png",width:300,height:200}):(n.post(i.apiUrl+"api/SMTProtocol/CUDSMTPDemo?simsobj=",c).then(function(t){o.BoardData1=!1,n.get(i.apiUrl+"api/SMTProtocol/getSMTP").then(function(e){o.smtpdata=e.data,o.totalItems=o.smtpdata.length,o.todos=o.smtpdata,o.makeTodos(),o.msg1=t.data,1==o.msg1?swal({text:"Record Inserted Successfully",imageUrl:"assets/img/check.png",width:300,height:200}):0==o.msg1?swal({text:"Record Not Inserted. ",imageUrl:"assets/img/close.png",width:300,height:200}):swal("Error-"+o.msg1)})}),o.grid=!0,o.display=!1),c=[]}},o.up=function(e){o.savebtn=!1,o.updatebtn=!0,o.grid=!1,o.display=!0,o.temp={sims_school_code:e.sims_school_code,sims_school_name:e.sims_school_name,sims_smtp_code:e.sims_smtp_code,sims_mod_code:e.sims_mod_code,sims_smtp_serverip:e.sims_smtp_serverip,sims_smtp_port:e.sims_smtp_port,sims_smtp_username:e.sims_smtp_username,sims_smtp_password:e.sims_smtp_password,sims_smtp_from_email:e.sims_smtp_from_email,sims_smtp_status:e.sims_smtp_status,sims_smtp_auth_required:e.sims_smtp_auth_required,sims_smtp_ssl_required:e.sims_smtp_ssl_required,sims_smtp_max_mail_hour:e.sims_smtp_max_mail_hour,sims_smtp_max_mail_day:e.sims_smtp_max_mail_day,sims_smtp_encrypt_mode:e.sims_smtp_encrypt_mode,sims_smtp_from_email_name:e.sims_smtp_from_email_name,sims_smtp_config_id:e.sims_smtp_config_id,sims_smtp_signature:e.sims_smtp_signature,sims_smtp_remark:e.sims_smtp_remark}},o.Update=function(e){e&&(c=[],(e=o.temp).opr="U",c.push(e),n.post(i.apiUrl+"api/SMTProtocol/CUDSMTPDemo",c).then(function(e){o.msg1=e.data,1==o.msg1?swal({text:"Record Updated Successfully",imageUrl:"assets/img/check.png",width:300,height:200}):0==o.msg1?swal({text:"Record Not Updated. ",imageUrl:"assets/img/close.png",width:300,height:200}):swal("Error-"+o.msg1),o.BoardData1=!1,n.get(i.apiUrl+"api/SMTProtocol/getSMTP").then(function(e){o.smtpdata=e.data,o.totalItems=o.smtpdata.length,o.todos=o.smtpdata,o.makeTodos()})}),o.display=!1,o.grid=!0)},o.check_all=function(){if(1==(d=document.getElementById("mainchk")).checked)for(var e=0;e<o.filteredTodos.length;e++)document.getElementById(e).checked=!0,o.row1="row_selected",$("tr").addClass("row_selected");else for(e=0;e<o.filteredTodos.length;e++)document.getElementById(e).checked=!1,d.checked=!1,o.row1=""},o.check_once=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),o.color="#edefef"}),1==(d=document.getElementById("mainchk")).checked&&(d.checked=!1,$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected")}))},o.deleterecord=function(){l=[],o.flag=!1;for(var e,t=0;t<o.filteredTodos.length;t++)1==document.getElementById(t).checked&&(o.flag=!0,e={sims_smtp_code:o.filteredTodos[t].sims_smtp_code,sims_school_code:o.filteredTodos[t].sims_school_code,opr:"D"},l.push(e));o.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)n.post(i.apiUrl+"api/SMTProtocol/CUDSMTPDemo",l).then(function(e){o.msg1=e.data,1==o.msg1?swal({text:"Record Deleted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&(n.get(i.apiUrl+"api/SMTProtocol/getSMTP").then(function(e){o.CreDiv=e.data,o.totalItems=o.CreDiv.length,o.todos=o.CreDiv,o.makeTodos()}),1==(d=document.getElementById("mainchk")).checked&&(d.checked=!1,o.row1=""),o.currentPage=!0)}):0==o.msg1?swal({text:"Record Not Deleted. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&(n.get(i.apiUrl+"api/SMTProtocol/getSMTP").then(function(e){o.CreDiv=e.data,o.totalItems=o.CreDiv.length,o.todos=o.CreDiv,o.makeTodos()}),1==(d=document.getElementById("mainchk")).checked)&&(d.checked=!1,o.row1="")}):swal("Error-"+o.msg1)});else for(var t=0;t<o.filteredTodos.length;t++){var a=document.getElementById(t);1==a.checked&&(a.checked=!1,d.checked=!1,$("tr").removeClass("row_selected"))}}):swal({text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}),o.row1="",o.currentPage=str},o.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).sims_smtp_code.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_smtp_username.toLowerCase().indexOf(t.toLowerCase())||e.sims_mod_code==t;var t})},o.search=function(){o.todos=o.searched(o.smtpdata,o.searchText),o.totalItems=o.todos.length,o.currentPage="1",""==o.searchText&&(o.todos=o.smtpdata),o.makeTodos()}}])}(),function(){"use strict";var h,f=angular.module("sims.module.Setup");f.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),f.controller("PortalReferenceCont",["$scope","$state","$rootScope","$stateParams","$timeout","gettextCatalog","$http","ENV",function(s,n,o,i,e,t,d,c){s.pagesize="10",s.pageindex="0",s.pager=!0,s.table1=!0,s.lbl_filename=!1,s.busy=!1,s.editmode=!1;var l,r,m,a=i.status,p=(s.back=!0!==a,new FormData),u=[],g=[];s.ischanged=!1,s.eiamchkbox=!1,s.filteredTodos=[],s.currentPage=1,s.numPerPage=10,s.maxSize=10,s.url=c.docUrl+d.defaults.headers.common.schoolId+"/Docs/portalReference","eiama"!=d.defaults.headers.common.schoolId&&"EIAMA"!=d.defaults.headers.common.schoolId||(s.eiamchkbox=!0),s.forName="",s.fortype="",s.file_name_name="",s.size=function(e){"All"==e?(s.currentPage="1",s.filteredTodos=s.PortalData,s.pager=!1):(s.pager=!0,s.pagesize=e,s.currentPage=1,s.numPerPage=e,s.makeTodos())},s.index=function(e){s.pageindex=e,s.currentPage=e,s.makeTodos(),h.checked=!1,s.row1=""},s.New=function(){s.lbl_filename=!1,s.newmode=!0,s.edt="",s.editmode=!1,s.readonly=!1,s.table1=!1,s.operation=!0,s.savebtn=!0,s.updatebtn=!1,s.ischanged=!1,s.filedemo=!0,s.temp={},s.photo_filename="",s.forName="",s.fortype="",s.file_name_name="",s.temp.comn_doc_file_path="",d.get(c.apiUrl+"api/common/getCuriculum").then(function(e){s.curriculum=e.data,s.temp={sims_cur_code:s.curriculum[0].sims_cur_code,sims_reference_status:!0}}),d.get(c.apiUrl+"api/portalrefer/getportalrefernumber").then(function(e){s.data=e.data,s.edt={sims_reference_number:s.data[0].sims_reference_number,sims_reference_publish_date:s.data[0].sims_reference_publish_date,sims_reference_expiry_date:s.data[0].sims_reference_expiry_date}});var e=new Date,t=e.getDate(),a=(t<10&&(t="0"+t),e.getMonth()+1),e=(a<10&&(a="0"+a),e.getFullYear());s.edt={sims_reference_publish_date:t+"-"+a+"-"+e,sims_reference_expiry_date:t+"-"+a+"-"+e}},"portal"===i.status&&s.New(),s.up=function(e){s.editmode=!0,s.newmode=!1,s.savebtn=!1,s.updatebtn=!0,s.readonly=!0,s.table1=!1,s.operation=!0,s.lbl_filename=!0,s.ischanged=!1,s.edt={sims_reference_number:e.sims_reference_number,sims_cur_code:e.sims_cur_code,sims_reference_name:e.sims_reference_name,sims_reference_filename:e.sims_reference_filename,sims_reference_desc:e.sims_reference_desc,sims_reference_publish_date:e.sims_reference_publish_date,sims_reference_expiry_date:e.sims_reference_expiry_date,sims_reference_status:e.sims_reference_status,sims_learn_arabic_status:e.sims_learn_arabic_status,sims_cur_name:e.sims_cur_name,sims_reference_video_resource:e.sims_reference_video_resource,sims_refrence_policy:e.sims_refrence_policy,sims_refrence_Consent:e.sims_refrence_Consent}},d.get(c.apiUrl+"api/portalrefer/getPortalDetail").then(function(e){s.PortalData=e.data,s.totalItems=s.PortalData.length,s.todos=s.PortalData,s.makeTodos()}),s.cancel=function(){"portal"===i.status?goToState("main.logBk6"):(s.table1=!0,s.operation=!1,s.edt="",s.photo_filename="",s.forName="",s.fortype="",s.file_name_name="",s.myForm.$setPristine())},s.Save=function(e){if("eiama"==d.defaults.headers.common.schoolId||"EIAMA"==d.defaults.headers.common.schoolId){if("portal"!==i.status&&$("#loader0712").modal({backdrop:"static",keyboard:!1}),e){var t=!1,a=s.edt;a.opr="I",a.sims_cur_code=s.temp.sims_cur_code,void 0===s.photo_filename||""===s.photo_filename||null===s.photo_filename?(a.sims_reference_filename="",a.sims_timetable_filename=""):(a.sims_reference_filename=s.forName+"."+s.fortype,a.sims_timetable_filename=s.forName+"."+s.fortype);for(var o=0;o<s.filteredTodos.length;o++)s.filteredTodos[o].sims_reference_number==s.edt.sims_reference_number&&(t=!0);t?(swal({text:"Reference number Already exists",imageUrl:"assets/img/notification-alert.png",width:300,height:200}),goToState(n.current,{},{reload:!0}),$("#loader0712").modal("hide")):(u.push(a),d.post(c.apiUrl+"api/portalrefer/PortalCUD",u).then(function(e){s.msg1=e.data,!0===s.msg1?(swal({text:"Record Inserted Successfully",imageUrl:"assets/img/check.png",width:300,height:200}),$("#loader0712").modal("hide"),void 0!==s.photo_filename&&""!==s.photo_filename&&null!==s.photo_filename&&(e={method:"POST",url:c.apiUrl+"api/AssignmentUpload/upload1?filename="+s.forName+"."+s.fortype+"&location=Docs/portalReference/",data:l,headers:{"Content-Type":void 0}},d(e).success(function(e){s.cancel()}))):!1===s.msg1?(swal({text:"Record Not Inserted. ",imageUrl:"assets/img/close.png",width:300,height:200}),$("#loader0712").modal("hide")):swal("Error-"+s.msg1),"portal"===i.status&&goToState("main.logBk6"),d.get(c.apiUrl+"api/portalrefer/getPortalDetail").then(function(e){s.PortalData=e.data,s.totalItems=s.PortalData.length,s.todos=s.PortalData,s.makeTodos(),$("#loader0712").modal("hide")})})),u=[],"portal"!==i.status&&(s.table1=!0),s.operation=!1}}else if(e)if(null!=r&&r){"portal"!==i.status&&$("#loader0712").modal({backdrop:"static",keyboard:!1}),t=!1;for(let e=0;e<s.filteredTodos.length;e++)s.filteredTodos[e].sims_reference_number==s.edt.sims_reference_number&&(t=!0);t?(swal({text:"Reference number Already exists",imageUrl:"assets/img/notification-alert.png",width:300,height:200}),goToState(n.current,{},{reload:!0}),$("#loader0712").modal("hide")):(a={method:"POST",url:c.apiUrl+"api/AssignmentUpload/upload1?filename="+encodeURIComponent(r[0].name)+"&location=Docs/portalReference/",data:l,headers:{"Content-Type":void 0}},d(a).success(function(e){var t=s.edt;t.sims_cur_code=s.temp.sims_cur_code,t.opr="I",void 0===s.photo_filename||""===s.photo_filename||null===s.photo_filename?(t.sims_reference_filename="",t.sims_timetable_filename=""):(t.sims_reference_filename=e,t.sims_timetable_filename=s.edt.sims_timetable_filename),u.push(t),d.post(c.apiUrl+"api/portalrefer/PortalCUD",u).then(function(e){s.msg1=e.data,!0===s.msg1?(swal({text:"Record Inserted Successfully",imageUrl:"assets/img/check.png",width:300,height:200}),$("#loader0712").modal("hide")):!1===s.msg1?(swal({text:"Record Not Inserted. ",imageUrl:"assets/img/close.png",width:300,height:200}),$("#loader0712").modal("hide")):swal("Error-"+s.msg1),"portal"===i.status&&goToState("main.logBk6"),d.get(c.apiUrl+"api/portalrefer/getPortalDetail").then(function(e){s.PortalData=e.data,s.totalItems=s.PortalData.length,s.todos=s.PortalData,s.makeTodos(),$("#loader0712").modal("hide")})})}),u=[],"portal"!==i.status&&(s.table1=!0),s.operation=!1,r=void 0)}else swal({title:"Alert",text:"Please upload file",showCloseButton:!0,width:380})};s.file_changed=function(e,t){if(m=e.files[0],r=e.files,s.photo_filename=m.name,1<(m.name.match(/\./g)||[]).length)swal({title:"Alert",text:"File name should not contain multiple dots.",showCloseButton:!0,width:380}),angular.element(e).val(null);else{e=s.photo_filename.split(".");if(s.photo_filename.split(".")[e.length-1],s.edt1={sims_timetable_filename:s.photo_filename},$.extend(s.edt,s.edt1),s.photo_filename=m.type,r.length){l=new FormData;for(var a=0;a<r.length;a++)l.append(r[a].name,r[a],"Web\\"+r[a].name.replace(/\s/g,""))}e=new FileReader;e.onload=function(e){s.$apply(function(){s.prev_img=e.target.result})},s.temp.comn_doc_file_path=m.name,e.readAsDataURL(m)}},p=new FormData,s.Update=function(){var e;s.busy=!0,s.ischanged?((e=s.edt).opr="U",void 0===s.photo_filename||""===s.photo_filename||null===s.photo_filename?(e.sims_reference_filename="",e.sims_timetable_filename=""):(e.sims_reference_filename=s.forName+"."+s.fortype,e.sims_timetable_filename=s.forName+"."+s.fortype),g.push(e),d.post(c.apiUrl+"api/portalrefer/PortalCUD?simsobj=",g).then(function(e){s.msg1=e.data,s.operation=!1,d.get(c.apiUrl+"api/portalrefer/getPortalDetail").then(function(e){s.PortalData=e.data,s.totalItems=s.PortalData.length,s.todos=s.PortalData,s.makeTodos(),!0===s.msg1?(swal({text:"Record Updated Successfully",imageUrl:"assets/img/check.png",width:300,height:200}),$("#loader0712").modal("hide"),void 0!==s.photo_filename&&""!==s.photo_filename&&null!==s.photo_filename&&(e={method:"POST",url:c.apiUrl+"api/AssignmentUpload/upload1?filename="+s.forName+"."+s.fortype+"&location=Docs/portalReference/",data:l,headers:{"Content-Type":void 0}},d(e).success(function(e){s.cancel()}))):!1===s.msg1?(swal({text:"Record Not Updated. ",imageUrl:"assets/img/close.png",width:300,height:200}),$("#loader0712").modal("hide")):swal("Error-"+s.msg1)})})):((e=s.edt).opr="U",g.push(e),d.post(c.apiUrl+"api/portalrefer/PortalCUD",g).then(function(e){s.msg1=e.data,s.operation=!1,d.get(c.apiUrl+"api/portalrefer/getPortalDetail").then(function(e){s.PortalData=e.data,s.totalItems=s.PortalData.length,s.todos=s.PortalData,p=new FormData,s.makeTodos(),void 0!==s.photo_filename&&""!==s.photo_filename&&null!==s.photo_filename&&(e={method:"POST",url:c.apiUrl+"api/AssignmentUpload/upload1?filename="+encodeURIComponent(r[0].name)+"&location=Docs/portalReference/",data:l,headers:{"Content-Type":void 0}},d(e).success(function(e){console.log(e)})),!0===s.msg1?(swal({text:"Record Updated Successfully",imageUrl:"assets/img/check.png",width:300,height:200}),$("#loader0712").modal("hide")):!1===s.msg1?(swal({text:"Record Not Updated. ",imageUrl:"assets/img/close.png",width:300,height:200}),$("#loader0712").modal("hide")):swal("Error-"+s.msg1)})})),s.operation=!1,s.table1=!0,g=[]},s.makeTodos=function(){var e=parseInt(s.totalItems%s.numPerPage),e=(s.pagersize="0"==e?parseInt(s.totalItems/s.numPerPage):parseInt(s.totalItems/s.numPerPage)+1,(s.currentPage-1)*s.numPerPage),t=parseInt(e)+parseInt(s.numPerPage);s.filteredTodos=s.todos.slice(e,t)},s.getTheFiles=function(a){s.filesize=!0,s.lbl_filename=!1,angular.forEach(a,function(e,t){p.append(t,e);6097152<a[0].size&&(s.filesize=!1,s.edt.photoStatus=!1,swal({title:"Alert",text:"File Should Not Exceed 6MB."}),s.edt.sims_timetable_filename="",s.edt.sims_reference_filename="")})},$(function(){$("table tbody tr:even").addClass("even_row"),$("#all_chk").change(function(){$("input:checkbox").prop("checked",this.checked),$("tr").toggleClass("selected_row",this.checked)}),$("table tbody :checkbox").change(function(e){$(this).closest("tr").toggleClass("selected_row",this.checked)}),$("table tbody tr").click(function(e){"checkbox"!==e.target.type&&$(":checkbox",this).trigger("click"),$("input[type='checkbox']").not("#all_chk").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("selected_row"):$(this).closest("tr").removeClass("selected_row")})})}),e(function(){$("#fixTable").tableHeadFixer({top:1})},100),e(function(){$("#fixTable1").tableHeadFixer({top:1})},100),s.check_all=function(){if(!0===(h=document.getElementById("all_chk")).checked)for(let e=0;e<s.filteredTodos.length;e++)document.getElementById(e+s.filteredTodos[e].sims_reference_number).checked=!0,s.row1="row_selected",$("tr").addClass("row_selected");else for(var e=0;e<s.filteredTodos.length;e++)document.getElementById(e+s.filteredTodos[e].sims_reference_number).checked=!1,h.checked=!1,s.row1=""},s.check_once=function(e){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),s.color="#edefef"}),!0===(h=document.getElementById("all_chk")).checked&&(h.checked=!1,$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected")}))},s.Chk_onces=function(){!0===(h=document.getElementById("ChkNull")).checked?s.filedemo=!1:s.filedemo=!0},s.deleterecord=function(){s.flag=!1;for(var e,o=[],t=0;t<s.filteredTodos.length;t++)!0===document.getElementById(t+s.filteredTodos[t].sims_reference_number).checked&&(s.flag=!0,e={sims_reference_number:s.filteredTodos[t].sims_reference_number,opr:"D"},o.push(e));s.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,confirmButtonText:"Yes",showCancelButton:!0,width:380,cancelButtonText:"No"}).then(function(e){if(e)d.post(c.apiUrl+"api/portalrefer/PortalCUD",o).then(function(e){s.msg1=e.data,!0===s.msg1?swal({text:"Record Deleted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&d.get(c.apiUrl+"api/portalrefer/getPortalDetail").then(function(e){s.AttendanceCode_Data=e.data,s.totalItems=s.AttendanceCode_Data.length,s.todos=s.AttendanceCode_Data,s.makeTodos()}),s.currentPage=!0}):!1===s.msg1?swal({text:"Record Not Deleted. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&d.get(c.apiUrl+"api/portalrefer/getPortalDetail").then(function(e){s.AttendanceCode_Data=e.data,s.totalItems=s.AttendanceCode_Data.length,s.todos=s.AttendanceCode_Data,s.makeTodos(),h.checked=!1,$("tr").removeClass("row_selected")})}):swal("Error-"+s.msg1)});else{!0===(h=document.getElementById("all_chk")).checked&&(h.checked=!1);for(var t=0;t<s.filteredTodos.length;t++){var a=document.getElementById(t+s.filteredTodos[t].sims_reference_number);!0===a.checked&&(a.checked=!1,h.checked=!1,$("tr").removeClass("row_selected"))}}}):swal({text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}),s.currentPage=str},s.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).sims_reference_name.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_reference_desc.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_reference_filename.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_reference_publish_date.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_reference_number.toLowerCase().indexOf(t.toLowerCase())||e.sims_reference_number==t;var t})},s.search=function(){s.todos=s.searched(s.PortalData,s.searchText),s.totalItems=s.todos.length,s.currentPage="1",""==s.searchText&&(s.todos=s.PortalData),s.makeTodos()},$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0}),$(document).on("touch click",'*[data-datepicker="true"] .add-on',function(e){$('input[type="text"]',$(this).parent()).focus()}),s.createdate=function(e,t,a){e<t?(o.strMessage="Please Select Future Date",$("#message").modal("show"),s.edt[a]=""):s.edt[a]=e},s.showdate=function(e,t){s.edt[t]=e},s.backN=function(){n.go("main.grasca")},f.directive("ngFiles",["$parse",function(s){return{link:function(t,e,a){var o=s(a.ngFiles);e.on("change",function(e){o(t,{$files:e.target.files})})}}}])}])}(),function(){"use strict";var u,g=angular.module("sims.module.Setup");g.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),g.controller("PortalReferenceHRcont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(s,n,o,e,t,i,d){s.pagesize="10",s.pageindex="0",s.pager=!0,s.table1=!0,s.lbl_filename=!1,s.busy=!1,s.editmode=!1;var c,l,r,m=new FormData,p=[],a=[];s.ischanged=!1,s.eiamchkbox=!1,s.filteredTodos=[],s.currentPage=1,s.numPerPage=10,s.maxSize=10,s.url=d.docUrl+i.defaults.headers.common.schoolId+"/Docs/portalReference","eiama"!=i.defaults.headers.common.schoolId&&"EIAMA"!=i.defaults.headers.common.schoolId||(s.eiamchkbox=!0),s.forName="",s.fortype="",s.file_name_name="",s.size=function(e){"All"==e?(s.currentPage="1",s.filteredTodos=s.PortalData,s.pager=!1):(s.pager=!0,s.pagesize=e,s.currentPage=1,s.numPerPage=e,s.makeTodos())},s.index=function(e){s.pageindex=e,s.currentPage=e,s.makeTodos(),u.checked=!1,s.row1=""},s.New=function(){s.lbl_filename=!1,s.myForm.$setPristine(),s.myForm.$setUntouched(),s.newmode=!0,s.edt="",s.editmode=!1,s.readonly=!1,s.table1=!1,s.operation=!0,s.savebtn=!0,s.updatebtn=!1,s.ischanged=!1,s.filedemo=!0,s.temp={},s.photo_filename="",s.forName="",s.fortype="",s.file_name_name="",s.temp.comn_doc_file_path="",i.get(d.apiUrl+"api/common/getCuriculum").then(function(e){s.curriculum=e.data,s.temp={sims_cur_code:s.curriculum[0].sims_cur_code,sims_reference_status:!0}}),i.get(d.apiUrl+"api/portalrefer/getportalrefernumber").then(function(e){s.data=e.data,s.edt={sims_reference_number:s.data[0].sims_reference_number,sims_reference_publish_date:s.data[0].sims_reference_publish_date,sims_reference_expiry_date:s.data[0].sims_reference_expiry_date}});var e=new Date,t=e.getDate(),a=(t<10&&(t="0"+t),e.getMonth()+1),e=(a<10&&(a="0"+a),e.getFullYear());s.edt={sims_reference_publish_date:t+"-"+a+"-"+e,sims_reference_expiry_date:t+"-"+a+"-"+e}},s.up=function(e){s.editmode=!0,s.newmode=!1,s.savebtn=!1,s.updatebtn=!0,s.readonly=!0,s.table1=!1,s.operation=!0,s.lbl_filename=!0,s.ischanged=!1,s.edt={sims_reference_number:e.sims_reference_number,sims_cur_code:e.sims_cur_code,sims_reference_name:e.sims_reference_name,sims_reference_filename:e.sims_reference_filename,sims_reference_desc:e.sims_reference_desc,sims_reference_publish_date:e.sims_reference_publish_date,sims_reference_expiry_date:e.sims_reference_expiry_date,sims_reference_status:e.sims_reference_status,sims_learn_arabic_status:e.sims_learn_arabic_status,sims_cur_name:e.sims_cur_name,sims_reference_video_resource:e.sims_reference_video_resource,sims_refrence_policy:e.sims_refrence_policy,sims_refrence_Consent:e.sims_refrence_Consent}},i.get(d.apiUrl+"api/portalrefer/getPortalDetail").then(function(e){s.PortalData=e.data,s.totalItems=s.PortalData.length,s.todos=s.PortalData,s.makeTodos()}),s.cancel=function(){s.table1=!0,s.operation=!1,s.edt="",s.photo_filename="",s.forName="",s.fortype="",s.file_name_name="",s.myForm.$setPristine()},s.Save=function(e){if("eiama"==i.defaults.headers.common.schoolId||"EIAMA"==i.defaults.headers.common.schoolId){if($("#loader0712").modal({backdrop:"static",keyboard:!1}),e){var t=!1,a=s.edt;a.opr="I",a.sims_cur_code=s.temp.sims_cur_code,void 0===s.photo_filename||""===s.photo_filename||null===s.photo_filename?(a.sims_reference_filename="",a.sims_timetable_filename=""):(a.sims_reference_filename=s.forName+"."+s.fortype,a.sims_timetable_filename=s.forName+"."+s.fortype);for(var o=0;o<s.filteredTodos.length;o++)s.filteredTodos[o].sims_reference_number==s.edt.sims_reference_number&&(t=!0);t?(swal({text:"Reference number Already exists",imageUrl:"assets/img/notification-alert.png",width:300,height:200}),goToState(n.current,{},{reload:!0}),$("#loader0712").modal("hide")):(p.push(a),i.post(d.apiUrl+"api/portalrefer/PortalCUD",p).then(function(e){s.msg1=e.data,!0===s.msg1?(swal({text:"Record Inserted Successfully",imageUrl:"assets/img/check.png",width:300,height:200}),$("#loader0712").modal("hide"),void 0!==s.photo_filename&&""!==s.photo_filename&&null!==s.photo_filename&&(e={method:"POST",url:d.apiUrl+"api/AssignmentUpload/upload1?filename="+s.forName+"."+s.fortype+"&location=Docs/portalReference/",data:c,headers:{"Content-Type":void 0}},i(e).success(function(e){s.cancel()}))):!1===s.msg1?(swal({text:"Record Not Inserted. ",imageUrl:"assets/img/close.png",width:300,height:200}),$("#loader0712").modal("hide")):swal("Error-"+s.msg1),i.get(d.apiUrl+"api/portalrefer/getPortalDetail").then(function(e){s.PortalData=e.data,s.totalItems=s.PortalData.length,s.todos=s.PortalData,s.makeTodos(),$("#loader0712").modal("hide")})})),p=[],s.table1=!0,s.operation=!1}}else if(e)if(null!=l&&l){$("#loader0712").modal({backdrop:"static",keyboard:!1}),t=!1;for(let e=0;e<s.filteredTodos.length;e++)s.filteredTodos[e].sims_reference_number==s.edt.sims_reference_number&&(t=!0);t?(swal({text:"Reference number Already exists",imageUrl:"assets/img/notification-alert.png",width:300,height:200}),goToState(n.current,{},{reload:!0}),$("#loader0712").modal("hide")):(a={method:"POST",url:d.apiUrl+"api/AssignmentUpload/upload1?filename="+l[0].name+"&location=Docs/portalReference/",data:c,headers:{"Content-Type":void 0}},i(a).success(function(e){var t=s.edt;t.sims_cur_code=s.temp.sims_cur_code,t.opr="I",void 0===s.photo_filename||""===s.photo_filename||null===s.photo_filename?(t.sims_reference_filename="",t.sims_timetable_filename=""):(t.sims_reference_filename=e,t.sims_timetable_filename=s.edt.sims_timetable_filename),p.push(t),i.post(d.apiUrl+"api/portalrefer/PortalCUD",p).then(function(e){s.msg1=e.data,!0===s.msg1?(swal({text:"Record Inserted Successfully",imageUrl:"assets/img/check.png",width:300,height:200}),$("#loader0712").modal("hide")):!1===s.msg1?(swal({text:"Record Not Inserted. ",imageUrl:"assets/img/close.png",width:300,height:200}),$("#loader0712").modal("hide")):swal("Error-"+s.msg1),i.get(d.apiUrl+"api/portalrefer/getPortalDetail").then(function(e){s.PortalData=e.data,s.totalItems=s.PortalData.length,s.todos=s.PortalData,s.makeTodos(),$("#loader0712").modal("hide")})})}),p=[],s.table1=!0,s.operation=!1,l=void 0)}else swal({title:"Alert",text:"Please upload file",showCloseButton:!0,width:380})};s.file_changed=function(e,t){r=e.files[0],l=e.files,s.photo_filename=r.name;e=s.photo_filename.split(".");if(s.photo_filename.split(".")[e.length-1],s.edt1={sims_timetable_filename:s.photo_filename},$.extend(s.edt,s.edt1),s.photo_filename=r.type,l.length){c=new FormData;for(var a=0;a<l.length;a++)c.append(l[a].name,l[a],"Web\\"+l[a].name.replace(/\s/g,""))}e=new FileReader;e.onload=function(e){s.$apply(function(){s.prev_img=e.target.result})},s.temp.comn_doc_file_path=r.name,e.readAsDataURL(r)},m=new FormData,s.Update=function(){var e;s.busy=!0,s.ischanged?((e=s.edt).opr="U",void 0===s.photo_filename||""===s.photo_filename||null===s.photo_filename?(e.sims_reference_filename="",e.sims_timetable_filename=""):(e.sims_reference_filename=s.forName+"."+s.fortype,e.sims_timetable_filename=s.forName+"."+s.fortype),a.push(e),i.post(d.apiUrl+"api/portalrefer/PortalCUD?simsobj=",a).then(function(e){s.msg1=e.data,s.operation=!1,i.get(d.apiUrl+"api/portalrefer/getPortalDetail").then(function(e){s.PortalData=e.data,s.totalItems=s.PortalData.length,s.todos=s.PortalData,s.makeTodos(),!0===s.msg1?(swal({text:"Record Updated Successfully",imageUrl:"assets/img/check.png",width:300,height:200}),$("#loader0712").modal("hide"),void 0!==s.photo_filename&&""!==s.photo_filename&&null!==s.photo_filename&&(e={method:"POST",url:d.apiUrl+"api/AssignmentUpload/upload1?filename="+s.forName+"."+s.fortype+"&location=Docs/portalReference/",data:c,headers:{"Content-Type":void 0}},i(e).success(function(e){s.cancel()}))):!1===s.msg1?(swal({text:"Record Not Updated. ",imageUrl:"assets/img/close.png",width:300,height:200}),$("#loader0712").modal("hide")):swal("Error-"+s.msg1)})})):((e=s.edt).opr="U",a.push(e),i.post(d.apiUrl+"api/portalrefer/PortalCUD",a).then(function(e){s.msg1=e.data,s.operation=!1,i.get(d.apiUrl+"api/portalrefer/getPortalDetail").then(function(e){s.PortalData=e.data,s.totalItems=s.PortalData.length,s.todos=s.PortalData,m=new FormData,s.makeTodos(),!0===s.msg1?(swal({text:"Record Updated Successfully",imageUrl:"assets/img/check.png",width:300,height:200}),$("#loader0712").modal("hide")):!1===s.msg1?(swal({text:"Record Not Updated. ",imageUrl:"assets/img/close.png",width:300,height:200}),$("#loader0712").modal("hide")):swal("Error-"+s.msg1)})})),s.operation=!1,s.table1=!0,a=[]},s.makeTodos=function(){var e=parseInt(s.totalItems%s.numPerPage),e=(s.pagersize="0"==e?parseInt(s.totalItems/s.numPerPage):parseInt(s.totalItems/s.numPerPage)+1,(s.currentPage-1)*s.numPerPage),t=parseInt(e)+parseInt(s.numPerPage);s.filteredTodos=s.todos.slice(e,t)},s.getTheFiles=function(a){s.filesize=!0,s.lbl_filename=!1,angular.forEach(a,function(e,t){m.append(t,e);6097152<a[0].size&&(s.filesize=!1,s.edt.photoStatus=!1,swal({title:"Alert",text:"File Should Not Exceed 6MB."}),s.edt.sims_timetable_filename="",s.edt.sims_reference_filename="")})},$(function(){$("table tbody tr:even").addClass("even_row"),$("#all_chk").change(function(){$("input:checkbox").prop("checked",this.checked),$("tr").toggleClass("selected_row",this.checked)}),$("table tbody :checkbox").change(function(e){$(this).closest("tr").toggleClass("selected_row",this.checked)}),$("table tbody tr").click(function(e){"checkbox"!==e.target.type&&$(":checkbox",this).trigger("click"),$("input[type='checkbox']").not("#all_chk").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("selected_row"):$(this).closest("tr").removeClass("selected_row")})})}),e(function(){$("#fixTable").tableHeadFixer({top:1})},100),e(function(){$("#fixTable1").tableHeadFixer({top:1})},100),s.check_all=function(){if(!0===(u=document.getElementById("all_chk")).checked)for(let e=0;e<s.filteredTodos.length;e++)document.getElementById(e+s.filteredTodos[e].sims_reference_number).checked=!0,s.row1="row_selected",$("tr").addClass("row_selected");else for(var e=0;e<s.filteredTodos.length;e++)document.getElementById(e+s.filteredTodos[e].sims_reference_number).checked=!1,u.checked=!1,s.row1=""},s.check_once=function(e){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),s.color="#edefef"}),!0===(u=document.getElementById("all_chk")).checked&&(u.checked=!1,$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected")}))},s.Chk_onces=function(){!0===(u=document.getElementById("ChkNull")).checked?s.filedemo=!1:s.filedemo=!0},s.deleterecord=function(e){s.flag=!1;for(var t,o=[],a=0;a<s.filteredTodos.length;a++)!0===document.getElementById(a+s.filteredTodos[a].sims_reference_number).checked&&(s.flag=!0,t={sims_reference_number:s.filteredTodos[a].sims_reference_number,opr:"D"},o.push(t));s.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,confirmButtonText:"Yes",showCancelButton:!0,width:380,cancelButtonText:"No"}).then(function(e){if(e)i.post(d.apiUrl+"api/portalrefer/PortalCUD",o).then(function(e){s.msg1=e.data,!0===s.msg1?swal({text:"Record Deleted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&i.get(d.apiUrl+"api/portalrefer/getPortalDetail").then(function(e){s.AttendanceCode_Data=e.data,s.totalItems=s.AttendanceCode_Data.length,s.todos=s.AttendanceCode_Data,s.makeTodos()}),s.currentPage=!0}):!1===s.msg1?swal({text:"Record Not Deleted. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&i.get(d.apiUrl+"api/portalrefer/getPortalDetail").then(function(e){s.AttendanceCode_Data=e.data,s.totalItems=s.AttendanceCode_Data.length,s.todos=s.AttendanceCode_Data,s.makeTodos(),u.checked=!1,$("tr").removeClass("row_selected")})}):swal("Error-"+s.msg1)});else{!0===(u=document.getElementById("all_chk")).checked&&(u.checked=!1);for(var t=0;t<s.filteredTodos.length;t++){var a=document.getElementById(t+s.filteredTodos[t].sims_reference_number);!0===a.checked&&(a.checked=!1,u.checked=!1,$("tr").removeClass("row_selected"))}}}):swal({text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}),s.currentPage=e},s.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).sims_reference_name.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_reference_desc.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_reference_filename.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_reference_publish_date.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_reference_number.toLowerCase().indexOf(t.toLowerCase())||e.sims_reference_number==t;var t})},s.search=function(){s.todos=s.searched(s.PortalData,s.searchText),s.totalItems=s.todos.length,s.currentPage="1",""==s.searchText&&(s.todos=s.PortalData),s.makeTodos()},$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0}),$(document).on("touch click",'*[data-datepicker="true"] .add-on',function(e){$('input[type="text"]',$(this).parent()).focus()}),s.createdate=function(e,t,a){e<t?(o.strMessage="Please Select Future Date",$("#message").modal("show"),s.edt[a]=""):s.edt[a]=e},s.showdate=function(e,t){s.edt[t]=e},g.directive("ngFiles",["$parse",function(s){return{link:function(t,e,a){var o=s(a.ngFiles);e.on("change",function(e){o(t,{$files:e.target.files})})}}}])}])}(),function(){"use strict";var e=angular.module("sims.module.Setup");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("approveelegibitylistbysystemCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV","commonFunctionsService",function(n,e,o,t,a,i,d,s){var _=o.globals.currentUser.username;n.sectionbox=!1,n.gradebox=!1,n.temp={},n.edt={},n.hasStepOne=!1,i.get(d.apiUrl+"api/Streamselection/getAcademicyear").then(function(e){n.AllAcademicYear=e.data,n.temp.sims_academic_year=n.AllAcademicYear[1].sims_academic_year,n.gettimeline(),n.getGrade()}),i.get(d.apiUrl+"api/Streamchoices/Getcriteria").then(function(e){n.criteria_data=e.data}),n.getGrade=function(){i.get(d.apiUrl+"api/CreateChoice/getAllGrades?cur_code=01&academic_year="+n.temp.sims_academic_year+"&user_name="+o.globals.currentUser.username).then(function(e){n.Grade_code=e.data,setTimeout(function(){$("#cmb_grade_code").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"})},1e3)})},n.getSection=function(e,t,a){i.get(d.apiUrl+"api/CreateChoice/getSectionFromGrade?cur_code="+n.cur_code+"&academic_year="+n.temp.sims_academic_year+"&grade_code="+t+"&user_name="+o.globals.currentUser.username).then(function(e){n.Section_code=e.data,setTimeout(function(){$("#cmb_section_code").change(function(){}).multipleSelect({width:"100%"})},1e3)})},n.pagesize="10",n.pageindex="0",n.pager=!0,n.filteredTodos=[],n.currentPage=1,n.numPerPage=10,n.maxSize=10,n.pagesize1="10",n.pageindex1="0",n.pager1=!0,n.filteredTodos1=[],n.currentPage1=1,n.numPerPage1=10,n.maxSize1=10,n.pagesize2="10",n.pageindex2="0",n.pager2=!0,n.filteredTodos2=[],n.currentPage2=1,n.numPerPage2=10,n.maxSize2=10,n.index=function(e){n.pageindex=e,n.currentPage=e,n.makeTodos()},n.size=function(e){"All"==e?(n.currentPage="1",n.filteredTodos=n.alldetails,n.pager=!1):(n.pager=!0,n.pagesize=e,n.currentPage=1,n.numPerPage=e,n.makeTodos()),n.numPerPage=e},n.index1=function(e){n.pageindex1=e,n.currentPage1=e,n.makeTodos1()},n.size1=function(e){"All"==e?(n.currentPage1="1",n.filteredTodos1=n.progresslistdata,n.pager1=!1):(n.pager1=!0,n.pagesize1=e,n.currentPage1=1,n.numPerPage1=e,n.makeTodos1()),n.numPerPage1=e},n.index2=function(e){n.pageindex2=e,n.currentPage2=e,n.makeTodos2()},n.size2=function(e){"All"==e?(n.currentPage2="1",n.filteredTodos2=n.eligibility_data,n.pager2=!1):(n.pager2=!0,n.pagesize2=e,n.currentPage2=1,n.numPerPage2=e,n.makeTodos2()),n.numPerPage2=e},n.makeTodos=function(){var e=parseInt(n.totalItems%n.numPerPage),e=(n.pagersize="0"==e?parseInt(n.totalItems/n.numPerPage):parseInt(n.totalItems/n.numPerPage)+1,(n.currentPage-1)*n.numPerPage),t=parseInt(e)+parseInt(n.numPerPage);!1===n.pager?n.filteredTodos=n.todos:n.filteredTodos=n.todos.slice(e,t)},n.makeTodos1=function(){var e=parseInt(n.totalItems1%n.numPerPage1),e=(n.pagersize1="0"==e?parseInt(n.totalItems1/n.numPerPage1):parseInt(n.totalItems1/n.numPerPage1)+1,(n.currentPage1-1)*n.numPerPage1),t=parseInt(e)+parseInt(n.numPerPage1);!1===n.pager1?n.filteredTodos1=n.todos1:n.filteredTodos1=n.todos1.slice(e,t)},n.makeTodos=function(){var e=parseInt(n.totalItems%n.numPerPage),e=(n.pagersize="0"==e?parseInt(n.totalItems/n.numPerPage):parseInt(n.totalItems/n.numPerPage)+1,(n.currentPage-1)*n.numPerPage),t=parseInt(e)+parseInt(n.numPerPage);!1===n.pager?n.filteredTodos=n.todos:n.filteredTodos=n.todos.slice(e,t)},n.makeTodos2=function(){var e=parseInt(n.totalItems2%n.numPerPage2),e=(n.pagersize2="0"==e?parseInt(n.totalItems2/n.numPerPage2):parseInt(n.totalItems2/n.numPerPage2)+1,(n.currentPage2-1)*n.numPerPage2),t=parseInt(e)+parseInt(n.numPerPage2);!1===n.pager2?n.filteredTodos2=n.todos2:n.filteredTodos2=n.todos2.slice(e,t)},n.gettimeline=function(){i.get(d.apiUrl+"api/Streamapproveeligibility/Gettimelineinfo?year="+n.temp.sims_academic_year+"&criteria_code=C1").then(function(e){if(n.timelineinfo=e.data,n.displaytimeline=!0,0<n.timelineinfo.length)for(var t=0;t<n.timelineinfo.length;t++)"1"===n.timelineinfo[t].sims_step_number&&(n.prospects=!0,n.prospectscompleted=!1,n.prospectsprogress=!0,n.Managecompleted=!0,n.Manageprogress=!1,n.manageprospect=!1,n.removestudents=!1,n.Verifycompleted=!0,n.Verifyprogress=!0,n.examcompleted=!0,n.examprogress=!0,n.elegiblitycompleted=!0,n.elegiblityprogress=!0,n.editbtn=!0,n.verifybtn=!0,n.selectcriteria=!0),"2"===n.timelineinfo[t].sims_step_number&&(n.prospects=!0,n.prospectscompleted=!1,n.prospectsprogress=!0,n.Managecompleted=!1,n.Manageprogress=!0,n.manageprospect=!0,n.removestudents=!0,n.Verifycompleted=!0,n.Verifyprogress=!1,n.examcompleted=!0,n.examprogress=!0,n.elegiblitycompleted=!0,n.elegiblityprogress=!0,n.editbtn=!1,n.verifybtn=!1,n.selectcriteria=!0),"3"===n.timelineinfo[t].sims_step_number&&(n.prospects=!0,n.prospectscompleted=!1,n.prospectsprogress=!0,n.Managecompleted=!1,n.Manageprogress=!0,n.manageprospect=!0,n.removestudents=!0,n.Verifycompleted=!1,n.Verifyprogress=!0,n.examcompleted=!0,n.examprogress=!0,n.elegiblitycompleted=!0,n.elegiblityprogress=!0,n.editbtn=!0,n.verifybtn=!0,n.selectcriteria=!1),"4"===n.timelineinfo[t].sims_step_number&&(n.prospects=!0,n.prospectscompleted=!1,n.prospectsprogress=!0,n.Managecompleted=!1,n.Manageprogress=!0,n.manageprospect=!0,n.removestudents=!0,n.Verifycompleted=!1,n.Verifyprogress=!0,n.examcompleted=!1,n.examprogress=!0,n.elegiblitycompleted=!0,n.elegiblityprogress=!0,n.editbtn=!0,n.verifybtn=!0),"5"===n.timelineinfo[t].sims_step_number&&(n.prospects=!0,n.prospectscompleted=!1,n.prospectsprogress=!0,n.Managecompleted=!1,n.Manageprogress=!0,n.manageprospect=!0,n.removestudents=!0,n.Verifycompleted=!1,n.Verifyprogress=!0,n.examcompleted=!1,n.examprogress=!0,n.elegiblitycompleted=!1,n.elegiblityprogress=!0,n.editbtn=!0,n.verifybtn=!0);else n.prospectsprogress=!1,n.prospectscompleted=!0,n.Managecompleted=!0,n.Manageprogress=!0,n.Verifycompleted=!0,n.Verifyprogress=!0,n.examcompleted=!0,n.examprogress=!0,n.elegiblitycompleted=!0,n.elegiblityprogress=!0})},n.createprospects=function(){n.searchfilter=!1,n.sectionbox=!1,n.gradebox=!1,n.communicatebtn=!0,$("#loader").modal({backdrop:"static",keyboard:!1}),n.prospect=[],i.get(d.apiUrl+"api/Streamapproveeligibility/Gettimelineinfo?year="+n.temp.sims_academic_year+"&criteria_code=C1").then(function(e){n.timelineinfo=e.data;for(var t=0;t<n.timelineinfo.length;t++)"1"===n.timelineinfo[t].sims_step_number&&n.prospect.push(n.timelineinfo[t]);0<n.prospect.length?($("#loader").modal("hide"),$(".modal-backdrop").removeClass("modal-backdrop"),swal({text:"Prospect can be created only once",width:350,height:200}),n.pager1=!1,n.pager=!1,n.gettimeline()):(n.savedata=[],n.savedata1=[],e={academic_year:n.temp.sims_academic_year,criteria_code:"C1",opr:"B"},n.savedata1.push(e),e={step_number:"1",verified_by:_,sims_academic_year:n.temp.sims_academic_year,criteria_code:"C1",opr:"C"},n.savedata.push(e),i.post(d.apiUrl+"api/Streamapproveeligibility/createprospects",n.savedata1).then(function(e){i.post(d.apiUrl+"api/Streamapproveeligibility/timelineupdate",n.savedata).then(function(e){n.prosects=!0,n.prospectscompleted=!1,n.prospectsprogress=!0,n.Manageprogress=!1,$("#loader").modal("hide"),$(".modal-backdrop").removeClass("modal-backdrop"),swal({text:"Prospects created",imageUrl:"assets/img/check.png",width:350,height:200})}),n.gettimeline()}))})},n.manageprospects=function(){n.communicatebtn=!0,n.sectionbox=!0,n.gradebox=!0,n.searchfilter=!0,i.get(d.apiUrl+"api/Streamapproveeligibility/Gettimelineinfo?year="+n.temp.sims_academic_year+"&criteria_code=C1").then(function(e){n.timelineinfo=e.data,0==n.timelineinfo.length?swal({text:"Please complete step 1",imageUrl:"assets/img/check.png",width:350,height:200}):i.get(d.apiUrl+"api/Streamapproveeligibility/Getprospectdata?acad_yr="+n.temp.sims_academic_year+"&user_code="+_).then(function(e){n.alldetails=e.data,n.prospectlist=!0,n.choicelist=!1,n.pogresslist=!1,n.eligibitylist=!1,n.progresslisttb=!1,n.eligibitylistd=!1,n.communicateppn=!1,n.communicateppnd=!1,n.pager1=!1,n.pager=!0,n.totalItems=n.alldetails.length,n.todos=n.alldetails,n.makeTodos(),console.log(n.alldetails,"$scope.alldetails"),n.gettimeline()})})},n.Filterbystep2=function(e,t){$("#loader").modal({backdrop:"static",keyboard:!1}),i.get(d.apiUrl+"api/Streamapproveeligibility/getprospectbyfilter?acad_yr="+n.temp.sims_academic_year+"&user_code="+_+"&grade_code="+e+"&section_code="+t).then(function(e){n.alldetails=e.data,n.totalItems=n.alldetails.length,n.todos=n.alldetails,n.makeTodos(),console.log(n.alldetails,"$scope.alldetails"),$("#loader").modal("hide"),$(".modal-backdrop").removeClass("modal-backdrop")})},n.removestudent=function(t){swal({title:"",text:"Cannot add "+t+" again ,do you want to continue?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:390,cancelButtonText:"No"}).then(function(e){e&&(n.savedata=[],e={user:_,enroll_number:t,sims_academic_year:n.temp.sims_academic_year,opr:"F"},n.savedata.push(e),i.post(d.apiUrl+"api/Streamapproveeligibility/removestudent",n.savedata).then(function(e){n.manageprospects(),swal({text:"Enroll no "+t+" Removed",imageUrl:"assets/img/check.png",width:350,height:200})}))})},n.saveprospects=function(){i.get(d.apiUrl+"api/Streamapproveeligibility/Gettimelineinfo?year="+n.temp.sims_academic_year+"&criteria_code=C1").then(function(e){n.timelineinfo=e.data,n.manageprospect=[],n.savedata=[];for(var t=0;t<n.timelineinfo.length;t++)"2"===n.timelineinfo[t].sims_step_number&&n.manageprospect.push(n.timelineinfo[t]);0<n.manageprospect.length?(swal({text:"Already saved",width:350,height:200}),n.gettimeline()):(e={step_number:"2",verified_by:_,sims_academic_year:n.temp.sims_academic_year,criteria_code:"C1",opr:"C"},n.savedata.push(e),i.post(d.apiUrl+"api/Streamapproveeligibility/timelineupdate",n.savedata).then(function(e){$("#loader").modal("hide"),$(".modal-backdrop").removeClass("modal-backdrop"),swal({text:"Prospects created",imageUrl:"assets/img/check.png",width:350,height:200}),n.sectionbox=!0,n.gradebox=!0,n.gettimeline()}))})},n.getstreamdata=function(e){i.get(d.apiUrl+"api/CreateChoice/getstreamdata?acad_yr="+e).then(function(e){n.streams_data=e.data,console.log(n.streams_data,"$scope.streams_data")})},n.getchoicedata=function(e){i.get(d.apiUrl+"api/CreateChoice/getchoicesdata?acad_yr="+e).then(function(e){n.choicesdata=e.data,console.log(n.choicesdata,"$scope.choicesdata")})},n.verifychoices=function(){n.sectionbox=!1,n.gradebox=!1,n.choicelist=!0,n.prospectlist=!1,n.pogresslist=!1,n.eligibitylist=!1,n.progresslisttb=!1,n.eligibitylistd=!1,n.communicateppn=!1,n.communicateppnd=!1,n.pager1=!1,n.pager=!1,n.getstreamdata(n.temp.sims_academic_year),n.getchoicedata(n.temp.sims_academic_year),n.gettimeline()},n.edit=function(e){$("#myModal5").modal("show"),n.edt=[],n.edt={cho_status:e.cho_status,combination_name:e.sims_choice_name,choice_code:e.sims_choice_code,remark:e.sims_remark}},n.update=function(){n.savedata=[];var e={cho_status:n.edt.cho_status,sims_choice_code:n.edt.choice_code,opr:"G "};n.savedata.push(e),i.post(d.apiUrl+"api/Streamapproveeligibility/updatecombostatus",n.savedata).then(function(e){n.getchoicedata(n.temp.sims_academic_year),n.getstreamdata(n.temp.sims_academic_year),swal({text:"Status Updated",imageUrl:"assets/img/check.png",width:350,height:200}),$("#myModal5").modal("hide"),$(".modal-backdrop").removeClass("modal-backdrop")})},n.savechoices=function(){i.get(d.apiUrl+"api/Streamapproveeligibility/Gettimelineinfo?year="+n.temp.sims_academic_year+"&criteria_code=C1").then(function(e){n.timelineinfo=e.data;for(var t=0;t<n.timelineinfo.length;t++)Array.isArray(n.timelineinfo)&&(n.hasStepOne=n.timelineinfo.some(e=>"2"===e.sims_step_number));n.hasStepOne?(n.savedata=[],swal({title:"",text:"Cannot change the status for choices once verified,do you want to still verify?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:390,cancelButtonText:"No"}).then(function(e){e&&i.get(d.apiUrl+"api/Streamapproveeligibility/Gettimelineinfo?year="+n.temp.sims_academic_year+"&criteria_code=C1").then(function(e){n.timelineinfo=e.data,n.verifieddata=[],n.savedata=[];for(var t=0;t<n.timelineinfo.length;t++)"3"===n.timelineinfo[t].sims_step_number&&n.verifieddata.push(n.timelineinfo[t]);0<n.verifieddata.length?swal({text:"Already saved",width:350,height:200}):(e={step_number:"3",verified_by:_,sims_academic_year:n.temp.sims_academic_year,criteria_code:"C1",opr:"C"},n.savedata.push(e),i.post(d.apiUrl+"api/Streamapproveeligibility/timelineupdate",n.savedata).then(function(e){$("#loader").modal("hide"),$(".modal-backdrop").removeClass("modal-backdrop"),swal({text:"Verified choices",imageUrl:"assets/img/check.png",width:350,height:200}),n.gettimeline()}))})})):swal({text:"Please complete step 2",imageUrl:"assets/img/check.png",width:350,height:200})})},n.processexammarks=function(){i.get(d.apiUrl+"api/Streamapproveeligibility/Gettimelineinfo?year="+n.temp.sims_academic_year+"&criteria_code="+n.temp.criteria_code).then(function(e){n.timelineinfo=e.data;for(var t=0;t<n.timelineinfo.length;t++)Array.isArray(n.timelineinfo)&&(n.hasStepOne=n.timelineinfo.some(e=>"3"===e.sims_step_number));n.hasStepOne?""==n.temp.criteria_code||null==n.temp.criteria_code||null==n.temp.criteria_code?swal({text:"Please select criteria",imageUrl:"assets/img/check.png",width:350,height:200}):($("#loader").modal({backdrop:"static",keyboard:!1}),n.exammarks=[],n.datasend=[],n.prospectlist=!1,n.communicateppn=!1,n.communicateppnd=!1,n.choicelist=!1,n.pogresslist=!1,n.eligibitylist=!1,n.progresslisttb=!1,n.eligibitylistd=!1,i.get(d.apiUrl+"api/Streamapproveeligibility/Getcriteriatimelineinfo?year="+n.temp.sims_academic_year+"&criteria_code="+n.temp.criteria_code).then(function(e){n.timelineinfo=e.data,n.savedata=[];for(var t=0;t<n.timelineinfo.length;t++)"4"===n.timelineinfo[t].sims_step_number&&n.exammarks.push(n.timelineinfo[t]);0<n.exammarks.length?($("#loader").modal("hide"),$(".modal-backdrop").removeClass("modal-backdrop"),swal({text:"Exam marks can be processed only once",width:350,height:200}),n.progresslist=!0,n.criteriatimeline(),n.gradebox=!0,n.sectionbox=!0):(e={sims_academic_year:n.temp.sims_academic_year,opr:"H",criteria_code:n.temp.criteria_code},n.datasend.push(e),i.post(d.apiUrl+"api/Streamapproveeligibility/processexammarks",n.datasend).then(function(e){var t={step_number:"4",verified_by:_,sims_academic_year:n.temp.sims_academic_year,criteria_code:n.temp.criteria_code,opr:"C"};n.savedata.push(t),i.post(d.apiUrl+"api/Streamapproveeligibility/timelineupdate",n.savedata).then(function(e){$("#loader").modal("hide"),$(".modal-backdrop").removeClass("modal-backdrop"),swal({text:"Exam marks processed",imageUrl:"assets/img/check.png",width:350,height:200}),n.criteriatimeline()})}))})):swal({text:"Please complete step 3",imageUrl:"assets/img/check.png",width:350,height:200})})},n.progressmarksfilter=function(e,t){""==n.temp.criteria_code||null==n.temp.criteria_code||null==n.temp.criteria_code?swal({text:"Please select criteria",imageUrl:"assets/img/check.png",width:350,height:200}):($("#loader").modal({backdrop:"static",keyboard:!1}),n.prospectlist=!1,n.choicelist=!1,n.pogresslist=!0,n.eligibitylist=!1,n.progresslisttb=!1,n.eligibitylistd=!1,n.pager1=!0,n.pager=!1,n.communicateppn=!1,n.communicateppnd=!1,i.get(d.apiUrl+"api/Streamapproveeligibility/getprocessexammarkslist?user_code="+_+"&grade_code="+e+"&section_code="+t+"&year="+n.temp.sims_academic_year+"&criteria_code="+n.temp.criteria_code).then(function(e){n.progresslistdata=e.data,n.totalItems1=n.progresslistdata.length,n.todos1=n.progresslistdata,n.progresslisttb=!0,n.makeTodos1(),console.log(n.progresslistdata,"$scope.progresslistdata"),$("#loader").modal("hide"),$(".modal-backdrop").removeClass("modal-backdrop")}))},n.Fetchdata=function(e,t,a,o,s){n.enroll_no=e+"/"+o+"/"+s,$("#myModal6").modal("show"),i.get(d.apiUrl+"api/Streamapproveeligibility/getdetailsdata?enroll_no="+e+"&sub_code="+t+"&ch_code="+a+"&year="+n.temp.sims_academic_year+"&criteria_code="+n.temp.criteria_code).then(function(e){n.student_exam_details=e.data,console.log(n.student_exam_details,"$scope.student_exam_details")})},n.exportdata=function(e){var e=document.getElementById(e).cloneNode(!0),e=(e.querySelectorAll(".label").forEach(e=>{e.style.color="black"}),e.outerHTML),e="data:application/vnd.ms-excel,"+escape(e),t=document.createElement("a");t.href=e,t.download="Attendence consistency check report.xls",t.click()},n.processelibitylist=function(){""==n.temp.criteria_code||null==n.temp.criteria_code||null==n.temp.criteria_code?swal({text:"Please select criteria",imageUrl:"assets/img/check.png",width:350,height:200}):i.get(d.apiUrl+"api/Streamapproveeligibility/Getcriteriatimelineinfo?year="+n.temp.sims_academic_year+"&criteria_code="+n.temp.criteria_code).then(function(e){n.timelineinfo=e.data;for(var t=0;t<n.timelineinfo.length;t++)Array.isArray(n.timelineinfo)&&(n.hasStepOne=n.timelineinfo.some(e=>"4"===e.sims_step_number));n.hasStepOne?($("#loader").modal({backdrop:"static",keyboard:!1}),n.eligibility=[],n.datasend=[],n.prospectlist=!1,n.choicelist=!1,n.progresslist=!1,n.eligibitylist=!0,n.progresslisttb=!1,n.eligibitylistd=!1,n.communicateppn=!1,n.communicateppnd=!1,i.get(d.apiUrl+"api/Streamapproveeligibility/Getcriteriatimelineinfo?year="+n.temp.sims_academic_year+"&criteria_code="+n.temp.criteria_code).then(function(e){n.timelineinfo=e.data,n.savedata=[];for(var t=0;t<n.timelineinfo.length;t++)"5"===n.timelineinfo[t].sims_step_number&&n.eligibility.push(n.timelineinfo[t]);0<n.eligibility.length?($("#loader").modal("hide"),$(".modal-backdrop").removeClass("modal-backdrop"),swal({text:"Eligibility can be processed only once",width:350,height:200}),n.eligibilitylist=!0,n.criteriatimeline(),n.gradebox=!0,n.sectionbox=!0):(e={sims_academic_year:n.temp.sims_academic_year,user:_,opr:"K",criteria_code:n.temp.criteria_code},n.datasend.push(e),i.post(d.apiUrl+"api/Streamapproveeligibility/processeligibility",n.datasend).then(function(e){var t={step_number:"5",verified_by:_,sims_academic_year:n.temp.sims_academic_year,criteria_code:n.temp.criteria_code,opr:"C"};n.savedata.push(t),i.post(d.apiUrl+"api/Streamapproveeligibility/timelineupdate",n.savedata).then(function(e){$("#loader").modal("hide"),$(".modal-backdrop").removeClass("modal-backdrop"),swal({text:"Eligibility List processed",imageUrl:"assets/img/check.png",width:350,height:200}),n.gradebox=!0,n.sectionbox=!0,n.eligibitylist=!0,n.criteriatimeline()})}))})):swal({text:"Please complete step 4",imageUrl:"assets/img/check.png",width:350,height:200})})},n.eligibilityfilter=function(e,t){$("#loader").modal({backdrop:"static",keyboard:!1}),n.eligibitylistd=!0,i.post(d.apiUrl+"api/Streamapproveeligibility/processeligibilityfilter?user_code="+_+"&grade_code="+e+"&section_code="+t+"&year="+n.temp.sims_academic_year+"&criteria_code="+n.temp.criteria_code).then(function(e){n.eligibility_data=e.data,n.totalItems2=n.eligibility_data.length,n.todos2=n.eligibility_data,n.makeTodos2(),console.log(n.eligibility_data,"data"),$("#loader").modal("hide"),$(".modal-backdrop").removeClass("modal-backdrop")})},n.Fetchdata2=function(e,t){$("#myModal7").modal("show"),i.get(d.apiUrl+"api/Streamapproveeligibility/geteligibilitydetails?enroll_no="+e+"&ch_code="+t+"&year="+n.temp.sims_academic_year+"&criteria_code="+n.temp.criteria_code).then(function(e){n.student_elegibity=e.data,console.log(n.student_elegibity,"$scope.student_elegibity")})},n.communicatedtoparent=function(){i.get(d.apiUrl+"api/Streamapproveeligibility/Getcriteriatimelineinfo?year="+n.temp.sims_academic_year+"&criteria_code="+n.temp.criteria_code).then(function(e){n.timelineinfo=e.data;for(var t=0;t<n.timelineinfo.length;t++)if(Array.isArray(n.timelineinfo)&&(n.hasStepOne=n.timelineinfo.some(e=>"5"===e.sims_step_number),!n.hasStepOne))return void swal({text:"Please complete step 5",imageUrl:"assets/img/check.png",width:350,height:200})}),n.communicateppn=!0,n.communicateppnd=!1,n.prospectlist=!1,n.choicelist=!1,n.progresslist=!1,n.eligibitylist=!1,n.progresslisttb=!1,n.eligibitylistd=!1,n.gradebox=!0,n.sectionbox=!0},n.previewdata=function(e,t){i.get(d.apiUrl+"api/Streamapproveeligibility/getprocesseddata?grade_code="+e+"&section_code="+t+"&year="+n.temp.sims_academic_year).then(function(e){var o,a;n.detailed_data=e.data.table,n.communicateppnd=!0,n.allchoices=[],n.studentdata=[],n.choiceCounts=[],n.detailed_data&&(e=n.detailed_data,o={},e.forEach(function(e){var t=e.stream_name,a=e.sims_choice_name;o[t]||(o[t]={name:t,choices:[]}),a&&!o[t].choices.includes(a)&&o[t].choices.push(a),a&&"Y"===e.sims_eligibility_status&&(n.choiceCounts[t]||(n.choiceCounts[t]={}),n.choiceCounts[t][a]=(n.choiceCounts[t][a]||0)+1)}),n.choicegroups=Object.values(o),n.allchoices=[],n.choicegroups.forEach(function(e){n.allchoices=n.allchoices.concat(e.choices)}),a={},e.forEach(function(e){var t=e.sims_enrollment_number;a[t]||(a[t]={sims_enroll_number:e.sims_enrollment_number,sims_student_full_name:e.student_name,sims_status:void 0!==e.sims_eligibility_status?e.sims_eligibility_status:"-",gender:e.sims_student_gender,class:e.sims_current_class,initiated_status:e.communication,tc_status:e.tc_status,outstanding_fee_status:e.outstanding_fee_status,balancefees:e.balancefees,parent_name:e.parent_name,parent_email:e.parent_email,select_stud:!1,subjectStatuses:[]}),e.sims_choice_name&&a[t].subjectStatuses.push({choice:e.sims_choice_name,status:e.sims_eligibility_status,stream:e.stream_name})}),n.processedStudents=Object.values(a).map(e=>({sims_enroll_number:e.sims_enrollment_number,sims_student_full_name:e.student_name,subjectStatuses:e.subjectStatuses})),n.processedStudents=Object.values(a),n.allchoices2=[],n.choicegroups.forEach(function(t){n.allchoices2=n.allchoices2.concat(t.choices.map(e=>e+" / "+t.name))}),n.mergedCounts={},Object.entries(n.choiceCounts).forEach(([a,e])=>{Object.entries(e).forEach(([e,t])=>{n.mergedCounts[e+" / "+a]=t})}),n.submitted=n.processedStudents.filter(function(e){return"N"!==e.initiated_status}).length,n.pending=n.processedStudents.length,console.log(n.mergedCounts))})},n.communicatedata=function(){n.savedata2=[];for(var e=0;e<n.processedStudents.length;e++)!0===n.processedStudents[e].select_stud&&(n.savedata2=n.savedata2+n.processedStudents[e].sims_enroll_number+",");0==n.savedata2.length?swal({text:"Please select atleast 1 record",width:350,height:200}):($("#MyModalNew").modal({backdrop:"static",keyboard:!0}),i.get(d.apiUrl+"api/CreateChoice/GetAdmissionTemplates").then(function(e){n.template_data=e.data}),i.get(d.apiUrl+"api/CommDefaulter/GetAdmission_EmailIds?admission_nos="+n.savedata2).then(function(e){n.emailId_data=e.data}))},n.CheckAllChecked=function(){if(1==document.getElementById("mainchk").checked)for(var e=0;e<n.processedStudents.length;e++)"N"===n.processedStudents[e].outstanding_fee_status||"Y"===n.processedStudents[e].tc_status||"Y"==n.processedStudents[e].initiated_status?n.processedStudents[e].select_stud=!1:n.processedStudents[e].select_stud=!0;else for(e=0;e<n.processedStudents.length;e++)n.processedStudents[e].select_stud=!1},n.checkonebyonedelete=function(e){n.processedStudents[e].select_stud=!0},n.settemplate=function(e){n.template=$("#cmb_template option:selected").text(),n.email={email_subject:n.template};for(var t,a,o=0;o<n.template_data.length;o++)n.template_data[o].sims_msg_sr_no==e&&(n.edt.sims_circular_desc=n.template_data[o].sims_msg_body,(t=$("textarea#text-editor1")).val(n.edt.sims_circular_desc),a=t.data("wysihtml5"))&&(a.editor.setValue(n.edt.sims_circular_desc),document.getElementById("text-editor1").innerHTML=n.template_data[o].sims_msg_body,a=(t=$("textarea#text-editor1")).data("wysihtml5"))&&a.editor.setValue(n.template_data[o].sims_msg_body)},$("#text-editor").wysihtml5(),$("#text-editor1").wysihtml5(),n.communicatetoppn=function(){if(n.savedata=[],$("#loader").modal({backdrop:"static",keyboard:!1}),null==document.getElementById("text-editor1").value)swal({showCloseButton:!0,text:"Please Define Message Or Subject",imageUrl:"assets/img/notification-alert.png",width:350,showCloseButon:!0}),$("#loader").modal("hide"),$(".modal-backdrop").removeClass("modal-backdrop");else if(void 0===n.temp.pulishdate||" "===n.temp.pulishdate||" "===n.temp.end_date||void 0===n.temp.end_date)swal({showCloseButton:!0,text:"Please select start & end date",imageUrl:"assets/img/notification-alert.png",width:350,showCloseButon:!0}),$("#loader").modal("hide"),$(".modal-backdrop").removeClass("modal-backdrop");else{for(var e,t=0;t<n.processedStudents.length;t++)!0===n.processedStudents[t].select_stud&&(n.flag=!0,e={enroll_number:n.processedStudents[t].sims_enroll_number,publish_date:n.temp.pulishdate,to_date:n.temp.end_date,sims_academic_year:n.temp.sims_academic_year,user:_,opr:"O"},n.savedata.push(e));i.post(d.apiUrl+"api/Streamapproveeligibility/updatepulishdate",n.savedata).then(function(e){n.savedata=[];for(var t=0;t<n.emailId_data.length;t++){var a={academic_year:n.temp.sims_academic_year,email_subject:n.email.email_subject,email_desc:n.edt.sims_circular_desc,rep_id:n.emailId_data[t].emailid,enroll_number:n.emailId_data[t].sims_student_enroll_number,publish_date:n.temp.pulishdate,to_date:n.temp.end_date,user:_,opr:"P"};n.savedata.push(a)}i.post(d.apiUrl+"api/Streamapproveeligibility/updateemaildata",n.savedata).then(function(e){$("#MyModalNew").modal("hide"),$("#loader").modal("hide"),$(".modal-backdrop").removeClass("modal-backdrop"),swal({showCloseButton:!0,text:"Email Message Scheduled Or Sent Sucessfully.",imageUrl:"assets/img/check.png",width:350,showCloseButon:!0}),n.previewdata(n.edt.sims_grade_code,n.edt.sims_section_name)})})}},n.criteriatimeline=function(){i.get(d.apiUrl+"api/Streamapproveeligibility/Getcriteriatimelineinfo?year="+n.temp.sims_academic_year+"&criteria_code="+n.temp.criteria_code).then(function(e){if(n.timelineinfo=e.data,n.displaytimeline=!0,0<n.timelineinfo.length)for(var t=0;t<n.timelineinfo.length;t++)"4"===n.timelineinfo[t].sims_step_number&&(n.prospects=!0,n.prospectscompleted=!1,n.prospectsprogress=!0,n.Managecompleted=!1,n.Manageprogress=!0,n.manageprospect=!0,n.removestudents=!0,n.Verifycompleted=!1,n.Verifyprogress=!0,n.examcompleted=!1,n.examprogress=!0,n.elegiblitycompleted=!0,n.elegiblityprogress=!0,n.editbtn=!0,n.verifybtn=!0),"5"===n.timelineinfo[t].sims_step_number&&(n.prospects=!0,n.prospectscompleted=!1,n.prospectsprogress=!0,n.Managecompleted=!1,n.Manageprogress=!0,n.manageprospect=!0,n.removestudents=!0,n.Verifycompleted=!1,n.Verifyprogress=!0,n.examcompleted=!1,n.examprogress=!0,n.elegiblitycompleted=!1,n.elegiblityprogress=!0,n.editbtn=!0,n.verifybtn=!0);else n.examcompleted=!0,n.examprogress=!1,n.elegiblitycompleted=!0,n.elegiblityprogress=!0})}}])}(),function(){"use strict";var g,e=angular.module("sims.module.Setup");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("streammeritlistCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV","commonFunctionsService",function(r,e,n,t,a,m,p,o){r.collapseBoth=o.collapseBoth;var i=n.globals.currentUser.username;r.emp_search=i,r.table1=!0,r.percentage=!0,r.sectionbox=!1,r.gradebox=!1,r.viewbutton=!0,r.viewbutton1=!0,r.viewbutton2=!0,r.viewbutton3=!0,r.viewbutton4=!0,r.griddata=!1,r.exportbtn=!1,r.table2=!0,r.table1=!0,r.rejected=!0,r.seatallocationcompleted=!0,r.streamselect=!1,r.grades={},r.pagesize="100",r.pageindex="0",r.temp="",r.pager=!0,r.pagesize="100",r.communicatebtn=!0,r.pagesize1="100",r.pageindex1="0",r.pager1=!0,r.pagesize1="100",r.seatallocationprocess=!0,r.check=!0,r.statusbutton=!0,r.prefrencesdata=!1;var s=(o=new Date).getDate(),d=o.getMonth()+1,s=(o.getFullYear(),(o=new Date).getDate()),_=n.globals.currentUser.username;s<10&&(s="0"+s);(d=o.getMonth()+1)<10&&(d="0"+d),o.getFullYear();var c=new Date,l=c.getMonth()+1,u=c.getDate(),o=(r.currentDate=(u=u<10?"0"+u:u)+"-"+(l=l<10?"0"+l:l)+"-"+c.getFullYear(),new Date),u=new Date(o.getTime()+6048e5),s=u.getDate(),d=u.getMonth()+1,l=u.getFullYear();s<10&&(s="0"+s),d<10&&(d="0"+d),r.com_from_date=o.getDate()+"-"+(o.getMonth()+1)+"-"+o.getFullYear(),r.com_to_date=s+"-"+d+"-"+l,r.prospect_no=!0,r.step1=!0,r.viewbutton2=!0,r.completeprefrencelist=!0,r.processprefrencelist=!1,r.Managecompleted=!0,r.Manageprogress=!0,r.viewbutton=!0,r.showdropdowns=!0,r.generatefee=!1,$("#text-editor").wysihtml5(),$("#text-editor1").wysihtml5(),m.get(p.apiUrl+"api/Streamchoices/Getcriteria").then(function(e){r.criteria_data=e.data}),r.getAccYear=function(t){m.get(p.apiUrl+"api/Streamselection/getAcademicyear").then(function(e){r.AllAcademicYear=e.data,r.cur_code=t,r.academic_year=e.data[1].sims_academic_year,r.getchoicedata(e.data[1].sims_academic_year),r.getstreamdata(e.data[1].sims_academic_year),r.getGrade()})},m.get(p.apiUrl+"api/CreateChoice/getprefrenecesdata").then(function(e){r.prefrences_data=e.data,$(document).ready(function(){setTimeout(function(){$("#cmb_pref_code1").multipleSelect({width:"100%"}),$("#cmb_pref_code1").change(function(){console.log($(this).val())})},1e3)}),console.log(r.choicesdata,"$scope.choicesdata")}),m.get(p.apiUrl+"api/CreateChoice/getStatusdata").then(function(e){r.status_data=e.data}),r.getstreamdata=function(e){m.get(p.apiUrl+"api/CreateChoice/getstreamdata?acad_yr="+e).then(function(e){r.streams_data=e.data,$(document).ready(function(){setTimeout(function(){$("#cmb_stream_code1").multipleSelect({width:"100%"}),$("#cmb_stream_code1").change(function(){console.log($(this).val())})},1e3)}),console.log(r.streams_data,"$scope.streams_data")})},r.removestudent=function(t){swal({title:"",text:"Cannot add "+t+" again ,do you want to continue?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:390,cancelButtonText:"No"}).then(function(e){e&&(r.savedata=[],r.savedata.push({user:i,enroll_number:t,opr:"UA"}),m.post(p.apiUrl+"api/CreateChoice/removestudent",r.savedata).then(function(e){r.getdetaildata(),swal({text:"Enroll no "+t+" Removed",imageUrl:"assets/img/check.png",width:300,height:200})}))})},m.get(p.apiUrl+"api/CreateChoice/Gettimelineinfo").then(function(e){if(r.timelineinfo=e.data,0<r.timelineinfo.length)for(var t=0;t<r.timelineinfo.length;t++)"11"===r.timelineinfo[t].sims_step_number&&(r.completeprefrencelist=!1,r.Managemeritprogress=!1,r.processprefrencelist=!0,r.viewbutton=!1,r.seatallocationprocess=!1,r.viewbutton4=!0),"12"===r.timelineinfo[t].sims_step_number&&(r.Managecompleted=!1,r.Manageprogress=!0,r.Verifyprogress=!1,r.viewbutton4=!0,r.removestudents=!0),"13"===r.timelineinfo[t].sims_step_number&&(r.Verifyprogress=!0,r.Verifycompleted=!1,r.examprogress=!1,r.verifybtn=!0,r.editbtn=!0),"14"===r.timelineinfo[t].sims_step_number&&(r.examcompleted=!1,r.examprogress=!0,r.elegiblityprogress=!1),"15"===r.timelineinfo[t].sims_step_number&&(r.elegiblityprogress=!0,r.elegiblitycompleted=!1,r.controlprogress=!1),"6"===r.timelineinfo[t].sims_step_number&&(r.controlprogress=!0,r.controlcompleted=!1,r.communicationprogress=!1),"7"===r.timelineinfo[t].sims_step_number&&(r.communicationcompleted=!1,r.communicationprogress=!1)}),r.getchoicedata=function(e){m.get(p.apiUrl+"api/CreateChoice/getchoicesdata?acad_yr="+e).then(function(e){r.choicesdata=e.data,console.log(r.choicesdata,"$scope.choicesdata")})},r.getchoicesbystream=function(e){m.get(p.apiUrl+"api/CreateChoice/getchoicesbystream?acad_yr="+r.academic_year+"&stream_code="+e).then(function(e){r.choicesdata1=e.data,$(document).ready(function(){setTimeout(function(){$("#cmb_choice_code1").multipleSelect({width:"100%"}),$("#cmb_choice_code1").change(function(){console.log($(this).val())})},1e3)}),console.log(r.choicesdata,"$scope.choicesdata")})},r.getchoicesbystream1=function(e){m.get(p.apiUrl+"api/CreateChoice/getstreamdataeligible1?acad_yr="+r.academic_year+"&stream="+e+"&enroll_no="+r.sims_enrollment_number+"&criteria_code="+r.criteria_code).then(function(e){r.choicesdataa1=e.data,console.log(r.choicesdata,"$scope.choicesdata")})},m.get(p.apiUrl+"api/CreateChoice/GetAllExamsfromreportcard").then(function(e){r.Exam_data=e.data,console.log(r.Exam_data,"$scope.Exam_data")}),m.get(p.apiUrl+"api/detension/getCuriculum").then(function(e){r.sims_cur=e.data,0<e.data.length&&r.getAccYear(e.data[0].sims_cur_code)}),r.processprerencelist=function(e,t){$("#loader").modal({backdrop:"static",keyboard:!1}),r.generatefee=!1,r.prospect=[],r.savedata=[],r.griddata=!0,m.get(p.apiUrl+"api/CreateChoice/Gettimelineinfo").then(function(e){r.timelineinfo=e.data;for(var t=0;t<r.timelineinfo.length;t++)"11"===r.timelineinfo[t].sims_step_number&&r.prospect.push(r.timelineinfo[t]);0<r.prospect.length?(r.statusbutton=!0,r.Managemeritcompleted=!1,r.viewbutton=!1,r.viewbutton1=!0,r.streamselect=!1,r.viewbutton2=!0,r.viewbutton4=!0,r.seatallocationprocess=!1,r.Managemeritprogress=!0,r.exportbtn=!1,r.griddata=!0,$("#loader").modal("hide"),$(".modal-backdrop").removeClass("modal-backdrop")):(r.savedata.push({step_number:"11",verified_by:i,opr:"DA"}),m.post(p.apiUrl+"api/CreateChoice/prospectcreatedtimeline",r.savedata).then(function(e){r.completeprefrencelist=!1,r.viewbutton=!1,r.viewbutton1=!0,r.streamselect=!1,r.viewbutton2=!0,r.viewbutton4=!0,r.seatallocationprocess=!1,r.processprefrencelist=!0,r.Managemeritprogress=!1,$("#loader").modal("hide"),$(".modal-backdrop").removeClass("modal-backdrop")}))})},r.viewpreflist=function(t,a,o,s,n){r.griddata=!0,void 0===t||void 0===a?swal({text:"Please select grade & section",width:300,height:200}):void 0===n||void 0===o||void 0===s||0===n.length||0===o.length||0===s.length?swal({text:"Please select mandatory feilds",width:300,height:200}):m.get(p.apiUrl+"api/CreateChoice/getstreamdatanew?acad_yr="+r.academic_year+"&stream_code="+o+"&choice_code="+s).then(function(e){r.streams_datanew=e.data,console.log(r.streams_data,"$scope.streams_data"),m.get(p.apiUrl+"api/CreateChoice/getchoicelistnew1?user_code="+i+"&choice_code="+s).then(function(e){r.choicelistnew1=e.data,m.get(p.apiUrl+"api/CreateChoice/getseatscount?user_code="+i+"&choice_code="+s).then(function(e){r.choiceelcount1=e.data,m.get(p.apiUrl+"api/CreateChoice/getprocesspreflist?user_code="+i+"&acad_yr="+r.academic_year+"&grade_code="+t+"&section_code="+a+"&stream_code="+o+"&choice_code="+s+"&preference="+n).then(function(e){r.processpreflist=e.data,m.get(p.apiUrl+"api/CreateChoice/getprocesspreflist1?user_code="+i+"&acad_yr="+r.academic_year+"&grade_code="+t+"&section_code="+a+"&stream_code="+o+"&choice_code="+s+"&preference="+n).then(function(e){r.processpreflist1=e.data,r.step1=!1,r.viewbutton=!1,r.viewbutton4=!0,r.viewbutton1=!0,r.streamselect=!1,r.viewbutton2=!0,0<r.processpreflist1.length?r.prefrencesdata=!0:(r.prefrencesdata=!0,swal({text:"Responses not found",width:300,height:200})),$("#loader").modal("hide"),$(".modal-backdrop").removeClass("modal-backdrop")})})})})})},r.assign=function(t,e,a,o,s,n,i,d,_){r.savedata=[];e={prefrence:e,enroll_number:a,sims_choice_code:o,sims_academic_year:r.academic_year,opr:"AO"};r.savedata.push(e),m.post(p.apiUrl+"api/CreateChoice/insertintoallocation",r.savedata).then(function(e){r.msg1=e.data,1==r.msg1&&(swal({text:t+"  Allocated to "+a,showCloseButton:!0,width:430}),r.viewpreflist(s,n,i,d,_))})},r.reassign=function(e,t,a,o,s,n,i,d){r.savedata=[];for(var _=0;r.streams_data1.length;_++)if(r.streams_data1[_].stream_code===e){r.Streamreassign=r.streams_data1[_].stream_name;for(var c,l=0;r.choicesdataa1.length;l++)r.choicesdataa1[l].sims_choice_code===t&&(r.choicereassign=r.choicesdataa1[l].sims_choice_name,c={enroll_number:a,sims_choice_code:t,sims_academic_year:r.academic_year,criteria_code:r.criteria_code,opr:"AP"},r.savedata.push(c),m.post(p.apiUrl+"api/CreateChoice/insertintoallocation",r.savedata).then(function(e){r.msg1=e.data,1==r.msg1&&(swal({text:r.Streamreassign+"/"+r.choicereassign+"  Allocated to "+a,showCloseButton:!0,width:430}),$("#MyModalNew1").modal("hide"),r.confirmview(o,s,n,i,d))}))}},r.processemeritlist=function(){$("#loader").modal({backdrop:"static",keyboard:!1}),r.meritlist=[],r.savedata=[],r.savedata1=[],m.get(p.apiUrl+"api/CreateChoice/Gettimelineinfo").then(function(e){r.timelineinfo=e.data;for(var t=0;t<r.timelineinfo.length;t++)"12"===r.timelineinfo[t].sims_step_number&&r.meritlist.push(r.timelineinfo[t]);0<r.meritlist.length?(r.Managemeritcompleted=!1,r.step2=!0,r.viewbutton=!0,r.viewbutton4=!0,r.Managemeritprogress=!0,r.showdropdowns=!1,$("#loader").modal("hide"),$(".modal-backdrop").removeClass("modal-backdrop"),swal({text:"Merit list can be generated only once ",width:300,height:200})):(r.savedata1.push({opr:"ML1"}),m.post(p.apiUrl+"api/CreateChoice/prospectcreatedtimeline",r.savedata).then(function(e){m.post(p.apiUrl+"api/CreateChoice/generatemeritlist",r.savedata1).then(function(e){r.Managemeritcompleted=!1,r.step2=!1,r.viewbutton=!0,r.viewbutton4=!0,r.showdropdowns=!1,r.Managemeritprogress=!0,$("#loader").modal("hide"),$(".modal-backdrop").removeClass("modal-backdrop")})}))})},r.viewlist=function(t,a){m.get(p.apiUrl+"api/CreateChoice/getmeritliststreamchoicewise?user_code="+n.globals.currentUser.username+"&stream_code="+t+"&choice_code="+a).then(function(e){r.meritlistdata=e.data,m.get(p.apiUrl+"api/CreateChoice/getallmeritliststreamchoicewise?user_code="+n.globals.currentUser.username+"&stream_code="+t+"&choice_code="+a).then(function(e){r.meritlistdataview=e.data})})},r.stepa2=function(){r.statusbutton=!0,r.viewbutton=!0,r.viewbutton1=!1,r.streamselect=!1,r.viewbutton2=!0,r.viewbutton4=!0,r.generatefee=!1,r.exportbtn=!1,r.table2=!0,r.table1=!0},r.registrarreview=function(){r.statusbutton=!1,r.generatefee=!1,r.viewbutton=!0,r.streamselect=!1,r.viewbutton1=!0,r.viewbutton2=!1,r.viewbutton4=!0,r.exportbtn=!1,r.griddata=!0},r.commiunicationcomplete=function(){if(r.savedata2=[],void 0===r.allocateddata||""===r.allocateddata)swal({text:"Please select Enroll number to communicate",width:300,height:200});else{for(var e=0;e<r.allocateddata.length;e++)1==document.getElementById(r.allocateddata[e].sims_enrollment_number+e).checked&&(r.flag=!0,r.savedata2=r.savedata2+r.allocateddata[e].sims_enrollment_number+",");$("#MyModalNew").modal({backdrop:"static",keyboard:!0}),m.get(p.apiUrl+"api/CreateChoice/GetAdmissionTemplates").then(function(e){r.template_data=e.data}),m.get(p.apiUrl+"api/CommDefaulter/GetAdmission_EmailIds?admission_nos="+r.savedata2).then(function(e){r.emailId_data=e.data})}},r.allocatedview=function(e,t,a,o){r.table2=!0,r.table1=!1,void 0===a||void 0===o||0===o.length||0===a.length?swal({text:"Please select mandatory feilds",width:300,height:200}):m.get(p.apiUrl+"api/CreateChoice/getallocatedlist?user_code="+n.globals.currentUser.username+"&stream_code="+a+"&choice_code="+o+"&grade_code="+e+"&section_code="+t).then(function(e){r.allocateddata=e.data,0<r.allocateddata.length?r.table1=!1:(r.table1=!0,swal({text:"No data found",width:300,height:200}))})},r.feegeneration=function(){r.statusbutton=!0,r.viewbutton=!0,r.streamselect=!0,r.generatefee=!0,r.exportbtn=!1,r.griddata=!0,r.viewbutton1=!0,r.viewbutton2=!0,r.viewbutton4=!1,m.get(p.apiUrl+"api/CreateChoice/getfeegenerationlist?user_code="+n.globals.currentUser.username).then(function(e){r.Feegenerationdata=e.data})},r.avdfeegeneration=function(){r.statusbutton=!0,r.viewbutton=!0,r.streamselect=!0,r.generatefee=!1,r.viewbutton1=!0,r.viewbutton2=!0,r.viewbutton4=!1,r.exportbtn=!0,r.griddata=!0,m.get(p.apiUrl+"api/CreateChoice/getfeegenerationlistadv?user_code="+n.globals.currentUser.username+"&acad_yr="+r.academic_year).then(function(e){r.Feegenerationdataadv=e.data})},r.exportData1=function(){swal({title:"",text:"Are you sure you want to Save Garde11- Payment summary.xls ?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:390,cancelButtonText:"No"}).then(function(e){e&&(e=new Blob([document.getElementById("printdata5").innerHTML],{type:"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;charset=utf-8"}),saveAs(e,"Garde11- Payment summary.xls"))})},r.Assign_fee_to_student=function(){if(r.savedata=[],1==(g=document.getElementById("mainchk3")).checked)for(var e=0;e<r.Feegenerationdata.length;e++){var t=document.getElementById(r.Feegenerationdata[e].sims_enrollment_number+e);null!=t&&!0===t.checked&&(a={sims_enroll_number:r.Feegenerationdata[e].sims_enrollment_number,sims_fee_academic_year:r.academic_year,sims_fee_category:"01",sims_fee_cur_code:"01",sims_fee_grade_code:r.Feegenerationdata[e].grade_code,sims_fee_section_code:r.Feegenerationdata[e].section_code,user_name:_,sims_fee_code:r.Feegenerationdata[e].fee_code},r.savedata.push(a),r.isAssign_fee=!0)}else for(var a,e=0;e<r.Feegenerationdata.length;e++)!0===r.Feegenerationdata[e].fee_generate&&(a={sims_enroll_number:r.Feegenerationdata[e].sims_enrollment_number,sims_fee_academic_year:r.academic_year,sims_fee_category:"01",sims_fee_cur_code:"01",sims_fee_grade_code:r.Feegenerationdata[e].grade_code,sims_fee_section_code:r.Feegenerationdata[e].section_code,user_name:_,sims_fee_code:r.Feegenerationdata[e].fee_code},r.savedata.push(a),r.isAssign_fee=!0);m.post(p.apiUrl+"api/CreateChoice/Assign_fee_to_studentNew",r.savedata).then(function(e){r.resul=e.data,1==r.resul?(swal({text:"Fee type Mapped to student Successfully",imageUrl:"assets/img/check.png",width:350,showCloseButton:!0}),r.feegeneration()):swal({text:"Fee type can not Mapped to Student. "+r.resul,imageUrl:"assets/img/close.png",width:350,showCloseButton:!0}),r.isAssign_fee=!1,data_assign=""})},r.CheckAllfee=function(){if(1==(g=document.getElementById("mainchk3")).checked)for(var e=0;e<r.Feegenerationdata.length;e++)document.getElementById(r.Feegenerationdata[e].sims_enrollment_number+e).checked=!0;else for(e=0;e<r.Feegenerationdata.length;e++)document.getElementById(r.Feegenerationdata[e].sims_enrollment_number+e).checked=!1,g.checked=!1},r.up=function(e){r.sims_enrollment_number=e,$("#MyModalNew1").modal({backdrop:"static",keyboard:!0})},r.getstreams=function(){m.get(p.apiUrl+"api/CreateChoice/getstreamdataeligible?acad_yr="+r.academic_year+"&enroll_no="+r.sims_enrollment_number+"&criteria_code="+r.criteria_code).then(function(e){r.streams_data1=e.data})},r.confirmview=function(e,t,a,o,s){null==s?(s=null,swal({text:"Please select mandatory feilds",width:300,height:200})):(r.table2=!1,r.table1=!0,void 0===a||void 0===o||0===o.length||0===a.length?swal({text:"Please select mandatory feilds",width:300,height:200}):(r.rejected="N"!=s,m.get(p.apiUrl+"api/CreateChoice/getconfirmedlist?user_code="+n.globals.currentUser.username+"&stream_code="+a+"&choice_code="+o+"&status="+s+"&grade_code="+e+"&section_code="+t).then(function(e){r.confirmedparentdata=e.data,0===r.confirmedparentdata.length&&swal({text:"No data found",width:300,height:200})})))},r.settemplate=function(e){r.template=$("#cmb_template option:selected").text(),r.email={email_subject:r.template};for(var t,a,o=0;o<r.template_data.length;o++)r.template_data[o].sims_msg_sr_no==e&&(r.edt.sims_circular_desc=r.template_data[o].sims_msg_body,(t=$("textarea#text-editor1")).val(r.edt.sims_circular_desc),a=t.data("wysihtml5"))&&(a.editor.setValue(r.edt.sims_circular_desc),document.getElementById("text-editor1").innerHTML=r.template_data[o].sims_msg_body,a=(t=$("textarea#text-editor1")).data("wysihtml5"))&&a.editor.setValue(r.template_data[o].sims_msg_body)},r.submitdatanew=function(t,a,o,s){if($("#loader").modal({backdrop:"static",keyboard:!1}),null==document.getElementById("text-editor1").value)swal({showCloseButton:!0,text:"Please Define Message Or Subject",imageUrl:"assets/img/notification-alert.png",width:350,showCloseButon:!0});else{r.savedata=[];for(var e,n=0;n<r.allocateddata.length;n++)1==document.getElementById(r.allocateddata[n].sims_enrollment_number+n).checked&&(r.flag=!0,e={academic_year:r.academic_year,email_subject:r.email.email_subject,email_desc:r.edt.sims_circular_desc,rep_id:r.allocateddata[n].parent_email,sims_enrollment_number:r.allocateddata[n].sims_enrollment_number,from_date:r.com_from_date,to_date:r.com_to_date,user:i,opr:"E2"},r.savedata.push(e));m.post(p.apiUrl+"api/CreateChoice/updateemaildata2",r.savedata).then(function(e){$("#loader").modal("hide"),$(".modal-backdrop").removeClass("modal-backdrop"),swal({showCloseButton:!0,text:"Email Message Scheduled Or Sent Sucessfully.",imageUrl:"assets/img/check.png",width:350,showCloseButon:!0}),r.close_tab(),r.allocatedview(t,a,o,s)})}},m.get(p.apiUrl+"api/CommDefaulter/GetDefaulterEmailMessage").then(function(e){r.email_temp=e.data;e=$("textarea#text-editor").data("wysihtml5");e&&e.editor.setValue(r.email_temp)}),r.checkonebyonedelete=function(e){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),r.color="#edefef"}),1==(g=document.getElementById("mainchk")).checked&&(g.checked=!1,r.color="#edefef",r.row1="")},r.close_tab=function(){g.checked=!1,r.row1="",$("#MyModalNew").modal("hide"),$(".modal-backdrop").removeClass("modal-backdrop")},r.CheckAllChecked=function(){if(1==(g=document.getElementById("mainchk")).checked)for(var e=0;e<r.allocateddata.length;e++)document.getElementById(r.allocateddata[e].sims_enrollment_number+e).checked=!0,r.row1="row_selected";else for(e=0;e<r.allocateddata.length;e++)document.getElementById(r.allocateddata[e].sims_enrollment_number+e).checked=!1,g.checked=!1,r.row1=""},r.getGrade=function(){m.get(p.apiUrl+"api/CreateChoice/getAllGrades?cur_code="+r.cur_code+"&academic_year="+r.academic_year+"&user_name="+n.globals.currentUser.username).then(function(e){r.Grade_code=e.data,setTimeout(function(){$("#cmb_grade_code").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"})},1e3)})},r.getSection=function(e,t,a){m.get(p.apiUrl+"api/CreateChoice/getSectionFromGrade?cur_code="+r.cur_code+"&academic_year="+r.academic_year+"&grade_code="+t+"&user_name="+n.globals.currentUser.username).then(function(e){r.Section_code=e.data,setTimeout(function(){$("#cmb_section_code").change(function(){}).multipleSelect({width:"100%"})},1e3)})}}])}(),function(){"use strict";var c,e=angular.module("sims.module.Fee");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("Concessionnewcont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(s,a,e,o,t,n,i){s.user_access=[],s.appcode=a.current.name.split(".");a=e.globals.currentUser.username;if(null==window.localStorage.Finn_comp)swal({text:"Application is Restricted",width:380,imageUrl:"assets/img/close.png",showCloseButton:!0});else{s.finnDetail=JSON.parse(window.localStorage.Finn_comp);let e=s.finnDetail.company,t=s.finnDetail.year;function d(){n.get(i.apiUrl+"api/common/Concession/getAllSimsConcession").then(function(e){s.display=!1,s.obj=e.data,0!==s.obj.length?(s.table=!0,s.display=!0,s.operation=!1,s.totalItems=s.obj.length,s.todos=s.obj,s.makeTodos()):(s.table=!0,s.display=!1,s.operation=!1,swal({text:"Sorry Data Not Found",width:380,imageUrl:"assets/img/close.png",showCloseButton:!0}))})}n.get(i.apiUrl+"api/AlertTransaction/Get_user_access_rights?username="+a+"&appl_code="+s.appcode[1]).then(function(e){s.user_rights=e.data;for(let e=0;e<s.user_rights.length;e++)0===e&&(s.user_access.data_read=s.user_rights[e].comn_user_read,s.user_access.data_insert=s.user_rights[e].comn_user_insert,s.user_access.data_update=s.user_rights[e].comn_user_update,s.user_access.data_delete=s.user_rights[e].comn_user_delete,s.user_access.data_massupdate=s.user_rights[e].comn_user_massupdate,s.user_access.is_admin=s.user_rights[e].comn_user_admin)}),s.pagesize="10",s.pageindex="0",s.pager=!0,s.readonlydiscount=!0,s.dis=!0,s.operation=!1,d(),s.temp={},n.get(i.apiUrl+"api/common/Concession/getAcadamicYear").then(function(e){s.Acdm_Year=e.data,0<s.Acdm_Year.length&&(s.temp.sims_concession_academic_year=s.Acdm_Year[0].sims_concession_academic_year)}),s.someMethod=function(){n.get(i.apiUrl+"api/common/Concession/getAllFeeCode").then(function(e){s.All_Fee_codes=e.data})},n.get(i.apiUrl+"api/common/Concession/getConcessionDiscountType1").then(function(e){s.concession_discount_type=e.data}),n.get(i.apiUrl+"api/common/Concession/getConcessionApplicableOn").then(function(e){s.concession_applicable_on=e.data}),n.get(i.apiUrl+"api/common/Concession/getConcessionApplicableTo").then(function(e){s.concession_applicable_to=e.data}),n.get(i.apiUrl+"api/common/Concession/getConcessionType").then(function(e){s.concession_types=e.data}),s.selectedUserIds=[],o(function(){$("#fixTable").tableHeadFixer({top:1})},100),s.filteredTodos=[],s.currentPage=1,s.numPerPage=10,s.maxSize=10,s.makeTodos=function(){var e=parseInt(s.totalItems%s.numPerPage),e=(s.pagersize="0"===e?parseInt(s.totalItems/s.numPerPage):parseInt(s.totalItems/s.numPerPage)+1,(s.currentPage-1)*s.numPerPage),t=parseInt(e)+parseInt(s.numPerPage);s.filteredTodos=s.todos.slice(e,t);for(let e=0;e<s.filteredTodos.length;e++)s.filteredTodos[e].icon="fa fa-plus-circle";!0===(c=document.getElementById("mainchk")).checked&&(c.checked=!1,s.checkAll()),c.checked=!1,s.checkAll()},s.getDetail=function(){n.get(i.apiUrl+"api/common/Concession/getAllSimsConcession").then(function(e){s.display=!1,s.obj=e.data,0!==s.obj.length?(s.table=!0,s.display=!0,s.operation=!1,s.totalItems=s.obj.length,s.todos=s.obj,s.makeTodos()):(s.table=!0,s.display=!1,s.operation=!1,swal({text:"Sorry Data Not Found",width:380,imageUrl:"assets/img/close.png",showCloseButton:!0}))})},s.checkAll=function(){c=document.getElementById("mainchk");for(let e=0;e<s.filteredTodos.length;e++){var t=s.filteredTodos[e].sims_concession_number+e,t=document.getElementById(t);!0===c.checked?(t.checked=!0,$("tr").addClass("row_selected")):(t.checked=!1,s.row1="",$("tr").removeClass("row_selected"))}},s.checkAny=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),s.color="#edefef"}),!0===(c=document.getElementById("mainchk")).checked&&(c.checked=!1,s.color="#edefef")},s.size=function(e){"All"===e?(s.currentPage="1",s.filteredTodos=s.todos,s.pager=!1):(s.pager=!0,s.pagesize=e,s.currentPage=1,s.numPerPage=e,s.makeTodos())},s.index=function(e){s.pageindex=e,s.currentPage=e,s.makeTodos()},s.Cancel=function(){s.table=!0,s.temp="",s.readonly=!1,s.operation=!1},s.edit=function(o){!1===s.user_access.data_update?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(s.readonly1=!0,s.fee_code="",s.updisabled=!0,s.readonlydiscount=!1,s.table=!1,s.operation=!0,s.readonly=!1,s.Save_btn=!1,s.Update_btn=!0,d=angular.copy(o),s.temp=d,$("#cmb_accno").select2("val",o.sims_concession_acno),setTimeout(function(){$(document).ready(function(){$("#cmb_accno").select2("val",o.sims_concession_acno)})},700),s.opr="U1",s.getglaccs(),n.get(i.apiUrl+"api/common/Concession/getDocumentTypeCode?comp_code="+e+"&year="+t).then(function(e){s.getDocumentTypeCodes=e.data}),"Adjustment"===o.sims_concession_type&&("imert"===n.defaults.headers.common.schoolId||"staging"===n.defaults.headers.common.schoolId||"abqis"===n.defaults.headers.common.schoolId||"asis"===n.defaults.headers.common.schoolId||"siso"===n.defaults.headers.common.schoolId||"demo"===n.defaults.headers.common.schoolId?(s.concession_type=!0,s.concession_acno_type=!0):(s.concession_type=!1,s.concession_acno_type=!1)),!0===(c=document.getElementById("mainchk")).checked&&(c.checked=!1),s.checkAll(),n.get(i.apiUrl+"api/common/Concession/getcheckSimsConcession?concession_number="+s.temp.sims_concession_number).then(function(e){s.CUDobj=e.data,s.readonlydiscount=s.CUDobj}),s.All_Fee_codes=[],s.All_Fee_codes1=[],"Regular Fees"===o.sims_concession_applicable_on&&(s.chk_status=[],n.get(i.apiUrl+"api/common/Concession/getcheckstatus?conce_no="+o.sims_concession_number).then(function(e){s.chk_status=e.data,!1===s.chk_status[0].sims_status?n.get(i.apiUrl+"api/common/Concession/getAllFeeCode").then(function(e){s.All_Fee_codes1=e.data;for(let a=0;a<s.obj.length;a++)for(let t=0;t<s.All_Fee_codes1.length;t++)for(let e=0;e<s.obj[a].list.length;e++)o.sims_concession_number===s.obj[a].sims_concession_number&&s.All_Fee_codes1[t].sims_concession_fee_code===s.obj[a].list[e].sims_concession_fee_code1&&(s.All_Fee_codes1[t].status=!0,s.All_Fee_codes1[t].disabled1=!1);s.All_Fee_codes=s.All_Fee_codes1}):n.get(i.apiUrl+"api/common/Concession/getAllFeeCode").then(function(e){s.All_Fee_codes1=e.data;for(let a=0;a<s.obj.length;a++)for(let t=0;t<s.All_Fee_codes1.length;t++)for(let e=0;e<s.obj[a].list.length;e++)o.sims_concession_number===s.obj[a].sims_concession_number&&s.All_Fee_codes1[t].sims_concession_fee_code===s.obj[a].list[e].sims_concession_fee_code1&&(s.All_Fee_codes1[t].status=!0,s.All_Fee_codes1[t].disabled1=!0);s.All_Fee_codes=s.All_Fee_codes1})})))},s.Delete=function(){if(!1===s.user_access.data_delete)swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200});else{let t=[];var a;s.flag=!1;for(let e=0;e<s.filteredTodos.length;e++)!0===document.getElementById(s.filteredTodos[e].sims_concession_number+e).checked&&(s.flag=!0,a={sims_concession_number:s.filteredTodos[e].sims_concession_number,sims_concession_fee_code:s.filteredTodos[e].sims_concession_fee_code},t.push(a));s.flag?swal({text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){e?n.post(i.apiUrl+"api/common/Concession/SimsConcessionDelete",t).then(function(e){s.CUDobj=e.data,swal({text:s.CUDobj.strMessage,width:380,showCloseButton:!0}),s.currentPage=1,s.getDetail()}):(!0===(c=document.getElementById("mainchk")).checked&&(c.checked=!1,s.row1=""),s.checkAll())}):swal({text:"Select At Least One Record To Delete",width:380,imageUrl:"assets/img/notification-alert.png",showCloseButton:!0})}},s.New=function(){!1===s.user_access.data_insert?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(s.updisabled=!1,s.tenantForm.$setPristine(),s.fee_code="",n.get(i.apiUrl+"api/common/Concession/getComnSequenceCode").then(function(e){s.Com_seq_code=e.data,s.temp={sims_concession_number:s.Com_seq_code,sims_concession_status:!0}}),n.get(i.apiUrl+"api/common/Concession/getAcadamicYear").then(function(e){s.Acdm_Year=e.data,0<s.Acdm_Year.length&&(s.temp.sims_concession_academic_year=s.Acdm_Year[0].sims_concession_academic_year)}),s.getglaccs(),s.table=!1,s.operation=!0,s.Save_btn=!0,s.Update_btn=!1,s.opr="I1",s.readonly=!0,s.readonlydiscount=!0,s.readonly1=!0,s.CUDobj=!1),n.get(i.apiUrl+"api/common/Concession/getDocumentTypeCode?comp_code="+e+"&year="+t).then(function(e){if(s.getDocumentTypeCodes=e.data,0<s.getDocumentTypeCodes.length)for(let e=0;e<s.getDocumentTypeCodes.length;e++)"DR"===s.getDocumentTypeCodes[e].gldc_doc_code&&(s.temp.sims_concession_doc_type_code=s.getDocumentTypeCodes[e].gldc_doc_code)})},s.concession_acno_type=!1,s.Concession_Type=function(e){s.concession_acno_type="Adjustment"===e},s.selectfeecodes=function(e){s.studfeecode=e},"imert"===n.defaults.headers.common.schoolId||"staging"===n.defaults.headers.common.schoolId||"abqis"===n.defaults.headers.common.schoolId||"asis"===n.defaults.headers.common.schoolId||"siso"===n.defaults.headers.common.schoolId||"demo"===n.defaults.headers.common.schoolId?s.concession_type=!0:s.concession_type=!1,s.SaveData=function(e){let t=!0;if(e){var a=[];if("I1"===s.opr)if("Total Fees"!==s.temp.sims_concession_applicable_on)for(let e=0;e<s.All_Fee_codes.length;e++)!0===document.getElementById(s.All_Fee_codes[e].sims_concession_fee_code).checked&&(s.sendobject={opr:s.opr="I1",sims_concession_number:s.Com_seq_code,sims_concession_description:s.temp.sims_concession_description,sims_concession_type:s.temp.sims_concession_type,sims_concession_discount_type:s.temp.sims_concession_discount_type,sims_concession_discount_value:s.temp.sims_concession_discount_value,sims_concession_applicable_on:s.temp.sims_concession_applicable_on,sims_concession_corporate_billing:s.temp.sims_concession_corporate_billing,sims_concession_academic_year:s.temp.sims_concession_academic_year,sims_concession_applicable_to:s.temp.sims_concession_applicable_to,sims_concession_onward_child:s.temp.sims_concession_onward_child,sims_concession_status:s.temp.sims_concession_status,sims_receivable_acno_flag:s.temp.sims_receivable_acno_flag,sims_concession_fee_code:s.All_Fee_codes[e].sims_concession_fee_code,sims_concession_acno:s.temp.sims_concession_acno,sims_concession_doc_type_code:s.temp.sims_concession_doc_type_code},a.push(s.sendobject));else s.sendobject={opr:s.opr="I1",sims_concession_number:s.Com_seq_code,sims_concession_description:s.temp.sims_concession_description,sims_concession_type:s.temp.sims_concession_type,sims_concession_discount_type:s.temp.sims_concession_discount_type,sims_concession_discount_value:s.temp.sims_concession_discount_value,sims_concession_applicable_on:s.temp.sims_concession_applicable_on,sims_concession_corporate_billing:s.temp.sims_concession_corporate_billing,sims_concession_academic_year:s.temp.sims_concession_academic_year,sims_concession_applicable_to:s.temp.sims_concession_applicable_to,sims_concession_onward_child:s.temp.sims_concession_onward_child,sims_receivable_acno_flag:s.temp.sims_receivable_acno_flag,sims_concession_status:s.temp.sims_concession_status,sims_concession_acno:s.temp.sims_concession_acno,sims_concession_doc_type_code:s.temp.sims_concession_doc_type_code},a.push(s.sendobject);if("U1"===s.opr)if("Total Fees"!==s.temp.sims_concession_applicable_on){for(let e=0;e<s.All_Fee_codes.length;e++)!1===s.All_Fee_codes[e].status&&(t=!1);if(!0===t)for(let e=0;e<s.All_Fee_codes.length;e++){document.getElementById(s.All_Fee_codes[e].sims_concession_fee_code);!0===s.All_Fee_codes[e].status&&(s.sendobject={opr:s.opr="U1",sims_concession_number:s.temp.sims_concession_number,sims_concession_description:s.temp.sims_concession_description,sims_concession_type:s.temp.sims_concession_type,sims_concession_discount_type:s.temp.sims_concession_discount_type,sims_concession_discount_value:s.temp.sims_concession_discount_value,sims_concession_applicable_on:s.temp.sims_concession_applicable_on,sims_concession_corporate_billing:s.temp.sims_concession_corporate_billing,sims_concession_academic_year:s.temp.sims_concession_academic_year,sims_concession_applicable_to:s.temp.sims_concession_applicable_to,sims_concession_onward_child:s.temp.sims_concession_onward_child,sims_concession_status:s.temp.sims_concession_status,sims_receivable_acno_flag:s.temp.sims_receivable_acno_flag,sims_concession_fee_code:s.All_Fee_codes[e].sims_concession_fee_code,sims_concession_acno:s.temp.sims_concession_acno,sims_concession_doc_type_code:s.temp.sims_concession_doc_type_code},a.push(s.sendobject))}else for(let e=0;e<s.All_Fee_codes.length;e++){document.getElementById(s.All_Fee_codes[e].sims_concession_fee_code);!1===s.All_Fee_codes[e].status&&(s.sendobject={opr:s.opr="D",sims_concession_number:s.temp.sims_concession_number,sims_concession_description:s.temp.sims_concession_description,sims_concession_type:s.temp.sims_concession_type,sims_concession_discount_type:s.temp.sims_concession_discount_type,sims_concession_discount_value:s.temp.sims_concession_discount_value,sims_concession_applicable_on:s.temp.sims_concession_applicable_on,sims_concession_corporate_billing:s.temp.sims_concession_corporate_billing,sims_concession_academic_year:s.temp.sims_concession_academic_year,sims_concession_applicable_to:s.temp.sims_concession_applicable_to,sims_concession_onward_child:s.temp.sims_concession_onward_child,sims_concession_status:s.temp.sims_concession_status,sims_receivable_acno_flag:s.temp.sims_receivable_acno_flag,sims_concession_fee_code:s.All_Fee_codes[e].sims_concession_fee_code,sims_concession_acno:s.temp.sims_concession_acno,sims_concession_doc_type_code:s.temp.sims_concession_doc_type_code},a.push(s.sendobject))}}else s.sendobject={opr:s.opr="U1",sims_concession_number:s.temp.sims_concession_number,sims_concession_description:s.temp.sims_concession_description,sims_concession_type:s.temp.sims_concession_type,sims_concession_discount_type:s.temp.sims_concession_discount_type,sims_concession_discount_value:s.temp.sims_concession_discount_value,sims_concession_applicable_on:s.temp.sims_concession_applicable_on,sims_concession_corporate_billing:s.temp.sims_concession_corporate_billing,sims_concession_academic_year:s.temp.sims_concession_academic_year,sims_concession_applicable_to:s.temp.sims_concession_applicable_to,sims_concession_onward_child:s.temp.sims_concession_onward_child,sims_concession_status:s.temp.sims_concession_status,sims_concession_fee_code:s.fee_code,sims_concession_acno:s.temp.sims_concession_acno,sims_concession_doc_type_code:s.temp.sims_concession_doc_type_code},a.push(s.sendobject);n.post(i.apiUrl+"api/common/Concession/CUSimsConcessionNew",a).then(function(e){s.CUDobj=e.data,swal({text:s.CUDobj.strMessage,width:380,showCloseButton:!0}),s.getDetail(),s.Cancel(),d(),s.readonlydiscount=!0})}s.Cancel()},s.ischecked=function(e){!(s.fee_code="")===document.getElementById(e).checked&&(s.fee_code=e)},s.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).sims_concession_number.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_concession_description.toLowerCase().indexOf(t.toLowerCase());var t})},s.search=function(){s.todos=s.searched(s.obj,s.searchText),s.totalItems=s.todos.length,s.currentPage="1",""===s.searchText&&(s.todos=s.obj),s.makeTodos()},s.Showsims_concession_applicable_to=function(e){s.dis="Onward Child"!==e},s.ShowsimsDiscount_Type=function(e){!0===s.updisabled&&(s.temp[e]=""),s.readonlydiscount=!1},s.Checkvalues=function(e){"Percentage "===s.temp.sims_concession_discount_type&&100<e&&(s.temp.sims_concession_discount_value="")},n.get(i.apiUrl+"api/StudentFee/getDecimalPlaces").then(function(e){s.decimal_degit=e.data,s.decimal_dsc=s.decimal_degit[0].comp_curcy_dec}),s.getglaccs=function(){n.get(i.apiUrl+"api/ProductCode/GetGlAccounts?compcode="+e+"&fin_year="+t).then(function(e){s.Accounts=e.data,s.StockAccounts=e.data,s.CostAccounts=e.data,s.DisAccounts=e.data}),$("#cmb_accno").select2()}}}])}(),function(){"use strict";angular.module("sims.module.Setup").controller("LearnArabicCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(s,e,t,a,o,n,i){s.pagesize="5";var d=new FormData;s.filteredTodos=[],s.currentPage=1,s.numPerPage=5,s.maxSize=5,s.size=function(e){console.log(e),s.pagesize=e,s.currentPage=1,s.numPerPage=e,s.makeTodos()},s.index=function(e){s.pageindex=e,s.currentPage=e,s.makeTodos(),(void 0).checked=!1,s.row1=""},n.get(i.apiUrl+"api/portalrefer/getLearnArabic").then(function(e){s.learnarabic=e.data,s.totalItems=s.learnarabic.length,s.todos=s.learnarabic,s.makeTodos()}),s.downloaddoc=function(e){s.url=i.docUrl+n.defaults.headers.common.schoolId+"/Docs/PortalReference/"+e,window.open(s.url)},s.makeTodos=function(){var e=parseInt(s.totalItems%s.numPerPage),e=(s.pagersize="0"==e?parseInt(s.totalItems/s.numPerPage):parseInt(s.totalItems/s.numPerPage)+1,(s.currentPage-1)*s.numPerPage),t=parseInt(e)+parseInt(s.numPerPage);s.filteredTodos=s.todos.slice(e,t)},s.getTheFiles=function(a){s.filesize=!0,angular.forEach(a,function(e,t){d.append(t,e);8e5<a[0].size&&(s.filesize=!1,s.edt.photoStatus=!1,swal({text:"File Should Not Exceed 800Kb.",imageUrl:"assets/img/notification-alert.png"}))})},s.file_changed=function(e,t){var a=e.files[0],o=(s.photo_filename=a.name,s.edt1={sims_timetable_filename:s.photo_filename},$.extend(s.edt,s.edt1),s.photo_filename=a.type,new FileReader);o.onload=function(e){s.$apply(function(){s.prev_img=e.target.result})},o.readAsDataURL(a),e.files[0].size},$(function(){$("table tbody tr:even").addClass("even_row"),$("#all_chk").change(function(){$("input:checkbox").prop("checked",this.checked),$("tr").toggleClass("selected_row",this.checked)}),$("table tbody :checkbox").change(function(e){$(this).closest("tr").toggleClass("selected_row",this.checked)}),$("table tbody tr").click(function(e){"checkbox"!==e.target.type&&$(":checkbox",this).trigger("click"),$("input[type='checkbox']").not("#all_chk").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("selected_row"):$(this).closest("tr").removeClass("selected_row")})})}),a(function(){$("#fixTable").tableHeadFixer({top:1})},100),a(function(){$("#fixTable1").tableHeadFixer({top:1})},100),s.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).sims_reference_name.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_reference_filename.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_reference_publish_date.toLowerCase().indexOf(t.toLowerCase())||e.sims_reference_number==t;var t})},s.search=function(){s.todos=s.searched(s.learnarabic,s.searchText),s.totalItems=s.todos.length,s.currentPage="1",""==s.searchText&&(s.todos=s.learnarabic),s.makeTodos()}}])}(),function(){"use strict";var e=angular.module("sims.module.Setup");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("ApplicationModuleCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(i,e,t,a,o,d,_){d.get(_.apiUrl+"api/common/getModulesOrder").then(function(e){console.log(e.data),i.containers=e.data}),d.get(_.apiUrl+"api/common/getAppType").then(function(e){console.log(e.data),i.apptype=e.data}),i.dragoverCallback=function(e,t,a,o){return i.dragIndex=t,i.logListEvent("dragged over"+t,e,t,a,o),t<20},i.dropCallback=function(e,t,a,o,s,n){if(i.dropIndex=t,i.logListEvent("dropped at"+t,e,t,o,s),o){if("itemType"===n&&!a.comn_appl_name_en)return!1;if("containerType"===n&&!angular.isArray(a))return!1}return console.log(a),"containerType"===n&&d.post(_.apiUrl+"api/common/updateModule?modCode="+a.module_code+"&modDropCode="+t).then(function(e){}),"itemType"===n&&d.post(_.apiUrl+"api/common/updateApplication?modCode="+a.comn_mod_code+"&appDropCode="+t+"&appCode="+a.comn_appl_code).then(function(e){console.log(e.data)}),a},i.url=_.siteUrl,console.log(i.url),i.daycodeClick=function(e,t,a,o){console.log(o),console.log(t);for(var s=0;s<i.containers.length;s++){i.containers[s].comn_appl[s].comn_appl_code;o.comn_appl_code==i.containers[s].comn_appl[s].comn_appl_code&&(i.mnuCard="#"+t+a,$(i.mnuCard).addClass("dayySelected"))}for(var n=0;n<e.length;n++)e[n].sims_appl_code!=t&&(i.mnuCard1="#"+e[n].sims_appl_code+n,$(i.mnuCard1).removeClass("dayySelected"))},i.radioClick=function(e,t){console.log(e),console.log(t),d.post(_.apiUrl+"api/common/updateApplType?applCode="+t.comn_appl_code+"&applType="+e).then(function(e){console.log(e.data)})},i.logEvent=function(e,t){},i.logListEvent=function(e,t,a,o,s){console.log(e);o=o?"External ":"";i.logEvent(o+=s+" element is "+e+" position "+a,t)},i.label="Show",i.moduleClick=function(e,t){console.log(t),1==t.module_code_show?(t.label="Show",t.module_code_show=!1,i.label="Show",i.application="#"+t.module_code,$(i.application).css({display:"none"})):(t.module_code_show=!0,t.label="Hide",i.application="#"+t.module_code,$(i.application).css({display:"block"}))}}])}(),function(){"use strict";var c,e=angular.module("sims.module.Setup");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("HonourCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(s,e,t,a,o,n,i){s.pagesize="5",s.HonourDetail=!0,s.editmode=!1,s.edt={},s.pager=!0,s.filteredTodos=[],s.currentPage=1,s.numPerPage=5,s.maxSize=5;var d=[];n.get(i.apiUrl+"api/Honour/getHonourDetail").then(function(e){s.honourdata=e.data,s.totalItems=s.honourdata.length,s.todos=s.honourdata,s.makeTodos(),console.log(s.honourdata)}),a(function(){$("#fixTable").tableHeadFixer({top:1})},100),a(function(){$("#fixTable1").tableHeadFixer({top:1})},100),s.size=function(e){"All"==e?(s.currentPage="1",s.filteredTodos=s.honourdata,s.pager=!1):(s.pager=!0,s.pagesize=e,s.currentPage=1,s.numPerPage=e,s.makeTodos())},s.index=function(e){s.pageindex=e,s.currentPage=e,console.log("currentPage="+s.currentPage),s.makeTodos(),c.checked=!1,s.row1=""},s.makeTodos=function(){var e=parseInt(s.totalItems%s.numPerPage),e=(s.pagersize="0"==e?parseInt(s.totalItems/s.numPerPage):parseInt(s.totalItems/s.numPerPage)+1,(s.currentPage-1)*s.numPerPage),t=parseInt(e)+parseInt(s.numPerPage);console.log("begin="+e),console.log("end="+t),s.filteredTodos=s.todos.slice(e,t)},s.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).sims_honour_cur_name.toLowerCase().indexOf(t.toLowerCase())||-1<e.year_desc.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_honour_code.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_honour_desc.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_honour_type.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_honour_criteria_type.toLowerCase().indexOf(t.toLowerCase())||e.sims_honour_min_criteria==t;var t})},s.search=function(){s.todos=s.searched(s.honourdata,s.searchText),s.totalItems=s.todos.length,s.currentPage="1",""==s.searchText&&(s.todos=s.honourdata),s.makeTodos(),s.check_all(),c.checked=!1},s.cancel=function(){s.HonourDetail=!0,s.HonourOperation=!1,s.edt="",s.myForm.$setPristine(),s.myForm.$setUntouched()},s.New=function(){s.myForm.$setPristine(),s.myForm.$setUntouched(),s.newmode=!0,s.editmode=!1,s.readonly=!1,s.HonourDetail=!1,s.HonourOperation=!0,s.savebtn=!0,s.updatebtn=!1,s.edt={},s.edt.sims_honour_type="01",s.edt.sims_honour_criteria_type="02",n.get(i.apiUrl+"api/Honour/getMaxValue").then(function(e){s.max_val=e.data,s.edt.sims_honour_code=s.max_val[0].max_num}),s.edt.sims_honour_status=!0},s.data=function(e){100<e&&(swal({title:"Alert",text:"Value not exceed than 100",showCloseButton:!0,width:380}),s.edt.sims_honour_min_criteria="")},n.get(i.apiUrl+"api/common/getCuriculum").then(function(e){s.curriculum=e.data,s.temp={s_cur_code:s.curriculum[0].sims_cur_code},s.getAccYear()}),s.getAccYear=function(e){n.get(i.apiUrl+"api/common/getAcademicYear?curCode="+s.temp.s_cur_code).then(function(e){s.Acc_year=e.data,s.temp={s_cur_code:s.curriculum[0].sims_cur_code,sims_academic_year:s.Acc_year[0].sims_academic_year}})},s.Save=function(e){e&&(e={sims_honour_cur_code:s.temp.s_cur_code,sims_academic_year:s.temp.sims_academic_year,sims_honour_code:s.edt.sims_honour_code,sims_honour_desc:s.edt.sims_honour_desc,sims_honour_type:s.edt.sims_honour_type,sims_honour_criteria_type:s.edt.sims_honour_criteria_type,sims_honour_min_criteria:s.edt.sims_honour_min_criteria,sims_honour_status:s.edt.sims_honour_status,opr:"I"},s.exist=!1,d.push(e),n.post(i.apiUrl+"api/Honour/HonourCUD?simsobj=",d).then(function(t){s.HonourOperation=!1,n.get(i.apiUrl+"api/Honour/getHonourDetail").then(function(e){s.honourdata=e.data,s.totalItems=s.honourdata.length,s.todos=s.honourdata,s.makeTodos(),s.msg1=t.data,1==s.msg1?swal({text:"Record Inserted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}):0==s.msg1?swal({text:"Record Not Inserted. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}):swal("Error-"+s.msg1)})}),s.HonourDetail=!0,s.HonourOperation=!1),d=[]},s.up=function(e){s.editmode=!0,s.newmode=!1,s.savebtn=!1,s.updatebtn=!0,s.readonly=!0,s.HonourDetail=!1,s.HonourOperation=!0;var t=e.sims_honour_min_criteria.split(".");s.edt={sims_honour_cur_code:e.s_cur_code,sims_academic_year:e.sims_academic_year,sims_honour_code:e.sims_honour_code,sims_honour_desc:e.sims_honour_desc,sims_honour_type:e.sims_honour_type,sims_honour_criteria_type:e.sims_honour_criteria_type,sims_honour_min_criteria:t[0],sims_honour_status:e.sims_honour_status}},s.Update=function(){var e=s.edt;e.opr="U",s.edt="",d.push(e),n.post(i.apiUrl+"api/Honour/HonourCUD",d).then(function(e){s.msg1=e.data,s.HonourOperation=!1,n.get(i.apiUrl+"api/Honour/getHonourDetail").then(function(e){s.honourdata=e.data,s.totalItems=s.honourdata.length,s.todos=s.honourdata,s.makeTodos(),1==s.msg1?swal({text:"Record Updated Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}):0==s.msg1?swal({text:"Record Not Updated. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}):swal("Error-"+s.msg1)})}),s.HonourOperation=!1,s.HonourDetail=!0,d=[]},s.check_all=function(){1==s.check_all_model?$(".sub_checkbox").prop("checked",!0):$(".sub_checkbox").prop("checked",!1)},s.check_once=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),s.color="#edefef"}),1==(c=document.getElementById("all_chk")).checked&&(c.checked=!1)},s.deleterecord=function(){s.flag=!1;for(var e,o=[],t=0;t<s.filteredTodos.length;t++)1==document.getElementById("check_"+t).checked&&(s.flag=!0,e={sims_honour_code:s.filteredTodos[t].sims_honour_code,opr:"D"},o.push(e));s.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)n.post(i.apiUrl+"api/Honour/HonourCUD",o).then(function(e){s.msg1=e.data,1==s.msg1?swal({text:"Record Deleted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&(n.get(i.apiUrl+"api/Honour/getHonourDetail").then(function(e){s.honourdata=e.data,s.totalItems=s.honourdata.length,s.todos=s.honourdata,s.makeTodos()}),1==(c=document.getElementById("all_chk")).checked)&&(c.checked=!1,s.row1=""),s.currentPage=!0}):0==s.msg1?swal({text:"Record Deleted Successfully. ",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&(n.get(i.apiUrl+"api/Honour/getHonourDetail").then(function(e){s.honourdata=e.data,s.totalItems=s.honourdata.length,s.todos=s.honourdata,s.makeTodos()}),1==(c=document.getElementById("all_chk")).checked)&&(c.checked=!1,s.row1="")}):swal("Error-+ $scope.msg1")});else{1==(c=document.getElementById("all_chk")).checked&&(c.checked=!1);for(var t=0;t<s.filteredTodos.length;t++){var a=document.getElementById(t);1==a.checked&&(a.checked=!1,c.checked=!1,$("tr").removeClass("row_selected"))}}}):swal({title:"Alert",text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}),s.currentPage=str,s.row1=""}}])}(),function(){"use strict";new FormData;var e=angular.module("sims.module.Setup");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]);e.controller("UserHonourCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(o,e,t,a,s,n,i){var d,c;o.pagesize="10",o.pagesize1="10",o.pageindex1="1",o.student=!0,o.pager=!0,o.pager1=!0,n.get(i.apiUrl+"api/PDCSubmission/GetComp_Name").then(function(e){o.cmbCompany=e.data,1==e.data.length&&(o.companyName=e.data[0].comp_name,o.finnComp=e.data[0].comp_code,n.get(i.apiUrl+"api/PDCSubmission/GetFinancial_year?comp_code="+o.finnComp).then(function(e){0<e.data.length&&(e={year:e.data[0].financial_year,company:o.finnComp,companyame:o.companyName},window.localStorage.Finn_comp=JSON.stringify(e),o.finnDetail=JSON.parse(window.localStorage.Finn_comp),d=o.finnDetail.company,c=o.finnDetail.year)}))}),o.imageUrl=i.docUrl+n.defaults.headers.common.schoolId+"/Images/StudentImages/",$(function(){$("#cmb_section_code").multipleSelect({width:"100%"})}),a(function(){$("#fixTable").tableHeadFixer({top:1})},100),o.size=function(e){"All"==e?(o.currentPage="1",o.filteredTodos=o.StudenteData,o.pager=!1):(o.pager=!0,o.pagesize=e,o.currentPage=1,o.numPerPage=e,o.makeTodos())},o.index=function(e){o.pageindex=e,o.currentPage=e,console.log("currentPage="+o.currentPage),o.makeTodos()},o.size1=function(e){"All"==e?(o.currentPage1="1",o.filteredTodos1=o.EmployeeData,o.pager1=!1):(o.pager1=!0,o.pagesize1=e,o.currentPage1=1,o.numPerPage1=e,o.makeTodos1())},o.index1=function(e){o.pageindex1=e,o.currentPage1=e,console.log("currentPage1="+o.currentPage1),o.makeTodos1()},n.get(i.apiUrl+"api/common/getCuriculum").then(function(e){o.curriculum=e.data,o.temp={s_cur_code:o.curriculum[0].sims_cur_code},o.getAccYear()}),o.getAccYear=function(e){n.get(i.apiUrl+"api/common/getAcademicYear?curCode="+o.temp.s_cur_code).then(function(e){o.Acc_year=e.data,o.temp={s_cur_code:o.curriculum[0].sims_cur_code,sims_academic_year:o.Acc_year[0].sims_academic_year},o.getGrade()})},$(function(){$("#cmb_grade_code").multipleSelect({width:"100%"})}),o.getGrade=function(e,t){n.get(i.apiUrl+"api/common/getAllGrades?cur_code="+o.temp.s_cur_code+"&academic_year="+o.temp.sims_academic_year).then(function(e){o.grade=e.data,setTimeout(function(){$("#cmb_grade_code").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"})},1e3)})},o.getsection=function(e,t,a){n.get(i.apiUrl+"api/common/getSectionFromGrade?cur_code="+o.temp.s_cur_code+"&grade_code="+o.edt.sims_grade_code+"&academic_year="+o.temp.sims_academic_year).then(function(e){o.section1=e.data,setTimeout(function(){$("#cmb_section_code").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"})},1e3)})},o.filteredTodos=[],o.currentPage=1,o.numPerPage=10,o.maxSize=10,o.filteredTodos1=[],o.currentPage1=1,o.numPerPage1=10,o.maxSize1=10,o.makeTodos=function(){var e=parseInt(o.totalItems%o.numPerPage),e=(o.pagersize="0"==e?parseInt(o.totalItems/o.numPerPage):parseInt(o.totalItems/o.numPerPage)+1,(o.currentPage-1)*o.numPerPage),t=parseInt(e)+parseInt(o.numPerPage);console.log("begin="+e),console.log("end="+t),o.filteredTodos=o.todos.slice(e,t)},o.makeTodos1=function(){var e=parseInt(o.totalItems1%o.numPerPage1),e=(o.pagersize1="0"==e?parseInt(o.totalItems1/o.numPerPage1):parseInt(o.totalItems1/o.numPerPage1)+1,(o.currentPage1-1)*o.numPerPage1),t=parseInt(e)+parseInt(o.numPerPage1);console.log("begin1="+e),console.log("end1="+t),o.filteredTodos1=o.todos1.slice(e,t)},o.Show_Data=function(){o.student_data=!0,o.ImageView=!1,n.get(i.apiUrl+"api/UserHonour/getStudentsDetails?curcode="+o.temp.s_cur_code+"&gradecode="+o.edt.sims_grade_code+"&academicyear="+o.temp.sims_academic_year+"&section="+o.edt.sims_section_name).then(function(e){o.StudenteData=e.data,o.totalItems=o.StudenteData.length,o.todos=o.StudenteData,o.makeTodos(),o.imageUrl=i.docUrl+n.defaults.headers.common.schoolId+"/Images/StudentImages/",0<e.data.length||(o.ImageView=!0)})},o.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).fullname.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_honor_enroll_number.toLowerCase().indexOf(t.toLowerCase())||-1<e.gradesection.toLowerCase().indexOf(t.toLowerCase())||e.sims_honour_value==t;var t})},o.search=function(){o.todos=o.searched(o.StudenteData,o.searchText),o.totalItems=o.todos.length,o.currentPage="1",""==o.searchText&&(o.todos=o.StudenteData),o.makeTodos()},o.searched1=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).emp_Name.toLowerCase().indexOf(t.toLowerCase())||-1<e.codp_dept_name.toLowerCase().indexOf(t.toLowerCase())||-1<e.dg_desc.toLowerCase().indexOf(t.toLowerCase())||e.dg_desc==t;var t})},o.search1=function(){o.todos1=o.searched1(o.EmployeeData,o.searchText),o.totalItems1=o.todos1.length,o.currentPage1="1",""==o.searchText&&(o.todos1=o.EmployeeData),o.makeTodos1()},o.Reset=function(){o.student_data=!1,o.StudenteData=[],o.edt.codp_dept_no="",o.edt.dg_code="",$("#cmb_grade_code").multipleSelect("clearSelection")},o.Reset1=function(){o.edt.codp_dept_no="",o.edt.dg_code="",o.employee_data=!1,o.EmployeeData=[]},o.Student=function(){o.student=!0,o.employee_data=!1,o.EmployeeData=[],o.employee=!1,o.edt.codp_dept_no="",o.edt.dg_code=""},o.Employee=function(){o.employee=!0,o.student_data=[],o.student_data=!1,o.student=!1,o.edt={},o.edt.codp_dept_no=o.dept[0].codp_dept_no,o.edt.dg_code=o.desg[0].dg_code},o.Show_Data_Employee=function(){null==o.edt.codp_dept_no||""==o.edt.codp_dept_no?(o.flag1=!0,swal({title:"Alert",text:"Please select Department",showCloseButton:!0,width:380})):null==o.edt.dg_code||""==o.edt.dg_code?(o.flag1=!0,swal({title:"Alert",text:"Please select Designation",showCloseButton:!0,width:380})):(o.employee_data=!0,o.ImageView=!1,n.get(i.apiUrl+"api/UserHonour/getEmployeeDetails?dgcode="+o.edt.dg_code+"&deptcode="+o.edt.codp_dept_no+"&comp_code="+d+"&year="+c).then(function(e){o.EmployeeData=e.data,o.totalItems1=o.EmployeeData.length,o.imageUrl=i.docUrl+n.defaults.headers.common.schoolId+"/Images/EmployeeImages/",o.todos1=o.EmployeeData,o.makeTodos1(),console.log(o.EmployeeData),0<e.data.length||(o.ImageView=!0)}))},n.get(i.apiUrl+"api/UserHonour/getDepartmentDetails").then(function(e){o.dept=e.data,o.edt.codp_dept_no=o.dept[0].codp_dept_no}),n.get(i.apiUrl+"api/UserHonour/getDesginationDetails").then(function(e){o.desg=e.data,o.edt.dg_code=o.desg[0].dg_code})}])}(),function(){"use strict";var c,l=[],e=angular.module("sims.module.Setup");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("EmailCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(s,e,t,a,o,n,i){function d(e){return(new DOMParser).parseFromString(e,"text/html").body.textContent||""}s.pagesize="10",s.Email=!0,s.EMailOperation=!1,s.filteredTodos=[],s.currentPage=1,s.numPerPage=10,s.maxSize=10,a(function(){$("#fixTable").tableHeadFixer({top:1})},100),s.propertyName=null,s.reverse=!1,s.sortBy=function(e){s.reverse=s.propertyName===e&&!s.reverse,s.propertyName=e},n.get(i.apiUrl+"api/common/EmailSms/GetcheckEmailProfile").then(function(e){s.getProfile=e.data,$(document).ready(function(){$("#text-editor").kendoEditor({tools:["bold","italic","underline","strikethrough","justifyLeft","justifyCenter","justifyRight","justifyFull","insertUnorderedList","insertOrderedList","indent","outdent","createLink","unlink","insertImage","insertFile","subscript","superscript","tableWizard","createTable","addRowAbove","addRowBelow","addColumnLeft","addColumnRight","deleteRow","deleteColumn","mergeCellsHorizontally","mergeCellsVertically","splitCellHorizontally","splitCellVertically","viewHtml","formatting","fontName","fontSize","foreColor","backColor"]})})}),s.New=function(){s.newmode=!0,s.editmode=!1,s.readonly=!1,s.Email=!1,s.EMailOperation=!0,s.savebtn=!0,s.updatebtn=!1,s.edt="",s.myForm.$setPristine(),s.myForm.$setUntouched(),s.edt={},s.edt.sims_msg_status=!0,$("#text-editor").data("kendoEditor").value("")},s.cancel=function(){s.Email=!0,s.EMailOperation=!1,s.myForm.$setPristine(),s.myForm.$setUntouched(),$("#text-editor").data("kendoEditor").value("")},n.get(i.apiUrl+"api/emailtemplate/getEmailDetail").then(function(e){if(s.EmailData=e.data,0<s.EmailData.length)for(var t=0;t<s.EmailData.length;t++)s.EmailData.forEach((e,t)=>{s.EmailData[t].sims_msg_body1=d(e.sims_msg_body),s.EmailData[t].sims_msg_signature1=d(e.sims_msg_signature)});s.totalItems=s.EmailData.length,s.todos=s.EmailData,s.makeTodos(),console.log(s.EmailData)}),s.makeTodos=function(){var e=parseInt(s.totalItems%s.numPerPage),e=(s.pagersize="0"==e?parseInt(s.totalItems/s.numPerPage):parseInt(s.totalItems/s.numPerPage)+1,(s.currentPage-1)*s.numPerPage),t=parseInt(e)+parseInt(s.numPerPage);console.log("begin="+e),console.log("end="+t),s.filteredTodos=s.todos.slice(e,t)},n.get(i.apiUrl+"api/emailtemplate/getApplicationCode").then(function(e){s.ApplicationData=e.data}),s.ApplicationCode=function(){n.get(i.apiUrl+"api/emailtemplate/getApplicationCode").then(function(e){s.ApplicationData=e.data})},s.getModName=function(e){n.get(i.apiUrl+"api/emailtemplate/getModuleCode?modecode="+e).then(function(e){s.moduleName=e.data})},s.Save=function(e){0<s.edt.sims_email_to.indexOf(",")||0<s.edt.sims_email_to.indexOf(":")?swal({text:"Please Enter valid Email ID",imageUrl:"assets/img/close.png",width:300,height:200}):e&&(e=$("#text-editor").data("kendoEditor").value(),e={comn_mod_code:s.edt.comn_mod_code,comn_appl_code:s.edt.comn_appl_code,sims_msg_type:s.edt.sims_msg_type,sims_msg_body:e,sims_msg_subject:s.edt.sims_msg_subject,sims_msg_signature:s.edt.sims_msg_signature,sims_msg_status:s.edt.sims_msg_status,sims_email_cc:s.edt.sims_email_cc,sims_email_to:s.edt.sims_email_to,sims_template_id:s.edt.sims_template_id,opr:"I"},l.push(e),n.post(i.apiUrl+"api/emailtemplate/EmailCUD?simsobj=",l).then(function(a){s.BoardData1=!1,n.get(i.apiUrl+"api/emailtemplate/getEmailDetail").then(function(e){if(s.EmailData=e.data,0<s.EmailData.length)for(var t=0;t<s.EmailData.length;t++)s.EmailData.forEach((e,t)=>{s.EmailData[t].sims_msg_body1=d(e.sims_msg_body),s.EmailData[t].sims_msg_signature1=d(e.sims_msg_signature)});s.totalItems=s.EmailData.length,s.todos=s.EmailData,s.makeTodos(),s.msg1=a.data,1==s.msg1?swal({text:"Record Inserted Successfully",imageUrl:"assets/img/check.png",width:300,height:200}):0==s.msg1?swal({text:"Record Not Inserted. ",imageUrl:"assets/img/close.png",width:300,height:200}):swal("Error-"+s.msg1)})}),s.Email=!0,s.EMailOperation=!1,l=[])},s.up=function(e){s.ApplicationCode(),s.getModName(e.sims_msg_mod_code),s.editmode=!0,s.newmode=!1,s.savebtn=!1,s.updatebtn=!0,s.readonly=!0,s.Email=!1,s.EMailOperation=!0,s.edt={comn_mod_code:e.sims_msg_mod_code,sims_msg_sr_no:e.sims_msg_sr_no,comn_appl_code:e.sims_msg_appl_code,sims_msg_type:e.sims_msg_type,sims_msg_subject:e.sims_msg_subject,sims_msg_signature:e.sims_msg_signature,sims_msg_status:e.sims_msg_status,sims_email_cc:e.sims_email_cc,sims_email_to:e.sims_email_to,sims_template_id:e.sims_template_id,template_body:e.sims_msg_body},$("#text-editor").data("kendoEditor").value(s.edt.template_body)},s.checkValidEmail=function(e){(0<e.indexOf(",")||0<e.indexOf(":"))&&swal({text:"Please Enter valid Email ID",imageUrl:"assets/img/close.png",width:300,height:200})},s.Update=function(){var e;0<s.edt.sims_email_to.indexOf(",")||0<s.edt.sims_email_to.indexOf(":")?swal({text:"Please Enter valid Email ID",imageUrl:"assets/img/close.png",width:300,height:200}):(e={sims_msg_body:$("#text-editor").data("kendoEditor").value(),comn_mod_code:s.edt.comn_mod_code,sims_msg_sr_no:s.edt.sims_msg_sr_no,comn_appl_code:s.edt.comn_appl_code,sims_msg_type:s.edt.sims_msg_type,sims_msg_subject:s.edt.sims_msg_subject,sims_msg_signature:s.edt.sims_msg_signature,sims_msg_status:s.edt.sims_msg_status,sims_email_cc:s.edt.sims_email_cc,sims_email_to:s.edt.sims_email_to,sims_template_id:s.edt.sims_template_id,opr:"U"},l.push(e),n.post(i.apiUrl+"api/emailtemplate/EmailCUD?simsobj=",l).then(function(a){s.msg1=a.data,s.BoardData1=!1,n.get(i.apiUrl+"api/emailtemplate/getEmailDetail").then(function(e){if(s.EmailData=e.data,0<s.EmailData.length)for(var t=0;t<s.EmailData.length;t++)s.EmailData.forEach((e,t)=>{s.EmailData[t].sims_msg_body1=d(e.sims_msg_body),s.EmailData[t].sims_msg_signature1=d(e.sims_msg_signature)});s.totalItems=s.EmailData.length,s.todos=s.EmailData,s.makeTodos(),s.msg1=a.data,1==s.msg1?swal({text:"Record Updated Successfully",imageUrl:"assets/img/check.png",width:300,height:200}):0==s.msg1?swal({text:"Record Not Updated. ",imageUrl:"assets/img/close.png",width:300,height:200}):swal("Error-"+s.msg1)})}),s.Email=!0,s.EMailOperation=!1,l=[])},s.check_all=function(){if(1==(c=document.getElementById("all_chk")).checked)for(var e=0;e<s.filteredTodos.length;e++)document.getElementById(s.filteredTodos[e].sims_msg_sr_no+e).checked=!0,s.row1="row_selected",$("tr").addClass("row_selected");else for(e=0;e<s.filteredTodos.length;e++)document.getElementById(s.filteredTodos[e].sims_msg_sr_no+e).checked=!1,c.checked=!1,s.row1=""},s.check_once=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),s.color="#edefef"}),1==(c=document.getElementById("all_chk")).checked&&(c.checked=!1,$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected")}))},s.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).sims_msg_subject.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_msg_body.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_msg_signature.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_email_to.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_email_cc.toLowerCase().indexOf(t.toLowerCase())||e.sims_msg_signature==t;var t})},s.search=function(){s.todos=s.searched(s.EmailData,s.searchText),s.totalItems=s.todos.length,s.currentPage="1",""==s.searchText&&(s.todos=s.EmailData),s.makeTodos(),c.checked=!1,s.check_all()},s.deleterecord=function(){s.flag=!1;for(var e,o=[],t=0;t<s.filteredTodos.length;t++)1==document.getElementById(s.filteredTodos[t].sims_msg_sr_no+t).checked&&(s.flag=!0,e={sims_msg_sr_no:s.filteredTodos[t].sims_msg_sr_no,opr:"D"},o.push(e));s.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,confirmButtonText:"Yes",showCancelButton:!0,width:380,cancelButtonText:"No"}).then(function(e){if(e)n.post(i.apiUrl+"api/emailtemplate/EmailCUD",o).then(function(e){s.msg1=e.data,1==s.msg1?swal({text:"Record Deleted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&(n.get(i.apiUrl+"api/emailtemplate/getEmailDetail").then(function(e){if(s.EmailData=e.data,0<s.EmailData.length)for(var t=0;t<s.EmailData.length;t++)s.EmailData.forEach((e,t)=>{s.EmailData[t].sims_msg_body1=d(e.sims_msg_body),s.EmailData[t].sims_msg_signature1=d(e.sims_msg_signature)});s.totalItems=s.EmailData.length,s.todos=s.EmailData,s.makeTodos()}),1==(c=document.getElementById("all_chk")).checked)&&(c.checked=!1,s.row1=""),s.currentPage=!0}):0==s.msg1?swal({text:"Record Not Deleted. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&(n.get(i.apiUrl+"api/emailtemplate/getEmailDetail").then(function(e){if(s.EmailData=e.data,0<s.EmailData.length)for(var t=0;t<s.EmailData.length;t++)s.EmailData.forEach((e,t)=>{s.EmailData[t].sims_msg_body1=d(e.sims_msg_body),s.EmailData[t].sims_msg_signature1=d(e.sims_msg_signature)});s.totalItems=s.EmailData.length,s.todos=s.EmailData,s.makeTodos()}),1==(c=document.getElementById("all_chk")).checked)&&(c.checked=!1,s.row1="")}):swal("Error-"+s.msg1)});else{1==(c=document.getElementById("all_chk")).checked&&(c.checked=!1);for(var t=0;t<s.filteredTodos.length;t++){var a=document.getElementById(s.filteredTodos[t].sims_msg_sr_no+t);1==a.checked&&(a.checked=!1,c.checked=!1,$("tr").removeClass("row_selected"))}}}):swal({text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}),s.currentPage=str},s.size=function(e){"All"==e?(s.currentPage="1",s.filteredTodos=s.EmailData,s.pager=!1):(s.pager=!0,s.pagesize=e,s.currentPage=1,s.numPerPage=e,s.makeTodos())},s.index=function(e){s.pageindex=e,s.currentPage=e,console.log("currentPage="+s.currentPage),s.makeTodos(),c.checked=!1}}])}(),function(){"use strict";angular.module("sims.module.Setup").controller("StudentSectionSubjectCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(d,e,t,c,a,l,r){d.edt={},d.edt.sims_subject_code=[],d.simsArray=[],d.selectedStudentList=[];var o,s=t.globals.currentUser.username,n=(d.busyindicator=!0,d.propertyName=null,d.reverse=!1,d.showRFIDDMC=!1,d.ShowForSIA=!1,"dmc"==l.defaults.headers.common.schoolId&&(d.showRFIDDMC=!0),"sia"==l.defaults.headers.common.schoolId&&(d.ShowForSIA=!0),d.table=!0,d.colname=null,d.reverse=!1,d.sort=function(e){d.colname=e,d.reverse=d.colname===e&&!d.reverse},$("table.scroll")),i=n.find("tbody tr:first").children();$(window).resize(function(){o=i.map(function(){return $(this).width()}).get(),n.find("thead tr").children().each(function(e,t){$(t).width(o[e])})}).resize(),d.term_changeNew=function(e,t){},l.get(r.apiUrl+"api/ERP/Grade/getCuriculum?username="+t.globals.currentUser.username).then(function(e){d.curriculum=e.data,d.edt.sims_cur_code=d.curriculum[0].sims_cur_code,d.getacyr()}),$(function(){$("#cmb_grade").multipleSelect({width:"100%"})}),d.getacyr=function(){l.get(r.apiUrl+"api/common/getAcademicYear?curCode="+d.edt.sims_cur_code+"academicyear"+d.edt.sims_academic_year).then(function(e){d.Academic_year=e.data,d.edt.sims_academic_year=d.Academic_year[0].sims_academic_year,d.getsections(d.edt.sims_cur_code,d.edt.sims_academic_year),d.term_changeNew(d.edt.sims_cur_code,d.edt.sims_academic_year),d.getDataforexport()})},d.getsection=function(e,t,a){l.get(r.apiUrl+"api/StudentSectionSubject/GetRCSection?curcode="+e+"&ayear="+t+"&gradecode="+a+"&teachercode="+s).then(function(e){d.section1=e.data,d.edt.sims_section_name=""})},d.getsections=function(e,t){l.get(r.apiUrl+"api/StudentSectionSubject/GetRCGrade?curcode="+e+"&ayear="+t+"&teachercode="+s).then(function(e){d.grade=e.data,setTimeout(function(){$("#cmb_grade_code").select2()},100)})},d.getDataforexport=function(){l.get(r.apiUrl+"api/StudentSectionSubject/getRecordsForExport?curcode="+d.edt.sims_cur_code+"&academicyear="+d.edt.sims_academic_year).then(function(e){d.dataexport=e.data})},d.get=function(e){l.get(r.apiUrl+"api/StudentSectionSubject/getSectionsubject_name?curcode="+d.edt.sims_cur_code+"&gradecode="+d.edt.sims_grade_code+"&academicyear="+d.edt.sims_academic_year+"&section="+d.edt.sims_section_name+"&login_user="+s).then(function(e){d.cmb_subject_name=e.data,setTimeout(function(){$("#cmb_grade").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"})},1e3)})},d.term_change=function(e){l.get(r.apiUrl+"api/StudentSectionSubject/getSectionsubject_nameNew?curcode="+d.edt.sims_cur_code+"&gradecode="+d.edt.sims_grade_code+"&academicyear="+d.edt.sims_academic_year+"&section="+d.edt.sims_section_name+"&term="+d.edt.sims_section_subject_term_code+"&login_user="+s).then(function(e){d.cmb_subject_name=e.data,setTimeout(function(){$("#cmb_grade").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"})},1e3)})},d.Show_Data=function(){d.busyindicator=!1,d.info1=[];for(var s=[],n=[],e=(d.secData=[],d.table=!1,d.subject=!1,d.showSelectedSubject=!1,d.selectedAll=!1,null==d.edt.sims_subject_code&&(d.edt.sims_subject_code=""),""),t=0;t<d.edt.sims_subject_code.length;t++)e=e+d.edt.sims_subject_code[t]+",";null==d.edt.sims_gender_code&&(d.edt.sims_gender_code=""),null==d.edt.sims_ethnicity_code&&(d.edt.sims_ethnicity_code=""),null==d.edt.sims_religion_code&&(d.edt.sims_religion_code="");for(var a="",t=0;t<d.edt.sims_gender_code.length;t++)a=a+d.edt.sims_gender_code[t]+",";for(var o="",t=0;t<d.edt.sims_ethnicity_code.length;t++)o=o+d.edt.sims_ethnicity_code[t]+",";for(var i="",t=0;t<d.edt.sims_religion_code.length;t++)i=i+d.edt.sims_religion_code[t]+",";"sia"==l.defaults.headers.common.schoolId?l.get(r.apiUrl+"api/StudentSectionSubject/getStudentName_sia?curcode="+d.edt.sims_cur_code+"&gradecode="+d.edt.sims_grade_code+"&academicyear="+d.edt.sims_academic_year+"&section="+d.edt.sims_section_name+"&subcode="+e+"&gender="+a+"&ethnicity="+o+"&religion="+i+"&enroll="+d.searchText).then(function(e){if(d.SectionStudent=e.data,d.busyindicator=!0,0<e.data.length){for(var t=0;t<d.SectionStudent[0].sublist.length;t++)for(var a=0;a<d.edt.sims_subject_code.length;a++)d.SectionStudent[0].sublist[t].sims_subject_code==d.edt.sims_subject_code[a]&&(s={sims_subject_name_en:d.SectionStudent[0].sublist[t].sims_subject_name_en.toLowerCase(),sims_subject_code:d.SectionStudent[0].sublist[t].sims_subject_code},n.push(s));for(var o=0;o<d.SectionStudent.length;o++)for(t=0;t<d.SectionStudent[o].sublist.length;t++){d.flg=!1;for(a=0;a<d.edt.sims_subject_code.length;a++)if(d.edt.sims_subject_code[a]==d.SectionStudent[o].sublist[t].sims_subject_code){d.flg=!0;break}d.SectionStudent[o].sublist[t].is_visible=d.flg}d.info1=n,c(function(){$("#fixTable").tableHeadFixer({left:3,"z-index":100})},100)}else d.subject=!0,d.table=!0}):l.get(r.apiUrl+"api/StudentSectionSubject/getStudentName?curcode="+d.edt.sims_cur_code+"&gradecode="+d.edt.sims_grade_code+"&academicyear="+d.edt.sims_academic_year+"&section="+d.edt.sims_section_name+"&subcode="+e).then(function(e){if(d.SectionStudent=e.data,d.busyindicator=!0,0<e.data.length){for(var t=0;t<d.SectionStudent[0].sublist.length;t++)for(var a=0;a<d.edt.sims_subject_code.length;a++)d.SectionStudent[0].sublist[t].sims_subject_code==d.edt.sims_subject_code[a]&&(s={sims_subject_name_en:d.SectionStudent[0].sublist[t].sims_subject_name_en.toLowerCase(),sims_subject_code:d.SectionStudent[0].sublist[t].sims_subject_code},n.push(s));for(var o=0;o<d.SectionStudent.length;o++)for(t=0;t<d.SectionStudent[o].sublist.length;t++){d.flg=!1;for(a=0;a<d.edt.sims_subject_code.length;a++)if(d.edt.sims_subject_code[a]==d.SectionStudent[o].sublist[t].sims_subject_code){d.flg=!0;break}d.SectionStudent[o].sublist[t].is_visible=d.flg}d.info1=n,c(function(){$("#fixTable").tableHeadFixer({left:3,"z-index":100})},100)}else d.subject=!0,d.table=!0})},d.skipdSubject=[],d.Check_Single_Subject=function(t,a){console.log(a,t),t.ischange=!0,0==a.sims_status&&l.get(r.apiUrl+"api/StudentSectionSubject/getcheckSectionsubject_name?curcode="+d.edt.sims_cur_code+"&gradecode="+d.edt.sims_grade_code+"&academicyear="+d.edt.sims_academic_year+"&section="+d.edt.sims_section_name+"&enroll_number="+t.sims_student_enroll_number+"&subject_code="+a.sims_subject_code).then(function(e){d.msg1=e.data,0<d.msg1.length&&swal({text:"This Subject Having Mark In Gradebook ,Are You Want Be Remove Subject?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){e?a.sims_status=!1:(a.sims_status=!0,document.getElementById(a.sims_subject_code+t.sims_student_enroll_number).checked=!0)})})},d.Select_ALL_Subject=function(e){var t="",a="",o=(d.ischecked="",document.getElementById(e));if(d.ischecked=e,d.tem={},0==o.checked){for(var s=0;s<d.SectionStudent.length;s++)a=a+d.SectionStudent[s].sims_student_enroll_number+",",t=e;l.get(r.apiUrl+"api/StudentSectionSubject/getcheckSectionsubject_name?curcode="+d.edt.sims_cur_code+"&gradecode="+d.edt.sims_grade_code+"&academicyear="+d.edt.sims_academic_year+"&section="+d.edt.sims_section_name+"&enroll_number="+a+"&subject_code="+t).then(function(e){if(d.msg1=e.data,0<d.msg1.length)$("#MyModal").modal({backdrop:"static"});else for(var t=0;t<d.SectionStudent.length;t++)d.SectionStudent[t].sublist[o.tabIndex].sims_status=o.checked,d.SectionStudent[t].ischange=!0})}else for(s=0;s<d.SectionStudent.length;s++)d.SectionStudent[s].sublist[o.tabIndex].sims_status=o.checked,d.SectionStudent[s].ischange=!0},d.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).sims_student_name.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_student_enroll_number.toLowerCase().indexOf(t.toLowerCase());var t})},d.searchText="",d.search=function(){d.todos=d.searched(d.SectionStudent,d.searchText),d.totalItems=d.SectionStudent.length,d.currentPage="1",""==d.searchText&&(d.todos=SectionStudent.data),d.makeTodos()},d.filteredTodos=[],d.currentPage=1,d.numPerPage=10,d.maxSize=10,d.makeTodos=function(){var e=parseInt(d.totalItems%d.numPerPage),e=(d.pagersize="0"==e?parseInt(d.totalItems/d.numPerPage):parseInt(d.totalItems/d.numPerPage)+1,(d.currentPage-1)*d.numPerPage),t=parseInt(e)+parseInt(d.numPerPage);d.filteredTodos=d.todos.slice(e,t)},d.btn_Ok_Click=function(){for(var e=document.getElementById(d.ischecked),t=0;t<d.SectionStudent.length;t++)d.SectionStudent[t].sublist[e.tabIndex].sims_status=!1,d.SectionStudent[t].ischange=!0},d.btn_cancel_Click=function(){for(var e=document.getElementById(d.ischecked),t=0;t<d.SectionStudent.length;t++)d.SectionStudent[t].sublist[e.tabIndex].sims_status=!1,d.SectionStudent[t].ischange=!0;for(t=0;t<d.SectionStudent.length;t++)for(var e=document.getElementById(d.ischecked),a=0;a<d.msg1.length;a++)d.SectionStudent[t].sims_student_enroll_number==d.msg1[a].sims_student_enroll_number&&(d.SectionStudent[t].sublist[e.tabIndex].sims_status=!0,d.SectionStudent[t].ischange=!0)},d.Select_Student_ALL_Subject=function(e){var t=document.getElementById(e);if(t.checked){d.selectedStudentList.push(e);for(var a=0;a<d.SectionStudent.length;a++)if(d.SectionStudent[a].sims_student_enroll_number==e)for(var o=0;o<d.SectionStudent[a].sublist.length;o++)d.edt.sims_subject_code.includes(d.SectionStudent[a].sublist[o].sims_subject_code)&&(d.SectionStudent[a].sublist[o].sims_status=t.checked,d.SectionStudent[a].ischange=!0);d.selectedStudentList.length==d.SectionStudent.length&&(d.selectedAll=!0)}else{d.selectedAll=!1;var s=d.selectedStudentList.indexOf(e);d.selectedStudentList.splice(s,1);for(a=0;a<d.SectionStudent.length;a++)if(d.SectionStudent[a].sims_student_enroll_number==e)for(o=0;o<d.SectionStudent[a].sublist.length;o++)d.edt.sims_subject_code.includes(d.SectionStudent[a].sublist[o].sims_subject_code)&&(d.SectionStudent[a].sublist[o].sims_status=t.checked,d.SectionStudent[a].ischange=!0)}},d.isSelectAll=function(){if(d.selectedStudentList=[],d.selectedAll){d.selectedAll=!0;for(var e=0;e<d.SectionStudent.length;e++)d.selectedStudentList.push(d.SectionStudent[e].sims_student_enroll_number);for(var t=0;t<d.info1.length;t++)d.info1[t].sims_subject_code_status=!0}else{d.selectedAll=!1;for(t=0;t<d.info1.length;t++)d.info1[t].sims_subject_code_status=!1}for(e=0;e<d.SectionStudent.length;e++)for(var a=0;a<d.SectionStudent[e].sublist.length;a++)d.edt.sims_subject_code.includes(d.SectionStudent[e].sublist[a].sims_subject_code)&&(d.SectionStudent[e].sublist[a].sims_status=d.selectedAll,d.SectionStudent[e].ischange=!0,d.SectionStudent[e].chkStudent=d.selectedAll)},d.Submit=function(){d.subject=!1,0;for(var t=[{}],e=0;e<d.SectionStudent.length;e++)if(1==d.SectionStudent[e].ischange){for(var a=t.length,o=(t[a]={sims_student_enroll_number:d.SectionStudent[e].sims_student_enroll_number,sims_cur_code:d.SectionStudent[e].sims_cur_code,sims_academic_year:d.SectionStudent[e].sims_academic_year,sims_grade_code:d.SectionStudent[e].sims_grade_code,sims_section_code:d.SectionStudent[e].sims_section_code,sims_term_code:d.SectionStudent[e].sims_term_code,sims_subject_name_en:""},""),s="",n=0;n<d.SectionStudent[e].sublist.length;n++)1==d.SectionStudent[e].sublist[n].sims_status?o=o+d.SectionStudent[e].sublist[n].sims_subject_code+",":0==d.SectionStudent[e].sublist[n].sims_status&&(s=s+d.SectionStudent[e].sublist[n].sims_subject_code+",");t[a].sims_subject_name_en=o,t[a].sims_subject_code=s}t.splice(0,1);var i=t;0!=t.length?(l.post(r.apiUrl+"api/StudentSectionSubject/insert_student_section_subject",i).then(function(e){d.msg1=e.data,d.selectedAll=!1,t=[{}],i=[],d.selectedStudentList=[],swal({text:d.msg1.strMessage,width:380}),d.Show_Data()}),0):swal({text:d.msg1.strMessage,width:380})},d.exportdata=function(){console.log(d.dataexport),d.fileName="StudentSectionSubjectMapping",d.exportData=[],d.exportData.push(["Curriculum","Academic Year","Grade","Section","Enroll","Name","Subject","Total Subject"]),angular.forEach(d.dataexport,function(e,t){d.exportData.push([e.sims_cur_code_name,e.sims_academic_year,e.grade_code_name,e.sims_section_name_en,e.sims_student_enroll_number,e.sims_student_name,e.sims_subject_name_en,e.sims_total_subject])}),console.log(d.exportData),d.exportexcel(d.exportData)},d.exportexcel=function(e){var t=new function e(){if(!(this instanceof e))return new e;this.SheetNames=[],this.Sheets={}},e=function(e){for(var t,a={},o={s:{c:1e7,r:1e7},e:{c:0,r:0}},s=0;s!=e.length;++s)for(var n=0;n!=e[s].length;++n){o.s.r>s&&(o.s.r=s),o.s.c>n&&(o.s.c=n),o.e.r<s&&(o.e.r=s),o.e.c<n&&(o.e.c=n);var i,d={v:e[s][n]};null!=d.v&&(i=XLSX.utils.encode_cell({c:n,r:s}),"number"==typeof d.v?d.t="n":"boolean"==typeof d.v?d.t="b":d.v instanceof Date?(d.t="n",d.z=XLSX.SSF._table[14],d.v=(t=d.v,void 0&&(t+=1462),(Date.parse(t)-new Date(Date.UTC(1899,11,30)))/864e5)):d.t="s",a[i]=d)}return o.s.c<1e7&&(a["!ref"]=XLSX.utils.encode_range(o)),a}(e),e=(t.SheetNames.push(d.fileName),t.Sheets[d.fileName]=e,XLSX.write(t,{bookType:"xlsx",bookSST:!0,type:"binary"}));saveAs(new Blob([function(e){for(var t=new ArrayBuffer(e.length),a=new Uint8Array(t),o=0;o!=e.length;++o)a[o]=255&e.charCodeAt(o);return t}(e)],{type:"application/octet-stream"}),d.fileName+".xlsx")},l.get(r.apiUrl+"api/StudentSectionSubject/getGender").then(function(e){d.genderData=e.data,setTimeout(function(){$("#cmb_gender").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"})},1e3)}),l.get(r.apiUrl+"api/StudentSectionSubject/getEthnicity").then(function(e){d.ethnicityData=e.data,setTimeout(function(){$("#cmb_ethnicity").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"})},1e3)}),l.get(r.apiUrl+"api/StudentSectionSubject/getReligion").then(function(e){d.religionData=e.data,setTimeout(function(){$("#cmb_religion").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"})},1e3)})}])}(),function(){"use strict";var e=angular.module("sims.module.Setup");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("SurveyComparativeQueryReportCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(s,e,t,a,o,n,i){s.temp={},s.pagesize="50",s.pageindex="1",s.pager=!0;var d=(l=new Date).getDate(),c=l.getMonth()+1,l=(l.getFullYear(),s.route_dir1="",s.route_name1="",s.date="",t.globals.currentUser.username,s.SchoolLogo=i.docUrl+n.defaults.headers.common.schoolId+"/Images/SchoolLogo/",$(function(){$("#route_dir_box1").multipleSelect({width:"100%"}),$("#route_name_box1").multipleSelect({width:"100%",filter:!0})}),new Date);(d=l.getDate())<10&&(d="0"+d);(c=l.getMonth()+1)<10&&(c="0"+c);var r=l.getFullYear();s.sdate=d+"-"+c+"-"+r,s.edate=d+"-"+c+"-"+r,s.mom_start_date=d+"-"+c+"-"+r,s.mom_end_date=d+"-"+c+"-"+r,$(function(){$("#chkmarks").click(function(){$(this).is(":checked")?($("#fdate").attr("disabled","disabled"),s.mom_start_date=""):($("#fdate").removeAttr("disabled"),$("#fdate").focus(),s.mom_start_date=d+"-"+c+"-"+r)})}),$(function(){$("#chkmarks1").click(function(){$(this).is(":checked")?($("#fdate").attr("disabled","disabled"),s.mom_end_date=""):($("#fdate").removeAttr("disabled"),$("#fdate").focus(),s.mom_end_date=d+"-"+c+"-"+r)})}),n.get(i.apiUrl+"api/surveystatistic/getSurveyName").then(function(e){s.survey_data=e.data,setTimeout(function(){$("#survey_box").change(function(){}).multipleSelect({width:"100%",filter:!0})},1e3)}),s.getQuestion=function(){n.get(i.apiUrl+"api/surveystatistic/getQuestionName?survey_code="+s.sims_survey_code).then(function(e){s.question_data=e.data,setTimeout(function(){$("#question_box").change(function(){}).multipleSelect({width:"100%",filter:!0})},1e3)})},s.getdetail=function(){s.busy=!0,s.colsvis=!1,n.get(i.apiUrl+"api/surveystatistic/getAllSurveyComparative?survey_code="+s.sims_survey_code+"&question_code="+s.sims_survey_question_code).then(function(e){var t,a;0<e.data.length?(s.report_data=e.data,s.tempS=[],s.tempSN=[],t=new Map,a=new Map,s.report_data.forEach(function(e){t.has(e.sims_survey_code)||(t.set(e.sims_survey_code,!0),s.tempS.push(e)),a.has(e.sims_survey_question_code+e.sims_survey_question_answer_code)||(a.set(e.sims_survey_question_code+e.sims_survey_question_answer_code,!0),s.tempSN.push(e),s.totalItems=s.tempSN.length,s.todos=s.tempSN,s.makeTodos(),s.pager=!0,s.busy=!1)})):(swal({title:"Alert",text:" Data Not Found",showCloseButton:!0,width:300,height:200}),s.filteredTodos=[],s.pager=!1)})},s.searched=function(e,t){return _.filter(e,function(e){return searchUtil(e,t)})},s.colname=null,s.reverse=!1,s.sort=function(e){s.colname=e,s.reverse=s.colname===e&&!s.reverse},a(function(){$("#customers").tableHeadFixer({top:1})},100),s.colsvis=!1,s.exportData=function(){s.colsvis=!0,swal({title:"Alert",text:"Do you want to Export in MS-Excel?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){e&&(e=new Blob([document.getElementById("rpt_data1").innerHTML],{type:"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;charset=utf-8"}),s.detailsField=!1,saveAs(e,"StudentsByVehicle.xls"),s.colsvis=!1,s.getdetail()),s.getdetail()})},s.print=function(){s.colsvis=!0,swal({title:"Alert",text:"Do you want to Print?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){var t,a,o;e&&(e=document.head.outerHTML,t=document.getElementById("rpt_data1").outerHTML,(o=(a=window.open("","_blank","location=yes, statusbar=no, menubar=no, titlebar=no, toolbar=no,dependent=no, width=800, height=600, resizable=yes, screenX=250, screenY=10, personalbar=no, scrollbars=yes")).document).open(),o.write("<!doctype html><html>"+e+'<body onLoad="window.print()">'+t+"</body></html>"),o.close(),a.focus(),s.getdetail()),s.getdetail()})},s.reset_data=function(){s.filteredTodos=[],s.pager=!1,s.searchText="",s.cur="",s.acad=""},s.sortBy=function(e){s.reverse=s.propertyName===e&&!s.reverse,s.propertyName=e},s.size=function(e){"All"==e?(s.filteredTodos=s.tempSN,s.numPerPage=s.tempSN.length,s.pager=!1):(s.pager=!0,s.pagesize=e,s.currentPage=1,s.numPerPage=e),s.makeTodos()},s.index=function(e){s.pageindex=e,s.currentPage=e,console.log("currentPage="+s.currentPage),s.makeTodos(),main.checked=!1,s.CheckAllChecked()},s.tempSN=[],s.currentPage=1,s.numPerPage=50,s.maxSize=5,s.makeTodos=function(){var e=parseInt(s.totalItems%s.numPerPage),e=(s.pagersize="0"==e?parseInt(s.totalItems/s.numPerPage):parseInt(s.totalItems/s.numPerPage)+1,(s.currentPage-1)*s.numPerPage),t=parseInt(e)+parseInt(s.numPerPage);console.log("begin="+e),console.log("end="+t),s.tempSN=s.todos.slice(e,t)}}])}(),function(){"use strict";var e=angular.module("sims.module.Setup");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("UserApplicationsCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(n,e,o,t,a,i,d){n.studentimagee=!1,n.global_search=!1,n.parentimage=!1,n.employeeimage=!1,n.defaultImage="default.jpg",n.imageUrl=d.docUrl+i.defaults.headers.common.schoolId+"/Images/EmployeeImages/",n.Allusers=[],n.studimg=d.docUrl+i.defaults.headers.common.schoolId+"/Images/StudentImages/",n.parentimg=d.docUrl+i.defaults.headers.common.schoolId+"/Images/ParentImages/",n.busy=!1,n.table=!1,n.newmode=!1,n.editonly=!1,n.visible_StakeholderChk=!1,n.edt={comn_user_date_created:new Date},o.visible_stud=!1,o.visible_parent=!1,o.visible_search_parent=!1,o.visible_teacher=!1,o.visible_User=!0,o.visible_Employee=!1,o.chkMulti=!1,n.modal_cancel=function(){$("#searchUser").modal("hide")};n.copy="Update",n.FlagUpdate=!0,n.chkcopy=!0,n.UserApplicationList={};$("#Selected_User").jqxListBox({allowDrop:!0,allowDrag:!0,source:[],width:150,autoHeight:!0,theme:"energyblue"}),$("#Selected_Role").jqxListBox({allowDrop:!0,allowDrag:!0,source:[],width:150,autoHeight:!0,theme:"energyblue"}),i.get(d.apiUrl+"api/common/UserApplicationsController/GetRoles").then(function(e){n.role=e.data}),n.$on("global_cancel",function(e){if(1==n.global_search){_=[],n.temp={},n.parentimage=!1,n.employeeimage=!1,n.studentimagee=!1;var t=[];if(0<n.SelectedUserLst.length){var a=[];if(n.visible_StakeholderChk=!0,n.getStakeholderStatus(),"Update"==n.copy){$("#Selected_Role").jqxListBox("clear"),$("#Selected_User").jqxListBox("clear"),a.push(n.SelectedUserLst[0].user_name),n.selectedUser=angular.copy(n.SelectedUserLst[0].user_name),$("#Selected_User").jqxListBox({allowDrop:!0,allowDrag:!0,source:a,width:150,autoHeight:!0,theme:"energyblue"});a=$("#Selected_User").jqxListBox("getItems")[0];$("#Selected_User").jqxListBox("selectItem",a),$("#hidden").removeClass("hidden"),i.get(d.apiUrl+"api/common/UserApplicationsController/GetUserAssignRoles_new?userName="+n.SelectedUserLst[0].user_code).then(function(e){n.da=e.data;var t=399-28*(e.data.length+1)+e.data.length*e.data.length;$("#custom_height").css("padding-bottom",t+"px"),$("#Selected_Role").jqxListBox({allowDrop:!0,allowDrag:!0,source:e.data,width:150,autoHeight:!0,theme:"energyblue"});t=$("#Selected_Role").jqxListBox("getItems")[0];$("#Selected_Role").jqxListBox("selectItem",t)})}else if("Copy"==n.copy){for(var o=0;o<n.SelectedUserLst.length;o++)t.push(n.SelectedUserLst[o].user_name);if(n.copysearch)n.copy_from_user=angular.copy(n.SelectedUserLst[0].user_name),i.get(d.apiUrl+"api/common/UserApplicationsController/GetAssignRoles?userName="+n.copy_from_user).then(function(e){n.UserApplicationList=e.data});else{try{for(var s=$("#Selected_User").jqxListBox("getItems"),o=0;o<s.length;o++)t.push(s[o].value)}catch(e){}$("#Selected_User").jqxListBox({allowDrop:!0,allowDrag:!0,source:t,width:150,autoHeight:!0,theme:"energyblue"})}}n.global_search=!1}}}),n.getStakeholderStatus=function(){i.get(d.apiUrl+"api/common/ProjectStakeholder/getProjectStakeholderUser?userName="+n.SelectedUserLst[0].user_code).then(function(e){n.stakeholder_info=e.data,null==n.stakeholder_info[0]?n.comn_user_is_stakeholder=!1:n.comn_user_is_stakeholder=n.stakeholder_info[0].comn_stakeholder_status_boolean})},n.updateStakeholder=function(e){e={comn_user_name:n.SelectedUserLst[0].user_code,comn_stakeholder_status:1==e?"A":"I",comn_stakeholder_status_boolean:e,comn_stakeholder_created_by_user:o.globals.currentUser.username};i.post(d.apiUrl+"api/common/ProjectStakeholder/updateProjectStakeholder",e).then(function(e){n.stakeholder_info=e.data,n.getStakeholderStatus()})},n.copy_from_user_click=function(){n.temp1=void 0,n.Allusers=[],o.visible_stud=!1,o.visible_parent=!1,o.visible_search_parent=!1,o.visible_teacher=!1,o.visible_User=!0,o.visible_Employee=!1,o.chkMulti=!1,n.global_Search_click(),$("#Global_Search_Modal").modal({backdrop:"static"}),n.copysearch=!0},n.query=function(e){var t;null==n.test_comn_role_code||""==n.test_comn_role_code?alert("Please Select User or Role"):null!=(t=$("#Selected_User").jqxListBox("getItem",0))&&i.get(d.apiUrl+"api/common/UserApplicationsController/EditRoleApplication?userName="+t.value+"&roleCode="+n.test_comn_role_code).then(function(e){n.UserApplicationList=e.data})},n.radioclick=function(e){$("#custom_height").css("padding-bottom","399px"),n.clear(),"Update"==e?(n.FlagUpdate=!0,n.FlagCopy=!1,n.chkcopy=!0,n.uCopy=!1):(n.FlagUpdate=!1,n.FlagCopy=!0,n.chkcopy=!1)},$("#Selected_Role").bind("select",function(e){e=e.args,e=$("#Selected_Role").jqxListBox("getItem",e.index);n.temp={},null!=e&&(n.test_comn_role_code=e.value,i.get(d.apiUrl+"api/common/UserApplicationsController/EditRoleApplication?userName="+n.selectedUser+"&roleCode="+e.value).then(function(e){n.UserApplicationList=e.data}),i.get(d.apiUrl+"api/studentdatabase/getParentDetailss?parent_number="+n.selectedUser).then(function(e){n.parentimage=!0,n.employeeimage=!1,n.studentimagee=!1,e.data&&0<e.data.length&&((e=e.data[0]).sims_admisison_father_image&&""!==e.sims_admisison_father_image.trim()?n.temp={sims_admission_father_first_name:e.sims_admission_father_first_name,sims_admission_father_last_name:e.sims_admission_father_last_name,sims_admisison_father_image:e.sims_admisison_father_image}:n.temp={sims_admission_father_first_name:e.sims_admission_father_first_name,sims_admission_father_last_name:e.sims_admission_father_last_name,sims_admisison_father_image:"default.jpg"},n.fullname=n.temp.sims_admission_father_first_name+" "+n.temp.sims_admission_father_last_name),i.get(d.apiUrl+"api/studentdatabase/get_Sims_Student_Detailss?enroll_no="+n.selectedUser).then(function(e){n.studentimagee=!0,n.parentimage=!1,n.employeeimage=!1,e.data&&0<e.data.length&&((e=e.data[0]).sims_student_image&&""!==e.sims_student_image.trim()?n.temp={sims_student_passport_first_name_en:e.sims_student_passport_first_name_en,sims_student_passport_last_name_en:e.sims_student_passport_last_name_en,sims_student_image:e.sims_student_image}:n.temp={sims_student_passport_first_name_en:e.sims_student_passport_first_name_en,sims_student_passport_last_name_en:e.sims_student_passport_last_name_en,sims_student_image:"default.jpg"},n.fullname=n.temp.sims_student_passport_first_name_en+" "+n.temp.sims_student_passport_last_name_en),i.get(d.apiUrl+"api/HRMS/getSearchEmpMaster?em_login_code="+n.selectedUser).then(function(e){n.employeeimage=!0,n.parentimage=!1,n.studentimagee=!1,e.data&&0<e.data.length&&((e=e.data[0]).em_img&&""!==e.em_img.trim()?n.temp={em_first_name:e.em_first_name,em_last_name:e.em_last_name,em_img:e.em_img}:n.temp={em_first_name:e.em_first_name,em_last_name:e.em_last_name,em_img:"default.jpg"},n.fullname=n.temp.em_first_name+" "+n.temp.em_last_name)}).catch(function(e){n.temp={em_first_name:"",em_last_name:"",em_img:"default.jpg"},n.fullname=""})}).catch(function(e){n.temp={sims_student_passport_first_name_en:"",sims_student_passport_last_name_en:"",sims_student_image:"default.jpg"},n.fullname=""})}).catch(function(e){n.temp={sims_admission_father_first_name:"",sims_admission_father_last_name:"",sims_admisison_father_image:"default.jpg"},n.fullname=""}))}),n.itemsPerPage="5",n.currentPage=0,n.items=[],n.size=function(e){n.itemsPerPage=e},n.range=function(){for(var e=[],t=n.currentPage,a=t=t>n.pageCount()-5?n.pageCount()-5+1:t;a<t+5;a++)0<=a&&e.push(a);return e},n.prevPage=function(){0<n.currentPage&&n.currentPage--},n.prevPageDisabled=function(){return 0===n.currentPage?"disabled":""},n.pageCount=function(){return Math.ceil(n.Allusers.length/n.itemsPerPage)-1},n.nextPage=function(){n.currentPage<n.pageCount()&&n.currentPage++},n.nextPageDisabled=function(){return n.currentPage===n.pageCount()?"disabled":""},n.setPage=function(e){n.currentPage=e},n.serachUser=function(){n.global_search=!0,n.temp1=void 0,n.Allusers=[],n.copysearch=!1,n.temp={em_first_name:void 0,em_last_name:void 0,em_img:void 0},o.visible_stud=!1,o.visible_parent=!1,o.visible_search_parent=!1,o.visible_teacher=!1,o.visible_User=!0,o.visible_Employee=!1,"Update"==n.copy?o.chkMulti=!1:o.chkMulti=!0,n.global_Search_click(),$("#Global_Search_Modal").modal({backdrop:"static"})},n.cancel=function(){$("#custom_height").css("padding-bottom","399px"),_=[];for(var e=[],t=0;t<n.Allusers.length;t++)1==n.Allusers[t].user_code1&&(_.push(n.Allusers[t]),e.push(n.Allusers[t].user_name));var a=[];"Update"==n.copy?($("#Selected_Role").jqxListBox("clear"),$("#Selected_User").jqxListBox("clear"),0<_.length&&(a.push(_[0].user_name),n.selectedUser=_[0].user_name,$("#Selected_User").jqxListBox({allowDrop:!0,allowDrag:!0,source:a,width:150,autoHeight:!0,theme:"energyblue"}),i.get(d.apiUrl+"api/common/UserApplicationsController/GetUserAssignRoles?userName="+_[0].user_code).then(function(e){n.da=e.data,$("#Selected_Role").jqxListBox({allowDrop:!0,allowDrag:!0,source:e.data,width:150,autoHeight:!0,theme:"energyblue"})}))):n.copysearch?(n.copy_from_user=_[0].user_name,i.get(d.apiUrl+"api/common/UserApplicationsController/GetAssignRoles?userName="+n.copy_from_user).then(function(e){n.UserApplicationList=e.data})):$("#Selected_User").jqxListBox({allowDrop:!0,allowDrag:!0,source:e,width:150,autoHeight:!0,theme:"energyblue"}),$("#searchUser").modal("hide")};var s,_=[];n.chk=function(){if(s=document.getElementById("chk_min"),1==s.checked)for(var e=0;e<n.Allusers.length;e++)n.Allusers[e].user_code1=!0,n.row1="row_selected";else for(e=0;e<n.Allusers.length;e++)n.Allusers[e].user_code1=!1,s.checked=!1,n.row1=""},n.Delete1=function(){n.Allusers=[],n.currentPage=0,i.get(d.apiUrl+"api/common/GlobalSearch/getSearchUser?data="+JSON.stringify(n.temp1)).then(function(e){n.Allusers=e.data,n.table=!0,n.busy=!1})},n.statusCheck=function(e){if(e)for(var t=0;t<n.UserApplicationList.length;t++)n.UserApplicationList[t].comn_user_read=!0,n.UserApplicationList[t].comn_user_insert=!0,n.UserApplicationList[t].comn_user_update=!0,n.UserApplicationList[t].comn_user_delete=!0,n.UserApplicationList[t].comn_user_massupdate=!0,n.UserApplicationList[t].comn_user_appl_status=!0,n.UserApplicationList[t].isDirty=!0;else for(t=0;t<n.UserApplicationList.length;t++)n.UserApplicationList[t].comn_user_read=!1,n.UserApplicationList[t].comn_user_insert=!1,n.UserApplicationList[t].comn_user_update=!1,n.UserApplicationList[t].comn_user_delete=!1,n.UserApplicationList[t].comn_user_massupdate=!1,n.UserApplicationList[t].comn_user_appl_status=!1,n.UserApplicationList[t].isDirty=!1},n.ReadCheck=function(e,t){if(e)for(var a=0;a<n.UserApplicationList.length;a++)"Read"==t&&(n.UserApplicationList[a].comn_user_read=!0),"Insert"==t&&(n.UserApplicationList[a].comn_user_insert=!0),"Update"==t&&(n.UserApplicationList[a].comn_user_update=!0),"Delete"==t&&(n.UserApplicationList[a].comn_user_delete=!0),"Mass_Update"==t&&(n.UserApplicationList[a].comn_user_massupdate=!0);else for(a=0;a<n.UserApplicationList.length;a++)"Read"==t&&(n.UserApplicationList[a].comn_user_read=!1),"Insert"==t&&(n.UserApplicationList[a].comn_user_insert=!1),"Update"==t&&(n.UserApplicationList[a].comn_user_update=!1),"Delete"==t&&(n.UserApplicationList[a].comn_user_delete=!1),"Mass_Update"==t&&(n.UserApplicationList[a].comn_user_massupdate=!1)},n.rowchk=function(e,t,a){if(t)for(var o=0;o<n.UserApplicationList.length;o++)n.UserApplicationList[o].comn_user_appl_code==a&&(n.UserApplicationList[o].comn_user_read=!0,n.UserApplicationList[o].comn_user_insert=!0,n.UserApplicationList[o].comn_user_update=!0,n.UserApplicationList[o].comn_user_delete=!0,n.UserApplicationList[o].comn_user_massupdate=!0,n.UserApplicationList[o].isDirty=!0);else for(o=0;o<n.UserApplicationList.length;o++)n.UserApplicationList[o].comn_user_appl_code==a&&(n.UserApplicationList[o].comn_user_read=!1,n.UserApplicationList[o].comn_user_insert=!1,n.UserApplicationList[o].comn_user_update=!1,n.UserApplicationList[o].comn_user_delete=!1,n.UserApplicationList[o].comn_user_massupdate=!1,n.UserApplicationList[o].isDirty=!1,n.UserApplicationList[o].comn_user_appl_status_temp=!0)},n.save=function(){if(n.data=[],"Update"===n.copy){$("#loader").modal({backdrop:"static",keyboard:!1});var t,e=$("#Selected_User").jqxListBox("getItem",0);null!=e&&(n.user=e.value),n.application_code="",n.application_name="";for(let e=0;e<n.UserApplicationList.length;e++)(!1===n.UserApplicationList[e].isDirty||!0===n.UserApplicationList[e].isDirty&&1==n.UserApplicationList[e].comn_user_appl_status_temp)&&(n.application_code=n.application_code+n.UserApplicationList[e].comn_user_appl_code+",",n.application_name=n.application_name+n.UserApplicationList[e].comn_user_appl_name+",");for(let e=0;e<n.UserApplicationList.length;e++)n.UserApplicationList[e].isDirty?(t={users:n.user,comn_user_appl_code:n.UserApplicationList[e].comn_user_appl_code,comn_user_appl_name:n.UserApplicationList[e].comn_user_appl_name,comn_role_code:n.UserApplicationList[e].comn_role_code,comn_user_read:n.UserApplicationList[e].comn_user_read,comn_user_insert:n.UserApplicationList[e].comn_user_insert,comn_user_update:n.UserApplicationList[e].comn_user_update,comn_user_delete:n.UserApplicationList[e].comn_user_delete,comn_user_massupdate:n.UserApplicationList[e].comn_user_massupdate,comn_user_appl_status:n.UserApplicationList[e].comn_user_appl_status,isDirty:n.UserApplicationList[e].isDirty,comn_user_appl_assigned_by_user_code:o.globals.currentUser.username},n.data.push(t)):!1===n.UserApplicationList[e].isDirty&&(t={users:n.user,comn_user_appl_code:n.UserApplicationList[e].comn_user_appl_code,comn_user_appl_name:n.UserApplicationList[e].comn_user_appl_name,comn_role_code:n.UserApplicationList[e].comn_role_code,comn_user_read:n.UserApplicationList[e].comn_user_read,comn_user_insert:n.UserApplicationList[e].comn_user_insert,comn_user_update:n.UserApplicationList[e].comn_user_update,comn_user_delete:n.UserApplicationList[e].comn_user_delete,comn_user_massupdate:n.UserApplicationList[e].comn_user_massupdate,comn_user_appl_status:n.UserApplicationList[e].comn_user_appl_status,isDirty:n.UserApplicationList[e].isDirty,comn_user_appl_assigned_by_user_code:o.globals.currentUser.username},n.data.push(t));i.post(d.apiUrl+"api/common/UserApplicationsController/InsertApplications",n.data).then(function(e){e.data?($("#loader").modal("hide"),$(".modal-backdrop").removeClass("modal-backdrop"),swal({text:"Record Updated Successfully",imageUrl:"assets/img/check.png"}),n.email_data=[],e={users:n.user,comn_user_appl_code:n.application_code,comn_user_appl_name:n.application_name,comn_role_code:n.data[0].comn_role_code,comn_user_read:n.data[0].comn_user_read,comn_user_insert:n.data[0].comn_user_insert,comn_user_update:n.data[0].comn_user_update,comn_user_delete:n.data[0].comn_user_delete,comn_user_massupdate:n.data[0].comn_user_massupdate,comn_user_appl_status:n.data[0].comn_user_appl_status,isDirty:n.data[0].isDirty,comn_user_appl_assigned_by_user_code:o.globals.currentUser.username},n.email_data.push(e),i.post(d.apiUrl+"api/common/UserApplicationsController/insertsendemail",n.email_data).then(function(e){e.data?swal({text:"Email Sent Successfully",imageUrl:"assets/img/check.png"}):swal({text:"An issue occurred while sending the email.",imageUrl:"assets/img/check.png"})}),n.clear()):($("#loader").modal("hide"),$(".modal-backdrop").removeClass("modal-backdrop"),swal({text:"Record Updated Successfully ",imageUrl:"assets/img/check.png"}))})}else{var e=$("#Selected_User").jqxListBox("getItems",0);null!=e&&(e=e[0].value,n.user=e);for(let e=0;e<n.UserApplicationList.length;e++){var a={users:n.user,comn_user_appl_code:n.UserApplicationList[e].comn_user_appl_code,comn_user_appl_name:n.UserApplicationList[e].comn_user_appl_name,comn_role_code:n.UserApplicationList[e].comn_role_code,comn_user_read:n.UserApplicationList[e].comn_user_read,comn_user_insert:n.UserApplicationList[e].comn_user_insert,comn_user_update:n.UserApplicationList[e].comn_user_update,comn_user_delete:n.UserApplicationList[e].comn_user_delete,comn_user_massupdate:n.UserApplicationList[e].comn_user_massupdate,comn_user_appl_status:n.UserApplicationList[e].comn_user_appl_status,isDirty:n.UserApplicationList[e].isDirty};n.data.push(a)}i.post(d.apiUrl+"api/common/UserApplicationsController/CopyApplications",n.data).then(function(e){n.ins=e.data,e.data,swal({text:"Record Updated Successfully",imageUrl:"assets/img/check.png"})})}},n.clear=function(){$("#hidden").addClass("hidden"),n.copy_from_user=void 0,n.UserApplicationList=void 0,n.test_comn_role_code=void 0,$("#Selected_Role").jqxListBox("clear"),$("#Selected_User").jqxListBox("clear"),n.Allusers=[],n.visible_StakeholderChk=!1},n.copyCheck=function(e){n.FlagUpdate=!e}}])}(),function(){"use strict";var e=angular.module("sims.module.Setup");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("RoleApplicationCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(c,e,l,t,a,r,m){c.compareArrays=function(e,a){return _.reject(e,function(t){return _.some(a,function(e){return t.app_Code===e.app_Code})})};var o=[],s=(console.log(l.globals.currentUser.username),r.get(m.apiUrl+"api/common/ApplicationRoleMapping/getAllRoleCode").then(function(e){c.role=e.data,console.log(c.role)}),r.get(m.apiUrl+"api/common/ApplicationRoleMapping/getAllModules").then(function(e){c.items=e.data,console.log(c.items),$("#module").jqxListBox({source:e.data,width:"100%",height:300,theme:"energyblue"})}),c.role_click=function(e){o=[],r.get(m.apiUrl+"api/common/ApplicationRoleMapping/getUserApplicationsNew?roleCode="+e).then(function(e){0<e.data.length?(c.appl=e.data,c.old_app=angular.copy(e.data)):c.appl=void 0,$("#SelectedApplication").jqxListBox({allowDrop:!0,allowDrag:!0,displayMember:"app_nm",valueMember:"app_Code",source:c.appl,width:"100%",height:300,theme:"energyblue"});for(var t=$("#SelectedApplication").jqxListBox("getItems"),a=0;a<t.length;a++)o.push(t[a].value),console.log(t[a].label)})},c.module_click=function(e){},c.save=function(){"0"!=c.comn_role_code&&$("#loader").modal({backdrop:"static",keyboard:!1});for(var a=[],e=[],o=(console.log("save"),c.new_app=[],$("#SelectedApplication").jqxListBox("getItems")),t=0;t<o.length;t++){console.log(o[t].label);var s={app_nm:o[t].label,app_Code:o[t].value};c.new_app.push(s)}var n=c.compareArrays(c.new_app,c.old_app);if(0<n.length){console.log(n);for(t=0;t<n.length;t++)a.push(n[t].app_Code)}else a=[];var i=c.compareArrays(c.old_app,c.new_app);if(console.log("diff"),0<i.length){console.log(i);for(t=0;t<i.length;t++)e.push(i[t].app_Code)}else e=[];if(0===a.length&&0===e.length)$("#loader").modal("hide"),$(".modal-backdrop").removeClass("modal-backdrop"),swal({text:"Nothing to Save..",imageUrl:"assets/img/close.png"});else{$("#Application").jqxListBox("getSelectedItem");for(t=0;t<c.role.length;t++)if(c.comn_role_code==c.role[t].comn_role_code){c.role_code=c.role[t].comn_role_code_o;break}var d={rolenm:c.role_code,app_Code:e,opr:"D",user_name:l.globals.currentUser.username};r.post(m.apiUrl+"api/common/ApplicationRoleMapping/InsertComn_role_App_new1",d).then(function(e){var t={rolenm:c.role_code,app_Code:a,opr:"I",user_name:l.globals.currentUser.username};r.post(m.apiUrl+"api/common/ApplicationRoleMapping/InsertComn_role_App_new1",t).then(function(e){$("#loader").modal("hide"),$(".modal-backdrop").removeClass("modal-backdrop"),e.data||0===o.length?swal({text:"Nothing to Save..",imageUrl:"assets/img/close.png"}):swal({text:"Record Updated Sucessfully.",imageUrl:"assets/img/check.png"}),$("#SelectedApplication").jqxListBox("clear"),$("#Application").jqxListBox("clear"),c.comn_role_code="0",c.compareArrays()})}).catch(function(e){console.error("Error occurred:",e)})}},$("#module").bind("select",function(e){var t,e=e.args,e=$("#module").jqxListBox("getItem",e.index);null!=e&&(t=[],console.log(e.label),r.get(m.apiUrl+"api/common/ApplicationRoleMapping/getAllApplicationsUser?flag=false&modNames="+e.label+"&rolename="+c.comn_role_code+"&username="+l.globals.currentUser.username).then(function(e){0<e.data.length?(t=e.data,console.log(t)):t=void 0,$("#Application").jqxListBox({allowDrop:!0,allowDrag:!0,source:t,displayMember:"app_nm",valueMember:"app_Code",width:"100%",height:300,theme:"energyblue",dragStart:function(e){return"----------APPLICATIONS----------"!=e.label&&"-------------REPORTS-------------"!=e.label&&void 0},renderer:function(e,t,a){return"----------APPLICATIONS----------"==t||"-------------REPORTS-------------"==t?"<span style='color: red;'>"+t+"</span>":t}})}))}),[]);$("#Application").jqxListBox({allowDrop:!0,allowDrag:!0,source:s,width:"100%",height:300,theme:"energyblue"}),$("#SelectedApplication").jqxListBox({allowDrop:!0,allowDrag:!0,source:s,width:"100%",height:300,theme:"energyblue"})}])}(),function(){"use strict";var e=angular.module("sims.module.Setup");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("CreateEditUserCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","filterFilter","ENV","$window",function(a,e,o,t,s,n,i,d,c){a.display=!1,a.grid=!0,a.pagesize="10",a.pageindex="1";a.busy=!1,a.table=!1,n.get(d.apiUrl+"api/common/getAllComboBoxValues?academicYear=2015&routeCode=01").then(function(e){a.ComboBoxValues=e.data}),a.index=function(e){a.pageindex=e,a.currentPage=e,a.makeTodos()},a.UserSearch=function(){a.busy=!0,a.table=!1,a.filteredTodos="",n.get(d.apiUrl+"api/common/User/getUsers?data="+JSON.stringify(a.temp1)).then(function(e){a.Allusers=e.data,a.table=!0,0<e.data.length?(a.totalItems=a.Allusers.length,a.todos=a.Allusers,a.makeTodos()):swal({text:"Sorry Search Failed Enter Proper Filed(S)",width:300,showCloseButton:!0}),a.busy=!1})},a.filteredTodos=[],a.currentPage=1,a.numPerPage=10,a.maxSize=10,a.makeTodos=function(){var e=parseFloat(a.totalItems%a.numPerPage),e=(a.pagersize="0"==e?parseFloat(a.totalItems/a.numPerPage):parseFloat(a.totalItems/a.numPerPage)+1,(a.currentPage-1)*a.numPerPage),t=parseFloat(e)+parseFloat(a.numPerPage);a.filteredTodos=a.todos.slice(e,t)},a.edit=function(e){a.editmode=!0,a.display=!0,a.grid=!1,a.btn_save=!1,a.btn_update=!0,a.delete1=!1,a.readonly=!0,a.edt={comn_user_group_name:e.comn_user_group_name,comn_user_email:e.comn_user_email,comn_user_status_name:e.comn_user_status_name,comn_user_date_created:e.comn_user_date_created,comn_user_expiry_date:e.comn_user_expiry_date,comn_user_alias:e.comn_user_alias,comn_user_code:e.comn_user_code,comn_user_name:e.comn_user_name,comn_user_captcha_status:e.comn_user_captcha_status,comn_user_phone_number:e.comn_user_phone_number,comn_user_secret_question:e.comn_user_secret_question,comn_user_secret_answer:e.comn_user_secret_answer,comn_user_remark:e.comn_user_remark}},a.New=function(){a.user_status="",a.display=!0,a.grid=!1,a.btn_save=!0,a.btn_update=!1,a.edt="",a.editmode=!0,a.newmode=!0,a.editonly=!1,a.readonly=!1;var e=new Date,t=e.getMonth()+1,e=e.getDate();a.edt={comn_user_date_created:r+"-"+m+"-"+p,comn_user_expiry_date:r+"-"+m+"-"+p},a.edt.comn_user_captcha_status=!0,a.edt.comn_user_status_name="Active",a.Myform&&a.Myform.$setPristine(),a.Myform&&a.Myform.$setUntouched()},a.cancel=function(){a.grid=!0,a.display=!1,a.Myform&&a.Myform.$setPristine(),a.Myform&&a.Myform.$setUntouched()};var l=new Date,r=l.getDate(),m=l.getMonth()+1,p=(m<10&&(m="0"+m),l.getFullYear());a.edt={comn_user_date_created:r+"-"+m+"-"+p,comn_user_expiry_date:r+"-"+m+"-"+p},a.size=function(e){"All"==e?(a.currentPage="1",a.filteredTodos=a.Allusers,a.pager=!1):(a.pager=!0,a.pagesize=e,a.currentPage=1,a.numPerPage=e,a.makeTodos())},a.index=function(e){a.pageindex=e,a.currentPage=e,a.makeTodos()},a.SaveData=function(e){var t;e&&(a.display=!1,a.grid=!0,e=o.globals.currentUser,(t=a.edt).comn_user_name=e.username,n.post(d.apiUrl+"api/common/User/CUDUser",t).then(function(e){a.msg1=e.data,1==a.msg1?(swal({text:"User Created Successfully",imageUrl:"assets/img/check.png",width:300,showCloseButton:!0}),n.get(d.apiUrl+"api/common/User/getUsers?data="+JSON.stringify(a.temp1)).then(function(e){a.Allusers=e.data,a.table=!0,a.totalItems=a.Allusers.length,a.todos=a.Allusers,a.makeTodos(),a.newmode=!1,a.editonly=!1})):swal({text:"User Not Created. ",imageUrl:"assets/img/close.png",width:300,showCloseButton:!0})}))},a.update=function(){a.grid=!0,a.display=!1;var e=a.edt;n.post(d.apiUrl+"api/common/User/UpdateUser",e).then(function(e){a.msg1=e.data,1==a.msg1?(swal({text:"User Updated Successfully",imageUrl:"assets/img/check.png",width:300,showCloseButton:!0}),n.get(d.apiUrl+"api/common/User/getUsers?data="+JSON.stringify(a.temp1)).then(function(e){a.Allusers=e.data,a.table=!0,a.newmode=!1,a.editonly=!1,a.totalItems=a.Allusers.length,a.todos=a.Allusers,a.makeTodos()})):0==a.msg1?swal({text:"User Not Updated. ",imageUrl:"assets/img/close.png",width:300,showCloseButton:!0}):swal("Error-"+a.msg1)})},a.reset=function(){a.edt="",a.temp1=""},a.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).comn_user_name.toLowerCase().indexOf(t.toLowerCase())||-1<e.comn_user_email.toLowerCase().indexOf(t.toLowerCase())||-1<e.comn_user_code.toLowerCase().indexOf(t.toLowerCase())||-1<e.comn_user_alias.toLowerCase().indexOf(t.toLowerCase())||-1<e.comn_user_group_name.toLowerCase().indexOf(t.toLowerCase());var t})},a.search=function(){a.todos=a.searched(a.Allusers,a.searchText),a.totalItems=a.todos.length,a.currentPage="1",""==a.searchText&&(a.todos=a.Allusers),a.makeTodos()},a.CheckDate=function(e,t){new Date(e.split("-").reverse().join("-"))<new Date(t.split("-").reverse().join("-"))&&(swal({title:"Alert",text:"Please select future date",width:300,height:200}),a.edt.comn_user_expiry_date="")}}])}(),function(){"use strict";var c,l=[],e=angular.module("sims.module.Setup");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("CreateEditSiblingCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(n,e,t,a,o,i,d){var s,_;n.sibling_result=[],n.parent=!1,n.student=!1,n.buttons=!1,n.readonlyStudentName=!0,n.readonlyParentName=!0,i.get(d.apiUrl+"api/common/getAllComboBoxValues?academicYear=2016&routeCode=01").then(function(e){n.ComboBoxValues=e.data}),n.SearchSudentModal=function(){n.searchtable=!1,n.buttons=!1,n.busy=!1,n.temp="",n.sibling_result="",$('.nav-tabs a[href="#Student_Details"]').tab("show"),n.active="active",$("#MyModal").modal("show"),n.searchtable=!1},n.SearchParentModal=function(){n.parenttable=!1,n.buttons=!1,n.busy=!1,n.edt="",n.parent_result="",$('.nav-tabs a[href="#Parent_information"]').tab("show"),$("#MyModal").modal("show")},n.GlobalSearch=function(e){"P"==(s=e)?(t.visible_stud=!1,t.visible_parent=!0,t.visible_search_parent=!1,t.visible_teacher=!1,t.visible_User=!1,t.visible_Employee=!1,t.chkMulti=!1,t.visible_UnassignedStudent=!1,t.visible_UnassignedParent=!0):(t.visible_UnassignedStudent=!0,t.visible_stud=!0,t.visible_parent=!1,t.visible_search_parent=!1,t.visible_teacher=!1,t.visible_User=!1,t.visible_Employee=!1,t.chkMulti=!0,t.visible_UnassignedParent=!1),n.global_Search_click(),$("#Global_Search_Modal").modal({backdrop:"static"})},n.$on("global_cancel",function(e){0<n.SelectedUserLst.length&&("P"==s?"tab8"==n.SelectedUserLst[0].tab?(n.SerchUnmappingParent(n.SelectedUserLst),n.student=!1):n.SearchParentChild(n.SelectedUserLst):"tab7"==n.SelectedUserLst[0].tab?n.SerchUnmapingStudent(n.SelectedUserLst):n.SearchStudentSibling(n.SelectedUserLst))}),n.SearchParent=function(){n.parenttable=!1,n.busy=!0,i.get(d.apiUrl+"api/common/GlobalSearch/getSearchParent?data="+JSON.stringify(n.edt)).then(function(e){n.parent_result=e.data,n.parenttable=!0,n.busy=!1})},n.SearchSudent=function(){n.searchtable=!1,n.busy=!0,i.get(d.apiUrl+"api/common/GlobalSearch/getSearchStudent?data="+JSON.stringify(n.temp)).then(function(e){n.student=e.data,n.searchtable=!0,n.busy=!1,n.parenttable=!0})},n.SearchStudentSibling=function(e){var t="";n.unmapStudentresultData="",n.UnMappedStudent="",n.student_name=e[0].name;for(var a=0;a<e.length;a++)t+=e[a].s_enroll_no+",";n.busy=!0,i.get(d.apiUrl+"api/createeditsibling/GetSims040?sib_enroll="+t+"&opr=P").then(function(e){if(n.sibling_result_new=e.data,0<n.sibling_result_new.length)for(var t=0;t<n.sibling_result_new.length;t++)n.sibling_result_new[t].icon="fa fa-plus-circle",n.sibling_result.push(n.sibling_result_new[t]),n.busy=!1,n.student=!0,n.unmapedstudent=!1,n.buttons=!0;else swal({text:"Record Not Found",imageUrl:"assets/img/notification-alert.png",width:380,showCloseButton:!0}),n.student_name="",n.busy=!1,n.buttons=!1,n.unmapedstudent=!1,n.busy=!1,n.student=!1})},n.UnMappedStudent=[],n.SerchUnmapingStudent=function(e){var t="";n.student_name=e[0].name;for(var a=0;a<e.length;a++)t+=e[a].s_enroll_no+",";n.busy=!0,i.get(d.apiUrl+"api/createeditsibling/GetunmappingStudent?studentid="+t).then(function(e){if(n.unmapStudentresultData=e.data,0<n.unmapStudentresultData.length){for(var t=0;t<n.unmapStudentresultData.length;t++)n.unmapStudentresultData[t].icon="fa fa-plus-circle",n.UnMappedStudent.push(n.unmapStudentresultData[t]);n.busy=!1,n.unmapedstudent=!0,n.student=!1,n.buttons=!0}else swal({text:"Record Not Found",imageUrl:"assets/img/notification-alert.png",width:380,showCloseButton:!0}),n.student_name="",n.busy=!1,n.unmapedstudent=!1,n.buttons=!1,n.busy=!1,n.student=!1})},n.SearchParentChild=function(a){n.parent_name="";var e=n.student_name="";n.busy=!0,n.sibling_result1="",n.UnmapedparentResultData="",n.UnMappedParent="";for(var t=0;t<a.length;t++)e+=a[t].s_enroll_no+",";i.get(d.apiUrl+"api/createeditsibling/GetSims040?sib_enroll="+e+"&opr=C").then(function(e){if(n.sibling_result_new1=e.data,0<n.sibling_result_new1.length){n.sibling_result1=n.sibling_result_new1;for(var t=0;t<n.sibling_result1.length;t++)n.parent_name=a[0].s_parent_name,n.sibling_result1[t].icon="fa fa-plus-circle";n.parent=!0,n.buttons=!0}else swal({text:"Search Failed",width:380,showCloseButton:!0}),n.parent_name="",n.parent=!1,n.buttons=!1;n.Unmapedparent=!1,n.busy=!1})},n.SerchUnmappingParent=function(e){var t="";n.busy=!0,n.sibling_result1="";for(var a=0;a<e.length;a++)t=e[a].s_parent_id+",";n.parent_name=e[0].s_parent_name,i.get(d.apiUrl+"api/createeditsibling/Getunmappingparent?parentid="+t).then(function(e){if(n.UnmapedparentResultData=e.data,0<n.UnmapedparentResultData.length){n.UnMappedParent=n.UnmapedparentResultData;for(var t=0;t<n.UnMappedParent.length;t++)n.UnMappedParent[t].icon="fa fa-plus-circle";n.Unmapedparent=!0,n.parent=!1,n.buttons=!0}else swal({text:"No Record Found",width:380,showCloseButton:!0}),n.parent_name="",n.parent=!1,n.Unmapedparent=!1,n.buttons=!1;n.busy=!1})},n.Save=function(){l=[],n.parent_name="",n.student_name="";for(var e=0;e<n.sibling_result.length;e++){var t=n.sibling_result[e].sib_enroll;1==document.getElementById(t).checked&&(l=l+n.sibling_result[e].sib_enroll+",")}var a=n.sibling_result[0].parent_number,a={sibling_student_enrollNo:l,sibling_parent_code:a};i.post(d.apiUrl+"api/createeditsibling/Sims040Insert",a).then(function(e){var t={s_enroll_no:n.sibling_result[0].sib_enroll};n.msg1=e.data,1==n.msg1?(swal({text:"Information Inserted Successfully",imageUrl:"assets/img/check.png",width:300,showCloseButton:!0}),1==(c=document.getElementById("mainchk")).checked&&(c.checked=!1,n.row1=""),n.sibling_result=[],n.SearchParentChild(t)):0==n.msg1?(swal({text:"Information Not Inserted. ",imageUrl:"assets/img/close.png",width:300,showCloseButton:!0}),1==(c=document.getElementById("mainchk")).checked&&(c.checked=!1,n.row1="",n.SearchParentChild(t)),n.sibling_result=[]):swal("Error-"+n.msg1)})},n.ClearAll=function(){n.parent_name="",n.student_name="",n.sibling_result1=[],n.sibling_result=[],n.UnMappedStudent=[],n.UnMappedParent=[],n.parent=!1,n.buttons=!1,n.Unmapedparent=!1,n.unmapedstudent=!1,n.student=!1},n.Update=function(){var e=!1;if(l=[],0<n.sibling_result.length){n.parent=!0;for(var t=0;t<n.sibling_result.length;t++){var a=n.sibling_result[t].sib_enroll;1==document.getElementById(a).checked&&(e=!0,l=l+n.sibling_result[t].sib_enroll+",")}var o=n.sibling_result[0].parent_number,o=(s=(1==n.Unmapedparent?n.UnMappedParent:n.sibling_result1)[0].parent_number,{sibling_student_enrollNo:l,sims_sibling_old_parent_number:o,sims_sibling_parent_number:s});e?i.post(d.apiUrl+"api/createeditsibling/Sims040Update",o).then(function(e){var t={s_enroll_no:n.sibling_result[0].sib_enroll},a=[];a.push(t),n.msg1=e.data,1==n.msg1?(swal({text:"Information Inserted Successfully",imageUrl:"assets/img/check.png",width:300,showCloseButton:!0}),1==(c=document.getElementById("mainchk")).checked&&(c.checked=!1,n.row1=""),n.unmapedstudent=!1,n.student=!1,n.parent=!1,n.Unmapedparent=!1,n.sibling_result=[],n.SearchParentChild(a)):0==n.msg1?(swal({text:"Information Not Inserted. ",imageUrl:"assets/img/close.png",width:300,showCloseButton:!0}),1==(c=document.getElementById("mainchk")).checked&&(c.checked=!1,n.row1="",n.SearchParentChild(t)),n.UnMappedStudent="",n.sibling_result1="",n.sibling_result=[],n.UnMappedParent="",n.parent_name="",n.student_name=""):swal("Error-"+n.msg1)}):swal({text:"please Select Record",imageUrl:"assets/img/notification-alert.png",width:300,showCloseButton:!0})}else if(0<n.sibling_result1.length&&0<n.UnMappedStudent.length){for(t=0;t<n.UnMappedStudent.length;t++){a=n.UnMappedStudent[t].sib_enroll+t;1==document.getElementById(a).checked&&(e=!0,l=l+n.UnMappedStudent[t].sib_enroll+",")}var s=n.sibling_result1[0].parent_number,o={sibling_student_enrollNo:l,sims_sibling_parent_number:s};e?i.post(d.apiUrl+"api/createeditsibling/mappedStudenttomappedparent",o).then(function(e){n.msg1=e.data,1==n.msg1?(swal({text:"Information Inserted Successfully",imageUrl:"assets/img/check.png",width:300,showCloseButton:!0}),1==(c=document.getElementById("mainchk")).checked&&(c.checked=!1,n.row1="")):0==n.msg1?(swal({text:"Information Not Inserted. ",imageUrl:"assets/img/close.png",width:300,showCloseButton:!0}),1==(c=document.getElementById("mainchk")).checked&&(c.checked=!1,n.row1=""),$$scope.UnMappedStudent="",n.sibling_result1="",n.sibling_result=[],n.UnMappedParent="",n.parent_name="",n.student_name=""):swal("Error-"+n.msg1)}):swal({text:"please Select Record",imageUrl:"assets/img/notification-alert.png",width:300,showCloseButton:!0})}else{for(t=0;t<n.UnMappedStudent.length;t++){a=n.UnMappedStudent[t].sib_enroll+t;1==document.getElementById(a).checked&&(e=!0,l=l+n.UnMappedStudent[t].sib_enroll+",")}s=n.UnMappedParent[0].parent_number,o={sibling_student_enrollNo:l,sims_sibling_parent_number:s};e?i.post(d.apiUrl+"api/createeditsibling/mappedStudenttounmappedparent",o).then(function(e){n.UnMappedStudent[0].sib_enroll;n.msg1=e.data,1==n.msg1?(swal({text:"Information Inserted Successfully",imageUrl:"assets/img/check.png",width:300,showCloseButton:!0}),1==(c=document.getElementById("mainchk")).checked&&(c.checked=!1,n.row1="")):0==n.msg1?(swal({text:"Information Not Inserted. ",imageUrl:"assets/img/close.png",width:300,showCloseButton:!0}),1==(c=document.getElementById("mainchk")).checked&&(c.checked=!1,n.row1="")):swal("Error-"+n.msg1),n.UnMappedStudent="",n.sibling_result1="",n.sibling_result=[],n.UnMappedParent="",n.parent_name="",n.student_name=""}):swal({text:"please Select Record",imageUrl:"assets/img/notification-alert.png",width:300,showCloseButton:!0})}},n.Delete=function(){n.student_name="",l=[];for(var e=0;e<n.sibling_result.length;e++){var t=n.sibling_result[e].sib_enroll;1==document.getElementById(t).checked&&(l=l+n.sibling_result[e].sib_enroll+",")}var a=n.sibling_result[0].parent_number,a={sibling_student_enrollNo:l,sims_sibling_parent_number:a};i.post(d.apiUrl+"api/createeditsibling/Sims040Delete",a).then(function(e){n.msg1=e.data;for(var t="",a=0;a<n.sibling_result.length;a++)l=n.sibling_result[a].sib_enroll,t=n.sibling_result[a].s_sname_in_english;n.student_name=t,1==n.msg1?(swal({text:"Information Deleted Successfully",imageUrl:"assets/img/check.png",width:380,showCloseButton:!0}),1==(c=document.getElementById("mainchk")).checked&&(c.checked=!1,n.row1=""),e={s_enroll_no:l},n.SearchStudentSibling(e),n.student=!0,n.buttons=!0):0==n.msg1?(swal({text:"Information Not Deleted. ",imageUrl:"assets/img/close.png",width:380,showCloseButton:!0}),1==(c=document.getElementById("mainchk")).checked&&(c.checked=!1,n.row1="")):swal("Error-"+n.msg1)})},n.flag=!0,n.expand=function(e,t){if(setTimeout(function(){n.img_url=n.obj1.lic_website_url+"/Images/StudentImage/"},3e3),1==n.flag){var a=d.docUrl+i.defaults.headers.common.schoolId+"/Images/StudentImages/"+e.sib_photo;$(_).remove(),e.icon="fa fa-minus-circle",_=$("<tr id='innerRow'><td class='details' colspan='11'><table class='inner-table' width='100%' cellpadding='5' cellspacing='0' style='border-color:red;border:solid;border-width:02px'><tbody><tr><td class='semi-bold' style='text-align: left; vertical-align: middle' rowspan='5'><img src='"+a+"' style='width:100px;height:100px'></td> <td class='semi-bold'><i class='fa fa-user'></i>&nbsp;Sibling Name </td><td>"+e.sib_name+"</td></tr><tr><td class='semi-bold'><i class='fa fa-sitemap'></i>&nbsp;Class </td><td colsapn='1'>"+e.sib_class+" </td></tr><tr><td class='semi-bold'><i class='fa fa-user'></i>&nbsp;Parent Name</td> <td>"+e.parent_name+" </td></tr><tr><td class='semi-bold'><i class='fa fa-calendar'></i>&nbsp;Admission Date</td> <td>"+e.sib_admiss_date+" </td></tr><tr><td class='semi-bold'><i id=gender></i>&nbsp;Gender</td> <td>"+e.sib_gender+" </td></tr></tbody></table></td></tr>"),$(t.currentTarget).parents("tr").after(_),n.flag=!1,"Boy"!=e.sib_gender&&"Girl"==e.sib_gender?$("#gender").addClass("fa fa-female"):$("#gender").addClass("fa fa-male")}else{$("#innerRow").css({display:"none"});for(var o=0;o<n.sibling_result.length;o++)n.sibling_result[o].icon="fa fa-plus-circle";n.flag=!0}},n.flag1=!0,n.expandUnmappedParent=function(e,t){if(1==n.flag1){var a=d.docUrl+i.defaults.headers.common.schoolId+"/Images/ParentImages/"+e.sims_parent_father_img;$(_).remove(),e.icon="fa fa-minus-circle",_=$("<tr id='innerRow'><td class='details' colspan='11'><table class='inner-table' width='100%' cellpadding='5' cellspacing='0' style='border-color:red;border:solid;border-width:02px'><tbody><tr><td class='semi-bold' style='text-align: left; vertical-align: middle' rowspan='5'><img src='"+a+"' style='width:100px;height:100px'></td> <td class='semi-bold'><i class='fa fa-flag'></i>&nbsp;Nationality </td><td>"+e.sims_parent_father_nationality1_code+"</td></tr><tr><td class='semi-bold'><i class='fa fa-building-o'></i>&nbsp;Address Summary </td><td colsapn='1'>"+e.sims_parent_father_summary_address+" </td></tr><tr><td class='semi-bold'><i class='fa fa-flag-checkered'></i>&nbsp;Country</td> <td>"+e.sims_parent_father_country_code+" </td></tr><tr><td class='semi-bold'><i class='fa fa-bars'></i>&nbsp;Passport No</td> <td>"+e.sims_parent_father_passport_number+" </td></tr></tbody></table></td></tr>"),$(t.currentTarget).parents("tr").after(_),n.flag1=!1}else{$("#innerRow").css({display:"none"});for(var o=0;o<n.UnMappedParent.length;o++)n.UnMappedParent[o].icon="fa fa-plus-circle";n.flag1=!0}},n.expandUnmappedStudent=function(e,t){if(1==n.flag){var a=d.docUrl+i.defaults.headers.common.schoolId+"/Images/StudentImages/"+e.sib_photo;$(_).remove(),e.icon="fa fa-minus-circle",_=$("<tr id='innerRow'><td class='details' colspan='11'><table class='inner-table' width='100%' cellpadding='5' cellspacing='0' style='border-color:red;border:solid;border-width:02px'><tbody><tr><td class='semi-bold' style='text-align: left; vertical-align: middle' rowspan='5'><img src='"+a+"' style='width:100px;height:100px'></td> <td class='semi-bold'><i class='fa fa-user'></i>&nbsp;Sibling Name </td><td>"+e.sib_name+"</td></tr><tr><td class='semi-bold'><i class='fa fa-sitemap'></i>&nbsp;Class </td><td colsapn='1'>"+e.sib_class+" </td></tr><tr><td class='semi-bold'><i class='fa fa-calendar'></i>&nbsp;Admission Date</td> <td>"+e.sib_admiss_date+" </td></tr><tr><td class='semi-bold'><i id=gender></i>&nbsp;Gender</td> <td>"+e.sib_gender+" </td></tr></tbody></table></td></tr>"),$(t.currentTarget).parents("tr").after(_),n.flag=!1,"Boy"!=e.sib_gender&&"Girl"==e.sib_gender?$("#gender").addClass("fa fa-female"):$("#gender").addClass("fa fa-male")}else{$("#innerRow").css({display:"none"});for(var o=0;o<n.UnMappedStudent.length;o++)n.UnMappedStudent[o].icon="fa fa-plus-circle";n.flag=!0}},n.expand1=function(e,t){if(1==n.flag1){var a=d.docUrl+i.defaults.headers.common.schoolId+"/Images/StudentImages/"+e.sib_photo;$(_).remove(),e.icon="fa fa-minus-circle",_=$("<tr id='innerRow'><td class='details' colspan='11'><table class='inner-table' width='100%' cellpadding='5' cellspacing='0' style='border-color:red;border:solid;border-width:02px'><tbody><tr><td class='semi-bold' style='text-align: left; vertical-align: middle' rowspan='5'><img src='"+a+"' style='width:100px;height:100px'></td> <td class='semi-bold'><i class='fa fa-user'></i>&nbsp;Sibling Name </td><td>"+e.sib_name+"</td></tr><tr><td class='semi-bold'><i class='fa fa-sitemap'></i>&nbsp;Class </td><td colsapn='1'>"+e.sib_class+" </td></tr><tr><td class='semi-bold'><i class='fa fa-user'></i>&nbsp;Parent Name</td> <td>"+e.parent_name+" </td></tr><tr><td class='semi-bold'><i class='fa fa-calendar'></i>&nbsp;Admission Date</td> <td>"+e.sib_admiss_date+" </td></tr><tr><td class='semi-bold'><i id='gender'></i>&nbsp;Gender</td> <td>"+e.sib_gender+" </td></tr></tbody></table></td></tr>"),$(t.currentTarget).parents("tr").after(_),n.flag1=!1,"Boy"!=e.sib_gender&&"Girl"==e.sib_gender?$("#gender").addClass("fa fa-female"):$("#gender").addClass("fa fa-male")}else{$("#innerRow").css({display:"none"});for(var o=0;o<n.sibling_result1.length;o++)n.sibling_result1[o].icon="fa fa-plus-circle";n.flag1=!0}},n.CheckAllChecked=function(){if(l=[],1==(c=document.getElementById("mainchk")).checked)for(var e=0;e<n.sibling_result.length;e++){var t=n.sibling_result[e].sib_enroll;document.getElementById(t).checked=!0,l=l+n.sibling_result[e].sib_enroll+",",n.row1="row_selected"}else for(e=0;e<n.sibling_result.length;e++){t=n.sibling_result[e].sib_enroll;document.getElementById(t).checked=!1,c.checked=!1,n.row1="",l=[]}},n.CheckOnebyOneDelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),n.color="#edefef"}),1==(c=document.getElementById("mainchk")).checked&&(c.checked=!1,n.row1="")},n.Cancel=function(){n.row1="",l=[],(c=document.getElementById("mainchk")).checked;for(var e=0;e<n.sibling_result.length;e++){var t=n.sibling_result[e].sib_enroll;document.getElementById(t).checked=!1,c.checked=!1,n.row1=""}},a(function(){$("#Table1").tableHeadFixer({top:1}),$("#Table3").tableHeadFixer({top:1}),$("#fixTable").tableHeadFixer({top:1}),$("#Table4").tableHeadFixer({top:1})},100),n.reset=function(){n.temp="",n.edt=""}}])}(),function(){"use strict";var c,l,r=[],e=angular.module("sims.module.Setup");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("CreateEditSiblingNewCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(n,e,o,t,a,i,d){var s,_;n.sibling_result=[],n.frontpage=!1,n.parent=!1,n.student=!1,n.buttons=!1,n.studentsiblings=!1,n.student_page=!0,n.parent_page=!0,n.student1=!0,n.parent1=!0,n.readonlyStudentName=!0,n.readonlyParentName=!0,n.parent2=!1,n.temp1={},i.get(d.apiUrl+"api/common/getAllComboBoxValues?academicYear=2016&routeCode=01").then(function(e){n.ComboBoxValues=e.data}),n.SearchSudentModal=function(){n.searchtable=!1,n.buttons=!1,n.busy=!1,n.temp="",n.sibling_result="",$('.nav-tabs a[href="#Student_Details"]').tab("show"),n.active="active",$("#MyModal").modal("show"),n.searchtable=!1},n.mainpage=function(){n.frontpage=!0,n.parent_page=!1,n.parent1=!1},n.mainpage1=function(){n.frontpage=!0,n.student_page=!1,n.student1=!1},n.backN=function(){n.frontpage=!1,n.student_page=!0,n.studentsiblings=!1,n.parent_page=!0,n.buttons=!1,n.student1=!0,n.parent1=!0,n.ClearAll()},n.SearchParentModal=function(){n.parenttable=!1,n.buttons=!1,n.busy=!1,n.edt="",n.parent_result="",$('.nav-tabs a[href="#Parent_information"]').tab("show"),$("#MyModal").modal("show")},n.GlobalSearch=function(e){var t=document.getElementById("student"),a=document.getElementById("siblings");"P"==(s=e)?(o.visible_stud=!1,o.visible_parent=!0,o.visible_search_parent=!1,o.visible_teacher=!1,o.visible_User=!1,o.visible_Employee=!1,o.chkMulti=!1,o.visible_UnassignedStudent=!1,o.visible_UnassignedParent=!0):(n.student=!0,n.studentsiblings=!0,n.studentsiblings1=!0,t.addEventListener("click",function(){"student"===event.target.id&&(n.studentsiblings=!1)}),a.addEventListener("click",function(){"siblings"===event.target.id&&(n.student=!1)}),o.visible_UnassignedStudent=!0,o.visible_stud=!0,o.visible_parent=!1,o.visible_search_parent=!1,o.visible_teacher=!1,o.visible_User=!1,o.visible_Employee=!1,o.chkMulti=!0,o.visible_UnassignedParent=!1),n.global_Search_click(),$("#Global_Search_Modal").modal({backdrop:"static"})},n.$on("global_cancel",function(e){0<n.SelectedUserLst.length&&(n.temp1.SelectedUserLst=n.SelectedUserLst,console.log(n.temp1),"P"==s?"tab8"==n.SelectedUserLst[0].tab?(n.SerchUnmappingParent(n.SelectedUserLst),n.student=!1):n.SearchParentChild(n.SelectedUserLst):"tab7"==n.SelectedUserLst[0].tab?n.SerchUnmapingStudent(n.SelectedUserLst):n.SearchStudentSibling(n.SelectedUserLst))}),n.SearchParent=function(){n.parenttable=!1,n.busy=!0,i.get(d.apiUrl+"api/common/GlobalSearch/getSearchParent?data="+JSON.stringify(n.edt)).then(function(e){n.parent_result=e.data,n.parenttable=!0,n.busy=!1})},n.SearchSudent=function(){n.searchtable=!1,n.busy=!0,i.get(d.apiUrl+"api/common/GlobalSearch/getSearchStudent?data="+JSON.stringify(n.temp)).then(function(e){n.student=e.data,n.searchtable=!0,n.busy=!1,n.parenttable=!0})},n.SearchStudentSibling=function(e){var t="";n.unmapStudentresultData="",n.UnMappedStudent="",n.student_name=e[0].name;for(var a=0;a<e.length;a++)t+=e[a].s_enroll_no+",";n.busy=!0,i.get(d.apiUrl+"api/createeditsiblingNew/GetSims040?sib_enroll="+t+"&opr=P").then(function(e){if(n.sibling_result_new=e.data,0<n.sibling_result_new.length)for(var t=0;t<n.sibling_result_new.length;t++)n.sibling_result_new[t].icon="fa fa-plus-circle",n.sibling_result.push(n.sibling_result_new[t]),n.busy=!1,n.student=!0,n.unmapedstudent=!1,n.buttons=!0;else swal({text:"Record Not Found",imageUrl:"assets/img/notification-alert.png",width:380,showCloseButton:!0}),n.student_name="",n.busy=!1,n.buttons=!1,n.unmapedstudent=!1,n.busy=!1,n.student=!1})},n.Unmap=function(e){n.data=e,console.log(n.temp1),swal({title:"",text:"Are you sure you want to Unmap the student",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:390,cancelButtonText:"No"}).then(function(e){e&&(console.log(n.data.parent_number),e={opr:"D",sims_sibling_parent_number:n.data.parent_number,sims_sibling_code_list:n.data.sib_enroll},i.post(d.apiUrl+"api/createeditsiblingNew/Sims040DeleteN",e).then(function(e){n.result=e.data,1!=n.result?swal({}):(n.busy=!0,i.get(d.apiUrl+"api/createeditsiblingNew/GetSims040?sib_enroll="+n.data.parent_number+"&opr=CR").then(function(e){if(n.sibling_result_new1=e.data,0<n.sibling_result_new1.length){n.sibling_result1=n.sibling_result_new1;for(var t=0;t<n.sibling_result1.length;t++)n.sibling_result1[t].icon="fa fa-plus-circle";n.buttons=!0,n.Unmapedparent=!1,n.busy=!1}}),swal({title:"",text:"Student removed succeddfully  ",showCloseButton:!0,confirmButtonText:"OK",width:390}).then(function(e){e&&swal({title:"",text:" Want to add new student?  ",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:390,cancelButtonText:"No"}).then(function(e){e&&n.GlobalSearch("S")})}))}))})},n.UnMappedStudent=[],n.SerchUnmapingStudent=function(e){var t="";n.student_name=e[0].name;for(var a=0;a<e.length;a++)t+=e[a].s_enroll_no+",";n.busy=!0,i.get(d.apiUrl+"api/createeditsiblingNew/GetunmappingStudent?studentid="+t).then(function(e){if(n.unmapStudentresultData=e.data,0<n.unmapStudentresultData.length){for(var t=0;t<n.unmapStudentresultData.length;t++)n.unmapStudentresultData[t].icon="fa fa-plus-circle",n.UnMappedStudent.push(n.unmapStudentresultData[t]);n.busy=!1,n.unmapedstudent=!0,n.studentsiblings=!1,n.studentsiblings1=!0,n.student=!1,n.buttons=!0}else swal({text:"Record Not Found",imageUrl:"assets/img/notification-alert.png",width:380,showCloseButton:!0}),n.student_name="",n.busy=!1,n.unmapedstudent=!1,n.buttons=!1,n.busy=!1,n.student=!1})},n.parent_name="",n.parent_number="",n.$watchGroup(["parent_name","parent_number"],function(e){n.parent_name_with_number=e[0]+(e[1]?" ("+e[1]+")":"")}),n.SearchParentChild=function(a){var e=n.student_name="";n.busy=!0,n.sibling_result1="",n.UnmapedparentResultData="",n.UnMappedParent="",console.log(a);for(var t=0;t<a.length;t++)e+=a[t].s_enroll_no+",";i.get(d.apiUrl+"api/createeditsiblingNew/GetSims040?sib_enroll="+e+"&opr=C").then(function(e){if(n.sibling_result_new1=e.data,0<n.sibling_result_new1.length){n.sibling_result1=n.sibling_result_new1;for(var t=0;t<n.sibling_result1.length;t++)n.parent_name=a[0].s_parent_name,n.parent_number=a[0].s_parent_id,n.sibling_result1[t].icon="fa fa-plus-circle";n.parent=!0,n.parent_table=!0,n.buttons=!0}else swal({text:"Search Failed",width:380,showCloseButton:!0}),n.parent_name="",n.parent_number="",n.parent_table=!1,n.parent=!1,n.buttons=!1;n.Unmapedparent=!1,n.busy=!1})},n.SerchUnmappingParent=function(e){var t="";n.busy=!0,n.sibling_result1="";for(var a=0;a<e.length;a++)t=e[a].s_parent_id+",";n.parent_name=e[0].s_parent_name,i.get(d.apiUrl+"api/createeditsiblingNew/Getunmappingparent?parentid="+t).then(function(e){if(n.UnmapedparentResultData=e.data,0<n.UnmapedparentResultData.length){n.UnMappedParent=n.UnmapedparentResultData;for(var t=0;t<n.UnMappedParent.length;t++)n.UnMappedParent[t].icon="fa fa-plus-circle";n.Unmapedparent=!0,n.parent_table=!0,n.buttons=!0}else swal({text:"No Record Found",width:380,showCloseButton:!0}),n.parent_name="",n.parent_table=!1,n.Unmapedparent=!1,n.buttons=!1;n.busy=!1})},n.Save=function(){r=[],n.parent_name="",n.student_name="";for(var e=0;e<n.sibling_result.length;e++){var t=n.sibling_result[e].sib_enroll;1==document.getElementById(t).checked&&(r=r+n.sibling_result[e].sib_enroll+",")}var a=n.sibling_result[0].parent_number,a={sibling_student_enrollNo:r,sibling_parent_code:a};i.post(d.apiUrl+"api/createeditsiblingNew/Sims040Insert",a).then(function(e){var t={s_enroll_no:n.sibling_result[0].sib_enroll};n.msg1=e.data,1==n.msg1?(swal({text:"Information Inserted Successfully",imageUrl:"assets/img/check.png",width:300,showCloseButton:!0}),1==(c=document.getElementById("mainchk")).checked&&(c.checked=!1,n.row1=""),n.sibling_result=[],n.SearchParentChild(t)):0==n.msg1?(swal({text:"Information Not Inserted. ",imageUrl:"assets/img/close.png",width:300,showCloseButton:!0}),1==(c=document.getElementById("mainchk")).checked&&(c.checked=!1,n.row1="",n.SearchParentChild(t)),n.sibling_result=[]):swal("Error-"+n.msg1)})},n.Save1=function(){r=[],n.parent_name="",n.student_name="";for(var e=0;e<n.sibling_result.length;e++){var t=n.sibling_result[e].sib_enroll;1==document.getElementById(t).checked&&(r=r+n.sibling_result[e].sib_enroll+",")}var a=n.sibling_result[0].parent_number,a={sibling_student_enrollNo:r,sibling_parent_code:a};i.post(d.apiUrl+"api/createeditsiblingNew/Sims040Insert",a).then(function(e){var t={s_enroll_no:n.sibling_result[0].sib_enroll};n.msg1=e.data,1==n.msg1?(swal({text:"Information Inserted Successfully",imageUrl:"assets/img/check.png",width:300,showCloseButton:!0}),1==(c=document.getElementById("mainchk")).checked&&(c.checked=!1,n.row1=""),n.sibling_result=[],n.SearchParentChild(t)):0==n.msg1?(swal({text:"Information Not Inserted. ",imageUrl:"assets/img/close.png",width:300,showCloseButton:!0}),1==(c=document.getElementById("mainchk")).checked&&(c.checked=!1,n.row1="",n.SearchParentChild(t)),n.sibling_result=[]):swal("Error-"+n.msg1)})},n.ClearAll=function(){n.parent_name="",n.parent_number="",n.student_name="",n.sibling_result1=[],n.sibling_result=[],n.UnMappedStudent=[],n.UnMappedParent=[],n.parent_table=!1,n.parent=!1,n.buttons=!1,n.Unmapedparent=!1,n.unmapedstudent=!1,n.student=!1},n.Update=function(){var e=!1;if(r=[],0<n.sibling_result.length){n.parent=!0,n.parent_table=!0;for(var t=0;t<n.sibling_result.length;t++){var a=n.sibling_result[t].sib_enroll;1==document.getElementById(a).checked&&(e=!0,r=r+n.sibling_result[t].sib_enroll+",")}var o=n.sibling_result[0].parent_number,o=(s=(1==n.Unmapedparent?n.UnMappedParent:n.sibling_result1)[0].parent_number,{sibling_student_enrollNo:r,sims_sibling_old_parent_number:o,sims_sibling_parent_number:s});e?i.post(d.apiUrl+"api/createeditsiblingNew/Sims040Update",o).then(function(e){var t={s_enroll_no:n.sibling_result[0].sib_enroll,s_parent_name:n.parent_name},a=[];a.push(t),n.msg1=e.data,1==n.msg1?(swal({text:"Information Inserted Successfully",imageUrl:"assets/img/check.png",width:300,showCloseButton:!0}),1==(c=document.getElementById("mainchk")).checked&&(c.checked=!1,n.row1=""),n.sibling_result=[],n.SearchParentChild(a)):0==n.msg1?(swal({text:"Information Not Inserted. ",imageUrl:"assets/img/close.png",width:300,showCloseButton:!0}),1==(c=document.getElementById("mainchk")).checked&&(c.checked=!1,n.row1="",n.SearchParentChild(t)),n.UnMappedStudent="",n.sibling_result1="",n.sibling_result=[],n.UnMappedParent="",n.parent_name="",n.student_name=""):swal("Error-"+n.msg1)}):swal({text:"please Select Record",imageUrl:"assets/img/notification-alert.png",width:300,showCloseButton:!0})}else if(0<n.sibling_result1.length&&0<n.UnMappedStudent.length){for(t=0;t<n.UnMappedStudent.length;t++){a=n.UnMappedStudent[t].sib_enroll+t;1==document.getElementById(a).checked&&(e=!0,r=r+n.UnMappedStudent[t].sib_enroll+",")}var s=n.sibling_result1[0].parent_number,o={sibling_student_enrollNo:r,sims_sibling_parent_number:s};e?i.post(d.apiUrl+"api/createeditsiblingNew/mappedStudenttomappedparent",o).then(function(e){n.msg1=e.data,1==n.msg1?(swal({text:"Information Inserted Successfully",imageUrl:"assets/img/check.png",width:300,showCloseButton:!0}),1==(c=document.getElementById("mainchk")).checked&&(c.checked=!1,n.row1="")):0==n.msg1?(swal({text:"Information Not Inserted. ",imageUrl:"assets/img/close.png",width:300,showCloseButton:!0}),1==(c=document.getElementById("mainchk")).checked&&(c.checked=!1,n.row1=""),$$scope.UnMappedStudent="",n.sibling_result1="",n.sibling_result=[],n.UnMappedParent="",n.parent_name="",n.student_name=""):swal("Error-"+n.msg1)}):swal({text:"please Select Record",imageUrl:"assets/img/notification-alert.png",width:300,showCloseButton:!0})}else{for(t=0;t<n.UnMappedStudent.length;t++){a=n.UnMappedStudent[t].sib_enroll+t;1==document.getElementById(a).checked&&(e=!0,r=r+n.UnMappedStudent[t].sib_enroll+",")}s=n.UnMappedParent[0].parent_number,o={sibling_student_enrollNo:r,sims_sibling_parent_number:s};e?i.post(d.apiUrl+"api/createeditsiblingNew/mappedStudenttounmappedparent",o).then(function(e){n.UnMappedStudent[0].sib_enroll;n.msg1=e.data,1==n.msg1?(swal({text:"Information Inserted Successfully",imageUrl:"assets/img/check.png",width:300,showCloseButton:!0}),1==(c=document.getElementById("mainchk")).checked&&(c.checked=!1,n.row1="")):0==n.msg1?(swal({text:"Information Not Inserted. ",imageUrl:"assets/img/close.png",width:300,showCloseButton:!0}),1==(c=document.getElementById("mainchk")).checked&&(c.checked=!1,n.row1="")):swal("Error-"+n.msg1),n.UnMappedStudent="",n.sibling_result1="",n.sibling_result=[],n.UnMappedParent="",n.parent_name="",n.student_name=""}):swal({text:"please Select Record",imageUrl:"assets/img/notification-alert.png",width:300,showCloseButton:!0})}},n.Update1=function(){var e=!1;if(r=[],0<n.sibling_result.length){n.parent=!0,n.parent_table=!0;for(var t=0;t<n.sibling_result.length;t++){var a=n.sibling_result[t].sib_enroll+[t];1==document.getElementById(a).checked&&(e=!0,r=r+n.sibling_result[t].sib_enroll+",")}var o=n.sibling_result[0].parent_number,o=(s=(1==n.Unmapedparent?n.UnMappedParent:n.sibling_result1)[0].parent_number,{sibling_student_enrollNo:r,sims_sibling_old_parent_number:o,sims_sibling_parent_number:s});e?i.post(d.apiUrl+"api/createeditsiblingNew/Sims040Update",o).then(function(e){var t={s_enroll_no:n.sibling_result[0].sib_enroll,s_parent_name:n.parent_name},a=[];a.push(t),n.msg1=e.data,1==n.msg1?(swal({text:"Information Inserted Successfully",imageUrl:"assets/img/check.png",width:300,showCloseButton:!0}),1==(c=document.getElementById("mainchk")).checked&&(c.checked=!1,n.row1=""),n.sibling_result=[],n.SearchParentChild(a)):0==n.msg1?(swal({text:"Information Not Inserted. ",imageUrl:"assets/img/close.png",width:300,showCloseButton:!0}),1==(c=document.getElementById("mainchk")).checked&&(c.checked=!1,n.row1="",n.SearchParentChild(t)),n.UnMappedStudent="",n.sibling_result1="",n.sibling_result=[],n.UnMappedParent="",n.parent_name="",n.student_name=""):swal("Error-"+n.msg1)}):swal({text:"please Select Record",imageUrl:"assets/img/notification-alert.png",width:300,showCloseButton:!0})}else if(0<n.sibling_result1.length&&0<n.UnMappedStudent.length){for(t=0;t<n.UnMappedStudent.length;t++){a=n.UnMappedStudent[t].sib_enroll+t+1;1==document.getElementById(a).checked&&(e=!0,r=r+n.UnMappedStudent[t].sib_enroll+",")}var s=n.sibling_result1[0].parent_number,o={sibling_student_enrollNo:r,sims_sibling_parent_number:s};e?i.post(d.apiUrl+"api/createeditsiblingNew/mappedStudenttomappedparent",o).then(function(e){n.msg1=e.data,1==n.msg1?(swal({text:"Information Inserted Successfully",imageUrl:"assets/img/check.png",width:300,showCloseButton:!0}),1==(c=document.getElementById("mainchk")).checked&&(c.checked=!1,n.row1="")):0==n.msg1?(swal({text:"Information Not Inserted. ",imageUrl:"assets/img/close.png",width:300,showCloseButton:!0}),1==(c=document.getElementById("mainchk")).checked&&(c.checked=!1,n.row1=""),$$scope.UnMappedStudent="",n.sibling_result1="",n.sibling_result=[],n.UnMappedParent="",n.parent_name="",n.student_name=""):swal("Error-"+n.msg1)}):swal({text:"please Select Record",imageUrl:"assets/img/notification-alert.png",width:300,showCloseButton:!0})}else{for(t=0;t<n.UnMappedStudent.length;t++){a=n.UnMappedStudent[t].sib_enroll+t;1==document.getElementById(a).checked&&(e=!0,r=r+n.UnMappedStudent[t].sib_enroll+",")}s=n.UnMappedParent[0].parent_number,o={sibling_student_enrollNo:r,sims_sibling_parent_number:s};e?i.post(d.apiUrl+"api/createeditsiblingNew/mappedStudenttounmappedparent",o).then(function(e){n.UnMappedStudent[0].sib_enroll;n.msg1=e.data,1==n.msg1?(swal({text:"Information Inserted Successfully",imageUrl:"assets/img/check.png",width:300,showCloseButton:!0}),1==(c=document.getElementById("mainchk")).checked&&(c.checked=!1,n.row1="")):0==n.msg1?(swal({text:"Information Not Inserted. ",imageUrl:"assets/img/close.png",width:300,showCloseButton:!0}),1==(c=document.getElementById("mainchk")).checked&&(c.checked=!1,n.row1="")):swal("Error-"+n.msg1),n.UnMappedStudent="",n.sibling_result1="",n.sibling_result=[],n.UnMappedParent="",n.parent_name="",n.student_name=""}):swal({text:"please Select Record",imageUrl:"assets/img/notification-alert.png",width:300,showCloseButton:!0})}},n.Delete=function(e){n.student_name="",console.log(e),r=[];for(var t=0;t<n.sibling_result.length;t++){var a=n.sibling_result[t].sib_enroll;1==document.getElementById(a).checked&&(r=r+n.sibling_result[t].sib_enroll+",")}var o=n.sibling_result[0].parent_number,e={sibling_student_enrollNo:r,sims_sibling_parent_number:o};i.post(d.apiUrl+"api/createeditsiblingNew/Sims040Delete",e).then(function(e){n.msg1=e.data;for(var t="",a=0;a<n.sibling_result.length;a++)r=n.sibling_result[a].sib_enroll,t=n.sibling_result[a].s_sname_in_english;n.student_name=t,1==n.msg1?(swal({text:"Information Deleted Successfully",imageUrl:"assets/img/check.png",width:380,showCloseButton:!0}),1==(c=document.getElementById("mainchk")).checked&&(c.checked=!1,n.row1=""),e={s_enroll_no:r},n.SearchStudentSibling(e),n.student=!0,n.buttons=!0):0==n.msg1?(swal({text:"Information Not Deleted. ",imageUrl:"assets/img/close.png",width:380,showCloseButton:!0}),1==(c=document.getElementById("mainchk")).checked&&(c.checked=!1,n.row1="")):swal("Error-"+n.msg1)})},n.flag=!0,n.expand=function(e,t){if(setTimeout(function(){n.img_url=n.obj1.lic_website_url+"/Images/StudentImage/"},3e3),1==n.flag){var a=d.docUrl+i.defaults.headers.common.schoolId+"/Images/StudentImages/"+e.sib_photo;$(_).remove(),e.icon="fa fa-minus-circle",_=$("<tr id='innerRow'><td class='details' colspan='11'><table class='inner-table' width='100%' cellpadding='5' cellspacing='0' style='border-color:red;border:solid;border-width:02px'><tbody><tr><td class='semi-bold' style='vertical-align: middle' rowspan='5'><img src='"+a+"' style='width:100px;height:100px'></td> <td class='semi-bold'><i class='fa fa-user'></i>&nbsp;Sibling Name </td><td>"+e.sib_name+"</td></tr><tr><td class='semi-bold'><i class='fa fa-sitemap'></i>&nbsp;Class </td><td colsapn='1'>"+e.sib_class+" </td></tr><tr><td class='semi-bold'><i class='fa fa-user'></i>&nbsp;Parent Name</td> <td>"+e.parent_name+" </td></tr><tr><td class='semi-bold'><i class='fa fa-calendar'></i>&nbsp;Admission Date</td> <td>"+e.sib_admiss_date+" </td></tr><tr><td class='semi-bold'><i id=gender></i>&nbsp;Gender</td> <td>"+e.sib_gender+" </td></tr></tbody></table></td></tr>"),$(t.currentTarget).parents("tr").after(_),n.flag=!1,"Boy"!=e.sib_gender&&"Girl"==e.sib_gender?$("#gender").addClass("fa fa-female"):$("#gender").addClass("fa fa-male")}else{$("#innerRow").css({display:"none"});for(var o=0;o<n.sibling_result.length;o++)n.sibling_result[o].icon="fa fa-plus-circle";n.flag=!0}},n.flag1=!0,n.expandUnmappedParent=function(e,t){if(1==n.flag1){var a=d.docUrl+i.defaults.headers.common.schoolId+"/Images/ParentImages/"+e.sims_parent_father_img;$(_).remove(),e.icon="fa fa-minus-circle",_=$("<tr id='innerRow'><td class='details' colspan='11'><table class='inner-table' width='100%' cellpadding='5' cellspacing='0' style='border-color:red;border:solid;border-width:02px'><tbody><tr><td class='semi-bold' style='vertical-align: middle' rowspan='5'><img src='"+a+"' style='width:100px;height:100px'></td> <td class='semi-bold'><i class='fa fa-flag'></i>&nbsp;Nationality </td><td>"+e.sims_parent_father_nationality1_code+"</td></tr><tr><td class='semi-bold'><i class='fa fa-building-o'></i>&nbsp;Address Summary </td><td colsapn='1'>"+e.sims_parent_father_summary_address+" </td></tr><tr><td class='semi-bold'><i class='fa fa-flag-checkered'></i>&nbsp;Country</td> <td>"+e.sims_parent_father_country_code+" </td></tr><tr><td class='semi-bold'><i class='fa fa-bars'></i>&nbsp;Passport No</td> <td>"+e.sims_parent_father_passport_number+" </td></tr></tbody></table></td></tr>"),$(t.currentTarget).parents("tr").after(_),n.flag1=!1}else{$("#innerRow").css({display:"none"});for(var o=0;o<n.UnMappedParent.length;o++)n.UnMappedParent[o].icon="fa fa-plus-circle";n.flag1=!0}},n.expandUnmappedStudent=function(e,t){if(1==n.flag){var a=d.docUrl+i.defaults.headers.common.schoolId+"/Images/StudentImages/"+e.sib_photo;$(_).remove(),e.icon="fa fa-minus-circle",_=$("<tr id='innerRow'><td class='details' colspan='11'><table class='inner-table' width='100%' cellpadding='5' cellspacing='0' style='border-color:red;border:solid;border-width:02px'><tbody><tr><td class='semi-bold' style='vertical-align: middle' rowspan='5'><img src='"+a+"' style='width:100px;height:100px'></td> <td class='semi-bold'><i class='fa fa-user'></i>&nbsp;Sibling Name </td><td>"+e.sib_name+"</td></tr><tr><td class='semi-bold'><i class='fa fa-sitemap'></i>&nbsp;Class </td><td colsapn='1'>"+e.sib_class+" </td></tr><tr><td class='semi-bold'><i class='fa fa-calendar'></i>&nbsp;Admission Date</td> <td>"+e.sib_admiss_date+" </td></tr><tr><td class='semi-bold'><i id=gender></i>&nbsp;Gender</td> <td>"+e.sib_gender+" </td></tr></tbody></table></td></tr>"),$(t.currentTarget).parents("tr").after(_),n.flag=!1,"Boy"!=e.sib_gender&&"Girl"==e.sib_gender?$("#gender").addClass("fa fa-female"):$("#gender").addClass("fa fa-male")}else{$("#innerRow").css({display:"none"});for(var o=0;o<n.UnMappedStudent.length;o++)n.UnMappedStudent[o].icon="fa fa-plus-circle";n.flag=!0}},n.expand1=function(e,t){if(1==n.flag1){var a=d.docUrl+i.defaults.headers.common.schoolId+"/Images/StudentImages/"+e.sib_photo;$(_).remove(),e.icon="fa fa-minus-circle",_=$("<tr id='innerRow'><td class='details' colspan='11'><table class='inner-table' width='100%' cellpadding='5' cellspacing='0' style='border-color:red;border:solid;border-width:02px'><tbody><tr><td class='semi-bold' style='vertical-align: middle' rowspan='5'><img src='"+a+"' style='width:100px;height:100px'></td> <td class='semi-bold'><i class='fa fa-user'></i>&nbsp;Sibling Name </td><td>"+e.sib_name+"</td></tr><tr><td class='semi-bold'><i class='fa fa-sitemap'></i>&nbsp;Class </td><td colsapn='1'>"+e.sib_class+" </td></tr><tr><td class='semi-bold'><i class='fa fa-user'></i>&nbsp;Parent Name</td> <td>"+e.parent_name+" </td></tr><tr><td class='semi-bold'><i class='fa fa-calendar'></i>&nbsp;Admission Date</td> <td>"+e.sib_admiss_date+" </td></tr><tr><td class='semi-bold'><i id='gender'></i>&nbsp;Gender</td> <td>"+e.sib_gender+" </td></tr></tbody></table></td></tr>"),$(t.currentTarget).parents("tr").after(_),n.flag1=!1,"Boy"!=e.sib_gender&&"Girl"==e.sib_gender?$("#gender").addClass("fa fa-female"):$("#gender").addClass("fa fa-male")}else{$("#innerRow").css({display:"none"});for(var o=0;o<n.sibling_result1.length;o++)n.sibling_result1[o].icon="fa fa-plus-circle";n.flag1=!0}},n.CheckAllChecked=function(){if(r=[],c=document.getElementById("mainchk"),l=document.getElementById("mainchk1"),1==c.checked)for(var e=0;e<n.sibling_result.length;e++){var t=n.sibling_result[e].sib_enroll;document.getElementById(t).checked=!0,r=r+n.sibling_result[e].sib_enroll+",",n.row1="row_selected"}else if(1==l.checked)for(e=0;e<n.sibling_result.length;e++){t=n.sibling_result[e].sib_enroll;document.getElementById(t).checked=!0,r=r+n.sibling_result[e].sib_enroll+",",n.row2="row_selected"}else for(e=0;e<n.sibling_result.length;e++){t=n.sibling_result[e].sib_enroll;document.getElementById(t).checked=!1,c.checked=!1,l.checked=!1,n.row1="",n.row2="",r=[]}},n.CheckAllChecked1=function(){if(r=[],1==(c=document.getElementById("mainchk1")).checked)for(var e=0;e<n.sibling_result.length;e++){var t=n.sibling_result[e].sib_enroll;document.getElementById(t).checked=!0,r=r+n.sibling_result[e].sib_enroll+",",n.row2="row_selected"}else for(e=0;e<n.sibling_result.length;e++){t=n.sibling_result[e].sib_enroll;document.getElementById(t).checked=!1,c.checked=!1,n.row2="",r=[]}},n.CheckOnebyOneDelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),n.color="#edefef"}),1==(c=document.getElementById("mainchk")).checked&&(c.checked=!1,n.row1="")},n.CheckOnebyOneDelete1=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),n.color="#edefef"}),1==(c=document.getElementById("mainchk1")).checked&&(c.checked=!1,n.row2="")},n.Cancel=function(){n.row1="",r=[],(c=document.getElementById("mainchk")).checked;for(var e=0;e<n.sibling_result.length;e++){var t=n.sibling_result[e].sib_enroll;document.getElementById(t).checked=!1,c.checked=!1,n.row1=""}},t(function(){$("#Table1").tableHeadFixer({top:1}),$("#Table3").tableHeadFixer({top:1}),$("#fixTable").tableHeadFixer({top:1}),$("#Table4").tableHeadFixer({top:1})},100),n.reset=function(){n.temp="",n.edt=""}}])}(),function(){"use strict";var c,l=[],e=angular.module("sims.module.Setup");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("HomeroomStudentCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(s,e,t,a,o,n,i){s.display=!1,s.grid=!0,s.pagesize="5",s.pageindex="1",s.enrollno=!0,a(function(){$("#fixTable").tableHeadFixer({top:1})},100),a(function(){$("#fixTable1").tableHeadFixer({top:1})},100),s.enroll_number=[],n.get(i.apiUrl+"api/common/getCuriculum").then(function(e){s.curriculum=e.data,s.edt={sims_cur_code:s.curriculum[0].sims_cur_code},s.getAccYear(s.edt.sims_cur_code)}),s.getAccYear=function(e){n.get(i.apiUrl+"api/common/getAcademicYear?curCode="+e).then(function(e){s.Acc_year=e.data,s.temp={sims_academic_year:s.Acc_year[0].sims_academic_year},s.GetHomeroom()})},s.GetHomeroom=function(e){n.get(i.apiUrl+"api/homeroom/gethomeroomall?cur_code="+s.edt.sims_cur_code+"&a_year="+s.temp.sims_academic_year+"&user_code="+t.globals.currentUser.username).then(function(e){s.homeroom_code=e.data,setTimeout(function(){$("#cmb_homeroom_code").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"})},1e3)})},$(function(){$("#cmb_homeroom_code").multipleSelect({width:"100%"})}),s.GetHomeroombatch=function(e,t){n.get(i.apiUrl+"api/homeroom/getAllhomeroombatch?cur_code="+s.edt.sims_cur_code+"&a_year="+s.temp.sims_academic_year+"&homeroom_code="+s.edt.sims_homeroom_code).then(function(e){s.homeroom_batch=e.data,setTimeout(function(){$("#cmb_homeroombatch_code").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"})},1e3)})},$(function(){$("#cmb_homeroombatch_code").multipleSelect({width:"100%"})}),s.GetHomeroomdetails=function(e,t){n.get(i.apiUrl+"api/homeroom/getHomeroomBatchStudent?cur_code="+s.edt.sims_cur_code+"&a_year="+s.temp.sims_academic_year+"&homeroom_code="+s.edt.sims_homeroom_code+"&homeroom_batch="+s.edt.sims_batch_code).then(function(e){null!==e.data?(s.obj=e.data,s.totalItems=s.obj.length,s.todos=s.obj,s.makeTodos()):swal({text:"Sorry Data Not Found",width:380})})},s.filteredTodos=[],s.currentPage=1,s.numPerPage=5,s.maxSize=5,s.makeTodos=function(){var e=parseInt(s.totalItems%s.numPerPage),e=(s.pagersize="0"==e?parseInt(s.totalItems/s.numPerPage):parseInt(s.totalItems/s.numPerPage)+1,(s.currentPage-1)*s.numPerPage),t=parseInt(e)+parseInt(s.numPerPage);s.filteredTodos=s.todos.slice(e,t)},n.get(i.apiUrl+"api/homeroom/GetAllHomeroomName").then(function(e){s.Homeroomnames=e.data}),n.get(i.apiUrl+"api/homeroom/getAllHomeroomBatchName").then(function(e){s.AllHomeroom_BatchName=e.data}),n.get(i.apiUrl+"api/common/getAllComboBoxValues?academicYear=2016&routeCode=01").then(function(e){s.ComboBoxValues=e.data}),n.get(i.apiUrl+"api/common/getCuriculum").then(function(e){s.curriculum=e.data}),s.getacyr=function(e){n.get(i.apiUrl+"api/common/getAcademicYear?curCode="+e).then(function(e){s.Academic_year=e.data})},s.edit=function(e){s.studentsearch=!1,s.enrollno=!1,s.enrollno_name=!0,s.display=!0,s.grid=!1,s.save1=!1,s.update1=!0,s.delete1=!1,s.edt=e,s.getacyr(e.sims_cur_name),s.enrollno=!1,s.ClearCheckBox(),s.enroll_number=[]},s.New=function(){s.studentsearch=!0,s.enrollno=!1,s.enrollno_name=!1,s.display=!0,s.grid=!1,s.save1=!0,s.update1=!1,s.delete1=!1,s.edt="",s.ClearCheckBox(),s.enroll_number=[]},s.Delete=function(){l="";for(var e=!(s.enroll_number=[]),t=0;t<s.filteredTodos.length;t++){var a=s.filteredTodos[t].sims_batch_enroll_number;1==document.getElementById(a).checked&&(e=!0),l=l+s.filteredTodos[t].sims_batch_enroll_number+","}var o={sims_batch_enroll_number:l,opr:"D"};e?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){e?n.post(i.apiUrl+"api/homeroom/UHomeroomBatchStudent",o).then(function(e){s.msg=e.data,s.grid=!0,s.display=!1,1==s.msg?(swal({text:"Student Homeroom Deleted Successfully",imageUrl:"assets/img/check.png",width:380}),n.get(i.apiUrl+"api/homeroom/getHomeroomBatchStudent").then(function(e){null!==e.data?(s.obj=e.data,s.row1="",s.totalItems=s.obj.length,s.todos=s.obj,s.currentPage=1,s.makeTodos()):swal({text:"Sorry Data Not Found",width:380})})):0==s.msg?(swal({text:"Student Homeroom Not Deleted. ",imageUrl:"assets/img/close.png",width:380}),1==(c=document.getElementById("mainchk")).checked&&(c.checked=!1),s.CheckAllChecked()):swal("Error-"+s.msg)}):(1==(c=document.getElementById("mainchk")).checked&&(c.checked=!1),s.CheckAllChecked())}):swal({text:"Select At Least One Recoed To Delete",imageUrl:"assets/img/notification-alert.png"})},s.CheckAllChecked=function(){c=document.getElementById("mainchk");for(var e=0;e<s.filteredTodos.length;e++){var t=s.filteredTodos[e].sims_batch_enroll_number,t=document.getElementById(t);l=[],1==c.checked?(t.checked=!0,l=l+s.filteredTodos[e].sims_batch_enroll_number+",",$("tr").addClass("row_selected")):(t.checked=!1,c.checked,$("tr").removeClass("row_selected"),l=[])}},s.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),s.color="#edefef"}),1==(c=document.getElementById("mainchk")).checked&&(c.checked=!1,s.color="#edefef")},s.cancel=function(){s.display=!1,s.grid=!0};var d=[];s.Save=function(e){if(e)if(0<s.enroll_number.length){for(var t=0;t<s.enroll_number.length;t++)d=d+s.enroll_number[t].s_enroll_no+",";s.edt.sims_student_passport_first_name_en=d;e={sims_cur_name:s.edt.sims_cur_name,sims_academic_year:s.edt.sims_academic_year,sims_batch_enroll_number:s.edt.sims_student_passport_first_name_en,sims_batch_name:s.edt.sims_batch_code,sims_batch_status:s.edt.sims_batch_status,sims_homeroom_code:s.edt.sims_homeroom_code,opr:"I"};n.post(i.apiUrl+"api/homeroom/CHomeroomBatchStudent",e).then(function(e){s.msg=e.data,s.grid=!0,s.display=!1,1==s.msg?(swal({text:"Student Homeroom Created Successfully",imageUrl:"assets/img/check.png",width:380}),s.checkonebyonedelete()):swal({text:"Student Homeroom Not Created. ",imageUrl:"assets/img/close.png",width:380}),n.get(i.apiUrl+"api/homeroom/getHomeroomBatchStudent").then(function(e){null!==e.data?(s.obj=e.data,s.totalItems=s.obj.length,s.todos=s.obj,s.makeTodos()):swal("","Sorry Data Not Found")})}),s.enroll_number=[],d=[]}else swal({text:"Select Atleast One Student To Insert Record",imageUrl:"assets/img/notification-alert.png",width:380})},s.size=function(e){s.pagesize=e,s.currentPage=1,s.numPerPage=e,s.ClearCheckBox(),s.makeTodos()},s.index=function(e){s.pageindex=e,s.currentPage=e,s.ClearCheckBox(),s.makeTodos()},s.Update=function(){s.enroll_number=[];for(var e="",t=0;t<s.obj.length;t++)s.obj[t].sims_student_passport_first_name_en==s.edt.sims_student_passport_first_name_en&&(e=s.obj[t].sims_batch_enroll_number);var a={sims_cur_name:s.edt.sims_cur_name,sims_academic_year:s.edt.sims_academic_year,sims_batch_enroll_number:e,sims_batch_name:s.edt.sims_batch_code,sims_batch_status:s.edt.sims_batch_status,sims_homeroom_code:s.edt.sims_homeroom_code,opr:"U"};n.post(i.apiUrl+"api/homeroom/UHomeroomBatchStudent",a).then(function(e){s.msg=e.data,s.grid=!0,s.display=!1,1==s.msg?(swal({text:"Information Updated Successfully",imageUrl:"assets/img/check.png",width:380}),s.checkonebyonedelete()):0==s.msg?swal({text:"Information Not Updated. ",imageUrl:"assets/img/close.png",width:380}):swal("Error-"+s.msg),n.get(i.apiUrl+"api/homeroom/getHomeroomBatchStudent").then(function(e){null!==e.data?(s.obj=e.data,s.totalItems=s.obj.length,s.todos=s.obj,s.makeTodos()):swal({text:"Sorry Data Not Found",width:380})})})},s.SearchStudentWindow=function(){s.searchtable=!1,s.student="",$("#MyModal").modal("show"),s.temp="",$("#MyModal").modal({}).draggable()},s.SearchSudent=function(){1==(c=document.getElementById("mainchk1")).checked&&(c.checked=!1),s.enrollno=!0,s.searchtable=!1,s.busy=!0,s.sibling_result,n.get(i.apiUrl+"api/common/GlobalSearch/getSearchStudent?data="+JSON.stringify(s.temp)).then(function(e){s.student=e.data,s.searchtable=!0,s.busy=!1})},s.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<e.sims_student_passport_first_name_en.toLowerCase().indexOf(t.toLowerCase());var t})},s.search=function(){s.todos=s.searched(s.obj,s.searchText),s.totalItems=s.todos.length,s.currentPage="1",""==s.searchText&&(s.todos=s.obj),s.makeTodos()},s.Reset=function(){s.temp=""},s.ClearCheckBox=function(){1==(c=document.getElementById("mainchk")).checked&&(c.checked=!1),s.CheckAllChecked()},s.RemoveEnrollMentNo=function(e,t,a){a.splice(t,1)},s.MultipleStudentSelect=function(){s.enroll_number=[],c=document.getElementById("mainchk1");for(var e=0;e<s.student.length;e++){var t=s.student[e].s_enroll_no,t=document.getElementById(t+e);1==c.checked?(t.checked=!0,s.enroll_number.push(s.student[e])):(t.checked=!1,s.enroll_number=[])}},s.DataEnroll=function(){for(var e=0;e<s.student.length;e++){var t=s.student[e].s_enroll_no;1==document.getElementById(t+e).checked&&s.enroll_number.push(s.student[e])}s.student=[]},$(document).keydown(function(e){27==e.keyCode&&$("#MyModal").modal("hide")}),$(document).keydown(function(e){})}])}(),function(){"use strict";var r,m=[],e=angular.module("sims.module.Setup");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("HomeroomTeacherCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(s,e,t,a,o,n,i){s.display=!1,s.grid=!0,s.pagesize="5",s.pageindex="1",a(function(){$("#fixTable").tableHeadFixer({top:1})},100),a(function(){$("#fixTable1").tableHeadFixer({top:1})},100),n.get(i.apiUrl+"api/homeroom/getTeacher").then(function(e){s.getTeacher=e.data}),n.get(i.apiUrl+"api/homeroom/getAllHomeroomBatchName").then(function(e){s.AllHomeroom_BatchName=e.data,console.log(s.AllHomeroom_BatchName)}),n.get(i.apiUrl+"api/Homeroom/getHomeroomTeacher").then(function(e){null!==e.data?(s.obj=e.data,s.totalItems=s.obj.length,s.todos=s.obj,s.makeTodos()):swal({text:"Sorry Data Not Found",width:380,showCloseButton:!0})}),s.filteredTodos=[],s.currentPage=1,s.numPerPage=5,s.maxSize=5,s.makeTodos=function(){var e=parseInt(s.totalItems%s.numPerPage),e=(s.pagersize="0"==e?parseInt(s.totalItems/s.numPerPage):parseInt(s.totalItems/s.numPerPage)+1,(s.currentPage-1)*s.numPerPage),t=parseInt(e)+parseInt(s.numPerPage);console.log("begin="+e),console.log("end="+t),s.filteredTodos=s.todos.slice(e,t)},n.get(i.apiUrl+"api/Homeroom/GetAllHomeroomName").then(function(e){s.Homeroomnames=e.data,console.log(s.Homeroomnames)}),n.get(i.apiUrl+"api/common/getCuriculum").then(function(e){s.curriculum=e.data,console.log(s.curriculum)}),s.getacyr=function(e){console.log(e),n.get(i.apiUrl+"api/common/getAcademicYear?curCode="+e).then(function(e){s.Academic_year=e.data,console.log(s.Academic_year)})},s.SearchTeacherCode=function(){s.searchtable=!1,s.TeacherName=!1,s.temp="",$("#MyModal").modal("show")},s.SearchAllTeacher=function(){(r=document.getElementById("mainchk1")).cheked=!0,r.checked=!1,s.busy=!0,n.get(i.apiUrl+"api/common/GlobalSearch/getSearchTeacher?data="+JSON.stringify(s.temp)).then(function(e){s.Search_Teacher_result=e.data,s.teacher_table=!0,s.busy=!1,s.searchtable=!0})};var d="";function c(){1==(r=document.getElementById("mainchk")).checked&&(r.checked=!1),s.CheckAllChecked()}s.edit=function(e){d=e.sims_homeroom_teacher_code,s.dis=!0,s.TeacherName=!0,s.teacher_search=!1,s.display=!0,s.grid=!1,s.save1=!1,s.update1=!0,s.delete1=!1,s.edt=e,s.teacher_table=!1,s.searchtable=!0,c(),s.getacyr(e.sims_cur_code),s.edt.sims_homeroom_teacher_code1=e.sims_homeroom_teacher_name},s.New=function(e){s.dis=!1,s.display=!0,s.grid=!1,s.save1=!0,s.update1=!1,s.delete1=!1,s.edt="",s.teacher_table=!1,s.teacher_search=!0,s.teacher_number=[],s.TeacherName=!1,s.MyForm.$setPristine()},s.Delete=function(){var e=!1;s.teacher_number=[],m=[];for(var t=0;t<s.filteredTodos.length;t++){var a=s.filteredTodos[t].sims_homeroom_teacher_code;1==document.getElementById(a).checked&&(e=!0,m=m+s.filteredTodos[t].sims_homeroom_teacher_code+",")}var o={sims_homeroom_teacher_code:m,opr:"D"};e?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){e?n.post(i.apiUrl+"api/Homeroom/UHomeroomTeacher",o).then(function(e){s.msg=e.data,s.display=!1,s.grid=!0,1==s.msg?(swal({text:"Homeroom Deleted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}),n.get(i.apiUrl+"api/Homeroom/getHomeroomTeacher").then(function(e){null!==e.data?(1==(r=document.getElementById("mainchk")).checked&&(r.checked=!1),s.row1="",s.currentPage=1,s.obj=e.data,s.totalItems=s.obj.length,s.todos=s.obj,s.makeTodos()):swal({text:"Data Not Found",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){})})):0==s.msg?(swal({text:"Homeroom Not Deleted. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}),1==(r=document.getElementById("mainchk")).checked&&(r.checked=!1,s.row1=""),s.CheckAllChecked()):swal("Error-"+s.msg)}):(1==(r=document.getElementById("mainchk")).checked&&(r.checked=!1,s.row1=""),s.CheckAllChecked())}):swal({text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380})},s.CheckAllChecked=function(){r=document.getElementById("mainchk"),m=[];for(var e=0;e<s.filteredTodos.length;e++){var t=document.getElementById(s.filteredTodos[e].sims_homeroom_teacher_code);1==r.checked?(t.checked=!0,m=m+s.filteredTodos[e].sims_homeroom_teacher_code+",",$("tr").addClass("row_selected")):(r.checked=!1,t.checked=!1,$("tr").removeClass("row_selected"))}},s.checkonebyonedelete=function(e){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),s.color="#edefef"}),1==(r=document.getElementById("mainchk")).checked&&(r.checked=!1,s.color="#edefef")},s.cancel=function(){s.grid=!0,s.display=!1},s.size=function(e){console.log(e),s.pagesize=e,s.currentPage=1,s.numPerPage=e,c(),s.makeTodos()},s.index=function(e){s.pageindex=e,s.currentPage=e,c(),s.makeTodos()},s.Save=function(e){var t=[];if(e)if(0<s.teacher_number.length){for(var a=0;a<s.teacher_number.length;a++)t=t+s.teacher_number[a].teacher_id+",";s.edt.sims_homeroom_teacher_code1=t,n.post(i.apiUrl+"api/Homeroom/CHomeroomTeacher",s.edt).then(function(e){s.display=!1,s.grid=!0,s.msg=e.data,n.get(i.apiUrl+"api/Homeroom/getHomeroomTeacher").then(function(e){null!==e.data?(s.row1="",s.obj=e.data,s.totalItems=s.obj.length,s.todos=s.obj,s.currentPage=1,s.makeTodos()):swal({text:"Sorry Data Not Found",width:380,showCloseButton:!0})}),1==s.msg?swal({text:"Homeroom Mapped Successfully. ",imageUrl:"assets/img/check.png",width:380,showCloseButton:!0}):swal({text:"Homeroom Not Mapped. ",imageUrl:"assets/img/close.png",width:380,showCloseButton:!0})}),r.checked=!1,s.check(),s.teacher_number=[]}else swal("","Select Atleast One Teacher To Insert Record")},s.Update=function(){s.teacher=!0,s.teacher_number=[];var e={sims_cur_code:s.edt.sims_cur_code,sims_academic_year:s.edt.sims_academic_year,sims_homeroom_teacher_code:s.edt.sims_homeroom_teacher_code,sims_status:s.edt.sims_status,sims_homeroom_code:s.edt.sims_homeroom_code,old_sims_homeroom_teacher_code:d,opr:"U"};n.post(i.apiUrl+"api/Homeroom/UHomeroomTeacher",e).then(function(e){s.msg=e.data,s.display=!1,s.grid=!0,n.get(i.apiUrl+"api/Homeroom/getHomeroomTeacher").then(function(e){null!==e.data?(s.obj=e.data,s.totalItems=s.obj.length,s.todos=s.obj,s.makeTodos()):swal("","Sorry Data Not Found")}),1==s.msg?swal({text:"Information Updated Successfully",imageUrl:"assets/img/check.png",width:380,showCloseButton:!0}):0==s.msg?swal({text:"Information Not Updated. ",imageUrl:"assets/img/close.png",width:380,showCloseButton:!0}):swal("Error-"+s.msg)}),1==(r=document.getElementById("mainchk")).checked&&(r.checked=!1),s.check()},s.teacher_number=[],s.RemoveTeacherNo=function(e,t,a){a.splice(t,1)},s.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<e.sims_homeroom_teacher_name.toLowerCase().indexOf(t.toLowerCase());var t})},s.search=function(){s.todos=s.searched(s.obj,s.searchText),s.totalItems=s.todos.length,s.currentPage="1",""==s.searchText&&(s.todos=s.obj),s.makeTodos()};var l=[];s.MultipleTeacherSelection=function(){s.teacher_number=[],r=document.getElementById("mainchk1"),l=[];for(var e=0;e<s.Search_Teacher_result.length;e++){var t=s.Search_Teacher_result[e].user_name,t=document.getElementById(t+e);1==r.checked?(t.checked=!0,l.push(s.Search_Teacher_result[e]),s.teacher_number.push(s.Search_Teacher_result[e])):(t.checked=!1,s.teacher_number=[],l=[])}},s.Datateachercode=function(){for(var e=0;e<s.Search_Teacher_result.length;e++){var t=s.Search_Teacher_result[e].user_name;1==document.getElementById(t+e).checked&&s.teacher_number.push(s.Search_Teacher_result[e])}}}])}(),function(){"use strict";var e=angular.module("sims.module.Student");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("ProjectScopeControlCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$filter","$http","ENV","AuthenticationService",function(s,e,n,o,t,a,i,d,c){s.pagesize="10",s.pageindex="0",s.search_btn=!0,s.clr_btn=!0,s.pager=!0,s.users=n.globals.currentUser.username;var l="agrd",r="NA",m="CR",p=[];s.size=function(e){"All"==e?(s.currentPage="1",s.filteredTodos=s.todos,s.pager=!1):(s.pager=!0,s.pagesize=e,s.currentPage=1,s.numPerPage=e,s.makeTodos())},s.index=function(e){s.pageindex=e,s.currentPage=e,console.log("currentPage="+s.currentPage),s.makeTodos(),main.checked=!1},s.filteredTodos=[],s.currentPage=1,s.numPerPage=10,s.maxSize=10,s.makeTodos=function(){var e=parseInt(s.totalItems%s.numPerPage),e=(s.pagersize="0"==e?parseInt(s.totalItems/s.numPerPage):parseInt(s.totalItems/s.numPerPage)+1,(s.currentPage-1)*s.numPerPage),t=parseInt(e)+parseInt(s.numPerPage);console.log("begin="+e),console.log("end="+t),s.filteredTodos=s.todos.slice(e,t);for(var a=0;a<s.filteredTodos.length;a++)s.filteredTodos[a].icon="fa fa-plus-circle";s.filteredTodos=s.todos.slice(e,t)};var u=[],g=(i.get(d.apiUrl+"api/common/SignOff/getAllSignOffUsers").then(function(e){s.allUsers=e.data,u=e.data,console.log("All Users List : ",u);var e=s.users;"admin"!=e?(e=a("filter")(s.allUsers,{em_login_code:e},!0),s.Project_Scope_Users=e,console.log("Users List : ",s.Project_Scope_Users)):s.Project_Scope_Users=u}),i.get(d.apiUrl+"api/UserRole/getUserRole").then(function(e){s.users;s.UserRole=e.data,console.log("All Roles List : ",s.UserRole),setTimeout(function(){$("#cmb_UserRole").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"})},1e3)}),s.getUserRoles=function(){var e=s.users;"admin"==e?i.get(d.apiUrl+"api/UserRole/getUserRole").then(function(e){s.UserRole=e.data,console.log("All Roles List : ",s.UserRole)}):i.get(d.apiUrl+"api/common/UserApplicationsController/GetUserAssignRoles_new?userName="+e).then(function(e){s.UserRole=e.data,console.log("Current User Role : ",s.UserRole)}),setTimeout(function(){$("#cmb_UserRole").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"})},1e3)},s.getProjectScopeUsers=function(){var e=s.users;"admin"!=e?(e=a("filter")(s.allUsers,{em_login_code:e},!0),s.Project_Scope_Users=e,console.log("Users List : ",s.Project_Scope_Users)):s.Project_Scope_Users=u},console.log("ProjectScope Users List - ",s.Project_Scope_Users),i.get(d.apiUrl+"api/common/ApplicationMaster/getModules").then(function(e){s.obj1=e.data,console.log("App Modules",s.obj1),setTimeout(function(){$("#cmb_ModuleName").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"})},1e3)}),i.get(d.apiUrl+"api/common/ApplicationMaster/getAppTypes").then(function(e){s.obj2=e.data,console.log("App Types",s.obj2),setTimeout(function(){$("#cmb_appl_type").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"})},1e3)}),s.exportData1=function(){swal({title:"",text:"Are you sure you want to Save?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){e&&alasql('SELECT * INTO XLSX("Report.xlsx",{headers:true})  FROM HTML("#divSignOffData",{headers:true,skipdisplaynone:true})')}),s.table=!1},s.refreshing_data=function(){s.save_btn=!1;var e=[];s.totalItems=e.length,s.todos=e,s.makeTodos()},[]);function h(e,t){var a,o,s;return"DD-MM-YYYY"==t?(o=e.getMonth()+1,a=(s=(s=e.getDate())<10?"0"+s:s)+"-"+(o=o<10?"0"+o:o)+"-"+e.getFullYear()):"YYYY-MM-DD hh:MM:ss"==t&&((o=e.getMonth()+1)<10&&(o="0"+o),(s=e.getDate())<10&&(s="0"+s),t=e.getHours()+":"+e.getMinutes()+":"+e.getSeconds(),a=e.getFullYear()+"-"+o+"-"+s+" "+t),console.log("formatted Date String : ",a),a}s.full_data={},s.getEmpID=function(e){try{0<g.length&&(g=0,s.full_data={})}catch(e){}s.full_data=e,g=e.sims_admission_number,n.visible_stud=!1,n.visible_parent=!1,n.visible_search_parent=!1,n.visible_teacher=!1,n.visible_User=!1,n.visible_Employee=!0,n.chkMulti=!1,s.global_Search_click(),$("#Global_Search_Modal").modal({backdrop:"static"}),s.temp.em_login_code="",s.temp.EmpName="",s.showBtn=!1},s.clear_data=function(){s.filteredTodos=[],s.pager=!1},s.ScopeParametersChanged=function(e){e.comn_user_update_time=h(new Date,"YYYY-MM-DD hh:MM:ss")},s.insertDataDetails=function(){for(var e,t=s.temp.sims_user_code.split(":")[0],a=[],o=0;o<s.filteredTodos.length;o++)e={comn_mod_code:p[o].comn_mod_code,comn_app_code:s.filteredTodos[o].comn_app_code,comn_emp_code:t,comn_proj_scope_status:s.filteredTodos[o].comn_proj_scope_status,comn_percent_completed:s.filteredTodos[o].comn_percent_completed,comn_man_hours:s.filteredTodos[o].comn_man_hours,comn_proj_phase:s.filteredTodos[o].comn_proj_phase,comn_exp_completion_date:s.filteredTodos[o].comn_exp_completion_date,comn_actual_date_completed:s.filteredTodos[o].comn_actual_date_completed,comn_remarks:s.filteredTodos[o].comn_remarks,comn_login_user_name:n.globals.currentUser.username,comn_login_user_ip:myip,comn_user_update_time:s.filteredTodos[o].comn_user_update_time},a.push(e);0<a.length&&i.post(d.apiUrl+"api/common/ProjectScope/updateProjectScopeData",a).then(function(e){s.msg1=e.data,1==s.msg1?swal({text:"Record Inserted Successfully",imageUrl:"assets/img/check.png",width:300,height:200}):0==s.msg1?swal({text:"Could not insert record!",imageUrl:"assets/img/close.png",width:300,height:200}):swal("Error-"+s.msg1)})},s.getProjectScopeData=function(){var e=s.temp.sims_user_code.split(":")[0];console.log("usercode = ",e),"admin"==s.users?s.isAdmin=!0:s.isAdmin=!1,i.get(d.apiUrl+"api/common/ProjectScope/getProjectScopeData?roles="+s.temp.sims_role_code+"&users="+e+"&modules="+s.temp.sims_module_code+"&appType="+s.temp.app_type_code).then(function(e){p=e.data,s.projectScopeDetails=e.data,s.projectScopeDetails=angular.copy(e.data),s.totalItems=p.length,s.todos=p,s.makeTodos()})},s.report_url="Comn.CMNR04ProjectScope",s.report_show=!0,s.Report=function(e){$("#reportmodal").modal("show"),s.report_show=!1,console.log("Report-name URL : ",s.report_url);var t={location:s.report_url,parameter:{user_role:s.temp.sims_role_code,user:s.temp.sims_user_code.split(":")[0],module:s.temp.sims_module_code,app_type:s.temp.app_type_code,status:s.temp.sign_off_satus,report_display:!0},state:"main.Sign36",ready:function(){this.refreshReport()}};window.localStorage.ReportDetails=JSON.stringify(t);try{s.rpt=JSON.parse(window.localStorage.ReportDetails),s.location=s.rpt.location,s.parameter=s.rpt.parameter,s.state=s.rpt.state}catch(e){console.log('Could not retreive data from Window.storage["ReportDetails"] : ',s.rpt)}var t="SimsReports."+s.location+",SimsReports",a=window.location.href,a=(a.substring(0,a.indexOf(":")),i.defaults.headers.common.schoolId),a=(console.log("School ID : ",a),c.GetRpt_url());console.log("Report Service URL : ",a),s.parameters={},$("#reportViewer1").telerik_ReportViewer({serviceUrl:a,viewMode:telerikReportViewer.ViewModes.INTERACTIVE,scaleMode:telerikReportViewer.ScaleModes.SPECIFIC,scale:1,ready:function(){}}),$("#reportViewer1").data("telerik_ReportViewer").reportSource({report:t,parameters:s.parameter}),setInterval(function(){$("#k-item k-state-default k-state-disabled").css({display:"block"}),$(".trv-report-viewer input[type=number]").css({"min-height":"0px"})},1e3),o(function(){$("#k-item k-state-default k-state-disabled").css({display:"block"}),$(".trv-report-viewer input[type=number]").css({"min-height":"0px"})},100)},s.ProjectScopeStatusChanged=function(e,t,a){t.comn_percent_completed="",t.comn_user_update_time=h(new Date,"YYYY-MM-DD hh:MM:ss"),t.comn_exp_completion_date="",t.comn_actual_date_completed="",e==r||"0"==e?(p.comn_man_hours=null,p.comn_proj_phase=null,p.comn_exp_completion_date=null,p.comn_actual_date_completed=null,p.comn_remarks=null):"0"!=e&&(e==l?t.comn_percent_completed="":e==m&&(t.comn_percent_completed="0"))},s.checkValidNumber=function(e,t,a,o){"MH"!=o||/^([0-9]{1,4}){1}(\.[0-9]{1,2})?$/.test(e)||(t.comn_man_hours="",alert("Invalid value!"))},s.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).sims_admission_pros_number.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_admission_number.toLowerCase().indexOf(t.toLowerCase())||-1<e.name.toLowerCase().indexOf(t.toLowerCase());var t})},s.search=function(){s.todos=s.searched(s.Stud_Details,s.searchText),s.totalItems=s.todos.length,s.currentPage="1",""==s.searchText&&(s.todos=s.Stud_Details),s.makeTodos()}}])}(),function(){"use strict";var e=angular.module("sims.module.Setup");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("SignOffQueryReportCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","$filter","ENV",function(o,e,t,a,s,n,i,d){var _;o.showdisabled=!0,o.users=t.globals.currentUser.username,a(function(){$("#example").tableHeadFixer({top:1})},100),o.exportData=function(){swal({title:"",text:"Are you sure you want to Save?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){e&&alasql('SELECT * INTO XLSX("Report.xlsx",{headers:true})  FROM HTML("#example",{headers:true,skipdisplaynone:true})')})},o.items=[{Name:"ANC101",Date:"10/02/2014",Terms:["samsung","nokia","apple"],temp:"ANC101"},{Name:"ABC102",Date:"10/02/2014",Terms:["motrolla","nokia","iPhone"],temp:"ANC102"}],o.busyindicator=!1,o.ShowCheckBoxes=!0;n.get(d.apiUrl+"api/common/SignOff/getAllSignOffUsers").then(function(e){o.allUsers=e.data,_=e.data,console.log("All Users List : ",_);var e=o.users;"admin"!=e?(e=i("filter")(o.allUsers,{em_login_code:e},!0),o.SignOff_Users=e,console.log("Users List : ",o.SignOff_Users)):o.SignOff_Users=_}),n.get(d.apiUrl+"api/UserRole/getUserRole").then(function(e){o.users;o.UserRole=e.data,console.log("All Roles List : ",o.UserRole),setTimeout(function(){$("#cmb_UserRole").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"})},1e3)}),console.log("SignOffUsers List - ",o.Sign_Off_Users),n.get(d.apiUrl+"api/common/ApplicationMaster/getModules").then(function(e){o.obj1=e.data,console.log("App Modules",o.obj1),setTimeout(function(){$("#cmb_ModuleName").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"})},1e3)}),n.get(d.apiUrl+"api/common/ApplicationMaster/getAppTypes").then(function(e){o.obj2=e.data,console.log("App Types",o.obj2),setTimeout(function(){$("#cmb_appl_type").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"})},1e3)}),o.Show_Data=function(e,t){var a;1==o.chk_appl_code||1==o.chk_appl_name||1==o.chk_module_name||1==o.chk_user_name||1==o.chk_signoff_status||1==o.chk_appl_compl_percent||1==o.chk_logged_user_name||1==o.chk_updated_date_time||1==o.chk_sys_signoff_status||1==o.chk_sys_appl_compl_percent||1==o.chk_sign_off_remark||1==o.chk_app_first_accessed||1==o.chk_app_last_accessed||1==o.chk_app_no_of_hits||1==o.chk_app_app_typ?(a=o.flt.sims_user_code.split(":")[0],console.log("usercode = ",a),"admin"==o.users?o.isAdmin=!0:o.isAdmin=!1,n.get(d.apiUrl+"api/common/SignOff/getSignOffReport?roles="+o.flt.sims_role_code+"&users="+a+"&modules="+o.flt.sims_module_code+"&appType="+o.flt.app_type_code+"&signOffstatus="+o.flt.sign_off_status).then(function(e){o.signOffList=e.data,console.log(o.signOffList),0==o.signOffList.length?(swal({title:"Alert",text:"Please Try Again Record Not Found...",showCloseButton:!0,width:450,height:200}),o.ShowCheckBoxes=!0):(o.table=!0,o.busyindicator=!0,o.ShowCheckBoxes=!1)})):swal({title:"Alert",text:"Please Select Atleast One Checkbox Then Try Again...",showCloseButton:!0,width:450,height:200})},o.back=function(){o.table=!1,o.busyindicator=!1,o.ShowCheckBoxes=!0},o.checkallClick=function(e){e?(o.showdisabled=!1,o.chk_appl_code=!0,o.chk_appl_name=!0,o.chk_module_name=!0,o.chk_user_name=!0,o.chk_signoff_status=!0,o.chk_appl_compl_percent=!0,o.chk_logged_user_name=!0,o.chk_updated_date_time=!0,o.chk_sys_signoff_status=!0,o.chk_sys_appl_compl_percent=!0,o.chk_sign_off_remark=!0,o.chk_app_first_accessed=!0,o.chk_app_last_accessed=!0,o.chk_app_no_of_hits=!0,o.chk_app_app_typ=!0):o.Uncheck()},o.Uncheck=function(){o.showdisabled=!0,o.chk_appl_code=!1,o.chk_appl_name=!1,o.chk_module_name=!1,o.chk_user_name=!1,o.chk_signoff_status=!1,o.chk_appl_compl_percent=!1,o.chk_logged_user_name=!1,o.chk_updated_date_time=!1,o.chk_sys_signoff_status=!1,o.chk_sys_appl_compl_percent=!1,o.chk_sign_off_remark=!1,o.chk_app_first_accessed=!1,o.chk_app_last_accessed=!1,o.chk_app_no_of_hits=!1,o.chk_app_app_typ=!1},o.Reset=function(){o.Uncheck(),o.select_all=!1,o.active_stud=!1,o.inactive_stud=!1,o.flt={sims_cur_code:"",sims_grade_code:"",sims_section_code:""},o.temp={sims_academic_year:""}},o.checkevent=function(){1==o.chk_appl_code||1==o.chk_appl_name||1==o.chk_module_name||1==o.chk_user_name||1==o.chk_signoff_status||1==o.chk_appl_compl_percent||1==o.chk_logged_user_name||1==o.chk_updated_date_time||1==o.chk_sys_signoff_status||1==o.chk_sys_appl_compl_percent||1==o.chk_sign_off_remark||1==o.chk_app_first_accessed||1==o.chk_app_last_accessed||1==o.chk_app_no_of_hits||1==o.chk_app_app_typ?o.showdisabled=!1:o.showdisabled=!0},o.activestudent=function(e){e?"A":void 0},o.inactivestudent=function(e){e?"I":void 0}}])}(),function(){"use strict";var e=angular.module("sims.module.Setup");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("ProjectScopeQueryCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","$filter","ENV",function(t,e,a,o,s,n,i,d){var _;t.showdisabled=!0,t.users=a.globals.currentUser.username,o(function(){$("#example").tableHeadFixer({top:1})},100),t.exportData=function(){swal({title:"",text:"Are you sure you want to Save?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){e&&alasql('SELECT * INTO XLSX("Report.xlsx",{headers:true})  FROM HTML("#example",{headers:true,skipdisplaynone:true})')})},t.items=[{Name:"ANC101",Date:"10/02/2014",Terms:["samsung","nokia","apple"],temp:"ANC101"},{Name:"ABC102",Date:"10/02/2014",Terms:["motrolla","nokia","iPhone"],temp:"ANC102"}],t.busyindicator=!1,t.ShowCheckBoxes=!0;n.get(d.apiUrl+"api/common/ProjectScope/getAllProjectScopeUsers").then(function(e){t.allUsers=e.data,_=e.data,console.log("All Users List : ",_);var e=t.users;"admin"!=e?(e=i("filter")(t.allUsers,{em_login_code:e},!0),t.Project_Scope_Users=e,console.log("Users List : ",t.Project_Scope_Users)):t.Project_Scope_Users=_}),n.get(d.apiUrl+"api/UserRole/getUserRole").then(function(e){t.users;t.UserRole=e.data,console.log("All Roles List : ",t.UserRole),setTimeout(function(){$("#cmb_UserRole").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"})},1e3)}),console.log("SignOffUsers List - ",t.Sign_Off_Users),n.get(d.apiUrl+"api/common/ApplicationMaster/getModules").then(function(e){t.obj1=e.data,console.log("App Modules",t.obj1),setTimeout(function(){$("#cmb_ModuleName").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"})},1e3)}),n.get(d.apiUrl+"api/common/ApplicationMaster/getAppTypes").then(function(e){t.obj2=e.data,console.log("App Types",t.obj2),setTimeout(function(){$("#cmb_appl_type").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"})},1e3)}),t.Show_Data=function(){var e;1==t.chk_appl_code||1==t.chk_appl_name||1==t.chk_module_name||1==t.chk_user_name||1==t.chk_proj_scope_status||1==t.chk_project_phase||1==t.chk_exp_compl_date||1==t.chk_logged_user_name||1==t.chk_updated_date_time||1==t.chk_actual_compl_date||1==t.chk_man_hours||1==t.chk_scope_remarks||1==t.chk_application_type?(e=t.flt.comn_user_code.split(":")[0],console.log("usercode = ",e),"admin"==t.users?t.isAdmin=!0:t.isAdmin=!1,n.get(d.apiUrl+"api/common/ProjectScope/GetProjectScopeQuery?roles="+t.flt.comn_role_code+"&users="+e+"&modules="+t.flt.comn_module_code+"&appType="+t.flt.app_type_code+"&scopestatus="+t.flt.comn_proj_scope_status).then(function(e){t.projectScopeList=e.data,console.log(t.projectScopeList),0==t.projectScopeList.length?(swal({title:"Alert",text:"Please Try Again Record Not Found...",showCloseButton:!0,width:450,height:200}),t.ShowCheckBoxes=!0):(t.table=!0,t.busyindicator=!0,t.ShowCheckBoxes=!1)})):swal({title:"Alert",text:"Please Select Atleast One Checkbox Then Try Again...",showCloseButton:!0,width:450,height:200})},t.back=function(){t.table=!1,t.busyindicator=!1,t.ShowCheckBoxes=!0},t.checkallClick=function(e){e?(t.showdisabled=!1,t.chk_appl_code=!0,t.chk_appl_name=!0,t.chk_module_name=!0,t.chk_user_name=!0,t.chk_proj_scope_status=!0,t.chk_project_phase=!0,t.chk_exp_compl_date=!0,t.chk_actual_compl_date=!0,t.chk_man_hours=!0,t.chk_scope_remarks=!0,t.chk_logged_user_name=!0,t.chk_updated_date_time=!0,t.chk_application_type=!0):t.Uncheck()},t.Uncheck=function(){t.showdisabled=!0,t.chk_appl_code=!1,t.chk_appl_name=!1,t.chk_module_name=!1,t.chk_user_name=!1,t.chk_proj_scope_status=!1,t.chk_project_phase=!1,t.chk_exp_compl_date=!1,t.chk_actual_compl_date=!1,t.chk_man_hours=!1,t.chk_scope_remarks=!1,t.chk_logged_user_name=!1,t.chk_updated_date_time=!1,t.chk_application_type=!1},t.Reset=function(){t.Uncheck(),t.select_all=!1,t.active_stud=!1,t.inactive_stud=!1,t.flt={comn_role_code:"",comn_user_code:"",sims_module_code:"",app_type_code:""},t.temp={}},t.checkevent=function(){1==t.chk_appl_code||1==t.chk_appl_name||1==t.chk_module_name||1==t.chk_user_name||1==t.chk_proj_scope_status||1==t.chk_project_phase||1==t.chk_exp_compl_date||1==t.chk_logged_user_name||1==t.chk_updated_date_time||1==t.chk_actual_compl_date||1==t.chk_man_hours||1==t.chk_scope_remarks||1==t.chk_application_type?t.showdisabled=!1:t.showdisabled=!0},t.activestudent=function(e){e?"A":void 0},t.inactivestudent=function(e){e?"I":void 0}}])}(),function(){"use strict";var d,c,l=[],r=[],e=angular.module("sims.module.Setup");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("HomeRoomCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(s,e,t,a,o,n,i){s.homeroom_display=!1,s.pagesize="10",s.pagesize1="10",s.pageindex="0",s.pageindex1="0",s.pager=!0,s.pager1=!0,s.homeroom_grid=!0,s.homeroom=!0,s.edt={},n.get(i.apiUrl+"api/homeroom/getAllHomeroom").then(function(e){s.AllHomeroom=e.data,s.totalItems=s.AllHomeroom.length,s.todos=s.AllHomeroom,s.makeTodos()}),n.get(i.apiUrl+"api/common/getCuriculum").then(function(e){s.curriculum=e.data,0<e.data.length&&(s.edt.sims_cur_code=e.data[0].sims_cur_code,s.getacyr(s.edt.sims_cur_code))}),s.getacyr=function(e){n.get(i.apiUrl+"api/common/getAcademicYear?curCode="+e).then(function(e){s.Academic_year=e.data,0<e.data.length&&(s.edt.sims_academic_year=e.data[0].sims_academic_year)})},s.size=function(e){"All"==e?(s.currentPage="1",s.filteredTodos=s.AllHomeroom,s.pager=!1):(s.pager=!0,s.pagesize=e,s.currentPage=1,s.numPerPage=e,s.makeTodos()),1==(d=document.getElementById("mainchk")).checked&&(d.checked=!1),s.Homeroom_MultipleDelete()},s.index=function(e){s.pageindex=e,s.currentPage=e,s.makeTodos(),1==(d=document.getElementById("mainchk")).checked&&(d.checked=!1),s.Homeroom_MultipleDelete()},s.Homeroom_edit=function(e){s.homeroom_display=!0,s.homeroom_grid=!1,s.btn_save=!1,s.btn_update=!0,s.btn_delete=!1;var t=angular.copy(e);s.edt=t,s.getacyr(e.sims_cur_code),1==(d=document.getElementById("mainchk")).checked&&(d.checked=!1),s.Homeroom_MultipleDelete()},s.Homeroom_Update=function(){var e=s.edt;e.opr="U",n.post(i.apiUrl+"api/homeroom/CUDHomeroom",e).then(function(e){s.msg1=e.data,s.homeroom_display=!1,s.homeroom_grid=!0,1==s.msg1?(swal({text:"Information Updated Successfully",imageUrl:"assets/img/check.png",width:380,showCloseButton:!0}),n.get(i.apiUrl+"api/homeroom/getAllHomeroom").then(function(e){s.AllHomeroom=e.data,s.totalItems=s.AllHomeroom.length,s.todos=s.AllHomeroom,s.makeTodos()})):0==s.msg1?swal({text:"Information Not Updated. ",imageUrl:"assets/img/close.png",width:380,showCloseButton:!0}):swal("Error-"+s.msg1)})},s.Homeroom_New=function(){s.homeroom_display=!0,s.homeroom_grid=!1,s.btn_save=!0,s.edt.sims_homeroom_status=!0,s.btn_update=!1,s.btn_delete=!1,s.edt.sims_homeroom_name="",s.edt.sims_homeroom_location_details="",n.get(i.apiUrl+"api/homeroom/getAutoGenerate_HomeroomCode").then(function(e){s.AutoGenerate_HomeroomCode=e.data,s.edt.sims_homeroom_code=s.AutoGenerate_HomeroomCode,0<s.curriculum.length&&(s.edt.sims_cur_code=s.curriculum[0].sims_cur_code,s.getacyr(s.edt.sims_cur_code)),0<s.Academic_year.length&&(s.edt.sims_academic_year=s.Academic_year[0].sims_academic_year)}),1==(d=document.getElementById("mainchk")).checked&&(d.checked=!1),s.Homeroom_MultipleDelete()},s.Homeroom_Delete=function(){for(var e=!(l=[]),t=0;t<s.filteredTodos.length;t++){var a=s.filteredTodos[t].sims_homeroom_code;1==document.getElementById(a).checked&&(e=!0,l=l+s.filteredTodos[t].sims_homeroom_code+",")}var o={sims_homeroom_code:l,opr:"D"};1==e?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){e?n.post(i.apiUrl+"api/homeroom/CUDHomeroom",o).then(function(e){s.msg1=e.data,s.homeroom_display=!1,s.homeroom_grid=!0,1==s.msg1?(swal({text:"Information Deleted Successfully",imageUrl:"assets/img/check.png",imageUrl:"assets/img/check.png",width:380,showCloseButton:!0}),n.get(i.apiUrl+"api/homeroom/getAllHomeroom").then(function(e){s.AllHomeroom=e.data,s.row1="",s.currentPage=1,s.totalItems=s.AllHomeroom.length,s.todos=s.AllHomeroom,s.makeTodos()})):0==s.msg1?(swal({text:"Information Not Deleted. ",imageUrl:"assets/img/close.png",width:380,showCloseButton:!0}),1==(d=document.getElementById("mainchk")).checked&&(d.checked=!1),s.Homeroom_MultipleDelete()):swal("Error-"+s.msg1)}):(1==(d=document.getElementById("mainchk")).checked&&(d.checked=!1),s.Homeroom_MultipleDelete())}):swal({text:"Select At Least One Record To Delete",imageUrl:"assets/img/notification-alert.png",width:380})},s.cancel=function(){s.homeroom_grid=!0,s.homeroom_display=!1},s.Homeroom_MultipleDelete=function(){d=document.getElementById("mainchk");for(var e=0;e<s.filteredTodos.length;e++){var t=document.getElementById(s.filteredTodos[e].sims_homeroom_code);if(1==d.checked)t.checked=!0,s.filteredTodos[e].addClass="#ffffcc";else for(e=0;e<s.filteredTodos.length;e++){var a=s.filteredTodos[e].sims_homeroom_code;(t=document.getElementById(a)).checked=!1,d.checked=!1,l=[],s.filteredTodos[e].addClass="#fff",$("tr").removeClass("row_selected")}}for(e=0;e<s.filteredTodos.length;e++)for(var o=0;o<s.Sims_Homeroom_Batch1.length;o++){t=document.getElementById(s.filteredTodos[e].sims_homeroom_code);if(s.filteredTodos[e].sims_homeroom_code==s.Sims_Homeroom_Batch1[o].sims_homeroom_code){t.checked=!1,s.filteredTodos[e].addClass="#fff",$("tr").removeClass("row_selected");break}}},s.Homeroom_Delete_Onebyone=function(e){for(var t=0;t<s.Sims_Homeroom_Batch1.length;t++){var a=document.getElementById(e);if(e==s.Sims_Homeroom_Batch1[t].sims_homeroom_code){a.checked=!1,swal({text:"This Homeroome Already Mapped Can Not Be Delete",imageUrl:"assets/img/notification-alert.png",width:320,showCloseButton:!0});break}$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected")}),1==(d=document.getElementById("mainchk")).checked&&(d.checked=!1)}for(t=0;t<s.filteredTodos.length;t++){a=document.getElementById(e);if(s.filteredTodos[t].sims_homeroom_code==e){0==a.checked&&(s.filteredTodos[t].addClass="#fff"),$("tr").removeClass("row_selected");break}}},s.Homeroom_SaveData=function(e){e&&((e=s.edt).opr="I",n.post(i.apiUrl+"api/homeroom/CUDHomeroom",e).then(function(e){s.msg1=e.data,s.homeroom_display=!1,s.homeroom_grid=!0,1==s.msg1?(swal({text:"Information Inserted Successfully",imageUrl:"assets/img/check.png",width:380,showCloseButton:!0}),n.get(i.apiUrl+"api/homeroom/getAllHomeroom").then(function(e){s.AllHomeroom=e.data,s.totalItems=s.AllHomeroom.length,s.todos=s.AllHomeroom,s.makeTodos()})):0==s.msg1?swal({text:"Information Not Inserted. ",imageUrl:"assets/img/close.png",width:380,showCloseButton:!0}):swal("Error-"+s.msg1)}))},s.HomeRoom=function(){s.homeroom=!0,s.homeroom_display=!1,s.homeroom_grid=!0,s.homeroombacth=!1,s.homeroombacth_display=!1,s.homeroombacth_grid=!1},s.filteredTodos=[],s.currentPage=1,s.numPerPage=10,s.maxSize=10,s.makeTodos=function(){var e=parseInt(s.totalItems%s.numPerPage),e=(s.pagersize="0"==e?parseInt(s.totalItems/s.numPerPage):parseInt(s.totalItems/s.numPerPage)+1,(s.currentPage-1)*s.numPerPage),t=parseInt(e)+parseInt(s.numPerPage);s.filteredTodos=s.todos.slice(e,t),1==(d=document.getElementById("mainchk")).checked&&(d.checked=!1,s.row1="",s.Homeroom_MultipleDelete())},s.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).sims_homeroom_code.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_homeroom_name.toLowerCase().indexOf(t.toLowerCase());var t})},s.search=function(){s.todos=s.searched(s.AllHomeroom,s.searchText),s.totalItems=s.todos.length,s.currentPage="1",""==s.searchText&&(s.todos=s.AllHomeroom),s.makeTodos()},n.get(i.apiUrl+"api/homeroom/getSims_HomeroomBatch").then(function(e){s.Sims_Homeroom_Batch1=e.data,s.totalItems1=s.Sims_Homeroom_Batch1.length,s.todos1=s.Sims_Homeroom_Batch1,s.makeTodos1()}),s.cancel1=function(){s.homeroombacth_display=!1,s.homeroombacth_grid=!0},s.HomeRoomBatch=function(){s.homeroom=!1,s.homeroom_display=!1,s.homeroom_grid=!1,s.homeroombacth=!0,s.homeroombacth_display=!1,s.homeroombacth_grid=!0,n.get(i.apiUrl+"api/homeroom/GetAllHomeroomName").then(function(e){s.Homeroomnames=e.data})},s.HomeroomBatch_New=function(){s.homeroombacth_display=!0,s.homeroombacth_grid=!1,s.btn_save=!0,s.edt.sims_batch_status=!0,s.btn_update=!1,1==(c=document.getElementById("mainchk1")).checked&&(c.checked=!1),s.edt.sims_batch_name="",n.get(i.apiUrl+"api/homeroom/getAutoGenerate_HomeroombatchCode").then(function(e){s.AutoGenerate_Homeroombatch_Code=e.data,s.edt.sims_batch_code=s.AutoGenerate_Homeroombatch_Code,0<s.curriculum.length&&(s.edt.sims_cur_code=s.curriculum[0].sims_cur_code,s.getacyr(s.edt.sims_cur_code)),0<s.Academic_year.length&&(s.edt.sims_academic_year=s.Academic_year[0].sims_academic_year)}),s.HomeroomBatch_MultipleDelete()},s.HomeroomBatch_edit=function(e){s.homeroombacth_display=!0,s.homeroombacth_grid=!1,s.btn_save=!1,s.btn_update=!0,s.btn_delete=!1;var t=angular.copy(e);s.edt=t,1==(c=document.getElementById("mainchk1")).checked&&(c.checked=!1),s.getacyr(e.sims_cur_code),s.HomeroomBatch_MultipleDelete()},s.HomeroomBatch_SaveData=function(e){e&&((e=s.edt).opr="I",n.post(i.apiUrl+"api/homeroom/CUDRHomeroomBatch",e).then(function(e){s.homeroombacth_display=!1,s.homeroombacth_grid=!0,s.msg1=e.data,1==s.msg1?(swal({text:"Information Inserted Successfully",imageUrl:"assets/img/check.png",width:380,showCloseButton:!0}),n.get(i.apiUrl+"api/homeroom/getSims_HomeroomBatch").then(function(e){s.Sims_Homeroom_Batch=e.data,s.totalItems1=s.Sims_Homeroom_Batch.length,s.todos1=s.Sims_Homeroom_Batch,s.row2="",s.makeTodos1()})):0==s.msg1?swal({text:"Information Not Inserted. ",imageUrl:"assets/img/close.png",width:380,showCloseButton:!0}):swal("Error-"+s.msg1)}))},s.HomeroomBatch_Update=function(){var e=s.edt;e.opr="U",n.post(i.apiUrl+"api/homeroom/CUDRHomeroomBatch",e).then(function(e){s.homeroombacth_display=!1,s.homeroombacth_grid=!0,s.msg1=e.data,1==s.msg1?(swal({text:"Information Updated Successfully",imageUrl:"assets/img/check.png",width:380,showCloseButton:!0}),n.get(i.apiUrl+"api/homeroom/getSims_HomeroomBatch").then(function(e){s.Sims_Homeroom_Batch=e.data,s.totalItems1=s.Sims_Homeroom_Batch.length,s.todos1=s.Sims_Homeroom_Batch,s.row2="",s.makeTodos1()})):0==s.msg1?swal({text:"Information Not Updated. ",imageUrl:"assets/img/close.png",width:380,showCloseButton:!0}):swal("Error-"+s.msg1)})},s.HomeroomBatch_Delete=function(){for(var e=!1,t=(r=[],[]),a=0;a<s.filteredTodos1.length;a++){var o=s.filteredTodos1[a].sims_batch_code;1==document.getElementById(o+a).checked&&(e=!0,o={sims_cur_code:s.filteredTodos1[a].sims_cur_code,sims_academic_year:s.filteredTodos1[a].sims_academic_year,sims_batch_name:s.filteredTodos1[a].sims_batch_name,sims_homeroom_code:s.filteredTodos1[a].sims_homeroom_code,sims_batch_code:s.filteredTodos1[a].sims_batch_code,opr:"D"},t.push(o))}1==e?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){e?n.post(i.apiUrl+"api/homeroom/CUDRHomeroomBatchDelete",t).then(function(e){s.homeroombacth_display=!1,s.homeroombacth_grid=!0,s.msg1=e.data,1==s.msg1?(swal({text:"Information Deleted Successfully",imageUrl:"assets/img/check.png",width:380,showCloseButton:!0}),n.get(i.apiUrl+"api/homeroom/getSims_HomeroomBatch").then(function(e){s.Sims_Homeroom_Batch=e.data,s.totalItems1=s.Sims_Homeroom_Batch.length,s.todos1=s.Sims_Homeroom_Batch,s.row2="",s.makeTodos1()})):0==s.msg1?(swal({text:"Information Not Deleted. ",imageUrl:"assets/img/close.png",width:380,showCloseButton:!0}),1==(c=document.getElementById("mainchk1")).checked&&(c.checked=!1),s.HomeroomBatch_MultipleDelete()):swal("Error-"+s.msg1)}):(1==(c=document.getElementById("mainchk1")).checked&&(c.checked=!1),s.HomeroomBatch_MultipleDelete())}):swal({text:"Select At Least One Record To Delete",imageUrl:"assets/img/notification-alert.png",width:380,showCloseButton:!0})},s.HomeroomBatch_MultipleDelete=function(){c=document.getElementById("mainchk1");for(var e=0;e<s.filteredTodos1.length;e++){var t=s.filteredTodos1[e].sims_batch_code,t=document.getElementById(t+e);1==c.checked?(t.checked=!0,r=r+s.filteredTodos1[e].sims_batch_code+",",$("tr").addClass("row_selected"),s.color="#edefef"):(t.checked=!1,c.checked=!1,r=[],$("tr").removeClass("row_selected"))}},s.HomeroomBatch_Delete_Onebyone=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),s.color="#edefef"}),1==(c=document.getElementById("mainchk1")).checked&&(c.checked=!1)},s.filteredTodos1=[],s.currentPage1=1,s.numPerPage1=10,s.maxSize1=10,s.makeTodos1=function(){var e=parseInt(s.totalItems1%s.numPerPage1),e=(s.pagersize1="0"==e?parseInt(s.totalItems1/s.numPerPage1):parseInt(s.totalItems1/s.numPerPage1)+1,(s.currentPage1-1)*s.numPerPage1),t=parseInt(e)+parseInt(s.numPerPage1);s.filteredTodos1=s.todos1.slice(e,t),1==(c=document.getElementById("mainchk1")).checked&&(c.checked=!1),s.HomeroomBatch_MultipleDelete()},s.size1=function(e){"All"==e?(s.currentPage="1",s.filteredTodos=s.Sims_Homeroom_Batch,s.pager1=!1):(s.pager1=!0,s.pagesize1=e,s.currentPage1=1,s.numPerPage1=e,s.makeTodos()),1==(c=document.getElementById("mainchk1")).checked&&(c.checked=!1,s.color="#edefef")},s.index1=function(e){1==(c=document.getElementById("mainchk1")).checked&&(c.checked=!1,s.row2="",s.color="#edefef"),s.pageindex1=e,s.currentPage1=e,s.makeTodos1()},s.searched1=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).sims_batch_code.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_batch_name.toLowerCase().indexOf(t.toLowerCase());var t})},s.search1=function(){s.todos1=s.searched1(s.Sims_Homeroom_Batch,s.searchText),s.totalItems1=s.todos1.length,s.currentPage1="1",""==s.searchText&&(s.todos1=s.Sims_Homeroom_Batch),s.makeTodos1()}}])}(),function(){"use strict";var e=angular.module("sims.module.Setup");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("PPFieldStatusCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(o,e,t,a,s,n,i){o.pagesize="5",o.pageindex="1",n.get(i.apiUrl+"api/common/PPFieldSatus/getPPFieldSatus").then(function(e){o.display=!1,o.grid=!0,o.obj=e.data,console.log(o.obj)}),o.Getinfo=function(e,t,a){console.log(e,t,a),n.post(i.apiUrl+"api/common/PPFieldSatus/updatePPFieldSatus?field_code="+e+"&iseditable="+t+"&isvisible="+a).then(function(e){o.msg1=e.data,console.log(o.msg1),o.getGrid()})},o.getGrid=function(){n.get(i.apiUrl+"api/common/PPFieldSatus/getPPFieldSatus").then(function(e){o.display=!1,o.grid=!0,o.obj=e.data,console.log(o.obj)})}}])}(),function(){"use strict";var r,e=angular.module("sims.module.Setup");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.directive("ngFiles",["$parse",function(s){return{link:function(t,e,a){var o=s(a.ngFiles);e.on("change",function(e){o(t,{$files:e.target.files})})}}}]),e.controller("AlbumController",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","$filter","ENV",function(i,e,d,t,a,o,s,n){i.display=!1,i.imghide=!1,i.photoShow=!1,i.hide_save=!0;var _=[],c=(i.images=[],i.images_delete=[],new Array,""),l=(i.obj=[],i.loadingscr=!0,new FormData);$("#readyClass").removeClass("mfp-bg mfp-ready"),$("#cmb_Group_create, #cmb_Classes_create, #cmb_Group, #cmb_Classes").multipleSelect({width:"100%"}),i.showAlbum=function(e){o.get(n.apiUrl+"api/common/Album/getAlbumInfoAyear?academic_year="+e).then(function(e){i.data_avai=e.data,0<i.data_avai.length?i.CmbAllAlbum_details_yearwise=e.data:(i.CmbAllAlbum_details_yearwise=[],swal({title:"Alert",text:"Album not available for this year... ",showCloseButton:!0,width:380}))})},i.getalbums=function(){o.get(n.apiUrl+"api/common/Album/getAlbumInfoAyear?academic_year="+i.sims_academic_year+"&cur_code="+i.sims_cur_code).then(function(e){i.CmbAllAlbum_details=e.data,0<i.CmbAllAlbum_details.length?(i.CmbAllAlbum_details_yearwise=e.data,i.isUpdate=!0,i.isUpload=!0):(i.CmbAllAlbum_details_yearwise=[],i.isUpdate=!1,i.isUpload=!1,swal({title:"Alert",text:"Album not available for this year... ",showCloseButton:!0,width:380})),i.isCreate=!0})},i.getAccYear=function(){o.get(n.apiUrl+"api/common/getAcademicYear?curCode="+i.sims_cur_code).then(function(e){i.Acc_year=e.data,i.sims_academic_year=i.Acc_year[0].sims_academic_year,i.getalbums()})},o.get(n.apiUrl+"api/common/getCuriculum").then(function(e){i.curriculum=e.data,i.sims_cur_code=i.curriculum[0].sims_cur_code,i.getAccYear()}),o.get(n.apiUrl+"api/common/Album/getAcademicYearAll").then(function(e){0<e.data.length&&i.showAlbum(e.data[0].temp.sims_academic_year)}),o.get(n.apiUrl+"api/common/Album/getAllGroupNames").then(function(e){i.CmbGroupNm=e.data,t(function(){$("#cmb_Group").change(function(){}).multipleSelect({width:"100%"}),$("#cmb_Group_create").change(function(){}).multipleSelect({width:"100%"})},1e3)}),i.url_change=function(){0<i.sims_album_photo_url.length?(i.uploadImgClickFShow=!0,i.hide_save=!1):(i.uploadImgClickFShow=!1,i.hide_save=!0)},i.CheckAllChecked=function(){r=document.getElementById("chk_min");for(var e=0;e<i.photo.length;e++)1==r.checked?(i.photo[e].chkstatus=!0,i.row1="row_selected",$("tr").addClass("row_selected")):(i.photo[e].chkstatus=!1,r.checked=!1,$("tr").removeClass("row_selected"))},i.getTheFiles=function(o){var s=0,n="no";angular.forEach(o,function(e,t){if(l.append(t,e),2097152<o[s].size)d.strMessage=o[s].name+" exceeds file size limit.",$("#message").modal("show");else{if(_.push(o[s].name),0<i.images.length){for(var a=0;a<i.images.length;a++)if(i.images[a].name==o[s].name)return void(n="yes");"no"==n&&i.images.push({name:o[s].name,file:o[s].size}),n="no"}else i.images.push({name:o[s].name,file:o[s].size});i.$apply()}s+=1})},i.file_changed=function(e){},i.CancelFileUpload=function(e){i.images.splice(e,1),i.images_delete.push(i.images[e].name)},i.uploadImgClickF=function(){l=new FormData,i.uploadImgClickFShow=!0},i.uploadImgCancel=function(){i.uploadImgClickFShow=!1},i.uploadImg=function(){i.loadingscr=!1;for(var e=0;e<i.images.length;e++)c=c+","+i.images[e].name;var t={method:"POST",url:n.apiUrl+"/api/file/uploadmuti?filename=gallery&location=Images/PhotoGallery/&value="+c+"&delimages"+i.images_delete,data:l,headers:{"Content-Type":void 0}};o(t).success(function(e){i.loadingscr=!0,i.albumPath=e[0],console.log("path",i.albumPath),i.savephoto()})},i.back=function(){i.photoShow=!1},i.savephoto=function(){var e;null!=i.sims_album_code?(i.loadingscr=!0,e={opr:"I",sims_album_code:i.sims_album_code,sims_album_photo_serial_number:"012",sims_album_photo_id:"022",sims_album_photo_sell_flag:"N",sims_album_photo_price:"0.00",sims_album_photo_path:i.albumPath,sims_album_photo_url:i.sims_album_photo_url,sims_album_photo_status:"A"},o.post(n.apiUrl+"api/common/Album/InsertPhotoInAlbumDataListNew",e).then(function(e){1==e.data?o.get(n.apiUrl+"api/common/Album/getPhotoInAlbum?album_name="+i.sims_album_code).then(function(e){i.photo=e.data,i.getalbums(),swal({text:"Updated Successfully",imageUrl:"assets/img/check.png"})},function(){i.getalbums()}):0==e.data?swal({text:" Not Updated ",imageUrl:"assets/img/close.png"}):swal("Error-"+e.data)}),i.uploadImgClickFShow=!1,i.hide_save=!0):swal({text:"Please Select Album ",imageUrl:"assets/img/close.png"})},i.OnAlbumClick=function(e,t){i.photoShow=!0,i.albumTitle=t,o.get(n.apiUrl+"api/common/Album/getPhotoInAlbum?album_name="+e).then(function(e){i.photoList=e.data,i.PhotoCount=i.photoList.length})},i.CurChange=function(e){o.get(n.apiUrl+"api/common/Album/getClassListHtml?sims_cur_code="+e+"&academic_year=2016").then(function(e){i.CmbClass=e.data,console.log(i.CmbClass),setTimeout(function(){$("#cmb_Classes_create").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"})},1e3)})},i.Create=function(){o.get(n.apiUrl+"api/attendance/getAttendanceCuriculum").then(function(e){i.CmbCur=e.data,1<=e.data.length&&(i.obj={sims_cur_code:e.data[0].sims_cur_code},o.get(n.apiUrl+"api/common/Album/getClassListHtml?sims_cur_code="+e.data[0].sims_cur_code+"&academic_year=2016").then(function(e){i.CmbClass=e.data,console.log(i.CmbClass),t(function(){$("#cmb_Classes_create").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"})},1e3)}))}),console.log("sd"),$("#CreateAlbumMode").modal("show")},i.saveAlbumCreate=function(e){e&&(e=i.obj,void 0===i.obj.sims_album_name?swal({text:"Enter album name ",imageUrl:"assets/img/close.png"}):void 0===i.obj.userGroups?swal({text:"Select group name ",imageUrl:"assets/img/close.png"}):(e.userGroups=i.obj.userGroups.toString(),e.classes=i.obj.classes.toString(),e.opr="I",e.sims_cur_code=i.sims_cur_code,e.sims_academic_year=i.sims_academic_year,o.post(n.apiUrl+"api/common/Album/CUDSimAlbumDataHTML",e).then(function(e){if(e.data){swal({text:"Album Created Successfully",imageUrl:"assets/img/check.png"}),i.getalbums(),$("#CreateAlbumMode").modal("hide");try{$("#cmb_Group_create").multipleSelect("uncheckAll")}catch(e){}}else swal({text:"Album Not Created ",imageUrl:"assets/img/close.png"});i.resd=e.data})))},i.Update=function(){i.obj=[],i.sims_album_code="",o.get(n.apiUrl+"api/common/Album/getClassListHtml?sims_cur_code=01&academic_year=2016").then(function(e){i.CmbClass=e.data,t(function(){$("#cmb_Classes").change(function(){}).multipleSelect({width:"100%"}),$("#cmb_Group").multipleSelect("uncheckAll"),$("#cmb_Classes").multipleSelect("uncheckAll")},1e3)}),$("#UpdateAlbumModel").modal("show")},i.UpadteAlbum=function(){var e=i.obj;e.userGroups=i.obj.userGroups.toString(),e.classes=i.obj.classes.toString(),e.opr="U",o.post(n.apiUrl+"api/common/Album/InsertSimAlbumDataHTML",e).then(function(e){1==e.data?(swal({text:"Album Updated Successfully",imageUrl:"assets/img/check.png"}),i.getalbums()):0==e.data?swal({text:"Album Not Updated. ",imageUrl:"assets/img/close.png"}):swal("Error-"+e.data),i.resd=e.data,console.log(i.resd)})},i.DeleteAlbum=function(){var e=i.obj;e.opr="D",o.post(n.apiUrl+"api/common/Album/InsertSimAlbumDataHTML",e).then(function(e){1==e.data?(i.getalbums(),swal({text:"Album Deleted Successfully",imageUrl:"assets/img/check.png"})):0==e.data?swal({text:"Album Not Deleted. ",imageUrl:"assets/img/close.png"}):swal("Error-"+e.data),i.resd=e.data,console.log(i.resd)})},i.AlbumChange=function(e){o.get(n.apiUrl+"api/common/Album/getAlbumInfo?album_code="+e).then(function(e){i.obj=e.data[0];var t=[];i.st=i.obj.userGroups.substring(0,i.obj.userGroups.length-1),i.test=i.st.split(",");for(var a=0;a<i.test.length;a++)t.push(i.test[a]);try{$("#cmb_Group").multipleSelect("setSelects",t)}catch(e){}var o=[];i.cls=i.obj.classes.substring(0,i.obj.classes.length-1),i.test=i.cls.split(",");for(a=0;a<i.test.length;a++)o.push(i.test[a]);try{$("#cmb_Classes").multipleSelect("setSelects",o)}catch(e){}}),o.get(n.apiUrl+"api/common/Album/getPhotoInAlbum?album_name="+e).then(function(e){i.photo=e.data,i.getalbums()},function(){i.getalbums()})},i.Upload=function(){o.get(n.apiUrl+"api/common/Album/getAlbumListHtml").then(function(e){i.photo=[],r=document.getElementById("chk_min"),i.main=!1,i.CmbAllAlbum=e.data}),$("#UploadImageModel").modal("show"),i.sims_album_photo_url="",i.sims_album_code="",i.hide_save=!0},i.AlbumUploadChange=function(e){o.get(n.apiUrl+"api/common/Album/getPhotoInAlbum?album_name="+e).then(function(e){i.photo=e.data})},i.updatePhotoDetails=function(e){e={opr:"U",sims_album_code:e.sims_album_code,sims_album_photo_serial_number:e.sims_album_photo_serial_number,sims_album_photo_id:e.sims_album_photo_id,sims_album_photo_description:e.sims_album_photo_description,sims_album_photo_sell_flag:e.sims_album_photo_sell_flag,sims_album_photo_price:e.sims_album_photo_price,sims_album_photo_path:e.sims_album_photo_path,sims_album_photo_status:e.sims_album_photo_status,sims_album_photo_url:e.sims_album_photo_url};o.post(n.apiUrl+"api/common/Album/InsertPhotoInAlbumData",e).then(function(e){1==e.data?(t(function(){swal({text:"Updated Successfully",imageUrl:"assets/img/check.png"})},1e3),i.getalbums(),i.AlbumUploadChange(i.sims_album_code)):0==e.data?swal({text:" Not Updated. ",imageUrl:"assets/img/close.png"}):swal("Error-"+e.data)})},i.deletePhotoDetails=function(){var e=i.photo.filter(function(e){return e.chkstatus}).map(function(e){return e.sims_album_photo_id}).join(",");""===e?swal({text:" Select atleast one image to delete. ",imageUrl:"assets/img/close.png"}):(e={opr:"D",sims_album_code:i.photo[0].sims_album_code,sims_album_photo_id:e},o.post(n.apiUrl+"api/common/Album/InsertPhotoInAlbumData",e).then(function(e){1==e.data?(swal({text:"Deleted Successfully",imageUrl:"assets/img/check.png"}),i.getalbums(),i.AlbumUploadChange(i.sims_album_code)):0==e.data?swal({text:" Not Deleted. ",imageUrl:"assets/img/close.png"}):swal("Error-"+e.data)}))},i.imageClose=function(){$("#readyClass").removeClass("mfp-bg mfp-ready"),i.imghide=!1},i.viewimg=function(e,t){i.showIndex=t+1,i.ImgIndex=t,i.imgsrc=e[t].sims_album_photo_path,$("#readyClass").addClass("mfp-bg mfp-ready"),i.imghide=!0},i.nextimg=function(){i.photoList.length-1==i.ImgIndex?(i.ImgIndex=0,i.showIndex=1):(i.ImgIndex=i.ImgIndex+1,i.showIndex=i.ImgIndex+1),i.imgsrc=i.photoList[i.ImgIndex].sims_album_photo_path},i.Previmg=function(){0==i.ImgIndex?(i.ImgIndex=i.photoList.length-1,i.showIndex=i.photoList.length):(i.ImgIndex=i.ImgIndex-1,i.showIndex=i.ImgIndex+1),i.imgsrc=i.photoList[i.ImgIndex].sims_album_photo_path},$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0,format:"yyyy-mm-dd"}),$(document).on("touch click",'*[data-datepicker="true"] .add-on',function(e){$('input[type="text"]',$(this).parent()).focus()})}])}(),function(){"use strict";var e=angular.module("sims.module.Setup");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]);e.controller("ReportCardCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV","AuthenticationService",function(e,t,a,o,s,n,i,d){a="SimsReports."+a.location+",SimsReports",d=d.GetRpt_url();console.log("Report URL:",d,a),$("#reportViewer1").telerik_ReportViewer({serviceUrl:d,viewMode:telerikReportViewer.ViewModes.INTERACTIVE,scaleMode:telerikReportViewer.ScaleModes.SPECIFIC,scale:1,ready:function(){},parameters:{editors:{multiSelect:telerikReportViewer.ParameterEditorTypes.COMBO_BOX,singleSelect:telerikReportViewer.ParameterEditorTypes.COMBO_BOX}},reportSource:{report:a}}),$("#reportViewer1").data("telerik_ReportViewer").reportSource({report:a}),setInterval(function(){$(".trv-report-viewer input[type=number]").css({"min-height":"0px",width:"3.5em"})},100),o(function(){$(".trv-report-viewer input[type=number]").css({"min-height":"0px",width:"3.5em"})},100)}])}(),function(){"use strict";var e=angular.module("sims.module.Setup");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("WorkflowCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(_,e,c,t,a,l,r){_.removedEmpl=[],_.removedUserl=[],_.display=!1,_.busyindicator=!1,_.grid=!0,_.color="#edefef",_.rgvtbl=!1,_.onedit=!1,_.edit_flag=!1,_.btnhide=!0,_.Employee_detials=[],_.User_detials=[],_.edt="",_.firstview=!0,_.secondview=!1,_.thirdview=!1,_.showForInventory=!1,l.get(r.apiUrl+"api/Workflow/GetMod").then(function(e){_.GetMod=e.data}),l.get(r.apiUrl+"api/Workflow/GetWorkFlowType").then(function(e){_.GetWorkFlowType=e.data}),_.select_mod=function(e){l.get(r.apiUrl+"api/Workflow/GetAppl?mod_code="+e).then(function(e){_.GetAppl=e.data,_.rgvtbl=!1,_.edt.sims_worfflow_description="",setTimeout(function(){$("#Select1").select2()},100)})},_.select_appl=function(){var e=_.edt.sims_workflow_mod_code;_.GetDept={},"006"==_.edt.sims_workflow_mod_code&&"Inv044"==_.edt.sims_workflow_appl_code?_.showForInventory=!0:_.showForInventory=!1,"006"==e?l.get(r.apiUrl+"api/Workflow/GetInventoryDept").then(function(e){_.GetDept=e.data}):l.get(r.apiUrl+"api/Workflow/GetDept").then(function(e){_.GetDept=e.data})},_.select_dep=function(o,s){_.Employee_detials=[],_.insertbtn=!1,_.updatebtn=!1,l.get(r.apiUrl+"api/Workflow/GetEmpWorkflowDetails?mod_code="+_.edt.sims_workflow_mod_code+"&appl_code="+_.edt.sims_workflow_appl_code+"&dept_code="+o+"&sims_workflow_type="+s).then(function(e){if(_.GetEmpWorkflowDetails=e.data,0<_.GetEmpWorkflowDetails.length){console.log(_.GetEmpWorkflowDetails),_.edt.dept_code=o,_.edt.sims_workflow_type=s,_.edt.sims_worfflow_description=_.GetEmpWorkflowDetails[0].sims_worfflow_description;for(var t=0;t<_.GetEmpWorkflowDetails.length;t++){var a={sims_workflow_det_empno:_.GetEmpWorkflowDetails[t].sims_workflow_det_empno,sims_workflow_employee_name:_.GetEmpWorkflowDetails[t].sims_workflow_employee_name,sims_workflow_type:_.GetEmpWorkflowDetails[t].sims_workflow_type,sims_worfflow_description:_.GetEmpWorkflowDetails[t].sims_worfflow_description,sims_workflow:_.GetEmpWorkflowDetails[t].sims_workflow,sims_workflow_srno:_.GetEmpWorkflowDetails[t].sims_workflow_srno,sims_workflow_employee_code:_.GetEmpWorkflowDetails[t].sims_workflow_employee_code,sims_workflow_order:_.GetEmpWorkflowDetails[t].sims_workflow_order,sims_workflow_effectivity:_.GetEmpWorkflowDetails[t].sims_workflow_effectivity,sims_workflow_editable:_.GetEmpWorkflowDetails[t].sims_workflow_editable};_.Employee_detials.push(a)}0<_.Employee_detials.length?(_.rgvtbl=!0,_.insertbtn=!1,_.updatebtn=!0):(_.insertbtn=!1,_.updatebtn=!1),console.log("Employee_detials",_.Employee_detials)}}),0==_.Employee_detials.length&&(_.edt.sims_worfflow_description="")},_.get_all_data=function(o,s){_.Employee_detials=[],_.insertbtn=!1,_.updatebtn=!1,l.get(r.apiUrl+"api/Workflow/GetEmpWorkflowDetails?mod_code="+_.edt.sims_workflow_mod_code+"&appl_code="+_.edt.sims_workflow_appl_code+"&dept_code="+_.edt.dept_code+"&sims_workflow_type="+_.edt.sims_workflow_type).then(function(e){if(_.GetEmpWorkflowDetails=e.data,0<_.GetEmpWorkflowDetails.length){console.log(_.GetEmpWorkflowDetails),_.edt.dept_code=o,_.edt.sims_workflow_type=s,_.edt.sims_worfflow_description=_.GetEmpWorkflowDetails[0].sims_worfflow_description;for(var t=0;t<_.GetEmpWorkflowDetails.length;t++){var a={sims_workflow_det_empno:_.GetEmpWorkflowDetails[t].sims_workflow_det_empno,sims_workflow_employee_name:_.GetEmpWorkflowDetails[t].sims_workflow_employee_name,sims_workflow_type:_.GetEmpWorkflowDetails[t].sims_workflow_type,sims_worfflow_description:_.GetEmpWorkflowDetails[t].sims_worfflow_description,sims_workflow:_.GetEmpWorkflowDetails[t].sims_workflow,sims_workflow_srno:_.GetEmpWorkflowDetails[t].sims_workflow_srno,sims_workflow_employee_code:_.GetEmpWorkflowDetails[t].sims_workflow_employee_code,sims_workflow_order:_.GetEmpWorkflowDetails[t].sims_workflow_order,sims_workflow_effectivity:_.GetEmpWorkflowDetails[t].sims_workflow_effectivity,sims_workflow_editable:_.GetEmpWorkflowDetails[t].sims_workflow_editable};_.Employee_detials.push(a)}0<_.Employee_detials.length?(_.rgvtbl=!0,_.insertbtn=!1,_.updatebtn=!0):(_.insertbtn=!1,_.updatebtn=!1),console.log("Employee_detials",_.Employee_detials)}}),0==_.Employee_detials.length&&(_.edt.sims_worfflow_description="")},_.Add_employee=function(){_.GetEmployee=[],_.edit_flag=!1,l.get(r.apiUrl+"api/Workflow/GetDesg").then(function(e){_.GetDesg=e.data,_.edt.dg_code="",_.edt.emp_code=""}),_.firstview=!1,_.secondview=!0,_.thirdview=!1},_.visiting_user=function(){_.GetUser=[],_.firstview=!1,_.secondview=!1,_.thirdview=!0},_.Show_employee=function(){_.busy=!0,l.get(r.apiUrl+"api/Workflow/GetEmployee?empid="+_.edt.emp_code+"&desg="+_.edt.dg_code).then(function(e){_.GetEmployee=e.data,_.busy=!1,_.rgvtbl1=!0,_.vuser=!1}),_.busy=!1},_.Show_user=function(){_.busy=!0,_.vuser=!0,l.get(r.apiUrl+"api/Workflow/GetUser?userid="+_.edt.user_id).then(function(e){_.GetUser=e.data,_.busy=!1,_.rgvtbl1=!1}),_.busy=!1},_.Save_all=function(){var e;null==_.edt.sims_workflow_mod_code||null==_.edt.sims_workflow_appl_code||null==_.edt.dept_code||null==_.edt.sims_workflow_type||""==_.edt.sims_workflow_mod_code||""==_.edt.sims_workflow_appl_code||""==_.edt.dept_code||""==_.edt.sims_workflow_type?swal("","All fields are mandatory."):(e={sims_worfflow_description:_.edt.sims_worfflow_description,sims_workflow_mod_code:_.edt.sims_workflow_mod_code,sims_workflow_appl_code:_.edt.sims_workflow_appl_code,sims_workflow_type:_.edt.sims_workflow_type,dept_code:_.edt.dept_code},console.log(e),l.post(r.apiUrl+"api/Workflow/InsertSimsWorkflow",e).then(function(e){if(_.msg=e.data,""!=_.msg&&null!=_.msg)for(var t=[],a=0;a<_.Employee_detials.length;a++){var o={sims_workflow_employee_code:_.Employee_detials[a].sims_workflow_employee_code,sims_workflow_order:_.Employee_detials[a].sims_workflow_order,sims_workflow_effectivity:_.Employee_detials[a].sims_workflow_effectivity,sims_workflow_surpassable:_.Employee_detials[a].sims_workflow_surpassable,sims_workflow_srno:_.msg,sims_workflow_editable:_.Employee_detials[a].sims_workflow_editable};t.push(o)}l.post(r.apiUrl+"api/Workflow/InsertSimsWorkflowemp",t).then(function(e){_.msg2=e.data,_.msg2&&swal("","Record Inserted Successfully."),_.reset_form()})}))},_.Update_all=function(){var e,i;null==_.edt.sims_workflow_mod_code||null==_.edt.sims_workflow_appl_code||null==_.edt.dept_code||null==_.edt.sims_workflow_type||""==_.edt.sims_workflow_mod_code||""==_.edt.sims_workflow_appl_code||""==_.edt.dept_code||""==_.edt.sims_workflow_type?swal("","All fields are mandatory."):(e={sims_workflow:_.GetEmpWorkflowDetails[0].sims_workflow,sims_worfflow_description:_.edt.sims_worfflow_description,sims_workflow_type:_.edt.sims_workflow_type,sims_workflow_srno:_.GetEmpWorkflowDetails[0].sims_workflow_srno},i=_.GetEmpWorkflowDetails[0].sims_workflow_srno,l.post(r.apiUrl+"api/Workflow/UpdateSimsWorkflow",e).then(function(e){_.ms=e.data;var t=[];if(_.ms){for(var a=0;a<_.Employee_detials.length;a++){var o={sims_workflow_det_empno:null==_.Employee_detials[a].sims_workflow_det_empno?"":_.Employee_detials[a].sims_workflow_det_empno,sims_workflow_srno:i,sims_workflow_employee_code:_.Employee_detials[a].sims_workflow_employee_code,sims_workflow_order:_.Employee_detials[a].sims_workflow_order,sims_workflow_effectivity:_.Employee_detials[a].sims_workflow_effectivity,sims_workflow_surpassable:"Y",sims_workflow_editable:_.Employee_detials[a].sims_workflow_editable};t.push(o)}var s=[];if(0<_.removedEmpl.length){for(a=0;a<_.removedEmpl.length;a++){var n={sims_workflow_det_empno:_.removedEmpl[a].sims_workflow_det_empno,sims_workflow_employee_code:_.removedEmpl[a].sims_workflow_employee_code};s.push(n)}l.post(r.apiUrl+"api/Workflow/UDeleteSimsWorkflowemp",s).then(function(e){_.ds=e.data,_.removedEmpl=[],_.removedUserl=[]})}l.post(r.apiUrl+"api/Workflow/UpdateSimsWorkflowemp",t).then(function(e){_.ms1=e.data,_.ms1&&swal("","Record updated Successfully."),_.edit_flag=!1,_.reset_form()})}}))},_.Update_all_new=function(){null==_.edt.sims_workflow_mod_code||null==_.edt.sims_workflow_appl_code||null==_.edt.dept_code||null==_.edt.sims_workflow_type||""==_.edt.sims_workflow_mod_code||""==_.edt.sims_workflow_appl_code||""==_.edt.dept_code||""==_.edt.sims_workflow_type?swal("","All fields are mandatory."):l.post(r.apiUrl+"api/Workflow/updateEmployeeThoseRemovenew?empid="+_.employee_code+"&sims_workflow_srno="+_.sims_workflow_srno+"&sims_workflow_det_empno="+_.sims_workflow_det_empno+"&user="+c.globals.currentUser.username).then(function(e){var t={sims_workflow:_.GetEmpWorkflowDetails[0].sims_workflow,sims_worfflow_description:_.edt.sims_worfflow_description,sims_workflow_type:_.edt.sims_workflow_type,sims_workflow_srno:_.GetEmpWorkflowDetails[0].sims_workflow_srno},i=_.GetEmpWorkflowDetails[0].sims_workflow_srno;l.post(r.apiUrl+"api/Workflow/UpdateSimsWorkflow",t).then(function(e){_.ms=e.data;var t=[];if(_.ms){for(var a=0;a<_.Employee_detials.length;a++){var o={sims_workflow_det_empno:null==_.Employee_detials[a].sims_workflow_det_empno?"":_.Employee_detials[a].sims_workflow_det_empno,sims_workflow_srno:i,sims_workflow_employee_code:_.Employee_detials[a].sims_workflow_employee_code,sims_workflow_order:_.Employee_detials[a].sims_workflow_order,sims_workflow_effectivity:_.Employee_detials[a].sims_workflow_effectivity,sims_workflow_surpassable:"Y",sims_workflow_editable:_.Employee_detials[a].sims_workflow_editable};t.push(o)}var s=[];if(0<_.removedEmpl.length){for(a=0;a<_.removedEmpl.length;a++){var n={sims_workflow_det_empno:_.removedEmpl[a].sims_workflow_det_empno,sims_workflow_employee_code:_.removedEmpl[a].sims_workflow_employee_code};s.push(n)}l.post(r.apiUrl+"api/Workflow/UDeleteSimsWorkflowemp",s).then(function(e){_.ds=e.data,_.removedEmpl=[],_.removedUserl=[]})}l.post(r.apiUrl+"api/Workflow/UpdateSimsWorkflowemp",t).then(function(e){_.ms1=e.data,_.ms1&&swal("","Record updated Successfully."),_.edit_flag=!1})}})})},_.edit=function(e,t,a,o){_.firstview=!1,_.secondview=!0,_.onedit=!0,_.edit_flag=!0,_.selected_emp=t+" - "+e,_.selected_emp_code=e,_.employee_code=e,_.sims_workflow_det_empno=a,_.sims_workflow_srno=o,_.rgvtbl1=!1,_.GetEmployee=[]},t(function(){$("#Table2").tableHeadFixer({top:1}),$("#Table1").tableHeadFixer({top:1})},100),_.get_employeedetails=function(){_.firstview=!0,_.secondview=!1,_.thirdview=!1,_.r1=!1;for(var e=[],t=0;t<_.GetEmployee.length;t++)1==_.GetEmployee[t].select_status&&(i={sims_workflow_employee_code:_.GetEmployee[t].sims_workflow_employee_code,sims_workflow_employee_name:_.GetEmployee[t].sims_workflow_employee_name},e.push(i));if(0<_.Employee_detials.length){_.Employee_detials;for(t=0;t<e.length;t++)for(var a=0;a<_.Employee_detials.length;a++)_.Employee_detials[a].sims_workflow_employee_code==e[t].sims_workflow_employee_code&&(e.splice(t,1),swal("","Selected employee already exist"));if(_.edit_flag){var o=_.Employee_detials.findIndex(e=>e.sims_workflow_employee_code===_.selected_emp_code);-1!==o&&(console.log("Matching Employee Found in Employee_details:",_.Employee_detials[o]),_.Employee_detials[o].sims_workflow_employee_code=e[0].sims_workflow_employee_code,_.Employee_detials[o].sims_workflow_employee_name=e[0].sims_workflow_employee_name,_.Employee_detials[o].sims_workflow_effectivity=1,console.log("Updated Employee Details:",_.Employee_detials[o]))}else for(var s=0;s<e.length;s++){var n={sims_workflow_employee_code:e[s].sims_workflow_employee_code,sims_workflow_employee_name:e[s].sims_workflow_employee_name,sims_workflow_order:_.Employee_detials.length+1,sims_workflow_effectivity:1,sims_workflow_surpassable:"Y"};_.Employee_detials.push(n)}_.edit_flag=!1}else for(var i,t=0;t<_.GetEmployee.length;t++)1==_.GetEmployee[t].select_status&&(i={sims_workflow_employee_code:_.GetEmployee[t].sims_workflow_employee_code,sims_workflow_employee_name:_.GetEmployee[t].sims_workflow_employee_name,sims_workflow_order:_.Employee_detials.length+1,sims_workflow_effectivity:1,sims_workflow_surpassable:"Y"},_.Employee_detials.push(i));0<_.Employee_detials.length&&(_.rgvtbl=!0,1==_.updatebtn?_.insertbtn=!1:_.insertbtn=!0),_.Update_all_new()},_.get_userdetails=function(){_.firstview=!0,_.secondview=!1,_.thirdview=!1,_.r1=!1;for(var e=[],t=0;t<_.GetUser.length;t++)1==_.GetUser[t].select_status&&(n={sims_workflow_user_id:_.GetUser[t].sims_workflow_user_id,sims_workflow_user_name:_.GetUser[t].sims_workflow_user_name},e.push(n));if(0<_.User_detials.length){_.User_detials;for(t=0;t<e.length;t++)for(var a=0;a<_.User_detials.length;a++)_.User_detials[a].sims_workflow_user_id==e[t].sims_workflow_user_id&&e.splice(t,1);for(var o=0;o<e.length;o++){var s={sims_workflow_user_id:e[o].sims_workflow_user_id,sims_workflow_user_name:e[o].sims_workflow_user_name,sims_workflow_order:_.User_detials.length+1,sims_workflow_effectivity:1,sims_workflow_surpassable:"Y"};_.User_detials.push(s)}}else for(var n,t=0;t<_.GetUser.length;t++)1==_.GetUser[t].select_status&&(n={sims_workflow_user_id:_.GetUser[t].sims_workflow_user_id,sims_workflow_user_name:_.GetUser[t].sims_workflow_user_name,sims_workflow_order:_.User_detials.length+1,sims_workflow_effectivity:1,sims_workflow_surpassable:"Y"},_.User_detials.push(n));0<_.User_detials.length&&(_.r1=!0,1==_.updatebtn?_.insertbtn=!1:_.insertbtn=!0)},_.close_employee=function(){_.firstview=!0,_.onedit=!1,_.secondview=!1,_.edit_flag=!1,_.thirdview=!1},_.changeno=function(e){console.log(e),_.maindata=e,(365<=_.maindata.sims_workflow_effectivity||_.maindata.sims_workflow_effectivity<=0)&&(swal("","Please enter 0 to 365 days."),_.maindata.sims_workflow_effectivity=1)},_.onlyNumbers=function(e,t){var a,o={escape:27,backspace:8,tab:9,enter:13,del:46,0:48,1:49,2:50,3:51,4:52,5:53,6:54,7:55,8:56,9:57};for(a in o)if(o.hasOwnProperty(a)&&(e.charCode==o[a]||e.keyCode==o[a]))return;e.preventDefault()},_.reset_form=function(){_.edt="",_.Employee_detials=[],_.insertbtn=!1,_.updatebtn=!1,_.rgvtbl=!1,_.rgvtbl1=!1,_.removedEmpl=[],_.removedUserl=[]},_.removedEmpl=[],_.deletedoc=function(n,i,d){swal({title:"",text:"Are you sure you want to delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No",allowOutsideClick:!1}).then(function(e){if(e){l.post(r.apiUrl+"api/Workflow/updateEmployeeThoseRemovedel?empid="+n+"&sims_workflow_srno="+d+"&sims_workflow_det_empno="+i+"&user="+c.globals.currentUser.username).then(function(e){e=e.data;console.log(e),e&&swal("","Record deleted Successfully.")});for(var t=0;t<_.Employee_detials.length;t++)_.Employee_detials[t].sims_workflow_employee_code==n&&(null==_.Employee_detials[t].sims_workflow_det_empno&&""==_.Employee_detials[t].sims_workflow_det_empno||_.removedEmpl.push(_.Employee_detials[t]),_.Employee_detials.splice(t,1));var a=_.Employee_detials;_.Employee_detials=[];for(var o=0;o<a.length;o++){var s=null==a[o].sims_workflow?{sims_workflow_effectivity:a[o].sims_workflow_effectivity,sims_workflow_employee_code:a[o].sims_workflow_employee_code,sims_workflow_employee_name:a[o].sims_workflow_employee_name,sims_workflow_order:o+1,sims_workflow_surpassable:a[o].sims_workflow_surpassable}:{sims_worfflow_description:a[o].sims_worfflow_description,sims_workflow:a[o].sims_workflow,sims_workflow_det_empno:a[o].sims_workflow_det_empno,sims_workflow_effectivity:a[o].sims_workflow_effectivity,sims_workflow_employee_code:a[o].sims_workflow_employee_code,sims_workflow_employee_name:a[o].sims_workflow_employee_name,sims_workflow_order:o+1,sims_workflow_srno:a[o].sims_workflow_srno,sims_workflow_type:a[o].sims_workflow_type};_.Employee_detials.push(s)}console.log(_.Employee_detials)}})},_.removedUserl=[],_.deletedoc1=function(e){l.post(r.apiUrl+"api/Workflow/?userid="+e).then(function(e){e=e.data;console.log(e)});for(var t=0;t<_.User_detials.length;t++)_.User_detials[t].sims_workflow_user_id==e&&(null==_.User_detials[t].sims_workflow_det_empno&&""==_.User_detials[t].sims_workflow_det_empno||_.removedUserl.push(_.User_detials[t]),_.User_detials.splice(t,1));var a=_.User_detials;_.User_detials=[];for(var o=0;o<a.length;o++){var s=null==a[o].sims_workflow?{sims_workflow_effectivity:a[o].sims_workflow_effectivity,sims_workflow_user_id:a[o].sims_workflow_user_id,sims_workflow_user_name:a[o].sims_workflow_user_name,sims_workflow_order:o+1,sims_workflow_surpassable:a[o].sims_workflow_surpassable}:{sims_worfflow_description:a[o].sims_worfflow_description,sims_workflow:a[o].sims_workflow,sims_workflow_det_empno:a[o].sims_workflow_det_empno,sims_workflow_effectivity:a[o].sims_workflow_effectivity,sims_workflow_user_id:a[o].sims_workflow_user_id,sims_workflow_user_name:a[o].sims_workflow_user_name,sims_workflow_order:o+1,sims_workflow_srno:a[o].sims_workflow_srno,sims_workflow_type:a[o].sims_workflow_type};_.User_detials.push(s)}console.log(_.User_detials)}}])}(),function(){"use strict";var e=angular.module("sims.module.Student");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("SignOffCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$filter","$http","ENV","AuthenticationService",function(s,e,n,o,t,a,i,d,c){s.pagesize="10",s.pageindex="0",s.search_btn=!0,s.clr_btn=!0,s.pager=!0,s.users=n.globals.currentUser.username,s.mom_start_date="",s.mom_end_date="";var l;s.size=function(e){"All"==e?(s.currentPage="1",s.filteredTodos=s.todos,s.pager=!1):(s.pager=!0,s.pagesize=e,s.currentPage=1,s.numPerPage=e,s.makeTodos())},s.index=function(e){s.pageindex=e,s.currentPage=e,console.log("currentPage="+s.currentPage),s.makeTodos(),main.checked=!1},s.filteredTodos=[],s.currentPage=1,s.numPerPage=10,s.maxSize=10,s.makeTodos=function(){var e=parseInt(s.totalItems%s.numPerPage),e=(s.pagersize="0"==e?parseInt(s.totalItems/s.numPerPage):parseInt(s.totalItems/s.numPerPage)+1,(s.currentPage-1)*s.numPerPage),t=parseInt(e)+parseInt(s.numPerPage);console.log("begin="+e),console.log("end="+t),s.filteredTodos=s.todos.slice(e,t);for(var a=0;a<s.filteredTodos.length;a++)s.filteredTodos[a].icon="fa fa-plus-circle";s.filteredTodos=s.todos.slice(e,t)},s.CheckboxClicked=function(e){"from"==e?controlDatePicker($("#date_SignOff_From_Check"),e):"to"==e&&controlDatePicker($("#date_SignOff_To_Check"),e)},s.controlDatePicker=function(e,t){e.is(":checked")?($("#fdate").attr("disabled","disabled"),"from"==t?s.sign_off_from_date="":s.sign_off_to_date=""):($("#fdate").removeAttr("disabled"),$("#fdate").focus(),e=u(new Date,"DD-MM-YYYY"),"from"==t?s.sign_off_from_date=e:s.sign_off_to_date=e)};var r=[],m=(i.get(d.apiUrl+"api/common/SignOff/getAllSignOffUsers").then(function(e){s.allUsers=e.data,r=e.data,console.log("All Users List : ",r);var e=s.users;"admin"!=e?(e=a("filter")(s.allUsers,{em_login_code:e},!0),s.Sign_Off_Users=e,console.log("Users List : ",s.Sign_Off_Users)):s.Sign_Off_Users=r}),i.get(d.apiUrl+"api/UserRole/getUserRole").then(function(e){s.users;s.UserRole=e.data,console.log("All Roles List : ",s.UserRole),setTimeout(function(){$("#cmb_UserRole").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"})},1e3)}),s.getUserRoles=function(){var e=s.users;"admin"==e?i.get(d.apiUrl+"api/UserRole/getUserRole").then(function(e){s.UserRole=e.data,console.log("All Roles List : ",s.UserRole)}):i.get(d.apiUrl+"api/common/UserApplicationsController/GetUserAssignRoles_new?userName="+e).then(function(e){s.UserRole=e.data,console.log("Current User Role : ",s.UserRole)}),setTimeout(function(){$("#cmb_UserRole").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"})},1e3)},s.getSignOffUsers=function(){var e=s.users;"admin"!=e?(e=a("filter")(s.allUsers,{em_login_code:e},!0),s.Sign_Off_Users=e,console.log("Users List : ",s.Sign_Off_Users)):s.Sign_Off_Users=r},console.log("SignOffUsers List - ",s.Sign_Off_Users),i.get(d.apiUrl+"api/common/ApplicationMaster/getModules").then(function(e){s.obj1=e.data,console.log("App Modules",s.obj1),setTimeout(function(){$("#cmb_ModuleName").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"})},1e3)}),i.get(d.apiUrl+"api/common/ApplicationMaster/getAppTypes").then(function(e){s.obj2=e.data,console.log("App Types",s.obj2),setTimeout(function(){$("#cmb_appl_type").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"})},1e3)}),s.exportData1=function(){swal({title:"",text:"Are you sure you want to Save?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){e&&alasql('SELECT * INTO XLSX("Report.xlsx",{headers:true})  FROM HTML("#divSignOffData",{headers:true,skipdisplaynone:true})')}),s.table=!1},s.refreshing_data=function(){s.save_btn=!1;var e=[];s.totalItems=e.length,s.todos=e,s.makeTodos()},[]);function p(e,t){var a=$("#"+e);t?(document.getElementById(e).setAttribute("style","border-color: red !important"),a.addClass("error-text"),controlSubmitBtn(!0),console.log("[changed] Remarks affected : ",e)):a.hasClass("error-text")&&(a.removeClass("error-text"),document.getElementById(e).removeAttribute("style"),controlSubmitBtn(!1),console.log("[no change] Remarks affected : ",e))}function u(e,t){var a;if("DD-MM-YYYY"==t)return t=e.getMonth()+1,(a=(a=e.getDate())<10?"0"+a:a)+"-"+(t=t<10?"0"+t:t)+"-"+e.getFullYear()}s.full_data={},s.getEmpID=function(e){try{0<m.length&&(m=0,s.full_data={})}catch(e){}s.full_data=e,m=e.sims_admission_number,n.visible_stud=!1,n.visible_parent=!1,n.visible_search_parent=!1,n.visible_teacher=!1,n.visible_User=!1,n.visible_Employee=!0,n.chkMulti=!1,s.global_Search_click(),$("#Global_Search_Modal").modal({backdrop:"static"}),s.temp.em_login_code="",s.temp.EmpName="",s.showBtn=!1},s.clear_data=function(){s.filteredTodos=[],s.temp.sims_role_code=null,s.temp.sims_user_code=null,s.temp.sims_module_code=null,s.temp.app_type_code=null,s.temp.sign_off_satus=null,s.temp.sign_off_from_date=null,s.temp.sign_off_to_date=null,s.pager=!1},s.$on("global_cancel",function(e){console.log(s.SelectedUserLst),0<s.SelectedUserLst.length&&(s.full_data.sims_employee_ID=s.SelectedUserLst[0].em_login_code)}),i.post(d.apiUrl+"api/MapingController/SearchEmployee").then(function(e){s.GetAllTeacherName=e.data}),s.insertDataDetails=function(){for(var e,t=s.temp.sims_user_code.split(":")[0],a=[],o=0;o<s.filteredTodos.length;o++)e={sims_app_code:s.filteredTodos[o].sims_app_code,sims_emp_code:t,sims_sign_off_status:s.filteredTodos[o].sims_sign_off_status,sims_percent_completed:s.filteredTodos[o].sims_percent_completed,sims_remarks:s.filteredTodos[o].sims_remarks,sims_login_user_name:n.globals.currentUser.username,sims_login_user_ip:myip,sims_date_completed:s.filteredTodos[o].sims_date_completed},a.push(e);0<a.length&&i.post(d.apiUrl+"api/common/SignOff/updateSignOffData",a).then(function(e){s.msg1=e.data,1==s.msg1?swal({text:"Record Inserted Successfully",imageUrl:"assets/img/check.png",width:300,height:200}):0==s.msg1?swal({text:"Could not insert record!",imageUrl:"assets/img/close.png",width:300,height:200}):swal("Error-"+s.msg1)})},s.getSignOffData=function(){var e;null==s.temp.sims_user_code||0==s.temp.sims_user_code.length?swal({title:"Alert",text:"Please select a user",showCloseButton:!0,width:380}):(e=s.temp.sims_user_code.split(":")[0],console.log("usercode = ",e),"admin"==s.users?s.isAdmin=!0:s.isAdmin=!1,i.get(d.apiUrl+"api/common/SignOff/getSignOffData?roles="+s.temp.sims_role_code+"&users="+e+"&modules="+s.temp.sims_module_code+"&appType="+s.temp.app_type_code+"&status="+s.temp.sign_off_satus+"&fromDate="+s.temp.sign_off_from_date+"&toDate="+s.temp.sign_off_to_date).then(function(e){l=e.data,s.signOffDetails=e.data,s.signOffDetailsCopy=angular.copy(e.data),s.totalItems=l.length,s.todos=l,s.makeTodos()}))},s.report_url="Comn.CMNR04Signoff",s.report_show=!0,s.Report=function(e){s.temp.sims_user_code||swal({title:"Alert",text:"Please select a user",showCloseButton:!0,width:380}),$("#reportmodal").modal("show"),s.report_show=!1,console.log("Report-name URL : ",s.report_url);var t={location:s.report_url,parameter:{user_role:s.temp.sims_role_code,user:s.temp.sims_user_code.split(":")[0],module:s.temp.sims_module_code,app_type:s.temp.app_type_code,status:s.temp.sign_off_satus,report_display:!0},state:"main.Sign36",ready:function(){this.refreshReport()}};window.localStorage.ReportDetails=JSON.stringify(t);try{s.rpt=JSON.parse(window.localStorage.ReportDetails),s.location=s.rpt.location,s.parameter=s.rpt.parameter,s.state=s.rpt.state}catch(e){console.log('Could not retreive data from Window.storage["ReportDetails"] : ',s.rpt)}var t="SimsReports."+s.location+",SimsReports",a=window.location.href,a=(a.substring(0,a.indexOf(":")),i.defaults.headers.common.schoolId),a=(console.log("School ID : ",a),c.GetRpt_url());console.log("Report Service URL : ",a),s.parameters={},$("#reportViewer1").telerik_ReportViewer({serviceUrl:a,viewMode:telerikReportViewer.ViewModes.INTERACTIVE,scaleMode:telerikReportViewer.ScaleModes.SPECIFIC,scale:1,ready:function(){}}),$("#reportViewer1").data("telerik_ReportViewer").reportSource({report:t,parameters:s.parameter}),setInterval(function(){$("#k-item k-state-default k-state-disabled").css({display:"block"}),$(".trv-report-viewer input[type=number]").css({"min-height":"0px"})},1e3),o(function(){$("#k-item k-state-default k-state-disabled").css({display:"block"}),$(".trv-report-viewer input[type=number]").css({"min-height":"0px"})},100)},i.get(d.apiUrl+"api/common/SignOff/getProjMgmtReportURL?keyword=signOffSTK").then(function(e){s.sth_report_url=e.data}),s.StakeholderReport=function(e){s.temp.sims_user_code||swal({title:"Alert",text:"Please select a user",showCloseButton:!0,width:380}),$("#reportmodal").modal("show"),s.report_show=!1,console.log("Report-name URL : ",s.sth_report_url);var t={location:s.sth_report_url,parameter:{user_role:s.temp.sims_role_code,user:s.temp.sims_user_code.split(":")[0],module:s.temp.sims_module_code,app_type:s.temp.app_type_code,status:s.temp.sign_off_satus,report_display:!0},state:"main.Sign36",ready:function(){this.refreshReport()}};window.localStorage.ReportDetails=JSON.stringify(t);try{s.sth_report=JSON.parse(window.localStorage.ReportDetails),s.location=s.sth_report.location,s.parameter=s.sth_report.parameter,s.state=s.sth_report.state}catch(e){console.log('Could not retreive data from Window.storage["ReportDetails"] : ',s.sth_report)}var t="SimsReports."+s.location+",SimsReports",a=window.location.href,a=(a.substring(0,a.indexOf(":")),i.defaults.headers.common.schoolId),a=(console.log("School ID : ",a),c.GetRpt_url());console.log("Report Service URL : ",a),s.parameters={},$("#reportViewer1").telerik_ReportViewer({serviceUrl:a,viewMode:telerikReportViewer.ViewModes.INTERACTIVE,scaleMode:telerikReportViewer.ScaleModes.SPECIFIC,scale:1,ready:function(){}}),$("#reportViewer1").data("telerik_ReportViewer").reportSource({report:t,parameters:s.parameter}),setInterval(function(){$("#k-item k-state-default k-state-disabled").css({display:"block"}),$(".trv-report-viewer input[type=number]").css({"min-height":"0px"})},1e3),o(function(){$("#k-item k-state-default k-state-disabled").css({display:"block"}),$(".trv-report-viewer input[type=number]").css({"min-height":"0px"})},100)},s.SignOffStatusChanged=function(e,t,a){t.sims_percent_completed="",t.sims_date_completed=u(new Date,"DD-MM-YYYY"),"cptd"==e?t.sims_percent_completed="100":"0"==e?(t.sims_sign_off_status=null,t.sims_date_completed=null):"NIU"==e||"NA"==e?t.sims_percent_completed="":"pndg"!=e&&"WIP"!=e&&"Bug"!=e&&"CR"!=e||(t.sims_percent_completed="0")},s.checkValidPercentage=function(e,t,a){e=parseFloat(e),a="txtPercentCompleted_"+a;console.log("Inside checkValidPercentage"),p(a,(e<0||100<e)&&!(t.sims_percent_completed=""))},s.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).sims_admission_pros_number.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_admission_number.toLowerCase().indexOf(t.toLowerCase())||-1<e.name.toLowerCase().indexOf(t.toLowerCase());var t})},s.search=function(){s.todos=s.searched(s.Stud_Details,s.searchText),s.totalItems=s.todos.length,s.currentPage="1",""==s.searchText&&(s.todos=s.Stud_Details),s.makeTodos()}}])}(),function(){"use strict";var e=angular.module("sims.module.Setup");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("SurveyStatisticQueryReportDetailCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(s,e,t,o,a,n,i){s.temp={},s.pagesize="All",s.pageindex=0,s.pager=!0;var d=(c=new Date).getDate(),_=c.getMonth()+1,c=(c.getFullYear(),s.route_dir1="",s.route_name1="",s.date="",t.globals.currentUser.username,s.SchoolLogo=i.docUrl+n.defaults.headers.common.schoolId+"/Images/SchoolLogo/",$(function(){$("#route_dir_box1").multipleSelect({width:"100%"}),$("#route_name_box1").multipleSelect({width:"100%",filter:!0})}),new Date);(d=c.getDate())<10&&(d="0"+d);(_=c.getMonth()+1)<10&&(_="0"+_);var l=c.getFullYear();s.sdate=d+"-"+_+"-"+l,s.edate=d+"-"+_+"-"+l,s.mom_start_date=d+"-"+_+"-"+l,s.mom_end_date=d+"-"+_+"-"+l,$(function(){$("#chkmarks").click(function(){$(this).is(":checked")?($("#fdate").attr("disabled","disabled"),s.mom_start_date=""):($("#fdate").removeAttr("disabled"),$("#fdate").focus(),s.mom_start_date=d+"-"+_+"-"+l)})}),$(function(){$("#chkmarks1").click(function(){$(this).is(":checked")?($("#fdate").attr("disabled","disabled"),s.mom_end_date=""):($("#fdate").removeAttr("disabled"),$("#fdate").focus(),s.mom_end_date=d+"-"+_+"-"+l)})}),n.get(i.apiUrl+"api/common/getCuriculum").then(function(e){s.cur_data=e.data,s.temp.sims_cur_code=s.cur_data[0].sims_cur_code,s.getAcademic_year(s.cur_data[0].sims_cur_code)}),s.getAcademic_year=function(e){n.get(i.apiUrl+"api/common/getAcademicYear?curCode="+e).then(function(e){s.acad_data=e.data,s.temp.sims_academic_year=s.acad_data[0].sims_academic_year,s.survey_count(s.temp.sims_academic_year)})},s.tablerefresh=!0,s.survey_count=function(e){n.get(i.apiUrl+"api/surveystatistic/getSurveyCount?acad_year="+e).then(function(e){s.demo_values=e.data}),s.tablerefresh=!1},s.total_survey=function(e){s.tablerefresh=!0,s.count="1",n.get(i.apiUrl+"api/surveystatistic/getSurveyData?count="+s.count+"&acad_year="+e).then(function(e){s.report_data=e.data,s.comn_report_data=s.report_data,0<s.report_data.length||swal({text:"No surveys",width:400,showCloseButton:!0})})},s.past_survey=function(e){s.tablerefresh=!0,s.count="2",n.get(i.apiUrl+"api/surveystatistic/getSurveyData?count="+s.count+"&acad_year="+e).then(function(e){s.report_data=e.data,s.comn_report_data=s.report_data,0<s.report_data.length||swal({text:"No past surveys",width:400,showCloseButton:!0})})},s.current_survey=function(e){s.tablerefresh=!0,s.count="3",n.get(i.apiUrl+"api/surveystatistic/getSurveyData?count="+s.count+"&acad_year="+e).then(function(e){s.report_data=e.data,s.comn_report_data=s.report_data,0<s.report_data.length||swal({text:"No current surveys",width:400,showCloseButton:!0})})},s.search=function(){""===s.searchText?s.report_data=s.comn_report_data:s.report_data=s.report_data.filter(function(e){return e=e,t=s.searchText,e.sims_survey_code.toLowerCase().includes(t.toLowerCase())||e.sims_survey_subject.toLowerCase().includes(t.toLowerCase())||e.sims_survey_desc_en.toLowerCase().includes(t.toLowerCase())||e.sims_survey_start_date.toLowerCase().includes(t.toLowerCase())||e.sims_survey_end_date.toLowerCase().includes(t.toLowerCase())||e.sims_survey_created_by_user.toLowerCase().includes(t.toLowerCase())||e.sims_survey_creation_time.toLowerCase().includes(t.toLowerCase())||e.sims_survey_status.toLowerCase().includes(t.toLowerCase());var t}),s.totalItems=s.report_data.length,s.currentPage="1",s.makeTodos()},s.colname=null,s.reverse=!1,s.sort=function(e){s.colname=e,s.reverse=s.colname===e&&!s.reverse},o(function(){$("#customers").tableHeadFixer({top:1})},100),s.colsvis=!1,s.exportData=function(){s.colsvis=!0,swal({title:"Alert",text:"Do you want to Export in MS-Excel?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){e&&(e=new Blob([document.getElementById("rpt_data1").innerHTML],{type:"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;charset=utf-8"}),s.detailsField=!1,saveAs(e,"StudentsByVehicle.xls"),s.colsvis=!1,s.getdetail()),s.getdetail()})},s.print=function(){s.colsvis=!0,swal({title:"Alert",text:"Do you want to Print?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){var t,a,o;e&&(e=document.head.outerHTML,t=document.getElementById("rpt_data1").outerHTML,(o=(a=window.open("","_blank","location=yes, statusbar=no, menubar=no, titlebar=no, toolbar=no,dependent=no, width=800, height=600, resizable=yes, screenX=250, screenY=10, personalbar=no, scrollbars=yes")).document).open(),o.write("<!doctype html><html>"+e+'<body onLoad="window.print()">'+t+"</body></html>"),o.close(),a.focus(),s.getdetail()),s.getdetail()})},s.sortBy=function(e){s.reverse=s.propertyName===e&&!s.reverse,s.propertyName=e},s.size=function(e){"All"==e?(s.currentPage="1",s.filteredTodos=s.obj,s.pager=!1):(s.pager=!0,s.pagesize=e,s.currentPage=1,s.numPerPage=e,s.makeTodos())},s.index=function(e){s.pageindex=e,s.currentPage=e,s.makeTodos(),main.checked=!1,s.CheckAllChecked()},s.filteredTodos=[],s.currentPage=1,s.numPerPage=50,s.maxSize=5,s.makeTodos=function(){var e=parseInt(s.totalItems%s.numPerPage),e=(s.pagersize="0"==e?parseInt(s.totalItems/s.numPerPage):parseInt(s.totalItems/s.numPerPage)+1,(s.currentPage-1)*s.numPerPage),t=parseInt(e)+parseInt(s.numPerPage);s.filteredTodos=s.todos.slice(e,t)},s.surveyquestions=function(){$("#MyModal1").modal("show")},s.choiceReport=function(e){$("#surmodal").modal("show"),s.report_show=!1;e={location:e.detail_report_location,parameter:{surveycode:e.sims_survey_code,usertype:e.sims_survey_user_group_code,cur:e.sims_cur_code,acadmic:e.sims_academic_year,operator:e.choice_report_status},state:"main.SSQR01",ready:function(){this.refreshReport()}};window.localStorage.ReportDetails=JSON.stringify(e);try{s.rpt=JSON.parse(window.localStorage.ReportDetails),s.location=s.rpt.location,s.parameter=s.rpt.parameter,s.state=s.rpt.state}catch(e){}var t,e="SimsReports."+s.location+",SimsReports",a=window.location.href,a=a.substring(0,a.indexOf(":"));a="ihsonlineom"==n.defaults.headers.common.schoolId||"mstagingom"==n.defaults.headers.common.schoolId||"ihsonlineag"==n.defaults.headers.common.schoolId||"mstagingag"==n.defaults.headers.common.schoolId||"iisonlinedso"==n.defaults.headers.common.schoolId||"mstagingdso"==n.defaults.headers.common.schoolId?(t="",i.AWS.includes(n.defaults.headers.common.schoolId)&&(t="reports-"),"https"==a?"https://"+t+n.defaults.headers.common.schoolId+".ihsdubai.org/report/api/reports/":"http://"+t+n.defaults.headers.common.schoolId+".ihsdubai.org/report/api/reports/"):"https://rep.mograsys.com/"+n.defaults.headers.common.schoolId+"/api/reports/",s.parameters={},$("#reportViewer1").telerik_ReportViewer({serviceUrl:a,viewMode:telerikReportViewer.ViewModes.INTERACTIVE,scaleMode:telerikReportViewer.ScaleModes.SPECIFIC,scale:1,ready:function(){}}),$("#reportViewer1").data("telerik_ReportViewer").reportSource({report:e,parameters:s.parameter}),setInterval(function(){$("#k-item k-state-default k-state-disabled").css({display:"block"}),$(".trv-report-viewer input[type=number]").css({"min-height":"0px"})},1e3),o(function(){$("#k-item k-state-default k-state-disabled").css({display:"block"}),$(".trv-report-viewer input[type=number]").css({"min-height":"0px"})},100)},s.textReport=function(e){$("#surmodal").modal("show"),s.report_show=!1;e={location:e.text_report_location,parameter:{cur:e.sims_cur_code,acadmic:e.sims_academic_year,surveycode:e.sims_survey_code,usertype:e.sims_survey_user_group_code,operator:e.text_report_status},state:"main.SSQR01",ready:function(){this.refreshReport()}};window.localStorage.ReportDetails=JSON.stringify(e);try{s.rpt=JSON.parse(window.localStorage.ReportDetails),s.location=s.rpt.location,s.parameter=s.rpt.parameter,s.state=s.rpt.state}catch(e){}var e="SimsReports."+s.location+",SimsReports",t=window.location.href,t=(t.substring(0,t.indexOf(":")),"https://rep.mograsys.com/"+n.defaults.headers.common.schoolId+"/api/reports/");s.parameters={},$("#reportViewer1").telerik_ReportViewer({serviceUrl:t,viewMode:telerikReportViewer.ViewModes.INTERACTIVE,scaleMode:telerikReportViewer.ScaleModes.SPECIFIC,scale:1,ready:function(){}}),$("#reportViewer1").data("telerik_ReportViewer").reportSource({report:e,parameters:s.parameter}),setInterval(function(){$("#k-item k-state-default k-state-disabled").css({display:"block"}),$(".trv-report-viewer input[type=number]").css({"min-height":"0px"})},1e3),o(function(){$("#k-item k-state-default k-state-disabled").css({display:"block"}),$(".trv-report-viewer input[type=number]").css({"min-height":"0px"})},100)}}])}(),function(){"use strict";var e=angular.module("sims.module.Setup");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]);e.controller("ReportCardParameterCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV","AuthenticationService",function(e,t,a,o,s,n,i,d){try{e.rpt=JSON.parse(window.localStorage.ReportDetails),e.location=e.rpt.location,e.parameter=e.rpt.parameter,e.state=e.rpt.state,e.show_pdf=e.rpt.show_pdf}catch(e){}var _="SimsReports."+e.location+",SimsReports",d=d.GetRpt_url();console.log(d),e.parameters={},$("#reportViewer1").telerik_ReportViewer({serviceUrl:d,viewMode:telerikReportViewer.ViewModes.INTERACTIVE,scaleMode:telerikReportViewer.ScaleModes.SPECIFIC,scale:1,ready:function(){},parameters:{editors:{multiSelect:telerikReportViewer.ParameterEditorTypes.COMBO_BOX,singleSelect:telerikReportViewer.ParameterEditorTypes.COMBO_BOX}}}),$("#reportViewer1").data("telerik_ReportViewer").reportSource({report:_,parameters:e.parameter}),setInterval(function(){$("#k-item k-state-default k-state-disabled").css({display:"block"}),$(".trv-report-viewer input[type=number]").css({"min-height":"0px"}),"y"==e.show_pdf&&($(".k-group  li:nth-child(2)").css({display:"none"}),$(".k-group  li:nth-child(3)").css({display:"none"}),$(".k-group  li:nth-child(4)").css({display:"none"}),$(".k-group  li:nth-child(5)").css({display:"none"}),$(".k-group  li:nth-child(6)").css({display:"none"}),$(".k-group  li:nth-child(7)").css({display:"none"}))},1e3),o(function(){$("#k-item k-state-default k-state-disabled").css({display:"block"}),$(".trv-report-viewer input[type=number]").css({"min-height":"0px"}),"y"==e.show_pdf&&($(".k-group  li:nth-child(2)").css({display:"none"}),$(".k-group  li:nth-child(3)").css({display:"none"}),$(".k-group  li:nth-child(4)").css({display:"none"}),$(".k-group  li:nth-child(5)").css({display:"none"}),$(".k-group  li:nth-child(6)").css({display:"none"}),$(".k-group  li:nth-child(7)").css({display:"none"}))},100),e.back=function(){goToState(e.state)}}])}(),function(){"use strict";var l,e=angular.module("sims.module.Setup");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("ComplaintProcessComplateCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$filter","$http","ENV",function(a,e,o,t,s,n,i,d){a.pagesize="5",a.pageindex="1",a.acadyr_data=[],a.edit_code=!1,a.dis_no=!0,a.grid=!0,a.display=!1;var c=[],n=(a.btn_update=!1,"asd"==i.defaults.headers.common.schoolId&&(a.showASDFlag=!0),n("date")(new Date,"yyyy-MM-dd"));a.dt={sims_complaint_registration_date:n},t(function(){$("#fixedtable").tableHeadFixer({top:1})},100),a.filteredTodos=[],a.currentPage=1,a.numPerPage=5,a.maxSize=5,i.get(d.apiUrl+"api/common/AcademicYear/getAcademicStatus").then(function(e){a.obj3=e.data,console.log(a.obj3)}),i.get(d.apiUrl+"api/StudentReport/getcomplaintdetailsassign?username=").then(function(e){a.grid=!0,a.display=!1,a.acadyr_data=e.data,a.totalItems=a.acadyr_data.length,a.todos=a.acadyr_data,a.makeTodos()}),i.get(d.apiUrl+"api/StudentReport/getstatus").then(function(e){a.status_code=e.data}),a.makeTodos=function(){var e=parseInt(a.totalItems%a.numPerPage),e=(a.pagersize="0"==e?parseInt(a.totalItems/a.numPerPage):parseInt(a.totalItems/a.numPerPage)+1,(a.currentPage-1)*a.numPerPage),t=parseInt(e)+parseInt(a.numPerPage);a.filteredTodos=a.todos.slice(e,t)},a.SearchUser=function(){a.chku=!0,o.chkMulti=!1,o.visible_User=!0,a.visible_Employee=!1,o.visible_stud=!1,a.global_Search_click(),$("#Global_Search_Modal").modal({backdrop:"static"})},a.$on("global_cancel",function(){a.edte={sims_user_code_created_code:a.SelectedUserLst[0].user_name,sims_user_code_created_name:a.SelectedUserLst[0].name}}),a.edit=function(e){a.display=!0,a.grid=!1,a.update1=!0,a.delete1=!1,a.temp={sims_complaint_srl_no:e.sims_complaint_srl_no},""!=e.sims_complaint_assigned_to_user_code?(a.btn_update=!0,a.save1=!1,a.assign_to=!0,a.assign_date=!0,a.btn_search=!0,a.neweditdate=!0,a.edt={sims_action_code:e.sims_complaint_status,sims_complaint_subject:e.sims_complaint_subject},a.edte={sims_user_code_created_name:e.sims_complaint_assigned_to_user_code},a.dt={sims_complaint_registration_date:e.sims_complaint_registration_date}):(a.neweditdate=!1,a.save1=!0,a.btn_update=!1,a.assign_to=!1,a.assign_date=!1,a.btn_search=!1)},a.Update=function(){var e={sims_complaint_subject:a.edt.sims_complaint_subject,sims_action_code:a.edt.sims_action_code,sims_complaint_srl_no:a.temp.sims_complaint_srl_no,sims_complaint_registration_date:a.dt.sims_complaint_update_date,sims_complaint_register_user_code:o.globals.currentUser.username,sims_complaint_assigned_to_user_code:a.edte.sims_user_code_created_code,opr:"U"};c.push(e),i.post(d.apiUrl+"api/StudentReport/CUDcomplainttassign?complaintcode=",c).then(function(e){a.msg1=e.data,null==a.msg1&&null==a.msg1||(e=a.msg1.strMessage,swal({title:"Alert",text:e,width:450,height:200}),a.cancel())})},a.Save=function(){var e=[],t={sims_complaint_subject:a.edt.sims_complaint_subject,sims_action_code:a.edt.sims_action_code,sims_complaint_srl_no:a.temp.sims_complaint_srl_no,sims_complaint_registration_date:a.dt.sims_complaint_registration_date,sims_complaint_register_user_code:o.globals.currentUser.username,sims_complaint_assigned_to_user_code:a.edte.sims_user_code_created_code,opr:"E"};e.push(t),i.post(d.apiUrl+"api/StudentReport/CUDcomplainttassign?complaintcode=",e).then(function(e){a.msg1=e.data,null==a.msg1&&null==a.msg1||(e=a.msg1.strMessage,swal({title:"Alert",text:e,width:450,height:200}),a.cancel())})},a.getgrid=function(){a.currentPage=1,i.get(d.apiUrl+"api/common/AcademicYear/getAcademicYear").then(function(e){a.display=!1,a.grid=!0,a.acadyr_data=e.data,a.totalItems=a.acadyr_data.length,a.todos=a.acadyr_data,a.makeTodos()}),1==(l=document.getElementById("mainchk")).checked&&(l.checked=!1,a.row1=""),a.myForm.$setPristine(),a.myForm.$setUntouched()},a.New=function(){a.display=!0,a.grid=!1,a.save1=!0,a.update1=!1,a.delete1=!1,a.btn_update=!1,a.edt="",a.edit_code=!1,i.get(d.apiUrl+"api/StudentReport/getcomplaintcode").then(function(e){a.com_no=e.data,a.temp={sims_complaint_srl_no:a.com_no[0].sims_complaint_srl_no}})},a.cancel=function(){a.grid=!0,a.display=!1,a.edt=[],a.edte=[],a.dt=[],a.myForm.$setPristine(),a.myForm.$setUntouched()},a.size=function(e){console.log(e),a.pagesize=e,a.currentPage=1,a.numPerPage=e,console.log("numPerPage="+a.numPerPage),a.makeTodos()},a.index=function(e){a.pageindex=e,a.currentPage=e,console.log("currentPage="+a.currentPage),a.makeTodos(),l.checked=!1,a.row1=""},a.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).sims_complaint_srl_no.toLowerCase().indexOf(t.toLowerCase())||e.sagar==t;var t})},a.search=function(){a.todos=a.searched(a.acadyr_data,a.searchText),a.totalItems=a.todos.length,a.currentPage="1",""==a.searchText&&(a.todos=a.acadyr_data),a.makeTodos()},$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0,format:"yyyy-mm-dd"}),$(document).on("touch click",'*[data-datepicker="true"] .add-on',function(e){$('input[type="text"]',$(this).parent()).focus()})}])}(),function(){"use strict";var c,e=angular.module("sims.module.Setup");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("ComplaintMaintenanceCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$filter","$http","ENV",function(s,e,o,t,a,n,i,d){s.pagesize="5",s.pageindex="1",s.acadyr_data=[],s.edit_code=!1,s.dis_no=!0,s.grid=!0,s.display=!1;"asd"==i.defaults.headers.common.schoolId&&(s.showASDFlag=!0);n=n("date")(new Date,"yyyy-MM-dd");s.dt={sims_complaint_registration_date:n},t(function(){$("#fixedtable").tableHeadFixer({top:1})},100),s.filteredTodos=[],s.currentPage=1,s.numPerPage=5,s.maxSize=5,i.get(d.apiUrl+"api/common/AcademicYear/getAcademicStatus").then(function(e){s.obj3=e.data,console.log(s.obj3)}),i.get(d.apiUrl+"api/StudentReport/getcomplaintdetails?username=").then(function(e){s.grid=!0,s.display=!1,s.acadyr_data=e.data,s.totalItems=s.acadyr_data.length,s.todos=s.acadyr_data,s.makeTodos()}),s.makeTodos=function(){var e=parseInt(s.totalItems%s.numPerPage),e=(s.pagersize="0"==e?parseInt(s.totalItems/s.numPerPage):parseInt(s.totalItems/s.numPerPage)+1,(s.currentPage-1)*s.numPerPage),t=parseInt(e)+parseInt(s.numPerPage);s.filteredTodos=s.todos.slice(e,t)},s.edit=function(e){s.display=!0,s.grid=!1,s.save1=!1,s.update1=!0,s.delete1=!1,s.edt={sims_cur_code:e.sims_cur_code,sims_academic_year:e.sims_academic_year,sims_academic_year_start_date:e.sims_academic_year_start_date,sims_academic_year_end_date:e.sims_academic_year_end_date,sims_academic_year_status:e.sims_academic_year_status,sims_academic_year_desc:e.sims_academic_year_desc},s.edit_code=!0},s.Save=function(e){var t,a=[];e&&(0==s.update1?(t={sims_complaint_srl_no:s.temp.sims_complaint_srl_no,sims_complaint_subject:s.edt.sims_complaint_subject,sims_complaint_desc:s.edt.sims_complaint_desc,sims_complaint_status:null,sims_complaint_registration_date:s.dt.sims_complaint_registration_date,sims_complaint_register_user_code:o.globals.currentUser.username,sims_complaint_assigned_to_user_code:null,opr:"I"},a.push(t),i.post(d.apiUrl+"api/StudentReport/CUDcomplainttails?complaintcode=",a).then(function(e){s.msg1=e.data,null==s.msg1&&null==s.msg1||(e=s.msg1.strMessage,swal({title:"Alert",text:e,width:450,height:200}),s.cancel())})):s.Update(e))},s.getgrid=function(){s.currentPage=1,i.get(d.apiUrl+"api/common/AcademicYear/getAcademicYear").then(function(e){s.display=!1,s.grid=!0,s.acadyr_data=e.data,s.totalItems=s.acadyr_data.length,s.todos=s.acadyr_data,s.makeTodos()}),1==(c=document.getElementById("mainchk")).checked&&(c.checked=!1,s.row1=""),s.myForm.$setPristine(),s.myForm.$setUntouched()},s.Update=function(e){var t=[];e&&(e={sims_cur_code:s.edt.sims_cur_code,sims_academic_year:s.edt.sims_academic_year,sims_academic_year_start_date:s.edt.sims_academic_year_start_date,sims_academic_year_end_date:s.edt.sims_academic_year_end_date,sims_academic_year_status:s.edt.sims_academic_year_status,sims_academic_year_desc:s.edt.sims_academic_year_desc,opr:"U"},t.push(e),i.post(d.apiUrl+"api/common/AcademicYear/CUDInsertAcademicYear",t).then(function(e){s.display=!0,s.msg1=e.data,1==s.msg1?swal({text:"Academic Year Updated Successfully.",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&s.getgrid()}):swal({title:"Alert",text:"Only one Academic Year can be set as current at a time.",showCloseButton:!0,width:380}).then(function(e){e&&s.getgrid()})}))},s.New=function(){s.display=!0,s.grid=!1,s.save1=!0,s.update1=!1,s.delete1=!1,s.edt="",s.edit_code=!1,i.get(d.apiUrl+"api/StudentReport/getcomplaintcode").then(function(e){s.com_no=e.data,s.temp={sims_complaint_srl_no:s.com_no[0].sims_complaint_srl_no}})},s.cancel=function(){s.grid=!0,s.display=!1,s.myForm.$setPristine(),s.myForm.$setUntouched()},s.CheckAllChecked=function(){if(1==(c=document.getElementById("mainchk")).checked)for(var e=0;e<s.filteredTodos.length;e++)document.getElementById(s.filteredTodos[e].sims_academic_year+e).checked=!0,s.row1="row_selected",$("tr").addClass("row_selected");else for(e=0;e<s.filteredTodos.length;e++)document.getElementById(s.filteredTodos[e].sims_academic_year+e).checked=!1,c.checked=!1,s.row1=""},s.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),s.color="#edefef"}),1==(c=document.getElementById("mainchk")).checked&&(c.checked=!1,$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected")}))},s.Delete=function(){var o=[];s.flag=!1;for(var e,t=0;t<s.filteredTodos.length;t++)1==document.getElementById(s.filteredTodos[t].sims_academic_year+t).checked&&(s.flag=!0,e={sims_academic_year:s.filteredTodos[t].sims_academic_year,sims_cur_code:s.filteredTodos[t].sims_cur_code,sims_academic_year_start_date:s.filteredTodos[t].sims_academic_year_start_date,sims_academic_year_end_date:s.filteredTodos[t].sims_academic_year_end_date,sims_academic_year_status:s.filteredTodos[t].sims_academic_year_status,opr:"D"},o.push(e));s.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)i.post(d.apiUrl+"api/common/AcademicYear/CUDAcademicYear",o).then(function(e){s.msg1=e.data,1==s.msg1?swal({text:"Academic Year Deleted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&s.getgrid()}):swal({text:"Record Already Mapped.Can't be Deleted",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&s.getgrid()})});else{1==(c=document.getElementById("mainchk")).checked&&(c.checked=!1);for(var t=0;t<s.filteredTodos.length;t++){var a=document.getElementById(s.filteredTodos[t].sims_academic_year+t);1==a.checked&&(a.checked=!1,$("tr").removeClass("row_selected"))}}}):swal({text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380})},s.size=function(e){console.log(e),s.pagesize=e,s.currentPage=1,s.numPerPage=e,console.log("numPerPage="+s.numPerPage),s.makeTodos()},s.index=function(e){s.pageindex=e,s.currentPage=e,console.log("currentPage="+s.currentPage),s.makeTodos(),c.checked=!1,s.row1=""},s.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).sims_complaint_srl_no.toLowerCase().indexOf(t.toLowerCase())||e.sagar==t;var t})},s.search=function(){s.todos=s.searched(s.acadyr_data,s.searchText),s.totalItems=s.todos.length,s.currentPage="1",""==s.searchText&&(s.todos=s.acadyr_data),s.makeTodos()},$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0,format:"yyyy-mm-dd"}),$(document).on("touch click",'*[data-datepicker="true"] .add-on',function(e){$('input[type="text"]',$(this).parent()).focus()})}])}(),function(){"use strict";var e=angular.module("sims.module.Setup");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("TcCertificateRequiestCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$filter","$http","ENV",function(o,e,s,t,a,n,i,d){o.pagesize="All",o.pageindex="0";let c;o.hide_approve=!1,o.Tc_Form=!1,s.visible_stud=!0,s.chkMulti=!1,o.report_name="Certificate.CERR12SISQATAR",o.onlyforihs=!1,o.export=!1,"sis"!=i.defaults.headers.common.schoolId&&"ihsonlineom"!=i.defaults.headers.common.schoolId&&"ihsonlineag"!=i.defaults.headers.common.schoolId&&"iisonlinedso"!=i.defaults.headers.common.schoolId&&"iisonline"!=i.defaults.headers.common.schoolId&&"mstagingom"!=i.defaults.headers.common.schoolId&&"mstagingag"!=i.defaults.headers.common.schoolId||(o.onlyforihs=!0,o.export=!0),t(function(){$("#table").tableHeadFixer({top:1})},100);n=n("date")(new Date,"dd-MM-yyyy");o.dt={sims_tc_certificate_request_date:n},i.get(d.apiUrl+"api/StudentReport/getTcDirectApproveStatus").then(function(e){o.approve_status=e.data}),t(function(){i.get(d.apiUrl+"api/StudentReport/getTcTypes").then(function(e){o.TcTypesList=e.data})},1e3),o.filteredTodos=[],o.currentPage=1,o.numPerPage=10,o.maxSize=10,o.makeTodos=function(){var e=parseInt(o.totalItems%o.numPerPage),e=(o.pagersize="0"==e?parseInt(o.totalItems/o.numPerPage):parseInt(o.totalItems/o.numPerPage)+1,(o.currentPage-1)*o.numPerPage),t=parseInt(e)+parseInt(o.numPerPage);o.filteredTodos=o.todos.slice(e,t)},o.size=function(e){!0===(c=document.getElementById("mainchk")).checked&&(c.checked=!1,o.row1="",o.color="#edefef"),"All"==e?(o.currentPage=1,o.numPerPage=o.obj.length):(o.pagesize=e,o.currentPage=1,o.numPerPage=e),o.makeTodos()},o.index=function(e){o.pageindex=e,o.currentPage=e,o.makeTodos(),!0===(c=document.getElementById("mainchk")).checked&&(c.checked=!1,o.row1="",o.color="#edefef")},$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0,format:"yyyy-mm-dd"}),o.CheckAllChecked=function(){if(!0===(c=document.getElementById("mainchk")).checked)for(let e=0;e<o.filteredTodos.length;e++)document.getElementById(o.filteredTodos[e].sims_tc_certificate_request_number+e).checked=!0,$("tr").addClass("row_selected");else for(let e=0;e<o.filteredTodos.length;e++)document.getElementById(o.filteredTodos[e].sims_tc_certificate_request_number+e).checked=!1,c.checked=!1,o.row1="",$("tr").removeClass("row_selected")},o.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),o.color="#edefef"}),!0===(c=document.getElementById("mainchk")).checked&&(c.checked=!1,o.color="#edefef",o.row1="")},o.getAcdemic=function(){i.get(d.apiUrl+"api/StudentReport/getAcademicYear").then(function(e){o.Acc_year=e.data,setTimeout(function(){$("#cmb_academic_year").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"}),$("#cmb_academic_year").multipleSelect("checkAll")},1e3)})},$(function(){$("#cmb_academic_year").multipleSelect({width:"100%"})}),o.getAcdemic(),o.tablehide=!1,o.shownew=function(e){"0"==o.temp.sims_academic_year.length?swal({title:"Alert",text:"Please Select Academic Year",showCloseButton:!0,width:450,height:200}):i.get(d.apiUrl+"api/StudentReport/getTcCertificateRequieststatus?status="+e+"&academic_year="+o.temp.sims_academic_year).then(function(e){o.obj=e.data,o.totalItems=o.obj.length,o.todos=o.obj,o.makeTodos(),0==o.obj.length?(swal({text:"No Record Found...",showCloseButton:!0,width:380}),o.tablehide=!1):o.tablehide=!0,o.currentPage=!0})},o.Show=function(){i.get(d.apiUrl+"api/StudentReport/getTcCertificateRequiestDate?date_wisesearch="+o.dt.sims_tc_certificate_request_date).then(function(e){o.obj=e.data,o.totalItems=o.obj.length,o.todos=o.obj,o.makeTodos(),0==o.obj.length?(swal({title:"Alert",text:"No Record Found...",showCloseButton:!0,width:450,height:200}),o.tablehide=!1):o.tablehide=!0})},$(document).on("touch click",'*[data-datepicker="true"] .add-on',function(e){$('input[type="text"]',$(this).parent()).focus()}),o.SearchEnroll=function(){o.global_Search_click(),$("#Global_Search_Modal").modal({backdrop:"static"})},o.$on("global_cancel",function(){0<o.SelectedUserLst.length&&(o.edt={sims_enroll_number:o.SelectedUserLst[0].s_enroll_no,sims_student_name:o.SelectedUserLst[0].name,sims_cur_code:o.SelectedUserLst[0].s_cur_code,sims_academic_year:o.SelectedUserLst[0].sims_academic_year})}),o.Save=function(e){null==o.edt.sims_appl_parameter||null==o.edt.sims_tc_certificate_reason?swal("","All field is required"):e&&i.get(d.apiUrl+"api/StudentReport/GetTCappliedStatus?enroll_no="+o.edt.sims_enroll_number+"&curr="+o.edt.sims_academic_year).then(function(e){var t;o.msg=e.data,!0===o.msg?(swal("","Certificate Already Issued for this Student"),o.Reset(),o.shownew("T")):(e=s.globals.currentUser.username,e={sims_enroll_number:o.edt.sims_enroll_number,sims_tc_certificate_reason:o.edt.sims_tc_certificate_reason,sims_tc_certificate_requested_by:e,sims_tc_certificate_request_date:o.dt.sims_tc_certificate_request_date,sims_cur_code:o.edt.sims_cur_code,sims_academic_year:o.edt.sims_academic_year,sims_appl_parameter:o.edt.sims_appl_parameter,opr:"I"},(t=[]).push(e),i.post(d.apiUrl+"api/StudentReport/CUDTccertificaterequiest",t).then(function(e){o.msg1=e.data,null!=o.msg1.strMessage?null==o.msg1.strMessage&&""==o.msg1.strMessage&&null==o.msg1.strMessage||(swal({title:"Alert",text:o.msg1.strMessage,width:380,height:200}),o.Reset(),o.shownew("N"),o.currentPage=!0):swal({title:"Alert",text:o.msg1.strMessage,width:380,height:200})}))})},o.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).sims_tc_certificate_request_number.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_tc_certificate_request_status.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_enroll_number.toLowerCase().indexOf(t.toLowerCase())||e.sager==t;var t})},o.search=function(){o.todos=o.searched(o.obj,o.searchText),o.totalItems=o.todos.length,o.currentPage="1",""==o.searchText&&(o.todos=o.obj),o.makeTodos()},o.clear=function(){o.edt={sims_enroll_number:"",sims_tc_certificate_reason:""},o.edt="",o.searchText=""},o.Reset=function(){o.edt={},o.tablehide=!0},o.cancel_adm=function(e){$("#myModal1").modal("hide"),setTimeout(function(){goToState("main.Sim622",{data:e})},500)},o.viewDetails=function(e){o.hide_approve=!1,$("#myModal1").modal("show"),i.get(d.apiUrl+"api/StudentReport/GetStatusforStudentNew?certificate_request_number="+e.sims_tc_certificate_request_number).then(function(e){o.clear=e.data,o.clearance=!0})},o.viewDetailsApprove=function(e,t){o.main_obj_approve=e,o.hide_approve=!0,$("#myModal1").modal("show"),i.get(d.apiUrl+"api/StudentReport/GetStatusforStudentNew?certificate_request_number="+e.sims_tc_certificate_request_number).then(function(e){o.clear=e.data,o.clearance=!0})},o.reject=function(a){swal({title:"",text:"Are you sure you want to Reject?",showCloseButton:!0,confirmButtonText:"Yes",showCancelButton:!0,width:380,cancelButtonText:"No"}).then(function(e){var t;e&&(e=s.globals.currentUser.username,e={sims_enroll_number:a.sims_enroll_number,sims_tc_certificate_requested_by:e,sims_tc_certificate_request_number:a.sims_tc_certificate_request_number,sims_tc_certificate_request_date:a.sims_tc_certificate_expected_date,opr:"U"},(t=[]).push(e),i.post(d.apiUrl+"api/StudentReport/CUDTccertificaterequiestUpdate",t).then(function(e){o.msg1=e.data,null!=o.msg1.strMessage?null==o.msg1.strMessage&&""==o.msg1.strMessage&&null==o.msg1.strMessage||(swal({title:"Alert",text:o.msg1.strMessage,width:380,height:200}),o.Reset(),o.shownew("R")):swal({title:"Alert",text:o.msg1.strMessage,width:380,height:200})}))})},o.modal_cancel=function(){o.clear="",o.showdata()},o.direct_approve=function(){let a=[];o.flag=!1;for(let e=0;e<o.filteredTodos.length;e++){var t;!0===document.getElementById(o.filteredTodos[e].sims_tc_certificate_request_number+e).checked&&(o.flag=!0,t={sims_tc_certificate_request_number:o.filteredTodos[e].sims_tc_certificate_request_number,sims_tc_certificate_request_status:o.temp.sims_tc_direct_approve_status_code,sims_enroll_number:o.filteredTodos[e].sims_enroll_number,opr:"Q"},a.push(t))}o.flag?swal({title:"",text:"Are you sure you want to Approve/Pending?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)i.post(d.apiUrl+"api/StudentReport/approvePendingStatus",a).then(function(e){o.msg1=e.data,!0===o.msg1?swal({text:"Record Updated Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&(o.shownew("N"),!(o.temp.sims_tc_direct_approve_status_code="")===(c=document.getElementById("mainchk")).checked)&&(c.checked=!1,o.row1="")}):!1===o.msg1?swal({text:"Record Not Updated. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&(o.shownew("N"),!(o.temp.sims_tc_direct_approve_status_code="")===(c=document.getElementById("mainchk")).checked)&&(c.checked=!1,o.row1="")}):swal("Error-"+o.msg1)});else for(let e=0;e<o.filteredTodos.length;e++){var t=document.getElementById(o.filteredTodos[e].sims_tc_certificate_request_number+e);!0===t.checked&&(t.checked=!1,c.checked=!1,$("tr").removeClass("row_selected"))}}):swal({text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}),o.currentPage=!0},o.cancel_adm_only=function(e){$("#myModal1").modal("hide"),o.Tc_Form=!0,o.savecancel_btn=!0,o.print_btn=!1,o.Update_btn=!1,o.updatecancel_btn=!1,o.dateshow=!0,o.getTCNumber(),o.dt.sims_tc_applied_date=e.sims_tc_certificate_request_date,o.dt.sims_transport_effective_upto=e.sims_tc_certificate_expected_date,o.dt.sims_certificate_enroll_number=e.sims_enroll_number,o.dt.sims_certificate_academic_year=e.sims_tc_certificate_academic_year,o.dt.sims_tc_certificate_academic_year_desc=e.sims_tc_certificate_academic_year_desc,o.dt.cur_code=e.sims_tc_certificate_cur_code,o.dt.sims_tc_certificate_request_number=e.sims_tc_certificate_request_number,o.getInfo(e.sims_enroll_number),o.concession_data=[{sims_certificate_student_concession_name:"YES"},{sims_certificate_student_concession_name:"NO"}],o.promotion_data=[{sims_certificate_student_promotion_name:"YES",sims_certificate_student_promotion:!0},{sims_certificate_student_promotion_name:"NO",sims_certificate_student_promotion:!1}]},o.back_form=function(){o.Tc_Form=!1};n=new Date,t=n.getDate();let l=n.getMonth()+1;l<10&&(l="0"+l);n=n.getFullYear();o.sdate=t+"-"+l+"-"+n,o.ChkDate=function(){var e=moment(o.sdate,"DD-MM-YYYY").format("YYYY-MM-DD"),t=moment(o.dt.sims_transport_effective_upto,"DD-MM-YYYY").format("YYYY-MM-DD");moment(t)>moment(e)?(o.dt.sims_transport_effective_upto="",o.dateshow=!1):o.dateshow=!0},o.getTCNumber=function(){i.get(d.apiUrl+"api/StudentReport/Get_certificate_no").then(function(e){o.certificate_data=e.data,o.dt.sims_certificate_number=o.certificate_data[0].sims_certificate_number})},o.getInfo=function(t){i.post(d.apiUrl+"api/StudentReport/Check_Tc_details?userid="+t).then(function(e){o.msg=e.data,o.msg1=o.msg,!0===o.msg?swal("","TC Already Issued for this Student"):(i.get(d.apiUrl+"api/StudentReport/Get_Student_details_TC?enroll_No="+t+"&opr=R&academic_year="+o.dt.sims_certificate_academic_year).then(function(e){o.savedata=e.data,o.temp=o.savedata[0]}),o.enrollno=!0,i.get(d.apiUrl+"api/StudentReport/Get_doc_details?enroll_No="+t).then(function(e){o.Studentdata=e.data}),i.get(d.apiUrl+"api/StudentReport/Get_Stud_subject?enroll_No="+t).then(function(e){o.subject_studied=e.data,setTimeout(function(){$("#cmb_Subjects").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"}),$("#cmb_Subjects").multipleSelect("checkAll")},1e3)}))})},o.radio1Click=function(){o.temp.sims_student_exam_result="Incomplete",o.temp.sims_certificate_general_conduct="Good",o.temp.sims_student_exam_appeared="",o.temp.sims_certificate_fee_paid=!0;var e=o.temp.present_class.split(" ");0<e.length&&("12"==e[0]?o.temp.sims_student_exam_appeared="All India Senior School Certifcate Examination (AISSCE) conducted by CBSE Delhi,India":"10"==e[0]?o.temp.sims_student_exam_appeared="All India Secondary School  Examination (AISSCE) conducted by CBSE Delhi,India":o.temp.sims_student_exam_appeared="CBSE Delhi,India")};let r=[];o.SaveCancel=function(){var e;null==o.dt.sims_transport_effective_upto||null==o.dt.sims_transport_effective_upto?swal("","Please provide TC date"):(e=s.globals.currentUser.username,e={opr:"IT",sims_certificate_number:o.dt.sims_tc_certificate_request_number,sims_certificate_enroll_number:o.dt.sims_certificate_enroll_number,sims_certificate_date_of_leaving:o.dt.sims_transport_effective_upto,sims_certificate_academic_year:o.dt.sims_certificate_academic_year,cur_code:o.dt.cur_code,sims_certificate_req_status:"I",sims_tc_certificate_issued_by:e},r.push(e),i.post(d.apiUrl+"api/StudentReport/CUDCertificate_Tc_Parameter",r).then(function(e){o.msg1=e.data,!0===o.msg1?swal({title:"Alert",text:"Admission Cancelled and Record Saved Successfully!!Do You Want To Print Report?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){e?(e={location:o.report_name,parameter:{roll_no:o.dt.sims_certificate_enroll_number,acad:o.dt.sims_certificate_academic_year},state:"main.Sim668",ready:function(){this.refreshReport()}},window.localStorage.ReportDetails=JSON.stringify(e),goToState("main.ReportCardParameter"),o.Update_btn=!1,o.updatecancel_btn=!1,o.print_btn=!1,o.save_btn=!0,o.savecancel_btn=!0,o.currentPage=!0):o.Reset()}):(o.Update_btn=!1,o.updatecancel_btn=!1,o.print_btn=!1,o.save_btn=!0,o.savecancel_btn=!0,o.currentPage=!0,o.Reset())}),r=[],o.table=!0,o.display=!0)},o.exportData=function(){swal({title:"",text:"Are you sure you want to Export "+o.obj1.lic_school_name+" TC Dashboard.xls ?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:390,cancelButtonText:"No"}).then(function(e){e&&(e=new Blob([document.getElementById("dataexport").innerHTML],{type:"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;charset=utf-8"}),saveAs(e,o.obj1.lic_school_name+" TC Dashboard.xls"))})},o.UpdateExpectedDate=function(e){$("#edit_stud_excp_modal").modal({backdrop:"static"}),o.temp.sims_tc_certificate_expected_date=e.sims_tc_certificate_expected_date,o.temp.sims_tc_certificate_request_number=e.sims_tc_certificate_request_number,o.temp.sims_enroll_number=e.sims_enroll_number};let m=[];o.UpdateDateExpected=function(){var e={opr:"Q",sims_tc_certificate_request_number:o.temp.sims_tc_certificate_request_number,sims_tc_certificate_expected_date:o.temp.sims_tc_certificate_expected_date,sims_tc_certificate_requested_by:s.globals.currentUser.username,sims_enroll_number:o.temp.sims_enroll_number};m.push(e),i.post(d.apiUrl+"api/StudentReport/CUDExpectedDateUpdate",m).then(function(e){o.msg1=e.data,!0===o.msg1?(swal({text:"Date Updated Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:300,height:200}),$("#edit_stud_excp_modal").modal("hide")):!1===o.msg1?swal({text:"Date Not Updated. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:300,height:200}):swal("Error-"+o.msg1),o.shownew("P")}),o.searchText=[],m=[],o.table=!0,o.display=!1}}])}(),function(){"use strict";var e=angular.module("sims.module.Setup");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("ExitDashboardCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$filter","$http","ENV",function(n,e,a,t,o,s,i,d){n.pagesize="All",n.pageindex="0";let c;n.hide_approve=!1,n.Tc_Form=!1,a.visible_stud=!0,a.chkMulti=!1,n.report_name="Certificate.CERRABQIS_TC_2022",n.onlyforihs=!1,n.export=!1,"sis"!=i.defaults.headers.common.schoolId&&"ihsonlineom"!=i.defaults.headers.common.schoolId&&"ihsonlineag"!=i.defaults.headers.common.schoolId&&"iisonlinedso"!=i.defaults.headers.common.schoolId&&"iisonline"!=i.defaults.headers.common.schoolId&&"mstagingom"!=i.defaults.headers.common.schoolId&&"mstagingag"!=i.defaults.headers.common.schoolId||(n.onlyforihs=!0,n.export=!0),t(function(){$("#table").tableHeadFixer({top:1})},100);s=s("date")(new Date,"dd-MM-yyyy");n.dt={sims_tc_certificate_request_date:s},i.get(d.apiUrl+"api/StudentReport/getTcDirectApproveStatus").then(function(e){n.approve_status=e.data}),t(function(){i.get(d.apiUrl+"api/StudentReport/getTcTypes").then(function(e){n.TcTypesList=e.data})},1e3),n.filteredTodos=[],n.currentPage=1,n.numPerPage=10,n.maxSize=10,n.makeTodos=function(){var e=parseInt(n.totalItems%n.numPerPage),e=(n.pagersize="0"==e?parseInt(n.totalItems/n.numPerPage):parseInt(n.totalItems/n.numPerPage)+1,(n.currentPage-1)*n.numPerPage),t=parseInt(e)+parseInt(n.numPerPage);n.filteredTodos=n.todos.slice(e,t)},n.size=function(e){!0===(c=document.getElementById("mainchk")).checked&&(c.checked=!1,n.row1="",n.color="#edefef"),"All"==e?(n.currentPage=1,n.numPerPage=n.obj.length):(n.pagesize=e,n.currentPage=1,n.numPerPage=e),n.makeTodos()},n.index=function(e){n.pageindex=e,n.currentPage=e,n.makeTodos(),!0===(c=document.getElementById("mainchk")).checked&&(c.checked=!1,n.row1="",n.color="#edefef")},$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0,format:"yyyy-mm-dd"}),n.CheckAllChecked=function(){if(!0===(c=document.getElementById("mainchk")).checked)for(let e=0;e<n.filteredTodos.length;e++)document.getElementById(n.filteredTodos[e].sims_tc_certificate_request_number+e).checked=!0,$("tr").addClass("row_selected");else for(let e=0;e<n.filteredTodos.length;e++)document.getElementById(n.filteredTodos[e].sims_tc_certificate_request_number+e).checked=!1,c.checked=!1,n.row1="",$("tr").removeClass("row_selected")},n.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),n.color="#edefef"}),!0===(c=document.getElementById("mainchk")).checked&&(c.checked=!1,n.color="#edefef",n.row1="")},n.getAcdemic=function(){i.get(d.apiUrl+"api/StudentReport/getAcademicYear").then(function(e){n.Acc_year=e.data,setTimeout(function(){$("#cmb_academic_year").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"}),$("#cmb_academic_year").multipleSelect("checkAll")},1e3)})},$(function(){$("#cmb_academic_year").multipleSelect({width:"100%"})}),n.getAcdemic(),n.tablehide=!1,n.shownew=function(e){null!=n.temp.sims_academic_year&&""!=n.temp.sims_academic_year&&null!=n.temp.sims_academic_year||(n.temp.sims_academic_year="2023"),i.get(d.apiUrl+"api/StudentReport/getTcCertificateRequieststatus?status="+e+"&academic_year="+n.temp.sims_academic_year).then(function(e){n.obj=e.data,n.totalItems=n.obj.length,n.todos=n.obj,n.makeTodos(),0==n.obj.length?(swal({text:"No Record Found...",showCloseButton:!0,width:380}),n.tablehide=!1):n.tablehide=!0,n.currentPage=!0})},setTimeout(function(){n.shownew("A")},2e3),n.Show=function(){i.get(d.apiUrl+"api/StudentReport/getTcCertificateRequiestDate?date_wisesearch="+n.dt.sims_tc_certificate_request_date).then(function(e){n.obj=e.data,n.totalItems=n.obj.length,n.todos=n.obj,n.makeTodos(),0==n.obj.length?(swal({title:"Alert",text:"No Record Found...",showCloseButton:!0,width:450,height:200}),n.tablehide=!1):n.tablehide=!0})},$(document).on("touch click",'*[data-datepicker="true"] .add-on',function(e){$('input[type="text"]',$(this).parent()).focus()}),n.SearchEnroll=function(){n.global_Search_click(),$("#Global_Search_Modal").modal({backdrop:"static"})},n.$on("global_cancel",function(){0<n.SelectedUserLst.length&&(n.edt={sims_enroll_number:n.SelectedUserLst[0].s_enroll_no,sims_student_name:n.SelectedUserLst[0].name,sims_cur_code:n.SelectedUserLst[0].s_cur_code,sims_academic_year:n.SelectedUserLst[0].sims_academic_year})}),n.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).sims_tc_certificate_request_number.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_tc_certificate_request_status.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_enroll_number.toLowerCase().indexOf(t.toLowerCase())||e.sager==t;var t})},n.search=function(){n.todos=n.searched(n.obj,n.searchText),n.totalItems=n.todos.length,n.currentPage="1",""==n.searchText&&(n.todos=n.obj),n.makeTodos()},n.clear=function(){n.edt={sims_enroll_number:"",sims_tc_certificate_reason:""},n.edt="",n.searchText=""},n.Reset=function(){n.edt={},n.temp={},n.tablehide=!0},n.cancel_adm=function(e){$("#myModal1").modal("hide"),setTimeout(function(){goToState("main.Sim622",{data:e})},500)},n.viewDetails=function(e){n.hide_approve=!1,$("#myModal1").modal("show"),i.get(d.apiUrl+"api/StudentReport/GetStatusforStudentNew?certificate_request_number="+e.sims_tc_certificate_request_number).then(function(e){n.clear=e.data,n.clearance=!0})},n.viewDetailsApprove=function(e,t){n.main_obj_approve=e,n.hide_approve=!0,$("#myModal1").modal("show"),i.get(d.apiUrl+"api/StudentReport/GetStatusforStudentNew?certificate_request_number="+e.sims_tc_certificate_request_number).then(function(e){n.clear=e.data,n.clearance=!0})},n.modal_cancel=function(){n.clear="",n.showdata()},n.cancel_adm_only=function(e){$("#myModal1").modal("hide"),n.Tc_Form=!0,n.savecancel_btn=!0,n.reject_btn=!1,n.remark_text=!1,n.sims_comm_message_file_name_1="",n.temp.sims_academic_year=e.sims_tc_certificate_academic_year,n.dt.sims_tc_applied_date=e.sims_tc_certificate_request_date,n.dt.sims_transport_effective_upto=e.sims_tc_certificate_expected_date,n.dt.sims_certificate_enroll_number=e.sims_enroll_number,n.dt.sims_certificate_academic_year=e.sims_tc_certificate_academic_year,n.dt.sims_tc_certificate_academic_year_desc=e.sims_tc_certificate_academic_year_desc,n.dt.cur_code=e.sims_tc_certificate_cur_code,n.dt.sims_tc_certificate_request_number=e.sims_tc_certificate_request_number,n.dt.sims_exit_code=e.sims_tc_type,n.getInfo(e.sims_enroll_number)},n.rejectio_exit=function(e){$("#myModal1").modal("hide"),n.Tc_Form=!0,n.savecancel_btn=!1,n.reject_btn=!0,n.remark_text=!0,n.sims_comm_message_file_name_1="",n.temp.sims_academic_year=e.sims_tc_certificate_academic_year,n.dt.sims_tc_applied_date=e.sims_tc_certificate_request_date,n.dt.sims_transport_effective_upto=e.sims_tc_certificate_expected_date,n.dt.sims_certificate_enroll_number=e.sims_enroll_number,n.dt.sims_certificate_academic_year=e.sims_tc_certificate_academic_year,n.dt.sims_tc_certificate_academic_year_desc=e.sims_tc_certificate_academic_year_desc,n.dt.cur_code=e.sims_tc_certificate_cur_code,n.dt.sims_tc_certificate_request_number=e.sims_tc_certificate_request_number,n.getInfo(e.sims_enroll_number)},n.back_form=function(){n.Tc_Form=!1,n.getAcdemic()};s=new Date,t=s.getDate();let l=s.getMonth()+1;l<10&&(l="0"+l);s=s.getFullYear();n.sdate=t+"-"+l+"-"+s,n.ChkDate=function(){var e=moment(n.sdate,"DD-MM-YYYY").format("YYYY-MM-DD"),t=moment(n.dt.sims_transport_effective_upto,"DD-MM-YYYY").format("YYYY-MM-DD");moment(t)>moment(e)?(n.dt.sims_transport_effective_upto="",n.dateshow=!1):n.dateshow=!0},n.getInfo=function(t){i.post(d.apiUrl+"api/StudentReport/Check_Tc_details?userid="+t).then(function(e){n.msg=e.data,n.msg1=n.msg,!0===n.msg?swal("","TC Already Issued for this Student"):(i.get(d.apiUrl+"api/StudentReport/Get_Student_details_TC?enroll_No="+t+"&opr=R&academic_year="+n.dt.sims_certificate_academic_year).then(function(e){n.savedata=e.data,n.temp=n.savedata[0]}),n.enrollno=!0,i.get(d.apiUrl+"api/StudentReport/Get_doc_details?enroll_No="+t).then(function(e){n.Studentdata=e.data}),i.get(d.apiUrl+"api/StudentReport/Get_Stud_subject?enroll_No="+t).then(function(e){n.subject_studied=e.data,setTimeout(function(){$("#cmb_Subjects").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"}),$("#cmb_Subjects").multipleSelect("checkAll")},1e3)}))})},n.radio1Click=function(){n.temp.sims_student_exam_result="Incomplete",n.temp.sims_certificate_general_conduct="Good",n.temp.sims_student_exam_appeared="",n.temp.sims_certificate_fee_paid=!0;var e=n.temp.present_class.split(" ");0<e.length&&("12"==e[0]?n.temp.sims_student_exam_appeared="All India Senior School Certifcate Examination (AISSCE) conducted by CBSE Delhi,India":"10"==e[0]?n.temp.sims_student_exam_appeared="All India Secondary School  Examination (AISSCE) conducted by CBSE Delhi,India":n.temp.sims_student_exam_appeared="CBSE Delhi,India")};let r=[];n.SaveCancel=function(t){var e;n.flg=!1,"R"==t&&(""==n.temp.cancel_remark||null==n.temp.cancel_remark)?(swal({title:"Alert",text:"Please Add Remark",showCloseButton:!0,width:450,height:200}),n.flg=!1):n.flg=!0,1==n.flg&&(e=a.globals.currentUser.username,e={opr:"IT",sims_certificate_number:n.dt.sims_tc_certificate_request_number,sims_certificate_enroll_number:n.dt.sims_certificate_enroll_number,sims_certificate_date_of_leaving:n.dt.sims_transport_effective_upto,sims_certificate_academic_year:n.dt.sims_certificate_academic_year,cur_code:n.dt.cur_code,sims_certificate_req_status:"I",sims_tc_certificate_issued_by:e,sims_exit_file_path_approve_reject:n.sims_comm_message_file_name_1,status:t,cancel_remark:n.temp.cancel_remark,stream:n.dt.sims_exit_code},r.push(e),i.post(d.apiUrl+"api/StudentReport/CUDCertificate_Tc_Parameterabqis",r).then(function(e){n.msg1=e.data,!0===n.msg1&&"T"===t?swal({title:"Alert",text:"Admission Cancelled and Record Saved Successfully!!Do You Want To Print Report?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){e?(e={location:n.report_name,parameter:{roll_no:n.dt.sims_certificate_enroll_number,acad:n.dt.sims_certificate_academic_year},state:"main.Sim665",ready:function(){this.refreshReport()}},window.localStorage.ReportDetails=JSON.stringify(e),goToState("main.ReportCardParameter"),n.Update_btn=!1,n.updatecancel_btn=!1,n.print_btn=!1,n.save_btn=!0,n.savecancel_btn=!0,n.currentPage=!0):(n.Reset(),n.back_form(),n.shownew("T"))}):(swal({title:"Successfully",text:"Exit Rejected successfully",showCloseButton:!0,width:450,height:200}),n.Reset(),n.back_form(),n.shownew("R"))}),r=[],n.table=!0,n.display=!0)},n.exportData=function(){swal({title:"",text:"Are you sure you want to Export "+n.obj1.lic_school_name+"Exit Dashboard.xls ?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:390,cancelButtonText:"No"}).then(function(e){e&&(e=new Blob([document.getElementById("dataexport").innerHTML],{type:"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;charset=utf-8"}),saveAs(e,n.obj1.lic_school_name+" TC Dashboard.xls"))})},n.getTheFiles3=function(e){angular.element("input[type='file']").val(null),n.filesize=!0,angular.forEach(e,function(e,t){formdata.append(t,e)})},n.file_changed3=function(e,t){var a=e.files[0],o=(n.photo_filename=a.type,n.file_name_en=a.name,e.files[0].name.split(".")[1],e.files);if(o.length){m=new FormData;for(var s of o)m.append(s.name,s,"Web\\"+s.name.replace(/\s/g,""))}var o=new FileReader;o.onload=function(e){n.$apply(function(){n.prev_img=e.target.result})},o.readAsDataURL(a),n.busyindicator=!1,n.sims_comm_message_file_name_1="",e.files[0].size<2097152?(o={method:"POST",url:d.apiUrl+"api/AssignmentUpload/upload1?filename="+n.file_name_en+"&location=Docs/Student/",data:m,headers:{"Content-Type":void 0}},i(o).success(function(e){d.AWS.includes(i.defaults.headers.common.schoolId)&&(e=e.substring(e.lastIndexOf("/")+1)),n.sims_comm_message_file_name_1=e,void 0===n.photo_filename||""===n.photo_filename||null===n.photo_filename?data.sims_comm_message_file_name="":n.sims_comm_message_file_name_1=e})):(swal({title:"Alert",text:"Please upload file less than 2 mb",showCloseButton:!0,width:380}),n.busyindicator=!0)};var m,t=i.defaults.headers.common.schoolId;n.path2=d.docUrl+t+"/Docs/Student/",n.viewfile=function(e){""!=e&&window.open(n.path2+e,"_new")}}])}(),function(){"use strict";var e=angular.module("sims.module.Setup");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("UserApplicationsForTeacherAppCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(n,e,t,a,o,i,d){n.Allusers=[],n.busy=!1,n.table=!1,n.newmode=!1,n.editonly=!1,n.edt={comn_user_date_created:new Date};n.copy="Update",n.FlagUpdate=!0,n.chkcopy=!0,n.UserApplicationList=void 0;$("#Selected_User").jqxListBox({allowDrop:!0,allowDrag:!0,source:[],width:150,height:150,theme:"energyblue"}),$("#Selected_Role").jqxListBox({allowDrop:!0,allowDrag:!0,source:[],width:150,height:150,theme:"energyblue"}),i.get(d.apiUrl+"api/common/UserApplicationsForTeacherAppController/GetRolesNew").then(function(e){n.role=e.data}),n.$on("global_cancel",function(e){_=[];var t=[];if(console.log(n.SelectedUserLst),0<n.SelectedUserLst.length){var a=[];if("Update"==n.copy)$("#Selected_Role").jqxListBox("clear"),$("#Selected_User").jqxListBox("clear"),a.push(n.SelectedUserLst[0].user_name),n.selectedUser=n.SelectedUserLst[0].user_code,$("#Selected_User").jqxListBox({allowDrop:!0,allowDrag:!0,source:a,width:150,height:150,theme:"energyblue"}),i.get(d.apiUrl+"api/common/UserApplicationsForTeacherAppController/GetUserAssignRoles?userName="+n.SelectedUserLst[0].user_code).then(function(e){n.da=e.data,$("#Selected_Role").jqxListBox({allowDrop:!0,allowDrag:!0,source:e.data,width:150,height:150,theme:"energyblue"})});else if("Copy"==n.copy){for(var o=0;o<n.SelectedUserLst.length;o++)t.push(n.SelectedUserLst[o].user_name);n.copysearch?(n.copy_from_user=angular.copy(n.SelectedUserLst[0].user_name),i.get(d.apiUrl+"api/common/UserApplicationsForTeacherAppController/GetAssignRoles?userName="+n.copy_from_user).then(function(e){console.log("tests"),console.log(e.data),n.UserApplicationList=e.data})):$("#Selected_User").jqxListBox({allowDrop:!0,allowDrag:!0,source:t,width:150,height:150,theme:"energyblue"})}}}),n.copy_from_user_click=function(){n.temp1=void 0,n.Allusers=[],t.visible_stud=!1,t.visible_parent=!1,t.visible_search_parent=!1,t.visible_teacher=!1,t.visible_User=!0,t.visible_Employee=!1,t.chkMulti=!1,n.global_Search_click(),$("#Global_Search_Modal").modal({backdrop:"static"}),n.copysearch=!0},n.query=function(e){null==n.test_comn_role_code||""==n.test_comn_role_code?alert("Please Select User or Role"):null!=$("#Selected_User").jqxListBox("getItem",0)&&i.get(d.apiUrl+"api/common/UserApplicationsForTeacherAppController/EditRoleApplication?userName="+n.SelectedUserLst[0].user_code+"&roleCode="+n.test_comn_role_code).then(function(e){n.UserApplicationList=e.data})},n.radioclick=function(e){n.clear(),"Update"==e?(n.FlagUpdate=!0,n.FlagCopy=!1,n.chkcopy=!0,n.uCopy=!1):(n.FlagUpdate=!1,n.FlagCopy=!0,n.chkcopy=!1)},$("#Selected_Role").bind("select",function(e){e=e.args,e=$("#Selected_Role").jqxListBox("getItem",e.index);null!=e&&(console.log(e.value),n.test_comn_role_code=e.value,i.get(d.apiUrl+"api/common/UserApplicationsForTeacherAppController/EditRoleApplication?userName="+n.selectedUser+"&roleCode="+e.value).then(function(e){n.UserApplicationList=e.data}))}),n.itemsPerPage="5",n.currentPage=0,n.items=[],n.size=function(e){n.itemsPerPage=e},n.range=function(){for(var e=[],t=n.currentPage,a=t=t>n.pageCount()-5?n.pageCount()-5+1:t;a<t+5;a++)0<=a&&e.push(a);return e},n.prevPage=function(){0<n.currentPage&&n.currentPage--},n.prevPageDisabled=function(){return 0===n.currentPage?"disabled":""},n.pageCount=function(){return Math.ceil(n.Allusers.length/n.itemsPerPage)-1},n.nextPage=function(){n.currentPage<n.pageCount()&&n.currentPage++},n.nextPageDisabled=function(){return n.currentPage===n.pageCount()?"disabled":""},n.setPage=function(e){n.currentPage=e},n.serachUser=function(){n.temp1=void 0,n.Allusers=[],n.copysearch=!1,t.visible_stud=!1,t.visible_parent=!1,t.visible_search_parent=!1,t.visible_teacher=!1,t.visible_User=!0,t.visible_Employee=!1,t.chkMulti=!1,n.global_Search_click(),$("#Global_Search_Modal").modal({backdrop:"static"})},n.cancel=function(){_=[];for(var e=[],t=0;t<n.Allusers.length;t++)1==n.Allusers[t].user_code1&&(_.push(n.Allusers[t]),e.push(n.Allusers[t].user_name));console.log(_);var a=[];"Update"==n.copy?($("#Selected_Role").jqxListBox("clear"),$("#Selected_User").jqxListBox("clear"),0<_.length&&(a.push(_[0].user_name),n.selectedUser=_[0].user_name,$("#Selected_User").jqxListBox({allowDrop:!0,allowDrag:!0,source:a,width:150,height:150,theme:"energyblue"}),i.get(d.apiUrl+"api/common/UserApplicationsForTeacherAppController/GetUserAssignRoles?userName="+_[0].user_code).then(function(e){n.da=e.data,$("#Selected_Role").jqxListBox({allowDrop:!0,allowDrag:!0,source:e.data,width:150,height:150,theme:"energyblue"})}))):n.copysearch?(n.copy_from_user=_[0].user_name,i.get(d.apiUrl+"api/common/UserApplicationsForTeacherAppController/GetAssignRoles?userName="+n.copy_from_user).then(function(e){n.UserApplicationList=e.data})):$("#Selected_User").jqxListBox({allowDrop:!0,allowDrag:!0,source:e,width:150,height:150,theme:"energyblue"}),$("#searchUser").modal("hide")};var s,_=[];n.chk=function(){if(s=document.getElementById("chk_min"),1==s.checked)for(var e=0;e<n.Allusers.length;e++)n.Allusers[e].user_code1=!0,n.row1="row_selected";else for(e=0;e<n.Allusers.length;e++)n.Allusers[e].user_code1=!1,s.checked=!1,n.row1=""},n.Delete1=function(){n.Allusers=[],n.currentPage=0,i.get(d.apiUrl+"api/common/GlobalSearch/getSearchUser?data="+JSON.stringify(n.temp1)).then(function(e){n.Allusers=e.data,n.table=!0,n.busy=!1})},n.statusCheck=function(e){if(e)for(var t=0;t<n.UserApplicationList.length;t++)n.UserApplicationList[t].comn_user_read=!0,n.UserApplicationList[t].comn_user_insert=!0,n.UserApplicationList[t].comn_user_update=!0,n.UserApplicationList[t].comn_user_delete=!0,n.UserApplicationList[t].comn_user_massupdate=!0,n.UserApplicationList[t].comn_user_appl_status=!0;else for(t=0;t<n.UserApplicationList.length;t++)n.UserApplicationList[t].comn_user_read=!1,n.UserApplicationList[t].comn_user_insert=!1,n.UserApplicationList[t].comn_user_update=!1,n.UserApplicationList[t].comn_user_delete=!1,n.UserApplicationList[t].comn_user_massupdate=!1,n.UserApplicationList[t].comn_user_appl_status=!1},n.ReadCheck=function(e,t){if(e)for(var a=0;a<n.UserApplicationList.length;a++)"Read"==t&&(n.UserApplicationList[a].comn_user_read=!0),"Insert"==t&&(n.UserApplicationList[a].comn_user_insert=!0),"Update"==t&&(n.UserApplicationList[a].comn_user_update=!0),"Delete"==t&&(n.UserApplicationList[a].comn_user_delete=!0),"Mass_Update"==t&&(n.UserApplicationList[a].comn_user_massupdate=!0);else for(a=0;a<n.UserApplicationList.length;a++)"Read"==t&&(n.UserApplicationList[a].comn_user_read=!1),"Insert"==t&&(n.UserApplicationList[a].comn_user_insert=!1),"Update"==t&&(n.UserApplicationList[a].comn_user_update=!1),"Delete"==t&&(n.UserApplicationList[a].comn_user_delete=!1),"Mass_Update"==t&&(n.UserApplicationList[a].comn_user_massupdate=!1)},n.rowchk=function(e,t){console.log(e),t?(n.UserApplicationList[e].comn_user_read=!0,n.UserApplicationList[e].comn_user_insert=!0,n.UserApplicationList[e].comn_user_update=!0,n.UserApplicationList[e].comn_user_delete=!0,n.UserApplicationList[e].comn_user_massupdate=!0):(n.UserApplicationList[e].comn_user_read=!1,n.UserApplicationList[e].comn_user_insert=!1,n.UserApplicationList[e].comn_user_update=!1,n.UserApplicationList[e].comn_user_delete=!1,n.UserApplicationList[e].comn_user_massupdate=!1)},n.save=function(){if("Update"==n.copy){var e=n.UserApplicationList,t=n.SelectedUserLst[0].user_code;null!=t&&(n.user=t.value);for(var a=0;a<n.UserApplicationList.length;a++)e[a].users=n.user;i.post(d.apiUrl+"api/common/UserApplicationsForTeacherAppController/InsertApplications",e).then(function(e){1==e.data?(swal({text:"Record Updated Successfully",imageUrl:"assets/img/check.png"}),n.clear()):0==e.data?swal({text:"Record Not Updated Successfully ",imageUrl:"assets/img/close.png"}):swal("Error-"+e.data)})}else{for(var o=n.SelectedUserLst[0].user_code,s="",a=0;a<o.length;a++)console.log(o[a].label),s=s+o[a].label+",";(e=n.UserApplicationList)[0].users=s,i.post(d.apiUrl+"api/common/UserApplicationsForTeacherAppController/CopyApplications",e).then(function(e){n.ins=e.data,1==e.data?swal({text:"Record Updated Successfully",imageUrl:"assets/img/check.png"}):0==e.data?swal({text:"Record Not Updated Successfully ",imageUrl:"assets/img/notification-alert.png"}):swal("Error-"+e.data)})}},n.clear=function(){n.copy_from_user=void 0,n.UserApplicationList=void 0,n.test_comn_role_code=void 0,$("#Selected_Role").jqxListBox("clear"),$("#Selected_User").jqxListBox("clear"),n.Allusers=[]},n.copyCheck=function(e){n.FlagUpdate=!e}}])}(),function(){"use strict";var e=angular.module("sims.module.Setup");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("GlobalSearchMappingCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(n,e,t,a,o,i,d){n.busyindicator=!0,n.busyindicator=!1,n.info1=[];var s=[],_=[];n.table=!1,n.subject=!1,i.get(d.apiUrl+"api/GlobalSearchMapping/getRoleName").then(function(e){if(n.SectionStudent=e.data,n.busyindicator=!0,0<e.data.length){for(var t=0;t<n.SectionStudent[0].tablist.length;t++)s={sims_subject_name_en:n.SectionStudent[0].tablist[t].comn_user_tab_name,sims_subject_code:n.SectionStudent[0].tablist[t].comn_user_tab_no},_.push(s);a(function(){$("#fixTable").tableHeadFixer({left:2})},100),n.info1=_,n.table=!0,console.log(_)}else n.subject=!0}),n.Check_Single_Subject=function(e){e.ischange=!0},n.Select_ALL_Subject=function(e){for(var t=document.getElementById(e),a=0;a<n.SectionStudent.length;a++)n.SectionStudent[a].tablist[t.tabIndex].comn_status=t.checked,n.SectionStudent[a].ischange=!0},n.Select_Student_ALL_Subject=function(e){for(var t=document.getElementById(e),a=0;a<n.SectionStudent.length;a++)if(n.SectionStudent[a].comn_role_code==e)for(var o=0;o<n.SectionStudent[a].tablist.length;o++)n.SectionStudent[a].tablist[o].comn_status=t.checked,n.SectionStudent[a].ischange=!0},n.Submit=function(){n.busyindicator=!1,n.subject=!1,0;for(var e=[{}],t=0;t<n.SectionStudent.length;t++)if(1==n.SectionStudent[t].ischange){for(var a=e.length,o=(e[a]={comn_role_code:n.SectionStudent[t].comn_role_code},""),s=0;s<n.SectionStudent[t].tablist.length;s++)n.SectionStudent[t].tablist[s].comn_status&&(o=o+n.SectionStudent[t].tablist[s].comn_user_tab_no+",");e[a].comn_user_tab_name=o}e.splice(0,1),0!=e.length?(i.post(d.apiUrl+"api/GlobalSearchMapping/insert_student_section_subject",e).then(function(e){n.msg1=e.data,swal({text:"Application Mapped Successfully",imageUrl:"assets/img/check.png",width:380}),i.get(d.apiUrl+"api/GlobalSearchMapping/getRoleName").then(function(e){n.SectionStudent=e.data,n.busyindicator=!0,0<e.data.length?(n.info1=_,n.table=!0):n.subject=!0})}),n.table=!0,n.busyindicator=!0,(void 0).checked=!1):swal({text:"Application Not Mapped",imageUrl:"assets/img/close.png",width:380})}}])}(),function(){"use strict";angular.module("sims.module.Setup").controller("HomeRoomTeacherCreationabqCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(s,e,o,t,a,n,i){s.edt={},s.temp={},s.selectedStudentList=[];var d,_=o.globals.currentUser.username,c=(s.busyindicator=!0,s.propertyName=null,s.reverse=!1,s.grade=[],s.section1=[],s.gradeSectionArray=[],s.SectionArray=[],s.cmb_subject_name=[],s.postData=[],s.homeroomStudents=[],s.disabledSubmit=!0,s.showSectionMsg=!1,s.showGradeMsg=!1,s.showEditField=!1,s.edt.homeroomStatus=!0,s.showSubjectMsg=!1,s.gradeSection=[],s.tempArray=[],s.edt.sims_grade_section=[],s.SectionStudent=[],s.showDeleteBtn=!1,s.showTeacherDropdown=!1,""),l=$("table.scroll"),r=l.find("tbody tr:first").children();$(window).resize(function(){d=r.map(function(){return $(this).width()}).get(),l.find("thead tr").children().each(function(e,t){$(t).width(d[e])})}).resize(),$(function(){$("#cmb_grade").multipleSelect({width:"100%"})}),$(function(){$("#cmb_section_code").multipleSelect({width:"100%"})}),$(function(){$("#gradesection").multipleSelect({width:"100%"})}),$(function(){$("#gradesec").multipleSelect({width:"100%"})}),s.getUserRole=function(){n.get(i.apiUrl+"api/HomeroomCreation/GetUserRole?username="+_).then(function(e){0<e.data.length&&(s.userStatus=e.data[0].user_status),"Y"==s.userStatus&&(s.showTeacherDropdown=!0),console.log("userStatus",s.userStatus)})},s.getUserRole(),s.getTeacher=function(){for(var e="",t=0;t<s.edt.sims_grade_section.length;t++)e=e+s.edt.sims_grade_section[t]+",";n.get(i.apiUrl+"api/HomeroomCreation/GetTeacher?academicyear="+s.edt.sims_academic_year+"&subject_code="+s.edt.sims_subject_code+"&grade_section="+e).then(function(e){s.getTeacherData=e.data})},s.setTeacherCode=function(){c=s.edt.sims_teacher_code,n.get(i.apiUrl+"api/HomeroomCreation/getSectionsubject_name?curcode="+s.edt.sims_cur_code+"&academicyear="+s.edt.sims_academic_year+"&login_user="+s.edt.sims_teacher_code).then(function(e){0<e.data.length?(s.showSubjectMsg=!1,s.disabledSubmit=!1):(s.disabledSubmit=!0,swal({text:"Selected subject not assigned for this teacher\n Please assign subject to create homeroom",width:400,showCloseButton:!0}))})},s.getCurriculum=function(){n.get(i.apiUrl+"api/common/getCuriculum").then(function(e){s.curriculum=e.data,s.edt.sims_cur_code=s.curriculum[0].sims_cur_code,s.temp.sims_cur_code=s.curriculum[0].sims_cur_code,s.getacyr(s.curriculum[0].sims_cur_code)})},s.getCurriculum(),s.getacyr=function(t){s.cur_code=t,n.get(i.apiUrl+"api/common/getAcademicYear?curCode="+t).then(function(e){s.Academic_year=e.data,s.edt.sims_academic_year=s.Academic_year[0].sims_academic_year,s.temp.sims_academic_year=s.Academic_year[0].sims_academic_year,s.getSubject(t,s.Academic_year[0].sims_academic_year),s.getSubjectAbqis(t,s.Academic_year[0].sims_academic_year)})},s.getSubject=function(e,t){n.get(i.apiUrl+"api/HomeroomCreation/getSectionsubject_name?curcode="+e+"&academicyear="+t+"&login_user="+o.globals.currentUser.username).then(function(e){s.cmb_subject_name=e.data,0<s.cmb_subject_name.length?s.showSubjectMsg=!1:s.showSubjectMsg=!0})},s.getSubjectAbqis=function(e,t){n.get(i.apiUrl+"api/HomeroomCreation/getSectionsubject_name_abqis?sims_cur_code="+e+"&sims_academic_year="+t).then(function(e){s.sub_name=e.data,0<s.sub_name.length?s.showSubjectMsg=!1:s.showSubjectMsg=!0})},s.getGradeSectionAbqis=function(e,t,a){n.get(i.apiUrl+"api/HomeroomCreation/getgradesection_abqis?sims_cur_code="+e+"&sims_academic_year="+t+"&HomeroomSubject="+a).then(function(e){s.gradedata=e.data,setTimeout(function(){$("#gradesection").change(function(){}).multipleSelect({width:"100%"})},1e3),setTimeout(function(){$("#gradesec").change(function(){}).multipleSelect({width:"100%"})},1e3)})},s.getGradeSection=function(e,t,a){n.get(i.apiUrl+"api/HomeroomCreation/getGradeSection?sims_cur_code="+e+"&academic_year="+t+"&subject_code="+a+"&teachercode="+o.globals.currentUser.username).then(function(e){s.gradeSection=e.data,setTimeout(function(){$("#gradesection").change(function(){}).multipleSelect({width:"100%"})},1e3),setTimeout(function(){$("#gradesec").change(function(){}).multipleSelect({width:"100%"})},1e3)})},s.getHoomRoomCreation=function(){n.get(i.apiUrl+"api/HomeroomCreation/GetHoomroomCreation?teachercode="+o.globals.currentUser.username+"&sims_cur_code="+s.temp.sims_cur_code+"&sims_academic_year="+s.temp.sims_academic_year+"&HomeroomSubject="+s.temp.sims_subject_code+"&sims_grade_code="+s.temp.sims_grade_section).then(function(e){s.homerooms=e.data,0<s.homerooms.length?(s.showEditField=!0,s.showDeleteBtn=!0):s.showEditField=!1})},s.getHoomRoomStudents=function(e){s.homeroomStudents=[],s.tempArray=[],n.get(i.apiUrl+"api/HomeroomCreation/GetHoomroomStudents?hoomroom_code="+e).then(function(e){if(s.homeroomStudents=angular.copy(e.data),0<s.homeroomStudents.length){s.disabledCur=!0,s.disabledAcaYear=!0,s.disabledSubj=!0,s.edt={sims_cur_code:s.homeroomStudents[0].sims_cur_code,sims_academic_year:s.homeroomStudents[0].sims_academic_year,sims_subject_code:s.homeroomStudents[0].homeroomSubject,homroomName:s.homeroomStudents[0].homeroomName,homeroomStatus:s.homeroomStudents[0].homeroomStatus,sims_teacher_code:s.homeroomStudents[0].homeroomEmployeeCode},s.edt.sims_subject_code=s.homeroomStudents[0].homeroomSubject,s.getSubject(s.edt.sims_cur_code,s.edt.sims_academic_year),s.getGradeSection(s.edt.sims_cur_code,s.edt.sims_academic_year,s.homeroomStudents[0].homeroomSubject);for(var t=0;t<s.homeroomStudents.length;t++)s.tempArray.includes(s.homeroomStudents[t].sims_grade_section_code)||s.tempArray.push(s.homeroomStudents[t].sims_grade_section_code);setTimeout(function(){s.edt.sims_grade_section=s.tempArray,$("#gradesection").multipleSelect("setSelects",s.edt.sims_grade_section)},2e3),setTimeout(function(){s.Show_Data(!0)},3e3)}})},s.Show_Data=function(e){if(s.gradeSectionArray=[],""==s.edt.sims_grade_section||null==s.edt.sims_grade_section||null==s.edt.sims_grade_section)return!(s.showGradeMsg=!0);if(s.showGradeMsg=!1,e){s.info1=[];s.secData=[],s.table=!1,s.disabledSubmit=!1,s.showSelectedSubject=!1,s.selectedAll=!1,s.busyindicator=!1;for(var t="",a=0;a<s.edt.sims_grade_section.length;a++)t=t+s.edt.sims_grade_section[a]+",";n.get(i.apiUrl+"api/HomeroomCreation/getStudentName?curcode="+s.edt.sims_cur_code+"&academicyear="+s.edt.sims_academic_year+"&section="+t+"&subcode="+s.edt.sims_subject_code).then(function(e){if(s.busyindicator=!0,0<e.data.length){s.SectionStudent=e.data,s.table=!0,s.flg=!1,s.arr=[];for(var t=0;t<s.SectionStudent.length;t++)for(var a=0;a<s.gradeSection.length;a++)for(var o=0;o<s.edt.sims_grade_section.length;o++)s.edt.sims_grade_section[o]!=s.SectionStudent[t].sims_grade_section_code||s.SectionStudent[t].sims_grade_section_code!=s.gradeSection[a].classCode||s.arr.includes(s.SectionStudent[t].sims_grade_section_code)||(s.arr.push(s.SectionStudent[t].sims_grade_section_code),s.gradeSectionArray.push({sims_grade_section_code:s.SectionStudent[t].sims_grade_section_code,sims_grade_section_name:s.gradeSection[a].className}));if(0<s.homeroomStudents.length)for(t=0;t<s.SectionStudent.length;t++)for(o=0;o<s.homeroomStudents.length;o++)for(a=0;a<s.homeroomStudents[o].studlist.length;a++)s.homeroomStudents[o].studlist[a].homeroomStudentEnrollNumber==s.SectionStudent[t].sims_student_enroll_number&&s.homeroomStudents[o].sims_grade_code==s.SectionStudent[t].sims_grade_code&&s.homeroomStudents[o].sims_section_code==s.SectionStudent[t].sims_section_code&&s.homeroomStudents[o].homeroomSubject==s.SectionStudent[t].sims_subject_code&&(s.SectionStudent[t].chkStudent=!0);setTimeout(function(){for(var e=0;e<s.edt.sims_grade_section.length;e++)$("#fixTable-"+e).tableHeadFixer({top:1})},1e3)}else swal({text:"No Records Found",imageUrl:"assets/img/close.png",width:320,showCloseButton:!0,timer:4e3})})}},s.Show_Data1=function(e){if(s.gradeSectionArray=[],""==s.edt.sims_grade_section||null==s.edt.sims_grade_section||null==s.edt.sims_grade_section)return!(s.showGradeMsg=!0);if(s.showGradeMsg=!1,e){s.info1=[];s.secData=[],s.table=!1,s.disabledSubmit=!1,s.showSelectedSubject=!1,s.selectedAll=!1,s.busyindicator=!1;for(var t="",a=0;a<s.edt.sims_grade_section.length;a++)t=t+s.edt.sims_grade_section[a]+",";n.get(i.apiUrl+"api/HomeroomCreation/getStudentName?curcode="+s.edt.sims_cur_code+"&academicyear="+s.edt.sims_academic_year+"&section="+t+"&subcode="+s.edt.sims_subject_code).then(function(e){if(s.busyindicator=!0,0<e.data.length){s.SectionStudent=e.data,s.table=!0,s.flg=!1,s.arr=[];for(var t=0;t<s.SectionStudent.length;t++)for(var a=0;a<s.gradeSection.length;a++)for(var o=0;o<s.edt.sims_grade_section.length;o++)s.edt.sims_grade_section[o]!=s.SectionStudent[t].sims_grade_section_code||s.SectionStudent[t].sims_grade_section_code!=s.gradeSection[a].classCode||s.arr.includes(s.SectionStudent[t].sims_grade_section_code)||(s.arr.push(s.SectionStudent[t].sims_grade_section_code),s.gradeSectionArray.push({sims_grade_section_code:s.SectionStudent[t].sims_grade_section_code,sims_grade_section_name:s.gradeSection[a].className}));if(0<s.homeroomStudents.length)for(t=0;t<s.SectionStudent.length;t++)for(o=0;o<s.homeroomStudents.length;o++)for(a=0;a<s.homeroomStudents[o].studlist.length;a++)s.homeroomStudents[o].studlist[a].homeroomStudentEnrollNumber==s.SectionStudent[t].sims_student_enroll_number&&s.homeroomStudents[o].sims_grade_code==s.SectionStudent[t].sims_grade_code&&s.homeroomStudents[o].sims_section_code==s.SectionStudent[t].sims_section_code&&s.homeroomStudents[o].homeroomSubject==s.SectionStudent[t].sims_subject_code&&(s.SectionStudent[t].chkStudent=!0);s.submitHomroom()}else swal({text:"No Records Found",imageUrl:"assets/img/close.png",width:320,showCloseButton:!0,timer:4e3})})}},s.submitHomroom=function(){s.postData=[],s.classData=[],s.busyindicator=!1,s.table=!1;for(var e=0;e<s.SectionStudent.length;e++){var t=s.SectionStudent[e].sims_student_enroll_number;1==document.getElementById(t+e).checked&&(t={Status:!0,HomeroomStudentEnrollNumber:s.SectionStudent[e].sims_student_enroll_number,sims_cur_code:s.edt.sims_cur_code,sims_academic_year:s.edt.sims_academic_year},s.postData.push(t),t={sims_cur_code:s.edt.sims_cur_code,sims_academic_year:s.edt.sims_academic_year,sims_grade_code:s.SectionStudent[e].sims_grade_code,sims_section_code:s.SectionStudent[e].sims_section_code,Status:!0},s.classData.push(t))}if(c=null==s.edt.sims_teacher_code||""==s.edt.sims_teacher_code||null==s.edt.sims_teacher_code?_:s.edt.sims_teacher_code,s.opr={HomeroomName:s.edt.homroomName,HomeroomSubject:s.edt.sims_subject_code,HomeroomEmployeeCode:c,HomeroomStatus:s.edt.homeroomStatus,CreatedBy:o.globals.currentUser.username,UpdatedBy:o.globals.currentUser.username,sims_cur_code:s.edt.sims_cur_code,sims_academic_year:s.edt.sims_academic_year,homeroomId:s.temp.hoomroom_code},0==s.postData.length)return swal({text:"At least One Record Required for Homeroom",imageUrl:"assets/img/notification-alert.png",width:360,showCloseButton:!0,timer:3e3}),s.busyindicator=!0,!(s.table=!0);n.post(i.apiUrl+"api/HomeroomCreation/AddHoomroomStudents?data1="+JSON.stringify(s.opr),s.postData).then(function(e){s.homeroomCode=e.data,n.post(i.apiUrl+"api/HomeroomCreation/AddHoomroomclass?homeroom_code="+s.homeroomCode,s.classData).then(function(e){if(s.msg1=e.data,1==s.msg1){swal({text:"Homeroom Added Successfully",imageUrl:"assets/img/check.png",width:340,showCloseButton:!0}),s.busyindicator=!0,s.getHoomRoomCreation(),s.table=!1,s.disabledSubmit=!0,s.disabledCur=!1,s.disabledAcaYear=!1,s.disabledSubj=!1,s.Myform.$setPristine(),s.Myform.$setUntouched(),s.edt.sims_cur_code="",s.edt.sims_academic_year="",s.edt.sims_subject_code="",s.temp.hoomroom_code="",s.edt.homroomName="",s.edt.sims_teacher_code="",s.temp.sims_subject_code="",s.temp.sims_grade_section="",s.temp.sims_cur_code="",s.temp.sims_academic_year="";try{$("#gradesection").multipleSelect("uncheckAll")}catch(e){}try{$("#gradesec").multipleSelect("uncheckAll")}catch(e){}$("#gradesection").multipleSelect("uncheckAll")}else 0==s.msg1?(swal({text:"Homeroom Not Added. ",imageUrl:"assets/img/close.png",width:320,showCloseButton:!0}),s.table=!1,s.disabledSubmit=!0,s.busyindicator=!0):swal("Error-"+s.msg1)})})},s.Delete=function(e){var t=[];null==e||""==e||null==e?swal({text:"Please select Homeroom",width:360,showCloseButton:!0}):(t.push({opr:"D",homeroom_code:e}),swal({title:"",text:"Are you sure you want to delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){e&&n.post(i.apiUrl+"api/HomeroomCreation/HomeroomDelete",t).then(function(e){s.msg1=e.data,1==s.msg1?(swal({text:"Homeroom Deleted Successfully",imageUrl:"assets/img/check.png",width:360,showCloseButton:!0}),s.getHoomRoomCreation(),s.reset()):0==s.msg1?swal({text:"Homeroom Not Deleted. ",imageUrl:"assets/img/close.png",width:360,showCloseButton:!0}):swal("Error-"+s.msg1)})}))},s.isSelectAll=function(t){t.selectedAll?t.selectedAll=!0:t.selectedAll=!1,angular.forEach(s.SectionStudent,function(e){e.sims_grade_section_code==t.sims_grade_section_code&&(e.chkStudent=t.selectedAll)})},s.reset=function(){s.table=!1,s.disabledSubmit=!0,s.disabledCur=!1,s.disabledAcaYear=!1,s.disabledSubj=!1,s.showGradeMsg=!1,s.homeroomStudents=[],s.Myform.$setPristine(),s.Myform.$setUntouched(),s.temp.hoomroom_code="",s.edt.sims_subject_code="",s.edt.homroomName="",s.edt.sims_teacher_code="",s.edt.sims_grade_section="",s.temp.sims_subject_code="",s.temp.sims_grade_section="";try{$("#gradesection").multipleSelect("uncheckAll")}catch(e){}try{$("#gradesec").multipleSelect("uncheckAll")}catch(e){}try{$("#gradesection").multipleSelect("uncheckAll")}catch(e){}}}])}(),function(){"use strict";var d,c=[],e=angular.module("sims.module.Setup"),l=(e.directive("myEnter",function(){return function(t,e,a){e.bind("keydown keypress",function(e){13===e.which&&(t.$apply(function(){t.$eval(a.myEnter)}),e.preventDefault())})}}),e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),[]);e.controller("OtpMasterCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(o,e,t,a,s,n,i){o.pagesize="10",o.table1=!0,o.editmode=!1,o.size=function(e){console.log(e),o.pagesize=e,o.currentPage=1,o.numPerPage=e,console.log("numPerPage="+o.numPerPage),o.makeTodos()},o.index=function(e){o.pageindex=e,o.currentPage=e,console.log("currentPage="+o.currentPage),o.makeTodos(),d.checked=!1},o.edt="",n.get(i.apiUrl+"api/OtpMaster/getOtp").then(function(e){o.City_Data=e.data,o.totalItems=o.City_Data.length,o.todos=o.City_Data,o.makeTodos()}),o.New=function(){o.newmode=!0,o.check=!0,o.edt="",o.editmode=!1,o.opr="S",o.readonly=!1,o.table1=!1,o.operation=!0,o.savebtn=!0,o.updatebtn=!1,o.edt={},o.temp="",o.myForm.$setPristine(),o.myForm.$setUntouched()},o.up=function(e){o.opr="U",o.editmode=!0,o.newmode=!1,o.savebtn=!1,o.updatebtn=!0,o.readonly=!0,o.table1=!1,o.operation=!0,o.edt={sims_country_code:e.sims_country_code,sims_country_name_en:e.sims_country_name_en,sims_state_code:e.sims_state_code,sims_state_name_en:e.sims_state_name_en,sims_city_code:e.sims_city_code,sims_status:e.sims_status,sims_city_name_en:e.sims_city_name_en,sims_city_name_ar:e.sims_city_name_ar,sims_city_name_fr:e.sims_city_name_fr,sims_city_name_ot:e.sims_city_name_ot},o.getacyr(e.sims_country_code),o.nullcheck()},o.cancel=function(){o.table1=!0,o.operation=!1,o.edt="",o.myForm.$setPristine(),o.myForm.$setUntouched()},o.doSomething=function(){setTimeout(function(){o.generate()},600)},o.generate=function(){swal({title:"",text:"Are you sure you want to Generate?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No",allowEnterKey:!1}).then(function(e){if(e){var t=o.edt;t.opr="I";for(var a=0;a<parseInt(o.edt.no_of_link);a++)l.push(t);n.post(i.apiUrl+"api/OtpMaster/CUDgetCity",l).then(function(e){o.msg1=e.data,1==o.msg1?(n.get(i.apiUrl+"api/OtpMaster/getOtp").then(function(e){o.City_Data=e.data,o.totalItems=o.City_Data.length,o.todos=o.City_Data;for(var t=0;t<parseInt(o.edt.no_of_link);t++)o.todos[t].class="navajowhite";o.makeTodos(),o.operation=!1,l=[],o.edt={}}),swal({text:"Record Inserted Successfully",imageUrl:"assets/img/check.png",width:300,height:200})):0==o.msg1?swal({text:"Record Not Inserted. ",imageUrl:"assets/img/close.png",width:300,height:200}):swal("Error-"+o.msg1)})}})},o.filteredTodos=[],o.currentPage=1,o.numPerPage=10,o.maxSize=5,o.makeTodos=function(){var e=parseInt(o.totalItems%o.numPerPage),e=(o.pagersize="0"==e?parseInt(o.totalItems/o.numPerPage):parseInt(o.totalItems/o.numPerPage)+1,(o.currentPage-1)*o.numPerPage),t=parseInt(e)+parseInt(o.numPerPage);console.log("begin="+e),console.log("end="+t),o.filteredTodos=o.todos.slice(e,t)},o.chk_click=function(e,t){e="#tr-"+e;t?$(e).css("background-color","navajowhite"):$(e).css("background-color","")},o.CheckAllChecked=function(){if(1==(d=document.getElementById("mainchk")).checked)for(var e=0;e<o.filteredTodos.length;e++)document.getElementById(o.filteredTodos[e].sims_city_code+e).checked=!0,o.row1="row_selected";else for(e=0;e<o.filteredTodos.length;e++)document.getElementById(o.filteredTodos[e].sims_city_code+e).checked=!1,d.checked=!1,o.row1=""},o.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),o.color="#edefef"}),1==(d=document.getElementById("mainchk")).checked&&(d.checked=!1,o.color="#edefef",o.row1="")},o.deleterecord=function(){o.flag=!1,c=[];for(var e,t=0;t<o.filteredTodos.length;t++)1==document.getElementById("test-"+t).checked&&(o.flag=!0,e={sims_otp:o.filteredTodos[t].sims_otp,opr:"D"},c.push(e));o.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)n.post(i.apiUrl+"api/OtpMaster/CUDgetCity",c).then(function(e){o.msg1=e.data,1==o.msg1?swal({text:"Record Deleted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&n.get(i.apiUrl+"api/OtpMaster/getOtp").then(function(e){o.City_Data=e.data,o.totalItems=o.City_Data.length,o.todos=o.City_Data,o.makeTodos()})}):0==o.msg1?swal({text:"Record Not Deleted. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&n.get(i.apiUrl+"api/OtpMaster/getOtp").then(function(e){o.City_Data=e.data,o.totalItems=o.City_Data.length,o.todos=o.City_Data,o.makeTodos()})}):swal("Error-"+o.msg1)});else for(var t=0;t<o.filteredTodos.length;t++){var a=document.getElementById(o.filteredTodos[t].sims_city_code+t);1==a.checked&&(a.checked=!1,o.row1="")}}):swal({text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}),l=[],o.currentPage=!0},o.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).sims_city_name_en.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_state_name_en.toLowerCase().indexOf(t.toLowerCase())||e.sims_city_code==t;var t})},o.search=function(){o.todos=o.searched(o.City_Data,o.searchText),o.totalItems=o.todos.length,o.currentPage="1",""==o.searchText&&(o.todos=o.City_Data),o.makeTodos()},o.onlyNumbers=function(e){var t,a={escape:27,backspace:8,tab:9,enter:13,del:46,0:48,1:49,2:50,3:51,4:52,5:53,6:54,7:55,8:56,9:57};for(t in a)if(a.hasOwnProperty(t)&&(e.charCode==a[t]||e.keyCode==a[t]))return;e.preventDefault()},a(function(){$("#fixTable").tableHeadFixer({top:1})},100)}])}(),function(){"use strict";var l,e=angular.module("sims.module.Setup");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("FieldDetailsCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(s,e,t,a,o,n,i){s.pagesize="10",s.pageindex=0,s.save_btn=!0;var d=[];s.Update_btn=!1,s.display=!1,s.table=!0,a(function(){$("#fixTable").tableHeadFixer({top:1})},100),setTimeout(function(){$("#account_codes").select2()},100),t.globals.currentUser.username;setTimeout(function(){$("#application_code").select2(),$("#code_application").select2(),$("#parent_appli").select2(),$("#parent_appli1").select2()},100),n.get(i.apiUrl+"api/TimeLine/getApplicationCode").then(function(e){s.appl_code=e.data}),n.get(i.apiUrl+"api/TimeLine/getModuleCode").then(function(e){s.module_code=e.data}),n.get(i.apiUrl+"api/TimeLine/getFieldDetails").then(function(e){s.fielddetail=e.data,console.log("F Data: ",s.fielddetail),s.totalItems=s.fielddetail.length,s.todos=s.fielddetail,s.makeTodos()}),s.getdriddata=function(){n.get(i.apiUrl+"api/TimeLine/getFieldDetails").then(function(e){s.fielddetail=e.data,console.log("F Data1: ",s.fielddetail),s.totalItems=s.fielddetail.length,s.todos=s.fielddetail,s.makeTodos()})},s.main_edit=function(e){s.display=!0,s.save_btn=!0,s.Update_btn=!1,s.ldgno=!1,s.table=!1,n.get(i.apiUrl+"api/TimeLine/getFieldDetails?application_code="+e.comn_appl_code+"&mod_code="+e.comn_appl_mod_code).then(function(e){s.fielddetail=e.data,s.totalItems=s.fielddetail.length,s.todos=s.fielddetail,s.makeTodos()})},s.size=function(e){"All"==e?(s.currentPage="1",s.filteredTodos=s.getcount,s.pager=!1):(s.pager=!0,s.pagesize=e,s.currentPage=1,s.numPerPage=e,s.makeTodos())},s.index=function(e){s.pageindex=e,s.currentPage=e,console.log("currentPage="+s.currentPage),s.makeTodos(),l.checked=!1,s.row1=""},s.filteredTodos=[],s.currentPage=1,s.numPerPage=10,s.maxSize=10,s.makeTodos=function(){var e=parseInt(s.totalItems%s.numPerPage),e=(s.pagersize="0"==e?parseInt(s.totalItems/s.numPerPage):parseInt(s.totalItems/s.numPerPage)+1,(s.currentPage-1)*s.numPerPage),t=parseInt(e)+parseInt(s.numPerPage);console.log("begin="+e),console.log("end="+t),s.filteredTodos=s.todos.slice(e,t)},s.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).comn_appl_code_name.toLowerCase().indexOf(t.toLowerCase())||-1<e.comn_appl_mod_name.toLowerCase().indexOf(t.toLowerCase())||e.cnt==t;var t})},s.search=function(){s.todos=s.searched(s.getcount,s.searchText),s.totalItems=s.todos.length,s.currentPage="1",""==s.searchText&&(s.todos=s.getcount),s.makeTodos(),l.checked=!1,s.CheckAllChecked()},s.showdate=function(e,t){var a=e.split("/")[0],o=e.split("/")[1],e=e.split("/")[2];s.temp[t]=e+"/"+a+"/"+o},s.New=function(){s.disabled=!1,s.gtcreadonly=!0,s.readonlybankname=!1,s.gdisabled=!1,s.aydisabled=!1,s.table=!1,s.display=!0,s.save_btn=!0,s.Update_btn=!1,s.ldgno=!1,s.slno=!1,s.cmbstatus=!0,s.txtyear=!1,s.glaccno=!1,s.temp="",s.temp={},s.gtdreadonlyBnkcode=!1,$("#account_codes").select2("val","null"),s.temp.comn_appl_field_status=!0};s.savedata=function(e){d=[],e&&((e=s.temp).opr="I",e.comn_creation_user=t.globals.currentUser.username,d.push(e),n.post(i.apiUrl+"api/TimeLine/CUDFieldDetails",d).then(function(e){s.msg1=e.data,1==s.msg1?(swal({text:"Record Inserted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:300,height:200}),s.temp="",s.table=!0,s.display=!1,$("#code_application").select2("val",""),$("#parent_appli1").select2("val","")):(swal({text:"Record Not inserted",imageUrl:"assets/img/close.png",showCloseButton:!0,width:300,height:200}),s.getdriddata())}),0)},s.Cancel=function(){s.temp="",$("#application_code").select2("val",""),s.edt="",s.getcount="",s.table=!0,s.display=!1,s.Myform.$setPristine(),s.Myform.$setUntouched()},s.up=function(e){s.save_btn=!1,s.Update_btn=!0,s.temp={sr_no:e.sr_no,comn_mod_code:e.comn_appl_mod_code,comn_appl_code:e.comn_appl_code,comn_appl_field_name_en:e.comn_appl_field_name_en,comn_appl_code_parent:e.comn_field_appl_code,comn_appl_field_desc:e.comn_appl_field_desc,comn_show_icon_status:e.comn_show_icon_status,comn_appl_field_status:e.comn_appl_field_status,comn_field_display_order:e.comn_field_display_order},setTimeout(function(){$("#code_application").select2("val",e.comn_appl_code)},100),setTimeout(function(){$("#parent_appli1").select2("val",e.comn_field_appl_code)},100)},s.View=function(e,t){n.get(i.apiUrl+"api/TimeLine/getFirstDetailsCount?application_code="+e+"&mod_code="+t).then(function(e){s.getcount=e.data})},s.Reset1=function(){$("#application_code").select2("val",""),s.edt="",s.temp="",$("#code_application").select2("val",""),$("#parent_appli1").select2("val","")};var c=[];s.update=function(){c=[];var e=s.temp;e.opr="U",e.comn_creation_user=t.globals.currentUser.username,c.push(e),n.post(i.apiUrl+"api/TimeLine/CUDFieldDetails",c).then(function(e){s.msg1=e.data,1==s.msg1?(swal({text:"Record Updated Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:300,height:200}),s.temp="",s.table=!0,s.display=!1,$("#code_application").select2("val",""),$("#parent_appli1").select2("val",""),s.save_btn=!0,s.Update_btn=!1):swal({text:"Record Not Updated",imageUrl:"assets/img/close.png",showCloseButton:!0,width:300,height:200})}),data2=[]},s.Reset=function(){s.temp="",$("#code_application").select2("val",""),$("#parent_appli1").select2("val","")},s.CheckAllChecked=function(){if(1==(l=document.getElementById("mainchk")).checked)for(var e=0;e<s.filteredTodos.length;e++)document.getElementById("bank-"+e).checked=!0,s.row1="row_selected",$("tr").addClass("row_selected");else for(e=0;e<s.filteredTodos.length;e++)document.getElementById("bank-"+e).checked=!1,l.checked=!1,s.row1=""},s.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),s.color="#edefef"}),1==(l=document.getElementById("mainchk")).checked&&(l.checked=!1,$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected")}))},s.OkDelete=function(){var o=[];s.flag=!1;for(var e,t=0;t<s.filteredTodos.length;t++)1==document.getElementById("bank-"+t).checked&&(s.flag=!0,e={pb_bank_code:s.filteredTodos[t].pb_bank_code,comp_code:s.filteredTodos[t].pb_comp_code,opr:"D"},o.push(e));s.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)n.post(i.apiUrl+"api/BankMaster/CUDBankMaster",o).then(function(e){s.msg1=e.data,1==s.msg1?swal({text:"Record Deleted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&(n.get(i.apiUrl+"api/BankMaster/getAllBankMaster?comp_code="+comp_code+"&finance_year="+finance_year).then(function(e){s.Bankmaster=e.data,s.totalItems=s.Bankmaster.length,s.todos=s.Bankmaster,s.makeTodos()}),1==(l=document.getElementById("mainchk")).checked&&(l.checked=!1,s.row1=""),s.currentPage=!0)}):swal({text:"Record Not Deleted",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&(n.get(i.apiUrl+"api/BankMaster/getAllBankMaster?comp_code="+comp_code+"&finance_year="+finance_year).then(function(e){s.Bankmaster=e.data,s.totalItems=s.Bankmaster.length,s.todos=s.Bankmaster,s.makeTodos()}),1==(l=document.getElementById("mainchk")).checked&&(l.checked=!1,s.row1=""),s.currentPage=!0)})});else for(var t=0;t<s.filteredTodos.length;t++){var a=document.getElementById("bank-"+t);1==a.checked&&(a.checked=!1,l.checked=!1,$("tr").removeClass("row_selected"))}}):swal({text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}),s.currentPage=str}}])}(),function(){"use strict";var d,c=[],l=[],e=angular.module("sims.module.Setup");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("BadgeMasterCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(o,e,t,a,s,n,i){o.pagesize="10",o.pageindex="1",o.pager=!0,o.temp="",o.table1=!0,o.temp={},o.propertyName=null,o.reverse=!1,o.sortBy=function(e){o.reverse=o.propertyName===e&&!o.reverse,o.propertyName=e},o.countData=[{val:10,data:10},{val:20,data:20},{val:"All",data:"All"}],o.filteredTodos=[],o.currentPage=1,o.numPerPage=10,o.maxSize=10,o.size=function(e){10!=e&&20!=e&&"All"!=e||("All"==e?(o.currentPage="1",o.filteredTodos=o.Route_Data,o.pager=!1):(o.pager=!0,o.pagesize=e,o.currentPage=1,o.numPerPage=e,o.makeTodos())),o.numPerPage=e},n.get(i.apiUrl+"api/DeliveryMode/getBadgeMaster").then(function(e){o.operation=!1,o.table1=!0,o.Route_Data=e.data.table,0<o.Route_Data.length?(o.pager=!0,3<o.countData.length&&o.countData.splice(3,1),o.totalItems=o.Route_Data.length,o.todos=o.Route_Data,o.makeTodos(),o.table1=!0):(swal({text:"Record Not Found",imageUrl:"assets/img/close.png",width:300,height:200}),o.filteredTodos=[])}),o.getgrid=function(){o.currentPage=1,n.get(i.apiUrl+"api/DeliveryMode/getBadgeMaster").then(function(e){o.operation=!1,o.table1=!0,o.Route_Data=e.data.table,0<o.Route_Data.length?(o.pager=!0,3<o.countData.length&&o.countData.splice(3,1),o.totalItems=o.Route_Data.length,o.todos=o.Route_Data,o.makeTodos(),o.table1=!0):(swal({text:"Record Not Found",imageUrl:"assets/img/close.png",width:300,height:200}),o.filteredTodos=[])}),1==(d=document.getElementById("mainchk")).checked&&(d.checked=!1,o.row1=""),o.row1="",o.myForm.$setPristine(),o.myForm.$setUntouched()},o.operation=!1,o.editmode=!1,o.index=function(e){o.pageindex=e,o.currentPage=e,o.makeTodos(),d.checked=!1,o.row1=""},o.New=function(){o.temp={},o.check=!0,o.temp.dm_name=!0,o.temp.dm_lead_time=!0,o.temp.dm_type=!0,o.editmode=!1,o.newmode=!0,o.readonly=!1,o.table1=!1,o.operation=!0,o.savebtn=!0,o.updatebtn=!1,0<o.ActiveYear.length&&(o.temp.sims_academic_year=o.ActiveYear[0].sims_academic_year),o.myForm.$setPristine(),o.myForm.$setUntouched()},o.up=function(e){o.savebtn=!1,o.updatebtn=!0,o.table1=!1,o.operation=!0,o.editmode=!0,o.newmode=!1,o.readonly=!0,o.temp="",o.temp={dm_type_name:e.sims_badge_id,dm_code:e.sims_badge_name,dm_name:e.sims_badge_visible_on_parent_portal,dm_lead_time:e.sims_badge_visible_on_school_level,dm_type:e.sims_badge_status},"A"==o.temp.dm_name&&(o.temp.dm_name=!0),"A"==o.temp.dm_lead_time&&(o.temp.dm_lead_time=!0),"A"==o.temp.dm_type&&(o.temp.dm_type=!0)},o.cancel=function(){o.table1=!0,o.operation=!1,o.myForm.$setPristine(),o.myForm.$setUntouched()},o.Save=function(e){e&&(l=[],(e=o.temp).opr="I",l.push(e),n.post(i.apiUrl+"api/DeliveryMode/CUDBadgeMaster",l).then(function(e){o.msg1=e.data,1==o.msg1?swal({text:"Record Inserted Successfully",imageUrl:"assets/img/check.png",width:300,height:200}):0==o.msg1?swal({text:"Record Not Inserted. ",imageUrl:"assets/img/close.png",width:300,height:200}):swal("Error-"+o.msg1),o.getgrid()}),o.table1=!0,o.operation=!1)},o.Update=function(e){e&&(l=[],(e=o.temp).opr="U",l.push(e),n.post(i.apiUrl+"api/DeliveryMode/CUDBadgeMaster",l).then(function(e){o.msg1=e.data,1==o.msg1?swal({text:"Record Updated Successfully",imageUrl:"assets/img/check.png",width:300,height:200}):0==o.msg1?swal({text:"Record Not Updated. ",imageUrl:"assets/img/close.png",width:300,height:200}):swal("Error-"+o.msg1),o.operation=!1,o.getgrid()}),o.operation=!1,o.table1=!0)},o.makeTodos=function(){var e=parseInt(o.totalItems%o.numPerPage),e=(o.pagersize="0"==e?parseInt(o.totalItems/o.numPerPage):parseInt(o.totalItems/o.numPerPage)+1,(o.currentPage-1)*o.numPerPage),t=parseInt(e)+parseInt(o.numPerPage);o.filteredTodos=o.todos.slice(e,t)},o.CheckAllChecked=function(){d=document.getElementById("mainchk");for(var e=0;e<o.filteredTodos.length;e++){var t=document.getElementById(o.filteredTodos[e].sims_badge_id+e);1==d.checked?(t.checked=!0,$("tr").addClass("row_selected")):(t.checked=!1,$("tr").removeClass("row_selected"))}},o.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),o.color="#edefef"}),1==(d=document.getElementById("mainchk")).checked&&(d.checked=!1,$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected")}))},o.deleterecord=function(){c=[],o.flag=!1;for(var e,t=0;t<o.filteredTodos.length;t++)1==document.getElementById(o.filteredTodos[t].sims_badge_id+t).checked&&(o.flag=!0,e={dm_type_name:o.filteredTodos[t].sims_badge_id,opr:"D"},c.push(e));o.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)n.post(i.apiUrl+"api/DeliveryMode/CUDBadgeMaster",c).then(function(e){o.msg1=e.data,1==o.msg1?swal({text:"Record Deleted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&(o.getgrid(),1==(d=document.getElementById("mainchk")).checked)&&(d.checked=!1,o.row1="")}):0==o.msg1?swal({text:"Record Not Deleted. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&(o.getgrid(),1==(d=document.getElementById("mainchk")).checked)&&(d.checked=!1,o.row1="")}):swal("Error-"+o.msg1)});else for(var t=0;t<o.filteredTodos.length;t++){var a=document.getElementById(o.filteredTodos[t].sims_badge_id+t);1==a.checked&&(a.checked=!1,o.row1="",d.checked=!1,$("tr").removeClass("row_selected"))}o.getgrid()}):swal({text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}),o.currentPage=!0},o.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).sims_badge_name.toLowerCase().indexOf(t.toLowerCase())||e.sagar==t;var t})},o.search=function(){o.todos=o.searched(o.Route_Data,o.searchText),o.totalItems=o.todos.length,o.currentPage="1",""==o.searchText&&(o.todos=o.Route_Data),o.makeTodos()},a(function(){$("#fixTable").tableHeadFixer({top:1})},100)}])}(),function(){"use strict";var c,e=angular.module("sims.module.Setup");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("ComnMasterStoredProcedureCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(s,e,t,a,o,n,i){s.pagesize="10",s.pageindex="1",s.critobj=[];var d;a(function(){$("#fixedtable").tableHeadFixer({top:1})},100),s.filteredTodos=[],s.currentPage=1,s.numPerPage=10,s.maxSize=10,n.get(i.apiUrl+"api/common/MasterStoredProcedureList/getStoredProcedureList").then(function(e){s.display=!1,s.grid=!0,s.critobj=e.data,console.log("SP DATA:",s.critobj),s.totalItems=s.critobj.length,s.todos=s.critobj,s.makeTodos()}),s.makeTodos=function(){var e=parseInt(s.totalItems%s.numPerPage),e=(s.pagersize="0"==e?parseInt(s.totalItems/s.numPerPage):parseInt(s.totalItems/s.numPerPage)+1,console.log("$scope.pagersize: ",s.pagersize),(s.currentPage-1)*s.numPerPage),t=parseInt(e)+parseInt(s.numPerPage);s.filteredTodos=s.todos.slice(e,t)},n.get(i.apiUrl+"api/common/MasterStoredProcedureList/getSPType").then(function(e){s.display=!1,s.SP_type=e.data,console.log(s.SP_type)}),s.New=function(){var t;s.display=!0,s.grid=!1,s.btn_save1=!0,s.btn_update1=!1,s.delete1=!1,s.edt=[],n.get(i.apiUrl+"api/common/MasterStoredProcedureList/getStoredProcedureList").then(function(e){t=e.data,s.edt.sp_code=t})},s.edit=function(e){s.display=!0,s.grid=!1,s.btn_save1=!1,s.btn_update1=!0,s.delete1=!1,console.log(e),s.edt={sp_code:e.sp_code,sp_name:e.sp_name,sp_appl_code:e.sp_appl_code,sp_type:e.sp_type_code,sp_read:e.sp_read,sp_insert:e.sp_insert,sp_update:e.sp_update,sp_delete:e.sp_delete,sp_remark:e.sp_remark}},s.Save=function(e){var t,a=[];e&&(1==s.btn_save1?(t={sp_code:s.edt.sp_code,sp_name:s.edt.sp_name,sp_type:s.edt.sp_type,sp_appl_code:s.edt.sp_appl_code,sp_read:s.edt.sp_read,sp_insert:s.edt.sp_insert,sp_update:s.edt.sp_update,sp_delete:s.edt.sp_delete,sp_remark:s.edt.sp_remark,opr:"I"},a.push(t),n.post(i.apiUrl+"api/common/MasterStoredProcedureList/CUDInsertStoredProcedure",a).then(function(e){s.display=!0,s.msg1=e.data,1==s.msg1?swal({text:"Record Inserted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&s.getgrid()}):swal({text:"Record Not Inserted",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&s.getgrid()})})):s.Update(e))},s.getgrid=function(){s.currentPage=1,n.get(i.apiUrl+"api/common/MasterStoredProcedureList/getStoredProcedureList").then(function(e){s.display=!1,s.grid=!0,s.critobj=e.data,s.totalItems=s.critobj.length,s.todos=s.critobj,s.makeTodos()}),1==(c=document.getElementById("mainchk")).checked&&(c.checked=!1,s.row1=""),s.myForm.$setPristine(),s.myForm.$setUntouched()},s.Update=function(e){var t=[];e&&(e={sp_code:s.edt.sp_code,sp_name:s.edt.sp_name,sp_type:s.edt.sp_type,sp_appl_code:s.edt.sp_appl_code,sp_read:s.edt.sp_read,sp_insert:s.edt.sp_insert,sp_update:s.edt.sp_update,sp_delete:s.edt.sp_delete,sp_remark:s.edt.sp_remark,opr:"U"},t.push(e),n.post(i.apiUrl+"api/common/MasterStoredProcedureList/CUDInsertStoredProcedure",t).then(function(e){s.display=!0,s.msg1=e.data,1==s.msg1?swal({text:"Record Updated Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&s.getgrid()}):swal({text:"Record Not Updated",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&s.getgrid()})}))},s.cancel=function(){s.grid=!0,s.display=!1,s.myForm.$setPristine(),s.myForm.$setUntouched()},s.CheckAllChecked=function(){if(1==(c=document.getElementById("mainchk")).checked)for(var e=0;e<s.filteredTodos.length;e++){var t=s.filteredTodos[e].sp_code;document.getElementById(t+e).checked=!0,s.row1="row_selected",$("tr").addClass("row_selected")}else for(e=0;e<s.filteredTodos.length;e++){t=s.filteredTodos[e].sp_code;document.getElementById(t+e).checked=!1,c.checked=!1,s.row1=""}},s.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),s.color="#edefef"}),1==(c=document.getElementById("mainchk")).checked&&(c.checked=!1,$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected")}))},s.Delete=function(){var o=[];s.flag=!1;for(var e=0;e<s.filteredTodos.length;e++){var t=s.filteredTodos[e].sp_code;1==document.getElementById(t+e).checked&&(s.flag=!0,t={sp_code:s.filteredTodos[e].sp_code,opr:"D"},o.push(t))}s.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)n.post(i.apiUrl+"api/common/MasterStoredProcedureList/CUDInsertStoredProcedure",o).then(function(e){s.msg1=e.data,1==s.msg1?swal({text:"Record Deleted Successfully.",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&s.getgrid()}):swal({text:"Record Not Deleted.",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&s.getgrid()})});else{1==(c=document.getElementById("mainchk")).checked&&(c.checked=!1);for(var t=0;t<s.filteredTodos.length;t++){var a=s.filteredTodos[t].sp_code,a=document.getElementById(a+t);1==a.checked&&(a.checked=!1,$("tr").removeClass("row_selected"))}}}):swal({text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380})},s.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).sp_code.toLowerCase().indexOf(t.toLowerCase())||-1<e.sp_name.toLowerCase().indexOf(t.toLowerCase())||-1<e.sp_appl_code.toLowerCase().indexOf(t.toLowerCase())||-1<e.sp_type.toLowerCase().indexOf(t.toLowerCase());var t})},s.search=function(){if(s.todos=s.searched(s.critobj,s.searchText),s.totalItems=s.todos.length,s.currentPage="1",""==s.searchText&&(s.todos=s.critobj),s.makeTodos(),1==(c=document.getElementById("mainchk")).checked){c.checked=!1;for(var e=0;e<s.filteredTodos.length;e++)document.getElementById(s.filteredTodos[e].sp_code+e).checked=!1,c.checked=!1,s.row1=""}};s.expand=function(e,t){console.log(e),$(d).remove(),d=$("<tr><td class='details' colspan='11'><table class='inner-table' cellpadding='5' cellspacing='0'><tbody><tr><td class='semi-bold'>&nbsp;</td><td class='semi-bold'></td><td class='semi-bold'></td> <td class='semi-bold'>"+o.getString("French Short Name")+"</td> <td class='semi-bold'>"+o.getString("Regional Short Name")+" </td><td class='semi-bold'>"+o.getString("French Full Name")+"</td><td class='semi-bold'>"+o.getString("Regional Full Name")+"</td></tr><tr><td class='semi-bold'>&nbsp;</td><td class='semi-bold'>&nbsp;</td><td class='semi-bold'>&nbsp;</td><td>"+e.curriculum_short_name_fr+"</td> <td>"+e.curriculum_short_name_ot+" </td><td>"+e.curriculum_full_name_fr+"</td><td>"+e.curriculum_full_name_ot+"</td></tr> </table></td></tr>"),$(t.currentTarget).parents("tr").after(d)},s.size=function(e){console.log(e),s.pagesize=e,s.currentPage=1,s.numPerPage=e,console.log("numPerPage="+s.numPerPage),s.makeTodos()},s.index=function(e){s.pageindex=e,s.currentPage=e,console.log("currentPage="+s.currentPage),s.makeTodos(),c.checked=!1,s.row1=""}}])}(),function(){"use strict";var s,e=angular.module("sims.module.Setup");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("BadgeAllocationCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(n,e,i,t,a,d,c){n.showdisabled=!0,n.pagesize="10",n.pageindex="1",n.pager=!0,n.propertyName=null,n.reverse=!1,n.table1=!0,n.table2=!1,n.sortBy=function(e){n.reverse=n.propertyName===e&&!n.reverse,n.propertyName=e},n.countData=[{val:10,data:10},{val:20,data:20},{val:"All",data:"All"}],n.filteredTodos=[],n.currentPage=1,n.numPerPage=10,n.maxSize=10,n.makeTodos=function(){var e=parseInt(n.totalItems%n.numPerPage),e=(n.pagersize="0"==e?parseInt(n.totalItems/n.numPerPage):parseInt(n.totalItems/n.numPerPage)+1,(n.currentPage-1)*n.numPerPage),t=parseInt(e)+parseInt(n.numPerPage);console.log("begin="+e),console.log("end="+t),n.filteredTodos=n.todos.slice(e,t)},n.size=function(e){10!=e&&20!=e&&"All"!=e||("All"==e?(n.currentPage="1",n.filteredTodos=n.Route_Data,n.pager=!1):(n.pager=!0,n.pagesize=e,n.currentPage=1,n.numPerPage=e,n.makeTodos())),n.numPerPage=e},n.index=function(e){n.pageindex=e,n.currentPage=e,n.makeTodos(),s.checked=!1,n.row1=""},t(function(){$("#example").tableHeadFixer({top:1})},100),n.busyindicator=!1,d.get(c.apiUrl+"api/common/getCuriculum").then(function(e){n.curriculum=e.data,n.temp={sims_cur_code:n.curriculum[0].sims_cur_code},n.getAccYear()}),n.getAccYear=function(){d.get(c.apiUrl+"api/common/getAcademicYear?curCode="+n.temp.sims_cur_code).then(function(e){n.Acc_year=e.data,n.temp={sims_academic_year:n.Acc_year[0].sims_academic_year,sims_cur_code:n.temp.sims_cur_code},n.GetGrade()})},n.GetGrade=function(){d.get(c.apiUrl+"api/common/getAllGrades?cur_code="+n.temp.sims_cur_code+"&academic_year="+n.temp.sims_academic_year).then(function(e){n.Grade_code=e.data,setTimeout(function(){$("#cmb_grade_code").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"})},1e3)})},$(function(){$("#cmb_grade_code").multipleSelect({width:"100%"})}),n.getSection=function(){d.get(c.apiUrl+"api/StudentReport/getSectionFromGrade?cur_code="+n.temp.sims_cur_code+"&grade_code="+n.temp.sims_grade_code+"&academic_year="+n.temp.sims_academic_year).then(function(e){n.Section_code=e.data,setTimeout(function(){$("#cmb_section_code").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"})},1e3)})},$(function(){$("#cmb_section_code").multipleSelect({width:"100%"})}),n.getBadge=function(){d.get(c.apiUrl+"api/DeliveryMode/getBadgeOptions").then(function(e){n.Badge_code=e.data})},n.getBadge(),d.get(c.apiUrl+"api/DeliveryMode/getSeachOptions").then(function(e){n.searchoptions=e.data;for(var t=0;t<n.searchoptions.length;t++)"Y"==n.searchoptions[t].fee_concession_type&&(n.temp={fee_concession_number:n.searchoptions[t].sims_search_code})}),n.getgrid=function(){n.currentPage=1,n.PI={},d.get(c.apiUrl+"api/DeliveryMode/getBadgeAllocationStudent?data1="+JSON.stringify(n.PI)).then(function(e){n.operation=!1,n.table1=!0,n.Route_Data=e.data.table,0<n.Route_Data.length?(n.pager=!0,3<n.countData.length&&n.countData.splice(3,1),n.totalItems=n.Route_Data.length,n.todos=n.Route_Data,n.makeTodos(),n.table1=!0):(swal({text:"Record Not Found",imageUrl:"assets/img/close.png",width:300,height:200}),n.filteredTodos=[])}),1==(s=document.getElementById("mainchk")).checked&&(s.checked=!1,n.row1="")},n.getgrid(),n.New=function(){n.check=!0,n.temp.dm_name=!0,n.temp.dm_lead_time=!0,n.temp.dm_type=!0,n.editmode=!1,n.newmode=!0,n.readonly=!1,n.table1=!1,n.operation=!0,n.savebtn=!0,n.updatebtn=!1,n.temp={sims_academic_year:n.Acc_year[0].sims_academic_year,sims_cur_code:n.curriculum[0].sims_cur_code},n.GetGrade(),n.myForm.$setPristine(),n.myForm.$setUntouched()},n.Show_Data=function(){n.IP={},n.IP.req_no=n.temp.sims_cur_code,n.IP.dept_code=n.temp.sims_academic_year,n.IP.rd_item_desc=n.temp.sims_grade_code+",",n.IP.request_mode_code=n.temp.sims_section_code+",",n.IP.req_range_no=n.temp.sims_search_code,d.get(c.apiUrl+"api/DeliveryMode/getBadgeAllocationStudent?data1="+JSON.stringify(n.IP)).then(function(e){n.rows=e.data.table,n.table2=!0})},n.Reset=function(){n.temp="",d.get(c.apiUrl+"api/common/getCuriculum").then(function(e){n.curriculum=e.data,n.temp={sims_cur_code:n.curriculum[0].sims_cur_code},n.getAccYear()})},n.cancel=function(){n.table1=!0,n.table2=!1,n.operation=!1,n.Reset()},n.Save=function(e,t){if(e){for(var a,o=[],s=(n.temp,0);s<n.rows.length;s++)1==document.getElementById(n.rows[s].sims_enroll_number+s).checked&&((a={}).dm_code=n.temp.sims_cur_code,a.dm_name=n.temp.sims_academic_year,a.dm_lead_time=n.temp.dm_type_name,a.dm_type=n.rows[s].sims_enroll_number,a.dm_type_desc=i.globals.currentUser.username,a.opr="H",a.dm_type_name=n.temp.sims_remark,o.push(a));d.post(c.apiUrl+"api/DeliveryMode/CUDBadgeAllocationMaster",o).then(function(e){n.msg1=e.data,1==n.msg1?swal({text:"Record Inserted Successfully",imageUrl:"assets/img/check.png",width:300,height:200}):0==n.msg1?swal({text:"Record Not Inserted. ",imageUrl:"assets/img/close.png",width:300,height:200}):swal("Error-"+n.msg1),n.getgrid()}),n.table1=!0,n.table2=!1}},n.CheckAllChecked=function(){s=document.getElementById("mainchk");for(var e=0;e<n.rows.length;e++){var t=document.getElementById(n.rows[e].sims_enroll_number+e);1==s.checked?(t.checked=!0,$("tr").addClass("row_selected")):(t.checked=!1,$("tr").removeClass("row_selected"))}},n.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),n.color="#edefef"}),1==(s=document.getElementById("mainchk")).checked&&(s.checked=!1,$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected")}))},n.CheckAllChecked1=function(){s=document.getElementById("mainchk1");for(var e=0;e<n.filteredTodos.length;e++){var t=document.getElementById(n.filteredTodos[e].student_name+e);1==s.checked?(t.checked=!0,$("tr").addClass("row_selected")):(t.checked=!1,$("tr").removeClass("row_selected"))}},n.checkonebyonedelete1=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),n.color="#edefef"}),1==(s=document.getElementById("mainchk1")).checked&&(s.checked=!1,$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected")}))},n.deleterecord=function(){var o=[];n.flag=!1;for(var e,t=0;t<n.filteredTodos.length;t++)1==document.getElementById(n.filteredTodos[t].student_name+t).checked&&(n.flag=!0,e={dm_code:n.filteredTodos[t].sims_cur_code,dm_name:n.filteredTodos[t].sims_academic_year,dm_lead_time:n.filteredTodos[t].sims_badge_id,dm_type:n.filteredTodos[t].sims_enroll_number,opr:"K"},o.push(e));n.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)d.post(c.apiUrl+"api/DeliveryMode/CUDBadgeAllocationMaster",o).then(function(e){n.msg1=e.data,1==n.msg1?swal({text:"Record Deleted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&(n.getgrid(),1==(s=document.getElementById("mainchk")).checked)&&(s.checked=!1,n.row1="")}):0==n.msg1?swal({text:"Record Not Deleted. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&(n.getgrid(),1==(s=document.getElementById("mainchk")).checked)&&(s.checked=!1,n.row1="")}):swal("Error-"+n.msg1)});else for(var t=0;t<n.filteredTodos.length;t++){var a=document.getElementById(n.filteredTodos[t].student_name+t);1==a.checked&&(a.checked=!1,n.row1="",s.checked=!1,$("tr").removeClass("row_selected"))}n.getgrid()}):swal({text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}),n.currentPage=!0},n.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).sims_enroll_number.toLowerCase().indexOf(t.toLowerCase())||-1<e.student_name.toLowerCase().indexOf(t.toLowerCase())||e.sagar==t;var t})},n.search=function(){n.todos=n.searched(n.Route_Data,n.searchText),n.totalItems=n.todos.length,n.currentPage="1",""==n.searchText&&(n.todos=n.Route_Data),n.makeTodos()}}])}(),function(){"use strict";var r,e=angular.module("sims.module.Setup");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("SchoolParameterCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(o,e,t,a,s,n,i){o.display=!1,o.grid=!0;var d,c=[],l=(o.pagesize="10",o.save1=!0,o.pageindex="1",o.parameter_data=[],o.edit_code=!1,o.edt={},[]);a(function(){$("#fixedtable").tableHeadFixer({top:1})},100),o.filteredTodos=[],o.currentPage=1,o.numPerPage=10,o.maxSize=10,n.get(i.apiUrl+"api/SchoolParameter/getSchoolParameter").then(function(e){o.display=!1,o.grid=!0,o.parameter_data=e.data,o.totalItems=o.parameter_data.length,o.todos=o.parameter_data,o.makeTodos();for(var t=0;t<o.totalItems;t++)o.parameter_data[t].icon="fa fa-plus-circle"}),o.makeTodos=function(){var e=parseInt(o.totalItems%o.numPerPage),e=(o.pagersize="0"==e?parseInt(o.totalItems/o.numPerPage):parseInt(o.totalItems/o.numPerPage)+1,(o.currentPage-1)*o.numPerPage),t=parseInt(e)+parseInt(o.numPerPage);o.filteredTodos=o.todos.slice(e,t)},o.Getinfo1=function(e){null!=e&&n.get(i.apiUrl+"api/common/ParameterMaster/getApplication?modCode="+e).then(function(e){o.display=!0,o.appl_data=e.data})},o.edit=function(e){o.edit_code=!0,o.display=!0,o.grid=!1,o.save1=!1,o.update1=!0,o.delete1=!1,o.divcode_readonly=!0,o.edt={sims_appl_parameter:e.sims_appl_parameter,sims_appl_form_field_value1:e.sims_appl_form_field_value1},o.Getinfo1(e.comn_appl_mod_code)},o.New=function(){o.edit_code=!0,o.display=!0,o.grid=!1,o.save1=!0,o.update1=!1,o.divcode_readonly=!1,o.delete1=!1,o.edt={},n.get(i.apiUrl+"api/SchoolParameter/getParameterBySchool").then(function(e){o.obj1=e.data,o.edt.sims_appl_parameter=o.obj1[0].sims_appl_parameter,console.log(o.edt)})},o.cancel=function(){o.grid=!0,o.display=!1,o.myForm.$setPristine(),o.myForm.$setUntouched()},o.Save=function(e){var t;e&&(0==o.update1?((t=o.edt).opr="I",c.push(t),n.post(i.apiUrl+"api/SchoolParameter/CUDSchoolByParameter",c).then(function(e){o.display=!0,o.msg1=e.data,1==o.msg1?swal({text:"School Added Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&(o.getgrid(),o.table=!0,o.display=!1)}):0==o.msg1?swal({text:"School Already Exists. ",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}).then(function(e){e&&o.getgrid()}):swal("Error-"+o.msg1)})):o.Update(e)),c=[]},o.getgrid=function(){n.get(i.apiUrl+"api/SchoolParameter/getSchoolParameter").then(function(e){o.display=!1,o.grid=!0,o.parameter_data=e.data,o.totalItems=o.parameter_data.length,o.todos=o.parameter_data,o.makeTodos();for(var t=0;t<o.totalItems;t++)o.parameter_data[t].icon="fa fa-plus-circle"}),o.myForm.$setPristine(),o.myForm.$setUntouched()},o.Update=function(e){e&&(e={sims_appl_parameter:o.edt.sims_appl_parameter,sims_appl_form_field_value1:o.edt.sims_appl_form_field_value1,opr:"U"},c.push(e),n.post(i.apiUrl+"api/SchoolParameter/CUDSchoolByParameter",c).then(function(e){o.display=!0,o.msg1=e.data,1==o.msg1?swal({text:"School Name Updated Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&o.getgrid()}):0==o.msg1?swal({text:"School Name Not Updated Successfully. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&o.getgrid()}):swal("Error-"+o.msg1)}))},o.Delete=function(){var e=o.del1;e.opr="D",n.post(i.apiUrl+"api/SchoolParameter/CUDSchoolByParameter",e).then(function(e){o.msg1=e.data,t.strMessage=o.msg1.strMessage,$("#message").modal("show"),n.get(i.apiUrl+"api/SchoolParameter/getSchoolParameter").then(function(e){o.display=!1,o.grid=!0,o.parameter_data=e.data,o.totalItems=o.parameter_data.length,o.todos=o.parameter_data,o.makeTodos();for(var t=0;t<o.totalItems;t++)o.parameter_data[t].icon="fa fa-plus-circle"})})},o.flag=!0,o.icon="fa fa-plus-circle",o.expand=function(e,t){1==o.flag?($(d).remove(),e.icon="fa fa-minus-circle",d=$("<tr id='innerRow'><td class='details' colspan='11'><table class='inner-table' cellpadding='5' cellspacing='0'><tbody><tr> <td class='semi-bold'>"+s.getString("School Name")+"</td></tr><tr><td>"+e.sims_appl_form_field_value1+"</td></tr></tbody> </table></td></tr>"),$(t.currentTarget).parents("tr").after(d),o.flag=!1):($("#innerRow").css({display:"none"}),e.icon="fa fa-plus-circle",o.flag=!0)},o.size=function(e){"All"==e?(o.currentPage="1",o.filteredTodos=o.parameter_data,o.pager=!1):(o.pager=!0,o.pagesize=e,o.currentPage=1,o.numPerPage=e,o.makeTodos()),o.numPerPage=e,console.log("numPerPage="+o.numPerPage)},o.index=function(e){o.pageindex=e,o.currentPage=e,o.makeTodos()},o.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).sims_mod_name.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_appl_parameter.toLowerCase().indexOf(t.toLowerCase());var t})},o.search=function(){o.todos=o.searched(o.parameter_data,o.searchText),o.totalItems=o.todos.length,o.currentPage="1",""==o.searchText&&(o.todos=o.parameter_data),o.makeTodos()},o.CheckAllChecked=function(){if(1==(r=document.getElementById("mainchk")).checked)for(var e=0;e<o.filteredTodos.length;e++)document.getElementById(o.filteredTodos[e].sims_appl_parameter+e).checked=!0,o.row1="row_selected",$("tr").addClass("row_selected");else for(e=0;e<o.filteredTodos.length;e++)document.getElementById(o.filteredTodos[e].sims_appl_parameter+e).checked=!1,r.checked=!1,o.row1="",$("tr").removeClass("row_selected")},o.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),o.color="#edefef"}),1==(r=document.getElementById("mainchk")).checked&&(r.checked=!1,o.color="#edefef",o.row1="")},o.Delete=function(){o.flag=!1;for(var e,t=0;t<o.filteredTodos.length;t++)1==document.getElementById(o.filteredTodos[t].sims_appl_parameter+t).checked&&(o.flag=!0,e={sims_appl_parameter:o.filteredTodos[t].sims_appl_parameter,opr:"D"},l.push(e));o.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)n.post(i.apiUrl+"api/SchoolParameter/CUDSchoolByParameter",l).then(function(e){o.msg1=e.data,1==o.msg1?swal({text:"Record Deleted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&(o.getgrid(),1==(r=document.getElementById("mainchk")).checked)&&(r.checked=!1,o.row1="")}):0==o.msg1?swal({text:"Record Not Deleted. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&(o.getgrid(),1==(r=document.getElementById("mainchk")).checked)&&(r.checked=!1,o.row1="")}):swal("Error-"+o.msg1)});else for(var t=0;t<o.filteredTodos.length;t++){var a=document.getElementById(o.filteredTodos[t].sims_appl_parameter+t);1==a.checked&&(a.checked=!1,r.checked=!1,$("tr").removeClass("row_selected"))}}):swal({text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}),o.currentPage=!0}}])}(),function(){"use strict";var e=angular.module("sims.module.SchoolSetup");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("HeadTeacherMapping_ModernCont",["$scope","$state","$rootScope","$stateParams","$timeout","gettextCatalog","$http","$filter","ENV",function(n,e,t,a,o,s,i,d,c){n.display=!0,n.grid=!0,n.itemsPerPage="50",n.currentPage=0,n.head_teacher_mapping=[],n.teacher_lists=[],n.test_teacher=[],n.page_div=!1,n.btn_save=!0,n.btn_delete=!1;var l,r=[];new Date;function m(e,t){e?i.get(c.apiUrl+"api/ERP/Grade/getCuriculum_new").then(function(e){n.obj2=e.data,n.sims_cur_code=e.data[0].sims_cur_code,n.GetData()}):i.get(c.apiUrl+"api/ERP/Grade/getCuriculumfor_Company?comp_code="+t).then(function(e){n.obj2=e.data,n.sims_cur_code=e.data[0].sims_cur_code,n.GetData()})}n.ddMMyyyy=d("date")(new Date,"dd-MM-yyyy")+"-"+d("date")(new Date,"HH-mm-ss"),o(function(){$("#fixedtable").tableHeadFixer({top:1})},100),o(function(){$("#fixedtable1").tableHeadFixer({top:1})},100),n.export=!0,n.getGrade=function(){i.get(c.apiUrl+"api/common/getAllGrades?cur_code="+n.sims_cur_code+"&academic_year="+n.sims_academic_year).then(function(e){n.Grade_code=e.data,setTimeout(function(){$("#cmb_grade_code").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"})},1e3)})},$(function(){$("#cmb_grade_code").multipleSelect({width:"100%"})}),n.get=function(){i.get(c.apiUrl+"api/ERP/HeadTeacherMapping/getSubjects_modern?cur_code="+n.sims_cur_code+"&grade_code="+n.sims_grade_code+"&academic_code="+n.sims_academic_year+"&section_code="+n.sims_section_code+"&term_code="+n.sims_term_code).then(function(e){n.subject1=e.data,console.log("subject1",n.subject1),setTimeout(function(){$("#cmb_subject").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"})},1e3)})},$(function(){$("#cmb_subject").multipleSelect({width:"100%"})}),n.getteacher=function(){i.get(c.apiUrl+"api/ERP/HeadTeacherMapping/get_Teacher_modern").then(function(e){n.teacher1=e.data,e.data&&(n.btn_save=!1,i.get(c.apiUrl+"api/ERP/HeadTeacherMapping/getSims_Head_Teacher_modern?cur_code="+n.sims_cur_code+"&acad_yr="+n.sims_academic_year+"&grade_code="+n.sims_grade_code+"&section_code="+n.sims_section_code+"&subject_code="+n.edt.sims_subject_code).then(function(e){n.head_teacher_mapping=e.data,n.page_div=!0,n.totalItems=n.head_teacher_mapping.length,n.todos=n.head_teacher_mapping,n.makeTodos()}))})},setTimeout(function(){$("#cmb_tea_Code").select2()},100),i.get(c.apiUrl+"api/ERP/Grade/getAccecssUser?user="+t.globals.currentUser.username).then(function(e){n.count=e.data,n.count?m(!0,n.user_details.comp):m(!1,n.user_details.comp)}),n.getSection=function(e,t,a){for(var o,s=0;s<n.sims_grade_code.length;s++)o=n.sims_grade_code+",";i.get(c.apiUrl+"api/bellsectionsubject/getSectionFromGrade?cur_code="+n.sims_cur_code+"&grade_code="+o+"&academic_year="+n.sims_academic_year).then(function(e){n.Section_code=e.data,setTimeout(function(){$("#cmb_section_code").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"})},1e3)})},$(function(){$("#cmb_section_code").multipleSelect({width:"100%"})}),n.getterm=function(){i.get(c.apiUrl+"api/ERP/HeadTeacherMapping/getTerm_Modern?cur_code="+n.sims_cur_code+"&acad_yr="+n.sims_academic_year).then(function(e){n.term1=e.data,console.log("term",n.term)})},n.GetData=function(){i.get(c.apiUrl+"api/common/getAcademicYear?curCode="+n.sims_cur_code).then(function(e){n.acad=e.data,0<e.data.length&&(n.sims_academic_year=e.data[0].sims_academic_year,n.getGrade())})},n.chk_subject=function(){for(var e=0;e<n.edt.sims_subject_code.length;e++)n.edt.sims_subject_code;i.get(c.apiUrl+"api/ERP/HeadTeacherMapping/getSims_Head_Teacher_modern?cur_code="+n.sims_cur_code+"&acad_yr="+n.sims_academic_year+"&grade_code="+n.sims_grade_code+"&section_code="+n.sims_section_code+"&subject_code="+n.edt.sims_subject_code).then(function(e){n.head_teacher_mapping=e.data,console.log("filterdata",n.head_teacher_mapping),n.page_div=!0,n.totalItems=n.head_teacher_mapping.length,n.todos=n.head_teacher_mapping,n.makeTodos()})},n.filteredTodos=[],n.currentPage=1,n.numPerPage=50,n.maxSize=50,n.makeTodos=function(){var e=parseInt(n.totalItems%n.numPerPage),e=(n.pagersize="0"==e?parseInt(n.totalItems/n.numPerPage):parseInt(n.totalItems/n.numPerPage)+1,(n.currentPage-1)*n.numPerPage),t=parseInt(e)+parseInt(n.numPerPage);n.filteredTodos=n.todos.slice(e,t)},n.Save=function(e){var t=[],a=[];if(n.insert=!1,n.update=!1,e){for(var o=0;o<n.filteredTodos.length;o++)1==n.filteredTodos[o].ischecked&&(""==n.filteredTodos[o].sims_head_teacher_code&&0!=n.filteredTodos[o].sims_head_teacher_status?(a={sims_cur_code:n.filteredTodos[o].sims_cur_code,sims_academic_year:n.filteredTodos[o].sims_academic_year,sims_subject_code:n.filteredTodos[o].sims_subject_code,sims_head_teacher_code:n.edt.sims_head_teacher_code,sims_grade_code:n.filteredTodos[o].sims_grade_code,sims_section_code:n.filteredTodos[o].sims_section_code,sims_head_teacher_status:n.filteredTodos[o].sims_head_teacher_status,opr:"I"},n.insert=!0,t.push(a)):""!=n.filteredTodos[o].sims_head_teacher_code&&(a={sims_cur_code:n.filteredTodos[o].sims_cur_code,sims_academic_year:n.filteredTodos[o].sims_academic_year,sims_subject_code:n.filteredTodos[o].sims_subject_code,sims_head_teacher_code:n.filteredTodos[o].sims_head_teacher_code,sims_grade_code:n.filteredTodos[o].sims_grade_code,sims_section_code:n.filteredTodos[o].sims_section_code,sims_head_teacher_status:n.filteredTodos[o].sims_head_teacher_status,opr:"U"},n.update=!0,t.push(a)));n.insert?i.post(c.apiUrl+"api/ERP/HeadTeacherMapping/CUD_Head_Teacher_Mapping",t).then(function(e){n.Teacher=e.data,1==n.Teacher?swal({text:"Head Teacher Mapped Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}):swal({text:"Head Teacher Not Mapped Successfully. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}),n.getteacher()}):i.post(c.apiUrl+"api/ERP/HeadTeacherMapping/CUD_Head_Teacher_Mapping",t).then(function(e){n.Teacher=e.data,1==n.Teacher?swal({title:"Alert",text:"Head Teacher Mapping Updated Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}):swal({title:"Alert",text:"Head Teacher Mapping Not Updated Successfully. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}),n.getteacher()})}},n.DeleteNew=function(e){r=[];var t=[];n.del=!1,n.head_teacher=e,""!=n.head_teacher.sims_head_teacher_code&&""!=n.head_teacher.sims_grade_name&&""!=n.head_teacher.sims_section_name?(e={sims_cur_code:n.head_teacher.sims_cur_code,sims_academic_year:n.head_teacher.sims_academic_year,sims_subject_code:n.head_teacher.sims_subject_code,sims_head_teacher_code:n.head_teacher.sims_head_teacher_code,sims_grade_code:n.head_teacher.sims_grade_code,sims_section_code:n.head_teacher.sims_section_code,sims_head_teacher_status:n.head_teacher.sims_head_teacher_status,opr:"D"},n.del=!0,t.push(e)):swal({text:"Head Teacher Is Not Mapped To Any Subject",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}),n.del&&swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){e&&i.post(c.apiUrl+"api/ERP/HeadTeacherMapping/CUD_Head_Teacher_Mapping",t).then(function(e){n.Teacher=e.data,1==n.Teacher?swal({text:"Head Teacher Mapping Deleted",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}):swal({text:"Record is mapped, Cannot be deleted. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}),n.getteacher()})})},n.Delete=function(){r=[];var e=[],t=[];n.del=!1;for(var a=0;a<n.filteredTodos.length;a++){var o=n.filteredTodos[a].sims_head_teacher_code,o=document.getElementById(o+a);1==n.filteredTodos[a].ischecked&&(""!=n.filteredTodos[a].sims_head_teacher_code&&""!=n.filteredTodos[a].sims_grade_name&&""!=n.filteredTodos[a].sims_section_name?(1==o.checked&&(t={sims_cur_code:n.filteredTodos[a].sims_cur_code,sims_academic_year:n.filteredTodos[a].sims_academic_year,sims_subject_code:n.filteredTodos[a].sims_subject_code,sims_head_teacher_code:n.test_teacher.user_name,sims_grade_code:n.filteredTodos[a].sims_grade_code,sims_section_code:n.filteredTodos[a].sims_section_code,sims_head_teacher_status:n.filteredTodos[a].sims_head_teacher_status,opr:"D"},n.del=!0),e.push(t)):swal({text:"Head Teacher Is Not Mapped To Any Subject",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}))}n.del?i.post(c.apiUrl+"api/ERP/HeadTeacherMapping/CUD_Head_Teacher_Mapping",e).then(function(e){n.Teacher=e.data,1==n.Teacher?swal({text:"Head Teacher Mapping Deleted",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}):swal({text:"Record is mapped, Cannot be deleted. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}),n.getteacher()}):swal({text:"Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380})},n.Cancel=function(){n.edt="",n.page_div=!1,n.head_teacher_mapping=[],n.filteredTodos=[],n.currentPage=0,n.myForm.$setPristine(),n.myForm.$setUntouched()},n.get_ischecked=function(e){e.ischecked=!0},n.checkAll=function(){if(r=[],1==(l=document.getElementById("mainchk")).checked)for(var e=0;e<n.filteredTodos.length;e++){var t=n.filteredTodos[e].sims_head_teacher_code,a=document.getElementById(t+e);""!=n.filteredTodos[e].sims_head_teacher_code&&""!=n.filteredTodos[e].sims_grade_name&&""!=n.filteredTodos[e].sims_section_name&&(a.checked=!0,r=r+n.filteredTodos[e].sims_head_teacher_code+",")}else for(e=0;e<n.filteredTodos.length;e++){t=n.filteredTodos[e].sims_head_teacher_code;(a=document.getElementById(t+e)).checked=!1,l.checked=!1,n.row1="",r=[]}console.log(r)},n.size=function(e){console.log(e),n.pagesize=e,n.currentPage=1,n.numPerPage=e,console.log("numPerPage="+n.numPerPage),n.makeTodos()},n.index=function(e){n.pageindex=e,n.currentPage=e,console.log("currentPage="+n.currentPage),n.makeTodos()},n.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).sims_grade_name.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_section_name.toLowerCase().indexOf(t.toLowerCase())||e.acno==t;var t})},n.headsearch=function(){n.todos=n.searched(n.head_teacher_mapping,n.searchText),n.totalItems=n.todos.length,n.currentPage="1",""==n.searchText&&(n.todos=n.head_teacher_mapping),n.makeTodos()},n.exportData1=function(){swal({title:"",text:"Are you sure you want to Save?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){e&&alasql('SELECT * INTO XLSX("Report.xlsx",{headers:true})  FROM HTML("#fixedtableexport",{headers:true,skipdisplaynone:true})')}),n.table=!1}}])}(),function(){"use strict";var e=angular.module("sims.module.HRMS");e.controller("EmployeeMasterVerTwoCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(d,e,t,a,o,n,_){d.imageUrl=_.docUrl+n.defaults.headers.common.schoolId+"/Images/EmployeeImages/",d.imageUrl_public=_.docUrl+n.defaults.headers.common.schoolId;var s,c,l=t.globals.currentUser.username,r=(d.edt={},d.temp={},d.popobj={},d.doc={},d.demo=!0,d.ddemo=!0,d.khda=!0,d.disable_btn1=!0,d.sepa=!1,d.ihsfield=!1,d.ihss=!1,n.get(_.apiUrl+"api/HRMS/lems/getEmpMasterData").then(function(e){d.empstat=!0,d.obj=e.data,d.operation=!0,d.Save_btn=!0,d.Update_btn=!1,d.display=!0,d.roleList=!0,d.temp.em_service_status_code="V"}),n.get(_.apiUrl+"api/HRMS/ihs/GetEmpSectionName").then(function(e){d.empsection=e.data}),"demo"==n.defaults.headers.common.schoolId?d.ddemo=!1:d.ddemo=!0,"ssi"==n.defaults.headers.common.schoolId||"ihs"==n.defaults.headers.common.schoolId||"ihsonlineom"==n.defaults.headers.common.schoolId||"mstagingom"==n.defaults.headers.common.schoolId||"ihsonlineag"==n.defaults.headers.common.schoolId||"mstagingag"==n.defaults.headers.common.schoolId||"iisonlinedso"==n.defaults.headers.common.schoolId||"mstagingdso"==n.defaults.headers.common.schoolId?(d.demo=!1,d.khda=!1,d.sepa=!0,d.ihsfield=!0,d.ihss=!0):(d.demo=!0,d.khda=!0,d.sepa=!1,d.ihsfield=!1,d.ihss=!1),"saisu"==n.defaults.headers.common.schoolId&&(d.demo=!1,d.khda=!1,d.sepa=!0,d.ihsfield=!1,d.ihss=!1),d.reporting=function(){n.get(_.apiUrl+"api/HRMS/lems/GetEmpName").then(function(e){d.attsupervisor=e.data})},setTimeout(function(){$("#employ_slot").select2()},100),d.labour=function(e){n.get(_.apiUrl+"api/HRMS/lems/getLabourType?company_code="+d.temp.em_Company_Code).then(function(e){d.labour=e.data})},d.getdept=function(e){n.get(_.apiUrl+"api/HRMS/getDepartmenyByCompany?company_code="+d.temp.em_Company_Code).then(function(e){d.deptt=e.data})},d.getdsig=function(e){n.get(_.apiUrl+"api/HRMS/getDesignationByCompany?company_code="+d.temp.em_Company_Code).then(function(e){d.design=e.data})},n.get(_.apiUrl+"api/studentdatabase/getdemo").then(function(e){d.demo_values=e.data}),d.getcode1=function(){n.get(_.apiUrl+"api/studentdatabase/getisdd?country_code="+d.edt.mobile_number).then(function(e){d.isdcode1=e.data,null!=d.temp.em_mobile&&"-"!=d.temp.em_mobile&&(null!=d.oldisdcode?(d.temp.em_mobile=d.temp.em_mobile,d.temp.em_mobile=d.temp.em_mobile.replace(d.oldisdcode,d.isdcode1[0].sims_country_isd_code)):d.temp.em_mobile=d.isdcode1[0].sims_country_isd_code+d.temp.em_mobile),null==d.temp.em_mobile&&(d.temp.em_mobile=d.isdcode1[0].sims_country_isd_code),d.olisdcode()})},d.olisdcode=function(){0<d.isdcode1.length&&(d.oldisdcode=d.isdcode1[0].sims_country_isd_code)},d.getcode2=function(){n.get(_.apiUrl+"api/studentdatabase/getisdd?country_code="+d.edt.phone_number).then(function(e){d.isdcode2=e.data,null!=d.temp.em_phone&&"-"!=d.temp.em_phone&&(null!=d.oldisdcode1?(d.temp.em_phone=d.temp.em_phone,d.temp.em_phone=d.temp.em_phone.replace(d.oldisdcode1,d.isdcode2[0].sims_country_isd_code)):d.temp.em_phone=d.isdcode2[0].sims_country_isd_code+d.temp.em_phone),null==d.temp.em_phone&&(d.temp.em_phone=d.isdcode1[0].sims_country_isd_code),d.olisdcode1()})},d.olisdcode1=function(){0<d.isdcode2.length&&(d.oldisdcode1=d.isdcode2[0].sims_country_isd_code)},d.getcode3=function(){n.get(_.apiUrl+"api/studentdatabase/getisdd?country_code="+d.edt.Contact_number).then(function(e){d.isdcode3=e.data,null!=d.temp.em_emergency_contact_number1&&"-"!=d.temp.em_emergency_contact_number1&&(null!=d.oldisdcode2?(d.temp.em_emergency_contact_number1=d.temp.em_emergency_contact_number1,d.temp.em_emergency_contact_number1=d.temp.em_emergency_contact_number1.replace(d.oldisdcode2,d.isdcode3[0].sims_country_isd_code)):d.temp.em_emergency_contact_number1=d.isdcode3[0].sims_country_isd_code+d.temp.em_emergency_contact_number1),null==d.temp.em_emergency_contact_number1&&(d.temp.em_emergency_contact_number1=d.isdcode3[0].sims_country_isd_code),d.olisdcode2()})},d.olisdcode2=function(){0<d.isdcode3.length&&(d.oldisdcode2=d.isdcode3[0].sims_country_isd_code)},d.getcode4=function(){n.get(_.apiUrl+"api/studentdatabase/getisdd?country_code="+d.edt.Eme_Contact_number).then(function(e){d.isdcode4=e.data,null!=d.temp.em_emergency_contact_number2&&"-"!=d.temp.em_emergency_contact_number2&&(null!=d.oldisdcode3?(d.temp.em_emergency_contact_number2=d.temp.em_emergency_contact_number2,d.temp.em_emergency_contact_number2=d.temp.em_emergency_contact_number2.replace(d.oldisdcode2,d.isdcode3[0].sims_country_isd_code)):d.temp.em_emergency_contact_number2=d.isdcode4[0].sims_country_isd_code+d.temp.em_emergency_contact_number2),null==d.temp.em_emergency_contact_number2&&(d.temp.em_emergency_contact_number2=d.isdcode4[0].sims_country_isd_code),d.olisdcode3()})},d.olisdcode3=function(){0<d.isdcode4.length&&(d.oldisdcode3=d.isdcode4[0].sims_country_isd_code)},d.searchEmp=function(e){13==e.keyCode&&d.EmpSearch1(d.temp.enroll_number1)},d.showAgreementDetails=!0,d.uae=!1,d.qatar=!0,d.slisLabel=!1,d.india=!1,d.updateBtn=!1,d.saveBtn=!1,d.combo_multiple=!1,d.addDisabled=!0,d.combo_multiple=!1,d.qualiList=[],d.ExperienceList=[],d.showFileName=!1,$(document).ready(function(){$("#dob").kendoDatePicker({format:"dd-MM-yyyy"}),$("#dob").data("kendoDatePicker").enable(!0)}),d.globalSrch=function(){t.visible_stud=!1,t.visible_parent=!1,t.visible_search_parent=!1,t.visible_teacher=!1,t.visible_User=!1,t.visible_Employee=!0,t.chkMulti=!1,d.global_Search_click(),$("#Global_Search_Modal").modal({backdrop:"static"}),d.showBtn=!1},d.$on("global_cancel",function(e){0<d.SelectedUserLst.length&&(d.temp={},d.temp={enroll_number1:d.SelectedUserLst[0].em_login_code},d.temp.name=d.SelectedUserLst[0].empName,d.EmpSearch1(d.SelectedUserLst[0].em_login_code))}),d.searchGlobalClick=function(){d.Global_Search_by_employee()},"slis"==n.defaults.headers.common.schoolId?d.nationalIdLabel="Iquma Number":d.nationalIdLabel="Emirates Id","elcportal"==n.defaults.headers.common.schoolId?d.serviceStatusLabel="Employment Status":d.serviceStatusLabel="Service Status","sok"==n.defaults.headers.common.schoolId&&(d.daleelshow=!0,d.dephalf=!1),n.get(_.apiUrl+"api/Qual/getAllQualification").then(function(e){d.all_Qual_Data=e.data}),n.get(_.apiUrl+"api/common/Subject/getSubject").then(function(e){d.sub_data=e.data}),n.get(_.apiUrl+"api/HRMS/lems/getRole").then(function(e){d.roles_data=e.data}),n.get(_.apiUrl+"api/HRMSOES/GetAccommodationStatus").then(function(e){d.AccommondationStatus=e.data}),n.get(_.apiUrl+"api/common/MarkEmpResignation/getDisenagementType").then(function(e){d.disengagmentTypes=e.data}),d.getDesignations=function(e){n.get(_.apiUrl+"api/HRMS/empASD/getDesignationDeptwise?dept_code="+e).then(function(e){d.designations=e.data})},d.setGrade_Dept=function(e){d.temp.em_dept_effect_from=e,d.temp.em_grade_effect_from=e},n.get(_.apiUrl+"api/HRMS/getCompany").then(function(e){d.company_data=e.data,d.temp.em_Company_Code=d.company_data[0].em_Company_Code,d.getdept(d.company_data[0].em_Company_Code),d.labour(d.company_data[0].em_Company_Code),d.getdsig(d.company_data[0].em_Company_Code),d.getgrade(d.company_data[0].em_Company_Code)}),d.getgrade=function(e){n.get(_.apiUrl+"api/HRMS/getGradeByCompany?company_code="+d.temp.em_Company_Code).then(function(e){d.grade=e.data})},d.DocNarr=[],n.get(_.apiUrl+"api/HRMS/lems/getDocNarration").then(function(e){if(d.DocNarration=e.data,0<d.DocNarration.length)for(var t=0;t<d.DocNarration.length;t++)d.DocNarr.push(d.DocNarration[t].gdn_doc_narration)}),d.complete=function(){$("#DocNarration").autocomplete({source:d.DocNarr})},n.get(_.apiUrl+"api/HRMS/getLicSchool").then(function(e){d.lic_school_data=e.data,"Qatar"==d.lic_school_data[0].lic_school_country?(d.uae=!1,d.qatar=!0,d.slisLabel=!1,d.india=!1,d.doha=!1):"Saudi Arabia"==d.lic_school_data[0].lic_school_country?(d.uae=!1,d.qatar=!1,d.slisLabel=!0,d.india=!1,d.doha=!1):"India"==d.lic_school_data[0].lic_school_country?(d.uae=!1,d.qatar=!1,d.slisLabel=!1,d.india=!0,d.doha=!1):"Doha-Qatar"==d.lic_school_data[0].lic_school_country?(d.uae=!1,d.qatar=!1,d.slisLabel=!1,d.india=!1,d.doha=!0):(d.uae=!0,d.qatar=!1,d.slisLabel=!1,d.india=!1,d.doha=!1)}),d.checkDateFormat=function(e,t){-1!=e.indexOf("/")&&(swal({title:"Alert",text:"Please enter date only DD-MM-YYYY format",width:360,height:200}),$("#"+t).val(""))},d.Cancel=function(){d.disable_btn1=!1,d.temp={},$("#empimg").attr("src",""),d.Myform.$setPristine(),d.Myform.$setUntouched(),d.em_img="",d.Save_btn=!0,d.Update_btn=!1,d.temp.em_Company_Code=d.obj[0].em_Company_Code,d.temp.em_service_status_code="V";$("#employ_slot").select2("val","")},d.setProbationCompletionReminderDate=function(){var e;null!=d.temp.em_date_of_join&&(e=moment(d.temp.em_date_of_join,"DD-MM-YYYY"),d.temp.em_probation_completion_date=e.add(parseInt(d.temp.em_probation_period_days),"days").format("DD-MM-YYYY"))},d.setProbationCompletionReminderDate1=function(){var e;null!=d.temp.em_date_of_join&&(e=moment(d.temp.em_date_of_join,"DD-MM-YYYY"),d.temp.em_probation_extension_completion_date1=e.add(parseInt(d.temp.em_probation_extension_days),"days").format("DD-MM-YYYY"),d.temp.em_probation_extension_completion_date=e.add(parseInt(d.temp.em_probation_period_days),"days").format("DD-MM-YYYY"))},d.getstate=function(e){n.get(_.apiUrl+"api/HRMS/lems/getState?em_Country_Code="+e).then(function(e){d.stt=e.data})},d.getcity=function(e){n.get(_.apiUrl+"api/HRMS/lems/getCity?em_State_Code="+e).then(function(e){d.ctt=e.data})},d.getContract=function(){n.get(_.apiUrl+"api/contract/Get_ContractDetails").then(function(e){d.Contract_data=e.data})},d.getContract(),n.get(_.apiUrl+"api/Qualification/getQualificationName").then(function(e){d.Qualification_Name=e.data}),n.get(_.apiUrl+"api/Qualification/getQualificationType").then(function(e){d.qual_type_data=e.data}),n.get(_.apiUrl+"api/EmpExp/getMonthName").then(function(e){d.month_data=e.data}),n.get(_.apiUrl+"api/HRMS/getCompany").then(function(e){d.company_data=e.data,d.temp.em_Company_Code=d.company_data[0].em_Company_Code}),n.get(_.apiUrl+"api/HRMS/getCountry").then(function(e){d.country_data=e.data}),n.get(_.apiUrl+"api/HRMS/getDestination").then(function(e){d.dest_data=e.data,d.temp.em_Dest_Code=d.dest_data[0].em_Dest_Code}),d.AddEnable=function(){d.addDisabled=!1},d.setAgreementDate=function(e){d.showAgreementDetails=!1;for(var t=0;t<d.Contract_data.length;t++)if(d.Contract_data[t].cn_code==e){var a=d.Contract_data[t].cn_duration;break}var o,s=new Date,s=("0"+s.getDate()).slice(-2)+"-"+("0"+(s.getMonth()+1)).slice(-2)+"-"+s.getFullYear(),s=(d.temp.em_agreement_start_date=s,d.temp.em_date_of_join.split("-")[0]),n=d.temp.em_date_of_join.split("-")[1],i=d.temp.em_date_of_join.split("-")[2],n=(isNaN(n)&&(n=d.temp.em_date_of_join.split("-")[1]),parseInt(n)+parseInt(a));12<n?(o=parseInt(i)+1,n=parseInt(n)-12):o=i,d.temp.em_agreement_exp_date=s+"-"+n+"-"+o,null!=d.temp.em_agreement_exp_date&&(n=1==n?(o=parseInt(o)-1,12):parseInt(n)-1,d.temp.em_agreemet_exp_rem_date=s+"-"+n+"-"+o)},d.EmpSearch1=function(a){d.Save_btn=!1,d.Update_btn=!0,d.disable_btn1=!1,d.reporting(),n.get(_.apiUrl+"api/HRMS/ihs/getSearchEmpMaster?em_login_code="+d.temp.enroll_number1).then(function(e){d.temp1=e.data,d.Myform.$setPristine(),d.Myform.$setUntouched(),d.temp={enroll_number1:a,em_login_code:d.temp1[0].em_login_code,em_number:d.temp1[0].em_number,em_service_status_code:d.temp1[0].em_service_status_code,em_status_code:d.temp1[0].em_status_code,em_apartment_number:d.temp1[0].em_apartment_number,em_family_name:d.temp1[0].em_family_name,em_street_number:d.temp1[0].em_street_number,em_area_number:d.temp1[0].em_area_number,em_phone:d.temp1[0].em_phone,em_fax:d.temp1[0].em_fax,em_post:d.temp1[0].em_post,em_emergency_contact_name2:d.temp1[0].em_emergency_contact_name2,em_emergency_contact_number2:d.temp1[0].em_emergency_contact_number2,em_joining_ref:d.temp1[0].em_joining_ref,em_ethnicity_code:d.temp1[0].em_ethnicity_code,em_handicap_status:d.temp1[0].em_handicap_status,em_stop_salary_indicator:d.temp1[0].em_stop_salary_indicator,em_agreement_code:d.temp1[0].em_agreement_code,em_punching_status:d.temp1[0].em_punching_status,em_bank_cash_tag:d.temp1[0].em_bank_cash_tag,em_citi_exp_tag:d.temp1[0].em_citi_exp_tag,em_leave_tag:d.temp1[0].em_leave_tag,em_passport_issue_place:d.temp1[0].em_passport_issue_place,em_passport_issuing_authority:d.temp1[0].em_passport_issuing_authority,em_pssport_exp_rem_date:d.temp1[0].em_pssport_exp_rem_date,em_visa_issuing_place:d.temp1[0].em_visa_issuing_place,em_visa_issuing_authority:d.temp1[0].em_visa_issuing_authority,em_visa_exp_rem_date:d.temp1[0].em_visa_exp_rem_date,em_visa_type_code:d.temp1[0].em_visa_type_code,em_agreement_start_date:d.temp1[0].em_agreement_start_date,em_agreement_exp_date:d.temp1[0].em_agreement_exp_date,em_agreemet_exp_rem_date:d.temp1[0].em_agreemet_exp_rem_date,em_punching_id:d.temp1[0].em_punching_id,em_dependant_full:d.temp1[0].em_dependant_full,em_dependant_half:d.temp1[0].em_dependant_half,em_dependant_infant:d.temp1[0].em_dependant_infant,em_Bank_Code:d.temp1[0].em_Bank_Code,em_bank_ac_no:d.temp1[0].em_bank_ac_no,em_iban_no:d.temp1[0].em_iban_no,em_route_code:d.temp1[0].em_route_code,em_bank_swift_code:d.temp1[0].em_bank_swift_code,em_gpf_ac_no:d.temp1[0].em_gpf_ac_no,em_pan_no:d.temp1[0].em_pan_no,em_labour_card_no:d.temp1[0].em_labour_card_no,en_labour_card_expiry_date:d.temp1[0].en_labour_card_expiry_date,em_gosi_ac_no:d.temp1[0].em_gosi_ac_no,em_gosi_start_date:d.temp1[0].em_gosi_start_date,em_national_id:d.temp1[0].em_national_id,em_secret_question_code:d.temp1[0].em_secret_question_code,em_secret_answer:d.temp1[0].em_secret_answer,em_building_number:d.temp1[0].em_building_number,em_Company_Code:d.temp1[0].em_Company_Code,em_Dept_Code:d.temp1[0].em_Dept_Code,em_Designation_Code:d.temp1[0].em_Designation_Code,em_Dest_Code:d.temp1[0].em_Dest_Code,em_Grade_Code:d.temp1[0].em_Grade_Code,em_Marital_Status_Code:d.temp1[0].em_Marital_Status_Code,em_Nation_Code:d.temp1[0].em_Nation_Code,em_Country_Code:d.temp1[0].em_Country_Code,em_State_Code:d.temp1[0].em_State_Code,em_City_Code:d.temp1[0].em_City_Code,em_Religion_Code:d.temp1[0].em_Religion_Code,em_Salutation_Code:d.temp1[0].em_Salutation_Code,em_Sex_Code:d.temp1[0].em_Sex_Code,em_Staff_Type_Code:d.temp1[0].em_Staff_Type_Code,em_blood_group_code:d.temp1[0].em_blood_group_code,em_date_of_birth:d.temp1[0].em_date_of_birth,em_date_of_join:d.temp1[0].em_date_of_join,em_dept_effect_from:d.temp1[0].em_dept_effect_from,em_email:d.temp1[0].em_email,em_emergency_contact_name1:d.temp1[0].em_emergency_contact_name1,em_emergency_relation1:d.temp1[0].em_emergency_relation1,em_emergency_relation2:d.temp1[0].em_emergency_relation2,em_emergency_contact_number1:d.temp1[0].em_emergency_contact_number1,em_first_name:d.temp1[0].em_first_name,em_grade_effect_from:d.temp1[0].em_grade_effect_from,em_last_name:d.temp1[0].em_last_name,em_middle_name:d.temp1[0].em_middle_name,em_mobile:d.temp1[0].em_mobile,em_name_ot:d.temp1[0].em_name_ot,em_national_id_expiry_date:d.temp1[0].em_national_id_expiry_date,em_national_id_issue_date:d.temp1[0].em_national_id_issue_date,em_passport_exp_date:d.temp1[0].em_passport_exp_date,em_passport_issue_date:d.temp1[0].em_passport_issue_date,em_passport_no:d.temp1[0].em_passport_no,em_summary_address:d.temp1[0].em_summary_address,em_summary_address_local_language:d.temp1[0].em_summary_address_local_language,em_visa_exp_date:d.temp1[0].em_visa_exp_date,em_stop_salary_from:d.temp1[0].em_stop_salary_from,em_visa_issue_date:d.temp1[0].em_visa_issue_date,em_visa_no:d.temp1[0].em_visa_no,comn_role_code:d.temp1[0].comn_role_code,comn_role_name:d.temp1[0].comn_role_name,em_img:d.temp1[0].em_img,em_accommodation_status:d.temp1[0].em_accommodation_status,em_personalemail:d.temp1[0].em_personalemail,em_adec_approval_number:d.temp1[0].em_adec_approval_number,em_adec_approval_Date:d.temp1[0].em_adec_approval_Date,em_adec_approved_qualification:d.temp1[0].em_adec_approved_qualification,em_adec_approved_designation:d.temp1[0].em_adec_approved_designation,em_adec_approved_subject:d.temp1[0].em_adec_approved_subject,em_adec_approved_level:d.temp1[0].em_adec_approved_level,em_health_card_no:d.temp1[0].em_health_card_no,em_health_card_effective_from_date:d.temp1[0].em_health_card_effective_from_date,em_health_card_effective_upto_date:d.temp1[0].em_health_card_effective_upto_date,em_heath_card_status:d.temp1[0].em_heath_card_status,em_teacher_status:d.temp1[0].em_teacher_status,em_house:d.temp1[0].em_house,en_labour_card_issue_date:d.temp1[0].en_labour_card_issue_date,em_disengagement_type:d.temp1[0].em_disengagement_type,offer_letter_doc:d.temp1[0].offer_letter_doc,em_expected_date_of_join:d.temp1[0].em_expected_date_of_join,em_offer_letter_send_date:d.temp1[0].em_offer_letter_send_date,em_interview_date:d.temp1[0].em_interview_date,em_probation_completion_date:d.temp1[0].em_probation_completion_date,em_probation_period_days:d.temp1[0].em_probation_period_days,em_probation_confirmation_date:d.temp1[0].em_probation_confirmation_date,em_khda_noc_required:d.temp1[0].em_khda_noc_required,em_khda_noc_submitted:d.temp1[0].em_khda_noc_submitted,em_pro_visa_number:d.temp1[0].em_pro_visa_number,em_visa_uid:d.temp1[0].em_visa_uid,em_sponser_name:d.temp1[0].em_sponser_name,em_relation:d.temp1[0].em_relation,visa_num:d.temp1[0].visa_num,visa_issue_date:d.temp1[0].visa_issue_date,visa_exp_date:d.temp1[0].visa_exp_date,em_left_date:d.temp1[0].em_left_date,em_employer_visa_required:d.temp1[0].em_employer_visa_required,em_employer_labor_required:d.temp1[0].em_employer_labor_required,em_accommodation_required:d.temp1[0].em_accommodation_required,em_health_card_required:d.temp1[0].em_health_card_required,em_medical_insurance_required:d.temp1[0].em_medical_insurance_required,pays_payroll_display_order:d.temp1[0].pays_payroll_display_order,em_probation_extension_days:d.temp1[0].em_probation_extension_days,em_probation_extension_completion_date:d.temp1[0].em_probation_extension_completion_date,em_visa_status_code:d.temp1[0].em_visa_status_code,em_emirates_status_code:d.temp1[0].em_emirates_status_code,em_labour_status_code:d.temp1[0].em_labour_status_code,fnf_settlement_status:d.temp1[0].fnf_settlement_status,fnf_settlement_doc_submission_date:d.temp1[0].fnf_settlement_doc_submission_date,fnf_settlement_clearance_date:d.temp1[0].fnf_settlement_clearance_date,em_pan_no:d.temp1[0].em_pan_no,em_section_name:d.temp1[0].em_section_name,em_employee_insurance_provider:d.temp1[0].em_employee_insurance_provider,em_bank_ac_holder:d.temp1[0].em_bank_ac_holder},$("#employ_slot").select2("val",d.temp1[0].em_pan_no),d.terminate=!1,d.getstate(d.temp.em_Country_Code),d.getcity(d.temp.em_State_Code),d.reporting();var t=_.docUrl+n.defaults.headers.common.schoolId+"/Images/EmployeeImages/"+d.temp1[0].em_img;$(function(){$("#empimg").attr("src",t)}),d.getQualiByEmpcode=function(e){n.get(_.apiUrl+"api/Qualification/getQualificationByEmployee?emp_code="+d.temp1[0].em_login_code).then(function(e){d.qualiList=e.data,d.combo_multiple=!0})},d.getQualiByEmpcode(),n.get(_.apiUrl+"api/EmpExp/getEmployeeExp?em_login_code="+d.temp1[0].em_login_code).then(function(e){d.ExperienceList=e.data,d.showExperinceList=!0}),d.demmo=!0,d.showEmpDocumentList(d.temp1[0].em_login_code)})},d.drop=function(){document.getElementById("select74").addDisabled=!0;document.getElementById("select74").disabled=!0},new FormData),m=(d.getTheFiles=function(a){angular.forEach(a,function(e,t){r.append(t,e),8e5<a[i].size&&(d.filesize=!1,d.edt.photoStatus=!1,swal({text:"File Should Not be Exceed 800Kb.",imageUrl:"assets/img/notification-alert.png"}))})},d.file_changed=function(e){var t,e=e.files[0];d.photo_filename=e.type,null!=d.photo_filename||""!=d.photo_filename?"jpeg"==(t=d.photo_filename.split("/"))[1]||"jpg"==t[1]||"png"==t[1]?((t=new FileReader).onload=function(t){d.$apply(function(){var e=t.target.result;$(function(){$("#empimg").attr("src",e)})})},t.readAsDataURL(e)):(swal({text:"Only jpeg and png image format supported."}),$("#empimg").attr("src","")):(swal({text:"Image format not supported."}),$("#empimg").attr("src",""))},d.uploadImgClickF=function(){d.uploadImgClickFShow=!0},d.uploadImgCancel=function(){d.uploadImgClickFShow=!1},d.image_click=function(){d.ImgLoaded=!0},d.globalSearch=function(){$("#MyModal").modal("show"),d.showBtn=!1},d.EmployeeDetails=function(){d.NodataEmployee=!1,n.post(_.apiUrl+"api/common/SearchEmployee?data="+JSON.stringify(d.temp)).then(function(e){d.Employee_Details=e.data,d.EmployeeTable=!0,0<e.data.length||(d.NodataEmployee=!0)})},d.EmployeeAdd=function(e){d.temp={enroll_number:e.em_login_code,emp_name:e.empName,emp_desg:e.desg_name,emp_dept:e.dept_name}},d.checkEmailExists=function(e){d.temp1[0].em_email!=e&&n.post(_.apiUrl+"api/HRMS/checkEmailExists?email_id="+e).then(function(e){if(d.comnUserData=e.data,0<d.comnUserData.length)return swal({text:"Official email id already exists!!",width:350}),d.temp.em_email="",!1})},d.change_em_teacher_status=function(){"T"!=d.temp.em_Staff_Type_Code?d.temp.em_teacher_status=!1:d.temp.em_teacher_status=!0},d.SaveData=function(e){e?(d.saveBtn=!0,d.updateBtn=!0,e=d.temp,void 0===d.photo_filename?e.em_img=null:e.em_img="."+d.photo_filename.split("/")[1],e.opr="I",n.post(_.apiUrl+"api/HRMS/ihs/CUMasterEmployee",e).then(function(e){d.CUDobj={},d.CUDobj=e.data,null==d.CUDobj.strMessage&&""==d.CUDobj.strMessage&&null==d.CUDobj.strMessage||(swal({text:"Employee with id= "+d.CUDobj.strMessage+" created  successfully."}),d.saveQualification(d.CUDobj.strMessage),d.saveExperience(d.CUDobj.strMessage),d.Cancel(),setTimeout(function(){d.saveBtn=!1,d.updateBtn=!1},3e3));e=d.CUDobj.strMessage.split(" ")[2],e={method:"POST",url:_.apiUrl+"/api/file/upload?filename="+e+"&location=/EmployeeImages",data:r,headers:{"Content-Type":void 0}};n(e).success(function(e){})})):swal({text:"Kindly fill Mandatory fields",width:350,timer:5e3,showCloseButton:!0})},d.UpdateData=function(e){var t;d.disabled=!0,e?(d.saveBtn=!0,d.updateBtn=!0,e=Math.floor(1e3*Math.random()+1),t=d.temp,void 0!==d.photo_filename&&(t.em_img=d.temp.em_login_code+e+".png"),t.opr="U",t.subopr="Up",n.post(_.apiUrl+"api/HRMS/ihs/CUMasterEmployee",t).then(function(e){d.CUDobj={},d.CUDobj=e.data,null==d.CUDobj.strMessage&&""==d.CUDobj.strMessage&&null==d.CUDobj.strMessage||(swal({text:d.CUDobj.strMessage}),d.updateQualification(),d.updateExperience(),setTimeout(function(){d.Cancel(),d.saveBtn=!1,d.updateBtn=!1},3e3))}),1==d.ImgLoaded&&(t={method:"POST",url:_.apiUrl+"/api/file/uploadPNG?filename="+d.temp.em_login_code+e+"&location=/EmployeeImages",data:r,headers:{"Content-Type":void 0}},n(t).success(function(e){}))):swal({text:"Kindly fill Mandatory fields",width:350,timer:5e3,showCloseButton:!0})},d.saveQualification=function(e){var t=[];if(0<d.qualiList.length){for(var a=0;a<d.qualiList.length;a++){var o={emp_qual_em_code:e,emp_qual_qual_code:d.qualiList[a].emp_qual_qual_code,emp_qual_institute:d.qualiList[a].emp_qual_institute,emp_qual_type_code:d.qualiList[a].emp_qual_type_code,em_qual_from_year:d.qualiList[a].em_qual_from_year,em_qual_year:d.qualiList[a].em_qual_to_year,emp_qual_percentage:d.qualiList[a].emp_qual_percentage,emp_qual_remark:d.qualiList[a].emp_qual_remark,em_qual_status:d.qualiList[a].em_qual_status,opr:"I"};t.push(o)}n.post(_.apiUrl+"api/Qualification/CUDQualification?year=",t).then(function(e){d.qualificationmsg=e.data,d.qualiList=[],d.combo_multiple=!1})}},d.updateQualification=function(){var e=[];if(0<d.qualiList.length){for(var t=0;t<d.qualiList.length;t++){var a=d.qualiList[t].emp_qual_qual_code,a={emp_qual_em_code:d.temp.em_login_code,emp_qual_qual_code:a,emp_qual_institute:d.qualiList[t].emp_qual_institute,emp_qual_type_code:d.qualiList[t].emp_qual_type_code,em_qual_from_year:d.qualiList[t].em_qual_from_year,em_qual_year:d.qualiList[t].em_qual_to_year,emp_qual_percentage:d.qualiList[t].emp_qual_percentage,emp_qual_remark:d.qualiList[t].emp_qual_remark,em_qual_status:d.qualiList[t].em_qual_status,opr:"U"};e.push(a)}0!=d.qualiList.length?n.post(_.apiUrl+"api/Qualification/UpadateQualification?simsobj2=",e).then(function(e){d.updateQualimsg1=e.data,d.qualiList=[],d.combo_multiple=!1}):swal({text:"You not edit correct record",timer:5e3})}},d.downloadOfferLetter=function(e){d.url=_.docUrl+n.defaults.headers.common.schoolId+"/Images/EmployeeDocument/"+e,window.open(d.url)},d.addCol=function(e){d.combo_multiple=!0;for(var t=document.getElementById("qual_name"),t=t.options[t.selectedIndex].text,a=0;a<d.qualiList.length;a++)if(d.qualiList[a].emp_qual_qual_code==e)return swal({text:"Qualification Already Added !!",timer:5e3}),!1;d.qualiList.push({emp_qual_qual_name:t,emp_qual_qual_code:e}),d.Myform.$setPristine(),d.Myform.$setUntouched()},d.Removerow=function(e,t,a){a.splice(t,1)},d.addExperience=function(){d.showExperinceList=!0;d.ExperienceList.push({enroll_number:"",prev_company_name:"",prev_job_title:"",from_year:"",from_month:"",to_year:"",to_month:"",prev_job_remark:"",prev_job_responsibilities:"",prev_job_salary:"",job_status:"",em_previous_job_line_no:""})},d.saveExperience=function(e){var t=[];if(0<d.ExperienceList.length){for(var a=0;a<d.ExperienceList.length;a++){var o={enroll_number:e,co_company_code:"1",prev_company_name:d.ExperienceList[a].prev_company_name,prev_job_title:d.ExperienceList[a].prev_job_title,from_year:d.ExperienceList[a].from_year,from_month:d.ExperienceList[a].from_month,to_year:d.ExperienceList[a].to_year,to_month:d.ExperienceList[a].to_month,prev_job_responsibilities:d.ExperienceList[a].prev_job_responsibilities,prev_job_salary:d.ExperienceList[a].prev_job_salary,job_status:d.ExperienceList[a].job_status,opr:"I"};t.push(o)}n.post(_.apiUrl+"api/EmpExp/CUDEmployeeExperience",t).then(function(e){d.msgexp=e.data,d.ExperienceList=[],d.showExperinceList=!1})}},d.updateExperience=function(){var e=[];if(0<d.ExperienceList.length){for(var t=0;t<d.ExperienceList.length;t++){var a={enroll_number:d.temp.em_login_code,co_company_code:"1",prev_company_name:d.ExperienceList[t].prev_company_name,prev_job_title:d.ExperienceList[t].prev_job_title,from_year:d.ExperienceList[t].from_year,from_month:d.ExperienceList[t].from_month,to_year:d.ExperienceList[t].to_year,to_month:d.ExperienceList[t].to_month,prev_job_responsibilities:d.ExperienceList[t].prev_job_responsibilities,prev_job_salary:d.ExperienceList[t].prev_job_salary,job_status:d.ExperienceList[t].job_status,em_previous_job_line_no:d.ExperienceList[t].em_previous_job_line_no,opr:"U"};e.push(a)}n.post(_.apiUrl+"api/EmpExp/CUDEmployeeExperience",e).then(function(e){d.msgupdateExp=e.data,d.ExperienceList=[],d.showExperinceList=!1})}},d.RemoveExperinceRow=function(e,t,a){a.splice(t,1)},d.UploadImageModal=function(){$("#prevImg").val(""),d.edt.em_img="",$("#myModal").modal("show"),d.ImgLoaded=!0},d.ViewDocument=function(e){},d.getTheFiles1=function(e){d.filesize=!0,angular.forEach(e,function(e,t){r.append(t,e)})},d.uploadClick=function(e){d.filesize=!0,d.edt1=e,d.edt.photoStatus=!0,d.ins=!1,r=new FormData},d.file_changed1=function(e,t){var a,o=e.files[0],s=(d.photo_filename=o.type,d.filename1=o.name,new FileReader);s.onload=function(e){d.$apply(function(){d.prev_img=e.target.result})},s.readAsDataURL(o),e.files[0].size<2e6&&(d.edt1.count<2?(null==d.edt1.pays_doc_path||""==d.edt1.pays_doc_path?d.edt1.count=d.edt1.count:d.edt1.count=d.edt1.count+1,s={method:"POST",url:_.apiUrl+"api/AssignmentUpload/upload1?filename="+d.filename1+"&location=Images/EmployeeDocument/",data:r,headers:{"Content-Type":void 0}},a=[],n(s).success(function(e){_.AWS.includes(n.defaults.headers.common.schoolId)&&(e=e.substring(e.lastIndexOf("/")+1));e={pays_doc_empl_id:d.edt1.pays_doc_empl_id,pays_doc_mod_code:d.edt1.pays_doc_mod_code,pays_doc_code:d.edt1.pays_doc_code,pays_doc_path:e,pays_doc_status:"A"};a.push(e),null==e.pays_doc_path&&""==e.pays_doc_path||null!=d.edt1.pays_doc_path&&""!=d.edt1.pays_doc_path||(e.pays_doc_status="A",e.opr="I",[].push(e),n.post(_.apiUrl+"api/EmpDocumentupload/CUD_Update_student_Doc",e).then(function(e){d.ins=e.data,e.data&&(swal({text:"Document Updated Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}),d.edt1.count=d.edt1.count+1),d.showEmpDocumentList(d.edt1.pays_doc_empl_id)}))})):swal({title:"Alert",text:"Error : You Can Upload Maximum of 2 Documents For Each Document Type",showCloseButton:!0,width:380}))},d.UploadDocument=function(e){n.post(_.apiUrl+"api/EmpDocumentupload/InsertUpdateDocumentDetail?emp_id="+e).then(function(e){d.Upload_doc_datails=e.data;for(var t=0;t<d.Upload_doc_datails.length;t++)d.Upload_doc_datails[t]=e.data[t],d.visible=[],d.visible=e.data[t].pays_doc_path.split(","),d.Upload_doc_datails[t].path=d.visible,2==d.Upload_doc_datails[t].count?d.uploadcheck=!0:d.uploadcheck=!1;d.Upload_doc=!0,d.maingrid1=!1,d.maingrid2=!1,d.edt.sims_admission_doc_path1="NO"})},d.file_changedw=function(e,t){var a=e.files[0],a=(d.photo_filename=a.type,s=e.files,a.name.split(".")[1]);if("jpeg"==a||"jpg"==a||"png"==a||"pdf"==a||"docx"==a||"doc"==a){if(s.length){c=new FormData;for(var o=0;o<s.length;o++){s[o].name.split(".");c.append(s[o].name,s[o],"Web\\"+s[o].name.replace(/\s/g,""))}}(new FileReader).onload=function(e){d.$apply(function(){})},e.files[0].size<2e6&&(d.edt1.count<2?(a={method:"POST",url:_.apiUrl+"api/EmpDocumentupload/upload?filename="+d.filename1+"&location=EmployeeDocument",data:c,headers:{"Content-Type":void 0}},n(a).success(function(e){e={pays_doc_empl_id:d.edt1.pays_doc_empl_id,pays_doc_mod_code:d.edt1.pays_doc_mod_code,pays_doc_code:d.edt1.pays_doc_code,pays_doc_desc:d.edt1.pays_doc_desc,pays_doc_path:e,pays_doc_issue_date:"null",pays_doc_expiry_date:"null",pays_doc_status:"A",pays_doc_srno:""};null==e.pays_doc_path&&""==e.pays_doc_path||(e.opr="I",n.post(_.apiUrl+"api/EmpDocumentupload/CUD_Update_student_Doc",e).then(function(e){d.ins=e.data,e.data&&(swal({text:"Document Updated Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}),d.edt1.count=d.edt1.count+1),d.allDocument()}))})):swal({title:"Alert",text:"Error : You Can Upload Maximum of 2 Documents For Each Document Type",showCloseButton:!0,width:380}))}else swal({title:"Alert",text:"Document type not allowed",showCloseButton:!0,width:380})},d.doc_delete=function(e,t,a){n.post(_.apiUrl+"api/EmpDocumentupload/DocumentDeleteNew?emp_no="+a+"&doc_code="+t+"&doc_sro="+e).then(function(e){d.del=e.data,e.data&&swal({text:"Document Deleted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}),d.showEmpDocumentList(a)})},d.showEmpDocumentList=function(e){n.post(_.apiUrl+"api/EmpDocumentupload/DocumentdetailData",{pays_doc_empl_id:e,show:"all",user:l}).then(function(e){d.DocumentdetailsData=e.data;for(var t=0;t<d.DocumentdetailsData.length;t++)d.DocumentdetailsData[t]=e.data[t],d.visible=[],d.visible=e.data[t].pays_doc_path.split(","),d.DocumentdetailsData[t].path=d.visible})},d.UploadDocumentModal=function(e){d.filenameassigningData=e,$("#DocumenModal").modal("show")},d.hideDocModal=function(){d.showFileName=!0,d.filename1=d.filename_doc,null!=d.filename1&&""!=d.filename1&&null!=d.filename1||(d.showFileName=!1),d.filenameassigningData.pays_doc_path=d.filename1,$("#DocumenModal").modal("hide")},d.getTheDocFiles=function(e){angular.forEach(e,function(e,t){r.append(t,e)})},!(d.file_changed_doc=function(e){var e=e.files[0],t=(d.filename_doc=e.name,d.edt={employeeDocument:d.filename_doc},$.extend(d.edt,d.edt),d.photo_filename_doc=e.name,d.photo_filename_doc.split(".")),t=(d.photo_filename_doc.split(".")[t.length-1],d.photo_filename_doc=e.type,new FileReader);t.onload=function(e){d.$apply(function(){})},t.readAsDataURL(e)}));d.getRegDate=function(e,t){m=!1,$("#dateModal").modal({backdrop:"static",keyboard:!0}),e.ischecked=!0,"issue"==t?(m=!0,d.doc={reg_date:e.pays_doc_issue_date}):(m=!1,d.doc={reg_date:e.pays_doc_expiry_date})},d.getDatedetails=function(){for(var e=0;e<d.finalData.length;e++)for(var t=0;t<d.finalData[e].arr.length;t++)if(1==d.finalData[e].arr[t].ischecked){1==m?d.finalData[e].arr[t].pays_doc_issue_date=d.doc.reg_date:d.finalData[e].arr[t].pays_doc_expiry_date=d.doc.reg_date,d.finalData[e].arr[t].ischecked=!1;break}},d.saveDocument=function(e){var t=[],a=!1,e=(d.showUpdateBtn=!1,document.getElementById("file1_doc").value="",d.filename_doc=e.pays_doc_empl_id+"_"+e.pays_doc_desc1,d.strd=d.filename_doc,d.filename_doc=d.strd.replace(/[\/\\#, +$~%'":*?<>{}]/g,"_"),""==e.pays_doc_srno&&(d.showUpdateBtn=!(a=!0),o={pays_doc_empl_id:e.pays_doc_empl_id,pays_doc_mod_code:e.pays_doc_mod_code,pays_doc_code:e.pays_doc_code,pays_doc_desc:e.pays_doc_desc,pays_doc_path:e.pays_doc_path,pays_doc_issue_date:e.pays_doc_issue_date,pays_doc_expiry_date:e.pays_doc_expiry_date,pays_doc_status:!0},t.push(o)),d.pays_doc_empl_id=e.pays_doc_empl_id,d.pays_doc_desc1=e.pays_doc_desc1,d.photo_filename_doc.split("/")[1]),o=(d.filename1=d.filename_doc+"."+e,[]),e=[];if(null==d.photo_filename_doc||""==d.photo_filename_doc)swal({title:"Alert",text:"Please Select File",width:300,height:200});else{if(1==a)for(var s=0;s<t.length;s++)o={pays_doc_empl_id:t[s].pays_doc_empl_id,pays_doc_mod_code:t[s].pays_doc_mod_code,pays_doc_code:t[s].pays_doc_code,pays_doc_desc:t[s].pays_doc_desc,pays_doc_path:d.filename1,pays_doc_issue_date:t[s].pays_doc_issue_date,pays_doc_expiry_date:t[s].pays_doc_expiry_date,pays_doc_status:!0,opr:"I"};e.push(o);a={method:"POST",url:_.apiUrl+"/api/EmpDocumentupload/upload?filename="+d.filename1+"&location=EmployeeDocument",data:r,headers:{"Content-Type":void 0}};n(a).success(function(e){},function(){}),n.post(_.apiUrl+"api/EmpDocumentupload/InsertUpdateDocumentDetail",e).then(function(e){d.msg1_doc=e.data,$("#DocumenModal").modal("hide"),1==d.msg1_doc?(d.photo_filename_doc="",d.showEmpDocumentList(d.temp.em_login_code)):0!=d.msg1_doc&&d.showEmpDocumentList(d.temp.em_login_code)},function(){$("#ErrorMessage").modal({backdrop:"static"})})}},d.uploadDocument1=function(e){var t=[],a=!1,e=(d.showUpdateBtn=!1,document.getElementById("file1_doc").value="",d.filename_doc=e.pays_doc_empl_id+"_"+e.pays_doc_desc1,""==e.pays_doc_srno&&(d.showUpdateBtn=!(a=!0),o={pays_doc_empl_id:e.pays_doc_empl_id,pays_doc_mod_code:e.pays_doc_mod_code,pays_doc_code:e.pays_doc_code,pays_doc_desc:e.pays_doc_desc,pays_doc_path:e.pays_doc_path,pays_doc_issue_date:e.pays_doc_issue_date,pays_doc_expiry_date:e.pays_doc_expiry_date,pays_doc_status:!0},t.push(o)),d.pays_doc_empl_id=e.pays_doc_empl_id,d.pays_doc_desc1=e.pays_doc_desc1,d.photo_filename_doc.split("/")[1]),o=(d.filename1=d.filename_doc+"."+e,[]),e=[];if(null==d.photo_filename_doc||""==d.photo_filename_doc)swal({title:"Alert",text:"Please Select File",width:300,height:200});else{if(1==a)for(var s=0;s<t.length;s++)o={pays_doc_empl_id:t[s].pays_doc_empl_id,pays_doc_mod_code:t[s].pays_doc_mod_code,pays_doc_code:t[s].pays_doc_code,pays_doc_desc:t[s].pays_doc_desc,pays_doc_path:d.filename1,pays_doc_issue_date:t[s].pays_doc_issue_date,pays_doc_expiry_date:t[s].pays_doc_expiry_date,pays_doc_status:!0,opr:"I"};e.push(o);a={method:"POST",url:_.apiUrl+"/api/EmpDocumentupload/upload?filename="+d.filename1+"&location=EmployeeDocument",data:r,headers:{"Content-Type":void 0}};n(a).success(function(e){},function(){}),n.post(_.apiUrl+"api/EmpDocumentupload/InsertUpdateDocumentDetail",e).then(function(e){d.msg1_doc=e.data,$("#DocumenModal").modal("hide"),1==d.msg1_doc?(d.photo_filename_doc="",swal({text:"Document Uploaded successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}),d.showEmpDocumentList(d.temp.em_login_code)):0==d.msg1_doc?swal({text:"Document Not Uploaded",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}):(swal("Error-"+d.msg1_doc),d.showEmpDocumentList(d.temp.em_login_code))},function(){$("#ErrorMessage").modal({backdrop:"static"})})}},d.UpdateDocument=function(e){var t=[],a=(d.showUpdateBtn=!1,document.getElementById("file1_doc").value="",new Date),o=(d.filename_doc=e.pays_doc_empl_id+"_"+e.pays_doc_desc1+"_"+a.getHours()+a.getSeconds(),d.strd=d.filename_doc,d.filename_doc=d.strd.replace(/[\/\\#, +$~%'":*?<>{}]/g,"_"),(""==e.pays_doc_srno?(d.showUpdateBtn=!!0,o={pays_doc_empl_id:e.pays_doc_empl_id,pays_doc_mod_code:e.pays_doc_mod_code,pays_doc_code:e.pays_doc_code,pays_doc_desc:e.pays_doc_desc,pays_doc_path:e.pays_doc_path,pays_doc_issue_date:e.pays_doc_issue_date,pays_doc_expiry_date:e.pays_doc_expiry_date,pays_doc_status:!0},[]):(d.showUpdateBtn=!!1,o={pays_doc_srno:e.pays_doc_srno,pays_doc_empl_id:e.pays_doc_empl_id,pays_doc_mod_code:e.pays_doc_mod_code,pays_doc_code:e.pays_doc_code,pays_doc_desc:e.pays_doc_desc,pays_doc_path:e.pays_doc_path,pays_doc_issue_date:e.pays_doc_issue_date,pays_doc_expiry_date:e.pays_doc_expiry_date,pays_doc_status:!0},t)).push(o),d.pays_doc_empl_id=e.pays_doc_empl_id,d.pays_doc_desc1=e.pays_doc_desc1,[]),a=[];if(null==d.photo_filename_doc||""==d.photo_filename_doc||null==d.photo_filename_doc){for(var s=0;s<t.length;s++)o={pays_doc_srno:t[s].pays_doc_srno,pays_doc_empl_id:t[s].pays_doc_empl_id,pays_doc_mod_code:t[s].pays_doc_mod_code,pays_doc_code:t[s].pays_doc_code,pays_doc_desc:t[s].pays_doc_desc,pays_doc_path:t[s].pays_doc_path,pays_doc_issue_date:t[s].pays_doc_issue_date,pays_doc_expiry_date:t[s].pays_doc_expiry_date,pays_doc_status:!0,opr:"U"};a.push(o)}else{e=d.photo_filename_doc.split("/")[1];d.filename1=d.filename_doc+"."+e;for(s=0;s<t.length;s++)o={pays_doc_srno:t[s].pays_doc_srno,pays_doc_empl_id:t[s].pays_doc_empl_id,pays_doc_mod_code:t[s].pays_doc_mod_code,pays_doc_code:t[s].pays_doc_code,pays_doc_desc:t[s].pays_doc_desc,pays_doc_path:d.filename1,pays_doc_issue_date:t[s].pays_doc_issue_date,pays_doc_expiry_date:t[s].pays_doc_expiry_date,pays_doc_status:!0,opr:"U"};a.push(o);e={method:"POST",url:_.apiUrl+"/api/EmpDocumentupload/upload?filename="+d.filename1+"&location=EmployeeDocument",data:r,headers:{"Content-Type":void 0}};n(e).success(function(e){},function(){alert("Err")})}n.post(_.apiUrl+"api/EmpDocumentupload/InsertUpdateDocumentDetail",a).then(function(e){d.msg1updatedoc=e.data,$("#DocumenModal").modal("hide"),1==d.msg1updatedoc?(swal({text:"Document Uploaded successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}),d.showEmpDocumentList(d.temp.em_login_code),d.photo_filename_doc=""):0==d.msg1updatedoc?(swal({text:"Document Not Uploaded",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}),d.showEmpDocumentList(d.temp.em_login_code)):swal({text:d.msg1updatedoc,imageUrl:"assets/img/check.png",showCloseButton:!0,width:380})},function(){$("#ErrorMessage").modal({backdrop:"static"})})},d.deleteDoc=function(e){var t={pays_doc_code:e.pays_doc_code,pays_doc_srno:e.pays_doc_srno,pays_doc_empl_id:e.pays_doc_empl_id};swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,confirmButtonText:"Yes",showCancelButton:!0,width:380,cancelButtonText:"No"}).then(function(e){e&&n.post(_.apiUrl+"api/EmpDocumentupload/DocumentDelete",t).then(function(e){d.msg1=e.data,1==d.msg1?swal({text:"Document deleted successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&d.showEmpDocumentList(d.temp.em_login_code)}):0==d.msg1?swal({text:"Document not deleted",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){}):swal({text:d.msg1,showCloseButton:!0,width:380}).then(function(e){})})})},d.downloaddoc=function(e){d.url=_.docUrl+n.defaults.headers.common.schoolId+"/Images/EmployeeDocument/"+e,window.open(d.url)}}]),e.directive("ngFiles",["$parse",function(s){return{link:function(t,e,a){var o=s(a.ngFiles);e.on("change",function(e){o(t,{$files:e.target.files})})}}}])}(),function(){"use strict";var e=angular.module("sims.module.HRMS");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("CreateEditEmployee_Pearl_HrCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV","$filter",function(a,e,t,o,s,n,i,d){a.temp={},a.searchText=!1,a.ImgLoaded=!1,a.roleText=!1,a.roleList=!0,a.uae=!1,a.qatar=!0,a.national_id_readnly=!1,a.iban_number_readnly=!1,a.bank_ac_no_readnly=!1,a.updateBtn=!1,a.saveBtn=!1,a.temp.em_date_of_join=d("date")(new Date,"dd-MM-yyyy"),a.temp.em_dept_effect_from=d("date")(new Date,"dd-MM-yyyy"),a.temp.em_grade_effect_from=d("date")(new Date,"dd-MM-yyyy"),n.get(i.apiUrl+"api/HRMS/getRole").then(function(e){a.roles_data=e.data}),n.get(i.apiUrl+"api/HRMS/getLicSchool").then(function(e){a.lic_school_data=e.data,"Qatar"==a.lic_school_data[0].lic_school_country?(a.uae=!1,a.qatar=!0):(a.uae=!0,a.qatar=!1)}),n.get(i.apiUrl+"api/HRMS/getEmpData").then(function(e){a.obj=e.data,a.operation=!0,a.Save_btn=!0,a.loginTextBox=!0,a.display=!0,a.temp.em_Salutation_Code="1",a.temp.em_Grade_Code=a.obj[0].em_Grade_Code}),n.get(i.apiUrl+"api/HRMS/getCompany").then(function(e){a.company_data=e.data,a.temp.em_Company_Code=a.company_data[0].em_Company_Code}),n.get(i.apiUrl+"api/HRMS/getCountry").then(function(e){a.country_data=e.data}),n.get(i.apiUrl+"api/HRMS/getDestination").then(function(e){a.dest_data=e.data,a.temp.em_Dest_Code=a.dest_data[0].em_Dest_Code}),a.searchEmp=function(e,t){},a.saveBtnDisEn=!1,a.imageUrl=i.docUrl+n.defaults.headers.common.schoolId+"/Images/EmployeeImages/";var _=new FormData;a.getTheFiles=function(e){angular.forEach(e,function(e,t){_.append(t,e)})},a.file_changed=function(e){var e=e.files[0],t=(a.photo_filename=e.type,new FileReader);t.onload=function(e){a.$apply(function(){a.prev_img=e.target.result})},t.readAsDataURL(e)},a.globalSearch=function(){t.visible_stud=!1,t.visible_parent=!1,t.visible_search_parent=!1,t.visible_teacher=!1,t.visible_User=!1,t.visible_Employee=!0,t.chkMulti=!1,a.global_Search_click(),$("#Global_Search_Modal").modal({backdrop:"static"}),a.temp.em_login_code="",a.temp.EmpName="",a.showBtn=!1},a.$on("global_cancel",function(e){0<a.SelectedUserLst.length&&(a.temp={},a.temp.enroll_number=a.SelectedUserLst[0].em_login_code,a.temp.name=a.SelectedUserLst[0].empName,a.EmpSearch1(a.SelectedUserLst[0].em_login_code))}),a.searchGlobalClick=function(){a.Global_Search_by_employee()},a.checkDOB=function(){var e=d("date")(new Date,"dd-MM-yyyy");a.temp.em_date_of_birth>=e&&(swal({title:"Alert",text:"Date of birth should be less than future date",width:300,height:200}),a.temp.em_date_of_birth="")},a.checkDOJ=function(e){a.temp.em_dept_effect_from=e,a.temp.em_grade_effect_from=e,a.temp.em_date_of_birth>=a.temp.em_date_of_join&&(swal({title:"Alert",text:"Date of joining should be greater than date of birth",width:300,height:200}),a.temp.em_date_of_join="")},a.checkPassport=function(){a.temp.em_passport_exp_date<a.temp.em_passport_issue_date&&(swal({title:"Alert",text:"Passport Expiry Date Should greater than Passport Issue Date",width:300,height:200}),a.temp.em_passport_exp_date="")},a.checkVisa=function(){a.temp.em_visa_exp_date<a.temp.em_visa_issue_date&&(swal({title:"Alert",text:"Visa Expiry Date Should greater than Visa Issue Date",width:300,height:200}),a.temp.em_visa_exp_date="")},a.checkEmiratesID=function(){a.temp.em_national_id_expiry_date<a.temp.em_national_id_issue_date&&(swal({title:"Alert",text:"Emirates ID Expiry Date Should greater than Emirates ID Issue Date",width:300,height:200}),a.temp.em_national_id_expiry_date="")},a.Cancel=function(){a.roleText=!1,a.roleList=!0,a.roleReadOnly=!1,a.searchText=!1,a.national_id_readnly=!1,a.iban_number_readnly=!1,a.bank_ac_no_readnly=!1,a.temp={},a.emplogcode="",a.Myform.$setPristine(),a.Myform.$setUntouched(),a.Save_btn=!0,a.loginTextBox=!0,a.Update_btn=!1,a.ImgLoaded=!1,a.prev_img="",a.emplogcode="",a.temp.em_img="",a.temp.em_date_of_join=d("date")(new Date,"dd-MM-yyyy"),a.temp.em_dept_effect_from=d("date")(new Date,"dd-MM-yyyy"),a.temp.em_grade_effect_from=d("date")(new Date,"dd-MM-yyyy"),a.temp.em_Company_Code=a.company_data[0].em_Company_Code,a.temp.em_Grade_Code=a.obj[0].em_Grade_Code,a.temp.em_Salutation_Code="1"},a.checkSubString=function(e){var t=a.temp.manual_em_login_code.toUpperCase();if("P"==t.charAt(0)||"PP"==t.charAt(1))return swal({text:"EMP ID Not Valid !!",width:350}),!1;n.get(i.apiUrl+"api/HRMS/getComnUserName?manual_em_login_code="+e).then(function(e){if(a.comnUserData=e.data,0<a.comnUserData.length)return swal({text:"EMP Login Code Already Exists!!",width:350}),a.temp.manual_em_login_code="",!1})},a.SaveData=function(e){0==e&&swal({title:"Alert",text:"Please fill mandatory fields",width:380,showCloseButton:!0}),e&&(a.saveBtnDisEn=!0,a.saveBtn=!0,a.updateBtn=!0,e=a.temp,void 0===a.photo_filename?e.em_img=null:(e.em_img="."+a.photo_filename.split("/")[1],e.em_dept_effect_from=a.temp.em_dept_effect_from,e.em_grade_effect_from=a.temp.em_grade_effect_from,e.em_date_of_join=a.temp.em_date_of_join,e.em_date_of_birth=a.temp.em_date_of_birth,e.em_pssport_issue_date=a.temp.em_pssport_issue_date,e.em_passport_exp_date=a.temp.em_passport_exp_date,e.em_visa_issue_date=a.temp.em_visa_issue_date,e.em_visa_exp_date=a.temp.em_visa_exp_date,e.em_national_id_issue_date=a.temp.em_national_id_issue_date,e.em_national_id_expiry_date=a.temp.em_national_id_expiry_date),e={manual_em_login_code:a.temp.manual_em_login_code,em_Salutation_Code:a.temp.em_Salutation_Code,em_first_name:a.temp.em_first_name,em_middle_name:a.temp.em_middle_name,em_last_name:a.temp.em_last_name,em_name_ot:a.temp.em_name_ot,em_Company_Code:a.temp.em_Company_Code,em_img:e.em_img,em_Dest_Code:a.temp.em_Dest_Code,em_Designation_Code:a.temp.em_Designation_Code,em_Dept_Code:a.temp.em_Dept_Code,em_dept_effect_from:e.em_dept_effect_from,em_Staff_Type_Code:a.temp.em_Staff_Type_Code,em_Grade_Code:a.temp.em_Grade_Code,em_grade_effect_from:e.em_grade_effect_from,em_date_of_join:e.em_date_of_join,em_blood_group_code:a.temp.em_blood_group_code,em_date_of_birth:e.em_date_of_birth,em_Sex_Code:a.temp.em_Sex_Code,em_Marital_Status_Code:a.temp.em_Marital_Status_Code,em_Country_Code:a.temp.em_Country_Code,em_Nation_Code:a.temp.em_Nation_Code,em_Religion_Code:a.temp.em_Religion_Code,em_email:a.temp.em_email,em_mobile:a.temp.em_mobile,em_emergency_contact_name1:a.temp.em_emergency_contact_name1,em_summary_address:a.temp.em_summary_address,em_emergency_contact_number1:a.temp.em_emergency_contact_number1,em_passport_no:a.temp.em_passport_no,em_pssport_issue_date:e.em_pssport_issue_date,em_passport_exp_date:e.em_passport_exp_date,em_visa_no:a.temp.em_visa_no,em_visa_type_code:a.temp.em_visa_type_code,em_visa_issue_date:e.em_visa_issue_date,em_visa_exp_date:e.em_visa_exp_date,em_national_id:a.temp.em_national_id,em_national_id_issue_date:e.em_national_id_issue_date,em_national_id_expiry_date:e.em_national_id_expiry_date,em_iban_no:e.em_iban_no,em_bank_ac_no:e.em_bank_ac_no,comn_role_code:a.temp.comn_role_code,em_punching_id:a.temp.em_punching_id,em_punching_status:a.temp.em_punching_status,em_schoolbranch_code:a.temp.em_schoolbranch_code,em_teacher_status:a.temp.em_teacher_status,opr:"H"},n.post(i.apiUrl+"api/HRMS/CreateEmployeePearl",e).then(function(e){a.CUDobj={},a.CUDobj=e.data,a.Myform.$setPristine(),a.Myform.$setUntouched(),null==a.CUDobj.strMessage&&""==a.CUDobj.strMessage&&null==a.CUDobj.strMessage||(swal({text:a.CUDobj.strMessage}),a.Cancel(),setTimeout(function(){a.saveBtn=!1,a.updateBtn=!1},1e3));e=a.CUDobj.strMessage.split(" ")[2],e={method:"POST",url:i.apiUrl+"/api/file/upload?filename="+e+"&location=/EmployeeImages",data:_,headers:{"Content-Type":void 0}};a.saveBtnDisEn=!1,n(e).success(function(e){})}))},a.EmpSearch1=function(t){a.Save_btn=!1,a.Update_btn=!0,a.searchText=!0,a.roleText=!0,a.roleList=!1,a.roleReadOnly=!0,a.loginTextBox=!1,n.get(i.apiUrl+"api/HRMS/getSearchEmpMasterForPearl?em_login_code="+t).then(function(e){a.temp1=e.data,a.temp={enroll_number:t,em_login_code:a.temp1[0].em_login_code,em_number:a.temp1[0].em_number,em_service_status_code:a.temp1[0].em_service_status_code,em_status_code:a.temp1[0].em_status_code,em_apartment_number:a.temp1[0].em_apartment_number,em_family_name:a.temp1[0].em_family_name,em_street_number:a.temp1[0].em_street_number,em_area_number:a.temp1[0].em_area_number,em_phone:a.temp1[0].em_phone,em_fax:a.temp1[0].em_fax,em_post:a.temp1[0].em_post,em_emergency_contact_name2:a.temp1[0].em_emergency_contact_name2,em_emergency_contact_number2:a.temp1[0].em_emergency_contact_number2,em_joining_ref:a.temp1[0].em_joining_ref,em_ethnicity_code:a.temp1[0].em_ethnicity_code,em_handicap_status:a.temp1[0].em_handicap_status,em_stop_salary_indicator:a.temp1[0].em_stop_salary_indicator,em_agreement:a.temp1[0].em_agreement,em_punching_status:a.temp1[0].em_punching_status,em_bank_cash_tag:a.temp1[0].em_bank_cash_tag,em_citi_exp_tag:a.temp1[0].em_citi_exp_tag,em_leave_tag:a.temp1[0].em_leave_tag,em_passport_issue_place:a.temp1[0].em_passport_issue_place,em_passport_issuing_authority:a.temp1[0].em_passport_issuing_authority,em_pssport_exp_rem_date:a.temp1[0].em_pssport_exp_rem_date,em_visa_issuing_place:a.temp1[0].em_visa_issuing_place,em_visa_issuing_authority:a.temp1[0].em_visa_issuing_authority,em_visa_exp_rem_date:a.temp1[0].em_visa_exp_rem_date,em_visa_type_code:a.temp1[0].em_visa_type_code,em_agreement_start_date:a.temp1[0].em_agreement_start_date,em_agreement_exp_date:a.temp1[0].em_agreement_exp_date,em_agreemet_exp_rem_date:a.temp1[0].em_agreemet_exp_rem_date,em_punching_id:a.temp1[0].em_punching_id,em_dependant_full:a.temp1[0].em_dependant_full,em_dependant_half:a.temp1[0].em_dependant_half,em_dependant_infant:a.temp1[0].em_dependant_infant,em_Bank_Code:a.temp1[0].em_Bank_Code,em_bank_ac_no:a.temp1[0].em_bank_ac_no,em_iban_no:a.temp1[0].em_iban_no,em_route_code:a.temp1[0].em_route_code,em_bank_swift_code:a.temp1[0].em_bank_swift_code,em_gpf_ac_no:a.temp1[0].em_gpf_ac_no,em_pan_no:a.temp1[0].em_pan_no,em_labour_card_no:a.temp1[0].em_labour_card_no,em_gosi_ac_no:a.temp1[0].em_gosi_ac_no,em_gosi_start_date:a.temp1[0].em_gosi_start_date,em_national_id:a.temp1[0].em_national_id,em_secret_question_code:a.temp1[0].em_secret_question_code,em_secret_answer:a.temp1[0].em_secret_answer,em_building_number:a.temp1[0].em_building_number,em_Company_Code:a.temp1[0].em_Company_Code,em_Dept_Code:a.temp1[0].em_Dept_Code,em_Designation_Code:a.temp1[0].em_Designation_Code,em_Dest_Code:a.temp1[0].em_Dest_Code,em_Grade_Code:a.temp1[0].em_Grade_Code,em_Marital_Status_Code:a.temp1[0].em_Marital_Status_Code,em_Nation_Code:a.temp1[0].em_Nation_Code,em_Country_Code:a.temp1[0].em_Country_Code,em_State_Code:a.temp1[0].em_State_Code,em_City_Code:a.temp1[0].em_City_Code,em_Religion_Code:a.temp1[0].em_Religion_Code,em_Salutation_Code:a.temp1[0].em_Salutation_Code,em_Sex_Code:a.temp1[0].em_Sex_Code,em_Staff_Type_Code:a.temp1[0].em_Staff_Type_Code,em_blood_group_code:a.temp1[0].em_blood_group_code,em_date_of_birth:a.temp1[0].em_date_of_birth,em_date_of_join:a.temp1[0].em_date_of_join,em_dept_effect_from:a.temp1[0].em_dept_effect_from,em_email:a.temp1[0].em_email,em_emergency_contact_name1:a.temp1[0].em_emergency_contact_name1,em_emergency_contact_number1:a.temp1[0].em_emergency_contact_number1,em_first_name:a.temp1[0].em_first_name,em_grade_effect_from:a.temp1[0].em_grade_effect_from,em_last_name:a.temp1[0].em_last_name,em_middle_name:a.temp1[0].em_middle_name,em_mobile:a.temp1[0].em_mobile,em_name_ot:a.temp1[0].em_name_ot,em_national_id_expiry_date:a.temp1[0].em_national_id_expiry_date,em_national_id_issue_date:a.temp1[0].em_national_id_issue_date,em_passport_exp_date:a.temp1[0].em_passport_exp_date,em_passport_issue_date:a.temp1[0].em_passport_issue_date,em_passport_no:a.temp1[0].em_passport_no,em_summary_address:a.temp1[0].em_summary_address,em_summary_address_local_language:a.temp1[0].em_summary_address_local_language,em_visa_exp_date:a.temp1[0].em_visa_exp_date,em_stop_salary_from:a.temp1[0].em_stop_salary_from,em_visa_issue_date:a.temp1[0].em_visa_issue_date,em_visa_no:a.temp1[0].em_visa_no,comn_role_code:a.temp1[0].comn_role_code,comn_role_name:a.temp1[0].comn_role_name,em_img:a.temp1[0].em_img,em_schoolbranch_code:a.temp1[0].em_schoolbranch_code,em_schoolbranch_name:a.temp1[0].em_schoolbranch_name,em_teacher_status:a.temp1[0].em_teacher_status}})},a.image_click=function(){a.ImgLoaded=!0},a.UpdateData=function(){a.national_id_readnly=!0,a.iban_number_readnly=!0,a.bank_ac_no_readnly=!0,a.saveBtn=!0,a.updateBtn=!0;var e,t=a.temp;void 0!==a.photo_filename&&(a.em_img="",t.em_img=a.temp.em_login_code+"."+a.photo_filename.split("/")[1]),t.opr="U",t.subopr="Up",1==a.ImgLoaded&&(e={method:"POST",url:i.apiUrl+"/api/file/upload?filename="+a.temp.em_login_code+"&location=/EmployeeImages",data:_,headers:{"Content-Type":void 0}},n(e).success(function(e){})),n.post(i.apiUrl+"api/HRMS/CUCreateEditEmployeePearl",t).then(function(e){a.CUDobj={},a.CUDobj=e.data,a.Myform.$setPristine(),a.Myform.$setUntouched(),null==a.CUDobj.strMessage&&""==a.CUDobj.strMessage&&null==a.CUDobj.strMessage||(swal({text:a.CUDobj.strMessage}),a.Cancel(),setTimeout(function(){a.saveBtn=!1,a.updateBtn=!1},1e3))}),a.searchText=!1,a.Save_btn=!0,a.loginTextBox=!0,a.Update_btn=!1}}]),e.directive("ngFiles",["$parse",function(s){return{link:function(t,e,a){var o=s(a.ngFiles);e.on("change",function(e){o(t,{$files:e.target.files})})}}}])}(),function(){"use strict";var e=angular.module("sims.module.HRMS");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("CreateEditEmployeeHRCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV","$filter",function(d,e,t,a,o,_,c,s){d.defaultImage="default.jpg",d.PrefixLink=c.docUrl,d.temp={},d.temp1=[],d.searchText=!1,d.ImgLoaded=!1,d.roleText=!1,d.roleList=!0,d.uae=!1,d.qatar=!0,d.emirates=!1,d.slisLabel=!1,d.india=!1,d.national_id_readnly=!1,d.iban_number_readnly=!1,d.bank_ac_no_readnly=!1,d.updateBtn=!1,d.saveBtn=!1,d.mobile_no_required=!1,d.email_id_required=!1,d.kuwait=!1,d.sokfield=!0;var n=new Date,l=(d.temp.em_grade_effect_from=("0"+n.getDate()).slice(-2)+"-"+("0"+(n.getMonth()+1)).slice(-2)+"-"+n.getFullYear(),d.date=("0"+n.getDate()).slice(-2)+"-"+("0"+(n.getMonth()+1)).slice(-2)+"-"+n.getFullYear(),d.temp.em_grade_effect_from=d.date,d.temp.em_dept_effect_from=d.date,_.get(c.apiUrl+"api/HRMS/getRolehr").then(function(e){d.roles_data=e.data}),_.get(c.apiUrl+"api/HRMS/get_emp_login").then(function(e){d.autoid=e.data,d.temp={em_login_sequence:d.autoid},d.temp.em_grade_effect_from=d.date,d.temp.em_dept_effect_from=d.date}),d.em_login_sequence=!0,"sok"==_.defaults.headers.common.schoolId?d.sokfield=!1:d.sokfield=!0,["sms"]),r=(_.get(c.apiUrl+"api/HRMS/getLicSchool").then(function(e){d.lic_school_data=e.data,"Qatar"==d.lic_school_data[0].lic_school_country&&(d.uae=!1,d.qatar=!0,d.slisLabel=!1,d.india=!1,d.mobile_no_required=!1,d.kuwait=!1),"Egypt"==d.lic_school_data[0].lic_school_country&&(d.uae=!1,d.qatar=!0,d.slisLabel=!1,d.india=!1,d.mobile_no_required=!1,d.kuwait=!1,d.emirates=!1),"Oman"==d.lic_school_data[0].lic_school_country&&(d.uae=!1,d.qatar=!0,d.slisLabel=!1,d.india=!1,d.mobile_no_required=!0,d.kuwait=!1,d.emirates=!1),"United Arab Emirates"==d.lic_school_data[0].lic_school_country?(d.uae=!1,d.qatar=!1,d.slisLabel=!1,d.india=!1,d.mobile_no_required=!0,d.kuwait=!1,d.emirates=!0):"Saudi Arabia"==d.lic_school_data[0].lic_school_country?(d.uae=!1,d.qatar=!1,d.slisLabel=!0,d.india=!1,d.mobile_no_required=!1,d.kuwait=!1,d.emirates=!1):"India"==d.lic_school_data[0].lic_school_country?(d.uae=!1,d.qatar=!1,d.slisLabel=!1,d.india=!0,d.mobile_no_required=!1,d.kuwait=!1,d.emirates=!1):"kuwait"==d.lic_school_data[0].lic_school_country.toLowerCase()?(d.uae=!1,d.qatar=!1,d.slisLabel=!1,d.india=!1,d.kuwait=!0,d.emirates=!1):"Bahrain"==d.lic_school_data[0].lic_school_country?(d.uae=!1,d.qatar=!0,d.slisLabel=!1,d.india=!1,d.mobile_no_required=!0,d.kuwait=!1,d.emirates=!1):l.includes(_.defaults.headers.common.schoolId)?(d.mobile_no_required=!0,d.email_id_required=!0):(d.uae=!0,d.qatar=!1,d.slisLabel=!1,d.india=!1,d.mobile_no_required=!1,d.kuwait=!1)}),_.get(c.apiUrl+"api/HRMS/getEmpData").then(function(e){d.obj=e.data,d.operation=!0,d.Save_btn=!0,d.display=!0,d.temp.em_Salutation_Code="1",d.temp.em_Grade_Code=d.obj[0].em_Grade_Code}),_.get(c.apiUrl+"api/HRMS/getCompany").then(function(e){d.company_data=e.data,d.temp.em_Company_Code=d.company_data[0].em_Company_Code}),_.get(c.apiUrl+"api/HRMS/getCountry").then(function(e){d.country_data=e.data}),_.get(c.apiUrl+"api/HRMS/getDestination").then(function(e){d.dest_data=e.data,d.temp.em_Dest_Code=d.dest_data[0].em_Dest_Code}),d.setGenderBySalutation=function(e){},d.searchEmp=function(e,t){},d.saveBtnDisEn=!1,d.imageUrl=d.PrefixLink+_.defaults.headers.common.schoolId+"/Images/EmployeeImages/",d.imageUrl_public=d.PrefixLink+_.defaults.headers.common.schoolId,new FormData);d.getTheFiles=function(a){angular.forEach(a,function(e,t){r.append(t,e),8e5<a[i].size&&(d.filesize=!1,d.edt.photoStatus=!1,swal({text:"File Should Not be Exceed 800Kb.",imageUrl:"assets/img/notification-alert.png"}))})},d.file_changed=function(e){var t,e=e.files[0];d.photo_filename=e.type,imageConversion.compressAccurately(e,{type:"image/jpeg",width:168,size:100}).then(e=>{d.sims_photo_compressed=new File([e],"compressed_photo",{type:"image/jpeg"})}),null!=d.photo_filename||""!=d.photo_filename?"jpeg"==(t=d.photo_filename.split("/"))[1]||"jpg"==t[1]||"png"==t[1]?((t=new FileReader).onload=function(e){d.$apply(function(){d.prev_img=e.target.result})},t.readAsDataURL(e)):(swal({text:"Only jpeg and png image format supported."}),$("#empimg").attr("src","")):(swal({text:"Image format not supported."}),$("#empimg").attr("src",""))},d.globalSearch=function(){t.visible_stud=!1,t.visible_parent=!1,t.visible_search_parent=!1,t.visible_teacher=!1,t.visible_User=!1,t.visible_Employee=!0,t.chkMulti=!1,d.global_Search_click(),$("#Global_Search_Modal").modal({backdrop:"static"}),d.temp.em_login_code="",d.temp.EmpName="",d.showBtn=!1},d.$on("global_cancel",function(e){0<d.SelectedUserLst.length&&(d.temp={},d.temp.enroll_number=d.SelectedUserLst[0].em_login_code,d.temp.name=d.SelectedUserLst[0].empName,d.EmpSearch1(d.SelectedUserLst[0].em_login_code))}),d.searchGlobalClick=function(){d.Global_Search_by_employee()},d.checkDateFormat=function(){-1!=d.temp.em_date_of_birth.indexOf("/")&&(swal({title:"Alert",text:"Please enter date only DD-MM-YYYY format",width:360,height:200}),d.temp.em_date_of_birth="")},d.checkDOJ=function(e){d.temp.em_dept_effect_from=e,d.temp.em_grade_effect_from=e,d.temp.em_date_of_birth>=d.temp.em_date_of_join&&(swal({title:"Alert",text:"Date Of Join Should greater than Date of Birth",width:300,height:200}),d.temp.em_date_of_join="")},d.checkPassport=function(){d.temp.em_passport_exp_date<d.temp.em_passport_issue_date&&(swal({title:"Alert",text:"Passport Expiry Date Should greater than Passport Issue Date",width:300,height:200}),d.temp.em_passport_exp_date="")},d.checkVisa=function(){d.temp.em_visa_exp_date<d.temp.em_visa_issue_date&&(swal({title:"Alert",text:"Visa Expiry Date Should greater than Visa Issue Date",width:300,height:200}),d.temp.em_visa_exp_date="")},d.checkEmiratesID=function(){d.temp.em_national_id_expiry_date<d.temp.em_national_id_issue_date&&(swal({title:"Alert",text:"Emirates ID Expiry Date Should greater than Emirates ID Issue Date",width:300,height:200}),d.temp.em_national_id_expiry_date="")},d.Cancel=function(){d.temp={},d.Myform.$setPristine(),d.Myform.$setUntouched(),d.roleText=!1,d.roleList=!0,d.roleReadOnly=!1,d.searchText=!1,d.national_id_readnly=!1,d.iban_number_readnly=!1,d.bank_ac_no_readnly=!1,d.emplogcode="",d.Save_btn=!0,d.Update_btn=!1,d.ImgLoaded=!1,d.prev_img="",d.emplogcode="",d.temp.em_img="",d.temp.em_date_of_join=s("date")(new Date,"dd-MM-yyyy"),d.temp.em_dept_effect_from=s("date")(new Date,"dd-MM-yyyy"),d.temp.em_grade_effect_from=s("date")(new Date,"dd-MM-yyyy"),d.temp.em_Company_Code=d.company_data[0].em_Company_Code,d.temp.em_Grade_Code=d.obj[0].em_Grade_Code,d.temp.em_Salutation_Code="1",d.saveBtn=!1,d.updateBtn=!1,d.em_login_sequence=!0,_.get(c.apiUrl+"api/HRMS/get_emp_login").then(function(e){d.autoid=e.data,d.temp={em_login_sequence:d.autoid}}),d.em_login_sequence=!0},d.checkEmailExists=function(e){d.temp1[0].em_email!=e&&_.post(c.apiUrl+"api/HRMS/checkEmailExists?email_id="+e).then(function(e){if(d.comnUserData=e.data,0<d.comnUserData.length)return swal({text:"Official email id already exists!!",width:350}),d.temp.em_email="",!1})},d.SaveData=function(e){var o,s,n;0==e&&swal({title:"Alert",text:"Please fill mandatory fields",width:380,showCloseButton:!0}),e&&(d.saveBtn=!0,d.updateBtn=!0,o=Math.random(),s=d.temp,void 0===d.photo_filename?s.em_img=null:(s.em_img=o+"."+d.photo_filename.split("/")[1],s.em_img_lowres=o+"_lowres."+d.photo_filename.split("/")[1],s.em_dept_effect_from=d.temp.em_dept_effect_from,s.em_grade_effect_from=d.temp.em_grade_effect_from,s.em_date_of_join=d.temp.em_date_of_join,s.em_date_of_birth=d.temp.em_date_of_birth,s.em_pssport_issue_date=d.temp.em_pssport_issue_date,s.em_passport_exp_date=d.temp.em_passport_exp_date,s.em_visa_issue_date=d.temp.em_visa_issue_date,s.em_visa_exp_date=d.temp.em_visa_exp_date,s.em_national_id_issue_date=d.temp.em_national_id_issue_date,s.em_national_id_expiry_date=d.temp.em_national_id_expiry_date),e={em_Salutation_Code:d.temp.em_Salutation_Code,em_first_name:d.temp.em_first_name,em_middle_name:d.temp.em_middle_name,em_last_name:d.temp.em_last_name,em_name_ot:d.temp.em_name_ot,em_Company_Code:d.temp.em_Company_Code,em_img:s.em_img,em_img_lowres:s.em_img_lowres,em_Dest_Code:d.temp.em_Dest_Code,em_Designation_Code:d.temp.em_Designation_Code,em_Dept_Code:d.temp.em_Dept_Code,em_dept_effect_from:s.em_dept_effect_from,em_Staff_Type_Code:d.temp.em_Staff_Type_Code,em_Grade_Code:d.temp.em_Grade_Code,em_grade_effect_from:s.em_grade_effect_from,em_date_of_join:s.em_date_of_join,em_blood_group_code:d.temp.em_blood_group_code,em_date_of_birth:s.em_date_of_birth,em_Sex_Code:d.temp.em_Sex_Code,em_Marital_Status_Code:d.temp.em_Marital_Status_Code,em_Country_Code:d.temp.em_Country_Code,em_Nation_Code:d.temp.em_Nation_Code,em_Religion_Code:d.temp.em_Religion_Code,em_email:d.temp.em_email,em_mobile:d.temp.em_mobile,em_emergency_contact_name1:d.temp.em_emergency_contact_name1,em_summary_address:d.temp.em_summary_address,em_emergency_contact_number1:d.temp.em_emergency_contact_number1,em_passport_no:d.temp.em_passport_no,em_pssport_issue_date:s.em_pssport_issue_date,em_passport_exp_date:s.em_passport_exp_date,em_visa_no:d.temp.em_visa_no,em_visa_type_code:d.temp.em_visa_type_code,em_visa_issue_date:s.em_visa_issue_date,em_visa_exp_date:s.em_visa_exp_date,em_national_id:d.temp.em_national_id,em_national_id_issue_date:s.em_national_id_issue_date,em_national_id_expiry_date:s.em_national_id_expiry_date,em_iban_no:s.em_iban_no,em_bank_ac_no:s.em_bank_ac_no,comn_role_code:d.temp.comn_role_code,em_punching_id:d.temp.em_punching_id,em_punching_status:d.temp.em_punching_status,em_personalemail:d.temp.em_personalemail,em_teacher_status:d.temp.em_teacher_status,comn_user_name:t.globals.currentUser.username,em_national_id_expiry_date:d.temp.em_national_id_expiry_date,opr:"H"},n={},_.post(c.apiUrl+"api/HRMS/CUCreateEditEmployee",e).then(function(e){d.CUDobj={},d.CUDobj=e.data,d.Myform.$setPristine(),d.Myform.$setUntouched(),(null!=d.CUDobj.strMessage||""!=d.CUDobj.strMessage||null!=d.CUDobj.strMessage)&&(swal({text:d.CUDobj.strMessage}),setTimeout(function(){d.saveBtn=!1,d.updateBtn=!1},1e3),e=d.CUDobj.strMessage.match(/Employee ID= (\w+)/))&&(e=e[1],null!=d.temp.em_middle_name&&null!=d.temp.em_middle_name||(d.temp.em_middle_name=""),null!=d.temp.em_last_name&&null!=d.temp.em_last_name||(d.temp.em_last_name=""),d.finnDetail=JSON.parse(window.localStorage.Finn_comp),t=d.finnDetail.company,a=d.finnDetail.year,n={slma_comp_code:t,slma_ldgrctl_year:a,slma_ldgrctl_code:"03",slma_acno:e,slma_addr_id:e,slma_ctry_code:d.temp.em_Country_Code,coad_pty_full_name:d.temp.em_first_name+" "+d.temp.em_middle_name+" "+d.temp.em_last_name,coad_pty_short_name:d.temp.em_first_name,coad_dept_no:"60",coad_addr_type:"E"},d.Cancel(),_.post(c.apiUrl+"api/HRMS/InsertEmployee3TData",n).then(function(e){e.data})),_.get(c.apiUrl+"api/HRMS/get_emp_login").then(function(e){d.autoid=e.data,d.temp={em_login_sequence:d.autoid}}),d.em_login_sequence=!0;var t=d.CUDobj.strMessage.split(" ")[2],a=(d.photo_filename.split("/")[1],{method:"POST",url:c.apiUrl+"/api/file/upload?filename="+t+o+"&location=/EmployeeImages",data:r,headers:{"Content-Type":void 0}}),e=(_(a).success(function(e){}),new FormData),a=(e.append(s.em_img_lowres,d.sims_photo_compressed),{method:"POST",url:c.apiUrl+"/api/file/upload?filename="+t+o+"_lowres&location=/EmployeeImages",data:e,headers:{"Content-Type":void 0}});_(a).success(function(e){})}))},d.EmpSearch1=function(t){d.Save_btn=!1,d.Update_btn=!0,d.searchText=!0,d.roleText=!0,d.roleList=!1,d.roleReadOnly=!0,_.get(c.apiUrl+"api/HRMS/getSearchEmpMaster?em_login_code="+t).then(function(e){d.temp1=e.data,d.temp={enroll_number:t,em_login_code:d.temp1[0].em_login_code,em_number:d.temp1[0].em_number,em_service_status_code:d.temp1[0].em_service_status_code,em_status_code:d.temp1[0].em_status_code,em_apartment_number:d.temp1[0].em_apartment_number,em_family_name:d.temp1[0].em_family_name,em_street_number:d.temp1[0].em_street_number,em_area_number:d.temp1[0].em_area_number,em_phone:d.temp1[0].em_phone,em_fax:d.temp1[0].em_fax,em_post:d.temp1[0].em_post,em_emergency_contact_name2:d.temp1[0].em_emergency_contact_name2,em_emergency_contact_number2:d.temp1[0].em_emergency_contact_number2,em_joining_ref:d.temp1[0].em_joining_ref,em_ethnicity_code:d.temp1[0].em_ethnicity_code,em_handicap_status:d.temp1[0].em_handicap_status,em_stop_salary_indicator:d.temp1[0].em_stop_salary_indicator,em_agreement:d.temp1[0].em_agreement,em_punching_status:d.temp1[0].em_punching_status,em_bank_cash_tag:d.temp1[0].em_bank_cash_tag,em_citi_exp_tag:d.temp1[0].em_citi_exp_tag,em_leave_tag:d.temp1[0].em_leave_tag,em_passport_issue_place:d.temp1[0].em_passport_issue_place,em_passport_issuing_authority:d.temp1[0].em_passport_issuing_authority,em_pssport_exp_rem_date:d.temp1[0].em_pssport_exp_rem_date,em_visa_issuing_place:d.temp1[0].em_visa_issuing_place,em_visa_issuing_authority:d.temp1[0].em_visa_issuing_authority,em_visa_exp_rem_date:d.temp1[0].em_visa_exp_rem_date,em_visa_type_code:d.temp1[0].em_visa_type_code,em_agreement_start_date:d.temp1[0].em_agreement_start_date,em_agreement_exp_date:d.temp1[0].em_agreement_exp_date,em_agreemet_exp_rem_date:d.temp1[0].em_agreemet_exp_rem_date,em_punching_id:d.temp1[0].em_punching_id,em_dependant_full:d.temp1[0].em_dependant_full,em_dependant_half:d.temp1[0].em_dependant_half,em_dependant_infant:d.temp1[0].em_dependant_infant,em_Bank_Code:d.temp1[0].em_Bank_Code,em_bank_ac_no:d.temp1[0].em_bank_ac_no,em_iban_no:d.temp1[0].em_iban_no,em_route_code:d.temp1[0].em_route_code,em_bank_swift_code:d.temp1[0].em_bank_swift_code,em_gpf_ac_no:d.temp1[0].em_gpf_ac_no,em_pan_no:d.temp1[0].em_pan_no,em_labour_card_no:d.temp1[0].em_labour_card_no,em_gosi_ac_no:d.temp1[0].em_gosi_ac_no,em_gosi_start_date:d.temp1[0].em_gosi_start_date,em_national_id:d.temp1[0].em_national_id,em_secret_question_code:d.temp1[0].em_secret_question_code,em_secret_answer:d.temp1[0].em_secret_answer,em_building_number:d.temp1[0].em_building_number,em_Company_Code:d.temp1[0].em_Company_Code,em_Dept_Code:d.temp1[0].em_Dept_Code,em_Designation_Code:d.temp1[0].em_Designation_Code,em_Dest_Code:d.temp1[0].em_Dest_Code,em_Grade_Code:d.temp1[0].em_Grade_Code,em_Marital_Status_Code:d.temp1[0].em_Marital_Status_Code,em_Nation_Code:d.temp1[0].em_Nation_Code,em_Country_Code:d.temp1[0].em_Country_Code,em_State_Code:d.temp1[0].em_State_Code,em_City_Code:d.temp1[0].em_City_Code,em_Religion_Code:d.temp1[0].em_Religion_Code,em_Salutation_Code:d.temp1[0].em_Salutation_Code,em_Sex_Code:d.temp1[0].em_Sex_Code,em_Staff_Type_Code:d.temp1[0].em_Staff_Type_Code,em_blood_group_code:d.temp1[0].em_blood_group_code,em_date_of_birth:d.temp1[0].em_date_of_birth,em_date_of_join:d.temp1[0].em_date_of_join,em_dept_effect_from:d.temp1[0].em_dept_effect_from,em_email:d.temp1[0].em_email,em_emergency_contact_name1:d.temp1[0].em_emergency_contact_name1,em_emergency_contact_number1:d.temp1[0].em_emergency_contact_number1,em_first_name:d.temp1[0].em_first_name,em_grade_effect_from:d.temp1[0].em_grade_effect_from,em_last_name:d.temp1[0].em_last_name,em_middle_name:d.temp1[0].em_middle_name,em_mobile:d.temp1[0].em_mobile,em_name_ot:d.temp1[0].em_name_ot,em_national_id_expiry_date:d.temp1[0].em_national_id_expiry_date,em_national_id_issue_date:d.temp1[0].em_national_id_issue_date,em_passport_exp_date:d.temp1[0].em_passport_exp_date,em_passport_issue_date:d.temp1[0].em_passport_issue_date,em_passport_no:d.temp1[0].em_passport_no,em_summary_address:d.temp1[0].em_summary_address,em_summary_address_local_language:d.temp1[0].em_summary_address_local_language,em_visa_exp_date:d.temp1[0].em_visa_exp_date,em_stop_salary_from:d.temp1[0].em_stop_salary_from,em_visa_issue_date:d.temp1[0].em_visa_issue_date,em_visa_no:d.temp1[0].em_visa_no,comn_role_code:d.temp1[0].comn_role_code,comn_role_name:d.temp1[0].comn_role_name,em_img:d.temp1[0].em_img,em_img_lowres:d.temp1[0].em_img_lowres,em_personalemail:d.temp1[0].em_personalemail,em_teacher_status:d.temp1[0].em_teacher_status,em_login_sequence:d.temp1[0].em_login_code}})},d.image_click=function(){d.ImgLoaded=!0},d.UpdateData=function(e){var t,a;d.national_id_readnly=!0,d.iban_number_readnly=!0,d.bank_ac_no_readnly=!0,e?(d.saveBtn=!0,d.updateBtn=!0,e=Math.random(),t=d.temp,void 0!==d.photo_filename&&(d.em_img="",t.em_img=d.temp.em_login_code+e+".png",t.em_img_lowres=d.temp.em_login_code+e+"_lowres.png"),t.opr="U",t.subopr="Up",1==d.ImgLoaded&&(a={method:"POST",url:c.apiUrl+"/api/file/Imageupload?filename="+d.temp.em_login_code+e+"&location=/EmployeeImages",data:r,headers:{"Content-Type":void 0}},_(a).success(function(e){}),(a=new FormData).append(t.em_img_lowres,d.sims_photo_compressed),e={method:"POST",url:c.apiUrl+"/api/file/Imageupload?filename="+d.temp.em_login_code+e+"_lowres&location=/EmployeeImages",data:a,headers:{"Content-Type":void 0}},_(e).success(function(e){})),_.post(c.apiUrl+"api/HRMS/CUMasterEmployee",t).then(function(e){d.CUDobj={},d.CUDobj=e.data,d.Myform.$setPristine(),d.Myform.$setUntouched(),null==d.CUDobj.strMessage&&""==d.CUDobj.strMessage&&null==d.CUDobj.strMessage||(swal({text:d.CUDobj.strMessage}),d.Cancel(),setTimeout(function(){d.saveBtn=!1,d.updateBtn=!1},1e3))}),d.searchText=!1,d.Save_btn=!0,d.Update_btn=!1,_.get(c.apiUrl+"api/HRMS/get_emp_login").then(function(e){d.autoid=e.data,d.temp={em_login_sequence:d.autoid}}),d.em_login_sequence=!0):swal({title:"Alert",text:"Please fill mandatory fields",width:380,showCloseButton:!0})},d.change_em_teacher_status=function(){"T"!=d.temp.em_Staff_Type_Code?d.temp.em_teacher_status=!1:d.temp.em_teacher_status=!0}}]),e.directive("ngFiles",["$parse",function(s){return{link:function(t,e,a){var o=s(a.ngFiles);e.on("change",function(e){o(t,{$files:e.target.files})})}}}])}(),function(){"use strict";var e=angular.module("sims.module.HRMS");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("SipEvaluationSchedulehrCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(o,e,t,a,s,n,i){o.pagesize="10",o.pageindex=0,o.pager=!0,o.save_btn=!0,o.search_btn=!0,o.clr_btn=!0,o.Update_btn=!1,o.newdisplay=!1,o.table=!0,o.userText=!1,o.copy1="",o.studentInfo=!1,o.staffInfo=!1,o.StudChecked=!0,o.temp={},n.get(i.apiUrl+"api/SipEvaluation/getAllSipEvalSchedule").then(function(e){o.Sip_Eval_Schedule=e.data,o.totalItems=o.Sip_Eval_Schedule.length,o.todos=o.Sip_Eval_Schedule,o.makeTodos()}),a(function(){$("#fixTable").tableHeadFixer({top:1})},100),o.getSection=function(e,t,a){n.get(i.apiUrl+"api/common/getSectionFromGrade?cur_code="+e+"&grade_code="+t+"&academic_year="+a).then(function(e){o.Section_code=e.data})},n.get(i.apiUrl+"api/GoalTargetKPIMeasureAchievement/getAcademicYear").then(function(e){o.Academic_Year=e.data,0<e.data.length&&(o.temp.sims_goal_kpi_academic_year=e.data[0].sims_goal_kpi_academic_year)}),n.get(i.apiUrl+"api/GoalTargetKPIMeasureAchievement/getGoalName").then(function(e){o.Goal_Name=e.data}),n.get(i.apiUrl+"api/GoalTargetKPIMeasureAchievement/getMeasure").then(function(e){o.measure_Data=e.data}),o.getGoalTarget=function(e){n.get(i.apiUrl+"api/GoalTargetKPIMeasureAchievement/getGoalTargetName?sims_sip_goal_code="+e).then(function(e){o.goal_Target=e.data})},n.get(i.apiUrl+"api/SipEvaluation/getReviewer").then(function(e){o.review_Data=e.data}),o.getStudentInfo=function(e,t,a){n.get(i.apiUrl+"api/SipEvaluation/getUserInfo?academic_year="+e+"&grade_code="+t+"&section_code="+a).then(function(e){o.user_Name=e.data})},o.getStaffInfo=function(e,t,a){n.get(i.apiUrl+"api/SipEvaluation/getStaffInfo?company_code="+e+"&dept_code="+t+"&desg_code="+a).then(function(e){o.user_Name=e.data})},o.getStudentInfoByUserCode=function(e){n.get(i.apiUrl+"api/SipEvaluation/getUserInfoByUserCode?user_code="+e).then(function(e){o.user_Name=e.data})},o.clear=function(){o.temp=""},o.size=function(e){o.pagesize=e,o.currentPage=1,o.numPerPage=e,o.makeTodos()},o.index=function(e){o.pageindex=e,o.currentPage=e,o.makeTodos(),(void 0).checked=!1,o.CheckAllChecked()},o.filteredTodos=[],o.currentPage=1,o.numPerPage=10,o.maxSize=10,o.makeTodos=function(){var e=parseInt(o.totalItems%o.numPerPage),e=(o.pagersize="0"==e?parseInt(o.totalItems/o.numPerPage):parseInt(o.totalItems/o.numPerPage)+1,(o.currentPage-1)*o.numPerPage),t=parseInt(e)+parseInt(o.numPerPage);o.filteredTodos=o.todos.slice(e,t);for(var a=0;a<o.filteredTodos.length;a++)o.filteredTodos[a].icon="fa fa-plus-circle"},o.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).sims_sip_user_name.toLowerCase().indexOf(t.toLowerCase())||-1<e.emp_name1.toLowerCase().indexOf(t.toLowerCase())||-1<e.emp_name2.toLowerCase().indexOf(t.toLowerCase())||e.sims_sip_goal_target_schedule1==t;var t})},o.search=function(){o.todos=o.searched(o.Sip_Eval_Schedule,o.searchText),o.totalItems=o.todos.length,o.currentPage="1",""==o.searchText&&(o.todos=o.Sip_Eval_Schedule),o.makeTodos(),(void 0).checked=!1,o.CheckAllChecked()},o.New=function(){document.getElementById("yes1").checked;o.student_staff_radio_btn=!0,o.staffInfo=!1,o.studentInfo=!1,o.user_dropdown=!0,o.userText=!1,o.Myform.$setPristine(),o.Myform.$setUntouched(),o.goalreadonly=!1,o.targetreadonly=!1,o.table=!1,o.newdisplay=!0,o.save_btn=!0,o.Update_btn=!1,o.temp={},0<o.Academic_Year.length&&(o.temp.sims_goal_kpi_academic_year=o.Academic_Year[0].sims_goal_kpi_academic_year);var e=new Date;o.temp.sims_sip_goal_target_schedule1=("0"+e.getDate()).slice(-2)+"-"+("0"+(e.getMonth()+1)).slice(-2)+"-"+e.getFullYear(),o.temp.sims_sip_goal_target_schedule2=("0"+e.getDate()).slice(-2)+"-"+("0"+(e.getMonth()+1)).slice(-2)+"-"+e.getFullYear(),o.temp.sims_sip_goal_target_schedule3=("0"+e.getDate()).slice(-2)+"-"+("0"+(e.getMonth()+1)).slice(-2)+"-"+e.getFullYear(),o.temp.sims_sip_goal_target_schedule4=("0"+e.getDate()).slice(-2)+"-"+("0"+(e.getMonth()+1)).slice(-2)+"-"+e.getFullYear(),o.temp.sims_sip_goal_target_schedule5=("0"+e.getDate()).slice(-2)+"-"+("0"+(e.getMonth()+1)).slice(-2)+"-"+e.getFullYear()};var d,c=[],l=(o.savedata=function(e){e&&((e=o.temp).opr="I",c.push(e),n.post(i.apiUrl+"api/SipEvaluation/CUDSipEvaluationSchedule",c).then(function(t){o.msg1=t.data,n.get(i.apiUrl+"api/SipEvaluation/getAllSipEvalSchedule").then(function(e){o.Sip_Eval_Schedule=e.data,o.totalItems=o.Sip_Eval_Schedule.length,o.todos=o.Sip_Eval_Schedule,o.makeTodos(),o.msg1=t.data,1==o.msg1?swal({text:"Record Inserted Successfully",imageUrl:"assets/img/check.png",width:300,height:200}):0==o.msg1?swal({text:"Record Not Inserted. ",imageUrl:"assets/img/close.png",width:300,height:200}):swal("Error-"+o.msg1)})}),c=[],o.table=!0,o.newdisplay=!1)},o.Cancel=function(){o.temp="",o.copy1="",o.table=!0,o.newdisplay=!1,o.Myform.$setPristine(),o.Myform.$setUntouched()},o.clear=function(){o.temp=""},o.edit=function(e){o.student_staff_radio_btn=!1,o.user_dropdown=!1,o.userText=!0,o.user_Text_readOnly=!0,o.staffInfo=!1,o.studentInfo=!1,o.getGoalTarget(e.sims_kpi_goal_code),o.table=!1,o.newdisplay=!0,o.save_btn=!1,o.Update_btn=!0,o.goalreadonly=!0,o.targetreadonly=!0;var t=e.sims_sip_user_name;o.temp={sims_kpi_goal_code:e.sims_kpi_goal_code,sims_kpi_goal_target_code:e.sims_kpi_goal_target_code,sims_sip_user_code:e.sims_sip_user_code,sims_user_name:t,old_sims_sip_user_code:e.sims_sip_user_code,sims_sip_goal_target_reviewer1_code:e.sims_sip_goal_target_reviewer1_code,sims_sip_goal_target_reviewer2_code:e.sims_sip_goal_target_reviewer2_code,sims_sip_goal_target_reviewer3_code:e.sims_sip_goal_target_reviewer3_code,sims_sip_goal_target_reviewer4_code:e.sims_sip_goal_target_reviewer4_code,sims_sip_goal_target_reviewer5_code:e.sims_sip_goal_target_reviewer5_code,sims_sip_goal_target_schedule1:e.sims_sip_goal_target_schedule1,sims_sip_goal_target_schedule2:e.sims_sip_goal_target_schedule2,sims_sip_goal_target_schedule3:e.sims_sip_goal_target_schedule3,sims_sip_goal_target_schedule4:e.sims_sip_goal_target_schedule4,sims_sip_goal_target_schedule5:e.sims_sip_goal_target_schedule5},o.getStudentInfoByUserCode(e.sims_sip_user_code)},[]),a=(o.update=function(){var e=o.temp;e.opr="U",l.push(e),n.post(i.apiUrl+"api/SipEvaluation/CUDSipEvaluationSchedule",l).then(function(e){o.msg1=e.data,n.get(i.apiUrl+"api/SipEvaluation/getAllSipEvalSchedule").then(function(e){o.Sip_Eval_Schedule=e.data,o.totalItems=o.Sip_Eval_Schedule.length,o.todos=o.Sip_Eval_Schedule,o.makeTodos(),1==o.msg1?swal({text:"Record Updated Successfully",imageUrl:"assets/img/check.png",width:300,height:200}):0==o.msg1?swal({text:"Record Not Updated. ",imageUrl:"assets/img/close.png",width:300,height:200}):swal("Error-"+o.msg1)})}),l=[],o.table=!0,o.newdisplay=!1},o.radioclick=function(e){"New"==e?(o.getGrade=function(e,t){n.get(i.apiUrl+"api/common/getAllGrades?academic_year="+o.temp.sims_goal_kpi_academic_year+"&cur_code=01").then(function(e){o.Grade_code=e.data})},o.getSection=function(e,t,a){n.get(i.apiUrl+"api/common/getSectionFromGrade?cur_code=01&grade_code="+o.temp.sims_grade_code+"&academic_year="+o.temp.sims_goal_kpi_academic_year).then(function(e){o.Section_data=e.data})},o.search_btn=!0,o.clr_btn=!0,o.studentInfo=!0,o.staffInfo=!1,o.edt=""):(n.get(i.apiUrl+"api/SipEvaluation/getCompanyName").then(function(e){o.comp=e.data}),n.get(i.apiUrl+"api/SipEvaluation/getDepartment").then(function(e){o.dept=e.data}),n.get(i.apiUrl+"api/SipEvaluation/getDesigantion").then(function(e){o.desg=e.data}),o.staffInfo=!0,o.studentInfo=!1)},$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0,format:"yyyy-mm-dd"}),o.flag=!0,o.expand=function(e,t){if(1==o.flag)$(d).remove(),e.icon="fa fa-minus-circle",d=$("<tr id='innerRow'><td class='details' colspan='11'><table class='inner-table' cellpadding='5' cellspacing='0' width='100%' style='border:solid;border-width:02px'><tbody><tr> <td class='semi-bold'>Reviewer 3</td> <td class='semi-bold'>Date Schedule 3 </td><td class='semi-bold'>Reviewer 4</td><td class='semi-bold'>Date Schedule 4</td><td class='semi-bold'>Reviewer 5</td> <td class='semi-bold'>Date Schedule 5</td></tr><tr><td>"+e.emp_name3+"</td> <td>"+e.sims_sip_goal_target_schedule3+" </td><td>"+e.emp_name4+"</td><td> "+e.sims_sip_goal_target_schedule4+"</td><td>"+e.emp_name5+"</td><td>"+e.sims_sip_goal_target_schedule5+" </td></td></tr> </table></td></tr>"),$(t.currentTarget).parents("tr").after(d),o.flag=!1;else{$("#innerRow").css({display:"none"});for(var a=0;a<o.filteredTodos.length;a++)o.filteredTodos[a].icon="fa fa-plus-circle";o.flag=!0}},o.size=function(e){"All"==e?(o.currentPage="1",o.filteredTodos=o.Sip_Eval_Schedule,o.pager=!1):(o.pager=!0,o.pagesize=e,o.currentPage=1,o.numPerPage=e,o.makeTodos()),o.numPerPage=e},new Date),r=a.getDate(),m=a.getMonth()+1,a=(m<10&&(m="0"+m),a.getFullYear());o.sdate=r+"-"+m+"-"+a,o.edate=r+"-"+m+"-"+a,o.temp={sims_sip_goal_target_schedule1:r+"-"+m+"-"+a,sims_sip_goal_target_schedule2:r+"-"+m+"-"+a,sims_sip_goal_target_schedule3:r+"-"+m+"-"+a,sims_sip_goal_target_schedule4:r+"-"+m+"-"+a,sims_sip_goal_target_schedule5:r+"-"+m+"-"+a}}])}(),function(){"use strict";var c,e=angular.module("sims.module.HRMS");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("GoalTargetEvaluationhrCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","$filter","ENV",function(t,e,a,o,s,n,i,d){t.display=!0,t.pagesize="10",t.pageindex="1",t.grid=!0,t.shifttemplate_data=[];t.div_submit=!0,t.gridNew=!1,t.div_shift=!1,t.BUSY=!1,t.ddMMyyyy=i("date")(new Date,"dd-MM-yyyy"),t.temp={},o(function(){$("#fixedtable,#fixedtable1").tableHeadFixer({top:1})},100),t.edt={sh_start_date:t.ddMMyyyy},n.get(d.apiUrl+"api/GoalTarget/getAcademicYear").then(function(e){t.Acc_year=e.data,t.temp.sims_sip_academic_year=t.Acc_year[0].sims_sip_academic_year}),n.get(d.apiUrl+"api/GoalTarget/getGoalName").then(function(e){t.goal_Name=e.data}),t.getGoalTarget=function(e){n.get(d.apiUrl+"api/GoalTargetKPI/getGoalTargetName?sims_sip_goal_code="+e).then(function(e){t.target_Name=e.data})},t.sims_user="staff",t.isShown=function(e){return e===t.sims_user},n.get(d.apiUrl+"api/common/GoalTargetEvaluation/Get_Student").then(function(e){t.get_student=e.data}),n.get(d.apiUrl+"api/common/GoalTargetEvaluation/Get_Employee").then(function(e){t.get_employee=e.data}),t.btn_display=function(){n.get(d.apiUrl+"api/common/GoalTargetEvaluation/getAllGoalTargetEvaluation?comp_code="+t.edt.sh_company_code+"&aca_year="+t.temp.sims_sip_academic_year+"&goal_name="+t.temp.sims_sip_goal_code+"&goal_target_name="+t.temp.sims_sip_goal_target_code).then(function(e){t.GoalTargetEvaluation=e.data})},t.btn_cancel=function(){t.temp.sims_enroll_number="",t.temp.em_login_code="",t.temp.sims_sip_goal_target_code="",t.temp.sims_sip_goal_code=""};var _=[];t.savedata=function(e){e&&((e=t.temp).opr="I",_.push(e),n.post(d.apiUrl+"api/common/GoalTargetEvaluation/CUDGoalTargetEvaluation",_).then(function(e){t.msg1=e.data,1==t.msg1?swal({text:"Record Inserted Successfully",imageUrl:"assets/img/check.png",width:380,showCloseButton:!0}):swal({text:"Record Not Inserted",imageUrl:"assets/img/close.png",width:380,showCloseButton:!0})}),_=[],t.table=!0,t.display=!0)},t.CheckAllChecked=function(){c=document.getElementById("mainchk");for(var e=0;e<t.AllEmployeeName_data.length;e++)1==c.checked?(t.AllEmployeeName_data[e].sh_template_id1=!0,$("tr").addClass("row_selected")):(t.AllEmployeeName_data[e].sh_template_id1=!1,$("tr").removeClass("row_selected"),c.checked=!1)},t.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),t.color="#edefef"}),1==(c=document.getElementById("mainchk")).checked&&(c.checked=!1,$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected")}))}}])}(),function(){"use strict";var e=angular.module("sims.module.HRMS");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("EmployeeAttendancelogReportCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(o,e,t,a,s,n,i){function d(e,t){e?n.get(i.apiUrl+"api/ERP/Grade/getCuriculum_new").then(function(e){o.curriculum=e.data,o.edt={sims_cur_code:o.curriculum[0].sims_cur_code},o.getAccYear(o.edt.sims_cur_code)}):n.get(i.apiUrl+"api/ERP/Grade/getCuriculumfor_Company?comp_code="+t).then(function(e){o.curriculum=e.data,o.edt={sims_cur_code:o.curriculum[0].sims_cur_code},o.getAccYear(o.edt.sims_cur_code)})}a(function(){$("#example").tableHeadFixer({top:1})},100),o.active_stud=!0,o.propertyName=null,o.reverse=!1,o.sortBy=function(e){o.reverse=o.propertyName===e&&!o.reverse,o.propertyName=e},o.exportData=function(){swal({title:"",text:"Are you sure you want to Save?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){e&&alasql('SELECT * INTO XLSX("Report.xlsx",{headers:true})  FROM HTML("#example",{headers:true,skipdisplaynone:true})')})},o.exportData1=function(){swal({title:"",text:"Are you sure you want to Save?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){e&&alasql('SELECT * INTO XLSX("Report.xlsx",{headers:true})  FROM HTML("#example",{headers:true,skipdisplaynone:true})')}),o.table=!1},o.busyindicator=!1,o.ShowCheckBoxes=!0,n.get(i.apiUrl+"api/ERP/Grade/getAccecssUser?user="+t.globals.currentUser.username).then(function(e){o.global_count_comp=e.data,o.global_count_comp?d(!0,o.user_details.comp):d(!1,o.user_details.comp)}),o.getAccYear=function(t){n.get(i.apiUrl+"api/common/getAcademicYear?curCode="+t).then(function(e){o.Acc_year=e.data,o.temp={sims_academic_year:o.Acc_year[0].sims_academic_year},o.getGrade(t,o.temp.sims_academic_year)})},o.GetGrade=function(){n.get(i.apiUrl+"api/common/getAllGrades?cur_code="+o.edt.sims_cur_code+"&academic_year="+o.temp.sims_academic_year).then(function(e){o.Grade_code=e.data,setTimeout(function(){$("#cmb_grade_code").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"})},1e3)})},o.getGrade=function(e,t){n.get(i.apiUrl+"api/common/getAllGrades?cur_code="+e+"&academic_year="+t).then(function(e){o.Grade_code=e.data,setTimeout(function(){$("#cmb_grade_code").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"})},1e3)})},$(function(){$("#cmb_grade_code").multipleSelect({width:"100%"})}),o.getSection=function(e,t,a){n.get(i.apiUrl+"api/StudentReport/getSectionFromGrade?cur_code="+o.edt.sims_cur_code+"&grade_code="+o.edt.sims_grade_code+"&academic_year="+o.temp.sims_academic_year).then(function(e){o.Section_code=e.data,setTimeout(function(){$("#cmb_section_code").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"})},1e3)})},$(function(){$("#cmb_section_code").multipleSelect({width:"100%"})}),o.Show_Data=function(e,t){null!=e&&null!=t?1==o.chk_Attendance_Date||1==o.chk_Attendance_Machine_Code||1==o.chk_Attendance_of_UserID||1==o.chk_Attendance_of_User_Name||1==o.chk_Changed_by_UserID||1==o.chk_Attendance_Change?n.get(i.apiUrl+"api/employeeAttendancelogReport/getemplist").then(function(e){o.studlist=e.data,0==o.studlist.length?(swal({title:"Alert",text:"The selected conditions does not have data",showCloseButton:!0,width:450,height:200}),o.ShowCheckBoxes=!0):(o.table=!0,o.busyindicator=!0,o.ShowCheckBoxes=!1)}):swal({title:"Alert",text:"Please Select Atleast One Checkbox Then Try Again...",showCloseButton:!0,width:450,height:200}):swal({title:"Alert",text:"Please Select Curriculum & Academic Year Then Try Again...",showCloseButton:!0,width:450,height:200})},o.Show_Data1=function(e,t){null!=e&&null!=t?1==o.chk_Attendance_Date||1==o.chk_Attendance_Machine_Code||1==o.chk_Attendance_of_UserID||1==o.chk_Attendance_of_User_Name||1==o.chk_Changed_by_UserID||1==o.chk_Changed_by_Username||1==o.chk_Attendance_Change?n.get(i.apiUrl+"api/employeeAttendancelogReport/getemplist").then(function(e){o.studlist=e.data,0==o.studlist.length?(swal({title:"Alert",text:"Please Try Again Record Not Found...",showCloseButton:!0,width:450,height:200}),o.ShowCheckBoxes=!0):(o.busyindicator=!1,o.ShowCheckBoxes=!0,o.exportData1())}):swal({title:"Alert",text:"Please Select Atleast One Checkbox Then Try Again...",showCloseButton:!0,width:450,height:200}):swal({title:"Alert",text:"Please Select Curriculum & Academic Year Then Try Again...",showCloseButton:!0,width:450,height:200})},o.back=function(){o.table=!1,o.busyindicator=!1,o.ShowCheckBoxes=!0},o.checkallClick=function(e){e?(o.showdisabled=!1,o.chk_Attendance_Date=!0,o.chk_Attendance_Machine_Code=!0,o.chk_Attendance_of_UserID=!0,o.chk_Attendance_of_User_Name=!0,o.chk_Changed_by_UserID=!0,o.chk_Changed_by_Username=!0,o.chk_Attendance_Change=!0):o.Uncheck()},o.colname=null,o.reverse=!1,o.sort=function(e){o.reverse=o.propertyName===e&&!o.reverse,o.propertyName=e},o.Uncheck=function(){o.showdisabled=!1,o.chk_Attendance_Date=!1,o.chk_Attendance_Machine_Code=!1,o.chk_Attendance_of_UserID=!1,o.chk_Attendance_of_User_Name=!1,o.chk_Changed_by_UserID=!1,o.chk_Changed_by_Username=!1,o.chk_Attendance_Change=!1},o.Reset=function(){o.edt.sims_cur_code="",o.temp.sims_academic_year="";try{$("#cmb_grade_code").multipleSelect("uncheckAll")}catch(e){}try{$("#cmb_section_code").multipleSelect("uncheckAll")}catch(e){}o.edt.sims_student_enroll_number="",o.ShowCheckBoxes=!0,o.Uncheck(),o.select_all=!1,o.active_stud=!1},o.checkevent=function(){1==o.chk_Attendance_Date||1==o.chk_Attendance_Machine_Code||1==o.chk_Attendance_of_UserID||1==o.chk_Attendance_of_User_Name||1==o.chk_Changed_by_UserID||1==o.chk_Changed_by_Username||1==o.chk_Attendance_Change?o.showdisabled=!1:o.showdisabled=!0}}])}(),function(){"use strict";var e=angular.module("sims.module.HRMS");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("CreateEditEmployeeIhsCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV","$filter",function(d,e,t,a,o,_,c,s){c.docUrl="https://assets.mograsys.com/Content/",d.defaultImage="default.jpg",d.temp={},d.doc={},d.temp1=[],d.searchText=!1,d.ImgLoaded=!1,d.roleText=!1,d.roleList=!0,d.uae=!1,d.qatar=!0,d.slisLabel=!1,d.india=!1,d.national_id_readnly=!1,d.probation_id_readnly=!1,d.iban_number_readnly=!1,d.bank_ac_no_readnly=!1,d.updateBtn=!1,$(document).ready(function(){$("#temporary_join_date").kendoDatePicker(),$("#DOJ").kendoDatePicker(),$("#from_date").kendoDatePicker(),$("#temporary_join_date").data("kendoDatePicker").enable(!0),$("#DOJ").data("kendoDatePicker").enable(!0),$("#from_date").data("kendoDatePicker").enable(!0)}),d.saveBtn=!1,d.mobile_no_required=!1,d.email_id_required=!1;d.showFileName=!1,d.qualiList=[],d.ExperienceList=[],d.temp.em_date_of_join=s("date")(new Date,"dd-MM-yyyy"),d.temp.em_dept_effect_from=s("date")(new Date,"dd-MM-yyyy"),d.temp.em_grade_effect_from=s("date")(new Date,"dd-MM-yyyy"),d.Probation=!0,_.get(c.apiUrl+"api/HRMS/getRole").then(function(e){d.roles_data=e.data});var n=["sms"],l=(_.get(c.apiUrl+"api/HRMS/getLicSchool").then(function(e){d.lic_school_data=e.data,console.log("lic_school_data",d.lic_school_data),"Qatar"==d.lic_school_data[0].lic_school_country&&(d.uae=!1,d.qatar=!0,d.slisLabel=!1,d.india=!1,d.mobile_no_required=!1),"Oman"==d.lic_school_data[0].lic_school_country?(d.uae=!1,d.qatar=!0,d.slisLabel=!1,d.india=!1,d.mobile_no_required=!0):"Saudi Arabia"==d.lic_school_data[0].lic_school_country?(d.uae=!1,d.qatar=!1,d.slisLabel=!0,d.india=!1,d.mobile_no_required=!1):"India"==d.lic_school_data[0].lic_school_country?(d.uae=!1,d.qatar=!1,d.slisLabel=!1,d.india=!0,d.mobile_no_required=!1):n.includes(_.defaults.headers.common.schoolId)?(d.mobile_no_required=!0,d.email_id_required=!0):(d.uae=!0,d.qatar=!1,d.slisLabel=!1,d.india=!1,d.mobile_no_required=!1)}),$("#dob").kendoDatePicker({format:"dd-MM-yyyy",min:new Date(1900,1,1),max:new Date}),_.get(c.apiUrl+"api/HRMS/getEmpData").then(function(e){d.obj=e.data,d.operation=!0,d.Save_btn=!0,d.display=!0,d.temp.em_Salutation_Code="1"}),_.get(c.apiUrl+"api/HRMS/ihs/GetEmpSectionName").then(function(e){d.empsection=e.data,console.log("EMPsection",d.empsection)}),d.labour=function(e){_.get(c.apiUrl+"api/HRMS/lems/getLabourType?company_code="+e).then(function(e){d.labour=e.data,console.log("labour ",d.labour)})},d.getdept=function(e){_.get(c.apiUrl+"api/HRMS/getDepartmenyByCompany?company_code="+e).then(function(e){d.deptt=e.data,console.log("departments",d.deptt)})},d.getdsig=function(e){_.get(c.apiUrl+"api/HRMS/getDesignationByCompany?company_code="+d.temp.em_Company_Code).then(function(e){d.design=e.data,console.log("design",d.design)})},d.getgrade=function(e){_.get(c.apiUrl+"api/HRMS/getGradeByCompany?company_code="+d.temp.em_Company_Code).then(function(e){d.grade=e.data,console.log("Grade",d.grade)})},d.getotherdates=function(){d.temp.em_dept_effect_from=d.temp.em_date_of_join,d.temp.em_grade_effect_from=d.temp.em_date_of_join},d.getstate=function(e){_.get(c.apiUrl+"api/HRMS/lems/getState?em_Country_Code="+e).then(function(e){d.stt=e.data})},d.getcity=function(e){_.get(c.apiUrl+"api/HRMS/lems/getCity?em_State_Code="+e).then(function(e){d.ctt=e.data})},_.get(c.apiUrl+"api/Qualification/getQualificationName").then(function(e){d.Qualification_Name=e.data}),_.get(c.apiUrl+"api/Qualification/getQualificationType").then(function(e){d.qual_type_data=e.data}),_.get(c.apiUrl+"api/EmpExp/getMonthName").then(function(e){d.month_data=e.data}),d.addCol=function(e){d.combo_multiple=!0;for(var t=document.getElementById("qual_name"),t=t.options[t.selectedIndex].text,a=0;a<d.qualiList.length;a++)if(d.qualiList[a].emp_qual_qual_code==e)return swal({text:"Qualification Already Added !!",timer:5e3}),!1;d.qualiList.push({emp_qual_qual_name:t,emp_qual_qual_code:e}),d.Myform.$setPristine(),d.Myform.$setUntouched()},d.AddEnable=function(){d.addDisabled=!1},d.addExperience=function(){d.showExperinceList=!0;d.ExperienceList.push({enroll_number:"",prev_company_name:"",prev_job_title:"",from_year:"",from_month:"",to_year:"",to_month:"",prev_job_remark:"",prev_job_responsibilities:"",prev_job_salary:"",job_status:"",em_previous_job_line_no:""})},d.RemoveExperinceRow=function(e,t,a){a.splice(t,1)},d.Removerow=function(e,t,a){a.splice(t,1)},d.saveExperience=function(e){var t=[];if(0<d.ExperienceList.length){for(var a=0;a<d.ExperienceList.length;a++){var o={enroll_number:e,co_company_code:"1",prev_company_name:d.ExperienceList[a].prev_company_name,prev_job_title:d.ExperienceList[a].prev_job_title,from_year:d.ExperienceList[a].from_year,from_month:d.ExperienceList[a].from_month,to_year:d.ExperienceList[a].to_year,to_month:d.ExperienceList[a].to_month,prev_job_responsibilities:d.ExperienceList[a].prev_job_responsibilities,prev_job_salary:d.ExperienceList[a].prev_job_salary,job_status:d.ExperienceList[a].job_status,opr:"I"};t.push(o)}_.post(c.apiUrl+"api/EmpExp/CUDEmployeeExperience",t).then(function(e){d.msgexp=e.data,console.log("emp exp",d.msgexp),d.ExperienceList=[],d.showExperinceList=!1})}},d.saveQualification=function(e){var t=[];if(0<d.qualiList.length){for(var a=0;a<d.qualiList.length;a++){var o={emp_qual_em_code:e,emp_qual_qual_code:d.qualiList[a].emp_qual_qual_code,emp_qual_institute:d.qualiList[a].emp_qual_institute,emp_qual_type_code:d.qualiList[a].emp_qual_type_code,em_qual_from_year:d.qualiList[a].em_qual_from_year,em_qual_year:d.qualiList[a].em_qual_to_year,emp_qual_percentage:d.qualiList[a].emp_qual_percentage,emp_qual_remark:d.qualiList[a].emp_qual_remark,em_qual_status:d.qualiList[a].em_qual_status,opr:"I"};t.push(o)}_.post(c.apiUrl+"api/Qualification/CUDQualification?year=",t).then(function(e){d.qualificationmsg=e.data,console.log("qualificationmsg ",d.qualificationmsg),d.qualiList=[],d.combo_multiple=!1})}},d.updateQualification=function(){var e=[];if(0<d.qualiList.length){for(var t=0;t<d.qualiList.length;t++){var a=d.qualiList[t].emp_qual_qual_code,a={emp_qual_em_code:d.temp.em_login_code,emp_qual_qual_code:a,emp_qual_institute:d.qualiList[t].emp_qual_institute,emp_qual_type_code:d.qualiList[t].emp_qual_type_code,em_qual_from_year:d.qualiList[t].em_qual_from_year,em_qual_year:d.qualiList[t].em_qual_to_year,emp_qual_percentage:d.qualiList[t].emp_qual_percentage,emp_qual_remark:d.qualiList[t].emp_qual_remark,em_qual_status:d.qualiList[t].em_qual_status,opr:"U"};e.push(a)}0!=d.qualiList.length?_.post(c.apiUrl+"api/Qualification/UpadateQualification?simsobj2=",e).then(function(e){d.updateQualimsg1=e.data,console.log(d.updateQualimsg1),d.qualiList=[],d.combo_multiple=!1}):swal({text:"You not edit correct record",timer:5e3})}},d.updateExperience=function(){var e=[];if(0<d.ExperienceList.length){for(var t=0;t<d.ExperienceList.length;t++){var a={enroll_number:d.temp.em_login_code,co_company_code:"1",prev_company_name:d.ExperienceList[t].prev_company_name,prev_job_title:d.ExperienceList[t].prev_job_title,from_year:d.ExperienceList[t].from_year,from_month:d.ExperienceList[t].from_month,to_year:d.ExperienceList[t].to_year,to_month:d.ExperienceList[t].to_month,prev_job_responsibilities:d.ExperienceList[t].prev_job_responsibilities,prev_job_salary:d.ExperienceList[t].prev_job_salary,job_status:d.ExperienceList[t].job_status,em_previous_job_line_no:d.ExperienceList[t].em_previous_job_line_no,opr:"U"};e.push(a)}_.post(c.apiUrl+"api/EmpExp/CUDEmployeeExperience",e).then(function(e){d.msgupdateExp=e.data,console.log("emp exp update",d.msgupdateExp),d.ExperienceList=[],d.showExperinceList=!1})}},_.get(c.apiUrl+"api/HRMS/getCompany").then(function(e){d.company_data=e.data,d.temp.em_Company_Code=d.company_data[0].em_Company_Code,d.getdept(d.company_data[0].em_Company_Code),d.getdsig(d.company_data[0].em_Company_Code),d.getgrade(d.company_data[0].em_Company_Code),d.labour(d.company_data[0].em_Company_Code)}),_.get(c.apiUrl+"api/HRMS/getCountry").then(function(e){d.country_data=e.data}),_.get(c.apiUrl+"api/HRMS/getDestination").then(function(e){d.dest_data=e.data,d.temp.em_Dest_Code=d.dest_data[0].em_Dest_Code}),_.get(c.apiUrl+"api/studentdatabase/getdemo").then(function(e){d.demo_values=e.data,console.log("demo",d.demo_values)}),d.getcode1=function(){_.get(c.apiUrl+"api/studentdatabase/getisdd?country_code="+d.edt.mobile_number).then(function(e){d.isdcode1=e.data,console.log("isdcode",d.isdcode1),null!=d.temp.em_mobile&&"-"!=d.temp.em_mobile&&(null!=d.oldisdcode?(d.temp.em_mobile=d.temp.em_mobile,d.temp.em_mobile=d.temp.em_mobile.replace(d.oldisdcode,d.isdcode1[0].sims_country_isd_code),console.log("mobilenumber",d.temp.em_mobile)):d.temp.em_mobile=d.isdcode1[0].sims_country_isd_code+d.temp.em_mobile),null==d.temp.em_mobile&&(d.temp.em_mobile=d.isdcode1[0].sims_country_isd_code),d.olisdcode()})},d.olisdcode=function(){0<d.isdcode1.length&&(d.oldisdcode=d.isdcode1[0].sims_country_isd_code)},d.getcode3=function(){_.get(c.apiUrl+"api/studentdatabase/getisdd?country_code="+d.edt.Contact_number).then(function(e){d.isdcode3=e.data,console.log("isdcode3",d.isdcode3),null!=d.temp.em_emergency_contact_number1&&"-"!=d.temp.em_emergency_contact_number1&&(null!=d.oldisdcode2?(d.temp.em_emergency_contact_number1=d.temp.em_emergency_contact_number1,d.temp.em_emergency_contact_number1=d.temp.em_emergency_contact_number1.replace(d.oldisdcode2,d.isdcode3[0].sims_country_isd_code),console.log("Emerphonenumber",d.temp.em_emergency_contact_number1)):d.temp.em_emergency_contact_number1=d.isdcode3[0].sims_country_isd_code+d.temp.em_emergency_contact_number1),null==d.temp.em_emergency_contact_number1&&(d.temp.em_emergency_contact_number1=d.isdcode3[0].sims_country_isd_code),d.olisdcode2()})},d.olisdcode2=function(){0<d.isdcode3.length&&(d.oldisdcode2=d.isdcode3[0].sims_country_isd_code)},d.searchEmp=function(e,t){},_.get(c.apiUrl+"api/HRMSOES/GetAccommodationStatus").then(function(e){d.AccommondationStatus=e.data,console.log("AccommondationStatus",d.AccommondationStatus)}),d.saveBtnDisEn=!1,d.imageUrl=c.docUrl+_.defaults.headers.common.schoolId+"/Images/EmployeeImages/",d.imageUrl_public=c.docUrl+_.defaults.headers.common.schoolId,new FormData),r=(d.getTheFiles=function(a){angular.forEach(a,function(e,t){l.append(t,e),8e5<a[i].size&&(d.filesize=!1,d.edt.photoStatus=!1,swal({text:"File Should Not be Exceed 800Kb.",imageUrl:"assets/img/notification-alert.png"}))})},d.file_changed=function(e){var t,e=e.files[0];d.photo_filename=e.type,null!=d.photo_filename||""!=d.photo_filename?"jpeg"==(t=d.photo_filename.split("/"))[1]||"jpg"==t[1]||"png"==t[1]?((t=new FileReader).onload=function(e){d.$apply(function(){d.prev_img=e.target.result})},t.readAsDataURL(e)):(swal({text:"Only jpeg and png image format supported."}),$("#empimg").attr("src","")):(swal({text:"Image format not supported."}),$("#empimg").attr("src",""))},d.globalSearch=function(){t.visible_stud=!1,t.visible_parent=!1,t.visible_search_parent=!1,t.visible_teacher=!1,t.visible_User=!1,t.visible_Employee=!0,t.chkMulti=!1,d.global_Search_click(),$("#Global_Search_Modal").modal({backdrop:"static"}),d.temp.em_login_code="",d.temp.EmpName="",d.showBtn=!1},d.$on("global_cancel",function(e){console.log(d.SelectedUserLst),0<d.SelectedUserLst.length&&(d.temp={},d.temp.enroll_number=d.SelectedUserLst[0].em_login_code,d.temp.name=d.SelectedUserLst[0].empName,d.EmpSearch1(d.SelectedUserLst[0].em_login_code))}),d.searchGlobalClick=function(){d.Global_Search_by_employee()},d.checkDateFormat=function(){-1!=d.temp.em_date_of_birth.indexOf("/")&&(swal({title:"Alert",text:"Please enter date only DD-MM-YYYY format",width:360,height:200}),d.temp.em_date_of_birth="")},d.checkDOJ=function(e){d.temp.em_dept_effect_from=e,d.temp.em_grade_effect_from=e,d.temp.em_date_of_birth>=d.temp.em_date_of_join&&(swal({title:"Alert",text:"Date Of Join Should greater than Date of Birth",width:300,height:200}),d.temp.em_date_of_join="")},d.checkPassport=function(){d.temp.em_passport_exp_date<d.temp.em_passport_issue_date&&(swal({title:"Alert",text:"Passport Expiry Date Should greater than Passport Issue Date",width:300,height:200}),d.temp.em_passport_exp_date="")},d.checkVisa=function(){d.temp.em_visa_exp_date<d.temp.em_visa_issue_date&&(swal({title:"Alert",text:"Visa Expiry Date Should greater than Visa Issue Date",width:300,height:200}),d.temp.em_visa_exp_date="")},d.checkEmiratesID=function(){d.temp.em_national_id_expiry_date<d.temp.em_national_id_issue_date&&(swal({title:"Alert",text:"Emirates ID Expiry Date Should greater than Emirates ID Issue Date",width:300,height:200}),d.temp.em_national_id_expiry_date="")},d.Cancel=function(){d.temp={},d.Myform.$setPristine(),d.Myform.$setUntouched(),d.roleText=!1,d.roleList=!0,d.roleReadOnly=!1,d.searchText=!1,d.national_id_readnly=!1,d.iban_number_readnly=!1,d.bank_ac_no_readnly=!1,d.emplogcode="",d.Save_btn=!0,d.Update_btn=!1,d.ImgLoaded=!1,d.prev_img="",d.emplogcode="",d.temp.em_img="",d.temp.em_date_of_join=s("date")(new Date,"dd-MM-yyyy"),d.temp.em_dept_effect_from=s("date")(new Date,"dd-MM-yyyy"),d.temp.em_grade_effect_from=s("date")(new Date,"dd-MM-yyyy"),d.temp.em_dept_effect_from=d.temp.em_date_of_join,d.temp.em_grade_effect_from=d.temp.em_date_of_join,d.temp.em_Company_Code=d.company_data[0].em_Company_Code,d.temp.em_Grade_Code=d.obj[0].em_Grade_Code,d.temp.em_Salutation_Code="1",d.saveBtn=!1,d.updateBtn=!1},d.checkEmailExists=function(e){d.temp1[0].em_email!=e&&_.post(c.apiUrl+"api/HRMS/checkEmailExists?email_id="+e).then(function(e){if(d.comnUserData=e.data,0<d.comnUserData.length)return swal({text:"Official email id already exists!!",width:350}),d.temp.em_email="",!1})},d.SaveData=function(e){var a;0==e&&swal({title:"Alert",text:"Please fill mandatory fields",width:380,showCloseButton:!0}),e&&(d.saveBtn=!0,d.updateBtn=!0,a=Math.random(),e=d.temp,void 0===d.photo_filename?e.em_img=null:(e.em_img=a+".png",e.em_dept_effect_from=d.temp.em_dept_effect_from,e.em_expected_date_of_join=d.temp.em_expected_date_of_join,e.em_grade_effect_from=d.temp.em_grade_effect_from,e.em_date_of_join=d.temp.em_date_of_join,e.em_date_of_birth=d.temp.em_date_of_birth,e.em_pssport_issue_date=d.temp.em_pssport_issue_date,e.em_passport_exp_date=d.temp.em_passport_exp_date,e.em_visa_issue_date=d.temp.em_visa_issue_date,e.em_visa_exp_date=d.temp.em_visa_exp_date,e.em_national_id_issue_date=d.temp.em_national_id_issue_date,e.em_national_id_expiry_date=d.temp.em_national_id_expiry_date),e={em_Salutation_Code:d.temp.em_Salutation_Code,em_first_name:d.temp.em_first_name,em_middle_name:d.temp.em_middle_name,em_last_name:d.temp.em_last_name,em_name_ot:d.temp.em_name_ot,em_Company_Code:d.temp.em_Company_Code,em_img:e.em_img,em_Dest_Code:d.temp.em_Dest_Code,em_Designation_Code:d.temp.em_Designation_Code,em_Dept_Code:d.temp.em_Dept_Code,em_dept_effect_from:e.em_dept_effect_from,em_expected_date_of_join:e.em_expected_date_of_join,em_Staff_Type_Code:d.temp.em_Staff_Type_Code,em_Grade_Code:d.temp.em_Grade_Code,em_grade_effect_from:e.em_grade_effect_from,em_date_of_join:e.em_date_of_join,em_blood_group_code:d.temp.em_blood_group_code,em_date_of_birth:e.em_date_of_birth,em_Sex_Code:d.temp.em_Sex_Code,em_Marital_Status_Code:d.temp.em_Marital_Status_Code,em_Country_Code:d.temp.em_Country_Code,em_Nation_Code:d.temp.em_Nation_Code,em_Religion_Code:d.temp.em_Religion_Code,em_email:d.temp.em_email,em_mobile:d.temp.em_mobile,em_emergency_contact_name1:d.temp.em_emergency_contact_name1,em_summary_address:d.temp.em_summary_address,em_emergency_contact_number1:d.temp.em_emergency_contact_number1,em_pssport_issue_date:e.em_pssport_issue_date,em_visa_no:d.temp.em_visa_no,em_visa_type_code:d.temp.em_visa_type_code,em_visa_issue_date:e.em_visa_issue_date,em_visa_exp_date:e.em_visa_exp_date,em_national_id:d.temp.em_national_id,em_national_id_issue_date:e.em_national_id_issue_date,em_national_id_expiry_date:e.em_national_id_expiry_date,em_labour_card_no:d.temp.em_labour_card_no,em_iban_no:e.em_iban_no,em_bank_ac_no:e.em_bank_ac_no,comn_role_code:d.temp.comn_role_code,em_punching_id:d.temp.em_punching_id,em_punching_status:d.temp.em_punching_status,em_personalemail:d.temp.em_personalemail,em_teacher_status:d.temp.em_teacher_status,em_probation_period_days:d.temp.em_probation_period_days,em_offer_letter_send_date:d.temp.em_offer_letter_send_date,em_probation_completion_date:d.temp.em_probation_completion_date,em_accommodation_status:d.temp.em_accommodation_status,em_passport_expiry_date:d.temp.em_passport_expiry_date,em_passport_issue_date:d.temp.em_passport_issue_date,em_passport_number:d.temp.em_passport_number,em_interview_date:d.temp.em_interview_date,em_emergency_relation1:d.temp.em_emergency_relation1,en_labour_card_expiry_date:d.temp.en_labour_card_expiry_date,em_bank_cash_tag:d.temp.em_bank_cash_tag,em_ethnicity_code:d.temp.em_ethnicity_code,em_City_Code:d.temp.em_City_Code,em_State_Code:d.temp.em_State_Code,em_khda_noc_required:d.temp.em_khda_noc_required,em_khda_noc_submitted:d.temp.em_khda_noc_submitted,em_employer_visa_required:d.temp.em_employer_visa_required,em_employer_labor_required:d.temp.em_employer_labor_required,em_accommodation_required:d.temp.em_accommodation_required,em_health_card_required:d.temp.em_health_card_required,em_medical_insurance_required:d.temp.em_medical_insurance_required,pays_payroll_display_order:d.temp.pays_payroll_display_order,em_agreement_code:d.temp.em_agreement_code,em_section_name:d.temp.em_section_name,opr:"H"},_.post(c.apiUrl+"api/HRMS/ihs/CUCreateEditEmployeeLEMS",e).then(function(e){d.CUDobj={},d.CUDobj=e.data,d.Myform.$setPristine(),d.Myform.$setUntouched(),null==d.CUDobj.strMessage&&""==d.CUDobj.strMessage&&null==d.CUDobj.strMessage||(swal({text:"Employee code "+d.CUDobj.strMessage+" generated successfully."}),console.log("Em login Code "+d.CUDobj.strMessage),d.saveQualification(d.CUDobj.strMessage),d.saveExperience(d.CUDobj.strMessage),d.Cancel(),setTimeout(function(){d.saveBtn=!1,d.updateBtn=!1},1e3));var e=d.CUDobj.strMessage.split(" ")[2],t=e+a+".png",t=(console.log(e),console.log(t),{method:"POST",url:c.apiUrl+"/api/file/upload?filename="+e+a+"&location=/EmployeeImages",data:l,headers:{"Content-Type":void 0}});_(t).success(function(e){console.log(e)})}))},d.EmpSearch1=function(t){d.Save_btn=!1,d.Update_btn=!0,d.expecteddate=!0,d.dateofjoin=!0,d.searchText=!0,d.roleText=!0,d.roleList=!1,d.roleReadOnly=!0,d.addDisabled=!0,_.get(c.apiUrl+"api/HRMS/ihs/getSearchEmpMasterIhs?em_login_code="+t).then(function(e){d.temp1=e.data,d.temp={enroll_number:t,em_login_code:d.temp1[0].em_login_code,em_number:d.temp1[0].em_number,em_service_status_code:d.temp1[0].em_service_status_code,em_status_code:d.temp1[0].em_status_code,em_apartment_number:d.temp1[0].em_apartment_number,em_family_name:d.temp1[0].em_family_name,em_street_number:d.temp1[0].em_street_number,em_area_number:d.temp1[0].em_area_number,em_phone:d.temp1[0].em_phone,em_fax:d.temp1[0].em_fax,em_post:d.temp1[0].em_post,em_emergency_contact_name2:d.temp1[0].em_emergency_contact_name2,em_emergency_contact_number2:d.temp1[0].em_emergency_contact_number2,em_joining_ref:d.temp1[0].em_joining_ref,em_ethnicity_code:d.temp1[0].em_ethnicity_code,em_handicap_status:d.temp1[0].em_handicap_status,em_stop_salary_indicator:d.temp1[0].em_stop_salary_indicator,em_agreement:d.temp1[0].em_agreement,em_punching_status:d.temp1[0].em_punching_status,em_bank_cash_tag:d.temp1[0].em_bank_cash_tag,em_citi_exp_tag:d.temp1[0].em_citi_exp_tag,em_leave_tag:d.temp1[0].em_leave_tag,em_passport_issue_place:d.temp1[0].em_passport_issue_place,em_passport_issuing_authority:d.temp1[0].em_passport_issuing_authority,em_pssport_exp_rem_date:d.temp1[0].em_pssport_exp_rem_date,em_visa_issuing_place:d.temp1[0].em_visa_issuing_place,em_visa_issuing_authority:d.temp1[0].em_visa_issuing_authority,em_visa_exp_rem_date:d.temp1[0].em_visa_exp_rem_date,em_visa_type_code:d.temp1[0].em_visa_type_code,em_agreement_start_date:d.temp1[0].em_agreement_start_date,em_agreement_exp_date:d.temp1[0].em_agreement_exp_date,em_agreemet_exp_rem_date:d.temp1[0].em_agreemet_exp_rem_date,em_punching_id:d.temp1[0].em_punching_id,em_dependant_full:d.temp1[0].em_dependant_full,em_dependant_half:d.temp1[0].em_dependant_half,em_dependant_infant:d.temp1[0].em_dependant_infant,em_Bank_Code:d.temp1[0].em_Bank_Code,em_bank_ac_no:d.temp1[0].em_bank_ac_no,em_iban_no:d.temp1[0].em_iban_no,em_route_code:d.temp1[0].em_route_code,em_bank_swift_code:d.temp1[0].em_bank_swift_code,em_gpf_ac_no:d.temp1[0].em_gpf_ac_no,em_pan_no:d.temp1[0].em_pan_no,em_labour_card_no:d.temp1[0].em_labour_card_no,em_gosi_ac_no:d.temp1[0].em_gosi_ac_no,em_gosi_start_date:d.temp1[0].em_gosi_start_date,em_national_id:d.temp1[0].em_national_id,em_secret_question_code:d.temp1[0].em_secret_question_code,em_secret_answer:d.temp1[0].em_secret_answer,em_building_number:d.temp1[0].em_building_number,em_Company_Code:d.temp1[0].em_Company_Code,em_Dept_Code:d.temp1[0].em_Dept_Code,em_Designation_Code:d.temp1[0].em_Designation_Code,em_Dest_Code:d.temp1[0].em_Dest_Code,em_Grade_Code:d.temp1[0].em_Grade_Code,em_Marital_Status_Code:d.temp1[0].em_Marital_Status_Code,em_Nation_Code:d.temp1[0].em_Nation_Code,em_Country_Code:d.temp1[0].em_Country_Code,em_State_Code:d.temp1[0].em_State_Code,em_City_Code:d.temp1[0].em_City_Code,em_Religion_Code:d.temp1[0].em_Religion_Code,em_Salutation_Code:d.temp1[0].em_Salutation_Code,em_Sex_Code:d.temp1[0].em_Sex_Code,em_Staff_Type_Code:d.temp1[0].em_Staff_Type_Code,em_blood_group_code:d.temp1[0].em_blood_group_code,em_date_of_birth:d.temp1[0].em_date_of_birth,em_date_of_join:d.temp1[0].em_date_of_join,em_dept_effect_from:d.temp1[0].em_dept_effect_from,em_expected_date_of_join:d.temp1[0].em_expected_date_of_join,em_email:d.temp1[0].em_email,em_emergency_contact_name1:d.temp1[0].em_emergency_contact_name1,em_emergency_contact_number1:d.temp1[0].em_emergency_contact_number1,em_first_name:d.temp1[0].em_first_name,em_grade_effect_from:d.temp1[0].em_grade_effect_from,em_last_name:d.temp1[0].em_last_name,em_middle_name:d.temp1[0].em_middle_name,em_mobile:d.temp1[0].em_mobile,em_name_ot:d.temp1[0].em_name_ot,em_national_id_expiry_date:d.temp1[0].em_national_id_expiry_date,em_national_id_issue_date:d.temp1[0].em_national_id_issue_date,em_passport_issue_date:d.temp1[0].em_passport_issue_date,em_passport_number:d.temp1[0].em_passport_number,em_summary_address:d.temp1[0].em_summary_address,em_summary_address_local_language:d.temp1[0].em_summary_address_local_language,em_visa_exp_date:d.temp1[0].em_visa_exp_date,em_stop_salary_from:d.temp1[0].em_stop_salary_from,em_visa_issue_date:d.temp1[0].em_visa_issue_date,em_visa_no:d.temp1[0].em_visa_no,comn_role_code:d.temp1[0].comn_role_code,comn_role_name:d.temp1[0].comn_role_name,em_img:d.temp1[0].em_img,em_personalemail:d.temp1[0].em_personalemail,em_teacher_status:d.temp1[0].em_teacher_status,em_passport_expiry_date:d.temp1[0].em_passport_expiry_date,em_probation_period_days:d.temp1[0].em_probation_period_days,em_probation_completion_date:d.temp1[0].em_probation_completion_date,em_offer_letter_send_date:d.temp1[0].em_offer_letter_send_date,em_accommodation_status:d.temp1[0].em_accommodation_status,en_labour_card_expiry_date:d.temp1[0].en_labour_card_expiry_date,em_offer_letter_send_date:d.temp1[0].em_offer_letter_send_date,em_interview_date:d.temp1[0].em_interview_date,em_emergency_relation1:d.temp1[0].em_emergency_relation1,em_khda_noc_required:d.temp1[0].em_khda_noc_required,em_khda_noc_submitted:d.temp1[0].em_khda_noc_submitted,em_employer_visa_required:d.temp1[0].em_employer_visa_required,em_employer_labor_required:d.temp1[0].em_employer_labor_required,em_accommodation_required:d.temp1[0].em_accommodation_required,em_health_card_required:d.temp1[0].em_health_card_required,em_medical_insurance_required:d.temp1[0].em_medical_insurance_required,pays_payroll_display_order:d.temp1[0].pays_payroll_display_order,em_agreement_code:d.temp1[0].em_agreement_code,em_section_name:d.temp1[0].em_section_name},console.log(d.imageUrl+d.temp.em_img),console.log("temp",d.temp),d.getstate(d.temp.em_Country_Code),d.getcity(d.temp.em_State_Code),d.getQualiByEmpcode=function(e){_.get(c.apiUrl+"api/Qualification/getQualificationByEmployee?emp_code="+d.temp1[0].em_login_code).then(function(e){d.qualiList=e.data,console.log("qualiList",d.qualiList),d.combo_multiple=!0})},d.getQualiByEmpcode(),_.get(c.apiUrl+"api/EmpExp/getEmployeeExp?em_login_code="+d.temp1[0].em_login_code).then(function(e){d.ExperienceList=e.data,console.log("ExperienceList",d.ExperienceList),d.showExperinceList=!0}),d.showEmpDocumentList(d.temp1[0].em_login_code)})},d.image_click=function(){d.ImgLoaded=!0},d.UpdateData=function(e){var t;d.national_id_readnly=!0,d.iban_number_readnly=!0,d.bank_ac_no_readnly=!0,e?(d.saveBtn=!0,d.updateBtn=!0,e=Math.random(),t=d.temp,void 0!==d.photo_filename&&(d.em_img="",t.em_img=d.temp.em_login_code+e+".png"),t.opr="U",t.subopr="Up",1==d.ImgLoaded&&(e={method:"POST",url:c.apiUrl+"/api/file/Imageupload?filename="+d.temp.em_login_code+e+"&location=/EmployeeImages",data:l,headers:{"Content-Type":void 0}},_(e).success(function(e){})),console.log("Update",t),_.post(c.apiUrl+"api/HRMS/ihs/CUMasterEmployeeshortnew",t).then(function(e){d.CUDobj={},d.CUDobj=e.data,d.Myform.$setPristine(),d.Myform.$setUntouched(),null==d.CUDobj.strMessage&&""==d.CUDobj.strMessage&&null==d.CUDobj.strMessage||(swal({text:d.CUDobj.strMessage}),d.updateQualification(),d.updateExperience(),d.Cancel(),setTimeout(function(){d.saveBtn=!1,d.updateBtn=!1},1e3))}),d.searchText=!1,d.Save_btn=!0,d.Update_btn=!1):swal({title:"Alert",text:"Please fill mandatory fields",width:380,showCloseButton:!0})},d.change_em_teacher_status=function(){"T"!=d.temp.em_Staff_Type_Code?d.temp.em_teacher_status=!1:d.temp.em_teacher_status=!0},d.setProbationCompletionReminderDate=function(){var e;d.Probation=!0,null!=d.temp.em_date_of_join&&(console.log(d.temp.em_date_of_join),e=moment(d.temp.em_date_of_join,"DD-MM-YYYY"),console.log(e),d.temp.em_probation_completion_date=e.add(parseInt(d.temp.em_probation_period_days),"days").format("DD-MM-YYYY"),console.log(d.temp.em_probation_completion_date),console.log("em_probation_confirmation_date",d.temp.em_probation_completion_date))},d.downloaddoc=function(e){d.url=c.docUrl+_.defaults.headers.common.schoolId+"/Images/EmployeeDocument/"+e,window.open(d.url)},d.getTheFiles1=function(e){d.filesize=!0,angular.forEach(e,function(e,t){l.append(t,e)})},d.showEmpDocumentList=function(e){_.post(c.apiUrl+"api/EmpDocumentupload/DocumentdetailData",{pays_doc_empl_id:e,show:"all"}).then(function(e){d.DocumentdetailsData=e.data,console.log("abc",d.DocumentdetailsData);for(var t=0;t<d.DocumentdetailsData.length;t++)d.DocumentdetailsData[t]=e.data[t],d.visible=[],d.visible=e.data[t].pays_doc_path.split(","),d.DocumentdetailsData[t].path=d.visible;console.log("doc",d.DocumentdetailsData)})},d.uploadClick=function(e){d.filesize=!0,d.edt1=e,console.log(d.edt1),d.edt1.photoStatus=!0,d.ins=!1,l=new FormData},[]);d.file_changed1=function(e,t){var a=e.files[0],o=(d.photo_filename=a.type,d.filename1=a.name,console.log("file",d.filename1),a.name.split(".")[1]);if("jpeg"==o||"jpg"==o||"png"==o||"pdf"==o||"docx"==o||"doc"==o){var s=e.files;if(s.length){r=new FormData;for(var n=0;n<s.length;n++){s[n].name.split(".");r.append(s[n].name,s[n],"Web\\"+s[n].name.replace(/\s/g,""))}}var i,o=new FileReader;o.onload=function(e){d.$apply(function(){d.prev_img=e.target.result})},null==d.edt1.count&&(d.edt1.count=1),o.readAsDataURL(a),e.files[0].size<2e6&&(console.log(d.edt1.count),console.log(d.edt1.pays_doc_path),null==d.edt1.pays_doc_path||""==d.edt1.pays_doc_path?d.edt1.count=d.edt1.count:d.edt1.count=d.edt1.count+1,o={method:"POST",url:c.apiUrl+"api/AssignmentUpload/upload1?filename="+d.filename1+"&location=Images/EmployeeDocument/",data:r,headers:{"Content-Type":void 0}},i=[],_(o).success(function(e){var t=[],e={pays_doc_empl_id:d.edt1.pays_doc_empl_id,pays_doc_mod_code:d.edt1.pays_doc_mod_code,pays_doc_code:d.edt1.pays_doc_code,pays_doc_desc:d.edt1.pays_doc_desc,pays_doc_path:e,pays_doc_issue_date:void 0,pays_doc_expiry_date:void 0,pays_doc_status:"A",pays_doc_srno:""};console.log(e),i.push(e),null==e.pays_doc_path&&""==e.pays_doc_path||(null==d.edt1.pays_doc_path||""==d.edt1.pays_doc_path?(console.log(d.edt1.count),e.pays_doc_status="false",e.opr="I",t.push(e),console.log(e),_.post(c.apiUrl+"api/EmpDocumentupload/InsertUpdateDocumentDetail",t).then(function(e){d.ins=e.data,e.data&&(swal({text:"Document Updated Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}),d.edt1.count=d.edt1.count+1),d.showEmpDocumentList(d.edt1.pays_doc_empl_id)})):(e.opr="U",e.pays_doc_srno=d.edt1.pays_doc_srno,t.push(e),_.post(c.apiUrl+"api/EmpDocumentupload/InsertUpdateDocumentDetail",t).then(function(e){d.ins=e.data,e.data&&(swal({text:"Document Uploaded Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}),d.showEmpDocumentList(d.edt1.pays_doc_empl_id))})))}))}else swal({title:"Alert",text:"Document type not allowed",showCloseButton:!0,width:380})},d.doc_delete=function(t){var e={pays_doc_code:t.pays_doc_code,pays_doc_srno:t.pays_doc_srno,pays_doc_empl_id:t.pays_doc_empl_id};_.post(c.apiUrl+"api/EmpDocumentupload/DocumentDelete",e).then(function(e){d.del=e.data,e.data&&swal({text:"Document Deleted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}),d.showEmpDocumentList(t.pays_doc_empl_id)})}}]),e.directive("ngFiles",["$parse",function(s){return{link:function(t,e,a){var o=s(a.ngFiles);e.on("change",function(e){o(t,{$files:e.target.files})})}}}])}(),function(){"use strict";var d;angular.module("sims.module.HRMS").controller("ManagerMappingCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(o,e,t,a,s,n,i){o.table1=!0,o.operation=!1,o.editmode=!1,o.edt={},o.rgvtbl=!1,o.buzy=!1,o.pagesize="10",o.pageindex="0",o.pager=!0,o.numPerPage="10",setTimeout(function(){$("#Select5").select2()},100),setTimeout(function(){$("#Select6").select2()},100),setTimeout(function(){$("#Select7").select2()},100),n.post(i.apiUrl+"api/UEmpDestination/Department").then(function(e){o.Department=e.data}),n.post(i.apiUrl+"api/UEmpDestination/Designation").then(function(e){o.Designation=e.data}),n.post(i.apiUrl+"api/UEmpDestination/linemng").then(function(e){o.linemng=e.data}),n.post(i.apiUrl+"api/UEmpDestination/functmng").then(function(e){o.functmng=e.data}),n.post(i.apiUrl+"api/UEmpDestination/peermng").then(function(e){o.peermng=e.data}),n.post(i.apiUrl+"api/UEmpDestination/Grade").then(function(e){o.Grade=e.data}),n.post(i.apiUrl+"api/UEmpDestination/Destination").then(function(e){o.Destination=e.data}),o.size=function(e){"All"==e?(o.currentPage="1",o.filteredTodos=o.EmployeeDest,o.pager=!1):(o.pager=!0,o.pagesize=e,o.currentPage=1,o.numPerPage=e,o.makeTodos()),o.numPerPage=e},o.index=function(e){o.pageindex=e,o.currentPage=e,o.makeTodos()},o.makeTodos=function(){var e=parseInt(o.totalItems%o.numPerPage),e=(o.pagersize="0"==e?parseInt(o.totalItems/o.numPerPage):parseInt(o.totalItems/o.numPerPage)+1,(o.currentPage-1)*o.numPerPage),t=parseInt(e)+parseInt(o.numPerPage);!1===o.pager?o.filteredTodos=o.todos:o.filteredTodos=o.todos.slice(e,t)},o.Show_data=function(){null==o.edt.dept_code&&(o.edt.dept_code=""),null==o.edt.desg_code&&(o.edt.desg_code=""),null==o.edt.grade_code&&(o.edt.grade_code=""),null==o.edt.emp_id&&(o.edt.emp_id=""),o.buzy=!0;var e={emp_id:o.edt.emp_id,dept_code:o.edt.dept_code,desg_code:o.edt.desg_code,grade_code:o.edt.grade_code};n.post(i.apiUrl+"api/UEmpDestination/EmployeeDest",e).then(function(e){o.EmployeeDest=e.data,0<o.EmployeeDest.length&&(o.totalItems=o.EmployeeDest.length,o.todos=o.EmployeeDest,o.makeTodos(),o.rgvtbl=!0),o.buzy=!1})},o.exportData=function(){swal({title:"Alert",text:"Do you want to Export in MS-Excel?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){e&&(e=new Blob([document.getElementById("progress_1").innerHTML],{type:"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;charset=utf-8"}),saveAs(e,"report.xls"))})},o.reset_form=function(){o.EmployeeDest="",o.edt.dept_code="",o.edt.desg_code="",o.edt.grade_code="",o.edt.emp_id="",o.edt.dest_code="",o.rgvtbl=!1,(d=document.getElementById("mainchk")).checked=!1,o.functional_mngr=!1,o.line_mngr=!1,o.peer_mngr=!1,$("#Select5").select2("val",""),$("#Select6").select2("val",""),$("#Select7").select2("val",""),o.edt={em_employee_linemgr_code:"",em_employee_functmgr_code:"",em_employee_peermgr_code:""}},o.UpdateDest1=function(){if(""!==o.edt.em_employee_linemgr_code&&null!=o.edt.em_employee_linemgr_code||""!==o.edt.em_employee_functmgr_code&&null!=o.edt.em_employee_functmgr_code||""!==o.edt.em_employee_peermgr_code&&null!=o.edt.em_employee_peermgr_code){for(var e,t="",a=0;a<o.filteredTodos.length;a++)!0===document.getElementById(o.filteredTodos[a].emp_id).checked&&(t=t+o.filteredTodos[a].emp_id+",");""===t?swal("","Please select at least one employee."):(""!==o.edt.em_employee_linemgr_code&&null!=o.edt.em_employee_linemgr_code||""!==o.edt.em_employee_functmgr_code&&null!=o.edt.em_employee_functmgr_code||(e={emp_id:t,peer_mng_code:o.edt.em_employee_peermgr_code},n.post(i.apiUrl+"api/UEmpDestination/Updatepeermngr",e).then(function(e){o.UpdateDest=e.data,o.UpdateDest?(swal("","Manager updated successfully."),o.reset_form()):swal("","Manager not updated."),o.reset_form()}),o.rgvtbl=!1,o.buzy=!0),""!==o.edt.em_employee_linemgr_code&&null!=o.edt.em_employee_linemgr_code||""!==o.edt.em_employee_peermgr_code&&null!=o.edt.em_employee_peermgr_code||(e={emp_id:t,functional_mng_code:o.edt.em_employee_functmgr_code},n.post(i.apiUrl+"api/UEmpDestination/Updatefunctmngr",e).then(function(e){o.UpdateDest=e.data,o.UpdateDest?(swal("","Manager updated successfully."),o.reset_form()):swal("","Manager not updated."),o.reset_form()}),o.rgvtbl=!1,o.buzy=!0),""!==o.edt.em_employee_functmgr_code&&null!=o.edt.em_employee_functmgr_code||""!==o.edt.em_employee_peermgr_code&&null!=o.edt.em_employee_peermgr_code||(e={emp_id:t,linear_mng_code:o.edt.em_employee_linemgr_code},n.post(i.apiUrl+"api/UEmpDestination/Updatelinemngr",e).then(function(e){o.UpdateDest=e.data,o.UpdateDest?(swal("","Manager updated successfully."),o.reset_form()):swal("","Manager not updated."),o.reset_form()}),o.rgvtbl=!1,o.buzy=!0))}else swal("","Please select  Line Manager or Functional manager")},o.lndisable=function(){o.functional_mngr=!0,o.line_mngr=!1,o.peer_mngr=!0},o.fmdisable=function(){o.functional_mngr=!1,o.line_mngr=!0,o.peer_mngr=!0},o.pmdisable=function(){o.functional_mngr=!0,o.line_mngr=!0,o.peer_mngr=!1},o.check=function(){d=document.getElementById("mainchk");for(var e=0;e<o.EmployeeDest.length;e++){var t=document.getElementById(o.EmployeeDest[e].emp_id);!0===d.checked?(t.checked=!0,$("tr").addClass("row_selected")):(t.checked=!1,$("tr").removeClass("row_selected"))}},o.CheckAny=function(e){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):($(this).closest("tr").removeClass("row_selected"),S),o.color="#edefef"}),!0===(d=document.getElementById("mainchk")).checked&&(d.checked=!1,o.color="#edefef")},a(function(){$("#Table2").tableHeadFixer({top:1})},100)}])}(),function(){"use strict";var e=angular.module("sims.module.SchoolSetup");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("SchoolCalenderNewController",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(s,e,t,a,o,n,i){s.eventsList=[],s.event_object=[],s.display=!0,s.btn_delete=!1,s.check_time_flag=!1,s.update_flag=!1,s.getCalendar=function(){n.get(i.apiUrl+"api/calender/getCalender").then(function(e){s.display=!0,s.obj=e.data,s.eventsList=[];for(var t=0;t<e.data.length;t++){var a=[];a.sims_calendar_date=e.data[t].sims_calendar_date,a.start=e.data[t].sims_calendar_event_start_time,a.end=e.data[t].sims_calendar_event_end_time,a.title=e.data[t].title,a.sims_calendar_event_short_desc=e.data[t].sims_calendar_event_short_desc,a.description=e.data[t].sims_calendar_event_desc,a.id=e.data[t].id,a.category=e.data[t].sims_calendar_event_category,a.category_desc=e.data[t].sims_calendar_event_category_desc,a.color=e.data[t].sims_event_color,a.start_time=e.data[t].sims_calendar_event_start_time,a.end_time=e.data[t].sims_calendar_event_end_time,a.event_type=e.data[t].sims_calendar_event_type,a.event_priority=e.data[t].sims_calendar_event_priority,a.event_status=e.data[t].sims_calendar_event_status,a.event_time_marker=e.data[t].sims_calendar_time_marker,a.event_status=e.data[t].sims_calendar_event_status,s.eventsList.push(a)}console.log(s.eventsList),$(document).ready(function(){var e=document.getElementById("calendar");new FullCalendar.Calendar(e,{initialView:"dayGridMonth",headerToolbar:{left:"prev,next",center:"title",right:"dayGridMonth,timeGridWeek,timeGridDay"},formatDate:"yyyy-MM-dd",eventColor:"green",eventClick:function(e){console.log(e.event),s.update_flag=!0,s.btn_delete=!0,s.check_time_flag=!0;var t={},a=(t.id=e.event.id,t.sims_calendar_number=e.event.id,moment(e.event.start).format("DD-MM-YYYY")),a=(t.sims_calendar_date=a,t.sims_calendar_date_end_date=a,t.start=e.event.start,t.end=e.event.end,t.title=e.event.title,t.sims_calendar_event_short_desc=e.event.extendedProps.sims_calendar_event_short_desc,t.sims_calendar_event_desc=e.event.extendedProps.description,t.sims_calendar_event_category=e.event.extendedProps.category,t.category_desc=e.event.extendedProps.category_desc,t.color=e.event.extendedProps.color,t.sims_calendar_event_start_time=e.event.extendedProps.start_time,t.sims_calendar_event_end_time=e.event.extendedProps.end_time,t.sims_calendar_event_type=e.event.extendedProps.event_type,t.sims_calendar_event_priority=e.event.extendedProps.event_priority,t.event_status=e.event.extendedProps.event_status,t.sims_calendar_time_marker=e.event.extendedProps.event_time_marker,t.sims_calendar_event_status=e.event.extendedProps.event_status,t.sims_calendar_event_priority1=e.event.extendedProps.event_status,s.event_object=t,$("#modalTitle").html(e.event.title),$("#label1").html(e.event.extendedProps.category_desc),document.getElementById("label1"));a.style.backgroundColor=e.event.color,a.style.color="black",$("#Checkbox2").trigger("click"),$("#fullCalModal").modal({backdrop:"static"})},navLinks:!0,editable:!1,selectable:!0,selectMirror:!0,nowIndicator:!0,showNonCurrentDates:!1,events:s.eventsList}).render()})})},s.getCalendar(),n.get(i.apiUrl+"api/calender/getCategorize").then(function(e){s.Categorize_obj=e.data}),n.get(i.apiUrl+"api/calender/getTimeMarkers").then(function(e){s.Timemarkers_obj=e.data}),n.get(i.apiUrl+"api/calender/getEventRepeatParam").then(function(e){s.EventRepeatParam=e.data,0<s.EventRepeatParam.length&&(s.event_object.sims_appl_parameter=s.EventRepeatParam[0].sims_appl_parameter)}),s.EventDeleteById=function(){swal({title:"Are you sure?",text:"You will not be able to recover this Event!",type:"warning",showCancelButton:!0,confirmButtonColor:"#DD6B55",confirmButtonText:"Yes, delete it!",cancelButtonText:"No, cancel plx!",closeOnConfirm:!1,closeOnCancel:!1}).then(function(e){e?n.post(i.apiUrl+"api/calender/EventDeleteById",s.event_object).then(function(e){s.result=e.data,console.log(s.result),$("#fullCalModal").modal("hide"),1==s.result?(s.update_flag=!1,swal("Deleted!","Your Event has been deleted.","success"),s.eventsList=[],s.getCalendar()):0==s.result?swal({title:"Alert",text:"Event Can not Delete. ",imageUrl:"assets/img/notification-alert.png"}):swal("Error-"+s.result)},function(){swal({text:"Internal Server Error",imageUrl:"assets/img/notification-alert.png"})}):(swal("Cancelled","Your imaginary file is safe :)","error"),$("#fullCalModal").modal("hide"))})},s.CancelClear1=function(){s.user=angular.copy(s.event_object),s.Myform.$setPristine(),s.Myform.$setValidity(),s.Myform.$setUntouched(),console.log(s.event_object)},s.TimeMarkersdemo=function(e){for(var t=0;t<s.Categorize_obj.length;t++)if(e==s.Categorize_obj[t].sims_appl_parameter){var a=s.Categorize_obj[t].color_code,o=($("#label1").html(s.Categorize_obj[t].sims_appl_form_field_value1),document.getElementById("label1"));o.style.backgroundColor=a,o.style.color="black";break}},s.checktime=function(e,t){s.check_time_flag=!0,""!=t&&t<=e&&(swal({text:"Please Select Correct Time",imageUrl:"assets/img/notification-alert.png"}),s.event_object.sims_calendar_event_end_time="",s.check_time_flag=!1)},s.getAddEventModal=function(){s.btn_delete=!1,s.check_time_flag=!0,s.event_object="",$("#modalTitle").html("Add Event"),$("#modalBody").html("");var e=document.getElementById("label1");e.style.backgroundColor="",e.style.color="",$("#fullCalModal").modal({backdrop:"static"}),s.update_flag=!1,s.event_object={sims_calendar_date:moment(new Date).format("DD-MM-YYYY"),sims_calendar_date_end_date:moment(new Date).format("DD-MM-YYYY"),sims_calendar_event_status:!0}},s.selectEventRep=function(e){s.showenddate="D"==e},s.AddEventByDate=function(e){if(e&&(1==s.update_flag&&1==s.check_time_flag&&(s.check_time_flag=!1,console.log(s.event_object),n.post(i.apiUrl+"api/calender/EventUpdateByDate",s.event_object).then(function(e){s.result=e.data,console.log(s.result),$("#fullCalModal").modal("hide"),1==s.result?(s.update_flag=!1,swal("Event Updated Successfully!","success"),s.eventsList=[],s.getCalendar()):0==s.result?swal({title:"Alert",text:"Event Can not Update. ",imageUrl:"assets/img/notification-alert.png"}):swal("Error-"+s.result)},function(){swal({title:"Alert",text:"Internal Server Error",imageUrl:"assets/img/notification-alert.png"})})),0==s.update_flag&&1==s.check_time_flag)){s.data=[];new Date;var e=moment(s.event_object.sims_calendar_date,"DD-MM-YYYY").format("YYYY/MM/DD"),t=(new Date,moment(s.event_object.sims_calendar_date_end_date,"DD-MM-YYYY").format("YYYY/MM/DD")),a=e;for(s.event_object.sims_calendar_date=a,s.obj=angular.copy(s.event_object),s.data.push(s.obj);new Date(a)<new Date(t);)a=moment(a,"YYYY/MM/DD").add("days",1),a=moment(a).format("YYYY/MM/DD"),s.event_object.sims_calendar_date=a,s.obj=angular.copy(s.event_object),s.data.push(s.obj);s.check_time_flag=!1,n.post(i.apiUrl+"api/calender/AddEventByDate",s.data).then(function(e){s.result=e.data,console.log(s.result),$("#fullCalModal").modal("hide"),1==s.result?(swal("Event Added Successfully!","success"),s.eventsList=[],s.getCalendar()):0==s.result?swal({title:"Alert",text:"Event Can not Add. ",imageUrl:"assets/img/notification-alert.png"}):swal("Error-"+s.result)},function(){swal({title:"Alert",text:"Internal Server Error",imageUrl:"assets/img/notification-alert.png"})})}},s.date_change=function(e){s.event_object.sims_calendar_date_end_date=angular.copy(e)},$(".clockpicker").clockpicker({autoclose:!0}),$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0}),$(document).on("touch click",'*[data-datepicker="true"] .add-on',function(e){$('input[type="text"]',$(this).parent()).focus()})}])}(),function(){"use strict";var u,e=angular.module("sims.module.SchoolSetup");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("SectionSubjectTermMappingCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(s,e,t,a,o,n,i){var d,c,l;function r(e,t){e?n.get(i.apiUrl+"api/ERP/Grade/getCuriculum_new").then(function(e){s.curriculum=e.data,s.edt.sims_cur_code=s.curriculum[0].sims_cur_code,s.getacyr(s.curriculum[0].sims_cur_code)}):n.get(i.apiUrl+"api/ERP/Grade/getCuriculumfor_Company?comp_code="+t).then(function(e){s.curriculum=e.data,s.edt.sims_cur_code=s.curriculum[0].sims_cur_code,s.getacyr(s.curriculum[0].sims_cur_code)})}s.display=!1,s.grid=!0,s.show=!1,s.table=!1,s.edt={},s.filteredsub_array=[],s.getacyr=function(t){n.get(i.apiUrl+"api/common/getAcademicYear?curCode="+t).then(function(e){s.getAcademicYear=e.data,s.getsections(t,s.getAcademicYear[0].sims_academic_year)})},s.getsections=function(t,a){n.get(i.apiUrl+"api/common/getAllGrades?cur_code="+t+"&academic_year="+a).then(function(e){s.getAllGrades=e.data,s.edt={sims_cur_code:t,sims_academic_year:a,sims_grade_code:s.getAllGrades[0].sims_grade_code},s.getsection(t,a,s.getAllGrades[0].sims_grade_code)})},s.getsection=function(e,t,a){n.get(i.apiUrl+"api/common/getSectionFromGrade?cur_code="+e+"&grade_code="+a+"&academic_year="+t).then(function(e){s.getSectionFromGrade=e.data}),setTimeout(function(){$("#Select22").select2()},100)},n.get(i.apiUrl+"api/ERP/Grade/getAccecssUser_m4").then(function(e){s.global_count_comp=e.data,s.global_count_comp?r(!0,s.user_details.comp):r(!1,s.user_details.comp)});s.getResetButton=function(){s.edt.sims_section_code={},s.edt.sims_grade_code={},s.edt.sims_academic_year={},s.table=!1},s.getSectionGradesWise=function(){s.table=!1,s.SectionSubject=[],n.get(i.apiUrl+"api/term/getSectionTermSubject?curcode="+s.edt.sims_cur_code+"&gradecode="+s.edt.sims_grade_code+"&academicyear="+s.edt.sims_academic_year+"&sectioncode="+s.edt.sims_section_code).then(function(e){s.SectionSubject=e.data,s.edt.sims_subject_code=s.SectionSubject[0].sims_subject_code,s.numPerPage=s.SectionSubject.length,s.maxSize=s.SectionSubject.length,s.totalItems=s.SectionSubject.length,s.todos=s.SectionSubject,s.makeTodos(),s.grid=!0,s.table=!0,console.log(s.SectionSubject);for(var t=0;t<s.filteredTodos.length;t++)for(var a=0;a<s.filteredTodos[t].term.length;a++)s.filteredTodos[t].term[a].sims_section_subject_term_dependency_status&&!s.filteredTodos[t].term[a].sims_subject_status&&(s.filteredTodos[t].term[a].chkdisable=!0),s.filteredTodos[t].term[a].sims_section_subject_term_dependency_status||s.filteredTodos[t].term[a].sims_subject_status||(s.filteredTodos[t].term[a].chkdisable=!1)})},s.on_term_change=function(o){n.get(i.apiUrl+"api/term/getdependentMapping_sub?cur_code="+s.edt.sims_cur_code+"&academic_year="+s.edt.sims_academic_year+"&term_old="+c+"&sub_code_old="+d).then(function(e){s.get_dependent_data_sub=e.data;for(var t=0;t<s.filteredsub_array.length;t++)s.filteredsub_array[t].sims_section_subject_term_dependency_status=!1;for(var a=0;a<s.get_dependent_data_sub.length;a++)for(t=0;t<s.filteredsub_array.length;t++)s.get_dependent_data_sub[a].sims_subject_dependent_subject_code==s.filteredsub_array[t].sims_subject_code&&o==s.get_dependent_data_sub[a].sims_section_subject_term_dependency_code&&(s.filteredsub_array[t].sims_section_subject_term_dependency_status=s.get_dependent_data_sub[a].sims_section_subject_term_dependency_status)})},s.depend=function(e,t,a){s.getAllterms="",s.filteredsub_array=[],setTimeout(function(){$("#DependentModal").modal({backdrop:"static",keyboard:!1})},500),s.subject_name=t.sims_subject_name_en,s.term_name=a.sims_term_desc_en,d=t.sims_subject_code,c=a.sims_term_code,l=t.sims_subject_group_code;for(var o=0;o<s.SectionSubject.length;o++)s.SectionSubject[o].sims_subject_code!=d&&(s.SectionSubject[o].sims_section_subject_term_dependency_status,s.filteredsub_array.push(s.SectionSubject[o]));n.get(i.apiUrl+"api/term/getTermMapping?cur_code="+s.edt.sims_cur_code+"&academic_year="+s.edt.sims_academic_year).then(function(e){s.getAllterms=e.data}),console.log(s.filteredsub_array)},s.checkonebyonedelete=function(e){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),s.color="#edefef"}),1==(u=document.getElementById(e+"chk_term2")).checked&&(u.checked=!1,s.color="#edefef",s.row1="")},s.Selectmultiple=function(){u=document.getElementById("mainchk");for(var e=0;e<s.filteredTodos.length;e++)1==u.checked?s.filteredTodos[e].sims_subject_status=!0:s.filteredTodos[e].sims_subject_status=!1},s.SelectSingle=function(e,t,a){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),s.color="#edefef"}),1==(u=document.getElementById("mainchk")).checked&&(u.checked=!1,s.color="#edefef"),e.term[0].sims_subject_status&&(e.term[1].chkdisable=!0),e.term[1].sims_subject_status&&(e.term[0].chkdisable=!0),e.term[0].sims_subject_status||e.term[1].sims_subject_status||(e.term[1].chkdisable=!1,e.term[0].chkdisable=!1)},s.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<e.sims_subject_name_en.toLowerCase().indexOf(t.toLowerCase());var t})},s.search=function(){s.todos=s.searched(s.SectionSubject,s.searchText),s.totalItems=s.todos.length,s.currentPage="1",""==s.searchText&&(s.todos=s.SectionSubject),s.makeTodos()},s.filteredTodos=[],s.currentPage=1,s.makeTodos=function(){var e=parseInt(s.totalItems%s.numPerPage),e=(s.pagersize="0"==e?parseInt(s.totalItems/s.numPerPage):parseInt(s.totalItems/s.numPerPage)+1,(s.currentPage-1)*s.numPerPage),t=parseInt(e)+parseInt(s.numPerPage);s.filteredTodos=s.todos.slice(e,t)};var m=[],p=(s.btn_submit=function(){for(var e=0;e<s.filteredTodos.length;e++)for(var t=0;t<s.filteredTodos[e].term.length;t++){s.filteredTodos[e].term[t].sims_subject_status;for(var a=0;a<s.SectionSubject.length;a++){s.flag=!0;var o={sims_cur_code:s.filteredTodos[e].sims_cur_code,sims_academic_year:s.filteredTodos[e].sims_academic_year,sims_grade_code:s.filteredTodos[e].sims_grade_code,sims_section_code:s.filteredTodos[e].sims_section_code,sims_subject_code:s.filteredTodos[e].sims_subject_code,sims_subject_group_code:s.filteredTodos[e].sims_subject_group_code,sims_section_subject_term_code:s.filteredTodos[e].term[t].sims_term_code,sims_display_order:s.filteredTodos[e].term[t].sims_display_order,sims_display_report_order:s.filteredTodos[e].term[t].sims_display_report_order,sims_section_subject_credit_hours:s.filteredTodos[e].term[t].sims_section_subject_credit_hours,sims_section_subject_term_status:s.filteredTodos[e].term[t].sims_subject_status,opr:"I"};m.push(o)}}n.post(i.apiUrl+"api/term/CUDsection_subject_term",m).then(function(e){s.msg1=e.data,m=(1==s.msg1?swal({text:"Record Inserted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:300,height:200}):swal({text:"allready present. "+s.msg1,imageUrl:"assets/img/close.png",showCloseButton:!0,width:300,height:200}),[])})},[]);s.Save=function(){for(var e=0;e<s.filteredsub_array.length;e++){var t={sims_cur_code:s.edt.sims_cur_code,sims_academic_year:s.edt.sims_academic_year,sims_section_subject_term_dependency_code:s.edt.sims_term_code,sims_section_subject_term_code:c,sims_subject_main_subject_code:d,sims_subject_group_main_subject_group_code:l,sims_subject_dependent_subject_code:s.filteredsub_array[e].sims_subject_code,sims_subject_group_dependent_subject_group_code:s.filteredsub_array[e].sims_subject_group_code,sims_section_subject_term_dependency_status:s.filteredsub_array[e].sims_section_subject_term_dependency_status,opr:"L"};p.push(t)}n.post(i.apiUrl+"api/term/CUDsection_subject_term_dependent",p).then(function(e){s.msg1=e.data,p=(1==s.msg1?swal({text:"Dependent Subject Mapped Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:300,height:200}):swal({text:"allready present. "+s.msg1,imageUrl:"assets/img/close.png",showCloseButton:!0,width:300,height:200}),[])})}}])}(),function(){"use strict";var e=angular.module("sims.module.SchoolSetup");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("SchoolCalenderviewCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(n,e,t,a,o,s,i){n.eventsList=[],n.event_object=[],n.display=!0,n.btn_delete=!1,n.check_time_flag=!1,s.get(i.apiUrl+"api/calender/getCalender").then(function(e){n.display=!0,n.obj=e.data,n.eventsList=[];for(var t=0;t<e.data.length;t++){var a=[];a.sims_calendar_date=e.data[t].sims_calendar_date,a.start=e.data[t].start,a.end=e.data[t].end,a.title=e.data[t].title,a.sims_calendar_event_short_desc=e.data[t].sims_calendar_event_short_desc,a.description=e.data[t].sims_calendar_event_desc,a.id=e.data[t].id,a.category=e.data[t].sims_calendar_event_category,a.category_desc=e.data[t].sims_calendar_event_category_desc,a.color=e.data[t].sims_event_color,a.start_time=e.data[t].sims_calendar_event_start_time,a.end_time=e.data[t].sims_calendar_event_end_time,a.event_type=e.data[t].sims_calendar_event_type,a.event_priority=e.data[t].sims_calendar_event_priority,a.event_status=e.data[t].sims_calendar_event_status,a.event_time_marker=e.data[t].sims_calendar_time_marker,a.event_status=e.data[t].sims_calendar_event_status,n.eventsList.push(a)}$("#calendar").fullCalendar("removeEvents"),$("#calendar").fullCalendar("addEventSource",n.eventsList),$("#calendar").fullCalendar("refetchEvents")}),s.get(i.apiUrl+"api/calender/getCategorize").then(function(e){n.Categorize_obj=e.data}),s.get(i.apiUrl+"api/calender/getTimeMarkers").then(function(e){n.Timemarkers_obj=e.data}),n.update_flag=!1,$(document).ready(function(){$("#calendar").fullCalendar({header:{left:"prev,next,today",center:"title",right:"month,basicWeek,basicDay"},formatDate:"yyyy-MM-dd",eventClick:function(e,t,a){n.update_flag=!0,n.btn_delete=!0,n.check_time_flag=!0;var o={},s=(o.id=e.id,o.sims_calendar_number=e.id,moment(e.start).format("YYYY/MM/DD")),s=(o.sims_calendar_date=s,o.start=e.start,o.end=e.end,o.title=e.title,o.sims_calendar_event_short_desc=e.sims_calendar_event_short_desc,o.sims_calendar_event_desc=e.description,o.sims_calendar_event_category=e.category,o.category_desc=e.category_desc,o.sims_calendar_event_start_time=e.start_time,o.sims_calendar_event_end_time=e.end_time,o.sims_calendar_event_type=e.event_type,o.sims_calendar_event_priority=e.event_priority,o.event_status=e.event_status,o.sims_calendar_time_marker=e.event_time_marker,o.sims_calendar_event_status=e.event_status,o.sims_calendar_event_priority1=e.event_status,n.event_object=o,console.log(o),console.log(n.event_object),$("#modalTitle").html(e.title),$("#label1").html(e.category_desc),document.getElementById("label1"));s.style.backgroundColor=e.color,s.style.color="black",$("#Checkbox2").trigger("click"),$("#fullCalModal").modal({backdrop:"static"})},defaultDate:"2015-02-02",editable:!1,eventLimit:!0,events:n.eventsList})}),n.EventDeleteById=function(){swal({title:"Are you sure?",text:"You will not be able to recover this Event!",type:"warning",showCancelButton:!0,confirmButtonColor:"#DD6B55",confirmButtonText:"Yes, delete it!",cancelButtonText:"No, cancel plx!",closeOnConfirm:!1,closeOnCancel:!1}).then(function(e){e?s.post(i.apiUrl+"api/calender/EventDeleteById",n.event_object).then(function(e){n.result=e.data,console.log(n.result),$("#fullCalModal").modal("hide"),1==n.result?(n.update_flag=!1,swal("Deleted!","Your Event has been deleted.","success"),n.eventsList=[],s.get(i.apiUrl+"api/calender/getCalender").then(function(e){n.display=!0,n.obj=e.data,n.eventsList=[];for(var t=0;t<e.data.length;t++){var a=[];a.sims_calendar_date=e.data[t].sims_calendar_date,a.start=e.data[t].start,a.end=e.data[t].end,a.title=e.data[t].title,a.sims_calendar_event_short_desc=e.data[t].sims_calendar_event_short_desc,a.description=e.data[t].sims_calendar_event_desc,a.id=e.data[t].id,a.category=e.data[t].sims_calendar_event_category,a.category_desc=e.data[t].sims_calendar_event_category_desc,a.color=e.data[t].sims_event_color,a.start_time=e.data[t].sims_calendar_event_start_time,a.end_time=e.data[t].sims_calendar_event_end_time,a.event_type=e.data[t].sims_calendar_event_type,a.event_priority=e.data[t].sims_calendar_event_priority,a.event_status=e.data[t].sims_calendar_event_status,a.event_time_marker=e.data[t].sims_calendar_time_marker,a.event_status=e.data[t].sims_calendar_event_status,n.eventsList.push(a)}$("#calendar").fullCalendar("removeEvents"),$("#calendar").fullCalendar("addEventSource",n.eventsList),$("#calendar").fullCalendar("refetchEvents")})):swal({title:"Alert",text:"Event Can not Delete",imageUrl:"assets/img/notification-alert.png"})},function(){swal({title:"Alert",text:"Internal Server Error",imageUrl:"assets/img/notification-alert.png"})}):(swal("Cancelled","Your imaginary file is safe :)","error"),$("#fullCalModal").modal("hide"))})},n.CancelClear1=function(){n.user=angular.copy(n.event_object),n.Myform.$setPristine(),n.Myform.$setValidity(),n.Myform.$setUntouched(),console.log(n.event_object)},n.TimeMarkersdemo=function(e){for(var t=0;t<n.Categorize_obj.length;t++)if(e==n.Categorize_obj[t].sims_appl_parameter){var a=n.Categorize_obj[t].color_code,o=($("#label1").html(n.Categorize_obj[t].sims_appl_form_field_value1),document.getElementById("label1"));o.style.backgroundColor=a,o.style.color="black";break}},n.checktime=function(e,t){console.log(e),console.log(t),n.check_time_flag=!0,t<=e&&(swal({title:"Alert",text:"Please Select Correct Time",imageUrl:"assets/img/notification-alert.png"}),n.check_time_flag=!1)},n.getAddEventModal=function(){n.btn_delete=!1,n.check_time_flag=!0,n.event_object="",$("#modalTitle").html("Add Event"),$("#modalBody").html("");var e=document.getElementById("label1");e.style.backgroundColor="",e.style.color="",$("#fullCalModal").modal({backdrop:"static"}),n.update_flag=!1},n.AddEventByDate=function(e){if(e&&(1==n.update_flag&&1==n.check_time_flag&&(n.check_time_flag=!1,console.log(n.event_object),s.post(i.apiUrl+"api/calender/EventUpdateByDate",n.event_object).then(function(e){n.result=e.data,console.log(n.result),$("#fullCalModal").modal("hide"),1==n.result?(n.update_flag=!1,swal("Event Updated Successfully!","success"),n.eventsList=[],s.get(i.apiUrl+"api/calender/getCalender").then(function(e){n.display=!0,n.obj=e.data,n.eventsList=[];for(var t=0;t<e.data.length;t++){var a=[];a.sims_calendar_date=e.data[t].sims_calendar_date,a.start=e.data[t].start,a.end=e.data[t].end,a.title=e.data[t].title,a.sims_calendar_event_short_desc=e.data[t].sims_calendar_event_short_desc,a.description=e.data[t].sims_calendar_event_desc,a.id=e.data[t].id,a.category=e.data[t].sims_calendar_event_category,a.category_desc=e.data[t].sims_calendar_event_category_desc,a.color=e.data[t].sims_event_color,a.start_time=e.data[t].sims_calendar_event_start_time,a.end_time=e.data[t].sims_calendar_event_end_time,a.event_type=e.data[t].sims_calendar_event_type,a.event_priority=e.data[t].sims_calendar_event_priority,a.event_status=e.data[t].sims_calendar_event_status,a.event_time_marker=e.data[t].sims_calendar_time_marker,a.event_status=e.data[t].sims_calendar_event_status,n.eventsList.push(a)}$("#calendar").fullCalendar("removeEvents"),$("#calendar").fullCalendar("addEventSource",n.eventsList),$("#calendar").fullCalendar("refetchEvents")})):swal({title:"Alert",text:"Event Can not Update",imageUrl:"assets/img/notification-alert.png"})},function(){swal({title:"Alert",text:"Internal Server Error",imageUrl:"assets/img/notification-alert.png"})})),0==n.update_flag&&1==n.check_time_flag)){n.data=[];new Date;var e=moment(n.event_object.sims_calendar_date).format("YYYY/MM/DD"),t=(new Date,moment(n.event_object.sims_calendar_date_end_date).format("YYYY/MM/DD")),a=e;for(n.event_object.sims_calendar_date=a,n.obj=angular.copy(n.event_object),n.data.push(n.obj);new Date(a)<new Date(t);)a=moment(a,"YYYY/MM/DD").add("days",1),a=moment(a).format("YYYY/MM/DD"),n.event_object.sims_calendar_date=a,n.obj=angular.copy(n.event_object),n.data.push(n.obj);n.check_time_flag=!1,console.log(n.data),s.post(i.apiUrl+"api/calender/AddEventByDate",n.data).then(function(e){n.result=e.data,console.log(n.result),$("#fullCalModal").modal("hide"),1==n.result?(swal("Event Added Successfully!","success"),n.eventsList=[],s.get(i.apiUrl+"api/calender/getCalender").then(function(e){n.display=!0,n.obj=e.data,n.eventsList=[];for(var t=0;t<e.data.length;t++){var a=[];a.sims_calendar_date=e.data[t].sims_calendar_date,a.start=e.data[t].start,a.end=e.data[t].end,a.title=e.data[t].title,a.sims_calendar_event_short_desc=e.data[t].sims_calendar_event_short_desc,a.description=e.data[t].sims_calendar_event_desc,a.id=e.data[t].id,a.category=e.data[t].sims_calendar_event_category,a.category_desc=e.data[t].sims_calendar_event_category_desc,a.color=e.data[t].sims_event_color,a.start_time=e.data[t].sims_calendar_event_start_time,a.end_time=e.data[t].sims_calendar_event_end_time,a.event_type=e.data[t].sims_calendar_event_type,a.event_priority=e.data[t].sims_calendar_event_priority,a.event_status=e.data[t].sims_calendar_event_status,a.event_time_marker=e.data[t].sims_calendar_time_marker,a.event_status=e.data[t].sims_calendar_event_status,n.eventsList.push(a)}$("#calendar").fullCalendar("removeEvents"),$("#calendar").fullCalendar("addEventSource",n.eventsList),$("#calendar").fullCalendar("refetchEvents")})):swal({title:"Alert",text:"Event Can not Add",imageUrl:"assets/img/notification-alert.png"})},function(){swal({title:"Alert",text:"Internal Server Error",imageUrl:"assets/img/notification-alert.png"})})}},n.date_change=function(e){n.event_object.sims_calendar_date_end_date=angular.copy(e)},$("#calender-next").click(function(){$("#calendar").fullCalendar("next"),c()}),$("#calender-prev").click(function(){$("#calendar").fullCalendar("prev"),c()});var d=new Date,_=d.toLocaleString("default",{month:"long"}),d=d.getFullYear();function c(){var e=$("#calendar").fullCalendar("getDate"),t=e.toLocaleDateString("en-US",{weekday:"long",year:"numeric",month:"short"}),e=e.toLocaleDateString("en-US",{month:"short",year:"numeric"});$("#calender-current-day").html(t),$("#calender-current-date").html(e)}$("#calender-current-date").html(_+" "+d),$("#change-view-month").click(function(){$("#calendar").fullCalendar("changeView","month")}),$("#change-view-week").click(function(){$("#calendar").fullCalendar("changeView","agendaWeek")}),$("#change-view-day").click(function(){$("#calendar").fullCalendar("changeView","agendaDay")}),$(".clockpicker").clockpicker({autoclose:!0}),$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0}),$(document).on("touch click",'*[data-datepicker="true"] .add-on',function(e){$('input[type="text"]',$(this).parent()).focus()})}])}(),function(){"use strict";var r,m,p=[];angular.module("sims.module.SchoolSetup").controller("ClassTeacherMappingCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(i,e,t,a,o,s,d){i.display=!1,i.pagesize="10",i.pageindex="0",i.pager=!0,i.table=!1,i.busyindicator=!1;var n,c="";i.temp={};function l(e,t){e?s.get(d.apiUrl+"api/ERP/Grade/getCuriculum_new").then(function(e){i.cur_data=e.data,i.temp.sims_cur_code=i.cur_data[0].sims_cur_code,i.academic_year()}):s.get(d.apiUrl+"api/ERP/Grade/getCuriculumfor_Company?comp_code="+t).then(function(e){i.cur_data=e.data,i.temp.sims_cur_code=i.cur_data[0].sims_cur_code,i.academic_year()})}i.info={section:[]},i.propertyName=null,i.reverse=!1,i.sortBy=function(e){i.reverse=i.propertyName===e&&!i.reverse,i.propertyName=e,console.log("Data:",i.propertyName),console.log("Data:",i.reverse)},s.get(d.apiUrl+"api/ERP/Grade/getAccecssUser?user="+t.globals.currentUser.username).then(function(e){i.count=e.data,i.count?l(!0,i.user_details.comp):l(!1,i.user_details.comp)}),i.academic_year=function(){s.get(d.apiUrl+"api/common/getAcademicYear?curCode="+i.cur_data[0].sims_cur_code).then(function(e){i.aca_year=e.data,console.log(i.aca_year),i.temp.sims_academic_year=i.aca_year[0].sims_academic_year})},i.getGrades=function(){n={sims_cur:i.temp.sims_cur_code,sims_academic_year:i.temp.sims_academic_year},s.post(d.apiUrl+"api/classteachermapping/gradedetails",n).then(function(e){i.grade_data=e.data.table,i.section_data=e.data.table1,console.log(e.data)})},i.getteacherdata=function(){i.getGrades(),i.busyindicator=!0,i.table=!1,s.get(d.apiUrl+"api/classteachermapping/GetAllTeacher_Name?data="+JSON.stringify(i.temp)).then(function(e){i.All_Teacher_Name=e.data,console.log(i.All_Teacher_Name),i.totalItems=i.All_Teacher_Name.length,i.todos=i.All_Teacher_Name,i.makeTodos(),i.table=!0,i.busyindicator=!1})},i.filteredTodos=[],i.currentPage=1,i.numPerPage=10,i.maxSize=10,i.makeTodos=function(){var e=parseInt(i.totalItems%i.numPerPage),e=(i.pagersize="0"==e?parseInt(i.totalItems/i.numPerPage):parseInt(i.totalItems/i.numPerPage)+1,(i.currentPage-1)*i.numPerPage),t=parseInt(e)+parseInt(i.numPerPage);i.filteredTodos=i.todos.slice(e,t),1==(r=document.getElementById("mainchk")).checked&&(r.checked=!1,i.row1="",i.CheckAllChecked())},i.SaveTeacherData=function(){for(var e=[{}],t=0;t<i.filteredTodos.length;t++)1==i.filteredTodos[t].ischange&&""!=i.filteredTodos[t].sims_grade_code&&""!=i.filteredTodos[t].sims_section_code&&(e[e.length]={sims_cur_code:i.temp.sims_cur_code,sims_academic_year:i.temp.sims_academic_year,sims_grade_code:i.filteredTodos[t].sims_grade_code,sims_section_code:i.filteredTodos[t].sims_section_code,sims_teacher_code:i.filteredTodos[t].sims_teacher_code,opr:"I"});e.splice(0,1);var a=e;0<a.length?(i.busyindicator=!0,i.table=!1,s.post(d.apiUrl+"api/classteachermapping/InsertUpdateClassTeacher?simsobj=",a).then(function(e){i.msg1=e.data,1==i.msg1?(swal({text:"Teacher Mapping Updated Successfully",imageUrl:"assets/img/check.png",width:320,showCloseButton:!0}),i.getteacherdata()):0==i.msg1?swal({text:"Teacher Mapping Not Updated. ",imageUrl:"assets/img/close.png",width:320,showCloseButton:!0}):swal("Error-"+i.msg1),s.get(d.apiUrl+"api/classteachermapping/GetAllTeacher_Name?data="+JSON.stringify(i.temp)).then(function(e){i.All_Teacher_Name=e.data,i.totalItems=i.All_Teacher_Name.length,i.todos=i.All_Teacher_Name,i.makeTodos(),i.table=!0,i.busyindicator=!1})})):swal({text:"Please select at least one record",imageUrl:"assets/img/notification-alert.png",width:340,showCloseButton:!0})},i.CheckClassTeacherExist=function(n){n.ischange=!0;n.sims_section_code;var e={sims_cur_code:i.temp.sims_cur_code,sims_academic_year:i.temp.sims_academic_year,sims_grade_code:n.sims_grade_code,sims_section_code:n.sims_section_code,sims_teacher_code:n.sims_teacher_code,opr:"C"};s.post(d.apiUrl+"api/classteachermapping/CheckExist?simsobj=",e).then(function(e){if(i.isexist_teacher=e.data,0<i.isexist_teacher.length)for(var t=0;t<i.isexist_teacher.length;t++){if(1==i.isexist_teacher[t].isexist){n.sims_section_code="",m=i.isexist_teacher[t].sims_grade_name+"    Of    "+i.isexist_teacher[t].sims_section_name+"      This Class Already Assigned To    "+i.isexist_teacher[t].sims_teacher_name,swal({text:m,width:380,showCloseButton:!0});break}i.flag=!1;for(var a=0;a<i.All_Teacher_Name.length;a++)if(n.sims_section_code==i.All_Teacher_Name[a].sims_section_code&&n.sims_grade_code==i.All_Teacher_Name[a].sims_grade_code&&n.sims_teacher_code!=i.All_Teacher_Name[a].sims_teacher_code){n.sims_section_code="",m="This Class Already Assigned To    "+i.All_Teacher_Name[a].sims_teacher_name,swal({text:m,width:380,showCloseButton:!0});for(var o=0;o<p.length;o++)if(n.sims_teacher_code==p[o].teacher_code){var s=p.indexOf(n.sims_section_code);p.splice(s,1),i.All_Teacher_Name[a].sims_section_code="";break}break}}})},i.CheckAllChecked=function(){c=[],r=document.getElementById("mainchk");for(var e=0;e<i.filteredTodos.length;e++){var t=i.filteredTodos[e].sims_teacher_code,t=document.getElementById(t);1==r.checked?(t.checked=!0,c=c+i.filteredTodos[e].sims_teacher_code+",",i.row1="row_selected"):(t.checked=!1,r.checked=!1,i.row1="")}},i.CheckOnebyOneDelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),i.color="#edefef"}),1==(r=document.getElementById("mainchk")).checked&&(r.checked=!1,i.row1="")},i.DeleteTeacherData=function(){for(var e=!(i.currentPage=1),t=[],a=0;a<i.filteredTodos.length;a++)1==document.getElementById(i.filteredTodos[a].sims_teacher_code).checked&&(e=!0,i.filteredTodos[a].sims_cur_code=i.temp.sims_cur_code,i.filteredTodos[a].academic_year=i.temp.academic_year,i.filteredTodos[a].opr="D",t.push(i.filteredTodos[a]));e?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){e?s.post(d.apiUrl+"api/classteachermapping/IUDnsertClassTeacher",t).then(function(e){i.msg1=e.data,1==i.msg1?(swal({text:"Record Deleted Successfully",imageUrl:"assets/img/check.png",width:350,showCloseButton:!0}),i.table=!0,i.busyindicator=!1,i.currentPage=1,c="",i.row1="",i.filteredTodos="",i.getteacherdata()):0==i.msg1?(i.table=!0,i.currentPage=1,i.busyindicator=!1,swal({text:"Record Not Deleted. ",width:350,showCloseButton:!0})):swal("Error-"+i.msg1)}):(i.filteredTodos=[],i.currentPage=1,i.table=!0,i.busyindicator=!1,c="",i.row1="",i.makeTodos())}):swal({text:"Select At Least One Record To Delete",imageUrl:"assets/img/notification-alert.png",width:350,showCloseButton:!0})},i.size=function(e){"All"==e?(i.currentPage="1",i.filteredTodos=i.All_Teacher_Name,i.pager=!1):(i.pager=!0,i.pagesize=e,i.currentPage=1,i.numPerPage=e,i.makeTodos()),i.numPerPage=e,console.log("numPerPage="+i.numPerPage)},i.index=function(e){i.pageindex=e,i.currentPage=e,i.makeTodos()},i.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).sims_teacher_name.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_employee_code.toLowerCase().indexOf(t.toLowerCase());var t})},i.search=function(){i.todos=i.searched(i.All_Teacher_Name,i.searchText),i.totalItems=i.todos.length,i.currentPage="1",""==i.searchText&&(i.todos=i.All_Teacher_Name),i.makeTodos()},i.Change=function(e){e.ischange=!0},a(function(){$("#fixTable").tableHeadFixer({top:1})},100)}])}(),function(){"use strict";var n,l,r=[];angular.module("sims.module.SchoolSetup").controller("ClassWiseTeacherMappingCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(d,e,t,a,o,i,c){d.display=!1,d.pagesize="200",d.pageindex="0",d.pager=!1,d.table=!1,d.busyindicator=!1,d.isExportExcel=!0;var s;d.temp={},d.sup=!1,d.showIHS=!1,["ihsonlineom","mstagingdso","iisonlinedso","mstagingag","ihsonlineag","mstagingom","portaldso","portalag","portalom"].includes(i.defaults.headers.common.schoolId)?d.showIHS=!0:d.showIHS=!1;d.info={section:[]},d.propertyName=null,d.reverse=!1,d.sortBy=function(e){d.reverse=d.propertyName===e&&!d.reverse,d.propertyName=e,console.log("Data:",d.propertyName),console.log("Data:",d.reverse)},"sis"==i.defaults.headers.common.schoolId||"tiadxb"==i.defaults.headers.common.schoolId||"tiashj"==i.defaults.headers.common.schoolId||"aisdxb"==i.defaults.headers.common.schoolId||"tosdxb"==i.defaults.headers.common.schoolId||"staging1"==i.defaults.headers.common.schoolId||"staging2"==i.defaults.headers.common.schoolId||"staging3"==i.defaults.headers.common.schoolId||"staging4"==i.defaults.headers.common.schoolId||"staging"==i.defaults.headers.common.schoolId||"aics"==i.defaults.headers.common.schoolId?d.sup=!0:d.sup=!1,d.getCur=function(e,t){e?i.get(c.apiUrl+"api/ERP/Grade/getCuriculum_new").then(function(e){d.cur_data=e.data,d.temp.sims_cur_code=d.cur_data[0].sims_cur_code,d.academic_year(d.cur_data[0].sims_cur_code)}):i.get(c.apiUrl+"api/ERP/Grade/getCuriculumfor_Company?comp_code="+t).then(function(e){d.cur_data=e.data,d.temp.sims_cur_code=d.cur_data[0].sims_cur_code,d.academic_year(d.cur_data[0].sims_cur_code)})},i.get(c.apiUrl+"api/ERP/Grade/getAccecssUser_m4").then(function(e){d.count=e.data;e=void 0===d.user_details?"":d.user_details.comp;d.count?d.getCur(!0,e):d.getCur(!1,e)}),d.academic_year=function(t){i.get(c.apiUrl+"api/common/getAcademicYear?curCode="+t).then(function(e){d.aca_year=e.data,d.temp.sims_academic_year=d.aca_year[0].sims_academic_year,d.grade_data(t,d.temp.sims_academic_year)})},d.grade_data=function(e,t){i.get(c.apiUrl+"api/common/getAllGrades?cur_code="+e+"&academic_year="+t).then(function(e){d.grd_code=e.data,setTimeout(function(){$("#group_id").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"})},1e3)})},$(function(){$("#group_id").multipleSelect({width:"100%"})}),d.temp={sims_grade_code:[]},d.info={sims_inclusion_teacher_code:[]},d.getteacher=function(){s={sims_cur:d.temp.sims_cur_code,sims_academic_year:d.temp.sims_academic_year},i.post(c.apiUrl+"api/classwiseteachermapping/teacherdetails",s).then(function(e){d.teacher_data=e.data.table})},d.getteacherdata=function(){d.getteacher(),d.busyindicator=!0,d.table=!1,i.get(c.apiUrl+"api/classwiseteachermapping/GetAllClass_Name?sims_cur_code="+d.temp.sims_cur_code+"&sims_academic_year="+d.temp.sims_academic_year+"&sims_grade_code="+d.temp.sims_grade_code).then(function(e){d.All_Teacher_Name=e.data,console.log(d.All_Teacher_Name),d.totalItems=d.All_Teacher_Name.length,d.todos=d.All_Teacher_Name,d.makeTodos(),d.busyindicator=!1,d.table=!0,0<d.All_Teacher_Name.length&&(d.isExportExcel=!0,setTimeout(function(){for(var e=0;e<d.All_Teacher_Name.length;e++){var t=d.All_Teacher_Name[e].sims_supervisor_code.split(",");$("#test_"+e).val(t),$("#test_"+e).multipleSelect({width:"100%",filter:!0}),$("#test_"+e).change(function(){console.log($(this).val())})}},300))})},d.getteacherdata_excel=function(){i.get(c.apiUrl+"api/classwiseteachermapping/GetAllClass_Name_ex?cur_code="+d.temp.sims_cur_code+"&academic_year="+d.temp.sims_academic_year+"&sims_grade_code="+d.temp.sims_grade_code).then(function(e){d.getexcel_Data=e.data})},d.exportExcelBtn=function(){swal({title:"",text:"Are you sure you want to Save?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){e&&(e=new Blob([document.getElementById("export").innerHTML],{type:"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;charset=utf-8"}),saveAs(e,"ClassTeacherMappingReport.xls"))})},d.filteredTodos=[],d.currentPage=1,d.numPerPage=200,d.maxSize=200,d.makeTodos=function(){var e=parseInt(d.totalItems%d.numPerPage),e=(d.pagersize="0"==e?parseInt(d.totalItems/d.numPerPage):parseInt(d.totalItems/d.numPerPage)+1,(d.currentPage-1)*d.numPerPage),t=parseInt(e)+parseInt(d.numPerPage);d.filteredTodos=d.todos.slice(e,t),1==(n=document.getElementById("mainchk")).checked&&(n.checked=!1,d.row1="",d.CheckAllChecked())},d.SaveTeacherData=function(){for(var e=[{}],t=0;t<d.filteredTodos.length;t++)if(1==d.filteredTodos[t].ischange&&""!=d.filteredTodos[t].sims_teacher_code&&""!=d.filteredTodos[t].sims_teacher_assi_code){for(var a="",o=0;o<d.filteredTodos[t].sims_supervisor_code.length;o++)a=a+d.filteredTodos[t].sims_supervisor_code[o]+",";console.log("Super"+a),e[e.length]={sims_cur_code:d.temp.sims_cur_code,sims_academic_year:d.temp.sims_academic_year,sims_grade_code:d.filteredTodos[t].sims_grade_code,sims_section_code:d.filteredTodos[t].sims_section_code,sims_teacher_code:d.filteredTodos[t].sims_class_teacher_code,sims_teacher_assi_code:d.filteredTodos[t].sims_class_assistant_teacher_code,sims_inclusion_teacher_code:d.filteredTodos[t].sims_inclusion_teacher_code,sims_teacher_super_code:a,opr:"I"}}e.splice(0,1);var s=e;0<s.length?(d.busyindicator=!0,d.table=!1,i.post(c.apiUrl+"api/classwiseteachermapping/InsertUpdateClassTeacher?simsobj=",s).then(function(e){d.msg1=e.data,1==d.msg1?swal({text:"Teacher Mapping Updated Successfully",imageUrl:"assets/img/check.png",width:320,showCloseButton:!0}):0==d.msg1?swal({text:"Teacher Mapping Not Updated. ",imageUrl:"assets/img/close.png",width:320,showCloseButton:!0}):swal("Error-"+d.msg1),d.getteacherdata()})):swal({text:"Please select at least one record",imageUrl:"assets/img/notification-alert.png",width:340,showCloseButton:!0})},d.CheckClassTeacherExist=function(n){n.ischange=!0;n.sims_section_code;var e={sims_cur_code:d.temp.sims_cur_code,sims_academic_year:d.temp.sims_academic_year,sims_grade_code:n.sims_grade_code,sims_section_code:n.sims_section_code,sims_teacher_code:n.sims_teacher_code,opr:"C"};i.post(c.apiUrl+"api/classteachermapping/CheckExist?simsobj=",e).then(function(e){if(d.isexist_teacher=e.data,0<d.isexist_teacher.length)for(var t=0;t<d.isexist_teacher.length;t++){if(1==d.isexist_teacher[t].isexist){n.sims_section_code="",l=d.isexist_teacher[t].sims_grade_name+"    Of    "+d.isexist_teacher[t].sims_section_name+"      This Class Already Assigned To    "+d.isexist_teacher[t].sims_teacher_name,swal({text:l,width:380,showCloseButton:!0});break}d.flag=!1;for(var a=0;a<d.All_Teacher_Name.length;a++)if(n.sims_section_code==d.All_Teacher_Name[a].sims_section_code&&n.sims_grade_code==d.All_Teacher_Name[a].sims_grade_code&&n.sims_teacher_code!=d.All_Teacher_Name[a].sims_teacher_code){n.sims_section_code="",l="This Class Already Assigned To    "+d.All_Teacher_Name[a].sims_teacher_name,swal({text:l,width:380,showCloseButton:!0});for(var o=0;o<r.length;o++)if(n.sims_teacher_code==r[o].teacher_code){var s=r.indexOf(n.sims_section_code);r.splice(s,1),d.All_Teacher_Name[a].sims_section_code="";break}break}}})},d.CheckAllChecked=function(){if(1==(n=document.getElementById("mainchk")).checked)for(var e=0;e<d.filteredTodos.length;e++)document.getElementById(d.filteredTodos[e].sims_grade_code+d.filteredTodos[e].sims_section_code).checked=!0,d.row1="row_selected",$("tr").addClass("row_selected");else for(e=0;e<d.filteredTodos.length;e++)document.getElementById(d.filteredTodos[e].sims_grade_code+d.filteredTodos[e].sims_section_code).checked=!1,n.checked=!1,d.row1="",$("tr").removeClass("row_selected")},d.CheckOnebyOneDelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),d.color="#edefef"}),1==(n=document.getElementById("mainchk")).checked&&(n.checked=!1,d.row1="")},d.DeleteTeacherData=function(){for(var e=!(d.currentPage=1),t=[],a=0;a<d.filteredTodos.length;a++)1==document.getElementById(d.filteredTodos[0].sims_grade_code+d.filteredTodos[0].sims_section_code).checked&&(e=!0,d.filteredTodos[a].sims_cur_code=d.temp.sims_cur_code,d.filteredTodos[a].academic_year=d.temp.academic_year,d.filteredTodos[a].opr="D",t.push(d.filteredTodos[a]));e?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){e?i.post(c.apiUrl+"api/classteachermapping/IUDnsertClassTeacher",t).then(function(e){d.msg1=e.data,1==d.msg1?(swal({text:"Record Deleted Successfully",imageUrl:"assets/img/check.png",width:350,showCloseButton:!0}),d.table=!0,d.busyindicator=!1,d.currentPage=1,d.row1="",d.filteredTodos="",d.getteacherdata()):0==d.msg1?(d.table=!0,d.currentPage=1,d.busyindicator=!1,swal({text:"Record Not Deleted. ",width:350,showCloseButton:!0})):swal("Error-"+d.msg1)}):(d.filteredTodos=[],d.currentPage=1,d.table=!0,d.busyindicator=!1,d.row1="",d.makeTodos())}):swal({text:"Select At Least One Record To Delete",imageUrl:"assets/img/notification-alert.png",width:350,showCloseButton:!0})},d.size=function(e){"All"==e?(d.currentPage="1",d.filteredTodos=d.All_Teacher_Name,d.pager=!1):(d.pager=!0,d.pagesize=e,d.currentPage=1,d.numPerPage=e,d.makeTodos()),d.numPerPage=e,console.log("numPerPage="+d.numPerPage)},d.index=function(e){d.getteacher(),d.pageindex=e,d.currentPage=e,d.makeTodos()},d.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).sims_grade_name_en.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_section_name_en.toLowerCase().indexOf(t.toLowerCase());var t})},d.search=function(){d.todos=d.searched(d.All_Teacher_Name,d.searchText),d.totalItems=d.todos.length,d.currentPage="1",""==d.searchText&&d.getteacherdata(),d.makeTodos()},d.Change=function(e){e.ischange=!0},a(function(){$("#fixTable").tableHeadFixer({top:1})},100),d.base64=function(e){return window.btoa(unescape(encodeURIComponent(e)))},d.format=function(e,a){return e.replace(/{(\w+)}/g,function(e,t){return a[t]})},d.getFormatedDate=function(e,t,a,o){var s="";if(void 0!==a)switch(a){case"yy":e=new Date(e.setFullYear(e.getFullYear()+o));break;case"mm":e=new Date(e.setMonth(e.getMonth()+o));break;case"dd":e=new Date(e.setDate(e.getDate()+o));break;case"hh":e=new Date(e.setHours(e.getHours()+o));break;case"ms":e=new Date(e.setMinutes(e.getMinutes()+o));break;case"ss":e=new Date(e.setSeconds(e.getSeconds()+o));break;case"ms":e=new Date(e.setMilliseconds(e.getMilliseconds()+o))}for(var a=e.toLocaleString().split(" "),n=t.split("."),i=n.length,d=a[0].replace(",","").split("/"),_=a[1].split(":"),c=a[2],l=0;l<i;l++)switch(n[l]){case"yy":s+=d[2].substring(2);break;case"yyyy":s+=d[2];break;case"mm":s+=d[0];break;case"MM":s+=e.toString().substring(4,7);break;case"dd":s+=d[1];break;case"DD":s+=e.toString().substring(0,3);break;case"hh":s+=_[0];break;case"mn":s+=_[1];break;case"ss":s+=_[2];break;case"ap":s+=c;break;case"/":s+="/";break;case":":s+=":";break;case"-":s+="-";break;case"_":s+="_";break;case" ":s+=" "}return s},d.printExcel=function(a,e,t){var o=a.length,s="";s+='<table border="1"><thead><tr>';for(var n=0;n<o;n++)s+='<th style="font-size:14px; text-align:center; padding:8px;">'+a[n].title+"</th>";s+="</tr></thead><tbody>",e.forEach(function(e){s+="<tr>";for(var t=0;t<o;t++)s+='<td style="font-size:14px; text-align:center; padding:8px;">'+e[a[t].dataKey]+"</td>";s+="</tr>"});var e={worksheet:t||"Worksheet",table:s+="</tbody></table>"},i=document.createElement("a"),e=(i.href="data:application/vnd.ms-excel;base64,"+d.base64(d.format('<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:x="urn:schemas-microsoft-com:office:excel" xmlns="http://www.w3.org/TR/REC-html40"><head>\x3c!--[if gte mso 9]><xml><x:ExcelWorkbook><x:ExcelWorksheets><x:ExcelWorksheet><x:Name>{worksheet}</x:Name><x:WorksheetOptions><x:DisplayGridlines/></x:WorksheetOptions></x:ExcelWorksheet></x:ExcelWorksheets></x:ExcelWorkbook></xml><![endif]--\x3e<meta http-equiv="content-type" content="text/plain; charset=UTF-8"/></head><body><table>{table}</table></body></html>',e)),new Date);i.download=t.replace(/ /g,"_")+"_"+d.getFormatedDate(e,"dd./.mm./.yyyy. .hh.:.mn.:.ss").replace(/ /g,"_")+".xls",i.click()}}])}(),function(){"use strict";var r,m=[],p=[],e=angular.module("sims.module.SchoolSetup");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("SectionSubjectCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV","$filter",function(n,e,t,a,o,i,d,s){function c(e,t){e?i.get(d.apiUrl+"api/ERP/Grade/getCuriculum_new").then(function(e){n.curriculum=e.data,n.edt.sims_cur_code=n.curriculum[0].sims_cur_code,n.getacyr(n.curriculum[0].sims_cur_code)}):i.get(d.apiUrl+"api/ERP/Grade/getCuriculumfor_Company?comp_code="+t).then(function(e){n.curriculum=e.data,n.edt.sims_cur_code=n.curriculum[0].sims_cur_code,n.getacyr(n.curriculum[0].sims_cur_code)})}n.display=!1,n.grid=!0,n.show=!1,n.table=!1,n.pagesize="30",n.pageindex="0",n.pager=!0,n.checkbox=!1,n.edt={},n.temp={},n.sims_view_mode=!1,n.serial=!0,n.serial1=!0,n.subjectcnt=!1,"smfcbse"==i.defaults.headers.common.schoolId?n.subjectcnt=!0:n.subjectcnt=!1,n.filteredTodos=[],n.currentPage=1,n.numPerPage=30,n.maxSize=100,n.makeTodos=function(){var e,t;"All"==n.pagesize?(n.currentPage=1,n.showPager=!1,n.filteredTodos=n.report_data):(e=parseInt(n.totalItems%n.numPerPage),n.pagersize="0"==e?parseInt(n.totalItems/n.numPerPage):parseInt(n.totalItems/n.numPerPage)+1,e=(n.currentPage-1)*n.numPerPage,t=parseInt(e)+parseInt(n.numPerPage),console.log("begin="+e),console.log("end="+t),n.filteredTodos=n.todos.slice(e,t))},n.getacyr=function(t){i.get(d.apiUrl+"api/common/getAcademicYear?curCode="+t).then(function(e){n.getAcademicYear=e.data,n.getsections(t,n.getAcademicYear[0].sims_academic_year)})},n.getsections=function(t,a){i.get(d.apiUrl+"api/common/getAllGrades?cur_code="+t+"&academic_year="+a).then(function(e){n.getAllGrades=e.data,n.edt={sims_cur_code:t,sims_academic_year:a,sims_grade_code:n.getAllGrades[0].sims_grade_code},n.getsection(t,a,n.getAllGrades[0].sims_grade_code)})},n.getsection=function(e,t,a){i.get(d.apiUrl+"api/common/getSectionFromGrade?cur_code="+e+"&grade_code="+a+"&academic_year="+t).then(function(e){n.getSectionFromGrade=e.data,setTimeout(function(){$("#Select22").select2()},100)})},i.get(d.apiUrl+"api/ERP/Grade/getAccecssUser?user="+t.globals.currentUser.username).then(function(e){n.global_count_comp=e.data,n.global_count_comp?c(!0,n.user_details.comp):c(!1,n.user_details.comp)});var l=[];n.getSectionGradesWise=function(){n.selected_year=s("filter")(n.getAcademicYear,{sims_academic_year:n.edt.sims_academic_year},!0),n.table=!1,n.busy=!0,n.SectionSubject=[],i.get(d.apiUrl+"api/common/SectionSubject/getSubjectByIndex?curcode="+n.edt.sims_cur_code+"&gradecode="+n.edt.sims_grade_code+"&academicyear="+n.edt.sims_academic_year+"&sectioncode="+n.edt.sims_section_code).then(function(e){if(n.SectionSubject=e.data,0<n.SectionSubject.length){for(var t=0,a=0;a<n.SectionSubject.length;a++)1==n.SectionSubject[a].sims_subject_status&&(n.allcount=t+=1,console.log("allcount",n.allcount)),r=document.getElementById("mainchk"),t==n.SectionSubject.length?r.checked=!0:r.checked=!1;n.numPerPage=n.SectionSubject.length,n.maxSize=n.SectionSubject.length,n.totalItems=n.SectionSubject.length,n.todos=n.SectionSubject,console.log("TODOS",n.todos),console.log("Subject",n.SectionSubject),n.makeTodos(),n.grid=!0,n.busy=!1,n.table=!0,n.temp.sims_view_mode=!1}else swal({text:"Data Not Found",width:300,showCloseButton:!0})}),"O"==n.selected_year[0].sims_academic_year_status?n.dsblBtn=!0:n.dsblBtn=!1},n.exportData=function(){swal({title:"",text:"Are you sure you want to Save?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){e&&(n.fileName="SectionSubject",n.exportData1=[],n.exportData1.push(["Subject Name","Subject Abberivation","Subject Moe Code","Subject Type Name","Subject Group Name","Display Order","Moodle Course ID","Subject Credit Hours"]),angular.forEach(n.SectionSubject,function(e,t){!0===n.SectionSubject[t].sims_subject_status&&(t=[e.sims_subject_name,e.sims_subject_abbr,e.sims_moe_code,e.sims_subject_type_name,e.sims_subject_group_name_en,e.sims_display_order,e.sims_subject_mdl_course_id,e.sims_section_subject_credit_hours],n.exportData1.push(t))}),n.exportexcel(n.exportData1))})},n.exportexcel=function(e){var t=new function e(){if(!(this instanceof e))return new e;this.SheetNames=[],this.Sheets={}},e=function(e){for(var t,a={},o={s:{c:1e7,r:1e7},e:{c:0,r:0}},s=0;s!=e.length;++s)for(var n=0;n!=e[s].length;++n){o.s.r>s&&(o.s.r=s),o.s.c>n&&(o.s.c=n),o.e.r<s&&(o.e.r=s),o.e.c<n&&(o.e.c=n);var i,d={v:e[s][n]};null!=d.v&&(i=XLSX.utils.encode_cell({c:n,r:s}),"number"==typeof d.v?d.t="n":"boolean"==typeof d.v?d.t="b":d.v instanceof Date?(d.t="n",d.z=XLSX.SSF._table[14],d.v=(t=d.v,void 0&&(t+=1462),(Date.parse(t)-new Date(Date.UTC(1899,11,30)))/864e5)):d.t="s",a[i]=d)}return o.s.c<1e7&&(a["!ref"]=XLSX.utils.encode_range(o)),a}(e),e=(t.SheetNames.push(n.fileName),t.Sheets[n.fileName]=e,XLSX.write(t,{bookType:"xlsx",bookSST:!0,type:"binary"}));saveAs(new Blob([function(e){for(var t=new ArrayBuffer(e.length),a=new Uint8Array(t),o=0;o!=e.length;++o)a[o]=255&e.charCodeAt(o);return t}(e)],{type:"application/octet-stream"}),n.fileName+".xlsx")},n.modalget=function(){n.show=!0,n.table=!0,n.section2=[],l=[],n.SectionShowData=[],n.SectionSubject5=[],n.SectionSubject2="",i.get(d.apiUrl+"api/common/SectionSubject/getSectionNamesWithSubjects?curcode="+n.temp.sims_cur_code+"&gradecode="+n.temp.sims_grade_code+"&academicyear="+n.temp.sims_academic_year+"&sectioncode="+n.temp.sims_section_code).then(function(e){n.SectionSubject5=e.data;for(var t,a=0;a<n.SectionSubject5.length;a++)1==n.SectionSubject5[a].sims_subject_status&&(t={sims_subject_code:n.SectionSubject5[a].sims_subject_code,sims_subject_name:n.SectionSubject5[a].sims_subject_name},l.push(t));n.SectionSubject2=l}),n.btnadd=!0,i.get(d.apiUrl+"api/common/SectionSubject/getSectionNames?curcode="+n.temp.sims_cur_code+"&gradecode="+n.temp.sims_grade_code+"&academicyear="+n.temp.sims_academic_year).then(function(e){n.section2=e.data;for(var t=0;t<n.section2.length;t++)n.section2[t].sims_section_code!=n.temp.sims_section_code&&n.SectionShowData.push(n.section2[t])})},n.showsubject=function(e){i.get(d.apiUrl+"api/common/SectionSubject/getSectionSubject?curcode="+n.temp.sims_cur_code+"&gradecode="+n.temp.sims_grade_code+"&academicyear="+n.temp.sims_academic_year+"&sectioncode="+e).then(function(e){n.SectionSubject3=e.data})},n.Copy_Subject=function(){n.temp={sims_cur_code:n.curriculum[0].sims_cur_code,sims_academic_year:n.getAcademicYear[0].sims_academic_year,sims_grade_code:n.getAllGrades[0].sims_grade_code},n.grid=!1,n.display=!0,n.show=!1},n.Save=function(){m=[];for(var e=0;e<n.SectionSubject2.length;e++)1==n.SectionSubject2[e].ischecked&&(m=m+n.SectionSubject2[e].sims_subject_code+",");p=[];for(e=0;e<n.SectionShowData.length;e++)1==n.SectionShowData[e].ischecked&&(p=p+n.SectionShowData[e].sims_section_code+",");var t={sims_subject_code:m,sims_section_code:p,sims_grade_code:n.temp.sims_grade_code,sims_academic_year:n.temp.sims_academic_year,sims_cur_code:n.temp.sims_cur_code,sims_section_name:n.temp.sims_section_code,opr:"E"};0<p.length&&0<m.length?i.post(d.apiUrl+"api/common/SectionSubject/CUDSectionSubjectDetails",t).then(function(e){n.msg1=e.data,n.display=!0;e=document.getElementById("Checkbox1"),1==e.checked&&(e.checked=!1),e=document.getElementById("Checkbox2");1==e.checked&&(e.checked=!1),n.SectionSubject2=[],n.section2=[],n.SectionShowData=[],swal({text:n.msg1.strMessage,width:380}),p=[],m=[],n.SectionShowData=[],n.SectionSubject5=[],l=[],i.get(d.apiUrl+"api/common/SectionSubject/getSectionNamesWithSubjects?curcode="+n.temp.sims_cur_code+"&gradecode="+n.temp.sims_grade_code+"&academicyear="+n.temp.sims_academic_year+"&sectioncode="+n.temp.sims_section_code).then(function(e){n.SectionSubject5=e.data;for(var t,a=0;a<n.SectionSubject5.length;a++)1==n.SectionSubject5[a].sims_subject_status&&n.temp.sims_section_code==n.SectionSubject5[a].sims_section_code&&(t={sims_subject_code:n.SectionSubject5[a].sims_subject_code,sims_subject_name:n.SectionSubject5[a].sims_subject_name},l.push(t));n.SectionSubject2=l}),n.btnadd=!0,i.get(d.apiUrl+"api/common/SectionSubject/getSectionNames?curcode="+n.temp.sims_cur_code+"&gradecode="+n.temp.sims_grade_code+"&academicyear="+n.temp.sims_academic_year).then(function(e){n.section2=e.data;for(var t=0;t<n.section2.length;t++)n.section2[t].sims_section_code!=n.temp.sims_section_code&&n.SectionShowData.push(n.section2[t])})}):swal({text:"Select Subject(s) Or Select Section(s) To Copy",width:380})},n.selectsubject=function(e){for(var t=document.getElementById("Checkbox1"),a=0;a<n.SectionSubject2.length;a++)1==t.checked?n.SectionSubject2[a].ischecked=!0:n.SectionSubject2[a].ischecked=!1},n.selectsection=function(){for(var e=document.getElementById("Checkbox2"),t=0;t<n.SectionShowData.length;t++)1==e.checked?n.SectionShowData[t].ischecked=!0:n.SectionShowData[t].ischecked=!1},n.cancel=function(){n.display=!1,n.grid=!0,n.temp=""},n.Update=function(e){var t=[],a=[];n.insrterecord=!1,n.deleterecord=!1;for(var o,s=0;s<n.filteredTodos.length;s++)(1==n.filteredTodos[s].sims_subject_status?(o={sims_cur_code:n.filteredTodos[s].sims_cur_code,sims_academic_year:n.filteredTodos[s].sims_academic_year,sims_grade_code:n.filteredTodos[s].sims_grade_code,sims_section_code:n.filteredTodos[s].sims_section_code,sims_subject_code:n.filteredTodos[s].sims_subject_code,sims_display_order:n.filteredTodos[s].sims_display_order,sims_subject_mdl_course_id:n.filteredTodos[s].sims_subject_mdl_course_id,sims_section_subject_credit_hours:n.filteredTodos[s].sims_section_subject_credit_hours},t):(o={sims_cur_code:n.filteredTodos[s].sims_cur_code,sims_academic_year:n.filteredTodos[s].sims_academic_year,sims_grade_code:n.filteredTodos[s].sims_grade_code,sims_section_code:n.filteredTodos[s].sims_section_code,sims_subject_code:n.filteredTodos[s].sims_subject_code},a)).push(o);i.post(d.apiUrl+"api/common/SectionSubject/InsertSectionSubject",t).then(function(e){n.msg1=e.data,i.post(d.apiUrl+"api/common/SectionSubject/IDeleteSectionSubject",a).then(function(e){n.msg2=e.data,""!=n.msg2&&null!=n.msg2?(swal({text:n.msg2,width:320,showCloseButton:!0}),n.msg2=""):swal({text:"Record Updated Successfully",imageUrl:"assets/img/check.png",width:320,showCloseButton:!0}),n.row1="",(r=document.getElementById("mainchk")).checked=!1,n.getSectionGradesWise()})})},n.Selectmultiple=function(){r=document.getElementById("mainchk");for(var e=0;e<n.filteredTodos.length;e++)1==r.checked?n.filteredTodos[e].sims_subject_status=!0:n.filteredTodos[e].sims_subject_status=!1},n.Selectcount=function(){n.SectionSubject=[],n.SectionSubject=n.filteredTodos;for(var e=0,t=0;t<n.SectionSubject.length;t++)1==n.SectionSubject[t].sims_subject_status&&(n.allcount=e+=1,console.log("maincount",n.allcount))},n.SelectSingle=function(e){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),n.color="#edefef"}),1==(r=document.getElementById("mainchk")).checked&&(r.checked=!1,n.color="#edefef")},a(function(){$("#fixTable").tableHeadFixer({top:1})},100),a(function(){$("#Table2").tableHeadFixer({top:1})},100),a(function(){$("#Table1").tableHeadFixer({top:1})},100),n.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).sims_subject_name.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_moe_code.toLowerCase().indexOf(t.toLowerCase());var t})},n.search=function(){n.todos=n.searched(n.SectionSubject,n.searchText),n.totalItems=n.todos.length,n.currentPage="1",""==n.searchText&&(n.todos=n.SectionSubject),n.makeTodos()},n.filteredTodos=[],n.currentPage=1,n.makeTodos=function(){var e=parseInt(n.totalItems%n.numPerPage),e=(n.pagersize="0"==e?parseInt(n.totalItems/n.numPerPage):parseInt(n.totalItems/n.numPerPage)+1,(n.currentPage-1)*n.numPerPage),t=parseInt(e)+parseInt(n.numPerPage);n.filteredTodos=n.todos.slice(e,t)},n.changeno=function(e){99<=(n.maindata=e).sims_display_order&&(swal("","Please enter 0 to 99 days."),n.maindata.sims_display_order="")},n.onlyNumbers=function(e,t){var a,o={escape:27,backspace:8,tab:9,enter:13,del:46,0:48,1:49,2:50,3:51,4:52,5:53,6:54,7:55,8:56,9:57};for(a in o)if(o.hasOwnProperty(a)&&(e.charCode==o[a]||e.keyCode==o[a]))return;e.preventDefault()},n.selectedsub=function(e){if(n.serial=!1,n.serial1=!1,n.new_arr=[],1==e){for(var t=0;t<n.filteredTodos.length;t++)1==n.filteredTodos[t].sims_subject_status&&n.new_arr.push(n.filteredTodos[t]);n.filteredTodos=[],n.filteredTodos=n.new_arr}else n.getSectionGradesWise()}}])}(),function(){"use strict";var c;angular.module("sims.module.SchoolSetup").controller("GradeCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(s,e,o,t,a,n,i){s.sms=!0;s.grades=[],s.pagesize="All",s.pageindex="0",s.edit_code=!1,s.filteredTodos=[],s.currentPage=1,s.numPerPage="All",s.maxSize=5,s.edt={},t(function(){$("#example_wrapper").scrollbar(),$("#fixtable").tableHeadFixer({top:1})},100),o.globals.currentUser.username;function d(){n.get(i.apiUrl+"api/ERP/Grade/getCuriculum_m4").then(function(e){s.curr=e.data,s.edt.grade_cur_code=s.curr[0].sims_cur_code,s.getAcdyr(s.curr[0].sims_cur_code)})}s.propertyName=null,s.reverse=!1,s.countData=[{val:25,data:25},{val:50,data:50},{val:"All",data:"All"}],s.sortBy=function(e){s.reverse=s.propertyName===e&&!s.reverse,s.propertyName=e},n.get(i.apiUrl+"api/ERP/Grade/getCompany").then(function(e){s.getCompanyCode=e.data,s.edt.comp_code=s.getCompanyCode[0].comp_code}),s.getAcdyr=function(e){n.get(i.apiUrl+"api/ERP/Grade/getAcademicYear?curCode="+e).then(function(e){s.acyr=e.data,s.edt.grade_academic_year=s.acyr[0].grade_academic_year})},s.getAcdyr1=function(){n.get(i.apiUrl+"api/ERP/Grade/getAcademicYear").then(function(e){s.acyr=e.data,s.edt.grade_academic_year=s.acyr[0].grade_academic_year})},d(),n.get(i.apiUrl+"api/ERP/Grade/getGrade").then(function(e){s.dis1=!0,s.dis2=!1,s.grades=e.data,0<s.grades.length&&(s.table=!0,s.pager=!0,3<s.countData.length&&s.countData.splice(3,1),s.countData.push({val:s.grades.length,data:"All"}),s.totalItems=s.grades.length,s.todos=s.grades,s.filteredTodos=s.grades,s.makeTodos(),s.grid=!0)}),s.filteredTodos=[],s.currentPage=1,s.numPerPage=10,s.maxSize=10,s.makeTodos=function(){var e,t;"All"===s.pagesize?s.filteredTodos=s.todos:(e=parseInt(s.totalItems%s.numPerPage),s.pagersize=0==e?parseInt(s.totalItems/s.numPerPage):parseInt(s.totalItems/s.numPerPage)+1,e=(s.currentPage-1)*s.numPerPage,t=parseInt(e)+parseInt(s.numPerPage),s.filteredTodos=s.todos.slice(e,t))},s.edit=function(t){s.save1=!1,s.update1=!0,s.delete1=!1,s.edit_code=!0,s.dis1=!1,s.dis2=!0,s.count?n.get(i.apiUrl+"api/ERP/Grade/getCuriculum_m4").then(function(e){s.curr=e.data,s.edt.grade_cur_code=s.curr[0].sims_cur_code}):n.get(i.apiUrl+"api/ERP/Grade/getCuriculum_m4").then(function(e){s.curr=e.data,s.edt.grade_cur_code=s.curr[0].sims_cur_code}),n.get(i.apiUrl+"api/ERP/Grade/getAcademicYear?curCode="+t.grade_cur_code).then(function(e){s.acyr=e.data,s.edt={grade_cur_code:t.grade_cur_code,grade_academic_year:t.grade_academic_year,grade_code:t.grade_code,grade_name_en:t.grade_name_en,grade_name_ar:t.grade_name_ar,grade_name_fr:t.grade_name_fr,grade_name_ot:t.grade_name_ot,sims_grade_status:t.sims_grade_status,comp_code:t.comp_code,sims_display_order:t.sims_display_order}})},s.New=function(){s.edt={sims_grade_status:!0},s.edit_code=!1,s.dis1=!1,s.dis2=!0,s.save1=!0,s.update1=!1,s.delete1=!1,n.get(i.apiUrl+"api/ERP/Grade/getCompany").then(function(e){s.getCompanyCode=e.data,s.edt.comp_code=s.getCompanyCode[0].comp_code}),s.count,d()},s.Save=function(e){var t,a=[];e&&(0==s.update1?(t={grade_cur_code:s.edt.grade_cur_code,grade_academic_year:s.edt.grade_academic_year,grade_code:s.edt.grade_code,grade_name_en:s.edt.grade_name_en,grade_name_ar:s.edt.grade_name_ar,grade_name_fr:s.edt.grade_name_fr,grade_name_ot:s.edt.grade_name_ot,sims_grade_status:s.edt.sims_grade_status,sims_display_order:s.edt.sims_display_order,comp_code:s.edt.comp_code,opr:"I"},a.push(t),n.post(i.apiUrl+"api/ERP/Grade/CUDInsertGrade",a).then(function(e){s.display=!0,s.msg1=e.data,o.strMessage=s.msg1.strMessage,1==s.msg1?swal({text:"Grade  Added Successfully",showCloseButton:!0,imageUrl:"assets/img/check.png",width:500}).then(function(e){e&&s.getgrid()}):0==s.msg1?swal({text:"Grade  Already Exists. ",showCloseButton:!0,imageUrl:"assets/img/close.png",width:500}).then(function(e){e&&s.getgrid()}):swal("Error-"+s.msg1)})):s.Update(e))},s.getgrid=function(){n.get(i.apiUrl+"api/ERP/Grade/getGrade").then(function(e){s.dis1=!0,s.dis2=!1,s.grades=e.data,0<s.grades.length&&(s.table=!0,s.pager=!0,3<s.countData.length&&s.countData.splice(3,1),s.countData.push({val:s.grades.length,data:"All"}),s.totalItems=s.grades.length,s.todos=s.grades,s.makeTodos(),s.grid=!0)}),1==(c=document.getElementById("mainchk")).checked&&(c.checked=!1,s.row1=""),s.myForm.$setPristine(),s.myForm.$setUntouched()},s.Update=function(e){var t=[];e&&(e={grade_cur_code:s.edt.grade_cur_code,grade_academic_year:s.edt.grade_academic_year,grade_code:s.edt.grade_code,grade_name_en:s.edt.grade_name_en,grade_name_ar:s.edt.grade_name_ar,grade_name_fr:s.edt.grade_name_fr,grade_name_ot:s.edt.grade_name_ot,sims_grade_status:s.edt.sims_grade_status,sims_display_order:s.edt.sims_display_order,comp_code:s.edt.comp_code,opr:"U"},t.push(e),n.post(i.apiUrl+"api/ERP/Grade/CUDGradeUpdate",t).then(function(e){s.display=!0,s.msg1=e.data,1==s.msg1?swal({text:"Grade  Updated Successfully",showCloseButton:!0,width:500,imageUrl:"assets/img/check.png"}).then(function(e){e&&s.getgrid()}):0==s.msg1?swal({text:" Grade  Not Updated Successfully.",showCloseButton:!0,width:500,imageUrl:"assets/img/close.png"}).then(function(e){e&&s.getgrid()}):swal("Error-"+s.msg1)}))},s.Delete=function(){var o=[];s.flag=!1;for(var e,t=0;t<s.filteredTodos.length;t++)1==document.getElementById("test_"+t).checked&&(s.flag=!0,e={grade_cur_code:s.filteredTodos[t].grade_cur_code,grade_academic_year:s.filteredTodos[t].grade_academic_year,grade_code:s.filteredTodos[t].grade_code,opr:"D"},o.push(e));s.flag?swal({text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No",imageUrl:"assets/img/notification-alert.png"}).then(function(e){if(e)n.post(i.apiUrl+"api/ERP/Grade/CUDGradeUpdate",o).then(function(e){s.msg1=e.data,1==s.msg1?swal({text:"Grade Deleted Successfully",showCloseButton:!0,width:380,imageUrl:"assets/img/check.png"}).then(function(e){e&&s.getgrid()}):0==s.msg1?swal({text:"Record Already Mapped.Can't be Deleted. ",showCloseButton:!0,width:380,imageUrl:"assets/img/close.png"}).then(function(e){e&&s.getgrid()}):swal("Error-"+s.msg1)});else{1==(c=document.getElementById("mainchk")).checked&&(c.checked=!1);for(var t=0;t<s.filteredTodos.length;t++){var a=document.getElementById("test_"+t);1==a.checked&&(a.checked=!1,$("tr").removeClass("row_selected"))}}}):swal({text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380})},s.cancel=function(){s.dis1=!0,s.dis2=!1,s.edt.sims_academic_year=s.AcademicYear1[0].sims_academic_year,s.myForm.$setPristine(),s.myForm.$setUntouched()},s.CheckAllChecked=function(){if(1==(c=document.getElementById("mainchk")).checked)for(var e=0;e<s.filteredTodos.length;e++)document.getElementById("test_"+e).checked=!0,s.row1="row_selected",$("tr").addClass("row_selected");else for(e=0;e<s.filteredTodos.length;e++)document.getElementById("test_"+e).checked=!1,c.checked=!1,s.row1=""},s.checkonebyonedelete=function(e){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),s.color="#edefef"}),1==(c=document.getElementById("mainchk")).checked&&(c.checked=!1,$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected")}))},s.size=function(e){"All"==e?(s.currentPage="1",s.filteredTodos=s.grades,s.pager=!1):(s.pager=!0,s.pagesize=e,s.currentPage=1,s.numPerPage=e,s.makeTodos())},s.index=function(e){s.pageindex=e,s.currentPage=e,s.makeTodos()},s.filteredTodos=[],s.currentPage=1,s.numPerPage=10,s.maxSize=10,s.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).grade_code.toLowerCase().indexOf(t.toLowerCase())||-1<e.grade_name_en.toLowerCase().indexOf(t.toLowerCase())||-1<e.grade_academic_year_desc.toLowerCase().indexOf(t.toLowerCase());var t})},s.filterbyacadyear=function(){n.get(i.apiUrl+"api/ERP/Grade/getGrade").then(function(e){s.grades=e.data,0<s.grades.length&&(s.totalItems=s.grades.length,s.todos=s.grades,s.todos=s.todos.filter(function(e){return s.edt.grade_academic_year==e.grade_academic_year}),s.makeTodos())})},s.search=function(){if(s.todos=s.searched(s.grades,s.searchText),s.totalItems=s.todos.length,s.currentPage="1",""==s.searchText&&(s.todos=s.grades),s.makeTodos(),1==(c=document.getElementById("mainchk")).checked){c.checked=!1;for(var e=0;e<s.filteredTodos.length;e++)document.getElementById(e).checked=!1,c.checked=!1,s.row1=""}}}])}(),function(){"use strict";var m,e=angular.module("sims.module.SchoolSetup");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("TermCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(s,e,t,a,o,n,i){s.pagesize="10",s.pageindex="1",s.term_data=[],s.edit_code=!1;var d,c=[],e=(s.edt={},s.user_access=[],s.selectedYears=[],s.appcode=e.current.name.split("."),t.globals.currentUser.username);function l(e,t){e?n.get(i.apiUrl+"api/ERP/Grade/getCuriculum_new").then(function(e){s.obj2=e.data,s.edt.sims_cur_code=s.obj2[0].sims_cur_code,s.Getinfo(s.obj2[0].sims_cur_code)}):n.get(i.apiUrl+"api/ERP/Grade/getCuriculumfor_Company?comp_code="+t).then(function(e){s.obj2=e.data,s.edt.sims_cur_code=s.obj2[0].sims_cur_code,s.Getinfo(s.obj2[0].sims_cur_code)})}function r(e){var t,a;if(null!==e)return(t=(e=new Date(e)).getMonth()+1)<10&&(t="0"+t),(a=e.getDate())<10&&(a="0"+a),e=e.getFullYear()+"-"+t+"-"+a,s.convertdated=e}$(function(){$("#acyr_list").multipleSelect()}),n.get(i.apiUrl+"api/AlertTransaction/Get_user_access_rights?username="+e+"&appl_code="+s.appcode[1]).then(function(e){s.user_rights=e.data;for(var t=0;t<s.user_rights.length;t++)0===t&&(s.user_access.data_read=s.user_rights[t].comn_user_read,s.user_access.data_insert=s.user_rights[t].comn_user_insert,s.user_access.data_update=s.user_rights[t].comn_user_update,s.user_access.data_delete=s.user_rights[t].comn_user_delete,s.user_access.data_massupdate=s.user_rights[t].comn_user_massupdate,s.user_access.is_admin=s.user_rights[t].comn_user_admin)}),a(function(){$("#fixtable").tableHeadFixer({top:1})},100),s.filteredTodos=[],s.currentPage=1,s.numPerPage=10,s.maxSize=5,s.countData=[{val:10,data:10},{val:20,data:20}],n.get(i.apiUrl+"api/ERP/Grade/getAccecssUser?user="+t.globals.currentUser.username).then(function(e){s.global_count_comp=e.data,s.global_count_comp?l(!0,s.user_details.comp):l(!1,s.user_details.comp)}),s.Getinfo=function(e){n.get(i.apiUrl+"api/common/getAcademicYear?curCode="+e).then(function(e){s.acyr=e.data.sort((e,t)=>{e=parseInt(e.sims_academic_year),t=parseInt(t.sims_academic_year);return t<e?-1:e<t?1:0});(new Date).getFullYear();e=s.acyr.find(function(e){return"C"===e.sims_academic_year_status});e?s.selectedYears.push(e.sims_academic_year):(console.log("No object with sims_academic_year equal to the current year was found."),s.selectedYears=[]),setTimeout(function(){$("#acyr_list").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"})},1e3)})},n.get(i.apiUrl+"api/term/getTermByIndex").then(function(e){if(s.display=!1,s.grid=!0,s.term_data=e.data,0<s.term_data.length){s.table=!0,s.pager=!0,3<s.countData.length&&s.countData.splice(3,1),s.countData.push({val:s.term_data.length,data:"All"}),s.totalItems=s.term_data.length,s.todos=s.term_data,s.makeTodos();for(var t=0;t<s.totalItems;t++)s.term_data[t].icon="fa fa-plus-circle"}}),s.makeTodos=function(){var e=parseInt(s.totalItems%s.numPerPage),e=(s.pagersize="0"===e?parseInt(s.totalItems/s.numPerPage):parseInt(s.totalItems/s.numPerPage)+1,(s.currentPage-1)*s.numPerPage),t=parseInt(e)+parseInt(s.numPerPage);s.preFilteredTodos=s.categorizeByYear(s.selectedYears,s.todos),s.filteredTodos=s.preFilteredTodos.slice(e,t)},s.categorizeByYear=function(e,t){var a=[];if(0!==e.length)for(var o=0;o<e.length;o++)for(var s=0;s<t.length;s++)t[s].sims_academic_year===e[o]&&a.push(t[s]);else a=[];return a},s.edit=function(e){var t;!1===s.user_access.data_update?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(t=(new Date).getFullYear().toString(),e.sims_academic_year>=t?(s.display=!0,s.grid=!1,s.save1=!1,s.update1=!0,s.delete1=!1,s.edt={sims_cur_code:e.sims_cur_code,sims_academic_year:e.sims_academic_year,sims_term_code:e.sims_term_code,sims_term_desc_en:e.sims_term_desc_en,sims_term_desc_ar:e.sims_term_desc_ar,sims_term_desc_fr:e.sims_term_desc_fr,sims_term_desc_ot:e.sims_term_desc_ot,sims_term_status:e.sims_term_status,sims_term_start_date:e.sims_term_start_date,sims_term_end_date:e.sims_term_end_date},s.edit_code=!1,s.Getinfo(s.edt.sims_cur_code)):swal({title:"Alert",text:"Records from Previous Years Cannot Be Updated",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}))},s.createdate=function(e){s.edt.sims_term_start_date=r(e)},s.createdate1=function(e){s.edt.sims_term_end_date=r(e)},s.Save=function(e){var t,a=[];e&&(!1===s.update1?(t={sims_cur_code:s.edt.sims_cur_code,sims_academic_year:s.edt.sims_academic_year,sims_term_code:s.edt.sims_term_code,sims_term_desc_en:s.edt.sims_term_desc_en,sims_term_desc_ar:s.edt.sims_term_desc_ar,sims_term_desc_fr:s.edt.sims_term_desc_fr,sims_term_desc_ot:s.edt.sims_term_desc_ot,sims_term_status:s.edt.sims_term_status,sims_term_start_date:s.edt.sims_term_start_date,sims_term_end_date:s.edt.sims_term_end_date,opr:"I"},a.push(t),n.post(i.apiUrl+"api/term/CUDInsertTerm",a).then(function(e){s.display=!0,s.msg1=e.data,!0===s.msg1?swal({title:"Alert",text:"Term Added Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&s.getgrid()}):!1===s.msg1?swal({title:"Alert",text:"Term Already Exists. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&s.getgrid()}):swal("Error-"+s.msg1)})):s.Update(e))},s.getgrid=function(){n.get(i.apiUrl+"api/term/getTermByIndex").then(function(e){if(s.display=!1,s.grid=!0,s.term_data=e.data,0<s.term_data.length){s.table=!0,3<s.countData.length&&s.countData.splice(3,1),s.countData.push({val:s.term_data.length,data:"All"}),s.totalItems=s.term_data.length,s.todos=s.term_data,s.makeTodos();for(var t=0;t<s.totalItems;t++)s.term_data[t].icon="fa fa-plus-circle"}}),!0===(m=document.getElementById("mainchk")).checked&&(m.checked=!1,s.row1=""),s.myForm.$setPristine(),s.myForm.$setUntouched()},s.Update=function(e){e&&(e={sims_cur_code:s.edt.sims_cur_code,sims_academic_year:s.edt.sims_academic_year,sims_term_code:s.edt.sims_term_code,sims_term_desc_en:s.edt.sims_term_desc_en,sims_term_desc_ar:s.edt.sims_term_desc_ar,sims_term_desc_fr:s.edt.sims_term_desc_fr,sims_term_desc_ot:s.edt.sims_term_desc_ot,sims_term_status:s.edt.sims_term_status,sims_term_start_date:s.edt.sims_term_start_date,sims_term_end_date:s.edt.sims_term_end_date,opr:"U"},c.push(e),n.post(i.apiUrl+"api/term/CUDTerm",c).then(function(e){s.display=!0,s.msg1=e.data,!0===s.msg1?swal({title:"Alert",text:"Term Updated Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&s.getgrid()}):!1===s.msg1?swal({title:"Alert",text:"Term Not Updated Successfully. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&s.getgrid()}):swal("Error-"+s.msg1)}))},s.cancel=function(){s.grid=!0,s.display=!1,s.myForm.$setPristine(),s.myForm.$setUntouched()},s.New=function(){!1===s.user_access.data_insert?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(s.display=!0,s.grid=!1,s.save1=!0,s.update1=!1,s.delete1=!1,s.edit_code=!1,s.edt.sims_term_code="",s.edt.sims_term_desc_en="",s.edt.sims_term_desc_ar="",s.edt.sims_term_desc_fr="",s.edt.sims_term_desc_ot="",s.edt.sims_term_status="",s.edt.sims_term_start_date="",s.edt.sims_term_end_date="",s.edt.sims_term_status=!0)},s.Delete=function(){if(!1===s.user_access.data_delete)swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200});else{var o=[];s.flag=!1;for(var e=(new Date).getFullYear().toString(),t=0;t<s.filteredTodos.length;t++)if(!0===document.getElementById(s.filteredTodos[t].sims_academic_year+t).checked){if(!(s.filteredTodos[t].sims_academic_year>=e)){s.flag2=!1;break}s.flag=!0,s.flag2=!0;var a={sims_cur_code:s.filteredTodos[t].sims_cur_code,sims_academic_year:s.filteredTodos[t].sims_academic_year,sims_term_code:s.filteredTodos[t].sims_term_code,opr:"D"};o.push(a)}s.flag&&s.flag2?swal({title:"Warning",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)n.post(i.apiUrl+"api/term/CUDTerm",o).then(function(e){s.msg1=e.data,!0===s.msg1?swal({title:"Alert",text:"Term  Deleted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&s.getgrid()}):!1===s.msg1?swal({title:"Alert",text:"Term Not Deleted Successfully. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&s.getgrid()}):swal("Error-"+s.msg1)});else{!0===(m=document.getElementById("mainchk")).checked&&(m.checked=!1);for(var t=0;t<s.filteredTodos.length;t++){var a=document.getElementById(s.filteredTodos[t].sims_academic_year+t);!0===a.checked&&(a.checked=!1,$("tr").removeClass("row_selected"))}}}):s.flag2?swal({title:"Alert",text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}):swal({title:"Alert",text:"Records from Previous Years Cannot Be Deleted",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380})}},s.CheckAllChecked=function(){if(!0===(m=document.getElementById("mainchk")).checked)for(var e=0;e<s.filteredTodos.length;e++)document.getElementById(s.filteredTodos[e].sims_academic_year+e).checked=!0,s.row1="row_selected",$("tr").addClass("row_selected");else for(e=0;e<s.filteredTodos.length;e++)document.getElementById(s.filteredTodos[e].sims_academic_year+e).checked=!1,m.checked=!1,s.row1=""},s.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),s.color="#edefef"}),!0===(m=document.getElementById("mainchk")).checked&&(m.checked=!1,$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected")}))};s.flag=!0,s.flag2=!0,s.icon="fa fa-plus-circle",s.expand=function(e,t){!0===s.flag?($(d).remove(),e.icon="fa fa-minus-circle",d=$("<tr id='innerRow'><td class='details' colspan='11'><table class='inner-table' cellpadding='5' cellspacing='0'><tbody><tr> <td class='semi-bold'>"+o.getString("Arabic")+"</td> <td class='semi-bold'>"+o.getString("French")+" </td><td class='semi-bold'>"+o.getString("Regional")+"</td><td class='semi-bold'>"+o.getString("Start Date")+" </td><td class='semi-bold'>"+o.getString("End Date")+"<tr><td>"+e.sims_term_desc_ar+"</td> <td>"+e.sims_term_desc_fr+" </td><td>"+e.sims_term_desc_ot+"</td><td>"+e.sims_term_start_date+" </td><td>"+e.sims_term_end_date+" </table></td></tr>"),$(t.currentTarget).parents("tr").after(d),s.flag=!1):($("#innerRow").css({display:"none"}),e.icon="fa fa-plus-circle",s.flag=!0)},s.size=function(e){s.pager=10==e||20==e,"*"==e?(s.numPerPage=s.term_data.length,s.filteredTodos=s.term_data,s.pager=!1):(s.pagesize=e,s.currentPage=1,s.numPerPage=e),s.makeTodos()},s.index=function(e){s.pageindex=e,s.currentPage=e,s.makeTodos(),m.checked=!1,s.row1=""},s.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).sims_term_code.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_academic_year.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_term_desc_en.toLowerCase().indexOf(t.toLowerCase());var t})},s.search=function(){if(s.todos=s.searched(s.term_data,s.searchText),s.totalItems=s.todos.length,s.currentPage="1",""===s.searchText&&(s.todos=s.term_data),s.makeTodos(),!0===(m=document.getElementById("mainchk")).checked){m.checked=!1;for(var e=0;e<s.filteredTodos.length;e++)document.getElementById(s.filteredTodos[e].sims_academic_year+e).checked=!1,m.checked=!1,s.row1=""}},$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0}),$(document).on("touch click",'*[data-datepicker="true"] .add-on',function(e){$('input[type="text"]',$(this).parent()).focus()}),s.propertyName=null,s.reverse=!1,s.sortBy=function(e){s.reverse=s.propertyName===e&&!s.reverse,s.propertyName=e}}])}(),function(){"use strict";var e=angular.module("sims.module.SchoolSetup");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("HeadTeacherMappingCont",["$scope","$state","$rootScope","$stateParams","$timeout","gettextCatalog","$http","$filter","ENV",function(c,e,t,a,o,s,n,i,d){c.display=!0,c.grid=!0,c.itemsPerPage="50",c.currentPage=0,c.head_teacher_mapping=[],c.teacher_lists=[],c.test_teacher=[],c.page_div=!1,c.btn_save=!0,c.btn_delete=!1;var l,r=[];new Date;function m(e,t){e?n.get(d.apiUrl+"api/ERP/Grade/getCuriculum_new").then(function(e){c.obj2=e.data,c.sims_cur_code=e.data[0].sims_cur_code,c.GetData()}):n.get(d.apiUrl+"api/ERP/Grade/getCuriculumfor_Company?comp_code="+t).then(function(e){c.obj2=e.data,c.sims_cur_code=e.data[0].sims_cur_code,c.GetData()})}c.ddMMyyyy=i("date")(new Date,"dd-MM-yyyy")+"-"+i("date")(new Date,"HH-mm-ss"),o(function(){$("#fixedtable").tableHeadFixer({top:1})},100),o(function(){$("#fixedtable1").tableHeadFixer({top:1})},100),n.get(d.apiUrl+"api/ERP/Grade/getAccecssUser?user="+t.globals.currentUser.username).then(function(e){c.count=e.data,c.count?m(!0,c.user_details.comp):m(!1,c.user_details.comp)}),c.GetData=function(){n.get(d.apiUrl+"api/common/getAcademicYear?curCode="+c.sims_cur_code).then(function(e){c.acad=e.data,0<e.data.length&&(c.sims_academic_year=e.data[0].sims_academic_year)}),n.get(d.apiUrl+"api/ERP/HeadTeacherMapping/getSubjects?cur_code="+c.sims_cur_code).then(function(e){c.subject=e.data})},c.chk_subject=function(){n.get(d.apiUrl+"api/ERP/HeadTeacherMapping/getSims_Head_Teacher?cur_code="+c.sims_cur_code+"&acad_yr="+c.sims_academic_year+"&subject_code="+c.edt.sims_subject_code).then(function(e){c.head_teacher_mapping=e.data,c.page_div=!0,c.totalItems=c.head_teacher_mapping.length,c.todos=c.head_teacher_mapping,c.makeTodos()})},c.getTeacher=function(){$("#Teacher_Search_Modal").modal({backdrop:"static",keyboard:!0}),c.div_teacher=!0,c.global_teacher_table=!1},c.Search_by_Teacher=function(){c.global_teacher_table=!1,c.busy=!0,c.searchbyparent={search_teacher_id:c.global_Search.search_teacher_id,search_teacher_name:c.global_Search.search_teacher_name},n.get(d.apiUrl+"api/common/GlobalSearch/getSearchTeacher?data="+JSON.stringify(c.searchbyparent)).then(function(e){c.Teacher_result=e.data,c.global_teacher_table=!0,c.busy=!1,console.log(c.Teacher_result)})},c.Teachermodal_cancel=function(){c.glbl_obj="",c.global_Search="";for(var e=0;e<c.Teacher_result.length;e++)1==c.Teacher_result[e].teacher_id1&&(c.teacher_lists.push(c.Teacher_result[e]),c.test_teacher=c.Teacher_result[e],console.log(c.teacher_lists),c.tem={sims_head_teacher_code:c.test_teacher.teacher_Name},c.edt.sims_head_teacher_code=c.tem.sims_head_teacher_code);c.getTeacherData(),c.Teacher_result=[]},c.getTeacherData=function(){""!=c.test_teacher.teacher_id?n.get(d.apiUrl+"api/ERP/HeadTeacherMapping/getTeacherDetails?head_teacher_code="+c.test_teacher.user_name).then(function(e){c.Teacher=e.data,e.data&&(c.btn_save=!1,n.get(d.apiUrl+"api/ERP/HeadTeacherMapping/getSims_Head_Teacher?cur_code="+c.sims_cur_code+"&acad_yr="+c.sims_academic_year+"&subject_code="+c.edt.sims_subject_code).then(function(e){c.head_teacher_mapping=e.data,c.page_div=!0,c.totalItems=c.head_teacher_mapping.length,c.todos=c.head_teacher_mapping,c.makeTodos()}))}):swal({title:"Alert",text:"Please Enter Teacher Code",showCloseButton:!0,width:380})},c.filteredTodos=[],c.currentPage=1,c.numPerPage=50,c.maxSize=50,c.makeTodos=function(){var e=parseInt(c.totalItems%c.numPerPage),e=(c.pagersize="0"==e?parseInt(c.totalItems/c.numPerPage):parseInt(c.totalItems/c.numPerPage)+1,(c.currentPage-1)*c.numPerPage),t=parseInt(e)+parseInt(c.numPerPage);c.filteredTodos=c.todos.slice(e,t)},c.Save=function(e){var t=[],a=[];if(c.insert=!1,c.update=!1,e){for(var o=0;o<c.filteredTodos.length;o++)1==c.filteredTodos[o].ischecked&&(""==c.filteredTodos[o].sims_head_teacher_code&&0!=c.filteredTodos[o].sims_head_teacher_status?(a={sims_cur_code:c.filteredTodos[o].sims_cur_code,sims_academic_year:c.filteredTodos[o].sims_academic_year,sims_subject_code:c.filteredTodos[o].sims_subject_code,sims_head_teacher_code:c.test_teacher.user_name,sims_grade_code:c.filteredTodos[o].sims_grade_code,sims_section_code:c.filteredTodos[o].sims_section_code,sims_head_teacher_status:c.filteredTodos[o].sims_head_teacher_status,opr:"I"},c.insert=!0,t.push(a)):""!=c.filteredTodos[o].sims_head_teacher_code&&(a={sims_cur_code:c.filteredTodos[o].sims_cur_code,sims_academic_year:c.filteredTodos[o].sims_academic_year,sims_subject_code:c.filteredTodos[o].sims_subject_code,sims_head_teacher_code:c.test_teacher.user_name,sims_grade_code:c.filteredTodos[o].sims_grade_code,sims_section_code:c.filteredTodos[o].sims_section_code,sims_head_teacher_status:c.filteredTodos[o].sims_head_teacher_status,opr:"U"},c.update=!0,t.push(a)));c.insert?n.post(d.apiUrl+"api/ERP/HeadTeacherMapping/CUD_Head_Teacher_Mapping",t).then(function(e){c.Teacher=e.data,1==c.Teacher?swal({text:"Head Teacher Mapped Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}):swal({text:"Head Teacher Not Mapped Successfully. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}),c.getTeacherData()}):n.post(d.apiUrl+"api/ERP/HeadTeacherMapping/CUD_Head_Teacher_Mapping",t).then(function(e){c.Teacher=e.data,1==c.Teacher?swal({title:"Alert",text:"Head Teacher Mapping Updated Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}):swal({title:"Alert",text:"Head Teacher Mapping Not Updated Successfully. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}),c.getTeacherData()})}},c.DeleteNew=function(e){r=[];var t=[];c.del=!1,c.head_teacher=e,""!=c.head_teacher.sims_head_teacher_code&&""!=c.head_teacher.sims_grade_name&&""!=c.head_teacher.sims_section_name?(e={sims_cur_code:c.head_teacher.sims_cur_code,sims_academic_year:c.head_teacher.sims_academic_year,sims_subject_code:c.head_teacher.sims_subject_code,sims_head_teacher_code:c.head_teacher.sims_head_teacher_code,sims_grade_code:c.head_teacher.sims_grade_code,sims_section_code:c.head_teacher.sims_section_code,sims_head_teacher_status:c.head_teacher.sims_head_teacher_status,opr:"D"},c.del=!0,t.push(e)):swal({text:"Head Teacher Is Not Mapped To Any Subject",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}),c.del&&swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){e&&n.post(d.apiUrl+"api/ERP/HeadTeacherMapping/CUD_Head_Teacher_Mapping",t).then(function(e){c.Teacher=e.data,1==c.Teacher?swal({text:"Head Teacher Mapping Deleted",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}):swal({text:"Record is mapped, Cannot be deleted. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}),c.getTeacherData()})})},c.Delete=function(){r=[];var e=[],t=[];c.del=!1;for(var a=0;a<c.filteredTodos.length;a++){var o=c.filteredTodos[a].sims_head_teacher_code,o=document.getElementById(o+a);1==c.filteredTodos[a].ischecked&&(""!=c.filteredTodos[a].sims_head_teacher_code&&""!=c.filteredTodos[a].sims_grade_name&&""!=c.filteredTodos[a].sims_section_name?(1==o.checked&&(t={sims_cur_code:c.filteredTodos[a].sims_cur_code,sims_academic_year:c.filteredTodos[a].sims_academic_year,sims_subject_code:c.filteredTodos[a].sims_subject_code,sims_head_teacher_code:c.test_teacher.user_name,sims_grade_code:c.filteredTodos[a].sims_grade_code,sims_section_code:c.filteredTodos[a].sims_section_code,sims_head_teacher_status:c.filteredTodos[a].sims_head_teacher_status,opr:"D"},c.del=!0),e.push(t)):swal({text:"Head Teacher Is Not Mapped To Any Subject",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}))}c.del?n.post(d.apiUrl+"api/ERP/HeadTeacherMapping/CUD_Head_Teacher_Mapping",e).then(function(e){c.Teacher=e.data,1==c.Teacher?swal({text:"Head Teacher Mapping Deleted",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}):swal({text:"Record is mapped, Cannot be deleted. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}),c.getTeacherData()}):swal({text:"Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380})},c.Cancel=function(){c.edt="",c.page_div=!1,c.head_teacher_mapping=[],c.filteredTodos=[],c.currentPage=0,c.myForm.$setPristine(),c.myForm.$setUntouched()},c.get_ischecked=function(e){e.ischecked=!0},c.checkAll=function(){if(r=[],1==(l=document.getElementById("mainchk")).checked)for(var e=0;e<c.filteredTodos.length;e++){var t=c.filteredTodos[e].sims_head_teacher_code,a=document.getElementById(t+e);""!=c.filteredTodos[e].sims_head_teacher_code&&""!=c.filteredTodos[e].sims_grade_name&&""!=c.filteredTodos[e].sims_section_name&&(a.checked=!0,r=r+c.filteredTodos[e].sims_head_teacher_code+",")}else for(e=0;e<c.filteredTodos.length;e++){t=c.filteredTodos[e].sims_head_teacher_code;(a=document.getElementById(t+e)).checked=!1,l.checked=!1,c.row1="",r=[]}console.log(r)},c.size=function(e){console.log(e),c.pagesize=e,c.currentPage=1,c.numPerPage=e,console.log("numPerPage="+c.numPerPage),c.makeTodos()},c.index=function(e){c.pageindex=e,c.currentPage=e,console.log("currentPage="+c.currentPage),c.makeTodos()},c.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).sims_grade_name.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_section_name.toLowerCase().indexOf(t.toLowerCase())||e.acno==t;var t})},c.headsearch=function(){c.todos=c.searched(c.head_teacher_mapping,c.searchText),c.totalItems=c.todos.length,c.currentPage="1",""==c.searchText&&(c.todos=c.head_teacher_mapping),c.makeTodos()},c.exportData=function(){n.post(d.apiUrl+"api/ERP/HeadTeacherMapping/exportData?cur_code="+c.sims_cur_code+"&acad_yr="+c.sims_academic_year).then(function(e){c.exportDataArray=e.data;e=new Date;c.currentDate=c.getFormatedDate(e,"dd./.mm./.yyyy. .hh.:.mn"),c.printExcel("Head Teacher Mapping",c.currentDate,["Curriculam: "+c.obj2.find(function(e){return e.sims_cur_code===c.sims_cur_code}).sims_cur_short_name_en,"Academic: "+c.sims_academic_year],[{title:"Sr.",dataKey:"myid"},{title:"Grade",dataKey:"sims_grade_name_en"},{title:"Section",dataKey:"sims_section_name_en"},{title:"Subject",dataKey:"sims_subject_name_en"},{title:"Emp code",dataKey:"sims_employee_code"},{title:"Teacher",dataKey:"sims_teacher_name"}],c.exportDataArray)})},c.getFormatedDate=function(e,t,a,o){var s="";if(void 0!==a)switch(a){case"yy":e=new Date(e.setFullYear(e.getFullYear()+o));break;case"mm":e=new Date(e.setMonth(e.getMonth()+o));break;case"dd":e=new Date(e.setDate(e.getDate()+o));break;case"hh":e=new Date(e.setHours(e.getHours()+o));break;case"ms":e=new Date(e.setMinutes(e.getMinutes()+o));break;case"ss":e=new Date(e.setSeconds(e.getSeconds()+o));break;case"ms":e=new Date(e.setMilliseconds(e.getMilliseconds()+o))}for(var a=e.toLocaleString().split(" "),n=t.split("."),i=n.length,d=a[0].replace(",","").split("/"),_=a[1].split(":"),c=a[2],l=0;l<i;l++)switch(n[l]){case"yy":s+=d[2].substring(2);break;case"yyyy":s+=d[2];break;case"mm":s+=d[0];break;case"MM":s+=e.toString().substring(4,7);break;case"dd":s+=d[1];break;case"DD":s+=e.toString().substring(0,3);break;case"hh":s+=_[0];break;case"mn":s+=_[1];break;case"ss":s+=_[2];break;case"ap":s+=c;break;case"/":s+="/";break;case":":s+=":";break;case"-":s+="-";break;case"_":s+="_";break;case" ":s+=" "}return s},c.base64=function(e){return window.btoa(unescape(encodeURIComponent(e)))},c.format=function(e,a){return e.replace(/{(\w+)}/g,function(e,t){return a[t]})},c.printExcel=function(e,t,a,o,s,n){var i=o.length,d='<tr><th style="font-size:24px; text-align:center; padding:4px;" colspan="'+i+'">'+e+'</th></tr><tr><td colspan="'+i+'"></td></tr>';a.forEach(function(e){d+='<tr><th style="font-size:16px; text-align:center; padding:4px;" colspan="'+i+'">'+e+"</th></tr>"});for(var d=d+('<tr><th colspan="'+i+'"></th></tr>')+'<table border="1"><thead><tr>',_=0;_<i;_++)d+='<th style="font-size:14px; text-align:center; padding:8px;">'+o[_].title+"</th>";d+="</tr></thead><tbody>",s.forEach(function(e){d+="<tr>";for(var t=0;t<i;t++)d+='<td style="font-size:14px; text-align:center; padding:8px;">'+e[o[t].dataKey]+"</td>";d+="</tr>"}),!1!==n&&void 0!==n&&(d+=n);a={worksheet:e||"Worksheet",table:d+="</tbody></table>"},s=document.createElement("a"),s.href="data:application/vnd.ms-excel;base64,"+c.base64(c.format('<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:x="urn:schemas-microsoft-com:office:excel" xmlns="http://www.w3.org/TR/REC-html40"><head>\x3c!--[if gte mso 9]><xml><x:ExcelWorkbook><x:ExcelWorksheets><x:ExcelWorksheet><x:Name>{worksheet}</x:Name><x:WorksheetOptions><x:DisplayGridlines/></x:WorksheetOptions></x:ExcelWorksheet></x:ExcelWorksheets></x:ExcelWorkbook></xml><![endif]--\x3e<meta http-equiv="content-type" content="text/plain; charset=UTF-8"/></head><body><table>{table}</table></body></html>',a)),n=new Date;s.download=e.replace(/ /g,"_")+"_"+c.getFormatedDate(n,"dd./.mm./.yyyy. .hh.:.mn.:.ss").replace(/ /g,"_")+".xls",s.click()}}])}(),function(){"use strict";var e=angular.module("sims.module.SchoolSetup");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("SupervisorMappingCont",["$scope","$state","$rootScope","$stateParams","$timeout","gettextCatalog","$http","$filter","ENV",function(n,e,t,a,o,s,i,d,c){n.display=!0,n.grid=!0,n.page_div=!1,n.itemsPerPage="10",n.currentPage=0,n.supervisor_mapping=[],n.btn_save=!0,n.btn_delete=!1;var l,r=[];n.enroll_number_lists=[],n.test_emp=[],n.edt={},o(function(){$("#fixedtable").tableHeadFixer({top:1})},100),o(function(){$("#fixedtable1").tableHeadFixer({top:1})},100),i.get(c.apiUrl+"api/ERP/Grade/getCuriculum_m4").then(function(e){n.curmn=e.data,n.edt.sims_cur_code=n.curmn[0].sims_cur_code,n.GetData()}),n.GetData=function(e){i.get(c.apiUrl+"api/common/getAcademicYear?curCode="+n.edt.sims_cur_code).then(function(e){n.acad=e.data,n.edt.sims_academic_year=n.acad[0].sims_academic_year,null!=n.edt.sims_academic_year&&n.getAllData()})},n.getEmployee=function(){$("#Emp_Search_Modal").modal({backdrop:"static",keyboard:!0}),n.divemp=!0,n.EmployeeTable=!1},n.Search_by_employee=function(){n.NodataEmployee=!1,i.post(c.apiUrl+"api/common/GlobalSearch/SearchEmployee?data="+JSON.stringify(n.temp)).then(function(e){n.EmployeeDetails=e.data,console.log(n.EmployeeDetails),n.EmployeeTable=!0})},n.Empmodal_cancel=function(){n.glbl_obj="",n.global_Search="";for(var e=0;e<n.EmployeeDetails.length;e++)1==n.EmployeeDetails[e].em_login_code1&&(n.enroll_number_lists.push(n.EmployeeDetails[e]),n.test_emp=n.EmployeeDetails[e],console.log(n.enroll_number_lists),n.temp={sims_supervisor_code:n.test_emp.empName});n.EmployeeDetails=[]},n.getAllData=function(){n.getsearch_details()},n.getsearch_details=function(){n.btn_save=!1,i.get(c.apiUrl+"api/ERP/SupervisorMapping/GetAllSims_Supervisor?cur_code="+n.edt.sims_cur_code+"&acad_yr="+n.edt.sims_academic_year).then(function(e){n.supervisor_mapping=e.data,n.page_div=!0,n.totalItems=n.supervisor_mapping.length,n.todos=n.supervisor_mapping,n.makeTodos()})},setTimeout(function(){n.getsearch_details()},1e3),n.filteredTodos=[],n.currentPage=1,n.numPerPage=10,n.maxSize=10,n.makeTodos=function(){var e=parseInt(n.totalItems%n.numPerPage),e=(n.pagersize="0"==e?parseInt(n.totalItems/n.numPerPage):parseInt(n.totalItems/n.numPerPage)+1,(n.currentPage-1)*n.numPerPage),t=parseInt(e)+parseInt(n.numPerPage);n.filteredTodos=n.todos.slice(e,t)},n.Save=function(o){var s=[];n.insert=!1,n.update=!1,null!=n.test_emp.em_login_code?i.get(c.apiUrl+"api/ERP/SupervisorMapping/getSupervisorDetails?supervisor_code="+n.test_emp.em_login_code).then(function(e){if(n.Supervisor=e.data,e.data&&o){for(var t,a=0;a<n.filteredTodos.length;a++)1==n.filteredTodos[a].ischecked&&(""==n.filteredTodos[a].sims_supervisor_code&&0!=n.filteredTodos[a].sims_supervisor_status?(t={sims_cur_code:n.filteredTodos[a].sims_cur_code,sims_academic_year:n.filteredTodos[a].sims_academic_year,sims_grade_code:n.filteredTodos[a].sims_grade_code,sims_section_code:n.filteredTodos[a].sims_section_code,sims_supervisor_code:n.test_emp.em_login_code,sims_supervisor_status:n.filteredTodos[a].sims_supervisor_status,opr:"I"},n.insert=!0,s.push(t)):""!=n.filteredTodos[a].sims_supervisor_code&&(t={sims_cur_code:n.filteredTodos[a].sims_cur_code,sims_academic_year:n.filteredTodos[a].sims_academic_year,sims_grade_code:n.filteredTodos[a].sims_grade_code,sims_section_code:n.filteredTodos[a].sims_section_code,sims_supervisor_code:n.test_emp.em_login_code,sims_supervisor_status:n.filteredTodos[a].sims_supervisor_status,opr:"U"},n.update=!0,s.push(t)));n.insert?i.post(c.apiUrl+"api/ERP/SupervisorMapping/Errormsg_Supervisor_Mapping",s).then(function(e){n.Supervisormapp=e.data,""==n.Supervisormapp?i.post(c.apiUrl+"api/ERP/SupervisorMapping/CUD_Supervisor_Mapping",s).then(function(e){n.Supervisor=e.data,1==n.Supervisor?swal({text:"Supervisor Mapped Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}):swal({text:"Supervisor Not Mapped Successfully. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}),n.getsearch_details(n.edt.sims_cur_code,n.edt.sims_academic_year,n.edt.sims_supervisor_code)}):swal(n.Supervisormapp)}):i.post(c.apiUrl+"api/ERP/SupervisorMapping/CUD_Supervisor_Mapping",s).then(function(e){n.Supervisor=e.data,1==n.Supervisor?swal({text:"Supervisor Mapping Updated Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}):swal({text:"Supervisor Mapping Not Updated Successfully. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}),n.getsearch_details(n.edt.sims_cur_code,n.edt.sims_academic_year,n.edt.sims_supervisor_code)})}}):swal({text:"Please Select Supervisor",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380})},n.DeleteNew=function(e){r=[];var t=[];n.del=!1,n.supervisor=e,null!=n.supervisor.sims_supervisor_code&&null!=n.supervisor.sims_grade_name&&null!=n.supervisor.sims_section_name?(e={sims_cur_code:n.supervisor.sims_cur_code,sims_academic_year:n.supervisor.sims_academic_year,sims_grade_code:n.supervisor.sims_grade_code,sims_section_code:n.supervisor.sims_section_code,sims_supervisor_code:n.supervisor.sims_supervisor_code,sims_supervisor_status:n.supervisor.sims_supervisor_status,opr:"D"},n.del=!0,t.push(e)):swal({text:"Supervisor Is Not Mapped To Any Subject",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}),n.del?i.post(c.apiUrl+"api/ERP/SupervisorMapping/CUD_Supervisor_Mapping",t).then(function(e){n.Supervisor=e.data,1==n.Supervisor?swal({text:"Supervisor Mapping Deleted",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}):0==n.Supervisor?swal({title:"Alert",text:"Record is mapped, Cannot be deleted. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}):swal("Error-"+n.Supervisor),n.getsearch_details()}):swal({text:"Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380})},n.Delete=function(){r=[];var e=[],t=[];n.del=!1;for(var a=0;a<n.filteredTodos.length;a++){var o=n.filteredTodos[a].sims_supervisor_code,o=document.getElementById(o+a);1==n.filteredTodos[a].ischecked&&(""!=n.filteredTodos[a].sims_supervisor_code&&""!=n.filteredTodos[a].sims_grade_name&&""!=n.filteredTodos[a].sims_section_name?(1==o.checked&&(t={sims_cur_code:n.filteredTodos[a].sims_cur_code,sims_academic_year:n.filteredTodos[a].sims_academic_year,sims_grade_code:n.filteredTodos[a].sims_grade_code,sims_section_code:n.filteredTodos[a].sims_section_code,sims_supervisor_code:n.test_emp.em_login_code,sims_supervisor_status:n.filteredTodos[a].sims_supervisor_status,opr:"D"},n.del=!0),e.push(t)):swal({text:"Supervisor Is Not Mapped To Any Subject",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}))}n.del?i.post(c.apiUrl+"api/ERP/SupervisorMapping/CUD_Supervisor_Mapping",e).then(function(e){n.Supervisor=e.data,1==n.Supervisor?swal({text:"Head Teacher Mapping Deleted",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}):0==n.Supervisor?swal({text:"Record is mapped, Cannot be deleted. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}):swal("Error-"+n.Supervisor),n.getsearch_details(n.edt.sims_cur_code,n.edt.sims_academic_year,n.edt.sims_supervisor_code)}):swal({text:"Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",imageUrl:"assets/img/notification-alert.png"})},n.Cancel=function(){n.temp.sims_supervisor_code="",n.page_div=!1,n.edt="",n.filteredTodos=[],n.supervisor_mapping=[],n.filteredTodos=[],n.currentPage=0,n.myForm.$setPristine(),n.myForm.$setUntouched()},n.get_ischecked=function(e){e.ischecked=!0},n.checkAll=function(){if(r=[],1==(l=document.getElementById("mainchk")).checked)for(var e=0;e<n.filteredTodos.length;e++){var t=n.filteredTodos[e].sims_supervisor_code,a=document.getElementById(t+e);""!=n.filteredTodos[e].sims_supervisor_code&&""!=n.filteredTodos[e].sims_grade_name&&""!=n.filteredTodos[e].sims_section_name&&(a.checked=!0,r=r+n.filteredTodos[e].sims_supervisor_code+",")}else for(e=0;e<n.filteredTodos.length;e++){t=n.filteredTodos[e].sims_supervisor_code;(a=document.getElementById(t+e)).checked=!1,l.checked=!1,n.row1="",r=[]}console.log(r)},n.size=function(e){console.log(e),n.pagesize=e,n.currentPage=1,n.numPerPage=e,console.log("numPerPage="+n.numPerPage),n.makeTodos()},n.index=function(e){n.pageindex=e,n.currentPage=e,console.log("currentPage="+n.currentPage),n.makeTodos()},n.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).sims_supervisor_name.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_grade_name.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_section_name.toLowerCase().indexOf(t.toLowerCase());var t})},n.search=function(){n.todos=n.searched(n.supervisor_mapping,n.searchText),n.totalItems=n.todos.length,n.currentPage="1",""==n.searchText&&(n.todos=n.supervisor_mapping),n.makeTodos()}}])}(),function(){"use strict";var e=angular.module("sims.module.SchoolSetup");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.directive("limitTo",[function(){return{restrict:"A",link:function(e,t,a){var o=parseInt(a.limitTo);angular.element(t).on("keydown",function(){if(47<event.keyCode&&event.keyCode<127&&this.value.length==o)return!1})}}}]),e.directive("onlyDigits",function(){return{require:"ngModel",restrict:"A",link:function(e,t,a,o){o.$parsers.push(function(e){var t;if(e)return(t=e.replace(/[^0-9]/g,""))!==e&&(o.$setViewValue(t),o.$render()),parseInt(t,10)})}}}),e.controller("CalendarExceptionCont",["$scope","$state","$rootScope","$timeout","$compile","gettextCatalog","$http","$filter","ENV",function(s,e,t,n,a,o,i,d,_){s.IsHidden=!0,s.ShowHide=function(){s.IsHidden=0==s.IsHidden},s.status_dis=!0,s.sims_status=!0,s.display=!1,s.emp_stud_status=!0,s.btn_insert_disabled=!1,s.btn_update_disabled=!0,s.btn_delete_disabled=!0;function c(e){return e.replace(/-/g,"/").split("/").reverse().join("-")}var l=new Date,r=l.getDate(),m=l.getMonth()+1,l=l.getFullYear(),m=(s.att_date=m+"/"+r+"/"+l,s.sims_cal_status=!0,new Date),p=(s.from_date=("0"+m.getDate()).slice(-2)+"-"+("0"+(m.getMonth()+1)).slice(-2)+"-"+m.getFullYear(),s.to_date=("0"+m.getDate()).slice(-2)+"-"+("0"+(m.getMonth()+1)).slice(-2)+"-"+m.getFullYear(),i.get(_.apiUrl+"api/calendarexception/getAttendanceCuriculum").then(function(e){s.cur_obj=e.data,0<e.data.length&&(s.cur_code=e.data[0].sims_cur_code,s.cur_change(e.data[0].sims_cur_code)),s.display=!0}),s.Acdm_yr_change=function(){s.excp_type="",i.get(_.apiUrl+"api/calendarexception/getExceptionType").then(function(e){s.excep_type_obj=e.data,s.sims_status=!1})},s.cur_change=function(e){i.get(_.apiUrl+"api/calendarexception/getAttendanceyear?cur_code="+e).then(function(e){s.acdm_yr_obj=e.data,0<e.data.length&&(s.acdm_yr=e.data[0].sims_academic_year,$("#fromdate").kendoDatePicker({format:"dd-MM-yyyy",max:e.data[0].sims_academic_year_end_date,min:e.data[0].sims_academic_year_start_date}),$("#cex_to_date").kendoDatePicker({format:"dd-MM-yyyy",max:e.data[0].sims_academic_year_end_date,min:e.data[0].sims_academic_year_start_date}),s.Acdm_yr_change())})},s.excep_type_change=function(e,t,a){if(s.clear(),s.status_dis=!0,s.day_value=1,s.btn_insert_disabled=!1,s.btn_update_disabled=!0,s.btn_delete_disabled=!0,s.sims_cal_status=!0,"W"==t){s.weekends=!0,s.disabled=!0,s.status_dis=!0;for(var o=0;o<s.acdm_yr_obj.length;o++)if(s.acdm_yr_obj[o].sims_academic_year==e){s.from_date=moment(s.acdm_yr_obj[o].sims_academic_year_start_date).format("DD-MM-YYYY"),s.to_date=moment(s.acdm_yr_obj[o].sims_academic_year_end_date).format("DD-MM-YYYY");break}i.get(_.apiUrl+"api/calendarexception/getDays").then(function(e){s.day_obj=e.data,console.log(s.day_obj)})}else s.disabled=!1,s.from_date=moment(new Date).format("DD-MM-YYYY"),s.to_date=moment(new Date).format("DD-MM-YYYY");i.get(_.apiUrl+"api/calendarexception/getCalendarException?acdm_yr="+e+"&excp_ty_name="+t+"&cur="+a).then(function(e){s.exception_details_obj=e.data,console.log(s.exception_details_obj),n(function(){$("#fixTable").tableHeadFixer({left:1})},100)})},[]),u=(s.weekend_click=function(e){var t,a=document.getElementById(e);p.length<2?(1==a.checked?(console.log(e),p.push(e)):(console.log(e),a.checked=!1,t=p.indexOf(e),console.log(t),-1<t&&p.splice(t,1)),console.log(p)):(0==a.checked&&(a.checked=!1,t=p.indexOf(e),console.log(t),-1<t&&p.splice(t,1),console.log(p)),a.checked=!1)},s.stud_excep_click=function(e){e?(s.grade=!0,s.emp_dis=!0,i.get(_.apiUrl+"api/calendarexception/getAllGrades?cur_code="+s.cur_code+"&acdm_yr="+s.acdm_yr).then(function(e){s.grades_obj=e.data,setTimeout(function(){$("#cmb_grade").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"})},1e3)})):(s.grade=!1,s.emp_dis=!1,s.section_code=null)},s.user_group_click=function(e){e.includes("03")?(s.usr_gp_staff=!0,i.get(_.apiUrl+"api/common/LeaveType/Getleavetype").then(function(e){s.stafftype_data=e.data,setTimeout(function(){$("#cmb_staff_type").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"})},1e3)})):s.usr_gp_staff=!1},s.user_group_click1=function(e){e.includes("03")?(s.usr_gp_staff1=!0,i.get(_.apiUrl+"api/common/LeaveType/Getleavetype").then(function(e){s.stafftype_data=e.data,setTimeout(function(){$("#cmb_staff_type").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"})},1e3)})):s.usr_gp_staff1=!1},s.emp_excep_click=function(e){e?(s.usr_gp=!0,s.usr_gp_staff=!1,s.stud_dis=!0,i.get(_.apiUrl+"api/calendarexception/getUserGroup").then(function(e){s.user_group_obj=e.data,setTimeout(function(){$("#cmb_user_grp").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"})},1e3)})):(s.usr_gp=!1,s.usr_gp_staff=!1,s.stud_dis=!1,s.user_group=null)},s.calendar_status_click=function(e){s.status_dis=!e},s.dummy_cnt=0,s.grade_code_click=function(e){setTimeout(function(){s.grade=!0,s.dummy_cnt=s.dummy_cnt+1,2==s.dummy_cnt&&i.get(_.apiUrl+"api/calendarexception/getSectionCodes?cur_code="+s.cur_code+"&acdm_yr="+s.acdm_yr+"&grd_code_list="+e).then(function(e){s.section_obj=e.data,console.log(s.section_obj),s.dummy_cnt=0,setTimeout(function(){$("#cmb_sec").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"})},1e3)})},500)},s.section_code_click=function(e){},s.user_group="",s.section_code="",s.btn_insert_click=function(){setTimeout(function(){$(document).ready(function(){$("#fromdate, #cex_to_date").kendoDatePicker({format:"dd-MM-yyyy",value:""})})},200);var e=!0;if(""!=s.excp_type&&s.excp_type&&""!=s.from_date&&s.from_date&&""!=s.to_date&&s.to_date&&""!=s.sims_color_code&&s.sims_color_code){if(s.msg1=!1,1==s.student_excp_flag&&0==s.section_code.length&&(e=!1,alert("Please Select Sections for Student")),1==s.emp_excep_flag&&0==s.user_group.length&&(e=!1,alert("Please Select User Group for Emplyoee")),"W"==s.excp_type&&0==p.length&&(e=!1,alert("Please Select Weekend Days")),e){var e={},t=[];try{for(var a=0;a<s.staff_code.length;a++)t=0==a?s.staff_code[a]:t+","+s.staff_code[a]}catch(e){}e.sims_cur_code=s.cur_code,e.sims_academic_year=s.acdm_yr,e.sims_calendar_exception_type=s.excp_type,e.sims_from_date=s.from_date,e.sims_to_date=s.to_date,e.sims_calendar_exception_description=s.excep_desc,e.sims_calendar_exception_day_value=s.day_value,e.sims_calendar_exception_instruction_flag=s.excep_insrt_flag,e.sims_calendar_exception_attendance_flag=s.excep_att_flag,e.sims_status=s.sims_cal_status,e.sims_calendar_exception_color_code=s.sims_color_code,e.sims_calendar_exception_student_flag=s.student_excp_flag,e.sims_calendar_exception_emp_flag=s.emp_excep_flag,1==s.student_excp_flag&&(e.sims_section_code_list=s.section_code.toString()),e.weekendNames=p.toString(),1==s.emp_excep_flag&&(e.sims_employee_group=s.user_group.toString()),e.sims_calendar_exception_staff_type=t.toString(),console.log(e),1==s.student_excp_flag&&s.section_code.toString();for(var o=[],a=0;a<s.exception_details_obj.length;a++)s.exception_details_obj[a].sims_academic_year==s.acdm_yr&&s.exception_details_obj[a].sims_calendar_exception_description==s.excep_desc&&s.exception_details_obj[a].sims_calendar_exception_type_name==s.excp_type&&s.exception_details_obj[a].sims_from_date==s.from_date&&s.exception_details_obj[a].sims_to_date==s.to_date&&(o="Not");"Not"!=o?i.post(_.apiUrl+"api/calendarexception/insertCalendarException",e).then(function(e){s.insert_result=e.data,s.insert_result?(swal("Calendar Exception Details Inserted Successfully!","success"),i.get(_.apiUrl+"api/calendarexception/getCalendarException?acdm_yr="+s.acdm_yr+"&excp_ty_name="+s.excp_type).then(function(e){s.exception_details_obj=e.data,console.log(s.exception_details_obj),n(function(){$("#fixTable").tableHeadFixer({left:1})},100)})):swal({text:"Error While Inserting Calendar Exception Details",imageUrl:"assets/img/notification-alert.png"}),console.log(s.day_obj)}):swal({text:"Error Already Present Details In Calendar Exception",imageUrl:"assets/img/notification-alert.png"})}}else s.msg1=swal({showCloseButton:!0,text:"Please select Exception Type, From Date, To Date and Color",imageUrl:"assets/img/notification-alert.png",width:350,showCloseButon:!0})},s.update_click=function(e){setTimeout(function(){$(document).ready(function(){$("#fromdate, #cex_to_date").kendoDatePicker({format:"dd-MM-yyyy",value:""})})},200),s.weekends=!1,s.usr_gp=!1,s.grade=!1,s.emp_stud_status=!1,s.btn_insert_disabled=!0,s.btn_update_disabled=!1,s.btn_delete_disabled=!1,s.acdm_yr=e.sims_academic_year,s.excep_type=e.sims_calendar_exception_type,s.excep_desc=e.sims_calendar_exception_description,s.from_date=e.sims_from_date,s.to_date=e.sims_to_date,s.day_value=e.sims_calendar_exception_day_value,s.excep_insrt_flag=e.sims_calendar_exception_instruction_flag,s.excep_att_flag=e.sims_calendar_exception_attendance_flag,s.sims_color_code=e.sims_calendar_exception_color_code,s.student_excp_flag=e.sims_calendar_exception_student_flag,s.emp_excep_flag=e.sims_calendar_exception_emp_flag,s.sims_cal_status=e.sims_status,console.log(e),u.org_from_date=s.from_date,u.org_to_date=s.to_date,u.sims_calendar_exception_number=e.sims_calendar_exception_number},{}),g=(s.btn_update_click=function(){u.sims_academic_year=s.acdm_yr,u.sims_calendar_exception_type=s.excep_type,u.sims_calendar_exception_description=s.excep_desc,u.sims_calendar_exception_day_value=s.day_value,u.sims_calendar_exception_instruction_flag=s.excep_insrt_flag,u.sims_calendar_exception_attendance_flag=s.excep_att_flag,u.sims_calendar_exception_color_code=s.sims_color_code,u.sims_status=s.sims_cal_status,console.log(c(s.from_date)),u.sims_from_date=s.from_date,u.sims_to_date=s.to_date,console.log(u),i.post(_.apiUrl+"api/calendarexception/calendarExceptionUpdate",u).then(function(e){s.updte_result=e.data,s.updte_result?(swal("Calendar Exception Details Updated Successfully!","success"),i.get(_.apiUrl+"api/calendarexception/getCalendarException?acdm_yr="+s.acdm_yr+"&excp_ty_name="+s.excp_type).then(function(e){s.exception_details_obj=e.data,console.log(s.exception_details_obj),n(function(){$("#fixTable").tableHeadFixer({left:1})},100)})):swal({text:"Error While Updating Calendar Exception Details",imageUrl:"assets/img/notification-alert.png"}),console.log(s.updte_result)})},s.check_all=function(){for(var e=0;e<s.exception_details_obj.length;e++)s.obj_chk_all?s.exception_details_obj[e].sims_calendar_exception_number_status=!0:s.exception_details_obj[e].sims_calendar_exception_number_status=!1},s.btn_delete_click=function(){s.delete_lst=[];for(var e=0;e<s.exception_details_obj.length;e++)s.exception_details_obj[e].sims_calendar_exception_number_status&&(s.delete_obj={sims_calendar_exception_number:s.exception_details_obj[e].sims_calendar_exception_number},s.delete_lst.push(s.delete_obj));0<s.delete_lst.length?i.post(_.apiUrl+"api/calendarexception/calendarExceptionDeleteNew",s.delete_lst).then(function(e){s.delete_result=e.data,s.delete_result?(swal("Calendar Exception Details Deleted Successfully!","success"),i.get(_.apiUrl+"api/calendarexception/getCalendarException?acdm_yr="+s.acdm_yr+"&excp_ty_name="+s.excp_type).then(function(e){s.exception_details_obj=e.data,console.log(s.exception_details_obj),n(function(){$("#fixTable").tableHeadFixer({left:1})},100)})):swal({text:"Error While Deleting Calendar Exception Details",imageUrl:"assets/img/notification-alert.png"}),console.log(s.updte_result)}):swal({text:"Please select at least one exception",imageUrl:"assets/img/notification-alert.png"})},s.clear=function(){s.excep_type="",s.excep_desc="",s.from_date="",s.to_date="",s.day_value="",s.excep_insrt_flag="",s.excep_att_flag="",s.sims_color_code="",s.student_excp_flag="",s.emp_excep_flag="",s.sims_cal_status="",s.emp_stud_status=!0},s.show_total_working_days=function(){$("#working_days_modal").modal({backdrop:"static"}),s.loading=!0,i.get(_.apiUrl+"api/calendarexception/gettotalWorkingDays").then(function(e){s.total_working_dys_obj=e.data,n(function(){$("#fixTable1").tableHeadFixer({left:1})},100),s.loading=!1,console.log(s.total_working_dys_obj)})},s.edit_student_exception=function(){$("#edit_stud_excp_modal").modal({backdrop:"static"}),s.StudentExceptionDetails="",s.stud="",i.get(_.apiUrl+"api/calendarexception/getExceptionType").then(function(e){s.stud_excep_type_obj=e.data})},s.stud_cur_change=function(e){i.get(_.apiUrl+"api/calendarexception/getAttendanceyear?cur_code="+e).then(function(e){s.stud_acdm_yr_obj=e.data})},s.stud_Acdm_yr_change=function(e,t){i.get(_.apiUrl+"api/calendarexception/getStudGrades?cur_code="+e+"&acdm="+t).then(function(e){s.stud_grades_obj=e.data})},s.stud_grade_change=function(e,t,a){i.get(_.apiUrl+"api/calendarexception/getStudSections?cur_code="+e+"&acdm="+t+"&grd="+a).then(function(e){s.stud_section_obj=e.data,console.log(s.stud_section_obj)})},s.getStud_excp_details=function(){var e=s.stud;""!=s.stud.sims_cur_code&&s.stud.sims_cur_code&&""!=s.stud.sims_academic_year&&s.stud.sims_academic_year&&""!=s.stud.sims_grade_code&&s.stud.sims_grade_code&&""!=s.stud.sims_section_code&&s.stud.sims_section_code&&""!=s.stud.sims_calendar_exception_type&&s.stud.sims_calendar_exception_type?(s.msg1=!1,i.post(_.apiUrl+"api/calendarexception/studentExceptionDetails",e).then(function(e){s.StudentExceptionDetails=e.data,n(function(){$("#fixheader2").tableHeadFixer({left:1})},100),console.log(s.StudentExceptionDetails)})):s.msg1=swal({showCloseButton:!0,text:"All Fields are Mandatory",width:350,showCloseButon:!0})},s.Student_excep_update=function(e){console.log(e);var t={};(t=s.stud).sims_attendance_date=c(e.sims_from_date),t.sims_status=e.sims_status,t.sims_calendar_exception_number=e.sims_calendar_exception_number,i.post(_.apiUrl+"api/calendarexception/studentExceptionDetailsUpdate",t).then(function(e){s.StudentExceptionDetails_updte_res=e.data,console.log(s.StudentExceptionDetails_updte_res)})},s.edit_Emp_exception=function(){$("#edit_emp_excp_modal").modal({backdrop:"static"}),s.EmpExceptionDetails="",s.emp="",i.get(_.apiUrl+"api/calendarexception/getUserGroup").then(function(e){s.emp_user_group_obj=e.data}),i.get(_.apiUrl+"api/calendarexception/getExceptionType").then(function(e){s.emp_excep_type_obj=e.data})},s.getEmp_excp_details=function(e,t,a){""!=s.emp.comn_user_group_code&&s.emp.comn_user_group_code&&""!=s.emp.sims_appl_parameter&&s.emp.sims_appl_parameter&&""!=s.emp.staff_code&&s.emp.staff_code?(s.msg1=!1,i.get(_.apiUrl+"api/calendarexception/getEmplyoeeExceptionDetails?user_grp_code="+e+"&excp_type="+t+"&staff_code="+a).then(function(e){s.EmpExceptionDetails=e.data,console.log(s.EmpExceptionDetails)})):s.msg1=swal({showCloseButton:!0,text:"All Fields are Mandatory",width:350,showCloseButon:!0})},s.emp_excep_deails_update=function(e){console.log(e);e.sims_employee_group=s.emp.comn_user_group_code,i.post(_.apiUrl+"api/calendarexception/EmplyoeeExceptionDetailsUpdate",e).then(function(e){s.EmpExceptionDetails_up_res=e.data,console.log(s.EmpExceptionDetails_up_res)})},s.btn_cancel_click=function(){s.status_dis=!0,s.usr_gp=!1,s.grade=!1,s.weekends=!1,s.excp_type="",s.exception_details_obj="",s.section_code={},s.user_group="",s.btn_insert_disabled=!1,s.btn_update_disabled=!0,s.btn_delete_disabled=!0},$("#Myform").html());s.resetForm=function(){$("#Myform").empty().append(a(g)(s))},$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0}),$(document).on("touch click",'*[data-datepicker="true"] .add-on',function(e){$('input[type="text"]',$(this).parent()).focus()}),$("body").addClass("grey condense-menu"),$("#main-menu").addClass("mini"),$(".page-content").addClass("condensed"),t.isCondensed=!0}])}(),function(){"use strict";var e=angular.module("sims.module.SchoolSetup");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.directive("limitTo",[function(){return{restrict:"A",link:function(e,t,a){var o=parseInt(a.limitTo);angular.element(t).on("keydown",function(){if(47<event.keyCode&&event.keyCode<127&&this.value.length==o)return!1})}}}]),e.directive("onlyDigits",function(){return{require:"ngModel",restrict:"A",link:function(e,t,a,o){o.$parsers.push(function(e){var t;if(e)return(t=e.replace(/[^0-9]/g,""))!==e&&(o.$setViewValue(t),o.$render()),parseInt(t,10)})}}}),e.controller("CalendarExceptionNewCont",["$scope","$state","$rootScope","$timeout","$compile","gettextCatalog","$http","$filter","ENV",function(l,e,t,r,a,o,m,s,p){l.IsHidden=!0,l.ShowHide=function(){l.IsHidden=0==l.IsHidden},l.status_dis=!0,l.sims_status=!0,l.display=!1,l.emp_stud_status=!0,l.btn_insert_disabled=!1,l.btn_update_disabled=!0,l.btn_delete_disabled=!0;function n(e){return e.replace(/-/g,"/").split("/").reverse().join("-")}var i=new Date,d=i.getDate(),_=i.getMonth()+1,i=i.getFullYear(),_=(l.att_date=_+"/"+d+"/"+i,l.sims_cal_status=!0,new Date),c=(l.from_date=("0"+_.getDate()).slice(-2)+"-"+("0"+(_.getMonth()+1)).slice(-2)+"-"+_.getFullYear(),l.to_date=("0"+_.getDate()).slice(-2)+"-"+("0"+(_.getMonth()+1)).slice(-2)+"-"+_.getFullYear(),m.get(p.apiUrl+"api/calendarexceptionnew/getAttendanceCuriculum").then(function(e){l.cur_obj=e.data,0<e.data.length&&(l.cur_code=e.data[0].sims_cur_code,l.cur_change(e.data[0].sims_cur_code)),l.display=!0}),l.Acdm_yr_change=function(){l.excp_type="",m.get(p.apiUrl+"api/calendarexceptionnew/getExceptionType").then(function(e){l.excep_type_obj=e.data,l.sims_status=!1})},l.Acdm_yr_changes=function(){l.excp_type="",m.get(p.apiUrl+"api/calendarexceptionnew/getExceptionType").then(function(e){l.excep_type_objs=e.data,setTimeout(function(){$("#Select100").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"}),$("#Select100").multipleSelect("uncheckAll")},1e3)})},l.cur_change=function(e){m.get(p.apiUrl+"api/calendarexceptionnew/getAttendanceyear?cur_code="+e).then(function(e){l.acdm_yr_obj=e.data,0<e.data.length&&(l.acdm_yr=e.data[0].sims_academic_year,$("#fromdate").kendoDatePicker({format:"dd-MM-yyyy",max:e.data[0].sims_academic_year_end_date,min:e.data[0].sims_academic_year_start_date}),$("#cex_to_date").kendoDatePicker({format:"dd-MM-yyyy",max:e.data[0].sims_academic_year_end_date,min:e.data[0].sims_academic_year_start_date}),l.Acdm_yr_change(),l.Acdm_yr_changes())})},l.excep_type_change=function(e,t,a){if(l.clear(),l.status_dis=!0,l.day_value=1,l.btn_insert_disabled=!1,l.btn_update_disabled=!0,l.btn_delete_disabled=!0,l.sims_cal_status=!0,"W"==t){l.weekends=!0,l.status_dis=!0;for(var o=0;o<l.acdm_yr_obj.length;o++)if(l.acdm_yr_obj[o].sims_academic_year==e){l.from_date=moment(l.acdm_yr_obj[o].sims_academic_year_start_date).format("DD-MM-YYYY"),l.to_date=moment(l.acdm_yr_obj[o].sims_academic_year_end_date).format("DD-MM-YYYY");break}m.get(p.apiUrl+"api/calendarexceptionnew/getDays").then(function(e){l.day_obj=e.data,console.log(l.day_obj)})}else l.disabled=!1,l.from_date=moment(new Date).format("DD-MM-YYYY"),l.to_date=moment(new Date).format("DD-MM-YYYY")},l.day_names_list=[],l.weekend_click=function(e){var t,a=document.getElementById(e);l.day_names_list.length<2?(1==a.checked?(console.log(e),l.day_names_list.push(e)):(console.log(e),a.checked=!1,t=l.day_names_list.indexOf(e),console.log(t),-1<t&&l.day_names_list.splice(t,1)),console.log(l.day_names_list)):(0==a.checked&&(a.checked=!1,t=l.day_names_list.indexOf(e),console.log(t),-1<t&&l.day_names_list.splice(t,1),console.log(l.day_names_list)),a.checked=!1)},l.stud_excep_click=function(e){e?(l.grade=!0,l.emp_dis=!0,m.get(p.apiUrl+"api/calendarexceptionnew/getAllGrades?cur_code="+l.cur_code+"&acdm_yr="+l.acdm_yr).then(function(e){l.grades_obj=e.data,setTimeout(function(){$("#cmb_grade").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"}),$("#cmb_grade").multipleSelect("uncheckAll")},1e3)}),$("#cmb_sec").multipleSelect("uncheckAll")):(l.grade=!1,l.emp_dis=!1,l.section_code=null)},l.user_group_click=function(e){e.includes("03")?(l.usr_gp_staff=!0,m.get(p.apiUrl+"api/common/LeaveType/Getleavetype").then(function(e){l.stafftype_data=e.data,setTimeout(function(){$("#cmb_staff_type").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"}),$("#cmb_staff_type").multipleSelect("uncheckAll")},1e3)})):l.usr_gp_staff=!1},l.user_group_click1=function(e){e.includes("03")?(l.usr_gp_staff1=!0,m.get(p.apiUrl+"api/common/LeaveType/Getleavetype").then(function(e){l.stafftype_data=e.data,setTimeout(function(){$("#cmb_staff_type").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"})},1e3)})):l.usr_gp_staff1=!1},l.emp_excep_click=function(e){e?(l.usr_gp=!0,l.usr_gp_staff=!1,l.stud_dis=!0,m.get(p.apiUrl+"api/calendarexceptionnew/getUserGroup").then(function(e){l.user_group_obj=e.data,setTimeout(function(){$("#cmb_user_grp").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"})},1e3)})):(l.usr_gp=!1,l.usr_gp_staff=!1,l.stud_dis=!1,l.user_group=null)},l.calendar_status_click=function(e){l.status_dis=!e},l.dummy_cnt=0,l.grade_code_click=function(e){setTimeout(function(){l.grade=!0,l.dummy_cnt=l.dummy_cnt+1,2==l.dummy_cnt&&m.get(p.apiUrl+"api/calendarexceptionnew/getSectionCodes?cur_code="+l.cur_code+"&acdm_yr="+l.acdm_yr+"&grd_code_list="+e).then(function(e){l.section_obj=e.data,console.log(l.section_obj),l.dummy_cnt=0,setTimeout(function(){$("#cmb_sec").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"})},1e3)})},500)},l.grade_code_click1=function(e){setTimeout(function(){l.dummy_cnt=l.dummy_cnt+1,2==l.dummy_cnt&&m.get(p.apiUrl+"api/calendarexceptionnew/getSectionCodes?cur_code="+l.cur_code+"&acdm_yr="+l.acdm_yr+"&grd_code_list="+e).then(function(e){l.section_objs=e.data,console.log(l.section_objs),l.dummy_cnt=0,setTimeout(function(){$("#cmb_secc").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"})},1e3)})},500)},l.section_code_click=function(e){},l.btn_insert_click=function(){setTimeout(function(){$(document).ready(function(){$("#fromdate, #cex_to_date").kendoDatePicker({format:"dd-MM-yyyy",value:""})})},200);var e=!0;if(""!=l.excp_type&&l.excp_type&&""!=l.from_date&&l.from_date&&""!=l.to_date&&l.to_date&&""!=l.sims_color_code&&l.sims_color_code){if(l.msg1=!1,1==l.student_excp_flag&&0==l.section_code.length&&(e=!1,alert("Please Select Sections for Student")),1==l.emp_excep_flag&&0==l.user_group.length&&(e=!1,alert("Please Select User Group for Emplyoee")),"W"==l.excp_type&&0==l.day_names_list.length&&(e=!1,alert("Please Select Weekend Days")),e){var t=[];try{for(var a=0;a<l.staff_code.length;a++)t=0==a?l.staff_code[a]:t+","+l.staff_code[a]}catch(e){}var e=[],o=(null==l.section_code&&(l.section_code=""),null==l.user_group&&(l.user_group=""),{sims_cur_code:l.cur_code,sims_academic_year:l.acdm_yr,sims_calendar_exception_type:l.excp_type,sims_from_date:l.from_date,sims_to_date:l.to_date,sims_calendar_exception_description:l.excep_desc,sims_calendar_exception_day_value:l.day_value,sims_calendar_exception_instruction_flag:l.excep_insrt_flag,sims_calendar_exception_attendance_flag:l.excep_att_flag,sims_status:l.sims_cal_status,sims_from_date:l.from_date,sims_calendar_exception_color_code:l.sims_color_code,sims_calendar_exception_student_flag:l.student_excp_flag,sims_calendar_exception_emp_flag:l.emp_excep_flag,sims_section_code_list:l.section_code.toString(),weekendNames:l.day_names_list.toString(),sims_employee_group:l.user_group.toString(),sims_calendar_exception_staff_type:t.toString()});e.push(o),console.log(e),l.section_code.toString();m.post(p.apiUrl+"api/calendarexceptionnew/insertCalendarException",e).then(function(e){l.msg1=e.data,null!=l.msg1.strMessage?(null==l.msg1.strMessage&&""==l.msg1.strMessage&&null==l.msg1.strMessage||swal({title:"Alert",text:l.msg1.strMessage,width:380,height:200}),l.excep_type_change(l.acdm_yr,l.excp_type,l.cur_code)):swal({title:"Alert",text:l.msg1.strMessage,width:380,height:200}),console.log(l.day_obj)})}}else l.msg1=swal({showCloseButton:!0,text:"Please select Exception Type, From Date, To Date and Color",imageUrl:"assets/img/notification-alert.png",width:350,showCloseButon:!0});l.stud_excep_click(!1),l.emp_excep_click(!1),l.student_excp_flag=!1,l.emp_excep_flag=!1,l.day_names_list=[]},l.update_click=function(e){setTimeout(function(){$(document).ready(function(){$("#fromdate, #cex_to_date").kendoDatePicker({format:"dd-MM-yyyy",value:""})})},200),l.weekends=!1,l.usr_gp=!1,l.grade=!1,l.emp_stud_status=!1,l.btn_insert_disabled=!0,l.btn_update_disabled=!1,l.btn_delete_disabled=!1,l.acdm_yr=e.sims_academic_year,l.excep_type=e.sims_calendar_exception_type,l.excep_desc=e.sims_calendar_exception_description,l.from_date=e.sims_from_date,l.to_date=e.sims_to_date,l.day_value=e.sims_calendar_exception_day_value,l.excep_insrt_flag=e.sims_calendar_exception_instruction_flag,l.excep_att_flag=e.sims_calendar_exception_attendance_flag,l.sims_color_code=e.sims_calendar_exception_color_code,l.student_excp_flag=e.sims_calendar_exception_student_flag,l.emp_excep_flag=e.sims_calendar_exception_emp_flag,l.sims_cal_status=e.sims_status,console.log(e),c.org_from_date=l.from_date,c.org_to_date=l.to_date,c.sims_calendar_exception_number=e.sims_calendar_exception_number},{}),u=(l.btn_update_click=function(){c.sims_academic_year=l.acdm_yr,c.sims_calendar_exception_type=l.excep_type,c.sims_calendar_exception_description=l.excep_desc,c.sims_calendar_exception_day_value=l.day_value,c.sims_calendar_exception_instruction_flag=l.excep_insrt_flag,c.sims_calendar_exception_attendance_flag=l.excep_att_flag,c.sims_calendar_exception_color_code=l.sims_color_code,c.sims_status=l.sims_cal_status,console.log(n(l.from_date)),c.sims_from_date=l.from_date,c.sims_to_date=l.to_date,console.log(c),m.post(p.apiUrl+"api/calendarexceptionnew/calendarExceptionUpdate",c).then(function(e){l.updte_result=e.data,l.updte_result?(swal("Calendar Exception Details Updated Successfully!","success"),m.get(p.apiUrl+"api/calendarexceptionnew/getCalendarException?acdm_yr="+l.acdm_yr+"&excp_ty_name="+l.excp_type).then(function(e){l.exception_details_obj=e.data,console.log(l.exception_details_obj),r(function(){$("#fixTable").tableHeadFixer({left:1})},100)})):swal({text:"Error While Updating Calendar Exception Details",imageUrl:"assets/img/notification-alert.png"}),console.log(l.updte_result)})},l.check_all=function(){for(var e=0;e<l.exception_details_obj.length;e++)l.obj_chk_all?l.exception_details_obj[e].sims_calendar_exception_number_status=!0:l.exception_details_obj[e].sims_calendar_exception_number_status=!1},l.btn_delete_click=function(){l.delete_lst=[];for(var e=0;e<l.exception_details_obj.length;e++)l.exception_details_obj[e].sims_calendar_exception_number_status&&(l.delete_obj={sims_calendar_exception_number:l.exception_details_obj[e].sims_calendar_exception_number},l.delete_lst.push(l.delete_obj));0<l.delete_lst.length?m.post(p.apiUrl+"api/calendarexceptionnew/calendarExceptionDeleteNew",l.delete_lst).then(function(e){l.delete_result=e.data,l.delete_result?(swal("Calendar Exception Details Deleted Successfully!","success"),m.get(p.apiUrl+"api/calendarexceptionnew/getCalendarException?acdm_yr="+l.acdm_yr+"&excp_ty_name="+l.excp_type).then(function(e){l.exception_details_obj=e.data,console.log(l.exception_details_obj),r(function(){$("#fixTable").tableHeadFixer({left:1})},100)})):swal({text:"Error While Deleting Calendar Exception Details",imageUrl:"assets/img/notification-alert.png"}),console.log(l.updte_result)}):swal({text:"Please select at least one exception",imageUrl:"assets/img/notification-alert.png"})},l.clear=function(){l.excep_type="",l.excep_desc="",l.from_date="",l.to_date="",l.day_value="",l.excep_insrt_flag="",l.excep_att_flag="",l.sims_color_code="",l.student_excp_flag="",l.emp_excep_flag="",l.sims_cal_status="",l.emp_stud_status=!0},l.show_total_working_days=function(){$("#working_days_modal").modal({backdrop:"static"}),l.loading=!0,m.get(p.apiUrl+"api/calendarexceptionnew/gettotalWorkingDays").then(function(e){l.total_working_dys_obj=e.data,r(function(){$("#fixTable1").tableHeadFixer({left:1})},100),l.loading=!1,console.log(l.total_working_dys_obj)})},l.edit_student_exception=function(){$("#edit_stud_excp_modal").modal({backdrop:"static"}),l.StudentExceptionDetails="",l.stud="",m.get(p.apiUrl+"api/calendarexceptionnew/getExceptionType").then(function(e){l.stud_excep_type_obj=e.data})},l.stud_cur_change=function(e){m.get(p.apiUrl+"api/calendarexceptionnew/getAttendanceyear?cur_code="+e).then(function(e){l.stud_acdm_yr_obj=e.data})},l.stud_Acdm_yr_change=function(e,t){m.get(p.apiUrl+"api/calendarexceptionnew/getStudGrades?cur_code="+e+"&acdm="+t).then(function(e){l.stud_grades_obj=e.data})},l.stud_grade_change=function(e,t,a){m.get(p.apiUrl+"api/calendarexceptionnew/getStudSections?cur_code="+e+"&acdm="+t+"&grd="+a).then(function(e){l.stud_section_obj=e.data,console.log(l.stud_section_obj)})},l.getStud_excp_details=function(){var e=l.stud;""!=l.stud.sims_cur_code&&l.stud.sims_cur_code&&""!=l.stud.sims_academic_year&&l.stud.sims_academic_year&&""!=l.stud.sims_grade_code&&l.stud.sims_grade_code&&""!=l.stud.sims_section_code&&l.stud.sims_section_code&&""!=l.stud.sims_calendar_exception_type&&l.stud.sims_calendar_exception_type?(l.msg1=!1,m.post(p.apiUrl+"api/calendarexceptionnew/studentExceptionDetails",e).then(function(e){l.StudentExceptionDetails=e.data,r(function(){$("#fixheader2").tableHeadFixer({left:1})},100),console.log(l.StudentExceptionDetails)})):l.msg1=swal({showCloseButton:!0,text:"All Fields are Mandatory",width:350,showCloseButon:!0})},l.Student_excep_update=function(e){console.log(e);var t={};(t=l.stud).sims_attendance_date=n(e.sims_from_date),t.sims_status=e.sims_status,t.sims_calendar_exception_number=e.sims_calendar_exception_number,m.post(p.apiUrl+"api/calendarexceptionnew/studentExceptionDetailsUpdate",t).then(function(e){l.StudentExceptionDetails_updte_res=e.data,console.log(l.StudentExceptionDetails_updte_res)})},l.edit_Emp_exception=function(){$("#edit_emp_excp_modal").modal({backdrop:"static"}),l.EmpExceptionDetails="",l.emp="",m.get(p.apiUrl+"api/calendarexceptionnew/getUserGroup").then(function(e){l.emp_user_group_obj=e.data}),m.get(p.apiUrl+"api/calendarexceptionnew/getExceptionType").then(function(e){l.emp_excep_type_obj=e.data})},l.getEmp_excp_details=function(e,t,a){""!=l.emp.comn_user_group_code&&l.emp.comn_user_group_code&&""!=l.emp.sims_appl_parameter&&l.emp.sims_appl_parameter&&""!=l.emp.staff_code&&l.emp.staff_code?(l.msg1=!1,m.get(p.apiUrl+"api/calendarexceptionnew/getEmplyoeeExceptionDetails?user_grp_code="+e+"&excp_type="+t+"&staff_code="+a).then(function(e){l.EmpExceptionDetails=e.data,console.log(l.EmpExceptionDetails)})):l.msg1=swal({showCloseButton:!0,text:"All Fields are Mandatory",width:350,showCloseButon:!0})},l.emp_excep_deails_update=function(e){console.log(e);e.sims_employee_group=l.emp.comn_user_group_code,m.post(p.apiUrl+"api/calendarexceptionnew/EmplyoeeExceptionDetailsUpdate",e).then(function(e){l.EmpExceptionDetails_up_res=e.data,console.log(l.EmpExceptionDetails_up_res)})},l.btn_cancel_click=function(){l.status_dis=!0,l.usr_gp=!1,l.grade=!1,l.weekends=!1,l.excp_type="",l.exception_details_obj="",l.section_code={},l.user_group="",l.btn_insert_disabled=!1,l.btn_update_disabled=!0,l.btn_delete_disabled=!0},l.btn_search=function(e,t,a,o,s,n,i,d,_,c){m.get(p.apiUrl+"api/calendarexceptionnew/getCalendarException?cur="+e+"&acdm_yr="+t+"&excp_ty_name="+a+"&from_date_search="+o+"&to_date_search="+s+"&type="+n+"&search_grade_code="+i+"&search_section_code="+d+"&search_user_group="+_+"&search_staff_code="+c).then(function(e){l.exception_details_obj=e.data,console.log(l.exception_details_obj),r(function(){$("#fixTable").tableHeadFixer({left:1})},100)})},l.btn_reset=function(){l.excp_type="",l.from_date_search="",l.to_date_search="",l.type=""},l.gradesearch=!1,l.usr_gp_search=!1,l.usr_gp_staff_search=!1,l.type_click=function(e){"S"==e?(l.gradesearch=!0,l.usr_gp_search=!1,l.usr_gp_staff_search=!1,m.get(p.apiUrl+"api/calendarexceptionnew/getAllGrades?cur_code="+l.cur_code+"&acdm_yr="+l.acdm_yr).then(function(e){l.grades_obj=e.data,setTimeout(function(){$("#cmb_grd10").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"}),$("#cmb_grd10").multipleSelect("checkAll")},1e3)})):(l.gradesearch=!1,l.usr_gp_search=!0,l.usr_gp_staff_search=!0,m.get(p.apiUrl+"api/calendarexceptionnew/getUserGroup").then(function(e){l.user_group_obj=e.data,setTimeout(function(){$("#cmb_user_grp_search").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"}),$("#cmb_user_grp_search").multipleSelect("checkAll")},1e3)}))},l.user_group_click2=function(e){e.includes("03")?(l.usr_gp_staff_search=!0,m.get(p.apiUrl+"api/common/LeaveType/Getleavetype").then(function(e){l.stafftype_datas=e.data,setTimeout(function(){$("#cmb_staff_type_search").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"}),$("#cmb_staff_type_search").multipleSelect("uncheckAll")},1e3)})):l.usr_gp_staff_search=!1},$("#Myform").html());l.resetForm=function(){$("#Myform").empty().append(a(u)(l))},$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0}),$(document).on("touch click",'*[data-datepicker="true"] .add-on',function(e){$('input[type="text"]',$(this).parent()).focus()}),$("body").addClass("grey condense-menu"),$("#main-menu").addClass("mini"),$(".page-content").addClass("condensed"),t.isCondensed=!0}])}(),function(){"use strict";var e=angular.module("sims.module.SchoolSetup");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("StudLeaveApproveCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(i,e,a,t,o,s,n){i.url=n.apiUrl+"Content/"+s.defaults.headers.common.schoolId,i.currentPage=1,i.view=!0,i.create=!1,i.offset="100",i.numPerPage="100",i.edt={},$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0});var d=a.globals.currentUser.username;function c(e,t){e?s.get(n.apiUrl+"api/ERP/Grade/getCuriculum_new").then(function(e){i.curriculum=e.data,i.sims_cur_code=i.curriculum[0].sims_cur_code,i.getAccYear()}):s.get(n.apiUrl+"api/ERP/Grade/getCuriculumfor_Company?comp_code="+t).then(function(e){i.curriculum=e.data,i.sims_cur_code=i.curriculum[0].sims_cur_code,i.getAccYear()})}i.filter_by=!1,i.gradeDetails=[],i.sectionDetails=[],s.get(n.apiUrl+"api/StudLeaveApprove/GetLeaveCode").then(function(e){i.GetLeaveCode=e.data,setTimeout(function(){$("#Select1").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"})},1e3)}),s.get(n.apiUrl+"api/ERP/Grade/getAccecssUser?user="+a.globals.currentUser.username).then(function(e){i.global_count_comp=e.data,i.global_count_comp?c(!0,i.user_details.comp):c(!1,i.user_details.comp)}),s.get(n.apiUrl+"api/StudLeaveApprove/GetLeaveStatus").then(function(e){i.leaveStatuslist=e.data,setTimeout(function(){$("#leavestatus").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"})},1e3)}),i.getAccYear=function(){s.get(n.apiUrl+"api/common/getAcademicYear?curCode="+i.sims_cur_code).then(function(e){i.Acc_year=e.data,0<e.data.length&&(i.sims_academic_year=i.Acc_year[0].sims_academic_year,i.startDate=i.Acc_year[0].sims_academic_year_start_date,i.endDate=i.Acc_year[0].sims_academic_year_end_date,console.log("nnn",i.startDate),i.getGrade())})},i.getAccYearNew=function(a){s.get(n.apiUrl+"api/common/getAcademicYear?curCode="+i.sims_cur_code).then(function(e){if(i.Acc_yearNew=e.data,0<i.Acc_yearNew.length)for(var t=0;t<i.Acc_yearNew.length;t++)a==i.Acc_yearNew[t].sims_academic_year&&(i.startDate=i.Acc_yearNew[t].sims_academic_year_start_date,i.endDate=i.Acc_yearNew[t].sims_academic_year_end_date)})},i.selectgrade=function(e){i.sectionDetails=[];for(var t,a=0;a<i.ClassDetails.length;a++)e.includes(i.ClassDetails[a].sims_grade_code)&&(t={sims_section_code:i.ClassDetails[a].sims_section_code,sims_section_name:i.ClassDetails[a].sims_section_name},i.sectionDetails.push(t));setTimeout(function(){$("#cmb_section_multi").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"})},1e3)},i.getGrade=function(){s.post(n.apiUrl+"api/StudLeaveApprove/ClassDetails?empid="+a.globals.currentUser.username+"&cur_code="+i.sims_cur_code+"&academic_year="+i.sims_academic_year).then(function(e){i.ClassDetails=e.data;for(var t=[],a=0;a<i.ClassDetails.length;a++){var o={sims_grade_code:i.ClassDetails[a].sims_grade_code,sims_grade_name:i.ClassDetails[a].sims_grade_name};t.push(o)}for(var s={},n=[],a=0;a<t.length;a++)void 0===s[t[a].sims_grade_code]&&n.push(t[a]),s[t[a].sims_grade_code]=0;i.gradeDetails=n,setTimeout(function(){$("#cmb_grade_multi").change(function(){console.log($(this).val()),i.selectgrade(i.edt.sims_grade_code)}).multipleSelect({width:"100%"})},1e3)})},$(function(){$("#cmb_grade_multi").multipleSelect({width:"100%"})}),$(function(){$("#leavestatus").multipleSelect({width:"100%"})}),$(function(){$("#cmb_section_multi").multipleSelect({width:"100%"})}),i.link=function(e){"tiadxb"==s.defaults.headers.common.schoolId||"staging1"==s.defaults.headers.common.schoolId||"staging2"==s.defaults.headers.common.schoolId||"staging3"==s.defaults.headers.common.schoolId||"staging4"==s.defaults.headers.common.schoolId||"tiashj"==s.defaults.headers.common.schoolId||"tosdxb"==s.defaults.headers.common.schoolId||"aisdxb"==s.defaults.headers.common.schoolId?i.downloadurl="https://leamsuae.schoolappsuae.com/kindoapi/Content/"+s.defaults.headers.common.schoolId+"/Docs/Attachment/"+e:"ihsonlineom"==s.defaults.headers.common.schoolId||"mstagingdso"==s.defaults.headers.common.schoolId||"iisonlinedso"==s.defaults.headers.common.schoolId||"mstagingag"==s.defaults.headers.common.schoolId||"ihsonlineag"==s.defaults.headers.common.schoolId||"mstagingom"==s.defaults.headers.common.schoolId?i.downloadurl="https://apiihs.schoolappsuae.com/mograSISAPI/Content/"+s.defaults.headers.common.schoolId+"/Docs/Attachment/"+e:i.downloadurl=n.docUrl+s.defaults.headers.common.schoolId+"/Docs/Attachment/"+e,window.open(i.downloadurl,"_new")},$(document).on("touch click",'*[data-datepicker="true"] .add-on',function(e){$('input[type="text"]',$(this).parent()).focus()}),i.setStart=function(e){},i.setEnd=function(e){},i.reset_details=function(){i.edt={},i.maindata=[],i.LeaveDetails=[],i.rgvtbl=!1,i.sectionDetails=[],i.startDate="",i.endDate="";try{$("#cmb_grade_multi").multipleSelect("uncheckAll")}catch(e){}try{$("#cmb_section_multi").multipleSelect("uncheckAll")}catch(e){}try{$("#Select1").multipleSelect("uncheckAll")}catch(e){}try{$("#leavestatus").multipleSelect("uncheckAll")}catch(e){}},i.busy=!1;var l={offset:i.offset,pagecounter:i.currentPage-1,search:i.searchText};function r(e){e=e.split("-");return new Date(e[2],e[1]-1,e[0])}s.post(n.apiUrl+"api/StudLeaveApprove/NewLeaveDetails1paginatedatacount",l).then(function(e){i.totalDetails=[],i.totalDetails=e.data,i.show_filter_button=!1,i.total_stud=0,"0"!==i.totalDetails[0].sims_records_cnt?(i.total_stud=i.totalDetails[0].sims_records_cnt,i.filter_by=!1,i.pager=!0,i.totalItems=i.totalDetails[0].sims_records_cnt,i.pagination()):(i.rgvtbl=!1,i.pager=!1,i.busy=!1,console.log("check4"),swal("","No Student Leaves Pending for Approval"))}),s.get(n.apiUrl+"api/StudLeaveApprove/getleavecountdefault").then(function(e){i.demo_values=[],i.demo_values=e.data,console.log("CountData",i.demo_values);i.sims_leave_code,i.sims_grade_code,i.sims_section_code,i.startDate,i.endDate,i.sims_leave_status_code,i.searchText}),i.show_details=function(){i.searchText="",i.currentPage="1",i.griddata=!1,i.busy=!0,i.rgvtbl=!1,i.show_filter_button=!0,i.filteredTodos=[],i.sims_grade_code="",i.sims_section_code="",i.sims_leave_code="",i.sims_leave_status_code="",null==i.edt.sims_grade_code&&(i.edt.sims_grade_code="");for(var e=0;e<i.edt.sims_grade_code.length;e++)i.sims_grade_code=i.sims_grade_code+i.edt.sims_grade_code[e]+",";null==i.edt.sims_section_code&&(i.edt.sims_section_code="");for(var t=0;t<i.edt.sims_section_code.length;t++)i.sims_section_code=i.sims_section_code+i.edt.sims_section_code[t]+",";null==i.edt.sims_leave_code&&(i.edt.sims_leave_code="");for(var a=0;a<i.edt.sims_leave_code.length;a++)i.sims_leave_code=i.sims_leave_code+i.edt.sims_leave_code[a]+",";null==i.edt.startDate&&(i.edt.startDate=""),null==i.edt.endDate&&(i.edt.endDate=""),null==i.edt.sims_leave_status_code&&(i.edt.sims_leave_status_code="");for(e=0;e<i.edt.sims_leave_status_code.length;e++)i.sims_leave_status_code=i.sims_leave_status_code+i.edt.sims_leave_status_code[e]+",";s.get(n.apiUrl+"api/StudLeaveApprove/getleavecount?leavecode="+i.sims_leave_code+"&gradecode="+i.sims_grade_code+"&sectioncode="+i.sims_section_code+"&startdate="+i.startDate+"&enddate="+i.endDate+"&leavestatus="+i.sims_leave_status_code).then(function(e){i.demo_values=[],i.demo_values=e.data,console.log("CountData",i.demo_values);e={emp_id:d,sims_leave_code:i.sims_leave_code,sims_grade_code:i.sims_grade_code,sims_section_code:i.sims_section_code,sims_leave_start_date:i.startDate,sims_leave_end_date:i.endDate,sims_leave_status:i.sims_leave_status_code,search:i.searchText};""!=e.sims_grade_code&&""!=e.sims_section_code&&null!=e.sims_leave_code?s.post(n.apiUrl+"api/StudLeaveApprove/NewLeaveDetailsPaginationcount",e).then(function(e){i.totalDetails=[],i.totalDetails=e.data,i.total_stud=0,"0"!==i.totalDetails[0].sims_records_cnt?(i.total_stud=i.totalDetails[0].sims_records_cnt,i.filter_by=!1,i.pager=!0,i.totalItems=i.totalDetails[0].sims_records_cnt,i.pagination()):(console.log("check1"),i.rgvtbl=!1,i.pager=!1,i.busy=!1,swal("","No Student Leaves Pending for Approval"))}):swal("","Please select Grade,Section and Leave type")})},i.getAllcountdata=function(e,t,a){!1===i.show_filter_button?(swal("","Please ensure all mandatory fields are filled out"),i.filter_by=!0):(i.searchText="",i.griddata=!0,i.currentPage="1",""==e&&(e=void 0),"grid1"===t?($("#grid1").addClass("border-highlight"),$("#grid2").removeClass("border-highlight"),$("#grid3").removeClass("border-highlight"),$("#grid4").removeClass("border-highlight"),$("#grid5").removeClass("border-highlight"),$("#grid6").removeClass("border-highlight")):"grid2"===t?($("#grid1").removeClass("border-highlight"),$("#grid2").addClass("border-highlight"),$("#grid3").removeClass("border-highlight"),$("#grid4").removeClass("border-highlight"),$("#grid5").removeClass("border-highlight"),$("#grid6").removeClass("border-highlight")):"grid3"===t?($("#grid1").removeClass("border-highlight"),$("#grid2").removeClass("border-highlight"),$("#grid3").addClass("border-highlight"),$("#grid4").removeClass("border-highlight"),$("#grid5").removeClass("border-highlight"),$("#grid6").removeClass("border-highlight")):"grid4"===t?($("#grid1").removeClass("border-highlight"),$("#grid2").removeClass("border-highlight"),$("#grid3").removeClass("border-highlight"),$("#grid4").addClass("border-highlight"),$("#grid5").removeClass("border-highlight"),$("#grid6").removeClass("border-highlight")):"grid5"===t?($("#grid1").removeClass("border-highlight"),$("#grid2").removeClass("border-highlight"),$("#grid3").removeClass("border-highlight"),$("#grid4").removeClass("border-highlight"),$("#grid5").addClass("border-highlight"),$("#grid6").removeClass("border-highlight")):"grid6"===t&&($("#grid1").removeClass("border-highlight"),$("#grid2").removeClass("border-highlight"),$("#grid3").removeClass("border-highlight"),$("#grid4").removeClass("border-highlight"),$("#grid5").removeClass("border-highlight"),$("#grid6").addClass("border-highlight")),i.busy=!0,i.rgvtbl=!1,i.totalItems=a,i.grid_status=e,t={emp_id:d,sims_leave_code:i.sims_leave_code,sims_grade_code:i.sims_grade_code,sims_section_code:i.sims_section_code,sims_leave_start_date:i.startDate,sims_leave_end_date:i.endDate,sims_leave_status:e,offset:i.offset,pagecounter:0,search:i.searchText},s.post(n.apiUrl+"api/StudLeaveApprove/LeaveDetailsCountWise1",t).then(function(e){i.countdata=[],i.countdata=e.data,i.busy=!1,0<i.countdata.length?(i.rgvtbl=!0,i.pager=!1,i.todos=i.countdata,i.makeTodos()):(i.rgvtbl=!1,i.busy=!1,console.log("check2"),swal("","No Student Leaves Pending for Approval"))}))},i.maindata=[],i.row_click=function(e){i.maindata=e,i.maindata.ord1==i.maindata.ord2?(i.super_show_remark=!1,i.show_remark=!0,i.super_remark="",i.Remark="Supervisor Remark :"):(i.super_show_remark=!0,i.show_remark=!0,i.super_remark="Supervisor Remark :",i.Remark="Principal Remark :"),s.get(n.apiUrl+"api/StudLeaveApprove/getLeaveAttachments?enrollnumber="+e.sims_enroll_number+"&academicyear="+e.sims_academic_year+"&leavenumber="+e.sims_leave_number).then(function(e){i.attachmentsList=e.data,console.log("CmbLeaveCode",i.attachmentsList)}),s.get(n.apiUrl+"api/StudLeaveApprove/GetLeaveCode").then(function(e){i.GetLeaveCode=e.data}),$("#myModal").modal({backdrop:"static",keyboard:!1}),i.maindata},i.leave_approve=function(){swal({title:" ",text:"Please confirm approval",type:"",showCancelButton:!0,confirmButtonColor:"#DD6B55",confirmButtonText:"Yes",cancelButtonText:"No",closeOnConfirm:!1,closeOnCancel:!1}).then(function(e){e?(e={sims_leave_number:i.maindata.sims_leave_number,sims_enroll_number:i.maindata.sims_enroll_number,emp_id:d,sims_leave_status:"A",sims_leave_remark_new:i.maindata.sims_leave_remark_new,sims_leave_remark_old:i.maindata.sims_leave_remark_old,sims_leave_start_date:i.maindata.sims_leave_start_date,sims_leave_end_date:i.maindata.sims_leave_end_date,sims_leave_reject_flag:"",sims_leave_code:i.maindata.sims_leave_code},s.post(n.apiUrl+"api/StudLeaveApprove/LeaveUpdate",e).then(function(e){i.LeaveUpdate=e.data,i.LeaveUpdate&&swal("","Leave Approved successfully."),$("#myModal").modal("hide");e={emp_id:d,sims_leave_code:i.edt.sims_leave_code,sims_grade_code:i.edt.sims_grade_code,sims_section_code:i.edt.sims_section_code,sims_leave_start_date:i.startDate,sims_leave_end_date:i.endDate};s.post(n.apiUrl+"api/StudLeaveApprove/LeaveDetails",e).then(function(e){i.LeaveDetails=e.data,0<i.LeaveDetails.length?i.rgvtbl=!0:i.rgvtbl=!1})})):swal.close()})},i.leave_reject=function(e){i.flag=e,swal({title:" ",text:"Please confirm rejection",type:"",showCancelButton:!0,confirmButtonColor:"#DD6B55",confirmButtonText:"Yes",cancelButtonText:"No",closeOnConfirm:!1,closeOnCancel:!1}).then(function(e){e?(e={sims_leave_number:i.maindata.sims_leave_number,sims_enroll_number:i.maindata.sims_enroll_number,emp_id:d,sims_leave_status:"R",sims_leave_remark_new:i.maindata.sims_leave_remark_new,sims_leave_remark_old:i.maindata.sims_leave_remark_old,sims_leave_start_date:i.maindata.sims_leave_start_date,sims_leave_end_date:i.maindata.sims_leave_end_date,sims_leave_reject_flag:i.flag},s.post(n.apiUrl+"api/StudLeaveApprove/LeaveUpdate",e).then(function(e){i.LeaveUpdate=e.data,i.LeaveUpdate&&swal("","Leave Rejected successfully."),$("#myModal").modal("hide");e={emp_id:d,sims_leave_code:i.edt.sims_leave_code,sims_grade_code:i.edt.sims_grade_code,sims_section_code:i.edt.sims_section_code,sims_leave_start_date:i.startDate,sims_leave_end_date:i.endDate};s.post(n.apiUrl+"api/StudLeaveApprove/LeaveDetails",e).then(function(e){i.LeaveDetails=e.data,i.todos=i.LeaveDetails,0<i.LeaveDetails.length?i.rgvtbl=!0:i.rgvtbl=!1})})):swal.close()})},i.leave_cancel=function(){$("#myModal").modal("hide")},i.viewRemark=function(e){i.remark=e,$("#viewremark").modal({backdrop:"static",keyboard:!1})},i.export=function(){var e;console.log(i.filteredTodos),i.fileName="Student leave approval",i.exportData=[],i.exp=[],!0===i.show_filter_button?(e={emp_id:d,sims_leave_code:i.sims_leave_code,sims_grade_code:i.sims_grade_code,sims_section_code:i.sims_section_code,sims_leave_start_date:i.startDate,sims_leave_end_date:i.endDate,sims_leave_status:i.sims_leave_status_code},s.post(n.apiUrl+"api/StudLeaveApprove/NewLeaveDetails",e).then(function(e){i.exp=e.data,0<i.exp.length&&(i.exportData.push(["Enroll","Name","Class","Leave Type","Start Date","End Date","Application Date","Status","Reason"]),angular.forEach(i.exp,function(e,t){i.exportData.push([e.sims_enroll_number,e.sims_Stud_name,e.class_details,e.sims_leave_type,e.sims_leave_start_date,e.sims_leave_end_date,e.sims_leave_application_date,e.sims_leave_status_name,e.sims_leave_reason])}),i.exportexcel(i.exportData))})):s.post(n.apiUrl+"api/StudLeaveApprove/NewLeaveDetails1").then(function(e){i.expdefaultdata=e.data,i.exp=i.expdefaultdata,0<i.exp.length&&(i.exportData.push(["Enroll","Name","Class","Leave Type","Start Date","End Date","Application Date","Status","Reason"]),angular.forEach(i.exp,function(e,t){i.exportData.push([e.sims_enroll_number,e.sims_Stud_name,e.class_details,e.sims_leave_type,e.sims_leave_start_date,e.sims_leave_end_date,e.sims_leave_application_date,e.sims_leave_status_name,e.sims_leave_reason])}),i.exportexcel(i.exportData))})},i.exportexcel=function(e){var t=new function e(){if(!(this instanceof e))return new e;this.SheetNames=[],this.Sheets={}},e=function(e){for(var t,a={},o={s:{c:1e7,r:1e7},e:{c:0,r:0}},s=0;s!=e.length;++s)for(var n=0;n!=e[s].length;++n){o.s.r>s&&(o.s.r=s),o.s.c>n&&(o.s.c=n),o.e.r<s&&(o.e.r=s),o.e.c<n&&(o.e.c=n);var i,d={v:e[s][n]};null!=d.v&&(i=XLSX.utils.encode_cell({c:n,r:s}),"number"==typeof d.v?d.t="n":"boolean"==typeof d.v?d.t="b":d.v instanceof Date?(d.t="n",d.z=XLSX.SSF._table[14],d.v=(t=d.v,void 0&&(t+=1462),(Date.parse(t)-new Date(Date.UTC(1899,11,30)))/864e5)):d.t="s",a[i]=d)}return o.s.c<1e7&&(a["!ref"]=XLSX.utils.encode_range(o)),a}(e),e=(t.SheetNames.push("Sheet1"),t.Sheets.Sheet1=e,XLSX.write(t,{bookType:"xlsx",bookSST:!0,type:"binary"}));saveAs(new Blob([function(e){for(var t=new ArrayBuffer(e.length),a=new Uint8Array(t),o=0;o!=e.length;++o)a[o]=255&e.charCodeAt(o);return t}(e)],{type:"application/octet-stream"}),i.fileName+".xlsx")},i.searchdata=function(){var e,t;i.busy=!0,(i.rgvtbl=!1)===i.show_filter_button?(e={offset:i.offset,pagecounter:i.currentPage-1,search:i.searchText},s.post(n.apiUrl+"api/StudLeaveApprove/NewLeaveDetails1paginatedatacount",e).then(function(e){i.totalDetails=[],i.totalDetails=e.data,(i.total_stud=0)<i.totalDetails.length&&(i.total_stud=i.totalDetails[0].sims_records_cnt,i.filter_by=!1,i.totalItems=i.totalDetails[0].sims_records_cnt,i.pagination())})):!0===i.griddata&&!0===i.show_filter_button?(t={emp_id:d,sims_leave_code:i.sims_leave_code,sims_grade_code:i.sims_grade_code,sims_section_code:i.sims_section_code,sims_leave_start_date:i.startDate,sims_leave_end_date:i.endDate,sims_leave_status:i.grid_status,offset:i.offset,pagecounter:i.currentPage-1,search:i.searchText},s.post(n.apiUrl+"api/StudLeaveApprove/LeaveDetailsCountWise1",t).then(function(e){i.countdata=[],i.countdata=e.data,i.busy=!1,0<i.countdata.length?(i.rgvtbl=!0,i.pager=!1,i.todos=i.countdata,i.makeTodos()):(i.rgvtbl=!1,i.busy=!1,console.log("check3"),swal("","No Student Leaves Pending for Approval"))})):""!=(t={emp_id:d,sims_leave_code:i.sims_leave_code,sims_grade_code:i.sims_grade_code,sims_section_code:i.sims_section_code,sims_leave_start_date:i.startDate,sims_leave_end_date:i.endDate,sims_leave_status:i.sims_leave_status_code,search:i.searchText}).sims_grade_code&&""!=t.sims_section_code&&null!=t.sims_leave_code&&s.post(n.apiUrl+"api/StudLeaveApprove/NewLeaveDetailsPaginationcount",t).then(function(e){i.totalDetails=[],i.totalDetails=e.data,(i.total_stud=0)<i.totalDetails.length&&(i.total_stud=i.totalDetails[0].sims_records_cnt,i.filter_by=!1,i.totalItems=i.totalDetails[0].sims_records_cnt,i.pagination())})},i.pagination=function(){var e,t=[];!1===i.show_filter_button?s.get(n.apiUrl+"api/ERP/Grade/getCuriculum_new").then(function(e){i.curriculum=e.data,i.sims_cur_code=i.curriculum[0].sims_cur_code;e={offset:i.offset,pagecounter:i.currentPage-1,search:i.searchText,username:a.globals.currentUser.username,curcode:i.sims_cur_code};s.post(n.apiUrl+"api/StudLeaveApprove/NewLeaveDetails1paginatedata_byteacher",e).then(function(e){i.leaveDetails=[],i.leaveDetails=e.data,i.todos=i.leaveDetails,i.makeTodos()})}):!0===i.griddata&&!0===i.show_filter_button?(e={emp_id:d,sims_leave_code:i.sims_leave_code,sims_grade_code:i.sims_grade_code,sims_section_code:i.sims_section_code,sims_leave_start_date:i.startDate,sims_leave_end_date:i.endDate,sims_leave_status:i.grid_status,offset:i.offset,pagecounter:i.currentPage-1,search:i.searchText},s.post(n.apiUrl+"api/StudLeaveApprove/LeaveDetailsCountWise1",e).then(function(e){i.countdata=[],i.countdata=e.data,i.busy=!1,0<i.countdata.length?(i.rgvtbl=!0,i.pager=!1,i.todos=i.countdata,i.makeTodos()):(i.rgvtbl=!1,i.busy=!1,console.log("check3"),swal("","No Student Leaves Pending for Approval"))})):(t={emp_id:d,sims_leave_code:i.sims_leave_code,sims_grade_code:i.sims_grade_code,sims_section_code:i.sims_section_code,sims_leave_start_date:i.startDate,sims_leave_end_date:i.endDate,sims_leave_status:i.sims_leave_status_code,offset:i.offset,pagecounter:i.currentPage-1,search:i.searchText},s.post(n.apiUrl+"api/StudLeaveApprove/NewLeaveDetailsPagination",t).then(function(e){i.leaveDetails=[],i.leaveDetails=e.data,i.todos=i.leaveDetails,i.makeTodos()}))},i.filter_on=function(){i.filter_by=!0},i.size=function(e){i.pager=!0,i.offset=e,i.currentPage=1,i.numPerPage=e,i.pagination(),i.numPerPage=e},i.index=function(e){i.pageindex=e,i.currentPage=e,i.pagination()},i.makeTodos=function(){var e;i.pager=!0,i.rgvtbl=!0,i.busy=!1,i.filteredTodos=i.todos,!1===i.pager?i.pagersize=0:(e=parseInt(i.totalItems%i.numPerPage),i.pagersize="0"==e?parseInt(i.totalItems/i.numPerPage):parseInt(i.totalItems/i.numPerPage)+1)},i.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).sims_enroll_number.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_Stud_name.toLowerCase().indexOf(t.toLowerCase())||e.sims_Stud_name==t;var t})},i.searchcurrent=function(){i.todos=i.searched(i.filteredTodos,i.searchText),i.totalItems=i.todos2.length,i.currentPage="1",""==i.searchText&&(i.todos=i.filteredTodos),i.makeTodos()},i.pageindex="0",i.pager=!0,i.sortColumn="",i.reverse=!1,i.sortColumn="",i.reverseSort={},i.sortBy=function(a){i.sortColumn===a?i.reverseSort[a]=!i.reverseSort[a]:(i.sortColumn=a,i.reverseSort[a]=!1),["sims_leave_start_date","sims_leave_end_date","sims_leave_application_date"].includes(a)?i.filteredTodos.sort(function(e,t){e=r(e[a]),t=r(t[a]);return i.reverseSort[a]?t-e:e-t}):i.filteredTodos.sort(function(e,t){return e[a]<t[a]?i.reverseSort[a]?1:-1:e[a]>t[a]?i.reverseSort[a]?-1:1:0})}}])}(),function(){"use strict";var e=angular.module("sims.module.SchoolSetup");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("StaffCalenderNewCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","$filter","ENV",function(n,e,t,a,o,s,i,d){n.eventsList=[],n.display=!0,n.btn_delete=!1,n.check_time_flag=!1,s.get(d.apiUrl+"api/staffCalender/getCalender").then(function(e){n.display=!0,n.obj=e.data,n.eventsList=[];for(var t=0;t<e.data.length;t++){var a=[];a.sims_calendar_date=e.data[t].sims_calendar_date,a.start=e.data[t].start,a.end=e.data[t].end,a.title=e.data[t].title,a.sims_calendar_event_short_desc=e.data[t].sims_calendar_event_short_desc,a.description=e.data[t].sims_calendar_event_desc,a.id=e.data[t].id,a.category=e.data[t].sims_calendar_event_category,a.category_desc=e.data[t].sims_calendar_event_category_desc,a.color=e.data[t].sims_event_color,a.start_time=e.data[t].sims_calendar_event_start_time,a.end_time=e.data[t].sims_calendar_event_end_time,a.event_type=e.data[t].sims_calendar_event_type,a.event_priority=e.data[t].sims_calendar_event_priority,a.event_status=e.data[t].sims_calendar_event_status,a.event_time_marker=e.data[t].sims_calendar_time_marker,a.event_status=e.data[t].sims_calendar_event_status,n.eventsList.push(a)}$("#calendar").fullCalendar("removeEvents"),$("#calendar").fullCalendar("addEventSource",n.eventsList),$("#calendar").fullCalendar("refetchEvents")}),s.get(d.apiUrl+"api/calender/getCategorize").then(function(e){n.Categorize_obj=e.data}),s.get(d.apiUrl+"api/calender/getTimeMarkers").then(function(e){n.Timemarkers_obj=e.data}),n.update_flag=!1,$(document).ready(function(){$("#calendar").fullCalendar({header:{left:"prev,next,today",center:"title",right:"month,basicWeek,basicDay"},eventClick:function(e,t,a){n.update_flag=!0,n.btn_delete=!0,n.check_time_flag=!0;var o={},s=(o.id=e.id,o.sims_calendar_number=e.id,moment(e.start).format("DD-MM-YYYY")),s=(o.sims_calendar_date=s,o.sims_calendar_date_end_date=s,o.start=e.start,o.end=e.end,o.title=e.title,o.sims_calendar_event_short_desc=e.sims_calendar_event_short_desc,o.sims_calendar_event_desc=e.description,o.sims_calendar_event_category=e.category,o.category_desc=e.category_desc,o.sims_calendar_event_start_time=e.start_time,o.sims_calendar_event_end_time=e.end_time,o.sims_calendar_event_type=e.event_type,o.sims_calendar_event_priority=e.event_priority,o.event_status=e.event_status,o.sims_calendar_time_marker=e.event_time_marker,o.sims_calendar_event_status=e.event_status,o.sims_calendar_event_priority1=e.event_status,n.event_object=o,console.log(o),console.log(n.event_object),$("#modalTitle").html(e.title),$("#label1").html(e.category_desc),document.getElementById("label1"));s.style.backgroundColor=e.color,s.style.color="black",$("#Checkbox2").trigger("click"),$("#fullCalModal").modal({backdrop:"static"})},defaultDate:"2015-02-02",editable:!1,eventLimit:!0,events:n.eventsList})}),n.EventDeleteById=function(){swal({title:"Are you sure?",text:"You will not be able to recover this Event!",type:"warning",showCancelButton:!0,confirmButtonColor:"#DD6B55",confirmButtonText:"Yes, Delete It!",cancelButtonText:"No, Cancel!",closeOnConfirm:!1,closeOnCancel:!1}).then(function(e){e?s.post(d.apiUrl+"api/staffCalender/EventDeleteById",n.event_object).then(function(e){n.result=e.data,console.log(n.result),$("#fullCalModal").modal("hide"),1==n.result?(n.update_flag=!1,swal("Deleted!","Your Event has been deleted.","success"),n.eventsList=[],s.get(d.apiUrl+"api/staffCalender/getCalender").then(function(e){n.display=!0,n.obj=e.data,n.eventsList=[];for(var t=0;t<e.data.length;t++){var a=[];a.sims_calendar_date=e.data[t].sims_calendar_date,a.start=e.data[t].start,a.end=e.data[t].end,a.title=e.data[t].title,a.sims_calendar_event_short_desc=e.data[t].sims_calendar_event_short_desc,a.description=e.data[t].sims_calendar_event_desc,a.id=e.data[t].id,a.category=e.data[t].sims_calendar_event_category,a.category_desc=e.data[t].sims_calendar_event_category_desc,a.color=e.data[t].sims_event_color,a.start_time=e.data[t].sims_calendar_event_start_time,a.end_time=e.data[t].sims_calendar_event_end_time,a.event_type=e.data[t].sims_calendar_event_type,a.event_priority=e.data[t].sims_calendar_event_priority,a.event_status=e.data[t].sims_calendar_event_status,a.event_time_marker=e.data[t].sims_calendar_time_marker,a.event_status=e.data[t].sims_calendar_event_status,n.eventsList.push(a)}$("#calendar").fullCalendar("removeEvents"),$("#calendar").fullCalendar("addEventSource",n.eventsList),$("#calendar").fullCalendar("refetchEvents")})):0==n.result?swal({text:"Event Can not Delete. ",imageUrl:"assets/img/notification-alert.png"}):swal("Error-"+n.result)},function(){swal({text:"Internal Server Error",imageUrl:"assets/img/notification-alert.png"})}):(swal("Cancelled","Your imaginary file is safe :)","error"),$("#fullCalModal").modal("hide"))})},n.CancelClear1=function(){n.user=angular.copy(n.event_object),n.Myform.$setPristine(),n.Myform.$setValidity(),n.Myform.$setUntouched(),console.log(n.event_object)},n.TimeMarkersdemo=function(e){for(var t=0;t<n.Categorize_obj.length;t++)if(e==n.Categorize_obj[t].sims_appl_parameter){var a=n.Categorize_obj[t].color_code,o=($("#label1").html(n.Categorize_obj[t].sims_appl_form_field_value1),document.getElementById("label1"));o.style.backgroundColor=a,o.style.color="black";break}},n.checktime=function(e,t){console.log(e),console.log(t),n.check_time_flag=!0,""!=t&&t<=e&&(swal({text:"Please Select Correct Time",imageUrl:"assets/img/notification-alert.png"}),n.event_object.sims_calendar_event_end_time="",n.check_time_flag=!1)},n.getAddEventModal=function(){n.btn_delete=!1,n.check_time_flag=!0,n.event_object="",$("#modalTitle").html("Add Event"),$("#modalBody").html("");var e=document.getElementById("label1");e.style.backgroundColor="",e.style.color="",$("#fullCalModal").modal({backdrop:"static"}),n.update_flag=!1,n.event_object={sims_calendar_date:moment(new Date).format("DD-MM-YYYY"),sims_calendar_date_end_date:moment(new Date).format("DD-MM-YYYY"),sims_calendar_event_status:!0}},n.AddEventByDate=function(e){if(e&&(1==n.update_flag&&1==n.check_time_flag&&(n.check_time_flag=!1,console.log(n.event_object),s.post(d.apiUrl+"api/staffCalender/EventUpdateByDate",n.event_object).then(function(e){n.result=e.data,console.log(n.result),$("#fullCalModal").modal("hide"),1==n.result?(n.update_flag=!1,swal("Event Updated Successfully!","success"),n.eventsList=[],s.get(d.apiUrl+"api/staffCalender/getCalender").then(function(e){n.display=!0,n.obj=e.data,n.eventsList=[];for(var t=0;t<e.data.length;t++){var a=[];a.sims_calendar_date=e.data[t].sims_calendar_date,a.start=e.data[t].start,a.end=e.data[t].end,a.title=e.data[t].title,a.sims_calendar_event_short_desc=e.data[t].sims_calendar_event_short_desc,a.description=e.data[t].sims_calendar_event_desc,a.id=e.data[t].id,a.category=e.data[t].sims_calendar_event_category,a.category_desc=e.data[t].sims_calendar_event_category_desc,a.color=e.data[t].sims_event_color,a.start_time=e.data[t].sims_calendar_event_start_time,a.end_time=e.data[t].sims_calendar_event_end_time,a.event_type=e.data[t].sims_calendar_event_type,a.event_priority=e.data[t].sims_calendar_event_priority,a.event_status=e.data[t].sims_calendar_event_status,a.event_time_marker=e.data[t].sims_calendar_time_marker,a.event_status=e.data[t].sims_calendar_event_status,n.eventsList.push(a)}$("#calendar").fullCalendar("removeEvents"),$("#calendar").fullCalendar("addEventSource",n.eventsList),$("#calendar").fullCalendar("refetchEvents")})):0==n.result?swal({text:"Event Can not Update. ",imageUrl:"assets/img/notification-alert.png"}):swal("Error-"+n.result)},function(){swal({text:"Internal Server Error",imageUrl:"assets/img/notification-alert.png"})})),0==n.update_flag&&1==n.check_time_flag)){n.data=[];new Date;var e=moment(n.event_object.sims_calendar_date,"DD-MM-YYYY").format("YYYY/MM/DD"),t=(new Date,moment(n.event_object.sims_calendar_date_end_date,"DD-MM-YYYY").format("YYYY/MM/DD")),a=e;for(n.event_object.sims_calendar_date=a,n.obj=angular.copy(n.event_object),n.data.push(n.obj);new Date(a)<new Date(t);)a=moment(a,"YYYY/MM/DD").add("days",1),a=moment(a).format("YYYY/MM/DD"),n.event_object.sims_calendar_date=a,n.obj=angular.copy(n.event_object),n.data.push(n.obj);n.check_time_flag=!1,console.log(n.data),s.post(d.apiUrl+"api/staffCalender/AddEventByDate",n.data).then(function(e){n.result=e.data,console.log(n.result),$("#fullCalModal").modal("hide"),1==n.result?(swal("Event Added Successfully!","success"),n.eventsList=[],s.get(d.apiUrl+"api/staffCalender/getCalender").then(function(e){n.display=!0,n.obj=e.data,n.eventsList=[];for(var t=0;t<e.data.length;t++){var a=[];a.sims_calendar_date=e.data[t].sims_calendar_date,a.start=e.data[t].start,a.end=e.data[t].end,a.title=e.data[t].title,a.sims_calendar_event_short_desc=e.data[t].sims_calendar_event_short_desc,a.description=e.data[t].sims_calendar_event_desc,a.id=e.data[t].id,a.category=e.data[t].sims_calendar_event_category,a.category_desc=e.data[t].sims_calendar_event_category_desc,a.color=e.data[t].sims_event_color,a.start_time=e.data[t].sims_calendar_event_start_time,a.end_time=e.data[t].sims_calendar_event_end_time,a.event_type=e.data[t].sims_calendar_event_type,a.event_priority=e.data[t].sims_calendar_event_priority,a.event_status=e.data[t].sims_calendar_event_status,a.event_time_marker=e.data[t].sims_calendar_time_marker,a.event_status=e.data[t].sims_calendar_event_status,n.eventsList.push(a)}$("#calendar").fullCalendar("removeEvents"),$("#calendar").fullCalendar("addEventSource",n.eventsList),$("#calendar").fullCalendar("refetchEvents")})):0==n.result?swal({text:"Event Can not Add. ",imageUrl:"assets/img/notification-alert.png"}):swal("Error-"+n.result)},function(){swal({text:"Internal Server Error",imageUrl:"assets/img/notification-alert.png"})})}},n.date_change=function(e){n.event_object.sims_calendar_date_end_date=angular.copy(e)};var _=new Date,c=($(".fc-header").hide(),_.toLocaleString("default",{month:"long"})),_=_.getFullYear();function l(){var e=$("#calendar").fullCalendar("getDate"),t=e.toLocaleDateString("en-US",{weekday:"long",year:"numeric",month:"short"}),e=e.toLocaleDateString("en-US",{month:"short",year:"numeric"});$("#calender-current-day").html(t),$("#calender-current-date").html(e)}$("#calender-current-date").html(c+" "+_),$("#calender-next").click(function(){$("#calendar").fullCalendar("next"),l()}),$("#calender-prev").click(function(){$("#calendar").fullCalendar("prev"),l()}),$("#change-view-month").click(function(){$("#calendar").fullCalendar("changeView","month")}),$("#change-view-week").click(function(){$("#calendar").fullCalendar("changeView","agendaWeek")}),$("#change-view-day").click(function(){$("#calendar").fullCalendar("changeView","agendaDay")}),$(".clockpicker").clockpicker({autoclose:!0,placement:"top"}),$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0,format:"yyyy/mm/dd"}),$(document).on("touch click",'*[data-datepicker="true"] .add-on',function(e){$('input[type="text"]',$(this).parent()).focus()})}])}(),function(){"use strict";var c,e=angular.module("sims.module.SchoolSetup");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("BoardExamCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(s,e,t,a,o,n,i){s.pagesize="10",s.edt="",s.BoardExamDetail=!0,s.editmode=!1;new FormData;var d=[],e=(s.user_access=[],s.appcode=e.current.name.split("."),t.globals.currentUser.username);n.get(i.apiUrl+"api/AlertTransaction/Get_user_access_rights?username="+e+"&appl_code="+s.appcode[1]).then(function(e){s.user_rights=e.data;for(var t=0;t<s.user_rights.length;t++)0==t&&(s.user_access.data_read=s.user_rights[t].comn_user_read,s.user_access.data_insert=s.user_rights[t].comn_user_insert,s.user_access.data_update=s.user_rights[t].comn_user_update,s.user_access.data_delete=s.user_rights[t].comn_user_delete,s.user_access.data_massupdate=s.user_rights[t].comn_user_massupdate,s.user_access.is_admin=s.user_rights[t].comn_user_admin)}),a(function(){$("#fixTable").tableHeadFixer({top:1})},100),s.size=function(e){"All"==e?(s.currentPage="1",s.filteredTodos=s.BoardExamData,s.pager=!1):(s.pager=!0,s.pagesize=e,s.currentPage=1,s.numPerPage=e,s.makeTodos()),s.numPerPage=e,console.log("numPerPage="+s.numPerPage)},s.index=function(e){s.pageindex=e,s.currentPage=e,console.log("currentPage="+s.currentPage),s.makeTodos(),c.checked=!1,s.check_all()},s.edt="",s.cancel=function(){s.BoardExamDetail=!0,s.BoardExamData1=!1,s.edt="",s.myForm.$setPristine(),s.myForm.$setUntouched()},n.get(i.apiUrl+"api/BoardExamDetail/getBoardCode").then(function(e){s.bcode=e.data}),s.New=function(){0==s.user_access.data_insert?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(s.newmode=!0,s.edt="",s.check=!0,s.editmode=!1,s.readonly=!1,s.BoardExamDetail=!1,s.BoardExamData1=!0,s.savebtn=!0,s.updatebtn=!1,s.myForm.$setPristine(),s.myForm.$setUntouched(),s.edt={},s.edt.sims_board_exam_status=!0)},s.filteredTodos=[],s.currentPage=1,s.numPerPage=10,s.maxSize=10,s.makeTodos=function(){var e=parseInt(s.totalItems%s.numPerPage),e=(s.pagersize="0"==e?parseInt(s.totalItems/s.numPerPage):parseInt(s.totalItems/s.numPerPage)+1,(s.currentPage-1)*s.numPerPage),t=parseInt(e)+parseInt(s.numPerPage);console.log("begin="+e),console.log("end="+t),s.filteredTodos=s.todos.slice(e,t)},s.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).sims_board_exam_name.toLowerCase().indexOf(t.toLowerCase())||e.sims_board_code==t||-1<e.sims_board_exam_short_name.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_board_exam_year.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_board_exam_code.toLowerCase().indexOf(t.toLowerCase());var t})},s.search=function(){s.todos=s.searched(s.BoardExamData,s.searchText),s.totalItems=s.todos.length,s.currentPage="1",""==s.searchText&&(s.todos=s.BoardExamData),s.makeTodos()},n.get(i.apiUrl+"api/BoardExamDetail/getBoardExamDetail").then(function(e){s.BoardExamData=e.data,s.totalItems=s.BoardExamData.length,s.todos=s.BoardExamData,s.makeTodos()}),n.get(i.apiUrl+"api/BoardExamDetail/getBoardCode").then(function(e){s.bcode=e.data}),s.Save=function(e){if(e){var t=s.edt;t.opr="I",s.exist=!1,d.push(t);for(var a=0;a<s.BoardExamData.length;a++)s.BoardExamData[a].sims_board_code==t.sims_board_code&&s.BoardExamData[a].sims_board_exam_code==t.sims_board_exam_code&&(s.exist=!0);s.exist?swal({text:"Record Already exists",width:300,height:200}):(n.post(i.apiUrl+"api/BoardExamDetail/BoardExamCUD?simsobj=",d).then(function(t){s.BoardExamData1=!1,n.get(i.apiUrl+"api/BoardExamDetail/getBoardExamDetail").then(function(e){s.BoardExamData=e.data,s.totalItems=s.BoardExamData.length,s.todos=s.BoardExamData,s.makeTodos(),s.msg1=t.data,1==s.msg1?swal({text:"Record Inserted Successfully",imageUrl:"assets/img/check.png",width:300,height:200}):0==s.msg1?swal({text:"Record Not Inserted. ",imageUrl:"assets/img/close.png",width:300,height:200}):swal("Error-"+s.msg1)})}),s.BoardExamDetail=!0,s.BoardExamData1=!1),d=[]}},s.up=function(e){0==s.user_access.data_update?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(s.editmode=!0,s.newmode=!1,s.savebtn=!1,s.updatebtn=!0,s.readonly=!0,s.BoardExamDetail=!1,s.BoardExamData1=!0,s.edt={sims_board_code:e.sims_board_code,sims_board_exam_code:e.sims_board_exam_code,sims_board_exam_short_name:e.sims_board_exam_short_name,sims_board_exam_name:e.sims_board_exam_name,sims_board_exam_year:e.sims_board_exam_year,sims_board_exam_fee:e.sims_board_exam_fee,sims_board_exam_status:e.sims_board_exam_status})},n.get(i.apiUrl+"api/BoardExamDetail/BoardExamCUD").then(function(e){s.BoardExamData=e.data,s.totalItems=s.BoardExamData.length,s.todos=s.BoardExamData,s.makeTodos(),console.log(s.BoardExamData)}),s.Update=function(e){e&&((e=s.edt).opr="U",s.edt="",d.push(e),n.post(i.apiUrl+"api/BoardExamDetail/BoardExamCUD?simsobj=",d).then(function(e){s.msg1=e.data,s.BoardExamData1=!1,n.get(i.apiUrl+"api/BoardExamDetail/getBoardExamDetail").then(function(e){s.BoardExamData=e.data,s.totalItems=s.BoardExamData.length,s.todos=s.BoardExamData,new FormData,s.makeTodos(),1==s.msg1?swal({text:"Record Updated Successfully",imageUrl:"assets/img/check.png",width:300,height:200}):0==s.msg1?swal({text:"Record Not Updated. ",imageUrl:"assets/img/close.png",width:300,height:200}):swal("Error-"+s.msg1)})}),s.BoardExamData1=!1,s.BoardExamDetail=!0)},s.check_all=function(){if(1==(c=document.getElementById("all_chk")).checked)for(var e=0;e<s.filteredTodos.length;e++)document.getElementById(s.filteredTodos[e].sims_board_exam_code+e).checked=!0,s.row1="row_selected",$("tr").addClass("row_selected");else for(e=0;e<s.filteredTodos.length;e++)document.getElementById(s.filteredTodos[e].sims_board_exam_code+e).checked=!1,c.checked=!1,s.row1=""},s.check_once=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),s.color="#edefef"}),1==(c=document.getElementById("all_chk")).checked&&(c.checked=!1,s.color="#edefef",s.row1="")},s.deleterecord=function(){if(0==s.user_access.data_delete)swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200});else{s.flag=!1;for(var e,o=[],t=0;t<s.filteredTodos.length;t++)1==document.getElementById(s.filteredTodos[t].sims_board_exam_code+t).checked&&(s.flag=!0,e={sims_board_code:s.filteredTodos[t].sims_board_code,sims_board_exam_code:s.filteredTodos[t].sims_board_exam_code,opr:"D"},o.push(e));s.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)n.post(i.apiUrl+"api/BoardExamDetail/BoardExamCUD",o).then(function(e){s.msg1=e.data,1==s.msg1?swal({text:"Record Deleted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&(n.get(i.apiUrl+"api/BoardExamDetail/getBoardExamDetail").then(function(e){s.BoardExamData=e.data,s.totalItems=s.BoardExamData.length,s.todos=s.BoardExamData,s.makeTodos(),c.checked=!1}),1==(c=document.getElementById("all_chk")).checked)&&(c.checked=!1,s.row1=""),s.currentPage=!0}):0==s.msg1?swal({text:"Record Already Mapped, can't Delete. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&(n.get(i.apiUrl+"api/BoardExamDetail/getBoardExamDetail").then(function(e){s.BoardExamData=e.data,s.totalItems=s.BoardExamData.length,s.todos=s.BoardExamData,s.makeTodos(),c.checked=!1,$("tr").removeClass("row_selected")}),1==(c=document.getElementById("all_chk")).checked)&&(c.checked=!1,s.row1="")}):swal("Error-"+s.msg1)});else{1==(c=document.getElementById("all_chk")).checked&&(c.checked=!1);for(var t=0;t<s.filteredTodos.length;t++){var a=document.getElementById(s.filteredTodos[t].sims_board_exam_code+t);1==a.checked&&(a.checked=!1,c.checked=!1,$("tr").removeClass("row_selected"))}}}):swal({text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}),s.currentPage=str}}}])}(),function(){"use strict";var d,c=[],e=angular.module("sims.module.SchoolSetup");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("BoardCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(s,e,t,a,o,n,i){s.pagesize="10",s.edt="",s.BoardDetail=!0,s.editmode=!1;new FormData;s.user_access=[],s.appcode=e.current.name.split(".");e=t.globals.currentUser.username;n.get(i.apiUrl+"api/AlertTransaction/Get_user_access_rights?username="+e+"&appl_code="+s.appcode[1]).then(function(e){s.user_rights=e.data;for(var t=0;t<s.user_rights.length;t++)0==t&&(s.user_access.data_read=s.user_rights[t].comn_user_read,s.user_access.data_insert=s.user_rights[t].comn_user_insert,s.user_access.data_update=s.user_rights[t].comn_user_update,s.user_access.data_delete=s.user_rights[t].comn_user_delete,s.user_access.data_massupdate=s.user_rights[t].comn_user_massupdate,s.user_access.is_admin=s.user_rights[t].comn_user_admin)}),a(function(){$("#fixTable").tableHeadFixer({top:1})},100),s.size=function(e){"All"==e?(s.currentPage="1",s.filteredTodos=s.BoardData,s.pager=!1):(s.pager=!0,s.pagesize=e,s.currentPage=1,s.numPerPage=e,s.makeTodos()),s.numPerPage=e,console.log("numPerPage="+s.numPerPage)},s.index=function(e){s.pageindex=e,s.currentPage=e,console.log("currentPage="+s.currentPage),s.makeTodos(),d.checked=!1,s.check_all()},s.cancel=function(){s.BoardDetail=!0,s.BoardData1=!1,s.edt.sims_board_code="",s.edt.sims_board_short_name="",s.edt.sims_board_name="",s.edt.sims_board_contact_no="",s.edt.sims_board_address="",s.myForm.$setPristine(),s.myForm.$setUntouched()},s.New=function(){0==s.user_access.data_insert?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(s.myForm.$setPristine(),s.newmode=!0,s.edt="",s.editmode=!1,s.readonly=!1,s.BoardDetail=!1,s.BoardData1=!0,s.savebtn=!0,s.updatebtn=!1,s.edt={},s.edt.sims_board_status=!0,s.myForm.$setPristine(),s.myForm.$setUntouched())},s.filteredTodos=[],s.currentPage=1,s.numPerPage=10,s.maxSize=10,s.makeTodos=function(){var e=parseInt(s.totalItems%s.numPerPage),e=(s.pagersize="0"==e?parseInt(s.totalItems/s.numPerPage):parseInt(s.totalItems/s.numPerPage)+1,(s.currentPage-1)*s.numPerPage),t=parseInt(e)+parseInt(s.numPerPage);console.log("begin="+e),console.log("end="+t),s.filteredTodos=s.todos.slice(e,t)},s.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).sims_board_name.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_board_code.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_board_short_name.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_board_address.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_board_contact_no.toLowerCase().indexOf(t.toLowerCase())||e.sims_board_contact_no==t;var t})},s.search=function(){s.todos=s.searched(s.BoardData,s.searchText),s.totalItems=s.todos.length,s.currentPage="1",""==s.searchText&&(s.todos=s.BoardData),s.makeTodos(),d.checked=!1,s.check_all()},n.get(i.apiUrl+"api/BoardDetail/getBoardDetail").then(function(e){s.BoardData=e.data,s.totalItems=s.BoardData.length,s.todos=s.BoardData,s.makeTodos(),console.log(s.BoardData)}),n.get(i.apiUrl+"api/BoardDetail/getBoardDetail").then(function(e){s.BoardData1=!1,s.BoardDetail=!0,s.obj=e.data,console.log(s.obj)}),s.Save=function(e){if(e){var t=s.edt;t.opr="I",s.edt="",s.exist=!1,c.push(t);for(var a=0;a<s.BoardData.length;a++)s.BoardData[a].sims_board_code==t.sims_board_code&&(s.exist=!0);s.exist?swal({text:"Record Already exists",imageUrl:"assets/img/notification-alert.png",width:300,height:200}):(n.post(i.apiUrl+"api/BoardDetail/BoardCUD?simsobj=",c).then(function(t){s.BoardData1=!1,n.get(i.apiUrl+"api/BoardDetail/getBoardDetail").then(function(e){s.BoardData=e.data,s.totalItems=s.BoardData.length,s.todos=s.BoardData,s.makeTodos(),s.msg1=t.data,1==s.msg1?swal({text:"Record Inserted Successfully",imageUrl:"assets/img/check.png",width:300,height:200}):0==s.msg1?swal({text:"Record Not Inserted. ",imageUrl:"assets/img/close.png",width:300,height:200}):swal("Error-"+s.msg1)})}),s.BoardDetail=!0,s.BoardData1=!1),c=[]}},s.up=function(e){0==s.user_access.data_update?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(s.editmode=!0,s.newmode=!1,s.savebtn=!1,s.updatebtn=!0,s.readonly=!0,s.BoardDetail=!1,s.BoardData1=!0,s.edt={sims_board_code:e.sims_board_code,sims_board_short_name:e.sims_board_short_name,sims_board_name:e.sims_board_name,sims_board_contact_no:e.sims_board_contact_no,sims_board_address:e.sims_board_address,sims_board_status:e.sims_board_status})},s.Update=function(e){e&&((e=s.edt).opr="U",c.push(e),n.post(i.apiUrl+"api/BoardDetail/BoardCUD?simsobj=",c).then(function(e){s.msg1=e.data,s.BoardData1=!1,n.get(i.apiUrl+"api/BoardDetail/getBoardDetail").then(function(e){s.BoardData=e.data,s.totalItems=s.BoardData.length,s.todos=s.BoardData,new FormData,s.makeTodos(),1==s.msg1?swal({text:"Record Updated Successfully",imageUrl:"assets/img/check.png",width:300,height:200}):0==s.msg1?swal({text:"Record Not Updated. ",imageUrl:"assets/img/close.png",width:300,height:200}):swal("Error-"+s.msg1)})}),s.BoardData1=!1,s.BoardDetail=!0)},s.check_all=function(){if(1==(d=document.getElementById("all_chk")).checked)for(var e=0;e<s.filteredTodos.length;e++)document.getElementById(s.filteredTodos[e].sims_board_code+e).checked=!0,s.row1="row_selected",$("tr").addClass("row_selected");else for(e=0;e<s.filteredTodos.length;e++)document.getElementById(s.filteredTodos[e].sims_board_code+e).checked=!1,d.checked=!1,s.row1=""},s.check_once=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),s.color="#edefef"}),1==(d=document.getElementById("all_chk")).checked&&(d.checked=!1,$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected")}))},s.deleterecord=function(){if(0==s.user_access.data_delete)swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200});else{s.flag=!1;for(var e,o=[],t=0;t<s.filteredTodos.length;t++)1==document.getElementById(s.filteredTodos[t].sims_board_code+t).checked&&(s.flag=!0,e={sims_board_code:s.filteredTodos[t].sims_board_code,opr:"D"},o.push(e));s.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,confirmButtonText:"Yes",showCancelButton:!0,width:380,cancelButtonText:"No"}).then(function(e){if(e)n.post(i.apiUrl+"api/BoardDetail/BoardCUD",o).then(function(e){s.msg1=e.data,1==s.msg1?swal({text:"Record Deleted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&(n.get(i.apiUrl+"api/BoardDetail/getBoardDetail").then(function(e){s.BoardData=e.data,s.totalItems=s.BoardData.length,s.todos=s.BoardData,s.makeTodos(),d.checked=!1}),1==(d=document.getElementById("all_chk")).checked)&&(d.checked=!1,s.row1=""),s.currentPage=!0}):0==s.msg1?swal({text:"Record Already Mapped, can't Delete. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&(n.get(i.apiUrl+"api/BoardDetail/getBoardDetail").then(function(e){s.BoardData=e.data,s.totalItems=s.BoardData.length,s.todos=s.BoardData,s.makeTodos(),d.checked=!1,$("tr").removeClass("row_selected")}),1==(d=document.getElementById("all_chk")).checked)&&(d.checked=!1,s.row1="")}):swal("Error-"+s.msg1)});else{1==(d=document.getElementById("all_chk")).checked&&(d.checked=!1);for(var t=0;t<s.filteredTodos.length;t++){var a=document.getElementById(s.filteredTodos[t].sims_board_code+t);1==a.checked&&(a.checked=!1,d.checked=!1,$("tr").removeClass("row_selected"))}}}):swal({text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}),s.currentPage=str}}}])}(),function(){"use strict";var c,e=angular.module("sims.module.SchoolSetup");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("Curriculum_claraCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(s,e,t,a,o,n,i){s.pagesize="10",s.pageindex="0",s.pager=!0,s.curriculum_data=[],s.edit_code=!1;s.user_access=[],s.appcode=e.current.name.split(".");var d,e=t.globals.currentUser.username;n.get(i.apiUrl+"api/AlertTransaction/Get_user_access_rights?username="+e+"&appl_code="+s.appcode[1]).then(function(e){s.user_rights=e.data;for(var t=0;t<s.user_rights.length;t++)0==t&&(s.user_access.data_read=s.user_rights[t].comn_user_read,s.user_access.data_insert=s.user_rights[t].comn_user_insert,s.user_access.data_update=s.user_rights[t].comn_user_update,s.user_access.data_delete=s.user_rights[t].comn_user_delete,s.user_access.data_massupdate=s.user_rights[t].comn_user_massupdate,s.user_access.is_admin=s.user_rights[t].comn_user_admin)}),a(function(){$("#fixtable").tableHeadFixer({top:1})},100),s.filteredTodos=[],s.currentPage=1,s.numPerPage=10,s.maxSize=10,n.get(i.apiUrl+"api/common/Curriculum/getCurriculum").then(function(e){s.display=!1,s.grid=!0,s.curriculum_data=e.data,s.totalItems=s.curriculum_data.length,s.todos=s.curriculum_data,s.makeTodos();for(var t=0;t<s.totalItems;t++)s.curriculum_data[t].icon="fa fa-plus-circle"}),s.makeTodos=function(){var e=parseInt(s.totalItems%s.numPerPage),e=(s.pagersize="0"==e?parseInt(s.totalItems/s.numPerPage):parseInt(s.totalItems/s.numPerPage)+1,(s.currentPage-1)*s.numPerPage),t=parseInt(e)+parseInt(s.numPerPage);s.filteredTodos=s.todos.slice(e,t)},s.edit=function(e){0==s.user_access.data_update?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(s.display=!0,s.grid=!1,s.save1=!1,s.update1=!0,s.delete1=!1,s.edt={curriculum_code:e.curriculum_code,curriculum_short_name:e.curriculum_short_name,curriculum_short_name_ar:e.curriculum_short_name_ar,curriculum_short_name_fr:e.curriculum_short_name_fr,curriculum_short_name_ot:e.curriculum_short_name_ot,curriculum_full_name:e.curriculum_full_name,curriculum_full_name_ar:e.curriculum_full_name_ar,curriculum_full_name_fr:e.curriculum_full_name_fr,curriculum_full_name_ot:e.curriculum_full_name_ot,curriculum_status:e.curriculum_status},s.edit_code=!0)},s.Save=function(e){var t,a=[];e&&(0==s.update1?(t={curriculum_code:s.edt.curriculum_code,curriculum_short_name:s.edt.curriculum_short_name,curriculum_short_name_ar:s.edt.curriculum_short_name_ar,curriculum_short_name_fr:s.edt.curriculum_short_name_fr,curriculum_short_name_ot:s.edt.curriculum_short_name_ot,curriculum_full_name:s.edt.curriculum_full_name,curriculum_full_name_ar:s.edt.curriculum_full_name_ar,curriculum_full_name_fr:s.edt.curriculum_full_name_fr,curriculum_full_name_ot:s.edt.curriculum_full_name_ot,curriculum_status:s.edt.curriculum_status,opr:"I"},a.push(t),n.post(i.apiUrl+"api/common/Curriculum/CUDInsertCurriculum",a).then(function(e){s.display=!0,s.msg1=e.data,1==s.msg1?swal({text:"Curriculum  Added Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&s.getgrid()}):0==s.msg1?swal({text:"Curriculum Record Already Exists. ",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}).then(function(e){e&&s.getgrid()}):swal("Error-"+s.msg1)})):s.Update(e))},s.getgrid=function(){n.get(i.apiUrl+"api/common/Curriculum/getCurriculum").then(function(e){s.display=!1,s.grid=!0,s.curriculum_data=e.data,s.totalItems=s.curriculum_data.length,s.todos=s.curriculum_data,s.makeTodos();for(var t=0;t<s.totalItems;t++)s.curriculum_data[t].icon="fa fa-plus-circle"}),1==(c=document.getElementById("mainchk")).checked&&(c.checked=!1,s.row1=""),s.myForm.$setPristine(),s.myForm.$setUntouched()},s.Update=function(e){var t=[];e&&(e={curriculum_code:s.edt.curriculum_code,curriculum_short_name:s.edt.curriculum_short_name,curriculum_short_name_ar:s.edt.curriculum_short_name_ar,curriculum_short_name_fr:s.edt.curriculum_short_name_fr,curriculum_short_name_ot:s.edt.curriculum_short_name_ot,curriculum_full_name:s.edt.curriculum_full_name,curriculum_full_name_ar:s.edt.curriculum_full_name_ar,curriculum_full_name_fr:s.edt.curriculum_full_name_fr,curriculum_full_name_ot:s.edt.curriculum_full_name_ot,curriculum_status:s.edt.curriculum_status,opr:"U"},t.push(e),n.post(i.apiUrl+"api/common/Curriculum/CUDCurriculum",t).then(function(e){s.display=!0,s.msg1=e.data,1==s.msg1?swal({text:"Curriculum Updated Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&s.getgrid()}):0==s.msg1?swal({text:"Curriculum  Not Updated Successfully. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&s.getgrid()}):swal("Error-"+s.msg1)}))},s.New=function(){0==s.user_access.data_insert?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(s.display=!0,s.grid=!1,s.save1=!0,s.update1=!1,s.delete1=!1,s.edt="",s.edit_code=!1,s.edt={curriculum_status:!0})},s.cancel=function(){s.edt="",s.grid=!0,s.display=!1,s.myForm.$setPristine(),s.myForm.$setUntouched()},s.Delete=function(){if(0==s.user_access.data_delete)swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200});else{var o=[];s.flag=!1;for(var e=0;e<s.filteredTodos.length;e++){var t=s.filteredTodos[e].curriculum_code;1==document.getElementById(t).checked&&(s.flag=!0,t={curriculum_code:s.filteredTodos[e].curriculum_code,opr:"D"},o.push(t))}s.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)n.post(i.apiUrl+"api/common/Curriculum/CUDCurriculum",o).then(function(e){s.msg1=e.data,1==s.msg1?swal({text:"Curriculum  Deleted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&s.getgrid()}):0==s.msg1?swal({text:"Curriculum  Not Deleted Successfully. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&s.getgrid()}):swal("Error-"+s.msg1)});else{1==(c=document.getElementById("mainchk")).checked&&(c.checked=!1);for(var t=0;t<s.filteredTodos.length;t++){var a=s.filteredTodos[t].curriculum_code,a=document.getElementById(a);1==a.checked&&(a.checked=!1,$("tr").removeClass("row_selected"))}}}):swal({text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380})}},s.CheckAllChecked=function(){if(1==(c=document.getElementById("mainchk")).checked)for(var e=0;e<s.filteredTodos.length;e++){var t=s.filteredTodos[e].curriculum_code;document.getElementById(t).checked=!0,s.row1="row_selected",$("tr").addClass("row_selected")}else for(e=0;e<s.filteredTodos.length;e++){t=s.filteredTodos[e].curriculum_code;document.getElementById(t).checked=!1,c.checked=!1,s.row1=""}},s.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected")}),1==(c=document.getElementById("mainchk")).checked&&(c.checked=!1,$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected")}))},s.size=function(e){"All"==e?(s.currentPage="1",s.filteredTodos=s.curriculum_data,s.pager=!1):(s.pager=!0,s.pagesize=e,s.currentPage=1,s.numPerPage=e,s.makeTodos())},s.index=function(e){s.pageindex=e,s.currentPage=e,s.makeTodos(),c.checked=!1,s.row1=""};s.flag=!0,s.icon="fa fa-plus-circle",s.expand=function(e,t){1==s.flag?($(d).remove(),e.icon="fa fa-minus-circle",d=$("<tr id='innerRow'><td class='details' colspan='11'><table class='inner-table table table-hover table-bordered table-condensed' cellpadding='5' cellspacing='0'><tbody><tr style='background-color: #e9e4e4'> <td class='semi-bold'><i class='fa fa-align-justify'></i>&nbsp;"+o.getString("French Short Name")+"</td> <td class='semi-bold'><i class='fa fa-align-justify'></i>&nbsp;"+o.getString("Regional Short Name")+" </td><td class='semi-bold'><i class='fa fa-align-justify'></i>&nbsp;"+o.getString("French Full Name")+"</td><td class='semi-bold'><i class='fa fa-align-justify'></i>&nbsp;"+o.getString("Regional Full Name")+"</td></tr><tr><td>"+e.curriculum_short_name_fr+"</td> <td>"+e.curriculum_short_name_ot+" </td><td>"+e.curriculum_full_name_fr+"</td><td>"+e.curriculum_full_name_ot+"</td></tr> </table></td></tr>"),$(t.currentTarget).parents("tr").after(d),s.flag=!1):($("#innerRow").css({display:"none"}),e.icon="fa fa-plus-circle",s.flag=!0)},s.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).curriculum_code.toLowerCase().indexOf(t.toLowerCase())||-1<e.curriculum_short_name.toLowerCase().indexOf(t.toLowerCase())||e.curriculum_full_name==t;var t})},s.search=function(){if(s.todos=s.searched(s.curriculum_data,s.searchText),s.totalItems=s.todos.length,s.currentPage="1",""==s.searchText&&(s.todos=s.curriculum_data),s.makeTodos(),1==(c=document.getElementById("mainchk")).checked)for(var e=0;e<s.filteredTodos.length;e++){var t=s.filteredTodos[e].curriculum_code;document.getElementById(t).checked=!1,c.checked=!1,s.row1=""}}}])}(),function(){"use strict";var _=new FormData,e=angular.module("sims.module.SchoolSetup");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("SchoolLicenceCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(s,e,n,t,a,i,d){s.display=!1,s.hide=!1,"hr"==i.defaults.headers.common.schoolId&&(s.hide=!0),i.get(d.apiUrl+"api/SchoolLicense/GetSchoolDetails").then(function(e){s.display=!0,s.obj=e.data,s.ro=!0,s.convertedname="",console.log(i.defaults.headers.common.schoolId),"siscollege"==i.defaults.headers.common.schoolId?(s.convertedname="College",s.schoolflg=!1,console.log(s.convertedname)):"hr"==i.defaults.headers.common.schoolId?(s.convertedname="Customer",s.schoolflg=!1):(s.convertedname="School",s.schoolflg=!0,console.log(s.convertedname)),s.defaultImage="default.jpg",s.imageUrl=d.docUrl+i.defaults.headers.common.schoolId+"/Images/SchoolLogo/",console.log(s.obj);var e=new google.maps.LatLng(s.obj.lic_lat,s.obj.lic_long),t={zoom:8,center:e,mapTypeId:google.maps.MapTypeId.TERRAIN},a=(s.map=new google.maps.Map(document.getElementById("map-canvas"),t),s.markers=[],new google.maps.InfoWindow),o=new google.maps.Marker({map:s.map,position:e,title:s.obj.lic_school_name});o.content='<div class="infoWindowContent">'+s.obj.lic_school_address+"</div>",google.maps.event.addListener(o,"click",function(){a.setContent("<h2>"+o.title+"</h2>"+o.content),a.open(s.map,o)}),s.markers.push(o),s.openInfoWindow=function(e,t){e.preventDefault(),google.maps.event.trigger(t,"click")}}),s.edit=function(){s.eo=!0,s.ro=!1,s.reg={sims_Region_name_en:s.obj.lic_school_region},s.obj.lic_school_curriculum=s.obj.lic_school_curriculum,s.getcountyr(s.obj.lic_school_region)},s.getcountyr=function(e){i.get(d.apiUrl+"api/SchoolLicense/GetAllCountries?region_code="+e).then(function(e){s.country1=e.data})},i.get(d.apiUrl+"api/SchoolLicense/GetAllRegions").then(function(e){s.display=!0,s.region=e.data}),i.get(d.apiUrl+"api/SchoolLicense/GetAllCurr").then(function(e){s.display=!0,s.curri=e.data}),i.get(d.apiUrl+"api/SchoolLicense/GetproductName").then(function(e){s.productcode=e.data}),i.get(d.apiUrl+"api/SchoolLicense/GetExpTime").then(function(e){s.ExTime=e.data[0]}),i.get(d.apiUrl+"api/SchoolLicense/GetschoolType").then(function(e){s.schoolType=e.data}),s.cancel=function(){s.eo=!1,s.ro=!0,s.myForm.$setPristine(),s.myForm.$setUntouched(),s.obj.Subsexpdate=""},s.Subdate=function(e){var t=(e=new Date(e)).getMonth()+1,a=e.getDate();return t<10&&(t="0"+t),a<10&&(a="0"+a),e.getFullYear()+"-"+t+"-"+a},s.Subsexpdate=function(e){s.dateoldd.lic_subscription_expiry_date;var t=s.dateoldd.lic_subscription_expiry_date.split("-")[0],a=(s.dateoldd.lic_subscription_expiry_date.split("-")[1],s.dateoldd.lic_subscription_expiry_date.split("-")[2],(e=new Date(e)).getMonth()+1),o=e.getDate(),o=(a<10&&(a="0"+a),o<10&&(o="0"+o),e.getFullYear(),a-t);1==o?(s.daysd1=30,s.lic_grace_30=s.daysd1):2==o?(s.daysd2=60,s.lic_grace_60=s.daysd2):(s.daysd3=90,s.lic_grace_90=s.daysd3)},s.agreedate=function(e){var t=(e=new Date(e)).getMonth()+1,a=e.getDate();return t<10&&(t="0"+t),a<10&&(a="0"+a),e.getFullYear()+"-"+t+"-"+a},s.getinfo=function(){i.get(d.apiUrl+"api/SchoolLicense/GetSchoolDetails").then(function(e){s.obj=e.data,s.eo=!1,s.ro=!0})},s.Save=function(){s.obj.lic_grace_30=s.daysd1,s.obj.lic_grace_60=s.daysd2,s.obj.lic_grace_90=s.daysd3;var e=[],t=s.obj,t=(t.opr="U",e.push(t),i.post(d.apiUrl+"api/SchoolLicense/UpdateSchoolDetails",e).then(function(e){s.msg1=e.data,s.getinfo(),30==s.daysd1&&swal({title:"Alert",text:"School License Updated Sucessfully with 30 days Grace Period",showCloseButton:!0,width:380}),n.strMessage=s.msg1.strMessage,$("#message").modal("show")}),new google.maps.LatLng(s.obj.lic_lat,s.obj.lic_long)),e={zoom:8,center:t,mapTypeId:google.maps.MapTypeId.TERRAIN},a=(s.map=new google.maps.Map(document.getElementById("map-canvas"),e),s.markers=[],new google.maps.InfoWindow),o=new google.maps.Marker({map:s.map,position:t,title:s.obj.lic_school_name});o.content='<div class="infoWindowContent">'+s.obj.lic_school_address+"</div>",google.maps.event.addListener(o,"click",function(){a.setContent("<h2>"+o.title+"</h2>"+o.content),a.open(s.map,o)}),s.markers.push(o),s.openInfoWindow=function(e,t){e.preventDefault(),google.maps.event.trigger(t,"click")}},i.get(d.apiUrl+"api/SchoolLicense/GetOldDate1").then(function(e){s.dateoldd=e.data[0],console.log(s.dateoldd)}),s.getTheFiles=function(e){angular.forEach(e,function(e,t){_.append(t,e)})},s.file_school_logo=function(e,t){var a=s.obj.lic_product_name,e=e.files[0],o=e.type,a=(s.obj[t]=a+"."+o.split("/")[1],new FileReader),o=(a.onload=function(e){s.$apply(function(){s.school_logo=e.target.result})},a.readAsDataURL(e),{method:"POST",url:d.apiUrl+"api/AssignmentUpload/upload1?filename="+s.obj[t]+"&location=Images/SchoolLogo/",data:_,headers:{"Content-Type":void 0}});i(o).success(function(e){console.log("d",e)},function(){alert("Err")})},$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0}),$(document).on("touch click",'*[data-datepicker="true"] .add-on',function(e){$('input[type="text"]',$(this).parent()).focus()}),s.getdatee=function(){},$(document).ready(function(){$("#Subsexpdate,#Subsexpdate").datepicker({changeMonth:!0,changeYear:!0,firstDay:1,dateFormat:"dd/mm/yy"}),$("#Subsexpdate").datepicker({dateFormat:"dd-mm-yy"}),$("#Subsexpdate").datepicker({dateFormat:"dd-mm-yy"}),$("#Subsexpdate").change(function(){var e=$("#Subsexpdate").datepicker("getDate"),t=$("#Subsexpdate").datepicker("getDate");e<t?(t=(t-e)/1e3/60/60,$("#days").val(t)):$("#days").val("")})})}])}(),function(){"use strict";var e=angular.module("sims.module.SchoolSetup");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("StaffCalenderCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(s,e,t,a,o,n,i){function d(e){console.log(e),s.check_time_flag=!0;var t=e.startDate.getFullYear(),a=e.startDate.getDate(),e=e.startDate.getMonth()+1;s.event_object.sims_calendar_date=t+"-"+e+"-"+a,console.log(s.event_object),document.getElementsByName("event-start-date").value=t+"-"+e+"-"+a,$("#fullCalModal").modal({backdrop:"static"}),$("#Checkbox2").trigger("click")}function _(e){var t,a=$("#calendar").data("calendar").getDataSource();for(t in a)if(a[t].id==e.id){a.splice(t,1);break}$("#calendar").data("calendar").setDataSource(a)}function c(){var e={id:$('#event-modal input[name="event-index"]').val(),name:$('#event-modal input[name="event-name"]').val(),location:$('#event-modal input[name="event-location"]').val(),startDate:$('#event-modal input[name="event-start-date"]').datepicker("getDate"),endDate:$('#event-modal input[name="event-end-date"]').datepicker("getDate")},t=$("#calendar").data("calendar").getDataSource();if(e.id)for(var a in t)t[a].id==e.id&&(t[a].name=e.name,t[a].location=e.location,t[a].startDate=e.startDate,t[a].endDate=e.endDate);else{var o=0;for(a in t)t[a].id>o&&(o=t[a].id);e.id=++o,t.push(e)}$("#calendar").data("calendar").setDataSource(t),$("#event-modal").modal("hide")}s.eventsList=[],s.display=!0,s.btn_delete=!1,s.check_time_flag=!1,s.event_object={},n.get(i.apiUrl+"api/calender/getCalender").then(function(e){s.display=!0,s.obj=e.data,console.log(s.obj),s.eventsList=[];for(var t=0;t<e.data.length;t++){var a={};a.id=e.data[t].id,a.name=e.data[t].sims_calendar_event_short_desc,a.startDate=new Date(e.data[t].start),a.endDate=new Date(e.data[t].end),s.eventsList.push(a)}console.log(s.eventsList),$(function(){(new Date).getFullYear();$("#calendar").calendar({enableContextMenu:!0,enableRangeSelection:!0,contextMenuItems:[{text:"Update",click:d},{text:"Delete",click:_}],selectRange:function(e){d({startDate:e.startDate,endDate:e.endDate})},mouseOnDay:function(e){if(0<e.events.length){var t,a="";for(t in e.events)a+='<div class="event-tooltip-content"><div class="event-name" style="color:'+e.events[t].color+'">'+e.events[t].name+"</div></div>";$(e.element).popover({trigger:"manual",container:"body",html:!0,content:a}),$(e.element).popover("show")}},mouseOutDay:function(e){0<e.events.length&&$(e.element).popover("hide")},dayContextMenu:function(e){$(e.element).popover("hide")},dataSource:s.eventsList}),$("#save-event").click(function(){c()})})}),n.get(i.apiUrl+"api/calender/getCategorize").then(function(e){s.Categorize_obj=e.data}),n.get(i.apiUrl+"api/calender/getTimeMarkers").then(function(e){s.Timemarkers_obj=e.data}),s.update_flag=!1,s.CancelClear1=function(){s.user=angular.copy(s.event_object),s.Myform.$setPristine(),s.Myform.$setValidity(),s.Myform.$setUntouched(),console.log(s.event_object)},s.TimeMarkersdemo=function(e){for(var t=0;t<s.Categorize_obj.length;t++)if(e==s.Categorize_obj[t].sims_appl_parameter){var a=s.Categorize_obj[t].color_code,o=($("#label1").html(s.Categorize_obj[t].sims_appl_form_field_value1),document.getElementById("label1"));o.style.backgroundColor=a,o.style.color="black";break}},s.checktime=function(e,t){console.log(e),console.log(t),s.check_time_flag=!0,t<=e&&(swal({text:"Please Select Correct Time",imageUrl:"assets/img/notification-alert.png"}),s.check_time_flag=!1)},s.AddEventByDate=function(e){e&&1==s.check_time_flag&&(s.check_time_flag=!1,console.log(s.event_object),$("#fullCalModal").modal("hide"),n.post(i.apiUrl+"api/calender/AddEventByDate?data="+JSON.stringify(s.event_object)).then(function(e){s.result=e.data,console.log(s.result),1==s.result?(swal("Event Added Successfully!","success"),s.eventsList=[],n.get(i.apiUrl+"api/calender/getCalender").then(function(e){s.display=!0,s.obj=e.data,console.log(s.obj),s.eventsList=[];for(var t=0;t<e.data.length;t++){var a={};a.id=e.data[t].id,a.name=e.data[t].sims_calendar_event_short_desc,a.startDate=new Date(e.data[t].start),a.endDate=new Date(e.data[t].end),s.eventsList.push(a)}console.log(s.eventsList),$(function(){(new Date).getFullYear();$("#calendar").calendar({enableContextMenu:!0,enableRangeSelection:!0,contextMenuItems:[{text:"Update",click:d},{text:"Delete",click:_}],selectRange:function(e){d({startDate:e.startDate,endDate:e.endDate})},mouseOnDay:function(e){if(0<e.events.length){var t,a="";for(t in e.events)a+='<div class="event-tooltip-content"><div class="event-name" style="color:'+e.events[t].color+'">'+e.events[t].name+"</div></div>";$(e.element).popover({trigger:"manual",container:"body",html:!0,content:a}),$(e.element).popover("show")}},mouseOutDay:function(e){0<e.events.length&&$(e.element).popover("hide")},dayContextMenu:function(e){$(e.element).popover("hide")},dataSource:s.eventsList}),$("#save-event").click(function(){c()})})})):swal({text:"Event Can not Add. ",imageUrl:"assets/img/notification-alert.png"})},function(){swal({text:"Internal Server Error"+s.result,imageUrl:"assets/img/notification-alert.png"})}),s.event_object={})},$(".clockpicker").clockpicker({autoclose:!0}),$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0}),$(document).on("touch click",'*[data-datepicker="true"] .add-on',function(e){$('input[type="text"]',$(this).parent()).focus()})}])}(),function(){"use strict";var r,m="",e=angular.module("sims.module.SchoolSetup");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("HouseCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(s,e,t,a,o,n,i){s.pagesize="10",s.pageindex="0",s.pager=!0,s.color_code="",s.table1=!0,s.editmode=!1;var d=[];s.Academic_year=[],s.edt={};let c=new FormData;function l(e,t){e?n.get(i.apiUrl+"api/ERP/Grade/getCuriculum_new").then(function(e){s.curriculum=e.data,0<e.data.length&&(s.edt.sims_cur_code=s.curriculum[0].sims_cur_code,s.getacyr(s.curriculum[0].sims_cur_code))}):n.get(i.apiUrl+"api/ERP/Grade/getCuriculumfor_Company?comp_code="+t).then(function(e){s.curriculum=e.data,0<e.data.length&&(s.edt.sims_cur_code=s.curriculum[0].sims_cur_code,s.getacyr(s.curriculum[0].sims_cur_code))})}s.defaultImage="default.jpg",s.imageUrl_public=i.docUrl+n.defaults.headers.common.schoolId,s.imageUrl=i.docUrl+n.defaults.headers.common.schoolId+"/Images/HouseImages/",s.showImage=!0,["bloomesealmizhar"].includes(n.defaults.headers.common.schoolId)&&(s.showImage=!1),s.size=function(e){"All"==e?(s.currentPage="1",s.filteredTodos=s.HouseData,s.pager=!1):(s.pager=!0,s.pagesize=e,s.currentPage=1,s.numPerPage=e,s.makeTodos()),s.numPerPage=e},s.index=function(e){s.pageindex=e,s.currentPage=e,s.makeTodos()},n.get(i.apiUrl+"api/ERP/Grade/getAccecssUser?user="+t.globals.currentUser.username).then(function(e){s.global_count_comp=e.data,s.global_count_comp?l(!0,s.user_details.comp):l(!1,s.user_details.comp)}),s.getacyr=function(e){n.get(i.apiUrl+"api/common/getAcademicYear?curCode="+e).then(function(e){s.Academic_year=e.data})},s.New=function(){s.myForm.$setPristine(),s.newmode=!0,s.check=!0,s.edt="",s.editmode=!1,m="S",s.readonly=!1,s.table1=!1,s.operation=!0,s.savebtn=!0,s.updatebtn=!1,s.edt={},s.edt.sims_house_status=!0,s.myForm.$setPristine(),s.myForm.$setUntouched(),s.colorchange=!1,0<s.curriculum.length&&(s.edt.sims_cur_code=s.curriculum[0].sims_cur_code,s.getacyr(s.edt.sims_cur_code)),0<s.Academic_year.length&&(s.edt.sims_academic_year=s.Academic_year[0].sims_academic_year,s.year(s.edt.sims_cur_code,s.edt.sims_academic_year))},s.year=function(e,t){n.get(i.apiUrl+"api/house/getHouseNumber?curCode="+e+"&curYear="+t).then(function(e){s.houseNumber=e.data,s.edt.sims_house_code=s.houseNumber})},s.up=function(e){m="U",s.editmode=!0,s.newmode=!1,s.savebtn=!1,s.updatebtn=!0,s.readonly=!0,s.table1=!1,s.operation=!0,s.edt={sims_house_code:e.sims_house_code,sims_cur_code:e.sims_cur_code,sims_cur_short_name_en:e.sims_cur_short_name_en,sims_academic_year:e.sims_academic_year,sims_academic_year_desc:e.sims_academic_year_description,sims_house_name:e.sims_house_name,sims_house_color:e.sims_house_color,sims_house_image:e.sims_house_image,sims_house_objective:e.sims_house_objective,sims_house_status:e.sims_house_status,sims_house_pledge:e.sims_house_pledge},s.getacyr(e.sims_cur_code)},n.get(i.apiUrl+"api/house/getHouse").then(function(e){s.HouseData=e.data,s.totalItems=s.HouseData.length,s.todos=s.HouseData,s.makeTodos()}),s.cancel=function(){s.table1=!0,s.operation=!1,s.myForm.$setPristine(),s.myForm.$setUntouched(),s.edt={sims_cur_code:"",sims_academic_year:"",sims_house_code:"",sims_house_name:"",sims_house_color:"",sims_house_objective:"",sims_house_pledge:"",sims_house_status:"",sims_academic_year_description:"",sims_cur_short_name_en:""}},s.Save=function(e){e&&(d=[],e=[],(e=s.edt).opr="I",d.push(e),n.post(i.apiUrl+"api/house/HouseCUD",d).then(function(t){s.msg1=t.data,1==s.msg1?swal({text:"Record Inserted Successfully",imageUrl:"assets/img/check.png",width:300,height:200}):0==s.msg1?swal({text:"Record Not Inserted. Because of Selected Academic Year Is Old Academic Year.",imageUrl:"assets/img/close.png",width:450,height:200}):swal("Error-"+s.msg1),n.get(i.apiUrl+"api/house/getHouse").then(function(e){s.HouseData=e.data,s.totalItems=s.HouseData.length,s.todos=s.HouseData,s.makeTodos(),s.msg1=t.data})}),s.table1=!0,s.operation=!1,d=[])},s.Update=function(e){e&&(d=[],e=[],(e=s.edt).opr="U",d.push(e),n.post(i.apiUrl+"api/house/HouseCUD",d).then(function(e){s.msg1=e.data,1==s.msg1?swal({text:"Record Updated Successfully",imageUrl:"assets/img/check.png",width:300,height:200}):0==s.msg1?swal({text:"Record Not Updated. ",imageUrl:"assets/img/close.png",width:300,height:200}):swal("Error-"+s.msg1),n.get(i.apiUrl+"api/house/getHouse").then(function(e){s.HouseData=e.data,s.totalItems=s.HouseData.length,s.todos=s.HouseData,s.makeTodos()})}),s.operation=!1,s.table1=!0,d=[])},s.filteredTodos=[],s.currentPage=1,s.numPerPage=10,s.maxSize=10,s.makeTodos=function(){var e=parseInt(s.totalItems%s.numPerPage),e=(s.pagersize="0"==e?parseInt(s.totalItems/s.numPerPage):parseInt(s.totalItems/s.numPerPage)+1,(s.currentPage-1)*s.numPerPage),t=parseInt(e)+parseInt(s.numPerPage);s.filteredTodos=s.todos.slice(e,t)},s.CheckAllChecked=function(){if(1==(r=document.getElementById("mainchk")).checked)for(var e=0;e<s.filteredTodos.length;e++)document.getElementById(e+s.filteredTodos[e].sims_house_code).checked=!0,s.row1="row_selected",$("tr").addClass("row_selected");else for(e=0;e<s.filteredTodos.length;e++)document.getElementById(e+s.filteredTodos[e].sims_house_code).checked=!1,r.checked=!1,s.row1=""},s.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),s.color="#edefef"}),1==(r=document.getElementById("mainchk")).checked&&(r.checked=!1,s.color="#edefef",s.row1="")},s.deleterecord=function(){s.flag=!1;for(var e,o=[],t=0;t<s.filteredTodos.length;t++)1==document.getElementById(t+s.filteredTodos[t].sims_house_code).checked&&(s.flag=!0,e={sims_house_code:s.filteredTodos[t].sims_house_code,sims_cur_code:s.filteredTodos[t].sims_cur_code,sims_academic_year:s.filteredTodos[t].sims_academic_year,opr:"D"},o.push(e));s.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,confirmButtonText:"Yes",showCancelButton:!0,width:380,cancelButtonText:"No"}).then(function(e){if(e)n.post(i.apiUrl+"api/house/HouseCUD",o).then(function(e){s.msg1=e.data,1==s.msg1?swal({text:"Record Deleted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&n.get(i.apiUrl+"api/house/getHouse").then(function(e){s.LeaveData=e.data,s.totalItems=s.LeaveData.length,s.todos=s.LeaveData,s.makeTodos()}),s.currentPage=!0}):0==s.msg1?swal({text:"Record Not Deleted. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&n.get(i.apiUrl+"api/house/getHouse").then(function(e){s.LeaveData=e.data,s.totalItems=s.LeaveData.length,s.todos=s.LeaveData,s.makeTodos()})}):swal("Error-"+s.msg1)});else for(var t=0;t<s.filteredTodos.length;t++){var a=document.getElementById(t+s.filteredTodos[t].sims_house_code);1==a.checked&&(a.checked=!1,r.checked=!1,$("tr").removeClass("row_selected"))}}):swal({text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380})},$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0}),$(document).on("touch click",'*[data-datepicker="true"] .add-on',function(e){$('input[type="text"]',$(this).parent()).focus()}),s.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).sims_house_name.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_house_pledge.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_academic_year_description.toLowerCase().indexOf(t.toLowerCase())||e.sims_house_objective.toLowerCase().indexOf(t.toLowerCase())==t;var t})},s.search=function(){s.todos=s.searched(s.HouseData,s.searchText),s.totalItems=s.todos.length,s.currentPage="1",""==s.searchText&&(s.todos=s.HouseData),s.makeTodos()},s.colorcheck=function(e,t,a){var o=document.getElementById("txt_color").value;n.post(i.apiUrl+"api/house/chechcolor?curCode="+e+"&curYear="+t).then(function(e){if(s.chechcolor1=e.data,"U"==m)for(var t=0;t<s.chechcolor1.length;t++)if(o==s.chechcolor1[t].sims_house_color&&a==s.chechcolor1[t].sims_house_code)s.edt.sims_house_color=s.chechcolor1[t].sims_house_color;else if(o==s.chechcolor1[t].sims_house_color)for(t=0;t<s.chechcolor1.length;t++)a==s.chechcolor1[t].sims_house_code&&(s.edt.sims_house_color=s.chechcolor1[t].sims_house_color,s.colorchange=!0);else s.edt.sims_house_color,s.colorchange=!1;else if("S"==m)for(t=0;t<s.chechcolor1.length;t++){if(o==s.chechcolor1[t].sims_house_color){s.edt.sims_house_color="",s.colorchange=!0;break}s.edt.sims_house_color=o,s.colorchange=!1}})},s.file_changed=function(e,t){s.edt.appl_num;var e=e.files[0],a=(e.type,s.edt.sims_house_image=e.name,new FileReader),a=(a.onload=function(e){s.$apply(function(){s.prev_image=e.target.result})},a.readAsDataURL(e),s.uploadloading=!0,{method:"POST",url:i.apiUrl+"api/AssignmentUpload/upload1?filename="+s.edt.sims_house_image+"&location=Images/HouseImages/",data:c,headers:{"Content-Type":void 0}});n(a).success(function(e){s.uploadloading=!1,i.AWS.includes(n.defaults.headers.common.schoolId)&&(e=e.substring(e.lastIndexOf("/")+1)),s.edt.sims_house_image=e},function(){alert("Err")})},s.getTheFiles=function(e){angular.forEach(e,function(e,t){c.append(t,e)})},a(function(){$("#fixTable").tableHeadFixer({top:1})},100)}])}(),function(){"use strict";var e=angular.module("sims.module.SchoolSetup");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("SyllabusViewCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(t,e,a,o,s,n,i){var d=n.defaults.headers.common.schoolId;t.path1=i.docUrl+d+"/Images/Syllabus/",n.get(i.apiUrl+"api/syllabus_lesson_PP/get_syllabus_lesson_for_PP").then(function(e){null!==e.data?t.lesson_approvaled_data=e.data:swal({text:"Data Not Found",imageUrl:"assets/img/close.png"})}),t.Getsyllabus_Approve_data=function(e){t.Approve_plan=[],t.busy=!0,n.post(i.apiUrl+"api/syllabus_lesson_PP/syllabus_Approve_PP",e).then(function(e){0<e.data.length?t.Approve_plan=e.data:swal({text:"Data Not Found",imageUrl:"assets/img/close.png",width:320,showCloseButton:!0}),t.busy=!1})},t.print=function(e){var t=document.head.outerHTML,e=document.getElementById(e).outerHTML,a=window.open("","_blank","location=yes, statusbar=no, menubar=no, titlebar=no, toolbar=no,dependent=no, width=800, height=600, resizable=yes, screenX=250, screenY=10, personalbar=no, scrollbars=yes"),o=a.document;o.open(),o.write("<!doctype html><html>"+t+'<body onLoad="window.print()">'+e+"</body></html>"),o.close(),a.focus()}}])}(),function(){"use strict";var e=angular.module("sims.module.SchoolSetup"),r=(e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.directive("ngFiles",["$parse",function(s){return{link:function(t,e,a){var o=s(a.ngFiles);e.on("change",function(e){o(t,{$files:e.target.files})})}}}]),new FormData);e.controller("SyllabusCreationCont_Pearl",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(n,e,t,a,o,i,d){var s,_=t.globals.currentUser.username,t=(n.School_Logo=n.obj1.lic_school_logo,n.School_Name=n.obj1.lic_school_name,n.schoolLogoImg=d.docUrl+i.defaults.headers.common.schoolId+"/Images/SchoolLogo/"+n.School_Logo,new Date),c=t.getMonth()+1,l=t.getDate(),l=(n.doc_date=(l=l<10?"0"+l:l)+"-"+(c=c<10?"0"+c:c)+"-"+t.getFullYear(),n.busyindicator=!0,n.headcolor="1",n.syllabusnames=!0,n.syllabusscreen=!0,n.Grid=!0,n.savebtn=!0,n.pagesize="5",n.Expand2=!0,n.Expand1=!0,n.busy=!1,n.savebtndissyll=!0,n.savebtndisunit=!1,n.savebtndistopic=!0,n.edt={},n.unit={},n.topic={},n.sub_topic={},n.edt.sims_syllabus_status=!0,n.unit.sims_syllabus_unit_status=!0,n.topic.sims_syllabus_unit_topic_status=!0,n.topic.sims_syllabus_unit_sub_topic_status=!0,n.edt.sims_syllabus_created_by=_,n.sub_topic.sims_syllabus_unit_sub_topic_created_by=_,n.unit.sims_syllabus_unit_created_by=_,n.topic.sims_syllabus_unit_topic_created_by=_,n.edt.sims_syllabus_creation_date=n.doc_date,n.unit.sims_syllabus_unit_creation_date=n.doc_date,n.topic.sims_syllabus_unit_topic_creation_date=n.doc_date,n.sub_topic.sims_syllabus_unit_sub_topic_creation_date=n.doc_date,i.defaults.headers.common.schoolId);n.path1=d.docUrl+l+"/Images/Syllabus/",i.get(d.apiUrl+"api/common/getCuriculum").then(function(e){n.curriculum=e.data,n.edt.sims_cur_code=n.curriculum[0].sims_cur_code,n.getacyr(n.curriculum[0].sims_cur_code)}),n.getacyr=function(e){n.cur_code=e,i.get(d.apiUrl+"api/common/getAcademicYear?curCode="+e).then(function(e){n.Academic_year=e.data,n.edt.sims_academic_year=n.Academic_year[0].sims_academic_year,n.get()})},$(function(){$("#cmb_grade").multipleSelect({width:"100%"})}),n.MonthObject=[{month_name:"April",month_code:"4"},{month_name:"May",month_code:"5"},{month_name:"June",month_code:"6"},{month_name:"July",month_code:"7"},{month_name:"August",month_code:"8"},{month_name:"September",month_code:"9"},{month_name:"October",month_code:"10"},{month_name:"November",month_code:"11"},{month_name:"December",month_code:"12"},{month_name:"January",month_code:"1"},{month_name:"February",month_code:"2"},{month_name:"March",month_code:"3"}],n.getsection=function(){var e={sims_cur_code:n.edt.sims_cur_code,sims_academic_year:n.edt.sims_academic_year,sims_subject_code:n.edt.sims_subject_code,sims_grade_code:n.edt.sims_grade_code,lesson_user:_};i.post(d.apiUrl+"api/syllabus_lesson/syllabus_section",e).then(function(e){n.section1=e.data,setTimeout(function(){$("#cmb_grade").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"})},1e3)})},n.getsections=function(){var e={sims_cur_code:n.edt.sims_cur_code,sims_academic_year:n.edt.sims_academic_year,sims_subject_code:n.edt.sims_subject_code,lesson_user:_};i.post(d.apiUrl+"api/syllabus_lesson/syllabus_grade",e).then(function(e){n.grade=e.data})},n.get=function(e){var t={sims_cur_code:n.edt.sims_cur_code,sims_academic_year:n.edt.sims_academic_year,lesson_user:_};i.post(d.apiUrl+"api/syllabus_lesson/syllabus_subject",t).then(function(e){n.cmb_subject_name=e.data})},n.syllabus_table=!1,n.unit_tpoic_table=!1,n.closesyllabus_table=function(){n.syllabus_table=!1,n.unit_tpoic_table=!1},n.closesyllabus_table_topic=function(){n.Unit_topic_table=!1},n.closesyllabus_table_unit=function(){n.Unit_table=!1},n.Getsyllabus=function(){n.savebtndissyll=!1;for(var e=n.edt.sims_section_code1="",t=0;t<n.edt.sims_section_code.length;t++)e=e+n.edt.sims_section_code[t]+",";n.edt.sims_section_code1=e,n.syllabus_table=!0;var a={lesson_user:n.edt.lesson_user=_,sims_academic_year:n.edt.sims_academic_year,sims_cur_code:n.edt.sims_cur_code,sims_grade_code:n.edt.sims_grade_code,sims_month_code:n.edt.sims_month_code,sims_section_code1:e,sims_subject_code:n.edt.sims_subject_code,sims_syllabus_created_by:n.edt.sims_syllabus_created_by,sims_syllabus_creation_date:n.edt.sims_syllabus_creation_date,sims_syllabus_remark:n.edt.sims_syllabus_remark,sims_syllabus_status:n.edt.sims_syllabus_status};i.post(d.apiUrl+"api/syllabus_lesson/syllabus_lesson",a).then(function(e){null!==e.data?n.Get_syllabus_lesson=e.data:swal({text:"Sorry Data Not Found"})})},n.GetUnitTopic=function(){n.savebtndissyll=!1,n.unit_tpoic_table=!0;var e={lesson_user:n.edt.lesson_user,sims_academic_year:n.edt.sims_academic_year,sims_cur_code:n.edt.sims_cur_code,sims_grade_code:n.edt.sims_grade_code,sims_month_code:n.edt.sims_month_code,sims_section_code1:n.edt.sims_section_code1,sims_subject_code:n.edt.sims_subject_code,sims_syllabus_created_by:n.edt.sims_syllabus_created_by,sims_syllabus_creation_date:n.edt.sims_syllabus_creation_date,sims_syllabus_status:n.edt.sims_syllabus_status};i.post(d.apiUrl+"api/syllabus_lesson/syllabus_lesson_UT",e).then(function(e){null!==e.data?n.Get_Unit_Topic=e.data:swal({text:"Sorry Data Not Found"})})},n.SyllabusCreationShow=function(e){n.headcolor=e,n.syllabusscreen=!0,n.Unitscreen=!1,n.Topicscreen=!1,n.SubTopicscreen=!1,n.savebtn=!0,n.syllabusnames=!0,n.ComposeSessonscreen=!1,n.ApproveLessonscreen=!1,n.viewApproveLessonscreen=!1},n.UnitCreationShow=function(e){n.headcolor=e,n.syllabusscreen=!1,n.Unitscreen=!0,n.Topicscreen=!1,n.SubTopicscreen=!1,n.savebtn=!0,n.syllabusnames=!0,n.ComposeSessonscreen=!1,n.ApproveLessonscreen=!1,n.viewApproveLessonscreen=!1},n.TopicCreationShow=function(e){n.headcolor=e,n.syllabusscreen=!1,n.Unitscreen=!1,n.Topicscreen=!0,n.SubTopicscreen=!1,n.savebtn=!0,n.syllabusnames=!0,n.ComposeSessonscreen=!1,n.ApproveLessonscreen=!1,n.viewApproveLessonscreen=!1,n.btn_topic_cancel_Click()},n.SubTopicCreationShow=function(e){n.headcolor=e,n.syllabusscreen=!1,n.Unitscreen=!1,n.Topicscreen=!1,n.SubTopicscreen=!0,n.savebtn=!0,n.syllabusnames=!0,n.ComposeSessonscreen=!1,n.viewApproveLessonscreen=!1,n.ApproveLessonscreen=!1},n.ComposeLessonShow=function(e){n.headcolor=e,n.syllabusscreen=!1,n.Unitscreen=!1,n.Topicscreen=!1,n.SubTopicscreen=!1,n.savebtn=!1,n.syllabusnames=!1,n.ComposeSessonscreen=!0,n.ApproveLessonscreen=!1,n.viewApproveLessonscreen=!1,n.lesson_plan=[],n.edt.lesson_user=_,i.post(d.apiUrl+"api/syllabus_lesson/syllabus_Topic_Sub_Topics_lesson_for_compose",n.edt).then(function(e){null!==e.data?n.lesson_for_compose=e.data:swal({text:"Record Not Found",imageUrl:"assets/img/close.png",width:300,height:200,showCloseButton:!0})})},n.ApproveLessonShow=function(e){n.headcolor=e,n.syllabusscreen=!1,n.Unitscreen=!1,n.Topicscreen=!1,n.SubTopicscreen=!1,n.savebtn=!1,n.syllabusnames=!1,n.ComposeSessonscreen=!1,n.ApproveLessonscreen=!0,n.viewApproveLessonscreen=!1,n.Approve_plan=[],i.get(d.apiUrl+"api/syllabus_lesson/get_syllabus_lesson_for_approval?user="+_).then(function(e){null!==e.data?n.lesson_approval_data=e.data:swal({text:"Data Not Found For Approval",imageUrl:"assets/img/close.png"})})},n.viewApproveLessonShow=function(e){n.printdata={},n.headcolor=e,n.syllabusscreen=!1,n.Unitscreen=!1,n.Topicscreen=!1,n.SubTopicscreen=!1,n.savebtn=!1,n.syllabusnames=!1,n.ComposeSessonscreen=!1,n.ApproveLessonscreen=!1,n.viewApproveLessonscreen=!0,n.Approve_plan=[],i.get(d.apiUrl+"api/syllabus_lesson/get_syllabus_lesson_for_approvaled?user="+_+"&sims_academic_year="+n.edt.sims_academic_year).then(function(e){null!==e.data?n.lesson_approvaled_data=e.data:swal({text:"Data Not Found",imageUrl:"assets/img/close.png"})})},n.Submit_unit_data=function(e){if(e){n.saveunitobject=[];for(var t=0;t<n.edt.sims_section_code.length;t++)for(var a=0;a<n.mdata.length;a++){var o={};n.Get_syllabus_lesson.length>t&&(o.sims_cur_code=n.Get_syllabus_lesson[t].sims_cur_code,o.sims_academic_year=n.edt.sims_academic_year,o.sims_grade_code=n.edt.sims_grade_code,o.sims_section_code=n.Get_syllabus_lesson[t].sims_section_code,o.sims_subject_code=n.edt.sims_subject_code,o.sims_syllabus_code="",o.sims_syllabus_unit_code="",o.sims_syllabus_unit_name=n.mdata[a].sims_syllabus_unit_name,o.sims_syllabus_unit_short_desc="",o.sims_syllabus_unit_creation_date=n.unit.sims_syllabus_unit_creation_date,o.sims_syllabus_unit_created_by=n.unit.sims_syllabus_unit_created_by,o.sims_syllabus_unit_status=n.unit.sims_syllabus_unit_status,o.sims_month_code=n.edt.sims_month_code,o.opr="IU",n.saveunitobject.push(o))}0<n.saveunitobject.length&&i.post(d.apiUrl+"api/syllabus_lesson/CUD_syllabus_Units",n.saveunitobject).then(function(e){1==e.data?(swal({text:"Unit Created Successfully",imageUrl:"assets/img/check.png",width:320,showCloseButton:!0}),n.unit.sims_syllabus_unit_name="",n.unit.sims_syllabus_unit_short_desc="",n.savebtndissyll=!0,n.unitDetails.$setPristine(),n.unitDetails.$setUntouched(),n.Edit(n.edt)):swal({text:"Unit Not Created",imageUrl:"assets/img/close.png",width:320,showCloseButton:!0})})}},n.Update_unit_data=function(){n.updatedataobject=[];for(var e,t=0;t<n.syllabus_Units.length;t++)n.syllabus_Units[t].syllabus_status_unit&&((e={}).sims_month_code=n.edt.sims_month_code,e.sims_cur_code=n.syllabus_Units[t].sims_cur_code,e.sims_academic_year=n.syllabus_Units[t].sims_academic_year,e.sims_grade_code=n.syllabus_Units[t].sims_grade_code,e.sims_section_code=n.syllabus_Units[t].sims_section_code,e.sims_subject_code=n.syllabus_Units[t].sims_subject_code,e.sims_syllabus_code=n.syllabus_Units[t].sims_syllabus_code,e.sims_syllabus_unit_code=n.syllabus_Units[t].sims_syllabus_unit_code,e.sims_syllabus_unit_name=n.unit.sims_syllabus_unit_name,e.sims_syllabus_unit_short_desc=n.unit.sims_syllabus_unit_short_desc,e.sims_syllabus_unit_creation_date=n.unit.sims_syllabus_unit_creation_date,e.sims_syllabus_unit_created_by=n.unit.sims_syllabus_unit_created_by,e.sims_syllabus_unit_status=n.unit.sims_syllabus_unit_status,e.opr="UU",n.updatedataobject.push(e));i.post(d.apiUrl+"api/syllabus_lesson/CUD_syllabus_Units",n.updatedataobject).then(function(e){1==e.data?(swal({text:"Unit Updated Successfully",width:320,showCloseButton:!0}),n.unit.sims_syllabus_unit_name="",n.unit.sims_syllabus_unit_short_desc="",n.unitDetails.$setUntouched(),n.unitDetails.$setPristine(),n.savebtn=!0,n.Edit(n.edt)):0==e.data?swal({text:"Unit Not Updated. ",width:320,showCloseButton:!0}):swal("Error-"+e.data)})},n.Editunit=function(e){1==n.disabled1?n.savebtn=!0:(n.savebtn=!1,n.unit=angular.copy(e),n.topic.sims_cur_code=e.sims_cur_code,n.topic.sims_academic_year=e.sims_academic_year,n.topic.sims_grade_code=e.sims_grade_code,n.topic.sims_section_code=e.sims_section_code,n.topic.sims_subject_code=e.sims_subject_code,n.topic.sims_syllabus_code=e.sims_syllabus_code,n.topic.sims_syllabus_unit_code=e.sims_syllabus_unit_code,n.topic.lesson_user=_)},n.Submit_topic_data=function(){n.flag=!0;for(var e=0;e<n.mdata.length;e++)if(""==n.mdata[e].sims_syllabus_unit_name||null==n.mdata[e].sims_syllabus_unit_name||""==n.mdata[e].sims_syllabus_unit_topic_name||null==n.mdata[e].sims_syllabus_unit_topic_name){swal({text:"Please Fill The All Record. ",imageUrl:"assets/img/close.png",width:320,showCloseButton:!0}),n.flag=!1;break}if(1==n.flag){n.TopicDataObject=[];for(var t=0;t<n.edt.sims_section_code.length;t++)for(e=0;e<n.mdata.length;e++){var a={};n.Get_syllabus_lesson.length>t&&(a.sims_cur_code=n.edt.sims_cur_code,a.sims_academic_year=n.edt.sims_academic_year,a.sims_grade_code=n.edt.sims_grade_code,a.sims_section_code=n.edt.sims_section_code[t],a.sims_subject_code=n.edt.sims_subject_code,a.sims_syllabus_code="",a.sims_syllabus_unit_code="",a.sims_syllabus_unit_name=n.mdata[e].sims_syllabus_unit_name,a.sims_syllabus_unit_short_desc="",a.sims_syllabus_unit_topic_name=n.mdata[e].sims_syllabus_unit_topic_name,a.sims_syllabus_unit_topic_short_desc="",a.sims_syllabus_unit_topic_creation_date=n.topic.sims_syllabus_unit_topic_creation_date,a.sims_syllabus_unit_creation_date=n.unit.sims_syllabus_unit_creation_date,a.sims_syllabus_unit_topic_created_by=n.topic.sims_syllabus_unit_topic_created_by,a.sims_syllabus_unit_created_by=n.unit.sims_syllabus_unit_created_by,a.sims_syllabus_unit_topic_status=n.topic.sims_syllabus_unit_topic_status,a.sims_syllabus_unit_status=n.unit.sims_syllabus_unit_status,a.sims_month_code=n.edt.sims_month_code,a.opr="TI",n.TopicDataObject.push(a))}0<n.TopicDataObject.length&&i.post(d.apiUrl+"api/syllabus_lesson/CUD_syllabus_Unit_Topics",n.TopicDataObject).then(function(e){1==e.data?(swal({text:"Topic And Unit Created Successfully",imageUrl:"assets/img/check.png",width:320,showCloseButton:!0}),n.topic.sims_syllabus_unit_topic_name="",n.topic.sims_syllabus_unit_topic_short_desc="",n.savebtndistopic=!0,n.Get_Existing_Topic_Name(n.edt)):swal({text:"Topic Not Created. ",imageUrl:"assets/img/close.png",width:320,showCloseButton:!0})})}},n.Update_topic_unit_data=function(e){n.data_send=[];e={sims_cur_code:e.sims_cur_code,sims_academic_year:e.sims_academic_year,sims_grade_code:e.sims_grade_code,sims_section_code:e.sims_section_code,sims_subject_code:e.sims_subject_code,sims_syllabus_code:e.sims_syllabus_code,sims_month_code:e.sims_month_code,sims_syllabus_unit_code:e.sims_syllabus_unit_code,sims_syllabus_unit_topic_code:e.sims_syllabus_unit_topic_code};n.data_send.push(e),i.post(d.apiUrl+"api/syllabus_lesson/update_syllabus_Topics_unit",n.data_send).then(function(e){1==e.data?swal({text:"Status Updated Successfully",imageUrl:"assets/img/check.png",width:320,showCloseButton:!0}):0==e.data?swal({text:"Status Not Updated. ",imageUrl:"assets/img/close.png",width:320,showCloseButton:!0}):swal("Error-"+e.data)})},n.btn_topic_cancel_Click=function(){n.topic.sims_syllabus_unit_topic_name="",n.topic.sims_syllabus_unit_topic_short_desc="",n.topic.sims_syllabus_unit_topic_creation_date=n.doc_date,n.topic.sims_syllabus_unit_topic_created_by=_,n.savebtn=!0},n.Edittopic=function(e){1==n.unitdisabled?scope.savebtn=!0:(n.topic=angular.copy(e),n.savebtn=!1)},n.Submit_Sub_topic_data=function(e){e&&((e={}).sims_cur_code=n.sub_topic.sims_cur_code,e.sims_academic_year=n.sub_topic.sims_academic_year,e.sims_grade_code=n.sub_topic.sims_grade_code,e.sims_section_code=n.sub_topic.sims_section_code,e.sims_subject_code=n.sub_topic.sims_subject_code,e.sims_syllabus_code=n.sub_topic.sims_syllabus_code,e.sims_syllabus_unit_code=n.sub_topic.sims_syllabus_unit_code,e.sims_syllabus_unit_topic_code=n.sub_topic.sims_syllabus_unit_topic_code,e.sims_syllabus_unit_sub_topic_code=n.sub_topic.sims_syllabus_unit_sub_topic_code,e.sims_syllabus_unit_sub_topic_name=n.sub_topic.sims_syllabus_unit_sub_topic_name,e.sims_syllabus_unit_sub_topic_short_desc=n.sub_topic.sims_syllabus_unit_sub_topic_short_desc,e.sims_syllabus_unit_sub_topic_creation_date=n.sub_topic.sims_syllabus_unit_sub_topic_creation_date,e.sims_syllabus_unit_sub_topic_created_by=n.sub_topic.sims_syllabus_unit_sub_topic_created_by,e.sims_syllabus_unit_sub_topic_status=n.sub_topic.sims_syllabus_unit_sub_topic_status,e.opr="IS",i.post(d.apiUrl+"api/syllabus_lesson/CUD_syllabus_Sub_Topics",e).then(function(e){1==e.data?swal({text:"Sub Topic Created Successfully",imageUrl:"assets/img/check.png",width:320,showCloseButton:!0}):swal({text:"Sub Topic Not Created. ",imageUrl:"assets/img/close.png",width:320,showCloseButton:!0})}))},n.Update_Sub_topic_data=function(){n.sub_topic.opr="US",i.post(d.apiUrl+"api/syllabus_lesson/CUD_syllabus_Sub_Topics",n.sub_topic).then(function(e){1==e.data?swal({text:"Sub Topic Updated Successfully",imageUrl:"assets/img/check.png",width:320,showCloseButton:!0}):0==e.data?swal({text:"Sub Topic Not Updated. ",imageUrl:"assets/img/close.png",width:320,showCloseButton:!0}):swal("Error-"+e.data)})},n.EditSubtopic=function(e){n.headcolor="4",n.syllabusscreen=!1,n.Unitscreen=!1,n.Topicscreen=!1,n.SubTopicscreen=!0,n.savebtn=!1,n.sub_topic=angular.copy(e)},n.link=function(e){window.open(n.path1+e,"_new")},n.btn_cancel_Click=function(){n.edt.sims_grade_code="",n.edt.sims_section_code="",n.edt.sims_subject_code="",n.edt.sims_syllabus_code="",n.edt.sims_month_code="",n.edt.sims_syllabus_remark="",n.edt.sims_syllabus_start_date="",n.edt.sims_syllabus_end_date="",n.savebtn=!0,n.SyllabusDetails.$setUntouched(),n.SyllabusDetails.$setPristine()},n.btn_unit_cancel_Click=function(){n.unit.sims_syllabus_unit_name="",n.unit.sims_syllabus_unit_short_desc="",n.unit.sims_syllabus_unit_created_by=_,n.unit.sims_syllabus_unit_approvar_remark="",n.unit.sims_syllabus_unit_creation_date=n.doc_date,n.unit.sims_syllabus_unit_approval_date="",n.unit.sims_syllabus_unit_approved_by="",n.unit.sims_syllabus_unit_code="",n.savebtn=!0,n.unitDetails.$setUntouched(),n.unitDetails.$setPristine()},n.btn_unit_sub_top_cancel_Click=function(){n.sub_topic.sims_syllabus_unit_sub_topic_name="",n.sub_topic.sims_syllabus_unit_sub_topic_short_desc="",n.sub_topic.sims_syllabus_unit_sub_topic_creation_date=n.doc_date,n.sub_topic.sims_syllabus_unit_sub_topic_created_by=_,n.savebtn=!0},n.CommaSeparetdTopic=function(e){n.topic_object=[],e=e.split(",");for(var t=0;t<e.length;t++){var a={};a.sims_syllabus_unit_topic_name=e[t],n.topic_object.push(a)}},n.Getsyllabus_topic_subtopic=function(e){n.lesson_plan=[],n.busy=!0,e.lesson_user=_;for(var t=0;t<n.lesson_for_compose.length;t++)e.sims_grade_code==n.lesson_for_compose[t].sims_grade_code&&e.sims_subject_code==n.lesson_for_compose[t].sims_subject_code&&e.sims_month_code==n.lesson_for_compose[t].sims_month_code?n.lesson_for_compose[t].row_color="#fef8ae":n.lesson_for_compose[t].row_color="White";i.post(d.apiUrl+"api/syllabus_lesson/syllabus_Topic_Sub_Topics_lesson_compose",e).then(function(e){0<e.data.length?n.lesson_plan=e.data:swal({text:"Unit(s) And Topic(s) Are Not Created / This Lesson Plan Already Approved. "+e.data,width:320,imageUrl:"assets/img/close.png",showCloseButton:!0}),n.busy=!1})},n.Cancel_topic_subtopic=function(){n.edt.sims_grade_code="",n.edt.sims_section_code="",n.edt.sims_subject_code="",n.edt.sims_syllabus_start_date="",n.edt.sims_syllabus_end_date=""},n.getTheFiles=function(e){angular.forEach(e,function(e,t){r.append(t,e)})},n.file_changed=function(e){var e=e.files[0],t=(e.type,n.lesson_plan[0].sims_syllabus_lesson_plan_doc_path=e.name,new FileReader),t=(t.onload=function(e){n.$apply(function(){})},t.readAsDataURL(e),{method:"POST",url:d.apiUrl+"/api/file/uploadsyllabus?filename="+e.name.split(".")[0]+"&location=Syllabus",data:r,headers:{"Content-Type":void 0}});i(t).success(function(e){},function(){alert("Err")})},n.Update_compose_lesson_plan=function(t){t.sims_syllabus_lesson_plan_doc_status="A",t.sims_syllabus_lesson_plan_doc_upload_date=n.doc_date,t.sims_syllabus_lesson_plan_doc_uploaded_by=_,t.sims_syllabus_lesson_plan_creation_date=n.doc_date,t.sims_syllabus_lesson_plan_created_by=_,t.sims_syllabus_lesson_plan_status=!0,null==t.sims_syllabus_lesson_plan_no_of_periods&&null==t.sims_syllabus_lesson_plan_no_of_periods&&"undefined"==t.sims_syllabus_lesson_plan_no_of_periods&&""==t.sims_syllabus_lesson_plan_no_of_periods||(t.sims_syllabus_lesson_plan_no_of_periods=parseInt(t.sims_syllabus_lesson_plan_no_of_periods)),null==t.sims_syllabus_lesson_plan_no_of_exercise&&null==t.sims_syllabus_lesson_plan_no_of_exercise&&"undefined"==t.sims_syllabus_lesson_plan_no_of_exercise&&""==t.sims_syllabus_lesson_plan_no_of_exercise||(t.sims_syllabus_lesson_plan_no_of_exercise=parseInt(t.sims_syllabus_lesson_plan_no_of_exercise)),null==t.sims_syllabus_lesson_plan_no_of_weekly_test&&null==t.sims_syllabus_lesson_plan_no_of_weekly_test&&"undefined"==t.sims_syllabus_lesson_plan_no_of_weekly_test&&""==t.sims_syllabus_lesson_plan_no_of_weekly_test||(t.sims_syllabus_lesson_plan_no_of_weekly_test=parseInt(t.sims_syllabus_lesson_plan_no_of_weekly_test));for(var e=[],a=t.sims_section_code.split(","),o=0;o<a.length-1;o++){var s={sims_cur_code:t.sims_cur_code,sims_academic_year:t.sims_academic_year,sims_grade_code:t.sims_grade_code,sims_section_code:a[o],sims_subject_code:t.sims_subject_code,sims_syllabus_code:t.sims_syllabus_code,sims_syllabus_lesson_plan_code:t.sims_syllabus_lesson_plan_code,sims_syllabus_lesson_plan_description:t.sims_syllabus_lesson_plan_description,sims_syllabus_lesson_plan_no_of_periods:t.sims_syllabus_lesson_plan_no_of_periods,sims_syllabus_lesson_plan_no_of_exercise:t.sims_syllabus_lesson_plan_no_of_exercise,sims_syllabus_lesson_plan_no_of_activity:t.sims_syllabus_lesson_plan_no_of_activity,sims_syllabus_lesson_plan_no_of_homework:t.sims_syllabus_lesson_plan_no_of_homework,sims_syllabus_lesson_plan_no_of_weekly_test:t.sims_syllabus_lesson_plan_no_of_weekly_test,sims_syllabus_lesson_plan_addl_requirement:t.sims_syllabus_lesson_plan_addl_requirement,sims_syllabus_lesson_plan_creation_date:t.sims_syllabus_lesson_plan_creation_date,sims_syllabus_lesson_plan_created_by:t.sims_syllabus_lesson_plan_created_by,sims_syllabus_lesson_plan_approval_date:t.sims_syllabus_lesson_plan_approval_date,sims_syllabus_lesson_plan_approved_by:t.sims_syllabus_lesson_plan_approved_by,sims_syllabus_lesson_plan_approval_remark:t.sims_syllabus_lesson_plan_approval_remark,sims_syllabus_lesson_plan_attr1:t.sims_syllabus_lesson_plan_attr1,sims_syllabus_lesson_plan_attr2:t.sims_syllabus_lesson_plan_attr2,sims_syllabus_lesson_plan_attr3:t.sims_syllabus_lesson_plan_attr3,sims_syllabus_lesson_plan_attr4:t.sims_syllabus_lesson_plan_attr4,sims_syllabus_lesson_plan_attr5:t.sims_syllabus_lesson_plan_attr5,sims_syllabus_lesson_plan_status:t.sims_syllabus_lesson_plan_status,sims_syllabus_lesson_plan_doc_path:t.sims_syllabus_lesson_plan_doc_path,sims_syllabus_lesson_plan_doc_status:t.sims_syllabus_lesson_plan_doc_status,sims_syllabus_lesson_plan_doc_upload_date:t.sims_syllabus_lesson_plan_doc_upload_date,sims_syllabus_lesson_plan_doc_uploaded_by:t.sims_syllabus_lesson_plan_doc_uploaded_by,sims_month_code:t.sims_month_code,opr:"UL"};e.push(s)}i.post(d.apiUrl+"api/syllabus_lesson/CUDsyllabus_Topic_Sub_Topics_lesson_compose_for_Update",e).then(function(e){1==e.data?(t={},n.lesson_plan=[],swal({text:"Lesson Plan Updated Successfully",imageUrl:"assets/img/check.png",width:320,showCloseButton:!0})):0==e.data?swal({text:"Lesson Plan Not Updated. ",imageUrl:"assets/img/close.png",width:320,showCloseButton:!0}):swal("Error-"+e.data)})},n.Submit_compose_lesson_plan=function(t){t.sims_syllabus_lesson_plan_doc_status="A",t.sims_syllabus_lesson_plan_doc_upload_date=n.doc_date,t.sims_syllabus_lesson_plan_doc_uploaded_by=_,t.sims_syllabus_lesson_plan_creation_date=n.doc_date,t.sims_syllabus_lesson_plan_created_by=_,t.sims_syllabus_lesson_plan_status=!0,null==t.sims_syllabus_lesson_plan_no_of_periods&&null==t.sims_syllabus_lesson_plan_no_of_periods&&"undefined"==t.sims_syllabus_lesson_plan_no_of_periods&&""==t.sims_syllabus_lesson_plan_no_of_periods||(t.sims_syllabus_lesson_plan_no_of_periods=parseInt(t.sims_syllabus_lesson_plan_no_of_periods)),null==t.sims_syllabus_lesson_plan_no_of_exercise&&null==t.sims_syllabus_lesson_plan_no_of_exercise&&"undefined"==t.sims_syllabus_lesson_plan_no_of_exercise&&""==t.sims_syllabus_lesson_plan_no_of_exercise||(t.sims_syllabus_lesson_plan_no_of_exercise=parseInt(t.sims_syllabus_lesson_plan_no_of_exercise)),null==t.sims_syllabus_lesson_plan_no_of_weekly_test&&null==t.sims_syllabus_lesson_plan_no_of_weekly_test&&"undefined"==t.sims_syllabus_lesson_plan_no_of_weekly_test&&""==t.sims_syllabus_lesson_plan_no_of_weekly_test||(t.sims_syllabus_lesson_plan_no_of_weekly_test=parseInt(t.sims_syllabus_lesson_plan_no_of_weekly_test));for(var e=[],a=t.sims_section_code.split(","),o=0;o<a.length-1;o++){var s={sims_cur_code:t.sims_cur_code,sims_academic_year:t.sims_academic_year,sims_grade_code:t.sims_grade_code,sims_section_code:a[o],sims_subject_code:t.sims_subject_code,sims_syllabus_code:t.sims_syllabus_code,sims_syllabus_lesson_plan_code:t.sims_syllabus_lesson_plan_code,sims_syllabus_lesson_plan_description:t.sims_syllabus_lesson_plan_description,sims_syllabus_lesson_plan_no_of_periods:t.sims_syllabus_lesson_plan_no_of_periods,sims_syllabus_lesson_plan_no_of_exercise:t.sims_syllabus_lesson_plan_no_of_exercise,sims_syllabus_lesson_plan_no_of_activity:t.sims_syllabus_lesson_plan_no_of_activity,sims_syllabus_lesson_plan_no_of_homework:t.sims_syllabus_lesson_plan_no_of_homework,sims_syllabus_lesson_plan_no_of_weekly_test:t.sims_syllabus_lesson_plan_no_of_weekly_test,sims_syllabus_lesson_plan_addl_requirement:t.sims_syllabus_lesson_plan_addl_requirement,sims_syllabus_lesson_plan_creation_date:t.sims_syllabus_lesson_plan_creation_date,sims_syllabus_lesson_plan_created_by:t.sims_syllabus_lesson_plan_created_by,sims_syllabus_lesson_plan_approval_date:t.sims_syllabus_lesson_plan_approval_date,sims_syllabus_lesson_plan_approved_by:t.sims_syllabus_lesson_plan_approved_by,sims_syllabus_lesson_plan_approval_remark:t.sims_syllabus_lesson_plan_approval_remark,sims_syllabus_lesson_plan_attr1:t.sims_syllabus_lesson_plan_attr1,sims_syllabus_lesson_plan_attr2:t.sims_syllabus_lesson_plan_attr2,sims_syllabus_lesson_plan_attr3:t.sims_syllabus_lesson_plan_attr3,sims_syllabus_lesson_plan_attr4:t.sims_syllabus_lesson_plan_attr4,sims_syllabus_lesson_plan_attr5:t.sims_syllabus_lesson_plan_attr5,sims_syllabus_lesson_plan_status:t.sims_syllabus_lesson_plan_status,sims_syllabus_lesson_plan_doc_path:t.sims_syllabus_lesson_plan_doc_path,sims_syllabus_lesson_plan_doc_status:t.sims_syllabus_lesson_plan_doc_status,sims_syllabus_lesson_plan_doc_upload_date:t.sims_syllabus_lesson_plan_doc_upload_date,sims_syllabus_lesson_plan_doc_uploaded_by:t.sims_syllabus_lesson_plan_doc_uploaded_by,sims_month_code:t.sims_month_code,opr:"LI"};e.push(s)}i.post(d.apiUrl+"api/syllabus_lesson/CUDsyllabus_Topic_Sub_Topics_lesson_compose",e).then(function(e){1==e.data?(t={},n.lesson_plan=[],swal({text:"Lesson Plan Composed Successfully",imageUrl:"assets/img/check.png",width:320,showCloseButton:!0})):swal({text:"Lesson Plan Not Composed. ",imageUrl:"assets/img/close.png",width:320,showCloseButton:!0})})},n.Getsyllabus_Approve_data=function(e){n.Approve_plan=[],n.busy=!0,n.printdata={},n.printdata.month_name=e.month_name,n.printdata.Academic_year=e.sims_academic_year_description,n.printdata.Subject=e.sims_subject_name,n.printdata.GardeSecton=e.sims_grade_name+"/"+e.sims_section_name,n.Preparedby=e.sims_syllabus_created_name,n.Approvedby=e.sims_syllabus_approved_name,angular.isUndefined(n.lesson_approvaled_data)&&(n.lesson_approvaled_data=[]);for(var t=0;t<n.lesson_approvaled_data.length;t++)e.sims_grade_code==n.lesson_approvaled_data[t].sims_grade_code&&e.sims_subject_code==n.lesson_approvaled_data[t].sims_subject_code&&e.sims_month_code==n.lesson_approvaled_data[t].sims_month_code?n.lesson_approvaled_data[t].row_color="#fef8ae":n.lesson_approvaled_data[t].row_color="White";e.lesson_user=_,i.post(d.apiUrl+"api/syllabus_lesson/syllabus_Topic_Sub_Topics_lesson_Approve",e).then(function(e){0<e.data.length?n.Approve_plan=e.data:swal({text:"Data Not Found",width:320,showCloseButton:!0}),n.busy=!1})},n.Cancel_Approve_data=function(){n.edt.sims_grade_code="",n.edt.sims_section_code="",n.edt.sims_subject_code="",n.edt.sims_syllabus_start_date="",n.edt.sims_syllabus_end_date=""},n.Reset_All_Data=function(){n.Approve_plan=[]},n.Approved_lesson_plan_data=function(e){e.sims_syllabus_lesson_plan_approval_date=n.doc_date,e.sims_syllabus_lesson_plan_approved_by=_,e.sims_syllabus_lesson_plan_status="P";for(var t=e.sims_section_code.split(","),a=[],o=0;o<t.length-1;o++){var s={sims_cur_code:e.sims_cur_code,sims_academic_year:e.sims_academic_year,sims_grade_code:e.sims_grade_code,sims_section_code:t[o],sims_subject_code:e.sims_subject_code,sims_syllabus_code:e.sims_syllabus_code,sims_syllabus_lesson_plan_code:e.sims_syllabus_lesson_plan_code,sims_syllabus_lesson_plan_approval_date:e.sims_syllabus_lesson_plan_approval_date,sims_syllabus_lesson_plan_approved_by:e.sims_syllabus_lesson_plan_approved_by,sims_syllabus_lesson_plan_approval_remark:e.sims_syllabus_lesson_plan_approval_remark,sims_syllabus_lesson_plan_status:e.sims_syllabus_lesson_plan_status,sims_syllabus_lesson_plan_created_by:e.sims_syllabus_lesson_plan_created_by,sims_month_code:e.sims_month_code};a.push(s)}i.post(d.apiUrl+"api/syllabus_lesson/CUD_syllabus_Topic_Sub_Topics_lesson_Approve",a).then(function(e){1==e.data?(n.lesson_approval_data=[],n.Approve_plan=[],swal({text:"Lesson Plan Approved Successfully",imageUrl:"assets/img/check.png",width:320,showCloseButton:!0})):swal({text:"Lesson Plan Not Approved. ",imageUrl:"assets/img/close.png",width:320,showCloseButton:!0})})},n.Reject_lesson_plan_data=function(t){t.sims_syllabus_lesson_plan_approval_date=n.doc_date,t.sims_syllabus_lesson_plan_approved_by=_,t.sims_syllabus_lesson_plan_status="R";for(var e=t.sims_section_code.split(","),a=[],o=0;o<e.length-1;o++){var s={sims_cur_code:t.sims_cur_code,sims_academic_year:t.sims_academic_year,sims_grade_code:t.sims_grade_code,sims_section_code:e[o],sims_subject_code:t.sims_subject_code,sims_syllabus_code:t.sims_syllabus_code,sims_syllabus_lesson_plan_code:t.sims_syllabus_lesson_plan_code,sims_syllabus_lesson_plan_approval_date:t.sims_syllabus_lesson_plan_approval_date,sims_syllabus_lesson_plan_approved_by:t.sims_syllabus_lesson_plan_approved_by,sims_syllabus_lesson_plan_approval_remark:t.sims_syllabus_lesson_plan_approval_remark,sims_syllabus_lesson_plan_status:t.sims_syllabus_lesson_plan_status,sims_syllabus_lesson_plan_created_by:t.sims_syllabus_lesson_plan_created_by,sims_month_code:t.sims_month_code};a.push(s)}i.post(d.apiUrl+"api/syllabus_lesson/CUD_syllabus_Topic_Sub_Topics_lesson_Approve",a).then(function(e){1==e.data?(t={},swal({text:"Lesson Plan Rejected.",imageUrl:"assets/img/check.png",width:320,showCloseButton:!0})):swal({text:"Lesson Plan Not Rejected. ",imageUrl:"assets/img/close.png",width:320,showCloseButton:!0})})},n.New=function(){document.getElementById("mainchk").checked=!1,n.edt={},n.savebtn=!0,n.Grid=!1,n.edt.sims_cur_code=n.curriculum[0].sims_cur_code,n.getacyr(n.curriculum[0].sims_cur_code),n.Check_Multiple_Record()},n.Unit_table=!1,n.Edit=function(e){var t=document.getElementById("mainchkunit");if(1==t.checked&&(t.checked=!1),"New"==e.unitvalues)n.savebtndisunit=!1,n.savebtn=!0,n.disabled1=!0,n.unit.sims_syllabus_unit_name="",n.unit.sims_syllabus_unit_short_desc="";else{n.disabled1=!1,n.Unit_table=!0;for(var a=n.edt.sims_section_code1="",o=0;o<n.edt.sims_section_code.length;o++)a=a+n.edt.sims_section_code[o]+",";n.edt.sims_section_code1=a,n.edt.lesson_user=_,n.syllabus_Units=[],i.post(d.apiUrl+"api/syllabus_lesson/syllabus_Unit",n.edt).then(function(e){null!==e.data?(n.syllabus_Units=e.data,n.getunitsname()):swal({text:"Sorry Data Not Found",imageUrl:"assets/img/close.png"})})}},n.mdata=[],n.mdata.push({}),n.ADD_data=function(){n.mdata.push({})},n.glbl_remove=function(e,t){t.splice(e,1)},n.Submit=function(e){if(e){for(var t=[],a=0;a<n.edt.sims_section_code.length;a++){var o={};o.sims_cur_code=n.edt.sims_cur_code,o.sims_academic_year=n.edt.sims_academic_year,o.sims_grade_code=n.edt.sims_grade_code,o.sims_section_code=n.edt.sims_section_code[a],o.sims_subject_code=n.edt.sims_subject_code,o.sims_syllabus_code=n.edt.sims_syllabus_code,o.sims_month_code=n.edt.sims_month_code,o.sims_syllabus_start_date=n.edt.sims_syllabus_start_date,o.sims_syllabus_end_date=n.edt.sims_syllabus_end_date,o.sims_syllabus_remark=n.edt.sims_syllabus_remark,o.sims_syllabus_creation_date=n.edt.sims_syllabus_creation_date,o.sims_syllabus_created_by=n.edt.sims_syllabus_created_by,o.sims_syllabus_status=n.edt.sims_syllabus_status,o.opr="I",t.push(o)}i.post(d.apiUrl+"api/syllabus_lesson/CUDsyllabuslesson",t).then(function(e){1==e.data?(swal({text:"Lesson Plan Created Successfully",imageUrl:"assets/img/check.png",width:320,showCloseButton:!0}),i.get(d.apiUrl+"api/syllabus_lesson/Get_syllabus_lesson").then(function(e){null!==e.data?(n.Grid=!0,n.obj=e.data,n.totalItems=n.obj.length,n.todos=n.obj,n.makeTodos()):swal({text:"Sorry Data Not Found",imageUrl:"assets/img/close.png",width:320,showCloseButton:!0})})):swal({text:"Lesson Plan Not Created. ",imageUrl:"assets/img/close.png",width:320,showCloseButton:!0})})}},n.Update=function(){n.edt.opr="U",i.post(d.apiUrl+"api/syllabus_lesson/CUDUpdatesyllabuslesson",n.edt).then(function(e){1==e.data?(swal({text:"Lesson Plan Updated Successfully",imageUrl:"assets/img/check.png",width:320,showCloseButton:!0}),n.Getsyllabus()):0==e.data?swal({text:"Lesson Plan Not Updated. ",imageUrl:"assets/img/close.png",width:320,showCloseButton:!0}):swal("Error-"+e.data)})},n.DeleteRecord=function(){n.deleteobject=[];for(var e=0;e<n.Get_syllabus_lesson.length;e++)1==n.Get_syllabus_lesson[e].syllabus_status&&(n.Get_syllabus_lesson[e].opr="D",n.deleteobject.push(n.Get_syllabus_lesson[e]));0<n.deleteobject.length?swal({text:"Are you sure,you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){e&&i.post(d.apiUrl+"api/syllabus_lesson/CUDeletesyllabuslesson",n.deleteobject).then(function(e){if(1==e.data){swal({text:"Record Deleted Successfully",imageUrl:"assets/img/check.png",width:320,showCloseButton:!0});var t=document.getElementById("mainchk");1==t.checked&&(t.checked=!1),n.Getsyllabus()}else if(0==e.data){swal({text:"Record Not Deleted. ",imageUrl:"assets/img/close.png",width:320,showCloseButton:!0});for(var a=0;a<n.Get_syllabus_lesson.length;a++)n.Get_syllabus_lesson[a].ischecked=!1}else swal("Error-"+e.data)})}):swal({text:"Select Atleast One Record To Delete",imageUrl:"assets/img/notification-alert.png",width:320,showCloseButton:!0})},n.DeleteRecordunit=function(){n.deleteobject=[];for(var e=0;e<n.syllabus_Units.length;e++)1==n.syllabus_Units[e].syllabus_status_unit&&n.deleteobject.push(n.syllabus_Units[e]);0<n.deleteobject.length?i.post(d.apiUrl+"api/syllabus_lesson/CUDeletesyllabuslessonUnit",n.deleteobject).then(function(e){if(1==e.data)swal({text:"Record Deleted Successfully",imageUrl:"assets/img/check.png",width:320,showCloseButton:!0}),n.Edit(n.edt);else if(0==e.data){swal({text:"Record Not Deleted. ",imageUrl:"assets/img/close.png",width:320,showCloseButton:!0});for(var t=0;t<n.syllabus_Units.length;t++)1==n.syllabus_Units[t].syllabus_status_unit&&(n.syllabus_Units[t].syllabus_status_unit=!1)}else swal("Error-"+e.data)}):swal({text:"Select Atleast One Unit To Delete",imageUrl:"assets/img/notification-alert.png",width:320,showCloseButton:!0}),n.DeleteRecordunitTopic()},n.DeleteRecordunitTopic=function(){n.deleteobject=[];for(var e=0;e<n.syllabus_uint_topic_name.length;e++)1==n.syllabus_uint_topic_name[e].syllabus_status_topic&&n.deleteobject.push(n.syllabus_uint_topic_name[e]);0<n.deleteobject.length?i.post(d.apiUrl+"api/syllabus_lesson/CUDeletesyllabuslessonUnitTopic",n.deleteobject).then(function(e){if(1==e.data)swal({text:"Record Deleted Successfully",imageUrl:"assets/img/check.png",width:320,showCloseButton:!0}),n.Get_Existing_Topic_Name();else if(0==e.data){swal({text:"Record Not Deleted. ",imageUrl:"assets/img/close.png",width:320,showCloseButton:!0});for(var t=0;t<n.syllabus_uint_topic_name.length;t++)1==n.syllabus_uint_topic_name[t].syllabus_status_topic&&(n.syllabus_uint_topic_name[t].syllabus_status_topic=!1)}else swal("Error-"+e.data)}):swal({text:"Select Atleast One Topic To Delete",imageUrl:"assets/img/notification-alert.png",width:320,showCloseButton:!0})},$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0}),$(document).on("touch click",'*[data-datepicker="true"] .add-on',function(e){$('input[type="text"]',$(this).parent()).focus()}),a(function(){$("#fixTable").tableHeadFixer({top:1}),$("#fixTable1").tableHeadFixer({top:1})},100),n.flag=!0,n.expand=function(e,t){if(1==n.flag)$(s).remove(),e.icon="fa fa-minus-circle",s=$("<tr id='innerRow'><td class='details' colspan='11'><table class='inner-table1' cellpadding='5' cellspacing='0'  style='width:100%;border:solid;border-width:02px'><tbody><tr> <td class='semi-bold'>Created By</td> <td class='semi-bold'>Remark </td><td class='semi-bold'>Syllabus Start Date</td><td class='semi-bold'>Syllabus End Date</td></tr><tr> <td>"+e.sims_syllabus_created_by+"</td> <td>"+e.sims_syllabus_remark+" </td><td>"+e.sims_syllabus_start_date+"</td><td>"+e.sims_syllabus_end_date+"</td></tr> </table></td></tr>"),$(t.currentTarget).parents("tr").after(s),n.flag=!1;else{$("#innerRow").css({display:"none"});for(var a=0;a<n.filteredTodos.length;a++)n.filteredTodos[a].icon="fa fa-plus-circle";n.flag=!0}},n.SelectAllUnit=function(e){if(0<e.unit_lst.length)for(var t=0;t<e.unit_lst.length;t++){0==e.unit_lst[t].unit_topic.length&&(e.unit_lst[t].unit_topic=[]);for(var a=0;a<e.unit_lst[t].unit_topic.length;a++)1==e.ischecked?(e.unit_lst[t].ischecked=!0,e.unit_lst[t].unit_topic[a].ischecked=!0):(e.unit_lst[t].ischecked=!1,e.unit_lst[t].unit_topic[a].ischecked=!1)}},n.print=function(e){var t=document.head.outerHTML,e=document.getElementById(e).outerHTML,a=window.open("","_blank","location=yes, statusbar=no, menubar=no, titlebar=no, toolbar=no,dependent=no, width=800, height=600, resizable=yes, screenX=250, screenY=10, personalbar=no, scrollbars=yes"),o=a.document;o.open(),o.write("<!doctype html><html>"+t+'<body onLoad="window.print()">'+e+"</body></html>"),o.close(),a.focus()},n.SelectMultipleRecords=function(){for(var e=document.getElementById("mainchk"),t=0;t<n.Get_syllabus_lesson.length;t++)1==e.checked?n.Get_syllabus_lesson[t].syllabus_status=!0:n.Get_syllabus_lesson[t].syllabus_status=!1},n.gethidesyllabus=function(){n.savebtndissyll=!1;for(var e=n.edt.sims_section_code1="",t=0;t<n.edt.sims_section_code.length;t++)e=e+n.edt.sims_section_code[t]+",";n.edt.sims_section_code1=e,n.edt.lesson_user=_,i.post(d.apiUrl+"api/syllabus_lesson/syllabus_lesson",n.edt).then(function(e){n.Get_syllabus_lesson=e.data,n.getunitsname()})},n.getunitsname=function(){i.post(d.apiUrl+"api/syllabus_lesson/syllabus_lesson_uint_name",n.edt).then(function(e){n.syllabus_uint_name=e.data})},n.Unit_topic_table=!1,n.Get_Existing_Topic_Name=function(e){var t=document.getElementById("mainchktopic");1==t.checked&&(t.checked=!1),"New"==e?(n.savebtndistopic=!1,n.unitdisabled=!0,n.topic.sims_syllabus_unit_topic_name="",n.topic.sims_syllabus_unit_topic_short_desc="",n.savebtn=!0):(n.unitdisabled=!1,n.savebtn=!1,n.Unit_topic_table=!0,i.post(d.apiUrl+"api/syllabus_lesson/syllabus_Topic",n.edt).then(function(e){n.syllabus_uint_topic_name=e.data}))},n.SelectMultipleRecordsUnit=function(){for(var e=document.getElementById("mainchkunit"),t=0;t<n.syllabus_Units.length;t++)1==e.checked?n.syllabus_Units[t].syllabus_status_unit=!0:n.syllabus_Units[t].syllabus_status_unit=!1},n.SelectMultipleRecordsUnitTopic=function(){for(var e=document.getElementById("mainchktopic"),t=0;t<n.syllabus_uint_topic_name.length;t++)1==e.checked?n.syllabus_uint_topic_name[t].syllabus_status_topic=!0:n.syllabus_uint_topic_name[t].syllabus_status_topic=!1}}])}(),function(){"use strict";var c,e=angular.module("sims.module.SchoolSetup");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("SyllabusUnitCreationCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(o,e,t,a,s,n,i){var d,_=t.globals.currentUser.username;o.busyindicator=!0,o.Grid=!0,o.pagesize="5",o.edt={},o.edt.sims_syllabus_status=!0,n.get(i.apiUrl+"api/common/getCuriculum").then(function(e){o.curriculum=e.data,o.edt.sims_cur_code=o.curriculum[0].sims_cur_code,o.getacyr(o.curriculum[0].sims_cur_code)}),o.getacyr=function(t){o.cur_code=t,n.get(i.apiUrl+"api/common/getAcademicYear?curCode="+t).then(function(e){o.Academic_year=e.data,o.edt.sims_academic_year=o.Academic_year[0].sims_academic_year,o.getsections(t,o.Academic_year[0].sims_academic_year)})},o.getsection=function(e,t,a){n.get(i.apiUrl+"api/StudentSectionSubject/getsection_name?curcode="+e+"&academicyear="+t+"&gradecode="+a+"&login_user="+_).then(function(e){o.section1=e.data})},o.getsections=function(e,t){n.get(i.apiUrl+"api/StudentSectionSubject/getgrade_name?curcode="+e+"&academicyear="+t+"&login_user="+_).then(function(e){o.grade=e.data})},o.get=function(e){n.get(i.apiUrl+"api/StudentSectionSubject/getSectionsubject_name?curcode="+o.edt.sims_cur_code+"&gradecode="+o.edt.sims_grade_code+"&academicyear="+o.edt.sims_academic_year+"&section="+o.edt.sims_section_code+"&login_user="+_).then(function(e){o.cmb_subject_name=e.data})},o.getsyllabuscodes=function(){n.post(i.apiUrl+"api/syllabus_lesson/syllabus_code",o.edt).then(function(e){o.syllabus_object=e.data})},n.get(i.apiUrl+"api/syllabus_lesson/Get_syllabus_lesson").then(function(e){null!==e.data?(o.obj=e.data,console.log(o.obj),o.totalItems=o.obj.length,o.todos=o.obj,o.makeTodos()):swal({text:"Sorry Data Not Found",imageUrl:"assets/img/close.png"})}),o.SyllabusCreationShow=function(e){o.headcolor=e,o.syllabusscreen=!0,o.Unitscreen=!1,o.Topicscreen=!1,o.SubTopicscreen=!1},o.UnitCreationShow=function(e){o.headcolor=e,o.syllabusscreen=!1,o.Unitscreen=!0,o.Topicscreen=!1,o.SubTopicscreen=!1},o.TopicCreationShow=function(e){o.headcolor=e,o.syllabusscreen=!1,o.Unitscreen=!1,o.Topicscreen=!0,o.SubTopicscreen=!1},o.SubTopicCreationShow=function(e){o.headcolor=e,o.syllabusscreen=!1,o.Unitscreen=!1,o.Topicscreen=!1,o.SubTopicscreen=!0},o.filteredTodos=[],o.currentPage=1,o.numPerPage=5,o.maxSize=5,o.makeTodos=function(){var e=parseInt(o.totalItems%o.numPerPage),e=(o.pagersize="0"==e?parseInt(o.totalItems/o.numPerPage):parseInt(o.totalItems/o.numPerPage)+1,(o.currentPage-1)*o.numPerPage),t=parseInt(e)+parseInt(o.numPerPage);o.filteredTodos=angular.copy(o.todos.slice(e,t));for(var a=0;a<o.filteredTodos.length;a++)o.filteredTodos[a].icon="fa fa-plus-circle"},o.Show_Data=function(){o.busyindicator=!1,null==o.edt.sims_subject_code&&(o.edt.sims_subject_code=""),n.get(i.apiUrl+"api/StudentSectionSubject/getStudentName?curcode="+o.edt.sims_cur_code+"&gradecode="+o.edt.sims_grade_code+"&academicyear="+o.edt.sims_academic_year+"&section="+o.edt.sims_subject_code+"&subcode="+o.edt.sims_subject_code).then(function(e){o.SectionStudent=e.data,o.busyindicator=!0})},o.New=function(){(c=document.getElementById("mainchk")).checked=!1,o.edt={},o.savebtn=!0,o.Grid=!1,o.edt.sims_cur_code=o.curriculum[0].sims_cur_code,o.getacyr(o.curriculum[0].sims_cur_code),o.Check_Multiple_Record()},o.Edit=function(e){o.edt=angular.copy(e),o.savebtn=!1,o.Grid=!1,(c=document.getElementById("mainchk")).checked=!1,o.getsection(e.sims_cur_code,e.sims_academic_year,e.sims_grade_code),o.get(e.sims_section_code),o.Check_Multiple_Record()},o.Check_Single_Record=function(e,t){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),o.color="#edefef"}),1==(c=document.getElementById("mainchk")).checked&&(c.checked=!1)},o.Check_Multiple_Record=function(){c=document.getElementById("mainchk");for(var e=0;e<o.filteredTodos.length;e++)1==c.checked?(o.filteredTodos[e].sims_status=!0,$("tr").addClass("row_selected")):(o.filteredTodos[e].sims_status=!1,$("tr").removeClass("row_selected"))},o.btn_cancel_Click=function(){o.Grid=!0,o.SyllabusDetails.$setUntouched(),o.SyllabusDetails.$setPristine()},o.Submit=function(e){e&&((e={}).sims_cur_code=o.edt.sims_cur_code,e.sims_academic_year=o.edt.sims_academic_year,e.sims_grade_code=o.edt.sims_grade_code,e.sims_section_code=o.edt.sims_section_code,e.sims_subject_code=o.edt.sims_subject_code,e.sims_syllabus_code=o.edt.sims_syllabus_code,e.sims_syllabus_description=o.edt.sims_syllabus_description,e.sims_syllabus_start_date=o.edt.sims_syllabus_start_date,e.sims_syllabus_end_date=o.edt.sims_syllabus_end_date,e.sims_syllabus_remark=o.edt.sims_syllabus_remark,e.sims_syllabus_creation_date=o.edt.sims_syllabus_creation_date,e.sims_syllabus_created_by=o.edt.sims_syllabus_created_by,e.sims_syllabus_status=o.edt.sims_syllabus_status,e.opr="I",n.post(i.apiUrl+"api/syllabus_lesson/CUDsyllabuslesson",e).then(function(e){1==e.data?(swal({text:"Syllabus Created Successfully",imageUrl:"assets/img/check.png",width:320,showCloseButton:!0}),n.get(i.apiUrl+"api/syllabus_lesson/Get_syllabus_lesson").then(function(e){null!==e.data?(o.Grid=!0,o.obj=e.data,o.totalItems=o.obj.length,o.todos=o.obj,o.makeTodos()):swal({text:"Sorry Data Not Found",imageUrl:"assets/img/close.png",width:320,showCloseButton:!0})})):swal({text:"Syllabus Not Created. ",imageUrl:"assets/img/close.png",width:320,showCloseButton:!0})}))},o.Update=function(){o.edt.opr="U",n.post(i.apiUrl+"api/syllabus_lesson/CUDsyllabuslesson",o.edt).then(function(e){1==e.data?(swal({text:"Syllabus Updated Successfully",imageUrl:"assets/img/check.png",width:320,showCloseButton:!0}),n.get(i.apiUrl+"api/syllabus_lesson/Get_syllabus_lesson").then(function(e){null!==e.data?(o.Grid=!0,o.obj=e.data,o.totalItems=o.obj.length,o.todos=o.obj,o.makeTodos()):swal({text:"Sorry Data Not Found",imageUrl:"assets/img/close.png",width:320,showCloseButton:!0})})):0==e.data?swal({text:"Syllabus Not Updated. ",imageUrl:"assets/img/close.png",width:320,showCloseButton:!0}):swal("Error-"+e.data)})},o.DeleteRecord=function(){o.deleteobject=[];for(var e=0;e<o.filteredTodos.length;e++)1==o.filteredTodos[e].sims_status&&o.deleteobject.push(o.filteredTodos[e]);0<o.deleteobject.length?swal({text:"Are you sure? you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){e?n.post(i.apiUrl+"api/syllabus_lesson/CUDeletesyllabuslesson",o.deleteobject).then(function(e){1==e.data?(swal({text:"Record Deleted Successfully",imageUrl:"assets/img/check.png",width:320,showCloseButton:!0}),n.get(i.apiUrl+"api/syllabus_lesson/Get_syllabus_lesson").then(function(e){null!==e.data?(o.Grid=!0,o.obj=e.data,o.totalItems=o.obj.length,o.todos=o.obj,o.makeTodos()):swal({text:"Sorry Data Not Found. ",imageUrl:"assets/img/close.png",width:320,showCloseButton:!0})})):0==e.data?swal({text:"Record Not Deleted. ",imageUrl:"assets/img/close.png",width:320,showCloseButton:!0}):swal("Error-"+e.data)}):(c.checked=!1,o.Check_Multiple_Record())}):swal({text:"Select Atleast One Record To Delete",imageUrl:"assets/img/notification-alert.png",width:320,showCloseButton:!0})},o.size=function(e){(c=document.getElementById("mainchk")).checked=!1,o.pagesize=e,o.currentPage=1,o.numPerPage=e,o.makeTodos()},o.index=function(e){(c=document.getElementById("mainchk")).checked=!1,o.pageindex=e,o.currentPage=e,o.makeTodos()},$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0}),$(document).on("touch click",'*[data-datepicker="true"] .add-on',function(e){$('input[type="text"]',$(this).parent()).focus()}),a(function(){$("#fixTable").tableHeadFixer({top:1})},100),o.flag=!0,o.expand=function(e,t){if(1==o.flag)$(d).remove(),e.icon="fa fa-minus-circle",d=$("<tr id='innerRow'><td class='details' colspan='11'><table class='inner-table1' cellpadding='5' cellspacing='0'  style='width:100%;border:solid;border-width:02px'><tbody><tr> <td class='semi-bold'>Created By</td> <td class='semi-bold'>Remark </td><td class='semi-bold'>Syllabus Start Date</td><td class='semi-bold'>Syllabus End Date</td></tr><tr> <td>"+e.sims_syllabus_created_by+"</td> <td>"+e.sims_syllabus_remark+" </td><td>"+e.sims_syllabus_start_date+"</td><td>"+e.sims_syllabus_end_date+"</td></tr> </table></td></tr>"),$(t.currentTarget).parents("tr").after(d),o.flag=!1;else{$("#innerRow").css({display:"none"});for(var a=0;a<o.filteredTodos.length;a++)o.filteredTodos[a].icon="fa fa-plus-circle";o.flag=!0}}}])}(),function(){"use strict";var e=angular.module("sims.module.SchoolSetup"),r=(e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.directive("ngFiles",["$parse",function(s){return{link:function(t,e,a){var o=s(a.ngFiles);e.on("change",function(e){o(t,{$files:e.target.files})})}}}]),new FormData);e.controller("SyllabusCreationCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(n,e,t,a,o,i,d){var s,_=t.globals.currentUser.username,t=(n.School_Logo=n.obj1.lic_school_logo,n.School_Name=n.obj1.lic_school_name,n.schoolLogoImg=d.docUrl+i.defaults.headers.common.schoolId+"/Images/SchoolLogo/"+n.School_Logo,new Date),c=t.getMonth()+1,l=t.getDate(),l=(n.doc_date=(l=l<10?"0"+l:l)+"-"+(c=c<10?"0"+c:c)+"-"+t.getFullYear(),n.busyindicator=!0,n.headcolor="1",n.syllabusnames=!0,n.syllabusscreen=!0,n.Grid=!0,n.savebtn=!0,n.pagesize="5",n.Expand2=!0,n.Expand1=!0,n.busy=!1,n.savebtndissyll=!0,n.savebtndisunit=!0,n.savebtndistopic=!0,n.edt={},n.unit={},n.topic={},n.sub_topic={},n.edt.sims_syllabus_status=!0,n.unit.sims_syllabus_unit_status=!0,n.topic.sims_syllabus_unit_topic_status=!0,n.topic.sims_syllabus_unit_sub_topic_status=!0,n.edt.sims_syllabus_created_by=_,n.sub_topic.sims_syllabus_unit_sub_topic_created_by=_,n.unit.sims_syllabus_unit_created_by=_,n.topic.sims_syllabus_unit_topic_created_by=_,n.edt.sims_syllabus_creation_date=n.doc_date,n.unit.sims_syllabus_unit_creation_date=n.doc_date,n.topic.sims_syllabus_unit_topic_creation_date=n.doc_date,n.sub_topic.sims_syllabus_unit_sub_topic_creation_date=n.doc_date,i.defaults.headers.common.schoolId);n.path1=d.docUrl+l+"/Images/Syllabus/",i.get(d.apiUrl+"api/common/getCuriculum").then(function(e){n.curriculum=e.data,n.edt.sims_cur_code=n.curriculum[0].sims_cur_code,n.getacyr(n.curriculum[0].sims_cur_code)}),n.getacyr=function(e){n.cur_code=e,i.get(d.apiUrl+"api/common/getAcademicYear?curCode="+e).then(function(e){n.Academic_year=e.data,n.edt.sims_academic_year=n.Academic_year[0].sims_academic_year,n.get()})},$(function(){$("#cmb_grade").multipleSelect({width:"100%"})}),n.MonthObject=[{month_name:"April",month_code:"4"},{month_name:"May",month_code:"5"},{month_name:"June",month_code:"6"},{month_name:"July",month_code:"7"},{month_name:"August",month_code:"8"},{month_name:"September",month_code:"9"},{month_name:"October",month_code:"10"},{month_name:"November",month_code:"11"},{month_name:"December",month_code:"12"},{month_name:"January",month_code:"1"},{month_name:"February",month_code:"2"},{month_name:"March",month_code:"3"}],n.getsection=function(){var e={sims_cur_code:n.edt.sims_cur_code,sims_academic_year:n.edt.sims_academic_year,sims_subject_code:n.edt.sims_subject_code,sims_grade_code:n.edt.sims_grade_code,lesson_user:_};i.post(d.apiUrl+"api/syllabus_lesson/syllabus_section",e).then(function(e){n.section1=e.data,setTimeout(function(){$("#cmb_grade").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"})},1e3)})},n.getsections=function(){var e={sims_cur_code:n.edt.sims_cur_code,sims_academic_year:n.edt.sims_academic_year,sims_subject_code:n.edt.sims_subject_code,lesson_user:_};i.post(d.apiUrl+"api/syllabus_lesson/syllabus_grade",e).then(function(e){n.grade=e.data})},n.get=function(e){var t={sims_cur_code:n.edt.sims_cur_code,sims_academic_year:n.edt.sims_academic_year,lesson_user:_};i.post(d.apiUrl+"api/syllabus_lesson/syllabus_subject",t).then(function(e){n.cmb_subject_name=e.data})},n.syllabus_table=!1,n.closesyllabus_table=function(){n.syllabus_table=!1},n.closesyllabus_table_topic=function(){n.Unit_topic_table=!1},n.closesyllabus_table_unit=function(){n.Unit_table=!1},n.Getsyllabus=function(){n.savebtndissyll=!1;for(var e=n.edt.sims_section_code1="",t=0;t<n.edt.sims_section_code.length;t++)e=e+n.edt.sims_section_code[t]+",";n.edt.sims_section_code1=e,n.syllabus_table=!0,n.edt.lesson_user=_,i.post(d.apiUrl+"api/syllabus_lesson/syllabus_lesson",n.edt).then(function(e){null!==e.data?n.Get_syllabus_lesson=e.data:swal({text:"Sorry Data Not Found"})})},n.SyllabusCreationShow=function(e){n.headcolor=e,n.syllabusscreen=!0,n.Unitscreen=!1,n.Topicscreen=!1,n.SubTopicscreen=!1,n.savebtn=!0,n.syllabusnames=!0,n.ComposeSessonscreen=!1,n.ApproveLessonscreen=!1,n.viewApproveLessonscreen=!1},n.UnitCreationShow=function(e){n.headcolor=e,n.syllabusscreen=!1,n.Unitscreen=!0,n.Topicscreen=!1,n.SubTopicscreen=!1,n.savebtn=!0,n.syllabusnames=!0,n.ComposeSessonscreen=!1,n.ApproveLessonscreen=!1,n.viewApproveLessonscreen=!1},n.TopicCreationShow=function(e){n.headcolor=e,n.syllabusscreen=!1,n.Unitscreen=!1,n.Topicscreen=!0,n.SubTopicscreen=!1,n.savebtn=!0,n.syllabusnames=!0,n.ComposeSessonscreen=!1,n.ApproveLessonscreen=!1,n.viewApproveLessonscreen=!1,n.btn_topic_cancel_Click()},n.SubTopicCreationShow=function(e){n.headcolor=e,n.syllabusscreen=!1,n.Unitscreen=!1,n.Topicscreen=!1,n.SubTopicscreen=!0,n.savebtn=!0,n.syllabusnames=!0,n.ComposeSessonscreen=!1,n.viewApproveLessonscreen=!1,n.ApproveLessonscreen=!1},n.ComposeLessonShow=function(e){n.headcolor=e,n.syllabusscreen=!1,n.Unitscreen=!1,n.Topicscreen=!1,n.SubTopicscreen=!1,n.savebtn=!1,n.syllabusnames=!1,n.ComposeSessonscreen=!0,n.ApproveLessonscreen=!1,n.viewApproveLessonscreen=!1,n.lesson_plan=[],n.edt.lesson_user=_,i.post(d.apiUrl+"api/syllabus_lesson/syllabus_Topic_Sub_Topics_lesson_for_compose",n.edt).then(function(e){null!==e.data?n.lesson_for_compose=e.data:swal({text:"Record Not Found",imageUrl:"assets/img/close.png",width:300,height:200,showCloseButton:!0})})},n.ApproveLessonShow=function(e){n.headcolor=e,n.syllabusscreen=!1,n.Unitscreen=!1,n.Topicscreen=!1,n.SubTopicscreen=!1,n.savebtn=!1,n.syllabusnames=!1,n.ComposeSessonscreen=!1,n.ApproveLessonscreen=!0,n.viewApproveLessonscreen=!1,n.Approve_plan=[],i.get(d.apiUrl+"api/syllabus_lesson/get_syllabus_lesson_for_approval?user="+_).then(function(e){null!==e.data?n.lesson_approval_data=e.data:swal({text:"Data Not Found For Approval",imageUrl:"assets/img/close.png"})})},n.viewApproveLessonShow=function(e){n.printdata={},n.headcolor=e,n.syllabusscreen=!1,n.Unitscreen=!1,n.Topicscreen=!1,n.SubTopicscreen=!1,n.savebtn=!1,n.syllabusnames=!1,n.ComposeSessonscreen=!1,n.ApproveLessonscreen=!1,n.viewApproveLessonscreen=!0,n.Approve_plan=[],i.get(d.apiUrl+"api/syllabus_lesson/get_syllabus_lesson_for_approvaled?user="+_+"&sims_academic_year="+n.edt.sims_academic_year).then(function(e){null!==e.data?n.lesson_approvaled_data=e.data:swal({text:"Data Not Found",imageUrl:"assets/img/close.png"})})},n.Submit_unit_data=function(e){if(e){var t=n.unit.sims_syllabus_unit_name.split(",");n.saveunitobject=[];for(var a=0;a<n.edt.sims_section_code.length;a++)for(var o=0;o<t.length;o++){var s={};n.Get_syllabus_lesson.length>a&&(s.sims_cur_code=n.Get_syllabus_lesson[a].sims_cur_code,s.sims_academic_year=n.edt.sims_academic_year,s.sims_grade_code=n.edt.sims_grade_code,s.sims_section_code=n.Get_syllabus_lesson[a].sims_section_code,s.sims_subject_code=n.edt.sims_subject_code,s.sims_syllabus_code=n.edt.sims_syllabus_code,s.sims_syllabus_unit_code=n.unit.sims_syllabus_unit_code,s.sims_syllabus_unit_name=t[o],s.sims_syllabus_unit_short_desc=n.unit.sims_syllabus_unit_short_desc,s.sims_syllabus_unit_creation_date=n.unit.sims_syllabus_unit_creation_date,s.sims_syllabus_unit_created_by=n.unit.sims_syllabus_unit_created_by,s.sims_syllabus_unit_approval_date=n.unit.sims_syllabus_unit_approval_date,s.sims_syllabus_unit_approved_by=n.unit.sims_syllabus_unit_approved_by,s.sims_syllabus_unit_approvar_remark=n.unit.sims_syllabus_unit_approvar_remark,s.sims_syllabus_unit_status=n.unit.sims_syllabus_unit_status,s.sims_month_code=n.edt.sims_month_code,s.opr="IU",n.saveunitobject.push(s))}0<n.saveunitobject.length&&i.post(d.apiUrl+"api/syllabus_lesson/CUD_syllabus_Units",n.saveunitobject).then(function(e){1==e.data?(swal({text:"Unit Created Successfully",imageUrl:"assets/img/check.png",width:320,showCloseButton:!0}),n.unit.sims_syllabus_unit_name="",n.unit.sims_syllabus_unit_short_desc="",n.savebtndissyll=!0,n.unitDetails.$setPristine(),n.unitDetails.$setUntouched(),n.Edit(n.edt)):swal({text:"Unit Not Created",imageUrl:"assets/img/close.png",width:320,showCloseButton:!0})})}},n.Update_unit_data=function(){n.updatedataobject=[];for(var e,t=0;t<n.syllabus_Units.length;t++)n.syllabus_Units[t].syllabus_status_unit&&((e={}).sims_month_code=n.edt.sims_month_code,e.sims_cur_code=n.syllabus_Units[t].sims_cur_code,e.sims_academic_year=n.syllabus_Units[t].sims_academic_year,e.sims_grade_code=n.syllabus_Units[t].sims_grade_code,e.sims_section_code=n.syllabus_Units[t].sims_section_code,e.sims_subject_code=n.syllabus_Units[t].sims_subject_code,e.sims_syllabus_code=n.syllabus_Units[t].sims_syllabus_code,e.sims_syllabus_unit_code=n.syllabus_Units[t].sims_syllabus_unit_code,e.sims_syllabus_unit_name=n.unit.sims_syllabus_unit_name,e.sims_syllabus_unit_short_desc=n.unit.sims_syllabus_unit_short_desc,e.sims_syllabus_unit_creation_date=n.unit.sims_syllabus_unit_creation_date,e.sims_syllabus_unit_created_by=n.unit.sims_syllabus_unit_created_by,e.sims_syllabus_unit_status=n.unit.sims_syllabus_unit_status,e.opr="UU",n.updatedataobject.push(e));i.post(d.apiUrl+"api/syllabus_lesson/CUD_syllabus_Units",n.updatedataobject).then(function(e){1==e.data?(swal({text:"Unit Updated Successfully",width:320,showCloseButton:!0}),n.unit.sims_syllabus_unit_name="",n.unit.sims_syllabus_unit_short_desc="",n.unitDetails.$setUntouched(),n.unitDetails.$setPristine(),n.savebtn=!0,n.Edit(n.edt)):0==e.data?swal({text:"Unit Not Updated. ",width:320,showCloseButton:!0}):swal("Error-"+e.data)})},n.Editunit=function(e){1==n.disabled1?n.savebtn=!0:(n.savebtn=!1,n.unit=angular.copy(e),n.topic.sims_cur_code=e.sims_cur_code,n.topic.sims_academic_year=e.sims_academic_year,n.topic.sims_grade_code=e.sims_grade_code,n.topic.sims_section_code=e.sims_section_code,n.topic.sims_subject_code=e.sims_subject_code,n.topic.sims_syllabus_code=e.sims_syllabus_code,n.topic.sims_syllabus_unit_code=e.sims_syllabus_unit_code,n.topic.lesson_user=_)},n.Submit_topic_data=function(e){if(e){n.TopicDataObject=[];for(var t=0;t<n.edt.sims_section_code.length;t++){var a={};a.sims_cur_code=n.edt.sims_cur_code,a.sims_academic_year=n.edt.sims_academic_year,a.sims_grade_code=n.edt.sims_grade_code,a.sims_section_code=n.edt.sims_section_code[t],a.sims_subject_code=n.edt.sims_subject_code,a.sims_syllabus_unit_code=n.edt.sims_syllabus_unit_code,a.sims_syllabus_unit_topic_name=n.topic.sims_syllabus_unit_topic_name,a.sims_syllabus_unit_topic_short_desc=n.topic.sims_syllabus_unit_topic_short_desc,a.sims_syllabus_unit_topic_creation_date=n.topic.sims_syllabus_unit_topic_creation_date,a.sims_syllabus_unit_topic_created_by=n.topic.sims_syllabus_unit_topic_created_by,a.sims_syllabus_unit_topic_status=n.topic.sims_syllabus_unit_topic_status,a.sims_month_code=n.edt.sims_month_code,a.opr="TI",n.TopicDataObject.push(a)}0<n.TopicDataObject.length&&i.post(d.apiUrl+"api/syllabus_lesson/CUD_syllabus_Topics",n.TopicDataObject).then(function(e){1==e.data?(swal({text:"Topic Created Successfully",imageUrl:"assets/img/check.png",width:320,showCloseButton:!0}),n.topic.sims_syllabus_unit_topic_name="",n.topic.sims_syllabus_unit_topic_short_desc="",n.savebtndistopic=!0,n.Get_Existing_Topic_Name(n.edt)):swal({text:"Topic Not Created. ",imageUrl:"assets/img/close.png",width:320,showCloseButton:!0})})}},n.Update_topic_data=function(){n.topicUpdateObject=[];for(var e,t=0;t<n.syllabus_uint_topic_name.length;t++)1==n.syllabus_uint_topic_name[t].syllabus_status_topic&&((e={}).sims_cur_code=n.syllabus_uint_topic_name[t].sims_cur_code,e.sims_academic_year=n.syllabus_uint_topic_name[t].sims_academic_year,e.sims_grade_code=n.syllabus_uint_topic_name[t].sims_grade_code,e.sims_section_code=n.syllabus_uint_topic_name[t].sims_section_code,e.sims_subject_code=n.syllabus_uint_topic_name[t].sims_subject_code,e.sims_syllabus_code=n.syllabus_uint_topic_name[t].sims_syllabus_code,e.sims_month_code=n.edt.sims_month_code,e.sims_syllabus_unit_code=n.syllabus_uint_topic_name[t].sims_syllabus_unit_code,e.sims_syllabus_unit_topic_code=n.topic.sims_syllabus_unit_topic_code,e.sims_syllabus_unit_topic_name=n.topic.sims_syllabus_unit_topic_name,e.sims_syllabus_unit_topic_short_desc=n.topic.sims_syllabus_unit_topic_short_desc,e.sims_syllabus_unit_topic_creation_date=n.topic.sims_syllabus_unit_topic_creation_date,e.sims_syllabus_unit_topic_created_by=n.topic.sims_syllabus_unit_topic_created_by,e.sims_syllabus_unit_topic_status=n.topic.sims_syllabus_unit_topic_status,e.opr="TU",n.topicUpdateObject.push(e));i.post(d.apiUrl+"api/syllabus_lesson/CUD_syllabus_Topics",n.topicUpdateObject).then(function(e){1==e.data?(swal({text:"Topic Updated Successfully",imageUrl:"assets/img/check.png",width:320,showCloseButton:!0}),n.topic.sims_syllabus_unit_topic_name="",n.topic.sims_syllabus_unit_topic_short_desc="",n.TopicDetails.$setPristine(),n.TopicDetails.$setUntouched(),n.Get_Existing_Topic_Name()):0==e.data?swal({text:"Topic Not Updated. ",imageUrl:"assets/img/close.png",width:320,showCloseButton:!0}):swal("Error-"+e.data)})},n.btn_topic_cancel_Click=function(){n.topic.sims_syllabus_unit_topic_name="",n.topic.sims_syllabus_unit_topic_short_desc="",n.topic.sims_syllabus_unit_topic_creation_date=n.doc_date,n.topic.sims_syllabus_unit_topic_created_by=_,n.savebtn=!0},n.Edittopic=function(e){1==n.unitdisabled?scope.savebtn=!0:(n.topic=angular.copy(e),n.savebtn=!1)},n.Submit_Sub_topic_data=function(e){e&&((e={}).sims_cur_code=n.sub_topic.sims_cur_code,e.sims_academic_year=n.sub_topic.sims_academic_year,e.sims_grade_code=n.sub_topic.sims_grade_code,e.sims_section_code=n.sub_topic.sims_section_code,e.sims_subject_code=n.sub_topic.sims_subject_code,e.sims_syllabus_code=n.sub_topic.sims_syllabus_code,e.sims_syllabus_unit_code=n.sub_topic.sims_syllabus_unit_code,e.sims_syllabus_unit_topic_code=n.sub_topic.sims_syllabus_unit_topic_code,e.sims_syllabus_unit_sub_topic_code=n.sub_topic.sims_syllabus_unit_sub_topic_code,e.sims_syllabus_unit_sub_topic_name=n.sub_topic.sims_syllabus_unit_sub_topic_name,e.sims_syllabus_unit_sub_topic_short_desc=n.sub_topic.sims_syllabus_unit_sub_topic_short_desc,e.sims_syllabus_unit_sub_topic_creation_date=n.sub_topic.sims_syllabus_unit_sub_topic_creation_date,e.sims_syllabus_unit_sub_topic_created_by=n.sub_topic.sims_syllabus_unit_sub_topic_created_by,e.sims_syllabus_unit_sub_topic_status=n.sub_topic.sims_syllabus_unit_sub_topic_status,e.opr="IS",i.post(d.apiUrl+"api/syllabus_lesson/CUD_syllabus_Sub_Topics",e).then(function(e){1==e.data?swal({text:"Sub Topic Created Successfully",imageUrl:"assets/img/check.png",width:320,showCloseButton:!0}):swal({text:"Sub Topic Not Created. ",imageUrl:"assets/img/close.png",width:320,showCloseButton:!0})}))},n.Update_Sub_topic_data=function(){n.sub_topic.opr="US",i.post(d.apiUrl+"api/syllabus_lesson/CUD_syllabus_Sub_Topics",n.sub_topic).then(function(e){1==e.data?swal({text:"Sub Topic Updated Successfully",imageUrl:"assets/img/check.png",width:320,showCloseButton:!0}):0==e.data?swal({text:"Sub Topic Not Updated. ",imageUrl:"assets/img/close.png",width:320,showCloseButton:!0}):swal("Error-"+e.data)})},n.EditSubtopic=function(e){n.headcolor="4",n.syllabusscreen=!1,n.Unitscreen=!1,n.Topicscreen=!1,n.SubTopicscreen=!0,n.savebtn=!1,n.sub_topic=angular.copy(e)},n.link=function(e){window.open(n.path1+e,"_new")},n.btn_cancel_Click=function(){n.edt.sims_grade_code="",n.edt.sims_section_code="",n.edt.sims_subject_code="",n.edt.sims_syllabus_code="",n.edt.sims_month_code="",n.edt.sims_syllabus_remark="",n.edt.sims_syllabus_start_date="",n.edt.sims_syllabus_end_date="",n.savebtn=!0,n.SyllabusDetails.$setUntouched(),n.SyllabusDetails.$setPristine()},n.btn_unit_cancel_Click=function(){n.unit.sims_syllabus_unit_name="",n.unit.sims_syllabus_unit_short_desc="",n.unit.sims_syllabus_unit_created_by=_,n.unit.sims_syllabus_unit_approvar_remark="",n.unit.sims_syllabus_unit_creation_date=n.doc_date,n.unit.sims_syllabus_unit_approval_date="",n.unit.sims_syllabus_unit_approved_by="",n.unit.sims_syllabus_unit_code="",n.savebtn=!0,n.unitDetails.$setUntouched(),n.unitDetails.$setPristine()},n.btn_unit_sub_top_cancel_Click=function(){n.sub_topic.sims_syllabus_unit_sub_topic_name="",n.sub_topic.sims_syllabus_unit_sub_topic_short_desc="",n.sub_topic.sims_syllabus_unit_sub_topic_creation_date=n.doc_date,n.sub_topic.sims_syllabus_unit_sub_topic_created_by=_,n.savebtn=!0},n.CommaSeparetdTopic=function(e){n.topic_object=[],e=e.split(",");for(var t=0;t<e.length;t++){var a={};a.sims_syllabus_unit_topic_name=e[t],n.topic_object.push(a)}},n.Getsyllabus_topic_subtopic=function(e){n.lesson_plan=[],n.busy=!0,e.lesson_user=_;for(var t=0;t<n.lesson_for_compose.length;t++)e.sims_grade_code==n.lesson_for_compose[t].sims_grade_code&&e.sims_subject_code==n.lesson_for_compose[t].sims_subject_code&&e.sims_month_code==n.lesson_for_compose[t].sims_month_code?n.lesson_for_compose[t].row_color="#fef8ae":n.lesson_for_compose[t].row_color="White";i.post(d.apiUrl+"api/syllabus_lesson/syllabus_Topic_Sub_Topics_lesson_compose",e).then(function(e){0<e.data.length?n.lesson_plan=e.data:swal({text:"Unit(s) And Topic(s) Are Not Created / This Lesson Plan Already Approved. "+e.data,width:320,imageUrl:"assets/img/close.png",showCloseButton:!0}),n.busy=!1})},n.Cancel_topic_subtopic=function(){n.edt.sims_grade_code="",n.edt.sims_section_code="",n.edt.sims_subject_code="",n.edt.sims_syllabus_start_date="",n.edt.sims_syllabus_end_date=""},n.getTheFiles=function(e){angular.forEach(e,function(e,t){r.append(t,e)})},n.file_changed=function(e){var e=e.files[0],t=(e.type,n.lesson_plan[0].sims_syllabus_lesson_plan_doc_path=e.name,new FileReader),t=(t.onload=function(e){n.$apply(function(){})},t.readAsDataURL(e),{method:"POST",url:d.apiUrl+"/api/file/uploadsyllabus?filename="+e.name.split(".")[0]+"&location=Syllabus",data:r,headers:{"Content-Type":void 0}});i(t).success(function(e){},function(){alert("Err")})},n.Update_compose_lesson_plan=function(t){t.sims_syllabus_lesson_plan_doc_status="A",t.sims_syllabus_lesson_plan_doc_upload_date=n.doc_date,t.sims_syllabus_lesson_plan_doc_uploaded_by=_,t.sims_syllabus_lesson_plan_creation_date=n.doc_date,t.sims_syllabus_lesson_plan_created_by=_,t.sims_syllabus_lesson_plan_status=!0,null==t.sims_syllabus_lesson_plan_no_of_periods&&null==t.sims_syllabus_lesson_plan_no_of_periods&&"undefined"==t.sims_syllabus_lesson_plan_no_of_periods&&""==t.sims_syllabus_lesson_plan_no_of_periods||(t.sims_syllabus_lesson_plan_no_of_periods=parseInt(t.sims_syllabus_lesson_plan_no_of_periods)),null==t.sims_syllabus_lesson_plan_no_of_exercise&&null==t.sims_syllabus_lesson_plan_no_of_exercise&&"undefined"==t.sims_syllabus_lesson_plan_no_of_exercise&&""==t.sims_syllabus_lesson_plan_no_of_exercise||(t.sims_syllabus_lesson_plan_no_of_exercise=parseInt(t.sims_syllabus_lesson_plan_no_of_exercise)),null==t.sims_syllabus_lesson_plan_no_of_weekly_test&&null==t.sims_syllabus_lesson_plan_no_of_weekly_test&&"undefined"==t.sims_syllabus_lesson_plan_no_of_weekly_test&&""==t.sims_syllabus_lesson_plan_no_of_weekly_test||(t.sims_syllabus_lesson_plan_no_of_weekly_test=parseInt(t.sims_syllabus_lesson_plan_no_of_weekly_test));for(var e=[],a=t.sims_section_code.split(","),o=0;o<a.length-1;o++){var s={sims_cur_code:t.sims_cur_code,sims_academic_year:t.sims_academic_year,sims_grade_code:t.sims_grade_code,sims_section_code:a[o],sims_subject_code:t.sims_subject_code,sims_syllabus_code:t.sims_syllabus_code,sims_syllabus_lesson_plan_code:t.sims_syllabus_lesson_plan_code,sims_syllabus_lesson_plan_description:t.sims_syllabus_lesson_plan_description,sims_syllabus_lesson_plan_no_of_periods:t.sims_syllabus_lesson_plan_no_of_periods,sims_syllabus_lesson_plan_no_of_exercise:t.sims_syllabus_lesson_plan_no_of_exercise,sims_syllabus_lesson_plan_no_of_activity:t.sims_syllabus_lesson_plan_no_of_activity,sims_syllabus_lesson_plan_no_of_homework:t.sims_syllabus_lesson_plan_no_of_homework,sims_syllabus_lesson_plan_no_of_weekly_test:t.sims_syllabus_lesson_plan_no_of_weekly_test,sims_syllabus_lesson_plan_addl_requirement:t.sims_syllabus_lesson_plan_addl_requirement,sims_syllabus_lesson_plan_creation_date:t.sims_syllabus_lesson_plan_creation_date,sims_syllabus_lesson_plan_created_by:t.sims_syllabus_lesson_plan_created_by,sims_syllabus_lesson_plan_approval_date:t.sims_syllabus_lesson_plan_approval_date,sims_syllabus_lesson_plan_approved_by:t.sims_syllabus_lesson_plan_approved_by,sims_syllabus_lesson_plan_approval_remark:t.sims_syllabus_lesson_plan_approval_remark,sims_syllabus_lesson_plan_attr1:t.sims_syllabus_lesson_plan_attr1,sims_syllabus_lesson_plan_attr2:t.sims_syllabus_lesson_plan_attr2,sims_syllabus_lesson_plan_attr3:t.sims_syllabus_lesson_plan_attr3,sims_syllabus_lesson_plan_attr4:t.sims_syllabus_lesson_plan_attr4,sims_syllabus_lesson_plan_attr5:t.sims_syllabus_lesson_plan_attr5,sims_syllabus_lesson_plan_status:t.sims_syllabus_lesson_plan_status,sims_syllabus_lesson_plan_doc_path:t.sims_syllabus_lesson_plan_doc_path,sims_syllabus_lesson_plan_doc_status:t.sims_syllabus_lesson_plan_doc_status,sims_syllabus_lesson_plan_doc_upload_date:t.sims_syllabus_lesson_plan_doc_upload_date,sims_syllabus_lesson_plan_doc_uploaded_by:t.sims_syllabus_lesson_plan_doc_uploaded_by,sims_month_code:t.sims_month_code,opr:"UL"};e.push(s)}i.post(d.apiUrl+"api/syllabus_lesson/CUDsyllabus_Topic_Sub_Topics_lesson_compose_for_Update",e).then(function(e){1==e.data?(t={},n.lesson_plan=[],swal({text:"Lesson Plan Updated Successfully",imageUrl:"assets/img/check.png",width:320,showCloseButton:!0})):0==e.data?swal({text:"Lesson Plan Not Updated. ",imageUrl:"assets/img/close.png",width:320,showCloseButton:!0}):swal("Error-"+e.data)})},n.Submit_compose_lesson_plan=function(t){t.sims_syllabus_lesson_plan_doc_status="A",t.sims_syllabus_lesson_plan_doc_upload_date=n.doc_date,t.sims_syllabus_lesson_plan_doc_uploaded_by=_,t.sims_syllabus_lesson_plan_creation_date=n.doc_date,t.sims_syllabus_lesson_plan_created_by=_,t.sims_syllabus_lesson_plan_status=!0,null==t.sims_syllabus_lesson_plan_no_of_periods&&null==t.sims_syllabus_lesson_plan_no_of_periods&&"undefined"==t.sims_syllabus_lesson_plan_no_of_periods&&""==t.sims_syllabus_lesson_plan_no_of_periods||(t.sims_syllabus_lesson_plan_no_of_periods=parseInt(t.sims_syllabus_lesson_plan_no_of_periods)),null==t.sims_syllabus_lesson_plan_no_of_exercise&&null==t.sims_syllabus_lesson_plan_no_of_exercise&&"undefined"==t.sims_syllabus_lesson_plan_no_of_exercise&&""==t.sims_syllabus_lesson_plan_no_of_exercise||(t.sims_syllabus_lesson_plan_no_of_exercise=parseInt(t.sims_syllabus_lesson_plan_no_of_exercise)),null==t.sims_syllabus_lesson_plan_no_of_weekly_test&&null==t.sims_syllabus_lesson_plan_no_of_weekly_test&&"undefined"==t.sims_syllabus_lesson_plan_no_of_weekly_test&&""==t.sims_syllabus_lesson_plan_no_of_weekly_test||(t.sims_syllabus_lesson_plan_no_of_weekly_test=parseInt(t.sims_syllabus_lesson_plan_no_of_weekly_test));for(var e=[],a=t.sims_section_code.split(","),o=0;o<a.length-1;o++){var s={sims_cur_code:t.sims_cur_code,sims_academic_year:t.sims_academic_year,sims_grade_code:t.sims_grade_code,sims_section_code:a[o],sims_subject_code:t.sims_subject_code,sims_syllabus_code:t.sims_syllabus_code,sims_syllabus_lesson_plan_code:t.sims_syllabus_lesson_plan_code,sims_syllabus_lesson_plan_description:t.sims_syllabus_lesson_plan_description,sims_syllabus_lesson_plan_no_of_periods:t.sims_syllabus_lesson_plan_no_of_periods,sims_syllabus_lesson_plan_no_of_exercise:t.sims_syllabus_lesson_plan_no_of_exercise,sims_syllabus_lesson_plan_no_of_activity:t.sims_syllabus_lesson_plan_no_of_activity,sims_syllabus_lesson_plan_no_of_homework:t.sims_syllabus_lesson_plan_no_of_homework,sims_syllabus_lesson_plan_no_of_weekly_test:t.sims_syllabus_lesson_plan_no_of_weekly_test,sims_syllabus_lesson_plan_addl_requirement:t.sims_syllabus_lesson_plan_addl_requirement,sims_syllabus_lesson_plan_creation_date:t.sims_syllabus_lesson_plan_creation_date,sims_syllabus_lesson_plan_created_by:t.sims_syllabus_lesson_plan_created_by,sims_syllabus_lesson_plan_approval_date:t.sims_syllabus_lesson_plan_approval_date,sims_syllabus_lesson_plan_approved_by:t.sims_syllabus_lesson_plan_approved_by,sims_syllabus_lesson_plan_approval_remark:t.sims_syllabus_lesson_plan_approval_remark,sims_syllabus_lesson_plan_attr1:t.sims_syllabus_lesson_plan_attr1,sims_syllabus_lesson_plan_attr2:t.sims_syllabus_lesson_plan_attr2,sims_syllabus_lesson_plan_attr3:t.sims_syllabus_lesson_plan_attr3,sims_syllabus_lesson_plan_attr4:t.sims_syllabus_lesson_plan_attr4,sims_syllabus_lesson_plan_attr5:t.sims_syllabus_lesson_plan_attr5,sims_syllabus_lesson_plan_status:t.sims_syllabus_lesson_plan_status,sims_syllabus_lesson_plan_doc_path:t.sims_syllabus_lesson_plan_doc_path,sims_syllabus_lesson_plan_doc_status:t.sims_syllabus_lesson_plan_doc_status,sims_syllabus_lesson_plan_doc_upload_date:t.sims_syllabus_lesson_plan_doc_upload_date,sims_syllabus_lesson_plan_doc_uploaded_by:t.sims_syllabus_lesson_plan_doc_uploaded_by,sims_month_code:t.sims_month_code,opr:"LI"};e.push(s)}i.post(d.apiUrl+"api/syllabus_lesson/CUDsyllabus_Topic_Sub_Topics_lesson_compose",e).then(function(e){1==e.data?(t={},n.lesson_plan=[],swal({text:"Lesson Plan Composed Successfully",imageUrl:"assets/img/check.png",width:320,showCloseButton:!0})):swal({text:"Lesson Plan Not Composed. ",imageUrl:"assets/img/close.png",width:320,showCloseButton:!0})})},n.Getsyllabus_Approve_data=function(e){n.Approve_plan=[],n.busy=!0,n.printdata={},n.printdata.month_name=e.month_name,n.printdata.Academic_year=e.sims_academic_year_description,n.printdata.Subject=e.sims_subject_name,n.printdata.GardeSecton=e.sims_grade_name+"/"+e.sims_section_name,n.Preparedby=e.sims_syllabus_created_name,n.Approvedby=e.sims_syllabus_approved_name,angular.isUndefined(n.lesson_approvaled_data)&&(n.lesson_approvaled_data=[]);for(var t=0;t<n.lesson_approvaled_data.length;t++)e.sims_grade_code==n.lesson_approvaled_data[t].sims_grade_code&&e.sims_subject_code==n.lesson_approvaled_data[t].sims_subject_code&&e.sims_month_code==n.lesson_approvaled_data[t].sims_month_code?n.lesson_approvaled_data[t].row_color="#fef8ae":n.lesson_approvaled_data[t].row_color="White";e.lesson_user=_,i.post(d.apiUrl+"api/syllabus_lesson/syllabus_Topic_Sub_Topics_lesson_Approve",e).then(function(e){0<e.data.length?n.Approve_plan=e.data:swal({text:"Data Not Found",width:320,showCloseButton:!0}),n.busy=!1})},n.Cancel_Approve_data=function(){n.edt.sims_grade_code="",n.edt.sims_section_code="",n.edt.sims_subject_code="",n.edt.sims_syllabus_start_date="",n.edt.sims_syllabus_end_date=""},n.Reset_All_Data=function(){n.Approve_plan=[]},n.Approved_lesson_plan_data=function(e){e.sims_syllabus_lesson_plan_approval_date=n.doc_date,e.sims_syllabus_lesson_plan_approved_by=_,e.sims_syllabus_lesson_plan_status="P";for(var t=e.sims_section_code.split(","),a=[],o=0;o<t.length-1;o++){var s={sims_cur_code:e.sims_cur_code,sims_academic_year:e.sims_academic_year,sims_grade_code:e.sims_grade_code,sims_section_code:t[o],sims_subject_code:e.sims_subject_code,sims_syllabus_code:e.sims_syllabus_code,sims_syllabus_lesson_plan_code:e.sims_syllabus_lesson_plan_code,sims_syllabus_lesson_plan_approval_date:e.sims_syllabus_lesson_plan_approval_date,sims_syllabus_lesson_plan_approved_by:e.sims_syllabus_lesson_plan_approved_by,sims_syllabus_lesson_plan_approval_remark:e.sims_syllabus_lesson_plan_approval_remark,sims_syllabus_lesson_plan_status:e.sims_syllabus_lesson_plan_status,sims_syllabus_lesson_plan_created_by:e.sims_syllabus_lesson_plan_created_by,sims_month_code:e.sims_month_code};a.push(s)}i.post(d.apiUrl+"api/syllabus_lesson/CUD_syllabus_Topic_Sub_Topics_lesson_Approve",a).then(function(e){1==e.data?(n.lesson_approval_data=[],n.Approve_plan=[],swal({text:"Lesson Plan Approved Successfully",imageUrl:"assets/img/check.png",width:320,showCloseButton:!0})):swal({text:"Lesson Plan Not Approved. ",imageUrl:"assets/img/close.png",width:320,showCloseButton:!0})})},n.Reject_lesson_plan_data=function(t){t.sims_syllabus_lesson_plan_approval_date=n.doc_date,t.sims_syllabus_lesson_plan_approved_by=_,t.sims_syllabus_lesson_plan_status="R";for(var e=t.sims_section_code.split(","),a=[],o=0;o<e.length-1;o++){var s={sims_cur_code:t.sims_cur_code,sims_academic_year:t.sims_academic_year,sims_grade_code:t.sims_grade_code,sims_section_code:e[o],sims_subject_code:t.sims_subject_code,sims_syllabus_code:t.sims_syllabus_code,sims_syllabus_lesson_plan_code:t.sims_syllabus_lesson_plan_code,sims_syllabus_lesson_plan_approval_date:t.sims_syllabus_lesson_plan_approval_date,sims_syllabus_lesson_plan_approved_by:t.sims_syllabus_lesson_plan_approved_by,sims_syllabus_lesson_plan_approval_remark:t.sims_syllabus_lesson_plan_approval_remark,sims_syllabus_lesson_plan_status:t.sims_syllabus_lesson_plan_status,sims_syllabus_lesson_plan_created_by:t.sims_syllabus_lesson_plan_created_by,sims_month_code:t.sims_month_code};a.push(s)}i.post(d.apiUrl+"api/syllabus_lesson/CUD_syllabus_Topic_Sub_Topics_lesson_Approve",a).then(function(e){1==e.data?(t={},swal({text:"Lesson Plan Rejected.",imageUrl:"assets/img/check.png",width:320,showCloseButton:!0})):swal({text:"Lesson Plan Not Rejected. ",imageUrl:"assets/img/close.png",width:320,showCloseButton:!0})})},n.New=function(){document.getElementById("mainchk").checked=!1,n.edt={},n.savebtn=!0,n.Grid=!1,n.edt.sims_cur_code=n.curriculum[0].sims_cur_code,n.getacyr(n.curriculum[0].sims_cur_code),n.Check_Multiple_Record()},n.Unit_table=!1,n.Edit=function(e){var t=document.getElementById("mainchkunit");if(1==t.checked&&(t.checked=!1),"New"==e.unitvalues)n.savebtndisunit=!1,n.savebtn=!0,n.disabled1=!0,n.unit.sims_syllabus_unit_name="",n.unit.sims_syllabus_unit_short_desc="";else{n.disabled1=!1,n.Unit_table=!0;for(var a=n.edt.sims_section_code1="",o=0;o<n.edt.sims_section_code.length;o++)a=a+n.edt.sims_section_code[o]+",";n.edt.sims_section_code1=a,n.edt.lesson_user=_,n.syllabus_Units=[],i.post(d.apiUrl+"api/syllabus_lesson/syllabus_Unit",n.edt).then(function(e){null!==e.data?(n.syllabus_Units=e.data,n.getunitsname()):swal({text:"Sorry Data Not Found",imageUrl:"assets/img/close.png"})})}},n.Submit=function(e){if(e){for(var t=[],a=0;a<n.edt.sims_section_code.length;a++){var o={};o.sims_cur_code=n.edt.sims_cur_code,o.sims_academic_year=n.edt.sims_academic_year,o.sims_grade_code=n.edt.sims_grade_code,o.sims_section_code=n.edt.sims_section_code[a],o.sims_subject_code=n.edt.sims_subject_code,o.sims_syllabus_code=n.edt.sims_syllabus_code,o.sims_month_code=n.edt.sims_month_code,o.sims_syllabus_start_date=n.edt.sims_syllabus_start_date,o.sims_syllabus_end_date=n.edt.sims_syllabus_end_date,o.sims_syllabus_remark=n.edt.sims_syllabus_remark,o.sims_syllabus_creation_date=n.edt.sims_syllabus_creation_date,o.sims_syllabus_created_by=n.edt.sims_syllabus_created_by,o.sims_syllabus_status=n.edt.sims_syllabus_status,o.opr="I",t.push(o)}i.post(d.apiUrl+"api/syllabus_lesson/CUDsyllabuslesson",t).then(function(e){1==e.data?(swal({text:"Lesson Plan Created Successfully",imageUrl:"assets/img/check.png",width:320,showCloseButton:!0}),i.get(d.apiUrl+"api/syllabus_lesson/Get_syllabus_lesson").then(function(e){null!==e.data?(n.Grid=!0,n.obj=e.data,n.totalItems=n.obj.length,n.todos=n.obj,n.makeTodos()):swal({text:"Sorry Data Not Found",imageUrl:"assets/img/close.png",width:320,showCloseButton:!0})})):swal({text:"Lesson Plan Not Created. ",imageUrl:"assets/img/close.png",width:320,showCloseButton:!0})})}},n.Update=function(){n.edt.opr="U",i.post(d.apiUrl+"api/syllabus_lesson/CUDUpdatesyllabuslesson",n.edt).then(function(e){1==e.data?(swal({text:"Lesson Plan Updated Successfully",imageUrl:"assets/img/check.png",width:320,showCloseButton:!0}),n.Getsyllabus()):0==e.data?swal({text:"Lesson Plan Not Updated. ",imageUrl:"assets/img/close.png",width:320,showCloseButton:!0}):swal("Error-"+e.data)})},n.DeleteRecord=function(){n.deleteobject=[];for(var e=0;e<n.Get_syllabus_lesson.length;e++)1==n.Get_syllabus_lesson[e].syllabus_status&&(n.Get_syllabus_lesson[e].opr="D",n.deleteobject.push(n.Get_syllabus_lesson[e]));0<n.deleteobject.length?swal({text:"Are you sure,you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){e&&i.post(d.apiUrl+"api/syllabus_lesson/CUDeletesyllabuslesson",n.deleteobject).then(function(e){if(1==e.data){swal({text:"Record Deleted Successfully",imageUrl:"assets/img/check.png",width:320,showCloseButton:!0});var t=document.getElementById("mainchk");1==t.checked&&(t.checked=!1),n.Getsyllabus()}else if(0==e.data){swal({text:"Record Not Deleted. ",imageUrl:"assets/img/close.png",width:320,showCloseButton:!0});for(var a=0;a<n.Get_syllabus_lesson.length;a++)n.Get_syllabus_lesson[a].ischecked=!1}else swal("Error-"+e.data)})}):swal({text:"Select Atleast One Record To Delete",imageUrl:"assets/img/notification-alert.png",width:320,showCloseButton:!0})},n.DeleteRecordunit=function(){n.deleteobject=[];for(var e=0;e<n.syllabus_Units.length;e++)1==n.syllabus_Units[e].syllabus_status_unit&&n.deleteobject.push(n.syllabus_Units[e]);0<n.deleteobject.length?i.post(d.apiUrl+"api/syllabus_lesson/CUDeletesyllabuslessonUnit",n.deleteobject).then(function(e){if(1==e.data)swal({text:"Record Deleted Successfully",imageUrl:"assets/img/check.png",width:320,showCloseButton:!0}),n.Edit(n.edt);else if(0==e.data){swal({text:"Record Not Deleted. ",imageUrl:"assets/img/close.png",width:320,showCloseButton:!0});for(var t=0;t<n.syllabus_Units.length;t++)1==n.syllabus_Units[t].syllabus_status_unit&&(n.syllabus_Units[t].syllabus_status_unit=!1)}else swal("Error-"+e.data)}):swal({text:"Select Atleast One Unit To Delete",imageUrl:"assets/img/notification-alert.png",width:320,showCloseButton:!0})},n.DeleteRecordunitTopic=function(){n.deleteobject=[];for(var e=0;e<n.syllabus_uint_topic_name.length;e++)1==n.syllabus_uint_topic_name[e].syllabus_status_topic&&n.deleteobject.push(n.syllabus_uint_topic_name[e]);0<n.deleteobject.length?i.post(d.apiUrl+"api/syllabus_lesson/CUDeletesyllabuslessonUnitTopic",n.deleteobject).then(function(e){if(1==e.data)swal({text:"Record Deleted Successfully",imageUrl:"assets/img/check.png",width:320,showCloseButton:!0}),n.Get_Existing_Topic_Name();else if(0==e.data){swal({text:"Record Not Deleted. ",imageUrl:"assets/img/close.png",width:320,showCloseButton:!0});for(var t=0;t<n.syllabus_uint_topic_name.length;t++)1==n.syllabus_uint_topic_name[t].syllabus_status_topic&&(n.syllabus_uint_topic_name[t].syllabus_status_topic=!1)}else swal("Error-"+e.data)}):swal({text:"Select Atleast One Topic To Delete",imageUrl:"assets/img/notification-alert.png",width:320,showCloseButton:!0})},$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0}),$(document).on("touch click",'*[data-datepicker="true"] .add-on',function(e){$('input[type="text"]',$(this).parent()).focus()}),a(function(){$("#fixTable").tableHeadFixer({top:1}),$("#fixTable1").tableHeadFixer({top:1})},100),n.flag=!0,n.expand=function(e,t){if(1==n.flag)$(s).remove(),e.icon="fa fa-minus-circle",s=$("<tr id='innerRow'><td class='details' colspan='11'><table class='inner-table1' cellpadding='5' cellspacing='0'  style='width:100%;border:solid;border-width:02px'><tbody><tr> <td class='semi-bold'>Created By</td> <td class='semi-bold'>Remark </td><td class='semi-bold'>Syllabus Start Date</td><td class='semi-bold'>Syllabus End Date</td></tr><tr> <td>"+e.sims_syllabus_created_by+"</td> <td>"+e.sims_syllabus_remark+" </td><td>"+e.sims_syllabus_start_date+"</td><td>"+e.sims_syllabus_end_date+"</td></tr> </table></td></tr>"),$(t.currentTarget).parents("tr").after(s),n.flag=!1;else{$("#innerRow").css({display:"none"});for(var a=0;a<n.filteredTodos.length;a++)n.filteredTodos[a].icon="fa fa-plus-circle";n.flag=!0}},n.SelectAllUnit=function(e){if(0<e.unit_lst.length)for(var t=0;t<e.unit_lst.length;t++){0==e.unit_lst[t].unit_topic.length&&(e.unit_lst[t].unit_topic=[]);for(var a=0;a<e.unit_lst[t].unit_topic.length;a++)1==e.ischecked?(e.unit_lst[t].ischecked=!0,e.unit_lst[t].unit_topic[a].ischecked=!0):(e.unit_lst[t].ischecked=!1,e.unit_lst[t].unit_topic[a].ischecked=!1)}},n.print=function(e){var t=document.head.outerHTML,e=document.getElementById(e).outerHTML,a=window.open("","_blank","location=yes, statusbar=no, menubar=no, titlebar=no, toolbar=no,dependent=no, width=800, height=600, resizable=yes, screenX=250, screenY=10, personalbar=no, scrollbars=yes"),o=a.document;o.open(),o.write("<!doctype html><html>"+t+'<body onLoad="window.print()">'+e+"</body></html>"),o.close(),a.focus()},n.SelectMultipleRecords=function(){for(var e=document.getElementById("mainchk"),t=0;t<n.Get_syllabus_lesson.length;t++)1==e.checked?n.Get_syllabus_lesson[t].syllabus_status=!0:n.Get_syllabus_lesson[t].syllabus_status=!1},n.gethidesyllabus=function(){n.savebtndissyll=!1;for(var e=n.edt.sims_section_code1="",t=0;t<n.edt.sims_section_code.length;t++)e=e+n.edt.sims_section_code[t]+",";n.edt.sims_section_code1=e,n.edt.lesson_user=_,i.post(d.apiUrl+"api/syllabus_lesson/syllabus_lesson",n.edt).then(function(e){n.Get_syllabus_lesson=e.data,n.getunitsname()})},n.getunitsname=function(){i.post(d.apiUrl+"api/syllabus_lesson/syllabus_lesson_uint_name",n.edt).then(function(e){n.syllabus_uint_name=e.data})},n.Unit_topic_table=!1,n.Get_Existing_Topic_Name=function(e){var t=document.getElementById("mainchktopic");1==t.checked&&(t.checked=!1),"New"==e?(n.savebtndistopic=!1,n.unitdisabled=!0,n.topic.sims_syllabus_unit_topic_name="",n.topic.sims_syllabus_unit_topic_short_desc="",n.savebtn=!0):(n.unitdisabled=!1,n.savebtn=!1,n.Unit_topic_table=!0,i.post(d.apiUrl+"api/syllabus_lesson/syllabus_Topic",n.edt).then(function(e){n.syllabus_uint_topic_name=e.data}))},n.SelectMultipleRecordsUnit=function(){for(var e=document.getElementById("mainchkunit"),t=0;t<n.syllabus_Units.length;t++)1==e.checked?n.syllabus_Units[t].syllabus_status_unit=!0:n.syllabus_Units[t].syllabus_status_unit=!1},n.SelectMultipleRecordsUnitTopic=function(){for(var e=document.getElementById("mainchktopic"),t=0;t<n.syllabus_uint_topic_name.length;t++)1==e.checked?n.syllabus_uint_topic_name[t].syllabus_status_topic=!0:n.syllabus_uint_topic_name[t].syllabus_status_topic=!1}}])}(),function(){"use strict";var e=angular.module("sims.module.SchoolSetup");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("WeeklyAssessmentShowCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(t,e,a,o,s,n,i){var d=a.globals.currentUser.username;n.get(i.apiUrl+"api/assessmentreport/getAssessmentmonthdetails?enroll_number="+d).then(function(e){t.Assessmentmonthdetails=e.data}),t.getweek=function(){n.get(i.apiUrl+"api/assessmentreport/getAssessmentweekdetails?enroll_number="+d+"&month_name="+t.edt.month_code).then(function(e){t.Assessmentweekdetails=e.data})},t.getSubject=function(){n.get(i.apiUrl+"api/assessmentreport/getAssessmentsubjectdetails?enroll_number="+d+"&cat_code="+t.edt.month_code+"&assign_code="+t.edt.Week_code).then(function(e){t.Assessmentsubjectdetails=e.data})},t.Reset=function(){t.edt=""},t.Show=function(){var e;null==t.edt||""==t.edt||null==t.edt.month_code||""==t.edt.month_code||null==t.edt.Week_code||""==t.edt.Week_code||null==t.edt.subject_code||""==t.edt.subject_code?swal("","All fields are mandatory."):(t.table=!1,t.busy=!0,(e={sims_cur_code:"01",sims_academic_year:"2018"}).sims_enroll_number=d,e.sims_gb_cat_code=t.edt.month_code,e.sims_gb_cat_assign_number=t.edt.Week_code,e.sims_gb_number=t.edt.subject_code,n.post(i.apiUrl+"api/assessmentreport/AssessmentChilddetails",e).then(function(e){t.AssessmentChilddetails=e.data,t.busy=!1,console.log(t.AssessmentChilddetails),0<t.AssessmentChilddetails.length?t.table=!0:swal({text:"Data Not Found",imageUrl:"assets/img/close.png",width:300,showCloseButton:!0})}))}}])}(),function(){"use strict";angular.module("sims.module.SchoolSetup").controller("mograVersionDetailCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(e,t,a,o,s,n,i){e.dis1=!0,e.New=function(){e.edt="",e.edit_code=!1,e.dis1=!1,e.dis2=!0}}])}(),function(){"use strict";angular.module("sims.module.SchoolSetup").controller("MograVersionDetailUpdateCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(t,e,a,o,s,n,i){console.clear(),n.get(i.apiUrl+"api/MograVersionDetails/GetProjectNames").then(function(e){t.ProjectNames=e.data,console.log("this is pr name",t.ProjectNames),console.log("aaa")}),n.get(i.apiUrl+"api/MograVersionDetails/GetProjectModules").then(function(e){t.ModuleName=e.data}),t.getApplications=function(e){n.get(i.apiUrl+"api/MograVersionDetails/GetProjectApplications?mod_code="+e).then(function(e){t.ApplicationName=e.data})},n.get(i.apiUrl+"api/MograVersionDetails/GetProjectStatus").then(function(e){t.ProjectStatus=e.data}),t.reset=function(){t.edtdetails=[]},t.AddDetail=function(){t.edtdetails.cs_no=t.edtdetails.cs_no,t.edtdetails.comn_mod_code=t.edtdetails.comn_mod_code,t.edtdetails.comn_appl_code=t.edtdetails.comn_appl_code,t.edtdetails.sp_name=t.edtdetails.sp_name,t.edtdetails.comn_version_remark=t.edtdetails.comn_version_remark,t.edtdetails.sp_remark=t.edtdetails.sp_remark,t.edtdetails.is_doc_done=t.edtdetails.is_doc_done,t.edtdetails.is_test_case_design=t.edtdetails.is_test_case_design,t.edtdetails.comn_project_status_code=t.edtdetails.comn_project_status_code},t.searchdata=function(){var e={txtCsno:t.edtdetails.cs_no,select_name1:t.edtdetails.project_code,txt_dev_name:t.edtdetails.developer_name,modName:t.edtdetails.comn_mod_code,appname:t.edtdetails.comn_appl_code,searchby:t.searchText};console.log("search....",e),n.get(i.apiUrl+"api/MograVersionDetails/SearchMograVersionsDetailsNew",e).then(function(e){t.SearchMograVersionsDetails=searchstatus.data})}}])}(),function(){"use strict";var e=angular.module("sims.module.SchoolSetup");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("MograDeploymentFinalisationCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(t,e,a,o,s,n,i){console.clear(),n.get(i.apiUrl+"api/MograVersionDetails/GetProjectNames").then(function(e){t.ProjectNames=e.data,console.log("this is pr name",t.ProjectNames),console.log("aaa")}),n.get(i.apiUrl+"api/MograVersionDetails/GetProjectModules").then(function(e){t.ModuleName=e.data}),t.getApplications=function(e){n.get(i.apiUrl+"api/MograVersionDetails/GetProjectApplications?mod_code="+e).then(function(e){t.ApplicationName=e.data,console.log("this is module name",t.ProjectNames),console.log("bbb")})},t.reset=function(){},t.AddDetail=function(){t.edtdetails.cs_no=t.edtdetails.cs_no,t.edtdetails.comn_mod_code=t.edtdetails.comn_mod_code,t.edtdetails.comn_appl_code=t.edtdetails.comn_appl_code,t.edtdetails.sp_name=t.edtdetails.sp_name,t.edtdetails.comn_version_remark=t.edtdetails.comn_version_remark,t.edtdetails.sp_remark=t.edtdetails.sp_remark,t.edtdetails.is_doc_done=t.edtdetails.is_doc_done,t.edtdetails.is_test_case_design=t.edtdetails.is_test_case_design,t.edtdetails.comn_project_status_code=t.edtdetails.comn_project_status_code}}])}(),function(){"use strict";var e=angular.module("sims.module.Setup");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("CustomerproductdetailsCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV","$filter",function(s,e,t,a,o,n,i,d){s.appcode=e.current.name.split(".");var c=t.globals.currentUser.username;function l(e){e=document.getElementById(e);e&&e.classList.add("error")}function r(e){e=document.getElementById(e);e&&e.classList.remove("error")}s.new_cust=!1,s.displaydata=!0,s.edt=[],s.product=[],s.errorselect2pro=!1,s.errorselect2region=!1,s.errorselect2count=!1,s.sav=!1,s.product_list=[],s.upd=!1,s.loadergh=!1,s.dbid=!1,s.product_entry=!1,s.newadd=!1,s.updaten=!1,s.updatedata=!1,s.updatebutton=!1,s.updatedatadrop=!1,s.savebutton=!1,s.reset=function(){s.edt=[],s.product=[]},s.backN=function(){s.new_cust=!1,s.edt=[],s.product=[],s.product_list=[],s.displaydata=!0,s.product_entry=!1,n.get(i.apiUrl+"api/CustomerproductdetailsController/getallcustomers").then(function(e){s.records=e.data,s.allrecords=s.records,s.getdata("AC","d2")}),n.get(i.apiUrl+"api/CustomerproductdetailsController/getallcount").then(function(e){s.counters=e.data})},s.addN=function(){s.product_entry=!0,s.newadd=!0,s.updaten=!1,s.updatebutton=!0,s.savebutton=!0,s.updatedata=!1,s.product=[],s.updatedatadrop=!1,s.product.cpd_qty="1"},s.colorCodeArray=["#6798d0","#ffcf56","#5bc2a7","#f1b087","#6f93f4","#ea88b9","#ef5464"],s.remove=function(t){for(let e=0;e<s.product_list.length;e++)s.product_list[e].cpd_product_code===t&&s.product_list.splice(e,1)},s.addnew=function(){s.updatebutton=!1,s.savebutton=!1;var t=[];if(void 0===s.product.cpd_product_amt||null===s.product.cpd_product_amt||""===s.product.cpd_product_amt||void 0===s.product.cpd_product_code||null===s.product.cpd_product_code||""===s.product.cpd_product_code||void 0===s.product.cpd_product_key||null===s.product.cpd_product_key||""===s.product.cpd_product_key||void 0===s.product.cpd_qty||null===s.product.cpd_qty||""===s.product.cpd_qty)swal({title:"",text:"Please select Product name,amount,qty & key",imageUrl:"assets/img/close.png",width:380,height:100});else{for(let e=0;e<s.product_list.length;e++)if(s.product_list[e].cpd_product_code===s.product.cpd_product_code)return void swal({title:"",text:"Product already selected",imageUrl:"assets/img/close.png",width:380,height:100});if(!0!==s.product.cpd_subscription_status||null!==s.product.cpd_subscription_date&&""!==s.product.cpd_subscription_date&&void 0!==s.product.cpd_subscription_date&&null!==s.product.cpd_subscription_expiry_date&&""!==s.product.cpd_subscription_expiry_date&&void 0!==s.product.cpd_subscription_expiry_date){for(let e=0;e<s.products.length;e++)s.products[e].pc_code===s.product.cpd_product_code&&(s.product.cpd_product_name=s.products[e].pc_name),t={cpd_product_key:s.product.cpd_product_key,cpd_product_code:s.product.cpd_product_code,cpd_product_type:s.product.cpd_product_type,cpd_product_amt:s.product.cpd_product_amt,cpd_product_name:s.product.cpd_product_name,cpd_qty:s.product.cpd_qty,cpd_subscription_status:s.product.cpd_subscription_status,cpd_subscription_expiry_date:s.product.cpd_subscription_expiry_date,cpd_subscription_date:s.product.cpd_subscription_date};s.product_list.push(t),s.product_entry=!1,s.product=[]}else swal({title:"",text:"Please select subscription dates",imageUrl:"assets/img/close.png",width:380,height:100})}},s.updateproduct=function(){if(s.updatebutton=!1,s.savebutton=!1,void 0===s.product.cpd_product_amt||null===s.product.cpd_product_amt||""===s.product.cpd_product_amt||void 0===s.product.cpd_product_code||null===s.product.cpd_product_code||""===s.product.cpd_product_code||void 0===s.product.cpd_product_key||null===s.product.cpd_product_key||""===s.product.cpd_product_key)swal({title:"",text:"Please select Product name,amount & key",imageUrl:"assets/img/close.png",width:380,height:100});else if(!0!==s.product.cpd_subscription_status||null!==s.product.cpd_subscription_date&&""!==s.product.cpd_subscription_date&&void 0!==s.product.cpd_subscription_date&&null!==s.product.cpd_subscription_expiry_date&&""!==s.product.cpd_subscription_expiry_date&&void 0!==s.product.cpd_subscription_expiry_date){for(let e=0;e<s.product_list.length;e++)s.product_list[e].cpd_product_code===s.product.cpd_product_code&&(s.product_list[e].cpd_product_key=s.product.cpd_product_key,s.product_list[e].cpd_product_type=s.product.cpd_product_type,s.product_list[e].cpd_product_amt=s.product.cpd_product_amt,s.product_list[e].cpd_qty=s.product.cpd_qty,s.product_list[e].cpd_subscription_status=s.product.cpd_subscription_status,s.product_list[e].cpd_subscription_expiry_date=s.product.cpd_subscription_expiry_date,s.product_list[e].cpd_subscription_date=s.product.cpd_subscription_date);s.product_entry=!1,s.product=[]}else swal({title:"",text:"Please select subscription dates",imageUrl:"assets/img/close.png",width:380,height:100})},s.showdata=function(t){s.updatebutton=!0,s.savebutton=!0,s.newadd=!1;var a;s.product=[],s.product_entry=!0,s.updatedatadrop=!0;for(let e=0;e<s.product_list.length;e++)s.product_list[e].cpd_product_code===t&&(a={cpd_product_key:s.product_list[e].cpd_product_key,cpd_product_code:s.product_list[e].cpd_product_code,cpd_product_type:s.product_list[e].cpd_product_type,cpd_product_amt:s.product_list[e].cpd_product_amt,cpd_qty:s.product_list[e].cpd_qty,cpd_product_name:s.product_list[e].cpd_product_name,cpd_subscription_status:s.product_list[e].cpd_subscription_status,cpd_subscription_expiry_date:s.product_list[e].cpd_subscription_expiry_date,cpd_subscription_date:s.product_list[e].cpd_subscription_date},s.product=a,s.updaten=!0)},s.createnewemp=function(){s.allrecords,s.new_cust=!0,s.displaydata=!1,s.sav=!0,s.upd=!1,s.dbid=!1,$("#editor").data("kendoEditor").editor.clear(),s.Date()},s.Save=function(e){if(e)if(0===s.product_list.length)swal({title:"",text:"Please select Product",imageUrl:"assets/img/close.png",width:380,height:100});else{for(let e=0;e<s.allrecords.length;e++)if(s.edt.cpd_db_id===s.allrecords[e].cpd_db_id)return void swal({title:"",text:"Database name/id Already exists",imageUrl:"assets/img/close.png",width:380,height:100});s.edt.opr="I",s.edt.cpd_created_by=c,["form1name","form1Url","form1Email","form1contactp","form1contact","cmb_region","cmb_country","form1schlname","form1add"].forEach(function(e){e=document.getElementById(e);e&&e.classList.remove("error")}),s.errorselect2pro=!1,s.errorselect2region=!1,s.errorselect2count=!1,s.errorselect2scl=!1,s.savedata=[];var t=[],e=(s.savedata1=[],{opr:"I",cpd_name:s.edt.cpd_name,cpd_address:s.edt.cpd_address,cpd_contact_person:s.edt.cpd_contact_person,cpd_fax_no:s.edt.cpd_fax_no,cpd_tel_no:s.edt.cpd_tel_no,cpd_emergency_tel_no:s.edt.cpd_emergency_tel_no,cpd_email:s.edt.cpd_email,cpd_website_url:s.edt.cpd_website_url,cpd_product_region:s.edt.cpd_product_region,cpd_product_country:s.edt.cpd_product_country,cpd_db_id:s.edt.cpd_db_id,cpd_db_pwd:s.edt.cpd_db_pwd,cpd_agreement_date:s.edt.cpd_agreement_date,cpd_time_zone:s.edt.cpd_time_zone,cpd_created_by:c,cpd_created_date:s.edt.cpd_created_date,cpd_status:s.edt.cpd_status,cpd_logo_filepath:s.edt.cpd_logo_filepath});s.savedata.push(e),n.post(i.apiUrl+"api/CustomerproductdetailsController/InsertupdateNewcustomer",s.savedata).then(function(e){if(s.cpd_code=e.data,""!==s.cpd_code||void 0!==s.cpd_code||null!==s.cpd_code){for(let e=0;e<s.product_list.length;e++)t={opr:"D",cpd_code:s.cpd_code,cpd_product_key:s.product_list[e].cpd_product_key,cpd_product_code:s.product_list[e].cpd_product_code,cpd_product_type:s.product_list[e].cpd_product_type,cpd_product_amt:s.product_list[e].cpd_product_amt,cpd_qty:s.product_list[e].cpd_qty,cpd_product_name:s.product_list[e].cpd_product_name,cpd_subscription_status:s.product_list[e].cpd_subscription_status,cpd_subscription_expiry_date:s.product_list[e].cpd_subscription_expiry_date,cpd_subscription_date:s.product_list[e].cpd_subscription_date},s.savedata1.push(t);n.post(i.apiUrl+"api/CustomerproductdetailsController/Insertcustomerproducts",s.savedata1).then(function(e){s.chk_msg=e.data,!0===s.chk_msg?swal({title:"",text:"saved successfully",imageUrl:"assets/img/check.png",width:380,height:100}):swal({text:"Customer record inserted products not mapped",imageUrl:"assets/img/close.png",width:380,height:100}),s.reset(),s.backN()})}else swal({text:"Record not inserted",imageUrl:"assets/img/close.png",width:380,height:100}),s.reset(),s.backN()})}else(""===s.edt.cpd_name||void 0===s.edt.cpd_name?l:r)("form1name"),(""===s.edt.cpd_website_url||void 0===s.edt.cpd_website_url?l:r)("form1Url"),(""===s.edt.cpd_email||void 0===s.edt.cpd_email?l:r)("form1Email"),(""===s.edt.cpd_contact_person||void 0===s.edt.cpd_contact_person?l:r)("form1contactp"),(""===s.edt.cpd_tel_no||void 0===s.edt.cpd_tel_no?l:r)("form1contact"),(""===s.edt.cpd_product_region||void 0===s.edt.cpd_product_region?(s.errorselect2region=!0,l):(s.errorselect2region=!1,r))("cmb_region"),(""===s.edt.cpd_product_country||void 0===s.edt.cpd_product_country?(s.errorselect2count=!0,l):(s.errorselect2count=!1,r))("cmb_country"),(""===s.edt.cpd_address||void 0===s.edt.cpd_address?l:r)("form1add"),(""===s.edt.cpd_schooldb_id||void 0===s.edt.cpd_schooldb_id?l:r)("form1schlname")},s.getTheFiles=function(e){angular.forEach(e,function(e,t){m.append(t,e)})},s.update=function(){var t,e;0===s.product_list.length?swal({title:"",text:"Please select Product",imageUrl:"assets/img/close.png",width:380,height:100}):!0!==s.edt.cpd_subscription_status||null!==s.edt.cpd_subscription_date&&""!==s.edt.cpd_subscription_date&&void 0!==s.edt.cpd_subscription_date&&null!==s.edt.cpd_subscription_expiry_date&&""!==s.edt.cpd_subscription_expiry_date&&void 0!==s.edt.cpd_subscription_expiry_date?(s.edt.opr="U",s.edt.cpd_created_by=c,s.savedata=[],t=[],s.savedata1=[],e={opr:"U",cpd_name:s.edt.cpd_name,cpd_code:s.edt.cpd_code,cpd_address:s.edt.cpd_address,cpd_contact_person:s.edt.cpd_contact_person,cpd_fax_no:s.edt.cpd_fax_no,cpd_tel_no:s.edt.cpd_tel_no,cpd_emergency_tel_no:s.edt.cpd_emergency_tel_no,cpd_email:s.edt.cpd_email,cpd_website_url:s.edt.cpd_website_url,cpd_product_region:s.edt.cpd_product_region,cpd_product_country:s.edt.cpd_product_country,cpd_db_id:s.edt.cpd_db_id,cpd_db_pwd:s.edt.cpd_db_pwd,cpd_agreement_date:s.edt.cpd_agreement_date,cpd_time_zone:s.edt.cpd_time_zone,cpd_created_by:c,cpd_created_date:s.edt.cpd_created_date,cpd_status:s.edt.cpd_status,cpd_logo_filepath:s.edt.cpd_logo_filepath},s.savedata.push(e),n.post(i.apiUrl+"api/CustomerproductdetailsController/InsertupdateNewcustomer",s.savedata).then(function(e){for(let e=0;e<s.product_list.length;e++)t={opr:"F",cpd_code:s.edt.cpd_code,cpd_product_key:s.product_list[e].cpd_product_key,cpd_product_code:s.product_list[e].cpd_product_code,cpd_product_type:s.product_list[e].cpd_product_type,cpd_product_amt:s.product_list[e].cpd_product_amt,cpd_qty:s.product_list[e].cpd_qty,cpd_product_name:s.product_list[e].cpd_product_name,cpd_subscription_status:s.product_list[e].cpd_subscription_status,cpd_subscription_expiry_date:s.product_list[e].cpd_subscription_expiry_date,cpd_subscription_date:s.product_list[e].cpd_subscription_date},s.savedata1.push(t);n.post(i.apiUrl+"api/CustomerproductdetailsController/Insertcustomerproducts",s.savedata1).then(function(e){s.chk_msg=e.data,!0===s.chk_msg?swal({title:"",text:"Updated successfully",imageUrl:"assets/img/check.png",width:380,height:100}):swal({text:"Error while updating Records",imageUrl:"assets/img/close.png",width:380,height:100}),s.reset(),s.backN()})})):swal({title:"",text:"Please select subscription dates",imageUrl:"assets/img/close.png",width:380,height:100})},s.file_school_logo=function(e,t){var a=s.obj.lic_product_name,e=e.files[0],o=e.type,t=(s.obj[t]=a+"."+o.split("/")[1],new FileReader),o=(t.onload=function(e){s.$apply(function(){s.school_logo=e.target.result})},t.readAsDataURL(e),{method:"POST",url:i.apiUrl+"api/file/upload?filename="+a+"&location=SchoolLogo",data:m,headers:{"Content-Type":void 0}});n(o).success(function(e){},function(){alert("Err")})},s.getcountry=function(t,a){for(let e=0;e<a.length;e++){var o;a[e].sims_Region_code===t&&(o=a[e].sims_Region_name_en)}n.get(i.apiUrl+"api/SchoolLicense/GetAllCountries?region_code="+o).then(function(e){s.country1=e.data})},n.get(i.apiUrl+"api/ProductCodeT/GetAllProductCodeNew").then(function(e){s.products=e.data}),n.get(i.apiUrl+"api/SchoolLicense/GetAllRegions").then(function(e){s.display=!0,s.region=e.data}),n.get(i.apiUrl+"api/CustomerproductdetailsController/getallcustomers").then(function(e){s.records=e.data,s.allrecords=s.records,s.getdata("AC","d2")}),n.get(i.apiUrl+"api/CustomerproductdetailsController/getallcount").then(function(e){s.counters=e.data}),s.Date=function(){setTimeout(function(){$(document).ready(function(){$("#cmb_create_date, #day_wise_date,#entry_date").kendoDatePicker({format:"dd-MM-yyyy",value:""})})},700)},s.edit=function(e,t){s.edt=t,s.new_cust=!0,s.displaydata=!1,s.getcountry(t.cpd_product_region,s.region),s.sav=!1,s.upd=!0,s.dbid=!0,s.updatedata=!0,s.getproduct_list(e)},s.isValidKey=function(e){var t=e.which||e.keyCode,a=String.fromCharCode(t);return/[\d,\.]/.test(a)||8===t?"."!==a||!e.target.value.includes(".")||(e.preventDefault(),!1):/[\d,\.-]/.test(a)||8===t?"-"!==a||!e.target.value.includes("-")||(e.preventDefault(),!1):(/[\d,\.-]/.test(a)||8===t)&&("-"!==a||!e.target.value.includes("-"))||(e.preventDefault(),!1)},s.selectText=function(e){e.target.select()},s.allowOnlyNumbers=function(e){var t=e.which||e.keyCode;(t<48||57<t)&&8!==t&&37!==t&&39!==t&&e.preventDefault()},i.docUrl="https://assets.mograsys.com/Content/",s.defaultImage="default.jpg",s.image_url1=i.docUrl+n.defaults.headers.common.schoolId+"/Images/StudentImages/";var m=new FormData;s.file_changed=function(e,t){$("#loader").modal({backdrop:"static",keyboard:!1});var a;s.loadergh=!0;e.files[0].size<15e3?((e=e.files[0]).type,s.edt.cpd_logo_filepath=e.name,(a=new FileReader).onload=function(e){s.$apply(function(){s.sims_admission_photo=e.target.result})},a.readAsDataURL(e),a={method:"POST",url:i.apiUrl+"api/AssignmentUpload/upload1?filename="+s.edt.cpd_logo_filepath+"&location=Images/StudentImages/",data:m,headers:{"Content-Type":void 0}},n(a).success(function(e){s.loadergh=!1,s.comn_link_logo_path=s.edt.cpd_logo_filepath,s.edt.cpd_logo_filepath1=e,$("#loader").modal("hide"),$(".modal-backdrop").removeClass("modal-backdrop")},function(){alert("Err")})):(swal({text:"File size Exceeds 15kB "+s.prvno,imageUrl:"assets/img/close.png",width:300,height:200}),$("#loader").modal("hide"),$(".modal-backdrop").removeClass("modal-backdrop"))},s.getTheFiles=function(e){angular.forEach(e,function(e,t){m.append(t,e)})},s.downloaddoc=function(e){s.url=i.docUrl+n.defaults.headers.common.schoolId+"/Hylogo/"+e,window.open(s.url)},s.removeclasses=function(e){e.forEach(function(e){e=document.getElementById(e);e&&e.classList.remove("borde")})},s.getdata=function(e,t){s.removeclasses(["d1","d2","d3","d4","d5","d6"]);t=document.getElementById(t);t&&t.classList.add("borde"),n.get(i.apiUrl+"api/CustomerproductdetailsController/getreqcustomers?opr="+e).then(function(e){s.records=e.data})},s.validatecheck=function(e){!0!==e||null!==s.edt.cpd_subscription_date&&""!==s.edt.cpd_subscription_date&&void 0!==s.edt.cpd_subscription_date&&null!==s.edt.cpd_subscription_expiry_date&&""!==s.edt.cpd_subscription_expiry_date&&void 0!==s.edt.cpd_subscription_expiry_date||swal({title:"",text:"Please select subscription dates",imageUrl:"assets/img/close.png",width:380,height:100})},s.getproduct_list=function(e){n.get(i.apiUrl+"api/CustomerproductdetailsController/getproductdetails?cpd_code="+e).then(function(e){s.product_list=e.data})},s.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).cpd_code.toLowerCase().indexOf(t.toLowerCase())||-1<e.cpd_name.toLowerCase().indexOf(t.toLowerCase())||e.cpd_name==t;var t})},s.search2=function(){s.todos2=s.searched(s.records,s.searchText2),s.totalItems2=s.todos2.length,s.currentPage="1",""==s.searchText&&(s.todos2=s.records),s.makeTodos2()},s.ddMMyyyy=d("date")(new Date,"dd-MM-yyyy"),s.expirydate=function(e){moment(e,"DD-MM-YYYY").format("YYYY-MM-DD")<moment(s.ddMMyyyy,"DD-MM-YYYY").format("YYYY-MM-DD")&&(swal({title:"Alert",text:"Please Select Future Date",showCloseButton:!0,width:380}),s.product.cpd_subscription_expiry_date="")},s.subscription=function(e){moment(e,"DD-MM-YYYY").format("YYYY-MM-DD")<moment(s.ddMMyyyy,"DD-MM-YYYY").format("YYYY-MM-DD")&&(swal({title:"Alert",text:"Please Select Future Date",showCloseButton:!0,width:380}),s.product.cpd_subscription_date="")}}])}(),function(){"use strict";angular.module("sims.module.SchoolSetup").controller("mograVersionCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(o,e,t,a,s,n,i){o.dis1=!0,o.edtdetails={comn_mod_name_e:"",comn_mod_code:""},o.edt={comn_mod_name_e:"",mogra_details:[]},n.get(i.apiUrl+"api/Fee/SFS/GetProjectNames").then(function(e){o.projectNames=e.data}),o.caption="ADD",o.New=function(){o.edt="",o.edit_code=!1,o.dis1=!1,o.dis2=!0,o.opr="I",o.arr_versionDetails=[],o.updateItem=!1,o.setCaption(o.updateItem),n.get(i.apiUrl+"api/Fee/SFS/GetProjectModulesApplications").then(function(e){o.ModuleName=e.data}),n.get(i.apiUrl+"api/Fee/SFS/Getdevelopers").then(function(e){o.developers=e.data})},setTimeout(function(){$("#cmb_devl_name").select2()},100),o.depvl_name=function(e,t){},o.cancel=function(){o.edt="",o.edit_code=!1,o.dis1=!0,o.dis2=!1,o.gridresult=[]},o.arr_versionDetails=[],o.today=new Date,o.getPreview=function(){n.get(i.apiUrl+"api/Fee/SFS/GetMograVersionsDetails?project_code="+o.edt1.lic_project_code).then(function(e){0<e.data.length?o.gridresult=e.data:(o.gridresult="",swal({text:"No Changesets found for this Project.",width:400,height:300}))})},o.mod_name="",o.appl_name="",o.getApplications=function(e){n.get(i.apiUrl+"api/Fee/SFS/GetProjectApplications?mod_code="+e.comn_mod_code).then(function(e){o.ApplicationName=e.data}),o.edtdetails.comn_mod_name_e=e.comn_mod_name_e},o.SaveData=function(){o.edt.mogra_details=o.arr_versionDetails,n.post(i.apiUrl+"api/Fee/SFS/CUD_SaveMograVersionsDetails?opr="+o.opr,o.edt).then(function(e){"true"==e.data?swal({text:"Version Information saved successfully",width:400,height:300}):"false"==e.data?swal({text:"Error while saving Version Information",width:400,height:300}):"exists"==e.data&&swal({text:"Changeset No. already present in the system.",width:400,height:300})}),o.Reset()},o.Resetdetail=function(){o.edtdetails={comn_mod_name_e:""},o.updateItem=!1,o.setCaption(o.updateItem)},o.Reset=function(){o.edtdetails=[],o.arr_versionDetails=[],o.edt="",o.edit_code=!1,o.dis1=!0,o.dis2=!1,o.gridresult=[],o.edtdetails={comn_mod_name_e:"",comn_mod_code:""}},o.index=-1,o.updateItem=!1,o.editItem=function(e,t){o.updateItem=!0,o.setCaption(o.updateItem),o.index=e;for(var a=0;a<o.ModuleName.length;a++)if(o.ModuleName[a].comn_mod_code==t.comn_mod_code){o.dep=o.ModuleName[a];break}o.edtdetails=t},o.AddDetails=function(){0==o.updateItem?(o.comn_mod_name=$("#modName option:selected").text(),o.comn_appl_name=$("#appname option:selected").text(),o.edtdetails.lic_changeset_no=o.edt.lic_changeset_no,o.edtdetails.comn_mod_code=o.edtdetails.comn_mod_code,o.edtdetails.lic_appl_code=o.edtdetails.lic_appl_code,o.edtdetails.comn_mod_name_e=o.comn_mod_name,o.edtdetails.comn_appl_name=o.comn_appl_name,o.edtdetails.lic_document="I",o.edtdetails.lic_test_case="I",o.edtdetails.lic_deployed="N",o.edtdetails.is_new_flag="Y",o.arr_versionDetails.push(o.edtdetails),o.edtdetails={comn_mod_name_e:"",comn_mod_code:""}):-1!=o.index&&(o.arr_versionDetails[o.index]=o.edtdetails,o.index=-1),o.myForm.$setPristine(),o.myForm.$setUntouched()},o.preview=function(){n.get(i.apiUrl+"api/Fee/SFS/SearchMograVersionsDetailsNew?ProjectName="+o.edt.comn_appl_project_name+"&startDate="+o.edt.from_date+"&endDate="+o.edt.to_date).then(function(e){o.versiondetailsall=e.data})},o.removeItem=function(e){o.arr_versionDetails.pop(e),"N"==e.is_new_flag&&n.post(i.apiUrl+"api/Fee/SFS/CUD_MograVersionsDetails",e).then(function(e){"true"==e.data?swal({text:"Changeset Information Deleted successfully",width:400,height:300}):"false"==e.data?swal({text:"Error while Deleting Changeset Information",width:400,height:300}):"exists"==e.data&&swal({text:"Changeset No. not present in the system.",width:400,height:300})})},o.getInfo=function(e){o.New(),o.edt=e,o.arr_versionDetails=e.mogra_details,o.opr="U"},o.setCaption=function(e){o.caption=1==e?"UPDATE":"ADD"}}])}(),function(){"use strict";angular.module("sims.module.SchoolSetup").controller("DataImportCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV","XLSXReaderService",function(o,e,s,t,a,n,i,d){o.downloadFormat=function(){o.url=i.docUrl+"Format/EmployeeList.xlsx",window.open(o.url,"_self","location=yes")},o.display=!0,o.save=!0,o.item=[];new Date;o.showPreview=!1,o.showJSONPreview=!0,o.json_string="";var _=new FormData;o.getTheFiles=function(a){$("#uploadModal").modal({backdrop:"static",keyboard:!1}),o.flag=0,angular.forEach(a,function(e,t){_.append(t,e);console.log(a[0].size)})},o.errorlabel=!1,o.file_changed=function(e){o.modalbusy=!0,o.busy=!0,o.rgvtbl=!1;var t,a=e.files[0];console.log(e.files[0].size),6e5<e.files[0].size?swal("Alert","Exceed size limit"):(o.filename=e.files[0],o.photo_filename=a.type,(t=new FileReader).onload=function(e){o.$apply(function(){o.prev_img=e.target.result})},t.readAsDataURL(a),o.sheets=[],o.excelFile=e.files[0],d.readFile(o.excelFile,o.showPreview,o.showJSONPreview).then(function(e){console.log(e.sheets);var t=document.getElementById("mainchk"),t=(1==t.checked&&(t.checked=!1,o.filecount=""),o.errorlabel=!1,o.display=!1,o.save=!1,o.employee_number=[],console.log(e.sheets.Sheet1[0]),Object.keys(e.sheets.Sheet1[0]).length);if(console.log(t),t<=8){o.sheets=e.sheets,console.log(o.sheets),o.sheetsData=[];for(var a=0;e.sheets.Sheet1.length>a;a++)o.subData={},o.subData.employee_number=e.sheets.Sheet1[a].employee_number,o.subData.company_code=e.sheets.Sheet1[a].company_code,o.subData.pay_code=e.sheets.Sheet1[a].pay_code,o.subData.effective_from_date=e.sheets.Sheet1[a].effective_from_date,o.subData.amount=e.sheets.Sheet1[a].amount,o.subData.effective_upto_date=e.sheets.Sheet1[a].effective_upto_date,o.subData.remark=e.sheets.Sheet1[a].remark,o.sheetsData.push(o.subData);n.post(i.apiUrl+"api/DataImportController/DataImport",o.sheetsData).then(function(e){o.Pers326_Get_attednce_deatils=e.data,o.datasend=[];for(var t=0;o.Pers326_Get_attednce_deatils.length>t;t++)o.Pers326_Get_attednce_deatils[t].employee_number?(o.Pers326_Get_attednce_deatils[t].employee_number.fcolor="black",o.modalbusy=!1):(o.Pers326_Get_attednce_deatils[t].employee_number.fcolor="red",o.modalbusy=!1,o.errorlabel=!0);console.log(o.Pers326_Get_attednce_deatils)}),o.sheetName={sheet:"Sheet1"};$("#sheet_name").val("a")}else o.sheets="",swal({title:"Document Upload Failed,Does not match Column"}),o.busy=!1,o.modalbusy=!1}),t={method:"POST",url:i.apiUrl+"/api/file/uploadDocument?filename="+o.filename.name+$filter("date")(new Date,"dd-MM-yyyy")+"-"+$filter("date")(new Date,"HH-mm-ss")+"&location=Docs/Student",data:_,headers:{"Content-Type":void 0}},n(t).success(function(e){e={sims_admission_user_code:s.globals.currentUser.username,sims_admission_doc_path:e};n.post(i.apiUrl+"api/document/insertdoc",e).then(function(e){o.ins=e.data,e.data?swal({title:"Document Uploaded Successfully",imageUrl:"assets/img/check.png"}):swal({title:"Document Upload Failed, Check Connection",imageUrl:"assets/img/close.png"})})}),angular.forEach(angular.element("input[type='file']"),function(e){angular.element(e).val(null)}))};o.save_data=function(){var e=o.Pers326_Get_attednce_deatils;n.post(i.apiUrl+"api/DataImportController/DataImportSave",e).then(function(e){o.msg1=e.data,1==o.msg1?swal({text:"Record Inserted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:300,height:200}):swal({text:"Record Not Inserted "+o.msg1,imageUrl:"assets/img/close.png",showCloseButton:!0,width:300,height:200}),n.get(i.apiUrl+"api/DataImportController/DataImport").then(function(e){o.CreDiv=e.data,o.totalItems=o.CreDiv.length,o.todos=o.CreDiv,o.makeTodos()})}),o.table=!0,o.display=!1},o.uploadClick=function(){_=new FormData,o.modalbusy=!1,o.busy=!1},o.cancelData=function(){$("#uploadModal").modal("hide"),o.busy=!1}}])}(),function(){"use strict";angular.module("sims.module.Setup").controller("MograVersionDetailUpdateCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(a,e,t,o,s,n,i){n.get(i.apiUrl+"api/TimeLineAlert/getprojectName").then(function(e){a.projectName=e.data}),n.get(i.apiUrl+"api/TimeLineAlert/getModuleName").then(function(e){a.ModuleName=e.data}),a.getApplications=function(e){n.get(i.apiUrl+"api/TimeLineAlert/getProjectApplications?mod_code="+e).then(function(e){a.appication_Name=e.data})},a.temp={},a.searchdata=function(){n.get(i.apiUrl+"api/TimeLineAlert/getinnerChangesetData?change_setNo="+a.temp.changeset_code+"&pro_name="+a.temp.comn_appl_project_code+"&dev_name="+a.temp.comn_developer_name+"&appl_code="+a.temp.comn_appl_code).then(function(e){0<e.data.length?a.Search_data=e.data:(swal({text:"Record Not present",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}),$("#myModal").modal("hide"),a.temp="",a.Search_data="")})},a.cross=function(){a.temp="",a.Search_data=""},a.infoget=[],a.AddDetail=function(){a.newdata=[];for(var e=0;e<a.Search_data.length;e++)1==a.Search_data[e].ischeck&&a.newdata.push(a.Search_data[e]);if(0<a.infoget.length)for(var t=0;t<a.infoget.length;t++)a.newdata.push(a.infoget[t]);a.infoget=a.newdata,$("#myModal").modal("hide")},a.checMultiple=function(){a.newdata=[];for(var e=document.getElementById("chk_term2"),t=0;t<a.Search_data.length;t++)1==e.checked?a.Search_data[t].ischeck=!0:a.Search_data[t].ischeck=!1},a.multipleselect=function(){for(var e=document.getElementById("mainchk"),t=0;t<a.infoget.length;t++)1==e.checked?a.infoget[t].ischeck1=!0:a.infoget[t].ischeck1=!1},a.SaveData=function(){for(var e=[],t=0;t<a.infoget.length;t++)1==a.infoget[t].ischeck1&&(a.infoget[t].approved_by=a.edt.approved_by,e.push(a.infoget[t]));n.post(i.apiUrl+"api/TimeLineAlert/CUDVersionUpdate",e).then(function(e){a.msg1=e.data,1==a.msg1&&(swal({text:"Approved Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}),a.infoget=[])})}}])}(),function(){"use strict";var r,m=[],p=[],e=angular.module("sims.module.SchoolSetup");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("SectionSubjectNewCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV","$filter",function(n,e,t,a,o,i,d,s){function c(e,t){e?i.get(d.apiUrl+"api/ERP/Grade/getCuriculum_new").then(function(e){n.curriculum=e.data,n.edt.sims_cur_code=n.curriculum[0].sims_cur_code,n.getacyr(n.curriculum[0].sims_cur_code)}):i.get(d.apiUrl+"api/ERP/Grade/getCuriculumfor_Company?comp_code="+t).then(function(e){n.curriculum=e.data,n.edt.sims_cur_code=n.curriculum[0].sims_cur_code,n.getacyr(n.curriculum[0].sims_cur_code)})}n.display=!1,n.grid=!0,n.show=!1,n.table=!1,n.pagesize="30",n.pageindex="0",n.pager=!0,n.checkbox=!1,n.edt={},n.temp={},n.sims_view_mode=!1,n.serial=!0,n.serial1=!0,n.filteredTodos=[],n.currentPage=1,n.numPerPage=30,n.maxSize=100,n.makeTodos=function(){var e,t;"All"==n.pagesize?(n.currentPage=1,n.showPager=!1,n.filteredTodos=n.report_data):(e=parseInt(n.totalItems%n.numPerPage),n.pagersize="0"==e?parseInt(n.totalItems/n.numPerPage):parseInt(n.totalItems/n.numPerPage)+1,e=(n.currentPage-1)*n.numPerPage,t=parseInt(e)+parseInt(n.numPerPage),console.log("begin="+e),console.log("end="+t),n.filteredTodos=n.todos.slice(e,t))},n.getacyr=function(t){i.get(d.apiUrl+"api/common/getAcademicYear?curCode="+t).then(function(e){n.getAcademicYear=e.data,n.getsections(t,n.getAcademicYear[0].sims_academic_year)})},n.getsections=function(t,a){i.get(d.apiUrl+"api/common/getAllGrades?cur_code="+t+"&academic_year="+a).then(function(e){n.getAllGrades=e.data,n.edt={sims_cur_code:t,sims_academic_year:a,sims_grade_code:n.getAllGrades[0].sims_grade_code},n.getsection(t,a,n.getAllGrades[0].sims_grade_code)})},n.getsection=function(e,t,a){i.get(d.apiUrl+"api/common/getSectionFromGrade?cur_code="+e+"&grade_code="+a+"&academic_year="+t).then(function(e){n.getSectionFromGrade=e.data})},i.get(d.apiUrl+"api/ERP/Grade/getAccecssUser?user="+t.globals.currentUser.username).then(function(e){n.global_count_comp=e.data,n.global_count_comp?c(!0,n.user_details.comp):c(!1,n.user_details.comp)});var l=[];n.getSectionGradesWise=function(){n.selected_year=s("filter")(n.getAcademicYear,{sims_academic_year:n.edt.sims_academic_year},!0),n.table=!1,n.busy=!0,n.SectionSubject=[],i.get(d.apiUrl+"api/common/SectionSubject/getSubjectByIndexNew?curcode="+n.edt.sims_cur_code+"&gradecode="+n.edt.sims_grade_code+"&academicyear="+n.edt.sims_academic_year+"&sectioncode="+n.edt.sims_section_code).then(function(e){if(n.SectionSubject=e.data,0<n.SectionSubject.length){for(var t=0,a=0;a<n.SectionSubject.length;a++)1==n.SectionSubject[a].sims_subject_status&&(t+=1),r=document.getElementById("mainchk"),t==n.SectionSubject.length?r.checked=!0:r.checked=!1;n.numPerPage=n.SectionSubject.length,n.maxSize=n.SectionSubject.length,n.totalItems=n.SectionSubject.length,n.todos=n.SectionSubject,n.makeTodos(),n.grid=!0,n.busy=!1,n.table=!0,n.temp.sims_view_mode=!1}else swal({text:"Data Not Found",width:300,showCloseButton:!0})}),"O"==n.selected_year[0].sims_academic_year_status?n.dsblBtn=!0:n.dsblBtn=!1},n.modalget=function(){n.show=!0,n.table=!0,n.section2=[],l=[],n.SectionShowData=[],n.SectionSubject5=[],n.SectionSubject2="",i.get(d.apiUrl+"api/common/SectionSubject/getSectionNamesWithSubjects?curcode="+n.temp.sims_cur_code+"&gradecode="+n.temp.sims_grade_code+"&academicyear="+n.temp.sims_academic_year+"&sectioncode="+n.temp.sims_section_code).then(function(e){n.SectionSubject5=e.data;for(var t,a=0;a<n.SectionSubject5.length;a++)1==n.SectionSubject5[a].sims_subject_status&&(t={sims_subject_code:n.SectionSubject5[a].sims_subject_code,sims_subject_name:n.SectionSubject5[a].sims_subject_name},l.push(t));n.SectionSubject2=l}),n.btnadd=!0,i.get(d.apiUrl+"api/common/SectionSubject/getSectionNames?curcode="+n.temp.sims_cur_code+"&gradecode="+n.temp.sims_grade_code+"&academicyear="+n.temp.sims_academic_year).then(function(e){n.section2=e.data;for(var t=0;t<n.section2.length;t++)n.section2[t].sims_section_code!=n.temp.sims_section_code&&n.SectionShowData.push(n.section2[t])})},n.showsubject=function(e){i.get(d.apiUrl+"api/common/SectionSubject/getSectionSubject?curcode="+n.temp.sims_cur_code+"&gradecode="+n.temp.sims_grade_code+"&academicyear="+n.temp.sims_academic_year+"&sectioncode="+e).then(function(e){n.SectionSubject3=e.data})},n.Copy_Subject=function(){n.temp={sims_cur_code:n.curriculum[0].sims_cur_code,sims_academic_year:n.getAcademicYear[0].sims_academic_year,sims_grade_code:n.getAllGrades[0].sims_grade_code},n.grid=!1,n.display=!0,n.show=!1},n.Save=function(){m=[];for(var e=0;e<n.SectionSubject2.length;e++)1==n.SectionSubject2[e].ischecked&&(m=m+n.SectionSubject2[e].sims_subject_code+",");p=[];for(e=0;e<n.SectionShowData.length;e++)1==n.SectionShowData[e].ischecked&&(p=p+n.SectionShowData[e].sims_section_code+",");var t={sims_subject_code:m,sims_section_code:p,sims_grade_code:n.temp.sims_grade_code,sims_academic_year:n.temp.sims_academic_year,sims_cur_code:n.temp.sims_cur_code,sims_section_name:n.temp.sims_section_code,opr:"E"};0<p.length&&0<m.length?i.post(d.apiUrl+"api/common/SectionSubject/CUDSectionSubjectDetails",t).then(function(e){n.msg1=e.data,n.display=!0;e=document.getElementById("Checkbox1"),1==e.checked&&(e.checked=!1),e=document.getElementById("Checkbox2");1==e.checked&&(e.checked=!1),n.SectionSubject2=[],n.section2=[],n.SectionShowData=[],swal({text:n.msg1.strMessage,width:380}),p=[],m=[],n.SectionShowData=[],n.SectionSubject5=[],l=[],i.get(d.apiUrl+"api/common/SectionSubject/getSectionNamesWithSubjects?curcode="+n.temp.sims_cur_code+"&gradecode="+n.temp.sims_grade_code+"&academicyear="+n.temp.sims_academic_year+"&sectioncode="+n.temp.sims_section_code).then(function(e){n.SectionSubject5=e.data;for(var t,a=0;a<n.SectionSubject5.length;a++)1==n.SectionSubject5[a].sims_subject_status&&n.temp.sims_section_code==n.SectionSubject5[a].sims_section_code&&(t={sims_subject_code:n.SectionSubject5[a].sims_subject_code,sims_subject_name:n.SectionSubject5[a].sims_subject_name},l.push(t));n.SectionSubject2=l}),n.btnadd=!0,i.get(d.apiUrl+"api/common/SectionSubject/getSectionNames?curcode="+n.temp.sims_cur_code+"&gradecode="+n.temp.sims_grade_code+"&academicyear="+n.temp.sims_academic_year).then(function(e){n.section2=e.data;for(var t=0;t<n.section2.length;t++)n.section2[t].sims_section_code!=n.temp.sims_section_code&&n.SectionShowData.push(n.section2[t])})}):swal({text:"Select Subject(s) Or Select Section(s) To Copy",width:380})},n.selectsubject=function(e){for(var t=document.getElementById("Checkbox1"),a=0;a<n.SectionSubject2.length;a++)1==t.checked?n.SectionSubject2[a].ischecked=!0:n.SectionSubject2[a].ischecked=!1},n.selectsection=function(){for(var e=document.getElementById("Checkbox2"),t=0;t<n.SectionShowData.length;t++)1==e.checked?n.SectionShowData[t].ischecked=!0:n.SectionShowData[t].ischecked=!1},n.cancel=function(){n.display=!1,n.grid=!0,n.temp=""},n.Update=function(e){var t=[],a=[];n.insrterecord=!1,n.deleterecord=!1;for(var o,s=0;s<n.filteredTodos.length;s++)(1==n.filteredTodos[s].sims_subject_status?(o={sims_cur_code:n.filteredTodos[s].sims_cur_code,sims_academic_year:n.filteredTodos[s].sims_academic_year,sims_grade_code:n.filteredTodos[s].sims_grade_code,sims_section_code:n.filteredTodos[s].sims_section_code,sims_subject_code:n.filteredTodos[s].sims_subject_code,sims_display_order:n.filteredTodos[s].sims_display_order,sims_subject_mdl_course_id:n.filteredTodos[s].sims_subject_mdl_course_id,sims_section_subject_credit_hours:n.filteredTodos[s].sims_section_subject_credit_hours},t):(o={sims_cur_code:n.filteredTodos[s].sims_cur_code,sims_academic_year:n.filteredTodos[s].sims_academic_year,sims_grade_code:n.filteredTodos[s].sims_grade_code,sims_section_code:n.filteredTodos[s].sims_section_code,sims_subject_code:n.filteredTodos[s].sims_subject_code},a)).push(o);i.post(d.apiUrl+"api/common/SectionSubject/InsertSectionSubject",t).then(function(e){n.msg1=e.data,i.post(d.apiUrl+"api/common/SectionSubject/IDeleteSectionSubject",a).then(function(e){n.msg2=e.data,""!=n.msg2&&null!=n.msg2?(swal({text:n.msg2,width:320,showCloseButton:!0}),n.msg2=""):swal({text:"Record Updated Successfully",imageUrl:"assets/img/check.png",width:320,showCloseButton:!0}),n.row1="",(r=document.getElementById("mainchk")).checked=!1,n.getSectionGradesWise()})})},n.Selectmultiple=function(){r=document.getElementById("mainchk");for(var e=0;e<n.filteredTodos.length;e++)1==r.checked?n.filteredTodos[e].sims_subject_status=!0:n.filteredTodos[e].sims_subject_status=!1},n.SelectSingle=function(e){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),n.color="#edefef"}),1==(r=document.getElementById("mainchk")).checked&&(r.checked=!1,n.color="#edefef")},a(function(){$("#fixTable").tableHeadFixer({top:1})},100),a(function(){$("#Table2").tableHeadFixer({top:1})},100),a(function(){$("#Table1").tableHeadFixer({top:1})},100),n.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).sims_subject_name.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_moe_code.toLowerCase().indexOf(t.toLowerCase());var t})},n.search=function(){n.todos=n.searched(n.SectionSubject,n.searchText),n.totalItems=n.todos.length,n.currentPage="1",""==n.searchText&&(n.todos=n.SectionSubject),n.makeTodos()},n.filteredTodos=[],n.currentPage=1,n.makeTodos=function(){var e=parseInt(n.totalItems%n.numPerPage),e=(n.pagersize="0"==e?parseInt(n.totalItems/n.numPerPage):parseInt(n.totalItems/n.numPerPage)+1,(n.currentPage-1)*n.numPerPage),t=parseInt(e)+parseInt(n.numPerPage);n.filteredTodos=n.todos.slice(e,t)},n.changeno=function(e){99<=(n.maindata=e).sims_display_order&&(swal("","Please enter 0 to 99 days."),n.maindata.sims_display_order="")},n.onlyNumbers=function(e,t){var a,o={escape:27,backspace:8,tab:9,enter:13,del:46,0:48,1:49,2:50,3:51,4:52,5:53,6:54,7:55,8:56,9:57};for(a in o)if(o.hasOwnProperty(a)&&(e.charCode==o[a]||e.keyCode==o[a]))return;e.preventDefault()},n.selectedsub=function(e){if(n.serial=!1,n.serial1=!1,n.new_arr=[],1==e){for(var t=0;t<n.filteredTodos.length;t++)1==n.filteredTodos[t].sims_subject_status&&n.new_arr.push(n.filteredTodos[t]);n.filteredTodos=[],n.filteredTodos=n.new_arr}else n.getSectionGradesWise()},n.AllSubjectList=function(){n.grid=!1,n.getAllSubject=!0,n.SectionAllSubject=[],i.get(d.apiUrl+"api/common/SectionSubject/getAllSubjectByIndex?curcode="+n.edt.sims_cur_code+"&gradecode="+n.edt.sims_grade_code+"&academicyear="+n.edt.sims_academic_year+"&sectioncode="+n.edt.sims_section_code).then(function(e){n.SectionAllSubject=e.data})},n.AddSubject=function(){for(var e=0;e<n.SectionAllSubject.length;e++)1==n.SectionAllSubject[e].sims_subject_status&&n.filteredTodos.push(n.SectionAllSubject[e]);n.display=!1,n.grid=!0,n.getAllSubject=!1,n.temp=""},n.Close=function(){n.display=!1,n.grid=!0,n.getAllSubject=!1,n.temp=""}}])}(),function(){"use strict";let l;var e=angular.module("sims.module.Collaboration");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("TargetCommunicationGroupCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","$filter","ENV",function(s,e,t,a,o,n,i,d){let c=t.globals.currentUser.username;s.pagesize="All",s.pageindex="0",s.pager=!0,s.display=!0,s.for_user_student=!1,s.edt={},s.temp={},s.edt.sims_target_comm_group_status=!0,s.dis1=!0,s.dis2=!1,s.showStudentFilter=function(e){e?(s.for_user_student=!0,s.for_user_parent=!1,s.for_user_employee=!1,s.getDetailData=!0):(s.for_user_student=!1,s.for_user_parent=!1,s.for_user_employee=!1,s.getDetailData=!1)},s.showParentFilter=function(e){e?(s.for_user_student=!0,s.for_user_parent=!0,s.for_user_employee=!1,s.getDetailData=!0):(s.for_user_student=!1,s.for_user_parent=!1,s.for_user_employee=!1,s.getDetailData=!1)},s.showEmployeeFilter=function(e){e?(s.for_user_student=!1,s.for_user_parent=!1,s.for_user_employee=!0,s.getDetailData=!0):(s.for_user_student=!1,s.for_user_parent=!1,s.for_user_employee=!1,s.getDetailData=!1)},s.size=function(e){"All"===e||void 0===e?(s.currentPage="1",s.filteredTodos=s.todos,s.pager=!1):(s.pager=!0,s.pagesize=e,s.currentPage=1,s.numPerPage=e,s.makeTodos())},s.index=function(e){s.pageindex=e,s.currentPage=e,s.makeTodos(),s.chk={},s.chk.chk_all=!1,s.row1=""},s.filteredTodos=[],s.currentPage=1,s.numPerPage=500,s.maxSize=100,s.makeTodos=function(){var e,t;"All"===s.pagesize?(s.currentPage=1,s.showPager=!1,s.filteredTodos=s.communication_data):(e=parseInt(s.totalItems%s.numPerPage),s.pagersize="0"===e?parseInt(s.totalItems/s.numPerPage):parseInt(s.totalItems/s.numPerPage)+1,e=(s.currentPage-1)*s.numPerPage,t=parseInt(e)+parseInt(s.numPerPage),s.filteredTodos=s.todos.slice(e,t))},n.get(d.apiUrl+"api/common/getCuriculum").then(function(e){s.cur_data=e.data,0<e.data.length&&(s.temp.sims_cur_code=e.data[0].sims_cur_code,s.getAccYear(e.data[0].sims_cur_code))}),s.getAccYear=function(t){n.get(d.apiUrl+"api/common/getAcademicYear?curCode="+t).then(function(e){s.academic_year=e.data,0<e.data.length&&(s.temp.sims_academic_year=e.data[0].sims_academic_year,s.getAllGrades(t,e.data[0].sims_academic_year),s.getDepartment(t,e.data[0].sims_academic_year))})},$(function(){$("#cmb_grade_code").multipleSelect({width:"100%"}),$("#cmb_section_code").multipleSelect({width:"100%"}),$("#cmb_gifted_status").multipleSelect({width:"100%"}),$("#cmb_transport_status").multipleSelect({width:"100%"}),$("#cmb_subject").multipleSelect({width:"100%"}),$("#cmb_department").multipleSelect({width:"100%"})}),s.getAllGrades=function(e,t){n.get(d.apiUrl+"api/common/getAllGrades?cur_code="+e+"&academic_year="+t).then(function(e){s.grade_code=e.data,setTimeout(function(){$("#cmb_grade_code").change(function(){}).multipleSelect({width:"100%",filter:!0})},1e3)})},s.getSectionFromGrade=function(e,t,a){n.get(d.apiUrl+"api/common/getSectionFromGrade?cur_code="+e+"&academic_year="+t+"&grade_code="+a).then(function(e){s.section_code=e.data,setTimeout(function(){$("#cmb_section_code").change(function(){}).multipleSelect({width:"100%",filter:!0})},1e3)})},s.getDepartment=function(e,t){n.get(d.apiUrl+"api/TargetCommunicationGroup/getDepartment?company_code="+e+"&academic_year="+t).then(function(e){s.dept_data=e.data,setTimeout(function(){$("#cmb_department").change(function(){}).multipleSelect({width:"100%",filter:!0})},1e3)})},n.get(d.apiUrl+"api/TargetCommunicationGroup/getSubject").then(function(e){s.subject_data=e.data,setTimeout(function(){$("#cmb_subject").change(function(){}).multipleSelect({width:"100%",filter:!0})},1e3)}),n.get(d.apiUrl+"api/TargetCommunicationGroup/getGiftedStatus").then(function(e){s.gifted_status=e.data,setTimeout(function(){$("#cmb_gifted_status").change(function(){}).multipleSelect({width:"100%",filter:!0})},1e3)}),n.get(d.apiUrl+"api/TargetCommunicationGroup/getTransportStatus").then(function(e){s.transport_status=e.data,setTimeout(function(){$("#cmb_transport_status").change(function(){}).multipleSelect({width:"100%",filter:!0})},1e3)}),s.getdetail=function(){n.get(d.apiUrl+"api/TargetCommunicationGroup/GetTargetCommunicationGroupData?sims_cur_code="+s.temp.sims_cur_code+"&sims_academic_year="+s.temp.sims_academic_year+"&sims_grade_code="+s.temp.sims_grade_code+"&sims_section_code="+s.temp.sims_section_code+"&sims_enroll_number="+s.temp.sims_enroll_number+"&sims_gifted_status="+s.temp.sims_gifted_status+"&sims_transport_status="+s.temp.sims_transport_status+"&sims_subject_code="+s.temp.sims_subject_code+"&sims_parent_number="+s.temp.sims_parent_number+"&sims_dept_code="+s.temp.sims_dept_code+"&em_login_code="+s.temp.em_login_code+"&chk_student="+s.edt.sims_student+"&chk_parent="+s.edt.sims_parent+"&chk_employee="+s.edt.sims_employee+"&sims_target_comm_group_id="+s.edt.sims_target_comm_group_id).then(function(e){0<e.data.length?(s.report_data=e.data,s.update1&&a(function(){s.innergridCheckbox()},1e3)):swal({title:"Alert",text:"Record not found",showCloseButton:!0,width:300,height:200})})},s.innergridCheckbox=function(){for(let e=0;s.report_data.length;e++)""!=s.report_data[e].sims_target_comm_group_sr_no&&(document.getElementById("test1_"+e).checked=!0,s.row1="row_selected",$("tr").addClass("row_selected"),s.report_data[e].user_number1=!0)},s.CheckAllChecked=function(){if((l=document.getElementById("mainchk")).checked)for(var e=0;e<s.filteredTodos.length;e++)document.getElementById("test_"+e).checked=!0,s.row1="row_selected",$("tr").addClass("row_selected");else for(e=0;e<s.filteredTodos.length;e++)document.getElementById("test_"+e).checked=!1,l.checked=!1,s.row1=""},s.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),s.color="#edefef"}),(l=document.getElementById("mainchk")).checked&&(l.checked=!1,$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected")}))},s.CheckAllChecked1=function(){if((l=document.getElementById("mainchk1")).checked)for(var e=0;e<s.report_data.length;e++)document.getElementById("test1_"+e).checked=!0,s.row1="row_selected",$("tr").addClass("row_selected"),s.report_data[e].user_number1=!0;else for(e=0;e<s.report_data.length;e++)document.getElementById("test1_"+e).checked=!1,l.checked=!1,s.row1="",s.report_data[e].user_number1=!1},s.checkonebyonedelete1=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),s.color="#edefef"}),(l=document.getElementById("mainchk1")).checked&&(l.checked=!1,$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected")}))},s.Save=function(e){var t;l.checked=!1,s.row1="",s.color="#edefef",e?!1===s.update1?(t=s.report_data.some(e=>e.user_number1),0<s.report_data.length&&t?(t={username:c,sims_target_comm_group_name:s.edt.sims_target_comm_group_name,sims_target_comm_group_desc:s.edt.sims_target_comm_group_desc,sims_target_comm_group_status:s.edt.sims_target_comm_group_status,chk_student:s.edt.sims_student,chk_parent:s.edt.sims_parent,chk_employee:s.edt.sims_employee,sims_target_comm_group_id:0},n.post(d.apiUrl+"api/TargetCommunicationGroup/InsertTargetCommunicationGroup",t).then(function(e){s.msg1=e.data,s.group_id=s.msg1,s.sendataDetails=[];for(let e=0;e<s.report_data.length;e++){var t;s.report_data[e].user_number1&&(t={username:c,sims_target_comm_group_name:s.edt.sims_target_comm_group_name,sims_target_comm_group_desc:s.edt.sims_target_comm_group_desc,sims_target_comm_group_status:s.edt.sims_target_comm_group_status,user_number:s.report_data[e].user_number,sims_target_comm_group_id:s.group_id},s.sendataDetails.push(t))}n.post(d.apiUrl+"api/TargetCommunicationGroup/InsertTargetCommunicationGroup1",s.sendataDetails).then(function(e){s.msg2=e.data,s.msg2?swal({title:"Alert",text:"Record Saved Successfully",imageUrl:"assets/img/check.png",width:300,height:200}).then(function(e){e&&(s.getAllData(),s.edt={},s.temp={},s.report_data=[],s.edt.sims_target_comm_group_status=!0,s.dis1=!0,s.dis2=!1)}):swal({title:"Alert",text:"Record Not Saved",imageUrl:"assets/img/close.png",width:300,height:200}).then(function(e){e&&(s.getAllData(),s.edt={},s.temp={},s.report_data=[],s.edt.sims_target_comm_group_status=!0,s.dis1=!0,s.dis2=!1)})})})):swal({title:"Alert",text:"Record Not Saved",imageUrl:"assets/img/close.png",width:300,height:200}).then(function(e){e&&(s.getAllData(),s.edt={},s.temp={},s.report_data=[],s.edt.sims_target_comm_group_status=!0,s.dis1=!0,s.dis2=!1)})):s.Update(e):swal({title:"Alert",text:"Please select required fields",width:300,height:200})},s.edit=function(e){s.save1=!1,s.update1=!0,s.delete1=!1,s.edit_code=!0,s.dis1=!1,s.dis2=!0,s.showStudentFilter(),s.edt={sims_target_comm_group_id:e.sims_target_comm_group_id,sims_target_comm_group_name:e.sims_target_comm_group_name,sims_target_comm_group_desc:e.sims_target_comm_group_desc,sims_target_comm_group_category:e.sims_target_comm_group_category,sims_target_comm_group_status:e.sims_target_comm_group_status,sims_target_comm_group_created_date:e.sims_target_comm_group_created_date,sims_target_comm_group_created_by:e.sims_target_comm_group_created_by,sims_target_comm_group_username:e.sims_target_comm_group_username},n.get(d.apiUrl+"api/TargetCommunicationGroup/GetTargetCommunicationGroupDeatilUserData?sims_target_comm_group_id="+e.sims_target_comm_group_id).then(function(e){0<e.data.length?(s.edit_user_data=e.data,s.report_data1=s.edit_user_data,s.report_data=s.report_data1,"SPE"===s.report_data[0].sims_target_comm_group_category?(s.edt.sims_student=!0,s.edt.sims_parent=!0,s.edt.sims_employee=!0):"PE"===s.report_data[0].sims_target_comm_group_category?(s.edt.sims_parent=!0,s.edt.sims_employee=!0):"SE"===s.report_data[0].sims_target_comm_group_category?(s.edt.sims_student=!0,s.edt.sims_employee=!0):"SP"===s.report_data[0].sims_target_comm_group_category?(s.edt.sims_student=!0,s.edt.sims_parent=!0):"E"===s.report_data[0].sims_target_comm_group_category?s.edt.sims_employee=!0:"P"===s.report_data[0].sims_target_comm_group_category?s.edt.sims_parent=!0:"S"===s.report_data[0].sims_target_comm_group_category&&(s.edt.sims_student=!0),a(function(){s.innergridCheckbox()},1e3)):swal({title:"Alert",text:"Record not found",showCloseButton:!0,width:300,height:200})})},s.Delete=function(){var o=[];s.flag=!1;for(var e,t=0;t<s.filteredTodos.length;t++)document.getElementById("test_"+t).checked&&(s.flag=!0,e={opr:"D",sims_target_comm_group_id:s.filteredTodos[t].sims_target_comm_group_id},o.push(e));s.flag?swal({text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No",imageUrl:"assets/img/notification-alert.png"}).then(function(e){if(e)n.post(d.apiUrl+"api/TargetCommunicationGroup/DeleteTargetCommunicationGroup",o).then(function(e){s.msg1=e.data,s.msg1?swal({text:"Record Deleted Successfully",showCloseButton:!0,width:380,imageUrl:"assets/img/check.png"}).then(function(e){e&&s.getAllData()}):s.msg1?swal({text:"Record Not Deleted",showCloseButton:!0,width:380,imageUrl:"assets/img/close.png"}).then(function(e){e&&s.getAllData()}):swal("Error-"+s.msg1)});else{(l=document.getElementById("mainchk")).checked&&(l.checked=!1);for(var t=0;t<s.filteredTodos.length;t++){var a=document.getElementById("test_"+t);a.checked&&(a.checked=!1,$("tr").removeClass("row_selected"))}}}):swal({text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380})},s.New=function(){s.edt={sims_target_comm_group_status:!0},s.dis1=!1,s.dis2=!0,s.save1=!0,s.update1=!1,s.delete1=!1,s.report_data=[],s.showStudentFilter()},s.cancel=function(){s.dis1=!0,s.dis2=!1,s.edt="",s.temp="",s.getAllData(),s.report_data=[],s.myForm.$setPristine(),s.myForm.$setUntouched()},s.getAllData=function(){n.get(d.apiUrl+"api/TargetCommunicationGroup/GetTargetCommunicationGroupDeatilData").then(function(e){0<e.data.length?(s.communication_data=e.data,s.totalItems=s.communication_data.length,s.todos=s.communication_data,s.makeTodos(),s.pager=!0):(swal({title:"Alert",text:"Record not found",showCloseButton:!0,width:300,height:200}),s.communication_data=[],s.filteredTodos=[],s.pager=!1)})},s.getAllData(),s.CancelUser=function(e){s.report_data[e].isDeleted=!0,s.report_deleted_data=[],s.report_deleted_data.push(s.report_data[e]),s.report_data.splice(e,1)},s.Update=function(){var e,t,a;if(s.SendDataDetail=[],s.report_data[0].sims_target_comm_group_desc==s.edt.sims_target_comm_group_desc&&s.report_data[0].sims_target_comm_group_status==s.edt.sims_target_comm_group_status||(e={sims_target_comm_group_id:s.edt.sims_target_comm_group_id,sims_target_comm_group_name:s.edt.sims_target_comm_group_name,sims_target_comm_group_desc:s.edt.sims_target_comm_group_desc,sims_target_comm_group_status:s.edt.sims_target_comm_group_status,chk_student:s.edt.sims_student,chk_parent:s.edt.sims_parent,chk_employee:s.edt.sims_employee},s.SendDataDetail.push(e)),s.report_data)for(let e=0;e<s.report_data.length;e++)s.report_data[e].user_number1&&""===s.report_data[e].sims_target_comm_group_sr_no&&(t={username:c,sims_target_comm_group_name:s.edt.sims_target_comm_group_name,sims_target_comm_group_desc:s.edt.sims_target_comm_group_desc,sims_target_comm_group_status:s.edt.sims_target_comm_group_status,user_number:s.report_data[e].user_number,user_name:s.report_data[e].user_name,sims_target_comm_group_id:s.edt.sims_target_comm_group_id,sims_target_comm_group_sr_no:s.report_data[e].sims_target_comm_group_sr_no,isDeleted:s.report_data[e].isDeleted,chk_student:s.edt.sims_student,chk_parent:s.edt.sims_parent,chk_employee:s.edt.sims_employee},s.SendDataDetail.push(t));if(s.report_deleted_data)for(let e=0;e<s.report_deleted_data.length;e++)s.report_deleted_data[e].isDeleted&&(a={username:c,sims_target_comm_group_name:s.edt.sims_target_comm_group_name,sims_target_comm_group_desc:s.edt.sims_target_comm_group_desc,sims_target_comm_group_status:s.edt.sims_target_comm_group_status,user_number:s.report_deleted_data[e].user_number,sims_target_comm_group_id:s.edt.sims_target_comm_group_id,sims_target_comm_group_sr_no:s.report_deleted_data[e].sims_target_comm_group_sr_no,isDeleted:s.report_deleted_data[e].isDeleted,chk_student:s.edt.sims_student,chk_parent:s.edt.sims_parent,chk_employee:s.edt.sims_employee},s.SendDataDetail.push(a));n.post(d.apiUrl+"api/TargetCommunicationGroup/UpdateTargetCommunicationGroup",s.SendDataDetail).then(function(e){s.msg2=e.data,s.msg2?swal({title:"Alert",text:"Record Updated Successfully",imageUrl:"assets/img/check.png",width:300,height:200}).then(function(e){e&&(s.getAllData(),s.edt={},s.temp={},s.report_data=[],s.edt.sims_target_comm_group_status=!0,s.dis1=!0,s.dis2=!1,s.showStudentFilter())}):swal({title:"Alert",text:"Record Not Updated",imageUrl:"assets/img/close.png",width:300,height:200}).then(function(e){e&&(s.getAllData(),s.edt={},s.temp={},s.report_data=[],s.edt.sims_target_comm_group_status=!0,s.dis1=!0,s.dis2=!1,s.showStudentFilter())})})},s.exportData=function(){swal({title:"",text:"Are you sure you want to Export?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){e&&alasql('SELECT * INTO XLSX("TargetCommunicationGroupReport.xlsx",{headers:true})  FROM HTML("#InnerTableData",{headers:true,skipdisplaynone:true})')})},s.searched1=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).user_number.toLowerCase().indexOf(t.toLowerCase())||-1<e.user_name.toLowerCase().indexOf(t.toLowerCase());var t})},s.search1=function(){s.report_data=s.searched1(s.report_data,s.searchText1),""===s.searchText1&&(s.report_data=s.report_data1)},s.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).sims_target_comm_group_id.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_target_comm_group_name.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_target_comm_group_desc.toLowerCase().indexOf(t.toLowerCase());var t})},s.search=function(){s.todos=s.searched(s.communication_data,s.searchText),s.totalItems=s.todos.length,s.currentPage="1",""===s.searchText&&(s.todos=s.communication_data),s.makeTodos()}}])}(),function(){"use strict";let l;var e=angular.module("sims.module.Collaboration");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("targetcommunicationgrouphrcont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","$filter","ENV",function(s,e,t,a,o,n,i,d){let c=t.globals.currentUser.username;s.pagesize="All",s.pageindex="0",s.pager=!0,s.display=!0,s.for_user_student=!1,s.edt={},s.temp={},s.edt.sims_target_comm_group_status=!0,s.dis1=!0,s.dis2=!1,s.showStudentFilter=function(e){e?(s.for_user_student=!0,s.for_user_parent=!1,s.for_user_employee=!1,s.getDetailData=!0):(s.for_user_student=!1,s.for_user_parent=!1,s.for_user_employee=!1,s.getDetailData=!1)},s.showParentFilter=function(e){e?(s.for_user_student=!0,s.for_user_parent=!0,s.for_user_employee=!1,s.getDetailData=!0):(s.for_user_student=!1,s.for_user_parent=!1,s.for_user_employee=!1,s.getDetailData=!1)},s.showEmployeeFilter=function(e){e?(s.for_user_student=!1,s.for_user_parent=!1,s.for_user_employee=!0,s.getDetailData=!0):(s.for_user_student=!1,s.for_user_parent=!1,s.for_user_employee=!1,s.getDetailData=!1)},s.size=function(e){"All"===e||void 0===e?(s.currentPage="1",s.filteredTodos=s.todos,s.pager=!1):(s.pager=!0,s.pagesize=e,s.currentPage=1,s.numPerPage=e,s.makeTodos())},s.index=function(e){s.pageindex=e,s.currentPage=e,s.makeTodos(),s.chk={},s.chk.chk_all=!1,s.row1=""},s.filteredTodos=[],s.currentPage=1,s.numPerPage=500,s.maxSize=100,s.makeTodos=function(){var e,t;"All"===s.pagesize?(s.currentPage=1,s.showPager=!1,s.filteredTodos=s.communication_data):(e=parseInt(s.totalItems%s.numPerPage),s.pagersize="0"===e?parseInt(s.totalItems/s.numPerPage):parseInt(s.totalItems/s.numPerPage)+1,e=(s.currentPage-1)*s.numPerPage,t=parseInt(e)+parseInt(s.numPerPage),s.filteredTodos=s.todos.slice(e,t))},n.get(d.apiUrl+"api/common/getCuriculum").then(function(e){s.cur_data=e.data,0<e.data.length&&(s.temp.sims_cur_code=e.data[0].sims_cur_code,s.getAccYear(e.data[0].sims_cur_code))}),s.getAccYear=function(t){n.get(d.apiUrl+"api/common/getAcademicYear?curCode="+t).then(function(e){s.academic_year=e.data,0<e.data.length&&(s.temp.sims_academic_year=e.data[0].sims_academic_year,s.getAllGrades(t,e.data[0].sims_academic_year),s.getDepartment(t,e.data[0].sims_academic_year))})},$(function(){$("#cmb_grade_code").multipleSelect({width:"100%"}),$("#cmb_section_code").multipleSelect({width:"100%"}),$("#cmb_gifted_status").multipleSelect({width:"100%"}),$("#cmb_transport_status").multipleSelect({width:"100%"}),$("#cmb_subject").multipleSelect({width:"100%"}),$("#cmb_department").multipleSelect({width:"100%"})}),s.getAllGrades=function(e,t){n.get(d.apiUrl+"api/common/getAllGrades?cur_code="+e+"&academic_year="+t).then(function(e){s.grade_code=e.data,setTimeout(function(){$("#cmb_grade_code").change(function(){}).multipleSelect({width:"100%",filter:!0})},1e3)})},s.getSectionFromGrade=function(e,t,a){n.get(d.apiUrl+"api/common/getSectionFromGrade?cur_code="+e+"&academic_year="+t+"&grade_code="+a).then(function(e){s.section_code=e.data,setTimeout(function(){$("#cmb_section_code").change(function(){}).multipleSelect({width:"100%",filter:!0})},1e3)})},s.getDepartment=function(e,t){n.get(d.apiUrl+"api/TargetCommunicationGroup/getDepartment?company_code="+e+"&academic_year="+t).then(function(e){s.dept_data=e.data,setTimeout(function(){$("#cmb_department").change(function(){}).multipleSelect({width:"100%",filter:!0})},1e3)})},n.get(d.apiUrl+"api/TargetCommunicationGroup/getSubject").then(function(e){s.subject_data=e.data,setTimeout(function(){$("#cmb_subject").change(function(){}).multipleSelect({width:"100%",filter:!0})},1e3)}),n.get(d.apiUrl+"api/TargetCommunicationGroup/getGiftedStatus").then(function(e){s.gifted_status=e.data,setTimeout(function(){$("#cmb_gifted_status").change(function(){}).multipleSelect({width:"100%",filter:!0})},1e3)}),n.get(d.apiUrl+"api/TargetCommunicationGroup/getTransportStatus").then(function(e){s.transport_status=e.data,setTimeout(function(){$("#cmb_transport_status").change(function(){}).multipleSelect({width:"100%",filter:!0})},1e3)}),s.getdetail=function(){n.get(d.apiUrl+"api/TargetCommunicationGroup/GetTargetCommunicationGroupData?sims_cur_code="+s.temp.sims_cur_code+"&sims_academic_year="+s.temp.sims_academic_year+"&sims_grade_code="+s.temp.sims_grade_code+"&sims_section_code="+s.temp.sims_section_code+"&sims_enroll_number="+s.temp.sims_enroll_number+"&sims_gifted_status="+s.temp.sims_gifted_status+"&sims_transport_status="+s.temp.sims_transport_status+"&sims_subject_code="+s.temp.sims_subject_code+"&sims_parent_number="+s.temp.sims_parent_number+"&sims_dept_code="+s.temp.sims_dept_code+"&em_login_code="+s.temp.em_login_code+"&chk_student="+s.edt.sims_student+"&chk_parent="+s.edt.sims_parent+"&chk_employee="+s.edt.sims_employee+"&sims_target_comm_group_id="+s.edt.sims_target_comm_group_id).then(function(e){0<e.data.length?(s.report_data=e.data,s.update1&&a(function(){s.innergridCheckbox()},1e3)):swal({title:"Alert",text:"Record not found",showCloseButton:!0,width:300,height:200})})},s.innergridCheckbox=function(){for(let e=0;s.report_data.length;e++)""!=s.report_data[e].sims_target_comm_group_sr_no&&(document.getElementById("test1_"+e).checked=!0,s.row1="row_selected",$("tr").addClass("row_selected"),s.report_data[e].user_number1=!0)},s.CheckAllChecked=function(){if((l=document.getElementById("mainchk")).checked)for(var e=0;e<s.filteredTodos.length;e++)document.getElementById("test_"+e).checked=!0,s.row1="row_selected",$("tr").addClass("row_selected");else for(e=0;e<s.filteredTodos.length;e++)document.getElementById("test_"+e).checked=!1,l.checked=!1,s.row1=""},s.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),s.color="#edefef"}),(l=document.getElementById("mainchk")).checked&&(l.checked=!1,$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected")}))},s.CheckAllChecked1=function(){if((l=document.getElementById("mainchk1")).checked)for(var e=0;e<s.report_data.length;e++)document.getElementById("test1_"+e).checked=!0,s.row1="row_selected",$("tr").addClass("row_selected"),s.report_data[e].user_number1=!0;else for(e=0;e<s.report_data.length;e++)document.getElementById("test1_"+e).checked=!1,l.checked=!1,s.row1="",s.report_data[e].user_number1=!1},s.checkonebyonedelete1=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),s.color="#edefef"}),(l=document.getElementById("mainchk1")).checked&&(l.checked=!1,$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected")}))},s.Save=function(e){var t;l.checked=!1,s.row1="",s.color="#edefef",e?!1===s.update1?(t=s.report_data.some(e=>e.user_number1),0<s.report_data.length&&t?(t={username:c,sims_target_comm_group_name:s.edt.sims_target_comm_group_name,sims_target_comm_group_desc:s.edt.sims_target_comm_group_desc,sims_target_comm_group_status:s.edt.sims_target_comm_group_status,chk_student:s.edt.sims_student,chk_parent:s.edt.sims_parent,chk_employee:s.edt.sims_employee,sims_target_comm_group_id:0},n.post(d.apiUrl+"api/TargetCommunicationGroup/InsertTargetCommunicationGroup",t).then(function(e){s.msg1=e.data,s.group_id=s.msg1,s.sendataDetails=[];for(let e=0;e<s.report_data.length;e++){var t;s.report_data[e].user_number1&&(t={username:c,sims_target_comm_group_name:s.edt.sims_target_comm_group_name,sims_target_comm_group_desc:s.edt.sims_target_comm_group_desc,sims_target_comm_group_status:s.edt.sims_target_comm_group_status,user_number:s.report_data[e].user_number,sims_target_comm_group_id:s.group_id},s.sendataDetails.push(t))}n.post(d.apiUrl+"api/TargetCommunicationGroup/InsertTargetCommunicationGroup1",s.sendataDetails).then(function(e){s.msg2=e.data,s.msg2?swal({title:"Alert",text:"Record Saved Successfully",imageUrl:"assets/img/check.png",width:300,height:200}).then(function(e){e&&(s.getAllData(),s.edt={},s.temp={},s.report_data=[],s.edt.sims_target_comm_group_status=!0,s.dis1=!0,s.dis2=!1)}):swal({title:"Alert",text:"Record Not Saved",imageUrl:"assets/img/close.png",width:300,height:200}).then(function(e){e&&(s.getAllData(),s.edt={},s.temp={},s.report_data=[],s.edt.sims_target_comm_group_status=!0,s.dis1=!0,s.dis2=!1)})})})):swal({title:"Alert",text:"Record Not Saved",imageUrl:"assets/img/close.png",width:300,height:200}).then(function(e){e&&(s.getAllData(),s.edt={},s.temp={},s.report_data=[],s.edt.sims_target_comm_group_status=!0,s.dis1=!0,s.dis2=!1)})):s.Update(e):swal({title:"Alert",text:"Please select required fields",width:300,height:200})},s.edit=function(e){s.save1=!1,s.update1=!0,s.delete1=!1,s.edit_code=!0,s.dis1=!1,s.dis2=!0,s.showStudentFilter(),s.edt={sims_target_comm_group_id:e.sims_target_comm_group_id,sims_target_comm_group_name:e.sims_target_comm_group_name,sims_target_comm_group_desc:e.sims_target_comm_group_desc,sims_target_comm_group_category:e.sims_target_comm_group_category,sims_target_comm_group_status:e.sims_target_comm_group_status,sims_target_comm_group_created_date:e.sims_target_comm_group_created_date,sims_target_comm_group_created_by:e.sims_target_comm_group_created_by,sims_target_comm_group_username:e.sims_target_comm_group_username},n.get(d.apiUrl+"api/TargetCommunicationGroup/GetTargetCommunicationGroupDeatilUserData?sims_target_comm_group_id="+e.sims_target_comm_group_id).then(function(e){0<e.data.length?(s.edit_user_data=e.data,s.report_data1=s.edit_user_data,s.report_data=s.report_data1,"SPE"===s.report_data[0].sims_target_comm_group_category?(s.edt.sims_student=!0,s.edt.sims_parent=!0,s.edt.sims_employee=!0):"PE"===s.report_data[0].sims_target_comm_group_category?(s.edt.sims_parent=!0,s.edt.sims_employee=!0):"SE"===s.report_data[0].sims_target_comm_group_category?(s.edt.sims_student=!0,s.edt.sims_employee=!0):"SP"===s.report_data[0].sims_target_comm_group_category?(s.edt.sims_student=!0,s.edt.sims_parent=!0):"E"===s.report_data[0].sims_target_comm_group_category?s.edt.sims_employee=!0:"P"===s.report_data[0].sims_target_comm_group_category?s.edt.sims_parent=!0:"S"===s.report_data[0].sims_target_comm_group_category&&(s.edt.sims_student=!0),a(function(){s.innergridCheckbox()},1e3)):swal({title:"Alert",text:"Record not found",showCloseButton:!0,width:300,height:200})})},s.Delete=function(){var o=[];s.flag=!1;for(var e,t=0;t<s.filteredTodos.length;t++)document.getElementById("test_"+t).checked&&(s.flag=!0,e={opr:"D",sims_target_comm_group_id:s.filteredTodos[t].sims_target_comm_group_id},o.push(e));s.flag?swal({text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No",imageUrl:"assets/img/notification-alert.png"}).then(function(e){if(e)n.post(d.apiUrl+"api/TargetCommunicationGroup/DeleteTargetCommunicationGroup",o).then(function(e){s.msg1=e.data,s.msg1?swal({text:"Record Deleted Successfully",showCloseButton:!0,width:380,imageUrl:"assets/img/check.png"}).then(function(e){e&&s.getAllData()}):s.msg1?swal({text:"Record Not Deleted",showCloseButton:!0,width:380,imageUrl:"assets/img/close.png"}).then(function(e){e&&s.getAllData()}):swal("Error-"+s.msg1)});else{(l=document.getElementById("mainchk")).checked&&(l.checked=!1);for(var t=0;t<s.filteredTodos.length;t++){var a=document.getElementById("test_"+t);a.checked&&(a.checked=!1,$("tr").removeClass("row_selected"))}}}):swal({text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380})},s.New=function(){s.edt={sims_target_comm_group_status:!0},s.dis1=!1,s.dis2=!0,s.save1=!0,s.update1=!1,s.delete1=!1,s.report_data=[],s.showStudentFilter()},s.cancel=function(){s.dis1=!0,s.dis2=!1,s.edt="",s.temp="",s.getAllData(),s.report_data=[],s.myForm.$setPristine(),s.myForm.$setUntouched()},s.getAllData=function(){n.get(d.apiUrl+"api/TargetCommunicationGroup/GetTargetCommunicationGroupDeatilData").then(function(e){0<e.data.length?(s.communication_data=e.data,s.totalItems=s.communication_data.length,s.todos=s.communication_data,s.makeTodos(),s.pager=!0):(swal({title:"Alert",text:"Record not found",showCloseButton:!0,width:300,height:200}),s.communication_data=[],s.filteredTodos=[],s.pager=!1)})},s.getAllData(),s.CancelUser=function(e){s.report_data[e].isDeleted=!0,s.report_deleted_data=[],s.report_deleted_data.push(s.report_data[e]),s.report_data.splice(e,1)},s.Update=function(){var e,t,a;if(s.SendDataDetail=[],s.report_data[0].sims_target_comm_group_desc==s.edt.sims_target_comm_group_desc&&s.report_data[0].sims_target_comm_group_status==s.edt.sims_target_comm_group_status||(e={sims_target_comm_group_id:s.edt.sims_target_comm_group_id,sims_target_comm_group_name:s.edt.sims_target_comm_group_name,sims_target_comm_group_desc:s.edt.sims_target_comm_group_desc,sims_target_comm_group_status:s.edt.sims_target_comm_group_status,chk_student:s.edt.sims_student,chk_parent:s.edt.sims_parent,chk_employee:s.edt.sims_employee},s.SendDataDetail.push(e)),s.report_data)for(let e=0;e<s.report_data.length;e++)s.report_data[e].user_number1&&""===s.report_data[e].sims_target_comm_group_sr_no&&(t={username:c,sims_target_comm_group_name:s.edt.sims_target_comm_group_name,sims_target_comm_group_desc:s.edt.sims_target_comm_group_desc,sims_target_comm_group_status:s.edt.sims_target_comm_group_status,user_number:s.report_data[e].user_number,user_name:s.report_data[e].user_name,sims_target_comm_group_id:s.edt.sims_target_comm_group_id,sims_target_comm_group_sr_no:s.report_data[e].sims_target_comm_group_sr_no,isDeleted:s.report_data[e].isDeleted,chk_student:s.edt.sims_student,chk_parent:s.edt.sims_parent,chk_employee:s.edt.sims_employee},s.SendDataDetail.push(t));if(s.report_deleted_data)for(let e=0;e<s.report_deleted_data.length;e++)s.report_deleted_data[e].isDeleted&&(a={username:c,sims_target_comm_group_name:s.edt.sims_target_comm_group_name,sims_target_comm_group_desc:s.edt.sims_target_comm_group_desc,sims_target_comm_group_status:s.edt.sims_target_comm_group_status,user_number:s.report_deleted_data[e].user_number,sims_target_comm_group_id:s.edt.sims_target_comm_group_id,sims_target_comm_group_sr_no:s.report_deleted_data[e].sims_target_comm_group_sr_no,isDeleted:s.report_deleted_data[e].isDeleted,chk_student:s.edt.sims_student,chk_parent:s.edt.sims_parent,chk_employee:s.edt.sims_employee},s.SendDataDetail.push(a));n.post(d.apiUrl+"api/TargetCommunicationGroup/UpdateTargetCommunicationGroup",s.SendDataDetail).then(function(e){s.msg2=e.data,s.msg2?swal({title:"Alert",text:"Record Updated Successfully",imageUrl:"assets/img/check.png",width:300,height:200}).then(function(e){e&&(s.getAllData(),s.edt={},s.temp={},s.report_data=[],s.edt.sims_target_comm_group_status=!0,s.dis1=!0,s.dis2=!1,s.showStudentFilter())}):swal({title:"Alert",text:"Record Not Updated",imageUrl:"assets/img/close.png",width:300,height:200}).then(function(e){e&&(s.getAllData(),s.edt={},s.temp={},s.report_data=[],s.edt.sims_target_comm_group_status=!0,s.dis1=!0,s.dis2=!1,s.showStudentFilter())})})},s.exportData=function(){swal({title:"",text:"Are you sure you want to Export?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){e&&alasql('SELECT * INTO XLSX("TargetCommunicationGroupReport.xlsx",{headers:true})  FROM HTML("#InnerTableData",{headers:true,skipdisplaynone:true})')})},s.searched1=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).user_number.toLowerCase().indexOf(t.toLowerCase())||-1<e.user_name.toLowerCase().indexOf(t.toLowerCase());var t})},s.search1=function(){s.report_data=s.searched1(s.report_data,s.searchText1),""===s.searchText1&&(s.report_data=s.report_data1)},s.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).sims_target_comm_group_id.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_target_comm_group_name.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_target_comm_group_desc.toLowerCase().indexOf(t.toLowerCase());var t})},s.search=function(){s.todos=s.searched(s.communication_data,s.searchText),s.totalItems=s.todos.length,s.currentPage="1",""===s.searchText&&(s.todos=s.communication_data),s.makeTodos()}}])}(),function(){"use strict";var e=angular.module("sims.module.Collaboration");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("ViewCircularCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(c,e,l,t,a,r,m){c.url=m.docUrl+r.defaults.headers.common.schoolId,c.view=!0,c.create=!1,c.pagesize="10",c.pageindex="1",c.filteredTodos=[],c.currentPage=1,c.numPerPage=10,c.maxSize=5,c.save_btn=!1;var p=[],i=[];c.images=[],c.images1=[],c.del_images=[],new Array,c.obj=[],c.cdetails_data=[],c.filesize=!0,$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0,format:"yyyy-mm-dd"}),$(document).on("touch click",'*[data-datepicker="true"] .add-on',function(e){$('input[type="text"]',$(this).parent()).focus()}),$("textarea#editor").data("kendoEditor");$(document).ready(function(){$("#editor").kendoEditor({tools:["bold","italic","underline","strikethrough","justifyLeft","justifyCenter","justifyRight","justifyFull","insertUnorderedList","insertOrderedList","indent","outdent","createLink","unlink","insertImage","insertFile","subscript","superscript","tableWizard","createTable","addRowAbove","addRowBelow","addColumnLeft","addColumnRight","deleteRow","deleteColumn","mergeCellsHorizontally","mergeCellsVertically","splitCellHorizontally","splitCellVertically","viewHtml","formatting","fontName","fontSize","foreColor","backColor"]})}),"sis"!=r.defaults.headers.common.schoolId&&"staging1"!=r.defaults.headers.common.schoolId&&"staging2"!=r.defaults.headers.common.schoolId&&"staging3"!=r.defaults.headers.common.schoolId&&"staging4"!=r.defaults.headers.common.schoolId&&"aisdxb"!=r.defaults.headers.common.schoolId&&"tiadxb"!=r.defaults.headers.common.schoolId&&"tiashj"!=r.defaults.headers.common.schoolId&&"tosdxb"!=r.defaults.headers.common.schoolId&&"erp"!=r.defaults.headers.common.schoolId&&"staging"!=r.defaults.headers.common.schoolId&&"erp-modern"!=r.defaults.headers.common.schoolId&&"svs"!=r.defaults.headers.common.schoolId||(c.view_publish_flg=!0),r.get(m.apiUrl+"api/common/getCuriculum").then(function(e){c.obj2=e.data}),r.get(m.apiUrl+"api/common/Circular/getCircularType").then(function(e){c.obj3=e.data}),r.get(m.apiUrl+"api/common/Circular/getCircularCategory").then(function(e){c.obj4=e.data}),r.get(m.apiUrl+"api/common/Circular/getAllCircularUserGroup").then(function(e){c.obj5=e.data}),r.get(m.apiUrl+"api/common/Circular/GetAllDesignationNames").then(function(e){c.designation=e.data,setTimeout(function(){$("#cmb_designation").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"})},1e3)}),r.get(m.apiUrl+"api/common/Circular/GetAllDepartments").then(function(e){c.department=e.data,setTimeout(function(){$("#cmb_department").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"})},1e3)}),c.search_to_date=moment().format("DD-MM-YYYY"),c.search_from_date=moment().add(-3,"M").format("DD-MM-YYYY"),c.SearchbyDate=function(e,t){null==(e=c.search_from_date)&&(e=""),null==(t=c.search_to_date)&&(t=""),"sia"==r.defaults.headers.common.schoolId||"ds"==r.defaults.headers.common.schoolId||"clarionschool"==r.defaults.headers.common.schoolId?c.circular_url="api/common/Circular/getCircularbysdateNew?loggeduser="+l.globals.currentUser.username+"&sfromdate="+e+"&stodate="+t:c.circular_url="api/common/Circular/getCircularbysdate?loggeduser="+l.globals.currentUser.username+"&sfromdate="+e+"&stodate="+t,r.get(m.apiUrl+c.circular_url).then(function(e){c.create=!1,c.view=!0,c.cdetails_data=e.data,c.totalItems=c.cdetails_data.length,c.todos=c.cdetails_data,c.makeTodos()})},c.Reset=function(){c.search_from_date="",c.search_to_date="",r.get(m.apiUrl+"api/common/Circular/getCircular?loggeduser="+l.globals.currentUser.username).then(function(e){c.create=!1,c.view=!0,c.cdetails_data=e.data,c.totalItems=c.cdetails_data.length,c.todos=c.cdetails_data,c.makeTodos()})},c.GetGrade=function(e,t){null!=e&&null!=t&&r.get(m.apiUrl+"api/common/getAllGrades?cur_code="+e+"&academic_year="+t).then(function(e){c.grade=e.data,setTimeout(function(){$("#cmb_grade").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"})},1e3),setTimeout(function(){try{$("#cmb_grade").multipleSelect("setSelects",c.edt.lst_grade)}catch(e){}},1e3)})},c.GetSection=function(e,t,a){null!=e&&null!=t&&null!=a&&r.get(m.apiUrl+"api/common/Circular/getAllSection?cur_code="+e+"&ac_year="+t+"&grade="+a).then(function(e){c.section=e.data,setTimeout(function(){$("#cmb_section").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"})},1e3),setTimeout(function(){try{$("#cmb_section").multipleSelect("setSelects",c.edt.lst_section)}catch(e){}},1e3)})},c.GetDesg=function(){r.get(m.apiUrl+"api/common/Circular/GetAllDesignationNames").then(function(e){c.designation=e.data,setTimeout(function(){$("#cmb_designation").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"})},1e3)})},c.GetDept=function(){r.get(m.apiUrl+"api/common/Circular/GetAllDepartments").then(function(e){c.department=e.data,setTimeout(function(){$("#cmb_department").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"})},1e3)})},c.size=function(e){c.pager=10==e||20==e,"*"==e?(c.numPerPage=c.cdetails_data.length,c.filteredTodos=c.cdetails_data):(c.pagesize=e,c.currentPage=1,c.numPerPage=e),c.makeTodos()},c.index=function(e){c.pageindex=e,c.currentPage=e,c.makeTodos(),(void 0).checked=!1,c.row1=""},c.SearchbyDate(),c.makeTodos=function(){var e=parseInt(c.totalItems%c.numPerPage),e=(c.pagersize="0"==e?parseInt(c.totalItems/c.numPerPage):parseInt(c.totalItems/c.numPerPage)+1,(c.currentPage-1)*c.numPerPage),t=parseInt(e)+parseInt(c.numPerPage);c.filteredTodos=c.todos.slice(e,t)},c.search=function(){c.todos=c.searched(c.cdetails_data,c.searchText),c.totalItems=c.todos.length,c.currentPage="1",""==c.searchText&&(c.todos=c.cdetails_data),c.makeTodos()},c.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).sims_circular_title.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_circular_short_desc.toLowerCase().indexOf(t.toLowerCase());var t})},c.publishcircular=function(e){r.post(m.apiUrl+"api/common/Circular/UpdateCircularPublishDate",e).then(function(e){c.display=!0,c.msg1=e.data,l.strMessage=c.msg1.strMessage,swal({title:"Alert",text:c.msg1.strMessage,showCloseButton:!0,width:380}).then(function(e){}),c.getgrid()})},c.unpublishcircular=function(e){r.post(m.apiUrl+"api/common/Circular/UpdateCircularStatus",e).then(function(e){c.msg1=e.data,l.strMessage=c.msg1.strMessage,swal({title:"Alert",text:c.msg1.strMessage,showCloseButton:!0,width:380}).then(function(e){}),c.getgrid()})},c.delcircular=function(t){swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){e&&r.post(m.apiUrl+"api/common/Circular/DCirculars",t).then(function(e){c.display=!0,c.msg1=e.data,l.strMessage=c.msg1.strMessage,swal({title:"Alert",text:c.msg1.strMessage,showCloseButton:!0,width:380}).then(function(e){e&&c.getgrid()})})})},c.New=function(){c.save_btn=!0,c.create=!0,c.view=!1,c.save1=!0,c.update1=!1,c.delete1=!1,c.edt={},c.obj5=[],c.new=!0,c.edt={sims_circular_status:!0},c.edt.sims_cur_code=c.obj2[0].sims_cur_code,c.Getacademicyear(c.obj2[0].sims_cur_code),setTimeout(function(){c.edt.sims_academic_year_desc=c.ob_acyear[0].sims_academic_year,c.GetGrade(c.edt.sims_cur_code,c.edt.sims_academic_year_desc)},2e3),r.get(m.apiUrl+"api/common/Circular/getAllCircularUserGroup").then(function(e){c.obj5=e.data}),c.images=[],c.images1=[];try{$("#cmb_grade").multipleSelect("uncheckAll")}catch(e){}try{$("#cmb_section").multipleSelect("uncheckAll")}catch(e){}try{$("#cmb_designation").multipleSelect("uncheckAll")}catch(e){}try{$("#cmb_department").multipleSelect("uncheckAll")}catch(e){}$("#cmb_grade").multipleSelect("disable"),$("#cmb_section").multipleSelect("disable"),$("#cmb_designation").multipleSelect("disable"),$("#cmb_department").multipleSelect("disable"),r.get(m.apiUrl+"api/common/Circular/getCircularNumber").then(function(e){c.obj6=e.data,document.getElementById("txt_number").disabled=!0,document.getElementById("txt_number").value=c.obj6[0].sims_circular_number}),$("#text-editor").data("wysihtml5").editor.clear()},c.Getacademicyear=function(e){null!=e&&r.get(m.apiUrl+"api/common/getAcademicYear?curCode="+e).then(function(e){c.ob_acyear=e.data})},c.GetUserGroups=function(e,t){if(1==document.getElementById(t).checked){if("sis"==r.defaults.headers.common.schoolId||"staging1"==r.defaults.headers.common.schoolId||"staging2"==r.defaults.headers.common.schoolId||"staging3"==r.defaults.headers.common.schoolId||"staging4"==r.defaults.headers.common.schoolId||"tiadxb"==r.defaults.headers.common.schoolId||"tiashj"==r.defaults.headers.common.schoolId||"tosdxb"==r.defaults.headers.common.schoolId||"aisdxb"==r.defaults.headers.common.schoolId){for(var a=0;a<c.obj5.length;a++)c.obj5[a].sims_circular_user_group_code===t?console.log(""):document.getElementById(c.obj5[a].sims_circular_user_group_code).checked=!1;if(0<p.length){if("Parent"==p[0]){try{$("#cmb_grade").multipleSelect("disable")}catch(e){}try{$("#cmb_section").multipleSelect("disable")}catch(e){}c.enable_sen=!0;try{$("#cmb_grade").multipleSelect("uncheckAll")}catch(e){}try{$("#cmb_section").multipleSelect("uncheckAll")}catch(e){}}else{try{$("#cmb_designation").multipleSelect("disable")}catch(e){}try{$("#cmb_department").multipleSelect("disable")}catch(e){}try{$("#cmb_designation").multipleSelect("uncheckAll")}catch(e){}try{$("#cmb_department").multipleSelect("uncheckAll")}catch(e){}}p.splice(0,1)}}if(p.push(e),"04"==t||"05"==t){try{$("#cmb_grade").multipleSelect("enable")}catch(e){}try{$("#cmb_section").multipleSelect("enable")}catch(e){}c.enable_sen=!1}if("03"==t){try{$("#cmb_designation").multipleSelect("enable")}catch(e){}try{$("#cmb_department").multipleSelect("enable")}catch(e){}}}else for(a=p.length;a--;)if(p[a]==e){if(p.splice(a,1),"04"==t||"05"==t){try{$("#cmb_grade").multipleSelect("disable")}catch(e){}try{$("#cmb_section").multipleSelect("disable")}catch(e){}c.enable_sen=!0;try{$("#cmb_grade").multipleSelect("uncheckAll")}catch(e){}try{$("#cmb_section").multipleSelect("uncheckAll")}catch(e){}}if("03"==t){try{$("#cmb_designation").multipleSelect("disable")}catch(e){}try{$("#cmb_department").multipleSelect("disable")}catch(e){}try{$("#cmb_designation").multipleSelect("uncheckAll")}catch(e){}try{$("#cmb_department").multipleSelect("uncheckAll")}catch(e){}}}console.log("sddd",p)},c.Save=function(){c.save_btn=!1;var e,t=document.getElementById("text-editor").value,a=c.edt.sims_circular_publish_date,o=c.edt.sims_circular_expiry_date,s=!0,a=(p.length<=0&&(s=!1,$("#loader").modal("hide"),swal({text:"Please Select atleast one User Group.",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}).then(function(e){})),a.split("-")[2]+"-"+a.split("-")[1]+"-"+a.split("-")[0]);o.split("-")[2]+"-"+o.split("-")[1]+"-"+o.split("-")[0]<a&&(s=!1,$("#loader").modal("hide"),swal({text:"Expiry date should be greater than publish date.",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}).then(function(e){})),null!=t&&""!=t||(s=!1,$("#loader").modal("hide"),swal({text:"Please enter Circular Description.",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}).then(function(e){})),null!=c.edt.sims_circular_publish_date&&null!=c.edt.sims_cur_code&&null!=c.edt.sims_academic_year_desc&&null!=c.edt.sims_circular_type&&null!=c.edt.sims_circular_category&&null!=c.edt.sims_circular_title&&1==s&&($("#loader").modal({backdrop:"static",keyboard:!1}),o=c.edt,e=s=t=a="",t=(t=","+c.edt.sims_circular_gradesections).substr(t.indexOf(",")+1),s=(s=","+c.edt.sims_circular_desg).substr(s.indexOf(",")+1),e=(e=","+c.edt.sims_circular_dept).substr(e.indexOf(",")+1),a=(a=","+c.edt.sims_circular_grade).substr(a.indexOf(",")+1),o.sims_circular_gradesections=t,o.sims_circular_desg=s,o.sims_circular_dept=e,o.sims_circular_grade=a,o.lst_groups=p,o.sims_circular_number=document.getElementById("txt_number").value,o.sims_circular_desc=document.getElementById("text-editor").value,o.sims_circular_publish_date=c.edt.sims_circular_publish_date,o.sims_circular_expiry_date=c.edt.sims_circular_expiry_date,o.opr="I",null==o.sims_circular_desg&&(o.sims_circular_desg=""),null==o.sims_circular_dept&&(o.sims_circular_dept=""),o.sims_circular_expiry_date=void 0,null!=o.sims_circular_publish_date)&&r.post(m.apiUrl+"api/common/Circular/CCirculars",o).then(function(e){c.view=!0,c.create=!1,c.msg1=e.data,swal({title:"Alert",text:"Circular Created Successfully.",showCloseButton:!0,width:380}).then(function(e){e&&(p=[],c.images=[],$("#loader").modal("hide"),c.currentPage=1,r.get(m.apiUrl+"api/common/Circular/getCircular?loggeduser="+l.globals.currentUser.username).then(function(e){c.create=!1,c.view=!0,c.cdetails_data=e.data,c.totalItems=c.cdetails_data.length,c.todos=c.cdetails_data,c.makeTodos()}),c.myForm.$setPristine(),c.myForm.$setUntouched())})})},c.getgrid=function(){c.currentPage=1,r.get(m.apiUrl+"api/common/Circular/getCircular?loggeduser="+l.globals.currentUser.username).then(function(e){c.create=!1,c.view=!0,c.cdetails_data=e.data,c.totalItems=c.cdetails_data.length,c.todos=c.cdetails_data,c.makeTodos()}),c.myForm.$setPristine(),c.myForm.$setUntouched()},c.Update=function(e){$("#loader").modal({backdrop:"static",keyboard:!1}),c.new=!1,c.save_btn=!1,c.edt.sims_circular_ifalert=e;var t,a,o,s,e=$("#editor").data("kendoEditor"),n=e.value(),i=c.edt.sims_circular_publish_date,d=c.edt.sims_circular_expiry_date,i=(c.flag=!0,p.length<=0&&(c.flag=!1,$("#loader").modal("hide"),swal({text:"Please Select atleast one User Group.",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}).then(function(e){})),i.split("-")[2]+"-"+i.split("-")[1]+"-"+i.split("-")[0]);d.split("-")[2]+"-"+d.split("-")[1]+"-"+d.split("-")[0]<i&&(c.flag=!1,$("#loader").modal("hide"),swal({text:"Expiry date should be greater than publish date.",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}).then(function(e){})),null!=n&&""!=n||(c.flag=!1,$("#loader").modal("hide"),swal({text:"Please enter Circular Description.",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}).then(function(e){})),1==c.flag&&(c.data=c.edt,d=(s=s+","+c.edt.sims_circular_gradesections).substr(s.indexOf(",")+1),i=(t=t+","+c.edt.sims_circular_desg).substr(t.indexOf(",")+1),n=(a=a+","+c.edt.sims_circular_dept).substr(a.indexOf(",")+1),s=(o=o+","+c.edt.sims_circular_grade).substr(o.indexOf(",")+1),c.data.sims_circular_gradesections=d,c.data.sims_circular_desg=i,c.data.sims_circular_dept=n,c.data.sims_circular_grade=s,c.data.lst_groups=p,c.data.sims_circular_number=document.getElementById("txt_number").value,c.data.sims_circular_desc=e.value(),c.data.sims_circular_publish_date=c.edt.sims_circular_publish_date,c.data.sims_circular_expiry_date=c.edt.sims_circular_expiry_date,null==c.edt.sims_circular_file_path1&&(c.edt.sims_circular_file_path1=""),null==c.edt.sims_circular_file_path1_en&&(c.edt.sims_circular_file_path1_en=""),null==c.edt.sims_circular_file_path2&&(c.edt.sims_circular_file_path2=""),null==c.edt.sims_circular_file_path2_en&&(c.edt.sims_circular_file_path2_en=""),null==c.edt.sims_circular_file_path3&&(c.edt.sims_circular_file_path3=""),null==c.edt.sims_circular_file_path3_en&&(c.edt.sims_circular_file_path3_en=""),"Y"==c.edt.sims_circular_ifalert&&"Y"==c.edt.sims_circular_email_status?swal({title:"",text:"Email and alert is already sent, do you want send again?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){c.edt.sims_circular_ifalert=e?"Y":"N",c.send_circular()}):c.send_circular())},c.send_circular=function(){c.data.opr="U",r.post(m.apiUrl+"api/common/Circular/UCirculars",c.data).then(function(e){c.view=!0,c.create=!1,c.msg1=e.data,c.flag=!1,swal({title:"Alert",text:c.msg1.strMessage,showCloseButton:!0,width:380}).then(function(e){e&&(p=[],c.images=[],$("#loader").modal("hide"),c.currentPage=1,r.get(m.apiUrl+"api/common/Circular/getCircular?loggeduser="+l.globals.currentUser.username).then(function(e){c.create=!1,c.view=!0,c.cdetails_data=e.data,c.totalItems=c.cdetails_data.length,c.todos=c.cdetails_data,c.makeTodos()}),c.myForm.$setPristine(),c.myForm.$setUntouched())})})},c.Update1=function(e){$("#loader").modal({backdrop:"static",keyboard:!1}),c.new=!1,c.save_btn=!1,c.edt.sims_circular_ifalert=e;var t,a,o,s,e=$("#editor").data("kendoEditor"),n=e.value(),i=c.edt.sims_circular_publish_date,d=c.edt.sims_circular_expiry_date,_=!0,i=(p.length<=0&&(_=!1,$("#loader").modal("hide"),swal({text:"Please Select atleast one User Group.",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}).then(function(e){})),i.split("-")[2]+"-"+i.split("-")[1]+"-"+i.split("-")[0]);d.split("-")[2]+"-"+d.split("-")[1]+"-"+d.split("-")[0]<i&&(_=!1,$("#loader").modal("hide"),swal({text:"Expiry date should be greater than publish date.",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}).then(function(e){})),null!=n&&""!=n||(_=!1,$("#loader").modal("hide"),swal({text:"Please enter Circular Description.",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}).then(function(e){})),1==_&&(d=c.edt,i=(a=a+","+c.edt.sims_circular_gradesections).substr(a.indexOf(",")+1),n=(s=s+","+c.edt.sims_circular_desg).substr(s.indexOf(",")+1),a=(t=t+","+c.edt.sims_circular_dept).substr(t.indexOf(",")+1),s=(o=o+","+c.edt.sims_circular_grade).substr(o.indexOf(",")+1),d.sims_circular_gradesections=i,d.sims_circular_desg=n,d.sims_circular_dept=a,d.sims_circular_grade=s,d.lst_groups=p,d.sims_circular_number=document.getElementById("txt_number").value,d.sims_circular_desc=e.value(),d.sims_circular_publish_date=c.edt.sims_circular_publish_date,d.sims_circular_expiry_date=c.edt.sims_circular_expiry_date,null==c.edt.sims_circular_file_path1&&(c.edt.sims_circular_file_path1=""),null==c.edt.sims_circular_file_path1_en&&(c.edt.sims_circular_file_path1_en=""),null==c.edt.sims_circular_file_path2&&(c.edt.sims_circular_file_path2=""),null==c.edt.sims_circular_file_path2_en&&(c.edt.sims_circular_file_path2_en=""),null==c.edt.sims_circular_file_path3&&(c.edt.sims_circular_file_path3=""),null==c.edt.sims_circular_file_path3_en&&(c.edt.sims_circular_file_path3_en=""),d.opr="U1",r.post(m.apiUrl+"api/common/Circular/UCirculars1",d).then(function(e){c.view=!0,c.create=!1,c.msg1=e.data,_=!1,swal({title:"Alert",text:c.msg1.strMessage,showCloseButton:!0,width:380}).then(function(e){e&&(p=[],c.images=[],$("#loader").modal("hide"),c.currentPage=1,r.get(m.apiUrl+"api/common/Circular/getCircular?loggeduser="+l.globals.currentUser.username).then(function(e){c.create=!1,c.view=!0,c.cdetails_data=e.data,c.totalItems=c.cdetails_data.length,c.todos=c.cdetails_data,c.makeTodos()}),c.myForm.$setPristine(),c.myForm.$setUntouched())})}))},c.cancel=function(){c.view=!0,c.create=!1;try{$("#cmb_grade").multipleSelect("uncheckAll")}catch(e){}try{$("#cmb_section").multipleSelect("uncheckAll")}catch(e){}try{$("#cmb_designation").multipleSelect("uncheckAll")}catch(e){}try{$("#cmb_department").multipleSelect("uncheckAll")}catch(e){}c.edt={},c.obj5=[],r.get(m.apiUrl+"api/common/Circular/getAllCircularUserGroup").then(function(e){c.obj5=e.data}),p=[],c.images=[],$("#loader").modal("hide"),c.currentPage=1,"sia"!=r.defaults.headers.common.schoolId&&"ds"!=r.defaults.headers.common.schoolId&&"clarionschool"!=r.defaults.headers.common.schoolId&&(c.circular_url="api/common/Circular/getCircular?loggeduser="+l.globals.currentUser.username),r.get(m.apiUrl+c.circular_url).then(function(e){c.create=!1,c.view=!0,c.cdetails_data=e.data,c.totalItems=c.cdetails_data.length,c.todos=c.cdetails_data,c.makeTodos()}),c.myForm.$setPristine(),c.myForm.$setUntouched()},c.download=function(e){window.open(c.url+"/Images/CircularFiles/"+e,"_new")};var d=new FormData;c.images=[],c.images_att=[],c.getTheFiles=function(s){c.filesize=!0;var n="no";angular.forEach(s,function(e,t){d.append(t,e);var a=0;if(10485760<s[a].size)c.filesize=!1,swal({text:"File Should Not Exceed 10MB.",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380});else if(i.push(s[a].name),0<c.images.length){for(var o=0;o<c.images.length;o++)if(c.images[o].name==s[a].name)return void(n="yes");if("no"==n&&(c.images.push({name:s[a].name,file:s[a].size}),3<c.images.length))return c.images.splice(3,c.images.length),void swal({text:"You cannot upload more than 3 files.",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}).then(function(e){});n="no"}else c.images.push({name:s[a].name,file:s[a].size});a++})},c.file_changed=function(e,t){var a=e.files[0],o=a.name.indexOf("."),o=(c.name=a.name.substr(0,o),c.fileext=a.name.substr(o+1),c.photo_filename=a.type,new FileReader);o.onload=function(e){c.$apply(function(){c.prev_img=e.target.result})},o.readAsDataURL(a),e.files[0].size<10485760&&(o="",a=document.getElementById("txt_number").value,""==c.edt.sims_circular_file_path1||null==c.edt.sims_circular_file_path1?(c.edt.sims_circular_file_path1=(o=a+"_1")+"."+c.fileext,c.edt.sims_circular_file_path1_en=e.files[0].name):""==c.edt.sims_circular_file_path2||null==c.edt.sims_circular_file_path2?(c.edt.sims_circular_file_path2=(o=a+"_2")+"."+c.fileext,c.edt.sims_circular_file_path2_en=e.files[0].name):""!=c.edt.sims_circular_file_path3&&null!=c.edt.sims_circular_file_path3||(c.edt.sims_circular_file_path3=(o=a+"_3")+"."+c.fileext,c.edt.sims_circular_file_path3_en=e.files[0].name),a={method:"POST",url:m.apiUrl+"api/file/uploadCircularDocument?filename="+o+"&location=/Images/CircularFiles/",data:d,headers:{"Content-Type":void 0}},r(a).success(function(e){}))},c.uploadClick=function(e){c.filesize=!0,c.edt1=e,c.ins=!1,d=new FormData},c.delpush=[],c.CancelFileUpload=function(e){c.delpush.push(e),c.images.splice(e,1),0==e&&(c.edt.sims_circular_file_path1=void 0,c.edt.sims_circular_file_path1_en=void 0),1==e&&(c.edt.sims_circular_file_path2=void 0,c.edt.sims_circular_file_path2_en=void 0),2==e&&(c.edt.sims_circular_file_path3=void 0,c.edt.sims_circular_file_path3_en=void 0)},c.edit=function(e){c.save_btn=!0,c.view=!1,c.create=!0,c.save1=!1,c.update1=!0,c.delete1=!1,c.edt={},c.edt=e,c.images=[],c.delpush=[],$("input:checkbox").each(function(){$(this).attr("id"),$(this).attr("value");for(var e=0,e=0;e<c.edt.lst_groups.length;e++)this.checked=!1}),$("input:checkbox").each(function(){for(var e=$(this).attr("id"),t=$(this).attr("value"),a=0,a=0;a<c.edt.lst_groups.length;a++)c.edt.lst_groups[a]==e&&(this.checked=!0,p.push(t));c.images=[],c.del_images=[],""!=c.edt.sims_circular_file_path1&&c.images.push({name:c.edt.sims_circular_file_path1_en,file:""}),""!=c.edt.sims_circular_file_path2&&c.images.push({name:c.edt.sims_circular_file_path2_en,file:""}),""!=c.edt.sims_circular_file_path3&&c.images.push({name:c.edt.sims_circular_file_path3_en,file:""})}),c.edt.sims_circular_gradesections=e.lst_section,c.edt.sims_circular_grade=e.lst_grade,c.edt.sims_circular_desg=e.lst_desg,c.edt.sims_circular_dept=e.lst_dept,c.Getacademicyear(c.edt.sims_cur_code),c.GetGrade(c.edt.sims_cur_code,c.edt.sims_academic_year_desc),c.GetSection(c.edt.sims_cur_code,c.edt.sims_academic_year_desc,c.edt.sims_circular_grade);try{$("#cmb_designation").multipleSelect("setSelects",c.edt.lst_desg)}catch(e){}try{$("#cmb_department").multipleSelect("setSelects",c.edt.lst_dept)}catch(e){}$("#editor").data("kendoEditor").value(c.edt.sims_circular_desc)}}]),e.directive("ngFiles",["$parse",function(s){return{link:function(t,e,a){var o=s(a.ngFiles);e.on("change",function(e){o(t,{$files:e.target.files})})}}}])}(),function(){"use strict";var e=angular.module("sims.module.Collaboration");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("CircularDetailsCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","$filter","ENV",function(o,e,t,a,s,n,i,d){o.edt=[],o.temp=[];o.btn_all=!1,o.btn_student=!1,o.btn_parent=!1,o.btn_staff=!1,o.btn_system=!1,o.btn_Support=!1,o.btn_product=!1,o.btn_visiting=!1,o.pagesize="10",o.pageindex="0",o.pager=!0,o.todos=[],o.obj5=[],o.listOfCircular=[],o.size=function(e){"All"==e?(o.currentPage="1",o.filteredTodos=o.todos,o.pager=!1):(o.pager=!0,o.pagesize=e,o.currentPage=1,o.numPerPage=e,o.makeTodos())},o.index=function(e){o.pageindex=e,o.currentPage=e,console.log("currentPage="+o.currentPage),o.makeTodos(),(void 0).checked=!1},o.filteredTodos=[],o.currentPage=1,o.numPerPage=10,o.maxSize=10,o.makeTodos=function(){var e=parseInt(o.totalItems%o.numPerPage),e=(o.pagersize="0"==e?parseInt(o.totalItems/o.numPerPage):parseInt(o.totalItems/o.numPerPage)+1,(o.currentPage-1)*o.numPerPage),t=parseInt(e)+parseInt(o.numPerPage);console.log("begin="+e),console.log("end="+t),o.filteredTodos=o.todos.slice(e,t);for(var a=0;a<o.filteredTodos.length;a++)o.filteredTodos[a].icon="fa fa-plus-circle";o.filteredTodos=o.todos.slice(e,t)},n.get(d.apiUrl+"api/common/getCuriculum").then(function(e){o.curriculum=e.data,o.edt={sims_cur_code:o.curriculum[0].sims_cur_code},o.getAccYear(o.edt.sims_cur_code)}),o.getAccYear=function(t){n.get(d.apiUrl+"api/common/getAcademicYear?curCode="+t).then(function(e){o.Acc_year=e.data,o.temp={sims_academic_year:o.Acc_year[0].sims_academic_year},o.getGrade(t,o.temp.sims_academic_year)})},n.get(d.apiUrl+"api/common/Circular/getAllCircularUserGroup").then(function(e){o.obj5=e.data,setTimeout(function(){$("#cmb_user_group").change(function(){}).multipleSelect({width:"100%"})},1e3)}),$(function(){$("#cmb_user_group").multipleSelect({width:"100%"})}),o.temp.sims_news_title=[],o.temp.sims_circular_user_group_code=[],o.search_data=function(){var e=[],t=[];try{for(var a=0;a<o.temp.sims_news_title.length;a++)e=0==a?o.temp.sims_news_title[a].sims_news_title:e+","+o.temp.sims_news_title[a].sims_news_title;for(a=0;a<o.temp.sims_circular_user_group_code.length;a++)t=0==a?o.temp.sims_circular_user_group_code[a]:t+","+o.temp.sims_circular_user_group_code[a]}catch(e){}try{n.get(d.apiUrl+"api/common/CircularDetailsController/getDetailsOfCircular?sims_academic_year="+o.temp.sims_academic_year+"&sims_cur_code="+o.edt.sims_cur_code+"&from_date="+o.temp.sims_from_data+"&to_date="+o.temp.sims_to_data+"&sims_circular_user_group_code="+t+"&sims_circular_title="+e).then(function(e){o.todos=e.data,o.makeTodos()})}catch(e){}},o.show_List_Of_Circular=function(e){o.listOfCircular=[];try{$("#cmb_list_of_circular").multipleSelect("uncheckAll")}catch(e){}$(function(){$("#cmb_list_of_circular").multipleSelect({width:"100%"})}),"News"==e?n.get(d.apiUrl+"api/common/CircularDetailsController/newsDetails?sims_academic_year="+o.temp.sims_academic_year+"&sims_cur_code="+o.edt.sims_cur_code).then(function(e){o.listOfCircular=e.data,setTimeout(function(){$("#cmb_list_of_circular").change(function(){}).multipleSelect({width:"100%"})},1e3)}):"Circular"==e&&n.get(d.apiUrl+"api/common/CircularDetailsController/circularDetails?sims_academic_year="+o.temp.sims_academic_year+"&sims_cur_code="+o.edt.sims_cur_code).then(function(e){o.listOfCircular=e.data,setTimeout(function(){$("#cmb_list_of_circular").change(function(){}).multipleSelect({width:"100%"})},1e3)})},$(function(){$("#cmb_list_of_circular").multipleSelect({width:"100%"})}),o.resetFunctionality=function(){o.temp.sims_from_data=void 0,o.temp.sims_to_data=void 0,o.filteredTodos=[];try{$("#cmb_list_of_circular").multipleSelect("uncheckAll")}catch(e){}try{$("#cmb_user_group").multipleSelect("uncheckAll")}catch(e){}},o.clickAcknowledgment=function(e,t){try{o.circular_number_outer=e.sims_circular_number,o.sims_circular_title=e.sims_circular_title,o.click_type=t,o.all_function(o.circular_number_outer,t),$("#MyModal").modal("show")}catch(e){}},o.ModalClear=function(){$("#MyModal").modal("hide")},o.all_function=function(e,t){o.btnName="A",o.btn_all=!0,o.btn_student=!1,o.btn_parent=!1,o.btn_staff=!1,o.btn_system=!1,o.btn_Support=!1,o.btn_product=!1,o.btn_visiting=!1,o.dataAcknowledgment_all=[];try{n.get(d.apiUrl+"api/common/CircularDetailsController/deailsacknowledgment?sims_circular_number="+e+"&type=X&status="+t).then(function(e){o.dataAcknowledgment_all=e.data})}catch(e){}},o.student_function=function(e,t){o.btnName="s",o.btn_all=!1,o.btn_student=!0,o.btn_parent=!1,o.btn_staff=!1,o.btn_system=!1,o.btn_Support=!1,o.btn_product=!1,o.btn_visiting=!1,o.dataAcknowledgment_Student=[],t=t+"/"+o.edt.sims_cur_code+"/"+o.temp.sims_academic_year;try{n.get(d.apiUrl+"api/common/CircularDetailsController/deailsacknowledgment?sims_circular_number="+e+"&type=P&status="+t).then(function(e){o.dataAcknowledgment_Student=e.data})}catch(e){}},o.parent_function=function(e,t){o.btnName="p",o.btn_all=!1,o.btn_student=!1,o.btn_parent=!0,o.btn_staff=!1,o.btn_system=!1,o.btn_Support=!1,o.btn_product=!1,o.btn_visiting=!1,o.dataAcknowledgment_parent=[],t=t+"/"+o.edt.sims_cur_code+"/"+o.temp.sims_academic_year;try{n.get(d.apiUrl+"api/common/CircularDetailsController/deailsacknowledgment?sims_circular_number="+e+"&type=Q&status="+t).then(function(e){o.dataAcknowledgment_parent=e.data})}catch(e){}},o.staff_function=function(e,t){o.btnName="staff",o.btn_all=!1,o.btn_student=!1,o.btn_parent=!1,o.btn_staff=!0,o.btn_system=!1,o.btn_Support=!1,o.btn_product=!1,o.btn_visiting=!1,o.dataAcknowledgment_staff=[];try{n.get(d.apiUrl+"api/common/CircularDetailsController/deailsacknowledgment?sims_circular_number="+e+"&type=R&status="+t).then(function(e){o.dataAcknowledgment_staff=e.data})}catch(e){}},o.system_function=function(e,t){o.btnName="sys",o.btn_all=!1,o.btn_student=!1,o.btn_parent=!1,o.btn_staff=!1,o.btn_system=!0,o.btn_Support=!1,o.btn_product=!1,o.btn_visiting=!1,o.dataAcknowledgment_system=[];try{n.get(d.apiUrl+"api/common/CircularDetailsController/deailsacknowledgment?sims_circular_number="+e+"&type=T&status="+t).then(function(e){o.dataAcknowledgment_system=e.data})}catch(e){}},o.support_function=function(e,t){o.btnName="sup",o.btn_all=!1,o.btn_student=!1,o.btn_parent=!1,o.btn_staff=!1,o.btn_system=!1,o.btn_Support=!0,o.btn_product=!1,o.btn_visiting=!1,o.dataAcknowledgment_Support=[];try{n.get(d.apiUrl+"api/common/CircularDetailsController/deailsacknowledgment?sims_circular_number="+e+"&type=U&status="+t).then(function(e){o.dataAcknowledgment_Support=e.data})}catch(e){}},o.product_function=function(e,t){o.btnName="pro",o.btn_all=!1,o.btn_student=!1,o.btn_parent=!1,o.btn_staff=!1,o.btn_system=!1,o.btn_Support=!1,o.btn_product=!0,o.btn_visiting=!1,o.dataAcknowledgment_product=[];try{n.get(d.apiUrl+"api/common/CircularDetailsController/deailsacknowledgment?sims_circular_number="+e+"&type=V&status="+t).then(function(e){o.dataAcknowledgment_product=e.data})}catch(e){}},o.visiting_function=function(e,t){o.btnName="vis",o.btn_all=!1,o.btn_student=!1,o.btn_parent=!1,o.btn_staff=!1,o.btn_system=!1,o.btn_Support=!1,o.btn_product=!1,o.btn_visiting=!0,o.dataAcknowledgment_visiting=[];try{n.get(d.apiUrl+"api/common/CircularDetailsController/deailsacknowledgment?sims_circular_number="+e+"&type=W&status="+t).then(function(e){o.dataAcknowledgment_visiting=e.data})}catch(e){}},o.exportData=function(){swal({title:"Alert",text:"Do you want to Export in MS-Excel?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){var t;e&&("A"==o.btnName&&(t=new Blob([document.getElementById("all_data").innerHTML],{type:"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;charset=utf-8"}),saveAs(t,"CircularDetails.xls")),"s"==o.btnName&&(t=new Blob([document.getElementById("student_data").innerHTML],{type:"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;charset=utf-8"}),saveAs(t,"CircularDetails.xls")),"p"==o.btnName&&(t=new Blob([document.getElementById("parent_data").innerHTML],{type:"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;charset=utf-8"}),saveAs(t,"CircularDetails.xls")),"staff"==o.btnName&&(t=new Blob([document.getElementById("staff_data").innerHTML],{type:"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;charset=utf-8"}),saveAs(t,"CircularDetails.xls")),"sys"==o.btnName&&(t=new Blob([document.getElementById("system_data").innerHTML],{type:"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;charset=utf-8"}),saveAs(t,"CircularDetails.xls")),"sup"==o.btnName&&(t=new Blob([document.getElementById("support_data").innerHTML],{type:"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;charset=utf-8"}),saveAs(t,"CircularDetails.xls")),"pro"==o.btnName&&(t=new Blob([document.getElementById("product_data").innerHTML],{type:"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;charset=utf-8"}),saveAs(t,"CircularDetails.xls")),"vis"==o.btnName)&&(t=new Blob([document.getElementById("visit_data").innerHTML],{type:"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;charset=utf-8"}),saveAs(t,"CircularDetails.xls"))})}}])}(),function(){"use strict";var e=angular.module("sims.module.Collaboration");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("CircularDetailsADCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","$filter","ENV",function(o,e,t,a,s,n,i,d){o.edt=[],o.temp=[];o.btn_all=!1,o.btn_student=!1,o.btn_parent=!1,o.btn_staff=!1,o.btn_system=!1,o.btn_Support=!1,o.btn_product=!1,o.btn_visiting=!1,o.pagesize="10",o.pageindex="0",o.pager=!0,o.todos=[],o.obj5=[],o.listOfCircular=[],o.size=function(e){"All"==e?(o.currentPage="1",o.filteredTodos=o.todos,o.pager=!1):(o.pager=!0,o.pagesize=e,o.currentPage=1,o.numPerPage=e,o.makeTodos())},o.index=function(e){o.pageindex=e,o.currentPage=e,console.log("currentPage="+o.currentPage),o.makeTodos(),(void 0).checked=!1},o.filteredTodos=[],o.currentPage=1,o.numPerPage=10,o.maxSize=10,o.makeTodos=function(){var e=parseInt(o.totalItems%o.numPerPage),e=(o.pagersize="0"==e?parseInt(o.totalItems/o.numPerPage):parseInt(o.totalItems/o.numPerPage)+1,(o.currentPage-1)*o.numPerPage),t=parseInt(e)+parseInt(o.numPerPage);console.log("begin="+e),console.log("end="+t),o.filteredTodos=o.todos.slice(e,t);for(var a=0;a<o.filteredTodos.length;a++)o.filteredTodos[a].icon="fa fa-plus-circle";o.filteredTodos=o.todos.slice(e,t)},o.getCollobarationtype=function(){n.get(d.apiUrl+"api/common/CircularDetailsController/getcirculartype").then(function(e){o.circ_type=e.data,o.asd={sims_circular_type:o.circ_type[0].sims_circular_type},o.show_List_Of_Circular(o.asd.sims_circular_type)})},n.get(d.apiUrl+"api/common/getCuriculum").then(function(e){o.curriculum=e.data,o.edt={sims_cur_code:o.curriculum[0].sims_cur_code},o.getAccYear(o.edt.sims_cur_code)}),o.getAccYear=function(e){n.get(d.apiUrl+"api/common/getAcademicYear?curCode="+e).then(function(e){o.Acc_year=e.data,o.temp={sims_academic_year:o.Acc_year[0].sims_academic_year},o.getCollobarationtype()})},n.get(d.apiUrl+"api/common/Circular/getAllCircularUserGroup").then(function(e){o.obj5=e.data,setTimeout(function(){$("#cmb_user_group").change(function(){}).multipleSelect({width:"100%"})},1e3)}),$(function(){$("#cmb_user_group").multipleSelect({width:"100%"})}),o.temp.sims_news_title=[],o.temp.sims_circular_user_group_code=[],o.search_data=function(){var e=[],t=[];try{for(var a=0;a<o.temp.sims_news_title.length;a++)e=0==a?o.temp.sims_news_title[a].sims_news_title:e+","+o.temp.sims_news_title[a].sims_news_title;for(a=0;a<o.temp.sims_circular_user_group_code.length;a++)t=0==a?o.temp.sims_circular_user_group_code[a]:t+","+o.temp.sims_circular_user_group_code[a]}catch(e){}try{n.get(d.apiUrl+"api/common/CircularDetailsController/getDetailsOfCircular?sims_academic_year="+o.temp.sims_academic_year+"&sims_cur_code="+o.edt.sims_cur_code+"&from_date="+o.temp.sims_from_data+"&to_date="+o.temp.sims_to_data+"&sims_circular_user_group_code="+t+"&sims_circular_title="+e).then(function(e){o.todos=e.data,o.makeTodos()})}catch(e){}},o.show_List_Of_Circular=function(e){o.listOfCircular=[];try{$("#cmb_list_of_circular").multipleSelect("uncheckAll")}catch(e){}$(function(){$("#cmb_list_of_circular").multipleSelect({width:"100%"})}),"News"==e?n.get(d.apiUrl+"api/common/CircularDetailsController/newsDetails?sims_academic_year="+o.temp.sims_academic_year+"&sims_cur_code="+o.edt.sims_cur_code).then(function(e){o.listOfCircular=e.data,setTimeout(function(){$("#cmb_list_of_circular").change(function(){}).multipleSelect({width:"100%"})},1e3)}):"Circular"==e&&n.get(d.apiUrl+"api/common/CircularDetailsController/circularDetails?sims_academic_year="+o.temp.sims_academic_year+"&sims_cur_code="+o.edt.sims_cur_code).then(function(e){o.listOfCircular=e.data,setTimeout(function(){$("#cmb_list_of_circular").change(function(){}).multipleSelect({width:"100%"})},1e3)})},$(function(){$("#cmb_list_of_circular").multipleSelect({width:"100%"})}),o.resetFunctionality=function(){o.temp.sims_from_data=void 0,o.temp.sims_to_data=void 0,o.filteredTodos=[];try{$("#cmb_list_of_circular").multipleSelect("uncheckAll")}catch(e){}try{$("#cmb_user_group").multipleSelect("uncheckAll")}catch(e){}},o.clickAcknowledgment=function(e,t){try{o.circular_number_outer=e.sims_circular_number,o.sims_circular_title=e.sims_circular_title,o.click_type=t,o.all_function(o.circular_number_outer,t),$("#MyModal").modal("show")}catch(e){}},o.ModalClear=function(){$("#MyModal").modal("hide")},o.all_function=function(e,t){o.btnName="A",o.btn_all=!0,o.btn_student=!1,o.btn_parent=!1,o.btn_staff=!1,o.btn_system=!1,o.btn_Support=!1,o.btn_product=!1,o.btn_visiting=!1,o.dataAcknowledgment_all=[];try{n.get(d.apiUrl+"api/common/CircularDetailsController/deailsacknowledgment?sims_circular_number="+e+"&type=X&status="+t).then(function(e){o.dataAcknowledgment_all=e.data})}catch(e){}},o.student_function=function(e,t){o.btnName="s",o.btn_all=!1,o.btn_student=!0,o.btn_parent=!1,o.btn_staff=!1,o.btn_system=!1,o.btn_Support=!1,o.btn_product=!1,o.btn_visiting=!1,o.dataAcknowledgment_Student=[],t=t+"/"+o.edt.sims_cur_code+"/"+o.temp.sims_academic_year;try{n.get(d.apiUrl+"api/common/CircularDetailsController/deailsacknowledgment?sims_circular_number="+e+"&type=P&status="+t).then(function(e){o.dataAcknowledgment_Student=e.data})}catch(e){}},o.parent_function=function(e,t){o.btnName="p",o.btn_all=!1,o.btn_student=!1,o.btn_parent=!0,o.btn_staff=!1,o.btn_system=!1,o.btn_Support=!1,o.btn_product=!1,o.btn_visiting=!1,o.dataAcknowledgment_parent=[],t=t+"/"+o.edt.sims_cur_code+"/"+o.temp.sims_academic_year;try{n.get(d.apiUrl+"api/common/CircularDetailsController/deailsacknowledgment?sims_circular_number="+e+"&type=Q&status="+t).then(function(e){o.dataAcknowledgment_parent=e.data})}catch(e){}},o.staff_function=function(e,t){o.btnName="staff",o.btn_all=!1,o.btn_student=!1,o.btn_parent=!1,o.btn_staff=!0,o.btn_system=!1,o.btn_Support=!1,o.btn_product=!1,o.btn_visiting=!1,o.dataAcknowledgment_staff=[];try{n.get(d.apiUrl+"api/common/CircularDetailsController/deailsacknowledgment?sims_circular_number="+e+"&type=R&status="+t).then(function(e){o.dataAcknowledgment_staff=e.data})}catch(e){}},o.system_function=function(e,t){o.btnName="sys",o.btn_all=!1,o.btn_student=!1,o.btn_parent=!1,o.btn_staff=!1,o.btn_system=!0,o.btn_Support=!1,o.btn_product=!1,o.btn_visiting=!1,o.dataAcknowledgment_system=[];try{n.get(d.apiUrl+"api/common/CircularDetailsController/deailsacknowledgment?sims_circular_number="+e+"&type=T&status="+t).then(function(e){o.dataAcknowledgment_system=e.data})}catch(e){}},o.support_function=function(e,t){o.btnName="sup",o.btn_all=!1,o.btn_student=!1,o.btn_parent=!1,o.btn_staff=!1,o.btn_system=!1,o.btn_Support=!0,o.btn_product=!1,o.btn_visiting=!1,o.dataAcknowledgment_Support=[];try{n.get(d.apiUrl+"api/common/CircularDetailsController/deailsacknowledgment?sims_circular_number="+e+"&type=U&status="+t).then(function(e){o.dataAcknowledgment_Support=e.data})}catch(e){}},o.product_function=function(e,t){o.btnName="pro",o.btn_all=!1,o.btn_student=!1,o.btn_parent=!1,o.btn_staff=!1,o.btn_system=!1,o.btn_Support=!1,o.btn_product=!0,o.btn_visiting=!1,o.dataAcknowledgment_product=[];try{n.get(d.apiUrl+"api/common/CircularDetailsController/deailsacknowledgment?sims_circular_number="+e+"&type=V&status="+t).then(function(e){o.dataAcknowledgment_product=e.data})}catch(e){}},o.visiting_function=function(e,t){o.btnName="vis",o.btn_all=!1,o.btn_student=!1,o.btn_parent=!1,o.btn_staff=!1,o.btn_system=!1,o.btn_Support=!1,o.btn_product=!1,o.btn_visiting=!0,o.dataAcknowledgment_visiting=[];try{n.get(d.apiUrl+"api/common/CircularDetailsController/deailsacknowledgment?sims_circular_number="+e+"&type=W&status="+t).then(function(e){o.dataAcknowledgment_visiting=e.data})}catch(e){}},o.exportData=function(){swal({title:"Alert",text:"Do you want to Export in MS-Excel?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){var t;e&&("A"==o.btnName&&(t=new Blob([document.getElementById("all_data").innerHTML],{type:"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;charset=utf-8"}),saveAs(t,"CircularDetails.xls")),"s"==o.btnName&&(t=new Blob([document.getElementById("student_data").innerHTML],{type:"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;charset=utf-8"}),saveAs(t,"CircularDetails.xls")),"p"==o.btnName&&(t=new Blob([document.getElementById("parent_data").innerHTML],{type:"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;charset=utf-8"}),saveAs(t,"CircularDetails.xls")),"staff"==o.btnName&&(t=new Blob([document.getElementById("staff_data").innerHTML],{type:"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;charset=utf-8"}),saveAs(t,"CircularDetails.xls")),"sys"==o.btnName&&(t=new Blob([document.getElementById("system_data").innerHTML],{type:"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;charset=utf-8"}),saveAs(t,"CircularDetails.xls")),"sup"==o.btnName&&(t=new Blob([document.getElementById("support_data").innerHTML],{type:"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;charset=utf-8"}),saveAs(t,"CircularDetails.xls")),"pro"==o.btnName&&(t=new Blob([document.getElementById("product_data").innerHTML],{type:"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;charset=utf-8"}),saveAs(t,"CircularDetails.xls")),"vis"==o.btnName)&&(t=new Blob([document.getElementById("visit_data").innerHTML],{type:"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;charset=utf-8"}),saveAs(t,"CircularDetails.xls"))})}}])}(),function(){"use strict";var e=angular.module("sims.module.Collaboration");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("CreateCircularCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(c,e,l,t,a,r,m){c.url=m.docUrl+r.defaults.headers.common.schoolId,c.edt=[],c.view=!1,c.create=!0,c.pagesize="10",c.pageindex="0",c.pager=!0,c.edt.sims_circular_number="",c.filteredTodos=[],c.currentPage=1,c.numPerPage=10,c.maxSize=10,c.save_btn=!1;var p=[],i=[];c.images=[],c.images1=[],c.del_images=[],new Array,c.obj=[],c.cdetails_data=[],c.filesize=!0,c.sen_arab=!1,"staging"!=r.defaults.headers.common.schoolId&&"staging2"!=r.defaults.headers.common.schoolId&&"sis"!=r.defaults.headers.common.schoolId||(c.sen_arab=!0),"sis"!=r.defaults.headers.common.schoolId&&"amps-staging"!=r.defaults.headers.common.schoolId&&"amps"!=r.defaults.headers.common.schoolId||(c.flg_desc=!0),$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0,format:"yyyy-mm-dd"}),$(document).on("touch click",'*[data-datepicker="true"] .add-on',function(e){$('input[type="text"]',$(this).parent()).focus()}),$("textarea#editor").data("kendoEditor");function o(){r.get(m.apiUrl+"api/ERP/Grade/getCuriculum_new").then(function(e){c.obj2=e.data,c.edt.sims_cur_code=c.obj2[0].sims_cur_code,c.Getacademicyear(c.obj2[0].sims_cur_code)})}r.get(m.apiUrl+"api/common/EmailSms/GetcheckEmailProfile").then(function(e){c.getProfile=e.data,$(document).ready(function(){$("#editor").kendoEditor({tools:["bold","italic","underline","strikethrough","justifyLeft","justifyCenter","justifyRight","justifyFull","insertUnorderedList","insertOrderedList","indent","outdent","createLink","unlink","insertImage","insertFile","subscript","superscript","tableWizard","createTable","addRowAbove","addRowBelow","addColumnLeft","addColumnRight","deleteRow","deleteColumn","mergeCellsHorizontally","mergeCellsVertically","splitCellHorizontally","splitCellVertically","viewHtml","formatting","fontName","fontSize","foreColor","backColor"]}),setTimeout(function(){c.view=!1,c.create=!0,c.New()},8e3)})}),r.get(m.apiUrl+"api/ERP/Grade/getAccecssUser?user="+l.globals.currentUser.username).then(function(e){c.global_count_comp=e.data,c.global_count_comp,o()}),r.get(m.apiUrl+"api/common/Circular/getCircularType").then(function(e){c.obj3=e.data}),r.get(m.apiUrl+"api/common/Circular/getCircularCategory").then(function(e){c.obj4=e.data}),r.get(m.apiUrl+"api/common/Circular/getAllCircularUserGroup").then(function(e){c.obj5=e.data}),r.get(m.apiUrl+"api/common/Circular/GetAllDesignationNames").then(function(e){c.designation=e.data,setTimeout(function(){$("#cmb_designation").change(function(){}).multipleSelect({width:"100%"})},1e3)}),r.get(m.apiUrl+"api/common/Circular/GetAllDepartments").then(function(e){c.department=e.data,setTimeout(function(){$("#cmb_department").change(function(){}).multipleSelect({width:"100%"})},1e3)}),c.GetGrade=function(e,t){null!=e&&null!=t&&r.get(m.apiUrl+"api/common/getAllGrades?cur_code="+e+"&academic_year="+t).then(function(e){c.grade=e.data,setTimeout(function(){$("#cmb_grade").change(function(){}).multipleSelect({width:"100%"})},1e3),setTimeout(function(){try{$("#cmb_grade").multipleSelect("setSelects",c.edt.lst_grade)}catch(e){}},1e3)})},c.GetSection=function(e,t,a){null!=e&&null!=t&&null!=a&&r.get(m.apiUrl+"api/common/Circular/getAllSection?cur_code="+e+"&ac_year="+t+"&grade="+a).then(function(e){c.section=e.data,setTimeout(function(){$("#cmb_section").change(function(){}).multipleSelect({width:"100%"})},1e3),setTimeout(function(){try{$("#cmb_section").multipleSelect("setSelects",c.edt.lst_section)}catch(e){}},1e3)})},c.GetDesg=function(){r.get(m.apiUrl+"api/common/Circular/GetAllDesignationNames").then(function(e){c.designation=e.data,setTimeout(function(){$("#cmb_designation").change(function(){}).multipleSelect({width:"100%"})},1e3)})},c.GetDept=function(){r.get(m.apiUrl+"api/common/Circular/GetAllDepartments").then(function(e){c.department=e.data,setTimeout(function(){$("#cmb_department").change(function(){}).multipleSelect({width:"100%"})},1e3)})},c.size=function(e){"All"==e?(c.currentPage="1",c.filteredTodos=c.cdetails_data,c.pager=!1):(c.pager=!0,c.pagesize=e,c.currentPage=1,c.numPerPage=e,c.makeTodos()),c.numPerPage=e},c.index=function(e){c.pageindex=e,c.currentPage=e,c.makeTodos(),(void 0).checked=!1,c.row1=""},c.makeTodos=function(){var e=parseInt(c.totalItems%c.numPerPage),e=(c.pagersize="0"==e?parseInt(c.totalItems/c.numPerPage):parseInt(c.totalItems/c.numPerPage)+1,(c.currentPage-1)*c.numPerPage),t=parseInt(e)+parseInt(c.numPerPage);c.filteredTodos=c.todos.slice(e,t)},c.search=function(){c.todos=c.searched(c.cdetails_data,c.searchText),c.totalItems=c.todos.length,c.currentPage="1",""==c.searchText&&(c.todos=c.cdetails_data),c.makeTodos()},c.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).sims_circular_title.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_circular_short_desc.toLowerCase().indexOf(t.toLowerCase());var t})},c.publishcircular=function(e){r.post(m.apiUrl+"api/common/Circular/UpdateCircularPublishDate",e).then(function(e){c.display=!0,c.msg1=e.data,l.strMessage=c.msg1.strMessage,swal({title:"Alert",text:c.msg1.strMessage,showCloseButton:!0,width:380}).then(function(e){}),c.getgrid()})},c.unpublishcircular=function(e){r.post(m.apiUrl+"api/common/Circular/UpdateCircularStatus",e).then(function(e){c.msg1=e.data,l.strMessage=c.msg1.strMessage,swal({title:"Alert",text:c.msg1.strMessage,showCloseButton:!0,width:380}).then(function(e){}),c.getgrid()})},c.delcircular=function(t){swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){e&&r.post(m.apiUrl+"api/common/Circular/DCirculars",t).then(function(e){c.display=!0,c.msg1=e.data,l.strMessage=c.msg1.strMessage,swal({title:"Alert",text:c.msg1.strMessage,showCloseButton:!0,width:380}).then(function(e){e&&c.getgrid()})})})},c.New=function(){c.save_btn=!0,c.view=!1,c.create=!0,c.save1=!0,c.update1=!1,c.delete1=!1,c.edt={},c.obj5=[],c.new=!0;var e=new Date;c.edt={sims_circular_status:!1,sims_circular_publish_date:("0"+e.getDate()).slice(-2)+"-"+("0"+(e.getMonth()+1)).slice(-2)+"-"+e.getFullYear(),sims_circular_expiry_date:("0"+e.getDate()).slice(-2)+"-"+("0"+(e.getMonth()+1)).slice(-2)+"-"+e.getFullYear()},c.global_count_comp,o(),setTimeout(function(){c.edt.sims_academic_year_desc=c.ob_acyear[0].sims_academic_year,c.GetGrade(c.edt.sims_cur_code,c.edt.sims_academic_year_desc)},2e3),r.get(m.apiUrl+"api/common/Circular/getAllCircularUserGroup").then(function(e){c.obj5=e.data}),c.images=[],c.images1=[];try{$("#cmb_grade").multipleSelect("uncheckAll")}catch(e){}try{$("#cmb_section").multipleSelect("uncheckAll")}catch(e){}try{$("#cmb_designation").multipleSelect("uncheckAll")}catch(e){}try{$("#cmb_department").multipleSelect("uncheckAll")}catch(e){}c.enable_sen=!0,$("#cmb_grade").multipleSelect("disable"),$("#cmb_section").multipleSelect("disable"),$("#cmb_designation").multipleSelect("disable"),$("#cmb_department").multipleSelect("disable"),r.get(m.apiUrl+"api/common/Circular/getCircularNumber").then(function(e){c.obj6=e.data,document.getElementById("txt_number").disabled=!0,document.getElementById("txt_number").value=c.obj6[0].sims_circular_number}),c.Date(),c.myForm.$setPristine(),c.myForm.$setUntouched()},c.Date=function(){setTimeout(function(){$(document).ready(function(){$("#fromdate, #todate").kendoDatePicker({format:"dd-MM-yyyy",value:""})})},700)},c.Getacademicyear=function(e){null!=e&&("sis"==r.defaults.headers.common.schoolId||"amps-staging"==r.defaults.headers.common.schoolId||"amps"==r.defaults.headers.common.schoolId?r.get(m.apiUrl+"api/common/Circular/getAcademicYear?curCode="+e).then(function(e){c.ob_acyear=e.data,c.edt.sims_circular_expiry_date=moment(c.ob_acyear[0].sims_academic_year_end_date,"YYYY-MM-DD").format("DD-MM-YYYY")}):r.get(m.apiUrl+"api/common/getAcademicYear?curCode="+e).then(function(e){c.ob_acyear=e.data}),c.GetGrade(c.edt.sims_cur_code,c.edt.sims_academic_year_desc))},c.GetUserGroups=function(e,t){if(1==document.getElementById(t).checked){if("sis"==r.defaults.headers.common.schoolId||"staging1"==r.defaults.headers.common.schoolId||"staging2"==r.defaults.headers.common.schoolId||"staging3"==r.defaults.headers.common.schoolId||"staging4"==r.defaults.headers.common.schoolId||"tiadxb"==r.defaults.headers.common.schoolId||"tiashj"==r.defaults.headers.common.schoolId||"tosdxb"==r.defaults.headers.common.schoolId||"aisdxb"==r.defaults.headers.common.schoolId){for(var a=0;a<c.obj5.length;a++)c.obj5[a].sims_circular_user_group_code===t?console.log(""):document.getElementById(c.obj5[a].sims_circular_user_group_code).checked=!1;if(0<p.length){if("Parent"==p[0]){try{$("#cmb_grade").multipleSelect("disable")}catch(e){}try{$("#cmb_section").multipleSelect("disable")}catch(e){}c.enable_sen=!0;try{$("#cmb_grade").multipleSelect("uncheckAll")}catch(e){}try{$("#cmb_section").multipleSelect("uncheckAll")}catch(e){}}else{try{$("#cmb_designation").multipleSelect("disable")}catch(e){}try{$("#cmb_department").multipleSelect("disable")}catch(e){}try{$("#cmb_designation").multipleSelect("uncheckAll")}catch(e){}try{$("#cmb_department").multipleSelect("uncheckAll")}catch(e){}}p.splice(0,1)}}if(p.push(e),"04"==t||"05"==t){try{$("#cmb_grade").multipleSelect("enable")}catch(e){}try{$("#cmb_section").multipleSelect("enable")}catch(e){}c.enable_sen=!1}if("03"==t){try{$("#cmb_designation").multipleSelect("enable")}catch(e){}try{$("#cmb_department").multipleSelect("enable")}catch(e){}}}else for(a=p.length;a--;)if(p[a]==e){if(p.splice(a,1),"04"==t||"05"==t){try{$("#cmb_grade").multipleSelect("disable")}catch(e){}try{$("#cmb_section").multipleSelect("disable")}catch(e){}c.enable_sen=!0;try{$("#cmb_grade").multipleSelect("uncheckAll")}catch(e){}try{$("#cmb_section").multipleSelect("uncheckAll")}catch(e){}}if("03"==t){try{$("#cmb_designation").multipleSelect("disable")}catch(e){}try{$("#cmb_department").multipleSelect("disable")}catch(e){}try{$("#cmb_designation").multipleSelect("uncheckAll")}catch(e){}try{$("#cmb_department").multipleSelect("uncheckAll")}catch(e){}}}console.log("sddd",p)},c.Save=function(e){c.save_btn=!1,c.edt.sims_circular_ifalert=e;var e=$("#editor").data("kendoEditor"),t=e.value(),a=c.edt.sims_circular_publish_date,o=c.edt.sims_circular_expiry_date,s=!0,n=c.edt.sims_circular_grade,i=c.edt.sims_circular_gradesections,n=("Parent"!=p&&"Student"!=p||(null!=n&&""!=n||(s=!1,$("#loader").modal("hide"),swal({text:"Please select Grade.",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}).then(function(e){})),null!=i&&""!=i)||(s=!1,$("#loader").modal("hide"),swal({text:"Please select Section.",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}).then(function(e){})),"Staff User"!=p||null!=c.edt.sims_circular_dept&&""!=c.edt.sims_circular_dept||null!=c.edt.sims_circular_desg&&""!=c.edt.sims_circular_desg||(s=!1,$("#loader").modal("hide"),swal({text:"Please select Departent or Designation.",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}).then(function(e){})),p.length<=0&&(s=!1,$("#loader").modal("hide"),swal({text:"Please Select atleast one User Group.",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}).then(function(e){})),a.split("-")[2]+"-"+a.split("-")[1]+"-"+a.split("-")[0]);o.split("-")[2]+"-"+o.split("-")[1]+"-"+o.split("-")[0]<n&&(s=!1,$("#loader").modal("hide"),swal({text:"Expiry date should be greater than publish date.",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}).then(function(e){})),"sis"==r.defaults.headers.common.schoolId||"amps-staging"==r.defaults.headers.common.schoolId||"amps"==r.defaults.headers.common.schoolId?null==t&&(t=""):null!=t&&""!=t||(s=!1,$("#loader").modal("hide"),swal({text:"Please enter Circular Description.",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}).then(function(e){})),null!=c.edt.sims_circular_publish_date&&null!=c.edt.sims_cur_code&&null!=c.edt.sims_academic_year_desc&&null!=c.edt.sims_circular_type&&null!=c.edt.sims_circular_category&&null!=c.edt.sims_circular_title&&1==s&&($("#loader").modal({backdrop:"static",keyboard:!1}),i=c.edt,t=n=o=a="",s=(o=","+c.edt.sims_circular_gradesections).substr(o.indexOf(",")+1),o=(n=","+c.edt.sims_circular_desg).substr(n.indexOf(",")+1),n=(t=","+c.edt.sims_circular_dept).substr(t.indexOf(",")+1),t=(a=","+c.edt.sims_circular_grade).substr(a.indexOf(",")+1),i.sims_circular_gradesections=s,i.sims_circular_desg=o,i.sims_circular_dept=n,i.sims_circular_grade=t,i.sims_circular_sen=c.edt.sims_circular_sen,i.lst_groups=p,i.sims_circular_number=document.getElementById("txt_number").value,i.sims_circular_desc=e.value(),i.sims_circular_publish_date=c.edt.sims_circular_publish_date,i.sims_circular_expiry_date=c.edt.sims_circular_expiry_date,i.sims_circular_created_user=l.globals.currentUser.username,i.opr="I",null==i.sims_circular_desg&&(i.sims_circular_desg=""),null==i.sims_circular_dept&&(i.sims_circular_dept=""),null==i.sims_circular_expiry_date&&(i.sims_circular_expiry_date=""),null!=i.sims_circular_publish_date)&&r.post(m.apiUrl+"api/common/Circular/CCirculars",i).then(function(e){c.view=!1,c.create=!0,c.msg1=e.data,swal({text:"Circular Drafted Successfully.",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&(p=[],c.images=[],$("#loader").modal("hide"),c.currentPage=1,r.get(m.apiUrl+"api/common/Circular/getCircular?loggeduser="+l.globals.currentUser.username).then(function(e){c.view=!1,c.create=!0,c.New(),c.cdetails_data=e.data,c.totalItems=c.cdetails_data.length,c.todos=c.cdetails_data,c.makeTodos()}),c.myForm.$setPristine(),c.myForm.$setUntouched())})})},c.getgrid=function(){c.currentPage=1,r.get(m.apiUrl+"api/common/Circular/getCircular?loggeduser="+l.globals.currentUser.username).then(function(e){c.view=!1,c.create=!0,c.cdetails_data=e.data,c.totalItems=c.cdetails_data.length,c.todos=c.cdetails_data,c.makeTodos()}),c.myForm.$setPristine(),c.myForm.$setUntouched()},c.Update=function(){$("#loader").modal({backdrop:"static",keyboard:!1}),c.new=!1,c.save_btn=!1;var e,t,a,o,s=document.getElementById("editor").value,n=c.edt.sims_circular_publish_date,i=c.edt.sims_circular_expiry_date,d=!0;p.length<=0&&(d=!1,$("#loader").modal("hide"),swal({text:"Please Select atleast one User Group.",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}).then(function(e){})),i<n&&(d=!1,$("#loader").modal("hide"),swal({text:"Expiry date should be greater than publish date.",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}).then(function(e){})),null!=s&&""!=s||(d=!1,$("#loader").modal("hide"),swal({text:"Please enter Circular Description.",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}).then(function(e){})),1==d&&(i=c.edt,n=(t=t+","+c.edt.sims_circular_gradesections).substr(t.indexOf(",")+1),s=(o=o+","+c.edt.sims_circular_desg).substr(o.indexOf(",")+1),t=(e=e+","+c.edt.sims_circular_dept).substr(e.indexOf(",")+1),o=(a=a+","+c.edt.sims_circular_grade).substr(a.indexOf(",")+1),i.sims_circular_gradesections=n,i.sims_circular_desg=s,i.sims_circular_dept=t,i.sims_circular_grade=o,i.lst_groups=p,i.sims_circular_number=document.getElementById("txt_number").value,i.sims_circular_desc=document.getElementById("editor").value,i.sims_circular_publish_date=c.edt.sims_circular_publish_date,i.sims_circular_expiry_date=c.edt.sims_circular_expiry_date,i.opr="U",r.post(m.apiUrl+"api/common/Circular/UCirculars",i).then(function(e){$$scope.view=!1,c.create=!0,c.msg1=e.data,d=!1,swal({title:"Alert",text:c.msg1.strMessage,showCloseButton:!0,width:380}).then(function(e){e&&(p=[],c.images=[],$("#loader").modal("hide"),c.currentPage=1,r.get(m.apiUrl+"api/common/Circular/getCircular?loggeduser="+l.globals.currentUser.username).then(function(e){c.view=!1,c.create=!0,c.cdetails_data=e.data,c.totalItems=c.cdetails_data.length,c.todos=c.cdetails_data,c.makeTodos()}),c.myForm.$setPristine(),c.myForm.$setUntouched())})}))},c.cancel=function(){c.view=!1,c.create=!0;try{$("#cmb_grade").multipleSelect("uncheckAll")}catch(e){}try{$("#cmb_section").multipleSelect("uncheckAll")}catch(e){}try{$("#cmb_designation").multipleSelect("uncheckAll")}catch(e){}try{$("#cmb_department").multipleSelect("uncheckAll")}catch(e){}c.edt="",c.obj5=[],r.get(m.apiUrl+"api/common/Circular/getAllCircularUserGroup").then(function(e){c.obj5=e.data}),c.edt={sims_circular_status:!0,sims_circular_desc:null},p=[],c.images=[],$("#loader").modal("hide"),c.currentPage=1,c.view=!1,c.create=!0,c.New(),c.myForm.$setPristine(),c.myForm.$setUntouched(),c.Date()},c.download=function(e){window.open(c.url+"/Images/CircularFiles/"+e,"_new")};var d=new FormData;c.images=[],c.images_att=[],c.getTheFiles=function(s){c.filesize=!0;var n="no";angular.forEach(s,function(e,t){d.append(t,e);var a=0;if(10485760<s[a].size)c.filesize=!1,swal({text:"File Should Not Exceed 10MB.",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380});else if(i.push(s[a].name),0<c.images.length){for(var o=0;o<c.images.length;o++)if(c.images[o].name==s[a].name)return void(n="yes");if("no"==n&&(c.images.push({name:s[a].name,file:s[a].size}),3<c.images.length))return c.images.splice(3,c.images.length),void swal({text:"You cannot upload more than 3 files.",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}).then(function(e){});n="no"}else c.images.push({name:s[a].name,file:s[a].size});a++})};c.uploading_doc1=!0,c.file_changed_new=function(e,t){var a=e.files[0],o=a.name;if(1<(o.match(/\./g)||[]).length)swal({text:"File name should not contain multiple dots.",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}),e.value="";else{var s,e=o.indexOf("."),e=(c.name=o.substr(0,e),c.fileext=o.substr(e+1),c.photo_filename=a.type,new FileReader),n=(e.onload=function(e){c.$apply(function(){c.prev_img=e.target.result})},e.readAsDataURL(a),$("#inputGroupFile01")[0].files);if(n.length)for(var i=new FormData,d=0;d<n.length;d++)1<(n[d].name.match(/\./g)||[]).length||i.append(n[d].name,n[d],"Web\\"+n[d].name.replace(/\s/g,""));a.size<10485760?(e=document.getElementById("txt_number").value,c.edt.sims_circular_file_path1?c.edt.sims_circular_file_path2?c.edt.sims_circular_file_path3||(c.edt.sims_circular_file_path3=(s=e+"_3")+"."+c.fileext,c.edt.sims_circular_file_path3_en=o):(c.edt.sims_circular_file_path2=(s=e+"_2")+"."+c.fileext,c.edt.sims_circular_file_path2_en=o):(c.edt.sims_circular_file_path1=(s=e+"_1")+"."+c.fileext,c.edt.sims_circular_file_path1_en=o),c.uploading_doc1=!1,a={method:"POST",url:m.apiUrl+"api/file/uploadCircularDocument?filename="+s+"&location=CircularFiles",data:i,headers:{"Content-Type":void 0}},r(a).success(function(){c.uploading_doc1=!0})):swal({text:"File Should Not Exceed 10MB.",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380})}},c.uploadClick=function(){c.filesize=!0,c.ins=!1},c.delpush=[],c.CancelFileUpload=function(e){c.delpush.push(e),c.images.splice(e,1),0==e&&(c.edt.sims_circular_file_path1=""),1==e&&(c.edt.sims_circular_file_path2=""),2==e&&(c.edt.sims_circular_file_path3="")},c.edit=function(e){c.save_btn=!0,c.view=!1,c.create=!0,c.save1=!1,c.update1=!0,c.delete1=!1,c.edt=e,c.images=[],c.delpush=[],$("input:checkbox").each(function(){for(var e=$(this).attr("id"),t=$(this).attr("value"),a=0,a=0;a<c.edt.lst_groups.length;a++)c.edt.lst_groups[a]==e&&(this.checked=!0,p.push(t));c.images=[],c.del_images=[],""!=c.edt.sims_circular_file_path1&&c.images.push({name:c.edt.sims_circular_file_path1,file:""}),""!=c.edt.sims_circular_file_path2&&c.images.push({name:c.edt.sims_circular_file_path2,file:""}),""!=c.edt.sims_circular_file_path3&&c.images.push({name:c.edt.sims_circular_file_path3,file:""})}),c.Getacademicyear(c.edt.sims_cur_code),c.GetGrade(c.edt.sims_cur_code,c.edt.sims_academic_year_desc),c.GetSection(c.edt.sims_cur_code,c.edt.sims_academic_year_desc,c.edt.sims_circular_grade);try{$("#cmb_designation").multipleSelect("setSelects",c.edt.lst_desg)}catch(e){}try{$("#cmb_department").multipleSelect("setSelects",c.edt.lst_dept)}catch(e){}var e=$("textarea#editor"),t=e.data("kendoEditor");t?t.editor.setValue(c.edt.sims_circular_desc):e.html(c.edt.sims_circular_desc),kendoEditor.editor.setValue=c.edt.sims_circular_desc}}]),e.directive("ngFiles",["$parse",function(s){return{link:function(t,e,a){var o=s(a.ngFiles);e.on("change",function(e){o(t,{$files:e.target.files})})}}}])}(),function(){"use strict";var e=angular.module("sims.module.Collaboration");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("createcircularhrCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(c,e,l,t,a,r,m){c.url=m.docUrl+r.defaults.headers.common.schoolId,c.edt=[],c.view=!1,c.create=!0,c.pagesize="10",c.pageindex="0",c.pager=!0,c.edt.sims_circular_number="",c.filteredTodos=[],c.currentPage=1,c.numPerPage=10,c.maxSize=10,c.save_btn=!1;var p=[],i=[];c.images=[],c.images1=[],c.del_images=[],new Array,c.obj=[],c.cdetails_data=[],c.filesize=!0,c.sen_arab=!1,"staging"!=r.defaults.headers.common.schoolId&&"staging2"!=r.defaults.headers.common.schoolId&&"sis"!=r.defaults.headers.common.schoolId||(c.sen_arab=!0),"sis"!=r.defaults.headers.common.schoolId&&"amps-staging"!=r.defaults.headers.common.schoolId&&"amps"!=r.defaults.headers.common.schoolId||(c.flg_desc=!0),$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0,format:"yyyy-mm-dd"}),$(document).on("touch click",'*[data-datepicker="true"] .add-on',function(e){$('input[type="text"]',$(this).parent()).focus()}),$("textarea#editor").data("kendoEditor");function o(){r.get(m.apiUrl+"api/ERP/Grade/getCuriculum_new").then(function(e){c.obj2=e.data,c.edt.sims_cur_code=c.obj2[0].sims_cur_code,c.Getacademicyear(c.obj2[0].sims_cur_code)})}r.get(m.apiUrl+"api/common/EmailSms/GetcheckEmailProfile").then(function(e){c.getProfile=e.data,$(document).ready(function(){$("#editor").kendoEditor({tools:["bold","italic","underline","strikethrough","justifyLeft","justifyCenter","justifyRight","justifyFull","insertUnorderedList","insertOrderedList","indent","outdent","createLink","unlink","insertImage","insertFile","subscript","superscript","tableWizard","createTable","addRowAbove","addRowBelow","addColumnLeft","addColumnRight","deleteRow","deleteColumn","mergeCellsHorizontally","mergeCellsVertically","splitCellHorizontally","splitCellVertically","viewHtml","formatting","fontName","fontSize","foreColor","backColor"]}),setTimeout(function(){c.view=!1,c.create=!0,c.New()},8e3)})}),r.get(m.apiUrl+"api/ERP/Grade/getAccecssUser?user="+l.globals.currentUser.username).then(function(e){c.global_count_comp=e.data,c.global_count_comp,o()}),r.get(m.apiUrl+"api/common/Circular/getCircularType").then(function(e){c.obj3=e.data}),r.get(m.apiUrl+"api/common/Circular/getCircularCategory").then(function(e){c.obj4=e.data}),r.get(m.apiUrl+"api/common/Circular/getAllCircularUserGroupHR").then(function(e){c.obj5=e.data}),r.get(m.apiUrl+"api/common/Circular/GetAllDesignationNames").then(function(e){c.designation=e.data,setTimeout(function(){$("#cmb_designation").change(function(){}).multipleSelect({width:"100%"})},1e3)}),r.get(m.apiUrl+"api/common/Circular/GetAllDepartments").then(function(e){c.department=e.data,setTimeout(function(){$("#cmb_department").change(function(){}).multipleSelect({width:"100%"})},1e3)}),c.GetGrade=function(e,t){null!=e&&null!=t&&r.get(m.apiUrl+"api/common/getAllGrades?cur_code="+e+"&academic_year="+t).then(function(e){c.grade=e.data,setTimeout(function(){$("#cmb_grade").change(function(){}).multipleSelect({width:"100%"})},1e3),setTimeout(function(){try{$("#cmb_grade").multipleSelect("setSelects",c.edt.lst_grade)}catch(e){}},1e3)})},c.GetSection=function(e,t,a){null!=e&&null!=t&&null!=a&&r.get(m.apiUrl+"api/common/Circular/getAllSection?cur_code="+e+"&ac_year="+t+"&grade="+a).then(function(e){c.section=e.data,setTimeout(function(){$("#cmb_section").change(function(){}).multipleSelect({width:"100%"})},1e3),setTimeout(function(){try{$("#cmb_section").multipleSelect("setSelects",c.edt.lst_section)}catch(e){}},1e3)})},c.GetDesg=function(){r.get(m.apiUrl+"api/common/Circular/GetAllDesignationNames").then(function(e){c.designation=e.data,setTimeout(function(){$("#cmb_designation").change(function(){}).multipleSelect({width:"100%"})},1e3)})},c.GetDept=function(){r.get(m.apiUrl+"api/common/Circular/GetAllDepartments").then(function(e){c.department=e.data,setTimeout(function(){$("#cmb_department").change(function(){}).multipleSelect({width:"100%"})},1e3)})},c.size=function(e){"All"==e?(c.currentPage="1",c.filteredTodos=c.cdetails_data,c.pager=!1):(c.pager=!0,c.pagesize=e,c.currentPage=1,c.numPerPage=e,c.makeTodos()),c.numPerPage=e},c.index=function(e){c.pageindex=e,c.currentPage=e,c.makeTodos(),(void 0).checked=!1,c.row1=""},c.makeTodos=function(){var e=parseInt(c.totalItems%c.numPerPage),e=(c.pagersize="0"==e?parseInt(c.totalItems/c.numPerPage):parseInt(c.totalItems/c.numPerPage)+1,(c.currentPage-1)*c.numPerPage),t=parseInt(e)+parseInt(c.numPerPage);c.filteredTodos=c.todos.slice(e,t)},c.search=function(){c.todos=c.searched(c.cdetails_data,c.searchText),c.totalItems=c.todos.length,c.currentPage="1",""==c.searchText&&(c.todos=c.cdetails_data),c.makeTodos()},c.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).sims_circular_title.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_circular_short_desc.toLowerCase().indexOf(t.toLowerCase());var t})},c.publishcircular=function(e){r.post(m.apiUrl+"api/common/Circular/UpdateCircularPublishDate",e).then(function(e){c.display=!0,c.msg1=e.data,l.strMessage=c.msg1.strMessage,swal({title:"Alert",text:c.msg1.strMessage,showCloseButton:!0,width:380}).then(function(e){}),c.getgrid()})},c.unpublishcircular=function(e){r.post(m.apiUrl+"api/common/Circular/UpdateCircularStatus",e).then(function(e){c.msg1=e.data,l.strMessage=c.msg1.strMessage,swal({title:"Alert",text:c.msg1.strMessage,showCloseButton:!0,width:380}).then(function(e){}),c.getgrid()})},c.delcircular=function(t){swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){e&&r.post(m.apiUrl+"api/common/Circular/DCirculars",t).then(function(e){c.display=!0,c.msg1=e.data,l.strMessage=c.msg1.strMessage,swal({title:"Alert",text:c.msg1.strMessage,showCloseButton:!0,width:380}).then(function(e){e&&c.getgrid()})})})},c.New=function(){c.save_btn=!0,c.view=!1,c.create=!0,c.save1=!0,c.update1=!1,c.delete1=!1,c.edt={},c.obj5=[],c.new=!0;var e=new Date;c.edt={sims_circular_status:!1,sims_circular_publish_date:("0"+e.getDate()).slice(-2)+"-"+("0"+(e.getMonth()+1)).slice(-2)+"-"+e.getFullYear(),sims_circular_expiry_date:("0"+e.getDate()).slice(-2)+"-"+("0"+(e.getMonth()+1)).slice(-2)+"-"+e.getFullYear()},c.global_count_comp,o(),setTimeout(function(){c.edt.sims_academic_year_desc=c.ob_acyear[0].sims_academic_year,c.GetGrade(c.edt.sims_cur_code,c.edt.sims_academic_year_desc)},2e3),r.get(m.apiUrl+"api/common/Circular/getAllCircularUserGroupHR").then(function(e){c.obj5=e.data}),c.images=[],c.images1=[];try{$("#cmb_grade").multipleSelect("uncheckAll")}catch(e){}try{$("#cmb_section").multipleSelect("uncheckAll")}catch(e){}try{$("#cmb_designation").multipleSelect("uncheckAll")}catch(e){}try{$("#cmb_department").multipleSelect("uncheckAll")}catch(e){}c.enable_sen=!0,$("#cmb_grade").multipleSelect("enable"),$("#cmb_section").multipleSelect("enable"),$("#cmb_designation").multipleSelect("enable"),$("#cmb_department").multipleSelect("enable"),r.get(m.apiUrl+"api/common/Circular/getCircularNumber").then(function(e){c.obj6=e.data,document.getElementById("txt_number").disabled=!0,document.getElementById("txt_number").value=c.obj6[0].sims_circular_number}),c.Date(),c.myForm.$setPristine(),c.myForm.$setUntouched()},c.Date=function(){setTimeout(function(){$(document).ready(function(){$("#fromdate, #todate").kendoDatePicker({format:"dd-MM-yyyy",value:""})})},700)},c.Getacademicyear=function(e){null!=e&&("sis"==r.defaults.headers.common.schoolId||"amps-staging"==r.defaults.headers.common.schoolId||"amps"==r.defaults.headers.common.schoolId?r.get(m.apiUrl+"api/common/Circular/getAcademicYear?curCode="+e).then(function(e){c.ob_acyear=e.data,c.edt.sims_circular_expiry_date=moment(c.ob_acyear[0].sims_academic_year_end_date,"YYYY-MM-DD").format("DD-MM-YYYY")}):r.get(m.apiUrl+"api/common/getAcademicYear?curCode="+e).then(function(e){c.ob_acyear=e.data}),c.GetGrade(c.edt.sims_cur_code,c.edt.sims_academic_year_desc))},c.GetUserGroups=function(e,t){for(var a=0;a<c.obj5.length;a++)c.obj5[a].sims_circular_user_group_code===t?console.log("LENGHT",t):document.getElementById(c.obj5[a].sims_circular_user_group_code).checked=!1;if("03"==t){try{$("#cmb_grade").multipleSelect("enable")}catch(e){}try{$("#cmb_designation").multipleSelect("enable")}catch(e){}try{$("#cmb_department").multipleSelect("enable")}catch(e){}}console.log("sddd",p)},c.Save=function(e){c.save_btn=!1,c.edt.sims_circular_ifalert=e;var t,e=$("#editor").data("kendoEditor"),a=e.value(),o=c.edt.sims_circular_publish_date,s=c.edt.sims_circular_expiry_date,n=!0,o=(c.edt.sims_circular_grade,c.edt.sims_circular_gradesections,"Staff User"==p&&(null!=c.edt.sims_circular_dept&&""!=c.edt.sims_circular_dept||null!=c.edt.sims_circular_desg&&""!=c.edt.sims_circular_desg||(n=!1,$("#loader").modal("hide"),swal({text:"Please select Departent or Designation.",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}).then(function(e){})),console.log("var",p)),o.split("-")[2]+"-"+o.split("-")[1]+"-"+o.split("-")[0]);s.split("-")[2]+"-"+s.split("-")[1]+"-"+s.split("-")[0]<o&&(n=!1,$("#loader").modal("hide"),swal({text:"Expiry date should be greater than publish date.",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}).then(function(e){})),null!=a&&""!=a||(n=!1,$("#loader").modal("hide"),swal({text:"Please enter Circular Description.",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}).then(function(e){})),null!=c.edt.sims_circular_publish_date&&null!=c.edt.sims_academic_year_desc&&null!=c.edt.sims_circular_type&&null!=c.edt.sims_circular_category&&null!=c.edt.sims_circular_title&&1==n&&($("#loader").modal({backdrop:"static",keyboard:!1}),s=c.edt,t=n=a=o="",a=(a=","+c.edt.sims_circular_gradesections).substr(a.indexOf(",")+1),n=(n=","+c.edt.sims_circular_desg).substr(n.indexOf(",")+1),t=(t=","+c.edt.sims_circular_dept).substr(t.indexOf(",")+1),o=(o=","+c.edt.sims_circular_grade).substr(o.indexOf(",")+1),s.sims_circular_gradesections=a,s.sims_circular_desg=n,s.sims_circular_dept=t,s.sims_circular_grade=o,s.sims_circular_sen=c.edt.sims_circular_sen,s.lst_groups=p,s.sims_circular_number=document.getElementById("txt_number").value,s.sims_circular_desc=e.value(),s.sims_circular_publish_date=c.edt.sims_circular_publish_date,s.sims_circular_expiry_date=c.edt.sims_circular_expiry_date,s.sims_circular_created_user=l.globals.currentUser.username,s.opr="I",null==s.sims_circular_desg&&(s.sims_circular_desg=""),null==s.sims_circular_dept&&(s.sims_circular_dept=""),null==s.sims_circular_expiry_date&&(s.sims_circular_expiry_date=""),null!=s.sims_circular_publish_date)&&r.post(m.apiUrl+"api/common/Circular/CCirculars",s).then(function(e){c.view=!1,c.create=!0,c.msg1=e.data,swal({text:"Circular Drafted Successfully.",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&(p=[],c.images=[],$("#loader").modal("hide"),c.currentPage=1,r.get(m.apiUrl+"api/common/Circular/getCircular?loggeduser="+l.globals.currentUser.username).then(function(e){c.view=!1,c.create=!0,c.New(),c.cdetails_data=e.data,c.totalItems=c.cdetails_data.length,c.todos=c.cdetails_data,c.makeTodos()}),c.myForm.$setPristine(),c.myForm.$setUntouched())})})},c.getgrid=function(){c.currentPage=1,r.get(m.apiUrl+"api/common/Circular/getCircular?loggeduser="+l.globals.currentUser.username).then(function(e){c.view=!1,c.create=!0,c.cdetails_data=e.data,c.totalItems=c.cdetails_data.length,c.todos=c.cdetails_data,c.makeTodos()}),c.myForm.$setPristine(),c.myForm.$setUntouched()},c.Update=function(){$("#loader").modal({backdrop:"static",keyboard:!1}),c.new=!1,c.save_btn=!1;var e,t,a,o,s=document.getElementById("editor").value,n=c.edt.sims_circular_publish_date,i=c.edt.sims_circular_expiry_date,d=!0;p.length<=0&&(d=!1,$("#loader").modal("hide"),swal({text:"Please Select atleast one User Group.",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}).then(function(e){})),i<n&&(d=!1,$("#loader").modal("hide"),swal({text:"Expiry date should be greater than publish date.",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}).then(function(e){})),null!=s&&""!=s||(d=!1,$("#loader").modal("hide"),swal({text:"Please enter Circular Description.",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}).then(function(e){})),1==d&&(i=c.edt,n=(t=t+","+c.edt.sims_circular_gradesections).substr(t.indexOf(",")+1),s=(o=o+","+c.edt.sims_circular_desg).substr(o.indexOf(",")+1),t=(e=e+","+c.edt.sims_circular_dept).substr(e.indexOf(",")+1),o=(a=a+","+c.edt.sims_circular_grade).substr(a.indexOf(",")+1),i.sims_circular_gradesections=n,i.sims_circular_desg=s,i.sims_circular_dept=t,i.sims_circular_grade=o,i.lst_groups=p,i.sims_circular_number=document.getElementById("txt_number").value,i.sims_circular_desc=document.getElementById("editor").value,i.sims_circular_publish_date=c.edt.sims_circular_publish_date,i.sims_circular_expiry_date=c.edt.sims_circular_expiry_date,i.opr="U",r.post(m.apiUrl+"api/common/Circular/UCirculars",i).then(function(e){$$scope.view=!1,c.create=!0,c.msg1=e.data,d=!1,swal({title:"Alert",text:c.msg1.strMessage,showCloseButton:!0,width:380}).then(function(e){e&&(p=[],c.images=[],$("#loader").modal("hide"),c.currentPage=1,r.get(m.apiUrl+"api/common/Circular/getCircular?loggeduser="+l.globals.currentUser.username).then(function(e){c.view=!1,c.create=!0,c.cdetails_data=e.data,c.totalItems=c.cdetails_data.length,c.todos=c.cdetails_data,c.makeTodos()}),c.myForm.$setPristine(),c.myForm.$setUntouched())})}))},c.cancel=function(){c.view=!1,c.create=!0;try{$("#cmb_grade").multipleSelect("uncheckAll")}catch(e){}try{$("#cmb_section").multipleSelect("uncheckAll")}catch(e){}try{$("#cmb_designation").multipleSelect("uncheckAll")}catch(e){}try{$("#cmb_department").multipleSelect("uncheckAll")}catch(e){}c.edt="",c.obj5=[],r.get(m.apiUrl+"api/common/Circular/getAllCircularUserGroupHR").then(function(e){c.obj5=e.data}),c.edt={sims_circular_status:!0,sims_circular_desc:null},p=[],c.images=[],$("#loader").modal("hide"),c.currentPage=1,c.view=!1,c.create=!0,c.New(),c.myForm.$setPristine(),c.myForm.$setUntouched(),c.Date()},c.download=function(e){window.open(c.url+"/Images/CircularFiles/"+e,"_new")};var d=new FormData,u=(c.images=[],c.images_att=[],c.getTheFiles=function(s){c.filesize=!0;var n="no";angular.forEach(s,function(e,t){d.append(t,e);var a=0;if(10485760<s[a].size)c.filesize=!1,swal({text:"File Should Not Exceed 10MB.",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380});else if(i.push(s[a].name),0<c.images.length){for(var o=0;o<c.images.length;o++)if(c.images[o].name==s[a].name)return void(n="yes");if("no"==n&&(c.images.push({name:s[a].name,file:s[a].size}),3<c.images.length))return c.images.splice(3,c.images.length),void swal({text:"You cannot upload more than 3 files.",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}).then(function(e){});n="no"}else c.images.push({name:s[a].name,file:s[a].size});a++})},"");c.uploading_doc1=!0,c.file_changed_new=function(e,t){var a=e.files[0],o=a.name.indexOf("."),o=(c.name=a.name.substr(0,o),c.fileext=a.name.substr(o+1),c.photo_filename=a.type,new FileReader),s=(o.onload=function(e){c.$apply(function(){c.prev_img=e.target.result})},o.readAsDataURL(a),$("#inputGroupFile01")[0].files);if(s.length)for(var n=new FormData,i=0;i<s.length;i++){s[i].name.split(".");n.append(s[i].name,s[i],"Web\\"+s[i].name.replace(/\s/g,""))}e.files[0].size<10485760?(o=document.getElementById("txt_number").value,""==c.edt.sims_circular_file_path1||null==c.edt.sims_circular_file_path1?(u=o+"_1",c.edt.sims_circular_file_path1=u+"."+c.fileext,c.edt.sims_circular_file_path1_en=e.files[0].name):""==c.edt.sims_circular_file_path2||null==c.edt.sims_circular_file_path2?(u=o+"_2",c.edt.sims_circular_file_path2=u+"."+c.fileext,c.edt.sims_circular_file_path2_en=e.files[0].name):""!=c.edt.sims_circular_file_path3&&null!=c.edt.sims_circular_file_path3||(u=o+"_3",c.edt.sims_circular_file_path3=u+"."+c.fileext,c.edt.sims_circular_file_path3_en=e.files[0].name),c.uploading_doc1=!1,a={method:"POST",url:m.apiUrl+"api/file/uploadCircularDocument?filename="+u+"&location=CircularFiles",data:n,headers:{"Content-Type":void 0}},r(a).success(function(e){c.uploading_doc1=!0})):swal({text:"File Should Not Exceed 10MB.",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380})},c.uploadClick=function(){c.filesize=!0,c.ins=!1},c.delpush=[],c.CancelFileUpload=function(e){c.delpush.push(e),c.images.splice(e,1),0==e&&(c.edt.sims_circular_file_path1=""),1==e&&(c.edt.sims_circular_file_path2=""),2==e&&(c.edt.sims_circular_file_path3="")},c.edit=function(e){c.save_btn=!0,c.view=!1,c.create=!0,c.save1=!1,c.update1=!0,c.delete1=!1,c.edt=e,c.images=[],c.delpush=[],$("input:checkbox").each(function(){for(var e=$(this).attr("id"),t=$(this).attr("value"),a=0,a=0;a<c.edt.lst_groups.length;a++)c.edt.lst_groups[a]==e&&(this.checked=!0,p.push(t));c.images=[],c.del_images=[],""!=c.edt.sims_circular_file_path1&&c.images.push({name:c.edt.sims_circular_file_path1,file:""}),""!=c.edt.sims_circular_file_path2&&c.images.push({name:c.edt.sims_circular_file_path2,file:""}),""!=c.edt.sims_circular_file_path3&&c.images.push({name:c.edt.sims_circular_file_path3,file:""})}),c.Getacademicyear(c.edt.sims_cur_code),c.GetGrade(c.edt.sims_cur_code,c.edt.sims_academic_year_desc),c.GetSection(c.edt.sims_cur_code,c.edt.sims_academic_year_desc,c.edt.sims_circular_grade);try{$("#cmb_designation").multipleSelect("setSelects",c.edt.lst_desg)}catch(e){}try{$("#cmb_department").multipleSelect("setSelects",c.edt.lst_dept)}catch(e){}var e=$("textarea#editor"),t=e.data("kendoEditor");t?t.editor.setValue(c.edt.sims_circular_desc):e.html(c.edt.sims_circular_desc),kendoEditor.editor.setValue=c.edt.sims_circular_desc}}]),e.directive("ngFiles",["$parse",function(s){return{link:function(t,e,a){var o=s(a.ngFiles);e.on("change",function(e){o(t,{$files:e.target.files})})}}}])}(),function(){"use strict";var e=angular.module("sims.module.Collaboration");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("circulardetailshr",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","$filter","ENV",function(o,e,t,a,s,n,i,d){o.edt=[],o.temp=[];o.btn_all=!1,o.btn_student=!1,o.btn_parent=!1,o.btn_staff=!1,o.btn_system=!1,o.btn_Support=!1,o.btn_product=!1,o.btn_visiting=!1,o.pagesize="10",o.pageindex="0",o.pager=!0,o.todos=[],o.obj5=[],o.listOfCircular=[],o.size=function(e){"All"==e?(o.currentPage="1",o.filteredTodos=o.todos,o.pager=!1):(o.pager=!0,o.pagesize=e,o.currentPage=1,o.numPerPage=e,o.makeTodos())},o.index=function(e){o.pageindex=e,o.currentPage=e,console.log("currentPage="+o.currentPage),o.makeTodos(),(void 0).checked=!1},o.filteredTodos=[],o.currentPage=1,o.numPerPage=10,o.maxSize=10,o.makeTodos=function(){var e=parseInt(o.totalItems%o.numPerPage),e=(o.pagersize="0"==e?parseInt(o.totalItems/o.numPerPage):parseInt(o.totalItems/o.numPerPage)+1,(o.currentPage-1)*o.numPerPage),t=parseInt(e)+parseInt(o.numPerPage);console.log("begin="+e),console.log("end="+t),o.filteredTodos=o.todos.slice(e,t);for(var a=0;a<o.filteredTodos.length;a++)o.filteredTodos[a].icon="fa fa-plus-circle";o.filteredTodos=o.todos.slice(e,t)},n.get(d.apiUrl+"api/common/getCuriculum").then(function(e){o.curriculum=e.data,o.edt={sims_cur_code:o.curriculum[0].sims_cur_code},o.getAccYear(o.edt.sims_cur_code)}),o.getAccYear=function(t){n.get(d.apiUrl+"api/common/getAcademicYear?curCode="+t).then(function(e){o.Acc_year=e.data,o.temp={sims_academic_year:o.Acc_year[0].sims_academic_year},o.getGrade(t,o.temp.sims_academic_year)})},n.get(d.apiUrl+"api/common/Circular/getAllCircularUserGroup").then(function(e){o.obj5=e.data,setTimeout(function(){$("#cmb_user_group").change(function(){}).multipleSelect({width:"100%"})},1e3)}),$(function(){$("#cmb_user_group").multipleSelect({width:"100%"})}),o.temp.sims_news_title=[],o.temp.sims_circular_user_group_code=[],o.search_data=function(){var e=[],t=[];try{for(var a=0;a<o.temp.sims_news_title.length;a++)e=0==a?o.temp.sims_news_title[a].sims_news_title:e+","+o.temp.sims_news_title[a].sims_news_title;for(a=0;a<o.temp.sims_circular_user_group_code.length;a++)t=0==a?o.temp.sims_circular_user_group_code[a]:t+","+o.temp.sims_circular_user_group_code[a]}catch(e){}try{n.get(d.apiUrl+"api/common/CircularDetailsController/getDetailsOfCircular?sims_academic_year="+o.temp.sims_academic_year+"&sims_cur_code="+o.edt.sims_cur_code+"&from_date="+o.temp.sims_from_data+"&to_date="+o.temp.sims_to_data+"&sims_circular_user_group_code="+t+"&sims_circular_title="+e).then(function(e){o.todos=e.data,o.makeTodos()})}catch(e){}},o.show_List_Of_Circular=function(e){o.listOfCircular=[];try{$("#cmb_list_of_circular").multipleSelect("uncheckAll")}catch(e){}$(function(){$("#cmb_list_of_circular").multipleSelect({width:"100%"})}),"News"==e?n.get(d.apiUrl+"api/common/CircularDetailsController/newsDetails?sims_academic_year="+o.temp.sims_academic_year+"&sims_cur_code="+o.edt.sims_cur_code).then(function(e){o.listOfCircular=e.data,setTimeout(function(){$("#cmb_list_of_circular").change(function(){}).multipleSelect({width:"100%"})},1e3)}):"Circular"==e&&n.get(d.apiUrl+"api/common/CircularDetailsController/circularDetails?sims_academic_year="+o.temp.sims_academic_year+"&sims_cur_code="+o.edt.sims_cur_code).then(function(e){o.listOfCircular=e.data,setTimeout(function(){$("#cmb_list_of_circular").change(function(){}).multipleSelect({width:"100%"})},1e3)})},$(function(){$("#cmb_list_of_circular").multipleSelect({width:"100%"})}),o.resetFunctionality=function(){o.temp.sims_from_data=void 0,o.temp.sims_to_data=void 0,o.filteredTodos=[];try{$("#cmb_list_of_circular").multipleSelect("uncheckAll")}catch(e){}try{$("#cmb_user_group").multipleSelect("uncheckAll")}catch(e){}},o.clickAcknowledgment=function(e,t){try{o.circular_number_outer=e.sims_circular_number,o.sims_circular_title=e.sims_circular_title,o.click_type=t,o.all_function(o.circular_number_outer,t),$("#MyModal").modal("show")}catch(e){}},o.ModalClear=function(){$("#MyModal").modal("hide")},o.all_function=function(e,t){o.btnName="A",o.btn_all=!0,o.btn_student=!1,o.btn_parent=!1,o.btn_staff=!1,o.btn_system=!1,o.btn_Support=!1,o.btn_product=!1,o.btn_visiting=!1,o.dataAcknowledgment_all=[];try{n.get(d.apiUrl+"api/common/CircularDetailsController/deailsacknowledgment?sims_circular_number="+e+"&type=X&status="+t).then(function(e){o.dataAcknowledgment_all=e.data})}catch(e){}},o.student_function=function(e,t){o.btnName="s",o.btn_all=!1,o.btn_student=!0,o.btn_parent=!1,o.btn_staff=!1,o.btn_system=!1,o.btn_Support=!1,o.btn_product=!1,o.btn_visiting=!1,o.dataAcknowledgment_Student=[],t=t+"/"+o.edt.sims_cur_code+"/"+o.temp.sims_academic_year;try{n.get(d.apiUrl+"api/common/CircularDetailsController/deailsacknowledgment?sims_circular_number="+e+"&type=P&status="+t).then(function(e){o.dataAcknowledgment_Student=e.data})}catch(e){}},o.parent_function=function(e,t){o.btnName="p",o.btn_all=!1,o.btn_student=!1,o.btn_parent=!0,o.btn_staff=!1,o.btn_system=!1,o.btn_Support=!1,o.btn_product=!1,o.btn_visiting=!1,o.dataAcknowledgment_parent=[],t=t+"/"+o.edt.sims_cur_code+"/"+o.temp.sims_academic_year;try{n.get(d.apiUrl+"api/common/CircularDetailsController/deailsacknowledgment?sims_circular_number="+e+"&type=Q&status="+t).then(function(e){o.dataAcknowledgment_parent=e.data})}catch(e){}},o.staff_function=function(e,t){o.btnName="staff",o.btn_all=!1,o.btn_student=!1,o.btn_parent=!1,o.btn_staff=!0,o.btn_system=!1,o.btn_Support=!1,o.btn_product=!1,o.btn_visiting=!1,o.dataAcknowledgment_staff=[];try{n.get(d.apiUrl+"api/common/CircularDetailsController/deailsacknowledgment?sims_circular_number="+e+"&type=R&status="+t).then(function(e){o.dataAcknowledgment_staff=e.data})}catch(e){}},o.system_function=function(e,t){o.btnName="sys",o.btn_all=!1,o.btn_student=!1,o.btn_parent=!1,o.btn_staff=!1,o.btn_system=!0,o.btn_Support=!1,o.btn_product=!1,o.btn_visiting=!1,o.dataAcknowledgment_system=[];try{n.get(d.apiUrl+"api/common/CircularDetailsController/deailsacknowledgment?sims_circular_number="+e+"&type=T&status="+t).then(function(e){o.dataAcknowledgment_system=e.data})}catch(e){}},o.support_function=function(e,t){o.btnName="sup",o.btn_all=!1,o.btn_student=!1,o.btn_parent=!1,o.btn_staff=!1,o.btn_system=!1,o.btn_Support=!0,o.btn_product=!1,o.btn_visiting=!1,o.dataAcknowledgment_Support=[];try{n.get(d.apiUrl+"api/common/CircularDetailsController/deailsacknowledgment?sims_circular_number="+e+"&type=U&status="+t).then(function(e){o.dataAcknowledgment_Support=e.data})}catch(e){}},o.product_function=function(e,t){o.btnName="pro",o.btn_all=!1,o.btn_student=!1,o.btn_parent=!1,o.btn_staff=!1,o.btn_system=!1,o.btn_Support=!1,o.btn_product=!0,o.btn_visiting=!1,o.dataAcknowledgment_product=[];try{n.get(d.apiUrl+"api/common/CircularDetailsController/deailsacknowledgment?sims_circular_number="+e+"&type=V&status="+t).then(function(e){o.dataAcknowledgment_product=e.data})}catch(e){}},o.visiting_function=function(e,t){o.btnName="vis",o.btn_all=!1,o.btn_student=!1,o.btn_parent=!1,o.btn_staff=!1,o.btn_system=!1,o.btn_Support=!1,o.btn_product=!1,o.btn_visiting=!0,o.dataAcknowledgment_visiting=[];try{n.get(d.apiUrl+"api/common/CircularDetailsController/deailsacknowledgment?sims_circular_number="+e+"&type=W&status="+t).then(function(e){o.dataAcknowledgment_visiting=e.data})}catch(e){}},o.exportData=function(){swal({title:"Alert",text:"Do you want to Export in MS-Excel?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){var t;e&&("A"==o.btnName&&(t=new Blob([document.getElementById("all_data").innerHTML],{type:"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;charset=utf-8"}),saveAs(t,"CircularDetails.xls")),"s"==o.btnName&&(t=new Blob([document.getElementById("student_data").innerHTML],{type:"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;charset=utf-8"}),saveAs(t,"CircularDetails.xls")),"p"==o.btnName&&(t=new Blob([document.getElementById("parent_data").innerHTML],{type:"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;charset=utf-8"}),saveAs(t,"CircularDetails.xls")),"staff"==o.btnName&&(t=new Blob([document.getElementById("staff_data").innerHTML],{type:"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;charset=utf-8"}),saveAs(t,"CircularDetails.xls")),"sys"==o.btnName&&(t=new Blob([document.getElementById("system_data").innerHTML],{type:"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;charset=utf-8"}),saveAs(t,"CircularDetails.xls")),"sup"==o.btnName&&(t=new Blob([document.getElementById("support_data").innerHTML],{type:"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;charset=utf-8"}),saveAs(t,"CircularDetails.xls")),"pro"==o.btnName&&(t=new Blob([document.getElementById("product_data").innerHTML],{type:"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;charset=utf-8"}),saveAs(t,"CircularDetails.xls")),"vis"==o.btnName)&&(t=new Blob([document.getElementById("visit_data").innerHTML],{type:"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;charset=utf-8"}),saveAs(t,"CircularDetails.xls"))})}}])}(),function(){"use strict";var e=angular.module("sims.module.Collaboration");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("CommunicationToDefaultersController",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(d,e,t,a,o,s,n){$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0,format:"yyyy-mm-dd"}),d.pageindex="0",d.pager=!0,d.Emailbtn=!0,d.Communicatebtn=!1,d.edt=[],d.ifvalue=!0,$("#text-editor").wysihtml5(),$("#text-editor1").wysihtml5(),$("#cmbViewList").multipleSelect({width:"100%",placeholder:"Please Select"}),$("#stud_status").multipleSelect({width:"100%"}),d.countData=[{val:10,data:10},{val:20,data:20}],d.cur_change=function(){s.get(n.apiUrl+"api/CommDefaulter/GetAllAcademicYears?cur_code="+d.edt.sims_cur_code).then(function(e){d.admissionYear=e.data,console.log(d.admissionYear);for(var t=0;t<d.admissionYear.length;t++)"C"==d.admissionYear[t].sims_academic_year_status&&(d.edt.sims_academic_year=d.admissionYear[t].sims_academic_year);d.acdm_yr_change()})},s.get(n.apiUrl+"api/CommDefaulter/GetDefaulterEmailMessage").then(function(e){d.email_temp=e.data;$("textarea#text-editor");e=$("textarea#text-editor1").data("wysihtml5");e&&e.editor.setValue(d.email_temp)}),s.get(n.apiUrl+"api/CommDefaulter/GetDefaulterAlertMessage").then(function(e){d.email_temp=e.data}),s.get(n.apiUrl+"api/CommDefaulter/GetAllCurName").then(function(e){d.admissionCur=e.data,0<e.data.length&&(d.edt.sims_cur_code=e.data[0].sims_cur_code,d.cur_change(d.edt.sims_cur_code))}),s.get(n.apiUrl+"api/CommDefaulter/GetDefaulterfeeTypes").then(function(e){d.feetypes=e.data,setTimeout(function(){$("#cmb_feeTypes").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"})},1e3)}),s.get(n.apiUrl+"api/CommDefaulter/GetDefaulterviewList").then(function(e){d.listtype=e.data}),s.get(n.apiUrl+"api/CommDefaulter/GetDefaulterviewMode").then(function(e){d.listmode=e.data}),d.acdm_yr_change=function(){s.get(n.apiUrl+"api/CommDefaulter/GetAllGrades?cur_code="+d.edt.sims_cur_code+"&ac_year="+d.edt.sims_academic_year).then(function(e){d.admissionGrade=e.data,setTimeout(function(){$("#cmb_grade").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"})},1e3)})},s.get(n.apiUrl+"api/CommDefaulter/GetAllEntryStatus").then(function(e){d.entrydata=e.data,console.log("entrystatus",d.entrydata),setTimeout(function(){$("#entryList").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"})},1e3)}),s.get(n.apiUrl+"api/CommDefaulter/GetAllTargetCommunicatioGroup").then(function(e){d.TargetCommunicationGroupData=e.data,setTimeout(function(){$("#TargetCommunicationGroupList").change(function(){}).multipleSelect({width:"100%"})},1e3)}),d.grades="",d.grade_change=function(){d.grades="";try{$("#cmb_section").multipleSelect("uncheckAll")}catch(e){}for(var e=0;e<d.edt.sims_grade_code.length;e++)d.grades=d.grades+d.edt.sims_grade_code[e]+",";s.get(n.apiUrl+"api/CommDefaulter/GetDefaulterSection?cur_code="+d.edt.sims_cur_code+"&ac_year="+d.edt.sims_academic_year+"&g_code="+d.grades).then(function(e){d.admissionsection=e.data,console.log(e.data),setTimeout(function(){$("#cmb_section").change(function(){}).multipleSelect({width:"100%"})},1e3)})},d.getStudentStatus=function(){s.get(n.apiUrl+"api/CommDefaulter/GetStudentStatus").then(function(e){d.studentStatusList=e.data,setTimeout(function(){$("#stud_status").change(function(){}).multipleSelect({width:"100%"})},1e3)})},d.getStudentStatus(),d.btnPreview_click=function(){if(""!=d.edt.sims_grade_code&&d.edt.sims_grade_code&&""!=d.edt.sims_section_code&&d.edt.sims_section_code&&""!=d.edt.sims_fee_code&&d.edt.sims_fee_code&&""!=d.edt.duration&&d.edt.duration&&""!=d.edt.sims_term_code&&d.edt.sims_term_code){d.msg1=!1,$("#loader").modal({backdrop:"static",keyboard:!1}),d.grades="",d.sections="",d.sims_fee_code="",d.sims_term_code1="",d.sims_student_status="",d.sims_target_comm_group_id="";for(var e=0;e<d.edt.sims_grade_code.length;e++)d.grades=d.grades+d.edt.sims_grade_code[e]+",";for(e=0;e<d.edt.sims_section_code.length;e++)d.sections=d.sections+d.edt.sims_section_code[e]+",";for(e=0;e<d.edt.sims_fee_code.length;e++)d.sims_fee_code=d.sims_fee_code+d.edt.sims_fee_code[e]+",";d.edt1={sims_term_code:""},d.edt1.sims_cur_code=d.edt.sims_cur_code,d.edt1.sims_academic_year=d.edt.sims_academic_year,d.edt1.sims_grade_code=d.grades,d.edt1.sims_section_code=d.sections,d.edt1.sims_fee_code=d.sims_fee_code,d.edt1.sims_view_list_code=d.edt.sims_view_list_code,"2"==d.edt.duration?d.edt.sims_view_mode_code="2":"3"==d.edt.duration&&(d.edt.sims_view_mode_code="3"),d.edt1.sims_view_mode_code=d.edt.sims_view_mode_code;for(e=0;e<d.edt.sims_term_code.length;e++)d.sims_term_code1=d.sims_term_code1+d.edt.sims_term_code[e]+",";d.edt1.sims_term_code=d.sims_term_code1,null!=d.edt.sims_search?d.edt1.sims_search=d.edt.sims_search:d.edt1.sims_search=void 0,null!=d.edt.sims_amount?d.edt1.sims_amount=d.edt.sims_amount:d.edt1.sims_amount=void 0,null!=d.edt.balance_amount?d.edt1.balance_amount=d.edt.balance_amount:d.edt1.balance_amount=void 0;for(e=0;e<d.edt.sims_academic_year_status.length;e++)d.sims_student_status=d.sims_student_status+d.edt.sims_academic_year_status[e]+",";d.edt1.sims_student_status=d.sims_student_status;for(e=0;e<d.edt.sims_target_comm_group_id.length;e++)d.sims_target_comm_group_id=d.sims_target_comm_group_id+d.edt.sims_target_comm_group_id[e]+",";d.edt1.sims_target_comm_group_id=d.sims_target_comm_group_id,s.post(n.apiUrl+"api/CommDefaulter/DefaultersList",d.edt1).then(function(e){d.defaulterdata=e.data,3<d.countData.length&&d.countData.splice(3,1),d.countData.push({val:d.defaulterdata.length,data:"All"}),d.summeryData=d.defaulterdata[1],d.defaulterdata[0].length<=0?($("#loader").modal("hide"),swal({showCloseButton:!0,text:"No Data Found",width:350,showCloseButon:!0})):($("#loader").modal("hide"),0<d.summeryData.length&&(d.pager=!0,3<d.countData.length&&d.countData.splice(3,1),d.countData.push({val:d.summeryData.length,data:"All"}),d.totalItems=d.summeryData.length,d.todos=d.summeryData,d.makeTodos()))})}else d.msg1=swal({showCloseButton:!0,text:"Please select Grade, Section, Fee types, Duration and Term",imageUrl:"assets/img/notification-alert.png",width:350,showCloseButon:!0})},d.printData=function(e){},d.reset=function(){d.admissions=[],d.filteredTodos=[],d.currentPage=1,d.numPerPage=1550,d.maxSize=1550,d.pager=!1,d.defaulterdata=[],d.edt={sims_cur_code:d.edt.sims_cur_code,sims_academic_year:d.edt.sims_academic_year},d.acdm_yr_change(),d.edt.sims_start_date="",d.edt.sims_end_date="",d.edt.admission_no="",d.email_subject="",$("#text-editor").data("wysihtml5").editor.clear(),$("#text-editor1").data("wysihtml5").editor.clear();try{$("#cmb_grade").multipleSelect("uncheckAll")}catch(e){}try{$("#cmb_section").multipleSelect("uncheckAll")}catch(e){}try{$("#cmb_feeTypes").multipleSelect("uncheckAll")}catch(e){}try{$("#cmbViewList").multipleSelect("uncheckAll")}catch(e){}try{$("#stud_status").multipleSelect("uncheckAll")}catch(e){}try{$("#TargetCommunicationGroupList").multipleSelect("uncheckAll")}catch(e){}},d.message=function(){$("#MyModal").modal({backdrop:"static",keyboard:!0})},$(function(){$("#cmb_grade").multipleSelect({width:"100%"}),$("#cmb_section").multipleSelect({width:"100%"}),$("#cmb_feeTypes").multipleSelect({width:"100%"})}),d.filteredTodos=[],d.currentPage=1,d.numPerPage=1550,d.maxSize=1550,d.makeTodos=function(){var e=parseInt(d.totalItems%d.numPerPage),e=(d.pagersize="0"==e?parseInt(d.totalItems/d.numPerPage):parseInt(d.totalItems/d.numPerPage)+1,(d.currentPage-1)*d.numPerPage),t=parseInt(e)+parseInt(d.numPerPage);d.filteredTodos=d.todos.slice(e,t)},d.size=function(e){str,d.pagesize="All",d.currentPage="1",d.numPerPage=d.defaulterdata.length,d.filteredTodos=d.todos,d.pager=!1},d.index=function(e){d.pageindex=e,d.currentPage=e,console.log("currentPage="+d.currentPage),d.makeTodos(),main.checked=!1,d.row1=""},d.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).student_name.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_father_name.toLowerCase().indexOf(t.toLowerCase())||e.sims_enroll_number==t;var t})},d.search=function(){d.todos=d.searched(d.defaulterdata,d.searchText),d.totalItems=d.todos.length,d.currentPage="1",""==d.searchText&&(d.todos=d.defaulterdata),d.makeTodos()},d.CheckMultipleSearch=function(){for(var e=document.getElementById("chkSearch"),t=0;t<d.filteredTodos.length;t++)1==e.checked?d.filteredTodos[t].isSelected=!0:0==e.checked&&(d.row1="",d.color="#edefef",e.checked=!1,d.filteredTodos[t].isSelected=!1)},d.CheckOneByOneSearch=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected")});var e=document.getElementById("chkSearch");1==e.checked&&(e.checked=!1)},d.submitdata=function(){if(null==d.email_subject||null==document.getElementById("text-editor").value||null==document.getElementById("text-editor1").value)swal({showCloseButton:!0,text:"Please Define Message Or Subject",imageUrl:"assets/img/notification-alert.png",width:350,showCloseButon:!0});else{d.data=[];for(var e=0;e<d.filteredTodos.length;e++)if(1==d.filteredTodos[e].isSelected&&""!=d.filteredTodos[e].parent_email){d.filteredTodos[e].sims_cur_code=d.edt.sims_cur_code,d.filteredTodos[e].sims_academic_year=d.edt.sims_academic_year,d.filteredTodos[e].email_subject=d.email_subject,d.message_details="<table border=1 style='border-collapse:collapse;border-width:3px;width:450px'><tr><td Colspan=2>Fee Due Details</td></tr><tr><td Colspan=2>Enrollment No:"+d.filteredTodos[e].sims_enroll_number+"</td></tr><tr><td Colspan=2> Student Name:"+d.filteredTodos[e].student_name+"</td></tr><tr><td>Fee Type</td><td>Fee Amount</td></tr>";for(var t=0;t<d.defaulterdata[0].length;t++)d.defaulterdata[0][t].sims_enroll_number==d.filteredTodos[e].sims_enroll_number&&(d.message_details=d.message_details+="<tr><td>"+d.defaulterdata[0][t].sims_fee_type_desc+"</td><td style='text-align:right'>"+d.defaulterdata[0][t].sims_balance_amount+"</td></tr>");d.message_details=d.message_details+="<tr><td>Grand Total :</td><td style='text-align:right'>"+d.filteredTodos[e].sims_balance_amount_total+"</td></tr>",d.message_details=d.message_details+"</table>";document.getElementById("text-editor").value;var a=document.getElementById("text-editor1").value.replace("{details}",d.message_details);d.filteredTodos[e].email_message=a+"<br/><br/>",d.data.push(d.filteredTodos[e])}if("smsm"==s.defaults.headers.common.schoolId)for(e=0;e<d.filteredTodos.length;e++)1==d.filteredTodos[e].isSelected&&""!=d.filteredTodos[e].parent_email&&(d.filteredTodos[e].sims_cur_code=d.edt.sims_cur_code,d.filteredTodos[e].sims_academic_year=d.edt.sims_academic_year,d.filteredTodos[e].email_subject=d.email_subject,d.filteredTodos[e].email_message=document.getElementById("text-editor").value);console.log(d.data),d.data.length<=0?swal({showCloseButton:!0,text:"Please Select student to send Email Message.",imageUrl:"assets/img/notification-alert.png",width:350,showCloseButon:!0}):(console.log(d.data),s.post(n.apiUrl+"api/CommDefaulter/emailtoDefaulters",d.data).then(function(e){1==e.data?($("#MyModal").modal("hide"),d.email_subject="",d.email_message="",swal({showCloseButton:!0,text:"Email Message Scheduled Or Sent Sucessfully.",imageUrl:"assets/img/check.png",width:350,showCloseButon:!0})):swal({showCloseButton:!0,text:"Error in Sending Email Message.",imageUrl:"assets/img/notification-alert.png",width:350,showCloseButon:!0})})),console.log(d.data)}},d.sms=function(){d.sims_smstext="",s.get(n.apiUrl+"api/CommDefaulter/GetDefaulterSMSMessage").then(function(e){d.email_temp=e.data,d.sims_smstext=d.email_temp,d.sims_sms_msg="Enter your message below ( max 1000 chars.1 sms is 160 characters.)",d.sims_sms_subjectblock="These special characters ' ][}{|~^ ' will be treated as two character",d.msg_details()}),$("#SMS_Modal").modal({backdrop:"static",keyboard:!0})},s.get(n.apiUrl+"api/CommDefaulter/GetDefaulterSMSMessage").then(function(e){d.email_temp=e.data,d.sims_smstext=d.email_temp,d.sims_sms_msg="Enter your message below ( max 1000 chars.1 sms is 160 characters.)",d.sims_sms_subjectblock="These special characters ' ][}{|~^ ' will be treated as two character",d.msg_details()}),s.get(n.apiUrl+"api/CommDefaulter/GetDefaulterAlertMessage").then(function(e){d.sms_temp=e.data,d.sims_alerttext=d.sms_temp}),d.msg_details=function(){if(""!=d.sims_smstext&&null!=d.sims_smstext){var e=0,t=(d.sims_sms_char=0,document.getElementById("txt_smstext"),d.sims_smstext.length),a=d.sims_smstext,o=new Array("[","]","{","}");if(""!=a){for(var s,n=0;s=a.charAt(n);n++)for(var i=0;i<o.length;i++)o[i]===s&&(e+=1);d.sims_sms_char=t-e+2*e}d.sims_sms_char<=160&&0<d.sims_sms_char&&(d.sims_sms_length="1"),d.sims_sms_char<=306&&160<d.sims_sms_char&&(d.sims_sms_length="2"),d.sims_sms_char<=459&&306<d.sims_sms_char&&(d.sims_sms_length="3"),d.sims_sms_char<=612&&459<d.sims_sms_char&&(d.sims_sms_length="4"),d.sims_sms_char<=765&&612<d.sims_sms_char&&(d.sims_sms_length="5"),d.sims_sms_char<=918&&765<d.sims_sms_char&&(d.sims_sms_length="6"),d.sims_sms_char<=1071&&918<d.sims_sms_char&&(d.sims_sms_length="7")}else d.sims_sms_char="0",d.sims_sms_length="0"},d.submitdata_sms=function(){if(null==d.sims_smstext||null==document.getElementById("txt_smstext").value)swal({showCloseButton:!0,text:"Please Define Message",width:350,showCloseButon:!0});else{d.data=[];for(var e=0;e<d.filteredTodos.length;e++)1==d.filteredTodos[e].isSelected&&""!=d.filteredTodos[e].parent_mobile&&(d.filteredTodos[e].sims_cur_code=d.edt.sims_cur_code,d.filteredTodos[e].sims_academic_year=d.edt.sims_academic_year,d.filteredTodos[e].email_subject=d.email_subject,d.filteredTodos[e].email_message=d.sims_smstext,d.data.push(d.filteredTodos[e]));console.log(d.data),d.data.length<=0?swal({showCloseButton:!0,text:"Please Select student to send SMS Message.",imageUrl:"assets/img/notification-alert.png",width:350,showCloseButon:!0}):(console.log(d.data),s.post(n.apiUrl+"api/CommDefaulter/smstoDefaulters",d.data).then(function(e){1==e.data?($("#SMS_Modal").modal("hide"),d.sims_smstext="",swal({showCloseButton:!0,text:"SMS Scheduled Or Sent Sucessfully.",imageUrl:"assets/img/check.png",width:350,showCloseButon:!0})):swal({showCloseButton:!0,text:"Error in Sending SMS Message.",imageUrl:"assets/img/close.png",width:350,showCloseButon:!0})})),console.log(d.data)}},d.resetdata_sms=function(){d.sims_smstext="",d.msg_details()},d.alert=function(){d.sims_alerttext="",s.get(n.apiUrl+"api/CommDefaulter/GetDefaulterAlertMessage").then(function(e){d.sms_temp=e.data,d.sims_alerttext=d.sms_temp}),$("#Alert_Modal").modal({backdrop:"static",keyboard:!0})},d.submitdata_alert=function(){if(null==d.sims_alerttext||null==document.getElementById("sims_alerttext").value)swal({showCloseButton:!0,text:"Please Define Message",imageUrl:"assets/img/check.png",width:350,showCloseButon:!0});else{d.data=[];for(var e=0;e<d.filteredTodos.length;e++)1==d.filteredTodos[e].isSelected&&""!=d.filteredTodos[e].sims_sibling_parent_number&&(d.filteredTodos[e].sims_cur_code=d.edt.sims_cur_code,d.filteredTodos[e].sims_academic_year=d.edt.sims_academic_year,d.filteredTodos[e].email_subject=d.email_subject,d.filteredTodos[e].email_message=d.sims_alerttext,d.data.push(d.filteredTodos[e]));console.log(d.data),d.data.length<=0?swal({showCloseButton:!0,text:"Please Select student to send Alert Message.",imageUrl:"assets/img/notification-alert.png",width:350,showCloseButon:!0}):(console.log(d.data),s.post(n.apiUrl+"api/CommDefaulter/alerttoDefaulters",d.data).then(function(e){1==e.data?($("#Alert_Modal").modal("hide"),d.sims_alerttext="",swal({showCloseButton:!0,text:"Alert Scheduled Or Sent Sucessfully.",imageUrl:"assets/img/check.png",width:350,showCloseButon:!0})):swal({showCloseButton:!0,text:"Error in Sending Alert Message.",imageUrl:"assets/img/notification-alert.png",width:350,showCloseButon:!0})})),console.log(d.data)}},d.resetdata_alert=function(){d.sims_alerttext=""},d.block_ppn=function(){d.sims_blocktext="",s.get(n.apiUrl+"api/CommDefaulter/GetDefaulterBlockPPNMessage").then(function(e){d.sms_temp=e.data,d.sims_blocktext=d.sms_temp}),$("#BlockPPN_Modal").modal({backdrop:"static",keyboard:!0})},d.submitdata_block=function(){if(null==d.sims_blocktext||null==document.getElementById("sims_blocktext").value)swal({showCloseButton:!0,text:"Please Define Message",imageUrl:"assets/img/check.png",width:350,showCloseButon:!0});else{d.data=[];for(var e=0;e<d.filteredTodos.length;e++)1==d.filteredTodos[e].isSelected&&""!=d.filteredTodos[e].sims_sibling_parent_number&&(d.filteredTodos[e].sims_cur_code=d.edt.sims_cur_code,d.filteredTodos[e].sims_academic_year=d.edt.sims_academic_year,d.filteredTodos[e].email_subject=d.email_subject,d.filteredTodos[e].email_message=d.sims_blocktext,d.data.push(d.filteredTodos[e]));console.log(d.data),d.data.length<=0?swal({showCloseButton:!0,text:"Please Select student to send Message.",imageUrl:"assets/img/notification-alert.png",width:350,showCloseButon:!0}):(console.log(d.data),s.post(n.apiUrl+"api/CommDefaulter/BlockDefaulters",d.data).then(function(e){1==e.data?($("#Alert_Modal").modal("hide"),d.sims_alerttext="",swal({showCloseButton:!0,text:"Message Scheduled Or Sent Sucessfully.",imageUrl:"assets/img/check.png",width:350,showCloseButon:!0})):swal({showCloseButton:!0,text:"Error in Sending Alert Message.",imageUrl:"assets/img/notification-alert.png",width:350,showCloseButon:!0})})),console.log(d.data)}},d.resetdata_block=function(){d.BlockDefaulters=""},d.getduration=function(e){d.ifvalue=!0,d.terms=[],"1"==e?d.ifvalue=!0:"2"==e?(d.ifvalue=!1,s.get(n.apiUrl+"api/CommDefaulter/GetDefaulterTerms?cur_code="+d.edt.sims_cur_code+"&academic_year="+d.edt.sims_academic_year).then(function(e){d.terms=e.data})):"3"==e&&(d.ifvalue=!1,s.post(n.apiUrl+"api/CommDefaulter/Year_month?year="+d.edt.sims_academic_year).then(function(e){d.Year_month=e.data;(new Date).getFullYear(),(new Date).getMonth();d.terms=e.data})),s.get(n.apiUrl+"api/Fee/SFS/GetDefaulterEmailMessage").then(function(e){d.email_temp=e.data,console.log(d.email_temp)}),d.settemplate=function(e){for(var t,a=0;a<d.email_temp.length;a++)d.email_temp[a].sims_msg_sr_no==e&&(document.getElementById("text-editor").innerHTML=d.email_temp[a].email_default_template,$("textarea#text-editor"),t=$("textarea#text-editor1").data("wysihtml5"))&&t.editor.setValue(d.email_temp[a].email_default_template)},setTimeout(function(){$("#cmbViewList").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"})},1e3),d.pager=!1,d.filteredTodos=[],d.currentPage=1,d.numPerPage=1550,d.maxSize=1550},d.sortBy=function(e){d.reverse=d.propertyName===e&&!d.reverse,d.propertyName=e}}])}(),function(){"use strict";var e=angular.module("sims.module.Collaboration");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("ViewNewsCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(i,e,s,t,a,n,d){i.url=d.docUrl+n.defaults.headers.common.schoolId,i.itemsPerPage="5",i.currentPage=0,i.view=!0,i.create=!1,i.pagesize="10",i.pageindex="1";var c=[],l=[];i.images=[],new Array;i.obj=[],i.cdetails_data=[],i.filteredTodos=[],i.currentPage=1,i.numPerPage=10,i.maxSize=5,i.save_btn=!1,$("#text-editor").wysihtml5(),$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0,format:"yyyy-mm-dd"}),$(document).on("touch click",'*[data-datepicker="true"] .add-on',function(e){$('input[type="text"]',$(this).parent()).focus()}),n.get(d.apiUrl+"api/common/getCuriculum").then(function(e){i.obj2=e.data}),n.get(d.apiUrl+"api/common/News/getNewsType").then(function(e){i.obj3=e.data}),n.get(d.apiUrl+"api/common/News/getNewsCategory").then(function(e){i.obj4=e.data}),n.get(d.apiUrl+"api/common/News/getAllNewsUserGroup").then(function(e){i.obj5=e.data}),i.size=function(e){i.pager=10==e||20==e,"*"==e?(i.numPerPage=i.cdetails_data.length,i.filteredTodos=i.cdetails_data):(i.pagesize=e,i.currentPage=1,i.numPerPage=e),i.makeTodos()},i.index=function(e){i.pageindex=e,i.currentPage=e,i.makeTodos(),(void 0).checked=!1,i.row1=""},n.get(d.apiUrl+"api/common/News/getNews?loggeduser="+s.globals.currentUser.username).then(function(e){i.view=!0,i.create=!1,i.cdetails_data=e.data,i.totalItems=i.cdetails_data.length,i.todos=i.cdetails_data,i.makeTodos()}),i.makeTodos=function(){var e=parseInt(i.totalItems%i.numPerPage),e=(i.pagersize="0"==e?parseInt(i.totalItems/i.numPerPage):parseInt(i.totalItems/i.numPerPage)+1,(i.currentPage-1)*i.numPerPage),t=parseInt(e)+parseInt(i.numPerPage);i.filteredTodos=i.todos.slice(e,t)},i.search=function(){i.todos=i.searched(i.cdetails_data,i.searchText),i.totalItems=i.todos.length,i.currentPage="1",""==i.searchText&&(i.todos=i.cdetails_data),i.makeTodos()},i.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).sims_news_title.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_news_short_desc.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_news_number.toLowerCase().indexOf(t.toLowerCase());var t})},i.getgrid,i.delnews=function(t){swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){e&&n.post(d.apiUrl+"api/common/News/DNews",t).then(function(e){i.display=!0,i.msg1=e.data,s.strMessage=i.msg1.strMessage,swal({title:"Alert",text:i.msg1.strMessage,showCloseButton:!0,width:380}).then(function(e){e&&n.get(d.apiUrl+"api/common/News/getNews?loggeduser="+s.globals.currentUser.username).then(function(e){i.view=!0,i.create=!1,i.cdetails_data=e.data,i.totalItems=i.cdetails_data.length,i.todos=i.cdetails_data,i.makeTodos()})})})})},i.publishnews=function(e){n.post(d.apiUrl+"api/common/News/UpdateNewsPublishDate",e).then(function(e){i.display=!0,i.msg1=e.data,swal({title:"Alert",text:"The Selected News Published Today.",showCloseButton:!0,width:380}).then(function(e){e&&n.get(d.apiUrl+"api/common/News/getNews?loggeduser="+s.globals.currentUser.username).then(function(e){i.view=!0,i.create=!1,i.cdetails_data=e.data,i.totalItems=i.cdetails_data.length,i.todos=i.cdetails_data,i.makeTodos()})})})},i.unpublishnews=function(e){n.post(d.apiUrl+"api/common/News/UpdateNewsStatus",e).then(function(e){i.msg1=e.data,swal({title:"Alert",text:"News Unpublished Successfully.",showCloseButton:!0,width:380}).then(function(e){e&&n.get(d.apiUrl+"api/common/News/getNews?loggeduser="+s.globals.currentUser.username).then(function(e){i.view=!0,i.create=!1,i.cdetails_data=e.data,i.totalItems=i.cdetails_data.length,i.todos=i.cdetails_data,i.makeTodos()})})})},i.New=function(){i.view=!1,i.create=!0,i.save1=!0,i.update1=!1,i.delete1=!1,i.edt="",c=[],i.obj5=[],n.get(d.apiUrl+"api/common/News/getAllNewsUserGroup").then(function(e){i.obj5=e.data}),i.edt={sims_news_status:!0},i.edt.sims_cur_code=i.obj2[0].sims_cur_code,i.Getacademicyear(i.obj2[0].sims_cur_code),setTimeout(function(){i.edt.sims_academic_year_desc=i.ob_acyear[0].sims_academic_year},2e3),i.images=[],i.images1=[],n.get(d.apiUrl+"api/common/News/getNewsNumber").then(function(e){i.obj6=e.data,document.getElementById("txt_number").disabled=!0,document.getElementById("txt_number").value=i.obj6[0].sims_news_number}),$("#text-editor").data("wysihtml5").editor.clear()},i.Getacademicyear=function(e){n.get(d.apiUrl+"api/common/getAcademicYear?curCode="+e).then(function(e){i.ob_acyear1=e.data})},i.GetUserGroups=function(e,t){if(1==document.getElementById(t).checked)c.push(e);else for(var a=c.length;a--;)c[a]==e&&c.splice(a,1)},i.Save=function(){$("#loader").modal({backdrop:"static",keyboard:!1});var e=document.getElementById("text-editor").value,t=i.edt.sims_news_publish_date,a=i.edt.sims_news_expiry_date,o=!0,t=(c.length<=0&&(o=!1,$("#loader").modal("hide"),swal({text:"Please Select atleast one User Group.",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}).then(function(e){})),t.split("-")[2]+"-"+t.split("-")[1]+"-"+t.split("-")[0]);a.split("-")[2]+"-"+a.split("-")[1]+"-"+a.split("-")[0]<t&&(o=!1,$("#loader").modal("hide"),swal({text:"Expiry date should be greater than publish date.",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}).then(function(e){})),null!=e&&""!=e||(o=!1,$("#loader").modal("hide"),swal({text:"Please enter News Description.",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}).then(function(e){})),null!=i.edt.sims_news_publish_date&&null!=i.edt.sims_news_expiry_date&&null!=i.edt.sims_cur_code&&null!=i.edt.sims_academic_year_desc&&null!=i.edt.sims_news_type&&null!=i.edt.sims_news_category&&null!=i.edt.sims_news_title&&1==o&&((a=i.edt).lst_news_groups=c,a.sims_news_number=document.getElementById("txt_number").value,a.sims_news_desc=document.getElementById("text-editor").value,a.sims_news_publish_date=i.edt.sims_news_publish_date,a.sims_news_expiry_date=i.edt.sims_news_expiry_date,a.opr="I",n.post(d.apiUrl+"api/common/News/CNews",a).then(function(e){i.view=!1,i.create=!0,i.msg1=e.data,swal({text:"News Created Successfully.",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&(c=[],i.images=[],$("#loader").modal("hide"),i.currentPage=1,n.get(d.apiUrl+"api/common/News/getNews?loggeduser="+s.globals.currentUser.username).then(function(e){i.view=!1,i.create=!0,i.cdetails_data=e.data,i.totalItems=i.cdetails_data.length,i.todos=i.cdetails_data,i.makeTodos()}),i.myForm.$setPristine(),i.myForm.$setUntouched())})}))},i.Update=function(e){$("#loader").modal({backdrop:"static",keyboard:!1}),i.edt.sims_news_ifalert=e;var e=document.getElementById("text-editor").value,t=i.edt.sims_news_publish_date,a=i.edt.sims_news_expiry_date,o=!0,t=(c.length<=0&&(o=!1,$("#loader").modal("hide"),swal({text:"Please Select atleast one User Group.",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}).then(function(e){})),t.split("-")[2]+"-"+t.split("-")[1]+"-"+t.split("-")[0]);a.split("-")[2]+"-"+a.split("-")[1]+"-"+a.split("-")[0]<t&&(o=!1,$("#loader").modal("hide"),swal({text:"Expiry date should be greater than publish date.",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}).then(function(e){})),null!=e&&""!=e||(o=!1,$("#loader").modal("hide"),swal({text:"Please enter News Description.",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){})),1==o&&((a=i.edt).lst_news_groups=c,a.sims_news_number=document.getElementById("txt_number").value,a.sims_news_desc=document.getElementById("text-editor").value,a.sims_news_publish_date=i.edt.sims_news_publish_date,a.sims_news_expiry_date=i.edt.sims_news_expiry_date,null==i.edt.sims_news_file_path1&&(i.edt.sims_news_file_path1=""),null==i.edt.sims_news_file_path1_en&&(i.edt.sims_news_file_path1_en=""),null==i.edt.sims_news_file_path2&&(i.edt.sims_news_file_path2=""),null==i.edt.sims_news_file_path2_en&&(i.edt.sims_news_file_path2_en=""),null==i.edt.sims_news_file_path3&&(i.edt.sims_news_file_path3=""),null==i.edt.sims_news_file_path3_en&&(i.edt.sims_news_file_path3_en=""),a.opr="U",n.post(d.apiUrl+"api/common/News/UNews",a).then(function(e){i.view=!1,i.create=!0,i.msg1=e.data,swal({text:"News Updated Successfully.",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&(c=[],i.images=[],$("#loader").modal("hide"),i.currentPage=1,n.get(d.apiUrl+"api/common/News/getNews?loggeduser="+s.globals.currentUser.username).then(function(e){i.view=!0,i.create=!1,i.cdetails_data=e.data,i.totalItems=i.cdetails_data.length,i.todos=i.cdetails_data,i.makeTodos()}),i.myForm.$setPristine(),i.myForm.$setUntouched())})}))},i.cancel=function(){i.view=!0,i.create=!1,c=[],i.images=[],$("#loader").modal("hide"),i.currentPage=1,n.get(d.apiUrl+"api/common/News/getNews?loggeduser="+s.globals.currentUser.username).then(function(e){c=[],i.cdetails_data=e.data,i.totalItems=i.cdetails_data.length,i.todos=i.cdetails_data,i.makeTodos()}),i.myForm.$setPristine(),i.myForm.$setUntouched()},i.download=function(e){window.open(i.url+"/Images/NewsFiles/"+e,"_new")};var r=new FormData;i.images=[],i.images_att=[],i.getTheFiles=function(s){i.filesize=!0;var n="no";angular.forEach(s,function(e,t){r.append(t,e);var a=0;if(10485760<s[a].size)i.filesize=!1,swal({text:"File Should Not Exceed 10Mb.",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380});else if(l.push(s[a].name),0<i.images.length){for(var o=0;o<i.images.length;o++)if(i.images[o].name==s[a].name)return void(n="yes");if("no"==n&&(i.images.push({name:s[a].name,file:s[a].size}),3<i.images.length))return i.images.splice(3,i.images.length),void swal({text:"You cannot upload more than 3 files.",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}).then(function(e){});n="no"}else i.images.push({name:s[a].name,file:s[a].size});a++})},i.file_changed=function(e,t){var a=Math.floor(1e6*Math.random()+1),o=e.files[0],s=o.name.indexOf("."),s=(i.name=o.name.substr(0,s),i.fileext=o.name.substr(s+1),i.photo_filename=o.type,new FileReader);s.onload=function(e){i.$apply(function(){i.prev_img=e.target.result})},s.readAsDataURL(o),e.files[0].size<10485760&&(s="",o=document.getElementById("txt_number").value,""==i.edt.sims_news_file_path1||null==i.edt.sims_news_file_path1?(i.edt.sims_news_file_path1=(s=o+"_"+a+"_1")+"."+i.fileext,i.edt.sims_news_file_path1_en=e.files[0].name):""==i.edt.sims_news_file_path2||null==i.edt.sims_news_file_path2?(i.edt.sims_news_file_path2=(s=o+"_"+a+"_2")+"."+i.fileext,i.edt.sims_news_file_path2_en=e.files[0].name):""!=i.edt.sims_news_file_path3&&null!=i.edt.sims_news_file_path3||(i.edt.sims_news_file_path3=(s=o+"_"+a+"_3")+"."+i.fileext,i.edt.sims_news_file_path3_en=e.files[0].name),o={method:"POST",url:d.apiUrl+"api/file/uploadCircularDocument?filename="+s+"&location=NewsFiles",data:r,headers:{"Content-Type":void 0}},n(o).success(function(e){}))},i.uploadClick=function(e){i.filesize=!0,i.edt1=e,i.ins=!1,r=new FormData},i.delpush=[],i.CancelFileUpload=function(e){i.delpush.push(e),i.images.splice(e,1),0==e&&(i.edt.sims_news_file_path1="",i.edt.sims_news_file_path1_en=""),1==e&&(i.edt.sims_news_file_path2="",i.edt.sims_news_file_path2_en=""),2==e&&(i.edt.sims_news_file_path3="",i.edt.sims_news_file_path3_en="")},i.uploadImg=function(){alert("Upload ");var e={method:"POST",url:d.apiUrl+"/api/file/upload_file?filename="+document.getElementById("txt_number").value+"&location=NewsFiles",data:r,headers:{"Content-Type":void 0}};n(e).success(function(e){})},i.edit=function(e){i.view=!1,i.create=!0,i.save1=!1,i.update1=!0,i.delete1=!1,i.edt=e,i.images=[],i.delpush=[],i.status=e.sims_news_status,i.edt.sims_news_status=i.status,i.Getacademicyear(i.edt.sims_cur_code),$("input:checkbox").each(function(){$(this).attr("id"),$(this).attr("value");for(var e=0,e=0;e<i.edt.lst_news_groups.length;e++)this.checked=!1}),$("input:checkbox").each(function(){for(var e=$(this).attr("id"),t=$(this).attr("value"),a=0,a=0;a<i.edt.lst_news_groups.length;a++)i.edt.lst_news_groups[a]==e&&(this.checked=!0,c.push(t));i.images=[],i.del_images=[],""!=i.edt.sims_news_file_path1&&i.images.push({name:i.edt.sims_news_file_path1_en,file:""}),""!=i.edt.sims_news_file_path2&&i.images.push({name:i.edt.sims_news_file_path2_en,file:""}),""!=i.edt.sims_news_file_path3&&i.images.push({name:i.edt.sims_news_file_path3_en,file:""})});var e=$("textarea#text-editor"),t=e.data("wysihtml5");t?t.editor.setValue(i.edt.sims_news_desc):e.html(i.edt.sims_news_desc),wysihtml5.editor.setValue=i.edt.sims_news_desc}}]),e.directive("ngFiles",["$parse",function(s){return{link:function(t,e,a){var o=s(a.ngFiles);e.on("change",function(e){o(t,{$files:e.target.files})})}}}])}(),function(){"use strict";var e=angular.module("sims.module.Collaboration");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("CircularCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","$filter","ENV",function(n,e,a,t,o,s,i,d){n.url=d.docUrl+s.defaults.headers.common.schoolId,n.itemsPerPage="10",n.currentPage=0,n.view=!0,n.create=!1,n.pageshow=!0,n.pagesize="10",n.pageindex="1",n.filteredTodos=[],n.currentPage=1,n.numPerPage=10,n.maxSize=10,n.cdetails_data=[];t(function(){$("#fixTable1").tableHeadFixer({top:1})},100),n.formData={},$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0}),$(document).on("touch click",'*[data-datepicker="true"] .add-on',function(e){$('input[type="text"]',$(this).parent()).focus()}),new Date;n.ddMMyyyy=i("date")(new Date,"dd-MM-yyyy"),n.endDate=n.ddMMyyyy,n.startDate=i("date")(new Date,"01-MM-yyyy"),n.setStart=function(e){var t=e.split("/")[1],e=(e.split("/")[0],e.split("/")[2]);n.sdate="01/"+t+"/"+e,n.startDate=n.sdate},n.setEnd=function(e){var t=e.split("/")[0],a=e.split("/")[1],e=e.split("/")[2];n.edate=e+"-"+t+"-"+a},s.get(d.apiUrl+"api/common/Circular/GetUserCirculars?username="+a.globals.currentUser.username).then(function(e){n.create=!1,n.view=!0,n.obj=e.data,n.cdetails_data=e.data,n.totalItems=n.cdetails_data.length,n.todos=n.cdetails_data,n.makeTodos()}),n.cancel=function(){n.view=!0,n.create=!1},n.size=function(e){"All"==e?(n.pageshow=!1,n.currentPage=1,n.numPerPage=n.obj.length):(n.pageshow=!0,n.pagesize=e,n.currentPage=1,n.numPerPage=e),n.makeTodos()},n.index=function(e){n.pageindex=e,n.currentPage=e,n.makeTodos(),(void 0).checked=!1,n.row1=""},n.search=function(){n.todos=n.searched(n.cdetails_data,n.searchText),n.totalItems=n.todos.length,n.currentPage="1",""==n.searchText&&(n.todos=n.cdetails_data),n.makeTodos()},n.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).sims_circular_title.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_circular_short_desc.toLowerCase().indexOf(t.toLowerCase());var t})},n.download=function(e){$("#commnModal").modal("hide"),window.open(n.url+"/Images/CircularFiles/"+e,"_new")},n.search_click=function(e){n.sdate=n.startDate,n.edate=n.endDate,s.get(d.apiUrl+"api/common/Circular/GetUserCircularsBYDate?username="+a.globals.currentUser.username+"&fromDate="+n.sdate+"&toDate="+n.edate).then(function(e){n.obj=e.data,0<n.obj.length?(n.create=!1,n.view=!0,n.cdetails_data=e.data,n.totalItems=n.cdetails_data.length,n.todos=n.cdetails_data,n.makeTodos()):(n.create=!0,n.view=!1,n.todos="",n.makeTodos(),swal({title:"Alert",text:"No Records Found.",width:380,showCloseButton:!0}))})},n.reset=function(){s.get(d.apiUrl+"api/common/Circular/GetUserCirculars?username="+a.globals.currentUser.username).then(function(e){n.create=!1,n.view=!0,n.obj=e.data,n.cdetails_data=e.data,n.totalItems=n.cdetails_data.length,n.todos=n.cdetails_data,n.makeTodos()}),n.startDate=n.ddMMyyyy,n.endDate=n.ddMMyyyy,n.searchText=""},n.makeTodos=function(){var e=parseInt(n.totalItems%n.numPerPage),e=(n.pagersize="0"==e?parseInt(n.totalItems/n.numPerPage):parseInt(n.totalItems/n.numPerPage)+1,(n.currentPage-1)*n.numPerPage),t=parseInt(e)+parseInt(n.numPerPage);n.filteredTodos=n.todos.slice(e,t)},$("#text-editor").wysihtml5(),n.edt1={ctitle:"",cdesc:"",cdate1:"",cnumber1:"",remark:""},n.UpdateCStatus=function(e,t,a,o,s){n.ctitle=e,n.cdesc=t,n.cdate1=a,n.cnumber1=o,n.remark=s,document.getElementById("remark").value=s,n.ctitle=e+" ("+n.cdate1+")",$("#commnModal").modal({backdrop:"static",keyboard:!0}),$("#text-editor").data("wysihtml5").editor.setValue(n.cdesc),$("#text-editor").data("wysihtml5").editor.composer.disable(),$("#text-editor").data("wysihtml5").editor.toolbar.hide()},n.acknowledgecircular=function(e){var t=document.getElementById("remark").value;console.log(n.formData.membershipNo),null!=t&&""!=t&&s.post(d.apiUrl+"api/common/Circular/UpdateCircularAsRead?circular_number="+e+"&loggeduser="+a.globals.currentUser.username+"&remark="+t).then(function(e){n.view=!0,n.create=!1,n.msg1=e.data,a.strMessage=n.msg1.strMessage,$("#commnModal").modal("hide"),$("#text-editor").data("wysihtml5").editor.clear(),s.get(d.apiUrl+"api/common/Circular/GetUserCirculars?username="+a.globals.currentUser.username).then(function(e){n.create=!1,n.view=!0,n.obj=e.data,n.cdetails_data=e.data,n.totalItems=n.cdetails_data.length,n.todos=n.cdetails_data,n.makeTodos()})})}}])}(),function(){"use strict";var e=angular.module("sims.module.Collaboration");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("EmailDetailsCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","$filter","ENV",function(s,e,t,a,o,n,i,d,c){s.expanded=!0,s.display=!0,s.onsearch=!1,s.pagesize="10",s.pageindex="1",s.filteredTodos=[],s.currentPage=1,s.numPerPage=10,s.maxSize=10,s.cdetails_data=[],s.pagesize_update="5",s.pageindex_update="1",s.filteredTodos_update=[],s.currentPage_update=1,s.numPerPage_update=5,s.maxSize_update=5,s.cdetails_data_update=[],$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0,format:"yyyy-mm-dd"}),$(document).on("touch click",'*[data-datepicker="true"] .add-on',function(e){$('input[type="text"]',$(this).parent()).focus()});var l=new Date;s.search_from_date=("0"+l.getDate()).slice(-2)+"-"+("0"+(l.getMonth()+1)).slice(-2)+"-"+l.getFullYear(),s.search_to_date=("0"+l.getDate()).slice(-2)+"-"+("0"+(l.getMonth()+1)).slice(-2)+"-"+l.getFullYear(),s.makeTodos=function(){var e=parseInt(s.totalItems%s.numPerPage),e=(s.pagersize="0"==e?parseInt(s.totalItems/s.numPerPage):parseInt(s.totalItems/s.numPerPage)+1,(s.currentPage-1)*s.numPerPage),t=parseInt(e)+parseInt(s.numPerPage);s.filteredTodos=s.todos.slice(e,t)},s.size=function(e){s.pager=10==e||50==e||100==e,s.pagesize=e,s.currentPage=1,s.numPerPage=e,s.makeTodos()},s.index=function(e){s.pageindex=e,s.currentPage=e,console.log("currentPage="+s.currentPage),s.makeTodos(),(void 0).checked=!1,s.row1=""},s.search=function(){s.todos=s.searched(s.cdetails_data,s.searchText),s.totalItems=s.todos.length,s.currentPage="1",""==s.searchText&&(s.todos=s.cdetails_data),s.makeTodos()},s.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).e_details[0].email_subject.toLowerCase().indexOf(t.toLowerCase())||-1<e.e_date.toLowerCase().indexOf(t.toLowerCase());var t})},s.SearchbyDate=function(e,t){t=e=void 0,e=s.search_from_date,t=s.search_to_date,s.trip_email=!1,n.get(d.apiUrl+"api/EmailDetails/getemaildetailsnew?fromdate="+e+"&todate="+t).then(function(e){0<e.data.length?(s.onsearch=!0,s.cdetails_data=e.data,s.totalItems=s.cdetails_data.length,s.todos=s.cdetails_data,s.makeTodos()):(swal({title:"Alert",text:"No Data Found",showCloseButton:!0,width:380}),s.onsearch=!1)})},s.tripemails=function(e,t){t=e=void 0,e=s.search_from_date,t=s.search_to_date,s.trip_email=!0,n.get(d.apiUrl+"api/EmailDetails/getemaildetailsTripnew?fromdate="+e+"&todate="+t).then(function(e){0<e.data.length?(s.onsearch=!0,s.cdetails_data=e.data,s.totalItems=s.cdetails_data.length,s.todos=s.cdetails_data,s.makeTodos()):(swal({title:"Alert",text:"No Data Found",showCloseButton:!0,width:380}),s.onsearch=!1)})},s.makeTodos_update=function(){var e=parseInt(s.totalItems_update%s.numPerPage_update),e=(s.pagersize_update="0"==e?parseInt(s.totalItems_update/s.numPerPage_update):parseInt(s.totalItems_update/s.numPerPage_update)+1,(s.currentPage_update-1)*s.numPerPage_update),t=parseInt(e)+parseInt(s.numPerPage_update);s.filteredTodos_update=s.todos_update.slice(e,t)},s.size_update=function(e){console.log(e),s.pagesize_update=e,s.currentPage_update=1,s.numPerPage_update=e,console.log("numPerPage="+s.numPerPage_update),s.makeTodos_update()},s.index_update=function(e){s.pageindex_update=e,s.currentPage_update=e,console.log("currentPage="+s.currentPage_update),s.makeTodos_update(),main_update.checked=!1,s.row1=""},s.search_update=function(){s.todos_update=s.searched_update(s.cdetails_data_update,s.searchText_update),s.totalItems_update=s.todos_update.length,s.currentPage_update="1",""==s.searchText_update&&(s.todos_update=s.cdetails_data_update),s.makeTodos_update()},s.searched_update=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).email_body.toLowerCase().indexOf(t.toLowerCase())||-1<e.email_id.toLowerCase().indexOf(t.toLowerCase());var t})},s.viewe_details=function(e,t){var a,o;!0===s.trip_email?(a=e,s.email_subjects=o=t,s.pagesize_update="5",s.pageindex_update="1",s.filteredTodos_update=[],s.currentPage_update=1,s.numPerPage_update=5,s.maxSize_update=5,s.cdetails_data_update=[],n.get(d.apiUrl+"api/EmailDetails/getEmailDetailsbody_idstrip?edate="+a+"&esubject="+o).then(function(e){s.cdetails_data_update=e.data,s.totalItems_update=s.cdetails_data_update.length,s.todos_update=s.cdetails_data_update,s.makeTodos_update()})):(a=e,s.email_subjects=o=t,s.pagesize_update="5",s.pageindex_update="1",s.filteredTodos_update=[],s.currentPage_update=1,s.numPerPage_update=5,s.maxSize_update=5,s.cdetails_data_update=[],n.get(d.apiUrl+"api/EmailDetails/getEmailDetailsbody_ids?edate="+a+"&esubject="+o).then(function(e){s.cdetails_data_update=e.data,s.totalItems_update=s.cdetails_data_update.length,s.todos_update=s.cdetails_data_update,s.makeTodos_update()})),$("#emailModal").modal({backdrop:"static"})},s.Reset=function(){s.filteredTodos_update=[],s.filteredTodos=[],s.onsearch=!1,setTimeout(function(){$(document).ready(function(){$("#fromdate, #todate").kendoDatePicker({format:"dd-MM-yyyy",value:""})})},100);var e=new Date;s.search_from_date=("0"+e.getDate()).slice(-2)+"-"+("0"+(e.getMonth()+1)).slice(-2)+"-"+e.getFullYear(),s.search_to_date=("0"+e.getDate()).slice(-2)+"-"+("0"+(e.getMonth()+1)).slice(-2)+"-"+e.getFullYear()}}])}(),function(){"use strict";var e=angular.module("sims.module.Collaboration");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("NewsCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(o,e,t,a,s,n,i){o.url=i.docUrl+n.defaults.headers.common.schoolId,o.itemsPerPage="5",o.currentPage=0,o.view=!0,o.create=!1,$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0}),$(document).on("touch click",'*[data-datepicker="true"] .add-on',function(e){$('input[type="text"]',$(this).parent()).focus()}),o.setStart=function(e){var t=e.split("/")[0],a=e.split("/")[1],e=e.split("/")[2];o.sdate=e+"-"+t+"-"+a},o.setEnd=function(e){var t=e.split("/")[0],a=e.split("/")[1],e=e.split("/")[2];o.edate=e+"-"+t+"-"+a},o.size=function(e){o.itemsPerPage=e},n.get(i.apiUrl+"api/common/News/GetUserNews?username="+t.globals.currentUser.username).then(function(e){o.create=!1,o.view=!0,o.obj=e.data}),o.range=function(){for(var e=[],t=o.currentPage,a=t=t>o.pageCount()-5?o.pageCount()-5+1:t;a<t+5;a++)0<=a&&e.push(a);return e},o.prevPage=function(){0<o.currentPage&&o.currentPage--},o.prevPageDisabled=function(){return 0===o.currentPage?"disabled":""},o.pageCount=function(){return Math.ceil(o.obj.length/o.itemsPerPage)-1},o.nextPage=function(){o.currentPage<o.pageCount()&&o.currentPage++},o.nextPageDisabled=function(){return o.currentPage===o.pageCount()?"disabled":""},o.setPage=function(e){o.currentPage=e},o.download=function(e){window.open(o.url+"/Images/NewsFiles/"+e,"_new")},o.search_click=function(e){n.get(i.apiUrl+"api/common/News/GetUserNewsBYDate?username="+t.globals.currentUser.username+"&fromDate="+o.sdate+"&toDate="+o.edate).then(function(e){o.create=!1,o.view=!0,o.obj=e.data})},o.UpdateCStatus=function(e){n.post(i.apiUrl+"api/common/News/UpdateNewsAsRead?news_number="+e+"&loggeduser="+t.globals.currentUser.username).then(function(e){o.view=!0,o.create=!1,o.msg1=e.data,t.strMessage=o.msg1.strMessage,n.get(i.apiUrl+"api/common/News/GetUserNews?username="+t.globals.currentUser.username).then(function(e){o.create=!1,o.view=!0,o.obj=e.data})})}}])}(),function(){"use strict";var c,e=angular.module("sims.module.Setup");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("CollaborationDetailsCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(s,e,t,a,o,n,i){s.pagesize="5",s.pageindex="1",s.cdetails_data=[];var d=[];s.edit_code=!1,s.templategrmyframeid=!1,s.email_tempsrno="",s.sms_tempsrno="",s.alert_tempsrno="",s.edit_srno="",a(function(){$("#fixedtable").tableHeadFixer({top:1})},100),s.filteredTodos=[],s.currentPage=1,s.numPerPage=5,s.maxSize=5,s.obj_temp=[],s.obj_temp_sms=[],s.obj_temp_alert=[],n.get(i.apiUrl+"api/common/CollaborationDetails/getModules").then(function(e){s.obj_module=e.data}),s.GetApplication=function(e){n.get(i.apiUrl+"api/common/CollaborationDetails/getApplications?modcode="+e).then(function(e){s.obj_appl=e.data})},n.get(i.apiUrl+"api/common/CollaborationDetails/getSMTPIds").then(function(e){s.obj_smtp=e.data}),n.get(i.apiUrl+"api/common/CollaborationDetails/getCollaborationdetails").then(function(e){s.display=!1,s.grid=!0,s.cdetails_data=e.data,s.totalItems=s.cdetails_data.length,s.todos=s.cdetails_data,s.makeTodos(),s.grid=!0}),s.makeTodos=function(){var e=parseInt(s.totalItems%s.numPerPage),e=(s.pagersize="0"==e?parseInt(s.totalItems/s.numPerPage):parseInt(s.totalItems/s.numPerPage)+1,(s.currentPage-1)*s.numPerPage),t=parseInt(e)+parseInt(s.numPerPage);s.filteredTodos=s.todos.slice(e,t);for(var a=0;a<s.filteredTodos.length;a++){var o=document.getElementById(a);1==o.checked&&(o.checked=!1,$("tr").removeClass("row_selected"))}},s.GetMsgTemplates_Email=function(e){null!=e?(n.get(i.apiUrl+"api/common/CollaborationDetails/getEmailSMSAlertTemplates?modcode="+e+"&msgtype=E").then(function(e){s.obj_temp=e.data,s.filteredTodos1=s.obj_temp}),s.templategrid=!0,s.templategrid_sms=!1,s.templategrid_alert=!1):swal({text:"Please Select Module.",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380})},s.GetMsgTemplates_SMS=function(e){null!=e?(n.get(i.apiUrl+"api/common/CollaborationDetails/getEmailSMSAlertTemplates?modcode="+e+"&msgtype=S").then(function(e){s.obj_temp_sms=e.data,s.filteredTodos_sms=s.obj_temp_sms}),s.templategrid=!1,s.templategrid_sms=!0,s.templategrid_alert=!1):swal({text:"Please Select Module.",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380})},s.GetMsgTemplates_Alert=function(e){null!=e?(n.get(i.apiUrl+"api/common/CollaborationDetails/getEmailSMSAlertTemplates?modcode="+e+"&msgtype=A").then(function(e){s.obj_temp_alert=e.data,s.filteredTodos_alert=s.obj_temp_alert}),s.templategrid=!1,s.templategrid_sms=!1,s.templategrid_alert=!0):swal({text:"Please Select Module.",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380})},s.edit=function(e){s.display=!0,s.grid=!1,s.save1=!1,s.update1=!0,s.delete1=!1,s.edit_code=!0;s.templategrid=!1,s.templategrid_sms=!1,s.templategrid_alert=!1,s.edt={appl_srno:e.appl_srno,modcode:e.modcode,applcode:e.applcode,smtpID:e.smtpID,form_control:e.form_control,ifemail:e.ifemail,email_template:e.email_temp_srno,ifsms:e.ifsms,sms_template:e.sms_template_srno,ifalert:e.ifalert,alert_template:e.alert_template_srno,ifmalert:e.ifmalert,ifemailfather:e.ifemailfather,ifemailmother:e.ifemailmother,ifemailguardian:e.ifemailguardian,ifemailactive:e.ifemailactive,ifsmsfather:e.ifemailfather,ifsmsmother:e.ifemailmother,ifsmsguardian:e.ifemailguardian,ifsmsactive:e.ifemailactive,email_temp_srno:e.email_temp_srno,sms_temp_srno:e.sms_temp_srno,alert_temp_srno:e.alert_temp_srno},s.edt.email_temp_srno,s.edt.sms_temp_srno,s.edt.alert_temp_srno;s.email_tempsrno=s.edt.email_temp_srno,s.sms_tempsrno=s.edt.sms_temp_srno,s.alert_tempsrno=s.edt.alert_temp_srno,s.edit_srno=s.edt.appl_srno,s.GetApplication(s.edt.modcode),document.getElementById("Application").disabled=!0,document.getElementById("Module").disabled=!0},s.Save=function(e){var o=[];e&&(0==s.update1?n.get(i.apiUrl+"api/common/CollaborationDetails/GetExistingCollaborationdetails?modcode="+s.edt.modcode+"&appcode="+s.edt.applcode+"&formcontrol=A").then(function(e){var t,a;s.msg1=e.data,1==s.msg1.status?(swal({text:"Collaboration Details Already Exists",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}),s.edt=""):(t=e="",1==s.edt.ifemailfather&&(e+="F"),1==s.edt.ifemailmother&&(e+="M"),1==s.edt.ifemailguardian&&(e+="G"),1==s.edt.ifemailactive&&(e+="A"),1==s.edt.ifsmsfather&&(t+="F"),1==s.edt.ifsmsmother&&(t+="M"),1==s.edt.ifsmsguardian&&(t+="G"),1==s.edt.ifsmsactive&&(t+="A"),a=!0,1!=document.getElementById("em_chk").checked||""!=e&&null!=e||(a=!1,swal({text:"Please Select at least one Email receipient.",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}).then(function(e){})),1!=document.getElementById("sms_chk").checked||""!=t&&null!=t||(a=!1,swal({text:"Please Select at least one SMS receipient.",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}).then(function(e){})),1==a&&(a={opr:"I",modcode:s.edt.modcode,applcode:s.edt.applcode,form_control:s.edt.form_control,SmtpID:s.edt.smtpID,ifemail:s.edt.ifemail,email_temp_srno:s.email_tempsrno,email_recipients:e,ifsms:s.edt.ifsms,sms_temp_srno:s.sms_tempsrno,sms_recipients:t,ifalert:s.edt.ifalert,alert_temp_srno:s.alert_tempsrno,ifstatus:"A",ifmalert:s.edt.ifmalert,appl_srno:s.edit_srno},o.push(a),n.post(i.apiUrl+"api/common/CollaborationDetails/CUDCollaborationdetails",o).then(function(e){s.display=!0,s.msg1=e.data,1==s.msg1?swal({text:"Collaboration Details Added Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&s.getgrid()}):0==s.msg1?swal({text:"Collaboration Details Not Added Successfully. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&s.getgrid()}):swal("Error-"+s.msg1)})))}):s.Update(e))},s.savedetails=function(){var e={opr:"I",modcode:s.edt.modcode,applcode:s.edt.applcode,form_control:s.edt.form_control,SmtpID:s.edt.smtpID,ifemail:s.edt.ifemail,email_temp_srno:s.email_tempsrno,email_recipients:emailrec,ifsms:s.edt.ifsms,sms_temp_srno:s.sms_tempsrno,sms_recipients:smsrec,ifalert:s.edt.ifalert,alert_temp_srno:s.alert_tempsrno,ifstatus:"A",ifmalert:s.edt.ifmalert,appl_srno:s.edit_srno};d.push(e),n.post(i.apiUrl+"api/common/CollaborationDetails/CUDCollaborationdetails",d).then(function(e){s.display=!0,s.msg1=e.data,1==s.msg1?swal({text:"Collaboration Details Added Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&s.getgrid()}):0==s.msg1?swal({text:"Collaboration Details Not Added Successfully. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&s.getgrid()}):swal("Error-"+s.msg1)})},s.getgrid=function(){s.currentPage=1,n.get(i.apiUrl+"api/common/CollaborationDetails/getCollaborationdetails").then(function(e){s.display=!1,s.grid=!0,s.cdetails_data=e.data,s.totalItems=s.cdetails_data.length,s.todos=s.cdetails_data,s.makeTodos(),s.grid=!0}),s.myForm.$setPristine(),s.myForm.$setUntouched()},s.Update=function(e){var t=[],a="",o="";1==s.edt.ifemailfather&&(a+="F"),1==s.edt.ifemailmother&&(a+="M"),1==s.edt.ifemailguardian&&(a+="G"),1==s.edt.ifemailactive&&(a+="A"),1==s.edt.ifsmsfather&&(o+="F"),1==s.edt.ifsmsmother&&(o+="M"),1==s.edt.ifsmsguardian&&(o+="G"),1==s.edt.ifsmsactive&&(o+="A"),e&&(e={modcode:s.edt.modcode,applcode:s.edt.applcode,form_control:s.edt.form_control,smtpID:s.edt.smtpID,ifemail:s.edt.ifemail,email_temp_srno:s.email_tempsrno,email_recipients:a,ifsms:s.edt.ifsms,sms_temp_srno:s.sms_tempsrno,sms_recipients:o,ifalert:s.edt.ifalert,alert_temp_srno:s.alert_tempsrno,ifstatus:"A",ifmalert:s.edt.ifmalert,appl_srno:s.edit_srno,opr:"U"},t.push(e),n.post(i.apiUrl+"api/common/CollaborationDetails/CUDCollaborationdetails",t).then(function(e){s.display=!0,s.msg1=e.data,1==s.msg1?swal({text:"Collaboration Details Updated Successfully.",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&s.getgrid()}):0==s.msg1?swal({text:"Collaboration Details  Not Updated Successfully. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&s.getgrid()}):swal("Error-"+s.msg1)}))},s.Delete=function(){var o=[];s.flag=!1;for(var e,t=0;t<s.filteredTodos.length;t++)1==document.getElementById(t).checked&&(s.flag=!0,e={appl_srno:s.filteredTodos[t].appl_srno,opr:"K"},o.push(e));s.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)n.post(i.apiUrl+"api/common/CollaborationDetails/CUDCollaborationdetails",o).then(function(e){s.msg1=e.data,1==s.msg1?swal({text:"Collaboration Details Deleted Successfully.",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&s.getgrid()}):0==s.msg1?swal({text:"Collaboration Details Cannot be Deleted. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&s.getgrid()}):swal("Error-"+s.msg1)});else{1==(c=document.getElementById("mainchk")).checked&&(c.checked=!1);for(var t=0;t<s.filteredTodos.length;t++){var a=document.getElementById(t);1==a.checked&&(a.checked=!1,$("tr").removeClass("row_selected"))}}}):swal({text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380})},s.New=function(){s.edit_code=!1,s.display=!0,s.grid=!1,s.save1=!0,s.update1=!1,s.delete1=!1,s.edt=[],s.filteredTodos_alert="",s.filteredTodos_sms="",s.filteredTodos1="",s.templategrid=!1,s.templategrid_sms=!1,s.templategrid_alert=!1,document.getElementById("Application").disabled=!1,document.getElementById("Module").disabled=!1},s.cancel=function(){s.grid=!0,s.display=!1,s.myForm.$setPristine(),s.myForm.$setUntouched()},s.CheckAllChecked=function(){if(1==(c=document.getElementById("mainchk")).checked)for(var e=0;e<s.filteredTodos.length;e++)document.getElementById(e).checked=!0,s.row1="row_selected",$("tr").addClass("row_selected");else for(e=0;e<s.filteredTodos.length;e++)document.getElementById(e).checked=!1,c.checked=!1,s.row1=""},s.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),s.color="#edefef"}),1==(c=document.getElementById("mainchk")).checked&&(c.checked=!1,$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected")}))},s.size=function(e){s.pagesize=e,s.currentPage=1,s.numPerPage=e,s.makeTodos()},s.index=function(e){s.pageindex=e,s.currentPage=e,s.makeTodos(),c.checked=!1,s.row1=""},s.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).application_name.toLowerCase().indexOf(t.toLowerCase())||-1<e.form_control.toLowerCase().indexOf(t.toLowerCase());var t})},s.search=function(){if(s.todos=s.searched(s.cdetails_data,s.searchText),s.totalItems=s.todos.length,s.currentPage="1",""==s.searchText&&(s.todos=s.cdetails_data),s.makeTodos(),1==(c=document.getElementById("mainchk")).checked){c.checked=!1;for(var e=0;e<s.filteredTodos.length;e++)document.getElementById(e).checked=!1,c.checked=!1,s.row1=""}},$("#text-editor").wysihtml5(),s.getCommunicate_body=function(e){$("#text-editor").data("wysihtml5").editor.clear(),$("#commnModal").modal({backdrop:"static",keyboard:!0}),$("#text-editor").data("wysihtml5").editor.setValue(e)},s.getCommunicate_sig=function(e){$("#text-editor").data("wysihtml5").editor.clear(),$("#commnModal").modal({backdrop:"static",keyboard:!0}),$("#text-editor").data("wysihtml5").editor.setValue(e)},s.getSerialEmail=function(e){s.email_tempsrno=e},s.getSerialSMS=function(e){s.sms_tempsrno=e},s.getSerialalert=function(e){s.alert_tempsrno=e},s.ClickSMS=function(){1==document.getElementById("active_smschk").checked&&(s.edt.ifsmsfather=!1,s.edt.ifsmsmother=!1,s.edt.ifsmsguardian=!1)},s.ClickEmail=function(){1==document.getElementById("active_echk").checked&&(s.edt.ifemailfather=!1,s.edt.ifemailmother=!1,s.edt.ifemailguardian=!1)},s.ClickMSMS=function(){1==document.getElementById("mother_smschk").checked&&1==document.getElementById("guardian_smschk").checked&&(s.edt.ifsmsguardian=!1);var e=document.getElementById("active_smschk");1==document.getElementById("mother_smschk").checked&&1==e.checked&&(s.edt.ifsmsactive=!1)},s.ClickGSMS=function(){1==document.getElementById("guardian_smschk").checked&&1==document.getElementById("mother_smschk").checked&&(s.edt.ifsmsmother=!1),1==document.getElementById("guardian_smschk").checked&&1==document.getElementById("active_smschk").checked&&(s.edt.ifsmsactive=!1)},s.ClickFSMS=function(){1==document.getElementById("father_schk").checked&&1==document.getElementById("active_smschk").checked&&(s.edt.ifsmsactive=!1)},s.ClickMEmail=function(){1==document.getElementById("mother_echk").checked&&1==document.getElementById("guardian_echk").checked&&(s.edt.ifemailguardian=!1);var e=document.getElementById("active_echk");1==document.getElementById("mother_echk").checked&&1==e.checked&&(s.edt.ifemailactive=!1)},s.ClickGEmail=function(){1==document.getElementById("guardian_echk").checked&&1==document.getElementById("mother_echk").checked&&(s.edt.ifemailmother=!1),1==document.getElementById("guardian_echk").checked&&1==document.getElementById("active_echk").checked&&(s.edt.ifemailactive=!1)},s.ClickFEmail=function(){1==document.getElementById("father_echk").checked&&1==document.getElementById("active_echk").checked&&(s.edt.ifemailactive=!1)},s.ClickIFEmail=function(){1==document.getElementById("em_chk").checked&&(s.edt.ifemailactive=!0)},s.ClickIFSMS=function(){1==document.getElementById("sms_chk").checked&&(s.edt.ifsmsactive=!0)}}])}(),function(){"use strict";var m;angular.module("sims.module.Student").controller("SurveyDetailsHRCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(d,e,c,t,a,l,r){d.div_staff=!1,d.div_parent=!1;d.surveyDetails=[];d.pagesize="10",d.pageindex="0",d.pager=!0,d.edit_code=!1,d.username=c.globals.currentUser.username,d.filteredTodos=[],d.currentPage=1,d.numPerPage=10,d.maxSize=10,d.user_group_code=[],d.department_code=[],d.grade_code=[],d.section_code=[];var o=[],s=[],n=[],i=[];$(function(){$("#cmb_grade").multipleSelect({width:"100%",placeholder:"Select Grade"}),$("#cmb_section").multipleSelect({width:"100%",placeholder:"Select Section"}),$("#cmb_dept").multipleSelect({width:"100%",placeholder:"Select Department"}),$("#cmb_stafftype").multipleSelect({width:"100%",placeholder:"Select staff type"}),$("#cmb_group").multipleSelect({width:"100%",placeholder:"Select Group"})}),l.get(r.apiUrl+"api/ERP/SurveyDetails/getSurveyStatus").then(function(e){d.status_data=e.data}),d.edit1=function(e){e.status=!0},d.getSurveyStatusChange=function(e,t){},d.update1=function(e){l.post(r.apiUrl+"api/ERP/SurveyDetails/updateSurveyStatus?survey_code="+e.sims_survey_code+"&sims_survey_status="+e.sims_survey_status).then(function(e){d.msg1=e.data,d.getgrid()}),e.status=!1},d.cancel1=function(e){e.status=!1},d.New=function(){d.edt="",d.edit_code=!1,d.dis1=!1,d.dis2=!0,d.save1=!0,d.update1=!1,d.delete1=!1,d.edt={};var e=new Date;d.edt.sims_survey_start_date=("0"+e.getDate()).slice(-2)+"-"+("0"+(e.getMonth()+1)).slice(-2)+"-"+e.getFullYear(),d.edt.sims_survey_end_date=("0"+e.getDate()).slice(-2)+"-"+("0"+(e.getMonth()+1)).slice(-2)+"-"+e.getFullYear(),l.get(r.apiUrl+"api/ERP/SurveyDetails/getAcademicYear").then(function(e){d.acadYr_data=e.data}),l.get(r.apiUrl+"api/ERP/SurveyDetails/getGender").then(function(e){d.gender_data=e.data}),l.get(r.apiUrl+"api/ERP/SurveyDetails/getSurveyType").then(function(e){d.surveyType_data=e.data}),l.get(r.apiUrl+"api/ERP/SurveyDetails/getSurveyGroupTypeHR").then(function(e){d.group_data=e.data,setTimeout(function(){$("#cmb_group").change(function(){$(this).val()}).multipleSelect({width:"100%"})},1e3)}),l.get(r.apiUrl+"api/common/getDepartmentName").then(function(e){d.department=e.data,setTimeout(function(){$("#cmb_dept").change(function(){$(this).val()}).multipleSelect({width:"100%"})},1e3)}),l.get(r.apiUrl+"api/ERP/SurveyDetails/getSurveyStaffType").then(function(e){d.stafftype=e.data,setTimeout(function(){$("#cmb_stafftype").change(function(){$(this).val()}).multipleSelect({width:"100%"})},1e3)}),d.getGrade=function(e){""==e&&null==e||l.get(r.apiUrl+"api/ERP/SurveyDetails/Get_Grade_CodebyCuriculum?acad_yr="+e).then(function(e){d.grade=e.data,setTimeout(function(){$("#cmb_grade").change(function(){$(this).val()}).multipleSelect({width:"100%"})},1e3)})},d.getSection=function(e,t){""!=e&&""!=t&&l.get(r.apiUrl+"api/ERP/SurveyDetails/Get_Section_CodebyCuriculum?acad_yr="+e+"&grade_code="+t).then(function(e){d.section=e.data,setTimeout(function(){$("#cmb_section").change(function(){$(this).val()}).multipleSelect({multiple:!0,width:"100%"})},1e3)})},t(function(){$("#fromdate, #todate,#dp_start_date, #dp_end_date").kendoDatePicker({format:"dd-MM-yyyy",value:""})},1e3)},d.Recreate=function(){d.edit_code=!1,d.dis1=!1,d.update1=!1,d.delete1=!1,d.flg_recreation=!0},d.getGroupdetails=function(e){for(var t=0;t<e.length;t++)"03"==e[t]&&(d.div_staff=!0),"04"!=e[t]&&"05"!=e[t]||(d.div_parent=!0),"A"==e[t]&&(d.div_staff=!1,d.div_parent=!1)},d.Save=function(e){var t,a,o,s,n,i=[];e&&(!1===d.update1?!0===d.edt.sims_chkgender&&""==d.edt.sims_survey_gender_code?swal({title:"Alert",text:"Please select Gender.",showCloseButton:!0,width:380}):(n=(n=n+","+d.edt.sims_survey_user_group_code).substr(n.indexOf(",")+1),t=(t=t+","+d.edt.sims_survey_dept_no).substr(t.indexOf(",")+1),a=(a=a+","+d.edt.sims_survey_staff_no).substr(a.indexOf(",")+1),o=(o=o+","+d.edt.sims_survey_grade_code).substr(o.indexOf(",")+1),s=(s=s+","+d.edt.sims_survey_section_code).substr(s.indexOf(",")+1),n={sims_survey_type:d.edt.sims_survey_type,sims_survey_subject:d.edt.sims_survey_subject,sims_survey_subject_ot:d.edt.sims_survey_subject_ot,sims_survey_desc_en:d.edt.sims_survey_desc_en,sims_survey_desc_ot:d.edt.sims_survey_desc_ot,sims_survey_start_date:d.edt.sims_survey_start_date,sims_survey_end_date:d.edt.sims_survey_end_date,sims_survey_created_by_user:c.globals.currentUser.username,sims_survey_no_of_question_available:d.edt.sims_survey_no_of_question_available,sims_survey_no_of_question_to_attempt:d.edt.sims_survey_no_of_question_to_attempt,sims_survey_max_allowed_time_in_minute:d.edt.sims_survey_max_allowed_time_in_minute,sims_survey_max_attempt_count:d.edt.sims_survey_max_attempt_count,sims_survey_end_of_survey_rating_flag:d.edt.sims_survey_end_of_survey_rating_flag,sims_survey_end_of_survey_suggestion_flag:d.edt.sims_survey_end_of_survey_suggestion_flag,sims_survey_end_of_survey_remark_flag:d.edt.sims_survey_end_of_survey_remark_flag,sims_survey_multiple_attempt_flag:d.edt.sims_survey_multiple_attempt_flag,sims_survey_erp_flag:d.edt.sims_survey_erp_flag,sims_survey_ppn_flag:d.edt.sims_survey_ppn_flag,sims_survey_annonimity_flag:d.edt.sims_survey_annonimity_flag,sims_survey_status:d.edt.sims_survey_status,sims_survey_user_group_code:n,sims_survey_dept_no:t,sims_survey_staff_no:a,sims_survey_acad_year:d.edt.sims_survey_acad_year,sims_survey_grade_code:o,sims_survey_section_code:s,sims_survey_gender_code:d.edt.sims_survey_gender_code,opr:"I"},i.push(n),console.log(i),l.post(r.apiUrl+"api/ERP/SurveyDetails/CUDInsertServiceDetails",i).then(function(e){d.display=!0,d.msg1=e.data,c.strMessage=d.msg1.strMessage,!0===d.msg1?swal({text:"Survey Created Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&d.getgrid()}):swal({text:"Survey Already Exists",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}).then(function(e){e&&d.getgrid()})})):d.Update(e))},d.SaveRecreation=function(e){var t,a,o,s,n,i=[];e&&(!0===d.edt.sims_chkgender&&""==d.edt.sims_survey_gender_code?swal({title:"Alert",text:"Please select Gender.",showCloseButton:!0,width:380}):(e=(t=t+","+d.edt.sims_survey_user_group_code).substr(t.indexOf(",")+1),t=(a=a+","+d.edt.sims_survey_dept_no).substr(a.indexOf(",")+1),a=(o=o+","+d.edt.sims_survey_staff_no).substr(o.indexOf(",")+1),o=(s=s+","+d.edt.sims_survey_grade_code).substr(s.indexOf(",")+1),s=(n=n+","+d.edt.sims_survey_section_code).substr(n.indexOf(",")+1),n={sims_survey_code:d.edt.sims_survey_code,sims_survey_type:d.edt.sims_survey_type,sims_survey_subject:d.edt.sims_survey_subject,sims_survey_subject_ot:d.edt.sims_survey_subject_ot,sims_survey_desc_en:d.edt.sims_survey_desc_en,sims_survey_desc_ot:d.edt.sims_survey_desc_ot,sims_survey_start_date:d.edt.sims_survey_start_date,sims_survey_end_date:d.edt.sims_survey_end_date,sims_survey_created_by_user:c.globals.currentUser.username,sims_survey_no_of_question_available:d.edt.sims_survey_no_of_question_available,sims_survey_no_of_question_to_attempt:d.edt.sims_survey_no_of_question_to_attempt,sims_survey_max_allowed_time_in_minute:d.edt.sims_survey_max_allowed_time_in_minute,sims_survey_max_attempt_count:d.edt.sims_survey_max_attempt_count,sims_survey_end_of_survey_rating_flag:d.edt.sims_survey_end_of_survey_rating_flag,sims_survey_end_of_survey_suggestion_flag:d.edt.sims_survey_end_of_survey_suggestion_flag,sims_survey_end_of_survey_remark_flag:d.edt.sims_survey_end_of_survey_remark_flag,sims_survey_multiple_attempt_flag:d.edt.sims_survey_multiple_attempt_flag,sims_survey_erp_flag:d.edt.sims_survey_erp_flag,sims_survey_ppn_flag:d.edt.sims_survey_ppn_flag,sims_survey_annonimity_flag:d.edt.sims_survey_annonimity_flag,sims_survey_status:d.edt.sims_survey_status,sims_survey_user_group_code:e,sims_survey_dept_no:t,sims_survey_staff_no:a,sims_survey_acad_year:d.edt.sims_survey_acad_year,sims_survey_grade_code:o,sims_survey_section_code:s,sims_survey_gender_code:d.edt.sims_survey_gender_code,opr:"I"},i.push(n),console.log(i),l.post(r.apiUrl+"api/ERP/SurveyDetails/CUDInsertServiceDetails",i).then(function(e){d.display=!0,d.msg1=e.data,c.strMessage=d.msg1.strMessage,!0===d.msg1?swal({text:"Survey Created Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&d.getgrid()}):swal({text:"Survey Already Exists",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}).then(function(e){e&&d.getgrid()})})))},t(function(){$("#example_wrapper").scrollbar(),$("#fixtable").tableHeadFixer({top:1})},100),d.propertyName=null,d.reverse=!1,d.countData=[{val:5,data:5},{val:10,data:10},{val:15,data:15}],d.sortBy=function(e){d.reverse=d.propertyName===e&&!d.reverse,d.propertyName=e},l.get(r.apiUrl+"api/ERP/SurveyDetails/getSurveyDetails?user_name="+d.username).then(function(e){d.dis1=!0,d.dis2=!1,d.surveyDetails=e.data,0<d.surveyDetails.length&&(d.table=!0,d.pager=!0,3<d.countData.length&&d.countData.splice(3,1),d.countData.push({val:d.surveyDetails.length,data:"All"}),d.totalItems=d.surveyDetails.length,d.todos=d.surveyDetails,console.log("DATA",d.surveyDetails),d.makeTodos(),d.grid=!0)}),d.makeTodos=function(){var e=parseInt(d.totalItems%d.numPerPage),e=(d.pagersize="0"==e?parseInt(d.totalItems/d.numPerPage):parseInt(d.totalItems/d.numPerPage)+1,(d.currentPage-1)*d.numPerPage),t=parseInt(e)+parseInt(d.numPerPage);d.filteredTodos=d.todos.slice(e,t)},d.edit=function(e){d.New(),d.save1=!1,d.update1=!0,d.delete1=!1,d.edit_code=!0,l.get(r.apiUrl+"api/ERP/SurveyDetails/getSurveyGroupTypeHR").then(function(e){d.group_data=e.data,console.log("Group_data",d.group_data),setTimeout(function(){$("#cmb_group").change(function(){$(this).val()}).multipleSelect({width:"100%"}),$("#cmb_group").multipleSelect("setSelects",o)},1e3)}),l.get(r.apiUrl+"api/common/getDepartmentName").then(function(e){d.department=e.data,console.log("department_data",d.department),setTimeout(function(){$("#cmb_dept").change(function(){$(this).val()}).multipleSelect({width:"100%"}),$("#cmb_dept").multipleSelect("setSelects",s)},1e3)}),l.get(r.apiUrl+"api/ERP/SurveyDetails/getSurveyStaffType").then(function(e){d.stafftype=e.data,console.log("stafftype_data",d.stafftype),setTimeout(function(){$("#cmb_stafftype").change(function(){$(this).val()}).multipleSelect({width:"100%"}),$("#cmb_stafftype").multipleSelect("setSelects",staffValues)},1e3)}),d.edt={sims_survey_srl_no:e.sims_survey_srl_no,sims_survey_code:e.sims_survey_code,sims_survey_type:e.sims_survey_type,sims_survey_subject:e.sims_survey_subject,sims_survey_subject_ot:e.sims_survey_subject_ot,sims_survey_desc_en:e.sims_survey_desc_en,sims_survey_desc_ot:e.sims_survey_desc_ot,sims_survey_start_date:e.sims_survey_start_date,sims_survey_end_date:e.sims_survey_end_date,sims_survey_annonimity_flag:e.sims_survey_annonimity_flag,sims_survey_ppn_flag:e.sims_survey_ppn_flag,sims_survey_erp_flag:e.sims_survey_erp_flag,sims_survey_multiple_attempt_flag:e.sims_survey_multiple_attempt_flag,sims_survey_end_of_survey_remark_flag:e.sims_survey_end_of_survey_remark_flag,sims_survey_end_of_survey_suggestion_flag:e.sims_survey_end_of_survey_suggestion_flag,sims_survey_end_of_survey_rating_flag:e.sims_survey_end_of_survey_rating_flag,sims_survey_max_attempt_count:e.sims_survey_max_attempt_count,sims_survey_max_allowed_time_in_minute:e.sims_survey_max_allowed_time_in_minute,sims_survey_no_of_question_to_attempt:e.sims_survey_no_of_question_to_attempt,sims_survey_no_of_question_available:e.sims_survey_no_of_question_available,sims_survey_created_by_user:e.sims_survey_created_by_user,sims_survey_creation_time:e.sims_survey_creation_time,sims_survey_status:e.sims_survey_status,sims_survey_gender_code:e.sims_survey_gender_code,sims_survey_user_group_code:e.sims_survey_user_group_code,sims_survey_dept_no:e.sims_survey_dept_no,sims_survey_staff_no:e.sims_survey_staff_no,sims_survey_grade_code:e.sims_survey_grade_code,sims_survey_section_code:e.sims_survey_section_code,sims_survey_acad_year:e.sims_survey_acad_year,sims_survey_gradesection_code:e.sims_survey_gradesection_code},d.user_group_code=e.sims_survey_user_group_code.split(","),d.department_code=e.sims_survey_dept_no.split(","),d.staff_code=e.sims_survey_staff_no.split(","),d.grade_code=e.sims_survey_grade_code.split(","),d.section_code=e.sims_survey_gradesection_code.split(",");for(var t=0;t<d.user_group_code.length;t++)o.push(d.user_group_code[t]);for(t=0;t<d.department_code.length;t++)s.push(d.department_code[t]);for(t=0;t<d.staff_code.length;t++)staffValues.push(d.staff_code[t]);for(t=0;t<d.grade_code.length;t++)n.push(d.grade_code[t]);for(t=0;t<d.section_code.length;t++)i.push(d.section_code[t]);l.get(r.apiUrl+"api/ERP/SurveyDetails/Get_Grade_CodebyCuriculum?acad_yr="+e.sims_survey_acad_year).then(function(e){d.grade=e.data,setTimeout(function(){$("#cmb_grade").change(function(){$(this).val()}).multipleSelect({width:"100%"}),$("#cmb_grade").multipleSelect("setSelects",n)},1e3)}),l.get(r.apiUrl+"api/ERP/SurveyDetails/Get_Section_CodebyCuriculum?acad_yr="+e.sims_survey_acad_year+"&grade_code="+n).then(function(e){d.section=e.data,console.log(d.section),setTimeout(function(){$("#cmb_section").change(function(){$(this).val()}).multipleSelect({multiple:!0,width:"100%"}),$("#cmb_section").multipleSelect("setSelects",i)},1e3)})},d.survey_change=function(e){d.edt={};var t=new Date;d.edt.sims_survey_start_date=("0"+t.getDate()).slice(-2)+"-"+("0"+(t.getMonth()+1)).slice(-2)+"-"+t.getFullYear(),d.edt.sims_survey_end_date=("0"+t.getDate()).slice(-2)+"-"+("0"+(t.getMonth()+1)).slice(-2)+"-"+t.getFullYear(),l.get(r.apiUrl+"api/ERP/SurveyDetails/getAcademicYear").then(function(e){d.acadYr_data=e.data}),l.get(r.apiUrl+"api/ERP/SurveyDetails/getGender").then(function(e){d.gender_data=e.data}),l.get(r.apiUrl+"api/ERP/SurveyDetails/getSurveyType").then(function(e){d.surveyType_data=e.data}),d.edt={sims_survey_srl_no:e.sims_survey_srl_no,sims_survey_code:e.sims_survey_code,sims_survey_type:e.sims_survey_type,sims_survey_subject:e.sims_survey_subject,sims_survey_subject_ot:e.sims_survey_subject_ot,sims_survey_desc_en:e.sims_survey_desc_en,sims_survey_desc_ot:e.sims_survey_desc_ot,sims_survey_start_date:e.sims_survey_start_date,sims_survey_end_date:e.sims_survey_end_date,sims_survey_annonimity_flag:e.sims_survey_annonimity_flag,sims_survey_ppn_flag:e.sims_survey_ppn_flag,sims_survey_erp_flag:e.sims_survey_erp_flag,sims_survey_multiple_attempt_flag:e.sims_survey_multiple_attempt_flag,sims_survey_end_of_survey_remark_flag:e.sims_survey_end_of_survey_remark_flag,sims_survey_end_of_survey_suggestion_flag:e.sims_survey_end_of_survey_suggestion_flag,sims_survey_end_of_survey_rating_flag:e.sims_survey_end_of_survey_rating_flag,sims_survey_max_attempt_count:e.sims_survey_max_attempt_count,sims_survey_max_allowed_time_in_minute:e.sims_survey_max_allowed_time_in_minute,sims_survey_no_of_question_to_attempt:e.sims_survey_no_of_question_to_attempt,sims_survey_no_of_question_available:e.sims_survey_no_of_question_available,sims_survey_created_by_user:e.sims_survey_created_by_user,sims_survey_creation_time:e.sims_survey_creation_time,sims_survey_status:e.sims_survey_status,sims_survey_gender_code:e.sims_survey_gender_code,sims_survey_user_group_code:e.sims_survey_user_group_code,sims_survey_dept_no:e.sims_survey_dept_no,sims_survey_grade_code:e.sims_survey_grade_code,sims_survey_section_code:e.sims_survey_section_code,sims_survey_acad_year:e.sims_survey_acad_year,sims_survey_gradesection_code:e.sims_survey_gradesection_code},d.user_group_code=e.sims_survey_user_group_code.split(","),d.department_code=e.sims_survey_dept_no.split(","),d.grade_code=e.sims_survey_grade_code.split(","),d.section_code=e.sims_survey_gradesection_code.split(",");for(var a=0;a<d.user_group_code.length;a++)o.push(d.user_group_code[a]);for(a=0;a<d.department_code.length;a++)s.push(d.department_code[a]);for(a=0;a<d.grade_code.length;a++)n.push(d.grade_code[a]);for(a=0;a<d.section_code.length;a++)i.push(d.section_code[a]);l.get(r.apiUrl+"api/ERP/SurveyDetails/getSurveyGroupTypeHR").then(function(e){d.group_data=e.data,setTimeout(function(){$("#cmb_group").change(function(){$(this).val()}).multipleSelect({width:"100%"}),$("#cmb_group").multipleSelect("setSelects",o)},1e3)}),l.get(r.apiUrl+"api/common/getDepartmentName").then(function(e){d.department=e.data,setTimeout(function(){$("#cmb_dept").change(function(){$(this).val()}).multipleSelect({width:"100%"}),$("#cmb_dept").multipleSelect("setSelects",s)},1e3)}),l.get(r.apiUrl+"api/ERP/SurveyDetails/getSurveyGroupTypeHR").then(function(e){d.stafftype=e.data,setTimeout(function(){$("#cmb_stafftype").change(function(){$(this).val()}).multipleSelect({width:"100%"}),$("#cmb_stafftype").multipleSelect("setSelects",s)},1e3)}),l.get(r.apiUrl+"api/ERP/SurveyDetails/Get_Grade_CodebyCuriculum?acad_yr="+e.sims_survey_acad_year).then(function(e){d.grade=e.data,setTimeout(function(){$("#cmb_grade").change(function(){$(this).val()}).multipleSelect({width:"100%"}),$("#cmb_grade").multipleSelect("setSelects",n)},1e3)}),l.get(r.apiUrl+"api/ERP/SurveyDetails/Get_Section_CodebyCuriculum?acad_yr="+e.sims_survey_acad_year+"&grade_code="+n).then(function(e){d.section=e.data,console.log(d.section),setTimeout(function(){$("#cmb_section").change(function(){$(this).val()}).multipleSelect({multiple:!0,width:"100%"}),$("#cmb_section").multipleSelect("setSelects",i)},1e3)})},d.cancel1=function(){d.edit_code=!1,d.dis1=!0,d.update1=!1,d.delete1=!1,d.flg_recreation=!1},d.getgrid=function(){l.get(r.apiUrl+"api/ERP/SurveyDetails/getSurveyDetails?user_name="+d.username).then(function(e){d.dis1=!0,d.dis2=!1,d.flg_recreation=!1,d.surveyDetails=e.data,3<d.countData.length&&d.countData.splice(3,1),d.countData.push({val:d.surveyDetails.length,data:"All"}),d.totalItems=d.surveyDetails.length,d.todos=d.surveyDetails,d.makeTodos(),d.grid=!0}),!0===(m=document.getElementById("mainchk")).checked&&(m.checked=!1,d.row1=""),d.myForm.$setPristine(),d.myForm.$setUntouched()},d.Update=function(e){var t,a,o,s,n,i=[];e&&(!0===d.edt.sims_chkgender&&""==d.edt.sims_survey_gender_code?swal({title:"Alert",text:"Please select Gender.",showCloseButton:!0,width:380}):(e=(t=t+","+d.edt.sims_survey_user_group_code).substr(t.indexOf(",")+1),t=(a=a+","+d.edt.sims_survey_dept_no).substr(a.indexOf(",")+1),a=(o=o+","+d.edt.sims_survey_staff_no).substr(o.indexOf(",")+1),o=(s=s+","+d.edt.sims_survey_grade_code).substr(s.indexOf(",")+1),s=(n=n+","+d.edt.sims_survey_section_code).substr(n.indexOf(",")+1),n={sims_survey_srl_no:d.edt.sims_survey_srl_no,sims_survey_code:d.edt.sims_survey_code,sims_survey_type:d.edt.sims_survey_type,sims_survey_subject:d.edt.sims_survey_subject,sims_survey_subject_ot:d.edt.sims_survey_subject_ot,sims_survey_desc_en:d.edt.sims_survey_desc_en,sims_survey_desc_ot:d.edt.sims_survey_desc_ot,sims_survey_start_date:d.edt.sims_survey_start_date,sims_survey_end_date:d.edt.sims_survey_end_date,sims_survey_created_by_user:c.globals.currentUser.username,sims_survey_no_of_question_available:d.edt.sims_survey_no_of_question_available,sims_survey_no_of_question_to_attempt:d.edt.sims_survey_no_of_question_to_attempt,sims_survey_max_allowed_time_in_minute:d.edt.sims_survey_max_allowed_time_in_minute,sims_survey_max_attempt_count:d.edt.sims_survey_max_attempt_count,sims_survey_end_of_survey_rating_flag:d.edt.sims_survey_end_of_survey_rating_flag,sims_survey_end_of_survey_suggestion_flag:d.edt.sims_survey_end_of_survey_suggestion_flag,sims_survey_end_of_survey_remark_flag:d.edt.sims_survey_end_of_survey_remark_flag,sims_survey_multiple_attempt_flag:d.edt.sims_survey_multiple_attempt_flag,sims_survey_erp_flag:d.edt.sims_survey_erp_flag,sims_survey_ppn_flag:d.edt.sims_survey_ppn_flag,sims_survey_annonimity_flag:d.edt.sims_survey_annonimity_flag,sims_survey_status:d.edt.sims_survey_status,sims_survey_user_group_code:e,sims_survey_dept_no:t,sims_survey_staff_no:a,sims_survey_acad_year:d.edt.sims_survey_acad_year,sims_survey_grade_code:o,sims_survey_section_code:s,sims_survey_gender_code:d.edt.sims_survey_gender_code,opr:"U"},i.push(n),console.log(i),l.post(r.apiUrl+"api/ERP/SurveyDetails/CUDSurveyDetailsUpdate",i).then(function(e){d.display=!0,d.msg1=e.data,c.strMessage=d.msg1.strMessage,!0===d.msg1?swal({text:"Survey Updated Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&d.getgrid()}):swal({text:"Survey Not Updated.",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&d.getgrid()})})))},d.cancel=function(){d.div_staff=!1,d.div_parent=!1,d.dis1=!0,d.dis2=!1,d.edt="";try{$("#cmb_group").multipleSelect("uncheckAll")}catch(e){}try{$("#cmb_grade").multipleSelect("uncheckAll")}catch(e){}try{$("#cmb_section").multipleSelect("uncheckAll")}catch(e){}try{$("#cmb_dept").multipleSelect("uncheckAll")}catch(e){}try{$("#cmb_stafftype").multipleSelect("uncheckAll")}catch(e){}d.user_group_code=[],d.department_code=[],d.grade_code=[],d.section_code=[],o=[],s=[],n=[],i=[],d.getGroupdetails(d.edt.sims_survey_user_group_code),d.myForm.$setPristine(),d.myForm.$setUntouched()},d.CheckAllChecked=function(){if(!0===(m=document.getElementById("mainchk")).checked)for(var e=0;e<d.filteredTodos.length;e++)document.getElementById("test_"+e).checked=!0,d.row1="row_selected",$("tr").addClass("row_selected");else for(e=0;e<d.filteredTodos.length;e++)document.getElementById("test_"+e).checked=!1,m.checked=!1,d.row1=""},d.checkonebyonedelete=function(e){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),d.color="#edefef"}),!0===(m=document.getElementById("mainchk")).checked&&(m.checked=!1,$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected")}))},d.size=function(e){"All"==e?(d.currentPage="1",d.filteredTodos=d.surveyDetails,d.pager=!1):(d.pager=!0,d.pagesize=e,d.currentPage=1,d.numPerPage=e,d.makeTodos())},d.index=function(e){d.pageindex=e,d.currentPage=e,console.log("currentPage="+d.currentPage),d.makeTodos(),m.checked=!1,d.row1=""},d.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).sims_survey_code.toLowerCase().indexOf(t.toLowerCase())||-1<e.survey_type_name.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_survey_subject.toLowerCase().indexOf(t.toLowerCase());var t})},d.search=function(){if(d.todos=d.searched(d.surveyDetails,d.searchText),d.totalItems=d.todos.length,d.currentPage="1",""==d.searchText&&(d.todos=d.surveyDetails),d.makeTodos(),!0===(m=document.getElementById("mainchk")).checked){m.checked=!1;for(var e=0;e<d.filteredTodos.length;e++)document.getElementById(e).checked=!1,m.checked=!1,d.row1=""}},$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0,format:"yyyy-mm-dd"}),$(document).on("touch click",'*[data-datepicker="true"] .add-on',function(e){$('input[type="text"]',$(this).parent()).focus()})}])}(),function(){"use strict";var e=angular.module("sims.module.Collaboration");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("CreateNewsCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(c,e,l,t,a,r,m){c.url=m.docUrl+r.defaults.headers.common.schoolId,c.pagesize="10",c.pageindex="0",c.pager=!0,c.view=!1,c.create=!0;var p=[],i=[];c.images=[],new Array;function o(e,t){e?r.get(m.apiUrl+"api/ERP/Grade/getCuriculum_new").then(function(e){c.obj2=e.data,c.edt.sims_cur_code=c.obj2[0].sims_cur_code,c.Getacademicyear(c.obj2[0].sims_cur_code)}):r.get(m.apiUrl+"api/ERP/Grade/getCuriculumfor_Company?comp_code="+t).then(function(e){c.obj2=e.data,c.edt.sims_cur_code=c.obj2[0].sims_cur_code,c.Getacademicyear(c.obj2[0].sims_cur_code)})}c.obj=[],c.save1=!0,c.cdetails_data=[],c.filteredTodos=[],c.currentPage=1,c.numPerPage=10,c.maxSize=10,c.save_btn=!1,$("#text-editor").wysihtml5(),$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0,format:"yyyy-mm-dd"}),$(document).on("touch click",'*[data-datepicker="true"] .add-on',function(e){$('input[type="text"]',$(this).parent()).focus()}),c.GetGrade=function(e,t){null!=e&&null!=t&&r.get(m.apiUrl+"api/common/getAllGrades?cur_code="+e+"&academic_year="+t).then(function(e){c.grade=e.data,setTimeout(function(){$("#cmb_grade").change(function(){}).multipleSelect({width:"100%"})},1e3),setTimeout(function(){try{$("#cmb_grade").multipleSelect("setSelects",c.edt.lst_grade)}catch(e){}},1e3)})},c.GetSection=function(e,t,a){null!=e&&null!=t&&null!=a&&r.get(m.apiUrl+"api/common/Circular/getAllSection?cur_code="+e+"&ac_year="+t+"&grade="+a).then(function(e){c.section=e.data,setTimeout(function(){$("#cmb_section").change(function(){}).multipleSelect({width:"100%"})},1e3),setTimeout(function(){try{$("#cmb_section").multipleSelect("setSelects",c.edt.lst_section)}catch(e){}},1e3)})},r.get(m.apiUrl+"api/ERP/Grade/getAccecssUser?user="+l.globals.currentUser.username).then(function(e){c.global_count_comp=e.data,c.global_count_comp?o(!0,c.user_details.comp):o(!1,c.user_details.comp)}),r.get(m.apiUrl+"api/common/News/getNewsType").then(function(e){c.obj3=e.data}),r.get(m.apiUrl+"api/common/News/getNewsCategory").then(function(e){c.obj4=e.data}),r.get(m.apiUrl+"api/common/News/getAllNewsUserGroup").then(function(e){c.obj5=e.data}),c.size=function(e){"All"==e?(c.currentPage="1",c.filteredTodos=c.cdetails_data,c.pager=!1):(c.pager=!0,c.pagesize=e,c.currentPage=1,c.numPerPage=e,c.makeTodos()),c.numPerPage=e,c.makeTodos()},c.index=function(e){c.pageindex=e,c.currentPage=e,c.makeTodos(),(void 0).checked=!1,c.row1=""},r.get(m.apiUrl+"api/common/News/getNews?loggeduser="+l.globals.currentUser.username).then(function(e){c.view=!1,c.create=!0,c.New(),c.cdetails_data=e.data,c.totalItems=c.cdetails_data.length,c.todos=c.cdetails_data,c.makeTodos()}),c.makeTodos=function(){var e=parseInt(c.totalItems%c.numPerPage),e=(c.pagersize="0"==e?parseInt(c.totalItems/c.numPerPage):parseInt(c.totalItems/c.numPerPage)+1,(c.currentPage-1)*c.numPerPage),t=parseInt(e)+parseInt(c.numPerPage);c.filteredTodos=c.todos.slice(e,t)},c.search=function(){c.todos=c.searched(c.cdetails_data,c.searchText),c.totalItems=c.todos.length,c.currentPage="1",""==c.searchText&&(c.todos=c.cdetails_data),c.makeTodos()},c.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).sims_news_title.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_news_short_desc.toLowerCase().indexOf(t.toLowerCase());var t})},c.getgrid,c.publishnews=function(e){r.post(m.apiUrl+"api/common/News/UpdateNewsPublishDate",e).then(function(e){c.display=!0,c.msg1=e.data,swal({title:"Alert",text:"The Selected News Published Today.",showCloseButton:!0,width:380}).then(function(e){e&&r.get(m.apiUrl+"api/common/News/getNews?loggeduser="+l.globals.currentUser.username).then(function(e){c.view=!1,c.create=!0,c.New(),c.cdetails_data=e.data,c.totalItems=c.cdetails_data.length,c.todos=c.cdetails_data,c.makeTodos()})})})},c.unpublishnews=function(e){r.post(m.apiUrl+"api/common/News/UpdateNewsStatus",e).then(function(e){c.msg1=e.data,swal({text:"News Unpublished Successfully.",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&r.get(m.apiUrl+"api/common/News/getNews?loggeduser="+l.globals.currentUser.username).then(function(e){c.view=!1,c.create=!0,c.New(),c.cdetails_data=e.data,c.totalItems=c.cdetails_data.length,c.todos=c.cdetails_data,c.makeTodos()})})})},c.New=function(){c.view=!1,c.create=!0,c.save1=!0,c.update1=!1,c.delete1=!1,c.edt="",p=[],c.obj5=[],r.get(m.apiUrl+"api/common/News/getAllNewsUserGroup").then(function(e){c.obj5=e.data});var e=new Date;c.edt={sims_news_status:!0,sims_news_publish_date:("0"+e.getDate()).slice(-2)+"-"+("0"+(e.getMonth()+1)).slice(-2)+"-"+e.getFullYear(),sims_news_expiry_date:("0"+e.getDate()).slice(-2)+"-"+("0"+(e.getMonth()+1)).slice(-2)+"-"+e.getFullYear()},c.global_count_comp?o(!0,c.user_details.comp):o(!1,c.user_details.comp),setTimeout(function(){c.edt.sims_academic_year_desc=c.ob_acyear1[0].sims_academic_year,c.GetGrade(c.edt.sims_cur_code,c.edt.sims_academic_year_desc)},2e3),c.images=[],c.images1=[],r.get(m.apiUrl+"api/common/News/getNewsNumber").then(function(e){c.obj6=e.data,document.getElementById("txt_number").disabled=!0,document.getElementById("txt_number").value=c.obj6[0].sims_news_number}),$("#text-editor").data("wysihtml5").editor.clear()},c.Getacademicyear=function(e){null!=e&&(r.get(m.apiUrl+"api/common/getAcademicYear?curCode="+e).then(function(e){c.ob_acyear1=e.data}),c.GetGrade(c.edt.sims_cur_code,c.edt.sims_academic_year_desc))},c.enable_grade=!0,c.enable_section=!0,c.GetUserGroups=function(t,e){if(1==document.getElementById(e).checked){if(p.push(t),"04"==e||"05"==e){try{$("#cmb_grade").multipleSelect("enable")}catch(e){}try{$("#cmb_section").multipleSelect("enable")}catch(e){}}}else{for(let e=p.length-1;0<=e;e--)p[e]==t&&p.splice(e,1);if(!document.getElementById("04").checked&&!document.getElementById("05").checked){try{$("#cmb_grade").multipleSelect("disable"),$("#cmb_grade").multipleSelect("uncheckAll")}catch(e){}try{$("#cmb_section").multipleSelect("disable"),$("#cmb_section").multipleSelect("uncheckAll")}catch(e){}}}console.log("Selected groups:",p)},c.Save=function(e){$("#loader").modal({backdrop:"static",keyboard:!1}),c.edt.sims_news_ifalert=e;var t,e=document.getElementById("text-editor").value,a=c.edt.sims_news_publish_date,o=c.edt.sims_news_expiry_date,s=!0,a=(c.edt.sims_news_grade,c.edt.sims_news_gradesections,p.length<=0&&(s=!1,$("#loader").modal("hide"),swal({text:"Please Select atleast one User Group.",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}).then(function(e){})),a.split("-")[2]+"-"+a.split("-")[1]+"-"+a.split("-")[0]);o.split("-")[2]+"-"+o.split("-")[1]+"-"+o.split("-")[0]<a&&(s=!1,$("#loader").modal("hide"),swal({text:"Expiry date should be greater than publish date.",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}).then(function(e){})),null!=e&&""!=e||(s=!1,$("#loader").modal("hide"),swal({text:"Please enter News Description.",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}).then(function(e){})),null!=c.edt.sims_news_publish_date&&null!=c.edt.sims_news_expiry_date&&null!=c.edt.sims_cur_code&&null!=c.edt.sims_academic_year_desc&&null!=c.edt.sims_news_type&&null!=c.edt.sims_news_category&&null!=c.edt.sims_news_title&&1==s&&(o=c.edt,t=s=e=a="",e=(e=","+c.edt.sims_news_gradesections).substr(e.indexOf(",")+1),s=(s=","+c.edt.sims_circular_desg).substr(s.indexOf(",")+1),t=(t=","+c.edt.sims_circular_dept).substr(t.indexOf(",")+1),a=(a=","+c.edt.sims_news_grade).substr(a.indexOf(",")+1),o.sims_news_gradesections=e,o.sims_circular_desg=s,o.sims_circular_dept=t,o.sims_news_grade=a,o.lst_news_groups=p,o.sims_news_number=document.getElementById("txt_number").value,o.sims_news_desc=document.getElementById("text-editor").value,o.sims_news_publish_date=c.edt.sims_news_publish_date,o.sims_news_expiry_date=c.edt.sims_news_expiry_date,o.opr="I",r.post(m.apiUrl+"api/common/News/CNews",o).then(function(e){c.view=!1,c.create=!0,c.msg1=e.data,swal({text:"News Created Successfully.",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&(p=[],c.images=[],$("#loader").modal("hide"),c.currentPage=1,r.get(m.apiUrl+"api/common/News/getNews?loggeduser="+l.globals.currentUser.username).then(function(e){c.view=!1,c.create=!0,c.New(),c.cdetails_data=e.data,c.totalItems=c.cdetails_data.length,c.todos=c.cdetails_data,c.makeTodos()}),c.myForm.$setPristine(),c.myForm.$setUntouched())})}))},c.Update=function(){$("#loader").modal({backdrop:"static",keyboard:!1});var e,t,a,o,s=document.getElementById("text-editor").value,n=c.edt.sims_news_publish_date,i=c.edt.sims_news_expiry_date,d=!0;p.length<=0&&(d=!1,$("#loader").modal("hide"),swal({text:"Please Select atleast one User Group.",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}).then(function(e){})),i<n&&(d=!1,$("#loader").modal("hide"),swal({text:"Expiry date should be greater than publish date.",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}).then(function(e){})),null!=s&&""!=s||(d=!1,$("#loader").modal("hide"),swal({text:"Please enter News Description.",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}).then(function(e){})),1==d&&(i=c.edt,n=(o=o+","+c.edt.sims_news_gradesections).substr(o.indexOf(",")+1),s=(e=e+","+c.edt.sims_circular_desg).substr(e.indexOf(",")+1),d=(t=t+","+c.edt.sims_circular_dept).substr(t.indexOf(",")+1),o=(a=a+","+c.edt.sims_news_grade).substr(a.indexOf(",")+1),i.sims_news_gradesections=n,i.sims_circular_desg=s,i.sims_circular_dept=d,i.sims_news_grade=o,i.lst_news_groups=p,i.sims_news_number=document.getElementById("txt_number").value,i.sims_news_desc=document.getElementById("text-editor").value,i.sims_news_publish_date=c.edt.sims_news_publish_date,i.sims_news_expiry_date=c.edt.sims_news_expiry_date,null==c.edt.sims_news_file_path1&&(c.edt.sims_news_file_path1=""),null==c.edt.sims_news_file_path1_en&&(c.edt.sims_news_file_path1_en=""),null==c.edt.sims_news_file_path2&&(c.edt.sims_news_file_path2=""),null==c.edt.sims_news_file_path2_en&&(c.edt.sims_news_file_path2_en=""),null==c.edt.sims_news_file_path3&&(c.edt.sims_news_file_path3=""),null==c.edt.sims_news_file_path3_en&&(c.edt.sims_news_file_path3_en=""),i.opr="U",r.post(m.apiUrl+"api/common/News/UNews",i).then(function(e){c.view=!1,c.create=!0,c.msg1=e.data,swal({text:"News Updated Successfully.",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&(p=[],c.images=[],$("#loader").modal("hide"),c.currentPage=1,r.get(m.apiUrl+"api/common/News/getNews?loggeduser="+l.globals.currentUser.username).then(function(e){c.view=!1,c.create=!0,c.cdetails_data=e.data,c.totalItems=c.cdetails_data.length,c.todos=c.cdetails_data,c.makeTodos()}),c.myForm.$setPristine(),c.myForm.$setUntouched())})}))},c.cancel=function(){c.view=!1,c.create=!0,p=[],c.images=[],$("#loader").modal("hide"),c.currentPage=1,r.get(m.apiUrl+"api/common/News/getNews?loggeduser="+l.globals.currentUser.username).then(function(e){c.view=!1,c.create=!0,c.New(),c.cdetails_data=e.data,c.totalItems=c.cdetails_data.length,c.todos=c.cdetails_data,c.makeTodos()}),c.myForm.$setPristine(),c.myForm.$setUntouched()},c.download=function(e){window.open(c.url+"/Images/NewsFiles/"+e,"_new")};var d=new FormData;c.images=[],c.images_att=[],c.getTheFiles=function(s){c.filesize=!0;var n="no";angular.forEach(s,function(e,t){d.append(t,e);var a=0;if(10485760<s[a].size)c.filesize=!1,swal({text:"File Should Not Exceed 10MB.",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380});else if(i.push(s[a].name),0<c.images.length){for(var o=0;o<c.images.length;o++)if(c.images[o].name==s[a].name)return void(n="yes");if("no"==n&&(c.images.push({name:s[a].name,file:s[a].size}),3<c.images.length))return c.images.splice(3,c.images.length),void swal({text:"You cannot upload more than 3 files.",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}).then(function(e){});n="no"}else c.images.push({name:s[a].name,file:s[a].size});a++})},c.file_changed_new=function(e,t){var a=e.files[0],o=a.name;if(1<(o.match(/\./g)||[]).length)swal({text:"File name should not contain multiple dots.",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}),e.value="";else{var s,n=o.indexOf("."),n=(c.name=o.substr(0,n),c.fileext=o.substr(n+1),c.photo_filename=a.type,new FileReader),i=(n.onload=function(e){c.$apply(function(){c.prev_img=e.target.result})},n.readAsDataURL(a),$("#inputGroupFile01")[0].files);if(i.length)for(var d=new FormData,_=0;_<i.length;_++)1<(i[_].name.match(/\./g)||[]).length?e.value="":d.append(i[_].name,i[_],"Web\\"+i[_].name.replace(/\s/g,""));a.size<10485760?(n=document.getElementById("txt_number").value,c.edt.sims_circular_file_path1?c.edt.sims_circular_file_path2?c.edt.sims_circular_file_path3||(c.edt.sims_circular_file_path3=(s=n+"_3")+"."+c.fileext,c.edt.sims_circular_file_path3_en=o):(c.edt.sims_circular_file_path2=(s=n+"_2")+"."+c.fileext,c.edt.sims_circular_file_path2_en=o):(c.edt.sims_circular_file_path1=(s=n+"_1")+"."+c.fileext,c.edt.sims_circular_file_path1_en=o),c.uploading_doc1=!1,a={method:"POST",url:m.apiUrl+"api/file/uploadCircularDocument?filename="+s+"&location=CircularFiles",data:d,headers:{"Content-Type":void 0}},r(a).success(function(){c.uploading_doc1=!0})):(swal({text:"File Should Not Exceed 10MB.",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}),e.value="")}},c.file_changed=function(e,t){var a,o=e.files[0],s=o.name;1<(s.match(/\./g)||[]).length?(swal({text:"File name should not contain multiple dots.",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}),e.value=""):(a=s.indexOf("."),c.name=s.substr(0,a),c.fileext=s.substr(a+1),c.photo_filename=o.type,(a=new FileReader).onload=function(e){c.$apply(function(){c.prev_img=e.target.result})},a.readAsDataURL(o),o.size<10485760?(a=document.getElementById("txt_number").value,o="",c.edt.sims_news_file_path1?c.edt.sims_news_file_path2?c.edt.sims_news_file_path3||(c.edt.sims_news_file_path3=(o=a+"_3")+"."+c.fileext,c.edt.sims_news_file_path3_en=s):(c.edt.sims_news_file_path2=(o=a+"_2")+"."+c.fileext,c.edt.sims_news_file_path2_en=s):(c.edt.sims_news_file_path1=(o=a+"_1")+"."+c.fileext,c.edt.sims_news_file_path1_en=s),a={method:"POST",url:m.apiUrl+"api/file/uploadCircularDocument?filename="+o+"&location=NewsFiles",data:d,headers:{"Content-Type":void 0}},r(a).success(function(e){})):(swal({text:"File Should Not Exceed 10MB.",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}),e.value=""))},c.uploadClick=function(e){c.filesize=!0,c.edt1=e,c.ins=!1,d=new FormData},c.delpush=[],c.CancelFileUpload=function(e){c.delpush.push(e),c.images.splice(e,1),0==e&&(c.edt.sims_news_file_path1=""),1==e&&(c.edt.sims_news_file_path2=""),2==e&&(c.edt.sims_news_file_path3="")},c.uploadImg=function(){alert("Upload ");var e={method:"POST",url:m.apiUrl+"/api/file/upload_file?filename="+document.getElementById("txt_number").value+"&location=NewsFiles",data:d,headers:{"Content-Type":void 0}};r(e).success(function(e){})},c.edit=function(e){c.view=!1,c.create=!0,c.save1=!1,c.update1=!0,c.delete1=!1,c.edt=e,c.images=[],c.delpush=[],$("input:checkbox").each(function(){for(var e=$(this).attr("id"),t=$(this).attr("value"),a=0,a=0;a<c.edt.lst_news_groups.length;a++)c.edt.lst_news_groups[a]==e&&(this.checked=!0,p.push(t));c.images=[],c.del_images=[],""!=c.edt.sims_news_file_path1&&c.images.push({name:c.edt.sims_news_file_path1,file:""}),""!=c.edt.sims_news_file_path2&&c.images.push({name:c.edt.sims_news_file_path2,file:""}),""!=c.edt.sims_news_file_path3&&c.images.push({name:c.edt.sims_news_file_path3,file:""})}),c.Getacademicyear(c.edt.sims_cur_code),c.GetGrade(c.edt.sims_cur_code,c.edt.sims_academic_year_desc),c.GetSection(c.edt.sims_cur_code,c.edt.sims_academic_year_desc,c.edt.sims_news_grade);var e=$("textarea#text-editor"),t=e.data("wysihtml5");t?t.editor.setValue(c.edt.sims_news_desc):e.html(c.edt.sims_news_desc),wysihtml5.editor.setValue=c.edt.sims_news_desc}}]),e.directive("ngFiles",["$parse",function(s){return{link:function(t,e,a){var o=s(a.ngFiles);e.on("change",function(e){o(t,{$files:e.target.files})})}}}])}(),function(){"use strict";var e=angular.module("sims.module.Collaboration");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("createnewshrcont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(i,e,s,t,a,n,d){i.url=d.docUrl+n.defaults.headers.common.schoolId,i.pagesize="10",i.pageindex="0",i.pager=!0,i.view=!1,i.create=!0;var c=[],l=[];i.images=[],new Array;function o(e,t){e?n.get(d.apiUrl+"api/ERP/Grade/getCuriculum_new").then(function(e){i.obj2=e.data,i.edt.sims_cur_code=i.obj2[0].sims_cur_code,i.Getacademicyear(i.obj2[0].sims_cur_code)}):n.get(d.apiUrl+"api/ERP/Grade/getCuriculumfor_Company?comp_code="+t).then(function(e){i.obj2=e.data,i.edt.sims_cur_code=i.obj2[0].sims_cur_code,i.Getacademicyear(i.obj2[0].sims_cur_code)})}i.obj=[],i.save1=!0,i.cdetails_data=[],i.filteredTodos=[],i.currentPage=1,i.numPerPage=10,i.maxSize=10,i.save_btn=!1,$("#text-editor").wysihtml5(),$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0,format:"yyyy-mm-dd"}),$(document).on("touch click",'*[data-datepicker="true"] .add-on',function(e){$('input[type="text"]',$(this).parent()).focus()}),n.get(d.apiUrl+"api/ERP/Grade/getAccecssUser?user="+s.globals.currentUser.username).then(function(e){i.global_count_comp=e.data,i.global_count_comp?o(!0,i.user_details.comp):o(!1,i.user_details.comp)}),n.get(d.apiUrl+"api/common/News/getNewsType").then(function(e){i.obj3=e.data}),n.get(d.apiUrl+"api/common/News/getNewsCategory").then(function(e){i.obj4=e.data}),n.get(d.apiUrl+"api/common/News/getAllNewsUserGrouphr").then(function(e){i.obj5=e.data}),i.size=function(e){"All"==e?(i.currentPage="1",i.filteredTodos=i.cdetails_data,i.pager=!1):(i.pager=!0,i.pagesize=e,i.currentPage=1,i.numPerPage=e,i.makeTodos()),i.numPerPage=e,i.makeTodos()},i.index=function(e){i.pageindex=e,i.currentPage=e,i.makeTodos(),(void 0).checked=!1,i.row1=""},n.get(d.apiUrl+"api/common/News/getNews?loggeduser="+s.globals.currentUser.username).then(function(e){i.view=!1,i.create=!0,i.New(),i.cdetails_data=e.data,i.totalItems=i.cdetails_data.length,i.todos=i.cdetails_data,i.makeTodos()}),i.makeTodos=function(){var e=parseInt(i.totalItems%i.numPerPage),e=(i.pagersize="0"==e?parseInt(i.totalItems/i.numPerPage):parseInt(i.totalItems/i.numPerPage)+1,(i.currentPage-1)*i.numPerPage),t=parseInt(e)+parseInt(i.numPerPage);i.filteredTodos=i.todos.slice(e,t)},i.search=function(){i.todos=i.searched(i.cdetails_data,i.searchText),i.totalItems=i.todos.length,i.currentPage="1",""==i.searchText&&(i.todos=i.cdetails_data),i.makeTodos()},i.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).sims_news_title.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_news_short_desc.toLowerCase().indexOf(t.toLowerCase());var t})},i.getgrid,i.publishnews=function(e){n.post(d.apiUrl+"api/common/News/UpdateNewsPublishDate",e).then(function(e){i.display=!0,i.msg1=e.data,swal({title:"Alert",text:"The Selected News Published Today.",showCloseButton:!0,width:380}).then(function(e){e&&n.get(d.apiUrl+"api/common/News/getNews?loggeduser="+s.globals.currentUser.username).then(function(e){i.view=!1,i.create=!0,i.New(),i.cdetails_data=e.data,i.totalItems=i.cdetails_data.length,i.todos=i.cdetails_data,i.makeTodos()})})})},i.unpublishnews=function(e){n.post(d.apiUrl+"api/common/News/UpdateNewsStatus",e).then(function(e){i.msg1=e.data,swal({text:"News Unpublished Successfully.",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&n.get(d.apiUrl+"api/common/News/getNews?loggeduser="+s.globals.currentUser.username).then(function(e){i.view=!1,i.create=!0,i.New(),i.cdetails_data=e.data,i.totalItems=i.cdetails_data.length,i.todos=i.cdetails_data,i.makeTodos()})})})},i.New=function(){i.view=!1,i.create=!0,i.save1=!0,i.update1=!1,i.delete1=!1,i.edt="",c=[],i.obj5=[],n.get(d.apiUrl+"api/common/News/getAllNewsUserGrouphr").then(function(e){i.obj5=e.data});var e=new Date;i.edt={sims_news_status:!0,sims_news_publish_date:("0"+e.getDate()).slice(-2)+"-"+("0"+(e.getMonth()+1)).slice(-2)+"-"+e.getFullYear(),sims_news_expiry_date:("0"+e.getDate()).slice(-2)+"-"+("0"+(e.getMonth()+1)).slice(-2)+"-"+e.getFullYear()},i.global_count_comp?o(!0,i.user_details.comp):o(!1,i.user_details.comp),setTimeout(function(){i.edt.sims_academic_year_desc=i.ob_acyear1[0].sims_academic_year},2e3),i.images=[],i.images1=[],n.get(d.apiUrl+"api/common/News/getNewsNumber").then(function(e){i.obj6=e.data,document.getElementById("txt_number").disabled=!0,document.getElementById("txt_number").value=i.obj6[0].sims_news_number}),$("#text-editor").data("wysihtml5").editor.clear()},i.Getacademicyear=function(e){null!=e&&n.get(d.apiUrl+"api/common/getAcademicYear?curCode="+e).then(function(e){i.ob_acyear1=e.data})},i.GetUserGroups=function(e,t){if(1==document.getElementById(t).checked)c.push(e);else for(var a=c.length;a--;)c[a]==e&&c.splice(a,1)},i.Save=function(e){$("#loader").modal({backdrop:"static",keyboard:!1}),i.edt.sims_news_ifalert=e;var e=document.getElementById("text-editor").value,t=i.edt.sims_news_publish_date,a=i.edt.sims_news_expiry_date,o=!0,t=(c.length<=0&&(o=!1,$("#loader").modal("hide"),swal({text:"Please Select atleast one User Group.",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}).then(function(e){})),t.split("-")[2]+"-"+t.split("-")[1]+"-"+t.split("-")[0]);a.split("-")[2]+"-"+a.split("-")[1]+"-"+a.split("-")[0]<t&&(o=!1,$("#loader").modal("hide"),swal({text:"Expiry date should be greater than publish date.",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}).then(function(e){})),null!=e&&""!=e||(o=!1,$("#loader").modal("hide"),swal({text:"Please enter News Description.",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}).then(function(e){})),null!=i.edt.sims_news_publish_date&&null!=i.edt.sims_news_expiry_date&&null!=i.edt.sims_cur_code&&null!=i.edt.sims_academic_year_desc&&null!=i.edt.sims_news_type&&null!=i.edt.sims_news_category&&null!=i.edt.sims_news_title&&1==o&&((a=i.edt).lst_news_groups=c,a.sims_news_number=document.getElementById("txt_number").value,a.sims_news_desc=document.getElementById("text-editor").value,a.sims_news_publish_date=i.edt.sims_news_publish_date,a.sims_news_expiry_date=i.edt.sims_news_expiry_date,a.opr="I",n.post(d.apiUrl+"api/common/News/CNews",a).then(function(e){i.view=!1,i.create=!0,i.msg1=e.data,swal({text:"News Created Successfully.",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&(c=[],i.images=[],$("#loader").modal("hide"),i.currentPage=1,n.get(d.apiUrl+"api/common/News/getNews?loggeduser="+s.globals.currentUser.username).then(function(e){i.view=!1,i.create=!0,i.New(),i.cdetails_data=e.data,i.totalItems=i.cdetails_data.length,i.todos=i.cdetails_data,i.makeTodos()}),i.myForm.$setPristine(),i.myForm.$setUntouched())})}))},i.Update=function(){$("#loader").modal({backdrop:"static",keyboard:!1});var e=document.getElementById("text-editor").value,t=i.edt.sims_news_publish_date,a=i.edt.sims_news_expiry_date,o=!0;c.length<=0&&(o=!1,$("#loader").modal("hide"),swal({text:"Please Select atleast one User Group.",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}).then(function(e){})),a<t&&(o=!1,$("#loader").modal("hide"),swal({text:"Expiry date should be greater than publish date.",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}).then(function(e){})),null!=e&&""!=e||(o=!1,$("#loader").modal("hide"),swal({text:"Please enter News Description.",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}).then(function(e){})),1==o&&((a=i.edt).lst_news_groups=c,a.sims_news_number=document.getElementById("txt_number").value,a.sims_news_desc=document.getElementById("text-editor").value,a.sims_news_publish_date=i.edt.sims_news_publish_date,a.sims_news_expiry_date=i.edt.sims_news_expiry_date,null==i.edt.sims_news_file_path1&&(i.edt.sims_news_file_path1=""),null==i.edt.sims_news_file_path1_en&&(i.edt.sims_news_file_path1_en=""),null==i.edt.sims_news_file_path2&&(i.edt.sims_news_file_path2=""),null==i.edt.sims_news_file_path2_en&&(i.edt.sims_news_file_path2_en=""),null==i.edt.sims_news_file_path3&&(i.edt.sims_news_file_path3=""),null==i.edt.sims_news_file_path3_en&&(i.edt.sims_news_file_path3_en=""),a.opr="U",n.post(d.apiUrl+"api/common/News/UNews",a).then(function(e){i.view=!1,i.create=!0,i.msg1=e.data,swal({text:"News Updated Successfully.",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&(c=[],i.images=[],$("#loader").modal("hide"),i.currentPage=1,n.get(d.apiUrl+"api/common/News/getNews?loggeduser="+s.globals.currentUser.username).then(function(e){i.view=!1,i.create=!0,i.cdetails_data=e.data,i.totalItems=i.cdetails_data.length,i.todos=i.cdetails_data,i.makeTodos()}),i.myForm.$setPristine(),i.myForm.$setUntouched())})}))},i.cancel=function(){i.view=!1,i.create=!0,c=[],i.images=[],$("#loader").modal("hide"),i.currentPage=1,n.get(d.apiUrl+"api/common/News/getNews?loggeduser="+s.globals.currentUser.username).then(function(e){i.view=!1,i.create=!0,i.New(),i.cdetails_data=e.data,i.totalItems=i.cdetails_data.length,i.todos=i.cdetails_data,i.makeTodos()}),i.myForm.$setPristine(),i.myForm.$setUntouched()},i.download=function(e){window.open(i.url+"/Images/NewsFiles/"+e,"_new")};var r=new FormData;i.images=[],i.images_att=[],i.getTheFiles=function(s){i.filesize=!0;var n="no";angular.forEach(s,function(e,t){r.append(t,e);var a=0;if(10485760<s[a].size)i.filesize=!1,swal({text:"File Should Not Exceed 10MB.",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380});else if(l.push(s[a].name),0<i.images.length){for(var o=0;o<i.images.length;o++)if(i.images[o].name==s[a].name)return void(n="yes");if("no"==n&&(i.images.push({name:s[a].name,file:s[a].size}),3<i.images.length))return i.images.splice(3,i.images.length),void swal({text:"You cannot upload more than 3 files.",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}).then(function(e){});n="no"}else i.images.push({name:s[a].name,file:s[a].size});a++})},i.file_changed=function(e,t){var a=e.files[0],o=a.name.indexOf("."),o=(i.name=a.name.substr(0,o),i.fileext=a.name.substr(o+1),i.photo_filename=a.type,new FileReader);o.onload=function(e){i.$apply(function(){i.prev_img=e.target.result})},o.readAsDataURL(a),e.files[0].size<10485760&&(o="",a=document.getElementById("txt_number").value,""==i.edt.sims_news_file_path1||null==i.edt.sims_news_file_path1?(i.edt.sims_news_file_path1=(o=a+"_1")+"."+i.fileext,i.edt.sims_news_file_path1_en=e.files[0].name):""==i.edt.sims_news_file_path2||null==i.edt.sims_news_file_path2?(i.edt.sims_news_file_path2=(o=a+"_2")+"."+i.fileext,i.edt.sims_news_file_path2_en=e.files[0].name):""!=i.edt.sims_news_file_path3&&null!=i.edt.sims_news_file_path3||(i.edt.sims_news_file_path3=(o=a+"_3")+"."+i.fileext,i.edt.sims_news_file_path3_en=e.files[0].name),a={method:"POST",url:d.apiUrl+"api/file/uploadCircularDocument?filename="+o+"&location=NewsFiles",data:r,headers:{"Content-Type":void 0}},n(a).success(function(e){}))},i.uploadClick=function(e){i.filesize=!0,i.edt1=e,i.ins=!1,r=new FormData},i.delpush=[],i.CancelFileUpload=function(e){i.delpush.push(e),i.images.splice(e,1),0==e&&(i.edt.sims_news_file_path1=""),1==e&&(i.edt.sims_news_file_path2=""),2==e&&(i.edt.sims_news_file_path3="")},i.uploadImg=function(){alert("Upload ");var e={method:"POST",url:d.apiUrl+"/api/file/upload_file?filename="+document.getElementById("txt_number").value+"&location=NewsFiles",data:r,headers:{"Content-Type":void 0}};n(e).success(function(e){})},i.edit=function(e){i.view=!1,i.create=!0,i.save1=!1,i.update1=!0,i.delete1=!1,i.edt=e,i.images=[],i.delpush=[],$("input:checkbox").each(function(){for(var e=$(this).attr("id"),t=$(this).attr("value"),a=0,a=0;a<i.edt.lst_news_groups.length;a++)i.edt.lst_news_groups[a]==e&&(this.checked=!0,c.push(t));i.images=[],i.del_images=[],""!=i.edt.sims_news_file_path1&&i.images.push({name:i.edt.sims_news_file_path1,file:""}),""!=i.edt.sims_news_file_path2&&i.images.push({name:i.edt.sims_news_file_path2,file:""}),""!=i.edt.sims_news_file_path3&&i.images.push({name:i.edt.sims_news_file_path3,file:""})}),i.Getacademicyear(i.edt.sims_cur_code);var e=$("textarea#text-editor"),t=e.data("wysihtml5");t?t.editor.setValue(i.edt.sims_news_desc):e.html(i.edt.sims_news_desc),wysihtml5.editor.setValue=i.edt.sims_news_desc}}]),e.directive("ngFiles",["$parse",function(s){return{link:function(t,e,a){var o=s(a.ngFiles);e.on("change",function(e){o(t,{$files:e.target.files})})}}}])}(),function(){"use strict";var e=angular.module("sims.module.Collaboration");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("CreateNwCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","$filter","ENV",function(i,e,n,t,a,d,s,c){i.url=c.docUrl+d.defaults.headers.common.schoolId,i.itemsPerPage="5",i.currentPage=0,i.view=!1,i.create=!0,i.pagesize="5",i.pageindex="1";var l=[],r=[],m=(i.images=[],i.images_newfiles=[],new Array,i.obj=[],i.cdetails_data=[],i.filteredTodos=[],i.currentPage=1,i.numPerPage=5,i.maxSize=5,i.save_btn=!1,n.globals.currentUser.username);console.log("username:",m);$("#text-editor").wysihtml5(),$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0,format:"yyyy-mm-dd"}),$(document).on("touch click",'*[data-datepicker="true"] .add-on',function(e){$('input[type="text"]',$(this).parent()).focus()}),d.get(c.apiUrl+"api/common/getCuriculum").then(function(e){i.obj2=e.data}),d.get(c.apiUrl+"api/common/News/getNewsType").then(function(e){i.obj3=e.data}),d.get(c.apiUrl+"api/common/News/getNewsCategory").then(function(e){i.obj4=e.data}),d.get(c.apiUrl+"api/common/News/getAllNewsUserGroup").then(function(e){i.obj5=e.data}),d.get(c.apiUrl+"api/common/Circular/GetAllDesignationNames").then(function(e){i.designation=e.data,setTimeout(function(){$("#cmb_designation").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"})},1e3)}),d.get(c.apiUrl+"api/common/Circular/GetAllDepartments").then(function(e){i.department=e.data,setTimeout(function(){$("#cmb_department").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"})},1e3)}),"oes"==d.defaults.headers.common.schoolId?(i.GetGrade=function(e,t,a){null!=e&&null!=t&&null!=m&&d.get(c.apiUrl+"api/common/News/getGradesByUsername?cur_code="+e+"&ac_year="+t+"&user_name="+m).then(function(e){i.grade=e.data,setTimeout(function(){$("#cmb_grade").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"})},1e3),setTimeout(function(){try{$("#cmb_grade").multipleSelect("setSelects",i.edt.lst_grade)}catch(e){}},1e3)})},i.GetSection=function(e,t,a,o){null!=e&&null!=t&&null!=a&&null!=m&&d.get(c.apiUrl+"api/common/News/getSectionByUsername?cur_code="+e+"&ac_year="+t+"&grade="+a+"&user_name="+m).then(function(e){i.section=e.data,setTimeout(function(){$("#cmb_section").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"})},1e3),setTimeout(function(){try{$("#cmb_section").multipleSelect("setSelects",i.edt.lst_section)}catch(e){}},1e3)})}):(i.GetGrade=function(e,t){null!=e&&null!=t&&d.get(c.apiUrl+"api/common/getAllGrades?cur_code="+e+"&academic_year="+t).then(function(e){i.grade=e.data,setTimeout(function(){$("#cmb_grade").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"})},1e3),setTimeout(function(){try{$("#cmb_grade").multipleSelect("setSelects",i.edt.lst_grade)}catch(e){}},1e3)})},i.GetSection=function(e,t,a){null!=e&&null!=t&&null!=a&&d.get(c.apiUrl+"api/common/Circular/getAllSection?cur_code="+e+"&ac_year="+t+"&grade="+a).then(function(e){i.section=e.data,setTimeout(function(){$("#cmb_section").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"})},1e3),setTimeout(function(){try{$("#cmb_section").multipleSelect("setSelects",i.edt.lst_section)}catch(e){}},1e3)})}),i.GetDesg=function(){d.get(c.apiUrl+"api/common/Circular/GetAllDesignationNames").then(function(e){i.designation=e.data,setTimeout(function(){$("#cmb_designation").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"})},1e3)})},i.GetDept=function(){d.get(c.apiUrl+"api/common/Circular/GetAllDepartments").then(function(e){i.department=e.data,setTimeout(function(){$("#cmb_department").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"})},1e3)})},i.size=function(e){i.pagesize=e,i.currentPage=1,i.numPerPage=e,i.makeTodos()},i.index=function(e){i.pageindex=e,i.currentPage=e,i.makeTodos(),(void 0).checked=!1,i.row1=""},i.makeTodos=function(){var e=parseInt(i.totalItems%i.numPerPage),e=(i.pagersize="0"==e?parseInt(i.totalItems/i.numPerPage):parseInt(i.totalItems/i.numPerPage)+1,(i.currentPage-1)*i.numPerPage),t=parseInt(e)+parseInt(i.numPerPage);i.filteredTodos=i.todos.slice(e,t)},i.search=function(){i.todos=i.searched(i.cdetails_data,i.searchText),i.totalItems=i.todos.length,i.currentPage="1",""==i.searchText&&(i.todos=i.cdetails_data),i.makeTodos()},i.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).sims_news_title.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_news_short_desc.toLowerCase().indexOf(t.toLowerCase());var t})},i.getgrid,i.publishnews=function(e){d.post(c.apiUrl+"api/common/News/UpdateNewsPublishDate",e).then(function(e){i.display=!0,i.msg1=e.data,swal({text:"The Selected News Published Today.",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}).then(function(e){e&&d.get(c.apiUrl+"api/common/News/getNews?loggeduser="+n.globals.currentUser.username).then(function(e){i.view=!1,i.create=!0,i.New(),i.cdetails_data=e.data,i.totalItems=i.cdetails_data.length,i.todos=i.cdetails_data,i.makeTodos()})})})},i.unpublishnews=function(e){d.post(c.apiUrl+"api/common/News/UpdateNewsStatus",e).then(function(e){i.msg1=e.data,swal({title:"Alert",text:"News Unpublished Successfully.",showCloseButton:!0,width:380}).then(function(e){e&&d.get(c.apiUrl+"api/common/News/getNews?loggeduser="+n.globals.currentUser.username).then(function(e){i.view=!1,i.create=!0,i.New(),i.cdetails_data=e.data,i.totalItems=i.cdetails_data.length,i.todos=i.cdetails_data,i.makeTodos()})})})},i.New=function(){i.view=!1,i.create=!0,i.save1=!0,i.update1=!1,i.delete1=!1,i.edt="",l=[],i.obj5=[],d.get(c.apiUrl+"api/common/News/getAllNewsUserGroup").then(function(e){i.obj5=e.data}),i.edt={sims_news_status:!0},i.edt.sims_cur_code=i.obj2[0].sims_cur_code,i.Getacademicyear(i.obj2[0].sims_cur_code),setTimeout(function(){i.edt.sims_academic_year_desc=i.ob_acyear1[0].sims_academic_year,i.GetGrade(i.edt.sims_cur_code,i.edt.sims_academic_year_desc)},2e3),i.images=[],i.images1=[];try{$("#cmb_grade").multipleSelect("uncheckAll")}catch(e){}try{$("#cmb_section").multipleSelect("uncheckAll")}catch(e){}try{$("#cmb_designation").multipleSelect("uncheckAll")}catch(e){}try{$("#cmb_department").multipleSelect("uncheckAll")}catch(e){}$("#cmb_grade").multipleSelect("disable"),$("#cmb_section").multipleSelect("disable"),$("#cmb_designation").multipleSelect("disable"),$("#cmb_department").multipleSelect("disable"),d.get(c.apiUrl+"api/common/News/getNewsNumber").then(function(e){i.obj6=e.data,document.getElementById("txt_number").disabled=!0,document.getElementById("txt_number").value=i.obj6[0].sims_news_number}),$("#text-editor").data("wysihtml5").editor.clear()},i.Getacademicyear=function(e){null!=e&&d.get(c.apiUrl+"api/common/getAcademicYear?curCode="+e).then(function(e){i.ob_acyear1=e.data,i.edt.sims_academic_year_desc=i.ob_acyear1[0].sims_academic_year,i.GetGrade(i.edt.sims_cur_code,i.edt.sims_academic_year_desc)})},i.GetUserGroups=function(e,t){if(1==document.getElementById(t).checked){if(l.push(e),"04"==t||"05"==t){try{$("#cmb_grade").multipleSelect("enable")}catch(e){}try{$("#cmb_section").multipleSelect("enable")}catch(e){}}if("03"==t){try{$("#cmb_designation").multipleSelect("enable")}catch(e){}try{$("#cmb_department").multipleSelect("enable")}catch(e){}}}else for(var a=l.length;a--;)if(l[a]==e){if(l.splice(a,1),"04"==t||"05"==t){try{$("#cmb_grade").multipleSelect("disable")}catch(e){}try{$("#cmb_section").multipleSelect("disable")}catch(e){}try{$("#cmb_grade").multipleSelect("uncheckAll")}catch(e){}try{$("#cmb_section").multipleSelect("uncheckAll")}catch(e){}}if("03"==t){try{$("#cmb_designation").multipleSelect("disable")}catch(e){}try{$("#cmb_department").multipleSelect("disable")}catch(e){}try{$("#cmb_designation").multipleSelect("uncheckAll")}catch(e){}try{$("#cmb_department").multipleSelect("uncheckAll")}catch(e){}}}},d.get(c.apiUrl+"api/common/News/getNews?loggeduser="+n.globals.currentUser.username).then(function(e){i.view=!1,i.create=!0,i.New(),i.cdetails_data=e.data,i.totalItems=i.cdetails_data.length,i.todos=i.cdetails_data,i.makeTodos()}),i.Save=function(e){$("#loader").modal({backdrop:"static",keyboard:!1}),i.edt.sims_news_ifalert=e;var s,e=document.getElementById("text-editor").value,t=i.edt.sims_news_publish_date,a=i.edt.sims_news_expiry_date,o=!0,t=(l.length<=0&&(o=!1,$("#loader").modal("hide"),swal({text:"Please Select atleast one User Group.",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}).then(function(e){})),t.split("-")[2]+"-"+t.split("-")[1]+"-"+t.split("-")[0]);a.split("-")[2]+"-"+a.split("-")[1]+"-"+a.split("-")[0]<t&&(o=!1,$("#loader").modal("hide"),swal({text:"Expiry date should be greater than publish date.",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}).then(function(e){})),null!=e&&""!=e||(o=!1,$("#loader").modal("hide"),swal({text:"Please enter News Description.",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}).then(function(e){})),null!=i.edt.sims_news_publish_date&&null!=i.edt.sims_news_expiry_date&&null!=i.edt.sims_cur_code&&null!=i.edt.sims_academic_year_desc&&null!=i.edt.sims_news_type&&null!=i.edt.sims_news_category&&null!=i.edt.sims_news_title&&1==o&&(s=i.edt,o=e=t=a="",t=(t=","+i.edt.sims_news_gradesections).substr(t.indexOf(",")+1),e=(e=","+i.edt.sims_news_desg).substr(e.indexOf(",")+1),o=(o=","+i.edt.sims_news_dept).substr(o.indexOf(",")+1),a=(a=","+i.edt.sims_news_grade).substr(a.indexOf(",")+1),s.sims_news_gradesections=t,s.sims_news_desg=e,s.sims_news_dept=o,s.sims_news_grade=a,s.lst_news_groups=l,s.sims_news_number=document.getElementById("txt_number").value,s.sims_news_desc=document.getElementById("text-editor").value,s.sims_news_publish_date=i.edt.sims_news_publish_date,s.sims_news_expiry_date=i.edt.sims_news_expiry_date,s.opr="I",d.post(c.apiUrl+"api/common/News/CNews",s).then(function(e){if(i.view=!1,i.create=!0,i.msg1=e.data,0<i.images_newfiles.length)for(var t=0;t<i.images_newfiles.length;t++){var a=i.images_newfiles[t].or_filename,o=i.images_newfiles[t].new_filename;d.post(c.apiUrl+"api/common/News/SaveNewsDocs?news_number="+document.getElementById("txt_number").value+"&original_filename="+a+"&updatedfilename="+o,s).then(function(e){})}swal({text:"News Created Successfully.",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&(l=[],i.images=[],i.images_newfiles=[],$("#loader").modal("hide"),i.currentPage=1,d.get(c.apiUrl+"api/common/News/getNews?loggeduser="+n.globals.currentUser.username).then(function(e){i.view=!1,i.create=!0,i.New(),i.cdetails_data=e.data,i.totalItems=i.cdetails_data.length,i.todos=i.cdetails_data,i.makeTodos()}),i.myForm.$setPristine(),i.myForm.$setUntouched())})}))},i.Update=function(){$("#loader").modal({backdrop:"static",keyboard:!1});var e=document.getElementById("text-editor").value,t=i.edt.sims_news_publish_date,a=i.edt.sims_news_expiry_date,o=!0;l.length<=0&&(o=!1,$("#loader").modal("hide"),swal({text:"Please Select atleast one User Group.",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}).then(function(e){})),a<t&&(o=!1,$("#loader").modal("hide"),swal({text:"Expiry date should be greater than publish date.",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}).then(function(e){})),null!=e&&""!=e||(o=!1,$("#loader").modal("hide"),swal({text:"Please enter News Description.",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}).then(function(e){})),1==o&&((a=i.edt).lst_news_groups=l,a.sims_news_number=document.getElementById("txt_number").value,a.sims_news_desc=document.getElementById("text-editor").value,a.sims_news_publish_date=i.edt.sims_news_publish_date,a.sims_news_expiry_date=i.edt.sims_news_expiry_date,null==i.edt.sims_news_file_path1&&(i.edt.sims_news_file_path1=""),null==i.edt.sims_news_file_path1_en&&(i.edt.sims_news_file_path1_en=""),null==i.edt.sims_news_file_path2&&(i.edt.sims_news_file_path2=""),null==i.edt.sims_news_file_path2_en&&(i.edt.sims_news_file_path2_en=""),null==i.edt.sims_news_file_path3&&(i.edt.sims_news_file_path3=""),null==i.edt.sims_news_file_path3_en&&(i.edt.sims_news_file_path3_en=""),a.opr="U",d.post(c.apiUrl+"api/common/News/UNews",a).then(function(e){i.view=!1,i.create=!0,i.msg1=e.data,swal({title:"Alert",text:"News Updated Successfully.",showCloseButton:!0,width:380}).then(function(e){e&&(l=[],i.images=[],$("#loader").modal("hide"),i.currentPage=1,d.get(c.apiUrl+"api/common/News/getNews?loggeduser="+n.globals.currentUser.username).then(function(e){i.view=!1,i.create=!0,i.cdetails_data=e.data,i.totalItems=i.cdetails_data.length,i.todos=i.cdetails_data,i.makeTodos()}),i.myForm.$setPristine(),i.myForm.$setUntouched())})}))},i.cancel=function(){i.view=!1,i.create=!0,l=[],i.images=[],$("#loader").modal("hide"),i.currentPage=1,d.get(c.apiUrl+"api/common/News/getNews?loggeduser="+n.globals.currentUser.username).then(function(e){i.view=!1,i.create=!0,i.New(),i.cdetails_data=e.data,i.totalItems=i.cdetails_data.length,i.todos=i.cdetails_data,i.makeTodos()}),i.myForm.$setPristine(),i.myForm.$setUntouched()},i.download=function(e){window.open(i.url+"/Images/NewsFiles/"+e,"_new")};var p=new FormData;i.images=[],i.images_att=[],i.getTheFiles=function(s){i.filesize=!0;var n="no";angular.forEach(s,function(e,t){p.append(t,e);var a=0;if(5242880<s[a].size)i.filesize=!1,swal({text:"File Should Not Exceed 5MB.",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380});else if(r.push(s[a].name),0<i.images.length){for(var o=0;o<i.images.length;o++)if(i.images[o].name==s[a].name)return void(n="yes");if("no"==n&&(i.images.push({name:s[a].name,file:s[a].size}),10<i.images.length))return i.images.splice(10,i.images.length),void swal({text:"You cannot upload more than 10 files.",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}).then(function(e){});n="no"}else i.images.push({name:s[a].name,file:s[a].size});a++})},i.file_changed=function(e,t){var a=e.files[0],o=a.name.indexOf("."),o=(i.name=a.name.substr(0,o),i.fileext=a.name.substr(o+1),i.photo_filename=a.type,new FileReader);o.onload=function(e){i.$apply(function(){i.prev_img=e.target.result})},o.readAsDataURL(a),e.files[0].size<5242880&&(o="",o=(a=document.getElementById("txt_number").value)+"_("+s("date")(new Date,"dd-MM-yyyy")+"-"+s("date")(new Date,"HH-mm-ss")+")",a=a+"_("+s("date")(new Date,"dd-MM-yyyy")+"-"+s("date")(new Date,"HH-mm-ss")+")."+i.fileext,i.images_newfiles.push({new_filename:a,or_filename:e.files[0].name}),a={method:"POST",url:c.apiUrl+"api/file/uploadCircularDocument?filename="+o+"&location=NewsFiles",data:p,headers:{"Content-Type":void 0}},e=i.images_newfiles.length,i.doccount=e+" file(s) uploaded.",d(a).success(function(e){0}))},i.uploadClick=function(e){i.filesize=!0,i.edt1=e,i.ins=!1,p=new FormData},i.delpush=[],i.CancelFileUpload=function(e){i.delpush.push(e),i.images.splice(e,1),i.images_newfiles.splice(e,1);e=i.images_newfiles.length;i.doccount=e+" file(s) uploaded."},i.uploadImg=function(){alert("Upload ");var e={method:"POST",url:c.apiUrl+"/api/file/upload_file?filename="+document.getElementById("txt_number").value+"&location=NewsFiles",data:p,headers:{"Content-Type":void 0}};d(e).success(function(e){})},i.upfile1=function(){i.Upload_doc=!0,$("#UploadDocModal").modal({backdrop:"static",keyboard:!1});var e=i.images_newfiles.length;i.doccount=e+" file(s) uploaded."},i.edit=function(e){i.view=!1,i.create=!0,i.save1=!1,i.update1=!0,i.delete1=!1,i.edt=e,i.images=[],i.delpush=[],$("input:checkbox").each(function(){for(var e=$(this).attr("id"),t=$(this).attr("value"),a=0,a=0;a<i.edt.lst_news_groups.length;a++)i.edt.lst_news_groups[a]==e&&(this.checked=!0,l.push(t));i.images=[],i.del_images=[],""!=i.edt.sims_news_file_path1&&i.images.push({name:i.edt.sims_news_file_path1,file:""}),""!=i.edt.sims_news_file_path2&&i.images.push({name:i.edt.sims_news_file_path2,file:""}),""!=i.edt.sims_news_file_path3&&i.images.push({name:i.edt.sims_news_file_path3,file:""})}),i.Getacademicyear(i.edt.sims_cur_code);var e=$("textarea#text-editor"),t=e.data("wysihtml5");t?t.editor.setValue(i.edt.sims_news_desc):e.html(i.edt.sims_news_desc),wysihtml5.editor.setValue=i.edt.sims_news_desc}}]),e.directive("ngFiles",["$parse",function(s){return{link:function(t,e,a){var o=s(a.ngFiles);e.on("change",function(e){o(t,{$files:e.target.files})})}}}])}(),function(){"use strict";var e=angular.module("sims.module.Collaboration");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("CommRptNewCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(i,e,t,a,o,d,c){let s=t.globals.currentUser.username,n="A",l="";i.showdisabled=!1,a(function(){$("#example").tableHeadFixer({top:1})},100),i.active_stud=!0,i.propertyName=null,i.reverse=!1,i.mom_end_date_check=!0,i.mom_start_date_check=!0,i.temp={};a=new Date;let r=a.getDate(),m=a.getMonth()+1,p=(i.offset="100",i.numPerPage="100",i.pagesize="100",i.pageindex="0",i.pager=!0,i.pagesize="100",i.mom_start_date="",i.mom_end_date="",$(function(){$("#bell_box").multipleSelect({width:"100%"}),$("#teacher_box").multipleSelect({width:"100%",filter:!0})}),r<10&&(r="0"+r),m<10&&(m="0"+m),a.getFullYear());function u(e,t){e?d.get(c.apiUrl+"api/ERP/Grade/getCuriculum_new").then(function(e){i.curriculum=e.data,i.edt={sims_cur_code:i.curriculum[0].sims_cur_code},i.getAccYear(i.edt.sims_cur_code)}):d.get(c.apiUrl+"api/ERP/Grade/getCuriculumfor_Company?comp_code="+t).then(function(e){i.curriculum=e.data,i.edt={sims_cur_code:i.curriculum[0].sims_cur_code},i.getAccYear(i.edt.sims_cur_code)})}i.sdate=r+"-"+m+"-"+p,i.edate=r+"-"+m+"-"+p,i.mom_start_date=r+"-"+m+"-"+p,i.mom_end_date=r+"-"+m+"-"+p,$(function(){$("#chkmarks").click(function(){$(this).is(":checked")?($("#fdate").attr("disabled","disabled"),i.mom_start_date=""):($("#fdate").removeAttr("disabled"),$("#fdate").focus(),i.mom_start_date=r+"-"+m+"-"+p)})}),!0===i.mom_start_date_check?i.mom_start_date="":i.mom_start_date=r+"-"+m+"-"+p,$(function(){$("#chkmarks1").click(function(){$(this).is(":checked")?($("#fdate").attr("disabled","disabled"),i.mom_end_date=""):($("#fdate").removeAttr("disabled"),$("#fdate").focus(),i.mom_end_date=r+"-"+m+"-"+p)})}),!0===i.mom_end_date_check?i.mom_end_date="":i.mom_end_date=r+"-"+m+"-"+p,i.sortBy=function(e){i.reverse=i.propertyName===e&&!i.reverse,i.propertyName=e},d.get(c.apiUrl+"api/Communicationquery/getstudent_type").then(function(e){i.studtype_data=e.data,i.temp.studstatus_type=e.data[0].sims_appl_parameter}),i.filteredTodos=[],i.currentPage=1,i.numPerPage=100,i.maxSize=100,i.makeTodos=function(){var e=parseInt(i.totalItems%i.numPerPage),e=(i.pagersize="0"==e?parseInt(i.totalItems/i.numPerPage):parseInt(i.totalItems/i.numPerPage)+1,(i.currentPage-1)*i.numPerPage),t=parseInt(e)+parseInt(i.numPerPage);!1===i.pager?i.filteredTodos=i.todos:i.filteredTodos=i.todos.slice(e,t)},i.size=function(e){"All"==e?(i.currentPage="1",i.filteredTodos=i.studlist,i.pager=!1):(i.pager=!0,i.pagesize=e,i.currentPage=1,i.numPerPage=e,i.makeTodos()),i.numPerPage=e},i.index=function(e){i.pageindex=e,i.currentPage=e,i.makeTodos()},i.exportData1=function(){swal({title:"",text:"Are you sure you want to Save?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){e&&alasql('SELECT * INTO XLSX("Report.xlsx",{headers:true})  FROM HTML("#example",{headers:true,skipdisplaynone:true})')})},i.exportData=function(){swal({title:"",text:"Are you sure you want to Save?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e){var e=document.getElementById("example_wrapper1"),e=XLSX.utils.table_to_book(e,{sheet:"Sheet1"}),t=e.Sheets.Sheet1,a=(t["!cols"]=[{wch:10},{wch:20},{wch:20},{wch:20},{wch:10},{wch:10},{wch:15},{wch:80},{wch:20},{wch:15},{wch:15},{wch:10},{wch:15}],XLSX.utils.decode_range(t["!ref"]));for(let e=a.s.r+1;e<=a.e.r;++e){var o={c:2,r:e},o=t[XLSX.utils.encode_cell(o)];o&&o.v&&(o.t="s")}e=XLSX.write(e,{bookType:"xlsx",type:"binary"});saveAs(new Blob([function(e){for(var t=new ArrayBuffer(e.length),a=new Uint8Array(t),o=0;o<e.length;o++)a[o]=255&e.charCodeAt(o);return t}(e)],{type:"application/octet-stream"}),"Report.xlsx")}})},i.items=[{Name:"ANC101",Date:"10/02/2014",Terms:["samsung","nokia","apple"],temp:"ANC101"},{Name:"ABC102",Date:"10/02/2014",Terms:["motrolla","nokia","iPhone"],temp:"ANC102"}],i.busyindicator=!1,i.ShowCheckBoxes=!0,d.get(c.apiUrl+"api/ERP/Grade/getAccecssUser?user="+t.globals.currentUser.username).then(function(e){i.global_count_comp=e.data,i.global_count_comp?u(!0,i.user_details.comp):u(!1,i.user_details.comp)}),i.getAccYear=function(t){d.get(c.apiUrl+"api/common/getAcademicYear?curCode="+t).then(function(e){i.Acc_year=e.data,i.temp={sims_academic_year:i.Acc_year[0].sims_academic_year},i.getGrade(t,i.temp.sims_academic_year),i.get_status(),i.get_user()})},i.GetGrade=function(){d.get(c.apiUrl+"api/SubjectwisetAttendance_New/GetAttednace_Grade?cur_code="+i.edt.sims_cur_code+"&a_year="+i.temp.sims_academic_year+"&userName="+s).then(function(e){i.Grade_code=e.data,setTimeout(function(){$("#cmb_grade_code").change(function(){}).multipleSelect({width:"100%"})},1e3)})},i.getGrade=function(e,t){d.get(c.apiUrl+"api/SubjectwisetAttendance_New/GetAttednace_Grade?cur_code="+e+"&a_year="+t+"&userName="+s).then(function(e){i.Grade_code=e.data,setTimeout(function(){$("#cmb_grade_code").change(function(){}).multipleSelect({width:"100%"}),$("#cmb_grade_code").multipleSelect("checkAll")},1e3)})},$(function(){$("#cmb_grade_code").multipleSelect({width:"100%"})}),i.getSection=function(e,t,a){d.get(c.apiUrl+"api/StudentReport/getSectionFromGrade?cur_code="+i.edt.sims_cur_code+"&grade_code="+i.edt.sims_grade_code+"&academic_year="+i.temp.sims_academic_year).then(function(e){i.Section_code=e.data,setTimeout(function(){$("#cmb_section_code").change(function(){}).multipleSelect({width:"100%"}),$("#cmb_section_code").multipleSelect("checkAll")},1e3)})},i.get_status=function(){d.get(c.apiUrl+"api/cirulardate/getstatusCommunicationABPS").then(function(e){i.status_mode=e.data,i.comn_appl_parameter=i.status_mode[0].comn_appl_parameter,setTimeout(function(){$("#status_id").change(function(){}).multipleSelect({width:"100%"}),$("#status_id").multipleSelect("checkAll")},1e3)})},i.get_user=function(){d.get(c.apiUrl+"api/cirulardate/getCommunicationUserABPS").then(function(e){i.user_mode=e.data,i.comn_user_group_code=i.user_mode[0].comn_user_group_code,setTimeout(function(){$("#user_id").change(function(){}).multipleSelect({width:"100%"}),$("#user_id").multipleSelect("checkAll")},1e3)})},$(function(){$("#cmb_section_code").multipleSelect({width:"100%"})}),i.Show_Data=function(e,t){i.get_status(),i.get_user();let a="";for(let e=0;e<i.temp.sims_status_data.length;e++)a=a+i.temp.sims_status_data[e]+",";let o="";for(let e=0;e<i.temp.sims_user_data.length;e++)o=o+i.temp.sims_user_data[e]+",";let s="";for(let e=0;e<i.edt.sims_grade_code.length;e++)s=s+i.edt.sims_grade_code[e]+",";let n="";for(let e=0;e<i.edt.sims_section_code.length;e++)n=n+i.edt.sims_section_code[e]+",";null!=e&&null!=t?!0===i.chk_sender||!0===i.chk_receiver||!0===i.chk_stu_name||!0===i.chk_grade_name||!0===i.chk_section_name||!0===i.chk_stu_subject||!0===i.chk_message||!0===i.chk_comm_date||!0===i.chk_trans_date||!0===i.chk_read_unread||!0===i.chk_status||!0===i.chk_statusAI?d.get(c.apiUrl+"api/cirulardate/getCommunicationData?cur_code="+i.edt.sims_cur_code+"&acad_year="+i.temp.sims_academic_year+"&grade="+s+"&section="+i.edt.sims_section_code+"&from_date="+i.mom_start_date+"&to_date="+i.mom_end_date+"&status="+a+"&search="+i.temp.sims_search_id+"&group="+i.temp.sims_user_data+"&studstatus="+i.temp.studstatus_type).then(function(e){i.studlist=e.data,i.totalItems=i.studlist.length,i.todos=i.studlist,i.todos=i.studlist,i.staff_send="0",i.staff_send_total="0",i.parent_send="0",i.parent_send_total="0",i.parent_unread_total="0",i.staff_unread_total="0";for(let e=0;e<i.studlist.length;e++)i.staff_send="1","employee"===i.studlist[e].sender&&(i.staff_send_total=parseFloat(i.staff_send_total)+parseFloat(i.staff_send));for(let e=0;e<i.studlist.length;e++)i.parent_send="1","parent"===i.studlist[e].sender&&(i.parent_send_total=parseFloat(i.parent_send_total)+parseFloat(i.parent_send));for(let e=0;e<i.studlist.length;e++)i.parent_unread="1","employee"===i.studlist[e].sender&&"Unread"===i.studlist[e].status&&(i.parent_unread_total=parseFloat(i.parent_unread_total)+parseFloat(i.parent_unread));for(let e=0;e<i.studlist.length;e++)i.staff_unread="1","parent"===i.studlist[e].sender&&"Unread"===i.studlist[e].status&&(i.staff_unread_total=parseFloat(i.staff_unread_total)+parseFloat(i.staff_unread));i.makeTodos(),console.log("studentlist",i.studlist),console.log("totalItems",i.totalItems),console.log("staff_send_total",i.staff_send_total),console.log("parent_send_total",i.parent_send_total),console.log("staff_unread_total",i.staff_unread_total),console.log("parent_unread_total",i.parent_unread_total),0==i.studlist.length?(swal({title:"Alert",text:"Please Try Again Record Not Found...",showCloseButton:!0,width:450,height:200}),i.ShowCheckBoxes=!0):(i.table=!0,i.busyindicator=!0,i.ShowCheckBoxes=!1)}):swal({title:"Alert",text:"Please Select Atleast One Checkbox Then Try Again...",showCloseButton:!0,width:450,height:200}):swal({title:"Alert",text:"Please Select Curriculum & Academic Year Then Try Again...",showCloseButton:!0,width:450,height:200})},i.back=function(){i.table=!1,i.busyindicator=!1,i.ShowCheckBoxes=!0},i.checkallClick=function(e){e?(i.chk_sender=!0,i.chk_receiver=!0,i.chk_stu_name=!0,i.chk_grade_name=!0,i.chk_section_name=!0,i.chk_stu_subject=!0,i.chk_message=!0,i.chk_read_unread=!0,i.chk_status=!0,i.chk_comm_date=!0,i.chk_trans_date=!0,i.chk_statusAI=!0):i.Uncheck()},i.colname=null,i.reverse=!1,i.sort=function(e){i.reverse=i.propertyName===e&&!i.reverse,i.propertyName=e},i.Uncheck=function(){i.showdisabled=!1,i.chk_sender=!1,i.chk_receiver=!1,i.chk_stu_name=!1,i.chk_grade_name=!1,i.chk_section_name=!1,i.chk_stu_subject=!1,i.chk_message=!1,i.chk_read_unread=!1,i.chk_status=!1,i.chk_comm_date=!1,i.chk_trans_date=!1,i.chk_statusAI=!1},i.Reset=function(){n="",l="",i.Uncheck(),i.select_all=!1,i.active_stud=!1,i.inactive_stud=!1,i.edt={sims_cur_code:"",sims_grade_code:"",sims_section_code:""},i.temp={sims_academic_year:""}},i.checkevent=function(){!0===i.chk_sender||!0===i.chk_receiver||!0===i.chk_stu_name||!0===i.chk_grade_name||!0===i.chk_section_name||!0===i.chk_stu_subject||!0===i.chk_message||!0===i.chk_comm_date||!0===i.chk_trans_date||!0===i.chk_read_unread||!0===i.chk_status||!0===i.chk_statusAI?i.showdisabled=!1:i.showdisabled=!0},i.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).comn_appl_code.toLowerCase().indexOf(t.toLowerCase())||-1<e.comn_appl_name_en.toLowerCase().indexOf(t.toLowerCase());var t})},i.search=function(){i.todos=i.searched(i.obj4,i.searchText),i.totalItems=i.todos.length,i.currentPage="1",""==i.searchText&&(i.todos=i.obj4),i.makeTodos()},i.activestudent=function(e){n=e?"A":void 0},i.inactivestudent=function(e){l=e?"I":void 0}}])}(),function(){"use strict";var e=angular.module("sims.module.Collaboration");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("ViewNews_MultipleFilesCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","$filter","ENV",function(c,e,l,t,a,r,s,m){c.url=m.docUrl+r.defaults.headers.common.schoolId,c.itemsPerPage="5",c.currentPage=0,c.view=!0,c.create=!1,c.pagesize="5",c.pageindex="1";var p=[],i=[];c.images=[],c.images_newfiles=[],c.images_newfiles_show=[],new Array;c.obj=[],c.cdetails_data=[],c.filteredTodos=[],c.currentPage=1,c.numPerPage=5,c.maxSize=5,c.save_btn=!1,$("#text-editor").wysihtml5(),$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0,format:"yyyy-mm-dd"}),$(document).on("touch click",'*[data-datepicker="true"] .add-on',function(e){$('input[type="text"]',$(this).parent()).focus()}),r.get(m.apiUrl+"api/common/getCuriculum").then(function(e){c.obj2=e.data}),r.get(m.apiUrl+"api/common/News/getNewsType").then(function(e){c.obj3=e.data}),r.get(m.apiUrl+"api/common/News/getNewsCategory").then(function(e){c.obj4=e.data}),r.get(m.apiUrl+"api/common/News/getAllNewsUserGroup").then(function(e){c.obj5=e.data}),r.get(m.apiUrl+"api/common/Circular/GetAllDesignationNames").then(function(e){c.designation=e.data,setTimeout(function(){$("#cmb_designation").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"})},1e3)}),r.get(m.apiUrl+"api/common/Circular/GetAllDepartments").then(function(e){c.department=e.data,setTimeout(function(){$("#cmb_department").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"})},1e3)}),c.GetGrade=function(e,t){null!=e&&null!=t&&r.get(m.apiUrl+"api/common/getAllGrades?cur_code="+e+"&academic_year="+t).then(function(e){c.grade=e.data,setTimeout(function(){$("#cmb_grade").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"})},1e3),setTimeout(function(){try{$("#cmb_grade").multipleSelect("setSelects",c.edt.lst_grade_news),c.GetSection(c.edt.sims_cur_code,c.edt.sims_academic_year_desc,c.edt.sims_news_grade)}catch(e){}},1e3)})},c.GetSection=function(e,t,a){null!=e&&null!=t&&null!=a&&r.get(m.apiUrl+"api/common/Circular/getAllSection?cur_code="+e+"&ac_year="+t+"&grade="+a).then(function(e){c.section=e.data,setTimeout(function(){$("#cmb_section").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"})},1e3),setTimeout(function(){try{$("#cmb_section").multipleSelect("setSelects",c.edt.lst_section_news)}catch(e){}},1e3)})},c.GetDesg=function(){r.get(m.apiUrl+"api/common/Circular/GetAllDesignationNames").then(function(e){c.designation=e.data,setTimeout(function(){$("#cmb_designation").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"})},1e3)})},c.GetDept=function(){r.get(m.apiUrl+"api/common/Circular/GetAllDepartments").then(function(e){c.department=e.data,setTimeout(function(){$("#cmb_department").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"})},1e3)})},c.size=function(e){c.pagesize=e,c.currentPage=1,c.numPerPage=e,c.makeTodos()},c.index=function(e){c.pageindex=e,c.currentPage=e,c.makeTodos(),(void 0).checked=!1,c.row1=""},r.get(m.apiUrl+"api/common/News/getNews?loggeduser="+l.globals.currentUser.username+"&sfromdate="+c.search_from_date+"&stodate="+c.search_to_date).then(function(e){c.view=!0,c.create=!1,c.cdetails_data=e.data,c.totalItems=c.cdetails_data.length,c.todos=c.cdetails_data,c.makeTodos()}),c.makeTodos=function(){var e=parseInt(c.totalItems%c.numPerPage),e=(c.pagersize="0"==e?parseInt(c.totalItems/c.numPerPage):parseInt(c.totalItems/c.numPerPage)+1,(c.currentPage-1)*c.numPerPage),t=parseInt(e)+parseInt(c.numPerPage);c.filteredTodos=c.todos.slice(e,t)},c.search=function(){c.todos=c.searched(c.cdetails_data,c.searchText),c.totalItems=c.todos.length,c.currentPage="1",""==c.searchText&&(c.todos=c.cdetails_data),c.makeTodos()},c.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).sims_news_title.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_news_short_desc.toLowerCase().indexOf(t.toLowerCase());var t})},c.getgrid,c.delnews=function(t){swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){e&&r.post(m.apiUrl+"api/common/News/DNews",t).then(function(e){c.display=!0,c.msg1=e.data,l.strMessage=c.msg1.strMessage,swal({title:"Alert",text:c.msg1.strMessage,showCloseButton:!0,width:380}).then(function(e){e&&r.get(m.apiUrl+"api/common/News/getNews?loggeduser="+l.globals.currentUser.username+"&sfromdate="+c.search_from_date+"&stodate="+c.search_to_date).then(function(e){c.view=!0,c.create=!1,c.cdetails_data=e.data,c.totalItems=c.cdetails_data.length,c.todos=c.cdetails_data,c.makeTodos()})})})})},c.publishnews=function(e){r.post(m.apiUrl+"api/common/News/UpdateNewsPublishDate",e).then(function(e){c.display=!0,c.msg1=e.data,swal({text:"The Selected News Published Today.",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}).then(function(e){e&&r.get(m.apiUrl+"api/common/News/getNews?loggeduser="+l.globals.currentUser.username+"&sfromdate="+c.search_from_date+"&stodate="+c.search_to_date).then(function(e){c.view=!0,c.create=!1,c.cdetails_data=e.data,c.totalItems=c.cdetails_data.length,c.todos=c.cdetails_data,c.makeTodos()})})})},c.unpublishnews=function(e){r.post(m.apiUrl+"api/common/News/UpdateNewsStatus",e).then(function(e){c.msg1=e.data,swal({text:"News Unpublished Successfully.",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&r.get(m.apiUrl+"api/common/News/getNews?loggeduser="+l.globals.currentUser.username+"&sfromdate="+c.search_from_date+"&stodate="+c.search_to_date).then(function(e){c.view=!0,c.create=!1,c.cdetails_data=e.data,c.totalItems=c.cdetails_data.length,c.todos=c.cdetails_data,c.makeTodos()})})})},c.New=function(){c.view=!1,c.create=!0,c.update1=!1,c.delete1=!1,c.edt="",p=[],c.obj5=[],r.get(m.apiUrl+"api/common/News/getAllNewsUserGroup").then(function(e){c.obj5=e.data}),c.edt={sims_news_status:!0},c.edt.sims_cur_code=c.obj2[0].sims_cur_code,c.Getacademicyear(c.obj2[0].sims_cur_code),setTimeout(function(){c.edt.sims_academic_year_desc=c.ob_acyear[0].sims_academic_year},2e3),c.images=[],c.images1=[];try{$("#cmb_grade").multipleSelect("uncheckAll")}catch(e){}try{$("#cmb_section").multipleSelect("uncheckAll")}catch(e){}try{$("#cmb_designation").multipleSelect("uncheckAll")}catch(e){}try{$("#cmb_department").multipleSelect("uncheckAll")}catch(e){}$("#cmb_grade").multipleSelect("disable"),$("#cmb_section").multipleSelect("disable"),$("#cmb_designation").multipleSelect("disable"),$("#cmb_department").multipleSelect("disable"),r.get(m.apiUrl+"api/common/News/getNewsNumber").then(function(e){c.obj6=e.data,document.getElementById("txt_number").disabled=!0,document.getElementById("txt_number").value=c.obj6[0].sims_news_number}),$("#text-editor").data("wysihtml5").editor.clear()},c.Getacademicyear=function(e){r.get(m.apiUrl+"api/common/getAcademicYear?curCode="+e).then(function(e){c.ob_acyear1=e.data})},c.GetUserGroups=function(e,t){if(1==document.getElementById(t).checked){if(p.push(e),"04"==t||"05"==t){try{$("#cmb_grade").multipleSelect("enable")}catch(e){}try{$("#cmb_section").multipleSelect("enable")}catch(e){}}if("03"==t){try{$("#cmb_designation").multipleSelect("enable")}catch(e){}try{$("#cmb_department").multipleSelect("enable")}catch(e){}}}else for(var a=p.length;a--;)if(p[a]==e){if(p.splice(a,1),"04"==t||"05"==t){try{$("#cmb_grade").multipleSelect("disable")}catch(e){}try{$("#cmb_section").multipleSelect("disable")}catch(e){}try{$("#cmb_grade").multipleSelect("uncheckAll")}catch(e){}try{$("#cmb_section").multipleSelect("uncheckAll")}catch(e){}}if("03"==t){try{$("#cmb_designation").multipleSelect("disable")}catch(e){}try{$("#cmb_department").multipleSelect("disable")}catch(e){}try{$("#cmb_designation").multipleSelect("uncheckAll")}catch(e){}try{$("#cmb_department").multipleSelect("uncheckAll")}catch(e){}}}},c.Save=function(){$("#loader").modal({backdrop:"static",keyboard:!1});var e,t,a,o,s=document.getElementById("text-editor").value,n=c.edt.sims_news_publish_date,i=c.edt.sims_news_expiry_date,d=!0,n=(p.length<=0&&(d=!1,$("#loader").modal("hide"),swal({text:"Please Select atleast one User Group.",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}).then(function(e){})),n.split("-")[2]+"-"+n.split("-")[1]+"-"+n.split("-")[0]);i.split("-")[2]+"-"+i.split("-")[1]+"-"+i.split("-")[0]<n&&(d=!1,$("#loader").modal("hide"),swal({text:"Expiry date should be greater than publish date.",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}).then(function(e){})),null!=s&&""!=s||(d=!1,$("#loader").modal("hide"),swal({text:"Please enter News Description.",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}).then(function(e){})),null!=c.edt.sims_news_publish_date&&null!=c.edt.sims_news_expiry_date&&null!=c.edt.sims_cur_code&&null!=c.edt.sims_academic_year_desc&&null!=c.edt.sims_news_type&&null!=c.edt.sims_news_category&&null!=c.edt.sims_news_title&&1==d&&(i=c.edt,n=(o=o+","+c.edt.sims_news_gradesections).substr(o.indexOf(",")+1),s=(e=e+","+c.edt.sims_news_desg).substr(e.indexOf(",")+1),d=(t=t+","+c.edt.sims_news_dept).substr(t.indexOf(",")+1),o=(a=a+","+c.edt.sims_news_grade).substr(a.indexOf(",")+1),i.sims_news_gradesections=n,i.sims_news_desg=s,i.sims_news_dept=d,i.sims_news_grade=o,i.lst_news_groups=p,i.sims_news_number=document.getElementById("txt_number").value,i.sims_news_desc=document.getElementById("text-editor").value,i.sims_news_publish_date=c.edt.sims_news_publish_date,i.sims_news_expiry_date=c.edt.sims_news_expiry_date,i.opr="I",r.post(m.apiUrl+"api/common/News/CNews",i).then(function(e){c.view=!1,c.create=!0,c.msg1=e.data,swal({text:"News Created Successfully.",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&(p=[],c.images=[],$("#loader").modal("hide"),c.currentPage=1,r.get(m.apiUrl+"api/common/News/getNews?loggeduser="+l.globals.currentUser.username+"&sfromdate="+c.search_from_date+"&stodate="+c.search_to_date).then(function(e){c.view=!1,c.create=!0,c.cdetails_data=e.data,c.totalItems=c.cdetails_data.length,c.todos=c.cdetails_data,c.makeTodos()}),c.myForm.$setPristine(),c.myForm.$setUntouched())})}))},c.SearchbyDate=function(e,t){r.get(m.apiUrl+"api/common/News/getNews?loggeduser="+l.globals.currentUser.username+"&sfromdate="+c.search_from_date+"&stodate="+c.search_to_date).then(function(e){c.cdetails_data=e.data,c.totalItems=c.cdetails_data.length,c.todos=c.cdetails_data,c.makeTodos()})},c.Reset=function(){c.search_from_date="",c.search_to_date="",r.get(m.apiUrl+"api/common/News/getNews?loggeduser="+l.globals.currentUser.username+"&sfromdate="+c.search_from_date+"&stodate="+c.search_to_date).then(function(e){c.cdetails_data=e.data,c.totalItems=c.cdetails_data.length,c.todos=c.cdetails_data,c.makeTodos()})},c.Update=function(e){$("#loader").modal({backdrop:"static",keyboard:!1}),c.edt.sims_news_ifalert=e;var s,t,a,o,n,e=document.getElementById("text-editor").value,i=c.edt.sims_news_publish_date,d=c.edt.sims_news_expiry_date,_=!0,i=(p.length<=0&&(_=!1,$("#loader").modal("hide"),swal({text:"Please Select atleast one User Group.",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}).then(function(e){})),i.split("-")[2]+"-"+i.split("-")[1]+"-"+i.split("-")[0]);d.split("-")[2]+"-"+d.split("-")[1]+"-"+d.split("-")[0]<i&&(_=!1,$("#loader").modal("hide"),swal({text:"Expiry date should be greater than publish date.",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}).then(function(e){})),null!=e&&""!=e||(_=!1,$("#loader").modal("hide"),swal({text:"Please enter News Description.",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}).then(function(e){})),1==_&&(s=c.edt,d=(t=t+","+c.edt.sims_news_gradesections).substr(t.indexOf(",")+1),i=(a=a+","+c.edt.sims_news_desg).substr(a.indexOf(",")+1),e=(o=o+","+c.edt.sims_news_dept).substr(o.indexOf(",")+1),_=(n=n+","+c.edt.sims_news_grade).substr(n.indexOf(",")+1),s.sims_news_gradesections=d,s.sims_news_desg=i,s.sims_news_dept=e,s.sims_news_grade=_,s.lst_news_groups=p,s.sims_news_number=document.getElementById("txt_number").value,s.sims_news_desc=document.getElementById("text-editor").value,s.sims_news_publish_date=c.edt.sims_news_publish_date,s.sims_news_expiry_date=c.edt.sims_news_expiry_date,null==c.edt.sims_news_file_path1&&(c.edt.sims_news_file_path1=""),null==c.edt.sims_news_file_path1_en&&(c.edt.sims_news_file_path1_en=""),null==c.edt.sims_news_file_path2&&(c.edt.sims_news_file_path2=""),null==c.edt.sims_news_file_path2_en&&(c.edt.sims_news_file_path2_en=""),null==c.edt.sims_news_file_path3&&(c.edt.sims_news_file_path3=""),null==c.edt.sims_news_file_path3_en&&(c.edt.sims_news_file_path3_en=""),s.sims_news_status=s.sims_checkstatus,s.opr="U",r.post(m.apiUrl+"api/common/News/UNews",s).then(function(e){if(c.view=!1,c.create=!0,c.msg1=e.data,0<c.images_newfiles.length)for(var t=0;t<c.images_newfiles.length;t++){var a=c.images_newfiles[t].or_filename,o=c.images_newfiles[t].new_filename;r.post(m.apiUrl+"api/common/News/SaveNewsDocs?news_number="+document.getElementById("txt_number").value+"&original_filename="+a+"&updatedfilename="+o,s).then(function(e){})}swal({text:"News Updated Successfully.",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}).then(function(e){e&&(p=[],c.images=[],c.images_newfiles=[],$("#loader").modal("hide"),c.currentPage=1,r.get(m.apiUrl+"api/common/News/getNews?loggeduser="+l.globals.currentUser.username+"&sfromdate="+c.search_from_date+"&stodate="+c.search_to_date).then(function(e){c.view=!0,c.create=!1,c.cdetails_data=e.data,c.totalItems=c.cdetails_data.length,c.todos=c.cdetails_data,c.makeTodos()}),c.myForm.$setPristine(),c.myForm.$setUntouched())})}))},c.cancel=function(){c.view=!0,c.create=!1;try{$("#cmb_grade").multipleSelect("uncheckAll")}catch(e){}try{$("#cmb_section").multipleSelect("uncheckAll")}catch(e){}try{$("#cmb_designation").multipleSelect("uncheckAll")}catch(e){}try{$("#cmb_department").multipleSelect("uncheckAll")}catch(e){}c.edt="",c.obj5=[],r.get(m.apiUrl+"api/common/News/getAllNewsUserGroup").then(function(e){c.obj5=e.data}),c.edt={sims_news_status:!0,sims_news_desc:null},p=[],c.images=[],$("#loader").modal("hide"),c.currentPage=1,r.get(m.apiUrl+"api/common/News/getNews?loggeduser="+l.globals.currentUser.username+"&sfromdate="+c.search_from_date+"&stodate="+c.search_to_date).then(function(e){p=[],c.cdetails_data=e.data,c.totalItems=c.cdetails_data.length,c.todos=c.cdetails_data,c.makeTodos()}),c.myForm.$setPristine(),c.myForm.$setUntouched()},c.download=function(e){window.open(c.url+"/Images/NewsFiles/"+e,"_new")};var d=new FormData;c.images=[],c.images_att=[],c.getTheFiles=function(s){c.filesize=!0;var n="no";angular.forEach(s,function(e,t){d.append(t,e);var a=0;if(2e6<s[a].size)c.filesize=!1,swal({text:"File Should Not Exceed 2Mb.",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380});else if(i.push(s[a].name),0<c.images.length){for(var o=0;o<c.images.length;o++)if(c.images[o].name==s[a].name)return void(n="yes");if("no"==n&&(c.images.push({name:s[a].name,file:s[a].size}),10<c.images.length))return c.images.splice(10,c.images.length),void swal({text:"You cannot upload more than 10 files.",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}).then(function(e){});n="no"}else c.images.push({name:s[a].name,file:s[a].size});a++})},c.file_changed=function(e,t){var a=e.files[0],o=a.name.indexOf("."),o=(c.name=a.name.substr(0,o),c.fileext=a.name.substr(o+1),c.photo_filename=a.type,new FileReader);o.onload=function(e){c.$apply(function(){c.prev_img=e.target.result})},o.readAsDataURL(a),e.files[0].size<2e6&&(o="",o=(a=document.getElementById("txt_number").value)+"_("+s("date")(new Date,"dd-MM-yyyy")+"-"+s("date")(new Date,"HH-mm-ss")+")",a=a+"_("+s("date")(new Date,"dd-MM-yyyy")+"-"+s("date")(new Date,"HH-mm-ss")+")."+c.fileext,c.images_newfiles.push({new_filename:a,or_filename:e.files[0].name}),a={method:"POST",url:m.apiUrl+"api/file/uploadCircularDocument?filename="+o+"&location=NewsFiles",data:d,headers:{"Content-Type":void 0}},e=c.images_newfiles.length,c.doccount=e+" file(s) uploaded.",r(a).success(function(e){}))},c.uploadClick=function(e){c.filesize=!0,c.edt1=e,c.ins=!1,d=new FormData},c.delpush=[],c.CancelFileUpload=function(e){c.delpush.push(e),c.images.splice(e,1),c.images_newfiles.splice(e,1);e=c.images_newfiles.length;c.doccount=e+" file(s) uploaded."},c.uploadImg=function(){alert("Upload ");var e={method:"POST",url:m.apiUrl+"/api/file/upload_file?filename="+document.getElementById("txt_number").value+"&location=NewsFiles",data:d,headers:{"Content-Type":void 0}};r(e).success(function(e){})},c.edit=function(e){c.view=!1,c.create=!0,c.save1=!1,c.update1=!0,c.delete1=!1,c.edt=e,c.images=[],c.images_newfiles=[],c.delpush=[],$("input:checkbox").each(function(){$(this).attr("id"),$(this).attr("value");for(var e=0,e=0;e<c.edt.lst_news_groups.length;e++)this.checked=!1}),$("input:checkbox").each(function(){for(var e=$(this).attr("id"),t=$(this).attr("value"),a=0,a=0;a<c.edt.lst_news_groups.length;a++)c.edt.lst_news_groups[a]==e&&(this.checked=!0,p.push(t));c.images=[],c.del_images=[]});for(var t=0;t<c.edt.news_doc_lst.length;t++){var a=c.edt.news_doc_lst[t].sims_news_originalfile,o=c.edt.news_doc_lst[t].sims_news_newfile;c.images.push({name:a,file:""}),c.images_newfiles.push({new_filename:o,or_filename:a})}c.Getacademicyear(c.edt.sims_cur_code),c.GetGrade(c.edt.sims_cur_code,c.edt.sims_academic_year_desc),c.GetSection(c.edt.sims_cur_code,c.edt.sims_academic_year_desc,c.edt.sims_news_grade);try{$("#cmb_designation").multipleSelect("setSelects",c.edt.lst_desg_news)}catch(e){}try{$("#cmb_department").multipleSelect("setSelects",c.edt.lst_dept_news)}catch(e){}c.sims_news_status=c.edt.sims_news_status;var e=$("textarea#text-editor"),s=e.data("wysihtml5");s?s.editor.setValue(c.edt.sims_news_desc):e.html(c.edt.sims_news_desc),wysihtml5.editor.setValue=c.edt.sims_news_desc},c.upfile1=function(){c.Upload_doc=!0,$("#UploadDocModal").modal({backdrop:"static",keyboard:!1}),c.Upload_doc=!0;var e=c.images_newfiles.length;c.doccount=e+" file(s) uploaded."},c.viewdocs=function(e){$("#ViewDocModal").modal({backdrop:"static",keyboard:!1}),c.edt2=e,c.images_newfiles_show=[];for(var t=0;t<c.edt2.news_doc_lst.length;t++){var a=c.edt2.news_doc_lst[t].sims_news_originalfile,o=c.edt2.news_doc_lst[t].sims_news_newfile;c.images_newfiles_show.push({new_fname:o,or_fname:a})}}}]),e.directive("ngFiles",["$parse",function(s){return{link:function(t,e,a){var o=s(a.ngFiles);e.on("change",function(e){o(t,{$files:e.target.files})})}}}])}(),function(){"use strict";var u="",g="",e=angular.module("sims.module.Collaboration");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("EmailSmsToParentCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","$filter","ENV",function(c,e,t,a,o,l,s,r){c.attach_url=r.docUrl+l.defaults.headers.common.schoolId+"/Docs/Attachments";var m="",p="",i=(c.display=!0,c.grid=!0,c.btn_search=!0,c.filesize=!0,c.EmailId_result=[],c.MobileNo_result=[],c.parent_result=[],c.getfather_indi=[],c.getmother_indi=[],c.getguardian_indi=[],c.getEmp_indi=[],c.div_recipient=!0,c.show_grade=!1,c.show_Bus=!1,c.show_designation=!1,c.obj=[],c.BUSY=!1,c.gradedisable=!1,c.itemsPerPage="5",c.currentPage=0,new Date,c.txt_smstext_label=!1,c.chkEmergencyEmail=!1,c.Reply_To=!0,c.ddMMyyyy=s("date")(new Date,"dd-mm-yyyy")+"-"+s("date")(new Date,"HH-mm-ss"),a(function(){$("#fixTableEmp,#fixedSmstbl,#fixedEmailtbl,#fixParenttbl").tableHeadFixer({top:1})},100),c.username=t.globals.currentUser.username,t.visible_stud=!1,t.visible_parent=!1,t.visible_search_parent=!1,t.visible_teacher=!1,t.visible_User=!1,t.visible_Employee=!1,t.chkMulti=!0,c.temp_show_grad_bus=!1,"clarionschool"==l.defaults.headers.common.schoolId&&(c.Reply_To=!1),"abqis"!=l.defaults.headers.common.schoolId&&"asis"!=l.defaults.headers.common.schoolId&&"siso"!=l.defaults.headers.common.schoolId&&"imert"!=l.defaults.headers.common.schoolId||(c.newStudentFamily=!0),c.size=function(e){c.itemsPerPage=e},c.range=function(){for(var e=[],t=c.currentPage,a=t=t>c.pageCount()-5?c.pageCount()-5+1:t;a<t+5;a++)0<=a&&e.push(a);return e},c.prevPage=function(){0<c.currentPage&&c.currentPage--},c.prevPageDisabled=function(){return 0===c.currentPage?"disabled":""},c.pageCount=function(){return Math.ceil(c.parent_result.length/c.itemsPerPage)-1},c.nextPage=function(){c.currentPage<c.pageCount()&&c.currentPage++},c.nextPageDisabled=function(){return c.currentPage===c.pageCount()?"disabled":""},c.setPage=function(e){c.currentPage=e},c.getbody=function(t){c.edt.body=$("<textarea />").html(c.codevalue).text(),l.get(r.apiUrl+"api/common/AdmissionDashboard_dpsdNew/GetAdmissionTemplatesBody?template_subject="+t).then(function(e){c.tempBody_data=e.data,c.flag=!1,c.edt.sims_subject=t;e=$("#editor").data("kendoEditor");c.edt.body=e.value(c.tempBody_data.sims_msg_body),c.email.email_subject=t,l.get(r.apiUrl+"api/common/Email/GetcheckEmailProfile?sr_no="+c.tempBody_data.sims_msg_sr_no).then(function(e){c.emailProfile_data=e.data})})},l.get(r.apiUrl+"api/common/AdmissionDashboard_dpsdNew/GetAdmissionTemplates").then(function(e){c.template_data=e.data;for(var t=0;t<e.data.length;t++)"DPS-MIS Admission Department"==c.template_data[t].sims_msg_subject&&(c.email.sims_msg_subject=c.template_data[t].sims_msg_subject);c.getbody(c.email.sims_msg_subject)}),l.get(r.apiUrl+"api/common/EmailSms/GetcheckEmailProfile").then(function(e){c.getProfile=e.data,$(document).ready(function(){$("#editor").kendoEditor({tools:["bold","italic","underline","strikethrough","justifyLeft","justifyCenter","justifyRight","justifyFull","insertUnorderedList","insertOrderedList","indent","outdent","createLink","unlink","insertImage","insertFile","subscript","superscript","tableWizard","createTable","addRowAbove","addRowBelow","addColumnLeft","addColumnRight","deleteRow","deleteColumn","mergeCellsHorizontally","mergeCellsVertically","splitCellHorizontally","splitCellVertically","viewHtml","formatting","fontName","fontSize","foreColor","backColor"]})})}),$(function(){$("#cmb_grade").multipleSelect({width:"100%",placeholder:"Select Grade"}),$("#cmb_section").multipleSelect({width:"100%",placeholder:"Select Section"}),$("#cmb_dept").multipleSelect({width:"100%",placeholder:"Select Department"}),$("#cmb_designation").multipleSelect({width:"100%",placeholder:"Select Designation"}),$("#cmb_buscode").multipleSelect({width:"100%",placeholder:"Select Bus Code"}),$("#cmb_routeCode_name").multipleSelect({width:"100%",placeholder:"Select Route Direction"})}),c.edt={sims_Email:"true",existing_rec:"0",sims_father_indi:!1,sims_mother_indi:!1,sims_guardian_indi:!1,sims_father:!1,sims_mother:!1,sims_guardian:!1,sims_active:!1,sims_emergency:!1,sims_sms_char:"0",sims_sms_length:"0"},c.get_msgtypechecked=function(e){l.get(r.apiUrl+"api/common/EmailSms/get_default_mob_no").then(function(e){c.getDefaultMob=e.data,c.sims_mobile_no="";for(var t=0;t<c.getDefaultMob.length;t++)c.sims_mobile_no=c.sims_mobile_no+c.getDefaultMob[t].default_mob_no+",",c.default_mobile_numbers=c.sims_mobile_no.substr(0,c.sims_mobile_no.length-1)}),"true"==e?(c.edt.sims_recepient_cc_id="",c.name_unique_email="Unique parent id for Email",c.chk_emerg=!1,c.chk_sms=!1,c.chk_email=!0,c.chk_emerg=!1,c.chk_rec=!0,c.chk_rec1=!0,c.edt.existing_rec=0,c.div_recipient=!0,c.getcleared()):"false"==e&&(c.name_unique_email="Unique parent id for SMS",c.edt.sims_arabic="false",c.chk_emerg=!0,c.chk_sms=!0,c.chk_email=!1,c.div_recipient=!0,c.chk_rec=!0,c.chk_rec1=!0,c.edt.existing_rec=0,c.chk_emerg=!0,c.edt.sims_defaults=c.default_mobile_numbers,c.getcleared())},c.dataGettingbyvehicleCode=function(e,t){0!=t.length&&l.get(r.apiUrl+"api/UpdateCancleStudentTransDetails/getRouteNameByBusCode?AcaYear="+e+"&Vehicle_Code="+t).then(function(e){c.AllRouteName=e.data,setTimeout(function(){$("#cmb_routeCode_name").change(function(){u=$(this).val()}).multipleSelect({width:"100%"})},1e3)})},c.show_grad_bus=function(){c.edt.unique_email=!0,c.temp_show_grad_bus=!0,c.show_designation=!1,c.searchMobileNo_result=[],c.searchEmailId_result=[],c.edt.existing_rec="0",c.edt.sims_grade=!1,c.chk_rec=!1,c.chk_rec1=!1,c.cleardata()},l.get(r.apiUrl+"api/common/Attendance/getCuriculum").then(function(e){c.obj2=e.data,c.edt.screening_cur_code=c.obj2[0].sims_attendance_cur_code,c.chkCur=angular.copy(e.data),c.getAcademicyr(c.edt.screening_cur_code)}),c.get_ischecked=function(e,t){c.cleardata(),"false"==c.edt.sims_parent&&(c.edt.unique_email=!1),"true"==t?(c.show_bus=!1,"true"==e&&(c.show_grade=!0,c.show_designation=!1,g=t="",c.chk_rec=!1,c.chk_rec=!1,c.edt.existing_rec=0,c.getGrade()),"false"==e&&(c.temp_show_grad_bus=!1,c.div_recipient=!1,c.show_grade=!1,c.show_designation=!0,c.edt.existing_rec=0,c.chk_rec=!1,c.chk_rec1=!0,l.get(r.apiUrl+"api/common/getAllDesignationName").then(function(e){c.designation=e.data,setTimeout(function(){$("#cmb_designation").click(function(){$(this).val()}).multipleSelect({width:"100%"})},1e3)}),l.get(r.apiUrl+"api/common/getDepartmentName").then(function(e){c.department=e.data,setTimeout(function(){$("#cmb_dept").change(function(){$(this).val()}).multipleSelect({width:"100%"})},1e3)}))):(c.show_bus=!0,c.show_grade=!1,c.show_designation=!1,c.chk_rec=!1,c.chk_rec1=!1,l.get(r.apiUrl+"api/UpdateCancleStudentTransDetails/getBusCode").then(function(e){c.E_BusCode_Data=e.data,setTimeout(function(){$("#cmb_buscode").change(function(){t=$(this).val()}).multipleSelect({width:"100%"})},1e3)}))},c.get_receiptClear=function(){c.EmailId_result=[],c.MobileNo_result=[],c.chk_rec=!0,$("#cmb_grade").multipleSelect("enable"),$("#cmb_section").multipleSelect("enable"),$("#cmb_routeCode_name").multipleSelect("enable");try{$("#cmb_grade").multipleSelect("uncheckAll")}catch(e){}try{$("#cmb_section").multipleSelect("uncheckAll")}catch(e){}try{$("#cmb_dept").multipleSelect("uncheckAll")}catch(e){}try{$("#cmb_designation").multipleSelect("uncheckAll")}catch(e){}},c.getcleared=function(){c.edt.sims_father=!1,c.edt.sims_mother=!1,c.edt.sims_guardian=!1,c.edt.sims_active=!1,c.edt.sims_emergency=!1,c.edt.sims_father_indi=!1,c.edt.sims_mother_indi=!1,c.edt.sims_guardian_indi=!1,c.new_student=!1,c.new_family=!1,c.edt.screening_cur_code="",c.edt.sims_academic_year="",c.edt.screening_grade_code="",c.edt.grade_section_code="",c.department=[],c.designation=[],c.EmailId_result=[],c.MobileNo_result=[],$("#cmb_grade").multipleSelect("enable"),$("#cmb_section").multipleSelect("enable");try{$("#cmb_grade").multipleSelect("uncheckAll")}catch(e){}try{$("#cmb_section").multipleSelect("uncheckAll")}catch(e){}try{$("#cmb_dept").multipleSelect("uncheckAll")}catch(e){}try{$("#cmb_designation").multipleSelect("uncheckAll")}catch(e){}try{$("#cmb_buscode").multipleSelect("uncheckAll")}catch(e){}try{$("#cmb_routeCode_name").multipleSelect("uncheckAll")}catch(e){}},c.getAcademicyr=function(e){c.grade=[],u=[],c.section=[],c.acyrs=[],setTimeout(function(){$("#cmb_grade").change(function(){}).multipleSelect({width:"100%"})},1e3),l.get(r.apiUrl+"api/common/getAcademicYear?curCode="+e).then(function(e){c.acyrs=e.data,c.edt.sims_academic_year=c.acyrs[0].sims_academic_year,c.getGrade()})},c.getGrade=function(){c.grade=[],u=[],c.section=[],setTimeout(function(){$("#cmb_section").change(function(){}).multipleSelect({width:"100%"})},1e3),"true"==c.edt.sims_parent&&(c.chk_rec=!1,l.get(r.apiUrl+"api/common/EmailSms/Get_Grade_CodebyCuriculum_m4?cur_code="+c.edt.screening_cur_code+"&acad_yr="+c.edt.sims_academic_year).then(function(e){c.grade=e.data,setTimeout(function(){$("#cmb_grade").change(function(){u=$(this).val()}).multipleSelect({width:"100%"})},1e3)}))},c.getSection=function(e,t){var a=[];if(0!=t.length){if(","!=t)for(var o=0;o<t.length;o++)a=0==o?t[o]:a+","+t[o];"true"==c.edt.sims_parent&&(""!=e&&""!=t||null!=e&&null!=t)&&(t=[],t=a,c.section=[],l.get(r.apiUrl+"api/common/Get_Section_CodebyCuriculum_4?cur_code="+e+"&grade_code="+t).then(function(e){c.section=e.data,setTimeout(function(){$("#cmb_section").change(function(){g=$(this).val()}).multipleSelect({multiple:!0,width:"100%"}),$("#cmb_section").multipleSelect("checkAll")},1e3)}))}},c.chk_newstudent=function(e){m=e?"A":"I"},c.chk_newfamily=function(e){p=e?"A":"I"},c.chk_father=function(e){"true"==c.edt.sims_Email&&"true"==c.edt.sims_parent?(null!=c.edt.screening_cur_code&&null!=c.edt.screening_grade_code&&null!=c.edt.grade_section_code&&$("#cmb_grade,#cmb_section").multipleSelect("disable"),!0===e?(c.edt.sims_emergency_email=!1,c.edt.sims_active=!1,c.edt.sims_father_indi=!1,c.edt.sims_mother_indi=!1,c.edt.sims_guardian_indi=!1,c.btn_search=!0):(!0===c.edt.sims_father||!0===c.edt.sims_mother||!0===c.edt.sims_guardian||!0===c.edt.sims_active?$("#cmb_grade,#cmb_section").multipleSelect("disable"):$("#cmb_grade,#cmb_section").multipleSelect("enable"),c.EmailId_result=[],c.MobileNo_result=[]),c.GetParentEmailInfo()):"false"==c.edt.sims_Email&&"true"==c.edt.sims_parent&&(null!=c.edt.screening_cur_code&&null!=c.edt.screening_grade_code&&null!=c.edt.grade_section_code&&$("#cmb_grade,#cmb_section").multipleSelect("disable"),!0===e?(c.edt.sims_active=!1,c.edt.sims_father_indi=!1,c.edt.sims_mother_indi=!1,c.edt.sims_guardian_indi=!1,c.btn_search=!0):(!0===c.edt.sims_father||!0===c.edt.sims_mother||!0===c.edt.sims_guardian||!0===c.edt.sims_active?$("#cmb_grade,#cmb_section").multipleSelect("disable"):$("#cmb_grade,#cmb_section").multipleSelect("enable"),c.EmailId_result=[],c.MobileNo_result=[]),c.GetParentMobileContactsInfo())},c.chk_mother=function(e){"true"==c.edt.sims_Email&&"true"==c.edt.sims_parent?(null!=c.edt.screening_cur_code&&null!=c.edt.screening_grade_code&&null!=c.edt.grade_section_code&&$("#cmb_grade,#cmb_section").multipleSelect("disable"),!0===e?(c.edt.sims_emergency_email=!1,c.edt.sims_active=!1,c.edt.sims_father_indi=!1,c.edt.sims_mother_indi=!1,c.edt.sims_guardian_indi=!1,c.btn_search=!0):(!0===c.edt.sims_father||!0===c.edt.sims_mother||!0===c.edt.sims_guardian||!0===c.edt.sims_active?$("#cmb_grade,#cmb_section").multipleSelect("disable"):$("#cmb_grade,#cmb_section").multipleSelect("enable"),c.EmailId_result=[],c.MobileNo_result=[]),c.GetParentEmailInfo()):"false"==c.edt.sims_Email&&"true"==c.edt.sims_parent&&(null!=c.edt.screening_cur_code&&null!=c.edt.screening_grade_code&&null!=c.edt.grade_section_code&&$("#cmb_grade,#cmb_section").multipleSelect("disable"),!0===e?(c.edt.sims_active=!1,c.edt.sims_father_indi=!1,c.edt.sims_mother_indi=!1,c.edt.sims_guardian_indi=!1,c.btn_search=!0):(!0===c.edt.sims_father||!0===c.edt.sims_mother||!0===c.edt.sims_guardian||!0===c.edt.sims_active?$("#cmb_grade,#cmb_section").multipleSelect("disable"):$("#cmb_grade,#cmb_section").multipleSelect("enable"),c.EmailId_result=[],c.MobileNo_result=[]),c.GetParentMobileContactsInfo())},c.chk_guar=function(e){"true"==c.edt.sims_Email&&"true"==c.edt.sims_parent&&(null!=c.edt.screening_cur_code&&null!=c.edt.screening_grade_code&&null!=c.edt.grade_section_code&&$("#cmb_grade,#cmb_section").multipleSelect("disable"),!0===e?(c.edt.sims_emergency_email=!1,c.edt.sims_active=!1,c.edt.sims_father_indi=!1,c.edt.sims_mother_indi=!1,c.edt.sims_guardian_indi=!1,c.btn_search=!0):(!0===c.edt.sims_father||!0===c.edt.sims_mother||!0===c.edt.sims_guardian||!0===c.edt.sims_active?$("#cmb_grade,#cmb_section").multipleSelect("disable"):$("#cmb_grade,#cmb_section").multipleSelect("enable"),c.EmailId_result=[],c.MobileNo_result=[]),c.GetParentEmailInfo()),"false"==c.edt.sims_Email&&"true"==c.edt.sims_parent&&(null!=c.edt.screening_cur_code&&null!=c.edt.screening_grade_code&&null!=c.edt.grade_section_code&&$("#cmb_grade,#cmb_section").multipleSelect("disable"),!0===e?(c.edt.sims_active=!1,c.edt.sims_father_indi=!1,c.edt.sims_mother_indi=!1,c.edt.sims_guardian_indi=!1,c.btn_search=!0):(!0===c.edt.sims_father||!0===c.edt.sims_mother||!0===c.edt.sims_guardian||!0===c.edt.sims_active?$("#cmb_grade,#cmb_section").multipleSelect("disable"):$("#cmb_grade,#cmb_section").multipleSelect("enable"),c.EmailId_result=[],c.MobileNo_result=[]),c.GetParentMobileContactsInfo())},c.chk_active=function(e){"true"==c.edt.sims_Email&&"true"==c.edt.sims_parent&&(null!=c.edt.screening_cur_code&&null!=c.edt.screening_grade_code&&null!=c.edt.grade_section_code&&$("#cmb_grade,#cmb_section").multipleSelect("disable"),!0===e?(c.edt.sims_father=!1,c.edt.sims_mother=!1,c.edt.sims_guardian=!1,c.edt.sims_emergency=!1,c.edt.sims_emergency_email=!1,c.edt.sims_father_indi=!1,c.edt.sims_mother_indi=!1,c.edt.sims_guardian_indi=!1,c.btn_search=!0):!0===c.edt.sims_father||!0===c.edt.sims_mother||!0===c.edt.sims_guardian||!0===c.edt.sims_active?$("#cmb_grade,#cmb_section").multipleSelect("disable"):$("#cmb_grade,#cmb_section").multipleSelect("enable"),c.GetParentEmailInfo()),"false"==c.edt.sims_Email&&"true"==c.edt.sims_parent&&(null!=c.edt.screening_cur_code&&null!=c.edt.screening_grade_code&&null!=c.edt.grade_section_code&&$("#cmb_grade,#cmb_section").multipleSelect("disable"),!0===e?(c.edt.sims_father=!1,c.edt.sims_mother=!1,c.edt.sims_guardian=!1,c.edt.sims_emergency=!1,c.edt.sims_father_indi=!1,c.edt.sims_mother_indi=!1,c.edt.sims_guardian_indi=!1,c.btn_search=!0):(!0===c.edt.sims_father||!0===c.edt.sims_mother||!0===c.edt.sims_guardian||!0===c.edt.sims_active?$("#cmb_grade,#cmb_section").multipleSelect("disable"):$("#cmb_grade,#cmb_section").multipleSelect("enable"),c.EmailId_result=[],c.MobileNo_result=[]),c.GetParentMobileContactsInfo())},c.chk_emergency=function(e){"false"==c.edt.sims_Email&&"true"==c.edt.sims_parent&&(null!=c.edt.screening_cur_code&&null!=c.edt.screening_grade_code&&null!=c.edt.grade_section_code&&$("#cmb_grade,#cmb_section").multipleSelect("disable"),!0===e?(c.edt.sims_active=!1,c.edt.sims_father_indi=!1,c.edt.sims_mother_indi=!1,c.edt.sims_guardian_indi=!1,c.btn_search=!0):(!0===c.edt.sims_father||!0===c.edt.sims_mother||!0===c.edt.sims_guardian||!0===c.edt.sims_active?$("#cmb_grade,#cmb_section").multipleSelect("disable"):$("#cmb_grade,#cmb_section").multipleSelect("enable"),c.EmailId_result=[],c.MobileNo_result=[]),c.GetParentMobileContactsInfo())},c.chk_emergency_email=function(e){"dmc"==l.defaults.headers.common.schoolId&&"true"==c.edt.sims_Email&&"true"==c.edt.sims_parent&&(null!=c.edt.screening_cur_code&&null!=c.edt.screening_grade_code&&null!=c.edt.grade_section_code&&$("#cmb_grade,#cmb_section").multipleSelect("disable"),!0===e?(c.edt.sims_active=!1,c.edt.sims_father_indi=!1,c.edt.sims_mother_indi=!1,c.edt.sims_guardian_indi=!1,c.btn_search=!0):(!0===c.edt.sims_father||!0===c.edt.sims_mother||!0===c.edt.sims_guardian||!0===c.edt.sims_active||!0===c.edt.sims_emergency_email?$("#cmb_grade,#cmb_section").multipleSelect("disable"):$("#cmb_grade,#cmb_section").multipleSelect("enable"),c.EmailId_result=[]),c.GetEmergencyParentEmailInfo())},c.getEmergencyEmail=function(){"dmc"==l.defaults.headers.common.schoolId&&("true"==c.edt.sims_Email&&"true"==c.edt.sims_parent?c.chkEmergencyEmail=!0:c.chkEmergencyEmail=!1)},c.chk_father_indi=function(e){"true"!=c.edt.sims_Email&&"false"!=c.edt.sims_Email||!0!==e?(c.edt.sims_father_indi=!1,c.div_recipient=!1,c.edt.sims_father=!1,c.edt.sims_mother=!1,c.edt.sims_guardian=!1,c.edt.sims_active=!1,c.edt.sims_emergency=!1,(c.btn_search=!1)===c.edt.sims_father_indi&&!1===c.edt.sims_mother_indi&&!1===c.edt.sims_guardian_indi&&(c.chk_rec=!1,c.chk_rec1=!1,"true"==c.edt.sims_grade?(c.show_grade=!0,c.show_bus=!1):"false"==c.edt.sims_grade?(c.show_grade=!1,c.show_bus=!0):"false"==c.edt.sims_parent&&(c.show_designation=!0))):(c.get_receiptClear(),c.div_recipient=!1,c.edt.sims_father=!1,c.edt.sims_mother=!1,c.edt.sims_guardian=!1,c.edt.sims_active=!1,c.edt.sims_emergency=!1,c.btn_search=!1,c.chk_rec=!0,c.chk_rec1=!1,!(c.edt.existing_rec=0)===c.show_grade?c.show_grade=!1:!0===c.show_designation?c.show_designation=!1:!0===c.show_bus&&(c.show_bus=!1))},c.chk_mother_indi=function(e){"true"!=c.edt.sims_Email&&"false"!=c.edt.sims_Email||!0!==e?(c.edt.sims_mother_indi=!1,c.edt.sims_father=!1,c.edt.sims_mother=!1,c.edt.sims_guardian=!1,c.edt.sims_active=!1,c.edt.sims_emergency=!1,c.btn_search=!1,(c.div_recipient=!1)===c.edt.sims_father_indi&&!1===c.edt.sims_mother_indi&&!1===c.edt.sims_guardian_indi&&(c.chk_rec=!1,c.chk_rec1=!1),!1===c.edt.sims_father_indi&&!1===c.edt.sims_mother_indi&&!1===c.edt.sims_guardian_indi&&(c.chk_rec=!1,c.chk_rec1=!1,"true"==c.edt.sims_grade?(c.show_grade=!0,c.show_bus=!1):"false"==c.edt.sims_grade?(c.show_grade=!1,c.show_bus=!0):"false"==c.edt.sims_parent&&(c.show_designation=!0))):(c.get_receiptClear(),c.edt.sims_father=!1,c.edt.sims_mother=!1,c.edt.sims_guardian=!1,c.edt.sims_active=!1,c.edt.sims_emergency=!1,c.btn_search=!1,c.edt.existing_rec=0,c.div_recipient=!1,c.chk_rec=!0,!(c.chk_rec1=!1)===c.show_grade?c.show_grade=!1:!0===c.show_designation?c.show_designation=!1:!0===c.show_bus&&(c.show_bus=!1))},c.chk_guardian_indi=function(e){"true"!=c.edt.sims_Email&&"false"!=c.edt.sims_Email||!0!==e?(c.edt.sims_guardian_indi=!1,c.edt.sims_father=!1,c.edt.sims_mother=!1,c.edt.sims_guardian=!1,c.edt.sims_active=!1,c.edt.sims_emergency=!1,c.btn_search=!1,(c.div_recipient=!1)===c.edt.sims_father_indi&&!1===c.edt.sims_mother_indi&&!1===c.edt.sims_guardian_indi&&(c.chk_rec=!1,c.chk_rec1=!1),!1===c.edt.sims_father_indi&&!1===c.edt.sims_mother_indi&&!1===c.edt.sims_guardian_indi&&(c.chk_rec=!1,c.chk_rec1=!1,"true"==c.edt.sims_grade?(c.show_grade=!0,c.show_bus=!1):"false"==c.edt.sims_grade?(c.show_grade=!1,c.show_bus=!0):"false"==c.edt.sims_parent&&(c.show_designation=!0))):(c.get_receiptClear(),c.edt.sims_father=!1,c.edt.sims_mother=!1,c.edt.sims_guardian=!1,c.edt.sims_active=!1,c.edt.sims_emergency=!1,c.btn_search=!1,c.edt.existing_rec=0,c.div_recipient=!1,c.chk_rec=!0,!(c.chk_rec1=!1)===c.show_grade?c.show_grade=!1:!0===c.show_designation?c.show_designation=!1:!0===c.show_bus&&(c.show_bus=!1))},c.GetParentEmailInfo=function(){c.edt.existing_rec=0,c.ParentEmailIds=[];var e=document.getElementById("cmb_cur");if(c.edt.screening_cur_code=e.value,"true"==c.edt.sims_parent||"false"==c.edt.sims_parent)if(!1===c.edt.sims_father&&!1===c.edt.sims_mother&&!1===c.edt.sims_guardian&&!1===c.edt.sims_active&&!1===c.edt.sims_father_indi&&!1===c.edt.sims_mother_indi&&!1===c.edt.sims_guardian_indi)c.edt.existing_rec=0,swal({text:"Please Select Recipient",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380});else if(null==u&&null==g)swal({text:"Please Select Grade & Section",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}),c.edt.sims_father=!1,c.edt.sims_mother=!1,c.edt.sims_guardian=!1,c.edt.sims_active=!1;else{null!=c.edt.sims_father&&""!=c.edt.sims_father||(c.edt.sims_father=!1),null!=c.edt.sims_mother&&""!=c.edt.sims_mother||(c.edt.sims_mother=!1),null!=c.edt.sims_guardian&&""!=c.edt.sims_guardian||(c.edt.sims_guardian=!1);var t=c.edt,a=a+","+c.edt.grade_section_code,o=a.substr(a.indexOf(",")+1);if("false"==c.edt.sims_grade){o=e.value,c.edt.unique_email&&(o+="true");for(var s=[],n=[],i=c.item.sims_transport_route_code,d=0;d<i.sims_transport_route_code.length;d++)n=0==s.length?(s=i.sims_transport_route_code[d].sims_transport_route_direction,i.sims_transport_route_code[d].sims_transport_route_code):(s=s+","+i.sims_transport_route_code[d].sims_transport_route_direction,n+","+i.sims_transport_route_code[d].sims_transport_route_code);"abqis"==l.defaults.headers.common.schoolId||"asis"==l.defaults.headers.common.schoolId||"siso"==l.defaults.headers.common.schoolId||"imert"==l.defaults.headers.common.schoolId?l.get(r.apiUrl+"api/common/EmailSms1/GetSpecificParentEmailIdsByBUS?iffather="+t.sims_father+"&ifmother="+t.sims_mother+"&ifguardian="+t.sims_guardian+"&active="+t.sims_active+"&curCode="+o+"&route_code="+n+"&route_direction="+s+"&ac_year="+c.edt.sims_academic_year+"&newStudent="+m+"&newFamily="+p).then(function(e){c.ParentEmailIds=e.data,c.EmailId_result=c.ParentEmailIds,c.searchEmailId_result=c.EmailId_result,c.edt.existing_rec=c.ParentEmailIds.length}):l.get(r.apiUrl+"api/common/EmailSms/GetSpecificParentEmailIdsByBUS?iffather="+t.sims_father+"&ifmother="+t.sims_mother+"&ifguardian="+t.sims_guardian+"&active="+t.sims_active+"&curCode="+o+"&route_code="+n+"&route_direction="+s+"&ac_year="+c.edt.sims_academic_year).then(function(e){c.ParentEmailIds=e.data,c.EmailId_result=c.ParentEmailIds,c.searchEmailId_result=c.EmailId_result,c.edt.existing_rec=c.ParentEmailIds.length})}else o=a.substr(a.indexOf(",")+1),c.edt.unique_email&&(o+="true"),"abqis"==l.defaults.headers.common.schoolId||"asis"==l.defaults.headers.common.schoolId||"siso"==l.defaults.headers.common.schoolId||"imert"==l.defaults.headers.common.schoolId?l.get(r.apiUrl+"api/common/EmailSms1/GetSpecificParentEmailIds?iffather="+t.sims_father+"&ifmother="+t.sims_mother+"&ifguardian="+t.sims_guardian+"&active="+t.sims_active+"&sections="+o+"&academic_year="+c.edt.sims_academic_year+"&newStudent="+m+"&newFamily="+p).then(function(e){c.ParentEmailIds=e.data,c.EmailId_result=c.ParentEmailIds,c.searchEmailId_result=c.EmailId_result,c.edt.existing_rec=c.ParentEmailIds.length}):l.get(r.apiUrl+"api/common/EmailSms/GetSpecificParentEmailIds?iffather="+t.sims_father+"&ifmother="+t.sims_mother+"&ifguardian="+t.sims_guardian+"&active="+t.sims_active+"&sections="+o+"&academic_year="+c.edt.sims_academic_year).then(function(e){c.ParentEmailIds=e.data,c.EmailId_result=c.ParentEmailIds,c.searchEmailId_result=c.EmailId_result,c.edt.existing_rec=c.ParentEmailIds.length})}else swal({text:"Please Select message Type and Recipient.",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380})},c.GetEmergencyParentEmailInfo=function(){if("dmc"==l.defaults.headers.common.schoolId){c.edt.existing_rec=0,c.ParentEmailIds=[];var e=document.getElementById("cmb_cur");if(c.edt.screening_cur_code=e.value,"true"==c.edt.sims_parent||"false"==c.edt.sims_parent)if(!1===c.edt.sims_father&&!1===c.edt.sims_mother&&!1===c.edt.sims_guardian&&!1===c.edt.sims_active&&!1===c.edt.sims_emergency_email&&!1===c.edt.sims_father_indi&&!1===c.edt.sims_mother_indi&&!1===c.edt.sims_guardian_indi)c.edt.existing_rec=0,swal({text:"Please Select Recipient",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380});else if(null==u&&null==g)swal({text:"Please Select Grade & Section",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}),c.edt.sims_father=!1,c.edt.sims_mother=!1,c.edt.sims_guardian=!1,c.edt.sims_active=!1,c.edt.sims_emergency_email=!1;else{null!=c.edt.sims_father&&""!=c.edt.sims_father||(c.edt.sims_father=!1),null!=c.edt.sims_mother&&""!=c.edt.sims_mother||(c.edt.sims_mother=!1),null!=c.edt.sims_guardian&&""!=c.edt.sims_guardian||(c.edt.sims_guardian=!1);var t=c.edt,a=a+","+c.edt.grade_section_code,o=a.substr(a.indexOf(",")+1);if("false"==c.edt.sims_grade){o=e.value,c.edt.unique_email&&(o+="true");for(var s=[],n=[],i=c.item.sims_transport_route_code,d=0;d<i.sims_transport_route_code.length;d++)n=0==s.length?(s=i.sims_transport_route_code[d].sims_transport_route_direction,i.sims_transport_route_code[d].sims_transport_route_code):(s=s+","+i.sims_transport_route_code[d].sims_transport_route_direction,n+","+i.sims_transport_route_code[d].sims_transport_route_code);l.get(r.apiUrl+"api/common/EmailSms/GetSpecificParentEmailIdsByBUS_dmc?iffather="+t.sims_father+"&ifmother="+t.sims_mother+"&ifguardian="+t.sims_guardian+"&active="+t.sims_active+"&ifemerg="+t.sims_emergency_email+"&curCode="+o+"&route_code="+n+"&route_direction="+s+"&ac_year="+c.edt.sims_academic_year).then(function(e){c.ParentEmailIds=e.data,c.EmailId_result=c.ParentEmailIds,c.searchEmailId_result=c.EmailId_result,c.edt.existing_rec=c.ParentEmailIds.length})}else o=a.substr(a.indexOf(",")+1),c.edt.unique_email&&(o+="true"),l.get(r.apiUrl+"api/common/EmailSms/GetSpecificParentEmailIds_dmc?iffather="+t.sims_father+"&ifmother="+t.sims_mother+"&ifguardian="+t.sims_guardian+"&active="+t.sims_active+"&ifemerg="+t.sims_emergency_email+"&sections="+o+"&academic_year="+c.edt.sims_academic_year).then(function(e){c.ParentEmailIds=e.data,c.EmailId_result=c.ParentEmailIds,c.searchEmailId_result=c.EmailId_result,c.edt.existing_rec=c.ParentEmailIds.length})}else swal({text:"Please Select message Type and Recipient.",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380})}},c.GetParentMobileContactsInfo=function(){c.parentMobile=[];var e=document.getElementById("cmb_cur");if(c.edt.screening_cur_code=e.value,"true"==c.edt.sims_parent||"false"==c.edt.sims_parent)if(!1===c.edt.sims_father&&!1===c.edt.sims_mother&&!1===c.edt.sims_guardian&&!1===c.edt.sims_active&&!1===c.edt.sims_emergency&&!1===c.edt.sims_father_indi&&!1===c.edt.sims_mother_indi&&!1===c.edt.sims_guardian_indi)c.edt.existing_rec=0,swal({text:"Please Select Recipient",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380});else if(null==u&&null==g)swal({text:"Please Select Grade & Section",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}),c.edt.sims_father=!1,c.edt.sims_mother=!1,c.edt.sims_guardian=!1,c.edt.sims_active=!1;else{var t=c.edt,a=a+","+c.edt.grade_section_code,o=a.substr(a.indexOf(",")+1);if("false"==c.edt.sims_grade){o=e.value,c.edt.unique_email&&(o+="true");for(var s=[],n=[],i=c.item.sims_transport_route_code,d=0;d<i.sims_transport_route_code.length;d++)n=0==s.length?(s=i.sims_transport_route_code[d].sims_transport_route_direction,i.sims_transport_route_code[d].sims_transport_route_code):(s=s+","+i.sims_transport_route_code[d].sims_transport_route_direction,n+","+i.sims_transport_route_code[d].sims_transport_route_code);"abqis"==l.defaults.headers.common.schoolId||"asis"==l.defaults.headers.common.schoolId||"siso"==l.defaults.headers.common.schoolId||"imert"==l.defaults.headers.common.schoolId?l.get(r.apiUrl+"api/common/EmailSms1/GetSpecificParentMobileByBUS?iffather="+t.sims_father+"&ifmother="+t.sims_mother+"&ifguardian="+t.sims_guardian+"&active="+t.sims_active+"&ifemergency="+t.sims_emergency+"&curCode="+o+"&route_code="+n+"&route_direction="+s+"&ac_year="+c.edt.sims_academic_year+"&newStudent="+m+"&newFamily="+p).then(function(e){c.parentMobile=e.data,c.parentMobile1=c.parentMobile,c.MobileNo_result=c.parentMobile1,c.searchMobileNo_result=c.MobileNo_result,c.edt.existing_rec=c.parentMobile.length}):l.get(r.apiUrl+"api/common/EmailSms/GetSpecificParentMobileByBUS?iffather="+t.sims_father+"&ifmother="+t.sims_mother+"&ifguardian="+t.sims_guardian+"&active="+t.sims_active+"&ifemergency="+t.sims_emergency+"&curCode="+o+"&route_code="+n+"&route_direction="+s+"&ac_year="+c.edt.sims_academic_year).then(function(e){c.parentMobile=e.data,c.parentMobile1=c.parentMobile,c.MobileNo_result=c.parentMobile1,c.searchMobileNo_result=c.MobileNo_result,c.edt.existing_rec=c.parentMobile.length})}else o=a.substr(a.indexOf(",")+1),c.edt.unique_email&&(o+="true"),"abqis"==l.defaults.headers.common.schoolId||"asis"==l.defaults.headers.common.schoolId||"siso"==l.defaults.headers.common.schoolId||"imert"==l.defaults.headers.common.schoolId?l.get(r.apiUrl+"api/common/EmailSms1/GetSpecificParentMobile?iffather="+t.sims_father+"&ifmother="+t.sims_mother+"&ifguardian="+t.sims_guardian+"&active="+t.sims_active+"&ifemergency="+t.sims_emergency+"&sections="+o+"&ac_year="+c.edt.sims_academic_year+"&newStudent="+m+"&newFamily="+p).then(function(e){c.parentMobile=e.data,c.parentMobile1=c.parentMobile,c.MobileNo_result=c.parentMobile1,c.searchMobileNo_result=c.MobileNo_result,c.edt.existing_rec=c.parentMobile.length}):l.get(r.apiUrl+"api/common/EmailSms/GetSpecificParentMobile?iffather="+t.sims_father+"&ifmother="+t.sims_mother+"&ifguardian="+t.sims_guardian+"&active="+t.sims_active+"&ifemergency="+t.sims_emergency+"&sections="+o+"&ac_year="+c.edt.sims_academic_year).then(function(e){c.parentMobile=e.data,c.parentMobile1=c.parentMobile,c.MobileNo_result=c.parentMobile1,c.searchMobileNo_result=c.MobileNo_result,c.edt.existing_rec=c.parentMobile.length})}else swal({text:"Please Select message Type and Recipient.",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380})},c.GetEmployeeInfo=function(){var e,t,a,o;c.edt.existing_rec="0",g=u="","true"==c.edt.sims_Email?"false"==c.edt.sims_parent&&(a=(e=e+","+c.edt.designation).substr(e.indexOf(",")+1),o=(t=t+","+c.edt.em_dept_code).substr(t.indexOf(",")+1),null==a&&null==o||l.get(r.apiUrl+"api/common/EmailSms/GetEmployeesEmailIds?desg="+a+"&dept="+o).then(function(e){0!=c.edt.em_dept_code.length?(c.empEmailIds=e.data,c.EmailId_result=c.empEmailIds,c.searchEmailId_result=c.EmailId_result,c.edt.existing_rec=c.EmailId_result.length):c.edt.existing_rec="0"})):"false"==c.edt.sims_Email&&"false"==c.edt.sims_parent&&(a=(e=e+","+c.edt.designation).substr(e.indexOf(",")+1),o=(t=t+","+c.edt.em_dept_code).substr(t.indexOf(",")+1),null!=a)&&null!=o&&l.get(r.apiUrl+"api/common/EmailSms/GetEmployeesContacts?desg="+a+"&dept="+o).then(function(e){0!=c.edt.em_dept_code.length?(c.empMobContacts=e.data,c.EmpMobile=c.empMobContacts,c.MobileNo_result=c.EmpMobile,c.searchMobileNo_result=c.MobileNo_result,c.edt.existing_rec=c.empMobContacts.length):c.edt.existing_rec="0"})},c.msg_details=function(){if(""!=c.edt.sims_smstext&&null!=c.edt.sims_smstext){var e=0;c.edt.sims_sms_char=0;var t=document.getElementById("txt_smstext").value.length,a=c.edt.sims_smstext,o=new Array("[","]","{","}");if(""!=a){for(var s,n=0;s=a.charAt(n);n++)for(var i=0;i<o.length;i++)o[i]===s&&(e+=1);c.edt.sims_sms_char=t-e+2*e}c.edt.sims_sms_char<=160&&0<c.edt.sims_sms_char&&(c.edt.sims_sms_length="1"),c.edt.sims_sms_char<=306&&160<c.edt.sims_sms_char&&(c.edt.sims_sms_length="2"),c.edt.sims_sms_char<=459&&306<c.edt.sims_sms_char&&(c.edt.sims_sms_length="3"),c.edt.sims_sms_char<=612&&459<c.edt.sims_sms_char&&(c.edt.sims_sms_length="4"),c.edt.sims_sms_char<=765&&612<c.edt.sims_sms_char&&(c.edt.sims_sms_length="5"),c.edt.sims_sms_char<=918&&765<c.edt.sims_sms_char&&(c.edt.sims_sms_length="6"),c.edt.sims_sms_char<=1071&&918<c.edt.sims_sms_char&&(c.edt.sims_sms_length="7"),c.edt.sims_sms_char<=1224&&1071<c.edt.sims_sms_char&&(c.edt.sims_sms_length="8"),c.edt.sims_sms_char<=1377&&1224<c.edt.sims_sms_char&&(c.edt.sims_sms_length="9"),c.edt.sims_sms_char<=1530&&1377<c.edt.sims_sms_char&&(c.edt.sims_sms_length="10")}else c.edt.sims_sms_char="0",c.edt.sims_sms_length="0"},c.search2=function(){},c.cleardata=function(){c.edt.existing_rec="0",c.parentMobile1=[],c.edt.sims_emergency_email=!1,c.edt.sims_father=!1,c.edt.sims_family=!1,c.edt.sims_student=!1,c.edt.sims_mother=!1,c.edt.sims_guardian=!1,c.edt.sims_active=!1,c.edt.sims_emergency=!1,c.edt.sims_father_indi=!1,c.edt.sims_mother_indi=!1,c.edt.sims_guardian_indi=!1,c.getfather_indi=[],c.getmother_indi=[],c.getguardian_indi=[],c.getEmp_indi=[],c.grade=[],c.section=[],c.EmailId_result=[],c.MobileNo_result=[],$("#cmb_grade").multipleSelect("enable"),$("#cmb_section").multipleSelect("enable"),$("#cmb_dept").multipleSelect("enable"),$("#cmb_designation").multipleSelect("enable");try{$("#cmb_grade").multipleSelect("uncheckAll")}catch(e){}try{$("#cmb_section").multipleSelect("uncheckAll")}catch(e){}try{$("#cmb_dept").multipleSelect("uncheckAll")}catch(e){}try{$("#cmb_designation").multipleSelect("uncheckAll")}catch(e){}},"true"==c.edt.sims_parent&&c.get_ischecked(c.edt.sims_parent,c.edt.sims_grade_designation),"true"==c.edt.sims_Email&&c.get_msgtypechecked(c.edt.sims_Email),new FormData);c.images_data=[],c.images_att=[],c.getTheFiles=function(s){c.filesize=!0;var n="no";angular.forEach(s,function(e,t){i.append(t,e);var a=0;if(5242880<s[a].size)c.filesize=!1,swal({title:"Alert",text:"File Should Not Exceed 5MB.",showCloseButton:!0,width:380});else if(0<c.images_data.length){for(var o=0;o<c.images_data.length;o++)if(c.images_data[o].attFilename==s[a].name)return void(n="yes");"no"==n&&c.images_data.push({attFilename:s[a].name,fsize:s[a].size}),n="no"}else c.images_data.push({attFilename:s[a].name,fsize:s[a].size});a++})};c.file_doc=[],c.file_changed=function(e){0;new Date;null==c.file_doc&&(c.file_doc="");var t=e.files;if(0<t.length){c.photofile=t[0];var a=c.photofile.name.split("."),o=a.slice(0,-1).join("."),s=a[a.length-1];if(2<a.length)swal("","Invalid file name. Please remove extra dots from the file name."),c.photofile=null,e.value="";else if(5242880<c.photofile.size)swal("","File size should not exceed 5 MB."),c.photofile=null,e.value="";else{c.uploading_doc1=!1,c.photo_filename=c.photofile.type;for(var n=new FormData,i=0;i<t.length;i++)n.append(t[i].name,t[i],"Web/"+t[i].name.replace(/\s/g,""));a=new FileReader;a.onload=function(t){c.$apply(function(){c.prev_img=t.target.result,c.show_loader();var e={method:"POST",url:r.apiUrl+"api/AssignmentUpload/upload1?filename="+o+"."+s+"&location=Docs/Attachments/",data:n,headers:{"Content-Type":void 0}};l(e).success(function(e){c.hide_loader()})})},a.readAsDataURL(c.photofile)}}},c.download=function(e){window.open(c.attach_url+e,"_new")},c.uploadClick=function(e){c.filesize=!0,c.edt1=e,c.ins=!1,i=new FormData},c.CancelFileUpload=function(e){c.images_data.splice(e,1)},c.search=function(){"true"!=c.edt.sims_Email&&"false"!=c.edt.sims_Email||("true"==c.edt.sims_parent?!1===c.edt.sims_father_indi&&!1===c.edt.sims_mother_indi&&!1===c.edt.sims_guardian_indi?swal({text:"Please Select Recipient",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}):(t.visible_stud=!0,t.visible_parent=!0,t.visible_search_parent=!0,t.visible_Employee=!1,c.getEmployee1()):(t.visible_stud=!1,t.visible_Employee=!0,t.visible_parent=!1,t.visible_search_parent=!1,c.getEmployee1()))},c.SearchParentModal=function(){c.parenttable=!1,c.buttons=!1,c.busy=!1,c.pp="",c.parent_result="",$('.nav-tabs a[href="#Parent_information"]').tab("show"),$("#MyModal").modal("show")},c.SearchParent=function(){c.parenttable=!1,l.get(r.apiUrl+"api/common/GlobalSearch/getSearchParent?data="+JSON.stringify(c.pp)).then(function(e){c.parent_result=e.data,c.parenttable=!0,c.busy=!1}),c.currentPage=0},c.SearchEmpModal=function(){$('.nav-tabs a[href="#emp_information"]').tab("show"),$("#Emp_Search_Modal").modal("show")},c.SearchEmployee=function(){c.NodataEmployee=!1,l.post(r.apiUrl+"api/common/GlobalSearch/SearchEmployee?data="+JSON.stringify(c.temp)).then(function(e){c.EmployeeDetails=e.data,c.EmployeeTable=!0})},c.get_checkedparent=function(e){e.ischecked=!0},c.$on("global_cancel",function(e){"true"==c.edt.sims_Email&&"true"==c.edt.sims_parent?c.getparentdata():"true"==c.edt.sims_Email&&"false"==c.edt.sims_parent?c.getEmployeedata():"false"==c.edt.sims_Email&&"true"==c.edt.sims_parent?c.getparentdata():"false"==c.edt.sims_Email&&"false"==c.edt.sims_parent&&c.getEmployeedata();try{$("#cmb_gradeparent").multipleSelect("uncheckAll")}catch(e){}try{$("#cmb_sectionparent").multipleSelect("uncheckAll")}catch(e){}}),c.getEmployee1=function(){c.global_Search_click(),$("#Global_Search_Modal").modal({backdrop:"static"})},c.getparentdata=function(){if(c.parent_result=c.SelectedUserLst,c.ParentEmailIds=[],c.parentMobile1=[],"true"==c.edt.sims_Email){for(var e=0;e<c.parent_result.length;e++)!0===c.parent_result[e].user_chk&&"-"!=c.parent_result[e].mail_id&&(!0===c.edt.sims_father_indi&&null!=c.parent_result[e].mail_id&&""!=c.parent_result[e].mail_id&&(c.getfather_indi.push({username:c.parent_result[e].s_parent_id,father_emailid:c.parent_result[e].mail_id,emailsendto:c.parent_result[e].mail_id,name:c.parent_result[e].s_parent_name,sender_emailid:c.getProfile,fflag:"1",enrollnumber:c.parent_result[e].s_enroll_no}),c.parent_result[e].ischecked=!1),!0===c.edt.sims_mother_indi&&null!=c.parent_result[e].mother_email_id&&""!=c.parent_result[e].mother_email_id&&"-"!=c.parent_result[e].mother_email_id&&(c.getfather_indi.push({username:c.parent_result[e].s_parent_id,mother_emailid:c.parent_result[e].mother_email_id,emailsendto:c.parent_result[e].mother_email_id,enrollnumber:c.parent_result[e].s_enroll_no,name:c.parent_result[e].s_parent_name,sender_emailid:c.getProfile,mflag:"1"}),c.parent_result[e].ischecked=!1),!0===c.edt.sims_guardian_indi)&&null!=c.parent_result[e].guardian_email_id&&""!=c.parent_result[e].guardian_email_id&&"-"!=c.parent_result[e].guardian_email_id&&(c.getfather_indi.push({username:c.parent_result[e].s_parent_id,guardian_emailid:c.parent_result[e].guardian_email_id,emailsendto:c.parent_result[e].guardian_email_id,enrollnumber:c.parent_result[e].s_enroll_no,name:c.parent_result[e].s_parent_name,sender_emailid:c.getProfile,gflag:"1"}),c.parent_result[e].ischecked=!1);0<c.getfather_indi.length&&(c.ParentEmailIds=c.getfather_indi,c.EmailId_result=c.ParentEmailIds,c.searchEmailId_result=c.EmailId_result,c.edt.existing_rec=c.getfather_indi.length)}else if("false"==c.edt.sims_Email){for(e=0;e<c.parent_result.length;e++)!0===c.parent_result[e].user_chk&&(!0===c.edt.sims_father_indi&&null!=c.parent_result[e].mobile_no&&""!=c.parent_result[e].mobile_no&&(c.getfather_indi.push({username:c.parent_result[e].s_parent_id,sms_father_contact_number1:c.parent_result[e].mobile_no,sms_smssendto:c.parent_result[e].mobile_no,sender_emailid:c.getProfile,name:c.parent_result[e].s_parent_name,sms_father_flag:"1"}),c.parent_result[e].ischecked=!1),!0===c.edt.sims_mother_indi&&null!=c.parent_result[e].mother_mobile_no&&""!=c.parent_result[e].mother_mobile_no&&""!=c.parent_result[e].mother_mobile_no&&(c.getfather_indi.push({username:c.parent_result[e].s_parent_id,sms_mother_contact_number2:c.parent_result[e].mother_mobile_no,sms_smssendto:c.parent_result[e].mother_mobile_no,sender_emailid:c.getProfile,name:c.parent_result[e].s_parent_name,sms_mother_flag:"1"}),c.parent_result[e].ischecked=!1),!0===c.edt.sims_guardian_indi)&&null!=c.parent_result[e].guardian_mobile_no&&""!=c.parent_result[e].guardian_mobile_no&&(c.getfather_indi.push({username:c.parent_result[e].s_parent_id,sms_guardian_contact_number3:c.parent_result[e].guardian_mobile_no,sms_smssendto:c.parent_result[e].guardian_mobile_no,sender_emailid:c.getProfile,name:c.parent_result[e].s_parent_name,sms_guardian_flag:"1"}),c.parent_result[e].ischecked=!1);0<c.getfather_indi.length&&(c.parentMobile1=c.getfather_indi,c.MobileNo_result=c.parentMobile1,c.searchMobileNo_result=c.MobileNo_result,c.edt.existing_rec=c.getfather_indi.length)}},c.getEmployeedata=function(){if(c.EmployeeDetails=c.SelectedUserLst,c.EmpEmailIds=[],c.EmpMobile=[],"true"==c.edt.sims_Email){for(var e=0;e<c.EmployeeDetails.length;e++)!0===c.EmployeeDetails[e].user_chk&&null!=c.EmployeeDetails[e].em_email&&""!=c.EmployeeDetails[e].em_email&&c.getEmp_indi.push({username:c.EmployeeDetails[e].em_login_code,father_emailid:c.EmployeeDetails[e].em_email,emailsendto:c.EmployeeDetails[e].em_email,sender_emailid:c.getProfile,name:c.EmployeeDetails[e].empName,fflag:"1"});0<c.getEmp_indi.length&&(c.empEmailIds=c.getEmp_indi,c.EmailId_result=c.empEmailIds,c.searchEmailId_result=c.EmailId_result,c.edt.existing_rec=c.getEmp_indi.length)}else if("false"==c.edt.sims_Email){for(e=0;e<c.EmployeeDetails.length;e++)!0===c.EmployeeDetails[e].user_chk&&null!=c.EmployeeDetails[e].em_mobile&&""!=c.EmployeeDetails[e].em_mobile&&c.getEmp_indi.push({username:c.EmployeeDetails[e].em_login_code,sms_father_contact_number1:c.EmployeeDetails[e].em_mobile,sms_smssendto:c.EmployeeDetails[e].em_mobile,name:c.EmployeeDetails[e].empName,sms_father_flag:"1"});0<c.getEmp_indi.length&&(c.EmpMobile=c.getEmp_indi,c.empMobContact=c.EmpMobile,c.MobileNo_result=c.EmpMobile,c.searchMobileNo_result=c.MobileNo_result,c.edt.existing_rec=c.getEmp_indi.length)}},c.EmailIdDetails=function(){"true"==c.edt.sims_Email?(c.tbl_email=!0,c.tbl_sms=!1):(c.tbl_sms=!0,c.tbl_email=!1),$("#EmailIdModal").modal("show")},c.cancelemailIddata=function(e){"true"==c.edt.sims_Email&&"true"==c.edt.sims_parent?(c.EmailId_result.splice(e,1),c.edt.existing_rec=c.EmailId_result.length,c.ParentEmailIds=c.EmailId_result):"true"==c.edt.sims_Email&&"false"==c.edt.sims_parent&&(c.EmailId_result.splice(e,1),c.edt.existing_rec=c.EmailId_result.length,c.empEmailIds=c.EmailId_result)},c.cancelmobiledata=function(e){"false"==c.edt.sims_Email&&"true"==c.edt.sims_parent?(c.MobileNo_result.splice(e,1),c.edt.existing_rec=c.MobileNo_result.length,c.parentMobile1=c.MobileNo_result):"false"==c.edt.sims_Email&&"false"==c.edt.sims_parent&&(c.MobileNo_result.splice(e,1),c.edt.existing_rec=c.MobileNo_result.length,c.EmpMobile=c.MobileNo_result)},c.send_mail_details=function(){0!=c.edt.existing_rec?("true"==c.edt.sims_Email&&swal({text:"Do You Want to Send Email?",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}).then(function(e){e&&c.sendMaildetails()}),"false"==c.edt.sims_Email&&swal({title:"",text:"Do You Want to Send SMS?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){e&&c.OnsendSMSdetails()})):swal({text:"Please select recepients Count is zero",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380})},c.sendMaildetails=function(){c.edt.body1=document.getElementById("editor"),c.codevalue=c.edt.body1.value,c.edt.body=$("<textarea />").html(c.codevalue).text();var e=!0;if("true"==c.edt.sims_Email&&(""!=c.edt.sims_subject&&null!=c.edt.sims_subject||""!=c.edt.body&&null!=c.edt.body||(e=!1,swal({text:"Subject & Message Body Is Required",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380})),!0===e))if("true"==c.edt.sims_parent)if(jQuery.isEmptyObject(c.ParentEmailIds))swal({text:"Please Specify Atleast One Recipient",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380});else{for(var t=0;t<c.ParentEmailIds.length;t++)c.ParentEmailIds[t].subject=c.edt.sims_subject,c.ParentEmailIds[t].body=c.edt.body,c.ParentEmailIds[t].sender_emailid=c.getProfile,0==t?(c.ParentEmailIds[t].sims_recepient_cc_id=c.edt.sims_recepient_cc_id,c.ParentEmailIds[t].sims_email_recurrance_id=c.edt.sims_email_recurrance_id):(c.ParentEmailIds[t].sims_recepient_cc_id=null,c.ParentEmailIds[t].sims_email_recurrance_id=null);try{(a=c.ParentEmailIds)[0].comn_email_attachments=c.images_data,l.post(r.apiUrl+"api/common/EmailSms/ScheduleMails_M4",a).then(function(e){c.display=!0,c.msg1=e.data,!0===c.msg1?swal({text:"Mail Sent Successfully.",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&$("#editor").data("kendoEditor").value("")}):swal({text:"Mail Not Sent.",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}),c.Emailcancel()})}catch(e){}}else if("false"==c.edt.sims_parent)if(jQuery.isEmptyObject(c.empEmailIds))swal({text:"Please Specify Atleast One Recipient",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380});else{for(var a,t=0;t<c.empEmailIds.length;t++)c.empEmailIds[t].subject=c.edt.sims_subject,c.empEmailIds[t].body=c.edt.body,c.empEmailIds[t].sender_emailid=c.getProfile,c.empEmailIds[t].sims_recepient_cc_id=0==t?c.edt.sims_recepient_cc_id:null;try{(a=c.empEmailIds)[0].comn_email_attachments=c.images_data,l.post(r.apiUrl+"api/common/EmailSms/ScheduleMails_M4",a).then(function(e){c.display=!0,c.msg1=e.data,!0===c.msg1?swal({text:"Mail Sent Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&$("#editor").data("kendoEditor").value("")}):swal({text:"Mail Not Sent.",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}),c.Emailcancel()})}catch(e){}}},c.cancel_mail_details=function(){c.Emailcancel()},c.OnsendSMSdetails=function(){if("false"==c.edt.sims_Email&&"true"==c.edt.sims_parent)if(jQuery.isEmptyObject(c.parentMobile1))swal({text:"SMS Not Sent",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380});else{for(var e=0;e<c.parentMobile1.length;e++)c.parentMobile1[e].sims_smstext=c.edt.sims_smstext,c.parentMobile1[e].usercode=c.parentMobile1[e].username,c.parentMobile1[e].smssendto=c.parentMobile1[e].sms_smssendto,null!=c.edt.sims_defaults&&(c.parentMobile1[e].sims_recepient_cc_id=0==e?c.edt.sims_recepient_cc_id+","+c.edt.sims_defaults:null),"Y"==c.sims_arabic&&(c.parentMobile1[e].arabicsms=!0),"N"==c.sims_arabic&&(c.parentMobile1[e].arabicsms=!1);try{var t=c.parentMobile1;l.post(r.apiUrl+"api/common/EmailSms/CUD_Insert_SMS_Schedule_M4",t).then(function(e){c.display=!0,c.msg1=e.data,!0===c.msg1?swal({text:"SMS sent successfully.",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}):swal({text:"SMS Not Sent",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}),c.Emailcancel()})}catch(e){}}else if("false"==c.edt.sims_Email&&"false"==c.edt.sims_parent&&!jQuery.isEmptyObject(c.EmpMobile)){for(e=0;e<c.EmpMobile.length;e++)c.EmpMobile[e].sims_smstext=c.edt.sims_smstext,c.EmpMobile[e].usercode=c.username,c.EmpMobile[e].smssendto=c.EmpMobile[e].sms_smssendto,c.EmpMobile[e].sims_recepient_cc_id=0==e?c.edt.sims_recepient_cc_id+","+c.edt.sims_defaults:null,"Y"==c.sims_arabic&&(c.EmpMobile[e].arabicsms=!0),"N"==c.sims_arabic&&(c.EmpMobile[e].arabicsms=!1);try{t=c.EmpMobile;l.post(r.apiUrl+"api/common/EmailSms/CUD_Insert_SMS_Schedule_M4",t).then(function(e){c.display=!0,c.msg1=e.data,!0===c.msg1?(c.Emailcancel(),swal({text:"SMS sent successfully.",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380})):(c.Emailcancel(),swal({text:"SMS Not Sent.",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}))})}catch(e){}}},c.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).username.toLowerCase().indexOf(t.toLowerCase())||-1<e.name.toLowerCase().indexOf(t.toLowerCase());var t})},c.search2=function(){"true"==c.edt.sims_Email?(c.EmailId_result=c.searched(c.EmailId_result,c.searchText2),""!=c.searchText2?c.EmailId_result=c.EmailId_result:c.EmailId_result=c.searchEmailId_result):"false"==c.edt.sims_Email&&(c.MobileNo_result=c.searched(c.MobileNo_result,c.searchText2),""!=c.searchText2?c.MobileNo_result=c.MobileNo_result:c.MobileNo_result=c.searchMobileNo_result)},"abqis"!=l.defaults.headers.common.schoolId&&"asis"!=l.defaults.headers.common.schoolId&&"siso"!=l.defaults.headers.common.schoolId||(c.GetArabicMsgCharLength=function(e){"true"==e?(document.getElementById("txt_smstext").value="",document.getElementById("txt_smstext").maxLength="350",c.txt_smstext_label=!0):(document.getElementById("txt_smstext").value="",document.getElementById("txt_smstext").removeAttribute("maxLength"),c.txt_smstext_label=!1)}),c.GetArabicMsgFlag=function(e){"false"==e?c.sims_arabic="N":"true"==e&&(c.sims_arabic="Y")},c.ValidateEmail=function(e){return e.value.match(/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/)?(document.myForm.formcc.focus(),!0):(alert("You have entered an invalid email address!"),document.myForm.formcc.focus(),!1)},c.onlyNumbers2=function(e){var t,a={escape:27,backspace:8,tab:9,enter:13,del:45,0:48,1:49,2:50,3:51,4:52,5:53,6:54,7:55,8:56,9:57,"@":64,".":46,A:65,B:66,C:67,D:68,E:69,F:70,G:71,H:72,I:73,J:74,K:75,L:76,M:77,N:78,O:79,P:80,Q:81,R:82,S:83,T:84,U:85,V:86,W:87,X:88,Y:89,Z:90,a:97,b:98,c:99,d:100,e:101,f:102,g:103,h:104,i:105,j:106,k:107,l:108,m:109,n:110,o:111,p:112,q:113,r:114,s:115,t:116,u:117,v:118,w:119,x:120,y:121,z:122};for(t in a)if(a.hasOwnProperty(t)&&(e.charCode==a[t]||e.keyCode==a[t]))return;e.preventDefault()},c.Emailcancel=function(){c.edt=[],$("#editor").data("kendoEditor").editor.clear(),c.images_data=[],c.edt.sims_Email="true",c.chk_email=!0,c.chk_sms=!1,c.chk_rec=!0,c.chk_rec1=!0,c.parentMobile1=[],c.edt.existing_rec=0,c.edt.sims_sms_char="0",c.edt.sims_sms_length="0",c.chk_emerg=!1,c.div_recipient=!0,c.EmailId_result=[],c.MobileNo_result=[],c.show_designation=!1,c.BUSY=!1,$("#cmb_grade,#cmb_section").multipleSelect("enable");try{$("#cmb_grade").multipleSelect("uncheckAll")}catch(e){}try{$("#cmb_section").multipleSelect("uncheckAll")}catch(e){}try{$("#cmb_dept").multipleSelect("uncheckAll")}catch(e){}try{$("#cmb_designation").multipleSelect("uncheckAll")}catch(e){}try{$("#cmb_buscode").multipleSelect("uncheckAll")}catch(e){}try{$("#cmb_routeCode_name").multipleSelect("uncheckAll")}catch(e){}}}]),e.directive("ngFiles",["$parse",function(e){}])}(),function(){"use strict";var u="",g="",e=angular.module("sims.module.Collaboration");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("emailsmstoparenthrcont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","$filter","ENV",function(c,e,o,t,a,l,s,r){c.attach_url=r.docUrl+l.defaults.headers.common.schoolId+"/Docs/Attachments";var m="",p="",i=(c.display=!0,c.grid=!0,c.btn_search=!0,c.filesize=!0,c.EmailId_result=[],c.MobileNo_result=[],c.parent_result=[],c.getfather_indi=[],c.getmother_indi=[],c.getguardian_indi=[],c.getEmp_indi=[],c.div_recipient=!0,c.show_grade=!1,c.show_Bus=!1,c.show_designation=!1,c.obj=[],c.BUSY=!1,c.gradedisable=!1,c.itemsPerPage="5",c.currentPage=0,new Date,c.txt_smstext_label=!1,c.chkEmergencyEmail=!1,c.Reply_To=!0,c.ddMMyyyy=s("date")(new Date,"dd-mm-yyyy")+"-"+s("date")(new Date,"HH-mm-ss"),t(function(){$("#fixTableEmp,#fixedSmstbl,#fixedEmailtbl,#fixParenttbl").tableHeadFixer({top:1})},100),c.username=o.globals.currentUser.username,o.visible_stud=!1,o.visible_parent=!1,o.visible_search_parent=!1,o.visible_teacher=!1,o.visible_User=!1,o.visible_Employee=!1,o.chkMulti=!0,c.temp_show_grad_bus=!1,"clarionschool"==l.defaults.headers.common.schoolId&&(c.Reply_To=!1),"abqis"!=l.defaults.headers.common.schoolId&&"asis"!=l.defaults.headers.common.schoolId&&"siso"!=l.defaults.headers.common.schoolId&&"imert"!=l.defaults.headers.common.schoolId||(c.newStudentFamily=!0),c.size=function(e){c.itemsPerPage=e},c.range=function(){for(var e=[],t=c.currentPage,a=t=t>c.pageCount()-5?c.pageCount()-5+1:t;a<t+5;a++)0<=a&&e.push(a);return e},c.prevPage=function(){0<c.currentPage&&c.currentPage--},c.prevPageDisabled=function(){return 0===c.currentPage?"disabled":""},c.pageCount=function(){return Math.ceil(c.parent_result.length/c.itemsPerPage)-1},c.nextPage=function(){c.currentPage<c.pageCount()&&c.currentPage++},c.nextPageDisabled=function(){return c.currentPage===c.pageCount()?"disabled":""},c.setPage=function(e){c.currentPage=e},c.getbody=function(t){c.edt.body=$("<textarea />").html(c.codevalue).text(),l.get(r.apiUrl+"api/common/AdmissionDashboard_dpsdNew/GetAdmissionTemplatesBody?template_subject="+t).then(function(e){c.tempBody_data=e.data,c.flag=!1,c.edt.sims_subject=t;e=$("#editor").data("kendoEditor");c.edt.body=e.value(c.tempBody_data.sims_msg_body),c.email.email_subject=t,l.get(r.apiUrl+"api/common/Email/GetcheckEmailProfile?sr_no="+c.tempBody_data.sims_msg_sr_no).then(function(e){c.emailProfile_data=e.data})})},l.get(r.apiUrl+"api/common/AdmissionDashboard_dpsdNew/GetAdmissionTemplates").then(function(e){c.template_data=e.data;for(var t=0;t<e.data.length;t++)"DPS-MIS Admission Department"==c.template_data[t].sims_msg_subject&&(c.email.sims_msg_subject=c.template_data[t].sims_msg_subject);c.getbody(c.email.sims_msg_subject)}),l.get(r.apiUrl+"api/common/EmailSms/GetcheckEmailProfile").then(function(e){c.getProfile=e.data,$(document).ready(function(){$("#editor").kendoEditor({tools:["bold","italic","underline","strikethrough","justifyLeft","justifyCenter","justifyRight","justifyFull","insertUnorderedList","insertOrderedList","indent","outdent","createLink","unlink","insertImage","insertFile","subscript","superscript","tableWizard","createTable","addRowAbove","addRowBelow","addColumnLeft","addColumnRight","deleteRow","deleteColumn","mergeCellsHorizontally","mergeCellsVertically","splitCellHorizontally","splitCellVertically","viewHtml","formatting","fontName","fontSize","foreColor","backColor"]})})}),$(function(){$("#cmb_grade").multipleSelect({width:"100%",placeholder:"Select Grade"}),$("#cmb_section").multipleSelect({width:"100%",placeholder:"Select Section"}),$("#cmb_dept").multipleSelect({width:"100%",placeholder:"Select Department"}),$("#cmb_designation").multipleSelect({width:"100%",placeholder:"Select Designation"}),$("#cmb_buscode").multipleSelect({width:"100%",placeholder:"Select Bus Code"}),$("#cmb_routeCode_name").multipleSelect({width:"100%",placeholder:"Select Route Direction"})}),c.edt={sims_Email:"true",existing_rec:"0",sims_father_indi:!1,sims_mother_indi:!1,sims_guardian_indi:!1,sims_father:!1,sims_mother:!1,sims_guardian:!1,sims_active:!1,sims_emergency:!1,sims_sms_char:"0",sims_sms_length:"0"},c.get_msgtypechecked=function(e){l.get(r.apiUrl+"api/common/EmailSms/get_default_mob_no").then(function(e){c.getDefaultMob=e.data,c.sims_mobile_no="";for(var t=0;t<c.getDefaultMob.length;t++)c.sims_mobile_no=c.sims_mobile_no+c.getDefaultMob[t].default_mob_no+",",c.default_mobile_numbers=c.sims_mobile_no.substr(0,c.sims_mobile_no.length-1)}),"true"==e?(c.edt.sims_recepient_cc_id="",c.name_unique_email="Unique parent id for Email",c.chk_emerg=!1,c.chk_sms=!1,c.chk_email=!0,c.chk_emerg=!1,c.chk_rec=!0,c.chk_rec1=!0,c.edt.existing_rec=0,c.div_recipient=!0,c.getcleared()):"false"==e&&(c.name_unique_email="Unique parent id for SMS",c.edt.sims_arabic="false",c.chk_emerg=!0,c.chk_sms=!0,c.chk_email=!1,c.div_recipient=!0,c.chk_rec=!0,c.chk_rec1=!0,c.edt.existing_rec=0,c.chk_emerg=!0,c.edt.sims_defaults=c.default_mobile_numbers,c.getcleared())},c.dataGettingbyvehicleCode=function(e,t){0!=t.length&&l.get(r.apiUrl+"api/UpdateCancleStudentTransDetails/getRouteNameByBusCode?AcaYear="+e+"&Vehicle_Code="+t).then(function(e){c.AllRouteName=e.data,setTimeout(function(){$("#cmb_routeCode_name").change(function(){u=$(this).val()}).multipleSelect({width:"100%"})},1e3)})},c.show_grad_bus=function(){c.edt.unique_email=!0,c.temp_show_grad_bus=!0,c.show_designation=!1,c.searchMobileNo_result=[],c.searchEmailId_result=[],c.edt.existing_rec="0",c.edt.sims_grade=!1,c.chk_rec=!1,c.chk_rec1=!1,c.cleardata()},l.get(r.apiUrl+"api/common/Attendance/getCuriculum").then(function(e){c.obj2=e.data,c.edt.screening_cur_code=c.obj2[0].sims_attendance_cur_code,c.chkCur=angular.copy(e.data),c.getAcademicyr(c.edt.screening_cur_code)}),c.get_ischecked=function(e,t){c.cleardata(),"false"==c.edt.sims_parent&&(c.edt.unique_email=!1),"true"==t?(c.show_bus=!1,"true"==e&&(c.show_grade=!0,c.show_designation=!1,g=t="",c.chk_rec=!1,c.chk_rec=!1,c.edt.existing_rec=0,c.getGrade()),"false"==e&&(c.temp_show_grad_bus=!1,c.div_recipient=!1,c.show_grade=!1,c.show_designation=!0,c.edt.existing_rec=0,c.chk_rec=!1,c.chk_rec1=!0,l.get(r.apiUrl+"api/common/getAllDesignationName").then(function(e){c.designation=e.data,setTimeout(function(){$("#cmb_designation").click(function(){$(this).val()}).multipleSelect({width:"100%"})},1e3)}),l.get(r.apiUrl+"api/common/getDepartmentName").then(function(e){c.department=e.data,setTimeout(function(){$("#cmb_dept").change(function(){$(this).val()}).multipleSelect({width:"100%"})},1e3)}))):(c.show_bus=!0,c.show_grade=!1,c.show_designation=!1,c.chk_rec=!1,c.chk_rec1=!1,l.get(r.apiUrl+"api/UpdateCancleStudentTransDetails/getBusCode").then(function(e){c.E_BusCode_Data=e.data,setTimeout(function(){$("#cmb_buscode").change(function(){t=$(this).val()}).multipleSelect({width:"100%"})},1e3)}))},c.get_receiptClear=function(){c.EmailId_result=[],c.MobileNo_result=[],c.chk_rec=!0,$("#cmb_grade").multipleSelect("enable"),$("#cmb_section").multipleSelect("enable"),$("#cmb_routeCode_name").multipleSelect("enable");try{$("#cmb_grade").multipleSelect("uncheckAll")}catch(e){}try{$("#cmb_section").multipleSelect("uncheckAll")}catch(e){}try{$("#cmb_dept").multipleSelect("uncheckAll")}catch(e){}try{$("#cmb_designation").multipleSelect("uncheckAll")}catch(e){}},c.getcleared=function(){c.edt.sims_father=!1,c.edt.sims_mother=!1,c.edt.sims_guardian=!1,c.edt.sims_active=!1,c.edt.sims_emergency=!1,c.edt.sims_father_indi=!1,c.edt.sims_mother_indi=!1,c.edt.sims_guardian_indi=!1,c.new_student=!1,c.new_family=!1,c.edt.screening_cur_code="",c.edt.sims_academic_year="",c.edt.screening_grade_code="",c.edt.grade_section_code="",c.department=[],c.designation=[],c.EmailId_result=[],c.MobileNo_result=[],$("#cmb_grade").multipleSelect("enable"),$("#cmb_section").multipleSelect("enable");try{$("#cmb_grade").multipleSelect("uncheckAll")}catch(e){}try{$("#cmb_section").multipleSelect("uncheckAll")}catch(e){}try{$("#cmb_dept").multipleSelect("uncheckAll")}catch(e){}try{$("#cmb_designation").multipleSelect("uncheckAll")}catch(e){}try{$("#cmb_buscode").multipleSelect("uncheckAll")}catch(e){}try{$("#cmb_routeCode_name").multipleSelect("uncheckAll")}catch(e){}},c.getAcademicyr=function(e){c.grade=[],u=[],c.section=[],c.acyrs=[],setTimeout(function(){$("#cmb_grade").change(function(){}).multipleSelect({width:"100%"})},1e3),l.get(r.apiUrl+"api/common/getAcademicYear?curCode="+e).then(function(e){c.acyrs=e.data,c.edt.sims_academic_year=c.acyrs[0].sims_academic_year,c.getGrade()})},c.getGrade=function(){c.grade=[],u=[],c.section=[],setTimeout(function(){$("#cmb_section").change(function(){}).multipleSelect({width:"100%"})},1e3),"true"==c.edt.sims_parent&&(c.chk_rec=!1,l.get(r.apiUrl+"api/common/EmailSms/Get_Grade_CodebyCuriculum?cur_code="+c.edt.screening_cur_code+"&acad_yr="+c.edt.sims_academic_year+"&user="+c.username).then(function(e){c.grade=e.data,setTimeout(function(){$("#cmb_grade").change(function(){u=$(this).val()}).multipleSelect({width:"100%"})},1e3)}))},c.getSection=function(e,t){var a=[];if(0!=t.length){if(","!=t)for(var o=0;o<t.length;o++)a=0==o?t[o]:a+","+t[o];"true"==c.edt.sims_parent&&(""!=e&&""!=t||null!=e&&null!=t)&&(t=[],t=a,c.section=[],l.get(r.apiUrl+"api/common/Get_Section_CodebyCuriculum?cur_code="+e+"&grade_code="+t+"&user="+c.username).then(function(e){c.section=e.data,setTimeout(function(){$("#cmb_section").change(function(){g=$(this).val()}).multipleSelect({multiple:!0,width:"100%"}),$("#cmb_section").multipleSelect("checkAll")},1e3)}))}},c.chk_newstudent=function(e){m=e?"A":"I"},c.chk_newfamily=function(e){p=e?"A":"I"},c.chk_father=function(e){"true"==c.edt.sims_Email&&"true"==c.edt.sims_parent?(null!=c.edt.screening_cur_code&&null!=c.edt.screening_grade_code&&null!=c.edt.grade_section_code&&$("#cmb_grade,#cmb_section").multipleSelect("disable"),!0===e?(c.edt.sims_emergency_email=!1,c.edt.sims_active=!1,c.edt.sims_father_indi=!1,c.edt.sims_mother_indi=!1,c.edt.sims_guardian_indi=!1,c.btn_search=!0):(!0===c.edt.sims_father||!0===c.edt.sims_mother||!0===c.edt.sims_guardian||!0===c.edt.sims_active?$("#cmb_grade,#cmb_section").multipleSelect("disable"):$("#cmb_grade,#cmb_section").multipleSelect("enable"),c.EmailId_result=[],c.MobileNo_result=[]),c.GetParentEmailInfo()):"false"==c.edt.sims_Email&&"true"==c.edt.sims_parent&&(null!=c.edt.screening_cur_code&&null!=c.edt.screening_grade_code&&null!=c.edt.grade_section_code&&$("#cmb_grade,#cmb_section").multipleSelect("disable"),!0===e?(c.edt.sims_active=!1,c.edt.sims_father_indi=!1,c.edt.sims_mother_indi=!1,c.edt.sims_guardian_indi=!1,c.btn_search=!0):(!0===c.edt.sims_father||!0===c.edt.sims_mother||!0===c.edt.sims_guardian||!0===c.edt.sims_active?$("#cmb_grade,#cmb_section").multipleSelect("disable"):$("#cmb_grade,#cmb_section").multipleSelect("enable"),c.EmailId_result=[],c.MobileNo_result=[]),c.GetParentMobileContactsInfo())},c.chk_mother=function(e){"true"==c.edt.sims_Email&&"true"==c.edt.sims_parent?(null!=c.edt.screening_cur_code&&null!=c.edt.screening_grade_code&&null!=c.edt.grade_section_code&&$("#cmb_grade,#cmb_section").multipleSelect("disable"),!0===e?(c.edt.sims_emergency_email=!1,c.edt.sims_active=!1,c.edt.sims_father_indi=!1,c.edt.sims_mother_indi=!1,c.edt.sims_guardian_indi=!1,c.btn_search=!0):(!0===c.edt.sims_father||!0===c.edt.sims_mother||!0===c.edt.sims_guardian||!0===c.edt.sims_active?$("#cmb_grade,#cmb_section").multipleSelect("disable"):$("#cmb_grade,#cmb_section").multipleSelect("enable"),c.EmailId_result=[],c.MobileNo_result=[]),c.GetParentEmailInfo()):"false"==c.edt.sims_Email&&"true"==c.edt.sims_parent&&(null!=c.edt.screening_cur_code&&null!=c.edt.screening_grade_code&&null!=c.edt.grade_section_code&&$("#cmb_grade,#cmb_section").multipleSelect("disable"),!0===e?(c.edt.sims_active=!1,c.edt.sims_father_indi=!1,c.edt.sims_mother_indi=!1,c.edt.sims_guardian_indi=!1,c.btn_search=!0):(!0===c.edt.sims_father||!0===c.edt.sims_mother||!0===c.edt.sims_guardian||!0===c.edt.sims_active?$("#cmb_grade,#cmb_section").multipleSelect("disable"):$("#cmb_grade,#cmb_section").multipleSelect("enable"),c.EmailId_result=[],c.MobileNo_result=[]),c.GetParentMobileContactsInfo())},c.chk_guar=function(e){"true"==c.edt.sims_Email&&"true"==c.edt.sims_parent&&(null!=c.edt.screening_cur_code&&null!=c.edt.screening_grade_code&&null!=c.edt.grade_section_code&&$("#cmb_grade,#cmb_section").multipleSelect("disable"),!0===e?(c.edt.sims_emergency_email=!1,c.edt.sims_active=!1,c.edt.sims_father_indi=!1,c.edt.sims_mother_indi=!1,c.edt.sims_guardian_indi=!1,c.btn_search=!0):(!0===c.edt.sims_father||!0===c.edt.sims_mother||!0===c.edt.sims_guardian||!0===c.edt.sims_active?$("#cmb_grade,#cmb_section").multipleSelect("disable"):$("#cmb_grade,#cmb_section").multipleSelect("enable"),c.EmailId_result=[],c.MobileNo_result=[]),c.GetParentEmailInfo()),"false"==c.edt.sims_Email&&"true"==c.edt.sims_parent&&(null!=c.edt.screening_cur_code&&null!=c.edt.screening_grade_code&&null!=c.edt.grade_section_code&&$("#cmb_grade,#cmb_section").multipleSelect("disable"),!0===e?(c.edt.sims_active=!1,c.edt.sims_father_indi=!1,c.edt.sims_mother_indi=!1,c.edt.sims_guardian_indi=!1,c.btn_search=!0):(!0===c.edt.sims_father||!0===c.edt.sims_mother||!0===c.edt.sims_guardian||!0===c.edt.sims_active?$("#cmb_grade,#cmb_section").multipleSelect("disable"):$("#cmb_grade,#cmb_section").multipleSelect("enable"),c.EmailId_result=[],c.MobileNo_result=[]),c.GetParentMobileContactsInfo())},c.chk_active=function(e){"true"==c.edt.sims_Email&&"true"==c.edt.sims_parent&&(null!=c.edt.screening_cur_code&&null!=c.edt.screening_grade_code&&null!=c.edt.grade_section_code&&$("#cmb_grade,#cmb_section").multipleSelect("disable"),!0===e?(c.edt.sims_father=!1,c.edt.sims_mother=!1,c.edt.sims_guardian=!1,c.edt.sims_emergency=!1,c.edt.sims_emergency_email=!1,c.edt.sims_father_indi=!1,c.edt.sims_mother_indi=!1,c.edt.sims_guardian_indi=!1,c.btn_search=!0):!0===c.edt.sims_father||!0===c.edt.sims_mother||!0===c.edt.sims_guardian||!0===c.edt.sims_active?$("#cmb_grade,#cmb_section").multipleSelect("disable"):$("#cmb_grade,#cmb_section").multipleSelect("enable"),c.GetParentEmailInfo()),"false"==c.edt.sims_Email&&"true"==c.edt.sims_parent&&(null!=c.edt.screening_cur_code&&null!=c.edt.screening_grade_code&&null!=c.edt.grade_section_code&&$("#cmb_grade,#cmb_section").multipleSelect("disable"),!0===e?(c.edt.sims_father=!1,c.edt.sims_mother=!1,c.edt.sims_guardian=!1,c.edt.sims_emergency=!1,c.edt.sims_father_indi=!1,c.edt.sims_mother_indi=!1,c.edt.sims_guardian_indi=!1,c.btn_search=!0):(!0===c.edt.sims_father||!0===c.edt.sims_mother||!0===c.edt.sims_guardian||!0===c.edt.sims_active?$("#cmb_grade,#cmb_section").multipleSelect("disable"):$("#cmb_grade,#cmb_section").multipleSelect("enable"),c.EmailId_result=[],c.MobileNo_result=[]),c.GetParentMobileContactsInfo())},c.chk_emergency=function(e){"false"==c.edt.sims_Email&&"true"==c.edt.sims_parent&&(null!=c.edt.screening_cur_code&&null!=c.edt.screening_grade_code&&null!=c.edt.grade_section_code&&$("#cmb_grade,#cmb_section").multipleSelect("disable"),!0===e?(c.edt.sims_active=!1,c.edt.sims_father_indi=!1,c.edt.sims_mother_indi=!1,c.edt.sims_guardian_indi=!1,c.btn_search=!0):(!0===c.edt.sims_father||!0===c.edt.sims_mother||!0===c.edt.sims_guardian||!0===c.edt.sims_active?$("#cmb_grade,#cmb_section").multipleSelect("disable"):$("#cmb_grade,#cmb_section").multipleSelect("enable"),c.EmailId_result=[],c.MobileNo_result=[]),c.GetParentMobileContactsInfo())},c.chk_emergency_email=function(e){"dmc"==l.defaults.headers.common.schoolId&&"true"==c.edt.sims_Email&&"true"==c.edt.sims_parent&&(null!=c.edt.screening_cur_code&&null!=c.edt.screening_grade_code&&null!=c.edt.grade_section_code&&$("#cmb_grade,#cmb_section").multipleSelect("disable"),!0===e?(c.edt.sims_active=!1,c.edt.sims_father_indi=!1,c.edt.sims_mother_indi=!1,c.edt.sims_guardian_indi=!1,c.btn_search=!0):(!0===c.edt.sims_father||!0===c.edt.sims_mother||!0===c.edt.sims_guardian||!0===c.edt.sims_active||!0===c.edt.sims_emergency_email?$("#cmb_grade,#cmb_section").multipleSelect("disable"):$("#cmb_grade,#cmb_section").multipleSelect("enable"),c.EmailId_result=[]),c.GetEmergencyParentEmailInfo())},c.getEmergencyEmail=function(){"dmc"==l.defaults.headers.common.schoolId&&("true"==c.edt.sims_Email&&"true"==c.edt.sims_parent?c.chkEmergencyEmail=!0:c.chkEmergencyEmail=!1)},c.chk_father_indi=function(e){"true"!=c.edt.sims_Email&&"false"!=c.edt.sims_Email||!0!==e?(c.edt.sims_father_indi=!1,c.div_recipient=!1,c.edt.sims_father=!1,c.edt.sims_mother=!1,c.edt.sims_guardian=!1,c.edt.sims_active=!1,c.edt.sims_emergency=!1,(c.btn_search=!1)===c.edt.sims_father_indi&&!1===c.edt.sims_mother_indi&&!1===c.edt.sims_guardian_indi&&(c.chk_rec=!1,c.chk_rec1=!1,"true"==c.edt.sims_grade?(c.show_grade=!0,c.show_bus=!1):"false"==c.edt.sims_grade?(c.show_grade=!1,c.show_bus=!0):"false"==c.edt.sims_parent&&(c.show_designation=!0))):(c.get_receiptClear(),c.div_recipient=!1,c.edt.sims_father=!1,c.edt.sims_mother=!1,c.edt.sims_guardian=!1,c.edt.sims_active=!1,c.edt.sims_emergency=!1,c.btn_search=!1,c.chk_rec=!0,c.chk_rec1=!1,!(c.edt.existing_rec=0)===c.show_grade?c.show_grade=!1:!0===c.show_designation?c.show_designation=!1:!0===c.show_bus&&(c.show_bus=!1))},c.chk_mother_indi=function(e){"true"!=c.edt.sims_Email&&"false"!=c.edt.sims_Email||!0!==e?(c.edt.sims_mother_indi=!1,c.edt.sims_father=!1,c.edt.sims_mother=!1,c.edt.sims_guardian=!1,c.edt.sims_active=!1,c.edt.sims_emergency=!1,c.btn_search=!1,(c.div_recipient=!1)===c.edt.sims_father_indi&&!1===c.edt.sims_mother_indi&&!1===c.edt.sims_guardian_indi&&(c.chk_rec=!1,c.chk_rec1=!1),!1===c.edt.sims_father_indi&&!1===c.edt.sims_mother_indi&&!1===c.edt.sims_guardian_indi&&(c.chk_rec=!1,c.chk_rec1=!1,"true"==c.edt.sims_grade?(c.show_grade=!0,c.show_bus=!1):"false"==c.edt.sims_grade?(c.show_grade=!1,c.show_bus=!0):"false"==c.edt.sims_parent&&(c.show_designation=!0))):(c.get_receiptClear(),c.edt.sims_father=!1,c.edt.sims_mother=!1,c.edt.sims_guardian=!1,c.edt.sims_active=!1,c.edt.sims_emergency=!1,c.btn_search=!1,c.edt.existing_rec=0,c.div_recipient=!1,c.chk_rec=!0,!(c.chk_rec1=!1)===c.show_grade?c.show_grade=!1:!0===c.show_designation?c.show_designation=!1:!0===c.show_bus&&(c.show_bus=!1))},c.chk_guardian_indi=function(e){"true"!=c.edt.sims_Email&&"false"!=c.edt.sims_Email||!0!==e?(c.edt.sims_guardian_indi=!1,c.edt.sims_father=!1,c.edt.sims_mother=!1,c.edt.sims_guardian=!1,c.edt.sims_active=!1,c.edt.sims_emergency=!1,c.btn_search=!1,(c.div_recipient=!1)===c.edt.sims_father_indi&&!1===c.edt.sims_mother_indi&&!1===c.edt.sims_guardian_indi&&(c.chk_rec=!1,c.chk_rec1=!1),!1===c.edt.sims_father_indi&&!1===c.edt.sims_mother_indi&&!1===c.edt.sims_guardian_indi&&(c.chk_rec=!1,c.chk_rec1=!1,"true"==c.edt.sims_grade?(c.show_grade=!0,c.show_bus=!1):"false"==c.edt.sims_grade?(c.show_grade=!1,c.show_bus=!0):"false"==c.edt.sims_parent&&(c.show_designation=!0))):(c.get_receiptClear(),c.edt.sims_father=!1,c.edt.sims_mother=!1,c.edt.sims_guardian=!1,c.edt.sims_active=!1,c.edt.sims_emergency=!1,c.btn_search=!1,c.edt.existing_rec=0,c.div_recipient=!1,c.chk_rec=!0,!(c.chk_rec1=!1)===c.show_grade?c.show_grade=!1:!0===c.show_designation?c.show_designation=!1:!0===c.show_bus&&(c.show_bus=!1))},c.GetParentEmailInfo=function(){c.edt.existing_rec=0,c.ParentEmailIds=[];var e=document.getElementById("cmb_cur");if(c.edt.screening_cur_code=e.value,"true"==c.edt.sims_parent||"false"==c.edt.sims_parent)if(!1===c.edt.sims_father&&!1===c.edt.sims_mother&&!1===c.edt.sims_guardian&&!1===c.edt.sims_active&&!1===c.edt.sims_father_indi&&!1===c.edt.sims_mother_indi&&!1===c.edt.sims_guardian_indi)c.edt.existing_rec=0,swal({text:"Please Select Recipient",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380});else if(null==u&&null==g)swal({text:"Please Select Grade & Section",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}),c.edt.sims_father=!1,c.edt.sims_mother=!1,c.edt.sims_guardian=!1,c.edt.sims_active=!1;else{null!=c.edt.sims_father&&""!=c.edt.sims_father||(c.edt.sims_father=!1),null!=c.edt.sims_mother&&""!=c.edt.sims_mother||(c.edt.sims_mother=!1),null!=c.edt.sims_guardian&&""!=c.edt.sims_guardian||(c.edt.sims_guardian=!1);var t=c.edt,a=a+","+c.edt.grade_section_code,o=a.substr(a.indexOf(",")+1);if("false"==c.edt.sims_grade){o=e.value,c.edt.unique_email&&(o+="true");for(var s=[],n=[],i=c.item.sims_transport_route_code,d=0;d<i.sims_transport_route_code.length;d++)n=0==s.length?(s=i.sims_transport_route_code[d].sims_transport_route_direction,i.sims_transport_route_code[d].sims_transport_route_code):(s=s+","+i.sims_transport_route_code[d].sims_transport_route_direction,n+","+i.sims_transport_route_code[d].sims_transport_route_code);"abqis"==l.defaults.headers.common.schoolId||"asis"==l.defaults.headers.common.schoolId||"siso"==l.defaults.headers.common.schoolId||"imert"==l.defaults.headers.common.schoolId?l.get(r.apiUrl+"api/common/EmailSms1/GetSpecificParentEmailIdsByBUS?iffather="+t.sims_father+"&ifmother="+t.sims_mother+"&ifguardian="+t.sims_guardian+"&active="+t.sims_active+"&curCode="+o+"&route_code="+n+"&route_direction="+s+"&ac_year="+c.edt.sims_academic_year+"&newStudent="+m+"&newFamily="+p).then(function(e){c.ParentEmailIds=e.data,c.EmailId_result=c.ParentEmailIds,c.searchEmailId_result=c.EmailId_result,c.edt.existing_rec=c.ParentEmailIds.length}):l.get(r.apiUrl+"api/common/EmailSms/GetSpecificParentEmailIdsByBUS?iffather="+t.sims_father+"&ifmother="+t.sims_mother+"&ifguardian="+t.sims_guardian+"&active="+t.sims_active+"&curCode="+o+"&route_code="+n+"&route_direction="+s+"&ac_year="+c.edt.sims_academic_year).then(function(e){c.ParentEmailIds=e.data,c.EmailId_result=c.ParentEmailIds,c.searchEmailId_result=c.EmailId_result,c.edt.existing_rec=c.ParentEmailIds.length})}else o=a.substr(a.indexOf(",")+1),c.edt.unique_email&&(o+="true"),"abqis"==l.defaults.headers.common.schoolId||"asis"==l.defaults.headers.common.schoolId||"siso"==l.defaults.headers.common.schoolId||"imert"==l.defaults.headers.common.schoolId?l.get(r.apiUrl+"api/common/EmailSms1/GetSpecificParentEmailIds?iffather="+t.sims_father+"&ifmother="+t.sims_mother+"&ifguardian="+t.sims_guardian+"&active="+t.sims_active+"&sections="+o+"&academic_year="+c.edt.sims_academic_year+"&newStudent="+m+"&newFamily="+p).then(function(e){c.ParentEmailIds=e.data,c.EmailId_result=c.ParentEmailIds,c.searchEmailId_result=c.EmailId_result,c.edt.existing_rec=c.ParentEmailIds.length}):l.get(r.apiUrl+"api/common/EmailSms/GetSpecificParentEmailIds?iffather="+t.sims_father+"&ifmother="+t.sims_mother+"&ifguardian="+t.sims_guardian+"&active="+t.sims_active+"&sections="+o+"&academic_year="+c.edt.sims_academic_year).then(function(e){c.ParentEmailIds=e.data,c.EmailId_result=c.ParentEmailIds,c.searchEmailId_result=c.EmailId_result,c.edt.existing_rec=c.ParentEmailIds.length})}else swal({text:"Please Select message Type and Recipient.",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380})},c.GetEmergencyParentEmailInfo=function(){if("dmc"==l.defaults.headers.common.schoolId){c.edt.existing_rec=0,c.ParentEmailIds=[];var e=document.getElementById("cmb_cur");if(c.edt.screening_cur_code=e.value,"true"==c.edt.sims_parent||"false"==c.edt.sims_parent)if(!1===c.edt.sims_father&&!1===c.edt.sims_mother&&!1===c.edt.sims_guardian&&!1===c.edt.sims_active&&!1===c.edt.sims_emergency_email&&!1===c.edt.sims_father_indi&&!1===c.edt.sims_mother_indi&&!1===c.edt.sims_guardian_indi)c.edt.existing_rec=0,swal({text:"Please Select Recipient",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380});else if(null==u&&null==g)swal({text:"Please Select Grade & Section",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}),c.edt.sims_father=!1,c.edt.sims_mother=!1,c.edt.sims_guardian=!1,c.edt.sims_active=!1,c.edt.sims_emergency_email=!1;else{null!=c.edt.sims_father&&""!=c.edt.sims_father||(c.edt.sims_father=!1),null!=c.edt.sims_mother&&""!=c.edt.sims_mother||(c.edt.sims_mother=!1),null!=c.edt.sims_guardian&&""!=c.edt.sims_guardian||(c.edt.sims_guardian=!1);var t=c.edt,a=a+","+c.edt.grade_section_code,o=a.substr(a.indexOf(",")+1);if("false"==c.edt.sims_grade){o=e.value,c.edt.unique_email&&(o+="true");for(var s=[],n=[],i=c.item.sims_transport_route_code,d=0;d<i.sims_transport_route_code.length;d++)n=0==s.length?(s=i.sims_transport_route_code[d].sims_transport_route_direction,i.sims_transport_route_code[d].sims_transport_route_code):(s=s+","+i.sims_transport_route_code[d].sims_transport_route_direction,n+","+i.sims_transport_route_code[d].sims_transport_route_code);l.get(r.apiUrl+"api/common/EmailSms/GetSpecificParentEmailIdsByBUS_dmc?iffather="+t.sims_father+"&ifmother="+t.sims_mother+"&ifguardian="+t.sims_guardian+"&active="+t.sims_active+"&ifemerg="+t.sims_emergency_email+"&curCode="+o+"&route_code="+n+"&route_direction="+s+"&ac_year="+c.edt.sims_academic_year).then(function(e){c.ParentEmailIds=e.data,c.EmailId_result=c.ParentEmailIds,c.searchEmailId_result=c.EmailId_result,c.edt.existing_rec=c.ParentEmailIds.length})}else o=a.substr(a.indexOf(",")+1),c.edt.unique_email&&(o+="true"),l.get(r.apiUrl+"api/common/EmailSms/GetSpecificParentEmailIds_dmc?iffather="+t.sims_father+"&ifmother="+t.sims_mother+"&ifguardian="+t.sims_guardian+"&active="+t.sims_active+"&ifemerg="+t.sims_emergency_email+"&sections="+o+"&academic_year="+c.edt.sims_academic_year).then(function(e){c.ParentEmailIds=e.data,c.EmailId_result=c.ParentEmailIds,c.searchEmailId_result=c.EmailId_result,c.edt.existing_rec=c.ParentEmailIds.length})}else swal({text:"Please Select message Type and Recipient.",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380})}},c.GetParentMobileContactsInfo=function(){c.parentMobile=[];var e=document.getElementById("cmb_cur");if(c.edt.screening_cur_code=e.value,"true"==c.edt.sims_parent||"false"==c.edt.sims_parent)if(!1===c.edt.sims_father&&!1===c.edt.sims_mother&&!1===c.edt.sims_guardian&&!1===c.edt.sims_active&&!1===c.edt.sims_emergency&&!1===c.edt.sims_father_indi&&!1===c.edt.sims_mother_indi&&!1===c.edt.sims_guardian_indi)c.edt.existing_rec=0,swal({text:"Please Select Recipient",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380});else if(null==u&&null==g)swal({text:"Please Select Grade & Section",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}),c.edt.sims_father=!1,c.edt.sims_mother=!1,c.edt.sims_guardian=!1,c.edt.sims_active=!1;else{var t=c.edt,a=a+","+c.edt.grade_section_code,o=a.substr(a.indexOf(",")+1);if("false"==c.edt.sims_grade){o=e.value,c.edt.unique_email&&(o+="true");for(var s=[],n=[],i=c.item.sims_transport_route_code,d=0;d<i.sims_transport_route_code.length;d++)n=0==s.length?(s=i.sims_transport_route_code[d].sims_transport_route_direction,i.sims_transport_route_code[d].sims_transport_route_code):(s=s+","+i.sims_transport_route_code[d].sims_transport_route_direction,n+","+i.sims_transport_route_code[d].sims_transport_route_code);"abqis"==l.defaults.headers.common.schoolId||"asis"==l.defaults.headers.common.schoolId||"siso"==l.defaults.headers.common.schoolId||"imert"==l.defaults.headers.common.schoolId?l.get(r.apiUrl+"api/common/EmailSms1/GetSpecificParentMobileByBUS?iffather="+t.sims_father+"&ifmother="+t.sims_mother+"&ifguardian="+t.sims_guardian+"&active="+t.sims_active+"&ifemergency="+t.sims_emergency+"&curCode="+o+"&route_code="+n+"&route_direction="+s+"&ac_year="+c.edt.sims_academic_year+"&newStudent="+m+"&newFamily="+p).then(function(e){c.parentMobile=e.data,c.parentMobile1=c.parentMobile,c.MobileNo_result=c.parentMobile1,c.searchMobileNo_result=c.MobileNo_result,c.edt.existing_rec=c.parentMobile.length}):l.get(r.apiUrl+"api/common/EmailSms/GetSpecificParentMobileByBUS?iffather="+t.sims_father+"&ifmother="+t.sims_mother+"&ifguardian="+t.sims_guardian+"&active="+t.sims_active+"&ifemergency="+t.sims_emergency+"&curCode="+o+"&route_code="+n+"&route_direction="+s+"&ac_year="+c.edt.sims_academic_year).then(function(e){c.parentMobile=e.data,c.parentMobile1=c.parentMobile,c.MobileNo_result=c.parentMobile1,c.searchMobileNo_result=c.MobileNo_result,c.edt.existing_rec=c.parentMobile.length})}else o=a.substr(a.indexOf(",")+1),c.edt.unique_email&&(o+="true"),"abqis"==l.defaults.headers.common.schoolId||"asis"==l.defaults.headers.common.schoolId||"siso"==l.defaults.headers.common.schoolId||"imert"==l.defaults.headers.common.schoolId?l.get(r.apiUrl+"api/common/EmailSms1/GetSpecificParentMobile?iffather="+t.sims_father+"&ifmother="+t.sims_mother+"&ifguardian="+t.sims_guardian+"&active="+t.sims_active+"&ifemergency="+t.sims_emergency+"&sections="+o+"&ac_year="+c.edt.sims_academic_year+"&newStudent="+m+"&newFamily="+p).then(function(e){c.parentMobile=e.data,c.parentMobile1=c.parentMobile,c.MobileNo_result=c.parentMobile1,c.searchMobileNo_result=c.MobileNo_result,c.edt.existing_rec=c.parentMobile.length}):l.get(r.apiUrl+"api/common/EmailSms/GetSpecificParentMobile?iffather="+t.sims_father+"&ifmother="+t.sims_mother+"&ifguardian="+t.sims_guardian+"&active="+t.sims_active+"&ifemergency="+t.sims_emergency+"&sections="+o+"&ac_year="+c.edt.sims_academic_year).then(function(e){c.parentMobile=e.data,c.parentMobile1=c.parentMobile,c.MobileNo_result=c.parentMobile1,c.searchMobileNo_result=c.MobileNo_result,c.edt.existing_rec=c.parentMobile.length})}else swal({text:"Please Select message Type and Recipient.",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380})},c.GetEmployeeInfo=function(){var e,t,a,o;c.edt.existing_rec="0",g=u="","true"==c.edt.sims_Email?"false"==c.edt.sims_parent&&(a=(e=e+","+c.edt.designation).substr(e.indexOf(",")+1),o=(t=t+","+c.edt.em_dept_code).substr(t.indexOf(",")+1),null==a&&null==o||l.get(r.apiUrl+"api/common/EmailSms/GetEmployeesEmailIds?desg="+a+"&dept="+o).then(function(e){0!=c.edt.em_dept_code.length?(c.empEmailIds=e.data,c.EmailId_result=c.empEmailIds,c.searchEmailId_result=c.EmailId_result,c.edt.existing_rec=c.EmailId_result.length):c.edt.existing_rec="0"})):"false"==c.edt.sims_Email&&"false"==c.edt.sims_parent&&(a=(e=e+","+c.edt.designation).substr(e.indexOf(",")+1),o=(t=t+","+c.edt.em_dept_code).substr(t.indexOf(",")+1),null!=a)&&null!=o&&l.get(r.apiUrl+"api/common/EmailSms/GetEmployeesContacts?desg="+a+"&dept="+o).then(function(e){0!=c.edt.em_dept_code.length?(c.empMobContacts=e.data,c.EmpMobile=c.empMobContacts,c.MobileNo_result=c.EmpMobile,c.searchMobileNo_result=c.MobileNo_result,c.edt.existing_rec=c.empMobContacts.length):c.edt.existing_rec="0"})},c.msg_details=function(){if(""!=c.edt.sims_smstext&&null!=c.edt.sims_smstext){var e=0;c.edt.sims_sms_char=0;var t=document.getElementById("txt_smstext").value.length,a=c.edt.sims_smstext,o=new Array("[","]","{","}");if(""!=a){for(var s,n=0;s=a.charAt(n);n++)for(var i=0;i<o.length;i++)o[i]===s&&(e+=1);c.edt.sims_sms_char=t-e+2*e}c.edt.sims_sms_char<=160&&0<c.edt.sims_sms_char&&(c.edt.sims_sms_length="1"),c.edt.sims_sms_char<=306&&160<c.edt.sims_sms_char&&(c.edt.sims_sms_length="2"),c.edt.sims_sms_char<=459&&306<c.edt.sims_sms_char&&(c.edt.sims_sms_length="3"),c.edt.sims_sms_char<=612&&459<c.edt.sims_sms_char&&(c.edt.sims_sms_length="4"),c.edt.sims_sms_char<=765&&612<c.edt.sims_sms_char&&(c.edt.sims_sms_length="5"),c.edt.sims_sms_char<=918&&765<c.edt.sims_sms_char&&(c.edt.sims_sms_length="6"),c.edt.sims_sms_char<=1071&&918<c.edt.sims_sms_char&&(c.edt.sims_sms_length="7"),c.edt.sims_sms_char<=1224&&1071<c.edt.sims_sms_char&&(c.edt.sims_sms_length="8"),c.edt.sims_sms_char<=1377&&1224<c.edt.sims_sms_char&&(c.edt.sims_sms_length="9"),c.edt.sims_sms_char<=1530&&1377<c.edt.sims_sms_char&&(c.edt.sims_sms_length="10")}else c.edt.sims_sms_char="0",c.edt.sims_sms_length="0"},c.search2=function(){},c.cleardata=function(){c.edt.existing_rec="0",c.parentMobile1=[],c.edt.sims_emergency_email=!1,c.edt.sims_father=!1,c.edt.sims_family=!1,c.edt.sims_student=!1,c.edt.sims_mother=!1,c.edt.sims_guardian=!1,c.edt.sims_active=!1,c.edt.sims_emergency=!1,c.edt.sims_father_indi=!1,c.edt.sims_mother_indi=!1,c.edt.sims_guardian_indi=!1,c.getfather_indi=[],c.getmother_indi=[],c.getguardian_indi=[],c.getEmp_indi=[],c.grade=[],c.section=[],c.EmailId_result=[],c.MobileNo_result=[],$("#cmb_grade").multipleSelect("enable"),$("#cmb_section").multipleSelect("enable"),$("#cmb_dept").multipleSelect("enable"),$("#cmb_designation").multipleSelect("enable");try{$("#cmb_grade").multipleSelect("uncheckAll")}catch(e){}try{$("#cmb_section").multipleSelect("uncheckAll")}catch(e){}try{$("#cmb_dept").multipleSelect("uncheckAll")}catch(e){}try{$("#cmb_designation").multipleSelect("uncheckAll")}catch(e){}},"true"==c.edt.sims_parent&&c.get_ischecked(c.edt.sims_parent,c.edt.sims_grade_designation),"true"==c.edt.sims_Email&&c.get_msgtypechecked(c.edt.sims_Email),new FormData),d=(c.images_data=[],c.images_att=[],c.getTheFiles=function(s){c.filesize=!0;var n="no";angular.forEach(s,function(e,t){i.append(t,e);var a=0;if(5242880<s[a].size)c.filesize=!1,swal({title:"Alert",text:"File Should Not Exceed 5MB.",showCloseButton:!0,width:380});else if(0<c.images_data.length){for(var o=0;o<c.images_data.length;o++)if(c.images_data[o].attFilename==s[a].name)return void(n="yes");"no"==n&&c.images_data.push({attFilename:s[a].name,fsize:s[a].size}),n="no"}else c.images_data.push({attFilename:s[a].name,fsize:s[a].size});a++})},"");c.file_doc=[],c.file_changed=function(e){d="";new Date;null==c.file_doc&&(c.file_doc="");var t=e.files,e=(c.photofile=e.files[0],(d=c.photofile.name).split(".")),a=d.split(".")[0],o=d.split(".")[e.length-1];if(5242880<c.photofile.size)swal("","File size limit not exceed upto 5 MB.");else{if(c.uploading_doc1=!1,c.photo_filename=c.photofile.type,t.length)for(var s=new FormData,n=0;n<t.length;n++){t[n].name.split(".");s.append(t[n].name,t[n],"Web\\"+t[n].name.replace(/\s/g,""))}e=new FileReader;e.onload=function(t){c.$apply(function(){c.prev_img=t.target.result,c.show_loader();var e={method:"POST",url:r.apiUrl+"api/AssignmentUpload/upload1?filename="+a+"."+o+"&location=Docs/Attachments/",data:s,headers:{"Content-Type":void 0}};l(e).success(function(e){c.hide_loader()})})},e.readAsDataURL(c.photofile)}},c.download=function(e){window.open(c.attach_url+e,"_new")},c.uploadClick=function(e){c.filesize=!0,c.edt1=e,c.ins=!1,i=new FormData},c.CancelFileUpload=function(e){c.images_data.splice(e,1)},c.search=function(){"true"!=c.edt.sims_Email&&"false"!=c.edt.sims_Email||("true"==c.edt.sims_parent?!1===c.edt.sims_father_indi&&!1===c.edt.sims_mother_indi&&!1===c.edt.sims_guardian_indi?swal({text:"Please Select Recipient",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}):(o.visible_stud=!0,o.visible_parent=!0,o.visible_search_parent=!0,o.visible_Employee=!1,c.getEmployee1()):(o.visible_stud=!1,o.visible_Employee=!0,o.visible_parent=!1,o.visible_search_parent=!1,c.getEmployee1()))},c.SearchParentModal=function(){c.parenttable=!1,c.buttons=!1,c.busy=!1,c.pp="",c.parent_result="",$('.nav-tabs a[href="#Parent_information"]').tab("show"),$("#MyModal").modal("show")},c.SearchParent=function(){c.parenttable=!1,l.get(r.apiUrl+"api/common/GlobalSearch/getSearchParent?data="+JSON.stringify(c.pp)).then(function(e){c.parent_result=e.data,c.parenttable=!0,c.busy=!1}),c.currentPage=0},c.SearchEmpModal=function(){$('.nav-tabs a[href="#emp_information"]').tab("show"),$("#Emp_Search_Modal").modal("show")},c.SearchEmployee=function(){c.NodataEmployee=!1,l.post(r.apiUrl+"api/common/GlobalSearch/SearchEmployee?data="+JSON.stringify(c.temp)).then(function(e){c.EmployeeDetails=e.data,c.EmployeeTable=!0})},c.get_checkedparent=function(e){e.ischecked=!0},c.$on("global_cancel",function(e){"true"==c.edt.sims_Email&&"true"==c.edt.sims_parent?c.getparentdata():"true"==c.edt.sims_Email&&"false"==c.edt.sims_parent?c.getEmployeedata():"false"==c.edt.sims_Email&&"true"==c.edt.sims_parent?c.getparentdata():"false"==c.edt.sims_Email&&"false"==c.edt.sims_parent&&c.getEmployeedata();try{$("#cmb_gradeparent").multipleSelect("uncheckAll")}catch(e){}try{$("#cmb_sectionparent").multipleSelect("uncheckAll")}catch(e){}}),c.getEmployee1=function(){c.global_Search_click(),$("#Global_Search_Modal").modal({backdrop:"static"})},c.getparentdata=function(){if(c.parent_result=c.SelectedUserLst,c.ParentEmailIds=[],c.parentMobile1=[],"true"==c.edt.sims_Email){for(var e=0;e<c.parent_result.length;e++)!0===c.parent_result[e].user_chk&&"-"!=c.parent_result[e].mail_id&&(!0===c.edt.sims_father_indi&&null!=c.parent_result[e].mail_id&&""!=c.parent_result[e].mail_id&&(c.getfather_indi.push({username:c.parent_result[e].s_parent_id,father_emailid:c.parent_result[e].mail_id,emailsendto:c.parent_result[e].mail_id,name:c.parent_result[e].s_parent_name,sender_emailid:c.getProfile,fflag:"1",enrollnumber:c.parent_result[e].s_enroll_no}),c.parent_result[e].ischecked=!1),!0===c.edt.sims_mother_indi&&null!=c.parent_result[e].mother_email_id&&""!=c.parent_result[e].mother_email_id&&"-"!=c.parent_result[e].mother_email_id&&(c.getfather_indi.push({username:c.parent_result[e].s_parent_id,mother_emailid:c.parent_result[e].mother_email_id,emailsendto:c.parent_result[e].mother_email_id,enrollnumber:c.parent_result[e].s_enroll_no,name:c.parent_result[e].s_parent_name,sender_emailid:c.getProfile,mflag:"1"}),c.parent_result[e].ischecked=!1),!0===c.edt.sims_guardian_indi)&&null!=c.parent_result[e].guardian_email_id&&""!=c.parent_result[e].guardian_email_id&&"-"!=c.parent_result[e].guardian_email_id&&(c.getfather_indi.push({username:c.parent_result[e].s_parent_id,guardian_emailid:c.parent_result[e].guardian_email_id,emailsendto:c.parent_result[e].guardian_email_id,enrollnumber:c.parent_result[e].s_enroll_no,name:c.parent_result[e].s_parent_name,sender_emailid:c.getProfile,gflag:"1"}),c.parent_result[e].ischecked=!1);0<c.getfather_indi.length&&(c.ParentEmailIds=c.getfather_indi,c.EmailId_result=c.ParentEmailIds,c.searchEmailId_result=c.EmailId_result,c.edt.existing_rec=c.getfather_indi.length)}else if("false"==c.edt.sims_Email){for(e=0;e<c.parent_result.length;e++)!0===c.parent_result[e].user_chk&&(!0===c.edt.sims_father_indi&&null!=c.parent_result[e].mobile_no&&""!=c.parent_result[e].mobile_no&&(c.getfather_indi.push({username:c.parent_result[e].s_parent_id,sms_father_contact_number1:c.parent_result[e].mobile_no,sms_smssendto:c.parent_result[e].mobile_no,sender_emailid:c.getProfile,name:c.parent_result[e].s_parent_name,sms_father_flag:"1"}),c.parent_result[e].ischecked=!1),!0===c.edt.sims_mother_indi&&null!=c.parent_result[e].mother_mobile_no&&""!=c.parent_result[e].mother_mobile_no&&""!=c.parent_result[e].mother_mobile_no&&(c.getfather_indi.push({username:c.parent_result[e].s_parent_id,sms_mother_contact_number2:c.parent_result[e].mother_mobile_no,sms_smssendto:c.parent_result[e].mother_mobile_no,sender_emailid:c.getProfile,name:c.parent_result[e].s_parent_name,sms_mother_flag:"1"}),c.parent_result[e].ischecked=!1),!0===c.edt.sims_guardian_indi)&&null!=c.parent_result[e].guardian_mobile_no&&""!=c.parent_result[e].guardian_mobile_no&&(c.getfather_indi.push({username:c.parent_result[e].s_parent_id,sms_guardian_contact_number3:c.parent_result[e].guardian_mobile_no,sms_smssendto:c.parent_result[e].guardian_mobile_no,sender_emailid:c.getProfile,name:c.parent_result[e].s_parent_name,sms_guardian_flag:"1"}),c.parent_result[e].ischecked=!1);0<c.getfather_indi.length&&(c.parentMobile1=c.getfather_indi,c.MobileNo_result=c.parentMobile1,c.searchMobileNo_result=c.MobileNo_result,c.edt.existing_rec=c.getfather_indi.length)}},c.getEmployeedata=function(){if(c.EmployeeDetails=c.SelectedUserLst,c.EmpEmailIds=[],c.EmpMobile=[],"true"==c.edt.sims_Email){for(var e=0;e<c.EmployeeDetails.length;e++)!0===c.EmployeeDetails[e].user_chk&&null!=c.EmployeeDetails[e].em_email&&""!=c.EmployeeDetails[e].em_email&&c.getEmp_indi.push({username:c.EmployeeDetails[e].em_login_code,father_emailid:c.EmployeeDetails[e].em_email,emailsendto:c.EmployeeDetails[e].em_email,sender_emailid:c.getProfile,name:c.EmployeeDetails[e].empName,fflag:"1"});0<c.getEmp_indi.length&&(c.empEmailIds=c.getEmp_indi,c.EmailId_result=c.empEmailIds,c.searchEmailId_result=c.EmailId_result,c.edt.existing_rec=c.getEmp_indi.length)}else if("false"==c.edt.sims_Email){for(e=0;e<c.EmployeeDetails.length;e++)!0===c.EmployeeDetails[e].user_chk&&null!=c.EmployeeDetails[e].em_mobile&&""!=c.EmployeeDetails[e].em_mobile&&c.getEmp_indi.push({username:c.EmployeeDetails[e].em_login_code,sms_father_contact_number1:c.EmployeeDetails[e].em_mobile,sms_smssendto:c.EmployeeDetails[e].em_mobile,name:c.EmployeeDetails[e].empName,sms_father_flag:"1"});0<c.getEmp_indi.length&&(c.EmpMobile=c.getEmp_indi,c.empMobContact=c.EmpMobile,c.MobileNo_result=c.EmpMobile,c.searchMobileNo_result=c.MobileNo_result,c.edt.existing_rec=c.getEmp_indi.length)}},c.EmailIdDetails=function(){"true"==c.edt.sims_Email?(c.tbl_email=!0,c.tbl_sms=!1):(c.tbl_sms=!0,c.tbl_email=!1),$("#EmailIdModal").modal("show")},c.cancelemailIddata=function(e){"true"==c.edt.sims_Email&&"true"==c.edt.sims_parent?(c.EmailId_result.splice(e,1),c.edt.existing_rec=c.EmailId_result.length,c.ParentEmailIds=c.EmailId_result):"true"==c.edt.sims_Email&&"false"==c.edt.sims_parent&&(c.EmailId_result.splice(e,1),c.edt.existing_rec=c.EmailId_result.length,c.empEmailIds=c.EmailId_result)},c.cancelmobiledata=function(e){"false"==c.edt.sims_Email&&"true"==c.edt.sims_parent?(c.MobileNo_result.splice(e,1),c.edt.existing_rec=c.MobileNo_result.length,c.parentMobile1=c.MobileNo_result):"false"==c.edt.sims_Email&&"false"==c.edt.sims_parent&&(c.MobileNo_result.splice(e,1),c.edt.existing_rec=c.MobileNo_result.length,c.EmpMobile=c.MobileNo_result)},c.send_mail_details=function(){0!=c.edt.existing_rec?("true"==c.edt.sims_Email&&swal({text:"Do You Want to Send Email?",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}).then(function(e){e&&c.sendMaildetails()}),"false"==c.edt.sims_Email&&swal({title:"",text:"Do You Want to Send SMS?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){e&&c.OnsendSMSdetails()})):swal({text:"Please select recepients Count is zero",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380})},c.sendMaildetails=function(){c.edt.body1=document.getElementById("editor"),c.codevalue=c.edt.body1.value,c.edt.body=$("<textarea />").html(c.codevalue).text();var e=!0;if("true"==c.edt.sims_Email&&(""!=c.edt.sims_subject&&null!=c.edt.sims_subject||""!=c.edt.body&&null!=c.edt.body||(e=!1,swal({text:"Subject & Message Body Is Required",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380})),!0===e))if("true"==c.edt.sims_parent)if(jQuery.isEmptyObject(c.ParentEmailIds))swal({text:"Please Specify Atleast One Recipient",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380});else{for(var t=0;t<c.ParentEmailIds.length;t++)c.ParentEmailIds[t].subject=c.edt.sims_subject,c.ParentEmailIds[t].body=c.edt.body,c.ParentEmailIds[t].sender_emailid=c.getProfile,0==t?(c.ParentEmailIds[t].sims_recepient_cc_id=c.edt.sims_recepient_cc_id,c.ParentEmailIds[t].sims_email_recurrance_id=c.edt.sims_email_recurrance_id):(c.ParentEmailIds[t].sims_recepient_cc_id=null,c.ParentEmailIds[t].sims_email_recurrance_id=null);try{(a=c.ParentEmailIds)[0].sims_recepient_search_id=o.globals.currentUser.username,a[0].comn_email_attachments=c.images_data,l.post(r.apiUrl+"api/common/EmailSms/ScheduleMails",a).then(function(e){c.display=!0,c.msg1=e.data,!0===c.msg1?swal({text:"Mail Sent Successfully.",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&$("#editor").data("kendoEditor").value("")}):swal({text:"Mail Not Sent.",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}),c.Emailcancel()})}catch(e){}}else if("false"==c.edt.sims_parent)if(jQuery.isEmptyObject(c.empEmailIds))swal({text:"Please Specify Atleast One Recipient",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380});else{for(var a,t=0;t<c.empEmailIds.length;t++)c.empEmailIds[t].subject=c.edt.sims_subject,c.empEmailIds[t].body=c.edt.body,c.empEmailIds[t].sender_emailid=c.getProfile,c.empEmailIds[t].sims_recepient_cc_id=0==t?c.edt.sims_recepient_cc_id:null;try{(a=c.empEmailIds)[0].comn_email_attachments=c.images_data,a[0].sims_recepient_search_id=o.globals.currentUser.username,l.post(r.apiUrl+"api/common/EmailSms/ScheduleMails",a).then(function(e){c.display=!0,c.msg1=e.data,!0===c.msg1?swal({text:"Mail Sent Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&$("#editor").data("kendoEditor").value("")}):swal({text:"Mail Not Sent.",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}),c.Emailcancel()})}catch(e){}}},c.cancel_mail_details=function(){c.Emailcancel()},c.OnsendSMSdetails=function(){if("false"==c.edt.sims_Email&&"true"==c.edt.sims_parent)if(jQuery.isEmptyObject(c.parentMobile1))swal({text:"SMS Not Sent",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380});else{for(var e=0;e<c.parentMobile1.length;e++)c.parentMobile1[e].sims_smstext=c.edt.sims_smstext,c.parentMobile1[e].usercode=c.parentMobile1[e].username,c.parentMobile1[e].smssendto=c.parentMobile1[e].sms_smssendto,null!=c.edt.sims_defaults&&(c.parentMobile1[e].sims_recepient_cc_id=0==e?c.edt.sims_recepient_cc_id+","+c.edt.sims_defaults:null),"Y"==c.sims_arabic&&(c.parentMobile1[e].arabicsms=!0),"N"==c.sims_arabic&&(c.parentMobile1[e].arabicsms=!1);try{(t=c.parentMobile1)[0].sims_recepient_search_id=o.globals.currentUser.username,l.post(r.apiUrl+"api/common/EmailSms/CUD_Insert_SMS_Schedule",t).then(function(e){c.display=!0,c.msg1=e.data,!0===c.msg1?swal({text:"SMS sent successfully.",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}):swal({text:"SMS Not Sent",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}),c.Emailcancel()})}catch(e){}}else if("false"==c.edt.sims_Email&&"false"==c.edt.sims_parent&&!jQuery.isEmptyObject(c.EmpMobile)){for(var t,e=0;e<c.EmpMobile.length;e++)c.EmpMobile[e].sims_smstext=c.edt.sims_smstext,c.EmpMobile[e].usercode=c.username,c.EmpMobile[e].smssendto=c.EmpMobile[e].sms_smssendto,c.EmpMobile[e].sims_recepient_cc_id=0==e?c.edt.sims_recepient_cc_id+","+c.edt.sims_defaults:null,"Y"==c.sims_arabic&&(c.EmpMobile[e].arabicsms=!0),"N"==c.sims_arabic&&(c.EmpMobile[e].arabicsms=!1);try{(t=c.EmpMobile)[0].sims_recepient_search_id=o.globals.currentUser.username,l.post(r.apiUrl+"api/common/EmailSms/CUD_Insert_SMS_Schedule",t).then(function(e){c.display=!0,c.msg1=e.data,!0===c.msg1?(c.Emailcancel(),swal({text:"SMS sent successfully.",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380})):(c.Emailcancel(),swal({text:"SMS Not Sent.",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}))})}catch(e){}}},c.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).username.toLowerCase().indexOf(t.toLowerCase())||-1<e.name.toLowerCase().indexOf(t.toLowerCase());var t})},c.search2=function(){"true"==c.edt.sims_Email?(c.EmailId_result=c.searched(c.EmailId_result,c.searchText2),""!=c.searchText2?c.EmailId_result=c.EmailId_result:c.EmailId_result=c.searchEmailId_result):"false"==c.edt.sims_Email&&(c.MobileNo_result=c.searched(c.MobileNo_result,c.searchText2),""!=c.searchText2?c.MobileNo_result=c.MobileNo_result:c.MobileNo_result=c.searchMobileNo_result)},"abqis"!=l.defaults.headers.common.schoolId&&"asis"!=l.defaults.headers.common.schoolId&&"siso"!=l.defaults.headers.common.schoolId||(c.GetArabicMsgCharLength=function(e){"true"==e?(document.getElementById("txt_smstext").value="",document.getElementById("txt_smstext").maxLength="350",c.txt_smstext_label=!0):(document.getElementById("txt_smstext").value="",document.getElementById("txt_smstext").removeAttribute("maxLength"),c.txt_smstext_label=!1)}),c.GetArabicMsgFlag=function(e){"false"==e?c.sims_arabic="N":"true"==e&&(c.sims_arabic="Y")},c.ValidateEmail=function(e){return e.value.match(/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/)?(document.myForm.formcc.focus(),!0):(alert("You have entered an invalid email address!"),document.myForm.formcc.focus(),!1)},c.onlyNumbers2=function(e){var t,a={escape:27,backspace:8,tab:9,enter:13,del:45,0:48,1:49,2:50,3:51,4:52,5:53,6:54,7:55,8:56,9:57,"@":64,".":46,A:65,B:66,C:67,D:68,E:69,F:70,G:71,H:72,I:73,J:74,K:75,L:76,M:77,N:78,O:79,P:80,Q:81,R:82,S:83,T:84,U:85,V:86,W:87,X:88,Y:89,Z:90,a:97,b:98,c:99,d:100,e:101,f:102,g:103,h:104,i:105,j:106,k:107,l:108,m:109,n:110,o:111,p:112,q:113,r:114,s:115,t:116,u:117,v:118,w:119,x:120,y:121,z:122};for(t in a)if(a.hasOwnProperty(t)&&(e.charCode==a[t]||e.keyCode==a[t]))return;e.preventDefault()},c.Emailcancel=function(){c.edt=[],$("#editor").data("kendoEditor").editor.clear(),c.images_data=[],c.edt.sims_Email="true",c.chk_email=!0,c.chk_sms=!1,c.chk_rec=!0,c.chk_rec1=!0,c.parentMobile1=[],c.edt.existing_rec=0,c.edt.sims_sms_char="0",c.edt.sims_sms_length="0",c.chk_emerg=!1,c.div_recipient=!0,c.EmailId_result=[],c.MobileNo_result=[],c.show_designation=!1,c.BUSY=!1,$("#cmb_grade,#cmb_section").multipleSelect("enable");try{$("#cmb_grade").multipleSelect("uncheckAll")}catch(e){}try{$("#cmb_section").multipleSelect("uncheckAll")}catch(e){}try{$("#cmb_dept").multipleSelect("uncheckAll")}catch(e){}try{$("#cmb_designation").multipleSelect("uncheckAll")}catch(e){}try{$("#cmb_buscode").multipleSelect("uncheckAll")}catch(e){}try{$("#cmb_routeCode_name").multipleSelect("uncheckAll")}catch(e){}}}]),e.directive("ngFiles",["$parse",function(e){}])}(),function(){"use strict";var e=angular.module("sims.module.Collaboration");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("DefaulterStatusController",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(o,e,t,a,s,n,i){o.pagesize="20",$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0,format:"yyyy-mm-dd"}),o.edt=[],o.edt={},$("#text-editor").wysihtml5(),o.cur_change=function(){n.get(i.apiUrl+"api/Fee/SFS/GetAllAcademicYears?cur_code="+o.edt.sims_cur_code).then(function(e){o.admissionYear=e.data,0<e.data.length&&(o.edt.sims_academic_year=e.data[0].sims_academic_year),o.acdm_yr_change()})},n.get(i.apiUrl+"api/Fee/SFS/GetDefaulterEmailMessage").then(function(e){o.email_temp=e.data}),o.settemplate=function(e){for(var t,a=0;a<o.email_temp.length;a++)o.email_temp[a].sims_msg_sr_no===e&&(document.getElementById("text-editor").innerHTML=o.email_temp[a].email_default_template,t=$("textarea#text-editor").data("wysihtml5"))&&t.editor.setValue(o.email_temp[a].email_default_template)},n.get(i.apiUrl+"api/Fee/SFS/GetAllCurName").then(function(e){o.admissionCur=e.data,0<e.data.length&&(o.edt.sims_cur_code=e.data[0].sims_cur_code,o.cur_change(o.edt.sims_cur_code))}),n.get(i.apiUrl+"api/Fee/SFS/GetDefaulterfeeTypes").then(function(e){o.feetypes=e.data,setTimeout(function(){$("#cmb_feeTypes").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"})},1e3)}),n.get(i.apiUrl+"api/Fee/SFS/GetDefaulterviewList").then(function(e){o.listtype=e.data}),n.get(i.apiUrl+"api/Fee/SFS/GetDefaulterviewMode").then(function(e){o.listmode=e.data}),o.acdm_yr_change=function(){n.get(i.apiUrl+"api/Fee/SFS/GetAllGrades?cur_code="+o.edt.sims_cur_code+"&ac_year="+o.edt.sims_academic_year).then(function(e){o.admissionGrade=e.data,setTimeout(function(){$("#cmb_grade").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"})},1e3)}),n.get(i.apiUrl+"api/Fee/SFS/GetDefaulterTerms?cur_code="+o.edt.sims_cur_code+"&academic_year="+o.edt.sims_academic_year).then(function(e){o.terms=e.data})},o.grades="",o.grade_change=function(){o.grades="";try{$("#cmb_section").multipleSelect("uncheckAll")}catch(e){}for(var e=0;e<o.edt.sims_grade_code.length;e++)o.grades=o.grades+o.edt.sims_grade_code[e]+",";n.get(i.apiUrl+"api/Fee/SFS/GetDefaulterSection?cur_code="+o.edt.sims_cur_code+"&ac_year="+o.edt.sims_academic_year+"&g_code="+o.grades).then(function(e){o.admissionsection=e.data,setTimeout(function(){$("#cmb_section").change(function(){}).multipleSelect({width:"100%"})},1e3)})},o.btnPreview_click=function(){if(""!==o.edt.sims_grade_code&&o.edt.sims_grade_code&&""!==o.edt.sims_section_code&&o.edt.sims_section_code&&""!==o.edt.sims_fee_code&&o.edt.sims_fee_code&&""!==o.edt.sims_term_code&&o.edt.sims_term_code){o.msg1=!1,o.grades="",o.sections="",o.sims_fee_code="";for(var e=0;e<o.edt.sims_grade_code.length;e++)o.grades=o.grades+o.edt.sims_grade_code[e]+",";for(e=0;e<o.edt.sims_section_code.length;e++)o.sections=o.sections+o.edt.sims_section_code[e]+",";for(e=0;e<o.edt.sims_fee_code.length;e++)o.sims_fee_code=o.sims_fee_code+o.edt.sims_fee_code[e]+",";o.edt1={sims_term_code:""},o.edt1.sims_cur_code=o.edt.sims_cur_code,o.edt1.sims_academic_year=o.edt.sims_academic_year,o.edt1.sims_grade_code=o.grades,o.edt1.sims_section_code=o.sections,o.edt1.sims_fee_code=o.sims_fee_code,o.edt1.sims_view_list_code=o.edt.sims_view_list_code,o.edt1.sims_view_mode_code=o.edt.sims_view_mode_code,o.edt1.sims_term_code=o.edt.sims_term_code,void 0!==o.edt.sims_search?o.edt1.sims_search=o.edt.sims_search:o.edt1.sims_search=void 0,void 0!==o.edt.sims_amount?o.edt1.sims_amount=o.edt.sims_amount:o.edt1.sims_amount=void 0,n.post(i.apiUrl+"api/Fee/SFS/DefaultersList",o.edt1).then(function(e){o.defaulterdata=e.data,console.log(o.defaulterdata),o.summeryData=o.defaulterdata[1],o.defaulterdata[0].length<=0?swal({showCloseButton:!0,text:"No Data Found",width:350,showCloseButon:!0}):(o.totalItems=o.summeryData.length,o.todos=o.summeryData,o.makeTodos(),o.newbtn=!0)})}else o.msg1=swal({showCloseButton:!0,text:"Please select Grade, Section, Fee types and Term",imageUrl:"assets/img/notification-alert.png",width:350,showCloseButon:!0})},o.OkExport=function(e){swal({text:"Are you sure you want to Save "+o.obj1.lic_school_name+" Email To Defaulter.xls ?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:390,cancelButtonText:"No"}).then(function(e){e&&(e=new Blob([document.getElementById("exportdata").innerHTML],{type:"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;charset=utf-8"}),saveAs(e,o.obj1.lic_school_name+" Email To Defaulter.xls"))})},o.reset=function(){o.admissions=[],o.filteredTodos=[],o.defaulterdata=[],o.edt={sims_cur_code:o.edt.sims_cur_code,sims_academic_year:o.edt.sims_academic_year},o.acdm_yr_change(),o.edt.sims_start_date="",o.edt.sims_end_date="",o.edt.admission_no="",o.email_subject="",$("#text-editor").data("wysihtml5").editor.clear();try{$("#cmb_grade").multipleSelect("uncheckAll")}catch(e){}try{$("#cmb_section").multipleSelect("uncheckAll")}catch(e){}try{$("#cmb_feeTypes").multipleSelect("uncheckAll")}catch(e){}},o.message=function(){$("#MyModal").modal({backdrop:"static",keyboard:!0})},$(function(){$("#cmb_grade").multipleSelect({width:"100%"}),$("#cmb_section").multipleSelect({width:"100%"}),$("#cmb_feeTypes").multipleSelect({width:"100%"})}),o.filteredTodos=[],o.currentPage=1,o.numPerPage=20,o.maxSize=20,o.makeTodos=function(){o.currentPage_ind=0,Math.round(o.totalItems/o.numPerPage)*o.numPerPage>o.totalItems?o.pagersize=Math.round(o.totalItems/o.numPerPage):o.pagersize=Math.round(o.totalItems/o.numPerPage)+1;var e=(o.currentPage-1)*o.numPerPage,t=parseInt(e)+parseInt(o.numPerPage);o.filteredTodos=o.todos.slice(e,t)},o.size=function(e){"All"===e?(o.currentPage=1,o.numPerPage=o.summeryData.length):(o.pagesize=e,o.currentPage=1,o.currentPage_ind=e,o.numPerPage=e),o.makeTodos()},o.index=function(e){o.pageindex=e,o.currentPage_ind=e,o.currentPage=e,o.makeTodos()},o.CheckMultipleSearch=function(){for(var e=document.getElementById("chkSearch"),t=0;t<o.filteredTodos.length;t++)!0===e.checked?o.filteredTodos[t].isSelected=!0:!1===e.checked&&(o.row1="",o.color="#edefef",e.checked=!1,o.filteredTodos[t].isSelected=!1)},o.CheckOneByOneSearch=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected")});var e=document.getElementById("chkSearch");!0===e.checked&&(e.checked=!1)},o.submitdata=function(){if(void 0===o.email_subject||void 0===document.getElementById("text-editor").value)swal({showCloseButton:!0,text:"Please Define Message Or Subject",imageUrl:"assets/img/notification-alert.png",width:350,showCloseButon:!0});else{o.data=[];for(var e=0;e<o.filteredTodos.length;e++)if(!0===o.filteredTodos[e].isSelected&&""!==o.filteredTodos[e].parent_email){o.filteredTodos[e].sims_cur_code=o.edt.sims_cur_code,o.filteredTodos[e].sims_academic_year=o.edt.sims_academic_year,o.filteredTodos[e].email_subject=o.email_subject,o.message_details="<table border=1 style='border-collapse:collapse;border-width:3px;width:450px'><tr><td Colspan=2>Fee Due Details</td></tr><tr><td Colspan=2>Enrollment No:"+o.filteredTodos[e].sims_enroll_number+"</td></tr><tr><td Colspan=2> Student Name:"+o.filteredTodos[e].student_name+"</td></tr><tr><td>Fee Type</td><td>Fee Amount</td></tr>";for(var t=0;t<o.defaulterdata[0].length;t++)o.defaulterdata[0][t].sims_enroll_number===o.filteredTodos[e].sims_enroll_number&&(o.message_details=o.message_details+="<tr><td>"+o.defaulterdata[0][t].sims_fee_type_desc+"</td><td style='text-align:right'>"+o.defaulterdata[0][t].sims_balance_amount+"</td></tr>");o.message_details=o.message_details+="<tr><td>Grand Total :</td><td style='text-align:right'>"+o.filteredTodos[e].sims_balance_amount_total+"</td></tr>",o.message_details=o.message_details+"</table>";var a=document.getElementById("text-editor").value.replace("{details}",o.message_details);o.filteredTodos[e].email_message=a+"<br/><br/>",o.data.push(o.filteredTodos[e])}o.data.length<=0?swal({showCloseButton:!0,text:"Please Select student to send Email Message.",imageUrl:"assets/img/notification-alert.png",width:350,showCloseButon:!0}):n.post(i.apiUrl+"api/Fee/SFS/emailtoDefaulters",o.data).then(function(e){!0===e.data?($("#MyModal").modal("hide"),o.email_subject="",o.email_message="",swal({showCloseButton:!0,text:"Email Message Scheduled Or Sent Sucessfully.",imageUrl:"assets/img/check.png",width:350,showCloseButon:!0})):swal({showCloseButton:!0,text:"Error in Sending Email Message.",imageUrl:"assets/img/notification-alert.png",width:350,showCloseButon:!0})})}}}])}(),function(){"use strict";var e=angular.module("sims.module.Collaboration");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("DefaulterStatusSISO",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(o,e,t,a,s,n,i){o.pagesize="20",$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0,format:"yyyy-mm-dd"}),o.edt=[],o.edt={},$("#text-editor").wysihtml5(),o.cur_change=function(){n.get(i.apiUrl+"api/Fee/SFS/GetAllAcademicYears?cur_code="+o.edt.sims_cur_code).then(function(e){o.admissionYear=e.data,0<e.data.length&&(o.edt.sims_academic_year=e.data[0].sims_academic_year),o.acdm_yr_change()})},n.get(i.apiUrl+"api/Fee/SFS/GetDefaulterEmailMessage").then(function(e){o.email_temp=e.data,console.log(o.email_temp)}),o.settemplate=function(e){for(var t,a=0;a<o.email_temp.length;a++)o.email_temp[a].sims_msg_sr_no==e&&(document.getElementById("text-editor").innerHTML=o.email_temp[a].email_default_template,t=$("textarea#text-editor").data("wysihtml5"))&&t.editor.setValue(o.email_temp[a].email_default_template)},n.get(i.apiUrl+"api/Fee/SFS/GetAllCurName").then(function(e){o.admissionCur=e.data,0<e.data.length&&(o.edt.sims_cur_code=e.data[0].sims_cur_code,o.cur_change(o.edt.sims_cur_code))}),n.get(i.apiUrl+"api/Fee/SFS/GetDefaulterfeeTypes").then(function(e){o.feetypes=e.data,setTimeout(function(){$("#cmb_feeTypes").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"})},1e3)}),n.get(i.apiUrl+"api/Fee/SFS/GetDefaulterviewList").then(function(e){o.listtype=e.data}),n.get(i.apiUrl+"api/Fee/SFS/GetDefaulterviewMode").then(function(e){o.listmode=e.data}),o.acdm_yr_change=function(){n.get(i.apiUrl+"api/Fee/SFS/GetAllGrades?cur_code="+o.edt.sims_cur_code+"&ac_year="+o.edt.sims_academic_year).then(function(e){o.admissionGrade=e.data,setTimeout(function(){$("#cmb_grade").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"})},1e3)}),n.get(i.apiUrl+"api/Fee/SFS/GetDefaulterTerms?cur_code="+o.edt.sims_cur_code+"&academic_year="+o.edt.sims_academic_year).then(function(e){o.terms=e.data})},o.grades="",o.grade_change=function(){o.grades="";try{$("#cmb_section").multipleSelect("uncheckAll")}catch(e){}for(var e=0;e<o.edt.sims_grade_code.length;e++)o.grades=o.grades+o.edt.sims_grade_code[e]+",";n.get(i.apiUrl+"api/Fee/SFS/GetDefaulterSection?cur_code="+o.edt.sims_cur_code+"&ac_year="+o.edt.sims_academic_year+"&g_code="+o.grades).then(function(e){o.admissionsection=e.data,setTimeout(function(){$("#cmb_section").change(function(){}).multipleSelect({width:"100%"})},1e3)})},n.get(i.apiUrl+"api/Fee/SFS/getAllPercentage").then(function(e){o.percentage=e.data}),o.btnPreview_click=function(e){var t=(e=e.split("-"))[0],e=e[1];n.get(i.apiUrl+"api/Fee/SFS/getDefaulterListNEw?cur_code="+o.edt.sims_cur_code+"&academic_year="+o.edt.sims_academic_year+"&grade_code="+o.edt.sims_grade_code+"&section="+o.edt.sims_section_code+"&feetype="+o.edt.sims_fee_code+"&academic_status=A,D,C,E,I&doc_date="+o.edt.doc_date+"&min_value="+t+"&max_value="+e).then(function(e){o.defaulterdata=e.data,o.totalItems=o.defaulterdata.length,o.todos=o.defaulterdata,o.makeTodos(),o.newbtn=!0})},o.OkExport=function(e){swal({title:"",text:"Are you sure you want to Save "+o.obj1.lic_school_name+" Email To Defaulter.xls ?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:390,cancelButtonText:"No"}).then(function(e){e&&(e=new Blob([document.getElementById("exportdata").innerHTML],{type:"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;charset=utf-8"}),saveAs(e,o.obj1.lic_school_name+" Email To Defaulter.xls"))})},o.reset=function(){o.admissions=[],o.filteredTodos=[],o.defaulterdata=[],o.edt={sims_cur_code:o.edt.sims_cur_code,sims_academic_year:o.edt.sims_academic_year},o.acdm_yr_change(),o.edt.sims_start_date="",o.edt.sims_end_date="",o.edt.admission_no="",o.email_subject="",$("#text-editor").data("wysihtml5").editor.clear();try{$("#cmb_grade").multipleSelect("uncheckAll")}catch(e){}try{$("#cmb_section").multipleSelect("uncheckAll")}catch(e){}try{$("#cmb_feeTypes").multipleSelect("uncheckAll")}catch(e){}},o.message=function(){$("#MyModal").modal({backdrop:"static",keyboard:!0})},$(function(){$("#cmb_grade").multipleSelect({width:"100%"}),$("#cmb_section").multipleSelect({width:"100%"}),$("#cmb_feeTypes").multipleSelect({width:"100%"})}),o.filteredTodos=[],o.currentPage=1,o.numPerPage=20,o.maxSize=20,o.makeTodos=function(){o.currentPage_ind=0,Math.round(o.totalItems/o.numPerPage)*o.numPerPage>o.totalItems?o.pagersize=Math.round(o.totalItems/o.numPerPage):o.pagersize=Math.round(o.totalItems/o.numPerPage)+1;var e=(o.currentPage-1)*o.numPerPage,t=parseInt(e)+parseInt(o.numPerPage);o.filteredTodos=o.todos.slice(e,t)},o.size=function(e){"All"==e?(o.currentPage=1,o.numPerPage=o.summeryData.length):(o.pagesize=e,o.currentPage=1,o.currentPage_ind=e,o.numPerPage=e),o.makeTodos()},o.index=function(e){o.pageindex=e,o.currentPage_ind=e,o.currentPage=e,o.makeTodos()},o.CheckMultipleSearch=function(){for(var e=document.getElementById("chkSearch"),t=0;t<o.filteredTodos.length;t++)1==e.checked?o.filteredTodos[t].isSelected=!0:0==e.checked&&(o.row1="",o.color="#edefef",e.checked=!1,o.filteredTodos[t].isSelected=!1)},o.CheckOneByOneSearch=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected")});var e=document.getElementById("chkSearch");1==e.checked&&(e.checked=!1)},o.submitdata=function(){if(null==o.email_subject||null==document.getElementById("text-editor").value)swal({showCloseButton:!0,text:"Please Define Message Or Subject",imageUrl:"assets/img/notification-alert.png",width:350,showCloseButon:!0});else{o.data=[];$("select[name=cmb_feeTypes] option:selected").text();for(var e=0;e<o.filteredTodos.length;e++)if(1==o.filteredTodos[e].isSelected&&""!=o.filteredTodos[e].sims_parent_email){o.filteredTodos[e].sims_cur_code=o.edt.sims_cur_code,o.filteredTodos[e].sims_academic_year=o.edt.sims_academic_year,o.filteredTodos[e].email_subject=o.email_subject,o.message_details="<table border=1 style='border-collapse:collapse;border-width:3px;width:450px'><tr><td Colspan=2>Fee Due Details</td></tr><tr><td Colspan=2>Enrollment No:"+o.filteredTodos[e].sims_enroll_number+"</td></tr><tr><td Colspan=2> Student Name:"+o.filteredTodos[e].student_name+"</td></tr><tr><td>Fee Type</td><td>Fee Amount</td></tr>";for(var t=0;t<o.defaulterdata.length;t++)o.defaulterdata[t].sims_enroll_number==o.filteredTodos[e].sims_enroll_number&&(o.message_details=o.message_details+="<tr><td>"+o.edt.sims_fee_code+"</td><td style='text-align:right'>"+o.defaulterdata[t].final_total+"</td></tr>");o.message_details=o.message_details+="<tr><td>Grand Total :</td><td style='text-align:right'>"+o.filteredTodos[e].final_total+"</td></tr>",o.message_details=o.message_details+"</table>";var a=document.getElementById("text-editor").value.replace("{details}",o.message_details);o.filteredTodos[e].email_message=a+"<br/><br/>",o.data.push(o.filteredTodos[e])}o.data.length<=0?swal({showCloseButton:!0,text:"Please Select student to send Emailsubmitdata Message.",width:350,showCloseButon:!0}):n.post(i.apiUrl+"api/Fee/SFS/emailtoDefaulters_SISO",o.data).then(function(e){1==e.data?($("#MyModal").modal("hide"),o.email_subject="",o.email_message="",swal({showCloseButton:!0,text:"Email Message Scheduled Or Sent Sucessfully.",imageUrl:"assets/img/check.png",width:350,showCloseButon:!0})):swal({showCloseButton:!0,text:"Error in Sending Email Message.",imageUrl:"assets/img/notification-alert.png",width:350,showCloseButon:!0})})}}}])}(),function(){"use strict";var e=angular.module("sims.module.Collaboration");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("AlertCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV","$stateParams",function(n,e,t,a,o,s,i,d){n.url=i.docUrl+s.defaults.headers.common.schoolId,n.itemsPerPage="5",n.currentPage=0,n.view=!0,n.create=!1,n.edt=[];var _=t.globals.currentUser.username,c=($('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0}),new Date),l=c.getMonth()+1,r=c.getDate();l<10&&(l="0"+l),r<10&&(r="0"+r),$(document).on("touch click",'*[data-datepicker="true"] .add-on',function(e){$('input[type="text"]',$(this).parent()).focus()}),n.setStart=function(e){},n.setEnd=function(e){},n.size=function(e){n.itemsPerPage=e},s.get(i.apiUrl+"api/common/Alert/getModule?username="+t.globals.currentUser.username).then(function(e){n.getModule=e.data,"ALL"==d.flag&&(e={fromdate:"",todate:n.endDate,usercode:_,alert_status:"U",module_code:null},n.buzy=!0,s.post(i.apiUrl+"api/common/Alert/AlertDetails",e).then(function(e){n.AlertDetails=e.data,0<n.AlertDetails.length?n.rgvtbl=!0:n.rgvtbl=!1,n.buzy=!1}))}),s.get(i.apiUrl+"api/common/Alert/getAlertStatus").then(function(e){n.getAlertStatus=e.data,n.edt={alert_status:"U"}}),n.show_alert=function(){console.log(n.edt),null==n.edt.module_code&&(n.edt.module_code=null);var e={fromdate:n.startDate,todate:n.endDate,usercode:_,alert_status:n.edt.alert_status,module_code:n.edt.module_code};n.buzy=!0,s.post(i.apiUrl+"api/common/Alert/AlertDetails",e).then(function(e){n.AlertDetails=e.data,0<n.AlertDetails.length?(n.rgvtbl=!0,n.buzy=!1):(n.rgvtbl=!1,n.buzy=!1,swal({text:"Record not found",imageUrl:"assets/img/close.png",showCloseButton:!0,width:300,height:200}))})},a(function(){n.buzy=!0},3e3),n.show_reset=function(){n.startDate=r+"-"+l+"-"+c.getFullYear(),n.endDate=r+"-"+l+"-"+c.getFullYear(),n.edt="",n.rgvtbl=!1},s.get(i.apiUrl+"api/common/Alert/getUserCount?user="+t.globals.currentUser.username).then(function(e){n.AlertDetails=e.data,n.alert_count=e.data.length,n.alert_count_change(e.data[0].unread_status)}),n.getAlertBynumber=function(e){s.get(i.apiUrl+"api/common/Alert/getAlertBynumber?alertnum="+e).then(function(e){n.mainobj=e.data,n.alertData=e.data,n.alert_date=n.alertData.alert_date,n.module_name=n.alertData.module_name,n.alert_msg=n.alertData.alert_msg,$("#myModal").modal("show"),s.get(i.apiUrl+"api/common/Alert/getUserCount?user="+t.globals.currentUser.username).then(function(e){n.alert_count=e.data.length,n.alert_count_change(e.data[0].unread_status)});e={fromdate:"",todate:n.endDate,usercode:_,alert_status:"U",module_code:null};n.buzy=!0,s.post(i.apiUrl+"api/common/Alert/AlertDetails",e).then(function(e){n.AlertDetails=e.data,0<n.AlertDetails.length?n.rgvtbl=!0:n.rgvtbl=!1,n.buzy=!1})})},"one"==d.flag&&n.getAlertBynumber(d.curnum),n.row_click=function(e){n.mainobj=e,n.alert_date=n.mainobj.alert_date,n.module_name=n.mainobj.module_name,n.alert_msg=n.mainobj.alert_msg,s.post(i.apiUrl+"api/common/Alert/UpdateAlertUnAsRead?alert_number="+n.mainobj.alert_number).then(function(e){if(n.UpdateAlertUnAsRead=e.data,n.UpdateAlertUnAsRead)for(var t=0;t<n.AlertDetails.length;t++)n.AlertDetails[t].alert_number==n.mainobj.alert_number&&"U"==n.AlertDetails[t].alert_status&&(n.AlertDetails[t].alert_status="R",n.AlertDetails[t].alert_status_name="Read");else n.rgvtbl=!1}),s.get(i.apiUrl+"api/common/Alert/getUserCount?user="+t.globals.currentUser.username).then(function(e){n.alert_count=e.data.length,n.alert_count_change(e.data[0].unread_status)}),$("#myModal").modal("show")},$("#text-editor").wysihtml5(),n.edt1={ctitle:"",cdesc:"",cdate1:"",cnumber1:"",remark:""},n.go_application=function(){""!=n.mainobj.comn_alert_appl_code&&($("#myModal").modal("hide"),setTimeout(function(){goToState("main."+n.mainobj.comn_alert_appl_code)},1e3))},n.UpdateCStatus=function(e,t,a,o,s){n.ctitle=e,n.cdesc=t,n.cdate1=a,n.cnumber1=o,n.remark=s,n.ctitle=e+" ("+n.cdate1+")",$("#commnModal").modal("show"),$("#text-editor").data("wysihtml5").editor.setValue(n.cdesc)},n.acknowledgecircular=function(e){s.post(i.apiUrl+"api/common/Circular/UpdateCircularAsRead?circular_number="+e+"&loggeduser="+t.globals.currentUser.username+"&remark="+n.remark).then(function(e){n.view=!0,n.create=!1,n.msg1=e.data,t.strMessage=n.msg1.strMessage,$("#commnModal").modal("hide"),$("#text-editor").data("wysihtml5").editor.clear(),s.get(i.apiUrl+"api/common/Circular/GetUserCirculars?username="+t.globals.currentUser.username).then(function(e){n.create=!1,n.view=!0,n.obj=e.data})})},n.startDate=r+"-"+l+"-"+c.getFullYear(),n.endDate=r+"-"+l+"-"+c.getFullYear()}])}(),function(){"use strict";var l="",r="",e=angular.module("sims.module.Collaboration");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("EmailSmsToParent_dpsdCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","$filter","ENV",function(d,e,t,a,o,s,n,i){d.display=!0,d.grid=!0,d.btn_search=!0,d.filesize=!0,d.EmailId_result=[],d.MobileNo_result=[],d.parent_result=[],d.getfather_indi=[],d.getmother_indi=[],d.getguardian_indi=[],d.getEmp_indi=[],d.div_recipient=!0,d.show_grade=!0,d.obj=[],d.BUSY=!1,d.gradedisable=!1,d.itemsPerPage="5",d.currentPage=0;new Date;d.ddMMyyyy=n("date")(new Date,"dd-mm-yyyy")+"-"+n("date")(new Date,"HH-mm-ss"),a(function(){$("#fixTableEmp,#fixedSmstbl,#fixedEmailtbl,#fixParenttbl").tableHeadFixer({top:1})},100),d.username=t.globals.currentUser.username,t.visible_stud=!1,t.visible_parent=!1,t.visible_search_parent=!1,t.visible_teacher=!1,t.visible_User=!1,t.visible_Employee=!1,t.chkMulti=!0,$("#text-editor").wysihtml5(),d.size=function(e){d.itemsPerPage=e},d.range=function(){for(var e=[],t=d.currentPage,a=t=t>d.pageCount()-5?d.pageCount()-5+1:t;a<t+5;a++)0<=a&&e.push(a);return e},d.prevPage=function(){0<d.currentPage&&d.currentPage--},d.prevPageDisabled=function(){return 0===d.currentPage?"disabled":""},d.pageCount=function(){return Math.ceil(d.parent_result.length/d.itemsPerPage)-1},d.nextPage=function(){d.currentPage<d.pageCount()&&d.currentPage++},d.nextPageDisabled=function(){return d.currentPage===d.pageCount()?"disabled":""},d.setPage=function(e){d.currentPage=e},s.get(i.apiUrl+"api/common/EmailSms/GetcheckEmailProfile").then(function(e){d.getProfile=e.data}),$(function(){$("#cmb_grade").multipleSelect({width:"100%",placeholder:"Select Grade"}),$("#cmb_section").multipleSelect({width:"100%",placeholder:"Select Section"}),$("#cmb_dept").multipleSelect({width:"100%",placeholder:"Select Department"}),$("#cmb_designation").multipleSelect({width:"100%",placeholder:"Select Designation"})}),d.edt={sims_Email:"true",existing_rec:"0",sims_father_indi:!1,sims_mother_indi:!1,sims_guardian_indi:!1,sims_father:!1,sims_mother:!1,sims_guardian:!1,sims_active:!1,sims_emergency:!1,sims_sms_char:"0",sims_sms_length:"0"},d.get_msgtypechecked=function(e){"true"==e?(d.chk_emerg=!1,d.chk_sms=!1,d.chk_email=!0,d.chk_emerg=!1,d.obj2=[],d.chk_rec=!0,d.chk_rec1=!0,d.edt.existing_rec=0,d.edt.sims_parent=!1,d.div_recipient=!0,d.getcleared()):"false"==e&&(d.edt.sims_arabic="false",d.chk_emerg=!0,d.chk_sms=!0,d.chk_email=!1,d.edt.sims_parent=!1,d.div_recipient=!0,d.obj2=[],d.chk_rec=!0,d.chk_rec1=!0,d.edt.existing_rec=0,d.chk_emerg=!0,d.edt.sims_sms_msg="Enter your message below ( max 1000 chars.1 sms is 160 characters.)",d.edt.sims_sms_subjectblock="These special characters ' ][}{|~^ ' will be treated as two character",d.getcleared())},d.get_ischecked=function(e){"true"==e&&(d.show_grade=!0,d.show_designation=!1,r=l="",d.chk_rec=!0,d.chk_rec1=!1,d.edt.existing_rec=0,d.getcleared(),s.get(i.apiUrl+"api/common/Attendance/getCuriculum").then(function(e){d.obj2=e.data,d.chkCur=angular.copy(e.data)})),"false"==e&&(d.div_recipient=!1,d.show_grade=!1,d.show_designation=!0,d.chk_rec=!0,d.chk_rec1=!0,d.edt.existing_rec=0,d.getcleared(),s.get(i.apiUrl+"api/common/getDepartmentName").then(function(e){d.department=e.data,setTimeout(function(){$("#cmb_dept").change(function(){$(this).val()}).multipleSelect({width:"100%"})},1e3)}))},d.getDeptwiseDesg=function(e){""!=e&&s.get(i.apiUrl+"api/common/getdeptwiseDesignationName?dept_name="+e).then(function(e){d.designation=e.data,setTimeout(function(){$("#cmb_designation").click(function(){$(this).val()}).multipleSelect({width:"100%"})},1e3)})},d.get_receiptClear=function(){d.obj2=[],d.obj2=d.chkCur,d.EmailId_result=[],d.MobileNo_result=[],d.chk_rec=!0,$("#cmb_grade").multipleSelect("enable"),$("#cmb_section").multipleSelect("enable");try{$("#cmb_grade").multipleSelect("uncheckAll")}catch(e){}try{$("#cmb_section").multipleSelect("uncheckAll")}catch(e){}try{$("#cmb_dept").multipleSelect("uncheckAll")}catch(e){}try{$("#cmb_designation").multipleSelect("uncheckAll")}catch(e){}},d.getcleared=function(){d.edt.sims_father=!1,d.edt.sims_mother=!1,d.edt.sims_guardian=!1,d.edt.sims_active=!1,d.edt.sims_emergency=!1,d.edt.sims_father_indi=!1,d.edt.sims_mother_indi=!1,d.edt.sims_guardian_indi=!1,d.department=[],d.designation=[],d.EmailId_result=[],d.MobileNo_result=[],$("#cmb_grade").multipleSelect("enable"),$("#cmb_section").multipleSelect("enable");try{$("#cmb_grade").multipleSelect("uncheckAll")}catch(e){}try{$("#cmb_section").multipleSelect("uncheckAll")}catch(e){}try{$("#cmb_dept").multipleSelect("uncheckAll")}catch(e){}try{$("#cmb_designation").multipleSelect("uncheckAll")}catch(e){}},d.getGrade=function(e){"true"!=d.edt.sims_parent||""==e&&null==e||(d.chk_rec=!1,s.get(i.apiUrl+"api/common/Get_Grade_CodebyCuriculum?cur_code="+e).then(function(e){d.grade=e.data,setTimeout(function(){$("#cmb_grade").change(function(){l=$(this).val()}).multipleSelect({width:"100%"})},1e3)}))},d.getSection=function(e,t){"true"==d.edt.sims_parent&&""!=e&&""!=t&&s.get(i.apiUrl+"api/common/Get_Section_CodebyCuriculum?cur_code="+e+"&grade_code="+t).then(function(e){d.section=e.data,setTimeout(function(){$("#cmb_section").change(function(){r=$(this).val()}).multipleSelect({multiple:!0,width:"100%"}),$("#cmb_section").multipleSelect("checkAll")},1e3)})},d.chk_father=function(e){"true"==d.edt.sims_Email&&"true"==d.edt.sims_parent?(null!=d.edt.screening_cur_code&&null!=d.edt.screening_grade_code&&null!=d.edt.grade_section_code&&$("#cmb_grade,#cmb_section").multipleSelect("disable"),1==e?(d.edt.sims_active=!1,d.edt.sims_father_indi=!1,d.edt.sims_mother_indi=!1,d.edt.sims_guardian_indi=!1,d.btn_search=!0):($("#cmb_grade,#cmb_section").multipleSelect("enable"),d.EmailId_result=[],d.MobileNo_result=[]),d.GetParentEmailInfo()):"false"==d.edt.sims_Email&&"true"==d.edt.sims_parent&&(null!=d.edt.screening_cur_code&&null!=d.edt.screening_grade_code&&null!=d.edt.grade_section_code&&$("#cmb_grade,#cmb_section").multipleSelect("disable"),1==e?(d.edt.sims_active=!1,d.edt.sims_father_indi=!1,d.edt.sims_mother_indi=!1,d.edt.sims_guardian_indi=!1,d.btn_search=!0):($("#cmb_grade,#cmb_section").multipleSelect("enable"),d.EmailId_result=[],d.MobileNo_result=[]),d.GetParentMobileContactsInfo())},d.chk_mother=function(e){"true"==d.edt.sims_Email&&"true"==d.edt.sims_parent?(null!=d.edt.screening_cur_code&&null!=d.edt.screening_grade_code&&null!=d.edt.grade_section_code&&$("#cmb_grade,#cmb_section").multipleSelect("disable"),1==e?(d.edt.sims_active=!1,d.edt.sims_father_indi=!1,d.edt.sims_mother_indi=!1,d.edt.sims_guardian_indi=!1,d.btn_search=!0):($("#cmb_grade,#cmb_section").multipleSelect("enable"),d.EmailId_result=[],d.MobileNo_result=[]),d.GetParentEmailInfo()):"false"==d.edt.sims_Email&&"true"==d.edt.sims_parent&&(null!=d.edt.screening_cur_code&&null!=d.edt.screening_grade_code&&null!=d.edt.grade_section_code&&$("#cmb_grade,#cmb_section").multipleSelect("disable"),1==e?(d.edt.sims_active=!1,d.edt.sims_father_indi=!1,d.edt.sims_mother_indi=!1,d.edt.sims_guardian_indi=!1,d.btn_search=!0):($("#cmb_grade,#cmb_section").multipleSelect("enable"),d.EmailId_result=[],d.MobileNo_result=[]),d.GetParentMobileContactsInfo())},d.chk_guar=function(e){"true"==d.edt.sims_Email&&"true"==d.edt.sims_parent&&(null!=d.edt.screening_cur_code&&null!=d.edt.screening_grade_code&&null!=d.edt.grade_section_code&&$("#cmb_grade,#cmb_section").multipleSelect("disable"),1==e?(d.edt.sims_active=!1,d.edt.sims_father_indi=!1,d.edt.sims_mother_indi=!1,d.edt.sims_guardian_indi=!1,d.btn_search=!0):($("#cmb_grade,#cmb_section").multipleSelect("enable"),d.EmailId_result=[],d.MobileNo_result=[]),d.GetParentEmailInfo()),"false"==d.edt.sims_Email&&"true"==d.edt.sims_parent&&(null!=d.edt.screening_cur_code&&null!=d.edt.screening_grade_code&&null!=d.edt.grade_section_code&&$("#cmb_grade,#cmb_section").multipleSelect("disable"),1==e?(d.edt.sims_active=!1,d.edt.sims_father_indi=!1,d.edt.sims_mother_indi=!1,d.edt.sims_guardian_indi=!1,d.btn_search=!0):($("#cmb_grade,#cmb_section").multipleSelect("enable"),d.EmailId_result=[],d.MobileNo_result=[]),d.GetParentMobileContactsInfo())},d.chk_active=function(e){"true"==d.edt.sims_Email&&"true"==d.edt.sims_parent&&(null!=d.edt.screening_cur_code&&null!=d.edt.screening_grade_code&&null!=d.edt.grade_section_code&&$("#cmb_grade,#cmb_section").multipleSelect("disable"),1==e?(d.edt.sims_father=!1,d.edt.sims_mother=!1,d.edt.sims_guardian=!1,d.edt.sims_emergency=!1,d.edt.sims_father_indi=!1,d.edt.sims_mother_indi=!1,d.edt.sims_guardian_indi=!1,d.btn_search=!0):$("#cmb_grade,#cmb_section").multipleSelect("enable"),d.GetParentEmailInfo()),"false"==d.edt.sims_Email&&"true"==d.edt.sims_parent&&(null!=d.edt.screening_cur_code&&null!=d.edt.screening_grade_code&&null!=d.edt.grade_section_code&&$("#cmb_grade,#cmb_section").multipleSelect("disable"),1==e?(d.edt.sims_father=!1,d.edt.sims_mother=!1,d.edt.sims_guardian=!1,d.edt.sims_emergency=!1,d.edt.sims_father_indi=!1,d.edt.sims_mother_indi=!1,d.edt.sims_guardian_indi=!1,d.btn_search=!0):($("#cmb_grade,#cmb_section").multipleSelect("enable"),d.EmailId_result=[],d.MobileNo_result=[]),d.GetParentMobileContactsInfo())},d.chk_emergency=function(e){"false"==d.edt.sims_Email&&"true"==d.edt.sims_parent&&(null!=d.edt.screening_cur_code&&null!=d.edt.screening_grade_code&&null!=d.edt.grade_section_code&&$("#cmb_grade,#cmb_section").multipleSelect("disable"),1==e?(d.edt.sims_active=!1,d.edt.sims_father_indi=!1,d.edt.sims_mother_indi=!1,d.edt.sims_guardian_indi=!1,d.btn_search=!0):($("#cmb_grade,#cmb_section").multipleSelect("enable"),d.EmailId_result=[],d.MobileNo_result=[]),d.GetParentMobileContactsInfo())},d.chk_father_indi=function(e){"true"!=d.edt.sims_Email&&"false"!=d.edt.sims_Email||1!=e?d.edt.sims_father_indi=!1:(d.get_receiptClear(),d.div_recipient=!1,d.edt.sims_father=!1,d.edt.sims_mother=!1,d.edt.sims_guardian=!1,d.edt.sims_active=!1,d.edt.sims_emergency=!1,d.btn_search=!1,d.edt.existing_rec=0)},d.chk_mother_indi=function(e){"true"!=d.edt.sims_Email&&"false"!=d.edt.sims_Email||1!=e?d.edt.sims_mother_indi=!1:(d.get_receiptClear(),d.edt.sims_father=!1,d.edt.sims_mother=!1,d.edt.sims_guardian=!1,d.edt.sims_active=!1,d.edt.sims_emergency=!1,d.btn_search=!1,d.edt.existing_rec=0,d.div_recipient=!1)},d.chk_guardian_indi=function(e){"true"!=d.edt.sims_Email&&"false"!=d.edt.sims_Email||1!=e?d.edt.sims_guardian_indi=!1:(d.get_receiptClear(),d.edt.sims_father=!1,d.edt.sims_mother=!1,d.edt.sims_guardian=!1,d.edt.sims_active=!1,d.edt.sims_emergency=!1,d.btn_search=!1,d.edt.existing_rec=0,d.div_recipient=!1)},d.GetParentEmailInfo=function(){d.edt.existing_rec=0,d.ParentEmailIds=[];var e,t=document.getElementById("cmb_cur");d.edt.screening_cur_code=t.value,"true"==d.edt.sims_parent||"false"==d.edt.sims_parent?0==d.edt.sims_father&&0==d.edt.sims_mother&&0==d.edt.sims_guardian&&0==d.edt.sims_active&&0==d.edt.sims_father_indi&&0==d.edt.sims_mother_indi&&0==d.edt.sims_guardian_indi?(d.edt.existing_rec=0,swal({text:"Please Select Recipient",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380})):null==l&&null==r?(swal({text:"Please Select Grade & Section",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}),d.edt.sims_father=!1,d.edt.sims_mother=!1,d.edt.sims_guardian=!1,d.edt.sims_active=!1):(null!=d.edt.sims_father&&""!=d.edt.sims_father||(d.edt.sims_father=!1),null!=d.edt.sims_mother&&""!=d.edt.sims_mother||(d.edt.sims_mother=!1),null!=d.edt.sims_guardian&&""!=d.edt.sims_guardian||(d.edt.sims_guardian=!1),t=d.edt,e=(e=e+","+d.edt.grade_section_code).substr(e.indexOf(",")+1),s.get(i.apiUrl+"api/common/EmailSms/GetSpecificParentEmailIds?iffather="+t.sims_father+"&ifmother="+t.sims_mother+"&ifguardian="+t.sims_guardian+"&active="+t.sims_active+"&sections="+e).then(function(e){d.ParentEmailIds=e.data,d.EmailId_result=d.ParentEmailIds,d.searchEmailId_result=d.EmailId_result,d.edt.existing_rec=d.ParentEmailIds.length})):swal({text:"Please Select message Type and Recipient.",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380})},d.GetParentMobileContactsInfo=function(){d.parentMobile=[];var e,t=document.getElementById("cmb_cur");d.edt.screening_cur_code=t.value,"true"==d.edt.sims_parent||"false"==d.edt.sims_parent?0==d.edt.sims_father&&0==d.edt.sims_mother&&0==d.edt.sims_guardian&&0==d.edt.sims_active&&0==d.edt.sims_emergency&&0==d.edt.sims_father_indi&&0==d.edt.sims_mother_indi&&0==d.edt.sims_guardian_indi?(d.edt.existing_rec=0,swal({text:"Please Select Recipient",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380})):null==l&&null==r?(swal({text:"Please Select Grade & Section",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}),d.edt.sims_father=!1,d.edt.sims_mother=!1,d.edt.sims_guardian=!1,d.edt.sims_active=!1):(t=d.edt,e=(e=e+","+d.edt.grade_section_code).substr(e.indexOf(",")+1),s.get(i.apiUrl+"api/common/EmailSms/GetSpecificParentMobile?iffather="+t.sims_father+"&ifmother="+t.sims_mother+"&ifguardian="+t.sims_guardian+"&active="+t.sims_active+"&ifemergency="+t.sims_emergency+"&sections="+e).then(function(e){d.parentMobile=e.data,d.parentMobile1=d.parentMobile,d.MobileNo_result=d.parentMobile1,d.searchMobileNo_result=d.MobileNo_result,d.edt.existing_rec=d.parentMobile.length})):swal({text:"Please Select message Type and Recipient.",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380})},d.GetEmployeeInfo=function(){var e,t,a,o;d.edt.existing_rec="0",r=l="","true"==d.edt.sims_Email?"false"==d.edt.sims_parent&&(a=(e=e+","+d.edt.designation).substr(e.indexOf(",")+1),o=(t=t+","+d.edt.em_dept_code).substr(t.indexOf(",")+1),null==a&&null==o||s.get(i.apiUrl+"api/common/EmailSms/GetEmployeesEmailIds?desg="+a+"&dept="+o).then(function(e){d.empEmailIds=e.data,d.EmailId_result=d.empEmailIds,d.searchEmailId_result=d.EmailId_result,d.edt.existing_rec=d.empEmailIds.length})):"false"==d.edt.sims_Email&&"false"==d.edt.sims_parent&&(a=(e=e+","+d.edt.designation).substr(e.indexOf(",")+1),o=(t=t+","+d.edt.em_dept_code).substr(t.indexOf(",")+1),null!=a)&&null!=o&&s.get(i.apiUrl+"api/common/EmailSms/GetEmployeesContacts?desg="+a+"&dept="+o).then(function(e){d.empMobContacts=e.data,d.EmpMobile=d.empMobContacts,d.MobileNo_result=d.EmpMobile,d.searchMobileNo_result=d.MobileNo_result,d.edt.existing_rec=d.empMobContacts.length})},d.msg_details=function(){if(""!=d.edt.sims_smstext&&null!=d.edt.sims_smstext){var e=0;d.edt.sims_sms_char=0;var t=document.getElementById("txt_smstext").value.length,a=d.edt.sims_smstext,o=new Array("[","]","{","}");if(""!=a){for(var s,n=0;s=a.charAt(n);n++)for(var i=0;i<o.length;i++)o[i]===s&&(e+=1);d.edt.sims_sms_char=t-e+2*e}d.edt.sims_sms_char<=160&&0<d.edt.sims_sms_char&&(d.edt.sims_sms_length="1"),d.edt.sims_sms_char<=320&&160<d.edt.sims_sms_char&&(d.edt.sims_sms_length="2"),d.edt.sims_sms_char<=480&&320<d.edt.sims_sms_char&&(d.edt.sims_sms_length="3"),d.edt.sims_sms_char<=640&&480<d.edt.sims_sms_char&&(d.edt.sims_sms_length="4"),d.edt.sims_sms_char<=800&&640<d.edt.sims_sms_char&&(d.edt.sims_sms_length="5"),d.edt.sims_sms_char<=960&&800<d.edt.sims_sms_char&&(d.edt.sims_sms_length="6"),d.edt.sims_sms_char<=1e3&&960<d.edt.sims_sms_char&&(d.edt.sims_sms_length="7")}else d.edt.sims_sms_char="0",d.edt.sims_sms_length="0"},d.search2=function(){},d.cleardata=function(){d.edt.existing_rec="0",d.edt.sims_father=!1,d.edt.sims_mother=!1,d.edt.sims_guardian=!1,d.edt.sims_active=!1,d.edt.sims_emergency=!1,d.edt.sims_father_indi=!1,d.edt.sims_mother_indi=!1,d.edt.sims_guardian_indi=!1,d.getfather_indi=[],d.getmother_indi=[],d.getguardian_indi=[],d.getEmp_indi=[],d.chk_rec=!0,d.chk_rec1=!0,d.edt.sims_parent=!1,d.edt.screening_cur_code="",d.obj2=[],d.grade=[],d.section=[],d.EmailId_result=[],d.MobileNo_result=[],d.department=[],d.designation=[],$("#cmb_grade").multipleSelect("enable"),$("#cmb_section").multipleSelect("enable");try{$("#cmb_grade").multipleSelect("uncheckAll")}catch(e){}try{$("#cmb_section").multipleSelect("uncheckAll")}catch(e){}try{$("#cmb_dept").multipleSelect("uncheckAll")}catch(e){}try{$("#cmb_designation").multipleSelect("uncheckAll")}catch(e){}},"true"==d.edt.sims_parent&&d.get_ischecked(d.edt.sims_parent),"true"==d.edt.sims_Email&&d.get_msgtypechecked(d.edt.sims_Email);var c=new FormData;d.images_data=[],d.images_att=[],d.getTheFiles=function(s){d.filesize=!0;var n="no";angular.forEach(s,function(e,t){c.append(t,e);var a=0;if(2e6<s[a].size)d.filesize=!1,swal({text:"File Should Not Exceed 2MB.",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380});else if(0<d.images_data.length){for(var o=0;o<d.images_data.length;o++)if(d.images_data[o].attFilename==s[a].name)return void(n="yes");"no"==n&&d.images_data.push({attFilename:s[a].name,fsize:s[a].size}),n="no"}else d.images_data.push({attFilename:s[a].name,fsize:s[a].size});a++})},d.file_changed=function(e,t){var e=e.files[0],a=e.name.indexOf("."),a=(d.name=e.name.substr(0,a),d.photo_filename=e.type,new FileReader);a.onload=function(e){d.$apply(function(){d.prev_img=e.target.result})},a.readAsDataURL(e),1==d.filesize&&(a={method:"POST",url:i.apiUrl+"api/fileNew/uploadDocument?filename="+d.name+"&location=Docs/Attachments",data:c,headers:{"Content-Type":void 0}},s(a).success(function(e){}))},d.uploadClick=function(e){d.filesize=!0,d.edt1=e,d.ins=!1,c=new FormData},d.CancelFileUpload=function(e){d.images_data.splice(e,1)},d.search=function(){"true"!=d.edt.sims_Email&&"false"!=d.edt.sims_Email||("true"==d.edt.sims_parent?0==d.edt.sims_father_indi&&0==d.edt.sims_mother_indi&&0==d.edt.sims_guardian_indi?swal({text:"Please Select Recipient",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}):(t.visible_stud=!0,t.visible_parent=!0,t.visible_search_parent=!0,t.visible_Employee=!1,d.getEmployee1()):(t.visible_stud=!1,t.visible_Employee=!0,t.visible_parent=!1,t.visible_search_parent=!1,d.getEmployee1()))},d.SearchParentModal=function(){d.parenttable=!1,d.buttons=!1,d.busy=!1,d.pp="",d.parent_result="",$('.nav-tabs a[href="#Parent_information"]').tab("show"),$("#MyModal").modal("show")},d.SearchParent=function(){d.parenttable=!1,d.busy=!0,s.get(i.apiUrl+"api/common/GlobalSearch/getSearchParent?data="+JSON.stringify(d.pp)).then(function(e){d.parent_result=e.data,d.parenttable=!0,d.busy=!1}),d.currentPage=0},d.SearchEmpModal=function(){$('.nav-tabs a[href="#emp_information"]').tab("show"),$("#Emp_Search_Modal").modal("show")},d.SearchEmployee=function(){d.NodataEmployee=!1,s.post(i.apiUrl+"api/common/GlobalSearch/SearchEmployee?data="+JSON.stringify(d.temp)).then(function(e){d.EmployeeDetails=e.data,d.EmployeeTable=!0})},d.get_checkedparent=function(e){e.ischecked=!0},d.$on("global_cancel",function(e){console.log(d.SelectedUserLst),"true"==d.edt.sims_Email&&"true"==d.edt.sims_parent?d.getparentdata():"true"==d.edt.sims_Email&&"false"==d.edt.sims_parent?d.getEmployeedata():"false"==d.edt.sims_Email&&"true"==d.edt.sims_parent?d.getparentdata():"false"==d.edt.sims_Email&&"false"==d.edt.sims_parent&&d.getEmployeedata();try{$("#cmb_gradeparent").multipleSelect("uncheckAll")}catch(e){}try{$("#cmb_sectionparent").multipleSelect("uncheckAll")}catch(e){}}),d.getEmployee1=function(){d.global_Search_click(),$("#Global_Search_Modal").modal({backdrop:"static"})},d.getparentdata=function(){if(d.parent_result=d.SelectedUserLst,console.log("ppp"+d.parent_result),d.ParentEmailIds=[],d.parentMobile1=[],"true"==d.edt.sims_Email){for(var e=0;e<d.parent_result.length;e++)1==d.parent_result[e].user_chk&&(1==d.edt.sims_father_indi&&null!=d.parent_result[e].mail_id&&""!=d.parent_result[e].mail_id&&(d.getfather_indi.push({username:d.parent_result[e].s_parent_id,father_emailid:d.parent_result[e].mail_id,emailsendto:d.parent_result[e].mail_id,name:d.parent_result[e].s_parent_name,sender_emailid:d.getProfile,fflag:"1",enrollnumber:d.parent_result[e].s_enroll_no}),d.parent_result[e].ischecked=!1),1==d.edt.sims_mother_indi&&null!=d.parent_result[e].mother_email_id&&""!=d.parent_result[e].mother_email_id&&(d.getfather_indi.push({username:d.parent_result[e].s_parent_id,mother_emailid:d.parent_result[e].mother_email_id,emailsendto:d.parent_result[e].mother_email_id,enrollnumber:d.parent_result[e].s_enroll_no,name:d.parent_result[e].s_parent_name,sender_emailid:d.getProfile,mflag:"1"}),d.parent_result[e].ischecked=!1),1==d.edt.sims_guardian_indi)&&null!=d.parent_result[e].guardian_email_id&&""!=d.parent_result[e].guardian_email_id&&(d.getfather_indi.push({username:d.parent_result[e].s_parent_id,guardian_emailid:d.parent_result[e].guardian_email_id,emailsendto:d.parent_result[e].guardian_email_id,enrollnumber:d.parent_result[e].s_enroll_no,name:d.parent_result[e].s_parent_name,sender_emailid:d.getProfile,gflag:"1"}),d.parent_result[e].ischecked=!1);0<d.getfather_indi.length&&(d.ParentEmailIds=d.getfather_indi,d.EmailId_result=d.ParentEmailIds,d.searchEmailId_result=d.EmailId_result,console.log(d.ParentEmailIds),d.edt.existing_rec=d.getfather_indi.length)}else if("false"==d.edt.sims_Email){for(e=0;e<d.parent_result.length;e++)1==d.parent_result[e].user_chk&&(1==d.edt.sims_father_indi&&null!=d.parent_result[e].mobile_no&&""!=d.parent_result[e].mobile_no&&(d.getfather_indi.push({username:d.parent_result[e].s_parent_id,sms_father_contact_number1:d.parent_result[e].mobile_no,sms_smssendto:d.parent_result[e].mobile_no,sender_emailid:d.getProfile,name:d.parent_result[e].s_parent_name,sms_father_flag:"1"}),d.parent_result[e].ischecked=!1),1==d.edt.sims_mother_indi&&null!=d.parent_result[e].mother_mobile_no&&""!=d.parent_result[e].mother_mobile_no&&(d.getfather_indi.push({username:d.parent_result[e].s_parent_id,sms_mother_contact_number2:d.parent_result[e].mother_mobile_no,sms_smssendto:d.parent_result[e].mother_mobile_no,sender_emailid:d.getProfile,name:d.parent_result[e].s_parent_name,sms_mother_flag:"1"}),d.parent_result[e].ischecked=!1),1==d.edt.sims_guardian_indi)&&null!=d.parent_result[e].guardian_mobile_no&&""!=d.parent_result[e].guardian_mobile_no&&(d.getfather_indi.push({username:d.parent_result[e].s_parent_id,sms_guardian_contact_number3:d.parent_result[e].guardian_mobile_no,sms_smssendto:d.parent_result[e].guardian_mobile_no,sender_emailid:d.getProfile,name:d.parent_result[e].s_parent_name,sms_guardian_flag:"1"}),d.parent_result[e].ischecked=!1);0<d.getfather_indi.length&&(d.parentMobile1=d.getfather_indi,d.MobileNo_result=d.parentMobile1,d.searchMobileNo_result=d.MobileNo_result,console.log(d.parentMobile1),d.edt.existing_rec=d.getfather_indi.length)}},d.getEmployeedata=function(){if(d.EmployeeDetails=d.SelectedUserLst,d.EmpEmailIds=[],d.EmpMobile=[],"true"==d.edt.sims_Email){for(var e=0;e<d.EmployeeDetails.length;e++)1==d.EmployeeDetails[e].user_chk&&null!=d.EmployeeDetails[e].em_email&&""!=d.EmployeeDetails[e].em_email&&d.getEmp_indi.push({username:d.EmployeeDetails[e].em_login_code,father_emailid:d.EmployeeDetails[e].em_email,emailsendto:d.EmployeeDetails[e].em_email,sender_emailid:d.getProfile,name:d.EmployeeDetails[e].empName,fflag:"1"});0<d.getEmp_indi.length&&(d.empEmailIds=d.getEmp_indi,d.EmailId_result=d.empEmailIds,d.searchEmailId_result=d.EmailId_result,d.edt.existing_rec=d.getEmp_indi.length)}else if("false"==d.edt.sims_Email){for(e=0;e<d.EmployeeDetails.length;e++)1==d.EmployeeDetails[e].user_chk&&null!=d.EmployeeDetails[e].em_mobile&&""!=d.EmployeeDetails[e].em_mobile&&d.getEmp_indi.push({username:d.EmployeeDetails[e].em_login_code,sms_father_contact_number1:d.EmployeeDetails[e].em_mobile,sms_smssendto:d.EmployeeDetails[e].em_mobile,name:d.EmployeeDetails[e].empName,sms_father_flag:"1"});0<d.getEmp_indi.length&&(d.EmpMobile=d.getEmp_indi,d.empMobContact=d.EmpMobile,d.MobileNo_result=d.EmpMobile,d.searchMobileNo_result=d.MobileNo_result,d.edt.existing_rec=d.getEmp_indi.length)}},d.EmailIdDetails=function(){"true"==d.edt.sims_Email?(d.tbl_email=!0,d.tbl_sms=!1):(d.tbl_sms=!0,d.tbl_email=!1),$("#EmailIdModal").modal("show")},d.cancelemailIddata=function(e){"true"==d.edt.sims_Email&&"true"==d.edt.sims_parent?(d.EmailId_result.splice(e,1),d.edt.existing_rec=d.EmailId_result.length,d.ParentEmailIds=d.EmailId_result):"true"==d.edt.sims_Email&&"false"==d.edt.sims_parent&&(d.EmailId_result.splice(e,1),d.edt.existing_rec=d.EmailId_result.length,d.empEmailIds=d.EmailId_result)},d.cancelmobiledata=function(e){"false"==d.edt.sims_Email&&"true"==d.edt.sims_parent?(d.MobileNo_result.splice(e,1),d.edt.existing_rec=d.MobileNo_result.length,d.parentMobile1=d.MobileNo_result):"false"==d.edt.sims_Email&&"false"==d.edt.sims_parent&&(d.MobileNo_result.splice(e,1),d.edt.existing_rec=d.MobileNo_result.length,d.EmpMobile=d.MobileNo_result)},d.send_mail_details=function(){"true"==d.edt.sims_Email&&swal({text:"Do You Want to Send Emails?",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}).then(function(e){e&&d.sendMaildetails()}),"false"==d.edt.sims_Email&&swal({title:"",text:"Do You Want to Send SMS?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){e&&d.OnsendSMSdetails()})},d.sendMaildetails=function(){d.edt.body=document.getElementById("text-editor").value,console.log(d.edt.sims_recepient_cc_id);var e=!0;if("true"==d.edt.sims_Email&&(""!=d.edt.sims_subject&&null!=d.edt.sims_subject||""!=d.edt.body&&null!=d.edt.body||(e=!1,swal({text:"Subject & Message Body are Required",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380})),1==e))if("true"==d.edt.sims_parent)if(jQuery.isEmptyObject(d.ParentEmailIds))swal({text:"Please Specify Atleast One Recipient",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380});else{d.BUSY=!0;for(var t=0;t<d.ParentEmailIds.length;t++)d.ParentEmailIds[t].subject=d.edt.sims_subject,d.ParentEmailIds[t].body=d.edt.body,d.ParentEmailIds[t].sender_emailid=d.getProfile,d.ParentEmailIds[t].sims_recepient_cc_id=0==t?d.edt.sims_recepient_cc_id:null;try{(a=d.ParentEmailIds)[0].comn_email_attachments=d.images_data,s.post(i.apiUrl+"api/common/EmailSms/ScheduleMails",a).then(function(e){d.display=!0,d.msg1=e.data,1==d.msg1?swal({text:"Mail Sent Successfully.",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}):swal({text:"Mail Not Sent.",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}),d.Emailcancel()})}catch(e){}}else if("false"==d.edt.sims_parent)if(jQuery.isEmptyObject(d.empEmailIds))swal({text:"Please Specify Atleast One Recipient",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380});else{d.BUSY=!0;for(var a,t=0;t<d.empEmailIds.length;t++)d.empEmailIds[t].subject=d.edt.sims_subject,d.empEmailIds[t].body=d.edt.body,d.empEmailIds[t].sender_emailid=d.getProfile,d.empEmailIds[t].sims_recepient_cc_id=0==t?d.edt.sims_recepient_cc_id:null;try{(a=d.empEmailIds)[0].comn_email_attachments=d.images_data,s.post(i.apiUrl+"api/common/EmailSms/ScheduleMails",a).then(function(e){d.display=!0,d.msg1=e.data,1==d.msg1?swal({title:"Alert",text:"Mail Sent Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}):swal({title:"Alert",text:"Mail Not Sent.",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}),d.Emailcancel()})}catch(e){}}},d.cancel_mail_details=function(){d.Emailcancel()},d.OnsendSMSdetails=function(){if("false"==d.edt.sims_Email&&"true"==d.edt.sims_parent){if(!jQuery.isEmptyObject(d.parentMobile1)){d.BUSY=!0;for(var e=0;e<d.parentMobile1.length;e++)d.parentMobile1[e].sims_smstext=d.edt.sims_smstext,d.parentMobile1[e].usercode=d.username,d.parentMobile1[e].smssendto=d.parentMobile1[e].sms_smssendto,"Y"==d.sims_arabic&&(d.parentMobile1[e].arabicsms=!0),"N"==d.sims_arabic&&(d.parentMobile1[e].arabicsms=!1);try{var t=d.parentMobile1;s.post(i.apiUrl+"api/common/EmailSms/CUD_Insert_SMS_Schedule",t).then(function(e){d.display=!0,d.msg1=e.data,1==d.msg1?swal({title:"Alert",text:"SMS sent successfully.",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}):swal({title:"Alert",text:"SMS Not Sent",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}),d.Emailcancel()})}catch(e){}}}else if("false"==d.edt.sims_Email&&"false"==d.edt.sims_parent&&!jQuery.isEmptyObject(d.EmpMobile)){d.BUSY=!0;for(e=0;e<d.EmpMobile.length;e++)d.EmpMobile[e].sims_smstext=d.edt.sims_smstext,d.EmpMobile[e].usercode=d.username,d.EmpMobile[e].smssendto=d.EmpMobile[e].sms_smssendto,"Y"==d.sims_arabic&&(d.EmpMobile[e].arabicsms=!0),"N"==d.sims_arabic&&(d.EmpMobile[e].arabicsms=!1);try{t=d.EmpMobile;s.post(i.apiUrl+"api/common/EmailSms/CUD_Insert_SMS_Schedule",t).then(function(e){d.display=!0,d.msg1=e.data,1==d.msg1?(d.Emailcancel(),swal({text:"SMS sent successfully.",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380})):(d.Emailcancel(),swal({text:"SMS Not Sent.",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}))})}catch(e){}}},d.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).username.toLowerCase().indexOf(t.toLowerCase())||-1<e.name.toLowerCase().indexOf(t.toLowerCase());var t})},d.search2=function(){"true"==d.edt.sims_Email?(d.EmailId_result=d.searched(d.EmailId_result,d.searchText2),""!=d.searchText2?d.EmailId_result=d.EmailId_result:d.EmailId_result=d.searchEmailId_result):"false"==d.edt.sims_Email&&(d.MobileNo_result=d.searched(d.MobileNo_result,d.searchText2),""!=d.searchText2?d.MobileNo_result=d.MobileNo_result:d.MobileNo_result=d.searchMobileNo_result)},d.GetArabicMsgFlag=function(e){"false"==e?d.sims_arabic="N":"true"==e&&(d.sims_arabic="Y")},d.Emailcancel=function(){d.edt=[],$("#text-editor").data("wysihtml5").editor.clear(),d.images_data=[],d.edt.sims_Email="true",d.chk_email=!0,d.chk_sms=!1,d.chk_rec=!0,d.chk_rec1=!0,d.edt.existing_rec=0,d.edt.sims_sms_char="0",d.edt.sims_sms_length="0",d.chk_emerg=!1,d.div_recipient=!0,d.EmailId_result=[],d.MobileNo_result=[],d.show_designation=!1,d.show_grade=!0,d.BUSY=!1,$("#cmb_grade,#cmb_section").multipleSelect("enable");try{$("#cmb_grade").multipleSelect("uncheckAll")}catch(e){}try{$("#cmb_section").multipleSelect("uncheckAll")}catch(e){}try{$("#cmb_dept").multipleSelect("uncheckAll")}catch(e){}try{$("#cmb_designation").multipleSelect("uncheckAll")}catch(e){}}}]),e.directive("ngFiles",["$parse",function(e){}])}(),function(){"use strict";var r,e=angular.module("sims.module.Collaboration");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("AlertConfigCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV","$stateParams","$filter",function(o,e,t,a,s,n,i,d,_){o.alertconfig={},o.pagesize="10",o.pageindex="0",o.pager=!0,o.deleteList=[],o.showForm=!1,o.updatebtn=!1,o.disableDate=!1,o.display=!1,o.showTable=!0,o.ddMMyyyy=_("date")(new Date,"dd-MM-yyyy"),console.log(o.ddMMyyyy),o.showForm2=!1,o.fetchalldata=function(){n.get(i.apiUrl+"api/AlertConfig/AlertConfigCommon").then(function(e){o.allData=e.data,o.totalItems=o.allData.length,o.todos=o.allData,o.makeTodos()})},o.New=function(){o.showForm2=!0,o.showTable=!1,o.save1=!0,o.updatebtn=!1,o.deletebtn=!1,o.disableDate=!1,o.alertconfig.sims_alert_name="",o.alertconfig.sims_scriptname="",o.alertconfig.sims_startdate="",o.alertconfig.sims_alertdays="",o.alrtconfig.sims_nextdate="",o.alertconfig.sims_control_field="",o.alertconfig.sims_alert_desc="",o.alertconfig.sims_status1=!1,$("#dp_admdate").data("kendoDatePicker").enable(!0),$("#start_date").data("kendoDatePicker").enable(!0),o.edt={admission_date:o.ddMMyyyy}},o.edit=function(e){o.showForm2=!0,o.showTable=!1,o.disableDate=!0,o.save1=!1,o.updatebtn=!0,o.deletebtn=!1,o.alertconfig={sims_alert_name:e.sims_alert_name,sims_scriptname:e.sims_scriptname,sims_startdate:e.sims_startdate,sims_alertdays:e.sims_alertdays,sims_nextdate:e.sims_nextdate,sims_control_field:e.sims_control_field,sims_alert_desc:e.sims_alert_desc,sims_status1:e.sims_status1,sims_scriptid:e.sims_scriptid},$("#dp_admdate").data("kendoDatePicker").enable(!1),$("#start_date").data("kendoDatePicker").enable(!1)},o.cancel=function(){o.showTable=!0,o.showForm2=!1,o.alertconfig.sims_alert_name="",o.alertconfig.sims_scriptname="",o.alertconfig.sims_startdate="",o.alertconfig.sims_alertdays="",o.alrtconfig.sims_nextdate="",o.alertconfig.sims_control_field="",o.alertconfig.sims_alert_desc="",o.alertconfig.sims_status=!1};var c=[],l=(o.save=function(e){e&&((e=o.alertconfig).opr="I",c.push(e),n.post(i.apiUrl+"api/AlertConfig/CUDAlertConfig",c).then(function(e){1==e.data?(swal({text:"Record added Successfully",imageUrl:"assets/img/check.png",width:330,showCloseButton:!0}),o.showForm2=!1,o.showTable=!0,o.fetchalldata()):0==o.data?(swal({text:"Record not Added",imageUrl:"assets/img/close.png",width:330,showCloseButton:!0}),o.showForm2=!1,o.showTable=!0,o.fetchalldata()):swal("Error-"+o.data)}),c=[])},[]);o.Update=function(){var e;showForm&&((e=o.alertconfig).opr="U",l.push(e),n.post(i.apiUrl+"api/AlertConfig/CUDAlertConfig",l).then(function(e){1==e.data?(swal({text:"Record updated Successfully",imageUrl:"assets/img/check.png",width:330,showCloseButton:!0}),o.showForm2=!1,o.showTable=!0,o.fetchalldata()):0==o.data?(swal({text:"Record not Updated",imageUrl:"assets/img/close.png",width:330,showCloseButton:!0}),o.showForm2=!1,o.showTable=!0,o.fetchalldata()):swal("Error-"+o.data)}),l=[])},o.filteredTodos=[],o.currentPage=1,o.numPerPage=10,o.maxSize=10,o.makeTodos=function(){var e=parseFloat(o.totalItems%o.numPerPage),e=(o.pagersize="0"==e?parseFloat(o.totalItems/o.numPerPage):parseFloat(o.totalItems/o.numPerPage)+1,(o.currentPage-1)*o.numPerPage),t=parseFloat(e)+parseFloat(o.numPerPage);o.filteredTodos=o.todos.slice(e,t),o.selectedAll=!1,o.isSelectAll()},o.size=function(e){"All"==e?(o.currentPage="1",o.filteredTodos=o.allData,o.pager=!1):(o.pager=!0,o.pagesize=e,o.currentPage=1,o.numPerPage=e,o.makeTodos()),o.numPerPage=e,console.log("numPerPage="+o.numPerPage)},o.index=function(e){o.pageindex=e,o.currentPage=e,o.makeTodos()},o.isSelectAll=function(){if(1==(r=document.getElementById("mainchk")).checked)for(var e=0;e<o.allData.length;e++)document.getElementById("ac-"+e).checked=!0,o.row1="row_selected",$("tr").addClass("row_selected");else for(e=0;e<o.allData.length;e++)document.getElementById("ac-"+e).checked=!1,r.checked=!1,o.row1=""},o.checkIfAllSelected=function(){var e=event.target.id,t=event.target.value;document.getElementById(e).checked?(o.deleteList.push(t),o.deleteList.length==o.filteredTodos.length&&(o.selectedAll=!0),$("#"+e).closest("tr").addClass("row_selected")):(o.selectedAll=!1,o.row1="",t=o.deleteList.indexOf(t),o.deleteList.splice(t,1),$("#"+e).closest("tr").removeClass("row_selected"))},o.OkDelete=function(){for(var t=[],e=0;e<o.filteredTodos.length;e++){var a=document.getElementById("ac-"+e);null!=a&&1==a.checked&&(a={opr:"D",sims_scriptid:o.filteredTodos[e].sims_scriptid},t.push(a))}0<t.length?swal({title:"",text:"Are you sure you want to delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){e?n.post(i.apiUrl+"api/AlertConfig/CUDAlertConfig",t).then(function(e){o.msg1=e.data,1==o.msg1?(swal({text:"Record Deleted Successfully",imageUrl:"assets/img/check.png",width:360,showCloseButton:!0}),o.showForm=!1,o.showTable=!0,o.deleteList=[],o.fetchalldata()):0==o.msg1?swal({text:"Record Not Deleted. ",imageUrl:"assets/img/close.png",width:360,showCloseButton:!0}):swal("Error-"+o.msg1)}):(o.selectedAll=!1,o.isSelectAll())}):swal({text:"Select Atleast One Record To Delete",imageUrl:"assets/img/notification-alert.png",width:320,showCloseButton:!0})},$(document).ready(function(){o.fetchalldata()})}])}(),function(){"use strict";var l,e=angular.module("sims.module.Collaboration");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("EmailApprovalCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV","$stateParams",function(o,e,t,a,s,n,i,d){var c;o.pagesize="All",o.pageindex="0",o.pager=!0,o.temp={},o.Rating={},o.show_grid=function(){n.get(i.apiUrl+"api/EmailApproval/getEmailApprovalDetails").then(function(e){o.Get_approved_email_list=e.data,o.totalItems=o.Get_approved_email_list.length,o.todos=o.Get_approved_email_list,o.makeTodos(),console.log(o.Get_approved_email_list)})},o.show_grid(),$(function(){$("#Checkbox1").click(function(){$(this).is(":checked")&&($("#fdate").attr("disabled","disabled"),o.startDate="")})}),$(function(){$("#Checkbox2").click(function(){$(this).is(":checked")&&($("#fdate").attr("disabled","disabled"),o.endDate="")})}),o.Approve_details=function(){for(var e="",t=0;t<o.Get_approved_email_list.length;t++)1==o.Get_approved_email_list[t].checked&&(e=e+o.Get_approved_email_list[t].sims_email_number+",");console.log(e),n.post(i.apiUrl+"api/EmailApproval/approve_email?lst="+e).then(function(e){e.data?(swal({title:"Alert",text:"Approved Successfully.",showCloseButton:!0,width:380}),o.show_grid()):swal({title:"Alert",text:" Not Approved. ",showCloseButton:!0,width:380})})},o.reject=function(){for(var e="",t=0;t<o.Get_approved_email_list.length;t++)1==o.Get_approved_email_list[t].checked&&(e=e+o.Get_approved_email_list[t].sims_email_number+",");console.log(e),n.post(i.apiUrl+"api/EmailApproval/reject_email?lst="+e).then(function(e){e.data?(swal({title:"Alert",text:"Rejected Successfully.",showCloseButton:!0,width:380}),o.show_grid()):swal({title:"Alert",text:" Not Rejected. ",showCloseButton:!0,width:380})})},o.Export_Data=function(){o.colsvis=!0,swal({title:"Alert",text:"Do you want to Export in MS-Excel?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){e&&(e=new Blob([document.getElementById("email_data").innerHTML],{type:"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;charset=utf-8"}),saveAs(e,"EmailList.xls"),o.colsvis=!1)})},o.search_details=function(){n.get(i.apiUrl+"api/EmailApproval/Get_search_email_deatils?startDate="+o.startDate+"&endDate="+o.endDate+"&email="+o.Rating.EmailAddress+"&subject="+o.Rating.EmailSubject).then(function(e){o.filteredTodos=e.data})},o.size=function(e){"All"==e?(o.filteredTodos=o.Get_approved_email_list,o.makeTodos(),o.pager=!1):(o.pager=!0,o.pagesize=e,o.currentPage=1,o.numPerPage=e,o.makeTodos())},o.index=function(e){o.pageindex=e,o.currentPage=e,console.log("currentPage="+o.currentPage),o.makeTodos(),o.chk={},o.chk.chk_all=!1,o.row1=""},o.filteredTodos=[],o.currentPage=1,o.numPerPage=50,o.maxSize=50,o.makeTodos=function(){var e,t;"All"==o.pagesize?(o.currentPage=1,o.showPager=!1,o.filteredTodos=o.todos):(e=parseInt(o.totalItems%o.numPerPage),o.pagersize="0"==e?parseInt(o.totalItems/o.numPerPage):parseInt(o.totalItems/o.numPerPage)+1,e=(o.currentPage-1)*o.numPerPage,t=parseInt(e)+parseInt(o.numPerPage),console.log("begin="+e),console.log("end="+t),o.filteredTodos=o.todos.slice(e,t),o.Get_approved_email_list=[],o.Get_approved_email_list=o.filteredTodos);for(var a=0;a<o.filteredTodos.length;a++)o.filteredTodos[a].icon="fa fa-plus-circle"},o.CheckAllChecked=function(){if(1==(l=document.getElementById("mainchk")).checked)for(var e=0;e<o.filteredTodos.length;e++)document.getElementById("check-"+e).checked=!0,o.row1="row_selected",$("tr").addClass("row_selected");else for(e=0;e<o.filteredTodos.length;e++)document.getElementById("check-"+e).checked=!1,l.checked=!1,o.row1="",$("tr").removeClass("row_selected")},o.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),o.color="#edefef"}),1==(l=document.getElementById("mainchk")).checked&&(l.checked=!1,o.color="#edefef",o.row1="")},o.flag=!0,o.expand=function(e,t){if(1==o.flag)$(c).remove(),e.icon="fa fa-minus-circle",c=$("<tr id='innerRow'><td class='details' colspan='11'><table class='inner-table'  width='100%' cellpadding='5' cellspacing='0' style='border-color:red;border:solid;border-width:02px'><tbody><tr><td class='semi-bold'>Message</td> </tr><tr><td><span class='body' ng-bind-html= "+e.message+"| html> </span></td></tr></tbody> </table></td></tr>"),$(t.currentTarget).parents("tr").after(c),o.flag=!1;else{$("#innerRow").css({display:"none"});for(var a=0;a<o.Get_approved_email_list.length;a++)o.Get_approved_email_list[a].icon="fa fa-plus-circle";o.flag=!0}},o.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).receiveMail.toLowerCase().indexOf(t.toLowerCase())||-1<e.subject.toLowerCase().indexOf(t.toLowerCase())||e.acno==t;var t})},o.search=function(){o.todos=o.searched(o.Get_approved_email_list,o.searchText),o.totalItems=o.todos.length,o.currentPage="1",""==o.searchText&&(o.todos=o.Get_approved_email_list),o.makeTodos(),l.checked=!1,o.CheckAllChecked()},o.reset=function(){o.startDate="",o.endDate="",o.Rating.EmailAddress="",o.Rating.EmailSubject=""}}])}(),function(){"use strict";var e=angular.module("sims.module.Collaboration");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("CreateCircularCont_clara",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(c,e,l,t,a,r,m){c.url=m.docUrl+r.defaults.headers.common.schoolId,c.view=!1,c.create=!0,c.pagesize="10",c.pageindex="0",c.pager=!0,c.filteredTodos=[],c.currentPage=1,c.numPerPage=10,c.maxSize=10,c.save_btn=!1;var p=[],i=[];c.images=[],c.images1=[],c.del_images=[],new Array,c.obj=[],c.cdetails_data=[],c.filesize=!0,$("#text-editor").wysihtml5(),$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0,format:"yyyy-mm-dd"}),$(document).on("touch click",'*[data-datepicker="true"] .add-on',function(e){$('input[type="text"]',$(this).parent()).focus()}),$("textarea#text-editor").data("wysihtml5");function o(e,t){e?r.get(m.apiUrl+"api/ERP/Grade/getCuriculum_new").then(function(e){c.obj2=e.data,setTimeout(function(){$("#Select5").change(function(){}).multipleSelect({width:"100%"})},1e3)}):r.get(m.apiUrl+"api/ERP/Grade/getCuriculumfor_Company?comp_code="+t).then(function(e){c.obj2=e.data})}r.get(m.apiUrl+"api/ERP/Grade/getAccecssUser?user="+l.globals.currentUser.username).then(function(e){c.global_count_comp=e.data,c.global_count_comp?o(!0,c.user_details.comp):o(!1,c.user_details.comp)}),r.get(m.apiUrl+"api/common/Circular/getCircularType").then(function(e){c.obj3=e.data}),r.get(m.apiUrl+"api/common/Circular/getCircularCategory").then(function(e){c.obj4=e.data}),r.get(m.apiUrl+"api/common/Circular/getAllCircularUserGroup").then(function(e){c.obj5=e.data}),r.get(m.apiUrl+"api/common/Circular/GetAllDesignationNames").then(function(e){c.designation=e.data,setTimeout(function(){$("#cmb_designation").change(function(){}).multipleSelect({width:"100%"})},1e3)}),r.get(m.apiUrl+"api/common/Circular/GetAllDepartments").then(function(e){c.department=e.data,setTimeout(function(){$("#cmb_department").change(function(){}).multipleSelect({width:"100%"})},1e3)}),c.GetGrade=function(e,t){null!=e&&null!=t&&r.get(m.apiUrl+"api/common/getAllGrades?cur_code="+e+"&academic_year="+t).then(function(e){c.grade=e.data,setTimeout(function(){$("#cmb_grade").change(function(){}).multipleSelect({width:"100%"})},1e3),setTimeout(function(){try{$("#cmb_grade").multipleSelect("setSelects",c.edt.lst_grade)}catch(e){}},1e3)})},c.GetSection=function(e,t,a){null!=e&&null!=t&&null!=a&&r.get(m.apiUrl+"api/common/Circular/getAllSection?cur_code="+e+"&ac_year="+t+"&grade="+a).then(function(e){c.section=e.data,setTimeout(function(){$("#cmb_section").change(function(){}).multipleSelect({width:"100%"})},1e3),setTimeout(function(){try{$("#cmb_section").multipleSelect("setSelects",c.edt.lst_section)}catch(e){}},1e3)})},c.GetDesg=function(){r.get(m.apiUrl+"api/common/Circular/GetAllDesignationNames").then(function(e){c.designation=e.data,setTimeout(function(){$("#cmb_designation").change(function(){}).multipleSelect({width:"100%"})},1e3)})},c.GetDept=function(){r.get(m.apiUrl+"api/common/Circular/GetAllDepartments").then(function(e){c.department=e.data,setTimeout(function(){$("#cmb_department").change(function(){}).multipleSelect({width:"100%"})},1e3)})},c.size=function(e){"All"==e?(c.currentPage="1",c.filteredTodos=c.cdetails_data,c.pager=!1):(c.pager=!0,c.pagesize=e,c.currentPage=1,c.numPerPage=e,c.makeTodos()),c.numPerPage=e},c.index=function(e){c.pageindex=e,c.currentPage=e,c.makeTodos(),(void 0).checked=!1,c.row1=""},r.get(m.apiUrl+"api/common/Circular/getCircular?loggeduser="+l.globals.currentUser.username).then(function(e){c.view=!1,c.create=!0,c.New(),c.cdetails_data=e.data,c.totalItems=c.cdetails_data.length,c.todos=c.cdetails_data,c.makeTodos()}),c.makeTodos=function(){var e=parseInt(c.totalItems%c.numPerPage),e=(c.pagersize="0"==e?parseInt(c.totalItems/c.numPerPage):parseInt(c.totalItems/c.numPerPage)+1,(c.currentPage-1)*c.numPerPage),t=parseInt(e)+parseInt(c.numPerPage);c.filteredTodos=c.todos.slice(e,t)},c.search=function(){c.todos=c.searched(c.cdetails_data,c.searchText),c.totalItems=c.todos.length,c.currentPage="1",""==c.searchText&&(c.todos=c.cdetails_data),c.makeTodos()},c.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).sims_circular_title.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_circular_short_desc.toLowerCase().indexOf(t.toLowerCase());var t})},c.publishcircular=function(e){r.post(m.apiUrl+"api/common/Circular/UpdateCircularPublishDate",e).then(function(e){c.display=!0,c.msg1=e.data,l.strMessage=c.msg1.strMessage,swal({title:"Alert",text:c.msg1.strMessage,showCloseButton:!0,width:380}).then(function(e){}),c.getgrid()})},c.unpublishcircular=function(e){r.post(m.apiUrl+"api/common/Circular/UpdateCircularStatus",e).then(function(e){c.msg1=e.data,l.strMessage=c.msg1.strMessage,swal({title:"Alert",text:c.msg1.strMessage,showCloseButton:!0,width:380}).then(function(e){}),c.getgrid()})},c.delcircular=function(t){swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){e&&r.post(m.apiUrl+"api/common/Circular/DCirculars",t).then(function(e){c.display=!0,c.msg1=e.data,l.strMessage=c.msg1.strMessage,swal({title:"Alert",text:c.msg1.strMessage,showCloseButton:!0,width:380}).then(function(e){e&&c.getgrid()})})})},c.New=function(){c.save_btn=!0,c.view=!1,c.create=!0,c.save1=!0,c.update1=!1,c.delete1=!1,c.edt={},c.obj5=[],c.new=!0;var e=new Date;c.edt={sims_circular_status:!0,sims_circular_publish_date:("0"+e.getDate()).slice(-2)+"-"+("0"+(e.getMonth()+1)).slice(-2)+"-"+e.getFullYear(),sims_circular_expiry_date:("0"+e.getDate()).slice(-2)+"-"+("0"+(e.getMonth()+1)).slice(-2)+"-"+e.getFullYear()},c.global_count_comp?o(!0,c.user_details.comp):o(!1,c.user_details.comp),setTimeout(function(){c.edt.sims_academic_year_desc=c.ob_acyear[0].sims_academic_year,c.GetGrade(c.edt.sims_cur_code,c.edt.sims_academic_year_desc)},2e3),r.get(m.apiUrl+"api/common/Circular/getAllCircularUserGroup").then(function(e){c.obj5=e.data}),c.images=[],c.images1=[];try{$("#cmb_grade").multipleSelect("uncheckAll")}catch(e){}try{$("#cmb_section").multipleSelect("uncheckAll")}catch(e){}try{$("#cmb_designation").multipleSelect("uncheckAll")}catch(e){}try{$("#cmb_department").multipleSelect("uncheckAll")}catch(e){}$("#cmb_grade").multipleSelect("disable"),$("#cmb_section").multipleSelect("disable"),$("#cmb_designation").multipleSelect("disable"),$("#cmb_department").multipleSelect("disable"),r.get(m.apiUrl+"api/common/Circular/getCircularNumber").then(function(e){c.obj6=e.data,document.getElementById("txt_number").disabled=!0,document.getElementById("txt_number").value=c.obj6[0].sims_circular_number}),$("#text-editor").data("wysihtml5").editor.clear(),c.Date()},c.Date=function(){setTimeout(function(){$(document).ready(function(){$("#fromdate, #todate").kendoDatePicker({format:"dd-MM-yyyy",value:""})})},700)},c.Getacademicyear=function(e){null!=e&&(r.get(m.apiUrl+"api/common/getAcademicYear?curCode="+e).then(function(e){c.ob_acyear=e.data}),c.GetGrade(c.edt.sims_cur_code,c.edt.sims_academic_year_desc))},c.GetUserGroups=function(e,t){if(1==document.getElementById(t).checked){if(p.push(e),"04"==t||"05"==t){try{$("#cmb_grade").multipleSelect("enable")}catch(e){}try{$("#cmb_section").multipleSelect("enable")}catch(e){}}if("03"==t){try{$("#cmb_designation").multipleSelect("enable")}catch(e){}try{$("#cmb_department").multipleSelect("enable")}catch(e){}}}else for(var a=p.length;a--;)if(p[a]==e){if(p.splice(a,1),"04"==t||"05"==t){try{$("#cmb_grade").multipleSelect("disable")}catch(e){}try{$("#cmb_section").multipleSelect("disable")}catch(e){}try{$("#cmb_grade").multipleSelect("uncheckAll")}catch(e){}try{$("#cmb_section").multipleSelect("uncheckAll")}catch(e){}}if("03"==t){try{$("#cmb_designation").multipleSelect("disable")}catch(e){}try{$("#cmb_department").multipleSelect("disable")}catch(e){}try{$("#cmb_designation").multipleSelect("uncheckAll")}catch(e){}try{$("#cmb_department").multipleSelect("uncheckAll")}catch(e){}}}},c.Save=function(e){c.save_btn=!1,c.edt.sims_circular_ifalert=e;var e=document.getElementById("text-editor").value,t=c.edt.sims_circular_publish_date,a=c.edt.sims_circular_expiry_date,o=!0,s=c.edt.sims_circular_grade,n=c.edt.sims_circular_gradesections,s=("Parent"!=p&&"Student"!=p||(null!=s&&""!=s||(o=!1,$("#loader").modal("hide"),swal({text:"Please select Grade.",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}).then(function(e){})),null!=n&&""!=n)||(o=!1,$("#loader").modal("hide"),swal({text:"Please select Section.",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}).then(function(e){})),p.length<=0&&(o=!1,$("#loader").modal("hide"),swal({text:"Please Select atleast one User Group.",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}).then(function(e){})),t.split("-")[2]+"-"+t.split("-")[1]+"-"+t.split("-")[0]);a.split("-")[2]+"-"+a.split("-")[1]+"-"+a.split("-")[0]<s&&(o=!1,$("#loader").modal("hide"),swal({text:"Expiry date should be greater than publish date.",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}).then(function(e){})),null!=e&&""!=e||(o=!1,$("#loader").modal("hide"),swal({text:"Please enter Circular Description.",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}).then(function(e){})),null!=c.edt.sims_circular_publish_date&&null!=c.edt.sims_cur_code&&null!=c.edt.sims_academic_year_desc&&null!=c.edt.sims_circular_type&&null!=c.edt.sims_circular_category&&null!=c.edt.sims_circular_title&&1==o&&($("#loader").modal({backdrop:"static",keyboard:!1}),n=c.edt,o=e=s=a=t="",a=(a=","+c.edt.sims_circular_gradesections).substr(a.indexOf(",")+1),s=(s=","+c.edt.sims_circular_desg).substr(s.indexOf(",")+1),e=(e=","+c.edt.sims_circular_dept).substr(e.indexOf(",")+1),t=(t=","+c.edt.sims_circular_grade).substr(t.indexOf(",")+1),o=(o=","+c.edt.sims_cur_code).substr(o.indexOf(",")+1),n.sims_circular_gradesections=a,n.sims_circular_desg=s,n.sims_circular_dept=e,n.sims_circular_grade=t,n.sims_cur_code=o,n.lst_groups=p,n.sims_circular_number=document.getElementById("txt_number").value,n.sims_circular_desc=document.getElementById("text-editor").value,n.sims_circular_publish_date=c.edt.sims_circular_publish_date,n.sims_circular_expiry_date=c.edt.sims_circular_expiry_date,n.sims_circular_created_user=l.globals.currentUser.username,n.opr="I",null==n.sims_circular_desg&&(n.sims_circular_desg=""),null==n.sims_circular_dept&&(n.sims_circular_dept=""),null==n.sims_circular_expiry_date&&(n.sims_circular_expiry_date=""),null!=n.sims_circular_publish_date)&&(console.log(n),r.post(m.apiUrl+"api/common/Circular/CCirculars",n).then(function(e){c.view=!1,c.create=!0,c.msg1=e.data,swal({text:"Circular Created Successfully.",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&(p=[],c.images=[],$("#loader").modal("hide"),c.currentPage=1,r.get(m.apiUrl+"api/common/Circular/getCircular?loggeduser="+l.globals.currentUser.username).then(function(e){c.view=!1,c.create=!0,c.New(),c.cdetails_data=e.data,c.totalItems=c.cdetails_data.length,c.todos=c.cdetails_data,c.makeTodos()}),c.myForm.$setPristine(),c.myForm.$setUntouched())})}))},c.getgrid=function(){c.currentPage=1,r.get(m.apiUrl+"api/common/Circular/getCircular?loggeduser="+l.globals.currentUser.username).then(function(e){c.view=!1,c.create=!0,c.cdetails_data=e.data,c.totalItems=c.cdetails_data.length,c.todos=c.cdetails_data,c.makeTodos()}),c.myForm.$setPristine(),c.myForm.$setUntouched()},c.Update=function(){$("#loader").modal({backdrop:"static",keyboard:!1}),c.new=!1,c.save_btn=!1;var e,t,a,o,s,n=document.getElementById("text-editor").value,i=c.edt.sims_circular_publish_date,d=c.edt.sims_circular_expiry_date,_=!0;p.length<=0&&(_=!1,$("#loader").modal("hide"),swal({text:"Please Select atleast one User Group.",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}).then(function(e){})),d<i&&(_=!1,$("#loader").modal("hide"),swal({text:"Expiry date should be greater than publish date.",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}).then(function(e){})),null!=n&&""!=n||(_=!1,$("#loader").modal("hide"),swal({text:"Please enter Circular Description.",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}).then(function(e){})),1==_&&(d=c.edt,i=(t=t+","+c.edt.sims_circular_gradesections).substr(t.indexOf(",")+1),n=(o=o+","+c.edt.sims_circular_desg).substr(o.indexOf(",")+1),t=(e=e+","+c.edt.sims_circular_dept).substr(e.indexOf(",")+1),o=(a=a+","+c.edt.sims_circular_grade).substr(a.indexOf(",")+1),(s=s+","+c.edt.sims_cur_code).substr(s.indexOf(",")+1),d.sims_circular_gradesections=i,d.sims_circular_desg=n,d.sims_circular_dept=t,d.sims_circular_grade=o,d.lst_groups=p,d.sims_circular_number=document.getElementById("txt_number").value,d.sims_circular_desc=document.getElementById("text-editor").value,d.sims_circular_publish_date=c.edt.sims_circular_publish_date,d.sims_circular_expiry_date=c.edt.sims_circular_expiry_date,d.opr="U",r.post(m.apiUrl+"api/common/Circular/UCirculars",d).then(function(e){$$scope.view=!1,c.create=!0,c.msg1=e.data,_=!1,swal({title:"Alert",text:c.msg1.strMessage,showCloseButton:!0,width:380}).then(function(e){e&&(p=[],c.images=[],$("#loader").modal("hide"),c.currentPage=1,r.get(m.apiUrl+"api/common/Circular/getCircular?loggeduser="+l.globals.currentUser.username).then(function(e){c.view=!1,c.create=!0,c.cdetails_data=e.data,c.totalItems=c.cdetails_data.length,c.todos=c.cdetails_data,c.makeTodos()}),c.myForm.$setPristine(),c.myForm.$setUntouched())})}))},c.cancel=function(){c.view=!1,c.create=!0;try{$("#cmb_grade").multipleSelect("uncheckAll")}catch(e){}try{$("#cmb_section").multipleSelect("uncheckAll")}catch(e){}try{$("#cmb_designation").multipleSelect("uncheckAll")}catch(e){}try{$("#cmb_department").multipleSelect("uncheckAll")}catch(e){}c.edt="",c.obj5=[],r.get(m.apiUrl+"api/common/Circular/getAllCircularUserGroup").then(function(e){c.obj5=e.data}),c.edt={sims_circular_status:!0,sims_circular_desc:null},p=[],c.images=[],$("#loader").modal("hide"),c.currentPage=1,r.get(m.apiUrl+"api/common/Circular/getCircular?loggeduser="+l.globals.currentUser.username).then(function(e){c.view=!1,c.create=!0,c.New(),c.cdetails_data=e.data,c.totalItems=c.cdetails_data.length,c.todos=c.cdetails_data,c.makeTodos()}),c.myForm.$setPristine(),c.myForm.$setUntouched(),c.Date()},c.download=function(e){window.open(c.url+"/Images/CircularFiles/"+e,"_new")};var d=new FormData;c.images=[],c.images_att=[],c.getTheFiles=function(s){c.filesize=!0;var n="no";angular.forEach(s,function(e,t){d.append(t,e);var a=0;if(10485760<s[a].size)c.filesize=!1,swal({text:"File Should Not Exceed 10MB.",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380});else if(i.push(s[a].name),0<c.images.length){for(var o=0;o<c.images.length;o++)if(c.images[o].name==s[a].name)return void(n="yes");if("no"==n&&(c.images.push({name:s[a].name,file:s[a].size}),3<c.images.length))return c.images.splice(3,c.images.length),void swal({text:"You cannot upload more than 3 files.",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}).then(function(e){});n="no"}else c.images.push({name:s[a].name,file:s[a].size});a++})},c.file_changed=function(e,t){var a=e.files[0],o=a.name.indexOf("."),o=(c.name=a.name.substr(0,o),c.fileext=a.name.substr(o+1),c.photo_filename=a.type,new FileReader);o.onload=function(e){c.$apply(function(){c.prev_img=e.target.result})},o.readAsDataURL(a),e.files[0].size<2e6&&(o="",a=document.getElementById("txt_number").value,""==c.edt.sims_circular_file_path1||null==c.edt.sims_circular_file_path1?(c.edt.sims_circular_file_path1=(o=a+"_1")+"."+c.fileext,c.edt.sims_circular_file_path1_en=e.files[0].name):""==c.edt.sims_circular_file_path2||null==c.edt.sims_circular_file_path2?(c.edt.sims_circular_file_path2=(o=a+"_2")+"."+c.fileext,c.edt.sims_circular_file_path2_en=e.files[0].name):""!=c.edt.sims_circular_file_path3&&null!=c.edt.sims_circular_file_path3||(c.edt.sims_circular_file_path3=(o=a+"_3")+"."+c.fileext,c.edt.sims_circular_file_path3_en=e.files[0].name),a={method:"POST",url:m.apiUrl+"api/file/uploadCircularDocument?filename="+o+"&location=CircularFiles",data:d,headers:{"Content-Type":void 0}},r(a).success(function(e){angular.forEach(angular.element("input[type='file']"),function(e){angular.element(e).val(null)})}))},c.uploadClick=function(e){c.filesize=!0,c.edt1=e,c.ins=!1,d=new FormData},c.delpush=[],c.CancelFileUpload=function(e){c.delpush.push(e),c.images.splice(e,1),0==e&&(c.edt.sims_circular_file_path1=""),1==e&&(c.edt.sims_circular_file_path2=""),2==e&&(c.edt.sims_circular_file_path3="")},c.edit=function(e){c.save_btn=!0,c.view=!1,c.create=!0,c.save1=!1,c.update1=!0,c.delete1=!1,c.edt=e,c.images=[],c.delpush=[],$("input:checkbox").each(function(){for(var e=$(this).attr("id"),t=$(this).attr("value"),a=0,a=0;a<c.edt.lst_groups.length;a++)c.edt.lst_groups[a]==e&&(this.checked=!0,p.push(t));c.images=[],c.del_images=[],""!=c.edt.sims_circular_file_path1&&c.images.push({name:c.edt.sims_circular_file_path1,file:""}),""!=c.edt.sims_circular_file_path2&&c.images.push({name:c.edt.sims_circular_file_path2,file:""}),""!=c.edt.sims_circular_file_path3&&c.images.push({name:c.edt.sims_circular_file_path3,file:""})}),c.Getacademicyear(c.edt.sims_cur_code),c.GetGrade(c.edt.sims_cur_code,c.edt.sims_academic_year_desc),c.GetSection(c.edt.sims_cur_code,c.edt.sims_academic_year_desc,c.edt.sims_circular_grade);try{$("#cmb_designation").multipleSelect("setSelects",c.edt.lst_desg)}catch(e){}try{$("#cmb_department").multipleSelect("setSelects",c.edt.lst_dept)}catch(e){}var e=$("textarea#text-editor"),t=e.data("wysihtml5");t?t.editor.setValue(c.edt.sims_circular_desc):e.html(c.edt.sims_circular_desc),wysihtml5.editor.setValue=c.edt.sims_circular_desc}}]),e.directive("ngFiles",["$parse",function(s){return{link:function(t,e,a){var o=s(a.ngFiles);e.on("change",function(e){o(t,{$files:e.target.files})})}}}])}(),function(){"use strict";var e=angular.module("sims.module.Collaboration");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("ApprovalEmailSMSCommunicationCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV","$stateParams",function(a,e,t,o,s,n,i,d){var _=new Date,c=_.getDate(),l=_.getMonth()+1,r=(l<10&&(l="0"+l),_.getFullYear());a.fromData=c+"-"+l+"-"+r,a.toDate=c+"-"+l+"-"+r,a.showing_groupby=!0;a.email_table=!1,a.sms_table=!1,a.comm_table=!1,a.show_email=!0,a.showingEmail=function(){a.showing_groupby=!0,a.typeOfSelection="Email",a.show_email=!0,a.show_SMS=!1,a.show_Comm=!1,a.email_table=!0,a.sms_table=!1,a.comm_table=!1,a.fromData=c+"-"+l+"-"+r,a.toDate=c+"-"+l+"-"+r},a.showingSMS=function(){a.showing_groupby=!1,a.typeOfSelection="SMS",a.show_email=!1,a.show_SMS=!0,a.show_Comm=!1,a.email_table=!1,a.sms_table=!0,a.comm_table=!1,a.fromData=c+"-"+l+"-"+r,a.toDate=c+"-"+l+"-"+r},a.showingCommunication=function(){a.showing_groupby=!1,a.typeOfSelection="Comm",a.show_email=!1,a.show_SMS=!1,a.show_Comm=!0,a.email_table=!1,a.sms_table=!1,a.comm_table=!0,a.fromData=c+"-"+l+"-"+r,a.toDate=c+"-"+l+"-"+r},a.approvalData=function(){var e=[];if("Email"==a.typeOfSelection){for(var t=0;t<a.approvalDataEmail.length;t++)1==document.getElementById(t+"email1").checked&&e.push(a.approvalDataEmail[t].sims_email_number);try{n.post(i.apiUrl+"api/ApprovalEmailSMSCommunicationController/approvalSelectedDataEmail",e).then(function(e){1==e.data?swal({text:"Approve Email Successfully.",imageUrl:"assets/img/check.png",width:380}):swal({text:"Approve Email Not Successfully",imageUrl:"assets/img/notification-alert.png",width:380})})}catch(e){}}if("SMS"==a.typeOfSelection){for(t=0;t<a.approvalDataSMS.length;t++)1==document.getElementById(t+"sms1").checked&&e.push(a.approvalDataSMS[t].sims_sms_number);try{n.post(i.apiUrl+"api/ApprovalEmailSMSCommunicationController/approvalSelectedDataSMS",e).then(function(e){1==e.data?swal({text:"Approve SMS Successfully.",imageUrl:"assets/img/check.png",width:380}):swal({text:"Approve SMS Not Successfully",imageUrl:"assets/img/notification-alert.png",width:380})})}catch(e){}}if("Comm"==a.typeOfSelection){for(t=0;t<a.approvalDataComm.length;t++)1==document.getElementById(t+"com1").checked&&e.push(a.approvalDataComm[t].sims_comm_number);try{n.post(i.apiUrl+"api/ApprovalEmailSMSCommunicationController/approvalSelectedDataCommunication",e).then(function(e){1==e.data?swal({text:"Approve Communication Successfully.",imageUrl:"assets/img/check.png",width:380}):swal({text:"Approve Communication Not Successfully",imageUrl:"assets/img/notification-alert.png",width:380})})}catch(e){}}},a.Show_Data=function(){var e=[];try{if(1==document.getElementById("chk_subject").checked&&(e="G"),1==document.getElementById("chk_date").checked&&(e="H"),1==document.getElementById("chk_all").checked&&(e="E"),1==document.getElementById("Checkbox1").checked&&(a.fromData=void 0),1==document.getElementById("Checkbox2").checked&&(a.toDate=void 0),"Email"==a.typeOfSelection)try{n.get(i.apiUrl+"api/ApprovalEmailSMSCommunicationController/getApprovalData?from_date="+a.fromData+"&to_date="+a.toDate+"&sims_sms_subject="+a.subjectEmail+"&sims_recepient_id="+a.emailAddress+"&type=E&operand="+e).then(function(e){a.approvalDataEmail=e.data,a.approvalDataEmail.length<=0&&swal({text:"Reocrd Not Found",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380})})}catch(e){}if("SMS"==a.typeOfSelection)try{e="S",n.get(i.apiUrl+"api/ApprovalEmailSMSCommunicationController/getApprovalData?from_date="+a.fromData+"&to_date="+a.toDate+"&sims_sms_subject="+a.mobilemessage+"&sims_recepient_id="+a.mobileNo+"&type=S&operand="+e).then(function(e){a.approvalDataSMS=e.data,a.approvalDataSMS.length<=0&&swal({text:"Reocrd Not Found",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380})})}catch(e){}if("Comm"==a.typeOfSelection)try{e="C",n.get(i.apiUrl+"api/ApprovalEmailSMSCommunicationController/getApprovalData?from_date="+a.fromData+"&to_date="+a.toDate+"&sims_sms_subject="+a.parentID+"&sims_recepient_id="+a.commMessage+"&type=C&operand="+e).then(function(e){a.approvalDataComm=e.data,a.approvalDataComm.length<=0&&swal({text:"Reocrd Not Found",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380})})}catch(e){}}catch(e){}},a.CheckAllCheckedEmail=function(){var e=document.getElementById("mainchkemail");if(1==e.checked)for(var t=0;t<a.approvalDataEmail.length;t++)document.getElementById(t+"email1").checked=!0,a.row1="row_selected",$("tr").addClass("row_selected");else for(t=0;t<a.approvalDataEmail.length;t++)document.getElementById(t+"email1").checked=!1,e.checked=!1,a.row1="",$("tr").removeClass("row_selected")},a.CheckAllCheckedSMS=function(){var e=document.getElementById("mainchksms");if(1==e.checked)for(var t=0;t<a.approvalDataSMS.length;t++)document.getElementById(t+"sms1").checked=!0,a.row1="row_selected",$("tr").addClass("row_selected");else for(t=0;t<a.approvalDataSMS.length;t++)document.getElementById(t+"sms1").checked=!1,e.checked=!1,a.row1="",$("tr").removeClass("row_selected")},a.CheckAllCheckedComm=function(){var e=document.getElementById("mainchkComm");if(1==e.checked)for(var t=0;t<a.approvalDataComm.length;t++)document.getElementById(t+"com1").checked=!0,a.row1="row_selected",$("tr").addClass("row_selected");else for(t=0;t<a.approvalDataComm.length;t++)document.getElementById(t+"com1").checked=!1,e.checked=!1,a.row1="",$("tr").removeClass("row_selected")},a.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),a.color="#edefef"}),1==(main=document.getElementById("mainchk")).checked&&(main.checked=!1,a.color="#edefef",a.row1="")}}])}(),function(){"use strict";var c,e=angular.module("sims.module.Collaboration");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("SmsApprovalCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV","$stateParams",function(a,e,t,o,s,n,i,d){a.pagesize="All",a.pageindex="0",a.pager=!0,a.temp={},a.Rating={},a.show_grid=function(){n.get(i.apiUrl+"api/SmsApproval/getSmsApprovalDetails").then(function(e){a.Get_approved_sms_list=e.data,a.totalItems=a.Get_approved_sms_list.length,a.todos=a.Get_approved_sms_list,a.makeTodos(),console.log(a.Get_approved_sms_list)})},a.show_grid(),$(function(){$("#Checkbox1").click(function(){$(this).is(":checked")&&($("#fdate").attr("disabled","disabled"),a.startDate="")})}),$(function(){$("#Checkbox2").click(function(){$(this).is(":checked")&&($("#fdate").attr("disabled","disabled"),a.endDate="")})}),a.Approve_details=function(){for(var e="",t=0;t<a.Get_approved_sms_list.length;t++)1==a.Get_approved_sms_list[t].checked&&(e=e+a.Get_approved_sms_list[t].sims_sms_number+",");console.log(e),n.post(i.apiUrl+"api/SmsApproval/approve_sms?lst="+e).then(function(e){e.data?(swal({title:"Alert",text:"Approved Successfully.",showCloseButton:!0,width:380}),a.show_grid()):swal({title:"Alert",text:" Not Approved. ",showCloseButton:!0,width:380})})},a.reject=function(){for(var e="",t=0;t<a.Get_approved_sms_list.length;t++)1==a.Get_approved_sms_list[t].checked&&(e=e+a.Get_approved_sms_list[t].sims_sms_number+",");console.log(e),n.post(i.apiUrl+"api/SmsApproval/reject_sms?lst="+e).then(function(e){e.data?(swal({title:"Alert",text:"Rejected Successfully.",showCloseButton:!0,width:380}),a.show_grid()):swal({title:"Alert",text:" Not Rejected. ",showCloseButton:!0,width:380})})},a.Export_Data=function(){a.colsvis=!0,swal({title:"Alert",text:"Do you want to Export in MS-Excel?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){e&&(e=new Blob([document.getElementById("sms_data").innerHTML],{type:"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;charset=utf-8"}),saveAs(e,"SmsList.xls"),a.colsvis=!1)})},a.search_details=function(){n.get(i.apiUrl+"api/SmsApproval/Get_search_sms_deatils?startDate="+a.startDate+"&endDate="+a.endDate+"&sms="+a.Rating.smsNumber+"&subject="+a.Rating.smsSubject).then(function(e){a.filteredTodos=e.data})},a.size=function(e){"All"==e?(a.filteredTodos=a.todos,a.makeTodos(),a.pager=!1):(a.pager=!0,a.pagesize=e,a.currentPage=1,a.numPerPage=e,a.makeTodos())},a.index=function(e){a.pageindex=e,a.currentPage=e,console.log("currentPage="+a.currentPage),a.makeTodos(),a.chk={},a.chk.chk_all=!1,a.row1=""},a.filteredTodos=[],a.currentPage=1,a.numPerPage=50,a.maxSize=50,a.makeTodos=function(){var e,t;"All"==a.pagesize?(a.currentPage=1,a.showPager=!1,a.filteredTodos=a.todos):(e=parseInt(a.totalItems%a.numPerPage),a.pagersize="0"==e?parseInt(a.totalItems/a.numPerPage):parseInt(a.totalItems/a.numPerPage)+1,e=(a.currentPage-1)*a.numPerPage,t=parseInt(e)+parseInt(a.numPerPage),console.log("begin="+e),console.log("end="+t),a.filteredTodos=a.todos.slice(e,t),a.Get_approved_sms_list=[],a.Get_approved_sms_list=a.filteredTodos)},a.CheckAllChecked=function(){if(1==(c=document.getElementById("mainchk")).checked)for(var e=0;e<a.Get_approved_sms_list.length;e++)document.getElementById("check-"+e).checked=!0,a.row1="row_selected",$("tr").addClass("row_selected");else for(e=0;e<a.Get_approved_sms_list.length;e++)document.getElementById("check-"+e).checked=!1,c.checked=!1,a.row1="",$("tr").removeClass("row_selected")},a.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).receivesms.toLowerCase().indexOf(t.toLowerCase())||-1<e.subject.toLowerCase().indexOf(t.toLowerCase())||e.acno==t;var t})},a.search=function(){a.todos=a.searched(a.Get_approved_sms_list,a.searchText),a.totalItems=a.todos.length,a.currentPage="1",""==a.searchText&&(a.todos=a.Get_approved_sms_list),a.makeTodos(),c.checked=!1,a.CheckAllChecked()},a.reset=function(){a.startDate="",a.endDate="",a.Rating.smsNumber="",a.Rating.smsSubject=""}}])}(),function(){"use strict";var e=angular.module("sims.module.Collaboration");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("CommunicationInitiatedDetailsReportCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(t,e,a,o,s,n,i){t.temp={};var d=(l=new Date).getDate(),c=l.getMonth()+1,l=(l.getFullYear(),t.temp={},t.display=!1,t.dublicate=!1,n.get(i.apiUrl+"api/communicationinitiateddetails/getUserCode").then(function(e){t.user_code=e.data,0<e.data.length&&(t.temp.sims_appl_parameter=e.data[0].sims_appl_parameter)}),new Date);(d=l.getDate())<10&&(d="0"+d);(c=l.getMonth()+1)<10&&(c="0"+c);var r=l.getFullYear();t.sdate=d+"-"+c+"-"+r,t.edate=d+"-"+c+"-"+r,t.from_date=d+"-"+c+"-"+r,t.to_date=d+"-"+c+"-"+r,$(function(){$("#chkmarks").click(function(){$(this).is(":checked")?($("#fdate").attr("disabled","disabled"),t.from_date=""):($("#fdate").removeAttr("disabled"),$("#fdate").focus(),t.from_date=d+"-"+c+"-"+r)})}),$(function(){$("#chkmarks1").click(function(){$(this).is(":checked")?($("#fdate").attr("disabled","disabled"),t.to_date=""):($("#fdate").removeAttr("disabled"),$("#fdate").focus(),t.to_date=d+"-"+c+"-"+r)})}),t.communicationInitiatedDetails=function(){n.get(i.apiUrl+"api/communicationinitiateddetails/getCommunicationDetailsReport?search="+t.temp.search+"&user_code="+t.temp.sims_appl_parameter+"&from_date="+t.from_date+"&to_date="+t.to_date).then(function(e){0<e.data.length?(t.report_data=e.data,angular.forEach(t.report_data,function(e){e.student_cnt=parseFloat(e.student_cnt)})):(swal({title:"Alert",text:"Sorry!!!!! Data is not Available",showCloseButton:!0,width:300,height:200}),t.report_data=e.data),console.log(t.report_data)})},t.messagedetails=function(e){$("#MyModal6").modal("show"),n.get(i.apiUrl+"api/communicationinitiateddetails/getmessagedetails?user_code="+t.temp.sims_appl_parameter+"&sender_id="+e.sims_comm_sender_id+"&from_date="+e.sims_comm_tran_date+"&to_date="+e.sims_comm_tran_date+"&search="+t.temp.search).then(function(e){0<e.data.length?(t.report_data1=e.data,t.sender_id=t.report_data1[0].sims_comm_sender_id,t.sender_name=t.report_data1[0].sender_name,t.date=t.report_data1[0].sims_comm_tran_date,t.messagecount=t.report_data1[0].no_msg_sent):(swal({title:"Alert",text:"Sorry!!!! Data is not Available",showCloseButton:!0,width:300,height:200}),t.report_data1=e.data),console.log(t.report_data1)})};t.searched=function(e,t){return _.filter(e,function(e){return searchUtil(e,t)})},t.sort=function(e){t.colname=e,t.reverse=t.colname===e&&!t.reverse},o(function(){$("#customers").tableHeadFixer({top:1})},100)}])}(),function(){"use strict";var e=angular.module("sims.module.TimeTable");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("CircularStatusByParentCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(s,e,t,a,o,n,i){s.temp={},s.detailsField=!1,s.hideprintpdf=!1,s.pagesize="30",s.pageindex="0",s.pager=!0,s.size=function(e){"All"==e?(s.currentPage="1",s.filteredTodos=s.todos,s.pager=!1):(s.pager=!0,s.pagesize=e,s.currentPage=1,s.numPerPage=e,s.makeTodos())},s.index=function(e){s.pageindex=e,s.currentPage=e,console.log("currentPage="+s.currentPage),s.makeTodos(),s.chk={},s.chk.chk_all=!1,s.row1=""},s.filteredTodos=[],s.currentPage=1,s.numPerPage=30,s.maxSize=100,s.makeTodos=function(){var e,t;"All"==s.pagesize?(s.currentPage=1,s.showPager=!1,s.filteredTodos=s.report_data_new):(e=parseInt(s.totalItems%s.numPerPage),s.pagersize="0"==e?parseInt(s.totalItems/s.numPerPage):parseInt(s.totalItems/s.numPerPage)+1,e=(s.currentPage-1)*s.numPerPage,t=parseInt(e)+parseInt(s.numPerPage),console.log("begin="+e),console.log("end="+t),s.filteredTodos=s.todos.slice(e,t))},n.get(i.apiUrl+"api/common/getCuriculum").then(function(e){s.cur_data=e.data,s.temp.sims_cur_code=s.cur_data[0].sims_cur_code,s.getAcademic_year(s.cur_data[0].sims_cur_code)}),s.getAcademic_year=function(e){n.get(i.apiUrl+"api/common/getAcademicYear?curCode="+e).then(function(e){s.acad_data=e.data,s.temp.sims_academic_year=s.acad_data[0].sims_academic_year})},n.get(i.apiUrl+"api/commoncircular/GetCircularstatusbyparent").then(function(e){s.status_data=e.data,s.temp.sims_status=s.status_data[0].comn_appl_parameter}),s.getCircdetail=function(){s.detailsField=!0,n.get(i.apiUrl+"api/CircularStatusByParent/GetCircularstatusbyparent?cur_code="+s.temp.sims_cur_code+"&acad_year="+s.temp.sims_academic_year+"&circular_status="+s.temp.sims_status+"&search="+s.searchParent).then(function(e){0<e.data.length?(s.report_data_new=e.data,s.totalItems=s.report_data_new.length,s.todos=s.report_data_new,s.makeTodos()):(swal({title:"Alert",text:" Sorry !!!!Data is not Available",showCloseButton:!0,width:300,height:200}),s.report_data_new=[])})},s.searched=function(e,t){return _.filter(e,function(e){return searchUtil(e,t)})},s.colname=null,s.reverse=!1,s.sort=function(e){s.colname=e,s.reverse=s.colname===e&&!s.reverse},s.colsvis=!1,s.exportData=function(){s.colsvis=!0,swal({title:"Alert",text:"Do you want to Export in MS-Excel?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){e&&(e=new Blob([document.getElementById("pdf_print").innerHTML],{type:"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;charset=utf-8"}),s.detailsField=!1,saveAs(e,"SubstituteLectureDetailsReport.xls"),s.colsvis=!1,s.getsubdetail())}),s.colsvis=!0},s.print=function(){s.colsvis=!0,swal({title:"Alert",text:"Do you want to Print?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){var t,a,o;e&&(e=document.head.outerHTML,t=document.getElementById("pdf_print").outerHTML,(o=(a=window.open("","_blank","location=yes, statusbar=no, menubar=no, titlebar=no, toolbar=no,dependent=no, width=800, height=600, resizable=yes, screenX=250, screenY=10, personalbar=no, scrollbars=yes")).document).open(),o.write("<!doctype html><html>"+e+'<body onLoad="window.print()">'+t+"</body></html>"),o.close(),a.focus(),s.detailsField=!1,s.colsvis=!1,s.getsubdetail())})},s.reset_data=function(){try{$("#bell_box").multipleSelect("uncheckAll")}catch(e){}try{$("#teacher_box").multipleSelect("uncheckAll")}catch(e){}s.temp.sims_bell_code="",s.report_data_new=[]}}])}(),function(){"use strict";var e=angular.module("sims.module.TimeTable");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("CircularUserStatusCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(s,e,t,a,o,n,i){s.temp={},s.detailsField=!0,s.hideprintpdf=!1,s.pagesize="30",s.pageindex="0",s.pager=!0,s.size=function(e){"All"==e?(s.currentPage="1",s.filteredTodos=s.todos,s.pager=!1):(s.pager=!0,s.pagesize=e,s.currentPage=1,s.numPerPage=e,s.makeTodos())},s.index=function(e){s.pageindex=e,s.currentPage=e,console.log("currentPage="+s.currentPage),s.makeTodos(),s.chk={},s.chk.chk_all=!1,s.row1=""},s.filteredTodos=[],s.currentPage=1,s.numPerPage=30,s.maxSize=100,s.makeTodos=function(){var e,t;"All"==s.pagesize?(s.currentPage=1,s.showPager=!1,s.filteredTodos=s.report_data_new):(e=parseInt(s.totalItems%s.numPerPage),s.pagersize="0"==e?parseInt(s.totalItems/s.numPerPage):parseInt(s.totalItems/s.numPerPage)+1,e=(s.currentPage-1)*s.numPerPage,t=parseInt(e)+parseInt(s.numPerPage),console.log("begin="+e),console.log("end="+t),s.filteredTodos=s.todos.slice(e,t))},n.get(i.apiUrl+"api/common/getCuriculum").then(function(e){s.cur_data=e.data,s.temp.sims_cur_code=s.cur_data[0].sims_cur_code,s.getAcademic_year(s.cur_data[0].sims_cur_code)}),s.getAcademic_year=function(e){n.get(i.apiUrl+"api/common/getAcademicYear?curCode="+e).then(function(e){s.acad_data=e.data,s.temp.sims_academic_year=s.acad_data[0].sims_academic_year})},n.get(i.apiUrl+"api/commoncircular/GetCircularstatusbyparent").then(function(e){s.status_data=e.data,s.temp.sims_status=s.status_data[0].comn_appl_parameter}),n.get(i.apiUrl+"api/commoncircular/Getgroupcode").then(function(e){s.group_data=e.data,s.temp.user_group_code=s.group_data[0].comn_user_group_code}),s.getCircdetail=function(){s.report_data_new=[],s.detailsField=!0,n.get(i.apiUrl+"api/CircularStatusByParent/GetCircularuserstatus?cur_code="+s.temp.sims_cur_code+"&acad_year="+s.temp.sims_academic_year+"&circular_status="+s.temp.sims_status+"&user_group="+s.temp.user_group_code+"&from="+s.from_date+"&to="+s.to_date+"&search="+s.searchParent+"&report_view="+s.temp.show_expire_circular).then(function(e){0<e.data.length?(s.report_data_new=e.data,s.totalItems=s.report_data_new.length,s.todos=s.report_data_new,s.makeTodos()):(s.filteredTodos=[],swal({title:"Alert",text:" Sorry !!!!Data is not Available",showCloseButton:!0,width:300,height:200}),s.report_data_new=[])})},s.searched=function(e,t){return _.filter(e,function(e){return searchUtil(e,t)})},s.colname=null,s.reverse=!1,s.sort=function(e){s.colname=e,s.reverse=s.colname===e&&!s.reverse},s.colsvis=!1,s.exportData=function(){s.colsvis=!0,swal({title:"Alert",text:"Do you want to Export in MS-Excel?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){e&&(e=new Blob([document.getElementById("pdf_print").innerHTML],{type:"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;charset=utf-8"}),s.detailsField=!1,saveAs(e,"SubstituteLectureDetailsReport.xls"),s.colsvis=!1,s.getsubdetail())}),s.colsvis=!0},s.print=function(){s.colsvis=!0,swal({title:"Alert",text:"Do you want to Print?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){var t,a,o;e&&(e=document.head.outerHTML,t=document.getElementById("pdf_print").outerHTML,(o=(a=window.open("","_blank","location=yes, statusbar=no, menubar=no, titlebar=no, toolbar=no,dependent=no, width=800, height=600, resizable=yes, screenX=250, screenY=10, personalbar=no, scrollbars=yes")).document).open(),o.write("<!doctype html><html>"+e+'<body onLoad="window.print()">'+t+"</body></html>"),o.close(),a.focus(),s.detailsField=!1,s.colsvis=!1,s.getsubdetail())})},s.reset_data=function(){try{$("#bell_box").multipleSelect("uncheckAll")}catch(e){}try{$("#teacher_box").multipleSelect("uncheckAll")}catch(e){}s.temp.sims_bell_code="",s.report_data_new=[]},s.ischeck=function(){s.checklick=function(){var e=document.getElementById("expire");1==e.checked&&e.checked}}}])}(),function(){"use strict";var e=angular.module("sims.module.TimeTable");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("CommunicationReportNewCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(s,e,t,a,o,n,i){s.temp={},s.detailsField=!0,s.hideprintpdf=!1,s.pagesize="30",s.pageindex="0",s.pager=!0,s.size=function(e){"All"==e?(s.currentPage="1",s.filteredTodos=s.todos,s.pager=!1):(s.pager=!0,s.pagesize=e,s.currentPage=1,s.numPerPage=e,s.makeTodos())},s.index=function(e){s.pageindex=e,s.currentPage=e,console.log("currentPage="+s.currentPage),s.makeTodos(),s.chk={},s.chk.chk_all=!1,s.row1=""},s.filteredTodos=[],s.currentPage=1,s.numPerPage=30,s.maxSize=100,s.makeTodos=function(){var e,t;"All"==s.pagesize?(s.currentPage=1,s.showPager=!1,s.filteredTodos=s.report_data_new):(e=parseInt(s.totalItems%s.numPerPage),s.pagersize="0"==e?parseInt(s.totalItems/s.numPerPage):parseInt(s.totalItems/s.numPerPage)+1,e=(s.currentPage-1)*s.numPerPage,t=parseInt(e)+parseInt(s.numPerPage),console.log("begin="+e),console.log("end="+t),s.filteredTodos=s.todos.slice(e,t))},n.get(i.apiUrl+"api/common/getCuriculum").then(function(e){s.cur_data=e.data,s.temp.sims_cur_code=s.cur_data[0].sims_cur_code,s.getAcademic_year(s.cur_data[0].sims_cur_code)}),s.getAcademic_year=function(e){n.get(i.apiUrl+"api/common/getAcademicYear?curCode="+e).then(function(e){s.acad_data=e.data,s.temp.sims_academic_year=s.acad_data[0].sims_academic_year})},n.get(i.apiUrl+"api/commoncircular/Getcomstatus").then(function(e){s.status_data=e.data,s.temp.sims_status=s.status_data[0].comn_appl_parameter}),n.get(i.apiUrl+"api/commoncircular/Getgroupcode").then(function(e){s.group_data=e.data,s.temp.user_group_code=s.group_data[0].comn_user_group_code,setTimeout(function(){$("#group_box").change(function(){}).multipleSelect({width:"100%"})},1e3)}),$(function(){$("#group_box").multipleSelect({width:"100%"})}),s.getCircdetail=function(){s.report_data_new=[],s.detailsField=!0,n.get(i.apiUrl+"api/CircularStatusByParent/Getcommunicationreport?cur_code="+s.temp.sims_cur_code+"&acad_year="+s.temp.sims_academic_year+"&circular_status="+s.temp.sims_status+"&user_group="+s.temp.user_group_code+"&from="+s.from_date+"&to="+s.to_date+"&search="+s.com_initiated_by).then(function(e){0<e.data.length?(s.report_data_new=e.data,s.totalItems=s.report_data_new.length,s.todos=s.report_data_new,s.makeTodos()):(s.filteredTodos=[],swal({title:"Alert",text:" Sorry !!!!Data is not Available",showCloseButton:!0,width:300,height:200}),s.report_data_new=[])})},s.searched=function(e,t){return _.filter(e,function(e){return searchUtil(e,t)})},s.colname=null,s.reverse=!1,s.sort=function(e){s.colname=e,s.reverse=s.colname===e&&!s.reverse},s.colsvis=!1,s.exportData=function(){s.colsvis=!0,swal({title:"Alert",text:"Do you want to Export in MS-Excel?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){e&&(e=new Blob([document.getElementById("pdf_print").innerHTML],{type:"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;charset=utf-8"}),s.detailsField=!1,saveAs(e,"SubstituteLectureDetailsReport.xls"),s.colsvis=!1,s.getsubdetail())}),s.colsvis=!0},s.print=function(){s.colsvis=!0,swal({title:"Alert",text:"Do you want to Print?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){var t,a,o;e&&(e=document.head.outerHTML,t=document.getElementById("pdf_print").outerHTML,(o=(a=window.open("","_blank","location=yes, statusbar=no, menubar=no, titlebar=no, toolbar=no,dependent=no, width=800, height=600, resizable=yes, screenX=250, screenY=10, personalbar=no, scrollbars=yes")).document).open(),o.write("<!doctype html><html>"+e+'<body onLoad="window.print()">'+t+"</body></html>"),o.close(),a.focus(),s.detailsField=!1,s.colsvis=!1,s.getsubdetail())})},s.reset_data=function(){try{$("#bell_box").multipleSelect("uncheckAll")}catch(e){}try{$("#teacher_box").multipleSelect("uncheckAll")}catch(e){}s.temp.sims_bell_code="",s.report_data_new=[]},s.ischeck=function(){s.checklick=function(){var e=document.getElementById("expire");1==e.checked&&e.checked}}}])}(),function(){"use strict";var e=angular.module("sims.module.TimeTable");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("EmailStatusReportCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(s,e,t,a,o,n,i){s.temp={},s.detailsField=!0,s.hideprintpdf=!1,s.pagesize="30",s.pageindex="0",s.pager=!0,s.size=function(e){"All"==e?(s.currentPage="1",s.filteredTodos=s.todos,s.pager=!1):(s.pager=!0,s.pagesize=e,s.currentPage=1,s.numPerPage=e,s.makeTodos())},s.index=function(e){s.pageindex=e,s.currentPage=e,console.log("currentPage="+s.currentPage),s.makeTodos(),s.chk={},s.chk.chk_all=!1,s.row1=""},s.filteredTodos=[],s.currentPage=1,s.numPerPage=30,s.maxSize=100,s.makeTodos=function(){var e,t;"All"==s.pagesize?(s.currentPage=1,s.showPager=!1,s.filteredTodos=s.report_data_new):(e=parseInt(s.totalItems%s.numPerPage),s.pagersize="0"==e?parseInt(s.totalItems/s.numPerPage):parseInt(s.totalItems/s.numPerPage)+1,e=(s.currentPage-1)*s.numPerPage,t=parseInt(e)+parseInt(s.numPerPage),console.log("begin="+e),console.log("end="+t),s.filteredTodos=s.todos.slice(e,t))},n.get(i.apiUrl+"api/commoncircular/Getemailtransactionstatus").then(function(e){s.status_data=e.data,s.temp.sims_appl_parameter=s.status_data[0].sims_appl_parameter}),n.get(i.apiUrl+"api/commoncircular/GetViewasreport").then(function(e){s.group_data=e.data,s.temp.comn_appl_parameter=s.group_data[0].comn_appl_parameter}),s.getCircdetail=function(){s.report_data_new=[],s.detailsField=!0,n.get(i.apiUrl+"api/CircularStatusByParent/Getemailstatusdetails?from="+s.from_date+"&to="+s.to_date+"&status="+s.temp.sims_appl_parameter+"&view_as="+s.temp.comn_appl_parameter).then(function(e){0<e.data.length?(s.report_data_new=e.data,s.totalItems=s.report_data_new.length,s.todos=s.report_data_new,s.makeTodos()):(s.filteredTodos=[],swal({title:"Alert",text:" Sorry !!!!Data is not Available",showCloseButton:!0,width:300,height:200}),s.report_data_new=[])})},s.searched=function(e,t){return _.filter(e,function(e){return searchUtil(e,t)})},s.colname=null,s.reverse=!1,s.sort=function(e){s.colname=e,s.reverse=s.colname===e&&!s.reverse},s.colsvis=!1,s.exportData=function(){s.colsvis=!0,swal({title:"Alert",text:"Do you want to Export in MS-Excel?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){e&&(e=new Blob([document.getElementById("pdf_print").innerHTML],{type:"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;charset=utf-8"}),s.detailsField=!1,saveAs(e,"SubstituteLectureDetailsReport.xls"),s.colsvis=!1,s.getsubdetail())}),s.colsvis=!0},s.print=function(){s.colsvis=!0,swal({title:"Alert",text:"Do you want to Print?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){var t,a,o;e&&(e=document.head.outerHTML,t=document.getElementById("pdf_print").outerHTML,(o=(a=window.open("","_blank","location=yes, statusbar=no, menubar=no, titlebar=no, toolbar=no,dependent=no, width=800, height=600, resizable=yes, screenX=250, screenY=10, personalbar=no, scrollbars=yes")).document).open(),o.write("<!doctype html><html>"+e+'<body onLoad="window.print()">'+t+"</body></html>"),o.close(),a.focus(),s.detailsField=!1,s.colsvis=!1,s.getsubdetail())})},s.reset_data=function(){try{$("#bell_box").multipleSelect("uncheckAll")}catch(e){}try{$("#teacher_box").multipleSelect("uncheckAll")}catch(e){}s.temp.sims_bell_code="",s.report_data_new=[]},s.ischeck=function(){s.checklick=function(){var e=document.getElementById("expire");1==e.checked&&e.checked}}}])}(),function(){"use strict";var e=angular.module("sims.module.TimeTable");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("NewsReportbyUserCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(s,e,t,a,o,n,i){s.temp={},s.detailsField=!0,s.hideprintpdf=!1,s.pagesize="30",s.pageindex="0",s.pager=!0,s.size=function(e){"All"==e?(s.currentPage="1",s.filteredTodos=s.todos,s.pager=!1):(s.pager=!0,s.pagesize=e,s.currentPage=1,s.numPerPage=e,s.makeTodos())},s.index=function(e){s.pageindex=e,s.currentPage=e,console.log("currentPage="+s.currentPage),s.makeTodos(),s.chk={},s.chk.chk_all=!1,s.row1=""},s.filteredTodos=[],s.currentPage=1,s.numPerPage=30,s.maxSize=100,s.makeTodos=function(){var e,t;"All"==s.pagesize?(s.currentPage=1,s.showPager=!1,s.filteredTodos=s.report_data_new):(e=parseInt(s.totalItems%s.numPerPage),s.pagersize="0"==e?parseInt(s.totalItems/s.numPerPage):parseInt(s.totalItems/s.numPerPage)+1,e=(s.currentPage-1)*s.numPerPage,t=parseInt(e)+parseInt(s.numPerPage),console.log("begin="+e),console.log("end="+t),s.filteredTodos=s.todos.slice(e,t))},n.get(i.apiUrl+"api/common/getCuriculum").then(function(e){s.cur_data=e.data,s.temp.sims_cur_code=s.cur_data[0].sims_cur_code,s.getAcademic_year(s.cur_data[0].sims_cur_code)}),n.get(i.apiUrl+"api/commoncircular/Getcomstatus").then(function(e){s.status_data=e.data,s.temp.sims_status=s.status_data[0].comn_appl_parameter}),n.get(i.apiUrl+"api/commoncircular/Getgroupcode").then(function(e){s.group_data=e.data,s.temp.user_group_code=s.group_data[0].comn_user_group_code,setTimeout(function(){$("#group_box").change(function(){}).multipleSelect({width:"100%"})},1e3)}),$(function(){$("#group_box").multipleSelect({width:"100%"})}),s.getCircdetail=function(){s.report_data_new=[],s.detailsField=!0,n.get(i.apiUrl+"api/CircularStatusByParent/Getnewbyuser?cur_code="+s.temp.sims_cur_code+"&user_group="+s.temp.user_group_code+"&from="+s.from_date+"&to="+s.to_date+"&search="+s.com_initiated_by).then(function(e){0<e.data.length?(s.report_data_new=e.data,s.totalItems=s.report_data_new.length,s.todos=s.report_data_new,s.makeTodos()):(s.filteredTodos=[],swal({title:"Alert",text:" Sorry !!!!Data is not Available",showCloseButton:!0,width:300,height:200}),s.report_data_new=[])})},s.searched=function(e,t){return _.filter(e,function(e){return searchUtil(e,t)})},s.colname=null,s.reverse=!1,s.sort=function(e){s.colname=e,s.reverse=s.colname===e&&!s.reverse},s.colsvis=!1,s.exportData=function(){s.colsvis=!0,swal({title:"Alert",text:"Do you want to Export in MS-Excel?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){e&&(e=new Blob([document.getElementById("pdf_print").innerHTML],{type:"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;charset=utf-8"}),s.detailsField=!1,saveAs(e,"SubstituteLectureDetailsReport.xls"),s.colsvis=!1,s.getsubdetail())}),s.colsvis=!0},s.print=function(){s.colsvis=!0,swal({title:"Alert",text:"Do you want to Print?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){var t,a,o;e&&(e=document.head.outerHTML,t=document.getElementById("pdf_print").outerHTML,(o=(a=window.open("","_blank","location=yes, statusbar=no, menubar=no, titlebar=no, toolbar=no,dependent=no, width=800, height=600, resizable=yes, screenX=250, screenY=10, personalbar=no, scrollbars=yes")).document).open(),o.write("<!doctype html><html>"+e+'<body onLoad="window.print()">'+t+"</body></html>"),o.close(),a.focus(),s.detailsField=!1,s.colsvis=!1,s.getsubdetail())})},s.reset_data=function(){try{$("#bell_box").multipleSelect("uncheckAll")}catch(e){}try{$("#teacher_box").multipleSelect("uncheckAll")}catch(e){}s.temp.sims_bell_code="",s.report_data_new=[]},s.ischeck=function(){s.checklick=function(){var e=document.getElementById("expire");1==e.checked&&e.checked}}}])}(),function(){"use strict";var e=angular.module("sims.module.Collaboration");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("CallVisitorLogCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(a,e,t,o,s,n,i){a.temp={},t.visible_stud=!1,t.visible_parent=!1,t.visible_search_parent=!1,t.visible_teacher=!1,t.visible_User=!1,t.visible_Employee=!1,t.chkMulti=!0,a.showSearchVisitorName=!0,document.getElementById("txt_visitor_name").disabled=!0,document.getElementById("rdoStudent").checked=!0;var d=new Date,_=d.getDate(),c=(_<10&&(_="0"+_),d.getMonth()+1),l=(c<10&&(c="0"+c),d.getFullYear()),d=($(".clockpicker").clockpicker({autoclose:!0}),new Date),r=d.getHours(),m=d.getMinutes(),p=(m<10&&(m="0"+m),d.getSeconds()),d=(p<10&&(p="0"+p),a.temp.comn_log_visitor_visit_intime=r+":"+m+":"+p,a.temp.comn_log_visitor_visit_date=_+"-"+c+"-"+l,t.globals.currentUser.username),u=(a.temp.comn_log_created_by_user_code=d,a.temp.comn_log_created_date=_+"-"+c+"-"+l,a.VisitorName=function(e){console.log("str",e),"S"==e||"E"==e||"P"==e?(a.showSearchVisitorName=!0,document.getElementById("txt_visitor_name").disabled=!0):"O"==e&&(a.showSearchVisitorName=!1,a.temp.comn_log_visitor_user_name="",a.temp.comn_log_visitor_user_phone="",document.getElementById("txt_visitor_name").removeAttribute("disabled"))},a.Search=function(){"S"==a.temp.comn_log_user_group_code?(t.visible_stud=!0,t.visible_Employee=!1,t.visible_parent=!1):"E"==a.temp.comn_log_user_group_code?(t.visible_stud=!1,t.visible_Employee=!0,t.visible_parent=!1):"P"==a.temp.comn_log_user_group_code&&(t.visible_stud=!1,t.visible_Employee=!1,t.visible_parent=!0),a.getSearchData()},a.getSearchData=function(){a.global_Search_click(),$("#Global_Search_Modal").modal({backdrop:"static"})},a.$on("global_cancel",function(){console.log(a.SelectedUserLst),a.VisitorName_result=a.SelectedUserLst,"S"==a.temp.comn_log_user_group_code||"P"==a.temp.comn_log_user_group_code?(a.temp.comn_log_visitor_user_code=a.VisitorName_result[0].user_name,a.temp.comn_log_visitor_user_name=a.VisitorName_result[0].name,a.temp.comn_log_visitor_user_phone=a.VisitorName_result[0].mobile_no):"E"==a.temp.comn_log_user_group_code&&(a.temp.comn_log_visitor_user_code=a.VisitorName_result[0].em_login_code,a.temp.comn_log_visitor_user_name=a.VisitorName_result[0].empName,a.temp.comn_log_visitor_user_phone=a.VisitorName_result[0].em_mobile)}),n.get(i.apiUrl+"api/CallVisitorLogController/getLogType").then(function(e){a.LogTypeData=e.data}),n.get(i.apiUrl+"api/CallVisitorLogController/getLogLocation").then(function(e){a.LogLocationData=e.data}),n.get(i.apiUrl+"api/CallVisitorLogController/getVisitorLocation").then(function(e){a.VisitorLocationData=e.data}),n.get(i.apiUrl+"api/CallVisitorLogController/getPersonToMeet").then(function(e){a.PersonToMeetData=e.data,console.log("PersonToMeetData",a.PersonToMeetData)}),a.CallPurpose=function(e){n.get(i.apiUrl+"api/CallVisitorLogController/getPurposeOfCall?logtype="+e).then(function(e){a.VisitingPurposeData=e.data})},[]);a.Save=function(e){var t;e&&(e=a.temp.comn_log_visiting_user_alert,t=a.temp.comn_log_visiting_user_email,a.temp.comn_log_visiting_user_notification=1==e&&1==t?"AE":1==e&&0==t|1==e&&"undefined"==t||1==e&&""==t||1==e&&null==t?"A":1==t&&0==e||1==t&&"undefined"==e||1==t&&""==e||1==t&&null==e?"E":"",u=[],(t=a.temp).opr="I",u.push(t),n.post(i.apiUrl+"api/CallVisitorLogController/InsertVisitor_Log",u).then(function(e){a.msg1=e.data,1==a.msg1?(swal({text:"Record Inserted Successfully",imageUrl:"assets/img/check.png",width:380,showCloseButton:!0}),a.Cancel()):0==a.msg1?swal({text:"Record Not Inserted. ",imageUrl:"assets/img/close.png",width:380,showCloseButton:!0}):swal("Error-"+a.msg1)}))},a.Cancel=function(){a.temp.comn_log_type_code="",a.temp.comn_log_loc_code="",a.temp.comn_log_user_group_code="",a.temp.comn_log_visitor_user_code="",a.temp.comn_log_visitor_user_name="",a.temp.comn_log_visitor_user_phone="",a.temp.comn_log_visitor_visit_date=_+"-"+c+"-"+l,a.temp.comn_log_visitor_visit_intime=r+":"+m+":"+p,a.temp.comn_log_visitor_visit_outtime="",a.temp.comn_log_visiting_user_code="",a.temp.comn_log_visiting_user_name="",a.temp.comn_log_visiting_loc_code="",a.temp.comn_log_visiting_purpose_code="",a.temp.comn_log_visitor_visit_remark="",a.temp.comn_log_visiting_user_alert="",a.temp.comn_log_visiting_user_email="",a.showSearchVisitorName=!0}}])}(),function(){"use strict";var e=angular.module("sims.module.Collaboration");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("VisitorLogQueryReportCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(t,e,a,o,s,n,i){t.showdisabled=!1,t.showdisabled1=!1,o(function(){$("#example").tableHeadFixer({top:1})},100),t.busyindicator=!1,t.ShowCheckBoxes=!0;var o=new Date,d=o.getDate(),_=(d<10&&(d="0"+d),o.getMonth()+1),c=(_<10&&(_="0"+_),o.getFullYear());t.from_date=d+"-"+_+"-"+c,t.to_date=d+"-"+_+"-"+c,t.Show_Data=function(){1==t.comn_log_type_desc||1==t.comn_log_loc_desc||1==t.comn_log_user_group_desc||1==t.comn_log_visitor_user_name||1==t.comn_log_visitor_user_phone||1==t.comn_log_visitor_visit_date||1==t.comn_log_visitor_visit_intime||1==t.comn_log_visitor_visit_outtime||1==t.comn_log_visiting_user_code||1==t.comn_log_visiting_user_notification_desc||1==t.comn_log_visiting_loc_desc||1==t.comn_log_visiting_purpose_desc||1==t.comn_log_visitor_visit_remark?n.get(i.apiUrl+"api/VisitorLogQueryReport/getVisitorLogQueryData?from_date="+t.from_date+"&to_date="+t.to_date).then(function(e){t.VisitorLogQueryData=e.data,console.log("VisitorLogQueryData",t.VisitorLogQueryData),0==t.VisitorLogQueryData.length?(swal({title:"Alert",text:"Record Not Found",showCloseButton:!0,width:450,height:200}),t.ShowCheckBoxes=!0):(t.table=!0,t.busyindicator=!0,t.ShowCheckBoxes=!1)}):swal({title:"Alert",text:"Select Atleast One Checkbox Then Try Again",showCloseButton:!0,width:450,height:200})},t.Show_Data1=function(){1==t.comn_log_type_desc||1==t.comn_log_loc_desc||1==t.comn_log_user_group_desc||1==t.comn_log_visitor_user_name||1==t.comn_log_visitor_user_phone||1==t.comn_log_visitor_visit_date||1==t.comn_log_visitor_visit_intime||1==t.comn_log_visitor_visit_outtime||1==t.comn_log_visiting_user_code||1==t.comn_log_visiting_user_notification_desc||1==t.comn_log_visiting_loc_desc||1==t.comn_log_visiting_purpose_desc||1==t.comn_log_visitor_visit_remark?n.get(i.apiUrl+"api/VisitorLogQueryReport/getVisitorLogQueryData?from_date="+t.from_date+"&to_date="+t.to_date).then(function(e){t.VisitorLogQueryData=e.data,0==t.VisitorLogQueryData.length?(swal({title:"Alert",text:"Record Not Found",showCloseButton:!0,width:450,height:200}),t.ShowCheckBoxes=!0):(t.busyindicator=!1,t.ShowCheckBoxes=!0,t.exportData1())}):swal({title:"Alert",text:"Select Atleast One Checkbox Then Try Again",showCloseButton:!0,width:450,height:200})},t.back=function(){t.table=!1,t.busyindicator=!1,t.ShowCheckBoxes=!0},t.checkallClick=function(e){e?(t.showdisabled=!1,t.comn_log_type_desc=!0,t.comn_log_loc_desc=!0,t.comn_log_user_group_desc=!0,t.comn_log_visitor_user_name=!0,t.comn_log_visitor_user_phone=!0,t.comn_log_visitor_visit_date=!0,t.comn_log_visitor_visit_intime=!0,t.comn_log_visitor_visit_outtime=!0,t.comn_log_visiting_user_code=!0,t.comn_log_visiting_user_name=!0,t.comn_log_visiting_user_notification_desc=!0,t.comn_log_visiting_loc_desc=!0,t.comn_log_visiting_purpose_desc=!0,t.comn_log_visitor_visit_remark=!0):t.Uncheck()},t.colname=null,t.reverse=!1,t.sort=function(e){t.reverse=t.propertyName===e&&!t.reverse,t.propertyName=e},t.Uncheck=function(){t.showdisabled=!1,t.comn_log_type_desc=!1,t.comn_log_loc_desc=!1,t.comn_log_user_group_desc=!1,t.comn_log_visitor_user_name=!1,t.comn_log_visitor_user_phone=!1,t.comn_log_visitor_visit_date=!1,t.comn_log_visitor_visit_intime=!1,t.comn_log_visitor_visit_outtime=!1,t.comn_log_visiting_user_code=!1,t.comn_log_visiting_user_name=!1,t.comn_log_visiting_user_notification_desc=!1,t.comn_log_visiting_loc_desc=!1,t.comn_log_visiting_purpose_desc=!1,t.comn_log_visitor_visit_remark=!1},t.Reset=function(){t.Uncheck(),t.select_all=!1,t.from_date=d+"-"+_+"-"+c,t.to_date=d+"-"+_+"-"+c},t.checkevent=function(){1==t.comn_log_type_desc||1==t.comn_log_loc_desc||1==t.comn_log_user_group_desc||1==t.comn_log_visitor_user_name||1==t.comn_log_visitor_user_phone||1==t.comn_log_visitor_visit_date||1==t.comn_log_visitor_visit_intime||1==t.comn_log_visitor_visit_outtime||1==t.comn_log_visiting_user_code||1==t.comn_log_visiting_user_notification_desc||1==t.comn_log_visiting_loc_desc||1==t.comn_log_visiting_purpose_desc||1==t.comn_log_visitor_visit_remark?t.showdisabled=!1:t.showdisabled=!0},t.exportData=function(){swal({title:"",text:"Are you sure you want to Save?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){e&&alasql('SELECT * INTO XLSX("Visitor Log Report.xlsx",{headers:true})  FROM HTML("#example",{headers:true,skipdisplaynone:true})')})},t.exportData1=function(){swal({title:"",text:"Are you sure you want to Save?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){e&&alasql('SELECT * INTO XLSX("Visitor Log Report.xlsx",{headers:true})  FROM HTML("#example",{headers:true,skipdisplaynone:true})')}),t.table=!1}}])}(),function(){"use strict";var e=angular.module("sims.module.HRMS");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("ViewPayslipCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(o,e,t,a,s,n,i){o.display=!0,o.Financial=!0,n.get(i.apiUrl+"api/common/ViewPayslip/GetReportName").then(function(e){o.Report_Name=e.data}),n.get(i.apiUrl+"api/attendance/getAttendanceyear?cur_code=01").then(function(e){o.academicyears_obj=e.data,0<e.data.length&&(o.Acdm_yr=e.data[0].sims_academic_year,o.acdm_yr_change())}),o.acdm_yr_change=function(){n.post(i.apiUrl+"api/common/ViewPayslip/Year_month?year="+o.Acdm_yr).then(function(e){o.Year_month=e.data;var e=(new Date).getFullYear(),t=(new Date).getMonth()+1;o.edt={year_month:e+""+t}})},n.post(i.apiUrl+"api/common/ViewPayslip/Year_month?year="+o.Acdm_yr).then(function(e){o.Year_month=e.data;var e=(new Date).getFullYear(),t=(new Date).getMonth()+1;o.edt={year_month:e+""+t}}),o.Report=function(e,t){var a=t.substring(0,4),t=t.substring(4),a={location:o.Report_Name[0].fins_appl_form_field_value1,parameter:{paysheet_year:a,paysheet_month:t,search:null},state:"main.Pe078V",ready:function(){this.refreshReport()},show_pdf:"y"};window.localStorage.ReportDetails=JSON.stringify(a),goToState("main.ReportCardParameter")}}])}(),function(){"use strict";var r,e=angular.module("sims.module.HRMS");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.directive("ngFiles",["$parse",function(s){return{link:function(t,e,a){var o=s(a.ngFiles);e.on("change",function(e){o(t,{$files:e.target.files})})}}}]),e.controller("EmployeeDocumentDetailsCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(s,e,t,a,o,n,d){s.display=!0,s.busyindicator=!1;n.get(d.apiUrl+"api/employeedoc/getEmpDetails").then(function(e){s.ComboBoxValues=e.data}),n.get(d.apiUrl+"api/employeedoc/getDeptDetails").then(function(e){s.ComboBoxValues1=e.data}),n.get(d.apiUrl+"api/employeedoc/getDesgDetails").then(function(e){s.ComboBoxValues2=e.data}),n.get(d.apiUrl+"api/employeedoc/getDescDetails").then(function(e){s.ComboBoxValues3=e.data}),a(function(){$("#fixTable").tableHeadFixer({top:1})},100),a(function(){$("#fixTable").tableHeadFixer({top:1})},100),s.Show=function(){var e,t="";s.GetMapped_Employee=[],null==s.ComboBoxValues1?s.ComboBoxValues1="":e=s.ComboBoxValues1.codp_dept_name,null==s.ComboBoxValues2?s.ComboBoxValues2="":t=s.ComboBoxValues2.dg_desc,s.showEmployeeTeacherData(e,t)},s.check_all=function(){if(1==(r=document.getElementById("all_chk")).checked)for(var e=0;e<s.filteredTodos.length;e++)document.getElementById(e).checked=!0,s.row1="row_selected",$("tr").addClass("row_selected");else for(e=0;e<s.filteredTodos.length;e++)document.getElementById(e).checked=!1,r.checked=!1,s.row1=""},s.check_once=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),s.color="#edefef"}),1==(r=document.getElementById("all_chk")).checked&&(r.checked=!1,$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected")}))},s.insertrecord=function(){if(s.flag1=!1,null!=s.ComboBoxValues3.pays_doc_desc&&""!=s.ComboBoxValues3.pays_doc_desc||(s.flag1=!0,swal({title:"Alert",text:"Please select Description name",showCloseButton:!0,width:380})),!s.flag1){s.flag=!1;for(var e,o=[],t=0;t<s.filteredTodos.length;t++)1==document.getElementById(t).checked&&(s.flag=!0,e={pays_doc_mod_code:"",pays_doc_code:s.ComboBoxValues3.pays_doc_desc,pays_doc_srno:s.filteredTodos[t].pays_doc_srno,pays_doc_empl_id:s.filteredTodos[t].em_login_code,pays_doc_desc:s.filteredTodos[t].pays_doc_desc,pays_doc_path:s.filteredTodos[t].pays_doc_path,pays_doc_issue_date:s.filteredTodos[t].pays_doc_issue_date,pays_doc_expiry_date:s.filteredTodos[t].pays_doc_expiry_date,pays_doc_status:s.filteredTodos[t].pays_doc_status,opr:"I"},o.push(e));s.flag1=!1,null!=s.ComboBoxValues3&&""!=s.ComboBoxValues3.pays_doc_desc||(s.flag1=!0,swal({title:"Alert",text:"Please select Account name",showCloseButton:!0,width:380})),s.flag1,s.flag?swal({title:"",text:"Are you sure you want to Insert?",showCloseButton:!0,confirmButtonText:"Yes",showCancelButton:!0,width:380,cancelButtonText:"No"}).then(function(e){if(e)n.post(d.apiUrl+"api/employeedoc/CUDgetAllRecords",o).then(function(e){s.msg1=e.data,1==s.msg1?swal({text:"Record inserted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&Show(),s.currentPage=!0}):swal({text:"Record Already Mapped, cant inserted",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&n.get(d.apiUrl+"api/employeedoc/getTableDetails").then(function(e){s.BoardData=e.data,s.totalItems=s.BoardData.length,s.todos=s.BoardData,s.makeTodos(),r.checked=!1,$("tr").removeClass("row_selected")})})});else{1==(r=document.getElementById("all_chk")).checked&&(r.checked=!1);for(var t=0;t<s.filteredTodos.length;t++){var a=document.getElementById(t);1==a.checked&&(a.checked=!1,r.checked=!1,$("tr").removeClass("row_selected"))}}}):swal({text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380})}},s.deleterecord=function(){s.flag=!1;for(var e,o=[],t=0;t<s.filteredTodos.length;t++)1==document.getElementById(t).checked&&(s.flag=!0,e={pays_doc_srno:s.filteredTodos[t].pays_doc_srno,pays_doc_empl_id:s.filteredTodos[t].em_login_code,opr:"D"},o.push(e));s.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,confirmButtonText:"Yes",showCancelButton:!0,width:380,cancelButtonText:"No"}).then(function(e){if(e)n.post(d.apiUrl+"api/employeedoc/CUDDeleteAllRecords",o).then(function(e){s.msg1=e.data,1==s.msg1?swal({text:"Record Deleted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&(s.pays_doc_desc="",s.pays_doc_issue_date="",s.pays_doc_expiry_date=""),s.currentPage=!0}):swal({text:"Record  cant Deleted. "+s.msg1,imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&n.get(d.apiUrl+"api/employeedoc/getTableDetails").then(function(e){s.BoardData=e.data,s.totalItems=s.BoardData.length,s.todos=s.BoardData,s.makeTodos(),r.checked=!1,$("tr").removeClass("row_selected")})})});else{1==(r=document.getElementById("all_chk")).checked&&(r.checked=!1);for(var t=0;t<s.filteredTodos.length;t++){var a=document.getElementById(t);1==a.checked&&(a.checked=!1,r.checked=!1,$("tr").removeClass("row_selected"))}}}):swal({text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380})},s.showEmployeeTeacherData=function(e,t){n.get(d.apiUrl+"api/employeedoc/getTableDetails?dept="+e+"&desg="+t).then(function(e){s.GetMapped_Employee=e.data,s.totalItems=s.GetMapped_Employee.length,s.todos=s.GetMapped_Employee,s.makeTodos()})},s.filteredTodos=[],s.currentPage=1,s.numPerPage=5,s.maxSize=5,s.makeTodos=function(){var e=parseInt(s.totalItems%s.numPerPage),e=(s.pagersize="0"==e?parseInt(s.totalItems/s.numPerPage):parseInt(s.totalItems/s.numPerPage)+1,(s.currentPage-1)*s.numPerPage),t=parseInt(e)+parseInt(s.numPerPage);s.filteredTodos=s.todos.slice(e,t)},s.size=function(e){s.pagesize=e,s.currentPage=1,s.numPerPage=e,s.makeTodos()},s.index=function(e){s.pageindex=e,s.currentPage=e,s.makeTodos()},s.Reset=function(){s.temp=""},s.Save=function(e){e&&(data1=[],e={pays_doc_path:s.filteredTodos[i].pays_doc_path,opr:"I"},data1.push(e),n.post(d.apiUrl+"api/employeedoc/CUDgetAllRecords",data1).then(function(t){s.EmployeeDataoperation=!1,n.get(d.apiUrl+"api/employeedoc/getTableDetails").then(function(e){s.Emp_Data=e.data,s.totalItems=s.Emp_Data.length,s.todos=s.Emp_Data,s.makeTodos(),s.msg1=t.Emp_Data,1==s.msg1?swal({text:"Record not Inserted Successfully",imageUrl:"assets/img/close.png",width:300,height:200}):0==s.msg1?swal({text:"Record  Inserted Successfully. ",imageUrl:"assets/img/check.png",width:300,height:200}):swal("Error-"+s.msg1)})}),s.EmployeeDetail=!0)};var c=new FormData,l=(s.getTheFiles=function(e){angular.forEach(e,function(e,t){c.append(t,e)})},"");s.maindata="",s.Objecttodata=function(e){s.maindata=e,c=new FormData,l="Doc_",s.dd=JSON.stringify(e),l=l+JSON.parse(s.dd).em_login_code+"_";for(var t=0;t<s.ComboBoxValues3.length;t++)s.ComboBoxValues3[t].pays_doc_code==s.edt.pays_doc_code&&(l=l+s.ComboBoxValues3[t].pays_doc_desc+"_");l=l.replace(" ","_")},s.file_changed=function(e){var t,e=e.files[0],a=(s.photo_filename=e.type,e.type.split("/")[1]);"png"==a||"jpeg"==a||"jpg"==a||"pdf"==a?(2e5<e.size?swal("","File size limit not exceed upto 200kb."):(t=new FileReader).onload=function(t){s.$apply(function(){s.prev_img=t.target.result;var e={method:"POST",url:d.apiUrl+"api/file/upload?filename="+l+"&location=Images/EmployeeImages",data:c,headers:{"Content-Type":void 0}};n(e).success(function(e){s.maindata.pays_doc_path=e,s.docname=e,c=new FormData})})},t.readAsDataURL(e)):swal("","PDF and Image Files are allowed.")},s.uploadImgClickM=function(){s.uploadImgClickMShow=!0},s.uploadImgCancel=function(){s.uploadImgClickFShow=!1},s.uploadImg=function(){},s.up=function(e){s.edt={pays_doc_desc:e.pays_doc_desc,pays_doc_path:e.pays_doc_path,pays_doc_issue_date:e.pays_doc_issue_date,pays_doc_expiry_date:e.pays_doc_expiry_date},s.readonly=!0,s.EmployeeDetail=!0,s.EmployeeDataoperation=!0,s.savebtn=!1,s.updatebtn=!0,s.uploadbtn=!1},s.Update=function(e){data1=[],e&&(e={pays_doc_desc:s.edt.pays_doc_desc,pays_doc_path:s.edt.pays_doc_path,pays_doc_issue_date:s.edt.pays_doc_issue_date,pays_doc_expiry_date:s.edt.pays_doc_expiry_date,opr:"U"},data1.push(e),n.post(d.apiUrl+"api/employeedoc/CUDgetAllRecords",data1).then(function(t){s.EmployeeDataoperation=!1,n.get(d.apiUrl+"api/employeedoc/getTableDetails").then(function(e){s.Emp_Data=e.data,s.totalItems=s.Emp_Data.length,s.todos=s.Emp_Data,s.makeTodos(),s.msg1=t.Emp_Data,1==s.msg1?swal({text:"Record not inserted Successfully",imageUrl:"assets/img/close.png",width:300,height:200}):0==s.msg1?swal({text:"Record  inserted Successfully. ",imageUrl:"assets/img/check.png",width:300,height:200}):swal("Error-"+s.msg1)})}),s.EmployeeDetail=!0)},s.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).pays_doc_desc.toLowerCase().indexOf(t.toLowerCase())||-1<e.em_first_name.toLowerCase().indexOf(t.toLowerCase())||e.em_login_code==t;var t})},s.search=function(){s.todos=s.searched(s.GetMapped_Employee,s.searchText),s.totalItems=s.todos.length,s.currentPage="1",""==s.searchText&&(s.todos=s.GetMapped_Employee),s.makeTodos()},s.Change=function(e){e.ischange=!0},$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0,format:"yyyy-mm-dd"}),$(document).on("touch click",'*[data-datepicker="true"] .add-on',function(e){$('input[type="text"]',$(this).parent()).focus()})}])}(),function(){"use strict";var e=angular.module("sims.module.HRMS");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("RecruitmentDashboard_ApplicantDetailsCont",["$scope","$state","$rootScope","$stateParams","$timeout","gettextCatalog","$http","ENV","$filter",function(d,e,t,a,o,s,_,c,n){d.temp={},d.doc={},d.temp1=[],d.searchText=!1,d.ImgLoaded=!1,d.roleText=!1,d.roleList=!0,d.uae=!1,d.qatar=!0,d.slisLabel=!1,d.india=!1,d.national_id_readnly=!1,d.probation_id_readnly=!1,d.iban_number_readnly=!1,d.bank_ac_no_readnly=!1,d.updateBtn=!1,d.view_form=!0,d.saveBtn=!1,d.mobile_no_required=!1,d.email_id_required=!1;d.showFileName=!1,d.qualiList=[],d.ExperienceList=[],d.applid=!0,d.iisq=!0,d.leams=!0,d.Probation=!0;var a=a.em_applicant_id,l=(console.log(a),"iisqatar"==_.defaults.headers.common.schoolId?(d.iisq=!1,d.leams=!0):(d.iisq=!0,d.leams=!1),_.get(c.apiUrl+"api/HRMS/getRole").then(function(e){d.roles_data=e.data}),_.get(c.apiUrl+"api/HRMS/RecruitmentDashboard_NewController/getallRererence").then(function(e){d.refer_data=e.data,console.log("referance",d.refer_data)}),_.get(c.apiUrl+"api/HRMS/RecruitmentDashboard_NewController/getapplicantDetails?em_applicant_id="+a).then(function(e){d.temp1=e.data,d.val=e.data,console.log("Applicationdata",d.temp1),console.log("VAL",d.val),d.temp={em_applicant_id:d.temp1[0].em_applicant_id,em_application_date:d.temp1[0].em_application_date,em_salutation:d.temp1[0].em_salutation,em_first_name:d.temp1[0].em_first_name,em_middle_name:d.temp1[0].em_middle_name,em_last_name:d.temp1[0].em_last_name,em_name_ot:d.temp1[0].em_name_ot,em_mobile:d.temp1[0].em_mobile,em_date_of_birth:d.temp1[0].em_date_of_birth,em_sex:d.temp1[0].em_sex,em_marital_status:d.temp1[0].em_marital_status,em_blood_group_code:d.temp1[0].em_blood_group_code,em_religion_code:d.temp1[0].em_religion_code,em_ethnicity_code:d.temp1[0].em_ethnicity_code,em_email:d.temp1[0].em_email,em_handicap_status:d.temp1[0].em_handicap_status,em_address:d.temp1[0].em_address,em_ethnicity_code:d.temp1[0].em_ethnicity_code,em_handicap_status:d.temp1[0].em_handicap_status,em_appartment_number:d.temp1[0].em_appartment_number,em_building_number:d.temp1[0].em_building_number,em_area_number:d.temp1[0].em_area_number,em_city:d.temp1[0].em_city,em_country_code:d.temp1[0].em_country_code,em_state:d.temp1[0].em_state,em_nation_code:d.temp1[0].em_nation_code,em_summary_address:d.temp1[0].em_summary_address,em_emergency_contact_name2:d.temp1[0].em_emergency_contact_name2,em_emergency_contact_number2:d.temp1[0].em_emergency_contact_number2,em_passport_number:d.temp1[0].em_passport_number,em_passport_issue_date:d.temp1[0].em_passport_issue_date,em_passport_expiry_date:d.temp1[0].em_passport_expiry_date,em_passport_issuing_authority:d.temp1[0].em_passport_issuing_authority,em_visa_number:d.temp1[0].em_visa_number,em_visa_type:d.temp1[0].em_visa_type,em_visa_issue_date:d.temp1[0].em_visa_issue_date,em_visa_expiry_date:d.temp1[0].em_visa_expiry_date,em_visa_issuing_authority:d.temp1[0].em_visa_issuing_authority,em_dependant_infant:d.temp1[0].em_dependant_infant,em_Bank_Code:d.temp1[0].em_Bank_Code,em_bank_ac_no:d.temp1[0].em_bank_ac_no,em_iban_no:d.temp1[0].em_iban_no,em_route_code:d.temp1[0].em_route_code,em_bank_swift_code:d.temp1[0].em_bank_swift_code,em_gpf_ac_no:d.temp1[0].em_gpf_ac_no,em_pan_no:d.temp1[0].em_pan_no,em_labour_card_no:d.temp1[0].em_labour_card_no,em_gosi_ac_no:d.temp1[0].em_gosi_ac_no,em_gosi_start_date:d.temp1[0].em_gosi_start_date,em_national_id:d.temp1[0].em_national_id,em_secret_question_code:d.temp1[0].em_secret_question_code,em_secret_answer:d.temp1[0].em_secret_answer,em_building_number:d.temp1[0].em_building_number,em_Company_Code:d.temp1[0].em_Company_Code,em_Dept_Code:d.temp1[0].em_Dept_Code,em_Designation_Code:d.temp1[0].em_Designation_Code,em_Dest_Code:d.temp1[0].em_Dest_Code,em_Grade_Code:d.temp1[0].em_Grade_Code,em_Marital_Status_Code:d.temp1[0].em_Marital_Status_Code,em_Nation_Code:d.temp1[0].em_Nation_Code,em_Country_Code:d.temp1[0].em_Country_Code,em_State_Code:d.temp1[0].em_State_Code,em_City_Code:d.temp1[0].em_City_Code,em_Religion_Code:d.temp1[0].em_Religion_Code,em_Salutation_Code:d.temp1[0].em_Salutation_Code,em_Sex_Code:d.temp1[0].em_Sex_Code,em_Staff_Type_Code:d.temp1[0].em_Staff_Type_Code,em_blood_group_code:d.temp1[0].em_blood_group_code,em_date_of_birth:d.temp1[0].em_date_of_birth,em_date_of_join:d.temp1[0].em_date_of_join,em_dept_effect_from:d.temp1[0].em_dept_effect_from,em_expected_date_of_join:d.temp1[0].em_expected_date_of_join,em_email:d.temp1[0].em_email,em_emergency_contact_name1:d.temp1[0].em_emergency_contact_name1,em_emergency_contact_number1:d.temp1[0].em_emergency_contact_number1,em_first_name:d.temp1[0].em_first_name,em_grade_effect_from:d.temp1[0].em_grade_effect_from,em_last_name:d.temp1[0].em_last_name,em_middle_name:d.temp1[0].em_middle_name,em_mobile:d.temp1[0].em_mobile,em_name_ot:d.temp1[0].em_name_ot,em_national_id_expiry_date:d.temp1[0].em_national_id_expiry_date,em_national_id_issue_date:d.temp1[0].em_national_id_issue_date,em_passport_issue_date:d.temp1[0].em_passport_issue_date,em_passport_number:d.temp1[0].em_passport_number,em_summary_address_local_language:d.temp1[0].em_summary_address_local_language,em_visa_exp_date:d.temp1[0].em_visa_exp_date,em_stop_salary_from:d.temp1[0].em_stop_salary_from,em_visa_no:d.temp1[0].em_visa_no,em_visa_type_code:d.temp1[0].em_visa_type_code,em_img:d.temp1[0].em_img,sp_passport_number:d.temp1[0].sp_passport_number,sp_sponosor_status:d.temp1[0].sp_sponosor_status,med_Card_No:d.temp1[0].med_Card_No,med_Expiry_date:d.temp1[0].med_Expiry_date,Min_Approval_Number:d.temp1[0].Min_Approval_Number,Min_Approval_Date:d.temp1[0].Min_Approval_Date,em_notice_period_days:d.temp1[0].em_notice_period_days,em_joining_ref:d.temp1[0].em_joining_ref,em_current_salary_AED:d.temp1[0].em_current_salary_AED,em_type_reference_code:d.temp1[0].em_current_salary_AED,em_ref_name1:d.temp1[0].em_ref_name1,em_ref_company1:d.temp1[0].em_ref_company1,em_ref_designation1:d.temp1[0].em_ref_designation1,em_ref_email:d.temp1[0].em_ref_email,em_ref_mobile:d.temp1[0].em_ref_mobile,em_ref_name2:d.temp1[0].em_ref_name2,em_ref_company2:d.temp1[0].em_ref_company2,em_ref_designation2:d.temp1[0].em_ref_designation2,em_ref_email2:d.temp1[0].em_ref_email2,em_ref_mobile2:d.temp1[0].em_ref_mobile2,visa_exipry_date:d.temp1[0].visa_exipry_date,em_expected_joining_date:d.temp1[0].em_expected_joining_date},d.getQualiByEmpcode=function(e){_.get(c.apiUrl+"api/Qualification/getQualificationByEmployee?emp_code="+d.temp1[0].em_applicant_id).then(function(e){d.qualiList=e.data,console.log("qualiList",d.qualiList),d.combo_multiple=!0})},d.getQualiByEmpcode(),_.get(c.apiUrl+"api/EmpExp/getEmployeeExp?em_login_code="+d.temp1[0].em_applicant_id).then(function(e){d.ExperienceList=e.data,console.log("ExperienceList",d.ExperienceList),d.showExperinceList=!0}),d.Update_btn=!0,d.saveBtn=!0}),d.UpdateData=function(){var e=d.temp;console.log("Update",e),_.post(c.apiUrl+"api/HRMS/RecruitmentDashboard_NewController/UpdateapplicantDetails",e).then(function(e){d.CUDobj={},d.CUDobj=e.data,null==d.CUDobj.strMessage&&""==d.CUDobj.strMessage&&null==d.CUDobj.strMessage||(swal({text:d.CUDobj.strMessage}),d.updateQualification(),d.updateExperience(),d.Cancel(),setTimeout(function(){d.saveBtn=!1,d.updateBtn=!1},1e3))})},["sms"]),r=(_.get(c.apiUrl+"api/HRMS/getLicSchool").then(function(e){d.lic_school_data=e.data,console.log("lic_school_data",d.lic_school_data),"Qatar"==d.lic_school_data[0].lic_school_country&&(d.uae=!1,d.qatar=!0,d.slisLabel=!1,d.india=!1,d.mobile_no_required=!1),"Oman"==d.lic_school_data[0].lic_school_country?(d.uae=!1,d.qatar=!0,d.slisLabel=!1,d.india=!1,d.mobile_no_required=!0):"Saudi Arabia"==d.lic_school_data[0].lic_school_country?(d.uae=!1,d.qatar=!1,d.slisLabel=!0,d.india=!1,d.mobile_no_required=!1):"India"==d.lic_school_data[0].lic_school_country?(d.uae=!1,d.qatar=!1,d.slisLabel=!1,d.india=!0,d.mobile_no_required=!1):l.includes(_.defaults.headers.common.schoolId)?(d.mobile_no_required=!0,d.email_id_required=!0):(d.uae=!0,d.qatar=!1,d.slisLabel=!1,d.india=!1,d.mobile_no_required=!1)}),$("#dob").kendoDatePicker({format:"dd-MM-yyyy",min:new Date(1900,1,1),max:new Date}),d.back=function(){e.go("main.RecruD")},d.back1=function(){goToState("main.Dascsn")},_.get(c.apiUrl+"api/HRMS/getEmpData").then(function(e){d.obj=e.data,d.operation=!0,d.display=!0,d.temp.em_Salutation_Code="1"}),d.labour=function(e){_.get(c.apiUrl+"api/HRMS/lems/getLabourType?company_code="+e).then(function(e){d.labour=e.data,console.log("labour ",d.labour)})},d.getdept=function(e){_.get(c.apiUrl+"api/HRMS/getDepartmenyByCompany?company_code="+e).then(function(e){d.deptt=e.data,console.log("departments",d.deptt)})},d.getdsig=function(e){_.get(c.apiUrl+"api/HRMS/getDesignationByCompany?company_code="+d.temp.em_Company_Code).then(function(e){d.design=e.data,console.log("design",d.design)})},d.getgrade=function(e){_.get(c.apiUrl+"api/HRMS/getGradeByCompany?company_code="+d.temp.em_Company_Code).then(function(e){d.grade=e.data,console.log("Grade",d.grade)})},d.getotherdates=function(){d.temp.em_dept_effect_from=d.temp.em_date_of_join,d.temp.em_grade_effect_from=d.temp.em_date_of_join},d.getstate=function(e){_.get(c.apiUrl+"api/HRMS/lems/getState?em_Country_Code="+e).then(function(e){d.stt=e.data})},d.getcity=function(e){_.get(c.apiUrl+"api/HRMS/lems/getCity?em_State_Code="+e).then(function(e){d.ctt=e.data})},_.get(c.apiUrl+"api/Qualification/getQualificationName").then(function(e){d.Qualification_Name=e.data}),_.get(c.apiUrl+"api/Qualification/getQualificationType").then(function(e){d.qual_type_data=e.data}),_.get(c.apiUrl+"api/EmpExp/getMonthName").then(function(e){d.month_data=e.data}),d.addCol=function(e){d.combo_multiple=!0;for(var t=document.getElementById("qual_name"),t=t.options[t.selectedIndex].text,a=0;a<d.qualiList.length;a++)if(d.qualiList[a].emp_qual_qual_code==e)return swal({text:"Qualification Already Added !!",timer:5e3}),!1;d.qualiList.push({emp_qual_qual_name:t,emp_qual_qual_code:e}),d.Myform.$setPristine(),d.Myform.$setUntouched()},d.addExperience=function(){d.showExperinceList=!0;d.ExperienceList.push({enroll_number:"",prev_company_name:"",prev_job_title:"",from_year:"",from_month:"",to_year:"",to_month:"",prev_job_remark:"",prev_job_responsibilities:"",prev_job_salary:"",job_status:"",em_previous_job_line_no:""})},d.RemoveExperinceRow=function(e,t,a){a.splice(t,1)},d.saveExperience=function(e){var t=[];if(0<d.ExperienceList.length){for(var a=0;a<d.ExperienceList.length;a++){var o={enroll_number:d.temp1[0].em_applicant_id,co_company_code:"1",prev_company_name:d.ExperienceList[a].prev_company_name,prev_job_title:d.ExperienceList[a].prev_job_title,from_year:d.ExperienceList[a].from_year,from_month:d.ExperienceList[a].from_month,to_year:d.ExperienceList[a].to_year,to_month:d.ExperienceList[a].to_month,prev_job_responsibilities:d.ExperienceList[a].prev_job_responsibilities,prev_job_salary:d.ExperienceList[a].prev_job_salary,job_status:d.ExperienceList[a].job_status,opr:"I"};t.push(o)}_.post(c.apiUrl+"api/EmpExp/CUDEmployeeExperience",t).then(function(e){d.msgexp=e.data,console.log("emp exp",d.msgexp),d.ExperienceList=[],d.showExperinceList=!1})}},d.saveQualification=function(e){var t=[];if(0<d.qualiList.length){for(var a=0;a<d.qualiList.length;a++){var o={emp_qual_em_code:e,emp_qual_qual_code:d.qualiList[a].emp_qual_qual_code,emp_qual_institute:d.qualiList[a].emp_qual_institute,emp_qual_type_code:d.qualiList[a].emp_qual_type_code,em_qual_from_year:d.qualiList[a].em_qual_from_year,em_qual_year:d.qualiList[a].em_qual_to_year,emp_qual_percentage:d.qualiList[a].emp_qual_percentage,emp_qual_remark:d.qualiList[a].emp_qual_remark,em_qual_status:d.qualiList[a].em_qual_status,opr:"I"};t.push(o)}_.post(c.apiUrl+"api/Qualification/CUDQualification?year=",t).then(function(e){d.qualificationmsg=e.data,console.log("qualificationmsg ",d.qualificationmsg),d.qualiList=[],d.combo_multiple=!1})}},d.updateQualification=function(){var e=[];if(0<d.qualiList.length){for(var t=0;t<d.qualiList.length;t++){var a=d.qualiList[t].emp_qual_qual_code,a={emp_qual_em_code:d.temp.em_applicant_id,emp_qual_qual_code:a,emp_qual_institute:d.qualiList[t].emp_qual_institute,emp_qual_type_code:d.qualiList[t].emp_qual_type_code,em_qual_from_year:d.qualiList[t].em_qual_from_year,em_qual_year:d.qualiList[t].em_qual_to_year,emp_qual_percentage:d.qualiList[t].emp_qual_percentage,emp_qual_remark:d.qualiList[t].emp_qual_remark,em_qual_status:d.qualiList[t].em_qual_status,opr:"U"};e.push(a)}0!=d.qualiList.length?_.post(c.apiUrl+"api/Qualification/UpadateQualification?simsobj2=",e).then(function(e){d.updateQualimsg1=e.data,console.log(d.updateQualimsg1),d.qualiList=[],d.combo_multiple=!1}):swal({text:"You not edit correct record",timer:5e3})}},d.updateExperience=function(){var e=[];if(0<d.ExperienceList.length){for(var t=0;t<d.ExperienceList.length;t++){var a={enroll_number:d.temp.em_applicant_id,co_company_code:"1",prev_company_name:d.ExperienceList[t].prev_company_name,prev_job_title:d.ExperienceList[t].prev_job_title,from_year:d.ExperienceList[t].from_year,from_month:d.ExperienceList[t].from_month,to_year:d.ExperienceList[t].to_year,to_month:d.ExperienceList[t].to_month,prev_job_responsibilities:d.ExperienceList[t].prev_job_responsibilities,prev_job_salary:d.ExperienceList[t].prev_job_salary,job_status:d.ExperienceList[t].job_status,em_previous_job_line_no:d.ExperienceList[t].em_previous_job_line_no,opr:"U"};e.push(a)}_.post(c.apiUrl+"api/EmpExp/CUDEmployeeExperience",e).then(function(e){d.msgupdateExp=e.data,console.log("emp exp update",d.msgupdateExp),d.ExperienceList=[],d.showExperinceList=!1})}},_.get(c.apiUrl+"api/HRMS/getCompany").then(function(e){d.company_data=e.data,d.temp.em_Company_Code=d.company_data[0].em_Company_Code,d.getdept(d.company_data[0].em_Company_Code),d.getdsig(d.company_data[0].em_Company_Code),d.getgrade(d.company_data[0].em_Company_Code),d.labour(d.company_data[0].em_Company_Code)}),_.get(c.apiUrl+"api/HRMS/getCountry").then(function(e){d.country_data=e.data}),_.get(c.apiUrl+"api/studentdatabase/getdemo").then(function(e){d.demo_values=e.data,console.log("demo",d.demo_values)}),d.getcode1=function(){_.get(c.apiUrl+"api/studentdatabase/getisdd?country_code="+d.edt.mobile_number).then(function(e){d.isdcode1=e.data,console.log("isdcode",d.isdcode1),null!=d.temp.em_mobile&&"-"!=d.temp.em_mobile&&(null!=d.oldisdcode?(d.temp.em_mobile=d.temp.em_mobile,d.temp.em_mobile=d.temp.em_mobile.replace(d.oldisdcode,d.isdcode1[0].sims_country_isd_code),console.log("mobilenumber",d.temp.em_mobile)):d.temp.em_mobile=d.isdcode1[0].sims_country_isd_code+d.temp.em_mobile),null==d.temp.em_mobile&&(d.temp.em_mobile=d.isdcode1[0].sims_country_isd_code),d.olisdcode()})},d.olisdcode=function(){0<d.isdcode1.length&&(d.oldisdcode=d.isdcode1[0].sims_country_isd_code)},d.getcode3=function(){_.get(c.apiUrl+"api/studentdatabase/getisdd?country_code="+d.edt.Contact_number).then(function(e){d.isdcode3=e.data,console.log("isdcode3",d.isdcode3),null!=d.temp.em_emergency_contact_number1&&"-"!=d.temp.em_emergency_contact_number1&&(null!=d.oldisdcode2?(d.temp.em_emergency_contact_number1=d.temp.em_emergency_contact_number1,d.temp.em_emergency_contact_number1=d.temp.em_emergency_contact_number1.replace(d.oldisdcode2,d.isdcode3[0].sims_country_isd_code),console.log("Emerphonenumber",d.temp.em_emergency_contact_number1)):d.temp.em_emergency_contact_number1=d.isdcode3[0].sims_country_isd_code+d.temp.em_emergency_contact_number1),null==d.temp.em_emergency_contact_number1&&(d.temp.em_emergency_contact_number1=d.isdcode3[0].sims_country_isd_code),d.olisdcode2()})},d.olisdcode2=function(){0<d.isdcode3.length&&(d.oldisdcode2=d.isdcode3[0].sims_country_isd_code)},_.get(c.apiUrl+"api/HRMSOES/GetAccommodationStatus").then(function(e){d.AccommondationStatus=e.data,console.log("AccommondationStatus",d.AccommondationStatus)}),d.saveBtnDisEn=!1,d.imageUrl=c.docUrl+_.defaults.headers.common.schoolId+"/Images/EmployeeImages/",d.imageUrl_public=c.docUrl+_.defaults.headers.common.schoolId,new FormData),m=(d.getTheFiles=function(a){angular.forEach(a,function(e,t){r.append(t,e),8e5<a[i].size&&(d.filesize=!1,d.edt.photoStatus=!1,swal({text:"File Should Not be Exceed 800Kb.",imageUrl:"assets/img/notification-alert.png"}))})},d.file_changed=function(e){var t,e=e.files[0];d.photo_filename=e.type,null!=d.photo_filename||""!=d.photo_filename?"jpeg"==(t=d.photo_filename.split("/"))[1]||"jpg"==t[1]||"png"==t[1]?((t=new FileReader).onload=function(e){d.$apply(function(){d.prev_img=e.target.result})},t.readAsDataURL(e)):(swal({text:"Only jpeg and png image format supported."}),$("#empimg").attr("src","")):(swal({text:"Image format not supported."}),$("#empimg").attr("src",""))},d.checkDateFormat=function(){-1!=d.temp.em_date_of_birth.indexOf("/")&&(swal({title:"Alert",text:"Please enter date only DD-MM-YYYY format",width:360,height:200}),d.temp.em_date_of_birth="")},d.checkDOJ=function(e){d.temp.em_dept_effect_from=e,d.temp.em_grade_effect_from=e,d.temp.em_date_of_birth>=d.temp.em_date_of_join&&(swal({title:"Alert",text:"Date Of Join Should greater than Date of Birth",width:300,height:200}),d.temp.em_date_of_join="")},d.checkPassport=function(){d.temp.em_passport_exp_date<d.temp.em_passport_issue_date&&(swal({title:"Alert",text:"Passport Expiry Date Should greater than Passport Issue Date",width:300,height:200}),d.temp.em_passport_exp_date="")},d.checkVisa=function(){d.temp.em_visa_exp_date<d.temp.em_visa_issue_date&&(swal({title:"Alert",text:"Visa Expiry Date Should greater than Visa Issue Date",width:300,height:200}),d.temp.em_visa_exp_date="")},d.checkEmiratesID=function(){d.temp.em_national_id_expiry_date<d.temp.em_national_id_issue_date&&(swal({title:"Alert",text:"Emirates ID Expiry Date Should greater than Emirates ID Issue Date",width:300,height:200}),d.temp.em_national_id_expiry_date="")},d.Cancel=function(){d.temp={},d.Myform.$setPristine(),d.Myform.$setUntouched(),d.roleText=!1,d.roleList=!0,d.roleReadOnly=!1,d.searchText=!1,d.national_id_readnly=!1,d.iban_number_readnly=!1,d.bank_ac_no_readnly=!1,d.emplogcode="",d.Update_btn=!1,d.ImgLoaded=!1,d.prev_img="",d.emplogcode="",d.temp.em_img="",d.temp.em_date_of_join=n("date")(new Date,"dd-MM-yyyy"),d.temp.em_dept_effect_from=n("date")(new Date,"dd-MM-yyyy"),d.temp.em_grade_effect_from=n("date")(new Date,"dd-MM-yyyy"),d.temp.em_dept_effect_from=d.temp.em_date_of_join,d.temp.em_grade_effect_from=d.temp.em_date_of_join,d.temp.em_Company_Code=d.company_data[0].em_Company_Code,d.temp.em_Grade_Code=d.obj[0].em_Grade_Code,d.temp.em_Salutation_Code="1",d.saveBtn=!1,d.updateBtn=!1},d.checkEmailExists=function(e){d.temp1[0].em_email!=e&&_.post(c.apiUrl+"api/HRMS/checkEmailExists?email_id="+e).then(function(e){if(d.comnUserData=e.data,0<d.comnUserData.length)return swal({text:"Official email id already exists!!",width:350}),d.temp.em_email="",!1})},d.SaveData=function(e){var a;0==e&&swal({title:"Alert",text:"Please fill mandatory fields",width:380,showCloseButton:!0}),e&&(d.saveBtn=!0,d.updateBtn=!0,a=Math.random(),e=d.temp,void 0===d.photo_filename?e.em_img=null:(e.em_img=a+".png",e.em_dept_effect_from=d.temp.em_dept_effect_from,e.em_expected_date_of_join=d.temp.em_expected_date_of_join,e.em_grade_effect_from=d.temp.em_grade_effect_from,e.em_date_of_join=d.temp.em_date_of_join,e.em_date_of_birth=d.temp.em_date_of_birth,e.em_pssport_issue_date=d.temp.em_pssport_issue_date,e.em_passport_exp_date=d.temp.em_passport_exp_date,e.em_visa_issue_date=d.temp.em_visa_issue_date,e.em_visa_exp_date=d.temp.em_visa_exp_date,e.em_national_id_issue_date=d.temp.em_national_id_issue_date,e.em_national_id_expiry_date=d.temp.em_national_id_expiry_date),e={em_Salutation_Code:d.temp.em_Salutation_Code,em_first_name:d.temp.em_first_name,em_middle_name:d.temp.em_middle_name,em_last_name:d.temp.em_last_name,em_name_ot:d.temp.em_name_ot,em_Company_Code:d.temp.em_Company_Code,em_img:e.em_img,em_Dest_Code:d.temp.em_Dest_Code,em_Designation_Code:d.temp.em_Designation_Code,em_Dept_Code:d.temp.em_Dept_Code,em_dept_effect_from:e.em_dept_effect_from,em_expected_date_of_join:e.em_expected_date_of_join,em_Staff_Type_Code:d.temp.em_Staff_Type_Code,em_Grade_Code:d.temp.em_Grade_Code,em_grade_effect_from:e.em_grade_effect_from,em_date_of_join:e.em_date_of_join,em_blood_group_code:d.temp.em_blood_group_code,em_date_of_birth:e.em_date_of_birth,em_Sex_Code:d.temp.em_Sex_Code,em_Marital_Status_Code:d.temp.em_Marital_Status_Code,em_Country_Code:d.temp.em_Country_Code,em_Nation_Code:d.temp.em_Nation_Code,em_Religion_Code:d.temp.em_Religion_Code,em_email:d.temp.em_email,em_mobile:d.temp.em_mobile,em_emergency_contact_name1:d.temp.em_emergency_contact_name1,em_summary_address:d.temp.em_summary_address,em_emergency_contact_number1:d.temp.em_emergency_contact_number1,em_pssport_issue_date:e.em_pssport_issue_date,em_visa_no:d.temp.em_visa_no,em_visa_type_code:d.temp.em_visa_type_code,em_visa_issue_date:e.em_visa_issue_date,em_visa_exp_date:e.em_visa_exp_date,em_national_id:d.temp.em_national_id,em_national_id_issue_date:e.em_national_id_issue_date,em_national_id_expiry_date:e.em_national_id_expiry_date,em_labour_card_no:d.temp.em_labour_card_no,em_iban_no:e.em_iban_no,em_bank_ac_no:e.em_bank_ac_no,comn_role_code:d.temp.comn_role_code,em_punching_id:d.temp.em_punching_id,em_punching_status:d.temp.em_punching_status,em_personalemail:d.temp.em_personalemail,em_teacher_status:d.temp.em_teacher_status,em_probation_period_days:d.temp.em_probation_period_days,em_offer_letter_send_date:d.temp.em_offer_letter_send_date,em_probation_completion_date:d.temp.em_probation_completion_date,em_accommodation_status:d.temp.em_accommodation_status,em_passport_expiry_date:d.temp.em_passport_expiry_date,em_passport_issue_date:d.temp.em_passport_issue_date,em_passport_number:d.temp.em_passport_number,em_interview_date:d.temp.em_interview_date,em_emergency_relation1:d.temp.em_emergency_relation1,en_labour_card_expiry_date:d.temp.en_labour_card_expiry_date,em_bank_cash_tag:d.temp.em_bank_cash_tag,em_ethnicity_code:d.temp.em_ethnicity_code,em_City_Code:d.temp.em_City_Code,em_State_Code:d.temp.em_State_Code,em_khda_noc_required:d.temp.em_khda_noc_required,em_khda_noc_submitted:d.temp.em_khda_noc_submitted,em_employer_visa_required:d.temp.em_employer_visa_required,em_employer_labor_required:d.temp.em_employer_labor_required,em_accommodation_required:d.temp.em_accommodation_required,em_health_card_required:d.temp.em_health_card_required,em_medical_insurance_required:d.temp.em_medical_insurance_required,pays_payroll_display_order:d.temp.pays_payroll_display_order,em_agreement_code:d.temp.em_agreement_code,opr:"H"},_.post(c.apiUrl+"api/HRMS/CUCreateEditEmployeeLEMS",e).then(function(e){d.CUDobj={},d.CUDobj=e.data,d.Myform.$setPristine(),d.Myform.$setUntouched(),null==d.CUDobj.strMessage&&""==d.CUDobj.strMessage&&null==d.CUDobj.strMessage||(swal({text:"Employee code "+d.CUDobj.strMessage+" generated successfully."}),console.log("Em login Code "+d.CUDobj.strMessage),d.saveQualification(d.CUDobj.strMessage),d.saveExperience(d.CUDobj.strMessage),d.Cancel(),setTimeout(function(){d.saveBtn=!1,d.updateBtn=!1},1e3));var e=d.CUDobj.strMessage.split(" ")[2],t=e+a+".png",t=(console.log(e),console.log(t),{method:"POST",url:c.apiUrl+"/api/file/upload?filename="+e+a+"&location=/EmployeeImages",data:r,headers:{"Content-Type":void 0}});_(t).success(function(e){console.log(e)})}))},d.image_click=function(){d.ImgLoaded=!0},d.change_em_teacher_status=function(){"T"!=d.temp.em_Staff_Type_Code?d.temp.em_teacher_status=!1:d.temp.em_teacher_status=!0},d.setProbationCompletionReminderDate=function(){var e;d.Probation=!0,null!=d.temp.em_date_of_join&&(console.log(d.temp.em_date_of_join),e=moment(d.temp.em_date_of_join,"DD-MM-YYYY"),console.log(e),d.temp.em_probation_completion_date=e.add(parseInt(d.temp.em_probation_period_days),"days").format("DD-MM-YYYY"),console.log(d.temp.em_probation_completion_date),console.log("em_probation_confirmation_date",d.temp.em_probation_completion_date))},d.downloaddoc=function(e){d.url=c.docUrl+_.defaults.headers.common.schoolId+"/Images/EmployeeDocument/"+e,window.open(d.url)},d.getTheFiles1=function(e){d.filesize=!0,angular.forEach(e,function(e,t){r.append(t,e)})},d.showEmpDocumentList=function(e){_.post(c.apiUrl+"api/EmpDocumentupload/DocumentdetailData",{pays_doc_empl_id:e,show:"all"}).then(function(e){d.DocumentdetailsData=e.data,console.log("abc",d.DocumentdetailsData);for(var t=0;t<d.DocumentdetailsData.length;t++)d.DocumentdetailsData[t]=e.data[t],d.visible=[],d.visible=e.data[t].pays_doc_path.split(","),d.DocumentdetailsData[t].path=d.visible;console.log("doc",d.DocumentdetailsData)})},d.uploadClick=function(e){d.filesize=!0,d.edt1=e,console.log(d.edt1),d.edt1.photoStatus=!0,d.ins=!1,r=new FormData},[]);d.file_changed1=function(e,t){var a=e.files[0],o=(d.photo_filename=a.type,d.filename1=a.name,console.log("file",d.filename1),a.name.split(".")[1]);if("jpeg"==o||"jpg"==o||"png"==o||"pdf"==o||"docx"==o||"doc"==o){var s=e.files;if(s.length){m=new FormData;for(var n=0;n<s.length;n++){s[n].name.split(".");m.append(s[n].name,s[n],"Web\\"+s[n].name.replace(/\s/g,""))}}var i,o=new FileReader;o.onload=function(e){d.$apply(function(){d.prev_img=e.target.result})},null==d.edt1.count&&(d.edt1.count=1),o.readAsDataURL(a),e.files[0].size<2e6&&(console.log(d.edt1.count),console.log(d.edt1.pays_doc_path),null==d.edt1.pays_doc_path||""==d.edt1.pays_doc_path?d.edt1.count=d.edt1.count:d.edt1.count=d.edt1.count+1,o={method:"POST",url:c.apiUrl+"api/AssignmentUpload/upload1?filename="+d.filename1+"&location=Images/EmployeeDocument/",data:m,headers:{"Content-Type":void 0}},i=[],_(o).success(function(e){var t=[],e={pays_doc_empl_id:d.edt1.pays_doc_empl_id,pays_doc_mod_code:d.edt1.pays_doc_mod_code,pays_doc_code:d.edt1.pays_doc_code,pays_doc_desc:d.edt1.pays_doc_desc,pays_doc_path:e,pays_doc_issue_date:void 0,pays_doc_expiry_date:void 0,pays_doc_status:"A",pays_doc_srno:""};console.log(e),i.push(e),null==e.pays_doc_path&&""==e.pays_doc_path||(null==d.edt1.pays_doc_path||""==d.edt1.pays_doc_path?(console.log(d.edt1.count),e.pays_doc_status="false",e.opr="I",t.push(e),console.log(e),_.post(c.apiUrl+"api/EmpDocumentupload/InsertUpdateDocumentDetail",t).then(function(e){d.ins=e.data,e.data&&(swal({text:"Document Updated Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}),d.edt1.count=d.edt1.count+1),d.showEmpDocumentList(d.edt1.pays_doc_empl_id)})):(e.opr="U",e.pays_doc_srno=d.edt1.pays_doc_srno,t.push(e),_.post(c.apiUrl+"api/EmpDocumentupload/InsertUpdateDocumentDetail",t).then(function(e){d.ins=e.data,e.data&&(swal({text:"Document Uploaded Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}),d.showEmpDocumentList(d.edt1.pays_doc_empl_id))})))}))}else swal({title:"Alert",text:"Document type not allowed",showCloseButton:!0,width:380})},d.doc_delete=function(t){var e={pays_doc_code:t.pays_doc_code,pays_doc_srno:t.pays_doc_srno,pays_doc_empl_id:t.pays_doc_empl_id};_.post(c.apiUrl+"api/EmpDocumentupload/DocumentDelete",e).then(function(e){d.del=e.data,e.data&&swal({text:"Document Deleted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}),d.showEmpDocumentList(t.pays_doc_empl_id)})}}]),e.directive("ngFiles",["$parse",function(s){return{link:function(t,e,a){var o=s(a.ngFiles);e.on("change",function(e){o(t,{$files:e.target.files})})}}}])}(),function(){"use strict";var e=angular.module("sims.module.HRMS");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("EmployeeShortFormCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(a,e,t,o,s,n,i){a.emp_register_no=!0,a.searchText=!1,a.emp_readonly=!0,a.ImgLoaded=!1,a.roleText=!1,a.roleList=!0,a.uae=!1,a.qatar=!0,a.national_id_readnly=!1,a.iban_number_readnly=!1,a.bank_ac_no_readnly=!1,n.get(i.apiUrl+"api/HRMS/empShortFrm/getRole").then(function(e){a.roles_data=e.data}),n.get(i.apiUrl+"api/HRMS/empShortFrm/getLicSchool").then(function(e){a.lic_school_data=e.data,"Qatar"==a.lic_school_data[0].lic_school_country?(a.uae=!1,a.qatar=!0):(a.uae=!0,a.qatar=!1)}),n.get(i.apiUrl+"api/HRMS/empShortFrm/getEmpData").then(function(e){a.obj=e.data,a.operation=!0,a.Save_btn=!0,a.display=!0}),n.get(i.apiUrl+"api/HRMS/empShortFrm/getCompany").then(function(e){a.company_data=e.data}),n.get(i.apiUrl+"api/HRMS/empShortFrm/getCountry").then(function(e){a.country_data=e.data}),n.get(i.apiUrl+"api/HRMS/empShortFrm/getDestination").then(function(e){a.dest_data=e.data,a.temp={em_Company_Code:a.company_data[0].em_Company_Code,em_Dest_Code:a.dest_data[0].em_Dest_Code,em_Country_Code:a.country_data[23].em_Country_Code}}),a.searchEmp=function(e,t){a.searchBtn=!1},a.saveBtnDisEn=!1,a.imageUrl=i.docUrl+n.defaults.headers.common.schoolId+"/Images/EmployeeImages/";var d=new FormData;a.getTheFiles=function(e){angular.forEach(e,function(e,t){d.append(t,e)})},a.file_changed=function(e){var e=e.files[0],t=(a.photo_filename=e.type,new FileReader);t.onload=function(e){a.$apply(function(){a.prev_img=e.target.result})},t.readAsDataURL(e)},a.globalSearch=function(){$("#MyModal").modal("show"),a.showBtn=!1},a.EmployeeDetails=function(){a.NodataEmployee=!1,n.post(i.apiUrl+"api/common/SearchEmployee?data="+JSON.stringify(a.temp)).then(function(e){a.Employee_Details=e.data,a.EmployeeTable=!0,0<e.data.length||(a.NodataEmployee=!0)})},a.EmployeeAdd=function(e){a.temp={enroll_number:e.em_login_code,emp_name:e.empName,emp_desg:e.desg_name,emp_dept:e.dept_name}},a.checkDOJ=function(e){a.temp.em_dept_effect_from=e,a.temp.em_grade_effect_from=e,a.temp.em_date_of_birth>=a.temp.em_date_of_join&&(swal({title:"Alert",text:"Date Of Join Should greater than Date of Birth",width:300,height:200}),a.temp.em_date_of_join="")},a.checkPassport=function(){a.temp.em_passport_exp_date<a.temp.em_passport_issue_date&&(swal({title:"Alert",text:"Passport Expiry Date Should greater than Passport Issue Date",width:300,height:200}),a.temp.em_passport_exp_date="")},a.checkVisa=function(){a.temp.em_visa_exp_date<a.temp.em_visa_issue_date&&(swal({title:"Alert",text:"Visa Expiry Date Should greater than Visa Issue Date",width:300,height:200}),a.temp.em_visa_exp_date="")},a.checkEmiratesID=function(){a.temp.em_national_id_expiry_date<a.temp.em_national_id_issue_date&&(swal({title:"Alert",text:"Emirates ID Expiry Date Should greater than Emirates ID Issue Date",width:300,height:200}),a.temp.em_national_id_expiry_date="")},a.Cancel=function(){a.emp_register_no=!0,a.searchText=!1,a.national_id_readnly=!1,a.iban_number_readnly=!1,a.bank_ac_no_readnly=!1,a.roleList=!0,a.roleText=!1,a.temp="",a.emplogcode="",a.Myform.$setPristine(),a.Myform.$setUntouched(),a.Save_btn=!0,a.Update_btn=!1,a.ImgLoaded=!1,a.prev_img="",a.emplogcode="",a.temp.em_img=""},a.SaveData=function(e){var t;e&&(e=a.temp,t="EMP"+a.temp.emp_id,void 0===a.photo_filename?e.em_img=null:(e.em_img="."+a.photo_filename.split("/")[1],e.em_dept_effect_from=convertdate(a.temp.em_dept_effect_from),e.em_grade_effect_from=convertdate(a.temp.em_grade_effect_from),e.em_date_of_join=convertdate(a.temp.em_date_of_join),e.em_date_of_birth=convertdate(a.temp.em_date_of_birth),e.em_pssport_issue_date=convertdate(a.temp.em_pssport_issue_date),e.em_passport_exp_date=convertdate(a.temp.em_passport_exp_date),e.em_visa_issue_date=convertdate(a.temp.em_visa_issue_date),e.em_visa_exp_date=convertdate(a.temp.em_visa_exp_date),e.em_national_id_issue_date=convertdate(a.temp.em_national_id_issue_date),e.em_national_id_expiry_date=convertdate(a.temp.em_national_id_expiry_date)),e={em_login_code:t,em_Salutation_Code:a.temp.em_Salutation_Code,em_first_name:a.temp.em_first_name,em_middle_name:a.temp.em_middle_name,em_last_name:a.temp.em_last_name,em_name_ot:a.temp.em_name_ot,em_Company_Code:a.temp.em_Company_Code,em_img:e.em_img,em_Dest_Code:a.temp.em_Dest_Code,em_Designation_Code:a.temp.em_Designation_Code,em_Dept_Code:a.temp.em_Dept_Code,em_dept_effect_from:e.em_dept_effect_from,em_Staff_Type_Code:a.temp.em_Staff_Type_Code,em_Grade_Code:a.temp.em_Grade_Code,em_grade_effect_from:e.em_grade_effect_from,em_date_of_join:e.em_date_of_join,em_blood_group_code:a.temp.em_blood_group_code,em_date_of_birth:e.em_date_of_birth,em_Sex_Code:a.temp.em_Sex_Code,em_Marital_Status_Code:a.temp.em_Marital_Status_Code,em_Country_Code:a.temp.em_Country_Code,em_Nation_Code:a.temp.em_Nation_Code,em_Religion_Code:a.temp.em_Religion_Code,em_email:a.temp.em_email,em_mobile:a.temp.em_mobile,em_emergency_contact_name1:a.temp.em_emergency_contact_name1,em_summary_address:a.temp.em_summary_address,em_emergency_contact_number1:a.temp.em_emergency_contact_number1,em_passport_no:a.temp.em_passport_no,em_pssport_issue_date:e.em_pssport_issue_date,em_passport_exp_date:e.em_passport_exp_date,em_visa_no:a.temp.em_visa_no,em_visa_type_code:a.temp.em_visa_type_code,em_visa_issue_date:e.em_visa_issue_date,em_visa_exp_date:e.em_visa_exp_date,em_national_id:a.temp.em_national_id,em_national_id_issue_date:e.em_national_id_issue_date,em_national_id_expiry_date:e.em_national_id_expiry_date,em_iban_no:a.temp.em_iban_no,em_bank_ac_no:a.temp.em_bank_ac_no,comn_role_code:a.temp.comn_role_code,opr:"H"},r,n.post(i.apiUrl+"api/HRMS/empShortFrm/CUCreateEditEmployee",e).then(function(e){a.CUDobj=e.data,""!=a.CUDobj&&(e=a.CUDobj.split("/")[1],swal({title:"Alert",text:a.CUDobj.split("/")[0],width:300,height:200}),1==e)&&(e={method:"POST",url:i.apiUrl+"/api/file/upload?filename="+t+"&location=/EmployeeImages",data:d,headers:{"Content-Type":void 0}},n(e).success(function(e){}),a.temp=""),a.Myform.$setPristine(),a.Myform.$setUntouched()}))},a.EmpSearch1=function(e){a.emp_register_no=!1,a.national_id_readnly=!0,a.iban_number_readnly=!0,a.bank_ac_no_readnly=!0,a.Save_btn=!1,a.Update_btn=!0,a.searchText=!0,a.roleText=!0,a.roleList=!1,a.roleReadOnly=!0,n.get(i.apiUrl+"api/HRMS/empShortFrm/getSearchEmpMaster?em_login_code="+e).then(function(e){a.temp1=e.data,a.temp={em_login_code:a.temp1[0].em_login_code,em_number:a.temp1[0].em_number,em_service_status_code:a.temp1[0].em_service_status_code,em_status_code:a.temp1[0].em_status_code,em_apartment_number:a.temp1[0].em_apartment_number,em_family_name:a.temp1[0].em_family_name,em_street_number:a.temp1[0].em_street_number,em_area_number:a.temp1[0].em_area_number,em_phone:a.temp1[0].em_phone,em_fax:a.temp1[0].em_fax,em_post:a.temp1[0].em_post,em_emergency_contact_name2:a.temp1[0].em_emergency_contact_name2,em_emergency_contact_number2:a.temp1[0].em_emergency_contact_number2,em_joining_ref:a.temp1[0].em_joining_ref,em_ethnicity_code:a.temp1[0].em_ethnicity_code,em_handicap_status:a.temp1[0].em_handicap_status,em_stop_salary_indicator:a.temp1[0].em_stop_salary_indicator,em_agreement:a.temp1[0].em_agreement,em_punching_status:a.temp1[0].em_punching_status,em_bank_cash_tag:a.temp1[0].em_bank_cash_tag,em_citi_exp_tag:a.temp1[0].em_citi_exp_tag,em_leave_tag:a.temp1[0].em_leave_tag,em_passport_issue_place:a.temp1[0].em_passport_issue_place,em_passport_issuing_authority:a.temp1[0].em_passport_issuing_authority,em_pssport_exp_rem_date:a.temp1[0].em_pssport_exp_rem_date,em_visa_issuing_place:a.temp1[0].em_visa_issuing_place,em_visa_issuing_authority:a.temp1[0].em_visa_issuing_authority,em_visa_exp_rem_date:a.temp1[0].em_visa_exp_rem_date,em_visa_type_code:a.temp1[0].em_visa_type_code,em_agreement_start_date:a.temp1[0].em_agreement_start_date,em_agreement_exp_date:a.temp1[0].em_agreement_exp_date,em_agreemet_exp_rem_date:a.temp1[0].em_agreemet_exp_rem_date,em_punching_id:a.temp1[0].em_punching_id,em_dependant_full:a.temp1[0].em_dependant_full,em_dependant_half:a.temp1[0].em_dependant_half,em_dependant_infant:a.temp1[0].em_dependant_infant,em_Bank_Code:a.temp1[0].em_Bank_Code,em_bank_ac_no:a.temp1[0].em_bank_ac_no,em_iban_no:a.temp1[0].em_iban_no,em_route_code:a.temp1[0].em_route_code,em_bank_swift_code:a.temp1[0].em_bank_swift_code,em_gpf_ac_no:a.temp1[0].em_gpf_ac_no,em_pan_no:a.temp1[0].em_pan_no,em_labour_card_no:a.temp1[0].em_labour_card_no,em_gosi_ac_no:a.temp1[0].em_gosi_ac_no,em_gosi_start_date:a.temp1[0].em_gosi_start_date,em_national_id:a.temp1[0].em_national_id,em_secret_question_code:a.temp1[0].em_secret_question_code,em_secret_answer:a.temp1[0].em_secret_answer,em_building_number:a.temp1[0].em_building_number,em_Company_Code:a.temp1[0].em_Company_Code,em_Dept_Code:a.temp1[0].em_Dept_Code,em_Designation_Code:a.temp1[0].em_Designation_Code,em_Dest_Code:a.temp1[0].em_Dest_Code,em_Grade_Code:a.temp1[0].em_Grade_Code,em_Marital_Status_Code:a.temp1[0].em_Marital_Status_Code,em_Nation_Code:a.temp1[0].em_Nation_Code,em_Country_Code:a.temp1[0].em_Country_Code,em_State_Code:a.temp1[0].em_State_Code,em_City_Code:a.temp1[0].em_City_Code,em_Religion_Code:a.temp1[0].em_Religion_Code,em_Salutation_Code:a.temp1[0].em_Salutation_Code,em_Sex_Code:a.temp1[0].em_Sex_Code,em_Staff_Type_Code:a.temp1[0].em_Staff_Type_Code,em_blood_group_code:a.temp1[0].em_blood_group_code,em_date_of_birth:a.temp1[0].em_date_of_birth,em_date_of_join:a.temp1[0].em_date_of_join,em_dept_effect_from:a.temp1[0].em_dept_effect_from,em_email:a.temp1[0].em_email,em_emergency_contact_name1:a.temp1[0].em_emergency_contact_name1,em_emergency_contact_number1:a.temp1[0].em_emergency_contact_number1,em_first_name:a.temp1[0].em_first_name,em_grade_effect_from:a.temp1[0].em_grade_effect_from,em_last_name:a.temp1[0].em_last_name,em_middle_name:a.temp1[0].em_middle_name,em_mobile:a.temp1[0].em_mobile,em_name_ot:a.temp1[0].em_name_ot,em_national_id_expiry_date:a.temp1[0].em_national_id_expiry_date,em_national_id_issue_date:a.temp1[0].em_national_id_issue_date,em_passport_exp_date:a.temp1[0].em_passport_exp_date,em_passport_issue_date:a.temp1[0].em_passport_issue_date,em_passport_no:a.temp1[0].em_passport_no,em_summary_address:a.temp1[0].em_summary_address,em_summary_address_local_language:a.temp1[0].em_summary_address_local_language,em_visa_exp_date:a.temp1[0].em_visa_exp_date,em_stop_salary_from:a.temp1[0].em_stop_salary_from,em_visa_issue_date:a.temp1[0].em_visa_issue_date,em_visa_no:a.temp1[0].em_visa_no,comn_role_code:a.temp1[0].comn_role_code,comn_role_name:a.temp1[0].comn_role_name,em_img:a.temp1[0].em_img}})},a.image_click=function(){a.ImgLoaded=!0},a.UpdateData=function(){a.national_id_readnly=!1,a.iban_number_readnly=!1,a.bank_ac_no_readnly=!1,a.roleList=!0,a.roleText=!1;var e=a.temp;void 0!==a.photo_filename&&(e.em_img="."+a.photo_filename.split("/")[1]),e.opr="U",n.post(i.apiUrl+"api/HRMS/empShortFrm/CUMasterEmployee",e).then(function(e){a.CUDobj=e.data,swal({text:a.CUDobj.strMessage,timer:1e4})}),1==a.ImgLoaded&&(e={method:"POST",url:i.apiUrl+"/api/file/upload?filename="+a.temp.em_login_code+"&location=/EmployeeImages",data:d,headers:{"Content-Type":void 0}},n(e).success(function(e){})),a.searchText=!1,a.temp=[],a.prev_img="",a.emplogcode="",a.temp.em_img="",a.Save_btn=!0,a.Update_btn=!1},$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0,format:"yyyy-mm-dd"})}]),e.directive("ngFiles",["$parse",function(s){return{link:function(t,e,a){var o=s(a.ngFiles);e.on("change",function(e){o(t,{$files:e.target.files})})}}}])}(),function(){"use strict";var e=angular.module("sims.module.HRMS");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("EmployeeTeacherCreationCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(s,e,t,a,o,n,i){s.display=!0,s.busyindicator=!1,s.temp={},s.pagesize="10",s.pageindex="0",s.pager=!0,s.showForDPSMIS=!1,n.get(i.apiUrl+"api/common/getAllComboBoxValues?academicYear=2015&routeCode=01").then(function(e){s.ComboBoxValues=e.data,s.temp.Company_code=s.ComboBoxValues[0].fins_comp_code,s.getdept(s.temp.Company_code),s.getdesg(s.temp.Company_code),s.getGrade(s.temp.Company_code)});["dpsmis"].includes(n.defaults.headers.common.schoolId)&&(s.showForDPSMIS=!0,n.get(i.apiUrl+"api/Dps/HRMS/getEmpData").then(function(e){s.obj1=e.data})),s.getdept=function(e){n.get(i.apiUrl+"api/PayrollEmployee/Get_dept_Code?company_code="+e).then(function(e){s.dept=e.data})},s.getdesg=function(e){n.get(i.apiUrl+"api/PayrollEmployee/Get_designation_Code?company_code="+e).then(function(e){s.designation=e.data})},s.getGrade=function(e){n.get(i.apiUrl+"api/generatepayroll/GetAllPaysGradeName?company_code="+e).then(function(e){s.GetAllPaysGradeName=e.data})},s.Show=function(){void 0!==s.temp&&""!==s.temp&&""!==s.temp.Company_code&&void 0!==s.temp.Company_code?(s.busy=!0,s.table=!1,n.get(i.apiUrl+"api/employeeteachermapping/Get_Mapped_Employee1?data="+JSON.stringify(s.temp)).then(function(e){s.GetMapped_Employee=e.data,s.totalItems=s.GetMapped_Employee.length,s.todos=s.GetMapped_Employee,s.makeTodos(),0<s.GetMapped_Employee.length?(s.table=!0,s.busy=!1):(s.table=!1,s.busy=!1,swal({text:"Data Not Available",width:380,showCloseButton:!0}))})):(s.table=!1,s.busy=!1,swal({text:"Please Select Company Name",width:380,showCloseButton:!0}))},s.filteredTodos=[],s.currentPage=1,s.numPerPage=10,s.maxSize=10,s.makeTodos=function(){var e=parseInt(s.totalItems%s.numPerPage),e=(s.pagersize="0"===e?parseInt(s.totalItems/s.numPerPage):parseInt(s.totalItems/s.numPerPage)+1,(s.currentPage-1)*s.numPerPage),t=parseInt(e)+parseInt(s.numPerPage);s.filteredTodos=s.todos.slice(e,t)},s.size=function(e){"All"===e?(s.currentPage="1",s.filteredTodos=s.todos,s.pager=!1):(s.pager=!0,s.pagesize=e,s.currentPage=1,s.numPerPage=e,s.makeTodos())},s.index=function(e){s.pageindex=e,s.currentPage=e,s.makeTodos()},s.Reset=function(){s.temp={dept_code:"",desg_code:"",grade_code:"",em_login_code:""}},s.Update=function(){for(var e=!1,t=[{}],a=0;a<s.GetMapped_Employee.length;a++)!0===s.GetMapped_Employee[a].ischange&&!1!==s.GetMapped_Employee[a].sims_emp_status&&(e=!0,t[t.length]={sims_emp_name:s.GetMapped_Employee[a].sims_emp_name,sims_emp_code:s.GetMapped_Employee[a].sims_emp_code,sims_teacher_type:s.GetMapped_Employee[a].sims_teacher_type,sims_emp_ca:s.GetMapped_Employee[a].sims_emp_ca,sims_emp_cc:s.GetMapped_Employee[a].sims_emp_cc,sims_emp_status:s.GetMapped_Employee[a].sims_emp_status,opr:"U"});if(!1!==e){t.splice(0,1);var o=t;s.busy=!0,s.table=!1,n.post(i.apiUrl+"api/employeeteachermapping/CUDpdate_Mapped_Teacher_Employee?opr=U&lstEmp=",o).then(function(e){s.msg1=e.data,swal({text:s.msg1.strMessage,width:380,showCloseButton:!0}),s.busy=!1,s.Show()})}else if(!1===e){for(a=0;a<s.GetMapped_Employee.length;a++)!0===s.GetMapped_Employee[a].ischange&&!1===s.GetMapped_Employee[a].sims_emp_status&&(e=!0,t[t.length]={sims_emp_name:s.GetMapped_Employee[a].sims_emp_name,sims_emp_code:s.GetMapped_Employee[a].sims_emp_code,sims_teacher_type:s.GetMapped_Employee[a].sims_teacher_type,sims_emp_ca:s.GetMapped_Employee[a].sims_emp_ca,sims_emp_cc:s.GetMapped_Employee[a].sims_emp_cc,sims_emp_status:s.GetMapped_Employee[a].sims_emp_status,opr:"U"});t.splice(0,1),n.post(i.apiUrl+"api/employeeteachermapping/CUDpdate_Mapped_Teacher_Employee?opr=U&lstEmp=",t).then(function(e){s.msg1=e.data,"Teacher Created Sucessfully"===s.msg1.strMessage?(swal({text:"Record Updated Successfully",imageUrl:"assets/img/check.png",width:380,showCloseButton:!0}),s.busy=!1,s.Show()):swal({text:"Record Not Updated. ",imageUrl:"assets/img/close.png",width:380,showCloseButton:!0})})}!1===e&&swal({text:"Please Check  Status Or Teacher Type To Assign Teacher",showCloseButton:!0})},s.Change=function(e){!0===document.getElementById(e.sims_emp_code+e.sims_emp_name).checked?e.sims_emp_status=!0:e.sims_emp_status=!1,e.ischange=!0},a(function(){$("#fixTable").tableHeadFixer({top:1})},100),s.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).sims_emp_code.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_emp_name.toLowerCase().indexOf(t.toLowerCase());var t})},s.search=function(){s.todos=s.searched(s.GetMapped_Employee,s.searchText),s.totalItems=s.todos.length,s.currentPage="1",""===s.searchText&&(s.todos=s.GetMapped_Employee),s.makeTodos()}}])}(),function(){"use strict";var e=angular.module("sims.module.HRMS");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("CreateEditEmployeeCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV","$filter",function(d,e,t,a,o,_,c,s){d.defaultImage="default.jpg",d.PrefixLink=c.docUrl,d.temp={},d.temp1=[],d.searchText=!1,d.ImgLoaded=!1,d.roleText=!1,d.roleList=!0,d.uae=!1,d.qatar=!0,d.emirates=!1,d.slisLabel=!1,d.india=!1,d.national_id_readnly=!1,d.iban_number_readnly=!1,d.bank_ac_no_readnly=!1,d.updateBtn=!1,d.saveBtn=!1,d.mobile_no_required=!1,d.email_id_required=!1,d.kuwait=!1,d.sokfield=!0;var n=new Date,l=(d.temp.em_grade_effect_from=("0"+n.getDate()).slice(-2)+"-"+("0"+(n.getMonth()+1)).slice(-2)+"-"+n.getFullYear(),d.date=("0"+n.getDate()).slice(-2)+"-"+("0"+(n.getMonth()+1)).slice(-2)+"-"+n.getFullYear(),d.temp.em_grade_effect_from=d.date,d.temp.em_dept_effect_from=d.date,console.log("date",d.temp.em_grade_effect_from),console.log("date1",d.temp.em_dept_effect_from),_.get(c.apiUrl+"api/HRMS/getRole").then(function(e){d.roles_data=e.data}),_.get(c.apiUrl+"api/HRMS/get_emp_login").then(function(e){d.autoid=e.data,console.log("EmpSeqNumber",d.autoid),d.temp={em_login_sequence:d.autoid},d.temp.em_grade_effect_from=d.date,d.temp.em_dept_effect_from=d.date,console.log("date",d.temp.em_grade_effect_from),console.log("date1",d.temp.em_dept_effect_from)}),d.em_login_sequence=!0,"sok"==_.defaults.headers.common.schoolId?d.sokfield=!1:d.sokfield=!0,["sms"]),r=(_.get(c.apiUrl+"api/HRMS/getLicSchool").then(function(e){d.lic_school_data=e.data,console.log("lic_school_data",d.lic_school_data),"Qatar"==d.lic_school_data[0].lic_school_country&&(d.uae=!1,d.qatar=!0,d.slisLabel=!1,d.india=!1,d.mobile_no_required=!1,d.kuwait=!1),"Egypt"==d.lic_school_data[0].lic_school_country&&(d.uae=!1,d.qatar=!0,d.slisLabel=!1,d.india=!1,d.mobile_no_required=!1,d.kuwait=!1,d.emirates=!1),"Oman"==d.lic_school_data[0].lic_school_country&&(d.uae=!1,d.qatar=!0,d.slisLabel=!1,d.india=!1,d.mobile_no_required=!0,d.kuwait=!1,d.emirates=!1),"United Arab Emirates"==d.lic_school_data[0].lic_school_country?(d.uae=!1,d.qatar=!1,d.slisLabel=!1,d.india=!1,d.mobile_no_required=!0,d.kuwait=!1,d.emirates=!0):"Saudi Arabia"==d.lic_school_data[0].lic_school_country?(d.uae=!1,d.qatar=!1,d.slisLabel=!0,d.india=!1,d.mobile_no_required=!1,d.kuwait=!1,d.emirates=!1):"India"==d.lic_school_data[0].lic_school_country?(d.uae=!1,d.qatar=!1,d.slisLabel=!1,d.india=!0,d.mobile_no_required=!1,d.kuwait=!1,d.emirates=!1):"kuwait"==d.lic_school_data[0].lic_school_country.toLowerCase()?(d.uae=!1,d.qatar=!1,d.slisLabel=!1,d.india=!1,d.kuwait=!0,d.emirates=!1):"Bahrain"==d.lic_school_data[0].lic_school_country?(d.uae=!1,d.qatar=!0,d.slisLabel=!1,d.india=!1,d.mobile_no_required=!0,d.kuwait=!1,d.emirates=!1):l.includes(_.defaults.headers.common.schoolId)?(d.mobile_no_required=!0,d.email_id_required=!0):(d.uae=!0,d.qatar=!1,d.slisLabel=!1,d.india=!1,d.mobile_no_required=!1,d.kuwait=!1)}),_.get(c.apiUrl+"api/HRMS/getEmpData").then(function(e){d.obj=e.data,d.operation=!0,d.Save_btn=!0,d.display=!0,d.temp.em_Salutation_Code="1",d.temp.em_Grade_Code=d.obj[0].em_Grade_Code}),_.get(c.apiUrl+"api/HRMS/getCompany").then(function(e){d.company_data=e.data,d.temp.em_Company_Code=d.company_data[0].em_Company_Code}),_.get(c.apiUrl+"api/HRMS/getCountry").then(function(e){d.country_data=e.data}),_.get(c.apiUrl+"api/HRMS/getDestination").then(function(e){d.dest_data=e.data,d.temp.em_Dest_Code=d.dest_data[0].em_Dest_Code}),d.setGenderBySalutation=function(e){},d.searchEmp=function(e,t){},d.saveBtnDisEn=!1,d.imageUrl=d.PrefixLink+_.defaults.headers.common.schoolId+"/Images/EmployeeImages/",d.imageUrl_public=d.PrefixLink+_.defaults.headers.common.schoolId,new FormData);d.getTheFiles=function(a){angular.forEach(a,function(e,t){r.append(t,e),8e5<a[i].size&&(d.filesize=!1,d.edt.photoStatus=!1,swal({text:"File Should Not be Exceed 800Kb.",imageUrl:"assets/img/notification-alert.png"}))})},d.file_changed=function(e){var t,e=e.files[0];d.photo_filename=e.type,imageConversion.compressAccurately(e,{type:"image/jpeg",width:168,size:100}).then(e=>{d.sims_photo_compressed=new File([e],"compressed_photo",{type:"image/jpeg"})}),null!=d.photo_filename||""!=d.photo_filename?"jpeg"==(t=d.photo_filename.split("/"))[1]||"jpg"==t[1]||"png"==t[1]?((t=new FileReader).onload=function(e){d.$apply(function(){d.prev_img=e.target.result})},t.readAsDataURL(e)):(swal({text:"Only jpeg and png image format supported."}),$("#empimg").attr("src","")):(swal({text:"Image format not supported."}),$("#empimg").attr("src",""))},d.globalSearch=function(){t.visible_stud=!1,t.visible_parent=!1,t.visible_search_parent=!1,t.visible_teacher=!1,t.visible_User=!1,t.visible_Employee=!0,t.chkMulti=!1,d.global_Search_click(),$("#Global_Search_Modal").modal({backdrop:"static"}),d.temp.em_login_code="",d.temp.EmpName="",d.showBtn=!1},d.$on("global_cancel",function(e){console.log(d.SelectedUserLst),0<d.SelectedUserLst.length&&(d.temp={},d.temp.enroll_number=d.SelectedUserLst[0].em_login_code,d.temp.name=d.SelectedUserLst[0].empName,d.EmpSearch1(d.SelectedUserLst[0].em_login_code))}),d.searchGlobalClick=function(){d.Global_Search_by_employee()},d.checkDate=function(e){var t,e=e.split("-");3===e.length&&(e=new Date(e[2],e[1]-1,e[0]),(t=new Date).setHours(0,0,0,0),t<=e)&&(swal({title:"Alert",text:"please select date less than current date",width:360,height:200}),d.temp.em_date_of_birth="")},d.checkDateFormat=function(e,t){if(e)if(!/^\d{2}-\d{2}-\d{4}$/.test(e))switch(swal({title:"Alert",text:"Please enter the date in DD-MM-YYYY format",width:360,height:200}),t){case"dob":d.temp.em_date_of_birth="";break;case"doj":d.temp.em_date_of_join="";break;case"temdoj":d.temp.em_dept_effect_from="";break;case"upgdate":d.temp.em_grade_effect_from=""}},d.checkDOJ=function(e){d.temp.em_dept_effect_from=e,d.temp.em_grade_effect_from=e,d.temp.em_date_of_birth>=d.temp.em_date_of_join&&(swal({title:"Alert",text:"Date Of Join Should greater than Date of Birth",width:300,height:200}),d.temp.em_date_of_join="")},d.checkPassport=function(){d.temp.em_passport_exp_date<d.temp.em_passport_issue_date&&(swal({title:"Alert",text:"Passport Expiry Date Should greater than Passport Issue Date",width:300,height:200}),d.temp.em_passport_exp_date="")},d.checkVisa=function(){d.temp.em_visa_exp_date<d.temp.em_visa_issue_date&&(swal({title:"Alert",text:"Visa Expiry Date Should greater than Visa Issue Date",width:300,height:200}),d.temp.em_visa_exp_date="")},d.checkEmiratesID=function(){d.temp.em_national_id_expiry_date<d.temp.em_national_id_issue_date&&(swal({title:"Alert",text:"Emirates ID Expiry Date Should greater than Emirates ID Issue Date",width:300,height:200}),d.temp.em_national_id_expiry_date="")},d.Cancel=function(){d.temp={},d.Myform.$setPristine(),d.Myform.$setUntouched(),d.roleText=!1,d.roleList=!0,d.roleReadOnly=!1,d.searchText=!1,d.national_id_readnly=!1,d.iban_number_readnly=!1,d.bank_ac_no_readnly=!1,d.emplogcode="",d.Save_btn=!0,d.Update_btn=!1,d.ImgLoaded=!1,d.prev_img="",d.emplogcode="",d.temp.em_img="",d.temp.em_date_of_join=s("date")(new Date,"dd-MM-yyyy"),d.temp.em_dept_effect_from=s("date")(new Date,"dd-MM-yyyy"),d.temp.em_grade_effect_from=s("date")(new Date,"dd-MM-yyyy"),d.temp.em_Company_Code=d.company_data[0].em_Company_Code,d.temp.em_Grade_Code=d.obj[0].em_Grade_Code,d.temp.em_Salutation_Code="1",d.saveBtn=!1,d.updateBtn=!1,d.em_login_sequence=!0,_.get(c.apiUrl+"api/HRMS/get_emp_login").then(function(e){d.autoid=e.data,console.log("EmpSeqNumber",d.autoid),d.temp={em_login_sequence:d.autoid}}),d.em_login_sequence=!0},d.checkEmailExists=function(e){d.temp1[0].em_email!=e&&_.post(c.apiUrl+"api/HRMS/checkEmailExists?email_id="+e).then(function(e){if(d.comnUserData=e.data,0<d.comnUserData.length)return swal({text:"Official email id already exists!!",width:350}),d.temp.em_email="",!1})},d.SaveData=function(e){var o,s,n;0==e&&swal({title:"Alert",text:"Please fill mandatory fields",width:380,showCloseButton:!0}),e&&(d.saveBtn=!0,d.updateBtn=!0,o=Math.random(),s=d.temp,void 0===d.photo_filename?s.em_img=null:(s.em_img=o+"."+d.photo_filename.split("/")[1],s.em_img_lowres=o+"_lowres."+d.photo_filename.split("/")[1],s.em_dept_effect_from=d.temp.em_dept_effect_from,s.em_grade_effect_from=d.temp.em_grade_effect_from,s.em_date_of_join=d.temp.em_date_of_join,s.em_date_of_birth=d.temp.em_date_of_birth,s.em_pssport_issue_date=d.temp.em_pssport_issue_date,s.em_passport_exp_date=d.temp.em_passport_exp_date,s.em_visa_issue_date=d.temp.em_visa_issue_date,s.em_visa_exp_date=d.temp.em_visa_exp_date,s.em_national_id_issue_date=d.temp.em_national_id_issue_date,s.em_national_id_expiry_date=d.temp.em_national_id_expiry_date),e={em_Salutation_Code:d.temp.em_Salutation_Code,em_first_name:d.temp.em_first_name,em_middle_name:d.temp.em_middle_name,em_last_name:d.temp.em_last_name,em_name_ot:d.temp.em_name_ot,em_Company_Code:d.temp.em_Company_Code,em_img:s.em_img,em_img_lowres:s.em_img_lowres,em_Dest_Code:d.temp.em_Dest_Code,em_Designation_Code:d.temp.em_Designation_Code,em_Dept_Code:d.temp.em_Dept_Code,em_dept_effect_from:s.em_dept_effect_from,em_Staff_Type_Code:d.temp.em_Staff_Type_Code,em_Grade_Code:d.temp.em_Grade_Code,em_grade_effect_from:s.em_grade_effect_from,em_date_of_join:s.em_date_of_join,em_blood_group_code:d.temp.em_blood_group_code,em_date_of_birth:s.em_date_of_birth,em_Sex_Code:d.temp.em_Sex_Code,em_Marital_Status_Code:d.temp.em_Marital_Status_Code,em_Country_Code:d.temp.em_Country_Code,em_Nation_Code:d.temp.em_Nation_Code,em_Religion_Code:d.temp.em_Religion_Code,em_email:d.temp.em_email,em_mobile:d.temp.em_mobile,em_emergency_contact_name1:d.temp.em_emergency_contact_name1,em_summary_address:d.temp.em_summary_address,em_emergency_contact_number1:d.temp.em_emergency_contact_number1,em_passport_no:d.temp.em_passport_no,em_pssport_issue_date:s.em_pssport_issue_date,em_passport_exp_date:s.em_passport_exp_date,em_visa_no:d.temp.em_visa_no,em_visa_type_code:d.temp.em_visa_type_code,em_visa_issue_date:s.em_visa_issue_date,em_visa_exp_date:s.em_visa_exp_date,em_national_id:d.temp.em_national_id,em_national_id_issue_date:s.em_national_id_issue_date,em_national_id_expiry_date:s.em_national_id_expiry_date,em_iban_no:s.em_iban_no,em_bank_ac_no:s.em_bank_ac_no,comn_role_code:d.temp.comn_role_code,em_punching_id:d.temp.em_punching_id,em_punching_status:d.temp.em_punching_status,em_personalemail:d.temp.em_personalemail,em_teacher_status:d.temp.em_teacher_status,comn_user_name:t.globals.currentUser.username,em_national_id_expiry_date:d.temp.em_national_id_expiry_date,opr:"H"},n={},_.post(c.apiUrl+"api/HRMS/CUCreateEditEmployee",e).then(function(e){d.CUDobj={},d.CUDobj=e.data,console.log("Empdata",d.CUDobj),d.Myform.$setPristine(),d.Myform.$setUntouched(),(null!=d.CUDobj.strMessage||""!=d.CUDobj.strMessage||null!=d.CUDobj.strMessage)&&(swal({text:d.CUDobj.strMessage}),setTimeout(function(){d.saveBtn=!1,d.updateBtn=!1},1e3),e=d.CUDobj.strMessage.match(/Employee ID= (\w+)/))&&(e=e[1],null!=d.temp.em_middle_name&&null!=d.temp.em_middle_name||(d.temp.em_middle_name=""),null!=d.temp.em_last_name&&null!=d.temp.em_last_name||(d.temp.em_last_name=""),d.finnDetail=JSON.parse(window.localStorage.Finn_comp),t=d.finnDetail.company,a=d.finnDetail.year,n={slma_comp_code:t,slma_ldgrctl_year:a,slma_ldgrctl_code:"03",slma_acno:e,slma_addr_id:e,slma_ctry_code:d.temp.em_Country_Code,coad_pty_full_name:d.temp.em_first_name+" "+d.temp.em_middle_name+" "+d.temp.em_last_name,coad_pty_short_name:d.temp.em_first_name,coad_dept_no:"60",coad_addr_type:"E"},d.Cancel(),_.post(c.apiUrl+"api/HRMS/InsertEmployee3TData",n).then(function(e){e.data})),_.get(c.apiUrl+"api/HRMS/get_emp_login").then(function(e){d.autoid=e.data,console.log("SubmitEmpSeqNumber",d.autoid),d.temp={em_login_sequence:d.autoid}}),d.em_login_sequence=!0;var t=d.CUDobj.strMessage.split(" ")[2],a=t+o+"."+d.photo_filename.split("/")[1],e=(console.log(t),console.log(a),{method:"POST",url:c.apiUrl+"/api/file/upload?filename="+t+o+"&location=/EmployeeImages",data:r,headers:{"Content-Type":void 0}}),a=(_(e).success(function(e){}),new FormData),e=(a.append(s.em_img_lowres,d.sims_photo_compressed),{method:"POST",url:c.apiUrl+"/api/file/upload?filename="+t+o+"_lowres&location=/EmployeeImages",data:a,headers:{"Content-Type":void 0}});_(e).success(function(e){console.log(e)})}))},d.EmpSearch1=function(t){d.Save_btn=!1,d.Update_btn=!0,d.searchText=!0,d.roleText=!0,d.roleList=!1,d.roleReadOnly=!0,_.get(c.apiUrl+"api/HRMS/getSearchEmpMaster?em_login_code="+t).then(function(e){d.temp1=e.data,d.temp={enroll_number:t,em_login_code:d.temp1[0].em_login_code,em_number:d.temp1[0].em_number,em_service_status_code:d.temp1[0].em_service_status_code,em_status_code:d.temp1[0].em_status_code,em_apartment_number:d.temp1[0].em_apartment_number,em_family_name:d.temp1[0].em_family_name,em_street_number:d.temp1[0].em_street_number,em_area_number:d.temp1[0].em_area_number,em_phone:d.temp1[0].em_phone,em_fax:d.temp1[0].em_fax,em_post:d.temp1[0].em_post,em_emergency_contact_name2:d.temp1[0].em_emergency_contact_name2,em_emergency_contact_number2:d.temp1[0].em_emergency_contact_number2,em_joining_ref:d.temp1[0].em_joining_ref,em_ethnicity_code:d.temp1[0].em_ethnicity_code,em_handicap_status:d.temp1[0].em_handicap_status,em_stop_salary_indicator:d.temp1[0].em_stop_salary_indicator,em_agreement:d.temp1[0].em_agreement,em_punching_status:d.temp1[0].em_punching_status,em_bank_cash_tag:d.temp1[0].em_bank_cash_tag,em_citi_exp_tag:d.temp1[0].em_citi_exp_tag,em_leave_tag:d.temp1[0].em_leave_tag,em_passport_issue_place:d.temp1[0].em_passport_issue_place,em_passport_issuing_authority:d.temp1[0].em_passport_issuing_authority,em_pssport_exp_rem_date:d.temp1[0].em_pssport_exp_rem_date,em_visa_issuing_place:d.temp1[0].em_visa_issuing_place,em_visa_issuing_authority:d.temp1[0].em_visa_issuing_authority,em_visa_exp_rem_date:d.temp1[0].em_visa_exp_rem_date,em_visa_type_code:d.temp1[0].em_visa_type_code,em_agreement_start_date:d.temp1[0].em_agreement_start_date,em_agreement_exp_date:d.temp1[0].em_agreement_exp_date,em_agreemet_exp_rem_date:d.temp1[0].em_agreemet_exp_rem_date,em_punching_id:d.temp1[0].em_punching_id,em_dependant_full:d.temp1[0].em_dependant_full,em_dependant_half:d.temp1[0].em_dependant_half,em_dependant_infant:d.temp1[0].em_dependant_infant,em_Bank_Code:d.temp1[0].em_Bank_Code,em_bank_ac_no:d.temp1[0].em_bank_ac_no,em_iban_no:d.temp1[0].em_iban_no,em_route_code:d.temp1[0].em_route_code,em_bank_swift_code:d.temp1[0].em_bank_swift_code,em_gpf_ac_no:d.temp1[0].em_gpf_ac_no,em_pan_no:d.temp1[0].em_pan_no,em_labour_card_no:d.temp1[0].em_labour_card_no,em_gosi_ac_no:d.temp1[0].em_gosi_ac_no,em_gosi_start_date:d.temp1[0].em_gosi_start_date,em_national_id:d.temp1[0].em_national_id,em_secret_question_code:d.temp1[0].em_secret_question_code,em_secret_answer:d.temp1[0].em_secret_answer,em_building_number:d.temp1[0].em_building_number,em_Company_Code:d.temp1[0].em_Company_Code,em_Dept_Code:d.temp1[0].em_Dept_Code,em_Designation_Code:d.temp1[0].em_Designation_Code,em_Dest_Code:d.temp1[0].em_Dest_Code,em_Grade_Code:d.temp1[0].em_Grade_Code,em_Marital_Status_Code:d.temp1[0].em_Marital_Status_Code,em_Nation_Code:d.temp1[0].em_Nation_Code,em_Country_Code:d.temp1[0].em_Country_Code,em_State_Code:d.temp1[0].em_State_Code,em_City_Code:d.temp1[0].em_City_Code,em_Religion_Code:d.temp1[0].em_Religion_Code,em_Salutation_Code:d.temp1[0].em_Salutation_Code,em_Sex_Code:d.temp1[0].em_Sex_Code,em_Staff_Type_Code:d.temp1[0].em_Staff_Type_Code,em_blood_group_code:d.temp1[0].em_blood_group_code,em_date_of_birth:d.temp1[0].em_date_of_birth,em_date_of_join:d.temp1[0].em_date_of_join,em_dept_effect_from:d.temp1[0].em_dept_effect_from,em_email:d.temp1[0].em_email,em_emergency_contact_name1:d.temp1[0].em_emergency_contact_name1,em_emergency_contact_number1:d.temp1[0].em_emergency_contact_number1,em_first_name:d.temp1[0].em_first_name,em_grade_effect_from:d.temp1[0].em_grade_effect_from,em_last_name:d.temp1[0].em_last_name,em_middle_name:d.temp1[0].em_middle_name,em_mobile:d.temp1[0].em_mobile,em_name_ot:d.temp1[0].em_name_ot,em_national_id_expiry_date:d.temp1[0].em_national_id_expiry_date,em_national_id_issue_date:d.temp1[0].em_national_id_issue_date,em_passport_exp_date:d.temp1[0].em_passport_exp_date,em_passport_issue_date:d.temp1[0].em_passport_issue_date,em_passport_no:d.temp1[0].em_passport_no,em_summary_address:d.temp1[0].em_summary_address,em_summary_address_local_language:d.temp1[0].em_summary_address_local_language,em_visa_exp_date:d.temp1[0].em_visa_exp_date,em_stop_salary_from:d.temp1[0].em_stop_salary_from,em_visa_issue_date:d.temp1[0].em_visa_issue_date,em_visa_no:d.temp1[0].em_visa_no,comn_role_code:d.temp1[0].comn_role_code,comn_role_name:d.temp1[0].comn_role_name,em_img:d.temp1[0].em_img,em_img_lowres:d.temp1[0].em_img_lowres,em_personalemail:d.temp1[0].em_personalemail,em_teacher_status:d.temp1[0].em_teacher_status,em_login_sequence:d.temp1[0].em_login_code}})},d.image_click=function(){d.ImgLoaded=!0},d.UpdateData=function(e){var t,a;d.national_id_readnly=!0,d.iban_number_readnly=!0,d.bank_ac_no_readnly=!0,e?(d.saveBtn=!0,d.updateBtn=!0,e=Math.random(),t=d.temp,void 0!==d.photo_filename&&(d.em_img="",t.em_img=d.temp.em_login_code+e+".png",t.em_img_lowres=d.temp.em_login_code+e+"_lowres.png"),t.opr="U",t.subopr="Up",1==d.ImgLoaded&&(a={method:"POST",url:c.apiUrl+"/api/file/Imageupload?filename="+d.temp.em_login_code+e+"&location=/EmployeeImages",data:r,headers:{"Content-Type":void 0}},_(a).success(function(e){}),(a=new FormData).append(t.em_img_lowres,d.sims_photo_compressed),e={method:"POST",url:c.apiUrl+"/api/file/Imageupload?filename="+d.temp.em_login_code+e+"_lowres&location=/EmployeeImages",data:a,headers:{"Content-Type":void 0}},_(e).success(function(e){})),_.post(c.apiUrl+"api/HRMS/CUMasterEmployee",t).then(function(e){d.CUDobj={},d.CUDobj=e.data,d.Myform.$setPristine(),d.Myform.$setUntouched(),null==d.CUDobj.strMessage&&""==d.CUDobj.strMessage&&null==d.CUDobj.strMessage||(swal({text:d.CUDobj.strMessage}),d.Cancel(),setTimeout(function(){d.saveBtn=!1,d.updateBtn=!1},1e3))}),d.searchText=!1,d.Save_btn=!0,d.Update_btn=!1,_.get(c.apiUrl+"api/HRMS/get_emp_login").then(function(e){d.autoid=e.data,console.log("EmpSeqNumber",d.autoid),d.temp={em_login_sequence:d.autoid}}),d.em_login_sequence=!0):swal({title:"Alert",text:"Please fill mandatory fields",width:380,showCloseButton:!0})},d.change_em_teacher_status=function(){"T"!=d.temp.em_Staff_Type_Code?d.temp.em_teacher_status=!1:d.temp.em_teacher_status=!0}}]),e.directive("ngFiles",["$parse",function(s){return{link:function(t,e,a){var o=s(a.ngFiles);e.on("change",function(e){o(t,{$files:e.target.files})})}}}])}(),function(){"use strict";var e=angular.module("sims.module.HRMS");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("CreateEditEmployeeBloomsCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV","$filter",function(s,e,n,t,a,d,_,o){s.PrefixLink="https://assets.mograsys.com/Content/",s.temp={},s.temp1=[],s.searchText=!1,s.ImgLoaded=!1,s.roleText=!1,s.roleList=!0,s.uae=!1,s.qatar=!0,s.emirates=!1,s.slisLabel=!1,s.india=!1,s.national_id_readnly=!1,s.iban_number_readnly=!1,s.bank_ac_no_readnly=!1,s.updateBtn=!1,s.saveBtn=!1,s.mobile_no_required=!1,s.email_id_required=!1,s.kuwait=!1,s.sokfield=!0;var c=new Date,l=(s.temp.em_grade_effect_from=("0"+c.getDate()).slice(-2)+"-"+("0"+(c.getMonth()+1)).slice(-2)+"-"+c.getFullYear(),s.date=("0"+c.getDate()).slice(-2)+"-"+("0"+(c.getMonth()+1)).slice(-2)+"-"+c.getFullYear(),s.temp.em_grade_effect_from=s.date,s.temp.em_dept_effect_from=s.date,console.log("date",s.temp.em_grade_effect_from),console.log("date1",s.temp.em_dept_effect_from),d.get(_.apiUrl+"api/HRMS/getRole").then(function(e){s.roles_data=e.data}),d.get(_.apiUrl+"api/HRMS/get_emp_login").then(function(e){s.autoid=e.data,console.log("EmpSeqNumber",s.autoid),s.temp={em_login_sequence:s.autoid},s.temp.em_grade_effect_from=s.date,s.temp.em_dept_effect_from=s.date,console.log("date",s.temp.em_grade_effect_from),console.log("date1",s.temp.em_dept_effect_from)}),s.em_login_sequence=!0,"sok"==d.defaults.headers.common.schoolId?s.sokfield=!1:s.sokfield=!0,s.isValid1=function(e){return!(void 0===e||!e)},["sms"]),r=(d.get(_.apiUrl+"api/HRMS/getLicSchool").then(function(e){s.lic_school_data=e.data,console.log("lic_school_data",s.lic_school_data),"Qatar"==s.lic_school_data[0].lic_school_country&&(s.uae=!1,s.qatar=!0,s.slisLabel=!1,s.india=!1,s.mobile_no_required=!1,s.kuwait=!1),"Egypt"==s.lic_school_data[0].lic_school_country&&(s.uae=!1,s.qatar=!0,s.slisLabel=!1,s.india=!1,s.mobile_no_required=!1,s.kuwait=!1,s.emirates=!1),"Oman"==s.lic_school_data[0].lic_school_country&&(s.uae=!1,s.qatar=!0,s.slisLabel=!1,s.india=!1,s.mobile_no_required=!0,s.kuwait=!1,s.emirates=!1),"United Arab Emirates"==s.lic_school_data[0].lic_school_country?(s.uae=!1,s.qatar=!1,s.slisLabel=!1,s.india=!1,s.mobile_no_required=!0,s.kuwait=!1,s.emirates=!0):"Saudi Arabia"==s.lic_school_data[0].lic_school_country?(s.uae=!1,s.qatar=!1,s.slisLabel=!0,s.india=!1,s.mobile_no_required=!1,s.kuwait=!1,s.emirates=!1):"India"==s.lic_school_data[0].lic_school_country?(s.uae=!1,s.qatar=!1,s.slisLabel=!1,s.india=!0,s.mobile_no_required=!1,s.kuwait=!1,s.emirates=!1):"kuwait"==s.lic_school_data[0].lic_school_country.toLowerCase()?(s.uae=!1,s.qatar=!1,s.slisLabel=!1,s.india=!1,s.kuwait=!0,s.emirates=!1):"Bahrain"==s.lic_school_data[0].lic_school_country?(s.uae=!1,s.qatar=!0,s.slisLabel=!1,s.india=!1,s.mobile_no_required=!0,s.kuwait=!1,s.emirates=!1):l.includes(d.defaults.headers.common.schoolId)?(s.mobile_no_required=!0,s.email_id_required=!0):(s.uae=!0,s.qatar=!1,s.slisLabel=!1,s.india=!1,s.mobile_no_required=!1,s.kuwait=!1)}),d.get(_.apiUrl+"api/HRMS/getEmpData").then(function(e){s.obj=e.data,s.operation=!0,s.Save_btn=!0,s.display=!0,s.temp.em_Salutation_Code="1",s.temp.em_Grade_Code=s.obj[0].em_Grade_Code}),d.get(_.apiUrl+"api/HRMS/getCompany").then(function(e){s.company_data=e.data,s.temp.em_Company_Code=s.company_data[0].em_Company_Code}),d.get(_.apiUrl+"api/HRMS/getCountry").then(function(e){s.country_data=e.data}),d.get(_.apiUrl+"api/HRMS/getDestination").then(function(e){s.dest_data=e.data,s.temp.em_Dest_Code=s.dest_data[0].em_Dest_Code}),s.setGenderBySalutation=function(e){},s.searchEmp=function(e,t){},s.saveBtnDisEn=!1,s.imageUrl=s.PrefixLink+d.defaults.headers.common.schoolId+"/Images/EmployeeImages/",s.imageUrl_public=s.PrefixLink+d.defaults.headers.common.schoolId,new FormData);s.getTheFiles=function(a){angular.forEach(a,function(e,t){r.append(t,e),8e5<a[i].size&&(s.filesize=!1,s.edt.photoStatus=!1,swal({text:"File Should Not be Exceed 800Kb.",imageUrl:"assets/img/notification-alert.png"}))})},s.file_changed=function(e){var t,e=e.files[0];s.photo_filename=e.type,imageConversion.compressAccurately(e,{type:"image/jpeg/png",width:168,size:100}).then(e=>{s.sims_photo_compressed=new File([e],"compressed_photo",{type:"image/jpeg/png"})}),null!=s.photo_filename||""!=s.photo_filename?"jpeg"==(t=s.photo_filename.split("/"))[1]||"jpg"==t[1]||"png"==t[1]?((t=new FileReader).onload=function(e){s.$apply(function(){s.prev_img=e.target.result})},t.readAsDataURL(e)):(swal({text:"Only jpeg and png image format supported."}),$("#empimg").attr("src","")):(swal({text:"Image format not supported."}),$("#empimg").attr("src",""))},s.globalSearch=function(){n.visible_stud=!1,n.visible_parent=!1,n.visible_search_parent=!1,n.visible_teacher=!1,n.visible_User=!1,n.visible_Employee=!0,n.chkMulti=!1,s.global_Search_click(),$("#Global_Search_Modal").modal({backdrop:"static"}),s.temp.em_login_code="",s.temp.EmpName="",s.showBtn=!1},s.$on("global_cancel",function(e){console.log(s.SelectedUserLst),0<s.SelectedUserLst.length&&(s.temp={},s.temp.enroll_number=s.SelectedUserLst[0].em_login_code,s.temp.name=s.SelectedUserLst[0].empName,s.EmpSearch1(s.SelectedUserLst[0].em_login_code))}),s.searchGlobalClick=function(){s.Global_Search_by_employee()},s.checkDateFormat=function(){-1!=s.temp.em_date_of_birth.indexOf("/")&&(swal({title:"Alert",text:"Please enter date only DD-MM-YYYY format",width:360,height:200}),s.temp.em_date_of_birth="")},s.checkDOJ=function(e){s.temp.em_dept_effect_from=e,s.temp.em_grade_effect_from=e,s.temp.em_date_of_birth>=s.temp.em_date_of_join&&(swal({title:"Alert",text:"Date Of Join Should greater than Date of Birth",width:300,height:200}),s.temp.em_date_of_join="")},s.checkPassport=function(){s.temp.em_passport_exp_date<s.temp.em_passport_issue_date&&(swal({title:"Alert",text:"Passport Expiry Date Should greater than Passport Issue Date",width:300,height:200}),s.temp.em_passport_exp_date="")},s.checkVisa=function(){s.temp.em_visa_exp_date<s.temp.em_visa_issue_date&&(swal({title:"Alert",text:"Visa Expiry Date Should greater than Visa Issue Date",width:300,height:200}),s.temp.em_visa_exp_date="")},s.checkEmiratesID=function(){s.temp.em_national_id_expiry_date<s.temp.em_national_id_issue_date&&(swal({title:"Alert",text:"Emirates ID Expiry Date Should greater than Emirates ID Issue Date",width:300,height:200}),s.temp.em_national_id_expiry_date="")},s.Cancel=function(){s.temp={},s.Myform.$setPristine(),s.Myform.$setUntouched(),s.roleText=!1,s.roleList=!0,s.roleReadOnly=!1,s.searchText=!1,s.national_id_readnly=!1,s.iban_number_readnly=!1,s.bank_ac_no_readnly=!1,s.emplogcode="",s.Save_btn=!0,s.Update_btn=!1,s.ImgLoaded=!1,s.prev_img="",s.emplogcode="",s.temp.em_img="",s.temp.em_date_of_join=o("date")(new Date,"dd-MM-yyyy"),s.temp.em_dept_effect_from=o("date")(new Date,"dd-MM-yyyy"),s.temp.em_grade_effect_from=o("date")(new Date,"dd-MM-yyyy"),s.temp.em_Company_Code=s.company_data[0].em_Company_Code,s.temp.em_Grade_Code=s.obj[0].em_Grade_Code,s.temp.em_Salutation_Code="1",s.saveBtn=!1,s.updateBtn=!1,s.em_login_sequence=!0,d.get(_.apiUrl+"api/HRMS/get_emp_login").then(function(e){s.autoid=e.data,console.log("EmpSeqNumber",s.autoid),s.temp={em_login_sequence:s.autoid}}),s.em_login_sequence=!0},s.checkEmailExists=function(e){s.temp1[0].em_email!=e&&d.post(_.apiUrl+"api/HRMS/checkEmailExists?email_id="+e).then(function(e){if(s.comnUserData=e.data,0<s.comnUserData.length)return swal({text:"Official email id already exists!!",width:350}),s.temp.em_email="",!1})},s.SaveData=function(e,t){var a,o;0==e&&swal({title:"Alert",text:"Please fill mandatory fields",width:380,showCloseButton:!0}),e&&(s.saveBtn=!1,s.updateBtn=!0,a=Math.random(),o=s.temp,void 0===s.photo_filename?o.em_img=null:(o.em_img=a+"."+s.photo_filename.split("/")[1],o.em_img_lowres=a+"_lowres.png",o.em_dept_effect_from=s.temp.em_dept_effect_from,o.em_grade_effect_from=s.temp.em_grade_effect_from,o.em_date_of_join=s.temp.em_date_of_join,o.em_date_of_birth=s.temp.em_date_of_birth,o.em_pssport_issue_date=s.temp.em_pssport_issue_date,o.em_passport_exp_date=s.temp.em_passport_exp_date,o.em_visa_issue_date=s.temp.em_visa_issue_date,o.em_visa_exp_date=s.temp.em_visa_exp_date,o.em_national_id_issue_date=s.temp.em_national_id_issue_date,o.em_national_id_expiry_date=s.temp.em_national_id_expiry_date),null==(e={em_Salutation_Code:s.temp.em_Salutation_Code,em_first_name:s.temp.em_first_name,em_middle_name:s.temp.em_middle_name,em_last_name:s.temp.em_last_name,em_name_ot:s.temp.em_name_ot,em_Company_Code:s.temp.em_Company_Code,em_img:o.em_img,em_img_lowres:o.em_img_lowres,em_Dest_Code:s.temp.em_Dest_Code,em_Designation_Code:s.temp.em_Designation_Code,em_Dept_Code:s.temp.em_Dept_Code,em_dept_effect_from:o.em_dept_effect_from,em_Staff_Type_Code:s.temp.em_Staff_Type_Code,em_Grade_Code:s.temp.em_Grade_Code,em_grade_effect_from:o.em_grade_effect_from,em_date_of_join:o.em_date_of_join,em_blood_group_code:s.temp.em_blood_group_code,em_date_of_birth:o.em_date_of_birth,em_Sex_Code:s.temp.em_Sex_Code,em_Marital_Status_Code:s.temp.em_Marital_Status_Code,em_Country_Code:s.temp.em_Country_Code,em_Nation_Code:s.temp.em_Nation_Code,em_Religion_Code:s.temp.em_Religion_Code,em_email:s.temp.em_email,em_mobile:s.temp.em_mobile,em_emergency_contact_name1:s.temp.em_emergency_contact_name1,em_summary_address:s.temp.em_summary_address,em_emergency_contact_number1:s.temp.em_emergency_contact_number1,em_passport_no:s.temp.em_passport_no,em_pssport_issue_date:o.em_pssport_issue_date,em_passport_exp_date:o.em_passport_exp_date,em_visa_no:s.temp.em_visa_no,em_visa_type_code:s.temp.em_visa_type_code,em_visa_issue_date:o.em_visa_issue_date,em_visa_exp_date:o.em_visa_exp_date,em_national_id:s.temp.em_national_id,em_national_id_issue_date:o.em_national_id_issue_date,em_national_id_expiry_date:o.em_national_id_expiry_date,em_iban_no:o.em_iban_no,em_bank_ac_no:o.em_bank_ac_no,comn_role_code:s.temp.comn_role_code,em_punching_id:s.temp.em_punching_id,em_punching_status:s.temp.em_punching_status,em_personalemail:s.temp.em_personalemail,em_teacher_status:s.temp.em_teacher_status,comn_user_name:n.globals.currentUser.username,em_national_id_expiry_date:s.temp.em_national_id_expiry_date,em_login_code:s.temp.em_login_sequence,opr:"H"}).em_Marital_Status_Code&&(e.em_Marital_Status_Code=""),null==e.em_date_of_join&&(e.em_date_of_join=""),d.post(_.apiUrl+"api/HRMS/CUCreateEditEmployee",e).then(function(e){s.CUDobj={},s.CUDobj=e.data,console.log("Empdata",s.CUDobj),s.Myform.$setPristine(),s.Myform.$setUntouched(),null==s.CUDobj.strMessage&&""==s.CUDobj.strMessage&&null==s.CUDobj.strMessage||(swal({text:s.CUDobj.strMessage}),s.Cancel(),setTimeout(function(){s.saveBtn=!1,s.updateBtn=!1},1e3)),d.get(_.apiUrl+"api/HRMS/get_emp_login").then(function(e){s.autoid=e.data,console.log("SubmitEmpSeqNumber",s.autoid),s.temp={em_login_sequence:s.autoid}}),s.em_login_sequence=!0,s.saveBtn=!1,s.updateBtn=!1;var e=s.CUDobj.strMessage.split(" ")[2],t=e+a+"."+s.photo_filename.split("/")[1],t=(console.log(e),console.log(t),{method:"POST",url:_.apiUrl+"/api/file/upload?filename="+e+a+"&location=/EmployeeImages",data:r,headers:{"Content-Type":void 0}}),t=(d(t).success(function(e){console.log(e)}),new FormData),e=(t.append(o.em_img_lowres,s.sims_photo_compressed),{method:"POST",url:_.apiUrl+"/api/file/upload?filename="+e+a+"_lowres&location=/EmployeeImages",data:t,headers:{"Content-Type":void 0}});d(e).success(function(e){console.log(e)})}))},s.EmpSearch1=function(t){s.Save_btn=!1,s.Update_btn=!0,s.searchText=!0,s.roleText=!0,s.roleList=!1,s.roleReadOnly=!0,d.get(_.apiUrl+"api/HRMS/getSearchEmpMaster?em_login_code="+t).then(function(e){s.temp1=e.data,console.log("The temp ",s.temp1),"01-01-1900"==s.temp1[0].em_date_of_join&&(s.temp1[0].em_date_of_join=""),s.temp={enroll_number:t,em_login_code:s.temp1[0].em_login_code,em_number:s.temp1[0].em_number,em_service_status_code:s.temp1[0].em_service_status_code,em_status_code:s.temp1[0].em_status_code,em_apartment_number:s.temp1[0].em_apartment_number,em_family_name:s.temp1[0].em_family_name,em_street_number:s.temp1[0].em_street_number,em_area_number:s.temp1[0].em_area_number,em_phone:s.temp1[0].em_phone,em_fax:s.temp1[0].em_fax,em_post:s.temp1[0].em_post,em_emergency_contact_name2:s.temp1[0].em_emergency_contact_name2,em_emergency_contact_number2:s.temp1[0].em_emergency_contact_number2,em_joining_ref:s.temp1[0].em_joining_ref,em_ethnicity_code:s.temp1[0].em_ethnicity_code,em_handicap_status:s.temp1[0].em_handicap_status,em_stop_salary_indicator:s.temp1[0].em_stop_salary_indicator,em_agreement:s.temp1[0].em_agreement,em_punching_status:s.temp1[0].em_punching_status,em_bank_cash_tag:s.temp1[0].em_bank_cash_tag,em_citi_exp_tag:s.temp1[0].em_citi_exp_tag,em_leave_tag:s.temp1[0].em_leave_tag,em_passport_issue_place:s.temp1[0].em_passport_issue_place,em_passport_issuing_authority:s.temp1[0].em_passport_issuing_authority,em_pssport_exp_rem_date:s.temp1[0].em_pssport_exp_rem_date,em_visa_issuing_place:s.temp1[0].em_visa_issuing_place,em_visa_issuing_authority:s.temp1[0].em_visa_issuing_authority,em_visa_exp_rem_date:s.temp1[0].em_visa_exp_rem_date,em_visa_type_code:s.temp1[0].em_visa_type_code,em_agreement_start_date:s.temp1[0].em_agreement_start_date,em_agreement_exp_date:s.temp1[0].em_agreement_exp_date,em_agreemet_exp_rem_date:s.temp1[0].em_agreemet_exp_rem_date,em_punching_id:s.temp1[0].em_punching_id,em_dependant_full:s.temp1[0].em_dependant_full,em_dependant_half:s.temp1[0].em_dependant_half,em_dependant_infant:s.temp1[0].em_dependant_infant,em_Bank_Code:s.temp1[0].em_Bank_Code,em_bank_ac_no:s.temp1[0].em_bank_ac_no,em_iban_no:s.temp1[0].em_iban_no,em_route_code:s.temp1[0].em_route_code,em_bank_swift_code:s.temp1[0].em_bank_swift_code,em_gpf_ac_no:s.temp1[0].em_gpf_ac_no,em_pan_no:s.temp1[0].em_pan_no,em_labour_card_no:s.temp1[0].em_labour_card_no,em_gosi_ac_no:s.temp1[0].em_gosi_ac_no,em_gosi_start_date:s.temp1[0].em_gosi_start_date,em_national_id:s.temp1[0].em_national_id,em_secret_question_code:s.temp1[0].em_secret_question_code,em_secret_answer:s.temp1[0].em_secret_answer,em_building_number:s.temp1[0].em_building_number,em_Company_Code:s.temp1[0].em_Company_Code,em_Dept_Code:s.temp1[0].em_Dept_Code,em_Designation_Code:s.temp1[0].em_Designation_Code,em_Dest_Code:s.temp1[0].em_Dest_Code,em_Grade_Code:s.temp1[0].em_Grade_Code,em_Marital_Status_Code:s.temp1[0].em_Marital_Status_Code,em_Nation_Code:s.temp1[0].em_Nation_Code,em_Country_Code:s.temp1[0].em_Country_Code,em_State_Code:s.temp1[0].em_State_Code,em_City_Code:s.temp1[0].em_City_Code,em_Religion_Code:s.temp1[0].em_Religion_Code,em_Salutation_Code:s.temp1[0].em_Salutation_Code,em_Sex_Code:s.temp1[0].em_Sex_Code,em_Staff_Type_Code:s.temp1[0].em_Staff_Type_Code,em_blood_group_code:s.temp1[0].em_blood_group_code,em_date_of_birth:s.temp1[0].em_date_of_birth,em_date_of_join:s.temp1[0].em_date_of_join,em_dept_effect_from:s.temp1[0].em_dept_effect_from,em_email:s.temp1[0].em_email,em_emergency_contact_name1:s.temp1[0].em_emergency_contact_name1,em_emergency_contact_number1:s.temp1[0].em_emergency_contact_number1,em_first_name:s.temp1[0].em_first_name,em_grade_effect_from:s.temp1[0].em_grade_effect_from,em_last_name:s.temp1[0].em_last_name,em_middle_name:s.temp1[0].em_middle_name,em_mobile:s.temp1[0].em_mobile,em_name_ot:s.temp1[0].em_name_ot,em_national_id_expiry_date:s.temp1[0].em_national_id_expiry_date,em_national_id_issue_date:s.temp1[0].em_national_id_issue_date,em_passport_exp_date:s.temp1[0].em_passport_exp_date,em_passport_issue_date:s.temp1[0].em_passport_issue_date,em_passport_no:s.temp1[0].em_passport_no,em_summary_address:s.temp1[0].em_summary_address,em_summary_address_local_language:s.temp1[0].em_summary_address_local_language,em_visa_exp_date:s.temp1[0].em_visa_exp_date,em_stop_salary_from:s.temp1[0].em_stop_salary_from,em_visa_issue_date:s.temp1[0].em_visa_issue_date,em_visa_no:s.temp1[0].em_visa_no,comn_role_code:s.temp1[0].comn_role_code,comn_role_name:s.temp1[0].comn_role_name,em_img:s.temp1[0].em_img,em_img_lowres:s.temp1[0].em_img_lowres,em_personalemail:s.temp1[0].em_personalemail,em_teacher_status:s.temp1[0].em_teacher_status,em_login_sequence:s.temp1[0].em_login_code},console.log(s.imageUrl+s.temp.em_img),console.log("GetEmpdata",s.temp)})},s.image_click=function(){s.ImgLoaded=!0},s.UpdateData=function(e){var t,a;s.national_id_readnly=!0,s.iban_number_readnly=!0,s.bank_ac_no_readnly=!0,e?(s.saveBtn=!0,s.updateBtn=!1,e=Math.random(),t=s.temp,void 0!==s.photo_filename&&(s.em_img="",t.em_img=s.temp.em_login_code+e+".png",t.em_img_lowres=s.temp.em_login_code+e+"_lowres.png"),t.opr="U",t.subopr="Up",1==s.ImgLoaded&&(a={method:"POST",url:_.apiUrl+"/api/file/Imageupload?filename="+s.temp.em_login_code+e+"&location=/EmployeeImages",data:r,headers:{"Content-Type":void 0}},d(a).success(function(e){}),(a=new FormData).append(t.em_img_lowres,s.sims_photo_compressed),e={method:"POST",url:_.apiUrl+"/api/file/Imageupload?filename="+s.temp.em_login_code+e+"_lowres&location=/EmployeeImages",data:a,headers:{"Content-Type":void 0}},d(e).success(function(e){})),console.log("Update",t),d.post(_.apiUrl+"api/HRMS/CUMasterEmployee",t).then(function(e){s.CUDobj={},s.CUDobj=e.data,s.Myform.$setPristine(),s.Myform.$setUntouched(),null==s.CUDobj.strMessage&&""==s.CUDobj.strMessage&&null==s.CUDobj.strMessage||(swal({text:s.CUDobj.strMessage}),s.Cancel(),setTimeout(function(){s.saveBtn=!1,s.updateBtn=!1},1e3))}),s.searchText=!1,s.Save_btn=!0,s.Update_btn=!1,d.get(_.apiUrl+"api/HRMS/get_emp_login").then(function(e){s.autoid=e.data,console.log("EmpSeqNumber",s.autoid),s.temp={em_login_sequence:s.autoid}}),s.em_login_sequence=!0):swal({title:"Alert",text:"Please fill mandatory fields",width:380,showCloseButton:!0})},s.change_em_teacher_status=function(){"T"!=s.temp.em_Staff_Type_Code?s.temp.em_teacher_status=!1:s.temp.em_teacher_status=!0}}]),e.directive("ngFiles",["$parse",function(s){return{link:function(t,e,a){var o=s(a.ngFiles);e.on("change",function(e){o(t,{$files:e.target.files})})}}}])}(),function(){"use strict";var i,d=[],e=angular.module("sims.module.Setup");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("LoyaltyRewardPointsCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(c,e,t,a,o,s,n){c.pageindex=0,c.pager=!0,c.display=!1,c.grid=!0,c.user_access=[],c.edt={},setTimeout(function(){$("#em_emp").select2()},100),c.finnDetail=JSON.parse(window.localStorage.Finn_comp),c.appcode=e.current.name.split(".");t.globals.currentUser.username;c.pager=!0,c.Allemps=[],s.get(n.apiUrl+"api/loyaltyrewardpoints/GetAllEmployees").then(function(e){c.Allemps=e.data}),c.AllLoyaltyCodes=[],s.get(n.apiUrl+"api/loyaltyrewardpoints/GetAllLoyaltyCodes").then(function(e){c.AllLoyaltyCodes=e.data}),c.AllPeriodTypes=[],s.get(n.apiUrl+"api/loyaltyrewardpoints/GetAllLoyaltyPeriodTypes").then(function(e){c.AllPeriodTypes=e.data}),s.get(n.apiUrl+"api/VATRegister/getCompCode").then(function(e){c.com_code=e.data,c.edt.em_company_code=c.com_code[0].comp_code}),$(document).ready(function(){$("#loyalty_start_date").kendoDatePicker({format:"dd-MM-yyyy"})}),$(document).ready(function(){$("#loyalty_maturity_date").kendoDatePicker({format:"dd-MM-yyyy"})}),c.getLoyaltyAmount=function(t){c.loyalty_rate_amount=c.AllLoyaltyCodes.filter(function(e){return e.loyalty_code=t}),c.edt.em_loyalty_point=c.loyalty_rate_amount[0].loyalty_point,c.edt.em_loyalty_rate=c.loyalty_rate_amount[0].loyalty_rate,c.edt.em_loyalty_amount=parseFloat(c.edt.em_loyalty_point)*parseFloat(c.edt.em_loyalty_rate)},c.getEmpDeptNDesg=function(e){s.get(n.apiUrl+"api/loyaltyrewardpoints/GetEmpDeptNDesg?emp_code="+c.edt.em_number+"&year=2025").then(function(e){c.edt.em_emp_dept_desc=e.data[0].em_dept_desc,c.edt.em_emp_desg_desc=e.data[0].em_desg_desc,c.edt.em_dept_code=e.data[0].em_dept_code,c.edt.em_desg_code=e.data[0].em_desg_code})},c.calcMaturityAmount=function(e,t){c.edt.em_loyalty_maturity_amount="O"!=t?parseFloat(parseFloat(c.edt.em_loyalty_amount)*parseFloat(e)):parseFloat(c.edt.em_loyalty_amount)},c.startDateChange=function(t,a,o){if(c.calcMaturityAmount(a,o),t&&3===t.split("-").length){var s,n,i,t=t.split("-").map(Number),d=t[0],_=t[1],t=t[2];let e=new Date(t,_-1,d);isNaN(e.getTime())||("M"===o||"O"===o?(s=d,i=_-1+a,n=t+Math.floor(i/12),i=(i%12+12)%12,(e=new Date(n,i,s)).getMonth()!==i&&(e=new Date(n,1+i,0))):"Y"===o&&(s=t+a,e=2!==_||29!==d||(n=s)%4==0&&n%100!=0||n%400==0?new Date(s,_-1,d):new Date(s,2,1)),i=String(e.getDate()).padStart(2,"0"),o=String(e.getMonth()+1).padStart(2,"0"),t=e.getFullYear(),c.edt.em_loyalty_maturity_date=i+`-${o}-`+t)}},c.LoyaltyPeriodChange=function(){c.edt.em_start_date="",c.edt.em_loyalty_maturity_date="",c.edt.em_loyalty_maturity_amount=""},c.getCumulativeAmount=function(t){let a=0;for(let e=0;e<=t;e++)a+=parseFloat(c.empDetails[e].em_loyalty_amount||0);return a.toFixed(2)},c.ExportData=function(){swal({title:"",text:"Are you sure you want to export the data ?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:390,cancelButtonText:"No"}).then(function(e){var a,t,o;c.obj4&&0<c.obj4.length?(a="",a+=["Employee Name","Department","Designation","Type","Period Type","Amount","Start Date","Maturity Date","Payable Month","Created Date"].join("\t")+"\n",c.obj4.forEach(function(e,t){a+=[e.em_employee_name,e.em_dept_desc,e.em_desg_desc,e.em_loyalty_name,e.em_period_type,e.em_loyalty_amount,e.em_start_date,e.em_loyalty_maturity_date,e.em_loyalty_pay_year,e.em_loyalty_date_created].join("\t")+"\n"}),t=new Blob([a],{type:"application/vnd.ms-excel"}),o=new Date,o=`${String(o.getDate()).padStart(2,"0")}-${String(o.getMonth()+1).padStart(2,"0")}-`+o.getFullYear(),saveAs(t,"LoyaltyRewardPoints~"+o+".xls")):swal({title:"Alert",text:"No data available to export",showCloseButton:!0,width:380})})},c.obj4=[],c.currentPage=1,c.offset=100,c.finnDetail=JSON.parse(window.localStorage.Finn_comp),c.pagination=function(){s.get(n.apiUrl+"api/loyaltyrewardpoints/GetAllEmpLoyaltyRewardsData?year="+c.finnDetail.year+"&offset="+c.offset+"&pagecounter="+(c.currentPage-1)).then(function(e){c.obj4=e.data,c.totalItems=c.obj4.length,c.todos=c.obj4,c.makeTodos()})},c.pagination(),c.filteredTodos=[],c.currentPage=1,c.numPerPage=10,c.maxSize=10,c.makeTodos=function(){var e;c.pager=!0,c.rgvtbl=!0,c.busy=!1,c.filteredTodos=c.todos,!1===c.pager?c.pagersize=0:(e=parseInt(c.totalItems%c.numPerPage),c.pagersize="0"===e?parseInt(c.totalItems/c.numPerPage):parseInt(c.totalItems/c.numPerPage)+1)},c.edit=function(e){c.emp_name=e.em_employee_name,c.dept=e.em_dept_desc,c.desg=e.em_desg_desc,c.l_type=e.em_loyalty_name,c.pd_type=e.em_period_type,c.em_img="https://apiihs.schoolappsuae.com/mograSISAPI/Content/"+s.defaults.headers.common.schoolId+"/Images/EmployeeImages/"+e.em_img,s.get(n.apiUrl+"api/loyaltyrewardpoints/GetEmpLoyaltyRewardsDetailsData?sr_no="+e.em_sr_no).then(function(e){c.display1=!0,c.grid=!1,c.display=!1,c.empDetails=e.data})},c.closeEmpDetails=function(){c.display1=!1,c.grid=!0,c.display=!1},c.size=function(e){c.pager=!0,c.offset=e,c.currentPage=1,c.numPerPage=e,c.pagination(),c.numPerPage=e},c.index=function(e){c.pageindex=e,c.currentPage=e,c.pagination()},c.Delete=function(){{c.flag=!1,d="";for(var e=0;e<c.filteredTodos.length;e++)1==document.getElementById(c.filteredTodos[e].em_number+c.filteredTodos[e].em_sr_no).checked&&(c.flag=!0,d=d+c.filteredTodos[e].em_sr_no+",");var a={em_sr_no:d};let t=[];t.push(a),1==c.flag?swal({text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){e?s.post(n.apiUrl+"api/loyaltyrewardpoints/DelLoyaltyRewardPoints",t).then(function(e){c.msg1=e.data,c.msg1,swal({text:"Record Deleted Successfully",width:380,showCloseButton:!0}),c.finnDetail=JSON.parse(window.localStorage.Finn_comp),s.get(n.apiUrl+"api/loyaltyrewardpoints/GetAllEmpLoyaltyRewardsData?year="+c.finnDetail.year+"&offset="+c.offset+"&pagecounter="+(c.currentPage-1)).then(function(e){c.display=!1,c.grid=!0,c.obj4=e.data,c.totalItems=c.obj4.length,c.todos=c.obj4,console.log(c.totalItems),c.makeTodos(),1==(i=document.getElementById("mainchk")).checked&&(i.checked=!1),c.CheckAllChecked()})}):(1==(i=document.getElementById("mainchk")).checked&&(i.checked=!1),c.CheckAllChecked())}):swal({text:"Select At Least One Record To Delete",imageUrl:"assets/img/notification-alert.png",width:380,showCloseButton:!0})}},c.New=function(){c.comn_appl_code=!1,c.display=!0,c.grid=!1,c.save1=!0,c.update1=!1,c.delete1=!1,c.edt={},c.edt.em_company_code=c.com_code[0].comp_code,1==(i=document.getElementById("mainchk")).checked&&(i.checked=!1),c.CheckAllChecked(),c.edt.em_company_code=c.com_code[0].comp_code,c.edt.comn_appl_status=!0},c.cancel=function(){c.grid=!0,c.display=!1},c.SaveData=function(e){var t;e&&(t=(e=new Date).getFullYear(),e=e.getMonth()+1,c.edt.em_loyalty_pay_year=t,c.edt.em_loyalty_pay_month=e,(t=[]).push(c.edt),s.post(n.apiUrl+"api/loyaltyrewardpoints/InsertLoyaltyRewardPoints",t).then(function(e){c.msg1=e.data,1==c.msg1?swal({text:"Record Inserted Successfully",width:350,showCloseButton:!0}):swal({text:"Something went wrong",width:350,showCloseButton:!0}),c.edt={},c.finnDetail=JSON.parse(window.localStorage.Finn_comp),s.get(n.apiUrl+"api/loyaltyrewardpoints/GetAllEmpLoyaltyRewardsData?year="+c.finnDetail.year+"&offset="+c.offset+"&pagecounter="+(c.currentPage-1)).then(function(e){c.display=!1,c.grid=!0,c.obj4=e.data,c.totalItems=c.obj4.length,c.todos=c.obj4,console.log(c.totalItems),c.makeTodos()})}))},c.Update=function(){var e=c.edt;e.opr="U",s.post(n.apiUrl+"api/common/ApplicationMaster/CUDupdateInsertApplications",e).then(function(e){c.msg1=e.data,swal({text:c.msg1.strMessage,width:350,showCloseButton:!0}),c.finnDetail=JSON.parse(window.localStorage.Finn_comp),s.get(n.apiUrl+"api/loyaltyrewardpoints/GetAllEmpLoyaltyRewardsData?year="+c.finnDetail.year+"&offset="+c.offset+"&pagecounter="+(c.currentPage-1)).then(function(e){c.display=!1,c.grid=!0,c.obj4=e.data,c.totalItems=c.obj4.length,c.todos=c.obj4,console.log(c.totalItems),c.makeTodos()})})},c.CheckAllChecked=function(){i=document.getElementById("mainchk");for(var e=0;e<c.filteredTodos.length;e++){var t=document.getElementById(c.filteredTodos[e].em_number+c.filteredTodos[e].em_sr_no);1==i.checked?(t.checked=!0,$("tr").addClass("row_selected")):(t.checked=!1,i.checked=!1,$("tr").removeClass("row_selected"))}},c.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),c.color="#edefef"}),1==(i=document.getElementById("mainchk")).checked&&(i.checked=!1)},c.flag=!0,c.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).em_number.toLowerCase().indexOf(t.toLowerCase())||-1<e.em_employee_name.toLowerCase().indexOf(t.toLowerCase())||-1<e.em_loyalty_name.toLowerCase().indexOf(t.toLowerCase())||-1<e.em_period_type.toLowerCase().indexOf(t.toLowerCase());var t})},c.search=function(){c.todos=c.searched(c.obj4,c.searchText),c.totalItems=c.todos.length,c.currentPage="1",""==c.searchText&&(c.todos=c.obj4),c.makeTodos()}}])}(),function(){"use strict";var m,e=angular.module("sims.module.HRMS");e.controller("EmployeeMaster_bloomsCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(d,e,t,a,o,n,_){d.PrefixLink="https://assets.mograsys.com/Content/",d.imageUrl=d.PrefixLink+n.defaults.headers.common.schoolId+"/Images/EmployeeImages/",d.imageUrl_public=d.PrefixLink+n.defaults.headers.common.schoolId,d.edt={},d.temp={},d.popobj={},d.doc={},d.demo=!0,d.ddemo=!0,d.khda=!0,d.dis1=!1,d.bloomeducation=!0,d.sepa=!1,d.ihsfield=!1,d.ihss=!1,d.tab_dependent=!1,d.dis2=!0,d.sims_photo_compressed="",d.temp_photofile="";n.get(_.apiUrl+"api/HRMS/lems/getEmpMasterData").then(function(e){d.empstat=!0,d.obj=e.data,console.log("obj ",d.obj),d.operation=!0,d.Save_btn=!0,d.Update_btn=!1,d.display=!0,d.roleList=!0,d.temp.em_service_status_code="V"}),"demo"==n.defaults.headers.common.schoolId?(d.ddemo=!1,d.demo=!1):(d.ddemo=!0,d.demo=!0),"ssi"==n.defaults.headers.common.schoolId||"ihs"==n.defaults.headers.common.schoolId||"demo"==n.defaults.headers.common.schoolId?(d.demo=!1,d.khda=!1,d.sepa=!0,d.ihsfield=!0,d.ihss=!0):(d.demo=!0,d.khda=!0,d.sepa=!1,d.ihsfield=!1,d.ihss=!1),"bloomeducation"==n.defaults.headers.common.schoolId?(d.khda=!1,d.bloomeducation=!1,d.dis1=!0,d.table=!0,d.dis2=!1,d.Settlement=!1,d.tab_dependent=!0):(d.khda=!0,d.dis2=!0,d.bloomeducation=!0,d.dis1=!1,d.Settlement=!0,d.tab_dependent=!1),n.get(_.apiUrl+"api/common/getDataParameter?sims_appl_code=blo001&sims_appl_form_field=dependent").then(function(e){d.relationship=e.data,d.dependent_relationship=d.relationship.sims_appl_form_field_value1}),d.isValid1=function(e){return!(void 0===e||!e)},d.reporting=function(){n.get(_.apiUrl+"api/HRMS/lems/GetEmpName").then(function(e){d.attsupervisor=e.data})},setTimeout(function(){$("#employ_slot").select2()},100),d.labour=function(e){n.get(_.apiUrl+"api/HRMS/lems/getLabourType?company_code="+d.temp.em_Company_Code).then(function(e){d.labour=e.data,console.log("labour ",d.labour)})},d.sponsor=function(){n.get(_.apiUrl+"api/HRMS/lems/getSponsorType?company_code="+d.temp.em_Company_Code).then(function(e){d.sponsoris=e.data,console.log("labour ",d.sponsoris)})},d.New=function(){d.dis1=!1,d.dis2=!0,d.Myform.$setPristine(),d.Myform.$setUntouched(),d.curiculum=!1,d.ac_year=!1,d.grade_nm=!1,d.update_flag=!1,d.new_funs=!0,d.dis1=!1,d.dis2=!0,d.Save_btn=!0,d.Update_btn=!1,d.temp.em_login_code=d.temp.em_login_code,d.Myform.$setPristine(),d.Myform.$setUntouched(),d.temp.ed_dob="",d.temp.ed_health_insurance_effective_from_date="",d.temp.ed_visa_issue_date="",d.temp.ed_health_insurance_issuing_authority="",d.temp.ed_first_name_en="",d.temp.ed_middle_name_en="",d.temp.ed_last_name_en="",d.temp.ed_health_insurance_no="",d.temp.ed_health_insurance_effective_from_date="",d.temp.ed_health_insurance_effective_upto_date="",d.temp.ed_health_insurance_status="",d.temp.em_Nation_Code_dependent="",d.temp.ed_relation_dependent="",d.temp.em_Sex_Code_dependent=""},d.getdept=function(e){n.get(_.apiUrl+"api/HRMS/getDepartmenyByCompany?company_code="+d.temp.em_Company_Code).then(function(e){d.deptt=e.data,console.log("departments",d.deptt)})},d.getdsig=function(e){n.get(_.apiUrl+"api/HRMS/getDesignationByCompany?company_code="+d.temp.em_Company_Code).then(function(e){d.design=e.data,console.log("design",d.design)})},n.get(_.apiUrl+"api/studentdatabase/getdemo").then(function(e){d.demo_values=e.data,console.log("demo",d.demo_values)}),d.getcode1=function(){n.get(_.apiUrl+"api/studentdatabase/getisdd?country_code="+d.edt.mobile_number).then(function(e){d.isdcode1=e.data,console.log("isdcode",d.isdcode1),null!=d.temp.em_mobile&&"-"!=d.temp.em_mobile&&(null!=d.oldisdcode?(d.temp.em_mobile=d.temp.em_mobile,d.temp.em_mobile=d.temp.em_mobile.replace(d.oldisdcode,d.isdcode1[0].sims_country_isd_code),console.log("mobilenumber",d.temp.em_mobile)):d.temp.em_mobile=d.isdcode1[0].sims_country_isd_code+d.temp.em_mobile),null==d.temp.em_mobile&&(d.temp.em_mobile=d.isdcode1[0].sims_country_isd_code),d.olisdcode()})},d.back=function(){d.dis1=!0,d.dis2=!1},d.olisdcode=function(){0<d.isdcode1.length&&(d.oldisdcode=d.isdcode1[0].sims_country_isd_code)},d.getcode2=function(){n.get(_.apiUrl+"api/studentdatabase/getisdd?country_code="+d.edt.phone_number).then(function(e){d.isdcode2=e.data,console.log("isdcode",d.isdcode1),null!=d.temp.em_phone&&"-"!=d.temp.em_phone&&(null!=d.oldisdcode1?(d.temp.em_phone=d.temp.em_phone,d.temp.em_phone=d.temp.em_phone.replace(d.oldisdcode1,d.isdcode2[0].sims_country_isd_code),console.log("phonenumber",d.temp.em_phone)):d.temp.em_phone=d.isdcode2[0].sims_country_isd_code+d.temp.em_phone),null==d.temp.em_phone&&(d.temp.em_phone=d.isdcode1[0].sims_country_isd_code),d.olisdcode1()})},d.olisdcode1=function(){0<d.isdcode2.length&&(d.oldisdcode1=d.isdcode2[0].sims_country_isd_code)},d.getcode3=function(){n.get(_.apiUrl+"api/studentdatabase/getisdd?country_code="+d.edt.Contact_number).then(function(e){d.isdcode3=e.data,console.log("isdcode3",d.isdcode3),null!=d.temp.em_emergency_contact_number1&&"-"!=d.temp.em_emergency_contact_number1&&(null!=d.oldisdcode2?(d.temp.em_emergency_contact_number1=d.temp.em_emergency_contact_number1,d.temp.em_emergency_contact_number1=d.temp.em_emergency_contact_number1.replace(d.oldisdcode2,d.isdcode3[0].sims_country_isd_code),console.log("Emerphonenumber",d.temp.em_emergency_contact_number1)):d.temp.em_emergency_contact_number1=d.isdcode3[0].sims_country_isd_code+d.temp.em_emergency_contact_number1),null==d.temp.em_emergency_contact_number1&&(d.temp.em_emergency_contact_number1=d.isdcode3[0].sims_country_isd_code),d.olisdcode2()})},d.olisdcode2=function(){0<d.isdcode3.length&&(d.oldisdcode2=d.isdcode3[0].sims_country_isd_code)},d.getcode4=function(){n.get(_.apiUrl+"api/studentdatabase/getisdd?country_code="+d.edt.Eme_Contact_number).then(function(e){d.isdcode4=e.data,console.log("isdcode4",d.isdcode4),null!=d.temp.em_emergency_contact_number2&&"-"!=d.temp.em_emergency_contact_number2&&(null!=d.oldisdcode3?(d.temp.em_emergency_contact_number2=d.temp.em_emergency_contact_number2,d.temp.em_emergency_contact_number2=d.temp.em_emergency_contact_number2.replace(d.oldisdcode2,d.isdcode3[0].sims_country_isd_code),console.log("Emerphonenumber2",d.temp.em_emergency_contact_number2)):d.temp.em_emergency_contact_number2=d.isdcode4[0].sims_country_isd_code+d.temp.em_emergency_contact_number2),null==d.temp.em_emergency_contact_number2&&(d.temp.em_emergency_contact_number2=d.isdcode4[0].sims_country_isd_code),d.olisdcode3()})},d.olisdcode3=function(){0<d.isdcode4.length&&(d.oldisdcode3=d.isdcode4[0].sims_country_isd_code)},d.Delete_Records=function(){d.nodelete=!1;for(var t,e=d.sims_statusfordelete=!1,a="",o=0;o<d.filteredTodos.length;o++)!0===document.getElementById(d.filteredTodos[o].ed_sr_code).checked&&(e=!0,a=a+d.filteredTodos[o].ed_sr_code+",");t={em_login_code:d.temp.em_login_code,ed_sr_code:a,opr:"D"},!0===e?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){e?n.post(_.apiUrl+"api/EmplDependent/CUDemployee_dependent",t).then(function(e){d.sectionsobj=e.data,!0===d.sectionsobj?(d.dis1=!0,d.dis2=!1,swal({text:"Deleted Successfully",imageUrl:"assets/img/check.png",width:350,showCancelButton:!0}),d.showSections()):(d.showSections(),swal({text:"Not Deleted",imageUrl:"assets/img/close.png",width:350,showCancelButton:!0}))}):(!0===(m=document.getElementById("mainchk")).checked&&(m.checked=!1),d.check())}):!0!==d.sims_statusfordelete&&swal({text:"Select At Least One Record To Delete",imageUrl:"assets/img/notification-alert.png",width:320,showCancelButton:!0})},d.searchEmp=function(e){13==e.keyCode&&d.EmpSearch1(d.temp.em_login_code)},d.showAgreementDetails=!0,d.uae=!1,d.qatar=!0,d.slisLabel=!1,d.india=!1,d.updateBtn=!1,d.saveBtn=!1,d.combo_multiple=!1,d.addDisabled=!0,d.combo_multiple=!1,d.qualiList=[],d.ExperienceList=[];d.showFileName=!1,$("#dob").kendoDatePicker({format:"dd-MM-yyyy",min:new Date(1900,1,1),max:new Date}),d.globalSrch=function(){t.visible_stud=!1,t.visible_parent=!1,t.visible_search_parent=!1,t.visible_teacher=!1,t.visible_User=!1,t.visible_Employee=!0,t.chkMulti=!1,d.global_Search_click(),$("#Global_Search_Modal").modal({backdrop:"static"}),d.showBtn=!1},d.$on("global_cancel",function(e){0<d.SelectedUserLst.length&&(d.temp={},d.temp={em_login_code:d.SelectedUserLst[0].em_login_code},d.temp.name=d.SelectedUserLst[0].empName,d.EmpSearch1(d.SelectedUserLst[0].em_login_code))}),d.searchGlobalClick=function(){d.Global_Search_by_employee()},"slis"==n.defaults.headers.common.schoolId?d.nationalIdLabel="Iquma Number":d.nationalIdLabel="Emirates Id","elcportal"==n.defaults.headers.common.schoolId?d.serviceStatusLabel="Employment Status":d.serviceStatusLabel="Service Status",n.get(_.apiUrl+"api/Qual/getAllQualification").then(function(e){d.all_Qual_Data=e.data}),n.get(_.apiUrl+"api/common/Subject/getSubject").then(function(e){d.sub_data=e.data}),n.get(_.apiUrl+"api/HRMS/lems/getRole").then(function(e){d.roles_data=e.data}),n.get(_.apiUrl+"api/HRMSOES/GetAccommodationStatus").then(function(e){d.AccommondationStatus=e.data,console.log("AccommondationStatus",d.AccommondationStatus)}),n.get(_.apiUrl+"api/common/MarkEmpResignation/getDisenagementType").then(function(e){d.disengagmentTypes=e.data,console.log("DisengagmentTypes",d.DisengagmentTypes)}),d.getDesignations=function(e){n.get(_.apiUrl+"api/HRMS/empASD/getDesignationDeptwise?dept_code="+e).then(function(e){d.designations=e.data,console.log("designations",d.designations)})},d.setGrade_Dept=function(e){d.temp.em_dept_effect_from=e,d.temp.em_grade_effect_from=e},n.get(_.apiUrl+"api/HRMS/getCompany").then(function(e){d.company_data=e.data,console.log("company",d.company_data),d.temp.em_Company_Code=d.company_data[0].em_Company_Code,d.getdept(d.company_data[0].em_Company_Code),d.labour(d.company_data[0].em_Company_Code),d.sponsor(d.company_data[0].em_Company_Code),d.getdsig(d.company_data[0].em_Company_Code),d.getgrade(d.company_data[0].em_Company_Code)}),d.getgrade=function(e){n.get(_.apiUrl+"api/HRMS/getGradeByCompany?company_code="+d.temp.em_Company_Code).then(function(e){d.grade=e.data,console.log("Grade",d.grade)})},d.DocNarr=[],n.get(_.apiUrl+"api/HRMS/lems/getDocNarration").then(function(e){if(d.DocNarration=e.data,0<d.DocNarration.length)for(var t=0;t<d.DocNarration.length;t++)d.DocNarr.push(d.DocNarration[t].gdn_doc_narration)}),d.complete=function(){$("#DocNarration").autocomplete({source:d.DocNarr})},n.get(_.apiUrl+"api/HRMS/getLicSchool").then(function(e){d.lic_school_data=e.data,console.log("lic_school_data",d.lic_school_data),"Qatar"==d.lic_school_data[0].lic_school_country?(d.uae=!1,d.qatar=!0,d.slisLabel=!1,d.india=!1,d.doha=!1):"Saudi Arabia"==d.lic_school_data[0].lic_school_country?(d.uae=!1,d.qatar=!1,d.slisLabel=!0,d.india=!1,d.doha=!1):"India"==d.lic_school_data[0].lic_school_country?(d.uae=!1,d.qatar=!1,d.slisLabel=!1,d.india=!0,d.doha=!1):"Doha-Qatar"==d.lic_school_data[0].lic_school_country?(d.uae=!1,d.qatar=!1,d.slisLabel=!1,d.india=!1,d.doha=!0):(d.uae=!0,d.qatar=!1,d.slisLabel=!1,d.india=!1,d.doha=!1)}),$("#dob").kendoDatePicker({format:"dd-MM-yyyy",min:new Date(1900,1,1),max:new Date}),d.checkDateFormat=function(e,t){-1!=e.indexOf("/")&&(swal({title:"Alert",text:"Please enter date only DD-MM-YYYY format",width:360,height:200}),$("#"+t).val(""))},d.Cancel=function(){d.temp={},$("#empimg").attr("src",""),d.Myform.$setPristine(),d.Myform.$setUntouched(),d.em_img="",d.Save_btn=!0,d.Update_btn=!1,d.temp.em_Company_Code=d.obj[0].em_Company_Code,d.temp.em_service_status_code="V";$("#employ_slot").select2("val","")},d.setProbationCompletionReminderDate=function(){var e;null!=d.temp.em_date_of_join&&(console.log(d.temp.em_date_of_join),e=moment(d.temp.em_date_of_join,"DD-MM-YYYY"),console.log(e),d.temp.em_probation_completion_date=e.add(parseInt(d.temp.em_probation_period_days),"days").format("DD-MM-YYYY"),console.log(d.temp.em_probation_completion_date),console.log("em_probation_confirmation_date",d.temp.em_probation_completion_date))},d.setProbationCompletionReminderDate1=function(){var e;null!=d.temp.em_date_of_join&&(console.log(d.temp.em_date_of_join),e=moment(d.temp.em_date_of_join,"DD-MM-YYYY"),console.log(e),d.temp.em_probation_extension_completion_date1=e.add(parseInt(d.temp.em_probation_extension_days),"days").format("DD-MM-YYYY"),console.log(d.temp.em_probation_extension_completion_date1),console.log("em_probation_confirmation_date",d.temp.em_probation_extension_completion_date1),d.temp.em_probation_extension_completion_date=e.add(parseInt(d.temp.em_probation_period_days),"days").format("DD-MM-YYYY"),console.log(d.temp.em_probation_extension_completion_date),console.log("em_probation_confirmation_date",d.temp.em_probation_extension_completion_date))},d.getstate=function(e){n.get(_.apiUrl+"api/HRMS/lems/getState?em_Country_Code="+e).then(function(e){d.stt=e.data})},d.getcity=function(e){n.get(_.apiUrl+"api/HRMS/lems/getCity?em_State_Code="+e).then(function(e){d.ctt=e.data})},d.getContract=function(){n.get(_.apiUrl+"api/contract/Get_ContractDetails").then(function(e){d.Contract_data=e.data})},d.getContract(),n.get(_.apiUrl+"api/Qualification/getQualificationName").then(function(e){d.Qualification_Name=e.data}),n.get(_.apiUrl+"api/Qualification/getQualificationType").then(function(e){d.qual_type_data=e.data}),n.get(_.apiUrl+"api/EmpExp/getMonthName").then(function(e){d.month_data=e.data}),n.get(_.apiUrl+"api/HRMS/getCompany").then(function(e){d.company_data=e.data,d.temp.em_Company_Code=d.company_data[0].em_Company_Code}),n.get(_.apiUrl+"api/HRMS/getCountry").then(function(e){d.country_data=e.data}),n.get(_.apiUrl+"api/HRMS/getDestination").then(function(e){d.dest_data=e.data,d.temp.em_Dest_Code=d.dest_data[0].em_Dest_Code}),d.AddEnable=function(){d.addDisabled=!1},d.setAgreementDate=function(e){d.showAgreementDetails=!1;for(var t=0;t<d.Contract_data.length;t++)if(d.Contract_data[t].cn_code==e){var a=d.Contract_data[t].cn_duration;break}var o,s=new Date,s=("0"+s.getDate()).slice(-2)+"-"+("0"+(s.getMonth()+1)).slice(-2)+"-"+s.getFullYear(),s=(d.temp.em_agreement_start_date=s,d.temp.em_date_of_join.split("-")[0]),n=d.temp.em_date_of_join.split("-")[1],i=d.temp.em_date_of_join.split("-")[2],n=(isNaN(n)&&(n=d.temp.em_date_of_join.split("-")[1]),parseInt(n)+parseInt(a));12<n?(o=parseInt(i)+1,n=parseInt(n)-12):o=i,d.temp.em_agreement_exp_date=s+"-"+n+"-"+o,null!=d.temp.em_agreement_exp_date&&(n=1==n?(o=parseInt(o)-1,12):parseInt(n)-1,d.temp.em_agreemet_exp_rem_date=s+"-"+n+"-"+o)},d.showSections=function(){d.loading=!0,n.post(_.apiUrl+"api/EmplDependent/employee_dependent?emp_id="+d.temp.em_login_code).then(function(e){d.sectionsobj=e.data,0<d.sectionsobj.length?(d.table=!0,d.loading=!1,d.totalItems=d.sectionsobj.length,d.todos=d.sectionsobj,d.makeTodos()):(d.loading=!1,d.table=!1)})},d.EmpSearch1=function(a){d.Save_btn=!1,d.Update_btn=!0,n.get(_.apiUrl+"api/HRMS/lems/getSearchEmpMaster?em_login_code="+d.temp.em_login_code).then(function(e){d.temp1=e.data,d.Myform.$setPristine(),d.Myform.$setUntouched(),d.temp={em_login_code:a,em_login_code:d.temp1[0].em_login_code,em_number:d.temp1[0].em_number,em_service_status_code:d.temp1[0].em_service_status_code,em_status_code:d.temp1[0].em_status_code,em_apartment_number:d.temp1[0].em_apartment_number,em_family_name:d.temp1[0].em_family_name,em_street_number:d.temp1[0].em_street_number,em_area_number:d.temp1[0].em_area_number,em_phone:d.temp1[0].em_phone,em_fax:d.temp1[0].em_fax,em_post:d.temp1[0].em_post,em_emergency_contact_name2:d.temp1[0].em_emergency_contact_name2,em_emergency_contact_number2:d.temp1[0].em_emergency_contact_number2,em_joining_ref:d.temp1[0].em_joining_ref,em_ethnicity_code:d.temp1[0].em_ethnicity_code,em_handicap_status:d.temp1[0].em_handicap_status,em_stop_salary_indicator:d.temp1[0].em_stop_salary_indicator,em_agreement_code:d.temp1[0].em_agreement_code,em_sponser_code:d.temp1[0].em_sponser_name,em_punching_status:d.temp1[0].em_punching_status,em_bank_cash_tag:d.temp1[0].em_bank_cash_tag,em_citi_exp_tag:d.temp1[0].em_citi_exp_tag,em_leave_tag:d.temp1[0].em_leave_tag,em_passport_issue_place:d.temp1[0].em_passport_issue_place,em_passport_issuing_authority:d.temp1[0].em_passport_issuing_authority,em_pssport_exp_rem_date:d.temp1[0].em_pssport_exp_rem_date,em_visa_issuing_place:d.temp1[0].em_visa_issuing_place,em_visa_issuing_authority:d.temp1[0].em_visa_issuing_authority,em_visa_exp_rem_date:d.temp1[0].em_visa_exp_rem_date,em_visa_type_code:d.temp1[0].em_visa_type_code,em_agreement_start_date:d.temp1[0].em_agreement_start_date,em_agreement_exp_date:d.temp1[0].em_agreement_exp_date,em_agreemet_exp_rem_date:d.temp1[0].em_agreemet_exp_rem_date,em_punching_id:d.temp1[0].em_punching_id,em_dependant_full:d.temp1[0].em_dependant_full,em_dependant_half:d.temp1[0].em_dependant_half,em_dependant_infant:d.temp1[0].em_dependant_infant,em_Bank_Code:d.temp1[0].em_Bank_Code,em_bank_ac_no:d.temp1[0].em_bank_ac_no,em_iban_no:d.temp1[0].em_iban_no,em_route_code:d.temp1[0].em_route_code,em_bank_swift_code:d.temp1[0].em_bank_swift_code,em_gpf_ac_no:d.temp1[0].em_gpf_ac_no,em_pan_no:d.temp1[0].em_pan_no,em_labour_card_no:d.temp1[0].em_labour_card_no,en_labour_card_expiry_date:d.temp1[0].en_labour_card_expiry_date,em_gosi_ac_no:d.temp1[0].em_gosi_ac_no,em_gosi_start_date:d.temp1[0].em_gosi_start_date,em_national_id:d.temp1[0].em_national_id,em_secret_question_code:d.temp1[0].em_secret_question_code,em_secret_answer:d.temp1[0].em_secret_answer,em_building_number:d.temp1[0].em_building_number,em_Company_Code:d.temp1[0].em_Company_Code,em_Dept_Code:d.temp1[0].em_Dept_Code,em_Designation_Code:d.temp1[0].em_Designation_Code,em_Dest_Code:d.temp1[0].em_Dest_Code,em_Grade_Code:d.temp1[0].em_Grade_Code,em_Marital_Status_Code:d.temp1[0].em_Marital_Status_Code,em_Nation_Code:d.temp1[0].em_Nation_Code,em_Country_Code:d.temp1[0].em_Country_Code,em_State_Code:d.temp1[0].em_State_Code,em_City_Code:d.temp1[0].em_City_Code,em_Religion_Code:d.temp1[0].em_Religion_Code,em_Salutation_Code:d.temp1[0].em_Salutation_Code,em_Sex_Code:d.temp1[0].em_Sex_Code,em_Staff_Type_Code:d.temp1[0].em_Staff_Type_Code,em_blood_group_code:d.temp1[0].em_blood_group_code,em_date_of_birth:d.temp1[0].em_date_of_birth,em_date_of_join:d.temp1[0].em_date_of_join,em_dept_effect_from:d.temp1[0].em_dept_effect_from,em_email:d.temp1[0].em_email,em_emergency_contact_name1:d.temp1[0].em_emergency_contact_name1,em_emergency_relation1:d.temp1[0].em_emergency_relation1,em_emergency_relation2:d.temp1[0].em_emergency_relation2,em_emergency_contact_number1:d.temp1[0].em_emergency_contact_number1,em_first_name:d.temp1[0].em_first_name,em_grade_effect_from:d.temp1[0].em_grade_effect_from,em_last_name:d.temp1[0].em_last_name,em_middle_name:d.temp1[0].em_middle_name,em_mobile:d.temp1[0].em_mobile,em_name_ot:d.temp1[0].em_name_ot,em_national_id_expiry_date:d.temp1[0].em_national_id_expiry_date,em_national_id_issue_date:d.temp1[0].em_national_id_issue_date,em_passport_exp_date:d.temp1[0].em_passport_exp_date,em_passport_issue_date:d.temp1[0].em_passport_issue_date,em_passport_no:d.temp1[0].em_passport_no,em_summary_address:d.temp1[0].em_summary_address,em_summary_address_local_language:d.temp1[0].em_summary_address_local_language,em_visa_exp_date:d.temp1[0].em_visa_exp_date,em_stop_salary_from:d.temp1[0].em_stop_salary_from,em_visa_issue_date:d.temp1[0].em_visa_issue_date,em_visa_no:d.temp1[0].em_visa_no,comn_role_code:d.temp1[0].comn_role_code,comn_role_name:d.temp1[0].comn_role_name,em_img:d.temp1[0].em_img,em_img_lowres:d.temp1[0].em_img_lowres,em_accommodation_status:d.temp1[0].em_accommodation_status,em_personalemail:d.temp1[0].em_personalemail,em_adec_approval_number:d.temp1[0].em_adec_approval_number,em_adec_approval_Date:d.temp1[0].em_adec_approval_Date,em_adec_approved_qualification:d.temp1[0].em_adec_approved_qualification,em_adec_approved_designation:d.temp1[0].em_adec_approved_designation,em_adec_approved_subject:d.temp1[0].em_adec_approved_subject,em_adec_approved_level:d.temp1[0].em_adec_approved_level,em_health_card_no:d.temp1[0].em_health_card_no,em_health_card_effective_from_date:d.temp1[0].em_health_card_effective_from_date,em_health_card_effective_upto_date:d.temp1[0].em_health_card_effective_upto_date,em_heath_card_status:d.temp1[0].em_heath_card_status,em_teacher_status:d.temp1[0].em_teacher_status,em_house:d.temp1[0].em_house,en_labour_card_issue_date:d.temp1[0].en_labour_card_issue_date,em_disengagement_type:d.temp1[0].em_disengagement_type,offer_letter_doc:d.temp1[0].offer_letter_doc,em_expected_date_of_join:d.temp1[0].em_expected_date_of_join,em_offer_letter_send_date:d.temp1[0].em_offer_letter_send_date,em_interview_date:d.temp1[0].em_interview_date,em_probation_completion_date:d.temp1[0].em_probation_completion_date,em_probation_period_days:d.temp1[0].em_probation_period_days,em_probation_confirmation_date:d.temp1[0].em_probation_confirmation_date,em_khda_noc_required:d.temp1[0].em_khda_noc_required,em_khda_noc_submitted:d.temp1[0].em_khda_noc_submitted,em_pro_visa_number:d.temp1[0].em_pro_visa_number,em_visa_uid:d.temp1[0].em_visa_uid,em_sponser_name:d.temp1[0].em_sponser_name,em_relation:d.temp1[0].em_relation,visa_num:d.temp1[0].visa_num,visa_issue_date:d.temp1[0].visa_issue_date,visa_exp_date:d.temp1[0].visa_exp_date,em_left_date:d.temp1[0].em_left_date,em_employer_visa_required:d.temp1[0].em_employer_visa_required,em_employer_labor_required:d.temp1[0].em_employer_labor_required,em_accommodation_required:d.temp1[0].em_accommodation_required,em_health_card_required:d.temp1[0].em_health_card_required,em_medical_insurance_required:d.temp1[0].em_medical_insurance_required,pays_payroll_display_order:d.temp1[0].pays_payroll_display_order,em_probation_extension_days:d.temp1[0].em_probation_extension_days,em_probation_extension_completion_date:d.temp1[0].em_probation_extension_completion_date,em_visa_status_code:d.temp1[0].em_visa_status_code,em_emirates_status_code:d.temp1[0].em_emirates_status_code,em_labour_status_code:d.temp1[0].em_labour_status_code,fnf_settlement_status:d.temp1[0].fnf_settlement_status,fnf_settlement_doc_submission_date:d.temp1[0].fnf_settlement_doc_submission_date,fnf_settlement_clearance_date:d.temp1[0].fnf_settlement_clearance_date,em_pan_no:d.temp1[0].em_pan_no},$("#employ_slot").select2("val",d.temp1[0].em_pan_no),console.log("temp",d.temp),d.terminate=!1,d.getstate(d.temp.em_Country_Code),d.getcity(d.temp.em_State_Code),d.reporting();var t=d.PrefixLink+n.defaults.headers.common.schoolId+"/Images/EmployeeImages/"+d.temp1[0].em_img;$(function(){$("#empimg").attr("src",t)}),d.getQualiByEmpcode=function(e){n.get(_.apiUrl+"api/Qualification/getQualificationByEmployee?emp_code="+d.temp1[0].em_login_code).then(function(e){d.qualiList=e.data,console.log("qualiList",d.qualiList),d.combo_multiple=!0})},d.getQualiByEmpcode(),n.get(_.apiUrl+"api/EmpExp/getEmployeeExp?em_login_code="+d.temp1[0].em_login_code).then(function(e){d.ExperienceList=e.data,console.log("ExperienceList",d.ExperienceList),d.showExperinceList=!0}),d.demmo=!0,$("#from_date").data("kendoDatePicker").enable(!1),$("#from_date").data("kendoDatePicker").enable(!1),$("#from_date").data("kendoDatePicker").enable(!1),$("#from_date1").data("kendoDatePicker").enable(!1),$("#from_date2").data("kendoDatePicker").enable(!1),$("#from_date3").data("kendoDatePicker").enable(!1),$("#from_date4").data("kendoDatePicker").enable(!1),$("#health_card_to_date").data("kendoDatePicker").enable(!1),$("#health_card_from_date").data("kendoDatePicker").enable(!1),d.showEmpDocumentList(d.temp1[0].em_login_code)}),d.showEmpDocumentList(d.temp.em_login_code),d.reporting(),d.showSections()},d.drop=function(){document.getElementById("select74").addDisabled=!0;document.getElementById("select74").disabled=!0};var s,c,l=new FormData,r=(d.getTheFiles=function(a){angular.forEach(a,function(e,t){l.append(t,e),8e5<a[i].size&&(d.filesize=!1,d.edt.photoStatus=!1,swal({text:"File Should Not be Exceed 800Kb.",imageUrl:"assets/img/notification-alert.png"}))})},d.file_changed=function(e){var t,e=e.files[0];d.temp_photofile=e,console.log("Original image",e),e&&(imageConversion.compressAccurately(e,{type:"image/jpeg",width:168,size:100}).then(e=>{d.sims_photo_compressed=new File([e],"compressed_photo",{type:"image/jpeg"})}),console.log("comopressed image ",d.sims_photo_compressed),d.photo_filename=e.type,null!=d.photo_filename||""!=d.photo_filename?(t=d.photo_filename.split("/"),console.log("imageType",t[1]),"jpeg"==t[1]||"jpg"==t[1]||"png"==t[1]?((t=new FileReader).onload=function(t){d.$apply(function(){var e=t.target.result;$(function(){$("#empimg").attr("src",e)})})},t.readAsDataURL(e)):(swal({text:"Only jpeg and png image format supported."}),$("#empimg").attr("src",""))):(swal({text:"Image format not supported."}),$("#empimg").attr("src","")))},d.uploadImgClickF=function(){d.uploadImgClickFShow=!0},d.uploadImgCancel=function(){d.uploadImgClickFShow=!1},d.image_click=function(){d.ImgLoaded=!0},d.globalSearch=function(){$("#MyModal").modal("show"),d.showBtn=!1},d.EmployeeDetails=function(){d.NodataEmployee=!1,n.post(_.apiUrl+"api/common/SearchEmployee?data="+JSON.stringify(d.temp)).then(function(e){d.Employee_Details=e.data,d.EmployeeTable=!0,0<e.data.length||(d.NodataEmployee=!0)})},d.EmployeeAdd=function(e){d.temp={enroll_number:e.em_login_code,emp_name:e.empName,emp_desg:e.desg_name,emp_dept:e.dept_name}},d.checkEmailExists=function(e){d.temp1[0].em_email!=e&&n.post(_.apiUrl+"api/HRMS/checkEmailExists?email_id="+e).then(function(e){if(d.comnUserData=e.data,0<d.comnUserData.length)return swal({text:"Official email id already exists!!",width:350}),d.temp.em_email="",!1})},d.change_em_teacher_status=function(){"T"!=d.temp.em_Staff_Type_Code?d.temp.em_teacher_status=!1:d.temp.em_teacher_status=!0},d.SaveData=function(e){var t;d.temp.em_login_code=d.temp.em_login_code,Myform?(""===d.temp.ed_dob&&(d.temp.ed_dob=null),""===d.temp.ed_visa_issue_date&&(d.temp.ed_visa_issue_date=null),""===d.temp.ed_visa_expiry_date&&(d.temp.ed_visa_expiry_date=null),""===d.temp.ed_nation_id_issue_date&&(d.temp.ed_nation_id_issue_date=null),""===d.temp.ed_nation_id_expiry_date&&(d.temp.ed_nation_id_expiry_date=null),""===d.temp.ed_passport_id_issue_date&&(d.temp.ed_passport_id_issue_date=null),""===d.temp.ed_passport_expiry_date&&(d.temp.ed_passport_expiry_date=null),""===d.temp.ed_visa_exp_rem_date&&(d.temp.ed_visa_exp_rem_date=null),""===d.temp.ed_health_insurance_effective_from_date&&(d.temp.ed_health_insurance_effective_from_date=null),""===d.temp.ed_health_insurance_effective_upto_date&&(d.temp.ed_health_insurance_effective_upto_date=null),""===d.temp.ed_dob&&(d.temp.ed_dob=null),""===d.temp.ed_visa_issue_date&&(d.temp.ed_visa_issue_date=null),""===d.temp.ed_visa_expiry_date&&(d.temp.ed_visa_expiry_date=null),""===d.temp.ed_nation_id_issue_date&&(d.temp.ed_nation_id_issue_date=null),""===d.temp.ed_nation_id_expiry_date&&(d.temp.ed_nation_id_expiry_date=null),""===d.temp.ed_passport_id_issue_date&&(d.temp.ed_passport_id_issue_date=null),""===d.temp.ed_passport_expiry_date&&(d.temp.ed_passport_expiry_date=null),""===d.temp.ed_visa_exp_rem_date&&(d.temp.ed_visa_exp_rem_date=null),""===d.temp.ed_health_insurance_effective_from_date&&(d.temp.ed_health_insurance_effective_from_date=null),""===d.temp.ed_health_insurance_effective_upto_date&&(d.temp.ed_health_insurance_effective_upto_date=null),(t=d.temp).opr="I",t.opr="I",n.post(_.apiUrl+"api/EmplDependent/CUDemployee_dependent",t).then(function(e){d.msg=e.data,!0===d.msg?(d.dis1=!0,d.dis2=!1,swal({text:"Dependent Inserted Successfully",imageUrl:"assets/img/check.png",width:380}),d.showSections(),d.Save_btn=!1,d.Update_btn=!0):(d.showSections(),swal({text:"Dependent Not Inserted",imageUrl:"assets/img/close.png",width:380}))})):(swal({text:"Please fill required fields",width:380}),e?(d.saveBtn=!1,d.updateBtn=!1,t=d.temp,void 0===d.photo_filename?t.em_img=null:t.em_img="."+d.photo_filename.split("/")[1],t.opr="I",n.post(_.apiUrl+"api/HRMS/lems/CUMasterEmployee",t).then(function(e){d.CUDobj={},d.CUDobj=e.data,null==d.CUDobj.strMessage&&""==d.CUDobj.strMessage&&null==d.CUDobj.strMessage||(swal({text:"Employee with id= "+d.CUDobj.strMessage+" created  successfully."}),console.log("Em login Code "+d.CUDobj.strMessage),d.saveQualification(d.CUDobj.strMessage),d.saveExperience(d.CUDobj.strMessage),d.Cancel(),setTimeout(function(){d.saveBtn=!1,d.updateBtn=!1},3e3));e=d.CUDobj.strMessage.split(" ")[2],e={method:"POST",url:_.apiUrl+"/api/file/upload?filename="+e+"&location=/EmployeeImages",data:l,headers:{"Content-Type":void 0}};n(e).success(function(e){})})):Myform||swal({text:"Kindly fill Mandatory fields",width:350,timer:5e3,showCloseButton:!0}))},d.makeTodos=function(){var e=parseInt(d.totalItems%d.numPerPage),e=(d.pagersize="0"===e?parseInt(d.totalItems/d.numPerPage):parseInt(d.totalItems/d.numPerPage)+1,(d.currentPage-1)*d.numPerPage),t=parseInt(e)+parseInt(d.numPerPage);d.filteredTodos=d.todos.slice(e,t);for(var a=0;a<d.filteredTodos.length;a++)d.filteredTodos[a].icon="fa fa-plus-circle";!0===(m=document.getElementById("mainchk")).checked&&(m.checked=!1,d.row1="",d.Homeroom_MultipleDelete())},d.check=function(){m=document.getElementById("mainchk");for(var e=0;e<d.filteredTodos.length;e++){var t=document.getElementById(d.filteredTodos[e].ed_sr_code);!0===m.checked?(t.checked=!0,$("tr").addClass("row_selected")):(t.checked=!1,$("tr").removeClass("row_selected"))}},d.Update=function(e){d.temp=angular.copy(e),d.temp.em_login_code=d.temp.em_login_code,d.update_btn=!0,d.dis1=!1,d.dis2=!0,d.select_list=!1,(d.update_flag=!0)===(m=document.getElementById("mainchk")).checked&&(m.checked=!1),d.check(),d.Myform.$setPristine(),d.Myform.$setUntouched()},d.UpdateData=function(e){var t,a,o;d.temp.em_login_code=d.temp.em_login_code,Myform?(""===d.temp.ed_dob&&(d.temp.ed_dob=null),""===d.temp.ed_visa_issue_date&&(d.temp.ed_visa_issue_date=null),""===d.temp.ed_visa_expiry_date&&(d.temp.ed_visa_expiry_date=null),""===d.temp.ed_nation_id_issue_date&&(d.temp.ed_nation_id_issue_date=null),""===d.temp.ed_nation_id_expiry_date&&(d.temp.ed_nation_id_expiry_date=null),""===d.temp.ed_passport_id_issue_date&&(d.temp.ed_passport_id_issue_date=null),""===d.temp.ed_passport_expiry_date&&(d.temp.ed_passport_expiry_date=null),""===d.temp.ed_visa_exp_rem_date&&(d.temp.ed_visa_exp_rem_date=null),""===d.temp.ed_health_insurance_effective_from_date&&(d.temp.ed_health_insurance_effective_from_date=null),""===d.temp.ed_health_insurance_effective_upto_date&&(d.temp.ed_health_insurance_effective_upto_date=null),""===d.temp.ed_dob&&(d.temp.ed_dob=null),""===d.temp.ed_visa_issue_date&&(d.temp.ed_visa_issue_date=null),""===d.temp.ed_visa_expiry_date&&(d.temp.ed_visa_expiry_date=null),""===d.temp.ed_nation_id_issue_date&&(d.temp.ed_nation_id_issue_date=null),""===d.temp.ed_nation_id_expiry_date&&(d.temp.ed_nation_id_expiry_date=null),""===d.temp.ed_passport_id_issue_date&&(d.temp.ed_passport_id_issue_date=null),""===d.temp.ed_passport_expiry_date&&(d.temp.ed_passport_expiry_date=null),""===d.temp.ed_visa_exp_rem_date&&(d.temp.ed_visa_exp_rem_date=null),""===d.temp.ed_health_insurance_effective_from_date&&(d.temp.ed_health_insurance_effective_from_date=null),""===d.temp.ed_health_insurance_effective_upto_date&&(d.temp.ed_health_insurance_effective_upto_date=null),(t=d.temp).opr="U",n.post(_.apiUrl+"api/EmplDependent/CUDemployee_dependent",t).then(function(e){d.msg=e.data,!0===d.msg&&(d.dis1=!0,d.dis2=!1,swal({text:"Dependent Updated Successfully",imageUrl:"assets/img/check.png",width:380})),d.showSections()})):swal({text:"Please fill required fields",width:380}),Myform?(d.saveBtn=!1,d.updateBtn=!1,t=Math.floor(1e3*Math.random()+1),o=d.temp,void 0!==d.photo_filename&&(o.em_img=d.temp.em_login_code+t+".png",o.em_img_lowres=d.temp.em_login_code+t+"_lowres.png"),o.opr="U",o.subopr="Up",n.post(_.apiUrl+"api/HRMS/lems/CUMasterEmployee",o).then(function(e){d.CUDobj={},d.CUDobj=e.data,null==d.CUDobj.strMessage&&""==d.CUDobj.strMessage&&null==d.CUDobj.strMessage||(swal({text:d.CUDobj.strMessage}),d.updateQualification(),d.updateExperience()),d.Cancel(),d.saveBtn=!1,d.updateBtn=!1}),1==d.ImgLoaded&&(a={method:"POST",url:_.apiUrl+"/api/file/uploadPNG?filename="+d.temp.em_login_code+t+"&location=/EmployeeImages",data:l,headers:{"Content-Type":void 0}},n(a).success(function(e){}),(a=new FormData).append(o.em_img_lowres,d.sims_photo_compressed),o={method:"POST",url:_.apiUrl+"/api/file/uploadPNG?filename="+d.temp.em_login_code+t+"_lowres&location=/EmployeeImages",data:a,headers:{"Content-Type":void 0}},n(o).success(function(e){d.Show_Data(),d.clear()},function(){d.clear()}))):swal({text:"Kindly fill Mandatory fields",width:350,timer:5e3,showCloseButton:!0})},d.saveQualification=function(e){var t=[];if(0<d.qualiList.length){for(var a=0;a<d.qualiList.length;a++){var o={emp_qual_em_code:e,emp_qual_qual_code:d.qualiList[a].emp_qual_qual_code,emp_qual_institute:d.qualiList[a].emp_qual_institute,emp_qual_type_code:d.qualiList[a].emp_qual_type_code,em_qual_from_year:d.qualiList[a].em_qual_from_year,em_qual_year:d.qualiList[a].em_qual_to_year,emp_qual_percentage:d.qualiList[a].emp_qual_percentage,emp_qual_remark:d.qualiList[a].emp_qual_remark,em_qual_status:d.qualiList[a].em_qual_status,opr:"I"};t.push(o)}n.post(_.apiUrl+"api/Qualification/CUDQualification?year=",t).then(function(e){d.qualificationmsg=e.data,console.log("qualificationmsg ",d.qualificationmsg),d.qualiList=[],d.combo_multiple=!1})}},d.updateQualification=function(){var e=[];if(0<d.qualiList.length){for(var t=0;t<d.qualiList.length;t++){var a=d.qualiList[t].emp_qual_qual_code,a={emp_qual_em_code:d.qualiList[0].emp_qual_em_code,emp_qual_qual_code:a,emp_qual_institute:d.qualiList[t].emp_qual_institute,emp_qual_type_code:d.qualiList[t].emp_qual_type_code,em_qual_from_year:d.qualiList[t].em_qual_from_year,em_qual_year:d.qualiList[t].em_qual_to_year,emp_qual_percentage:d.qualiList[t].emp_qual_percentage,emp_qual_remark:d.qualiList[t].emp_qual_remark,em_qual_status:d.qualiList[t].em_qual_status,opr:"U"};e.push(a)}0!=d.qualiList.length?n.post(_.apiUrl+"api/Qualification/UpadateQualification?simsobj2=",e).then(function(e){d.updateQualimsg1=e.data,console.log(d.updateQualimsg1),d.qualiList=[],d.combo_multiple=!1}):swal({text:"You qualification not updated",timer:5e3})}},d.downloadOfferLetter=function(e){d.url=d.PrefixLink+n.defaults.headers.common.schoolId+"/Images/EmployeeDocument/"+e,window.open(d.url)},d.addCol=function(e){d.combo_multiple=!0;for(var t=document.getElementById("qual_name"),t=t.options[t.selectedIndex].text,a=0;a<d.qualiList.length;a++)if(d.qualiList[a].emp_qual_qual_code==e)return swal({text:"Qualification Already Added !!",timer:5e3}),!1;d.qualiList.push({emp_qual_qual_name:t,emp_qual_qual_code:e}),d.Myform.$setPristine(),d.Myform.$setUntouched()},d.Removerow=function(e,t,a){var o=[],s={emp_qual_em_code:a[0].emp_qual_em_code,emp_qual_qual_code:a[t].emp_qual_qual_code,emp_qual_institute:a[t].emp_qual_institute,emp_qual_type_code:a[t].emp_qual_type_code,em_qual_from_year:a[t].em_qual_from_year,em_qual_year:a[t].em_qual_to_year,emp_qual_percentage:a[t].emp_qual_percentage,emp_qual_remark:a[t].emp_qual_remark,em_qual_status:a[t].em_qual_status,opr:"R"};o.push(s),n.post(_.apiUrl+"api/Qualification/UpadateQualification?simsobj2=",o).then(function(e){d.updateQualimsg1=e.data,console.log(d.updateQualimsg1),swal({text:"Document deleted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380})}),a.splice(t,1)},d.addExperience=function(){d.showExperinceList=!0;d.ExperienceList.push({enroll_number:"",prev_company_name:"",prev_job_title:"",from_year:"",from_month:"",to_year:"",to_month:"",prev_job_remark:"",prev_job_responsibilities:"",prev_job_salary:"",job_status:"",em_previous_job_line_no:""})},d.saveExperience=function(e){var t=[];if(0<d.ExperienceList.length){for(var a=0;a<d.ExperienceList.length;a++){var o={enroll_number:e,co_company_code:"1",prev_company_name:d.ExperienceList[a].prev_company_name,prev_job_title:d.ExperienceList[a].prev_job_title,from_year:d.ExperienceList[a].from_year,from_month:d.ExperienceList[a].from_month,to_year:d.ExperienceList[a].to_year,to_month:d.ExperienceList[a].to_month,prev_job_responsibilities:d.ExperienceList[a].prev_job_responsibilities,prev_job_salary:d.ExperienceList[a].prev_job_salary,job_status:d.ExperienceList[a].job_status,opr:"I"};t.push(o)}n.post(_.apiUrl+"api/EmpExp/CUDEmployeeExperience",t).then(function(e){d.msgexp=e.data,console.log("emp exp",d.msgexp),d.ExperienceList=[],d.showExperinceList=!1})}},d.updateExperience=function(){var e=[];if(0<d.ExperienceList.length){for(var t=0;t<d.ExperienceList.length;t++){var a={enroll_number:d.ExperienceList[0].enroll_number,co_company_code:"1",prev_company_name:d.ExperienceList[t].prev_company_name,prev_job_title:d.ExperienceList[t].prev_job_title,from_year:d.ExperienceList[t].from_year,from_month:d.ExperienceList[t].from_month,to_year:d.ExperienceList[t].to_year,to_month:d.ExperienceList[t].to_month,prev_job_responsibilities:d.ExperienceList[t].prev_job_responsibilities,prev_job_salary:d.ExperienceList[t].prev_job_salary,job_status:d.ExperienceList[t].job_status,em_previous_job_line_no:d.ExperienceList[t].em_previous_job_line_no,opr:"U"};e.push(a)}n.post(_.apiUrl+"api/EmpExp/CUDEmployeeExperience",e).then(function(e){d.msgupdateExp=e.data,console.log("emp exp update",d.msgupdateExp),d.ExperienceList=[],d.showExperinceList=!1})}},d.RemoveExperinceRow=function(e,t,a){var o=[],s={enroll_number:a[0].enroll_number,co_company_code:"1",prev_company_name:a[t].prev_company_name,prev_job_title:a[t].prev_job_title,from_year:a[t].from_year,from_month:a[t].from_month,to_year:a[t].to_year,to_month:a[t].to_month,prev_job_responsibilities:a[t].prev_job_responsibilities,prev_job_salary:a[t].prev_job_salary,job_status:a[t].job_status,em_previous_job_line_no:a[t].em_previous_job_line_no,opr:"D"};o.push(s),n.post(_.apiUrl+"api/EmpExp/CUDEmployeeExperience",o).then(function(e){d.msgupdateExp=e.data,swal({text:"Document deleted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}),console.log("emp exp update",d.msgupdateExp),d.ExperienceList=[],d.showExperinceList=!1}),a.splice(t,1)},d.UploadImageModal=function(){$("#prevImg").val(""),d.edt.em_img="",$("#myModal").modal("show"),d.ImgLoaded=!0},d.ViewDocument=function(e){},d.getTheFiles1=function(e){d.filesize=!0,angular.forEach(e,function(e,t){l.append(t,e)})},d.uploadClick=function(e){d.filesize=!0,d.edt1=e,console.log(d.edt1),d.edt.photoStatus=!0,d.ins=!1,l=new FormData},d.file_changed1=function(e,t){var a,o=e.files[0],s=(d.photo_filename=o.type,d.filename1=o.name,console.log("file",d.filename1),new FileReader);s.onload=function(e){d.$apply(function(){d.prev_img=e.target.result})},s.readAsDataURL(o),e.files[0].size<2e6&&(console.log(d.edt1.count),d.edt1.count<2?(console.log(d.edt1.pays_doc_path),null==d.edt1.pays_doc_path||""==d.edt1.pays_doc_path?d.edt1.count=d.edt1.count:d.edt1.count=d.edt1.count+1,s={method:"POST",url:_.apiUrl+"api/EmpDocumentupload/upload?filename="+d.filename1+"&location=EmployeeDocument",data:l,headers:{"Content-Type":void 0}},a=[],n(s).success(function(e){e={pays_doc_empl_id:d.edt1.pays_doc_empl_id,pays_doc_mod_code:d.edt1.pays_doc_mod_code,pays_doc_code:d.edt1.pays_doc_code,pays_doc_path:e,pays_doc_status:"A"};console.log(e),a.push(e),null==e.pays_doc_path&&""==e.pays_doc_path||null!=d.edt1.pays_doc_path&&""!=d.edt1.pays_doc_path||(console.log(d.edt1.count),e.pays_doc_status="A",e.opr="I",[].push(e),console.log(e),n.post(_.apiUrl+"api/EmpDocumentupload/CUD_Update_student_Doc",e).then(function(e){d.ins=e.data,e.data&&(swal({text:"Document Updated Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}),d.edt1.count=d.edt1.count+1),d.showEmpDocumentList(d.edt1.pays_doc_empl_id)}))})):swal({title:"Alert",text:"Error : You Can Upload Maximum of 2 Documents For Each Document Type",showCloseButton:!0,width:380}))},d.UploadDocument=function(e){n.post(_.apiUrl+"api/EmpDocumentupload/InsertUpdateDocumentDetail?emp_id="+e).then(function(e){d.Upload_doc_datails=e.data;for(var t=0;t<d.Upload_doc_datails.length;t++)d.Upload_doc_datails[t]=e.data[t],d.visible=[],d.visible=e.data[t].pays_doc_path.split(","),d.Upload_doc_datails[t].path=d.visible,2==d.Upload_doc_datails[t].count?d.uploadcheck=!0:d.uploadcheck=!1;console.log(d.Upload_doc_datails),d.Upload_doc=!0,d.maingrid1=!1,d.maingrid2=!1,d.edt.sims_admission_doc_path1="NO"})},d.file_changedw=function(e,t){var a=e.files[0],a=(d.photo_filename=a.type,s=e.files,a.name.split(".")[1]);if("jpeg"==a||"jpg"==a||"png"==a||"pdf"==a||"docx"==a||"doc"==a){if(s.length){c=new FormData;for(var o=0;o<s.length;o++){s[o].name.split(".");c.append(s[o].name,s[o],"Web\\"+s[o].name.replace(/\s/g,""))}}(new FileReader).onload=function(e){d.$apply(function(){})},e.files[0].size<2e6&&(console.log(e.files.length),d.edt1.count<2?(console.log(d.edt1.pays_doc_path),a={method:"POST",url:_.apiUrl+"api/EmpDocumentupload/upload?filename="+d.filename1+"&location=EmployeeDocument",data:c,headers:{"Content-Type":void 0}},n(a).success(function(e){e={pays_doc_empl_id:d.edt1.pays_doc_empl_id,pays_doc_mod_code:d.edt1.pays_doc_mod_code,pays_doc_code:d.edt1.pays_doc_code,pays_doc_desc:d.edt1.pays_doc_desc,pays_doc_path:e,pays_doc_issue_date:"null",pays_doc_expiry_date:"null",pays_doc_status:"A",pays_doc_srno:""};null==e.pays_doc_path&&""==e.pays_doc_path||(e.opr="I",console.log(e),n.post(_.apiUrl+"api/EmpDocumentupload/CUD_Update_student_Doc",e).then(function(e){d.ins=e.data,e.data&&(swal({text:"Document Updated Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}),d.edt1.count=d.edt1.count+1),d.allDocument()}))})):swal({title:"Alert",text:"Error : You Can Upload Maximum of 2 Documents For Each Document Type",showCloseButton:!0,width:380}))}else swal({title:"Alert",text:"Document type not allowed",showCloseButton:!0,width:380})},d.doc_delete=function(e,t,a){n.post(_.apiUrl+"api/EmpDocumentupload/DocumentDeleteNew?emp_no="+a+"&doc_code="+t+"&doc_sro="+e).then(function(e){d.del=e.data,e.data&&swal({text:"Document Deleted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}),d.showEmpDocumentList(a)})},d.showEmpDocumentList=function(e){e={pays_doc_empl_id:e,company_code:d.obj[0].em_Company_Code,show:"all",user:t.globals.currentUser.username};n.post(_.apiUrl+"api/EmpDocumentupload/DocumentdetailData",e).then(function(e){d.DocumentdetailsData=e.data,console.log("abc",d.DocumentdetailsData);for(var t=0;t<d.DocumentdetailsData.length;t++)d.DocumentdetailsData[t]=e.data[t],d.visible=[],d.visible=e.data[t].pays_doc_path.split(","),d.DocumentdetailsData[t].path=d.visible;console.log("doc",d.DocumentdetailsData)})},d.UploadDocumentModal=function(e){d.filenameassigningData=e,$("#DocumenModal").modal("show"),console.log("str ",e)},d.hideDocModal=function(){d.showFileName=!0,d.filename1=d.filename_doc,null!=d.filename1&&""!=d.filename1&&null!=d.filename1||(d.showFileName=!1),d.filenameassigningData.pays_doc_path=d.filename1,$("#DocumenModal").modal("hide")},d.getTheDocFiles=function(e){angular.forEach(e,function(e,t){l.append(t,e)})},!(d.file_changed_doc=function(e){var e=e.files[0],t=(d.filename_doc=e.name,d.edt={employeeDocument:d.filename_doc},$.extend(d.edt,d.edt),d.photo_filename_doc=e.name,d.photo_filename_doc.split(".")),t=(d.photo_filename_doc.split(".")[t.length-1],d.photo_filename_doc=e.type,new FileReader);t.onload=function(e){d.$apply(function(){})},t.readAsDataURL(e)}));d.getRegDate=function(e,t){r=!1,$("#dateModal").modal({backdrop:"static",keyboard:!0}),e.ischecked=!0,"issue"==t?(r=!0,d.doc={reg_date:e.pays_doc_issue_date}):(r=!1,d.doc={reg_date:e.pays_doc_expiry_date})},d.getDatedetails=function(){for(var e=0;e<d.finalData.length;e++)for(var t=0;t<d.finalData[e].arr.length;t++)if(1==d.finalData[e].arr[t].ischecked){1==r?d.finalData[e].arr[t].pays_doc_issue_date=d.doc.reg_date:d.finalData[e].arr[t].pays_doc_expiry_date=d.doc.reg_date,d.finalData[e].arr[t].ischecked=!1;break}},d.saveDocument=function(e){var t=[],a=!1,e=(d.showUpdateBtn=!1,document.getElementById("file1_doc").value="",d.filename_doc=e.pays_doc_empl_id+"_"+e.pays_doc_desc1,d.strd=d.filename_doc,console.log("strd",d.strd),d.filename_doc=d.strd.replace(/[\/\\#, +$~%'":*?<>{}]/g,"_"),console.log("space",d.filename_doc),""==e.pays_doc_srno&&(d.showUpdateBtn=!(a=!0),o={pays_doc_empl_id:e.pays_doc_empl_id,pays_doc_mod_code:e.pays_doc_mod_code,pays_doc_code:e.pays_doc_code,pays_doc_desc:e.pays_doc_desc,pays_doc_path:e.pays_doc_path,pays_doc_issue_date:e.pays_doc_issue_date,pays_doc_expiry_date:e.pays_doc_expiry_date,pays_doc_status:!0},t.push(o)),d.pays_doc_empl_id=e.pays_doc_empl_id,d.pays_doc_desc1=e.pays_doc_desc1,d.photo_filename_doc.split("/")[1]),o=(d.filename1=d.filename_doc+"."+e,[]),e=[];if(null==d.photo_filename_doc||""==d.photo_filename_doc)swal({title:"Alert",text:"Please Select File",width:300,height:200});else{if(1==a)for(var s=0;s<t.length;s++)o={pays_doc_empl_id:t[s].pays_doc_empl_id,pays_doc_mod_code:t[s].pays_doc_mod_code,pays_doc_code:t[s].pays_doc_code,pays_doc_desc:t[s].pays_doc_desc,pays_doc_path:d.filename1,pays_doc_issue_date:t[s].pays_doc_issue_date,pays_doc_expiry_date:t[s].pays_doc_expiry_date,pays_doc_status:!0,opr:"I"};e.push(o);a={method:"POST",url:_.apiUrl+"/api/EmpDocumentupload/upload?filename="+d.filename1+"&location=EmployeeDocument",data:l,headers:{"Content-Type":void 0}};n(a).success(function(e){},function(){console.log("file upload Err")}),n.post(_.apiUrl+"api/EmpDocumentupload/InsertUpdateDocumentDetail",e).then(function(e){d.msg1_doc=e.data,$("#DocumenModal").modal("hide"),1==d.msg1_doc?(d.photo_filename_doc="",d.showEmpDocumentList(d.temp.em_login_code)):0!=d.msg1_doc&&(console.log("Error-"+d.msg1_doc),d.showEmpDocumentList(d.temp.em_login_code))},function(){$("#ErrorMessage").modal({backdrop:"static"})})}},d.uploadDocument1=function(e){var t=[],a=!1,e=(d.showUpdateBtn=!1,document.getElementById("file1_doc").value="",d.filename_doc=e.pays_doc_empl_id+"_"+e.pays_doc_desc1,""==e.pays_doc_srno&&(d.showUpdateBtn=!(a=!0),o={pays_doc_empl_id:e.pays_doc_empl_id,pays_doc_mod_code:e.pays_doc_mod_code,pays_doc_code:e.pays_doc_code,pays_doc_desc:e.pays_doc_desc,pays_doc_path:e.pays_doc_path,pays_doc_issue_date:e.pays_doc_issue_date,pays_doc_expiry_date:e.pays_doc_expiry_date,pays_doc_status:!0},t.push(o)),d.pays_doc_empl_id=e.pays_doc_empl_id,d.pays_doc_desc1=e.pays_doc_desc1,d.photo_filename_doc.split("/")[1]),o=(d.filename1=d.filename_doc+"."+e,[]),e=[];if(null==d.photo_filename_doc||""==d.photo_filename_doc)swal({title:"Alert",text:"Please Select File",width:300,height:200});else{if(1==a)for(var s=0;s<t.length;s++)o={pays_doc_empl_id:t[s].pays_doc_empl_id,pays_doc_mod_code:t[s].pays_doc_mod_code,pays_doc_code:t[s].pays_doc_code,pays_doc_desc:t[s].pays_doc_desc,pays_doc_path:d.filename1,pays_doc_issue_date:t[s].pays_doc_issue_date,pays_doc_expiry_date:t[s].pays_doc_expiry_date,pays_doc_status:!0,opr:"I"};e.push(o);a={method:"POST",url:_.apiUrl+"/api/EmpDocumentupload/upload?filename="+d.filename1+"&location=EmployeeDocument",data:l,headers:{"Content-Type":void 0}};n(a).success(function(e){},function(){console.log("file upload Err")}),n.post(_.apiUrl+"api/EmpDocumentupload/InsertUpdateDocumentDetail",e).then(function(e){d.msg1_doc=e.data,$("#DocumenModal").modal("hide"),1==d.msg1_doc?(d.photo_filename_doc="",swal({text:"Document Uploaded successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}),d.showEmpDocumentList(d.temp.em_login_code)):0==d.msg1_doc?swal({text:"Document Not Uploaded",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}):(swal("Error-"+d.msg1_doc),console.log("Error-"+d.msg1_doc),d.showEmpDocumentList(d.temp.em_login_code))},function(){$("#ErrorMessage").modal({backdrop:"static"})})}},d.UpdateDocument=function(e){var t=[],a=(d.showUpdateBtn=!1,document.getElementById("file1_doc").value="",new Date),o=(d.filename_doc=e.pays_doc_empl_id+"_"+e.pays_doc_desc1+"_"+a.getHours()+a.getSeconds(),d.strd=d.filename_doc,console.log("strd",d.strd),d.filename_doc=d.strd.replace(/[\/\\#, +$~%'":*?<>{}]/g,"_"),console.log("space",d.filename_doc),(""==e.pays_doc_srno?(d.showUpdateBtn=!!0,o={pays_doc_empl_id:e.pays_doc_empl_id,pays_doc_mod_code:e.pays_doc_mod_code,pays_doc_code:e.pays_doc_code,pays_doc_desc:e.pays_doc_desc,pays_doc_path:e.pays_doc_path,pays_doc_issue_date:e.pays_doc_issue_date,pays_doc_expiry_date:e.pays_doc_expiry_date,pays_doc_status:!0},[]):(d.showUpdateBtn=!!1,o={pays_doc_srno:e.pays_doc_srno,pays_doc_empl_id:e.pays_doc_empl_id,pays_doc_mod_code:e.pays_doc_mod_code,pays_doc_code:e.pays_doc_code,pays_doc_desc:e.pays_doc_desc,pays_doc_path:e.pays_doc_path,pays_doc_issue_date:e.pays_doc_issue_date,pays_doc_expiry_date:e.pays_doc_expiry_date,pays_doc_status:!0},t)).push(o),d.pays_doc_empl_id=e.pays_doc_empl_id,d.pays_doc_desc1=e.pays_doc_desc1,[]),a=[];if(null==d.photo_filename_doc||""==d.photo_filename_doc||null==d.photo_filename_doc){for(var s=0;s<t.length;s++)o={pays_doc_srno:t[s].pays_doc_srno,pays_doc_empl_id:t[s].pays_doc_empl_id,pays_doc_mod_code:t[s].pays_doc_mod_code,pays_doc_code:t[s].pays_doc_code,pays_doc_desc:t[s].pays_doc_desc,pays_doc_path:t[s].pays_doc_path,pays_doc_issue_date:t[s].pays_doc_issue_date,pays_doc_expiry_date:t[s].pays_doc_expiry_date,pays_doc_status:!0,opr:"U"};a.push(o)}else{e=d.photo_filename_doc.split("/")[1];d.filename1=d.filename_doc+"."+e;for(s=0;s<t.length;s++)o={pays_doc_srno:t[s].pays_doc_srno,pays_doc_empl_id:t[s].pays_doc_empl_id,pays_doc_mod_code:t[s].pays_doc_mod_code,pays_doc_code:t[s].pays_doc_code,pays_doc_desc:t[s].pays_doc_desc,pays_doc_path:d.filename1,pays_doc_issue_date:t[s].pays_doc_issue_date,pays_doc_expiry_date:t[s].pays_doc_expiry_date,pays_doc_status:!0,opr:"U"};a.push(o);e={method:"POST",url:_.apiUrl+"/api/EmpDocumentupload/upload?filename="+d.filename1+"&location=EmployeeDocument",data:l,headers:{"Content-Type":void 0}};n(e).success(function(e){},function(){alert("Err")})}n.post(_.apiUrl+"api/EmpDocumentupload/InsertUpdateDocumentDetail",a).then(function(e){d.msg1updatedoc=e.data,$("#DocumenModal").modal("hide"),1==d.msg1updatedoc?(console.log("msg1updatedoc ",d.msg1updatedoc),swal({text:"Document Uploaded successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}),d.showEmpDocumentList(d.temp.em_login_code),d.photo_filename_doc=""):0==d.msg1updatedoc?(console.log("msg1updatedoc ",d.msg1updatedoc),swal({text:"Document Not Uploaded",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}),d.showEmpDocumentList(d.temp.em_login_code)):(console.log("Error ",d.msg1updatedoc),swal({text:d.msg1updatedoc,imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}))},function(){$("#ErrorMessage").modal({backdrop:"static"})})},d.deleteDoc=function(e){console.log(e);var t={pays_doc_code:e.pays_doc_code,pays_doc_srno:e.pays_doc_srno,pays_doc_empl_id:e.pays_doc_empl_id};console.log(t),swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,confirmButtonText:"Yes",showCancelButton:!0,width:380,cancelButtonText:"No"}).then(function(e){e&&n.post(_.apiUrl+"api/EmpDocumentupload/DocumentDelete",t).then(function(e){d.msg1=e.data,console.log(e),1==d.msg1?swal({text:"Document deleted successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&d.showEmpDocumentList(d.temp.em_login_code)}):0==d.msg1?swal({text:"Document not deleted",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){}):swal({text:d.msg1,showCloseButton:!0,width:380}).then(function(e){})})})},d.downloaddoc=function(e){d.url=d.PrefixLink+n.defaults.headers.common.schoolId+"/Images/EmployeeDocument/"+e,console.log("URLPrint",d.url),window.open(d.url)}}]),e.directive("ngFiles",["$parse",function(s){return{link:function(t,e,a){var o=s(a.ngFiles);e.on("change",function(e){o(t,{$files:e.target.files})})}}}])}(),function(){"use strict";var e=angular.module("sims.module.HRMS");e.controller("EmployeeMasterCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(d,e,t,a,o,s,n){d.imageUrl=n.docUrl+s.defaults.headers.common.schoolId+"/Images/EmployeeImages/",d.edt={},d.temp={},s.get(n.apiUrl+"api/HRMS/emp/getEmpMasterData").then(function(e){d.empstat=!0,d.obj=e.data,console.log("Obj",d.obj),d.operation=!0,d.Save_btn=!0,d.Update_btn=!1,d.display=!0,d.roleList=!0,d.temp.em_Company_Code=d.obj[0].em_Company_Code,d.temp.em_service_status_code="V"}),s.get(n.apiUrl+"api/HRMS/emp/getcardsponsor").then(function(e){d.demo_values=e.data,console.log("demo",d.demo_values)}),d.searchEmp=function(e){13==e.keyCode&&d.EmpSearch1(d.temp.enroll_number1)},d.showAgreementDetails=!0,d.uae=!1,d.qatar=!0,d.slisLabel=!1,d.india=!1,d.updateBtn=!1,d.saveBtn=!1,d.kuwait=!1,$(document).ready(function(){$("#DOB").kendoDatePicker({format:"dd-MM-yyyy"}),$("#DOB").data("kendoDatePicker").enable(!0)}),d.globalSrch=function(){t.visible_stud=!1,t.visible_parent=!1,t.visible_search_parent=!1,t.visible_teacher=!1,t.visible_User=!1,t.visible_Employee=!0,t.chkMulti=!1,d.global_Search_click(),$("#Global_Search_Modal").modal({backdrop:"static"}),d.showBtn=!1},d.getSponsorDetails=function(e){"ibs"!=s.defaults.headers.common.schoolId&&"faips"!=s.defaults.headers.common.schoolId||s.get(n.apiUrl+"api/HRMS/emp/getSponsorDetails?sponsor_code="+e).then(function(e){d.SponsorDetails_Data=e.data,console.log("SponsorDetails_Data",d.SponsorDetails_Data),0<d.SponsorDetails_Data.length?d.temp.em_sponser_name=d.SponsorDetails_Data[0].pays_sponsor_name:d.temp.em_sponser_name=""})},d.$on("global_cancel",function(e){0<d.SelectedUserLst.length&&(d.temp={},d.temp={enroll_number1:d.SelectedUserLst[0].em_login_code},d.temp.name=d.SelectedUserLst[0].empName,d.EmpSearch1(d.SelectedUserLst[0].em_login_code))}),d.searchGlobalClick=function(){d.Global_Search_by_employee()},"slis"==s.defaults.headers.common.schoolId?d.nationalIdLabel="Iquma Number":d.nationalIdLabel="Emirates Id","elcportal"==s.defaults.headers.common.schoolId?d.serviceStatusLabel="Employment Status":d.serviceStatusLabel="Service Status",s.get(n.apiUrl+"api/Qual/getAllQualification").then(function(e){d.all_Qual_Data=e.data}),s.get(n.apiUrl+"api/common/Subject/getSubject").then(function(e){d.sub_data=e.data}),s.get(n.apiUrl+"api/HRMS/emp/getRole").then(function(e){d.roles_data=e.data}),s.get(n.apiUrl+"api/HRMSOES/GetAccommodationStatus").then(function(e){d.AccommondationStatus=e.data,console.log("AccommondationStatus",d.AccommondationStatus)}),s.get(n.apiUrl+"api/HRMS/emp/GetEMEmployee").then(function(e){d.Ememployee=e.data,console.log("Ememployee",d.Ememployee)}),d.setGrade_Dept=function(e){d.temp.em_dept_effect_from=e,d.temp.em_grade_effect_from=e},s.get(n.apiUrl+"api/common/getAllComboBoxValues?academicYear=2016&routeCode=01").then(function(e){d.ComboBoxValues=e.data,console.log("ComboBoxValues",d.ComboBoxValues)}),s.get(n.apiUrl+"api/HRMS/getLicSchool").then(function(e){d.lic_school_data=e.data,console.log("lic_school_data",d.lic_school_data),"Qatar"==d.lic_school_data[0].lic_school_country?(d.uae=!1,d.qatar=!0,d.slisLabel=!1,d.india=!1,d.kuwait=!1):"Saudi Arabia"==d.lic_school_data[0].lic_school_country?(d.uae=!1,d.qatar=!1,d.slisLabel=!0,d.india=!1,d.kuwait=!1):"India"==d.lic_school_data[0].lic_school_country?(d.uae=!1,d.qatar=!1,d.slisLabel=!1,d.india=!0,d.kuwait=!1):"kuwait"==d.lic_school_data[0].lic_school_country.toLowerCase()?(d.uae=!1,d.qatar=!1,d.slisLabel=!1,d.india=!1,d.kuwait=!0):(d.uae=!0,d.qatar=!1,d.slisLabel=!1,d.india=!1,d.kuwait=!1)}),d.checkDateFormat=function(e,t){-1!=e.indexOf("/")&&(swal({title:"Alert",text:"Please enter date only DD-MM-YYYY format",width:360,height:200}),$("#"+t).val(""))},d.Cancel=function(){d.temp={},$("#empimg").attr("src",""),d.Myform.$setPristine(),d.Myform.$setUntouched(),d.em_img="",d.Save_btn=!0,d.Update_btn=!1,d.temp.em_Company_Code=d.obj[0].em_Company_Code,d.temp.em_service_status_code="V"},d.getstate=function(e){s.get(n.apiUrl+"api/HRMS/emp/getState?em_Country_Code="+e).then(function(e){d.stt=e.data})},d.getcity=function(e){s.get(n.apiUrl+"api/HRMS/emp/getCity?em_State_Code="+e).then(function(e){d.ctt=e.data})},d.getContract=function(){s.get(n.apiUrl+"api/contract/Get_ContractDetails").then(function(e){d.Contract_data=e.data})},d.getContract(),d.setAgreementDate=function(e){d.showAgreementDetails=!1,d.temp.em_agreement_exp_date="";for(var t=0;t<d.Contract_data.length;t++)if(d.Contract_data[t].cn_code==e){var a=d.Contract_data[t].cn_duration;break}var o,s=new Date,s=("0"+s.getDate()).slice(-2)+"-"+("0"+(s.getMonth()+1)).slice(-2)+"-"+s.getFullYear(),s=(d.temp.em_agreement_start_date=s,d.temp.em_date_of_join.split("-")[0],d.temp.em_date_of_join.split("-")[1]),n=d.temp.em_date_of_join.split("-")[2],s=(isNaN(s)&&(s=d.temp.em_date_of_join.split("-")[1]),parseInt(s)+parseInt(a));12<s?(o=parseInt(n)+1,s=parseInt(s)-12):o=n,null!=d.temp.em_agreement_exp_date&&(1==s?parseInt(o):parseInt(s))},d.EmpSearch1=function(a){d.Save_btn=!1,d.Update_btn=!0,s.get(n.apiUrl+"api/HRMS/emp/getSearchEmpMaster?em_login_code="+d.temp.enroll_number1).then(function(e){d.temp1=e.data,d.Myform.$setPristine(),d.Myform.$setUntouched(),console.log("dataa",d.temp1),d.temp={enroll_number1:a,em_login_code:d.temp1[0].em_login_code,em_number:d.temp1[0].em_number,em_service_status_code:d.temp1[0].em_service_status_code,em_status_code:d.temp1[0].em_status_code,em_apartment_number:d.temp1[0].em_apartment_number,em_family_name:d.temp1[0].em_family_name,em_street_number:d.temp1[0].em_street_number,em_area_number:d.temp1[0].em_area_number,em_phone:d.temp1[0].em_phone,em_fax:d.temp1[0].em_fax,em_post:d.temp1[0].em_post,em_emergency_contact_name2:d.temp1[0].em_emergency_contact_name2,em_emergency_contact_number2:d.temp1[0].em_emergency_contact_number2,em_joining_ref:d.temp1[0].em_joining_ref,em_ethnicity_code:d.temp1[0].em_ethnicity_code,em_handicap_status:d.temp1[0].em_handicap_status,em_stop_salary_indicator:d.temp1[0].em_stop_salary_indicator,em_agreement_code:d.temp1[0].em_agreement_code,em_punching_status:d.temp1[0].em_punching_status,em_bank_cash_tag:d.temp1[0].em_bank_cash_tag,em_citi_exp_tag:d.temp1[0].em_citi_exp_tag,em_leave_tag:d.temp1[0].em_leave_tag,em_passport_issue_place:d.temp1[0].em_passport_issue_place,em_passport_issuing_authority:d.temp1[0].em_passport_issuing_authority,em_pssport_exp_rem_date:d.temp1[0].em_pssport_exp_rem_date,em_visa_issuing_place:d.temp1[0].em_visa_issuing_place,em_visa_issuing_authority:d.temp1[0].em_visa_issuing_authority,em_visa_exp_rem_date:d.temp1[0].em_visa_exp_rem_date,em_visa_remember_expiry_date:d.temp1[0].em_visa_remember_expiry_date,em_visa_type_code:d.temp1[0].em_visa_type_code,em_agreement_start_date:d.temp1[0].em_agreement_start_date,em_agreement_exp_date:d.temp1[0].em_agreement_exp_date,em_agreemet_exp_rem_date:d.temp1[0].em_agreemet_exp_rem_date,em_punching_id:d.temp1[0].em_punching_id,em_dependant_full:d.temp1[0].em_dependant_full,em_dependant_half:d.temp1[0].em_dependant_half,em_dependant_infant:d.temp1[0].em_dependant_infant,em_Bank_Code:d.temp1[0].em_Bank_Code,em_bank_ac_no:d.temp1[0].em_bank_ac_no,em_iban_no:d.temp1[0].em_iban_no,em_route_code:d.temp1[0].em_route_code,em_bank_swift_code:d.temp1[0].em_bank_swift_code,em_gpf_ac_no:d.temp1[0].em_gpf_ac_no,em_pan_no:d.temp1[0].em_pan_no,em_labour_card_no:d.temp1[0].em_labour_card_no,en_labour_card_expiry_date:d.temp1[0].en_labour_card_expiry_date,em_gosi_ac_no:d.temp1[0].em_gosi_ac_no,em_gosi_start_date:d.temp1[0].em_gosi_start_date,em_national_id:d.temp1[0].em_national_id,em_secret_question_code:d.temp1[0].em_secret_question_code,em_secret_answer:d.temp1[0].em_secret_answer,em_building_number:d.temp1[0].em_building_number,em_Company_Code:d.temp1[0].em_Company_Code,em_Dept_Code:d.temp1[0].em_Dept_Code,em_Designation_Code:d.temp1[0].em_Designation_Code,em_Dest_Code:d.temp1[0].em_Dest_Code,em_Grade_Code:d.temp1[0].em_Grade_Code,em_Marital_Status_Code:d.temp1[0].em_Marital_Status_Code,em_Nation_Code:d.temp1[0].em_Nation_Code,em_Country_Code:d.temp1[0].em_Country_Code,em_State_Code:d.temp1[0].em_State_Code,em_City_Code:d.temp1[0].em_City_Code,em_Religion_Code:d.temp1[0].em_Religion_Code,em_Salutation_Code:d.temp1[0].em_Salutation_Code,em_Sex_Code:d.temp1[0].em_Sex_Code,em_Staff_Type_Code:d.temp1[0].em_Staff_Type_Code,em_blood_group_code:d.temp1[0].em_blood_group_code,em_date_of_birth:d.temp1[0].em_date_of_birth,em_date_of_join:d.temp1[0].em_date_of_join,em_dept_effect_from:d.temp1[0].em_dept_effect_from,em_email:d.temp1[0].em_email,em_emergency_contact_name1:d.temp1[0].em_emergency_contact_name1,em_emergency_relation1:d.temp1[0].em_emergency_relation1,em_emergency_relation2:d.temp1[0].em_emergency_relation2,em_emergency_contact_number1:d.temp1[0].em_emergency_contact_number1,em_first_name:d.temp1[0].em_first_name,em_grade_effect_from:d.temp1[0].em_grade_effect_from,em_last_name:d.temp1[0].em_last_name,em_middle_name:d.temp1[0].em_middle_name,em_mobile:d.temp1[0].em_mobile,em_name_ot:d.temp1[0].em_name_ot,em_national_id_expiry_date:d.temp1[0].em_national_id_expiry_date,em_national_id_issue_date:d.temp1[0].em_national_id_issue_date,em_national_id_expiry_rem_date:d.temp1[0].em_national_id_expiry_rem_date,em_passport_exp_date:d.temp1[0].em_passport_exp_date,em_passport_issue_date:d.temp1[0].em_passport_issue_date,em_passport_no:d.temp1[0].em_passport_no,em_summary_address:d.temp1[0].em_summary_address,em_summary_address_local_language:d.temp1[0].em_summary_address_local_language,em_visa_exp_date:d.temp1[0].em_visa_exp_date,em_stop_salary_from:d.temp1[0].em_stop_salary_from,em_visa_issue_date:d.temp1[0].em_visa_issue_date,em_visa_no:d.temp1[0].em_visa_no,comn_role_code:d.temp1[0].comn_role_code,comn_role_name:d.temp1[0].comn_role_name,em_img:d.temp1[0].em_img,em_accommodation_status:d.temp1[0].em_accommodation_status,em_personalemail:d.temp1[0].em_personalemail,em_adec_approval_number:d.temp1[0].em_adec_approval_number,em_adec_approval_Date:d.temp1[0].em_adec_approval_Date,em_adec_approved_qualification:d.temp1[0].em_adec_approved_qualification,em_adec_approved_designation:d.temp1[0].em_adec_approved_designation,em_adec_approved_subject:d.temp1[0].em_adec_approved_subject,em_adec_approved_level:d.temp1[0].em_adec_approved_level,em_health_card_no:d.temp1[0].em_health_card_no,em_health_card_effective_from_date:d.temp1[0].em_health_card_effective_from_date,em_health_card_effective_upto_date:d.temp1[0].em_health_card_effective_upto_date,em_heath_card_status:d.temp1[0].em_heath_card_status,em_teacher_status:d.temp1[0].em_teacher_status,em_house:d.temp1[0].em_house,em_sponser_id:d.temp1[0].em_sponser_id,em_sponser_name:d.temp1[0].em_sponser_name,em_sponser_name_ar:d.temp1[0].em_sponser_name_ar,sponser_em_mobile:d.temp1[0].sponser_em_mobile,em_sponser_address_en:d.temp1[0].em_sponser_address_en,em_sponser_address_ar:d.temp1[0].em_sponser_address_ar,em_workplace:d.temp1[0].em_workplace,em_workplace_ar:d.temp1[0].em_workplace_ar,em_code:d.temp1[0].em_code,em_employee_insurance_provider:d.temp1[0].em_employee_insurance_provider,em_employee_national_card_sponsor:d.temp1[0].em_employee_national_card_sponsor,em_anniversary_date:d.temp1[0].em_anniversary_date,em_pregnant_date:d.temp1[0].em_pregnant_date},d.getstate(d.temp.em_Country_Code),d.getcity(d.temp.em_State_Code);var t=n.docUrl+s.defaults.headers.common.schoolId+"/Images/EmployeeImages/"+d.temp1[0].em_img;$(function(){$("#empimg").attr("src",t)})})};var _=new FormData;d.getTheFiles=function(a){angular.forEach(a,function(e,t){_.append(t,e),8e5<a[i].size&&(d.filesize=!1,d.edt.photoStatus=!1,swal({text:"File Should Not be Exceed 800Kb.",imageUrl:"assets/img/notification-alert.png"}))})},d.file_changed=function(e){var t,e=e.files[0];d.photo_filename=e.type,null!=d.photo_filename||""!=d.photo_filename?(t=d.photo_filename.split("/"),console.log("imageType",t[1]),"jpeg"==t[1]||"jpg"==t[1]||"png"==t[1]?((t=new FileReader).onload=function(t){d.$apply(function(){var e=t.target.result;$(function(){$("#empimg").attr("src",e)})})},t.readAsDataURL(e)):(swal({text:"Only jpeg and png image format supported."}),$("#empimg").attr("src",""))):(swal({text:"Image format not supported."}),$("#empimg").attr("src",""))},d.uploadImgClickF=function(){d.uploadImgClickFShow=!0},d.uploadImgCancel=function(){d.uploadImgClickFShow=!1},d.image_click=function(){$("#upload_img").modal("show"),d.ImgLoaded=!0},d.globalSearch=function(){$("#MyModal").modal("show"),d.showBtn=!1},d.EmployeeDetails=function(){d.NodataEmployee=!1,s.post(n.apiUrl+"api/common/SearchEmployee?data="+JSON.stringify(d.temp)).then(function(e){d.Employee_Details=e.data,d.EmployeeTable=!0,0<e.data.length||(d.NodataEmployee=!0)})},d.EmployeeAdd=function(e){d.temp={enroll_number:e.em_login_code,emp_name:e.empName,emp_desg:e.desg_name,emp_dept:e.dept_name}},d.checkEmailExists=function(e){d.temp1[0].em_email!=e&&s.post(n.apiUrl+"api/HRMS/checkEmailExists?email_id="+e).then(function(e){if(d.comnUserData=e.data,0<d.comnUserData.length)return swal({text:"Official email id already exists!!",width:350}),d.temp.em_email="",!1})},d.change_em_teacher_status=function(){"T"!=d.temp.em_Staff_Type_Code?d.temp.em_teacher_status=!1:d.temp.em_teacher_status=!0},d.SaveData=function(e){e?(d.saveBtn=!0,d.updateBtn=!0,e=d.temp,void 0===d.photo_filename?e.em_img=null:e.em_img="."+d.photo_filename.split("/")[1],e.opr="I",s.post(n.apiUrl+"api/HRMS/emp/CUMasterEmployee",e).then(function(e){d.CUDobj={},d.CUDobj=e.data,null==d.CUDobj.strMessage&&""==d.CUDobj.strMessage&&null==d.CUDobj.strMessage||(swal({text:d.CUDobj.strMessage}),d.Cancel(),setTimeout(function(){d.saveBtn=!1,d.updateBtn=!1},3e3));e=d.CUDobj.strMessage.split(" ")[2],e={method:"POST",url:n.apiUrl+"/api/file/upload?filename="+e+"&location=/EmployeeImages",data:_,headers:{"Content-Type":void 0}};s(e).success(function(e){})})):swal({text:"Kindly fill Mandatory fields",width:350,timer:5e3,showCloseButton:!0})},d.UpdateData=function(e){var t;e?(d.saveBtn=!0,d.updateBtn=!0,e=Math.floor(1e3*Math.random()+1),t=d.temp,void 0!==d.photo_filename&&(t.em_img=d.temp.em_login_code+e+".png"),t.opr="U",t.subopr="Up",s.post(n.apiUrl+"api/HRMS/emp/CUMasterEmployee",t).then(function(e){d.CUDobj={},d.CUDobj=e.data,null==d.CUDobj.strMessage&&""==d.CUDobj.strMessage&&null==d.CUDobj.strMessage||(swal({text:d.CUDobj.strMessage}),setTimeout(function(){d.Cancel(),d.saveBtn=!1,d.updateBtn=!1},3e3))}),1==d.ImgLoaded&&(t={method:"POST",url:n.apiUrl+"/api/file/uploadPNG?filename="+d.temp.em_login_code+e+"&location=/EmployeeImages",data:_,headers:{"Content-Type":void 0}},s(t).success(function(e){}))):swal({text:"Kindly fill Mandatory fields",width:350,timer:5e3,showCloseButton:!0})},d.UploadImageModal=function(){$("#prevImg").val(""),d.edt.em_img="",$("#myModal").modal("show"),d.ImgLoaded=!0}}]),e.directive("ngFiles",["$parse",function(s){return{link:function(t,e,a){var o=s(a.ngFiles);e.on("change",function(e){o(t,{$files:e.target.files})})}}}])}(),function(){"use strict";var e=angular.module("sims.module.Fee");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("EmpDashboardCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(s,e,a,t,o,n,i){var d,_=a.globals.currentUser.username,c=(s.LeaveTaken=0,s.CurrentDate=new Date,new Date),l=(s.records=!0,s.tabledata=!1,["aji","ajb","ajn","egn","zps"].includes(n.defaults.headers.common.schoolId)&&(s.showDDFlagForAjbDash=!0),"qfis"==n.defaults.headers.common.schoolId&&(s.hide_feedback_tile=!0),t(function(){$("#fixTable1").tableHeadFixer({top:1})},100),t(function(){$("#fixTable1").tableHeadFixer({top:1})},100),t(function(){$("#fixTable3").tableHeadFixer({top:1})},100),t(function(){$("#fixTable2").tableHeadFixer({top:1})},100),s.getStaffDetails=function(){$("#MyModal3").modal("show"),n.get(i.apiUrl+"api/common/Empdashboard/getStaffPersonalData").then(function(e){s.staff=e.data})},s.getResignedStaffDetails=function(){$("#MyModal4").modal("show"),n.get(i.apiUrl+"api/common/Empdashboard/getResignedstaffData").then(function(e){s.Resignedstaff=e.data})},n.get(i.apiUrl+"api/common/Empdashboard/getInventoryDataforOrders").then(function(e){s.hrms_data1=e.data,s.chartLabels5=[],s.chartData5=[],s.chartColor=[];for(var t=0;t<s.hrms_data1.length;t++){var a=Math.floor(16777216*Math.random()).toString(16);"#000000".slice(0,-a.length),s.hrms_data1[t].color=a,s.chartLabels5.push(s.hrms_data1[t].service_req),s.chartData5.push(parseInt(s.hrms_data1[t].item_req)),s.chartColor.push(s.hrms_data1[t].color)}}),[]),r=[],m=[],p=(n.get(i.apiUrl+"api/common/Empdashboard/getInventoryPendingReceived").then(function(e){s.order_data1=e.data;for(var t=0;t<s.order_data1.length;t++)0==t&&(l.push([1325376e6,s.order_data1[t].orderedQty]),r.push([1325376e6,s.order_data1[t].receivedQty]),m.push(s.order_data1[t].ord_no)),1==t&&(l.push([13280544e5,s.order_data1[t].orderedQty]),r.push([13280544e5,s.order_data1[t].receivedQty]),m.push(s.order_data1[t].ord_no)),2==t&&(l.push([133056e7,s.order_data1[t].orderedQty]),r.push([133056e7,s.order_data1[t].receivedQty]),m.push(s.order_data1[t].ord_no)),3==t&&(l.push([13332384e5,s.order_data1[t].orderedQty]),r.push([13332384e5,s.order_data1[t].receivedQty]),m.push(s.order_data1[t].ord_no)),4==t&&(l.push([13358304e5,s.order_data1[t].orderedQty]),r.push([13358304e5,s.order_data1[t].receivedQty]),m.push(s.order_data1[t].ord_no)),5==t&&(l.push([1338514e6,s.order_data1[t].orderedQty]),r.push([1338514e6,s.order_data1[t].receivedQty]),m.push(s.order_data1[t].ord_no));e=[{label:"Order",data:l,bars:{show:!0,barWidth:62208e4,fill:!0,lineWidth:0,order:0,fillColor:"rgba(243, 89, 88, 0.7)"},color:"rgba(243, 89, 88, 0.7)"},{label:"Received Order",data:r,bars:{show:!0,barWidth:62208e4,fill:!0,lineWidth:0,order:0,fillColor:"rgba(251, 176, 94, 0.7)"},color:"rgba(251, 176, 94, 0.7)"}];$.plot($("#stacked-ordered-chart"),e,{grid:{hoverable:!0,clickable:!1,borderWidth:1,borderColor:"#f0f0f0",labelMargin:8},xaxis:{min:new Date(2011,11,15).getTime(),max:new Date(2012,"05",18).getTime(),mode:"time",timeformat:"%b",tickSize:[1,"month"],monthNames:["01","02","03","04","05","06","07","08","09","10"],tickLength:0,axisLabel:"Month",axisLabelUseCanvas:!0,axisLabelFontSizePixels:12,axisLabelFontFamily:"Verdana, Arial, Helvetica, Tahoma, sans-serif",axisLabelPadding:5},stack:!0})}),[]),u=[],g=(n.get(i.apiUrl+"api/common/Empdashboard/getInventoryOrders").then(function(e){s.getOrders=e.data;for(var t=0;t<e.data.length;t++)p.push([t+1,e.data[t].ordered_Count]),u.push([t+1,e.data[t].received_Count]);$.plotAnimator($("#placeholder"),[{label:"Label 1",data:p,lines:{fill:.6,lineWidth:0},color:["#f89f9f"]},{data:u,animator:{steps:60,duration:1e3,start:0},lines:{lineWidth:2},shadowSize:0,color:"#f35958"},{data:u,points:{show:!0,fill:!0,radius:6,fillColor:"#f35958",lineWidth:3},color:"#fff",shadowSize:0},{label:"Label 2",data:p,points:{show:!0,fill:!0,radius:6,fillColor:"#f5a6a6",lineWidth:3},color:"#fff",shadowSize:0}],{xaxis:{tickLength:0,tickDecimals:0,min:2,font:{lineHeight:13,style:"normal",weight:"bold",family:"sans-serif",variant:"small-caps",color:"#6F7B8A"}},yaxis:{ticks:3,tickDecimals:0,tickColor:"#f0f0f0",font:{lineHeight:13,style:"normal",weight:"bold",family:"sans-serif",variant:"small-caps",color:"#6F7B8A"}},grid:{backgroundColor:{colors:["#fff","#fff"]},borderWidth:1,borderColor:"#f0f0f0",margin:0,minBorderMargin:0,labelMargin:20,hoverable:!0,clickable:!0,mouseActiveRadius:6},legend:{show:!1}})}),$("#placeholder").bind("plothover",function(e,t,a){var o,s;a?(o=a.datapoint[0].toFixed(2),s=a.datapoint[1].toFixed(2),$("#tooltip").html(a.series.label+" of "+o+" = "+s).css({top:a.pageY+5,left:a.pageX+5}).fadeIn(200)):$("#tooltip").hide()}),n.get(i.apiUrl+"api/common/Empdashboard/GetCountryCountData").then(function(e){s.country_count=e.data}),n.get(i.apiUrl+"api/common/Empdashboard/getHRMSData").then(function(e){s.hrms_data=e.data,s.chartLabels=[],s.chartData=[],s.chartColor=[];for(var t=0;t<s.hrms_data.length;t++){var a=Math.floor(16777216*Math.random()).toString(16);"#000000".slice(0,-a.length),s.hrms_data[t].color=a,s.chartLabels.push(s.hrms_data[t].visa_type),s.chartData.push(parseInt(s.hrms_data[t].visa_type_count)),s.chartColor.push(s.hrms_data[t].color)}}),n.get(i.apiUrl+"api/common/Empdashboard/getStudentData").then(function(e){s.getstudent_data=e.data,s.labels=[],s.data=[];for(var t=0;t<s.getstudent_data.length;t++)s.labels.push(s.getstudent_data[t].gender),s.data.push(parseInt(s.getstudent_data[t].gender_count));s.grid=!0}),n.get(i.apiUrl+"api/common/Empdashboard/getStaffDivisionCount").then(function(e){s.divcount=e.data,s.chartLabels1=[],s.chartData1=[],s.chartColor1=[];for(var t=0;t<s.divcount.length;t++){var a=Math.floor(16777216*Math.random()).toString(16);"#000001".slice(0,-a.length),s.divcount[t].color=a,s.chartLabels1.push(s.divcount[t].gd_division_desc),s.chartData1.push(parseInt(s.divcount[t].staff_count)),s.chartColor1.push(s.divcount[t].color)}}),n.get(i.apiUrl+"api/common/Empdashboard/getStaffDepartmentCount").then(function(e){s.divcount=e.data,s.chartLabels2=[],s.chartData2=[],s.chartColor2=[];for(var t=0;t<s.divcount.length;t++){var a=Math.floor(16777216*Math.random()).toString(16);"#000001".slice(0,-a.length),s.divcount[t].color=a,s.chartLabels2.push(s.divcount[t].department),s.chartData2.push(parseInt(s.divcount[t].staff_count)),s.chartColor2.push(s.divcount[t].color)}}),n.get(i.apiUrl+"api/common/Empdashboard/GetCountryCountTotal").then(function(e){s.total_counts=e.data}),n.get(i.apiUrl+"api/common/Empdashboard/GetDashboardData").then(function(e){s.portal_data=e.data,0<e.data.length?s.portal_data=e.data:(s.portal_data_flg="1",s.portal_data.push({}))}),s.leaveDesc="View Leave Balance",new Date),h=new Array(7),h=(h[0]="Sunday",h[1]="Monday",h[2]="Tuesday",h[3]="Wednesday",h[4]="Thursday",h[5]="Friday",h[6]="Saturday",h[g.getDay()]),g=(s.day=h,c.getDate()),h=c.getMonth()+1,c=c.getFullYear(),f=c+"-"+h+"-"+g,y=c,g=(s.record=!1,g+"-"+h+"-"+c),h=(s.cur_date=g,s.stud_att_date=f,n.get(i.apiUrl+"api/common/Empdashboard/GetAllDetailsEmp?curr_date="+f).then(function(e){s.all_data_emp=e.data,0<e.data.length&&(s.present=s.all_data_emp[0].presents,s.abs=s.all_data_emp[0].absents,s.lvwi=s.all_data_emp[0].leavewithougthallowns,s.lev=s.all_data_emp[0].leave,s.um=s.all_data_emp[0].unmark,s.jtot=s.all_data_emp[0].total)}),s.presentflag=function(){n.get(i.apiUrl+"api/common/Empdashboard/GetAllPerEmpDet?curr_date="+f+"&status=P").then(function(e){s.all_data_emp_perticular=e.data,s.all_data_emp_perticular1=e.data,0<s.all_data_emp_perticular1.length?($("#MyModal2").modal("show"),s.tabledata=!0):swal({title:"Alert",text:"Data not Availiable",width:300,height:200})})},s.absentflag=function(){s.all_data_emp_perticular=[],n.get(i.apiUrl+"api/common/Empdashboard/GetAllPerEmpDet?curr_date="+f+"&status=A").then(function(e){s.all_data_emp_perticular=e.data,s.all_data_emp_perticular2=e.data,0<s.all_data_emp_perticular2.length?($("#MyModal2").modal("show"),s.tabledata=!0):swal({title:"Alert",text:"Data not Availiable",width:300,height:200})})},s.unmarkflag=function(){s.all_data_emp_perticular=[],n.get(i.apiUrl+"api/common/Empdashboard/GetAllPerEmpDet?curr_date="+f+"&status=UM").then(function(e){s.all_data_emp_perticular=e.data,s.all_data_emp_perticular3=e.data,0<s.all_data_emp_perticular3.length?($("#MyModal2").modal("show"),s.tabledata=!0):swal({title:"Alert",text:"Data not Availiable",width:300,height:200})})},s.leavewithoutallws=function(){s.all_data_emp_perticular=[],n.get(i.apiUrl+"api/common/Empdashboard/GetAllPerEmpDet?curr_date="+f+"&status=W").then(function(e){s.all_data_emp_perticular=e.data,s.all_data_emp_perticular4=e.data,0<s.all_data_emp_perticular4.length?($("#MyModal2").modal("show"),s.tabledata=!0):swal({title:"Alert",text:"Data not Availiable",width:300,height:200})})},s.leaveflag=function(){s.all_data_emp_perticular=[],n.get(i.apiUrl+"api/common/Empdashboard/GetAllPerEmpDet?curr_date="+f+"&status=L").then(function(e){s.all_data_emp_perticular=e.data,s.all_data_emp_perticular5=e.data,0<s.all_data_emp_perticular5.length?($("#MyModal2").modal("show"),s.tabledata=!0):swal({title:"Alert",text:"Data not Availiable",width:300,height:200})})},n.get(i.apiUrl+"api/common/Empdashboard/Getdivisionmale?co_code=1").then(function(e){s.division=e.data}),n.get(i.apiUrl+"api/common/Empdashboard/getEmpAttendance?emp_att_date="+f+"&emp_att_emp_id="+_).then(function(e){s.emp_atten=e.data,0<e.data.length&&(s.user_name=s.emp_atten[0].em_first_name,s.check_in=s.emp_atten[0].em_check_in,s.check_out=s.emp_atten[0].em_check_out)}),s.emp_absent_stud_percentage="0.00",s.demo=[],n.get(i.apiUrl+"api/common/Empdashboard/getEmpGradePercentage?&emp_att_emp_id="+_+"&att_date_temp="+f).then(function(e){s.emp_grade=e.data,0<s.emp_grade.length?(t(function(){for(var e=0;e<s.emp_grade.length;e++)$("#test1"+e).easyPieChart({lineWidth:10,height:50,barColor:"red",trackColor:"#e5e9ec",scaleColor:!1})},100),t(function(){for(var e=0;e<s.emp_grade.length;e++)$("#test2"+e).easyPieChart({lineWidth:10,height:50,barColor:"gray",trackColor:"#e5e9ec",scaleColor:!1})},100),t(function(){for(var e=0;e<s.emp_grade.length;e++)$("#test3"+e).easyPieChart({lineWidth:10,height:50,barColor:"yellow",trackColor:"#e5e9ec",scaleColor:!1})},100),t(function(){for(var e=0;e<s.emp_grade.length;e++)$("#test"+e).easyPieChart({lineWidth:10,height:50,barColor:"green",trackColor:"#e5e9ec",scaleColor:!1})},100)):s.strMessage="Records Not Available"}),s.PreAbTardy=function(e,t,a,o){n.get(i.apiUrl+"api/common/Empdashboard/getStudPerEnrollNumber?sims_grade_code="+e+"&sims_section_code="+t+"&code="+a+"&emp_code="+_+"&stud_att_date="+s.stud_att_date).then(function(e){s.stud_Enroll=e.data,s.StudentData="P"==a?"Present Student":"A"==a?"Absent Student":"Trady Student",$("#MyModal").modal("show")})},n.get(i.apiUrl+"api/common/Empdashboard/getEmpSubjectName?emp_att_emp_id="+_).then(function(e){s.emp_sub=e.data,0==s.emp_sub.length?(s.one=!0,s.two=!0,s.strMessage1="Records Not Found"):(s.one=!1,s.two=!1)}),n.get(i.apiUrl+"api/common/Empdashboard/getLeaveType?att_emp_id="+_).then(function(e){s.leave_type=e.data,"admin"==s.username&&(s.leave_type=""),s.totalLeave=0;for(var t=s.totalLeaveTaken=0;t<s.leave_type.length;t++)s.totalLeave=parseInt(s.totalLeave)+parseInt(s.leave_type[t].le_max_days_allowed),s.totalLeaveTaken=parseFloat(s.totalLeaveTaken)+parseFloat(s.leave_type[t].le_days_taken),s.leave_type[t].le_days_taken=parseFloat(s.leave_type[t].le_days_taken)}),s.getRemainLeave=function(e,t){for(var a=0;a<s.leave_type.length;a++)e==s.leave_type[a].emp_leave_code&&(s.maxdays=s.leave_type[a].le_max_days_allowed,s.le_days_taken=s.leave_type[a].le_days_taken,d=parseInt(s.maxdays)-parseFloat(s.leave_type[a].le_days_taken));s.remain=d,s.leaveDesc=t.emp_leave_name+" ="+s.le_days_taken+"/"+t.le_max_days_allowed},s.subclick=function(e){n.get(i.apiUrl+"api/common/Empdashboard/getGradeSection?emp_academic_year="+y+"&emp_att_emp_id="+_+"&sub_code="+e).then(function(e){s.empstgrade_book=e.data})},s.immportStaff=function(){swal({title:"",text:"Are you sure you want to Save "+s.obj1.lic_school_name+" Staff Details.xls ?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:390,cancelButtonText:"No"}).then(function(e){e&&(e=new Blob([document.getElementById("printdata2").innerHTML],{type:"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;charset=utf-8"}),saveAs(e,s.obj1.lic_school_name+" Staff Details.xls"))})},s.immportStaffResigned=function(){swal({title:"",text:"Are you sure you want to Save "+s.obj1.lic_school_name+" StaffResignedDetails.xls ?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:390,cancelButtonText:"No"}).then(function(e){e&&(e=new Blob([document.getElementById("printdata3").innerHTML],{type:"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;charset=utf-8"}),saveAs(e,s.obj1.lic_school_name+" StaffResignedDetails.xls"))})},s.immport=function(){swal({title:"",text:"Are you sure you want to Save "+s.obj1.lic_school_name+" Employee Attendance.xls ?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:390,cancelButtonText:"No"}).then(function(e){e&&(e=new Blob([document.getElementById("printdata").innerHTML],{type:"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;charset=utf-8"}),saveAs(e,s.obj1.lic_school_name+" Employee Attendance.xls"))})},s.print=function(e){var t=document.head.outerHTML,e=document.getElementById(e).outerHTML,a=window.open("","_blank","location=yes, statusbar=no, menubar=no, titlebar=no, toolbar=no,dependent=no, width=800, height=600, resizable=yes, screenX=250, screenY=10, personalbar=no, scrollbars=yes"),o=a.document;o.open(),o.write("<!doctype html><html>"+t+'<body onLoad="window.print()">'+e+"</body></html>"),o.close(),a.focus()},n.get(i.apiUrl+"api/common/Empdashboard/get_removed_Application_Dash?user="+a.globals.currentUser.username).then(function(e){for(var t=0;t<e.data.length;t++){var a="#"+e.data[t].comn_user_appl_code;$(a).hide()}}),s.removeWidget=function(e){var t=$(e.target).parents(".remove_widget").attr("id");n.post(i.apiUrl+"api/common/Empdashboard/remove_tile?user="+a.globals.currentUser.username+"&status=N&appl_code="+t).then(function(e){}),$(e.target).parents(".remove_widget").hide()},{opr:"G",subs_teacher_code:a.globals.currentUser.username});n.post(i.apiUrl+"api/LectureSubstitution/LectureSubstitutionCommon",h).then(function(e){s.AllSubstitution=e.data.table,s.AllDays=[],$(e.data.table1).each(function(e,t){s.AllDays[t.sims_appl_parameter]=t.sims_appl_form_field_value1})}),s.acknowledgeSubstitution=function(e){e={opr:"H",aca_year:e.sims_bell_academic_year,bell_code:e.sims_bell_code,grade_code:e.sims_bell_grade_code,sec_code:e.sims_bell_section_code,day_code:e.sims_bell_day_code,slot_code:e.sims_bell_slot_code,filter_date:e.sims_bell_substitution_date,subs_teacher_code:e.sims_bell_substitution_teacher_code};n.post(i.apiUrl+"api/LectureSubstitution/LectureSubstitutionCommon",e).then(function(e){})}}])}(),function(){"use strict";var e=angular.module("sims.module.Fee");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("EmpDashboardContLeams",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","$filter","$compile","ENV",function(a,e,t,o,s,n,i,d,_){var c=new Date,l=c.getMonth()+1,r=c.getDate();a.todaydate=(r=r<10?"0"+r:r)+"-"+(l=l<10?"0"+l:l)+"-"+c.getFullYear(),i("date")(new Date,"dd-MM-yyyy");a.dt={sims_from_date:a.todaydate,sims_leave_date:a.todaydate,sims_attendance_date:a.todaydate,sims_admission_date:a.todaydate,sims_admission_cancel_date:a.todaydate,sims_collection_date:a.todaydate},a.frm={sims_admission_date:""},a.to={sims_admission_date:""},a.edt=[],n.get(_.apiUrl+"api/empdash/getEmpcount").then(function(e){a.empcounts=e.data}),n.get(_.apiUrl+"api/empdash/getEmpGradecount").then(function(e){a.empgradecounts=e.data}),n.get(_.apiUrl+"api/empdash/getEmpVisacount").then(function(e){a.empvisacounts=e.data}),a.getServiceCode=function(e){n.get(_.apiUrl+"api/empdash/getEMPDetailsbyService?servicecode="+e+"&selecteddate=").then(function(e){a.servicedata=e.data})},a.getGradeCode=function(e){n.get(_.apiUrl+"api/empdash/getEMPDetailsbyGrade?gradecode="+e).then(function(e){a.gradedata=e.data})},a.getVisadetails=function(e){n.get(_.apiUrl+"api/empdash/getEMPDetailsbyVisa?visatype="+e).then(function(e){a.visatypedata=e.data})},a.dateChange=function(e){n.get(_.apiUrl+"api/dailystatusdash/getPunchedEmployee?date="+e).then(function(e){a.punched_employee=e.data}),n.get(_.apiUrl+"api/dailystatusdash/getNotPunchedEmployee?date="+e).then(function(e){a.not_punched_employee=e.data})},a.leaveTypes=[],n.get(_.apiUrl+"api/empdash/getleaveType").then(function(e){a.leaveTypes=e.data,0<a.leaveTypes.length&&(a.leaveTypes.push({leave_code:"All",leave_type:"All"}),a.edt.leave_code="All",a.getLeaveType(a.edt.leave_code,a.dt.sims_leave_date))}),a.dateleaveChange=function(e){a.getLeaveType(a.edt.leave_code,e)},a.getLeaveType=function(e,t){n.get(_.apiUrl+"api/empdash/getleaveDetails?leavecode="+e+"&date="+a.dt.sims_leave_date).then(function(e){a.empleavesCount=e.data})},a.dateattendanceChange=function(e){a.getAttendanceCountData(e)},a.getAttendanceCountData=function(e){a.presentCount=[],a.absentCount=[],a.lateCount=[],a.lwpCount=[],n.get(_.apiUrl+"api/empdash/getEmpAttendanceCount?date="+e).then(function(e){a.attendanceCount=e.data,a.attdate=a.attendanceCount[0].att_date;for(var t=0;a.attendanceCount.length>t;t++)"P"==a.attendanceCount[t].att_absent_flag&&a.presentCount.push(a.attendanceCount[t]),"A"==a.attendanceCount[t].att_absent_flag&&a.absentCount.push(a.attendanceCount[t]),"LA"==a.attendanceCount[t].att_absent_flag&&a.lateCount.push(a.attendanceCount[t]),"LWP"==a.attendanceCount[t].att_absent_flag&&a.lwpCount.push(a.attendanceCount[t])})},a.getAttendanceCountData(a.dt.sims_attendance_date),a.selecteto="TO",a.selecteCA="CA",n.get(_.apiUrl+"api/dailystatusdash/getAcademicYear").then(function(e){a.acayears=e.data,a.edt.sims_academic_year=a.acayears[0].sims_academic_year,a.edt.sims_academic_year1=a.acayears[0].sims_academic_year}),a.close=function(){n.get(_.apiUrl+"api/dailystatusdash/getAcademicYear").then(function(e){a.acayears=e.data,a.edt.sims_academic_year=a.acayears[0].sims_academic_yearadmissionModal,a.edt.sims_academic_year1=a.acayears[0].sims_academic_year})},a.punchModal=function(e){a.getServiceCode(e),a.leftcol="L"!=e,a.servicecol="L"!=e&&"V"!=e&&"B"!=e&&"N"!=e,$("#punchModal").modal({backdrop:"static",keyboard:!1})},a.leaveModal=function(){$("#leaveModal").modal({backdrop:"static",keyboard:!1})},a.attendanceModal=function(){$("#attendanceModal").modal({backdrop:"static",keyboard:!1})},a.admissionModal=function(e){a.getGradeCode(e),$("#admissionModal").modal({backdrop:"static",keyboard:!1})},a.canceladmissionModal=function(e){a.getVisadetails(e),"National id"==e&&(a.nationalhide=!1,a.visatypedata="",$("#nationalid").modal({backdrop:"static",keyboard:!1})),"Visa"!=e&&"Visa expired"!=e&&"Expire in Month"!=e||(a.visahide=!0,a.visatypedata="",$("#canceladmissionModal").modal({backdrop:"static",keyboard:!1})),"Labour Card"!=e&&"Labour Card exp"!=e||(a.visatypedata="",$("#LabourCard").modal({backdrop:"static",keyboard:!1}))},a.collectionModal=function(){$("#collectionModal").modal({backdrop:"static",keyboard:!1})},$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0,format:"dd/mm/yyyy"})}])}(),function(){"use strict";var e=angular.module("sims.module.Fee");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("PurchaseReportCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(s,e,t,a,o,n,i){t.globals.currentUser.username,s.CurrentDate=new Date,new Date;s.records=!0,s.tabledata=!1,n.get(i.apiUrl+"api/common/Empdashboard/getInventoryDataforOrders").then(function(e){s.hrms_data1=e.data,s.chartLabels5=[],s.chartData5=[],s.chartColor=[];for(var t=0;t<s.hrms_data1.length;t++){var a=Math.floor(16777216*Math.random()).toString(16);"#000000".slice(0,-a.length),s.hrms_data1[t].color=a,s.chartLabels5.push(s.hrms_data1[t].service_req),s.chartData5.push(parseInt(s.hrms_data1[t].item_req)),s.chartColor.push(s.hrms_data1[t].color)}var e=document.getElementById("orderdetail").getContext("2d"),o=(e.canvas.parentNode.style.height="230px",{labels:["Item Request","Service Request"],datasets:[{data:s.chartData5,backgroundColor:["#5AD3D1","#FF5A5E"]}]});window.bar1=new Chart(e,{type:"pie",data:o,options:{responsive:!0,maintainAspectRatio:!1,legend:{display:!0,labels:{boxWidth:10,fontSize:10,position:"bottom"}},title:{display:!0,text:"Order Detail",position:"bottom"}}})});var d=[],_=[],c=[],l=[],r=(n.get(i.apiUrl+"api/common/Empdashboard/getInventoryPendingReceived").then(function(e){s.order_data1=e.data;for(var t=0;t<s.order_data1.length;t++)t<10&&(d.push(s.order_data1[t].orderedQty),_.push(s.order_data1[t].receivedQty),c.push(s.order_data1[t].totalOrderedAmount),l.push(s.order_data1[t].totalReceivedAmount));var e=document.getElementById("Canvas1").getContext("2d"),a=(e.canvas.parentNode.style.height="230px",{labels:["01","02","03","04","05","06","07","08","09","10"],datasets:[{label:"Ordered Qty",backgroundColor:"#e74e81",borderColor:"#e74e81",pointBackgroundColor:"#e74e81",data:d},{label:"Received Qty",backgroundColor:"#4365B0",borderColor:"#4365B0",pointBackgroundColor:"#4365B0",data:_},{label:"Ordered Amt",backgroundColor:"#5AD3D1",borderColor:"#5AD3D1",pointBackgroundColor:"#5AD3D1",data:c},{label:"Received Amt",backgroundColor:"#D00",borderColor:"#D00",pointBackgroundColor:"#D00",data:l}]});window.bar7=new Chart(e,{type:"bar",data:a,options:{responsive:!0,maintainAspectRatio:!1,legend:{display:!0,labels:{boxWidth:10,fontSize:10}},title:{display:!0,text:"Purchase Detail",position:"bottom"},pointRadius:[15,10],pointHoverRadius:[40,40]}})}),[]),m=[],p=[],u=[];n.get(i.apiUrl+"api/common/Empdashboard/getInventoryOrders").then(function(e){s.getOrders=e.data;for(var t=0;t<e.data.length;t++)r.push(e.data[t].ordered_Count),m.push(e.data[t].received_Count),p.push(e.data[t].total_Order_Count),u.push(e.data[t].month_Name.substring(0,3)+"-"+e.data[t].year);var a=document.getElementById("orders").getContext("2d"),o=(a.canvas.parentNode.style.height="230px",{labels:u,datasets:[{label:"Ordered",backgroundColor:"#9467bd",borderColor:"#9467bd",pointBackgroundColor:"#9467bd",data:r,fill:!1},{label:"Received",backgroundColor:"#4365B0",borderColor:"#4365B0",pointBackgroundColor:"#4365B0",data:m,fill:!1},{label:"Total",backgroundColor:"#ff7f0e",borderColor:"#ff7f0e",pointBackgroundColor:"#ff7f0e",data:p,fill:!1}]});window.bar7=new Chart(a,{type:"line",data:o,options:{responsive:!0,showLines:!0,maintainAspectRatio:!1,legend:{display:!0,labels:{boxWidth:10,fontSize:10}},title:{display:!0,text:"Orders",position:"bottom"},pointRadius:[15,10],pointHoverRadius:[40,40]}})})}])}(),function(){"use strict";var e=angular.module("sims.module.HRMS");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("UpdateLeaveBalCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(o,e,s,t,a,n,i){o.display=!1,o.busyindicator=!1,o.grid=!0,o.color="#edefef",o.rgvtbl=!1,o.btnhide=!0,o.edt={},o.showForDPSMIS=!1;["dpsmis"].includes(n.defaults.headers.common.schoolId)&&(o.showForDPSMIS=!0),n.get(i.apiUrl+"api/PaysGradeChange/Get_gc_company_Code").then(function(e){o.comp_code=e.data,o.edt.company_code=o.comp_code[0].gc_company_code,o.getdept(o.edt.company_code),o.getdesg(o.edt.company_code)}),o.getdept=function(e){n.get(i.apiUrl+"api/PayrollEmployeeDPSD/Get_dept_Code?company_code="+e).then(function(e){o.dept=e.data})},o.getdesg=function(e){n.get(i.apiUrl+"api/PayrollEmployeeDPSD/Get_designation_Code?company_code="+e).then(function(e){o.designation=e.data})},n.get(i.apiUrl+"api/Dps/HRMS/getEmpData").then(function(e){o.obj=e.data}),n.get(i.apiUrl+"api/UpdateLeaveBal/GetDesg").then(function(e){o.GetDesg=e.data}),n.get(i.apiUrl+"api/UpdateLeaveBal/Getleaves").then(function(e){o.Getleaves=e.data}),o.changeno=function(e){e=(o.maindata=e).max_leave_change=!0;2===o.maindata.leave_max.split(".")[1].length&&"05"===o.maindata.leave_max.split(".")[1]&&(e=!1),2!==o.maindata.leave_max.split(".")[1].length&&1!==o.maindata.leave_max.split(".")[1].length||(o.maindata.leave_max.split(".")[1].includes(5)||o.maindata.leave_max.split(".")[1].includes(0))&&(e=!1),!0===e&&(o.maindata.leave_max=o.maindata.leave_bal),parseFloat(o.maindata.leave_taken)>parseFloat(o.maindata.leave_max)?(swal("","Maximum leave not less than taken leave."),o.maindata.leave_max=o.maindata.leave_max_old):o.maindata.leave_max_old=o.maindata.leave_max},o.onlyNumbers=function(e,t){var a,o={escape:27,backspace:8,tab:9,enter:13,del:46,0:48,1:49,2:50,3:51,4:52,5:53,6:54,7:55,8:56,9:57};for(a in o)if(o.hasOwnProperty(a)&&(e.charCode===o[a]||e.keyCode===o[a]))return;e.preventDefault()},o.Show_data=function(){n.post(i.apiUrl+"api/UpdateLeaveBal/LeaveDetails?dept="+o.edt.dep_code+"&desg="+o.edt.dg_code+"&l_type="+o.edt.leave_code+"&empcode="+o.edt.emp_code+"&gr_code="+o.edt.gr_code+"&company_code="+o.edt.company_code).then(function(e){o.GetLeaveDetails=e.data,0<o.GetLeaveDetails.length?(o.btnhide=!1,o.rgvtbl=!0):(o.rgvtbl=!1,o.btnhide=!0,swal("","Record not found."))})},o.genrate=function(){for(var e,t=[],a=0;a<o.GetLeaveDetails.length;a++)!0===o.GetLeaveDetails[a].max_leave_change&&(e={emp_code:o.GetLeaveDetails[a].emp_code,leave_code:o.GetLeaveDetails[a].leave_code,leave_max:o.GetLeaveDetails[a].leave_max,user_name:s.globals.currentUser.username},t.push(e));0<t.length&&n.post(i.apiUrl+"api/UpdateLeaveBal/EmpUpdateLeaveBal",t).then(function(e){o.msg=e.data,o.msg&&swal("","Record updated successfully."),o.reset_form()})},t(function(){$("#Table2").tableHeadFixer({top:1})},100),o.reset_form=function(){o.edt={},o.GetLeaveDetails=[],o.btnhide=!0,o.rgvtbl=!1,o.edt.company_code=o.comp_code[0].gc_company_code}}])}(),function(){"use strict";angular.module("sims.module.HRMS").controller("EmailEmployeePayslipCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV","AuthenticationService","commonFunctionsService",function(s,o,e,t,a,n,i,d,c){s.collapseBoth=c.collapseBoth,s.display=!0,s.pagesize="10",s.pageindex="1",s.cdetails_data=[];let l;s.edt=[],s.showPager=!0,s.edt={},t(function(){$("#fixedtable").tableHeadFixer({top:1})},100),s.filteredTodos=[],s.currentPage=1,s.numPerPage=10,s.maxSize=10,n.post(i.apiUrl+"api/OvertimeHour/Year_month").then(function(e){s.Year_month=e.data;var e=(new Date).getFullYear(),t=(new Date).getMonth()+1;s.edt.year_month=e+""+t,s.setYearMonth()}),s.setYearMonth=function(){s.edt.month=s.edt.year_month.substr(4),s.edt.year=s.edt.year_month.substr(0,4)},n.get(i.apiUrl+"api/EmployeePayslip/getpaysyear").then(function(e){s.ob_paysyear=e.data}),n.get(i.apiUrl+"api/EmployeePayslip/getpaysmonth").then(function(e){s.ob_paysmonth=e.data}),n.get(i.apiUrl+"api/generatepayroll/GetCurrentFinYearFromFinsParameter").then(function(e){s.GetCurrentFinYearFromFinsParameter1=e.data,s.fin_year=s.GetCurrentFinYearFromFinsParameter1[0].fin_year,s.fin_year_desc=s.GetCurrentFinYearFromFinsParameter1[0].fin_year_desc}),s.SearchEmployee=function(){n.get(i.apiUrl+"api/EmployeePayslip/getpaysemployee?year="+s.fin_year+"&month="+s.edt.month).then(function(e){s.grid=!0,s.currentPage=1,s.cdetails_data=e.data,s.totalItems=s.cdetails_data.length,s.todos=s.cdetails_data,s.makeTodos()})},s.makeTodos=function(){var e=parseInt(s.totalItems%s.numPerPage),e=(s.pagersize="0"===e?parseInt(s.totalItems/s.numPerPage):parseInt(s.totalItems/s.numPerPage)+1,(s.currentPage-1)*s.numPerPage),t=parseInt(e)+parseInt(s.numPerPage);s.filteredTodos=s.todos.slice(e,t)},s.size=function(e){s.pagesize=e,s.currentPage=1,s.numPerPage=e,s.makeTodos()},s.size=function(e){"All"===e?(s.currentPage=1,s.filteredTodos=s.cdetails_data,s.showPager=!1):(s.showPager=!0,s.pagesize=e,s.currentPage=1,s.numPerPage=e,s.makeTodos())},s.index=function(e){s.pageindex=e,s.currentPage=e,s.makeTodos(),l.checked=!1,s.row1=""},s.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).empid.toLowerCase().indexOf(t.toLowerCase())||-1<e.empname.toLowerCase().indexOf(t.toLowerCase());var t})},s.search=function(){s.todos=s.searched(s.cdetails_data,s.searchText),s.totalItems=s.todos.length,s.currentPage="1",""===s.searchText&&(s.todos=s.cdetails_data),s.makeTodos()},s.numberWithCommas=function(e){return e.toString().replace(/\B(?=(\d{3})+(?!\d))/g,",")},$(document).on("keypress",function(e){if(27===e.keyCode)return e.preventDefault(),$("#viewModal").modal("hide"),!1}),s.CheckAllChecked=function(){if((l=document.getElementById("mainchk")).checked)for(let e=0;e<s.filteredTodos.length;e++)document.getElementById("test-"+e).checked=!0,s.filteredTodos[e].ifchecked=!0,s.row1="row_selected",$("tr").addClass("row_selected");else for(let e=0;e<s.filteredTodos.length;e++)document.getElementById("test-"+e).checked=!1,s.filteredTodos[e].ifchecked=!1,l.checked=!1,s.row1=""},s.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),s.color="#edefef"}),(l=document.getElementById("mainchk")).checked&&(l.checked=!1,$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected")}))},s.viewReport=function(e){},s.printpayslip=function(t){let a="";n.get(i.apiUrl+"api/AllPayslipByUser/getpath").then(function(e){e={location:a=0<e.data.length?e.data[0].pays_appl_form_field_value1:a,parameter:{paysheet_month:s.fin_year+s.edt.month,comp_details:"1",search:t.empid},state:"main.payslp",ready:function(){this.refreshReport()}};window.localStorage.ReportDetails=JSON.stringify(e),o.go("main.ReportCardParameter")})},s.chk_emp="",s.SendMail=function(){let t=s.chk_emp="";for(let e=0;e<s.filteredTodos.length;e++){var a;s.filteredTodos[e].ifchecked&&(a=s.filteredTodos[e].empid,t=t+","+a,s.chk_emp=t)}"ihsonline"===n.defaults.headers.common.schoolId||"iisonline"===n.defaults.headers.common.schoolId||"ihsonlineom"===n.defaults.headers.common.schoolId||"ihsonlineag"===n.defaults.headers.common.schoolId||"iisonlinedso"===n.defaults.headers.common.schoolId||"mstagingom"===n.defaults.headers.common.schoolId||"mstagingag"===n.defaults.headers.common.schoolId||"mstagingdso"===n.defaults.headers.common.schoolId?n.get(i.apiUrl+"api/EmployeePayslip/GetReportUrl").then(function(e){if(s.file_path=e.data,s.report_name=s.file_path,""!=s.report_name){for(var t,a=[],o=0;o<s.filteredTodos.length;o++)s.filteredTodos[o].ifchecked&&(t={paysheet_month:s.fin_year+s.edt.month,comp_details:"1",search:s.filteredTodos[o].empid},a.push(t));n.post(i.apiUrl+"api/EmployeePayslip/SaveReportNewPayslip_new?rpt_name="+s.report_name,a).then(function(e){s.msg1=e.data,s.msg1?swal({text:"Email Message Scheduled Or Sent Sucessfully.",showCloseButton:!0,width:500,imageUrl:"assets/img/check.png"}).then(function(e){e&&s.CheckAllChecked()}):swal({text:"Error in Sending Email Message.",showCloseButton:!0,width:500,imageUrl:"assets/img/close.png"}).then(function(e){e&&s.CheckAllChecked()})})}}):""!==s.chk_emp?n.get(i.apiUrl+"api/EmployeePayslip/getsend_payslipby_email?year="+s.fin_year+"&month="+s.edt.month+"&empemailid="+t).then(function(e){swal({text:"Email Sent Successfully to Selected Employees.",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}),s.filteredTodos=[],s.pagesize="10",s.pageindex="1",s.cdetails_data=[],document.getElementById("mainchk").checked=!1,s.edt.year="",s.edt.month="",s.edt.year_month="",n.get(i.apiUrl+"api/EmployeePayslip/getpaysyear").then(function(e){s.ob_paysyear=e.data}),n.get(i.apiUrl+"api/EmployeePayslip/getpaysmonth").then(function(e){s.ob_paysmonth=e.data})}):swal({text:"Please Select Atleast One Employee",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380})}}])}(),function(){"use strict";var l,e=angular.module("sims.module.HRMS");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("DesignationCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(s,e,t,a,o,n,i){s.pagesize="10",s.pageindex="0",s.pager=!0,s.save_btn=!0,s.Update_btn=!1,s.display=!1,s.table=!0,s.temp={},s.propertyName=null,s.reverse=!1,s.user_access=[],s.appcode=e.current.name.split(".");e=t.globals.currentUser.username;n.get(i.apiUrl+"api/AlertTransaction/Get_user_access_rights?username="+e+"&appl_code="+s.appcode[1]).then(function(e){s.user_rights=e.data;for(var t=0;t<s.user_rights.length;t++)0==t&&(s.user_access.data_read=s.user_rights[t].comn_user_read,s.user_access.data_insert=s.user_rights[t].comn_user_insert,s.user_access.data_update=s.user_rights[t].comn_user_update,s.user_access.data_delete=s.user_rights[t].comn_user_delete,s.user_access.data_massupdate=s.user_rights[t].comn_user_massupdate,s.user_access.is_admin=s.user_rights[t].comn_user_admin)}),s.sortBy=function(e){s.reverse=s.propertyName===e&&!s.reverse,s.propertyName=e},a(function(){$("#fixTable").tableHeadFixer({top:1})},100),n.get(i.apiUrl+"api/common/Designation/OES/getCompanyName").then(function(e){s.display=!1,s.table=!0,s.comp=e.data,s.temp.desg_company_code=s.comp[0].desg_company_code}),n.get(i.apiUrl+"api/common/Designation/OES/getDesig").then(function(e){s.obj1=e.data,s.totalItems=s.obj1.length,s.todos=s.obj1,s.makeTodos()}),s.size=function(e){"All"==e?(s.currentPage="1",s.filteredTodos=s.obj1,s.pager=!1):(s.pager=!0,s.pagesize=e,s.currentPage=1,s.numPerPage=e,s.makeTodos())},s.index=function(e){s.pageindex=e,s.currentPage=e,s.makeTodos(),l.checked=!1,s.row1=""},s.filteredTodos=[],s.currentPage=1,s.numPerPage=10,s.maxSize=10,s.makeTodos=function(){var e=parseInt(s.totalItems%s.numPerPage),e=(s.pagersize="0"==e?parseInt(s.totalItems/s.numPerPage):parseInt(s.totalItems/s.numPerPage)+1,(s.currentPage-1)*s.numPerPage),t=parseInt(e)+parseInt(s.numPerPage);s.filteredTodos=s.todos.slice(e,t)},s.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).desg_desc.toLowerCase().indexOf(t.toLowerCase())||-1<e.desg_code.toLowerCase().indexOf(t.toLowerCase())||e.desg_company_code==t;var t})},s.search=function(){s.todos=s.searched(s.obj1,s.searchText),s.totalItems=s.todos.length,s.currentPage="1",""==s.searchText&&(s.todos=s.obj1),s.makeTodos(),l.checked=!1,s.CheckAllChecked()},s.New=function(){0==s.user_access.data_insert?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(s.disabled=!1,s.readonly=!0,s.table=!1,s.display=!0,s.save_btn=!0,s.Update_btn=!1,s.Myform.$setPristine(),s.Myform.$setUntouched(),s.temp={},s.temp.desg_communication_status=!0,s.temp.desg_company_code=s.comp[0].desg_company_code)};var d=[],c=(s.savedata=function(e){if(e){var t=!1,e=s.temp;if(0==s.filteredTodos.length)t=!0;else for(var a=0;a<s.filteredTodos.length;a++)t=s.filteredTodos[a].desg_desc!=s.temp.desg_desc||(swal({title:"Alert",text:"Record Already Exist",showCloseButton:!0,width:380}),!1);1==t&&(e.opr="I",d.push(e),n.post(i.apiUrl+"api/common/Designation/OES/CUDDesig",d).then(function(e){s.msg1=e.data,1==s.msg1?swal({text:"Record Inserted Successfully",imageUrl:"assets/img/check.png",width:380,showCloseButton:!0}):0==s.msg1?swal({text:"Record Not Inserted. ",imageUrl:"assets/img/close.png",width:380,showCloseButton:!0}):swal("Error-"+s.msg1),n.get(i.apiUrl+"api/common/Designation/OES/getDesig").then(function(e){s.obj1=e.data,s.totalItems=s.obj1.length,s.todos=s.obj1,s.makeTodos()})}),d=[],s.table=!0,s.display=!1)}},s.Cancel=function(){s.temp="",s.table=!0,s.display=!1,s.Myform.$setPristine(),s.Myform.$setUntouched(),s.temp.desg_company_code="",s.temp.desg_desc="",s.temp.desg_arab="",s.temp.desg_communication_status=""},s.edit=function(e){0==s.user_access.data_update?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(s.readonly=!0,s.disabled=!0,s.table=!1,s.display=!0,s.save_btn=!1,s.Update_btn=!0,s.temp={desg_company_code:e.desg_company_code,desg_desc:e.desg_desc,desg_code:e.desg_code,desg_arab:e.desg_arab,desg_communication_status:e.desg_communication_status})},[]);s.update=function(e){e&&((e=s.temp).opr="U",c.push(e),n.post(i.apiUrl+"api/common/Designation/OES/CUDDesig",c).then(function(e){s.msg1=e.data,1==s.msg1?swal({text:"Record Updated Successfully",imageUrl:"assets/img/check.png",width:380,showCloseButton:!0}):0==s.msg1?swal({text:"Record Not Updated. ",imageUrl:"assets/img/close.png",width:380,showCloseButton:!0}):swal("Error-"+s.msg1),n.get(i.apiUrl+"api/common/Designation/OES/getDesig").then(function(e){s.obj1=e.data,s.totalItems=s.obj1.length,s.todos=s.obj1,s.makeTodos()})}),c=[],s.table=!0,s.display=!1)},s.CheckAllChecked=function(){if(1==(l=document.getElementById("mainchk")).checked)for(var e=0;e<s.filteredTodos.length;e++)document.getElementById("test-"+e).checked=!0,s.row1="row_selected",$("tr").addClass("row_selected");else for(e=0;e<s.filteredTodos.length;e++)document.getElementById("test-"+e).checked=!1,l.checked=!1,s.row1=""},s.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),s.color="#edefef"}),1==(l=document.getElementById("mainchk")).checked&&(l.checked=!1,$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected")}))},s.OkDelete=function(){if(0==s.user_access.data_delete)swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200});else{var o=[];s.flag=!1;for(var e,t=0;t<s.filteredTodos.length;t++)1==document.getElementById("test-"+t).checked&&(s.flag=!0,e={desg_code:s.filteredTodos[t].desg_code,opr:"D"},o.push(e));s.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)n.post(i.apiUrl+"api/common/Designation/OES/CUDDesig?data=",o).then(function(e){s.msg1=e.data,1==s.msg1?swal({text:"Record Deleted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&(n.get(i.apiUrl+"api/common/Designation/OES/getDesig").then(function(e){s.obj1=e.data,s.totalItems=s.obj1.length,s.todos=s.obj1,s.makeTodos()}),1==(l=document.getElementById("mainchk")).checked&&(l.checked=!1,s.row1=""),s.currentPage=!0)}):0==s.msg1?swal({text:"Record Not Deleted. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&(n.get(i.apiUrl+"api/common/Designation/OES/getDesig").then(function(e){s.obj1=e.data,s.totalItems=s.obj1.length,s.todos=s.obj1,s.makeTodos()}),1==(l=document.getElementById("mainchk")).checked&&(l.checked=!1,s.row1=""),s.currentPage=!0)}):swal("Error-"+s.msg1)});else for(var t=0;t<s.filteredTodos.length;t++){var a=document.getElementById("test-"+t);1==a.checked&&(a.checked=!1,l.checked=!1,$("tr").removeClass("row_selected"))}}):swal({text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}),s.currentPage=str}}}])}(),function(){"use strict";var d=[],e=angular.module("sims.module.HRMS");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.directive("limitTo",[function(){return{restrict:"A",link:function(e,t,a){var o=parseInt(a.limitTo);angular.element(t).on("keydown",function(){if(47<event.keyCode&&event.keyCode<127&&this.value.length===o)return!1})}}}]),e.directive("thead",function(){return{restrict:"A",scope:{ngModel:"="},link:function(e,t){window.onscroll=function(){t.floatThead({scrollingTop:45}),t.floatThead("reflow")}}}}),e.controller("QualificationEmployeeCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(s,e,t,a,o,n,i){s.pagesize="5",s.pageindex=0,s.grid=!0,s.display=!1,s.editmode=!1,s.popobj=void 0,s.qualiList=[],n.get(i.apiUrl+"api/common/Qualification/getAllQualification?data="+JSON.stringify(void 0)).then(function(e){s.obj1=e.data,s.totalItems=s.obj1.length,s.todos=s.obj1,s.makeTodos()}),a(function(){$("#fixTable").tableHeadFixer({left:1})},100),a(function(){$("#fixTable1").tableHeadFixer({left:1})},100),n.get(i.apiUrl+"api/common/getAllComboBoxValues?academicYear=2015&routeCode=01").then(function(e){s.ComboBoxValues=e.data}),s.size=function(e){s.pagesize=e,s.currentPage=1,s.numPerPage=e,s.makeTodos()},s.index=function(e){s.pageindex=e,s.currentPage=e,s.makeTodos()},n.get(i.apiUrl+"api/common/Qualification/getAllEmployeeName").then(function(e){s.empname=e.data}),s.getEmp=function(e,t){n.get(i.apiUrl+"api/common/Qualification/getEmployeeName?em_dept_code="+e+"&em_company_code="+t).then(function(e){s.display=!0,s.empname=e.data})},s.AddEnable=function(){s.addDisabled=!1},s.addCol=function(e){s.combo_multiple=!0;var t=document.getElementById("qual_name"),t=t.options[t.selectedIndex].text;s.qualiList.push({emp_qual_qual_name:t,emp_qual_qual_code:e}),s.Myform.$setPristine(),s.Myform.$setUntouched()},s.Removerow=function(e,t,a){a.splice(t,1)},s.savedata=function(e){var t=[];if(e){for(var a=0;a<s.qualiList.length;a++){d=s.qualiList[a].emp_qual_qual_code;var o={emp_qual_em_code:s.popobj.emp_qual_em_code,emp_qual_qual_code:d,em_qual_year:s.qualiList[a].em_qual_year,emp_qual_remark:s.qualiList[a].emp_qual_remark,em_qual_status:s.qualiList[a].em_qual_status,opr:"I"};t.push(o)}n.post(i.apiUrl+"api/common/Qualification/CUDQualification?year=",t).then(function(e){s.msg1=e.data,swal({text:s.msg1.strMessage,timer:5e3}),s.display=!1,n.get(i.apiUrl+"api/common/Qualification/getAllQualification?data="+JSON.stringify(void 0)).then(function(e){s.obj1=e.data,s.totalItems=s.obj1.length,s.todos=s.obj1,s.makeTodos()}),t=[],s.grid=!0,s.display=!1})}},s.update=function(){for(var e=[],t=0;t<s.qualiList.length;t++){d=s.qualiList[t].emp_qual_qual_code;var a={emp_qual_em_code:s.popobj.emp_qual_em_code,emp_qual_qual_code:d,em_qual_year:s.qualiList[t].em_qual_year,emp_qual_remark:s.qualiList[t].emp_qual_remark,em_qual_status:s.qualiList[t].em_qual_status,opr:"U"};e.push(a)}n.post(i.apiUrl+"api/common/Qualification/UpadateQualification?simsobj2=",e).then(function(e){s.msg1=e.data,swal({text:s.msg1.strMessage,timer:5e3}),s.display=!1,a={emp_qual_qual_code:s.popobj.emp_qual_qual_code1,emp_qual_dept_code:s.popobj.emp_qual_dept_code1,emp_qual_company_code:s.popobj.emp_qual_company_code1},n.get(i.apiUrl+"api/common/Qualification/getAllQualification?data="+JSON.stringify(a)).then(function(e){s.obj1=e.data,s.totalItems=s.obj1.length,s.todos=s.obj1,s.makeTodos()}),s.grid=!0,s.display=!1})},s.GetData=function(){n.get(i.apiUrl+"api/common/Qualification/getAllQualification?data="+JSON.stringify(s.temp)).then(function(e){s.obj1=e.data,s.totalItems=s.obj1.length,s.todos=s.obj1,s.makeTodos()})},s.filteredTodos=[],s.currentPage=1,s.numPerPage=5,s.maxSize=5,s.makeTodos=function(){var e=parseInt(s.totalItems%s.numPerPage),e=(s.pagersize="0"===e?parseInt(s.totalItems/s.numPerPage):parseInt(s.totalItems/s.numPerPage)+1,(s.currentPage-1)*s.numPerPage),t=parseInt(e)+parseInt(s.numPerPage);s.filteredTodos=s.todos.slice(e,t)},s.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).emp_qual_dept_name.toLowerCase().indexOf(t.toLowerCase())||-1<e.emp_qual_em_name.toLowerCase().indexOf(t.toLowerCase())||-1<e.emp_qual_qual_name.toLowerCase().indexOf(t.toLowerCase())||-1<e.emp_qual_remark.toLowerCase().indexOf(t.toLowerCase())||e.em_qual_year===t;var t})},s.search=function(){s.todos=s.searched(s.obj1,s.searchText),s.totalItems=s.todos.length,s.currentPage="1",""===s.searchText&&(s.todos=s.obj1),s.makeTodos(),(void 0).checked=!1,s.CheckAllChecked()},s.edit=function(e){s.popobj={emp_qual_qual_code:e.emp_qual_qual_code,emp_qual_qual_name:e.emp_qual_qual_name,emp_qual_company_code:e.emp_qual_company_code,emp_qual_company_name:e.emp_qual_company_name,emp_qual_dept_code:e.emp_qual_dept_code,emp_qual_dept_name:e.emp_qual_dept_name,emp_qual_em_code:e.emp_qual_em_code,emp_qual_em_name:e.emp_qual_em_name,em_qual_status:e.em_qual_status,em_qual_year:e.em_qual_year,emp_qual_remark:e.emp_qual_remark},s.getQualiByEmpcode(s.popobj.emp_qual_em_code),s.grid=!1,s.display=!0,s.save_btn=!1,s.Update_btn=!0,s.qualOnEdit=!1,s.addBtnOnEdit=!1},s.getQualiByEmpcode=function(e){n.get(i.apiUrl+"api/common/Qualification/getQualificationByEmployee?emp_code="+e).then(function(e){s.qualiList=e.data}),s.combo_multiple=!0},s.onKeyPress=function(e){13===e.keyCode&&s.GetData()},s.clear=function(){s.temp="",s.popobj=""},s.Cancel=function(){s.display=!1,s.grid=!0},s.formopen=function(){s.qualiList=[],s.qualOnEdit=!0,s.addBtnOnEdit=!0,s.qual_rmk_readonly=!1,s.qual_yr_readonly=!1,s.addDisabled=!0,s.Myform.$setPristine(),s.Myform.$setUntouched(),s.Quali="",s.disabled=!1,s.chkdisabled=!0,s.grid=!1,s.Update_btn=!1,s.save_btn=!0,s.display=!0,s.combo_single=!1,s.combo_multiple=!1,s.popobj={},s.popobj.em_qual_status=!0,s.Qualification_Name="",n.get(i.apiUrl+"api/common/Qualification/getQualificationName").then(function(e){s.Qualification_Name=e.data})}}])}(),function(){"use strict";var l,e=angular.module("sims.module.HRMS");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("DestinationCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(s,e,t,a,o,n,i){s.pagesize="10",s.pageindex="0",s.pager=!0,s.pagesize="10",s.pageindex=0,s.save_btn=!0,s.Update_btn=!1,s.display=!1,s.table=!0,s.user_access=[],s.appcode=e.current.name.split(".");e=t.globals.currentUser.username;n.get(i.apiUrl+"api/AlertTransaction/Get_user_access_rights?username="+e+"&appl_code="+s.appcode[1]).then(function(e){s.user_rights=e.data;for(var t=0;t<s.user_rights.length;t++)0==t&&(s.user_access.data_read=s.user_rights[t].comn_user_read,s.user_access.data_insert=s.user_rights[t].comn_user_insert,s.user_access.data_update=s.user_rights[t].comn_user_update,s.user_access.data_delete=s.user_rights[t].comn_user_delete,s.user_access.data_massupdate=s.user_rights[t].comn_user_massupdate,s.user_access.is_admin=s.user_rights[t].comn_user_admin)}),a(function(){$("#fixTable").tableHeadFixer({top:1})},100),s.propertyName=null,s.reverse=!1,s.sortBy=function(e){s.reverse=s.propertyName===e&&!s.reverse,s.propertyName=e},n.get(i.apiUrl+"api/common/Destination/getCountryName").then(function(e){s.display=!1,s.table=!0,s.con=e.data,console.log(s.con)}),n.get(i.apiUrl+"api/common/Destination/getAllDestination").then(function(e){s.obj1=e.data,s.totalItems=s.obj1.length,s.todos=s.obj1,s.makeTodos()}),s.size=function(e){"All"==e?(s.currentPage="1",s.filteredTodos=s.obj1,s.pager=!1):(s.pager=!0,"All"==e?(s.currentPage="1",s.filteredTodos=s.obj1,s.pager=!1):(s.pager=!0,s.pagesize=e,s.currentPage=1,s.numPerPage=e,s.makeTodos()),console.log("numPerPage="+s.numPerPage),s.makeTodos()),s.numPerPage=e,console.log("numPerPage="+s.numPerPage)},s.index=function(e){s.pageindex=e,s.currentPage=e,console.log("currentPage="+s.currentPage),s.makeTodos(),l.checked=!1,s.row1=""},s.filteredTodos=[],s.currentPage=1,s.numPerPage=10,s.maxSize=10,s.makeTodos=function(){var e=parseInt(s.totalItems%s.numPerPage),e=(s.pagersize="0"==e?parseInt(s.totalItems/s.numPerPage):parseInt(s.totalItems/s.numPerPage)+1,(s.currentPage-1)*s.numPerPage),t=parseInt(e)+parseInt(s.numPerPage);console.log("begin="+e),console.log("end="+t),s.filteredTodos=s.todos.slice(e,t)},s.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).dest_name.toLowerCase().indexOf(t.toLowerCase())||-1<e.country_name.toLowerCase().indexOf(t.toLowerCase())||-1<e.country_code.toLowerCase().indexOf(t.toLowerCase())||e.dest_code==t;var t})},s.search=function(){s.todos=s.searched(s.obj1,s.searchText),s.totalItems=s.todos.length,s.currentPage="1",""==s.searchText&&(s.todos=s.obj1),s.makeTodos(),l.checked=!1,s.CheckAllChecked()},s.New=function(){0==s.user_access.data_insert?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(s.table=!1,s.display=!0,s.save_btn=!0,s.Update_btn=!1,s.temp="",s.Myform.$setPristine(),s.Myform.$setUntouched())};var d=[],c=(s.savedata=function(e){if(e){var t=!1,e=s.temp;if(0<s.filteredTodos.length)for(var a=0;a<s.filteredTodos.length;a++){if(s.filteredTodos[a].dest_name==s.temp.dest_name){swal({title:"Alert",text:"Record Already Exist",showCloseButton:!0,width:380}),t=!1;break}t=!0}else t=!0;1==t&&((e=s.temp).opr="I",d.push(e),n.post(i.apiUrl+"api/common/Destination/CUDDestination",d).then(function(e){s.msg1=e.data,1==s.msg1?swal({text:"Record Inserted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}):0==s.msg1?swal({text:"Record Not Inserted. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}):swal("Error-"+s.msg1),n.get(i.apiUrl+"api/common/Destination/getAllDestination").then(function(e){s.obj1=e.data,s.totalItems=s.obj1.length,s.todos=s.obj1,s.makeTodos()})}),d=[],s.table=!0,s.display=!1)}},s.Cancel=function(){s.temp="",s.table=!0,s.display=!1,s.Myform.$setPristine(),s.Myform.$setUntouched(),s.temp.country_code="",s.temp.dest_name=""},s.edit=function(e){0==s.user_access.data_update?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(s.table=!1,s.display=!0,s.save_btn=!1,s.Update_btn=!0,s.temp={country_code:e.country_code,dest_name:e.dest_name,dest_code:e.dest_code})},[]);s.update=function(e){e&&((e=s.temp).opr="U",c.push(e),n.post(i.apiUrl+"api/common/Destination/CUDDestination",c).then(function(e){s.msg1=e.data,1==s.msg1?swal({text:"Record Updated Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}):0==s.msg1?swal({text:"Record Not Updated. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}):swal("Error-"+s.msg1),n.get(i.apiUrl+"api/common/Destination/getAllDestination").then(function(e){s.obj1=e.data,s.totalItems=s.obj1.length,s.todos=s.obj1,s.makeTodos()})}),c=[],s.table=!0,s.display=!1)},s.CheckAllChecked=function(){if(1==(l=document.getElementById("mainchk")).checked)for(var e=0;e<s.filteredTodos.length;e++)document.getElementById("test-"+e).checked=!0,s.row1="row_selected",$("tr").addClass("row_selected");else for(e=0;e<s.filteredTodos.length;e++)document.getElementById("test-"+e).checked=!1,l.checked=!1,s.row1=""},s.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),s.color="#edefef"}),1==(l=document.getElementById("mainchk")).checked&&(l.checked=!1,$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected")}))},s.OkDelete=function(){if(0==s.user_access.data_delete)swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200});else{var o=[];s.flag=!1;for(var e,t=0;t<s.filteredTodos.length;t++)1==document.getElementById("test-"+t).checked&&(s.flag=!0,e={dest_code:s.filteredTodos[t].dest_code,opr:"D"},o.push(e));s.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)n.post(i.apiUrl+"api/common/Destination/CUDDestination?data=",o).then(function(e){s.msg1=e.data,1==s.msg1?swal({text:"Record Deleted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&(n.get(i.apiUrl+"api/common/Destination/getAllDestination").then(function(e){s.obj1=e.data,s.totalItems=s.obj1.length,s.todos=s.obj1,s.makeTodos()}),1==(l=document.getElementById("mainchk")).checked&&(l.checked=!1,s.row1=""),s.currentPage=!0)}):0==s.msg1?swal({text:"Record Not Deleted. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&(n.get(i.apiUrl+"api/common/Destination/getAllDestination").then(function(e){s.obj1=e.data,s.totalItems=s.obj1.length,s.todos=s.obj1,s.makeTodos()}),1==(l=document.getElementById("mainchk")).checked&&(l.checked=!1,s.row1=""),s.currentPage=!0)}):swal("Error-"+s.msg1)});else for(var t=0;t<s.filteredTodos.length;t++){var a=document.getElementById("test-"+t);1==a.checked&&(a.checked=!1,l.checked=!1,$("tr").removeClass("row_selected"))}}):swal({text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}),s.currentPage=str}}}])}(),function(){"use strict";var e=angular.module("sims.module.HRMS");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("ActiveUserCont",["$scope","$state","$rootScope","$stateParams","$timeout","gettextCatalog","$http","$filter","ENV",function(d,e,s,t,a,o,_,n,c){var i;d.display=!0,d.grid=!0,d.pagesize="10",d.pageindex="0",d.pager=!0,d.getgriddata=[],d.btn_save=!0,d.btn_delete=!1;d.ddMMyyyy=n("date")(new Date,"dd-MM-yyyy"),a(function(){$("#fixedtable").tableHeadFixer({top:1})},100),d.filteredTodos=[],d.currentPage=1,d.numPerPage=10,d.maxSize=10,"siserp"==_.defaults.headers.common.schoolId&&(d.hidebtn=!0),d.edt={sims_user:"emp",sims_type:"loginid"},d.makeTodos=function(){var e=parseInt(d.totalItems%d.numPerPage),e=(d.pagersize="0"==e?parseInt(d.totalItems/d.numPerPage):parseInt(d.totalItems/d.numPerPage)+1,(d.currentPage-1)*d.numPerPage),t=parseInt(e)+parseInt(d.numPerPage);d.filteredTodos=d.todos.slice(e,t)},d.getsearch_details=function(e,t,a){var n=[],i=(d.btn_save=!1,d.filteredTodos=[],d.maindata=[],d.totalItems=[],d.todos=[],{});d.getgriddata=[],null==a&&(a=""),"emp"==e&&("firstname"==t&&(d.maindata=[],d.filteredTodos=[],_.post(c.apiUrl+"api/common/ActiveUser/Search_Employee_by_first_name?first_name="+a).then(function(e){d.getgriddata=e.data;for(var t=0;t<d.getgriddata.length;t++){var a=new Date,o=a.getMonth()+1,s=a.getDate(),s=(o<10&&(o="0"+o),s<10&&(s="0"+s),d.todaydate1=s+"-"+o+"-"+a.getFullYear(),{login_id:d.getgriddata[t].login_id,activation_date:d.todaydate1,status:d.getgriddata[t].status,user_name:d.getgriddata[t].user_name});n.push(s)}d.totalItems=n.length,d.todos=n,d.makeTodos()})),"lastname"==t&&_.post(c.apiUrl+"api/common/ActiveUser/Search_Employee_by_last_name?last_name="+a).then(function(e){d.getgriddata=e.data;for(var t=0;t<d.getgriddata.length;t++){var a=new Date,o=a.getMonth()+1,s=a.getDate(),s=(o<10&&(o="0"+o),s<10&&(s="0"+s),d.todaydate1=s+"-"+o+"-"+a.getFullYear(),{login_id:d.getgriddata[t].login_id,activation_date:d.todaydate1,status:d.getgriddata[t].status,user_name:d.getgriddata[t].user_name});n.push(s)}d.totalItems=n.length,d.todos=n,d.makeTodos()}),"loginid"==t)&&_.post(c.apiUrl+"api/common/ActiveUser/Search_Employee_by_login_id?login="+a).then(function(e){d.getgriddata=e.data;for(var t=0;t<d.getgriddata.length;t++){var a=new Date,o=a.getMonth()+1,s=a.getDate(),s=(o<10&&(o="0"+o),s<10&&(s="0"+s),d.todaydate1=s+"-"+o+"-"+a.getFullYear(),{login_id:d.getgriddata[t].login_id,activation_date:d.todaydate1,status:d.getgriddata[t].status,user_name:d.getgriddata[t].user_name});n.push(s)}d.totalItems=n.length,d.todos=n,d.makeTodos()}),"student"==e&&("firstname"==t&&(d.filteredTodos=[],d.maindata=[],_.post(c.apiUrl+"api/common/ActiveUser/Search_Student_by_first_name?first_name="+a).then(function(e){d.getgriddata=e.data;for(var t=0;t<d.getgriddata.length;t++){var a=new Date,o=a.getMonth()+1,s=a.getDate();o<10&&(o="0"+o),s<10&&(s="0"+s),d.todaydate1=s+"-"+o+"-"+a.getFullYear(),i={login_id:d.getgriddata[t].login_id,activation_date:d.todaydate1,status:d.getgriddata[t].status,user_name:d.getgriddata[t].user_name},n.push(i)}d.totalItems=n.length,d.todos=n,d.makeTodos()})),"lastname"==t&&_.post(c.apiUrl+"api/common/ActiveUser/Search_Student_by_last_name?last_name="+a).then(function(e){d.getgriddata=e.data;for(var t=0;t<d.getgriddata.length;t++){var a=new Date,o=a.getMonth()+1,s=a.getDate();o<10&&(o="0"+o),s<10&&(s="0"+s),d.todaydate1=s+"-"+o+"-"+a.getFullYear(),i={login_id:d.getgriddata[t].login_id,activation_date:d.todaydate1,status:d.getgriddata[t].status,user_name:d.getgriddata[t].user_name},n.push(i)}d.totalItems=n.length,d.todos=n,d.makeTodos()}),"loginid"==t)&&_.post(c.apiUrl+"api/common/ActiveUser/Search_Student_by_login_id?login="+a).then(function(e){d.getgriddata=e.data;for(var t=0;t<d.getgriddata.length;t++){var a=new Date,o=a.getMonth()+1,s=a.getDate(),s=(o<10&&(o="0"+o),s<10&&(s="0"+s),d.todaydate1=s+"-"+o+"-"+a.getFullYear(),{login_id:d.getgriddata[t].login_id,activation_date:d.todaydate1,status:d.getgriddata[t].status,user_name:d.getgriddata[t].user_name});n.push(s)}d.totalItems=n.length,d.todos=n,d.makeTodos()}),"parent"==e&&("firstname"==t&&_.post(c.apiUrl+"api/common/ActiveUser/Search_Parent_by_first_name?first_name="+a).then(function(e){d.getgriddata=e.data;for(var t=0;t<d.getgriddata.length;t++){var a=new Date,o=a.getMonth()+1,s=a.getDate();o<10&&(o="0"+o),s<10&&(s="0"+s),d.todaydate1=s+"-"+o+"-"+a.getFullYear(),i={login_id:d.getgriddata[t].login_id,activation_date:d.todaydate1,status:d.getgriddata[t].status,user_name:d.getgriddata[t].user_name},n.push(i)}d.totalItems=n.length,d.todos=n,d.makeTodos()}),"lastname"==t&&_.post(c.apiUrl+"api/common/ActiveUser/Search_Parent_by_last_name?last_name="+a).then(function(e){d.getgriddata=e.data;for(var t=0;t<d.getgriddata.length;t++){var a=new Date,o=a.getMonth()+1,s=a.getDate(),s=(o<10&&(o="0"+o),s<10&&(s="0"+s),d.todaydate1=s+"-"+o+"-"+a.getFullYear(),{login_id:d.getgriddata[t].login_id,activation_date:d.todaydate1,status:d.getgriddata[t].status,user_name:d.getgriddata[t].user_name});n.push(s)}d.totalItems=n.length,d.todos=n,d.makeTodos()}),"loginid"==t)&&_.post(c.apiUrl+"api/common/ActiveUser/Search_Parent_by_login_id?login="+a).then(function(e){d.getgriddata=e.data;for(var t=0;t<d.getgriddata.length;t++){var a=new Date,o=a.getMonth()+1,s=a.getDate(),s=(o<10&&(o="0"+o),s<10&&(s="0"+s),d.todaydate1=s+"-"+o+"-"+a.getFullYear(),{login_id:d.getgriddata[t].login_id,activation_date:d.todaydate1,status:d.getgriddata[t].status,user_name:d.getgriddata[t].user_name});n.push(s)}d.totalItems=n.length,d.todos=n,d.makeTodos()})},d.checkdate=function(e){var t,a;null!=e&&((t=(e=new Date(e)).getMonth()+1)<10&&(t="0"+t),(a=e.getDate())<10&&(a="0"+a),e=e.getFullYear()+"-"+t+"-"+a,console.log(e),d.active_user={activation_date:e})},d.Save=function(e){var t=[],a=[];if(d.emp=!1,d.parent=!1,d.student=!1,e){console.log(s.globals.currentUser.username);for(var o=0;o<d.filteredTodos.length;o++)1==d.filteredTodos[o].login_id1&&("emp"==d.edt.sims_user&&(a={login_id:d.filteredTodos[o].login_id,activation_date:d.filteredTodos[o].activation_date,sims_student_status_updation_user_code:s.globals.currentUser.username},d.emp=!0,t.push(a)),"student"==d.edt.sims_user&&(a={login_id:d.filteredTodos[o].login_id,activation_date:d.filteredTodos[o].activation_date,sims_student_status_updation_user_code:s.globals.currentUser.username},d.student=!0,t.push(a)),"parent"==d.edt.sims_user)&&(a={login_id:d.filteredTodos[o].login_id,activation_date:d.filteredTodos[o].activation_date,sims_student_status_updation_user_code:s.globals.currentUser.username},d.parent=!0,t.push(a));d.parent?_.post(c.apiUrl+"api/common/ActiveUser/Insert_Parent_activation_history",t).then(function(e){d.getparent=e.data,1==d.getparent?swal({text:"Active User Mapped Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&d.getsearch_details(d.edt.sims_user,d.edt.sims_type,d.edt.sims_name)}):swal({text:"Active User Not Mapped Successfully. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&d.getsearch_details(d.edt.sims_user,d.edt.sims_type,d.edt.sims_name)})}):d.emp?_.post(c.apiUrl+"api/common/ActiveUser/Insert_Employee_activation_history",t).then(function(e){d.getEmp=e.data,1==d.getEmp?swal({text:"Active User Mapped Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&d.getsearch_details(d.edt.sims_user,d.edt.sims_type,d.edt.sims_name)}):swal({text:"Active User Not Mapped Successfully. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&d.getsearch_details(d.edt.sims_user,d.edt.sims_type,d.edt.sims_name)})}):d.student?_.post(c.apiUrl+"api/common/ActiveUser/Insert_Student_activation_history",t).then(function(e){d.getStudent=e.data,1==d.getStudent?swal({text:"Active User Mapped Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&d.getsearch_details(d.edt.sims_user,d.edt.sims_type,d.edt.sims_name)}):swal({text:"Active User Not Mapped Successfully. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&d.getsearch_details(d.edt.sims_user,d.edt.sims_type,d.edt.sims_name)})}):swal({text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380})}},d.Cancel=function(){d.edt="",d.filteredTodos=""},d.get_msgtype=function(e){"emp"==e?(d.edt.sims_name="",d.edt.sims_student="",d.edt.sims_parent=""):"parent"==e?(d.edt.sims_name="",d.edt.sims_student="",d.edt.sims_Emp=""):"student"==e&&(d.edt.sims_name="",d.edt.sims_Emp="",d.edt.sims_parent="")},d.get_ischecked=function(e){e.ischecked=!0,$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),d.color="#edefef"}),1==(i=document.getElementById("mainchk")).checked&&(i.checked=!1,d.color="#edefef",d.row1="")},d.get_nametypechecked=function(e){"firstname"==e&&(d.edt.sims_name="",d.edt.sims_last_name="",d.edt.sims_login_id=""),"lastname"==e&&(d.edt.sims_name="",d.edt.sims_first_name="",d.edt.sims_login_id=""),"loginid"==e&&(d.edt.sims_name="",d.edt.sims_last_name="",d.edt.sims_first_name="")},d.checkAll=function(){if(1==(i=document.getElementById("mainchk")).checked)for(var e=0;e<d.filteredTodos.length;e++)document.getElementById("test_"+e).checked=!0,d.row1="row_selected";else for(e=0;e<d.filteredTodos.length;e++)document.getElementById("test_"+e).checked=!1,i.checked=!1,d.row1=""},$('*[data-timepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0}),$(document).on("touch click",'*[data-timepicker="true"] .add-on',function(e){$('input[type="text"]',$(this).parent()).focus()}),d.size=function(e){"All"==e?(d.currentPage="1",d.filteredTodos=d.todos,d.pager=!1):(d.pager=!0,d.pagesize=e,d.currentPage=1,d.numPerPage=e,d.makeTodos())},d.index=function(e){d.pageindex=e,d.currentPage=e,console.log("currentPage="+d.currentPage),d.makeTodos(),i.checked=!1}}])}(),function(){"use strict";var r,m=[],e=angular.module("sims.module.HRMS");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("PaysParameterCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(o,e,t,a,s,n,i){o.pagesize="10",o.pageindex="0",o.pager=!0,o.save_btn=!0,o.Update_btn=!1,o.display=!1,o.table=!0,o.propertyName=null,o.reverse=!1,o.sortBy=function(e){o.reverse=o.propertyName===e&&!o.reverse,o.propertyName=e},a(function(){$("#fixTable").tableHeadFixer({top:1})},100),n.get(i.apiUrl+"api/common/PaysParameter/getCompanyName").then(function(e){o.display=!1,o.table=!0,o.comp=e.data,console.log(o.comp)}),n.get(i.apiUrl+"api/common/PaysParameter/getApplicationName").then(function(e){o.appl_name=e.data,console.log(o.appl_name)}),n.get(i.apiUrl+"api/common/PaysParameter/getApplicationName").then(function(e){o.appl_name1=e.data,console.log(o.appl_name1)}),n.get(i.apiUrl+"api/common/PaysParameter/getAllPaysParameter").then(function(e){o.obj1=e.data,console.log(o.obj1),o.totalItems=o.obj1.length,console.log(o.totalItems),o.todos=o.obj1,console.log(o.totalItems),o.makeTodos()}),o.getgrid=function(){n.get(i.apiUrl+"api/common/PaysParameter/getAllPaysParameter").then(function(e){o.obj1=e.data,console.log(o.obj1),o.totalItems=o.obj1.length,console.log(o.totalItems),o.todos=o.obj1,console.log(o.totalItems),o.makeTodos()}),o.myForm.$setPristine(),o.myForm.$setUntouched()},o.size=function(e){"All"==e?(o.currentPage="1",o.filteredTodos=o.todos,o.pager=!1,o.flag=!0):(o.pager=!0,o.pagesize=e,o.currentPage=1,o.numPerPage=e,o.makeTodos())},o.index=function(e){o.pageindex=e,o.currentPage=e,console.log("currentPage="+o.currentPage),o.makeTodos(),r.checked=!1,o.CheckAllChecked()},o.filteredTodos=[],o.currentPage=1,o.numPerPage=10,o.maxSize=10,o.makeTodos=function(){var e=parseInt(o.totalItems%o.numPerPage),e=(o.pagersize="0"==e?parseInt(o.totalItems/o.numPerPage):parseInt(o.totalItems/o.numPerPage)+1,(o.currentPage-1)*o.numPerPage),t=parseInt(e)+parseInt(o.numPerPage);console.log("begin="+e),console.log("end="+t),o.filteredTodos=o.todos.slice(e,t);for(var a=0;a<o.filteredTodos.length;a++)o.filteredTodos[a].icon="fa fa-plus-circle"},o.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).pays_appl_name_en.toLowerCase().indexOf(t.toLowerCase())||-1<e.pays_appl_form_field.toLowerCase().indexOf(t.toLowerCase())||-1<e.pays_appl_parameter.toLowerCase().indexOf(t.toLowerCase())||-1<e.pays_appl_form_field_value1.toLowerCase().indexOf(t.toLowerCase());var t})},o.search=function(){o.todos=o.searched(o.obj1,o.searchText),o.totalItems=o.todos.length,o.currentPage="1",""==o.searchText&&(o.todos=o.obj1),o.makeTodos(),r.checked=!1,o.CheckAllChecked()},o.GetSelectedApplication=function(e){""==e?o.getgrid():n.get(i.apiUrl+"api/common/PaysParameter/getAllPaysParameter?comn_appl_code="+e).then(function(e){o.display=!1,o.obj1=e.data,o.totalItems=o.obj1.length,o.todos=o.obj1,o.makeTodos()}),o.myForm.$setPristine(),o.myForm.$setUntouched()},o.New=function(){o.disabled=!1,o.readonly=!0,o.table=!1,o.display=!0,o.save_btn=!0,o.Update_btn=!1,o.temp={},o.Myform.$setPristine(),o.Myform.$setUntouched(),0<o.comp.length&&(o.temp.pays_comp_code=o.comp[0].pays_comp_code)};var d,c=[],l=(o.savedata=function(e){e&&(e={pays_comp_code:o.temp.pays_comp_code,pays_appl_code:o.temp.pays_application_code,pays_appl_form_field:o.temp.pays_appl_form_field,pays_appl_parameter:o.temp.pays_appl_parameter,pays_appl_form_field_value1:o.temp.pays_appl_form_field_value1,pays_appl_form_field_value2:o.temp.pays_appl_form_field_value2,pays_appl_form_field_value3:o.temp.pays_appl_form_field_value3,pays_appl_form_field_value4:o.temp.pays_appl_form_field_value4,opr:"I"},c.push(e),n.post(i.apiUrl+"api/common/PaysParameter/CUDPaysParameter",c).then(function(e){o.msg1=e.data,1==o.msg1?swal({text:"Record Inserted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}):0==o.msg1?swal({text:"Record Not Inserted. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}):swal("Error-"+o.msg1),n.get(i.apiUrl+"api/common/PaysParameter/getAllPaysParameter").then(function(e){o.obj1=e.data,o.totalItems=o.obj1.length,o.todos=o.obj1,o.makeTodos()})}),c=[],o.display=!1,o.table=!0)},o.Cancel=function(){o.temp="",o.table=!0,o.display=!1,o.Myform.$setPristine(),o.Myform.$setUntouched(),o.temp.pays_comp_code="",o.temp.pays_application_code="",o.temp.pays_appl_form_field="",o.temp.pays_appl_parameter="",o.temp.pays_appl_form_field_value1="",o.temp.pays_appl_form_field_value2="",o.temp.pays_appl_form_field_value3="",o.temp.pays_appl_form_field_value4=""},o.edit=function(e){o.table=!1,o.disabled=!0,o.display=!0,o.save_btn=!1,o.Update_btn=!0,o.temp={pays_comp_code:e.pays_comp_code,pays_application_code:e.pays_appl_code,pays_appl_form_field:e.pays_appl_form_field,pays_appl_parameter:e.pays_appl_parameter,pays_appl_form_field_value1:e.pays_appl_form_field_value1,pays_appl_form_field_value2:e.pays_appl_form_field_value2,pays_appl_form_field_value3:e.pays_appl_form_field_value3,pays_appl_form_field_value4:e.pays_appl_form_field_value4,old_form:e.pays_appl_form_field,old_parameter:e.pays_appl_parameter,old_value1:e.pays_appl_form_field_value1}},[]);o.update=function(e){e&&(e={pays_comp_code:o.temp.pays_comp_code,pays_appl_code:o.temp.pays_application_code,pays_appl_form_field:o.temp.pays_appl_form_field,pays_appl_parameter:o.temp.pays_appl_parameter,pays_appl_form_field_value1:o.temp.pays_appl_form_field_value1,pays_appl_form_field_value2:o.temp.pays_appl_form_field_value2,pays_appl_form_field_value3:o.temp.pays_appl_form_field_value3,pays_appl_form_field_value4:o.temp.pays_appl_form_field_value4,old_form:o.temp.old_form,old_parameter:o.temp.old_parameter,old_value1:o.temp.old_value1,opr:"U"},l.push(e),n.post(i.apiUrl+"api/common/PaysParameter/CUDPaysParameter",l).then(function(e){o.msg1=e.data,1==o.msg1?swal({text:"Record Updated Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}):0==o.msg1?swal({text:"Record Not Updated. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}):swal("Error-"+o.msg1),n.get(i.apiUrl+"api/common/PaysParameter/getAllPaysParameter").then(function(e){o.obj1=e.data,o.totalItems=o.obj1.length,o.todos=o.obj1,o.makeTodos()})}),l=[],o.display=!1,o.table=!0)},o.CheckAllChecked=function(){if(1==(r=document.getElementById("mainchk")).checked)for(var e=0;e<o.filteredTodos.length;e++)document.getElementById(o.filteredTodos[e].pays_comp_name+e).checked=!0,o.row1="row_selected";else for(e=0;e<o.filteredTodos.length;e++)document.getElementById(o.filteredTodos[e].pays_comp_name+e).checked=!1,r.checked=!1,o.row1=""},o.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),o.color="#edefef"}),1==(r=document.getElementById("mainchk")).checked&&(r.checked=!1,o.color="#edefef",o.row1="")},o.OkDelete=function(){o.flag=!1;for(var e,t=0;t<o.filteredTodos.length;t++)1==document.getElementById(o.filteredTodos[t].pays_comp_name+t).checked&&(o.flag=!0,e={pays_comp_code:o.filteredTodos[t].pays_comp_code,pays_appl_form_field:o.filteredTodos[t].pays_appl_form_field,pays_appl_parameter:o.filteredTodos[t].pays_appl_parameter,pays_appl_form_field_value1:o.filteredTodos[t].pays_appl_form_field_value1,opr:"D"},m.push(e));o.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)n.post(i.apiUrl+"api/common/PaysParameter/CUDPaysParameter",m).then(function(e){o.msg1=e.data,1==o.msg1?swal({text:"Record Deleted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&n.get(i.apiUrl+"api/common/PaysParameter/getAllPaysParameter").then(function(e){o.obj1=e.data,o.totalItems=o.obj1.length,o.todos=o.obj1,o.makeTodos()})}):0==o.msg1?swal({text:"Record Not Deleted. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&n.get(i.apiUrl+"api/common/PaysParameter/getAllPaysParameter").then(function(e){o.obj1=e.data,o.totalItems=o.obj1.length,o.todos=o.obj1,o.makeTodos()})}):swal("Error-"+o.msg1)});else for(var t=0;t<o.filteredTodos.length;t++){var a=document.getElementById(o.filteredTodos[t].pays_comp_name+t);1==a.checked&&(a.checked=!1,o.row1="")}}):swal({text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380})},o.flag=!0,o.expand=function(e,t){if(1==o.flag)$(d).remove(),e.icon="fa fa-minus-circle",d=$("<tr id='innerRow'><td class='details' colspan='11'><table class='inner-table table table-bordered table-hover table-condensed' cellpadding='5' cellspacing='0'><tbody><tr style='background-color: #edefef'> <td class='semi-bold'>Field Value 1</td> <td class='semi-bold'>Field Value 2 </td><td class='semi-bold'>Field Value 3</td><td class='semi-bold'>Field Value 4</td></tr><tr><td>"+e.pays_appl_form_field_value1+"</td> <td>"+e.pays_appl_form_field_value2+" </td><td>"+e.pays_appl_form_field_value3+"</td><td>"+e.pays_appl_form_field_value4+"</td></tr> </table></td></tr>"),$(t.currentTarget).parents("tr").after(d),o.flag=!1;else{$("#innerRow").css({display:"none"});for(var a=0;a<o.filteredTodos.length;a++)o.filteredTodos[a].icon="fa fa-plus-circle";o.flag=!0}}}])}(),function(){"use strict";var d,c=[],l=[],e=angular.module("sims.module.HRMS");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("PayCode_1Cont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(o,e,t,a,s,n,i){o.pagesize="All",o.edt={},o.table1=!0,o.showPager=!0,o.PayCode_Data=[],o.user_access=[],o.appcode=e.current.name.split(".");e=t.globals.currentUser.username;n.get(i.apiUrl+"api/AlertTransaction/Get_user_access_rights?username="+e+"&appl_code="+o.appcode[1]).then(function(e){o.user_rights=e.data;for(var t=0;t<o.user_rights.length;t++)0==t&&(o.user_access.data_read=o.user_rights[t].comn_user_read,o.user_access.data_insert=o.user_rights[t].comn_user_insert,o.user_access.data_update=o.user_rights[t].comn_user_update,o.user_access.data_delete=o.user_rights[t].comn_user_delete,o.user_access.data_massupdate=o.user_rights[t].comn_user_massupdate,o.user_access.is_admin=o.user_rights[t].comn_user_admin)}),n.get(i.apiUrl+"api/PayCodeDetails/getPayCodeDetails").then(function(e){o.PayCode_Data=e.data,o.totalItems=o.PayCode_Data.length,o.todos=o.PayCode_Data,o.makeTodos()}),n.get(i.apiUrl+"api/PayCodeDetails/Get_gc_company_Code").then(function(e){o.Get_gc_company_Code=e.data,o.edt.pd_company_code=o.Get_gc_company_Code[0].pc_company_code,o.getGrade(o.edt.pd_company_code),o.getaccnumber(o.edt.pd_company_code)}),o.getGrade=function(){n.get(i.apiUrl+"api/PayCodeDetails/GetGradeCode?company_code="+o.edt.pd_company_code).then(function(e){o.GetGradeCode=e.data,o.edt.pd_grade_code=o.GetGradeCode[0].pd_grade_code})},setTimeout(function(){$("#Select4").select2()},100),setTimeout(function(){$("#Select5").select2()},100),setTimeout(function(){$("#Select3").select2()},100),setTimeout(function(){$("#Select6").select2()},100),o.getaccnumber=function(){n.get(i.apiUrl+"api/PayCodeDetails/GetAccountNo?company_code="+o.edt.pd_company_code).then(function(e){o.GetAccountNo=e.data})},o.table1=!0,o.onlyNumbers=function(e){var t,a={escape:27,backspace:8,tab:9,enter:13,del:46,0:48,1:49,2:50,3:51,4:52,5:53,6:54,7:55,8:56,9:57};for(t in a)if(a.hasOwnProperty(t)&&(e.charCode==a[t]||e.keyCode==a[t]))return;e.preventDefault()},o.pay_code_change=function(e){},o.operation=!1,o.editmode=!1,o.size=function(e){"All"==e?(o.currentPage=1,o.showPager=!1,o.filteredTodos=o.PayCode_Data):(o.showPager=!0,o.pagesize=e,o.currentPage=1,o.numPerPage=e,o.makeTodos())},o.index=function(e){o.pageindex=e,o.currentPage=e,o.makeTodos(),d.checked=!1,o.CheckAllChecked()},o.New=function(){0==o.user_access.data_insert?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(o.myForm.$setPristine(),o.myForm.$setUntouched(),o.newmode=!0,o.check=!0,o.edt={},o.editmode=!1,o.readonly=!1,o.table1=!1,o.operation=!0,o.savebtn=!0,o.updatebtn=!1,o._dis=!1,o.edt.pd_company_code=o.Get_gc_company_Code[0].pc_company_code,n.get(i.apiUrl+"api/PayCodeDetails/GetPayCode?company_code="+o.edt.pd_company_code).then(function(e){o.GetPayCode=e.data}))},o.get_pay_code=function(e){n.get(i.apiUrl+"api/PayCodeDetails/GetPayCode?company_code="+e).then(function(e){o.GetPayCode=e.data})},o.up=function(e){0==o.user_access.data_update?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(o.editmode=!0,o.newmode=!1,o.savebtn=!1,o.updatebtn=!0,o.readonly=!0,o.table1=!1,o.operation=!0,o._dis=!0,e.pd_debit_acno,o.edt={pd_grade_code:e.pd_grade_code,pd_grade_code_nm:e.pd_grade_code_nm,pd_pay_code:e.pd_pay_code,pd_pay_code_nm:e.pd_pay_code_nm,pd_company_code:e.pd_company_code,company_name:e.company_name,pd_amount:e.pd_amount,pd_credit_acno:e.pd_credit_acno,pd_credit_acno_nm:e.pd_credit_acno_nm,pd_debit_acno:e.pd_debit_acno,pd_debit_acno_nm:e.pd_debit_acno_nm,pd_cash_acno:e.pd_cash_acno,pd_cash_acno_nm:e.pd_cash_acno_nm,pd_bank_acno:e.pd_bank_acno,pd_bank_acno_nm:e.pd_bank_acno_nm},$("#Select4").select2("val",o.edt.pd_credit_acno),$("#Select5").select2("val",o.edt.pd_debit_acno),$("#Select3").select2("val",o.edt.pd_cash_acno),$("#Select6").select2("val",o.edt.pd_bank_acno),o.get_pay_code(o.edt.pd_company_code))},o.cancel=function(){o.table1=!0,o.operation=!1,o.myForm.$setPristine(),o.myForm.$setUntouched(),o.edt={pc_earn_dedn_tag:"",pc_citi_exp_tag:"",pc_company_grade_tag:"",cp_desc:"",cp_change_desc:"",cp_display_order:""},$("#Select4").select2("val",""),$("#Select5").select2("val",""),$("#Select3").select2("val",""),$("#Select6").select2("val","")},o.Save=function(e){if(e){l=[];var t=o.edt;t.opr="I",o.exist=!1;for(var a=0;a<o.PayCode_Data.length;a++)o.PayCode_Data[a].pd_grade_code==t.pd_grade_code&&o.PayCode_Data[a].pd_pay_code==t.pd_pay_code&&o.PayCode_Data[a].pd_company_code==t.pd_company_code&&(o.exist=!0);o.exist?swal({text:"Pay code details already exists",imageUrl:"assets/img/notification-alert.png",width:300,height:200}):(l.push(t),n.post(i.apiUrl+"api/PayCodeDetails/PayCodeDetailsCUD",t).then(function(e){o.msg1=e.data,1==o.msg1?swal({text:"Record Inserted Successfully",imageUrl:"assets/img/check.png",width:300,height:200}):0==o.msg1?swal({text:"Record not Inserted. ",imageUrl:"assets/img/close.png",width:300,height:200}):swal("Error-"+o.msg1),o.operation=!1,n.get(i.apiUrl+"api/PayCodeDetails/getPayCodeDetails").then(function(e){o.PayCode_Data=e.data,o.totalItems=o.PayCode_Data.length,o.todos=o.PayCode_Data,o.makeTodos()})})),o.table1=!0,o.operation=!1}},o.Update=function(e){l=[];var t={pd_grade_code:o.edt.pd_grade_code,pd_pay_code:o.edt.pd_pay_code,pd_company_code:o.edt.pd_company_code,pd_amount:o.edt.pd_amount,pd_credit_acno:o.edt.pd_credit_acno,pd_debit_acno:o.edt.pd_debit_acno,pd_cash_acno:o.edt.pd_cash_acno,pd_bank_acno:o.edt.pd_bank_acno,opr:"U"};l.push(t),n.post(i.apiUrl+"api/PayCodeDetails/PayCodeDetailsCUD",t).then(function(e){o.msg1=e.data,1==o.msg1?swal({text:"Record Updated Successfully",imageUrl:"assets/img/check.png",width:300,height:200}):0==o.msg1?swal({text:"Record Not Updated. ",imageUrl:"assets/img/close.png",width:300,height:200}):swal("Error-"+o.msg1),o.operation=!1,n.get(i.apiUrl+"api/PayCodeDetails/getPayCodeDetails").then(function(e){o.PayCode_Data=e.data,o.totalItems=o.PayCode_Data.length,o.todos=o.PayCode_Data,o.makeTodos()})}),o.operation=!1,o.table1=!0},o.filteredTodos=[],o.currentPage=1,o.numPerPage=10,o.maxSize=10,o.makeTodos=function(){var e,t;"All"==o.pagesize?(o.currentPage=1,o.showPager=!1,o.filteredTodos=o.PayCode_Data):(e=parseInt(o.totalItems%o.numPerPage),o.pagersize="0"==e?parseInt(o.totalItems/o.numPerPage):parseInt(o.totalItems/o.numPerPage)+1,e=(o.currentPage-1)*o.numPerPage,t=parseInt(e)+parseInt(o.numPerPage),o.filteredTodos=o.todos.slice(e,t))},o.CheckAllChecked=function(){if(1==(d=document.getElementById("mainchk")).checked)for(var e=0;e<o.filteredTodos.length;e++)document.getElementById("test-"+e).checked=!0,$("tr").addClass("row_selected");else for(e=0;e<o.filteredTodos.length;e++)document.getElementById("test-"+e).checked=!1,d.checked=!1,o.row1="",$("tr").removeClass("row_selected")},o.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),o.color="#edefef"}),1==(d=document.getElementById("mainchk")).checked&&(d.checked=!1,$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected")}))},o.deleterecord=function(){if(0==o.user_access.data_delete)swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200});else{c=[],o.flag=!1;for(var e,t=0;t<o.filteredTodos.length;t++)1==document.getElementById("test-"+t).checked&&(o.flag=!0,e={pd_grade_code:o.filteredTodos[t].pd_grade_code,pd_pay_code:o.filteredTodos[t].pd_pay_code,pd_company_code:o.filteredTodos[t].pd_company_code,pd_amount:o.filteredTodos[t].pd_amount,pd_credit_acno:o.filteredTodos[t].pd_credit_acno,pd_debit_acno:o.filteredTodos[t].pd_debit_acno,pd_cash_acno:o.filteredTodos[t].pd_cash_acno,pd_bank_acno:o.filteredTodos[t].pd_bank_acno,opr:"D"},c.push(e));o.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)n.post(i.apiUrl+"api/PayCodeDetails/PayCodeDetailsD",c).then(function(e){o.msg1=e.data,1==o.msg1?swal({text:"Record Deleted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&(n.get(i.apiUrl+"api/PayCodeDetails/getPayCodeDetails").then(function(e){o.PayCode_Data=e.data,o.totalItems=o.PayCode_Data.length,o.todos=o.PayCode_Data,o.makeTodos()}),1==(d=document.getElementById("mainchk")).checked)&&(d.checked=!1,o.row1="")}):0==o.msg1?swal({text:"Record Not Deleted. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&(n.get(i.apiUrl+"api/PayCodeDetails/getPayCodeDetails").then(function(e){o.PayCode_Data=e.data,o.totalItems=o.PayCode_Data.length,o.todos=o.PayCode_Data,o.makeTodos()}),1==(d=document.getElementById("mainchk")).checked)&&(d.checked=!1,o.row1="")}):swal("Error-"+o.msg1)});else for(var t=0;t<o.filteredTodos.length;t++){var a=document.getElementById(t);1==a.checked&&(a.checked=!1,o.row1="",$("tr").removeClass("row_selected"))}}):swal({text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}),d.checked=!1,o.currentPage=!0,o.row1=""}},o.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).pd_grade_code_nm.toLowerCase().indexOf(t.toLowerCase())||-1<e.pd_pay_code_nm.toLowerCase().indexOf(t.toLowerCase());var t})},o.search=function(){o.todos=o.searched(o.PayCode_Data,o.searchText),o.totalItems=o.todos.length,o.currentPage="1",""==o.searchText&&(o.todos=o.PayCode_Data),o.makeTodos()},a(function(){$("#fixTable").tableHeadFixer({top:1})},100)}])}(),function(){"use strict";var d,c=[],l=[],e=angular.module("sims.module.HRMS");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("PayCodeCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(o,e,t,a,s,n,i){o.pagesize="All",o.pageindex="0",o.pager=!0,o.exist=!1,o.table1=!0,o.user_access=[],o.appcode=e.current.name.split(".");e=t.globals.currentUser.username;n.get(i.apiUrl+"api/AlertTransaction/Get_user_access_rights?username="+e+"&appl_code="+o.appcode[1]).then(function(e){o.user_rights=e.data;for(var t=0;t<o.user_rights.length;t++)0==t&&(o.user_access.data_read=o.user_rights[t].comn_user_read,o.user_access.data_insert=o.user_rights[t].comn_user_insert,o.user_access.data_update=o.user_rights[t].comn_user_update,o.user_access.data_delete=o.user_rights[t].comn_user_delete,o.user_access.data_massupdate=o.user_rights[t].comn_user_massupdate,o.user_access.is_admin=o.user_rights[t].comn_user_admin)}),n.get(i.apiUrl+"api/PayCode/getPayCode").then(function(e){o.PayCode_Data=e.data,o.totalItems=o.PayCode_Data.length,o.todos=o.PayCode_Data,o.makeTodos(),console.log(o.PayCode_Data)}),n.get(i.apiUrl+"api/common/getCompanyName").then(function(e){o.CompanyName_Data=e.data}),n.get(i.apiUrl+"api/common/getDeductionTag").then(function(e){o.DeductionTag_Data=e.data}),n.get(i.apiUrl+"api/common/getCitiExpTag").then(function(e){o.CitiExpTag_Data=e.data}),o.table1=!0,n.get(i.apiUrl+"api/PayCode/getPayCode").then(function(e){o.PayCode_Data=e.data,o.totalItems=o.PayCode_Data.length,o.todos=o.PayCode_Data,o.makeTodos(),console.log(o.PayCode_Data)}),n.get(i.apiUrl+"api/common/getCompanyName").then(function(e){o.CompanyName_Data=e.data,0<o.CompanyName_Data.length&&(o.edt.pc_company_code=o.CompanyName_Data[0].pc_company_code)}),n.get(i.apiUrl+"api/common/getDeductionTag").then(function(e){o.DeductionTag_Data=e.data}),n.get(i.apiUrl+"api/common/getCitiExpTag").then(function(e){o.CitiExpTag_Data=e.data}),o.propertyName=null,o.reverse=!1,o.sortBy=function(e){o.reverse=o.propertyName===e&&!o.reverse,o.propertyName=e},o.operation=!1,o.editmode=!1,o.size=function(e){"All"==e?(o.currentPage="1",o.filteredTodos=o.todos,o.pager=!1):(o.pager=!0,o.pagesize=e,o.currentPage=1,o.numPerPage=e,o.makeTodos())},o.index=function(e){o.pageindex=e,o.currentPage=e,console.log("currentPage="+o.currentPage),o.makeTodos(),o.chk={},o.chk.chk_all=!1,o.row1=""},o.edt="",o.New=function(){var t;0==o.user_access.data_insert?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(o.myForm.$setPristine(),o.myForm.$setUntouched(),o.newmode=!0,o.check=!0,o.edt="",o.editmode=!1,o.readonly=!1,o.table1=!1,o.operation=!0,o.savebtn=!0,o.updatebtn=!1,o.disablePaycodeDescription=!1,o.edt={},o.edt.pc_company_grade_tag=!0,0<o.CompanyName_Data.length&&(o.edt.pc_company_code=o.CompanyName_Data[0].pc_company_code),n.get(i.apiUrl+"api/PayCode/getDisplayOrder").then(function(e){t=e.data,o.edt.cp_display_order=t}))},o.up=function(e){o.editmode=!0,o.newmode=!1,o.savebtn=!1,o.updatebtn=!0,o.readonly=!0,o.table1=!1,o.operation=!0,o.disablePaycodeDescription=!0,o.edt={pc_code:e.pc_code,pc_company_code:e.pc_company_code,company_name:e.company_name,pc_earn_dedn_tag:e.pc_earn_dedn_tag,pc_citi_exp_tag:e.pc_citi_exp_tag,pc_company_grade_tag:e.pc_company_grade_tag,cp_desc:e.cp_desc,cp_change_desc:e.cp_change_desc,cp_display_order:e.cp_display_order}},o.cancel=function(){o.table1=!0,o.operation=!1,o.myForm.$setPristine(),o.myForm.$setUntouched(),o.edt={pc_company_code:"",pc_earn_dedn_tag:"",pc_citi_exp_tag:"",pc_company_grade_tag:"",cp_desc:"",cp_change_desc:"",cp_display_order:""}},o.checkDesciptionExists=function(){o.exist=!1;for(var e=0;e<o.PayCode_Data.length;e++)if(o.PayCode_Data[e].pc_company_code==o.edt.pc_company_code&&o.PayCode_Data[e].cp_desc==o.edt.cp_desc)return o.exist=!0,o.edt.cp_desc="",void swal({text:"Description already exists",imageUrl:"assets/img/notification-alert.png",width:300,height:200})},o.checkDisplayOrder=function(){o.exist=!1;for(var e=0;e<o.PayCode_Data.length;e++)if(o.PayCode_Data[e].pc_company_code==o.edt.pc_company_code&&o.PayCode_Data[e].cp_display_order==o.edt.cp_display_order)return o.exist=!0,o.edt.cp_display_order="",void swal({text:"Display order already exists",imageUrl:"assets/img/notification-alert.png",width:300,height:200})},o.Save=function(e){if(e){l=[];var t=o.edt;t.opr="I",o.exist=!1;for(var a=0;a<o.PayCode_Data.length;a++)o.PayCode_Data[a].pc_company_code==t.pc_company_code&&o.PayCode_Data[a].pc_citi_exp_tag==t.pc_citi_exp_tag&&o.PayCode_Data[a].pc_earn_dedn_tag==t.pc_earn_dedn_tag&&o.PayCode_Data[a].cp_desc==t.cp_desc&&o.PayCode_Data[a].cp_change_desc==t.cp_change_desc&&o.PayCode_Data[a].cp_display_order==t.cp_display_order&&(o.exist=!0);o.exist?swal({text:"Display order Already exists",imageUrl:"assets/img/notification-alert.png",width:300,height:200}):(l.push(t),n.post(i.apiUrl+"api/PayCode/PayCodeCUD",l).then(function(e){o.msg1=e.data,1==o.msg1?swal({text:"Record Inserted Successfully",imageUrl:"assets/img/check.png",width:300,height:200}):0==o.msg1?swal({text:"Record not Inserted. ",imageUrl:"assets/img/close.png",width:300,height:200}):swal("Error-"+o.msg1),o.operation=!1,n.get(i.apiUrl+"api/PayCode/getPayCode").then(function(e){o.PayCode_Data=e.data,o.totalItems=o.PayCode_Data.length,o.todos=o.PayCode_Data,o.makeTodos()})})),o.table1=!0,o.operation=!1}},o.Update=function(e){if(0==o.user_access.data_update)swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200});else if(e){l=[];for(var t={pc_code:o.edt.pc_code,pc_company_code:o.edt.pc_company_code,pc_earn_dedn_tag:o.edt.pc_earn_dedn_tag,pc_citi_exp_tag:o.edt.pc_citi_exp_tag,pc_company_grade_tag:o.edt.pc_company_grade_tag,cp_desc:o.edt.cp_desc,cp_display_order:o.edt.cp_display_order},a=0;a<o.PayCode_Data.length;a++)if(o.edt.pc_code==o.PayCode_Data[a].pc_code){t.cp_change_desc=o.PayCode_Data[a].cp_desc;break}t.opr="U",l.push(t),n.post(i.apiUrl+"api/PayCode/PayCodeCUD",l).then(function(e){o.msg1=e.data,1==o.msg1?swal({text:"Record Updated Successfully",imageUrl:"assets/img/check.png",width:300,height:200}):0==o.msg1?swal({text:"Record Not Updated. ",imageUrl:"assets/img/close.png",width:300,height:200}):swal("Error-"+o.msg1),o.operation=!1,n.get(i.apiUrl+"api/PayCode/getPayCode").then(function(e){o.PayCode_Data=e.data,o.totalItems=o.PayCode_Data.length,o.todos=o.PayCode_Data,o.makeTodos()})}),o.operation=!1,o.table1=!0}},o.filteredTodos=[],o.currentPage=1,o.numPerPage=10,o.maxSize=10,o.makeTodos=function(){var e,t;"All"==o.pagesize?(o.currentPage=1,o.showPager=!1,o.filteredTodos=o.PayCode_Data):(e=parseInt(o.totalItems%o.numPerPage),o.pagersize="0"==e?parseInt(o.totalItems/o.numPerPage):parseInt(o.totalItems/o.numPerPage)+1,e=(o.currentPage-1)*o.numPerPage,t=parseInt(e)+parseInt(o.numPerPage),console.log("begin="+e),console.log("end="+t),o.filteredTodos=o.todos.slice(e,t))},o.CheckAllChecked=function(){if(1==(d=document.getElementById("mainchk")).checked)for(var e=0;e<o.filteredTodos.length;e++)document.getElementById(o.filteredTodos[e].pc_code).checked=!0,$("tr").addClass("row_selected");else for(e=0;e<o.filteredTodos.length;e++)document.getElementById(o.filteredTodos[e].pc_code).checked=!1,d.checked=!1,o.row1="",$("tr").removeClass("row_selected")},o.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),o.color="#edefef"}),1==(d=document.getElementById("mainchk")).checked&&(d.checked=!1,$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected")}))},o.deleterecord=function(){if(0==o.user_access.data_delete)swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200});else{c=[],o.flag=!1;for(var e,t=0;t<o.filteredTodos.length;t++)1==document.getElementById(o.filteredTodos[t].pc_code).checked&&(o.flag=!0,e={pc_code:o.filteredTodos[t].pc_code,opr:"D"},c.push(e));o.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)n.post(i.apiUrl+"api/PayCode/PayCodeCUD",c).then(function(e){o.msg1=e.data,1==o.msg1?swal({text:"Record Deleted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&(n.get(i.apiUrl+"api/PayCode/getPayCode").then(function(e){o.PayCode_Data=e.data,o.totalItems=o.PayCode_Data.length,o.todos=o.PayCode_Data,o.makeTodos()}),1==(d=document.getElementById("mainchk")).checked)&&(d.checked=!1,o.row1="")}):0==o.msg1?swal({text:"Record Not Deleted. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&(n.get(i.apiUrl+"api/PayCode/getPayCode").then(function(e){o.PayCode_Data=e.data,o.totalItems=o.PayCode_Data.length,o.todos=o.PayCode_Data,o.makeTodos()}),1==(d=document.getElementById("mainchk")).checked)&&(d.checked=!1,o.row1="")}):swal("Error-"+o.msg1)});else for(var t=0;t<o.filteredTodos.length;t++){var a=document.getElementById(t);1==a.checked&&(a.checked=!1,o.row1="",$("tr").removeClass("row_selected"))}}):swal({text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}),d.checked=!1,o.currentPage=!0,o.row1=""}},o.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).company_name.toLowerCase().indexOf(t.toLowerCase())||-1<e.cp_desc.toLowerCase().indexOf(t.toLowerCase())||-1<e.dedn_tag.toLowerCase().indexOf(t.toLowerCase())||e.cp_display_order==t||e.pc_code==t;var t})},o.search=function(){o.todos=o.searched(o.PayCode_Data,o.searchText),o.totalItems=o.todos.length,o.currentPage="1",""==o.searchText&&(o.todos=o.PayCode_Data),o.makeTodos()},a(function(){$("#fixTable").tableHeadFixer({top:1})},100)}])}(),function(){"use strict";var l,e=angular.module("sims.module.HRMS");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("DesignationWithDepartmentCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(n,e,t,a,o,i,d){n.pagesize="10",n.pageindex="0",n.pager=!0,n.save_btn=!0,n.Update_btn=!1,n.display=!1,n.table=!0,n.temp={},n.propertyName=null,n.reverse=!1,n.user_access=[],n.appcode=e.current.name.split(".");e=t.globals.currentUser.username;i.get(d.apiUrl+"api/AlertTransaction/Get_user_access_rights?username="+e+"&appl_code="+n.appcode[1]).then(function(e){n.user_rights=e.data;for(var t=0;t<n.user_rights.length;t++)0==t&&(n.user_access.data_read=n.user_rights[t].comn_user_read,n.user_access.data_insert=n.user_rights[t].comn_user_insert,n.user_access.data_update=n.user_rights[t].comn_user_update,n.user_access.data_delete=n.user_rights[t].comn_user_delete,n.user_access.data_massupdate=n.user_rights[t].comn_user_massupdate,n.user_access.is_admin=n.user_rights[t].comn_user_admin)}),n.sortBy=function(e){n.reverse=n.propertyName===e&&!n.reverse,n.propertyName=e},a(function(){$("#fixTable").tableHeadFixer({top:1})},100),i.get(d.apiUrl+"api/common/Designation/WithDepartment/getCompanyName").then(function(e){n.display=!1,n.table=!0,n.comp=e.data,n.temp.desg_company_code=n.comp[0].desg_company_code}),i.get(d.apiUrl+"api/common/Designation/WithDepartment/getDesigDept").then(function(e){n.obj1=e.data,n.totalItems=n.obj1.length,n.todos=n.obj1,n.makeTodos()}),n.size=function(e){"All"==e?(n.currentPage="1",n.filteredTodos=n.obj1,n.pager=!1):(n.pager=!0,n.pagesize=e,n.currentPage=1,n.numPerPage=e,n.makeTodos())},n.index=function(e){n.pageindex=e,n.currentPage=e,n.makeTodos(),l.checked=!1,n.row1=""},n.filteredTodos=[],n.currentPage=1,n.numPerPage=10,n.maxSize=10,n.makeTodos=function(){var e=parseInt(n.totalItems%n.numPerPage),e=(n.pagersize="0"==e?parseInt(n.totalItems/n.numPerPage):parseInt(n.totalItems/n.numPerPage)+1,(n.currentPage-1)*n.numPerPage),t=parseInt(e)+parseInt(n.numPerPage);n.filteredTodos=n.todos.slice(e,t)},n.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).desg_desc.toLowerCase().indexOf(t.toLowerCase())||-1<e.desg_code.toLowerCase().indexOf(t.toLowerCase())||e.desg_company_code==t;var t})},n.search=function(){n.todos=n.searched(n.obj1,n.searchText),n.totalItems=n.todos.length,n.currentPage="1",""==n.searchText&&(n.todos=n.obj1),n.makeTodos(),l.checked=!1,n.CheckAllChecked()},n.New=function(){0==n.user_access.data_insert?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(n.disabled=!1,n.readonly=!0,n.table=!1,n.display=!0,n.save_btn=!0,n.Update_btn=!1,n.Myform.$setPristine(),n.Myform.$setUntouched(),n.temp={},n.temp.desg_communication_status=!0,n.temp.desg_company_code=n.comp[0].desg_company_code)},n.GetDesg=function(){i.get(d.apiUrl+"api/common/Designation/WithDepartment/getDesigDept").then(function(e){n.designation=e.data,setTimeout(function(){$("#cmb_designation").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"})},1e3)})};var s=[],c=(n.savedata=function(e){if(e){var t=[];try{for(var a=0;a<n.temp.dep_code.length;a++)(0==a?(t=n.temp.dep_code[a],console):(t=t+","+n.temp.dep_code[a],Console)).log(n.temp.dep_code[a])}catch(e){}var o=!1,e=n.temp;if(0==n.filteredTodos.length)o=!0;else for(a=0;a<n.filteredTodos.length;a++)o=n.filteredTodos[a].desg_desc!=n.temp.desg_desc||(swal({title:"Alert",text:"Record Already Exist",showCloseButton:!0,width:380}),!1);1==o&&((e=n.temp).opr="I",s.push(e),s.dg_dept_name=t,console.log(s),i.post(d.apiUrl+"api/common/Designation/WithDepartment/CUDDesigDept",s).then(function(e){n.msg1=e.data,1==n.msg1?swal({text:"Record Inserted Successfully",imageUrl:"assets/img/check.png",width:380,showCloseButton:!0}):0==n.msg1?swal({text:"Record Not Inserted. ",imageUrl:"assets/img/close.png",width:380,showCloseButton:!0}):swal("Error-"+n.msg1),i.get(d.apiUrl+"api/common/Designation/WithDepartment/getDesigDept").then(function(e){n.obj1=e.data,n.totalItems=n.obj1.length,n.todos=n.obj1,n.makeTodos()})}),s=[],n.table=!0,n.display=!1)}},n.Cancel=function(){n.temp="",n.table=!0,n.display=!1,n.Myform.$setPristine(),n.Myform.$setUntouched(),n.temp.desg_company_code="",n.temp.desg_desc="",n.temp.desg_arab="",n.temp.desg_communication_status="",n.temp.dep_code=""},n.edit=function(e){0==n.user_access.data_update?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(n.readonly=!0,n.disabled=!0,n.table=!1,n.display=!0,n.save_btn=!1,n.Update_btn=!0,n.temp={desg_company_code:e.desg_company_code,desg_desc:e.desg_desc,desg_codp_dept_no:e.codp_dept_no,desg_code:e.desg_code,desg_arab:e.desg_arab,desg_communication_status:e.desg_communication_status}),n.deptName=(t=e.desg_code,void i.get(d.apiUrl+"api/common/Designation/WithDepartment/getDepartmentName?dg_code="+t).then(function(e){n.DepartmentName=e.data,setTimeout(function(){$("#cmb_department").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"})},1e3)}));var t=e.dep_code.split(",");n.deptName=t},[]);n.update=function(e){if(e){for(var e=n.temp,t=(e.opr="U",""),a="",o=0;o<n.DepartmentName.length;o++)for(var s=0;s<n.deptName.length;s++)n.deptName[s]==n.DepartmentName[o].dep_code&&(""==t?t=n.deptName[s]:t+=","+n.deptName[s],""==a?a=n.DepartmentName[o].dep_name:a+=","+n.DepartmentName[o].dep_name);e.dep_code=t,e.dep_name=a,c.push(e),i.post(d.apiUrl+"api/common/Designation/WithDepartment/CUDDesigDept",c).then(function(e){n.msg1=e.data,1==n.msg1?swal({text:"Record Updated Successfully",imageUrl:"assets/img/check.png",width:380,showCloseButton:!0}):0==n.msg1?swal({text:"Record Not Updated. ",imageUrl:"assets/img/close.png",width:380,showCloseButton:!0}):swal("Error-"+n.msg1),i.get(d.apiUrl+"api/common/Designation/WithDepartment/getDesigDept").then(function(e){n.obj1=e.data,n.totalItems=n.obj1.length,n.todos=n.obj1,n.makeTodos()})}),c=[],n.table=!0,n.display=!1}},n.CheckAllChecked=function(){if(1==(l=document.getElementById("mainchk")).checked)for(var e=0;e<n.filteredTodos.length;e++)document.getElementById("test-"+e).checked=!0,n.row1="row_selected",$("tr").addClass("row_selected");else for(e=0;e<n.filteredTodos.length;e++)document.getElementById("test-"+e).checked=!1,l.checked=!1,n.row1=""},n.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),n.color="#edefef"}),1==(l=document.getElementById("mainchk")).checked&&(l.checked=!1,$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected")}))},n.OkDelete=function(){if(0==n.user_access.data_delete)swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200});else{var o=[];n.flag=!1;for(var e,t=0;t<n.filteredTodos.length;t++)1==document.getElementById("test-"+t).checked&&(n.flag=!0,e={desg_code:n.filteredTodos[t].desg_code,opr:"D"},o.push(e));n.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)i.post(d.apiUrl+"api/common/Designation/WithDepartment/CUDDesigDept?data=",o).then(function(e){n.msg1=e.data,1==n.msg1?swal({text:"Record Deleted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&(i.get(d.apiUrl+"api/common/Designation/WithDepartment/getDesigDept").then(function(e){n.obj1=e.data,n.totalItems=n.obj1.length,n.todos=n.obj1,n.makeTodos()}),1==(l=document.getElementById("mainchk")).checked&&(l.checked=!1,n.row1=""),n.currentPage=!0)}):0==n.msg1?swal({text:"Record Not Deleted. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&(i.get(d.apiUrl+"api/common/Designation/WithDepartment/getDesigDept").then(function(e){n.obj1=e.data,n.totalItems=n.obj1.length,n.todos=n.obj1,n.makeTodos()}),1==(l=document.getElementById("mainchk")).checked&&(l.checked=!1,n.row1=""),n.currentPage=!0)}):swal("Error-"+n.msg1)});else for(var t=0;t<n.filteredTodos.length;t++){var a=document.getElementById("test-"+t);1==a.checked&&(a.checked=!1,l.checked=!1,$("tr").removeClass("row_selected"))}}):swal({text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}),n.currentPage=str}}}])}(),function(){"use strict";var e=angular.module("sims.module.HRMS");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("EmpExpRptCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(s,e,t,a,o,n,i){s.temp={},s.detailsField=!0,s.hideprintpdf=!1,s.hideGraph=!0,s.hideGraph_data=!0,s.pagesize="30",s.pageindex="0",s.pager=!0,s.size=function(e){"All"==e?(s.currentPage="1",s.filteredTodos=s.todos,s.pager=!1):(s.pager=!0,s.pagesize=e,s.currentPage=1,s.numPerPage=e,s.makeTodos())},s.index=function(e){s.pageindex=e,s.currentPage=e,console.log("currentPage="+s.currentPage),s.makeTodos(),s.chk={},s.chk.chk_all=!1,s.row1=""},s.filteredTodos=[],s.currentPage=1,s.numPerPage=30,s.maxSize=100,s.makeTodos=function(){var e,t;"All"==s.pagesize?(s.currentPage=1,s.showPager=!1,s.filteredTodos=s.report_data_new):(e=parseInt(s.totalItems%s.numPerPage),s.pagersize="0"==e?parseInt(s.totalItems/s.numPerPage):parseInt(s.totalItems/s.numPerPage)+1,e=(s.currentPage-1)*s.numPerPage,t=parseInt(e)+parseInt(s.numPerPage),console.log("begin="+e),console.log("end="+t),s.filteredTodos=s.todos.slice(e,t))},n.get(i.apiUrl+"api/common/getCompanyName").then(function(e){s.CompanyName_Data=e.data,s.temp.company_code=s.CompanyName_Data[0].pc_company_code,n.get(i.apiUrl+"api/hrms/getEmpExpRpt_degi?comp="+s.temp.company_code).then(function(e){s.designation=e.data,s.temp.designation=s.designation[0].dg_code,setTimeout(function(){$("#designation").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"})},1e3)}),n.get(i.apiUrl+"api/hrms/getEmpExpRpt_Dept?comp="+s.temp.company_code).then(function(e){s.department=e.data,s.temp.department=s.department[0].codp_dept_no,setTimeout(function(){$("#department").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"})},1e3)})}),n.get(i.apiUrl+"api/hrms/getStaffService?opr=W").then(function(e){s.staff=e.data,s.temp.staff=s.staff[0].sims_appl_parameter,setTimeout(function(){$("#staff").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"})},1e3)}),n.get(i.apiUrl+"api/hrms/getStaffService?opr=X").then(function(e){s.service=e.data,s.temp.service=s.service[0].sims_appl_parameter,setTimeout(function(){$("#service").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"})},1e3)}),s.getdetails=function(){n.get(i.apiUrl+"api/hrms/getEmpExpRpt?comp="+s.temp.company_code+"&dept="+s.temp.department+"&desg="+s.temp.designation+"&status="+s.temp.em_status).then(function(e){s.report_data=e.data,s.report_data=e.data,s.totalItems=s.report_data.length,s.todos=s.report_data,s.makeTodos(),s.hideGraph=!1})},s.exportData=function(){html2canvas(document.getElementById("export_pdf"),{onrendered:function(e){e=e.toDataURL();pdfMake.createPdf({content:[{image:e,width:500}]}).download("EmployeeExperienceReportGraph.pdf")}})},s.showGraphModal=function(e,t,a,o){s.hideGraph=!0,$("#secondgraphModal").modal({backdrop:"static",keyboard:!1}),s.dash2_total_year=[],s.dash2_emp_count=[],n.get(i.apiUrl+"api/hrms/getEmpExpRptGraph?comp="+s.temp.company_code+"&dept="+s.temp.department+"&desg="+s.temp.designation+"&status="+s.temp.em_status).then(function(e){for(var t=0;t<e.data.length;t++)s.dash2_total_year.push(e.data[t].total_year),s.dash2_emp_count.push(e.data[t].emp_count);var a=document.getElementById("studStsChart2").getContext("2d"),o=(a.canvas.parentNode.style.height="600px",a.canvas.parentNode.style.width="100%",{labels:s.dash2_total_year,datasets:[{label:"Employee",backgroundColor:"#9467bd",borderColor:"#9467bd",data:s.dash2_emp_count}]});setTimeout(function(){window.bar6=new Chart(a,{type:"bar",data:o,options:{responsive:!0,maintainAspectRatio:!1,scales:{xAxes:[{stacked:!0}],yAxes:[{stacked:!0}]},layout:{padding:{left:20,right:0,top:0,bottom:0}},legend:{display:!0,labels:{boxWidth:10,fontSize:10}},title:{display:!0,text:"Employee Experience Report",position:"bottom"}}})},300)}),s.list_data()},s.list_data=function(e,t,a,o){n.get(i.apiUrl+"api/hrms/getEmpExpRptGraph?comp="+s.temp.company_code+"&dept="+s.temp.department+"&desg="+s.temp.designation+"&status="+s.temp.em_status).then(function(e){s.report_data=e.data,s.hideGraph=!0})},n.get(i.apiUrl+"api/hrms/getEmpStatus").then(function(e){s.emp_data_status=e.data,s.temp.emp_data_status=s.emp_data_status[0].code,setTimeout(function(){$("#status_data").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"}),$("#status_data").multipleSelect("checkAll")},1e3)}),s.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).e_details[0].email_subject.toLowerCase().indexOf(t.toLowerCase())||-1<e.e_date.toLowerCase().indexOf(t.toLowerCase());var t})},s.search=function(){s.todos=s.searched(s.studlist,s.searchText),s.totalItems=s.todos.length,s.currentPage="1",""==s.searchText&&(s.todos=s.report_data_new),s.makeTodos()},s.colname=null,s.reverse=!1,s.sort=function(e){s.colname=e,s.reverse=s.colname===e&&!s.reverse},s.colsvis=!1,s.print=function(){s.colsvis=!0,swal({title:"Alert",text:"Do you want to Print?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){var t,a,o;e&&(e=document.head.outerHTML,t=document.getElementById("pdf_print").outerHTML,(o=(a=window.open("","_blank","location=yes, statusbar=no, menubar=no, titlebar=no, toolbar=no,dependent=no, width=800, height=600, resizable=yes, screenX=250, screenY=10, personalbar=no, scrollbars=yes")).document).open(),o.write("<!doctype html><html>"+e+'<body onLoad="window.print()">'+t+"</body></html>"),o.close(),a.focus(),s.detailsField=!1,s.colsvis=!1,s.getsubdetail())})},s.reset_data=function(){s.filteredTodos=[];try{$("#cmb_grade_code").multipleSelect("uncheckAll")}catch(e){}try{$("#cmb_section_code").multipleSelect("uncheckAll")}catch(e){}s.temp.sims_bell_code="",s.report_data_new=[]},s.ischeck=function(){s.checklick=function(){var e=document.getElementById("summary");1==e.checked&&e.checked}}}])}(),function(){"use strict";var l,e=angular.module("sims.module.HRMS");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("AchievementCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(s,e,t,a,o,n,i){s.pagesize="5",s.pageindex=0,s.save_btn=!0,s.Update_btn=!1,s.display=!1,s.table=!0,s.user_access=[],s.appcode=e.current.name.split(".");e=t.globals.currentUser.username;n.get(i.apiUrl+"api/AlertTransaction/Get_user_access_rights?username="+e+"&appl_code="+s.appcode[1]).then(function(e){s.user_rights=e.data;for(var t=0;t<s.user_rights.length;t++)0==t&&(s.user_access.data_read=s.user_rights[t].comn_user_read,s.user_access.data_insert=s.user_rights[t].comn_user_insert,s.user_access.data_update=s.user_rights[t].comn_user_update,s.user_access.data_delete=s.user_rights[t].comn_user_delete,s.user_access.data_massupdate=s.user_rights[t].comn_user_massupdate,s.user_access.is_admin=s.user_rights[t].comn_user_admin)}),n.get(i.apiUrl+"api/Achievement/getAchievementType").then(function(e){s.achieve_Type=e.data}),s.propertyName=null,s.reverse=!1,s.sortBy=function(e){s.reverse=s.propertyName===e&&!s.reverse,s.propertyName=e},a(function(){$("#fixTable").tableHeadFixer({top:1})},100),n.get(i.apiUrl+"api/Achievement/getAllAchievement").then(function(e){s.achieveData=e.data,s.totalItems=s.achieveData.length,s.todos=s.achieveData,s.makeTodos()}),s.size=function(e){s.pagesize=e,s.currentPage=1,s.numPerPage=e,s.makeTodos()},s.index=function(e){s.pageindex=e,s.currentPage=e,s.makeTodos(),l.checked=!1,s.CheckAllChecked()},s.filteredTodos=[],s.currentPage=1,s.numPerPage=5,s.maxSize=5,s.makeTodos=function(){var e=parseInt(s.totalItems%s.numPerPage),e=(s.pagersize="0"==e?parseInt(s.totalItems/s.numPerPage):parseInt(s.totalItems/s.numPerPage)+1,(s.currentPage-1)*s.numPerPage),t=parseInt(e)+parseInt(s.numPerPage);s.filteredTodos=s.todos.slice(e,t)},s.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).sims_appl_form_field_value1.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_sip_achievement_desc.toLowerCase().indexOf(t.toLowerCase())||e.sims_sip_achievement_point==t;var t})},s.search=function(){s.todos=s.searched(s.achieveData,s.searchText),s.totalItems=s.todos.length,s.currentPage="1",""==s.searchText&&(s.todos=s.achieveData),s.makeTodos(),l.checked=!1,s.CheckAllChecked()},s.New=function(){0==s.user_access.data_insert?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(s.disabled=!1,s.readonly=!0,s.table=!1,s.display=!0,s.save_btn=!0,s.Update_btn=!1,s.temp="",s.Myform.$setPristine(),s.Myform.$setUntouched())};var d=[],c=(s.savedata=function(e){e&&((e=s.temp).opr="I",d.push(e),n.post(i.apiUrl+"api/Achievement/CUDAchievement",d).then(function(e){s.msg1=e.data,1==s.msg1?swal({text:"Record Inserted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}):0==s.msg1?swal({text:"Record Not Inserted. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}):swal("Error-"+s.msg1),n.get(i.apiUrl+"api/Achievement/getAllAchievement").then(function(e){s.achieveData=e.data,s.totalItems=s.achieveData.length,s.todos=s.achieveData,s.makeTodos()}),1==(l=document.getElementById("mainchk")).checked&&(l.checked=!1,s.row1=""),s.currentPage=!0}),d=[],s.table=!0,s.display=!1)},s.Cancel=function(){s.temp="",s.table=!0,s.display=!1,s.Myform.$setPristine(),s.Myform.$setUntouched(),s.temp.sims_sip_achievement_type="",s.temp.sims_sip_achievement_desc="",s.temp.sims_sip_achievement_point="",s.temp.sims_sip_achievement_status=""},s.edit=function(e){0==s.user_access.data_update?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(s.disabled=!0,s.table=!1,s.display=!0,s.save_btn=!1,s.Update_btn=!0,s.temp={sims_sip_achievement_type:e.sims_sip_achievement_type,sims_sip_achievement_code:e.sims_sip_achievement_code,sims_sip_achievement_desc:e.sims_sip_achievement_desc,sims_sip_achievement_status:e.sims_sip_achievement_status,sims_sip_achievement_point:e.sims_sip_achievement_point,sims_appl_form_field_value1:e.sims_appl_form_field_value1})},[]);s.update=function(e){e&&(e={sims_sip_achievement_type:s.temp.sims_sip_achievement_type,sims_sip_achievement_code:s.temp.sims_sip_achievement_code,sims_sip_achievement_desc:s.temp.sims_sip_achievement_desc,sims_sip_achievement_status:s.temp.sims_sip_achievement_status,sims_sip_achievement_point:s.temp.sims_sip_achievement_point,sims_appl_form_field_value1:s.temp.sims_appl_form_field_value1,opr:"U"},c.push(e),n.post(i.apiUrl+"api/Achievement/CUDAchievement",c).then(function(e){s.msg1=e.data,1==s.msg1?swal({text:"Record Updated Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}):0==s.msg1?swal({text:"Record Not Updated. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}):swal("Error-"+s.msg1),n.get(i.apiUrl+"api/Achievement/getAllAchievement").then(function(e){s.achieveData=e.data,s.totalItems=s.achieveData.length,s.todos=s.achieveData,s.makeTodos()}),1==(l=document.getElementById("mainchk")).checked&&(l.checked=!1,s.row1=""),s.currentPage=!0}),c=[],s.table=!0,s.display=!1)},s.CheckAllChecked=function(){if(1==(l=document.getElementById("mainchk")).checked)for(var e=0;e<s.filteredTodos.length;e++)document.getElementById("test-"+e).checked=!0,s.row1="row_selected",$("tr").addClass("row_selected");else for(e=0;e<s.filteredTodos.length;e++)document.getElementById("test-"+e).checked=!1,l.checked=!1,s.row1=""},s.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),s.color="#edefef"}),1==(l=document.getElementById("mainchk")).checked&&(l.checked=!1,$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected")}))},s.OkDelete=function(){if(0==s.user_access.data_delete)swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200});else{var o=[];s.flag=!1;for(var e,t=0;t<s.filteredTodos.length;t++)1==document.getElementById("test-"+t).checked&&(s.flag=!0,e={sims_sip_achievement_code:s.filteredTodos[t].sims_sip_achievement_code,opr:"D"},o.push(e));s.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)n.post(i.apiUrl+"api/Achievement/CUDAchievement",o).then(function(e){s.msg1=e.data,1==s.msg1?swal({text:"Record Deleted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&(n.get(i.apiUrl+"api/Achievement/getAllAchievement").then(function(e){s.achieveData=e.data,s.totalItems=s.achieveData.length,s.todos=s.achieveData,s.makeTodos()}),1==(l=document.getElementById("mainchk")).checked&&(l.checked=!1,s.row1=""),s.currentPage=!0)}):0==s.msg1?swal({text:"Record Not Deleted. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&(n.get(i.apiUrl+"api/Achievement/getAllAchievement").then(function(e){s.achieveData=e.data,s.totalItems=s.achieveData.length,s.todos=s.achieveData,s.makeTodos()}),1==(l=document.getElementById("mainchk")).checked&&(l.checked=!1,s.row1=""),s.currentPage=!0)}):swal("Error-"+s.msg1)});else{1==(l=document.getElementById("mainchk")).checked&&(l.checked=!1);for(var t=0;t<s.filteredTodos.length;t++){var a=document.getElementById("test-"+t);1==a.checked&&(a.checked=!1,$("tr").removeClass("row_selected"))}}}):swal({text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}),s.currentPage=str}}}])}(),function(){"use strict";var d,c=[],e=angular.module("sims.module.HRMS");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("CommonCodeCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(n,e,t,a,o,s,i){n.pagesize="10",n.pageindex="0",n.pager=!0,n.table1=!0,n.user_access=[],n.appcode=e.current.name.split(".");e=t.globals.currentUser.username;s.get(i.apiUrl+"api/AlertTransaction/Get_user_access_rights?username="+e+"&appl_code="+n.appcode[1]).then(function(e){n.user_rights=e.data;for(var t=0;t<n.user_rights.length;t++)0==t&&(n.user_access.data_read=n.user_rights[t].comn_user_read,n.user_access.data_insert=n.user_rights[t].comn_user_insert,n.user_access.data_update=n.user_rights[t].comn_user_update,n.user_access.data_delete=n.user_rights[t].comn_user_delete,n.user_access.data_massupdate=n.user_rights[t].comn_user_massupdate,n.user_access.is_admin=n.user_rights[t].comn_user_admin)}),s.get(i.apiUrl+"api/CommonCode/getparentcode").then(function(e){n.comp_parentdata=e.data,n.chkComp=angular.copy(e.data),n.temp={cl_parent_id:n.comp_parentdata[0].cl_parent_id_new}}),s.get(i.apiUrl+"api/CommonCode/getCommonCode").then(function(e){n.CommonCode_Data=e.data,n.totalItems=n.CommonCode_Data.length,n.todos=n.CommonCode_Data,n.makeTodos()}),s.get(i.apiUrl+"api/CommonCode/getLeaveDocuments").then(function(e){n.leaveDocuments=e.data,console.log("leaveDocuments",n.leaveDocuments)}),n.operation=!1,n.editmode=!1,n.size=function(e){"All"==e?(n.currentPage="1",n.filteredTodos=n.CommonCode_Data,n.pager=!1):(n.pager=!0,n.pagesize=e,n.currentPage=1,n.numPerPage=e,n.makeTodos()),n.numPerPage=e,console.log("numPerPage="+n.numPerPage)},n.index=function(e){n.pageindex=e,n.currentPage=e,console.log("currentPage="+n.currentPage),n.makeTodos()},n.edt={},n.list_leave_desc=[],n.add_new=function(){var e;null==n.edt.applicable_from||""==n.edt.applicable_from||null==n.edt.applicable_to||""==n.edt.applicable_to?swal("","Applicable from day and applicable to day are mandatory."):(null!=n.edt.applicable_value&&""!=n.edt.applicable_value||(n.edt.applicable_value=0),e={srno:n.list_leave_desc.length+1,applicable_from:n.edt.applicable_from,applicable_to:n.edt.applicable_to,applicable_value:n.edt.applicable_value},n.list_leave_desc.push(e),0<n.list_leave_desc.length?n.table_lst=!0:n.table_lst=!1,n.edt.applicable_from="",n.edt.applicable_to="",n.edt.applicable_value="")},n.remove_lst=function(e){for(var t,a=[],o=0;o<n.list_leave_desc.length;o++)e.srno!=n.list_leave_desc[o].srno&&(t={applicable_from:n.list_leave_desc[o].applicable_from,applicable_to:n.list_leave_desc[o].applicable_to,applicable_value:n.list_leave_desc[o].applicable_value},a.push(t));if(n.list_leave_desc=[],0<a.length)for(o=0;o<a.length;o++){var s={srno:o+1,applicable_from:a[o].applicable_from,applicable_to:a[o].applicable_to,applicable_value:a[o].applicable_value};n.list_leave_desc.push(s)}},s.get(i.apiUrl+"api/CommonCode/getseqno").then(function(e){n.comp_data=e.data,n.chkComp=angular.copy(e.data),n.temp={cl_display_order:n.comp_data[0].cl_display_order}}),n.New=function(){0==n.user_access.data_insert?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(n.myForm.$setPristine(),n.myForm.$setUntouched(),n.newmode=!0,n.check=!0,n.edt="",n.editmode=!1,n.readonly=!1,n.table1=!1,n.operation=!0,n.savebtn=!0,n.updatebtn=!1,n.clCodeReadonly=!1,n.table_lst=!1,n.list_leave_desc=[])},n.checkCharacterLimit=function(){40<n.edt.cl_desc.length?n.characterLimitExceeded=!0:n.characterLimitExceeded=!1,40<n.edt.cl_change_desc.length?n.characterLimitExceeded2=!0:n.characterLimitExceeded2=!1},n.blockExcessInput=function(e){40<n.edt.cl_desc.length&&8!==e.keyCode&&e.preventDefault()},n.blockExcessInput2=function(e){40<n.edt.cl_change_desc.length&&8!==e.keyCode&&e.preventDefault()},n.setCheckboxValue=function(){n.documentUploadCheckedStore=n.documentUploadChecked?"Yes":"No",n.edt.cl_leave_document_upload=n.documentUploadCheckedStore},n.up=function(e){0==n.user_access.data_update?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(n.editmode=!0,n.newmode=!1,n.savebtn=!1,n.updatebtn=!0,n.readonly=!0,n.table1=!1,n.operation=!0,n.clCodeReadonly=!0,"Yes"==e.cl_leave_document_upload?n.documentUploadChecked=!0:n.documentUploadChecked=!1,n.edt={cl_parent_id:e.cl_parent_id,cl_parent_id_new:e.cl_parent_id_new,cl_code:e.cl_code,cl_desc:e.cl_desc,cl_display_order:e.cl_display_order,cl_change_desc:e.cl_change_desc,cl_carry_forward:e.cl_carry_forward,cl_leave_document_code:e.cl_leave_document_code,cl_color_code:e.cl_color_code,cl_leave_document_upload:e.cl_leave_document_upload},s.post(i.apiUrl+"api/CommonCode/CommondetailsCode?code="+e.cl_code).then(function(e){n.list_leave_desc=e.data,0<n.list_leave_desc.length?n.table_lst=!0:n.table_lst=!1}))},n.cancel=function(){n.documentUploadChecked=!1,n.table1=!0,n.operation=!1,n.myForm.$setPristine(),n.myForm.$setUntouched(),n.edt={cl_parent_id:"",cl_parent_id_new:"",cl_code:"",cl_desc:"",cl_display_order:"",cl_change_desc:"",cl_carry_forward:!1},s.get(i.apiUrl+"api/CommonCode/getCommonCode").then(function(e){n.CommonCode_Data=e.data,n.totalItems=n.CommonCode_Data.length,n.todos=n.CommonCode_Data,n.makeTodos()})},n.save_all=function(){var e;null==n.edt.cl_code||""==n.edt.cl_code||null==n.edt.cl_desc||""==n.edt.cl_desc||null==n.edt.cl_change_desc||""==n.edt.cl_change_desc?swal("","All fields are mandatory."):(0<n.list_leave_desc.length||n.list_leave_desc.push({applicable_from:"0",applicable_to:"0",applicable_value:"0"}),e=n.edt.cl_parent_id_new.indexOf("-"),e={cl_parent_id:n.edt.cl_parent_id_new.slice(0,e),cl_code:n.edt.cl_code,cl_desc:n.edt.cl_desc,cl_display_order:n.edt.cl_display_order,cl_change_desc:n.edt.cl_change_desc,cl_carry_forward:n.edt.cl_carry_forward,cmn_det:n.list_leave_desc,cl_leave_document_code:n.edt.cl_leave_document_code,cl_color_code:n.edt.cl_color_code,cl_leave_document_upload:n.edt.cl_leave_document_upload},console.log("cl_carry_forward",n.edt.cl_carry_forward),console.log("data",e),s.post(i.apiUrl+"api/CommonCode/InsertCommonCode",e).then(function(e){n.msg1=e.data,1==n.msg1?(swal("","Leave code is not inserted."),n.cancel()):0==n.msg1?(swal("","Leave code inserted successfully."),n.cancel()):swal("Error-"+n.msg1)})),n.savebtn=!1},n.Update=function(){0<n.list_leave_desc.length||n.list_leave_desc.push({applicable_from:"0",applicable_to:"0",applicable_value:"0"});var e=n.edt.cl_parent_id_new.indexOf("-"),e={cl_parent_id:n.edt.cl_parent_id_new.slice(0,e),cl_code:n.edt.cl_code,cl_desc:n.edt.cl_desc,cl_display_order:n.edt.cl_display_order,cl_change_desc:n.edt.cl_change_desc,cl_carry_forward:n.edt.cl_carry_forward,cmn_det:n.list_leave_desc,cl_leave_document_code:n.edt.cl_leave_document_code,cl_color_code:n.edt.cl_color_code,cl_leave_document_upload:n.edt.cl_leave_document_upload};s.post(i.apiUrl+"api/CommonCode/UpdateCommonCode",e).then(function(e){n.msg1=e.data,1==n.msg1?(swal("","Leave code updated successfully."),n.cancel()):0==n.msg1?(swal("","Leave code is not updated. "),n.cancel()):swal("Error-"+n.msg1)})},n.filteredTodos=[],n.currentPage=1,n.numPerPage=10,n.maxSize=10,n.makeTodos=function(){var e=parseInt(n.totalItems%n.numPerPage),e=(n.pagersize="0"==e?parseInt(n.totalItems/n.numPerPage):parseInt(n.totalItems/n.numPerPage)+1,(n.currentPage-1)*n.numPerPage),t=parseInt(e)+parseInt(n.numPerPage);console.log("begin="+e),console.log("end="+t),n.filteredTodos=n.todos.slice(e,t)},n.CheckAllChecked=function(){if(1==(d=document.getElementById("mainchk")).checked)for(var e=0;e<n.filteredTodos.length;e++)document.getElementById(n.filteredTodos[e].cl_code).checked=!0,$("tr").addClass("row_selected");else for(e=0;e<n.filteredTodos.length;e++)document.getElementById(n.filteredTodos[e].cl_code).checked=!1,d.checked=!1,n.row1="",$("tr").removeClass("row_selected")},n.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),n.color="#edefef"}),1==(d=document.getElementById("mainchk")).checked&&(d.checked=!1,$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected")}))},n.deleterecord=function(){if(0==n.user_access.data_delete)swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200});else{c=[],n.flag=!1;for(var e,t=0;t<n.filteredTodos.length;t++)1==document.getElementById(n.filteredTodos[t].cl_code).checked&&(n.flag=!0,e={cl_code:n.filteredTodos[t].cl_code},c.push(e));n.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)s.post(i.apiUrl+"api/CommonCode/Common_codeDelete",c).then(function(e){n.msg1=e.data,1==n.msg1?swal({text:"Record Deleted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&(s.get(i.apiUrl+"api/CommonCode/getCommonCode").then(function(e){n.CommonCode_Data=e.data,n.totalItems=n.CommonCode_Data.length,n.todos=n.CommonCode_Data,n.makeTodos()}),1==(d=document.getElementById("mainchk")).checked)&&(d.checked=!1,n.row1="")}):n.msg1?swal({text:"Record Not Deleted. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&(s.get(i.apiUrl+"api/CommonCode/getCommonCode").then(function(e){n.CommonCode_Data=e.data,n.totalItems=n.CommonCode_Data.length,n.todos=n.CommonCode_Data,n.makeTodos()}),1==(d=document.getElementById("mainchk")).checked)&&(d.checked=!1,n.row1="")}):swal("Error-"+n.msg1)});else for(var t=0;t<n.filteredTodos.length;t++){var a=document.getElementById(n.filteredTodos[t].cl_code);1==a.checked&&(a.checked=!1,n.row1="",$("tr").removeClass("row_selected"))}}):swal({text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}),d.checked=!1,n.currentPage=!0,n.row1=""}},n.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).cl_desc.toLowerCase().indexOf(t.toLowerCase())||-1<e.cl_change_desc.toLowerCase().indexOf(t.toLowerCase())||e.cl_code==t;var t})},n.search=function(){n.todos=n.searched(n.CommonCode_Data,n.searchText),n.totalItems=n.todos.length,n.currentPage="1",""==n.searchText&&(n.todos=n.CommonCode_Data),n.makeTodos()}}])}(),function(){"use strict";var e=angular.module("sims.module.HRMS");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.directive("ngFiles",["$parse",function(s){return{link:function(t,e,a){var o=s(a.ngFiles);e.on("change",function(e){o(t,{$files:e.target.files})})}}}]),e.controller("TransferEmployeeCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$filter","$http","ENV",function(c,e,t,a,o,l,r,m){t.globals.currentUser.username;c.display=!1,c.busyindicator=!1,c.grid=!0,c.color="#edefef",c.rgvtbl=!1,c.department=!1,c.tempD={},c.showTable=!1,c.Show_dept=function(){c.department=!0},c.Show_grade=function(){c.grade=!0},c.Show_designation=function(){c.designation=!0},c.Show_stafftype=function(){c.stafftype=!0},c.Reset_dept=function(){c.department=!1},c.Reset_grade=function(){c.grade=!1},c.Reset_designation=function(){c.designation=!1},c.Reset_stafftype=function(){c.stafftype=!1},r.get(m.apiUrl+"api/TransferEmp/getCompany").then(function(e){c.comp_data=e.data,c.tempD.em_Company_Code=c.comp_data[0].em_Company_Code,c.getdept(c.tempD.em_Company_Code),c.getdesg(c.tempD.em_Company_Code),c.getGrade(c.tempD.em_Company_Code)}),c.getdept=function(e){r.get(m.apiUrl+"api/PayrollEmployeeDPSD/Get_dept_Code?company_code="+e).then(function(e){c.dept=e.data})},c.getdesg=function(e){r.get(m.apiUrl+"api/PayrollEmployeeDPSD/Get_designation_Code?company_code="+e).then(function(e){c.designation=e.data})},c.getGrade=function(e){r.get(m.apiUrl+"api/generatepayroll/GetAllPaysGradeName?company_code="+e).then(function(e){c.GetAllPaysGradeName=e.data})},r.get(m.apiUrl+"api/TransferEmp/getStaffType").then(function(e){c.staff_data=e.data}),c.getEmployee=function(e,t,a,o,s,n,i){c.busyindicator=!0,c.showTable=!1,r.get(m.apiUrl+"api/TransferEmp/getSearchEmployee?em_company_code="+e+"&em_dept_code="+t+"&em_grade_code="+a+"&em_desg_code="+o+"&em_staff_type_code="+s+"&emp_name="+n+"&em_login_code="+i).then(function(e){c.employee_Data=e.data,0<c.employee_Data.length?(c.busyindicator=!1,c.showTable=!0):(swal({title:"Alert!",text:"Records Not Found",showCloseButton:!0,width:380}),c.stud_table=!1,c.busyindicator=!1,c.showTable=!1),angular.forEach(c.employee_Data,function(e,t){"1900-01-01"==e.em_dept_effect_from&&(e.em_dept_effect_from=""),"1900-01-01"==e.em_grade_effect_from&&(e.em_grade_effect_from=""),"1900-01-01"==e.em_desg_effect_from&&(e.em_desg_effect_from=""),"1900-01-01"==e.em_staff_type_effect_from&&(e.em_staff_type_effect_from="")})})},c.Reset=function(){c.tempD={},c.tempD.em_Company_Code=c.comp_data[0].em_Company_Code,c.employee_Data=[],c.showTable=!1},c.deptChange=function(e){e.ischange=!0},c.DeptEfChange=function(e){e.ischange=!0},c.EmpTransUpdate=function(){l("date")(new Date,"hh:mm:ss"),l("date")(new Date,"hh:mm:ss");for(var e,t,a,o,s,n=l("date")(new Date,"dd-MM-yyyy"),i=[],d={},_=0;_<c.employee_Data.length;_++)1==c.employee_Data[_].ischange&&(e=null==c.employee_Data[_].em_dept_effect_from||""==c.employee_Data[_].em_dept_effect_from?n:c.employee_Data[_].em_dept_effect_from,t=null==c.employee_Data[_].em_grade_effect_from||""==c.employee_Data[_].em_grade_effect_from?n:c.employee_Data[_].em_grade_effect_from,a=null==c.employee_Data[_].em_desg_effect_from||""==c.employee_Data[_].em_desg_effect_from?n:c.employee_Data[_].em_desg_effect_from,o=null==c.employee_Data[_].em_staff_type_effect_from||""==c.employee_Data[_].em_staff_type_effect_from?n:c.employee_Data[_].em_staff_type_effect_from,s=null==c.employee_Data[_].em_company_effect_from||""==c.employee_Data[_].em_company_effect_from?n:c.employee_Data[_].em_company_effect_from,d={em_Company_Code:c.employee_Data[_].em_Company_Code,em_login_code:c.employee_Data[_].em_login_code,em_number:c.employee_Data[_].em_number,em_Dept_code:c.employee_Data[_].em_Dept_code,em_dept_effect_from:e,em_Grade_code:c.employee_Data[_].em_Grade_code,em_grade_effect_from:t,em_Desg_code:c.employee_Data[_].em_Desg_code,em_desg_effect_from:a,em_Staff_type_code:c.employee_Data[_].em_Staff_type_code,em_staff_type_effect_from:o,em_company_effect_from:s,opr:"U"},i.push(d));0<i.length?(r.post(m.apiUrl+"api/TransferEmp/TransEmpUpdate",i).then(function(e){c.msg1=e.data,1==c.msg1?(swal({text:"Record updated successfully",imageUrl:"assets/img/check.png",width:300,showCloseButton:!0}),c.getEmployee(c.tempD.em_Company_Code,c.tempD.em_Dept_code,c.tempD.em_Grade_code,c.tempD.em_Desg_code,c.tempD.em_Staff_type_code,c.tempD.em_full_name,c.tempD.em_login_code)):0==c.msg1?swal({text:"Record not updated",imageUrl:"assets/img/close.png",width:300,showCloseButton:!0}):swal("Error-"+c.msg1)}),c.table=!0,c.newdisplay=!1):swal({text:"Change atleast one record to update",imageUrl:"assets/img/notification-alert.png",width:380,showCloseButton:!0})},a(function(){$("#fixTable").tableHeadFixer({top:1}),$("#Table2").tableHeadFixer({top:1})},100)}])}(),function(){"use strict";var l,e=angular.module("sims.module.HRMS");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("EmergencyPickupCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$locale","$compile","$http","ENV",function(d,e,t,a,o,s,n,_,c){_.get(c.apiUrl+"api/common/getCuriculum").then(function(e){d.curriculum=e.data,d.temp={sims_cur_code:d.curriculum[0].sims_cur_code},d.getAccYear(d.temp.sims_cur_code)}),d.loadFile=function(e){console.log(upimage),document.getElementById("output").src=URL.createObjectURL(e.target.files[0])},d.getAccYear=function(e){_.get(c.apiUrl+"api/common/getAcademicYear?curCode="+e).then(function(e){d.Acc_year=e.data,d.temp={sims_cur_code:d.curriculum[0].sims_cur_code,sims_academic_year:d.Acc_year[0].sims_academic_year},d.getGrade(d.temp.sims_cur_code,d.temp.sims_academic_year)})},d.getGrade=function(e,t){_.get(c.apiUrl+"api/common/getAllGrades?cur_code="+d.temp.sims_cur_code+"&academic_year="+d.temp.sims_academic_year).then(function(e){d.Grade_code=e.data,d.temp={sims_cur_code:d.curriculum[0].sims_cur_code,sims_academic_year:d.Acc_year[0].sims_academic_year,sims_grade_code:d.Grade_code[0].sims_grade_code},d.getSection(d.temp.sims_cur_code,d.temp.sims_grade_code,d.temp.sims_academic_year)})},d.getSection=function(e,t,a){_.get(c.apiUrl+"api/common/getSectionFromGrade?cur_code="+e+"&grade_code="+t+"&academic_year="+a).then(function(e){d.Section_code=e.data})},d.getData=function(e,t,a,o){l={opr:"A",aca_year:t,cur_code:e,grade_code:a,sec_code:o},_.post(c.apiUrl+"api/EmergencyPickup/EmergencyPickupDataImport",l).then(function(e){d.showTable=!0,d.iData=e.data.table,d.Relations=e.data.table1,$(d.iData).each(function(e,t){t.isDirty=!1})})},d.getSelectedData=function(){d.selectedDetail=[],$(d.iData).each(function(e,t){1==t.isDirty&&d.selectedDetail.push(t)})},d.onlyNumbers1=function(e){var t,a={escape:27,backspace:8,tab:9,enter:13,0:48,1:49,2:50,3:51,4:52,5:53,6:54,7:55,8:56,9:57};for(t in a)if(a.hasOwnProperty(t)&&(e.charCode==a[t]||e.keyCode==a[t]))return;e.preventDefault()},d.deleteTable=function(e,t,a,o){var s=[];d.getSelectedData();for(var n=0;n<d.selectedDetail.length;n++){d.flag=!0;var i={cur_code:d.selectedCur,enroll_num:d.selectedDetail[n].sims_enroll_number,img_path:d.selectedDetail[n].sims_pickup_contact_image_path,mobile_num:d.selectedDetail[n].sims_pickup_contact_no1,pickup_name:d.selectedDetail[n].sims_pickup_name,relation_id:d.selectedDetail[n].sims_pickup_relation_id};s.push(i)}d.flag?swal({title:"",text:"Are you sure you want to Delete? Delete this field Related all record",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)_.post(c.apiUrl+"api/EmergencyPickup/EmergencyPickupDataDeletion",s).then(function(e){d.msg1=e.data,1==d.msg1?swal({text:"Record Deleted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){d.getData(),e&&(1==(main=document.getElementById("mainchk")).checked&&(main.checked=!1),d.CheckAllChecked()),d.currentPage=!0}):swal({text:"Record Not Deleted",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&(d.getgrid(),main.checked=!1,$("tr").removeClass("row_selected"))})}),s=[];else for(var t=0;t<d.selectedDetail.length;t++){var a=document.getElementById(d.selectedDetail[t].isDirty+t);1==a.checked&&(a.checked=!1,main.checked=!1,$("tr").removeClass("row_selected"))}}):swal({text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}),d.currentPage=!0},d.saveTable=function(t,a,o,s){var e=[];d.getSelectedData();for(var n=0;n<d.selectedDetail.length;n++){if(null==d.selectedDetail[n].sims_pickup_contact_no1)return void swal({text:"Plz insert mobile number for "+d.selectedDetail[n].sims_enroll_number,imageUrl:"assets/img/close.png",showCloseButton:!0,width:300,height:200});var i={cur_code:d.selectedCur,enroll_num:d.selectedDetail[n].sims_enroll_number,img_path:d.selectedDetail[n].sims_pickup_contact_image_path,mobile_num:d.selectedDetail[n].sims_pickup_contact_no1,pickup_name:d.selectedDetail[n].sims_pickup_name,relation_id:d.selectedDetail[n].sims_pickup_relation_id};e.push(i)}_.post(c.apiUrl+"api/EmergencyPickup/EmergencyPickupDataUpdation",e).then(function(e){console.log("res.date value = ",e.data),d.msg1=e.data,1==d.msg1?(swal({text:"Record Inserted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:300,height:200}),d.getData(t,a,o,s)):swal("","Record not inserted")})},d.imageUrl=c.docUrl+_.defaults.headers.common.schoolId+"/Images/EmergencyImages/",d.image_click=function(e){d.ImgLoaded=!0,d.old_obj=e,i=new FormData};var i=new FormData;d.getTheFiles=function(e){angular.forEach(e,function(e,t){i.append(t,e)})},d.UploadImageModal=function(e){i=new FormData,d.data.sims_pickup_contact_image_path="",d.prev_img="",imagename=e.sims_enroll_number,$("#myModal").modal("show")},d.file_changed=function(e){var e=e.files[0],t=(d.photo_filename=e.type,new FileReader);t.onload=function(t){d.$apply(function(){var e;d.old_obj.prev_img=t.target.result,1==d.ImgLoaded&&(e={method:"POST",url:c.apiUrl+"/api/file/upload?filename="+d.old_obj.sims_enroll_number+"&location=/EmergencyImages",data:i,headers:{"Content-Type":void 0}},_(e).success(function(e){d.old_obj.sims_pickup_contact_image_path=e}))})},t.readAsDataURL(e)},$(document).ready(function(){d.showTable=!1,d.getData()})}])}(),function(){"use strict";var e=angular.module("sims.module.Finance");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("pdcnewapp",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(o,e,t,a,s,n,i){o.pagesize="10",o.pageindex="0",o.pagesize1="10",o.pageindex1="0",o.pagesize2="10",o.pageindex="0",o.pager=!0,o.pager1=!0,o.pager2=!0,o.save_btn=!0,o.Update_btn=!1,o.display=!1,o.table=!0,o.insertflag=!0,a(function(){$("#fixTable").tableHeadFixer({top:1})},100),n.get(i.apiUrl+"api/common/FinnParameter/getCompanyName").then(function(e){o.display=!1,o.table=!0,o.comp=e.data,o.temp={fins_comp_code:o.comp[0].fins_comp_code}}),n.get(i.apiUrl+"api/common/FinnParameter/getApplicationName").then(function(e){o.appl_name=e.data}),o.Preview=function(){n.get(i.apiUrl+"api/PDCChequesQuery/GetChequeDetails?asondate="+o.asOnDate).then(function(e){o.obj=e.data.table,o.obj1=e.data.table1,o.obj2=e.data.table2,o.obj3=e.data.table3,o.obj4=e.data.table4,o.obj5=e.data.table5,o.obj6=e.data.table6,o.obj7=e.data.table7,o.totalItems=o.obj.length,o.todos=o.obj,o.makeTodos(),o.totalItems1=o.obj1.length,o.todos1=o.obj1,o.makeTodos1(),o.totalItems2=o.obj2.length,o.todos2=o.obj2,o.makeTodos2()})},o.size=function(e){"All"==e?(o.currentPage="1",o.filteredTodos=o.obj,o.pager=!1):(o.pager=!0,o.pagesize=e,o.currentPage=1,o.numPerPage=e,o.makeTodos())},o.size1=function(e){"All"==e?(o.currentPage1="1",o.filteredTodos1=o.obj1,o.pager1=!1):(o.pager1=!0,o.pagesize1=e,o.currentPage1=1,o.numPerPage1=e,o.makeTodos1())},o.size2=function(e){"All"==e?(o.currentPage2="1",o.filteredTodos2=o.obj2,o.pager2=!1):(o.pager2=!0,o.pagesize2=e,o.currentPage2=1,o.numPerPage2=e,o.makeTodos2())},o.index=function(e){o.pageindex=e,o.currentPage=e,o.makeTodos()},o.filteredTodos=[],o.filteredTodos1=[],o.filteredTodos2=[],o.currentPage=1,o.numPerPage=10,o.maxSize=10,o.currentPage1=1,o.numPerPage1=10,o.maxSize1=10,o.currentPage2=1,o.numPerPage2=10,o.maxSize2=10,o.makeTodos=function(){var e=parseInt(o.totalItems%o.numPerPage),e=(o.pagersize="0"==e?parseInt(o.totalItems/o.numPerPage):parseInt(o.totalItems/o.numPerPage)+1,(o.currentPage-1)*o.numPerPage),t=parseInt(e)+parseInt(o.numPerPage);o.filteredTodos=o.todos.slice(e,t);for(var a=0;a<o.filteredTodos.length;a++)o.filteredTodos[a].icon="fa fa-plus-circle"},o.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).comn_appl_name_en.toLowerCase().indexOf(t.toLowerCase())||-1<e.fins_appl_form_field_value1.toLowerCase().indexOf(t.toLowerCase())||-1<e.fins_appl_form_field.toLowerCase().indexOf(t.toLowerCase())||e.fins_appl_parameter==t;var t})},o.search=function(){o.todos=o.searched(o.obj1,o.searchText),o.totalItems=o.todos.length,o.currentPage="1",""==o.searchText&&(o.todos=o.obj1),o.makeTodos()},o.index1=function(e){o.pageindex1=e,o.currentPage1=e,o.makeTodos1()},o.makeTodos1=function(){var e=parseInt(o.totalItems1%o.numPerPage1),e=(o.pagersize1="0"==e?parseInt(o.totalItems1/o.numPerPage1):parseInt(o.totalItems1/o.numPerPage1)+1,(o.currentPage1-1)*o.numPerPage1),t=parseInt(e)+parseInt(o.numPerPage1);o.filteredTodos1=o.todos1.slice(e,t);for(var a=0;a<o.filteredTodos1.length;a++)o.filteredTodos1[a].icon="fa fa-plus-circle"},o.searched1=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).comn_appl_name_en.toLowerCase().indexOf(t.toLowerCase())||-1<e.fins_appl_form_field_value1.toLowerCase().indexOf(t.toLowerCase())||-1<e.fins_appl_form_field.toLowerCase().indexOf(t.toLowerCase())||e.fins_appl_parameter==t;var t})},o.search1=function(){o.todos1=o.searched1(o.obj1,o.searchText1),o.totalItems1=o.todos1.length,o.currentPage="1",""==o.searchText1&&(o.todos1=o.obj1),o.makeTodos1()},o.index2=function(e){o.pageindex2=e,o.currentPage2=e,o.makeTodos2()},o.makeTodos2=function(){var e=parseInt(o.totalItems2%o.numPerPage2),e=(o.pagersize2="0"==e?parseInt(o.totalItems2/o.numPerPage2):parseInt(o.totalItems2/o.numPerPage2)+1,(o.currentPage2-1)*o.numPerPage2),t=parseInt(e)+parseInt(o.numPerPage2);o.filteredTodos2=o.todos2.slice(e,t);for(var a=0;a<o.filteredTodos2.length;a++)o.filteredTodos2[a].icon="fa fa-plus-circle"},o.searched2=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).comn_appl_name_en.toLowerCase().indexOf(t.toLowerCase())||-1<e.fins_appl_form_field_value1.toLowerCase().indexOf(t.toLowerCase())||-1<e.fins_appl_form_field.toLowerCase().indexOf(t.toLowerCase())||e.fins_appl_parameter==t;var t})},o.search2=function(){o.todos2=o.searched2(o.obj2,o.searchText2),o.totalItems2=o.todos2.length,o.currentPage2="1",""==o.searchText2&&(o.todos2=o.obj2),o.makeTodos2()},o.flag=!0}])}(),function(){"use strict";var p,e=angular.module("sims.module.HRMS");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("GoalTargetCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(s,e,t,a,o,n,i){s.pagesize="10",s.pageindex=0,s.save_btn=!0,s.Update_btn=!1,s.display=!1,s.table=!0,s.user_access=[],s.appcode=e.current.name.split(".");e=t.globals.currentUser.username;n.get(i.apiUrl+"api/AlertTransaction/Get_user_access_rights?username="+e+"&appl_code="+s.appcode[1]).then(function(e){s.user_rights=e.data;for(var t=0;t<s.user_rights.length;t++)0==t&&(s.user_access.data_read=s.user_rights[t].comn_user_read,s.user_access.data_insert=s.user_rights[t].comn_user_insert,s.user_access.data_update=s.user_rights[t].comn_user_update,s.user_access.data_delete=s.user_rights[t].comn_user_delete,s.user_access.data_massupdate=s.user_rights[t].comn_user_massupdate,s.user_access.is_admin=s.user_rights[t].comn_user_admin)}),a(function(){$("#fixTable").tableHeadFixer({top:1})},100),s.chkMaxMin=function(){s.temp.sims_sip_goal_target_max_point<=s.temp.sims_sip_goal_target_min_point&&swal({title:"Alert",text:"Maximum Point should greater than Minimum Point",width:300,height:200})},n.get(i.apiUrl+"api/GoalTarget/getGoalName").then(function(e){s.goal_Name=e.data,console.log(s.goal_Name)}),n.get(i.apiUrl+"api/GoalTarget/getAcademicYear").then(function(e){s.Acc_year=e.data,console.log(s.Acc_year),s.temp.sims_sip_academic_year=s.Acc_year[0].sims_sip_academic_year}),n.get(i.apiUrl+"api/GoalTarget/getAllGoalTarget").then(function(e){s.Goal_target=e.data,s.totalItems=s.Goal_target.length,s.todos=s.Goal_target,s.makeTodos()}),s.size=function(e){"All"==e?(s.currentPage="1",s.filteredTodos=s.Goal_target,s.pager=!1):(s.pager=!0,s.pagesize=e,s.currentPage=1,s.numPerPage=e,s.makeTodos()),console.log("numPerPage="+s.numPerPage)},s.index=function(e){s.pageindex=e,s.currentPage=e,console.log("currentPage="+s.currentPage),s.makeTodos(),p.checked=!1,s.row1=""},a(function(){$("#fixTable").tableHeadFixer({top:1})},100),s.filteredTodos=[],s.currentPage=1,s.numPerPage=10,s.maxSize=10,s.makeTodos=function(){var e=parseInt(s.totalItems%s.numPerPage),e=(s.pagersize="0"==e?parseInt(s.totalItems/s.numPerPage):parseInt(s.totalItems/s.numPerPage)+1,(s.currentPage-1)*s.numPerPage),t=parseInt(e)+parseInt(s.numPerPage);console.log("begin="+e),console.log("end="+t),s.filteredTodos=s.todos.slice(e,t)},s.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).sims_sip_goal_target_desc.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_sip_goal_target_max_point.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_sip_goal_target_min_point.toLowerCase().indexOf(t.toLowerCase())||e.sims_sip_goal_desc==t;var t})},s.search=function(){s.todos=s.searched(s.Goal_target,s.searchText),s.totalItems=s.todos.length,s.currentPage="1",""==s.searchText&&(s.todos=s.Goal_target),s.makeTodos(),p.checked=!1,s.CheckAllChecked()},s.compareDate=function(){s.temp.sims_sip_goal_target_end_date<s.temp.sims_sip_goal_target_start_date&&swal({title:"Alert",text:"End Date Should greater than Start Date",width:300,height:200})},s.New=function(){0==s.user_access.data_insert?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(s.temp="",s.disabled=!1,s.gtcreadonly=!0,s.gtdreadonly=!1,s.gdisabled=!1,s.aydisabled=!1,s.table=!1,s.display=!0,s.save_btn=!0,s.Update_btn=!1,s.Myform.$setPristine(),s.Myform.$setUntouched(),s.temp={},s.temp={sims_sip_goal_target_end_date:l+"-"+r+"-"+m,sims_sip_goal_target_start_date:l+"-"+r+"-"+m,sims_sip_goal_target_status:!0},s.temp.sims_sip_academic_year=s.Acc_year[0].sims_sip_academic_year)};var d=[],c=(s.savedata=function(e){e&&(e={sims_sip_academic_year:s.temp.sims_sip_academic_year,sims_sip_goal_code:s.temp.sims_sip_goal_code,sims_sip_goal_target_code:s.temp.sims_sip_goal_target_code,sims_sip_goal_target_desc:s.temp.sims_sip_goal_target_desc,sims_sip_goal_target_start_date:s.temp.sims_sip_goal_target_start_date,sims_sip_goal_target_end_date:s.temp.sims_sip_goal_target_end_date,sims_sip_goal_target_min_point:s.temp.sims_sip_goal_target_min_point,sims_sip_goal_target_max_point:s.temp.sims_sip_goal_target_max_point,sims_sip_goal_target_status:s.temp.sims_sip_goal_target_status,opr:"I"},d.push(e),n.post(i.apiUrl+"api/GoalTarget/CUDGoalTarget",d).then(function(e){s.msg1=e.data,1==s.msg1?swal({text:"Record Inserted Successfully",imageUrl:"assets/img/check.png",width:300,height:200}):0==s.msg1?swal({text:"Record Not Inserted. ",imageUrl:"assets/img/close.png",width:300,height:200}):swal("Error-"+s.msg1),n.get(i.apiUrl+"api/GoalTarget/getAllGoalTarget").then(function(e){s.Goal_target=e.data,s.totalItems=s.Goal_target.length,s.todos=s.Goal_target,s.makeTodos()})}),d=[],s.table=!0,s.display=!1)},s.Cancel=function(){s.temp="",s.table=!0,s.display=!1,s.Myform.$setPristine(),s.Myform.$setUntouched(),s.temp.sims_sip_academic_year="",s.temp.sims_sip_goal_code="",s.temp.sims_sip_goal_target_desc="",s.temp.sims_sip_goal_target_start_date="",s.temp.sims_sip_goal_target_end_date="",s.temp.sims_sip_goal_target_min_point="",s.temp.sims_sip_goal_target_max_point="",s.temp.sims_sip_goal_target_status=""},s.edit=function(e){0==s.user_access.data_update?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(s.gtcreadonly=!0,s.gtdreadonly=!0,s.gdisabled=!0,s.aydisabled=!0,s.table=!1,s.display=!0,s.save_btn=!1,s.Update_btn=!0,s.temp={sims_sip_academic_year:e.sims_sip_academic_year,sims_sip_goal_code:e.sims_sip_goal_code,sims_sip_goal_target_code:e.sims_sip_goal_target_code,sims_sip_goal_target_desc:e.sims_sip_goal_target_desc,sims_sip_goal_target_start_date:e.sims_sip_goal_target_start_date,sims_sip_goal_target_end_date:e.sims_sip_goal_target_end_date,sims_sip_goal_target_min_point:e.sims_sip_goal_target_min_point,sims_sip_goal_target_max_point:e.sims_sip_goal_target_max_point,sims_sip_goal_target_status:e.sims_sip_goal_target_status})},[]),t=(s.update=function(e){e&&((e=s.temp).opr="U",c.push(e),n.post(i.apiUrl+"api/GoalTarget/CUDGoalTarget",c).then(function(e){s.msg1=e.data,1==s.msg1?swal({text:"Record Updated Successfully",imageUrl:"assets/img/check.png",width:300,height:200}):0==s.msg1?swal({text:"Record Not Updated. ",imageUrl:"assets/img/close.png",width:300,height:200}):swal("Error-"+s.msg1),n.get(i.apiUrl+"api/GoalTarget/getAllGoalTarget").then(function(e){s.Goal_target=e.data,s.totalItems=s.Goal_target.length,s.todos=s.Goal_target,s.makeTodos()})}),c=[],s.table=!0,s.display=!1)},s.CheckAllChecked=function(){if(1==(p=document.getElementById("mainchk")).checked)for(var e=0;e<s.filteredTodos.length;e++)document.getElementById(e).checked=!0,s.row1="row_selected",$("tr").addClass("row_selected");else for(e=0;e<s.filteredTodos.length;e++)document.getElementById(e).checked=!1,p.checked=!1,s.row1=""},s.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),s.color="#edefef"}),1==(p=document.getElementById("mainchk")).checked&&(p.checked=!1,$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected")}))},s.OkDelete=function(){if(0==s.user_access.data_delete)swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200});else{var o=[];s.flag=!1;for(var e,t=0;t<s.filteredTodos.length;t++)1==document.getElementById(t).checked&&(s.flag=!0,e={sims_sip_goal_target_code:s.filteredTodos[t].sims_sip_goal_target_code,sims_sip_goal_code:s.filteredTodos[t].sims_sip_goal_code,opr:"D"},o.push(e));s.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)n.post(i.apiUrl+"api/GoalTarget/CUDGoalTarget",o).then(function(e){s.msg1=e.data,1==s.msg1?swal({text:"Record Deleted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&(n.get(i.apiUrl+"api/GoalTarget/getAllGoalTarget").then(function(e){s.Goal_target=e.data,s.totalItems=s.Goal_target.length,s.todos=s.Goal_target,s.makeTodos()}),1==(p=document.getElementById("mainchk")).checked&&(p.checked=!1,s.row1=""),s.currentPage=!0)}):0==s.msg1?swal({text:"Record Not Deleted. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&(n.get(i.apiUrl+"api/GoalTarget/getAllGoalTarget").then(function(e){s.Goal_target=e.data,s.totalItems=s.Goal_target.length,s.todos=s.Goal_target,s.makeTodos()}),1==(p=document.getElementById("mainchk")).checked&&(p.checked=!1,s.row1=""),s.currentPage=!0)}):swal("Error-"+s.msg1)});else{1==(p=document.getElementById("mainchk")).checked&&(p.checked=!1);for(var t=0;t<s.filteredTodos.length;t++){var a=document.getElementById(t);1==a.checked&&(a.checked=!1,$("tr").removeClass("row_selected"))}}}):swal({text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}),s.currentPage=str}},$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0,format:"yyyy-mm-dd"}),new Date),l=t.getDate(),r=t.getMonth()+1,m=(r<10&&(r="0"+r),t.getFullYear());s.temp={sims_sip_goal_target_end_date:l+"-"+r+"-"+m,sims_sip_goal_target_start_date:l+"-"+r+"-"+m}}])}(),function(){"use strict";var l,e=angular.module("sims.module.HRMS");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("GoalTargetKPICont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(s,e,t,a,o,n,i){s.pagesize="10",s.pageindex=0,s.save_btn=!0,s.Update_btn=!1,s.display=!1,s.table=!0,s.temp={},s.user_access=[],s.appcode=e.current.name.split(".");e=t.globals.currentUser.username;n.get(i.apiUrl+"api/AlertTransaction/Get_user_access_rights?username="+e+"&appl_code="+s.appcode[1]).then(function(e){s.user_rights=e.data;for(var t=0;t<s.user_rights.length;t++)0==t&&(s.user_access.data_read=s.user_rights[t].comn_user_read,s.user_access.data_insert=s.user_rights[t].comn_user_insert,s.user_access.data_update=s.user_rights[t].comn_user_update,s.user_access.data_delete=s.user_rights[t].comn_user_delete,s.user_access.data_massupdate=s.user_rights[t].comn_user_massupdate,s.user_access.is_admin=s.user_rights[t].comn_user_admin)}),a(function(){$("#fixTable").tableHeadFixer({top:1})},100),n.get(i.apiUrl+"api/GoalTarget/getGoalName").then(function(e){s.goal_Name=e.data,console.log(s.goal_Name)}),n.get(i.apiUrl+"api/common/getCuriculum").then(function(e){s.curriculum=e.data,s.temp.sims_cur_code=s.curriculum[0].sims_cur_code,s.getacyr(s.curriculum[0].sims_cur_code)}),s.getacyr=function(e){s.cur_code=e,n.get(i.apiUrl+"api/common/getAcademicYear?curCode="+e).then(function(e){s.Academic_year=e.data,s.temp.sims_sip_academic_year=s.Academic_year[0].sims_academic_year,s.Alltermcode(s.curriculum[0].sims_cur_code,s.Academic_year[0].sims_academic_year)})},s.getGoalTarget=function(e){n.get(i.apiUrl+"api/GoalTargetKPI/getGoalTargetName?sims_sip_goal_code="+e).then(function(e){s.target_Name=e.data,console.log(s.target_Name)})},n.get(i.apiUrl+"api/GoalTargetKPI/getAllGoalTargetKPI").then(function(e){s.Goal_target_KPI=e.data,s.totalItems=s.Goal_target_KPI.length,s.todos=s.Goal_target_KPI,s.makeTodos()}),s.size=function(e){"All"==e?(s.currentPage="1",s.filteredTodos=s.Goal_target_KPI,s.pager=!1):(s.pager=!0,s.pagesize=e,s.currentPage=1,s.numPerPage=e,s.makeTodos()),console.log("numPerPage="+s.numPerPage)},s.index=function(e){s.pageindex=e,s.currentPage=e,console.log("currentPage="+s.currentPage),s.makeTodos(),l.checked=!1,s.row1=""},s.filteredTodos=[],s.currentPage=1,s.numPerPage=10,s.maxSize=10,s.makeTodos=function(){var e=parseInt(s.totalItems%s.numPerPage),e=(s.pagersize="0"==e?parseInt(s.totalItems/s.numPerPage):parseInt(s.totalItems/s.numPerPage)+1,(s.currentPage-1)*s.numPerPage),t=parseInt(e)+parseInt(s.numPerPage);console.log("begin="+e),console.log("end="+t),s.filteredTodos=s.todos.slice(e,t)},s.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).sims_sip_goal_target_kpi_max_point.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_sip_goal_target_kpi_min_point.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_sip_goal_target_desc.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_sip_goal_target_kpi_desc.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_sip_goal_desc.toLowerCase().indexOf(t.toLowerCase())||e.sims_sip_goal_target_kpi_min_point==t;var t})},s.search=function(){s.todos=s.searched(s.Goal_target_KPI,s.searchText),s.totalItems=s.todos.length,s.currentPage="1",""==s.searchText&&(s.todos=s.Goal_target_KPI),s.makeTodos(),l.checked=!1,s.CheckAllChecked()},s.showdate=function(e,t){var a=e.split("/")[0],o=e.split("/")[1],e=e.split("/")[2];s.temp[t]=e+"/"+a+"/"+o},s.New=function(){0==s.user_access.data_insert?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(s.disabled=!1,s.gtcreadonly=!0,s.gtdreadonly=!1,s.gdisabled=!1,s.aydisabled=!1,s.readonly=!0,s.table=!1,s.display=!0,s.save_btn=!0,s.Update_btn=!1,s.temp="",s.temp={sims_sip_goal_target_kpi_status:!0},s.temp.sims_cur_code=s.curriculum[0].sims_cur_code,s.temp.sims_sip_academic_year=s.Academic_year[0].sims_academic_year,s.Myform.$setPristine(),s.Myform.$setUntouched())};var d=[],c=(s.savedata=function(e){e&&((e=s.temp).opr="I",d.push(e),n.post(i.apiUrl+"api/GoalTargetKPI/CUDGoalTargetKPI",d).then(function(e){s.msg1=e.data,1==s.msg1?swal({text:"Record Inserted Successfully",imageUrl:"assets/img/check.png",width:300,height:200}):0==s.msg1?swal({text:"Record Not Inserted. ",imageUrl:"assets/img/close.png",width:300,height:200}):swal("Error-"+s.msg1),n.get(i.apiUrl+"api/GoalTargetKPI/getAllGoalTargetKPI").then(function(e){s.Goal_target_KPI=e.data,s.totalItems=s.Goal_target_KPI.length,s.todos=s.Goal_target_KPI,s.makeTodos()})}),d=[],s.table=!0,s.display=!1)},s.chkMaxMin=function(){s.temp.sims_sip_goal_target_kpi_max_point<=s.temp.sims_sip_goal_target_kpi_min_point&&swal({title:"Alert",text:"Maximum Point should greater than Minimum Point",width:300,height:200})},s.Cancel=function(){s.temp="",s.table=!0,s.display=!1,s.Myform.$setPristine(),s.Myform.$setUntouched(),s.temp.sims_sip_academic_year="",s.temp.sims_sip_goal_code="",s.temp.sims_sip_goal_target_code="",s.temp.sims_sip_goal_target_kpi_code="",s.temp.sims_sip_goal_target_kpi_desc="",s.temp.sims_sip_goal_target_kpi_max_point="",s.temp.sims_sip_goal_target_kpi_min_point=""},s.edit=function(e){0==s.user_access.data_update?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(s.gtcreadonly=!0,s.gtdreadonly=!0,s.gdisabled=!0,s.aydisabled=!0,s.readonly=!0,s.table=!1,s.display=!0,s.save_btn=!1,s.Update_btn=!0,s.getGoalTarget(e.sims_sip_goal_code),s.temp={sims_sip_academic_year:e.sims_sip_academic_year,sims_sip_goal_code:e.sims_sip_goal_code,sims_sip_goal_target_code:e.sims_sip_goal_target_code,sims_sip_goal_target_kpi_desc:e.sims_sip_goal_target_kpi_desc,sims_sip_goal_target_kpi_min_point:e.sims_sip_goal_target_kpi_min_point,sims_sip_goal_target_kpi_max_point:e.sims_sip_goal_target_kpi_max_point,sims_sip_goal_target_kpi_status:e.sims_sip_goal_target_kpi_status,sims_sip_goal_target_kpi_code:e.sims_sip_goal_target_kpi_code,sims_sip_goal_target_status:e.sims_sip_goal_target_status})},[]);s.update=function(e){e&&((e=s.temp).opr="U",c.push(e),n.post(i.apiUrl+"api/GoalTargetKPI/CUDGoalTargetKPI",c).then(function(e){s.msg1=e.data,1==s.msg1?swal({text:"Record Updated Successfully",imageUrl:"assets/img/check.png",width:300,height:200}):0==s.msg1?swal({text:"Record Not Updated. ",imageUrl:"assets/img/close.png",width:300,height:200}):swal("Error-"+s.msg1),n.get(i.apiUrl+"api/GoalTargetKPI/getAllGoalTargetKPI").then(function(e){s.Goal_target_KPI=e.data,s.totalItems=s.Goal_target_KPI.length,s.todos=s.Goal_target_KPI,s.makeTodos()})}),c=[],s.table=!0,s.display=!1)},s.CheckAllChecked=function(){if(1==(l=document.getElementById("mainchk")).checked)for(var e=0;e<s.filteredTodos.length;e++)document.getElementById(e).checked=!0,s.row1="row_selected",$("tr").addClass("row_selected");else for(e=0;e<s.filteredTodos.length;e++)document.getElementById(e).checked=!1,l.checked=!1,s.row1=""},s.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),s.color="#edefef"}),1==(l=document.getElementById("mainchk")).checked&&(l.checked=!1,$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected")}))},s.OkDelete=function(){if(0==s.user_access.data_delete)swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200});else{var o=[];s.flag=!1;for(var e,t=0;t<s.filteredTodos.length;t++)1==document.getElementById(t).checked&&(s.flag=!0,e={sims_sip_goal_target_code:s.filteredTodos[t].sims_sip_goal_target_code,sims_sip_goal_code:s.filteredTodos[t].sims_sip_goal_code,sims_sip_goal_target_kpi_code:s.filteredTodos[t].sims_sip_goal_target_kpi_code,opr:"D"},o.push(e));s.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)n.post(i.apiUrl+"api/GoalTargetKPI/CUDGoalTargetKPI",o).then(function(e){s.msg1=e.data,1==s.msg1?swal({text:"Record Deleted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&(n.get(i.apiUrl+"api/GoalTargetKPI/getAllGoalTargetKPI").then(function(e){s.Goal_target_KPI=e.data,s.totalItems=s.Goal_target_KPI.length,s.todos=s.Goal_target_KPI,s.makeTodos()}),1==(l=document.getElementById("mainchk")).checked&&(l.checked=!1,s.row1=""),s.currentPage=!0)}):0==s.msg1?swal({text:"Record Not Deleted. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&(n.get(i.apiUrl+"api/GoalTargetKPI/getAllGoalTargetKPI").then(function(e){s.Goal_target_KPI=e.data,s.totalItems=s.Goal_target_KPI.length,s.todos=s.Goal_target_KPI,s.makeTodos()}),1==(l=document.getElementById("mainchk")).checked&&(l.checked=!1,s.row1=""),s.currentPage=!0)}):swal("Error-"+s.msg1)});else{1==(l=document.getElementById("mainchk")).checked&&(l.checked=!1);for(var t=0;t<s.filteredTodos.length;t++){var a=document.getElementById(t);1==a.checked&&(a.checked=!1,$("tr").removeClass("row_selected"))}}}):swal({text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}),s.currentPage=str}},$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0,format:"yyyy-mm-dd"})}])}(),function(){"use strict";var l,e=angular.module("sims.module.HRMS");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("GoalTargetKPIMeasureCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(s,e,t,a,o,n,i){s.pagesize="10",s.pageindex=0,s.save_btn=!0,s.Update_btn=!1,s.display=!1,s.table=!0,s.user_access=[],s.appcode=e.current.name.split(".");e=t.globals.currentUser.username;n.get(i.apiUrl+"api/AlertTransaction/Get_user_access_rights?username="+e+"&appl_code="+s.appcode[1]).then(function(e){s.user_rights=e.data;for(var t=0;t<s.user_rights.length;t++)0==t&&(s.user_access.data_read=s.user_rights[t].comn_user_read,s.user_access.data_insert=s.user_rights[t].comn_user_insert,s.user_access.data_update=s.user_rights[t].comn_user_update,s.user_access.data_delete=s.user_rights[t].comn_user_delete,s.user_access.data_massupdate=s.user_rights[t].comn_user_massupdate,s.user_access.is_admin=s.user_rights[t].comn_user_admin)}),a(function(){$("#fixTable").tableHeadFixer({top:1})},100),n.get(i.apiUrl+"api/GoalTarget/getGoalName").then(function(e){s.goal_Name=e.data,console.log(s.goal_Name)}),n.get(i.apiUrl+"api/GoalTarget/getAcademicYear").then(function(e){s.Acc_year=e.data,console.log(s.Acc_year),s.temp.sims_sip_academic_year=s.Acc_year[0].sims_sip_academic_year}),s.getGoalTarget=function(e){n.get(i.apiUrl+"api/GoalTargetKPI/getGoalTargetName?sims_sip_goal_code="+e).then(function(e){s.target_Name=e.data,console.log(s.target_Name)})},s.getGoalTargetKPI=function(e,t){n.get(i.apiUrl+"api/GoalTargetKPIMeasure/getGoalTargetKPIMeasure?sims_sip_goal_code="+e+"&sims_sip_goal_target_code="+t).then(function(e){s.goal_TargetKPI=e.data,console.log(s.goal_TargetKPI)})},n.get(i.apiUrl+"api/GoalTargetKPIMeasure/getAllGoalTargetKPIMeasure").then(function(e){s.goal_TarKPI=e.data,s.totalItems=s.goal_TarKPI.length,s.todos=s.goal_TarKPI,s.makeTodos()}),s.size=function(e){"All"==e?(s.currentPage="1",s.filteredTodos=s.goal_TarKPI,s.pager=!1):(s.pager=!0,s.pagesize=e,s.currentPage=1,s.numPerPage=e,s.makeTodos()),s.numPerPage=e,console.log("numPerPage="+s.numPerPage)},s.index=function(e){s.pageindex=e,s.currentPage=e,console.log("currentPage="+s.currentPage),s.makeTodos(),l.checked=!1,s.row1=""},s.filteredTodos=[],s.currentPage=1,s.numPerPage=10,s.maxSize=10,s.makeTodos=function(){var e=parseInt(s.totalItems%s.numPerPage),e=(s.pagersize="0"==e?parseInt(s.totalItems/s.numPerPage):parseInt(s.totalItems/s.numPerPage)+1,(s.currentPage-1)*s.numPerPage),t=parseInt(e)+parseInt(s.numPerPage);console.log("begin="+e),console.log("end="+t),s.filteredTodos=s.todos.slice(e,t)},s.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).sims_sip_goal_target_kpi_measure_min_point.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_sip_goal_target_kpi_measure_max_point.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_sip_goal_target_kpi_measure_desc.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_sip_goal_target_desc.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_sip_goal_target_kpi_desc.toLowerCase().indexOf(t.toLowerCase())||e.sims_sip_goal_target_kpi_desc==t;var t})},s.search=function(){s.todos=s.searched(s.goal_TarKPI,s.searchText),s.totalItems=s.todos.length,s.currentPage="1",""==s.searchText&&(s.todos=s.goal_TarKPI),s.makeTodos(),l.checked=!1,s.CheckAllChecked()},s.chkMaxMin=function(){s.temp.sims_sip_goal_target_kpi_measure_max_point<=s.temp.sims_sip_goal_target_kpi_measure_min_point&&swal({title:"Alert",text:"Maximum Point should greater than Minimum Point",width:300,height:200})},s.New=function(){0==s.user_access.data_insert?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(s.gdisabled=!1,s.aydisabled=!1,s.gtdisabled=!1,s.gtkpidisabled=!1,s.gdescdisabled=!1,s.disabled=!1,s.readonly=!0,s.table=!1,s.display=!0,s.save_btn=!0,s.Update_btn=!1,s.temp="",s.Myform.$setPristine(),s.Myform.$setUntouched(),s.temp={},s.temp.sims_sip_goal_target_kpi_measure_status=!0,s.temp.sims_sip_academic_year=s.Acc_year[0].sims_sip_academic_year)};var d=[],c=(s.savedata=function(e){e&&((e=s.temp).opr="I",d.push(e),n.post(i.apiUrl+"api/GoalTargetKPIMeasure/CUDGoalTargetKPIMeasure",d).then(function(e){s.msg1=e.data,1==s.msg1?swal({text:"Record Inserted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}):0==s.msg1?swal({text:"Record Not Inserted. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}):swal("Error-"+s.msg1),n.get(i.apiUrl+"api/GoalTargetKPIMeasure/getAllGoalTargetKPIMeasure").then(function(e){s.goal_TarKPI=e.data,s.totalItems=s.goal_TarKPI.length,s.todos=s.goal_TarKPI,s.makeTodos()})}),d=[],s.table=!0,s.display=!1)},s.Cancel=function(){s.temp="",s.table=!0,s.display=!1,s.Myform.$setPristine(),s.Myform.$setUntouched(),s.temp.sims_sip_academic_year="",s.temp.sims_sip_goal_code="",s.temp.sims_sip_goal_target_code="",s.temp.sims_sip_goal_target_kpi_code="",s.temp.sims_sip_goal_target_kpi_measure_desc="",s.temp.sims_sip_goal_target_kpi_measure_min_point="",s.temp.sims_sip_goal_target_kpi_measure_max_point="",s.temp.sims_sip_goal_target_kpi_measure_status=""},s.edit=function(e){0==s.user_access.data_update?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(s.stry=e,s.table=!1,s.display=!0,s.save_btn=!1,s.Update_btn=!0,s.gdisabled=!0,s.aydisabled=!0,s.gtdisabled=!0,s.gtkpidisabled=!0,s.gdescdisabled=!0,s.getGoalTarget(e.sims_sip_goal_code),s.getGoalTargetKPI(e.sims_sip_goal_code,e.sims_sip_goal_target_code),s.temp={sims_sip_goal_code:e.sims_sip_goal_code,sims_sip_goal_target_code:e.sims_sip_goal_target_code,sims_sip_academic_year:e.sims_sip_academic_year,sims_sip_goal_target_kpi_code:e.sims_sip_goal_target_kpi_code,sims_sip_goal_target_kpi_measure_code:e.sims_sip_goal_target_kpi_measure_code,sims_sip_goal_target_kpi_measure_desc:e.sims_sip_goal_target_kpi_measure_desc,sims_sip_goal_target_kpi_measure_max_point:e.sims_sip_goal_target_kpi_measure_max_point,sims_sip_goal_target_kpi_measure_min_point:e.sims_sip_goal_target_kpi_measure_min_point,sims_sip_goal_target_kpi_measure_status:e.sims_sip_goal_target_kpi_measure_status})},[]);s.update=function(e){e&&((e=s.temp).opr="U",c.push(e),n.post(i.apiUrl+"api/GoalTargetKPIMeasure/CUDGoalTargetKPIMeasure",c).then(function(e){s.msg1=e.data,1==s.msg1?swal({text:"Record Updated Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}):0==s.msg1?swal({text:"Record Not Updated. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}):swal("Error-"+s.msg1),n.get(i.apiUrl+"api/GoalTargetKPIMeasure/getAllGoalTargetKPIMeasure").then(function(e){s.goal_TarKPI=e.data,s.totalItems=s.goal_TarKPI.length,s.todos=s.goal_TarKPI,s.makeTodos()})}),c=[],s.table=!0,s.display=!1)},s.CheckAllChecked=function(){if(1==(l=document.getElementById("mainchk")).checked)for(var e=0;e<s.filteredTodos.length;e++)document.getElementById(e).checked=!0,s.row1="row_selected",$("tr").addClass("row_selected");else for(e=0;e<s.filteredTodos.length;e++)document.getElementById(e).checked=!1,l.checked=!1,s.row1=""},s.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),s.color="#edefef"}),1==(l=document.getElementById("mainchk")).checked&&(l.checked=!1,$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected")}))},s.OkDelete=function(){if(0==s.user_access.data_delete)swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200});else{var o=[];s.flag=!1;for(var e,t=0;t<s.filteredTodos.length;t++)1==document.getElementById(t).checked&&(s.flag=!0,e={sims_sip_goal_code:s.filteredTodos[t].sims_sip_goal_code,sims_sip_goal_target_code:s.filteredTodos[t].sims_sip_goal_target_code,sims_sip_goal_target_kpi_code:s.filteredTodos[t].sims_sip_goal_target_kpi_code,sims_sip_goal_target_kpi_measure_auto_code:s.filteredTodos[t].sims_sip_goal_target_kpi_measure_auto_code,opr:"D"},o.push(e));s.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)n.post(i.apiUrl+"api/GoalTargetKPIMeasure/CUDGoalTargetKPIMeasure",o).then(function(e){s.msg1=e.data,1==s.msg1?swal({text:"Record Deleted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&(n.get(i.apiUrl+"api/GoalTargetKPIMeasure/getAllGoalTargetKPIMeasure").then(function(e){s.goal_TarKPI=e.data,s.totalItems=s.goal_TarKPI.length,s.todos=s.goal_TarKPI,s.makeTodos()}),1==(l=document.getElementById("mainchk")).checked&&(l.checked=!1,s.row1=""),s.currentPage=!0)}):0==s.msg1?swal({text:"Record Not Deleted. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&(n.get(i.apiUrl+"api/GoalTargetKPIMeasure/getAllGoalTargetKPIMeasure").then(function(e){s.goal_TarKPI=e.data,s.totalItems=s.goal_TarKPI.length,s.todos=s.goal_TarKPI,s.makeTodos()}),1==(l=document.getElementById("mainchk")).checked&&(l.checked=!1,s.row1=""),s.currentPage=!0)}):swal("Error-"+s.msg1)});else{1==(l=document.getElementById("mainchk")).checked&&(l.checked=!1);for(var t=0;t<s.filteredTodos.length;t++){var a=document.getElementById(t);1==a.checked&&(a.checked=!1,$("tr").removeClass("row_selected"))}}}):swal({text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}),s.currentPage=str}},$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0,format:"yyyy-mm-dd"})}])}(),function(){"use strict";var e=angular.module("sims.module.HRMS");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("InActiveUserCont",["$scope","$state","$rootScope","$stateParams","$timeout","gettextCatalog","$http","$filter","ENV",function(d,e,o,t,a,s,_,n,c){var i;d.display=!0,d.grid=!0,d.pagesize="10",d.pageindex="0",d.pager=!0,d.getgriddata=[],d.btn_save=!0,d.btn_delete=!1,new Date;d.ddMMyyyy=n("date")(new Date,"dd-MM-yyyy")+"-"+n("date")(new Date,"HH-mm-ss"),d.datet=n("date")(new Date,"dd-MM-yyyy"),a(function(){$("#fixedtable").tableHeadFixer({top:1})},100),"siserp"==_.defaults.headers.common.schoolId&&(d.btn_hide=!0),d.filteredTodos=[],d.currentPage=1,d.numPerPage=10,d.maxSize=10,d.edt={sims_user:"emp",sims_type:"loginid"},d.makeTodos=function(){var e=parseInt(d.totalItems%d.numPerPage),e=(d.pagersize="0"==e?parseInt(d.totalItems/d.numPerPage):parseInt(d.totalItems/d.numPerPage)+1,(d.currentPage-1)*d.numPerPage),t=parseInt(e)+parseInt(d.numPerPage);d.filteredTodos=d.todos.slice(e,t)},d.getsearch_details=function(e,t,a){var n=[],i=(d.btn_save=!1,d.filteredTodos=[],d.maindata=[],d.totalItems=[],d.todos=[],{});d.getgriddata=[],null==a&&(a=""),"emp"==e&&("firstname"==t&&(d.maindata=[],d.filteredTodos=[],_.post(c.apiUrl+"api/common/InActiveUser/Search_Employee_by_first_name309?first_name="+a).then(function(e){d.getgriddata=e.data;for(var t=0;t<d.getgriddata.length;t++){var a=new Date,o=a.getMonth()+1,s=a.getDate(),s=(o<10&&(o="0"+o),s<10&&(s="0"+s),d.todaydate1=s+"-"+o+"-"+a.getFullYear(),{login_id:d.getgriddata[t].login_id,deactivation_date:d.todaydate1,status:d.getgriddata[t].status,user_name:d.getgriddata[t].user_name,remark:d.getgriddata[t].remark});n.push(s)}d.totalItems=n.length,d.todos=n,d.makeTodos()})),"lastname"==t&&_.post(c.apiUrl+"api/common/InActiveUser/Search_Employee_by_first_name309?last_name="+a).then(function(e){d.getgriddata=e.data;for(var t=0;t<d.getgriddata.length;t++){var a=new Date,o=a.getMonth()+1,s=a.getDate(),s=(o<10&&(o="0"+o),s<10&&(s="0"+s),d.todaydate1=s+"-"+o+"-"+a.getFullYear(),{login_id:d.getgriddata[t].login_id,deactivation_date:d.todaydate1,status:d.getgriddata[t].status,user_name:d.getgriddata[t].user_name,remark:d.getgriddata[t].remark});n.push(s)}d.totalItems=n.length,d.todos=n,d.makeTodos()}),"loginid"==t)&&_.post(c.apiUrl+"api/common/InActiveUser/Search_Employee_by_login_id309?login="+a).then(function(e){d.getgriddata=e.data;for(var t=0;t<d.getgriddata.length;t++){var a=new Date,o=a.getMonth()+1,s=a.getDate(),s=(o<10&&(o="0"+o),s<10&&(s="0"+s),d.todaydate1=s+"-"+o+"-"+a.getFullYear(),{login_id:d.getgriddata[t].login_id,deactivation_date:d.todaydate1,status:d.getgriddata[t].status,user_name:d.getgriddata[t].user_name,remark:d.getgriddata[t].remark});n.push(s)}d.totalItems=n.length,d.todos=n,d.makeTodos()}),"student"==e&&("firstname"==t&&(d.filteredTodos=[],d.maindata=[],_.post(c.apiUrl+"api/common/InActiveUser/Search_Student_by_first_name309?first_name="+a).then(function(e){d.getgriddata=e.data;for(var t=0;t<d.getgriddata.length;t++){var a=new Date,o=a.getMonth()+1,s=a.getDate();o<10&&(o="0"+o),s<10&&(s="0"+s),d.todaydate1=s+"-"+o+"-"+a.getFullYear(),i={login_id:d.getgriddata[t].login_id,deactivation_date:d.todaydate1,status:d.getgriddata[t].status,user_name:d.getgriddata[t].user_name,remark:d.getgriddata[t].remark},n.push(i)}d.totalItems=n.length,d.todos=n,d.makeTodos()})),"lastname"==t&&_.post(c.apiUrl+"api/common/InActiveUser/Search_Student_by_last_name309?last_name="+a).then(function(e){d.getgriddata=e.data;for(var t=0;t<d.getgriddata.length;t++){var a=new Date,o=a.getMonth()+1,s=a.getDate();o<10&&(o="0"+o),s<10&&(s="0"+s),d.todaydate1=s+"-"+o+"-"+a.getFullYear(),i={login_id:d.getgriddata[t].login_id,deactivation_date:d.todaydate1,status:d.getgriddata[t].status,user_name:d.getgriddata[t].user_name,remark:d.getgriddata[t].remark},n.push(i)}d.totalItems=n.length,d.todos=n,d.makeTodos()}),"loginid"==t)&&_.post(c.apiUrl+"api/common/InActiveUser/Search_Student_by_login_id309?login="+a).then(function(e){d.getgriddata=e.data;for(var t=0;t<d.getgriddata.length;t++){var a=new Date,o=a.getMonth()+1,s=a.getDate(),s=(o<10&&(o="0"+o),s<10&&(s="0"+s),d.todaydate1=s+"-"+o+"-"+a.getFullYear(),{login_id:d.getgriddata[t].login_id,deactivation_date:d.todaydate1,status:d.getgriddata[t].status,user_name:d.getgriddata[t].user_name,remark:d.getgriddata[t].remark});n.push(s)}d.totalItems=n.length,d.todos=n,d.makeTodos()}),"parent"==e&&("firstname"==t&&_.post(c.apiUrl+"api/common/InActiveUser/Search_Parent_by_first_name309?first_name="+a).then(function(e){d.getgriddata=e.data;for(var t=0;t<d.getgriddata.length;t++){var a=new Date,o=a.getMonth()+1,s=a.getDate();o<10&&(o="0"+o),s<10&&(s="0"+s),d.todaydate1=s+"-"+o+"-"+a.getFullYear(),i={login_id:d.getgriddata[t].login_id,deactivation_date:d.todaydate1,status:d.getgriddata[t].status,user_name:d.getgriddata[t].user_name,remark:d.getgriddata[t].remark},n.push(i)}d.totalItems=n.length,d.todos=n,d.makeTodos()}),"lastname"==t&&_.post(c.apiUrl+"api/common/InActiveUser/Search_Parent_by_last_name309?last_name="+a).then(function(e){d.getgriddata=e.data;for(var t=0;t<d.getgriddata.length;t++){var a=new Date,o=a.getMonth()+1,s=a.getDate(),s=(o<10&&(o="0"+o),s<10&&(s="0"+s),d.todaydate1=s+"-"+o+"-"+a.getFullYear(),{login_id:d.getgriddata[t].login_id,deactivation_date:d.todaydate1,status:d.getgriddata[t].status,user_name:d.getgriddata[t].user_name,remark:d.getgriddata[t].remark});n.push(s)}d.totalItems=n.length,d.todos=n,d.makeTodos()}),"loginid"==t)&&_.post(c.apiUrl+"api/common/InActiveUser/Search_Parent_by_login_id309?login="+a).then(function(e){d.getgriddata=e.data;for(var t=0;t<d.getgriddata.length;t++){var a=new Date,o=a.getMonth()+1,s=a.getDate(),s=(o<10&&(o="0"+o),s<10&&(s="0"+s),d.todaydate1=s+"-"+o+"-"+a.getFullYear(),{login_id:d.getgriddata[t].login_id,deactivation_date:d.todaydate1,status:d.getgriddata[t].status,user_name:d.getgriddata[t].user_name,remark:d.getgriddata[t].remark});n.push(s)}d.totalItems=n.length,d.todos=n,d.makeTodos()})},d.checkdate=function(e){var t,a;null!=e&&(t=(e=new Date(e)).getMonth()+1,a=(a=(a=e.getDate())<10?"0"+a:a)+"-"+(t=t<10?"0"+t:t)+"-"+e.getFullYear(),console.log(a),d.Inactive_user={deactivation_date:a})},d.Save=function(){var e=[];d.emp=!1,d.parent=!1,d.student=!1,console.log(o.globals.currentUser.username);for(var t,a=0;a<d.filteredTodos.length;a++)1==d.filteredTodos[a].login_id1&&("emp"==d.edt.sims_user&&(t={login_id:d.filteredTodos[a].login_id,deactivation_date:d.filteredTodos[a].deactivation_date,sims_student_status_updation_user_code:o.globals.currentUser.username,remark:d.filteredTodos[a].remark},d.emp=!0,e.push(t)),"student"==d.edt.sims_user&&(t={login_id:d.filteredTodos[a].login_id,deactivation_date:d.filteredTodos[a].deactivation_date,sims_student_status_updation_user_code:o.globals.currentUser.username,remark:d.filteredTodos[a].remark},d.student=!0,e.push(t)),"parent"==d.edt.sims_user)&&(t={login_id:d.filteredTodos[a].login_id,deactivation_date:d.filteredTodos[a].deactivation_date,sims_student_status_updation_user_code:o.globals.currentUser.username,remark:d.filteredTodos[a].remark},d.parent=!0,e.push(t));d.parent?_.post(c.apiUrl+"api/common/InActiveUser/Insert_Parent_activation_history309",e).then(function(e){d.getparent=e.data,1==d.getparent?swal({text:"InActive User Mapped Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&d.getsearch_details(d.edt.sims_user,d.edt.sims_type,d.edt.sims_name)}):swal({text:"InActive User Not Mapped Successfully. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&d.getsearch_details(d.edt.sims_user,d.edt.sims_type,d.edt.sims_name)})}):d.emp?_.post(c.apiUrl+"api/common/InActiveUser/Insert_Employee_activation_history309",e).then(function(e){d.getEmp=e.data,1==d.getEmp?swal({text:"InActive User Mapped Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&d.getsearch_details(d.edt.sims_user,d.edt.sims_type,d.edt.sims_name)}):swal({text:"InActive User Not Mapped Successfully. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&d.getsearch_details(d.edt.sims_user,d.edt.sims_type,d.edt.sims_name)})}):d.student?_.post(c.apiUrl+"api/common/InActiveUser/Insert_Student_activation_history309",e).then(function(e){d.getStudent=e.data,1==d.getStudent?swal({text:"InActive User Mapped Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&d.getsearch_details(d.edt.sims_user,d.edt.sims_type,d.edt.sims_name)}):swal({text:"InActive User Not Mapped Successfully. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&d.getsearch_details(d.edt.sims_user,d.edt.sims_type,d.edt.sims_name)})}):swal({text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380})},d.Cancel=function(){d.edt="",d.filteredTodos=""},d.get_msgtype=function(e){"emp"==e?(d.edt.sims_name="",d.edt.sims_student="",d.edt.sims_parent=""):"parent"==e?(d.edt.sims_name="",d.edt.sims_student="",d.edt.sims_Emp=""):"student"==e&&(d.edt.sims_name="",d.edt.sims_Emp="",d.edt.sims_parent="")},d.get_ischecked=function(e){e.ischecked=!0,$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),d.color="#edefef"}),1==(i=document.getElementById("mainchk")).checked&&(i.checked=!1,d.color="#edefef",d.row1="")},d.get_nametypechecked=function(e){"firstname"==e&&(d.edt.sims_name="",d.edt.sims_last_name="",d.edt.sims_login_id=""),"lastname"==e&&(d.edt.sims_name="",d.edt.sims_first_name="",d.edt.sims_login_id=""),"loginid"==e&&(d.edt.sims_name="",d.edt.sims_last_name="",d.edt.sims_first_name="")},d.checkAll=function(){if(1==(i=document.getElementById("mainchk")).checked)for(var e=0;e<d.filteredTodos.length;e++)document.getElementById("test_"+e).checked=!0,d.row1="row_selected";else for(e=0;e<d.filteredTodos.length;e++)document.getElementById("test_"+e).checked=!1,i.checked=!1,d.row1=""},$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0}),$(document).on("touch click",'*[data-datepicker="true"] .add-on',function(e){$('input[type="text"]',$(this).parent()).focus()}),d.size=function(e){"All"==e?(d.currentPage="1",d.filteredTodos=d.todos,d.pager=!1):(d.pager=!0,d.pagesize=e,d.currentPage=1,d.numPerPage=e,d.makeTodos())},d.index=function(e){d.pageindex=e,d.currentPage=e,console.log("currentPage="+d.currentPage),d.makeTodos()}}])}(),function(){"use strict";var c,e=angular.module("sims.module.HRMS");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("ShiftMasterCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(s,e,t,a,o,n,i){s.display=!1,s.pagesize="10",s.pageindex="0",s.pager=!0,s.grid=!0,s.edit_data=!1,s.shift_data=[],s.edit_code=!1;s.user_access=[],s.appcode=e.current.name.split(".");var d,e=t.globals.currentUser.username;n.get(i.apiUrl+"api/AlertTransaction/Get_user_access_rights?username="+e+"&appl_code="+s.appcode[1]).then(function(e){s.user_rights=e.data;for(var t=0;t<s.user_rights.length;t++)0==t&&(s.user_access.data_read=s.user_rights[t].comn_user_read,s.user_access.data_insert=s.user_rights[t].comn_user_insert,s.user_access.data_update=s.user_rights[t].comn_user_update,s.user_access.data_delete=s.user_rights[t].comn_user_delete,s.user_access.data_massupdate=s.user_rights[t].comn_user_massupdate,s.user_access.is_admin=s.user_rights[t].comn_user_admin)}),a(function(){$("#fixedtable").tableHeadFixer({top:1})},100),s.filteredTodos=[],s.currentPage=1,s.numPerPage=10,s.maxSize=10,n.get(i.apiUrl+"api/common/ShiftMaster/getShiftMaster").then(function(e){s.display=!1,s.grid=!0,s.shift_data=e.data,s.totalItems=s.shift_data.length,s.todos=s.shift_data,s.makeTodos(),s.grid=!0;for(var t=0;t<s.totalItems;t++)s.shift_data[t].icon="fa fa-plus-circle"}),s.makeTodos=function(){var e=parseInt(s.totalItems%s.numPerPage),e=(s.pagersize="0"==e?parseInt(s.totalItems/s.numPerPage):parseInt(s.totalItems/s.numPerPage)+1,(s.currentPage-1)*s.numPerPage),t=parseInt(e)+parseInt(s.numPerPage);s.filteredTodos=s.todos.slice(e,t)},s.edit=function(t){0==s.user_access.data_update?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(s.display=!0,s.grid=!1,s.save1=!1,s.update1=!0,s.delete1=!1,s.edit_data=!0,s.edit_code=!0,n.get(i.apiUrl+"api/common/ShiftMaster/getCompany").then(function(e){s.comp_data=e.data,s.edt={sh_company_code:t.sh_company_code,sh_shift_id:t.sh_shift_id,sh_shift_desc:t.sh_shift_desc,sh_shift1_in:t.sh_shift1_in,sh_shift1_out:t.sh_shift1_out,sh_shift2_in:t.sh_shift2_in,sh_shift2_out:t.sh_shift2_out,sh_shift1_in_greece_start:t.sh_shift1_in_greece_start,sh_shift1_in_greece_end:t.sh_shift1_in_greece_end,sh_shift1_out_greece_start:t.sh_shift1_out_greece_start,sh_shift1_out_greece_end:t.sh_shift1_out_greece_end,sh_shift2_in_greece_start:t.sh_shift2_in_greece_start,sh_shift2_in_greece_end:t.sh_shift2_in_greece_end,sh_shift2_out_greece_start:t.sh_shift2_out_greece_start,sh_shift2_out_greece_end:t.sh_shift2_out_greece_end}}))},s.New=function(){var t;0==s.user_access.data_insert?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(s.display=!0,s.grid=!1,s.save1=!0,s.update1=!1,s.delete1=!1,s.edit_data=!0,s.edit_code=!1,s.edt=[],n.get(i.apiUrl+"api/common/ShiftMaster/getShiftId").then(function(e){t=e.data,s.edt.sh_shift_id=t}),n.get(i.apiUrl+"api/common/ShiftMaster/getCompany").then(function(e){s.comp_data=e.data,console.log(s.comp_data),s.edt.sh_company_code=s.comp_data[0].sh_company_code}))},s.get_shift1_out=function(){},s.Save=function(e){var t,a=[];e&&(0==s.update1?(t={sh_company_code:s.edt.sh_company_code,sh_shift_id:s.edt.sh_shift_id,sh_shift_desc:s.edt.sh_shift_desc,sh_shift1_in:s.edt.sh_shift1_in,sh_shift1_out:s.edt.sh_shift1_out,sh_shift2_in:s.edt.sh_shift2_in,sh_shift2_out:s.edt.sh_shift2_out,sh_shift1_in_greece_start:s.edt.sh_shift1_in_greece_start,sh_shift1_in_greece_end:s.edt.sh_shift1_in_greece_end,sh_shift1_out_greece_start:s.edt.sh_shift1_out_greece_start,sh_shift1_out_greece_end:s.edt.sh_shift1_out_greece_end,sh_shift2_in_greece_start:s.edt.sh_shift2_in_greece_start,sh_shift2_in_greece_end:s.edt.sh_shift2_in_greece_end,sh_shift2_out_greece_start:s.edt.sh_shift2_out_greece_start,sh_shift2_out_greece_end:s.edt.sh_shift2_out_greece_end,opr:"I"},a.push(t),n.post(i.apiUrl+"api/common/ShiftMaster/ShiftMasterINSERT",a).then(function(e){s.display=!0,s.msg1=e.data,console.log(s.msg1),1==s.msg1?swal({text:"Shift Master Added Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&s.getgrid()}):0==s.msg1?swal({text:"Shift Master Not Added Successfully. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&s.getgrid()}):swal("Error-"+s.msg1)})):s.Update(e))},s.getgrid=function(){s.currentPage=1,n.get(i.apiUrl+"api/common/ShiftMaster/getShiftMaster").then(function(e){s.display=!1,s.grid=!0,s.shift_data=e.data,s.totalItems=s.shift_data.length,s.todos=s.shift_data,s.makeTodos(),s.grid=!0;for(var t=0;t<s.totalItems;t++)s.shift_data[t].icon="fa fa-plus-circle"}),1==(c=document.getElementById("mainchk")).checked&&(c.checked=!1,s.row1=""),s.myForm.$setPristine(),s.myForm.$setUntouched()},s.Update=function(e){var t=[];e&&(e={sh_company_code:s.edt.sh_company_code,sh_shift_id:s.edt.sh_shift_id,sh_shift_desc:s.edt.sh_shift_desc,sh_shift1_in:s.edt.sh_shift1_in,sh_shift1_out:s.edt.sh_shift1_out,sh_shift2_in:s.edt.sh_shift2_in,sh_shift2_out:s.edt.sh_shift2_out,sh_shift1_in_greece_start:s.edt.sh_shift1_in_greece_start,sh_shift1_in_greece_end:s.edt.sh_shift1_in_greece_end,sh_shift1_out_greece_start:s.edt.sh_shift1_out_greece_start,sh_shift1_out_greece_end:s.edt.sh_shift1_out_greece_end,sh_shift2_in_greece_start:s.edt.sh_shift2_in_greece_start,sh_shift2_in_greece_end:s.edt.sh_shift2_in_greece_end,sh_shift2_out_greece_start:s.edt.sh_shift2_out_greece_start,sh_shift2_out_greece_end:s.edt.sh_shift2_out_greece_end,opr:"U"},t.push(e),n.post(i.apiUrl+"api/common/ShiftMaster/ShiftMasterINSERT",t).then(function(e){s.display=!0,s.msg1=e.data,1==s.msg1?swal({text:"Shift Master Updated Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&s.getgrid()}):0==s.msg1?swal({text:"Shift Master Not Updated Successfully. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&s.getgrid()}):swal("Error-"+s.msg1)}))},s.cancel=function(){s.grid=!0,s.display=!1,s.myForm.$setPristine(),s.myForm.$setUntouched()},s.Delete=function(){if(0==s.user_access.data_delete)swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200});else{var o=[];s.flag=!1;for(var e,t=0;t<s.filteredTodos.length;t++)1==document.getElementById(s.filteredTodos[t].sh_shift_id+t).checked&&(s.flag=!0,e={sh_company_code:s.filteredTodos[t].sh_company_code,sh_shift_id:s.filteredTodos[t].sh_shift_id,opr:"D"},o.push(e));s.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)n.post(i.apiUrl+"api/common/ShiftMaster/ShiftMasterINSERT",o).then(function(e){s.msg1=e.data,1==s.msg1?swal({text:"Shift Master Deleted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&s.getgrid()}):0==s.msg1?swal({text:"Shift Master Not Deleted Successfully. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&s.getgrid()}):swal("Error-"+s.msg1)});else{1==(c=document.getElementById("mainchk")).checked&&(c.checked=!1);for(var t=0;t<s.filteredTodos.length;t++){var a=document.getElementById(s.filteredTodos[t].sh_shift_id+t);1==a.checked&&(a.checked=!1,$("tr").removeClass("row_selected"))}}}):swal({text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380})}},s.CheckAllChecked=function(){if(1==(c=document.getElementById("mainchk")).checked)for(var e=0;e<s.filteredTodos.length;e++)document.getElementById(s.filteredTodos[e].sh_shift_id+e).checked=!0,s.row1="row_selected",$("tr").addClass("row_selected");else for(e=0;e<s.filteredTodos.length;e++)document.getElementById(s.filteredTodos[e].sh_shift_id+e).checked=!1,c.checked=!1,s.row1=""},s.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),s.color="#edefef"}),1==(c=document.getElementById("mainchk")).checked&&(c.checked=!1,$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected")}))},$(".clockpicker").clockpicker({autoclose:!0}),s.size=function(e){"All"==e?(s.currentPage="1",s.filteredTodos=s.shift_data,s.pager=!1):(s.pager=!0,s.pagesize=e,s.currentPage=1,s.numPerPage=e,s.makeTodos()),s.numPerPage=e,console.log("numPerPage="+s.numPerPage)},s.index=function(e){s.pageindex=e,s.currentPage=e,console.log("currentPage="+s.currentPage),s.makeTodos(),c.checked=!1,s.row1=""},s.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).sh_shift_id.toLowerCase().indexOf(t.toLowerCase())||-1<e.sh_shift_desc.toLowerCase().indexOf(t.toLowerCase());var t})},s.search=function(){if(s.todos=s.searched(s.shift_data,s.searchText),s.totalItems=s.todos.length,s.currentPage="1",""==s.searchText&&(s.todos=s.shift_data),s.makeTodos(),1==(c=document.getElementById("mainchk")).checked){c.checked=!1;for(var e=0;e<s.filteredTodos.length;e++)document.getElementById(s.filteredTodos[e].sh_shift_id+e).checked=!1,c.checked=!1,s.row1=""}},s.flag=!0,s.icon="fa fa-plus-circle",s.expand=function(e,t){console.log(e),1==s.flag?($(d).remove(),e.icon="fa fa-minus-circle",d=$("<tr id='innerRow'><td class='details' colspan='11'><table class='inner-table table table-hover table-bordered table-condensed' cellpadding='5' cellspacing='0'><tbody><tr style='background-color: #e9e4e4'><td class='semi-bold'>Grace Start Time for IN(1)</td><td class='semi-bold'colsapn='2'>Grace End Time for IN(1)<td class='semi-bold'colsapn='2'>Grace Start Time for OUT(1)<td class='semi-bold'>Grace End Time for OUT(1)</td></tr><tr><td>"+e.sh_shift1_in_greece_start+"</td> <td colsapn='2'>"+e.sh_shift1_in_greece_end+"<td colsapn='2'>"+e.sh_shift1_out_greece_start+"<td>"+e.sh_shift1_out_greece_end+"</td></tr><tr style='background-color: #e9e4e4'><td class='semi-bold'>Grace Start Time for IN(2)<td class='semi-bold'>Grace End Time for IN(2)</td> <td class='semi-bold'colsapn='2'>Grace Start Time for OUT(2)</td> <td class='semi-bold'colsapn='2'>Grace End Time for OUT(2)</td></tr><tr><td>"+e.sh_shift2_in_greece_start+"<td>"+e.sh_shift2_in_greece_end+"</td><td colsapn='2'>"+e.sh_shift2_out_greece_start+"</td><td colsapn='2'>"+e.sh_shift2_out_greece_end+"</td></tr></tbody> </table></td></tr>"),$(t.currentTarget).parents("tr").after(d),s.flag=!1):($("#innerRow").css({display:"none"}),e.icon="fa fa-plus-circle",s.flag=!0)}}])}(),function(){"use strict";var _,e=angular.module("sims.module.HRMS");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("ShiftTemplateCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(n,e,t,a,o,i,d){n.expanded=!0,n.display=!0,n.pagesize="5",n.pageindex="1",n.grid=!0,n.edit_data=!1,n.shifttemplate_data=[];var s=[];n.valstatus=!1,n.tempid=!1,i.get(d.apiUrl+"api/common/ShiftMaster/getCompany").then(function(e){n.comp_data=e.data,n.edt={sh_company_code:n.comp_data[0].sh_company_code},n.getdetails(n.edt.sh_company_code)}),a(function(){$("#fixedtable,#fixedtable1,#fixedtable2,#fixedtable3").tableHeadFixer({top:1})},100),n.getdetails=function(e){i.get(d.apiUrl+"api/common/ShiftTemplate/GetShiftTemplateDetails?company_code="+e).then(function(e){n.display=!0,n.grid=!0,n.shifttemplate_data=e.data})},n.get_ischecked=function(e){e.ischecked=!0},n.btn_create=function(e){n.tem=[],n.temp=!1,n.tem.sh_day_status=!0,void 0===e?swal({title:"Alert",text:"Please Select Company",showCloseButton:!0,width:380}):(i.get(d.apiUrl+"api/common/ShiftTemplate/GetAllShift").then(function(e){n.shift_data=e.data}),i.get(d.apiUrl+"api/common/ShiftTemplate/getAllTemplateName?company_code="+n.edt.sh_company_code).then(function(e){n.AllTemplateName=e.data}),$("#shiftModal").modal({backdrop:"static",keyboard:!0}))},n.getTempalte=function(a){n.tempid=!0,i.get(d.apiUrl+"api/common/ShiftTemplate/GetIdOfTemplateName?templateName="+a+"&company_code="+n.edt.sh_company_code).then(function(e){n.shifttemp_data=e.data;for(var t=0;t<n.shifttemp_data.length;t++)n.tem.sh_template_id=n.shifttemp_data[t].sh_template_id,n.tem.sh_template_name=a,n.tem.sh_day_status=n.shifttemp_data[t].sh_template_status;i.get(d.apiUrl+"api/common/ShiftTemplate/GetAllShiftEdit?company_code="+n.edt.sh_company_code+"&template_id="+n.tem.sh_template_id).then(function(e){n.ShiftEdit_data=e.data,n.shift_data=n.ShiftEdit_data,n.valstatus=!1}),i.get(d.apiUrl+"api/common/ShiftTemplate/GetStatusTemplate?company_code="+n.edt.sh_company_code+"&template_id="+n.tem.sh_template_id).then(function(e){n.StatusTemplate_data=e.data,0<n.StatusTemplate_data?n.tem.sh_day_status=!0:n.tem.sh_day_status=!1})})},n.btn_edit=function(e){n.tem=[],n.temp=!1,void 0===e?swal({title:"Alert",text:"Please Select Company",showCloseButton:!0,width:380}):(i.get(d.apiUrl+"api/common/ShiftTemplate/GetAllShift").then(function(e){n.shift_data=e.data}),i.get(d.apiUrl+"api/common/ShiftTemplate/getAllTemplateName?company_code="+n.edt.sh_company_code).then(function(e){n.AllTemplateName=e.data}),$("#shiftEditModal").modal({backdrop:"static",keyboard:!0}))},n.btn_Editclear=function(){n.tem=[],i.get(d.apiUrl+"api/common/ShiftTemplate/GetAllShift").then(function(e){n.shift_data=e.data,n.valstatus=!0})},n.btn_clear=function(){n.tem=[],n.tempid=!1,n.temp=!1,i.get(d.apiUrl+"api/common/ShiftMaster/getCompany").then(function(e){n.comp_data=e.data,n.edt={sh_company_code:n.comp_data[0].sh_company_code},n.getdetails(n.edt.sh_company_code)})},n.gettempId=function(){n.temp=!0,i.get(d.apiUrl+"api/common/ShiftTemplate/getCheckedTemplateId?TemplateId="+n.tem.sh_template_id).then(function(e){n.TemplateId_data=e.data,1==n.TemplateId_data&&(swal({text:"Template Id is Already Exist",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}),n.tem.sh_template_id="")})},n.chk_day_status=function(){0==n.tem.sh_day_status&&i.get(d.apiUrl+"api/common/ShiftTemplate/getCheckEmployeeMapped?company_code="+n.edt.sh_company_code+"&template_id="+n.tem.sh_template_id).then(function(e){n.EmployeeMapped_data=e.data,1==EmployeeMapped_data&&swal({title:"Alert",text:"Sorry\nRecord Cannot Uncheck because its already mapped to employee",showCloseButton:!0,width:380})})},n.get_isdaychecked=function(e){e.isdaychecked=!0},n.getSubmitData=function(e){var t=[],a=[];if(n.insert=!1,e){for(var o=0;o<n.shift_data.length;o++)for(var s=0;s<n.shift_data[o].assign.length;s++)1==n.shift_data[o].assign[s].isdaychecked&&(a={sh_company_code:n.edt.sh_company_code,sh_template_name:n.tem.sh_template_name,sh_template_status:n.tem.sh_day_status,sh_template_id:n.tem.sh_template_id,sh_day_code:n.shift_data[o].sh_day_code,sh_shift_id:n.shift_data[o].assign[s].sh_shift_id,opr:"I"},n.insert=!0,t.push(a));n.insert&&i.post(d.apiUrl+"api/common/ShiftTemplate/CUDshift_data",t).then(function(e){n.shift_rec=e.data,1==n.shift_rec?swal({text:"Record Added Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&($("#shiftModal").modal("hide"),n.getdetails(n.edt.sh_company_code))}):0==n.shift_rec?swal({text:"Record Not Added Successfully. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&($("#shiftModal").modal("hide"),n.getdetails(n.edt.sh_company_code))}):swal("Error-"+n.shift_rec)}),n.myForm1.$setPristine(),n.myForm1.$setUntouched()}},n.getEditData=function(e){var t=[],a=[];if(n.update=!1,e){for(var o=0;o<n.shift_data.length;o++)for(var s=0;s<n.shift_data[o].assign.length;s++)1==n.shift_data[o].assign[s].isdaychecked&&(a={sh_company_code:n.edt.sh_company_code,sh_template_name:n.tem.sh_template_name,sh_template_status:n.tem.sh_day_status,sh_template_id:n.tem.sh_template_id,sh_day_code:n.shift_data[o].sh_day_code,sh_shift_id:n.shift_data[o].assign[s].sh_shift_id,opr:"E"},n.update=!0,t.push(a));n.update&&i.post(d.apiUrl+"api/common/ShiftTemplate/CUDshift_data",t).then(function(e){n.shift_rec=e.data,1==n.shift_rec?swal({text:"Record Updated Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&($("#shiftEditModal").modal("hide"),n.getdetails(n.edt.sh_company_code))}):0==n.shift_rec?swal({text:"Record data Not Updated Successfully. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&($("#shiftEditModal").modal("hide"),n.getdetails(n.edt.sh_company_code))}):swal("Error-"+n.shift_rec)}),n.myForm2.$setPristine(),n.myForm2.$setUntouched()}},n.Delete=function(){s=[];var e=[],t=[];n.del=!1;for(var a=0;a<n.shifttemplate_data.length;a++){var o=n.shifttemplate_data[a].sh_template_name,o=document.getElementById(o+a);1==n.shifttemplate_data[a].ischecked&&(1==o.checked&&(t={sh_template_name:n.shifttemplate_data[a].sh_template_name,opr:"D"},n.del=!0),e.push(t))}n.del?i.post(d.apiUrl+"api/common/ShiftTemplate/CUDDelete_Shift_template",e).then(function(e){n.shift_rec=e.data,1==n.shift_rec?swal({text:"Shift Template Data Deleted",imageUrl:"assets/img/check.png"},function(){n.getdetails(n.edt.sh_company_code)}):0==n.shift_rec?swal({text:"Shift Template Data not deleted. ",imageUrl:"assets/img/close.png"},function(){n.getdetails(n.edt.sh_company_code)}):swal("Error-"+n.shift_rec)}):swal({text:"Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380})},n.checkAll=function(){if(s=[],1==(_=document.getElementById("mainchk")).checked)for(var e=0;e<n.shifttemplate_data.length;e++){var t=n.shifttemplate_data[e].sh_template_name;document.getElementById(t+e).checked=!0,s=s+n.shifttemplate_data[e].sh_template_name+","}else for(e=0;e<n.shifttemplate_data.length;e++){t=n.shifttemplate_data[e].sh_template_name;document.getElementById(t+e).checked=!1,_.checked=!1,n.row1="",s=[]}},n.CheckAllChecked=function(){if(1==(_=document.getElementById("mainchk")).checked)for(var e=0;e<n.shifttemplate_data.length;e++)document.getElementById(e).checked=!0,n.row1="row_selected",$("tr").addClass("row_selected");else for(e=0;e<n.shifttemplate_data.length;e++)document.getElementById(e).checked=!1,_.checked=!1,n.row1=""},n.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),n.color="#edefef"}),1==(_=document.getElementById("mainchk")).checked&&(_.checked=!1,$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected")}))},n.DeleteNew=function(e){var t=[];n.del=!1,n.shift_temp=e,e={sh_template_name:n.shift_temp.sh_template_name,opr:"D"},n.del=!0,t.push(e),swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){e&&i.post(d.apiUrl+"api/common/ShiftTemplate/CUDDelete_Shift_template",t).then(function(e){n.shift_rec=e.data,1==n.shift_rec?swal({text:"Record Deleted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}):0==n.shift_rec?swal({text:"Record Not Deleted Successfully. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}):swal("Error-"+n.shift_rec),n.getdetails(n.edt.sh_company_code)})})},n.edit=function(e){n.display=!0,n.grid=!1,n.save1=!1,n.update1=!0,n.delete1=!1,n.edit_data=!0,n.edt=e},n.New=function(){n.display=!0,n.grid=!1,n.save1=!0,n.update1=!1,n.delete1=!1,n.edit_data=!0,n.edt=[]},n.cancel=function(){n.grid=!0,n.display=!1}}])}(),function(){"use strict";var e=angular.module("sims.module.HRMS");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("AirFareCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(a,e,t,o,s,n,i){a.edt={},a.showSaveBtn=!0,a.showUpdateBtn=!1,a.editDisabled=!1,n.post(i.apiUrl+"api/common/AirFare/grade").then(function(e){a.grade=e.data}),n.post(i.apiUrl+"api/common/AirFare/nations").then(function(e){a.nations=e.data}),a.selectnat=function(e){n.post(i.apiUrl+"api/common/AirFare/destination?nationcode="+e).then(function(e){a.destination=e.data})},n.post(i.apiUrl+"api/common/AirFare/Classget").then(function(e){a.Classget=e.data}),n.post(i.apiUrl+"api/common/AirFare/applicableMonth").then(function(e){a.applicableMonth=e.data}),n.post(i.apiUrl+"api/common/AirFare/accountName").then(function(e){a.accountName=e.data}),a.busy=!0,a.rgvtbl=!1,n.post(i.apiUrl+"api/common/AirFare/AirFareDetails").then(function(e){a.AirFareDetails=e.data,console.log("AirFareDetails",a.AirFareDetails),a.busy=!1,a.rgvtbl=!0}),n.get(i.apiUrl+"api/PaycodewiseEmployee/GetPayCode").then(function(e){a.GetPayCode=e.data}),a.delete_data=function(e){var t={gr_code:e.gr_code,ds_code:e.ds_code,nation_code:e.nation_code};swal({title:"",text:"Are you sure you want to delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){e&&n.post(i.apiUrl+"api/common/AirFare/AirFaredelete",t).then(function(e){a.AirFaredelete=e.data,a.AirFaredelete?swal("","Record deleted successfully."):swal("","Record not deleted."+a.AirFaredelete),a.busy=!0,a.rgvtbl=!1,n.post(i.apiUrl+"api/common/AirFare/AirFareDetails").then(function(e){a.AirFareDetails=e.data,a.busy=!1,a.rgvtbl=!0})})})},a.select_chk_upgrade=function(){},a.save_data=function(){var e="",t="";null==a.edt.upgrade_flag&&(a.edt.upgrade_flag=!1),a.edt.upgrade_flag&&(e=a.edt.update_after,t=a.edt.update_freq),""!=e&&""!=t&&null!=e&&null!=t||!a.edt.upgrade_flag?""==a.edt.gr_code||null==a.edt.gr_code||""==a.edt.nation_code||null==a.edt.nation_code||""==a.edt.ds_code||null==a.edt.ds_code||""==a.edt.af_class||null==a.edt.af_class||""==a.edt.af_applicable_frequency||null==a.edt.af_applicable_frequency||""==a.edt.af_adult_rate||null==a.edt.af_adult_rate||""==a.edt.pays_month_code||null==a.edt.pays_month_code||""==a.edt.af_gl_acct_no||null==a.edt.af_gl_acct_no?swal("","Please fill mandatory fields."):(e={gr_code:a.edt.gr_code,ds_code:a.edt.ds_code,nation_code:a.edt.nation_code,af_class:a.edt.af_class,af_applicable_frequency:a.edt.af_applicable_frequency,af_adult_rate:a.edt.af_adult_rate,af_applicable_month:a.edt.pays_month_code,upgrade_flag:a.edt.upgrade_flag,update_after:e,update_freq:t,af_payroll_flag:a.edt.af_payroll_flag,af_gl_acct_no:a.edt.af_gl_acct_no,af_pay_code:a.edt.af_pay_code,opr:"I"},n.post(i.apiUrl+"api/common/AirFare/insertAirFare",e).then(function(e){a.insertAirFare=e.data,a.insertAirFare?swal("","Air fare added successfully."):swal("","Record not inserted. "+a.insertAirFare),a.busy=!0,a.rgvtbl=!1,n.post(i.apiUrl+"api/common/AirFare/AirFareDetails").then(function(e){a.AirFareDetails=e.data,a.busy=!1,a.rgvtbl=!0})}),a.reset_data()):swal("","Upgrade after and upgrade frequence fields are mandatory.")},a.edit=function(e){console.log(e),a.showSaveBtn=!1,a.showUpdateBtn=!0,a.editDisabled=!0,a.selectnat(e.nation_code),a.edt={gr_code:e.gr_code,nation_code:e.nation_code,ds_code:e.ds_code,af_class:e.af_class,af_applicable_frequency:e.af_applicable_frequency,af_adult_rate:e.af_adult_rate,pays_month_code:e.af_default_applicable_month,af_payroll_flag:e.af_payroll_flag,af_gl_acct_no:e.af_gl_acct_no,upgrade_flag:e.upgrade_flag,update_after:e.update_after,update_freq:e.update_freq,af_pay_code:e.af_pay_code}},a.update_data=function(){var e="",t="";null==a.edt.upgrade_flag&&(a.edt.upgrade_flag=!1),a.edt.upgrade_flag&&(e=a.edt.update_after,t=a.edt.update_freq),""!=e&&""!=t&&null!=e&&null!=t||!a.edt.upgrade_flag?""==a.edt.gr_code||null==a.edt.gr_code||""==a.edt.nation_code||null==a.edt.nation_code||""==a.edt.ds_code||null==a.edt.ds_code||""==a.edt.af_class||null==a.edt.af_class||""==a.edt.af_applicable_frequency||null==a.edt.af_applicable_frequency||""==a.edt.af_adult_rate||null==a.edt.af_adult_rate||""==a.edt.pays_month_code||null==a.edt.pays_month_code||""==a.edt.af_gl_acct_no||null==a.edt.af_gl_acct_no?swal("","All fields are mandatory."):(e={gr_code:a.edt.gr_code,ds_code:a.edt.ds_code,nation_code:a.edt.nation_code,af_class:a.edt.af_class,af_applicable_frequency:a.edt.af_applicable_frequency,af_adult_rate:a.edt.af_adult_rate,af_applicable_month:a.edt.pays_month_code,upgrade_flag:a.edt.upgrade_flag,update_after:e,update_freq:t,af_payroll_flag:a.edt.af_payroll_flag,af_gl_acct_no:a.edt.af_gl_acct_no,af_pay_code:a.edt.af_pay_code,opr:"U"},console.log(e),n.post(i.apiUrl+"api/common/AirFare/insertAirFare",e).then(function(e){a.insertAirFare=e.data,a.insertAirFare?swal("","Record Updated successfully."):swal("","Record not updated."+a.insertAirFare),a.busy=!0,a.rgvtbl=!1,n.post(i.apiUrl+"api/common/AirFare/AirFareDetails").then(function(e){a.AirFareDetails=e.data,a.busy=!1,a.rgvtbl=!0})}),a.reset_data()):swal("","Upgrade after and upgrade frequence fields are mandatory.")},a.reset_data=function(){a.edt={},a.showSaveBtn=!0,a.showUpdateBtn=!1,a.editDisabled=!1},o(function(){$("#Table2").tableHeadFixer({top:1})},100)}])}(),function(){"use strict";var s,e=angular.module("sims.module.HRMS");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("AirFareEmployeeCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(n,e,t,a,o,i,d){n.display=!1,n.pagesize="10",n.pageindex="0",n.pager=!0,n.grid=!0,n.edit_data=!1,n.AirFareEmp_data=[];n.edit_code=!1,n.filter_combo=!0,n.empnum_Readonly=!1,n.nation_Readonly=!1,n.grade_Readonly=!1,n.class_Readonly=!1,n.countData=[{val:5,data:5},{val:10,data:10},{val:15,data:15}],n.size=function(e){"All"==e?(n.currentPage="1",n.filteredTodos=n.todos,n.pager=!1):(n.pager=!0,n.pagesize=e,n.currentPage=1,n.numPerPage=e,n.makeTodos())},a(function(){$("#fixtable").tableHeadFixer({top:1})},100),n.propertyName=null,n.reverse=!1,n.sortBy=function(e){n.reverse=n.propertyName===e&&!n.reverse,n.propertyName=e},n.filteredTodos=[],n.currentPage=1,n.numPerPage=10,n.maxSize=10,i.get(d.apiUrl+"api/AirFareEmp/getAllAirFareEmployee").then(function(e){n.grid=!0,n.AirFareEmp_data=e.data,0<n.AirFareEmp_data.length?(n.pager=!0,3<n.countData.length&&n.countData.splice(3,1),n.countData.push({val:n.AirFareEmp_data.length,data:"All"}),n.totalItems=n.AirFareEmp_data.length,n.todos=n.AirFareEmp_data,n.makeTodos(),n.grid=!0,n.page_index=!0,n.currentPage=1):(swal({title:"Alert",text:"Record Not Found",width:300,height:200}),n.page_index=!1,n.pager=!1,n.filteredTodos=[])}),i.get(d.apiUrl+"api/AirFareEmp/getDestinationAirFare").then(function(e){n.Destination_data=e.data,console.log(n.Destination_data)}),i.get(d.apiUrl+"api/AirFareEmp/getNations").then(function(e){n.Nation_data=e.data,console.log(n.Nation_data)}),i.get(d.apiUrl+"api/AirFareEmp/getGrades").then(function(e){n.Grade_data=e.data,console.log(n.Nation_data)}),i.get(d.apiUrl+"api/AirFareEmp/getClass").then(function(e){n.Class_data=e.data,console.log(n.Class_data)}),n.show_Airfare_Emp_data=function(e,t,a,o,s){i.get(d.apiUrl+"api/AirFareEmp/getAirFareEmployee?afe_grade_code="+e+"&afe_dest_code="+a+"&afe_nation_code="+t+"&afe_class="+o+"&afe_em_number="+s).then(function(e){n.AirFareEmp_data=e.data,0==n.AirFareEmp_data.length?(swal({text:"Record not found",showCloseButton:!0,width:380}),n.grid=!1):(n.display=!1,n.grid=!0,n.totalItems=n.AirFareEmp_data.length,n.todos=n.AirFareEmp_data,n.makeTodos(),n.grid=!0)})},n.clear=function(){n.edt="",n.getgrid()},n.filteredTodos=[],n.currentPage=1,n.numPerPage=10,n.maxSize=10,n.makeTodos=function(){var e=parseInt(n.totalItems%n.numPerPage),e=(n.pagersize="0"==e?parseInt(n.totalItems/n.numPerPage):parseInt(n.totalItems/n.numPerPage)+1,(n.currentPage-1)*n.numPerPage),t=parseInt(e)+parseInt(n.numPerPage);n.filteredTodos=n.todos.slice(e,t);for(var a=0;a<n.filteredTodos.length;a++)n.filteredTodos[a].icon="fa fa-plus-circle"},n.edit=function(e){n.empnum_Readonly=!0,n.nation_Readonly=!0,n.grade_Readonly=!0,n.class_Readonly=!0,n.display=!0,n.grid=!1,n.save1=!1,n.update1=!0,n.delete1=!1,n.edit_data=!0,n.edit_code=!0,n.filter_combo=!1,n.edt={afe_em_number:e.afe_em_number,afe_dest_code:e.afe_dest_code,ds_name:e.ds_name,afe_nation_code:e.afe_nation_code,sims_country_name_en:e.sims_country_name_en,afe_grade_code:e.afe_grade_code,gr_desc:e.gr_desc,afe_class:e.afe_class,afe_class_name:e.afe_class_name,afe_adult_rate:e.afe_adult_rate,afe_child_rate:e.afe_child_rate,afe_infant_rate:e.afe_infant_rate,afe_finalize_status:e.afe_finalize_status}},n.Save=function(e){var t,a=[];e&&(0==n.update1?(t={af_dest_code:n.edt.af_dest_code,gr_code:n.edt.gr_code,af_nation_code:n.edt.af_nation_code,af_class:n.edt.af_class,af_applicable_frequency:n.edt.af_applicable_frequency,af_adult_rate:n.edt.af_adult_rate,af_child_rate:n.edt.af_child_rate,af_infant_rate:n.edt.af_infant_rate,af_applicable_month:n.edt.af_applicable_month,af_payroll_flag:n.edt.af_payroll_flag,af_gl_acct_no:n.edt.af_gl_acct_no,af_pay_code:n.edt.af_pay_code,opr:"I"},(a=[]).push(t),i.post(d.apiUrl+"api/common/AirFare/CUDAirFareDetails",a).then(function(e){n.display=!0,n.msg1=e.data,console.log(n.msg1),1==n.msg1?swal({text:"Airfare Added Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&n.getgrid()}):0==n.msg1?swal({text:"Airfare Data Already Exist.",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&n.getgrid()}):swal("Error-"+n.msg1)})):n.Update(e))},n.getgrid=function(){i.get(d.apiUrl+"api/AirFareEmp/getAllAirFareEmployee").then(function(e){n.display=!1,n.grid=!0,n.AirFareEmp_data=e.data,n.totalItems=n.AirFareEmp_data.length,n.todos=n.AirFareEmp_data,n.makeTodos(),n.grid=!0}),n.myForm.$setPristine(),n.myForm.$setUntouched()},n.Update=function(e){var t=[];e&&(e={afe_em_number:n.edt.afe_em_number,afe_dest_code:n.edt.afe_dest_code,ds_name:n.edt.ds_name,afe_nation_code:n.edt.afe_nation_code,sims_country_name_en:n.edt.sims_country_name_en,afe_grade_code:n.edt.afe_grade_code,gr_desc:n.edt.gr_desc,afe_class:n.edt.afe_class,afe_class_name:n.edt.afe_class_name,afe_adult_rate:n.edt.afe_adult_rate,afe_child_rate:n.edt.afe_child_rate,afe_infant_rate:n.edt.afe_infant_rate,afe_finalize_status:n.edt.afe_finalize_status,opr:"U"},t.push(e),i.post(d.apiUrl+"api/AirFareEmp/CUAirFareEmp",t).then(function(e){n.display=!0,n.msg1=e.data,1==n.msg1?swal({text:"Employee Airfare Updated Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&(n.getgrid(),n.filter_combo=!0,n.edt="")}):0==n.msg1?swal({text:"Employee Airfare Not Updated. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&(n.getgrid(),n.filter_combo=!0,n.edt="")}):swal("Error-"+n.msg1)}))},n.cancel=function(){n.grid=!0,n.display=!1,n.filter_combo=!0,n.edt="",n.myForm.$setPristine(),n.myForm.$setUntouched()},n.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).afe_em_number.toLowerCase().indexOf(t.toLowerCase())||-1<e.gr_desc.toLowerCase().indexOf(t.toLowerCase())||-1<e.ds_name.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_country_name_en.toLowerCase().indexOf(t.toLowerCase());var t})},n.search=function(){if(n.todos=n.searched(n.AirFareEmp_data,n.searchText),n.totalItems=n.todos.length,n.currentPage="1",""==n.searchText&&(n.todos=n.AirFareEmp_data),n.makeTodos(),1==(s=document.getElementById("mainchk")).checked){s.checked=!1;for(var e=0;e<n.filteredTodos.length;e++)document.getElementById(e).checked=!1,s.checked=!1,n.row1=""}},n.size=function(e){"All"==e?(n.currentPage="1",n.filteredTodos=n.todos,n.pager=!1):(n.pager=!0,n.pagesize=e,n.currentPage=1,n.numPerPage=e,n.makeTodos())},n.index=function(e){n.pageindex=e,n.currentPage=e,console.log("currentPage="+n.currentPage),n.makeTodos(),n.chk={},n.chk.check_all=!1,n.row1="",s.checked=!1}}])}(),function(){"use strict";var _,c=[],e=angular.module("sims.module.HRMS");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("EmployeeShiftCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","$filter","ENV",function(s,e,t,a,o,n,i,d){s.display=!0,s.pagesize="10",s.pageindex="1",s.grid=!0,s.shifttemplate_data=[],s.div_submit=!0,s.gridNew=!1,s.div_shift=!1,s.BUSY=!1,s.loaderShow=!1,s.ddMMyyyy=i("date")(new Date,"dd-MM-yyyy"),n.get(d.apiUrl+"api/common/ShiftMaster/getCompany").then(function(e){s.comp_data=e.data,s.edt.sh_company_code=s.comp_data[0].sh_company_code,s.getdepartment(s.comp_data[0].sh_company_code),n.get(d.apiUrl+"api/common/ShiftTemplate/getAllTemplateName?company_code="+s.edt.sh_company_code).then(function(e){s.AllTemplateNameFrom=e.data})}),n.get(d.apiUrl+"api/Financialyear/getAllFinancialYear").then(function(e){s.fin_year=e.data;for(var t=0;t<s.fin_year.length;t++)"C"===s.fin_year[t].sims_financial_year_status&&(s.edt.sims_financial_year=s.fin_year[t].sims_financial_year)}),s.edt={sh_start_date:s.ddMMyyyy},s.getdepartment=function(e){n.get(d.apiUrl+"api/common/EmployeeShift/GetDepartmentName?comp_code="+e).then(function(e){s.dept_data=e.data}),n.get(d.apiUrl+"api/common/EmployeeShift/GetDesignationName?comp_code="+e).then(function(e){s.desg_data=e.data})},s.getEmpTempHistory=function(e){s.emptemp_data=[],$("#myModal1").modal({backdrop:"static",keyboard:!0}),n.get(d.apiUrl+"api/common/EmployeeShift/Get_EmpTemplateDetails?emp_id="+e).then(function(e){s.emptemp_data=e.data})},s.btn_display=function(){s.div_shift=!0,s.div_submit=!1,void 0!==s.edt.sh_company_code&&n.get(d.apiUrl+"api/common/ShiftTemplate/getAllTemplateName?company_code="+s.edt.sh_company_code).then(function(e){s.AllTemplateName=e.data}),null===s.edt.code&&""===s.edt.code||n.get(d.apiUrl+"api/common/EmployeeShift/GetAllEmployeeName?comp_code="+s.edt.sh_company_code+"&dept_code="+s.edt.code+"&desg_code="+s.edt.em_desg_code+"&sh_template_id="+s.edt.sh_template_id_from+"&sh_year="+s.edt.sims_financial_year).then(function(e){s.AllEmployeeName_data=e.data})},s.getTempaltedetails=function(e){null===e&&""===e||(s.gridNew=!0,n.get(d.apiUrl+"api/common/ShiftTemplate/GetTemplateDetails?company_code="+s.edt.sh_company_code+"&template_id="+e).then(function(e){s.shifttemplate_data=e.data}))},s.CheckAllChecked=function(){_=document.getElementById("mainchk");for(var e=0;e<s.AllEmployeeName_data.length;e++)!0===_.checked?(s.AllEmployeeName_data[e].sh_template_id1=!0,$("tr").addClass("row_selected")):(s.AllEmployeeName_data[e].sh_template_id1=!1,$("tr").removeClass("row_selected"),_.checked=!1)},s.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),s.color="#edefef"}),!0===(_=document.getElementById("mainchk")).checked&&(_.checked=!1,$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected")}))},s.btn_SubmitNew=function(){var e=[];if(s.insert=!1,s.BUSY=!0,c=[],void 0!==s.edt.sh_template_id){for(var t=0;t<s.AllEmployeeName_data.length;t++)!0===s.AllEmployeeName_data[t].sh_template_id1&&(c=c+s.AllEmployeeName_data[t].em_number+",",s.insert=!0);if(s.insert){for(var a=0;a<s.shifttemplate_data.length;a++){var o={em_number:c,sh_template_id:s.edt.sh_template_id,sh_start_date:s.edt.sh_start_date,em_company_code:s.edt.sh_company_code,em_dept_code:s.edt.code,sh_day_status:s.shifttemplate_data[a].sh_day_status,sh_shift_day1:s.shifttemplate_data[a].sh_shift_day1,sh_shift_day2:s.shifttemplate_data[a].sh_shift_day2,sh_shift_day3:s.shifttemplate_data[a].sh_shift_day3,sh_shift_day4:s.shifttemplate_data[a].sh_shift_day4,sh_shift_day5:s.shifttemplate_data[a].sh_shift_day5,sh_shift_day6:s.shifttemplate_data[a].sh_shift_day6,sh_shift_day7:s.shifttemplate_data[a].sh_shift_day7,sh_shift_status:s.shifttemplate_data[a].sh_shift_status,sh_template_name:s.shifttemplate_data[a].sh_template_name,sh_template_status:s.shifttemplate_data[a].sh_template_status};e.push(o)}s.loaderShow=!0,n.post(d.apiUrl+"api/common/EmployeeShift/CUDInsertEmployeeShift",e).then(function(e){s.shift_rec=e.data,"1"===s.shift_rec&&swal({text:"Record Saved Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&(s.loaderShow=!1,s.BUSY=!1,s.btn_display(),s.btn_cancel())}),"2"===s.shift_rec&&swal({text:"Record Updated Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&(s.loaderShow=!1,s.BUSY=!1,s.btn_display(),s.btn_cancel())}),"3"===s.shift_rec&&(swal({title:"Alert",text:"Applicable from Date is not in Financial Period.",showCloseButton:!0,width:380}),s.BUSY=!1,s.loaderShow=!1),"4"===s.shift_rec&&(swal({title:"Alert",text:"Applicable from Date is Greater than Financial Period",showCloseButton:!0,width:380}),s.loaderShow=!1)})}else swal({text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}),s.BUSY=!1,s.loaderShow=!1}else swal({title:"Alert",text:"Please Select Shift Template",showCloseButton:!0,width:380}),s.BUSY=!1,s.main_loader_show=!1},s.btn_cancel=function(){s.loaderShow=!1,s.BUSY=!1,s.edt=[],_.checked=!1,s.div_shift=!1,s.div_submit=!0,s.gridNew=!1,s.AllEmployeeName_data=[],s.edt={sh_start_date:s.ddMMyyyy},n.get(d.apiUrl+"api/common/ShiftMaster/getCompany").then(function(e){s.comp_data=e.data,s.edt.sh_company_code=s.comp_data[0].sh_company_code,s.getdepartment(s.comp_data[0].sh_company_code)})},$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0,format:"yyyy-mm-dd"}),$(document).on("touch click",'*[data-datepicker="true"] .add-on',function(e){$('input[type="text"]',$(this).parent()).focus()})}])}(),function(){"use strict";var d,c=[],l=[],e=angular.module("sims.module.HRMS");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("LoanAmountCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(o,e,t,a,s,n,i){o.pagesize="10",o.table1=!0,n.get(i.apiUrl+"api/LoanAmountDetails/getLoanAmount").then(function(e){o.LoanAmount_Data=e.data,o.totalItems=o.LoanAmount_Data.length,o.todos=o.LoanAmount_Data,o.makeTodos()}),n.get(i.apiUrl+"api/common/getCompanyName").then(function(e){o.CompanyName_Data=e.data}),o.GetLoandesc=function(){n.get(i.apiUrl+"api/common/getAllLoanDesc?Company_code="+o.edt.la_company_code).then(function(e){o.AllLoanDesc_Data=e.data}),n.get(i.apiUrl+"api/common/getGradeDesc?Company_code="+o.edt.la_company_code).then(function(e){o.Grade_Desc_Data=e.data})},n.get(i.apiUrl+"api/common/getAllLedger").then(function(e){o.AllLedger_Data=e.data}),n.get(i.apiUrl+"api/common/getCreditDebit").then(function(e){o.CreditDebit_Data=e.data}),o.operation=!1,o.editmode=!1,o.size=function(e){"All"==e?(o.currentPage="1",o.filteredTodos=o.LoanAmount_Data,o.pager=!1):(o.pager=!0,o.pagesize=e,o.currentPage=1,o.numPerPage=e,o.makeTodos())},o.index=function(e){o.pageindex=e,o.currentPage=e,o.makeTodos(),d.checked=!1,o.CheckAllChecked()},o.edt="",o.New=function(){o.myForm.$setPristine(),o.newmode=!0,o.check=!0,o.edt="",o.editmode=!1,o.readonly=!1,o.table1=!1,o.operation=!0,o.savebtn=!0,o.updatebtn=!1,o.myForm.$setPristine(),o.myForm.$setUntouched()},o.up=function(e){o.editmode=!0,o.newmode=!1,o.savebtn=!1,o.updatebtn=!0,o.readonly=!0,o.table1=!1,o.operation=!0,o.edt={la_company_code:e.la_company_code,la_no_of_installment:e.la_no_of_installment,la_ledger_code:e.la_ledger_code,la_debit_acno:e.la_debit_acno,la_amount:e.la_amount,la_loan_code:e.la_loan_code,la_grade_code:e.la_grade_code},o.GetLoandesc(e.la_company_code)},o.cancel=function(){o.table1=!0,o.operation=!1,o.edt="",o.myForm.$setPristine()},o.Save=function(e){if(e){var t=o.edt;t.opr="I",o.exist=!1;for(var a=0;a<o.LoanAmount_Data.length;a++)o.LoanAmount_Data[a].la_company_code==t.la_company_code&&o.LoanAmount_Data[a].la_grade_code==t.la_grade_code&&o.LoanAmount_Data[a].la_loan_code==t.la_loan_code&&(o.exist=!0);o.exist?swal({text:"Record Already exists",imageUrl:"assets/img/notification-alert.png",width:300,height:200}):(l.push(t),n.post(i.apiUrl+"api/LoanAmountDetails/LoanAmountCUD",l).then(function(t){o.msg1=t.data,o.operation=!1,n.get(i.apiUrl+"api/LoanAmountDetails/getLoanAmount").then(function(e){o.LoanAmount_Data=e.data,o.totalItems=o.LoanAmount_Data.length,o.todos=o.LoanAmount_Data,o.makeTodos(),o.msg1=t.data,1==o.msg1?swal({text:"Record Inserted Successfully",imageUrl:"assets/img/check.png",width:300,height:200}):0==o.msg1?swal({text:"Record Not Inserted. ",imageUrl:"assets/img/close.png",width:300,height:200}):swal("Error-"+o.msg1)})})),o.table1=!0,o.operation=!1,l=[]}},o.Update=function(e){e&&((e=o.edt).opr="U",o.edt="",l.push(e),n.post(i.apiUrl+"api/LoanAmountDetails/LoanAmountCUD",l).then(function(e){o.msg1=e.data,o.operation=!1,n.get(i.apiUrl+"api/LoanAmountDetails/getLoanAmount").then(function(e){o.LoanAmount_Data=e.data,o.totalItems=o.LoanAmount_Data.length,o.todos=o.LoanAmount_Data,o.makeTodos(),1==o.msg1?swal({text:"Record Updated Successfully",imageUrl:"assets/img/check.png",width:300,height:200}):0==o.msg1?swal({text:"Record Not Updated. ",imageUrl:"assets/img/close.png",width:300,height:200}):swal("Error-"+o.msg1)}),l=[]}),o.operation=!1,o.table1=!0)},o.filteredTodos=[],o.currentPage=1,o.numPerPage=10,o.maxSize=10,o.makeTodos=function(){var e=parseInt(o.totalItems%o.numPerPage),e=(o.pagersize="0"==e?parseInt(o.totalItems/o.numPerPage):parseInt(o.totalItems/o.numPerPage)+1,(o.currentPage-1)*o.numPerPage),t=parseInt(e)+parseInt(o.numPerPage);o.filteredTodos=o.todos.slice(e,t)},o.CheckAllChecked=function(){if(1==(d=document.getElementById("mainchk")).checked)for(var e=0;e<o.filteredTodos.length;e++)document.getElementById(e).checked=!0,o.row1="row_selected";else for(e=0;e<o.filteredTodos.length;e++)document.getElementById(e).checked=!1,d.checked=!1,o.row1=""},o.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),o.color="#edefef"}),1==(d=document.getElementById("mainchk")).checked&&(d.checked=!1,o.color="#edefef",o.row1="")},o.deleterecord=function(){c=[],o.flag=!1;for(var e,t=0;t<o.filteredTodos.length;t++)1==document.getElementById(t).checked&&(o.flag=!0,e={la_grade_code:o.filteredTodos[t].la_grade_code,la_company_code:o.filteredTodos[t].la_company_code,la_loan_code:o.filteredTodos[t].la_loan_code,opr:"D"},c.push(e));o.flag?swal({title:"Are you sure?",text:"to Delete Record",width:300,height:200,showCancelButton:!0,confirmButtonColor:"#DD6B55",confirmButtonText:"Yes",closeOnConfirm:!1}).then(function(e){if(e)n.post(i.apiUrl+"api/LoanAmountDetails/LoanAmountCUD",c).then(function(e){o.msg1=e.data,c=[],n.get(i.apiUrl+"api/LoanAmountDetails/getLoanAmount").then(function(e){o.LoanAmount_Data=e.data,o.totalItems=o.LoanAmount_Data.length,o.todos=o.LoanAmount_Data,o.makeTodos(),1==o.msg1?swal({text:"Record Deleted Successfully",imageUrl:"assets/img/check.png",width:300,height:200}):0==o.msg1?swal({text:"Record Not Deleted. ",imageUrl:"assets/img/close.png",width:300,height:200}):swal("Error-"+o.msg1)})}),o.table1=!0;else{d=document.getElementById("mainchk");for(var t=0;t<o.filteredTodos.length;t++)document.getElementById(t).checked=!1,d.checked=!1,$("tr").removeClass("row_selected"),o.row1=""}}):swal({text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}),o.currentPage=""},o.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).gradeName.toLowerCase().indexOf(t.toLowerCase())||-1<e.companyName.toLowerCase().indexOf(t.toLowerCase())||-1<e.loanName.toLowerCase().indexOf(t.toLowerCase())||-1<e.la_amount.toLowerCase().indexOf(t.toLowerCase())||e.la_no_of_installment==t;var t})},o.search=function(){o.todos=o.searched(o.LoanAmount_Data,o.searchText),o.totalItems=o.todos.length,o.currentPage="1",""==o.searchText&&(o.todos=o.LoanAmount_Data),o.makeTodos()},a(function(){$("#fixTable").tableHeadFixer({top:1})},100)}])}(),function(){"use strict";var e=angular.module("sims.module.HRMS");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("CanteenCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(i,e,t,a,o,d,_){i.edt="",i.BinsDetail=!0,i.editmode=!1,i.finnDetail=JSON.parse(window.localStorage.Finn_comp);var s=i.finnDetail.company,n=i.finnDetail.year;i.user_access=[],i.pagesize="10",i.pageindex=0,i.pager=!0,t.globals.currentUser.username;d.get(_.apiUrl+"api/JVCreation/GetAllGLActNonew?glma_accountcode=&cmpnycode="+s+"&fyear="+n).then(function(e){i.getAllGlAcc=e.data,setTimeout(function(){$("#can_gl_acc1").select2()},100)}),d.get(_.apiUrl+"api/CanteenController/getcanteencode").then(function(e){i.getallcanteen=e.data}),d.get(_.apiUrl+"api/JVCreation/GetSLAccNumber?ldgr_code=02&cmp_cd="+s+"&year="+n).then(function(e){i.getAllSlAcc=e.data,setTimeout(function(){$("#can_sl_acc1").select2()},100)}),d.get(_.apiUrl+"api/CanteenController/getcanmaster?fyear="+n).then(function(e){i.canmastertable=e.data,i.canmaster=!0}),i.getcanmaster=function(){d.get(_.apiUrl+"api/CanteenController/getcanmaster?fyear="+n).then(function(e){i.canmastertable=e.data,i.canmaster=!0,i.canmasterinsert=!1})},d.get(_.apiUrl+"api/CanteenController/getcanopr?fyear="+n).then(function(e){i.canoprtable=e.data,i.oprmastertable=!0}),i.getcanopr=function(){d.get(_.apiUrl+"api/CanteenController/getcanopr?fyear="+n).then(function(e){i.canoprtable=e.data,i.oprmastertable=!0,i.oprmaster=!1})},i.oprmastertable=!0,i.canmaster=!0,i.New1=function(){i.canmaster=!1,i.canmasterinsert=!0,i.savebtn1=!0,i.edt={},i.edt.can_status=!0,i.can_code_edit=!1,i.updatebtn1=!1},i.edit1=function(e){i.canmaster=!1,i.canmasterinsert=!0,i.can_code_edit=!0,i.updatebtn1=!0,i.savebtn1=!1,i.edt={can_code:e.can_code,can_name:e.can_name,can_loc:e.can_loc,can_status:"A"==e.can_status,can_desc:e.can_desc,gl_acc:e.can_gl_acc},setTimeout(function(){$(`#can_gl_acc1 option[value='${e.can_gl_acc}']`).prop("selected",!0),$("#can_gl_acc1").trigger("change")},600)},i.savedata1=function(){var e=i.edt.can_name,t=i.edt.can_loc,a=i.edt.can_desc,o=i.edt.gl_acc,s=i.edt.can_status;e&&t&&a?d.post(_.apiUrl+"api/CanteenController/insertcanteen?&can_name="+e+"&can_loc="+t+"&can_desc="+a+"&can_gl_acc="+o+"&can_status="+s).then(function(e){!0===e.data?(swal({text:"Record submitted successfully",imageUrl:"assets/img/check.png",width:300,height:200}),i.cancel1(),i.getcanmaster()):(swal({text:"Record not submited",imageUrl:"assets/img/close.png",width:300,height:200}),i.canmasterinsert=!0,i.canmaster=!1)}):swal({title:"Alert",text:"Please select all the fields",showCloseButton:!0,width:450,height:200})},i.updatedata1=function(e){var t=i.edt.can_name,a=i.edt.can_loc,o=i.edt.can_desc,s=i.edt.gl_acc,n=i.edt.can_status;t&&a&&o?d.post(_.apiUrl+"api/CanteenController/updatecanmaster?&can_code="+e+"&can_name="+t+"&can_loc="+a+"&can_desc="+o+"&can_gl_acc="+s+"&can_status="+n).then(function(e){!0===e.data?(swal({text:"Record updated successfully",imageUrl:"assets/img/check.png",width:300,height:200}),i.cancel1(),i.getcanmaster()):(swal({text:"Record not updated",imageUrl:"assets/img/close.png",width:300,height:200}),i.canmasterinsert=!1,i.canmaster=!0)}):swal({title:"Alert",text:"Please select all the fields",showCloseButton:!0,width:450,height:200})},i.cancel1=function(){i.canmasterinsert=!1,i.canmaster=!0,i.edt="",setTimeout(function(){$("#can_gl_acc1").select2("val","")},500)},i.New2=function(){i.oprmastertable=!1,i.oprmaster=!0,i.savebtn2=!0,i.obj={},i.obj.opr_status=!0,i.opr_code_edit=!1,i.updatebtn2=!1,d.get(_.apiUrl+"api/CanteenController/getcanteencode").then(function(e){i.getallcanteen=e.data})},i.edit2=function(e){i.oprmastertable=!1,i.oprmaster=!0,i.opr_code_edit=!0,i.updatebtn2=!0,i.savebtn2=!1,i.obj={opr_code:e.can_opr_code,opr_can_code:e.can_can_code,opr_name:e.can_opr_name,sl_account:e.can_opr_slacno,user:e.can_opr_user,opr_status:"A"==e.opr_status},setTimeout(function(){$(`#can_sl_acc1 option[value='${e.can_opr_slacno}']`).prop("selected",!0),$("#can_sl_acc1").trigger("change")},600)},i.savedata2=function(){var e=i.obj.opr_can_code,t=i.obj.opr_name,a=i.obj.sl_account,o=i.obj.user,s=i.obj.opr_status;e&&t&&o?d.post(_.apiUrl+"api/CanteenController/insertcanteenopr?&opr_can_code="+e+"&opr_name="+t+"&sl_account="+a+"&user="+o+"&opr_status="+s).then(function(e){!0===e.data?(swal({text:"Record submitted successfully",imageUrl:"assets/img/check.png",width:300,height:200}),i.cancel2(),i.getcanopr()):(swal({text:"Record not submited",imageUrl:"assets/img/close.png",width:300,height:200}),i.oprmaster=!0,i.oprmastertable=!1)}):swal({title:"Alert",text:"Please select all the fields",showCloseButton:!0,width:450,height:200})},i.updatedata2=function(e){var t=i.obj.opr_can_code,a=i.obj.opr_name,o=i.obj.sl_account,s=i.obj.user,n=i.obj.opr_status;t&&a&&s?d.post(_.apiUrl+"api/CanteenController/updatecanopr?&opr_code="+e+"&opr_can_code="+t+"&opr_name="+a+"&sl_account="+o+"&user="+s+"&opr_status="+n).then(function(e){!0===e.data?(swal({text:"Record updated successfully",imageUrl:"assets/img/check.png",width:300,height:200}),i.cancel2(),i.getcanopr()):(swal({text:"Record not updated",imageUrl:"assets/img/close.png",width:300,height:200}),i.oprmaster=!0,i.oprmastertable=!1)}):swal({title:"Alert",text:"Please select all the fields",showCloseButton:!0,width:450,height:200})},i.cancel2=function(){i.oprmaster=!1,i.oprmastertable=!0,i.obj="",setTimeout(function(){$("#can_sl_acc1").select2("val","")},500)},i.checkonebyonedelete1=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),i.color="#edefef"}),1==(main=document.getElementById("mainchk")).checked&&(main.checked=!1)},i.checkonebyonedelete2=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),i.color="#edefef"}),1==(main=document.getElementById("mainchk")).checked&&(main.checked=!1)},i.CheckAllChecked1=function(){for(var e="",e=document.getElementById("mainchk1"),t=0;t<i.canmastertable.length;t++){var a=document.getElementById(i.canmastertable[t].can_code+i.canmastertable[t].can_name);1==e.checked?(a.checked=!0,$("tr").addClass("row_selected")):(a.checked=!1,e.checked=!1,$("tr").removeClass("row_selected"))}},i.CheckAllChecked2=function(){for(var e="",e=document.getElementById("mainchk2"),t=0;t<i.canoprtable.length;t++){var a=document.getElementById(i.canoprtable[t].can_opr_code+i.canoprtable[t].can_opr_name);1==e.checked?(a.checked=!0,$("tr").addClass("row_selected")):(a.checked=!1,e.checked=!1,$("tr").removeClass("row_selected"))}},i.delete1=function(){i.flag=!1;for(var t="",e=0;e<i.canmastertable.length;e++)1==document.getElementById(i.canmastertable[e].can_code+i.canmastertable[e].can_name).checked&&(i.flag=!0,t=t+i.canmastertable[e].can_code+",");1==i.flag&&swal({text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){e&&d.post(_.apiUrl+"api/CanteenController/insertcanteendelete?can_code="+t).then(function(e){(i.msg1=e.data)?(swal({text:"Record deleted successfully",imageUrl:"assets/img/check.png",width:300,height:200}),i.getcanmaster()):swal({text:"Record not deleted",imageUrl:"assets/img/close.png",width:300,height:200})}),i.getcanmaster()})},i.delete2=function(){i.flag=!1;for(var t="",e=0;e<i.canoprtable.length;e++)1==document.getElementById(i.canoprtable[e].can_opr_code+i.canoprtable[e].can_opr_name).checked&&(i.flag=!0,t=t+i.canoprtable[e].can_opr_code+",");1==i.flag&&swal({text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){e&&d.post(_.apiUrl+"api/CanteenController/insertoprdelete?can_opr_code="+t).then(function(e){(i.msg1=e.data)?(swal({text:"Record deleted successfully",imageUrl:"assets/img/check.png",width:300,height:200}),i.getcanopr()):swal({text:"Record not deleted",imageUrl:"assets/img/check.png",width:300,height:200})}),i.getcanopr()})},i.size=function(e){"All"==e?(i.currentPage="1",i.supplierContract_data=i.todos,i.pager=!1):(i.pager=!0,i.pagesize=e,i.currentPage=1,i.numPerPage=e,i.makeTodos()),i.numPerPage=e,console.log("numPerPage="+i.numPerPage)},i.index=function(e){i.pageindex=e,i.currentPage=e,i.makeTodos()},i.supplierContract_data=[],i.currentPage=1,i.numPerPage=10,i.maxSize=10,i.makeTodos=function(){var e=parseInt(i.totalItems%i.numPerPage),e=(i.pagersize="0"==e?parseInt(i.totalItems/i.numPerPage):parseInt(i.totalItems/i.numPerPage)+1,(i.currentPage-1)*i.numPerPage),t=parseInt(e)+parseInt(i.numPerPage);i.supplierContract_data=i.todos.slice(e,t);for(var a=0;a<i.supplierContract_data.length;a++)i.supplierContract_data[a].icon="fa fa-plus-circle";1==(main=document.getElementById("mainchk")).checked&&(main.checked=!1)}}])}(),function(){"use strict";var e=angular.module("sims.module.HRMS");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("CanteenProductCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(d,e,t,a,o,_,c){d.edt="",d.BinsDetail=!0,d.editmode=!1,d.user_access=[],d.pagesize="10",d.pageindex=0,d.pager=!0;var s=t.globals.currentUser.username;_.get(c.apiUrl+"api/CanteenProductController/getcanteencode?&user="+s).then(function(e){d.getallcanteen=e.data}),d.getoperator=function(e){_.get(c.apiUrl+"api/CanteenProductController/getoperatorcode?prd_can_code="+e).then(function(e){d.getalloperator=e.data})},_.get(c.apiUrl+"api/CanteenProductController/getproducttypee").then(function(e){d.getallproduct=e.data}),d.isNumberOrDotKey=function(e){var t=e.which||e.keyCode;return(48<=t&&t<=57||46==t||8<=t&&t<=46)&&(46!=t||-1===e.target.value.indexOf("."))||(e.preventDefault(),!1)},_.get(c.apiUrl+"api/CanteenProductController/getproductdetails?&user="+s).then(function(e){d.productdetails=e.data,d.canmaster=!0}),d.getcanmaster=function(){_.get(c.apiUrl+"api/CanteenProductController/getproductdetails?&user="+s).then(function(e){d.productdetails=e.data,d.canmaster=!0})},d.canmaster=!0,d.New=function(){d.canmaster=!1,d.canmasterinsert=!0,d.savebtn=!0,d.edt={},d.edt.prd_status=!0,d.can_code_edit=!1,d.updatebtn=!1},d.edit=function(e){d.canmaster=!1,d.canmasterinsert=!0,d.can_code_edit=!0,d.updatebtn=!0,d.savebtn=!1,d.edt={product_code:e.can_prod_code,prd_can_code:e.can_can_code,prd_opr_code:e.can_opr_code,prd_type:e.can_prod_type,prd_name:e.can_prod_description,prd_price:e.can_prod_rate,prd_status:"A"==e.can_prod_status},d.getoperator(d.edt.prd_can_code)},d.savedata=function(){var e=d.edt.prd_can_code,t=d.edt.prd_opr_code,a=d.edt.prd_type,o=d.edt.prd_name,s=d.edt.prd_price,n=d.edt.prd_status;e&&t&&a&&o&&s&&n?_.post(c.apiUrl+"api/CanteenProductController/insertproducts?&prd_can_code="+e+"&prd_opr_code="+t+"&prd_type="+a+"&prd_name="+o+"&prd_price="+s+"&prd_status="+n).then(function(e){!0===e.data?(swal({text:"Record submitted successfully",imageUrl:"assets/img/check.png",width:300,height:200}),d.getcanmaster(),d.cancel()):(swal({text:"Record not submited",imageUrl:"assets/img/close.png",width:300,height:200}),d.canmasterinsert=!0,d.canmaster=!1)}):swal({title:"Alert",text:"Please select all the fields",showCloseButton:!0,width:450,height:200})},d.updatedata=function(e){var t=d.edt.prd_can_code,a=d.edt.prd_opr_code,o=d.edt.prd_type,s=d.edt.prd_name,n=d.edt.prd_price,i=d.edt.prd_status;t&&a&&o&&s&&n?_.post(c.apiUrl+"api/CanteenProductController/updateproducts?&product_code="+e+"&prd_can_code="+t+"&prd_opr_code="+a+"&prd_type="+o+"&prd_name="+s+"&prd_price="+n+"&prd_status="+i).then(function(e){!0===e.data?(swal({text:"Record updated successfully",imageUrl:"assets/img/check.png",width:300,height:200}),d.getcanmaster(),d.cancel()):(swal({text:"Record not updated",imageUrl:"assets/img/close.png",width:300,height:200}),d.canmasterinsert=!1,d.canmaster=!0)}):swal({title:"Alert",text:"Please select all the fields",showCloseButton:!0,width:450,height:200})},d.cancel=function(){d.canmasterinsert=!1,d.canmaster=!0,d.edt=""},d.CheckAllChecked=function(){for(var e="",e=document.getElementById("mainchk"),t=0;t<d.productdetails.length;t++){var a=document.getElementById(d.productdetails[t].can_prod_code);1==e.checked?(a.checked=!0,$("tr").addClass("row_selected")):(a.checked=!1,e.checked=!1,$("tr").removeClass("row_selected"))}},d.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),d.color="#edefef"}),1==(main=document.getElementById("mainchk")).checked&&(main.checked=!1)},d.delete=function(){d.flag=!1;for(var t="",e=0;e<d.productdetails.length;e++)1==document.getElementById(d.productdetails[e].can_prod_code).checked&&(d.flag=!0,t=t+d.productdetails[e].can_prod_code+",");1==d.flag&&swal({text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){e&&_.post(c.apiUrl+"api/CanteenProductController/insertcanteendelete?can_prod_code="+t).then(function(e){(d.msg1=e.data)?(swal({text:"Record deleted successfully",imageUrl:"assets/img/check.png",width:300,height:200}),d.getcanmaster()):swal({text:"Record not deleted",imageUrl:"assets/img/close.png",width:300,height:200})}),d.getcanmaster()})},d.size=function(e){"All"==e?(d.currentPage="1",d.supplierContract_data=d.todos,d.pager=!1):(d.pager=!0,d.pagesize=e,d.currentPage=1,d.numPerPage=e,d.makeTodos()),d.numPerPage=e,console.log("numPerPage="+d.numPerPage)},d.index=function(e){d.pageindex=e,d.currentPage=e,d.makeTodos()},d.supplierContract_data=[],d.currentPage=1,d.numPerPage=10,d.maxSize=10,d.makeTodos=function(){var e=parseInt(d.totalItems%d.numPerPage),e=(d.pagersize="0"==e?parseInt(d.totalItems/d.numPerPage):parseInt(d.totalItems/d.numPerPage)+1,(d.currentPage-1)*d.numPerPage),t=parseInt(e)+parseInt(d.numPerPage);d.supplierContract_data=d.todos.slice(e,t);for(var a=0;a<d.supplierContract_data.length;a++)d.supplierContract_data[a].icon="fa fa-plus-circle";1==(main=document.getElementById("mainchk")).checked&&(main.checked=!1)}}])}(),function(){"use strict";var e=angular.module("sims.module.HRMS");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("CanteenMenuCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(l,e,t,a,o,r,m){l.edt={},l.BinsDetail=!0,l.editmode=!1,l.user_access=[],l.pagesize="10",l.pageindex=0,l.pager=!0,l.edt.can_status=!0;t=t.globals.currentUser.username;l.dayCodeDesc=[{day_code:"02",day_desc:"Monday"},{day_code:"03",day_desc:"Tuesday"},{day_code:"04",day_desc:"Wednesday"},{day_code:"05",day_desc:"Thursday"},{day_code:"06",day_desc:"Friday"}],r.get(m.apiUrl+"api/common/getCuriculum").then(function(e){l.Curriculum=e.data,l.edt.sims_cur_code=l.Curriculum[0].sims_cur_code,l.getacademicYear(l.Curriculum[0].sims_cur_code)}),l.getacademicYear=function(e){r.get(m.apiUrl+"api/common/getAcademicYear?curCode="+e).then(function(e){l.AcademicYear=e.data,l.AcademicYear=l.AcademicYear.filter(function(e){return"C"==e.sims_academic_year_status||"A"==e.sims_academic_year_status}),l.edt.sims_academic_year=l.AcademicYear[0].sims_academic_year})},r.get(m.apiUrl+"api/CanteenProductController/getcanteencode?&user="+t).then(function(e){l.getallcanteen=e.data}),l.getoperator=function(e){r.get(m.apiUrl+"api/CanteenProductController/getoperatorcode?prd_can_code="+e).then(function(e){l.getalloperator=e.data})},r.get(m.apiUrl+"api/CanteenProductController/getproducttypee").then(function(e){l.getallproduct=e.data}),l.isNumberOrDotKey=function(e){var t=e.which||e.keyCode;return(48<=t&&t<=57||46==t||8<=t&&t<=46)&&(46!=t||-1===e.target.value.indexOf("."))||(e.preventDefault(),!1)},r.get(m.apiUrl+"api/CanteenProductController/GetCanteenDetails").then(function(e){l.productdetails=e.data,l.canmaster=!0}),l.getcanmaster=function(){r.get(m.apiUrl+"api/CanteenProductController/GetCanteenDetails").then(function(e){l.productdetails=e.data,l.canmaster=!0})},l.canmaster=!0,l.New=function(){l.canmaster=!1,l.canmasterinsert=!0,l.savebtn=!0,l.edt.prd_status=!0,l.can_code_edit=!1,l.updatebtn=!1},l.edit=function(e){l.canmaster=!1,l.canmasterinsert=!0,l.can_code_edit=!0,l.updatebtn=!0,l.savebtn=!1,l.edt={prod_code:e.can_prod_code,prd_can_code:e.can_can_code,prd_opr_code:e.can_opr_code,prd_type:e.can_prod_type,can_status:"A"==e.can_prod_status,sims_cur_code:e.sims_cur_code,sims_academic_year:e.can_menu_acad_year,day_code:e.can_menu_weekday_code,prod_code:e.can_prod_code,menu_srno:e.can_menu_srno},l.getMenyByType(),l.getoperator(e.can_can_code)},l.getMenyByType=function(){r.get(m.apiUrl+"api/CanteenProductController/getPruductsByType?menu_type="+l.edt.prd_type+"&can_code="+l.edt.prd_can_code+"&opr_code="+l.edt.prd_opr_code).then(function(e){l.productdetails1=e.data})},l.savedata=function(){var e=l.edt.prd_can_code,t=l.edt.prd_opr_code,a=l.edt.prd_type,o=!!l.edt.can_status,s=l.edt.sims_cur_code,n=l.edt.sims_academic_year,i=l.edt.day_code,d=l.edt.prod_code;e&&t&&s&&n&&i&&d?r.post(m.apiUrl+"api/CanteenProductController/InsertCanteenMenu?cur_code="+s+"&fyear="+n+"&prd_can_code="+e+"&prd_opr_code="+t+"&prd_type="+a+"&prd_status="+o+"&day_code="+i+"&prod_code="+d).then(function(e){!0===e.data?(swal({text:"Record submitted successfully",imageUrl:"assets/img/check.png",width:300,height:200}),l.getcanmaster(),l.cancel()):(swal({text:"Record not submited",imageUrl:"assets/img/close.png",width:300,height:200}),l.canmasterinsert=!0,l.canmaster=!1)}):swal({title:"Alert",text:"Please select all the fields",showCloseButton:!0,width:450,height:200})},l.updatedata=function(e){var t=l.edt.prd_can_code,a=l.edt.prd_opr_code,o=l.edt.prd_type,s=!!l.edt.can_status,n=l.edt.sims_cur_code,i=l.edt.sims_academic_year,d=l.edt.day_code,_=l.edt.prod_code,c=l.edt.menu_srno;t&&a&&n&&i&&d&&_?r.post(m.apiUrl+"api/CanteenProductController/UpdateCanteenMenu?cur_code="+n+"&fyear="+i+"&prd_can_code="+t+"&prd_opr_code="+a+"&prd_type="+o+"&prd_status="+s+"&day_code="+d+"&prod_code="+_+"&menu_srno="+c).then(function(e){!0===e.data?(swal({text:"Record updated successfully",imageUrl:"assets/img/check.png",width:300,height:200}),l.getcanmaster(),l.cancel()):(swal({text:"Record not updated",imageUrl:"assets/img/close.png",width:300,height:200}),l.canmasterinsert=!1,l.canmaster=!0)}):swal({title:"Alert",text:"Please select all the fields",showCloseButton:!0,width:450,height:200})},l.cancel=function(){l.canmasterinsert=!1,l.canmaster=!0,l.edt={},l.productdetails1=[]},l.CheckAllChecked=function(){for(var e="",e=document.getElementById("mainchk"),t=0;t<l.productdetails.length;t++){var a=document.getElementById(l.productdetails[t].can_prod_code);1==e.checked?(a.checked=!0,$("tr").addClass("row_selected")):(a.checked=!1,e.checked=!1,$("tr").removeClass("row_selected"))}},l.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),l.color="#edefef"}),1==(main=document.getElementById("mainchk")).checked&&(main.checked=!1)},l.delete=function(){l.flag=!1;for(var t="",e=0;e<l.productdetails.length;e++)1==document.getElementById(l.productdetails[e].can_menu_srno).checked&&(l.flag=!0,t=t+l.productdetails[e].can_menu_srno+",");1==l.flag&&swal({text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){e&&r.post(m.apiUrl+"api/CanteenProductController/insertcanteenmenudelete?can_menu_srno="+t).then(function(e){(l.msg1=e.data)?(swal({text:"Record deleted successfully",imageUrl:"assets/img/check.png",width:300,height:200}),l.getcanmaster()):swal({text:"Record not deleted",imageUrl:"assets/img/close.png",width:300,height:200})}),l.getcanmaster()})},l.size=function(e){"All"==e?(l.currentPage="1",l.supplierContract_data=l.todos,l.pager=!1):(l.pager=!0,l.pagesize=e,l.currentPage=1,l.numPerPage=e,l.makeTodos()),l.numPerPage=e,console.log("numPerPage="+l.numPerPage)},l.index=function(e){l.pageindex=e,l.currentPage=e,l.makeTodos()},l.supplierContract_data=[],l.currentPage=1,l.numPerPage=10,l.maxSize=10,l.makeTodos=function(){var e=parseInt(l.totalItems%l.numPerPage),e=(l.pagersize="0"==e?parseInt(l.totalItems/l.numPerPage):parseInt(l.totalItems/l.numPerPage)+1,(l.currentPage-1)*l.numPerPage),t=parseInt(e)+parseInt(l.numPerPage);l.supplierContract_data=l.todos.slice(e,t);for(var a=0;a<l.supplierContract_data.length;a++)l.supplierContract_data[a].icon="fa fa-plus-circle";1==(main=document.getElementById("mainchk")).checked&&(main.checked=!1)}}])}(),function(){"use strict";var d,c=[],e=angular.module("sims.module.HRMS");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("LoanCodeCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(o,e,s,t,a,n,i){o.pagesize="5",o.table1=!0,n.get(i.apiUrl+"api/LoanCodeDetails/getAllLoanCode").then(function(e){o.AllLoanCode_Data=e.data,o.totalItems=o.AllLoanCode_Data.length,o.todos=o.AllLoanCode_Data,o.makeTodos()}),n.get(i.apiUrl+"api/common/getCompanyName").then(function(e){o.CompanyName_Data=e.data}),n.get(i.apiUrl+"api/common/getAllLedger").then(function(e){o.AllLedger_Data=e.data}),n.get(i.apiUrl+"api/common/getCreditDebit").then(function(e){o.CreditDebit_Data=e.data}),o.operation=!1,o.editmode=!1,o.size=function(e){o.pagesize=e,o.currentPage=1,o.numPerPage=e,o.makeTodos()},o.index=function(e){o.pageindex=e,o.currentPage=e,o.makeTodos()},o.edt="",o.New=function(){o.myForm.$setPristine(),o.newmode=!0,o.check=!0,o.edt="",o.editmode=!1,o.readonly=!1,o.table1=!1,o.operation=!0,o.savebtn=!0,o.updatebtn=!1},o.up=function(e){o.editmode=!0,o.newmode=!1,o.savebtn=!1,o.updatebtn=!0,o.readonly=!0,o.table1=!1,o.operation=!0,o.edt={lc_ac_type:e.lc_ac_type,lc_company_code:e.lc_company_code,lc_debit_acno:e.lc_debit_acno,lc_desc:e.lc_desc,lc_ledger_code:e.lc_ledger_code,lc_code:e.lc_code}},o.cancel=function(){o.table1=!0,o.operation=!1,o.edt="",o.myForm.$setPristine()},o.Save=function(e){e&&((e=o.edt).opr="I",n.post(i.apiUrl+"api/LoanCodeDetails/LoanCodeCUD",e).then(function(e){o.msg1=e.data,o.operation=!1,n.get(i.apiUrl+"api/LoanCodeDetails/getAllLoanCode").then(function(e){o.AllLoanCode_Data=e.data,o.totalItems=o.AllLoanCode_Data.length,o.todos=o.AllLoanCode_Data,o.makeTodos(),1==o.msg1?(s.strMessage="Record Inserted Successfully",$("#message").modal("show")):0==o.msg1?(s.strMessage="Record Not Inserted.",$("#message").modal("show")):swal("Error-"+o.msg1)})}),o.operation=!1,o.table1=!0)},o.Update=function(){var e=o.edt;e.opr="U",n.post(i.apiUrl+"api/LoanCodeDetails/LoanCodeCUD",e).then(function(e){o.msg1=e.data,o.operation=!1,n.get(i.apiUrl+"api/LoanCodeDetails/getAllLoanCode").then(function(e){o.AllLoanCode_Data=e.data,o.totalItems=o.AllLoanCode_Data.length,o.todos=o.AllLoanCode_Data,o.makeTodos(),1==o.msg1?(s.strMessage="Record Updated Successfully",$("#message").modal("show")):0==o.msg1?(s.strMessage="Record Not Updated. ",$("#message").modal("show")):swal("Error-"+o.msg1)})}),o.operation=!1,o.table1=!0},o.filteredTodos=[],o.currentPage=1,o.numPerPage=5,o.maxSize=5,o.makeTodos=function(){var e=parseInt(o.totalItems%o.numPerPage),e=(o.pagersize="0"==e?parseInt(o.totalItems/o.numPerPage):parseInt(o.totalItems/o.numPerPage)+1,(o.currentPage-1)*o.numPerPage),t=parseInt(e)+parseInt(o.numPerPage);o.filteredTodos=o.todos.slice(e,t)},o.CheckAllChecked=function(){if(1==(d=document.getElementById("mainchk")).checked)for(var e=0;e<o.filteredTodos.length;e++){var t=o.filteredTodos[e].lc_code;document.getElementById(t).checked=!0,c=c+o.filteredTodos[e].lc_code+",",o.row1="row_selected"}else for(e=0;e<o.filteredTodos.length;e++){t=o.filteredTodos[e].lc_code;document.getElementById(t).checked=!1,d.checked=!1,o.row1=""}},o.checkonebyonedelete=function(){1==d.checked&&(d.checked=!1,o.row1="")},o.deleterecord=function(){c=[];for(var e=0;e<o.filteredTodos.length;e++){var t=o.filteredTodos[e].lc_code;1==document.getElementById(t).checked&&(c=c+o.filteredTodos[e].lc_code+",")}var a={lc_code:c,opr:"D"};n.post(i.apiUrl+"api/LoanCodeDetails/LoanCodeCUD",a).then(function(e){o.msg1=e.data,o.table1=!0,o.operation=!1,s.strMessage=o.msg1.strMessage,n.get(i.apiUrl+"api/LoanCodeDetails/getAllLoanCode").then(function(e){o.AllLoanCode_Data=e.data,o.totalItems=o.AllLoanCode_Data.length,o.todos=o.AllLoanCode_Data,o.makeTodos(),1==o.msg1?(s.strMessage="Record Deleted Successfully",$("#message").modal("show")):0==o.msg1?(s.strMessage="Record Not Deleted. ",$("#message").modal("show")):swal("Error-"+o.msg1)})})},o.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).companyName.toLowerCase().indexOf(t.toLowerCase())||-1<e.ledgerName.toLowerCase().indexOf(t.toLowerCase())||-1<e.lc_desc.toLowerCase().indexOf(t.toLowerCase())||-1<e.lc_debit_acno_nm.toLowerCase().indexOf(t.toLowerCase())||e.lc_code==t;var t})},o.search=function(){o.todos=o.searched(o.AllLoanCode_Data,o.searchText),o.totalItems=o.todos.length,o.currentPage="1",""==o.searchText&&(o.todos=o.AllLoanCode_Data),o.makeTodos()}}])}(),function(){"use strict";var m,p=[],e=angular.module("sims.module.HRMS");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("LoanRegisterCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(s,e,n,t,a,i,d){s.pagesize="10",s.table1=!0,i.get(d.apiUrl+"api/LoanCodeRegister/getAllLoanRegister").then(function(e){s.AllLoanRegister_Data=e.data,s.totalItems=s.AllLoanRegister_Data.length,s.todos=s.AllLoanRegister_Data,s.makeTodos()}),i.get(d.apiUrl+"api/common/getCompanyName").then(function(e){s.CompanyName_Data=e.data,s.edt.lo_company_code=s.CompanyName_Data[0].pc_company_code,s.GetLoandesc()}),s.GetLoandesc=function(){i.get(d.apiUrl+"api/common/getAllLoanDesc?Company_code="+s.edt.lo_company_code).then(function(e){s.AllLoanDesc_Data=e.data}),i.get(d.apiUrl+"api/common/getAllEmpName?Company_code="+s.edt.lo_company_code).then(function(e){s.LoanEmpName_Data=e.data})},s.GetDesignation=function(t){var e=s.LoanEmpName_Data.find(e=>e.lo_number==t);s.temp={lo_gaunt_name:e.em_first_name,lo_gaunt_comp_name:e.companyName,lo_gaunt_address1:e.lo_gaunt_address1,lo_gaunt_desg:e.designation}},s.employeedata=[],s.CheckEmployee=function(e){s.employeedata=[];for(var t=0;t<s.LoanEmpName_Data.length;t++)s.LoanEmpName_Data[t].lo_number!=e&&s.employeedata.push(s.LoanEmpName_Data[t])},s.operation=!1,s.editmode=!1,s.size=function(e){"All"==e?(s.currentPage="1",s.filteredTodos=s.AllLoanRegister_Data,s.pager=!1):(s.pager=!0,s.pagesize=e,s.currentPage=1,s.numPerPage=e,s.makeTodos())},s.index=function(e){s.pageindex=e,s.currentPage=e,s.makeTodos(),m.checked=!1,s.CheckAllChecked()},s.edt="",s.New=function(){s.myForm.$setPristine(),s.myForm.$setUntouched(),s.newmode=!0,s.check=!0,s.edt="",s.editmode=!1,s.readonly=!1,s.table1=!1,s.operation=!0,s.savebtn=!0,s.updatebtn=!1,s.edt={},s.temp={},$("#cmb_Ledger_Code").select2(),$("#cmb_Guarantor_No").select2(),s.edt={lo_sanction_date:c+"-"+l+"-"+r},s.edt.lo_mgr_confirm_tag=!0,s.edt.lo_company_code=s.CompanyName_Data[0].pc_company_code,s.GetLoandesc()};var o=new Date,c=o.getDate(),l=o.getMonth()+1,r=(l<10&&(l="0"+l),o.getFullYear());s.sdate=c+"-"+l+"-"+r,s.edate=c+"-"+l+"-"+r,s.edt={lo_sanction_date:c+"-"+l+"-"+r},s.up=function(e){s.myForm.$setPristine(),s.myForm.$setUntouched(),s.editmode=!0,s.newmode=!1,s.savebtn=!1,s.updatebtn=!0,s.readonly=!0,s.table1=!1,s.operation=!0,s.edt=e,s.temp=e,s.temp.lo_gaunt_desg=e.lo_gaunt_desg,s.GetLoandesc(),s.GetDesignation(e.lo_gaunt_no),$("#cmb_Ledger_Code").select2("destroy"),$("#cmb_Guarantor_No").select2("destroy")},s.cancel=function(){s.table1=!0,s.operation=!1,s.edt={},s.temp={}},s.Save=function(e){var t;e&&(t={lo_number:s.edt.lo_number,lo_company_code:s.edt.lo_company_code,employeeName:s.edt.employeeName,lo_code:s.edt.lo_code,lo_sanction_date:s.edt.lo_sanction_date,lo_amount:s.edt.lo_amount,lo_no_of_installment:s.edt.lo_no_of_installment,lo_paid_amount:s.edt.lo_paid_amount,lo_reference:s.edt.lo_reference,lo_repaid_installment:s.edt.lo_repaid_installment,lo_gaunt_no:s.edt.lo_gaunt_no,lo_gaunt_name:s.temp.lo_gaunt_name,lo_gaunt_comp_name:s.temp.lo_gaunt_comp_name,lo_gaunt_address1:s.temp.lo_gaunt_address1,lo_gaunt_desg:s.temp.lo_gaunt_desg,lo_gaunt_address2:s.edt.lo_gaunt_address2,lo_gaunt_address3:s.edt.lo_gaunt_address3,lo_fully_rec_tag:s.edt.lo_fully_rec_tag,lo_monthly_rec_tag:s.edt.lo_monthly_rec_tag,lo_mgr_confirm_tag:s.edt.lo_mgr_confirm_tag,opr:"I"},s.filteredTodos.find(e=>e.lo_number===t.lo_number)?swal({text:"Name Already exists",imageUrl:"assets/img/notification-alert.png",width:300,height:200}):(i.post(d.apiUrl+"api/LoanCodeRegister/LoanCodeRegisterCUD",t).then(function(t){s.msg1=t.data,s.operation=!1,i.get(d.apiUrl+"api/LoanCodeRegister/getAllLoanRegister").then(function(e){s.AllLoanRegister_Data=e.data,s.totalItems=s.AllLoanRegister_Data.length,s.todos=s.AllLoanRegister_Data,s.makeTodos(),s.msg1=t.data,s.edt={},s.temp={},s.myForm.$setPristine(),s.myForm.$setUntouched(),1==s.msg1?swal({text:"Record Inserted Successfully",imageUrl:"assets/img/check.png",width:300,height:200}):0==s.msg1?swal({text:"Record Not Inserted. ",imageUrl:"assets/img/close.png",width:300,height:200}):swal("Error-"+s.msg1)})}),s.table1=!0,s.operation=!1))},s.Update=function(){var e={lo_number:s.edt.lo_number,lo_company_code:s.edt.lo_company_code,employeeName:s.edt.employeeName,lo_code:s.edt.lo_code,lo_sanction_date:s.edt.lo_sanction_date,lo_amount:s.edt.lo_amount,lo_no_of_installment:s.edt.lo_no_of_installment,lo_paid_amount:s.edt.lo_paid_amount,lo_reference:s.edt.lo_reference,lo_repaid_installment:s.edt.lo_repaid_installment,lo_gaunt_no:s.edt.lo_gaunt_no,lo_gaunt_name:s.temp.lo_gaunt_name,lo_gaunt_comp_name:s.temp.lo_gaunt_comp_name,lo_gaunt_address1:s.temp.lo_gaunt_address1,lo_gaunt_desg:s.temp.lo_gaunt_desg,lo_gaunt_address2:s.edt.lo_gaunt_address2,lo_gaunt_address3:s.edt.lo_gaunt_address3,lo_fully_rec_tag:s.edt.lo_fully_rec_tag,lo_monthly_rec_tag:s.edt.lo_monthly_rec_tag,lo_mgr_confirm_tag:s.edt.lo_mgr_confirm_tag,opr:"U"};i.post(d.apiUrl+"api/LoanCodeRegister/LoanCodeRegisterCUD",e).then(function(t){s.msg1=t.data,s.operation=!1,i.get(d.apiUrl+"api/LoanCodeRegister/getAllLoanRegister").then(function(e){s.AllLoanRegister_Data=e.data,s.totalItems=s.AllLoanRegister_Data.length,s.todos=s.AllLoanRegister_Data,s.makeTodos(),s.msg1=t.data,s.myForm.$setPristine(),s.myForm.$setUntouched(),1==s.msg1?swal({text:"Record Updated Successfully",imageUrl:"assets/img/check.png",width:300,height:200}):0==s.msg1?swal({text:"Record Not Updated. ",imageUrl:"assets/img/close.png",width:300,height:200}):swal("Error-"+s.msg1)})}),s.operation=!1,s.table1=!0},s.filteredTodos=[],s.currentPage=1,s.numPerPage=10,s.maxSize=10,s.makeTodos=function(){var e=parseInt(s.totalItems%s.numPerPage),e=(s.pagersize="0"==e?parseInt(s.totalItems/s.numPerPage):parseInt(s.totalItems/s.numPerPage)+1,(s.currentPage-1)*s.numPerPage),t=parseInt(e)+parseInt(s.numPerPage);s.filteredTodos=s.todos.slice(e,t)},s.CheckAllChecked=function(){if(!0===(m=document.getElementById("mainchk")).checked)for(var e=0;e<s.filteredTodos.length;e++)document.getElementById(s.filteredTodos[e].lo_number+e).checked=!0,s.row1="row_selected",$("tr").addClass("row_selected");else for(e=0;e<s.filteredTodos.length;e++)document.getElementById(s.filteredTodos[e].lo_number+e).checked=!1,m.checked=!1,s.row1="",$("tr").removeClass("row_selected")},s.checkonebyonedelete=function(e){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),s.color="#edefef"}),!0===(m=document.getElementById("mainchk")).checked&&(m.checked=!1,s.color="#edefef",$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected")}))},s.deleterecord=function(){p=[],s.flag=!1;for(var e=0;e<s.filteredTodos.length;e++){var t=s.filteredTodos[e].lo_number,a=document.getElementById(t+e);1==a.checked&&(s.flag=!0,p=p+s.filteredTodos[e].lo_number+",")}var o={lo_number:p,opr:"D"};s.flag?swal({title:"",text:"Are you sure you want to Delete?",width:300,height:200,showCancelButton:!0,confirmButtonColor:"#DD6B55",confirmButtonText:"Yes",closeOnConfirm:!1}).then(function(e){e&&i.post(d.apiUrl+"api/LoanCodeRegister/LoanCodeRegisterCUD",o).then(function(t){s.msg1=t.data,s.table1=!0,s.operation=!1,n.strMessage=s.msg1.strMessage,p=[],o={},i.get(d.apiUrl+"api/LoanCodeRegister/getAllLoanRegister").then(function(e){s.AllLoanRegister_Data=e.data,s.totalItems=s.AllLoanRegister_Data.length,s.todos=s.AllLoanRegister_Data,s.makeTodos(),s.msg1=t.data,1==m.checked&&(a.checked=!1,m.checked=!1),1==s.msg1?swal({text:"Record Deleted Successfully",imageUrl:"assets/img/check.png",width:300,height:200}):0==s.msg1?swal({text:"Record Already Mapped.Can't be Deleted.",imageUrl:"assets/img/close.png",width:300,height:200}):swal("Error-"+s.msg1)})})}):swal({text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380})},s.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).lo_number.toLowerCase().indexOf(t.toLowerCase())||-1<e.companyName.toLowerCase().indexOf(t.toLowerCase())||-1<e.employeeName.toLowerCase().indexOf(t.toLowerCase())||e.loanName==t||e.lo_amount==t;var t})},s.search=function(){s.todos=s.searched(s.AllLoanRegister_Data,s.searchText),s.totalItems=s.todos.length,s.currentPage="1",""==s.searchText&&(s.todos=s.AllLoanRegister_Data),s.makeTodos(),m.checked=!1,s.CheckAllChecked()},$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0}),$(document).on("touch click",'*[data-datepicker="true"] .add-on',function(e){$('input[type="text"]',$(this).parent()).focus()})}])}(),function(){"use strict";var d,c=[],e=angular.module("sims.module.HRMS");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("LoanConfirmationCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(o,e,s,t,a,n,i){o.pagesize="10",o.table1=!0,n.get(i.apiUrl+"api/LoanCodeConfirmation/getAllLoanConfirmation").then(function(e){o.LoanConfirmation_Data=e.data,o.totalItems=o.LoanConfirmation_Data.length,o.todos=o.LoanConfirmation_Data,o.makeTodos()}),n.get(i.apiUrl+"api/common/getCompanyName").then(function(e){o.CompanyName_Data=e.data,0<e.data.length&&(o.edt={lm_company_code:e.data[0].pc_company_code},o.GetLoandesc())}),o.GetLoandesc=function(){n.get(i.apiUrl+"api/common/getAllLoanDesc?Company_code="+o.edt.lm_company_code).then(function(e){o.AllLoanDesc_Data=e.data}),n.get(i.apiUrl+"api/common/getAllEmpName?Company_code="+o.edt.lm_company_code).then(function(e){o.LoanEmpName_Data=e.data})},o.operation=!1,o.editmode=!1,o.size=function(e){"All"==e?(o.currentPage="1",o.filteredTodos=o.LoanConfirmation_Data,o.pager=!1):(o.pager=!0,o.pagesize=e,o.currentPage=1,o.numPerPage=e,o.makeTodos())},o.index=function(e){o.pageindex=e,o.currentPage=e,o.makeTodos()},o.edt="",o.New=function(){o.myForm.$setPristine(),o.newmode=!0,o.check=!0,o.edt="",o.editmode=!1,o.readonly=!1,o.table1=!1,o.operation=!0,o.savebtn=!0,o.updatebtn=!1},o.up=function(e){o.editmode=!0,o.newmode=!1,o.savebtn=!1,o.updatebtn=!0,o.readonly=!0,o.table1=!1,o.operation=!0,o.edt=e,o.GetLoandesc()},o.cancel=function(){o.table1=!0,o.operation=!1,o.edt="",o.myForm.$setPristine()},o.Save=function(e){var t;o.updatebtn?o.Update():e&&((t=o.edt).opr="I",o.exist=!1,o.filteredTodos.find(e=>e.lm_number===t.lm_number)?swal({text:"Employee name order Already exists",imageUrl:"assets/img/notification-alert.png",width:300,height:200}):n.post(i.apiUrl+"api/LoanCodeConfirmation/LoanCodeConfirmationCUD",t).then(function(t){o.msg1=t.data,o.operation=!1,n.get(i.apiUrl+"api/LoanCodeConfirmation/getAllLoanConfirmation").then(function(e){o.LoanCode_Data=e.data,o.totalItems=o.LoanCode_Data.length,o.todos=o.LoanCode_Data,o.makeTodos(),o.msg1=t.data,1==o.msg1?swal({text:"Record Inserted Successfully",imageUrl:"assets/img/check.png",width:300,height:200}):0==o.msg1?swal({text:"Record Not Inserted. ",imageUrl:"assets/img/close.png",width:300,height:200}):swal("Error-"+o.msg1)})}),o.table1=!0,o.operation=!1)},o.Update=function(){var e=o.edt;e.opr="U",n.post(i.apiUrl+"api/LoanCodeConfirmation/LoanCodeConfirmationCUD",e).then(function(e){o.msg1=e.data,o.operation=!1,n.get(i.apiUrl+"api/LoanCodeConfirmation/getAllLoanConfirmation").then(function(e){o.LoanConfirmation_Data=e.data,o.totalItems=o.LoanConfirmation_Data.length,o.todos=o.LoanConfirmation_Data,o.makeTodos(),1==o.msg1?swal({text:"Record Updated Successfully",imageUrl:"assets/img/check.png",width:300,height:200}):0==o.msg1?swal({text:"Record Not Updated. ",imageUrl:"assets/img/close.png",width:300,height:200}):swal("Error-"+o.msg1)})}),o.operation=!1,o.table1=!0},o.filteredTodos=[],o.currentPage=1,o.numPerPage=10,o.maxSize=10,o.makeTodos=function(){var e=parseInt(o.totalItems%o.numPerPage),e=(o.pagersize="0"==e?parseInt(o.totalItems/o.numPerPage):parseInt(o.totalItems/o.numPerPage)+1,(o.currentPage-1)*o.numPerPage),t=parseInt(e)+parseInt(o.numPerPage);o.filteredTodos=o.todos.slice(e,t)},o.CheckAllChecked=function(){if(1==(d=document.getElementById("mainchk")).checked)for(var e=0;e<o.filteredTodos.length;e++){var t=o.filteredTodos[e].lm_number;document.getElementById(t).checked=!0,c=c+o.filteredTodos[e].lm_number+",",o.row1="row_selected"}else for(e=0;e<o.filteredTodos.length;e++){t=o.filteredTodos[e].lm_number;document.getElementById(t).checked=!1,d.checked=!1,o.row1=""}},o.checkonebyonedelete=function(){(d=document.getElementById("mainchk")).checked,d.checked=!1,o.row1=""},o.deleterecord=function(){c=[],o.flag=!1;for(var e=0;e<o.filteredTodos.length;e++){var t=o.filteredTodos[e].lm_number;1==document.getElementById(t).checked&&(o.flag=!0,c=c+o.filteredTodos[e].lm_number+",")}var a={lm_number:c,opr:"D"};o.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)n.post(i.apiUrl+"api/LoanCodeConfirmation/LoanCodeConfirmationCUD",a).then(function(e){o.msg1=e.data,o.table1=!0,o.operation=!1,s.strMessage=o.msg1.strMessage,n.get(i.apiUrl+"api/LoanCodeConfirmation/getAllLoanConfirmation").then(function(e){o.LoanConfirmation_Data=e.data,o.totalItems=o.LoanConfirmation_Data.length,o.todos=o.LoanConfirmation_Data,o.makeTodos(),1==(d=document.getElementById("mainchk")).checked&&(d.checked=!1);for(let e=0;e<o.filteredTodos.length;e++){var t=o.filteredTodos[e].lm_number,t=document.getElementById(t);1==t.checked&&(t.checked=!1)}1==o.msg1?swal({text:"Record Deleted Successfully",imageUrl:"assets/img/check.png",width:300,height:200}):0==o.msg1?swal({text:"Record Not Deleted. ",imageUrl:"assets/img/close.png",width:300,height:200}):swal("Error-"+o.msg1)})});else{1==(d=document.getElementById("mainchk")).checked&&(d.checked=!1);for(let e=0;e<o.filteredTodos.length;e++){var t=o.filteredTodos[e].lm_number,t=document.getElementById(t);1==t.checked&&(t.checked=!1,$("tr").removeClass("row_selected"))}}}):swal({text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380})},o.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).lm_number.indexOf(t)||e.employeeName==t||e.lm_amount==t;var t})},o.search=function(){o.todos=o.searched(o.LoanConfirmation_Data,o.searchText),o.totalItems=o.todos.length,o.currentPage="1",""==o.searchText&&(o.todos=o.LoanConfirmation_Data),o.makeTodos()},$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0}),$(document).on("touch click",'*[data-datepicker="true"] .add-on',function(e){$('input[type="text"]',$(this).parent()).focus()})}])}(),function(){"use strict";var r,m=[],e=angular.module("sims.module.HRMS");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("ManagerConfirmationCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(o,e,s,t,a,n,i){o.pagesize="5",o.table1=!0,n.get(i.apiUrl+"api/ManagerConfirmation/getMngrConfirmation").then(function(e){o.MngrConfirmation=e.data,o.totalItems=o.MngrConfirmation.length,o.todos=o.MngrConfirmation,o.makeTodos()}),o.getgrid=function(){n.get(i.apiUrl+"api/ManagerConfirmation/getMngrConfirmation").then(function(e){o.MngrConfirmation=e.data,o.totalItems=o.MngrConfirmation.length,o.todos=o.MngrConfirmation,o.makeTodos()})},n.get(i.apiUrl+"api/common/getCompanyName").then(function(e){o.CompanyName_Data=e.data}),o.GetLoandesc=function(){n.get(i.apiUrl+"api/common/getAllEmpName?Company_code="+o.edt.mc_company_code).then(function(e){o.LoanEmpName_Data=e.data})},o.operation=!1,o.editmode=!1,o.size=function(e){o.pagesize=e,o.currentPage=1,o.numPerPage=e,o.makeTodos()},o.index=function(e){o.pageindex=e,o.currentPage=e,o.makeTodos()},o.edt="",o.New=function(){o.myForm.$setPristine(),o.newmode=!0,o.check=!0,o.edt="",o.editmode=!1,o.readonly=!1,o.table1=!1,o.operation=!0,o.savebtn=!0,o.updatebtn=!1},o.up=function(e){o.editmode=!0,o.newmode=!1,o.savebtn=!1,o.updatebtn=!0,o.readonly=!0,o.table1=!1,o.operation=!0,o.edt=e,o.GetLoandesc()},o.cancel=function(){o.table1=!0,o.operation=!1,o.edt="",o.myForm.$setPristine()},o.Save=function(e){if(e){var t=o.edt;t.opr="I",o.exist=!1;for(var a=0;a<o.MngrConfirmation.length;a++)o.MngrConfirmation[a].mc_number==t.mc_number&&(o.exist=!0);o.exist?swal({text:"Record Already Exits",imageUrl:"assets/img/notification-alert.png",width:300,height:200}):n.post(i.apiUrl+"api/ManagerConfirmation/ManagerConfirmationCUD",t).then(function(e){o.msg1=e.data,o.operation=!1,o.msg1=e.data,1==o.msg1?(swal({text:"Record Inserted Successfully",imageUrl:"assets/img/check.png",width:300,height:200}),o.getgrid()):0==o.msg1?swal({text:"Record Not Inserted. ",imageUrl:"assets/img/close.png",width:300,height:200}):swal("Error-"+o.msg1),n.get(i.apiUrl+"api/ManagerConfirmation/getMngrConfirmation").then(function(e){o.MngrConfirmation=e.data,o.totalItems=o.MngrConfirmation.length,o.todos=o.MngrConfirmation,o.makeTodos()})}),o.table1=!0,o.operation=!1}},o.Update=function(){var e=o.edt;e.opr="U",n.post(i.apiUrl+"api/ManagerConfirmation/ManagerConfirmationCUD",e).then(function(e){o.msg1=e.data,1==o.msg1?swal({text:"Record Updated Successfully",imageUrl:"assets/img/check.png",width:300,height:200}):0==o.msg1?swal({text:"Record Not Updated. ",imageUrl:"assets/img/close.png",width:300,height:200}):swal("Error-"+o.msg1),o.operation=!1,n.get(i.apiUrl+"api/ManagerConfirmation/getMngrConfirmation").then(function(e){o.MngrConfirmation=e.data,o.totalItems=o.MngrConfirmation.length,o.todos=o.MngrConfirmation,o.makeTodos()})}),o.operation=!1,o.table1=!0},o.filteredTodos=[],o.currentPage=1,o.numPerPage=5,o.maxSize=5,o.makeTodos=function(){var e=parseInt(o.totalItems%o.numPerPage),e=(o.pagersize="0"==e?parseInt(o.totalItems/o.numPerPage):parseInt(o.totalItems/o.numPerPage)+1,(o.currentPage-1)*o.numPerPage),t=parseInt(e)+parseInt(o.numPerPage);o.filteredTodos=o.todos.slice(e,t)},o.CheckAllChecked=function(){if(1==(r=document.getElementById("mainchk")).checked)for(var e=0;e<o.filteredTodos.length;e++){var t=o.filteredTodos[e].mc_number;document.getElementById(t).checked=!0,m=m+o.filteredTodos[e].mc_number+",",o.row1="row_selected"}else for(e=0;e<o.filteredTodos.length;e++){t=o.filteredTodos[e].mc_number;document.getElementById(t).checked=!1,r.checked=!1,o.row1=""}},o.checkonebyonedelete=function(){1==r.checked&&(r.checked=!1,o.row1="")},o.deleterecord=function(){m=[];for(var e=0;e<o.filteredTodos.length;e++){var t=o.filteredTodos[e].mc_number;1==document.getElementById(t).checked&&(m=m+o.filteredTodos[e].mc_number+",")}var a={mc_number:m,opr:"D"};n.post(i.apiUrl+"api/ManagerConfirmation/ManagerConfirmationCUD",a).then(function(e){o.msg1=e.data,o.table1=!0,o.operation=!1,s.strMessage=o.msg1.strMessage,n.get(i.apiUrl+"api/ManagerConfirmation/getMngrConfirmation").then(function(e){o.MngrConfirmation=e.data,o.totalItems=o.MngrConfirmation.length,o.todos=o.MngrConfirmation,o.makeTodos(),1==o.msg1?swal({text:"Record Deleted Successfully",imageUrl:"assets/img/check.png",width:300,height:200}):0==o.msg1?swal({text:"Record Not Deleted. ",imageUrl:"assets/img/close.png",width:300,height:200}):swal("Error-"+o.msg1)})})},o.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).employee_name.toLowerCase().indexOf(t.toLowerCase())||-1<e.co_name.toLowerCase().indexOf(t.toLowerCase())||-1<e.mc_old_basic.toLowerCase().indexOf(t.toLowerCase())||-1<e.mc_new_basic.toLowerCase().indexOf(t.toLowerCase())||e.mc_number==t;var t})},o.search=function(){o.todos=o.searched(o.MngrConfirmation,o.searchText),o.totalItems=o.todos.length,o.currentPage="1",""==o.searchText&&(o.todos=o.MngrConfirmation),o.makeTodos()},$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0}),$(document).on("touch click",'*[data-datepicker="true"] .add-on',function(e){$('input[type="text"]',$(this).parent()).focus()}),o.createdate=function(e,t,a){e<t?(s.strMessage="Please Select Future Date",$("#message").modal("show"),o.edt[a]=""):o.edt[a]=e};var d=new Date,c=d.getDate(),l=d.getMonth()+1,d=(l<10&&(l="0"+l),d.getFullYear());o.sdate=c+"-"+l+"-"+d,o.edate=c+"-"+l+"-"+d,o.edt={mc_effect_from:c+"-"+l+"-"+d,mc_retro_effect_from:c+"-"+l+"-"+d},o.edt={mc_effect_from:c+"-"+l+"-"+d,mc_retro_effect_from:c+"-"+l+"-"+d},o.showdate=function(e,t){o.edt[t]=e}}])}(),function(){"use strict";var l,e=angular.module("sims.module.HRMS");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("GoalTargetKPIMeasureAchievementCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(s,e,t,a,o,n,i){s.pagesize="5",s.pageindex=0,s.save_btn=!0,s.search_btn=!0,s.clr_btn=!0,s.Update_btn=!1,s.newdisplay=!1,s.table=!0,s.mainPage=!0,n.get(i.apiUrl+"api/GoalTargetKPIMeasureAchievement/getAllGoalTargetKPIMeasureAchievement").then(function(e){s.goalTargetKPImeasureAchieve=e.data,s.totalItems=s.goalTargetKPImeasureAchieve.length,s.todos=s.goalTargetKPImeasureAchieve,s.makeTodos()}),n.get(i.apiUrl+"api/GoalTargetKPIMeasureAchievement/getAcademicYear").then(function(e){s.Academic_Year=e.data}),n.get(i.apiUrl+"api/GoalTargetKPIMeasureAchievement/getGoalName").then(function(e){s.Goal_Name=e.data}),n.get(i.apiUrl+"api/GoalTargetKPIMeasureAchievement/getMeasure").then(function(e){s.measure_Data=e.data}),n.get(i.apiUrl+"api/GoalTargetKPIMeasureAchievement/getAchievement").then(function(e){s.achieve_Data=e.data}),n.get(i.apiUrl+"api/GoalTargetKPIMeasureAchievement/getAchievementCategory").then(function(e){s.achieve_Cat_Data=e.data}),s.getGoalTarget=function(e){n.get(i.apiUrl+"api/GoalTargetKPIMeasureAchievement/getGoalTargetName?sims_sip_goal_code="+e).then(function(e){s.goal_Target=e.data})},s.getGoalTargetKPI=function(e,t){n.get(i.apiUrl+"api/GoalTargetKPIMeasureAchievement/getGoalTargetKPIMeasure?sims_sip_goal_code="+e+"&sims_sip_goal_target_code="+t).then(function(e){s.goal_Target_Kpi=e.data})},s.goal_target_kpi_display=function(e,t,a,o){n.get(i.apiUrl+"api/GoalTargetKPIMeasureAchievement/getGoalTargetKPIMeasureDisplay?sims_sip_academic_year="+e+"&sims_sip_goal_code="+t+"&sims_sip_goal_target_code="+a+"&sims_sip_goal_target_kpi_code="+o).then(function(e){s.goalTarget_Kpi_Display=e.data})},s.clear=function(){s.temp=""},s.DataEnroll=function(){for(var e=0;e<s.student.length;e++){var t=s.student[e].s_enroll_no;1==document.getElementById(t).checked&&(s.temp={enroll_number:s.student[e].s_enroll_no})}},s.size=function(e){s.pagesize=e,s.currentPage=1,s.numPerPage=e,s.makeTodos()},s.index=function(e){s.pageindex=e,s.currentPage=e,s.makeTodos(),l.checked=!1,s.CheckAllChecked()},a(function(){$("#fixTable").tableHeadFixer({top:1})},100),s.filteredTodos=[],s.currentPage=1,s.numPerPage=5,s.maxSize=5,s.makeTodos=function(){var e=parseInt(s.totalItems%s.numPerPage),e=(s.pagersize="0"==e?parseInt(s.totalItems/s.numPerPage):parseInt(s.totalItems/s.numPerPage)+1,(s.currentPage-1)*s.numPerPage),t=parseInt(e)+parseInt(s.numPerPage);s.filteredTodos=s.todos.slice(e,t)},s.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).sims_sip_goal_target_kpi_measure_desc.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_sip_achievement_desc.toLowerCase().indexOf(t.toLowerCase())||e.sims_sip_goal_target_kpi_achievement_category_desc==t;var t})},s.search=function(){s.todos=s.searched(s.goalTargetKPImeasureAchieve,s.searchText),s.totalItems=s.todos.length,s.currentPage="1",""==s.searchText&&(s.todos=s.goalTargetKPImeasureAchieve),s.makeTodos(),l.checked=!1,s.CheckAllChecked()},s.New=function(){s.AccYearDisabled=!1,s.goalDisabled=!1,s.goalTargetDisabled=!1,s.goalTKpiDisabled=!1,s.disabled=!1,s.readonly=!0,s.table=!1,s.newdisplay=!0,s.save_btn=!0,s.Update_btn=!1,s.temp="",s.Myform.$setPristine(),s.Myform.$setUntouched()};var d=[],c=(s.savedata=function(e){e&&((e=s.temp).opr="I",d.push(e),n.post(i.apiUrl+"api/GoalTargetKPIMeasureAchievement/CUDGoalTargetKPIMeasureAchievement",d).then(function(e){s.msg1=e.data,1==s.msg1?swal({text:"Record Inserted Successfully",imageUrl:"assets/img/check.png",width:300,height:200}):0==s.msg1?swal({text:"Record Not Inserted. ",imageUrl:"assets/img/close.png",width:300,height:200}):swal("Error-"+s.msg1),n.get(i.apiUrl+"api/GoalTargetKPIMeasureAchievement/getAllGoalTargetKPIMeasureAchievement").then(function(e){s.goalTargetKPImeasureAchieve=e.data,s.totalItems=s.goalTargetKPImeasureAchieve.length,s.todos=s.goalTargetKPImeasureAchieve,s.makeTodos()}),s.temp.sims_goal_kpi_academic_year="",s.temp.sims_kpi_goal_code="",s.temp.sims_kpi_goal_target_code="",s.temp.sims_sip_goal_target_kpi_code="",s.Myform.$setPristine(),s.Myform.$setUntouched()}),d=[],s.table=!0,s.newdisplay=!1)},s.Cancel=function(){s.temp="",s.table=!0,s.newdisplay=!1,s.Myform.$setPristine(),s.Myform.$setUntouched(),s.temp.sims_goal_kpi_academic_year="",s.temp.sims_kpi_goal_code="",s.temp.sims_kpi_goal_target_code="",s.temp.sims_sip_goal_target_kpi_code="",s.temp.sims_kpi_measure_code="",s.temp.sims_sip_achievement_code="",s.temp.sims_achievement_category_code="",s.temp.sims_sip_goal_target_kpi_achievement_status=""},s.clear=function(){s.temp=""},s.edit=function(e){s.AccYearDisabled=!0,s.goalDisabled=!0,s.goalTargetDisabled=!0,s.goalTKpiDisabled=!0,s.table=!1,s.newdisplay=!0,s.save_btn=!1,s.Update_btn=!0,s.temp={sims_goal_kpi_academic_year:e.sims_sip_academic_year,sims_kpi_goal_code:e.sims_sip_goal_code,sims_kpi_goal_target_code:e.sims_sip_goal_target_code,sims_sip_goal_target_kpi_code:e.sims_sip_goal_target_kpi_code,sims_sip_goal_target_kpi_measure_code_m:e.sims_sip_goal_target_kpi_measure_code_m,sims_sip_goal_target_kpi_measure_desc_m:e.sims_sip_goal_target_kpi_measure_desc_m,sims_sip_goal_target_kpi_measure_code:e.sims_sip_goal_target_kpi_measure_code,sims_sip_goal_target_kpi_measure_desc:e.sims_sip_goal_target_kpi_measure_desc,sims_sip_achievement_code:e.sims_sip_goal_target_kpi_achievement_code,sims_achievement_category_code:e.sims_sip_goal_target_kpi_achievement_category_code,sims_sip_goal_target_kpi_achievement_status:e.sims_sip_goal_target_kpi_achievement_status,old_sims_sip_goal_target_kpi_measure_code:e.sims_sip_goal_target_kpi_measure_code,old_sims_sip_goal_target_kpi_achievement_code:e.sims_sip_goal_target_kpi_achievement_code},s.getGoalTarget(e.sims_sip_goal_code),s.getGoalTargetKPI(e.sims_sip_goal_code,e.sims_sip_goal_target_code)},[]);s.update=function(e){e&&((e=s.temp).opr="U",c.push(e),n.post(i.apiUrl+"api/GoalTargetKPIMeasureAchievement/CUDGoalTargetKPIMeasureAchievement",c).then(function(e){s.msg1=e.data,n.get(i.apiUrl+"api/GoalTargetKPIMeasureAchievement/getAllGoalTargetKPIMeasureAchievement").then(function(e){s.goalTargetKPImeasureAchieve=e.data,s.totalItems=s.goalTargetKPImeasureAchieve.length,s.todos=s.goalTargetKPImeasureAchieve,s.makeTodos(),1==s.msg1?swal({text:"Record Updated Successfully",imageUrl:"assets/img/check.png",width:300,height:200}):0==s.msg1?swal({text:"Record Not Updated. ",imageUrl:"assets/img/close.png",width:300,height:200}):swal("Error-"+s.msg1)})}),c=[],s.table=!0,s.newdisplay=!1)},s.CheckAllChecked=function(){if(1==(l=document.getElementById("mainchk")).checked)for(var e=0;e<s.filteredTodos.length;e++)document.getElementById(e).checked=!0,s.row1="row_selected",$("tr").addClass("row_selected");else for(e=0;e<s.filteredTodos.length;e++)document.getElementById(e).checked=!1,l.checked=!1,s.row1=""},s.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),s.color="#edefef"}),1==(l=document.getElementById("mainchk")).checked&&(l.checked=!1,$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected")}))},s.OkDelete=function(){var o=[];s.flag=!1;for(var e,t=0;t<s.filteredTodos.length;t++)1==document.getElementById(t).checked&&(s.flag=!0,e={sims_kpi_goal_code:s.filteredTodos[t].sims_sip_goal_code,sims_kpi_goal_target_code:s.filteredTodos[t].sims_sip_goal_target_code,sims_sip_goal_target_kpi_code:s.filteredTodos[t].sims_sip_goal_target_kpi_code,sims_sip_goal_target_kpi_measure_code_m:s.filteredTodos[t].sims_sip_goal_target_kpi_measure_code,sims_sip_achievement_code:s.filteredTodos[t].sims_sip_goal_target_kpi_achievement_code,opr:"D"},o.push(e));s.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)n.post(i.apiUrl+"api/GoalTargetKPIMeasureAchievement/CUDGoalTargetKPIMeasureAchievement",o).then(function(e){s.msg1=e.data,1==s.msg1?swal({text:"Record Deleted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&(n.get(i.apiUrl+"api/GoalTargetKPIMeasureAchievement/getAllGoalTargetKPIMeasureAchievement").then(function(e){s.goalTargetKPImeasureAchieve=e.data,s.totalItems=s.goalTargetKPImeasureAchieve.length,s.todos=s.goalTargetKPImeasureAchieve,s.makeTodos()}),1==(l=document.getElementById("mainchk")).checked&&(l.checked=!1,s.row1=""),s.currentPage=!0)}):0==s.msg1?swal({text:"Record Not Deleted. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&(n.get(i.apiUrl+"api/GoalTargetKPIMeasureAchievement/getAllGoalTargetKPIMeasureAchievement").then(function(e){s.goalTargetKPImeasureAchieve=e.data,s.totalItems=s.goalTargetKPImeasureAchieve.length,s.todos=s.goalTargetKPImeasureAchieve,s.makeTodos()}),1==(l=document.getElementById("mainchk")).checked&&(l.checked=!1,s.row1=""),s.currentPage=!0)}):swal("Error-"+s.msg1)});else{1==(l=document.getElementById("mainchk")).checked&&(l.checked=!1);for(var t=0;t<s.filteredTodos.length;t++){var a=document.getElementById(t);1==a.checked&&(a.checked=!1,$("tr").removeClass("row_selected"))}}}):swal({text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}),s.currentPage=str},$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0})}])}(),function(){"use strict";var e=angular.module("sims.module.HRMS");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("SipEvaluationScheduleCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(o,e,t,a,s,n,i){o.pagesize="10",o.pageindex=0,o.pager=!0,o.save_btn=!0,o.search_btn=!0,o.clr_btn=!0,o.Update_btn=!1,o.newdisplay=!1,o.table=!0,o.userText=!1,o.copy1="",o.studentInfo=!1,o.staffInfo=!1,o.StudChecked=!0,o.temp={},n.get(i.apiUrl+"api/SipEvaluation/getAllSipEvalSchedule").then(function(e){o.Sip_Eval_Schedule=e.data,o.totalItems=o.Sip_Eval_Schedule.length,o.todos=o.Sip_Eval_Schedule,o.makeTodos()}),a(function(){$("#fixTable").tableHeadFixer({top:1})},100),o.getSection=function(e,t,a){n.get(i.apiUrl+"api/common/getSectionFromGrade?cur_code="+e+"&grade_code="+t+"&academic_year="+a).then(function(e){o.Section_code=e.data})},n.get(i.apiUrl+"api/GoalTargetKPIMeasureAchievement/getAcademicYear").then(function(e){o.Academic_Year=e.data,0<e.data.length&&(o.temp.sims_goal_kpi_academic_year=e.data[0].sims_goal_kpi_academic_year)}),n.get(i.apiUrl+"api/GoalTargetKPIMeasureAchievement/getGoalName").then(function(e){o.Goal_Name=e.data}),n.get(i.apiUrl+"api/GoalTargetKPIMeasureAchievement/getMeasure").then(function(e){o.measure_Data=e.data}),o.getGoalTarget=function(e){n.get(i.apiUrl+"api/GoalTargetKPIMeasureAchievement/getGoalTargetName?sims_sip_goal_code="+e).then(function(e){o.goal_Target=e.data})},n.get(i.apiUrl+"api/SipEvaluation/getReviewer").then(function(e){o.review_Data=e.data}),o.getStudentInfo=function(e,t,a){n.get(i.apiUrl+"api/SipEvaluation/getUserInfo?academic_year="+e+"&grade_code="+t+"&section_code="+a).then(function(e){o.user_Name=e.data})},o.getStaffInfo=function(e,t,a){n.get(i.apiUrl+"api/SipEvaluation/getStaffInfo?company_code="+e+"&dept_code="+t+"&desg_code="+a).then(function(e){o.user_Name=e.data})},o.getStudentInfoByUserCode=function(e){n.get(i.apiUrl+"api/SipEvaluation/getUserInfoByUserCode?user_code="+e).then(function(e){o.user_Name=e.data})},o.clear=function(){o.temp=""},o.size=function(e){o.pagesize=e,o.currentPage=1,o.numPerPage=e,o.makeTodos()},o.index=function(e){o.pageindex=e,o.currentPage=e,o.makeTodos(),(void 0).checked=!1,o.CheckAllChecked()},o.filteredTodos=[],o.currentPage=1,o.numPerPage=10,o.maxSize=10,o.makeTodos=function(){var e=parseInt(o.totalItems%o.numPerPage),e=(o.pagersize="0"==e?parseInt(o.totalItems/o.numPerPage):parseInt(o.totalItems/o.numPerPage)+1,(o.currentPage-1)*o.numPerPage),t=parseInt(e)+parseInt(o.numPerPage);o.filteredTodos=o.todos.slice(e,t);for(var a=0;a<o.filteredTodos.length;a++)o.filteredTodos[a].icon="fa fa-plus-circle"},o.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).sims_sip_user_name.toLowerCase().indexOf(t.toLowerCase())||-1<e.emp_name1.toLowerCase().indexOf(t.toLowerCase())||-1<e.emp_name2.toLowerCase().indexOf(t.toLowerCase())||e.sims_sip_goal_target_schedule1==t;var t})},o.search=function(){o.todos=o.searched(o.Sip_Eval_Schedule,o.searchText),o.totalItems=o.todos.length,o.currentPage="1",""==o.searchText&&(o.todos=o.Sip_Eval_Schedule),o.makeTodos(),(void 0).checked=!1,o.CheckAllChecked()},o.New=function(){document.getElementById("yes1").checked;o.student_staff_radio_btn=!0,o.staffInfo=!1,o.studentInfo=!1,o.user_dropdown=!0,o.userText=!1,o.Myform.$setPristine(),o.Myform.$setUntouched(),o.goalreadonly=!1,o.targetreadonly=!1,o.table=!1,o.newdisplay=!0,o.save_btn=!0,o.Update_btn=!1,o.temp={},0<o.Academic_Year.length&&(o.temp.sims_goal_kpi_academic_year=o.Academic_Year[0].sims_goal_kpi_academic_year);var e=new Date;o.temp.sims_sip_goal_target_schedule1=("0"+e.getDate()).slice(-2)+"-"+("0"+(e.getMonth()+1)).slice(-2)+"-"+e.getFullYear(),o.temp.sims_sip_goal_target_schedule2=("0"+e.getDate()).slice(-2)+"-"+("0"+(e.getMonth()+1)).slice(-2)+"-"+e.getFullYear(),o.temp.sims_sip_goal_target_schedule3=("0"+e.getDate()).slice(-2)+"-"+("0"+(e.getMonth()+1)).slice(-2)+"-"+e.getFullYear(),o.temp.sims_sip_goal_target_schedule4=("0"+e.getDate()).slice(-2)+"-"+("0"+(e.getMonth()+1)).slice(-2)+"-"+e.getFullYear(),o.temp.sims_sip_goal_target_schedule5=("0"+e.getDate()).slice(-2)+"-"+("0"+(e.getMonth()+1)).slice(-2)+"-"+e.getFullYear()};var d,c=[],l=(o.savedata=function(e){e&&((e=o.temp).opr="I",c.push(e),n.post(i.apiUrl+"api/SipEvaluation/CUDSipEvaluationSchedule",c).then(function(t){o.msg1=t.data,n.get(i.apiUrl+"api/SipEvaluation/getAllSipEvalSchedule").then(function(e){o.Sip_Eval_Schedule=e.data,o.totalItems=o.Sip_Eval_Schedule.length,o.todos=o.Sip_Eval_Schedule,o.makeTodos(),o.msg1=t.data,1==o.msg1?swal({text:"Record Inserted Successfully",imageUrl:"assets/img/check.png",width:300,height:200}):0==o.msg1?swal({text:"Record Not Inserted. ",imageUrl:"assets/img/close.png",width:300,height:200}):swal("Error-"+o.msg1)})}),c=[],o.table=!0,o.newdisplay=!1)},o.Cancel=function(){o.temp="",o.copy1="",o.table=!0,o.newdisplay=!1,o.Myform.$setPristine(),o.Myform.$setUntouched()},o.clear=function(){o.temp=""},o.edit=function(e){o.student_staff_radio_btn=!1,o.user_dropdown=!1,o.userText=!0,o.user_Text_readOnly=!0,o.staffInfo=!1,o.studentInfo=!1,o.getGoalTarget(e.sims_kpi_goal_code),o.table=!1,o.newdisplay=!0,o.save_btn=!1,o.Update_btn=!0,o.goalreadonly=!0,o.targetreadonly=!0;var t=e.sims_sip_user_name;o.temp={sims_kpi_goal_code:e.sims_kpi_goal_code,sims_kpi_goal_target_code:e.sims_kpi_goal_target_code,sims_sip_user_code:e.sims_sip_user_code,sims_user_name:t,old_sims_sip_user_code:e.sims_sip_user_code,sims_sip_goal_target_reviewer1_code:e.sims_sip_goal_target_reviewer1_code,sims_sip_goal_target_reviewer2_code:e.sims_sip_goal_target_reviewer2_code,sims_sip_goal_target_reviewer3_code:e.sims_sip_goal_target_reviewer3_code,sims_sip_goal_target_reviewer4_code:e.sims_sip_goal_target_reviewer4_code,sims_sip_goal_target_reviewer5_code:e.sims_sip_goal_target_reviewer5_code,sims_sip_goal_target_schedule1:e.sims_sip_goal_target_schedule1,sims_sip_goal_target_schedule2:e.sims_sip_goal_target_schedule2,sims_sip_goal_target_schedule3:e.sims_sip_goal_target_schedule3,sims_sip_goal_target_schedule4:e.sims_sip_goal_target_schedule4,sims_sip_goal_target_schedule5:e.sims_sip_goal_target_schedule5},o.getStudentInfoByUserCode(e.sims_sip_user_code)},[]),a=(o.update=function(){var e=o.temp;e.opr="U",l.push(e),n.post(i.apiUrl+"api/SipEvaluation/CUDSipEvaluationSchedule",l).then(function(e){o.msg1=e.data,n.get(i.apiUrl+"api/SipEvaluation/getAllSipEvalSchedule").then(function(e){o.Sip_Eval_Schedule=e.data,o.totalItems=o.Sip_Eval_Schedule.length,o.todos=o.Sip_Eval_Schedule,o.makeTodos(),1==o.msg1?swal({text:"Record Updated Successfully",imageUrl:"assets/img/check.png",width:300,height:200}):0==o.msg1?swal({text:"Record Not Updated. ",imageUrl:"assets/img/close.png",width:300,height:200}):swal("Error-"+o.msg1)})}),l=[],o.table=!0,o.newdisplay=!1},o.radioclick=function(e){"New"==e?(o.getGrade=function(e,t){n.get(i.apiUrl+"api/common/getAllGrades?academic_year="+o.temp.sims_goal_kpi_academic_year+"&cur_code=01").then(function(e){o.Grade_code=e.data})},o.getSection=function(e,t,a){n.get(i.apiUrl+"api/common/getSectionFromGrade?cur_code=01&grade_code="+o.temp.sims_grade_code+"&academic_year="+o.temp.sims_goal_kpi_academic_year).then(function(e){o.Section_data=e.data})},o.search_btn=!0,o.clr_btn=!0,o.studentInfo=!0,o.staffInfo=!1,o.edt=""):(n.get(i.apiUrl+"api/SipEvaluation/getCompanyName").then(function(e){o.comp=e.data}),n.get(i.apiUrl+"api/SipEvaluation/getDepartment").then(function(e){o.dept=e.data}),n.get(i.apiUrl+"api/SipEvaluation/getDesigantion").then(function(e){o.desg=e.data}),o.staffInfo=!0,o.studentInfo=!1)},$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0,format:"yyyy-mm-dd"}),o.flag=!0,o.expand=function(e,t){if(1==o.flag)$(d).remove(),e.icon="fa fa-minus-circle",d=$("<tr id='innerRow'><td class='details' colspan='11'><table class='inner-table' cellpadding='5' cellspacing='0' width='100%' style='border:solid;border-width:02px'><tbody><tr> <td class='semi-bold'>Reviewer 3</td> <td class='semi-bold'>Date Schedule 3 </td><td class='semi-bold'>Reviewer 4</td><td class='semi-bold'>Date Schedule 4</td><td class='semi-bold'>Reviewer 5</td> <td class='semi-bold'>Date Schedule 5</td></tr><tr><td>"+e.emp_name3+"</td> <td>"+e.sims_sip_goal_target_schedule3+" </td><td>"+e.emp_name4+"</td><td> "+e.sims_sip_goal_target_schedule4+"</td><td>"+e.emp_name5+"</td><td>"+e.sims_sip_goal_target_schedule5+" </td></td></tr> </table></td></tr>"),$(t.currentTarget).parents("tr").after(d),o.flag=!1;else{$("#innerRow").css({display:"none"});for(var a=0;a<o.filteredTodos.length;a++)o.filteredTodos[a].icon="fa fa-plus-circle";o.flag=!0}},o.size=function(e){"All"==e?(o.currentPage="1",o.filteredTodos=o.Sip_Eval_Schedule,o.pager=!1):(o.pager=!0,o.pagesize=e,o.currentPage=1,o.numPerPage=e,o.makeTodos()),o.numPerPage=e},new Date),r=a.getDate(),m=a.getMonth()+1,a=(m<10&&(m="0"+m),a.getFullYear());o.sdate=r+"-"+m+"-"+a,o.edate=r+"-"+m+"-"+a,o.temp={sims_sip_goal_target_schedule1:r+"-"+m+"-"+a,sims_sip_goal_target_schedule2:r+"-"+m+"-"+a,sims_sip_goal_target_schedule3:r+"-"+m+"-"+a,sims_sip_goal_target_schedule4:r+"-"+m+"-"+a,sims_sip_goal_target_schedule5:r+"-"+m+"-"+a}}])}(),function(){"use strict";var l,r=[],e=angular.module("sims.module.HRMS");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("PaysGradeChangeCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(o,e,t,a,s,n,i){o.pagesize="10",o.pageindex=0,o.save_btn=!0;o.Update_btn=!1,o.display=!1,o.table=!0,o.temp={},o.showPager=!0,a(function(){$("#fixTable").tableHeadFixer({top:1})},100),o.globalSearch=function(){t.visible_stud=!1,t.visible_parent=!1,t.visible_search_parent=!1,t.visible_teacher=!1,t.visible_User=!1,t.visible_Employee=!0,t.chkMulti=!1,o.global_Search_click(),$("#Global_Search_Modal").modal({backdrop:"static"})},o.$on("global_cancel",function(e){console.log(o.SelectedUserLst),0<o.SelectedUserLst.length&&(o.temp.gc_number=o.SelectedUserLst[0].em_login_code)}),o.searchGlobalClick=function(){o.Global_Search_by_employee()},o.checkGrade=function(){o.temp.gc_old_grade==o.temp.gc_new_grade&&(swal({title:"Alert",text:"Old grade and new grade can not be same",showCloseButton:!0,width:380}),o.temp.gc_new_grade="")},n.get(i.apiUrl+"api/PaysGradeChange/Getall_grade_change").then(function(e){o.CreDiv=e.data,o.totalItems=o.CreDiv.length,o.todos=o.CreDiv,o.makeTodos()}),o.size=function(e){"All"==e?(o.currentPage=1,o.filteredTodos=o.CreDiv,o.showPager=!1):(o.showPager=!0,o.pagesize=e,o.currentPage=1,o.numPerPage=e,console.log("numPerPage="+o.numPerPage),o.makeTodos())},o.index=function(e){o.pageindex=e,o.currentPage=e,console.log("currentPage="+o.currentPage),o.makeTodos()},o.filteredTodos=[],o.currentPage=1,o.numPerPage=5,o.maxSize=5,o.makeTodos=function(){var e=parseInt(o.totalItems%o.numPerPage),e=(o.pagersize="0"==e?parseInt(o.totalItems/o.numPerPage):parseInt(o.totalItems/o.numPerPage)+1,(o.currentPage-1)*o.numPerPage),t=parseInt(e)+parseInt(o.numPerPage);console.log("begin="+e),console.log("end="+t),o.filteredTodos=o.todos.slice(e,t)},o.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).gc_company_desc.toLowerCase().indexOf(t.toLowerCase())||-1<e.gc_emp_name.toLowerCase().indexOf(t.toLowerCase())||e.gc_number==t;var t})},o.search=function(){o.todos=o.searched(o.CreDiv,o.searchText),o.totalItems=o.todos.length,o.currentPage="1",""==o.searchText&&(o.todos=o.CreDiv),o.makeTodos()},n.get(i.apiUrl+"api/PaysGradeChange/Get_gc_company_Code").then(function(e){o.comp_code=e.data,o.temp.gc_company_code=o.comp_code[0].gc_company_code}),n.get(i.apiUrl+"api/PaysGradeChange/Get_gc_Code").then(function(e){o.old_grade=e.data}),o.New=function(){o.disabled=!1,o.gdisabled=!1,o.aydisabled=!1,o.table=!1,o.display=!0,o.save_btn=!0,o.Update_btn=!1,o.divcode_readonly=!1,o.number=!1,o.company=!1,o.readonlyGCOldGrade=!1,o.temp.gc_company_code=o.comp_code[0].gc_company_code,o.temp.gc_mgr_confirm_tag=!0;var e=new Date;o.temp.gc_effect_from=("0"+e.getDate()).slice(-2)+"-"+("0"+(e.getMonth()+1)).slice(-2)+"-"+e.getFullYear(),o.temp.gc_retro_effect_from=("0"+e.getDate()).slice(-2)+"-"+("0"+(e.getMonth()+1)).slice(-2)+"-"+e.getFullYear(),o.Myform.$setPristine(),o.Myform.$setUntouched()},o.Cancel=function(){o.temp={},o.table=!0,o.display=!1,o.Myform.$setPristine(),o.Myform.$setUntouched()},o.edit=function(e){o.gdisabled=!1,o.aydisabled=!0,o.table=!1,o.display=!0,o.save_btn=!1,o.Update_btn=!0,o.number=!0,o.company=!0,o.divcode_readonly=!0,o.readonlyGCOldGrade=!0,o.temp={gc_company_code:e.gc_company_code,gc_effect_from:e.gc_effect_from,gc_mgr_confirm_tag:e.gc_mgr_confirm_tag,gc_new_grade:e.gc_new_grade,gc_number:e.gc_number,gc_old_grade:e.gc_old_grade,gc_retro_effect_from:e.gc_retro_effect_from}};var d=[],c=(o.savedata=function(e){e&&((e=o.temp).opr="I",d.push(e),n.post(i.apiUrl+"api/PaysGradeChange/CUDPaysGradeChange",d).then(function(e){o.msg1=e.data,swal({text:o.msg1.strMessage,timer:5e3}),o.Cancel(),n.get(i.apiUrl+"api/PaysGradeChange/Getall_grade_change").then(function(e){o.CreDiv=e.data,o.totalItems=o.CreDiv.length,o.todos=o.CreDiv,o.makeTodos()})}),d=[],o.table=!0,o.display=!1)},[]);o.update=function(e){e&&((e=o.temp).opr="U",c.push(e),n.post(i.apiUrl+"api/PaysGradeChange/CUDPaysGradeChange",c).then(function(e){o.msg1=e.data,swal({title:"Alert",text:o.msg1.strMessage,showCloseButton:!0,width:380}).then(function(e){e&&(o.Cancel(),o.getgrid())})}),c=[],o.table=!0,o.display=!1)},o.CheckAllChecked=function(){if(1==(l=document.getElementById("mainchk")).checked)for(var e=0;e<o.filteredTodos.length;e++)document.getElementById(e).checked=!0;else for(e=0;e<o.filteredTodos.length;e++)document.getElementById(e).checked=!1,l.checked=!1,o.row1=""},o.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),o.color="#edefef"}),1==(l=document.getElementById("mainchk")).checked&&(l.checked=!1,o.color="#edefef",o.row1="")},o.OkDelete=function(){r=[],swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e){for(var t,a=0;a<o.filteredTodos.length;a++)1==document.getElementById(a).checked&&(t={gc_number:o.filteredTodos[a].gc_number,gc_company_code:o.filteredTodos[a].gc_company_code,opr:"D"},r.push(t));n.post(i.apiUrl+"api/PaysGradeChange/CUDPaysGradeChange",r).then(function(e){o.msg1=e.data,swal({title:"Alert",text:o.msg1.strMessage,showCloseButton:!0,width:380}).then(function(e){e&&(o.Cancel(),o.getgrid())})})}})},o.getgrid=function(){n.get(i.apiUrl+"api/PaysGradeChange/Getall_grade_change").then(function(e){o.CreDiv=e.data,o.totalItems=o.CreDiv.length,o.todos=o.CreDiv,o.makeTodos()})}}])}(),function(){"use strict";var s,e=angular.module("sims.module.HRMS"),n=[];e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("FormulaDetailsCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(i,e,t,a,o,d,_){i.AddedTable=!1,i.rm_edt=!0,i.beforeTable=!0;i.tableRecord=!1;i.pagesize="10",i.Dataformula=[],i.TempDataformula=[],i.savebtn=!1,i.updatebtn=!1,i.user_access=[],i.appcode=e.current.name.split(".");e=t.globals.currentUser.username;d.get(_.apiUrl+"api/AlertTransaction/Get_user_access_rights?username="+e+"&appl_code="+i.appcode[1]).then(function(e){i.user_rights=e.data;for(var t=0;t<i.user_rights.length;t++)0==t&&(i.user_access.data_read=i.user_rights[t].comn_user_read,i.user_access.data_insert=i.user_rights[t].comn_user_insert,i.user_access.data_update=i.user_rights[t].comn_user_update,i.user_access.data_delete=i.user_rights[t].comn_user_delete,i.user_access.data_massupdate=i.user_rights[t].comn_user_massupdate,i.user_access.is_admin=i.user_rights[t].comn_user_admin)}),i.New=function(){0==i.user_access.data_insert?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(i.tableRecord=!0,i.savebtn=!0,i.beforeTable=!1,i.AddedTable=!1,i.temp.company_code=i.temp.company_code,i.temp.company_name=i.temp.company_name,i.temp.Formula_name="",i.temp.pd_pay_code="",i.temp.Serial_number="",i.temp.Percantage_number="",i.temp.Month_number="",i.temp.Operator="",i.AddedTable=!1,i.Dataformula=[],i.savebtn=!1,i.updatebtn=!1,i.updateButtonShow=!1)},i.temp={},d.get(_.apiUrl+"api/FormulaDetails/getCompanyName").then(function(e){i.comp_data=e.data,i.temp.company_code=i.comp_data[0].company_code,i.temp.company_name=i.comp_data[0].company_name}),d.get(_.apiUrl+"api/FormulaDetails/GetPayCode").then(function(e){i.GetPayCode=e.data}),i.search=function(e){""!=e?d.get(_.apiUrl+"api/FormulaDetails/getAllFormulaDetailsSearch?formulaName="+e).then(function(e){i.FormulaDetailData=e.data,i.totalItems=i.FormulaDetailData.length,i.todos=i.FormulaDetailData,i.makeTodos()}):d.get(_.apiUrl+"api/FormulaDetails/getAllFormulaDetails").then(function(e){i.FormulaDetailData=e.data,i.totalItems=i.FormulaDetailData.length,i.todos=i.FormulaDetailData,i.makeTodos()})},i.edit=function(a){0==i.user_access.data_update?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(i.tableRecord=!0,i.beforeTable=!1,i.savebtn=!1,i.updateButtonShow=!0,i.updatebtn=!0,i.AddedTable=!0,i.temp=[],i.Dataformula=[],d.get(_.apiUrl+"api/FormulaDetails/getAllFormulaDetails?formulaName="+a.formula_name).then(function(e){a=[],a=e.data;for(var t=0;t<a.length;t++)i.TempDataformula=[],i.temp.company_code=a[t].company_code,i.temp.company_name=a[t].company_name,i.TempDataformula={companyname:a[t].company_name,company_code:a[t].company_code,formulaname:a[t].formula_name,OLD_formulaname:a[t].formula_name,pdpaycode:a[t].pd_pay_code,pdpaycode_description:a[t].pay_code_description,percantagenumber:a[t].percantage_number,monthnumber:a[t].month_number,operatornumber:a[t].operatore},i.Dataformula.push(i.TempDataformula)}))},i.Remove=function(e,t,a){a.splice(t,1)},i.changingFormulaName=function(e){console.log(e),i.res.formulaname=e,console.log(i.res.formulaname)},i.pay_code_change=function(e){},i.addFunction=function(){var e=!1;i.savebtn=!0,i.AddedTable=!0;for(var t=0;t<i.Dataformula.length;t++)i.Dataformula[t].pdpaycode==i.temp.pd_pay_code&&(e=!0);if(e)swal({text:"Pay Code Record alredy present Please try again. ",imageUrl:"assets/img/close.png",width:300,height:200});else{for(t=0;t<i.GetPayCode.length;t++)i.GetPayCode[t].pd_pay_code==i.temp.pd_pay_code&&(i.Dataformula.length<=0?i.TempDataformula={companyname:i.temp.company_name,company_code:i.temp.company_code,formulaname:i.temp.Formula_name,pdpaycode:i.temp.pd_pay_code,percantagenumber:i.temp.Percantage_number,monthnumber:i.temp.Month_number,operatornumber:i.temp.Operator,pdpaycode_description:i.GetPayCode[t].pd_pay_code_nm}:i.TempDataformula={companyname:i.temp.company_name,company_code:i.temp.company_code,formulaname:i.Dataformula[0].formulaname,pdpaycode:i.temp.pd_pay_code,percantagenumber:i.temp.Percantage_number,monthnumber:i.temp.Month_number,operatornumber:i.temp.Operator,pdpaycode_description:i.GetPayCode[t].pd_pay_code_nm});i.Dataformula.push(i.TempDataformula)}},i.cancelFunction=function(){i.temp.company_code=i.temp.company_code,i.temp.company_name=i.temp.company_name,i.temp.Formula_name="",i.temp.pd_pay_code="",i.temp.Serial_number="",i.temp.Percantage_number="",i.temp.Month_number="",i.temp.Operator=""},i.deleteSelectedData=function(){if(0==i.user_access.data_delete)swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200});else{n=[],i.flag=!1;for(var e,t=0;t<i.FormulaDetailData.length;t++)1==document.getElementById("helt-"+t).checked&&(i.flag=!0,e={company_code:i.FormulaDetailData[t].company_code,formulaname:i.FormulaDetailData[t].formula_name},n.push(e));i.flag&&swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)d.post(_.apiUrl+"api/FormulaDetails/FormulaDetailsDeleting",n).then(function(e){i.msg1=e.data,1==i.msg1?swal({text:"Record Deleted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&(d.get(_.apiUrl+"api/FormulaDetails/getAllFormulaDetails").then(function(e){i.FormulaDetailData=e.data,i.totalItems=i.FormulaDetailData.length,i.todos=i.FormulaDetailData,i.makeTodos()}),1==(s=document.getElementById("mainchk")).checked)&&(s.checked=!1,i.row1="")}):0==i.msg1?swal({text:"Record Not Deleted. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&(d.get(_.apiUrl+"api/FormulaDetails/getAllFormulaDetails").then(function(e){i.FormulaDetailData=e.data,i.totalItems=i.FormulaDetailData.length,i.todos=i.FormulaDetailData,i.makeTodos()}),1==(s=document.getElementById("mainchk")).checked)&&(s.checked=!1,i.row1="")}):swal("Error-"+i.msg1)});else for(var t=0;t<i.FormulaDetailData.length;t++){var a=document.getElementById(t);1==a.checked&&(a.checked=!1,i.row1="",$("tr").removeClass("row_selected"))}})}},i.filteredTodos=[],i.currentPage=1,i.numPerPage=10,i.maxSize=10,i.makeTodos=function(){var e=parseInt(i.totalItems%i.numPerPage),e=(i.pagersize="0"==e?parseInt(i.totalItems/i.numPerPage):parseInt(i.totalItems/i.numPerPage)+1,(i.currentPage-1)*i.numPerPage),t=parseInt(e)+parseInt(i.numPerPage);i.FormulaDetailData=i.todos.slice(e,t)},d.get(_.apiUrl+"api/FormulaDetails/getAllFormulaDetails").then(function(e){for(var t=0;t<e.data.length;t++)if(i.FormulaDetailData.length<0)i.FormulaDetailData=e.data[t];else for(var a=0;a<i.FormulaDetailData.length;a++)i.FormulaDetailData[a].formula_name!=e.data[t].formula_name&&(i.FormulaDetailData=e.data[t])}),d.get(_.apiUrl+"api/FormulaDetails/getAllFormulaDetails").then(function(e){i.FormulaDetailData=e.data}),i.saveData=function(){var e=[],t=i.Dataformula;if(0<t.length){e.push(t);for(var a=[],o=0;o<e.length;o++)a=e[o];var s=[];i.flag=!1;for(o=0;o<i.FormulaDetailData.length;o++)if(i.FormulaDetailData[o].formula_name==a[0].OLD_formulaname){var n={company_code:i.FormulaDetailData[o].company_code,formulaname:i.FormulaDetailData[o].formula_name};s.push(n);break}0<s.length?d.post(_.apiUrl+"api/FormulaDetails/FormulaDetailsDeleting",s).then(function(e){e.data&&d.post(_.apiUrl+"api/FormulaDetails/insertFormulaDetailsData",a).then(function(e){i.msg1=e.data,1==i.msg1?(swal({text:"Record Insert Successfully",imageUrl:"assets/img/check.png",width:300,height:200}),d.get(_.apiUrl+"api/FormulaDetails/getAllFormulaDetails").then(function(e){i.FormulaDetailData=e.data})):0==i.msg1?swal({text:"Record alredy present Or Please try again. ",imageUrl:"assets/img/close.png",width:300,height:200}):swal("Error-"+i.msg1),i.getcur()})}):d.post(_.apiUrl+"api/FormulaDetails/insertFormulaDetailsData",a).then(function(e){i.msg1=e.data,1==i.msg1?(swal({text:"Record Insert Successfully",imageUrl:"assets/img/check.png",width:300,height:200}),d.get(_.apiUrl+"api/FormulaDetails/getAllFormulaDetails").then(function(e){i.FormulaDetailData=e.data})):0==i.msg1?swal({text:"Record alredy present Or Please try again. ",imageUrl:"assets/img/close.png",width:300,height:200}):swal("Error-"+i.msg1),i.getcur()}),i.tableRecord=!1,i.savebtn=!1,i.beforeTable=!0}else swal({text:"You not enterd reuired data, Please try again. ",imageUrl:"assets/img/close.png",width:300,height:200})},i.UpdateData=function(){var e=[],t=i.Dataformula;if(0<t.length){e.push(t);for(var a=[],o=0;o<e.length;o++)a=e[o];n=[],i.flag=!1;for(o=0;o<i.FormulaDetailData.length;o++)if(i.FormulaDetailData[o].formula_name==a[0].OLD_formulaname){var s={company_code:i.FormulaDetailData[o].company_code,formulaname:i.FormulaDetailData[o].formula_name};n.push(s);break}d.post(_.apiUrl+"api/FormulaDetails/FormulaDetailsDeleting",n).then(function(e){e.data&&d.post(_.apiUrl+"api/FormulaDetails/insertFormulaDetailsData",a).then(function(e){i.msg1=e.data,1==i.msg1?(swal({text:"Record Update Successfully",imageUrl:"assets/img/check.png",width:300,height:200}),d.get(_.apiUrl+"api/FormulaDetails/getAllFormulaDetails").then(function(e){i.FormulaDetailData=e.data})):0==i.msg1?swal({text:"Record alredy present Or Please try again. ",imageUrl:"assets/img/close.png",width:300,height:200}):swal("Error-"+i.msg1),i.getcur()})}),i.tableRecord=!1,i.savebtn=!1,i.beforeTable=!0,i.updateButtonShow=!1}else swal({text:"You not enterd reuired data, Please try again. ",imageUrl:"assets/img/close.png",width:300,height:200})},i.cancel=function(){i.tableRecord=!1,i.savebtn=!1,i.beforeTable=!0,i.temp.company_code=i.temp.company_code,i.temp.company_name=i.temp.company_name,i.temp.Formula_name="",i.temp.pd_pay_code="",i.temp.Serial_number="",i.temp.Percantage_number="",i.temp.Month_number="",i.temp.Operator="",i.AddedTable=!1,i.Dataformula=[],i.savebtn=!1,i.updatebtn=!1},i.clear=function(){i.temp.company_code=i.temp.company_code,i.temp.company_name=i.temp.company_name,i.temp.Formula_name="",i.temp.pd_pay_code="",i.temp.Serial_number="",i.temp.Percantage_number="",i.temp.Month_number="",i.temp.Operator=""}}])}(),function(){"use strict";var l,r=[],e=angular.module("sims.module.HRMS");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("PaysAttendanceCodeCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(o,e,t,a,s,n,i){o.pagesize="5",o.pageindex=0,o.save_btn=!0;o.Update_btn=!1,o.display=!1,o.table=!0,a(function(){$("#fixTable").tableHeadFixer({top:1})},100),n.get(i.apiUrl+"api/PaysAttendanceCode/Getall_attendance_code").then(function(e){o.CreDiv=e.data,o.totalItems=o.CreDiv.length,o.todos=o.CreDiv,o.makeTodos()}),o.size=function(e){o.pagesize=e,o.currentPage=1,o.numPerPage=e,o.makeTodos()},o.index=function(e){o.pageindex=e,o.currentPage=e,o.makeTodos()},o.filteredTodos=[],o.currentPage=1,o.numPerPage=5,o.maxSize=5,o.makeTodos=function(){var e=parseInt(o.totalItems%o.numPerPage),e=(o.pagersize="0"==e?parseInt(o.totalItems/o.numPerPage):parseInt(o.totalItems/o.numPerPage)+1,(o.currentPage-1)*o.numPerPage),t=parseInt(e)+parseInt(o.numPerPage);o.filteredTodos=o.todos.slice(e,t)},o.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).pays_attendance_code.toLowerCase().indexOf(t.toLowerCase())||-1<e.pays_attendance_short_desc.toLowerCase().indexOf(t.toLowerCase())||e.pays_attendance_code_numeric==t;var t})},o.search=function(){o.todos=o.searched(o.CreDiv,o.searchText),o.totalItems=o.todos.length,o.currentPage="1",""==o.searchText&&(o.todos=o.CreDiv),o.makeTodos()},o.New=function(){o.disabled=!1,o.gdisabled=!1,o.aydisabled=!1,o.table=!1,o.display=!0,o.save_btn=!0,o.Update_btn=!1,o.divcode_readonly=!1,o.temp="",o.temp={}},o.Cancel=function(){o.temp="",o.table=!0,o.display=!1},o.edit=function(e){o.gdisabled=!1,o.aydisabled=!0,o.table=!1,o.display=!0,o.save_btn=!1,o.Update_btn=!0,o.divcode_readonly=!0,o.temp=e};var d=[],c=(o.savedata=function(e){e&&((e=o.temp).opr="I",d.push(e),n.post(i.apiUrl+"api/PaysAttendanceCode/CUDPaysAttendanceCode",d).then(function(e){o.msg1=e.data,swal({text:o.msg1.strMessage,timer:5e3}),n.get(i.apiUrl+"api/PaysAttendanceCode/Getall_attendance_code").then(function(e){o.CreDiv=e.data,o.totalItems=o.CreDiv.length,o.todos=o.CreDiv,o.makeTodos()})}),d=[],o.table=!0,o.display=!1)},[]);o.update=function(e){e&&((e=o.temp).opr="U",c.push(e),n.post(i.apiUrl+"api/PaysAttendanceCode/CUDPaysAttendanceCode",c).then(function(e){o.msg1=e.data,swal({title:"Alert",text:o.msg1.strMessage,showCloseButton:!0,width:380}).then(function(e){e&&o.getgrid()})}),c=[],o.table=!0,o.display=!1)},o.CheckAllChecked=function(){if(1==(l=document.getElementById("mainchk")).checked)for(var e=0;e<o.filteredTodos.length;e++)document.getElementById(e).checked=!0;else for(e=0;e<o.filteredTodos.length;e++)document.getElementById(e).checked=!1,l.checked=!1,o.row1=""},o.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),o.color="#edefef"}),1==(l=document.getElementById("mainchk")).checked&&(l.checked=!1,o.color="#edefef",o.row1="")},o.OkDelete=function(){r=[],swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e){for(var t,a=0;a<o.filteredTodos.length;a++)1==document.getElementById(a).checked&&(t={pays_attendance_code:o.filteredTodos[a].pays_attendance_code,opr:"D"},r.push(t));n.post(i.apiUrl+"api/PaysAttendanceCode/CUDPaysAttendanceCode",r).then(function(e){o.msg1=e.data,swal({title:"Alert",text:o.msg1.strMessage,showCloseButton:!0,width:380}).then(function(e){e&&o.getgrid()})})}})},o.getgrid=function(){n.get(i.apiUrl+"api/PaysAttendanceCode/Getall_attendance_code").then(function(e){o.CreDiv=e.data,o.totalItems=o.CreDiv.length,o.todos=o.CreDiv,o.makeTodos()})}}])}(),function(){"use strict";var r="",e=angular.module("sims.module.HRMS");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("UpdatePaysheetCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(s,e,t,a,o,n,i){(new Date).getMonth();s.deletepaysheettable=!1,s.deletepaysheet=!1,s.updatepaysheet=!1,s.update_payroll_show=!0,s.pagesize="10",s.pageindex="0",s.pager=!0;var d=t.globals.currentUser.username,c=(s.propertyName=null,s.reverse=!1,s.postSalaryDetail=[],s.temp={},s.edt={},s.edt1={},s.showForDPSMIS=!1,["dpsmis"].includes(n.defaults.headers.common.schoolId)&&(s.showForDPSMIS=!0),s.sortBy=function(e){s.reverse=s.propertyName===e&&!s.reverse,s.propertyName=e},s.empdetails=!1,n.get(i.apiUrl+"api/PaysGradeChange/Get_gc_company_Code").then(function(e){s.comp_code=e.data,s.temp.gc_company_code=s.comp_code[0].gc_company_code,s.getdept(s.temp.gc_company_code),s.getdesg(s.temp.gc_company_code),s.getGrade(s.temp.gc_company_code),s.getFinancYear(s.temp.gc_company_code)}),s.getFinancYear=function(e){n.get(i.apiUrl+"api/generatepayroll/GetfinancialYear?company_code="+e).then(function(e){s.finYear=e.data,s.fin_year=s.finYear[0].sims_financial_year,s.fin_year_desc=s.finYear[0].sims_financial_year_description,s.getFinancYearMonth(s.fin_year)})},s.getdept=function(e){n.get(i.apiUrl+"api/PayrollEmployeeDPSD/Get_dept_Code?company_code="+e).then(function(e){s.dept=e.data})},s.getdesg=function(e){n.get(i.apiUrl+"api/PayrollEmployeeDPSD/Get_designation_Code?company_code="+e).then(function(e){s.designation=e.data})},s.getGrade=function(e){n.get(i.apiUrl+"api/generatepayroll/GetAllPaysGradeName?company_code="+e).then(function(e){s.GetAllPaysGradeName=e.data})},n.get(i.apiUrl+"api/updatepaysheet/GetCurrentFinYearFromFinsParameter").then(function(e){s.GetCurrentFinYearFromFinsParameter=e.data}),s.getFinancYearMonth=function(e){n.post(i.apiUrl+"api/generatepayroll/Year_month?financial_year="+e).then(function(e){s.Year_month=e.data;(new Date).getFullYear(),(new Date).getMonth();s.setMonth(),s.setMonthDeletePaysheet()})},s.setMonth=function(){s.edt.year_month=s.edt.yearCode.substr(4),console.log("year_month",s.edt.year_month)},s.setMonthDeletePaysheet=function(){s.edt1.year_month=s.edt1.yearCode.substr(4),console.log("year_month",s.edt1.year_month)},n.get(i.apiUrl+"api/common/getAllComboBoxValues?academicYear=2015&routeCode=01").then(function(e){s.ComboBoxValues=e.data}),s.depts=[],s.getDept=function(){s.depts=[];for(var e=0;e<s.ComboBoxValues.length;e++)"*"==s.edt.gd_division_code?0<s.ComboBoxValues[e].codp_dept_name.toString().trim().length&&s.depts.push(s.ComboBoxValues[e]):s.ComboBoxValues[e].codp_division==s.edt.gd_division_code&&s.depts.push(s.ComboBoxValues[e])},""),l=!1;s.deletbtn=!0,s.ShowUpdatepaysheet=function(){s.updatepaysheet=!0,s.deletepaysheet=!1,s.update_payroll_show=!0,s.delete_payroll_show=!1,s.deletepaysheettable=!1,s.disableUpdatePaysheet=!1,s.disableDeletePaysheet=!0;(new Date).getFullYear(),(new Date).getMonth();$("#deletePaysheetBtn").css("background-color","darkgray")},s.ShowDeletepaysheet=function(){s.btn_ResetEmployee_Click(),s.updatepaysheet=!1,s.deletepaysheet=!0,s.update_payroll_show=!1,s.delete_payroll_show=!0,s.disableDeletePaysheet=!1,s.disableUpdatePaysheet=!0;(new Date).getFullYear(),(new Date).getMonth();$("#updatePaysheetBtn").css("background-color","darkgray")},s.GetEmployeeDatafordelete=function(){""==s.edt1||null==s.edt1?swal("","Please select month."):(s.yearMonth1=s.fin_year+s.edt1.year_month,n.post(i.apiUrl+"api/updatepayrollstatus/CheckPayrollStatus?year_month="+s.yearMonth1).then(function(e){s.CheckPayrollStatus=e.data,""!=s.CheckPayrollStatus?swal({text:s.CheckPayrollStatus,showCloseButton:!0,width:380}):(c=s.yearMonth1,s.deletepaysheettable=!0,n.get(i.apiUrl+"api/updatepaysheet/GetEmployeesFromSalaryDetails?year_month="+c+"&company_code="+s.temp.gc_company_code+"&dept_code="+s.edt.dept_code+"&desg_code="+s.edt.dg_code+"&grade_code="+s.edt.gr_code+"&login_code="+s.edt.em_login_code).then(function(e){if(s.GetEmployeesFromSalaryDetails=e.data,0<s.GetEmployeesFromSalaryDetails.length)for(var t=0;t<s.GetEmployeesFromSalaryDetails.length;t++)"P"==s.GetEmployeesFromSalaryDetails[t].pe_status||"F"==s.GetEmployeesFromSalaryDetails[t].pe_status?s.GetEmployeesFromSalaryDetails[t].check_status=!0:s.GetEmployeesFromSalaryDetails[t].check_status=!1;s.deletbtn=!1}))}))},s.Delete=function(){s.yearMonth1=s.fin_year+s.edt1.year_month,s.flag=!1;for(var o=[],e=0;e<s.GetEmployeesFromSalaryDetails.length;e++){var t=s.GetEmployeesFromSalaryDetails[e].code;1==document.getElementById(t).checked&&(s.flag=!0,t={sd_year_month:s.yearMonth1,sd_number:s.GetEmployeesFromSalaryDetails[e].code},o.push(t))}s.flag?swal({title:"",text:"Are you sure you want to delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)n.post(i.apiUrl+"api/updatepaysheet/Payroll_Delete",o).then(function(e){s.msg=e.data,s.deletbtn=!0,r.checked=!1,swal({title:"",text:s.msg,showCloseButton:!0,width:380}).then(function(e){c=s.yearMonth1,s.deletepaysheettable=!0,n.get(i.apiUrl+"api/updatepaysheet/GetEmployeesFromSalaryDetails?year_month="+c+"&company_code="+s.temp.gc_company_code+"&dept_code="+s.edt.dept_code+"&desg_code="+s.edt.dg_code+"&grade_code="+s.edt.gr_code+"&login_code="+s.edt.em_login_code).then(function(e){if(s.GetEmployeesFromSalaryDetails=e.data,0<s.GetEmployeesFromSalaryDetails.length&&0<s.GetEmployeesFromSalaryDetails.length)for(var t=0;t<s.GetEmployeesFromSalaryDetails.length;t++)"P"==s.GetEmployeesFromSalaryDetails[t].pe_status||"F"==s.GetEmployeesFromSalaryDetails[t].pe_status?s.GetEmployeesFromSalaryDetails[t].check_status=!0:s.GetEmployeesFromSalaryDetails[t].check_status=!1;s.deletbtn=!1}),s.Updateemployee=!1,(r=document.getElementById("mainchk")).checked=!1})});else{r=document.getElementById("mainchk");for(var t=0;t<s.GetEmployeesFromSalaryDetails.length;t++){var a=s.GetEmployeesFromSalaryDetails[t].code;document.getElementById(a).checked=!1,s.row1="",r.checked=!1,c=s.yearMonth1,s.deletepaysheettable=!0,n.get(i.apiUrl+"api/updatepaysheet/GetEmployeesFromSalaryDetails?year_month="+c+"&company_code="+s.temp.gc_company_code+"&dept_code="+s.edt.dept_code+"&desg_code="+s.edt.dg_code+"&grade_code="+s.edt.gr_code+"&login_code="+s.edt.em_login_code).then(function(e){s.GetEmployeesFromSalaryDetails=e.data,0<s.GetEmployeesFromSalaryDetails.length&&(s.deletbtn=!1)}),s.Updateemployee=!1}}c=s.yearMonth1,s.deletepaysheettable=!0,n.get(i.apiUrl+"api/updatepaysheet/GetEmployeesFromSalaryDetails?year_month="+c+"&company_code="+s.temp.gc_company_code+"&dept_code="+s.edt.dept_code+"&desg_code="+s.edt.dg_code+"&grade_code="+s.edt.gr_code+"&login_code="+s.edt.em_login_code).then(function(e){s.GetEmployeesFromSalaryDetails=e.data,0<s.GetEmployeesFromSalaryDetails.length&&(s.deletbtn=!1)})}):swal({title:"",text:"Please select at least one record",showCloseButton:!0,width:380})},a(function(){$("#fixTable").tableHeadFixer({top:1})},100),s.cancel=function(){s.grid=!0,s.display=!1,s.edt=""},s.btn_SearchEmployee_Click=function(){s.yearMonth=s.fin_year+s.edt.year_month,console.log("$scope.fin_year",s.fin_year),console.log("$scope.edt.year_month ",s.edt.year_month),console.log("curyear_month",s.yearMonth),n.post(i.apiUrl+"api/updatepayrollstatus/CheckPayrollStatus?year_month="+s.yearMonth).then(function(e){s.CheckPayrollStatus=e.data,""!=s.CheckPayrollStatus?(swal({text:s.CheckPayrollStatus,showCloseButton:!0,width:380}),s.filteredTodos=[],s.Updateemployee=!1):(s.To_Updateemployee=!1,s.edt.sd_year_month=s.yearMonth,s.edt.Company_code=s.temp.gc_company_code,n.post(i.apiUrl+"api/updatepaysheet/Employee_Genrated_salary_details",s.edt).then(function(e){s.Get_Genrated_salary_details=e.data,console.log("Get_Genrated_salary_details",s.Get_Genrated_salary_details),s.totalItems=s.Get_Genrated_salary_details.length,s.todos=s.Get_Genrated_salary_details,s.makeTodos(),s.Updateemployee=!0}))})},s.btn_ResetEmployee_Click=function(){s.edt={},s.edt1={},s.To_Updateemployee=!1,s.GetSalaryDetailsByEmployee="",s.empdetails=!1,s.filteredTodos=[],s.Updateemployee=!1,s.disableDeletePaysheet=!1,s.disableUpdatePaysheet=!1,s.updatepaysheet=!1,$("#deletePaysheetBtn").css("background-color","#f35958"),$("#updatePaysheetBtn").css("background-color","#0aa699")},s.CheckMultiple=function(){r=document.getElementById("mainchk");for(var e=0;e<s.GetEmployeesFromSalaryDetails.length;e++){var t=s.GetEmployeesFromSalaryDetails[e].code,t=document.getElementById(t);1==r.checked?("P"==s.GetEmployeesFromSalaryDetails[e].pe_status||"F"==s.GetEmployeesFromSalaryDetails[e].pe_status?t.checked=!1:(t.checked=!0,s.row1="row_selected"),s.color="#edefef"):(t.checked=!1,s.row1="",s.color="#edefef",r.checked=!1)}},s.CheckOneByOne=function(e){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),s.color="#edefef"}),1==(r=document.getElementById("mainchk")).checked&&(r.checked=!1,s.color="#edefef")},s.getDetailsEmployeeToUpdate=function(a,e){var t;"P"==a.pe_status?swal({text:"Payroll is Processed for "+a.em_login_code+". Not allowed to update.",imageUrl:"assets/img/notification-alert.png"}):"F"==a.pe_status?swal({text:"Payroll is finalized for "+a.em_login_code+". Not allowed to update.",imageUrl:"assets/img/notification-alert.png"}):(s.yearMonth=s.fin_year+s.edt.year_month,s.employeenameforcmb=[],t={em_login_code:a.sd_number,emp_name:a.emp_name},s.employeenameforcmb.push(t),s.temp={em_login_code:a.sd_number},s.Updateemployee=!1,n.get(i.apiUrl+"api/updatepaysheet/GetSalaryDetailsByEmployee?year_month="+s.yearMonth+"&sd_number="+a.sd_number).then(function(e){s.GetSalaryDetailsByEmployee=e.data,s.postSalaryDetails=angular.copy(s.GetSalaryDetailsByEmployee),s.totalItems=s.GetSalaryDetailsByEmployee.length,s.todos=s.GetSalaryDetailsByEmployee,s.makeTodos(),s.edt.total=0,s.edt.deductionAmt=0;for(var t=s.edt.grossAmt=0;t<s.GetSalaryDetailsByEmployee.length;t++)"E"==s.GetSalaryDetailsByEmployee[t].pc_earn_dedn_tag&&(s.edt.total=s.edt.total+s.GetSalaryDetailsByEmployee[t].sd_amount),"D"==s.GetSalaryDetailsByEmployee[t].pc_earn_dedn_tag&&(s.edt.deductionAmt=s.edt.deductionAmt+s.GetSalaryDetailsByEmployee[t].sd_amount),"O"==s.GetSalaryDetailsByEmployee[t].pc_earn_dedn_tag&&(s.edt.deductionAmt=s.edt.deductionAmt+s.GetSalaryDetailsByEmployee[t].sd_amount);s.To_Updateemployee=!0,s.pe_status="",s.pe_status=a.pe_status}),n.get(i.apiUrl+"api/updatepaysheet/GetComapnyCurrencyDetails").then(function(e){s.currencyDetails=e.data,0<s.currencyDetails.length?s.comp_curcy_dec=s.currencyDetails[0].comp_curcy_dec:s.comp_curcy_dec=2}),s.temp.gc_company_code=e,n.get(i.apiUrl+"api/updatepaysheet/GetAllPayCodes?comp_code="+e).then(function(e){s.GetAllPayCodes=e.data}),s.empdetails=!0)},s.btn_closeupdate_click=function(){s.temp="",l=!1,s.btn_SearchEmployee_Click()},s.btn_Employeepayrollupdate_click=function(){var e="",t="1";if(1!=l){for(var a=0;a<s.GetSalaryDetailsByEmployee.length;a++)1==s.GetSalaryDetailsByEmployee[a].ischange&&(c=s.GetSalaryDetailsByEmployee[a].sd_year_month,t=s.GetSalaryDetailsByEmployee[a].sd_company_code,e=e+s.GetSalaryDetailsByEmployee[a].sd_pay_code+"!"+s.GetSalaryDetailsByEmployee[a].sd_number+"!"+s.GetSalaryDetailsByEmployee[a].sd_amount+"!"+s.GetSalaryDetailsByEmployee[a].sd_remark+"/");var o={sd_number:d,sd_company_code:t,sd_year_month:c,sd_pay_code:e,name:""}}else{null==s.temp.sd_remark&&(s.temp.sd_remark="");o={sd_number:d,sd_company_code:s.GetSalaryDetailsByEmployee[0].sd_company_code,sd_year_month:s.GetSalaryDetailsByEmployee[0].sd_year_month,sd_pay_code:s.temp.sd_pay_code+"!"+s.temp.em_login_code+"!"+s.temp.sd_amount+"!"+s.temp.sd_remark+"/",name:""}}n.post(i.apiUrl+"api/updatepaysheet/Update_Employee_Salary_Details",o).then(function(e){s.msg=e.data,1==s.msg?(s.temp="",l=!1,swal({text:"Payroll updated successfully",width:380}),s.btn_SearchEmployee_Click()):0==s.msg?(s.temp="",swal({text:"Payroll not updated",width:380}),s.btn_SearchEmployee_Click()):swal("Error-"+s.msg)})},s.btn_Employeepayrollupdate_new=function(){if(s.empdetails=!1,s.postSalaryDetails=angular.copy(s.GetSalaryDetailsByEmployee),"P"==s.pe_status)swal({title:"Alert",text:"You can not update pay sheet.Payroll is finalized for "+s.temp.em_login_code,width:380,showCloseButton:!0});else{if(1==l){null==s.temp.sd_remark&&(s.temp.sd_remark="");for(var e=0;e<s.postSalaryDetails.length;e++)if(s.temp.sd_pay_code!=s.postSalaryDetails[e].sd_pay_code){var t={sd_number:s.temp.em_login_code,sd_company_code:s.GetSalaryDetailsByEmployee[0].sd_company_code,sd_year_month:s.GetSalaryDetailsByEmployee[0].sd_year_month,sd_pay_code:s.temp.sd_pay_code,sd_amount:s.temp.sd_amount,sd_remark:s.temp.sd_remark,name:"",ischange:!0};s.postSalaryDetails.push(t);break}}n.post(i.apiUrl+"api/updatepaysheet/Update_Employee_Salary_Details_New",s.postSalaryDetails).then(function(e){s.msg=e.data,1==s.msg?(s.temp="",l=!1,swal({text:"Payroll updated successfully",width:380}),s.btn_SearchEmployee_Click()):0==s.msg?(s.temp="",swal({text:"Payroll not updated. ",width:380}),s.btn_SearchEmployee_Click()):swal("Error-"+s.msg)})}},s.checkedforedit=function(e){e.ischange=!0,s.edt.total=0;for(var t=s.edt.deductionAmt=0;t<s.GetSalaryDetailsByEmployee.length;t++)"E"==s.GetSalaryDetailsByEmployee[t].pc_earn_dedn_tag&&(s.edt.total=s.edt.total+s.GetSalaryDetailsByEmployee[t].sd_amount),"D"==s.GetSalaryDetailsByEmployee[t].pc_earn_dedn_tag&&(s.edt.deductionAmt=s.edt.deductionAmt+s.GetSalaryDetailsByEmployee[t].sd_amount)},s.Insertnew=function(e){for(var t=0;t<s.GetSalaryDetailsByEmployee.length;t++)e==s.GetSalaryDetailsByEmployee[t].sd_pay_code?s.temp={sd_pay_code:"",em_login_code:s.GetSalaryDetailsByEmployee[t].sd_number}:l=!0},s.Insertnew1=function(e){l=!0},s.numberWithCommas=function(e){return e.toString().replace(/\B(?=(\d{3})+(?!\d))/g,",")},s.filteredTodos=[],s.currentPage=1,s.numPerPage=10,s.maxSize=10,s.makeTodos=function(){var e=parseInt(s.totalItems%s.numPerPage),e=(s.pagersize="0"==e?parseInt(s.totalItems/s.numPerPage):parseInt(s.totalItems/s.numPerPage)+1,(s.currentPage-1)*s.numPerPage),t=parseInt(e)+parseInt(s.numPerPage);s.filteredTodos=s.todos.slice(e,t),1==(r=document.getElementById("mainchk")).checked&&(r.checked=!1,s.row1="",s.Homeroom_MultipleDelete())},s.size=function(e){"All"==e?(s.currentPage="1",s.filteredTodos=s.todos,s.pager=!1):(s.pager=!0,s.pagesize=e,s.currentPage=1,s.numPerPage=e,s.makeTodos())},s.index=function(e){s.pageindex=e,s.currentPage=e,s.makeTodos(),1==(r=document.getElementById("mainchk")).checked&&(r.checked=!1,s.row1="",s.color="#edefef")},s.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).sd_number.toLowerCase().indexOf(t.toLowerCase())||-1<e.emp_name.toLowerCase().indexOf(t.toLowerCase())||-1<e.gr_desc.toLowerCase().indexOf(t.toLowerCase())||-1<e.dept_desc.toLowerCase().indexOf(t.toLowerCase())||-1<e.dg_desc.toLowerCase().indexOf(t.toLowerCase())||e.acno==t;var t})},s.onlyNumbers=function(e){var t,a={escape:27,backspace:8,tab:9,enter:13,del:46,0:48,1:49,2:50,3:51,4:52,5:53,6:54,7:55,8:56,9:57};for(t in a)if(a.hasOwnProperty(t)&&(e.charCode==a[t]||e.keyCode==a[t]))return;e.preventDefault()},s.search=function(){s.todos=s.searched(s.Get_Genrated_salary_details,s.searchText),s.totalItems=s.todos.length,s.currentPage="1",""==s.searchText&&(s.todos=s.Get_Genrated_salary_details),s.makeTodos()},s.isNumberKey=function(e){e=e.which||e.keyCode;return!(46!=e&&31<e&&(e<48||57<e))},a(function(){$("#Table1").tableHeadFixer({top:1}),$("#Table2").tableHeadFixer({top:1}),$("#Table3").tableHeadFixer({top:1})},100),s.Reset=function(){s.edt={},s.edt1={},s.deletepaysheettable=!1,s.disableDeletePaysheet=!1,s.disableUpdatePaysheet=!1,s.deletepaysheet=!1,$("#deletePaysheetBtn").css("background-color","#f35958"),$("#updatePaysheetBtn").css("background-color","#0aa699")}}])}(),function(){"use strict";var m="",e=angular.module("sims.module.HRMS");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("GeneratePayrollCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV","$filter",function(d,e,t,a,o,_,c,s){d.display=!1,d.busyindicator=!1,d.grid=!0,d.color="#edefef",d.rgvtbl=!1,d.searchbox=!1,d.fi_date=!0;(new Date).getMonth();var i="",l="",n="",r=(d.temp={},d.edt={},d.edt.publish_date=s("date")(new Date,"dd-MM-yyyy"),d.edt.include_air_fare=!1,d.edt.include_leave_salary=!1,d.showForSOK=!1,d.btnPrintChequeSmall=!1,["sok","lazulite"].includes(_.defaults.headers.common.schoolId)&&(d.showForSOK=!0),_.get(c.apiUrl+"api/generatepayroll/getempsectionshow").then(function(e){d.empsec_data=e.data,"Y"==d.empsec_data[0].pays_appl_parameter?d.btnPrintChequeSmall=!0:d.btnPrintChequeSmall=!1}),_.get(c.apiUrl+"api/PaysGradeChange/Get_gc_company_Code").then(function(e){d.comp_code=e.data,d.temp.gc_company_code=d.comp_code[0].gc_company_code,d.getdept(d.temp.gc_company_code),d.getdesg(d.temp.gc_company_code),d.getFinancYear(d.temp.gc_company_code)}),d.getdept=function(e){_.get(c.apiUrl+"api/PayrollEmployeeDPSD/Get_dept_Code?company_code="+e).then(function(e){d.dept=e.data})},_.get(c.apiUrl+"api/HRMS/ihs/GetEmpSectionName").then(function(e){d.empsection=e.data,setTimeout(function(){$("#empsecname").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"})},1e3)}),$(function(){$("#empsecname").multipleSelect({width:"100%"})}),d.getdesg=function(e){_.get(c.apiUrl+"api/PayrollEmployeeDPSD/Get_designation_Code?company_code="+e).then(function(e){d.designation=e.data})},_.get(c.apiUrl+"api/generatepayroll/GetCurrentFinYearFromFinsParameter").then(function(e){d.GetCurrentFinYearFromFinsParameter=e.data,d.fin_year=d.GetCurrentFinYearFromFinsParameter[0].fin_year,d.fin_year_desc=d.GetCurrentFinYearFromFinsParameter[0].fin_year_desc}),_.get(c.apiUrl+"api/generatepayroll/GetDept").then(function(e){d.GetDept=e.data}),_.get(c.apiUrl+"api/generatepayroll/GetDesg").then(function(e){d.GetDesg=e.data}),$(function(){$("#cmb_grade").multipleSelect({width:"100%"})}),_.get(c.apiUrl+"api/generatepayroll/Get_employee_service_status").then(function(e){d.Get_employee_service_status=e.data,d.edt.service_Status_code=["B","V"],setTimeout(function(){$("#cmb_grade").change(function(){}).multipleSelect({width:"100%"})},1e3)}),_.get(c.apiUrl+"api/generatepayroll/Get_alert_messages").then(function(e){d.Get_alert_messages=e.data;for(var t=0;t<d.Get_alert_messages.length;t++)"L"==d.Get_alert_messages[t].msg_code?i=d.Get_alert_messages[t].msg_desc:"O"==d.Get_alert_messages[t].msg_code?l=d.Get_alert_messages[t].msg_desc:"G"==d.Get_alert_messages[t].msg_code?d.Get_alert_messages[t].msg_desc:"AG"==d.Get_alert_messages[t].msg_code?n=d.Get_alert_messages[t].msg_desc:"M"==d.Get_alert_messages[t].msg_code?d.Get_alert_messages[t].msg_desc:"C"==d.Get_alert_messages[t].msg_code?d.Get_alert_messages[t].msg_desc:"NG"==d.Get_alert_messages[t].msg_code&&d.Get_alert_messages[t].msg_desc}),_.get(c.apiUrl+"api/generatepayroll/GetCashBankTags").then(function(e){d.GetCashBankTags=e.data,angular.forEach(d.GetCashBankTags,function(e,t){"Both"==e.bct_name&&(d.edt.bct_code="A")})}),d.getFinancYear=function(e){_.get(c.apiUrl+"api/generatepayroll/GetfinancialYear?company_code="+e).then(function(e){d.finYear=e.data,d.fin_year=d.finYear[0].sims_financial_year,d.getFinancYearMonth(d.fin_year)})},d.getFinancYearMonth=function(e){_.post(c.apiUrl+"api/generatepayroll/Year_month?financial_year="+e).then(function(e){d.Year_month=e.data;var e=(new Date).getFullYear(),t=(new Date).getMonth()+1;d.edt.yearMonth=e+""+t,d.setYearMonth()})},d.setYearMonth=function(){d.edt.sd_year_month_code=d.edt.yearMonth.substr(4),d.show_year=d.edt.yearMonth.substr(0,4)},_.get(c.apiUrl+"api/generatepayroll/GetMonth").then(function(e){d.GetMonth=e.data}),_.get(c.apiUrl+"api/updatepaysheet/GetComapnyCurrencyDetails").then(function(e){d.currencyDetails=e.data,0<d.currencyDetails.length?d.comp_curcy_dec=d.currencyDetails[0].comp_curcy_dec:d.comp_curcy_dec=2}),d.select_date_finalize=function(e){var t=e.split("/")[0],a=e.split("/")[1],e=e.split("/")[2];d.finalize_date=e+"-"+t+"-"+a},d.Show_data=function(){null==d.edt.bct_code||""==d.edt.bct_code?swal("","Please select bank or cash Tag."):null==d.edt.service_Status_code||""==d.edt.service_Status_code?swal("","Please select service status."):null==d.edt.publish_date||""==d.edt.publish_date?swal("","Please select publish date."):!0!==d.fin_status||""!=d.finalize_date&&null!=d.finalize_date?null==d.temp.gc_company_code||""==d.temp.gc_company_code||null==d.temp.gc_company_code?swal("","Please select company."):((m=document.getElementById("grademainchk")).checked=!1,d.row1="",d.color="#edefef",m=document.getElementById("mainchk"),d.row2="",d.color="#edefef",m.checked=!1,d.EmployeeNamesByGrade="",d.GetAllPaysGradeName="",d.rgvtbl=!1,_.get(c.apiUrl+"api/generatepayroll/GetAllPaysGradeName?company_code="+d.temp.gc_company_code).then(function(e){d.GetAllPaysGradeName=e.data,0<d.GetAllPaysGradeName.length?d.rgvtbl=!0:d.rgvtbl=!1})):swal("","Please select finalize date.")},d.GetEmployeeData=function(){},[]);d.Generate_payroll=function(){r=[];for(var t=[],e=0;e<d.EmployeeNamesByGrade.length;e++){var a=document.getElementById(d.EmployeeNamesByGrade[e].emp_number);null!=a&&!0===a.checked&&(a={sd_year_month:d.fin_year+d.edt.sd_year_month_code,emp_number:d.EmployeeNamesByGrade[e].emp_number},t.push(a))}_.post(c.apiUrl+"api/generatepayroll/chk_payroll_genrated_for_current_month",t).then(function(e){0==e.data.length?_.post(c.apiUrl+"api/generatepayroll/chk_payroll_genrated_for_last_month",t).then(function(e){d.chk_payroll_genrated_for_last_month=e.data,r=[];for(var t=0;t<d.EmployeeNamesByGrade.length;t++){var a=document.getElementById(d.EmployeeNamesByGrade[t].emp_number);null!=a&&!0===a.checked&&r.push(d.EmployeeNamesByGrade[t])}for(var t=0,o=d.chk_payroll_genrated_for_last_month.length;t<o;t++)for(var s=0,n=r.length;s<n;s++)d.chk_payroll_genrated_for_last_month[t].emp_lst1!==r[s].emp_number&&d.chk_payroll_genrated_for_last_month[t].emp_lst2!==r[s].emp_number||(r.splice(s,1),n=r.length);swal({title:"",text:i,showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){e?_.post(c.apiUrl+"api/generatepayroll/update_att_and_ot_status?parameter=L&status="+!0).then(function(e){d.msg=e.data,swal({title:"",text:l,showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){e?_.post(c.apiUrl+"api/generatepayroll/update_att_and_ot_status?parameter=O&status="+!0).then(function(e){d.msg=e.data,!0===d.msg&&d.genrate()}):_.post(c.apiUrl+"api/generatepayroll/update_att_and_ot_status?parameter=O&status="+!1).then(function(e){d.msg=e.data,!0===d.msg&&d.genrate()})})}):_.post(c.apiUrl+"api/generatepayroll/update_att_and_ot_status?parameter=L&status="+!1).then(function(e){d.msg=e.data,swal({title:"",text:l,showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){e?_.post(c.apiUrl+"api/generatepayroll/update_att_and_ot_status?parameter=O&status="+!0).then(function(e){d.msg=e.data,!0===d.msg&&d.genrate()}):_.post(c.apiUrl+"api/generatepayroll/update_att_and_ot_status?parameter=O&status="+!1).then(function(e){d.msg=e.data,!0===d.msg&&d.genrate()})})})})}):($("#Employee_payrollMyModal").modal({backdrop:"static",keyboard:!1}),d.chk_payroll=e.data,d.abc=n,d.showokbtn=!1)})},d.current_month_yes=function(){$("#Employee_payrollMyModal").modal("hide"),swal({title:"",text:i,showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){e?_.post(c.apiUrl+"api/generatepayroll/update_att_and_ot_status?parameter=L&status="+!0).then(function(e){d.msg=e.data,swal({title:"",text:l,showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){e?_.post(c.apiUrl+"api/generatepayroll/update_att_and_ot_status?parameter=O&status="+!0).then(function(e){d.msg=e.data,!0===d.msg&&d.genrate()}):_.post(c.apiUrl+"api/generatepayroll/update_att_and_ot_status?parameter=O&status="+!1).then(function(e){d.msg=e.data,!0===d.msg&&d.genrate()})})}):_.post(c.apiUrl+"api/generatepayroll/update_att_and_ot_status?parameter=L&status="+!1).then(function(e){d.msg=e.data,swal({title:"",text:l,showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){e?_.post(c.apiUrl+"api/generatepayroll/update_att_and_ot_status?parameter=O&status="+!0).then(function(e){d.msg=e.data,!0===d.msg&&d.genrate()}):_.post(c.apiUrl+"api/generatepayroll/update_att_and_ot_status?parameter=O&status="+!1).then(function(e){d.msg=e.data,!0===d.msg&&d.genrate()})})})})},d.current_month_no=function(){$("#Employee_payrollMyModal").modal("hide"),d.reset_form()},d.Delete=function(){for(var e="",t=0;t<d.filteredTodos.length;t++){var a=d.filteredTodos[t].cn_code;!0===document.getElementById(a).checked&&(e=e+a+",")}_.post(c.apiUrl+"api/contract/CUD_Contract",{cn_code:e,opr:"D"}).then(function(e){d.EmployeeLeaveAssign=e.data,d.grid=!0,!(d.display=!1)===d.EmployeeLeaveAssign?(swal({text:"Contract Deleted",width:300,height:300}),_.get(c.apiUrl+"api/contract/Get_Contract").then(function(e){d.Contract_data=e.data,d.totalItems=d.Contract_data.length,d.todos=d.Contract_data,d.makeTodos()})):swal({text:"Contract Not Deleted",width:300,height:300})})},a(function(){$("#Table1").tableHeadFixer({top:1}),$("#Table2").tableHeadFixer({top:1}),$("#Table3").tableHeadFixer({top:1}),$("#Table4").tableHeadFixer({top:1})},100),d.cancel=function(){d.grid=!0,d.display=!1,d.edt={}},d.filteredTodos=[],d.currentPage=1,d.numPerPage=5,d.maxSize=5,d.makeTodos=function(){var e=parseInt(d.totalItems%d.numPerPage),e=(d.pagersize="0"==e?parseInt(d.totalItems/d.numPerPage):parseInt(d.totalItems/d.numPerPage)+1,(d.currentPage-1)*d.numPerPage),t=parseInt(e)+parseInt(d.numPerPage);d.filteredTodos=d.todos.slice(e,t);for(var a=0;a<d.filteredTodos.length;a++)d.filteredTodos[a].icon="fa fa-plus-circle";!0===(m=document.getElementById("mainchk")).checked&&(m.checked=!1,d.row1="",d.CheckMultiple())},d.size=function(e){d.pagesize=e,d.currentPage=1,d.numPerPage=e,d.makeTodos(),!0===(m=document.getElementById("mainchk")).checked&&(m.checked=!1,d.row1="",d.color="#edefef")},d.index=function(e){d.pageindex=e,d.currentPage=e,d.makeTodos(),!0===(m=document.getElementById("mainchk")).checked&&(m.checked=!1,d.row1="",d.color="#edefef")},d.colname=null,d.reverse=!1,d.sort=function(e){d.colname=e,d.reverse=d.colname===e&&!d.reverse},d.sortBy=function(e){d.reverse=d.propertyName===e&&!d.reverse,d.propertyName=e},a(function(){$("#fixTable").tableHeadFixer({top:1})},100),d.CheckGradeMultiple=function(){m=document.getElementById("grademainchk");for(var e=0;e<d.GetAllPaysGradeName.length;e++){var t=d.GetAllPaysGradeName[e].gr_code,t=document.getElementById(t);!0===m.checked?null==d.edt.bct_code||""==d.edt.bct_code?(swal("","Please Select Bank or Cash Tag."),m.checked=!1):null==d.edt.service_Status_code||""==d.edt.service_Status_code?(swal("","Please Select Service Status."),m.checked=!1):null==d.edt.publish_date||""==d.edt.publish_date?(swal("","Please Select Publish Date."),m.checked=!1):(t.checked=!0,d.row1="row_selected",d.color="#edefef"):(t.checked=!1,d.row1="",d.color="#edefef",m.checked=!1)}if(null!=d.edt.bct_code&&""!=d.edt.bct_code&&null!=d.edt.service_Status_code&&""!=d.edt.service_Status_code&&null!=d.edt.publish_date&&""!=d.edt.publish_date){for(var a="",e=0;e<d.GetAllPaysGradeName.length;e++)!0===document.getElementById(d.GetAllPaysGradeName[e].gr_code).checked&&(a=a+d.GetAllPaysGradeName[e].gr_code+"/");for(var o="",s=0;s<d.edt.service_Status_code.length;s++)o=o+d.edt.service_Status_code[s]+"/";var n="";if(null!=d.edt.em_section_name)for(s=0;s<d.edt.em_section_name.length;s++)n=n+d.edt.em_section_name[s]+","}var i={gr_code:a,sd_year_month:d.fin_year+d.edt.sd_year_month_code,em_bank_cash_tag:d.edt.bct_code,service_Status_code:o,dep_code:d.edt.dep_code,dg_name:d.edt.dg_code,empsection:n,companyCode:d.temp.gc_company_code};_.post(c.apiUrl+"api/generatepayroll/EmployeeNamesByGrade",i).then(function(e){d.EmployeeNamesByGrade=e.data,0<d.EmployeeNamesByGrade.length&&(d.searchbox=!0)})},d.gradeCheckOneByOne=function(e){d.searchbox=!0;e=document.getElementById(e);if(null!=d.edt.bct_code&&""!=d.edt.bct_code&&null!=d.edt.service_Status_code&&""!=d.edt.service_Status_code&&null!=d.edt.publish_date&&""!=d.edt.publish_date?($("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),d.color="#edefef"}),!0===(m=document.getElementById("grademainchk")).checked&&(m.checked=!1,d.color="#edefef")):(e.checked=!1,d.searchbox=!1,swal({text:"Please Select All Field(s)",width:300})),null!=d.edt.bct_code&&""!=d.edt.bct_code&&null!=d.edt.service_Status_code&&""!=d.edt.service_Status_code&&null!=d.edt.publish_date&&""!=d.edt.publish_date){for(var t="",a=0;a<d.GetAllPaysGradeName.length;a++)!0===document.getElementById(d.GetAllPaysGradeName[a].gr_code).checked&&(t=t+d.GetAllPaysGradeName[a].gr_code+"/");for(var o="",s=0;s<d.edt.service_Status_code.length;s++)o=o+d.edt.service_Status_code[s]+"/";var n="";if(null!=d.edt.em_section_name)for(s=0;s<d.edt.em_section_name.length;s++)n=n+d.edt.em_section_name[s]+","}var e=d.fin_year+d.edt.sd_year_month_code,i=d.edt.bct_code,e=((m=document.getElementById("mainchk")).checked=!1,d.row2="",{gr_code:t,sd_year_month:e,em_bank_cash_tag:i,service_Status_code:o,dep_code:d.edt.dep_code,dg_code:d.edt.dg_code,companyCode:d.temp.gc_company_code,empsection:n});_.post(c.apiUrl+"api/generatepayroll/EmployeeNamesByGrade",e).then(function(e){d.EmployeeNamesByGrade=e.data})},d.select_chk_finalize=function(){!0===d.fin_status?d.fi_date=!1:d.fi_date=!0},d.CheckEmpMultiple=function(){d.searchbox=!0,m=document.getElementById("mainchk");for(var e=0;e<d.EmployeeNamesByGrade.length;e++){var t=d.EmployeeNamesByGrade[e].emp_number,t=document.getElementById(t);!0===m.checked?(t.checked=!0,d.row2="row_selected",d.color="#edefef"):(d.searchbox=!1,t.checked=!1,d.row2="",d.color="#edefef",m.checked=!1)}},d.EmpCheckOneByOne=function(e){!0===(m=document.getElementById("mainchk")).checked&&(m.checked=!1),$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),d.color="#edefef"})},d.genrate=function(){for(var e="",t=0;t<d.GetAllPaysGradeName.length;t++)!0===document.getElementById(d.GetAllPaysGradeName[t].gr_code).checked&&(e=e+d.GetAllPaysGradeName[t].gr_code+"/");""!=d.fin_date&&null!=d.fin_date||(d.fin_date=""),r=[];for(var a=[],t=0;t<d.EmployeeNamesByGrade.length;t++){var o=document.getElementById(d.EmployeeNamesByGrade[t].emp_number);null!=o&&!0===o.checked&&(o={sd_year_month:d.fin_year+d.edt.sd_year_month_code,gr_code:e,bct_code:d.edt.bct_code,publishdata:d.edt.publish_date,emp_number:d.EmployeeNamesByGrade[t].emp_number,finalize_date:d.finalize_date,finalize_status:d.fin_status,include_air_fare:d.edt.include_air_fare,include_leave_salary:d.edt.include_leave_salary},a.push(o))}d.busy=!0,d.rgvtbl=!1;d.fin_year,d.edt.sd_year_month_code;_.post(c.apiUrl+"api/generatepayroll/Generate_Payroll",a).then(function(e){d.busy=!1,d.rgvtbl=!0,$("#genratedpayroll").modal({backdrop:"static",keyboard:!1});for(var t="",a=0;0<(a<d.GetMonth.length);a++)d.GetMonth[a].sd_year_month_code==d.edt.sd_year_month_code&&(t=d.GetMonth[a].sd_year_month_name);function o(e){return e.toString().replace(/\B(?=(\d{3})+(?!\d))/g,",")}d.finaldata=e.data,d.payroll_generated_data=[];for(a=0;a<e.data.length;a++){var s;e.data[0].emp_number.split("/")[1];""!=e.data[a].emp_login_code&&null!=e.data[a].emp_login_code&&null!=e.data[a].emp_login_code&&(s={emp_login_code:e.data[a].emp_login_code,emp_name:e.data[a].emp_name,earn:o(parseFloat(e.data[a].earn).toFixed(d.comp_curcy_dec)),ded:o(parseFloat(e.data[a].ded).toFixed(d.comp_curcy_dec)),total:o(parseFloat(e.data[a].total).toFixed(d.comp_curcy_dec))},d.payroll_generated_data.push(s))}(new Date).getFullYear();d.gen=d.show_year+","+t,d.total_employees="Total Employee : "+d.finaldata[d.finaldata.length-1].total_employees,d.active_employees="Active Employee : "+d.finaldata[d.finaldata.length-1].active_employees,d.employees_on_vacation="Employee On Vacation : "+d.finaldata[d.finaldata.length-1].employees_on_vacation,d.payroll_generated="Payroll Generated : "+d.finaldata[d.finaldata.length-1].payroll_generated,d.currently_generated="Currently Payroll Generated : "+d.finaldata[d.finaldata.length-1].currently_generated,d.showokbtn=!0})},d.reset_form=function(){$("#genratedpayroll").modal("hide"),d.edt.bct_code="",d.fin_status=!1,d.f_date=!1,d.finalize_date="",d.edt.bct_code="A",d.edt.service_Status_code=["B","V"],setTimeout(function(){$("#cmb_grade").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"})},1e3),d.edt.publish_date=s("date")(new Date,"dd-MM-yyyy"),(m=document.getElementById("grademainchk")).checked=!1,d.row1="",d.color="#edefef",m=document.getElementById("mainchk"),d.row2="",d.color="#edefef",m.checked=!1,d.EmployeeNamesByGrade="",d.GetAllPaysGradeName="",d.edt.dep_code="",d.edt.dg_code="",d.finalize_date="",d.rgvtbl=!1,d.searchbox=!1,d.edt.include_air_fare=!1,d.edt.include_leave_salary=!1},d.select_month=function(){$("#genratedpayroll").modal("hide"),d.edt.bct_code="",d.edt.service_Status_code="",setTimeout(function(){$("#cmb_grade").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"})},1e3),d.edt.publish_date="",(m=document.getElementById("grademainchk")).checked=!1,d.row1="",d.color="#edefef",m=document.getElementById("mainchk"),d.row2="",d.color="#edefef",m.checked=!1,d.EmployeeNamesByGrade="",d.GetAllPaysGradeName="",d.edt.dep_code="",d.edt.dg_code=""},d.select_bct=function(){$("#genratedpayroll").modal("hide"),d.edt.service_Status_code="",setTimeout(function(){$("#cmb_grade").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"})},1e3),d.edt.publish_date="",(m=document.getElementById("grademainchk")).checked=!1,d.row1="",d.color="#edefef",m=document.getElementById("mainchk"),d.row2="",d.color="#edefef",m.checked=!1,d.EmployeeNamesByGrade="",d.GetAllPaysGradeName="",d.edt.dep_code="",d.edt.dg_code=""},d.select_dg=function(){(m=document.getElementById("grademainchk")).checked=!1,d.row1="",d.color="#edefef",m=document.getElementById("mainchk"),d.row2="",d.color="#edefef",m.checked=!1,d.EmployeeNamesByGrade="",d.GetAllPaysGradeName=""},d.select_dep=function(){(m=document.getElementById("grademainchk")).checked=!1,d.row1="",d.color="#edefef",m=document.getElementById("mainchk"),d.row2="",d.color="#edefef",m.checked=!1,d.EmployeeNamesByGrade="",d.GetAllPaysGradeName=""},d.select_service_status=function(){$("#genratedpayroll").modal("hide"),(m=document.getElementById("grademainchk")).checked=!1,d.row1="",d.color="#edefef",m=document.getElementById("mainchk"),d.row2="",d.color="#edefef",m.checked=!1,d.EmployeeNamesByGrade="",d.GetAllPaysGradeName="",d.edt.dep_code="",d.edt.dg_code=""},d.clickme=function(e){13==e.keyCode&&($("#Employee_payrollMyModal").modal("hide"),d.reset_form())},$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0}),$(document).on("touch click",'*[data-datepicker="true"] .add-on',function(e){$('input[type="text"]',$(this).parent()).focus()})}])}(),function(){"use strict";var e=angular.module("sims.module.HRMS");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("PayrollEmployeeCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(o,e,t,a,s,n,i){o.pagesize="5",o.pageindex=0,o.save_btn=!0;o.Update_btn=!1,o.display=!1,o.table=!0,o.grid1=!1,o.temp={},o.total=0,o.showSchoolFlag=!1;var d=["sisqatar"];d.includes(n.defaults.headers.common.schoolId)&&(o.showSchoolFlag=!0),a(function(){$("#fixTable").tableHeadFixer({top:1})},100),a(function(){$("#fixTable1").tableHeadFixer({top:1})},100),$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0}),$(document).on("touch click",'*[data-datepicker="true"] .add-on',function(e){$('input[type="text"]',$(this).parent()).focus()}),n.get(i.apiUrl+"api/PaysGradeChange/Get_gc_company_Code").then(function(e){o.comp_code=e.data,o.temp.gc_company_code=o.comp_code[0].gc_company_code,o.getdept(o.temp.gc_company_code),o.getdesg(o.temp.gc_company_code)}),o.getdept=function(e){n.get(i.apiUrl+"api/PayrollEmployee/Get_dept_Code?company_code="+e).then(function(e){o.dept=e.data})},o.getdesg=function(e){n.get(i.apiUrl+"api/PayrollEmployee/Get_designation_Code?company_code="+e).then(function(e){o.designation=e.data})},o.submit=function(){o.busy=!0,o.grid1=!0,o.ImageView=!1,null!=o.temp.gc_company_code&&""!=o.temp.gc_company_code||(o.temp.gc_company_code=""),null!=o.temp.em_desg_code&&""!=o.temp.em_desg_code||(o.temp.em_desg_code=""),null!=o.temp.dg_code&&""!=o.temp.dg_code||(o.temp.dg_code=""),null!=o.temp.em_number&&""!=o.temp.em_number||(o.temp.em_number=""),1==o.showSchoolFlag?n.get(i.apiUrl+"api/PayrollEmployee/GetPayrollEmployeeSISQatar?com_code="+o.temp.gc_company_code+"&dept_code="+o.temp.dg_code+"&deg_code="+o.temp.em_desg_code+"&empid="+o.temp.em_number).then(function(e){o.filteredTodos=e.data,o.totalItems=o.filteredTodos.length,o.todos=o.filteredTodos,o.busy=!1,o.page1=!0,0<e.data.length||(o.ImageView=!0)}):n.get(i.apiUrl+"api/PayrollEmployee/GetPayrollEmployee?com_code="+o.temp.gc_company_code+"&dept_code="+o.temp.dg_code+"&deg_code="+o.temp.em_desg_code+"&empid="+o.temp.em_number).then(function(e){o.filteredTodos=e.data,o.totalItems=o.filteredTodos.length,o.todos=o.filteredTodos,o.busy=!1,o.page1=!0,0<e.data.length||(o.ImageView=!0)})},o.Cancel=function(){o.table=!0,o.display=!1,$("#myModal").modal("hide")},o.reset=function(){o.temp={},o.temp.gc_company_code=o.comp_code[0].gc_company_code,o.getdept(o.temp.gc_company_code),o.getdesg(o.temp.gc_company_code),o.j=[],o.filteredTodos="",o.todos.slice="",o.page1=!1,o.table=!0,o.grid1=!1,o.display=!0},o.edit=function(e){o.gdisabled=!1,o.aydisabled=!0,o.table=!0,o.display=!0,o.save_btn=!1,o.Update_btn=!0,o.number=!0,o.company=!0,o.showTotal=!1,o.divcode_readonly=!0,o.grid2=!1,$("#myModal").modal("show"),o.save_btn=!1,o.temp.em_number=e.em_number;e=new Date;o.pa_effective_from=("0"+e.getDate()).slice(-2)+"-"+("0"+(e.getMonth()+1)).slice(-2)+"-"+e.getFullYear()},o.Show=function(){var t;new Date(o.rdp_effective_upto)<new Date(o.pa_effective_from)?swal({title:"Alert",text:"Effective upto date cannot be less than from date",width:380,height:200}):(o.showTotal=!0,o.grid2=!0,o.save_btn=!0,o.busy=!0,n.get(i.apiUrl+"api/PayrollEmployee/GetSalaryGeneratedForSelectedMonthOrNot?sd_number="+o.temp.em_number+"&start="+o.pa_effective_from+"&end="+o.rdp_effective_upto).then(function(a){o.sal=a.data,o.total=0;for(var e=o.totalCopy=0;e<a.data.length;e++)0==a.data[e].hide_flag&&(o.total=parseFloat(o.total)+parseFloat(a.data[e].pd_amount));o.calculateTotal=function(e){if(d.includes(n.defaults.headers.common.schoolId)){null!=e.pd_amount&&""!=e.pd_amount&&null!=e.pd_amount&&!isNaN(e.pd_amount)||(e.pd_amount=0);for(var t=o.total=0;t<a.data.length;t++)o.total=parseFloat(o.total)+parseFloat(a.data[t].pd_amount)}}}),t=[],o.Save=function(){null!=o.pd_amount&&null==o.j.pa_effective_from&&swal({title:"Alert",text:"Please Enter date",width:300,height:200});for(var e=0;e<o.sal.length;e++)1==o.sal[e].ischange&&(o.sal[e].em_number=o.temp.em_number,o.sal[e].em_company_code=o.temp.gc_company_code,null!=o.sal[e].pd_amount&&null==o.sal[e].pa_effective_from&&(o.sal[e].pa_effective_from=o.pa_effective_from),t.push(o.sal[e]));n.post(i.apiUrl+"api/PayrollEmployee/InsertUpdatePaysPayable",t).then(function(e){o.msg1=e.data,1==o.msg1?swal({text:"Record Inserted/Updated Successfully",imageUrl:"assets/img/check.png",width:300,height:200}):0==o.msg1?swal({text:"Record Not Inserted/Updated. ",imageUrl:"assets/img/close.png",width:300,height:200}):swal("Error-"+o.msg1),o.getgrid()}),o.getgrid(),o.Cancel()},o.SetIschange=function(e){e.ischange=!0})},o.getgrid=function(){n.get(i.apiUrl+"api/PayrollEmployee/GetSalaryGeneratedForSelectedMonthOrNot?sd_number="+o.temp.em_number+"&start="+o.pa_effective_from+"&end="+o.rdp_effective_upto).then(function(e){o.sal=e.data})},o.onlyNumbers=function(e){var t,a={escape:27,backspace:8,tab:9,enter:13,del:46,0:48,1:49,2:50,3:51,4:52,5:53,6:54,7:55,8:56,9:57};for(t in a)if(a.hasOwnProperty(t)&&(e.charCode==a[t]||e.keyCode==a[t]))return;e.preventDefault()}}])}(),function(){"use strict";var e=angular.module("sims.module.HRMS");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("PayableIncrementCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(o,e,t,a,s,n,i){o.display=!1,o.busyindicator=!1,o.grid=!0,o.color="#edefef",o.rgvtbl=!1,o.btnhide=!0,o.dept_code="",o.desg_code="",o.grade="",o.pay="",o.edt={},$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0}),$(document).on("touch click",'*[data-datepicker="true"] .add-on',function(e){$('input[type="text"]',$(this).parent()).focus()}),o.setStart=function(e){_=e.split("/")[0],c=e.split("/")[1];e=e.split("/")[2]+"-"+_+"-"+c;o.pa_effective_from=e},o.setEnd=function(e){_=e.split("/")[0],c=e.split("/")[1];e=e.split("/")[2]+"-"+_+"-"+c;o.pa_effective_upto=e},n.get(i.apiUrl+"api/PayableIncrement/GetDept").then(function(e){o.GetDept=e.data}),n.get(i.apiUrl+"api/PayableIncrement/GetDesg").then(function(e){o.GetDesg=e.data}),n.get(i.apiUrl+"api/PayableIncrement/GetGrade").then(function(e){o.GetGrade=e.data}),n.get(i.apiUrl+"api/PayableIncrement/GetPayCode").then(function(e){o.GetPayCode=e.data}),n.get(i.apiUrl+"api/PayableIncrement/GetinvType").then(function(e){o.GetinvType=e.data,o.edt={inc_type:o.GetinvType[0].inc_type}});var d=new Date,_=d.getMonth()+1,c=d.getDate();_<10&&(_="0"+_),c<10&&(c="0"+c),o.pa_effective_from=d.getFullYear()+"-"+_+"-"+c,o.changeno=function(e){},o.onlyNumbers=function(e,t){var a,o={escape:27,backspace:8,tab:9,enter:13,del:46,0:48,1:49,2:50,3:51,4:52,5:53,6:54,7:55,8:56,9:57};for(a in o)if(o.hasOwnProperty(a)&&(e.charCode===o[a]||e.keyCode===o[a]))return;e.preventDefault()},o.Show_data=function(){null==o.edt.dept_code&&(o.edt.dept_code=""),null==o.edt.desg_code&&(o.edt.desg_code=""),null==o.edt.gr_code&&(o.edt.gr_code=""),null==o.edt.paycode_code&&(o.edt.paycode_code=""),o.busy=!0;var e={paycode_code:o.edt.paycode_code,dept_code:o.edt.dept_code,desg_code:o.edt.desg_code,gr_code:o.edt.gr_code,em_number:o.edt.emp_number};n.post(i.apiUrl+"api/PayableIncrement/EmpDetails",e).then(function(e){o.GetEmpDetails=e.data,0<o.GetEmpDetails.length?(o.btnhide=!1,o.rgvtbl=!0):(o.rgvtbl=!1,o.btnhide=!0,swal("","Record not found.")),o.busy=!1})},a(function(){$("#Table2").tableHeadFixer({top:1})},100),o.reset_form=function(){o.edt={},o.GetEmpDetails=[],o.btnhide=!0,o.rgvtbl=!1,d=new Date,_=d.getMonth()+1,c=d.getDate(),_<10&&(_="0"+_),c<10&&(c="0"+c),o.pa_effective_from=d.getFullYear()+"-"+_+"-"+c,o.pa_effective_upto=""},o.abc_form=function(){$("#ALLEMPpayroll").modal("hide")},o.Show_data_employee=function(){null==o.edt.dept_code&&(o.edt.dept_code=""),null==o.edt.desg_code&&(o.edt.desg_code=""),null==o.edt.gr_code&&(o.edt.gr_code=""),null==o.edt.paycode_code&&(o.edt.paycode_code="");var e={paycode_code:o.edt.paycode_code,dept_code:o.edt.dept_code,desg_code:o.edt.desg_code,gr_code:o.edt.gr_code,em_number:o.edt.emp_number};n.post(i.apiUrl+"api/PayableIncrement/AllEmpDetails",e).then(function(e){o.AllEmpDetails=e.data,0<o.AllEmpDetails.length?$("#ALLEMPpayroll").modal("show"):swal("","Record not found.")})},o.genrate=function(){var e=[];o.busy=!0,o.rgvtbl=!1,o.btnhide=!0;for(var t,a=0;a<o.GetEmpDetails.length;a++)0<o.GetEmpDetails[a].pay_amount&&0<o.GetEmpDetails[a].inc_period&&(t={paycode_code:o.GetEmpDetails[a].paycode_code,dept_code:o.edt.dept_code,desg_code:o.edt.desg_code,gr_code:o.edt.gr_code,inc_type:o.GetEmpDetails[a].inc_type,inc_fixed_amout:o.GetEmpDetails[a].pay_amount,inc_per:o.GetEmpDetails[a].pay_amount,inc_period:o.GetEmpDetails[a].inc_period,em_number:o.edt.emp_number},e.push(t));n.post(i.apiUrl+"api/PayableIncrement/UpdatePaysPayable",e).then(function(e){o.UpdatePaysPayable=e.data,!0===o.UpdatePaysPayable?swal("","Record successfully updated."):!1===o.UpdatePaysPayable?swal("","Record not updated."):swal("Error-"+o.UpdatePaysPayable),o.busy=!1,o.reset_form()})}}])}(),function(){"use strict";var e=angular.module("sims.module.HRMS");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("PayrollEmployee_1Cont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(o,e,t,a,s,n,i){o.display=!1,o.busyindicator=!1,o.grid=!0,o.color="#edefef",o.rgvtbl=!1,o.btnhide=!0,o.edt={},$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0,format:"dd-mm-yyyy"}),$(document).on("touch click",'*[data-datepicker="true"] .add-on',function(e){$('input[type="text"]',$(this).parent()).focus()}),o.setStart=function(e){o.pa_effective_from=e},o.setEnd=function(e){o.pa_effective_upto=e},n.get(i.apiUrl+"api/PaycodewiseEmployee/GetDept").then(function(e){o.GetDept=e.data}),n.get(i.apiUrl+"api/PaycodewiseEmployee/GetDesg").then(function(e){o.GetDesg=e.data}),n.get(i.apiUrl+"api/PaycodewiseEmployee/GetGrade").then(function(e){o.GetGrade=e.data}),n.get(i.apiUrl+"api/PaycodewiseEmployee/GetPayCode").then(function(e){o.GetPayCode=e.data}),n.get(i.apiUrl+"api/updatepaysheet/GetComapnyCurrencyDetails").then(function(e){o.currencyDetails=e.data,0<o.currencyDetails.length?o.comp_curcy_dec=o.currencyDetails[0].comp_curcy_dec:o.comp_curcy_dec=2});var d=new Date,_=d.getMonth()+1,c=d.getDate();o.pa_effective_from=(c=c<10?"0"+c:c)+"-"+(_=_<10?"0"+_:_)+"-"+d.getFullYear(),o.changeno=function(e){},o.onlyNumbers=function(e,t){var a,o={escape:27,backspace:8,tab:9,enter:13,del:46,0:48,1:49,2:50,3:51,4:52,5:53,6:54,7:55,8:56,9:57};for(a in o)if(o.hasOwnProperty(a)&&(e.charCode==o[a]||e.keyCode==o[a]))return;e.preventDefault()},o.Show_data=function(){var e;null==o.edt.dept_code&&(o.edt.dept_code=""),null==o.edt.desg_code&&(o.edt.desg_code=""),null==o.edt.gr_code&&(o.edt.gr_code=""),""==o.edt.paycode_code||null==o.edt.paycode_code?swal("","Please select paycode."):""==o.pa_effective_from||null==o.pa_effective_from?swal("","Please select effective from date."):(o.busy=!0,e={dept_code:o.edt.dept_code,desg_code:o.edt.desg_code,gr_code:o.edt.gr_code,paycode_code:o.edt.paycode_code,pa_effective_from:o.pa_effective_from},n.post(i.apiUrl+"api/PaycodewiseEmployee/EmpDetails",e).then(function(e){console.log("GetEmpDetails",o.GetEmpDetails),o.GetEmpDetails=[],0<e.data.length?(o.btnhide=!1,o.rgvtbl=!0,angular.forEach(e.data,function(e,t){e={em_number:e.em_number,em_login_code:e.em_login_code,emp_name:e.emp_name,pa_effective_from:e.pa_effective_from,pa_effective_upto:e.pa_effective_upto,paycode_code:e.paycode_code,paycode_name:e.paycode_name,pay_amount:parseFloat(e.pay_amount).toFixed(o.comp_curcy_dec).toString().replace(/\B(?=(\d{3})+(?!\d))/g,","),pd_remark:e.pd_remark};o.GetEmpDetails.push(e)})):(o.rgvtbl=!1,o.btnhide=!0,swal("","Record not found.")),o.busy=!1}))},a(function(){$("#Table2").tableHeadFixer({top:1})},100),o.reset_form=function(){o.edt={},o.GetEmpDetails=[],o.btnhide=!0,o.rgvtbl=!1;var e=new Date,t=e.getMonth()+1,a=e.getDate();o.pa_effective_from=(a=a<10?"0"+a:a)+"-"+(t=t<10?"0"+t:t)+"-"+e.getFullYear(),o.pa_effective_upto=""},o.genrate=function(){var e=[];o.busy=!0,o.rgvtbl=!1,o.btnhide=!0,""!=o.pa_effective_upto&&null!=o.pa_effective_upto||(o.pa_effective_upto="");for(var t=0;t<o.GetEmpDetails.length;t++){var a={em_number:o.GetEmpDetails[t].em_number,pa_effective_from:o.pa_effective_from,pa_effective_upto:o.pa_effective_upto,pd_pay_code:o.GetEmpDetails[t].paycode_code,pd_amount:o.GetEmpDetails[t].pay_amount,pd_remark:o.GetEmpDetails[t].pd_remark};e.push(a)}n.post(i.apiUrl+"api/PaycodewiseEmployee/UpdatePaysPayable",e).then(function(e){o.UpdatePaysPayable=e.data,swal("","Record successfully updated."),o.busy=!1,o.reset_form()})}}])}(),function(){"use strict";var e=angular.module("sims.module.HRMS");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("PayrollEmployee_DPSDCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(o,e,t,a,s,n,i){o.pagesize="5",o.pageindex=0,o.save_btn=!0,o.Update_btn=!1,o.display=!1,o.table=!0,o.grid1=!1,o.temp={},o.salCopy=[],o.showForDPSMIS=!1;["dpsmis"].includes(n.defaults.headers.common.schoolId)&&(o.showForDPSMIS=!0),a(function(){$("#fixTable").tableHeadFixer({top:1}),$("#Table1").tableHeadFixer({top:1})},100),a(function(){$("#fixTable1").tableHeadFixer({top:1})},100),$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0}),$(document).on("touch click",'*[data-datepicker="true"] .add-on',function(e){$('input[type="text"]',$(this).parent()).focus()}),n.get(i.apiUrl+"api/PaysGradeChange/Get_gc_company_Code").then(function(e){o.comp_code=e.data,o.temp.gc_company_code=o.comp_code[0].gc_company_code,o.getdept(o.temp.gc_company_code),o.getdesg(o.temp.gc_company_code)}),n.get(i.apiUrl+"api/Dps/HRMS/getEmpData").then(function(e){o.obj=e.data}),o.getdept=function(e){n.get(i.apiUrl+"api/PayrollEmployeeDPSD/Get_dept_Code?company_code="+e).then(function(e){o.dept=e.data})},o.getdesg=function(e){n.get(i.apiUrl+"api/PayrollEmployeeDPSD/Get_designation_Code?company_code="+e).then(function(e){o.designation=e.data})},o.submit=function(){o.busy=!0,o.grid1=!0,o.ImageView=!1,null!=o.temp.gc_company_code&&""!==o.temp.gc_company_code||(o.temp.gc_company_code=""),null!=o.temp.em_desg_code&&""!==o.temp.em_desg_code||(o.temp.em_desg_code=""),null!=o.temp.dg_code&&""!==o.temp.dg_code||(o.temp.dg_code=""),null!=o.temp.em_number&&""!==o.temp.em_number||(o.temp.em_number=""),null!=o.temp.gr_code&&""!==o.temp.gr_code||(o.temp.gr_code=""),n.get(i.apiUrl+"api/PayrollEmployeeDPSD/GetPayrollEmployee?com_code="+o.temp.gc_company_code+"&dept_code="+o.temp.dg_code+"&deg_code="+o.temp.em_desg_code+"&empid="+o.temp.em_number+"&gr_code="+o.temp.gr_code).then(function(e){o.filteredTodos=e.data,o.totalItems=o.filteredTodos.length,o.todos=o.filteredTodos,o.busy=!1,o.page1=!0,0<e.data.length||(o.ImageView=!0)})},o.Cancel=function(){o.table=!0,o.display=!1,$("#myModal").modal("hide")},o.reset=function(){o.temp={},o.temp.gc_company_code=o.comp_code[0].gc_company_code,o.getdept(o.temp.gc_company_code),o.getdesg(o.temp.gc_company_code),o.j=[],o.filteredTodos="",o.todos.slice="",o.page1=!1,o.table=!0,o.grid1=!1,o.grid2=!1,o.display=!0,$("#from_date, #to_date").kendoDatePicker({format:"dd-MM-yyyy",value:""})},o.edit=function(e){o.temp.pd_pay_code="",o.pd_amount="",o.pa_remark="",o.pa_effective_from="",o.rdp_effective_upto="",o.gdisabled=!1,o.aydisabled=!0,o.table=!0,o.display=!0,o.save_btn=!1,o.Update_btn=!0,o.number=!0,o.company=!0,o.showTotal=!1,o.divcode_readonly=!0,o.grid2=!1,o.grid3=!1,$("#myModal").modal("show"),o.save_btn=!1,o.temp.em_number=e.em_number,o.Employee_name=e.sh_emp_name,o.temp.date_of_joining=e.pe_doj;e=new Date;o.pa_effective_from=("0"+e.getDate()).slice(-2)+"-"+("0"+(e.getMonth()+1)).slice(-2)+"-"+e.getFullYear(),o.Show()},o.Closehistory=function(){o.grid3=!1,o.grid2=!0},o.CalHRADA=function(e){"002"===e||"003"===e||"008"===e?n.post(i.apiUrl+"api/PayrollEmployeeDPSD/CalculateHRADA?company_code="+o.temp.gc_company_code+"&sd_number="+o.temp.em_number+"&start="+o.pa_effective_from+"&end="+o.rdp_effective_upto+"&pa_pay_code="+e).then(function(e){o.pd_amount=e.data[0].da}):o.pd_amount=""},o.Show=function(){o.showTotal=!0,o.grid2=!0,o.grid3=!1,o.save_btn=!0,o.busy=!0,o.Employee_Details=o.temp.em_number,n.post(i.apiUrl+"api/PayrollEmployeeDPSD/RemaingPaycode?company_code="+o.temp.gc_company_code+"&sd_number="+o.temp.em_number+"&start="+o.pa_effective_from+"&end="+o.rdp_effective_upto).then(function(e){o.RemaingPaycode=e.data}),n.get(i.apiUrl+"api/PayrollEmployeeDPSD/GetSalaryGeneratedForSelectedMonthOrNot?sd_number="+o.temp.em_number+"&start="+o.pa_effective_from+"&end="+o.rdp_effective_upto).then(function(t){o.sal=t.data,o.salCopy=angular.copy(o.sal),o.total=0,o.deductionTotal=0;for(let e=o.totalGross=0;e<t.data.length;e++)"E"===t.data[e].pc_earn_dedn_tag&&(o.total=o.total+t.data[e].pd_amount),"D"===t.data[e].pc_earn_dedn_tag&&(o.deductionTotal=o.deductionTotal+t.data[e].pd_amount);o.calculateTotal=function(e){if(null==e.pd_amount||""===e.pd_amount||null===e.pd_amount||isNaN(e.pd_amount)){e.pd_amount=0,o.total=0;for(let e=o.deductionTotal=0;e<t.data.length;e++)"E"===t.data[e].pc_earn_dedn_tag&&(o.total=parseFloat(o.total)+parseFloat(t.data[e].pd_amount)),"D"===t.data[e].pc_earn_dedn_tag&&(o.deductionTotal=parseFloat(o.deductionTotal)+t.data[e].pd_amount)}else{o.total=0;for(let e=o.deductionTotal=0;e<t.data.length;e++)"E"===t.data[e].pc_earn_dedn_tag&&(o.total=parseFloat(o.total)+parseFloat(t.data[e].pd_amount)),"D"===t.data[e].pc_earn_dedn_tag&&(o.deductionTotal=parseFloat(o.deductionTotal)+t.data[e].pd_amount)}}}),o.History=function(){n.post(i.apiUrl+"api/PayrollEmployeeDPSD/HistoryPaycode?sd_number="+o.temp.em_number).then(function(e){o.HistoryPaycode=[],0<e.data.length?(o.grid2=!0,o.grid3=!0,angular.forEach(e.data,function(e,t){e={paycode_name:e.paycode_name,inc_fixed_amout:o.numberWithCommas(parseFloat(e.inc_fixed_amout).toFixed(o.comp_curcy_dec)),pa_remark:e.pa_remark,pa_effective_from:e.pa_effective_from,pa_effective_upto:e.pa_effective_upto,pc_earn_dedn_tag_name:e.pc_earn_dedn_tag_name,pa_status:e.pa_status,paycode_code:e.paycode_code};o.HistoryPaycode.push(e)})):swal("","No history found.")})},o.UpdateStatus=function(t,a){swal({title:"Alert",text:"If you are deleting the pay code, it cannot be retrieved and you will have to create the required pay code with the updated details.",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:420,cancelButtonText:"No"}).then(function(e){e&&n.post(i.apiUrl+"api/PayrollEmployeeDPSD/PayCodeStatusUpdate?pa_number="+o.temp.em_number+"&pa_pay_code="+t.paycode_code+"&pa_effective_from="+t.pa_effective_from+"&pa_effective_upto="+t.pa_effective_upto+"&pa_status="+a).then(function(e){o.updatestatus=e.data,!0===e.data?swal({title:"Alert",text:"Payroll component deleted sucessfully.",width:380,height:200}):!1===e.data?swal({title:"Alert",text:"Unable to delete payroll component.",width:380,height:200}):swal({title:"Alert",text:e.data.Message,width:380,height:200}),o.getgrid(),o.History()})})},o.Reset=function(){o.temp.pd_pay_code="",o.pd_amount="",o.pa_remark="";var e=new Date;o.pa_effective_from=("0"+e.getDate()).slice(-2)+"-"+("0"+(e.getMonth()+1)).slice(-2)+"-"+e.getFullYear(),o.rdp_effective_upto=""};var a=[];o.Save=function(){a=[];for(let t=0;t<o.sal.length;t++)for(let e=0;e<o.salCopy.length;e++)if(!0===o.sal[t].ischange){if(new Date(o.sal[t].code)<new Date(o.sal[t].pa_effective_from))return void swal({title:"Alert",text:"Effective upto date cannot be less than the effective from date.",width:380,height:200});o.sal[t].em_number=o.temp.em_number,o.sal[t].em_company_code=o.temp.gc_company_code,null===o.sal[t].pd_amount&&null==o.sal[t].pd_amount&&""===o.sal[t].pd_amount||null!==o.sal[t].pa_effective_from&&null!=o.sal[t].pa_effective_from&&""!==o.sal[t].pa_effective_from||(o.sal[t].pa_effective_from=$filter("date")(new Date(o.pa_effective_from),"dd-MM-yyyy")),a.push(o.sal[t]);break}0<a.length?(n.post(i.apiUrl+"api/PayrollEmployeeDPSD/InsertUpdatePaysPayable",a).then(function(e){o.msg1=e.data,!0===o.msg1?swal({title:"Alert",text:"Payroll component updated successfully.",width:300,height:200}):!1===o.msg1?swal({title:"Alert",text:"Payroll component not updated. ",width:300,height:200}):swal("Error-"+o.msg1)}),o.getgrid()):o.submit(),o.Cancel()},o.SetIschange=function(e){e.ischange=!0}},o.checkFromDate=function(e){moment(e.pa_effective_from,"DD-MM-YYYY").format("YYYY-MM-DD")<moment(o.temp.date_of_joining,"DD-MM-YYYY").format("YYYY-MM-DD")&&(swal("","Effective from date can not be less than date of joining."),e.pa_effective_from="")},o.checkEndDate=function(e){moment(e.code,"DD-MM-YYYY").format("YYYY-MM-DD")<moment(e.pa_effective_from,"DD-MM-YYYY").format("YYYY-MM-DD")&&(swal("","Effective upto date can not be less than effective from date."),e.code="")},n.get(i.apiUrl+"api/updatepaysheet/GetComapnyCurrencyDetails").then(function(e){o.currencyDetails=e.data,0<o.currencyDetails.length?o.comp_curcy_dec=o.currencyDetails[0].comp_curcy_dec:o.comp_curcy_dec=2}),o.ADD_NEW=function(){var t=[];n.get(i.apiUrl+"api/PayrollEmployeeDPSD/GetEffective_upto?sd_number="+o.temp.em_number+"&start="+o.pa_effective_from+"&end="+o.rdp_effective_upto+"&pay_code="+o.temp.pd_pay_code).then(function(e){o.eff=e.data,""===o.temp.pd_pay_code||null==o.temp.pd_pay_code?swal("","Please select paycode."):""===o.pd_amount||null==o.pd_amount?swal("","Please enter amount."):""===o.pa_effective_from||null==o.pa_effective_from?swal("","Please enter effective from date."):moment(o.pa_effective_from,"DD-MM-YYYY").format("YYYY-MM-DD")<moment(o.temp.date_of_joining,"DD-MM-YYYY").format("YYYY-MM-DD")?swal("","Effective from date can not be less than date of joining."):"0"!==o.eff[0].cnt?(e=(e=document.getElementById("cmb_leave_type")).options[e.selectedIndex].text,swal(""," Please update effective upto date for active "+e)):n.get(i.apiUrl+"api/PayrollEmployeeDPSD/GetEffective_uptodate?sd_number="+o.temp.em_number+"&start="+o.pa_effective_from+"&end="+o.rdp_effective_upto+"&pay_code="+o.temp.pd_pay_code).then(function(e){if(o.effupto=e.data,moment(o.pa_effective_from,"DD-MM-YYYY").format("YYYY-MM-DD")<=o.effupto[0].effective_from){if(""!==o.effupto[0].effective_from&&null!=o.effupto[0].effective_from&&(""===o.rdp_effective_upto||null==o.rdp_effective_upto))return void swal("","Please enter effective upto date.")}else if(moment(o.pa_effective_from,"DD-MM-YYYY").format("YYYY-MM-DD")>moment(o.effupto[0].effective_from,"DD-MM-YYYY").format("YYYY-MM-DD")&&""!==o.effupto[0].effective_from&&null!=o.effupto[0].effective_from&&(""===o.effupto[0].effective_upto||null==o.effupto[0].effective_upto))return void swal("","Please save effective upto date for current active payroll component.");e={em_number:o.Employee_Details,em_company_code:"01",pa_effective_from:o.pa_effective_from,code:o.rdp_effective_upto,pd_pay_code:o.temp.pd_pay_code,pd_amount:o.pd_amount,pa_remark:o.pa_remark,cnt:o.eff[0].cnt};t.push(e),n.post(i.apiUrl+"api/PayrollEmployeeDPSD/InsertUpdatePaysPayable",t).then(function(e){o.msg2=e.data,!0===o.msg2?(swal({title:"Alert",text:"Payroll Component Added Successfully",width:300,height:200}),o.getgrid(),setTimeout(function(){$(document).ready(function(){$("#from_date, #to_date").kendoDatePicker({format:"dd-MM-yyyy",value:""})})},700),o.Reset()):!1===o.msg2?swal({title:"Alert",text:"Payroll Component Not Added. ",width:300,height:200}):swal("Error-"+o.msg2)})})})},o.getgrid=function(){n.get(i.apiUrl+"api/PayrollEmployeeDPSD/GetSalaryGeneratedForSelectedMonthOrNot?sd_number="+o.temp.em_number+"&start="+o.pa_effective_from+"&end="+o.rdp_effective_upto).then(function(t){o.sal=t.data,o.salCopy=angular.copy(o.sal);for(let e=o.total=0;e<t.data.length;e++)o.total=o.total+t.data[e].pd_amount;o.calculateTotal=function(e){if(null==e.pd_amount||""===e.pd_amount||null===e.pd_amount||isNaN(e.pd_amount)){e.pd_amount=0;for(let e=o.total=0;e<t.data.length;e++)o.total=parseFloat(o.total)+parseFloat(t.data[e].pd_amount)}else for(let e=o.total=0;e<t.data.length;e++)o.total=parseFloat(o.total)+parseFloat(t.data[e].pd_amount)}})},o.numberWithCommas=function(e){return e.toString().replace(/\B(?=(\d{3})+(?!\d))/g,",")},o.onlyNumbers=function(e){var t,a={escape:27,backspace:8,tab:9,enter:13,del:46,0:48,1:49,2:50,3:51,4:52,5:53,6:54,7:55,8:56,9:57};for(t in a)if(a.hasOwnProperty(t)&&(e.charCode==a[t]||e.keyCode==a[t]))return;e.preventDefault()}}])}(),function(){"use strict";var e=angular.module("sims.module.HRMS");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("PayrollEmployeeDPSD_newCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(o,e,t,a,s,n,i){o.pagesize="5",o.pageindex=0,o.save_btn=!0,o.Update_btn=!1,o.display=!1,o.table=!0,o.grid1=!1,o.temp={},o.salCopy=[],o.showForDPSMIS=!1;["dpsmis"].includes(n.defaults.headers.common.schoolId)&&(o.showForDPSMIS=!0),a(function(){$("#fixTable").tableHeadFixer({top:1}),$("#Table1").tableHeadFixer({top:1})},100),a(function(){$("#fixTable1").tableHeadFixer({top:1})},100),$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0}),$(document).on("touch click",'*[data-datepicker="true"] .add-on',function(e){$('input[type="text"]',$(this).parent()).focus()}),n.get(i.apiUrl+"api/PaysGradeChange/Get_gc_company_Code").then(function(e){o.comp_code=e.data,o.temp.gc_company_code=o.comp_code[0].gc_company_code,o.getdept(o.temp.gc_company_code),o.getdesg(o.temp.gc_company_code)}),n.get(i.apiUrl+"api/Dps/HRMS/getEmpData").then(function(e){o.obj=e.data}),o.getdept=function(e){n.get(i.apiUrl+"api/PayrollEmployeeDPSD/Get_dept_Code?company_code="+e).then(function(e){o.dept=e.data})},o.getdesg=function(e){n.get(i.apiUrl+"api/PayrollEmployeeDPSD/Get_designation_Code?company_code="+e).then(function(e){o.designation=e.data})},o.submit=function(){o.busy=!0,o.grid1=!0,o.ImageView=!1,null!=o.temp.gc_company_code&&""!==o.temp.gc_company_code||(o.temp.gc_company_code=""),null!=o.temp.em_desg_code&&""!==o.temp.em_desg_code||(o.temp.em_desg_code=""),null!=o.temp.dg_code&&""!==o.temp.dg_code||(o.temp.dg_code=""),null!=o.temp.em_number&&""!==o.temp.em_number||(o.temp.em_number=""),null!=o.temp.gr_code&&""!==o.temp.gr_code||(o.temp.gr_code=""),n.get(i.apiUrl+"api/PayrollEmployeeDPSD/GetPayrollEmployee?com_code="+o.temp.gc_company_code+"&dept_code="+o.temp.dg_code+"&deg_code="+o.temp.em_desg_code+"&empid="+o.temp.em_number+"&gr_code="+o.temp.gr_code).then(function(e){o.filteredTodos=e.data,o.totalItems=o.filteredTodos.length,o.todos=o.filteredTodos,o.busy=!1,o.page1=!0,0<e.data.length||(o.ImageView=!0)})},o.Cancel=function(){o.table=!0,o.display=!1,$("#myModal").modal("hide")},o.reset=function(){o.temp={},o.temp.gc_company_code=o.comp_code[0].gc_company_code,o.getdept(o.temp.gc_company_code),o.getdesg(o.temp.gc_company_code),o.j=[],o.filteredTodos="",o.todos.slice="",o.page1=!1,o.table=!0,o.grid1=!1,o.grid2=!1,o.display=!0,$("#from_date, #to_date").kendoDatePicker({format:"dd-MM-yyyy",value:""})},o.edit=function(e){o.temp.pd_pay_code="",o.pd_amount="",o.pa_remark="",o.pa_effective_from="",o.rdp_effective_upto="",o.gdisabled=!1,o.aydisabled=!0,o.table=!0,o.display=!0,o.save_btn=!1,o.Update_btn=!0,o.number=!0,o.company=!0,o.showTotal=!1,o.divcode_readonly=!0,o.grid2=!1,o.grid3=!1,$("#myModal").modal("show"),o.save_btn=!1,o.temp.em_number=e.em_number,o.Employee_name=e.sh_emp_name,o.temp.date_of_joining=e.pe_doj;e=new Date;o.pa_effective_from=("0"+e.getDate()).slice(-2)+"-"+("0"+(e.getMonth()+1)).slice(-2)+"-"+e.getFullYear(),o.Show()},o.Closehistory=function(){o.grid3=!1,o.grid2=!0},o.CalHRADA=function(e){"002"===e||"003"===e||"008"===e?n.post(i.apiUrl+"api/PayrollEmployeeDPSD/CalculateHRADA?company_code="+o.temp.gc_company_code+"&sd_number="+o.temp.em_number+"&start="+o.pa_effective_from+"&end="+o.rdp_effective_upto+"&pa_pay_code="+e).then(function(e){o.pd_amount=e.data[0].da}):o.pd_amount=""},o.Show=function(){o.showTotal=!0,o.grid2=!0,o.grid3=!1,o.save_btn=!0,o.busy=!0,o.Employee_Details=o.temp.em_number,n.post(i.apiUrl+"api/PayrollEmployeeDPSD/RemaingPaycode?company_code="+o.temp.gc_company_code+"&sd_number="+o.temp.em_number+"&start="+o.pa_effective_from+"&end="+o.rdp_effective_upto).then(function(e){o.RemaingPaycode=e.data}),n.get(i.apiUrl+"api/PayrollEmployeeDPSD/GetSalaryGeneratedForSelectedMonthOrNot_new?sd_number="+o.temp.em_number+"&start="+o.pa_effective_from+"&end="+o.rdp_effective_upto).then(function(t){o.sal=t.data,o.salCopy=angular.copy(o.sal),o.total=0,o.deductionTotal=0;for(let e=o.totalGross=0;e<t.data.length;e++)"E"===t.data[e].pc_earn_dedn_tag&&(o.total=o.total+t.data[e].pd_amount),"D"===t.data[e].pc_earn_dedn_tag&&(o.deductionTotal=o.deductionTotal+t.data[e].pd_amount);o.calculateTotal=function(e){if(null==e.pd_amount||""===e.pd_amount||null===e.pd_amount||isNaN(e.pd_amount)){e.pd_amount=0,o.total=0;for(let e=o.deductionTotal=0;e<t.data.length;e++)"E"===t.data[e].pc_earn_dedn_tag&&(o.total=parseFloat(o.total)+parseFloat(t.data[e].pd_amount)),"D"===t.data[e].pc_earn_dedn_tag&&(o.deductionTotal=parseFloat(o.deductionTotal)+t.data[e].pd_amount)}else{o.total=0;for(let e=o.deductionTotal=0;e<t.data.length;e++)"E"===t.data[e].pc_earn_dedn_tag&&(o.total=parseFloat(o.total)+parseFloat(t.data[e].pd_amount)),"D"===t.data[e].pc_earn_dedn_tag&&(o.deductionTotal=parseFloat(o.deductionTotal)+t.data[e].pd_amount)}}}),o.History=function(){n.post(i.apiUrl+"api/PayrollEmployeeDPSD/HistoryPaycode?sd_number="+o.temp.em_number).then(function(e){o.HistoryPaycode=[],0<e.data.length?(o.grid2=!0,o.grid3=!0,angular.forEach(e.data,function(e,t){e={paycode_name:e.paycode_name,inc_fixed_amout:o.numberWithCommas(parseFloat(e.inc_fixed_amout).toFixed(o.comp_curcy_dec)),pa_remark:e.pa_remark,pa_effective_from:e.pa_effective_from,pa_effective_upto:e.pa_effective_upto,pc_earn_dedn_tag_name:e.pc_earn_dedn_tag_name,pa_status:e.pa_status,paycode_code:e.paycode_code};o.HistoryPaycode.push(e)})):swal("","No history found.")})},o.UpdateStatus=function(t,a){swal({title:"Alert",text:"If you are deleting the pay code, it cannot be retrieved and you will have to create the required pay code with the updated details.",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:420,cancelButtonText:"No"}).then(function(e){e&&n.post(i.apiUrl+"api/PayrollEmployeeDPSD/PayCodeStatusUpdate?pa_number="+o.temp.em_number+"&pa_pay_code="+t.paycode_code+"&pa_effective_from="+t.pa_effective_from+"&pa_effective_upto="+t.pa_effective_upto+"&pa_status="+a).then(function(e){o.updatestatus=e.data,!0===e.data?swal({title:"Alert",text:"Payroll component deleted sucessfully.",width:380,height:200}):!1===e.data?swal({title:"Alert",text:"Unable to delete payroll component.",width:380,height:200}):swal({title:"Alert",text:e.data.Message,width:380,height:200}),o.getgrid(),o.History()})})},o.Reset=function(){o.temp.pd_pay_code="",o.pd_amount="",o.pa_remark="";var e=new Date;o.pa_effective_from=("0"+e.getDate()).slice(-2)+"-"+("0"+(e.getMonth()+1)).slice(-2)+"-"+e.getFullYear(),o.rdp_effective_upto=""};var a=[];o.Save=function(){a=[];for(let t=0;t<o.sal.length;t++)for(let e=0;e<o.salCopy.length;e++)if(!0===o.sal[t].ischange){if(new Date(o.sal[t].code)<new Date(o.sal[t].pa_effective_from))return void swal({title:"Alert",text:"Effective upto date cannot be less than the effective from date.",width:380,height:200});o.sal[t].em_number=o.temp.em_number,o.sal[t].em_company_code=o.temp.gc_company_code,null===o.sal[t].pd_amount&&null==o.sal[t].pd_amount&&""===o.sal[t].pd_amount||null!==o.sal[t].pa_effective_from&&null!=o.sal[t].pa_effective_from&&""!==o.sal[t].pa_effective_from||(o.sal[t].pa_effective_from=$filter("date")(new Date(o.pa_effective_from),"dd-MM-yyyy")),a.push(o.sal[t]);break}0<a.length?(n.post(i.apiUrl+"api/PayrollEmployeeDPSD/InsertUpdatePaysPayable",a).then(function(e){o.msg1=e.data,!0===o.msg1?swal({title:"Alert",text:"Payroll component updated successfully.",width:300,height:200}):!1===o.msg1?swal({title:"Alert",text:"Payroll component not updated. ",width:300,height:200}):swal("Error-"+o.msg1)}),o.getgrid()):o.submit(),o.Cancel()},o.SetIschange=function(e){e.ischange=!0}},o.checkFromDate=function(e){moment(e.pa_effective_from,"DD-MM-YYYY").format("YYYY-MM-DD")<moment(o.temp.date_of_joining,"DD-MM-YYYY").format("YYYY-MM-DD")&&(swal("","Effective from date can not be less than date of joining."),e.pa_effective_from="")},o.checkEndDate=function(e){moment(e.code,"DD-MM-YYYY").format("YYYY-MM-DD")<moment(e.pa_effective_from,"DD-MM-YYYY").format("YYYY-MM-DD")&&(swal("","Effective upto date can not be less than effective from date."),e.code="")},n.get(i.apiUrl+"api/updatepaysheet/GetComapnyCurrencyDetails").then(function(e){o.currencyDetails=e.data,0<o.currencyDetails.length?o.comp_curcy_dec=o.currencyDetails[0].comp_curcy_dec:o.comp_curcy_dec=2}),o.ADD_NEW=function(){var t=[];n.get(i.apiUrl+"api/PayrollEmployeeDPSD/GetEffective_upto?sd_number="+o.temp.em_number+"&start="+o.pa_effective_from+"&end="+o.rdp_effective_upto+"&pay_code="+o.temp.pd_pay_code).then(function(e){o.eff=e.data,""===o.temp.pd_pay_code||null==o.temp.pd_pay_code?swal("","Please select paycode."):""===o.pd_amount||null==o.pd_amount?swal("","Please enter amount."):""===o.pa_effective_from||null==o.pa_effective_from?swal("","Please enter effective from date."):moment(o.pa_effective_from,"DD-MM-YYYY").format("YYYY-MM-DD")<moment(o.temp.date_of_joining,"DD-MM-YYYY").format("YYYY-MM-DD")?swal("","Effective from date can not be less than date of joining."):"0"!==o.eff[0].cnt?(e=(e=document.getElementById("cmb_leave_type")).options[e.selectedIndex].text,swal(""," Please update effective upto date for active "+e)):n.get(i.apiUrl+"api/PayrollEmployeeDPSD/GetEffective_uptodate?sd_number="+o.temp.em_number+"&start="+o.pa_effective_from+"&end="+o.rdp_effective_upto+"&pay_code="+o.temp.pd_pay_code).then(function(e){if(o.effupto=e.data,moment(o.pa_effective_from,"DD-MM-YYYY").format("YYYY-MM-DD")<=o.effupto[0].effective_from){if(""!==o.effupto[0].effective_from&&null!=o.effupto[0].effective_from&&(""===o.rdp_effective_upto||null==o.rdp_effective_upto))return void swal("","Please enter effective upto date.")}else if(moment(o.pa_effective_from,"DD-MM-YYYY").format("YYYY-MM-DD")>moment(o.effupto[0].effective_from,"DD-MM-YYYY").format("YYYY-MM-DD")&&""!==o.effupto[0].effective_from&&null!=o.effupto[0].effective_from&&(""===o.effupto[0].effective_upto||null==o.effupto[0].effective_upto))return void swal("","Please save effective upto date for current active payroll component.");e={em_number:o.Employee_Details,em_company_code:"01",pa_effective_from:o.pa_effective_from,code:o.rdp_effective_upto,pd_pay_code:o.temp.pd_pay_code,pd_amount:o.pd_amount,pa_remark:o.pa_remark,cnt:o.eff[0].cnt};t.push(e),n.post(i.apiUrl+"api/PayrollEmployeeDPSD/InsertUpdatePaysPayable",t).then(function(e){o.msg2=e.data,!0===o.msg2?(swal({title:"Alert",text:"Payroll Component Added Successfully",width:300,height:200}),o.getgrid(),setTimeout(function(){$(document).ready(function(){$("#from_date, #to_date").kendoDatePicker({format:"dd-MM-yyyy",value:""})})},700),o.Reset()):!1===o.msg2?swal({title:"Alert",text:"Payroll Component Not Added. ",width:300,height:200}):swal("Error-"+o.msg2)})})})},o.getgrid=function(){n.get(i.apiUrl+"api/PayrollEmployeeDPSD/GetSalaryGeneratedForSelectedMonthOrNot_new?sd_number="+o.temp.em_number+"&start="+o.pa_effective_from+"&end="+o.rdp_effective_upto).then(function(t){o.sal=t.data,o.salCopy=angular.copy(o.sal);for(let e=o.total=0;e<t.data.length;e++)o.total=o.total+t.data[e].pd_amount;o.calculateTotal=function(e){if(null==e.pd_amount||""===e.pd_amount||null===e.pd_amount||isNaN(e.pd_amount)){e.pd_amount=0;for(let e=o.total=0;e<t.data.length;e++)o.total=parseFloat(o.total)+parseFloat(t.data[e].pd_amount)}else for(let e=o.total=0;e<t.data.length;e++)o.total=parseFloat(o.total)+parseFloat(t.data[e].pd_amount)}})},o.numberWithCommas=function(e){return e.toString().replace(/\B(?=(\d{3})+(?!\d))/g,",")},o.onlyNumbers=function(e){var t,a={escape:27,backspace:8,tab:9,enter:13,del:46,0:48,1:49,2:50,3:51,4:52,5:53,6:54,7:55,8:56,9:57};for(t in a)if(a.hasOwnProperty(t)&&(e.charCode==a[t]||e.keyCode==a[t]))return;e.preventDefault()}}])}(),function(){"use strict";var e=angular.module("sims.module.HRMS");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("UpdatePayrollStatusCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(t,e,a,o,s,n,i){t.display=!1,t.busyindicator=!1,t.grid=!0,t.color="#edefef",t.rgvtbl=!0,n.get(i.apiUrl+"api/updatepayrollstatus/GetYearMonthStatus").then(function(e){t.GetYearMonthStatus=e.data}),t.updatestatus=function(e){n.post(i.apiUrl+"api/updatepayrollstatus/UpdatePayrollStatus?year_month="+e.us_year_month_code+"&status="+e.us_status).then(function(e){t.UpdatePayrollStatus=e.data})},o(function(){$("#Table2").tableHeadFixer({top:1})},100)}])}(),function(){"use strict";var d,e=angular.module("sims.module.HRMS");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("PayrollPubFinStatusCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(s,e,a,t,o,n,i){s.edt={},s.EmployeeDetails=[],s.postFinalizeData=[],s.fi_date=!0,t(function(){$("#fixedtable").tableHeadFixer({top:1})},100),s.showFinalizeBtn=!1,s.showProcessBtn=!0,s.processedBtn=!1,s.edt.yearMonth=[],s.select_date_publish=function(e){s.publish_date=e},$(function(){$("#yearMonth").multipleSelect({width:"100%"})}),n.get(i.apiUrl+"api/generatepayroll/GetCurrentFinYearFromFinsParameter").then(function(e){s.GetCurrentFinYearFromFinsParameter=e.data,s.fin_year=s.GetCurrentFinYearFromFinsParameter[0].fin_year,s.fin_year_desc=s.GetCurrentFinYearFromFinsParameter[0].fin_year_desc}),n.post(i.apiUrl+"api/Payroll/PayrollPubFin/PubMonth").then(function(e){s.PubMonth=e.data}),n.post(i.apiUrl+"api/OvertimeHour/Year_month").then(function(e){s.Year_month=e.data,setTimeout(function(){$("#yearMonth").multipleSelect({width:"100%"})},1e3),s.setYearMonth()}),s.setYearMonth=function(){1<s.edt.yearMonth.length&&swal({title:"Alert",text:"Please select only one month",width:340,showCloseButton:!0}),s.edt.sd_year_month_code=s.edt.yearMonth[0].substr(4)},s.Show_data=function(){1<s.edt.yearMonth.length&&(swal({title:"Alert",text:"Please select only one month",width:340,showCloseButton:!0}),$("#yearMonth").multipleSelect("uncheckAll")),s.edt.sd_year_month_code=s.edt.yearMonth[0].substr(4),s.busy=!0,s.rgvtbl=!1,n.post(i.apiUrl+"api/Payroll/PayrollPubFin/EmployeeDetails?year_month="+s.fin_year+s.edt.sd_year_month_code).then(function(e){s.EmployeeDetails=e.data,(d=document.getElementById("mainchk")).checked=!0;for(var t=0;t<s.EmployeeDetails.length;t++)!1===s.EmployeeDetails[t].holdstatus&&(d.checked=!1);0<s.EmployeeDetails.length?(s.showFinalizeBtn=!1,s.showProcessBtn=!0,s.processedBtn=!1,s.busy=!1,s.rgvtbl=!0):(swal("","Payroll not genrated or processed for selected month."),s.busy=!1,s.rgvtbl=!1,s.processedBtn=!0)})},s.Show_data_finalize=function(){var t="";for(let e=0;e<s.edt.yearMonth.length;e++)t+=s.fin_year+s.edt.yearMonth[e].substr(4)+",";s.busy=!0,s.rgvtbl=!1,n.post(i.apiUrl+"api/Payroll/PayrollPubFin/EmployeeDetailsForFinalize?year_month="+t).then(function(e){s.EmployeeDetails=e.data,(d=document.getElementById("mainchk")).checked=!0;for(let e=0;e<s.EmployeeDetails.length;e++)!1===s.EmployeeDetails[e].holdstatus&&(d.checked=!1);0<s.EmployeeDetails.length?(s.showFinalizeBtn=!0,s.showProcessBtn=!1,s.busy=!1,s.rgvtbl=!0):(swal("","Payroll not processed for selected month."),s.busy=!1,s.rgvtbl=!1)})},s.isSelectAll=function(){if(s.postFinalizeData=[],s.selectedAll){s.selectedAll=!0;for(var e=0;e<s.EmployeeDetails.length;e++)s.postFinalizeData.push(s.EmployeeDetails[e].em_login_code)}else s.selectedAll=!1;angular.forEach(s.EmployeeDetails,function(e){e.check=s.selectedAll})},s.checkIfAllSelected=function(){var e=event.target.id;document.getElementById(e).checked?(s.postFinalizeData.push(e),s.postFinalizeData.length===s.EmployeeDetails.length&&(s.selectedAll=!0)):(s.selectedAll=!1,s.row1="",e=s.postFinalizeData.indexOf(e),s.postFinalizeData.splice(e,1))},s.onhold_update=function(){for(var e=[],t=0;t<s.EmployeeDetails.length;t++){var a={holdstatus:s.EmployeeDetails[t].holdstatus,year_month:+s.fin_year+s.edt.sd_year_month_code,emp_number:s.EmployeeDetails[t].emp_number};e.push(a)}n.post(i.apiUrl+"api/Payroll/PayrollPubFin/UpdatePubFinStatus",e).then(function(e){s.UpdatePubFinStatus=e.data,s.UpdatePubFinStatus?(swal("","Record updated successfully."),s.busy=!1,s.rgvtbl=!0):(s.Show_data(),swal("","Record not updated."),s.busy=!1,s.rgvtbl=!1),s.reset_form()})},s.process_click=function(){if(s.emp_id="",0<s.postFinalizeData.length){for(let e=0;e<s.postFinalizeData.length;e++)s.emp_id=s.emp_id+s.postFinalizeData[e]+",";1<s.edt.yearMonth.length&&(swal({title:"Alert",text:"Please select only one month",width:340,showCloseButton:!0}),$("#yearMonth").multipleSelect("uncheckAll")),s.edt.sd_year_month_code=s.edt.yearMonth[0].substr(4),s.busy=!0,s.rgvtbl=!1,n.post(i.apiUrl+"api/Payroll/PayrollPubFin/FinDetails?year_month="+s.fin_year+s.edt.sd_year_month_code+"&emp_id="+s.emp_id).then(function(e){if(s.FinDetails=e.data,0<s.FinDetails.length){var t=0,a=0;for(let e=0;e<s.FinDetails.length;e++)"E"===s.FinDetails[e].pc_earn_dedn_tag?t+=parseFloat(s.FinDetails[e].amount):a+=parseFloat(s.FinDetails[e].amount);e=t-a+0,s.Earning=t,s.Deduction=a,s.Total=e,$("#myModal").modal({backdrop:"static",keyboard:!1})}else swal("","Payroll not generated / already processed for current month.");s.busy=!1})}else swal("","Please select at least one record.")},s.finlize_click=function(){if(s.emp_id="",0<s.postFinalizeData.length){for(let e=0;e<s.postFinalizeData.length;e++)s.emp_id=s.emp_id+s.postFinalizeData[e]+",";s.emp_id=Array.from(new Set(s.emp_id.split(","))).toString();var t="";for(let e=0;e<s.edt.yearMonth.length;e++)t+=s.fin_year+s.edt.yearMonth[e].substr(4)+",";s.busy=!0,s.rgvtbl=!1,n.post(i.apiUrl+"api/Payroll/PayrollPubFin/FinDetails?year_month="+t+"&emp_id="+s.emp_id).then(function(e){if(s.FinDetails=e.data,0<s.FinDetails.length){for(var t=0,a=0,o=0;o<s.FinDetails.length;o++)"E"===s.FinDetails[o].pc_earn_dedn_tag?t+=parseFloat(s.FinDetails[o].amount):a+=parseFloat(s.FinDetails[o].amount);e=t-a+0,s.Earning=t,s.Deduction=a,s.Total=e,$("#myModal").modal({backdrop:"static",keyboard:!1})}else swal("","Payroll is finalized for current month.");s.busy=!1})}else swal("","Please select at least one record.")},s.reset_form=function(){s.EmployeeDetails=[],s.postFinalizeData=[],s.rgvtbl=!1,$("#yearMonth").multipleSelect("uncheckAll")},s.SaveProcess=function(){if(1<s.edt.yearMonth.length&&(swal({title:"Alert",text:"Please select only one month",width:340,showCloseButton:!0}),$("#yearMonth").multipleSelect("uncheckAll")),s.edt.sd_year_month_code=s.edt.yearMonth[0].substr(4),null==s.finalize_date||""===s.finalize_date)swal("","Please select process date.");else if(0<s.FinDetails.length)for(var e=0;e<s.FinDetails.length;e++){if(""==s.FinDetails[e].pd_debit_acno||null==s.FinDetails[e].pd_debit_acno)return void swal({text:"Debit Account Not Mapped",width:380});if(""==s.FinDetails[e].pd_credit_acno||null==s.FinDetails[e].pd_credit_acno)return void swal({text:"Credit Account Not Mapped",width:380})}n.post(i.apiUrl+"api/Payroll/PayrollPubFin/UpdateFinProcess?year_month="+s.fin_year+s.edt.sd_year_month_code+"&finalize_date="+s.finalize_date+"&emp_id="+s.emp_id+"&user_name="+a.globals.currentUser.username).then(function(e){s.UpdateFin=e.data,s.emp_id="",s.UpdateFin?(swal({title:"Alert",text:"Payroll Processed Successfully"}),s.postFinalizeData=[],$("#myModal").modal("hide"),$("#yearMonth").multipleSelect("uncheckAll")):swal({title:"Alert",text:"Payroll not processed done"}),$("#myModal").modal("hide")})},s.SaveFinalize=function(){for(var e="",t=0;t<s.edt.yearMonth.length;t++)e+=s.fin_year+s.edt.yearMonth[t].substr(4)+",";null==s.finalize_date||""===s.finalize_date?swal("","Please select finalize date."):n.post(i.apiUrl+"api/Payroll/PayrollPubFin/UpdateFin?year_month="+e+"&finalize_date="+s.finalize_date+"&emp_id="+s.emp_id+"&user_name="+a.globals.currentUser.username).then(function(e){s.UpdateFin=e.data,s.emp_id="",s.UpdateFin?(swal({title:"Alert",text:"Finalization Done Successfully"}),$("#myModal").modal("hide"),$("#yearMonth").multipleSelect("uncheckAll")):swal({title:"Alert",text:"Finalization not done"})})},s.close_btn=function(){$("#myModal").modal("hide"),s.emp_id=""},s.openDocumentReport=function(e){e={location:"Payroll.PERR19SISERP",parameter:{acad_year:s.fin_year,year_month:s.edt.yearMonth,emp_id:e.em_login_code},state:"main.Per352",ready:function(){this.refreshReport()}};window.localStorage.ReportDetails=JSON.stringify(e),goToState("main.ReportCardParameter")},t(function(){$("#Table2").tableHeadFixer({top:1})},100)}])}(),function(){"use strict";var d,e=angular.module("sims.module.HRMS");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("EmployeePaySlipReportCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(a,t,e,o,s,n,i){(new Date).getMonth();a.edt={},a.EmployeeDetails=[],a.fi_date=!0,o(function(){$("#fixedtable").tableHeadFixer({top:1})},100),a.select_date_publish=function(e){a.publish_date=e},n.get(i.apiUrl+"api/generatepayroll/GetCurrentFinYearFromFinsParameter").then(function(e){a.GetCurrentFinYearFromFinsParameter=e.data,a.fin_year_desc=a.GetCurrentFinYearFromFinsParameter[0].fin_year_desc}),n.post(i.apiUrl+"api/Payroll/EmployeePaySlipReport/PubMonth").then(function(e){a.PubMonth=e.data}),n.post(i.apiUrl+"api/OvertimeHour/Year_month").then(function(e){a.Year_month=e.data;var e=(new Date).getFullYear(),t=(new Date).getMonth()+1;a.edt.yearMonth=e+""+t,a.setYearMonth()}),a.setYearMonth=function(){a.edt.sd_year_month_code=a.edt.yearMonth.substr(4),a.fin_year=a.edt.yearMonth.substr(0,4)},a.Show_data=function(){a.busy=!0,a.rgvtbl=!1;var e=a.fin_year+a.edt.sd_year_month_code;n.post(i.apiUrl+"api/Payroll/EmployeePaySlipReport/EmployeeDetails?year_month="+e).then(function(e){a.EmployeeDetails=e.data,console.log("EmployeeDetails",a.EmployeeDetails),(d=document.getElementById("mainchk")).checked=!0;for(var t=0;t<a.EmployeeDetails.length;t++)0==a.EmployeeDetails[t].holdstatus&&(d.checked=!1);0<a.EmployeeDetails.length?(a.busy=!1,a.rgvtbl=!0):(swal("","Payroll not genrated for selected month."),a.busy=!1,a.rgvtbl=!1)})},a.searched=function(e,t){return _.filter(e,function(e){return searchUtil(e,t)})},a.colname=null,a.reverse=!1,a.sort=function(e){a.colname=e,a.reverse=a.colname===e&&!a.reverse},o(function(){$("#customers").tableHeadFixer({top:1})},100),a.colsvis=!1,a.exportData=function(){a.colsvis=!0,swal({title:"Alert",text:"Do you want to Export in MS-Excel?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){e&&(e=new Blob([document.getElementById("rpt_data").innerHTML],{type:"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;charset=utf-8"}),saveAs(e,"Payroll.xls"),a.colsvis=!1)})},a.openDocumentReport=function(e){console.log(a.edt.sd_year_month_code);e={location:"Payroll.PayslipReciept",parameter:{paysheet_year:a.fin_year,paysheet_month:a.edt.sd_year_month_code,emp_id:e.em_login_code},state:"main.EPSR01",ready:function(){this.refreshReport()}};window.localStorage.ReportDetails=JSON.stringify(e),t.go("main.ReportCardParameter")},o(function(){$("#Table2").tableHeadFixer({top:1})},100)}])}(),function(){"use strict";var c,e=angular.module("sims.module.HRMS");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("EmplDependentCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(s,e,t,a,o,n,i){s.sms=!0,s.loading=!1,s.pagesize="10",s.dis1=!0,s.dis2=!1,s.propertyName=null,s.reverse=!1,s.temp={},s.sectionsobj=[],s.sortBy=function(e){s.reverse=s.propertyName===e&&!s.reverse,s.propertyName=e},s.checkDateFormat=function(e,t){-1!=e.indexOf("/")&&(swal({title:"Alert",text:"Please enter date only DD-MM-YYYY format",width:360,height:200}),$("#"+t).val(""))},$("#dob").kendoDatePicker({format:"dd-MM-yyyy",min:new Date(1900,1,1),max:new Date}),a(function(){$("#fixTable").tableHeadFixer({top:1}),$("#fixTable1").tableHeadFixer({top:1}),$("#Table1").tableHeadFixer({top:1})},100),t.visible_stud=!1,t.visible_parent=!1,t.visible_search_parent=!1,t.visible_teacher=!1,t.visible_User=!1,t.visible_Employee=!0,t.chkMulti=!1,s.showEMPName=!1,s.showField=!1,localStorage.removeItem("em_login_code");["asdportal","apsportal","elcportal","sis"].includes(n.defaults.headers.common.schoolId)&&(s.showField=!0),s.Employee_search=function(){s.global_Search_click(),$("#Global_Search_Modal").modal({backdrop:"static"})},s.$on("global_cancel",function(){0<s.SelectedUserLst.length&&(s.showEMPName=!0,s.temp.em_login_code=s.SelectedUserLst[0].em_login_code,s.empName=s.SelectedUserLst[0].empName,localStorage.setItem("em_login_code",s.temp.em_login_code),s.dis2||s.showSections())}),n.get(i.apiUrl+"api/EmplDependent/getDependentRelationship").then(function(e){s.dependentRelations=e.data}),s.showSections=function(){s.loading=!0,n.post(i.apiUrl+"api/EmplDependent/employee_dependent?emp_id="+s.temp.em_login_code).then(function(e){s.sectionsobj=e.data,0<s.sectionsobj.length?(s.table=!0,s.loading=!1,s.totalItems=s.sectionsobj.length,s.todos=s.sectionsobj,s.makeTodos()):(s.loading=!1,s.table=!1,swal({text:"Employee dependent details not found",width:380}))})},s.check=function(){c=document.getElementById("mainchk");for(var e=0;e<s.filteredTodos.length;e++){var t=document.getElementById(s.filteredTodos[e].ed_sr_code);!0===c.checked?(t.checked=!0,$("tr").addClass("row_selected")):(t.checked=!1,$("tr").removeClass("row_selected"))}},s.CheckAny=function(e){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),s.color="#edefef"}),!0===(c=document.getElementById("mainchk")).checked&&(c.checked=!1,s.color="#edefef")},s.Update=function(e){s.temp=angular.copy(e),s.update_btn=!0,s.dis1=!1,s.dis2=!0,s.select_list=!1,(s.update_flag=!0)===(c=document.getElementById("mainchk")).checked&&(c.checked=!1),s.check()},s.save=function(e){e?(""===s.temp.ed_dob&&(s.temp.ed_dob=null),""===s.temp.ed_visa_issue_date&&(s.temp.ed_visa_issue_date=null),""===s.temp.ed_visa_expiry_date&&(s.temp.ed_visa_expiry_date=null),""===s.temp.ed_nation_id_issue_date&&(s.temp.ed_nation_id_issue_date=null),""===s.temp.ed_nation_id_expiry_date&&(s.temp.ed_nation_id_expiry_date=null),""===s.temp.ed_passport_id_issue_date&&(s.temp.ed_passport_id_issue_date=null),""===s.temp.ed_passport_expiry_date&&(s.temp.ed_passport_expiry_date=null),""===s.temp.ed_visa_exp_rem_date&&(s.temp.ed_visa_exp_rem_date=null),""===s.temp.ed_health_insurance_effective_from_date&&(s.temp.ed_health_insurance_effective_from_date=null),""===s.temp.ed_health_insurance_effective_upto_date&&(s.temp.ed_health_insurance_effective_upto_date=null),(e=s.temp).opr="I",n.post(i.apiUrl+"api/EmplDependent/CUDemployee_dependent",e).then(function(e){s.msg=e.data,!0===s.msg?(s.dis1=!0,s.dis2=!1,swal({text:"Record Inserted Successfully",imageUrl:"assets/img/check.png",width:380}),s.showSections()):(s.showSections(),swal({text:"Record Not Inserted",imageUrl:"assets/img/close.png",width:380}))})):swal({text:"Please fill required fields",width:380})},s.Update_data=function(e){e?(""===s.temp.ed_dob&&(s.temp.ed_dob=null),""===s.temp.ed_visa_issue_date&&(s.temp.ed_visa_issue_date=null),""===s.temp.ed_visa_expiry_date&&(s.temp.ed_visa_expiry_date=null),""===s.temp.ed_nation_id_issue_date&&(s.temp.ed_nation_id_issue_date=null),""===s.temp.ed_nation_id_expiry_date&&(s.temp.ed_nation_id_expiry_date=null),""===s.temp.ed_passport_id_issue_date&&(s.temp.ed_passport_id_issue_date=null),""===s.temp.ed_passport_id_expiry_date&&(s.temp.ed_passport_id_expiry_date=null),""===s.temp.ed_visa_exp_rem_date&&(s.temp.ed_visa_exp_rem_date=null),""===s.temp.ed_health_insurance_effective_from_date&&(s.temp.ed_health_insurance_effective_from_date=null),""===s.temp.ed_health_insurance_effective_upto_date&&(s.temp.ed_health_insurance_effective_upto_date=null),(e=s.temp).opr="U",n.post(i.apiUrl+"api/EmplDependent/CUDemployee_dependent",e).then(function(e){s.msg=e.data,!0===s.msg?(s.dis1=!0,s.dis2=!1,swal({text:"Record Updated Successfully",imageUrl:"assets/img/check.png",width:380})):swal({text:"Record Not Updated",imageUrl:"assets/img/close.png",width:380}),s.showSections()})):swal({text:"Please fill required fields",width:380})},s.Delete_Records=function(){s.nodelete=!1;for(var t,e=s.sims_statusfordelete=!1,a="",o=0;o<s.filteredTodos.length;o++)!0===document.getElementById(s.filteredTodos[o].ed_sr_code).checked&&(e=!0,a=a+s.filteredTodos[o].ed_sr_code+",");t={em_login_code:s.temp.em_login_code,ed_sr_code:a,opr:"D"},!0===e?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){e?n.post(i.apiUrl+"api/EmplDependent/CUDemployee_dependent",t).then(function(e){s.sectionsobj=e.data,!0===s.sectionsobj?(s.dis1=!0,s.dis2=!1,swal({text:"Deleted Successfully",imageUrl:"assets/img/check.png",width:350,showCancelButton:!0}),s.showSections()):(s.showSections(),swal({text:"Not Deleted",imageUrl:"assets/img/close.png",width:350,showCancelButton:!0}))}):(!0===(c=document.getElementById("mainchk")).checked&&(c.checked=!1),s.check())}):!0!==s.sims_statusfordelete&&swal({text:"Select At Least One Record To Delete",imageUrl:"assets/img/notification-alert.png",width:320,showCancelButton:!0})},s.can=function(){s.Myform.$setPristine(),s.Myform.$setUntouched(),s.dis1=!0,s.dis2=!1,s.temp={},localStorage.removeItem("em_login_code"),s.empName=""},s.New=function(){s.Myform.$setPristine(),s.Myform.$setUntouched(),s.curiculum=!1,s.ac_year=!1,s.grade_nm=!1,s.update_flag=!1,s.new_funs=!0,s.dis1=!1,s.dis2=!0,s.select_list=!0,s.update_btn=!1,s.temp={},s.temp={em_login_code:localStorage.getItem("em_login_code")},s.Myform.$setPristine(),s.Myform.$setUntouched()},s.size=function(e){s.pagesize=e,s.currentPage=1,s.numPerPage=e,s.makeTodos()},s.index=function(e){s.pageindex=e,s.currentPage=e,s.makeTodos()},s.flag=!0,s.filteredTodos=[],s.currentPage=1,s.numPerPage=10,s.maxSize=10,s.makeTodos=function(){var e=parseInt(s.totalItems%s.numPerPage),e=(s.pagersize="0"===e?parseInt(s.totalItems/s.numPerPage):parseInt(s.totalItems/s.numPerPage)+1,(s.currentPage-1)*s.numPerPage),t=parseInt(e)+parseInt(s.numPerPage);s.filteredTodos=s.todos.slice(e,t);for(var a=0;a<s.filteredTodos.length;a++)s.filteredTodos[a].icon="fa fa-plus-circle";!0===(c=document.getElementById("mainchk")).checked&&(c.checked=!1,s.row1="",s.Homeroom_MultipleDelete())},s.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).ed_first_name_en.toLowerCase().indexOf(t.toLowerCase())||-1<e.ed_middle_name_en.toLowerCase().indexOf(t.toLowerCase())||-1<e.ed_last_name_en.toLowerCase().indexOf(t.toLowerCase());var t})},s.search=function(){s.todos=s.searched(s.sectionsobj,s.searchText),s.totalItems=s.todos.length,s.currentPage="1",""===s.searchText&&(s.todos=s.sectionsobj),s.makeTodos()},s.setVisaExpiryReminderDate=function(){var e;void 0!==s.temp.ed_visa_expiry_date&&(e=moment(s.temp.ed_visa_expiry_date,"DD-MM-YYYY"),s.temp.ed_visa_exp_rem_date=e.subtract(30,"days").format("DD-MM-YYYY"))};var a=new Date,t=a.getDate(),d=a.getMonth()+1,a=(d<10&&(d="0"+d),a.getFullYear());s.sdate=t+"-"+d+"-"+a,s.edate=t+"-"+d+"-"+a,s.temp={em_login_code:localStorage.getItem("em_login_code")}}])}(),function(){"use strict";var e=angular.module("sims.module.HRMS");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("ApplicantController",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(t,e,a,o,s,n,i){t.username="",t.password="",t.schoolUrl="",t.user={},t.signup=function(){},t.showForgetPaaword=!1,t.edt={},t.register_emp=function(e){e&&n.post(i.apiUrl+"api/common/AppRegister_Leams",t.reg).then(function(e){e.data&&(t.reg={},swal("Registered Successfully"))})},t.checkEmailExists=function(e){t.temp1[0].em_email!==e&&n.post(i.apiUrl+"api/HRMS/checkEmailExists?email_id="+e).then(function(e){if(t.comnUserData=e.data,0<t.comnUserData.length)return swal({text:"Official email id already exists!!",width:350}),t.reg.pays_user_email="",!1})},n.get(i.apiUrl+"api/common/getSchoolDetails").then(function(e){t.display=!0,t.obj1=e.data,t.SchoolDetails=e.data})}])}(),function(){"use strict";var d;angular.module("sims.module.HRMS").controller("UpdateEmpDestinationCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(o,e,t,a,s,n,i){o.pagesize="5",o.table1=!0,o.operation=!1,o.editmode=!1,o.edt={},o.rgvtbl=!1,o.buzy=!1,n.post(i.apiUrl+"api/UEmpDestination/Department").then(function(e){o.Department=e.data}),n.post(i.apiUrl+"api/UEmpDestination/Designation").then(function(e){o.Designation=e.data}),n.post(i.apiUrl+"api/UEmpDestination/Grade").then(function(e){o.Grade=e.data}),n.post(i.apiUrl+"api/UEmpDestination/Destination").then(function(e){o.Destination=e.data}),o.Show_data=function(){null==o.edt.dept_code&&(o.edt.dept_code=""),null==o.edt.desg_code&&(o.edt.desg_code=""),null==o.edt.grade_code&&(o.edt.grade_code=""),null==o.edt.emp_id&&(o.edt.emp_id=""),o.buzy=!0;var e={emp_id:o.edt.emp_id,dept_code:o.edt.dept_code,desg_code:o.edt.desg_code,grade_code:o.edt.grade_code};n.post(i.apiUrl+"api/UEmpDestination/EmployeeDest",e).then(function(e){o.EmployeeDest=e.data,0<o.EmployeeDest.length?o.rgvtbl=!0:swal({text:"Records not found",imageUrl:"assets/img/notification-alert.png",width:300,showCloseButton:!0}),o.buzy=!1})},o.reset_form=function(){o.EmployeeDest="",o.edt.dept_code="",o.edt.desg_code="",o.edt.grade_code="",o.edt.emp_id="",o.edt.dest_code="",o.rgvtbl=!1,(d=document.getElementById("mainchk")).checked=!1,n.post(i.apiUrl+"api/UEmpDestination/Department").then(function(e){o.Department=e.data}),n.post(i.apiUrl+"api/UEmpDestination/Designation").then(function(e){o.Designation=e.data}),n.post(i.apiUrl+"api/UEmpDestination/Grade").then(function(e){o.Grade=e.data}),n.post(i.apiUrl+"api/UEmpDestination/Destination").then(function(e){o.Destination=e.data}),o.buzy=!1},o.UpdateDest1=function(){if(""===o.edt.dest_code||null==o.edt.dest_code)swal("","Please select destination.");else{for(var e,t="",a=0;a<o.EmployeeDest.length;a++)!0===document.getElementById(o.EmployeeDest[a].emp_id).checked&&(t=t+o.EmployeeDest[a].emp_id+",");""===t?swal("","Please select at least one employee."):(e={emp_id:t,dest_code:o.edt.dest_code},n.post(i.apiUrl+"api/UEmpDestination/UpdateDest",e).then(function(e){o.UpdateDest=e.data,o.UpdateDest?swal("","Destination updated successfully."):swal("","Destination not updated.")}),o.rgvtbl=!1,o.buzy=!0,o.reset_form())}},o.check=function(){d=document.getElementById("mainchk");for(var e=0;e<o.EmployeeDest.length;e++){var t=document.getElementById(o.EmployeeDest[e].emp_id);!0===d.checked?(t.checked=!0,$("tr").addClass("row_selected")):(t.checked=!1,$("tr").removeClass("row_selected"))}},o.CheckAny=function(e){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):($(this).closest("tr").removeClass("row_selected"),S),o.color="#edefef"}),!0===(d=document.getElementById("mainchk")).checked&&(d.checked=!1,o.color="#edefef")},a(function(){$("#Table2").tableHeadFixer({top:1})},100)}])}(),function(){"use strict";var c,l=angular.module("sims.module.HRMS");l.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),l.controller("EmployeeDocumentMasterCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(s,e,o,t,a,n,i){s.EmployeeDetail=!0,s.pagesize="10",s.pageindex="0",s.pager=!0,s.editmode=!1;new FormData;var d=[],_=(s.edt={},o.globals.currentUser.username),e=(s.user_access=[],s.appcode=e.current.name.split("."),o.globals.currentUser.username);n.get(i.apiUrl+"api/AlertTransaction/Get_user_access_rights?username="+e+"&appl_code="+s.appcode[1]).then(function(e){s.user_rights=e.data;for(var t=0;t<s.user_rights.length;t++)0==t&&(s.user_access.data_read=s.user_rights[t].comn_user_read,s.user_access.data_insert=s.user_rights[t].comn_user_insert,s.user_access.data_update=s.user_rights[t].comn_user_update,s.user_access.data_delete=s.user_rights[t].comn_user_delete,s.user_access.data_massupdate=s.user_rights[t].comn_user_massupdate,s.user_access.is_admin=s.user_rights[t].comn_user_admin)}),t(function(){$("#fixTable").tableHeadFixer({top:1})},100),t(function(){$("#fixTable1").tableHeadFixer({top:1})},100),s.countData=[{val:10,data:10},{val:20,data:20},{val:"All",data:"All"}],s.size=function(e){"All"==e?(s.currentPage="1",s.filteredTodos=s.EmpDocData,s.pager=!1):(s.pager=!0,s.pagesize=e,s.currentPage=1,s.numPerPage=e,s.makeTodos())},s.index=function(e){s.pageindex=e,s.currentPage=e,s.makeTodos()},s.getempoyeegrid=function(){n.get(i.apiUrl+"api/EmpDocumentMaster/getEmpDocumentDetail").then(function(e){s.EmpDocData=e.data,0<s.EmpDocData.length?(s.pager=!0,3<s.countData.length&&s.countData.splice(3,1),s.countData.push({val:s.EmpDocData.length,data:"All"})):swal({title:"Alert",text:"Record Not Found",width:300,height:200}),s.totalItems=s.EmpDocData.length,s.todos=s.EmpDocData,s.makeTodos()})},n.get(i.apiUrl+"api/EmpDocumentMaster/getEmpDocumentDetail").then(function(e){s.EmpDocData=e.data,0<s.EmpDocData.length?(s.pager=!0,3<s.countData.length&&s.countData.splice(3,1),s.countData.push({val:s.EmpDocData.length,data:"All"})):swal({title:"Alert",text:"Record Not Found",width:300,height:200}),s.totalItems=s.EmpDocData.length,s.todos=s.EmpDocData,s.makeTodos()}),s.check_all=function(){if(1==(c=document.getElementById("all_chk")).checked)for(var e=0;e<s.filteredTodos.length;e++)document.getElementById(s.filteredTodos[e].pays_doc_code+e).checked=!0,s.row1="row_selected",$("tr").addClass("row_selected");else for(e=0;e<s.filteredTodos.length;e++)document.getElementById(s.filteredTodos[e].pays_doc_code+e).checked=!1,c.checked=!1,s.row1=""},s.check_once=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),s.color="#edefef"}),1==(c=document.getElementById("all_chk")).checked&&(c.checked=!1,$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected")}))},s.deleterecord=function(){if(0==s.user_access.data_delete)swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200});else{d=[],s.flag=!1;for(var e,o=[],t=0;t<s.filteredTodos.length;t++)1==document.getElementById(s.filteredTodos[t].pays_doc_code+t).checked&&(s.flag=!0,e={pays_doc_code:s.filteredTodos[t].pays_doc_code,opr:"D"},o.push(e));s.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,confirmButtonText:"Yes",showCancelButton:!0,width:380,cancelButtonText:"No"}).then(function(e){if(e)n.post(i.apiUrl+"api/EmpDocumentMaster/CUDgetAllRecords",o).then(function(e){s.msg1=e.data,1==s.msg1?swal({text:"Record Deleted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&s.getempoyeegrid(),1==(c=document.getElementById("all_chk")).checked&&(c.checked=!1,s.row1=""),s.currentPage=!0}):swal({text:"Record Already Mapped, can't Delete. "+s.msg1,imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&s.getempoyeegrid(),1==(c=document.getElementById("all_chk")).checked&&(c.checked=!1,s.row1=""),s.currentPage=!0})});else for(var t=0;t<s.filteredTodos.length;t++){var a=document.getElementById(s.filteredTodos[t].pays_doc_code+t);1==a.checked&&(a.checked=!1,c.checked=!1,$("tr").removeClass("row_selected"))}}):swal({text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380})}},s.filteredTodos=[],s.currentPage=1,s.numPerPage=10,s.maxSize=10,s.makeTodos=function(){var e=parseInt(s.totalItems%s.numPerPage),e=(s.pagersize="0"==e?parseInt(s.totalItems/s.numPerPage):parseInt(s.totalItems/s.numPerPage)+1,(s.currentPage-1)*s.numPerPage),t=parseInt(e)+parseInt(s.numPerPage);!1===s.pager?s.filteredTodos=s.todos:s.filteredTodos=s.todos.slice(e,t),s.filteredTodos=s.todos.slice(e,t)},s.cancel=function(){s.EmployeeDetail=!0,s.EmployeeDataoperation=!1,s.searchemp=!1,$("#myModal").modal("hide"),s.edt={},s.myForm.$setPristine(),s.myForm.$setUntouched()},s.New=function(){0==s.user_access.data_insert?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(d=[],s.myForm.$setPristine(),s.edt={},s.newmode=!0,s.check=!0,s.edt={pays_doc_desc:"",pays_doc_status:!0,pays_recruitment_status:!0,pays_available_on_short_form:!0,pays_available_on_long_form:!0,pays_emp_visible_status:!0,pays_emp_upload_doc:!0},s.editmode=!0,s.readonly=!0,s.EmployeeDetail=!1,s.EmployeeDataoperation=!0,s.savebtn=!0,s.updatebtn=!1)},s.Save=function(e){if(d=[],e){var t=!1,e={pays_doc_created_by:_,pays_doc_desc:s.edt.pays_doc_desc,pays_doc_status:s.edt.pays_doc_status,pays_recruitment_status:s.edt.pays_recruitment_status,pays_available_on_short_form:s.edt.pays_available_on_short_form,pays_available_on_long_form:s.edt.pays_available_on_long_form,pays_emp_visible_status:s.edt.pays_emp_visible_status,pays_emp_upload_doc:s.edt.pays_emp_upload_doc,opr:"I"};d.push(e),0==s.filteredTodos.length&&(t=!0);for(var a=0;a<s.filteredTodos.length;a++){if(s.filteredTodos[a].pays_doc_desc==s.edt.pays_doc_desc){swal({text:"Record Already Exist",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}),t=!1;break}t=!0}1==t&&n.post(i.apiUrl+"api/EmpDocumentMaster/CUDgetAllRecords",d).then(function(e){s.msg1=e.data,s.EmployeeDataoperation=!1,1==s.msg1?(swal({text:"Record Inserted Successfully",imageUrl:"assets/img/check.png",width:300,height:200}),s.cancel()):0==s.msg1?swal({text:"Record not Inserted. ",imageUrl:"assets/img/close.png",width:300,height:200}):swal("Error-"+s.msg1),s.getempoyeegrid(),s.EmployeeDetail=!0})}},s.up=function(e){0==s.user_access.data_update?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(s.edt={pays_doc_status:e.pays_doc_status,pays_doc_desc:e.pays_doc_desc,pays_doc_mod_code:e.pays_doc_mod_code,pays_doc_code:e.pays_doc_code,pays_recruitment_status:e.pays_recruitment_status,pays_available_on_short_form:e.pays_available_on_short_form,pays_available_on_long_form:e.pays_available_on_long_form,pays_emp_visible_status:e.pays_emp_visible_status,pays_emp_upload_doc:e.pays_emp_upload_doc},s.readonly=!0,s.EmployeeDetail=!1,s.EmployeeDataoperation=!0,s.savebtn=!1,s.updatebtn=!0,s.uploadbtn=!1)},s.Update=function(e){d=[],e&&(e={pays_doc_desc:s.edt.pays_doc_desc,pays_doc_code:s.edt.pays_doc_code,pays_doc_status:s.edt.pays_doc_status,pays_recruitment_status:s.edt.pays_recruitment_status,pays_available_on_short_form:s.edt.pays_available_on_short_form,pays_available_on_long_form:s.edt.pays_available_on_long_form,pays_emp_visible_status:s.edt.pays_emp_visible_status,pays_emp_upload_doc:s.edt.pays_emp_upload_doc,opr:"U"},d.push(e),n.post(i.apiUrl+"api/EmpDocumentMaster/CUDgetAllRecords",d).then(function(e){s.msg1=e.data,s.EmployeeDataoperation=!1,1==s.msg1?(swal({text:"Record  updated Successfully",imageUrl:"assets/img/check.png",width:300,height:200}),s.cancel()):0==s.msg1?swal({text:"Record not updated. ",imageUrl:"assets/img/close.png",width:300,height:200}):swal("Error-"+s.msg1),s.getempoyeegrid()}),s.EmployeeDetail=!0)},$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0}),$(document).on("touch click",'*[data-datepicker="true"] .add-on',function(e){$('input[type="text"]',$(this).parent()).focus()}),s.createdate=function(e,t,a){e<t?(o.strMessage="Please Select Future Date",$("#message").modal("show"),s.edt[a]=""):s.edt[a]=new_end_date},s.showdate=function(e,t){s.edt[t]=e},l.directive("ngFiles",["$parse",function(s){return{link:function(t,e,a){var o=s(a.ngFiles);e.on("change",function(e){o(t,{$files:e.target.files})})}}}])}])}(),function(){"use strict";var d,e=angular.module("sims.module.HRMS");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("UpdateHoldEmpStatusCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(o,e,t,a,s,n,i){o.display=!1,o.busyindicator=!1,o.grid=!0,o.color="#edefef",o.rgvtbl=!1,o.btnhide=!0,o.edt={},o.temp={},n.get(i.apiUrl+"api/PaysGradeChange/Get_gc_company_Code").then(function(e){o.comp_code=e.data,o.temp.gc_company_code=o.comp_code[0].gc_company_code,o.getFinancYear(o.temp.gc_company_code)}),o.getFinancYear=function(t){n.get(i.apiUrl+"api/generatepayroll/GetfinancialYear?company_code="+t).then(function(e){o.finYear=e.data,o.fin_year=o.finYear[0].sims_financial_year,o.fin_year_desc=o.finYear[0].sims_financial_year_description,o.getFinancYearMonth(o.fin_year),o.getdept(t),o.getdesg(t),o.GetGrade(t),o.GetStaffType()})},o.getdept=function(e){n.get(i.apiUrl+"api/UpdateHoldEmpStatus/GetDept?company_code="+e).then(function(e){o.GetDept=e.data})},o.GetGrade=function(e){n.get(i.apiUrl+"api/UpdateHoldEmpStatus/GetPayGrade?company_code="+e).then(function(e){o.GetGrade=e.data})},o.GetStaffType=function(){n.get(i.apiUrl+"api/UpdateHoldEmpStatus/GetStaffType").then(function(e){o.GetStaffType=e.data})},o.getdesg=function(e){n.get(i.apiUrl+"api/UpdateHoldEmpStatus/GetDesg?company_code="+e).then(function(e){o.GetDesg=e.data})},o.getFinancYearMonth=function(e){n.post(i.apiUrl+"api/generatepayroll/Year_month?financial_year="+e).then(function(e){o.GetYearMonth=e.data;(new Date).getFullYear(),(new Date).getMonth();o.setYearMonth()})},o.setYearMonth=function(){o.edt.sd_year_month_code=o.edt.year_month.substr(4),console.log()},o.Show_data=function(){o.edt.sd_year_month_code=o.edt.year_month.substr(4),o.year_month=o.fin_year+o.edt.sd_year_month_code,n.post(i.apiUrl+"api/UpdateHoldEmpStatus/PaysheetDetails?dept="+o.edt.dep_code+"&desg="+o.edt.dg_code+"&year_month="+o.year_month+"&empcode="+o.edt.emp_code+"&company_code="+o.temp.gc_company_code+"&paygrade="+o.edt.gr_code+"&staff_type="+o.edt.em_staff_type).then(function(e){o.PaysheetDetails=e.data,0<o.PaysheetDetails.length?(o.btnhide=!1,o.rgvtbl=!0):(o.rgvtbl=!1,o.btnhide=!0,swal("","Record not found."))})},o.genrate=function(){for(var e=[],t=0;t<o.PaysheetDetails.length;t++){var a={emp_code:o.PaysheetDetails[t].emp_code,year_month:o.fin_year+o.edt.sd_year_month_code,onhold_status:o.PaysheetDetails[t].onhold_status,pe_remark:o.PaysheetDetails[t].pe_remark};e.push(a)}n.post(i.apiUrl+"api/UpdateHoldEmpStatus/EmpUpdateOnHoldFlag",e).then(function(e){o.msg=e.data,o.msg&&swal("","Record updated successfully."),o.reset_form()})},o.CheckAllChecked=function(){d=document.getElementById("mainchk");for(var e=0;e<o.PaysheetDetails.length;e++)1==d.checked?(o.PaysheetDetails[e].onhold_status=!0,$("tr").addClass("row_selected")):(o.PaysheetDetails[e].onhold_status=!1,$("tr").removeClass("row_selected"))},a(function(){$("#Table2").tableHeadFixer({top:1})},100),o.reset_form=function(){o.edt="",o.PaysheetDetails=[],o.btnhide=!0,o.rgvtbl=!1}}])}(),function(){"use strict";var e=angular.module("sims.module.HRMS");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("EmployeeAttendanceCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV","XLSXReaderService","$filter",function(i,e,o,t,a,d,_,s,n){i.rgvtbl=!1,i.edt={},i.edt1={},i.edt2={};var c=[],l=[],r=(d.get(_.apiUrl+"api/EmpAttendanceDailyController/getPers326Dept").then(function(e){i.dep=e.data}),d.get(_.apiUrl+"api/EmpAttendanceDailyController/getPers326desg").then(function(e){i.deg=e.data}),d.get(_.apiUrl+"api/common/ShiftMaster/getShiftMaster").then(function(e){i.shift_data=e.data,console.log("shift_data",i.shift_data),i.showShift2Flag=!1;for(var t=1,a=0;a<i.shift_data.length;a++)""!=i.shift_data[a].sh_shift2_in&&null!=i.shift_data[a].sh_shift2_in||""!=i.shift_data[a].sh_shift2_out&&null!=i.shift_data[a].sh_shift2_out||(i.showShift2Flag=!1,t=0);t&&(i.showShift2Flag=!0)}),i.getAttandanceCode=function(e){for(var t=[],a=0;a<e.length;a++)t=0==a?e[a].leave_code:t+","+e[a].leave_code;""==t&&(t=e.leave_code),d.get(_.apiUrl+"api/EmpAttendanceDailyController/getAttendanceCode?str="+t).then(function(e){i.attendance_codes_obj=e.data,console.log(i.attendance_codes_obj)})},i.btn_reset_Click=function(){i.Pers326_Get_attednce_deatils="",i.edt={},i.edt1={},i.edt2={},i.rgvtbl=!1},i.edt1.sdate=n("date")(new Date,"dd-MM-yyyy"),i.edt2.edate=n("date")(new Date,"dd-MM-yyyy"),i.btn_Submit=function(e,t,a,o){if(null!=a&&null!=o){setTimeout(function(){print,$(document).ready(function(){$("#from_date, #to_date").kendoDatePicker({format:"dd-MM-yyyy",value:""})})},700),null==e&&(e=i.edt.dep_code=""),null==t&&(t=i.edt.dg_code=""),i.rgvtbl=!1,i.busy=!0,l=[];const n=setTimeout(()=>{throw new Error("Application took too long to load")},6e4);d.post(_.apiUrl+"api/EmpAttendanceController/EDA355_Get_attednce_deatils?sdate="+a+"&edate="+o+"&dept="+e+"&desg="+t).then(function(e){var t=[];if(i.Pers326_Get_attednce_deatils1=e.data,1==document.getElementById("Checkbox8").checked)for(var a=0;a<i.Pers326_Get_attednce_deatils1.length;a++){try{for(var o=!1,s=0;s<t.length;s++)t[s].pays_attendance_code==i.Pers326_Get_attednce_deatils1[a].leave_code&&(o=!0);0==o&&(t={pays_attendance_code:i.Pers326_Get_attednce_deatils1[a].leave_code,pays_attendance_description:i.Pers326_Get_attednce_deatils1[a].leave_name})}catch(e){}l.push(i.Pers326_Get_attednce_deatils1[a])}else for(a=0;a<i.Pers326_Get_attednce_deatils1.length;a++){try{for(o=!1,s=0;s<t.length;s++)t[s].pays_attendance_code==i.Pers326_Get_attednce_deatils1[a].leave_code&&(o=!0);0==o&&t.push(i.Pers326_Get_attednce_deatils1[a])}catch(e){}l.push(i.Pers326_Get_attednce_deatils1[a])}i.getAttandanceCode(t),i.Pers326_Get_attednce_deatils=l,clearTimeout(n),i.busy=!1,i.rgvtbl=!0,i.colsvis=!0})}},t(function(){$("#fixTable").tableHeadFixer({top:1})},100),i.btn_Employeeupdate_click=function(){i.rgvtbl=!1,i.busy=!0;for(var e=[],t=0;t<i.Pers326_Get_attednce_deatils1.length;t++)1==i.Pers326_Get_attednce_deatils1[t].datastatus&&e.push(i.Pers326_Get_attednce_deatils1[t]);console.log(e),0<e.length?d.post(_.apiUrl+"api/EmpAttendanceDailyController/Pers326_update_att_data",e).then(function(e){i.result=e.data,i.busy=!1,1==i.result?(swal("","Record Sucessfully Updated."),i.btn_reset_Click()):0==i.result?(swal("","Record Is Not Updated."),i.rgvtbl=!0):swal("Error-"+i.result),setTimeout(function(){$(document).ready(function(){$("#from_date, #to_date").kendoDatePicker({format:"dd-MM-yyyy",value:""})})},700)}):(i.busy=!1,swal("","Please select employee id."))},i.uploadClick1=function(){},i.display=!0,i.save=!0,i.item=[],new Date,i.ddMMyyyy=n("date")(new Date,"dd-MM-yyyy")+"-"+n("date")(new Date,"HH-mm-ss"),i.showPreview=!1,i.showJSONPreview=!0,i.json_string="",new FormData);i.getTheFiles=function(a){$("#uploadModal").modal({backdrop:"static",keyboard:!1}),i.flag=0,angular.forEach(a,function(e,t){r.append(t,e);console.log(a[0].size)})},i.errorlabel=!1,i.file_changed=function(e){i.modalbusy=!0,i.busy=!0,i.rgvtbl=!1;var t,a=e.files[0];console.log(e.files[0].size),6e5<e.files[0].size?swal("Alert","Exceed size limit"):(i.filename=e.files[0],i.photo_filename=a.type,(t=new FileReader).onload=function(e){i.$apply(function(){i.prev_img=e.target.result})},t.readAsDataURL(a),i.sheets=[],i.excelFile=e.files[0],s.readFile(i.excelFile,i.showPreview,i.showJSONPreview).then(function(e){console.log(e.sheets);var t=document.getElementById("mainchk"),t=(1==t.checked&&(t.checked=!1,i.filecount=""),i.errorlabel=!1,i.display=!1,i.save=!1,i.em_numbers=[],console.log(e.sheets.Sheet1[0]),Object.keys(e.sheets.Sheet1[0]).length);if(console.log(t),t<=6){i.sheets=e.sheets,console.log(i.sheets),i.sheetsData=[];for(var a=0;e.sheets.Sheet1.length>a;a++)i.subData={},i.subData.att_emp_id=e.sheets.Sheet1[a].Emp_No,i.subData.att_date=e.sheets.Sheet1[a].Date,i.subData.att_shift1_in=e.sheets.Sheet1[a].Shift1_In,i.subData.att_shift1_out=e.sheets.Sheet1[a].Shift1_Out,i.subData.att_shift2_in=e.sheets.Sheet1[a].Shift2_In,i.subData.att_shift2_out=e.sheets.Sheet1[a].Shift2_Out,i.sheetsData.push(i.subData);d.post(_.apiUrl+"api/EmpAttendanceDailyController/PersEmnumber",i.sheetsData).then(function(e){i.em_numbers=e.data,i.datasend=[];for(var t=0;i.em_numbers.length>t;t++)i.em_numbers[t].emp_id_flag?(i.em_numbers[t].fcolor="black",i.modalbusy=!1):(i.em_numbers[t].fcolor="red",i.modalbusy=!1,i.errorlabel=!0);console.log(i.em_numbers)}),i.sheetName={sheet:"Sheet1"};$("#sheet_name").val("a")}else i.sheets="",swal({title:"Document Upload Failed,Does not match Column"}),i.busy=!1,i.modalbusy=!1}),t={method:"POST",url:_.apiUrl+"/api/file/uploadDocument?filename="+i.filename.name+n("date")(new Date,"dd-MM-yyyy")+"-"+n("date")(new Date,"HH-mm-ss")+"&location=Docs/Student",data:r,headers:{"Content-Type":void 0}},d(t).success(function(e){e={sims_admission_user_code:o.globals.currentUser.username,sims_admission_doc_path:e};d.post(_.apiUrl+"api/document/insertdoc",e).then(function(e){i.ins=e.data,e.data?swal({title:"Document Uploaded Successfully",imageUrl:"assets/img/check.png"}):swal({title:"Document Upload Failed, Check Connection",imageUrl:"assets/img/close.png"})})}),angular.forEach(angular.element("input[type='file']"),function(e){angular.element(e).val(null)}),i.CheckMultiple())},i.CheckAllChecked=function(){if(1==document.getElementById("allchk").checked)for(var e=0;e<i.Pers326_Get_attednce_deatils.length;e++)i.Pers326_Get_attednce_deatils[e].datastatus=!0;else for(e=0;e<i.Pers326_Get_attednce_deatils.length;e++)i.Pers326_Get_attednce_deatils[e].datastatus=!1,i.row1="",$("tr").removeClass("row_selected")},i.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),i.color="#edefef"});var e=document.getElementById("allchk");1==e.checked&&(e.checked=!1,$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected")}))},i.uploadClick=function(){r=new FormData,i.busy=!1,i.modalbusy=!1},o.globals.studentsLoaded&&i.getstudentList(),i.insertData=function(){if(""!=i.datasend){console.log(i.datasend);for(var e=[],t=0;t<i.datasend.length;t++)e.push(i.datasend[t].att_date);for(var a="",t=0;t<e.length;t++)a<e[t]&&(a=e[t]);for(var o=e[0],t=1;t<e.length;t++){var s=e[t];s<o&&(o=s)}console.log(a),console.log(o),console.log(i.datasend),d.post(_.apiUrl+"api/EmpAttendanceDailyController/MarkEmpDailyAttendance",i.datasend).then(function(e){console.log(e.data),0<e.data?(i.edt1={sdate:o},i.edt2={edate:a},i.cancelData(),i.busy=!0,i.rgvtbl=!1,l=[],d.post(_.apiUrl+"api/EmpAttendanceDailyController/Pers326_Get_attednce_deatils?sdate="+i.edt1.sdate+"&edate="+i.edt2.edate+"&dept=&desg=").then(function(e){i.Pers326_Get_attednce_deatils1=e.data,document.getElementById("Checkbox8").checked;for(var t=0;t<i.Pers326_Get_attednce_deatils1.length;t++)l.push(i.Pers326_Get_attednce_deatils1[t]);i.Pers326_Get_attednce_deatils=l,i.busy=!1,i.rgvtbl=!0}),swal("Records Inserted Successfully"),i.datasend=[],i.CheckMultiple()):0==e.data?(i.datasend=[],swal("Records Not Inserted. ")):swal("Error-"+e.data)})}else swal("","Please Select Record to Insert")},i.cancelData=function(){$("#uploadModal").modal("hide"),i.busy=!1},i.cancel=function(){i.display=!0,i.sheets=""},i.showPreviewChanged=function(e){i.sheets[i.selectedSheetName]},i.textFocus1=function(e){i.item.att_shift1_in=e},i.textFocus2=function(e){i.item.att_shift1_out=e},i.textFocus3=function(e){i.item.att_shift2_in=e},i.textFocus4=function(e){i.item.att_shift2_out=e},i.$on("student_change",function(){i.getstudentList()}),i.datasend=[],i.Checkval=function(e,t){e.opr="Q",i.values=e,i.chekindex=t;var a=document.getElementById(t+e.emp_id),o=new Date(e.att_date),s=o.getMonth()+1,n=o.getDate();s<10&&(s="0"+s),n<10&&(n="0"+n),i.d=o.getFullYear()+"-"+s+"-"+n,1==a.checked?(o={no:e.emp_id,att_date:i.d,s1in:e.att_shift1_in,s1out:e.att_shift1_out,s2in:e.att_shift2_in,s2out:e.att_shift2_out,opr:"Q"},i.datasend.push(o)):(a.checked=!1,s=c.indexOf(t),i.datasend.splice(s,1)),0<i.datasend.length?i.filecount="You Selected "+i.datasend.length+" Records":i.filecount=""},i.sort=function(e){i.colname=e,i.reverse=i.colname===e&&!i.reverse},i.colsvis=!1,i.printclick=!1,i.CheckMultiple=function(){for(var e=document.getElementById("mainchk"),t=0;t<i.em_numbers.length;t++){var a,o=document.getElementById(t+i.em_numbers[t].emp_id);1==e.checked?1!=o.checked&&(o.checked=!0,a=i.em_numbers[t],i.Checkval(a,t)):(o.checked=!1,a=i.em_numbers[t],e.checked=!1,i.Checkval(a,t))}},i.Export=function(){i.printclick=!0,swal({title:"Alert",text:"Do you want to Export in MS-Excel?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){e&&(e=new Blob([document.getElementById("fixTable").innerHTML],{type:"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;charset=utf-8"}),i.detailsField=!1,saveAs(e,"Employee Daily Attendance Report.xls"),i.colsvis=!0,i.printclick=!1,i.btn_Submit())}),i.printclick=!0},i.print=function(){i.printclick=!0,swal({title:"Alert",text:"Do you want to Print?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){var t,a,o;e&&(e=document.head.outerHTML,t=document.getElementById("fixTable").outerHTML,(o=(a=window.open("","_blank","location=yes, statusbar=no, menubar=no, titlebar=no, toolbar=no,dependent=no, width=800, height=600, resizable=yes, screenX=250, screenY=10, personalbar=no, scrollbars=yes")).document).open(),o.write("<!doctype html><html>"+e+'<body onLoad="window.print()">'+t+"</body></html>"),o.close(),a.focus(),i.btn_Submit()),i.btn_Submit()})},i.printclick=!1,i.downloadFormat=function(){i.url=_.docUrl+"format/attendance/attendance.xls",window.open(i.url,"_self","location=yes")}}]),e.directive("ngFiles",["$parse","$scope",function(s,e){return{link:function(t,e,a){var o=s(a.ngFiles);e.on("change",function(e){o(t,{$files:e.target.files})})}}}]),e.factory("XLSXReaderService",["$q","$rootScope",function(s,n){function e(e){angular.extend(this,e)}return e.readFile=function(e,t,a){var o=s.defer();return XLSXReader(e,t,a,function(e){n.$apply(function(){o.resolve(e)})}),o.promise},e}])}(),function(){"use strict";var e=angular.module("sims.module.HRMS");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("UpdateEmployeeCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV","$stateParams",function(o,t,e,a,s,n,i,d){var e=e.globals.currentUser.username,_=(o.Emp_ID=e,o.showForASD=!0,o.CompReadonly=!0,o.DOJReadonly=!0,o.DestReadonly=!0,o.DesgReadonly=!0,o.StaffTypeReadonly=!0,o.DeptReadonly=!0,o.DeptEFReadonly=!0,o.GradeReadonly=!0,o.GradeEFReadonly=!0,o.pass_num=!0,o.pass_issue_date=!0,o.pass_expiry_date=!0,o.visa_num=!0,o.visa_issue_date=!0,o.visa_expiry_date=!0,o.emirated_id=!0,o.emi_issue_date=!0,o.emi_expiry_date=!0,o.searchText=!1,o.ImgLoaded=!1,o.showBtn=!1,o.searchBtn=!1,o.searchEmp=function(e,t){o.searchBtn=!1},n.get(i.apiUrl+"api/HRMS/getLicSchool").then(function(e){o.lic_school_data=e.data,"Qatar"==o.lic_school_data[0].lic_school_country?(o.uae=!1,o.qatar=!0):(o.uae=!0,o.qatar=!1)}),n.get(i.apiUrl+"api/HRMS/getCompany").then(function(e){o.company_data=e.data}),n.get(i.apiUrl+"api/HRMS/getDestination").then(function(e){o.dest_data=e.data,o.temp={em_Company_Code:o.company_data[0].em_Company_Code,em_Dest_Code:o.dest_data[0].em_Dest_Code}}),o.EmployeeDetails=function(){o.NodataEmployee=!1,n.post(i.apiUrl+"api/common/SearchEmployee?data="+JSON.stringify(o.temp)).then(function(e){o.Employee_Details=e.data,o.EmployeeTable=!0,0<e.data.length||(o.NodataEmployee=!0)})},o.EmployeeAdd=function(e){o.temp={enroll_number:e.em_login_code,emp_name:e.empName,emp_desg:e.desg_name,emp_dept:e.dept_name}},o.saveBtnDisEn=!1,o.imageUrl=i.docUrl+n.defaults.headers.common.schoolId+"/Images/EmployeeImages/",new FormData);o.getTheFiles=function(a){angular.forEach(a,function(e,t){_.append(t,e);2e5<a[t].size&&(o.filesize=!1,swal({title:"Alert",text:"File Should Not Exceed 200Kb.",width:320,height:280}))})},o.file_changed=function(e){var e=e.files[0],t=(o.photo_filename=e.type,new FileReader);t.onload=function(t){o.$apply(function(){var e=t.target.result;$(function(){$("#empimg").attr("src",e)})})},t.readAsDataURL(e)},o.checkDOJ=function(){o.temp.em_date_of_birth>=o.temp.em_date_of_join&&(swal({title:"Alert",text:"Date Of Join Should greater than Date of Birth",width:300,height:200}),o.temp.em_date_of_join="")},o.checkPassport=function(){o.temp.em_passport_exp_date<o.temp.em_passport_issue_date&&(swal({title:"Alert",text:"Passport Expiry Date Should greater than Passport Issue Date",width:300,height:200}),o.temp.em_passport_exp_date="")},o.checkVisa=function(){o.temp.em_visa_exp_date<o.temp.em_visa_issue_date&&(swal({title:"Alert",text:"Visa Expiry Date Should greater than Visa Issue Date",width:300,height:200}),o.temp.em_visa_exp_date="")},o.checkEmiratesID=function(){o.temp.em_national_id_expiry_date<o.temp.em_national_id_issue_date&&(swal({title:"Alert",text:"Emirates ID Expiry Date Should greater than Emirates ID Issue Date",width:300,height:200}),o.temp.em_national_id_expiry_date="")},o.Cancel=function(){o.searchText=!1,o.temp="",o.emplogcode="",o.searchBtn=!0,o.Myform.$setPristine(),o.Myform.$setUntouched(),o.ImgLoaded=!1},o.globalSearch=function(){$("#MyModal").modal("show"),o.showBtn=!1},o.getdata=function(){n.get(i.apiUrl+"api/HRMS/getEmpData").then(function(e){o.obj=e.data,o.operation=!0,o.Save_btn=!0,o.display=!0}),n.get(i.apiUrl+"api/HRMS/getSearchEmpMaster?em_login_code="+o.Emp_ID).then(function(e){o.temp1=e.data,o.temp={em_login_code:o.temp1[0].em_login_code,em_number:o.temp1[0].em_number,em_service_status_code:o.temp1[0].em_service_status_code,em_status_code:o.temp1[0].em_status_code,em_apartment_number:o.temp1[0].em_apartment_number,em_family_name:o.temp1[0].em_family_name,em_street_number:o.temp1[0].em_street_number,em_area_number:o.temp1[0].em_area_number,em_phone:o.temp1[0].em_phone,em_fax:o.temp1[0].em_fax,em_post:o.temp1[0].em_post,em_emergency_contact_name2:o.temp1[0].em_emergency_contact_name2,em_emergency_contact_number2:o.temp1[0].em_emergency_contact_number2,em_joining_ref:o.temp1[0].em_joining_ref,em_ethnicity_code:o.temp1[0].em_ethnicity_code,em_handicap_status:o.temp1[0].em_handicap_status,em_stop_salary_indicator:o.temp1[0].em_stop_salary_indicator,em_agreement:o.temp1[0].em_agreement,em_punching_status:o.temp1[0].em_punching_status,em_bank_cash_tag:o.temp1[0].em_bank_cash_tag,em_citi_exp_tag:o.temp1[0].em_citi_exp_tag,em_leave_tag:o.temp1[0].em_leave_tag,em_passport_issue_place:o.temp1[0].em_passport_issue_place,em_passport_issuing_authority:o.temp1[0].em_passport_issuing_authority,em_pssport_exp_rem_date:o.temp1[0].em_pssport_exp_rem_date,em_visa_issuing_place:o.temp1[0].em_visa_issuing_place,em_visa_issuing_authority:o.temp1[0].em_visa_issuing_authority,em_visa_exp_rem_date:o.temp1[0].em_visa_exp_rem_date,em_visa_type_code:o.temp1[0].em_visa_type_code,em_agreement_start_date:o.temp1[0].em_agreement_start_date,em_agreement_exp_date:o.temp1[0].em_agreement_exp_date,em_agreemet_exp_rem_date:o.temp1[0].em_agreemet_exp_rem_date,em_punching_id:o.temp1[0].em_punching_id,em_dependant_full:o.temp1[0].em_dependant_full,em_dependant_half:o.temp1[0].em_dependant_half,em_dependant_infant:o.temp1[0].em_dependant_infant,em_Bank_Code:o.temp1[0].em_Bank_Code,em_bank_ac_no:o.temp1[0].em_bank_ac_no,em_iban_no:o.temp1[0].em_iban_no,em_route_code:o.temp1[0].em_route_code,em_bank_swift_code:o.temp1[0].em_bank_swift_code,em_gpf_ac_no:o.temp1[0].em_gpf_ac_no,em_pan_no:o.temp1[0].em_pan_no,em_labour_card_no:o.temp1[0].em_labour_card_no,em_gosi_ac_no:o.temp1[0].em_gosi_ac_no,em_gosi_start_date:o.temp1[0].em_gosi_start_date,em_national_id:o.temp1[0].em_national_id,em_secret_question_code:o.temp1[0].em_secret_question_code,em_secret_answer:o.temp1[0].em_secret_answer,em_building_number:o.temp1[0].em_building_number,em_Company_Code:o.temp1[0].em_Company_Code,em_Dept_Code:o.temp1[0].em_Dept_Code,em_Designation_Code:o.temp1[0].em_Designation_Code,em_Dest_Code:o.temp1[0].em_Dest_Code,em_Grade_Code:o.temp1[0].em_Grade_Code,em_Marital_Status_Code:o.temp1[0].em_Marital_Status_Code,em_Nation_Code:o.temp1[0].em_Nation_Code,em_Country_Code:o.temp1[0].em_Country_Code,em_State_Code:o.temp1[0].em_State_Code,em_City_Code:o.temp1[0].em_City_Code,em_Religion_Code:o.temp1[0].em_Religion_Code,em_Salutation_Code:o.temp1[0].em_Salutation_Code,em_Sex_Code:o.temp1[0].em_Sex_Code,em_Staff_Type_Code:o.temp1[0].em_Staff_Type_Code,em_blood_group_code:o.temp1[0].em_blood_group_code,em_date_of_birth:o.temp1[0].em_date_of_birth,em_date_of_join:o.temp1[0].em_date_of_join,em_dept_effect_from:o.temp1[0].em_dept_effect_from,em_email:o.temp1[0].em_email,em_emergency_contact_name1:o.temp1[0].em_emergency_contact_name1,em_emergency_contact_number1:o.temp1[0].em_emergency_contact_number1,em_first_name:o.temp1[0].em_first_name,em_grade_effect_from:o.temp1[0].em_grade_effect_from,em_last_name:o.temp1[0].em_last_name,em_middle_name:o.temp1[0].em_middle_name,em_mobile:o.temp1[0].em_mobile,em_name_ot:o.temp1[0].em_name_ot,em_national_id_expiry_date:o.temp1[0].em_national_id_expiry_date,em_national_id_issue_date:o.temp1[0].em_national_id_issue_date,em_passport_exp_date:o.temp1[0].em_passport_exp_date,em_passport_issue_date:o.temp1[0].em_passport_issue_date,em_passport_no:o.temp1[0].em_passport_no,em_summary_address:o.temp1[0].em_summary_address,em_summary_address_local_language:o.temp1[0].em_summary_address_local_language,em_visa_exp_date:o.temp1[0].em_visa_exp_date,em_stop_salary_from:o.temp1[0].em_stop_salary_from,em_visa_issue_date:o.temp1[0].em_visa_issue_date,em_visa_no:o.temp1[0].em_visa_no,em_img:o.temp1[0].em_img};var e=Math.random(),t=i.docUrl+n.defaults.headers.common.schoolId+"/Images/EmployeeImages/"+o.temp1[0].em_img+"?v="+e;$(function(){$("#empimg").attr("src",t)})})},o.getdata(),o.show_Update_Emp=function(){o.imageUrl=i.docUrl+n.defaults.headers.common.schoolId+"/Images/EmployeeImages/",n.get(i.apiUrl+"api/HRMS/getSearchEmpMaster?em_login_code="+o.Emp_ID).then(function(e){o.temp1=e.data,o.temp={em_login_code:o.temp1[0].em_login_code,em_number:o.temp1[0].em_number,em_service_status_code:o.temp1[0].em_service_status_code,em_status_code:o.temp1[0].em_status_code,em_apartment_number:o.temp1[0].em_apartment_number,em_family_name:o.temp1[0].em_family_name,em_street_number:o.temp1[0].em_street_number,em_area_number:o.temp1[0].em_area_number,em_phone:o.temp1[0].em_phone,em_fax:o.temp1[0].em_fax,em_post:o.temp1[0].em_post,em_emergency_contact_name2:o.temp1[0].em_emergency_contact_name2,em_emergency_contact_number2:o.temp1[0].em_emergency_contact_number2,em_joining_ref:o.temp1[0].em_joining_ref,em_ethnicity_code:o.temp1[0].em_ethnicity_code,em_handicap_status:o.temp1[0].em_handicap_status,em_stop_salary_indicator:o.temp1[0].em_stop_salary_indicator,em_agreement:o.temp1[0].em_agreement,em_punching_status:o.temp1[0].em_punching_status,em_bank_cash_tag:o.temp1[0].em_bank_cash_tag,em_citi_exp_tag:o.temp1[0].em_citi_exp_tag,em_leave_tag:o.temp1[0].em_leave_tag,em_passport_issue_place:o.temp1[0].em_passport_issue_place,em_passport_issuing_authority:o.temp1[0].em_passport_issuing_authority,em_pssport_exp_rem_date:o.temp1[0].em_pssport_exp_rem_date,em_visa_issuing_place:o.temp1[0].em_visa_issuing_place,em_visa_issuing_authority:o.temp1[0].em_visa_issuing_authority,em_visa_exp_rem_date:o.temp1[0].em_visa_exp_rem_date,em_visa_type_code:o.temp1[0].em_visa_type_code,em_agreement_start_date:o.temp1[0].em_agreement_start_date,em_agreement_exp_date:o.temp1[0].em_agreement_exp_date,em_agreemet_exp_rem_date:o.temp1[0].em_agreemet_exp_rem_date,em_punching_id:o.temp1[0].em_punching_id,em_dependant_full:o.temp1[0].em_dependant_full,em_dependant_half:o.temp1[0].em_dependant_half,em_dependant_infant:o.temp1[0].em_dependant_infant,em_Bank_Code:o.temp1[0].em_Bank_Code,em_bank_ac_no:o.temp1[0].em_bank_ac_no,em_iban_no:o.temp1[0].em_iban_no,em_route_code:o.temp1[0].em_route_code,em_bank_swift_code:o.temp1[0].em_bank_swift_code,em_gpf_ac_no:o.temp1[0].em_gpf_ac_no,em_pan_no:o.temp1[0].em_pan_no,em_labour_card_no:o.temp1[0].em_labour_card_no,em_gosi_ac_no:o.temp1[0].em_gosi_ac_no,em_gosi_start_date:o.temp1[0].em_gosi_start_date,em_national_id:o.temp1[0].em_national_id,em_secret_question_code:o.temp1[0].em_secret_question_code,em_secret_answer:o.temp1[0].em_secret_answer,em_building_number:o.temp1[0].em_building_number,em_Company_Code:o.temp1[0].em_Company_Code,em_Dept_Code:o.temp1[0].em_Dept_Code,em_Designation_Code:o.temp1[0].em_Designation_Code,em_Dest_Code:o.temp1[0].em_Dest_Code,em_Grade_Code:o.temp1[0].em_Grade_Code,em_Marital_Status_Code:o.temp1[0].em_Marital_Status_Code,em_Nation_Code:o.temp1[0].em_Nation_Code,em_Country_Code:o.temp1[0].em_Country_Code,em_State_Code:o.temp1[0].em_State_Code,em_City_Code:o.temp1[0].em_City_Code,em_Religion_Code:o.temp1[0].em_Religion_Code,em_Salutation_Code:o.temp1[0].em_Salutation_Code,em_Sex_Code:o.temp1[0].em_Sex_Code,em_Staff_Type_Code:o.temp1[0].em_Staff_Type_Code,em_blood_group_code:o.temp1[0].em_blood_group_code,em_date_of_birth:o.temp1[0].em_date_of_birth,em_date_of_join:o.temp1[0].em_date_of_join,em_dept_effect_from:o.temp1[0].em_dept_effect_from,em_email:o.temp1[0].em_email,em_emergency_contact_name1:o.temp1[0].em_emergency_contact_name1,em_emergency_contact_number1:o.temp1[0].em_emergency_contact_number1,em_first_name:o.temp1[0].em_first_name,em_grade_effect_from:o.temp1[0].em_grade_effect_from,em_last_name:o.temp1[0].em_last_name,em_middle_name:o.temp1[0].em_middle_name,em_mobile:o.temp1[0].em_mobile,em_name_ot:o.temp1[0].em_name_ot,em_national_id_expiry_date:o.temp1[0].em_national_id_expiry_date,em_national_id_issue_date:o.temp1[0].em_national_id_issue_date,em_passport_exp_date:o.temp1[0].em_passport_exp_date,em_passport_issue_date:o.temp1[0].em_passport_issue_date,em_passport_no:o.temp1[0].em_passport_no,em_summary_address:o.temp1[0].em_summary_address,em_summary_address_local_language:o.temp1[0].em_summary_address_local_language,em_visa_exp_date:o.temp1[0].em_visa_exp_date,em_stop_salary_from:o.temp1[0].em_stop_salary_from,em_visa_issue_date:o.temp1[0].em_visa_issue_date,em_visa_no:o.temp1[0].em_visa_no,em_img:o.temp1[0].em_img};var e=Math.random(),t=i.docUrl+n.defaults.headers.common.schoolId+"/Images/EmployeeImages/"+o.temp1[0].em_img+"?v="+e;$(function(){$("#empimg").attr("src",t)})})},o.image_click=function(){o.ImgLoaded=!0},o.UpdateData=function(e){e?(e=o.temp,void 0!==o.photo_filename&&(o.em_img="",e.em_img=o.temp.em_login_code+"."+o.photo_filename.split("/")[1]),e.opr="U",e.subopr="Up",n.post(i.apiUrl+"api/HRMS/CUMasterEmployee",e).then(function(e){o.CUDobj=e.data,swal({text:o.CUDobj.strMessage,timer:1e4}),t.reload(),o.show_Update_Emp(),goToState("main.EmpDshBrd")}),1==o.ImgLoaded&&(e={method:"POST",url:i.apiUrl+"/api/file/upload?filename="+o.temp.em_login_code+"&location=/EmployeeImages",data:_,headers:{"Content-Type":void 0}},n(e).success(function(e){})),o.searchText=!1):swal({text:"Kindly fill mandatory field",timer:5e3,width:360})},$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0,format:"yyyy-mm-dd"}),$(document).on("touch click",'*[data-datepicker="true"] .add-on',function(e){$('input[type="text"]',$(this).parent()).focus()})}]),e.directive("ngFiles",["$parse",function(s){return{link:function(t,e,a){var o=s(a.ngFiles);e.on("change",function(e){o(t,{$files:e.target.files})})}}}]),e.filter("randomSrc",function(){return function(e){if(e)return e+"?r="+Math.random()}})}(),function(){"use strict";angular.module("sims.module.HRMS").controller("EmployeeDocumentUploadNewCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(p,e,t,a,o,s,n){p.username=t.globals.currentUser.username,p.pagesize="10",p.pageindex=0,p.pagesize1="5",p.pageindex1=0,p.save_btn=!0,p.display=!1,p.showFileName=!1,p.terms=!0,p.upload_button=!0,["siso","asis","abqis","alimtiaz"].includes(s.defaults.headers.common.schoolId)&&s.get(n.apiUrl+"api/EmpDocumentupload/getUseraccess?user_code_from="+p.username).then(function(e){p.deleteVisible=!0,"0"==e.data[0].message&&(console.log("done"),p.deleteVisible=!1)});var i,d,c,l,r,m=new Date,m=m.getDate()+"/"+(m.getMonth()+1)+"/"+m.getFullYear()+"/"+m.getHours()+":"+m.getMinutes()+":"+m.getSeconds(),u=(p.ddaayy=m,p.temp={show:"all",user:t.globals.currentUser.username.toLowerCase()},new FormData),g=t.globals.currentUser.username.toLowerCase(),h=(a(function(){$("#fixTable").tableHeadFixer({top:1}),$("#fixTable1").tableHeadFixer({top:1}),$("#example_wrapper").scrollbar()},100),p.countData=[{val:10,data:10},{val:20,data:20}],"seps"==s.defaults.headers.common.schoolId?p.terms=!1:p.terms=!0,s.get(n.apiUrl+"api/EmpDocumentupload/getcompany").then(function(e){p.companyNameData=e.data,p.temp.company_code=p.companyNameData[0].company_code,p.getOthercomboData(p.companyNameData[0].company_code)}),!1);function f(e){(e=e||window.event).preventDefault(),l=e.clientX,r=e.clientY,document.onmouseup=b,document.onmousemove=y}function y(e){(e=e||window.event).preventDefault(),d=l-e.clientX,c=r-e.clientY,l=e.clientX,r=e.clientY,i.style.top=i.offsetTop-c+"px",i.style.left=i.offsetLeft-d+"px"}function b(){document.onmouseup=null,document.onmousemove=null}p.getRegDate=function(e,t){h=!1,$("#dateModal").modal({backdrop:"static",keyboard:!0}),e.ischecked=!0;let a,o;"issue"===t?(a=e.pays_doc_issue_date,o="Issue",p.currentDateType="issue"):(a=e.pays_doc_expiry_date,o="Expiry",p.currentDateType="expiry"),p.temp1={reg_date:a||""},p.currentInfo=e},p.setRegDate=function(){var e=p.currentInfo,t=p.currentDateType,a=p.temp1.reg_date;function o(e){return e?(e=e.split("-").map(Number),new Date(e[2],e[1]-1,e[0])):null}if(a)if(/^\d{2}-\d{2}-\d{4}$/.test(a)){if("expiry"===t){var t=o(e.pays_doc_issue_date),s=o(a);if(!t)return swal({icon:"error",title:"Invalid Issue Date",text:"Please enter a valid issue date first"}),void(p.temp1.reg_date="");if(s<=t)return swal({icon:"error",title:"Invalid Expiry Date",text:"Expiry date must be later than the issue date"}),void(p.temp1.reg_date="");e.pays_doc_expiry_date=a}else e.pays_doc_issue_date=a;$("#dateModal").modal("hide")}else swal({icon:"error",title:"Invalid Date Format",text:"Please enter the date in DD-MM-YYYY format"}),p.temp1.reg_date="";else $("#dateModal").modal("hide")},$("#dateModal").on("hidden.bs.modal",function(){var e=p.currentInfo;"expiry"===p.currentDateType?e.pays_doc_expiry_date=e.pays_doc_expiry_date||"":e.pays_doc_issue_date=e.pays_doc_issue_date||""}),p.getDatedetails=function(){for(var e=0;e<p.filteredTodos.length;e++)for(var t=0;t<p.filteredTodos[e].arr.length;t++)if(1==p.filteredTodos[e].arr[t].ischecked){1==h?p.filteredTodos[e].arr[t].pays_doc_issue_date=p.temp1.reg_date:0==h&&null!=p.filteredTodos[e].pays_doc_issue_date&&""!=p.filteredTodos[e].pays_doc_issue_date&&(p.filteredTodos[e].arr[t].pays_doc_expiry_date=p.temp1.reg_date),p.filteredTodos[e].arr[t].ischecked=!1;break}},p.Upload=function(e){var t=new Date,t=(C=[],x=!(D=[]),p.showUpdateBtn=!1,document.getElementById("file1").value="",p.filename=e.pays_doc_empl_id+"_"+e.pays_doc_desc1+"_"+t.getHours()+t.getMinutes()+t.getSeconds(),p.strd=p.filename,p.filename=p.strd.replace(/[\/\\#, +$~%'":*?<>{}]/g,"_"),""==e.pays_doc_srno&&(x=!0,p.showUpdateBtn=!1,a={pays_doc_empl_id:e.pays_doc_empl_id,pays_doc_mod_code:e.pays_doc_mod_code,pays_doc_code:e.pays_doc_code,pays_doc_desc:e.pays_doc_desc,pays_doc_path:e.pays_doc_path,pays_doc_issue_date:e.pays_doc_issue_date,pays_doc_expiry_date:e.pays_doc_expiry_date,pays_doc_status:!0},C.push(a)),p.pays_doc_empl_id=e.pays_doc_empl_id,p.pays_doc_desc1=e.pays_doc_desc1,p.photo_filename.split("/")[1]),a=(p.filename1=p.filename+"."+t,[]),e=[];if(null==p.photo_filename||""==p.photo_filename)swal({title:"Alert",text:"Please Select File",width:300,height:200});else{if(1==x)for(var o=0;o<C.length;o++)a={pays_doc_empl_id:C[o].pays_doc_empl_id,pays_doc_mod_code:C[o].pays_doc_mod_code,pays_doc_code:C[o].pays_doc_code,pays_doc_desc:C[o].pays_doc_desc,pays_doc_path:p.filename1,pays_doc_issue_date:C[o].pays_doc_issue_date,pays_doc_expiry_date:C[o].pays_doc_expiry_date,pays_doc_status:!0,opr:"I"};e.push(a),s.post(n.apiUrl+"api/EmpDocumentupload/InsertUpdateDocumentDetail",e).then(function(e){p.msg1=e.data,$("#myModal").modal("hide"),1==p.msg1?(swal({text:"Employee document uploaded successfully",imageUrl:"assets/img/check.png",width:300,height:200}),p.show(),p.photo_filename=""):0==p.msg1?(swal({text:"Employee document not uploaded. Please enter emp id or name. ",imageUrl:"assets/img/close.png",width:300,height:200}),p.show()):swal("Error-"+p.msg1);e={method:"POST",url:n.apiUrl+"api/AssignmentUpload/upload1?filename="+p.filename1+"&location=Images/EmployeeDocument/",data:v,headers:{"Content-Type":void 0}};s(e).success(function(e){},function(){alert("Err")}),angular.forEach(angular.element("input[type='file']"),function(e){angular.element(e).val(null)})},function(){$("#ErrorMessage").modal({backdrop:"static"})})}},p.Update=function(e){var t=new Date,a=(C=[],x=!(D=[]),p.showUpdateBtn=!1,document.getElementById("file1").value="",p.filename=e.pays_doc_empl_id+"_"+e.pays_doc_desc1+"_"+t.getHours()+t.getMinutes()+t.getSeconds(),p.strd=p.filename,p.filename=p.strd.replace(/[\/\\#, +$~%'":*?<>{}]/g,"_"),(""==e.pays_doc_srno?(x=!0,p.showUpdateBtn=!1,a={pays_doc_empl_id:e.pays_doc_empl_id,pays_doc_mod_code:e.pays_doc_mod_code,pays_doc_code:e.pays_doc_code,pays_doc_desc:e.pays_doc_desc,pays_doc_path:e.pays_doc_path,pays_doc_issue_date:e.pays_doc_issue_date,pays_doc_expiry_date:e.pays_doc_expiry_date,pays_doc_status:!0},C):(x=!1,p.showUpdateBtn=!0,a={pays_doc_srno:e.pays_doc_srno,pays_doc_empl_id:e.pays_doc_empl_id,pays_doc_mod_code:e.pays_doc_mod_code,pays_doc_code:e.pays_doc_code,pays_doc_desc:e.pays_doc_desc,pays_doc_path:e.pays_doc_path,pays_doc_issue_date:e.pays_doc_issue_date,pays_doc_expiry_date:e.pays_doc_expiry_date,pays_doc_status:!0},D)).push(a),p.pays_doc_empl_id=e.pays_doc_empl_id,p.pays_doc_desc1=e.pays_doc_desc1,[]),t=[];if(null==p.photo_filename||""==p.photo_filename||null==p.photo_filename){for(var o=0;o<D.length;o++)a={pays_doc_srno:D[o].pays_doc_srno,pays_doc_empl_id:D[o].pays_doc_empl_id,pays_doc_mod_code:D[o].pays_doc_mod_code,pays_doc_code:D[o].pays_doc_code,pays_doc_desc:D[o].pays_doc_desc,pays_doc_path:D[o].pays_doc_path,pays_doc_issue_date:D[o].pays_doc_issue_date,pays_doc_expiry_date:D[o].pays_doc_expiry_date,pays_doc_status:!0,opr:"U"};t.push(a)}else{e=p.photo_filename.split("/")[1];p.filename1=p.filename+"."+e;for(o=0;o<D.length;o++)a={pays_doc_srno:D[o].pays_doc_srno,pays_doc_empl_id:D[o].pays_doc_empl_id,pays_doc_mod_code:D[o].pays_doc_mod_code,pays_doc_code:D[o].pays_doc_code,pays_doc_desc:D[o].pays_doc_desc,pays_doc_path:p.filename1,pays_doc_issue_date:D[o].pays_doc_issue_date,pays_doc_expiry_date:D[o].pays_doc_expiry_date,pays_doc_status:!0,opr:"U"};t.push(a);e={method:"POST",url:n.apiUrl+"api/AssignmentUpload/upload1?filename="+p.filename1+"&location=Images/EmployeeDocument/",data:v,headers:{"Content-Type":void 0}};s(e).success(function(e){},function(){alert("Err")})}s.post(n.apiUrl+"api/EmpDocumentupload/InsertUpdateDocumentDetail",t).then(function(e){p.msg1=e.data,$("#myModal").modal("hide"),1==p.msg1?(swal({text:"Employee document uploaded successfully",imageUrl:"assets/img/check.png",width:300,height:200}),p.show(),p.photo_filename=""):0==p.msg1?(swal({text:"Employee document not uploaded",imageUrl:"assets/img/close.png",width:300,height:200}),p.show()):swal("Error-"+p.msg1)},function(){$("#ErrorMessage").modal({backdrop:"static"})})},i=document.getElementById("mydiv"),r=l=c=d=0,document.getElementById(i.id+"header")?document.getElementById(i.id+"header").onmousedown=f:i.onmousedown=f,p.hideModal=function(){p.showFileName=!0,p.filename1=p.filename,null!=p.filename1&&""!=p.filename1&&null!=p.filename1||(p.showFileName=!1),p.filenameassigningData.pays_doc_path=p.filename1,$("#myModal").modal("hide")},p.size=function(e){"All"===e?(p.currentPage="1",p.filteredTodos=p.finalData,p.pager=!1):(p.pager=!0,p.pagesize=e,p.currentPage=1,p.numPerPage=e,p.makeTodos())},p.index=function(e){p.pageindex=e,p.currentPage=e,p.makeTodos(),(void 0).checked=!1,p.row1=""},p.filteredTodos=[],p.currentPage=1,p.numPerPage=10,p.maxSize=10,p.makeTodos=function(){var e=parseInt(p.totalItems%p.numPerPage),e=(p.pagersize="0"==e?parseInt(p.totalItems/p.numPerPage):parseInt(p.totalItems/p.numPerPage)+1,(p.currentPage-1)*p.numPerPage),t=parseInt(e)+parseInt(p.numPerPage);!1===p.pager?p.filteredTodos=p.todos:p.filteredTodos=p.todos.slice(e,t)},p.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).pays_doc_empl_name.toLowerCase().indexOf(t.toLowerCase())||-1<e.pays_doc_empl_id.toLowerCase().indexOf(t.toLowerCase())||-1<e.pays_doc_desc1.toLowerCase().indexOf(t.toLowerCase())||-1<e.pays_doc_path.toLowerCase().indexOf(t.toLowerCase())||-1<e.pays_doc_desc.toLowerCase().indexOf(t.toLowerCase())||-1<e.dt.toLowerCase().indexOf(t.toLowerCase())||e.pays_doc_srno==t;var t})},p.search=function(){p.todos=p.searched(p.finalData,p.searchText),p.totalItems=p.todos.length,p.currentPage="1",""==p.searchText&&(p.todos=p.finalData),p.makeTodos(),(void 0).checked=!1,p.CheckAllChecked()};var v,w,k,C=[],D=[],x=!1;p.showUpdateBtn=!1,p.UploadImageModal=function(e){p.filenameassigningData=e,$("#myModal").modal("show")},p.getTheFiles=function(e){angular.forEach(e,function(e,t){u.append(t,e)})};function S(e){for(var t=[],a=0;a<p.feetemp.length;a++)p.feetemp[a].pays_doc_empl_name==e&&t.push(p.feetemp[a]);for(var o=t,s=o.length,n=[],i=0;i<s;i++){for(var d in o[i].PAvals)n.push({mode:d,value:0});break}for(i=0;i<s;i++)for(var _=0;_<n.length;_++)n[_].value=parseFloat(n[_].value)+parseFloat(o[i].PAvals[n[_].mode]);for(var c={},l=0;l<n.length;l++)0!=n[l].value&&(c[n[l].mode]=n[l].value);for(i=0;i<s;i++){var r={},m=[];for(l in c)r[l]=o[i].PAvals[l],m.push(l);o[i].PAvals=r,o[i].PAcols=m}return t}p.file_changed=function(e,t){k=e.files[0],w=e.files,p.photo_filename=k.name;e=p.photo_filename.split(".");if(p.photo_filename.split(".")[e.length-1],p.edt1={sims_timetable_filename:p.photo_filename},$.extend(p.edt,p.edt1),p.photo_filename=k.type,w.length){v=new FormData;for(var a=0;a<w.length;a++){w[a].name.split(".");v.append(w[a].name,w[a],"Web\\"+w[a].name.replace(/\s/g,""))}}e=new FileReader;e.onload=function(e){p.$apply(function(){p.prev_img=e.target.result})},new Date;p.filename=k.name,e.readAsDataURL(k)},p.getOthercomboData=function(e){s.get(n.apiUrl+"api/EmpDocumentupload/getDepartmentNames?company_code="+e).then(function(e){p.DepartmentNameData=e.data}),s.get(n.apiUrl+"api/EmpDocumentupload/getDesignation?company_code="+e).then(function(e){p.DesignationData=e.data}),s.get(n.apiUrl+"api/EmpDocumentupload/getDocumentName").then(function(e){p.DocumentName=e.data})},p.reset=function(){p.temp1={},p.table=!1,p.temp={show:"all",user:g,company_code:p.companyNameData[0].company_code}},p.show=function(){"slis"==s.defaults.headers.common.schoolId||"amps"==s.defaults.headers.common.schoolId||"iisq"==s.defaults.headers.common.schoolId||"kis"==s.defaults.headers.common.schoolId||"ihsonlineom"==s.defaults.headers.common.schoolId||"mstagingom"==s.defaults.headers.common.schoolId||"ihsonlineag"==s.defaults.headers.common.schoolId||"mstagingag"==s.defaults.headers.common.schoolId||"iisonlinedso"==s.defaults.headers.common.schoolId||"mstagingdso"==s.defaults.headers.common.schoolId||"seps"==s.defaults.headers.common.schoolId||"ds"==s.defaults.headers.common.schoolId||"sia"==s.defaults.headers.common.schoolId||"bloomeducation"==s.defaults.headers.common.schoolId?null==p.temp.company_code||""==p.temp.company_code?swal({title:"Alert",text:"Please Select Company",width:300,height:200}):s.post(n.apiUrl+"api/EmpDocumentupload/DocumentdetailDataSlis",p.temp).then(function(e){p.temp=p.test,p.DocumentdetailsData=e.data,p.showFileName=!1,0<p.DocumentdetailsData.length?(p.table=!0,p.pager=!0):(p.table=!1,swal({title:"Alert",text:"Record Not Found",width:300,height:200})),p.feetemp=e.data;p.PAcols=[];p.allDt=[];for(var t,a=0;a<p.feetemp.length;a++){var o=p.feetemp[a].pays_doc_empl_name;null==p.allDt[o]&&(p.allDt[o]=S(o))}for(t in p.finalData=[],p.allDt){var s={dt:t,arr:p.allDt[t]};p.finalData.push(s)}3<p.countData.length?(p.countData.splice(3,1),p.countData.push({val:p.DocumentdetailsData.length})):p.countData.push({val:p.DocumentdetailsData.length,data:"All"}),p.totalItems=p.finalData.length,p.todos=p.finalData,p.makeTodos()}):null==p.temp.company_code||""==p.temp.company_code?swal({title:"Alert",text:"Please Select Company",width:300,height:200}):s.post(n.apiUrl+"api/EmpDocumentupload/DocumentdetailData",p.temp).then(function(e){p.DocumentdetailsData=e.data,p.showFileName=!1,0<p.DocumentdetailsData.length?(void 0===p.temp.pays_doc_empl_id||""===p.temp.pays_doc_empl_id?p.upload_button=!0:p.upload_button=!1,p.table=!0,p.pager=!0):(p.table=!1,swal({title:"Alert",text:"Record Not Found",width:300,height:200})),p.feetemp=e.data;p.PAcols=[];p.allDt=[];for(var t,a=0;a<p.feetemp.length;a++){var o=p.feetemp[a].pays_doc_empl_name;null==p.allDt[o]&&(p.allDt[o]=S(o))}for(t in p.finalData=[],p.allDt){var s={dt:t,arr:p.allDt[t]};p.finalData.push(s)}3<p.countData.length?(p.countData.splice(3,1),p.countData.push({val:p.DocumentdetailsData.length})):p.countData.push({val:p.DocumentdetailsData.length,data:"All"}),p.currentPage=1,p.totalItems=p.finalData.length,p.todos=p.finalData,p.makeTodos()})},p.downloaddoc=function(e){window.open(n.docUrl+s.defaults.headers.common.schoolId+"/Images/EmployeeDocument/"+e,"_new")},p.deleteDoc=function(e){var t={pays_doc_code:e.pays_doc_code,pays_doc_srno:e.pays_doc_srno,pays_doc_empl_id:e.pays_doc_empl_id};swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,confirmButtonText:"Yes",showCancelButton:!0,width:380,cancelButtonText:"No"}).then(function(e){e&&s.post(n.apiUrl+"api/EmpDocumentupload/DocumentDelete",t).then(function(e){p.msg1=e.data,1==p.msg1?swal({text:"Document deleted successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&p.show()}):0==p.msg1?swal({text:"Document not deleted",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){}):swal({text:p.msg1,showCloseButton:!0,width:380}).then(function(e){})})})}}])}(),function(){"use strict";var e=angular.module("sims.module.HRMS");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("OvertimeHourCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(o,e,t,a,s,n,i){o.pagesize="5",o.table1=!0,o.operation=!1,o.editmode=!1,o.edt={},n.post(i.apiUrl+"api/OvertimeHour/Company").then(function(e){o.Company=e.data,o.edt={comp_code:o.Company[0].comp_code}}),n.post(i.apiUrl+"api/OvertimeHour/Department").then(function(e){o.Department=e.data}),n.post(i.apiUrl+"api/OvertimeHour/Designation").then(function(e){o.Designation=e.data}),n.post(i.apiUrl+"api/OvertimeHour/Grade").then(function(e){o.Grade=e.data}),n.post(i.apiUrl+"api/OvertimeHour/Year_month").then(function(e){o.Year_month=e.data}),o.Show_data=function(){if(void 0===o.edt.comp_code&&(o.edt.comp_code=""),void 0===o.edt.dept_code&&(o.edt.dept_code=""),void 0===o.edt.desg_code&&(o.edt.desg_code=""),void 0===o.edt.grade_code&&(o.edt.grade_code=""),void 0===o.edt.emp_id&&(o.edt.emp_id=""),void 0===o.edt.year_month||""===o.edt.year_month||null===o.edt.year_month)swal({title:"Alert",text:"Please select year month"});else{var e="";if(void 0===o.edt.ot_type)swal({title:"Alert",text:"Please select over time type"});else{for(var t,a=0;a<o.edt.ot_type.length;a++)e=e+o.edt.ot_type[a]+",";""===e?swal({title:"Alert",text:"Please select over time type"}):(o.buzy=!0,t={emp_id:o.edt.emp_id,comp_code:o.edt.comp_code,dept_code:o.edt.dept_code,desg_code:o.edt.desg_code,grade_code:o.edt.grade_code,year_month:o.edt.year_month,ot_type:e},n.post(i.apiUrl+"api/OvertimeHour/EmployeeOT",t).then(function(e){o.EmployeeOT=e.data,0<o.EmployeeOT.length&&(o.rgvtbl=!0),o.buzy=!1}))}}},o.reset_form=function(){o.EmployeeOT="",o.edt="",o.rgvtbl=!1;try{$("#cmb_grade").multipleSelect("uncheckAll")}catch(e){}n.post(i.apiUrl+"api/OvertimeHour/Company").then(function(e){o.Company=e.data,o.edt={comp_code:o.Company[0].comp_code}}),n.post(i.apiUrl+"api/OvertimeHour/Department").then(function(e){o.Department=e.data}),n.post(i.apiUrl+"api/OvertimeHour/Designation").then(function(e){o.Designation=e.data}),n.post(i.apiUrl+"api/OvertimeHour/Grade").then(function(e){o.Grade=e.data}),n.post(i.apiUrl+"api/OvertimeHour/Year_month").then(function(e){o.Year_month=e.data}),o.buzy=!1},o.updateOT=function(){for(var e=[],t=0;t<o.EmployeeOT.length;t++){""===o.EmployeeOT[t].ot_hou&&(o.EmployeeOT[t].ot_hou=0);var a={emp_id:o.EmployeeOT[t].emp_id,comp_code:o.edt.comp_code,year_month:o.edt.year_month,ot_type:o.EmployeeOT[t].ot_type,ot_hou:o.EmployeeOT[t].ot_hou};e.push(a)}n.post(i.apiUrl+"api/OvertimeHour/UpdateOT",e).then(function(e){o.UpdateOT=e.data,!0===o.UpdateOT?swal("","Overtime updated successfully."):!1===o.UpdateOT?swal("","Overtime not updated."):swal("Error-"+o.UpdateOT)}),o.rgvtbl=!1,o.buzy=!0,o.reset_form()},n.post(i.apiUrl+"api/OvertimeHour/OTtype").then(function(e){o.OTtype=e.data,setTimeout(function(){$("#cmb_grade").multipleSelect({width:"100%"})},1e3)}),$(function(){$("#cmb_grade").multipleSelect({width:"100%"})}),a(function(){$("#Table2").tableHeadFixer({top:1})},100)}])}(),function(){"use strict";var d,c=[],l=[],r=[],e=angular.module("sims.module.HRMS");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("OvertimeRateCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(o,e,t,a,s,n,i){o.pagesize="10",o.table1=!0,o.operation=!1,o.editmode=!1,o.edt={},o.showPager=!0,n.get(i.apiUrl+"api/OverTimeRate/getOverTimeRateDetails").then(function(e){o.OverTimeRateDetails=e.data,o.totalItems=o.OverTimeRateDetails.length,o.todos=o.OverTimeRateDetails,o.makeTodos()}),n.get(i.apiUrl+"api/common/getCompanyName").then(function(e){o.CompanyName_Data=e.data,o.edt.dr_company_code=o.CompanyName_Data[0].pc_company_code,o.getDepartments(o.CompanyName_Data[0].pc_company_code)}),n.get(i.apiUrl+"api/OverTimeRate/getformuladesc").then(function(e){o.formuladesc=e.data}),o.getDepartments=function(e){n.get(i.apiUrl+"api/common/getDepartmentNameByCompany?comp="+o.edt.dr_company_code).then(function(e){o.DepartmentName=e.data}),n.get(i.apiUrl+"api/common/getGradeNameByCompany?comp="+o.edt.dr_company_code).then(function(e){o.GradeNames=e.data})},o.size=function(e){"All"==e?(o.currentPage=1,o.showPager=!1,o.filteredTodos=o.OverTimeRateDetails):(o.showPager=!0,o.pagesize=e,o.currentPage=1,o.numPerPage=e,console.log("numPerPage="+o.numPerPage),o.makeTodos())},o.index=function(e){o.pageindex=e,o.currentPage=e,console.log("currentPage="+o.currentPage),o.makeTodos(),d.checked=!1,o.CheckAllChecked()},o.New=function(){o.editmode=!1,o.newmode=!0,o.readonly=!1,o.table1=!1,o.operation=!0,o.savebtn=!0,o.updatebtn=!1,o.myForm.$setPristine(),o.myForm.$setUntouched(),o.edt={},o.edt.dr_company_code=o.CompanyName_Data[0].pc_company_code},o.up=function(e){o.savebtn=!1,o.updatebtn=!0,o.table1=!1,o.operation=!0,o.editmode=!0,o.newmode=!1,o.readonly=!0,o.edt={dr_company_code:e.dr_company_code,dr_company_name:e.dr_company_name,dr_dept_code:e.dr_dept_code,dr_dept_name:e.dr_dept_name,dr_grade_code:e.dr_grade_code,dr_grade_name:e.dr_grade_name,dr_ot_formula:e.dr_ot_formula,dr_ot_formula_name:e.dr_ot_formula_name,dr_ot_rate:e.dr_ot_rate,dr_holiday_ot_formula:e.dr_holiday_ot_formula,dr_holiday_ot_formula_name:e.dr_holiday_ot_formula_name,dr_holiday_ot_rate:e.dr_holiday_ot_rate,dr_special_ot_formula:e.dr_special_ot_formula,dr_special_ot_formula_name:e.dr_special_ot_formula_name,dr_special_ot_rate:e.dr_special_ot_rate,dr_special_holi_ot_formula:e.dr_special_holi_ot_formula,dr_special_holi_ot_formula_name:e.dr_special_holi_ot_formula_name,dr_special_holi_ot_rate:e.dr_special_holi_ot_rate,dr_travel_rate:e.dr_travel_rate}},o.cancel=function(){o.table1=!0,o.operation=!1,o.myForm.$setPristine(),o.myForm.$setUntouched(),o.edt={dr_company_name:"",dr_dept_code:"",dr_dept_name:"",dr_grade_code:"",dr_grade_name:"",dr_ot_formula:"",dr_ot_formula_name:"",dr_ot_rate:"",dr_holiday_ot_formula:"",dr_holiday_ot_formula_name:"",dr_holiday_ot_rate:"",dr_special_ot_formula:"",dr_special_ot_formula_name:"",dr_special_ot_rate:"",dr_special_holi_ot_formula:"",dr_special_holi_ot_formula_name:"",dr_special_holi_ot_rate:"",dr_travel_rate:""}},o.Save=function(e){if(e){r=[],l=[],(r=o.edt).opr="I",o.exist=!1;for(var t=0;t<o.OverTimeRateDetails.length;t++)o.OverTimeRateDetails[t].dr_company_code==r.dr_company_code&&o.OverTimeRateDetails[t].dr_dept_code==r.dr_dept_code&&o.OverTimeRateDetails[t].dr_grade_code==r.dr_grade_code&&(o.exist=!0);o.exist?swal({text:"Record Already Exists",imageUrl:"assets/img/notification-alert.png",width:300,height:200}):(l.push(r),n.post(i.apiUrl+"api/OverTimeRate/OvertimeRateDetailsCUD",l).then(function(e){o.msg1=e.data,1==o.msg1?swal({text:"Record Inserted Successfully",imageUrl:"assets/img/check.png",width:300,height:200}):0==o.msg1?swal({text:"Record Not Inserted. ",imageUrl:"assets/img/close.png",width:300,height:200}):swal("Error-"+o.msg1),n.get(i.apiUrl+"api/OverTimeRate/getOverTimeRateDetails").then(function(e){o.OverTimeRateDetails=e.data,o.totalItems=o.OverTimeRateDetails.length,o.todos=o.OverTimeRateDetails,o.makeTodos()})})),o.table1=!0,o.operation=!1}},o.Update=function(e){e&&(r=[],l=[],(r=o.edt).opr="U",l.push(r),n.post(i.apiUrl+"api/OverTimeRate/OvertimeRateDetailsCUD",l).then(function(e){o.msg1=e.data,1==o.msg1?swal({text:"Record Updated Successfully",imageUrl:"assets/img/check.png",width:300,height:200}):0==o.msg1?swal({text:"Record Not Updated. ",imageUrl:"assets/img/close.png",width:300,height:200}):swal("Error-"+o.msg1),n.get(i.apiUrl+"api/OverTimeRate/getOverTimeRateDetails").then(function(e){o.OverTimeRateDetails=e.data,o.totalItems=o.OverTimeRateDetails.length,o.todos=o.OverTimeRateDetails,o.makeTodos()})}),o.operation=!1,o.table1=!0)},o.filteredTodos=[],o.currentPage=1,o.numPerPage=5,o.maxSize=5,o.makeTodos=function(){var e=parseInt(o.totalItems%o.numPerPage),e=(o.pagersize="0"==e?parseInt(o.totalItems/o.numPerPage):parseInt(o.totalItems/o.numPerPage)+1,(o.currentPage-1)*o.numPerPage),t=parseInt(e)+parseInt(o.numPerPage);console.log("begin="+e),console.log("end="+t),o.filteredTodos=o.todos.slice(e,t)},o.CheckAllChecked=function(){d=document.getElementById("mainchk");for(var e=0;e<o.filteredTodos.length;e++){var t=document.getElementById(o.filteredTodos[e].dr_company_code+e);1==d.checked?(t.checked=!0,$("tr").addClass("row_selected")):(t.checked=!1,$("tr").removeClass("row_selected"))}},o.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),o.color="#edefef"}),1==(d=document.getElementById("mainchk")).checked&&(d.checked=!1,$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected")}))},o.deleterecord=function(){c=[],o.flag=!1;for(var e,t=0;t<o.filteredTodos.length;t++)1==document.getElementById(o.filteredTodos[t].dr_company_code+t).checked&&(o.flag=!0,e={dr_company_code:o.filteredTodos[t].dr_company_code,dr_dept_code:o.filteredTodos[t].dr_dept_code,dr_grade_code:o.filteredTodos[t].dr_grade_code,opr:"D"},c.push(e));o.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)n.post(i.apiUrl+"api/OverTimeRate/OvertimeRateDetailsCUD",c).then(function(e){o.msg1=e.data,1==o.msg1?swal({text:"Record Deleted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&(n.get(i.apiUrl+"api/OverTimeRate/getOverTimeRateDetails").then(function(e){o.OverTimeRateDetails=e.data,o.totalItems=o.OverTimeRateDetails.length,o.todos=o.OverTimeRateDetails,o.makeTodos()}),1==(d=document.getElementById("mainchk")).checked)&&(d.checked=!1,o.row1="")}):0==o.msg1?swal({text:"Record Not Deleted. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&(n.get(i.apiUrl+"api/OverTimeRate/getOverTimeRateDetails").then(function(e){o.OverTimeRateDetails=e.data,o.totalItems=o.OverTimeRateDetails.length,o.todos=o.OverTimeRateDetails,o.makeTodos()}),1==(d=document.getElementById("mainchk")).checked)&&(d.checked=!1,o.row1="")}):swal("Error-"+o.msg1)});else for(var t=0;t<o.filteredTodos.length;t++){var a=document.getElementById(o.filteredTodos[t].dr_company_code+t);1==a.checked&&(a.checked=!1,o.row1="",d.checked=!1,$("tr").removeClass("row_selected"))}}):swal({text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}),o.currentPage=!0},o.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).dr_dept_name.toLowerCase().indexOf(t.toLowerCase())||-1<e.dr_grade_name.toLowerCase().indexOf(t.toLowerCase())||-1<e.dr_ot_formula_name.toLowerCase().indexOf(t.toLowerCase())||-1<e.dr_ot_rate.toLowerCase().indexOf(t.toLowerCase())||-1<e.dr_holiday_ot_formula_name.toLowerCase().indexOf(t.toLowerCase())||-1<e.dr_holiday_ot_rate.toLowerCase().indexOf(t.toLowerCase())||-1<e.dr_special_ot_formula_name.toLowerCase().indexOf(t.toLowerCase())||-1<e.dr_special_ot_rate.toLowerCase().indexOf(t.toLowerCase())||-1<e.dr_special_holi_ot_formula_name.toLowerCase().indexOf(t.toLowerCase())||-1<e.dr_special_holi_ot_rate.toLowerCase().indexOf(t.toLowerCase())||-1<e.dr_travel_rate.toLowerCase().indexOf(t.toLowerCase())==t;var t})},o.search=function(){o.todos=o.searched(o.OverTimeRateDetails,o.searchText),o.totalItems=o.todos.length,o.currentPage="1",""==o.searchText&&(o.todos=o.OverTimeRateDetails),o.makeTodos()},a(function(){$("#fixTable").tableHeadFixer({top:1})},100)}])}(),function(){"use strict";var r,m=[],e=angular.module("sims.module.HRMS");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("QualificationMasterCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(o,e,t,a,s,n,i){console.log("QualificationMasterCont controller"),o.pagesize="10",o.pageindex=0,console.log("pagesize",o.pagesize),o.save_btn=!0,o.Update_btn=!1,o.display=!1,o.table=!0;var d=!(o.pagerForAll=!0),e=(o.temp={},o.propertyName=null,o.reverse=!1,o.user_access=[],o.appcode=e.current.name.split("."),t.globals.currentUser.username);n.get(i.apiUrl+"api/AlertTransaction/Get_user_access_rights?username="+e+"&appl_code="+o.appcode[1]).then(function(e){o.user_rights=e.data;for(var t=0;t<o.user_rights.length;t++)0==t&&(o.user_access.data_read=o.user_rights[t].comn_user_read,o.user_access.data_insert=o.user_rights[t].comn_user_insert,o.user_access.data_update=o.user_rights[t].comn_user_update,o.user_access.data_delete=o.user_rights[t].comn_user_delete,o.user_access.data_massupdate=o.user_rights[t].comn_user_massupdate,o.user_access.is_admin=o.user_rights[t].comn_user_admin)}),o.sortBy=function(e){o.reverse=o.propertyName===e&&!o.reverse,o.propertyName=e},a(function(){$("#fixTable").tableHeadFixer({top:1})},100),n.get(i.apiUrl+"api/Qual/getAllQualification").then(function(e){o.all_Qual_Data=e.data,o.totalItems=o.all_Qual_Data.length,o.todos=o.all_Qual_Data,o.makeTodos()}),o.size=function(e){"All"==e?(o.currentPage=1,o.filteredTodos=o.all_Qual_Data,o.pagerForAll=!1):(o.pagerForAll=!0,o.pagesize=e,o.currentPage=1,o.numPerPage=e,o.makeTodos())},o.index=function(e){o.pageindex=e,o.currentPage=e,console.log("currentPage="+o.currentPage),o.makeTodos(),r.checked=!1,o.row1=""},o.filteredTodos=[],o.currentPage=1,o.numPerPage=10,o.maxSize=10,o.makeTodos=function(){var e=parseInt(o.totalItems%o.numPerPage),e=(o.pagersize="0"==e?parseInt(o.totalItems/o.numPerPage):parseInt(o.totalItems/o.numPerPage)+1,(o.currentPage-1)*o.numPerPage),t=parseInt(e)+parseInt(o.numPerPage);console.log("begin="+e),console.log("end="+t),o.filteredTodos=o.todos.slice(e,t)},o.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).pays_qualification_desc.toLowerCase().indexOf(t.toLowerCase())||-1<e.pays_qualificaion_display_oder.toLowerCase().indexOf(t.toLowerCase())||e.desg_company_code==t;var t})},o.search=function(){o.todos=o.searched(o.all_Qual_Data,o.searchText),o.totalItems=o.todos.length,o.currentPage="1",""==o.searchText&&(o.todos=o.all_Qual_Data),o.makeTodos(),r.checked=!1,o.CheckAllChecked()},o.New=function(){0==o.user_access.data_insert?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(o.disabled=!1,o.readonly=!0,o.table=!1,o.display=!0,o.save_btn=!0,o.Update_btn=!1,o.temp={},o.temp.pays_qualificaiton_status=!0,o.Myform.$setPristine(),o.Myform.$setUntouched())},o.checkDescAlreadyExists=function(){d=!1;for(var e=0;e<o.all_Qual_Data.length;e++)if(o.all_Qual_Data[e].pays_qualification_desc==o.temp.pays_qualification_desc){swal({text:"Qualification description already exists",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}),o.temp.pays_qualification_desc="",d=!0;break}};var c=[],l=(o.savedata=function(e){c=[],e&&(d=!1,e=o.temp,d?swal({text:"Record already exists",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}):(e.opr="I",c.push(e),n.post(i.apiUrl+"api/Qual/CUDQualification",c).then(function(e){o.msg1=e.data,1==o.msg1?swal({text:"Record Inserted Successfully",imageUrl:"assets/img/check.png",width:380,showCloseButton:!0}):0==o.msg1?swal({text:"Record Not Inserted. ",imageUrl:"assets/img/close.png",width:380,showCloseButton:!0}):swal("Error-"+o.msg1),n.get(i.apiUrl+"api/Qual/getAllQualification").then(function(e){o.all_Qual_Data=e.data,o.totalItems=o.all_Qual_Data.length,o.todos=o.all_Qual_Data,o.makeTodos()})}),c=[],o.table=!0,o.display=!1))},o.Cancel=function(){o.temp={},o.table=!0,o.display=!1,o.Myform.$setPristine(),o.Myform.$setUntouched(),o.temp.desg_desc="",o.temp.desg_communication_status="",d=!1},o.edit=function(e){0==o.user_access.data_update?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(o.readonly=!0,o.disabled=!0,o.table=!1,o.display=!0,o.save_btn=!1,o.Update_btn=!0,o.temp={pays_qualification_code:e.pays_qualification_code,pays_qualification_desc:e.pays_qualification_desc,pays_qualificaion_display_oder:e.pays_qualificaion_display_oder,pays_qualificaiton_status:e.pays_qualificaiton_status})},[]);o.update=function(){var e;d?swal({text:"Record already exists",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}):((e=o.temp).opr="U",l.push(e),n.post(i.apiUrl+"api/Qual/CUDQualification",l).then(function(e){o.msg1=e.data,1==o.msg1?swal({text:"Record Updated Successfully",imageUrl:"assets/img/check.png",width:380,showCloseButton:!0}):0==o.msg1?swal({text:"Record Not Updated. ",imageUrl:"assets/img/close.png",width:380,showCloseButton:!0}):swal("Error-"+o.msg1),n.get(i.apiUrl+"api/Qual/getAllQualification").then(function(e){o.all_Qual_Data=e.data,o.totalItems=o.all_Qual_Data.length,o.todos=o.all_Qual_Data,o.makeTodos()})}),l=[],o.table=!0,o.display=!1)},o.CheckAllChecked=function(){if(1==(r=document.getElementById("mainchk")).checked)for(var e=0;e<o.filteredTodos.length;e++)document.getElementById("test-"+o.filteredTodos[e].pays_qualification_code).checked=!0,o.row1="row_selected",$("tr").addClass("row_selected");else for(e=0;e<o.filteredTodos.length;e++)document.getElementById("test-"+o.filteredTodos[e].pays_qualification_code).checked=!1,r.checked=!1,o.row1=""},o.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),o.color="#edefef"}),1==(r=document.getElementById("mainchk")).checked&&(r.checked=!1,$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected")}))},o.OkDelete=function(){if(0==o.user_access.data_delete)swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200});else{m=[],o.flag=!1;for(var e,t=0;t<o.filteredTodos.length;t++)1==document.getElementById("test-"+o.filteredTodos[t].pays_qualification_code).checked&&(o.flag=!0,e={pays_qualification_code:o.filteredTodos[t].pays_qualification_code,opr:"D"},m.push(e));o.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)n.post(i.apiUrl+"api/Qual/CUDQualification?data=",m).then(function(e){o.msg1=e.data,1==o.msg1?swal({text:"Record Deleted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&(n.get(i.apiUrl+"api/Qual/getAllQualification").then(function(e){o.all_Qual_Data=e.data,o.totalItems=o.all_Qual_Data.length,o.todos=o.all_Qual_Data,o.makeTodos()}),1==(r=document.getElementById("mainchk")).checked&&(r.checked=!1,o.row1=""),o.currentPage=!0)}):0==o.msg1?swal({text:"Record Not Deleted.\n Or Qualification is assigned to employee",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&(n.get(i.apiUrl+"api/Qual/getAllQualification").then(function(e){o.all_Qual_Data=e.data,o.totalItems=o.all_Qual_Data.length,o.todos=o.all_Qual_Data,o.makeTodos()}),1==(r=document.getElementById("mainchk")).checked&&(r.checked=!1,o.row1=""),o.currentPage=!0)}):swal("Error-"+o.msg1)});else for(var t=0;t<o.filteredTodos.length;t++){var a=document.getElementById("test-"+o.filteredTodos[t].pays_qualification_code);1==a.checked&&(a.checked=!1,r.checked=!1,$("tr").removeClass("row_selected"))}}):swal({text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}),o.currentPage=str}}}])}(),function(){"use strict";var e=angular.module("sims.module.HRMS");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("EmployeeMasterOESCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(_,e,t,a,o,s,n){_.temp={},_.imageUrl=n.docUrl+s.defaults.headers.common.schoolId+"/Images/EmployeeImages/",_.Save_btn=!0,s.get(n.apiUrl+"api/HRMSOES/getEmpMasterData").then(function(e){_.empstat=!0,_.obj=e.data,console.log(_.obj),0<_.obj.length&&(_.temp.em_Company_Code=_.obj[0].em_Company_Code,_.temp.em_service_status_code="V"),_.regex=/^(([^<>()\[\]\\.,;:\s@"]+(\.[^<>()\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/,_.operation=!0,_.Update_btn=!1,_.display=!0,_.roleList=!0}),$("a#fee").click(function(){return!1}),_.updateBtn=!1,_.saveBtn=!1,_.diableAirFareField=!0,_.temp.afe_finalize_status=!0,$("#dob").kendoDatePicker({format:"dd-MM-yyyy",min:new Date(1900,1,1),max:new Date}),_.globSearch=function(){t.visible_stud=!1,t.visible_parent=!1,t.visible_search_parent=!1,t.visible_teacher=!1,t.visible_User=!1,t.visible_Employee=!0,t.chkMulti=!1,_.global_Search_click(),$("#Global_Search_Modal").modal({backdrop:"static"}),_.temp.em_login_code="",_.temp.EmpName="",_.showBtn=!1,_.diableAirFareField=!0,_.temp.afe_finalize_status=!0},_.$on("global_cancel",function(e){console.log(_.SelectedUserLst),0<_.SelectedUserLst.length&&(_.temp.enroll_number=_.SelectedUserLst[0].em_number,_.temp.name=_.SelectedUserLst[0].empName,_.EmpSearch1(_.SelectedUserLst[0].em_number))}),_.searchGlobalClick=function(){_.Global_Search_by_employee()},_.showAgreementDetails=!0,s.get(n.apiUrl+"api/Qual/getAllQualification").then(function(e){_.all_Qual_Data=e.data}),s.get(n.apiUrl+"api/common/Subject/getSubject").then(function(e){_.sub_data=e.data}),s.get(n.apiUrl+"api/HRMSOES/getRoles").then(function(e){_.roles_data=e.data,console.log(_.roles_data)}),s.get(n.apiUrl+"api/HRMSOES/GetAccommodationStatus").then(function(e){_.AccommondationStatus=e.data,console.log("AccommondationStatus",_.AccommondationStatus)}),s.get(n.apiUrl+"api/AirFareEmp/getairfaredetails").then(function(e){_.airfare_data=e.data,console.log(_.airfare_data)});_.getairfareother=function(e){i=e.split("-"),_.gr_code=i[0],null==_.gr_code||""==_.gr_code||null==_.gr_code?_.diableAirFareField=!0:_.diableAirFareField=!1,_.temp.afe_nation_code=i[1],_.temp.afe_Dest_Code=i[2],_.temp.afe_class=i[3];for(var t=0;t<_.airfare_data.length;t++)e==_.airfare_data[t].gr_code&&(_.temp.afe_applicable_frequency=_.airfare_data[t].af_applicable_frequency,_.temp.afe_adult_rate=_.airfare_data[t].af_adult_rate,_.temp.afe_infant_rate=_.airfare_data[t].af_infant_rate,_.temp.afe_child_rate=_.airfare_data[t].af_child_rate,_.temp.afe_applicable_month=_.airfare_data[t].af_default_applicable_month);console.log("temp",_.temp)},_.setGrade_Dept=function(e){_.temp.em_dept_effect_from=e,_.temp.em_grade_effect_from=e},_.Cancel=function(){_.temp={},_.Myform.$setPristine(),_.Myform.$setUntouched(),_.Save_btn=!0,_.Update_btn=!1,_.diableAirFareField=!0,_.temp.afe_finalize_status=!0,_.temp.em_Company_Code=_.obj[0].em_Company_Code,_.temp.em_service_status_code="V"},_.getstate=function(e){s.get(n.apiUrl+"api/HRMSOES/getState?em_Country_Code="+e).then(function(e){_.stt=e.data})},_.getcity=function(e){s.get(n.apiUrl+"api/HRMSOES/getCity?em_State_Code="+e).then(function(e){_.ctt=e.data})},_.getContract=function(){s.get(n.apiUrl+"api/contract/Get_ContractDetails").then(function(e){_.Contract_data=e.data,console.log(_.Contract_data)})},_.getContract(),_.setAgreementDate=function(e){_.showAgreementDetails=!1;for(var t=0;t<_.Contract_data.length;t++)if(_.Contract_data[t].cn_code==e){var a=_.Contract_data[t].cn_duration;break}var o,s=new Date,s=("0"+s.getDate()).slice(-2)+"-"+("0"+(s.getMonth()+1)).slice(-2)+"-"+s.getFullYear(),s=(_.temp.em_agreement_start_date=s,_.temp.em_date_of_join.split("-")[0]),n=_.temp.em_date_of_join.split("-")[1],i=_.temp.em_date_of_join.split("-")[2],d=(isNaN(n)&&(n=_.temp.em_date_of_join.split("-")[1]),parseInt(n)+parseInt(a));console.log(n),12<d?(o=parseInt(i)+1,d=parseInt(d)-12):o=i,_.temp.em_agreement_exp_date=s+"-"+d+"-"+o,null!=_.temp.em_agreement_exp_date&&(d=1==d?(o=parseInt(o)-1,12):parseInt(d)-1,_.temp.em_agreemet_exp_rem_date=s+"-"+d+"-"+o)},_.change_em_teacher_status=function(){"T"!=_.temp.em_Staff_Type_Code?_.temp.em_teacher_status=!1:_.temp.em_teacher_status=!0},_.EmpSearch1=function(t){_.Save_btn=!1,_.Update_btn=!0,_.diableAirFareField=!0,_.temp.afe_finalize_status=!0,s.get(n.apiUrl+"api/HRMSOES/getSearchEmpMaster?em_login_code="+t).then(function(e){_.temp1=e.data,_.temp={enroll_number:t,em_login_code:_.temp1[0].em_login_code,em_number:_.temp1[0].em_number,em_service_status_code:_.temp1[0].em_service_status_code,em_status_code:_.temp1[0].em_status_code,em_apartment_number:_.temp1[0].em_apartment_number,em_family_name:_.temp1[0].em_family_name,em_street_number:_.temp1[0].em_street_number,em_area_number:_.temp1[0].em_area_number,em_phone:_.temp1[0].em_phone,em_fax:_.temp1[0].em_fax,em_post:_.temp1[0].em_post,em_emergency_contact_name2:_.temp1[0].em_emergency_contact_name2,em_emergency_contact_number2:_.temp1[0].em_emergency_contact_number2,em_joining_ref:_.temp1[0].em_joining_ref,em_ethnicity_code:_.temp1[0].em_ethnicity_code,em_handicap_status:_.temp1[0].em_handicap_status,em_stop_salary_indicator:_.temp1[0].em_stop_salary_indicator,em_agreement_code:_.temp1[0].em_agreement_code,em_punching_status:_.temp1[0].em_punching_status,em_bank_cash_tag:_.temp1[0].em_bank_cash_tag,em_citi_exp_tag:_.temp1[0].em_citi_exp_tag,em_leave_tag:_.temp1[0].em_leave_tag,em_passport_issue_place:_.temp1[0].em_passport_issue_place,em_passport_issuing_authority:_.temp1[0].em_passport_issuing_authority,em_pssport_exp_rem_date:_.temp1[0].em_pssport_exp_rem_date,em_visa_issuing_place:_.temp1[0].em_visa_issuing_place,em_visa_issuing_authority:_.temp1[0].em_visa_issuing_authority,em_visa_exp_rem_date:_.temp1[0].em_visa_exp_rem_date,em_visa_type_code:_.temp1[0].em_visa_type_code,em_agreement_start_date:_.temp1[0].em_agreement_start_date,em_agreement_exp_date:_.temp1[0].em_agreement_exp_date,em_agreemet_exp_rem_date:_.temp1[0].em_agreemet_exp_rem_date,em_punching_id:_.temp1[0].em_punching_id,em_dependant_full:_.temp1[0].em_dependant_full,em_dependant_half:_.temp1[0].em_dependant_half,em_dependant_infant:_.temp1[0].em_dependant_infant,em_Bank_Code:_.temp1[0].em_Bank_Code,em_bank_ac_no:_.temp1[0].em_bank_ac_no,em_iban_no:_.temp1[0].em_iban_no,em_route_code:_.temp1[0].em_route_code,em_bank_swift_code:_.temp1[0].em_bank_swift_code,em_gpf_ac_no:_.temp1[0].em_gpf_ac_no,em_pan_no:_.temp1[0].em_pan_no,em_labour_card_no:_.temp1[0].em_labour_card_no,em_work_permit_issue_date:_.temp1[0].em_work_permit_issue_date,em_work_permit_expiry_date:_.temp1[0].em_work_permit_expiry_date,em_gosi_ac_no:_.temp1[0].em_gosi_ac_no,em_gosi_start_date:_.temp1[0].em_gosi_start_date,em_national_id:_.temp1[0].em_national_id,em_secret_question_code:_.temp1[0].em_secret_question_code,em_secret_answer:_.temp1[0].em_secret_answer,em_building_number:_.temp1[0].em_building_number,em_Company_Code:_.temp1[0].em_Company_Code,em_Dept_Code:_.temp1[0].em_Dept_Code,em_Designation_Code:_.temp1[0].em_Designation_Code,em_Dest_Code:_.temp1[0].em_Dest_Code,em_Grade_Code:_.temp1[0].em_Grade_Code,em_Marital_Status_Code:_.temp1[0].em_Marital_Status_Code,em_Nation_Code:_.temp1[0].em_Nation_Code,em_Country_Code:_.temp1[0].em_Country_Code,em_State_Code:_.temp1[0].em_State_Code,em_City_Code:_.temp1[0].em_City_Code,em_Religion_Code:_.temp1[0].em_Religion_Code,em_Salutation_Code:_.temp1[0].em_Salutation_Code,em_Sex_Code:_.temp1[0].em_Sex_Code,em_Staff_Type_Code:_.temp1[0].em_Staff_Type_Code,em_blood_group_code:_.temp1[0].em_blood_group_code,em_date_of_birth:_.temp1[0].em_date_of_birth,em_date_of_join:_.temp1[0].em_date_of_join,em_dept_effect_from:_.temp1[0].em_dept_effect_from,em_email:_.temp1[0].em_email,em_emergency_contact_name1:_.temp1[0].em_emergency_contact_name1,em_emergency_contact_number1:_.temp1[0].em_emergency_contact_number1,em_first_name:_.temp1[0].em_first_name,em_grade_effect_from:_.temp1[0].em_grade_effect_from,em_last_name:_.temp1[0].em_last_name,em_middle_name:_.temp1[0].em_middle_name,em_mobile:_.temp1[0].em_mobile,em_name_ot:_.temp1[0].em_name_ot,em_national_id_expiry_date:_.temp1[0].em_national_id_expiry_date,em_national_id_issue_date:_.temp1[0].em_national_id_issue_date,em_passport_exp_date:_.temp1[0].em_passport_exp_date,em_passport_issue_date:_.temp1[0].em_passport_issue_date,em_passport_no:_.temp1[0].em_passport_no,em_summary_address:_.temp1[0].em_summary_address,em_summary_address_local_language:_.temp1[0].em_summary_address_local_language,em_visa_exp_date:_.temp1[0].em_visa_exp_date,em_stop_salary_from:_.temp1[0].em_stop_salary_from,em_visa_issue_date:_.temp1[0].em_visa_issue_date,em_visa_no:_.temp1[0].em_visa_no,comn_role_code:_.temp1[0].comn_role_code,comn_role_name:_.temp1[0].comn_role_name,em_img:_.temp1[0].em_img,em_personalemail:_.temp1[0].em_personalemail,em_accommodation_status:_.temp1[0].em_accommodation_status,em_adec_approval_number:_.temp1[0].em_adec_approval_number,em_adec_approval_Date:_.temp1[0].em_adec_approval_Date,em_adec_approved_qualification:_.temp1[0].em_adec_approved_qualification,em_adec_approved_designation:_.temp1[0].em_adec_approved_designation,em_adec_approved_subject:_.temp1[0].em_adec_approved_subject,em_adec_approved_level:_.temp1[0].em_adec_approved_level,em_health_card_no:_.temp1[0].em_health_card_no,em_health_card_effective_from_date:_.temp1[0].em_health_card_effective_from_date,em_health_card_effective_upto_date:_.temp1[0].em_health_card_effective_upto_date,em_heath_card_status:_.temp1[0].em_heath_card_status,em_sponser_id:_.temp1[0].em_sponser_id,em_sponser_name:_.temp1[0].em_sponser_name,em_sponser_name_ar:_.temp1[0].em_sponser_name_ar,sponser_em_mobile:_.temp1[0].sponser_em_mobile,em_sponser_address_en:_.temp1[0].em_sponser_address_en,em_sponser_address_ar:_.temp1[0].em_sponser_address_ar,em_workplace:_.temp1[0].em_workplace,em_workplace_ar:_.temp1[0].em_workplace_ar,em_teacher_status:_.temp1[0].em_teacher_status},console.log(_.temp),_.getstate(_.temp.em_Country_Code),_.getcity(_.temp.em_State_Code),_.airFareEmployeeData()})},_.airFareEmployeeData=function(){_.NodataEmployee=!1;var e={};e.em_login_code=_.temp.em_login_code,e.EmpName=_.temp.EmpName,e.em_department=_.temp.em_department,e.em_desg_code=_.temp.em_desg_code,e.company_code=_.temp.company_code,console.log("obj",e),s.post(n.apiUrl+"api/AirFareEmp/AifareAssignedEmployee?data="+JSON.stringify(e)).then(function(e){_.air_fare_result=e.data,_.temp.gr_code=_.air_fare_result[0].afe_grade_code,_.temp.afe_airport=_.air_fare_result[0].afe_airport,_.temp.afe_applicable_frequency=_.air_fare_result[0].afe_applicable_frequency,_.temp.afe_travelling_date=_.air_fare_result[0].afe_travelling_date,_.temp.afe_returing_date=_.air_fare_result[0].afe_returing_date,_.temp.afe_reimbursement=_.air_fare_result[0].afe_reimbursement,_.temp.afe_finalize_status=_.air_fare_result[0].afe_finalize_status,_.temp.afe_id=_.air_fare_result[0].afe_id,_.getairfareother(_.temp.gr_code)})};var i,d=new FormData;_.getTheFiles=function(e){angular.forEach(e,function(e,t){d.append(t,e)})},_.file_changed=function(e){var e=e.files[0],t=(_.photo_filename=e.type,new FileReader);t.onload=function(e){_.$apply(function(){_.prev_img=e.target.result})},t.readAsDataURL(e)},_.uploadImgClickF=function(){_.uploadImgClickFShow=!0},_.uploadImgCancel=function(){_.uploadImgClickFShow=!1},_.image_click=function(){$("#upload_img").modal("show"),_.ImgLoaded=!0},_.globalSearch=function(){$("#MyModal").modal("show"),_.showBtn=!1},_.EmployeeDetails=function(){_.NodataEmployee=!1,s.post(n.apiUrl+"api/common/SearchEmployee?data="+JSON.stringify(_.temp)).then(function(e){_.Employee_Details=e.data,console.log(_.EmployeeDetails),_.EmployeeTable=!0,0<e.data.length||(_.NodataEmployee=!0)})},_.EmployeeAdd=function(e){_.temp={enroll_number:e.em_login_code,emp_name:e.empName,emp_desg:e.desg_name,emp_dept:e.dept_name}},_.SaveData=function(e){e?(_.saveBtn=!0,_.updateBtn=!0,e=_.temp,void 0===_.photo_filename?e.em_img=null:e.em_img="."+_.photo_filename.split("/")[1],e.opr="I",e.gr_code=_.gr_code,s.post(n.apiUrl+"api/HRMSOES/CUMasterEmployee",e).then(function(e){_.CUDobj={},_.CUDobj=e.data,null==_.CUDobj.strMessage&&""==_.CUDobj.strMessage&&null==_.CUDobj.strMessage||(swal({text:_.CUDobj.strMessage}),_.Cancel(),setTimeout(function(){_.saveBtn=!1,_.updateBtn=!1},1e3));e=_.CUDobj.strMessage.split(" ")[2],e={method:"POST",url:n.apiUrl+"/api/file/upload?filename="+e+"&location=/EmployeeImages",data:d,headers:{"Content-Type":void 0}};s(e).success(function(e){})}),_.em_img="",_.prev_img="",_.temp.em_img=""):swal({title:"Alert",text:"Please fill mandatory fields"})},_.UpdateData=function(){_.saveBtn=!0,_.updateBtn=!0;var e=_.temp;void 0!==_.photo_filename&&(e.em_img=_.temp.em_login_code+"."+_.photo_filename.split("/")[1]),e.opr="U",e.subopr="Up",e.gr_code=_.gr_code,console.log("data",e),s.post(n.apiUrl+"api/HRMSOES/CUMasterEmployee",e).then(function(e){_.CUDobj={},_.CUDobj=e.data,null==_.CUDobj.strMessage&&""==_.CUDobj.strMessage&&null==_.CUDobj.strMessage||(swal({text:_.CUDobj.strMessage}),setTimeout(function(){_.Cancel(),_.saveBtn=!1,_.updateBtn=!1},1e3))}),1==_.ImgLoaded&&(e={method:"POST",url:n.apiUrl+"/api/file/upload?filename="+_.temp.em_login_code+"&location=/EmployeeImages",data:d,headers:{"Content-Type":void 0}},s(e).success(function(e){})),_.em_img=""}}]),e.directive("ngFiles",["$parse",function(s){return{link:function(t,e,a){var o=s(a.ngFiles);e.on("change",function(e){o(t,{$files:e.target.files})})}}}])}(),function(){"use strict";var e=angular.module("sims.module.HRMS");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("UpdateEmployeeOESCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(a,e,t,o,s,n,i){var t=t.globals.currentUser.username,d=(a.Employee_ID=t,a.CompReadonly=!0,a.DOJReadonly=!0,a.DestReadonly=!0,a.DesgReadonly=!0,a.StaffTypeReadonly=!0,a.DeptReadonly=!0,a.DeptEFReadonly=!0,a.GradeReadonly=!0,a.GradeEFReadonly=!0,a.pass_num=!0,a.pass_issue_date=!0,a.pass_expiry_date=!0,a.visa_num=!0,a.visa_issue_date=!0,a.visa_expiry_date=!0,a.emirated_id=!0,a.emi_issue_date=!0,a.emi_expiry_date=!0,a.work_permit_issue_date=!0,a.work_permit_expiry_date=!0,a.work_permit_no=!0,a.searchText=!1,a.ImgLoaded=!1,a.showBtn=!1,n.get(i.apiUrl+"api/HRMS/getEmpData").then(function(e){a.obj=e.data,a.operation=!0,a.Save_btn=!0,a.display=!0}),a.searchBtn=!1,a.searchEmp=function(e,t){a.searchBtn=!1},n.get(i.apiUrl+"api/HRMS/getCompany").then(function(e){a.company_data=e.data}),n.get(i.apiUrl+"api/HRMS/getDestination").then(function(e){a.dest_data=e.data,a.temp={em_Company_Code:a.company_data[0].em_Company_Code,em_Dest_Code:a.dest_data[0].em_Dest_Code}}),a.EmployeeDetails=function(){a.NodataEmployee=!1,n.post(i.apiUrl+"api/common/SearchEmployee?data="+JSON.stringify(a.temp)).then(function(e){a.Employee_Details=e.data,a.EmployeeTable=!0,0<e.data.length||(a.NodataEmployee=!0)})},a.EmployeeAdd=function(e){a.temp={enroll_number:e.em_login_code,emp_name:e.empName,emp_desg:e.desg_name,emp_dept:e.dept_name}},a.saveBtnDisEn=!1,a.imageUrl=i.docUrl+n.defaults.headers.common.schoolId+"/Images/EmployeeImages/",new FormData);a.getTheFiles=function(e){angular.forEach(e,function(e,t){d.append(t,e)})},a.file_changed=function(e){var e=e.files[0],t=(a.photo_filename=e.type,new FileReader);t.onload=function(e){a.$apply(function(){a.prev_img=e.target.result})},t.readAsDataURL(e)},a.checkDOJ=function(){a.temp.em_date_of_birth>=a.temp.em_date_of_join&&(swal({title:"Alert",text:"Date Of Join Should greater than Date of Birth",width:300,height:200}),a.temp.em_date_of_join="")},a.checkPassport=function(){a.temp.em_passport_exp_date<a.temp.em_passport_issue_date&&(swal({title:"Alert",text:"Passport Expiry Date Should greater than Passport Issue Date",width:300,height:200}),a.temp.em_passport_exp_date="")},a.checkVisa=function(){a.temp.em_visa_exp_date<a.temp.em_visa_issue_date&&(swal({title:"Alert",text:"Visa Expiry Date Should greater than Visa Issue Date",width:300,height:200}),a.temp.em_visa_exp_date="")},a.checkEmiratesID=function(){a.temp.em_national_id_expiry_date<a.temp.em_national_id_issue_date&&(swal({title:"Alert",text:"Emirates ID Expiry Date Should greater than Emirates ID Issue Date",width:300,height:200}),a.temp.em_national_id_expiry_date="")},a.Cancel=function(){a.searchText=!1,a.temp="",a.emplogcode="",a.searchBtn=!0,a.Myform.$setPristine(),a.Myform.$setUntouched(),a.ImgLoaded=!1},a.globalSearch=function(){$("#MyModal").modal("show"),a.showBtn=!1},n.get(i.apiUrl+"api/HRMS/getSearchEmpMasterforOES?em_login_code="+a.Employee_ID).then(function(e){a.temp1=e.data,a.temp={em_login_code:a.temp1[0].em_login_code,em_number:a.temp1[0].em_number,em_service_status_code:a.temp1[0].em_service_status_code,em_status_code:a.temp1[0].em_status_code,em_apartment_number:a.temp1[0].em_apartment_number,em_family_name:a.temp1[0].em_family_name,em_street_number:a.temp1[0].em_street_number,em_area_number:a.temp1[0].em_area_number,em_phone:a.temp1[0].em_phone,em_fax:a.temp1[0].em_fax,em_post:a.temp1[0].em_post,em_emergency_contact_name2:a.temp1[0].em_emergency_contact_name2,em_emergency_contact_number2:a.temp1[0].em_emergency_contact_number2,em_joining_ref:a.temp1[0].em_joining_ref,em_ethnicity_code:a.temp1[0].em_ethnicity_code,em_handicap_status:a.temp1[0].em_handicap_status,em_stop_salary_indicator:a.temp1[0].em_stop_salary_indicator,em_agreement:a.temp1[0].em_agreement,em_punching_status:a.temp1[0].em_punching_status,em_bank_cash_tag:a.temp1[0].em_bank_cash_tag,em_citi_exp_tag:a.temp1[0].em_citi_exp_tag,em_leave_tag:a.temp1[0].em_leave_tag,em_passport_issue_place:a.temp1[0].em_passport_issue_place,em_passport_issuing_authority:a.temp1[0].em_passport_issuing_authority,em_pssport_exp_rem_date:a.temp1[0].em_pssport_exp_rem_date,em_visa_issuing_place:a.temp1[0].em_visa_issuing_place,em_visa_issuing_authority:a.temp1[0].em_visa_issuing_authority,em_visa_exp_rem_date:a.temp1[0].em_visa_exp_rem_date,em_visa_type_code:a.temp1[0].em_visa_type_code,em_agreement_start_date:a.temp1[0].em_agreement_start_date,em_agreement_exp_date:a.temp1[0].em_agreement_exp_date,em_agreemet_exp_rem_date:a.temp1[0].em_agreemet_exp_rem_date,em_punching_id:a.temp1[0].em_punching_id,em_dependant_full:a.temp1[0].em_dependant_full,em_dependant_half:a.temp1[0].em_dependant_half,em_dependant_infant:a.temp1[0].em_dependant_infant,em_Bank_Code:a.temp1[0].em_Bank_Code,em_bank_ac_no:a.temp1[0].em_bank_ac_no,em_iban_no:a.temp1[0].em_iban_no,em_route_code:a.temp1[0].em_route_code,em_bank_swift_code:a.temp1[0].em_bank_swift_code,em_gpf_ac_no:a.temp1[0].em_gpf_ac_no,em_pan_no:a.temp1[0].em_pan_no,em_labour_card_no:a.temp1[0].em_labour_card_no,em_work_permit_issue_date:a.temp1[0].em_work_permit_issue_date,em_work_permit_expiry_date:a.temp1[0].em_work_permit_expiry_date,em_gosi_ac_no:a.temp1[0].em_gosi_ac_no,em_gosi_start_date:a.temp1[0].em_gosi_start_date,em_national_id:a.temp1[0].em_national_id,em_secret_question_code:a.temp1[0].em_secret_question_code,em_secret_answer:a.temp1[0].em_secret_answer,em_building_number:a.temp1[0].em_building_number,em_Company_Code:a.temp1[0].em_Company_Code,em_Dept_Code:a.temp1[0].em_Dept_Code,em_Designation_Code:a.temp1[0].em_Designation_Code,em_Dest_Code:a.temp1[0].em_Dest_Code,em_Grade_Code:a.temp1[0].em_Grade_Code,em_Marital_Status_Code:a.temp1[0].em_Marital_Status_Code,em_Nation_Code:a.temp1[0].em_Nation_Code,em_Country_Code:a.temp1[0].em_Country_Code,em_State_Code:a.temp1[0].em_State_Code,em_City_Code:a.temp1[0].em_City_Code,em_Religion_Code:a.temp1[0].em_Religion_Code,em_Salutation_Code:a.temp1[0].em_Salutation_Code,em_Sex_Code:a.temp1[0].em_Sex_Code,em_Staff_Type_Code:a.temp1[0].em_Staff_Type_Code,em_blood_group_code:a.temp1[0].em_blood_group_code,em_date_of_birth:a.temp1[0].em_date_of_birth,em_date_of_join:a.temp1[0].em_date_of_join,em_dept_effect_from:a.temp1[0].em_dept_effect_from,em_email:a.temp1[0].em_email,em_emergency_contact_name1:a.temp1[0].em_emergency_contact_name1,em_emergency_contact_number1:a.temp1[0].em_emergency_contact_number1,em_first_name:a.temp1[0].em_first_name,em_grade_effect_from:a.temp1[0].em_grade_effect_from,em_last_name:a.temp1[0].em_last_name,em_middle_name:a.temp1[0].em_middle_name,em_mobile:a.temp1[0].em_mobile,em_name_ot:a.temp1[0].em_name_ot,em_national_id_expiry_date:a.temp1[0].em_national_id_expiry_date,em_national_id_issue_date:a.temp1[0].em_national_id_issue_date,em_passport_exp_date:a.temp1[0].em_passport_exp_date,em_passport_issue_date:a.temp1[0].em_passport_issue_date,em_passport_no:a.temp1[0].em_passport_no,em_summary_address:a.temp1[0].em_summary_address,em_summary_address_local_language:a.temp1[0].em_summary_address_local_language,em_visa_exp_date:a.temp1[0].em_visa_exp_date,em_stop_salary_from:a.temp1[0].em_stop_salary_from,em_visa_issue_date:a.temp1[0].em_visa_issue_date,em_visa_no:a.temp1[0].em_visa_no,em_img:a.temp1[0].em_img},a.prev_img=i.docUrl+n.defaults.headers.common.schoolId+"/Images/EmployeeImages/"+a.temp1[0].em_img}),a.show_Update_Emp=function(){a.imageUrl=i.docUrl+n.defaults.headers.common.schoolId+"/Images/EmployeeImages/",n.get(i.apiUrl+"api/HRMS/getSearchEmpMasterforOES?em_login_code="+a.Employee_ID).then(function(e){a.temp1=e.data,a.temp={em_login_code:a.temp1[0].em_login_code,em_number:a.temp1[0].em_number,em_service_status_code:a.temp1[0].em_service_status_code,em_status_code:a.temp1[0].em_status_code,em_apartment_number:a.temp1[0].em_apartment_number,em_family_name:a.temp1[0].em_family_name,em_street_number:a.temp1[0].em_street_number,em_area_number:a.temp1[0].em_area_number,em_phone:a.temp1[0].em_phone,em_fax:a.temp1[0].em_fax,em_post:a.temp1[0].em_post,em_emergency_contact_name2:a.temp1[0].em_emergency_contact_name2,em_emergency_contact_number2:a.temp1[0].em_emergency_contact_number2,em_joining_ref:a.temp1[0].em_joining_ref,em_ethnicity_code:a.temp1[0].em_ethnicity_code,em_handicap_status:a.temp1[0].em_handicap_status,em_stop_salary_indicator:a.temp1[0].em_stop_salary_indicator,em_agreement:a.temp1[0].em_agreement,em_punching_status:a.temp1[0].em_punching_status,em_bank_cash_tag:a.temp1[0].em_bank_cash_tag,em_citi_exp_tag:a.temp1[0].em_citi_exp_tag,em_leave_tag:a.temp1[0].em_leave_tag,em_passport_issue_place:a.temp1[0].em_passport_issue_place,em_passport_issuing_authority:a.temp1[0].em_passport_issuing_authority,em_pssport_exp_rem_date:a.temp1[0].em_pssport_exp_rem_date,em_visa_issuing_place:a.temp1[0].em_visa_issuing_place,em_visa_issuing_authority:a.temp1[0].em_visa_issuing_authority,em_visa_exp_rem_date:a.temp1[0].em_visa_exp_rem_date,em_visa_type_code:a.temp1[0].em_visa_type_code,em_agreement_start_date:a.temp1[0].em_agreement_start_date,em_agreement_exp_date:a.temp1[0].em_agreement_exp_date,em_agreemet_exp_rem_date:a.temp1[0].em_agreemet_exp_rem_date,em_punching_id:a.temp1[0].em_punching_id,em_dependant_full:a.temp1[0].em_dependant_full,em_dependant_half:a.temp1[0].em_dependant_half,em_dependant_infant:a.temp1[0].em_dependant_infant,em_Bank_Code:a.temp1[0].em_Bank_Code,em_bank_ac_no:a.temp1[0].em_bank_ac_no,em_iban_no:a.temp1[0].em_iban_no,em_route_code:a.temp1[0].em_route_code,em_bank_swift_code:a.temp1[0].em_bank_swift_code,em_gpf_ac_no:a.temp1[0].em_gpf_ac_no,em_pan_no:a.temp1[0].em_pan_no,em_labour_card_no:a.temp1[0].em_labour_card_no,em_gosi_ac_no:a.temp1[0].em_gosi_ac_no,em_gosi_start_date:a.temp1[0].em_gosi_start_date,em_national_id:a.temp1[0].em_national_id,em_secret_question_code:a.temp1[0].em_secret_question_code,em_secret_answer:a.temp1[0].em_secret_answer,em_building_number:a.temp1[0].em_building_number,em_Company_Code:a.temp1[0].em_Company_Code,em_Dept_Code:a.temp1[0].em_Dept_Code,em_Designation_Code:a.temp1[0].em_Designation_Code,em_Dest_Code:a.temp1[0].em_Dest_Code,em_Grade_Code:a.temp1[0].em_Grade_Code,em_Marital_Status_Code:a.temp1[0].em_Marital_Status_Code,em_Nation_Code:a.temp1[0].em_Nation_Code,em_Country_Code:a.temp1[0].em_Country_Code,em_State_Code:a.temp1[0].em_State_Code,em_City_Code:a.temp1[0].em_City_Code,em_Religion_Code:a.temp1[0].em_Religion_Code,em_Salutation_Code:a.temp1[0].em_Salutation_Code,em_Sex_Code:a.temp1[0].em_Sex_Code,em_Staff_Type_Code:a.temp1[0].em_Staff_Type_Code,em_blood_group_code:a.temp1[0].em_blood_group_code,em_date_of_birth:a.temp1[0].em_date_of_birth,em_date_of_join:a.temp1[0].em_date_of_join,em_dept_effect_from:a.temp1[0].em_dept_effect_from,em_email:a.temp1[0].em_email,em_emergency_contact_name1:a.temp1[0].em_emergency_contact_name1,em_emergency_contact_number1:a.temp1[0].em_emergency_contact_number1,em_first_name:a.temp1[0].em_first_name,em_grade_effect_from:a.temp1[0].em_grade_effect_from,em_last_name:a.temp1[0].em_last_name,em_middle_name:a.temp1[0].em_middle_name,em_mobile:a.temp1[0].em_mobile,em_name_ot:a.temp1[0].em_name_ot,em_national_id_expiry_date:a.temp1[0].em_national_id_expiry_date,em_national_id_issue_date:a.temp1[0].em_national_id_issue_date,em_passport_exp_date:a.temp1[0].em_passport_exp_date,em_passport_issue_date:a.temp1[0].em_passport_issue_date,em_passport_no:a.temp1[0].em_passport_no,em_summary_address:a.temp1[0].em_summary_address,em_summary_address_local_language:a.temp1[0].em_summary_address_local_language,em_visa_exp_date:a.temp1[0].em_visa_exp_date,em_stop_salary_from:a.temp1[0].em_stop_salary_from,em_visa_issue_date:a.temp1[0].em_visa_issue_date,em_visa_no:a.temp1[0].em_visa_no,em_img:a.temp1[0].em_img}})},a.image_click=function(){a.ImgLoaded=!0},a.UpdateData=function(){var e=a.temp;void 0!==a.photo_filename&&(e.em_img="."+a.photo_filename.split("/")[1]),e.opr="U",n.post(i.apiUrl+"api/HRMS/CUMasterEmployeeOES",e).then(function(e){a.CUDobj=e.data,swal({text:a.CUDobj.strMessage,timer:1e4}),a.show_Update_Emp()}),1==a.ImgLoaded&&(e={method:"POST",url:i.apiUrl+"/api/file/upload?filename="+a.temp.em_login_code+"&location=/EmployeeImages",data:d,headers:{"Content-Type":void 0}},n(e).success(function(e){})),a.searchText=!1},$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0,format:"yyyy-mm-dd"}),$(document).on("touch click",'*[data-datepicker="true"] .add-on',function(e){$('input[type="text"]',$(this).parent()).focus()})}]),e.directive("ngFiles",["$parse",function(s){return{link:function(t,e,a){var o=s(a.ngFiles);e.on("change",function(e){o(t,{$files:e.target.files})})}}}])}(),function(){"use strict";var e=angular.module("sims.module.HRMS");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("EmpGratuityViewCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV","$filter",function(i,e,t,a,o,d,_,s){var c;i.emptab=!1,i.data1=[],i.showForDPSMIS=!1,i.year_data=[],i.temp={},i.edt={},i.busyindicator=!0,i.emp_id="",d.get(_.apiUrl+"api/EmpGrtview/getCompanyName").then(function(e){i.comp_data=e.data,i.temp.company_code=i.comp_data[0].company_code,i.getDept(i.temp.company_code),i.getdesg(i.temp.company_code)}),$(function(){$("#department").multipleSelect({width:"100%"})}),$(function(){$("#dept").multipleSelect({width:"100%"})}),["dpsmis"].includes(d.defaults.headers.common.schoolId)&&(i.showForDPSMIS=!0,d.get(_.apiUrl+"api/Dps/HRMS/getEmpData").then(function(e){i.obj=e.data})),i.getDeptFromDivision=function(){d.get(_.apiUrl+"api/generatepayrollDPSMIS/GetDept?division_code="+i.temp.gd_division_code+"&company_code="+i.temp.company_code).then(function(e){i.GetDept=e.data,setTimeout(function(){$("#dept").change(function(){}).multipleSelect({width:"100%"})},1e3)})},i.getDept=function(e){d.get(_.apiUrl+"api/EmpGrtview/getDeptName?comp_code="+e).then(function(e){i.dept_data=e.data,setTimeout(function(){$("#department").change(function(){}).multipleSelect({width:"100%"})},1e3)})},i.getdesg=function(e){d.get(_.apiUrl+"api/PayrollEmployeeDPSD/Get_designation_Code?company_code="+e).then(function(e){i.designation=e.data})},d.get(_.apiUrl+"api/EmpGrtview/getDesignation").then(function(e){i.designation_data=e.data}),d.get(_.apiUrl+"api/EmpGrtview/getYear").then(function(e){i.year_data=e.data,i.temp.sims_academic_year=i.year_data[0].sims_academic_year,i.getMonthbyYear(i.year_data[0].sims_academic_year)}),a(function(){$("#fixtable").tableHeadFixer({top:1})},100),i.propertyName=null,i.reverse=!1,i.sortBy=function(e){i.reverse=i.propertyName===e&&!i.reverse,i.propertyName=e},i.clear=function(){setTimeout(function(){$("#dept").change(function(){}).multipleSelect({width:"100%"})},1e3),setTimeout(function(){$("#department").change(function(){}).multipleSelect({width:"100%"})},1e3),i.emptab=!1,i.temp={},i.edt={},i.temp.sims_academic_year=i.year_data[0].sims_academic_year,i.temp.company_code=i.comp_data[0].company_code,i.temp.employee_no="",i.temp.dept_code="",i.temp.gr_code="",i.temp.staff_type_code="",i.temp.dg_code="",i.temp.sims_academic_month="",i.temp.sort_code="",i.temp.gd_division_code="",i.edt.att_emp_id="",i.all_EmpGrt_Data=[],i.postData=[],i.temp.yearCode="",i.submitBtnDisabled=!1,i.busyindicator=!0,i.emp_id="",i.Myform.$setPristine(),i.Myform.$setUntouched()},d.get(_.apiUrl+"api/generatepayroll/GetCurrentFinYearFromFinsParameter").then(function(e){i.GetCurrentFinYearFromFinsParameter1=e.data,i.fin_year=i.GetCurrentFinYearFromFinsParameter1[0].fin_year,i.fin_year_desc=i.GetCurrentFinYearFromFinsParameter1[0].fin_year_desc}),i.getMonthbyYear=function(e){d.get(_.apiUrl+"api/OvertimeHour/GetYear_month?financial_year="+e).then(function(e){i.Year_month=e.data;(new Date).getFullYear(),(new Date).getMonth()});for(var t="",a="",o=0;o<i.year_data.length;o++)if(i.year_data[o].sims_academic_year==e){t=i.year_data[o].sims_academic_year_start_date,a=i.year_data[o].sims_academic_year_end_date;break}d.get(_.apiUrl+"api/attendance/getTermDetails?startDate="+t+"&endDate="+a).then(function(e){i.data=e.data})},i.setMonth=function(){i.temp.sims_academic_month=i.temp.yearCode.substr(4),console.log("year_month",i.temp.sims_academic_month),console.log("year_month",i.temp.yearCode)},i.year_month=i.temp.sims_academic_year+i.temp.sims_academic_month,i.getEmpGrt=function(e,t,a,o,s,n){e?d.get(_.apiUrl+"api/EmpGrtview/getAllGratuityData?comp_code="+t+"&dept_code="+a+"&desg_code="+o+"&emp_no="+s+"&yearmonth="+i.temp.sims_academic_year+i.temp.sims_academic_month+"&grtyearmonth="+i.temp.yearCode).then(function(e){i.emp_id="",i.all_EmpGrt_Data=e.data,i.emptab=!0,console.log("all_EmpGrt_Data",i.all_EmpGrt_Data),i.totalExpectedGratuity=0;for(var t=i.totalCurrentMonthlyGratuity=0;t<i.all_EmpGrt_Data.length;t++)i.emp_id=i.emp_id+i.all_EmpGrt_Data[t].em_login_code+",",i.totalExpectedGratuity=parseFloat(i.totalExpectedGratuity)+parseFloat(i.all_EmpGrt_Data[t].total_grt_amount),i.totalCurrentMonthlyGratuity=parseFloat(i.totalCurrentMonthlyGratuity)+parseFloat(i.all_EmpGrt_Data[t].current_month_amount)}):swal({text:"Please select mandatory fields",width:380})};i.flag=!0,i.expand=function(e,t){var a=t.target.id;if(console.log(e.paycodeList),1==i.flag){$(n).remove(),$(c).remove(),$("#"+a).addClass("fa fa-minus-circle");var o=0;c=(c="<table class='table table-bordered' cellpadding='5' cellspacing='0' style='background-color:#87cefa38;width:288px;'>")+"<tbody>"+"<tr>";for(var s=0;s<e.paycodeList.length;s++)c=c+"<td class='semi-bold col-md-8' style='text-align:right'>"+e.paycodeList[s].pay_discription+"</td>";c=c+"<td class='semi-bold' style='text-align:right'>Total</td></tr>"+"<tr>";for(s=0;s<e.paycodeList.length;s++)o=parseFloat(o)+parseFloat(e.paycodeList[s].pa_amount),c=c+"<td class='semi-bold col-md-4' style='text-align:right'>"+e.paycodeList[s].pa_amount+"</td>";c=(c=c+"<td class='semi-bold' style='text-align:right'>"+o+"</td></tr>")+"</tbody>"+"</table>";var n=$("<tr class='innerRow'><td class='details' colspan='12'>"+c+"</tr>");$(t.currentTarget).parents("tr").after(n),i.flag=!1}else $(".innerRow").css("display","none"),$("#"+a).removeClass("fa fa-minus-circle"),$("#"+a).addClass("fa fa-plus-circle"),i.flag=!0},i.submit=function(){i.submitBtnDisabled=!0,i.busyindicator=!1,i.postData=[],i.postData=i.all_EmpGrt_Data,i.opr={username:t.globals.currentUser.username,yearmonth:i.temp.sims_academic_year+i.temp.sims_academic_month,grtyearmonth:i.temp.yearCode},console.log("postData",i.postData),console.log("opr",i.opr),d.post(_.apiUrl+"api/EmpGrtview/SaveAllGratuityData?data1="+JSON.stringify(i.opr),i.postData).then(function(e){i.msg=e.data,1==i.msg?(console.log("emp_id",i.emp_id),d.post(_.apiUrl+"api/EmpGrtview/PostingGratuity?year_month="+i.temp.sims_academic_year+i.temp.sims_academic_month+"&emp_id="+i.emp_id+"&company_code="+i.temp.company_code+"&username="+t.globals.currentUser.username).then(function(e){i.postingStatus=e.data,i.emp_id="",1==i.postingStatus?(swal({title:"Alert",text:"Gratuity Posted Successfully"}),i.Myform.$setPristine(),i.Myform.$setUntouched(),i.clear(),i.busyindicator=!0):swal({title:"Alert",text:"Gratuity calculated-Posting failed"}),$("#myModal").modal("hide")})):0==i.msg?swal({text:"Gratuity not updated. ",width:380}):swal("Error-"+i.msg)})}}])}(),function(){"use strict";var e=angular.module("sims.module.HRMS");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("UpdateEmployeeADISWCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV","$stateParams",function(a,t,e,o,s,n,i,d){var e=e.globals.currentUser.username,_=(a.Emp_ID=e,a.showForASD=!0,a.CompReadonly=!0,a.DOJReadonly=!0,a.DestReadonly=!0,a.DesgReadonly=!0,a.StaffTypeReadonly=!0,a.DeptReadonly=!0,a.DeptEFReadonly=!0,a.GradeReadonly=!0,a.GradeEFReadonly=!0,a.pass_num=!0,a.pass_issue_date=!0,a.pass_expiry_date=!0,a.visa_num=!0,a.visa_issue_date=!0,a.visa_expiry_date=!0,a.emirated_id=!0,a.emi_issue_date=!0,a.emi_expiry_date=!0,a.searchText=!1,a.ImgLoaded=!1,a.showBtn=!1,a.searchBtn=!1,a.searchEmp=function(e,t){a.searchBtn=!1},n.get(i.apiUrl+"api/HRMS/getLicSchool").then(function(e){a.lic_school_data=e.data,"Qatar"==a.lic_school_data[0].lic_school_country?(a.uae=!1,a.qatar=!0):(a.uae=!0,a.qatar=!1)}),n.get(i.apiUrl+"api/HRMS/getCompany").then(function(e){a.company_data=e.data}),n.get(i.apiUrl+"api/HRMS/getDestination").then(function(e){a.dest_data=e.data,a.temp={em_Company_Code:a.company_data[0].em_Company_Code,em_Dest_Code:a.dest_data[0].em_Dest_Code}}),n.get(i.apiUrl+"api/HRMS/Adisw/getCurLevel").then(function(e){a.curlevel_data=e.data}),n.get(i.apiUrl+"api/HRMS/Adisw/getQualification").then(function(e){a.qualification_data=e.data}),n.get(i.apiUrl+"api/HRMS/Adisw/getDesignation").then(function(e){a.designation_data=e.data}),n.get(i.apiUrl+"api/HRMS/Adisw/getSubjects").then(function(e){a.subjects_data=e.data}),a.EmployeeDetails=function(){a.NodataEmployee=!1,n.post(i.apiUrl+"api/common/SearchEmployee?data="+JSON.stringify(a.temp)).then(function(e){a.Employee_Details=e.data,a.EmployeeTable=!0,0<e.data.length||(a.NodataEmployee=!0)})},a.EmployeeAdd=function(e){a.temp={enroll_number:e.em_login_code,emp_name:e.empName,emp_desg:e.desg_name,emp_dept:e.dept_name}},a.saveBtnDisEn=!1,a.imageUrl=i.docUrl+n.defaults.headers.common.schoolId+"/Images/EmployeeImages/",new FormData);a.getTheFiles=function(e){angular.forEach(e,function(e,t){_.append(t,e)})},a.file_changed=function(e){var e=e.files[0],t=(a.photo_filename=e.type,new FileReader);t.onload=function(t){a.$apply(function(){var e=t.target.result;$(function(){$("#empimg").attr("src",e)})})},t.readAsDataURL(e)},a.checkDOJ=function(){a.temp.em_date_of_birth>=a.temp.em_date_of_join&&(swal({title:"Alert",text:"Date Of Join Should greater than Date of Birth",width:300,height:200}),a.temp.em_date_of_join="")},a.checkPassport=function(){a.temp.em_passport_exp_date<a.temp.em_passport_issue_date&&(swal({title:"Alert",text:"Passport Expiry Date Should greater than Passport Issue Date",width:300,height:200}),a.temp.em_passport_exp_date="")},a.checkVisa=function(){a.temp.em_visa_exp_date<a.temp.em_visa_issue_date&&(swal({title:"Alert",text:"Visa Expiry Date Should greater than Visa Issue Date",width:300,height:200}),a.temp.em_visa_exp_date="")},a.checkEmiratesID=function(){a.temp.em_national_id_expiry_date<a.temp.em_national_id_issue_date&&(swal({title:"Alert",text:"Emirates ID Expiry Date Should greater than Emirates ID Issue Date",width:300,height:200}),a.temp.em_national_id_expiry_date="")},a.Cancel=function(){a.searchText=!1,a.temp="",a.emplogcode="",a.searchBtn=!0,a.Myform.$setPristine(),a.Myform.$setUntouched(),a.ImgLoaded=!1},a.globalSearch=function(){$("#MyModal").modal("show"),a.showBtn=!1},a.getdata=function(){n.get(i.apiUrl+"api/HRMS/getEmpData").then(function(e){a.obj=e.data,a.operation=!0,a.Save_btn=!0,a.display=!0}),n.get(i.apiUrl+"api/HRMS/getSearchEmpMasterADISW?em_login_code="+a.Emp_ID).then(function(e){a.temp1=e.data,a.temp={em_login_code:a.temp1[0].em_login_code,em_number:a.temp1[0].em_number,em_service_status_code:a.temp1[0].em_service_status_code,em_status_code:a.temp1[0].em_status_code,em_apartment_number:a.temp1[0].em_apartment_number,em_family_name:a.temp1[0].em_family_name,em_street_number:a.temp1[0].em_street_number,em_area_number:a.temp1[0].em_area_number,em_phone:a.temp1[0].em_phone,em_fax:a.temp1[0].em_fax,em_post:a.temp1[0].em_post,em_emergency_contact_name2:a.temp1[0].em_emergency_contact_name2,em_emergency_contact_number2:a.temp1[0].em_emergency_contact_number2,em_joining_ref:a.temp1[0].em_joining_ref,em_ethnicity_code:a.temp1[0].em_ethnicity_code,em_handicap_status:a.temp1[0].em_handicap_status,em_stop_salary_indicator:a.temp1[0].em_stop_salary_indicator,em_agreement:a.temp1[0].em_agreement,em_punching_status:a.temp1[0].em_punching_status,em_bank_cash_tag:a.temp1[0].em_bank_cash_tag,em_citi_exp_tag:a.temp1[0].em_citi_exp_tag,em_leave_tag:a.temp1[0].em_leave_tag,em_passport_issue_place:a.temp1[0].em_passport_issue_place,em_passport_issuing_authority:a.temp1[0].em_passport_issuing_authority,em_pssport_exp_rem_date:a.temp1[0].em_pssport_exp_rem_date,em_visa_issuing_place:a.temp1[0].em_visa_issuing_place,em_visa_issuing_authority:a.temp1[0].em_visa_issuing_authority,em_visa_exp_rem_date:a.temp1[0].em_visa_exp_rem_date,em_visa_type_code:a.temp1[0].em_visa_type_code,em_agreement_start_date:a.temp1[0].em_agreement_start_date,em_agreement_exp_date:a.temp1[0].em_agreement_exp_date,em_agreemet_exp_rem_date:a.temp1[0].em_agreemet_exp_rem_date,em_punching_id:a.temp1[0].em_punching_id,em_dependant_full:a.temp1[0].em_dependant_full,em_dependant_half:a.temp1[0].em_dependant_half,em_dependant_infant:a.temp1[0].em_dependant_infant,em_Bank_Code:a.temp1[0].em_Bank_Code,em_bank_ac_no:a.temp1[0].em_bank_ac_no,em_iban_no:a.temp1[0].em_iban_no,em_route_code:a.temp1[0].em_route_code,em_bank_swift_code:a.temp1[0].em_bank_swift_code,em_gpf_ac_no:a.temp1[0].em_gpf_ac_no,em_pan_no:a.temp1[0].em_pan_no,em_labour_card_no:a.temp1[0].em_labour_card_no,em_gosi_ac_no:a.temp1[0].em_gosi_ac_no,em_gosi_start_date:a.temp1[0].em_gosi_start_date,em_national_id:a.temp1[0].em_national_id,em_secret_question_code:a.temp1[0].em_secret_question_code,em_secret_answer:a.temp1[0].em_secret_answer,em_building_number:a.temp1[0].em_building_number,em_Company_Code:a.temp1[0].em_Company_Code,em_Dept_Code:a.temp1[0].em_Dept_Code,em_Designation_Code:a.temp1[0].em_Designation_Code,em_Dest_Code:a.temp1[0].em_Dest_Code,em_Grade_Code:a.temp1[0].em_Grade_Code,em_Marital_Status_Code:a.temp1[0].em_Marital_Status_Code,em_Nation_Code:a.temp1[0].em_Nation_Code,em_Country_Code:a.temp1[0].em_Country_Code,em_State_Code:a.temp1[0].em_State_Code,em_City_Code:a.temp1[0].em_City_Code,em_Religion_Code:a.temp1[0].em_Religion_Code,em_Salutation_Code:a.temp1[0].em_Salutation_Code,em_Sex_Code:a.temp1[0].em_Sex_Code,em_Staff_Type_Code:a.temp1[0].em_Staff_Type_Code,em_blood_group_code:a.temp1[0].em_blood_group_code,em_date_of_birth:a.temp1[0].em_date_of_birth,em_date_of_join:a.temp1[0].em_date_of_join,em_dept_effect_from:a.temp1[0].em_dept_effect_from,em_email:a.temp1[0].em_email,em_emergency_contact_name1:a.temp1[0].em_emergency_contact_name1,em_emergency_contact_number1:a.temp1[0].em_emergency_contact_number1,em_first_name:a.temp1[0].em_first_name,em_grade_effect_from:a.temp1[0].em_grade_effect_from,em_last_name:a.temp1[0].em_last_name,em_middle_name:a.temp1[0].em_middle_name,em_mobile:a.temp1[0].em_mobile,em_name_ot:a.temp1[0].em_name_ot,em_national_id_expiry_date:a.temp1[0].em_national_id_expiry_date,em_national_id_issue_date:a.temp1[0].em_national_id_issue_date,em_passport_exp_date:a.temp1[0].em_passport_exp_date,em_passport_issue_date:a.temp1[0].em_passport_issue_date,em_passport_no:a.temp1[0].em_passport_no,em_summary_address:a.temp1[0].em_summary_address,em_summary_address_local_language:a.temp1[0].em_summary_address_local_language,em_visa_exp_date:a.temp1[0].em_visa_exp_date,em_stop_salary_from:a.temp1[0].em_stop_salary_from,em_visa_issue_date:a.temp1[0].em_visa_issue_date,em_visa_no:a.temp1[0].em_visa_no,em_img:a.temp1[0].em_img,em_adec_approval_number:a.temp1[0].em_adec_approval_number,em_adec_approval_Date:a.temp1[0].em_adec_approval_Date,pays_qualification_code:a.temp1[0].pays_qualification_code,dg_code:a.temp1[0].dg_code,sims_subject_code:a.temp1[0].sims_subject_code,sims_cur_level_code:a.temp1[0].sims_cur_level_code};var e=Math.random(),t=i.docUrl+n.defaults.headers.common.schoolId+"/Images/EmployeeImages/"+a.temp1[0].em_img+"?v="+e;$(function(){$("#empimg").attr("src",t)})})},a.getdata(),a.show_Update_Emp=function(){a.imageUrl=i.docUrl+n.defaults.headers.common.schoolId+"/Images/EmployeeImages/",n.get(i.apiUrl+"api/HRMS/getSearchEmpMasterADISW?em_login_code="+a.Emp_ID).then(function(e){a.temp1=e.data,a.temp={em_login_code:a.temp1[0].em_login_code,em_number:a.temp1[0].em_number,em_service_status_code:a.temp1[0].em_service_status_code,em_status_code:a.temp1[0].em_status_code,em_apartment_number:a.temp1[0].em_apartment_number,em_family_name:a.temp1[0].em_family_name,em_street_number:a.temp1[0].em_street_number,em_area_number:a.temp1[0].em_area_number,em_phone:a.temp1[0].em_phone,em_fax:a.temp1[0].em_fax,em_post:a.temp1[0].em_post,em_emergency_contact_name2:a.temp1[0].em_emergency_contact_name2,em_emergency_contact_number2:a.temp1[0].em_emergency_contact_number2,em_joining_ref:a.temp1[0].em_joining_ref,em_ethnicity_code:a.temp1[0].em_ethnicity_code,em_handicap_status:a.temp1[0].em_handicap_status,em_stop_salary_indicator:a.temp1[0].em_stop_salary_indicator,em_agreement:a.temp1[0].em_agreement,em_punching_status:a.temp1[0].em_punching_status,em_bank_cash_tag:a.temp1[0].em_bank_cash_tag,em_citi_exp_tag:a.temp1[0].em_citi_exp_tag,em_leave_tag:a.temp1[0].em_leave_tag,em_passport_issue_place:a.temp1[0].em_passport_issue_place,em_passport_issuing_authority:a.temp1[0].em_passport_issuing_authority,em_pssport_exp_rem_date:a.temp1[0].em_pssport_exp_rem_date,em_visa_issuing_place:a.temp1[0].em_visa_issuing_place,em_visa_issuing_authority:a.temp1[0].em_visa_issuing_authority,em_visa_exp_rem_date:a.temp1[0].em_visa_exp_rem_date,em_visa_type_code:a.temp1[0].em_visa_type_code,em_agreement_start_date:a.temp1[0].em_agreement_start_date,em_agreement_exp_date:a.temp1[0].em_agreement_exp_date,em_agreemet_exp_rem_date:a.temp1[0].em_agreemet_exp_rem_date,em_punching_id:a.temp1[0].em_punching_id,em_dependant_full:a.temp1[0].em_dependant_full,em_dependant_half:a.temp1[0].em_dependant_half,em_dependant_infant:a.temp1[0].em_dependant_infant,em_Bank_Code:a.temp1[0].em_Bank_Code,em_bank_ac_no:a.temp1[0].em_bank_ac_no,em_iban_no:a.temp1[0].em_iban_no,em_route_code:a.temp1[0].em_route_code,em_bank_swift_code:a.temp1[0].em_bank_swift_code,em_gpf_ac_no:a.temp1[0].em_gpf_ac_no,em_pan_no:a.temp1[0].em_pan_no,em_labour_card_no:a.temp1[0].em_labour_card_no,em_gosi_ac_no:a.temp1[0].em_gosi_ac_no,em_gosi_start_date:a.temp1[0].em_gosi_start_date,em_national_id:a.temp1[0].em_national_id,em_secret_question_code:a.temp1[0].em_secret_question_code,em_secret_answer:a.temp1[0].em_secret_answer,em_building_number:a.temp1[0].em_building_number,em_Company_Code:a.temp1[0].em_Company_Code,em_Dept_Code:a.temp1[0].em_Dept_Code,em_Designation_Code:a.temp1[0].em_Designation_Code,em_Dest_Code:a.temp1[0].em_Dest_Code,em_Grade_Code:a.temp1[0].em_Grade_Code,em_Marital_Status_Code:a.temp1[0].em_Marital_Status_Code,em_Nation_Code:a.temp1[0].em_Nation_Code,em_Country_Code:a.temp1[0].em_Country_Code,em_State_Code:a.temp1[0].em_State_Code,em_City_Code:a.temp1[0].em_City_Code,em_Religion_Code:a.temp1[0].em_Religion_Code,em_Salutation_Code:a.temp1[0].em_Salutation_Code,em_Sex_Code:a.temp1[0].em_Sex_Code,em_Staff_Type_Code:a.temp1[0].em_Staff_Type_Code,em_blood_group_code:a.temp1[0].em_blood_group_code,em_date_of_birth:a.temp1[0].em_date_of_birth,em_date_of_join:a.temp1[0].em_date_of_join,em_dept_effect_from:a.temp1[0].em_dept_effect_from,em_email:a.temp1[0].em_email,em_emergency_contact_name1:a.temp1[0].em_emergency_contact_name1,em_emergency_contact_number1:a.temp1[0].em_emergency_contact_number1,em_first_name:a.temp1[0].em_first_name,em_grade_effect_from:a.temp1[0].em_grade_effect_from,em_last_name:a.temp1[0].em_last_name,em_middle_name:a.temp1[0].em_middle_name,em_mobile:a.temp1[0].em_mobile,em_name_ot:a.temp1[0].em_name_ot,em_national_id_expiry_date:a.temp1[0].em_national_id_expiry_date,em_national_id_issue_date:a.temp1[0].em_national_id_issue_date,em_passport_exp_date:a.temp1[0].em_passport_exp_date,em_passport_issue_date:a.temp1[0].em_passport_issue_date,em_passport_no:a.temp1[0].em_passport_no,em_summary_address:a.temp1[0].em_summary_address,em_summary_address_local_language:a.temp1[0].em_summary_address_local_language,em_visa_exp_date:a.temp1[0].em_visa_exp_date,em_stop_salary_from:a.temp1[0].em_stop_salary_from,em_visa_issue_date:a.temp1[0].em_visa_issue_date,em_visa_no:a.temp1[0].em_visa_no,em_img:a.temp1[0].em_img,em_adec_approval_number:a.temp1[0].em_adec_approval_number,em_adec_approval_Date:a.temp1[0].em_adec_approval_Date,pays_qualification_code:a.temp1[0].pays_qualification_code,dg_code:a.temp1[0].dg_code,sims_subject_code:a.temp1[0].sims_subject_code,sims_cur_level_code:a.temp1[0].sims_cur_level_code};var e=Math.random(),t=i.docUrl+n.defaults.headers.common.schoolId+"/Images/EmployeeImages/"+a.temp1[0].em_img+"?v="+e;$(function(){$("#empimg").attr("src",t)})})},a.image_click=function(){a.ImgLoaded=!0},a.UpdateData=function(e){e?(e=a.temp,void 0!==a.photo_filename&&(a.em_img="",e.em_img=a.temp.em_login_code+"."+a.photo_filename.split("/")[1]),e.opr="U",e.subopr="Up",n.post(i.apiUrl+"api/HRMS/CUMasterEmployeeADISW",e).then(function(e){a.CUDobj=e.data,swal({text:a.CUDobj.strMessage,timer:1e4}),t.reload(),a.show_Update_Emp(),goToState("main.EmpDshBrd")}),1==a.ImgLoaded&&(e={method:"POST",url:i.apiUrl+"/api/file/upload?filename="+a.temp.em_login_code+"&location=/EmployeeImages",data:_,headers:{"Content-Type":void 0}},n(e).success(function(e){})),a.searchText=!1):swal({text:"Kindly fill mandatory field",timer:5e3,width:360})},$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0,format:"yyyy-mm-dd"}),$(document).on("touch click",'*[data-datepicker="true"] .add-on',function(e){$('input[type="text"]',$(this).parent()).focus()})}]),e.directive("ngFiles",["$parse",function(s){return{link:function(t,e,a){var o=s(a.ngFiles);e.on("change",function(e){o(t,{$files:e.target.files})})}}}]),e.filter("randomSrc",function(){return function(e){if(e)return e+"?r="+Math.random()}})}(),function(){"use strict";var e=angular.module("sims.module.HRMS");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("CreateEditEmployeeAdiswCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(a,e,t,o,s,n,i){a.temp={},a.searchText=!1,a.ImgLoaded=!1,a.roleText=!1,a.roleList=!0,a.uae=!1,a.qatar=!0,a.national_id_readnly=!1,a.iban_number_readnly=!1,a.bank_ac_no_readnly=!1,n.get(i.apiUrl+"api/EmpSht/Adisw/getRole").then(function(e){a.roles_data=e.data}),n.get(i.apiUrl+"api/EmpSht/Adisw/getLicSchool").then(function(e){a.lic_school_data=e.data,"Qatar"==a.lic_school_data[0].lic_school_country?(a.uae=!1,a.qatar=!0):(a.uae=!0,a.qatar=!1)}),n.get(i.apiUrl+"api/EmpSht/Adisw/getEmpData").then(function(e){a.obj=e.data,a.operation=!0,a.Save_btn=!0,a.display=!0}),n.get(i.apiUrl+"api/EmpSht/Adisw/getCompany").then(function(e){a.company_data=e.data}),n.get(i.apiUrl+"api/EmpSht/Adisw/getCountry").then(function(e){a.country_data=e.data}),n.get(i.apiUrl+"api/EmpSht/Adisw/getDestination").then(function(e){a.dest_data=e.data,a.temp={em_Company_Code:a.company_data[0].em_Company_Code,em_Dest_Code:a.dest_data[0].em_Dest_Code,em_Country_Code:a.country_data[23].em_Country_Code}}),a.searchEmp=function(e,t){},a.saveBtnDisEn=!1,a.imageUrl=i.docUrl+n.defaults.headers.common.schoolId+"/Images/EmployeeImages/";var d=new FormData;function _(e){var t;if(null!=e)return(t=(t=(e=new Date(e)).getMonth()+1)<10?"0"+t:t)+"/"+(t=(t=e.getDate())<10?"0"+t:t)+"/"+e.getFullYear()}a.getTheFiles=function(e){angular.forEach(e,function(e,t){d.append(t,e)})},a.file_changed=function(e){var e=e.files[0],t=(a.photo_filename=e.type,new FileReader);t.onload=function(e){a.$apply(function(){a.prev_img=e.target.result})},t.readAsDataURL(e)},a.globalSearch=function(){t.visible_stud=!1,t.visible_parent=!1,t.visible_search_parent=!1,t.visible_teacher=!1,t.visible_User=!1,t.visible_Employee=!0,t.chkMulti=!1,a.global_Search_click(),$("#Global_Search_Modal").modal({backdrop:"static"}),a.temp.em_login_code="",a.temp.EmpName="",a.showBtn=!1},a.$on("global_cancel",function(e){0<a.SelectedUserLst.length&&(a.temp={},a.temp.enroll_number=a.SelectedUserLst[0].em_login_code,a.temp.name=a.SelectedUserLst[0].empName,a.EmpSearch1(a.SelectedUserLst[0].em_login_code))}),a.searchGlobalClick=function(){a.Global_Search_by_employee()},a.checkDOJ=function(e){a.temp.em_dept_effect_from=e,a.temp.em_grade_effect_from=e,a.temp.em_date_of_birth>=a.temp.em_date_of_join&&(swal({title:"Alert",text:"Date Of Join Should greater than Date of Birth",width:300,height:200}),a.temp.em_date_of_join="")},a.checkPassport=function(){a.temp.em_passport_exp_date<a.temp.em_passport_issue_date&&(swal({title:"Alert",text:"Passport Expiry Date Should greater than Passport Issue Date",width:300,height:200}),a.temp.em_passport_exp_date="")},a.checkVisa=function(){a.temp.em_visa_exp_date<a.temp.em_visa_issue_date&&(swal({title:"Alert",text:"Visa Expiry Date Should greater than Visa Issue Date",width:300,height:200}),a.temp.em_visa_exp_date="")},a.checkEmiratesID=function(){a.temp.em_national_id_expiry_date<a.temp.em_national_id_issue_date&&(swal({title:"Alert",text:"Emirates ID Expiry Date Should greater than Emirates ID Issue Date",width:300,height:200}),a.temp.em_national_id_expiry_date="")},a.Cancel=function(){a.roleText=!1,a.roleList=!0,a.roleReadOnly=!1,a.searchText=!1,a.national_id_readnly=!1,a.iban_number_readnly=!1,a.bank_ac_no_readnly=!1,a.temp="",a.emplogcode="",a.Myform.$setPristine(),a.Myform.$setUntouched(),a.Save_btn=!0,a.Update_btn=!1,a.ImgLoaded=!1,a.prev_img="",a.emplogcode="",a.temp.em_img=""},a.SaveData=function(e){0==e&&swal({title:"Alert",text:"Please fill mandatory fields",width:380,showCloseButton:!0}),e&&(a.saveBtnDisEn=!0,e=a.temp,void 0===a.photo_filename?e.em_img=null:(e.em_img="."+a.photo_filename.split("/")[1],e.em_dept_effect_from=_(a.temp.em_dept_effect_from),e.em_grade_effect_from=_(a.temp.em_grade_effect_from),e.em_date_of_join=_(a.temp.em_date_of_join),e.em_date_of_birth=_(a.temp.em_date_of_birth),e.em_pssport_issue_date=_(a.temp.em_pssport_issue_date),e.em_passport_exp_date=_(a.temp.em_passport_exp_date),e.em_visa_issue_date=_(a.temp.em_visa_issue_date),e.em_visa_exp_date=_(a.temp.em_visa_exp_date),e.em_national_id_issue_date=_(a.temp.em_national_id_issue_date),e.em_national_id_expiry_date=_(a.temp.em_national_id_expiry_date)),e={em_Salutation_Code:a.temp.em_Salutation_Code,em_first_name:a.temp.em_first_name,em_middle_name:a.temp.em_middle_name,em_last_name:a.temp.em_last_name,em_name_ot:a.temp.em_name_ot,em_Company_Code:a.temp.em_Company_Code,em_img:e.em_img,em_Dest_Code:a.temp.em_Dest_Code,em_Designation_Code:a.temp.em_Designation_Code,em_Dept_Code:a.temp.em_Dept_Code,em_dept_effect_from:e.em_dept_effect_from,em_Staff_Type_Code:a.temp.em_Staff_Type_Code,em_Grade_Code:a.temp.em_Grade_Code,em_grade_effect_from:e.em_grade_effect_from,em_date_of_join:e.em_date_of_join,em_blood_group_code:a.temp.em_blood_group_code,em_date_of_birth:e.em_date_of_birth,em_Sex_Code:a.temp.em_Sex_Code,em_Marital_Status_Code:a.temp.em_Marital_Status_Code,em_Country_Code:a.temp.em_Country_Code,em_Nation_Code:a.temp.em_Nation_Code,em_Religion_Code:a.temp.em_Religion_Code,em_email:a.temp.em_email,em_mobile:a.temp.em_mobile,em_emergency_contact_name1:a.temp.em_emergency_contact_name1,em_summary_address:a.temp.em_summary_address,em_emergency_contact_number1:a.temp.em_emergency_contact_number1,em_passport_no:a.temp.em_passport_no,em_pssport_issue_date:e.em_pssport_issue_date,em_passport_exp_date:e.em_passport_exp_date,em_visa_no:a.temp.em_visa_no,em_visa_type_code:a.temp.em_visa_type_code,em_visa_issue_date:e.em_visa_issue_date,em_visa_exp_date:e.em_visa_exp_date,em_national_id:a.temp.em_national_id,em_national_id_issue_date:e.em_national_id_issue_date,em_national_id_expiry_date:e.em_national_id_expiry_date,em_iban_no:e.em_iban_no,em_bank_ac_no:e.em_bank_ac_no,comn_role_code:a.temp.comn_role_code,opr:"H"},n.post(i.apiUrl+"api/EmpSht/Adisw/CUCreateEditEmployee",e).then(function(e){a.CUDobj=e.data,swal({text:a.CUDobj.strMessage,timer:1e4});e=a.CUDobj.strMessage.split(" ")[2],e={method:"POST",url:i.apiUrl+"/api/file/upload?filename="+e+"&location=/EmployeeImages",data:d,headers:{"Content-Type":void 0}};a.temp="",a.saveBtnDisEn=!1,a.Myform.$setPristine(),a.Myform.$setUntouched(),n(e).success(function(e){})}))},a.EmpSearch1=function(t){a.Save_btn=!1,a.Update_btn=!0,a.searchText=!0,a.roleText=!0,a.roleList=!1,a.roleReadOnly=!0,n.get(i.apiUrl+"api/EmpSht/Adisw/getSearchEmpMaster?em_login_code="+t).then(function(e){a.temp1=e.data,a.temp={enroll_number:t,em_login_code:a.temp1[0].em_login_code,em_number:a.temp1[0].em_number,em_service_status_code:a.temp1[0].em_service_status_code,em_status_code:a.temp1[0].em_status_code,em_apartment_number:a.temp1[0].em_apartment_number,em_family_name:a.temp1[0].em_family_name,em_street_number:a.temp1[0].em_street_number,em_area_number:a.temp1[0].em_area_number,em_phone:a.temp1[0].em_phone,em_fax:a.temp1[0].em_fax,em_post:a.temp1[0].em_post,em_emergency_contact_name2:a.temp1[0].em_emergency_contact_name2,em_emergency_contact_number2:a.temp1[0].em_emergency_contact_number2,em_joining_ref:a.temp1[0].em_joining_ref,em_ethnicity_code:a.temp1[0].em_ethnicity_code,em_handicap_status:a.temp1[0].em_handicap_status,em_stop_salary_indicator:a.temp1[0].em_stop_salary_indicator,em_agreement:a.temp1[0].em_agreement,em_punching_status:a.temp1[0].em_punching_status,em_bank_cash_tag:a.temp1[0].em_bank_cash_tag,em_citi_exp_tag:a.temp1[0].em_citi_exp_tag,em_leave_tag:a.temp1[0].em_leave_tag,em_passport_issue_place:a.temp1[0].em_passport_issue_place,em_passport_issuing_authority:a.temp1[0].em_passport_issuing_authority,em_pssport_exp_rem_date:a.temp1[0].em_pssport_exp_rem_date,em_visa_issuing_place:a.temp1[0].em_visa_issuing_place,em_visa_issuing_authority:a.temp1[0].em_visa_issuing_authority,em_visa_exp_rem_date:a.temp1[0].em_visa_exp_rem_date,em_visa_type_code:a.temp1[0].em_visa_type_code,em_agreement_start_date:a.temp1[0].em_agreement_start_date,em_agreement_exp_date:a.temp1[0].em_agreement_exp_date,em_agreemet_exp_rem_date:a.temp1[0].em_agreemet_exp_rem_date,em_punching_id:a.temp1[0].em_punching_id,em_dependant_full:a.temp1[0].em_dependant_full,em_dependant_half:a.temp1[0].em_dependant_half,em_dependant_infant:a.temp1[0].em_dependant_infant,em_Bank_Code:a.temp1[0].em_Bank_Code,em_bank_ac_no:a.temp1[0].em_bank_ac_no,em_iban_no:a.temp1[0].em_iban_no,em_route_code:a.temp1[0].em_route_code,em_bank_swift_code:a.temp1[0].em_bank_swift_code,em_gpf_ac_no:a.temp1[0].em_gpf_ac_no,em_pan_no:a.temp1[0].em_pan_no,em_labour_card_no:a.temp1[0].em_labour_card_no,em_gosi_ac_no:a.temp1[0].em_gosi_ac_no,em_gosi_start_date:a.temp1[0].em_gosi_start_date,em_national_id:a.temp1[0].em_national_id,em_secret_question_code:a.temp1[0].em_secret_question_code,em_secret_answer:a.temp1[0].em_secret_answer,em_building_number:a.temp1[0].em_building_number,em_Company_Code:a.temp1[0].em_Company_Code,em_Dept_Code:a.temp1[0].em_Dept_Code,em_Designation_Code:a.temp1[0].em_Designation_Code,em_Dest_Code:a.temp1[0].em_Dest_Code,em_Grade_Code:a.temp1[0].em_Grade_Code,em_Marital_Status_Code:a.temp1[0].em_Marital_Status_Code,em_Nation_Code:a.temp1[0].em_Nation_Code,em_Country_Code:a.temp1[0].em_Country_Code,em_State_Code:a.temp1[0].em_State_Code,em_City_Code:a.temp1[0].em_City_Code,em_Religion_Code:a.temp1[0].em_Religion_Code,em_Salutation_Code:a.temp1[0].em_Salutation_Code,em_Sex_Code:a.temp1[0].em_Sex_Code,em_Staff_Type_Code:a.temp1[0].em_Staff_Type_Code,em_blood_group_code:a.temp1[0].em_blood_group_code,em_date_of_birth:a.temp1[0].em_date_of_birth,em_date_of_join:a.temp1[0].em_date_of_join,em_dept_effect_from:a.temp1[0].em_dept_effect_from,em_email:a.temp1[0].em_email,em_emergency_contact_name1:a.temp1[0].em_emergency_contact_name1,em_emergency_contact_number1:a.temp1[0].em_emergency_contact_number1,em_first_name:a.temp1[0].em_first_name,em_grade_effect_from:a.temp1[0].em_grade_effect_from,em_last_name:a.temp1[0].em_last_name,em_middle_name:a.temp1[0].em_middle_name,em_mobile:a.temp1[0].em_mobile,em_name_ot:a.temp1[0].em_name_ot,em_national_id_expiry_date:a.temp1[0].em_national_id_expiry_date,em_national_id_issue_date:a.temp1[0].em_national_id_issue_date,em_passport_exp_date:a.temp1[0].em_passport_exp_date,em_passport_issue_date:a.temp1[0].em_passport_issue_date,em_passport_no:a.temp1[0].em_passport_no,em_summary_address:a.temp1[0].em_summary_address,em_summary_address_local_language:a.temp1[0].em_summary_address_local_language,em_visa_exp_date:a.temp1[0].em_visa_exp_date,em_stop_salary_from:a.temp1[0].em_stop_salary_from,em_visa_issue_date:a.temp1[0].em_visa_issue_date,em_visa_no:a.temp1[0].em_visa_no,comn_role_code:a.temp1[0].comn_role_code,comn_role_name:a.temp1[0].comn_role_name,em_img:a.temp1[0].em_img}})},a.image_click=function(){a.ImgLoaded=!0},a.UpdateData=function(){a.national_id_readnly=!0,a.iban_number_readnly=!0,a.bank_ac_no_readnly=!0;var e,t=a.temp;void 0!==a.photo_filename&&(a.em_img="",t.em_img=a.temp.em_login_code+"."+a.photo_filename.split("/")[1]),t.opr="U",t.subopr="Up",1==a.ImgLoaded&&(e={method:"POST",url:i.apiUrl+"/api/file/upload?filename="+a.temp.em_login_code+"&location=/EmployeeImages",data:d,headers:{"Content-Type":void 0}},n(e).success(function(e){})),n.post(i.apiUrl+"api/EmpSht/Adisw/CUMasterEmployee",t).then(function(e){a.CUDobj=e.data,swal({text:a.CUDobj.strMessage,timer:1e4})}),a.searchText=!1,a.temp=[],a.prev_img="",a.emplogcode="",a.temp.em_img="",a.Save_btn=!0,a.Update_btn=!1},$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0,format:"yyyy-mm-dd"})}]),e.directive("ngFiles",["$parse",function(s){return{link:function(t,e,a){var o=s(a.ngFiles);e.on("change",function(e){o(t,{$files:e.target.files})})}}}])}(),function(){"use strict";var e=angular.module("sims.module.HRMS");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("EmployeeLongFormAdiswCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(a,e,t,o,s,n,i){a.imageUrl=i.docUrl+n.defaults.headers.common.schoolId+"/Images/EmployeeImages/",n.get(i.apiUrl+"api/HRMS/Adisw/getEmpMasterData").then(function(e){a.empstat=!0,a.obj=e.data,a.operation=!0,a.Save_btn=!0,a.Update_btn=!1,a.display=!0,a.roleList=!0}),a.edt={},a.temp={},a.globalSrch=function(){t.visible_stud=!1,t.visible_parent=!1,t.visible_search_parent=!1,t.visible_teacher=!1,t.visible_User=!1,t.visible_Employee=!0,t.chkMulti=!1,a.global_Search_click(),$("#Global_Search_Modal").modal({backdrop:"static"}),a.showBtn=!1},a.AutoFill=function(){var e=a.temp.em_apartment_number+","+a.temp.em_building_number+","+a.temp.em_street_number+","+a.temp.em_area_number;a.temp.em_summary_address=e},n.get(i.apiUrl+"api/HRMS/Adisw/getCompany").then(function(e){a.company_data=e.data,a.temp={em_Company_Code:a.company_data[0].em_Company_Code}}),n.get(i.apiUrl+"api/HRMS/Adisw/getCurLevel").then(function(e){a.curlevel_data=e.data}),n.get(i.apiUrl+"api/HRMS/Adisw/getQualification").then(function(e){a.qualification_data=e.data}),n.get(i.apiUrl+"api/HRMS/Adisw/getDesignation").then(function(e){a.designation_data=e.data}),n.get(i.apiUrl+"api/HRMS/Adisw/getSubjects").then(function(e){a.subjects_data=e.data}),a.$on("global_cancel",function(e){0<a.SelectedUserLst.length&&(a.temp={},a.temp={enroll_number1:a.SelectedUserLst[0].em_login_code},a.temp.name=a.SelectedUserLst[0].empName,a.EmpSearch1(a.SelectedUserLst[0].em_login_code))}),a.searchGlobalClick=function(){a.Global_Search_by_employee()},n.get(i.apiUrl+"api/HRMS/Adisw/getRole").then(function(e){a.roles_data=e.data}),a.setGrade_Dept=function(e){a.temp.em_dept_effect_from=e,a.temp.em_grade_effect_from=e},n.get(i.apiUrl+"api/HRMS/Adisw/getLicSchool").then(function(e){a.lic_school_data=e.data,"Qatar"==a.lic_school_data[0].lic_school_country?(a.uae=!1,a.qatar=!0):(a.uae=!0,a.qatar=!1)}),a.Cancel=function(){a.temp="",a.Save_btn=!0,a.Update_btn=!1},a.getstate=function(e){n.get(i.apiUrl+"api/HRMS/Adisw/getState?em_Country_Code="+e).then(function(e){a.stt=e.data})},a.getcity=function(e){n.get(i.apiUrl+"api/HRMS/Adisw/getCity?em_State_Code="+e).then(function(e){a.ctt=e.data})},a.EmpSearch1=function(t){a.Save_btn=!1,a.Update_btn=!0,n.get(i.apiUrl+"api/HRMS/Adisw/getSearchEmpMaster?em_login_code="+a.temp.enroll_number1).then(function(e){a.temp1=e.data,a.temp={enroll_number1:t,em_login_code:a.temp1[0].em_login_code,em_number:a.temp1[0].em_number,em_service_status_code:a.temp1[0].em_service_status_code,em_status_code:a.temp1[0].em_status_code,em_apartment_number:a.temp1[0].em_apartment_number,em_family_name:a.temp1[0].em_family_name,em_street_number:a.temp1[0].em_street_number,em_area_number:a.temp1[0].em_area_number,em_phone:a.temp1[0].em_phone,em_fax:a.temp1[0].em_fax,em_post:a.temp1[0].em_post,em_emergency_contact_name2:a.temp1[0].em_emergency_contact_name2,em_emergency_contact_number2:a.temp1[0].em_emergency_contact_number2,em_joining_ref:a.temp1[0].em_joining_ref,em_ethnicity_code:a.temp1[0].em_ethnicity_code,em_handicap_status:a.temp1[0].em_handicap_status,em_stop_salary_indicator:a.temp1[0].em_stop_salary_indicator,em_agreement:a.temp1[0].em_agreement,em_punching_status:a.temp1[0].em_punching_status,em_bank_cash_tag:a.temp1[0].em_bank_cash_tag,em_citi_exp_tag:a.temp1[0].em_citi_exp_tag,em_leave_tag:a.temp1[0].em_leave_tag,em_passport_issue_place:a.temp1[0].em_passport_issue_place,em_passport_issuing_authority:a.temp1[0].em_passport_issuing_authority,em_pssport_exp_rem_date:a.temp1[0].em_pssport_exp_rem_date,em_visa_issuing_place:a.temp1[0].em_visa_issuing_place,em_visa_issuing_authority:a.temp1[0].em_visa_issuing_authority,em_visa_exp_rem_date:a.temp1[0].em_visa_exp_rem_date,em_visa_type_code:a.temp1[0].em_visa_type_code,em_agreement_start_date:a.temp1[0].em_agreement_start_date,em_agreement_exp_date:a.temp1[0].em_agreement_exp_date,em_agreemet_exp_rem_date:a.temp1[0].em_agreemet_exp_rem_date,em_punching_id:a.temp1[0].em_punching_id,em_dependant_full:a.temp1[0].em_dependant_full,em_dependant_half:a.temp1[0].em_dependant_half,em_dependant_infant:a.temp1[0].em_dependant_infant,em_Bank_Code:a.temp1[0].em_Bank_Code,em_bank_ac_no:a.temp1[0].em_bank_ac_no,em_iban_no:a.temp1[0].em_iban_no,em_route_code:a.temp1[0].em_route_code,em_bank_swift_code:a.temp1[0].em_bank_swift_code,em_gpf_ac_no:a.temp1[0].em_gpf_ac_no,em_pan_no:a.temp1[0].em_pan_no,em_labour_card_no:a.temp1[0].em_labour_card_no,em_gosi_ac_no:a.temp1[0].em_gosi_ac_no,em_gosi_start_date:a.temp1[0].em_gosi_start_date,em_national_id:a.temp1[0].em_national_id,em_secret_question_code:a.temp1[0].em_secret_question_code,em_secret_answer:a.temp1[0].em_secret_answer,em_building_number:a.temp1[0].em_building_number,em_Company_Code:a.temp1[0].em_Company_Code,em_Dept_Code:a.temp1[0].em_Dept_Code,em_Designation_Code:a.temp1[0].em_Designation_Code,em_Dest_Code:a.temp1[0].em_Dest_Code,em_Grade_Code:a.temp1[0].em_Grade_Code,em_Marital_Status_Code:a.temp1[0].em_Marital_Status_Code,em_Nation_Code:a.temp1[0].em_Nation_Code,em_Country_Code:a.temp1[0].em_Country_Code,em_State_Code:a.temp1[0].em_State_Code,em_City_Code:a.temp1[0].em_City_Code,em_Religion_Code:a.temp1[0].em_Religion_Code,em_Salutation_Code:a.temp1[0].em_Salutation_Code,em_Sex_Code:a.temp1[0].em_Sex_Code,em_Staff_Type_Code:a.temp1[0].em_Staff_Type_Code,em_blood_group_code:a.temp1[0].em_blood_group_code,em_date_of_birth:a.temp1[0].em_date_of_birth,em_date_of_join:a.temp1[0].em_date_of_join,em_dept_effect_from:a.temp1[0].em_dept_effect_from,em_email:a.temp1[0].em_email,em_emergency_contact_name1:a.temp1[0].em_emergency_contact_name1,em_emergency_relation1:a.temp1[0].em_emergency_relation1,em_emergency_relation2:a.temp1[0].em_emergency_relation2,em_emergency_contact_number1:a.temp1[0].em_emergency_contact_number1,em_first_name:a.temp1[0].em_first_name,em_grade_effect_from:a.temp1[0].em_grade_effect_from,em_last_name:a.temp1[0].em_last_name,em_middle_name:a.temp1[0].em_middle_name,em_mobile:a.temp1[0].em_mobile,em_name_ot:a.temp1[0].em_name_ot,em_national_id_expiry_date:a.temp1[0].em_national_id_expiry_date,em_national_id_issue_date:a.temp1[0].em_national_id_issue_date,em_passport_exp_date:a.temp1[0].em_passport_exp_date,em_passport_issue_date:a.temp1[0].em_passport_issue_date,em_passport_no:a.temp1[0].em_passport_no,em_summary_address:a.temp1[0].em_summary_address,em_summary_address_local_language:a.temp1[0].em_summary_address_local_language,em_visa_exp_date:a.temp1[0].em_visa_exp_date,em_stop_salary_from:a.temp1[0].em_stop_salary_from,em_visa_issue_date:a.temp1[0].em_visa_issue_date,em_visa_no:a.temp1[0].em_visa_no,comn_role_code:a.temp1[0].comn_role_code,comn_role_name:a.temp1[0].comn_role_name,em_img:a.temp1[0].em_img,em_status:a.temp1[0].em_status,em_adec_approval_number:a.temp1[0].em_adec_approval_number,em_adec_approval_Date:a.temp1[0].em_adec_approval_Date,pays_qualification_code:a.temp1[0].pays_qualification_code,dg_code:a.temp1[0].dg_code,sims_subject_code:a.temp1[0].sims_subject_code,sims_cur_level_code:a.temp1[0].sims_cur_level_code,em_health_card_number:a.temp1[0].em_health_card_number,em_health_card_issue_date:a.temp1[0].em_health_card_issue_date,em_health_card_expiry_date:a.temp1[0].em_health_card_expiry_date,em_rta_number:a.temp1[0].em_rta_number,em_rta_issue_date:a.temp1[0].em_rta_issue_date,em_rta_expiry_date:a.temp1[0].em_rta_expiry_date,em_left_date:a.temp1[0].em_left_date,em_left_reason:a.temp1[0].em_left_reason},a.getstate(a.temp.em_Country_Code),a.getcity(a.temp.em_State_Code)})};var d=new FormData;a.getTheFiles=function(e){angular.forEach(e,function(e,t){d.append(t,e)})},a.file_changed=function(e){var e=e.files[0],t=(a.photo_filename=e.type,new FileReader);t.onload=function(e){a.$apply(function(){a.prev_img=e.target.result})},t.readAsDataURL(e)},a.uploadImgClickF=function(){a.uploadImgClickFShow=!0},a.uploadImgCancel=function(){a.uploadImgClickFShow=!1},a.image_click=function(){$("#upload_img").modal("show"),a.ImgLoaded=!0},a.globalSearch=function(){$("#MyModal").modal("show"),a.showBtn=!1},a.EmployeeDetails=function(){a.NodataEmployee=!1,n.post(i.apiUrl+"api/common/SearchEmployee?data="+JSON.stringify(a.temp)).then(function(e){a.Employee_Details=e.data,a.EmployeeTable=!0,0<e.data.length||(a.NodataEmployee=!0)})},a.EmployeeAdd=function(e){a.temp={enroll_number:e.em_login_code,emp_name:e.empName,emp_desg:e.desg_name,emp_dept:e.dept_name}},a.SaveData=function(e){e&&(e=a.temp,void 0===a.photo_filename?e.em_img=null:e.em_img="."+a.photo_filename.split("/")[1],e.opr="I",n.post(i.apiUrl+"api/HRMS/Adisw/CUMasterEmployee",e).then(function(e){a.CUDobj=e.data,swal({text:a.CUDobj.strMessage,timer:5e3});e=a.CUDobj.strMessage.split(" ")[2],e={method:"POST",url:i.apiUrl+"/api/file/upload?filename="+e+"&location=/EmployeeImages",data:d,headers:{"Content-Type":void 0}};n(e).success(function(e){})}),a.temp="")},a.UpdateData=function(){var e=a.temp;void 0!==a.photo_filename&&(e.em_img=a.temp.em_login_code+"."+a.photo_filename.split("/")[1]),e.opr="U",e.subopr="Up",n.post(i.apiUrl+"api/HRMS/Adisw/CUMasterEmployee",e).then(function(e){a.CUDobj=e.data,swal({text:a.CUDobj.strMessage,timer:5e3})}),1==a.ImgLoaded&&(e={method:"POST",url:i.apiUrl+"/api/file/upload?filename="+a.temp.em_login_code+"&location=/EmployeeImages",data:d,headers:{"Content-Type":void 0}},n(e).success(function(e){})),a.temp="",a.em_img=""},$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0,format:"yyyy-mm-dd"})}]),e.directive("ngFiles",["$parse",function(s){return{link:function(t,e,a){var o=s(a.ngFiles);e.on("change",function(e){o(t,{$files:e.target.files})})}}}])}(),function(){"use strict";var e=angular.module("sims.module.HRMS");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("UpdateEmployeeMasterAdiswCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(a,e,t,o,s,n,i){a.imageUrl=i.docUrl+n.defaults.headers.common.schoolId+"/Images/EmployeeImages/",a.updt_btn=!0,n.get(i.apiUrl+"api/HRMS/Adisw/getEmpMasterData").then(function(e){a.empstat=!0,a.obj=e.data,a.operation=!0,a.Save_btn=!0,a.Update_btn=!1,a.display=!0,a.roleList=!0}),a.edt={},a.temp={},a.globalSrch=function(){t.visible_stud=!1,t.visible_parent=!1,t.visible_search_parent=!1,t.visible_teacher=!1,t.visible_User=!1,t.visible_Employee=!0,t.chkMulti=!1,a.global_Search_click(),$("#Global_Search_Modal").modal({backdrop:"static"}),a.showBtn=!1},a.$on("global_cancel",function(e){0<a.SelectedUserLst.length&&(a.temp={},a.temp={enroll_number1:a.SelectedUserLst[0].em_login_code},a.temp.name=a.SelectedUserLst[0].empName,a.EmpSearch1(a.SelectedUserLst[0].em_login_code))}),a.searchGlobalClick=function(){a.updt_btn=!1,a.Global_Search_by_employee()},n.get(i.apiUrl+"api/HRMS/Adisw/getRole").then(function(e){a.roles_data=e.data}),a.setGrade_Dept=function(e){a.temp.em_dept_effect_from=e,a.temp.em_grade_effect_from=e},n.get(i.apiUrl+"api/HRMS/Adisw/getLicSchool").then(function(e){a.lic_school_data=e.data,"Qatar"==a.lic_school_data[0].lic_school_country?(a.uae=!1,a.qatar=!0):(a.uae=!0,a.qatar=!1)}),a.Cancel=function(){a.temp="",a.updt_btn=!0},a.getstate=function(e){n.get(i.apiUrl+"api/HRMS/Adisw/getState?em_Country_Code="+e).then(function(e){a.stt=e.data})},a.getcity=function(e){n.get(i.apiUrl+"api/HRMS/Adisw/getCity?em_State_Code="+e).then(function(e){a.ctt=e.data})},a.EmpSearch1=function(t){a.updt_btn=!1,n.get(i.apiUrl+"api/HRMS/Adisw/getSearchEmpMaster?em_login_code="+a.temp.enroll_number1).then(function(e){a.temp1=e.data,a.temp={enroll_number1:t,em_login_code:a.temp1[0].em_login_code,em_number:a.temp1[0].em_number,em_service_status_code:a.temp1[0].em_service_status_code,em_status_code:a.temp1[0].em_status_code,em_apartment_number:a.temp1[0].em_apartment_number,em_family_name:a.temp1[0].em_family_name,em_street_number:a.temp1[0].em_street_number,em_area_number:a.temp1[0].em_area_number,em_phone:a.temp1[0].em_phone,em_fax:a.temp1[0].em_fax,em_post:a.temp1[0].em_post,em_emergency_contact_name2:a.temp1[0].em_emergency_contact_name2,em_emergency_contact_number2:a.temp1[0].em_emergency_contact_number2,em_joining_ref:a.temp1[0].em_joining_ref,em_ethnicity_code:a.temp1[0].em_ethnicity_code,em_handicap_status:a.temp1[0].em_handicap_status,em_stop_salary_indicator:a.temp1[0].em_stop_salary_indicator,em_agreement:a.temp1[0].em_agreement,em_punching_status:a.temp1[0].em_punching_status,em_bank_cash_tag:a.temp1[0].em_bank_cash_tag,em_citi_exp_tag:a.temp1[0].em_citi_exp_tag,em_leave_tag:a.temp1[0].em_leave_tag,em_passport_issue_place:a.temp1[0].em_passport_issue_place,em_passport_issuing_authority:a.temp1[0].em_passport_issuing_authority,em_pssport_exp_rem_date:a.temp1[0].em_pssport_exp_rem_date,em_visa_issuing_place:a.temp1[0].em_visa_issuing_place,em_visa_issuing_authority:a.temp1[0].em_visa_issuing_authority,em_visa_exp_rem_date:a.temp1[0].em_visa_exp_rem_date,em_visa_type_code:a.temp1[0].em_visa_type_code,em_agreement_start_date:a.temp1[0].em_agreement_start_date,em_agreement_exp_date:a.temp1[0].em_agreement_exp_date,em_agreemet_exp_rem_date:a.temp1[0].em_agreemet_exp_rem_date,em_punching_id:a.temp1[0].em_punching_id,em_dependant_full:a.temp1[0].em_dependant_full,em_dependant_half:a.temp1[0].em_dependant_half,em_dependant_infant:a.temp1[0].em_dependant_infant,em_Bank_Code:a.temp1[0].em_Bank_Code,em_bank_ac_no:a.temp1[0].em_bank_ac_no,em_iban_no:a.temp1[0].em_iban_no,em_route_code:a.temp1[0].em_route_code,em_bank_swift_code:a.temp1[0].em_bank_swift_code,em_gpf_ac_no:a.temp1[0].em_gpf_ac_no,em_pan_no:a.temp1[0].em_pan_no,em_labour_card_no:a.temp1[0].em_labour_card_no,em_gosi_ac_no:a.temp1[0].em_gosi_ac_no,em_gosi_start_date:a.temp1[0].em_gosi_start_date,em_national_id:a.temp1[0].em_national_id,em_secret_question_code:a.temp1[0].em_secret_question_code,em_secret_answer:a.temp1[0].em_secret_answer,em_building_number:a.temp1[0].em_building_number,em_Company_Code:a.temp1[0].em_Company_Code,em_Dept_Code:a.temp1[0].em_Dept_Code,em_Designation_Code:a.temp1[0].em_Designation_Code,em_Dest_Code:a.temp1[0].em_Dest_Code,em_Grade_Code:a.temp1[0].em_Grade_Code,em_Marital_Status_Code:a.temp1[0].em_Marital_Status_Code,em_Nation_Code:a.temp1[0].em_Nation_Code,em_Country_Code:a.temp1[0].em_Country_Code,em_State_Code:a.temp1[0].em_State_Code,em_City_Code:a.temp1[0].em_City_Code,em_Religion_Code:a.temp1[0].em_Religion_Code,em_Salutation_Code:a.temp1[0].em_Salutation_Code,em_Sex_Code:a.temp1[0].em_Sex_Code,em_Staff_Type_Code:a.temp1[0].em_Staff_Type_Code,em_blood_group_code:a.temp1[0].em_blood_group_code,em_date_of_birth:a.temp1[0].em_date_of_birth,em_date_of_join:a.temp1[0].em_date_of_join,em_dept_effect_from:a.temp1[0].em_dept_effect_from,em_email:a.temp1[0].em_email,em_emergency_contact_name1:a.temp1[0].em_emergency_contact_name1,em_emergency_relation1:a.temp1[0].em_emergency_relation1,em_emergency_relation2:a.temp1[0].em_emergency_relation2,em_emergency_contact_number1:a.temp1[0].em_emergency_contact_number1,em_first_name:a.temp1[0].em_first_name,em_grade_effect_from:a.temp1[0].em_grade_effect_from,em_last_name:a.temp1[0].em_last_name,em_middle_name:a.temp1[0].em_middle_name,em_mobile:a.temp1[0].em_mobile,em_name_ot:a.temp1[0].em_name_ot,em_national_id_expiry_date:a.temp1[0].em_national_id_expiry_date,em_national_id_issue_date:a.temp1[0].em_national_id_issue_date,em_passport_exp_date:a.temp1[0].em_passport_exp_date,em_passport_issue_date:a.temp1[0].em_passport_issue_date,em_passport_no:a.temp1[0].em_passport_no,em_summary_address:a.temp1[0].em_summary_address,em_summary_address_local_language:a.temp1[0].em_summary_address_local_language,em_visa_exp_date:a.temp1[0].em_visa_exp_date,em_stop_salary_from:a.temp1[0].em_stop_salary_from,em_visa_issue_date:a.temp1[0].em_visa_issue_date,em_visa_no:a.temp1[0].em_visa_no,comn_role_code:a.temp1[0].comn_role_code,comn_role_name:a.temp1[0].comn_role_name,em_img:a.temp1[0].em_img,em_status:a.temp1[0].em_status},a.getstate(a.temp.em_Country_Code),a.getcity(a.temp.em_State_Code)})};var d=new FormData;a.getTheFiles=function(e){angular.forEach(e,function(e,t){d.append(t,e)})},a.file_changed=function(e){var e=e.files[0],t=(a.photo_filename=e.type,new FileReader);t.onload=function(e){a.$apply(function(){a.prev_img=e.target.result})},t.readAsDataURL(e)},a.uploadImgClickF=function(){a.uploadImgClickFShow=!0},a.uploadImgCancel=function(){a.uploadImgClickFShow=!1},a.image_click=function(){$("#upload_img").modal("show"),a.ImgLoaded=!0},a.globalSearch=function(){$("#MyModal").modal("show"),a.showBtn=!1},a.EmployeeDetails=function(){a.NodataEmployee=!1,n.post(i.apiUrl+"api/common/SearchEmployee?data="+JSON.stringify(a.temp)).then(function(e){a.Employee_Details=e.data,a.EmployeeTable=!0,0<e.data.length||(a.NodataEmployee=!0)})},a.EmployeeAdd=function(e){a.temp={enroll_number:e.em_login_code,emp_name:e.empName,emp_desg:e.desg_name,emp_dept:e.dept_name}},a.UpdateData=function(){var e=a.temp;void 0!==a.photo_filename&&(e.em_img=a.temp.em_login_code+"."+a.photo_filename.split("/")[1]),e.opr="U",e.subopr="Up",n.post(i.apiUrl+"api/HRMS/Adisw/CUMasterEmployee",e).then(function(e){a.CUDobj=e.data,swal({text:a.CUDobj.strMessage,timer:5e3})}),1==a.ImgLoaded&&(e={method:"POST",url:i.apiUrl+"/api/file/upload?filename="+a.temp.em_login_code+"&location=/EmployeeImages",data:d,headers:{"Content-Type":void 0}},n(e).success(function(e){})),a.temp="",a.em_img=""},$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0,format:"yyyy-mm-dd"})}]),e.directive("ngFiles",["$parse",function(s){return{link:function(t,e,a){var o=s(a.ngFiles);e.on("change",function(e){o(t,{$files:e.target.files})})}}}])}(),function(){"use strict";var e=angular.module("sims.module.HRMS");e.controller("EmployeeMasterPearlCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(d,e,t,a,o,s,n){d.imageUrl=n.docUrl+s.defaults.headers.common.schoolId+"/Images/EmployeeImages/",d.edt={},d.temp={},s.get(n.apiUrl+"api/HRMS/Pearl/getEmpMasterData").then(function(e){d.empstat=!0,d.obj=e.data,d.operation=!0,d.Save_btn=!0,d.Update_btn=!1,d.display=!0,d.roleList=!0,d.delete_btn=!0,d.temp.em_Company_Code=d.obj[0].em_Company_Code,d.temp.em_service_status_code="V"}),d.delete_btn=!0,d.showAgreementDetails=!0,d.updateBtn=!1,d.saveBtn=!1,$("#dob").kendoDatePicker({format:"dd-MM-yyyy",min:new Date(1900,1,1),max:new Date}),d.globalSrch=function(){d.delete_btn=!1,t.visible_stud=!1,t.visible_parent=!1,t.visible_search_parent=!1,t.visible_teacher=!1,t.visible_User=!1,t.visible_Employee=!0,t.chkMulti=!1,d.global_Search_click(),$("#Global_Search_Modal").modal({backdrop:"static"}),d.showBtn=!1},d.checkPassport=function(){d.temp.em_passport_exp_date<d.temp.em_passport_issue_date&&(swal({title:"Alert",text:"Passport Expiry Date Should greater than Passport Issue Date",width:300,height:200}),d.temp.em_passport_exp_date="")},d.checkQatar=function(){d.temp.em_visa_exp_date<d.temp.em_visa_issue_date&&(swal({title:"Alert",text:"Qatar ID Expiry Date Should greater than Qatar ID Issue Date",width:300,height:200}),d.temp.em_visa_exp_date="")},d.$on("global_cancel",function(e){0<d.SelectedUserLst.length&&(d.temp={},d.temp={enroll_number1:d.SelectedUserLst[0].em_login_code},d.temp.name=d.SelectedUserLst[0].empName,d.EmpSearch1(d.SelectedUserLst[0].em_login_code))}),d.searchGlobalClick=function(){d.Global_Search_by_employee()},s.get(n.apiUrl+"api/Qual/getAllQualification").then(function(e){d.all_Qual_Data=e.data}),s.get(n.apiUrl+"api/common/Subject/getSubject").then(function(e){d.sub_data=e.data}),s.get(n.apiUrl+"api/HRMS/Pearl/getRole").then(function(e){d.roles_data=e.data}),d.setGrade_Dept=function(e){d.temp.em_dept_effect_from=e,d.temp.em_grade_effect_from=e},s.get(n.apiUrl+"api/HRMS/Pearl/getLicSchool").then(function(e){d.lic_school_data=e.data,"Qatar"==d.lic_school_data[0].lic_school_country?(d.uae=!1,d.qatar=!0):(d.uae=!0,d.qatar=!1)}),d.Cancel=function(){d.temp={},d.Myform.$setPristine(),d.Myform.$setUntouched(),d.Save_btn=!0,d.Update_btn=!1,d.edt={},d.temp={}},d.getstate=function(e){s.get(n.apiUrl+"api/HRMS/Pearl/getState?em_Country_Code="+e).then(function(e){d.stt=e.data})},d.getcity=function(e){s.get(n.apiUrl+"api/HRMS/Pearl/getCity?em_State_Code="+e).then(function(e){d.ctt=e.data})},d.getContract=function(){s.get(n.apiUrl+"api/contract/Get_ContractDetails").then(function(e){d.Contract_data=e.data})},d.getContract(),d.setAgreementDate=function(e){d.showAgreementDetails=!1;for(var t=0;t<d.Contract_data.length;t++)if(d.Contract_data[t].cn_code==e){var a=d.Contract_data[t].cn_duration;break}var o,s=new Date,s=("0"+s.getDate()).slice(-2)+"-"+("0"+(s.getMonth()+1)).slice(-2)+"-"+s.getFullYear(),s=(d.temp.em_agreement_start_date=s,d.temp.em_date_of_join.split("-")[0]),n=d.temp.em_date_of_join.split("-")[1],i=d.temp.em_date_of_join.split("-")[2],n=(isNaN(n)&&(n=d.temp.em_date_of_join.split("-")[1]),parseInt(n)+parseInt(a));12<n?(o=parseInt(i)+1,n=parseInt(n)-12):o=i,d.temp.em_agreement_exp_date=s+"-"+n+"-"+o,null!=d.temp.em_agreement_exp_date&&(n=1==n?(o=parseInt(o)-1,12):parseInt(n)-1,d.temp.em_agreemet_exp_rem_date=s+"-"+n+"-"+o)},d.EmpSearch1=function(t){d.delete_btn=!1,d.Save_btn=!1,d.Update_btn=!0,s.get(n.apiUrl+"api/HRMS/Pearl/getSearchEmpMaster?em_login_code="+d.temp.enroll_number1).then(function(e){d.temp1=e.data,d.temp={enroll_number1:t,em_login_code:d.temp1[0].em_login_code,em_number:d.temp1[0].em_number,em_service_status_code:d.temp1[0].em_service_status_code,em_status_code:d.temp1[0].em_status_code,em_apartment_number:d.temp1[0].em_apartment_number,em_family_name:d.temp1[0].em_family_name,em_street_number:d.temp1[0].em_street_number,em_area_number:d.temp1[0].em_area_number,em_phone:d.temp1[0].em_phone,em_fax:d.temp1[0].em_fax,em_post:d.temp1[0].em_post,em_emergency_contact_name2:d.temp1[0].em_emergency_contact_name2,em_emergency_contact_number2:d.temp1[0].em_emergency_contact_number2,em_joining_ref:d.temp1[0].em_joining_ref,em_ethnicity_code:d.temp1[0].em_ethnicity_code,em_handicap_status:d.temp1[0].em_handicap_status,em_stop_salary_indicator:d.temp1[0].em_stop_salary_indicator,em_agreement_code:d.temp1[0].em_agreement_code,em_punching_status:d.temp1[0].em_punching_status,em_bank_cash_tag:d.temp1[0].em_bank_cash_tag,em_citi_exp_tag:d.temp1[0].em_citi_exp_tag,em_leave_tag:d.temp1[0].em_leave_tag,em_passport_issue_place:d.temp1[0].em_passport_issue_place,em_passport_issuing_authority:d.temp1[0].em_passport_issuing_authority,em_pssport_exp_rem_date:d.temp1[0].em_pssport_exp_rem_date,em_visa_issuing_place:d.temp1[0].em_visa_issuing_place,em_visa_issuing_authority:d.temp1[0].em_visa_issuing_authority,em_visa_exp_rem_date:d.temp1[0].em_visa_exp_rem_date,em_visa_type_code:d.temp1[0].em_visa_type_code,em_agreement_start_date:d.temp1[0].em_agreement_start_date,em_agreement_exp_date:d.temp1[0].em_agreement_exp_date,em_agreemet_exp_rem_date:d.temp1[0].em_agreemet_exp_rem_date,em_punching_id:d.temp1[0].em_punching_id,em_dependant_full:d.temp1[0].em_dependant_full,em_dependant_half:d.temp1[0].em_dependant_half,em_dependant_infant:d.temp1[0].em_dependant_infant,em_Bank_Code:d.temp1[0].em_Bank_Code,em_bank_ac_no:d.temp1[0].em_bank_ac_no,em_iban_no:d.temp1[0].em_iban_no,em_route_code:d.temp1[0].em_route_code,em_bank_swift_code:d.temp1[0].em_bank_swift_code,em_gpf_ac_no:d.temp1[0].em_gpf_ac_no,em_pan_no:d.temp1[0].em_pan_no,em_labour_card_no:d.temp1[0].em_labour_card_no,em_gosi_ac_no:d.temp1[0].em_gosi_ac_no,em_gosi_start_date:d.temp1[0].em_gosi_start_date,em_national_id:d.temp1[0].em_national_id,em_secret_question_code:d.temp1[0].em_secret_question_code,em_secret_answer:d.temp1[0].em_secret_answer,em_building_number:d.temp1[0].em_building_number,em_Company_Code:d.temp1[0].em_Company_Code,em_Dept_Code:d.temp1[0].em_Dept_Code,em_Designation_Code:d.temp1[0].em_Designation_Code,em_Dest_Code:d.temp1[0].em_Dest_Code,em_Grade_Code:d.temp1[0].em_Grade_Code,em_Marital_Status_Code:d.temp1[0].em_Marital_Status_Code,em_Nation_Code:d.temp1[0].em_Nation_Code,em_Country_Code:d.temp1[0].em_Country_Code,em_State_Code:d.temp1[0].em_State_Code,em_City_Code:d.temp1[0].em_City_Code,em_Religion_Code:d.temp1[0].em_Religion_Code,em_Salutation_Code:d.temp1[0].em_Salutation_Code,em_Sex_Code:d.temp1[0].em_Sex_Code,em_Staff_Type_Code:d.temp1[0].em_Staff_Type_Code,em_blood_group_code:d.temp1[0].em_blood_group_code,em_date_of_birth:d.temp1[0].em_date_of_birth,em_date_of_join:d.temp1[0].em_date_of_join,em_dept_effect_from:d.temp1[0].em_dept_effect_from,em_email:d.temp1[0].em_email,em_emergency_contact_name1:d.temp1[0].em_emergency_contact_name1,em_emergency_relation1:d.temp1[0].em_emergency_relation1,em_emergency_relation2:d.temp1[0].em_emergency_relation2,em_emergency_contact_number1:d.temp1[0].em_emergency_contact_number1,em_first_name:d.temp1[0].em_first_name,em_grade_effect_from:d.temp1[0].em_grade_effect_from,em_last_name:d.temp1[0].em_last_name,em_middle_name:d.temp1[0].em_middle_name,em_mobile:d.temp1[0].em_mobile,em_name_ot:d.temp1[0].em_name_ot,em_national_id_expiry_date:d.temp1[0].em_national_id_expiry_date,em_national_id_issue_date:d.temp1[0].em_national_id_issue_date,em_passport_exp_date:d.temp1[0].em_passport_exp_date,em_passport_issue_date:d.temp1[0].em_passport_issue_date,em_passport_no:d.temp1[0].em_passport_no,em_summary_address:d.temp1[0].em_summary_address,em_summary_address_local_language:d.temp1[0].em_summary_address_local_language,em_visa_exp_date:d.temp1[0].em_visa_exp_date,em_stop_salary_from:d.temp1[0].em_stop_salary_from,em_visa_issue_date:d.temp1[0].em_visa_issue_date,em_visa_no:d.temp1[0].em_visa_no,comn_role_code:d.temp1[0].comn_role_code,comn_role_name:d.temp1[0].comn_role_name,em_img:d.temp1[0].em_img,em_resident_in_qatar_since:d.temp1[0].em_resident_in_qatar_since,em_remarks_awards:d.temp1[0].em_remarks_awards,em_name_of_spouse:d.temp1[0].em_name_of_spouse,em_Spouse_Designation_Code:d.temp1[0].em_Spouse_Designation_Code,em_spouse_organization:d.temp1[0].em_spouse_organization,em_spouse_qatar_id:d.temp1[0].em_spouse_qatar_id,em_spouse_contact_number:d.temp1[0].em_spouse_contact_number,em_adec_approval_number:d.temp1[0].em_adec_approval_number,em_adec_approval_Date:d.temp1[0].em_adec_approval_Date,em_adec_approved_qualification:d.temp1[0].em_adec_approved_qualification,em_adec_approved_designation:d.temp1[0].em_adec_approved_designation,em_adec_approved_subject:d.temp1[0].em_adec_approved_subject,em_adec_approved_level:d.temp1[0].em_adec_approved_level,em_health_card_no:d.temp1[0].em_health_card_no,em_health_card_effective_from_date:d.temp1[0].em_health_card_effective_from_date,em_health_card_effective_upto_date:d.temp1[0].em_health_card_effective_upto_date,em_heath_card_status:d.temp1[0].em_heath_card_status},d.getstate(d.temp.em_Country_Code),d.getcity(d.temp.em_State_Code)})};var i=new FormData;d.getTheFiles=function(e){angular.forEach(e,function(e,t){i.append(t,e)})},d.file_changed=function(e){var e=e.files[0],t=(d.photo_filename=e.type,new FileReader);t.onload=function(e){d.$apply(function(){d.prev_img=e.target.result})},t.readAsDataURL(e)},d.uploadImgClickF=function(){d.uploadImgClickFShow=!0},d.uploadImgCancel=function(){d.uploadImgClickFShow=!1},d.image_click=function(){$("#upload_img").modal("show"),d.ImgLoaded=!0},d.globalSearch=function(){$("#MyModal").modal("show"),d.showBtn=!1},d.EmployeeDetails=function(){d.NodataEmployee=!1,s.post(n.apiUrl+"api/common/SearchEmployee?data="+JSON.stringify(d.temp)).then(function(e){d.Employee_Details=e.data,d.EmployeeTable=!0,0<e.data.length||(d.NodataEmployee=!0)})},d.EmployeeAdd=function(e){d.temp={enroll_number:e.em_login_code,emp_name:e.empName,emp_desg:e.desg_name,emp_dept:e.dept_name}},d.SaveData=function(e){e?(d.saveBtn=!0,d.updateBtn=!0,e=d.temp,void 0===d.photo_filename?e.em_img=null:e.em_img="."+d.photo_filename.split("/")[1],e.opr="I",s.post(n.apiUrl+"api/HRMS/Pearl/CUMasterEmployee",e).then(function(e){d.CUDobj={},d.CUDobj=e.data,null==d.CUDobj.strMessage&&""==d.CUDobj.strMessage&&null==$s$scope.CUDobj.strMessage||(swal({text:d.CUDobj.strMessage}),d.Cancel(),setTimeout(function(){d.saveBtn=!1,d.updateBtn=!1},3e3));e=d.CUDobj.strMessage.split(" ")[2],e={method:"POST",url:n.apiUrl+"/api/file/upload?filename="+e+"&location=/EmployeeImages",data:i,headers:{"Content-Type":void 0}};s(e).success(function(e){})})):swal({title:"Alert",text:"Please fill mandatory fields"})},d.delete_img=function(){var e=d.temp;e.opr="B",s.post(n.apiUrl+"api/HRMS/Pearl/DelEmployeeImg",e).then(function(e){d.CUDobj=e.data,swal({text:d.CUDobj.strMessage,timer:5e3}),d.temp.em_img="",d.prev_img=""})},d.UpdateData=function(){d.saveBtn=!0,d.updateBtn=!0;var e=d.temp;void 0!==d.photo_filename&&(e.em_img=d.temp.em_login_code+"."+d.photo_filename.split("/")[1]),e.opr="U",e.subopr="Up",s.post(n.apiUrl+"api/HRMS/Pearl/CUMasterEmployee",e).then(function(e){d.CUDobj={},d.CUDobj=e.data,null==d.CUDobj.strMessage&&""==d.CUDobj.strMessage&&null==$s$scope.CUDobj.strMessage||(swal({text:d.CUDobj.strMessage}),setTimeout(function(){d.Cancel(),d.saveBtn=!1,d.updateBtn=!1},3e3)),d.prev_img="",d.temp.em_img=""}),1==d.ImgLoaded&&(e={method:"POST",url:n.apiUrl+"/api/file/upload?filename="+d.temp.em_login_code+"&location=/EmployeeImages",data:i,headers:{"Content-Type":void 0}},s(e).success(function(e){})),d.prev_img="",d.temp.em_img=""}}]),e.directive("ngFiles",["$parse",function(s){return{link:function(t,e,a){var o=s(a.ngFiles);e.on("change",function(e){o(t,{$files:e.target.files})})}}}])}(),function(){"use strict";var e=angular.module("sims.module.HRMS");e.controller("EmployeeProfileCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(a,t,e,o,s,n,i){var e=e.globals.currentUser.username,d=(a.Emp_ID=e,a.CompReadonly=!0,a.DOJReadonly=!0,a.DestReadonly=!0,a.DesgReadonly=!0,a.StaffTypeReadonly=!0,a.DeptReadonly=!0,a.DeptEFReadonly=!0,a.GradeReadonly=!0,a.GradeEFReadonly=!0,a.pass_num=!0,a.pass_issue_date=!0,a.pass_expiry_date=!0,a.visa_num=!0,a.visa_issue_date=!0,a.visa_expiry_date=!0,a.emirated_id=!0,a.emi_issue_date=!0,a.emi_expiry_date=!0,a.searchText=!1,a.ImgLoaded=!1,a.showBtn=!1,a.searchBtn=!1,a.searchEmp=function(e,t){a.searchBtn=!1},a.qualification=function(){t.go("main.quaemp")},a.experience=function(){t.go("main.EmpExp")},n.get(i.apiUrl+"api/EmpProfile/getLicSchool").then(function(e){a.lic_school_data=e.data,"Qatar"==a.lic_school_data[0].lic_school_country?(a.uae=!1,a.qatar=!0):(a.uae=!0,a.qatar=!1),console.log(a.lic_school_data)}),n.get(i.apiUrl+"api/EmpProfile/getCompany").then(function(e){a.company_data=e.data}),n.get(i.apiUrl+"api/EmpProfile/getWorkType").then(function(e){a.work_type_data=e.data,console.log(a.work_type_data)}),n.get(i.apiUrl+"api/EmpProfile/getDestination").then(function(e){a.dest_data=e.data,a.temp={em_Company_Code:a.company_data[0].em_Company_Code,em_Dest_Code:a.dest_data[0].em_Dest_Code}}),a.EmployeeDetails=function(){a.NodataEmployee=!1,n.post(i.apiUrl+"api/common/SearchEmployee?data="+JSON.stringify(a.temp)).then(function(e){a.Employee_Details=e.data,console.log(a.EmployeeDetails),a.EmployeeTable=!0,0<e.data.length||(a.NodataEmployee=!0)})},a.EmployeeAdd=function(e){a.temp={enroll_number:e.em_login_code,emp_name:e.empName,emp_desg:e.desg_name,emp_dept:e.dept_name}},a.saveBtnDisEn=!1,a.imageUrl=i.docUrl+n.defaults.headers.common.schoolId+"/Images/EmployeeImages/",new FormData);a.getTheFiles=function(e){angular.forEach(e,function(e,t){d.append(t,e)})},a.file_changed=function(e){var e=e.files[0],t=(a.photo_filename=e.type,new FileReader);t.onload=function(e){a.$apply(function(){a.prev_img=e.target.result})},t.readAsDataURL(e)},a.checkDOJ=function(){a.temp.em_date_of_birth>=a.temp.em_date_of_join&&(swal({title:"Alert",text:"Date Of Join Should greater than Date of Birth",width:300,height:200}),a.temp.em_date_of_join="")},a.checkPassport=function(){a.temp.em_passport_exp_date<a.temp.em_passport_issue_date&&(swal({title:"Alert",text:"Passport Expiry Date Should greater than Passport Issue Date",width:300,height:200}),a.temp.em_passport_exp_date="")},a.checkVisa=function(){a.temp.em_visa_exp_date<a.temp.em_visa_issue_date&&(swal({title:"Alert",text:"Visa Expiry Date Should greater than Visa Issue Date",width:300,height:200}),a.temp.em_visa_exp_date="")},a.checkEmiratesID=function(){a.temp.em_national_id_expiry_date<a.temp.em_national_id_issue_date&&(swal({title:"Alert",text:"Emirates ID Expiry Date Should greater than Emirates ID Issue Date",width:300,height:200}),a.temp.em_national_id_expiry_date="")},a.Cancel=function(){a.searchText=!1,a.temp="",a.emplogcode="",a.searchBtn=!0,a.Myform.$setPristine(),a.Myform.$setUntouched(),a.ImgLoaded=!1},a.globalSearch=function(){$("#MyModal").modal("show"),a.showBtn=!1},n.get(i.apiUrl+"api/EmpProfile/getEmpData").then(function(e){n.get(i.apiUrl+"api/EmpProfile/getSearchEmpMaster?em_login_code="+a.Emp_ID).then(function(e){a.temp1=e.data,a.temp={em_login_code:a.temp1[0].em_login_code,em_number:a.temp1[0].em_number,em_service_status_code:a.temp1[0].em_service_status_code,em_status_code:a.temp1[0].em_status_code,em_apartment_number:a.temp1[0].em_apartment_number,em_family_name:a.temp1[0].em_family_name,em_street_number:a.temp1[0].em_street_number,em_area_number:a.temp1[0].em_area_number,em_phone:a.temp1[0].em_phone,em_fax:a.temp1[0].em_fax,em_post:a.temp1[0].em_post,em_emergency_contact_name2:a.temp1[0].em_emergency_contact_name2,em_emergency_contact_number2:a.temp1[0].em_emergency_contact_number2,em_joining_ref:a.temp1[0].em_joining_ref,em_ethnicity_code:a.temp1[0].em_ethnicity_code,em_handicap_status:a.temp1[0].em_handicap_status,em_stop_salary_indicator:a.temp1[0].em_stop_salary_indicator,em_agreement:a.temp1[0].em_agreement,em_punching_status:a.temp1[0].em_punching_status,em_bank_cash_tag:a.temp1[0].em_bank_cash_tag,em_citi_exp_tag:a.temp1[0].em_citi_exp_tag,em_leave_tag:a.temp1[0].em_leave_tag,em_passport_issue_place:a.temp1[0].em_passport_issue_place,em_passport_issuing_authority:a.temp1[0].em_passport_issuing_authority,em_pssport_exp_rem_date:a.temp1[0].em_pssport_exp_rem_date,em_visa_issuing_place:a.temp1[0].em_visa_issuing_place,em_visa_issuing_authority:a.temp1[0].em_visa_issuing_authority,em_visa_exp_rem_date:a.temp1[0].em_visa_exp_rem_date,em_visa_type_code:a.temp1[0].em_visa_type_code,em_agreement_start_date:a.temp1[0].em_agreement_start_date,em_agreement_exp_date:a.temp1[0].em_agreement_exp_date,em_agreemet_exp_rem_date:a.temp1[0].em_agreemet_exp_rem_date,em_punching_id:a.temp1[0].em_punching_id,em_dependant_full:a.temp1[0].em_dependant_full,em_dependant_half:a.temp1[0].em_dependant_half,em_dependant_infant:a.temp1[0].em_dependant_infant,em_Bank_Code:a.temp1[0].em_Bank_Code,em_bank_ac_no:a.temp1[0].em_bank_ac_no,em_iban_no:a.temp1[0].em_iban_no,em_route_code:a.temp1[0].em_route_code,em_bank_swift_code:a.temp1[0].em_bank_swift_code,em_gpf_ac_no:a.temp1[0].em_gpf_ac_no,em_pan_no:a.temp1[0].em_pan_no,em_labour_card_no:a.temp1[0].em_labour_card_no,em_gosi_ac_no:a.temp1[0].em_gosi_ac_no,em_gosi_start_date:a.temp1[0].em_gosi_start_date,em_national_id:a.temp1[0].em_national_id,em_secret_question_code:a.temp1[0].em_secret_question_code,em_secret_answer:a.temp1[0].em_secret_answer,em_building_number:a.temp1[0].em_building_number,em_Company_Code:a.temp1[0].em_Company_Code,em_Dept_Code:a.temp1[0].em_Dept_Code,em_Designation_Code:a.temp1[0].em_Designation_Code,em_Dest_Code:a.temp1[0].em_Dest_Code,em_Grade_Code:a.temp1[0].em_Grade_Code,em_Marital_Status_Code:a.temp1[0].em_Marital_Status_Code,em_Nation_Code:a.temp1[0].em_Nation_Code,em_Country_Code:a.temp1[0].em_Country_Code,em_State_Code:a.temp1[0].em_State_Code,em_City_Code:a.temp1[0].em_City_Code,em_Religion_Code:a.temp1[0].em_Religion_Code,em_Salutation_Code:a.temp1[0].em_Salutation_Code,em_Sex_Code:a.temp1[0].em_Sex_Code,em_Staff_Type_Code:a.temp1[0].em_Staff_Type_Code,em_blood_group_code:a.temp1[0].em_blood_group_code,em_date_of_birth:a.temp1[0].em_date_of_birth,em_date_of_join:a.temp1[0].em_date_of_join,em_dept_effect_from:a.temp1[0].em_dept_effect_from,em_email:a.temp1[0].em_email,em_emergency_contact_name1:a.temp1[0].em_emergency_contact_name1,em_emergency_contact_number1:a.temp1[0].em_emergency_contact_number1,em_first_name:a.temp1[0].em_first_name,em_grade_effect_from:a.temp1[0].em_grade_effect_from,em_last_name:a.temp1[0].em_last_name,em_middle_name:a.temp1[0].em_middle_name,em_mobile:a.temp1[0].em_mobile,em_name_ot:a.temp1[0].em_name_ot,em_national_id_expiry_date:a.temp1[0].em_national_id_expiry_date,em_national_id_issue_date:a.temp1[0].em_national_id_issue_date,em_passport_exp_date:a.temp1[0].em_passport_exp_date,em_passport_issue_date:a.temp1[0].em_passport_issue_date,em_passport_no:a.temp1[0].em_passport_no,em_summary_address:a.temp1[0].em_summary_address,em_summary_address_local_language:a.temp1[0].em_summary_address_local_language,em_visa_exp_date:a.temp1[0].em_visa_exp_date,em_stop_salary_from:a.temp1[0].em_stop_salary_from,em_visa_issue_date:a.temp1[0].em_visa_issue_date,em_visa_no:a.temp1[0].em_visa_no,em_img:a.temp1[0].em_img,em_resident_in_qatar_since:a.temp1[0].em_resident_in_qatar_since,em_remarks_awards:a.temp1[0].em_remarks_awards,em_name_of_spouse:a.temp1[0].em_name_of_spouse,em_Spouse_Designation_Code:a.temp1[0].em_Spouse_Designation_Code,em_spouse_organization:a.temp1[0].em_spouse_organization,em_spouse_qatar_id:a.temp1[0].em_spouse_qatar_id,em_spouse_contact_number:a.temp1[0].em_spouse_contact_number,pays_work_type_code:a.temp1[0].pays_work_type_code,pays_work_type_name:a.temp1[0].pays_work_type_name},a.prev_img=i.docUrl+n.defaults.headers.common.schoolId+"/Images/EmployeeImages/"+a.temp1[0].em_img}),a.obj=e.data,a.operation=!0,a.Save_btn=!0,a.display=!0}),a.show_Update_Emp=function(){a.imageUrl=i.docUrl+n.defaults.headers.common.schoolId+"/Images/EmployeeImages/",n.get(i.apiUrl+"api/EmpProfile/getSearchEmpMaster?em_login_code="+a.Emp_ID).then(function(e){a.temp1=e.data,a.temp={em_login_code:a.temp1[0].em_login_code,em_number:a.temp1[0].em_number,em_service_status_code:a.temp1[0].em_service_status_code,em_status_code:a.temp1[0].em_status_code,em_apartment_number:a.temp1[0].em_apartment_number,em_family_name:a.temp1[0].em_family_name,em_street_number:a.temp1[0].em_street_number,em_area_number:a.temp1[0].em_area_number,em_phone:a.temp1[0].em_phone,em_fax:a.temp1[0].em_fax,em_post:a.temp1[0].em_post,em_emergency_contact_name2:a.temp1[0].em_emergency_contact_name2,em_emergency_contact_number2:a.temp1[0].em_emergency_contact_number2,em_joining_ref:a.temp1[0].em_joining_ref,em_ethnicity_code:a.temp1[0].em_ethnicity_code,em_handicap_status:a.temp1[0].em_handicap_status,em_stop_salary_indicator:a.temp1[0].em_stop_salary_indicator,em_agreement:a.temp1[0].em_agreement,em_punching_status:a.temp1[0].em_punching_status,em_bank_cash_tag:a.temp1[0].em_bank_cash_tag,em_citi_exp_tag:a.temp1[0].em_citi_exp_tag,em_leave_tag:a.temp1[0].em_leave_tag,em_passport_issue_place:a.temp1[0].em_passport_issue_place,em_passport_issuing_authority:a.temp1[0].em_passport_issuing_authority,em_pssport_exp_rem_date:a.temp1[0].em_pssport_exp_rem_date,em_visa_issuing_place:a.temp1[0].em_visa_issuing_place,em_visa_issuing_authority:a.temp1[0].em_visa_issuing_authority,em_visa_exp_rem_date:a.temp1[0].em_visa_exp_rem_date,em_visa_type_code:a.temp1[0].em_visa_type_code,em_agreement_start_date:a.temp1[0].em_agreement_start_date,em_agreement_exp_date:a.temp1[0].em_agreement_exp_date,em_agreemet_exp_rem_date:a.temp1[0].em_agreemet_exp_rem_date,em_punching_id:a.temp1[0].em_punching_id,em_dependant_full:a.temp1[0].em_dependant_full,em_dependant_half:a.temp1[0].em_dependant_half,em_dependant_infant:a.temp1[0].em_dependant_infant,em_Bank_Code:a.temp1[0].em_Bank_Code,em_bank_ac_no:a.temp1[0].em_bank_ac_no,em_iban_no:a.temp1[0].em_iban_no,em_route_code:a.temp1[0].em_route_code,em_bank_swift_code:a.temp1[0].em_bank_swift_code,em_gpf_ac_no:a.temp1[0].em_gpf_ac_no,em_pan_no:a.temp1[0].em_pan_no,em_labour_card_no:a.temp1[0].em_labour_card_no,em_gosi_ac_no:a.temp1[0].em_gosi_ac_no,em_gosi_start_date:a.temp1[0].em_gosi_start_date,em_national_id:a.temp1[0].em_national_id,em_secret_question_code:a.temp1[0].em_secret_question_code,em_secret_answer:a.temp1[0].em_secret_answer,em_building_number:a.temp1[0].em_building_number,em_Company_Code:a.temp1[0].em_Company_Code,em_Dept_Code:a.temp1[0].em_Dept_Code,em_Designation_Code:a.temp1[0].em_Designation_Code,em_Dest_Code:a.temp1[0].em_Dest_Code,em_Grade_Code:a.temp1[0].em_Grade_Code,em_Marital_Status_Code:a.temp1[0].em_Marital_Status_Code,em_Nation_Code:a.temp1[0].em_Nation_Code,em_Country_Code:a.temp1[0].em_Country_Code,em_State_Code:a.temp1[0].em_State_Code,em_City_Code:a.temp1[0].em_City_Code,em_Religion_Code:a.temp1[0].em_Religion_Code,em_Salutation_Code:a.temp1[0].em_Salutation_Code,em_Sex_Code:a.temp1[0].em_Sex_Code,em_Staff_Type_Code:a.temp1[0].em_Staff_Type_Code,em_blood_group_code:a.temp1[0].em_blood_group_code,em_date_of_birth:a.temp1[0].em_date_of_birth,em_date_of_join:a.temp1[0].em_date_of_join,em_dept_effect_from:a.temp1[0].em_dept_effect_from,em_email:a.temp1[0].em_email,em_emergency_contact_name1:a.temp1[0].em_emergency_contact_name1,em_emergency_contact_number1:a.temp1[0].em_emergency_contact_number1,em_first_name:a.temp1[0].em_first_name,em_grade_effect_from:a.temp1[0].em_grade_effect_from,em_last_name:a.temp1[0].em_last_name,em_middle_name:a.temp1[0].em_middle_name,em_mobile:a.temp1[0].em_mobile,em_name_ot:a.temp1[0].em_name_ot,em_national_id_expiry_date:a.temp1[0].em_national_id_expiry_date,em_national_id_issue_date:a.temp1[0].em_national_id_issue_date,em_passport_exp_date:a.temp1[0].em_passport_exp_date,em_passport_issue_date:a.temp1[0].em_passport_issue_date,em_passport_no:a.temp1[0].em_passport_no,em_summary_address:a.temp1[0].em_summary_address,em_summary_address_local_language:a.temp1[0].em_summary_address_local_language,em_visa_exp_date:a.temp1[0].em_visa_exp_date,em_stop_salary_from:a.temp1[0].em_stop_salary_from,em_visa_issue_date:a.temp1[0].em_visa_issue_date,em_visa_no:a.temp1[0].em_visa_no,em_img:a.temp1[0].em_img,em_resident_in_qatar_since:a.temp1[0].em_resident_in_qatar_since,em_remarks_awards:a.temp1[0].em_remarks_awards,em_name_of_spouse:a.temp1[0].em_name_of_spouse,em_Spouse_Designation_Code:a.temp1[0].em_Spouse_Designation_Code,em_spouse_organization:a.temp1[0].em_spouse_organization,em_spouse_qatar_id:a.temp1[0].em_spouse_qatar_id,em_spouse_contact_number:a.temp1[0].em_spouse_contact_number,pays_work_type_code:a.temp1[0].pays_work_type_code,pays_work_type_name:a.temp1[0].pays_work_type_name}})},a.image_click=function(){a.ImgLoaded=!0},a.UpdateData=function(){var e=a.temp;void 0!==a.photo_filename&&(a.em_img="",e.em_img="."+a.photo_filename.split("/")[1]),e.opr="U",e.subopr="Up",n.post(i.apiUrl+"api/EmpProfile/CUMasterEmployee",e).then(function(e){a.CUDobj=e.data,swal({text:a.CUDobj.strMessage,timer:1e4}),a.show_Update_Emp(),t.go("main.EmpDshBrd")}),1==a.ImgLoaded&&(e={method:"POST",url:i.apiUrl+"/api/file/upload?filename="+a.temp.em_login_code+"&location=/EmployeeImages",data:d,headers:{"Content-Type":void 0}},n(e).success(function(e){})),a.searchText=!1}}]),e.directive("ngFiles",["$parse",function(s){return{link:function(t,e,a){var o=s(a.ngFiles);e.on("change",function(e){o(t,{$files:e.target.files})})}}}])}(),function(){"use strict";var l;angular.module("sims.module.HRMS").controller("EmployeeExperienceCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(n,e,t,a,o,i,d){n.pagesize="10",n.pageindex=0,n.save_btn=!0,n.Update_btn=!1,n.display=!1,n.table=!0,n.temp={},i.get(d.apiUrl+"api/EmpExp/getAllEmployeeExp").then(function(e){n.Emp_exp_data=e.data,n.totalItems=n.Emp_exp_data.length,n.todos=n.Emp_exp_data,n.makeTodos()}),n.getGrid=function(){i.get(d.apiUrl+"api/EmpExp/getAllEmployeeExp").then(function(e){n.Emp_exp_data=e.data,n.totalItems=n.Emp_exp_data.length,n.todos=n.Emp_exp_data,n.makeTodos()})},a(function(){$("#fixTable").tableHeadFixer({top:1})},100),n.propertyName=null,n.reverse=!1,n.sortBy=function(e){n.reverse=n.propertyName===e&&!n.reverse,n.propertyName=e},i.get(d.apiUrl+"api/EmpExp/getCompanyName").then(function(e){n.comp_data=e.data,n.temp.co_company_code=n.comp_data[0].co_company_code}),n.size=function(e){var t=document.getElementById("pull-right-test");"All"==e?(n.currentPage="1",n.pager=!0,n.numPerPage=n.totalItems,n.makeTodos(),t.style.display="none"):(t.style.display="block",t.style.float="right",n.pager=!0,n.pagesize=e,n.currentPage=1,n.numPerPage=e,n.numPerPage=e,console.log("numPerPage="+n.numPerPage),n.makeTodos())},n.index=function(e){n.pageindex=e,n.currentPage=e,console.log("currentPage="+n.currentPage),n.makeTodos(),l.checked=!1,n.row1=""},n.filteredTodos=[],n.currentPage=1,n.numPerPage=10,n.maxSize=10,n.makeTodos=function(){var e=parseInt(n.totalItems%n.numPerPage),e=(n.pagersize="0"==e?parseInt(n.totalItems/n.numPerPage):parseInt(n.totalItems/n.numPerPage)+1,(n.currentPage-1)*n.numPerPage),t=parseInt(e)+parseInt(n.numPerPage);console.log("begin="+e),console.log("end="+t),n.filteredTodos=n.todos.slice(e,t)},n.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).em_login_code.toLowerCase().indexOf(t.toLowerCase())||-1<e.em_emp_full_name.toLowerCase().indexOf(t.toLowerCase())||-1<e.em_previous_job_company.toLowerCase().indexOf(t.toLowerCase())||e.em_previous_job_salary_details==t;var t})},n.search=function(){n.todos=n.searched(n.Emp_exp_data,n.searchText),n.totalItems=n.todos.length,n.currentPage="1",""==n.searchText&&(n.todos=n.Emp_exp_data),n.makeTodos(),l.checked=!1,n.CheckAllChecked()},n.New=function(){i.get(d.apiUrl+"api/EmpExp/getMonthName").then(function(e){n.month_data=e.data}),n.disabled=!1,n.readonly=!0,n.table=!1,n.display=!0,n.save_btn=!0,n.Update_btn=!1,n.searchBtn=!1,n.temp="",n.Myform.$setPristine(),n.Myform.$setUntouched(),n.temp={},n.temp.co_company_code=n.comp_data[0].co_company_code,n.temp.job_status=!0},n.globalSearch=function(){t.visible_stud=!1,t.visible_parent=!1,t.visible_search_parent=!1,t.visible_teacher=!1,t.visible_User=!1,t.visible_Employee=!0,t.chkMulti=!1,n.global_Search_click(),$("#Global_Search_Modal").modal({backdrop:"static"}),n.temp.em_login_code="",n.temp.EmpName="",n.showBtn=!1},n.$on("global_cancel",function(e){console.log(n.SelectedUserLst),0<n.SelectedUserLst.length&&(n.temp.enroll_number=n.SelectedUserLst[0].em_login_code,n.temp.name=n.SelectedUserLst[0].empName,n.EmpSearch1(n.SelectedUserLst[0].em_login_code))}),n.searchGlobalClick=function(){n.Global_Search_by_employee()};var s=[],c=(n.savedata=function(e){e&&((e=n.temp).opr="I",s.push(e),i.post(d.apiUrl+"api/EmpExp/CUDEmployeeExperience",s).then(function(e){n.msg1=e.data,1==n.msg1?swal({text:"Record Inserted Successfully",imageUrl:"assets/img/check.png",width:380,showCloseButton:!0}):swal({text:"Record Not Inserted",imageUrl:"assets/img/close.png",width:380,showCloseButton:!0}),n.getGrid()}),s=[],n.table=!0,n.display=!1)},i.get(d.apiUrl+"api/common/getAllCurrencyCode").then(function(e){n.currency_data=e.data,n.temp.excg_curcy_code=n.currency_data[0].sims_currency_code}),n.Cancel=function(){n.temp="",n.table=!0,n.display=!1,n.Myform.$setPristine(),n.Myform.$setUntouched(),n.temp.desg_company_code="",n.temp.desg_desc="",n.temp.desg_communication_status=""},n.edit=function(e){i.get(d.apiUrl+"api/EmpExp/getMonthName").then(function(e){n.month_data=e.data}),n.searchBtn=!0,n.readonly=!0,n.disabled=!0,n.table=!1,n.display=!0,n.save_btn=!1,n.Update_btn=!0;var t,a,o=e.em_previous_job_start_year_month.slice(0,4),s=e.em_previous_job_end_year_month.slice(0,4);t="5"==e.em_previous_job_start_year_month.length?e.em_previous_job_start_year_month.substr(4,5):e.em_previous_job_start_year_month.substr(4,6),a="5"==e.em_previous_job_end_year_month.length?e.em_previous_job_end_year_month.substr(4,5):e.em_previous_job_end_year_month.substr(4,6),n.temp={enroll_number:e.em_login_code,co_company_code:e.em_company_code,co_desc:e.company_name,prev_company_name:e.em_previous_job_company,prev_job_title:e.em_previous_job_title,from_year:o,from_month:t,to_year:s,to_month:a,prev_job_remark:e.em_previous_job_remark,prev_job_responsibilities:e.em_previous_job_responsibilities,prev_job_salary:e.em_previous_job_salary_details,job_status:e.em_previous_job_status,em_previous_job_line_no:e.em_previous_job_line_no,sims_currency_code:e.em_currency_code}},[]);n.update=function(e){e&&((e=n.temp).opr="U",c.push(e),i.post(d.apiUrl+"api/EmpExp/CUDEmployeeExperience",c).then(function(e){n.msg1=e.data,1==n.msg1?swal({text:"Record Updated Successfully",imageUrl:"assets/img/check.png",width:380,showCloseButton:!0}):swal({text:"Record Not Updated",imageUrl:"assets/img/close.png",width:380,showCloseButton:!0}),n.getGrid()}),c=[],n.table=!0,n.display=!1)},n.CheckAllChecked=function(){if(1==(l=document.getElementById("mainchk")).checked)for(var e=0;e<n.filteredTodos.length;e++)document.getElementById(n.filteredTodos[e].em_login_code+e).checked=!0,n.row1="row_selected",$("tr").addClass("row_selected");else for(e=0;e<n.filteredTodos.length;e++)document.getElementById(n.filteredTodos[e].em_login_code+e).checked=!1,l.checked=!1,n.row1=""},n.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),n.color="#edefef"}),1==(l=document.getElementById("mainchk")).checked&&(l.checked=!1,$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected")}))},n.OkDelete=function(){var o=[];n.flag=!1;for(var e,t=0;t<n.filteredTodos.length;t++)1==document.getElementById(n.filteredTodos[t].em_login_code+t).checked&&(n.flag=!0,e={enroll_number:n.filteredTodos[t].em_login_code,co_company_code:n.filteredTodos[t].em_company_code,opr:"D"},o.push(e));n.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)i.post(d.apiUrl+"api/EmpExp/CUDEmployeeExperience?data=",o).then(function(e){n.msg1=e.data,1==n.msg1?swal({text:"Record Deleted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&(n.getGrid(),1==(l=document.getElementById("mainchk")).checked&&(l.checked=!1,n.row1=""),n.currentPage=!0)}):swal({text:"Record Not Deleted ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&(n.getGrid(),1==(l=document.getElementById("mainchk")).checked&&(l.checked=!1,n.row1=""),n.currentPage=!0)})});else for(var t=0;t<n.filteredTodos.length;t++){var a=document.getElementById(n.filteredTodos[t].em_login_code+t);1==a.checked&&(a.checked=!1,l.checked=!1,$("tr").removeClass("row_selected"))}}):swal({text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}),n.currentPage=str}}])}(),function(){"use strict";var e=angular.module("sims.module.HRMS");e.controller("CreateEditEmployeeForNISCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV","$filter",function(a,e,t,o,s,n,i,d){a.temp={},a.searchText=!1,a.ImgLoaded=!1,a.roleText=!1,a.roleList=!0,a.uae=!1,a.qatar=!0,a.national_id_readnly=!1,a.iban_number_readnly=!1,a.bank_ac_no_readnly=!1,a.updateBtn=!1,a.saveBtn=!1,a.temp.em_date_of_join=d("date")(new Date,"dd-MM-yyyy"),a.temp.em_dept_effect_from=d("date")(new Date,"dd-MM-yyyy"),a.temp.em_grade_effect_from=d("date")(new Date,"dd-MM-yyyy"),n.get(i.apiUrl+"api/HRMS/NIS/getRole").then(function(e){a.roles_data=e.data,console.log(a.roles_data)}),n.get(i.apiUrl+"api/HRMS/NIS/getLicSchool").then(function(e){a.lic_school_data=e.data,"Qatar"==a.lic_school_data[0].lic_school_country?(a.uae=!1,a.qatar=!0):(a.uae=!0,a.qatar=!1),console.log(a.lic_school_data)}),n.get(i.apiUrl+"api/HRMS/NIS/getEmpData").then(function(e){a.obj=e.data,a.operation=!0,a.Save_btn=!0,a.display=!0,a.temp.em_Salutation_Code="1",a.temp.em_Grade_Code=a.obj[0].em_Grade_Code}),n.get(i.apiUrl+"api/HRMS/NIS/getCompany").then(function(e){a.company_data=e.data,a.temp.em_Company_Code=a.company_data[0].em_Company_Code,a.getDept_Desg_grd(e.data[0].em_Company_Code),console.log(e.data[0].em_Company_Code)}),a.getDept_Desg_grd=function(e){n.get(i.apiUrl+"api/HRMS/NIS/getDept?comp_code="+e).then(function(e){a.dept_data=e.data}),n.get(i.apiUrl+"api/HRMS/NIS/getDesg?comp_code="+e).then(function(e){a.desg_data=e.data}),n.get(i.apiUrl+"api/HRMS/NIS/getGrade?comp_code="+e).then(function(e){a.grd_data=e.data})},n.get(i.apiUrl+"api/HRMS/NIS/getCountry").then(function(e){a.country_data=e.data}),n.get(i.apiUrl+"api/HRMS/NIS/getDestination").then(function(e){a.dest_data=e.data,a.temp.em_Dest_Code=a.dest_data[0].em_Dest_Code}),a.searchEmp=function(e,t){},a.saveBtnDisEn=!1,a.imageUrl=i.docUrl+n.defaults.headers.common.schoolId+"/Images/EmployeeImages/";var _=new FormData;a.getTheFiles=function(e){angular.forEach(e,function(e,t){_.append(t,e)})},a.file_changed=function(e){var e=e.files[0],t=(a.photo_filename=e.type,new FileReader);t.onload=function(e){a.$apply(function(){a.prev_img=e.target.result})},t.readAsDataURL(e)},a.globalSearch=function(){t.visible_stud=!1,t.visible_parent=!1,t.visible_search_parent=!1,t.visible_teacher=!1,t.visible_User=!1,t.visible_Employee=!0,t.chkMulti=!1,a.global_Search_click(),$("#Global_Search_Modal").modal({backdrop:"static"}),a.temp.em_login_code="",a.temp.EmpName="",a.showBtn=!1},a.$on("global_cancel",function(e){console.log(a.SelectedUserLst),0<a.SelectedUserLst.length&&(a.temp={},a.temp.enroll_number=a.SelectedUserLst[0].em_login_code,a.temp.name=a.SelectedUserLst[0].empName,a.EmpSearch1(a.SelectedUserLst[0].em_login_code))}),a.searchGlobalClick=function(){a.Global_Search_by_employee()},a.checkDOJ=function(e){a.temp.em_dept_effect_from=e,a.temp.em_grade_effect_from=e,a.temp.em_date_of_birth>=a.temp.em_date_of_join&&(swal({title:"Alert",text:"Date Of Join Should greater than Date of Birth",width:300,height:200}),a.temp.em_date_of_join="")},a.checkPassport=function(){a.temp.em_passport_exp_date<a.temp.em_passport_issue_date&&(swal({title:"Alert",text:"Passport Expiry Date Should greater than Passport Issue Date",width:300,height:200}),a.temp.em_passport_exp_date="")},a.checkVisa=function(){a.temp.em_visa_exp_date<a.temp.em_visa_issue_date&&(swal({title:"Alert",text:"Visa Expiry Date Should greater than Visa Issue Date",width:300,height:200}),a.temp.em_visa_exp_date="")},a.checkEmiratesID=function(){a.temp.em_national_id_expiry_date<a.temp.em_national_id_issue_date&&(swal({title:"Alert",text:"Emirates ID Expiry Date Should greater than Emirates ID Issue Date",width:300,height:200}),a.temp.em_national_id_expiry_date="")},a.Cancel=function(){a.temp={},a.emplogcode="",a.Myform.$setPristine(),a.Myform.$setUntouched(),a.roleText=!1,a.roleList=!0,a.roleReadOnly=!1,a.searchText=!1,a.national_id_readnly=!1,a.iban_number_readnly=!1,a.bank_ac_no_readnly=!1,a.emplogcode="",a.Save_btn=!0,a.Update_btn=!1,a.ImgLoaded=!1,a.prev_img="",a.emplogcode="",a.temp.em_img="",a.temp.em_date_of_join=d("date")(new Date,"dd-MM-yyyy"),a.temp.em_dept_effect_from=d("date")(new Date,"dd-MM-yyyy"),a.temp.em_grade_effect_from=d("date")(new Date,"dd-MM-yyyy"),a.temp.em_Company_Code=a.company_data[0].em_Company_Code,a.temp.em_Grade_Code=a.obj[0].em_Grade_Code,a.temp.em_Salutation_Code="1"},a.SaveData=function(e){0==e&&swal({title:"Alert",text:"Please fill mandatory fields",width:380,showCloseButton:!0}),e&&(a.updateBtn=!1,a.saveBtn=!1,e=a.temp,void 0===a.photo_filename?e.em_img=null:(e.em_img="."+a.photo_filename.split("/")[1],e.em_dept_effect_from=a.temp.em_dept_effect_from,e.em_grade_effect_from=a.temp.em_grade_effect_from,e.em_date_of_join=a.temp.em_date_of_join,e.em_date_of_birth=a.temp.em_date_of_birth,e.em_pssport_issue_date=a.temp.em_pssport_issue_date,e.em_passport_exp_date=a.temp.em_passport_exp_date,e.em_visa_issue_date=a.temp.em_visa_issue_date,e.em_visa_exp_date=a.temp.em_visa_exp_date,e.em_national_id_issue_date=a.temp.em_national_id_issue_date,e.em_national_id_expiry_date=a.temp.em_national_id_expiry_date),e={em_Salutation_Code:a.temp.em_Salutation_Code,em_first_name:a.temp.em_first_name,em_middle_name:a.temp.em_middle_name,em_last_name:a.temp.em_last_name,em_name_ot:a.temp.em_name_ot,em_Company_Code:a.temp.em_Company_Code,em_img:e.em_img,em_Dest_Code:a.temp.em_Dest_Code,em_Designation_Code:a.temp.em_Designation_Code,em_Dept_Code:a.temp.em_Dept_Code,em_dept_effect_from:e.em_dept_effect_from,em_Staff_Type_Code:a.temp.em_Staff_Type_Code,em_Grade_Code:a.temp.em_Grade_Code,em_grade_effect_from:e.em_grade_effect_from,em_date_of_join:e.em_date_of_join,em_blood_group_code:a.temp.em_blood_group_code,em_date_of_birth:e.em_date_of_birth,em_Sex_Code:a.temp.em_Sex_Code,em_Marital_Status_Code:a.temp.em_Marital_Status_Code,em_Country_Code:a.temp.em_Country_Code,em_Nation_Code:a.temp.em_Nation_Code,em_Religion_Code:a.temp.em_Religion_Code,em_email:a.temp.em_email,em_mobile:a.temp.em_mobile,em_emergency_contact_name1:a.temp.em_emergency_contact_name1,em_summary_address:a.temp.em_summary_address,em_emergency_contact_number1:a.temp.em_emergency_contact_number1,em_passport_no:a.temp.em_passport_no,em_pssport_issue_date:e.em_pssport_issue_date,em_passport_exp_date:e.em_passport_exp_date,em_visa_no:a.temp.em_visa_no,em_visa_type_code:a.temp.em_visa_type_code,em_visa_issue_date:e.em_visa_issue_date,em_visa_exp_date:e.em_visa_exp_date,em_national_id:a.temp.em_national_id,em_national_id_issue_date:e.em_national_id_issue_date,em_national_id_expiry_date:e.em_national_id_expiry_date,em_iban_no:e.em_iban_no,em_bank_ac_no:e.em_bank_ac_no,comn_role_code:a.temp.comn_role_code,opr:"H"},n.post(i.apiUrl+"api/HRMS/NIS/CUCreateEditEmployee",e).then(function(e){a.CUDobj={},a.CUDobj=e.data,swal({text:a.CUDobj.strMessage,timer:1e4}),a.Myform.$setPristine(),a.Myform.$setUntouched(),null==a.CUDobj.strMessage&&""==a.CUDobj.strMessage&&null==a.CUDobj.strMessage||(swal({text:a.CUDobj.strMessage}),a.Cancel(),setTimeout(function(){a.saveBtn=!1,a.updateBtn=!1},1e3));e=a.CUDobj.strMessage.split(" ")[2],e={method:"POST",url:i.apiUrl+"/api/file/upload?filename="+e+"&location=/EmployeeImages",data:_,headers:{"Content-Type":void 0}};n(e).success(function(e){})}))},a.EmpSearch1=function(t){a.Save_btn=!1,a.Update_btn=!0,a.searchText=!0,a.roleText=!0,a.roleList=!1,a.roleReadOnly=!0,n.get(i.apiUrl+"api/HRMS/NIS/getSearchEmpMaster?em_login_code="+t).then(function(e){a.temp1=e.data,a.temp={enroll_number:t,em_login_code:a.temp1[0].em_login_code,em_number:a.temp1[0].em_number,em_service_status_code:a.temp1[0].em_service_status_code,em_status_code:a.temp1[0].em_status_code,em_apartment_number:a.temp1[0].em_apartment_number,em_family_name:a.temp1[0].em_family_name,em_street_number:a.temp1[0].em_street_number,em_area_number:a.temp1[0].em_area_number,em_phone:a.temp1[0].em_phone,em_fax:a.temp1[0].em_fax,em_post:a.temp1[0].em_post,em_emergency_contact_name2:a.temp1[0].em_emergency_contact_name2,em_emergency_contact_number2:a.temp1[0].em_emergency_contact_number2,em_joining_ref:a.temp1[0].em_joining_ref,em_ethnicity_code:a.temp1[0].em_ethnicity_code,em_handicap_status:a.temp1[0].em_handicap_status,em_stop_salary_indicator:a.temp1[0].em_stop_salary_indicator,em_agreement:a.temp1[0].em_agreement,em_punching_status:a.temp1[0].em_punching_status,em_bank_cash_tag:a.temp1[0].em_bank_cash_tag,em_citi_exp_tag:a.temp1[0].em_citi_exp_tag,em_leave_tag:a.temp1[0].em_leave_tag,em_passport_issue_place:a.temp1[0].em_passport_issue_place,em_passport_issuing_authority:a.temp1[0].em_passport_issuing_authority,em_pssport_exp_rem_date:a.temp1[0].em_pssport_exp_rem_date,em_visa_issuing_place:a.temp1[0].em_visa_issuing_place,em_visa_issuing_authority:a.temp1[0].em_visa_issuing_authority,em_visa_exp_rem_date:a.temp1[0].em_visa_exp_rem_date,em_visa_type_code:a.temp1[0].em_visa_type_code,em_agreement_start_date:a.temp1[0].em_agreement_start_date,em_agreement_exp_date:a.temp1[0].em_agreement_exp_date,em_agreemet_exp_rem_date:a.temp1[0].em_agreemet_exp_rem_date,em_punching_id:a.temp1[0].em_punching_id,em_dependant_full:a.temp1[0].em_dependant_full,em_dependant_half:a.temp1[0].em_dependant_half,em_dependant_infant:a.temp1[0].em_dependant_infant,em_Bank_Code:a.temp1[0].em_Bank_Code,em_bank_ac_no:a.temp1[0].em_bank_ac_no,em_iban_no:a.temp1[0].em_iban_no,em_route_code:a.temp1[0].em_route_code,em_bank_swift_code:a.temp1[0].em_bank_swift_code,em_gpf_ac_no:a.temp1[0].em_gpf_ac_no,em_pan_no:a.temp1[0].em_pan_no,em_labour_card_no:a.temp1[0].em_labour_card_no,em_gosi_ac_no:a.temp1[0].em_gosi_ac_no,em_gosi_start_date:a.temp1[0].em_gosi_start_date,em_national_id:a.temp1[0].em_national_id,em_secret_question_code:a.temp1[0].em_secret_question_code,em_secret_answer:a.temp1[0].em_secret_answer,em_building_number:a.temp1[0].em_building_number,em_Company_Code:a.temp1[0].em_Company_Code,em_Dept_Code:a.temp1[0].em_Dept_Code,em_Designation_Code:a.temp1[0].em_Designation_Code,em_Dest_Code:a.temp1[0].em_Dest_Code,em_Grade_Code:a.temp1[0].em_Grade_Code,em_Marital_Status_Code:a.temp1[0].em_Marital_Status_Code,em_Nation_Code:a.temp1[0].em_Nation_Code,em_Country_Code:a.temp1[0].em_Country_Code,em_State_Code:a.temp1[0].em_State_Code,em_City_Code:a.temp1[0].em_City_Code,em_Religion_Code:a.temp1[0].em_Religion_Code,em_Salutation_Code:a.temp1[0].em_Salutation_Code,em_Sex_Code:a.temp1[0].em_Sex_Code,em_Staff_Type_Code:a.temp1[0].em_Staff_Type_Code,em_blood_group_code:a.temp1[0].em_blood_group_code,em_date_of_birth:a.temp1[0].em_date_of_birth,em_date_of_join:a.temp1[0].em_date_of_join,em_dept_effect_from:a.temp1[0].em_dept_effect_from,em_email:a.temp1[0].em_email,em_emergency_contact_name1:a.temp1[0].em_emergency_contact_name1,em_emergency_contact_number1:a.temp1[0].em_emergency_contact_number1,em_first_name:a.temp1[0].em_first_name,em_grade_effect_from:a.temp1[0].em_grade_effect_from,em_last_name:a.temp1[0].em_last_name,em_middle_name:a.temp1[0].em_middle_name,em_mobile:a.temp1[0].em_mobile,em_name_ot:a.temp1[0].em_name_ot,em_national_id_expiry_date:a.temp1[0].em_national_id_expiry_date,em_national_id_issue_date:a.temp1[0].em_national_id_issue_date,em_passport_exp_date:a.temp1[0].em_passport_exp_date,em_passport_issue_date:a.temp1[0].em_passport_issue_date,em_passport_no:a.temp1[0].em_passport_no,em_summary_address:a.temp1[0].em_summary_address,em_summary_address_local_language:a.temp1[0].em_summary_address_local_language,em_visa_exp_date:a.temp1[0].em_visa_exp_date,em_stop_salary_from:a.temp1[0].em_stop_salary_from,em_visa_issue_date:a.temp1[0].em_visa_issue_date,em_visa_no:a.temp1[0].em_visa_no,comn_role_code:a.temp1[0].comn_role_code,comn_role_name:a.temp1[0].comn_role_name,em_img:a.temp1[0].em_img},console.log(a.imageUrl+a.temp.em_img)})},a.image_click=function(){a.ImgLoaded=!0},a.UpdateData=function(e){var t;e?(a.saveBtn=!0,a.updateBtn=!0,a.national_id_readnly=!0,a.iban_number_readnly=!0,a.bank_ac_no_readnly=!0,e=a.temp,void 0!==a.photo_filename&&(a.em_img="",e.em_img=a.temp.em_login_code+"."+a.photo_filename.split("/")[1]),e.opr="U",e.subopr="Up",1==a.ImgLoaded&&(t={method:"POST",url:i.apiUrl+"/api/file/upload?filename="+a.temp.em_login_code+"&location=/EmployeeImages",data:_,headers:{"Content-Type":void 0}},n(t).success(function(e){})),n.post(i.apiUrl+"api/HRMS/NIS/CUMasterEmployee",e).then(function(e){a.CUDobj={},a.CUDobj=e.data,a.Myform.$setPristine(),a.Myform.$setUntouched(),null==a.CUDobj.strMessage&&""==a.CUDobj.strMessage&&null==a.CUDobj.strMessage||(swal({text:a.CUDobj.strMessage}),a.Cancel(),setTimeout(function(){a.saveBtn=!1,a.updateBtn=!1},1e3))}),a.searchText=!1,a.Save_btn=!0,a.Update_btn=!1):swal({title:"Alert",text:"Please fill mandatory fields",width:380,showCloseButton:!0})}}]),e.directive("ngFiles",["$parse",function(s){return{link:function(t,e,a){var o=s(a.ngFiles);e.on("change",function(e){o(t,{$files:e.target.files})})}}}])}(),function(){"use strict";var e=angular.module("sims.module.HRMS");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("ContractCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(o,e,t,a,s,n,i){var d,c="",e=(o.display=!1,o.busyindicator=!1,o.grid=!0,o.pagesize="10",o.itemsPerPage1="10",o.Contract_data=[],o.user_access=[],o.appcode=e.current.name.split("."),t.globals.currentUser.username),l=(n.get(i.apiUrl+"api/AlertTransaction/Get_user_access_rights?username="+e+"&appl_code="+o.appcode[1]).then(function(e){o.user_rights=e.data;for(var t=0;t<o.user_rights.length;t++)0==t&&(o.user_access.data_read=o.user_rights[t].comn_user_read,o.user_access.data_insert=o.user_rights[t].comn_user_insert,o.user_access.data_update=o.user_rights[t].comn_user_update,o.user_access.data_delete=o.user_rights[t].comn_user_delete,o.user_access.data_massupdate=o.user_rights[t].comn_user_massupdate,o.user_access.is_admin=o.user_rights[t].comn_user_admin)}),n.get(i.apiUrl+"api/common/getAllComboBoxValues?academicYear=2015&routeCode=01").then(function(e){o.ComboBoxValues=e.data,o.edt.dg_company_code=o.ComboBoxValues[0].fins_comp_code}),n.get(i.apiUrl+"api/contract/Get_Contract").then(function(e){o.Contract_data=e.data,o.totalItems=o.Contract_data.length,o.todos=o.Contract_data,o.makeTodos()}),o.filteredTodos=[],o.currentPage=1,o.numPerPage=10,o.maxSize=10,o.makeTodos=function(){var e=parseInt(o.totalItems%o.numPerPage),e=(o.pagersize="0"==e?parseInt(o.totalItems/o.numPerPage):parseInt(o.totalItems/o.numPerPage)+1,(o.currentPage-1)*o.numPerPage),t=parseInt(e)+parseInt(o.numPerPage);o.filteredTodos=o.todos.slice(e,t);for(var a=0;a<o.filteredTodos.length;a++)o.filteredTodos[a].icon="fa fa-plus-circle";1==(c=document.getElementById("mainchk")).checked&&(c.checked=!1,o.row1="",o.CheckMultiple())},o.size=function(e){"All"==e?(o.currentPage="1",o.pager=!1):(o.pager=!0,o.pagesize=e,o.currentPage=1,o.numPerPage=e,o.numPerPage=e,o.makeTodos())},o.index=function(e){o.pageindex=e,o.currentPage=e,o.makeTodos()},[]),r=(o.Submit=function(e){e&&((e=o.edt).opr="I",l.push(e),n.post(i.apiUrl+"api/contract/CUD_Contract",l).then(function(e){o.EmployeeLeaveAssign=e.data,o.grid=!0,o.display=!1,1==o.EmployeeLeaveAssign?(swal({text:"Contract Created Successfully",imageUrl:"assets/img/check.png",width:380,showCloseButton:!0}),n.get(i.apiUrl+"api/contract/Get_Contract").then(function(e){o.Contract_data=e.data,o.totalItems=o.Contract_data.length,o.todos=o.Contract_data,o.makeTodos()})):swal({text:"Contract Not Created. ",imageUrl:"assets/img/close.png",width:380,showCloseButton:!0})}),l=[])},[]),m=(o.Update=function(){var e=o.edt;e.opr="U",r.push(e),n.post(i.apiUrl+"api/contract/CUD_Contract",r).then(function(e){o.EmployeeLeaveAssign=e.data,o.grid=!0,o.display=!1,1==o.EmployeeLeaveAssign?(swal({text:"Contract Updated Successfully",imageUrl:"assets/img/check.png",width:380,showCloseButton:!0}),n.get(i.apiUrl+"api/contract/Get_Contract").then(function(e){o.Contract_data=e.data,o.totalItems=o.Contract_data.length,o.todos=o.Contract_data,o.makeTodos()})):1==o.EmployeeLeaveAssign?swal({text:"Contract Not Updated. ",imageUrl:"assets/img/close.png",width:380,showCloseButton:!0}):swal("Error-"+o.EmployeeLeaveAssign),r=[]})},[]);o.Delete=function(){if(0==o.user_access.data_delete)swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200});else{m=[],o.flag=!1;for(var e,t=0;t<o.filteredTodos.length;t++)1==document.getElementById(t+"-test").checked&&(o.flag=!0,e={cn_code:o.filteredTodos[t].cn_code,opr:"D"},m.push(e));o.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)n.post(i.apiUrl+"api/contract/CUD_Contract",m).then(function(e){o.msg1=e.data,1==o.msg1?swal({text:"Record Deleted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&(n.get(i.apiUrl+"api/contract/Get_Contract").then(function(e){o.Contract_data=e.data,o.totalItems=o.Contract_data.length,o.todos=o.Contract_data,o.makeTodos()}),1==(c=document.getElementById("mainchk")).checked&&(c.checked=!1),o.CheckAllChecked()),o.currentPage=!0}):0==o.msg1?swal({text:"Record Not Deleted. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&(n.get(i.apiUrl+"api/contract/Get_Contract").then(function(e){o.Contract_data=e.data,o.totalItems=o.Contract_data.length,o.todos=o.Contract_data,o.makeTodos()}),c.checked=!1,$("tr").removeClass("row_selected"))}):swal("Error-"+o.msg1)}),m=[];else for(var t=0;t<o.filteredTodos.length;t++){var a=document.getElementById(t+"-test");1==a.checked&&(a.checked=!1,c.checked=!1,$("tr").removeClass("row_selected"))}}):swal({text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}),o.currentPage=!0}},a(function(){$("#fixTable").tableHeadFixer({top:1})},100),o.New=function(){0==o.user_access.data_insert?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(o.grid=!1,o.display=!0,o.edt={},o.btn_save=!0,o.edt={},o.edt.cn_prorata_flat_tag=!0,o.edt.dg_company_code=o.ComboBoxValues[0].fins_comp_code)},o.edit=function(e){0==o.user_access.data_update?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(o.grid=!1,o.display=!0,o.btn_save=!1,e=angular.copy(e),o.edt=e)},o.cancel=function(){o.grid=!0,o.display=!1,o.edt=""},o.flag=!0,o.expand=function(e,t){if(1==o.flag)$(d).remove(),e.icon="fa fa-minus-circle",d=$("<tr id='innerRow'><td class='details' colspan='12'><table class='inner-table' width='100%' cellpadding='5' cellspacing='0' style='border-color:red;border:solid;border-width:02px'><tbody><tr style='text-align:center'><td class='semi-bold'>CONSEQUENCE WORKING DAY</td> <td>CONSEQUENCE LEAVE DAY </td><td>MIN WORKING DAY</td><td class='semi-bold''>DURATION</td><td class='semi-bold'>FIRST LEAVE DAY</td></tr><tr style='text-align:center'><td >"+e.cn_cons_cl_working_days+"</td> <td>"+e.cn_cons_cl_leave_days+" </td><td>"+e.cn_min_work_days+"</td><td>"+e.cn_duration+"</td><td>"+e.cn_first_cl_leave_days+"</td></tr> </table1></td></tr>"),$(t.currentTarget).parents("tr").after(d),o.flag=!1;else{$("#innerRow").css({display:"none"});for(var a=0;a<o.filteredTodos.length;a++)o.filteredTodos[a].icon="fa fa-plus-circle";o.flag=!0}},o.CheckMultiple=function(){if(1==(c=document.getElementById("mainchk")).checked)for(var e=0;e<o.filteredTodos.length;e++)document.getElementById(e+"-test").checked=!0,$("tr").addClass("row_selected");else for(e=0;e<o.filteredTodos.length;e++)document.getElementById(e+"-test").checked=!1,c.checked=!1,o.row1="",$("tr").removeClass("row_selected")},o.CheckOneByOne=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),o.color="#edefef"}),1==(c=document.getElementById("mainchk")).checked&&(c.checked=!1,o.color="#edefef",o.row1="")},o.uniCharCode=function(e,t){48<=e.keyCode&&e.keyCode<=57||0<=e.keyCode&&e.keyCode<=8||13<=e.keyCode&&e.keyCode<=16?o[t]=!1:o[t]=!0},o.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).cn_desc.toLowerCase().indexOf(t.toLowerCase())||e.cn_code==t||e.cn_duration==t;var t})},o.search=function(){o.todos=o.searched(o.Contract_data,o.searchText),o.totalItems=o.todos.length,o.currentPage="1",""==o.searchText&&(o.todos=o.Contract_data),o.makeTodos()}}])}(),function(){"use strict";var c=new FormData,l=angular.module("sims.module.HRMS");l.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),l.controller("EmployeeImageViewCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(o,e,t,a,s,n,i){o.PrefixLink=i.docUrl,o.pagesize="8",o.showDDFlagForNISS=!1,o.size=function(e){o.pagesize=e,o.currentPage=1,o.numPerPage=e,o.makeTodos()},o.edt={},o.index=function(e){o.pageindex=e,o.currentPage=e,o.makeTodos()},n.get(i.apiUrl+"api/common/GlobalSearch/GetCompanyNameForShift").then(function(e){o.cmbCompany=e.data}),o.getDeptFromCompany=function(e){n.get(i.apiUrl+"api/common/GlobalSearch/GetDepartmentName?company_code="+e).then(function(e){o.compDepartment=e.data})},n.get(i.apiUrl+"api/HRMS/EmpImgShow/getDepartmentName").then(function(e){o.departmentname=e.data}),n.get(i.apiUrl+"api/HRMS/EmpImgShow/getGradeName").then(function(e){o.gradename=e.data}),o.getGradeFromCompany=function(e){n.get(i.apiUrl+"api/HRMS/EmpImgShow/getGradeNameForNIS?company_code="+e).then(function(e){o.gradecomp=e.data})},n.get(i.apiUrl+"api/HRMS/EmpImgShow/getStaffType").then(function(e){o.staffname=e.data}),n.get(i.apiUrl+"api/HRMS/EmpImgShow/getServiceStatus").then(function(e){o.service_status_data=e.data}),o.filteredTodos=[],o.currentPage=1,o.numPerPage=5,o.maxSize=8,o.makeTodos=function(){var e=parseInt(o.totalItems%o.numPerPage),e=(o.pagersize="0"===e?parseInt(o.totalItems/o.numPerPage):parseInt(o.totalItems/o.numPerPage)+1,(o.currentPage-1)*o.numPerPage),t=parseInt(e)+parseInt(o.numPerPage);o.filteredTodos=o.todos.slice(e,t)},o.Reset=function(){o.edt.codp_dept_no="",o.edt.gr_code="",o.edt.sims_appl_parameter="",o.edt.pays_service_status_code="",o.edt.company_code=""},o.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).em_number.toLowerCase().indexOf(t.toLowerCase())||-1<e.em_full_name.toLowerCase().indexOf(t.toLowerCase())||e.em_full_name===t;var t})},o.search=function(){o.todos=o.searched(o.EmployeeData,o.searchText),o.totalItems=o.todos.length,o.currentPage="1",""===o.searchText&&(o.todos=o.EmployeeData),o.makeTodos()},o.disableButton=function(e){$("#b6").attr("disabled",e)},o.isValid=function(e){return!(void 0===e||!e)},o.Show_Data=function(){o.table1=!0,o.ImageView=!1,o.showDDFlagForNISS?n.get(i.apiUrl+"api/HRMS/EmpImgShow/getEmployeeDetailForNIS?codp_dept_no="+o.edt.codp_dept_no+"&gr_code="+o.edt.gr_code+"&sims_appl_parameter="+o.edt.sims_appl_parameter+"&pays_service_status_code="+o.edt.pays_service_status_code+"&company_code="+o.edt.company_code).then(function(e){o.EmployeeData=e.data,o.totalItems=o.EmployeeData.length,o.imageUrl=o.PrefixLink+n.defaults.headers.common.schoolId+"/Images/EmployeeImages/",o.imageUrl_public=o.PrefixLink+n.defaults.headers.common.schoolId,o.todos=o.EmployeeData,o.makeTodos(),0<e.data.length||(o.ImageView=!0)}):n.get(i.apiUrl+"api/HRMS/EmpImgShow/getEmployeeDetail?codp_dept_no="+o.edt.codp_dept_no+"&gr_code="+o.edt.gr_code+"&sims_appl_parameter="+o.edt.sims_appl_parameter+"&pays_service_status_code="+o.edt.pays_service_status_code).then(function(e){o.EmployeeData=e.data,o.totalItems=o.EmployeeData.length,o.imageUrl=o.PrefixLink+n.defaults.headers.common.schoolId+"/Images/EmployeeImages/",o.todos=o.EmployeeData,o.makeTodos(),0<e.data.length||(o.ImageView=!0)})};var d="";o.UploadImageModal=function(e){$("#prevImg").val(" "),o.edt.em_img="",d=e.em_number,$("#myModal").modal("show"),o.disableButton(!0),o.clear()},o.clear=function(){angular.element("input[type='file']").val(null),o.prev_img="",o.edt.em_img=""},o.delete=function(e){e={em_number:e.em_number,em_img:e.em_img,em_img_lowres:e.em_img_lowres,opr:"N"};n.post(i.apiUrl+"api/HRMS/EmpImgShow/CUDEmployeeDetails",e).then(function(e){o.msg1=e.data,!0===o.msg1?(swal({text:"Image Deleted Successfully",imageUrl:"assets/img/check.png",width:300,height:200}),o.Show_Data()):!1===o.msg1?swal({text:"Image Not Deleted. ",imageUrl:"assets/img/close.png",width:300,height:200}):swal("Error-"+o.msg1)})},o.file_changed=function(e){var e=e.files[0],t=((o.some=e)?o.disableButton(!1):o.disableButton(!0),imageConversion.compressAccurately(e,{type:"image/jpeg",width:168,size:100}).then(e=>{o.sims_photo_compressed=new File([e],"compressed_photo",{type:"image/jpeg"}),o.disableButton(!1)}),o.photo_filename=e.type,new FileReader);t.onload=function(e){o.$apply(function(){o.prev_img=e.target.result,$(function(){$("#prevImg").attr("src",o.prev_img)})})},t.readAsDataURL(e),o.Upload=function(){var t=Math.random(),a={em_number:d,em_img:d+t+".png",em_img_lowres:d+t+"_lowres.png",opr:"K"};n.post(i.apiUrl+"api/HRMS/EmpImgShow/CUDUpdateEmpPics",a).then(function(e){o.result=e.data,$("#prevImg").val(""),o.edt.em_img="",$("#myModal").modal("hide"),!0===o.result&&swal({text:"Image Upload Successfully",imageUrl:"assets/img/check.png",width:300,height:200});e={method:"POST",url:i.apiUrl+"/api/file/Imageupload?filename="+a.em_number+t+"&location=/EmployeeImages",data:c,headers:{"Content-Type":void 0}},n(e).success(function(e){o.Show_Data(),o.clear()},function(){o.clear()}),e=new FormData,e.append(a.em_img_lowres,o.sims_photo_compressed),e={method:"POST",url:i.apiUrl+"/api/file/Imageupload?filename="+a.em_number+t+"_lowres&location=/EmployeeImages",data:e,headers:{"Content-Type":void 0}};n(e).success(function(e){o.Show_Data(),o.clear()},function(){o.clear()})},function(){$("#ErrorMessage").modal({backdrop:"static"}),o.clear()}),o.prev_img="",o.edt.em_img=""},o.getTheFiles=function(a){c=new FormData,o.filesize=!0,angular.forEach(a,function(e,t){c.append(t,e);209715200<a[0].size&&(o.filesize=!1,o.edt.photoStatus=!1,swal({title:"Alert",text:"File Should Not Exceed 800Kb.",imageUrl:"assets/img/notification-alert.png"}))})}},l.directive("ngFiles",["$parse",function(s){return{link:function(t,e,a){var o=s(a.ngFiles);e.on("change",function(e){o(t,{$files:e.target.files})})}}}])}])}(),function(){"use strict";var d,c=[],l=[],e=angular.module("sims.module.HRMS");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("DefineCategoryCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(o,e,t,a,s,n,i){o.pagesize="10",o.pageindex="0",o.pager=!0,o.table1=!0,o.operation=!1,o.editmode=!1,o.countData=[{val:5,data:5},{val:10,data:10},{val:15,data:15}],o.propertyName=null,o.reverse=!1,o.user_access=[],o.appcode=e.current.name.split(".");e=t.globals.currentUser.username;n.get(i.apiUrl+"api/AlertTransaction/Get_user_access_rights?username="+e+"&appl_code="+o.appcode[1]).then(function(e){o.user_rights=e.data;for(var t=0;t<o.user_rights.length;t++)0==t&&(o.user_access.data_read=o.user_rights[t].comn_user_read,o.user_access.data_insert=o.user_rights[t].comn_user_insert,o.user_access.data_update=o.user_rights[t].comn_user_update,o.user_access.data_delete=o.user_rights[t].comn_user_delete,o.user_access.data_massupdate=o.user_rights[t].comn_user_massupdate,o.user_access.is_admin=o.user_rights[t].comn_user_admin)}),o.sortBy=function(e){o.reverse=o.propertyName===e&&!o.reverse,o.propertyName=e},o.size=function(e){"All"==e?(o.currentPage="1",o.filteredTodos=o.DefineCategory,o.pager=!1):(o.pager=!0,o.pagesize=e,o.currentPage=1,o.numPerPage=e,o.makeTodos()),o.numPerPage=e,console.log("numPerPage="+o.numPerPage)},o.temp={},n.get(i.apiUrl+"api/DefineCategoryDetails/getCompanyName").then(function(e){o.comp=e.data,0<e.data.length&&(o.temp.ca_company_code=e.data[0].ca_company_name)}),o.getgrid=function(){n.get(i.apiUrl+"api/DefineCategoryDetails/getDefineCategory").then(function(e){o.DefineCategory=e.data,0<o.DefineCategory.length?(o.table1=!0,o.pager=!0,3<o.countData.length&&o.countData.splice(3,1),o.countData.push({val:o.DefineCategory.length,data:"All"}),o.totalItems=o.DefineCategory.length,o.todos=o.DefineCategory,o.makeTodos()):(swal({title:"Alert",text:"Record Not Found",width:300,height:200}),o.table1=!0)})},n.get(i.apiUrl+"api/DefineCategoryDetails/getDefineCategory").then(function(e){o.DefineCategory=e.data,0<o.DefineCategory.length?(o.table1=!0,o.pager=!0,3<o.countData.length&&o.countData.splice(3,1),o.countData.push({val:o.DefineCategory.length,data:"All"}),o.totalItems=o.DefineCategory.length,o.todos=o.DefineCategory,o.makeTodos()):(swal({title:"Alert",text:"Record Not Found",width:300,height:200}),o.table1=!0)}),o.index=function(e){o.pageindex=e,o.currentPage=e,console.log("currentPage="+o.currentPage),o.makeTodos()},o.New=function(){0==o.user_access.data_insert?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(o.myForm.$setPristine(),o.myForm.$setUntouched(),o.newmode=!0,o.temp={ca_code:"",ca_company_code:"",ca_company_name:"",comp_name:"",ca_desc:"",ca_process_tag:!0},0<o.comp.length&&(o.temp.ca_company_code=o.comp[0].ca_company_name),o.editmode=!1,o.readonly=!1,o.table1=!1,o.operation=!0,o.savebtn=!0,o.updatebtn=!1)},o.up=function(e){0==o.user_access.data_update?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(o.editmode=!0,o.newmode=!1,o.savebtn=!1,o.updatebtn=!0,o.readonly=!0,o.table1=!1,o.operation=!0,o.temp={ca_company_name:e.ca_company_name,ca_company_code:e.ca_company_code,ca_code:e.ca_code,ca_desc:e.ca_desc,ca_process_tag:e.ca_process_tag},o.myForm.$setPristine(),o.myForm.$setUntouched())},o.cancel=function(){o.table1=!0,o.operation=!1,o.temp={ca_code:"",ca_company_code:"",comp_name:"",ca_desc:"",ca_process_tag:"",ca_company_name:""},o.myForm.$setPristine(),o.myForm.$setUntouched()},l=[],o.Save=function(e){if(e){for(var t=!1,e=o.temp,a=0;a<o.DefineCategory.length;a++)if(o.DefineCategory[a].ca_desc==o.temp.ca_desc){swal({text:"Record Already Exist",showCloseButton:!0,width:380}),t=!0;break}t||(e={ca_company_name:o.temp.ca_company_code,ca_desc:o.temp.ca_desc,ca_process_tag:o.temp.ca_process_tag,opr:"I"},l.push(e),n.post(i.apiUrl+"api/DefineCategoryDetails/DefineCategoryCUD",l).then(function(e){o.msg1=e.data,console.log(o.msg1),1==o.msg1?swal({text:"Record Inserted Successfully",imageUrl:"assets/img/check.png",width:300,height:200}):0==o.msg1?swal({text:"Record Not Inserted. ",imageUrl:"assets/img/close.png",width:300,height:200}):swal("Error-"+o.msg1),o.operation=!1,o.getgrid()}),l=[],o.table1=!0,o.operation=!1)}},o.Update=function(){l=[];var e={ca_company_name:o.temp.ca_company_code,ca_desc:o.temp.ca_desc,ca_code:o.temp.ca_code,ca_process_tag:o.temp.ca_process_tag,opr:"U"};l.push(e),n.post(i.apiUrl+"api/DefineCategoryDetails/DefineCategoryCUD",l).then(function(e){o.msg1=e.data,1==o.msg1?swal({text:"Record Updated Successfully",imageUrl:"assets/img/check.png",width:300,height:200}):0==o.msg1?swal({text:"Record Not Updated. ",imageUrl:"assets/img/close.png",width:300,height:200}):swal("Error-"+o.msg1),o.operation=!1,o.getgrid()}),l=[],o.operation=!1,o.table1=!0},o.filteredTodos=[],o.currentPage=1,o.numPerPage=10,o.maxSize=10,o.makeTodos=function(){var e=parseInt(o.totalItems%o.numPerPage),e=(o.pagersize="0"==e?parseInt(o.totalItems/o.numPerPage):parseInt(o.totalItems/o.numPerPage)+1,(o.currentPage-1)*o.numPerPage),t=parseInt(e)+parseInt(o.numPerPage);console.log("begin="+e),console.log("end="+t),o.filteredTodos=o.todos.slice(e,t)},o.CheckAllChecked=function(){d=document.getElementById("mainchk");for(var e=0;e<o.filteredTodos.length;e++){var t=document.getElementById(o.filteredTodos[e].ca_code+e);1==d.checked?(t.checked=!0,$("tr").addClass("row_selected")):(t.checked=!1,$("tr").removeClass("row_selected"))}},o.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),o.color="#edefef"}),1==(d=document.getElementById("mainchk")).checked&&(d.checked=!1,$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected")}))},o.deleterecord=function(){if(0==o.user_access.data_delete)swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200});else{c=[],o.flag=!1;for(var e,t=0;t<o.filteredTodos.length;t++)1==document.getElementById(o.filteredTodos[t].ca_code+t).checked&&(o.flag=!0,e={ca_code:o.filteredTodos[t].ca_code,opr:"D"},c.push(e));o.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)n.post(i.apiUrl+"api/DefineCategoryDetails/DefineCategoryCUD",c).then(function(e){o.msg1=e.data,1==o.msg1?swal({text:"Record Deleted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&(o.getgrid(),1==(d=document.getElementById("mainchk")).checked)&&(d.checked=!1,o.row1="")}):0==o.msg1?swal({text:"Record Not Deleted. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&(o.getgrid(),1==(d=document.getElementById("mainchk")).checked)&&(d.checked=!1,o.row1="")}):swal("Error-"+o.msg1),o.currentPage=!0});else for(var t=0;t<o.filteredTodos.length;t++){var a=document.getElementById(o.filteredTodos[t].ca_code+t);1==a.checked&&(a.checked=!1,d.checked=!1,o.row1="",$("tr").removeClass("row_selected"))}}):swal({text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380})}},o.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).ca_desc.toLowerCase().indexOf(t.toLowerCase())||-1<e.ca_company_name.toLowerCase().indexOf(t.toLowerCase())||e.ca_code==t;var t})},o.search=function(){o.todos=o.searched(o.DefineCategory,o.searchText),o.totalItems=o.todos.length,o.currentPage="1",""==o.searchText&&(o.todos=o.DefineCategory),o.makeTodos()}}])}(),function(){"use strict";var c,o=[],e=angular.module("sims.module.HRMS");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("OtherLoanCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(s,e,n,t,a,i,d){s.pagesize="5",s.OtherLoanDetail=!0,s.editmode=!1,s.propertyName=null,s.reverse=!1,s.sortBy=function(e){s.reverse=s.propertyName===e&&!s.reverse,s.propertyName=e};new FormData;i.get(d.apiUrl+"api/OtherLoan/getComapany").then(function(e){s.compname=e.data}),i.get(d.apiUrl+"api/OtherLoan/getEmployee").then(function(e){s.empname=e.data}),i.get(d.apiUrl+"api/OtherLoan/getLedger").then(function(e){s.gledger=e.data}),i.get(d.apiUrl+"api/OtherLoan/getDescription").then(function(e){s.gdesrcipt=e.data}),s.size=function(e){s.pagesize=e,s.currentPage=1,s.numPerPage=e,s.makeTodos()},s.index=function(e){s.pageindex=e,s.currentPage=e,s.makeTodos()},i.get(d.apiUrl+"api/OtherLoan/getOtherLoanDetail").then(function(e){s.OtherLoanData=e.data,s.totalItems=s.OtherLoanData.length,s.todos=s.OtherLoanData,s.makeTodos(),s.OtherLoanOperation=!1,s.OtherLoanDetail=!0}),s.cancel=function(){s.OtherLoanDetail=!0,s.OtherLoanOperation=!1,s.edt="",s.myForm.$setPristine(),s.myForm.$setUntouched()},t(function(){$("#fixTable").tableHeadFixer({top:1})},100),t(function(){$("#fixTable1").tableHeadFixer({top:1})},100),$(function(){$("#all_chk").change(function(){$("input:checkbox").prop("checked",this.checked),$("tr").toggleClass("row_selected",this.checked)}),$("table tbody :checkbox").change(function(e){$(this).closest("tr").toggleClass("row_selected",this.checked)})}),s.New=function(){s.myForm.$setPristine(),s.newmode=!1,s.check=!0,s.edt="",s.editmode=!1,s.readonly=!1,s.OtherLoanDetail=!1,s.OtherLoanOperation=!0,s.savebtn=!0,s.updatebtn=!1,s.edt={},s.myForm.$setPristine(),s.myForm.$setUntouched()},s.filteredTodos=[],s.currentPage=1,s.numPerPage=5,s.maxSize=5,s.makeTodos=function(){var e=parseInt(s.totalItems%s.numPerPage),e=(s.pagersize="0"==e?parseInt(s.totalItems/s.numPerPage):parseInt(s.totalItems/s.numPerPage)+1,(s.currentPage-1)*s.numPerPage),t=parseInt(e)+parseInt(s.numPerPage);s.filteredTodos=s.todos.slice(e,t)},s.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).ol_account_number.indexOf(t)||e.ol_account_number==t;var t})},s.search=function(){s.todos=s.searched(s.OtherLoanData,s.searchText),s.totalItems=s.todos.length,s.currentPage="1",""==s.searchText&&(s.todos=s.OtherLoanData,c.checked=!1),s.makeTodos()},s.Save=function(e){var a,t;s.updatebtn?s.Update():(a=[],e&&((t=s.edt).opr="I",s.filteredTodos.find(e=>e.ol_account_number===t.ol_account_number||e.em_number===t.empname)?swal({text:"Record Already exists",imageUrl:"assets/img/notification-alert.png",width:300,height:200}):(e={LoanNumber:t.empname,CompanyName:t.comp_code,LoanName:t.lc_code,LedgerName:t.sllc_ldgr_code,ol_account_number:t.ol_account_number,opr:t.opr},a.push(e),i.post(d.apiUrl+"api/OtherLoan/OtherLoanCUD",a).then(function(t){s.msg1=t.data,s.OtherLoanOperation=!1,a=[],i.get(d.apiUrl+"api/OtherLoan/getOtherLoanDetail").then(function(e){s.OtherLoanData=e.data,s.totalItems=s.OtherLoanData.length,s.todos=s.OtherLoanData,s.makeTodos(),s.msg1=t.data,1==s.msg1?swal({text:"Record Inserted Successfully",imageUrl:"assets/img/check.png",width:300,height:200}):0==s.msg1?swal({text:"Record Not Inserted. ",imageUrl:"assets/img/close.png",width:300,height:200}):swal("Error-"+s.msg1)})}),s.OtherLoanDetail=!0,s.OtherLoanOperation=!1)))},s.up=function(e){s.edt={sllc_ldgr_code:e.sllc_ldgr_code,lc_code:e.lc_code,comp_code:e.comp_code,empname:e.em_number,ol_account_number:e.ol_account_number},s.account_number=e.ol_account_number,s.editmode=!0,s.newmode=!0,s.savebtn=!1,s.updatebtn=!0,s.readonly=!0,s.OtherLoanDetail=!1,s.OtherLoanOperation=!0},s.Update=function(){var t=s.edt,e=[],a=(t.opr="U",{LoanNumber:t.empname,CompanyName:t.comp_code,LoanName:t.lc_code,LedgerName:t.sllc_ldgr_code,ol_account_number:t.ol_account_number,opr:t.opr}),a=(e.push(a),s.filteredTodos.find(e=>e.ol_account_number===t.ol_account_number&&e.ol_account_number!==s.account_number));a?swal({text:"Record Already exists",imageUrl:"assets/img/notification-alert.png",width:300,height:200}):(i.post(d.apiUrl+"api/OtherLoan/OtherLoanCUD",e).then(function(t){s.msg1=t.data,s.OtherLoanOperation=!1,e=[],i.get(d.apiUrl+"api/OtherLoan/getOtherLoanDetail").then(function(e){s.OtherLoanData=e.data,s.totalItems=s.OtherLoanData.length,s.todos=s.OtherLoanData,s.makeTodos(),s.msg1=t.data,1==s.msg1?swal({text:"Record Updated Successfully",imageUrl:"assets/img/check.png",width:300,height:200}):0==s.msg1?swal({text:"Record Not Updated. ",imageUrl:"assets/img/close.png",width:300,height:200}):swal("Error-"+s.msg1)})}),s.OtherLoanDetail=!0,s.OtherLoanOperation=!1)},s.check_all=function(){if(1==(c=document.getElementById("all_chk")).checked)for(var e=0;e<s.filteredTodos.length;e++){var t=s.filteredTodos[e].ol_account_number;document.getElementById(t+e).checked=!0,o=o+s.filteredTodos[e].ol_account_number+",",s.row1="row_selected",$("tr").addClass("row_selected")}else for(e=0;e<s.filteredTodos.length;e++){t=s.filteredTodos[e].ol_account_number;document.getElementById(t+e).checked=!1,c.checked=!1,s.row1="",$(this).closest("tr").removeClass("row_selected")}},s.check_once=function(){c=document.getElementById("all_chk"),$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),s.color="#edefef"}),1==c.checked&&(c.checked=!1,$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected")}))},s.deleterecord=function(){s.flag=!1;for(var o=[],e=0;e<s.filteredTodos.length;e++){var t=s.filteredTodos[e].ol_account_number;1==document.getElementById(t+e).checked&&(s.flag=!0,t={ol_account_number:s.filteredTodos[e].ol_account_number,opr:"D"},o.push(t))}s.flag?swal({title:"Are you sure?",text:"to Delete Record",width:300,height:200,showCancelButton:!0,confirmButtonColor:"#DD6B55",confirmButtonText:"Yes",closeOnConfirm:!1}).then(function(e){if(e)i.post(d.apiUrl+"api/OtherLoan/OtherLoanCUD",o).then(function(e){1==(c=document.getElementById("all_chk")).checked&&(c.checked=!1),s.msg1=e.data,s.OtherLoanDetail=!0,s.OtherLoanOperation=!1,n.strMessage=s.msg1.strMessage,i.get(d.apiUrl+"api/OtherLoan/getOtherLoanDetail").then(function(e){s.OtherLoanData=e.data,s.totalItems=s.OtherLoanData.length,s.todos=s.OtherLoanData,s.makeTodos(),1==s.msg1?swal({text:"Record Deleted Successfully",imageUrl:"assets/img/check.png",width:300,height:200}):0==s.msg1?swal({text:"Record Not Deleted. ",imageUrl:"assets/img/close.png",width:300,height:200}):swal("Error-"+s.msg1)})});else{c=document.getElementById("all_chk");for(var t=0;t<s.filteredTodos.length;t++){var a=s.filteredTodos[t].ol_account_number;document.getElementById(a+t).checked=!1,c.checked=!1,$("tr").removeClass("row_selected"),s.row1=""}}o=[],s.OtherLoanDetail=!0,s.OtherLoanOperation=!1}):swal({text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380})}}])}(),function(){"use strict";var d,c=[],e=angular.module("sims.module.HRMS");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("SettlementTypeCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(s,e,t,a,o,n,i){s.pagesize="10",s.SettlementDetail=!0,s.editmode=!1,s.showPager=!0,s.edt={},s.user_access=[],s.appcode=e.current.name.split(".");e=t.globals.currentUser.username;n.get(i.apiUrl+"api/AlertTransaction/Get_user_access_rights?username="+e+"&appl_code="+s.appcode[1]).then(function(e){s.user_rights=e.data;for(var t=0;t<s.user_rights.length;t++)0==t&&(s.user_access.data_read=s.user_rights[t].comn_user_read,s.user_access.data_insert=s.user_rights[t].comn_user_insert,s.user_access.data_update=s.user_rights[t].comn_user_update,s.user_access.data_delete=s.user_rights[t].comn_user_delete,s.user_access.data_massupdate=s.user_rights[t].comn_user_massupdate,s.user_access.is_admin=s.user_rights[t].comn_user_admin)}),new FormData;a(function(){$("#fixTable").tableHeadFixer({top:1})},100),n.get(i.apiUrl+"api/SettlementType/getComapany").then(function(e){s.compname=e.data,s.edt.se_company_code=s.compname[0].comp_code}),n.get(i.apiUrl+"api/SettlementType/getFormulaCode").then(function(e){s.fcode=e.data}),s.size=function(e){"All"==e?(s.showPager=!1,s.currentPage=1,s.filteredTodos=s.SettlementData):(s.showPager=!0,s.pagesize=e,s.currentPage=1,s.numPerPage=e,s.makeTodos())},s.index=function(e){s.pageindex=e,s.currentPage=e,console.log("currentPage="+s.currentPage),s.makeTodos(),d.checked=!1,s.row1=""},s.cancel=function(){s.SettlementDetail=!0,s.SettlementDataoperation=!1,s.edt={},s.myForm.$setPristine(),s.myForm.$setUntouched()},s.New=function(){0==s.user_access.data_insert?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(s.myForm.$setPristine(),s.newmode=!0,s.check=!0,s.editmode=!1,s.readonly=!1,s.SettlementDetail=!1,s.SettlementDataoperation=!0,s.savebtn=!0,s.updatebtn=!1,s.edt={},s.edt.se_company_code=s.compname[0].comp_code)},s.filteredTodos=[],s.currentPage=1,s.numPerPage=5,s.maxSize=5,s.makeTodos=function(){var e=parseInt(s.totalItems%s.numPerPage),e=(s.pagersize="0"==e?parseInt(s.totalItems/s.numPerPage):parseInt(s.totalItems/s.numPerPage)+1,(s.currentPage-1)*s.numPerPage),t=parseInt(e)+parseInt(s.numPerPage);console.log("begin="+e),console.log("end="+t),s.filteredTodos=s.todos.slice(e,t)},s.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).se_code.toLowerCase().indexOf(t.toLowerCase())||e.se_code==t;var t})},s.search=function(){s.todos=s.searched(s.SettlementData,s.searchText),s.totalItems=s.todos.length,s.currentPage="1",""==s.searchText&&(s.todos=s.SettlementData),s.makeTodos(),d.checked=!1,s.check_all()},n.get(i.apiUrl+"api/SettlementType/getSettlementType").then(function(e){s.SettlementData=e.data,s.totalItems=s.SettlementData.length,s.todos=s.SettlementData,s.makeTodos(),console.log(s.SettlementData)}),s.Save=function(e){if(e){var t=s.edt;t.opr="I",s.exist=!1,c.push(t),console.log(c);for(var a=0;a<s.SettlementData.length;a++)s.SettlementData[a].se_formula_code==t.se_formula_code&&(s.exist=!0);s.exist?swal({text:"Record Already exists",imageUrl:"assets/img/notification-alert.png",width:300,height:200}):(n.post(i.apiUrl+"api/SettlementType/SettlementTypeCUD?simsobj=",c).then(function(t){s.BoardData1=!1,n.get(i.apiUrl+"api/SettlementType/getSettlementType").then(function(e){s.SettlementData=e.data,s.totalItems=s.SettlementData.length,s.todos=s.SettlementData,s.makeTodos(),s.msg1=t.data,1==s.msg1?swal({text:"Record Inserted Successfully",imageUrl:"assets/img/check.png",width:300,height:200}):swal({text:"Record Not Inserted. "+s.msg1,imageUrl:"assets/img/close.png",width:300,height:200})})}),s.edt={},c=[],s.SettlementDetail=!0,s.SettlementDataoperation=!1)}},s.up=function(e){0==s.user_access.data_update?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(s.editmode=!0,s.newmode=!1,s.savebtn=!1,s.updatebtn=!0,s.readonly=!0,s.SettlementDetail=!1,s.SettlementDataoperation=!0,s.edt={se_company_code:e.se_company_code,se_code:e.se_code,se_formula_code:e.se_formula_code,se_leave_tag:e.se_leave_tag})},s.Update=function(e){e&&((e=s.edt).opr="U",c.push(e),n.post(i.apiUrl+"api/SettlementType/SettlementTypeCUD?simsobj=",c).then(function(e){s.msg1=e.data,s.SettlementDataoperation=!1,n.get(i.apiUrl+"api/SettlementType/getSettlementType").then(function(e){s.SettlementData=e.data,s.totalItems=s.SettlementData.length,s.todos=s.SettlementData,new FormData,s.makeTodos(),1==s.msg1?swal({text:"Record Updated Successfully",imageUrl:"assets/img/check.png",width:300,height:200}):swal({text:"Record Not Updated. "+s.msg1,imageUrl:"assets/img/close.png",width:300,height:200})})}),s.SettlementDetail=!0,s.SettlementDataoperation=!1)},s.check_all=function(){if(1==(d=document.getElementById("all_chk")).checked)for(var e=0;e<s.filteredTodos.length;e++)document.getElementById(s.filteredTodos[e].se_code+e).checked=!0,s.row1="row_selected",$("tr").addClass("row_selected");else for(e=0;e<s.filteredTodos.length;e++)document.getElementById(s.filteredTodos[e].se_code+e).checked=!1,d.checked=!1,s.row1=""},s.check_once=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),s.color="#edefef"}),1==(d=document.getElementById("all_chk")).checked&&(d.checked=!1,$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected")}))},s.deleterecord=function(){if(0==s.user_access.data_delete)swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200});else{s.flag=!1;for(var e,o=[],t=0;t<s.filteredTodos.length;t++)1==document.getElementById(s.filteredTodos[t].se_code+t).checked&&(s.flag=!0,e={se_code:s.filteredTodos[t].se_code,opr:"D"},o.push(e));s.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,confirmButtonText:"Yes",showCancelButton:!0,width:380,cancelButtonText:"No"}).then(function(e){if(e)n.post(i.apiUrl+"api/SettlementType/SettlementTypeCUD",o).then(function(e){s.msg1=e.data,1==s.msg1?swal({text:"Record Deleted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&(n.get(i.apiUrl+"api/SettlementType/getSettlementType").then(function(e){s.SettlementData=e.data,s.totalItems=s.SettlementData.length,s.todos=s.SettlementData,s.makeTodos()}),1==(d=document.getElementById("all_chk")).checked)&&(d.checked=!1,s.row1=""),s.currentPage=!0}):swal({text:"Record Already Mapped, can't Delete. "+s.msg1,imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&(n.get(i.apiUrl+"api/SettlementType/getSettlementType").then(function(e){s.SettlementData=e.data,s.totalItems=s.SettlementData.length,s.todos=s.SettlementData,s.makeTodos()}),1==(d=document.getElementById("all_chk")).checked)&&(d.checked=!1,s.row1="")})});else{1==(d=document.getElementById("all_chk")).checked&&(d.checked=!1);for(var t=0;t<s.filteredTodos.length;t++){var a=document.getElementById(s.filteredTodos[t].se_code+t);1==a.checked&&(a.checked=!1,d.checked=!1,$("tr").removeClass("row_selected"))}}}):swal({text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}),s.currentPage=str}}}])}(),function(){"use strict";var l,r=[],m=[],p=angular.module("sims.module.HRMS");p.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),p.controller("EmployeeDocumentUploadCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(n,e,i,t,a,o,s){n.pagesize="5",n.EmployeeDetail=!0,n.pagesize="5",n.pageindex="1",n.editmode=!1;var d=new FormData,c=[],d=(t(function(){$("#fixTable").tableHeadFixer({top:1})},100),t(function(){$("#fixTable1").tableHeadFixer({top:1})},100),n.size=function(e){n.pagesize=e,n.currentPage=1,n.numPerPage=e,n.makeTodos()},new FormData);n.getTheFiles=function(a){n.filesize=!0,angular.forEach(a,function(e,t){d.append(t,e);8e5<a[0].size&&(n.filesize=!1,n.edt.photoStatus=!1,swal({title:"Alert",text:"File Should Not Exceed 800Kb.",imageUrl:"assets/img/notification-alert.png"}))})},n.file_changed=function(e,t){var a=e.files[0],o=(n.photo_filename=a.name,n.edt1={sims_timetable_filename:n.photo_filename},$.extend(n.edt,n.edt1),n.photo_filename=a.type,new FileReader);o.onload=function(e){n.$apply(function(){n.prev_img=e.target.result})},o.readAsDataURL(a),e.files[0].size},n.index=function(e){n.pageindex=e,n.currentPage=e,n.makeTodos()},o.get(s.apiUrl+"api/EmpDocumentUp/getEmpDocCode?pays_doc_code").then(function(e){n.empcode=e.data}),n.getempdesc=function(a){o.get(s.apiUrl+"api/EmpDocumentUp/getEmpDocCode?pays_doc_code="+n.edt.pays_doc_code).then(function(e){n.empcode=e.data;for(var t=0;t<n.empcode.length;t++)n.empcode[t].pays_doc_code===a&&(n.edt={pays_doc_code:n.empcode[t].pays_doc_code,pays_doc_mod_code:n.empcode[t].pays_doc_mod_code})})},o.get(s.apiUrl+"api/EmpDocumentUp/getEmpDocumentDetail").then(function(e){n.EmpDocData=e.data,n.totalItems=n.EmpDocData.length,n.todos=n.EmpDocData,n.makeTodos()}),o.get(s.apiUrl+"api/EmpDocumentUp/getEmpDocumentDetail").then(function(e){n.EmployeeDataoperation=!1,n.EmployeeDetail=!0,n.obj=e.data}),n.check_all=function(){if(!0===(l=document.getElementById("all_chk")).checked)for(var e=0;e<n.filteredTodos.length;e++){var t=n.filteredTodos[e].pays_doc_mod_code;document.getElementById(t+e).checked=!0,m=m+n.filteredTodos[e].pays_doc_mod_code+",",n.row1="row_selected"}else for(e=0;e<n.filteredTodos.length;e++){t=n.filteredTodos[e].pays_doc_mod_code;document.getElementById(t+e).checked=!1,l.checked=!1,n.row1=""}},n.check_once=function(){(l=document.getElementById("all_chk")).checked,l.checked=!1,n.row1=""},n.deleterecord=function(){r=[];for(var e=0;e<n.filteredTodos.length;e++){var t=n.filteredTodos[e].pays_doc_mod_code;!0===document.getElementById(t+e).checked&&(r=r+n.filteredTodos[e].pays_doc_mod_code+",")}var a={pays_doc_mod_code:r,opr:"D"};o.post(s.apiUrl+"api/EmpDocumentUp/EmpDocDetailCUD",a).then(function(e){n.msg1=e.data,n.EmployeeDetail=!0,n.EmployeeDataoperation=!1,i.strMessage=n.msg1.strMessage,o.get(s.apiUrl+"api/EmpDocumentUp/getEmpDocumentDetail").then(function(e){n.Employee_Data=e.data,n.totalItems=n.Employee_Data.length,n.todos=n.Employee_Data,n.makeTodos(),!0===n.msg1?(i.strMessage="Record Deleted Successfully",$("#message").modal("show")):!1===n.msg1?(i.strMessage="Record Not Deleted. ",$("#message").modal("show")):swal("Error-"+n.msg1)})})},n.filteredTodos=[],n.currentPage=1,n.numPerPage=5,n.maxSize=5,n.makeTodos=function(){var e=parseInt(n.totalItems%n.numPerPage),e=(n.pagersize="0"===e?parseInt(n.totalItems/n.numPerPage):parseInt(n.totalItems/n.numPerPage)+1,(n.currentPage-1)*n.numPerPage),t=parseInt(e)+parseInt(n.numPerPage);n.filteredTodos=n.todos.slice(e,t)},n.cancel=function(){n.EmployeeDetail=!0,n.EmployeeDataoperation=!1,n.SearchEmpList=!1,n.edt="",n.myForm.$setPristine()},n.New=function(){n.myForm.$setPristine(),n.newmode=!0,n.check=!0,n.editmode=!1,opr="S",n.readonly=!1,n.EmployeeDetail=!1,n.EmployeeDataoperation=!0,n.savebtn=!0,n.updatebtn=!1,n.uploadbtn=!1,n.edt={}},n.Save=function(e){e&&(e={method:"POST",url:s.apiUrl+"api/file/uploadDocument?filename="+n.edt.em_first_name+"&location=UploadedFiles",data:d,headers:{"Content-Type":void 0}},o(e).success(function(e){var t=n.edt;t.opr="I",t.em_first_name=n.edt.em_first_name,t.em_first_name=e,c.push(t),o.post(s.apiUrl+"api/EmpDocumentUp/EmpDocDetailCUD?simsobj=",c).then(function(t){n.EmployeeDataoperation=!1,o.get(s.apiUrl+"api/EmpDocumentUp/getEmpDocumentDetail").then(function(e){n.EmpDocData=e.data,n.totalItems=n.EmpDocData.length,n.todos=n.EmpDocData,n.makeTodos(),n.msg1=t.data,!0===n.msg1?(i.strMessage="Record Inserted Successfully",$("#message").modal("show")):!1===n.msg1?(i.strMessage="Record Not Inserted. ",$("#message").modal("show")):swal("Error-"+n.msg1)})})}),n.EmployeeDetail=!0,n.EmployeeDataoperation=!1)},n.searchempdata=function(){n.searchemp=!1,n.SearchEmpList=!0,$("#SearchEmpList").modal("show")},n.SearchEmployee=function(){n.searchemp=!0,o.post(s.apiUrl+"api/EmpDocumentUp/searchEmployeeList").then(function(e){n.EmployeeData=e.data,n.totalItems=n.EmployeeData.length,n.todos=n.EmployeeData,n.makeTodos()}),n.Add=function(e){n.edt.em_first_name=e.em_first_name}},n.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).em_first_name.toLowerCase().indexOf(t.toLowerCase())||-1<e.em_login_code.toLowerCase().indexOf(t.toLowerCase())||-1<e.em_email.toLowerCase().indexOf(t.toLowerCase())||-1<e.em_mobile.toLowerCase().indexOf(t.toLowerCase())||e.em_login_code===t||e.em_login_code===t;var t})},n.search=function(){n.todos=n.searched(n.EmployeeData,n.searchText),n.totalItems=n.todos.length,n.currentPage="1",""===n.searchText&&(n.todos=n.EmployeeData),n.makeTodos()},$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0}),$(document).on("touch click",'*[data-datepicker="true"] .add-on',function(e){$('input[type="text"]',$(this).parent()).focus()}),n.createdate=function(e,t,a){var o=e.split("/")[0],s=e.split("/")[1],o=e.split("/")[2]+"/"+o+"/"+s;t.split("/")[0],t.split("/")[1],t.split("/")[2];e<t?(i.strMessage="Please Select Future Date",$("#message").modal("show"),n.edt[a]=""):n.edt[a]=o},n.showdate=function(e,t){e.split("/")[0],e.split("/")[1],e.split("/")[2];n.edt[t]=e},p.directive("ngFiles",["$parse",function(s){return{link:function(t,e,a){var o=s(a.ngFiles);e.on("change",function(e){o(t,{$files:e.target.files})})}}}])}])}(),function(){"use strict";var e=angular.module("sims.module.HRMS");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("EmpAttendanceDailyCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV","XLSXReaderService","$filter",function(i,e,o,t,a,n,d,s,_){i.rgvtbl=!1,i.edt={},i.edt1={},i.edt2={},i.isSubmitDisabled=!1;var c=[],l=[],r=(n.get(d.apiUrl+"api/EmpAttendanceDailyController/getPers326Dept").then(function(e){i.dep=e.data}),n.get(d.apiUrl+"api/EmpAttendanceDailyController/getPers326desg").then(function(e){i.deg=e.data}),n.get(d.apiUrl+"api/common/ShiftMaster/getShiftMaster").then(function(e){i.shift_data=e.data,i.showShift2Flag=!1;for(var t=1,a=0;a<i.shift_data.length;a++)""!=i.shift_data[a].sh_shift2_in&&null!=i.shift_data[a].sh_shift2_in||""!=i.shift_data[a].sh_shift2_out&&null!=i.shift_data[a].sh_shift2_out||(i.showShift2Flag=!1,t=0);t&&(i.showShift2Flag=!0)}),i.getAttandanceCode=function(e){for(var t=[],a=0;a<e.length;a++)t=0==a?e[a].leave_code:t+","+e[a].leave_code;""==t&&(t=e.leave_code),n.get(d.apiUrl+"api/EmpAttendanceDailyController/getAttendanceCode?str="+t).then(function(e){i.attendance_codes_obj=e.data})},i.btn_reset_Click=function(){i.Pers326_Get_attednce_deatils="",i.edt={},i.edt1={},i.edt2={},i.rgvtbl=!1},i.edt1.sdate=_("date")(new Date,"dd-MM-yyyy"),i.edt2.edate=_("date")(new Date,"dd-MM-yyyy"),i.btn_Submit=function(e,t,a,o){null!=a&&null!=o&&(setTimeout(function(){$(document).ready(function(){$("#from_date, #to_date").kendoDatePicker({format:"dd-MM-yyyy",value:""})})},700),null==e&&(e=i.edt.dep_code=""),null==t&&(t=i.edt.dg_code=""),i.rgvtbl=!1,i.busy=!0,l=[],n.post(d.apiUrl+"api/EmpAttendanceDailyController/Pers326_Get_attednce_deatils?sdate="+a+"&edate="+o+"&dept="+e+"&desg="+t).then(function(e){var t=[];if(i.Pers326_Get_attednce_deatils1=e.data,i.attDetailsCopy=angular.copy(e.data),1==document.getElementById("Checkbox8").checked)for(var a=0;a<i.Pers326_Get_attednce_deatils1.length;a++){try{for(var o=!1,s=0;s<t.length;s++)t[s].pays_attendance_code==i.Pers326_Get_attednce_deatils1[a].leave_code&&(o=!0);0==o&&(t={pays_attendance_code:i.Pers326_Get_attednce_deatils1[a].leave_code,pays_attendance_description:i.Pers326_Get_attednce_deatils1[a].leave_name})}catch(e){}l.push(i.Pers326_Get_attednce_deatils1[a])}else for(a=0;a<i.Pers326_Get_attednce_deatils1.length;a++){try{for(o=!1,s=0;s<t.length;s++)t[s].pays_attendance_code==i.Pers326_Get_attednce_deatils1[a].leave_code&&(o=!0);0==o&&t.push(i.Pers326_Get_attednce_deatils1[a])}catch(e){}l.push(i.Pers326_Get_attednce_deatils1[a])}i.getAttandanceCode(t),i.Pers326_Get_attednce_deatils=l,i.busy=!1,i.rgvtbl=!0}))},t(function(){$("#fixTable").tableHeadFixer({top:1})},100),i.btn_Employeeupdate_click1=function(){i.rgvtbl=!1,i.busy=!0;for(var e=[],t=0;t<i.Pers326_Get_attednce_deatils1.length;t++)1==i.Pers326_Get_attednce_deatils1[t].datastatus&&e.push(i.Pers326_Get_attednce_deatils1[t]);0<e.length?n.post(d.apiUrl+"api/EmpAttendanceDailyController/Pers326_update_att_data",e).then(function(e){i.result=e.data,i.busy=!1,1==i.result?(swal("","Record Sucessfully Updated."),i.btn_reset_Click()):0==i.result?(swal("","Record Is Not Updated."),i.rgvtbl=!0):swal("Error-"+i.result),setTimeout(function(){$(document).ready(function(){$("#from_date, #to_date").kendoDatePicker({format:"dd-MM-yyyy",value:""})})},700)}):(i.busy=!1,swal("","Please select employee id."))},i.btn_Employeeupdate_click=function(){if("abqis"==n.defaults.headers.common.schoolId||"asis"==n.defaults.headers.common.schoolId||"siso"==n.defaults.headers.common.schoolId){i.rgvtbl=!1,i.busy=!0,i.senddataobject=[],i.flag_chk_rec=!1,i.flag=!1;for(var e=0;e<i.Pers326_Get_attednce_deatils1.length;e++)1==i.Pers326_Get_attednce_deatils1[e].datastatus&&(i.senddataobject.push(i.Pers326_Get_attednce_deatils1[e]),i.flag_chk_rec=!0);for(e=0;e<i.senddataobject.length;e++)""==i.senddataobject[e].att_remarks&&"A"==i.senddataobject[e].leave_code&&(i.busy=!1,i.flag=!0);1==i.flag?(swal("","Please fill remark for absent employee"),i.busy=!1):0==i.flag_chk_rec?(i.busy=!1,swal({text:"Please Select employee ID",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380})):0<i.senddataobject.length&&n.post(d.apiUrl+"api/EmpAttendanceDailyController/Pers326_update_att_data",i.senddataobject).then(function(e){i.result=e.data,i.busy=!1,1==i.result?(swal("","Record Sucessfully Updated."),i.btn_reset_Click()):0==i.result?(swal("","Record Is Not Updated."),i.rgvtbl=!0):swal("Error-"+i.result),setTimeout(function(){$(document).ready(function(){$("#from_date, #to_date").kendoDatePicker({format:"dd-MM-yyyy",value:""})})},700)})}else{i.rgvtbl=!1,i.busy=!0;for(var t=[],e=0;e<i.Pers326_Get_attednce_deatils1.length;e++)1==i.Pers326_Get_attednce_deatils1[e].datastatus&&t.push(i.Pers326_Get_attednce_deatils1[e]);0<t.length?n.post(d.apiUrl+"api/EmpAttendanceDailyController/Pers326_update_att_data",t).then(function(e){i.result=e.data,i.busy=!1,1==i.result?(swal("","Record Sucessfully Updated."),i.btn_reset_Click()):0==i.result?(swal("","Record Is Not Updated."),i.rgvtbl=!0):swal("Error-"+i.result),setTimeout(function(){$(document).ready(function(){$("#from_date, #to_date").kendoDatePicker({format:"dd-MM-yyyy",value:""})})},700)}):(i.busy=!1,swal("","Please select employee id."))}},i.uploadClick1=function(){},i.display=!0,i.save=!0,i.item=[],new Date,i.ddMMyyyy=_("date")(new Date,"dd-MM-yyyy")+"-"+_("date")(new Date,"HH-mm-ss"),i.showPreview=!1,i.showJSONPreview=!0,i.json_string="",new FormData);function m(e){var a;1==e?i.isSubmitDisabled=!0:(a=[],angular.forEach(document.querySelectorAll(".error-text"),function(e,t){a.push(e)}),0==a.length&&(i.isSubmitDisabled=!1))}function p(e,t){var a=$("#"+e);t?(document.getElementById(e).setAttribute("style","border-color: red !important"),a.addClass("error-text"),a.closest("tr").addClass("row_selected"),m(!0)):a.hasClass("error-text")&&(a.removeClass("error-text"),a.closest("tr").removeClass("row_selected"),document.getElementById(e).removeAttribute("style"),m(!1))}i.getTheFiles=function(e){$("#uploadModal").modal({backdrop:"static",keyboard:!1}),i.flag=0,angular.forEach(e,function(e,t){r.append(t,e)})},i.errorlabel=!1,i.file_changed=function(e){i.modalbusy=!0,i.busy=!0,i.rgvtbl=!0;var t,a=e.files[0];6e5<e.files[0].size?swal("Alert","Exceed size limit"):(i.filename=e.files[0],i.photo_filename=a.type,(t=new FileReader).onload=function(e){i.$apply(function(){i.prev_img=e.target.result})},t.readAsDataURL(a),i.sheets=[],i.excelFile=e.files[0],s.readFile(i.excelFile,i.showPreview,i.showJSONPreview).then(function(e){var t=document.getElementById("mainchk");if(1==t.checked&&(t.checked=!1,i.filecount=""),i.errorlabel=!1,i.display=!1,i.save=!1,i.em_numbers=[],Object.keys(e.sheets.Sheet1[0]).length<=6){i.sheets=e.sheets,i.sheetsData=[];for(var a=0;e.sheets.Sheet1.length>a;a++)i.subData={},i.subData.att_emp_id=e.sheets.Sheet1[a].Emp_No,i.subData.att_date=e.sheets.Sheet1[a].Date,i.subData.att_shift1_in=e.sheets.Sheet1[a].Shift1_In,i.subData.att_shift1_out=e.sheets.Sheet1[a].Shift1_Out,i.subData.att_shift2_in=e.sheets.Sheet1[a].Shift2_In,i.subData.att_shift2_out=e.sheets.Sheet1[a].Shift2_Out,i.sheetsData.push(i.subData);n.post(d.apiUrl+"api/EmpAttendanceDailyController/PersEmnumber",i.sheetsData).then(function(e){i.em_numbers=e.data,i.datasend=[];for(var t=0;i.em_numbers.length>t;t++)i.em_numbers[t].emp_id_flag?(i.em_numbers[t].fcolor="black",i.modalbusy=!1):(i.em_numbers[t].fcolor="red",i.modalbusy=!1,i.errorlabel=!0)}),i.sheetName={sheet:"Sheet1"};$("#sheet_name").val("a")}else i.sheets="",swal({title:"Document Upload Failed,Does not match Column"}),i.busy=!1,i.modalbusy=!1}),t={method:"POST",url:d.apiUrl+"/api/file/uploadDocument?filename="+i.filename.name+_("date")(new Date,"dd-MM-yyyy")+"-"+_("date")(new Date,"HH-mm-ss")+"&location=Docs/Student",data:r,headers:{"Content-Type":void 0}},n(t).success(function(e){e={sims_admission_user_code:o.globals.currentUser.username,sims_admission_doc_path:e};n.post(d.apiUrl+"api/document/insertdoc",e).then(function(e){i.ins=e.data,e.data?swal({title:"Document Uploaded Successfully",imageUrl:"assets/img/check.png"}):swal({title:"Document Upload Failed, Check Connection",imageUrl:"assets/img/close.png"})})}),angular.forEach(angular.element("input[type='file']"),function(e){angular.element(e).val(null)}),i.CheckMultiple())},i.RemarkKeyUp=function(e,t,a){0<e.length?p("att_rem-"+t,!1):i.AttendanceStatusChanged(t,a)},i.AttendanceStatusChanged=function(e,t){var a="att_rem-"+e;t==_("filter")(i.attDetailsCopy,{att_emp_id:e},!0)[0].leave_code?p(a,!1):p(a,!0)},i.CheckAllChecked=function(){if(1==document.getElementById("mainchk").checked)for(var e=0;e<i.Pers326_Get_attednce_deatils.length;e++)i.Pers326_Get_attednce_deatils[e].datastatus=!0;else for(e=0;e<i.Pers326_Get_attednce_deatils.length;e++)i.Pers326_Get_attednce_deatils[e].datastatus=!1,i.row1=""},i.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),i.color="#edefef"});var e=document.getElementById("mainchk");1==e.checked&&(e.checked=!1,$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected")}))},i.uploadClick=function(){r=new FormData,i.busy=!1,i.modalbusy=!0},o.globals.studentsLoaded&&i.getstudentList(),i.insertData=function(){if(""!=i.datasend){for(var e=[],t=0;t<i.datasend.length;t++)e.push(i.datasend[t].att_date);for(var a="",t=0;t<e.length;t++)a<e[t]&&(a=e[t]);for(var o=e[0],t=1;t<e.length;t++){var s=e[t];s<o&&(o=s)}n.post(d.apiUrl+"api/EmpAttendanceDailyController/MarkEmpDailyAttendance",i.datasend).then(function(e){0<e.data?(i.edt1={sdate:o},i.edt2={edate:a},i.cancelData(),i.busy=!0,i.rgvtbl=!1,l=[],n.post(d.apiUrl+"api/EmpAttendanceDailyController/Pers326_Get_attednce_deatils?sdate="+i.edt1.sdate+"&edate="+i.edt2.edate+"&dept=&desg=").then(function(e){i.Pers326_Get_attednce_deatils1=e.data,document.getElementById("Checkbox8").checked;for(var t=0;t<i.Pers326_Get_attednce_deatils1.length;t++)l.push(i.Pers326_Get_attednce_deatils1[t]);i.Pers326_Get_attednce_deatils=l,i.busy=!1,i.rgvtbl=!0}),swal("Records Inserted Successfully"),i.datasend=[],i.CheckMultiple()):0==e.data?(i.datasend=[],swal("Records Not Inserted. ")):swal("Error-"+e.data)})}else swal("","Please Select Record to Insert")},i.cancelData=function(){$("#uploadModal").modal("hide"),i.busy=!1},i.cancel=function(){i.display=!0,i.sheets=""},i.showPreviewChanged=function(e){i.sheets[i.selectedSheetName]},i.textFocus1=function(e){i.item.att_shift1_in=e},i.textFocus2=function(e){i.item.att_shift1_out=e},i.textFocus3=function(e){i.item.att_shift2_in=e},i.textFocus4=function(e){i.item.att_shift2_out=e},i.$on("student_change",function(){i.getstudentList()}),i.datasend=[],i.Checkval=function(e,t){e.opr="Q",i.values=e,i.chekindex=t;var a=document.getElementById(t+e.emp_id),o=new Date(e.att_date),s=o.getMonth()+1,n=o.getDate();s<10&&(s="0"+s),n<10&&(n="0"+n),i.d=o.getFullYear()+"-"+s+"-"+n,1==a.checked?(o={no:e.emp_id,att_date:i.d,s1in:e.att_shift1_in,s1out:e.att_shift1_out,s2in:e.att_shift2_in,s2out:e.att_shift2_out,opr:"Q"},i.datasend.push(o)):(a.checked=!1,s=c.indexOf(t),i.datasend.splice(s,1)),0<i.datasend.length?i.filecount="You Selected "+i.datasend.length+" Records":i.filecount=""},i.CheckMultiple=function(){for(var e=document.getElementById("mainchk"),t=0;t<i.em_numbers.length;t++){var a,o=document.getElementById(t+i.em_numbers[t].emp_id);1==e.checked?1!=o.checked&&(o.checked=!0,a=i.em_numbers[t],i.Checkval(a,t)):(o.checked=!1,a=i.em_numbers[t],e.checked=!1,i.Checkval(a,t))}},i.downloadFormat=function(){i.url=d.docUrl+"format/attendance/attendance.xls",window.open(i.url,"_self","location=yes")},i.exportData=function(){swal({title:"",text:"Are you sure you want to Save?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){e&&alasql('SELECT * INTO XLS("Employee Attendance Daily.xls",{headers:true})  FROM HTML("#ExportTable",{headers:true,skipdisplaynone:true})')})}}]),e.directive("ngFiles",["$parse","$scope",function(s,e){return{link:function(t,e,a){var o=s(a.ngFiles);e.on("change",function(e){o(t,{$files:e.target.files})})}}}]),e.factory("XLSXReaderService",["$q","$rootScope",function(s,n){function e(e){angular.extend(this,e)}return e.readFile=function(e,t,a){var o=s.defer();return XLSXReader(e,t,a,function(e){n.$apply(function(){o.resolve(e)})}),o.promise},e}])}(),function(){"use strict";var e=angular.module("sims.module.HRMS");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("EmpAttendanceDailyVer2Cont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV","XLSXReaderService","$filter",function(i,e,o,t,a,n,d,s,_){i.rgvtbl=!1,i.edt={},i.edt1={},i.edt2={},i.isSubmitDisabled=!1;var c=[],l=[],r=(n.get(d.apiUrl+"api/EmpAttendanceDailyController/getPers326Dept").then(function(e){i.dep=e.data}),n.get(d.apiUrl+"api/EmpAttendanceDailyController/getPers326desg").then(function(e){i.deg=e.data}),n.get(d.apiUrl+"api/common/ShiftMaster/getShiftMaster").then(function(e){i.shift_data=e.data,i.showShift2Flag=!1;for(var t=1,a=0;a<i.shift_data.length;a++)""!=i.shift_data[a].sh_shift2_in&&null!=i.shift_data[a].sh_shift2_in||""!=i.shift_data[a].sh_shift2_out&&null!=i.shift_data[a].sh_shift2_out||(i.showShift2Flag=!1,t=0);t&&(i.showShift2Flag=!0)}),i.getAttandanceCode=function(e){for(var t=[],a=0;a<e.length;a++)t=0==a?e[a].leave_code:t+","+e[a].leave_code;""==t&&(t=e.leave_code),n.get(d.apiUrl+"api/EmpAttendanceDailyController/getAttendanceCode?str="+t).then(function(e){i.attendance_codes_obj=e.data})},i.btn_reset_Click=function(){i.Pers326_Get_attednce_deatils="",i.edt={},i.edt1={},i.edt2={},i.rgvtbl=!1},i.edt1.sdate=_("date")(new Date,"dd-MM-yyyy"),i.edt2.edate=_("date")(new Date,"dd-MM-yyyy"),i.btn_Submit=function(e,t,a,o){null!=a&&null!=o&&(setTimeout(function(){$(document).ready(function(){$("#from_date, #to_date").kendoDatePicker({format:"dd-MM-yyyy",value:""})})},700),null==e&&(e=i.edt.dep_code=""),null==t&&(t=i.edt.dg_code=""),i.rgvtbl=!1,i.busy=!0,l=[],n.post(d.apiUrl+"api/EmpAttendanceDailyController/Pers326_Get_attednce_deatils?sdate="+a+"&edate="+o+"&dept="+e+"&desg="+t).then(function(e){var t=[];if(i.Pers326_Get_attednce_deatils1=e.data,i.attDetailsCopy=angular.copy(e.data),1==document.getElementById("Checkbox8").checked)for(var a=0;a<i.Pers326_Get_attednce_deatils1.length;a++){try{for(var o=!1,s=0;s<t.length;s++)t[s].pays_attendance_code==i.Pers326_Get_attednce_deatils1[a].leave_code&&(o=!0);0==o&&(t={pays_attendance_code:i.Pers326_Get_attednce_deatils1[a].leave_code,pays_attendance_description:i.Pers326_Get_attednce_deatils1[a].leave_name})}catch(e){}l.push(i.Pers326_Get_attednce_deatils1[a])}else for(a=0;a<i.Pers326_Get_attednce_deatils1.length;a++){try{for(o=!1,s=0;s<t.length;s++)t[s].pays_attendance_code==i.Pers326_Get_attednce_deatils1[a].leave_code&&(o=!0);0==o&&t.push(i.Pers326_Get_attednce_deatils1[a])}catch(e){}l.push(i.Pers326_Get_attednce_deatils1[a])}i.getAttandanceCode(t),i.Pers326_Get_attednce_deatils=l,i.busy=!1,i.rgvtbl=!0}))},t(function(){$("#fixTable").tableHeadFixer({top:1})},100),i.btn_Employeeupdate_click1=function(){i.rgvtbl=!1,i.busy=!0;for(var e=[],t=0;t<i.Pers326_Get_attednce_deatils1.length;t++)1==i.Pers326_Get_attednce_deatils1[t].datastatus&&e.push(i.Pers326_Get_attednce_deatils1[t]);0<e.length?n.post(d.apiUrl+"api/EmpAttendanceDailyController/Pers326_update_att_data_ver2",e).then(function(e){i.result=e.data,i.busy=!1,1==i.result?(swal("","Record Sucessfully Updated."),i.btn_reset_Click()):0==i.result?(swal("","Record Is Not Updated."),i.rgvtbl=!0):swal("Error-"+i.result),setTimeout(function(){$(document).ready(function(){$("#from_date, #to_date").kendoDatePicker({format:"dd-MM-yyyy",value:""})})},700)}):(i.busy=!1,swal("","Please select employee id."))},i.btn_Employeeupdate_click=function(){if("abqis"==n.defaults.headers.common.schoolId||"asis"==n.defaults.headers.common.schoolId||"siso"==n.defaults.headers.common.schoolId){i.rgvtbl=!1,i.busy=!0,i.senddataobject=[],i.flag_chk_rec=!1,i.flag=!1;for(var e=0;e<i.Pers326_Get_attednce_deatils1.length;e++)1==i.Pers326_Get_attednce_deatils1[e].datastatus&&(i.senddataobject.push(i.Pers326_Get_attednce_deatils1[e]),i.flag_chk_rec=!0);for(e=0;e<i.senddataobject.length;e++)""==i.senddataobject[e].att_remarks&&"A"==i.senddataobject[e].leave_code&&(i.busy=!1,i.flag=!0);1==i.flag?(swal("","Please fill remark for absent employee"),i.busy=!1):0==i.flag_chk_rec?(i.busy=!1,swal({text:"Please Select employee ID",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380})):0<i.senddataobject.length&&n.post(d.apiUrl+"api/EmpAttendanceDailyController/Pers326_update_att_data_ver2",i.senddataobject).then(function(e){i.result=e.data,i.busy=!1,1==i.result?(swal("","Record Sucessfully Updated."),i.btn_reset_Click()):0==i.result?(swal("","Record Is Not Updated."),i.rgvtbl=!0):swal("Error-"+i.result),setTimeout(function(){$(document).ready(function(){$("#from_date, #to_date").kendoDatePicker({format:"dd-MM-yyyy",value:""})})},700)})}else{i.rgvtbl=!1,i.busy=!0,i.from_date=i.edt1.sdate,i.to_date=i.edt2.edate;for(var t=[],e=0;e<i.Pers326_Get_attednce_deatils1.length;e++)1==i.Pers326_Get_attednce_deatils1[e].datastatus&&t.push(i.Pers326_Get_attednce_deatils1[e]);0<t.length?n.post(d.apiUrl+"api/EmpAttendanceDailyController/Pers326_update_att_data_ver2",t).then(function(e){i.result=e.data,i.busy=!1,1==i.result?swal("","Record Sucessfully Updated."):0==i.result?(swal("","Record Is Not Updated."),i.rgvtbl=!0):swal("Error-"+i.result),setTimeout(function(){$(document).ready(function(){$("#from_date, #to_date").kendoDatePicker({format:"dd-MM-yyyy",value:""})})},700)}):(i.busy=!1,swal("","Please select employee id."))}},i.uploadClick1=function(){},i.display=!0,i.save=!0,i.item=[],new Date,i.ddMMyyyy=_("date")(new Date,"dd-MM-yyyy")+"-"+_("date")(new Date,"HH-mm-ss"),i.showPreview=!1,i.showJSONPreview=!0,i.json_string="",new FormData);function m(e){var a;1==e?i.isSubmitDisabled=!0:(a=[],angular.forEach(document.querySelectorAll(".error-text"),function(e,t){a.push(e)}),0==a.length&&(i.isSubmitDisabled=!1))}function p(e,t){var a=$("#"+e);t?(document.getElementById(e).setAttribute("style","border-color: red !important"),a.addClass("error-text"),a.closest("tr").addClass("row_selected"),m(!0)):a.hasClass("error-text")&&(a.removeClass("error-text"),a.closest("tr").removeClass("row_selected"),document.getElementById(e).removeAttribute("style"),m(!1))}i.getTheFiles=function(e){$("#uploadModal").modal({backdrop:"static",keyboard:!1}),i.flag=0,angular.forEach(e,function(e,t){r.append(t,e)})},i.errorlabel=!1,i.file_changed=function(e){i.modalbusy=!0,i.busy=!0,i.rgvtbl=!0;var t,a=e.files[0];6e5<e.files[0].size?swal("Alert","Exceed size limit"):(i.filename=e.files[0],i.photo_filename=a.type,(t=new FileReader).onload=function(e){i.$apply(function(){i.prev_img=e.target.result})},t.readAsDataURL(a),i.sheets=[],i.excelFile=e.files[0],s.readFile(i.excelFile,i.showPreview,i.showJSONPreview).then(function(e){var t=document.getElementById("mainchk");if(1==t.checked&&(t.checked=!1,i.filecount=""),i.errorlabel=!1,i.display=!1,i.save=!1,i.em_numbers=[],Object.keys(e.sheets.Sheet1[0]).length<=6){i.sheets=e.sheets,i.sheetsData=[];for(var a=0;e.sheets.Sheet1.length>a;a++)i.subData={},i.subData.att_emp_id=e.sheets.Sheet1[a].Emp_No,i.subData.att_date=e.sheets.Sheet1[a].Date,i.subData.att_shift1_in=e.sheets.Sheet1[a].Shift1_In,i.subData.att_shift1_out=e.sheets.Sheet1[a].Shift1_Out,i.subData.att_shift2_in=e.sheets.Sheet1[a].Shift2_In,i.subData.att_shift2_out=e.sheets.Sheet1[a].Shift2_Out,i.sheetsData.push(i.subData);n.post(d.apiUrl+"api/EmpAttendanceDailyController/PersEmnumber",i.sheetsData).then(function(e){i.em_numbers=e.data,i.datasend=[];for(var t=0;i.em_numbers.length>t;t++)i.em_numbers[t].emp_id_flag?(i.em_numbers[t].fcolor="black",i.modalbusy=!1):(i.em_numbers[t].fcolor="red",i.modalbusy=!1,i.errorlabel=!0)}),i.sheetName={sheet:"Sheet1"};$("#sheet_name").val("a")}else i.sheets="",swal({title:"Document Upload Failed,Does not match Column"}),i.busy=!1,i.modalbusy=!1}),t={method:"POST",url:d.apiUrl+"/api/file/uploadDocument?filename="+i.filename.name+_("date")(new Date,"dd-MM-yyyy")+"-"+_("date")(new Date,"HH-mm-ss")+"&location=Docs/Student",data:r,headers:{"Content-Type":void 0}},n(t).success(function(e){e={sims_admission_user_code:o.globals.currentUser.username,sims_admission_doc_path:e};n.post(d.apiUrl+"api/document/insertdoc",e).then(function(e){i.ins=e.data,e.data?swal({title:"Document Uploaded Successfully",imageUrl:"assets/img/check.png"}):swal({title:"Document Upload Failed, Check Connection",imageUrl:"assets/img/close.png"})})}),angular.forEach(angular.element("input[type='file']"),function(e){angular.element(e).val(null)}),i.CheckMultiple())},i.RemarkKeyUp=function(e,t,a){0<e.length?p("att_rem-"+t,!1):i.AttendanceStatusChanged(t,a)},i.AttendanceStatusChanged=function(e,t){var a="att_rem-"+e;t==_("filter")(i.attDetailsCopy,{att_emp_id:e},!0)[0].leave_code?p(a,!1):p(a,!0)},i.CheckAllChecked=function(){if(1==document.getElementById("mainchk").checked)for(var e=0;e<i.Pers326_Get_attednce_deatils.length;e++)i.Pers326_Get_attednce_deatils[e].datastatus=!0;else for(e=0;e<i.Pers326_Get_attednce_deatils.length;e++)i.Pers326_Get_attednce_deatils[e].datastatus=!1,i.row1=""},i.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),i.color="#edefef"});var e=document.getElementById("mainchk");1==e.checked&&(e.checked=!1,$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected")}))},i.uploadClick=function(){r=new FormData,i.busy=!1,i.modalbusy=!0},o.globals.studentsLoaded&&i.getstudentList(),i.insertData=function(){if(""!=i.datasend){for(var e=[],t=0;t<i.datasend.length;t++)e.push(i.datasend[t].att_date);for(var a="",t=0;t<e.length;t++)a<e[t]&&(a=e[t]);for(var o=e[0],t=1;t<e.length;t++){var s=e[t];s<o&&(o=s)}n.post(d.apiUrl+"api/EmpAttendanceDailyController/MarkEmpDailyAttendance",i.datasend).then(function(e){0<e.data?(i.edt1={sdate:o},i.edt2={edate:a},i.cancelData(),i.busy=!0,i.rgvtbl=!1,l=[],n.post(d.apiUrl+"api/EmpAttendanceDailyController/Pers326_Get_attednce_deatils?sdate="+i.edt1.sdate+"&edate="+i.edt2.edate+"&dept=&desg=").then(function(e){i.Pers326_Get_attednce_deatils1=e.data,document.getElementById("Checkbox8").checked;for(var t=0;t<i.Pers326_Get_attednce_deatils1.length;t++)l.push(i.Pers326_Get_attednce_deatils1[t]);i.Pers326_Get_attednce_deatils=l,i.busy=!1,i.rgvtbl=!0}),swal("Records Inserted Successfully"),i.datasend=[],i.CheckMultiple()):0==e.data?(i.datasend=[],swal("Records Not Inserted. ")):swal("Error-"+e.data)})}else swal("","Please Select Record to Insert")},i.cancelData=function(){$("#uploadModal").modal("hide"),i.busy=!1},i.cancel=function(){i.display=!0,i.sheets=""},i.showPreviewChanged=function(e){i.sheets[i.selectedSheetName]},i.textFocus1=function(e){i.item.att_shift1_in=e},i.textFocus2=function(e){i.item.att_shift1_out=e},i.textFocus3=function(e){i.item.att_shift2_in=e},i.textFocus4=function(e){i.item.att_shift2_out=e},i.$on("student_change",function(){i.getstudentList()}),i.datasend=[],i.Checkval=function(e,t){e.opr="Q",i.values=e,i.chekindex=t;var a=document.getElementById(t+e.emp_id),o=new Date(e.att_date),s=o.getMonth()+1,n=o.getDate();s<10&&(s="0"+s),n<10&&(n="0"+n),i.d=o.getFullYear()+"-"+s+"-"+n,1==a.checked?(o={no:e.emp_id,att_date:i.d,s1in:e.att_shift1_in,s1out:e.att_shift1_out,s2in:e.att_shift2_in,s2out:e.att_shift2_out,opr:"Q"},i.datasend.push(o)):(a.checked=!1,s=c.indexOf(t),i.datasend.splice(s,1)),0<i.datasend.length?i.filecount="You Selected "+i.datasend.length+" Records":i.filecount=""},i.CheckMultiple=function(){for(var e=document.getElementById("mainchk"),t=0;t<i.em_numbers.length;t++){var a,o=document.getElementById(t+i.em_numbers[t].emp_id);1==e.checked?1!=o.checked&&(o.checked=!0,a=i.em_numbers[t],i.Checkval(a,t)):(o.checked=!1,a=i.em_numbers[t],e.checked=!1,i.Checkval(a,t))}},i.downloadFormat=function(){i.url=d.docUrl+"format/attendance/attendance.xls",window.open(i.url,"_self","location=yes")},i.exportData=function(){swal({title:"",text:"Are you sure you want to Save?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){e&&alasql('SELECT * INTO XLS("Employee Attendance Daily.xls",{headers:true})  FROM HTML("#ExportTable",{headers:true,skipdisplaynone:true})')})}}]),e.directive("ngFiles",["$parse","$scope",function(s,e){return{link:function(t,e,a){var o=s(a.ngFiles);e.on("change",function(e){o(t,{$files:e.target.files})})}}}]),e.factory("XLSXReaderService",["$q","$rootScope",function(s,n){function e(e){angular.extend(this,e)}return e.readFile=function(e,t,a){var o=s.defer();return XLSXReader(e,t,a,function(e){n.$apply(function(){o.resolve(e)})}),o.promise},e}])}(),function(){"use strict";var h,e=angular.module("sims.module.HRMS");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("AttendanceMachineCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(i,e,t,a,o,s,n){i.itemsPerPage="50";for(var d=new Date,d=(d.getMonth(),("0"+d.getDate()).slice(-2)+"-"+("0"+(d.getMonth()+1)).slice(-2)+"-"+d.getFullYear()),c=(i.edt={sdate:d,edate:d},i.rgvtbl=!1,i.buzy=!1,i.showdate=function(e,t){i.edt[t]=e},""),l="",r=document.getElementsByName("first"),m=0;m<r.length;m++)1==r[m].checked&&(c=r[m].value);for(var p=document.getElementsByName("last"),m=0;m<p.length;m++)1==p[m].checked&&(l=p[m].value);i.SelectRadio=function(e){1==(h=document.getElementById("showChk")).checked&&(h.checked=!1),c=e},i.SelectRadio1=function(e){1==(h=document.getElementById("showChk")).checked&&(h.checked=!1),l=e},i.exportData=function(){swal({title:"Alert",text:"Do you want to Export in MS-Excel?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){e&&(e=new Blob([document.getElementById("example_wrapper").innerHTML],{type:"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;charset=utf-8"}),saveAs(e,"Attendance_Machine_Data.xls"))})},i.CheckAllChecked=function(){var e=document.getElementById("mainchk");if(1==e.checked)for(var t=0;t<i.filteredTodos.length;t++)document.getElementById(i.filteredTodos[t].att_emp_id+t).checked=!0,$("tr").addClass("row_selected");else for(t=0;t<i.filteredTodos.length;t++)document.getElementById(i.filteredTodos[t].att_emp_id+t).checked=!1,e.checked=!1,i.row1="",$("tr").removeClass("row_selected")},i.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),i.color="#edefef"});var e=document.getElementById("mainchk");1==e.checked&&(e.checked=!1,i.color="#edefef",i.row1="")},i.movebtn=!0,$(function(){$("#cmb_dept").multipleSelect({width:"100%",placeholder:"Select Department"}),$("#cmb_designation").multipleSelect({width:"100%",placeholder:"Select Designation"})}),i.designationFun=function(){s.get(n.apiUrl+"api/common/getAllDesignationName").then(function(e){i.designation=e.data,setTimeout(function(){$("#cmb_designation").click(function(){}).multipleSelect({width:"100%"})},1e3)})},i.designationFun(),i.departmentFun=function(){s.get(n.apiUrl+"api/common/getDepartmentName").then(function(e){i.department=e.data,setTimeout(function(){$("#cmb_dept").change(function(){}).multipleSelect({width:"100%"})},1e3)})},i.departmentFun();var u="",g="";i.show=function(e){if(null!=e){if(""!=e.sdate&&""!=e.edate){1==(h=document.getElementById("showChk")).checked?(e.first="",e.last=""):(e.first=c,e.last=l),u="";for(var t=0;t<i.edt.em_dept_code.length;t++)u=u+i.edt.em_dept_code[t]+",";g="";for(t=0;t<i.edt.designation.length;t++)g=g+i.edt.designation[t]+",";console.log("dept_code",u),console.log("desg_code",g),i.rgvtbl=!1,i.busy=!0,s.get(n.apiUrl+"api/attendanceMachine/getAttendaceMachineDetails?sdate="+e.sdate+"&edate="+e.edate+"&punchin="+e.first+"&punchout="+e.last+"&dept_code="+u+"&desg_code="+g).then(function(e){i.obj=e.data,i.div_hide=!1,i.display=!1,i.grid=!0,i.save1=!1,i.value=!1,i.movebtn=!1,i.totalItems=i.obj.length,i.todos=i.obj,i.makeTodos(),i.rgvtbl=!0,i.busy=!1,0==i.obj.length&&swal({title:"Alert",text:"Data not found",showCloseButton:!0,width:380})})}}else swal("","Select Date to Display Record")},i.display_allRecords=function(e,t,a,o){i.busy=!1,null!=e&&null!=t&&(i.busy=!0,s.get(n.apiUrl+"api/attendanceMachine/getAttendaceMachineDetails?sdate="+e+"&edate="+t+"&punchin="+a+"&punchout="+o+"&dept_code="+u+"&desg_code="+g).then(function(e){i.obj=e.data,i.div_hide=!1,i.display=!1,i.grid=!0,i.save1=!1,i.value=!1,i.movebtn=!1,i.totalItems=i.obj.length,i.todos=i.obj,i.makeTodos(),i.rgvtbl=!0,i.busy=!1}))},i.save=function(){i.att_push_flag_status=!0,i.row1="";for(var e,t=[],a=0;a<i.filteredTodos.length;a++)1==document.getElementById(i.filteredTodos[a].att_emp_id+a).checked&&(e={opr:"I",att_emp_id:i.filteredTodos[a].att_emp_id,att_date:i.filteredTodos[a].att_date,att_shift1_in:i.filteredTodos[a].att_shift1_in,att_shift1_out:i.filteredTodos[a].att_shift1_out,att_sdate:i.edt.sdate,att_edate:i.edt.edate},t.push(e),i.att_push_flag_status=!1);console.log("datasend",t),0<t.length?(i.rgvtbl=!1,i.busy=!0,s.post(n.apiUrl+"api/attendanceMachine/CUDAttendaceMachine",t).then(function(e){1==e.data?(swal("","Record Inserted Successfully"),i.display_allRecords(i.edt.sdate,i.edt.edate,i.edt.first,i.edt.last,u,g),i.currentPage=0):0==e.data?swal("","Record Not Inserted. "):swal("Error-"+e.data),i.rgvtbl=!0,i.busy=!1})):i.att_push_flag_status?swal("","Records already move to attendance."):swal("",'Cannot proceed to confirmation page due to error "Please select at least one item"'),setTimeout(function(){$("#cmb_dept").change(function(){}).multipleSelect({width:"100%"})},500),setTimeout(function(){$("#cmb_designation").click(function(){}).multipleSelect({width:"100%"})},500)},i.Reset=function(){i.movebtn=!0,i.currentPage=0,i.notshow=!1,i.edt="";for(var e=document.getElementsByName("first"),t=0;t<e.length;t++)1==e[t].checked&&(e[t].checked=!1);for(var a=document.getElementsByName("last"),t=0;t<a.length;t++)1==a[t].checked&&(a[t].checked=!1);i.filteredTodos="";for(var o=new Date,s=o.getMonth()+1,n=o.getDate(),n=(n=n<10?"0"+n:n)+"-"+(s=s<10?"0"+s:s)+"-"+o.getFullYear(),e=(i.edt={sdate:n,edate:n},i.rgvtbl=!1,i.buzy=!1,i.showdate=function(e,t){i.edt[t]=e},document.getElementsByName("first")),t=0;t<e.length;t++)1==e[t].checked&&e[t].value;for(a=document.getElementsByName("last"),t=0;t<a.length;t++)1==a[t].checked&&a[t].value;g=u="",setTimeout(function(){$("#cmb_dept").change(function(){}).multipleSelect({width:"100%"})},500),setTimeout(function(){$("#cmb_designation").click(function(){}).multipleSelect({width:"100%"})},500)},i.showAll=function(e){if(1==(h=document.getElementById("showChk")).checked){for(var t=document.getElementsByName("first"),a=0;a<t.length;a++)1==t[a].checked&&(t[a].checked=!1,e.first="");for(var o=document.getElementsByName("last"),a=0;a<o.length;a++)1==o[a].checked&&(o[a].checked=!1,e.last="")}else{for(t=document.getElementsByName("first"),a=0;a<t.length;a++)0==t[0].checked&&(t[0].checked=!0,e.first=c);for(o=document.getElementsByName("last"),a=0;a<o.length;a++)0==o[1].checked&&(o[1].checked=!0,e.last=l)}},i.filteredTodos=[],i.currentPage=1,i.numPerPage=50,i.maxSize=5,i.makeTodos=function(){var e=parseInt(i.totalItems%i.numPerPage),e=(i.pagersize="0"==e?parseInt(i.totalItems/i.numPerPage):parseInt(i.totalItems/i.numPerPage)+1,(i.currentPage-1)*i.numPerPage),t=parseInt(e)+parseInt(i.numPerPage);i.filteredTodos=i.todos.slice(e,t)},i.size=function(e){"All"==e?(i.currentPage="1",i.filteredTodos=i.obj,i.pager=!1):(i.pager=!0,i.pagesize=e,i.currentPage=1,i.numPerPage=e,i.makeTodos())},i.index=function(e){i.pageindex=e,i.currentPage=e,i.makeTodos()},i.range=function(){for(var e=[],t=i.currentPage,a=t=t>i.pageCount()-5?i.pageCount()-5+1:t;a<t+5;a++)0<=a&&e.push(a);return e},i.insertonebyone=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),i.color="#edefef"}),1==(h=document.getElementById("mainchk")).checked&&(h.checked=!1,i.color="#edefef",i.row1="")},$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0}),$(document).on("touch click",'*[data-datepicker="true"] .add-on',function(e){$('input[type="text"]',$(this).parent()).focus()});i.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).att_emp_id.toLowerCase().indexOf(t.toLowerCase())||-1<e.empname.toLowerCase().indexOf(t.toLowerCase())||-1<e.em_login_code.toLowerCase().indexOf(t.toLowerCase())||-1<e.att_shift1_in.toLowerCase().indexOf(t.toLowerCase());var t})},i.search=function(){i.todos=i.searched(i.obj,i.searchText),i.totalItems=i.todos.length,i.currentPage="1",""==i.searchText&&(i.todos=i.obj),i.makeTodos()}}])}(),function(){"use strict";var e=angular.module("sims.module.HRMS");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("CompanyMasterCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(o,e,t,a,s,n,i){o.grid=!0,o.btn_save=!0;var d,c="",l=(n.get(i.apiUrl+"api/companyhrms/GetCurrency_Name").then(function(e){o.GetCurrency_Name=e.data}),n.get(i.apiUrl+"api/companyhrms/GetAllFormula_Description").then(function(e){o.All_Formula_Description=e.data}),n.get(i.apiUrl+"api/companyhrms/GetAll_Week_Day").then(function(e){o.All_Week_Day=e.data}),n.get(i.apiUrl+"api/companyhrms/GetAllsettlement_code").then(function(e){o.Allsettlement_code=e.data}),n.get(i.apiUrl+"api/companyhrms/GetAllCompany_Name").then(function(e){o.AllCompany_Name=e.data}),n.get(i.apiUrl+"api/companyhrms/GetAll_Company").then(function(e){o.All_Company=e.data,o.totalItems=o.All_Company.length,o.todos=o.All_Company,o.makeTodos()}),o.GetallCompanyInfo=function(e){for(var t=0;t<o.AllCompany_Name.length;t++)o.AllCompany_Name[t].company_code==e&&(o.edt={company_desc:o.AllCompany_Name[t].ca_company_code_name,company_code:o.AllCompany_Name[t].company_code,excg_curcy_code:o.AllCompany_Name[t].excg_curcy_code,company_short_name:o.AllCompany_Name[t].company_short_name});n.get(i.apiUrl+"api/companyhrms/GetCurrency_Name?code="+o.edt.excg_curcy_code).then(function(e){o.Currency_Name=e.data})},o.filteredTodos=[],o.currentPage=1,o.numPerPage=5,o.maxSize=5,o.makeTodos=function(){var e=parseInt(o.totalItems%o.numPerPage),e=(o.pagersize="0"==e?parseInt(o.totalItems/o.numPerPage):parseInt(o.totalItems/o.numPerPage)+1,(o.currentPage-1)*o.numPerPage),t=parseInt(e)+parseInt(o.numPerPage);o.filteredTodos=o.todos.slice(e,t)},o.size=function(e){o.pagesize=e,o.currentPage=1,o.numPerPage=e,o.makeTodos()},o.index=function(e){o.pageindex=e,o.currentPage=e,o.makeTodos()},o.Reset=function(){o.display=!0,o.grid=!1,o.save1=!0,o.update1=!1,o.delete1=!1,o.edt=""},o.btn_cancel_Click=function(){o.grid=!0,o.display=!1},a(function(){$("#fixTable").tableHeadFixer({top:1})},100),[]),r=(o.btn_Save_Click=function(e){var t=!1;o.save=!0;for(var a=0;a<o.filteredTodos.length;a++)o.edt.company_code==o.filteredTodos[a].company_code&&(t=!0);e&&(1!=t?(o.edt.opr="I",l.push(o.edt),n.post(i.apiUrl+"api/companyhrms/Insert_Company",l).then(function(e){o.grid=!0,o.msg1=e.data,l=[],o.msg1?(n.get(i.apiUrl+"api/companyhrms/GetAll_Company").then(function(e){o.All_Company=e.data,o.totalItems=o.All_Company.length,o.todos=o.All_Company,o.makeTodos()}),swal("","Company Created Successfully")):swal("","Error In Company Created. "+o.msg1)})):(o.grid=!0,swal("","Company Already Exist")))},[]);o.btn_Delete_Click=function(){o.save=!0,o.edt="";for(var e=0;e<o.filteredTodos.length;e++)1==document.getElementById(o.filteredTodos[e].company_code).checked&&(o.filteredTodos[e].opr="D",r.push(o.filteredTodos[e]));n.post(i.apiUrl+"api/companyhrms/Insert_Company",r).then(function(e){o.grid=!0,o.msg1=e.data,r=[],o.msg1?(n.get(i.apiUrl+"api/companyhrms/GetAll_Company").then(function(e){o.All_Company=e.data,o.totalItems=o.All_Company.length,o.todos=o.All_Company,o.makeTodos()}),swal("","Company Deleted Successfully")):swal("","Error In Deleted Record. "+o.msg1)})},o.table_row_Click=function(e){o.btn_save=!1,o.grid=!1,o.edt=e,n.get(i.apiUrl+"api/companyhrms/GetCurrency_Name?code="+o.edt.excg_curcy_code).then(function(e){o.Currency_Name=e.data})},o.btn_Update_Click=function(){o.edt.opr="U",l.push(o.edt),n.post(i.apiUrl+"api/companyhrms/Insert_Company",l).then(function(e){o.grid=!0,o.msg1=e.data,l=[],o.msg1?(n.get(i.apiUrl+"api/companyhrms/GetAll_Company").then(function(e){o.All_Company=e.data,o.totalItems=o.All_Company.length,o.todos=o.All_Company,o.makeTodos()}),swal("","Company Updated Successfully")):swal("","Error In Updated Record. "+o.msg1)})},o.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).codp_dept_name.toLowerCase().indexOf(t.toLowerCase())||-1<e.glma_acct_name.toLowerCase().indexOf(t.toLowerCase());var t})},o.search=function(){o.todos=o.searched(o.obj,o.searchText),o.totalItems=o.todos.length,o.currentPage="1",""==o.searchText&&(o.todos=o.obj),o.makeTodos()},o.btn_New_Click=function(){o.grid=!1,o.btn_save=!0,o.edt=""},$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0}),$(document).on("touch click",'*[data-datepicker="true"] .add-on',function(e){$('input[type="text"]',$(this).parent()).focus()}),o.CheckMultiple=function(){c=document.getElementById("mainchk");for(var e=0;e<o.filteredTodos.length;e++){var t=document.getElementById(o.filteredTodos[e].company_code);1==c.checked?t.checked=!0:(c.checked=!1,t.checked=!1)}},o.OneByOneCheck=function(){1==(c=document.getElementById("mainchk")).checked&&(c.checked=!1)},o.expand=function(e,t){$(d).remove(),d=$("<tr><td class='details' colspan='12'><table1 class='inner-table1' cellpadding='5' cellspacing='0'><tbody><tr style='text-align:center'><td class='semi-bold' colspan='2'>Currency Tag M</td> <td class='semi-bold'>Cut Off Day </td><td class='semi-bold'>Holiday OverTime Formula</td><td class='semi-bold'>Holiday OverTime Rate</td> <td class='semi-bold'>Normal Hours </td><td class='semi-bold'>Normal Other Hrs</td><td class='semi-bold' colspan='3'>Normal OverTime rate </td></tr><tr style='text-align:center'><td colspan='2'>"+e.comp_currency_tag_M+"</td> <td>"+e.comp_cut_off_day+" </td><td>"+e.comp_hot_formula_desc+"</td><td>"+e.comp_hot_rate+"</td> <td>"+e.comp_normal_hrs+" </td><td>"+e.comp_normal_ot_hrs+"</td><td colspan='3'>"+e.comp_not_rate+" </td></tr><tr style='text-align:center'><td class='semi-bold' colspan='2'>Short Formula</td> <td class='semi-bold'>Short Rate </td><td class='semi-bold'>Special OverTime Formula</td><td class='semi-bold'>Special OverTime Rate</td> <td class='semi-bold'>Company Special Hrs </td><td class='semi-bold'>Company Travel Rate</td><td class='semi-bold' colspan='3'>Normal OverTime Formula</td> </tr><tr style='text-align:center'><td colspan='2'>"+e.comp_shot_formula_desc+"</td> <td>"+e.comp_shot_rate+" </td><td>"+e.comp_sot_formula_desc+"</td><td>"+e.comp_sot_rate+"</td> <td>"+e.comp_special_hrs+" </td><td>"+e.comp_travel_rate+"</td><td colspan='3'>"+e.comp_not_formula_desc+"</td> </tr> </table1></td></tr>"),$(t.currentTarget).parents("tr").after(d)}}])}(),function(){"use strict";var s,c=[],l=[],e=angular.module("sims.module.HRMS");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("GratuityCriteriaCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(n,e,t,a,o,i,d){n.display=!1,n.pagesize="10",n.pageindex="0",n.pager=!0,n.grid=!0,n.edit_data=!1,n.GratCri_data=[],n.edit_code=!1,n.propertyName=null,n.reverse=!1,i.get(d.apiUrl+"api/OverTimeRate/getformuladesc").then(function(e){n.formuladesc=e.data}),i.get(d.apiUrl+"api/PDCSubmission/GetComp_Name").then(function(e){n.cmbCompany=e.data,1==e.data.length?(n.companyName=e.data[0].comp_name,n.finnComp=e.data[0].comp_code,i.get(d.apiUrl+"api/PDCSubmission/GetFinancial_year?comp_code="+n.finnComp).then(function(e){0<e.data.length&&(e={year:e.data[0].financial_year,company:n.finnComp,companyame:n.companyName},window.localStorage.Finn_comp=JSON.stringify(e),n.finnDetail=JSON.parse(window.localStorage.Finn_comp),i.get(d.apiUrl+"api/GratuityCriteria/GetAll_Account_Names?comp_cd="+n.finnDetail.company).then(function(e){n.accNo_data=e.data}))})):e.data.length}),n.sortBy=function(e){n.reverse=n.propertyName===e&&!n.reverse,n.propertyName=e},n.countData=[{val:10,data:10},{val:20,data:20},{val:"All",data:"All"}],n.filteredTodos=[],n.currentPage=1,n.numPerPage=10,n.maxSize=10,i.get(d.apiUrl+"api/GratuityCriteria/Get_paysGratuityCriteria").then(function(e){n.display=!1,n.grid=!0,n.GratCri_data=e.data,0<n.GratCri_data.length?(n.pager=!0,3<n.countData.length&&n.countData.splice(3,1),n.countData.push({val:n.GratCri_data.length,data:"All"}),n.totalItems=n.GratCri_data.length,n.todos=n.GratCri_data,n.makeTodos(),n.grid=!0):n.filteredTodos=[]}),n.getgrid=function(){n.currentPage=1,i.get(d.apiUrl+"api/GratuityCriteria/Get_paysGratuityCriteria").then(function(e){n.display=!1,n.grid=!0,n.GratCri_data=e.data,0<n.GratCri_data.length?(n.pager=!0,3<n.countData.length&&n.countData.splice(3,1),n.countData.push({val:n.GratCri_data.length,data:"All"}),n.totalItems=n.GratCri_data.length,n.todos=n.GratCri_data,n.makeTodos(),n.grid=!0):(swal({title:"Alert",text:"Record Not Found",width:300,height:200}),n.filteredTodos=[])}),1==(s=document.getElementById("mainchk")).checked&&(s.checked=!1,n.row1=""),n.row1="",n.myForm.$setPristine(),n.myForm.$setUntouched()},n.checkLimit=function(){},n.size=function(e){"All"==e?(n.currentPage="1",n.filteredTodos=n.GratCri_data,n.pager=!1):(n.pager=!0,n.pagesize=e,n.currentPage=1,n.numPerPage=e,n.makeTodos())},a(function(){$("#fixtable").tableHeadFixer({top:1})},100),setTimeout(function(){$("#cmb_acc_code,#cmb_bank_code,#cmb_cash_code,#cmb_airfare_code,#cmb_prov_acc_code").select2()},100),i.get(d.apiUrl+"api/GratuityCriteria/Get_All_pays_grade").then(function(e){n.paysGrade_data=e.data}),n.makeTodos=function(){var e=parseInt(n.totalItems%n.numPerPage),e=(n.pagersize="0"==e?parseInt(n.totalItems/n.numPerPage):parseInt(n.totalItems/n.numPerPage)+1,(n.currentPage-1)*n.numPerPage),t=parseInt(e)+parseInt(n.numPerPage);"All"===n.pagesize?(n.pager=!1,n.filteredTodos=n.todos):n.filteredTodos=n.todos.slice(e,t)},n.New=function(){n.min_day_text=!0,n.min_day_yrs=!1,n.min_day_month=!1,n.min_day_day=!1,n.display=!0,n.grid=!1,n.save1=!0,n.update1=!1,n.delete1=!1,n.editmode=!1,n.newmode=!0,n.edt=[],n.edt={grt_status:!0,grt_criteria_code:"",grt_criteria_name:"",grt_year:"",grt_month:"",grt_days:"",grt_prov_acct_code:"",grt_working_days:"",grt_criteria_min_days:"",grt_criteria_max_days:""},$("#cmb_acc_code").select2("val",""),$("#cmb_bank_code").select2("val",""),$("#cmb_cash_code").select2("val",""),$("#cmb_airfare_code").select2("val",""),$("#cmb_prov_acc_code").select2("val","")},n.edit=function(e){n.min_day_text=!1,n.min_day_yrs=!0,n.min_day_month=!0,n.min_day_day=!0,n.display=!0,n.grid=!1,n.save1=!1,n.update1=!0,n.delete1=!1,n.editmode=!0,n.newmode=!1,n.edt={grt_criteria_code:e.grt_criteria_code,grt_criteria_name:e.grt_criteria_name,grt_criteria_min_days:e.grt_criteria_min_days,grt_year:e.year,grt_month:e.month,grt_days:e.days,grt_pay_grade:e.grt_pay_grade,grt_acct_code:e.grt_acct_code,grt_acct_name:e.grt_acct_name,grt_bank_acct_code:e.grt_bank_acct_code,grt_bank_acct_name:e.grt_bank_acct_name,grt_cash_acct_code:e.grt_cash_acct_code,grt_cash_acct_name:e.grt_cash_acct_name,grt_airfare_acct_code:e.grt_airfare_acct_code,grt_airfare_acct_name:e.grt_airfare_acct_name,grt_prov_acct_code:e.grt_prov_acct_code,grt_prov_acct_name:e.grt_prov_acct_name,grt_status:e.grt_status,grt_formula_code:e.grt_formula_code,grt_working_days:e.grt_working_days,grt_min_days:e.grt_criteria_min_days,grt_max_days:e.grt_criteria_max_days},"0"==e.grt_criteria_max_days&&(n.edt.grt_max_days=""),$("#cmb_acc_code").select2("val",e.grt_acct_code),$("#cmb_prov_acc_code").select2("val",e.grt_prov_acct_code),$("#cmb_bank_code").select2("val",e.grt_bank_acct_code),$("#cmb_cash_code").select2("val",e.grt_cash_acct_code),$("#cmb_airfare_code").select2("val",e.grt_airfare_acct_code)},n.checkExists=function(){for(var e=0;e<n.GratCri_data.length;e++)n.GratCri_data[e].grt_criteria_code==n.edt.grt_criteria_code&&(swal({title:"Alert",text:"Criteria Code already exists",width:300,height:200}),n.edt.grt_criteria_code="")},n.Save=function(e){var t,a,o,s;e&&(e=[],s=[],t=null!=n.edt.grt_year?365*n.edt.grt_year:0,a=null!=n.edt.grt_month?30*n.edt.grt_month:0,o=null!=n.edt.grt_days?0<n.edt.grt_days?+n.edt.grt_days:0*n.edt.grt_days:0,n.min_days=t+a+o,null==n.edt.grt_max_days||null!=n.edt.grt_min_days&&null==n.edt.grt_min_days?(s={grt_criteria_code:n.edt.grt_criteria_code,grt_criteria_name:n.edt.grt_criteria_name,grt_criteria_min_days:n.edt.grt_min_days,grt_pay_grade:n.edt.grt_pay_grade,grt_acct_code:n.edt.grt_acct_code,grt_bank_acct_code:n.edt.grt_bank_acct_code,grt_cash_acct_code:n.edt.grt_cash_acct_code,grt_airfare_acct_code:n.edt.grt_airfare_acct_code,grt_prov_acct_code:n.edt.grt_prov_acct_code,grt_status:n.edt.grt_status,grt_formula_code:n.edt.grt_formula_code,grt_working_days:n.edt.grt_working_days,grt_criteria_max_days:n.edt.grt_max_days,opr:"I"},e.push(s),i.post(d.apiUrl+"api/GratuityCriteria/CUDInsertpaysGratuityCriteria",e).then(function(e){n.msg1=e.data,1==n.msg1?swal({text:"Record Inserted Successfully",imageUrl:"assets/img/check.png",width:300,height:200}):0==n.msg1?swal({text:"Record Not Inserted. ",imageUrl:"assets/img/close.png",width:300,height:200}):swal("Error-"+n.msg1),n.getgrid()})):n.edt.grt_max_days>=n.edt.grt_min_days||null==n.edt.grt_min_days?(s={grt_criteria_code:n.edt.grt_criteria_code,grt_criteria_name:n.edt.grt_criteria_name,grt_criteria_min_days:n.edt.grt_min_days,grt_pay_grade:n.edt.grt_pay_grade,grt_acct_code:n.edt.grt_acct_code,grt_bank_acct_code:n.edt.grt_bank_acct_code,grt_cash_acct_code:n.edt.grt_cash_acct_code,grt_airfare_acct_code:n.edt.grt_airfare_acct_code,grt_prov_acct_code:n.edt.grt_prov_acct_code,grt_status:n.edt.grt_status,grt_formula_code:n.edt.grt_formula_code,grt_working_days:n.edt.grt_working_days,grt_criteria_max_days:n.edt.grt_max_days,opr:"I"},e.push(s),i.post(d.apiUrl+"api/GratuityCriteria/CUDInsertpaysGratuityCriteria",e).then(function(e){n.msg1=e.data,1==n.msg1?swal({text:"Record Inserted Successfully",imageUrl:"assets/img/check.png",width:300,height:200}):0==n.msg1?swal({text:"Record Not Inserted. ",imageUrl:"assets/img/close.png",width:300,height:200}):swal("Error-"+n.msg1),n.getgrid()})):swal({text:"Max Criteria Days should be greater than Min Criteria Days",imageUrl:"assets/img/close.png",width:300,height:200}))},n.Update=function(e){var t,a,o,s;e&&(e=[],s=[],t=null!=n.edt.grt_year?365*n.edt.grt_year:0,a=null!=n.edt.grt_month?30*n.edt.grt_month:0,o=null!=n.edt.grt_days?0<n.edt.grt_days?+n.edt.grt_days:0*n.edt.grt_days:0,n.min_days=t+a+o,null==n.edt.grt_min_days&&null==n.edt.grt_max_days||null==n.edt.grt_min_days||n.edt.grt_max_days>=n.edt.grt_min_days?(s={grt_criteria_code:n.edt.grt_criteria_code,grt_criteria_name:n.edt.grt_criteria_name,grt_criteria_min_days:n.edt.grt_min_days,grt_pay_grade:n.edt.grt_pay_grade,grt_acct_code:n.edt.grt_acct_code,grt_bank_acct_code:n.edt.grt_bank_acct_code,grt_cash_acct_code:n.edt.grt_cash_acct_code,grt_airfare_acct_code:n.edt.grt_airfare_acct_code,grt_prov_acct_code:n.edt.grt_prov_acct_code,grt_status:n.edt.grt_status,grt_formula_code:n.edt.grt_formula_code,grt_working_days:n.edt.grt_working_days,grt_criteria_max_days:n.edt.grt_max_days,opr:"U"},e.push(s),i.post(d.apiUrl+"api/GratuityCriteria/CUDInsertpaysGratuityCriteria",e).then(function(e){n.msg1=e.data,1==n.msg1?swal({text:"Record Updated Successfully",imageUrl:"assets/img/check.png",width:300,height:200}):0==n.msg1?swal({text:"Record Not Updated.",imageUrl:"assets/img/close.png",width:300,height:200}):swal("Error-"+n.msg1),n.operation=!1,n.getgrid()}),n.operation=!1,n.table1=!0):swal({text:"Max Criteria Days should be greater than Min Criteria Days",imageUrl:"assets/img/close.png",width:300,height:200}))},n.cancel=function(){n.grid=!0,n.display=!1,n.edt={grt_criteria_code:"",grt_criteria_name:"",grt_year:"",grt_month:"",grt_days:"",grt_prov_acct_code:"",grt_working_days:"",grt_criteria_min_days:"",grt_criteria_max_days:""},n.myForm.$setPristine(),n.myForm.$setUntouched()},n.Delete=function(){var o=[];n.flag=!1;for(var e,t=0;t<n.filteredTodos.length;t++)1==document.getElementById(n.filteredTodos[t].grt_criteria_code+t).checked&&(n.flag=!0,e={grt_criteria_code:n.filteredTodos[t].grt_criteria_code,opr:"D"},o.push(e));n.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)i.post(d.apiUrl+"api/GratuityCriteria/CUDDeleteGratuityCrite",o).then(function(e){n.msg1=e.data,""!=n.msg1||null!=n.msg1?swal({title:"Alert",text:n.msg1,width:300,height:200}).then(function(e){e&&n.getgrid()}):swal({title:"Alert",text:n.msg1,width:300,height:200}).then(function(e){e&&n.getgrid()})});else{1==(s=document.getElementById("mainchk")).checked&&(s.checked=!1);for(var t=0;t<n.filteredTodos.length;t++){var a=document.getElementById(n.filteredTodos[t].grt_criteria_code+t);1==a.checked&&(a.checked=!1,$("tr").removeClass("row_selected"))}}}):swal({text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380})},n.CheckAllChecked=function(){if(1==(s=document.getElementById("mainchk")).checked)for(var e=0;e<n.filteredTodos.length;e++)document.getElementById(n.filteredTodos[e].grt_criteria_code+e).checked=!0,n.row1="row_selected",$("tr").addClass("row_selected");else for(e=0;e<n.filteredTodos.length;e++)document.getElementById(n.filteredTodos[e].grt_criteria_code+e).checked=!1,s.checked=!1,n.row1=""},n.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected")}),1==(s=document.getElementById("mainchk")).checked&&(s.checked=!1,$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected")}))},n.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).grt_criteria_code.toLowerCase().indexOf(t.toLowerCase())||-1<e.grt_criteria_name.toLowerCase().indexOf(t.toLowerCase())||-1<e.gr_desc.toLowerCase().indexOf(t.toLowerCase());var t})},n.search=function(){if(n.todos=n.searched(n.GratCri_data,n.searchText),n.totalItems=n.todos.length,n.currentPage="1",""==n.searchText&&(n.todos=n.GratCri_data),n.makeTodos(),1==(s=document.getElementById("mainchk")).checked){s.checked=!1;for(var e=0;e<n.filteredTodos.length;e++)document.getElementById(e).checked=!1,s.checked=!1,n.row1=""}},n.index=function(e){n.pageindex=e,n.currentPage=e,n.makeTodos(),n.chk={},n.chk.check_all=!1,n.row1=""},n.check_acccode=function(){(null!=n.edt.grt_acct_code&&null!=n.edt.grt_bank_acct_code||null!=n.edt.grt_acct_code&&null!=n.edt.grt_cash_acct_code)&&(n.edt.grt_acct_code==n.edt.grt_bank_acct_code&&swal({title:"Alert",text:"Account Code and Bank Code should not be same",width:300,height:200}),n.edt.grt_acct_code==n.edt.grt_cash_acct_code)&&swal({title:"Alert",text:"Account Code and Cash Code should not be same",width:300,height:200})},n.check_bankcode=function(){(null!=n.edt.grt_acct_code&&null!=n.edt.grt_bank_acct_code||null!=n.edt.grt_acct_code&&null!=n.edt.grt_cash_acct_code)&&(n.edt.grt_bank_acct_code==n.edt.grt_cash_acct_code&&swal({title:"Alert",text:"Bank Code and Cash Code should not be same",width:300,height:200}),n.edt.grt_acct_code==n.edt.grt_bank_acct_code)&&swal({title:"Alert",text:"Bank Code and Account Code should not be same",width:300,height:200})},n.check_cashcode=function(){(null!=n.edt.grt_acct_code&&null!=n.edt.grt_bank_acct_code||null!=n.edt.grt_acct_code&&null!=n.edt.grt_cash_acct_code)&&(n.edt.grt_bank_acct_code==n.edt.grt_cash_acct_code&&swal({title:"Alert",text:"Cash Code and Bank Code should not be same",width:300,height:200}),n.edt.grt_acct_code==n.edt.grt_cash_acct_code)&&swal({title:"Alert",text:"Account Code and Cash Code should not be same",width:300,height:200})},n.OpengraCalculation=function(e){$("#MyModalGrt").modal("show"),n.pagesize1="5",n.temp={grt_applicable_days:"",grt_working_days:"",grt_status:!0},n.myFormmodal.$setPristine(),n.myFormmodal.$setUntouched(),n.Modaltable=!0,n.modaloperation=!0,n.showForm=!1,n.grt_criteria_code=e.grt_criteria_code,n.size1=function(e){n.pagesize1=e,n.currentPage1=1,n.numPerPage1=e,n.makeTodos1()},n.index1=function(e){n.pageindex1=e,n.currentPage1=e,n.makeTodos1(),n.chkmd={},n.chkmd.check_all_modal=!1},n.filteredTodos1=[],n.currentPage1=1,n.numPerPage1=5,n.maxSize1=5,n.makeTodos1=function(){var e=parseInt(n.totalItems1%n.numPerPage1),e=(n.pagersize1="0"==e?parseInt(n.totalItems1/n.numPerPage1):parseInt(n.totalItems1/n.numPerPage1)+1,(n.currentPage1-1)*n.numPerPage1),t=parseInt(e)+parseInt(n.numPerPage1);n.filteredTodos1=n.todos1.slice(e,t)},n.getGratuityCalculation=function(){i.get(d.apiUrl+"api/GratuityCriteria/getpaysGratuityCalculation?criteria_code="+n.grt_criteria_code).then(function(e){0<e.data.length?(n.paysGratuityCalculation=e.data,n.totalItems1=n.paysGratuityCalculation.length,n.todos1=n.paysGratuityCalculation,n.makeTodos1(),n.savebtn1=!1,n.updatebtn1=!0,n.showForm=!1,n.Modaltable=!0):(n.showForm=!0,n.Modaltable=!1,n.savebtn1=!0,n.updatebtn1=!1)})},n.getGratuityCalculation(),n.New1=function(){n.temp={grt_applicable_days:"",grt_working_days:"",grt_status:""},n.savebtn1=!0,n.updatebtn1=!1,n.modaloperation=!0,n.Modaltable=!1,n.myFormmodal.$setPristine(),n.myFormmodal.$setUntouched()},n.up1=function(e){n.modaloperation=!0,n.Modaltable=!1,n.showForm=!0,n.savebtn1=!1,n.updatebtn1=!0,n.readonly=!0,n.temp={grt_applicable_days:e.grt_applicable_days,grt_working_days:e.grt_working_days,grt_status:e.grt_status}},n.cancel1=function(){$("#MyModalGrt").modal("hide"),n.modaloperation=!1,n.Modaltable=!0,n.temp={grt_applicable_days:"",grt_working_days:"",grt_status:""},n.myFormmodal.$setPristine(),n.myFormmodal.$setUntouched()},n.Save1=function(e){e&&(l=[],e={grt_criteria_code:n.grt_criteria_code,grt_applicable_days:n.temp.grt_applicable_days,grt_working_days:n.temp.grt_working_days,grt_status:n.temp.grt_status,opr:"I"},n.exist=!1,l.push(e),i.post(d.apiUrl+"api/GratuityCriteria/CUDInsertGratuityCalculation",l).then(function(e){n.msg1=e.data,1==n.msg1?swal({text:"Record Inserted Successfully",imageUrl:"assets/img/check.png",width:300,height:200}):0==n.msg1?swal({text:"Record Not Inserted. ",imageUrl:"assets/img/close.png",width:300,height:200}):swal("Error-"+n.msg1),n.getGratuityCalculation()}))},n.Update1=function(e){e&&(l=[],e={grt_criteria_code:n.grt_criteria_code,grt_applicable_days:n.temp.grt_applicable_days,grt_working_days:n.temp.grt_working_days,grt_status:n.temp.grt_status,opr:"U"},l.push(e),i.post(d.apiUrl+"api/GratuityCriteria/CUDInsertGratuityCalculation",l).then(function(e){n.msg1=e.data,1==n.msg1?swal({text:"Record Updated Successfully",imageUrl:"assets/img/check.png",width:300,height:200}):0==n.msg1?swal({text:"Record Not Updated. ",imageUrl:"assets/img/close.png",width:300,height:200}):swal("Error-"+n.msg1),n.getGratuityCalculation()}))},n.CheckAllCheckedModal=function(){for(var e=document.getElementById("mainchk1"),t=0;t<n.filteredTodos1.length;t++){var a=document.getElementById(n.filteredTodos1[t].grt_criteria_code+n.filteredTodos1[t].grt_applicable_days+t);1==e.checked?a.checked=!0:a.checked=!1}},n.deleterecord1=function(){c=[],n.flag=!1;for(var e,t=0;t<n.filteredTodos1.length;t++)1==document.getElementById(n.filteredTodos1[t].grt_criteria_code+n.filteredTodos1[t].grt_applicable_days+t).checked&&(n.flag=!0,e={grt_criteria_code:n.filteredTodos1[t].grt_criteria_code,opr:"D"},c.push(e));n.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)i.post(d.apiUrl+"api/GratuityCriteria/CUDInsertGratuityCalculation",c).then(function(e){n.msg1=e.data,1==n.msg1?swal({text:"Record Deleted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&($("#MyModalGrt").modal("hide"),n.modaloperation=!1)}):0==n.msg1?swal({text:"Record Not Deleted. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&($("#MyModalGrt").modal("hide"),n.modaloperation=!1)}):swal("Error-"+n.msg1)});else for(var t=0;t<n.filteredTodos1.length;t++){var a=document.getElementById(n.filteredTodos1[t].grt_criteria_code+n.filteredTodos1[t].grt_applicable_days+t);1==a.checked&&(a.checked=!1,$("tr").removeClass("row_selected"))}}):swal({text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}),n.currentPage1=!0}}}])}(),function(){"use strict";var d,c=[],e=angular.module("sims.module.HRMS");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("LeaveSalaryCriteriaCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(s,e,t,a,o,n,i){s.display=!1,s.pagesize="10",s.pageindex="0",s.pager=!0,s.grid=!0,s.edit_data=!1,s.GratCri_data=[],s.edit_code=!1,s.propertyName=null,s.reverse=!1,s.user_access=[],s.appcode=e.current.name.split(".");e=t.globals.currentUser.username;n.get(i.apiUrl+"api/AlertTransaction/Get_user_access_rights?username="+e+"&appl_code="+s.appcode[1]).then(function(e){s.user_rights=e.data;for(var t=0;t<s.user_rights.length;t++)0==t&&(s.user_access.data_read=s.user_rights[t].comn_user_read,s.user_access.data_insert=s.user_rights[t].comn_user_insert,s.user_access.data_update=s.user_rights[t].comn_user_update,s.user_access.data_delete=s.user_rights[t].comn_user_delete,s.user_access.data_massupdate=s.user_rights[t].comn_user_massupdate,s.user_access.is_admin=s.user_rights[t].comn_user_admin)}),n.get(i.apiUrl+"api/OverTimeRate/getformuladesc").then(function(e){s.formuladesc=e.data}),n.get(i.apiUrl+"api/PDCSubmission/GetComp_Name").then(function(e){s.cmbCompany=e.data,1==e.data.length?(s.companyName=e.data[0].comp_name,s.finnComp=e.data[0].comp_code,n.get(i.apiUrl+"api/PDCSubmission/GetFinancial_year?comp_code="+s.finnComp).then(function(e){0<e.data.length&&(console.log("Finn"),e={year:e.data[0].financial_year,company:s.finnComp,companyame:s.companyName},window.localStorage.Finn_comp=JSON.stringify(e),s.finnDetail=JSON.parse(window.localStorage.Finn_comp),n.get(i.apiUrl+"api/GratuityCriteria/GetAll_Account_Names?comp_cd="+s.finnDetail.company).then(function(e){s.accNo_data=e.data}))})):e.data.length}),s.sortBy=function(e){s.reverse=s.propertyName===e&&!s.reverse,s.propertyName=e},s.countData=[{val:10,data:10},{val:20,data:20},{val:"All",data:"All"}],s.filteredTodos=[],s.currentPage=1,s.numPerPage=10,s.maxSize=10,n.get(i.apiUrl+"api/LeaveSalaryCriteria/Get_paysLeaveCriteria").then(function(e){s.display=!1,s.grid=!0,s.GratCri_data=e.data,console.log("GratCri_data",s.GratCri_data),0<s.GratCri_data.length?(s.pager=!0,3<s.countData.length&&s.countData.splice(3,1),s.countData.push({val:s.GratCri_data.length,data:"All"}),s.totalItems=s.GratCri_data.length,s.todos=s.GratCri_data,s.makeTodos(),s.grid=!0):s.filteredTodos=[]}),s.getgrid=function(){s.currentPage=1,n.get(i.apiUrl+"api/LeaveSalaryCriteria/Get_paysLeaveCriteria").then(function(e){s.display=!1,s.grid=!0,s.GratCri_data=e.data,0<s.GratCri_data.length?(s.pager=!0,3<s.countData.length&&s.countData.splice(3,1),s.countData.push({val:s.GratCri_data.length,data:"All"}),s.totalItems=s.GratCri_data.length,s.todos=s.GratCri_data,s.makeTodos(),s.grid=!0):(swal({title:"Alert",text:"Record Not Found",width:300,height:200}),s.filteredTodos=[])}),1==(d=document.getElementById("mainchk")).checked&&(d.checked=!1,s.row1=""),s.row1="",s.myForm.$setPristine(),s.myForm.$setUntouched()},s.checkLimit=function(){console.log(s.GratCri_data)},s.size=function(e){"All"==e?(s.currentPage="1",s.filteredTodos=s.GratCri_data,s.pager=!1):(s.pager=!0,s.pagesize=e,s.currentPage=1,s.numPerPage=e,s.makeTodos())},a(function(){$("#fixtable").tableHeadFixer({top:1})},100),setTimeout(function(){$("#cmb_acc_code,#cmb_bank_code,#cmb_cash_code,#cmb_airfare_code,#cmb_prov_acc_code").select2()},100),n.get(i.apiUrl+"api/LeaveSalaryCriteria/Get_All_pays_grade").then(function(e){s.paysGrade_data=e.data}),s.makeTodos=function(){var e=parseInt(s.totalItems%s.numPerPage),e=(s.pagersize="0"==e?parseInt(s.totalItems/s.numPerPage):parseInt(s.totalItems/s.numPerPage)+1,(s.currentPage-1)*s.numPerPage),t=parseInt(e)+parseInt(s.numPerPage);s.filteredTodos=s.todos.slice(e,t)},s.New=function(){0==s.user_access.data_insert?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(s.min_day_text=!0,s.min_day_yrs=!1,s.min_day_month=!1,s.min_day_day=!1,s.display=!0,s.grid=!1,s.save1=!0,s.update=!1,s.editmode=!1,s.newmode=!0,s.edt=[],s.edt={leave_status:!0,leave_criteria_code:"",leave_criteria_name:"",leave_year:"",leave_month:"",leave_days:"",leave_prov_acct_code:"",leave_criteria_min_days:"",leave_criteria_max_days:"",leave_payable_days:""},$("#cmb_acc_code").select2("val",""),$("#cmb_bank_code").select2("val",""),$("#cmb_cash_code").select2("val",""),$("#cmb_airfare_code").select2("val",""),$("#cmb_prov_acc_code").select2("val",""))},s.edit=function(e){s.min_day_text=!1,s.min_day_yrs=!0,s.min_day_month=!0,s.min_day_day=!0,s.display=!0,s.grid=!1,s.save1=!1,s.editmode=!0,s.newmode=!1,s.update=!0,s.edt={leave_criteria_code:e.leave_criteria_code,leave_criteria_name:e.leave_criteria_name,leave_criteria_min_days:e.leave_criteria_min_days,leave_year:e.year,leave_month:e.month,leave_days:e.days,leave_pay_grade:e.leave_pay_grade,leave_acct_code:e.leave_acct_code,leave_acct_name:e.leave_acct_name,leave_bank_acct_code:e.leave_bank_acct_code,leave_bank_acct_name:e.leave_bank_acct_name,leave_cash_acct_code:e.leave_cash_acct_code,leave_cash_acct_name:e.leave_cash_acct_name,leave_airfare_acct_code:e.leave_airfare_acct_code,leave_airfare_acct_name:e.leave_airfare_acct_name,leave_prov_acct_code:e.leave_prov_acct_code,leave_prov_acct_name:e.leave_prov_acct_name,leave_status:e.leave_status,leave_formula_code:e.leave_formula_code,leave_payable_days:e.leave_payable_days,leave_min_days:e.leave_criteria_min_days,leave_max_days:e.leave_criteria_max_days},"0"==e.leave_criteria_max_days&&(s.edt.leave_max_days=""),$("#cmb_acc_code").select2("val",e.leave_acct_code),$("#cmb_prov_acc_code").select2("val",e.leave_prov_acct_code),$("#cmb_bank_code").select2("val",e.leave_bank_acct_code),$("#cmb_cash_code").select2("val",e.leave_cash_acct_code),$("#cmb_airfare_code").select2("val",e.leave_airfare_acct_code)},s.checkExists=function(){for(var e=0;e<s.GratCri_data.length;e++)s.GratCri_data[e].leave_criteria_code==s.edt.leave_criteria_code&&(swal({title:"Alert",text:"Criteria Code already exists",width:300,height:200}),s.edt.leave_criteria_code="")},s.Save=function(e){var t,a,o;e&&(c=[],e=[],t=null!=s.edt.leave_year?365*s.edt.leave_year:0,a=null!=s.edt.leave_month?30*s.edt.leave_month:0,o=null!=s.edt.leave_days?0<s.edt.leave_days?+s.edt.leave_days:0*s.edt.leave_days:0,s.min_days=t+a+o,e={leave_criteria_code:s.edt.leave_criteria_code,leave_criteria_name:s.edt.leave_criteria_name,leave_criteria_min_days:s.edt.leave_min_days,leave_pay_grade:s.edt.leave_pay_grade,leave_acct_code:s.edt.leave_acct_code,leave_bank_acct_code:s.edt.leave_bank_acct_code,leave_cash_acct_code:s.edt.leave_cash_acct_code,leave_airfare_acct_code:s.edt.leave_airfare_acct_code,leave_prov_acct_code:s.edt.leave_prov_acct_code,leave_status:s.edt.leave_status,leave_formula_code:s.edt.leave_formula_code,leave_criteria_max_days:s.edt.leave_max_days,leave_payable_days:s.edt.leave_payable_days,opr:"I"},s.samerecord=!1,c.push(e),console.log("data1",c),n.post(i.apiUrl+"api/LeaveSalaryCriteria/CUDInsertpaysLeaveCriteria",c).then(function(e){s.msg1=e.data,1==s.msg1?swal({text:"Record Inserted Successfully",imageUrl:"assets/img/check.png",width:300,height:200}):0==s.msg1?swal({text:"Record Not Inserted. ",imageUrl:"assets/img/close.png",width:300,height:200}):swal("Error-"+s.msg1),s.getgrid()}))},s.Update=function(e){var t,a,o;0==s.user_access.data_update?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):e&&(c=[],e=[],t=null!=s.edt.leave_year?365*s.edt.leave_year:0,a=null!=s.edt.leave_month?30*s.edt.leave_month:0,o=null!=s.edt.leave_days?0<s.edt.leave_days?+s.edt.leave_days:0*s.edt.leave_days:0,s.min_days=t+a+o,e={leave_criteria_code:s.edt.leave_criteria_code,leave_criteria_name:s.edt.leave_criteria_name,leave_criteria_min_days:s.edt.leave_min_days,leave_pay_grade:s.edt.leave_pay_grade,leave_acct_code:s.edt.leave_acct_code,leave_bank_acct_code:s.edt.leave_bank_acct_code,leave_cash_acct_code:s.edt.leave_cash_acct_code,leave_airfare_acct_code:s.edt.leave_airfare_acct_code,leave_prov_acct_code:s.edt.leave_prov_acct_code,leave_status:s.edt.leave_status,leave_formula_code:s.edt.leave_formula_code,leave_criteria_max_days:s.edt.leave_max_days,leave_payable_days:s.edt.leave_payable_days,opr:"U"},c.push(e),n.post(i.apiUrl+"api/LeaveSalaryCriteria/CUDInsertpaysLeaveCriteria",c).then(function(e){s.msg1=e.data,1==s.msg1?swal({text:"Record Updated Successfully",imageUrl:"assets/img/check.png",width:300,height:200}):0==s.msg1?swal({text:"Record Not Updated. ",imageUrl:"assets/img/close.png",width:300,height:200}):swal("Error-"+s.msg1),s.operation=!1,s.getgrid()}),s.operation=!1,s.table1=!0)},s.cancel=function(){s.grid=!0,s.display=!1,s.edt={leave_criteria_code:"",leave_criteria_name:"",leave_year:"",leave_month:"",leave_days:"",leave_prov_acct_code:"",leave_criteria_min_days:"",leave_criteria_max_days:"",leave_payable_days:""},s.myForm.$setPristine(),s.myForm.$setUntouched()},s.Delete=function(){if(0==s.user_access.data_delete)swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200});else{var o=[];s.flag=!1;for(var e,t=0;t<s.filteredTodos.length;t++)1==document.getElementById(s.filteredTodos[t].leave_criteria_code+t).checked&&(s.flag=!0,e={leave_criteria_code:s.filteredTodos[t].leave_criteria_code,opr:"D"},o.push(e));s.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)n.post(i.apiUrl+"api/LeaveSalaryCriteria/CUDDeleteLeaveCriteria",o).then(function(e){s.msg1=e.data,""!=s.msg1||null!=s.msg1?swal({title:"Record Deleted Successfully",text:s.msg1,width:300,height:200}).then(function(e){e&&s.getgrid()}):swal({title:"Alert",text:s.msg1,width:300,height:200}).then(function(e){e&&s.getgrid()})});else{1==(d=document.getElementById("mainchk")).checked&&(d.checked=!1);for(var t=0;t<s.filteredTodos.length;t++){var a=document.getElementById(s.filteredTodos[t].leave_criteria_code+t);1==a.checked&&(a.checked=!1,$("tr").removeClass("row_selected"))}}}):swal({text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380})}},s.CheckAllChecked=function(){if(1==(d=document.getElementById("mainchk")).checked)for(var e=0;e<s.filteredTodos.length;e++)document.getElementById(s.filteredTodos[e].leave_criteria_code+e).checked=!0,s.row1="row_selected",$("tr").addClass("row_selected");else for(e=0;e<s.filteredTodos.length;e++)document.getElementById(s.filteredTodos[e].leave_criteria_code+e).checked=!1,d.checked=!1,s.row1=""},s.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected")}),1==(d=document.getElementById("mainchk")).checked&&(d.checked=!1,$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected")}))},s.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).leave_criteria_code.toLowerCase().indexOf(t.toLowerCase())||-1<e.leave_criteria_name.toLowerCase().indexOf(t.toLowerCase());var t})},s.search=function(){if(s.todos=s.searched(s.GratCri_data,s.searchText),s.totalItems=s.todos.length,s.currentPage="1",""==s.searchText&&(s.todos=s.GratCri_data),s.makeTodos(),1==(d=document.getElementById("mainchk")).checked){d.checked=!1;for(var e=0;e<s.filteredTodos.length;e++)document.getElementById(e).checked=!1,d.checked=!1,s.row1=""}},s.index=function(e){s.pageindex=e,s.currentPage=e,console.log("currentPage="+s.currentPage),s.makeTodos(),s.chk={},s.chk.check_all=!1,s.row1=""},s.check_acccode=function(){(null!=s.edt.leave_acct_code&&null!=s.edt.leave_bank_acct_code||null!=s.edt.leave_acct_code&&null!=s.edt.leave_cash_acct_code)&&(s.edt.leave_acct_code==s.edt.leave_bank_acct_code&&swal({title:"Alert",text:"Account Code and Bank Code should not be same",width:300,height:200}),s.edt.leave_acct_code==s.edt.leave_cash_acct_code)&&swal({title:"Alert",text:"Account Code and Cash Code should not be same",width:300,height:200})},s.check_bankcode=function(){(null!=s.edt.leave_acct_code&&null!=s.edt.leave_bank_acct_code||null!=s.edt.leave_acct_code&&null!=s.edt.leave_cash_acct_code)&&(s.edt.leave_bank_acct_code==s.edt.leave_cash_acct_code&&swal({title:"Alert",text:"Bank Code and Cash Code should not be same",width:300,height:200}),s.edt.leave_acct_code==s.edt.leave_bank_acct_code)&&swal({title:"Alert",text:"Bank Code and Account Code should not be same",width:300,height:200})},s.check_cashcode=function(){(null!=s.edt.leave_acct_code&&null!=s.edt.leave_bank_acct_code||null!=s.edt.leave_acct_code&&null!=s.edt.leave_cash_acct_code)&&(s.edt.leave_bank_acct_code==s.edt.leave_cash_acct_code&&swal({title:"Alert",text:"Cash Code and Bank Code should not be same",width:300,height:200}),s.edt.leave_acct_code==s.edt.leave_cash_acct_code)&&swal({title:"Alert",text:"Account Code and Cash Code should not be same",width:300,height:200})}}])}(),function(){"use strict";var e=angular.module("sims.module.HRMS");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("MarkEmpResignationCont",["$scope","$state","$rootScope","$stateParams","$timeout","gettextCatalog","$http","$filter","ENV",function(o,e,a,t,s,n,i,d,c){o.EmpResign=!0,o.EmpMark=!0,o.display=!0,o.grid=!0,o.pagesize="20",o.pageindex="0",o.pager=!0,o.div_mark=!1;var l=[];o.edt={com_code:void 0,dep_code:void 0,em_number:void 0},o.edit_code=!1,o.head_teacher_mapping=[],o.btn_save=!0,o.btn_delete=!1,o.Order_lists=[],o.test_shift=[],o.orderdetails_data=[],o.shipment_lists=[],new Date;o.f=!1,o.ddMMyyyy=d("date")(new Date,"dd-MM-yyyy"),o.temp={},o.allgratuityData={},o.propertyName=null,o.reverse=!1,o.sortBy=function(e){o.reverse=o.propertyName===e&&!o.reverse,o.propertyName=e},s(function(){$("#fixtable").tableHeadFixer({top:1})},100),o.filteredTodos=[],o.currentPage=1,o.numPerPage=20,o.maxSize=10,i.get(c.apiUrl+"api/common/MarkEmpResignation/getCompanydetails").then(function(e){o.comp_data=e.data,o.edt.com_code=o.comp_data[0].com_code,o.getdept(o.edt.com_code)}),o.getdept=function(e){i.get(c.apiUrl+"api/HRMS/getDepartmenyByCompany?company_code="+e).then(function(e){o.deptt=e.data})},i.get(c.apiUrl+"api/common/MarkEmpResignation/getDisenagementType").then(function(e){o.disengagmentTypes=e.data}),o.getdepartment=function(e){"undefined"!==e&&i.get(c.apiUrl+"api/common/MarkEmpResignation/getCompanyDepartments?company_code="+e).then(function(e){o.dept_data=e.data})},o.getEmpReg=function(e,t,a){o.EmpResign=!0,o.EmpMark=!0,i.get(c.apiUrl+"api/common/MarkEmpResignation/getEmployeDetails?login_code="+a+"&com_code="+e+"&dep_code="+t).then(function(e){o.empReg_data=e.data,o.totalItems=o.empReg_data.length,o.todos=o.empReg_data,o.makeTodos(),o.div_mark=!0})},o.calculateGratuity=function(t){var e={};void 0===t.reg_date||""===t.reg_date||null===t.reg_date?e.reg_date=d("date")(new Date,"dd-MM-yyyy"):e.reg_date=t.reg_date,e.em_date_of_join=t.em_date_of_join,e.em_number=t.em_number,e.com_code=o.edt.com_code,e.grt_updated_user=a.globals.currentUser.username,"sms"===i.defaults.headers.common.schoolId?e.opr="A":"siso"===i.defaults.headers.common.schoolId?e.opr="B":e.opr="C",i.post(c.apiUrl+"api/common/MarkEmpResignation/calculateGratuity",e).then(function(e){o.response=e.data,!0===o.response?o.getGratuity(t.em_number):swal({title:"Alert",text:"Gratuity Calculation Failed",showCloseButton:!0,width:380})})},o.getGratuity=function(e){i.get(c.apiUrl+"api/common/MarkEmpResignation/getAmt_ApplandWorkingDays?empl_code="+e).then(function(e){o.amt_Appl_working_days=e.data,0<o.amt_Appl_working_days.length?o.allgratuityData={grt_amount:o.amt_Appl_working_days[0].grt_amount,grt_applicable_days:o.amt_Appl_working_days[0].grt_applicable_days,grt_working_days:o.amt_Appl_working_days[0].grt_working_days}:o.allgratuityData={}}),$("#GratuityModal").modal({backdrop:"static",keyboard:!0}),o.temp={em_number:e,grt_leave_include_flag:!0,grt_cash_bank_flag:"true"},o.chk_includeLeave()},o.makeTodos=function(){var e=parseInt(o.totalItems%o.numPerPage),e=(o.pagersize="0"===e?parseInt(o.totalItems/o.numPerPage):parseInt(o.totalItems/o.numPerPage)+1,(o.currentPage-1)*o.numPerPage),t=parseInt(e)+parseInt(o.numPerPage);o.filteredTodos=o.todos.slice(e,t)},o.getMark=function(t){swal({title:"",text:"Mark Resignation For Employee Name :"+t.em_full_name+"("+t.em_login_code+") \n Mark to confirm?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){e&&(t.opr="U",i.post(c.apiUrl+"api/common/MarkEmpResignation/MarkEmployeeDetails",t).then(function(e){o.msg1=e.data,!0===o.msg1?swal({text:"Resignation Marked Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){o.EmpResign=!0,o.EmpMark=!1,e&&(void 0!==o.edt.com_code||void 0!==o.edt.dep_code||void 0!==o.edt.em_number?o.getEmpReg(o.edt.com_code,o.edt.dep_code,o.edt.em_number):o.getEmpReg("","",""))}):swal({text:"Resignation Not Marked. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&(void 0!==o.edt.com_code||void 0!==o.edt.dep_code||void 0!==o.edt.em_number?o.getEmpReg(o.edt.com_code,o.edt.dep_code,o.edt.em_number):o.getEmpReg("","",""))})}))})},o.getUnmark=function(t){swal({title:"",text:"UnMark Resignation For Employee Name :"+t.em_full_name+"("+t.em_login_code+") \n UnMark to confirm?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){e&&(t.opr="M",i.post(c.apiUrl+"api/common/MarkEmpResignation/MarkEmployeeDetails",t).then(function(e){o.msg1=e.data,!0===o.msg1?swal({text:"Resignation UnMarked Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){o.EmpResign=!1,o.EmpMark=!0,e&&(void 0!==o.edt.com_code||void 0!==o.edt.dep_code||void 0!==o.edt.em_number?o.getEmpReg(o.edt.com_code,o.edt.dep_code,o.edt.em_number):o.getEmpReg("","",""))}):swal({text:"Resignation Not UnMarked. "+o.msg1,imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&(void 0!==o.edt.com_code||void 0!==o.edt.dep_code||void 0!==o.edt.em_number?o.getEmpReg(o.edt.com_code,o.edt.dep_code,o.edt.em_number):o.getEmpReg("","",""))})}))})},o.commcancel_btn=function(){$("#GratuityModal").modal("hide"),o.temp={}},o.cancel_reg=function(){o.edt=[],o.div_mark=!1,o.filteredTodos=[],i.get(c.apiUrl+"api/common/MarkEmpResignation/getCompanydetails").then(function(e){o.comp_data=e.data,o.edt.com_code=o.comp_data[0].com_code,o.getdept(o.edt.com_code)})},o.commOk_btn=function(e){var t;l=[],t=[],e&&(t={em_number:o.temp.em_number,grt_amount:o.allgratuityData.grt_amount,grt_applicable_days:o.allgratuityData.grt_applicable_days,grt_working_days:o.allgratuityData.grt_working_days,grt_leave_include_flag:o.temp.grt_leave_include_flag,grt_emp_leave_days:o.temp.grt_emp_leave_days,grt_cash_bank_flag:o.temp.grt_cash_bank_flag,grt_airfare_flag:o.temp.grt_airfare_flag,grt_airfare_amount:o.temp.grt_airfare_amount,opr:"I"},l.push(t),i.post(c.apiUrl+"api/common/MarkEmpResignation/CUDInsert_pays_gratuity_empl",l).then(function(e){o.display=!0,o.msg1=e.data,!0===o.msg1?(swal({text:"Pays Gratuity Added Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&$("#GratuityModal").modal("hide")}),void 0!==o.edt.com_code||void 0!==o.edt.dep_code||void 0!==o.edt.em_number?o.getEmpReg(o.edt.com_code,o.edt.dep_code,o.edt.em_number):o.getEmpReg("","","")):!1===o.msg1?(swal({text:"Pays gratuity not added",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&$("#GratuityModal").modal("hide")}),void 0!==o.edt.com_code||void 0!==o.edt.dep_code||void 0!==o.edt.em_number?o.getEmpReg(o.edt.com_code,o.edt.dep_code,o.edt.em_number):o.getEmpReg("","","")):swal("Error-"+o.msg1)}),o.myForm1.$setPristine(),o.myForm1.$setUntouched())},o.size=function(e){"All"===e?(o.currentPage="1",o.filteredTodos=o.todos,o.pager=!1):(o.pager=!0,o.pagesize=e,o.currentPage=1,o.numPerPage=e,o.makeTodos())},o.index=function(e){o.pageindex=e,o.currentPage=e,o.makeTodos()},o.chk_includeLeave=function(){!0===o.temp.grt_leave_include_flag?o.div_incleave=!0:o.div_incleave=!1},o.getRegDate=function(e){$("#dateModal").modal({backdrop:"static",keyboard:!0}),e.ischecked=!0,o.temp1={reg_date:e.reg_date}},o.getDatedetails=function(){for(var e=0;e<o.filteredTodos.length;e++)!0===o.filteredTodos[e].ischecked&&(o.filteredTodos[e].reg_date=o.temp1.reg_date,o.filteredTodos[e].ischecked=!1);setTimeout(function(){$(document).ready(function(){$("#dp_date").kendoDatePicker({format:"dd-MM-yyyy",value:""})})},100),o.temp1.reg_date=""},o.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).em_login_code.toLowerCase().indexOf(t.toLowerCase())||-1<e.em_full_name.toLowerCase().indexOf(t.toLowerCase())||-1<e.dg_desc.toLowerCase().indexOf(t.toLowerCase());var t})},o.search=function(){o.todos=o.searched(o.empReg_data,o.searchText),o.totalItems=o.todos.length,o.currentPage="1",""===o.searchText&&(o.todos=o.empReg_data),o.makeTodos()},$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0,format:"yyyy-mm-dd"}),$(document).on("touch click",'*[data-datepicker="true"] .add-on',function(e){$('input[type="text"]',$(this).parent()).focus()})}])}(),function(){"use strict";var d,e=angular.module("sims.module.HRMS");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("PaysGradeCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(s,e,t,a,o,n,i){s.pagesize="10",s.pageindex="1",s.paysgrade_data=[];s.edit_code=!1,s.user_access=[],s.appcode=e.current.name.split(".");e=t.globals.currentUser.username;n.get(i.apiUrl+"api/AlertTransaction/Get_user_access_rights?username="+e+"&appl_code="+s.appcode[1]).then(function(e){s.user_rights=e.data;for(var t=0;t<s.user_rights.length;t++)0==t&&(s.user_access.data_read=s.user_rights[t].comn_user_read,s.user_access.data_insert=s.user_rights[t].comn_user_insert,s.user_access.data_update=s.user_rights[t].comn_user_update,s.user_access.data_delete=s.user_rights[t].comn_user_delete,s.user_access.data_massupdate=s.user_rights[t].comn_user_massupdate,s.user_access.is_admin=s.user_rights[t].comn_user_admin)}),a(function(){$("#fixedtable").tableHeadFixer({top:1})},100),s.countData=[{val:5,data:5},{val:10,data:10},{val:15,data:15}],s.filteredTodos=[],s.currentPage=1,s.numPerPage=10,s.maxSize=10,s.Getcatinfo=function(e){n.get(i.apiUrl+"api/common/PaysGrade/Getcategorycode?comp_code="+e).then(function(e){s.cat_data=e.data})},n.get(i.apiUrl+"api/common/PaysGrade/Get_paygrade").then(function(e){s.display=!1,s.grid=!0,s.paysgrade_data=e.data,0<s.paysgrade_data.length?(s.pager=!0,3<s.countData.length&&s.countData.splice(3,1),s.countData.push({val:s.paysgrade_data.length,data:"All"}),s.totalItems=s.paysgrade_data.length,s.todos=s.paysgrade_data,s.makeTodos(),s.grid=!0):(swal({title:"Alert",text:"Record Not Found",width:300,height:200}),s.filteredTodos=[])}),s.makeTodos=function(){var e=parseInt(s.totalItems%s.numPerPage),e=(s.pagersize="0"==e?parseInt(s.totalItems/s.numPerPage):parseInt(s.totalItems/s.numPerPage)+1,(s.currentPage-1)*s.numPerPage),t=parseInt(e)+parseInt(s.numPerPage);s.filteredTodos=s.todos.slice(e,t)},s.edit=function(e){0==s.user_access.data_update?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(s.display=!0,s.grid=!1,s.save1=!1,s.update1=!0,s.delete1=!1,s.edit_code=!0,n.get(i.apiUrl+"api/common/ShiftMaster/getCompany").then(function(e){s.comp_data=e.data}),s.edt={gr_company_code:e.gr_company_code,gr_code:e.gr_code,gr_desc:e.gr_desc,gr_category_code:e.gr_category_code,gr_print_order:e.gr_print_order,gr_min_basic:e.gr_min_basic,gr_max_basic:e.gr_max_basic,gr_amt:e.gr_amt},s.Getcatinfo(e.gr_company_code))},s.getchkamount=function(){""!=s.edt.gr_min_basic&&""!=s.edt.gr_max_basic&&parseFloat(s.edt.gr_min_basic)>parseFloat(s.edt.gr_max_basic)&&(swal({title:"Alert",text:"Minimum Basic Can Not Grater than Maximum Basic",showCloseButton:!0,width:380}),s.edt.gr_min_basic="")},s.Save=function(e){var t,a=[];e&&(0==s.update1?(""==s.edt.gr_amt&&(s.edt.gr_amt=0),t={gr_company_code:s.edt.gr_company_code,gr_code:s.edt.gr_code,gr_desc:s.edt.gr_desc,gr_category_code:s.edt.gr_category_code,gr_print_order:s.edt.gr_print_order,gr_min_basic:parseFloat(s.edt.gr_min_basic),gr_max_basic:parseFloat(s.edt.gr_max_basic),gr_amt:s.edt.gr_amt,opr:"I"},a.push(t),n.post(i.apiUrl+"api/common/PaysGrade/CUDPaysGrade",a).then(function(e){s.display=!0,s.msg1=e.data,1==s.msg1?swal({text:"Pays Grade Added Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&s.getgrid()}):0==s.msg1?swal({text:"Pays Grade Not Added Successfully. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&s.getgrid()}):swal("Error-"+s.msg1)})):s.Update(e))},s.getgrid=function(){s.print_order=[];s.currentPage=1,n.get(i.apiUrl+"api/common/PaysGrade/Get_paygrade").then(function(e){s.display=!1,s.grid=!0,s.paysgrade_data=e.data,0<s.paysgrade_data.length?(s.pager=!0,3<s.countData.length&&s.countData.splice(3,1),s.countData.push({val:s.paysgrade_data.length,data:"All"}),s.totalItems=s.paysgrade_data.length,s.todos=s.paysgrade_data,s.makeTodos(),s.grid=!0,console.log("Max value:",s.maxValue)):(swal({title:"Alert",text:"Record Not Found",width:300,height:200}),s.filteredTodos=[]),s.incrementPrintOrder=function(e){e.gr_print_order?e.gr_print_order++:e.gr_print_order=1}}),1==(d=document.getElementById("mainchk")).checked&&(d.checked=!1,s.row1=""),s.row1="",s.myForm.$setPristine(),s.myForm.$setUntouched()},s.Update=function(e){var t=[];e&&(""==s.edt.gr_amt&&(s.edt.gr_amt=0),e={gr_company_code:s.edt.gr_company_code,gr_code:s.edt.gr_code,gr_desc:s.edt.gr_desc,gr_category_code:s.edt.gr_category_code,gr_print_order:s.edt.gr_print_order,gr_min_basic:s.edt.gr_min_basic,gr_max_basic:s.edt.gr_max_basic,gr_amt:s.edt.gr_amt,opr:"U"},t.push(e),n.post(i.apiUrl+"api/common/PaysGrade/CUDPaysGrade",t).then(function(e){s.display=!0,s.msg1=e.data,1==s.msg1?swal({text:"Pays Grade Updated Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&s.getgrid()}):0==s.msg1?swal({text:"Pays Grade Not Updated Successfully. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&s.getgrid()}):swal("Error-"+s.msg1)}))},s.Delete=function(){if(0==s.user_access.data_delete)swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200});else{var o=[];s.flag=!1;for(var e,t=0;t<s.filteredTodos.length;t++)1==document.getElementById("test-"+t).checked&&(s.flag=!0,e={gr_company_code:s.filteredTodos[t].gr_company_code,gr_code:s.filteredTodos[t].gr_code,gr_desc:s.filteredTodos[t].gr_desc,opr:"D"},o.push(e));s.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)n.post(i.apiUrl+"api/common/PaysGrade/CUDPaysGrade",o).then(function(e){s.msg1=e.data,1==s.msg1?swal({text:"Pays Grade Deleted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&s.getgrid()}):0==s.msg1?swal({text:"Pays Grade Not Deleted / Mapped to Employee. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&s.getgrid()}):swal("Error-"+s.msg1)});else{1==(d=document.getElementById("mainchk")).checked&&(d.checked=!1);for(var t=0;t<s.filteredTodos.length;t++){var a=document.getElementById("test-"+t);1==a.checked&&(a.checked=!1,$("tr").removeClass("row_selected"))}}}):swal({text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380})}},s.New=function(){0==s.user_access.data_insert?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(s.edit_code=!1,s.display=!0,s.grid=!1,s.save1=!0,s.update1=!1,s.delete1=!1,s.edt=[],n.get(i.apiUrl+"api/common/PaysGrade/getAutoGenerateSequncepers233").then(function(e){s.obj2=e.data,s.edt.gr_code=s.obj2}),n.get(i.apiUrl+"api/common/PaysGrade/getAutoGenerateSequncepers233new").then(function(e){s.obj1=e.data,s.edt.gr_print_order=s.obj1}),n.get(i.apiUrl+"api/common/ShiftMaster/getCompany").then(function(e){s.comp_data=e.data,s.edt.gr_company_code=s.comp_data[0].sh_company_code,console.log(s.comp_data),s.Getcatinfo(s.comp_data[0].sh_company_code)}))},s.cancel=function(){s.grid=!0,s.display=!1,s.myForm.$setPristine(),s.myForm.$setUntouched()},s.CheckAllChecked=function(){if(1==(d=document.getElementById("mainchk")).checked)for(var e=0;e<s.filteredTodos.length;e++)document.getElementById("test-"+e).checked=!0,s.row1="row_selected",$("tr").addClass("row_selected");else for(e=0;e<s.filteredTodos.length;e++)document.getElementById("test-"+e).checked=!1,d.checked=!1,s.row1=""},s.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),s.color="#edefef"}),1==(d=document.getElementById("mainchk")).checked&&(d.checked=!1,$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected")}))},s.size=function(e){"All"==e?(s.currentPage="1",s.filteredTodos=s.paysgrade_data,s.pager=!1):(s.pager=!0,s.pagesize=e,s.currentPage=1,s.numPerPage=e,s.makeTodos()),s.numPerPage=e,console.log("numPerPage="+s.numPerPage)},s.index=function(e){s.pageindex=e,s.currentPage=e,s.makeTodos(),d.checked=!1,s.row1=""},s.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).gr_code.toLowerCase().indexOf(t.toLowerCase())||-1<e.gr_category_desc.toLowerCase().indexOf(t.toLowerCase())||-1<e.gr_print_order.toLowerCase().indexOf(t.toLowerCase())||-1<e.gr_desc.toLowerCase().indexOf(t.toLowerCase());var t})},s.search=function(){if(s.todos=s.searched(s.paysgrade_data,s.searchText),s.totalItems=s.todos.length,s.currentPage="1",""==s.searchText&&(s.todos=s.paysgrade_data),s.makeTodos(),1==(d=document.getElementById("mainchk")).checked){d.checked=!1;for(var e=0;e<s.filteredTodos.length;e++)document.getElementById(e).checked=!1,d.checked=!1,s.row1=""}}}])}(),function(){"use strict";var e=angular.module("sims.module.HRMS");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("EmployeeReportCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(o,e,t,a,s,n,i){o.propertyName=null,o.reverse=!1,o.sortBy=function(e){o.reverse=o.propertyName===e&&!o.reverse,o.propertyName=e},o.arry=[],o.showdisabled=!1,o.showdisabled1=!0,o.paycodedetails1=!0,o.gosi=!0,"slis"==n.defaults.headers.common.schoolId?(o.nationalIdLabel="Iquma Number",o.nationalIdIssueDate="Iquma Number Issuing Date",o.nationalIdExpiryDate="Iquma Number Expiry Date"):(o.nationalIdLabel="National Id",o.nationalIdIssueDate="National Id Issuing Date",o.nationalIdExpiryDate="National Id Expiry Date"),"ahis"==n.defaults.headers.common.schoolId?o.paycodedetails1=!1:o.paycodedetails1=!0,"sis"==n.defaults.headers.common.schoolId||"tiadxb"==n.defaults.headers.common.schoolId||"tiashj"==n.defaults.headers.common.schoolId||"aisdxb"==n.defaults.headers.common.schoolId||"tosdxb"==n.defaults.headers.common.schoolId||"staging1"==n.defaults.headers.common.schoolId||"staging2"==n.defaults.headers.common.schoolId||"staging3"==n.defaults.headers.common.schoolId||"staging4"==n.defaults.headers.common.schoolId||"staging"==n.defaults.headers.common.schoolId||"aics"==n.defaults.headers.common.schoolId?(o.gosi=!1,o.leamsfield=!1):(o.gosi=!0,o.leamsfield=!0),"ihsonlineom"==n.defaults.headers.common.schoolId||"mstagingom"==n.defaults.headers.common.schoolId||"ihsonlineag"==n.defaults.headers.common.schoolId||"mstagingag"==n.defaults.headers.common.schoolId||"iisonlinedso"==n.defaults.headers.common.schoolId||"mstagingdso"==n.defaults.headers.common.schoolId?o.ihsfield=!1:o.ihsfield=!0,"vmsiihe"==n.defaults.headers.common.schoolId?o.vmsiiheField=!1:o.vmsiiheField=!0,a(function(){$("#customers").tableHeadFixer({top:1})},100),o.exportData1=function(){swal({title:"",text:"Are you sure you want to Save Employee Report.xls ?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:390,cancelButtonText:"No"}).then(function(e){e&&(e=new Blob([document.getElementById("exportable").innerHTML],{type:"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;charset=utf-8"}),saveAs(e,"Employee Report.xls"))})},o.items=[{Name:"ANC101",Date:"10/02/2014",Terms:["samsung","nokia","apple"],temp:"ANC101"},{Name:"ABC102",Date:"10/02/2014",Terms:["motrolla","nokia","iPhone"],temp:"ANC102"}],o.header=["name","dob"],o.data=[{name:"xyz",dob:"10/02/2014"},{name:"abc",dob:"10/02/2014"}],o.busyindicator=!1,n.get(i.apiUrl+"api/finance/getComCode").then(function(e){o.compcode=e.data,o.edt={gdua_comp_code:o.compcode[0].gdua_comp_code},o.companyChange_Designation(o.edt.gdua_comp_code)}),n.get(i.apiUrl+"api/EmployeeReport/GetDepartmentName").then(function(e){o.cmbDepartment=e.data,setTimeout(function(){$("#cmb_academic_year").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"})},1e3)}),$(function(){$("#cmb_academic_year").multipleSelect({width:"100%"})}),o.companyChange_Designation=function(e){n.get(i.apiUrl+"api/EmployeeReport/GetDesignation?com_code="+e).then(function(e){o.cmbDesignation=e.data,setTimeout(function(){$("#cmb_grade_code").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"})},1e3)})},$(function(){$("#cmb_grade_code").multipleSelect({width:"100%"})}),n.get(i.apiUrl+"api/EmployeeReport/GetServiceStatus").then(function(e){o.empservice=e.data,setTimeout(function(){$("#Select1").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"})},1e3)}),$(function(){$("#Select1").multipleSelect({width:"100%"})}),o.Show_Data=function(){o.busyindicator=!0,n.get(i.apiUrl+"api/EmployeeReport/GetEmployeeReport?comp="+o.edt.gdua_comp_code+"&desg="+o.code+"&dept="+o.dept_no+"&sstatus="+o.sesi_code).then(function(e){o.empList=e.data,0==o.empList.length?(swal({title:"Alert",text:"No Records Found...",showCloseButton:!0,width:450,height:200}),o.busyindicator=!1,o.table=!1):o.table=!0})},"rakaag"==n.defaults.headers.common.schoolId||"ahis"==n.defaults.headers.common.schoolId||"staging1"==n.defaults.headers.common.schoolId||"staging2"==n.defaults.headers.common.schoolId||"staging3"==n.defaults.headers.common.schoolId||"staging4"==n.defaults.headers.common.schoolId||"tiadxb"==n.defaults.headers.common.schoolId||"tiashj"==n.defaults.headers.common.schoolId||"aisdxb"==n.defaults.headers.common.schoolId||"tosdxb"==n.defaults.headers.common.schoolId||"erp-modern"==n.defaults.headers.common.schoolId||"staging"==n.defaults.headers.common.schoolId||"aics"==n.defaults.headers.common.schoolId||"erp"==n.defaults.headers.common.schoolId?(o.showdisabled=!1,o.showdisabled1=!1):(o.showdisabled=!1,o.showdisabled1=!0),o.Show_Data1=function(){n.get(i.apiUrl+"api/EmployeeReport/GetEmployeeReport?comp="+o.edt.gdua_comp_code+"&desg="+o.code+"&dept="+o.dept_no+"&sstatus="+o.sesi_code).then(function(e){o.empList=e.data,console.log("data",o.empList),0==o.empList.length?(swal({title:"Alert",text:"No Records Found...",showCloseButton:!0,width:450,height:200}),o.ShowCheckBoxes=!0):(o.exportData(),o.ShowCheckBoxes=!0,o.busyindicator=!1)})},o.exportDataa=function(){swal({title:"",text:"Are you sure you want to Save?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){e&&alasql('SELECT * INTO XLSX("Report.xlsx",{headers:true})  FROM HTML("#customers",{headers:true,skipdisplaynone:true})')}),o.table=!1},o.exportData1=function(){swal({title:"",text:"Are you sure you want to Save Employee Report.xls ?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:390,cancelButtonText:"No"}).then(function(e){e&&(e=new Blob([document.getElementById("exportable").innerHTML],{type:"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;charset=utf-8"}),saveAs(e,"Employee Report.xls"))})},o.exportData=function(){console.log("DATA",o.empList),swal({title:"",text:"Are you sure you want to export?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){e&&(o.fileName=n.defaults.headers.common.schoolId+"_Employee Report",e=n.defaults.headers.common.schoolId,o.exportData1=[["School Name: "+e]],e=[],!0===o.chk_em_company_name&&e.push("Company Name"),!0===o.chk_em_number&&e.push("Employee Number"),!0===o.chk_em_first_name&&e.push("First Name"),!0===o.chk_em_middle_name&&e.push("Middle Name"),!0===o.chk_em_last_name&&e.push("Last Name"),!0===o.chk_em_full_name&&e.push("Employee Name"),!0===o.chk_em_name_ot&&e.push("Employee Name other Language"),!0===o.chk_em_family_name&&e.push("Family Name"),!0===o.chk_em_desg_desc&&e.push("Designation Name"),!0===o.chk_em_dept_name&&e.push("Department Name"),!0===o.chk_em_dest_desc&&e.push("Destination Name"),!0===o.chk_em_visa_issue_date&&e.push("Visa Issue Date"),!0===o.chk_em_visa_exp_rem_date&&e.push("Visa Expiry Remember Date"),!0===o.chk_em_visa_exp_date&&e.push("Visa Expiry Date"),!0===o.chk_em_visa_type&&e.push("Visa Type"),!0===o.chk_em_date_of_birth&&e.push("Date Of Birth"),!0===o.chk_em_building_number&&e.push("Building Number"),!0===o.chk_em_visa_issuing_place&&e.push("Visa Issuing Place"),!0===o.chk_em_staff_type&&e.push("Staff Type"),!0===o.chk_em_sex&&e.push("Sex"),!0===o.chk_em_marital_status&&e.push("Marital Status"),!0===o.chk_em_religion_name&&e.push("Religion Name"),!0===o.chk_em_street_number&&e.push("Street Name"),!0===o.chk_em_visa_issuing_authority&&e.push("Visa Issuing Authority"),!0===o.chk_em_ethnicity_name&&e.push("Ethnicity Name"),!0===o.chk_em_summary_address&&e.push("Summary Address"),!0===o.chk_em_city&&e.push("City Name"),!0===o.chk_em_area_number&&e.push("Area Number"),!0===o.chk_em_state&&e.push("State Name"),!0===o.chk_em_country&&e.push("Country"),!0===o.chk_em_house_name&&e.push("House Name"),!0===o.chk_em_phone&&e.push("Phone"),!0===o.chk_em_summary_address_local_language&&e.push("Summary Address Local Language"),!0===o.chk_em_mobile&&e.push("Mobile"),!0===o.chk_em_email&&e.push("Email"),!0===o.chk_em_fax&&e.push("Fax"),!0===o.chk_em_po_fax&&e.push("Po Box"),!0===o.chk_em_dependant_full&&e.push("Dependant Full"),!0===o.chk_em_dependant_half&&e.push("Dependant Half"),!0===o.chk_em_dependant_infant&&e.push("Dependant Infant"),!0===o.chk_em_emergency_contact_name1&&e.push("Emergency Contact Name1"),!0===o.chk_em_emergency_contact_number1&&e.push("Emergency Contact Number1"),!0===o.chk_em_emergency_relation1&&e.push("Emergency Contact Relation1"),!0===o.chk_em_emergency_contact_name2&&e.push("Emergency Contact Name2"),!0===o.chk_em_emergency_contact_number2&&e.push("Emergency Contact Number2"),!0===o.chk_em_emergency_relation2&&e.push("Emergency Contact Relation2"),!0===o.chk_em_date_of_join&&e.push("Date of Join"),!0===o.chk_em_service_status&&e.push("Service Status"),!0===o.chk_em_ledger_ac_no&&e.push("Ledger Account No"),!0===o.chk_em_per_email&&e.push("Personal Email"),!0===o.chk_reg_date&&e.push("Resignation Date"),!0===o.chk_em_gpf_ac_no&&e.push("GPF Account No"),!0===o.chk_em_gosi_ac_no&&e.push("GOSI Account No"),!0===o.chk_em_gosi_start_date&&e.push("Gosi Start Date"),!0===o.chk_em_pan_no&&e.push("Pan No"),!0===o.chk_em_iban_no&&e.push("iban No"),!0===o.chk_em_uan_number&&e.push("UAN Number"),!0===o.chk_em_labour_card_no&&e.push("Labour Card Number"),!0===o.chk_en_labour_card_expiry_date&&e.push("Labour Card Expiry Date"),!0===o.chk_em_apartment_number&&e.push("Apartment Number"),!0===o.chk_basic_salary&&e.push("Basic Salary"),!0===o.chk_trans_alloewnce&&e.push("Transportation Allowance"),!0===o.chk_telephonic_allowence&&e.push("Telephone Allowance"),!0===o.chk_house_allowence&&e.push("Housing Allowance"),!0===o.chk_additional_alloewnce&&e.push("Additional Duties Allowance"),!0===o.chk_cord_allowence&&e.push("Coordinator Allowance"),!0===o.chk_other_allowence&&e.push("Other Allowance"),!0===o.chk_total_earning&&e.push("Total Earnings"),!0===o.chk_em_route_code&&e.push("Route Code"),!0===o.chk_hobby&&e.push("Hobby"),!0===o.chk_em_status&&e.push("Employee Status"),!0===o.chk_em_leave_resume_date&&e.push("Leave Resume Date"),!0===o.chk_em_joining_ref&&e.push("Joining Ref"),!0===o.chk_em_bank_code&&e.push("Bank Code"),!0===o.chk_em_bank_ac_no&&e.push("Bank Account No"),!0===o.chk_em_bank_swift_code&&e.push("Bank Swift Code"),!0===o.chk_em_leave_start_date&&e.push("Leave Start Date"),!0===o.chk_em_leave_end_date&&e.push("Leave End Date"),!0===o.chk_em_stop_salary_from&&e.push("Stop Salary From"),!0===o.chk_em_unpaid_leave&&e.push("Unpaid Leave"),!0===o.chk_em_punching_id&&e.push("Punching ID"),!0===o.chk_em_passport_no&&e.push("Passport No"),!0===o.chk_em_passport_issue_date&&e.push("Passport Issue Date"),!0===o.chk_em_pssport_exp_rem_date&&e.push("Passport Remember Expiry Date"),!0===o.chk_em_passport_exp_date&&e.push("Passport Expiry Date"),!0===o.chk_em_passport_ret_date&&e.push("Passport Return Date"),!0===o.chk_em_passport_issuing_authority&&e.push("Passport Issuing Authority"),!0===o.chk_em_passport_issue_place&&e.push("Passport Issuing Place"),!0===o.chk_em_national_id&&e.push("National ID"),!0===o.chk_em_national_id_issue_date&&e.push("National ID Issuing Date"),!0===o.chk_em_national_id_expiry_date&&e.push("National ID Expiry Date"),!0===o.chk_em_modified_on&&e.push("Modified On"),!0===o.chk_em_pwd&&e.push("Blood Group"),!0===o.chk_em_secret_question_code&&e.push("Secret Question"),!0===o.chk_em_secret_answer&&e.push("Secret Answer"),!0===o.chk_em_agreement_start_date&&e.push("Agreement Start Date"),!0===o.chk_em_agreement_exp_date&&e.push("Agreement Expiry Date"),!0===o.chk_em_votor_id&&e.push("Voter ID"),!0===o.chk_em_school_name&&e.push("School/University Name"),!0===o.chk_em_qualification&&e.push("Employee Qualification"),!0===o.chk_em_agreemet_exp_rem_date&&e.push("Agreement Expiry Remember Date"),!0===o.chk_em_Salutation_Code&&e.push("Salutation"),!0===o.chk_em_grade_effect_from&&e.push("Grade Effect From"),!0===o.chk_em_dept_effect_from&&e.push("Department Effect From"),!0===o.chk_em_Sex_Code&&e.push("Gender"),!0===o.chk_em_Designation_Code&&e.push("Designation"),!0===o.chk_em_Nation_Code&&e.push("Nationality"),!0===o.chk_em_visa_no&&e.push("Visa Number"),!0===o.chk_em_agreement_code&&e.push("Contract"),!0===o.chk_em_Bank_Name&&e.push("Bank Name"),!0===o.chk_comn_role_name&&e.push("Roles"),!0===o.chk_em_adec_approval_number&&e.push("Ministry Approval Number"),!0===o.chk_em_adec_approval_Date&&e.push("Ministry Approval Date"),!0===o.chk_em_adec_approved_qualification&&e.push("Approved Qualification"),!0===o.chk_em_adec_approved_designation&&e.push("Approved Designation"),!0===o.chk_em_adec_approved_subject&&e.push("Approved Subject"),!0===o.chk_em_adec_approved_level&&e.push("Approved Level"),!0===o.chk_em_occup_health_card_number&&e.push("Health Card Number"),!0===o.chk_em_occup_health_card_issue_date&&e.push("Health Card Effective From Date"),!0===o.chk_em_occup_health_card_expiry_date&&e.push("Health Card Effective Upto Date"),!0===o.chk_em_heath_card_status&&e.push("Health Card Status"),!0===o.chk_employeeDocument&&e.push("Upload File"),!0===o.chk_em_khda_noc_required&&e.push("KHDA NOC Required Status"),!0===o.chk_em_khda_noc_submitted&&e.push("KHDA NOC Submitted Status"),!0===o.chk_em_pro_visa_number&&e.push("PRO Visa Number"),!0===o.chk_em_visa_uid&&e.push("Visa UID"),!0===o.chk_em_probation_period_days&&e.push("Probation Period"),!0===o.chk_em_probation_completion_date&&e.push("Probation completion Date"),!0===o.chk_em_probation_confirmation_date&&e.push("Probation confrimation date"),!0===o.chk_em_probation_exc_days&&e.push("Probation Extension Days"),!0===o.chk_emp_sec&&e.push("Employee Section"),!0===o.chk_em_probation_exc_compl_days&&e.push("Probation Extension Complition Date"),!0===o.chk_employer_visa_required&&e.push("Employer Visa Required"),!0===o.chk_labour_required&&e.push("Labour Required"),!0===o.chk_health_required&&e.push("Health Card Required"),!0===o.chk_accomoda_required&&e.push("Employer Accommodation Required"),!0===o.chk_medical_insurance&&e.push("Medical Insurance Required"),!0===o.chk_settel_status&&e.push("Settlement Status"),!0===o.chk_settel_submission_date&&e.push("Settlement Document Submission Date"),!0===o.chk_settel_clear_date&&e.push("Settlement Clearance Date"),!0===o.chk_apyrol_order&&e.push("Payroll Display Order"),!0===o.chk_visa_status&&e.push("Visa Status"),!0===o.chk_nationalID_status&&e.push("Visa National ID"),!0===o.chk_labour_status&&e.push("Labour Status"),!0===o.chk_resigned_type&&e.push("Terminated/Resigned Type"),o.exportData1.push(e),angular.forEach(o.empList,function(e,t){var a=[];!0===o.chk_em_company_name&&a.push(e.em_company_name),!0===o.chk_em_number&&a.push(e.em_number),!0===o.chk_em_first_name&&a.push(e.em_first_name),!0===o.chk_em_middle_name&&a.push(e.em_middle_name),!0===o.chk_em_last_name&&a.push(e.em_last_name),!0===o.chk_em_full_name&&a.push(e.em_full_name),!0===o.chk_em_name_ot&&a.push(e.em_name_ot),!0===o.chk_em_family_name&&a.push(e.em_family_name),!0===o.chk_em_desg_desc&&a.push(e.em_desg_desc),!0===o.chk_em_dept_name&&a.push(e.em_dept_name),!0===o.chk_em_dest_desc&&a.push(e.em_dest_desc),!0===o.chk_em_visa_issue_date&&a.push(e.em_visa_issue_date),!0===o.chk_em_visa_exp_rem_date&&a.push(e.em_visa_exp_rem_date),!0===o.chk_em_visa_exp_date&&a.push(e.em_visa_exp_date),!0===o.chk_em_visa_type&&a.push(e.em_visa_type_desc),!0===o.chk_em_date_of_birth&&a.push(e.em_date_of_birth),!0===o.chk_em_building_number&&a.push(e.em_building_number),!0===o.chk_em_visa_issuing_place&&a.push(e.em_visa_issuing_place),!0===o.chk_em_staff_type&&a.push(e.em_staff_type),!0===o.chk_em_sex&&a.push(e.em_sex),!0===o.chk_em_marital_status&&a.push(e.em_marital_status),!0===o.chk_em_religion_name&&a.push(e.em_religion_name),!0===o.chk_em_street_number&&a.push(e.em_street_number),!0===o.chk_em_visa_issuing_authority&&a.push(e.em_visa_issuing_autdority),!0===o.chk_em_ethnicity_name&&a.push(e.em_ethnicity_name),!0===o.chk_em_summary_address&&a.push(e.em_summary_address),!0===o.chk_em_city&&a.push(e.em_city),!0===o.chk_em_area_number&&a.push(e.em_area_number),!0===o.chk_em_country&&a.push(e.em_country),!0===o.chk_em_house_name&&a.push(e.em_house_name),!0===o.chk_em_phone&&a.push(e.em_phone),!0===o.chk_em_summary_address_local_language&&a.push(e.em_summary_address_local_language),!0===o.chk_em_mobile&&a.push(e.em_mobile),!0===o.chk_em_email&&a.push(e.em_email),!0===o.chk_em_fax&&a.push(e.em_fax),!0===o.chk_em_po_fax&&a.push(e.em_po_fax),!0===o.chk_em_dependant_full&&a.push(e.em_dependant_full),!0===o.chk_em_dependant_half&&a.push(e.em_dependant_half),!0===o.chk_em_dependant_infant&&a.push(e.em_dependant_infant),!0===o.chk_em_emergency_contact_name1&&a.push(e.em_emergency_contact_name1),!0===o.chk_em_emergency_contact_number1&&a.push(e.em_emergency_contact_number1),!0===o.chk_em_emergency_relation1&&a.push(e.em_emergency_relation1),!0===o.chk_em_emergency_contact_name2&&a.push(e.em_emergency_contact_name2),!0===o.chk_em_emergency_contact_number2&&a.push(e.em_emergency_contact_number2),!0===o.chk_em_emergency_relation2&&a.push(e.em_emergency_relation2),!0===o.chk_em_date_of_join&&a.push(e.em_date_of_join),!0===o.chk_em_service_status&&a.push(e.em_service_status_code),!0===o.chk_em_ledger_ac_no&&a.push(e.em_ledger_ac_no),!0===o.chk_em_per_email&&a.push(e.em_personalemail),!0===o.chk_reg_date&&a.push(e.em_left_date),!0===o.chk_em_gpf_ac_no&&a.push(e.em_gpf_ac_no),!0===o.chk_em_gosi_ac_no&&a.push(e.em_gosi_ac_no),!0===o.chk_em_gosi_start_date&&a.push(e.em_gosi_start_date),!0===o.chk_em_pan_no&&a.push(e.em_pan_no),!0===o.chk_em_iban_no&&a.push(e.em_iban_no),!0===o.chk_em_uan_number&&a.push(e.em_uan_number),!0===o.chk_em_labour_card_no&&a.push(e.em_labour_card_no),!0===o.chk_en_labour_card_expiry_date&&a.push(e.en_labour_card_expiry_date),!0===o.chk_em_apartment_number&&a.push(e.em_apartment_number),!0===o.chk_basic_salary&&a.push(e.basic_salary),!0===o.chk_trans_alloewnce&&a.push(e.trans_allowence),!0===o.chk_telephonic_allowence&&a.push(e.telephonic_allowence),!0===o.chk_house_allowence&&a.push(e.housing_allowence),!0===o.chk_additional_alloewnce&&a.push(e.additional_duties_allowence),!0===o.chk_cord_allowence&&a.push(e.cordinator_allowence),!0===o.chk_other_allowence&&a.push(e.other_allowence),!0===o.chk_total_earning&&a.push(e.total_earning),!0===o.chk_em_route_code&&a.push(e.em_route_code),!0===o.chk_hobby&&a.push(e.em_hobby),!0===o.chk_em_status&&a.push(e.em_status),!0===o.chk_em_leave_resume_date&&a.push(e.em_leave_resume_date),!0===o.chk_em_joining_ref&&a.push(e.em_joining_ref),!0===o.chk_em_bank_code&&a.push(e.em_bank_code),!0===o.chk_em_bank_ac_no&&a.push(e.em_bank_ac_no),!0===o.chk_em_bank_swift_code&&a.push(e.em_bank_swift_code),!0===o.chk_em_leave_start_date&&a.push(e.em_leave_start_date),!0===o.chk_em_leave_end_date&&a.push(e.em_leave_end_date),!0===o.chk_em_stop_salary_from&&a.push(e.em_stop_salary_from),!0===o.chk_em_unpaid_leave&&a.push(e.em_unpaid_leave),!0===o.chk_em_punching_id&&a.push(e.em_punching_id),!0===o.chk_em_passport_no&&a.push(e.em_passport_no),!0===o.chk_em_passport_issue_date&&a.push(e.em_passport_issue_date),!0===o.chk_em_pssport_exp_rem_date&&a.push(e.em_pssport_exp_rem_date),!0===o.chk_em_passport_exp_date&&a.push(e.em_passport_exp_date),!0===o.chk_em_passport_ret_date&&a.push(e.em_passport_ret_date),!0===o.chk_em_passport_issuing_authority&&a.push(e.em_passport_issuing_authority),!0===o.chk_em_passport_issue_place&&a.push(e.em_passport_issue_place),!0===o.chk_em_national_id&&a.push(e.em_national_id),!0===o.chk_em_national_id_issue_date&&a.push(e.em_national_id_issue_date),!0===o.chk_em_national_id_expiry_date&&a.push(e.em_national_id_expiry_date),!0===o.chk_em_modified_on&&a.push(e.em_modified_on),!0===o.chk_em_pwd&&a.push(e.em_pwd),!0===o.chk_em_secret_question_code&&a.push(e.em_secret_question_code),!0===o.chk_em_secret_answer&&a.push(e.em_secret_answer),!0===o.chk_em_agreement_start_date&&a.push(e.em_agreement_start_date),!0===o.chk_em_agreement_exp_date&&a.push(e.em_agreement_exp_date),!0===o.chk_em_votor_id&&a.push(e.em_voter_id),!0===o.chk_em_school_name&&a.push(e.em_qualification_inst_name),!0===o.chk_em_qualification&&a.push(e.em_qualification),!0===o.chk_em_agreemet_exp_rem_date&&a.push(e.em_agreemet_exp_rem_date),!0===o.chk_em_Salutation_Code&&a.push(e.em_salutation),!0===o.chk_em_grade_effect_from&&a.push(e.em_grade_name),!0===o.chk_em_dept_effect_from&&a.push(e.em_grade_effect_from),!0===o.chk_em_Sex_Code&&a.push(e.em_sex),!0===o.chk_em_Designation_Code&&a.push(e.em_Designation_Code),!0===o.chk_em_Nation_Code&&a.push(e.nationality_name),!0===o.chk_em_visa_no&&a.push(e.em_visa_no),!0===o.chk_em_agreement_code&&a.push(e.em_emergency_contact_name1),!0===o.chk_em_Bank_Name&&a.push(e.bank_name),!0===o.chk_comn_role_name&&a.push(e.comn_role_name),!0===o.chk_em_adec_approval_number&&a.push(e.em_adec_approval_number),!0===o.chk_em_adec_approval_Date&&a.push(e.em_adec_approval_Date),!0===o.chk_em_adec_approved_qualification&&a.push(e.em_adec_approved_qualification),!0===o.chk_em_adec_approved_designation&&a.push(e.em_adec_approved_designation),!0===o.chk_em_adec_approved_subject&&a.push(e.em_adec_approved_subject),!0===o.chk_em_adec_approved_level&&a.push(e.em_adec_approved_level),!0===o.chk_em_occup_health_card_number&&a.push(e.em_occup_health_card_number),!0===o.chk_em_occup_health_card_issue_date&&a.push(e.em_occup_health_card_issue_date),!0===o.chk_em_occup_health_card_expiry_date&&a.push(e.em_occup_health_card_expiry_date),!0===o.chk_em_heath_card_status&&a.push(e.em_heath_card_status),!0===o.chk_employeeDocument&&a.push(e.employeeDocument),!0===o.chk_em_khda_noc_required&&a.push(e.em_khda_noc_required),!0===o.chk_em_khda_noc_submitted&&a.push(e.em_khda_noc_submitted),!0===o.chk_em_pro_visa_number&&a.push(e.em_pro_visa_number),!0===o.chk_em_visa_uid&&a.push(e.em_visa_uid),!0===o.chk_em_probation_period_days&&a.push(e.em_probation_period_days),!0===o.chk_em_probation_completion_date&&a.push(e.em_probation_completion_date),!0===o.chk_em_probation_confirmation_date&&a.push(e.em_probation_confirmation_date),!0===o.chk_em_probation_exc_days&&a.push(e.em_probation_extension_days),!0===o.chk_emp_sec&&a.push(e.em_section_name),!0===o.chk_em_probation_exc_compl_days&&a.push(e.em_probation_extension_completion_date),!0===o.chk_employer_visa_required&&a.push(e.em_employer_visa_required),!0===o.chk_labour_required&&a.push(e.em_employer_labor_required),!0===o.chk_health_required&&a.push(e.em_health_card_required),!0===o.chk_accomoda_required&&a.push(e.em_accommodation_required),!0===o.chk_medical_insurance&&a.push(e.em_medical_insurance_required),!0===o.chk_settel_status&&a.push(e.fnf_settlement_status),!0===o.chk_settel_submission_date&&a.push(e.fnf_settlement_doc_submission_date),!0===o.chk_settel_clear_date&&a.push(e.fnf_settlement_clearance_date),!0===o.chk_apyrol_order&&a.push(e.pays_payroll_display_order),!0===o.chk_visa_status&&a.push(e.em_visa_status),!0===o.chk_nationalID_status&&a.push(e.em_national_id_status),!0===o.chk_labour_status&&a.push(e.em_labour_status),!0===o.chk_resigned_type&&a.push(e.em_disengagement_type),o.exportData1.push(a)}),o.exportexcel(o.exportData1))})},n.get(i.apiUrl+"api/common/getAllComboBoxValues?academicYear=2016&routeCode=01").then(function(e){o.ComboBoxValues=e.data,console.log("ComboBoxValues",o.ComboBoxValues)}),o.Reset=function(){o.sh_company_code="",o.dept_no="",o.desi_code="",o.sesi_code="",o.select_all=!1,o.checkallClick(!1)},o.back=function(){o.table=!1,o.busyindicator=!1},o.checkallClick=function(e){e?(o.chk_em_company_name=!0,o.chk_em_qualification=!0,o.chk_em_dept_name=!0,o.chk_em_desg_desc=!0,o.chk_em_visa_issue_date=!0,o.chk_em_login_code=!0,o.chk_em_dept_effect_from=!0,o.chk_em_dest_desc=!0,o.chk_em_grade_name=!0,o.chk_em_number=!0,o.chk_em_visa_exp_date=!0,o.chk_em_grade_effect_from=!0,o.chk_em_staff_type=!0,o.chk_em_full_name=!0,o.chk_em_apartment_number=!0,o.chk_em_visa_exp_rem_date=!0,o.chk_em_family_name=!0,o.chk_em_house_name=!0,o.chk_em_name_ot=!0,o.chk_em_date_of_birth=!0,o.chk_em_building_number=!0,o.chk_em_visa_issuing_place=!0,o.chk_em_sex=!0,o.chk_em_marital_status=!0,o.chk_em_religion_name=!0,o.chk_em_street_number=!0,o.chk_em_visa_issuing_authority=!0,o.chk_em_uan_number=!0,o.chk_em_ethnicity_name=!0,o.chk_em_summary_address=!0,o.chk_em_city=!0,o.chk_em_area_number=!0,o.chk_em_visa_type=!0,o.chk_em_state=!0,o.chk_em_country=!0,o.chk_em_phone=!0,o.chk_em_summary_address_local_language=!0,o.chk_em_mobile=!0,o.chk_em_email=!0,o.chk_em_fax=!0,o.chk_em_po_fax=!0,o.chk_em_dependant_full=!0,o.chk_em_dependant_half=!0,o.chk_em_emergency_contact_name1=!0,o.chk_em_emergency_contact_name2=!0,o.chk_em_emergency_contact_number1=!0,o.chk_em_emergency_contact_number2=!0,o.chk_em_date_of_join=!0,o.chk_em_service_status=!0,o.chk_em_ledger_ac_no=!0,o.chk_em_gpf_ac_no=!0,o.chk_em_gosi_ac_no=!0,o.chk_em_gosi_start_date=!0,o.chk_em_pan_no=!0,o.chk_em_iban_no=!0,o.chk_nationalID_status=!0,o.chk_reg_date=!0,o.chk_em_labour_card_no=!0,o.chk_em_status=!0,o.chk_em_leave_resume_date=!0,o.chk_em_joining_ref=!0,o.chk_em_bank_code=!0,o.chk_em_Bank_Name=!0,o.chk_em_bank_ac_no=!0,o.chk_em_bank_swift_code=!0,o.chk_em_leave_start_date=!0,o.chk_em_leave_end_date=!0,o.chk_em_stop_salary_from=!0,o.chk_em_unpaid_leave=!0,o.chk_em_punching_id=!0,o.chk_em_passport_no=!0,o.chk_em_ethnicity_name=!0,o.chk_em_passport_issue_date=!0,o.chk_em_pssport_exp_rem_date=!0,o.chk_em_passport_exp_date=!0,o.chk_em_passport_ret_date=!0,o.chk_em_passport_issuing_authority=!0,o.chk_em_passport_issue_place=!0,o.chk_em_national_id=!0,o.chk_em_national_id_issue_date=!0,o.chk_em_national_id_expiry_date=!0,o.chk_em_modified_on=!0,o.chk_em_pwd=!0,o.chk_em_secret_question_code=!0,o.chk_em_secret_answer=!0,o.chk_em_agreement_start_date=!0,o.chk_em_agreement_exp_date=!0,o.chk_em_agreemet_exp_rem_date=!0,o.chk_em_dependant_infant=!0,o.chk_em_Salutation_Code=!0,o.chk_em_first_name=!0,o.chk_em_middle_name=!0,o.chk_em_last_name=!0,o.chk_em_Sex_Code=!0,o.chk_em_Nation_Code=!0,o.chk_em_emergency_relation1=!0,o.chk_em_emergency_relation2=!0,o.chk_em_handicap_status=!0,o.chk_em_visa_no=!0,o.chk_em_agreement_code=!0,o.chk_em_punching_status=!0,o.chk_em_Bank_Code=!0,o.chk_em_Bank_Name=!0,o.chk_em_bank_cash_tag=!0,o.chk_comn_role_name=!0,o.chk_em_adec_approval_number=!0,o.chk_em_adec_approval_Date=!0,o.chk_em_adec_approved_qualification=!0,o.chk_em_adec_approved_designation=!0,o.chk_em_adec_approved_subject=!0,o.chk_em_adec_approved_level=!0,o.chk_em_occup_health_card_number=!0,o.chk_em_occup_health_card_issue_date=!0,o.chk_em_occup_health_card_expiry_date=!0,o.chk_em_heath_card_status=!0,o.chk_employeeDocument=!0,o.chk_em_Designation_Code=!0,o.chk_em_route_code=!0,o.chk_hobby=!0,o.chk_em_adhar_id=!0,o.chk_em_votor_id=!0,o.chk_em_school_name=!0,o.chk_en_labour_card_expiry_date=!0,o.chk_em_per_email=!0,o.chk_em_khda_noc_required=!0,o.chk_em_khda_noc_submitted=!0,o.chk_em_pro_visa_number=!0,o.chk_em_visa_uid=!0,o.chk_em_probation_period_days=!0,o.chk_em_probation_completion_date=!0,o.chk_em_probation_confirmation_date=!0,o.chk_basic_salary=!0,o.chk_trans_alloewnce=!0,o.chk_telephonic_allowence=!0,o.chk_house_allowence=!0,o.chk_additional_alloewnce=!0,o.chk_cord_allowence=!0,o.chk_other_allowence=!0,o.chk_total_earning=!0,o.chk_emp_sec=!0):(o.chk_em_company_name=!1,o.chk_em_qualification=!1,o.chk_em_dept_name=!1,o.chk_em_desg_desc=!1,o.chk_em_visa_issue_date=!1,o.chk_em_login_code=!1,o.chk_em_dept_effect_from=!1,o.chk_em_dest_desc=!1,o.chk_em_grade_name=!1,o.chk_em_number=!1,o.chk_em_visa_exp_date=!1,o.chk_em_grade_effect_from=!1,o.chk_em_staff_type=!1,o.chk_em_full_name=!1,o.chk_em_apartment_number=!1,o.chk_em_visa_exp_rem_date=!1,o.chk_em_family_name=!1,o.chk_em_house_name=!1,o.chk_em_name_ot=!1,o.chk_em_ethnicity_name=!1,o.chk_em_date_of_birth=!1,o.chk_em_building_number=!1,o.chk_em_visa_issuing_place=!1,o.chk_em_sex=!1,o.chk_em_marital_status=!1,o.chk_em_religion_name=!1,o.chk_em_street_number=!1,o.chk_em_visa_issuing_authority=!1,o.chk_em_ethnicity_name=!1,o.chk_em_summary_address=!1,o.chk_em_city=!1,o.chk_em_area_number=!1,o.chk_em_visa_type=!1,o.chk_em_state=!1,o.chk_em_country=!1,o.chk_em_phone=!1,o.chk_em_summary_address_local_language=!1,o.chk_em_mobile=!1,o.chk_em_email=!1,o.chk_em_fax=!1,o.chk_em_po_fax=!1,o.chk_em_dependant_infant=!1,o.chk_em_dependant_full=!1,o.chk_em_dependant_half=!1,o.chk_em_emergency_contact_name1=!1,o.chk_em_emergency_contact_name2=!1,o.chk_em_emergency_contact_number1=!1,o.chk_em_emergency_contact_number2=!1,o.chk_em_date_of_join=!1,o.chk_em_service_status=!1,o.chk_em_ledger_ac_no=!1,o.chk_em_gpf_ac_no=!1,o.chk_em_gosi_ac_no=!1,o.chk_em_gosi_start_date=!1,o.chk_em_pan_no=!1,o.chk_em_uan_number=!1,o.chk_em_iban_no=!1,o.chk_nationalID_status=!1,o.chk_reg_date=!1,o.chk_em_labour_card_no=!1,o.chk_em_status=!1,o.chk_em_leave_resume_date=!1,o.chk_em_joining_ref=!1,o.chk_em_bank_code=!1,o.chk_em_Bank_Name=!1,o.chk_em_bank_ac_no=!1,o.chk_em_bank_swift_code=!1,o.chk_em_leave_start_date=!1,o.chk_em_leave_end_date=!1,o.chk_em_stop_salary_from=!1,o.chk_em_unpaid_leave=!1,o.chk_em_punching_id=!1,o.chk_em_passport_no=!1,o.chk_em_passport_issuing_authority=!1,o.chk_em_passport_issue_date=!1,o.chk_em_pssport_exp_rem_date=!1,o.chk_em_passport_exp_date=!1,o.chk_em_passport_ret_date=!1,o.chk_em_passport_issuing_authority=!1,o.chk_em_passport_issue_place=!1,o.chk_em_national_id=!1,o.chk_em_national_id_issue_date=!1,o.chk_em_national_id_expiry_date=!1,o.chk_em_modified_on=!1,o.chk_em_pwd=!1,o.chk_em_secret_question_code=!1,o.chk_em_secret_answer=!1,o.chk_em_agreement_start_date=!1,o.chk_em_agreement_exp_date=!1,o.chk_em_agreemet_exp_rem_date=!1,o.chk_em_Salutation_Code=!1,o.chk_em_first_name=!1,o.chk_em_middle_name=!1,o.chk_em_last_name=!1,o.chk_em_Sex_Code=!1,o.chk_em_Nation_Code=!1,o.chk_em_emergency_relation1=!1,o.chk_em_emergency_relation2=!1,o.chk_em_handicap_status=!1,o.chk_em_visa_no=!1,o.chk_em_agreement_code=!1,o.chk_em_punching_status=!1,o.chk_em_Bank_Code=!1,o.chk_em_Bank_Name=!1,o.chk_em_bank_cash_tag=!1,o.chk_comn_role_name=!1,o.chk_em_adec_approval_number=!1,o.chk_em_adec_approval_Date=!1,o.chk_em_adec_approved_qualification=!1,o.chk_em_adec_approved_designation=!1,o.chk_em_adec_approved_subject=!1,o.chk_em_adec_approved_level=!1,o.chk_em_occup_health_card_number=!1,o.chk_em_occup_health_card_issue_date=!1,o.chk_em_occup_health_card_expiry_date=!1,o.chk_em_heath_card_status=!1,o.chk_employeeDocument=!1,o.chk_em_Designation_Code=!1,o.chk_em_route_code=!1,o.chk_hobby=!1,o.chk_em_adhar_id=!1,o.chk_em_votor_id=!1,o.chk_em_school_name=!1,o.chk_en_labour_card_expiry_date=!1,o.chk_em_per_email=!1,o.chk_em_khda_noc_required=!1,o.chk_em_khda_noc_submitted=!1,o.chk_em_pro_visa_number=!1,o.chk_em_visa_uid=!1,o.chk_em_probation_period_days=!1,o.chk_em_probation_completion_date=!1,o.chk_em_probation_confirmation_date=!1,o.chk_basic_salary=!1,o.chk_trans_alloewnce=!1,o.chk_telephonic_allowence=!1,o.chk_house_allowence=!1,o.chk_additional_alloewnce=!1,o.chk_cord_allowence=!1,o.chk_other_allowence=!1,o.chk_total_earning=!1,o.chk_emp_sec=!1)},o.exportexcel=function(e){var t=new function e(){if(!(this instanceof e))return new e;this.SheetNames=[],this.Sheets={}},e=function(e){for(var t,a={},o={s:{c:1e7,r:1e7},e:{c:0,r:0}},s=0;s!=e.length;++s)for(var n=0;n!=e[s].length;++n){o.s.r>s&&(o.s.r=s),o.s.c>n&&(o.s.c=n),o.e.r<s&&(o.e.r=s),o.e.c<n&&(o.e.c=n);var i,d={v:e[s][n]};null!=d.v&&(i=XLSX.utils.encode_cell({c:n,r:s}),"number"==typeof d.v?d.t="n":"boolean"==typeof d.v?d.t="b":d.v instanceof Date?(d.t="n",d.z=XLSX.SSF._table[14],d.v=(t=d.v,void 0&&(t+=1462),(Date.parse(t)-new Date(Date.UTC(1899,11,30)))/864e5)):d.t="s",a[i]=d)}return o.s.c<1e7&&(a["!ref"]=XLSX.utils.encode_range(o)),a}(e),e=(t.SheetNames.push(o.fileName),t.Sheets[o.fileName]=e,XLSX.write(t,{bookType:"xlsx",bookSST:!0,type:"binary"}));saveAs(new Blob([function(e){for(var t=new ArrayBuffer(e.length),a=new Uint8Array(t),o=0;o!=e.length;++o)a[o]=255&e.charCodeAt(o);return t}(e)],{type:"application/octet-stream"}),o.fileName+".xlsx")}}])}(),function(){"use strict";angular.module("sims.module.HRMS").controller("EmployeeReportOesCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(t,e,a,o,s,n,i){t.arry=[],o(function(){$("#customers").tableHeadFixer({top:1})},100),t.exportData=function(){alasql('SELECT * INTO XLSX("Report.xlsx",{headers:true})  FROM HTML("#customers",{headers:true,skipdisplaynone:true})')},t.items=[{Name:"ANC101",Date:"10/02/2014",Terms:["samsung","nokia","apple"],temp:"ANC101"},{Name:"ABC102",Date:"10/02/2014",Terms:["motrolla","nokia","iPhone"],temp:"ANC102"}],t.header=["name","dob"],t.data=[{name:"xyz",dob:"10/02/2014"},{name:"abc",dob:"10/02/2014"}],t.busyindicator=!1,n.get(i.apiUrl+"api/finance/getComCode").then(function(e){t.compcode=e.data,t.edt={gdua_comp_code:t.compcode[0].gdua_comp_code},t.companyChange_Designation(t.edt.gdua_comp_code)}),n.get(i.apiUrl+"api/EmployeeReport/GetDepartmentName").then(function(e){t.cmbDepartment=e.data,setTimeout(function(){$("#cmb_academic_year").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"})},1e3)}),$(function(){$("#cmb_academic_year").multipleSelect({width:"100%"})}),t.companyChange_Designation=function(e){n.get(i.apiUrl+"api/EmployeeReport/GetDesignation?com_code="+e).then(function(e){t.cmbDesignation=e.data,setTimeout(function(){$("#cmb_grade_code").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"})},1e3)})},$(function(){$("#cmb_grade_code").multipleSelect({width:"100%"})}),n.get(i.apiUrl+"api/EmployeeReport/GetServiceStatus").then(function(e){t.empservice=e.data,setTimeout(function(){$("#Select1").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"})},1e3)}),$(function(){$("#Select1").multipleSelect({width:"100%"})}),t.Show_Data=function(){t.table=!0,t.busyindicator=!0,n.get(i.apiUrl+"api/EmployeeReport/GetEmployeeReportOes?comp="+t.edt.gdua_comp_code+"&desg="+t.code+"&dept="+t.dept_no+"&sstatus="+t.sesi_code+"&empID="+t.txt_employee_id).then(function(e){t.empList=e.data})},t.back=function(){t.table=!1,t.busyindicator=!1},t.checkallClick=function(e){e?(t.chk_em_nationalities=!0,t.chk_em_company_name=!0,t.chk_em_qualification=!0,t.chk_em_Qualification_new=!0,t.chk_em_Qualification_Arabic=!0,t.chk_em_Accommodation_Status=!0,t.chk_em_dept_name=!0,t.chk_em_desg_desc=!0,t.chk_em_visa_issue_date=!0,t.chk_em_login_code=!0,t.chk_em_dept_effect_from=!0,t.chk_em_dest_desc=!0,t.chk_em_grade_name=!0,t.chk_em_number=!0,t.chk_em_visa_exp_date=!0,t.chk_em_grade_effect_from=!0,t.chk_em_staff_type=!0,t.chk_em_full_name=!0,t.chk_em_apartment_number=!0,t.chk_em_visa_exp_rem_date=!0,t.chk_em_family_name=!0,t.chk_em_name_ot=!0,t.chk_em_date_of_birth=!0,t.chk_em_building_number=!0,t.chk_em_visa_issuing_place=!0,t.chk_em_sex=!0,t.chk_em_marital_status=!0,t.chk_em_religion_name=!0,t.chk_em_street_number=!0,t.chk_em_visa_issuing_authority=!0,t.chk_em_etdnicity_name=!0,t.chk_em_summary_address=!0,t.chk_em_city=!0,t.chk_em_area_number=!0,t.chk_em_visa_type=!0,t.chk_em_state=!0,t.chk_em_country=!0,t.chk_em_phone=!0,t.chk_em_summary_address_local_language=!0,t.chk_em_mobile=!0,t.chk_em_email=!0,t.chk_em_Emp_Person_Email=!0,t.chk_em_Office_Email=!0,t.chk_em_fax=!0,t.chk_em_po_fax=!0,t.chk_em_dependant_full=!0,t.chk_em_dependant_half=!0,t.chk_em_emergency_contact_name1=!0,t.chk_em_emergency_contact_name2=!0,t.chk_em_emergency_contact_number1=!0,t.chk_em_emergency_contact_number2=!0,t.chk_em_date_of_join=!0,t.chk_em_service_status=!0,t.chk_em_ledger_ac_no=!0,t.chk_em_gpf_ac_no=!0,t.chk_em_gosi_ac_no=!0,t.chk_em_gosi_start_date=!0,t.chk_em_pan_no=!0,t.chk_em_iban_no=!0,t.chk_em_labour_card_no=!0,t.chk_em_status=!0,t.chk_em_leave_resume_date=!0,t.chk_em_joining_ref=!0,t.chk_em_bank_code=!0,t.chk_em_bank_ac_no=!0,t.chk_em_bank_swift_code=!0,t.chk_em_leave_start_date=!0,t.chk_em_leave_end_date=!0,t.chk_em_stop_salary_from=!0,t.chk_em_unpaid_leave=!0,t.chk_em_punching_id=!0,t.chk_em_passport_no=!0,t.chk_em_ethnicity_name=!0,t.chk_em_passport_issue_date=!0,t.chk_em_pssport_exp_rem_date=!0,t.chk_em_passport_exp_date=!0,t.chk_em_passport_ret_date=!0,t.chk_em_passport_issuing_authority=!0,t.chk_em_passport_issue_place=!0,t.chk_em_national_id=!0,t.chk_em_national_id_issue_date=!0,t.chk_em_national_id_expiry_date=!0,t.chk_em_modified_on=!0,t.chk_em_Nation_Code=!0,t.chk_em_pwd=!0,t.chk_em_secret_question_code=!0,t.chk_em_secret_answer=!0,t.chk_em_agreement_start_date=!0,t.chk_em_agreement_exp_date=!0,t.chk_em_agreemet_exp_rem_date=!0,t.chk_em_dependant_infant=!0,t.chk_em_status1=!0,t.chk_em_stat=!0,t.chk_em_expirydate=!0,t.chk_em_Sponsor_ID=!0,t.chk_em_Sponsor_Name_In_English=!0,t.chk_em_Sponsor_Name_In_Arabic=!0,t.chk_em_Sponsor_Mobile_No=!0,t.chk_em_Sponsor_Address_In_English=!0,t.chk_em_Sponsor_Address_In_Arabic=!0,t.chk_em_Sponsor_Work_Place_In_English=!0,t.chk_em_Sponsor_Work_Place_In_Arabic=!0,t.chk_em_destination=!0,t.chk_em_airport=!0,t.chk_em_applicable_frequency=!0):(t.chk_em_nationalities=!1,t.chk_em_company_name=!1,t.chk_em_qualification=!1,t.chk_em_Qualification_new=!1,t.chk_em_Qualification_Arabic=!1,t.chk_em_Accommodation_Status=!1,t.chk_em_dept_name=!1,t.chk_em_desg_desc=!1,t.chk_em_visa_issue_date=!1,t.chk_em_login_code=!1,t.chk_em_dept_effect_from=!1,t.chk_em_dest_desc=!1,t.chk_em_grade_name=!1,t.chk_em_number=!1,t.chk_em_visa_exp_date=!1,t.chk_em_grade_effect_from=!1,t.chk_em_staff_type=!1,t.chk_em_full_name=!1,t.chk_em_apartment_number=!1,t.chk_em_visa_exp_rem_date=!1,t.chk_em_family_name=!1,t.chk_em_name_ot=!1,t.chk_em_ethnicity_name=!1,t.chk_em_date_of_birth=!1,t.chk_em_building_number=!1,t.chk_em_visa_issuing_place=!1,t.chk_em_sex=!1,t.chk_em_marital_status=!1,t.chk_em_religion_name=!1,t.chk_em_street_number=!1,t.chk_em_visa_issuing_authority=!1,t.chk_em_etdnicity_name=!1,t.chk_em_summary_address=!1,t.chk_em_city=!1,t.chk_em_area_number=!1,t.chk_em_visa_type=!1,t.chk_em_state=!1,t.chk_em_country=!1,t.chk_em_phone=!1,t.chk_em_summary_address_local_language=!1,t.chk_em_mobile=!1,t.chk_em_email=!1,t.chk_em_Emp_Person_Email=!1,t.chk_em_Office_Email=!1,t.chk_em_fax=!1,t.chk_em_po_fax=!1,t.chk_em_dependant_infant=!1,t.chk_em_dependant_full=!1,t.chk_em_dependant_half=!1,t.chk_em_emergency_contact_name1=!1,t.chk_em_emergency_contact_name2=!1,t.chk_em_emergency_contact_number1=!1,t.chk_em_emergency_contact_number2=!1,t.chk_em_date_of_join=!1,t.chk_em_service_status=!1,t.chk_em_ledger_ac_no=!1,t.chk_em_gpf_ac_no=!1,t.chk_em_gosi_ac_no=!1,t.chk_em_gosi_start_date=!1,t.chk_em_pan_no=!1,t.chk_em_iban_no=!1,t.chk_em_labour_card_no=!1,t.chk_em_status=!1,t.chk_em_leave_resume_date=!1,t.chk_em_joining_ref=!1,t.chk_em_bank_code=!1,t.chk_em_bank_ac_no=!1,t.chk_em_bank_swift_code=!1,t.chk_em_leave_start_date=!1,t.chk_em_leave_end_date=!1,t.chk_em_stop_salary_from=!1,t.chk_em_unpaid_leave=!1,t.chk_em_punching_id=!1,t.chk_em_passport_no=!1,t.chk_em_passport_issuing_authority=!1,t.chk_em_passport_issue_date=!1,t.chk_em_pssport_exp_rem_date=!1,t.chk_em_passport_exp_date=!1,t.chk_em_passport_ret_date=!1,t.chk_em_passport_issuing_authority=!1,t.chk_em_passport_issue_place=!1,t.chk_em_national_id=!1,t.chk_em_national_id_issue_date=!1,t.chk_em_national_id_expiry_date=!1,t.chk_em_modified_on=!1,t.chk_em_Nation_Code=!1,t.chk_em_pwd=!1,t.chk_em_secret_question_code=!1,t.chk_em_secret_answer=!1,t.chk_em_agreement_start_date=!1,t.chk_em_agreement_exp_date=!1,t.chk_em_agreemet_exp_rem_date=!1,t.chk_em_status1=!1,t.chk_em_stat=!1,t.chk_em_expirydate=!1,t.chk_em_Sponsor_ID=!1,t.chk_em_Sponsor_Name_In_English=!1,t.chk_em_Sponsor_Name_In_Arabic=!1,t.chk_em_Sponsor_Mobile_No=!1,t.chk_em_Sponsor_Address_In_English=!1,t.chk_em_Sponsor_Address_In_Arabic=!1,t.chk_em_Sponsor_Work_Place_In_English=!1,t.chk_em_Sponsor_Work_Place_In_Arabic=!1,t.chk_em_destination=!1,t.chk_em_airport=!1,t.chk_em_applicable_frequency=!1)}}])}(),function(){"use strict";var e=angular.module("sims.module.HRMS");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("EmployeeLeaveApplicationCont",["$scope","$state","$rootScope","$stateParams","$timeout","gettextCatalog","$http","$filter","ENV",function(l,e,t,a,o,s,r,n,m){l.display=!0,l.grid=!0,l.div_pendingview=!0,l.div_trans=!1,l.div_emp_search=!1,l.SaveBtnDisabled=!1;l.year_data=[],l.uploading_doc1=!0,l.div_pending=!1,l.enroll_number_lists=[],l.Holileave_data=[],l.test_emp=[],l.role_data=[],l.emprole_data=[],new Date;l.ddMMyyyy=n("date")(new Date,"dd-MM-yyyy"),l.username=t.globals.currentUser.username,t.visible_stud=!1,t.visible_parent=!1,t.visible_search_parent=!1,t.visible_teacher=!1,t.visible_User=!1,t.visible_Employee=!0,t.chkMulti=!1,l.emp_name="",l.edt={};var p,u,g,h,c=[],f=[],i=[],y=[],b=(l.empleave_history=[],l.india=!1,l.showWorkFlowType=!1,["dmc","christ","svvmc","cesc","gvmcce","sis","dvps"].includes(r.defaults.headers.common.schoolId)&&(l.showWorkFlowType=!0),o(function(){$("#fixedtable,#fixedtable1,#fixTable1").tableHeadFixer({top:1})},100),r.get(m.apiUrl+"api/HRMS/getLicSchool").then(function(e){l.lic_school_data=e.data,console.log("lic_school_data",l.lic_school_data),"India"==l.lic_school_data[0].lic_school_country&&(l.india=!0)}),l.$on("global_cancel",function(e){l.Empmodal_cancel()}),l.getEmployee1=function(){l.edt={},l.leavebal_data="",l.myForm.$setPristine(),l.myForm.$setUntouched(),l.global_Search_click(),$("#Global_Search_Modal").modal({backdrop:"static"}),l.edt.sims_workflow_type=l.GetWorkFlowType[0].sims_workflow_type},l.UploadFileModal=function(){$("#myModal").modal("show")},l.getDate=function(){},r.get(m.apiUrl+"api/common/EmployeeLeave/Get_Current_AcademicYear").then(function(e){l.year_data=e.data,l.yearcurrentstart=l.year_data.yearcurrentstart,l.yearcurrentyend=l.year_data.yearcurrentyend,l.getDate()}),r.get(m.apiUrl+"api/common/EmployeeLeave/Get_RoleDetails").then(function(e){l.role_data=e.data,r.get(m.apiUrl+"api/common/EmployeeLeave/Get_empRoleDetails?emp_id="+l.username).then(function(e){l.emprole_data=e.data;for(var t=0;t<l.role_data.length;t++)for(var a=0;a<l.emprole_data.length;a++)l.role_data[t].sims_param_role_field===l.emprole_data[a].sims_param_role_id&&(l.div_emp_search=!0,l.emp_name=l.username)})}),r.get(m.apiUrl+"api/common/EmployeeLeave/Get_EmpInfo?emp_id="+l.username).then(function(e){l.emp_data=e.data,jQuery.isEmptyObject(l.emp_data)||(l.comp_code=l.emp_data[0].comp_code,l.dep_code=l.emp_data[0].dept_no,console.log("emp_data",l.emp_data),r.get(m.apiUrl+"api/common/EmployeeLeave/Get_EMPLeaveDetails?compcode="+l.emp_data[0].comp_code+"&employee_id="+l.username).then(function(e){l.leaveType_data=e.data}),r.get(m.apiUrl+"api/common/EmployeeLeave/Get_EMPAllLeaveDates?compcode="+l.comp_code+"&employee_id="+l.username).then(function(e){l.leavedate_data=e.data;for(var t=0;t<l.leavedate_data.length;t++){var a=moment(l.leavedate_data[t].lt_start_date,"DD-MM-YYYY").format("YYYY-MM-DD"),o=moment(l.leavedate_data[t].lt_end_date,"DD-MM-YYYY").format("YYYY-MM-DD"),a=b(new Date(a),new Date(o));c.push(a)}for(var s=0;s<=c.length;s++)if(0<(y=c[s]).length)for(var n=0;n<y.length;n++){var i=moment(y[n],"DD-MM-YYYY").format("YYYY-MM-DD"),i=new Date(i),d=i.getMonth()+1,_=i.getDate();l.d=parseInt(_)+"-"+parseInt(d)+"-"+i.getFullYear(),f.push(l.d)}}),r.get(m.apiUrl+"api/common/EmployeeLeave/Get_empHolidayDetails?emp_id="+l.username).then(function(e){l.Holileave_data=e.data}),r.get(m.apiUrl+"api/leavedetails/GetAllEMPLeaveHistoryDetails?comp_code="+l.comp_code+"&emp_id="+l.username).then(function(e){l.empleave_history=e.data}),r.get(m.apiUrl+"api/common/EmployeeLeave/GetSubstituteEmployee?comp_code="+l.comp_code+"&emp_code="+l.username).then(function(e){l.substitute_employees=e.data}),r.get(m.apiUrl+"api/Workflow/GetWorkFlowDepartmentWise?dept_code="+l.emp_data[0].dept_no).then(function(e){l.GetWorkFlowType=e.data,l.edt.sims_workflow_type=l.GetWorkFlowType[0].sims_workflow_type}))}),l.Empmodal_cancel=function(){for(var e=0;e<l.SelectedUserLst.length;e++)l.enroll_number_lists.push(l.SelectedUserLst[e]),l.test_emp=l.SelectedUserLst[e],l.emp_name=l.test_emp.em_login_code;r.get(m.apiUrl+"api/common/EmployeeLeave/Get_EmpInfo?emp_id="+l.emp_name).then(function(e){l.emp_data=e.data,jQuery.isEmptyObject(l.emp_data)||(l.comp_code=l.emp_data[0].comp_code,l.dep_code=l.emp_data[0].dept_no,console.log("emp_data",l.emp_data),r.get(m.apiUrl+"api/common/EmployeeLeave/Get_EMPLeaveDetails?compcode="+l.emp_data[0].comp_code+"&employee_id="+l.emp_name).then(function(e){l.leaveType_data=e.data}),r.get(m.apiUrl+"api/common/EmployeeLeave/Get_EMPAllLeaveDates?compcode="+l.emp_data[0].comp_code+"&employee_id="+l.emp_name).then(function(e){l.leavedate_data=e.data;for(var t=0;t<l.leavedate_data.length;t++){var a=moment(l.leavedate_data[t].lt_start_date,"DD-MM-YYYY").format("YYYY-MM-DD"),o=moment(l.leavedate_data[t].lt_end_date,"DD-MM-YYYY").format("YYYY-MM-DD"),a=b(new Date(a),new Date(o));c.push(a)}for(var s=0;s<=c.length;s++)if(0<(y=c[s]).length)for(var n=0;n<y.length;n++){var i=moment(y[n],"DD-MM-YYYY").format("YYYY-MM-DD"),i=new Date(i),d=i.getMonth()+1,_=i.getDate();l.d=parseInt(_)+"-"+parseInt(d)+"-"+i.getFullYear(),f.push(l.d)}}),r.get(m.apiUrl+"api/common/EmployeeLeave/Get_empHolidayDetails?emp_id="+l.emp_name).then(function(e){l.Holileave_data=e.data}),r.get(m.apiUrl+"api/leavedetails/GetAllEMPLeaveHistoryDetails?comp_code="+l.comp_code+"&emp_id="+l.emp_name).then(function(e){l.empleave_history=e.data}),r.get(m.apiUrl+"api/common/EmployeeLeave/GetSubstituteEmployee?comp_code="+l.comp_code+"&emp_code="+l.emp_name).then(function(e){l.substitute_employees=e.data}),r.get(m.apiUrl+"api/Workflow/GetWorkFlowDepartmentWise?dept_code="+l.emp_data[0].dept_no).then(function(e){l.GetWorkFlowType=e.data,l.edt.sims_workflow_type=l.GetWorkFlowType[0].sims_workflow_type}))})},function(e,t){i=[];for(var a=e,o=function(e){var t=moment(this.valueOf(),"DD-MM-YYYY").format("YYYY-MM-DD"),t=new Date(t);return t.setDate(t.getDate()+e),t};a<=t;){a=n("date")(a,"dd-MM-yyyy");1==l.checkeddateflag?i.push({checkdates:a}):i.push(a),a=o.call(a,1)}return i}),v=(l.getLeaveBalance=function(e){l.leavebal_data="",l.edt.sims_start_chk="",l.edt.sims_end_chk="",l.edt.lt_days="",l.edt.remain_leave="",l.edt.lwp_leave="",l.edt.lt_remarks="",l.allowed_paid_leave="",$("#dp_start_date").val(""),$("#dp_endadmdate").val(""),l.edt.lt_start_date="",l.edt.lt_end_date="",0==l.div_emp_search?(r.get(m.apiUrl+"api/common/EmployeeLeave/Get_EMPLeaveMaxDays?le_leave_code="+e+"&compcode="+l.comp_code+"&employee_id="+l.username).then(function(e){l.leavebal_data=e.data}),r.get(m.apiUrl+"api/common/EmployeeLeave/GetLeaveDetails?emp_code="+l.username+"&comp_code="+l.comp_code).then(function(e){l.leavedeatails_data=e.data,0<l.leavedeatails_data.length&&(l.div_pending=!0)}),r.get(m.apiUrl+"api/common/EmployeeLeave/Get_AllowedLeaveStatus?le_leave_code="+e+"&compcode="+l.comp_code+"&employee_id="+l.username).then(function(e){l.allowed_paid_leave=e.data[0].allowed_paid_leave,console.log("allowed_paid_leave",l.allowed_paid_leave)})):(r.get(m.apiUrl+"api/common/EmployeeLeave/Get_EMPLeaveMaxDays?le_leave_code="+e+"&compcode="+l.comp_code+"&employee_id="+l.emp_name).then(function(e){l.leavebal_data=e.data}),r.get(m.apiUrl+"api/common/EmployeeLeave/GetLeaveDetails?emp_code="+l.emp_name+"&comp_code="+l.comp_code).then(function(e){l.leavedeatails_data=e.data,0<l.leavedeatails_data.length&&(l.div_pending=!0)}),r.get(m.apiUrl+"api/common/EmployeeLeave/Get_AllowedLeaveStatus?le_leave_code="+e+"&compcode="+l.comp_code+"&employee_id="+l.emp_name).then(function(e){l.allowed_paid_leave=e.data[0].allowed_paid_leave,console.log("allowed_paid_leave",l.allowed_paid_leave)})),setTimeout(function(){$(document).ready(function(){$("#dp_start_date, #dp_endadmdate").kendoDatePicker({format:"dd-MM-yyyy",value:""})})},500)},l.UserSearch=function(){$("#Employee").modal("show"),l.div_pendingview=!0,l.div_trans=!1,0==l.div_emp_search?r.get(m.apiUrl+"api/common/EmployeeLeave/GetLeaveDetails?emp_code="+l.username+"&comp_code="+l.comp_code).then(function(e){l.leavedeatails_data=e.data}):r.get(m.apiUrl+"api/common/EmployeeLeave/GetLeaveDetails?emp_code="+l.emp_name+"&comp_code="+l.comp_code).then(function(e){l.leavedeatails_data=e.data})},l.viewDetails=function(e){r.get(m.apiUrl+"api/common/EmployeeLeave/GetStatusofTransactionforEmployee?transactionId="+e).then(function(e){l.Empleavedeatails_data=e.data,l.div_pendingview=!1,l.div_trans=!0})},l.viewWOrkflowDetails=function(e){$("#workflow_details").modal("show"),r.get(m.apiUrl+"api/common/EmployeeLeave/GetStatusofTransactionforEmployee?transactionId="+e).then(function(e){l.Empleavedeatails_data=e.data})},l.edt={sims_start_chk:!1,sims_end_chk:!1},l.chk_end_date=function(e){""!=l.edt.lt_end_date&&r.get(m.apiUrl+"api/common/EmployeeLeave/getChkEndDate?emp_id="+e+"&lt_end_date="+l.edt.lt_end_date).then(function(e){l.ChkitemPresent=e.data,"Y"==l.ChkitemPresent[0].leave_exists&&(swal({title:"Alert",text:"You have already applied leave on this date "+l.edt.lt_end_date,showCloseButton:!0,width:380}),l.edt.lt_end_date="")})},0),w=0,d=(l.getDateLeaves=function(){if(l.checkeddateflag=!0,l.edt.lt_days="",l.edt.lwp_leave="",!((l.edt.remain_leave="")==l.edt.lt_start_date&&null==l.edt.lt_start_date||""==l.edt.lt_end_date&&null==l.edt.lt_start_date)&&moment(l.edt.lt_end_date,"DD-MM-YYYY").format("YYYY-MM-DD")>=moment(l.edt.lt_start_date,"DD-MM-YYYY").format("YYYY-MM-DD")){for(var e=0,t=0;t<l.Holileave_data.length;t++){var a=moment(l.Holileave_data[t].lt_start_date,"DD-MM-YYYY").format("YYYY-MM-DD"),o=moment(l.Holileave_data[t].lt_end_date,"DD-MM-YYYY").format("YYYY-MM-DD"),s=b(new Date(a),new Date(o)),n=b(new Date(a),new Date(o));if(0<s.length)for(var i=0;i<s.length;i++)for(var d=0;d<n.length;d++)n[d].checkdates==s[i].checkdates&&(e+=1)}var _=moment(l.edt.lt_start_date,"DD-MM-YYYY").format("YYYY-MM-DD"),c=moment(l.edt.lt_end_date,"DD-MM-YYYY").format("YYYY-MM-DD");g=new Date(c),u=new Date(_),"clarionschool"==r.defaults.headers.common.schoolId&&"1"==l.edt.leave_code?(h=0,1==l.edt.sims_start_chk&&1==l.edt.sims_end_chk&&(h=1,p="1.1"),1!=l.edt.sims_start_chk||0!=l.edt.sims_end_chk&&null!=l.edt.sims_end_chk||(h=.5,p="0.1"),0!=l.edt.sims_start_chk&&null!=l.edt.sims_start_chk||1!=l.edt.sims_end_chk||(h=.5,p="0.1")):(h=_===c?1:(g=Math.abs(g.getTime()-u.getTime()),Math.ceil(g/864e5)+1),1==l.edt.sims_start_chk&&1==l.edt.sims_end_chk&&(h-=1,p="1.1"),0!=l.edt.sims_start_chk&&null!=l.edt.sims_start_chk||0!=l.edt.sims_end_chk&&null!=l.edt.sims_end_chk||(p="0"),1!=l.edt.sims_start_chk||0!=l.edt.sims_end_chk&&null!=l.edt.sims_end_chk||(h-=.5,p="0.1"),0!=l.edt.sims_start_chk&&null!=l.edt.sims_start_chk||1!=l.edt.sims_end_chk||(h-=.5,p="0.1")),"clarionschool"==r.defaults.headers.common.schoolId&&"1"==l.edt.leave_code?r.get(m.apiUrl+"api/common/EmployeeLeave/Get_Holidays?le_leave_code="+l.edt.leave_code+"&start_date="+_+"&end_date="+c+"&employee_id="+l.emp_name).then(function(e){h=parseFloat(h)+parseFloat(e.data[0].holidaycount),l.edt.lt_days=h+" Days",l.edt.remain_leave=parseFloat(l.leavebal_data)-parseFloat(h),0<l.leavebal_data-h?l.edt.lwp_leave=0:(l.edt.lwp_leave=parseFloat(l.edt.lt_days)-parseFloat(l.leavebal_data),l.edt.remain_leave="0")}):h-=e,isNaN(h)&&(h=0),console.log("diffDays",h),l.edt.lt_days=h,0<l.leavebal_data-h?(l.edt.remain_leave=l.leavebal_data-h,l.edt.lwp_leave=0):(l.edt.lwp_leave=h-l.leavebal_data,l.edt.remain_leave="0")}"N"==l.allowed_paid_leave&&l.leavebal_data<=0&&(l.edt.lwp_leave=0,h=0,swal({title:"Alert",text:"You have only "+l.leavebal_data+" balance leave.\n Can not apply more than balance leave.",showCloseButton:!0,width:380}),l.edt.lt_end_date=""),l.edt.lwp_leave,moment(l.edt.lt_end_date,"DD-MM-YYYY").format("YYYY-MM-DD")<moment(l.edt.lt_start_date,"DD-MM-YYYY").format("YYYY-MM-DD")&&(swal({title:"Alert",text:"End Date is Less than Start Date",showCloseButton:!0,width:380}),l.edt.lt_end_date="");for(_="",t=w=v=0;t<l.empleave_history.length;t++)l.empleave_history[t].lt_leave_code==l.edt.leave_code&&(w+=parseFloat(l.empleave_history[t].lt_days),v=l.empleave_history[t].balanceLeaves);console.log("balanceLeaves",v),_=1==l.div_emp_search?l.emp_name:l.username,""!=l.edt.lt_start_date&&""!=l.edt.lt_end_date&&r.get(m.apiUrl+"api/common/EmployeeLeave/GetCheckLeaveExists?emp_id="+_+"&lt_start_date="+l.edt.lt_start_date+"&lt_end_date="+l.edt.lt_end_date).then(function(e){l.checkLeaveExists=e.data,"Y"==l.checkLeaveExists[0].leave_exists&&(swal({title:"Alert",text:"You have already applied leave between "+l.edt.lt_start_date+" and "+l.edt.lt_end_date,showCloseButton:!0,width:380}),l.edt.lt_start_date="",l.edt.lt_end_date="")}),""!=l.edt.lt_start_date&&""!=l.edt.lt_end_date&&r.get(m.apiUrl+"api/common/EmployeeLeave/GetCheckLeaveExists_latest?emp_id="+_+"&lt_leave_code="+l.edt.leave_code+"&lt_start_date="+l.edt.lt_start_date+"&lt_end_date="+l.edt.lt_end_date+"&lt_days="+l.edt.lt_days).then(function(e){l.checkLeaveExists_latest=e.data,""!=l.checkLeaveExists_latest[0].leave_msg&&swal({title:"Alert",text:l.checkLeaveExists_latest[0].leave_msg,showCloseButton:!0,width:380}),l.edt.lt_start_date="",l.edt.lt_end_date=""})},""),_=(l.Save=function(e){var t;e&&("N"==l.allowed_paid_leave&&0<l.edt.lwp_leave?swal({title:"Alert",text:"You have only "+l.leavebal_data+" balance leave.\n Can not apply more than balance leave.",showCloseButton:!0,width:380}):"N"==l.allowed_paid_leave&&parseFloat(h)>parseFloat(v)&&0<w?swal({title:"Alert",text:"You have only "+v+" balance leave.\n Can not apply more than balance leave.",showCloseButton:!0,width:380}):(l.SaveBtnDisabled=!0,l.edt.lt_days=h,l.edt.lt_hours=p,d=1==l.div_emp_search?l.emp_name:l.username,null==l.filename1||""==l.filename1||null==l.filename1?l.file_name="":l.file_name=d+"_"+l.pays_leave_doc_name+"_"+l.filename1,"Y"==l.pays_leave_doc_is_mandatory&&""==l.file_name?swal({title:"Alert",text:"Please upload leave document.",showCloseButton:!0,width:380}):(console.log(l.file_name),e={em_login_code:d,comp_code:l.emp_data[0].comp_code,leave_code:l.edt.leave_code,lt_start_date:l.edt.lt_start_date,lt_end_date:l.edt.lt_end_date,lt_days:l.edt.lt_days,lt_remarks:l.edt.lt_remarks,lt_mgr_confirm_tag:"N",lt_converted_hours:"",lt_hours:l.edt.lt_hours,lt_substitute_employee:l.edt.lt_substitute_employee,em_doc_path:l.file_name,pays_leave_doc_code:l.pays_leave_doc_code},(t=[]).push(e),r.post(m.apiUrl+"api/common/EmployeeLeave/CUDInsertEMPLeaveDetails",t).then(function(e){l.msg=e.data,0<l.msg?(swal({text:"Leave Applied Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&(1==l.showWorkFlowType?r.post(m.apiUrl+"api/common/EmployeeLeave/CUDInsert_WorkflowDetails_DMC?transaction_id="+l.msg+"&dept_code="+l.emp_data[0].dept_no+"&workflow_type="+l.edt.sims_workflow_type+"&emp_code="+d).then(function(e){l.workflow_data=e.data}):r.post(m.apiUrl+"api/common/EmployeeLeave/CUDInsert_WorkflowDetails?transaction_id="+l.msg+"&dept_code="+l.emp_data[0].dept_no).then(function(e){l.workflow_data=e.data}),l.SaveBtnDisabled=!1,""!=l.file_name&&(e={method:"POST",url:m.apiUrl+"/api/EmpDocumentupload/upload?filename="+l.file_name+"&location=EmployeeDocument",data:_,headers:{"Content-Type":void 0}},r(e).success(function(e){},function(){swal({text:"Document not uploded.",showCloseButton:!0,width:380})})),l.SaveBtnDisabled=!1,l.cancel())}),r.get(m.apiUrl+"api/leavedetails/GetAllEMPLeaveHistoryDetails?comp_code="+l.emp_data[0].comp_code+"&emp_id="+d).then(function(e){l.empleave_history=e.data})):(swal({text:"Leave Not Applied. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}),l.cancel())}))))},l.Employeeleave_Reset=function(){l.div_trans=!1,l.div_pendingview=!0},l.cancel=function(){l.edt={},l.div_pending=!1,l.SaveBtnDisabled=!1,l.leavebal_data="",l.myForm.$setPristine(),l.myForm.$setUntouched(),l.filename1="",$("#file1").val(""),l.edt.sims_workflow_type=l.GetWorkFlowType[0].sims_workflow_type},l.downloaddoc=function(e){l.url=m.docUrl+r.defaults.headers.common.schoolId+"/Images/EmployeeDocument/"+e,window.open(l.url)},l.getLeaveDocument=function(e){console.log("$scope.leaveType_data",l.leaveType_data);for(var t=0;t<l.leaveType_data.length;t++)if(l.leaveType_data[t].leave_code==e){l.pays_leave_doc_code=l.leaveType_data[t].pays_leave_doc_code,l.pays_leave_doc_name=l.leaveType_data[t].pays_leave_doc_name,l.pays_leave_doc_is_mandatory=l.leaveType_data[t].pays_leave_doc_is_mandatory;break}console.log(l.pays_leave_doc_code),console.log(l.pays_leave_doc_name),console.log(l.pays_leave_doc_is_mandatory)},new FormData);l.hideModal=function(){l.showFileName=!0,l.filename1=l.filename,null!=l.filename1&&""!=l.filename1&&null!=l.filename1||(l.showFileName=!1),l.edt.em_doc_path=l.filename1,$("#myModal").modal("hide")},l.getTheFiles=function(e){angular.forEach(e,function(e,t){_.append(t,e)})};l.file_changed=function(e){l.uploading_doc1=!0,l.flg_upd_emp=!1;var t=e.files[0],a=(t.type.split("/")[1],(a=t.name.split("."))[a.length-1]);e.files[0].size<2e6?"jpeg"==a||"jpg"==a||"png"==a||"pdf"==a||"docx"==a||"doc"==a?(l.filename=t.name,l.edt.employeeDocument=l.filename,$.extend(l.edt,l.edt),l.photo_filename=t.name,e=0,e=l.photo_filename.split("."),l.photo_filename.split(".")[e.length-1],l.photo_filename=t.type,(a=new FileReader).onload=function(e){l.$apply(function(){}),l.uploading_doc1=!1},a.readAsDataURL(t)):(l.flg_upd_emp=!0,swal({title:"File format not Supported. Supporting formats are jpeg , jpg , png , pdf , doc , docx",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380})):(l.flg_upd_emp=!0,swal({title:"Error : File size should be less than 2MB.",imageUrl:"assets/img/notification-alert.png"}))}}])}(),function(){"use strict";var c,e=angular.module("sims.module.HRMS");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("TransLeaveApprovalCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(o,e,t,a,s,n,i){o.pagesize="10",o.pageindex="1",o.EmpleaveType_data=[],o.christfields=!0,o.christfields1=!0,o.username=t.globals.currentUser.username,console.log("USER",o.username),a(function(){$("#fixedtable").tableHeadFixer({top:1})},100),o.filteredTodos=[],o.currentPage=1,o.numPerPage=10,o.maxSize=10,"christ"==n.defaults.headers.common.schoolId?o.balance_leave=!0:o.balance_leave=!1,o.christprincipal=!0,o.statusdrop=!1,"christ"==n.defaults.headers.common.schoolId&&n.get(i.apiUrl+"api/common/TransLeaveApproval/getchistprincipal_status?emp_id="+o.username).then(function(e){o.visibilitydata=e.data,"return true"==o.visibilitydata?(o.christprincipal=!1,o.statusdrop=!0):(o.christprincipal=!0,o.statusdrop=!1)}),n.get(i.apiUrl+"api/common/TransLeaveApproval/GetStatusforApproval").then(function(e){o.status_data=e.data}),n.get(i.apiUrl+"api/common/TransLeaveApproval/GetStatusforApprovalchristprinciple").then(function(e){o.statuschrist_data=e.data}),"christ"==n.defaults.headers.common.schoolId?(o.url_post=i.apiUrl+"api/common/TransLeaveApproval/GetTrasactionDetailsforApproval_christ?emp_id="+o.username,o.christfields=!1):o.url_post=i.apiUrl+"api/common/TransLeaveApproval/GetTrasactionDetailsforApproval?emp_id="+o.username,n.get(o.url_post,o.username).then(function(e){o.display=!1,o.grid=!0,o.EmpleaveType_data=e.data,o.totalItems=o.EmpleaveType_data.length,o.todos=o.EmpleaveType_data,o.makeTodos(),o.grid=!0}),o.makeTodos=function(){var e=parseInt(o.totalItems%o.numPerPage),e=(o.pagersize="0"===e?parseInt(o.totalItems/o.numPerPage):parseInt(o.totalItems/o.numPerPage)+1,(o.currentPage-1)*o.numPerPage),t=parseInt(e)+parseInt(o.numPerPage);o.filteredTodos=o.todos.slice(e,t)},o.getApproval=function(e){"christ"==n.defaults.headers.common.schoolId?o.christfields1=!1:o.christfields1=!0,$("#LeaveModal").modal({backdrop:"static",keyboard:!0}),n.get(i.apiUrl+"api/common/TransLeaveApproval/GetLeaveDetailsinWorkflow?transaction_id="+e).then(function(e){o.LeaveDetailsworkflow_data=e.data})},o.downloaddoc=function(e){o.url=i.docUrl+n.defaults.headers.common.schoolId+"/Images/EmployeeDocument/"+e,window.open(o.url)};var d=0;o.save=function(){var e,t=[];o.insert=!1;for(var a=0;a<o.filteredTodos.length;a++)!0===o.filteredTodos[a].sims_workflow_no1&&(e={sims_workflow_no:o.filteredTodos[a].sims_workflow_no,sims_workflow_description:o.filteredTodos[a].sims_workflow_description,sims_workflow_transdate:o.filteredTodos[a].sims_workflow_transdate,sims_workflow_status_code:o.filteredTodos[a].sims_workflow_status_code,sims_workflow_modcode:o.filteredTodos[a].sims_workflow_modcode,sims_workflow_applcode:o.filteredTodos[a].sims_workflow_applcode,sims_workflow_remark:o.filteredTodos[a].sims_workflow_remark},d=o.filteredTodos[a].sims_workflow_transactionid,o.done=!0,o.insert=!0,t.push(e));o.insert?n.post(i.apiUrl+"api/common/TransLeaveApproval/CUpdateTransactionDetails",t).then(function(e){o.Transaction_data=e.data,!0===o.Transaction_data?(o.username,e=o.username.toUpperCase(),n.get(i.apiUrl+"api/common/TransLeaveApproval/getEmployeeDataLT?sims_lt_no="+d+"&trans_id="+e).then(function(e){o.Transaction_data=e.data}),swal({text:"Leave Approved Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380})):swal({text:"Server Error ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}),o.getGrid()}):swal({text:"Please select at least one record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380})},o.getGrid=function(){"christ"==n.defaults.headers.common.schoolId?(o.url_post=i.apiUrl+"api/common/TransLeaveApproval/GetTrasactionDetailsforApproval_christ?emp_id="+o.username,o.christfields=!1):o.url_post=i.apiUrl+"api/common/TransLeaveApproval/GetTrasactionDetailsforApproval?emp_id="+o.username,n.get(o.url_post,o.username).then(function(e){o.display=!1,o.grid=!0,o.EmpleaveType_data=e.data,o.totalItems=o.EmpleaveType_data.length,o.todos=o.EmpleaveType_data,o.makeTodos(),o.grid=!0})},o.CheckAllChecked=function(){if(!0===(c=document.getElementById("mainchk")).checked)for(var e=0;e<o.filteredTodos.length;e++)document.getElementById(e).checked=!0,o.row1="row_selected",$("tr").addClass("row_selected");else for(e=0;e<o.filteredTodos.length;e++)document.getElementById(e).checked=!1,c.checked=!1,o.row1=""},o.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),o.color="#edefef"}),!0===(c=document.getElementById("mainchk")).checked&&(c.checked=!1,$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected")}))},o.size=function(e){"All"===e?(o.currentPage="1",o.filteredTodos=o.EmpleaveType_data,o.pager=!1):(o.pager=!0,o.pagesize=e,o.currentPage=1,o.numPerPage=e,o.makeTodos())},o.index=function(e){o.pageindex=e,o.currentPage=e,o.makeTodos(),c.checked=!1,o.row1=""},o.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).sims_workflow_det_empName.toLowerCase().indexOf(t.toLowerCase())||-1<e.leave_leavedesc.toLowerCase().indexOf(t.toLowerCase())||-1<e.leave_days.toLowerCase().indexOf(t.toLowerCase())||-1<e.leave_remark.toLowerCase().indexOf(t.toLowerCase());var t})},o.search=function(){if(o.todos=o.searched(o.EmpleaveType_data,o.searchText),o.totalItems=o.todos.length,o.currentPage="1",""===o.searchText&&(o.todos=o.EmpleaveType_data),o.makeTodos(),!0===(c=document.getElementById("mainchk")).checked){c.checked=!1;for(var e=0;e<o.filteredTodos.length;e++)document.getElementById(e).checked=!1,c.checked=!1,o.row1=""}},o.check_status=function(e){"R"===e.sims_workflow_status_code||"A"===e.sims_workflow_status_code?e.sims_workflow_no1=!0:"P"===e.sims_workflow_status_code&&(e.sims_workflow_no1=!1)}}])}(),function(){"use strict";var d,e=angular.module("sims.module.HRMS");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("LeaveTypeCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(s,e,t,a,o,n,i){s.pagesize="10",s.pageindex="0",s.pager=!0,s.leaveType_data=[];s.edit_code=!1,s.div_leave=!1,s.user_access=[],s.appcode=e.current.name.split(".");e=t.globals.currentUser.username;n.get(i.apiUrl+"api/AlertTransaction/Get_user_access_rights?username="+e+"&appl_code="+s.appcode[1]).then(function(e){s.user_rights=e.data;for(var t=0;t<s.user_rights.length;t++)0==t&&(s.user_access.data_read=s.user_rights[t].comn_user_read,s.user_access.data_insert=s.user_rights[t].comn_user_insert,s.user_access.data_update=s.user_rights[t].comn_user_update,s.user_access.data_delete=s.user_rights[t].comn_user_delete,s.user_access.data_massupdate=s.user_rights[t].comn_user_massupdate,s.user_access.is_admin=s.user_rights[t].comn_user_admin)}),s.allchk=function(){$("#cmb_staff_type_chk").multipleSelect("checkAll")},a(function(){$("#fixedtable").tableHeadFixer({top:1}),$("#cmb_staff_type_chk").multipleSelect("checkAll")},100),s.filteredTodos=[],s.currentPage=1,s.numPerPage=10,s.maxSize=10,s.edt={},n.get(i.apiUrl+"api/common/ShiftMaster/getCompany").then(function(e){s.comp_data=e.data,0<e.data.length&&(s.edt.le_company_code=e.data[0].sh_company_code),$("#cmb_staff_type_chk").multipleSelect("checkAll")}),n.get(i.apiUrl+"api/common/LeaveType/Getleavetype").then(function(e){s.stafftype_data=e.data,s.allchk()}),n.get(i.apiUrl+"api/common/LeaveType/Getleavetype").then(function(e){s.stafftype_data=e.data,setTimeout(function(){$("#cmb_staff_type_chk").change(function(){}).multipleSelect({width:"100%"}),$("#cmb_staff_type_chk").multipleSelect("checkAll")},1e3)}),n.get(i.apiUrl+"api/common/LeaveType/Get_leave_codes").then(function(e){s.leaveCode_data=e.data}),n.get(i.apiUrl+"api/common/LeaveType/Get_pay_leavetype").then(function(e){s.display=!1,s.grid=!0,s.leaveType_data=e.data,s.totalItems=s.leaveType_data.length,s.todos=s.leaveType_data,s.makeTodos(),s.grid=!0}),s.fetch_staff=function(){for(var a=[],e=s.temp.staff_code,t=0;t<s.stafftype_data.length;t++)e.includes(s.stafftype_data[t].staff_code)&&a.push(s.stafftype_data[t].staff_type);document.querySelectorAll("#fixedtable tbody tr").forEach(function(e){var t=e.querySelector(".staff-type-column").textContent.trim(),t=a.includes(t);e.style.display=t?"":"none"})},s.makeTodos=function(){s.currentPage=Math.max(1,Math.min(s.currentPage,s.pagersize));var e=(s.currentPage-1)*s.numPerPage,t=parseInt(e)+parseInt(s.numPerPage),a=parseInt(s.totalItems%s.numPerPage);s.pagersize="0"==a?parseInt(s.totalItems/s.numPerPage):parseInt(s.totalItems/s.numPerPage)+1,s.filteredTodos=s.todos.slice(e,t)},s.edit=function(e){0==s.user_access.data_update?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(s.display=!0,s.grid=!1,s.save1=!1,s.update1=!0,s.delete1=!1,s.edit_code=!0,s.div_leave=!0,s.edt={le_company_code:e.le_company_code,le_max_days_allowed:e.le_max_days_allowed,le_leave_code:e.le_leave_code,le_accumulated_tag:e.le_accumulated_tag,staff_code:e.staff_code},s.Getcatinfo(e.gr_company_code))},s.Save=function(e){var t,a=[];e&&(0==s.update1?(t={le_company_code:s.edt.le_company_code,le_max_days_allowed:s.edt.le_max_days_allowed,le_leave_code:s.edt.le_leave_code,le_accumulated_tag:s.edt.le_accumulated_tag,staff_code:s.edt.staff_code,opr:"I"},a.push(t),n.post(i.apiUrl+"api/common/LeaveType/CUDLeaveType",a).then(function(e){s.display=!0,s.msg1=e.data,1==s.msg1?swal({text:"Leave Type Added Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&s.getgrid()}):swal({text:"Leave Type Already Exists. "+s.msg1,imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}).then(function(e){e&&s.getgrid()})})):s.Update(e))},s.getgrid=function(){s.currentPage=1,n.get(i.apiUrl+"api/common/LeaveType/Get_pay_leavetype").then(function(e){s.display=!1,s.grid=!0,s.leaveType_data=e.data,s.totalItems=s.leaveType_data.length,s.todos=s.leaveType_data,s.makeTodos(),s.grid=!0}),1==(d=document.getElementById("mainchk")).checked&&(d.checked=!1,s.row1=""),s.row1="",s.myForm.$setPristine(),s.myForm.$setUntouched()},s.Update=function(e){var t=[];e&&(e={le_company_code:s.edt.le_company_code,le_max_days_allowed:s.edt.le_max_days_allowed,le_leave_code:s.edt.le_leave_code,le_accumulated_tag:s.edt.le_accumulated_tag,staff_code:s.edt.staff_code,opr:"U"},t.push(e),n.post(i.apiUrl+"api/common/LeaveType/CUDLeaveType",t).then(function(e){s.display=!0,s.msg1=e.data,1==s.msg1?swal({text:"Leave Type Updated Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&s.getgrid()}):swal({text:"This Leave Type is already Mapped.You cannot Update this Leave Type. "+s.msg1,imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&s.getgrid()})}))},s.Delete=function(){if(s.user_access.data_delete){var o=[];s.flag=!1;for(var e,t=0;t<s.filteredTodos.length;t++)document.getElementById("test-"+t).checked&&(s.flag=!0,e={le_company_code:s.filteredTodos[t].le_company_code,le_leave_code:s.filteredTodos[t].le_leave_code,staff_code:s.filteredTodos[t].staff_code,opr:"D"},o.push(e));s.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)n.post(i.apiUrl+"api/common/LeaveType/CUDLeaveType",o).then(function(e){s.msg1=e.data,s.msg1?swal({text:"Leave Type Deleted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&s.getgrid()}):swal({text:"This Leave Type is already Mapped.You cannot Delete this Leave Type. "+s.msg1,imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&s.getgrid()})});else{e=document.getElementById("mainchk");e.checked&&(e.checked=!1);for(var t=0;t<s.filteredTodos.length;t++){var a=document.getElementById(t);a.checked&&(a.checked=!1,$("tr").removeClass("row_selected"))}}}):swal({text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380})}else swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200})},s.New=function(){0==s.user_access.data_insert?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(s.edit_code=!1,s.display=!0,s.grid=!1,s.save1=!0,s.update1=!1,s.delete1=!1,s.edt=[],s.div_leave=!1,s.edt={le_accumulated_tag:!0},0<s.comp_data.length&&(s.edt.le_company_code=s.comp_data[0].sh_company_code))},s.cancel=function(){s.grid=!0,s.display=!1,s.myForm.$setPristine(),s.myForm.$setUntouched(),s.div_leave=!1},s.CheckAllChecked=function(){if(1==(d=document.getElementById("mainchk")).checked)for(var e=0;e<s.filteredTodos.length;e++)document.getElementById("test-"+e).checked=!0,s.row1="row_selected",$("tr").addClass("row_selected");else for(e=0;e<s.filteredTodos.length;e++)document.getElementById("test-"+e).checked=!1,d.checked=!1,s.row1="row_selected",$("tr").removeClass("row_selected")},s.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),s.color="#edefef"}),1==(d=document.getElementById("mainchk")).checked&&(d.checked=!1,$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected")}))},s.size=function(e){s.pager=10==e||20==e,"*"==e?(s.numPerPage=s.leaveType_data.length,s.filteredTodos=s.leaveType_data,s.currentPage=1,s.pager=!1):(s.pagesize=e,s.currentPage=1,s.numPerPage=e),s.makeTodos()},s.index=function(e){s.pageindex=e,s.currentPage=e,s.makeTodos(),d.checked=!1,s.row1=""},s.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).le_leave_code.toLowerCase().indexOf(t.toLowerCase())||-1<e.staff_code.toLowerCase().indexOf(t.toLowerCase())||e.acn==t;var t})},s.search=function(){s.todos=s.searched(s.leaveType_data,s.searchText),s.totalItems=s.todos.length,s.currentPage="1",""==s.searchText&&(s.todos=s.leaveType_data),s.makeTodos()}}])}(),function(){"use strict";var d,e=angular.module("sims.module.HRMS");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("EmployeeLeaveDetailsCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(a,e,t,o,s,n,i){a.pagesize="10",a.pageindex="1",a.EmpleaveType_data=[],a.edt=[],a.username=t.globals.currentUser.username,o(function(){$("#fixedtable").tableHeadFixer({top:1})},100),a.filteredTodos=[],a.currentPage=1,a.numPerPage=10,a.maxSize=10,n.get(i.apiUrl+"api/common/MarkEmpResignation/getCompanydetails").then(function(e){a.comp_data=e.data}),n.get(i.apiUrl+"api/common/EmployeeLeaveDetails/GetStatusforLeave").then(function(e){a.status_data=e.data;for(var t=0;t<a.status_data.length;t++)"N"===a.status_data[t].sims_workflow_status_code&&(a.edt.sims_workflow_status_code=a.status_data[t].sims_workflow_status_code);a.statusdatachange(a.edt.sims_workflow_status_code)}),a.statusdatachange=function(t){n.get(i.apiUrl+"api/common/EmployeeLeave/Get_EmpInfo?emp_id="+a.username).then(function(e){a.emp_data=e.data,0<a.emp_data.length&&(a.comp_code=a.emp_data[0].comp_code),n.get(i.apiUrl+"api/common/EmployeeLeaveDetails/GetEMPLeaveDetails?comp_id="+a.comp_code+"&emp_id="+a.username+"&status_code="+t).then(function(e){a.display=!1,a.grid=!0,a.EmpleaveType_data=e.data,a.totalItems=a.EmpleaveType_data.length,a.todos=a.EmpleaveType_data,a.makeTodos(),a.grid=!0})})},a.makeTodos=function(){var e=parseInt(a.totalItems%a.numPerPage),e=(a.pagersize="0"===e?parseInt(a.totalItems/a.numPerPage):parseInt(a.totalItems/a.numPerPage)+1,(a.currentPage-1)*a.numPerPage),t=parseInt(e)+parseInt(a.numPerPage);a.filteredTodos=a.todos.slice(e,t)},a.getcanLeave=function(t){swal({title:"",text:"Do You Want to Cancel Leave?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){e&&n.post(i.apiUrl+"api/common/EmployeeLeaveDetails/CUDUpdate_pay_empleavedoc",t).then(function(e){a.msg1=e.data,!0===a.msg1?swal({text:"Leave Application Cancelled",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&a.getGrid()}):swal({text:"Leave Application Not Cancelled. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&a.getGrid()})})})},a.getGrid=function(){n.get(i.apiUrl+"api/common/EmployeeLeaveDetails/GetEMPLeaveDetails?comp_id=1&emp_id="+a.username).then(function(e){a.display=!1,a.grid=!0,a.EmpleaveType_data=e.data,a.totalItems=a.EmpleaveType_data.length,a.todos=a.EmpleaveType_data,a.makeTodos(),a.grid=!0})},a.size=function(e){"All"===e?(a.currentPage="1",a.filteredTodos=a.EmpleaveType_data,a.pager=!1):(a.pager=!0,a.pagesize=e,a.currentPage=1,a.numPerPage=e,a.makeTodos())},a.index=function(e){a.pageindex=e,a.currentPage=e,a.makeTodos(),d.checked=!1,a.row1=""},a.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).empName.toLowerCase().indexOf(t.toLowerCase())||-1<e.leave_type.toLowerCase().indexOf(t.toLowerCase());var t})},a.search=function(){if(a.todos=a.searched(a.EmpleaveType_data,a.searchText),a.totalItems=a.todos.length,a.currentPage="1",""===a.searchText&&(a.todos=a.EmpleaveType_data),a.makeTodos(),!0===(d=document.getElementById("mainchk")).checked){d.checked=!1;for(var e=0;e<a.filteredTodos.length;e++)document.getElementById(e).checked=!1,d.checked=!1,a.row1=""}},a.viewDetails=function(e){$("#Employee").modal("show"),n.get(i.apiUrl+"api/common/EmployeeLeave/GetStatusofTransactionforEmployee?transactionId="+e).then(function(e){a.Empleavedeatails_data=e.data,a.div_trans=!0})}}])}(),function(){"use strict";var e=angular.module("sims.module.HRMS");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("EmployeeLeaveAssignCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(n,e,i,d,t,c,l){n.pagesize="All",n.pageindex="0",n.pager=!0,n.GetMapped_Employee=[],n.info1=[];var r=[],m=[],a=(n.display=!0,n.busyindicator=!1,n.div_assign=!0,n.table=!1,n.filteredTodos=[],n.currentPage=1,n.numPerPage=10,n.maxSize=10,c.get(l.apiUrl+"api/common/MarkEmpResignation/getCompanydetails").then(function(e){n.comp_data=e.data,n.chkComp=angular.copy(e.data),n.temp={co_company_code:n.comp_data[0].com_code},n.getdepartment(n.temp.co_company_code)}),new Date),o=(n.edt={},n.edt.em_date_of_join=("0"+a.getDate()).slice(-2)+"-"+("0"+(a.getMonth()+1)).slice(-2)+"-"+a.getFullYear(),c.get(l.apiUrl+"api/EmployeeLeave/getGender").then(function(e){n.gender_data=e.data}),c.get(l.apiUrl+"api/EmployeeLeave/getReligion").then(function(e){n.religion_data=e.data}),c.get(l.apiUrl+"api/common/LeaveType/Getleavetype").then(function(e){n.stafftype_data=e.data}),c.get(l.apiUrl+"api/EmployeeLeave/getOrderbynames").then(function(e){n.getOrderbynames=e.data}),n.getdepartment=function(e){"undefined"!==e&&(c.get(l.apiUrl+"api/common/MarkEmpResignation/getCompanyDepartments?company_code="+e).then(function(e){n.dept_data=e.data}),c.get(l.apiUrl+"api/EmployeeLeave/getGrade?company_code="+e).then(function(e){n.getGrade=e.data}))},n.getdesignation=function(e,t){"undefined"!==e&&"undefined"!==t&&c.get(l.apiUrl+"api/EmployeeLeave/getdept_design?company_code="+e+"&dept_code="+t).then(function(e){n.desg_data=e.data})},n.Show=function(e){m=[];var t=n.temp;e?" "!==t&&void 0!==t&&(n.busy=!0,n.table=!1,c.get(l.apiUrl+"api/EmployeeLeave/GetEmployeeLeaveAssignNew?simsobj="+JSON.stringify(n.temp)).then(function(s){c.get(l.apiUrl+"api/EmployeeLeave/GetEmployeeLeave?simsobj="+JSON.stringify(n.temp)).then(function(e){if(n.leaveDetails=e.data,n.GetMapped_Employee=s.data,0<s.data.length){for(var t=0;t<n.GetMapped_Employee[0].leavelist.length;t++)r={emp_leave_name:n.GetMapped_Employee[0].leavelist[t].emp_leave_name,emp_leave_code:n.GetMapped_Employee[0].leavelist[t].emp_leave_code},m.push(r);n.info1=m}else n.subject=!0;n.totalItems=n.GetMapped_Employee.length,n.GetMapped_Employee=n.GetMapped_Employee.map(function(e){var t,a={};for(t in e)e.hasOwnProperty(t)&&(a[t]=e[t]);return a.leavelist=e.leavelist.map(function(e){var t,a={};for(t in e)e.hasOwnProperty(t)&&(a[t]=e[t]);return a.emp_leave_status2=!0===e.emp_leave_status,a}),a});for(var a=0;a<n.GetMapped_Employee.length;a++)for(var o=0;o<n.GetMapped_Employee[a].leavelist.length;o++)n.GetMapped_Employee[a].leavelist[o].emp_leave_available="";0<n.leaveDetails.length&&n.leaveDetails.forEach(t=>{const e=n.GetMapped_Employee.filter(e=>e.emp_code===t.emp_code&&e.leavelist);0<e.length&&t.leavelist.forEach(t=>{t.emp_leave_name&&e.forEach(e=>{e=e.leavelist.find(e=>e.emp_leave_name===t.emp_leave_name);e&&(e.emp_leave_available=t.emp_leave_available,e.emp_leave_maximum_days=t.emp_leave_maximum_days,e.emp_leave_days_taken=t.emp_leave_days_taken)})})}),n.todos=n.GetMapped_Employee,0<n.GetMapped_Employee.length?(n.size(n.pagesize),n.table=!0,n.busy=!1,n.div_assign=!1):(n.table=!1,n.busy=!1,swal({text:"Data Not Available",width:300,height:300})),d(function(){$("#fixedtable").tableHeadFixer({top:1})},100)})})):(n.table=!1,n.busy=!1,swal({text:"Please select required fields",width:300,height:300}))},n.makeTodos=function(){var e=parseInt(n.totalItems%n.numPerPage),e=(n.pagersize="0"===e?parseInt(n.totalItems/n.numPerPage):parseInt(n.totalItems/n.numPerPage)+1,(n.currentPage-1)*n.numPerPage),t=parseInt(e)+parseInt(n.numPerPage);n.filteredTodos=n.todos.slice(e,t)},n.size=function(e){"All"===e?(n.currentPage="1",n.filteredTodos=n.todos,n.pager=!1):(n.pager=!0,n.pagesize=e,n.currentPage=1,n.numPerPage=e,n.makeTodos())},n.index=function(e){n.pageindex=e,n.currentPage=e,n.makeTodos()},n.Reset=function(){n.temp="",n.table=!1,n.comp_data=n.chkComp,n.temp={co_company_code:n.comp_data[0].com_code},n.getdepartment(n.temp.co_company_code)},n.Check_Single_Leave=function(t,a,o,e){n.flag=!1;for(let e=0;e<t.leavelist.length;e++)1==t.leavelist[o].isChecked?(n.flag=!0,t.ischange=!0,t.leavelist[o].leave_checked=!0,t.leavelist[o].ischange=!0):(t.leavelist[o].leave_unchecked=!0,t.leavelist[o].ischange=!1,t.ischange=!1,n.flag=!1);n.flag1=!1;for(var s=0;s<n.filteredTodos.length;s++){for(let e=0;e<n.filteredTodos[s].leavelist.length;e++)if(a[o].emp_leave_code===n.filteredTodos[s].leavelist[e].emp_leave_code){if(!0!==n.filteredTodos[s].leavelist[e].emp_leave_status){n.flag1=!1;break}n.flag1=!0}if(!1===n.flag1)break}},n.Select_ALL_Leave=function(e){for(var t=document.getElementById(e),a=0;a<n.filteredTodos.length;a++)for(var o,s=0;s<n.filteredTodos[a].leavelist.length;s++)n.filteredTodos[a].leavelist[s].emp_leave_code===e&&(o=document.getElementById(n.filteredTodos[a].leavelist[s].emp_leave_code+n.filteredTodos[a].emp_code))&&!o.disabled&&(t.checked?(n.filteredTodos[a].leavelist[s].emp_leave_status=t.checked,n.filteredTodos[a].leavelist[s].leave_checked=!0,n.filteredTodos[a].leavelist[s].isChecked=!0,o.disabled=!1,n.filteredTodos[a].ischange=!0,n.filteredTodos[a].leavelist[s].ischange=!0):(n.filteredTodos[a].leavelist[s].leave_unchecked=!0,n.filteredTodos[a].leavelist[s].emp_leave_status=t.checked,n.filteredTodos[a].leavelist[s].isChecked=!1,o.disabled=!1,n.filteredTodos[a].ischange=!1,n.filteredTodos[a].leavelist[s].ischange=!1))},n.Select_Emp_ALL_Leave=function(e){for(var t=document.getElementById(e),a=0;a<n.filteredTodos.length;a++)if(n.filteredTodos[a].emp_code===e)for(var o=0;o<n.filteredTodos[a].leavelist.length;o++){var s=n.filteredTodos[a].leavelist[o].emp_leave_code+n.filteredTodos[a].emp_code,s=document.getElementById(s);s&&!s.disabled&&(t.checked?(n.filteredTodos[a].leavelist[o].emp_leave_status=t.checked,n.filteredTodos[a].leavelist[o].leave_checked=!0,n.filteredTodos[a].leavelist[o].isChecked=t.checked,n.filteredTodos[a].ischange=!0,n.filteredTodos[a].leavelist[o].ischange=!0):(n.filteredTodos[a].leavelist[o].leave_unchecked=!0,n.filteredTodos[a].leavelist[o].emp_leave_status=t.checked,n.filteredTodos[a].leavelist[o].isChecked=t.checked,n.filteredTodos[a].ischange=!1,n.filteredTodos[a].leavelist[o].ischange=!1))}},[]),s={};n.updateLeaveChanges=function(){s.emp_leave_maximum_days=n.editLeaveModal.emp_leave_maximum_days,p.leave_max=n.editLeaveModal.emp_leave_maximum_days,c.post(l.apiUrl+"api/EmployeeLeave/Update_Leave_Days?simsobj=",o).then(function(e){0<parseInt(e.data)&&c.post(l.apiUrl+"api/UpdateLeaveBal/EmpUpdateLeaveBal?simsobj=",u).then(function(e){e.data?swal({text:"Record Updated Successfully",imageUrl:"assets/img/check.png",width:300,height:200}):swal({text:"Record Not Updated. ",imageUrl:"assets/img/close.png",width:300,height:200})}),n.Show(!0),n.closeEditModal()})},n.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).employee_name.toLowerCase().indexOf(t.toLowerCase())||-1<e.emp_code.toLowerCase().indexOf(t.toLowerCase())||e.acno===t;var t})},n.search=function(){n.todos=n.searched(n.GetMapped_Employee,n.searchText),n.totalItems=n.todos.length,n.currentPage="1",""===n.searchText&&(n.todos=n.GetMapped_Employee),n.makeTodos(),main.checked=!1,n.CheckAllChecked()};var p={},u=[];n.editLeaveModal={},n.editLeaveModal=function(e,t){o=[],u=[],s={co_company_code:n.temp.co_company_code,staff_code:n.temp.staff_code,emp_code:e.emp_code,emp_leave_maximum_days:"",emp_leave_code:t.emp_leave_code},p={emp_code:e.emp_code,leave_code:e.leave_code,leave_max:"",user_name:i.globals.currentUser.username},o.push(s),u.push(p),angular.copy(t,n.editLeaveModal),document.getElementById("editLeaveModal").style.display="block"},n.closeEditModal=function(){document.getElementById("editLeaveModal").style.display="none"},n.Submit=function(){var e=[],t=[];n.busy=!0,n.table=!1,n.insert=!1;for(var a=0;a<n.filteredTodos.length;a++)if(!0===n.filteredTodos[a].ischange){for(var t={emp_code:n.filteredTodos[a].emp_code,co_company_code:n.temp.co_company_code,codp_dept_no:n.temp.codp_dept_no,dg_code:n.temp.dg_code,sims_appl_parameter:n.temp.emp_gender_code,leave_name:"",user_name:i.globals.currentUser.username},o="",s=0;s<n.filteredTodos[a].leavelist.length;s++)n.filteredTodos[a].leavelist[s].ischange&&(o=o+n.filteredTodos[a].leavelist[s].emp_leave_code+",");t.leave_name=o,t.leave_delete_list="",n.insert=!0,e.push(t)}void 0===o?(n.busy=!1,swal({text:"Please select Atleast one Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380,height:300}),n.Show(!0)):(c.post(l.apiUrl+"api/EmployeeLeave/InsertEmployeeLeaveAssign",e).then(function(e){n.EmployeeLeaveAssign=e.data,n.busy=!0,!(n.table=!0)===n.EmployeeLeaveAssign?(n.busy=!1,swal({text:"Employee Leave Not Assigned. OR Leave is Allocated ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380,height:300})):(n.busy=!1,swal({text:"Employee Leave Assigned",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380,height:300})),n.Show(!0)}),t=[])},$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0}),$(document).on("touch click",'*[data-datepicker="true"] .add-on',function(e){$('input[type="text"]',$(this).parent()).focus()}),n.select_date=function(e){n.edt.em_date_of_join=e}}])}(),function(){"use strict";let y;var e=angular.module("sims.module.HRMS");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("LeaveDetailsCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(n,e,t,a,o,i,d){n.div_lwphst=!1,n.parent=!1,n.student=!1,n.buttons=!1,n.currentab="";let s=t.globals.currentUser.username;n.users=!1,n.SubmitApproveLeaveBtn=!1,n.pagesize="10",n.pageindex="0",n.pager=!0,n.filteredTodos=[],n.currentPage=1,n.numPerPage=10,n.maxSize=10,n.cdetails_data=[],n.pagesize_cancel="10",n.pageindex_cancel="0",n.pager3=!0,n.filteredTodos_cancel=[],n.currentPage_cancel=1,n.numPerPage_cancel=10,n.maxSize_cancel=10,n.cdetails_data_cancel=[],n.cancel_approvedlist=[],n.pagesize_update="10",n.pageindex_update="0",n.pager2=!0,n.filteredTodos_update=[],n.currentPage_update=1,n.numPerPage_update=10,n.maxSize_update=10,n.cdetails_data_update=[],n.update_approvedlist=[],n.pagesize_reschedule="10",n.pageindex_reschedule="0",n.pager6=!0,n.filteredTodos_reschedule=[],n.currentPage_reschedule=1,n.numPerPage_reschedule=10,n.maxSize_reschedule=10,n.reschedule_list=[],n.pagesize_lwp="10",n.pageindex_lwp="0",n.pager4=!0,n.filteredTodos_lwp=[],n.currentPage_lwp=1,n.numPerPage_lwp=10,n.maxSize_lwp=10,n.cdetails_data_lwp=[],n.lwp_approvedlist=[],n.pagesize_lwphst="10",n.pageindex_lwphst="0",n.pager4=!0,n.filteredTodos_lwphst=[],n.currentPage_lwphst=1,n.numPerPage_lwphst=10,n.maxSize_lwphst=10,n.emp_lwpdetails_lwphst=[],n.pagesize_holiday="10",n.pageindex_holiday="0",n.pager5=!0,n.filteredTodos_holiday=[],n.currentPage_holiday=1,n.numPerPage_holiday=10,n.maxSize_holiday=10,n.cdetails_data_holiday=[],n.lwp_approvedlist=[],t.visible_stud=!1,t.visible_parent=!1,t.visible_search_parent=!1,t.visible_teacher=!1,t.visible_User=!1,t.visible_Employee=!0,n.showForSISO=!1,n.DisableUpdateLeaveBtn=!1,n.disabledCancelLeave=!1,n.disableRescheduleLeave=!1,t.chkMulti=!0;t=new Date;n.edt={leave_type2:"",leave_type1:"",lstart_date:("0"+t.getDate()).slice(-2)+"-"+("0"+(t.getMonth()+1)).slice(-2)+"-"+t.getFullYear()};["siso","abqis","asis"].includes(i.defaults.headers.common.schoolId)&&(n.showForSISO=!0),a(function(){$("#fixedtable").tableHeadFixer({top:1})},100),a(function(){$("#fixedtable1").tableHeadFixer({top:1})},100),a(function(){$("#fixedtable2").tableHeadFixer({top:1})},100),a(function(){$("#fixedtable3").tableHeadFixer({top:1})},100),a(function(){$("#fixedtable4").tableHeadFixer({top:1})},100),setTimeout(function(){$("#cmb_emps").select2()},100),setTimeout(function(){$("#cmb_emps1").select2()},100),i.get(d.apiUrl+"api/leavedetails/GET_ManagerConfirmTag").then(function(e){n.Manager_ConfirmTag=e.data}),i.get(d.apiUrl+"api/leavedetails/GetAllEMPLeaveDetails?comp_code=1").then(function(e){n.cdetails_data=e.data,n.totalItems=n.cdetails_data.length,n.todos=n.cdetails_data,n.makeTodos()}),n.downloaddoc=function(e){n.url=d.docUrl+i.defaults.headers.common.schoolId+"/Images/EmployeeDocument/"+e,window.open(n.url)},n.getRescheduleleaves=function(){i.get(d.apiUrl+"api/leavedetails/GetAllEMPLeaveDetailsForReschedule?comp_code=1").then(function(e){n.reschedule_list=e.data,n.totalItems_reschedule=n.reschedule_list.length,n.todos_reschedule=n.reschedule_list,n.makeTodos_reschedule()})},n.getRescheduleleaves(),n.makeTodos=function(){var e=parseInt(n.totalItems%n.numPerPage),e=(n.pagersize="0"==e?parseInt(n.totalItems/n.numPerPage):parseInt(n.totalItems/n.numPerPage)+1,(n.currentPage-1)*n.numPerPage),t=parseInt(e)+parseInt(n.numPerPage);n.filteredTodos=n.todos.slice(e,t)},n.size=function(e){"All"==e?(n.currentPage="1",n.filteredTodos=n.cdetails_data,n.pager=!1):(n.pager=!0,n.pagesize=e,n.currentPage=1,n.numPerPage=e,n.makeTodos())},n.index=function(e){n.pageindex=e,n.currentPage=e,n.makeTodos(),y.checked=!1,n.row1=""},n.search=function(){n.todos=n.searched(n.cdetails_data,n.searchText),n.totalItems=n.todos.length,n.currentPage="1",""==n.searchText&&(n.todos=n.cdetails_data),n.makeTodos()},n.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).empName.toLowerCase().indexOf(t.toLowerCase())||-1<e.em_login_code.toLowerCase().indexOf(t.toLowerCase());var t})},i.get(d.apiUrl+"api/leavedetails/Get_EMPLeaveDetails").then(function(e){n.EMPLeaveDetails=e.data}),i.get(d.apiUrl+"api/leavedetails/GetEmployeeData").then(function(e){n.GetEmployeeData=e.data}),i.get(d.apiUrl+"api/leavedetails/Get_dept_IdWithCompany?compcode="+n.compcode).then(function(e){n.Getdepartment=e.data}),n.checkPayrollFinalized=function(t){n.SubmitApproveLeaveBtn=!1,i.get(d.apiUrl+"api/leavedetails/GetFinalizeSatus?emp_id="+t.em_login_code+"&leave_start_date="+t.lt_start_date+"&leave_end_date="+t.lt_end_date).then(function(e){n.getFinaliizedStaus=e.data,0<n.getFinaliizedStaus.length&&("P"!=n.getFinaliizedStaus[0].pe_status&&"F"!=n.getFinaliizedStaus[0].pe_status||"C"!=t.lt_mgr_confirm_tag||(swal({title:"Alert",text:"You can not approve leave.Payroll is finalized for "+t.em_login_code,showCloseButton:!0,width:380}),n.SubmitApproveLeaveBtn=!0))})},n.GetLeaveDetails=function(){i.get(d.apiUrl+"api/leavedetails/GetEMPLeaveDetails?leave_code="+n.edt.leave_type).then(function(e){n.GetEmployeeLeaveDetails=e.data})},n.UserSearch_Cancel=function(e){n.filteredTodos_cancel=[],n.Get_approed_employee_list=[],n.filteredTodos_update=[],n.edt.comp_code="",$("#cmb_emps").select2("val",""),"undefined"==n.edt.leave_type1||""==n.edt.leave_type1?swal({title:"Alert",text:"Please Select Leave Type.",showCloseButton:!0,width:380}).then(function(e){}):(n.Get_cancel_employee_list=[],$("#ApproveModal").modal("hide"),$("#UpdateApprovedLeavesModel").modal("hide"),$("#CancelApprovedLeavesModel").modal({backdrop:"static"}),i.get(d.apiUrl+"api/common/FinancialPeriod/getGetCompany").then(function(e){n.comp_data=e.data,0<n.comp_data.length&&(n.edt.compcode1=n.comp_data[0].dept_comp_code,i.get(d.apiUrl+"api/leavedetails/Get_dept_Idcompany?compcode="+n.edt.compcode1).then(function(e){n.Getdepartment=e.data}))}),"smsm"==i.defaults.headers.common.schoolId?(console.log(n.edt.lt_start_date),n.edt.lt_start_date&&n.edt.lt_end_date?moment(n.edt.lt_end_date,"DD-MM-YYYY").format("YYYY-MM-DD")>=moment(n.edt.lt_start_date,"DD-MM-YYYY").format("YYYY-MM-DD")?i.get(d.apiUrl+"api/leavedetails/Get_approved_employee_list_filtered_by_date?leave_code="+n.edt.leave_type1+"&dept_code="+n.edt.comp_code+"&login_code="+$("#cmb_emps").find("option:selected").text()+"&start_date="+n.edt.lt_start_date+"&end_date="+n.edt.lt_end_date).then(function(e){n.Get_cancel_employee_list=e.data,"0"==n.Get_cancel_employee_list.length&&swal({title:"",text:"No data",confirmButtonText:"Yes",width:380}),n.busy=!1,n.searchtable_cancelapprove=!0}):(swal({title:"",text:"end date is less",confirmButtonText:"Yes",width:380}),isConfirm):(swal({title:"",text:"date is not valid",confirmButtonText:"Yes",width:380}),isConfirm)):i.get(d.apiUrl+"api/leavedetails/Get_approed_employee_list?leave_code="+n.edt.leave_type1+"&dept_code="+n.edt.comp_code+"&login_code="+$("#cmb_emps").find("option:selected").text()).then(function(e){n.Get_cancel_employee_list=e.data,n.busy=!1,n.searchtable_cancelapprove=!0}))};let c=[],l=(n.getfinsdepts=function(){n.filteredTodos_cancel=[],n.Get_approed_employee_list=[],n.filteredTodos_update=[],i.get(d.apiUrl+"api/leavedetails/Get_dept_Idcompany?compcode="+n.edt.compcode1).then(function(e){n.Getdepartment=e.data})},n.CheckEmployeeLeave=function(){$("#ApproveModal").modal({backdrop:"static"}),n.edt.leave_type="",n.edt.login_code="",i.get(d.apiUrl+"api/common/FinancialPeriod/getGetCompany").then(function(e){n.comp_data=e.data,0<n.comp_data.length&&(n.edt.compcode1=n.comp_data[0].dept_comp_code,i.get(d.apiUrl+"api/leavedetails/Get_dept_Idcompany?compcode="+n.edt.compcode1).then(function(e){n.Getdepartment=e.data}))})},n.SubmitApprovedLeave=function(){var t=[];n.SubmitApproveLeaveBtn=!0;for(let e=0;e<n.filteredTodos.length;e++)n.filteredTodos[e].user_name=s,"N"==n.filteredTodos[e].lt_mgr_confirm_tag&&null!=n.filteredTodos[e].lt_mgr_confirm_tag||t.push(n.filteredTodos[e]);n.showForSISO?i.post(d.apiUrl+"api/leavedetails/Update_pay_leavedoc_SISO",t).then(function(e){n.o1=e.data,!(n.SubmitApproveLeaveBtn=!1)===n.o1||1==n.o1?swal("","Selected Leaves Updated Successfully."):2==n.o1&&swal("","You can not approve leaves more than leave pending days"),i.get(d.apiUrl+"api/leavedetails/GET_ManagerConfirmTag").then(function(e){n.Manager_ConfirmTag=e.data}),i.get(d.apiUrl+"api/leavedetails/GetAllEMPLeaveDetails?comp_code=1").then(function(e){n.cdetails_data=e.data,n.totalItems=n.cdetails_data.length,n.todos=n.cdetails_data,n.makeTodos()}),n.getRescheduleleaves()}):i.post(d.apiUrl+"api/leavedetails/Update_pay_leavedoc",t).then(function(e){n.o1=e.data,!(n.SubmitApproveLeaveBtn=!1)===n.o1||1==n.o1?swal("","Selected Leaves Updated Successfully."):2==n.o1&&swal("","You can not approve leaves more than leave pending days"),i.get(d.apiUrl+"api/leavedetails/GET_ManagerConfirmTag").then(function(e){n.Manager_ConfirmTag=e.data}),i.get(d.apiUrl+"api/leavedetails/GetAllEMPLeaveDetails?comp_code=1").then(function(e){n.cdetails_data=e.data,n.totalItems=n.cdetails_data.length,n.todos=n.cdetails_data,n.makeTodos()}),n.getRescheduleleaves()})},n.Useredit=function(e){!0===n.approvedleave?(n.EMPLeave_Details1=[],n.EMPLeave_Details=[],i.post(d.apiUrl+"api/leavedetails/CAL_geteavesforEmp?empid="+e.em_login_code+"&leave_code="+n.edt.leave_type1).then(function(e){n.EMPLeave_Details1=e.data,$("#Employee").modal("hide"),0<n.EMPLeave_Details1.length?n.EMPLeave_Details=e.data:swal("","Record Not Found")})):!0===n.lwp&&(n.GET_LWPforEmployees1=[],n.GET_LWPforEmployees=[],i.get(d.apiUrl+"api/leavedetails/GET_LWPforEmployees?empcode="+e.em_login_code+"&date="+n.edt.date).then(function(e){n.GET_LWPforEmployees1=e.data,0<n.GET_LWPforEmployees1.length?n.GET_LWPforEmployees=e.data:swal("","Record Not Found")}))},[]);$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0,format:"yyyy-mm-dd"}),$(document).on("touch click",'*[data-datepicker="true"] .add-on',function(e){$('input[type="text"]',$(this).parent()).focus()}),n.SearchAllTeacher=function(){n.searchtable_cancelapprove=!1,n.searchtable_updateapprove=!1,n.busy=!0,i.get(d.apiUrl+"api/leavedetails/Get_Employee_leave_balance?leave_code="+n.edt.leave_type+"&dept_code="+n.edt.comp_code+"&login_code="+n.edt.login_code+"&compcode="+n.edt.compcode1+"&leave_start_date="+n.edt.lt_start_date+"&leave_end_date="+n.edt.lt_end_date).then(function(e){n.Get_approed_employee_list=e.data,n.busy=!1,n.searchtable=!0})},n.Reset=function(){n.edt.leave_type2="",n.edt.comp_code="",n.edt.login_code="",$("#cmb_emps").select2("val",""),$("#cmb_emps1").select2("val","")},n.Search_forCancelApprovedLeaves=function(){var e=n.edt.leave_type1;""==e||"undefined"==e?swal({title:"Alert",text:"Please Select Leave Type.",showCloseButton:!0,width:380}).then(function(e){}):(n.searchtable=!1,n.searchtable_updateapprove=!1,n.busy=!0,i.get(d.apiUrl+"api/leavedetails/Get_approed_employee_list?leave_code="+n.edt.leave_type1+"&dept_code="+n.edt.comp_code+"&login_code="+n.edt.login_code+"&leave_start_date="+n.edt.lt_start_date+"&leave_end_date="+n.edt.lt_end_date).then(function(e){n.Get_cancel_employee_list=e.data,n.busy=!1,n.searchtable_cancelapprove=!0}))},n.GetEmployeeleaveDetails=function(e){i.get(d.apiUrl+"api/leavedetails/GetEmployeePendingLeaveDetails?emp_code="+e.em_number).then(function(e){n.EmployeePendingLeaveDetails=e.data,$("#ApproveModal").modal("hide")})},n.MultipleSelect=function(){if(n.enroll_number=[],!0===(y=document.getElementById("mainchk1")).checked)for(let e=0;e<n.student.length;e++){var t=n.student[e].s_enroll_no;document.getElementById(t+e).checked=!0,n.enroll_number.push(n.student[e])}else for(let e=0;e<n.student.length;e++){var a=n.student[e].s_enroll_no;document.getElementById(a+e).checked=!1,n.enroll_number=[]}},n.DataEnroll=function(){for(let e=0;e<n.Get_cancel_employee_list.length;e++){var t=n.Get_cancel_employee_list[e].lt_no_cancel;!0===document.getElementById(t+e).checked&&n.cancel_approvedlist.push(n.Get_cancel_employee_list[e])}n.Get_cancel_employee_list=[];for(let e=0;e<n.cancel_approvedlist.length;e++)n.cancel_approvedlist[e].lt_start_date=n.cancel_approvedlist[e].lt_start_date,n.cancel_approvedlist[e].lt_end_date=n.cancel_approvedlist[e].lt_end_date;n.cdetails_data_cancel=n.cancel_approvedlist,n.totalItems_cancel=n.cdetails_data_cancel.length,n.todos_cancel=n.cdetails_data_cancel,n.makeTodos_cancel()},n.makeTodos_cancel=function(){var e=parseInt(n.totalItems_cancel%n.numPerPage_cancel),e=(n.pagersize_cancel="0"==e?parseInt(n.totalItems_cancel/n.numPerPage_cancel):parseInt(n.totalItems_cancel/n.numPerPage_cancel)+1,(n.currentPage_cancel-1)*n.numPerPage_cancel),t=parseInt(e)+parseInt(n.numPerPage_cancel);n.filteredTodos_cancel=n.todos_cancel.slice(e,t)},n.size_cancel=function(e){"All"==e?(n.currentPage_cancel="1",n.filteredTodos_cancel=n.cdetails_data_cancel,n.pager3=!1):(n.pager3=!0,n.pagesize_cancel=e,n.currentPage_cancel=1,n.numPerPage_cancel=e,n.makeTodos_cancel())},n.index_cancel=function(e){n.pageindex_cancel=e,n.currentPage_cancel=e,n.makeTodos_cancel(),main_cancel.checked=!1,n.row1=""},n.search_cancel=function(){n.todos_cancel=n.searched_cancel(n.cdetails_data_cancel,n.searchText_cancel),n.totalItems_cancel=n.todos_cancel.length,n.currentPage_cancel="1",""==n.searchText_cancel&&(n.todos_cancel=n.cdetails_data_cancel),n.makeTodos_cancel()},n.searched_cancel=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).empName.toLowerCase().indexOf(t.toLowerCase())||-1<e.em_login_code.toLowerCase().indexOf(t.toLowerCase());var t})},n.CheckAllChecked=function(){if(!0===(y=document.getElementById("mainchk")).checked)for(let e=0;e<n.filteredTodos_cancel.length;e++)document.getElementById(e).checked=!0,n.row1="row_selected",$("tr").addClass("row_selected");else for(let e=0;e<n.filteredTodos_cancel.length;e++)document.getElementById(e).checked=!1,y.checked=!1,n.row1=""},n.checkonebyonedelete=function(t){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),n.color="#edefef"}),!0===(y=document.getElementById("mainchk")).checked&&(y.checked=!1,$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected")})),i.get(d.apiUrl+"api/leavedetails/GetFinalizeSatus?emp_id="+t.em_number+"&leave_start_date="+t.lt_start_date+"&leave_end_date="+t.lt_end_date).then(function(e){n.getFinaliizedStaus=e.data,0<n.getFinaliizedStaus.length&&("P"!=n.getFinaliizedStaus[0].pe_status&&"F"!=n.getFinaliizedStaus[0].pe_status||(swal({title:"Alert",text:"You can not update leave.Payroll is finalized for "+t.em_number,showCloseButton:!0,width:380}),!0===t.lt_no_update1&&(t.lt_no_update1=!1)))})},n.checkDateisEmpty=function(t){null==t.lt_start_date_new||""==t.lt_start_date_new||null==t.lt_start_date_new?(swal({title:"Alert",text:"Start date can not be blank",showCloseButton:!0,width:380}),t.lt_reschedule=!1):null==t.lt_end_date_new||""==t.lt_end_date_new||null==t.lt_end_date_new?(swal({title:"Alert",text:"End date can not be blank",showCloseButton:!0,width:380}),t.lt_reschedule=!1):($("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),n.color="#edefef"}),!0===(y=document.getElementById("mainchk")).checked&&(y.checked=!1,$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected")})),i.get(d.apiUrl+"api/leavedetails/GetFinalizeSatus?emp_id="+t.em_login_code+"&leave_start_date="+t.lt_start_date+"&leave_end_date="+t.lt_end_date).then(function(e){n.getFinaliizedStaus=e.data,0<n.getFinaliizedStaus.length&&("P"!=n.getFinaliizedStaus[0].pe_status&&"F"!=n.getFinaliizedStaus[0].pe_status||(swal({title:"Alert",text:"You can not update leave.Payroll is finalized for "+t.em_login_code,showCloseButton:!0,width:380}),!0===t.lt_no_update1&&(t.lt_no_update1=!1)))}))},n.ApprovedLeaveCancel=function(){n.disabledCancelLeave=!0;for(let e=0;e<n.filteredTodos_cancel.length;e++)n.filteredTodos_cancel[e].user_name=s,!0===n.filteredTodos_cancel[e].lt_no_cancel&&c.push(n.filteredTodos_cancel[e]);0<c.length?(i.post(d.apiUrl+"api/leavedetails/CALeaves",c).then(function(e){n.Leave_Details=e.data,!0===n.Leave_Details?(swal("","Approved Leave Cancelled"),n.EMPLeave_Details=[],n.filteredTodos_cancel=[],n.edt.leave_type1=null,n.searchText_cancel=null):swal("","Approved Leave Not Cancelled"),n.disabledCancelLeave=!1}),c=[]):swal("","Please select employee to cancel leave.")},n.getfinsdepts_update=function(e){i.get(d.apiUrl+"api/leavedetails/Get_dept_Idcompany?compcode="+e).then(function(e){n.Getdepartment=e.data})},n.UserSearch_update=function(e){n.filteredTodos_update=[],n.filteredTodos_cancel=[],n.Get_approed_employee_list=[],n.edt.update_dept_code="",$("#cmb_emps1").select2("val",""),n.searchtable=!1,n.searchtable_cancelapprove=!1,"undefined"==n.edt.leave_type2||""==n.edt.leave_type2?swal({title:"Alert",text:"Please Select Leave Type.",showCloseButton:!0,width:380}).then(function(e){}):(n.Get_update_employee_list=[],$("#ApproveModal").modal("hide"),$("#CancelApprovedLeavesModel").modal("hide"),$("#UpdateApprovedLeavesModel").modal({backdrop:"static"}),i.get(d.apiUrl+"api/common/FinancialPeriod/getGetCompany").then(function(e){n.comp_data=e.data,0<n.comp_data.length&&(n.edt.compcode1=n.comp_data[0].dept_comp_code,i.get(d.apiUrl+"api/leavedetails/Get_dept_Idcompany?compcode="+n.edt.compcode1).then(function(e){n.Getdepartment=e.data}))}),i.get(d.apiUrl+"api/leavedetails/Get_approed_employee_list?leave_code="+n.edt.leave_type2+"&dept_code="+n.edt.update_dept_code+"&login_code="+$("#cmb_emps1").find("option:selected").text()).then(function(e){n.Get_update_employee_list=e.data,n.busy=!1,n.searchtable_updateapprove=!0}))},n.Reset_update=function(){n.edt.update_login_code="",n.edt.update_dept_code="",$("#cmb_emps").select2("val",""),$("#cmb_emps1").select2("val","")},n.Search_forupdateApprovedLeaves=function(){"undefined"==n.edt.leave_type2?swal({title:"Alert",text:"Please Select Leave Type.",showCloseButton:!0,width:380}).then(function(e){}):(n.searchtable=!1,n.searchtable_cancelapprove=!1,n.busy=!0,i.get(d.apiUrl+"api/leavedetails/Get_approed_employee_list?leave_code="+n.edt.leave_type2+"&dept_code="+n.edt.update_dept_code+"&login_code="+n.edt.update_login_code+"&leave_start_date="+n.edt.lt_start_date+"&leave_end_date="+n.edt.lt_end_date).then(function(e){n.Get_update_employee_list=e.data,n.busy=!1,n.searchtable_updateapprove=!0}))},n.DataEnroll_update=function(){n.update_approvedlist=[];for(let e=0;e<n.Get_update_employee_list.length;e++){var t=n.Get_update_employee_list[e].lt_no_update;!0===document.getElementById(t+e).checked&&n.update_approvedlist.push(n.Get_update_employee_list[e])}n.Get_update_employee_list=[];for(let e=0;e<n.update_approvedlist.length;e++)n.update_approvedlist[e].lt_start_date=n.update_approvedlist[e].lt_start_date,n.update_approvedlist[e].lt_end_date=n.update_approvedlist[e].lt_end_date;n.cdetails_data_update=n.update_approvedlist,n.totalItems_update=n.cdetails_data_update.length,n.todos_update=n.cdetails_data_update,n.makeTodos_update()},n.makeTodos_update=function(){var e=parseInt(n.totalItems_update%n.numPerPage_update),e=(n.pagersize_update="0"==e?parseInt(n.totalItems_update/n.numPerPage_update):parseInt(n.totalItems_update/n.numPerPage_update)+1,(n.currentPage_update-1)*n.numPerPage_update),t=parseInt(e)+parseInt(n.numPerPage_update);n.filteredTodos_update=n.todos_update.slice(e,t)},n.makeTodos_reschedule=function(){var e=parseInt(n.totalItems_reschedule%n.numPerPage_reschedule),e=(n.pagersize_reschedule="0"==e?parseInt(n.totalItems_reschedule/n.numPerPage_reschedule):parseInt(n.totalItems_reschedule/n.numPerPage_reschedule)+1,(n.currentPage_reschedule-1)*n.numPerPage_reschedule),t=parseInt(e)+parseInt(n.numPerPage_reschedule);n.filteredTodos_reschedule=n.todos_reschedule.slice(e,t)},n.size_update=function(e){"All"==e?(n.currentPage_update="1",n.filteredTodos_update=n.todos_update,n.pager2=!1):(n.pager2=!0,n.pagesize_update=e,n.currentPage_update=1,n.numPerPage_update=e,n.makeTodos_update())},n.size_reschedule=function(e){"All"==e?(n.currentPage_reschedule="1",n.filteredTodos_reschedule=n.todos_reschedule,n.pager6=!1):(n.pager6=!0,n.pagesize_reschedule=e,n.currentPage_reschedule=1,n.numPerPage_reschedule=e,n.makeTodos_reschedule())},n.index_update=function(e){n.pageindex_update=e,n.currentPage_update=e,n.makeTodos_update(),main_update.checked=!1,n.row1=""},n.index_reschedule=function(e){n.pageindex_reschedule=e,n.currentPage_reschedule=e,n.makeTodos_reschedule(),main_reschedule.checked=!1,n.row1=""},n.search_update=function(){n.todos_update=n.searched_update(n.cdetails_data_update,n.searchText_update),n.totalItems_update=n.todos_update.length,n.currentPage_update="1",""==n.searchText_update&&(n.todos_update=n.cdetails_data_update),n.makeTodos_update()},n.search_reschedule=function(){n.todos_reschedule=n.searched_reschedule(n.reschedule_list,n.searchText_reschedule),n.totalItems_reschedule=n.todos_reschedule.length,n.currentPage_reschedule="1",""==n.searchText_reschedule&&(n.todos_reschedule=n.reschedule_list),n.makeTodos_reschedule()},n.searched_update=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).empName.toLowerCase().indexOf(t.toLowerCase())||-1<e.em_login_code.toLowerCase().indexOf(t.toLowerCase());var t})},n.searched_reschedule=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).empName.toLowerCase().indexOf(t.toLowerCase())||-1<e.em_login_code.toLowerCase().indexOf(t.toLowerCase());var t})};let r=[],m,p,u,g;n.ApprovedLeaveUpdate=function(){n.insert=!1,n.DisableUpdateLeaveBtn=!0;for(let e=0;e<n.filteredTodos_update.length;e++){n.filteredTodos_update[e].user_name=s;var t=moment(n.filteredTodos_update[e].lt_start_date,"DD-MM-YYYY").format("YYYY-MM-DD"),a=moment(n.filteredTodos_update[e].lt_end_date_new,"DD-MM-YYYY").format("YYYY-MM-DD");if(m=new Date(a),p=new Date(t),u=Math.abs(m.getTime()-p.getTime()),g=Math.ceil(u/864e5),!0===n.filteredTodos_update[e].lt_no_update1){if(""==n.filteredTodos_update[e].lt_end_date_new||"undefined"==n.filteredTodos_update[e].lt_end_date_new)return void swal("","Please enter new updated end date for selected employee.");n.filteredTodos_update[e].lt_days=g+1,n.insert=!0,r.push(n.filteredTodos_update[e])}}n.insert?0<r.length?(i.post(d.apiUrl+"api/leavedetails/UpdateLeaves",r).then(function(e){n.LeaveDetails_update=e.data,!0===n.LeaveDetails_update?(swal("","Approved Leave Updated."),n.EMPLeave_Details=[],n.filteredTodos_update=[],n.edt.leave_type2=null,n.searchText_update=null):!1===n.LeaveDetails_update?swal("","Approved Leave Not Updated."):swal("Error-"+n.LeaveDetails_update),n.DisableUpdateLeaveBtn=!1,n.getRescheduleleaves()}),r=[]):swal("","Please select employee to update leave."):swal("","Please select atleast one record.")},n.ApprovedLeaveReset=function(){n.filteredTodos_update=[],n.edt.leave_type2="",n.searchText_update="",n.disableRescheduleLeave=!1,n.DisableUpdateLeaveBtn=!1},n.CancelApprovedLeaveReset=function(){n.filteredTodos_cancel=[],n.cancel_approvedlist=[],n.edt.leave_type1="",n.searchText_cancel="",n.disabledCancelLeave=!1},n.MarkLWPForEmployeeReset=function(){n.filteredTodos_lwp=[],n.searchText_lwp=""},n.GetUpdateApprovedData_Clear=function(){},"siserp"==i.defaults.headers.common.schoolId?i.get(d.apiUrl+"api/leavedetails/GetAllEMPLeaveLWPDetails?comp_code=1").then(function(e){n.emp_lwpdetails_lwphst=e.data,n.totalItems_lwphst=n.emp_lwpdetails_lwphst.length,n.todos_lwphst=n.emp_lwpdetails_lwphst,n.makeTodos_lwphst(),n.div_lwphst=!0}):n.div_lwphst=!1,n.UserSearch_lwp=function(e){null==n.edt.lstart_date||""==n.edt.lstart_date?swal({title:"Alert",text:"Please Select Leave Start Date.",showCloseButton:!0,width:380}).then(function(e){}):(n.global_Search_click(),$("#Global_Search_Modal").modal({backdrop:"static"}))},n.$on("global_cancel",function(e){"lwp"==n.currentab?0<n.SelectedUserLst.length&&(n.cdetails_data_lwp=n.SelectedUserLst,n.totalItems_lwp=n.cdetails_data_lwp.length,n.todos_lwp=n.cdetails_data_lwp,n.makeTodos_lwp()):"holiday"==n.currentab&&0<n.SelectedUserLst.length&&(n.filteredTodos_holiday=n.SelectedUserLst,0<n.filteredTodos_holiday.length)&&(n.users=!0)}),n.makeTodos_lwp=function(){var e=parseInt(n.totalItems_lwp%n.numPerPage_lwp),e=(n.pagersize_lwp="0"==e?parseInt(n.totalItems_lwp/n.numPerPage_lwp):parseInt(n.totalItems_lwp/n.numPerPage_lwp)+1,(n.currentPage_lwp-1)*n.numPerPage_lwp),t=parseInt(e)+parseInt(n.numPerPage_lwp);n.filteredTodos_lwp=n.todos_lwp.slice(e,t)},n.size_lwp=function(e){"All"==e?(n.currentPage_lwp="1",n.filteredTodos=n.Todos_lwp,n.pager4=!1):(n.pager4=!0,n.pagesize_lwp=e,n.currentPage_lwp=1,n.numPerPage_lwp=e,n.makeTodos_lwp())},n.index_lwp=function(e){n.pageindex_lwp=e,n.currentPage_lwp=e,n.makeTodos_lwp(),main_lwp.checked=!1,n.row1=""},n.search_lwp=function(){n.todos_lwp=n.searched_lwp(n.cdetails_data_lwp,n.searchText_lwp),n.totalItems_lwp=n.todos_lwp.length,n.currentPage_lwp="1",""==n.searchText_lwp&&(n.todos_lwp=n.cdetails_data_lwp),n.makeTodos_lwp()},n.searched_lwp=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).empName.toLowerCase().indexOf(t.toLowerCase())||-1<e.em_login_code.toLowerCase().indexOf(t.toLowerCase());var t})},n.makeTodos_lwphst=function(){var e=parseInt(n.totalItems_lwphst%n.numPerPage_lwphst),e=(n.pagersize_lwphst="0"==e?parseInt(n.totalItems_lwphst/n.numPerPage_lwphst):parseInt(n.totalItems_lwphst/n.numPerPage_lwphst)+1,(n.currentPage_lwphst-1)*n.numPerPage_lwphst),t=parseInt(e)+parseInt(n.numPerPage_lwphst);n.filteredTodos_lwphst=n.todos_lwphst.slice(e,t)},n.size_lwphst=function(e){"All"==e?(n.currentPage_lwphst="1",n.filteredTodos_lwphst=n.todos_lwphst,n.pager4=!1):(n.pager4=!0,n.pagesize_lwphst=e,n.currentPage_lwphst=1,n.numPerPage_lwphst=e,n.makeTodos_lwphst())},n.index_lwphst=function(e){n.pageindex_lwphst=e,n.currentPage_lwphst=e,n.makeTodos_lwphst(),main_lwphst.checked=!1,n.row1=""},n.search_lwphst=function(){n.todos_lwphst=n.searched_lwphst(n.emp_lwpdetails_lwphst,n.searchText_lwphst),n.totalItems_lwphst=n.todos_lwphst.length,n.currentPage_lwphst="1",""==n.searchText_lwphst&&(n.todos_lwphst=n.emp_lwpdetails_lwphst),n.makeTodos_lwphst()},n.searched_lwphst=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).empName.toLowerCase().indexOf(t.toLowerCase())||-1<e.em_login_code.toLowerCase().indexOf(t.toLowerCase());var t})},n.checkPayrollFinalizedForLWP=function(t){var e=n.edt.lstart_date.split("-")[0];let a=n.edt.lstart_date.split("-")[1],o=n.edt.lstart_date.split("-")[2],s=parseInt(e)+parseInt(t.ndays);31<s&&"12"==a?(a="01",s=31-t.ndays,o=parseInt(o)+1):31<s&&(a=parseInt(a)+1),n.lwpEndDate=s+"-"+a+"-"+o,n.UpdateLWPBtn=!1,i.get(d.apiUrl+"api/leavedetails/GetFinalizeSatus?emp_id="+t.em_number+"&leave_start_date="+n.edt.lstart_date+"&leave_end_date="+n.lwpEndDate).then(function(e){n.getFinaliizedStaus=e.data,0<n.getFinaliizedStaus.length&&("P"!=n.getFinaliizedStaus[0].pe_status&&"F"!=n.getFinaliizedStaus[0].pe_status||(swal({title:"Alert",text:"You can not mark LWP.Payroll is finalized for "+t.em_number,showCloseButton:!0,width:380}),n.UpdateLWPBtn=!0))})},n.AssignLWPforEmployees=function(){for(let e=0;e<n.filteredTodos_lwp.length;e++)"undefined"!=n.filteredTodos_lwp[e].ndays&&(n.filteredTodos_lwp[e].lstart_date=n.edt.lstart_date,l.push(n.filteredTodos_lwp[e]));"siserp"==i.defaults.headers.common.schoolId?(n.loaderShow=!0,i.post(d.apiUrl+"api/leavedetails/CUDInsertEMPLeaveDetails",l).then(function(e){n.msg=e.data}),i.post(d.apiUrl+"api/leavedetails/Assign_LWPforEmployees_siserp",l).then(function(e){n.AssignLWPforEmp=e.data,!0===n.AssignLWPforEmp?(swal({text:"Assigned LWP Successfully",imageUrl:"assets/img/check.png",width:300,height:300}),n.loaderShow=!1,n.GET_LWPforEmployees=[],n.filteredTodos_lwp=null,n.edt.lstart_date=null,n.searchText_lwp=null):!1===n.AssignLWPforEmp&&(swal({text:"Assigned LWP Successfully.",imageUrl:"assets/img/check.png",width:300,height:300}),n.loaderShow=!1,n.GET_LWPforEmployees=[],n.filteredTodos_lwp=null,n.edt.lstart_date=null,n.searchText_lwp=null)}),i.get(d.apiUrl+"api/leavedetails/GetAllEMPLeaveLWPDetails?comp_code=1").then(function(e){n.emp_lwpdetails_lwphst=e.data,n.totalItems_lwphst=n.emp_lwpdetails_lwphst.length,n.todos_lwphst=n.emp_lwpdetails_lwphst,n.makeTodos_lwphst()})):(n.loaderShow=!0,i.post(d.apiUrl+"api/leavedetails/Assign_LWPforEmployees",l).then(function(e){n.AssignLWPforEmp=e.data,!0===n.AssignLWPforEmp?(swal({text:"Assigned LWP Successfully",imageUrl:"assets/img/check.png",width:300,height:300}),n.loaderShow=!1,n.GET_LWPforEmployees=[],n.filteredTodos_lwp=null,n.edt.lstart_date=null,n.searchText_lwp=null):!1===n.AssignLWPforEmp&&(swal({text:"Assigned LWP Successfully.",imageUrl:"assets/img/check.png",width:300,height:300}),n.loaderShow=!1,n.GET_LWPforEmployees=[],n.filteredTodos_lwp=null,n.edt.lstart_date=null,n.searchText_lwp=null)}))},n.GetCurrentTab=function(e){"lwp"==e&&(n.currentab="lwp"),"holiday"==e&&(n.currentab="holiday")},n.getmonth=function(e){n.edt.mnth=e,n.GetUsers(n.emp_number,"")},n.UserSearch_holiday=function(e){null!=n.edt.mnth?(n.global_Search_click(),$("#Global_Search_Modal").modal({backdrop:"static"})):swal({title:"Alert",text:"Please Select Month.",showCloseButton:!0,width:380}).then(function(e){})},n.data=[];let h,f=(n.GetUsers=function(t,e){if(n.data=[],n.emp_number=t,!0===document.getElementById(t).checked)h={str:t,month:n.edt.mnth},n.data.push(h),h={};else for(let e=n.data.length;e--;)n.data[e].str==t&&n.data.splice(e,1)},n.ViewHolidays=function(){i.post(d.apiUrl+"api/leavedetails/EMPAllHolidays",n.data).then(function(e){n.Getholidays=[],n.Getholidays=e.data,0<n.Getholidays.length||swal({text:"Holidays not defined for selected month.",width:300,height:300})})},[]);n.AssignHolidaysforEmployees=function(){var a;n.data=[];for(let t=0;t<n.filteredTodos_holiday.length;t++)if(!0===n.filteredTodos_holiday[t].flag)for(let e=0;e<n.Getholidays.length;e++)!0===n.Getholidays[e].holiday_flag&&(n.Getholidays[e].em_login_code=n.filteredTodos_holiday[t].em_login_code,a={em_login_code:n.Getholidays[e].em_login_code,holiday:n.Getholidays[e].holiday},n.data.push(a));i.post(d.apiUrl+"api/leavedetails/AssignHolidaysforEmployees_1",n.data).then(function(e){n.AssignHolidayforEmp=e.data,!0===n.AssignHolidayforEmp?(swal({text:"Attendance Marked Successfully.",imageUrl:"assets/img/check.png",width:300,height:300}),f=[],n.Getholidays=[],n.filteredTodos_holiday=[],n.data=[]):(swal({text:"Attendance Not Marked.",imageUrl:"assets/img/close.png",width:300,height:300}),f=[],n.Getholidays=[],n.data=[],n.filteredTodos_holiday=[])})},n.checkdate=function(e,t,a){moment(t,"DD-MM-YYYY").format("YYYY-MM-DD")<moment(e,"DD-MM-YYYY").format("YYYY-MM-DD")&&(swal({title:"Alert",text:"Start Date should be less than the End date.",showCloseButton:!0,width:380}),a.lt_end_date_new="")},n.checkScheduleStartDate=function(e,t,a){var e=moment(e,"DD-MM-YYYY").format("YYYY-MM-DD"),t=moment(t,"DD-MM-YYYY").format("YYYY-MM-DD"),o=moment().format("YYYY-MM-DD");t<e&&(swal({title:"Alert",text:"Start Date should be less than the End date.",showCloseButton:!0,width:380}),a.lt_end_date_new=""),e<o&&(swal({title:"Alert",text:"Start Date should not be less than current date.",showCloseButton:!0,width:380}),a.lt_start_date_new="")},n.checkScheduleEndDate=function(e,t,a){e=moment(e,"DD-MM-YYYY").format("YYYY-MM-DD"),t=moment(t,"DD-MM-YYYY").format("YYYY-MM-DD");moment().format("YYYY-MM-DD");t<e&&(swal({title:"Alert",text:"Start Date should be less than the End date.",showCloseButton:!0,width:380}),a.lt_end_date_new="")},n.CheckEmployeeLeaveHistory=function(e){$("#div_leaveHistory").modal({backdrop:"static"}),i.get(d.apiUrl+"api/leavedetails/GetAllEMPLeaveHistoryDetails?comp_code=1&emp_id="+e).then(function(e){n.empleave_history=e.data})},n.SubmitResheduleLeave=function(){n.insert=!1;let t=[];for(let e=0;e<n.filteredTodos_reschedule.length;e++){var a=moment(n.filteredTodos_reschedule[e].lt_start_date_new,"DD-MM-YYYY").format("YYYY-MM-DD"),o=moment(n.filteredTodos_reschedule[e].lt_end_date_new,"DD-MM-YYYY").format("YYYY-MM-DD");if(m=new Date(o),p=new Date(a),u=Math.abs(m.getTime()-p.getTime()),g=Math.ceil(u/864e5),!0===n.filteredTodos_reschedule[e].lt_reschedule){if(""==n.filteredTodos_reschedule[e].lt_start_date_new||"undefined"==n.filteredTodos_reschedule[e].lt_start_date_new)return void swal("","Please enter new updated end date for selected employee.");if(""==n.filteredTodos_reschedule[e].lt_end_date_new||"undefined"==n.filteredTodos_reschedule[e].lt_end_date_new)return void swal("","Please enter new updated end date for selected employee.");n.filteredTodos_reschedule[e].lt_days=g+1,n.insert=!0,t.push(n.filteredTodos_reschedule[e])}}n.GetRescheduleData=function(){n.getRescheduleleaves()},n.insert?(n.disableRescheduleLeave=!0,0<t.length?(i.post(d.apiUrl+"api/leavedetails/RescheduleLeaves",t).then(function(e){n.LeaveDetails_update=e.data,!0===n.LeaveDetails_update?(swal("","Leave reschedule successfully."),n.EMPLeave_Details=[],n.filteredTodos_update=[],n.edt.leave_type2=null,n.searchText_update=null):!1===n.LeaveDetails_update?swal("","Leave not updated."):swal("Error-"+n.LeaveDetails_update),n.getRescheduleleaves(),i.get(d.apiUrl+"api/leavedetails/GetAllEMPLeaveDetails?comp_code=1").then(function(e){n.cdetails_data=e.data,n.totalItems=n.cdetails_data.length,n.todos=n.cdetails_data,n.makeTodos()})}),t=[]):swal("","Please select employee to reschedule leave."),n.disableRescheduleLeave=!1):swal("","Please select atleast one record.")}}])}(),function(){"use strict";var e=angular.module("sims.module.HRMS");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("CreateEditEmployeeDpsmisCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(a,e,t,o,s,n,i){a.temp={},a.searchText=!1,a.ImgLoaded=!1,a.roleText=!1,a.roleList=!0,a.uae=!1,a.qatar=!0,a.national_id_readnly=!1,a.iban_number_readnly=!1,a.bank_ac_no_readnly=!1,a.Save_btn=!0,a.loginText=!1,a.logincode=!1,a.temp.em_date_of_join=$filter("date")(new Date,"dd-MM-yyyy"),a.temp.em_dept_effect_from=$filter("date")(new Date,"dd-MM-yyyy"),a.temp.em_grade_effect_from=$filter("date")(new Date,"dd-MM-yyyy"),n.get(i.apiUrl+"api/Dps/HRMS/getLicSchool").then(function(e){a.lic_school_data=e.data,"Qatar"==a.lic_school_data[0].lic_school_country?(a.uae=!1,a.qatar=!0):(a.uae=!0,a.qatar=!1)}),n.get(i.apiUrl+"api/Dps/HRMS/getEmpData").then(function(e){a.obj=e.data,a.operation=!0,a.Save_btn=!0,a.display=!0,a.temp.em_Salutation_Code="1",a.temp.em_Grade_Code=a.obj[0].em_Grade_Code}),n.get(i.apiUrl+"api/Dps/HRMS/getCompany").then(function(e){a.company_data=e.data,a.temp.em_Company_Code=a.company_data[0].em_Company_Code}),n.get(i.apiUrl+"api/Dps/HRMS/getCountry").then(function(e){a.country_data=e.data}),n.get(i.apiUrl+"api/Dps/HRMS/getDestination").then(function(e){a.dest_data=e.data,a.temp.em_Dest_Code=a.dest_data[0].em_Dest_Code}),a.searchEmp=function(e,t){},a.saveBtnDisEn=!1,a.imageUrl=i.docUrl+n.defaults.headers.common.schoolId+"/Images/EmployeeImages/";var d=new FormData;a.getTheFiles=function(e){angular.forEach(e,function(e,t){d.append(t,e)})},a.file_changed=function(e){var e=e.files[0],t=(a.photo_filename=e.type,new FileReader);t.onload=function(e){a.$apply(function(){a.prev_img=e.target.result})},t.readAsDataURL(e)},a.globalSearch=function(){t.visible_stud=!1,t.visible_parent=!1,t.visible_search_parent=!1,t.visible_teacher=!1,t.visible_User=!1,t.visible_Employee=!0,t.chkMulti=!1,a.global_Search_click(),$("#Global_Search_Modal").modal({backdrop:"static"}),a.temp.em_login_code="",a.temp.EmpName="",a.showBtn=!1},a.$on("global_cancel",function(e){0<a.SelectedUserLst.length&&(a.temp={},a.temp.enroll_number=a.SelectedUserLst[0].em_login_code,a.temp.name=a.SelectedUserLst[0].empName,a.EmpSearch1(a.SelectedUserLst[0].em_login_code))}),a.searchGlobalClick=function(){a.Global_Search_by_employee()},n.get(i.apiUrl+"api/Dps/HRMS/getParam").then(function(e){a.visible=e.data,"Y"==a.visible?a.loginText=!0:a.loginText=!1}),a.checkExist=function(e){n.get(i.apiUrl+"api/Dps/HRMS/getCheckExist?manual_em_login_code="+e).then(function(e){a.empexist=e.data,0<a.empexist.length?a.error="Login Code Already Exist":a.error=""})},a.checkDOJ=function(e){a.temp.em_date_of_birth>=a.temp.em_date_of_join&&(swal({title:"Alert",text:"Date Of Join Should greater than Date of Birth",width:300,height:200}),a.temp.em_date_of_join="")},a.checkPassport=function(){a.temp.em_passport_exp_date<a.temp.em_passport_issue_date&&(swal({title:"Alert",text:"Passport Expiry Date Should greater than Passport Issue Date",width:300,height:200}),a.temp.em_passport_exp_date="")},a.checkVisa=function(){a.temp.em_visa_exp_date<a.temp.em_visa_issue_date&&(swal({title:"Alert",text:"Visa Expiry Date Should greater than Visa Issue Date",width:300,height:200}),a.temp.em_visa_exp_date="")},a.checkEmiratesID=function(){a.temp.em_national_id_expiry_date<a.temp.em_national_id_issue_date&&(swal({title:"Alert",text:"Emirates ID Expiry Date Should greater than Emirates ID Issue Date",width:300,height:200}),a.temp.em_national_id_expiry_date="")},a.Cancel=function(){a.loginText=!0,a.roleText=!1,a.roleList=!0,a.roleReadOnly=!1,a.searchText=!1,a.national_id_readnly=!1,a.iban_number_readnly=!1,a.bank_ac_no_readnly=!1,a.temp={},a.emplogcode="",a.Myform.$setPristine(),a.Myform.$setUntouched(),a.Save_btn=!0,a.Update_btn=!1,a.ImgLoaded=!1,a.prev_img="",a.emplogcode="",a.temp.em_img="",a.temp.em_date_of_join=$filter("date")(new Date,"dd-MM-yyyy"),a.temp.em_dept_effect_from=$filter("date")(new Date,"dd-MM-yyyy"),a.temp.em_grade_effect_from=$filter("date")(new Date,"dd-MM-yyyy"),a.temp.em_Company_Code=a.company_data[0].em_Company_Code,a.temp.em_Grade_Code=a.obj[0].em_Grade_Code,a.temp.em_Salutation_Code="1"},a.SaveData=function(e,t){e&&n.get(i.apiUrl+"api/Dps/HRMS/getCheckExist?manual_em_login_code="+t).then(function(e){a.empexist=e.data,0<a.empexist.length?a.error="Login Code Already Exist":(a.error="",a.saveBtnDisEn=!0,e=a.temp,void 0===a.photo_filename?e.em_img=null:(e.em_img="."+a.photo_filename.split("/")[1],e.em_dept_effect_from=a.temp.em_dept_effect_from,e.em_grade_effect_from=a.temp.em_grade_effect_from,e.em_date_of_join=a.temp.em_date_of_join,e.em_date_of_birth=a.temp.em_date_of_birth,e.em_pssport_issue_date=a.temp.em_pssport_issue_date,e.em_passport_exp_date=a.temp.em_passport_exp_date,e.em_visa_issue_date=a.temp.em_visa_issue_date,e.em_visa_exp_date=a.temp.em_visa_exp_date,e.em_national_id_issue_date=a.temp.em_national_id_issue_date,e.em_national_id_expiry_date=a.temp.em_national_id_expiry_date),e={manual_em_login_code:a.temp.manual_em_login_code,em_division_code:a.temp.em_division_code,em_Salutation_Code:a.temp.em_Salutation_Code,em_first_name:a.temp.em_first_name,em_middle_name:a.temp.em_middle_name,em_last_name:a.temp.em_last_name,em_name_ot:a.temp.em_name_ot,em_Company_Code:a.temp.em_Company_Code,em_img:e.em_img,em_Dest_Code:a.temp.em_Dest_Code,em_Designation_Code:a.temp.em_Designation_Code,em_Dept_Code:a.temp.em_Dept_Code,em_dept_effect_from:e.em_dept_effect_from,em_Staff_Type_Code:a.temp.em_Staff_Type_Code,em_Grade_Code:a.temp.em_Grade_Code,em_grade_effect_from:e.em_grade_effect_from,em_date_of_join:e.em_date_of_join,em_blood_group_code:a.temp.em_blood_group_code,em_date_of_birth:e.em_date_of_birth,em_Sex_Code:a.temp.em_Sex_Code,em_Marital_Status_Code:a.temp.em_Marital_Status_Code,em_Country_Code:a.temp.em_Country_Code,em_Nation_Code:a.temp.em_Nation_Code,em_Religion_Code:a.temp.em_Religion_Code,em_email:a.temp.em_email,em_mobile:a.temp.em_mobile,em_emergency_contact_name1:a.temp.em_emergency_contact_name1,em_summary_address:a.temp.em_summary_address,em_emergency_contact_number1:a.temp.em_emergency_contact_number1,em_passport_no:a.temp.em_passport_no,em_pssport_issue_date:e.em_pssport_issue_date,em_passport_exp_date:e.em_passport_exp_date,em_visa_no:a.temp.em_visa_no,em_visa_type_code:a.temp.em_visa_type_code,em_visa_issue_date:e.em_visa_issue_date,em_visa_exp_date:e.em_visa_exp_date,em_national_id:a.temp.em_national_id,em_national_id_issue_date:e.em_national_id_issue_date,em_national_id_expiry_date:e.em_national_id_expiry_date,em_iban_no:e.em_iban_no,em_bank_ac_no:e.em_bank_ac_no,opr:"H"},n.post(i.apiUrl+"api/Dps/HRMS/CUCreateEditEmployee",e).then(function(e){a.CUDobj=e.data,swal({text:a.CUDobj.strMessage,timer:1e4});e=a.CUDobj.strMessage.split(" ")[2],e={method:"POST",url:i.apiUrl+"/api/file/upload?filename="+e+"&location=/EmployeeImages",data:d,headers:{"Content-Type":void 0}};a.Cancel(),a.saveBtnDisEn=!1,a.Myform.$setPristine(),a.Myform.$setUntouched(),n(e).success(function(e){})}))})},a.EmpSearch1=function(e){a.Save_btn=!1,a.Update_btn=!0,a.searchText=!0,a.roleText=!0,a.roleList=!1,a.roleReadOnly=!0,n.get(i.apiUrl+"api/Dps/HRMS/getSearchEmpMaster?em_login_code="+e).then(function(e){a.temp1=e.data,a.loginText=!1,a.temp={manual_em_login_code:a.temp1[0].em_login_code,em_login_code:a.temp1[0].em_login_code,em_number:a.temp1[0].em_number,em_service_status_code:a.temp1[0].em_service_status_code,em_status_code:a.temp1[0].em_status_code,em_apartment_number:a.temp1[0].em_apartment_number,em_family_name:a.temp1[0].em_family_name,em_street_number:a.temp1[0].em_street_number,em_area_number:a.temp1[0].em_area_number,em_phone:a.temp1[0].em_phone,em_fax:a.temp1[0].em_fax,em_post:a.temp1[0].em_post,em_emergency_contact_name2:a.temp1[0].em_emergency_contact_name2,em_emergency_contact_number2:a.temp1[0].em_emergency_contact_number2,em_joining_ref:a.temp1[0].em_joining_ref,em_ethnicity_code:a.temp1[0].em_ethnicity_code,em_handicap_status:a.temp1[0].em_handicap_status,em_stop_salary_indicator:a.temp1[0].em_stop_salary_indicator,em_agreement:a.temp1[0].em_agreement,em_punching_status:a.temp1[0].em_punching_status,em_bank_cash_tag:a.temp1[0].em_bank_cash_tag,em_citi_exp_tag:a.temp1[0].em_citi_exp_tag,em_leave_tag:a.temp1[0].em_leave_tag,em_passport_issue_place:a.temp1[0].em_passport_issue_place,em_passport_issuing_authority:a.temp1[0].em_passport_issuing_authority,em_pssport_exp_rem_date:a.temp1[0].em_pssport_exp_rem_date,em_visa_issuing_place:a.temp1[0].em_visa_issuing_place,em_visa_issuing_authority:a.temp1[0].em_visa_issuing_authority,em_visa_exp_rem_date:a.temp1[0].em_visa_exp_rem_date,em_visa_type_code:a.temp1[0].em_visa_type_code,em_agreement_start_date:a.temp1[0].em_agreement_start_date,em_agreement_exp_date:a.temp1[0].em_agreement_exp_date,em_agreemet_exp_rem_date:a.temp1[0].em_agreemet_exp_rem_date,em_punching_id:a.temp1[0].em_punching_id,em_dependant_full:a.temp1[0].em_dependant_full,em_dependant_half:a.temp1[0].em_dependant_half,em_dependant_infant:a.temp1[0].em_dependant_infant,em_Bank_Code:a.temp1[0].em_Bank_Code,em_bank_ac_no:a.temp1[0].em_bank_ac_no,em_iban_no:a.temp1[0].em_iban_no,em_route_code:a.temp1[0].em_route_code,em_bank_swift_code:a.temp1[0].em_bank_swift_code,em_gpf_ac_no:a.temp1[0].em_gpf_ac_no,em_pan_no:a.temp1[0].em_pan_no,em_labour_card_no:a.temp1[0].em_labour_card_no,em_gosi_ac_no:a.temp1[0].em_gosi_ac_no,em_gosi_start_date:a.temp1[0].em_gosi_start_date,em_national_id:a.temp1[0].em_national_id,em_secret_question_code:a.temp1[0].em_secret_question_code,em_secret_answer:a.temp1[0].em_secret_answer,em_building_number:a.temp1[0].em_building_number,em_Company_Code:a.temp1[0].em_Company_Code,em_Dept_Code:a.temp1[0].em_Dept_Code,em_Designation_Code:a.temp1[0].em_Designation_Code,em_Dest_Code:a.temp1[0].em_Dest_Code,em_Grade_Code:a.temp1[0].em_Grade_Code,em_Marital_Status_Code:a.temp1[0].em_Marital_Status_Code,em_Nation_Code:a.temp1[0].em_Nation_Code,em_Country_Code:a.temp1[0].em_Country_Code,em_State_Code:a.temp1[0].em_State_Code,em_City_Code:a.temp1[0].em_City_Code,em_Religion_Code:a.temp1[0].em_Religion_Code,em_Salutation_Code:a.temp1[0].em_Salutation_Code,em_Sex_Code:a.temp1[0].em_Sex_Code,em_Staff_Type_Code:a.temp1[0].em_Staff_Type_Code,em_blood_group_code:a.temp1[0].em_blood_group_code,em_date_of_birth:a.temp1[0].em_date_of_birth,em_date_of_join:a.temp1[0].em_date_of_join,em_dept_effect_from:a.temp1[0].em_dept_effect_from,em_email:a.temp1[0].em_email,em_emergency_contact_name1:a.temp1[0].em_emergency_contact_name1,em_emergency_contact_number1:a.temp1[0].em_emergency_contact_number1,em_first_name:a.temp1[0].em_first_name,em_grade_effect_from:a.temp1[0].em_grade_effect_from,em_last_name:a.temp1[0].em_last_name,em_middle_name:a.temp1[0].em_middle_name,em_mobile:a.temp1[0].em_mobile,em_name_ot:a.temp1[0].em_name_ot,em_national_id_expiry_date:a.temp1[0].em_national_id_expiry_date,em_national_id_issue_date:a.temp1[0].em_national_id_issue_date,em_passport_exp_date:a.temp1[0].em_passport_exp_date,em_passport_issue_date:a.temp1[0].em_passport_issue_date,em_passport_no:a.temp1[0].em_passport_no,em_summary_address:a.temp1[0].em_summary_address,em_summary_address_local_language:a.temp1[0].em_summary_address_local_language,em_visa_exp_date:a.temp1[0].em_visa_exp_date,em_stop_salary_from:a.temp1[0].em_stop_salary_from,em_visa_issue_date:a.temp1[0].em_visa_issue_date,em_visa_no:a.temp1[0].em_visa_no,em_img:a.temp1[0].em_img,gd_division_code:a.temp1[0].em_division_code}})},a.image_click=function(){a.ImgLoaded=!0},a.UpdateData=function(){a.national_id_readnly=!0,a.iban_number_readnly=!0,a.bank_ac_no_readnly=!0;var e,t=a.temp;void 0!==a.photo_filename&&(a.em_img="",t.em_img=a.temp.em_login_code+"."+a.photo_filename.split("/")[1]),t.opr="U",t.em_division_code=a.temp.gd_division_code,t.subopr="Up",1==a.ImgLoaded&&(e={method:"POST",url:i.apiUrl+"/api/file/upload?filename="+a.temp.em_login_code+"&location=/EmployeeImages",data:d,headers:{"Content-Type":void 0}},n(e).success(function(e){})),n.post(i.apiUrl+"api/Dps/HRMS/CUMasterEmployee",t).then(function(e){a.CUDobj=e.data,a.loginText=!0,swal({text:a.CUDobj.strMessage,timer:1e4})}),a.searchText=!1,a.Cancel(),a.prev_img="",a.emplogcode="",a.temp.em_img="",a.Save_btn=!0,a.Update_btn=!1}}]),e.directive("ngFiles",["$parse",function(s){return{link:function(t,e,a){var o=s(a.ngFiles);e.on("change",function(e){o(t,{$files:e.target.files})})}}}])}(),function(){"use strict";var d,e=angular.module("sims.module.HRMS");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("SponsorMasterCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(s,e,t,a,o,n,i){s.pagesize="10",s.pageindex=0,s.save_btn=!0,s.Update_btn=!1,s.display=!1,s.table=!0,s.propertyName=null,s.reverse=!1,s.spons_cod=!0,s.sponsor_cod=!1,s.sortBy=function(e){s.reverse=s.propertyName===e&&!s.reverse,s.propertyName=e},a(function(){$("#fixTable").tableHeadFixer({top:1})},100),n.get(i.apiUrl+"api/SponsorMasterController/getSponsorDetails").then(function(e){s.SponsorDetails_Data=e.data,s.totalItems=s.SponsorDetails_Data.length,s.todos=s.SponsorDetails_Data,s.makeTodos()}),s.size=function(e){"All"==e?(s.currentPage="1",s.filteredTodos=s.SponsorDetails_Data,s.pager=!1):(s.pager=!0,s.pagesize=e,s.currentPage=1,s.numPerPage=e,s.makeTodos()),s.numPerPage=e,console.log("numPerPage="+s.numPerPage)},s.index=function(e){s.pageindex=e,s.currentPage=e,s.makeTodos(),d.checked=!1,s.row1=""},s.filteredTodos=[],s.currentPage=1,s.numPerPage=10,s.maxSize=10,s.makeTodos=function(){var e=parseInt(s.totalItems%s.numPerPage),e=(s.pagersize="0"==e?parseInt(s.totalItems/s.numPerPage):parseInt(s.totalItems/s.numPerPage)+1,(s.currentPage-1)*s.numPerPage),t=parseInt(e)+parseInt(s.numPerPage);s.filteredTodos=s.todos.slice(e,t)},s.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).pays_sponsor_code.toString().toLowerCase().indexOf(t.toLowerCase())||-1<e.pays_sponsor_name.toLowerCase().indexOf(t.toLowerCase());var t})},s.search=function(){s.todos=s.searched(s.SponsorDetails_Data,s.searchText),s.totalItems=s.todos.length,s.currentPage="1",""==s.searchText&&(s.todos=s.SponsorDetails_Data),s.makeTodos(),d.checked=!1,s.CheckAllChecked()},s.New=function(){s.disabled=!1,s.readonly=!0,s.table=!1,s.display=!0,s.save_btn=!0,s.Update_btn=!1,s.spons_cod=!0,s.sponsor_cod=!1,s.temp=[],s.Myform.$setPristine(),s.Myform.$setUntouched(),n.get(i.apiUrl+"api/SponsorMasterController/getSponsorCode").then(function(e){s.autosponsorcode=e.data,console.log("autosponsorcode",s.autosponsorcode),s.temp.pays_sponsor_code=s.autosponsorcode})};s.savedata=function(e){var t=[];e&&(e={pays_sponsor_code:s.temp.pays_sponsor_code,pays_sponsor_name:s.temp.pays_sponsor_name,opr:"I"},t.push(e),n.post(i.apiUrl+"api/SponsorMasterController/CUDSponsorDetails",t).then(function(e){s.msg1=e.data,console.log("save_response",s.msg1),1==s.msg1?swal({text:"Record Inserted Successfully",imageUrl:"assets/img/check.png",width:380,showCloseButton:!0}).then(function(e){e&&s.getGrid()}):swal({text:"Record Not Inserted",imageUrl:"assets/img/close.png",width:380,showCloseButton:!0}).then(function(e){e&&s.getGrid()})}),s.table=!0,s.display=!1)},s.Cancel=function(){s.temp="",s.table=!0,s.display=!1,s.Myform.$setPristine(),s.Myform.$setUntouched()},s.edit=function(e){s.readonly=!0,s.disabled=!0,s.table=!1,s.display=!0,s.save_btn=!1,s.Update_btn=!0,s.temp={pays_sponsor_code:e.pays_sponsor_code,pays_sponsor_name:e.pays_sponsor_name}},s.update=function(e){var t=[];e&&(e={pays_sponsor_code:s.temp.pays_sponsor_code,pays_sponsor_name:s.temp.pays_sponsor_name,opr:"U"},t.push(e),n.post(i.apiUrl+"api/SponsorMasterController/CUDSponsorDetails",t).then(function(e){s.msg1=e.data,console.log("update_response",s.msg1),1==s.msg1?swal({text:"Record Updated Successfully",imageUrl:"assets/img/check.png",width:380,showCloseButton:!0}).then(function(e){e&&s.getGrid()}):swal({text:"Record Not Updated",imageUrl:"assets/img/close.png",width:380,showCloseButton:!0}).then(function(e){e&&s.getGrid()}),s.sponsor_cod=!1,s.table=!0,s.display=!1}))},s.CheckAllChecked=function(){if(1==(d=document.getElementById("mainchk")).checked)for(var e=0;e<s.filteredTodos.length;e++)document.getElementById(s.filteredTodos[e].pays_sponsor_code+e).checked=!0,s.row1="row_selected",$("tr").addClass("row_selected");else for(e=0;e<s.filteredTodos.length;e++)document.getElementById(s.filteredTodos[e].pays_sponsor_code+e).checked=!1,d.checked=!1,s.row1=""},s.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),s.color="#edefef"}),1==(d=document.getElementById("mainchk")).checked&&(d.checked=!1,$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected")}))},s.Delete=function(){var o=[];s.flag=!1;for(var e,t=0;t<s.filteredTodos.length;t++)1==document.getElementById(s.filteredTodos[t].pays_sponsor_code+t).checked&&(s.flag=!0,e={pays_sponsor_code:s.filteredTodos[t].pays_sponsor_code,pays_sponsor_name:s.filteredTodos[t].pays_sponsor_name,opr:"D"},o.push(e));s.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)n.post(i.apiUrl+"api/SponsorMasterController/CUDSponsorDetails?data=",o).then(function(e){s.msg1=e.data,console.log("dalete_response",s.msg1),1==s.msg1?swal({text:"Record Deleted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&(s.getGrid(),1==(d=document.getElementById("mainchk")).checked&&(d.checked=!1,s.row1=""),s.currentPage=!0)}):swal({text:"Record Not Deleted ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&(s.getGrid(),1==(d=document.getElementById("mainchk")).checked&&(d.checked=!1,s.row1=""),s.currentPage=!0)})});else for(var t=0;t<s.filteredTodos.length;t++){var a=document.getElementById(s.filteredTodos[t].pays_sponsor_code+t);1==a.checked&&(a.checked=!1,d.checked=!1,$("tr").removeClass("row_selected"))}}):swal({text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}),s.currentPage=str},s.getGrid=function(){n.get(i.apiUrl+"api/SponsorMasterController/getSponsorDetails").then(function(e){s.SponsorDetails_Data=e.data,s.totalItems=s.SponsorDetails_Data.length,s.todos=s.SponsorDetails_Data,s.makeTodos()})}}])}(),function(){"use strict";var e=angular.module("sims.module.HRMS");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("VacancyMasterCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$filter","$http","ENV",function(n,e,t,a,o,s,i,d){n.Savebtn=!0,n.deletebtn=!0,n.Updatebtn=!1,n.formshow=!1,n.tableshow=!0;var _=t.globals.currentUser.username,c=(n.edt={pays_vacancy_status:!0},""),l=[],r=s("date")(new Date,"dd-MM-yyyy"),m=s("date")(new Date,"dd-MM-yyyy"),p=(n.dt={sims_from_date:r},n.dt1={sims_to_date:m},$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0,format:"yyyy-mm-dd"}),$("#text-editor").wysihtml5(),n.getShow=function(){n.dt={sims_from_date:r},n.dt1={sims_to_date:m},n.edt={pays_vacancy_status:!0},i.get(d.apiUrl+"api/StudentReport/getCompanyDetails").then(function(e){n.getcompname=e.data,n.temp={pays_vacancy_company_code:n.getcompname[0].pays_vacancy_company_code},i.get(d.apiUrl+"api/StudentReport/getDepartmentDetails?comp_code="+n.temp.pays_vacancy_company_code).then(function(e){n.depttype=e.data,n.temp1={pays_vacancy_dept_code:n.depttype[0].pays_vacancy_dept_code}}),i.get(d.apiUrl+"api/StudentReport/getDesignationDetails?comp_code="+n.temp.pays_vacancy_company_code).then(function(e){n.desgtype=e.data,n.temp2={pays_vacancy_profile_desg_code:n.desgtype[0].pays_vacancy_profile_desg_code}}),i.get(d.apiUrl+"api/StudentReport/getVacancytypeDetails?comp_code="+n.temp.pays_vacancy_company_code).then(function(e){n.vecktype=e.data,n.temp3={pays_vacancy_type:n.vecktype[0].pays_vacancy_type}}),i.get(d.apiUrl+"api/StudentReport/getRecDrive").then(function(e){n.recdrive=e.data}),n.getercdate=function(e){i.get(d.apiUrl+"api/StudentReport/getRecDateDetails?rec_id="+e).then(function(e){n.veclevel=e.data,n.pays_recruitment_start_date=n.veclevel[0].pays_recruitment_start_date,n.pays_recruitment_end_date=n.veclevel[0].pays_recruitment_end_date,n.pays_recruitment_start_date<n.dt.sims_from_date&&n.pays_recruitment_end_date<n.dt1.sims_to_date&&swal({text:"Posting date and Expiry date should be in range of "+n.pays_recruitment_start_date+" To "+n.pays_recruitment_end_date,showCloseButton:!0,width:380,cancelButtonText:"Ok",imageUrl:"assets/img/notification-alert.png"})})},i.get(d.apiUrl+"api/StudentReport/getVacancyLevelDetails?comp_code="+n.temp.pays_vacancy_company_code).then(function(e){n.veclevel1=e.data,0<n.veclevel1.length&&(n.temp4={pays_vacancy_level:n.veclevel1[0].pays_vacancy_level})})})},n.getShow(),n.Showdata=function(){i.get(d.apiUrl+"api/StudentReport/getVacancyDetails?desg=&exp=&date=&todate=").then(function(e){n.getvds=e.data})},n.Showdata(),$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0,format:"yyyy-mm-dd"}),$(document).on("touch click",'*[data-datepicker="true"] .add-on',function(e){$('input[type="text"]',$(this).parent()).focus()}),n.check_date=function(){n.dt1.sims_to_date<n.dt.sims_from_date&&(swal({title:"Alert",text:"Please select future date",width:300,height:200}),n.dt1.sims_to_date=m)},n.cancel=function(){document.getElementById("file1");n.sims_driver_img="",n.prev_img="",n.temp={sims_Employee:"emp_true"},n.table1=!0,n.operation=!1,n.temp="",n.myForm.$setPristine(),n.myForm.$setUntouched(),n.edt={dg_code:"",sims_employee_code:"",sims_driver_name:"",sims_driver_type:"",sims_user_code:"",sims_driver_img:"",sims_driver_experience_years:"",sims_driver_gender:"",sims_driver_mobile_number1:"",sims_driver_mobile_number2:"",sims_driver_mobile_number3:"",sims_driver_address:"",sims_driver_status:"",sims_driver_date_of_birth:"",sims_driver_driving_license_number:"",sims_driver_license_issue_date:"",sims_driver_license_expiry_date:"",sims_driver_license_place_of_issue:"",sims_driver_license_vehicle_category:"",sims_driver_license_vehicle_mode:"",sims_driver_visa_number:"",sims_driver_visa_type:"",sims_driver_visa_issuing_authority:"",sims_driver_visa_issuing_place:"",sims_driver_visa_issue_date:"",sims_driver_visa_expiry_date:"",sims_driver_national_id:"",sims_driver_national_id_issue_date:"",sims_driver_national_id_expiry_date:""}},n.Cancel=function(){n.formshow=!1,n.tableshow=!0},n.New=function(){n.pays_vacancy_no=0,n.file=null,n.fileInfo="",n.Reset(),n.formshow=!0,n.tableshow=!1},n.convertDateFormat=function(e){e=e.split("-");return e[2]+"-"+e[1]+"-"+e[0]},n.Save=function(){void 0!==c&&""!==c||(c=null);var e=[],t={pays_vacancy_company_code:n.temp.pays_vacancy_company_code,pays_vacancy_dept_code:n.temp1.pays_vacancy_dept_code,pays_vacancy_profile_desg_code:n.temp2.pays_vacancy_profile_desg_code,pays_vacancy_type:n.temp3.pays_vacancy_type,pays_vacancy_desc:$("#text-editor").val(),pays_vacancy_roles:n.edt.pays_vacancy_roles,pays_vacancy_level:n.temp4.pays_vacancy_level,pays_vacancy_min_experience:n.edt.pays_vacancy_min_experience,pays_vacancy_posting_date:n.convertDateFormat(n.dt.sims_from_date),pays_vacancy_expiry_date:n.convertDateFormat(n.dt1.sims_to_date),pays_vacancy_status:n.edt.pays_vacancy_status,pays_vacancy_doc:c,pays_recruitment_id:n.temp3.pays_recruitment_id,pays_date_updated_user_code:_,pays_vacancy_count:n.pays_vacancy_no,opr:"I"};e.push(t),i.post(d.apiUrl+"api/StudentReport/CUDVacancyDetails",e).then(function(e){n.msg1=e.data,!0===n.msg1?swal({text:"Record Inserted Successfully",imageUrl:"assets/img/check.png",width:380,showCloseButton:!0}):!1===n.msg1?swal({text:"Record Not Inserted. ",imageUrl:"assets/img/close.png",width:380,showCloseButton:!0}):swal("Error-"+n.msg1),n.Showdata(),n.Reset()}),n.tableshow=!0,n.formshow=!1},n.Update=function(){var e=[],t=(void 0!==c&&""!==c||(c=null),{pays_vacancy_id:n.temp.pays_vacancy_id,pays_vacancy_company_code:n.temp.pays_vacancy_company_code,pays_vacancy_dept_code:n.temp1.pays_vacancy_dept_code,pays_vacancy_profile_desg_code:n.temp2.pays_vacancy_profile_desg_code,pays_vacancy_type:n.temp3.pays_vacancy_type,pays_vacancy_desc:$("#text-editor").val(),pays_vacancy_roles:n.edt.pays_vacancy_roles,pays_vacancy_level:n.temp4.pays_vacancy_level,pays_vacancy_min_experience:n.edt.pays_vacancy_min_experience,pays_vacancy_posting_date:n.dt.sims_from_date,pays_vacancy_expiry_date:n.dt1.sims_to_date,pays_vacancy_status:n.edt.pays_vacancy_status,pays_vacancy_doc:c,pays_recruitment_id:n.temp3.pays_recruitment_id,pays_date_updated_user_code:_,pays_vacancy_count:n.pays_vacancy_no,opr:"U"});e.push(t),i.post(d.apiUrl+"api/StudentReport/CUDVacancyDetails",e).then(function(e){n.display=!0,n.msg1=e.data,!0===n.msg1?swal({text:"Record Updated Successfully",imageUrl:"assets/img/check.png",width:380,showCloseButton:!0}):!1===n.msg1?swal({text:"Record Not Updated. ",imageUrl:"assets/img/close.png",width:380,showCloseButton:!0}):swal("Error-"+n.msg1),n.Showdata(),n.Reset(),n.grid1=!0,n.grid=!0,n.display=!1}),n.formshow=!(e=[]),n.tableshow=!0},n.delete=function(){for(var e,t=[],a=n.getvds.length,o=!1,s=0;s<a;s++)!0===document.getElementById(n.getvds[s].pays_vacancy_id+s).checked&&(n.flag=o=!0,e={pays_vacancy_id:n.getvds[s].pays_vacancy_id,opr:"D"},t.push(e));o?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){e&&i.post(d.apiUrl+"api/StudentReport/CUDVacancyDetails",t).then(function(e){n.msg1=e.data,!0===n.msg1?swal({text:"Record Deleted Successfully",imageUrl:"assets/img/check.png",width:380,showCloseButton:!0}):!1===n.msg1?swal({text:"Record Not Deleted. ",imageUrl:"assets/img/close.png",width:380,showCloseButton:!0}):swal("Error-"+n.msg1),n.Showdata(),n.Reset()})}):swal({text:"Select Atleast One Record To Delete",imageUrl:"assets/img/notification-alert.png",width:380,showCloseButton:!0})},n.Reset=function(){document.getElementById("file1").value=null,n.Updatebtn=!1,n.Savebtn=!0,n.deletebtn=!0,n.pays_recruitment_start_date="",n.pays_recruitment_end_date="",n.temp.pays_vacancy_company_code="",n.temp1.pays_vacancy_dept_code="",n.temp2.pays_vacancy_profile_desg_code="",n.temp3.pays_vacancy_type="",$("#text-editor").data("wysihtml5").editor.clear(),n.edt.pays_vacancy_roles="",n.temp4.pays_vacancy_level="",n.edt.pays_vacancy_min_experience="",n.dt.sims_from_date="",n.dt1.sims_to_date="",n.temp3.pays_recruitment_id="",n.Showdata(),n.getShow()},n.CheckAllChecked=function(){if(!0===(l=document.getElementById("mainchk")).checked)for(let e=0;e<n.getvds.length;e++)document.getElementById(n.getvds[e].pays_vacancy_id+e).checked=!0,n.row1="row_selected",$("tr").addClass("row_selected");else for(let e=0;e<n.getvds.length;e++)document.getElementById(n.getvds[e].pays_vacancy_id+e).checked=!1,l.checked=!1,n.row1="",$("tr").removeClass("row_selected")},n.checkonebyoneselect=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),n.color="#edefef"}),!0===(l=document.getElementById("mainchk")).checked&&(l.checked=!1,$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected")}))},a(function(){$("#fixTable").tableHeadFixer({top:1})},100),new FormData),u=(n.getTheFiles=function(a){n.filesize=!0,angular.forEach(a,function(e,t){p.append(t,e);8e5<a[0].size&&(n.filesize=!1,n.edt.photoStatus=!1,swal({title:"Alert",text:"File Should Not Exceed 800Kb.",imageUrl:"assets/img/notification-alert.png"}))})},n.file_changed=function(e){var e=e.files[0],t=(n.photo_filename=e.name,n.edt.sims_driver_img=n.photo_filename,n.photo_filename=e.type,new FileReader);t.onload=function(e){n.$apply(function(){n.prev_img=e.target.result})},t.readAsDataURL(e),t=""==n.edt.sims_employee_code||null==n.edt.sims_employee_code?{method:"POST",url:d.apiUrl+"api/AssignmentUpload/upload1?filename="+n.edt.sims_driver_name+"&location=DriverImage/",data:p,headers:{"Content-Type":void 0}}:{method:"POST",url:d.apiUrl+"api/AssignmentUpload/upload1?filename="+n.edt.sims_employee_code+"&location=DriverImage/",data:p,headers:{"Content-Type":void 0}},i(t).success(function(e){n.edt.sims_driver_img=n.edt.sims_driver_img,n.edt.sims_driver_img=e})},p=new FormData,n.getTheFiles=function(e){angular.forEach(e,function(e,t){p.append(t,e)})},[]);n.teacher_doc=[],n.file_changed=function(e){new Date;n.photofile=e.files[0],c="",c=n.photofile.name;var e=n.photofile.type.split("/")[1];"png"===e||"jpeg"===e||"jpg"===e||"pdf"===e?1e7<n.photofile.size?swal("","File size limit not exceed upto 10mb."):(n.photo_filename=n.photofile.type,(e=new FileReader).onload=function(t){n.$apply(function(){n.prev_img=t.target.result;var e={method:"POST",url:d.apiUrl+"api/AssignmentUpload/upload1?filename="+c+"&location=Docs/Vacancy/",data:p,headers:{"Content-Type":void 0}};i(e).success(function(e){e={sims509_doc:e,sims509_doc_name:c};n.teacher_doc.push(e),u=[];for(var t=0;t<n.teacher_doc.length;t++){var a={sims509_doc:n.teacher_doc[t].sims509_doc,sims509_doc_name:n.teacher_doc[t].sims509_doc_name,sims_doc_line:t+1};u.push(a)}n.teacher_doc=[],n.teacher_doc=u})})},e.readAsDataURL(n.photofile)):swal("","PDF and Image Files are allowed.")},n.downPdf=function(e){e=d.docUrl+i.defaults.headers.common.schoolId+"/Docs/Vacancy/"+e;window.open(e,"_new")},n.edit=function(e){n.Updatebtn=!0,n.Savebtn=!1,n.deletebtn=!0,n.formshow=!0,n.tableshow=!1,n.temp.pays_vacancy_id=e.pays_vacancy_id,n.temp.pays_vacancy_company_code=e.pays_vacancy_company_code,n.temp1.pays_vacancy_dept_code=e.pays_vacancy_dept_code,n.temp3.pays_recruitment_id=e.pays_recruitment_id,n.temp2.pays_vacancy_profile_desg_code=e.pays_vacancy_profile_desg_code,n.temp3.pays_vacancy_type=e.pays_vacancy_type.trim(),$("#text-editor").data("wysihtml5").editor.setValue(e.pays_vacancy_desc),n.edt.pays_vacancy_roles=e.pays_vacancy_roles,n.temp4.pays_vacancy_level=e.pays_vacancy_level,n.edt.pays_vacancy_min_experience=e.pays_vacancy_min_experience,n.dt.sims_from_date=e.pays_vacancy_posting_date,n.dt1.sims_to_date=e.pays_vacancy_expiry_date,n.edt.pays_vacancy_status=e.pays_vacancy_status,n.pays_vacancy_no=e.pays_vacancy_count,n.fileInfo={name:e.pays_vacancy_doc,url:d.docUrl+i.defaults.headers.common.schoolId+"/Docs/Vacancy/"+e.pays_vacancy_doc}}}]),e.directive("ngFiles",["$parse",function(s){return{link:function(t,e,a){var o=s(a.ngFiles);e.on("change",function(e){o(t,{$files:e.target.files})})}}}])}(),function(){"use strict";var e=angular.module("sims.module.HRMS");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("VacancyViewCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(o,e,t,a,s,n,i){n.get(i.apiUrl+"api/VacancyMst/Getdesignation12").then(function(e){o.designation=e.data}),o.details=function(e,t,a){n.get(i.apiUrl+"api/VacancyMst/getAllvacancy?frmdate="+e+"&desig="+t+"&experience="+a).then(function(e){o.allData=e.data})},o.details(),o.reset=function(){o.temp.pays_vacancy_posting_date="",o.temp.dg_code="",o.temp.Expeyear="",o.details()},o.searchable=function(e,t,a){null!=e&&null!=t&&null!=a?n.get(i.apiUrl+"api/VacancyMst/getAllvacancy?frmdate="+e+"&desig="+t+"&experience="+a).then(function(e){o.allData=e.data}):swal({title:"Alert",text:"Please Select Date,Designation,Experience",showCloseButton:!0,width:380})},o.downloaddocfile=function(e){o.url=i.docUrl+n.defaults.headers.common.schoolId+"qfis/Docs/Vacancy/"+e,window.open(o.url)},$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0})}])}(),function(){"use strict";var m=[],e=angular.module("sims.module.HRMS");e.directive("limitTo",[function(){return{restrict:"A",link:function(e,t,a){var o=parseInt(a.limitTo);angular.element(t).on("keydown",function(){if(47<event.keyCode&&event.keyCode<127&&this.value.length==o)return!1})}}}]),e.directive("thead",function(){return{restrict:"A",scope:{ngModel:"="},link:function(e,t){window.onscroll=function(){t.floatThead({scrollingTop:45}),t.floatThead("reflow")}}}}),e.controller("QualificationEmployeeADISWCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$filter","$http","ENV",function(s,e,t,a,o,n,i,d){s.pagesize="10",s.pageindex="0",s.pager=!0,s.grid=!0,s.display=!1,s.editmode=!1,s.popobj=void 0,s.qualiList=[],s.temp={},s.popobj={},s.AddQualdisplay=!1,s.addInlstBtn=!0,$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0,format:"yyyy-mm-dd"}),i.get(d.apiUrl+"api/Qualification/getAllQualification?data="+JSON.stringify(void 0)).then(function(e){s.obj1=e.data,s.totalItems=s.obj1.length,s.todos=s.obj1,s.makeTodos()}),a(function(){$("#fixTable").tableHeadFixer({left:1})},100),a(function(){$("#fixTable1").tableHeadFixer({left:1})},100),i.get(d.apiUrl+"api/common/getAllComboBoxValues?academicYear=2015&routeCode=01").then(function(e){s.ComboBoxValues=e.data,s.temp.emp_qual_company_code=s.ComboBoxValues[0].fins_comp_code,s.popobj.emp_qual_company_code=s.ComboBoxValues[0].fins_comp_code,s.getdept(s.ComboBoxValues[0].fins_comp_code)}),s.AddQualification=function(){s.AddQualdisplay=!0,s.display=!1,s.qual_save_btn=!0},s.size=function(e){"All"==e?(s.currentPage="1",s.filteredTodos=s.obj1,s.pager=!1):(s.pager=!0,s.pagesize=e,s.currentPage=1,s.numPerPage=e,s.makeTodos())},s.index=function(e){s.pageindex=e,s.currentPage=e,s.makeTodos()},i.get(d.apiUrl+"api/Qualification/getQualificationType").then(function(e){s.qual_type_data=e.data}),s.getdept=function(e){s.dept=[],s.popobj.emp_qual_dept_code="",i.get(d.apiUrl+"api/PayrollEmployeeDPSD/Get_dept_Code?company_code="+e).then(function(e){s.dept=e.data})},s.getEmp=function(e,t){i.get(d.apiUrl+"api/common/Qualification/getEmployeeName?em_dept_code="+e+"&em_company_code="+t).then(function(e){s.display=!0,s.empname=e.data})},s.AddEnable=function(){s.addDisabled=!1},s.addCol=function(e){s.combo_multiple=!0;for(var t=document.getElementById("qual_name"),t=t.options[t.selectedIndex].text,a=0;a<s.qualiList.length;a++)if(s.qualiList[a].emp_qual_qual_code==e)return swal({text:"Qualification Already Added !!",timer:5e3}),!1;s.qualiList.push({emp_qual_qual_name:t,emp_qual_qual_code:e}),s.Myform.$setPristine(),s.Myform.$setUntouched()},s.Removerow=function(e,t,a){a.splice(t,1)};var c=(new Date).getFullYear();s.savedata=function(e){var t=[];if(e){if(0==s.qualiList.length)return swal({text:"Please Add Qualification",timer:5e3}),!1;for(var a=0;a<s.qualiList.length;a++){if(parseInt(s.qualiList[a].em_qual_from_year)>parseInt(c)||parseInt(s.qualiList[a].em_qual_to_year)>parseInt(c))return void swal({title:"Alert",text:"Future year not allowed",timer:5e3,width:320});m=s.qualiList[a].emp_qual_qual_code;var o={emp_qual_em_code:s.popobj.emp_qual_em_code,emp_qual_qual_code:m,emp_qual_institute:s.qualiList[a].emp_qual_institute,emp_qual_type_code:s.qualiList[a].emp_qual_type_code,em_qual_from_month:s.qualiList[a].em_qual_from_month,em_qual_from_year:s.qualiList[a].em_qual_from_year,em_qual_to_month:s.qualiList[a].em_qual_to_month,em_qual_year:s.qualiList[a].em_qual_to_year,emp_qual_percentage:s.qualiList[a].emp_qual_percentage,emp_qual_remark:s.qualiList[a].emp_qual_remark,em_qual_status:s.qualiList[a].em_qual_status,opr:"I"};t.push(o)}i.post(d.apiUrl+"api/Qualification/CUDQualification?year=",t).then(function(e){s.msg1=e.data,swal({text:s.msg1.strMessage,timer:5e3}),s.display=!1,i.get(d.apiUrl+"api/Qualification/getAllQualification?data="+JSON.stringify(void 0)).then(function(e){s.obj1=e.data,s.totalItems=s.obj1.length,s.todos=s.obj1,s.makeTodos(),s.Table1234=!1}),t=[],s.grid=!0,s.display=!1,s.temp.emp_name_id=""})}},s.update=function(e){var t=[];if(e){for(var a=0;a<s.qualiList.length;a++){if(parseInt(s.qualiList[a].em_qual_from_year)>parseInt(c)||parseInt(s.qualiList[a].em_qual_to_year)>parseInt(c))return void swal({title:"Alert",text:"Future year not allowed",timer:5e3,width:320});m=s.qualiList[a].emp_qual_qual_code;var o={emp_qual_em_code:s.popobj.emp_qual_em_code,emp_qual_qual_code:m,emp_qual_institute:s.qualiList[a].emp_qual_institute,emp_qual_type_code:s.qualiList[a].emp_qual_type_code,em_qual_from_month:s.qualiList[a].em_qual_from_month,em_qual_from_year:s.qualiList[a].em_qual_from_year,em_qual_to_month:s.qualiList[a].em_qual_to_month,em_qual_year:s.qualiList[a].em_qual_to_year,emp_qual_percentage:s.qualiList[a].emp_qual_percentage,emp_qual_remark:s.qualiList[a].emp_qual_remark,em_qual_status:s.qualiList[a].em_qual_status,opr:"U"};t.push(o)}0!=s.qualiList.length?i.post(d.apiUrl+"api/Qualification/UpadateQualification?simsobj2=",t).then(function(e){s.msg1=e.data,swal({text:s.msg1.strMessage,timer:5e3}),s.display=!1;e={emp_qual_qual_code:s.popobj.emp_qual_qual_code1,emp_qual_dept_code:s.popobj.emp_qual_dept_code1,emp_qual_company_code:s.popobj.emp_qual_company_code1};i.get(d.apiUrl+"api/Qualification/getAllQualification?data="+JSON.stringify(e)).then(function(e){s.obj1=e.data,s.totalItems=s.obj1.length,s.todos=s.obj1,s.makeTodos()}),s.grid=!0,s.display=!1}):swal({text:"You not edit correct record",timer:5e3})}},s.GetData=function(){void 0===s.temp.emp_qual_dept_code||""===s.temp.emp_qual_dept_code||void 0===s.temp.emp_qual_qual_code||""===s.temp.emp_qual_qual_code?swal({title:"Alert",text:"Please select department and qualification",width:360,height:200}):i.get(d.apiUrl+"api/Qualification/getAllQualification?data="+JSON.stringify(s.temp)).then(function(e){s.obj1=e.data,s.obj1<"0"?(swal({title:"Alert",text:"Please add qualification before searching",width:360,height:200}),s.Table1234=!0):(s.Table1234=!1,s.totalItems=s.obj1.length,s.todos=s.obj1,s.makeTodos())}),s.filteredTodos=[],s.currentPage=1,s.numPerPage=10,s.maxSize=10,s.makeTodos=function(){var e=parseInt(s.totalItems%s.numPerPage),e=(s.pagersize="0"==e?parseInt(s.totalItems/s.numPerPage):parseInt(s.totalItems/s.numPerPage)+1,(s.currentPage-1)*s.numPerPage),t=parseInt(e)+parseInt(s.numPerPage);s.filteredTodos=s.todos.slice(e,t);for(var a=0;a<s.filteredTodos.length;a++)s.filteredTodos[a].icon="fa fa-plus-circle"},s.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).emp_qual_dept_name.toLowerCase().indexOf(t.toLowerCase())||-1<e.emp_qual_em_name.toLowerCase().indexOf(t.toLowerCase())||-1<e.emp_qual_qual_name.toLowerCase().indexOf(t.toLowerCase())||-1<e.emp_qual_remark.toLowerCase().indexOf(t.toLowerCase())||e.em_qual_year==t;var t})}},s.search=function(){s.todos=s.searched(s.obj1,s.searchText),s.totalItems=s.todos.length,s.currentPage="1",""==s.searchText&&(s.todos=s.obj1),s.makeTodos(),(void 0).checked=!1,s.CheckAllChecked()},s.getQualiByEmpcode=function(e){i.get(d.apiUrl+"api/Qualification/getQualificationByEmployee?emp_code="+e).then(function(e){s.qualiList=e.data}),s.combo_multiple=!0},s.edit=function(e){s.insertFrmDt=!1,s.insertTotext=!1,s.updtfrmYearText=!0,s.updtToyearText=!0,s.addInlstBtn=!1,s.popobj={emp_qual_qual_code:e.emp_qual_qual_code,emp_qual_qual_name:e.emp_qual_qual_name,emp_qual_company_code:e.emp_qual_company_code,emp_qual_company_name:e.emp_qual_company_name,emp_qual_dept_code:e.emp_qual_dept_code,emp_qual_dept_name:e.emp_qual_dept_name,emp_qual_em_code:e.emp_qual_em_code,emp_qual_em_name:e.emp_qual_em_name,emp_qual_institute:e.emp_qual_institute,emp_qual_type_code:e.emp_qual_type_code,em_qual_from_month:e.em_qual_from_month,em_qual_from_year:e.em_qual_from_year,emp_qual_percentage:e.emp_qual_percentage,em_qual_status:e.em_qual_status,em_qual_to_month:e.em_qual_to_month,em_qual_to_year:e.em_qual_year,emp_qual_remark:e.emp_qual_remark},s.getQualiByEmpcode(s.popobj.emp_qual_em_code),s.grid=!1,s.display=!0,s.save_btn=!1,s.Update_btn=!0,s.qualOnEdit=!1,s.addBtnOnEdit=!1},s.onKeyPress=function(e){13==e.keyCode&&s.GetData()},s.clear=function(){i.get(d.apiUrl+"api/Qualification/getAllQualification?data="+JSON.stringify(void 0)).then(function(e){s.obj1=e.data,s.totalItems=s.obj1.length,s.todos=s.obj1,s.makeTodos()}),s.temp.emp_qual_dept_code="",s.temp.emp_qual_qual_code="",s.temp.emp_name_id="",s.popobj="",s.Table1234=!1,s.grid=!0,s.display=!1},s.QualCancel=function(){s.display=!0,s.AddQualdisplay=!1},s.Cancel=function(){s.display=!1,s.grid=!0,s.temp.emp_qual_dept_code="",s.temp.emp_qual_qual_code="",s.temp.emp_name_id=""},s.formopen=function(){s.insertFrmDt=!0,s.insertTotext=!0,s.popobj.emp_qual_dept_code="",s.popobj.emp_qual_em_code="",s.popobj.emp_qual_qual_code="",s.qualiList=[],s.qualOnEdit=!0,s.addBtnOnEdit=!0,s.qual_rmk_readonly=!1,s.qual_yr_readonly=!1,s.addDisabled=!0,s.Myform.$setPristine(),s.Myform.$setUntouched(),s.Quali="",s.disabled=!1,s.chkdisabled=!0,s.grid=!1,s.Update_btn=!1,s.save_btn=!0,s.display=!0,s.combo_single=!1,s.combo_multiple=!1,s.popobj.em_qual_status=!0,s.popobj.emp_qual_em_code="",s.updtToyearText=!1,s.updtfrmYearText=!1,s.Qualification_Name="",i.get(d.apiUrl+"api/Qualification/getQualificationName").then(function(e){s.Qualification_Name=e.data})};var l,r=[];s.AddQual=function(){r=[];var e=s.edt;e.opr="I",r.push(e),i.post(d.apiUrl+"api/Qualification/CQualification",r).then(function(e){s.msg1=e.data,!0===s.msg1?(swal({text:"Qualification Added in List",imageUrl:"assets/img/check.png",width:380,showCloseButton:!0}),s.display=!0,s.AddQualdisplay=!1,s.formopen()):!1===s.msg1?swal({text:"Qualification Not Added in List. ",imageUrl:"assets/img/close.png",width:380,showCloseButton:!0}):swal("Error-"+s.msg1)}),r=[]},s.flag=!0,s.expand=function(e,t){if(!0===s.flag)$(l).remove(),e.icon="fa fa-minus-circle",l=$("<tr id='innerRow'><td class='details' colspan='11'><table class='inner-table' cellpadding='5' cellspacing='0' width='100%'><tbody><tr><td class='semi-bold'><i class='fa fa-align-justify'></i>&nbsp;Qualification</td> <td class='semi-bold'><i class='fa fa-building'></i>&nbsp;Institute</td> <td class='semi-bold'><i class='fa fa-bookmark-o'></i>&nbsp;Qualification Type </td> <td class='semi-bold'><i class='fa fa-calendar'></i>&nbsp;From Year</td> <td class='semi-bold'><i class='fa fa-calendar'></i>&nbsp;To Year</td></tr> <td>"+e.emp_qual_qual_name+"</td> <td>"+e.emp_qual_institute+"</td> <td>"+e.emp_qual_type_name+"</td> <td>"+e.em_qual_from_year+"</td><td>"+e.em_qual_year+"</td><tr> <td class='semi-bold'><i class='fa fa-sort-numeric-asc'></i>&nbsp;Percentage</td><td class='semi-bold'><i class='fa fa-bookmark'></i>&nbsp;Remark</td><td class='semi-bold'></td><td class='semi-bold'></td><td class='semi-bold'></td></tr> <td>"+e.emp_qual_percentage+"</td> <td>"+e.emp_qual_remark+" </td></td> <td> </td></td> <td> </td></td> <td> </td></tr> </table>"),$(t.currentTarget).parents("tr").after(l),s.flag=!1;else{$("#innerRow").css({display:"none"});for(var a=0;a<s.filteredTodos.length;a++)s.filteredTodos[a].icon="fa fa-plus-circle";s.flag=!0}}}])}(),function(){"use strict";var c;angular.module("sims.module.HRMS").controller("PayrollPostingCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(s,e,o,t,a,n,i){function d(){var t=[],a=[];for(let e=0;e<s.Gratuity_details.length;e++)!1===t.includes(s.Gratuity_details[e].criteria_code)&&t.push(s.Gratuity_details[e].criteria_code);for(let e=0;e<t.length;e++){var o=function(e){for(var t={sum:0,acc:"",acc_name:"",crt_code:"",crt_name:""},a=0;a<s.Gratuity_details.length;a++)s.Gratuity_details[a].criteria_code===e&&(t.sum=t.sum+parseFloat(s.Gratuity_details[a].grt_amount),t.acc=s.Gratuity_details[a].account_no,t.acc_name=s.Gratuity_details[a].account_name,t.crt_code=s.Gratuity_details[a].criteria_code,t.crt_name=s.Gratuity_details[a].criteria_name);return t}(t[e]);a.push(o)}return a}function _(){var t=[],a=[];for(let e=0;e<s.AirFare_details.length;e++)!1===t.includes(s.AirFare_details[e].criteria_code)&&t.push(s.AirFare_details[e].criteria_code);for(let e=0;e<t.length;e++){var o=function(e){for(var t={sum:0,acc:"",acc_name:"",crt_code:"",crt_name:""},a=0;a<s.AirFare_details.length;a++)s.AirFare_details[a].criteria_code===e&&(t.sum=t.sum+parseFloat(s.AirFare_details[a].grt_amount),t.acc=s.AirFare_details[a].account_no,t.acc_name=s.AirFare_details[a].account_name,t.crt_code=s.AirFare_details[a].criteria_code,t.crt_name=s.AirFare_details[a].criteria_name);return t}(t[e]);a.push(o)}return a}t(function(){$("#fixedtable").tableHeadFixer({top:1})},100),s.voucher_details=!1,s.gratuity_details=!1,s.airfare_details=!1,n.post(i.apiUrl+"api/Payroll/PayrollPosting/Year_Month").then(function(e){s.Year_Month=e.data;var e=(new Date).getFullYear(),t=(new Date).getMonth()+1;s.edt={year_month:e+""+t}}),n.post(i.apiUrl+"api/Payroll/PayrollPosting/PGrade").then(function(e){s.PGrade=e.data}),n.post(i.apiUrl+"api/Payroll/PayrollPosting/Department").then(function(e){s.Department=e.data}),n.post(i.apiUrl+"api/Payroll/PayrollPosting/Designation").then(function(e){s.Designation=e.data}),s.Show_data=function(){s.chk_status=!1,s.busy=!0,s.rgvtbl=!1,void 0===s.edt.gr_code&&(s.edt.gr_code=""),void 0===s.edt.dept_code&&(s.edt.dept_code=""),void 0===s.edt.dg_code&&(s.edt.dg_code="");var e={year_month:s.edt.year_month,dept:s.edt.dept_code,grade:s.edt.gr_code,desg:s.edt.dg_code};n.post(i.apiUrl+"api/Payroll/PayrollPosting/EmployeeDetails",e).then(function(e){s.EmployeeDetails=e.data.table,void 0!==s.EmployeeDetails?0<s.EmployeeDetails.length&&(s.header_data=[],angular.forEach(s.EmployeeDetails[0],function(e,t){s.header_data.push({name:t})}),s.busy=!1,s.rgvtbl=!0):(s.busy=!1,s.rgvtbl=!1,swal("","Payroll is not generated for this month."))})},s.CheckAllChecked=function(e){c=document.getElementById("mainchk");for(var t=0;t<s.EmployeeDetails.length;t++)!0===c.checked?($("tr").addClass("row_selected"),s.EmployeeDetails[t].chk_status=!0):($("tr").removeClass("row_selected"),s.EmployeeDetails[t].chk_status=!1)},s.reset_form=function(){var e=(new Date).getFullYear()+""+((new Date).getMonth()+1);s.chk_status=!1,s.edt={year_month:e},s.EmployeeDetails=[],s.rgvtbl=!1,s.voucher_details=!1,s.gratuity_details=!1,s.airfare_details=!1,s.finalize_date="",s.grt_finalize_date="",s.af_finalize_date=""},s.payroll_posting=function(){s.emplist="";for(let e=0;e<s.EmployeeDetails.length;e++)s.EmployeeDetails[e].chk_status&&(s.emplist=s.emplist+s.EmployeeDetails[e]["employee ID"]+",");if(""===s.edt.year_month||void 0===s.edt.year_month)swal("","Please select Year Month.");else if(""===s.emplist)swal("","Please select employee.");else{s.emplist="";for(let e=0;e<s.EmployeeDetails.length;e++)"N"===s.EmployeeDetails[e]["posting Status"]&&s.EmployeeDetails[e].chk_status&&(s.emplist=s.emplist+s.EmployeeDetails[e]["employee ID"]+",");var e;""===s.emplist?(swal("","Payroll Posting is already done of this month."),s.close_btn(),s.reset_form()):(e={year_month:s.edt.year_month,emp_list:s.emplist},n.post(i.apiUrl+"api/Payroll/PayrollPosting/Voucher_details",e).then(function(e){s.Voucher_details=e.data,0<s.Voucher_details.voucher1.length?(s.busy=!1,$("#myModal").modal({backdrop:"static",keyboard:!1}),s.voucher_details=!0,s.gratuity_details=!1,s.airfare_details=!1):(s.busy=!1,swal("","Record not found."))}))}},s.gratuity_posting=function(){s.emplist="";for(let e=0;e<s.EmployeeDetails.length;e++)s.EmployeeDetails[e].chk_status&&(s.emplist=s.emplist+s.EmployeeDetails[e]["employee ID"]+",");if(""===s.edt.year_month||void 0===s.edt.year_month)swal("","Please select Year Month.");else if(""===s.emplist)swal("","Please select employee.");else{s.emplist="";for(let e=0;e<s.EmployeeDetails.length;e++)"N"===s.EmployeeDetails[e]["gratuity Posting Status"]&&s.EmployeeDetails[e].chk_status&&(s.emplist=s.emplist+s.EmployeeDetails[e]["employee ID"]+",");var e;""===s.emplist?(swal("","Gratuity Posting is already done of this month."),s.close_btn(),s.reset_form()):(e={year_month:s.edt.year_month,emp_list:s.emplist},n.post(i.apiUrl+"api/Payroll/PayrollPosting/Gratuity_details",e).then(function(e){s.Gratuity_details=e.data,0<s.Gratuity_details.length?(s.busy=!1,s.Gratuity_details_summary=d(),s.voucher_details=!1,s.gratuity_details=!0,s.airfare_details=!1,$("#myModal").modal({backdrop:"static",keyboard:!1})):(s.busy=!1,s.voucher_details=!1,s.gratuity_details=!1,s.airfare_details=!1,swal("","Gratuity not defined for these employee."))}))}},s.airfare_posting=function(){s.emplist="";for(let e=0;e<s.EmployeeDetails.length;e++)s.EmployeeDetails[e].chk_status&&(s.emplist=s.emplist+s.EmployeeDetails[e]["employee ID"]+",");if(""===s.edt.year_month||void 0===s.edt.year_month)swal("","Please select Year Month.");else if(""===s.emplist)swal("","Please select employee.");else{s.emplist="";for(let e=0;e<s.EmployeeDetails.length;e++)"N"===s.EmployeeDetails[e]["airFare Posting Status"]&&s.EmployeeDetails[e].chk_status&&(s.emplist=s.emplist+s.EmployeeDetails[e]["employee ID"]+",");var e;""===s.emplist?(swal("","Air Fare Posting is already done of this month."),s.close_btn(),s.reset_form()):(e={year_month:s.edt.year_month,emp_list:s.emplist},n.post(i.apiUrl+"api/Payroll/PayrollPosting/AirFare_details",e).then(function(e){s.AirFare_details=e.data,0<s.AirFare_details.length?(s.busy=!1,s.Gratuity_details_summary=_(),s.voucher_details=!1,s.gratuity_details=!1,s.airfare_details=!0,$("#myModal").modal({backdrop:"static",keyboard:!1})):(s.busy=!1,s.voucher_details=!1,s.gratuity_details=!1,s.airfare_details=!1,swal("","Air Fare not defined for these employee."))}))}},s.Post=function(){var e;void 0===s.finalize_date||""===s.finalize_date?swal("","Please select finalize date."):(e={year_month:s.edt.year_month,emp_list:s.emplist,posting_date:s.finalize_date},n.post(i.apiUrl+"api/Payroll/PayrollPosting/Post_details",e).then(function(e){s.Post_details=e.data,""!==s.Post_details.voucher_msg1||void 0!==s.Post_details.voucher_msg1||""!==s.Post_details.voucher_msg2||void 0!==s.Post_details.voucher_msg2?swal("","Voucher No :"+s.Post_details.voucher_msg1+" \n Voucher No :"+s.Post_details.voucher_msg2+"\n is Created."):swal("","Voucher is not created."),s.close_btn(),s.reset_form()}))},s.Post_gratuity=function(){if(void 0===s.grt_finalize_date||""===s.grt_finalize_date)swal("","Please select finalize date.");else{for(var e,t=[],a=0;a<s.Gratuity_details.length;a++)s.Gratuity_details[a].grt_amount!==s.Gratuity_details[a].grt_amount_old&&(e={grt_amount_old:s.Gratuity_details[a].grt_amount_old,grt_amount:s.Gratuity_details[a].grt_amount,criteria_code:s.Gratuity_details[a].criteria_code,emp_number:s.Gratuity_details[a].emp_number,update_user:o.globals.currentUser.username,year_month:s.edt.year_month},t.push(e));n.post(i.apiUrl+"api/Payroll/PayrollPosting/Gratuity_update",t).then(function(e){s.Gratuity_update=e.data,e&&(e={year_month:s.edt.year_month,posting_date:s.grt_finalize_date,emp_list:s.emplist},n.post(i.apiUrl+"api/Payroll/PayrollPosting/GratuityPosting",e).then(function(e){s.GratuityPosting=e.data,""!==s.GratuityPosting.voucher_msg1||void 0!==s.GratuityPosting.voucher_msg1?swal("","Voucher No :"+s.GratuityPosting.voucher_msg1+"\n is Created."):swal("","Voucher is not created."),s.close_btn(),s.reset_form()}))})}},s.Post_airfare=function(){if(void 0===s.af_finalize_date||""===s.af_finalize_date)swal("","Please select finalize date.");else{for(var e,t=[],a=0;a<s.AirFare_details.length;a++)s.AirFare_details[a].grt_amount!==s.AirFare_details[a].grt_amount_old&&(e={grt_amount_old:s.AirFare_details[a].grt_amount_old,grt_amount:s.AirFare_details[a].grt_amount,criteria_code:s.AirFare_details[a].criteria_code,emp_number:s.AirFare_details[a].emp_number,update_user:o.globals.currentUser.username,year_month:s.edt.year_month},t.push(e));n.post(i.apiUrl+"api/Payroll/PayrollPosting/AirFare_update",t).then(function(e){s.AirFare_update=e.data,e&&(e={year_month:s.edt.year_month,posting_date:s.grt_finalize_date,emp_list:s.emplist},n.post(i.apiUrl+"api/Payroll/PayrollPosting/AirFarePosting",e).then(function(e){s.AirFarePosting=e.data,""!==s.AirFarePosting.voucher_msg1||void 0!==s.AirFarePosting.voucher_msg1?swal("","Voucher No :"+s.AirFarePosting.voucher_msg1+" is Created."):swal("","Voucher is not created."),s.close_btn(),s.reset_form()}))})}},s.txt_change=function(e){s.Gratuity_details_summary=d()},s.txt_change_air=function(e){s.Gratuity_details_summary=_()},s.close_btn=function(){$("#myModal").modal("hide")},$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0}),$(document).on("touch click",'*[data-datepicker="true"] .add-on',function(e){$('input[type="text"]',$(this).parent()).focus()}),t(function(){$("#Table2").tableHeadFixer({top:1})},100),s.select_date_finalize=function(e){s.finalize_date=e,s.grt_finalize_date=e,s.af_finalize_date=e},s.onlyNumbers=function(e,t){var a,o={escape:27,backspace:8,tab:9,enter:13,del:46,0:48,1:49,2:50,3:51,4:52,5:53,6:54,7:55,8:56,9:57};for(a in o)if(o.hasOwnProperty(a)&&(e.charCode===o[a]||e.keyCode===o[a]))return;e.preventDefault()}}])}(),function(){"use strict";var l,r=[],e=angular.module("sims.module.HRMS");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("QualificationMasterOESCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(o,e,t,a,s,n,i){o.pagesize="50",o.pageindex=0,o.save_btn=!0,o.Update_btn=!1,o.display=!1,o.table=!0,o.propertyName=null,o.reverse=!1,o.sortBy=function(e){o.reverse=o.propertyName===e&&!o.reverse,o.propertyName=e},a(function(){$("#fixTable").tableHeadFixer({top:1})},100),n.get(i.apiUrl+"api/QualMasterOES/getAllQualification").then(function(e){o.all_Qual_Data=e.data,o.totalItems=o.all_Qual_Data.length,o.todos=o.all_Qual_Data,o.makeTodos()}),o.size=function(e){"All"==e?(o.currentPage="1",o.filteredTodos=o.all_Qual_Data,o.pager=!1):(o.pager=!0,o.pagesize=e,o.currentPage=1,o.numPerPage=e,o.makeTodos()),o.numPerPage=e},o.index=function(e){o.pageindex=e,o.currentPage=e,o.makeTodos(),l.checked=!1,o.row1=""},o.filteredTodos=[],o.currentPage=1,o.numPerPage=50,o.maxSize=5,o.makeTodos=function(){var e=parseInt(o.totalItems%o.numPerPage),e=(o.pagersize="0"==e?parseInt(o.totalItems/o.numPerPage):parseInt(o.totalItems/o.numPerPage)+1,(o.currentPage-1)*o.numPerPage),t=parseInt(e)+parseInt(o.numPerPage);!1===o.pager?o.filteredTodos=o.todos:o.filteredTodos=o.todos.slice(e,t)},o.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).pays_qualification_desc.toLowerCase().indexOf(t.toLowerCase())||-1<e.pays_qualificaion_display_oder.toLowerCase().indexOf(t.toLowerCase())||e.desg_company_code==t;var t})},o.search=function(){o.todos=o.searched(o.all_Qual_Data,o.searchText),o.totalItems=o.todos.length,o.currentPage="1",""==o.searchText&&(o.todos=o.all_Qual_Data),o.makeTodos(),l.checked=!1,o.CheckAllChecked()},o.New=function(){o.disabled=!1,o.readonly=!0,o.table=!1,o.display=!0,o.save_btn=!0,o.Update_btn=!1,o.temp="",o.Myform.$setPristine(),o.Myform.$setUntouched()};var d=[],c=(o.savedata=function(e){e&&((e=o.temp).opr="I",d.push(e),n.post(i.apiUrl+"api/QualMasterOES/CUDQualification",d).then(function(e){o.msg1=e.data,!0===o.msg1?swal({text:"Record Inserted Successfully",imageUrl:"assets/img/check.png",width:300,height:200,showCloseButton:!0}):swal({text:"Record Not Inserted",imageUrl:"assets/img/close.png",width:300,height:200,showCloseButton:!0}),n.get(i.apiUrl+"api/QualMasterOES/getAllQualification").then(function(e){o.all_Qual_Data=e.data,o.totalItems=o.all_Qual_Data.length,o.todos=o.all_Qual_Data,o.makeTodos()})}),d=[],o.table=!0,o.display=!1)},o.Cancel=function(){o.temp="",o.table=!0,o.display=!1,o.Myform.$setPristine(),o.Myform.$setUntouched(),o.temp.desg_company_code&&(o.temp.desg_company_code=""),o.temp.desg_desc="",o.temp.desg_communication_status=""},o.edit=function(e){o.readonly=!0,o.disabled=!0,o.table=!1,o.display=!0,o.save_btn=!1,o.Update_btn=!0,o.temp={pays_qualification_code:e.pays_qualification_code,pays_qualification_desc:e.pays_qualification_desc,pays_qualification_desc_arabic:e.pays_qualification_desc_arabic,pays_qualificaion_display_oder:e.pays_qualificaion_display_oder,pays_qualificaiton_status:e.pays_qualificaiton_status}},[]);o.update=function(e){e&&((e=o.temp).opr="U",c.push(e),n.post(i.apiUrl+"api/QualMasterOES/CUDQualification",c).then(function(e){o.msg1=e.data,!0===o.msg1?(swal({text:"Record Updated Successfully",imageUrl:"assets/img/check.png",width:300,height:200,showCloseButton:!0}),o.getgrid()):!1===o.msg1?swal({text:"Record Not Updated",imageUrl:"assets/img/close.png",width:300,height:200,showCloseButton:!0}):swal("Error-"+o.msg1)}),c=[],o.table=!0,o.display=!1,o.searchText="")},o.CheckAllChecked=function(){if(!0===(l=document.getElementById("mainchk")).checked)for(var e=0;e<o.filteredTodos.length;e++)document.getElementById(o.filteredTodos[e].pays_qualification_code+e).checked=!0,o.row1="row_selected",$("tr").addClass("row_selected");else for(e=0;e<o.filteredTodos.length;e++)document.getElementById(o.filteredTodos[e].pays_qualification_code+e).checked=!1,l.checked=!1,o.row1=""},o.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),o.color="#edefef"}),!0===(l=document.getElementById("mainchk")).checked&&(l.checked=!1,$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected")}))},o.OkDelete=function(){r=[],o.flag=!1,o.searchText="";for(var e,t=0;t<o.filteredTodos.length;t++)!0===document.getElementById(o.filteredTodos[t].pays_qualification_code+t).checked&&(o.flag=!0,e={pays_qualification_code:o.filteredTodos[t].pays_qualification_code,opr:"D"},r.push(e));o.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)n.post(i.apiUrl+"api/QualMasterOES/CUDQualification",r).then(function(e){o.msg1=e.data,!0===o.msg1?swal({text:"Record Deleted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&(o.getgrid(),!0===(l=document.getElementById("mainchk")).checked&&(l.checked=!1),o.CheckAllChecked()),o.currentPage=!0}):!1===o.msg1?swal({text:"Record Not Deleted. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&(o.getgrid(),l.checked=!1,$("tr").removeClass("row_selected"))}):swal("Error-"+o.msg1)}),r=[];else for(var t=0;t<o.filteredTodos.length;t++){var a=document.getElementById(o.filteredTodos[t].pays_qualification_code+t);!0===a.checked&&(a.checked=!1,l.checked=!1,$("tr").removeClass("row_selected"))}}):swal({text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}),o.currentPage=!0},o.getgrid=function(){n.get(i.apiUrl+"api/QualMasterOES/getAllQualification").then(function(e){o.all_Qual_Data=e.data,o.totalItems=o.all_Qual_Data.length,o.todos=o.all_Qual_Data,o.makeTodos()})}}])}(),function(){"use strict";var l,e=angular.module("sims.module.HRMS");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("DesignationOESCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(s,e,t,a,o,n,i){s.pagesize="5",s.pageindex=0,s.save_btn=!0,s.Update_btn=!1,s.display=!1,s.table=!0,s.obj1=[],s.propertyName=null,s.reverse=!1,s.sortBy=function(e){s.reverse=s.propertyName===e&&!s.reverse,s.propertyName=e},a(function(){$("#fixTable").tableHeadFixer({top:1})},100),n.get(i.apiUrl+"api/common/Designation/OES/getCompanyName").then(function(e){s.display=!1,s.table=!0,s.comp=e.data}),n.get(i.apiUrl+"api/common/Designation/OES/getAllDesignation").then(function(e){s.obj1=e.data,s.totalItems=s.obj1.length,s.todos=s.obj1,s.makeTodos()}),s.size=function(e){s.pagesize=e,s.currentPage=1,s.numPerPage=e,s.makeTodos()},s.index=function(e){s.pageindex=e,s.currentPage=e,s.makeTodos(),l.checked=!1,s.row1=""},s.filteredTodos=[],s.currentPage=1,s.numPerPage=5,s.maxSize=5,s.makeTodos=function(){var e=parseInt(s.totalItems%s.numPerPage),e=(s.pagersize="0"==e?parseInt(s.totalItems/s.numPerPage):parseInt(s.totalItems/s.numPerPage)+1,(s.currentPage-1)*s.numPerPage),t=parseInt(e)+parseInt(s.numPerPage);s.filteredTodos=s.todos.slice(e,t)},s.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).desg_desc.toLowerCase().indexOf(t.toLowerCase())||-1<e.desg_code.toLowerCase().indexOf(t.toLowerCase())||e.desg_company_code==t;var t})},s.search=function(){s.todos=s.searched(s.obj1,s.searchText),s.totalItems=s.todos.length,s.currentPage="1",""==s.searchText&&(s.todos=s.obj1),s.makeTodos(),l.checked=!1,s.CheckAllChecked()},s.New=function(){s.disabled=!1,s.readonly=!0,s.table=!1,s.display=!0,s.save_btn=!0,s.Update_btn=!1,s.temp="",s.Myform.$setPristine(),s.Myform.$setUntouched()};var d=[],c=(s.savedata=function(e){if(e){for(var t=!1,e=s.temp,a=0;a<s.obj1.length;a++)t=s.obj1[a].desg_desc!=s.temp.desg_desc&&s.obj1[a].dis_order!=s.temp.dis_order||(swal({title:"Alert",text:"Record Already Exist",showCloseButton:!0,width:380}),!1);1==t&&(e.opr="I",d.push(e),n.post(i.apiUrl+"api/common/Designation/OES/CUDDesignation",d).then(function(e){s.msg1=e.data,1==s.msg1?swal({text:"Record Inserted Successfully",imageUrl:"assets/img/check.png",width:380,showCloseButton:!0}):swal({text:"Record Not Inserted",imageUrl:"assets/img/close.png",width:380,showCloseButton:!0}),n.get(i.apiUrl+"api/common/Designation/OES/getAllDesignation").then(function(e){s.obj1=e.data,s.totalItems=s.obj1.length,s.todos=s.obj1,s.makeTodos()})}),d=[],s.table=!0,s.display=!1)}},s.Cancel=function(){s.temp="",s.table=!0,s.display=!1,s.Myform.$setPristine(),s.Myform.$setUntouched(),s.temp.desg_company_code="",s.temp.desg_desc="",s.temp.desg_communication_status=""},s.edit=function(e){s.readonly=!0,s.disabled=!0,s.table=!1,s.display=!0,s.save_btn=!1,s.Update_btn=!0,s.temp={desg_company_code:e.desg_company_code,desg_desc:e.desg_desc,desg_code:e.desg_code,desg_communication_status:e.desg_communication_status,dis_order:e.dis_order}},[]);s.update=function(e){e&&((e=s.temp).opr="U",c.push(e),n.post(i.apiUrl+"api/common/Designation/OES/CUDDesignation",c).then(function(e){s.msg1=e.data,1==s.msg1?swal({text:"Record Updated Successfully",imageUrl:"assets/img/check.png",width:380,showCloseButton:!0}):swal({text:"Record Not Updated",imageUrl:"assets/img/close.png",width:380,showCloseButton:!0}),n.get(i.apiUrl+"api/common/Designation/OES/getAllDesignation").then(function(e){s.obj1=e.data,s.totalItems=s.obj1.length,s.todos=s.obj1,s.makeTodos()})}),c=[],s.table=!0,s.display=!1)},s.CheckAllChecked=function(){if(1==(l=document.getElementById("mainchk")).checked)for(var e=0;e<s.filteredTodos.length;e++)document.getElementById("test-"+e).checked=!0,s.row1="row_selected",$("tr").addClass("row_selected");else for(e=0;e<s.filteredTodos.length;e++)document.getElementById("test-"+e).checked=!1,l.checked=!1,s.row1=""},s.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),s.color="#edefef"}),1==(l=document.getElementById("mainchk")).checked&&(l.checked=!1,$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected")}))},s.OkDelete=function(){var o=[];s.flag=!1;for(var e,t=0;t<s.filteredTodos.length;t++)1==document.getElementById("test-"+t).checked&&(s.flag=!0,e={desg_code:s.filteredTodos[t].desg_code,opr:"D"},o.push(e));s.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)n.post(i.apiUrl+"api/common/Designation/OES/CUDDesignation?data=",o).then(function(e){s.msg1=e.data,1==s.msg1?swal({text:"Record Deleted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&(n.get(i.apiUrl+"api/common/Designation/OES/getAllDesignation").then(function(e){s.obj1=e.data,s.totalItems=s.obj1.length,s.todos=s.obj1,s.makeTodos()}),1==(l=document.getElementById("mainchk")).checked&&(l.checked=!1,s.row1=""),s.currentPage=!0)}):swal({text:"Record Not Deleted ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&(n.get(i.apiUrl+"api/common/Designation/OES/getAllDesignation").then(function(e){s.obj1=e.data,s.totalItems=s.obj1.length,s.todos=s.obj1,s.makeTodos()}),1==(l=document.getElementById("mainchk")).checked&&(l.checked=!1,s.row1=""),s.currentPage=!0)})});else for(var t=0;t<s.filteredTodos.length;t++){var a=document.getElementById("test-"+t);1==a.checked&&(a.checked=!1,l.checked=!1,$("tr").removeClass("row_selected"))}}):swal({text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}),s.currentPage=str}}])}(),function(){"use strict";var e=angular.module("sims.module.HRMS");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("UpdateEmployeeDPSMISCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV","$stateParams",function(a,t,e,o,s,n,i,d){var e=e.globals.currentUser.username,_=(a.Emp_ID=e,a.showForASD=!0,a.CompReadonly=!0,a.DOJReadonly=!0,a.DestReadonly=!0,a.DesgReadonly=!0,a.StaffTypeReadonly=!0,a.DeptReadonly=!0,a.DeptEFReadonly=!0,a.GradeReadonly=!0,a.GradeEFReadonly=!0,a.pass_num=!0,a.pass_issue_date=!0,a.pass_expiry_date=!0,a.visa_num=!0,a.visa_issue_date=!0,a.visa_expiry_date=!0,a.emirated_id=!0,a.emi_issue_date=!0,a.emi_expiry_date=!0,a.searchText=!1,a.ImgLoaded=!1,a.showBtn=!1,a.searchBtn=!1,a.searchEmp=function(e,t){a.searchBtn=!1},n.get(i.apiUrl+"api/HRMS/getLicSchool").then(function(e){a.lic_school_data=e.data,"Qatar"==a.lic_school_data[0].lic_school_country?(a.uae=!1,a.qatar=!0):(a.uae=!0,a.qatar=!1)}),n.get(i.apiUrl+"api/HRMS/getCompany").then(function(e){a.company_data=e.data}),n.get(i.apiUrl+"api/HRMS/getDestination").then(function(e){a.dest_data=e.data,a.temp={em_Company_Code:a.company_data[0].em_Company_Code,em_Dest_Code:a.dest_data[0].em_Dest_Code}}),a.EmployeeDetails=function(){a.NodataEmployee=!1,n.post(i.apiUrl+"api/common/SearchEmployee?data="+JSON.stringify(a.temp)).then(function(e){a.Employee_Details=e.data,a.EmployeeTable=!0,0<e.data.length||(a.NodataEmployee=!0)})},a.EmployeeAdd=function(e){a.temp={enroll_number:e.em_login_code,emp_name:e.empName,emp_desg:e.desg_name,emp_dept:e.dept_name}},a.saveBtnDisEn=!1,a.imageUrl=i.docUrl+n.defaults.headers.common.schoolId+"/Images/EmployeeImages/",new FormData);a.getTheFiles=function(e){angular.forEach(e,function(e,t){_.append(t,e)})},a.file_changed=function(e){var e=e.files[0],t=(a.photo_filename=e.type,new FileReader);t.onload=function(t){a.$apply(function(){var e=t.target.result;$(function(){$("#empimg").attr("src",e)})})},t.readAsDataURL(e)},a.checkDOJ=function(){a.temp.em_date_of_birth>=a.temp.em_date_of_join&&(swal({title:"Alert",text:"Date Of Join Should greater than Date of Birth",width:300,height:200}),a.temp.em_date_of_join="")},a.checkPassport=function(){a.temp.em_passport_exp_date<a.temp.em_passport_issue_date&&(swal({title:"Alert",text:"Passport Expiry Date Should greater than Passport Issue Date",width:300,height:200}),a.temp.em_passport_exp_date="")},a.checkVisa=function(){a.temp.em_visa_exp_date<a.temp.em_visa_issue_date&&(swal({title:"Alert",text:"Visa Expiry Date Should greater than Visa Issue Date",width:300,height:200}),a.temp.em_visa_exp_date="")},a.checkEmiratesID=function(){a.temp.em_national_id_expiry_date<a.temp.em_national_id_issue_date&&(swal({title:"Alert",text:"Emirates ID Expiry Date Should greater than Emirates ID Issue Date",width:300,height:200}),a.temp.em_national_id_expiry_date="")},a.Cancel=function(){a.searchText=!1,a.temp="",a.emplogcode="",a.searchBtn=!0,a.Myform.$setPristine(),a.Myform.$setUntouched(),a.ImgLoaded=!1},a.globalSearch=function(){$("#MyModal").modal("show"),a.showBtn=!1},a.getdata=function(){n.get(i.apiUrl+"api/HRMS/getEmpData").then(function(e){a.obj=e.data,a.operation=!0,a.Save_btn=!0,a.display=!0}),n.get(i.apiUrl+"api/Dps/HRMS/getSearchEmpMaster?em_login_code="+a.Emp_ID).then(function(e){a.temp1=e.data,a.temp={em_login_code:a.temp1[0].em_login_code,em_number:a.temp1[0].em_number,em_service_status_code:a.temp1[0].em_service_status_code,em_status_code:a.temp1[0].em_status_code,em_apartment_number:a.temp1[0].em_apartment_number,em_family_name:a.temp1[0].em_family_name,em_street_number:a.temp1[0].em_street_number,em_area_number:a.temp1[0].em_area_number,em_phone:a.temp1[0].em_phone,em_fax:a.temp1[0].em_fax,em_post:a.temp1[0].em_post,em_emergency_contact_name2:a.temp1[0].em_emergency_contact_name2,em_emergency_contact_number2:a.temp1[0].em_emergency_contact_number2,em_joining_ref:a.temp1[0].em_joining_ref,em_ethnicity_code:a.temp1[0].em_ethnicity_code,em_handicap_status:a.temp1[0].em_handicap_status,em_stop_salary_indicator:a.temp1[0].em_stop_salary_indicator,em_agreement:a.temp1[0].em_agreement,em_punching_status:a.temp1[0].em_punching_status,em_bank_cash_tag:a.temp1[0].em_bank_cash_tag,em_citi_exp_tag:a.temp1[0].em_citi_exp_tag,em_leave_tag:a.temp1[0].em_leave_tag,em_passport_issue_place:a.temp1[0].em_passport_issue_place,em_passport_issuing_authority:a.temp1[0].em_passport_issuing_authority,em_pssport_exp_rem_date:a.temp1[0].em_pssport_exp_rem_date,em_visa_issuing_place:a.temp1[0].em_visa_issuing_place,em_visa_issuing_authority:a.temp1[0].em_visa_issuing_authority,em_visa_exp_rem_date:a.temp1[0].em_visa_exp_rem_date,em_visa_type_code:a.temp1[0].em_visa_type_code,em_agreement_start_date:a.temp1[0].em_agreement_start_date,em_agreement_exp_date:a.temp1[0].em_agreement_exp_date,em_agreemet_exp_rem_date:a.temp1[0].em_agreemet_exp_rem_date,em_punching_id:a.temp1[0].em_punching_id,em_dependant_full:a.temp1[0].em_dependant_full,em_dependant_half:a.temp1[0].em_dependant_half,em_dependant_infant:a.temp1[0].em_dependant_infant,em_Bank_Code:a.temp1[0].em_Bank_Code,em_bank_ac_no:a.temp1[0].em_bank_ac_no,em_iban_no:a.temp1[0].em_iban_no,em_route_code:a.temp1[0].em_route_code,em_bank_swift_code:a.temp1[0].em_bank_swift_code,em_gpf_ac_no:a.temp1[0].em_gpf_ac_no,em_pan_no:a.temp1[0].em_pan_no,em_labour_card_no:a.temp1[0].em_labour_card_no,em_gosi_ac_no:a.temp1[0].em_gosi_ac_no,em_gosi_start_date:a.temp1[0].em_gosi_start_date,em_national_id:a.temp1[0].em_national_id,em_secret_question_code:a.temp1[0].em_secret_question_code,em_secret_answer:a.temp1[0].em_secret_answer,em_building_number:a.temp1[0].em_building_number,em_Company_Code:a.temp1[0].em_Company_Code,em_Dept_Code:a.temp1[0].em_Dept_Code,em_Designation_Code:a.temp1[0].em_Designation_Code,em_Dest_Code:a.temp1[0].em_Dest_Code,em_Grade_Code:a.temp1[0].em_Grade_Code,em_Marital_Status_Code:a.temp1[0].em_Marital_Status_Code,em_Nation_Code:a.temp1[0].em_Nation_Code,em_Country_Code:a.temp1[0].em_Country_Code,em_State_Code:a.temp1[0].em_State_Code,em_City_Code:a.temp1[0].em_City_Code,em_Religion_Code:a.temp1[0].em_Religion_Code,em_Salutation_Code:a.temp1[0].em_Salutation_Code,em_Sex_Code:a.temp1[0].em_Sex_Code,em_Staff_Type_Code:a.temp1[0].em_Staff_Type_Code,em_blood_group_code:a.temp1[0].em_blood_group_code,em_date_of_birth:a.temp1[0].em_date_of_birth,em_date_of_join:a.temp1[0].em_date_of_join,em_dept_effect_from:a.temp1[0].em_dept_effect_from,em_email:a.temp1[0].em_email,em_emergency_contact_name1:a.temp1[0].em_emergency_contact_name1,em_emergency_contact_number1:a.temp1[0].em_emergency_contact_number1,em_first_name:a.temp1[0].em_first_name,em_grade_effect_from:a.temp1[0].em_grade_effect_from,em_last_name:a.temp1[0].em_last_name,em_middle_name:a.temp1[0].em_middle_name,em_mobile:a.temp1[0].em_mobile,em_name_ot:a.temp1[0].em_name_ot,em_national_id_expiry_date:a.temp1[0].em_national_id_expiry_date,em_national_id_issue_date:a.temp1[0].em_national_id_issue_date,em_passport_exp_date:a.temp1[0].em_passport_exp_date,em_passport_issue_date:a.temp1[0].em_passport_issue_date,em_passport_no:a.temp1[0].em_passport_no,em_summary_address:a.temp1[0].em_summary_address,em_summary_address_local_language:a.temp1[0].em_summary_address_local_language,em_visa_exp_date:a.temp1[0].em_visa_exp_date,em_stop_salary_from:a.temp1[0].em_stop_salary_from,em_visa_issue_date:a.temp1[0].em_visa_issue_date,em_visa_no:a.temp1[0].em_visa_no,em_img:a.temp1[0].em_img};var e=Math.random(),t=i.docUrl+n.defaults.headers.common.schoolId+"/Images/EmployeeImages/"+a.temp1[0].em_img+"?v="+e;$(function(){$("#empimg").attr("src",t)})})},a.getdata(),a.show_Update_Emp=function(){a.imageUrl=i.docUrl+n.defaults.headers.common.schoolId+"/Images/EmployeeImages/",n.get(i.apiUrl+"api/Dps/HRMS/getSearchEmpMaster?em_login_code="+a.Emp_ID).then(function(e){a.temp1=e.data,a.temp={em_login_code:a.temp1[0].em_login_code,em_number:a.temp1[0].em_number,em_service_status_code:a.temp1[0].em_service_status_code,em_status_code:a.temp1[0].em_status_code,em_apartment_number:a.temp1[0].em_apartment_number,em_family_name:a.temp1[0].em_family_name,em_street_number:a.temp1[0].em_street_number,em_area_number:a.temp1[0].em_area_number,em_phone:a.temp1[0].em_phone,em_fax:a.temp1[0].em_fax,em_post:a.temp1[0].em_post,em_emergency_contact_name2:a.temp1[0].em_emergency_contact_name2,em_emergency_contact_number2:a.temp1[0].em_emergency_contact_number2,em_joining_ref:a.temp1[0].em_joining_ref,em_ethnicity_code:a.temp1[0].em_ethnicity_code,em_handicap_status:a.temp1[0].em_handicap_status,em_stop_salary_indicator:a.temp1[0].em_stop_salary_indicator,em_agreement:a.temp1[0].em_agreement,em_punching_status:a.temp1[0].em_punching_status,em_bank_cash_tag:a.temp1[0].em_bank_cash_tag,em_citi_exp_tag:a.temp1[0].em_citi_exp_tag,em_leave_tag:a.temp1[0].em_leave_tag,em_passport_issue_place:a.temp1[0].em_passport_issue_place,em_passport_issuing_authority:a.temp1[0].em_passport_issuing_authority,em_pssport_exp_rem_date:a.temp1[0].em_pssport_exp_rem_date,em_visa_issuing_place:a.temp1[0].em_visa_issuing_place,em_visa_issuing_authority:a.temp1[0].em_visa_issuing_authority,em_visa_exp_rem_date:a.temp1[0].em_visa_exp_rem_date,em_visa_type_code:a.temp1[0].em_visa_type_code,em_agreement_start_date:a.temp1[0].em_agreement_start_date,em_agreement_exp_date:a.temp1[0].em_agreement_exp_date,em_agreemet_exp_rem_date:a.temp1[0].em_agreemet_exp_rem_date,em_punching_id:a.temp1[0].em_punching_id,em_dependant_full:a.temp1[0].em_dependant_full,em_dependant_half:a.temp1[0].em_dependant_half,em_dependant_infant:a.temp1[0].em_dependant_infant,em_Bank_Code:a.temp1[0].em_Bank_Code,em_bank_ac_no:a.temp1[0].em_bank_ac_no,em_iban_no:a.temp1[0].em_iban_no,em_route_code:a.temp1[0].em_route_code,em_bank_swift_code:a.temp1[0].em_bank_swift_code,em_gpf_ac_no:a.temp1[0].em_gpf_ac_no,em_pan_no:a.temp1[0].em_pan_no,em_labour_card_no:a.temp1[0].em_labour_card_no,em_gosi_ac_no:a.temp1[0].em_gosi_ac_no,em_gosi_start_date:a.temp1[0].em_gosi_start_date,em_national_id:a.temp1[0].em_national_id,em_secret_question_code:a.temp1[0].em_secret_question_code,em_secret_answer:a.temp1[0].em_secret_answer,em_building_number:a.temp1[0].em_building_number,em_Company_Code:a.temp1[0].em_Company_Code,em_Dept_Code:a.temp1[0].em_Dept_Code,em_Designation_Code:a.temp1[0].em_Designation_Code,em_Dest_Code:a.temp1[0].em_Dest_Code,em_Grade_Code:a.temp1[0].em_Grade_Code,em_Marital_Status_Code:a.temp1[0].em_Marital_Status_Code,em_Nation_Code:a.temp1[0].em_Nation_Code,em_Country_Code:a.temp1[0].em_Country_Code,em_State_Code:a.temp1[0].em_State_Code,em_City_Code:a.temp1[0].em_City_Code,em_Religion_Code:a.temp1[0].em_Religion_Code,em_Salutation_Code:a.temp1[0].em_Salutation_Code,em_Sex_Code:a.temp1[0].em_Sex_Code,em_Staff_Type_Code:a.temp1[0].em_Staff_Type_Code,em_blood_group_code:a.temp1[0].em_blood_group_code,em_date_of_birth:a.temp1[0].em_date_of_birth,em_date_of_join:a.temp1[0].em_date_of_join,em_dept_effect_from:a.temp1[0].em_dept_effect_from,em_email:a.temp1[0].em_email,em_emergency_contact_name1:a.temp1[0].em_emergency_contact_name1,em_emergency_contact_number1:a.temp1[0].em_emergency_contact_number1,em_first_name:a.temp1[0].em_first_name,em_grade_effect_from:a.temp1[0].em_grade_effect_from,em_last_name:a.temp1[0].em_last_name,em_middle_name:a.temp1[0].em_middle_name,em_mobile:a.temp1[0].em_mobile,em_name_ot:a.temp1[0].em_name_ot,em_national_id_expiry_date:a.temp1[0].em_national_id_expiry_date,em_national_id_issue_date:a.temp1[0].em_national_id_issue_date,em_passport_exp_date:a.temp1[0].em_passport_exp_date,em_passport_issue_date:a.temp1[0].em_passport_issue_date,em_passport_no:a.temp1[0].em_passport_no,em_summary_address:a.temp1[0].em_summary_address,em_summary_address_local_language:a.temp1[0].em_summary_address_local_language,em_visa_exp_date:a.temp1[0].em_visa_exp_date,em_stop_salary_from:a.temp1[0].em_stop_salary_from,em_visa_issue_date:a.temp1[0].em_visa_issue_date,em_visa_no:a.temp1[0].em_visa_no,em_img:a.temp1[0].em_img};var e=Math.random(),t=i.docUrl+n.defaults.headers.common.schoolId+"/Images/EmployeeImages/"+a.temp1[0].em_img+"?v="+e;$(function(){$("#empimg").attr("src",t)})})},a.image_click=function(){a.ImgLoaded=!0},a.UpdateData=function(e){e?(e=a.temp,void 0!==a.photo_filename&&(a.em_img="",e.em_img=a.temp.em_login_code+"."+a.photo_filename.split("/")[1]),e.opr="U",e.subopr="Up",n.post(i.apiUrl+"api/Dps/HRMS/CUMasterEmployee",e).then(function(e){a.CUDobj=e.data,swal({text:a.CUDobj.strMessage,timer:1e4}),t.reload(),a.show_Update_Emp(),t.go("main.EmpDshBrd")}),1==a.ImgLoaded&&(e={method:"POST",url:i.apiUrl+"/api/file/upload?filename="+a.temp.em_login_code+"&location=/EmployeeImages",data:_,headers:{"Content-Type":void 0}},n(e).success(function(e){})),a.searchText=!1):swal({text:"Kindly fill mandatory field",timer:5e3,width:360})},$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0,format:"yyyy-mm-dd"}),$(document).on("touch click",'*[data-datepicker="true"] .add-on',function(e){$('input[type="text"]',$(this).parent()).focus()})}]),e.directive("ngFiles",["$parse",function(s){return{link:function(t,e,a){var o=s(a.ngFiles);e.on("change",function(e){o(t,{$files:e.target.files})})}}}]),e.filter("randomSrc",function(){return function(e){if(e)return e+"?r="+Math.random()}})}(),function(){"use strict";var l="",e=angular.module("sims.module.HRMS");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("PayrollEmployee_DPSMISCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(s,e,n,t,a,i,d){s.display=!1,s.busyindicator=!1,s.grid=!0,s.color="#edefef",s.rgvtbl=!1,s.btnhide=!0,s.edt={},s.temp={},s.GetEmpDetails=[],s.GetEmpDetailsCopy=[],$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0}),$(document).on("touch click",'*[data-datepicker="true"] .add-on',function(e){$('input[type="text"]',$(this).parent()).focus()}),t(function(){$("#fixedtable").tableHeadFixer({top:1})},100),s.setStart=function(e){s.pa_effective_from=e},s.setEnd=function(e){s.pa_effective_upto=e},i.get(d.apiUrl+"api/Dps/HRMS/getEmpData").then(function(e){s.obj=e.data}),i.get(d.apiUrl+"api/PaycodewiseEmployee/GetDept?company_code="+s.temp.gc_company_code).then(function(e){s.GetDept=e.data}),i.get(d.apiUrl+"api/PaycodewiseEmployee/GetDesg?company_code="+s.temp.gc_company_code).then(function(e){s.GetDesg=e.data}),i.get(d.apiUrl+"api/PaycodewiseEmployee/GetGrade?company_code="+s.temp.gc_company_code).then(function(e){s.GetGrade=e.data}),i.get(d.apiUrl+"api/PaycodewiseEmployee/GetPayCode?company_code="+s.temp.gc_company_code).then(function(e){s.GetPayCode=e.data});var o=new Date,_=o.getMonth()+1,c=o.getDate();_<10&&(_="0"+_),c<10&&(c="0"+c),s.changeno=function(e){e.isChange=!0},s.onlyNumbers=function(e,t){var a,o={escape:27,backspace:8,tab:9,enter:13,del:46,0:48,1:49,2:50,3:51,4:52,5:53,6:54,7:55,8:56,9:57};for(a in o)if(o.hasOwnProperty(a)&&(e.charCode==o[a]||e.keyCode==o[a]))return;e.preventDefault()},s.Show_data=function(){var e;null==s.edt.dept_code&&(s.edt.dept_code=""),null==s.edt.desg_code&&(s.edt.desg_code=""),null==s.edt.gr_code&&(s.edt.gr_code=""),""!==s.edt.search_emp_id&&null!=s.edt.search_emp_id||(s.edt.search_emp_id=null),""===s.edt.paycode_code||null==s.edt.paycode_code?swal("","Please select paycode."):""===s.pa_effective_from||null==s.pa_effective_from?swal("","Please select effective from date."):(s.busy=!0,e={dept_code:s.edt.dept_code,desg_code:s.edt.desg_code,gr_code:s.edt.gr_code,paycode_code:s.edt.paycode_code,pa_effective_from:s.pa_effective_from,company_code:s.temp.gc_company_code,search:s.edt.search_emp_id},i.post(d.apiUrl+"api/PaycodewiseEmployee/EmpDetails",e).then(function(e){s.GetEmpDetails=e.data,s.GetEmpDetailsCopy=angular.copy(e.data),0<s.GetEmpDetails.length?(s.btnhide=!1,s.rgvtbl=!0):(s.rgvtbl=!1,s.btnhide=!0,swal("","Record not found.")),s.busy=!1}))},i.get(d.apiUrl+"api/PaysGradeChange/Get_gc_company_Code").then(function(e){s.comp_code=e.data,s.temp.gc_company_code=s.comp_code[0].gc_company_code,s.getdept_desg_grade_paycode(s.temp.gc_company_code)}),s.getdept_desg_grade_paycode=function(e){i.get(d.apiUrl+"api/PaycodewiseEmployee/GetDept?company_code="+e).then(function(e){s.GetDept=e.data}),i.get(d.apiUrl+"api/PaycodewiseEmployee/GetDesg?company_code="+e).then(function(e){s.GetDesg=e.data}),i.get(d.apiUrl+"api/PaycodewiseEmployee/GetGrade?company_code="+e).then(function(e){s.GetGrade=e.data}),i.get(d.apiUrl+"api/PaycodewiseEmployee/GetPayCode?company_code="+e).then(function(e){s.GetPayCode=e.data})},t(function(){$("#Table2").tableHeadFixer({top:1})},100),s.reset_form=function(){s.edt={},s.GetEmpDetails=[],s.btnhide=!0,s.rgvtbl=!1,o=new Date,_=o.getMonth()+1,c=o.getDate(),_<10&&(_="0"+_),c<10&&(c="0"+c),s.pa_effective_from="",s.pa_effective_upto=""},s.genrate=function(){var a,o=[];s.flag=!1,""!==s.pa_effective_upto&&null!=s.pa_effective_upto||(s.pa_effective_upto="");for(let t=0;t<s.GetEmpDetails.length;t++)if(!0===document.getElementById(t+s.GetEmpDetails[t].em_login_code).checked){s.busy=!0;for(let e=0;e<s.GetEmpDetailsCopy.length;e++)s.GetEmpDetails[t].em_login_code===s.GetEmpDetailsCopy[e].em_login_code&&s.GetEmpDetails[t].pd_pay_code===s.GetEmpDetailsCopy[e].pd_pay_code&&(a={em_number:s.GetEmpDetails[t].em_login_code,pa_effective_from:s.pa_effective_from,pa_effective_upto:s.pa_effective_upto,pd_pay_code:s.GetEmpDetails[t].paycode_code,pd_amount:s.GetEmpDetails[t].pay_amount,pd_remark:s.GetEmpDetails[t].pd_remark,ph_new_amount:s.GetEmpDetails[t].pay_amount,ph_old_amount:s.GetEmpDetailsCopy[e].pay_amount,ph_user_name:n.globals.currentUser.username,company_code:s.temp.gc_company_code},o.push(a),s.flag=!0)}s.flag?i.post(d.apiUrl+"api/PaycodewiseEmployee/UpdatePaysPayable",o).then(function(e){s.UpdatePaysPayable=e.data,swal("","Record successfully updated."),setTimeout(function(){$(document).ready(function(){$("#effective_date, #effective_up_date").kendoDatePicker({format:"dd-MM-yyyy",value:""})})},500),s.busy=!1,s.reset_form()}):swal("","Please Select Employee.")},s.History=function(t){i.post(d.apiUrl+"api/PayrollEmployeeDPSD/HistoryPaycode?sd_number="+t.em_login_code).then(function(e){s.HistoryPaycode=e.data,0<s.HistoryPaycode.length?($("#historyModal").modal("show"),s.empName=t.emp_name,s.empLoginId=t.em_login_code):(swal({title:"Alert",title2:"No history found.",width:320}),s.empName="",s.empLoginId="")})},s.Closehistory=function(){s.HistoryPaycode=[],s.empName="",s.empLoginId="",$("#historyModal").modal("hide")},s.CheckAllChecked=function(){if(!0===(l=document.getElementById("mainchk")).checked)for(let e=0;e<s.GetEmpDetails.length;e++)document.getElementById(e+s.GetEmpDetails[e].em_login_code).checked=!0,s.row1="row_selected",$("tr").addClass("row_selected");else for(let e=0;e<s.GetEmpDetails.length;e++)document.getElementById(e+s.GetEmpDetails[e].em_login_code).checked=!1,l.checked=!1,s.row1="row_selected",$("tr").removeClass("row_selected")},s.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),s.color="#edefef"}),!0===(l=document.getElementById("mainchk")).checked&&(l.checked=!1,$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected")}))}}])}(),function(){"use strict";var w="",k=angular.module("sims.module.HRMS");k.directive("bindHtmlCompile",["$compile",function(s){return{restrict:"A",link:function(t,a,o){t.$watch(function(){return t.$eval(o.bindHtmlCompile)},function(e){a.html(e&&e.toString());e=t;o.bindHtmlScope&&(e=t.$eval(o.bindHtmlScope)),s(a.contents())(e)})}}}]),k.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),k.controller("PayrollEmployeeExportCont",["$scope","$compile","$state","$rootScope","$timeout","gettextCatalog","$locale","$http","ENV","XLSXReaderService","$filter","$sce","AuthenticationService",function(s,e,t,n,a,o,i,d,_,c,l,r,m){s.display=!1,s.busyindicator=!1,s.grid=!0,s.color="#edefef",s.rgvtbl=!1,s.btnhide=!0,s.edt={},s.temp={},s.GetEmpDetails=[],s.GetEmpDetailsCopy=[],s.showPreview=!1,s.showJSONPreview=!0,s.AllTableData=[],$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0}),$(document).on("touch click",'*[data-datepicker="true"] .add-on',function(e){$('input[type="text"]',$(this).parent()).focus()}),a(function(){$("#fixedtable").tableHeadFixer({top:1})},100),s.setStart=function(e){s.pa_effective_from=e},s.setEnd=function(e){s.pa_effective_upto=e},d.get(_.apiUrl+"api/Dps/HRMS/getEmpData").then(function(e){s.obj=e.data});var p=new Date,u=p.getDate(),g=p.getMonth()+1,h=p.getFullYear(),g=(u<10&&(u="0"+u),p.getMonth()+1),f=(s.date=u+"-"+(g=g<10?"0"+g:g)+"-"+h,d.get(_.apiUrl+"api/PaycodewiseEmployee/GetDept?company_code="+s.temp.gc_company_code).then(function(e){s.GetDept=e.data}),d.get(_.apiUrl+"api/PaycodewiseEmployee/GetDesg?company_code="+s.temp.gc_company_code).then(function(e){s.GetDesg=e.data}),d.get(_.apiUrl+"api/PaycodewiseEmployee/GetGrade?company_code="+s.temp.gc_company_code).then(function(e){s.GetGrade=e.data}),d.get(_.apiUrl+"api/PaycodewiseEmployee/GetPayCode?company_code="+s.temp.gc_company_code).then(function(e){s.GetPayCode=e.data}),new Date),y=f.getMonth()+1,b=f.getDate(),v=(y<10&&(y="0"+y),b<10&&(b="0"+b),s.changeno=function(e){e.isChange=!0},s.onlyNumbers=function(e,t){var a,o={escape:27,backspace:8,tab:9,enter:13,del:46,0:48,1:49,2:50,3:51,4:52,5:53,6:54,7:55,8:56,9:57};for(a in o)if(o.hasOwnProperty(a)&&(e.charCode==o[a]||e.keyCode==o[a]))return;e.preventDefault()},s.Show_data=function(){var e;null==s.edt.dept_code&&(s.edt.dept_code=""),null==s.edt.desg_code&&(s.edt.desg_code=""),null==s.edt.gr_code&&(s.edt.gr_code=""),""!==s.edt.search_emp_id&&null!=s.edt.search_emp_id||(s.edt.search_emp_id=null),""===s.edt.paycode_code||null==s.edt.paycode_code?swal("","Please select paycode."):(s.busy=!0,e={dept_code:s.edt.dept_code,desg_code:s.edt.desg_code,gr_code:s.edt.gr_code,paycode_code:s.edt.paycode_code,pa_effective_from:s.pa_effective_from,company_code:s.temp.gc_company_code,search:s.edt.search_emp_id},d.post(_.apiUrl+"api/PaycodewiseEmployee/EmpDetails1",e).then(function(e){s.GetEmpDetails=e.data,s.GetEmpDetailsCopy=angular.copy(e.data),0<s.GetEmpDetails.length?(s.btnhide=!1,s.rgvtbl=!0):(s.rgvtbl=!1,s.btnhide=!0,swal("","Record not found.")),s.busy=!1}))},d.get(_.apiUrl+"api/PaysGradeChange/Get_gc_company_Code").then(function(e){s.comp_code=e.data,s.temp.gc_company_code=s.comp_code[0].gc_company_code,s.getdept_desg_grade_paycode(s.temp.gc_company_code)}),s.getdept_desg_grade_paycode=function(e){d.get(_.apiUrl+"api/PaycodewiseEmployee/GetDept?company_code="+e).then(function(e){s.GetDept=e.data}),d.get(_.apiUrl+"api/PaycodewiseEmployee/GetDesg?company_code="+e).then(function(e){s.GetDesg=e.data}),d.get(_.apiUrl+"api/PaycodewiseEmployee/GetGrade?company_code="+e).then(function(e){s.GetGrade=e.data}),d.get(_.apiUrl+"api/PaycodewiseEmployee/GetPayCode?company_code="+e).then(function(e){s.GetPayCode=e.data})},a(function(){$("#Table2").tableHeadFixer({top:1})},100),s.reset_form=function(){s.edt={},s.GetEmpDetails=[],s.btnhide=!0,s.rgvtbl=!1,f=new Date,y=f.getMonth()+1,b=f.getDate(),y<10&&(y="0"+y),b<10&&(b="0"+b),s.pa_effective_from="",s.pa_effective_upto=""},s.genrate=function(){var a,o=[];if(s.flag=!1,""===s.pa_effective_from||null==s.pa_effective_from)swal({text:"Please select effective from date."});else if(1<s.pa_effective_from.substring(0,2))swal({text:"Effective from date should be start date of month.",imageUrl:"assets/img/notification-alert.png"});else{""!==s.pa_effective_upto&&null!=s.pa_effective_upto||(s.pa_effective_upto="");for(let t=0;t<s.GetEmpDetails.length;t++)if(!0===document.getElementById(t+s.GetEmpDetails[t].em_login_code).checked){s.busy=!0;for(let e=0;e<s.GetEmpDetailsCopy.length;e++)s.GetEmpDetails[t].em_login_code===s.GetEmpDetailsCopy[e].em_login_code&&s.GetEmpDetails[t].pd_pay_code===s.GetEmpDetailsCopy[e].pd_pay_code&&(a={em_number:s.GetEmpDetails[t].em_login_code,pa_effective_from:s.pa_effective_from,pa_effective_upto:s.pa_effective_upto,pd_pay_code:s.GetEmpDetails[t].paycode_code,pd_amount:s.GetEmpDetails[t].pay_amount,pd_remark:s.GetEmpDetails[t].pd_remark,ph_new_amount:s.GetEmpDetails[t].pay_amount,ph_old_amount:s.GetEmpDetailsCopy[e].pay_amount,ph_user_name:n.globals.currentUser.username,company_code:s.temp.gc_company_code,rowid:s.GetEmpDetails[t].rowid},o.push(a),s.flag=!0)}s.flag?d.post(_.apiUrl+"api/PaycodewiseEmployee/UpdatePaysPayable1",o).then(function(e){s.UpdatePaysPayable=e.data,swal("","Record successfully updated."),setTimeout(function(){$(document).ready(function(){$("#effective_date, #effective_up_date").kendoDatePicker({format:"dd-MM-yyyy",value:""})})},500),s.busy=!1,s.reset_form()}):swal("","Please Select Employee.")}},s.History=function(t){d.post(_.apiUrl+"api/PayrollEmployeeDPSD/HistoryPaycode?sd_number="+t.em_login_code).then(function(e){s.HistoryPaycode=e.data,0<s.HistoryPaycode.length?($("#historyModal").modal("show"),s.empName=t.emp_name,s.empLoginId=t.em_login_code):(swal({title:"Alert",title2:"No history found.",width:320}),s.empName="",s.empLoginId="")})},s.Closehistory=function(){s.HistoryPaycode=[],s.empName="",s.empLoginId="",$("#historyModal").modal("hide")},s.CheckAllChecked=function(){if(!0===(w=document.getElementById("mainchk")).checked)for(let e=0;e<s.GetEmpDetails.length;e++)document.getElementById(e+s.GetEmpDetails[e].em_login_code).checked=!0,s.row1="row_selected",$("tr").addClass("row_selected");else for(let e=0;e<s.GetEmpDetails.length;e++)document.getElementById(e+s.GetEmpDetails[e].em_login_code).checked=!1,w.checked=!1,s.row1="row_selected",$("tr").removeClass("row_selected")},s.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),s.color="#edefef"}),!0===(w=document.getElementById("mainchk")).checked&&(w.checked=!1,$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected")}))},s.exportdata=function(){s.fileName="report",s.exportData=[],s.exportData.push(["Employee_ID","Employee_Name","Pay_Code","Effective_From_Date","Effective_Upto_Date","New_Amount","Remark"]),angular.forEach(s.GetEmpDetails,function(e,t){s.exportData.push([e.em_login_code,e.emp_name,e.paycode_name,e.pa_effective_from,e.pa_effective_upto,e.pay_amount,e.pd_remark])}),s.exportexcel(s.exportData)},s.exportexcel=function(e){var t=new function e(){if(!(this instanceof e))return new e;this.SheetNames=[],this.Sheets={}},e=function(e){for(var t,a={},o={s:{c:1e7,r:1e7},e:{c:0,r:0}},s=0;s!=e.length;++s)for(var n=0;n!=e[s].length;++n){o.s.r>s&&(o.s.r=s),o.s.c>n&&(o.s.c=n),o.e.r<s&&(o.e.r=s),o.e.c<n&&(o.e.c=n);var i,d={v:e[s][n]};null!=d.v&&(i=XLSX.utils.encode_cell({c:n,r:s}),"number"==typeof d.v?d.t="n":"boolean"==typeof d.v?d.t="b":d.v instanceof Date?(d.t="n",d.z=XLSX.SSF._table[14],d.v=(t=d.v,void 0&&(t+=1462),(Date.parse(t)-new Date(Date.UTC(1899,11,30)))/864e5)):d.t="s",a[i]=d)}return o.s.c<1e7&&(a["!ref"]=XLSX.utils.encode_range(o)),a}(e),e=(t.SheetNames.push(s.fileName),t.Sheets[s.fileName]=e,XLSX.write(t,{bookType:"xlsx",bookSST:!0,type:"binary"}));saveAs(new Blob([function(e){for(var t=new ArrayBuffer(e.length),a=new Uint8Array(t),o=0;o!=e.length;++o)a[o]=255&e.charCodeAt(o);return t}(e)],{type:"application/octet-stream"}),s.fileName+".xlsx")},new FormData);s.getTheFiles=function(e){s.flag=0,angular.forEach(e,function(e,t){v.append(t,e)})},s.file_changed=function(e){var t=e.files[0],a=(s.filename=e.files[0],s.photo_filename=t.type,new FileReader),a=(a.onload=function(e){s.$apply(function(){s.prev_img=e.target.result})},a.readAsDataURL(t),document.getElementById("file1").files[0],s.sheets=[],s.excelFile=e.files[0],c.readFile(s.excelFile,s.showPreview,s.showJSONPreview).then(function(e){s.sheets=e.sheets,s.finalData=[],angular.forEach(s.sheets.report,function(a,e){angular.forEach(s.GetEmpDetails,function(e,t){a.Employee_ID==e.em_login_code&&a.Employee_Name==e.emp_name&&a.Pay_Code==e.paycode_name&&(e.pay_amount=a.New_Amount,e.pd_remark=a.Remark)})}),angular.forEach(angular.element("input[type='file']"),function(e){angular.element(e).val(null)})}),s.fname="PayRoll_Export"+l("date")(new Date,"dd-MM-yyyy")+"-"+l("date")(new Date,"HH-mm-ss"),{method:"POST",url:_.apiUrl+"api/file/uploadDocument?filename="+s.fname+"&location=Docs/PayRoll",data:v,headers:{"Content-Type":void 0}});d(a).success(function(e){})},s.importdata=function(){v=new FormData},k.directive("ngFiles",["$parse",function(s){return{link:function(t,e,a){var o=s(a.ngFiles);e.on("change",function(e){o(t,{$files:e.target.files})})}}}]),k.factory("XLSXReaderService",["$q","$rootScope",function(s,n){function e(e){angular.extend(this,e)}return e.readFile=function(e,t,a){var o=s.defer();return XLSXReader(e,t,a,function(e){n.$apply(function(){o.resolve(e)})}),o.promise},e}])}])}(),function(){"use strict";var e=angular.module("sims.module.HRMS");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("CreateEditEmployee_PearlCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV","$filter",function(a,e,t,o,s,n,i,d){a.temp={},a.searchText=!1,a.ImgLoaded=!1,a.roleText=!1,a.roleList=!0,a.uae=!1,a.qatar=!0,a.national_id_readnly=!1,a.iban_number_readnly=!1,a.bank_ac_no_readnly=!1,a.updateBtn=!1,a.saveBtn=!1,a.temp.em_date_of_join=d("date")(new Date,"dd-MM-yyyy"),a.temp.em_dept_effect_from=d("date")(new Date,"dd-MM-yyyy"),a.temp.em_grade_effect_from=d("date")(new Date,"dd-MM-yyyy"),n.get(i.apiUrl+"api/HRMS/getRole").then(function(e){a.roles_data=e.data}),n.get(i.apiUrl+"api/HRMS/getLicSchool").then(function(e){a.lic_school_data=e.data,"Qatar"==a.lic_school_data[0].lic_school_country?(a.uae=!1,a.qatar=!0):(a.uae=!0,a.qatar=!1)}),n.get(i.apiUrl+"api/HRMS/getEmpData").then(function(e){a.obj=e.data,a.operation=!0,a.Save_btn=!0,a.loginTextBox=!0,a.display=!0,a.temp.em_Salutation_Code="1",a.temp.em_Grade_Code=a.obj[0].em_Grade_Code}),n.get(i.apiUrl+"api/HRMS/getCompany").then(function(e){a.company_data=e.data,a.temp.em_Company_Code=a.company_data[0].em_Company_Code}),n.get(i.apiUrl+"api/HRMS/getCountry").then(function(e){a.country_data=e.data}),n.get(i.apiUrl+"api/HRMS/getDestination").then(function(e){a.dest_data=e.data,a.temp.em_Dest_Code=a.dest_data[0].em_Dest_Code}),a.searchEmp=function(e,t){},a.saveBtnDisEn=!1,a.imageUrl=i.docUrl+n.defaults.headers.common.schoolId+"/Images/EmployeeImages/";var _=new FormData;a.getTheFiles=function(e){angular.forEach(e,function(e,t){_.append(t,e)})},a.file_changed=function(e){var e=e.files[0],t=(a.photo_filename=e.type,new FileReader);t.onload=function(e){a.$apply(function(){a.prev_img=e.target.result})},t.readAsDataURL(e)},a.globalSearch=function(){t.visible_stud=!1,t.visible_parent=!1,t.visible_search_parent=!1,t.visible_teacher=!1,t.visible_User=!1,t.visible_Employee=!0,t.chkMulti=!1,a.global_Search_click(),$("#Global_Search_Modal").modal({backdrop:"static"}),a.temp.em_login_code="",a.temp.EmpName="",a.showBtn=!1},a.$on("global_cancel",function(e){0<a.SelectedUserLst.length&&(a.temp={},a.temp.enroll_number=a.SelectedUserLst[0].em_login_code,a.temp.name=a.SelectedUserLst[0].empName,a.EmpSearch1(a.SelectedUserLst[0].em_login_code))}),a.searchGlobalClick=function(){a.Global_Search_by_employee()},a.checkDOB=function(){var e=d("date")(new Date,"dd-MM-yyyy");a.temp.em_date_of_birth>=e&&(swal({title:"Alert",text:"Date of birth should be less than future date",width:300,height:200}),a.temp.em_date_of_birth="")},a.checkDOJ=function(e){a.temp.em_dept_effect_from=e,a.temp.em_grade_effect_from=e,a.temp.em_date_of_birth>=a.temp.em_date_of_join&&(swal({title:"Alert",text:"Date of joining should be greater than date of birth",width:300,height:200}),a.temp.em_date_of_join="")},a.checkPassport=function(){a.temp.em_passport_exp_date<a.temp.em_passport_issue_date&&(swal({title:"Alert",text:"Passport Expiry Date Should greater than Passport Issue Date",width:300,height:200}),a.temp.em_passport_exp_date="")},a.checkVisa=function(){a.temp.em_visa_exp_date<a.temp.em_visa_issue_date&&(swal({title:"Alert",text:"Visa Expiry Date Should greater than Visa Issue Date",width:300,height:200}),a.temp.em_visa_exp_date="")},a.checkEmiratesID=function(){a.temp.em_national_id_expiry_date<a.temp.em_national_id_issue_date&&(swal({title:"Alert",text:"Emirates ID Expiry Date Should greater than Emirates ID Issue Date",width:300,height:200}),a.temp.em_national_id_expiry_date="")},a.Cancel=function(){a.roleText=!1,a.roleList=!0,a.roleReadOnly=!1,a.searchText=!1,a.national_id_readnly=!1,a.iban_number_readnly=!1,a.bank_ac_no_readnly=!1,a.temp={},a.emplogcode="",a.Myform.$setPristine(),a.Myform.$setUntouched(),a.Save_btn=!0,a.loginTextBox=!0,a.Update_btn=!1,a.ImgLoaded=!1,a.prev_img="",a.emplogcode="",a.temp.em_img="",a.temp.em_date_of_join=d("date")(new Date,"dd-MM-yyyy"),a.temp.em_dept_effect_from=d("date")(new Date,"dd-MM-yyyy"),a.temp.em_grade_effect_from=d("date")(new Date,"dd-MM-yyyy"),a.temp.em_Company_Code=a.company_data[0].em_Company_Code,a.temp.em_Grade_Code=a.obj[0].em_Grade_Code,a.temp.em_Salutation_Code="1"},a.checkSubString=function(e){var t=a.temp.manual_em_login_code.toUpperCase();if("P"==t.charAt(0)||"PP"==t.charAt(1))return swal({text:"EMP ID Not Valid !!",width:350}),!1;n.get(i.apiUrl+"api/HRMS/getComnUserName?manual_em_login_code="+e).then(function(e){if(a.comnUserData=e.data,0<a.comnUserData.length)return swal({text:"EMP Login Code Already Exists!!",width:350}),a.temp.manual_em_login_code="",!1})},a.SaveData=function(e){0==e&&swal({title:"Alert",text:"Please fill mandatory fields",width:380,showCloseButton:!0}),e&&(a.saveBtnDisEn=!0,a.saveBtn=!0,a.updateBtn=!0,e=a.temp,void 0===a.photo_filename?e.em_img=null:(e.em_img="."+a.photo_filename.split("/")[1],e.em_dept_effect_from=a.temp.em_dept_effect_from,e.em_grade_effect_from=a.temp.em_grade_effect_from,e.em_date_of_join=a.temp.em_date_of_join,e.em_date_of_birth=a.temp.em_date_of_birth,e.em_pssport_issue_date=a.temp.em_pssport_issue_date,e.em_passport_exp_date=a.temp.em_passport_exp_date,e.em_visa_issue_date=a.temp.em_visa_issue_date,e.em_visa_exp_date=a.temp.em_visa_exp_date,e.em_national_id_issue_date=a.temp.em_national_id_issue_date,e.em_national_id_expiry_date=a.temp.em_national_id_expiry_date),e={manual_em_login_code:a.temp.manual_em_login_code,em_Salutation_Code:a.temp.em_Salutation_Code,em_first_name:a.temp.em_first_name,em_middle_name:a.temp.em_middle_name,em_last_name:a.temp.em_last_name,em_name_ot:a.temp.em_name_ot,em_Company_Code:a.temp.em_Company_Code,em_img:e.em_img,em_Dest_Code:a.temp.em_Dest_Code,em_Designation_Code:a.temp.em_Designation_Code,em_Dept_Code:a.temp.em_Dept_Code,em_dept_effect_from:e.em_dept_effect_from,em_Staff_Type_Code:a.temp.em_Staff_Type_Code,em_Grade_Code:a.temp.em_Grade_Code,em_grade_effect_from:e.em_grade_effect_from,em_date_of_join:e.em_date_of_join,em_blood_group_code:a.temp.em_blood_group_code,em_date_of_birth:e.em_date_of_birth,em_Sex_Code:a.temp.em_Sex_Code,em_Marital_Status_Code:a.temp.em_Marital_Status_Code,em_Country_Code:a.temp.em_Country_Code,em_Nation_Code:a.temp.em_Nation_Code,em_Religion_Code:a.temp.em_Religion_Code,em_email:a.temp.em_email,em_mobile:a.temp.em_mobile,em_emergency_contact_name1:a.temp.em_emergency_contact_name1,em_summary_address:a.temp.em_summary_address,em_emergency_contact_number1:a.temp.em_emergency_contact_number1,em_passport_no:a.temp.em_passport_no,em_pssport_issue_date:e.em_pssport_issue_date,em_passport_exp_date:e.em_passport_exp_date,em_visa_no:a.temp.em_visa_no,em_visa_type_code:a.temp.em_visa_type_code,em_visa_issue_date:e.em_visa_issue_date,em_visa_exp_date:e.em_visa_exp_date,em_national_id:a.temp.em_national_id,em_national_id_issue_date:e.em_national_id_issue_date,em_national_id_expiry_date:e.em_national_id_expiry_date,em_iban_no:e.em_iban_no,em_bank_ac_no:e.em_bank_ac_no,comn_role_code:a.temp.comn_role_code,em_punching_id:a.temp.em_punching_id,em_punching_status:a.temp.em_punching_status,em_schoolbranch_code:a.temp.em_schoolbranch_code,em_teacher_status:a.temp.em_teacher_status,opr:"H"},n.post(i.apiUrl+"api/HRMS/CreateEmployeePearl",e).then(function(e){a.CUDobj={},a.CUDobj=e.data,a.Myform.$setPristine(),a.Myform.$setUntouched(),null==a.CUDobj.strMessage&&""==a.CUDobj.strMessage&&null==a.CUDobj.strMessage||(swal({text:a.CUDobj.strMessage}),a.Cancel(),setTimeout(function(){a.saveBtn=!1,a.updateBtn=!1},1e3));e=a.CUDobj.strMessage.split(" ")[2],e={method:"POST",url:i.apiUrl+"/api/file/upload?filename="+e+"&location=/EmployeeImages",data:_,headers:{"Content-Type":void 0}};a.saveBtnDisEn=!1,n(e).success(function(e){})}))},a.EmpSearch1=function(t){a.Save_btn=!1,a.Update_btn=!0,a.searchText=!0,a.roleText=!0,a.roleList=!1,a.roleReadOnly=!0,a.loginTextBox=!1,n.get(i.apiUrl+"api/HRMS/getSearchEmpMasterForPearl?em_login_code="+t).then(function(e){a.temp1=e.data,a.temp={enroll_number:t,em_login_code:a.temp1[0].em_login_code,em_number:a.temp1[0].em_number,em_service_status_code:a.temp1[0].em_service_status_code,em_status_code:a.temp1[0].em_status_code,em_apartment_number:a.temp1[0].em_apartment_number,em_family_name:a.temp1[0].em_family_name,em_street_number:a.temp1[0].em_street_number,em_area_number:a.temp1[0].em_area_number,em_phone:a.temp1[0].em_phone,em_fax:a.temp1[0].em_fax,em_post:a.temp1[0].em_post,em_emergency_contact_name2:a.temp1[0].em_emergency_contact_name2,em_emergency_contact_number2:a.temp1[0].em_emergency_contact_number2,em_joining_ref:a.temp1[0].em_joining_ref,em_ethnicity_code:a.temp1[0].em_ethnicity_code,em_handicap_status:a.temp1[0].em_handicap_status,em_stop_salary_indicator:a.temp1[0].em_stop_salary_indicator,em_agreement:a.temp1[0].em_agreement,em_punching_status:a.temp1[0].em_punching_status,em_bank_cash_tag:a.temp1[0].em_bank_cash_tag,em_citi_exp_tag:a.temp1[0].em_citi_exp_tag,em_leave_tag:a.temp1[0].em_leave_tag,em_passport_issue_place:a.temp1[0].em_passport_issue_place,em_passport_issuing_authority:a.temp1[0].em_passport_issuing_authority,em_pssport_exp_rem_date:a.temp1[0].em_pssport_exp_rem_date,em_visa_issuing_place:a.temp1[0].em_visa_issuing_place,em_visa_issuing_authority:a.temp1[0].em_visa_issuing_authority,em_visa_exp_rem_date:a.temp1[0].em_visa_exp_rem_date,em_visa_type_code:a.temp1[0].em_visa_type_code,em_agreement_start_date:a.temp1[0].em_agreement_start_date,em_agreement_exp_date:a.temp1[0].em_agreement_exp_date,em_agreemet_exp_rem_date:a.temp1[0].em_agreemet_exp_rem_date,em_punching_id:a.temp1[0].em_punching_id,em_dependant_full:a.temp1[0].em_dependant_full,em_dependant_half:a.temp1[0].em_dependant_half,em_dependant_infant:a.temp1[0].em_dependant_infant,em_Bank_Code:a.temp1[0].em_Bank_Code,em_bank_ac_no:a.temp1[0].em_bank_ac_no,em_iban_no:a.temp1[0].em_iban_no,em_route_code:a.temp1[0].em_route_code,em_bank_swift_code:a.temp1[0].em_bank_swift_code,em_gpf_ac_no:a.temp1[0].em_gpf_ac_no,em_pan_no:a.temp1[0].em_pan_no,em_labour_card_no:a.temp1[0].em_labour_card_no,em_gosi_ac_no:a.temp1[0].em_gosi_ac_no,em_gosi_start_date:a.temp1[0].em_gosi_start_date,em_national_id:a.temp1[0].em_national_id,em_secret_question_code:a.temp1[0].em_secret_question_code,em_secret_answer:a.temp1[0].em_secret_answer,em_building_number:a.temp1[0].em_building_number,em_Company_Code:a.temp1[0].em_Company_Code,em_Dept_Code:a.temp1[0].em_Dept_Code,em_Designation_Code:a.temp1[0].em_Designation_Code,em_Dest_Code:a.temp1[0].em_Dest_Code,em_Grade_Code:a.temp1[0].em_Grade_Code,em_Marital_Status_Code:a.temp1[0].em_Marital_Status_Code,em_Nation_Code:a.temp1[0].em_Nation_Code,em_Country_Code:a.temp1[0].em_Country_Code,em_State_Code:a.temp1[0].em_State_Code,em_City_Code:a.temp1[0].em_City_Code,em_Religion_Code:a.temp1[0].em_Religion_Code,em_Salutation_Code:a.temp1[0].em_Salutation_Code,em_Sex_Code:a.temp1[0].em_Sex_Code,em_Staff_Type_Code:a.temp1[0].em_Staff_Type_Code,em_blood_group_code:a.temp1[0].em_blood_group_code,em_date_of_birth:a.temp1[0].em_date_of_birth,em_date_of_join:a.temp1[0].em_date_of_join,em_dept_effect_from:a.temp1[0].em_dept_effect_from,em_email:a.temp1[0].em_email,em_emergency_contact_name1:a.temp1[0].em_emergency_contact_name1,em_emergency_contact_number1:a.temp1[0].em_emergency_contact_number1,em_first_name:a.temp1[0].em_first_name,em_grade_effect_from:a.temp1[0].em_grade_effect_from,em_last_name:a.temp1[0].em_last_name,em_middle_name:a.temp1[0].em_middle_name,em_mobile:a.temp1[0].em_mobile,em_name_ot:a.temp1[0].em_name_ot,em_national_id_expiry_date:a.temp1[0].em_national_id_expiry_date,em_national_id_issue_date:a.temp1[0].em_national_id_issue_date,em_passport_exp_date:a.temp1[0].em_passport_exp_date,em_passport_issue_date:a.temp1[0].em_passport_issue_date,em_passport_no:a.temp1[0].em_passport_no,em_summary_address:a.temp1[0].em_summary_address,em_summary_address_local_language:a.temp1[0].em_summary_address_local_language,em_visa_exp_date:a.temp1[0].em_visa_exp_date,em_stop_salary_from:a.temp1[0].em_stop_salary_from,em_visa_issue_date:a.temp1[0].em_visa_issue_date,em_visa_no:a.temp1[0].em_visa_no,comn_role_code:a.temp1[0].comn_role_code,comn_role_name:a.temp1[0].comn_role_name,em_img:a.temp1[0].em_img,em_schoolbranch_code:a.temp1[0].em_schoolbranch_code,em_schoolbranch_name:a.temp1[0].em_schoolbranch_name,em_teacher_status:a.temp1[0].em_teacher_status}})},a.image_click=function(){a.ImgLoaded=!0},a.UpdateData=function(){a.national_id_readnly=!0,a.iban_number_readnly=!0,a.bank_ac_no_readnly=!0,a.saveBtn=!0,a.updateBtn=!0;var e,t=a.temp;void 0!==a.photo_filename&&(a.em_img="",t.em_img=a.temp.em_login_code+"."+a.photo_filename.split("/")[1]),t.opr="U",t.subopr="Up",1==a.ImgLoaded&&(e={method:"POST",url:i.apiUrl+"/api/file/upload?filename="+a.temp.em_login_code+"&location=/EmployeeImages",data:_,headers:{"Content-Type":void 0}},n(e).success(function(e){})),n.post(i.apiUrl+"api/HRMS/CUCreateEditEmployeePearl",t).then(function(e){a.CUDobj={},a.CUDobj=e.data,a.Myform.$setPristine(),a.Myform.$setUntouched(),null==a.CUDobj.strMessage&&""==a.CUDobj.strMessage&&null==a.CUDobj.strMessage||(swal({text:a.CUDobj.strMessage}),a.Cancel(),setTimeout(function(){a.saveBtn=!1,a.updateBtn=!1},1e3))}),a.searchText=!1,a.Save_btn=!0,a.loginTextBox=!0,a.Update_btn=!1}}]),e.directive("ngFiles",["$parse",function(s){return{link:function(t,e,a){var o=s(a.ngFiles);e.on("change",function(e){o(t,{$files:e.target.files})})}}}])}(),function(){"use strict";var d;angular.module("sims.module.HRMS").controller("airTicketCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(o,e,t,a,s,n,i){o.pagesize="5",o.table1=!0,o.operation=!1,o.editmode=!1,o.edt={},o.rgvtbl=!1,o.buzy=!1,n.post(i.apiUrl+"api/UEmpDestination/Department").then(function(e){o.Department=e.data}),n.post(i.apiUrl+"api/UEmpDestination/Designation").then(function(e){o.Designation=e.data}),n.post(i.apiUrl+"api/UEmpDestination/Grade").then(function(e){o.Grade=e.data}),n.post(i.apiUrl+"api/UEmpDestination/AirTicket").then(function(e){o.AirTicket=e.data}),o.Show_data=function(){null==o.edt.dept_code&&(o.edt.dept_code=""),null==o.edt.desg_code&&(o.edt.desg_code=""),null==o.edt.grade_code&&(o.edt.grade_code=""),null==o.edt.emp_id&&(o.edt.emp_id=""),o.buzy=!0;var e={emp_id:o.edt.emp_id,dept_code:o.edt.dept_code,desg_code:o.edt.desg_code,grade_code:o.edt.grade_code};n.post(i.apiUrl+"api/UEmpDestination/EmployeeDestA",e).then(function(e){o.EmployeeDest=e.data,0<o.EmployeeDest.length&&(o.rgvtbl=!0),o.buzy=!1})},o.reset_form=function(){o.EmployeeDest="",o.edt.dept_code="",o.edt.desg_code="",o.edt.grade_code="",o.edt.emp_id="",o.edt.air_tkt_code="",o.rgvtbl=!1,(d=document.getElementById("mainchk")).checked=!1,n.post(i.apiUrl+"api/UEmpDestination/Department").then(function(e){o.Department=e.data}),n.post(i.apiUrl+"api/UEmpDestination/Designation").then(function(e){o.Designation=e.data}),n.post(i.apiUrl+"api/UEmpDestination/Grade").then(function(e){o.Grade=e.data}),n.post(i.apiUrl+"api/UEmpDestination/AirTicket").then(function(e){o.AirTicket=e.data}),o.buzy=!1},o.UpdateDest1=function(){if(""===o.edt.air_tkt_code||null==o.edt.air_tkt_code)swal("","Please select Air Ticket Mapping.");else{for(var e,t="",a=0;a<o.EmployeeDest.length;a++)!0===document.getElementById(o.EmployeeDest[a].emp_id).checked&&(t=t+o.EmployeeDest[a].emp_id+",");""===t?swal("","Please select at least one employee."):(e={emp_id:t,air_tkt_code:o.edt.air_tkt_code},n.post(i.apiUrl+"api/UEmpDestination/UpdateAtMap",e).then(function(e){o.UpdateDest=e.data,o.UpdateDest?swal("","Air Ticket Mapping updated successfully."):swal("","Air Ticket Mapping not updated.")}),o.rgvtbl=!1,o.buzy=!0,o.reset_form())}},o.check=function(){d=document.getElementById("mainchk");for(var e=0;e<o.EmployeeDest.length;e++){var t=document.getElementById(o.EmployeeDest[e].emp_id);!0===d.checked?(t.checked=!0,$("tr").addClass("row_selected")):(t.checked=!1,$("tr").removeClass("row_selected"))}},o.CheckAny=function(e){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):($(this).closest("tr").removeClass("row_selected"),S),o.color="#edefef"}),!0===(d=document.getElementById("mainchk")).checked&&(d.checked=!1,o.color="#edefef")},a(function(){$("#Table2").tableHeadFixer({top:1})},100)}])}(),function(){"use strict";var e=angular.module("sims.module.HRMS");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.directive("ngFiles",["$parse",function(s){return{link:function(t,e,a){var o=s(a.ngFiles);e.on("change",function(e){o(t,{$files:e.target.files})})}}}]),e.controller("TransferEmployeeDPSMISCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$filter","$http","ENV",function(d,e,t,a,o,n,_,c){t.globals.currentUser.username;d.display=!1,d.busyindicator=!1,d.grid=!0,d.color="#edefef",d.rgvtbl=!1,d.department=!1,d.edt={},d.Show_dept=function(){d.department=!0},d.Show_grade=function(){d.grade=!0},d.Show_designation=function(){d.designation=!0},d.Show_stafftype=function(){d.stafftype=!0},d.Reset_dept=function(){d.department=!1},d.Reset_grade=function(){d.grade=!1},d.Reset_designation=function(){d.designation=!1},d.Reset_stafftype=function(){d.stafftype=!1},_.get(c.apiUrl+"api/TransferEmp/getCompany").then(function(e){d.comp_data=e.data,d.tempD={em_Company_Code:d.comp_data[0].em_Company_Code}}),_.get(c.apiUrl+"api/common/getAllComboBoxValues?academicYear=2015&routeCode=01").then(function(e){d.ComboBoxValues=e.data}),d.depts=[],d.getDept=function(){d.depts=[];for(var e=0;e<d.ComboBoxValues.length;e++)"*"==d.edt.gd_division_code?0<d.ComboBoxValues[e].codp_dept_name.toString().trim().length&&d.depts.push(d.ComboBoxValues[e]):d.ComboBoxValues[e].codp_division==d.edt.gd_division_code&&d.depts.push(d.ComboBoxValues[e])},console.log("$scope.depts",d.depts),_.get(c.apiUrl+"api/TransferEmp/getDepartment").then(function(e){d.dept_data=e.data}),_.get(c.apiUrl+"api/TransferEmp/getGrade").then(function(e){d.grade_data=e.data}),_.get(c.apiUrl+"api/TransferEmp/getDesignation").then(function(e){d.desg_data=e.data}),_.get(c.apiUrl+"api/TransferEmp/getStaffType").then(function(e){d.staff_data=e.data}),d.getEmployee=function(e,t,a,o,s,n,i){_.get(c.apiUrl+"api/TransferEmp/getSearchEmployee?em_company_code="+e+"&em_dept_code="+t+"&em_grade_code="+a+"&em_desg_code="+o+"&em_staff_type_code="+s+"&emp_name="+n+"&em_login_code="+i).then(function(e){d.employee_Data=e.data,angular.forEach(d.employee_Data,function(e,t){"1900-01-01"==e.em_dept_effect_from&&(e.em_dept_effect_from=""),"1900-01-01"==e.em_grade_effect_from&&(e.em_grade_effect_from=""),"1900-01-01"==e.em_desg_effect_from&&(e.em_desg_effect_from=""),"1900-01-01"==e.em_staff_type_effect_from&&(e.em_staff_type_effect_from="")}),""==d.employee_Data&&(swal({title:"Alert!",text:"Records Not Found",showCloseButton:!0,width:380}),d.stud_table=!1)})},d.Reset=function(){d.tempD="",d.employee_Data="",d.edt.gd_division_code=""},d.deptChange=function(e){e.ischange=!0},d.DeptEfChange=function(e){e.ischange=!0},d.EmpTransUpdate=function(){for(var e,t=n("date")(new Date,"hh:mm:ss"),a=n("date")(new Date,"hh:mm:ss"),o=[],s=0;s<d.employee_Data.length;s++)1==d.employee_Data[s].ischange&&(e={em_Company_Code:d.tempD.em_Company_Code,em_login_code:d.employee_Data[s].em_login_code,em_number:d.employee_Data[s].em_number,em_Dept_code:d.employee_Data[s].em_Dept_code,em_dept_effect_from:d.employee_Data[s].em_dept_effect_from,em_Grade_code:d.employee_Data[s].em_Grade_code,em_grade_effect_from:d.employee_Data[s].em_grade_effect_from,em_Desg_code:d.employee_Data[s].em_Desg_code,em_desg_effect_from:d.employee_Data[s].em_desg_effect_from+" "+t,em_Staff_type_code:d.employee_Data[s].em_Staff_type_code,em_staff_type_effect_from:d.employee_Data[s].em_staff_type_effect_from+" "+a,opr:"U"},o.push(e));0<o.length?(_.post(c.apiUrl+"api/TransferEmp/TransEmpUpdate",o).then(function(e){d.msg1=e.data,1==d.msg1?(swal({text:"Record Updated Successfully",imageUrl:"assets/img/check.png",width:300,showCloseButton:!0}),d.getEmployee(d.tempD.em_Company_Code,d.tempD.em_Dept_code,d.tempD.em_Grade_code,d.tempD.em_Desg_code,d.tempD.em_Staff_type_code,d.tempD.em_full_name,d.tempD.em_login_code)):swal({text:"Record Not Updated",imageUrl:"assets/img/close.png",width:300,showCloseButton:!0})}),d.table=!0,d.newdisplay=!1):swal({text:"Change Atleast one Record to Update",imageUrl:"assets/img/notification-alert.png",width:380,showCloseButton:!0})},a(function(){$("#fixTable").tableHeadFixer({top:1}),$("#Table2").tableHeadFixer({top:1})},100),$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0,format:"yyyy-mm-dd"}),$(document).on("touch click",'*[data-datepicker="true"] .add-on',function(e){$('input[type="text"]',$(this).parent()).focus()})}])}(),function(){"use strict";var e=angular.module("sims.module.HRMS");e.controller("EmployeeMasterASDCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(_,e,t,a,o,s,n){_.imageUrl=n.docUrl+s.defaults.headers.common.schoolId+"/Images/EmployeeImages/",_.edt={},_.temp={},s.get(n.apiUrl+"api/HRMS/empASD/getEmpMasterData").then(function(e){_.empstat=!0,_.obj=e.data,console.log(_.obj),_.operation=!0,_.Save_btn=!0,_.Update_btn=!1,_.display=!0,_.roleList=!0,_.temp.em_Company_Code=_.obj[0].em_Company_Code,_.temp.em_service_status_code="V"}),_.searchEmp=function(e){13==e.keyCode&&_.EmpSearch1(_.temp.enroll_number1)},_.showAgreementDetails=!0,_.updateBtn=!1,_.saveBtn=!1,$("#dob").kendoDatePicker({format:"dd-MM-yyyy",min:new Date(1900,1,1),max:new Date}),_.globalSrch=function(){t.visible_stud=!1,t.visible_parent=!1,t.visible_search_parent=!1,t.visible_teacher=!1,t.visible_User=!1,t.visible_Employee=!0,t.chkMulti=!1,_.global_Search_click(),$("#Global_Search_Modal").modal({backdrop:"static"}),_.showBtn=!1},_.change_em_teacher_status=function(){"T"!=_.temp.em_Staff_Type_Code?_.temp.em_teacher_status=!1:_.temp.em_teacher_status=!0},_.$on("global_cancel",function(e){console.log(_.SelectedUserLst),0<_.SelectedUserLst.length&&(_.temp={},_.temp.enroll_number1=_.SelectedUserLst[0].em_login_code,_.temp.name=_.SelectedUserLst[0].empName,_.EmpSearch1(_.SelectedUserLst[0].em_login_code))}),_.searchGlobalClick=function(){_.Global_Search_by_employee()},s.get(n.apiUrl+"api/Qual/getAllQualification").then(function(e){_.all_Qual_Data=e.data}),s.get(n.apiUrl+"api/common/Subject/getSubject").then(function(e){_.sub_data=e.data}),s.get(n.apiUrl+"api/HRMS/empASD/getRole").then(function(e){_.roles_data=e.data,console.log(_.roles_data)}),s.get(n.apiUrl+"api/HRMS/empASD/getRecruitmentSource").then(function(e){_.RecruitmentSource=e.data,console.log("RecruitmentSource",_.RecruitmentSource)}),s.get(n.apiUrl+"api/HRMS/empASD/getVisaIssuingAuthority").then(function(e){_.visaIssuingAuthority=e.data,console.log("visaIssuingAuthority",_.visaIssuingAuthority)}),_.getDesignations=function(e){s.get(n.apiUrl+"api/HRMS/empASD/getDesignationDeptwise?dept_code="+e).then(function(e){_.designations=e.data,console.log("designations",_.designations)})},_.setGrade_Dept=function(e){_.temp.em_dept_effect_from=e,_.temp.em_grade_effect_from=e},s.get(n.apiUrl+"api/HRMS/empASD/getLicSchool").then(function(e){_.lic_school_data=e.data,"Qatar"==_.lic_school_data[0].lic_school_country?(_.uae=!1,_.qatar=!0):(_.uae=!0,_.qatar=!1),console.log(_.lic_school_data)}),_.Cancel=function(){_.temp={},$("#empimg").attr("src",""),_.Myform.$setPristine(),_.Myform.$setUntouched(),_.Save_btn=!0,_.Update_btn=!1;_.temp.em_Company_Code=_.obj[0].em_Company_Code},_.getstate=function(e){s.get(n.apiUrl+"api/HRMS/empASD/getState?em_Country_Code="+e).then(function(e){_.stt=e.data})},_.getcity=function(e){s.get(n.apiUrl+"api/HRMS/empASD/getCity?em_State_Code="+e).then(function(e){_.ctt=e.data})},_.getContract=function(){s.get(n.apiUrl+"api/contract/Get_ContractDetails").then(function(e){_.Contract_data=e.data,console.log(_.Contract_data)})},_.getContract(),_.setAgreementDate=function(e){_.showAgreementDetails=!1;for(var t=0;t<_.Contract_data.length;t++)if(_.Contract_data[t].cn_code==e){var a=_.Contract_data[t].cn_duration;break}var o,s=new Date,s=("0"+s.getDate()).slice(-2)+"-"+("0"+(s.getMonth()+1)).slice(-2)+"-"+s.getFullYear(),s=(_.temp.em_agreement_start_date=s,_.temp.em_date_of_join.split("-")[0]),n=_.temp.em_date_of_join.split("-")[1],i=_.temp.em_date_of_join.split("-")[2],d=(console.log(n),isNaN(n)&&(n=_.temp.em_date_of_join.split("-")[1]),parseInt(n)+parseInt(a));console.log(n),12<d?(o=parseInt(i)+1,d=parseInt(d)-12):o=i,_.temp.em_agreement_exp_date=s+"-"+d+"-"+o,null!=_.temp.em_agreement_exp_date&&(d=1==d?(o=parseInt(o)-1,12):parseInt(d)-1,_.temp.em_agreemet_exp_rem_date=s+"-"+d+"-"+o)},_.EmpSearch1=function(a){_.Save_btn=!1,_.Update_btn=!0,s.get(n.apiUrl+"api/HRMS/empASD/getSearchEmpMaster?em_login_code="+_.temp.enroll_number1).then(function(e){_.temp1=e.data,_.Myform.$setPristine(),_.Myform.$setUntouched(),_.getDesignations(_.temp1[0].em_Dept_Code),_.getstate(_.temp1[0].em_Country_Code),_.getcity(_.temp1[0].em_State_Code),_.temp={enroll_number1:a,em_login_code:_.temp1[0].em_login_code,em_number:_.temp1[0].em_number,em_service_status_code:_.temp1[0].em_service_status_code,em_status_code:_.temp1[0].em_status_code,em_apartment_number:_.temp1[0].em_apartment_number,em_family_name:_.temp1[0].em_family_name,em_street_number:_.temp1[0].em_street_number,em_area_number:_.temp1[0].em_area_number,em_phone:_.temp1[0].em_phone,em_fax:_.temp1[0].em_fax,em_post:_.temp1[0].em_post,em_emergency_contact_name2:_.temp1[0].em_emergency_contact_name2,em_emergency_contact_number2:_.temp1[0].em_emergency_contact_number2,em_joining_ref:_.temp1[0].em_joining_ref,em_ethnicity_code:_.temp1[0].em_ethnicity_code,em_handicap_status:_.temp1[0].em_handicap_status,em_stop_salary_indicator:_.temp1[0].em_stop_salary_indicator,em_agreement_code:_.temp1[0].em_agreement_code,em_punching_status:_.temp1[0].em_punching_status,em_bank_cash_tag:_.temp1[0].em_bank_cash_tag,em_citi_exp_tag:_.temp1[0].em_citi_exp_tag,em_leave_tag:_.temp1[0].em_leave_tag,em_passport_issue_place:_.temp1[0].em_passport_issue_place,em_passport_issuing_authority:_.temp1[0].em_passport_issuing_authority,em_pssport_exp_rem_date:_.temp1[0].em_pssport_exp_rem_date,em_visa_issuing_place:_.temp1[0].em_visa_issuing_place,em_visa_issuing_authority:_.temp1[0].em_visa_issuing_authority,em_visa_exp_rem_date:_.temp1[0].em_visa_exp_rem_date,em_visa_type_code:_.temp1[0].em_visa_type_code,em_agreement_start_date:_.temp1[0].em_agreement_start_date,em_agreement_exp_date:_.temp1[0].em_agreement_exp_date,em_agreemet_exp_rem_date:_.temp1[0].em_agreemet_exp_rem_date,em_punching_id:_.temp1[0].em_punching_id,em_dependant_full:_.temp1[0].em_dependant_full,em_dependant_half:_.temp1[0].em_dependant_half,em_dependant_infant:_.temp1[0].em_dependant_infant,em_Bank_Code:_.temp1[0].em_Bank_Code,em_bank_ac_no:_.temp1[0].em_bank_ac_no,em_iban_no:_.temp1[0].em_iban_no,em_route_code:_.temp1[0].em_route_code,em_bank_swift_code:_.temp1[0].em_bank_swift_code,em_gpf_ac_no:_.temp1[0].em_gpf_ac_no,em_pan_no:_.temp1[0].em_pan_no,em_labour_card_no:_.temp1[0].em_labour_card_no,em_gosi_ac_no:_.temp1[0].em_gosi_ac_no,em_gosi_start_date:_.temp1[0].em_gosi_start_date,em_national_id:_.temp1[0].em_national_id,em_secret_question_code:_.temp1[0].em_secret_question_code,em_secret_answer:_.temp1[0].em_secret_answer,em_building_number:_.temp1[0].em_building_number,em_Company_Code:_.temp1[0].em_Company_Code,em_Dept_Code:_.temp1[0].em_Dept_Code,em_Designation_Code:_.temp1[0].em_Designation_Code,em_Dest_Code:_.temp1[0].em_Dest_Code,em_Grade_Code:_.temp1[0].em_Grade_Code,em_Marital_Status_Code:_.temp1[0].em_Marital_Status_Code,em_Nation_Code:_.temp1[0].em_Nation_Code,em_Country_Code:_.temp1[0].em_Country_Code,em_State_Code:_.temp1[0].em_State_Code,em_City_Code:_.temp1[0].em_City_Code,em_Religion_Code:_.temp1[0].em_Religion_Code,em_Salutation_Code:_.temp1[0].em_Salutation_Code,em_Sex_Code:_.temp1[0].em_Sex_Code,em_Staff_Type_Code:_.temp1[0].em_Staff_Type_Code,em_blood_group_code:_.temp1[0].em_blood_group_code,em_date_of_birth:_.temp1[0].em_date_of_birth,em_date_of_join:_.temp1[0].em_date_of_join,em_dept_effect_from:_.temp1[0].em_dept_effect_from,em_email:_.temp1[0].em_email,em_emergency_contact_name1:_.temp1[0].em_emergency_contact_name1,em_emergency_relation1:_.temp1[0].em_emergency_relation1,em_emergency_relation2:_.temp1[0].em_emergency_relation2,em_emergency_contact_number1:_.temp1[0].em_emergency_contact_number1,em_first_name:_.temp1[0].em_first_name,em_grade_effect_from:_.temp1[0].em_grade_effect_from,em_last_name:_.temp1[0].em_last_name,em_middle_name:_.temp1[0].em_middle_name,em_mobile:_.temp1[0].em_mobile,em_name_ot:_.temp1[0].em_name_ot,em_national_id_expiry_date:_.temp1[0].em_national_id_expiry_date,em_national_id_issue_date:_.temp1[0].em_national_id_issue_date,em_passport_exp_date:_.temp1[0].em_passport_exp_date,em_passport_issue_date:_.temp1[0].em_passport_issue_date,em_passport_no:_.temp1[0].em_passport_no,em_summary_address:_.temp1[0].em_summary_address,em_summary_address_local_language:_.temp1[0].em_summary_address_local_language,em_visa_exp_date:_.temp1[0].em_visa_exp_date,em_stop_salary_from:_.temp1[0].em_stop_salary_from,em_visa_issue_date:_.temp1[0].em_visa_issue_date,em_visa_no:_.temp1[0].em_visa_no,comn_role_code:_.temp1[0].comn_role_code,comn_role_name:_.temp1[0].comn_role_name,em_img:_.temp1[0].em_img,em_personalemail:_.temp1[0].em_personalemail,em_adec_approval_number:_.temp1[0].em_adec_approval_number,em_adec_approval_Date:_.temp1[0].em_adec_approval_Date,em_adec_approved_qualification:_.temp1[0].em_adec_approved_qualification,em_adec_approved_designation:_.temp1[0].em_adec_approved_designation,em_adec_approved_subject:_.temp1[0].em_adec_approved_subject,em_adec_approved_level:_.temp1[0].em_adec_approved_level,em_health_card_no:_.temp1[0].em_health_card_no,em_health_card_effective_from_date:_.temp1[0].em_health_card_effective_from_date,em_health_card_effective_upto_date:_.temp1[0].em_health_card_effective_upto_date,em_heath_card_status:_.temp1[0].em_heath_card_status,em_teacher_status:_.temp1[0].em_teacher_status,em_national_id_expiry_rem_date:_.temp1[0].em_national_id_expiry_rem_date,em_home_address:_.temp1[0].em_home_address,em_probation_period_days:_.temp1[0].em_probation_period_days,em_probation_completion_date:_.temp1[0].em_probation_completion_date,em_applicant_id:_.temp1[0].em_applicant_id},console.log("temp",_.temp);var e=Math.random(),t=n.docUrl+s.defaults.headers.common.schoolId+"/Images/EmployeeImages/"+_.temp1[0].em_img+"?v="+e;$(function(){$("#empimg").attr("src",t)})})};var i=new FormData;_.getTheFiles=function(e){angular.forEach(e,function(e,t){i.append(t,e)})},_.file_changed=function(e){var e=e.files[0],t=(_.photo_filename=e.type,new FileReader);t.onload=function(t){_.$apply(function(){var e=t.target.result;$(function(){$("#empimg").attr("src",e)})})},t.readAsDataURL(e)},_.uploadImgClickF=function(){_.uploadImgClickFShow=!0},_.uploadImgCancel=function(){_.uploadImgClickFShow=!1},_.image_click=function(){$("#upload_img").modal("show"),_.ImgLoaded=!0},_.globalSearch=function(){$("#MyModal").modal("show"),_.showBtn=!1},_.EmployeeDetails=function(){_.NodataEmployee=!1,s.post(n.apiUrl+"api/common/SearchEmployee?data="+JSON.stringify(_.temp)).then(function(e){_.Employee_Details=e.data,console.log(_.EmployeeDetails),_.EmployeeTable=!0,0<e.data.length||(_.NodataEmployee=!0)})},_.EmployeeAdd=function(e){_.temp={enroll_number:e.em_login_code,emp_name:e.empName,emp_desg:e.desg_name,emp_dept:e.dept_name}},_.checkEmailExists=function(e){_.temp1[0].em_email!=e&&s.post(n.apiUrl+"api/HRMS/checkEmailExists?email_id="+e).then(function(e){if(_.comnUserData=e.data,0<_.comnUserData.length)return swal({text:"Official email id already exists!!",width:350}),_.temp.em_email="",!1})},_.SaveData=function(e){e?(_.saveBtn=!0,_.updateBtn=!0,e=_.temp,void 0===_.photo_filename?e.em_img=null:e.em_img="."+_.photo_filename.split("/")[1],e.opr="I",s.post(n.apiUrl+"api/HRMS/empASD/CUMasterEmployee",e).then(function(e){_.CUDobj={},_.CUDobj=e.data,null==_.CUDobj.strMessage&&""==_.CUDobj.strMessage&&null==_.CUDobj.strMessage||(swal({text:_.CUDobj.strMessage}),setTimeout(function(){_.Cancel(),_.saveBtn=!1,_.updateBtn=!1},3e3));e=_.CUDobj.strMessage.split(" ")[2],e={method:"POST",url:n.apiUrl+"/api/file/upload?filename="+e+"&location=/EmployeeImages",data:i,headers:{"Content-Type":void 0}};s(e).success(function(e){})}),_.em_img="",_.prev_img=""):swal({text:"Kindly fill Mandatory fields",width:350,timer:5e3,showCloseButton:!0})},_.UpdateData=function(e){e?(_.saveBtn=!0,_.updateBtn=!0,e=_.temp,void 0!==_.photo_filename&&(e.em_img=_.temp.em_login_code+"."+_.photo_filename.split("/")[1]),e.opr="U",e.subopr="Up",s.post(n.apiUrl+"api/HRMS/empASD/CUMasterEmployee",e).then(function(e){_.CUDobj={},_.CUDobj=e.data,_.Myform.$setPristine(),_.Myform.$setUntouched(),null==_.CUDobj.strMessage&&""==_.CUDobj.strMessage&&null==_.CUDobj.strMessage||(swal({text:_.CUDobj.strMessage}),setTimeout(function(){_.Cancel(),_.saveBtn=!1,_.updateBtn=!1},3e3))}),1==_.ImgLoaded&&(e={method:"POST",url:n.apiUrl+"/api/file/upload?filename="+_.temp.em_login_code+"&location=/EmployeeImages",data:i,headers:{"Content-Type":void 0}},s(e).success(function(e){})),_.em_img="",$("#empimg").attr("src","")):swal({text:"Kindly fill Mandatory fields",width:350,timer:5e3,showCloseButton:!0})},_.setPassportExpiryReminderDate=function(){var e;null!=_.temp.em_passport_exp_date&&(e=moment(_.temp.em_passport_exp_date,"DD-MM-YYYY"),_.temp.em_pssport_exp_rem_date=e.subtract(6,"months").format("DD-MM-YYYY"),console.log("em_pssport_exp_rem_date",_.temp.em_pssport_exp_rem_date))},_.setVisaExpiryReminderDate=function(){var e;null!=_.temp.em_visa_exp_date&&(e=moment(_.temp.em_visa_exp_date,"DD-MM-YYYY"),_.temp.em_visa_exp_rem_date=e.subtract(3,"months").format("DD-MM-YYYY"),console.log("em_visa_exp_rem_date",_.temp.em_visa_exp_rem_date))},_.setEmirateExpiryReminderDate=function(){var e;null!=_.temp.em_national_id_expiry_date&&(e=moment(_.temp.em_national_id_expiry_date,"DD-MM-YYYY"),_.temp.em_national_id_expiry_rem_date=e.subtract(3,"months").format("DD-MM-YYYY"),console.log("em_national_id_expiry_rem_date",_.temp.em_national_id_expiry_rem_date))},_.setAgreementExpiryReminderDate=function(){var e;null!=_.temp.em_agreement_exp_date&&(e=moment(_.temp.em_agreement_exp_date,"DD-MM-YYYY"),_.temp.em_agreemet_exp_rem_date=e.subtract(6,"months").format("DD-MM-YYYY"),console.log("em_agreemet_exp_rem_date",_.temp.em_agreemet_exp_rem_date))},_.setProbationCompletionReminderDate=function(){var e;null!=_.temp.em_date_of_join&&(console.log(_.temp.em_date_of_join),e=moment(_.temp.em_date_of_join,"DD-MM-YYYY"),console.log(e),_.temp.em_probation_completion_date=e.add(parseInt(_.temp.em_probation_period_days),"days").format("DD-MM-YYYY"),console.log(_.temp.em_probation_completion_date),console.log("em_probation_completion_date",_.temp.em_probation_completion_date))}}]),e.directive("ngFiles",["$parse",function(s){return{link:function(t,e,a){var o=s(a.ngFiles);e.on("change",function(e){o(t,{$files:e.target.files})})}}}])}(),function(){"use strict";var e=angular.module("sims.module.HRMS");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("UpdateEmployeeASDCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV","$stateParams",function(a,t,e,o,s,n,i,d){var e=e.globals.currentUser.username,_=(a.Emp_ID=e,a.showForASD=!0,a.CompReadonly=!0,a.DOJReadonly=!0,a.DestReadonly=!0,a.DesgReadonly=!0,a.StaffTypeReadonly=!0,a.DeptReadonly=!0,a.DeptEFReadonly=!0,a.GradeReadonly=!0,a.GradeEFReadonly=!0,a.pass_num=!0,a.pass_issue_date=!0,a.pass_expiry_date=!0,a.visa_num=!0,a.visa_issue_date=!0,a.visa_expiry_date=!0,a.emirated_id=!0,a.emi_issue_date=!0,a.emi_expiry_date=!0,a.searchText=!1,a.ImgLoaded=!1,a.showBtn=!1,a.searchBtn=!1,a.searchEmp=function(e,t){a.searchBtn=!1},n.get(i.apiUrl+"api/EmpSht/ASD/getLicSchool").then(function(e){a.lic_school_data=e.data,"Qatar"==a.lic_school_data[0].lic_school_country?(a.uae=!1,a.qatar=!0):(a.uae=!0,a.qatar=!1),console.log(a.lic_school_data)}),n.get(i.apiUrl+"api/EmpSht/ASD/getCompany").then(function(e){a.company_data=e.data}),n.get(i.apiUrl+"api/EmpSht/ASD/getDestination").then(function(e){a.dest_data=e.data,a.temp={em_Company_Code:a.company_data[0].em_Company_Code,em_Dest_Code:a.dest_data[0].em_Dest_Code}}),a.EmployeeDetails=function(){a.NodataEmployee=!1,n.post(i.apiUrl+"api/common/SearchEmployee?data="+JSON.stringify(a.temp)).then(function(e){a.Employee_Details=e.data,console.log(a.EmployeeDetails),a.EmployeeTable=!0,0<e.data.length||(a.NodataEmployee=!0)})},a.EmployeeAdd=function(e){a.temp={enroll_number:e.em_login_code,emp_name:e.empName,emp_desg:e.desg_name,emp_dept:e.dept_name}},a.saveBtnDisEn=!1,a.imageUrl=i.docUrl+n.defaults.headers.common.schoolId+"/Images/EmployeeImages/",new FormData);a.getTheFiles=function(e){angular.forEach(e,function(e,t){_.append(t,e)})},a.file_changed=function(e){var e=e.files[0],t=(a.photo_filename=e.type,new FileReader);t.onload=function(t){a.$apply(function(){var e=t.target.result;$(function(){$("#empimg").attr("src",e)})})},t.readAsDataURL(e)},a.checkDOJ=function(){a.temp.em_date_of_birth>=a.temp.em_date_of_join&&(swal({title:"Alert",text:"Date Of Join Should greater than Date of Birth",width:300,height:200}),a.temp.em_date_of_join="")},a.checkPassport=function(){a.temp.em_passport_exp_date<a.temp.em_passport_issue_date&&(swal({title:"Alert",text:"Passport Expiry Date Should greater than Passport Issue Date",width:300,height:200}),a.temp.em_passport_exp_date="")},a.checkVisa=function(){a.temp.em_visa_exp_date<a.temp.em_visa_issue_date&&(swal({title:"Alert",text:"Visa Expiry Date Should greater than Visa Issue Date",width:300,height:200}),a.temp.em_visa_exp_date="")},a.checkEmiratesID=function(){a.temp.em_national_id_expiry_date<a.temp.em_national_id_issue_date&&(swal({title:"Alert",text:"Emirates ID Expiry Date Should greater than Emirates ID Issue Date",width:300,height:200}),a.temp.em_national_id_expiry_date="")},a.Cancel=function(){a.searchText=!1,a.temp="",a.emplogcode="",a.searchBtn=!0,a.Myform.$setPristine(),a.Myform.$setUntouched(),a.ImgLoaded=!1},a.globalSearch=function(){$("#MyModal").modal("show"),a.showBtn=!1},a.getdata=function(){n.get(i.apiUrl+"api/EmpSht/ASD/getEmpData").then(function(e){a.obj=e.data,a.operation=!0,a.Save_btn=!0,a.display=!0}),n.get(i.apiUrl+"api/EmpSht/ASD/getSearchEmpMaster?em_login_code="+a.Emp_ID).then(function(e){a.temp1=e.data,a.temp={em_login_code:a.temp1[0].em_login_code,em_number:a.temp1[0].em_number,em_service_status_code:a.temp1[0].em_service_status_code,em_status_code:a.temp1[0].em_status_code,em_apartment_number:a.temp1[0].em_apartment_number,em_family_name:a.temp1[0].em_family_name,em_street_number:a.temp1[0].em_street_number,em_area_number:a.temp1[0].em_area_number,em_phone:a.temp1[0].em_phone,em_fax:a.temp1[0].em_fax,em_post:a.temp1[0].em_post,em_emergency_contact_name2:a.temp1[0].em_emergency_contact_name2,em_emergency_contact_number2:a.temp1[0].em_emergency_contact_number2,em_joining_ref:a.temp1[0].em_joining_ref,em_ethnicity_code:a.temp1[0].em_ethnicity_code,em_handicap_status:a.temp1[0].em_handicap_status,em_stop_salary_indicator:a.temp1[0].em_stop_salary_indicator,em_agreement:a.temp1[0].em_agreement,em_punching_status:a.temp1[0].em_punching_status,em_bank_cash_tag:a.temp1[0].em_bank_cash_tag,em_citi_exp_tag:a.temp1[0].em_citi_exp_tag,em_leave_tag:a.temp1[0].em_leave_tag,em_passport_issue_place:a.temp1[0].em_passport_issue_place,em_passport_issuing_authority:a.temp1[0].em_passport_issuing_authority,em_pssport_exp_rem_date:a.temp1[0].em_pssport_exp_rem_date,em_visa_issuing_place:a.temp1[0].em_visa_issuing_place,em_visa_issuing_authority:a.temp1[0].em_visa_issuing_authority,em_visa_exp_rem_date:a.temp1[0].em_visa_exp_rem_date,em_visa_type_code:a.temp1[0].em_visa_type_code,em_agreement_start_date:a.temp1[0].em_agreement_start_date,em_agreement_exp_date:a.temp1[0].em_agreement_exp_date,em_agreemet_exp_rem_date:a.temp1[0].em_agreemet_exp_rem_date,em_punching_id:a.temp1[0].em_punching_id,em_dependant_full:a.temp1[0].em_dependant_full,em_dependant_half:a.temp1[0].em_dependant_half,em_dependant_infant:a.temp1[0].em_dependant_infant,em_Bank_Code:a.temp1[0].em_Bank_Code,em_bank_ac_no:a.temp1[0].em_bank_ac_no,em_iban_no:a.temp1[0].em_iban_no,em_route_code:a.temp1[0].em_route_code,em_bank_swift_code:a.temp1[0].em_bank_swift_code,em_gpf_ac_no:a.temp1[0].em_gpf_ac_no,em_pan_no:a.temp1[0].em_pan_no,em_labour_card_no:a.temp1[0].em_labour_card_no,em_gosi_ac_no:a.temp1[0].em_gosi_ac_no,em_gosi_start_date:a.temp1[0].em_gosi_start_date,em_national_id:a.temp1[0].em_national_id,em_secret_question_code:a.temp1[0].em_secret_question_code,em_secret_answer:a.temp1[0].em_secret_answer,em_building_number:a.temp1[0].em_building_number,em_Company_Code:a.temp1[0].em_Company_Code,em_Dept_Code:a.temp1[0].em_Dept_Code,em_Designation_Code:a.temp1[0].em_Designation_Code,em_Dest_Code:a.temp1[0].em_Dest_Code,em_Grade_Code:a.temp1[0].em_Grade_Code,em_Marital_Status_Code:a.temp1[0].em_Marital_Status_Code,em_Nation_Code:a.temp1[0].em_Nation_Code,em_Country_Code:a.temp1[0].em_Country_Code,em_State_Code:a.temp1[0].em_State_Code,em_City_Code:a.temp1[0].em_City_Code,em_Religion_Code:a.temp1[0].em_Religion_Code,em_Salutation_Code:a.temp1[0].em_Salutation_Code,em_Sex_Code:a.temp1[0].em_Sex_Code,em_Staff_Type_Code:a.temp1[0].em_Staff_Type_Code,em_blood_group_code:a.temp1[0].em_blood_group_code,em_date_of_birth:a.temp1[0].em_date_of_birth,em_date_of_join:a.temp1[0].em_date_of_join,em_dept_effect_from:a.temp1[0].em_dept_effect_from,em_email:a.temp1[0].em_email,em_emergency_contact_name1:a.temp1[0].em_emergency_contact_name1,em_emergency_contact_number1:a.temp1[0].em_emergency_contact_number1,em_first_name:a.temp1[0].em_first_name,em_grade_effect_from:a.temp1[0].em_grade_effect_from,em_last_name:a.temp1[0].em_last_name,em_middle_name:a.temp1[0].em_middle_name,em_mobile:a.temp1[0].em_mobile,em_name_ot:a.temp1[0].em_name_ot,em_national_id_expiry_date:a.temp1[0].em_national_id_expiry_date,em_national_id_issue_date:a.temp1[0].em_national_id_issue_date,em_passport_exp_date:a.temp1[0].em_passport_exp_date,em_passport_issue_date:a.temp1[0].em_passport_issue_date,em_passport_no:a.temp1[0].em_passport_no,em_summary_address:a.temp1[0].em_summary_address,em_summary_address_local_language:a.temp1[0].em_summary_address_local_language,em_visa_exp_date:a.temp1[0].em_visa_exp_date,em_stop_salary_from:a.temp1[0].em_stop_salary_from,em_visa_issue_date:a.temp1[0].em_visa_issue_date,em_visa_no:a.temp1[0].em_visa_no,em_img:a.temp1[0].em_img,em_personalemail:a.temp1[0].em_personalemail},console.log(a.prev_img);var e=Math.random(),t=i.docUrl+n.defaults.headers.common.schoolId+"/Images/EmployeeImages/"+a.temp1[0].em_img+"?v="+e;$(function(){$("#empimg").attr("src",t)})})},a.getdata(),a.show_Update_Emp=function(){a.imageUrl=i.docUrl+n.defaults.headers.common.schoolId+"/Images/EmployeeImages/",n.get(i.apiUrl+"api/EmpSht/ASD/getSearchEmpMaster?em_login_code="+a.Emp_ID).then(function(e){a.temp1=e.data,a.temp={em_login_code:a.temp1[0].em_login_code,em_number:a.temp1[0].em_number,em_service_status_code:a.temp1[0].em_service_status_code,em_status_code:a.temp1[0].em_status_code,em_apartment_number:a.temp1[0].em_apartment_number,em_family_name:a.temp1[0].em_family_name,em_street_number:a.temp1[0].em_street_number,em_area_number:a.temp1[0].em_area_number,em_phone:a.temp1[0].em_phone,em_fax:a.temp1[0].em_fax,em_post:a.temp1[0].em_post,em_emergency_contact_name2:a.temp1[0].em_emergency_contact_name2,em_emergency_contact_number2:a.temp1[0].em_emergency_contact_number2,em_joining_ref:a.temp1[0].em_joining_ref,em_ethnicity_code:a.temp1[0].em_ethnicity_code,em_handicap_status:a.temp1[0].em_handicap_status,em_stop_salary_indicator:a.temp1[0].em_stop_salary_indicator,em_agreement:a.temp1[0].em_agreement,em_punching_status:a.temp1[0].em_punching_status,em_bank_cash_tag:a.temp1[0].em_bank_cash_tag,em_citi_exp_tag:a.temp1[0].em_citi_exp_tag,em_leave_tag:a.temp1[0].em_leave_tag,em_passport_issue_place:a.temp1[0].em_passport_issue_place,em_passport_issuing_authority:a.temp1[0].em_passport_issuing_authority,em_pssport_exp_rem_date:a.temp1[0].em_pssport_exp_rem_date,em_visa_issuing_place:a.temp1[0].em_visa_issuing_place,em_visa_issuing_authority:a.temp1[0].em_visa_issuing_authority,em_visa_exp_rem_date:a.temp1[0].em_visa_exp_rem_date,em_visa_type_code:a.temp1[0].em_visa_type_code,em_agreement_start_date:a.temp1[0].em_agreement_start_date,em_agreement_exp_date:a.temp1[0].em_agreement_exp_date,em_agreemet_exp_rem_date:a.temp1[0].em_agreemet_exp_rem_date,em_punching_id:a.temp1[0].em_punching_id,em_dependant_full:a.temp1[0].em_dependant_full,em_dependant_half:a.temp1[0].em_dependant_half,em_dependant_infant:a.temp1[0].em_dependant_infant,em_Bank_Code:a.temp1[0].em_Bank_Code,em_bank_ac_no:a.temp1[0].em_bank_ac_no,em_iban_no:a.temp1[0].em_iban_no,em_route_code:a.temp1[0].em_route_code,em_bank_swift_code:a.temp1[0].em_bank_swift_code,em_gpf_ac_no:a.temp1[0].em_gpf_ac_no,em_pan_no:a.temp1[0].em_pan_no,em_labour_card_no:a.temp1[0].em_labour_card_no,em_gosi_ac_no:a.temp1[0].em_gosi_ac_no,em_gosi_start_date:a.temp1[0].em_gosi_start_date,em_national_id:a.temp1[0].em_national_id,em_secret_question_code:a.temp1[0].em_secret_question_code,em_secret_answer:a.temp1[0].em_secret_answer,em_building_number:a.temp1[0].em_building_number,em_Company_Code:a.temp1[0].em_Company_Code,em_Dept_Code:a.temp1[0].em_Dept_Code,em_Designation_Code:a.temp1[0].em_Designation_Code,em_Dest_Code:a.temp1[0].em_Dest_Code,em_Grade_Code:a.temp1[0].em_Grade_Code,em_Marital_Status_Code:a.temp1[0].em_Marital_Status_Code,em_Nation_Code:a.temp1[0].em_Nation_Code,em_Country_Code:a.temp1[0].em_Country_Code,em_State_Code:a.temp1[0].em_State_Code,em_City_Code:a.temp1[0].em_City_Code,em_Religion_Code:a.temp1[0].em_Religion_Code,em_Salutation_Code:a.temp1[0].em_Salutation_Code,em_Sex_Code:a.temp1[0].em_Sex_Code,em_Staff_Type_Code:a.temp1[0].em_Staff_Type_Code,em_blood_group_code:a.temp1[0].em_blood_group_code,em_date_of_birth:a.temp1[0].em_date_of_birth,em_date_of_join:a.temp1[0].em_date_of_join,em_dept_effect_from:a.temp1[0].em_dept_effect_from,em_email:a.temp1[0].em_email,em_emergency_contact_name1:a.temp1[0].em_emergency_contact_name1,em_emergency_contact_number1:a.temp1[0].em_emergency_contact_number1,em_first_name:a.temp1[0].em_first_name,em_grade_effect_from:a.temp1[0].em_grade_effect_from,em_last_name:a.temp1[0].em_last_name,em_middle_name:a.temp1[0].em_middle_name,em_mobile:a.temp1[0].em_mobile,em_name_ot:a.temp1[0].em_name_ot,em_national_id_expiry_date:a.temp1[0].em_national_id_expiry_date,em_national_id_issue_date:a.temp1[0].em_national_id_issue_date,em_passport_exp_date:a.temp1[0].em_passport_exp_date,em_passport_issue_date:a.temp1[0].em_passport_issue_date,em_passport_no:a.temp1[0].em_passport_no,em_summary_address:a.temp1[0].em_summary_address,em_summary_address_local_language:a.temp1[0].em_summary_address_local_language,em_visa_exp_date:a.temp1[0].em_visa_exp_date,em_stop_salary_from:a.temp1[0].em_stop_salary_from,em_visa_issue_date:a.temp1[0].em_visa_issue_date,em_visa_no:a.temp1[0].em_visa_no,em_img:a.temp1[0].em_img,em_personalemail:a.temp1[0].em_personalemail},console.log(a.prev_img);var e=Math.random(),t=i.docUrl+n.defaults.headers.common.schoolId+"/Images/EmployeeImages/"+a.temp1[0].em_img+"?v="+e;$(function(){$("#empimg").attr("src",t)})})},a.image_click=function(){a.ImgLoaded=!0},a.UpdateData=function(e){e?(e=a.temp,void 0!==a.photo_filename&&(a.em_img="",e.em_img=a.temp.em_login_code+"."+a.photo_filename.split("/")[1]),e.opr="U",e.subopr="Up",n.post(i.apiUrl+"api/EmpSht/ASD/CUMasterEmployee",e).then(function(e){a.CUDobj=e.data,swal({text:a.CUDobj.strMessage,timer:1e4}),t.reload(),a.show_Update_Emp(),t.go("main.EmpDshBrd")}),1==a.ImgLoaded&&(e={method:"POST",url:i.apiUrl+"/api/file/upload?filename="+a.temp.em_login_code+"&location=/EmployeeImages",data:_,headers:{"Content-Type":void 0}},n(e).success(function(e){})),a.searchText=!1):swal({text:"Kindly fill mandatory field",timer:5e3,width:360})},$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0,format:"yyyy-mm-dd"}),$(document).on("touch click",'*[data-datepicker="true"] .add-on',function(e){$('input[type="text"]',$(this).parent()).focus()})}]),e.directive("ngFiles",["$parse",function(s){return{link:function(t,e,a){var o=s(a.ngFiles);e.on("change",function(e){o(t,{$files:e.target.files})})}}}]),e.filter("randomSrc",function(){return function(e){if(e)return e+"?r="+Math.random()}})}(),function(){"use strict";var e=angular.module("sims.module.HRMS");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("PayrollEmployeeEdisonCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV","$filter",function(o,e,t,a,s,n,i,d){o.pagesize="5",o.pageindex=0,o.save_btn=!0;o.Update_btn=!1,o.display=!1,o.table=!0,o.grid1=!1,o.temp={},o.salCopy=[],a(function(){$("#fixTable").tableHeadFixer({top:1})},100),a(function(){$("#fixTable1").tableHeadFixer({top:1})},100),$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0}),$(document).on("touch click",'*[data-datepicker="true"] .add-on',function(e){$('input[type="text"]',$(this).parent()).focus()}),n.get(i.apiUrl+"api/PaysGradeChange/Get_gc_company_Code").then(function(e){o.comp_code=e.data,o.temp.gc_company_code=o.comp_code[0].gc_company_code,o.getdept(o.temp.gc_company_code),o.getdesg(o.temp.gc_company_code)}),o.getdept=function(e){n.get(i.apiUrl+"api/PayrollEmployee/Get_dept_Code?company_code="+e).then(function(e){o.dept=e.data})},o.getdesg=function(e){n.get(i.apiUrl+"api/PayrollEmployee/Get_designation_Code?company_code="+e).then(function(e){o.designation=e.data})},o.submit=function(){o.busy=!0,o.grid1=!0,o.ImageView=!1,null!=o.temp.gc_company_code&&""!=o.temp.gc_company_code||(o.temp.gc_company_code=""),null!=o.temp.em_desg_code&&""!=o.temp.em_desg_code||(o.temp.em_desg_code=""),null!=o.temp.dg_code&&""!=o.temp.dg_code||(o.temp.dg_code=""),null!=o.temp.em_number&&""!=o.temp.em_number||(o.temp.em_number=""),n.get(i.apiUrl+"api/PayrollEmployee/GetPayrollEmployee?com_code="+o.temp.gc_company_code+"&dept_code="+o.temp.dg_code+"&deg_code="+o.temp.em_desg_code+"&empid="+o.temp.em_number).then(function(e){o.filteredTodos=e.data,o.totalItems=o.filteredTodos.length,o.todos=o.filteredTodos,o.busy=!1,o.page1=!0,console.log(o.filteredTodos),0<e.data.length||(o.ImageView=!0)})},o.Cancel=function(){o.table=!0,o.display=!1,$("#myModal").modal("hide")},o.reset=function(){o.temp.gc_company_code=o.comp_code[0].gc_company_code,o.getdept(o.temp.gc_company_code),o.getdesg(o.temp.gc_company_code),o.j=[],o.filteredTodos="",o.todos.slice="",o.page1=!1,o.table=!0,o.grid1=!1,o.display=!0},o.edit=function(e){o.gdisabled=!1,o.aydisabled=!0,o.table=!0,o.display=!0,o.save_btn=!1,o.Update_btn=!0,o.number=!0,o.company=!0,o.total=!1,o.divcode_readonly=!0,o.grid2=!0,o.grid3=!1,o.showPaycodeTable=!1,$("#myModal").modal("show"),o.save_btn=!1,o.temp.em_number=e.em_number,o.Employee_name=e.sh_emp_name;e=new Date;o.pa_effective_from=("0"+e.getDate()).slice(-2)+"-"+("0"+(e.getMonth()+1)).slice(-2)+"-"+e.getFullYear(),o.Show()},o.Closehistory=function(){o.grid3=!1,o.grid2=!0},o.Show=function(){var a;console.log(o.pa_effective_from),new Date(o.rdp_effective_upto)<new Date(o.pa_effective_from)?swal({title:"Alert",text:"Effective upto date cannot be less than from date",width:380,height:200}):(o.total=!0,o.showPaycodeTable=!0,o.grid2=!0,o.grid3=!1,o.save_btn=!0,o.busy=!0,n.post(i.apiUrl+"api/PayrollEmployee/RemaingPaycode?sd_number="+o.temp.em_number+"&start="+o.pa_effective_from+"&end="+o.rdp_effective_upto).then(function(e){o.RemaingPaycode=e.data,console.log("RemaingPaycode",o.RemaingPaycode)}),n.get(i.apiUrl+"api/PayrollEmployee/GetSalaryGeneratedForSelectedMonthOrNotEidson?sd_number="+o.temp.em_number+"&start="+o.pa_effective_from+"&end="+o.rdp_effective_upto).then(function(e){o.sal=e.data,o.salCopy=angular.copy(o.sal),0==o.sal.length&&swal({title:"Alert",text:"Data Not Found",width:300,height:200});for(var t=o.total=0;t<e.data.length;t++)0==e.data[t].hide_flag&&(o.total=o.total+e.data[t].pd_amount)}),a=[],o.Save=function(){console.log("sal",o.sal);for(var e=0;e<o.sal.length;e++)for(var t=0;t<o.salCopy.length;t++)if(1==o.sal[e].ischange){if(new Date(o.sal[e].code)<new Date(o.sal[e].pa_effective_from))return void swal({title:"Alert",text:"Effective upto date cannot be less than from date",width:380,height:200});if(new Date(o.sal[e].pa_effective_from)<new Date(o.salCopy[e].pa_effective_from))return void swal({title:"Alert",text:"Effective from date cannot be less than previous date",width:380,height:200});o.sal[e].em_number=o.temp.em_number,o.sal[e].em_company_code=o.temp.gc_company_code,null==o.sal[e].pd_amount&&null==o.sal[e].pd_amount&&""==o.sal[e].pd_amount||null!=o.sal[e].pa_effective_from&&null!=o.sal[e].pa_effective_from&&""!=o.sal[e].pa_effective_from||(o.sal[e].pa_effective_from=d("date")(new Date(o.pa_effective_from),"dd-MM-yyyy")),a.push(o.sal[e]);break}console.log("datasend",a),n.post(i.apiUrl+"api/PayrollEmployee/InsertUpdatePaysPayable",a).then(function(e){o.msg1=e.data,1==o.msg1?swal({text:"Record Inserted/Updated Successfully",imageUrl:"assets/img/check.png",width:300,height:200}):swal({text:"Record Not Inserted/Updated",imageUrl:"assets/img/close.png",width:300,height:200}),o.getgrid()}),o.getgrid(),o.Cancel()},o.SetIschange=function(e){e.ischange=!0})},o.getgrid=function(){n.get(i.apiUrl+"api/PayrollEmployee/GetSalaryGeneratedForSelectedMonthOrNotEidson?sd_number="+o.temp.em_number+"&start="+o.pa_effective_from+"&end="+o.rdp_effective_upto).then(function(e){o.sal=e.data})},o.showHistory=function(e){console.log(o.temp.em_number),console.log(e.pd_pay_code),n.post(i.apiUrl+"api/PayrollEmployee/HistoryPaycodeEdison?sd_number="+o.temp.em_number+"&pay_code="+e.pd_pay_code).then(function(e){o.HistoryPaycode=e.data,0<o.HistoryPaycode.length?(o.grid2=!1,o.grid3=!0):swal({title:"Alert",text:"No history found",width:300,height:200})})},o.ADD_NEW=function(){var e,t=[];""==o.temp.pd_pay_code||null==o.temp.pd_pay_code?swal({title:"Alert",text:"Please select paycode",width:300,height:200}):""==o.pd_amount||null==o.pd_amount?swal({title:"Alert",text:"Please enter amount.",width:300,height:200}):(e={em_number:o.temp.em_number,em_company_code:"01",pa_effective_from:o.pa_effective_from,code:o.rdp_effective_upto,pd_pay_code:o.temp.pd_pay_code,pd_amount:o.pd_amount},t.push(e),n.post(i.apiUrl+"api/PayrollEmployee/InsertUpdatePaysPayable",t).then(function(e){o.msg2=e.data,1==o.msg2?(swal({text:"Record Added Successfully",imageUrl:"assets/img/check.png",width:300,height:200}),o.getgrid(),o.Reset()):swal({text:"Record Not Added",imageUrl:"assets/img/close.png",width:300,height:200})}))},o.Reset=function(){o.temp.pd_pay_code="",o.pd_amount="";var e=new Date;o.pa_effective_from=e.getMonth()+1+"/"+e.getDate()+"/"+e.getFullYear(),o.rdp_effective_upto=""},o.onlyNumbers=function(e){var t,a={escape:27,backspace:8,tab:9,enter:13,del:46,0:48,1:49,2:50,3:51,4:52,5:53,6:54,7:55,8:56,9:57};for(t in a)if(a.hasOwnProperty(t)&&(e.charCode==a[t]||e.keyCode==a[t]))return;e.preventDefault()}}])}(),function(){"use strict";var e=angular.module("sims.module.HRMS");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("EmployeeReportASDCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(t,e,a,o,s,n,i){t.propertyName=null,t.reverse=!1,t.sortBy=function(e){t.reverse=t.propertyName===e&&!t.reverse,t.propertyName=e},t.chk_url(),t.arry=[],o(function(){$("#customers").tableHeadFixer({top:1})},100),t.exportData=function(){swal({title:"Alert",text:"Do you want to Export in MS-Excel?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){e&&alasql('SELECT * INTO XLSX("Report.xlsx",{headers:true})FROM HTML("#customers",{headers:true,skipdisplaynone:true})')})},t.items=[{Name:"ANC101",Date:"10/02/2014",Terms:["samsung","nokia","apple"],temp:"ANC101"},{Name:"ABC102",Date:"10/02/2014",Terms:["motrolla","nokia","iPhone"],temp:"ANC102"}],t.header=["name","dob"],t.data=[{name:"xyz",dob:"10/02/2014"},{name:"abc",dob:"10/02/2014"}],t.busyindicator=!1,n.get(i.apiUrl+"api/EmployeeReport/GetCompanyNameForShift").then(function(e){t.cmbCompany=e.data}),n.get(i.apiUrl+"api/EmployeeReport/GetDepartmentName").then(function(e){t.cmbDepartment=e.data}),t.companyChange=function(e){n.get(i.apiUrl+"api/EmployeeReport/GetDesignation?com_code="+e).then(function(e){t.cmbDesignation=e.data})},n.get(i.apiUrl+"api/EmployeeReport/GetServiceStatus").then(function(e){t.empservice=e.data}),t.Show_Data=function(){t.busyindicator=!0,n.get(i.apiUrl+"api/EmployeeReport/GetEmployeeReportAsd?comp="+t.sh_company_code+"&desg="+t.desi_code+"&dept="+t.dept_no+"&sstatus="+t.sesi_code+"&emp_id="+t.emp_id+"&name="+t.emp_name).then(function(e){t.empList=e.data,0==t.empList.length?(swal({title:"Alert",text:"No Records Found...",showCloseButton:!0,width:450,height:200}),t.busyindicator=!1,t.table=!1):t.table=!0})},t.Reset=function(){t.sh_company_code="",t.dept_no="",t.desi_code="",t.sesi_code="",t.select_all=!1,t.checkallClick(!1)},t.back=function(){t.table=!1,t.busyindicator=!1},t.checkallClick=function(e){e?(t.chk_em_company_name=!0,t.chk_em_qualification=!0,t.chk_em_dept_name=!0,t.chk_em_desg_desc=!0,t.chk_em_visa_issue_date=!0,t.chk_em_login_code=!0,t.chk_em_dept_effect_from=!0,t.chk_em_dest_desc=!0,t.chk_em_grade_name=!0,t.chk_em_number=!0,t.chk_em_visa_exp_date=!0,t.chk_em_grade_effect_from=!0,t.chk_em_staff_type=!0,t.chk_em_full_name=!0,t.chk_em_apartment_number=!0,t.chk_em_visa_exp_rem_date=!0,t.chk_em_family_name=!0,t.chk_em_name_ot=!0,t.chk_em_date_of_birth=!0,t.chk_em_building_number=!0,t.chk_em_visa_issuing_place=!0,t.chk_em_sex=!0,t.chk_em_marital_status=!0,t.chk_em_religion_name=!0,t.chk_em_street_number=!0,t.chk_em_visa_issuing_authority=!0,t.chk_em_etdnicity_name=!0,t.chk_em_summary_address=!0,t.chk_em_city=!0,t.chk_em_area_number=!0,t.chk_em_visa_type=!0,t.chk_em_state=!0,t.chk_em_country=!0,t.chk_em_phone=!0,t.chk_em_summary_address_local_language=!0,t.chk_em_mobile=!0,t.chk_em_email=!0,t.chk_em_fax=!0,t.chk_em_po_fax=!0,t.chk_em_dependant_full=!0,t.chk_em_dependant_half=!0,t.chk_em_emergency_contact_name1=!0,t.chk_em_emergency_contact_name2=!0,t.chk_em_emergency_contact_number1=!0,t.chk_em_emergency_contact_number2=!0,t.chk_em_date_of_join=!0,t.chk_em_service_status=!0,t.chk_em_ledger_ac_no=!0,t.chk_em_gpf_ac_no=!0,t.chk_em_gosi_ac_no=!0,t.chk_em_gosi_start_date=!0,t.chk_em_pan_no=!0,t.chk_em_iban_no=!0,t.chk_em_labour_card_no=!0,t.chk_em_status=!0,t.chk_em_leave_resume_date=!0,t.chk_em_joining_ref=!0,t.chk_em_bank_code=!0,t.chk_em_bank_ac_no=!0,t.chk_em_bank_swift_code=!0,t.chk_em_leave_start_date=!0,t.chk_em_leave_end_date=!0,t.chk_em_stop_salary_from=!0,t.chk_em_unpaid_leave=!0,t.chk_em_punching_id=!0,t.chk_em_passport_no=!0,t.chk_em_ethnicity_name=!0,t.chk_em_passport_issue_date=!0,t.chk_em_pssport_exp_rem_date=!0,t.chk_em_passport_exp_date=!0,t.chk_em_passport_ret_date=!0,t.chk_em_passport_issuing_authority=!0,t.chk_em_passport_issue_place=!0,t.chk_em_national_id=!0,t.chk_em_national_id_issue_date=!0,t.chk_em_national_id_expiry_date=!0,t.chk_em_modified_on=!0,t.chk_em_pwd=!0,t.chk_em_secret_question_code=!0,t.chk_em_secret_answer=!0,t.chk_em_agreement_start_date=!0,t.chk_em_agreement_exp_date=!0,t.chk_em_agreemet_exp_rem_date=!0,t.chk_em_dependant_infant=!0):(t.chk_em_company_name=!1,t.chk_em_qualification=!1,t.chk_em_dept_name=!1,t.chk_em_desg_desc=!1,t.chk_em_visa_issue_date=!1,t.chk_em_login_code=!1,t.chk_em_dept_effect_from=!1,t.chk_em_dest_desc=!1,t.chk_em_grade_name=!1,t.chk_em_number=!1,t.chk_em_visa_exp_date=!1,t.chk_em_grade_effect_from=!1,t.chk_em_staff_type=!1,t.chk_em_full_name=!1,t.chk_em_apartment_number=!1,t.chk_em_visa_exp_rem_date=!1,t.chk_em_family_name=!1,t.chk_em_name_ot=!1,t.chk_em_ethnicity_name=!1,t.chk_em_date_of_birth=!1,t.chk_em_building_number=!1,t.chk_em_visa_issuing_place=!1,t.chk_em_sex=!1,t.chk_em_marital_status=!1,t.chk_em_religion_name=!1,t.chk_em_street_number=!1,t.chk_em_visa_issuing_authority=!1,t.chk_em_etdnicity_name=!1,t.chk_em_summary_address=!1,t.chk_em_city=!1,t.chk_em_area_number=!1,t.chk_em_visa_type=!1,t.chk_em_state=!1,t.chk_em_country=!1,t.chk_em_phone=!1,t.chk_em_summary_address_local_language=!1,t.chk_em_mobile=!1,t.chk_em_email=!1,t.chk_em_fax=!1,t.chk_em_po_fax=!1,t.chk_em_dependant_infant=!1,t.chk_em_dependant_full=!1,t.chk_em_dependant_half=!1,t.chk_em_emergency_contact_name1=!1,t.chk_em_emergency_contact_name2=!1,t.chk_em_emergency_contact_number1=!1,t.chk_em_emergency_contact_number2=!1,t.chk_em_date_of_join=!1,t.chk_em_service_status=!1,t.chk_em_ledger_ac_no=!1,t.chk_em_gpf_ac_no=!1,t.chk_em_gosi_ac_no=!1,t.chk_em_gosi_start_date=!1,t.chk_em_pan_no=!1,t.chk_em_iban_no=!1,t.chk_em_labour_card_no=!1,t.chk_em_status=!1,t.chk_em_leave_resume_date=!1,t.chk_em_joining_ref=!1,t.chk_em_bank_code=!1,t.chk_em_bank_ac_no=!1,t.chk_em_bank_swift_code=!1,t.chk_em_leave_start_date=!1,t.chk_em_leave_end_date=!1,t.chk_em_stop_salary_from=!1,t.chk_em_unpaid_leave=!1,t.chk_em_punching_id=!1,t.chk_em_passport_no=!1,t.chk_em_passport_issuing_authority=!1,t.chk_em_passport_issue_date=!1,t.chk_em_pssport_exp_rem_date=!1,t.chk_em_passport_exp_date=!1,t.chk_em_passport_ret_date=!1,t.chk_em_passport_issuing_authority=!1,t.chk_em_passport_issue_place=!1,t.chk_em_national_id=!1,t.chk_em_national_id_issue_date=!1,t.chk_em_national_id_expiry_date=!1,t.chk_em_modified_on=!1,t.chk_em_pwd=!1,t.chk_em_secret_question_code=!1,t.chk_em_secret_answer=!1,t.chk_em_agreement_start_date=!1,t.chk_em_agreement_exp_date=!1,t.chk_em_agreemet_exp_rem_date=!1)}}])}(),function(){"use strict";var e=angular.module("sims.module.HRMS");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("EmpReRegistrationCont",["$scope","$state","$rootScope","$stateParams","$timeout","gettextCatalog","$http","$filter","ENV",function(t,e,a,o,s,n,i,d,_){t.display=!0,t.grid=!0,t.edt={},t.Save_btn=!1,t.showTable=!1,t.temp={},i.get(_.apiUrl+"api/common/GlobalSearch/GetCompanyNameForShift").then(function(e){t.cmbCompany=e.data,t.temp.company_code=t.cmbCompany[0].sh_company_code,t.getDeptFromCompany(t.cmbCompany[0].sh_company_code),t.getDesignationFromCompany(t.cmbCompany[0].sh_company_code)}),t.getDeptFromCompany=function(e){i.get(_.apiUrl+"api/common/GlobalSearch/GetDepartmentName?company_code="+e).then(function(e){t.compDepartment=e.data})},t.getDesignationFromCompany=function(e){i.get(_.apiUrl+"api/EmployeeReport/GetDesignation?com_code="+e).then(function(e){t.compDesignation=e.data})},t.searchGlobalClick=function(){t.Global_Search_by_employee()},t.emp_modal_cancel=function(){$("#myModal").modal("hide"),t.edt.em_login_code=t.SelectedUserLst[0].em_login_code,t.temp={},t.temp.company_code=t.cmbCompany[0].sh_company_code,t.NodataEmployee=!1,t.disabled_btn1=!1},t.globalSearchCustom=function(){t.temp={},t.NodataEmployee=!1,t.showEmployeeFilterBtn=!0,t.EmployeeTable=!1,t.global_search_result=[],$("#myModal").modal("show"),t.temp.company_code=t.cmbCompany[0].sh_company_code},t.Search_by_employee=function(){t.NodataEmployee=!1;var e={};e.em_login_code=t.temp.em_login_code,e.EmpName=t.temp.EmpName,e.em_department=t.temp.em_department,e.em_desg_code=t.temp.em_desg_code,e.company_code=t.temp.company_code,e.resignedEmpFlag="Yes",i.post(_.apiUrl+"api/EmpReRegistration/SearchResignedEmployee?data="+JSON.stringify(e)).then(function(e){t.global_search_result=e.data,t.EmployeeTable=!0,t.showEmployeeFilterBtn=!0,t.showEmployeeFilter=!0,(t.currentPage=0)<e.data.length||(t.global_search_result=[],swal({title:"Alert",text:"No record(s) found.",showCloseButton:!0,width:450,height:200,timer:1e3}),t.NodataEmployee=!0),s(function(){$("#fixTable1").tableHeadFixer({top:1})},100),t.getPerPageRecords()})},s(function(){$("#fixtable").tableHeadFixer({top:1})},100),t.getEmpReg=function(e){i.get(_.apiUrl+"api/EmpReRegistration/getEmployeDetails?login_code="+e).then(function(e){0<e.data.length?(t.Save_btn=!0,t.showTable=!0,t.disabled_btn1=!0,t.empData=e.data[0],t.temp={em_login_code:t.empData.em_login_code,em_full_name:t.empData.em_full_name,em_date_of_join:t.empData.em_date_of_join,dg_desc:t.empData.dg_desc,com_name:t.empData.com_name,dep_name:t.empData.dep_name,reg_date:t.empData.reg_date,reg_resion:t.empData.reg_resion,em_status:t.empData.em_status},console.log(t.temp)):swal({title:"Alert",text:"Please search only resigned employee",width:300,height:200})})},t.SaveData=function(){null==t.temp.activation_date||""==t.temp.activation_date||null==t.temp.activation_date?swal({title:"Alert",text:"Please select activation date",width:300,height:200}):(console.log("temp",t.temp),i.post(_.apiUrl+"api/EmpReRegistration/ReregisterEmployee",t.temp).then(function(e){t.msg1=e.data,1==t.msg1?(swal({text:"Employee Re-Register Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}),t.cancel_reg()):swal({title:"Alert",text:"Server Error"+t.msg1,showCloseButton:!0,width:380})}))},t.cancel_reg=function(){t.edt={},t.temp={},t.Save_btn=!1,t.showTable=!1,t.disabled_btn1=!1,t.temp.company_code=t.cmbCompany[0].sh_company_code},t.reset=function(){t.disabled_btn1=!1,t.edt.em_login_code=""}}])}(),function(){"use strict";var l=angular.module("sims.module.HRMS");l.controller("TeachingStaffCareerProfileCont",["$scope","$compile","$state","$rootScope","$timeout","gettextCatalog","$locale","$http","ENV",function(o,e,t,a,s,n,i,d,_){var a=a.globals.currentUser.username,c=(o.Emp_ID=a,o.updatebtn=!0,o.imgupload=!0,"clarionschool"==d.defaults.headers.common.schoolId?(o.updatebtn=!1,o.imgupload=!1):(o.updatebtn=!0,o.imgupload=!0),d.get(_.apiUrl+"api/EmpProfile/GetEPData").then(function(e){o.obj=e.data,o.operation=!0,o.Save_btn=!0,o.display=!0}),d.get(_.apiUrl+"api/HRMS/getCompany").then(function(e){o.company_data=e.data}),o.getdata=function(){d.get(_.apiUrl+"api/EmpProfile/GetEmployeeProfileData?em_login_code="+o.Emp_ID).then(function(e){o.temp1=e.data,o.temp={em_login_code:o.temp1[0].em_login_code,em_number:o.temp1[0].em_number,em_service_status_code:o.temp1[0].em_service_status_code,em_status_code:o.temp1[0].em_status_code,em_apartment_number:o.temp1[0].em_apartment_number,em_family_name:o.temp1[0].em_family_name,em_street_number:o.temp1[0].em_street_number,em_area_number:o.temp1[0].em_area_number,em_phone:o.temp1[0].em_phone,em_fax:o.temp1[0].em_fax,em_post:o.temp1[0].em_post,em_emergency_contact_name2:o.temp1[0].em_emergency_contact_name2,em_emergency_contact_number2:o.temp1[0].em_emergency_contact_number2,em_joining_ref:o.temp1[0].em_joining_ref,em_ethnicity_code:o.temp1[0].em_ethnicity_code,em_handicap_status:o.temp1[0].em_handicap_status,em_stop_salary_indicator:o.temp1[0].em_stop_salary_indicator,em_agreement:o.temp1[0].em_agreement,em_punching_status:o.temp1[0].em_punching_status,em_bank_cash_tag:o.temp1[0].em_bank_cash_tag,em_citi_exp_tag:o.temp1[0].em_citi_exp_tag,em_leave_tag:o.temp1[0].em_leave_tag,em_passport_issue_place:o.temp1[0].em_passport_issue_place,em_passport_issuing_authority:o.temp1[0].em_passport_issuing_authority,em_pssport_exp_rem_date:o.temp1[0].em_pssport_exp_rem_date,em_visa_issuing_place:o.temp1[0].em_visa_issuing_place,em_visa_issuing_authority:o.temp1[0].em_visa_issuing_authority,em_visa_exp_rem_date:o.temp1[0].em_visa_exp_rem_date,em_visa_type_code:o.temp1[0].em_visa_type_code,em_agreement_start_date:o.temp1[0].em_agreement_start_date,em_agreement_exp_date:o.temp1[0].em_agreement_exp_date,em_agreemet_exp_rem_date:o.temp1[0].em_agreemet_exp_rem_date,em_punching_id:o.temp1[0].em_punching_id,em_dependant_full:o.temp1[0].em_dependant_full,em_dependant_half:o.temp1[0].em_dependant_half,em_dependant_infant:o.temp1[0].em_dependant_infant,em_Bank_Code:o.temp1[0].em_Bank_Code,em_bank_ac_no:o.temp1[0].em_bank_ac_no,em_iban_no:o.temp1[0].em_iban_no,em_route_code:o.temp1[0].em_route_code,em_bank_swift_code:o.temp1[0].em_bank_swift_code,em_gpf_ac_no:o.temp1[0].em_gpf_ac_no,em_pan_no:o.temp1[0].em_pan_no,em_labour_card_no:o.temp1[0].em_labour_card_no,em_gosi_ac_no:o.temp1[0].em_gosi_ac_no,em_gosi_start_date:o.temp1[0].em_gosi_start_date,em_national_id:o.temp1[0].em_national_id,em_secret_question_code:o.temp1[0].em_secret_question_code,em_secret_answer:o.temp1[0].em_secret_answer,em_building_number:o.temp1[0].em_building_number,em_Company_Code:o.temp1[0].em_Company_Code,em_Dept_Code:o.temp1[0].em_Dept_Code,em_Designation_Code:o.temp1[0].em_Designation_Code,em_Dest_Code:o.temp1[0].em_Dest_Code,em_Grade_Code:o.temp1[0].em_Grade_Code,em_Marital_Status_Code:o.temp1[0].em_Marital_Status_Code,em_Nation_Code:o.temp1[0].em_Nation_Code,em_Country_Code:o.temp1[0].em_Country_Code,em_State_Code:o.temp1[0].em_State_Code,em_City_Code:o.temp1[0].em_City_Code,em_Religion_Code:o.temp1[0].em_Religion_Code,em_Salutation_Code:o.temp1[0].em_Salutation_Code,em_Sex_Code:o.temp1[0].em_Sex_Code,em_Staff_Type_Code:o.temp1[0].em_Staff_Type_Code,em_blood_group_code:o.temp1[0].em_blood_group_code,em_date_of_birth:o.temp1[0].em_date_of_birth,em_date_of_join:o.temp1[0].em_date_of_join,em_dept_effect_from:o.temp1[0].em_dept_effect_from,em_email:o.temp1[0].em_email,em_emergency_contact_name1:o.temp1[0].em_emergency_contact_name1,em_emergency_contact_number1:o.temp1[0].em_emergency_contact_number1,em_first_name:o.temp1[0].em_first_name,em_grade_effect_from:o.temp1[0].em_grade_effect_from,em_last_name:o.temp1[0].em_last_name,em_middle_name:o.temp1[0].em_middle_name,em_mobile:o.temp1[0].em_mobile,em_name_ot:o.temp1[0].em_name_ot,em_national_id_expiry_date:o.temp1[0].em_national_id_expiry_date,em_national_id_issue_date:o.temp1[0].em_national_id_issue_date,em_passport_exp_date:o.temp1[0].em_passport_exp_date,em_passport_issue_date:o.temp1[0].em_passport_issue_date,em_passport_no:o.temp1[0].em_passport_no,em_summary_address:o.temp1[0].em_summary_address,em_summary_address_local_language:o.temp1[0].em_summary_address_local_language,em_visa_exp_date:o.temp1[0].em_visa_exp_date,em_stop_salary_from:o.temp1[0].em_stop_salary_from,em_visa_issue_date:o.temp1[0].em_visa_issue_date,em_visa_no:o.temp1[0].em_visa_no,em_img:o.temp1[0].em_img,em_resident_in_qatar_since:o.temp1[0].em_resident_in_qatar_since,em_remarks_awards:o.temp1[0].em_remarks_awards,em_name_of_spouse:o.temp1[0].em_name_of_spouse,em_Spouse_Designation_Code:o.temp1[0].em_Spouse_Designation_Code,em_spouse_organization:o.temp1[0].em_spouse_organization,em_spouse_qatar_id:o.temp1[0].em_spouse_qatar_id,em_spouse_contact_number:o.temp1[0].em_spouse_contact_number,pays_work_type_code:o.temp1[0].pays_work_type_code,pays_work_type_name:o.temp1[0].pays_work_type_name,em_labour_card_no:o.temp1[0].em_labour_card_no,em_work_permit_issue_date:o.temp1[0].em_work_permit_issue_date,em_work_permit_expiry_date:o.temp1[0].em_work_permit_expiry_date,em_personalemail:o.temp1[0].em_personalemail};var e=Math.random(),t=_.docUrl+d.defaults.headers.common.schoolId+"/Images/EmployeeImages/"+o.temp1[0].em_img+"?v="+e;$(function(){$("#empimg").attr("src",t)}),o.getQualiByEmpcode(o.Emp_ID),o.getExpByEmpcode(o.Emp_ID)})},o.getdata(),o.getQualiByEmpcode=function(e){d.get(_.apiUrl+"api/Qualification/getQualificationByEmployee?emp_code="+e).then(function(e){o.qualiList=e.data,o.showQualiMsg=!1,0<o.qualiList.length?o.showQualiMsg=!1:o.showQualiMsg=!0})},o.getExpByEmpcode=function(e){d.get(_.apiUrl+"api/EmpProfile/GetSpecificEmployeeExp?em_login_code="+e).then(function(e){o.expList=e.data,o.experience=0,o.showMsg=!1,0<o.expList.length?(angular.forEach(o.expList,function(e,t){o.experience=parseFloat(o.experience)+parseFloat(e.total_experience)}),o.total_experience=o.experience,o.showMsg=!1):o.showMsg=!0})},o.UpdateData=function(e){e?(e=o.temp,void 0!==o.photo_filename&&(o.temp.em_img="",e.em_img=o.temp.em_login_code+"."+o.photo_filename.split("/")[1]),e.opr="U",d.post(_.apiUrl+"api/EmpProfile/UpdateProile",e).then(function(e){o.CUDobj=e.data,swal({text:o.CUDobj.strMessage,timer:1e4,width:360}),t.reload(),o.getdata()}),1==o.ImgLoaded&&(e={method:"POST",url:_.apiUrl+"/api/file/upload?filename="+o.temp.em_login_code+"&location=/EmployeeImages",data:c,headers:{"Content-Type":void 0}},d(e).success(function(e){})),o.searchText=!1):swal({text:"Kindly fill mandatory field",timer:5e3,width:360})},o.imageUrl=_.docUrl+d.defaults.headers.common.schoolId+"/Images/EmployeeImages/",new FormData);o.getTheFiles=function(a){angular.forEach(a,function(e,t){c.append(t,e);8e6<a[t].size&&(o.filesize=!1,swal({title:"Alert",text:"File Should Not Exceed 8 Mb.",width:320,height:280}))})},o.file_changed=function(e){var e=e.files[0],t=(o.photo_filename=e.type,new FileReader);t.onload=function(t){o.$apply(function(){var e=t.target.result;$(function(){$("#empimg").attr("src",e)})})},t.readAsDataURL(e)},o.image_click=function(){o.ImgLoaded=!0},l.directive("ngFiles",["$parse",function(s){return{link:function(t,e,a){var o=s(a.ngFiles);e.on("change",function(e){o(t,{$files:e.target.files})})}}}]),l.filter("randomSrc",function(){return function(e){if(e)return e+"?r="+Math.random()}})}])}(),function(){"use strict";var g,e=angular.module("sims.module.HRMS");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("GoalTargetGroupCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(s,e,t,a,o,n,i){function d(e,t){return-1<e.sims_sip_goal_target_kpi_measure_min_point.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_sip_goal_target_kpi_measure_max_point.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_sip_goal_target_kpi_measure_desc.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_sip_goal_target_desc.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_sip_goal_target_kpi_desc.toLowerCase().indexOf(t.toLowerCase())||e.sims_sip_goal_target_kpi_desc==t}s.pagesize="10",s.pageindex=0,s.save_btn=!0,s.Update_btn=!1,s.display=!1,s.table=!0,a(function(){$("#fixTable").tableHeadFixer({top:1})},100),n.get(i.apiUrl+"api/GoalTarget/getAcademicYear").then(function(e){s.Acc_year=e.data,console.log(s.Acc_year),s.temp.sims_sip_academic_year=s.Acc_year[0].sims_sip_academic_year}),n.get(i.apiUrl+"api/GoalTarget/getGoalName").then(function(e){s.goal_Name=e.data,console.log(s.goal_Name)}),s.getGoalTarget=function(e){n.get(i.apiUrl+"api/GoalTargetKPI/getGoalTargetName?sims_sip_goal_code="+e).then(function(e){s.target_Name=e.data,console.log(s.target_Name)})},s.getGoalTargetKPI=function(e,t){n.get(i.apiUrl+"api/GoalTargetGroup/getGoalTargetKPIMeasure?sims_sip_goal_code="+e+"&sims_sip_goal_target_code="+t).then(function(e){s.goal_TargetKPI=e.data,console.log(s.goal_TargetKPI)})},n.get(i.apiUrl+"api/GoalTargetGroup/getAllGoalTargetKPIMeasure").then(function(e){s.goal_TarKPIMeasure=e.data,s.totalItems=s.goal_TarKPIMeasure.length,s.todos=s.goal_TarKPIMeasure,s.makeTodos()}),s.size=function(e){"All"==e?(s.currentPage="1",s.pager=!1):(s.pager=!0,s.pagesize=e,s.currentPage=1,s.numPerPage=e,s.numPerPage=e,console.log("numPerPage="+s.numPerPage),s.makeTodos())},s.index=function(e){s.pageindex=e,s.currentPage=e,console.log("currentPage="+s.currentPage),s.makeTodos(),g.checked=!1,s.row1=""},s.filteredTodos=[],s.currentPage=1,s.numPerPage=10,s.maxSize=10,s.makeTodos=function(){var e=parseInt(s.totalItems%s.numPerPage),e=(s.pagersize="0"==e?parseInt(s.totalItems/s.numPerPage):parseInt(s.totalItems/s.numPerPage)+1,(s.currentPage-1)*s.numPerPage),t=parseInt(e)+parseInt(s.numPerPage);console.log("begin="+e),console.log("end="+t),s.filteredTodos=s.todos.slice(e,t)},s.searched=function(e,t){return _.filter(e,function(e){return d(e,t)})},s.search=function(){s.todos=s.searched(s.goal_TarKPI,s.searchText),s.totalItems=s.todos.length,s.currentPage="1",""==s.searchText&&(s.todos=s.goal_TarKPI),s.makeTodos(),g.checked=!1,s.CheckAllChecked()},s.chkMaxMin=function(){s.temp.sims_sip_goal_target_kpi_measure_max_point<=s.temp.sims_sip_goal_target_kpi_measure_min_point&&swal({title:"Alert",text:"Maximum Point should greater than Minimum Point",width:300,height:200})},s.NewGTM=function(){s.gdisabled=!1,s.aydisabled=!1,s.gtdisabled=!1,s.gtkpidisabled=!1,s.gdescdisabled=!1,s.disabled=!1,s.readonly=!0,s.table=!1,s.display=!0,s.save_btn=!0,s.Update_btn=!1,s.temp="",s.Myform.$setPristine(),s.Myform.$setUntouched(),s.temp={},s.temp.sims_sip_academic_year=s.Acc_year[0].sims_sip_academic_year,s.temp.sims_sip_goal_target_kpi_measure_status=!0};var c=[],l=(s.savedataGTM=function(e){e&&((e=s.temp).opr="I",c.push(e),n.post(i.apiUrl+"api/GoalTargetGroup/CUDGoalTargetKPIMeasure",c).then(function(e){s.msg1=e.data,1==s.msg1?swal({text:"Record Inserted Successfully M",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}):0==s.msg1?swal({text:"Record Not Inserted. M ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}):swal("Error-"+s.msg1),n.get(i.apiUrl+"api/GoalTargetGroup/getAllGoalTargetKPIMeasure").then(function(e){s.goal_TarKPIMeasure=e.data,s.totalItems=s.goal_TarKPIMeasure.length,s.todos=s.goal_TarKPIMeasure,s.makeTodos()})}),c=[],s.table=!0,s.display=!1)},s.Cancel=function(){s.temp="",s.table=!0,s.display=!1,s.Myform.$setPristine(),s.Myform.$setUntouched(),s.temp.sims_sip_academic_year="",s.temp.sims_sip_goal_code="",s.temp.sims_sip_goal_target_code="",s.temp.sims_sip_goal_target_kpi_code="",s.temp.sims_sip_goal_target_kpi_measure_desc="",s.temp.sims_sip_goal_target_kpi_measure_min_point="",s.temp.sims_sip_goal_target_kpi_measure_max_point="",s.temp.sims_sip_goal_target_kpi_measure_status=""},s.edit=function(e){s.stry=e,s.table=!1,s.display=!0,s.save_btn=!1,s.Update_btn=!0,s.gdisabled=!0,s.aydisabled=!0,s.gtdisabled=!0,s.gtkpidisabled=!0,s.gdescdisabled=!0,s.getGoalTarget(e.sims_sip_goal_code),s.getGoalTargetKPI(e.sims_sip_goal_code,e.sims_sip_goal_target_code),s.temp={sims_sip_goal_code:e.sims_sip_goal_code,sims_sip_goal_target_code:e.sims_sip_goal_target_code,sims_sip_academic_year:e.sims_sip_academic_year,sims_sip_goal_target_kpi_code:e.sims_sip_goal_target_kpi_code,sims_sip_goal_target_kpi_measure_code:e.sims_sip_goal_target_kpi_measure_code,sims_sip_goal_target_kpi_measure_desc:e.sims_sip_goal_target_kpi_measure_desc,sims_sip_goal_target_kpi_measure_max_point:e.sims_sip_goal_target_kpi_measure_max_point,sims_sip_goal_target_kpi_measure_min_point:e.sims_sip_goal_target_kpi_measure_min_point,sims_sip_goal_target_kpi_measure_status:e.sims_sip_goal_target_kpi_measure_status}},[]);function d(e,t){return-1<e.sims_sip_goal_target_kpi_max_point.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_sip_goal_target_kpi_min_point.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_sip_goal_target_desc.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_sip_goal_target_kpi_desc.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_sip_goal_desc.toLowerCase().indexOf(t.toLowerCase())||e.sims_sip_goal_target_kpi_min_point==t}s.updateGTM=function(e){e&&((e=s.temp).opr="U",l.push(e),n.post(i.apiUrl+"api/GoalTargetGroup/CUDGoalTargetKPIMeasure",l).then(function(e){s.msg1=e.data,1==s.msg1?swal({text:"Record Updated Successfully M",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}):0==s.msg1?swal({text:"Record Not Updated. M",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}):swal("Error-"+s.msg1),n.get(i.apiUrl+"api/GoalTargetGroup/getAllGoalTargetKPIMeasure").then(function(e){s.goal_TarKPIMeasure=e.data,s.totalItems=s.goal_TarKPIMeasure.length,s.todos=s.goal_TarKPIMeasure,s.makeTodos()})}),l=[],s.table=!0,s.display=!1)},s.CheckAllChecked=function(){if(1==(g=document.getElementById("mainchk")).checked)for(var e=0;e<s.filteredTodos.length;e++)document.getElementById(e).checked=!0,s.row1="row_selected",$("tr").addClass("row_selected");else for(e=0;e<s.filteredTodos.length;e++)document.getElementById(e).checked=!1,g.checked=!1,s.row1=""},s.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),s.color="#edefef"}),1==(g=document.getElementById("mainchk")).checked&&(g.checked=!1,$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected")}))},s.OkDelete=function(){var o=[];s.flag=!1;for(var e,t=0;t<s.filteredTodos.length;t++)1==document.getElementById(t).checked&&(s.flag=!0,e={sims_sip_goal_code:s.filteredTodos[t].sims_sip_goal_code,sims_sip_goal_target_code:s.filteredTodos[t].sims_sip_goal_target_code,sims_sip_goal_target_kpi_code:s.filteredTodos[t].sims_sip_goal_target_kpi_code,sims_sip_goal_target_kpi_measure_auto_code:s.filteredTodos[t].sims_sip_goal_target_kpi_measure_auto_code,opr:"D"},o.push(e));s.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)n.post(i.apiUrl+"api/GoalTargetGroup/CUDGoalTargetKPIMeasure",o).then(function(e){s.msg1=e.data,1==s.msg1?swal({text:"Record Deleted Successfully M",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&(n.get(i.apiUrl+"api/GoalTargetGroup/getAllGoalTargetKPIMeasure").then(function(e){s.goal_TarKPIMeasure=e.data,s.totalItems=s.goal_TarKPIMeasure.length,s.todos=s.goal_TarKPIMeasure,s.makeTodos()}),1==(g=document.getElementById("mainchk")).checked&&(g.checked=!1,s.row1=""),s.currentPage=!0)}):0==s.msg1?swal({text:"Record Not Deleted. M",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&(n.get(i.apiUrl+"api/GoalTargetGroup/getAllGoalTargetKPIMeasure").then(function(e){s.goal_TarKPIMeasure=e.data,s.totalItems=s.goal_TarKPIMeasure.length,s.todos=s.goal_TarKPIMeasure,s.makeTodos()}),1==(g=document.getElementById("mainchk")).checked&&(g.checked=!1,s.row1=""),s.currentPage=!0)}):swal("Error-"+s.msg1)});else{1==(g=document.getElementById("mainchk")).checked&&(g.checked=!1);for(var t=0;t<s.filteredTodos.length;t++){var a=document.getElementById(t);1==a.checked&&(a.checked=!1,$("tr").removeClass("row_selected"))}}}):swal({text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}),s.currentPage=str},s.getGoalTarget=function(e){n.get(i.apiUrl+"api/GoalTargetGroup/getGoalTargetName?sims_sip_goal_code="+e).then(function(e){s.target_Name=e.data,console.log(s.target_Name)})},n.get(i.apiUrl+"api/GoalTargetGroup/getAllGoalTargetKPI").then(function(e){s.Goal_target_KPI=e.data,s.totalItems=s.Goal_target_KPI.length,s.todos=s.Goal_target_KPI,s.makeTodos()}),s.size=function(e){"All"==e?(s.currentPage="1",s.pager=!1):(s.pager=!0,s.pagesize=e,s.currentPage=1,s.numPerPage=e,s.numPerPage=e,console.log("numPerPage="+s.numPerPage),s.makeTodos())},s.index=function(e){s.pageindex=e,s.currentPage=e,console.log("currentPage="+s.currentPage),s.makeTodos(),g.checked=!1,s.row1=""},s.filteredTodos=[],s.currentPage=1,s.numPerPage=10,s.maxSize=10,s.makeTodos=function(){var e=parseInt(s.totalItems%s.numPerPage),e=(s.pagersize="0"==e?parseInt(s.totalItems/s.numPerPage):parseInt(s.totalItems/s.numPerPage)+1,(s.currentPage-1)*s.numPerPage),t=parseInt(e)+parseInt(s.numPerPage);console.log("begin="+e),console.log("end="+t),s.filteredTodos=s.todos.slice(e,t)},s.searched=function(e,t){return _.filter(e,function(e){return d(e,t)})},s.search=function(){s.todos=s.searched(s.Goal_target_KPI,s.searchText),s.totalItems=s.todos.length,s.currentPage="1",""==s.searchText&&(s.todos=s.Goal_target_KPI),s.makeTodos(),g.checked=!1,s.CheckAllChecked()},s.showdate=function(e,t){var a=e.split("/")[0],o=e.split("/")[1],e=e.split("/")[2];s.temp[t]=e+"/"+a+"/"+o},s.NewKPI=function(){s.disabled=!1,s.gtcreadonly=!0,s.gtdreadonly=!1,s.gdisabled=!1,s.aydisabled=!1,s.readonly=!0,s.table=!1,s.display=!0,s.save_btn=!0,s.Update_btn=!1,s.temp="",s.temp={},s.temp={sims_sip_goal_target_kpi_status:!0,sims_sip_goal_target_kpi_measure_status:!0},s.temp.sims_sip_academic_year=s.Acc_year[0].sims_sip_academic_year,s.Myform.$setPristine(),s.Myform.$setUntouched()};c=[],s.savedataKPI=function(e){e&&((e=s.temp).opr="I",c.push(e),n.post(i.apiUrl+"api/GoalTargetGroup/CUDGoalTargetKPI",c).then(function(e){s.msg1=e.data,1==s.msg1?swal({text:"Record Inserted Successfully KPI",imageUrl:"assets/img/check.png",width:300,height:200}):0==s.msg1?swal({text:"Record Not Inserted. KPI ",imageUrl:"assets/img/close.png",width:300,height:200}):swal("Error-"+s.msg1),n.get(i.apiUrl+"api/GoalTargetGroup/getAllGoalTargetKPI").then(function(e){s.Goal_target_KPI=e.data,s.totalItems=s.Goal_target_KPI.length,s.todos=s.Goal_target_KPI,s.makeTodos()})}),c=[],s.table=!0,s.display=!1)},s.chkMaxMin=function(){s.temp.sims_sip_goal_target_kpi_max_point<=s.temp.sims_sip_goal_target_kpi_min_point&&swal({title:"Alert",text:"Maximum Point should greater than Minimum Point",width:300,height:200})},s.Cancel=function(){s.temp="",s.table=!0,s.display=!1,s.Myform.$setPristine(),s.Myform.$setUntouched(),s.temp.sims_sip_academic_year="",s.temp.sims_sip_goal_code="",s.temp.sims_sip_goal_target_code="",s.temp.sims_sip_goal_target_kpi_code="",s.temp.sims_sip_goal_target_kpi_desc="",s.temp.sims_sip_goal_target_kpi_max_point="",s.temp.sims_sip_goal_target_kpi_min_point=""},s.edit=function(e){s.gtcreadonly=!0,s.gtdreadonly=!0,s.gdisabled=!0,s.aydisabled=!0,s.readonly=!0,s.table=!1,s.display=!0,s.save_btn=!1,s.Update_btn=!0,s.getGoalTarget(e.sims_sip_goal_code),s.temp={sims_sip_academic_year:e.sims_sip_academic_year,sims_sip_goal_code:e.sims_sip_goal_code,sims_sip_goal_target_code:e.sims_sip_goal_target_code,sims_sip_goal_target_kpi_desc:e.sims_sip_goal_target_kpi_desc,sims_sip_goal_target_kpi_min_point:e.sims_sip_goal_target_kpi_min_point,sims_sip_goal_target_kpi_max_point:e.sims_sip_goal_target_kpi_max_point,sims_sip_goal_target_kpi_status:e.sims_sip_goal_target_kpi_status,sims_sip_goal_target_kpi_code:e.sims_sip_goal_target_kpi_code,sims_sip_goal_target_status:e.sims_sip_goal_target_status}},l=[];function d(e,t){return-1<e.sims_sip_goal_desc.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_sip_goal_revision_type_period.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_sip_goal_max_point.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_sip_goal_min_point.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_sip_goal_revision_type.toLowerCase().indexOf(t.toLowerCase())||e.sims_sip_grading_scale==t}s.updateKPI=function(e){e&&((e=s.temp).opr="U",l.push(e),n.post(i.apiUrl+"api/GoalTargetGroup/CUDGoalTargetKPI",l).then(function(e){s.msg1=e.data,1==s.msg1?swal({text:"Record Updated Successfully KPI",imageUrl:"assets/img/check.png",width:300,height:200}):0==s.msg1?swal({text:"Record Not Updated KPI. ",imageUrl:"assets/img/close.png",width:300,height:200}):swal("Error-"+s.msg1),n.get(i.apiUrl+"api/GoalTargetGroup/getAllGoalTargetKPI").then(function(e){s.Goal_target_KPI=e.data,s.totalItems=s.Goal_target_KPI.length,s.todos=s.Goal_target_KPI,s.makeTodos()})}),l=[],s.table=!0,s.display=!1)},s.CheckAllChecked=function(){if(1==(g=document.getElementById("mainchk_kpi")).checked)for(var e=0;e<s.filteredTodos.length;e++)document.getElementById(e).checked=!0,s.row1="row_selected",$("tr").addClass("row_selected");else for(e=0;e<s.filteredTodos.length;e++)document.getElementById(e).checked=!1,g.checked=!1,s.row1=""},s.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),s.color="#edefef"}),1==(g=document.getElementById("mainchk_kpi")).checked&&(g.checked=!1,$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected")}))},s.OkDelete=function(){var o=[];s.flag=!1;for(var e,t=0;t<s.filteredTodos.length;t++)1==document.getElementById(t).checked&&(s.flag=!0,e={sims_sip_goal_target_code:s.filteredTodos[t].sims_sip_goal_target_code,sims_sip_goal_code:s.filteredTodos[t].sims_sip_goal_code,sims_sip_goal_target_kpi_code:s.filteredTodos[t].sims_sip_goal_target_kpi_code,opr:"D"},o.push(e));s.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)n.post(i.apiUrl+"api/GoalTargetGroup/CUDGoalTargetKPI",o).then(function(e){s.msg1=e.data,1==s.msg1?swal({text:"Record Deleted Successfully KPI",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&(n.get(i.apiUrl+"api/GoalTargetGroup/getAllGoalTargetKPI").then(function(e){s.Goal_target_KPI=e.data,s.totalItems=s.Goal_target_KPI.length,s.todos=s.Goal_target_KPI,s.makeTodos()}),1==(g=document.getElementById("mainchk_kpi")).checked&&(g.checked=!1,s.row1=""),s.currentPage=!0)}):0==s.msg1?swal({text:"Record Not Deleted. KPI ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&(n.get(i.apiUrl+"api/GoalTargetKPI/getAllGoalTargetKPI").then(function(e){s.Goal_target_KPI=e.data,s.totalItems=s.Goal_target_KPI.length,s.todos=s.Goal_target_KPI,s.makeTodos()}),1==(g=document.getElementById("mainchk_kpi")).checked&&(g.checked=!1,s.row1=""),s.currentPage=!0)}):swal("Error-"+s.msg1)});else{1==(g=document.getElementById("mainchk_kpi")).checked&&(g.checked=!1);for(var t=0;t<s.filteredTodos.length;t++){var a=document.getElementById(t);1==a.checked&&(a.checked=!1,$("tr").removeClass("row_selected"))}}}):swal({text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}),s.currentPage=str},s.chkMaxMin=function(){s.temp.sims_sip_goal_max_point<=s.temp.sims_sip_goal_min_point&&swal({title:"Alert",text:"Maximum Point should greater than Minimum Point",width:300,height:200})},n.get(i.apiUrl+"api/GoalTarget/getGoalName").then(function(e){s.goal_Name=e.data,console.log(s.goal_Name)}),n.get(i.apiUrl+"api/GoalTarget/getAcademicYear").then(function(e){s.Acc_year=e.data,console.log(s.Acc_year),s.temp.sims_sip_academic_year=s.Acc_year[0].sims_sip_academic_year}),n.get(i.apiUrl+"api/Goal/Get_revision_type").then(function(e){s.Revision_type=e.data,console.log(s.Revision_type)}),n.get(i.apiUrl+"api/Goal/getAllGoal").then(function(e){s.Goal_Details=e.data,s.totalItems=s.Goal_Details.length,s.todos=s.Goal_Details,s.makeTodos()}),s.size=function(e){"All"==e?(s.currentPage="1",s.filteredTodos=s.Goal_Details,s.pager=!1):(s.pager=!0,s.pagesize=e,s.currentPage=1,s.numPerPage=e,s.makeTodos()),console.log("numPerPage="+s.numPerPage)},s.index=function(e){s.pageindex=e,s.currentPage=e,console.log("currentPage="+s.currentPage),s.makeTodos(),g.checked=!1,s.row1=""},a(function(){$("#fixTable").tableHeadFixer({top:1})},100),s.filteredTodos=[],s.currentPage=1,s.numPerPage=10,s.maxSize=10,s.makeTodos=function(){var e=parseInt(s.totalItems%s.numPerPage),e=(s.pagersize="0"==e?parseInt(s.totalItems/s.numPerPage):parseInt(s.totalItems/s.numPerPage)+1,(s.currentPage-1)*s.numPerPage),t=parseInt(e)+parseInt(s.numPerPage);console.log("begin="+e),console.log("end="+t),s.filteredTodos=s.todos.slice(e,t)},s.searched=function(e,t){return _.filter(e,function(e){return d(e,t)})},s.search=function(){s.todos=s.searched(s.Goal_Details,s.searchText),s.totalItems=s.todos.length,s.currentPage="1",""==s.searchText&&(s.todos=s.Goal_Details),s.makeTodos(),g.checked=!1,s.CheckAllChecked()},s.compareDate=function(){s.temp.sims_sip_goal_end_date<s.temp.sims_sip_goal_start_date&&swal({title:"Alert",text:"End Date Should greater than Start Date",width:300,height:200})},s.NewG=function(){s.temp="",s.disabled=!1,s.gtcreadonly=!0,s.gtdreadonly=!1,s.gdisabled=!1,s.aydisabled=!1,s.table=!1,s.display=!0,s.save_btn=!0,s.Update_btn=!1,s.temp={sims_sip_goal_start_date:m+"-"+p+"-"+u,sims_sip_goal_end_date:m+"-"+p+"-"+u,sims_sip_goal_status:!0},s.temp.sims_sip_academic_year=s.Acc_year[0].sims_sip_academic_year,s.MyformG.$setPristine(),s.MyformG.$setUntouched()};var c=[],l=(s.savedataG=function(e){e&&(e={sims_sip_academic_year:s.temp.sims_sip_academic_year,sims_sip_goal_code:s.temp.sims_sip_goal_code,sims_sip_goal_desc:s.temp.sims_sip_goal_desc,sims_sip_goal_start_date:s.temp.sims_sip_goal_start_date,sims_sip_goal_end_date:s.temp.sims_sip_goal_end_date,sims_sip_goal_revision_type:s.temp.sims_sip_goal_revision_type,sims_sip_goal_revision_type_period:s.temp.sims_sip_goal_revision_type_period,sims_sip_goal_max_point:s.temp.sims_sip_goal_max_point,sims_sip_goal_min_point:s.temp.sims_sip_goal_min_point,sims_sip_goal_status:s.temp.sims_sip_goal_status,sims_sip_grading_scale:s.temp.sims_sip_grading_scale,opr:"I"},c.push(e),n.post(i.apiUrl+"api/Goal/InsertUpdateGoal",c).then(function(e){s.msg1=e.data,1==s.msg1?swal({text:"Record Inserted Successfully",imageUrl:"assets/img/check.png",width:300,height:200}):0==s.msg1?swal({text:"Record Not Inserted. ",imageUrl:"assets/img/close.png",width:300,height:200}):swal("Error-"+s.msg1),n.get(i.apiUrl+"api/Goal/getAllGoal").then(function(e){s.Goal_Details=e.data,s.totalItems=s.Goal_Details.length,s.todos=s.Goal_Details,s.makeTodos()})}),c=[],s.table=!0,s.display=!1)},s.Cancel=function(){s.temp="",s.table=!0,s.display=!1,s.Myform.$setPristine(),s.Myform.$setUntouched(),s.temp.sims_sip_academic_year="",s.temp.sims_sip_goal_code="",s.temp.sims_sip_goal_desc="",s.temp.sims_sip_goal_start_date="",s.temp.sims_sip_goal_end_date="",s.temp.sims_sip_goal_revision_type="",s.temp.sims_sip_goal_revision_type_period="",s.temp.sims_sip_goal_max_point="",s.temp.sims_sip_goal_min_point="",s.temp.sims_sip_goal_status="",s.temp.sims_sip_grading_scale=""},s.edit=function(e){s.gtcreadonly=!0,s.gtdreadonly=!0,s.gdisabled=!0,s.aydisabled=!0,s.table=!1,s.display=!0,s.save_btn=!1,s.Update_btn=!0,s.temp={sims_sip_academic_year:e.sims_sip_academic_year,sims_sip_goal_code:e.sims_sip_goal_code,sims_sip_goal_desc:e.sims_sip_goal_desc,sims_sip_goal_start_date:e.sims_sip_goal_start_date,sims_sip_goal_end_date:e.sims_sip_goal_end_date,sims_sip_goal_revision_type:e.sims_sip_goal_revision_type,sims_sip_goal_revision_type_period:e.sims_sip_goal_revision_type_period,sims_sip_goal_max_point:e.sims_sip_goal_max_point,sims_sip_goal_min_point:e.sims_sip_goal_min_point,sims_sip_goal_status:e.sims_sip_goal_status,sims_sip_grading_scale:e.sims_sip_grading_scale}},[]),r=(s.updateG=function(e){e&&((e=s.temp).opr="U",l.push(e),n.post(i.apiUrl+"api/Goal/InsertUpdateGoal",l).then(function(e){s.msg1=e.data,1==s.msg1?swal({text:"Record Updated Successfully",imageUrl:"assets/img/check.png",width:300,height:200}):0==s.msg1?swal({text:"Record Not Updated. ",imageUrl:"assets/img/close.png",width:300,height:200}):swal("Error-"+s.msg1),n.get(i.apiUrl+"api/Goal/getAllGoal").then(function(e){s.Goal_Details=e.data,s.totalItems=s.Goal_Details.length,s.todos=s.Goal_Details,s.makeTodos()})}),l=[],s.table=!0,s.display=!1)},s.CheckAllChecked=function(){if(1==(g=document.getElementById("mainchk")).checked)for(var e=0;e<s.filteredTodos.length;e++)document.getElementById(e).checked=!0,s.row1="row_selected",$("tr").addClass("row_selected");else for(e=0;e<s.filteredTodos.length;e++)document.getElementById(e).checked=!1,g.checked=!1,s.row1=""},s.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),s.color="#edefef"}),1==(g=document.getElementById("mainchk")).checked&&(g.checked=!1,$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected")}))},s.OkDelete=function(){var o=[];s.flag=!1;for(var e,t=0;t<s.filteredTodos.length;t++)1==document.getElementById(t).checked&&(s.flag=!0,e={sims_sip_academic_year:s.filteredTodos[t].sims_sip_academic_year,sims_sip_goal_code:s.filteredTodos[t].sims_sip_goal_code,opr:"D"},o.push(e));s.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)n.post(i.apiUrl+"api/Goal/InsertUpdateGoal",o).then(function(e){s.msg1=e.data,1==s.msg1?swal({text:"Record Deleted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&(n.get(i.apiUrl+"api/Goal/getAllGoal").then(function(e){s.Goal_Details=e.data,s.totalItems=s.Goal_Details.length,s.todos=s.Goal_Details,s.makeTodos()}),1==(g=document.getElementById("mainchk")).checked&&(g.checked=!1,s.row1=""),s.currentPage=!0)}):0==s.msg1?swal({text:"Record Not Deleted. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&(n.get(i.apiUrl+"api/Goal/getAllGoal").then(function(e){s.Goal_Details=e.data,s.totalItems=s.Goal_Details.length,s.todos=s.Goal_Details,s.makeTodos()}),1==(g=document.getElementById("mainchk")).checked&&(g.checked=!1,s.row1=""),s.currentPage=!0)}):swal("Error-"+s.msg1)});else{1==(g=document.getElementById("mainchk")).checked&&(g.checked=!1);for(var t=0;t<s.filteredTodos.length;t++){var a=document.getElementById(t);1==a.checked&&(a.checked=!1,$("tr").removeClass("row_selected"))}}}):swal({text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}),s.currentPage=str},new Date),m=r.getDate(),p=r.getMonth()+1,u=(p<10&&(p="0"+p),r.getFullYear());function d(e,t){return-1<e.sims_sip_goal_target_desc.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_sip_goal_target_max_point.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_sip_goal_target_min_point.toLowerCase().indexOf(t.toLowerCase())||e.sims_sip_goal_desc==t}s.temp={sims_sip_goal_start_date:m+"-"+p+"-"+u,sims_sip_goal_end_date:m+"-"+p+"-"+u,sims_sip_goal_status:!0},s.chkMaxMin=function(){s.temp.sims_sip_goal_target_max_point<=s.temp.sims_sip_goal_target_min_point&&swal({title:"Alert",text:"Maximum Point should greater than Minimum Point",width:300,height:200})},n.get(i.apiUrl+"api/GoalTarget/getGoalName").then(function(e){s.goal_Name=e.data,console.log(s.goal_Name)}),n.get(i.apiUrl+"api/GoalTarget/getAcademicYear").then(function(e){s.Acc_year=e.data,console.log(s.Acc_year),s.temp.sims_sip_academic_year=s.Acc_year[0].sims_sip_academic_year}),n.get(i.apiUrl+"api/GoalTarget/getAllGoalTarget").then(function(e){s.Goal_target=e.data,s.totalItems=s.Goal_target.length,s.todos=s.Goal_target,s.makeTodos()}),s.size=function(e){"All"==e?(s.currentPage="1",s.filteredTodos=s.Goal_target,s.pager=!1):(s.pager=!0,s.pagesize=e,s.currentPage=1,s.numPerPage=e,s.makeTodos()),console.log("numPerPage="+s.numPerPage)},s.index=function(e){s.pageindex=e,s.currentPage=e,console.log("currentPage="+s.currentPage),s.makeTodos(),g.checked=!1,s.row1=""},a(function(){$("#fixTable").tableHeadFixer({top:1})},100),s.filteredTodos=[],s.currentPage=1,s.numPerPage=10,s.maxSize=10,s.makeTodos=function(){var e=parseInt(s.totalItems%s.numPerPage),e=(s.pagersize="0"==e?parseInt(s.totalItems/s.numPerPage):parseInt(s.totalItems/s.numPerPage)+1,(s.currentPage-1)*s.numPerPage),t=parseInt(e)+parseInt(s.numPerPage);console.log("begin="+e),console.log("end="+t),s.filteredTodos=s.todos.slice(e,t)},s.searched=function(e,t){return _.filter(e,function(e){return d(e,t)})},s.search=function(){s.todos=s.searched(s.Goal_target,s.searchText),s.totalItems=s.todos.length,s.currentPage="1",""==s.searchText&&(s.todos=s.Goal_target),s.makeTodos(),g.checked=!1,s.CheckAllChecked()},s.compareDate=function(){s.temp.sims_sip_goal_target_end_date<s.temp.sims_sip_goal_target_start_date&&swal({title:"Alert",text:"End Date Should greater than Start Date",width:300,height:200})},s.NewGT=function(){s.temp="",s.disabled=!1,s.gtcreadonly=!0,s.gtdreadonly=!1,s.gdisabled=!1,s.aydisabled=!1,s.table=!1,s.display=!0,s.save_btn=!0,s.Update_btn=!1,s.Myform.$setPristine(),s.Myform.$setUntouched(),s.temp={},s.temp={sims_sip_goal_target_end_date:m+"-"+p+"-"+u,sims_sip_goal_target_start_date:m+"-"+p+"-"+u,sims_sip_goal_target_status:!0},s.temp.sims_sip_academic_year=s.Acc_year[0].sims_sip_academic_year};c=[],s.savedataGT=function(e){e&&(e={sims_sip_academic_year:s.temp.sims_sip_academic_year,sims_sip_goal_code:s.temp.sims_sip_goal_code,sims_sip_goal_target_code:s.temp.sims_sip_goal_target_code,sims_sip_goal_target_desc:s.temp.sims_sip_goal_target_desc,sims_sip_goal_target_start_date:s.temp.sims_sip_goal_target_start_date,sims_sip_goal_target_end_date:s.temp.sims_sip_goal_target_end_date,sims_sip_goal_target_min_point:s.temp.sims_sip_goal_target_min_point,sims_sip_goal_target_max_point:s.temp.sims_sip_goal_target_max_point,sims_sip_goal_target_status:s.temp.sims_sip_goal_target_status,opr:"I"},c.push(e),n.post(i.apiUrl+"api/GoalTarget/CUDGoalTarget",c).then(function(e){s.msg1=e.data,1==s.msg1?swal({text:"Record Inserted Successfully",imageUrl:"assets/img/check.png",width:300,height:200}):0==s.msg1?swal({text:"Record Not Inserted. ",imageUrl:"assets/img/close.png",width:300,height:200}):swal("Error-"+s.msg1),n.get(i.apiUrl+"api/GoalTarget/getAllGoalTarget").then(function(e){s.Goal_target=e.data,s.totalItems=s.Goal_target.length,s.todos=s.Goal_target,s.makeTodos()})}),c=[],s.table=!0,s.display=!1)},s.Cancel=function(){s.temp="",s.table=!0,s.display=!1,s.Myform.$setPristine(),s.Myform.$setUntouched(),s.temp.sims_sip_academic_year="",s.temp.sims_sip_goal_code="",s.temp.sims_sip_goal_target_desc="",s.temp.sims_sip_goal_target_start_date="",s.temp.sims_sip_goal_target_end_date="",s.temp.sims_sip_goal_target_min_point="",s.temp.sims_sip_goal_target_max_point="",s.temp.sims_sip_goal_target_status=""},s.edit=function(e){s.gtcreadonly=!0,s.gtdreadonly=!0,s.gdisabled=!0,s.aydisabled=!0,s.table=!1,s.display=!0,s.save_btn=!1,s.Update_btn=!0,s.temp={sims_sip_academic_year:e.sims_sip_academic_year,sims_sip_goal_code:e.sims_sip_goal_code,sims_sip_goal_target_code:e.sims_sip_goal_target_code,sims_sip_goal_target_desc:e.sims_sip_goal_target_desc,sims_sip_goal_target_start_date:e.sims_sip_goal_target_start_date,sims_sip_goal_target_end_date:e.sims_sip_goal_target_end_date,sims_sip_goal_target_min_point:e.sims_sip_goal_target_min_point,sims_sip_goal_target_max_point:e.sims_sip_goal_target_max_point,sims_sip_goal_target_status:e.sims_sip_goal_target_status}},l=[];s.updateGT=function(e){e&&((e=s.temp).opr="U",l.push(e),n.post(i.apiUrl+"api/GoalTarget/CUDGoalTarget",l).then(function(e){s.msg1=e.data,1==s.msg1?swal({text:"Record Updated Successfully",imageUrl:"assets/img/check.png",width:300,height:200}):0==s.msg1?swal({text:"Record Not Updated. ",imageUrl:"assets/img/close.png",width:300,height:200}):swal("Error-"+s.msg1),n.get(i.apiUrl+"api/GoalTarget/getAllGoalTarget").then(function(e){s.Goal_target=e.data,s.totalItems=s.Goal_target.length,s.todos=s.Goal_target,s.makeTodos()})}),l=[],s.table=!0,s.display=!1)},s.CheckAllChecked=function(){if(1==(g=document.getElementById("mainchk")).checked)for(var e=0;e<s.filteredTodos.length;e++)document.getElementById(e).checked=!0,s.row1="row_selected",$("tr").addClass("row_selected");else for(e=0;e<s.filteredTodos.length;e++)document.getElementById(e).checked=!1,g.checked=!1,s.row1=""},s.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),s.color="#edefef"}),1==(g=document.getElementById("mainchk")).checked&&(g.checked=!1,$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected")}))},s.OkDelete=function(){var o=[];s.flag=!1;for(var e,t=0;t<s.filteredTodos.length;t++)1==document.getElementById(t).checked&&(s.flag=!0,e={sims_sip_goal_target_code:s.filteredTodos[t].sims_sip_goal_target_code,sims_sip_goal_code:s.filteredTodos[t].sims_sip_goal_code,opr:"D"},o.push(e));s.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)n.post(i.apiUrl+"api/GoalTarget/CUDGoalTarget",o).then(function(e){s.msg1=e.data,1==s.msg1?swal({text:"Record Deleted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&(n.get(i.apiUrl+"api/GoalTarget/getAllGoalTarget").then(function(e){s.Goal_target=e.data,s.totalItems=s.Goal_target.length,s.todos=s.Goal_target,s.makeTodos()}),1==(g=document.getElementById("mainchk")).checked&&(g.checked=!1,s.row1=""),s.currentPage=!0)}):0==s.msg1?swal({text:"Record Not Deleted. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&(n.get(i.apiUrl+"api/GoalTarget/getAllGoalTarget").then(function(e){s.Goal_target=e.data,s.totalItems=s.Goal_target.length,s.todos=s.Goal_target,s.makeTodos()}),1==(g=document.getElementById("mainchk")).checked&&(g.checked=!1,s.row1=""),s.currentPage=!0)}):swal("Error-"+s.msg1)});else{1==(g=document.getElementById("mainchk")).checked&&(g.checked=!1);for(var t=0;t<s.filteredTodos.length;t++){var a=document.getElementById(t);1==a.checked&&(a.checked=!1,$("tr").removeClass("row_selected"))}}}):swal({text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}),s.currentPage=str};m=(r=new Date).getDate(),(p=r.getMonth()+1)<10&&(p="0"+p),u=r.getFullYear();s.temp={sims_sip_goal_target_end_date:m+"-"+p+"-"+u,sims_sip_goal_target_start_date:m+"-"+p+"-"+u}}])}(),function(){"use strict";var e=angular.module("sims.module.HRMS");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("EmpFinalSettlementSVSCont",["$scope","$state","$rootScope","$stateParams","$timeout","gettextCatalog","$http","$filter","ENV",function(o,e,t,a,s,n,i,d,_){var c;o.display=!0,o.grid=!0,o.edt={},o.Save_btn=!1,o.showTable=!1,o.showPayrollDetails=!1,o.showGratuityDetails=!1,o.To_Updateemployee=!1,o.temp={},o.payrollMonths=[],o.allgratuityData={},o.edt.netPayable=0,o.edt.leave_salary=0,o.edt.airfare=0,o.edt.totalEarning=0,o.edt.totalDeduction=0,o.disableSubmitBtn=!1,o.busyindicator=!0,o.show_ng_repeat_data=!1,o.temp.total_earning_salary_emp=0,o.temp.total_deduction_salary_emp=0,o.temp.total_net_salary_emp=0,i.get(_.apiUrl+"api/common/GlobalSearch/GetCompanyNameForShift").then(function(e){o.cmbCompany=e.data,o.temp.company_code=o.cmbCompany[0].sh_company_code,o.getDeptFromCompany(o.cmbCompany[0].sh_company_code),o.getDesignationFromCompany(o.cmbCompany[0].sh_company_code)}),o.pageHeight=$(window).height(),o.getDeptFromCompany=function(e){i.get(_.apiUrl+"api/common/GlobalSearch/GetDepartmentName?company_code="+e).then(function(e){o.compDepartment=e.data})},o.getDesignationFromCompany=function(e){i.get(_.apiUrl+"api/EmployeeReport/GetDesignation?com_code="+e).then(function(e){o.compDesignation=e.data})},i.get(_.apiUrl+"api/updatepaysheet/GetAllPayCodes").then(function(e){o.GetAllPayCodes=e.data}),i.get(_.apiUrl+"api/generatepayroll/GetCurrentFinYearFromFinsParameter").then(function(e){o.GetCurrentFinYearFromFinsParameter1=e.data,o.fin_year=o.GetCurrentFinYearFromFinsParameter1[0].fin_year,o.fin_year_desc=o.GetCurrentFinYearFromFinsParameter1[0].fin_year_desc}),o.getGetSalaryDetails=function(e){i.get(_.apiUrl+"api/EmployeeSettlement/GetSalaryDetails?em_number="+e).then(function(e){if(o.GetSalaryDetailsByMonth=e.data,console.log("GetSalaryDetailsByEmployee",o.GetSalaryDetailsByMonth),0<o.GetSalaryDetailsByMonth.length)for(var t=0;t<o.GetSalaryDetailsByMonth.length;t++)o.GetSalaryDetailsByMonth[t].check=!0,o.chk_all=!0,o.edt.netPayable+=parseFloat(o.GetSalaryDetailsByMonth[t].net_amount),o.edt.totalEarning+=parseFloat(o.GetSalaryDetailsByMonth[t].earning_amount),o.edt.totalDeduction+=parseFloat(o.GetSalaryDetailsByMonth[t].deduction_amount);console.log("totalDeduction",o.edt.totalDeduction)}),i.get(_.apiUrl+"api/EmployeeSettlement/GetGratuityByEmployee?em_number="+e).then(function(e){o.gratuityDeatails=e.data,0<o.gratuityDeatails.length?(o.edt.grt_amount=parseFloat(o.gratuityDeatails[0].grt_amount).toFixed(3),o.edt.grt_applicable_days=o.gratuityDeatails[0].grt_applicable_days,o.edt.grt_working_days=o.gratuityDeatails[0].grt_working_days,o.edt.grt_amount2=o.gratuityDeatails[0].grt_amount,o.edt.netPayable+=parseFloat(o.edt.grt_amount2),o.edt.totalEarning+=parseFloat(o.edt.grt_amount2)):o.edt.grt_amount=0,console.log("gratuityDeatails",o.gratuityDeatails)})},o.CheckAllChecked=function(){if(1==(c=document.getElementById("mainchk")).checked)for(var e=0;e<o.GetSalaryDetailsByMonth.length;e++)document.getElementById("test-"+e).checked=!0,o.edt.netPayable+=parseFloat(o.GetSalaryDetailsByMonth[e].net_amount),o.edt.totalEarning+=parseFloat(o.GetSalaryDetailsByMonth[e].earning_amount);else for(e=0;e<o.GetSalaryDetailsByMonth.length;e++)document.getElementById("test-"+e).checked=!1,c.checked=!1,o.row1="",o.edt.netPayable=0},o.checkonebyonedelete=function(e){1==e.check?(e.check=!0,o.edt.netPayable+=parseFloat(e.net_amount),o.edt.totalEarning+=parseFloat(e.earning_amount)):(e.check=!1,o.edt.netPayable-=parseFloat(e.net_amount),o.edt.totalEarning-=parseFloat(e.earning_amount),o.chk_all=!1);for(var t=0;t<o.GetSalaryDetailsByMonth.length;t++)1==o.GetSalaryDetailsByMonth[t].check?o.chk_all=!0:o.chk_all=!1},o.setNetAmount=function(e){console.log(o.edt.leave_salary),"G"==e?null==o.edt.grt_amount||""==o.edt.grt_amount?o.edt.grt_amount=0:(o.edt.netPayable-=parseFloat(o.edt.grt_amount2),o.edt.netPayable+=parseFloat(o.edt.grt_amount),o.edt.totalEarning-=parseFloat(o.edt.grt_amount2),o.edt.totalEarning+=parseFloat(o.edt.grt_amount)):"L"==e?null==o.edt.leave_salary||""==o.edt.leave_salary?o.edt.leave_salary=0:(o.edt.netPayable+=parseFloat(o.edt.leave_salary),o.edt.totalEarning+=parseFloat(o.edt.leave_salary)):"A"==e&&(null==o.edt.airfare||""==o.edt.airfare?o.edt.airfare=0:(o.edt.netPayable+=parseFloat(o.edt.airfare),o.edt.totalEarning+=parseFloat(o.edt.airfare)))},o.submit=function(){o.busyindicator=!1,o.disableSubmitBtn=!0,o.edt.reg_date=o.temp.reg_date,o.edt.com_code="1",console.log("edt",o.edt),i.post(_.apiUrl+"api/EmployeeSettlement/SubmitSettlement",o.edt).then(function(e){o.response=e.data,console.log(e),console.log(o.response.strMessage),swal({title:"Alert",text:o.response.strMessage,showCloseButton:!0,width:380}),o.disableSubmitBtn=!1,o.busyindicator=!0,o.reset()})},o.cancel=function(){e.go("main.TimeLine")},o.reset=function(){o.edt={},o.temp={},o.showTable=!1,o.edt.netPayable=0,o.edt.leave_salary=0,o.edt.airfare=0,o.edt.totalEarning=0,o.edt.totalDeduction=0,o.disableSubmitBtn=!1,o.busyindicator=!0,o.temp.total_earning_salary_emp=0,o.temp.total_deduction_salary_emp=0,o.temp.total_net_salary_emp=0},o.getPayrollGeneratedMonth=function(e){i.get(_.apiUrl+"api/EmployeeSettlement/GetPayrollGeneratedMonth?em_number="+e).then(function(e){o.payrollMonths=e.data,console.log("payrollMonths",o.payrollMonths)}),i.post(_.apiUrl+"api/OvertimeHour/Year_month").then(function(e){o.Year_monthData=e.data,o.Year_month=[];(new Date).getFullYear(),(new Date).getMonth();setTimeout(function(){for(var e=0;e<o.Year_monthData.length;e++)for(var t,a=0;a<o.payrollMonths.length;a++)o.Year_monthData[e].year_month.substr(4)==o.payrollMonths[a].pe_year_month.substr(4)&&(t={year_month:o.Year_monthData[e].year_month,year_month_name:o.Year_monthData[e].year_month_name},o.Year_month.push(t));console.log("Year_month",o.Year_month)},500)})},o.setMonth=function(){o.edt.year_month=o.edt.yearCode.substr(4),console.log("year_month",o.edt.year_month)},o.showPayrollDiv=function(){o.showPayrollDetails=!0,o.showGratuityDetails=!1},o.showGratuityDiv=function(){o.showGratuityDetails=!0,o.showPayrollDetails=!1},o.getDetailsEmployeeToUpdate=function(){o.Updateemployee=!1,o.To_Updateemployee=!0,o.yearMonth=o.fin_year+o.edt.year_month,i.get(_.apiUrl+"api/updatepaysheet/GetSalaryDetailsByEmployee?year_month="+o.yearMonth+"&sd_number="+o.edt.em_number).then(function(e){o.GetSalaryDetailsByEmployee=e.data,console.log("GetSalaryDetailsByEmployee",o.GetSalaryDetailsByEmployee),o.postSalaryDetails=angular.copy(o.GetSalaryDetailsByEmployee),o.totalItems=o.GetSalaryDetailsByEmployee.length,o.edt.total=0,o.edt.deductionAmt=0;for(var t=o.edt.grossAmt=0;t<o.GetSalaryDetailsByEmployee.length;t++)"E"==o.GetSalaryDetailsByEmployee[t].pc_earn_dedn_tag&&(o.edt.total=o.edt.total+o.GetSalaryDetailsByEmployee[t].sd_amount),"D"==o.GetSalaryDetailsByEmployee[t].pc_earn_dedn_tag&&(o.edt.deductionAmt=o.edt.deductionAmt+o.GetSalaryDetailsByEmployee[t].sd_amount);o.To_Updateemployee=!0}),i.get(_.apiUrl+"api/updatepaysheet/GetComapnyCurrencyDetails").then(function(e){o.currencyDetails=e.data,0<o.currencyDetails.length?o.comp_curcy_dec=o.currencyDetails[0].comp_curcy_dec:o.comp_curcy_dec=2})},o.calculateGratuity=function(){var e={};e.reg_date=o.empData.reg_date,e.em_date_of_join=o.empData.em_date_of_join,e.em_number=o.empData.em_login_code,e.com_code=o.temp.company_code,e.grt_updated_user=t.globals.currentUser.username,"sms"==i.defaults.headers.common.schoolId?e.opr="A":"siso"==i.defaults.headers.common.schoolId?e.opr="B":e.opr="C",console.log(e),i.post(_.apiUrl+"api/common/MarkEmpResignation/calculateGratuity",e).then(function(e){o.response=e.data,1==o.response?o.getGratuity(o.empData.em_login_code):swal({title:"Alert",text:"Gratuity Calculation Failed",showCloseButton:!0,width:380}),console.log(o.response)})},o.getGratuity=function(){i.get(_.apiUrl+"api/common/MarkEmpResignation/getAmt_ApplandWorkingDays?empl_code="+o.empData.em_login_code).then(function(e){o.amt_Appl_working_days=e.data,console.log("amt_Appl_working_days",o.amt_Appl_working_days),0<o.amt_Appl_working_days.length?o.allgratuityData={grt_amount:o.amt_Appl_working_days[0].grt_amount,grt_applicable_days:o.amt_Appl_working_days[0].grt_applicable_days,grt_working_days:o.amt_Appl_working_days[0].grt_working_days}:o.allgratuityData={}})},o.searchGlobalClick=function(){o.Global_Search_by_employee()},o.emp_modal_cancel=function(){$("#myModal").modal("hide"),o.edt.em_login_code=o.SelectedUserLst[0].em_login_code,o.edt.em_number=o.SelectedUserLst[0].em_number,o.temp={},o.temp.company_code=o.cmbCompany[0].sh_company_code,o.NodataEmployee=!1,o.getfinalsettofemp(o.edt.em_number)},o.getfinalsettofemp=function(e){o.temp={},i.post(_.apiUrl+"api/EmpFinalSettlementController/finalsettlementCommon",{opr:"A",em_number:e}).then(function(e){o.empdetails=e.data.table,o.empdetails_sal=e.data.table1;for(var t=o.total_emp_sal=0;t<o.empdetails_sal.length;t++)o.total_emp_sal=o.total_emp_sal+o.empdetails_sal[t].pa_amount;o.temp={em_number:o.empdetails[0].sd_number,emp_name:o.empdetails[0].emp_name,sd_year_month:o.empdetails[0].sd_year_month,sd_year:o.empdetails[0].sd_year,sd_year_month_no:o.empdetails[0].sd_year_month_no,earning_amount:o.empdetails[0].earning_amount,deduction_amount:o.empdetails[0].deduction_amount,net_amount:o.empdetails[0].net_amount,sd_number:o.empdetails[0].sd_number,em_date_of_join:o.empdetails[0].em_date_of_join,em_service_status:o.empdetails[0].em_service_status,em_left_date:o.empdetails[0].em_left_date,lwp:o.empdetails[0].lwp,gratuity_days:o.empdetails[0].gratuity_days,gratuity_year:o.empdetails[0].gratuity_year,annual_leave_days:o.empdetails[0].annual_leave_days,emp_salary_structure:o.empdetails[0].emp_salary_structure,accrued_leave_as_on_the_last_day_of_service:o.empdetails[0].accrued_leave_as_on_the_last_day_of_service,emp_one_day_sal:o.empdetails[0].emp_one_day_sal,leave_encashment:o.empdetails[0].leave_encashment,basic_salary:o.empdetails[0].basic_salary,gratuity_per_day_sal:o.empdetails[0].gratuity_per_day_sal,gratuity:o.empdetails[0].gratuity,dg_desc:o.empdetails[0].dg_desc,last_month_salary:o.empdetails[0].last_month_salary,notice_period_dedu:0,relocation_exp:0,airfare:0,recoveries:0,recoveries_ict:0,utilities:0,notice_period:0,total_earning_salary_emp:0,total_deduction_salary_emp:0,total_net_salary_emp:0},o.temp.total_earning_salary_emp=parseFloat(o.temp.net_amount)+parseFloat(o.temp.leave_encashment)+parseFloat(o.temp.gratuity),o.temp.total_net_salary_emp=parseFloat(o.temp.net_amount)+parseFloat(o.temp.leave_encashment)+parseFloat(o.temp.gratuity),$(".mainclass").slideDown(2e3);for(t=0;t<o.empdetails_sal.length;t++)$("#"+("salcode-"+t)).find(".head2child").slideDown(2e3),o.show_ng_repeat_data=!0})},o.toggledata=function(e,t,a,o){$("#"+o.target.id).removeClass();var s=$("."+e).is(":visible");$("."+e).is(":hidden");$("#"+t).find($(".fa")).toggleClass("fa-caret-square-o-up fa-caret-square-o-down"),1==s?($("#"+a).css("border-color","black"),$("#"+o.target.id).addClass("fa fa-caret-square-o-up")):($("#"+a).removeAttr("style"),$("#"+o.target.id).addClass("fa fa-caret-square-o-down")),$("."+e).slideToggle(1e3)},o.addamounttotoal=function(e,t){"E"==t?(o.temp.total_net_salary_emp=parseFloat(o.temp.net_amount)+parseFloat(o.temp.leave_encashment)+parseFloat(o.temp.gratuity)+parseFloat(o.temp.notice_period_dedu)+parseFloat(o.temp.relocation_exp)+parseFloat(o.temp.airfare)-(parseFloat(o.temp.recoveries_ict)+parseFloat(o.temp.utilities)+parseFloat(o.temp.notice_period)+parseFloat(o.temp.recoveries)),o.temp.total_earning_salary_emp=parseFloat(o.temp.net_amount)+parseFloat(o.temp.leave_encashment)+parseFloat(o.temp.gratuity)+parseFloat(o.temp.notice_period_dedu)+parseFloat(o.temp.relocation_exp)+parseFloat(o.temp.airfare)):"D"==t&&(o.temp.total_deduction_salary_emp=parseFloat(o.temp.recoveries_ict)+parseFloat(o.temp.utilities)+parseFloat(o.temp.notice_period)+parseFloat(o.temp.recoveries),o.temp.total_net_salary_emp=parseFloat(o.temp.net_amount)+parseFloat(o.temp.leave_encashment)+parseFloat(o.temp.gratuity)+parseFloat(o.temp.notice_period_dedu)+parseFloat(o.temp.relocation_exp)+parseFloat(o.temp.airfare)-(parseFloat(o.temp.recoveries_ict)+parseFloat(o.temp.utilities)+parseFloat(o.temp.notice_period)+parseFloat(o.temp.recoveries)))},o.saveData=function(){console.log("temp",o.temp);var e={reg_date:o.temp.em_left_date,em_number:o.temp.em_number,com_code:"1",grt_amount:o.temp.gratuity,leave_salary:o.temp.lwp,airfare:o.temp.airfare,netPayable:o.temp.total_net_salary_emp,grt_applicable_days:o.temp.gratuity_days,grt_working_days:o.temp.gratuity_days,totalEarning:o.temp.total_earning_salary_emp,totalDeduction:o.temp.total_deduction_salary_emp};o.edt=e,i.post(_.apiUrl+"api/EmpFinalSettlementController/SubmitSettlement",o.edt).then(function(e){o.response=e.data,console.log(e),console.log(o.response.strMessage),swal({title:"Alert",text:o.response.strMessage,showCloseButton:!0,width:380}),o.disableSubmitBtn=!1,o.busyindicator=!0,o.reset()})},o.globalSearchCustom=function(){o.temp={},o.NodataEmployee=!1,o.showEmployeeFilterBtn=!0,o.EmployeeTable=!1,o.global_search_result=[],$("#myModal").modal("show"),o.temp.company_code=o.cmbCompany[0].sh_company_code},o.Search_by_employee=function(){o.NodataEmployee=!1;var e={};e.em_login_code=o.temp.em_login_code,e.EmpName=o.temp.EmpName,e.em_department=o.temp.em_department,e.em_desg_code=o.temp.em_desg_code,e.company_code=o.temp.company_code,e.resignedEmpFlag="Yes",i.post(_.apiUrl+"api/EmpReRegistration/SearchResignedEmployee?data="+JSON.stringify(e)).then(function(e){o.global_search_result=e.data,o.EmployeeTable=!0,o.showEmployeeFilterBtn=!0,o.showEmployeeFilter=!0,(o.currentPage=0)<e.data.length||(o.global_search_result=[],swal({title:"Alert",text:"No record(s) found.",showCloseButton:!0,width:450,height:200,timer:1e3}),o.NodataEmployee=!0),s(function(){$("#fixTable1").tableHeadFixer({top:1})},100),o.getPerPageRecords()})},s(function(){$("#fixtable").tableHeadFixer({top:1})},100),o.getEmpReg=function(e){o.reset(),i.get(_.apiUrl+"api/EmpFinalSettlementController/getEmployeDetails?login_code="+e).then(function(e){0<e.data.length?(o.Save_btn=!0,o.showTable=!0,o.empData=e.data[0],o.temp={em_login_code:o.empData.em_login_code,em_full_name:o.empData.em_full_name,em_date_of_join:o.empData.em_date_of_join,dg_desc:o.empData.dg_desc,com_name:o.empData.com_name,dep_name:o.empData.dep_name,reg_date:o.empData.reg_date,reg_resion:o.empData.reg_resion,em_status:o.empData.em_status},console.log(o.temp),o.edt.em_number=o.empData.em_number,o.getGetSalaryDetails(o.edt.em_number)):swal({title:"Alert",text:"Please search only resigned employee",width:300,height:200})})},o.cancel_reg=function(){o.edt={},o.temp={},o.Save_btn=!1,o.showTable=!1,o.temp.company_code=o.cmbCompany[0].sh_company_code}}])}(),function(){"use strict";var r,m=[],e=angular.module("sims.module.HRMS");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("LeaveDocumentMasterCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(o,e,t,a,s,n,i){o.pagesize="10",o.pageindex=0,o.save_btn=!0,o.Update_btn=!1,o.display=!1,o.table=!0;var d=!(o.pagerForAll=!0),e=(o.temp={},o.propertyName=null,o.reverse=!1,o.user_access=[],o.appcode=e.current.name.split("."),t.globals.currentUser.username);n.get(i.apiUrl+"api/AlertTransaction/Get_user_access_rights?username="+e+"&appl_code="+o.appcode[1]).then(function(e){o.user_rights=e.data;for(var t=0;t<o.user_rights.length;t++)0==t&&(o.user_access.data_read=o.user_rights[t].comn_user_read,o.user_access.data_insert=o.user_rights[t].comn_user_insert,o.user_access.data_update=o.user_rights[t].comn_user_update,o.user_access.data_delete=o.user_rights[t].comn_user_delete,o.user_access.data_massupdate=o.user_rights[t].comn_user_massupdate,o.user_access.is_admin=o.user_rights[t].comn_user_admin)}),o.sortBy=function(e){o.reverse=o.propertyName===e&&!o.reverse,o.propertyName=e},a(function(){$("#fixTable").tableHeadFixer({top:1})},100),n.get(i.apiUrl+"api/LeaveDocument/getAllLeaveDocuments").then(function(e){o.all_Qual_Data=e.data,o.totalItems=o.all_Qual_Data.length,o.todos=o.all_Qual_Data,o.makeTodos()}),o.size=function(e){"All"==e?(o.currentPage=1,o.filteredTodos=o.all_Qual_Data,o.pagerForAll=!1):(o.pagerForAll=!0,o.pagesize=e,o.currentPage=1,o.numPerPage=e,o.makeTodos())},o.index=function(e){o.pageindex=e,o.currentPage=e,console.log("currentPage="+o.currentPage),o.makeTodos(),r.checked=!1,o.row1=""},o.filteredTodos=[],o.currentPage=1,o.numPerPage=5,o.maxSize=5,o.makeTodos=function(){var e=parseInt(o.totalItems%o.numPerPage),e=(o.pagersize="0"==e?parseInt(o.totalItems/o.numPerPage):parseInt(o.totalItems/o.numPerPage)+1,(o.currentPage-1)*o.numPerPage),t=parseInt(e)+parseInt(o.numPerPage);console.log("begin="+e),console.log("end="+t),o.filteredTodos=o.todos.slice(e,t)},o.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).pays_leave_doc_name.toLowerCase().indexOf(t.toLowerCase())||-1<e.pays_leave_doc_desc.toLowerCase().indexOf(t.toLowerCase())||e.pays_leave_doc_code==t;var t})},o.search=function(){o.todos=o.searched(o.all_Qual_Data,o.searchText),o.totalItems=o.todos.length,o.currentPage="1",""==o.searchText&&(o.todos=o.all_Qual_Data),o.makeTodos(),r.checked=!1,o.CheckAllChecked()},o.New=function(){0==o.user_access.data_insert?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(o.disabled=!1,o.readonly=!0,o.table=!1,o.display=!0,o.save_btn=!0,o.Update_btn=!1,o.temp={},o.temp.pays_leave_doc_status=!0,o.Myform.$setPristine(),o.Myform.$setUntouched())};var c=[],l=(o.savedata=function(e){c=[],e&&(d=!1,e=o.temp,d?swal({text:"Record already exists",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}):(e.opr="I",c.push(e),n.post(i.apiUrl+"api/LeaveDocument/CUDLeaveDocuments",c).then(function(e){o.msg1=e.data,1==o.msg1?swal({text:"Record Inserted Successfully",imageUrl:"assets/img/check.png",width:380,showCloseButton:!0}):0==o.msg1?swal({text:"Record Not Inserted. ",imageUrl:"assets/img/close.png",width:380,showCloseButton:!0}):swal("Error-"+o.msg1),n.get(i.apiUrl+"api/LeaveDocument/getAllLeaveDocuments").then(function(e){o.all_Qual_Data=e.data,o.totalItems=o.all_Qual_Data.length,o.todos=o.all_Qual_Data,o.makeTodos()})}),c=[],o.table=!0,o.display=!1))},o.Cancel=function(){o.temp={},o.table=!0,o.display=!1,o.Myform.$setPristine(),o.Myform.$setUntouched(),o.temp.desg_desc="",o.temp.pays_leave_doc_status="",d=!1},o.edit=function(e){0==o.user_access.data_update?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(o.readonly=!0,o.disabled=!0,o.table=!1,o.display=!0,o.save_btn=!1,o.Update_btn=!0,o.temp={pays_leave_doc_code:e.pays_leave_doc_code,pays_leave_doc_name:e.pays_leave_doc_name,pays_leave_doc_desc:e.pays_leave_doc_desc,pays_leave_doc_is_mandatory:e.pays_leave_doc_is_mandatory,pays_leave_doc_status:e.pays_leave_doc_status})},[]);o.update=function(){var e;d?swal({text:"Record already exists",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}):((e=o.temp).opr="U",l.push(e),n.post(i.apiUrl+"api/LeaveDocument/CUDLeaveDocuments",l).then(function(e){o.msg1=e.data,1==o.msg1?swal({text:"Record Updated Successfully",imageUrl:"assets/img/check.png",width:380,showCloseButton:!0}):0==o.msg1?swal({text:"Record Not Updated. ",imageUrl:"assets/img/close.png",width:380,showCloseButton:!0}):swal("Error-"+o.msg1),n.get(i.apiUrl+"api/LeaveDocument/getAllLeaveDocuments").then(function(e){o.all_Qual_Data=e.data,o.totalItems=o.all_Qual_Data.length,o.todos=o.all_Qual_Data,o.makeTodos()})}),l=[],o.table=!0,o.display=!1)},o.CheckAllChecked=function(){if(1==(r=document.getElementById("mainchk")).checked)for(var e=0;e<o.filteredTodos.length;e++)document.getElementById(o.filteredTodos[e].pays_leave_doc_code+e).checked=!0,o.row1="row_selected",$("tr").addClass("row_selected");else for(e=0;e<o.filteredTodos.length;e++)document.getElementById(o.filteredTodos[e].pays_leave_doc_code+e).checked=!1,r.checked=!1,o.row1=""},o.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),o.color="#edefef"}),1==(r=document.getElementById("mainchk")).checked&&(r.checked=!1,$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected")}))},o.OkDelete=function(){if(0==o.user_access.data_delete)swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200});else{m=[],o.flag=!1;for(var e,t=0;t<o.filteredTodos.length;t++)1==document.getElementById(o.filteredTodos[t].pays_leave_doc_code+t).checked&&(o.flag=!0,e={pays_leave_doc_code:o.filteredTodos[t].pays_leave_doc_code,opr:"D"},m.push(e));o.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)n.post(i.apiUrl+"api/LeaveDocument/CUDLeaveDocuments?data=",m).then(function(e){o.msg1=e.data,1==o.msg1?swal({text:"Record Deleted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&(n.get(i.apiUrl+"api/LeaveDocument/getAllLeaveDocuments").then(function(e){o.all_Qual_Data=e.data,o.totalItems=o.all_Qual_Data.length,o.todos=o.all_Qual_Data,o.makeTodos()}),1==(r=document.getElementById("mainchk")).checked&&(r.checked=!1,o.row1=""),o.currentPage=!0)}):0==o.msg1?swal({text:"Record Not Deleted.",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&(n.get(i.apiUrl+"api/LeaveDocument/getAllLeaveDocuments").then(function(e){o.all_Qual_Data=e.data,o.totalItems=o.all_Qual_Data.length,o.todos=o.all_Qual_Data,o.makeTodos()}),1==(r=document.getElementById("mainchk")).checked&&(r.checked=!1,o.row1=""),o.currentPage=!0)}):swal("Error-"+o.msg1)});else for(var t=0;t<o.filteredTodos.length;t++){var a=document.getElementById(o.filteredTodos[t].pays_leave_doc_code+t);1==a.checked&&(a.checked=!1,r.checked=!1,$("tr").removeClass("row_selected"))}}):swal({text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}),o.currentPage=str}}}])}(),function(){"use strict";var c,e=angular.module("sims.module.HRMS");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("GoalTargetEvaluationCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","$filter","ENV",function(t,e,a,o,s,n,i,d){t.display=!0,t.pagesize="10",t.pageindex="1",t.grid=!0,t.shifttemplate_data=[];t.div_submit=!0,t.gridNew=!1,t.div_shift=!1,t.BUSY=!1,t.ddMMyyyy=i("date")(new Date,"dd-MM-yyyy"),t.temp={},o(function(){$("#fixedtable,#fixedtable1").tableHeadFixer({top:1})},100),t.edt={sh_start_date:t.ddMMyyyy},n.get(d.apiUrl+"api/GoalTarget/getAcademicYear").then(function(e){t.Acc_year=e.data,console.log(t.Acc_year),t.temp.sims_sip_academic_year=t.Acc_year[0].sims_sip_academic_year}),n.get(d.apiUrl+"api/GoalTarget/getGoalName").then(function(e){t.goal_Name=e.data,console.log(t.goal_Name)}),t.getGoalTarget=function(e){n.get(d.apiUrl+"api/GoalTargetKPI/getGoalTargetName?sims_sip_goal_code="+e).then(function(e){t.target_Name=e.data,console.log(t.target_Name)})},t.sims_user="staff",t.isShown=function(e){return e===t.sims_user},n.get(d.apiUrl+"api/common/GoalTargetEvaluation/Get_Student").then(function(e){t.get_student=e.data}),n.get(d.apiUrl+"api/common/GoalTargetEvaluation/Get_Employee").then(function(e){t.get_employee=e.data}),t.btn_display=function(){n.get(d.apiUrl+"api/common/GoalTargetEvaluation/getAllGoalTargetEvaluation?comp_code="+t.edt.sh_company_code+"&aca_year="+t.temp.sims_sip_academic_year+"&goal_name="+t.temp.sims_sip_goal_code+"&goal_target_name="+t.temp.sims_sip_goal_target_code).then(function(e){t.GoalTargetEvaluation=e.data,console.log("GT Evaluation:",t.GoalTargetEvaluation)})},t.btn_cancel=function(){t.temp.sims_enroll_number="",t.temp.em_login_code="",t.temp.sims_sip_goal_target_code="",t.temp.sims_sip_goal_code=""};var _=[];t.savedata=function(e){e&&((e=t.temp).opr="I",_.push(e),n.post(d.apiUrl+"api/common/GoalTargetEvaluation/CUDGoalTargetEvaluation",_).then(function(e){t.msg1=e.data,1==t.msg1?swal({text:"Record Inserted Successfully",imageUrl:"assets/img/check.png",width:380,showCloseButton:!0}):swal({text:"Record Not Inserted",imageUrl:"assets/img/close.png",width:380,showCloseButton:!0})}),_=[],t.table=!0,t.display=!0)},t.CheckAllChecked=function(){c=document.getElementById("mainchk");for(var e=0;e<t.AllEmployeeName_data.length;e++)1==c.checked?(t.AllEmployeeName_data[e].sh_template_id1=!0,$("tr").addClass("row_selected")):(t.AllEmployeeName_data[e].sh_template_id1=!1,$("tr").removeClass("row_selected"),c.checked=!1)},t.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),t.color="#edefef"}),1==(c=document.getElementById("mainchk")).checked&&(c.checked=!1,$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected")}))}}])}(),function(){"use strict";var p,e=angular.module("sims.module.HRMS");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("GoalCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(s,e,t,a,o,n,i){s.pagesize="10",s.pageindex=0,s.save_btn=!0,s.Update_btn=!1,s.display=!1,s.table=!0,s.temp={},a(function(){$("#fixTable").tableHeadFixer({top:1})},100),s.chkMaxMin=function(){s.temp.sims_sip_goal_max_point<=s.temp.sims_sip_goal_min_point&&swal({title:"Alert",text:"Maximum Point should greater than Minimum Point",width:300,height:200})},s.chkMin=function(){s.temp.sims_sip_goal_min_point>=s.temp.sims_sip_goal_max_point&&swal({title:"Alert",text:"Minimum Point should less than Maximum Point",width:300,height:200})},n.get(i.apiUrl+"api/GoalTarget/getGoalName").then(function(e){s.goal_Name=e.data,console.log(s.goal_Name)}),n.get(i.apiUrl+"api/GoalTarget/getAcademicYear").then(function(e){s.Acc_year=e.data,console.log(s.Acc_year),s.temp.sims_sip_academic_year=s.Acc_year[0].sims_sip_academic_year}),n.get(i.apiUrl+"api/Goal/Get_revision_type").then(function(e){s.Revision_type=e.data,console.log(s.Revision_type)}),n.get(i.apiUrl+"api/Goal/getAllGoal").then(function(e){s.Goal_Details=e.data,console.log("Goal Data:",s.Goal_Details),s.totalItems=s.Goal_Details.length,s.todos=s.Goal_Details,s.makeTodos()}),s.size=function(e){"All"==e?(s.currentPage="1",s.filteredTodos=s.Goal_Details,s.pager=!1):(s.pager=!0,s.pagesize=e,s.currentPage=1,s.numPerPage=e,s.makeTodos()),console.log("numPerPage="+s.numPerPage)},s.index=function(e){s.pageindex=e,s.currentPage=e,console.log("currentPage="+s.currentPage),s.makeTodos(),p.checked=!1,s.row1=""},a(function(){$("#fixTable").tableHeadFixer({top:1})},100),s.filteredTodos=[],s.currentPage=1,s.numPerPage=10,s.maxSize=10,s.makeTodos=function(){var e=parseInt(s.totalItems%s.numPerPage),e=(s.pagersize="0"==e?parseInt(s.totalItems/s.numPerPage):parseInt(s.totalItems/s.numPerPage)+1,(s.currentPage-1)*s.numPerPage),t=parseInt(e)+parseInt(s.numPerPage);console.log("begin="+e),console.log("end="+t),s.filteredTodos=s.todos.slice(e,t)},s.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).sims_sip_goal_desc.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_sip_goal_revision_type_period.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_sip_goal_max_point.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_sip_goal_min_point.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_sip_goal_revision_type.toLowerCase().indexOf(t.toLowerCase())||e.sims_sip_grading_scale==t;var t})},s.search=function(){s.todos=s.searched(s.Goal_Details,s.searchText),s.totalItems=s.todos.length,s.currentPage="1",""==s.searchText&&(s.todos=s.Goal_Details),s.makeTodos(),p.checked=!1,s.CheckAllChecked()},s.compareDate=function(){s.temp.sims_sip_goal_end_date<s.temp.sims_sip_goal_start_date&&swal({title:"Alert",text:"End Date Should greater than Start Date",width:300,height:200})},s.New=function(){s.temp="",s.disabled=!1,s.gtcreadonly=!0,s.gtdreadonly=!1,s.gdisabled=!1,s.aydisabled=!1,s.table=!1,s.display=!0,s.save_btn=!0,s.Update_btn=!1,s.temp={sims_sip_goal_start_date:l+"-"+r+"-"+m,sims_sip_goal_end_date:l+"-"+r+"-"+m,sims_sip_goal_status:!0},s.temp.sims_sip_academic_year=s.Acc_year[0].sims_sip_academic_year,s.Myform.$setPristine(),s.Myform.$setUntouched()};var d=[],c=(s.savedata=function(e){e&&(e={sims_sip_academic_year:s.temp.sims_sip_academic_year,sims_sip_goal_code:s.temp.sims_sip_goal_code,sims_sip_goal_desc:s.temp.sims_sip_goal_desc,sims_sip_goal_start_date:s.temp.sims_sip_goal_start_date,sims_sip_goal_end_date:s.temp.sims_sip_goal_end_date,sims_sip_goal_revision_type:s.temp.sims_sip_goal_revision_type,sims_sip_goal_revision_type_period:s.temp.sims_sip_goal_revision_type_period,sims_sip_goal_max_point:s.temp.sims_sip_goal_max_point,sims_sip_goal_min_point:s.temp.sims_sip_goal_min_point,sims_sip_goal_status:s.temp.sims_sip_goal_status,sims_sip_grading_scale:s.temp.sims_sip_grading_scale,opr:"I"},d.push(e),n.post(i.apiUrl+"api/Goal/InsertUpdateGoal",d).then(function(e){s.msg1=e.data,1==s.msg1?swal({text:"Record Inserted Successfully",imageUrl:"assets/img/check.png",width:300,height:200}):0==s.msg1?swal({text:"Record Not Inserted. ",imageUrl:"assets/img/close.png",width:300,height:200}):swal("Error-"+s.msg1),n.get(i.apiUrl+"api/Goal/getAllGoal").then(function(e){s.Goal_Details=e.data,s.totalItems=s.Goal_Details.length,s.todos=s.Goal_Details,s.makeTodos()})}),d=[],s.table=!0,s.display=!1)},s.Cancel=function(){s.temp="",s.table=!0,s.display=!1,s.Myform.$setPristine(),s.Myform.$setUntouched(),s.temp.sims_sip_academic_year="",s.temp.sims_sip_goal_code="",s.temp.sims_sip_goal_desc="",s.temp.sims_sip_goal_start_date="",s.temp.sims_sip_goal_end_date="",s.temp.sims_sip_goal_revision_type="",s.temp.sims_sip_goal_revision_type_period="",s.temp.sims_sip_goal_max_point="",s.temp.sims_sip_goal_min_point="",s.temp.sims_sip_goal_status="",s.temp.sims_sip_grading_scale=""},s.edit=function(e){s.gtcreadonly=!0,s.gtdreadonly=!0,s.gdisabled=!0,s.aydisabled=!0,s.table=!1,s.display=!0,s.save_btn=!1,s.Update_btn=!0,s.temp={sims_sip_academic_year:e.sims_sip_academic_year,sims_sip_goal_code:e.sims_sip_goal_code,sims_sip_goal_desc:e.sims_sip_goal_desc,sims_sip_goal_start_date:e.sims_sip_goal_start_date,sims_sip_goal_end_date:e.sims_sip_goal_end_date,sims_sip_goal_revision_type:e.sims_sip_goal_revision_type,sims_sip_goal_revision_type_period:e.sims_sip_goal_revision_type_period,sims_sip_goal_max_point:e.sims_sip_goal_max_point,sims_sip_goal_min_point:e.sims_sip_goal_min_point,sims_sip_goal_status:e.sims_sip_goal_status,sims_sip_grading_scale:e.sims_sip_grading_scale}},[]),a=(s.update=function(e){e&&((e=s.temp).opr="U",c.push(e),n.post(i.apiUrl+"api/Goal/InsertUpdateGoal",c).then(function(e){s.msg1=e.data,1==s.msg1?swal({text:"Record Updated Successfully",imageUrl:"assets/img/check.png",width:300,height:200}):0==s.msg1?swal({text:"Record Not Updated. ",imageUrl:"assets/img/close.png",width:300,height:200}):swal("Error-"+s.msg1),n.get(i.apiUrl+"api/Goal/getAllGoal").then(function(e){s.Goal_Details=e.data,s.totalItems=s.Goal_Details.length,s.todos=s.Goal_Details,s.makeTodos()})}),c=[],s.table=!0,s.display=!1)},s.CheckAllChecked=function(){if(1==(p=document.getElementById("mainchk")).checked)for(var e=0;e<s.filteredTodos.length;e++)document.getElementById(e).checked=!0,s.row1="row_selected",$("tr").addClass("row_selected");else for(e=0;e<s.filteredTodos.length;e++)document.getElementById(e).checked=!1,p.checked=!1,s.row1=""},s.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),s.color="#edefef"}),1==(p=document.getElementById("mainchk")).checked&&(p.checked=!1,$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected")}))},s.OkDelete=function(){var o=[];s.flag=!1;for(var e,t=0;t<s.filteredTodos.length;t++)1==document.getElementById(t).checked&&(s.flag=!0,e={sims_sip_academic_year:s.filteredTodos[t].sims_sip_academic_year,sims_sip_goal_code:s.filteredTodos[t].sims_sip_goal_code,opr:"D"},o.push(e));s.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)n.post(i.apiUrl+"api/Goal/InsertUpdateGoal",o).then(function(e){s.msg1=e.data,1==s.msg1?swal({text:"Record Deleted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&(n.get(i.apiUrl+"api/Goal/getAllGoal").then(function(e){s.Goal_Details=e.data,s.totalItems=s.Goal_Details.length,s.todos=s.Goal_Details,s.makeTodos()}),1==(p=document.getElementById("mainchk")).checked&&(p.checked=!1,s.row1=""),s.currentPage=!0)}):0==s.msg1?swal({text:"Record Not Deleted. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&(n.get(i.apiUrl+"api/Goal/getAllGoal").then(function(e){s.Goal_Details=e.data,s.totalItems=s.Goal_Details.length,s.todos=s.Goal_Details,s.makeTodos()}),1==(p=document.getElementById("mainchk")).checked&&(p.checked=!1,s.row1=""),s.currentPage=!0)}):swal("Error-"+s.msg1)});else{1==(p=document.getElementById("mainchk")).checked&&(p.checked=!1);for(var t=0;t<s.filteredTodos.length;t++){var a=document.getElementById(t);1==a.checked&&(a.checked=!1,$("tr").removeClass("row_selected"))}}}):swal({text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}),s.currentPage=void 0},new Date),l=a.getDate(),r=a.getMonth()+1,m=(r<10&&(r="0"+r),a.getFullYear());s.temp={sims_sip_goal_start_date:l+"-"+r+"-"+m,sims_sip_goal_end_date:l+"-"+r+"-"+m,sims_sip_goal_status:!0}}])}(),function(){"use strict";var p="",e=angular.module("sims.module.HRMS");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("GeneratePayrollDPSMISCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV","$filter",function(c,e,t,a,o,l,r,s){c.display=!1,c.busyindicator=!1,c.grid=!0,c.color="#edefef",c.rgvtbl=!1,c.fi_date=!0;(new Date).getMonth();var n="",i="",d="",m=(c.temp={},c.edt={},c.edt.publish_date=s("date")(new Date,"dd-MM-yyyy"),c.finalize_date=s("date")(new Date,"dd-MM-yyyy"),$(function(){$("#division").multipleSelect({width:"100%"})}),$(function(){$("#desg").multipleSelect({width:"100%"})}),$(function(){$("#dept").multipleSelect({width:"100%"})}),l.get(r.apiUrl+"api/Dps/HRMS/getEmpData").then(function(e){c.obj=e.data,setTimeout(function(){$("#division").change(function(){}).multipleSelect({width:"100%"})},1e3)}),l.get(r.apiUrl+"api/PaysGradeChange/Get_gc_company_Code").then(function(e){c.comp_code=e.data,c.temp.gc_company_code=c.comp_code[0].gc_company_code,c.getdept(c.temp.gc_company_code),c.getdesg(c.temp.gc_company_code)}),c.getdept=function(e){l.get(r.apiUrl+"api/PayrollEmployeeDPSD/Get_dept_Code?company_code="+e).then(function(e){c.dept=e.data})},c.getdesg=function(e){l.get(r.apiUrl+"api/PayrollEmployeeDPSD/Get_designation_Code?company_code="+e).then(function(e){c.designation=e.data,setTimeout(function(){$("#desg").change(function(){}).multipleSelect({width:"100%"})},1e3)})},l.get(r.apiUrl+"api/generatepayrollDPSMIS/GetCurrentFinYearFromFinsParameter").then(function(e){c.GetCurrentFinYearFromFinsParameter=e.data,c.fin_year_desc=c.GetCurrentFinYearFromFinsParameter[0].fin_year_desc}),c.getDeptFromDivision=function(){l.get(r.apiUrl+"api/generatepayrollDPSMIS/GetDept?division_code="+c.temp.gd_division_code+"&company_code="+c.temp.gc_company_code).then(function(e){c.GetDept=e.data,setTimeout(function(){$("#dept").change(function(){}).multipleSelect({width:"100%"})},1e3)})},$(function(){$("#cmb_grade").multipleSelect({width:"100%"})}),l.get(r.apiUrl+"api/generatepayrollDPSMIS/Get_employee_service_status").then(function(e){c.Get_employee_service_status=e.data,setTimeout(function(){$("#cmb_grade").change(function(){}).multipleSelect({width:"100%"})},1e3)}),l.get(r.apiUrl+"api/generatepayrollDPSMIS/Get_alert_messages").then(function(e){c.Get_alert_messages=e.data;for(var t=0;t<c.Get_alert_messages.length;t++)"L"==c.Get_alert_messages[t].msg_code?n=c.Get_alert_messages[t].msg_desc:"O"==c.Get_alert_messages[t].msg_code?i=c.Get_alert_messages[t].msg_desc:"G"==c.Get_alert_messages[t].msg_code?c.Get_alert_messages[t].msg_desc:"AG"==c.Get_alert_messages[t].msg_code?d=c.Get_alert_messages[t].msg_desc:"M"==c.Get_alert_messages[t].msg_code?c.Get_alert_messages[t].msg_desc:"C"==c.Get_alert_messages[t].msg_code?c.Get_alert_messages[t].msg_desc:"NG"==c.Get_alert_messages[t].msg_code&&c.Get_alert_messages[t].msg_desc}),l.get(r.apiUrl+"api/generatepayrollDPSMIS/GetCashBankTags").then(function(e){c.GetCashBankTags=e.data,angular.forEach(c.GetCashBankTags,function(e,t){"Both"==e.bct_name&&(c.edt.bct_code="A")})}),l.post(r.apiUrl+"api/OvertimeHour/Year_month").then(function(e){c.Year_month=e.data;var e=(new Date).getFullYear(),t=(new Date).getMonth()+1;c.edt.yearMonth=e+""+t,c.setYearMonth()}),c.setYearMonth=function(){c.edt.sd_year_month_code=c.edt.yearMonth.substr(4),c.fin_year=c.edt.yearMonth.substr(0,4)},l.get(r.apiUrl+"api/generatepayrollDPSMIS/GetMonth").then(function(e){c.GetMonth=e.data}),c.select_date_finalize=function(e){var t=e.split("/")[0],a=e.split("/")[1],e=e.split("/")[2];c.finalize_date=e+"-"+t+"-"+a},c.Show_data=function(){console.log(c.edt.dep_code),console.log(c.edt.dg_code),null==c.edt.bct_code||""==c.edt.bct_code?swal("","Please select bank or cash Tag."):null==c.edt.service_Status_code||""==c.edt.service_Status_code?swal("","Please select service status."):null==c.edt.publish_date||""==c.edt.publish_date?swal("","Please select publish date."):1!=c.fin_status||""!=c.finalize_date&&null!=c.finalize_date?null==c.temp.gc_company_code||""==c.temp.gc_company_code||null==c.temp.gc_company_code?swal("","Please select company."):((p=document.getElementById("grademainchk")).checked=!1,c.row1="",c.color="#edefef",p=document.getElementById("mainchk"),c.row2="",c.color="#edefef",p.checked=!1,c.EmployeeNamesByGrade="",c.GetAllPaysGradeName="",c.rgvtbl=!1,console.log(c.edt.dep_code),console.log(c.edt.dg_code),l.get(r.apiUrl+"api/generatepayrollDPSMIS/GetAllPaysGradeName?company_code="+c.temp.gc_company_code+"&division_code="+c.temp.gd_division_code).then(function(e){c.GetAllPaysGradeName=e.data,0<c.GetAllPaysGradeName.length?c.rgvtbl=!0:c.rgvtbl=!1})):swal("","Please select finalize date.")},c.GetEmployeeData=function(){},[]);c.Generate_payroll=function(){m=[];for(var e,t=[],a=0;a<c.EmployeeNamesByGrade.length;a++)1==document.getElementById(c.EmployeeNamesByGrade[a].emp_number).checked&&(e={sd_year_month:c.fin_year+c.edt.sd_year_month_code,emp_number:c.EmployeeNamesByGrade[a].emp_number},t.push(e));l.post(r.apiUrl+"api/generatepayrollDPSMIS/chk_payroll_genrated_for_current_month",t).then(function(e){0==e.data.length?l.post(r.apiUrl+"api/generatepayrollDPSMIS/chk_payroll_genrated_for_last_month",t).then(function(e){c.chk_payroll_genrated_for_last_month=e.data,m=[];for(var t=0;t<c.EmployeeNamesByGrade.length;t++)1==document.getElementById(c.EmployeeNamesByGrade[t].emp_number).checked&&m.push(c.EmployeeNamesByGrade[t]);for(var t=0,a=c.chk_payroll_genrated_for_last_month.length;t<a;t++)for(var o=0,s=m.length;o<s;o++)c.chk_payroll_genrated_for_last_month[t].emp_lst1!==m[o].emp_number&&c.chk_payroll_genrated_for_last_month[t].emp_lst2!==m[o].emp_number||(m.splice(o,1),s=m.length);swal({title:"",text:n,showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){e?l.post(r.apiUrl+"api/generatepayrollDPSMIS/update_att_and_ot_status?parameter=L&status="+!0).then(function(e){c.msg=e.data,swal({title:"",text:i,showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){e?l.post(r.apiUrl+"api/generatepayrollDPSMIS/update_att_and_ot_status?parameter=O&status="+!0).then(function(e){c.msg=e.data,!0===c.msg&&c.genrate()}):l.post(r.apiUrl+"api/generatepayrollDPSMIS/update_att_and_ot_status?parameter=O&status="+!1).then(function(e){c.msg=e.data,!0===c.msg&&c.genrate()})})}):l.post(r.apiUrl+"api/generatepayrollDPSMIS/update_att_and_ot_status?parameter=L&status="+!1).then(function(e){c.msg=e.data,swal({title:"",text:i,showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){e?l.post(r.apiUrl+"api/generatepayrollDPSMIS/update_att_and_ot_status?parameter=O&status="+!0).then(function(e){c.msg=e.data,!0===c.msg&&c.genrate()}):l.post(r.apiUrl+"api/generatepayrollDPSMIS/update_att_and_ot_status?parameter=O&status="+!1).then(function(e){c.msg=e.data,!0===c.msg&&c.genrate()})})})})}):($("#Employee_payrollMyModal").modal({backdrop:"static",keyboard:!1}),c.chk_payroll=e.data,c.abc=d,c.showokbtn=!1)})},c.current_month_yes=function(){$("#Employee_payrollMyModal").modal("hide"),swal({title:"",text:n,showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){e?l.post(r.apiUrl+"api/generatepayrollDPSMIS/update_att_and_ot_status?parameter=L&status="+!0).then(function(e){c.msg=e.data,swal({title:"",text:i,showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){e?l.post(r.apiUrl+"api/generatepayrollDPSMIS/update_att_and_ot_status?parameter=O&status="+!0).then(function(e){c.msg=e.data,!0===c.msg&&c.genrate()}):l.post(r.apiUrl+"api/generatepayrollDPSMIS/update_att_and_ot_status?parameter=O&status="+!1).then(function(e){c.msg=e.data,!0===c.msg&&c.genrate()})})}):l.post(r.apiUrl+"api/generatepayrollDPSMIS/update_att_and_ot_status?parameter=L&status="+!1).then(function(e){c.msg=e.data,swal({title:"",text:i,showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){e?l.post(r.apiUrl+"api/generatepayrollDPSMIS/update_att_and_ot_status?parameter=O&status="+!0).then(function(e){c.msg=e.data,!0===c.msg&&c.genrate()}):l.post(r.apiUrl+"api/generatepayrollDPSMIS/update_att_and_ot_status?parameter=O&status="+!1).then(function(e){c.msg=e.data,!0===c.msg&&c.genrate()})})})})},c.current_month_no=function(){$("#Employee_payrollMyModal").modal("hide"),c.reset_form()},c.Delete=function(){for(var e="",t=0;t<c.filteredTodos.length;t++){var a=c.filteredTodos[t].cn_code;1==document.getElementById(a).checked&&(e=e+a+",")}l.post(r.apiUrl+"api/contract/CUD_Contract",{cn_code:e,opr:"D"}).then(function(e){c.EmployeeLeaveAssign=e.data,c.grid=!0,c.display=!1,1==c.EmployeeLeaveAssign?(swal({text:"Contract Deleted",imageUrl:"assets/img/check.png",width:300,height:300}),l.get(r.apiUrl+"api/contract/Get_Contract").then(function(e){c.Contract_data=e.data,c.totalItems=c.Contract_data.length,c.todos=c.Contract_data,c.makeTodos()})):swal({text:"Contract Not Deleted",imageUrl:"assets/img/close.png",width:300,height:300})})},a(function(){$("#Table1").tableHeadFixer({top:1}),$("#Table2").tableHeadFixer({top:1}),$("#Table3").tableHeadFixer({top:1}),$("#Table4").tableHeadFixer({top:1})},100),c.cancel=function(){c.grid=!0,c.display=!1,c.edt={}},c.filteredTodos=[],c.currentPage=1,c.numPerPage=5,c.maxSize=5,c.makeTodos=function(){var e=parseInt(c.totalItems%c.numPerPage),e=(c.pagersize="0"==e?parseInt(c.totalItems/c.numPerPage):parseInt(c.totalItems/c.numPerPage)+1,(c.currentPage-1)*c.numPerPage),t=parseInt(e)+parseInt(c.numPerPage);c.filteredTodos=c.todos.slice(e,t);for(var a=0;a<c.filteredTodos.length;a++)c.filteredTodos[a].icon="fa fa-plus-circle";1==(p=document.getElementById("mainchk")).checked&&(p.checked=!1,c.row1="",c.CheckMultiple())},c.size=function(e){c.pagesize=e,c.currentPage=1,c.numPerPage=e,c.makeTodos(),1==(p=document.getElementById("mainchk")).checked&&(p.checked=!1,c.row1="",c.color="#edefef")},c.index=function(e){c.pageindex=e,c.currentPage=e,c.makeTodos(),1==(p=document.getElementById("mainchk")).checked&&(p.checked=!1,c.row1="",c.color="#edefef")},c.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).code.toLowerCase().indexOf(t.toLowerCase())||-1<e.name.toLowerCase().indexOf(t.toLowerCase());var t})},c.search=function(){c.todos=c.searched(c.EmployeeNamesByGrade,c.searchText),c.totalItems=c.todos.length,c.currentPage="1",""==c.searchText&&(c.todos=c.EmployeeNamesByGrade),c.makeTodos()},a(function(){$("#fixTable").tableHeadFixer({top:1})},100),c.CheckGradeMultiple=function(){p=document.getElementById("grademainchk");for(var e=0;e<c.GetAllPaysGradeName.length;e++){var t=c.GetAllPaysGradeName[e].gr_code,t=document.getElementById(t);1==p.checked?null==c.edt.bct_code||""==c.edt.bct_code?(swal("","Please Select Bank or Cash Tag."),p.checked=!1):null==c.edt.service_Status_code||""==c.edt.service_Status_code?(swal("","Please Select Service Status."),p.checked=!1):null==c.edt.publish_date||""==c.edt.publish_date?(swal("","Please Select Publish Date."),p.checked=!1):(t.checked=!0,c.row1="row_selected",c.color="#edefef"):(t.checked=!1,c.row1="",c.color="#edefef",p.checked=!1)}if(null!=c.edt.bct_code&&""!=c.edt.bct_code&&null!=c.edt.service_Status_code&&""!=c.edt.service_Status_code&&null!=c.edt.publish_date&&""!=c.edt.publish_date){for(var a="",e=0;e<c.GetAllPaysGradeName.length;e++)1==document.getElementById(c.GetAllPaysGradeName[e].gr_code).checked&&(a=a+c.GetAllPaysGradeName[e].gr_code+"/");for(var o="",s=0;s<c.edt.service_Status_code.length;s++)o=o+c.edt.service_Status_code[s]+"/"}for(var n="",e=0;e<c.edt.dep_code.length;e++)n=n+c.edt.dep_code[e]+",";for(var i="",d=0;d<c.edt.dg_code.length;d++)i=i+c.edt.dg_code[d]+",";var _={gr_code:a,sd_year_month:c.fin_year+c.edt.sd_year_month_code,em_bank_cash_tag:c.edt.bct_code,service_Status_code:o,dep_code:n,dg_code:i};console.log(c.edt.dep_code),console.log(c.edt.dg_code),console.log("data",_),l.post(r.apiUrl+"api/generatepayrollDPSMIS/EmployeeNamesByGrade",_).then(function(e){c.EmployeeNamesByGrade=e.data})},c.gradeCheckOneByOne=function(e){e=document.getElementById(e);if(null!=c.edt.bct_code&&""!=c.edt.bct_code&&null!=c.edt.service_Status_code&&""!=c.edt.service_Status_code&&null!=c.edt.publish_date&&""!=c.edt.publish_date?($("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),c.color="#edefef"}),1==(p=document.getElementById("grademainchk")).checked&&(p.checked=!1,c.color="#edefef")):(e.checked=!1,swal({text:"Please Select All Field(s)",width:300})),null!=c.edt.bct_code&&""!=c.edt.bct_code&&null!=c.edt.service_Status_code&&""!=c.edt.service_Status_code&&null!=c.edt.publish_date&&""!=c.edt.publish_date){for(var t="",a=0;a<c.GetAllPaysGradeName.length;a++)1==document.getElementById(c.GetAllPaysGradeName[a].gr_code).checked&&(t=t+c.GetAllPaysGradeName[a].gr_code+"/");for(var o="",s=0;s<c.edt.service_Status_code.length;s++)o=o+c.edt.service_Status_code[s]+"/"}for(s=0;s<c.edt.service_Status_code.length;s++)o=o+c.edt.service_Status_code[s]+"/";for(var n="",a=0;a<c.edt.dep_code.length;a++)n=n+c.edt.dep_code[a]+",";for(var i="",d=0;d<c.edt.dg_code.length;d++)i=i+c.edt.dg_code[d]+",";console.log("department_code",n),console.log("desig_code",i);var e=c.fin_year+c.edt.sd_year_month_code,_=c.edt.bct_code,e=((p=document.getElementById("mainchk")).checked=!1,c.row2="",{gr_code:t,sd_year_month:e,em_bank_cash_tag:_,service_Status_code:o,dep_code:n,dg_code:i});l.post(r.apiUrl+"api/generatepayrollDPSMIS/EmployeeNamesByGrade",e).then(function(e){c.EmployeeNamesByGrade=e.data})},c.select_chk_finalize=function(){1==c.fin_status?c.fi_date=!1:c.fi_date=!0},c.CheckEmpMultiple=function(){p=document.getElementById("mainchk");for(var e=0;e<c.EmployeeNamesByGrade.length;e++){var t=c.EmployeeNamesByGrade[e].emp_number,t=document.getElementById(t);1==p.checked?(t.checked=!0,c.row2="row_selected",c.color="#edefef"):(t.checked=!1,c.row2="",c.color="#edefef",p.checked=!1)}},c.EmpCheckOneByOne=function(e){1==(p=document.getElementById("mainchk")).checked&&(p.checked=!1),$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),c.color="#edefef"})},c.genrate=function(){for(var e="",t=0;t<c.GetAllPaysGradeName.length;t++)1==document.getElementById(c.GetAllPaysGradeName[t].gr_code).checked&&(e=e+c.GetAllPaysGradeName[t].gr_code+"/");""!=c.fin_date&&null!=c.fin_date||(c.fin_date=""),m=[];for(var a,o=[],t=0;t<c.EmployeeNamesByGrade.length;t++)1==document.getElementById(c.EmployeeNamesByGrade[t].emp_number).checked&&(a={sd_year_month:c.fin_year+c.edt.sd_year_month_code,gr_code:e,bct_code:c.edt.bct_code,publishdata:c.edt.publish_date,emp_number:c.EmployeeNamesByGrade[t].emp_number,finalize_date:c.finalize_date,finalize_status:c.fin_status},o.push(a));c.busy=!0,c.rgvtbl=!1;c.fin_year,c.edt.sd_year_month_code;l.post(r.apiUrl+"api/generatepayrollDPSMIS/Generate_Payroll",o).then(function(e){c.busy=!1,c.rgvtbl=!0,$("#genratedpayroll").modal({backdrop:"static",keyboard:!1});for(var t="",a=0;0<(a<c.GetMonth.length);a++)c.GetMonth[a].sd_year_month_code==c.edt.sd_year_month_code&&(t=c.GetMonth[a].sd_year_month_name);c.finaldata=e.data;for(var o="",a=0;a<c.finaldata.length;a++)o=c.finaldata[0].emp_number.split("/")[1];c.gen=o+","+t,c.total_employees="Total Employee : "+c.finaldata[c.finaldata.length-1].total_employees,c.active_employees="Active Employee : "+c.finaldata[c.finaldata.length-1].active_employees,c.employees_on_vacation="Employee On Vacation : "+c.finaldata[c.finaldata.length-1].employees_on_vacation,c.payroll_generated="Payroll Generated : "+c.finaldata[c.finaldata.length-1].payroll_generated,c.currently_generated="Currently Payroll Generated : "+c.finaldata[c.finaldata.length-1].currently_generated,c.showokbtn=!0})},c.reset_form=function(){$("#genratedpayroll").modal("hide"),c.edt.bct_code="",c.fin_status=!1,c.f_date=!1,c.finalize_date="",c.edt.bct_code="A",c.edt.service_Status_code="",setTimeout(function(){$("#cmb_grade").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"})},1e3),c.edt.publish_date=s("date")(new Date,"dd-MM-yyyy"),(p=document.getElementById("grademainchk")).checked=!1,c.row1="",c.color="#edefef",p=document.getElementById("mainchk"),c.row2="",c.color="#edefef",p.checked=!1,c.EmployeeNamesByGrade="",c.GetAllPaysGradeName="",c.edt.dep_code="",c.edt.dg_code="",c.finalize_date=s("date")(new Date,"dd-MM-yyyy"),c.rgvtbl=!1,c.temp.gd_division_code="",setTimeout(function(){$("#division").change(function(){}).multipleSelect({width:"100%"})},1e3),setTimeout(function(){$("#dept").change(function(){}).multipleSelect({width:"100%"})},1e3),setTimeout(function(){$("#desg").change(function(){}).multipleSelect({width:"100%"})},1e3)},c.select_month=function(){$("#genratedpayroll").modal("hide"),c.edt.bct_code="",c.edt.service_Status_code="",setTimeout(function(){$("#cmb_grade").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"})},1e3),c.edt.publish_date="",(p=document.getElementById("grademainchk")).checked=!1,c.row1="",c.color="#edefef",p=document.getElementById("mainchk"),c.row2="",c.color="#edefef",p.checked=!1,c.EmployeeNamesByGrade="",c.GetAllPaysGradeName=""},c.select_bct=function(){$("#genratedpayroll").modal("hide"),c.edt.service_Status_code="",setTimeout(function(){$("#cmb_grade").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"})},1e3),c.edt.publish_date="",(p=document.getElementById("grademainchk")).checked=!1,c.row1="",c.color="#edefef",p=document.getElementById("mainchk"),c.row2="",c.color="#edefef",p.checked=!1,c.EmployeeNamesByGrade="",c.GetAllPaysGradeName=""},c.select_dg=function(){(p=document.getElementById("grademainchk")).checked=!1,c.row1="",c.color="#edefef",p=document.getElementById("mainchk"),c.row2="",c.color="#edefef",p.checked=!1,c.EmployeeNamesByGrade="",c.GetAllPaysGradeName=""},c.select_dep=function(){(p=document.getElementById("grademainchk")).checked=!1,c.row1="",c.color="#edefef",p=document.getElementById("mainchk"),c.row2="",c.color="#edefef",p.checked=!1,c.EmployeeNamesByGrade="",c.GetAllPaysGradeName=""},c.select_service_status=function(){$("#genratedpayroll").modal("hide"),(p=document.getElementById("grademainchk")).checked=!1,c.row1="",c.color="#edefef",p=document.getElementById("mainchk"),c.row2="",c.color="#edefef",p.checked=!1,c.EmployeeNamesByGrade="",c.GetAllPaysGradeName=""},c.clickme=function(e){13==e.keyCode&&($("#Employee_payrollMyModal").modal("hide"),c.reset_form())}}])}(),function(){"use strict";var l,e=angular.module("sims.module.HRMS");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("AbsentEmployeeNotificationCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$filter","$http","ENV",function(i,e,t,a,o,s,d,c){i.table=!1,i.table1=!1,i.pagesize="10",i.pageindex=0,console.clear(),a(function(){$("#example").tableHeadFixer({top:1})},100);var n=s("date")(new Date,"dd-MM-yyyy");i.dt={sims_from_date:n},$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0,format:"dd-mm-yyyy"}),i.filteredTodos=[],i.currentPage=1,i.numPerPage=10,i.maxSize=10,i.size=function(e){1==(l=document.getElementById("mainchk")).checked&&(l.checked=!1,i.row1="",i.color="#edefef"),"All"==e?(i.currentPage=1,i.numPerPage=i.studlist.length):(i.pagesize=e,i.currentPage=1,i.numPerPage=e),i.makeTodos()},i.index=function(e){i.pageindex=e,i.currentPage=e,i.makeTodos(),1==(l=document.getElementById("mainchk")).checked&&(l.checked=!1,i.row1="",i.color="#edefef")},i.makeTodos=function(){var e=parseInt(i.totalItems%i.numPerPage),e=(i.pagersize="0"==e?parseInt(i.totalItems/i.numPerPage):parseInt(i.totalItems/i.numPerPage)+1,(i.currentPage-1)*i.numPerPage),t=parseInt(e)+parseInt(i.numPerPage);console.log("begin="+e),console.log("end="+t),i.filteredTodos=i.todos.slice(e,t)},d.get(c.apiUrl+"api/EmployeeReport/GetCompanyNameForShift").then(function(e){i.cmbCompany=e.data,i.edt={sh_company_code:i.cmbCompany[0].sh_company_code},i.companyChange(i.edt.sh_company_code),i.getARule(i.edt.sh_company_code)}),i.getcur=function(){d.get(c.apiUrl+"api/common/getCuriculum").then(function(e){i.curriculum=e.data,i.edt={sims_cur_code:i.curriculum[0].sims_cur_code},i.getAccYear(i.edt.sims_cur_code),i.getARule(i.edt.sims_cur_code)})},i.getcur(),i.getAccYear=function(e){d.get(c.apiUrl+"api/common/getAcademicYear?curCode="+e).then(function(e){i.Acc_year=e.data,i.temp={sims_academic_year:i.Acc_year[0].sims_academic_year},i.edt={sims_cur_code:i.curriculum[0].sims_cur_code,sh_company_code:i.cmbCompany[0].sh_company_code}})},i.getARule=function(e){d.get(c.apiUrl+"api/StudentReport/getEmployeeAttendanceRule?comCode="+e).then(function(e){i.arule=e.data,i.edt={sh_company_code:i.edt.sh_company_code,sims_attendance_code:i.arule[0].sims_attendance_code,sims_cur_code:i.edt.sims_cur_code}})},d.get(c.apiUrl+"api/EmployeeReport/GetDepartmentName").then(function(e){i.cmbDepartment=e.data,setTimeout(function(){$("#cmb_dept_code").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"})},1e3)}),$(function(){$("#cmb_dept_code").multipleSelect({width:"100%"})}),i.companyChange=function(e){d.get(c.apiUrl+"api/EmployeeReport/GetDesignation?com_code="+e).then(function(e){i.cmbDesignation=e.data,setTimeout(function(){$("#cmb_desig_code").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"})},1e3)}),i.getARule(i.edt.sh_company_code)},$(function(){$("#cmb_desig_code").multipleSelect({width:"100%"})}),i.Show_Data=function(e,t){null!=e&&null!=t||""!=i.edt.sh_company_code&&""!=i.temp.sims_academic_year?d.get(c.apiUrl+"api/StudentReport/getAbsentEmployeeList?cur_name="+i.edt.sims_cur_code+"&com_code="+i.edt.sh_company_code+"&academic_year="+i.temp.sims_academic_year+"&dep_code="+i.edt.dept_no+"&desg_code="+i.edt.esi_code+"&employee_en="+i.edt.em_login_code+"&select_date="+i.dt.sims_from_date+"&att_code="+i.edt.sims_attendance_code+"&opr_code=S").then(function(e){i.studlist=e.data,0<i.studlist.length?(i.totalItems=i.studlist.length,i.todos=i.studlist,i.makeTodos(),i.table=!0,i.table1=!0):(swal({text:"Record Not Found...",imageUrl:"assets/img/close.png",showCloseButton:!0,width:450,height:200}),i.table=!1,i.table1=!1)}):swal({text:"Please Select Company & Academic Year Then Try Again...",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:450,height:200})},i.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).student_full_name.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_attendance_date.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_grade_name.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_section_name.toLowerCase().indexOf(t.toLowerCase())||e.sagar==t;var t})},i.search=function(){i.todos=i.searched(i.studlist,i.searchText),i.totalItems=i.todos.length,i.currentPage="1",""==i.searchText&&(i.todos=i.studlist),i.makeTodos()},i.CheckAllChecked=function(){if(1==(l=document.getElementById("mainchk")).checked)for(var e=0;e<i.filteredTodos.length;e++)document.getElementById(i.filteredTodos[e].sims_enroll_number+e).checked=!0,i.row1="row_selected",$("tr").addClass("row_selected");else for(e=0;e<i.filteredTodos.length;e++)document.getElementById(i.filteredTodos[e].sims_enroll_number+e).checked=!1,l.checked=!1,i.row1="",$("tr").removeClass("row_selected")},i.checkonebyoneselect=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),i.color="#edefef"}),1==(l=document.getElementById("mainchk")).checked&&(l.checked=!1,$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected")}))},i.Submit=function(){if(null!=i.edt1.sims_send_email||null!=i.edt1.sims_send_alert||null!=i.edt1.sims_send_sms){if(1==i.edt1.sims_send_email&&null!=i.edt1.sims_send_email){for(var e,t=[],a="",o=0;o<i.filteredTodos.length;o++)1==document.getElementById(i.filteredTodos[o].sims_enroll_number+o).checked&&(i.flag=!0,n={sims_cur_code:i.edt.sh_company_code,sims_academic_year:i.temp.sims_academic_year,sims_grade_name:i.filteredTodos[o].sims_grade_name,sims_grade_code:i.filteredTodos[o].sims_grade_name,sims_enroll_number:i.filteredTodos[o].sims_enroll_number,student_full_name:i.filteredTodos[o].student_full_name,sims_contact_number:i.filteredTodos[o].sims_contact_number,sims_from_date:i.dt.sims_from_date,sims_email_id:i.filteredTodos[o].sims_email_id,doc_path_available_flag:i.filteredTodos[o].doc_path_available_flag,opr:"R"},t.push(n),a=a+i.filteredTodos[o].student_full_name+"<br>",console.log("EmpName :",a),e=$("#attendance_type option:selected").text(),console.log("attendance_name",e));var s={emp_name:a,attendance_type:e,sims_from_date:i.dt.sims_from_date};console.log("obj",s),d.post(c.apiUrl+"api/StudentReport/CUDEmployeeAbsentStudentList?data1="+JSON.stringify(s),t).then(function(e){i.msg1=e.data,null==i.msg1.strMessage||null==i.msg1.strMessage&&""==i.msg1.strMessage&&null==i.msg1.strMessage||(swal({title:"Alert",text:i.msg1.strMessage,width:380,height:200}),i.Reset(),i.currentPage=!0)})}if(1==i.edt1.sims_send_alert&&null!=i.edt1.sims_send_alert){for(t=[],o=0;o<i.filteredTodos.length;o++)1==document.getElementById(i.filteredTodos[o].sims_enroll_number+o).checked&&(i.flag=!0,n={sims_cur_code:i.edt.sh_company_code,sims_academic_year:i.temp.sims_academic_year,sims_grade_name:i.filteredTodos[o].sims_grade_name,sims_grade_code:i.filteredTodos[o].sims_grade_name,sims_enroll_number:i.filteredTodos[o].sims_enroll_number,student_full_name:i.filteredTodos[o].student_full_name,sims_contact_number:i.filteredTodos[o].sims_contact_number,sims_from_date:i.dt.sims_from_date,sims_email_id:i.filteredTodos[o].sims_email_id,doc_path_available_flag:i.filteredTodos[o].doc_path_available_flag,opr:"I"},t.push(n));d.post(c.apiUrl+"api/StudentReport/CUDAbsentStudentList",t).then(function(e){i.msg1=e.data,null==i.msg1.strMessage||null==i.msg1.strMessage&&""==i.msg1.strMessage&&null==i.msg1.strMessage||(swal({title:"Alert",text:i.msg1.strMessage,width:380,height:200}),i.Reset(),i.currentPage=!0)})}if(1==i.edt1.sims_send_sms&&null!=i.edt1.sims_send_sms){for(var n,t=[],o=0;o<i.filteredTodos.length;o++)1==document.getElementById(i.filteredTodos[o].sims_enroll_number+o).checked&&(i.flag=!0,n={sims_cur_code:i.edt.sh_company_code,sims_academic_year:i.temp.sims_academic_year,sims_grade_name:i.filteredTodos[o].sims_grade_code,sims_grade_code:i.filteredTodos[o].sims_grade_name,sims_enroll_number:i.filteredTodos[o].sims_enroll_number,student_full_name:i.filteredTodos[o].student_full_name,sims_contact_number:i.filteredTodos[o].sims_contact_number,sims_from_date:i.dt.sims_from_date,sims_email_id:i.filteredTodos[o].sims_email_id,doc_path_available_flag:i.filteredTodos[o].doc_path_available_flag,opr:"M"},t.push(n));d.post(c.apiUrl+"api/StudentReport/CUDAbsentStudentList",t).then(function(e){i.msg1=e.data,null==i.msg1.strMessage||null==i.msg1.strMessage&&""==i.msg1.strMessage&&null==i.msg1.strMessage||(swal({title:"Alert",text:i.msg1.strMessage,width:380,height:200}),i.Reset(),i.currentPage=!0)})}}else swal({text:"Please Select Any One CheckBox To Perform Opration...",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:450,height:200})},i.Reset=function(){$("#cmb_grade_code").select2("val",""),$("#cmb_section_code").select2("val",""),i.edt={sims_cur_code:"",sims_student_enroll_number:""},i.temp={sims_academic_year:""},i.dt={sims_from_date:n},i.edt1={sims_send_email:!1,sims_send_alert:!1,sims_send_sms:!1},i.table=!1,i.table1=!1,i.getcur()},i.Clear=function(){i.edt1={sims_send_email:!1,sims_send_alert:!1,sims_send_sms:!1}},i.propertyName=null,i.reverse=!1,t.visible_stud=!1,t.visible_parent=!1,t.visible_search_parent=!1,t.visible_teacher=!1,t.visible_User=!1,t.visible_Employee=!0,t.chkMulti=!1,i.Employee_Search=function(){i.global_Search_click(),$("#Global_Search_Modal").modal({backdrop:"static"})},i.$on("global_cancel",function(){0<i.SelectedUserLst.length&&(i.edt={em_name:i.SelectedUserLst[0].empName,em_login_code:i.SelectedUserLst[0].em_login_code,sims_cur_code:i.curriculum[0].sims_cur_code,sh_company_code:i.cmbCompany[0].sh_company_code}),i.em_number=i.edt.em_number}),i.sortBy=function(e){i.reverse=i.propertyName===e&&!i.reverse,i.propertyName=e}}])}(),function(){"use strict";var l;angular.module("sims.module.HRMS").controller("ReviewerCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(s,e,t,a,o,n,i){s.pagesize="10",s.pageindex=0,s.save_btn=!0,s.Update_btn=!1,s.display=!1,s.table=!0,s.temp={},n.get(i.apiUrl+"api/Reviewer/getAllReviewer").then(function(e){s.Reviewer_data=e.data,console.log("Reviewer Data:",s.Reviewer_data),s.totalItems=s.Reviewer_data.length,s.todos=s.Reviewer_data,s.makeTodos()}),s.getGrid=function(){n.get(i.apiUrl+"api/Reviewer/getAllReviewer").then(function(e){s.Reviewer_data=e.data,s.totalItems=s.Reviewer_data.length,s.todos=s.Reviewer_data,s.makeTodos()})},a(function(){$("#fixTable").tableHeadFixer({top:1})},100),s.propertyName=null,s.reverse=!1,s.sortBy=function(e){s.reverse=s.propertyName===e&&!s.reverse,s.propertyName=e},s.size=function(e){"All"==e?(s.currentPage="1",s.pager=!1):(s.pager=!0,s.pagesize=e,s.currentPage=1,s.numPerPage=e,s.numPerPage=e,console.log("numPerPage="+s.numPerPage),s.makeTodos())},s.index=function(e){s.pageindex=e,s.currentPage=e,console.log("currentPage="+s.currentPage),s.makeTodos(),l.checked=!1,s.row1=""},s.filteredTodos=[],s.currentPage=1,s.numPerPage=10,s.maxSize=10,s.makeTodos=function(){var e=parseInt(s.totalItems%s.numPerPage),e=(s.pagersize="0"==e?parseInt(s.totalItems/s.numPerPage):parseInt(s.totalItems/s.numPerPage)+1,(s.currentPage-1)*s.numPerPage),t=parseInt(e)+parseInt(s.numPerPage);console.log("begin="+e),console.log("end="+t),s.filteredTodos=s.todos.slice(e,t)},s.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).emp_name.toLowerCase().indexOf(t.toLowerCase())||e.sims_sip_reviewer_order==t;var t})},s.search=function(){s.todos=s.searched(s.Reviewer_data,s.searchText),s.totalItems=s.todos.length,s.currentPage="1",""==s.searchText&&(s.todos=s.Reviewer_data),s.makeTodos(),l.checked=!1,s.CheckAllChecked()},s.New=function(){s.disabled=!1,s.readonly=!0,s.table=!1,s.display=!0,s.save_btn=!0,s.Update_btn=!1,s.searchBtn=!1,s.temp="",s.Myform.$setPristine(),s.Myform.$setUntouched(),s.temp={},s.temp.sims_sip_reviewer_status=!0},s.globalSearch=function(){t.visible_stud=!1,t.visible_parent=!1,t.visible_search_parent=!1,t.visible_teacher=!1,t.visible_User=!1,t.visible_Employee=!0,t.chkMulti=!1,s.global_Search_click(),$("#Global_Search_Modal").modal({backdrop:"static"}),s.temp.em_login_code="",s.temp.EmpName="",s.showBtn=!1},s.$on("global_cancel",function(e){console.log(s.SelectedUserLst),0<s.SelectedUserLst.length&&(s.temp.sims_sip_reviewer_login_code=s.SelectedUserLst[0].em_login_code,s.temp.name=s.SelectedUserLst[0].empName,s.EmpSearch1(s.SelectedUserLst[0].em_login_code))}),s.searchGlobalClick=function(){s.Global_Search_by_employee()};var d=[],c=(s.savedata=function(e){e&&((e=s.temp).opr="I",d.push(e),n.post(i.apiUrl+"api/Reviewer/CUDReviewer",d).then(function(e){s.msg1=e.data,1==s.msg1?swal({text:"Record Inserted Successfully",imageUrl:"assets/img/check.png",width:380,showCloseButton:!0}):swal({text:"Record Not Inserted",imageUrl:"assets/img/close.png",width:380,showCloseButton:!0}),s.getGrid()}),d=[],s.table=!0,s.display=!1)},s.Cancel=function(){s.temp="",s.table=!0,s.display=!1,s.Myform.$setPristine(),s.Myform.$setUntouched(),s.temp.desg_company_code="",s.temp.desg_desc="",s.temp.desg_communication_status=""},s.edit=function(e){s.searchBtn=!0,s.readonly=!0,s.disabled=!0,s.table=!1,s.display=!0,s.save_btn=!1,s.Update_btn=!0,s.temp={sims_sip_reviewer_code:e.sims_sip_reviewer_code,sims_sip_reviewer_login_code:e.sims_sip_reviewer_login_code,sims_sip_reviewer_order:e.sims_sip_reviewer_order,sims_sip_reviewer_status:e.sims_sip_reviewer_status}},[]);s.update=function(e){e&&((e=s.temp).opr="U",c.push(e),n.post(i.apiUrl+"api/Reviewer/CUDReviewer",c).then(function(e){s.msg1=e.data,1==s.msg1?swal({text:"Record Updated Successfully",imageUrl:"assets/img/check.png",width:380,showCloseButton:!0}):swal({text:"Record Not Updated",imageUrl:"assets/img/close.png",width:380,showCloseButton:!0}),s.getGrid()}),c=[],s.table=!0,s.display=!1)},s.CheckAllChecked=function(){if(1==(l=document.getElementById("mainchk")).checked)for(var e=0;e<s.filteredTodos.length;e++)document.getElementById(s.filteredTodos[e].sims_sip_reviewer_code+e).checked=!0,s.row1="row_selected",$("tr").addClass("row_selected");else for(e=0;e<s.filteredTodos.length;e++)document.getElementById(s.filteredTodos[e].sims_sip_reviewer_code+e).checked=!1,l.checked=!1,s.row1=""},s.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),s.color="#edefef"}),1==(l=document.getElementById("mainchk")).checked&&(l.checked=!1,$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected")}))},s.OkDelete=function(){var o=[];s.flag=!1;for(var e,t=0;t<s.filteredTodos.length;t++)1==document.getElementById(s.filteredTodos[t].sims_sip_reviewer_code+t).checked&&(s.flag=!0,e={sims_sip_reviewer_code:s.filteredTodos[t].sims_sip_reviewer_code,sims_sip_reviewer_login_code:s.filteredTodos[t].sims_sip_reviewer_login_code,opr:"D"},o.push(e));s.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)n.post(i.apiUrl+"api/Reviewer/CUDReviewer?data=",o).then(function(e){s.msg1=e.data,1==s.msg1?swal({text:"Record Deleted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&(s.getGrid(),1==(l=document.getElementById("mainchk")).checked&&(l.checked=!1,s.row1=""),s.currentPage=!0)}):swal({text:"Record Not Deleted ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&(s.getGrid(),1==(l=document.getElementById("mainchk")).checked&&(l.checked=!1,s.row1=""),s.currentPage=!0)})});else for(var t=0;t<s.filteredTodos.length;t++){var a=document.getElementById(s.filteredTodos[t].sims_sip_reviewer_code+t);1==a.checked&&(a.checked=!1,l.checked=!1,$("tr").removeClass("row_selected"))}}):swal({text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}),s.currentPage=str}}])}(),function(){"use strict";var e=angular.module("sims.module.Student");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("AttendanceRuleReportCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(o,e,t,a,s,n,i){o.temp={},o.getAllGrades=function(e,t){n.get(i.apiUrl+"api/Report/SubjectTeacherList/getAllGrades?cur_code="+e+"&academic_year="+t).then(function(e){o.grade_code=e.data,setTimeout(function(){$("#grade_box").change(function(){}).multipleSelect({width:"100%"}),$("#grade_box").multipleSelect("checkAll")},1e3)})},o.getAccYear=function(t){n.get(i.apiUrl+"api/Report/SubjectTeacherList/getAcademicYear?curCode="+t).then(function(e){o.academic_year=e.data,0<e.data.length&&(o.temp.sims_academic_year=e.data[0].sims_academic_year,o.getAllGrades(t,e.data[0].sims_academic_year))})},n.get(i.apiUrl+"api/Report/SubjectTeacherList/getCuriculum").then(function(e){o.sims_cur=e.data,0<e.data.length&&(o.temp.sims_cur_code=e.data[0].sims_cur_code,o.getAccYear(e.data[0].sims_cur_code))}),$(function(){$("#grade_box").multipleSelect({width:"100%"}),$("#section_box").multipleSelect({width:"100%"}),$("#rule_box").multipleSelect({width:"100%"})}),o.getSectionFromGrade=function(e,t,a){n.get(i.apiUrl+"api/Report/SubjectTeacherList/getSectionFromGrade?cur_code="+e+"&academic_year="+t+"&grade_code="+a).then(function(e){o.section_code=e.data,setTimeout(function(){$("#section_box").change(function(){}).multipleSelect({width:"100%"}),$("#section_box").multipleSelect("checkAll")},1e3)})},n.get(i.apiUrl+"api/Report/SubjectTeacherList/getAttendanceRule").then(function(e){o.rule_type=e.data,console.log(o.rule_type),setTimeout(function(){$("#rule_box").change(function(){}).multipleSelect({width:"100%"}),$("#rule_box").multipleSelect("checkAll")},1e3)}),o.AttendanceRuleReport=function(){o.colsvis=!1,n.get(i.apiUrl+"api/Report/SubjectTeacherList/getAttendanceRule_Rpt?cur_code="+o.temp.sims_cur_code+"&academic_year="+o.temp.sims_academic_year+"&grade_code="+o.temp.sims_grade_code+"&section_code="+o.temp.sims_section_code+"&rule_Code="+o.temp.sims_attendance_rule_code).then(function(e){o.report_data=e.data,console.log(o.report_data)})},o.searched=function(e,t){return _.filter(e,function(e){return searchUtil(e,t)})},o.colname=null,o.reverse=!1,o.sort=function(e){o.colname=e,o.reverse=o.colname===e&&!o.reverse},a(function(){$("#customers").tableHeadFixer({top:1})},100),o.colsvis=!1,o.exportData=function(){o.colsvis=!0,swal({title:"Alert",text:"Do you want to Export in MS-Excel?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){e&&(e=new Blob([document.getElementById("rpt_data").innerHTML],{type:"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;charset=utf-8"}),saveAs(e,"AttendanceRuleReport.xls"),o.colsvis=!1)})}}])}(),function(){"use strict";var e=angular.module("sims.module.Student");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("SubjectTeacherListRptCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(o,e,t,a,s,n,i){o.temp={},o.getAllGrades=function(e,t){n.get(i.apiUrl+"api/Report/SubjectTeacherList/getAllGrades?cur_code="+e+"&academic_year="+t).then(function(e){o.grade_code=e.data,setTimeout(function(){$("#grade_box").change(function(){}).multipleSelect({width:"100%"})},1e3)})},o.getAccYear=function(t){n.get(i.apiUrl+"api/Report/SubjectTeacherList/getAcademicYear?curCode="+t).then(function(e){o.academic_year=e.data,0<e.data.length&&(o.temp.sims_academic_year=e.data[0].sims_academic_year,o.getAllGrades(t,e.data[0].sims_academic_year))})},n.get(i.apiUrl+"api/Report/SubjectTeacherList/getCuriculum").then(function(e){o.sims_cur=e.data,0<e.data.length&&(o.temp.sims_cur_code=e.data[0].sims_cur_code,o.getAccYear(e.data[0].sims_cur_code))}),$(function(){$("#grade_box").multipleSelect({width:"100%"}),$("#section_box").multipleSelect({width:"100%"})}),o.getSectionFromGrade=function(e,t,a){n.get(i.apiUrl+"api/Report/SubjectTeacherList/getSectionFromGrade?cur_code="+e+"&academic_year="+t+"&grade_code="+a).then(function(e){o.section_code=e.data,setTimeout(function(){$("#section_box").change(function(){}).multipleSelect({width:"100%"})},1e3)})},o.SubjectTeacherList_Rpt=function(){o.colsvis=!1,null==o.temp.sims_bell_lecture_per_week&&(o.temp.sims_bell_lecture_per_week=""),n.get(i.apiUrl+"api/Report/SubjectTeacherList/getSubjctTeacherList_Rpt?cur_code="+o.temp.sims_cur_code+"&academic_year="+o.temp.sims_academic_year+"&grade_code="+o.temp.sims_grade_code+"&section_code="+o.temp.sims_section_code+"&lecture_count="+o.temp.sims_bell_lecture_per_week).then(function(e){o.report_data=e.data,angular.forEach(o.report_data,function(e){e.student_cnt=parseFloat(e.student_cnt)}),console.log(o.report_data)})},o.searched=function(e,t){return _.filter(e,function(e){return searchUtil(e,t)})},o.colname=null,o.reverse=!1,o.sort=function(e){o.colname=e,o.reverse=o.colname===e&&!o.reverse},a(function(){$("#customers").tableHeadFixer({top:1})},100),o.colsvis=!1,o.exportData=function(){o.colsvis=!0,swal({title:"Alert",text:"Do you want to Export in MS-Excel?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){e&&(e=new Blob([document.getElementById("rpt_data").innerHTML],{type:"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;charset=utf-8"}),saveAs(e,"SubjectTeacherList.xls"),o.colsvis=!1)})}}])}(),function(){"use strict";var d=[],_=[],c=[],l=[],r=[],e=angular.module("sims.module.Scheduling");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("BellSectionSubjectTeacherCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(s,e,t,a,o,n,i){s.display=!1,a(function(){$("#fixTable").tableHeadFixer({top:1})},100),s.Grid=!0,s.table=!1,s.insert=!1,s.insert1=!0,s.busyindicator=!0,s.edt={},s.propertyName=null,s.reverse=!1,s.showRFIDDMC=!1,s.sortBy=function(e){s.reverse=s.propertyName===e&&!s.reverse,s.propertyName=e},"dmc"==n.defaults.headers.common.schoolId&&(s.showRFIDDMC=!0),s.getacyr=function(e){console.log(e),n.get(i.apiUrl+"api/common/getAcademicYear?curCode="+e).then(function(e){s.getAcademicYear=e.data,s.edt.academic_year=s.getAcademicYear[0].sims_academic_year,s.GetGrade()})},n.get(i.apiUrl+"api/ERP/Grade/getCuriculum?username="+t.globals.currentUser.username).then(function(e){s.curriculum=e.data,s.edt.sims_cur_code=s.curriculum[0].sims_cur_code,s.getacyr(s.curriculum[0].sims_cur_code)}),n.get(i.apiUrl+"api/bellsectionsubject/GetAllTeacherName").then(function(e){s.GetAllTeacherName=e.data}),s.GetGrade=function(){n.get(i.apiUrl+"api/common/getAllGrades?cur_code="+s.edt.sims_cur_code+"&academic_year="+s.edt.academic_year).then(function(e){s.Grade_code=e.data,s.edt.grade_code=s.Grade_code[0].sims_grade_code,s.getSection(),setTimeout(function(){$("#cmb_grade_code").select2()},100)})},s.getSection=function(e,t,a){n.get(i.apiUrl+"api/common/getSectionFromGrade?cur_code="+s.edt.sims_cur_code+"&grade_code="+s.edt.grade_code+"&academic_year="+s.edt.academic_year).then(function(e){s.Section_code=e.data,s.edt.section_code=s.Section_code[0].sims_section_code,s.term_changeNew(s.edt.section_code)})},n.get(i.apiUrl+"api/common/getAllComboBoxValues?academicYear=2016&routeCode=01").then(function(e){s.ComboBoxValues=e.data}),s.term_changeNew=function(e){n.get(i.apiUrl+"api/StudentSectionSubject/getTermNew?curcode="+s.edt.sims_cur_code+"&academicyear="+s.edt.academic_year+"&sims_grade_code="+s.edt.grade_code+"&sims_section_code="+e).then(function(e){s.terms_obj=e.data,s.edt.sims_section_subject_term_code=""})},s.Show_Data=function(){s.expanded=!0,s.insert=!0,s.insert1=!0,s.busyindicator=!1,""!=s.edt.grade_code&&null!=s.edt.grade_code||""!=s.edt.section_code&&null!=s.edt.section_code?(s.busyindicator=!0,n.get(i.apiUrl+"api/BellConfig/getBell?cur_code="+s.edt.sims_cur_code+"&aca_year="+s.edt.academic_year).then(function(e){s.obj4=e.data;for(var t=!1,a=0;a<s.obj4.length;a++){var o=s.obj4[a];if(o.bell_grade_code==s.edt.grade_code&&o.bell_section_code==s.edt.section_code&&o.aca_year==s.edt.academic_year){t=!0;break}}t?n.get(i.apiUrl+"api/bellsectionsubject/GetSectionSubjectTeacher?data="+JSON.stringify(s.edt)).then(function(e){s.All_Teacher_Name1=e.data;for(var t=0;t<s.All_Teacher_Name1.length;t++)""!=s.All_Teacher_Name1[t].sims_bell_slot_room_desc&&""!=s.All_Teacher_Name1[t].sims_gb_teacher_code_name&&""!=s.All_Teacher_Name1[t].sims_teacher_code||(s.All_Teacher_Name1[t].color="#e8f7c2");s.All_Teacher_Name=s.All_Teacher_Name1;var o=[];n.get(i.apiUrl+"api/common/SectionSubject/getSubjectByIndex?curcode="+s.edt.sims_cur_code+"&gradecode="+s.edt.grade_code+"&academicyear="+s.edt.academic_year+"&sectioncode="+s.edt.section_code).then(function(e){s.SectionSubject5=e.data,s.busyindicator=!0,s.table=!0;for(var t,a=0;a<s.SectionSubject5.length;a++)1==s.SectionSubject5[a].sims_subject_status&&(t={sims_subject_code:s.SectionSubject5[a].sims_subject_code,sims_subject_name:s.SectionSubject5[a].sims_subject_name},o.push(t));s.subject_names=o})}):(swal({text:"Please Define the Bell ",width:300,showCloseButton:!0}),s.All_Teacher_Name=[],s.subject_names=[],s.table=!1)})):swal({text:"Please select Grade and Section ",width:300,showCloseButton:!0})},s.Show_Data_DMC=function(){s.insert=!0,s.insert1=!0,""!=s.edt.grade_code&&null!=s.edt.grade_code||""!=s.edt.section_code&&null!=s.edt.section_code||swal({text:"Please select Grade and Section ",width:300,showCloseButton:!0}),""==s.edt.sims_section_subject_term_code||null==s.edt.sims_section_subject_term_code?swal({text:"Please select term ",width:300,showCloseButton:!0}):(s.expanded=!0,s.busyindicator=!1,n.get(i.apiUrl+"api/bellsectionsubject/GetSectionSubjectTeacher_DMC?data="+JSON.stringify(s.edt)).then(function(e){s.All_Teacher_Name1=e.data;for(var t=0;t<s.All_Teacher_Name1.length;t++)""!=s.All_Teacher_Name1[t].sims_bell_slot_room_desc&&""!=s.All_Teacher_Name1[t].sims_gb_teacher_code_name&&""!=s.All_Teacher_Name1[t].sims_teacher_code||(s.All_Teacher_Name1[t].color="#e8f7c2");s.All_Teacher_Name=s.All_Teacher_Name1;var o=[];n.get(i.apiUrl+"api/common/SectionSubject/getSubjectByIndex?curcode="+s.edt.sims_cur_code+"&gradecode="+s.edt.grade_code+"&academicyear="+s.edt.academic_year+"&sectioncode="+s.edt.section_code).then(function(e){s.SectionSubject5=e.data,s.busyindicator=!0,s.table=!0;for(var t,a=0;a<s.SectionSubject5.length;a++)1==s.SectionSubject5[a].sims_subject_status&&(t={sims_subject_code:s.SectionSubject5[a].sims_subject_code,sims_subject_name:s.SectionSubject5[a].sims_subject_name},o.push(t));s.subject_names=o})}))},s.SaveBellData=function(e,t){e&&(void 0!==s.temp?(e={academic_year:s.edt.academic_year,sims_bell_desc:t.sims_bell_desc,sims_grade_code:s.edt.grade_code,sims_section_code:s.edt.section_code,sims_subject_code:t.sims_subject_code,sims_gb_teacher_code:s.teacher_code,sims_bell_lecutre_count:parseInt(t.sims_bell_lecture_per_week)*parseInt(t.sims_bell_slot_per_lecture)+parseInt(t.sims_bell_lecture_practical_count)*parseInt(t.sims_bell_slot_per_practical),sims_bell_lecture_practical_count:t.sims_bell_lecture_practical_count,sims_bell_slot_group_code:t.sims_bell_slot_group_code,sims_bell_slot_room:t.sims_bell_slot_room,sims_bell_group_order:t.sims_bell_group_order,sims_bell_lecture_per_week:t.sims_bell_lecture_per_week,sims_bell_slot_per_lecture:t.sims_bell_slot_per_lecture,sims_bell_practical_per_week:t.sims_bell_practical_per_week,sims_bell_slot_per_practical:t.sims_bell_slot_per_practical,sims_lesson_type:t.sims_lesson_type,opr:"I"},n.post(i.apiUrl+"api/bellsectionsubject/InsertSectionSubjectTeacher",e).then(function(e){s.data="",s.msg1=e.data,1==s.msg1?(swal({text:"Information Inserted Successfully",imageUrl:"assets/img/check.png",width:300,showCloseButton:!0}),s.table=!0,s.Grid=!0,s.insert=!0,s.temp="",s.Show_Data()):0==s.msg1?swal({text:"Information Not Inserted. ",imageUrl:"assets/img/close.png",width:300,showCloseButton:!0}):(swal({text:"Section Bell Not Defined For This Grade And Section",imageUrl:"assets/img/close.png",width:300,showCloseButton:!0,height:250}),s.Show_Data())})):(swal({text:"Please Fill Field(S) To Insert Record",imageUrl:"assets/img/notification-alert.png",width:300,showCloseButton:!0}),s.table=!0)),s.data=""},s.UpdateBellData=function(){s.flag=!0,s.flag?swal({title:"",text:"Are you sure you want to Update the data and delete the related fields for all record?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e){for(var t=[{}],a=0;a<s.GetAllTeacherName.length;a++)for(var o=0;o<s.All_Teacher_Name.length;o++)if(s.new_teacher_code=s.All_Teacher_Name[o].sims_gb_teacher_code_name.split("/")[0],s.old_teacher_code=s.All_Teacher_Name[o].sims_gb_teacher_code_name.split("/")[0],s.GetAllTeacherName[a].sims_teacher_code==s.new_teacher_code){s.teacher_code=s.GetAllTeacherName[a].sims_employee_code;break}for(o=0;o<s.All_Teacher_Name.length;o++)if(1==s.All_Teacher_Name[o].ischange){if(""!=s.All_Teacher_Name[o].sims_bell_group_order&&null!=s.All_Teacher_Name[o].sims_bell_group_order&&null!=s.All_Teacher_Name[o].sims_bell_group_order||(s.All_Teacher_Name[o].sims_bell_group_order="1"),s.new_teacher_code=s.All_Teacher_Name[o].sims_gb_teacher_code_name.split("/")[0],""!=s.new_teacher_code&&null!=s.new_teacher_code)for(a=0;a<s.GetAllTeacherName.length;a++)if(s.GetAllTeacherName[a].sims_teacher_code==s.new_teacher_code){s.All_Teacher_Name[o].sims_teacher_code=s.GetAllTeacherName[a].sims_employee_code;break}t[t.length]={academic_year:s.edt.academic_year,sims_bell_desc:s.All_Teacher_Name[o].sims_bell_code,sims_grade_code:s.edt.grade_code,sims_section_code:s.edt.section_code,sims_subject_code:s.All_Teacher_Name[o].sims_subject_code,sims_gb_teacher_code:s.All_Teacher_Name[o].sims_teacher_code,sims_bell_lecutre_count:parseInt(s.All_Teacher_Name[o].sims_bell_lecture_per_week)*parseInt(s.All_Teacher_Name[o].sims_bell_slot_per_lecture)+parseInt(s.All_Teacher_Name[o].sims_bell_practical_per_week)*parseInt(s.All_Teacher_Name[o].sims_bell_slot_per_practical),sims_bell_lecture_practical_count:s.All_Teacher_Name[o].sims_bell_lecture_practical_count,sims_bell_slot_group_code:null==s.All_Teacher_Name[o].sims_bell_slot_group||""==s.All_Teacher_Name[o].sims_bell_slot_group?"01":s.All_Teacher_Name[o].sims_bell_slot_group,sims_bell_slot_room:null==s.All_Teacher_Name[o].sims_bell_slot_room||""==s.All_Teacher_Name[o].sims_bell_slot_room?"01":s.All_Teacher_Name[o].sims_bell_slot_room,sims_bell_group_order:s.All_Teacher_Name[o].sims_bell_group_order,sims_bell_lecture_per_week:s.All_Teacher_Name[o].sims_bell_lecture_per_week,sims_bell_slot_per_lecture:s.All_Teacher_Name[o].sims_bell_slot_per_lecture,sims_bell_practical_per_week:s.All_Teacher_Name[o].sims_bell_practical_per_week,sims_bell_slot_per_practical:s.All_Teacher_Name[o].sims_bell_slot_per_practical,sims_lesson_type:s.All_Teacher_Name[o].sims_lession_type1,sims_old_teacher_code:s.All_Teacher_Name[o].sims_old_teacher_code,sims_bell_section_block:s.All_Teacher_Name[o].sims_bell_section_block,sims_bell_section_block_size:s.All_Teacher_Name[o].sims_bell_section_block_size,sims_bell_url:s.All_Teacher_Name[o].sims_bell_url,opr:"U"}}t.splice(0,1),0<t.length&&n.post(i.apiUrl+"api/bellsectionsubject/UpdateSectionSubjectTeacher?simsobj=",t).then(function(e){s.busyindicator=!1,s.table=!1,s.msg1=e.data,1==s.msg1?(swal({text:"Information Updated Successfully",imageUrl:"assets/img/check.png",width:300,showCloseButton:!0}),s.teacher_code="",s.Show_Data(),s.busyindicator=!0,s.table=!0):0==s.msg1?(swal({text:"Information Not Updated",imageUrl:"assets/img/close.png",width:300,showCloseButton:!0}),s.Show_Data(),s.table=!0,s.busyindicator=!0):(swal({text:"Error. Either Section Bell Not Defined or Database not created",imageUrl:"assets/img/close.png",width:300,height:250,showCloseButton:!0}),s.Show_Data())})}}):(swal({text:"Please Change At Least One Field To Update",imageUrl:"assets/img/notification-alert.png",width:380,showCloseButton:!0}),s.table=!0,s.busyindicator=!0)},s.CheckOnebyOneDelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),s.color="#edefef"})},s.DeleteTeacherData=function(){for(var e=0;e<s.All_Teacher_Name.length;e++)1==document.getElementById(s.All_Teacher_Name[e].sims_teacher_code+s.All_Teacher_Name[e].sims_subject_code).checked&&(d=d+s.All_Teacher_Name[e].sims_teacher_code+",",_=_+s.All_Teacher_Name[e].sims_subject_code+",",c=c+s.All_Teacher_Name[e].sims_bell_code+",",l=l+s.All_Teacher_Name[e].sims_lession_type1+",",r=r+s.All_Teacher_Name[e].sims_bell_group_order+",");var t={sims_cur_code:s.edt.sims_cur_code,sims_grade_code:s.edt.grade_code,sims_section_code:s.edt.section_code,academic_year:s.edt.academic_year,sims_gb_teacher_code:d,sims_subject_code:_,sims_bell_desc:c,sims_lesson_type:l,sims_bell_group_order:r,opr:"D"};n.post(i.apiUrl+"api/bellsectionsubject/SectionSubjectTeacherDelete?simsobj=",t).then(function(e){d=[],_=[],c=[],l=[],r=[],s.msg1=e.data,1==s.msg1?(swal({text:"Information Deleted Successfully",imageUrl:"assets/img/check.png",width:300,showCloseButton:!0}),s.Show_Data()):0==s.msg1?swal({text:"Information Not Deleted. "+s.msg1,imageUrl:"assets/img/close.png",width:300,showCloseButton:!0}):swal("Error-"+s.msg1)})},s.Check=function(e){e.ischange=!0},s.chk_b=function(e,t,a){a.sims_bell_section_block_size=e?t:""},s.showcmb=function(e){for(var t=0;t<s.All_Teacher_Name.length;t++)e==s.All_Teacher_Name[t].sims_subject_name&&(s[e]=!0)};s.CheckTeacher=function(e){e.sims_teacher_code,teacher_code_old=e.sims_teacher_code,s.Check(e)},s.CheckteacherAssigned=function(e,t){for(var a=0;a<s.GetAllTeacherName.length;a++)s.GetAllTeacherName[a].sims_teacher_code==e.split("/")[0]&&(s.teacher_code=s.GetAllTeacherName[a].sims_employee_code);for(a=0;a<s.All_Teacher_Name.length;a++)s.All_Teacher_Name[a].sims_teacher_code==s.teacher_code&&s.All_Teacher_Name[a].sims_subject_code==t&&(swal("","Please Select Another Teacher, This Teacher  already Assiged Same Subject    "+s.All_Teacher_Name[a].sims_subject_name),s.temp.sims_gb_teacher_code_name="",s.teacher_code=e="");s.new=!0},s.AddNewData=function(e){s.Grid=!0,s.table=!1,s.insert1=!1,s.copyobject=angular.copy(e),s.temp=[],s.copyobject.sims_bell_code="",s.copyobject.sims_bell_desc="",s.copyobject.sims_bell_slot_room="",s.copyobject.sims_bell_slot_room_desc="",s.copyobject.sims_gb_teacher_code_name="",s.copyobject.sims_grade_section="",s.copyobject.sims_lession_type1="",s.copyobject.sims_lesson_type="",s.copyobject.sims_pre_status="",s.copyobject.sims_section_code,s.copyobject.sims_sub_status,s.copyobject.sims_subject_code,s.copyobject.sims_subject_name,s.copyobject.sims_teacher_code="",s.temp.push(s.copyobject),s.temp.sims_subject_code=s.copyobject.sims_subject_code,s.temp.sims_bell_group_order=s.copyobject.sims_bell_group_order,s.temp.sims_bell_lecture_per_week=s.copyobject.sims_bell_lecture_per_week,s.temp.sims_bell_lecture_practical_count=s.copyobject.sims_bell_lecture_practical_count,s.temp.sims_bell_lecutre_count=s.copyobject.sims_bell_lecutre_count,s.temp.sims_bell_practical_per_week=s.copyobject.sims_bell_practical_per_week,s.temp.sims_bell_slot_group=s.copyobject.sims_bell_slot_group,s.temp.sims_bell_slot_group_desc=s.copyobject.sims_bell_slot_group,s.temp.sims_bell_slot_per_lecture=s.copyobject.sims_bell_slot_per_lecture,s.temp.sims_bell_slot_per_practical=s.copyobject.sims_bell_slot_per_practical,s.insert=!1},s.Cancel=function(){s.Grid=!0,s.insert=!0,s.insert1=!0,s.temp=[],s.table=!0},s.setprimaryteacher=function(t){var e;""==t.sims_old_teacher_code||null==t.sims_old_teacher_code||null==t.sims_old_teacher_code?swal({text:"Please Mapped Teacher To Subject First",imageUrl:"assets/img/check.png",width:300,showCloseButton:!0}):((e=[{}])[e.length]={academic_year:s.edt.academic_year,sims_bell_desc:t.sims_bell_code,sims_grade_code:s.edt.grade_code,sims_section_code:s.edt.section_code,sims_subject_code:t.sims_subject_code,sims_gb_teacher_code:t.sims_old_teacher_code,sims_bell_lecutre_count:parseInt(t.sims_bell_lecture_per_week)*parseInt(t.sims_bell_slot_per_lecture)+parseInt(t.sims_bell_practical_per_week)*parseInt(t.sims_bell_slot_per_practical),sims_bell_lecture_practical_count:t.sims_bell_lecture_practical_count,sims_bell_slot_group_code:null==t.sims_bell_slot_group||""==t.sims_bell_slot_group?"01":t.sims_bell_slot_group,sims_bell_slot_room:null==t.sims_bell_slot_room||""==t.sims_bell_slot_room?"01":t.sims_bell_slot_room,sims_bell_group_order:t.sims_bell_group_order,sims_bell_lecture_per_week:t.sims_bell_lecture_per_week,sims_bell_slot_per_lecture:t.sims_bell_slot_per_lecture,sims_bell_practical_per_week:t.sims_bell_practical_per_week,sims_bell_slot_per_practical:t.sims_bell_slot_per_practical,sims_lesson_type:t.sims_lession_type1,sims_old_teacher_code:t.sims_old_teacher_code,sims_bell_section_block:t.sims_bell_section_block,sims_bell_section_block_size:t.sims_bell_section_block_size,sims_is_primary_teacher:t.sims_is_primary_teacher},e.splice(0,1),0<e.length&&n.post(i.apiUrl+"api/bellsectionsubject/UpdateSectionSubjectTeacherprimary?simsobj=",e).then(function(e){s.msg1=e.data,1==s.msg1?swal({text:"Information Updated Successfully",imageUrl:"assets/img/check.png",width:300,showCloseButton:!0}):0==s.msg1&&(t.sims_is_primary_teacher=!1,swal({text:"There Is Already A Primary Teacher, Please Remove It First.",imageUrl:"assets/img/close.png",width:300,showCloseButton:!0}))}))}}])}(),function(){"use strict";var e=angular.module("sims.module.HRMS");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("salary_viewCont",["$scope","$state","$rootScope","$stateParams","$timeout","gettextCatalog","$http","$filter","ENV",function(a,e,t,o,s,n,i,d,_){var c=t.globals.currentUser.username;i.get(_.apiUrl+"api/LibraryAttribute/get_emp_sal_year").then(function(e){a.year_data=e.data,a.year_code=a.year_data[0].year_code}),i.get(_.apiUrl+"api/LibraryAttribute/get_emp_sal_month").then(function(e){a.month_data=e.data,console.log(a.month_data),a.sd_year_month=a.month_data[0].sd_year_month}),a.get_emp_salary=function(e,t){i.get(_.apiUrl+"api/LibraryAttribute/get_emp_salary?year="+(e+t)+"&user="+c).then(function(e){a.emp_data=e.data,a.get_emp_attendance(a.year_code,a.sd_year_month)})},a.get_emp_attendance=function(e,t){i.get(_.apiUrl+"api/LibraryAttribute/get_emp_attendance?year="+(e+t)+"&user="+c).then(function(e){a.att_data=e.data[0]})},a.reset_form=function(){a.emp_data=[],a.att_data=[]}}])}(),function(){"use strict";var e=angular.module("sims.module.HRMS");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("MeetingManagementSchedulReport_RptCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(s,t,e,a,o,n,i){s.temp={};var d=(l=new Date).getDate(),c=l.getMonth()+1,l=(l.getFullYear(),$(function(){$("#schedule_box").multipleSelect({width:"100%"}),$("#status_box").multipleSelect({width:"100%"})}),n.get(i.apiUrl+"api/HRMS/getmeetingcode").then(function(e){s.mom_type=e.data,console.log(s.mom_type),setTimeout(function(){$("#schedule_box").change(function(){}).multipleSelect({width:"100%"})},1e3)}),n.get(i.apiUrl+"api/HRMS/getstatus").then(function(e){s.statuss=e.data,console.log(s.statuss),setTimeout(function(){$("#status_box").change(function(){}).multipleSelect({width:"100%"})},1e3)}),new Date);(d=l.getDate())<10&&(d="0"+d);(c=l.getMonth()+1)<10&&(c="0"+c);var r=l.getFullYear();s.sdate=d+"-"+c+"-"+r,s.edate=d+"-"+c+"-"+r,s.mom_start_date=d+"-"+c+"-"+r,s.mom_end_date=d+"-"+c+"-"+r,$(function(){$("#chkmarks").click(function(){$(this).is(":checked")?($("#fdate").attr("disabled","disabled"),s.mom_start_date=""):($("#fdate").removeAttr("disabled"),$("#fdate").focus(),s.mom_start_date=d+"-"+c+"-"+r)})}),$(function(){$("#chkmarks1").click(function(){$(this).is(":checked")?($("#fdate").attr("disabled","disabled"),s.mom_end_date=""):($("#fdate").removeAttr("disabled"),$("#fdate").focus(),s.mom_end_date=d+"-"+c+"-"+r)})}),s.getMeetingManagementSchedulReport_Rpt=function(e,t,a,o){s.colsvis=!1,n.get(i.apiUrl+"api/HRMS/getMeetingManagementSchedulReport_Rpt?mom_type="+e+"&mom_start_date="+t+"&mom_end_date="+a+"&status="+o).then(function(e){s.report_data_new=e.data})},s.searched=function(e,t){return _.filter(e,function(e){return searchUtil(e,t)})},s.colname=null,s.reverse=!1,s.sort=function(e){s.colname=e,s.reverse=s.colname===e&&!s.reverse},a(function(){$("#customers").tableHeadFixer({top:1})},100),s.colsvis=!1,s.exportData=function(){s.colsvis=!0,swal({title:"Alert",text:"Do you want to Export in MS-Excel?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){e&&(e=new Blob([document.getElementById("rpt_data").innerHTML],{type:"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;charset=utf-8"}),saveAs(e,"MeetingManagementSchedule.xls"),s.colsvis=!1)})},s.Report_call=function(e){window.localStorage.ReportDetails=JSON.stringify({location:"Sims.MeetingReciept",parameter:{refno:e},state:"main.MMSR20",ready:function(){this.refreshReport()}}),t.go("main.ReportCardParameter")}}])}(),function(){"use strict";var e=angular.module("sims.module.HRMS");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("EmployeeLeaveApplication_SISOCont",["$scope","$state","$rootScope","$stateParams","$timeout","gettextCatalog","$http","$filter","ENV",function(E,e,t,a,o,s,B,n,M){E.display=!0,E.grid=!0,E.temp={},E.SaveBtnDisabled=!1,E.div_pendingview=!0,E.div_trans=!1,E.div_emp_search=!0;E.year_data=[],E.div_pending=!1,E.leave_details=!1,E.enroll_number_lists=[],E.Holileave_data=[],E.test_emp=[],E.itemList=[],E.role_data=[],E.emprole_data=[],E.christ=!0,E.subst_table=!0,new Date;E.ddMMyyyy=n("date")(new Date,"dd-MM-yyyy"),E.username=t.globals.currentUser.username,t.visible_stud=!1,t.visible_parent=!1,t.visible_search_parent=!1,t.visible_teacher=!1,t.visible_User=!1,t.visible_Employee=!0,t.chkMulti=!1,E.emp_name=t.globals.currentUser.username;var F,L,Y,N,i,R="",c=[],l=[],d=[],r=[],G=(E.postArray=[],E.empleave_history=[],E.india=!1,E.showRemarks=!1,E.cl_leave_document_upload="No","sia"!=B.defaults.headers.common.schoolId&&"ds"!=B.defaults.headers.common.schoolId&&"clarionschool"!=B.defaults.headers.common.schoolId||(E.showRemarks=!0),"christ"==B.defaults.headers.common.schoolId?(E.christ=!1,E.subt_emp_reg_school=!0):(E.showRemarks=!0,E.subt_emp_reg_school=!1),E.add_subst_emp=function(){E.subst_table=!1,B.get(M.apiUrl+"api/common/EmployeeLeave/GetSubstituteEmployee?comp_code="+E.comp_code+"&emp_code="+E.username).then(function(e){E.substitute_employees=e.data}),B.get(M.apiUrl+"api/common/EmployeeLeave/GetSubstituteLecture").then(function(e){E.lecture_data=e.data})},E.getempname=function(){B.post(M.apiUrl+"api/common/EmployeeLeave/empnamechrist?emp_id="+E.temp.lt_substitute_employee_code).then(function(e){E.emp_name=e.data,E.temp.lt_substitute_employee_name=E.emp_name[0].employeeName})},E.getgradename=function(){B.post(M.apiUrl+"api/common/EmployeeLeave/gradenamechrist?grade_code="+E.temp.lt_sims_grade_code).then(function(e){E.gradee_name=e.data,E.temp.lt_sims_grade_name=E.gradee_name[0].sims_grade_name_en})},E.addsubt_emp=function(){var e;(E.flg=!1)===E.flg&&(e={lt_substitute_employee_code:E.temp.lt_substitute_employee_code,lt_substitute_date:E.temp.lt_substitute_date,lt_substitute_lecture_code:E.temp.lt_substitute_lecture_code,lt_sims_grade_code:E.temp.lt_sims_grade_code,lt_substitute_employee_name:E.temp.lt_substitute_employee_name,lt_sims_grade_name:E.temp.lt_sims_grade_name},E.itemList.push(e)),E.temp.lt_substitute_employee_code="",E.temp.lt_substitute_date="",E.temp.lt_substitute_lecture_code="",E.temp.lt_sims_grade_code="",E.temp.lt_substitute_employee_name=""},E.removeItem=function(e,t){E.itemList.splice(t,1)},B.get(M.apiUrl+"api/common/EmployeeLeave/getAllGradeschrist").then(function(e){E.grade=e.data}),o(function(){$("#fixedtable,#fixedtable1,#fixTable1").tableHeadFixer({top:1})},100),B.get(M.apiUrl+"api/HRMS/getLicSchool").then(function(e){E.lic_school_data=e.data,"India"==E.lic_school_data[0].lic_school_country&&(E.india=!0)}),E.$on("global_cancel",function(e){E.Empmodal_cancel()}),E.getEmployee1=function(){E.edt="",E.leavebal_data="",E.myForm.$setPristine(),E.myForm.$setUntouched(),E.global_Search_click(),$("#Global_Search_Modal").modal({backdrop:"static"})},E.getDate=function(){},B.get(M.apiUrl+"api/common/EmployeeLeave/Get_Current_AcademicYear").then(function(e){E.year_data=e.data,E.yearcurrentstart=E.year_data.yearcurrentstart,E.yearcurrentyend=E.year_data.yearcurrentyend,E.getDate()}),B.get(M.apiUrl+"api/common/EmployeeLeave/Get_RoleDetails").then(function(e){E.role_data=e.data,B.get(M.apiUrl+"api/common/EmployeeLeave/Get_empRoleDetails?emp_id="+E.username).then(function(e){E.emprole_data=e.data;for(var t=0;t<E.role_data.length;t++){for(var a=0;a<E.emprole_data.length;a++){if(E.role_data[t].sims_param_role_field==E.emprole_data[a].sims_param_role_id){E.div_emp_search=!0,E.emp_name=E.username;break}E.div_emp_search=!1}if(!0===E.div_emp_search)break}e={tbl_name:"comn.comn_user_application a inner join comn.comn_user b on a.comn_user_code = b.comn_user_code inner join sims.sims_parameter c on c.sims_appl_form_field_value1 = a.comn_user_role_id and sims_appl_form_field='Show Search Button' and sims_appl_code='Per300'",tbl_col_name1:"distinct sims_appl_parameter",tbl_cond:"comn_user_name='"+E.username+"'"};B.post(M.apiUrl+"api/common/SPGetDataCommon",e).then(function(e){0<e.data.table.length&&"Y"==e.data.table[0].sims_appl_parameter&&(E.div_emp_search=!0,E.emp_name=E.username)})})}),B.get(M.apiUrl+"api/common/EmployeeLeave/Get_EmpInfo?emp_id="+E.username).then(function(e){E.emp_data=e.data,jQuery.isEmptyObject(E.emp_data)||(E.comp_code=E.emp_data[0].comp_code,E.dep_code=E.emp_data[0].dept_no,E.em_staff_type=E.emp_data[0].em_staff_type,B.get(M.apiUrl+"api/common/EmployeeLeave/Get_EMPLeaveDetails_SISO?compcode="+E.emp_data[0].comp_code+"&employee_id="+E.username).then(function(e){E.leaveType_data=e.data}),B.get(M.apiUrl+"api/common/EmployeeLeave/Get_EMPAllLeaveDates?compcode="+E.comp_code+"&employee_id="+E.username).then(function(e){E.leavedate_data=e.data;for(var t=0;t<E.leavedate_data.length;t++){var a=moment(E.leavedate_data[t].lt_start_date,"DD-MM-YYYY").format("YYYY-MM-DD"),o=moment(E.leavedate_data[t].lt_end_date,"DD-MM-YYYY").format("YYYY-MM-DD"),a=G(new Date(a),new Date(o));c.push(a)}for(var s=0;s<=c.length;s++)if(0<(r=c[s]).length)for(var n=0;n<r.length;n++){var i=moment(r[n],"DD-MM-YYYY").format("YYYY-MM-DD"),i=new Date(i),d=i.getMonth()+1,_=i.getDate();E.d=parseInt(_)+"-"+parseInt(d)+"-"+i.getFullYear(),l.push(E.d)}}),B.get(M.apiUrl+"api/common/EmployeeLeave/Get_empHolidayDetails?emp_id="+E.username).then(function(e){E.Holileave_data=e.data}),B.get(M.apiUrl+"api/leavedetails/GetAllEMPLeaveHistoryDetails?comp_code="+E.comp_code+"&emp_id="+E.username).then(function(e){E.empleave_history=e.data}),B.get(M.apiUrl+"api/common/EmployeeLeave/GetSubstituteEmployee?comp_code="+E.comp_code+"&emp_code="+E.username).then(function(e){E.substitute_employees=e.data}))}),E.balLeaves=function(){E.empName=E.emp_data[0].empName+"("+E.emp_name+")",E.codp_dept_name=E.emp_data[0].codp_dept_name,E.dg_desc=E.emp_data[0].dg_desc,B.get(M.apiUrl+"api/leavedetails/GetAllEMPLeaveViewHistoryDetails?el_number="+E.emp_name).then(function(e){E.empleave_view_history=e.data}),$("#myModalNew").modal("show")},E.Empmodal_cancel=function(){E.emp_name;for(var e=0;e<E.SelectedUserLst.length;e++)E.enroll_number_lists.push(E.SelectedUserLst[e]),E.test_emp=E.SelectedUserLst[e],E.emp_name=E.test_emp.em_login_code;B.get(M.apiUrl+"api/common/EmployeeLeave/Get_EmpInfo?emp_id="+E.emp_name).then(function(e){E.emp_data=e.data,jQuery.isEmptyObject(E.emp_data)||(E.comp_code=E.emp_data[0].comp_code,E.dep_code=E.emp_data[0].dept_no,E.em_staff_type=E.emp_data[0].em_staff_type,B.get(M.apiUrl+"api/common/EmployeeLeave/Get_EMPLeaveDetails_SISO?compcode="+E.emp_data[0].comp_code+"&employee_id="+E.emp_name).then(function(e){E.leaveType_data=e.data}),B.get(M.apiUrl+"api/common/EmployeeLeave/Get_EMPAllLeaveDates?compcode="+E.emp_data[0].comp_code+"&employee_id="+E.emp_name).then(function(e){E.leavedate_data=e.data;for(var t=0;t<E.leavedate_data.length;t++){var a=moment(E.leavedate_data[t].lt_start_date,"DD-MM-YYYY").format("YYYY-MM-DD"),o=moment(E.leavedate_data[t].lt_end_date,"DD-MM-YYYY").format("YYYY-MM-DD"),a=G(new Date(a),new Date(o));c.push(a)}for(var s=0;s<=c.length;s++)if(0<(r=c[s]).length)for(var n=0;n<r.length;n++){var i=moment(r[n],"DD-MM-YYYY").format("YYYY-MM-DD"),i=new Date(i),d=i.getMonth()+1,_=i.getDate();E.d=parseInt(_)+"-"+parseInt(d)+"-"+i.getFullYear(),l.push(E.d)}}),B.get(M.apiUrl+"api/common/EmployeeLeave/Get_empHolidayDetails?emp_id="+E.username).then(function(e){E.Holileave_data=e.data}),B.get(M.apiUrl+"api/leavedetails/GetAllEMPLeaveHistoryDetails?comp_code="+E.comp_code+"&emp_id="+E.emp_name).then(function(e){E.empleave_history=e.data,E.empleave_history.sort(function(e,t){var a=new Date(e.lt_start_date.split("-").reverse().join("-")),o=new Date(t.lt_start_date.split("-").reverse().join("-")),e=new Date(e.lt_end_date.split("-").reverse().join("-")),t=new Date(t.lt_end_date.split("-").reverse().join("-"));return a<o?-1:o<a?1:e<t?-1:t<e?1:0})}),B.get(M.apiUrl+"api/common/EmployeeLeave/GetSubstituteEmployee?comp_code="+E.comp_code+"&emp_code="+E.emp_name).then(function(e){E.substitute_employees=e.data}))}),E.postArray=[]},function(e,t){d=[];for(var a=e,o=function(e){var t=moment(this.valueOf(),"DD-MM-YYYY").format("YYYY-MM-DD"),t=new Date(t);return t.setDate(t.getDate()+e),t};a<=t;){a=n("date")(a,"dd-MM-yyyy");!0===E.checkeddateflag?d.push({checkdates:a}):d.push(a),a=o.call(a,1)}return d}),j=(E.getLeaveBalance=function(e){E.leavebal_data="",E.edt.lt_start_date="",E.edt.lt_end_date="",E.edt.sims_start_chk=!1,E.edt.sims_end_chk=!1,E.edt.lt_days="",E.edt.remain_leave="",E.edt.lwp_leave="",E.edt.lt_remarks="",E.allowed_paid_leave="",$("#dp_start_date").val(""),$("#dp_endadmdate").val(""),!1===E.div_emp_search?(B.get(M.apiUrl+"api/common/EmployeeLeave/Get_EMPLeaveMaxDays_SISO?le_leave_code="+e+"&compcode="+E.comp_code+"&employee_id="+E.username).then(function(e){E.leavebal_data=e.data}),B.get(M.apiUrl+"api/common/EmployeeLeave/GetLeaveDetails?emp_code="+E.username+"&comp_code="+E.comp_code).then(function(e){E.leavedeatails_data=e.data,0<E.leavedeatails_data.length&&(E.div_pending=!0)}),B.get(M.apiUrl+"api/common/EmployeeLeave/Get_AllowedLeaveStatus?le_leave_code="+e+"&compcode="+E.comp_code+"&employee_id="+E.username).then(function(e){E.allowed_paid_leave=e.data[0].allowed_paid_leave}),B.get(M.apiUrl+"api/common/EmployeeLeave/GetLeaveInfo?compcode="+E.comp_code+"&employee_id="+E.username+"&leave_code="+e).then(function(e){E.leaveInfo=e.data})):(B.get(M.apiUrl+"api/common/EmployeeLeave/Get_EMPLeaveMaxDays_SISO?le_leave_code="+e+"&compcode="+E.comp_code+"&employee_id="+E.emp_name).then(function(e){E.leavebal_data=e.data}),B.get(M.apiUrl+"api/common/EmployeeLeave/GetLeaveDetails?emp_code="+E.emp_name+"&comp_code="+E.comp_code).then(function(e){E.leavedeatails_data=e.data,0<E.leavedeatails_data.length&&(E.div_pending=!0)}),B.get(M.apiUrl+"api/common/EmployeeLeave/Get_AllowedLeaveStatus?le_leave_code="+e+"&compcode="+E.comp_code+"&employee_id="+E.emp_name).then(function(e){E.allowed_paid_leave=e.data[0].allowed_paid_leave}),B.get(M.apiUrl+"api/common/EmployeeLeave/GetLeaveInfo?compcode="+E.comp_code+"&employee_id="+E.emp_name+"&leave_code="+e).then(function(e){E.leaveInfo=e.data}))},E.getBackdatedLeaves=function(e,t){var a=new Date,a=moment(a).format("YYYY-MM-DD"),e=moment(e,"DD-MM-YYYY").format("YYYY-MM-DD");e<a?B.get(M.apiUrl+"api/common/EmployeeLeave/GetBackdatedLeaves?lcode="+t+"&ldate="+e+"&compcode="+E.comp_code+"&employee_id="+E.emp_name).then(function(e){E.backdated=e.data,E.backdated_leaves=E.backdated[0].backdated_leaves}):E.backdated_leaves=""},E.UserSearch=function(){$("#Employee").modal("show"),E.div_pendingview=!0,(E.div_trans=!1)===E.div_emp_search?B.get(M.apiUrl+"api/common/EmployeeLeave/GetLeaveDetails?emp_code="+E.username+"&comp_code="+E.comp_code).then(function(e){E.leavedeatails_data=e.data}):B.get(M.apiUrl+"api/common/EmployeeLeave/GetLeaveDetails?emp_code="+E.emp_name+"&comp_code="+E.comp_code).then(function(e){E.leavedeatails_data=e.data})},E.viewDetails=function(e){B.get(M.apiUrl+"api/common/EmployeeLeave/GetStatusofTransactionforEmployee?transactionId="+e).then(function(e){E.Empleavedeatails_data=e.data,E.div_pendingview=!1,E.div_trans=!0})},E.viewWOrkflowDetails=function(e){$("#workflow_details").modal("show"),B.get(M.apiUrl+"api/common/EmployeeLeave/GetStatusofTransactionforEmployee?transactionId="+e).then(function(e){E.Empleavedeatails_data=e.data})},E.edt={sims_start_chk:!1,sims_end_chk:!1},0),O="",_=(E.getDateLeaves_old=function(){if(E.checkeddateflag=!0,E.edt.lt_days="",E.edt.lwp_leave="",!((E.edt.remain_leave="")==E.edt.lt_start_date&&null==E.edt.lt_start_date||""==E.edt.lt_end_date&&null==E.edt.lt_start_date)&&moment(E.edt.lt_end_date,"DD-MM-YYYY").format("YYYY-MM-DD")>=moment(E.edt.lt_start_date,"DD-MM-YYYY").format("YYYY-MM-DD")){for(var e=0,t=0;t<E.Holileave_data.length;t++){var a=moment(E.Holileave_data[t].lt_start_date,"DD-MM-YYYY").format("YYYY-MM-DD"),o=moment(E.Holileave_data[t].lt_end_date,"DD-MM-YYYY").format("YYYY-MM-DD"),s=G(new Date(a),new Date(o)),n=G(new Date(a),new Date(o));if(0<s.length)for(var i=0;i<s.length;i++)for(var d=0;d<n.length;d++)n[d].checkdates==s[i].checkdates&&(e+=1)}var _=moment(E.edt.lt_start_date,"DD-MM-YYYY").format("YYYY-MM-DD"),c=moment(E.edt.lt_end_date,"DD-MM-YYYY").format("YYYY-MM-DD");L=new Date(c),Y=new Date(_),j=_===c?1:(N=Math.abs(L.getTime()-Y.getTime()),Math.ceil(N/864e5)+1),!0===E.edt.sims_start_chk&&!0===E.edt.sims_end_chk&&(F="1.1"),!1!==E.edt.sims_start_chk&&null!=E.edt.sims_start_chk||!1!==E.edt.sims_end_chk&&null!=E.edt.sims_end_chk||(F="0"),!0!==E.edt.sims_start_chk||!1!==E.edt.sims_end_chk&&null!=E.edt.sims_end_chk||(j-=.5,F="0.1"),!1!==E.edt.sims_start_chk&&null!=E.edt.sims_start_chk||!0!==E.edt.sims_end_chk||(j-=.5,F="0.1"),j-=e,isNaN(j)&&(j=0),"smsm"==B.defaults.headers.common.schoolId&&"12"==E.edt.leave_code?E.edt.lt_days=2*j:E.edt.lt_days=j,0<E.leavebal_data-E.edt.lt_days?(E.edt.remain_leave=E.leavebal_data-E.edt.lt_days,E.edt.lwp_leave=0):(E.edt.lwp_leave=E.edt.lt_days-E.leavebal_data,E.edt.remain_leave="0")}"N"==E.allowed_paid_leave&&E.leavebal_data<=0&&(E.edt.lwp_leave=0,j=0,swal({title:"Alert",text:"You have only "+E.leavebal_data+" balance leave.\n Can not apply more than balance leave.",showCloseButton:!0,width:380}),E.edt.lt_end_date=""),E.edt.lwp_leave,moment(E.edt.lt_end_date,"DD-MM-YYYY").format("YYYY-MM-DD")<moment(E.edt.lt_start_date,"DD-MM-YYYY").format("YYYY-MM-DD")&&(swal({title:"Alert",text:"End Date is Less than Start Date",showCloseButton:!0,width:380}),E.edt.lt_end_date="");for(_="",t=0;t<E.empleave_history.length;t++)E.empleave_history[t].lt_leave_code==E.edt.leave_code&&(parseFloat(E.empleave_history[t].lt_days),E.empleave_history[t].balanceLeaves);_=!0===E.div_emp_search?E.emp_name:E.username,""!=E.edt.lt_start_date&&""!=E.edt.lt_end_date&&(B.get(M.apiUrl+"api/common/EmployeeLeave/GetCheckLeaveExists?emp_id="+_+"&lt_start_date="+E.edt.lt_start_date+"&lt_end_date="+E.edt.lt_end_date).then(function(e){E.checkLeaveExists=e.data,"Y"==E.checkLeaveExists[0].leave_exists&&(swal({title:"Alert",text:"You have already applied leave between "+E.edt.lt_start_date+" and "+E.edt.lt_end_date,showCloseButton:!0,width:380}),E.edt.lt_start_date="",E.edt.lt_end_date="")}),B.get(M.apiUrl+"api/common/EmployeeLeave/GetCheckAttendanceExists?emp_id="+_+"&lt_start_date="+E.edt.lt_start_date+"&lt_end_date="+E.edt.lt_end_date).then(function(e){E.checkLeaveExists=e.data,"Y"==E.checkLeaveExists[0].leave_exists&&(swal({title:"Alert",text:"Attendance is already Marked on  "+E.edt.lt_start_date,showCloseButton:!0,width:380}),E.edt.lt_start_date="",E.edt.lt_end_date="")}))},E.checkLeaveExists2=function(){var e;(""!=E.edt.lt_start_date&&""!=E.edt.lt_end_date||E.edt.sims_start_chk||E.edt.sims_end_chk)&&(e=!0===E.div_emp_search?E.emp_name:E.username,B.get(M.apiUrl+"api/common/EmployeeLeave/GetCheckLeaveLimit?emp_id="+e+"&lt_start_date="+E.edt.lt_start_date+"&lt_days="+E.edt.lt_days).then(function(e){E.flag=e.data[0].leave_exists}))},E.getDateLeaves=function(){if("smsm"==B.defaults.headers.common.schoolId||"ihsonlineag"==B.defaults.headers.common.schoolId||"ihsonlineom"==B.defaults.headers.common.schoolId||"iisonlinedso"==B.defaults.headers.common.schoolId||"mstagingom"==B.defaults.headers.common.schoolId||"mstagingdso"==B.defaults.headers.common.schoolId||"mstagingag"==B.defaults.headers.common.schoolId||"sia"==B.defaults.headers.common.schoolId||"ds"==B.defaults.headers.common.schoolId||"clarionschool"==B.defaults.headers.common.schoolId||"iisq"==B.defaults.headers.common.schoolId||"vmsiihe"==B.defaults.headers.common.schoolId||"sisqatar"==B.defaults.headers.common.schoolId)E.getDateLeaves_old();else{if(E.checkeddateflag=!0,E.edt.lt_days="",E.edt.lwp_leave="",E.edt.remain_leave="",B.get(M.apiUrl+"api/common/EmployeeLeave/GetCheckLeaveExists?emp_id="+O+"&lt_start_date="+E.edt.lt_start_date+"&lt_end_date="+E.edt.lt_end_date).then(function(e){E.checkLeaveExists=e.data,"Y"==E.checkLeaveExists[0].leave_exists&&(swal({title:"Alert",text:"You have already applied leave between "+E.edt.lt_start_date+" and "+E.edt.lt_end_date,showCloseButton:!0,width:380}),E.edt.lt_start_date="",E.edt.lt_end_date="")}),!(""==E.edt.lt_start_date&&null==E.edt.lt_start_date||""==E.edt.lt_end_date&&null==E.edt.lt_start_date))if(moment(E.edt.lt_end_date,"DD-MM-YYYY").format("YYYY-MM-DD")>=moment(E.edt.lt_start_date,"DD-MM-YYYY").format("YYYY-MM-DD")){if("sis"==B.defaults.headers.common.schoolId||"imert"==B.defaults.headers.common.schoolId||"abqis"==B.defaults.headers.common.schoolId||"asis"==B.defaults.headers.common.schoolId||"siso"==B.defaults.headers.common.schoolId||"ahis"==B.defaults.headers.common.schoolId)for(var e=0;e<E.Holileave_data.length;e++){var t=moment(E.Holileave_data[e].lt_start_date,"DD-MM-YYYY").format("YYYY-MM-DD"),a=moment(E.Holileave_data[e].lt_end_date,"DD-MM-YYYY").format("YYYY-MM-DD"),o=G(new Date(t),new Date(a)),s=G(new Date(t),new Date(a));if(o[e].checkdates<=E.edt.lt_end_date)for(var n=0;n<o.length;n++)for(var i=0;i<s.length;i++)s[i].checkdates==o[n].checkdates&&0}else for(e=0;e<E.Holileave_data.length;e++){t=moment(E.Holileave_data[e].lt_start_date,"DD-MM-YYYY").format("YYYY-MM-DD"),a=moment(E.Holileave_data[e].lt_end_date,"DD-MM-YYYY").format("YYYY-MM-DD"),s=(o=G(new Date(t),new Date(a)),G(new Date(t),new Date(a)));if(0<o.length)for(n=0;n<o.length;n++)for(i=0;i<s.length;i++)s[i].checkdates==o[n].checkdates&&0}var d=moment(E.edt.lt_start_date,"DD-MM-YYYY").format("YYYY-MM-DD"),_=moment(E.edt.lt_end_date,"DD-MM-YYYY").format("YYYY-MM-DD");L=new Date(_),Y=new Date(d),N=Math.abs(L.getTime()-Y.getTime()),!(j=0)===E.edt.sims_start_chk&&!0===E.edt.sims_end_chk&&(j=0,F="1.1"),!0!==E.edt.sims_start_chk||!1!==E.edt.sims_end_chk&&null!=E.edt.sims_end_chk||(j=-.5,F="0.1"),!1!==E.edt.sims_start_chk&&null!=E.edt.sims_start_chk||!0!==E.edt.sims_end_chk||(j=-.5,F="0.1"),B.get(M.apiUrl+"api/common/EmployeeLeave/Get_Holidays?le_leave_code="+E.edt.leave_code+"&start_date="+d+"&end_date="+_+"&employee_id="+E.emp_name).then(function(e){j=parseFloat(j)+parseFloat(e.data[0].holidaycount),E.edt.lt_days=j,E.checkLeaveExists2(),E.edt.remain_leave=parseFloat(E.leavebal_data)-parseFloat(j),0<E.leavebal_data-j?E.edt.lwp_leave=0:(E.edt.lwp_leave=parseFloat(E.edt.lt_days)-parseFloat(E.leavebal_data),E.edt.remain_leave="0")})}else swal({title:"Alert",text:"End Date is Less than Start Date",showCloseButton:!0,width:380}),E.edt.lt_end_date="";"N"==E.allowed_paid_leave&&E.leavebal_data<=0&&(E.edt.lwp_leave=0,j=0,swal({title:"Alert",text:"You have only "+E.leavebal_data+" balance leave.\n Can not apply more than balance leave.",showCloseButton:!0,width:380}),E.edt.lt_end_date=""),E.edt.lwp_leave;for(e=0;e<E.empleave_history.length;e++)E.empleave_history[e].lt_leave_code==E.edt.leave_code&&(parseFloat(E.empleave_history[e].lt_days),E.empleave_history[e].balanceLeaves);if(O=!0===E.div_emp_search?E.emp_name:E.username,""!=E.edt.lt_start_date&&""!=E.edt.lt_end_date&&(B.get(M.apiUrl+"api/common/EmployeeLeave/GetCheckLeaveExists?emp_id="+O+"&lt_start_date="+E.edt.lt_start_date+"&lt_end_date="+E.edt.lt_end_date).then(function(e){E.checkLeaveExists=e.data,"Y"==E.checkLeaveExists[0].leave_exists&&(swal({title:"Alert",text:"You have already applied leave between "+E.edt.lt_start_date+" and "+E.edt.lt_end_date,showCloseButton:!0,width:380}),E.edt.lt_start_date="",E.edt.lt_end_date="")}),"AN"!=E.edt.leave_code&&"ACT"!=E.edt.leave_code||B.get(M.apiUrl+"api/common/EmployeeLeave/GetCheckAnnualLeaveTaken?emp_id="+O+"&lt_start_date="+E.edt.lt_start_date+"&lt_end_date="+E.edt.lt_end_date+"&le_leave_code="+E.edt.leave_code).then(function(e){E.annual_leave_taken=e.data[0].annual_leave_taken})),0<E.leaveInfo.length){R=!0===E.div_emp_search?E.emp_name:E.username,E.postArray=[];for(var c,l,r,m,p,u=0;u<E.leaveInfo.length;u++)"1"==E.leaveInfo[u].cl_display_order&&(c=E.leaveInfo[u].cl_code),"2"==E.leaveInfo[u].cl_display_order&&(l=E.leaveInfo[u].cl_code),"3"==E.leaveInfo[u].cl_display_order&&(r=E.leaveInfo[u].cl_code),"4"==E.leaveInfo[u].cl_display_order&&(m=E.leaveInfo[u].cl_code),"5"==E.leaveInfo[u].cl_display_order&&(p=E.leaveInfo[u].cl_code);for(u=0;u<E.leaveInfo.length;u++){var g,h,f,y,b,v,w,k,C,D,x,S,U,P=0,$=0,T=0,A=0,I=0;if(parseInt(E.leaveInfo[u].el_days_taken)!=parseInt(E.leaveInfo[u].el_maximum_days)&&"1"==E.leaveInfo[u].cl_display_order){parseInt(E.leaveInfo[u].el_days_taken)<parseInt(E.leaveInfo[u].el_maximum_days)&&((P=parseInt(E.leaveInfo[u].el_maximum_days)-parseInt(E.leaveInfo[u].el_days_taken))<j?($=parseInt(j)-parseInt(P),x=moment(E.edt.lt_start_date,"DD-MM-YYYY").add(parseInt(P)-1,"days").format("DD-MM-YYYY"),S=moment(E.edt.lt_end_date,"DD-MM-YYYY").subtract(parseInt($)-1,"days").format("DD-MM-YYYY"),U={em_login_code:R,comp_code:E.emp_data[0].comp_code,leave_code:c,lt_days:P,lt_start_date:E.edt.lt_start_date,lt_end_date:x,lt_remarks:E.edt.lt_remarks,lt_mgr_confirm_tag:"N",lt_converted_hours:"",lt_hours:F},$>parseInt(E.leaveInfo[u].el_maximum_days)?(T=$-parseInt(E.leaveInfo[u].el_maximum_days),k=moment(S,"DD-MM-YYYY").add(parseInt(E.leaveInfo[u].el_maximum_days)-1,"days").format("DD-MM-YYYY"),C=moment(E.edt.lt_end_date,"DD-MM-YYYY").subtract(parseInt(T)-1,"days").format("DD-MM-YYYY"),D={em_login_code:R,comp_code:E.emp_data[0].comp_code,leave_code:l,lt_days:parseInt(E.leaveInfo[u].el_maximum_days),lt_start_date:S,lt_end_date:k,lt_remarks:E.edt.lt_remarks,lt_mgr_confirm_tag:"N",lt_converted_hours:"",lt_hours:F},parseInt(T)>parseInt(E.leaveInfo[u].el_maximum_days)?(A=parseInt(T)-parseInt(E.leaveInfo[u].el_maximum_days),b=moment(C,"DD-MM-YYYY").add(parseInt(E.leaveInfo[u].el_maximum_days)-1,"days").format("DD-MM-YYYY"),v=moment(E.edt.lt_end_date,"DD-MM-YYYY").subtract(parseInt(A)-1,"days").format("DD-MM-YYYY"),w={em_login_code:R,comp_code:E.emp_data[0].comp_code,leave_code:r,lt_days:parseInt(E.leaveInfo[u].el_maximum_days),lt_start_date:C,lt_end_date:b,lt_remarks:E.edt.lt_remarks,lt_mgr_confirm_tag:"N",lt_converted_hours:"",lt_hours:F},parseInt(A)>parseInt(E.leaveInfo[u].el_maximum_days)?(I=parseInt(A)-parseInt(E.leaveInfo[u].el_maximum_days),h=moment(v,"DD-MM-YYYY").add(parseInt(E.leaveInfo[u].el_maximum_days)-1,"days").format("DD-MM-YYYY"),f=moment(E.edt.lt_end_date,"DD-MM-YYYY").subtract(parseInt(I)-1,"days").format("DD-MM-YYYY"),y={em_login_code:R,comp_code:E.emp_data[0].comp_code,leave_code:m,lt_days:parseInt(E.leaveInfo[u].el_maximum_days),lt_start_date:v,lt_end_date:h,lt_remarks:E.edt.lt_remarks,lt_mgr_confirm_tag:"N",lt_converted_hours:"",lt_hours:F},g={em_login_code:R,comp_code:E.emp_data[0].comp_code,leave_code:p,lt_days:I,lt_start_date:f,lt_end_date:E.edt.lt_end_date,lt_remarks:E.edt.lt_remarks,lt_mgr_confirm_tag:"N",lt_converted_hours:"",lt_hours:F}):y={em_login_code:R,comp_code:E.emp_data[0].comp_code,leave_code:m,lt_days:parseInt(A),lt_start_date:v,lt_end_date:E.edt.lt_end_date,lt_remarks:E.edt.lt_remarks,lt_mgr_confirm_tag:"N",lt_converted_hours:"",lt_hours:F}):w={em_login_code:R,comp_code:E.emp_data[0].comp_code,leave_code:r,lt_days:T,lt_start_date:C,lt_end_date:E.edt.lt_end_date,lt_remarks:E.edt.lt_remarks,lt_mgr_confirm_tag:"N",lt_converted_hours:"",lt_hours:F}):D={em_login_code:R,comp_code:E.emp_data[0].comp_code,leave_code:l,lt_days:$,lt_start_date:S,lt_end_date:E.edt.lt_end_date,lt_remarks:E.edt.lt_remarks,lt_mgr_confirm_tag:"N",lt_converted_hours:"",lt_hours:F}):U={em_login_code:R,comp_code:E.emp_data[0].comp_code,leave_code:c,lt_days:j,lt_start_date:E.edt.lt_start_date,lt_end_date:E.edt.lt_end_date,lt_remarks:E.edt.lt_remarks,lt_mgr_confirm_tag:"N",lt_converted_hours:"",lt_hours:F}),E.postArray.push(U),null!=D&&E.postArray.push(D),null!=w&&E.postArray.push(w),null!=y&&E.postArray.push(y),null!=g&&E.postArray.push(g);break}if(parseInt(E.leaveInfo[u].el_days_taken)!=parseInt(E.leaveInfo[u].el_maximum_days)&&"2"==E.leaveInfo[u].cl_display_order){parseInt(E.leaveInfo[u].el_days_taken)<parseInt(E.leaveInfo[u].el_maximum_days)&&((P=parseInt(E.leaveInfo[u].el_maximum_days)-parseInt(E.leaveInfo[u].el_days_taken))<j?($=parseInt(j)-parseInt(P),x=moment(E.edt.lt_start_date,"DD-MM-YYYY").add(parseInt(P)-1,"days").format("DD-MM-YYYY"),S=moment(E.edt.lt_end_date,"DD-MM-YYYY").subtract(parseInt($)-1,"days").format("DD-MM-YYYY"),U={em_login_code:R,comp_code:E.emp_data[0].comp_code,leave_code:l,lt_days:P,lt_start_date:E.edt.lt_start_date,lt_end_date:x,lt_remarks:E.edt.lt_remarks,lt_mgr_confirm_tag:"N",lt_converted_hours:"",lt_hours:F},$>parseInt(E.leaveInfo[u].el_maximum_days)?(T=$-parseInt(E.leaveInfo[u].el_maximum_days),k=moment(S,"DD-MM-YYYY").add(parseInt(E.leaveInfo[u].el_maximum_days)-1,"days").format("DD-MM-YYYY"),C=moment(E.edt.lt_end_date,"DD-MM-YYYY").subtract(parseInt(T)-1,"days").format("DD-MM-YYYY"),D={em_login_code:R,comp_code:E.emp_data[0].comp_code,leave_code:r,lt_days:parseInt(E.leaveInfo[u].el_maximum_days),lt_start_date:S,lt_end_date:k,lt_remarks:E.edt.lt_remarks,lt_mgr_confirm_tag:"N",lt_converted_hours:"",lt_hours:F},parseInt(T)>parseInt(E.leaveInfo[u].el_maximum_days)?(A=parseInt(T)-parseInt(E.leaveInfo[u].el_maximum_days),b=moment(C,"DD-MM-YYYY").add(parseInt(E.leaveInfo[u].el_maximum_days)-1,"days").format("DD-MM-YYYY"),v=moment(E.edt.lt_end_date,"DD-MM-YYYY").subtract(parseInt(A)-1,"days").format("DD-MM-YYYY"),w={em_login_code:R,comp_code:E.emp_data[0].comp_code,leave_code:m,lt_days:parseInt(E.leaveInfo[u].el_maximum_days),lt_start_date:C,lt_end_date:b,lt_remarks:E.edt.lt_remarks,lt_mgr_confirm_tag:"N",lt_converted_hours:"",lt_hours:F},y=parseInt(A)>parseInt(E.leaveInfo[u].el_maximum_days)?(I=parseInt(A)-parseInt(E.leaveInfo[u].el_maximum_days),h=moment(v,"DD-MM-YYYY").add(parseInt(E.leaveInfo[u].el_maximum_days)-1,"days").format("DD-MM-YYYY"),f=moment(E.edt.lt_end_date,"DD-MM-YYYY").subtract(parseInt(I)-1,"days").format("DD-MM-YYYY"),{em_login_code:R,comp_code:E.emp_data[0].comp_code,leave_code:p,lt_days:parseInt(E.leaveInfo[u].el_maximum_days),lt_start_date:v,lt_end_date:h,lt_remarks:E.edt.lt_remarks,lt_mgr_confirm_tag:"N",lt_converted_hours:"",lt_hours:F}):{em_login_code:R,comp_code:E.emp_data[0].comp_code,leave_code:p,lt_days:parseInt(A),lt_start_date:v,lt_end_date:E.edt.lt_end_date,lt_remarks:E.edt.lt_remarks,lt_mgr_confirm_tag:"N",lt_converted_hours:"",lt_hours:F}):w={em_login_code:R,comp_code:E.emp_data[0].comp_code,leave_code:m,lt_days:T,lt_start_date:C,lt_end_date:E.edt.lt_end_date,lt_remarks:E.edt.lt_remarks,lt_mgr_confirm_tag:"N",lt_converted_hours:"",lt_hours:F}):D={em_login_code:R,comp_code:E.emp_data[0].comp_code,leave_code:r,lt_days:$,lt_start_date:S,lt_end_date:E.edt.lt_end_date,lt_remarks:E.edt.lt_remarks,lt_mgr_confirm_tag:"N",lt_converted_hours:"",lt_hours:F}):U={em_login_code:R,comp_code:E.emp_data[0].comp_code,leave_code:l,lt_days:j,lt_start_date:E.edt.lt_start_date,lt_end_date:E.edt.lt_end_date,lt_remarks:E.edt.lt_remarks,lt_mgr_confirm_tag:"N",lt_converted_hours:"",lt_hours:F}),E.postArray.push(U),null!=D&&E.postArray.push(D),null!=w&&E.postArray.push(w),null!=y&&E.postArray.push(y),null!=g&&E.postArray.push(g);break}if(parseInt(E.leaveInfo[u].el_days_taken)!=parseInt(E.leaveInfo[u].el_maximum_days)&&"3"==E.leaveInfo[u].cl_display_order){parseInt(E.leaveInfo[u].el_days_taken)<parseInt(E.leaveInfo[u].el_maximum_days)&&((P=parseInt(E.leaveInfo[u].el_maximum_days)-parseInt(E.leaveInfo[u].el_days_taken))<j?($=parseInt(j)-parseInt(P),x=moment(E.edt.lt_start_date,"DD-MM-YYYY").add(parseInt(P)-1,"days").format("DD-MM-YYYY"),S=moment(E.edt.lt_end_date,"DD-MM-YYYY").subtract(parseInt($)-1,"days").format("DD-MM-YYYY"),U={em_login_code:R,comp_code:E.emp_data[0].comp_code,leave_code:r,lt_days:P,lt_start_date:E.edt.lt_start_date,lt_end_date:x,lt_remarks:E.edt.lt_remarks,lt_mgr_confirm_tag:"N",lt_converted_hours:"",lt_hours:F},$>parseInt(E.leaveInfo[u].el_maximum_days)?(T=$-parseInt(E.leaveInfo[u].el_maximum_days),k=moment(S,"DD-MM-YYYY").add(parseInt(E.leaveInfo[u].el_maximum_days)-1,"days").format("DD-MM-YYYY"),C=moment(E.edt.lt_end_date,"DD-MM-YYYY").subtract(parseInt(T)-1,"days").format("DD-MM-YYYY"),D={em_login_code:R,comp_code:E.emp_data[0].comp_code,leave_code:m,lt_days:parseInt(E.leaveInfo[u].el_maximum_days),lt_start_date:S,lt_end_date:k,lt_remarks:E.edt.lt_remarks,lt_mgr_confirm_tag:"N",lt_converted_hours:"",lt_hours:F},w=parseInt(T)>parseInt(E.leaveInfo[u].el_maximum_days)?(A=parseInt(T)-parseInt(E.leaveInfo[u].el_maximum_days),b=moment(C,"DD-MM-YYYY").add(parseInt(E.leaveInfo[u].el_maximum_days)-1,"days").format("DD-MM-YYYY"),v=moment(E.edt.lt_end_date,"DD-MM-YYYY").subtract(parseInt(A)-1,"days").format("DD-MM-YYYY"),{em_login_code:R,comp_code:E.emp_data[0].comp_code,leave_code:p,lt_days:parseInt(E.leaveInfo[u].el_maximum_days),lt_start_date:C,lt_end_date:b,lt_remarks:E.edt.lt_remarks,lt_mgr_confirm_tag:"N",lt_converted_hours:"",lt_hours:F}):{em_login_code:R,comp_code:E.emp_data[0].comp_code,leave_code:p,lt_days:T,lt_start_date:C,lt_end_date:E.edt.lt_end_date,lt_remarks:E.edt.lt_remarks,lt_mgr_confirm_tag:"N",lt_converted_hours:"",lt_hours:F}):D={em_login_code:R,comp_code:E.emp_data[0].comp_code,leave_code:m,lt_days:$,lt_start_date:S,lt_end_date:E.edt.lt_end_date,lt_remarks:E.edt.lt_remarks,lt_mgr_confirm_tag:"N",lt_converted_hours:"",lt_hours:F}):U={em_login_code:R,comp_code:E.emp_data[0].comp_code,leave_code:r,lt_days:j,lt_start_date:E.edt.lt_start_date,lt_end_date:E.edt.lt_end_date,lt_remarks:E.edt.lt_remarks,lt_mgr_confirm_tag:"N",lt_converted_hours:"",lt_hours:F}),E.postArray.push(U),null!=D&&E.postArray.push(D),null!=w&&E.postArray.push(w),null!=y&&E.postArray.push(y),null!=g&&E.postArray.push(g);break}if(parseInt(E.leaveInfo[u].el_days_taken)!=parseInt(E.leaveInfo[u].el_maximum_days)&&"4"==E.leaveInfo[u].cl_display_order){parseInt(E.leaveInfo[u].el_days_taken)<parseInt(E.leaveInfo[u].el_maximum_days)&&((P=parseInt(E.leaveInfo[u].el_maximum_days)-parseInt(E.leaveInfo[u].el_days_taken))<j?($=parseInt(j)-parseInt(P),x=moment(E.edt.lt_start_date,"DD-MM-YYYY").add(parseInt(P)-1,"days").format("DD-MM-YYYY"),S=moment(E.edt.lt_end_date,"DD-MM-YYYY").subtract(parseInt($)-1,"days").format("DD-MM-YYYY"),U={em_login_code:R,comp_code:E.emp_data[0].comp_code,leave_code:m,lt_days:P,lt_start_date:E.edt.lt_start_date,lt_end_date:x,lt_remarks:E.edt.lt_remarks,lt_mgr_confirm_tag:"N",lt_converted_hours:"",lt_hours:F},D=$>parseInt(E.leaveInfo[u].el_maximum_days)?(T=$-parseInt(E.leaveInfo[u].el_maximum_days),k=moment(S,"DD-MM-YYYY").add(parseInt(E.leaveInfo[u].el_maximum_days)-1,"days").format("DD-MM-YYYY"),C=moment(E.edt.lt_end_date,"DD-MM-YYYY").subtract(parseInt(T)-1,"days").format("DD-MM-YYYY"),{em_login_code:R,comp_code:E.emp_data[0].comp_code,leave_code:p,lt_days:parseInt(E.leaveInfo[u].el_maximum_days),lt_start_date:S,lt_end_date:k,lt_remarks:E.edt.lt_remarks,lt_mgr_confirm_tag:"N",lt_converted_hours:"",lt_hours:F}):{em_login_code:R,comp_code:E.emp_data[0].comp_code,leave_code:p,lt_days:$,lt_start_date:S,lt_end_date:E.edt.lt_end_date,lt_remarks:E.edt.lt_remarks,lt_mgr_confirm_tag:"N",lt_converted_hours:"",lt_hours:F}):U={em_login_code:R,comp_code:E.emp_data[0].comp_code,leave_code:m,lt_days:j,lt_start_date:E.edt.lt_start_date,lt_end_date:E.edt.lt_end_date,lt_remarks:E.edt.lt_remarks,lt_mgr_confirm_tag:"N",lt_converted_hours:"",lt_hours:F}),E.postArray.push(U),null!=D&&E.postArray.push(D),null!=w&&E.postArray.push(w),null!=y&&E.postArray.push(y),null!=g&&E.postArray.push(g);break}if(parseInt(E.leaveInfo[u].el_days_taken)!=parseInt(E.leaveInfo[u].el_maximum_days)&&"5"==E.leaveInfo[u].cl_display_order){parseInt(E.leaveInfo[u].el_days_taken)<parseInt(E.leaveInfo[u].el_maximum_days)&&(U=(P=parseInt(E.leaveInfo[u].el_maximum_days)-parseInt(E.leaveInfo[u].el_days_taken))<j?($=parseInt(j)-parseInt(P),x=moment(E.edt.lt_start_date,"DD-MM-YYYY").add(parseInt(P)-1,"days").format("DD-MM-YYYY"),S=moment(E.edt.lt_end_date,"DD-MM-YYYY").subtract(parseInt($)-1,"days").format("DD-MM-YYYY"),{em_login_code:R,comp_code:E.emp_data[0].comp_code,leave_code:p,lt_days:P,lt_start_date:E.edt.lt_start_date,lt_end_date:x,lt_remarks:E.edt.lt_remarks,lt_mgr_confirm_tag:"N",lt_converted_hours:"",lt_hours:F}):{em_login_code:R,comp_code:E.emp_data[0].comp_code,leave_code:p,lt_days:j,lt_start_date:E.edt.lt_start_date,lt_end_date:E.edt.lt_end_date,lt_remarks:E.edt.lt_remarks,lt_mgr_confirm_tag:"N",lt_converted_hours:"",lt_hours:F,em_doc_path:E.file_name,pays_leave_doc_code:E.pays_leave_doc_code}),E.postArray.push(U),null!=D&&E.postArray.push(D),null!=w&&E.postArray.push(w),null!=y&&E.postArray.push(y),null!=g&&E.postArray.push(g);break}}}}},E.flag="N",E.Save=function(e){var t,a,o;E.edt.em_doc_path||"Yes"!==E.cl_leave_document_upload||(e=!1),"N"==E.flag?"christ"==B.defaults.headers.common.schoolId?e&&("N"==E.allowed_paid_leave&&0<E.edt.lwp_leave?swal({title:"Alert",text:"You have only "+E.leavebal_data+" balance leave.\n Can not apply more than balance leave.",showCloseButton:!0,width:380}):(E.SaveBtnDisabled=!0,E.edt.lt_hours=F,t=new Date,R=!0===E.div_emp_search?E.emp_name:E.username,null==E.filename1||""==E.filename1||null==E.filename1?E.file_name="":E.file_name=R+"_"+t.getSeconds()+"_"+E.filename1,"Y"==E.pays_leave_doc_is_mandatory&&""==E.file_name?swal({title:"Alert",text:"Please upload leave document.",showCloseButton:!0,width:380}):(o={em_login_code:R,comp_code:E.emp_data[0].comp_code,leave_code:E.edt.leave_code,lt_start_date:E.edt.lt_start_date,lt_end_date:E.edt.lt_end_date,lt_days:E.edt.lt_days,lt_remarks:E.edt.lt_remarks,lt_mgr_confirm_tag:"N",lt_converted_hours:"",lt_hours:E.edt.lt_hours,lt_substitute_employee:E.edt.lt_substitute_employee,em_doc_path:E.file_name,pays_leave_doc_code:E.pays_leave_doc_code},(a=[]).push(o),B.post(M.apiUrl+"api/common/EmployeeLeave/CUDInsertEMPLeaveDetailsSISO",a).then(function(e){E.transactionIdList=e.data,0<E.transactionIdList.length?(swal({text:"Leave Applied Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}),angular.forEach(E.transactionIdList,function(t,e){var a=[];for(let e=0;e<E.itemList.length;e++){var o={lt_substitute_employee_code:E.itemList[e].lt_substitute_employee_code,lt_substitute_number:R,lt_substitute_leave_code:E.edt.leave_code,lt_substitute_lecture_code:E.itemList[e].lt_substitute_lecture_code,lt_substitute_date:E.itemList[e].lt_substitute_date,lt_substitute_trans_id:t,lt_sims_grade_code:E.itemList[e].lt_sims_grade_code,opr:"II"};a.push(o)}B.post(M.apiUrl+"api/common/EmployeeLeave/CUDInsertEMPSubstitutedDetails",a).then(function(e){e.data;E.subst_table=!0,E.cancel1(),B.post(M.apiUrl+"api/common/EmployeeLeave/CUDInsert_WorkflowDetails?transaction_id="+t+"&dept_code="+E.emp_data[0].dept_no).then(function(e){E.workflow_data=e.data,E.SaveBtnDisabled=!1})})}),E.cancel(),""!=E.file_name&&(e={method:"POST",url:M.apiUrl+"api/AssignmentUpload/upload1?filename="+E.file_name+"&location=Images/EmployeeDocument/",data:i,headers:{"Content-Type":void 0}},B(e).success(function(e){},function(){swal({text:"Document not uploded.",showCloseButton:!0,width:380})})),B.get(M.apiUrl+"api/leavedetails/GetAllEMPLeaveHistoryDetails?comp_code="+E.emp_data[0].comp_code+"&emp_id="+R).then(function(e){E.empleave_history=e.data,E.empleave_history.sort(function(e,t){var a=new Date(e.lt_start_date.split("-").reverse().join("-")),o=new Date(t.lt_start_date.split("-").reverse().join("-")),e=new Date(e.lt_end_date.split("-").reverse().join("-")),t=new Date(t.lt_end_date.split("-").reverse().join("-"));return a<o?-1:o<a?1:e<t?-1:t<e?1:0})})):(swal({text:"Leave Not Applied. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}),E.SaveBtnDisabled=!1,E.cancel())})))):e&&("N"==E.allowed_paid_leave&&0<E.edt.lwp_leave?swal({title:"Alert",text:"You have only "+E.leavebal_data+" balance leave.\n Can not apply more than balance leave.",showCloseButton:!0,width:380}):(E.SaveBtnDisabled=!0,E.edt.lt_hours=F,t=new Date,R=!0===E.div_emp_search?E.emp_name:E.username,null==E.filename1||""==E.filename1||null==E.filename1?E.file_name="":E.file_name=R+"_"+t.getSeconds()+"_"+E.filename1,"Y"==E.pays_leave_doc_is_mandatory&&""==E.file_name?swal({title:"Alert",text:"Please upload leave document.",showCloseButton:!0,width:380}):(o={em_login_code:R,comp_code:E.emp_data[0].comp_code,leave_code:E.edt.leave_code,lt_start_date:E.edt.lt_start_date,lt_end_date:E.edt.lt_end_date,lt_days:E.edt.lt_days,lt_remarks:E.edt.lt_remarks,lt_mgr_confirm_tag:"N",lt_converted_hours:"",lt_hours:E.edt.lt_hours,lt_substitute_employee:E.edt.lt_substitute_employee,em_doc_path:E.file_name,pays_leave_doc_code:E.pays_leave_doc_code},(a=[]).push(o),B.post(M.apiUrl+"api/common/EmployeeLeave/CUDInsertEMPLeaveDetailsSISO",a).then(function(e){E.transactionIdList=e.data,0<E.transactionIdList.length?(swal({text:"Leave Applied Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}),E.SaveBtnDisabled=!1,angular.forEach(E.transactionIdList,function(e,t){B.post(M.apiUrl+"api/common/EmployeeLeave/CUDInsert_WorkflowDetails?transaction_id="+e+"&dept_code="+E.emp_data[0].dept_no).then(function(e){E.workflow_data=e.data})}),E.cancel(),""!=E.file_name&&(e={method:"POST",url:M.apiUrl+"api/AssignmentUpload/upload1?filename="+E.file_name+"&location=Images/EmployeeDocument/",data:i,headers:{"Content-Type":void 0}},B(e).success(function(e){},function(){swal({text:"Document not uploded.",showCloseButton:!0,width:380})})),B.get(M.apiUrl+"api/leavedetails/GetAllEMPLeaveHistoryDetails?comp_code="+E.emp_data[0].comp_code+"&emp_id="+R).then(function(e){E.empleave_history=e.data,E.empleave_history.sort(function(e,t){var a=new Date(e.lt_start_date.split("-").reverse().join("-")),o=new Date(t.lt_start_date.split("-").reverse().join("-")),e=new Date(e.lt_end_date.split("-").reverse().join("-")),t=new Date(t.lt_end_date.split("-").reverse().join("-"));return a<o?-1:o<a?1:e<t?-1:t<e?1:0})})):(swal({text:"Leave Not Applied. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}),E.SaveBtnDisabled=!1,E.cancel())})))):(swal({title:"Alert",text:"You have already applied leave between "+E.edt.lt_start_date+" and "+E.edt.lt_end_date,showCloseButton:!0,width:380}),E.edt.lt_start_date="",E.edt.lt_end_date="",E.edt.lt_days="",E.edt.remain_leave="")},E.Employeeleave_Reset=function(){E.div_trans=!1,E.div_pendingview=!0},E.cancel=function(){E.edt="",E.div_pending=!1,E.SaveBtnDisabled=!1,E.leavebal_data="",E.myForm.$setPristine(),E.myForm.$setUntouched(),E.postArray=[],E.filename1="",$("#file1").val("")},E.cancel1=function(){E.temp="",E.itemList=[]},E.downloaddoc=function(e){E.url=M.docUrl+B.defaults.headers.common.schoolId+"/Images/EmployeeDocument/"+e,window.open(E.url)},E.getLeaveDocument=function(e){for(var t=0;t<E.leaveType_data.length;t++)if(E.leaveType_data[t].leave_code==e){E.pays_leave_doc_code=E.leaveType_data[t].pays_leave_doc_code,E.pays_leave_doc_name=E.leaveType_data[t].pays_leave_doc_name,E.pays_leave_doc_is_mandatory=E.leaveType_data[t].pays_leave_doc_is_mandatory,E.cl_leave_document_upload=E.leaveType_data[t].cl_leave_document_upload;break}},E.UploadFileModal=function(){$("#myModal").modal("show")},new FormData);E.hideModal=function(){E.showFileName=!0,E.filename1=E.filename,null!=E.filename1&&""!=E.filename1&&null!=E.filename1||(E.showFileName=!1),E.edt.em_doc_path=E.filename1,$("#myModal").modal("hide")},E.getTheFiles=function(e){angular.forEach(e,function(e,t){_.append(t,e)})};E.file_changed=function(e){var t=e.files[0],a=(t.type.split("/")[1],E.filename=t.name,E.str=E.filename,E.filename=E.str.replace(/[&\/\\#, +()$~%'":*?<>{}]/g,"_"),E.edt.employeeDocument=E.filename,$.extend(E.edt,E.edt),E.photo_filename=t.name,E.photo_filename.split(".")),o=(E.photo_filename.split(".")[a.length-1],E.photo_filename=t.type,e.files[0].name.split(".")[1],e.files);if(o.length){i=new FormData;for(var s=0;s<o.length;s++){o[s].name.split(".");i.append(o[s].name,o[s],"Web\\"+o[s].name.replace(/\s/g,""))}}a=new FileReader;a.onload=function(e){E.$apply(function(){})},a.readAsDataURL(t)}}])}(),function(){"use strict";var e=angular.module("sims.module.HRMS");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("EmployeeFinalSettlementCont",["$scope","$state","$rootScope","$stateParams","$timeout","gettextCatalog","$http","$filter","ENV",function(o,e,t,a,s,n,i,d,_){var c;o.display=!0,o.grid=!0,o.edt={},o.Save_btn=!1,o.showTable=!1,o.showPayrollDetails=!1,o.showGratuityDetails=!1,o.To_Updateemployee=!1,o.temp={},o.payrollMonths=[],o.allgratuityData={},o.edt.netPayable=0,o.edt.leave_salary=0,o.edt.airfare=0,o.edt.totalEarning=0,o.edt.totalDeduction=0,o.disableSubmitBtn=!1,o.busyindicator=!0,i.get(_.apiUrl+"api/common/GlobalSearch/GetCompanyNameForShift").then(function(e){o.cmbCompany=e.data,o.temp.company_code=o.cmbCompany[0].sh_company_code,o.getDeptFromCompany(o.cmbCompany[0].sh_company_code),o.getDesignationFromCompany(o.cmbCompany[0].sh_company_code)}),o.getDeptFromCompany=function(e){i.get(_.apiUrl+"api/common/GlobalSearch/GetDepartmentName?company_code="+e).then(function(e){o.compDepartment=e.data})},o.getDesignationFromCompany=function(e){i.get(_.apiUrl+"api/EmployeeReport/GetDesignation?com_code="+e).then(function(e){o.compDesignation=e.data})},i.get(_.apiUrl+"api/updatepaysheet/GetAllPayCodes").then(function(e){o.GetAllPayCodes=e.data}),i.get(_.apiUrl+"api/generatepayroll/GetCurrentFinYearFromFinsParameter").then(function(e){o.GetCurrentFinYearFromFinsParameter1=e.data,o.fin_year=o.GetCurrentFinYearFromFinsParameter1[0].fin_year,o.fin_year_desc=o.GetCurrentFinYearFromFinsParameter1[0].fin_year_desc}),o.getGetSalaryDetails=function(e){i.get(_.apiUrl+"api/EmployeeSettlement/GetSalaryDetails?em_number="+e).then(function(e){if(o.GetSalaryDetailsByMonth=e.data,console.log("GetSalaryDetailsByEmployee",o.GetSalaryDetailsByMonth),0<o.GetSalaryDetailsByMonth.length)for(var t=0;t<o.GetSalaryDetailsByMonth.length;t++)o.GetSalaryDetailsByMonth[t].check=!0,o.chk_all=!0,o.edt.netPayable+=parseFloat(o.GetSalaryDetailsByMonth[t].net_amount),o.edt.totalEarning+=parseFloat(o.GetSalaryDetailsByMonth[t].earning_amount),o.edt.totalDeduction+=parseFloat(o.GetSalaryDetailsByMonth[t].deduction_amount);console.log("totalDeduction",o.edt.totalDeduction)}),i.get(_.apiUrl+"api/EmployeeSettlement/GetGratuityByEmployee?em_number="+e).then(function(e){o.gratuityDeatails=e.data,0<o.gratuityDeatails.length?(o.edt.grt_amount=parseFloat(o.gratuityDeatails[0].grt_amount).toFixed(3),o.edt.grt_applicable_days=o.gratuityDeatails[0].grt_applicable_days,o.edt.grt_working_days=o.gratuityDeatails[0].grt_working_days,o.edt.grt_amount2=o.gratuityDeatails[0].grt_amount,null!=o.edt.grt_amount2&&""!=o.edt.grt_amount2||(o.edt.grt_amount2=0),o.edt.netPayable+=parseFloat(o.edt.grt_amount2),o.edt.totalEarning+=parseFloat(o.edt.grt_amount2)):o.edt.grt_amount=0,console.log("gratuityDeatails",o.gratuityDeatails)})},o.CheckAllChecked=function(){if(1==(c=document.getElementById("mainchk")).checked)for(var e=0;e<o.GetSalaryDetailsByMonth.length;e++)document.getElementById("test-"+e).checked=!0,o.edt.netPayable+=parseFloat(o.GetSalaryDetailsByMonth[e].net_amount),o.edt.totalEarning+=parseFloat(o.GetSalaryDetailsByMonth[e].earning_amount);else for(e=0;e<o.GetSalaryDetailsByMonth.length;e++)document.getElementById("test-"+e).checked=!1,c.checked=!1,o.row1="",o.edt.netPayable=0},o.checkonebyonedelete=function(e){1==e.check?(e.check=!0,o.edt.netPayable+=parseFloat(e.net_amount),o.edt.totalEarning+=parseFloat(e.earning_amount)):(e.check=!1,o.edt.netPayable-=parseFloat(e.net_amount),o.edt.totalEarning-=parseFloat(e.earning_amount),o.chk_all=!1);for(var t=0;t<o.GetSalaryDetailsByMonth.length;t++)1==o.GetSalaryDetailsByMonth[t].check?o.chk_all=!0:o.chk_all=!1},o.setNetAmount=function(e){console.log(o.edt.leave_salary),null!=o.edt.grt_amount&&""!=o.edt.grt_amount&&null!=o.edt.grt_amount||(o.edt.grt_amount=0),null!=o.edt.grt_amount2&&""!=o.edt.grt_amount2||(o.edt.grt_amount2=0),null!=o.edt.leave_salary&&""!=o.edt.leave_salary&&null!=o.edt.leave_salary||(o.edt.leave_salary=0),null!=o.edt.airfare&&""!=o.edt.airfare&&null!=o.edt.airfare||(o.edt.airfare=0),o.edt.netPayable-=parseFloat(o.edt.grt_amount2),o.edt.totalEarning-=parseFloat(o.edt.grt_amount2),o.edt.netPayable=parseFloat(o.edt.grt_amount)+parseFloat(o.edt.leave_salary)+parseFloat(o.edt.airfare),o.edt.totalEarning=parseFloat(o.edt.grt_amount)+parseFloat(o.edt.leave_salary)+parseFloat(o.edt.airfare)},o.submit=function(){o.busyindicator=!1,o.disableSubmitBtn=!0,o.edt.reg_date=o.temp.reg_date,o.edt.com_code="1",console.log("edt",o.edt),i.post(_.apiUrl+"api/EmployeeSettlement/SubmitSettlement",o.edt).then(function(e){o.response=e.data,console.log(e),console.log(o.response.strMessage),swal({title:"Alert",text:o.response.strMessage,showCloseButton:!0,width:380}),o.disableSubmitBtn=!1,o.busyindicator=!0,o.reset()})},o.cancel=function(){e.go("main.TimeLine")},o.reset=function(){o.edt={},o.temp={},o.showTable=!1,o.edt.netPayable=0,o.edt.leave_salary=0,o.edt.airfare=0,o.edt.totalEarning=0,o.edt.totalDeduction=0,o.disableSubmitBtn=!1,o.busyindicator=!0},o.getPayrollGeneratedMonth=function(e){i.get(_.apiUrl+"api/EmployeeSettlement/GetPayrollGeneratedMonth?em_number="+e).then(function(e){o.payrollMonths=e.data,console.log("payrollMonths",o.payrollMonths)}),i.post(_.apiUrl+"api/OvertimeHour/Year_month").then(function(e){o.Year_monthData=e.data,o.Year_month=[];(new Date).getFullYear(),(new Date).getMonth();setTimeout(function(){for(var e=0;e<o.Year_monthData.length;e++)for(var t,a=0;a<o.payrollMonths.length;a++)o.Year_monthData[e].year_month.substr(4)==o.payrollMonths[a].pe_year_month.substr(4)&&(t={year_month:o.Year_monthData[e].year_month,year_month_name:o.Year_monthData[e].year_month_name},o.Year_month.push(t));console.log("Year_month",o.Year_month)},500)})},o.setMonth=function(){o.edt.year_month=o.edt.yearCode.substr(4),console.log("year_month",o.edt.year_month)},o.showPayrollDiv=function(){o.showPayrollDetails=!0,o.showGratuityDetails=!1},o.showGratuityDiv=function(){o.showGratuityDetails=!0,o.showPayrollDetails=!1},o.getDetailsEmployeeToUpdate=function(){o.Updateemployee=!1,o.To_Updateemployee=!0,o.yearMonth=o.fin_year+o.edt.year_month,i.get(_.apiUrl+"api/updatepaysheet/GetSalaryDetailsByEmployee?year_month="+o.yearMonth+"&sd_number="+o.edt.em_number).then(function(e){o.GetSalaryDetailsByEmployee=e.data,console.log("GetSalaryDetailsByEmployee",o.GetSalaryDetailsByEmployee),o.postSalaryDetails=angular.copy(o.GetSalaryDetailsByEmployee),o.totalItems=o.GetSalaryDetailsByEmployee.length,o.edt.total=0,o.edt.deductionAmt=0;for(var t=o.edt.grossAmt=0;t<o.GetSalaryDetailsByEmployee.length;t++)"E"==o.GetSalaryDetailsByEmployee[t].pc_earn_dedn_tag&&(o.edt.total=o.edt.total+o.GetSalaryDetailsByEmployee[t].sd_amount),"D"==o.GetSalaryDetailsByEmployee[t].pc_earn_dedn_tag&&(o.edt.deductionAmt=o.edt.deductionAmt+o.GetSalaryDetailsByEmployee[t].sd_amount);o.To_Updateemployee=!0}),i.get(_.apiUrl+"api/updatepaysheet/GetComapnyCurrencyDetails").then(function(e){o.currencyDetails=e.data,0<o.currencyDetails.length?o.comp_curcy_dec=o.currencyDetails[0].comp_curcy_dec:o.comp_curcy_dec=2})},o.calculateGratuity=function(){var e={};e.reg_date=o.empData.reg_date,e.em_date_of_join=o.empData.em_date_of_join,e.em_number=o.empData.em_login_code,e.com_code=o.temp.company_code,e.grt_updated_user=t.globals.currentUser.username,"sms"==i.defaults.headers.common.schoolId?e.opr="A":"siso"==i.defaults.headers.common.schoolId?e.opr="B":e.opr="C",console.log(e),i.post(_.apiUrl+"api/common/MarkEmpResignation/calculateGratuity",e).then(function(e){o.response=e.data,1==o.response?o.getGratuity(o.empData.em_login_code):swal({title:"Alert",text:"Gratuity Calculation Failed",showCloseButton:!0,width:380}),console.log(o.response)})},o.getGratuity=function(){i.get(_.apiUrl+"api/common/MarkEmpResignation/getAmt_ApplandWorkingDays?empl_code="+o.empData.em_login_code).then(function(e){o.amt_Appl_working_days=e.data,console.log("amt_Appl_working_days",o.amt_Appl_working_days),0<o.amt_Appl_working_days.length?o.allgratuityData={grt_amount:o.amt_Appl_working_days[0].grt_amount,grt_applicable_days:o.amt_Appl_working_days[0].grt_applicable_days,grt_working_days:o.amt_Appl_working_days[0].grt_working_days}:o.allgratuityData={}})},o.searchGlobalClick=function(){o.Global_Search_by_employee()},o.emp_modal_cancel=function(){$("#myModal").modal("hide"),o.edt.em_login_code=o.SelectedUserLst[0].em_login_code,o.edt.em_number=o.SelectedUserLst[0].em_number,o.temp={},o.temp.company_code=o.cmbCompany[0].sh_company_code,o.NodataEmployee=!1,o.getEmpReg(o.edt.em_number)},o.globalSearchCustom=function(){o.temp={},o.NodataEmployee=!1,o.showEmployeeFilterBtn=!0,o.EmployeeTable=!1,o.global_search_result=[],$("#myModal").modal("show"),o.temp.company_code=o.cmbCompany[0].sh_company_code},o.Search_by_employee=function(){o.NodataEmployee=!1;var e={};e.em_login_code=o.temp.em_login_code,e.EmpName=o.temp.EmpName,e.em_department=o.temp.em_department,e.em_desg_code=o.temp.em_desg_code,e.company_code=o.temp.company_code,e.resignedEmpFlag="Yes",i.post(_.apiUrl+"api/EmpReRegistration/SearchResignedEmployee?data="+JSON.stringify(e)).then(function(e){o.global_search_result=e.data,o.EmployeeTable=!0,o.showEmployeeFilterBtn=!0,o.showEmployeeFilter=!0,(o.currentPage=0)<e.data.length||(o.global_search_result=[],swal({title:"Alert",text:"No record(s) found.",showCloseButton:!0,width:450,height:200,timer:1e3}),o.NodataEmployee=!0),s(function(){$("#fixTable1").tableHeadFixer({top:1})},100),o.getPerPageRecords()})},s(function(){$("#fixtable").tableHeadFixer({top:1})},100),o.getEmpReg=function(e){o.reset(),i.get(_.apiUrl+"api/EmpReRegistration/getEmployeDetails?login_code="+e).then(function(e){0<e.data.length?(o.Save_btn=!0,o.showTable=!0,o.empData=e.data[0],o.temp={em_login_code:o.empData.em_login_code,em_full_name:o.empData.em_full_name,em_date_of_join:o.empData.em_date_of_join,dg_desc:o.empData.dg_desc,com_name:o.empData.com_name,dep_name:o.empData.dep_name,reg_date:o.empData.reg_date,reg_resion:o.empData.reg_resion,em_status:o.empData.em_status},console.log(o.temp),o.edt.em_number=o.empData.em_number,o.getGetSalaryDetails(o.edt.em_number)):swal({title:"Alert",text:"Please search only resigned employee",width:300,height:200})})},o.SaveData=function(){null==o.temp.activation_date||""==o.temp.activation_date||null==o.temp.activation_date?swal({title:"Alert",text:"Please select activation date",width:300,height:200}):(console.log("temp",o.temp),i.post(_.apiUrl+"api/EmpReRegistration/ReregisterEmployee",o.temp).then(function(e){o.msg1=e.data,1==o.msg1?(swal({text:"Employee Re-Register Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}),o.cancel_reg()):swal({title:"Alert",text:"Server Error"+o.msg1,showCloseButton:!0,width:380})}))},o.cancel_reg=function(){o.edt={},o.temp={},o.Save_btn=!1,o.showTable=!1,o.temp.company_code=o.cmbCompany[0].sh_company_code}}])}(),function(){"use strict";var d,e=angular.module("sims.module.HRMS");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("PublishEmailPayrollCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(o,e,t,a,s,n,i){o.display=!1,o.busyindicator=!1,o.grid=!0,o.color="#edefef",o.rgvtbl=!1,o.btnhide=!0,o.edt="",n.get(i.apiUrl+"api/UpdateHoldEmpStatus/GetDept").then(function(e){o.GetDept=e.data}),n.get(i.apiUrl+"api/UpdateHoldEmpStatus/GetDesg").then(function(e){o.GetDesg=e.data}),n.get(i.apiUrl+"api/UpdateHoldEmpStatus/GetYearMonth").then(function(e){o.GetYearMonth=e.data}),o.Show_data=function(){n.post(i.apiUrl+"api/UpdateHoldEmpStatus/PaysheetDetails?dept="+o.edt.dep_code+"&desg="+o.edt.dg_code+"&year_month="+o.edt.year_month+"&empcode="+o.edt.emp_code).then(function(e){o.PaysheetDetails=e.data,0<o.PaysheetDetails.length?(o.btnhide=!1,o.rgvtbl=!0):(o.rgvtbl=!1,o.btnhide=!0,swal("","Record not found."))})},o.publish=function(){for(var e,t=[],a=0;a<o.PaysheetDetails.length;a++)1==o.PaysheetDetails[a].onhold_status&&(e={emp_code:o.PaysheetDetails[a].emp_code,year_month:o.PaysheetDetails[a].year_month,onhold_status:o.PaysheetDetails[a].onhold_status,pe_remark:o.PaysheetDetails[a].pe_remark},t.push(e));console.log(t),0<t.length?n.post(i.apiUrl+"api/UpdateHoldEmpStatus/publishPayroll",t).then(function(e){o.msg=e.data,o.msg&&swal({title:"Alert",text:"Record updated successfully",width:380}),o.reset_form()}):swal({title:"Alert",text:"Please select at least one record",width:380})},o.publish_email=function(){for(var e,t=[],a=0;a<o.PaysheetDetails.length;a++)1==o.PaysheetDetails[a].onhold_status&&(e={emp_code:o.PaysheetDetails[a].emp_code,year_month:o.PaysheetDetails[a].year_month,onhold_status:o.PaysheetDetails[a].onhold_status,pe_remark:o.PaysheetDetails[a].pe_remark},t.push(e));console.log(t),0<t.length?n.post(i.apiUrl+"api/UpdateHoldEmpStatus/publishEmailPayroll",t).then(function(e){o.msg=e.data,o.msg&&swal({title:"Alert",text:"Record updated successfully",width:380}),o.reset_form()}):swal({title:"Alert",text:"Please select at least one record",width:380})},o.CheckAllChecked=function(){d=document.getElementById("mainchk");for(var e=0;e<o.PaysheetDetails.length;e++)1==d.checked?(o.PaysheetDetails[e].onhold_status=!0,$("tr").addClass("row_selected")):(o.PaysheetDetails[e].onhold_status=!1,$("tr").removeClass("row_selected"))},a(function(){$("#Table2").tableHeadFixer({top:1})},100),o.reset_form=function(){o.edt="",o.PaysheetDetails=[],o.btnhide=!0,o.rgvtbl=!1}}])}(),function(){"use strict";var e=angular.module("sims.module.Fee");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("AllPayslipByUserCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(t,o,e,a,s,n,i){t.display=!0,t.busyindicator=!1,t.show_ins_table_loading=!1;var d=e.globals.currentUser.username;n.get(i.apiUrl+"api/AllPayslipByUser/getfinanceyear").then(function(e){t.paysheet_year_data=e.data,t.paysheet_year=t.paysheet_year_data[0].paysheet_year,setTimeout(function(){$("#year_box").change(function(){}).multipleSelect({width:"100%"})},1e3)}),$(function(){$("#year_box").multipleSelect({width:"100%"})}),t.getpayslipList=function(e){n.get(i.apiUrl+"api/AllPayslipByUser/getpayslipList?paysheet_year="+e+"&pe_number="+d).then(function(e){t.payslip_data=e.data})},t.colname=null,t.reverse=!1,t.sort=function(e){t.colname=e,t.reverse=t.colname===e&&!t.reverse},t.viewReport=function(a){n.get(i.apiUrl+"api/AllPayslipByUser/getpath").then(function(e){var t,e={location:t=0<e.data.length?e.data[0].pays_appl_form_field_value1:t,parameter:{paysheet_month:a.pe_year_month,comp_details:a.pe_company_code,search:a.pe_number},state:"main.SALUSR",ready:function(){this.refreshReport()},show_pdf:"y"};window.localStorage.ReportDetails=JSON.stringify(e),o.go("main.ReportCardParameter")})}}])}(),function(){"use strict";var d,e=angular.module("sims.module.HRMS");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("EmployeeLeavePolicyCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(s,e,t,a,o,n,i){s.pager=!0,s.pagesize="5",s.pageindex="0",s.pager=!0,s.pagesize="5",s.user_data=!1,s.save_btn=!1,s.update_btn=!0,s.beforeTable=!0,s.temp={},s.username=t.globals.currentUser.username,s.temp.le_leave_code=[],s.user_access=[],s.appcode=e.current.name.split(".");e=t.globals.currentUser.username;n.get(i.apiUrl+"api/AlertTransaction/Get_user_access_rights?username="+e+"&appl_code="+s.appcode[1]).then(function(e){s.user_rights=e.data;for(var t=0;t<s.user_rights.length;t++)0==t&&(s.user_access.data_read=s.user_rights[t].comn_user_read,s.user_access.data_insert=s.user_rights[t].comn_user_insert,s.user_access.data_update=s.user_rights[t].comn_user_update,s.user_access.data_delete=s.user_rights[t].comn_user_delete,s.user_access.data_massupdate=s.user_rights[t].comn_user_massupdate,s.user_access.is_admin=s.user_rights[t].comn_user_admin)}),n.get(i.apiUrl+"api/common/LeaveType/Get_leave_codes").then(function(e){s.leaveCode_data=e.data}),n.get(i.apiUrl+"api/common/LeaveType/Get_termcount").then(function(e){s.termcount=e.data}),s.New=function(){if($("#bordercontent1").css("background-color","#E5E9EC"),0==s.user_access.data_insert)swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200});else{s.temp={},s.user_data=!0,s.beforeTable=!1,s.temp.staff_code="Please Select",s.temp.le_leave_code="Please Select",s.save_btn=!1,s.update_btn=!0,s.temp.pre_holiday=!0,s.temp.post_holiday=!0,s.temp.pre_weekend=!0,s.temp.post_weekend=!0,s.temp.comb_holiday_weekend=!0,s.temp.pays_empl_leave_policy_status=!0;try{$("#combinationLeave").multipleSelect("uncheckAll")}catch(e){}}},s.cancelFunction=function(){s.temp.staff_code=s.stafftype_data[0].staff_code,s.temp.le_leave_code=s.leaveCode_data[0].le_leave_code,s.temp.staff_code="Please Select",s.temp.le_leave_code="Please Select";try{$("#combinationLeave").multipleSelect("uncheckAll")}catch(e){}s.comb_leave=[],s.temp.monthly_allowed="",s.temp.termly_allowed="",s.temp.yearly_allowed="",s.temp.max_leave_application=""},s.deleteReords=function(){if(0==s.user_access.data_delete)swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200});else{s.flag=!1;for(var e,a=[],t=0;t<s.filteredTodos.length;t++)1==document.getElementById("helt-"+t).checked&&(s.flag=!0,e={leave_policy_id:s.filteredTodos[t].leave_policy_id,opr:"D"},a.push(e));s.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)n.post(i.apiUrl+"api/EmployeeLeavePolicyController/IUDLeavePolicy",a).then(function(e){swal({text:"Record Deleted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:300,height:200}),s.showDataEmploye()});else for(let e=0;e<s.filteredTodos.length;e++){var t=document.getElementById("helt-"+e);!0===t.checked&&(t.checked=!1,s.row1="")}}):swal({text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380})}},s.filteredTodos=[],s.currentPage=1,s.numPerPage=5,s.maxSize=5,s.size=function(e){"All"==e?(s.currentPage="1",s.filteredTodos=s.emplleave,s.pager=!1):(s.pager=!0,s.pagesize=e,s.currentPage=1,s.numPerPage=e,s.makeTodos())},s.index=function(e){s.pageindex=e,s.currentPage=e,s.makeTodos()},s.cancel=function(){s.user_data=!1,s.beforeTable=!0,s.clearFunction(),s.temp.staff_code="Please Select",s.temp.le_leave_code="Please Select"},n.get(i.apiUrl+"api/common/LeaveType/Getleavetype").then(function(e){s.stafftype_data=e.data,console.log(s.stafftype_data)}),s.showDataEmploye=function(){n.get(i.apiUrl+"api/EmployeeLeavePolicyController/getallDetails").then(function(e){s.emplleave=[],s.emplleave=e.data,s.totalItems=s.emplleave.length,s.todos=s.emplleave,s.makeTodos()})},s.edit=function(e){var t;0==s.user_access.data_update?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(s.save_btn=!0,s.update_btn=!1,s.temp.staff_code=e.staff_type_code,s.temp.new_le_leave_code=e.leave_code,s.temp.monthly_allowed=e.monthly_allowed,s.temp.termly_allowed=e.termly_allowed,s.temp.yearly_allowed=e.yearly_allowed,s.temp.max_leave_application=e.max_leave_per_Application,s.temp.pays_empl_leave_policy_effective_from=e.pays_empl_leave_policy_effective_from,s.temp.leave_policy_id=e.leave_policy_id,console.log("combination_of_leave",e.combination_of_leave),t=e.combination_of_leave.split(","),s.temp.le_leave_code=t,setTimeout(function(){$("#combinationLeave").multipleSelect("setSelects",s.temp.le_leave_code)},10),console.log("le_leave_code",s.temp.le_leave_code),s.temp.pre_holiday=e.is_prefix_holiday_allowed,s.temp.pre_weekend=e.prefix_weekend_allowed,s.temp.post_holiday=e.post_holiday_allowed,s.temp.post_weekend=e.post_weekend_allowed,s.temp.comb_holiday_weekend=e.combination_of_holiday_and_weekend_allowed,s.temp.pays_empl_leave_policy_status=e.pays_empl_leave_policy_status,s.temp.monthly_forward=e.pays_empl_leave_policy_monthly_forward,s.temp.termly_forward=e.pays_empl_leave_policy_termly_forward,s.temp.yearly_forward=e.pays_empl_leave_policy_yearly_forward,s.user_data=!0,s.beforeTable=!1)},s.showDataEmploye(),s.UpdateFunction=function(){if(null==s.temp.yearly_allowed||null==s.temp.yearly_allowed)swal({title:"Alert",text:"Yearly leave count is not defined"});else if(null==s.temp.termly_allowed&&null==s.temp.monthly_allowed)swal({title:"Alert",text:"Please enter value for monthly or termly allowed"});else{var e=parseFloat(s.temp.yearly_allowed/s.termcount[0].termcount);if(s.temp.termly_allowed>e)swal({title:"Alert",text:"Termly leaves cannot be more than "+e});else{e=parseFloat(s.temp.yearly_allowed/12);if(s.temp.monthly_allowed>e)swal({title:"Alert",text:"Monthly leaves cannot be more than "+e});else if("Please Select"!=s.temp.staff_code&&"Please Select"!=s.temp.le_leave_code){for(var t=[],a=0;a<s.temp.le_leave_code.length;a++)t.push({leave_code:s.temp.le_leave_code[a]});var e=[],o={leave_policy_id:s.temp.leave_policy_id,staff_type_code:s.temp.staff_code,leave_code:s.temp.new_le_leave_code,monthly_allowed:s.temp.monthly_allowed,termly_allowed:s.temp.termly_allowed,yearly_allowed:s.temp.yearly_allowed,max_leave_per_Application:s.temp.max_leave_application,is_prefix_holiday_allowed:s.temp.pre_holiday,is_termly_forward:s.temp.termly_forward,is_yearly_forward:s.temp.yearly_forward,is_monthly_forward:s.temp.monthly_forward,post_holiday_allowed:s.temp.post_holiday,prefix_weekend_allowed:s.temp.pre_weekend,post_weekend_allowed:s.temp.post_weekend,combination_of_holiday_and_weekend_allowed:s.temp.comb_holiday_weekend,pays_empl_leave_policy_effective_from:s.temp.pays_empl_leave_policy_effective_from,pays_empl_leave_policy_status:s.temp.pays_empl_leave_policy_status,pays_empl_leave_policy_created_by:s.username,Opr:"U"};e.push(o),0<e.length&&(n.post(i.apiUrl+"api/EmployeeLeavePolicyController/IUDLeavePolicy",e).then(function(e){e.data;s.user_data=!1,s.beforeTable=!0,""!=s.temp.leave_policy_id?swal({text:"Leave Policy Updated Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&(0<t.length?n.post(i.apiUrl+"api/EmployeeLeavePolicyController/IUDLeavePolicyDetails?leave_policy_id="+s.temp.leave_policy_id,t).then(function(e){console.log("leave details post",e.data),s.showDataEmploye()}):s.showDataEmploye())}):(swal({text:"Record Not Updated. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:300,height:200}),s.user_data=!0,s.beforeTable=!1)}),s.showDataEmploye())}else swal({text:"Please select mandatory fields.",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380})}}},s.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).staff_type_dec.toLowerCase().indexOf(t.toLowerCase())||-1<e.lCode.toLowerCase().indexOf(t.toLowerCase())||e.amol==t;var t})},s.search=function(){s.todos=s.searched(s.emplleave,s.searchText),s.totalItems=s.todos.length,s.currentPage="1",""==s.searchText&&(s.todos=s.pendingList),s.makeTodos()},s.addFunction=function(){if(null==s.temp.yearly_allowed||null==s.temp.yearly_allowed)swal({title:"Alert",text:"Yearly leave count is not defined"});else if(null==s.temp.termly_allowed&&null==s.temp.monthly_allowed)swal({title:"Alert",text:"Please enter value for monthly or termly allowed"});else{if(null!==s.termcount[0].termcount){var e=parseFloat(s.temp.yearly_allowed/s.termcount[0].termcount);if(s.temp.termly_allowed>e)return void swal({title:"Alert",text:"Termly leaves cannot be more than "+e})}e=parseFloat(parseInt(s.temp.yearly_allowed/12));if(s.temp.monthly_allowed>e)swal({title:"Alert",text:"Monthly leaves cannot be more than "+e});else if("Please Select"!=s.temp.staff_code&&"Please Select"!=s.temp.le_leave_code){for(var a=[],t=0;t<s.temp.le_leave_code.length;t++)a.push({leave_code:s.temp.le_leave_code[t]});console.log("temp_leave_code",a),null==s.temp.yearly_forward&&""==s.temp.yearly_forward&&null==s.temp.yearly_forward||(s.temp.yearly_forward="");var e=[],o={staff_type_code:s.temp.staff_code,leave_code:s.temp.new_le_leave_code,monthly_allowed:s.temp.monthly_allowed,termly_allowed:s.temp.termly_allowed,yearly_allowed:s.temp.yearly_allowed,max_leave_per_Application:s.temp.max_leave_application,is_termly_forward:s.temp.termly_forward,is_yearly_forward:s.temp.yearly_forward,is_monthly_forward:s.temp.monthly_forward,is_prefix_holiday_allowed:s.temp.pre_holiday,post_holiday_allowed:s.temp.post_holiday,prefix_weekend_allowed:s.temp.pre_weekend,post_weekend_allowed:s.temp.post_weekend,combination_of_holiday_and_weekend_allowed:s.temp.comb_holiday_weekend,pays_empl_leave_policy_effective_from:s.temp.pays_empl_leave_policy_effective_from,pays_empl_leave_policy_status:s.temp.pays_empl_leave_policy_status,pays_empl_leave_policy_created_by:s.username,Opr:"I"};e.push(o),0<e.length&&n.post(i.apiUrl+"api/EmployeeLeavePolicyController/IUDLeavePolicy",e).then(function(e){var t=e.data;""!=t?(swal({text:"Leave Policy Added Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&(0<a.length&&n.post(i.apiUrl+"api/EmployeeLeavePolicyController/IUDLeavePolicyDetails?leave_policy_id="+t,a).then(function(e){console.log("leave details post",e.data)}),n.get(i.apiUrl+"api/EmployeeLeavePolicyController/getallDetails").then(function(e){s.emplleave=[],s.emplleave=e.data,s.totalItems=s.emplleave.length,s.todos=s.emplleave,s.makeTodos()}))}),s.user_data=!1,s.beforeTable=!0):(swal({text:"Record Not Inserted. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:300,height:200}),s.user_data=!0,s.beforeTable=!1)})}else swal({text:"Please select mandatory fields.",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380})}},s.clearFunction=function(){s.temp=[]},s.selectedValue=function(){s.comb_leave=[],n.get(i.apiUrl+"api/common/LeaveType/Get_leave_codes").then(function(e){s.comb_leave=e.data,setTimeout(function(){$("#combinationLeave").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"})},1e3)}),n.get(i.apiUrl+"api/common/LeaveType/Get_yearlyallowed?staff_type="+s.temp.staff_code+"&leave_code="+s.temp.new_le_leave_code).then(function(e){s.yrdata=e.data,s.temp.yearly_allowed=s.yrdata[0].le_max_days_allowed})},s.selectedValue(),$(function(){$("#combinationLeave").multipleSelect({width:"100%"}),console.log("Print"),console.log(s.comb_leave)}),s.CheckAllChecked=function(){if(1==(d=document.getElementById("mainchk")).checked)for(var e=0;e<s.emplleave.length;e++)document.getElementById("helt-"+e).checked=!0,s.row1="row_selected",$("tr").addClass("row_selected");else for(e=0;e<s.emplleave.length;e++)document.getElementById("helt-"+e).checked=!1,d.checked=!1,s.row1=""},s.checkMonthlyAllowedLeave=function(){null==s.temp.termly_allowed&&""==s.temp.termly_allowed&&null==s.temp.termly_allowed||(s.temp.termly_allowed="",s.temp.termly_forward="")},s.checkTermlyAllowedLeave=function(){null==s.temp.monthly_allowed&&""==s.temp.monthly_allowed&&null==s.temp.monthly_allowed||(s.temp.monthly_allowed="",s.temp.monthly_forward="")},s.checkYearlyAllowedLeave=function(){null==s.temp.monthly_allowed&&""==s.temp.monthly_allowed&&null==s.temp.monthly_allowed||(s.temp.monthly_allowed=""),null==s.temp.termly_allowed&&""==s.temp.termly_allowed&&null==s.temp.termly_allowed||(s.temp.termly_allowed="")},s.makeTodos=function(){var e=parseInt(s.totalItems%s.numPerPage),e=(s.pagersize="0"==e?parseInt(s.totalItems/s.numPerPage):parseInt(s.totalItems/s.numPerPage)+1,(s.currentPage-1)*s.numPerPage),t=parseInt(e)+parseInt(s.numPerPage);s.filteredTodos=s.todos.slice(e,t)},s.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),s.color="#edefef"}),1==(d=document.getElementById("mainchk")).checked&&(d.checked=!1,$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected")}))}}])}(),function(){"use strict";var e=angular.module("sims.module.HRMS");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("EmployeeLetterRequestCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","$filter","ENV",function(i,e,t,a,o,d,s,c){i.pagesize="10",i.pageindex="1",i.other_pur=!0,i.EmpleaveType_data=[];i.edt=[],i.display=!1,i.table=!0,i.save1=!0,i.cnacel1=!0,i.username=t.globals.currentUser.username,i.schoolUrl=c.docUrl+d.defaults.headers.common.schoolId+"/Images/Requestdoc/",a(function(){$("#fixedtable").tableHeadFixer({top:1})},100),i.filteredTodos=[],i.currentPage=1,i.numPerPage=10,i.maxSize=10,d.get(c.apiUrl+"api/EmployeeLetterReq/Get_EmpDoc").then(function(e){i.document=e.data}),i.propertyName=null,i.reverse=!1,i.sortBy=function(e){i.reverse=i.propertyName===e&&!i.reverse,i.propertyName=e},i.getGrid=function(){d.get(c.apiUrl+"api/EmployeeLetterReq/Get_ReqDoc?user="+i.username).then(function(e){i.CreDiv=e.data,i.totalItems=i.CreDiv.length,i.todos=i.CreDiv,i.makeTodos()})},i.showOther=function(e){i.temp.other_sims_appl_parameter="",i.other_pur="8"!=e},i.getPurpose=function(){d.get(c.apiUrl+"api/EmployeeLetterReq/Get_Purpose").then(function(e){i.obj1=e.data})};var n=[];i.cnt=function(e){var t=0,t=e.print_count,t={opr:"W",sims_certificate_print_count:++t,sims_certificate_request_number:e.sims_certificate_request_number,sims_certificate_requested_by:e.sims_certificate_requested_by};n.push(t),e.print_count<3?(d.post(c.apiUrl+"api/EmployeeLetterReq/CUDEmployeeIssueLetter",n).then(function(e){i.msg1=e.data,1==i.msg1&&i.getGrid()}),i.url=c.apiUrl+"Content/"+d.defaults.headers.common.schoolId+"/Images/Requestdoc/"+e.sims_certificate_doc_path,window.open(i.url)):swal("","Your downloading limit is exceeded (i.e. more than 3 times), please contact school for chargeable document downloads.")},i.getGrid(),i.size=function(e){"All"==e?(i.currentPage="1",i.filteredTodos=i.CreDiv,i.pager=!1):(i.pager=!0,i.pagesize=e,i.currentPage=1,i.numPerPage=e,i.makeTodos())},i.index=function(e){i.pageindex=e,i.currentPage=e,console.log("currentPage="+i.currentPage),i.makeTodos(),i.CheckAllChecked()},i.filteredTodos=[],i.currentPage=1,i.numPerPage=10,i.maxSize=10,i.makeTodos=function(){var e=parseInt(i.totalItems%i.numPerPage),e=(i.pagersize="0"==e?parseInt(i.totalItems/i.numPerPage):parseInt(i.totalItems/i.numPerPage)+1,(i.currentPage-1)*i.numPerPage),t=parseInt(e)+parseInt(i.numPerPage);console.log("begin="+e),console.log("end="+t),i.filteredTodos=i.todos.slice(e,t)},i.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<e.sims_certificate_name.toLowerCase().indexOf(t.toLowerCase());var t})},i.search=function(){i.todos=i.searched(i.CreDiv,i.searchText),i.totalItems=i.todos.length,i.currentPage="1",""==i.searchText&&(i.todos=i.CreDiv),i.makeTodos(),(void 0).checked=!1,i.CheckAllChecked()},i.New=function(){i.save1=!1,i.cnacel1=!1,i.display=!0,i.table=!1,i.getPurpose(),i.temp={}},i.Cancel=function(){i.temp={},i.display=!1,i.table=!0};var l,r=[],m=(i.savedata=function(e){var t;i.temp.sims_certificate_number?(t={opr:"I",sims_certificate_number:i.temp.sims_certificate_number,sims_certificate_reason:i.temp.sims_certificate_reason,sims_appl_parameter:i.temp.sims_appl_parameter,sims_certificate_requested_by:i.username,sims_certificate_other_purpose_reason:i.temp.other_sims_appl_parameter,sims_certificate_approved_status:"I",sims_certificate_request_status:"I"},r.push(t),d.post(c.apiUrl+"api/EmployeeLetterReq/CUDEmployeeReqLetter",r).then(function(e){i.msg1=e.data,i.getGrid(),1==i.msg1?(swal({text:"Request successfully sent",imageUrl:"assets/img/check.png",showCloseButton:!0,width:300,height:200}),i.Cancel()):swal({text:"Request not sent",imageUrl:"assets/img/close.png",showCloseButton:!0,width:300,height:200})}),i.getGrid(),r=[],i.table=!0,i.display=!1):swal({text:"Please select Request Letter",imageUrl:"assets/img/close.png",showCloseButton:!0,width:300,height:200})},new FormData),p=(i.getTheFiles=function(e){angular.forEach(e,function(e,t){m.append(t,e)})},"");i.file_doc=[],i.file_changed=function(e){var t,a,o=p="";i.flag=!1;for(var s,n=0;n<i.ratingArray.length;n++)1==document.getElementById("mainchk"+i.ratingArray[n].ratingGroupCode+n).checked&&(t=i.ratingArray[n].ratingName,a=i.ratingArray[n].point,i.flag=!0);0==i.flag?swal("","Please select the record"):(new Date,i.grid2=!0,null==i.file_doc&&(i.file_doc=""),14<i.file_doc.length?swal("","Upload maximum 15 files."):(i.Rating.DescriptionG,l="Emoji_"+i.Rating.DescriptionG+"_"+t+"_"+a,i.photofile=e.files[0],e=0,e=(p=i.photofile.name).split("."),1==("jpg"!=(s=p.split(".")[e.length-1])&&"png"!=s&&"jpeg"!=s?!1:!0)?2097152<i.photofile.size?swal("","File size limit not exceed upto 2 MB."):(i.uploading_doc1=!1,i.photo_filename=i.photofile.type,(e=new FileReader).onload=function(t){i.$apply(function(){i.prev_img=t.target.result,$("#"+ind).attr("src",i.prev_img);var e={method:"POST",url:c.apiUrl+"api/SurveyRating/upload?filename="+l+"."+s+"&location=Images/Emojis",data:m,headers:{"Content-Type":void 0}};d(e).success(function(e){i.file_doc.push({sims508_doc:e,sims_img_path:l});for(var t=0;t<i.file_doc.length;t++)o=i.file_doc[t].sims508_doc;for(t=0;t<i.ratingArray.length;t++){var a=document.getElementById("mainchk"+i.ratingArray[t].ratingGroupCode+t);null==o&&""!=o||1==a.checked&&(i.ratingArray[t].sims_survey_rating_img_path=o,a.checked=!1,i.row1="",$("tr").removeClass("row_selected"))}a.checked=!1,i.row1="",$("tr").removeClass("row_selected"),i.uploading_doc1=!0})})},e.readAsDataURL(i.photofile)):swal("","."+s+" File format not allowed.")))},i.CancelFileUpload=function(e){i.images.splice(e,1)},i.getGrid()}])}(),function(){"use strict";var e=angular.module("sims.module.HRMS");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("EmployeeLetterReqApproveCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","$filter","ENV",function(a,e,t,o,s,n,i,d){a.filteration_approve_status="A",a.filteration_request_status="A",a.pagesize="10",a.pageindex="1",a.EmpleaveType_data=[];a.edt=[],a.display=!1,a.table=!0,a.username=t.globals.currentUser.username,a.schoolUrl=d.docUrl+n.defaults.headers.common.schoolId+"/Images/Requestdoc/",o(function(){$("#fixedtable").tableHeadFixer({top:1})},100),a.filteredTodos=[],a.currentPage=1,a.numPerPage=10,a.maxSize=10,n.get(d.apiUrl+"api/EmployeeLetterReq/Get_EmpDoc").then(function(e){a.document=e.data}),a.search_data=function(){n.get(d.apiUrl+"api/EmployeeLetterReq/Get_ReqDocApprove?date_from="+a.date_from+"&date_to="+a.date_to+"&sims_certificate_approved_status="+a.filteration_approve_status+"&sims_certificate_request_status="+a.filteration_request_status+"&userName="+t.globals.currentUser.username).then(function(e){a.CreDiv=e.data,a.totalItems=a.CreDiv.length,a.todos=a.CreDiv,a.makeTodos()})},a.search_data(),a.size=function(e){"All"==e?(a.currentPage="1",a.filteredTodos=a.CreDiv,a.pager=!1):(a.pager=!0,a.pagesize=e,a.currentPage=1,a.numPerPage=e,a.makeTodos())},a.index=function(e){a.pageindex=e,a.currentPage=e,console.log("currentPage="+a.currentPage),a.makeTodos(),(void 0).checked=!1,a.CheckAllChecked()},a.filteredTodos=[],a.currentPage=1,a.numPerPage=10,a.maxSize=10,a.makeTodos=function(){var e=parseInt(a.totalItems%a.numPerPage),e=(a.pagersize="0"==e?parseInt(a.totalItems/a.numPerPage):parseInt(a.totalItems/a.numPerPage)+1,(a.currentPage-1)*a.numPerPage),t=parseInt(e)+parseInt(a.numPerPage);console.log("begin="+e),console.log("end="+t),a.filteredTodos=a.todos.slice(e,t)},a.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).sims_certificate_name.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_certificate_requested_by_name.toLowerCase().indexOf(t.toLowerCase());var t})},a.search=function(){a.todos=a.searched(a.CreDiv,a.searchText),a.totalItems=a.todos.length,a.currentPage="1",""==a.searchText&&(a.todos=a.CreDiv),a.makeTodos(),(void 0).checked=!1,a.CheckAllChecked()},a.New=function(){a.display=!0,a.table=!1},a.Cancel=function(){a.temp={},a.search_data(),a.display=!1,a.table=!0};var c=[],l=(a.edit=function(e){e={opr:"U",sims_certificate_request_number:e.sims_certificate_request_number,sims_certificate_approved_status:"A",sims_certificate_approved_by:a.username};c.push(e),n.post(d.apiUrl+"api/EmployeeLetterReq/CUDEmployeeReqLetter",c).then(function(e){a.msg1=e.data,1==a.msg1?(swal({text:"Request approved",imageUrl:"assets/img/check.png",showCloseButton:!0,width:300,height:200}),a.search_data()):swal({text:"Request not approved",imageUrl:"assets/img/close.png",showCloseButton:!0,width:300,height:200})}),l=[],a.table=!0,a.display=!1},[]),r=(a.savedata=function(e){e&&(e={opr:"I",sims_certificate_number:a.temp.sims_certificate_number,sims_certificate_reason:a.temp.sims_certificate_reason,sims_certificate_requested_by:a.username,sims_certificate_approved_status:"I",sims_certificate_request_status:"I"},l.push(e),n.post(d.apiUrl+"api/EmployeeLetterReq/CUDEmployeeReqLetter",l).then(function(e){a.msg1=e.data,1==a.msg1?(swal({text:"Request successfully approved.",imageUrl:"assets/img/check.png",showCloseButton:!0,width:300,height:200}),a.getgrid()):swal({text:"Request not approved",imageUrl:"assets/img/close.png",showCloseButton:!0,width:300,height:200})}),l=[],a.table=!0,a.display=!1)},new FormData);a.getTheFiles=function(e){angular.forEach(e,function(e,t){r.append(t,e)})},a.CancelFileUpload=function(e){a.images.splice(e,1)}}])}(),function(){"use strict";var e=angular.module("sims.module.HRMS");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("EmployeeLetterReqIssueCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","$filter","ENV",function(o,t,e,a,s,n,i,d){o.pagesize="10",o.pageindex="1",o.EmpleaveType_data=[];o.edt=[],o.display=!1,o.uploading_doc1=!0,o.table=!0,o.divcode_readonly=!0,o.username=e.globals.currentUser.username,o.schoolUrl=d.siteUrl+"/",a(function(){$("#fixedtable").tableHeadFixer({top:1})},100),o.filteredTodos=[],o.currentPage=1,o.numPerPage=10,o.maxSize=10,n.get(d.apiUrl+"api/EmployeeLetterReq/Get_EmpDoc").then(function(e){o.document=e.data}),o.openReport=function(e){e=e.report_loc;window.localStorage.ReportDetails=JSON.stringify({location:e,state:"main.LetIss",ready:function(){this.refreshReport()}}),t.go("main.ReportCardParameter")},o.search_data=function(){n.get(d.apiUrl+"api/EmployeeLetterReq/Get_ReqDocIssue?date_from="+o.date_from+"&date_to="+o.date_to).then(function(e){o.CreDiv=e.data,o.totalItems=o.CreDiv.length,o.todos=o.CreDiv,o.makeTodos()})},o.search_data(),o.size=function(e){"All"==e?(o.currentPage="1",o.filteredTodos=o.CreDiv,o.pager=!1):(o.pager=!0,o.pagesize=e,o.currentPage=1,o.numPerPage=e,o.makeTodos())},o.index=function(e){o.pageindex=e,o.currentPage=e,console.log("currentPage="+o.currentPage),o.makeTodos(),(void 0).checked=!1,o.CheckAllChecked()},o.filteredTodos=[],o.currentPage=1,o.numPerPage=10,o.maxSize=10,o.makeTodos=function(){var e=parseInt(o.totalItems%o.numPerPage),e=(o.pagersize="0"==e?parseInt(o.totalItems/o.numPerPage):parseInt(o.totalItems/o.numPerPage)+1,(o.currentPage-1)*o.numPerPage),t=parseInt(e)+parseInt(o.numPerPage);console.log("begin="+e),console.log("end="+t),o.filteredTodos=o.todos.slice(e,t)},o.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).sims_certificate_name.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_certificate_requested_by_name.toLowerCase().indexOf(t.toLowerCase());var t})},o.search=function(){o.todos=o.searched(o.CreDiv,o.searchText),o.totalItems=o.todos.length,o.currentPage="1",""==o.searchText&&(o.todos=o.CreDiv),o.makeTodos(),(void 0).checked=!1,o.CheckAllChecked()},o.New=function(){o.display=!0,o.table=!1},o.Cancel=function(){o.temp={},o.file_doc="",o.filteredTodos=[],o.file_form="",o.search_data(),o.display=!1,o.table=!0};o.edit=function(e){o.table=!1,o.display=!0,console.log(e),o.temp={sims_certificate_request_number:e.sims_certificate_request_number,sims_certificate_requested_by:e.sims_certificate_requested_by,sims_certificate_requested_by_name:e.sims_certificate_requested_by_name,sims_certificate_number:e.sims_certificate_number,sims_certificate_name:e.sims_certificate_name,sims_certificate_reason:e.sims_certificate_reason,sims_certificate_dept_code:e.sims_certificate_dept_code,sims_certificate_dept_name:e.sims_certificate_dept_name}};var c,l,r,m=[],p=(o.savedata=function(e){e&&(e={method:"POST",url:d.apiUrl+"api/AssignmentUpload/upload1?filename="+l[0].name+"&location=Images/Requestdoc/",data:c,headers:{"Content-Type":void 0}},n(e).success(function(e){e={opr:"N",sims_certificate_request_number:o.temp.sims_certificate_request_number,sims_certificate_approved_status:"A",sims_certificate_issued_by:o.username,sims_certificate_requested_by:o.temp.sims_certificate_requested_by,sims_certificate_request_status:"A",sims_certificate_number:o.temp.sims_certificate_number,sims_certificate_doc_path:e,sims_certificate_issue_employee_number:o.temp.sims_certificate_requested_by,sims_certificate_print_count:"0"};m.push(e),n.post(d.apiUrl+"api/EmployeeLetterReq/CUDEmployeeIssueLetter",m).then(function(e){o.msg1=e.data,1==o.msg1?(swal({text:"Document successfully issued.",imageUrl:"assets/img/check.png",showCloseButton:!0,width:300,height:200}),o.Cancel()):swal({text:"Document not issued.",imageUrl:"assets/img/close.png",showCloseButton:!0,width:300,height:200})})}),o.search_data(),m=[],o.file_form="",o.table=!0,o.display=!1)},new FormData);o.getTheFiles=function(e){angular.forEach(e,function(e,t){p.append(t,e)})};o.file_changed=function(e,t){r=e.files[0],l=e.files,o.photo_filename=r.name;e=o.photo_filename.split(".");if(o.photo_filename.split(".")[e.length-1],o.edt1={sims_timetable_filename:o.photo_filename},$.extend(o.edt,o.edt1),o.photo_filename=r.type,l.length){c=new FormData;for(var a=0;a<l.length;a++){l[a].name.split(".");c.append(l[a].name,l[a],"Web\\"+l[a].name.replace(/\s/g,""))}}e=new FileReader;e.onload=function(e){o.$apply(function(){o.prev_img=e.target.result})},o.file_form=r.name,console.log(o.temp),e.readAsDataURL(r)},o.CancelFileUpload=function(e){o.images.splice(e,1)}}])}(),function(){"use strict";var c,e=angular.module("sims.module.HRMS");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("AirFareEmployeeDetailsCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(o,e,t,a,s,n,i){o.display=!1,o.pagesize="10",o.pageindex="0",o.pager=!0,o.grid=!0,o.edit_data=!1,o.AirFareEmp_data=[];var d;o.edit_code=!1,o.filter_combo=!0,o.empnum_Readonly=!1,o.nation_Readonly=!1,o.grade_Readonly=!1,o.class_Readonly=!1,o.enroll_number_lists=[],o.username=t.globals.currentUser.username,t.visible_stud=!1,t.visible_parent=!1,t.visible_search_parent=!1,t.visible_teacher=!1,t.visible_User=!1,t.visible_Employee=!0,t.chkMulti=!1,o.emp_name="",o.edt={},o.temp={},o.edit_data=!1,o.btn_empsearch=!1,o.edt.afe_reimbursement="C",o.countData=[{val:5,data:5},{val:10,data:10},{val:15,data:15}],o.size=function(e){"All"==e?(o.currentPage="1",o.filteredTodos=o.todos,o.pager=!1):(o.pager=!0,o.pagesize=e,o.currentPage=1,o.numPerPage=e,o.makeTodos())},a(function(){$("#fixtable").tableHeadFixer({top:1})},100),o.propertyName=null,o.reverse=!1,o.sortBy=function(e){o.reverse=o.propertyName===e&&!o.reverse,o.propertyName=e},o.filteredTodos=[],o.currentPage=1,o.numPerPage=10,o.maxSize=10,o.New=function(){o.display=!0,o.grid=!1,o.filter_combo=!1,o.save1=!0,o.update1=!1,o.btn_empsearch=!0,o.edit_data=!1,o.edt.afe_reimbursement="C"},o.$on("global_cancel",function(e){o.Empmodal_cancel()}),o.getEmployee1=function(){o.global_Search_click(),$("#Global_Search_Modal").modal({backdrop:"static"})},o.globalSearchCustom=function(){o.temp={},o.NodataEmployee=!1,o.showEmployeeFilterBtn=!0,o.EmployeeTable=!1,o.global_search_result=[],$("#myModal").modal("show"),o.temp.company_code=o.cmbCompany[0].sh_company_code},n.get(i.apiUrl+"api/common/GlobalSearch/GetCompanyNameForShift").then(function(e){o.cmbCompany=e.data,o.temp.company_code=o.cmbCompany[0].sh_company_code,o.getDeptFromCompany(o.cmbCompany[0].sh_company_code),o.getDesignationFromCompany(o.cmbCompany[0].sh_company_code)}),o.getDeptFromCompany=function(e){n.get(i.apiUrl+"api/emp/attendance/getDeptName?comp_code="+e).then(function(e){o.compDepartment=e.data})},o.getDesignationFromCompany=function(e){n.get(i.apiUrl+"api/EmployeeReport/GetDesignation?com_code="+e).then(function(e){o.compDesignation=e.data})},o.Search_by_employee=function(){o.NodataEmployee=!1;var e={};e.em_login_code=o.temp.em_login_code,e.EmpName=o.temp.EmpName,e.em_department=o.temp.em_department,e.em_desg_code=o.temp.em_desg_code,e.company_code=o.temp.company_code,console.log("obj",e),n.post(i.apiUrl+"api/AirFareEmp/AifareAssignedEmployee?data="+JSON.stringify(e)).then(function(e){o.global_search_result=e.data,o.EmployeeTable=!0})},o.emp_modal_cancel=function(){$("#myModal").modal("hide"),o.temp={};for(var e=0;e<o.SelectedUserLst.length;e++)o.enroll_number_lists.push(o.SelectedUserLst[e]),o.test_emp=o.SelectedUserLst[e],o.emp_name=o.test_emp.em_login_code,o.empName=o.test_emp.empName;o.edt.afe_em_number=o.emp_name,console.log(o.AirFare_data);for(var t=0;t<o.AirFare_data.length;t++)o.AirFare_data[t].afe_em_number==o.emp_name&&(o.edt.afe_em_number=o.AirFare_data[t].afe_em_number,o.edt.afe_dest_code=o.AirFare_data[t].afe_dest_code,o.edt.ds_name=o.AirFare_data[t].ds_name,o.edt.afe_nation_code=o.AirFare_data[t].afe_nation_code,o.edt.sims_country_name_en=o.AirFare_data[t].sims_country_name_en,o.edt.gr_code=o.AirFare_data[t].gr_code,o.edt.gr_desc=o.AirFare_data[t].gr_desc,o.edt.afe_class=o.AirFare_data[t].afe_class,o.edt.afe_class_name=o.AirFare_data[t].afe_class_name,o.edt.afe_adult_rate=o.AirFare_data[t].afe_adult_rate,o.edt.afe_child_rate=o.AirFare_data[t].afe_child_rate,o.edt.afe_infant_rate=o.AirFare_data[t].afe_infant_rate,o.edt.afe_finalize_status=o.AirFare_data[t].afe_finalize_status,o.edt.afe_airport=o.AirFare_data[t].afe_airport,o.edt.afe_travelling_date=o.AirFare_data[t].afe_travelling_date,o.edt.afe_returing_date=o.AirFare_data[t].afe_returing_date,o.edt.afe_created_by=o.AirFare_data[t].afe_created_by,o.edt.afe_creation_date=o.AirFare_data[t].afe_creation_date,o.edt.afe_grade_code=o.AirFare_data[t].afe_grade_code,"12"==o.AirFare_data[t].afe_applicable_frequency?o.edt.afe_applicable_frequency="Yearly":o.edt.afe_applicable_frequency="2 Yearly",null==o.AirFare_data[t].afe_reimbursement||" "==o.AirFare_data[t].afe_reimbursement||""==o.AirFare_data[t].afe_reimbursement?o.edt.afe_reimbursement="C":o.edt.afe_reimbursement=o.AirFare_data[t].afe_reimbursement,o.edt.afe_applicable_month=o.AirFare_data[t].afe_applicable_month,o.edt.afe_id=o.AirFare_data[t].afe_id,o.edt.afe_parent_id=o.AirFare_data[t].afe_parent_id,o.edt.afe_amount_ticket=o.AirFare_data[t].afe_amount_ticket);console.log("edt",o.edt)},o.Empmodal_cancel=function(){for(var e=0;e<o.SelectedUserLst.length;e++)o.enroll_number_lists.push(o.SelectedUserLst[e]),o.test_emp=o.SelectedUserLst[e],o.emp_name=o.test_emp.em_login_code,o.empName=o.test_emp.empName;o.edt.afe_em_number=o.emp_name},n.get(i.apiUrl+"api/emp/attendance/getCompanyName").then(function(e){o.comp_data=e.data,o.edt.company_code=o.comp_data[0].company_code,o.Comp_Change(o.edt.company_code)}),o.Comp_Change=function(e){n.get(i.apiUrl+"api/emp/attendance/getDeptName?comp_code="+o.edt.company_code).then(function(e){o.dept_data=e.data}),n.get(i.apiUrl+"api/PayrollEmployeeDPSD/Get_designation_Code?company_code="+e).then(function(e){o.designation=e.data}),n.get(i.apiUrl+"api/generatepayroll/GetAllPaysGradeName?company_code="+e).then(function(e){o.GetAllPaysGradeName=e.data})},n.get(i.apiUrl+"api/emp/attendance/getStaffType").then(function(e){o.stafftype_data=e.data}),n.get(i.apiUrl+"api/emp/attendance/getDesignation").then(function(e){o.designation_data=e.data}),n.get(i.apiUrl+"api/emp/attendance/getYear").then(function(e){o.year_data=e.data,o.edt.financial_year=e.data[0].sims_academic_year}),n.get(i.apiUrl+"api/AirFareEmp/getairfaredetails").then(function(e){o.airfare_data=e.data,console.log(o.airfare_data)});o.getairfareother=function(e){d=e.split("-"),o.gr_code=d[0],o.edt.afe_nation_code=d[1],o.edt.afe_dest_code=d[2],o.edt.afe_class=d[3];for(var t=0;t<o.airfare_data.length;t++)e==o.airfare_data[t].gr_code&&("12"==o.airfare_data[j].afe_applicable_frequency?o.edt.afe_applicable_frequency="Yearly":o.edt.afe_applicable_frequency="2 Yearly",o.edt.afe_adult_rate=o.airfare_data[t].af_adult_rate,o.edt.afe_infant_rate=o.airfare_data[t].af_infant_rate,o.edt.afe_child_rate=o.airfare_data[t].af_child_rate,o.edt.afe_applicable_month=o.airfare_data[t].af_default_applicable_month)},n.get(i.apiUrl+"api/AirFareEmp/getDestinationAirFare").then(function(e){o.Destination_data=e.data,console.log(o.Destination_data)}),n.get(i.apiUrl+"api/AirFareEmp/getNations").then(function(e){o.Nation_data=e.data,console.log(o.Nation_data)}),n.get(i.apiUrl+"api/AirFareEmp/getGrades").then(function(e){o.Grade_data=e.data}),n.get(i.apiUrl+"api/AirFareEmp/getClass").then(function(e){o.Class_data=e.data,console.log(o.Class_data)}),o.show_Airfare_Emp_data=function(){n.get(i.apiUrl+"api/AirFareEmp/getAirFareEmployeeDetails?company_code="+o.edt.company_code+"&dept_code="+o.edt.dept_code+"&grade_code="+o.edt.gr_code+"&staff_type_code="+o.edt.staff_type_code+"&dg_code="+o.edt.dg_code+"&afe_em_number="+o.edt.afe_em_number).then(function(e){o.AirFareEmp_data=e.data,0==o.AirFareEmp_data.length?(swal({text:"Record not found",showCloseButton:!0,width:380}),o.grid=!1):(o.display=!1,o.grid=!0,o.totalItems=o.AirFareEmp_data.length,o.todos=o.AirFareEmp_data,o.makeTodos(),o.grid=!0)})},o.clear=function(){o.edt={},o.edt.company_code=o.comp_data[0].company_code,o.edt.financial_year=o.year_data[0].sims_academic_year},o.filteredTodos=[],o.currentPage=1,o.numPerPage=10,o.maxSize=10,o.makeTodos=function(){var e=parseInt(o.totalItems%o.numPerPage),e=(o.pagersize="0"==e?parseInt(o.totalItems/o.numPerPage):parseInt(o.totalItems/o.numPerPage)+1,(o.currentPage-1)*o.numPerPage),t=parseInt(e)+parseInt(o.numPerPage);o.filteredTodos=o.todos.slice(e,t);for(var a=0;a<o.filteredTodos.length;a++)o.filteredTodos[a].icon="fa fa-plus-circle"},o.edit=function(e){o.empnum_Readonly=!0,o.nation_Readonly=!0,o.grade_Readonly=!0,o.class_Readonly=!0,o.display=!0,o.grid=!1,o.save1=!1,o.update1=!0,o.delete1=!1,o.edit_data=!0,o.edit_code=!0,o.filter_combo=!1,o.edt.afe_em_number=e.afe_em_number,o.edt.afe_dest_code=e.afe_dest_code,o.edt.ds_name=e.ds_name,o.edt.afe_nation_code=e.afe_nation_code,o.edt.sims_country_name_en=e.sims_country_name_en,o.edt.gr_code=e.gr_code,o.edt.gr_desc=e.gr_desc,o.edt.afe_class=e.afe_class,o.edt.afe_class_name=e.afe_class_name,o.edt.afe_adult_rate=e.afe_adult_rate,o.edt.afe_child_rate=e.afe_child_rate,o.edt.afe_infant_rate=e.afe_infant_rate,o.edt.afe_finalize_status=e.afe_finalize_status,o.edt.afe_reimbursement=e.afe_reimbursement,o.edt.afe_airport=e.afe_airport,o.edt.afe_travelling_date=e.afe_travelling_date,o.edt.afe_returing_date=e.afe_returing_date,o.edt.afe_created_by=e.afe_created_by,o.edt.afe_creation_date=e.afe_creation_date,o.edt.afe_grade_code=e.afe_grade_code,o.edt.afe_id=e.afe_id,o.edt.afe_parent_id=e.afe_parent_id,o.edt.afe_amount_ticket=e.afe_amount_ticket,"12"==e.afe_applicable_frequency?o.edt.afe_applicable_frequency="Yearly":o.edt.afe_applicable_frequency="2 Yearly",null==e.afe_reimbursement||" "==e.afe_reimbursement||""==e.afe_reimbursement?o.edt.afe_reimbursement="C":o.edt.afe_reimbursement=e.afe_reimbursement,o.edt.afe_academic_year=e.afe_academic_year,o.btn_empsearch=!1},o.Save=function(e){var t,a=[];e&&(0==o.update1?("Yearly"==o.edt.afe_applicable_frequency?o.edt.afe_applicable_frequency="12":o.edt.afe_applicable_frequency="24",t={afe_dest_code:o.edt.afe_dest_code,afe_grade_code:o.edt.afe_grade_code,afe_nation_code:o.edt.afe_nation_code,afe_class:o.edt.afe_class,afe_adult_rate:o.edt.afe_adult_rate,afe_child_rate:o.edt.afe_child_rate,afe_infant_rate:o.edt.afe_infant_rate,afe_applicable_month:o.edt.afe_applicable_month,afe_airport:o.edt.afe_airport,afe_travelling_date:o.edt.afe_travelling_date,afe_returing_date:o.edt.afe_returing_date,afe_finalize_status:o.edt.afe_finalize_status,afe_reimbursement:o.edt.afe_reimbursement,afe_created_by:o.username,afe_em_number:o.edt.afe_em_number,afe_old_frequency:o.edt.afe_old_frequency,afe_applicable_frequency:o.edt.afe_applicable_frequency,afe_amount_ticket:o.edt.afe_amount_ticket,afe_id:o.edt.afe_id,afe_academic_year:o.edt.afe_academic_year,opr:"N"},(a=[]).push(t),n.post(i.apiUrl+"api/AirFareEmp/CUAirFareEmpTransaction",a).then(function(e){o.display=!0,o.msg1=e.data,console.log(o.msg1),1==o.msg1?swal({text:"Airfare Transaction Save Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&(o.clear(),o.show_Airfare_Emp_data(),o.cancel())}):0==o.msg1?swal({text:"Airfare Data Already Exist.",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&(o.clear(),o.show_Airfare_Emp_data(),o.cancel())}):swal("Error-"+o.msg1)})):o.Update(e))},o.getgrid=function(){n.get(i.apiUrl+"api/AirFareEmp/getAllAirFareEmployee").then(function(e){o.AirFare_data=e.data})},o.getgrid(),o.Update=function(e){var t=[];e&&("Yearly"==o.edt.afe_applicable_frequency?o.edt.afe_applicable_frequency="12":o.edt.afe_applicable_frequency="24",e={afe_dest_code:o.edt.afe_dest_code,afe_grade_code:o.edt.afe_grade_code,afe_nation_code:o.edt.afe_nation_code,afe_class:o.edt.afe_class,afe_adult_rate:o.edt.afe_adult_rate,afe_child_rate:o.edt.afe_child_rate,afe_infant_rate:o.edt.afe_infant_rate,afe_applicable_month:o.edt.afe_applicable_month,afe_airport:o.edt.afe_airport,afe_travelling_date:o.edt.afe_travelling_date,afe_returing_date:o.edt.afe_returing_date,afe_finalize_status:o.edt.afe_finalize_status,afe_reimbursement:o.edt.afe_reimbursement,afe_created_by:o.username,afe_em_number:o.edt.afe_em_number,afe_old_frequency:o.edt.afe_old_frequency,afe_applicable_frequency:o.edt.afe_applicable_frequency,afe_amount_ticket:o.edt.afe_amount_ticket,afe_id:o.edt.afe_id,afe_academic_year:o.edt.afe_academic_year,opr:"N"},(t=[]).push(e),console.log(o.edt.afe_grade_code),n.post(i.apiUrl+"api/AirFareEmp/CUAirFareEmpTransaction",t).then(function(e){o.display=!0,o.msg1=e.data,1==o.msg1?swal({text:"Employee Airfare Updated Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&(o.clear(),o.getgrid(),o.filter_combo=!0,o.edt={},o.cancel())}):0==o.msg1?swal({text:"Employee Airfare Not Updated. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&(o.clear(),o.getgrid(),o.filter_combo=!0,o.edt={},o.cancel())}):swal("Error-"+o.msg1)}))},o.cancel=function(){o.edt={},o.edt.company_code=o.comp_data[0].company_code,o.edt.financial_year=o.year_data[0].sims_academic_year,o.grid=!0,o.display=!1,o.filter_combo=!0,o.myForm.$setPristine(),o.myForm.$setUntouched()},o.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).afe_em_number.toLowerCase().indexOf(t.toLowerCase())||-1<e.gr_desc.toLowerCase().indexOf(t.toLowerCase())||-1<e.ds_name.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_country_name_en.toLowerCase().indexOf(t.toLowerCase());var t})},o.search=function(){if(o.todos=o.searched(o.AirFareEmp_data,o.searchText),o.totalItems=o.todos.length,o.currentPage="1",""==o.searchText&&(o.todos=o.AirFareEmp_data),o.makeTodos(),1==(c=document.getElementById("mainchk")).checked){c.checked=!1;for(var e=0;e<o.filteredTodos.length;e++)document.getElementById(e).checked=!1,c.checked=!1,o.row1=""}},o.size=function(e){"All"==e?(o.currentPage="1",o.filteredTodos=o.todos,o.pager=!1):(o.pager=!0,o.pagesize=e,o.currentPage=1,o.numPerPage=e,o.makeTodos())},o.index=function(e){o.pageindex=e,o.currentPage=e,console.log("currentPage="+o.currentPage),o.makeTodos(),o.chk={},o.chk.check_all=!1,o.row1="",c.checked=!1}}])}(),function(){"use strict";var e=angular.module("sims.module.Fee");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("SFCControllerNew_VAT_V2",["$scope","$state","$rootScope","$timeout","$filter","$stateParams","gettextCatalog","$http","ENV","AuthenticationService",function(l,o,e,s,a,t,n,i,d,_){l.pagesize="10",l.pageindex="0",l.pager=!0,l.pagesize="10",l.propertyName=null,l.reverse=!1,l.small_table=!1,l.amount_total=0,l.total_paid=0,l.balance=0,l.edt={},l.temp5={},l.temp={},l.PreviousDetailsData=[],l.PrevDetailTabs=[],l.showInvoiceDataContainer=!0,l.showReceiptDataContainer=!0,l.showReceiptDataContainer_parent=!0,l.showconcessionDataContainer=!0,l.sortBy=function(e){l.reverse=l.propertyName===e&&!l.reverse,l.propertyName=e};var c=e.globals.currentUser.username.toLowerCase(),r=($('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0,format:"dd-mm-yyyy"}),t.sel);if(null!=r)try{l.edt={},l.edt.sims_cur_code=r.cur,l.edt.sims_academic_year=r.ac,l.edt.sims_grade_code=null==r.gr?"":r.gr,l.edt.sims_section_code=null==r.sc?"":r.sc,l.edt.sims_search_code=r.search_flag,l.edt.search_txt=null==r.st?"":r.st,null==r.gr&&(r.gr=""),null==r.sc&&(r.sc=""),null==r.st&&(r.st="")}catch(e){}l.gotoCancelReceipt=function(){o.go("main.Sm043C")};var m,p,u,g,h,f=["adis","sbis"],y=["smfb"],b=["aji","ajb","ajn","egn","zps"];function v(){i.get(d.apiUrl+"api/Fee/SFS/GetAllTotalStudent?acyear="+l.edt.sims_academic_year).then(function(e){l.total_count=e.data,l.count_total=l.total_count[0].student_count}),null==l.edt.search_txt&&(l.edt.search_txt=""),null==l.edt.sims_grade_code&&(l.edt.sims_grade_code=""),null==l.edt.sims_section_code&&(l.edt.sims_section_code=""),l.sel={cur:l.edt.sims_cur_code,ac:l.edt.sims_academic_year,gr:l.edt.sims_grade_code,sc:l.edt.sims_section_code,st:l.edt.search_txt,search_flag:l.edt.sims_search_code},i.get(d.apiUrl+"api/Fee/SFS/getStudent_Fees?minval=0&maxval=0&cc="+l.edt.sims_cur_code+"&ay="+l.edt.sims_academic_year+"&gc="+l.edt.sims_grade_code+"&sc="+l.edt.sims_section_code+"&search_stud="+l.edt.search_txt+"&search_flag="+l.edt.sims_search_code).then(function(e){l.feesData=e.data,l.feesData.length<=0?swal({showCloseButton:!0,text:"No Data found.",width:350,imageUrl:"assets/img/close.png",showCloseButon:!0}):l.feesData.length,l.totalItems=l.feesData.length,l.todos=l.feesData,l.makeTodos(),l.length_array=l.feesData.length})}function w(e){(e=e||window.event).preventDefault(),g=e.clientX,h=e.clientY,document.onmouseup=C,document.onmousemove=k}function k(e){(e=e||window.event).preventDefault(),p=g-e.clientX,u=h-e.clientY,g=e.clientX,h=e.clientY,m.style.top=m.offsetTop-u+"px",m.style.left=m.offsetLeft-p+"px"}function C(){document.onmouseup=null,document.onmousemove=null}l.callDet=function(e){"Y"==l.sims_academic_year_fee_freeze_status?swal({text:"Academic Year is Closed",imageUrl:"assets/img/check.png",width:300,height:200}):f.includes(i.defaults.headers.common.schoolId)?o.go("main.Sim043SBIS",{sel:l.sel,IP:{StudCurr:e.std_fee_cur_code,StudAcademic:e.std_fee_academic_year,StudEnroll:e.std_fee_enroll_number,StudAcadStatus:e.sims_student_academic_status_code,StudAcadStatusDesc:e.sims_student_academic_status}}):b.includes(i.defaults.headers.common.schoolId)?o.go("main.Sim043AJB",{sel:l.sel,IP:{StudCurr:e.std_fee_cur_code,StudAcademic:e.std_fee_academic_year,StudEnroll:e.std_fee_enroll_number,StudAcadStatus:e.sims_student_academic_status_code,StudAcadStatusDesc:e.sims_student_academic_status}}):y.includes(i.defaults.headers.common.schoolId)?o.go("main.Sim043SBISMFB",{sel:l.sel,IP:{StudCurr:e.std_fee_cur_code,StudAcademic:e.std_fee_academic_year,StudEnroll:e.std_fee_enroll_number,StudAcadStatus:e.sims_student_academic_status_code,StudAcadStatusDesc:e.sims_student_academic_status}}):o.go("main.Sim1V2",{sel:l.sel,IP:{StudCurr:e.std_fee_cur_code,StudAcademic:e.std_fee_academic_year,StudEnroll:e.std_fee_enroll_number,StudAcadStatus:e.sims_student_academic_status_code,StudAcadStatusDesc:e.sims_student_academic_status}})},$(document).on("touch click",'*[data-datepicker="true"] .add-on',function(e){$('input[type="text"]',$(this).parent()).focus()}),i.get(d.apiUrl+"api/Fee/SFS/GetAllCurName").then(function(e){l.CurData=e.data,null==l.edt.sims_cur_code||""==l.edt.sims_cur_code?(l.edt.sims_cur_code=e.data[0].sims_cur_code,l.cur_code_change(e.data[0].sims_cur_code)):(l.edt.sims_cur_code=l.edt.sims_cur_code,l.cur_code_change(l.edt.sims_cur_code))}),i.get(d.apiUrl+"api/Fee/SFS/getSeachOptions").then(function(e){if(l.searchoptions=e.data,null==l.edt.sims_search_code||""==l.edt.sims_search_code)for(var t=0;t<l.searchoptions.length;t++)"Y"==l.searchoptions[t].sims_search_code_status&&(l.edt.sims_search_code=l.searchoptions[t].sims_search_code)}),l.currentYear_status="C",l.cur_code_change=function(){i.get(d.apiUrl+"api/Fee/SFS/GetAllAcademicYears?cur_code="+l.edt.sims_cur_code).then(function(e){if(l.AcademicYears=e.data,null==l.edt.sims_academic_year||""==l.edt.sims_academic_year)for(var t=0;t<l.AcademicYears.length;t++)"C"!=l.AcademicYears[t].sims_academic_year_status&&"Current"!=l.AcademicYears[t].sims_academic_year_status||(l.edt.sims_academic_year=l.AcademicYears[t].sims_academic_year,l.sims_academic_year_status_code=l.AcademicYears[t].sims_academic_year_status,l.sims_academic_year_fee_freeze_status=l.AcademicYears[t].sims_academic_year_fee_freeze_status);l.academic_year_change()})},l.academic_year_change=function(){l.feesData="",l.toamt=0,l.topaid=0,l.tobal=0,l.todos=l.feesData,l.totalItems=l.feesData.length,l.makeTodos();for(var e=0;e<l.AcademicYears.length;e++)l.edt.sims_academic_year==l.AcademicYears[e].sims_academic_year&&(l.sims_academic_year_status_code=l.AcademicYears[e].sims_academic_year_status,l.sims_academic_year_fee_freeze_status=l.AcademicYears[e].sims_academic_year_fee_freeze_status);i.get(d.apiUrl+"api/Fee/SFS/GetAllGrades?cur_code="+l.edt.sims_cur_code+"&ac_year="+l.edt.sims_academic_year).then(function(e){l.Grades=e.data,null!=l.edt.sims_academic_year&&""!=l.edt.sims_academic_year&&l.grade_change()})},l.grade_change=function(){i.get(d.apiUrl+"api/Fee/SFS/GetAllSections?cur_code="+l.edt.sims_cur_code+"&ac_year="+l.edt.sims_academic_year+"&g_code="+l.edt.sims_grade_code).then(function(e){l.sections=e.data,""==r.gr&&""==r.st||v()})},l.reset=function(){l.edt.sims_grade_code="",l.edt.sims_section_code="",l.edt.search_txt="",l.toamt=0,l.topaid=0,l.tobal=0,l.feesData="",l.todos=l.feesData,l.totalItems=l.feesData.length,l.makeTodos()},l.filteredTodos=[],l.currentPage=1,l.numPerPage=50,l.maxSize=30,l.currentPage_ind=0,l.allSize=!1,l.makeTodos=function(){l.currentPage_ind=0,Math.round(l.totalItems/l.numPerPage)*l.numPerPage>l.totalItems?l.pagersize=Math.round(l.totalItems/l.numPerPage):l.pagersize=Math.round(l.totalItems/l.numPerPage)+1;var e=(l.currentPage-1)*l.numPerPage,t=parseInt(e)+parseInt(l.numPerPage);l.filteredTodos=l.todos.slice(e,t),l.amount_total=0,l.total_paid=0;for(var a=l.balance=0;a<l.filteredTodos.length;a++)l.amount_total=parseFloat(l.filteredTodos[a].std_fee_amount)+parseFloat(l.amount_total),l.total_paid=parseFloat(l.filteredTodos[a].std_TotalPaid)+parseFloat(l.total_paid),l.balance=parseFloat(l.filteredTodos[a].std_BalanceFee)+parseFloat(l.balance)},l.size=function(e){"All"==e?(l.totalItems=l.feesData.length,l.todos=l.feesData,l.filteredTodos=l.GetAllStudentFee,l.numPerPage=l.feesData.length,l.maxSize=l.feesData.length,l.makeTodos(),l.allSize=!0):(l.allSize=!1,l.pagesize=e,l.currentPage=1,l.numPerPage=e,l.makeTodos())},l.index=function(e){l.pageindex=e,l.currentPage_ind=e,l.currentPage=e,l.makeTodos()},l.fetchDatakeyPress=function(e){13==e.keyCode?v():5==e.keyCode&&e.ctrlKey&&e.shiftKey&&i.get(d.apiUrl+"api/StudentFee/GetReceipt").then(function(e){e=e.data;window.localStorage.ReportDetails=JSON.stringify({location:e,parameter:{fee_rec_no:"1120"},state:"main.Sim043"}),o.go("main.ReportCardParameter")})},l.btnPreview_click=function(){v()},l.student_name="",$("#tab-stu-prev-fee-details a").click(function(e){e.preventDefault(),$(this).tab("show")}),l.onFetchPFRData=function(e){var a;a=null,i.get(d.apiUrl+"api/Fee/SFS/GetPreviousDetailTabs?app_code=Sim043&app_param=PDT%").then(function(e){l.PrevDetTabs=e.data[0],l.showReceiptDataContainer=!0;for(var t=0;t<l.PrevDetTabs.length;t++)"tabPDFeeReceipts"==l.PrevDetTabs[t].tab_id&&(l.showtabPDFeeReceipts=!0,a=null==a?l.PrevDetTabs[t].tab_id:a),"tabPDFeeReceipts_parent"==l.PrevDetTabs[t].tab_id?(l.showtabPDFeeReceipts_parent=!0,a=null==a?l.PrevDetTabs[t].tab_id:a):"tabconcessionReceipts"==l.PrevDetTabs[t].tab_id?(l.showtabconcessionReceipts=!0,a=null==a?l.PrevDetTabs[t].tab_id:a):"tabPDExptdVsPaid"==l.PrevDetTabs[t].tab_id?(l.showtabPDExptdVsPaid=!0,a=null==a?l.PrevDetTabs[t].tab_id:a):"tabPDExptdVsPaidMonthly"==l.PrevDetTabs[t].tab_id?(l.showtabPDExptdVsPaidMonthly=!0,a=null==a?l.PrevDetTabs[t].tab_id:a,l.PDExptdVsPaidMonthlyTabName=l.PrevDetTabs[t].tab_name):"tabPDInvoices"==l.PrevDetTabs[t].tab_id?(l.showtabPDInvoices=!0,a=null==a?l.PrevDetTabs[t].tab_id:a):"tabPDStatement"==l.PrevDetTabs[t].tab_id&&(l.showtabPDStatement=!0,a=null==a?l.PrevDetTabs[t].tab_id:a);$('.nav-tabs a[href="#'+a+'"]').tab("show")}),l.student_name=e.std_fee_enroll_number+"-"+e.std_fee_student_name,l.student_enroll_no=e.std_fee_enroll_number,l.student_full_name=e.std_fee_student_name,l.student_grade=e.std_fee_Class,l.summery={dd_fee_amount_final:0,dd_fee_amount_discounted:0,doc_status_code:3},i.get(d.apiUrl+"api/Fee/SFS/GetPreviousReceipts_NEW?ay="+e.std_fee_academic_year+"&enroll="+e.std_fee_enroll_number+"&cur_cd="+e.std_fee_cur_code).then(function(e){l.showtabconcessionReceipts=!0,l.data=e.data[0],l.PreviousDetailsData.feesReceiptData=[],l.concessionData=[];for(var t=0;t<l.data.length;t++)("Concession"!==l.data[t].dd_fee_payment_mode?l.PreviousDetailsData.feesReceiptData:l.concessionData).push(l.data[t]);l.small_table=!0;for(var a=0,o=0,s=0,n=0,i=0,d=0,_=0,c=0,t=0;t<l.PreviousDetailsData.feesReceiptData.length;t++)a=parseFloat(a)+parseFloat(l.PreviousDetailsData.feesReceiptData[t].dd_fee_amount_final),o=parseFloat(o)+parseFloat(l.PreviousDetailsData.feesReceiptData[t].dd_fee_amount),n=parseFloat(n)+parseFloat(l.PreviousDetailsData.feesReceiptData[t].dd_other_charge_amount),s=parseFloat(s)+parseFloat(l.PreviousDetailsData.feesReceiptData[t].dd_fee_amount_discounted);l.PreviousDetailsData.feesReceiptData.sum_totalPaidAmount=a,l.PreviousDetailsData.feesReceiptData.sum_paidAmount=o,l.PreviousDetailsData.feesReceiptData.sum_discountedAmount=s,l.PreviousDetailsData.feesReceiptData.sum_otherChargesAmt=n;for(t=0;t<l.concessionData.length;t++)i=parseFloat(i)+parseFloat(l.concessionData[t].dd_fee_amount_final),d=parseFloat(d)+parseFloat(l.concessionData[t].dd_fee_amount),c=parseFloat(c)+parseFloat(l.concessionData[t].dd_other_charge_amount),_=parseFloat(_)+parseFloat(l.concessionData[t].dd_fee_amount_discounted);l.concessionData.sum_totalPaidAmount=i,l.concessionData.sum_paidAmount=d,l.concessionData.sum_discountedAmount=_,l.concessionData.sum_otherChargesAmt=c,$("#MyModal").modal({backdrop:"static",keyboard:!1})}),l.edt.sims_cur_code,l.edt.sims_academic_year,l.edt.sims_grade_code,l.edt.sims_section_code,l.getExptdVsPaidData(e),l.getExptdVsPaidMonthlyData(e),l.getFeeInvoiceData(e),l.getFeereceipts_parent(e),l.StatementReport(e)},l.getFeereceipts_parent=function(e){l.showReceiptDataContainer_parent=!0,l.student_name=e.std_fee_enroll_number+"-"+e.std_fee_student_name,l.student_enroll_no=e.std_fee_enroll_number,l.student_full_name=e.std_fee_student_name,l.student_grade=e.std_fee_Class,l.summery={dd_fee_amount_final:0,dd_fee_amount_discounted:0,doc_status_code:3},i.get(d.apiUrl+"api/Fee/SFS/GetPreviousReceipts_parent?ay="+e.std_fee_academic_year+"&enroll="+e.std_fee_parent_id+"&cur_cd="+e.std_fee_cur_code).then(function(e){l.PreviousDetailsData.feesReceiptData_parent=e.data[0],l.small_table=!0;for(var t=0,a=0,o=0,s=0,n=0;n<l.PreviousDetailsData.feesReceiptData_parent.length;n++)t=parseFloat(t)+parseFloat(l.PreviousDetailsData.feesReceiptData_parent[n].dd_fee_amount_final),a=parseFloat(a)+parseFloat(l.PreviousDetailsData.feesReceiptData_parent[n].dd_fee_amount),s=parseFloat(s)+parseFloat(l.PreviousDetailsData.feesReceiptData_parent[n].dd_other_charge_amount),o=parseFloat(o)+parseFloat(l.PreviousDetailsData.feesReceiptData_parent[n].dd_fee_amount_discounted);l.PreviousDetailsData.feesReceiptData_parent.sum_totalPaidAmount=t,l.PreviousDetailsData.feesReceiptData_parent.sum_paidAmount=a,l.PreviousDetailsData.feesReceiptData_parent.sum_discountedAmount=o,l.PreviousDetailsData.feesReceiptData_parent.sum_otherChargesAmt=s,$("#MyModal").modal({backdrop:"static",keyboard:!1})})},l.getFeeInvoiceData=function(e){l.student_name=e.std_fee_enroll_number+"-"+e.std_fee_student_name,l.student_enroll_no=e.std_fee_enroll_number,l.student_full_name=e.std_fee_student_name,l.student_grade=e.std_fee_Class,l.summery={dd_fee_amount_final:0,dd_fee_amount_discounted:0,doc_status_code:3},l.showInvoiceDataContainer=!0,i.get(d.apiUrl+"api/Fee/SFS/GetFeeInvoiceDetails?ay="+e.std_fee_academic_year+"&enroll="+e.std_fee_enroll_number).then(function(e){l.PreviousDetailsData.feeInvoiceData=e.data[0],l.small_table=!0;for(var t=0,a=0;a<l.PreviousDetailsData.feeInvoiceData.length;a++)t=parseFloat(t)+parseFloat(l.PreviousDetailsData.feeInvoiceData[a].dd_fee_amount);l.PreviousDetailsData.feeInvoiceData.fee_Amount=t,$("#MyModal").modal({backdrop:"static",keyboard:!1})})},l.getExptdVsPaidData=function(e){i.get(d.apiUrl+"api/Fee/SFS/GetExpectedVersusPaidFeeDetails?ay="+e.std_fee_academic_year+"&enroll="+e.std_fee_enroll_number).then(function(e){l.PreviousDetailsData.feeExptdVsPaidData=e.data[0],l.small_table=!0;for(var t=0,a=0,o=0,s=0,n=0;n<l.PreviousDetailsData.feeExptdVsPaidData.length;n++)t=parseFloat(t)+parseFloat(l.PreviousDetailsData.feeExptdVsPaidData[n].expected_Amt),o=parseFloat(o)+parseFloat(l.PreviousDetailsData.feeExptdVsPaidData[n].discounted_amt),a=parseFloat(a)+parseFloat(l.PreviousDetailsData.feeExptdVsPaidData[n].paid_amnt),s=parseFloat(s)+parseFloat(l.PreviousDetailsData.feeExptdVsPaidData[n].balance_amt);l.PreviousDetailsData.feeExptdVsPaidData.expected_Amount=t,l.PreviousDetailsData.feeExptdVsPaidData.fee_Amount=a,l.PreviousDetailsData.feeExptdVsPaidData.balance_Amount=s,l.PreviousDetailsData.feeExptdVsPaidData.discount_Amount=o,$("#MyModal").modal({backdrop:"static",keyboard:!1})})},l.getExptdVsPaidMonthlyData=function(e){i.get(d.apiUrl+"api/Fee/SFS/GetExpectedVersusPaidMonthlyFeeDetails?ay="+e.std_fee_academic_year+"&enroll="+e.std_fee_enroll_number).then(function(e){l.PreviousDetailsData.feeExptdVsPaidDataMonthly=e.data[0],l.small_table=!0;for(var t=0,a=0,o=0,s=0,n=0;n<l.PreviousDetailsData.feeExptdVsPaidDataMonthly.length;n++)t=parseFloat(t)+parseFloat(l.PreviousDetailsData.feeExptdVsPaidDataMonthly[n].expected_Amt),o=parseFloat(o)+parseFloat(l.PreviousDetailsData.feeExptdVsPaidDataMonthly[n].discounted_amt),a=parseFloat(a)+parseFloat(l.PreviousDetailsData.feeExptdVsPaidDataMonthly[n].paid_amnt),s=parseFloat(s)+parseFloat(l.PreviousDetailsData.feeExptdVsPaidDataMonthly[n].balance_amt);l.PreviousDetailsData.feeExptdVsPaidDataMonthly.expected_Amount=t,l.PreviousDetailsData.feeExptdVsPaidDataMonthly.fee_Amount=a,l.PreviousDetailsData.feeExptdVsPaidDataMonthly.balance_Amount=s,l.PreviousDetailsData.feeExptdVsPaidDataMonthly.discount_Amount=o,$("#MyModal").modal({backdrop:"static",keyboard:!1})})},i.get(d.apiUrl+"api/JVCreation/GetReportUrl?opr=J&sub_opr=family").then(function(e){l.receipt_url=e.data}),l.btnBackToPDFReceipts=function(){l.showReceiptDataContainer=!0},i.get(d.apiUrl+"api/StudentFee/GetReceiptCon").then(function(e){l.receiptURL=e.data}),l.onViewReceiptReportClick=function(e){l.showReceiptDataContainer=!1;var t=a("filter")(l.filteredTodos,{std_fee_enroll_number:l.student_enroll_no},!0)[0];l.FeeReceiptReport(e,t)},l.onViewReceiptReportClick_parent=function(e){l.showReceiptDataContainer_parent=!1;var t=a("filter")(l.filteredTodos,{std_fee_enroll_number:l.student_enroll_no},!0)[0];l.FeeReceiptReport(e,t)},l.btnBackToPDFReceipts_parent=function(e){l.showReceiptDataContainer_parent=!0;var t=a("filter")(l.filteredTodos,{std_fee_enroll_number:l.student_enroll_no},!0)[0];l.FeeReceiptReport(e,t)},l.FeeReceiptReport=function(e,t){e.report_url&&(l.receiptURL=e.report_url);e={location:l.receiptURL,parameter:{fee_rec_no:e.doc_no,duplicate_flag:"1"},state:"main.SiVTV2",ready:function(){this.refreshReport()}};window.localStorage.ReportDetails=JSON.stringify(e);try{l.invRpt=JSON.parse(window.localStorage.ReportDetails),l.location=l.invRpt.location,l.parameter=l.invRpt.parameter,l.state=l.invRpt.state}catch(e){}var e="SimsReports."+l.location+",SimsReports",a=window.location.href,a=(a.substring(0,a.indexOf(":")),i.defaults.headers.common.schoolId,_.GetRpt_url());l.parameters={},$("#receipt-report-container").telerik_ReportViewer({serviceUrl:a,viewMode:telerikReportViewer.ViewModes.INTERACTIVE,scaleMode:telerikReportViewer.ScaleModes.SPECIFIC,scale:1,ready:function(){}}),$("#receipt-report-container").data("telerik_ReportViewer").reportSource({report:e,parameters:l.parameter}),setInterval(function(){$("#k-item k-state-default k-state-disabled").css({display:"block"}),$(".trv-report-viewer input[type=number]").css({"min-height":"0px"})},1e3),s(function(){$("#k-item k-state-default k-state-disabled").css({display:"block"}),$(".trv-report-viewer input[type=number]").css({"min-height":"0px"})},100)},l.btnBackToPDFInvoices=function(){l.showInvoiceDataContainer=!0},i.get(d.apiUrl+"api/Fee/SFS/GetInvoiceReportUrlFromPrevTab").then(function(e){l.invoiceURL=e.data}),l.onViewInvoiceReportClick=function(e){l.showInvoiceDataContainer=!1;var t=a("filter")(l.filteredTodos,{std_fee_enroll_number:l.student_enroll_no},!0)[0];l.FeeInvoiceReport(e,t)},l.FeeInvoiceReport=function(e,t){t={location:l.invoiceURL,parameter:{cur_code:t.std_fee_cur_code,acad_year:t.std_fee_academic_year,grade_code:t.std_fee_grade_code,section_code:t.std_fee_section_code,enroll:t.std_fee_enroll_number,invmode:null,term_code:null,in_no:e.doc_no},state:"main.SiVTV2",ready:function(){this.refreshReport()}};window.localStorage.ReportDetails=JSON.stringify(t);try{l.invRpt=JSON.parse(window.localStorage.ReportDetails),l.location=l.invRpt.location,l.parameter=l.invRpt.parameter,l.state=l.invRpt.state}catch(e){}e="SimsReports."+l.location+",SimsReports",t=window.location.href,t.substring(0,t.indexOf(":")),i.defaults.headers.common.schoolId,t=_.GetRpt_url();l.parameters={},$("#invoice-report-container").telerik_ReportViewer({serviceUrl:t,viewMode:telerikReportViewer.ViewModes.INTERACTIVE,scaleMode:telerikReportViewer.ScaleModes.SPECIFIC,scale:1,ready:function(){},parameters:{editors:{multiSelect:telerikReportViewer.ParameterEditorTypes.COMBO_BOX,singleSelect:telerikReportViewer.ParameterEditorTypes.COMBO_BOX}}}),$("#invoice-report-container").data("telerik_ReportViewer").reportSource({report:e,parameters:l.parameter}),setInterval(function(){$("#k-item k-state-default k-state-disabled").css({display:"block"}),$(".trv-report-viewer input[type=number]").css({"min-height":"0px"})},1e3),s(function(){$("#k-item k-state-default k-state-disabled").css({display:"block"}),$(".trv-report-viewer input[type=number]").css({"min-height":"0px"})},100)},l.expand=function(e,t){"none"==e.isexpanded?(e.sims_icon="fa fa-minus-circle",e.isexpanded="grid"):(e.sims_icon="fa fa-plus-circle",e.isexpanded="none")},l.edtadv={sims_cur_code:"",sims_academic_year:"",sims_grade_code:"",sims_section_code:"",sims_enroll_number:"",sims_search_code:""},l.cur_code_change_adv=function(){i.get(d.apiUrl+"api/Fee/SFS/GetAllAcademicYears?cur_code="+l.edtadv.sims_cur_code).then(function(e){l.AcademicYears=e.data})},l.academic_year_change_adv=function(){i.get(d.apiUrl+"api/Fee/SFS/GetAllGrades?cur_code="+l.edtadv.sims_cur_code+"&ac_year="+l.edtadv.sims_academic_year).then(function(e){l.AdvGrades=e.data})},l.grade_change_adv=function(){i.get(d.apiUrl+"api/Fee/SFS/GetAllSections?cur_code="+l.edtadv.sims_cur_code+"&ac_year="+l.edtadv.sims_academic_year+"&g_code="+l.edtadv.sims_grade_code).then(function(e){l.Advsections=e.data})},m=document.getElementById("mydiv"),h=g=u=p=0,document.getElementById(m.id+"header")?document.getElementById(m.id+"header").onmousedown=w:m.onmousedown=w,l.divAdvanceYearFee=function(e){for(var t="",a=0;a<l.AcademicYears.length;a++)e.adv_fee_year==l.AcademicYears[a].sims_academic_year&&(t=l.AcademicYears[a].sims_academic_year_status);"O"!=t?(l.student_name=e.std_fee_enroll_number+"-"+e.std_fee_student_name,e.is_adv_section_defined?f.includes(i.defaults.headers.common.schoolId)?o.go("main.Sim043SBIS",{sel:l.sel,IP:{StudCurr:e.std_fee_cur_code,StudAcademic:e.adv_fee_year,StudEnroll:e.std_fee_enroll_number}}):b.includes(i.defaults.headers.common.schoolId)?o.go("main.Sim043AJB",{sel:l.sel,IP:{StudCurr:e.std_fee_cur_code,StudAcademic:e.adv_fee_year,StudEnroll:e.std_fee_enroll_number}}):y.includes(i.defaults.headers.common.schoolId)?o.go("main.Sim043SBISMFB",{sel:l.sel,IP:{StudCurr:e.std_fee_cur_code,StudAcademic:e.std_fee_academic_year,StudEnroll:e.std_fee_enroll_number}}):o.go("main.Sim1V2",{sel:l.sel,IP:{StudCurr:e.std_fee_cur_code,StudAcademic:e.adv_fee_year,StudEnroll:e.std_fee_enroll_number}}):(l.edtadv.sims_cur_code=e.std_fee_cur_code,l.cur_code_change_adv(),l.edtadv.sims_academic_year=e.adv_fee_year,l.academic_year_change_adv(),l.edtadv.sims_grade_code=e.is_adv_grade,l.grade_change_adv(),l.edtadv.sims_section_code=e.is_adv_section,l.edtadv.std_fee_enroll_number=e.std_fee_enroll_number,$("#divAdvanceYearFee").modal({backdrop:"static",keyboard:!0}))):swal({text:"Academic Year is Closed",imageUrl:"assets/img/check.png",width:300,height:200})},l.closeAdv=function(){$("#divAdvanceYearFee").modal("hide")},l.submitAdvFees=function(){$("#divAdvanceYearFee").modal("hide"),i.post(d.apiUrl+"api/Fee/SFS/DefineAdvFee?cur_code="+l.edtadv.sims_cur_code+"&ay="+l.edtadv.sims_academic_year+"&grade="+l.edtadv.sims_grade_code+"&section="+l.edtadv.sims_section_code+"&enroll="+l.edtadv.std_fee_enroll_number).then(function(e){f.includes(i.defaults.headers.common.schoolId)?o.go("main.Sim043SBIS",{sel:l.sel,IP:{StudCurr:l.edtadv.sims_cur_code,StudAcademic:l.edtadv.sims_academic_year,StudEnroll:l.edtadv.std_fee_enroll_number}}):b.includes(i.defaults.headers.common.schoolId)?o.go("main.Sim043AJB",{sel:l.sel,IP:{StudCurr:l.edtadv.sims_cur_code,StudAcademic:l.edtadv.sims_academic_year,StudEnroll:l.edtadv.std_fee_enroll_number}}):y.includes(i.defaults.headers.common.schoolId)?o.go("main.Sim043SBISMFB",{sel:l.sel,IP:{StudCurr:info.std_fee_cur_code,StudAcademic:info.std_fee_academic_year,StudEnroll:info.std_fee_enroll_number}}):o.go("main.Sim1V2",{sel:l.sel,IP:{StudCurr:l.edtadv.sims_cur_code,StudAcademic:l.edtadv.sims_academic_year,StudEnroll:l.edtadv.std_fee_enroll_number}})})},l.getRemarkDetails=function(e){$("#remarkDetails").modal("show"),i.get(d.apiUrl+"api/Fee/SFS/getRemarkdetails?sims_parent_number="+e.std_fee_parent_id).then(function(e){l.remarksDetails=e.data}),l.sims_fee_enroll_number=e.std_fee_enroll_number,l.sims_fee_parent_id=e.std_fee_parent_id,l.sims_std_fee_cur_code=e.std_fee_cur_code,l.sims_std_fee_academic_year=e.std_fee_academic_year,l.sims_std_fee_grade_code=e.std_fee_grade_code,l.sims_std_fee_section_code=e.std_fee_section_code},l.submitRemark=function(){var e=[],t={sims_fee_cur_code:l.sims_std_fee_cur_code,sims_fee_academic_year:l.sims_std_fee_academic_year,sims_parent_number:l.sims_fee_parent_id,sims_enroll_number:l.sims_fee_enroll_number,sims_fee_grade_code:l.sims_std_fee_grade_code,sims_fee_section_code:l.sims_std_fee_section_code,sims_school_remark:l.temp5.sims_school_remark};e.push(t),i.post(d.apiUrl+"api/Fee/SFS/CUDRemark",e).then(function(e){l.msg1=e.data,1==l.msg1?(swal({text:"Remark Added Successfully",imageUrl:"assets/img/check.png",width:300,height:200}),$("#remarkDetails").modal("hide")):0==l.msg1?(swal({text:"Record not Inserted",imageUrl:"assets/img/check.png",width:300,height:200}),$("#remarkDetails").modal("hide")):swal("Error-"+l.msg1),l.temp5={}})},l.report_show=!0,l.Report_call=function(a){$("#feemodal").modal("show"),l.report_show=!1,l.temp.parent_flag="2",i.get(d.apiUrl+"api/family_statement/getReport").then(function(e){l.result1=e.data;e={location:l.result1[0].sims_appl_form_field_value1,parameter:{cur_code:a.std_fee_cur_code,acad_year:a.std_fee_academic_year,parent_flag:l.temp.parent_flag,user_no:a.std_fee_parent_id,other_fee_flag:!0,cumfeeflag:!1,printedby:c,as_date:moment(new Date).format("YYYY-MM-DD")},state:"main.SiVTV2",ready:function(){this.refreshReport()}};window.localStorage.ReportDetails=JSON.stringify(e);try{l.rpt=JSON.parse(window.localStorage.ReportDetails),l.location=l.rpt.location,l.parameter=l.rpt.parameter,l.state=l.rpt.state}catch(e){}var e="SimsReports."+l.location+",SimsReports",t=_.GetRpt_url();l.parameters={},$("#reportViewer2").telerik_ReportViewer({serviceUrl:t,viewMode:telerikReportViewer.ViewModes.INTERACTIVE,scaleMode:telerikReportViewer.ScaleModes.SPECIFIC,scale:1,ready:function(){}}),$("#reportViewer2").data("telerik_ReportViewer").reportSource({report:e,parameters:l.parameter}),setInterval(function(){$("#k-item k-state-default k-state-disabled").css({display:"block"}),$(".trv-report-viewer input[type=number]").css({"min-height":"0px"})},1e3),s(function(){$("#k-item k-state-default k-state-disabled").css({display:"block"}),$(".trv-report-viewer input[type=number]").css({"min-height":"0px"})},100)})}}])}(),function(){"use strict";var e=angular.module("sims.module.Fee");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("FeeTransactionControllerNew_VAT_V2",["$scope","$state","$rootScope","$timeout","$stateParams","gettextCatalog","$http","$filter","ENV",function(m,l,r,e,t,a,p,o,u){m.IP=t.IP,m.$$hist=t.sel,m.currentClass=0,m.maxLength=0,m.CHd={},m.CHd.srNo="none",m.SelectedFees=[],m.SelectedFeesBack=[],m.CHd.noOfCheques=1,m.click=!1,m.DefaultPM=void 0;var g="";function s(e,t){var a={};null!=e&&(a.sims_concession_academic_year=e.sims_concession_academic_year,a.sims_concession_applicable_on=e.sims_concession_applicable_on,a.sims_concession_corporate_billing=e.sims_concession_corporate_billing,a.sims_concession_description=e.sims_concession_description,a.sims_concession_discount_type=e.sims_concession_discount_type,a.sims_concession_discount_value=e.sims_concession_discount_value,a.sims_concession_fee_code=e.sims_concession_fee_code,a.sims_concession_number=e.sims_concession_number,a.sims_concession_onward_child=e.sims_concession_onward_child,a.sims_concession_status=e.sims_concession_status,a.sims_concession_type=e.sims_concession_type,a.feeDesc=e.feeDesc,a.didDesc=e.didDesc,a.feeAmt=0,a.enrollNumber=t,a.visible=!1,a.status=!1,m.appliedDD.push(a)),null==m.dis.sDcode[t]&&(m.dis.sDcode[t]=[]),"000"!=e.sims_concession_fee_code&&m.dis.sDcode[t].push(e.sims_concession_fee_code)}function h(){p.get(u.apiUrl+"api/Fee/StudentFee_New/GetPaymentMode").then(function(e){m.PaymentModes=e.data,m.pd=[];for(var t=0;t<m.PaymentModes.length;t++)if("1"==m.PaymentModes[t].pmType){m.caPM=m.PaymentModes[t];break}for(t=0;t<m.PaymentModes.length;t++)if(m.PaymentModes[t].pmDescShort==m.DPM){m.DefaultPM={},m.DefaultPM.modeO=m.PaymentModes[t],m.DefaultPM.chequeNo="",m.DefaultPM.chqBank={bankCode:""},m.DefaultPM.feeNumber="",m.DefaultPM.chqDate="",m.DefaultPM.trxID="",m.DefaultPM.flag=!1,m.DefaultPM.FPamt=m.$$cre.totalFeeamt()-m.$$cre.Damut,m.pd.push(m.DefaultPM);break}for(t=0;t<m.PaymentModes.length;t++)if("2"==m.PaymentModes[t].pmType){m.chPM=m.PaymentModes[t];break}})}function c(e,t){for(var a,o=m.appliedDD.length,s=0;s<o;s++)m.appliedDD[s].enrollNumber==e.studEnroll&&(a=function(e,t,a){var o=e.feeDetails.length,s=0,n=!1;if(a)for(var i=0;i<o;i++){var d=parseFloat(e.feeDetails[i].studBalancePayingAMT);e.feeDetails[i].master&&0==m.dis.sDcode[e.feeDetails[i].studEnroll].includes(e.feeDetails[i].studFeeCode)&&(s+=d,n=n||!0)}else for(i=0;i<o;i++){d=parseFloat(e.feeDetails[i].studBalancePayingAMT);e.feeDetails[i].studFeeCode==t&&e.feeDetails[i].master&&(s+=d,n=n||!0)}return{amt:s,flag:n&&0<s}}(t,m.appliedDD[s].sims_concession_fee_code,"000"==m.appliedDD[s].sims_concession_fee_code),m.appliedDD[s].feeAmt=a.amt,m.appliedDD[s].visible=a.flag);var n=m.appliedDD.length;m.dis.showDis=!1;for(var i=0;i<n&&(m.dis.showDis=m.appliedDD[i].visible,!m.dis.showDis);i++);}function f(){for(var e=!1,t=m.SelectedFees.length,a=m.pd.length,o=0;o<t;o++)if(0==m.SelectedFees[o].flag)for(var s=0;s<a;s++){var n=m.SelectedFees[o].disApplied?parseFloat(m.SelectedFees[o].disAmt):0;0==m.pd[s].flag&&0==m.SelectedFees[o].flag&&parseFloat(m.pd[s].FPamt)==parseFloat(m.SelectedFees[o].FPamt)-parseFloat(n)&&(m.SelectedFees[o].chqNo=m.pd[s].chequeNo,m.SelectedFees[o].chqDate=m.pd[s].chqDate,m.SelectedFees[o].chqBank=m.pd[s].chqBank,m.SelectedFees[o].mode=m.pd[s].modeO,m.SelectedFees[o].TXNNo=m.pd[s].trxID,m.pd[s].feeNumber=m.SelectedFees[o].feeNumber,m.pd[s].flag=!0,m.SelectedFees[o].flag=!0)}y(m.SelectedFees,"FPamt"),y(m.pd,"FPamt");for(var i=m.SelectedFees.length,d=m.pd.length,_=0;_<i;_++){if(0==m.SelectedFees[_].flag)for(var c=0;c<d;c++)if(0==m.pd[c].flag){var l=m.SelectedFees[_].disApplied?parseFloat(m.SelectedFees[_].disAmt):0;if(parseFloat(m.SelectedFees[_].FPamt)-parseFloat(l)<parseFloat(m.pd[c].FPamt)){var l=parseFloat(m.pd[c].FPamt)-(parseFloat(m.SelectedFees[_].FPamt)-parseFloat(l)),r=(m.SelectedFees[_].chqNo=m.pd[c].chequeNo,m.SelectedFees[_].chqDate=m.pd[c].chqDate,m.SelectedFees[_].chqBank=m.pd[c].chqBank,m.SelectedFees[_].mode=m.pd[c].modeO,m.SelectedFees[_].TXNNo=m.pd[c].trxID,m.pd[c].feeNumber=m.SelectedFees[_].feeNumber,m.pd[c].FPamt=parseFloat(m.SelectedFees[_].FPamt),m.pd[c].flag=!0,m.SelectedFees[_].flag=!0,{});r.modeO=m.pd[c].modeO,r.chequeNo=m.pd[c].chequeNo,r.chqBank=m.pd[c].chqBank,r.feeNumber="",r.chqDate=m.pd[c].chqDate,r.trxID=m.pd[c].trxID,r.flag=!1,r.FPamt=parseFloat(l),m.pd.push(r),_=i,c=d,e=!0;break}}if(e){f();break}}}function y(e,t){for(var a=e.length,o=0;o<a;o++)for(var s,n=o+1;n<a;++n)parseFloat(e[o][t])<parseFloat(e[n][t])&&(s=e[o],e[o]=e[n],e[n]=s)}function b(e){var t={data:[],sum:function(){for(var e=0,t=0;t<this.data.length;t++)e+=parseFloat(this.data[t].FPamt);return e}};if("000"==e.sims_concession_fee_code)for(var a=0;a<m.SelectedFees.length;a++)m.SelectedFees[a].enroll==e.enrollNumber&&0==m.dis.sDcode[m.SelectedFees[a].enroll].includes(m.SelectedFees[a].FeeCode)&&(m.SelectedFees[a].disAmt=0,m.SelectedFees[a].disNumber="",m.SelectedFees[a].disApplied=!1,t.data.push(m.SelectedFees[a]));else for(a=0;a<m.SelectedFees.length;a++)m.SelectedFees[a].enroll==e.enrollNumber&&m.SelectedFees[a].FeeCode==e.sims_concession_fee_code&&(m.SelectedFees[a].disAmt=0,m.SelectedFees[a].disNumber="",m.SelectedFees[a].disApplied=!1,t.data.push(m.SelectedFees[a]));return t}m.DPM="",m.receiptDate=(new Date).getDate()+"-"+((new Date).getMonth()+1)+"-"+(new Date).getFullYear(),m.maxRoundOffValue="0",m.$$cre={},m.studName="",m.studGradeName="",m.studSectionName="",m.studPAName="",m.studcatame="",m.staff_child="",m.studCurr="",m.appliedDD=[],m.dis={},m.dis.showDis=!1,m.dis.dd=[],m.isRemarksVisible=!1,m.calcVisible=!1,m.total_paying=0,p.get(u.apiUrl+"api/Fee/StudentFee_New/GetReceipt").then(function(e){g=e.data}),p.get(u.apiUrl+"api/Fee/StudentFee_New/GetDefaultPM").then(function(e){m.DPM=e.data,null==m.DefaultPM&&h()}),m.GetRoundOffValueData={appl_form_field:"round_limit",appl_parameter:"round_limit"},p.get(u.apiUrl+"api/Fee/StudentFee_New/GetRoundOffValue").then(function(e){m.maxRoundOffValue=e.data}),m.inputValue=null,m.roundedValue=0,m.showR=!1,m.nas="0",m.removeInput=function(e){m.inputValue=""},m.roundToNearest5=function(e,t){0!=parseFloat(t)||null==e?null!=e?!isNaN(parseInt(e))&&e<=parseInt(m.maxRoundOffValue)&&e>=-parseInt(m.maxRoundOffValue)?(m.showR=!0,m.roundedValue=parseFloat(t+e),m.nas=m.roundedValue.toString().split(".")[0],m.roundedValue=parseFloat(m.nas)):(m.showR=!1,swal({text:"Enter value between -5 and +5",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:450})):m.showR=!1:(swal({text:"No value Selected for Rounding Off",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:450}),m.showR=!1,angular.element(document.querySelector("#roundOffValue")).controller("ngModel").$setViewValue(null),m.roundedValue=0,m.nas="",m.$apply())},m.roundAndDisplayValue=function(e){m.roundedValue=m.roundToNearest5(e,m.$$cre.totalFeeamut-m.$$cre.Damut)},m.propertyName=null,m.reverse=!1,m.sortBy=function(e){m.reverse=m.propertyName===e&&!m.reverse,m.propertyName=e},p.get(u.apiUrl+"api/common/ProjectChange/GetParameters?param_app_code=Sim43N&param_app_parameter=CSFRem").then(function(e){m.paramData=e.data[0],m.paramData.param_desc="Y",m.isRemarksVisible=!0}),m.search=function(e){m.promoted_stud=!1,m.clicked=!1,m.pd=[],m.$$cre.totalFeeamut=0,m.$$cre.Damut=0,m.$$cre.GrandTotal=0,m.dis.showDis=!1,m.dis.dd=[],m.dis.sDcode=[],m.appliedDD=[],m.$$cre.totalamutPM=0,m.CHd.srNo="none",m.click=!1,m.receiptDate=(new Date).getDate()+"-"+((new Date).getMonth()+1)+"-"+(new Date).getFullYear(),m.StudFeeDetails=[],m.SelectedFees=[],m.maxLength=0,m.currentClass=0,p.get(u.apiUrl+"api/Fee/StudentFee_New/GetStudentFee_VAT?data="+JSON.stringify(m.IP)).then(function(e){if(m.StudFeeDetails=e.data,console.log("Student Fee Details"),console.log(m.StudFeeDetails),m.studExpectedFeeAMTTotal=0,m.studTotalPaidAMTTotal=0,m.stud_vat_calc_amtTotal=0,m.TotalPayingTotal=0,m.studConcessionPaidAMTTotal=0,m.selectedstud=[],0<m.StudFeeDetails.length){m.sims_parent_number=m.StudFeeDetails[0].parentID;for(var t=0;t<m.StudFeeDetails.length;t++)if(m.StudFeeDetails[t].studDEnroll==m.IP.StudEnroll){m.selectedstud=m.StudFeeDetails[t],m.studName=m.StudFeeDetails[t].studDName,m.studGradeName=m.StudFeeDetails[t].studGradeName,m.studSectionName=m.StudFeeDetails[t].studSectionName,m.studPAName=m.StudFeeDetails[t].payingAgentName,m.studcatame=m.StudFeeDetails[t].sims_fee_category_description,m.studGrade=m.StudFeeDetails[t].studGrade,m.studAcademicYear=m.StudFeeDetails[t].studAcademic,m.studCurr=m.StudFeeDetails[t].studCurr,m.currentClass=t,m.sib_enroll_no=m.StudFeeDetails[t].studDEnroll,m.staff_child=m.StudFeeDetails[t].staff_child,m.promotion_status=m.StudFeeDetails[t].student_promotion_status,"Y"==m.promotion_status?m.promoted_stud=!0:m.promoted_stud=!1;for(t=0;t<m.selectedstud.feeDetails.length;t++)m.studExpectedFeeAMTTotal=parseFloat(m.studExpectedFeeAMTTotal)+parseFloat(m.selectedstud.feeDetails[t].studExpectedFeeAMT),m.studTotalPaidAMTTotal=parseFloat(m.studTotalPaidAMTTotal)+parseFloat(parseFloat(m.selectedstud.feeDetails[t].studTotalPaidAMT)-parseFloat(m.selectedstud.feeDetails[t].studConcessionPaidAMT)),m.stud_vat_calc_amtTotal=parseFloat(m.stud_vat_calc_amtTotal)+parseFloat(m.selectedstud.feeDetails[t].stud_vat_calc_amt),m.TotalPayingTotal=parseFloat(m.TotalPayingTotal)+parseFloat(m.selectedstud.feeDetails[t].studBalancePayingAMT),m.studConcessionPaidAMTTotal=parseFloat(m.studConcessionPaidAMTTotal)+parseFloat(m.selectedstud.feeDetails[t].studConcessionPaidAMT);p.get(u.apiUrl+"api/Fee/StudentFee_New/GetBanksWithCompany?cur="+m.studCurr+"&ayear="+m.studAcademicYear+"&grade="+m.studGrade).then(function(e){m.BankDet=e.data});break}for(t=0;t<m.StudFeeDetails.length;t++)for(var a=0;a<m.dis.dd.length;a++)s(m.dis.dd[a],m.StudFeeDetails[t].studDEnroll);for(t=0;t<m.StudFeeDetails.length;t++)for(a=0;a<m.StudFeeDetails[t].feeDetails.length;a++)m.StudFeeDetails[t].feeDetails[a].total_paying=parseFloat(m.StudFeeDetails[t].feeDetails[a].studBalancePayingAMT)+parseFloat(m.StudFeeDetails[t].feeDetails[a].stud_vat_calc_amt),m.StudFeeDetails[t].feeDetails[a].TotalPaidwithoutconcession=parseFloat(m.StudFeeDetails[t].feeDetails[a].studTotalPaidAMT)-parseFloat(m.StudFeeDetails[t].feeDetails[a].studConcessionPaidAMT);p.get(u.apiUrl+"api/Fee/SFS/getPrefDetails?sims_parent_number="+m.sims_parent_number).then(function(e){m.PrefDetails=e.data,0<m.PrefDetails.length&&(m.temp5={preferance:m.PrefDetails[0].sims_appl_parameter,prefname:m.PrefDetails[0].parent_name},"G"==m.PrefDetails[0].sims_appl_parameter?m.prefName=!1:m.prefName=!0)})}else swal({text:"Selected "+m.IP.StudEnroll+" Student Fee Not Defined/Data Fetching Issue...!",imageUrl:"assets/img/close.png",showCloseButton:!0,width:450})}),e.call(),p.get(u.apiUrl+"api/Fee/StudentFee_New/GetStudDiscount?ay="+m.IP.StudAcademic).then(function(e){if(m.dis.dd=e.data.table,0<m.dis.dd.length)for(var t=0;t<m.StudFeeDetails.length;t++)for(var a=0;a<m.dis.dd.length;a++)s(m.dis.dd[a],m.StudFeeDetails[t].studDEnroll)})},m.getTotalPayingTotal=function(e,t){},m.GetBank=function(e){"3"==e&&("bwa"===p.defaults.headers.common.schoolId||"bcd"===p.defaults.headers.common.schoolId||"bcaa"===p.defaults.headers.common.schoolId||"bcad"===p.defaults.headers.common.schoolId)?(m.BankDet,m.ne.chqBank=m.BankDet[21]):m.ne.chqBank=""},m.dis.toggleDisPane=function(){this.cheight="10px"==this.cheight?"170px":"10px",this.nBottomPaadding=this.cheight},m.OnSelAll=function(e){if(e.selAll)for(var t,a,o=0;o<e.feeDetails.length;o++)(s=e.feeDetails[o]).master||(s.master=!0,t={},a=m.maxLength++,s.ID=a,t.ref=s.$$hashKey,t.pno=s.studFeePeriodNo,t.feeNumber=s.studFeeNumber,t.ID=a,t.rowType="M",t.flag=!1,t.splitFeesAmt=parseFloat(s.studBalancePayingAMT),t.FD=s.studFeeDesc,t.enroll=s.studEnroll,t.studCurr=s.studCurr,t.studAcademic=s.studAcademic,t.studGrade=s.studGrade,t.studSection=s.studSection,t.mode={},t.chqNo="NA",t.isSplitted=!1,t.chqBank="NA",t.chqDate=null,t.trxID="NA",t.sr=m.SelectedFees.length+1,t.ExpAmt=s.studBalanceAMT,t.stud_vat_calc_amt=parseFloat(s.studBalancePayingAMT*s.stud_vat_per/100).toFixed(m.decimal_dsc),t.FPamtORG=parseFloat(parseFloat(s.studBalancePayingAMT)+parseFloat(t.stud_vat_calc_amt)).toFixed(m.decimal_dsc),t.FPamt=parseFloat(parseFloat(s.studBalancePayingAMT)+parseFloat(t.stud_vat_calc_amt)).toFixed(m.decimal_dsc),t.FPamtINT=parseFloat(parseFloat(s.studBalancePayingAMT)+parseFloat(t.stud_vat_calc_amt)).toFixed(m.decimal_dsc),t.FCAmt=s.studConcessionAMT,t.FeeCat=s.studFeeCategoryCode,t.FeeCode=s.studFeeCode,m.SelectedFees.push(t),m.SelectedFeesBack.push(t));else for(var s,n=m.SelectedFees.length,i=e.feeDetails.length,d=0;d<i;d++){(s=e.feeDetails[d]).master=!1;for(o=0;o<n;o++)if(m.SelectedFees[o].ref==s.$$hashKey){m.SelectedFees.splice(o,1),m.SelectedFeesBack.splice(o,1);break}}for(var _=m.$$cre.totalFeeamt(),o=0;o<m.pd.length;o++)if(m.pd[o].modeO==m.caPM){m.pd[o].FPamt=_;break}1==m.pd.length&&(m.DefaultPM.FPamt=_),m.$$cre.totalamtPM(),0<e.feeDetails.length&&c(e.feeDetails[0],e)},null!=m.IP&&m.search(h),m.CHd.colse=function(e,t){m.CHd.srNo=e,m.ne={},m.ne.FPamt=parseFloat(m.$$cre.totalFeeamt()-m.$$cre.Damut-m.$$cre.totalamtPM()).toFixed(m.decimal_dsc),m.ne.FPamt=parseFloat(m.ne.FPamt),m.ne.valAMT=parseFloat(m.ne.FPamt),m.ne.chqDate=(new Date).getDate()+"-"+((new Date).getMonth()+1)+"-"+(new Date).getFullYear(),null==t&&0==m.ne.FPamt&&(m.CHd.srNo="none",swal({text:"Please remove the below entries first.",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:450}))},m.checkChqDetails=function(e){null!=e&&""!=e||swal({text:"Please Enter Cheque No.",imageUrl:"assets/img/close.png",showCloseButton:!0,width:300})},m.checkDate=function(e){null!=e&&""!=e||swal({text:"Please Enter Date",imageUrl:"assets/img/close.png",showCloseButton:!0,width:300})},m.adPMode=function(e){var t=m.pd.length;if(null==e.modeO||""==e.modeO)swal({text:"Please Select Payment Mode",imageUrl:"assets/img/close.png",showCloseButton:!0,width:300});else if(e.FPamt>e.valAMT)m.valcc=1;else if(m.valcc=0,null==e)document.getElementById("pm").focus();else{if("1"!=e.modeO.pmType){if(null==e.chequeNo||""==e.chequeNo)return swal({text:"Please Enter Cheque No.",imageUrl:"assets/img/close.png",showCloseButton:!0,width:300}),void document.getElementById("chno").focus();if(null==e.chqDate||""==e.chqDate)return void swal({text:"Please select date",imageUrl:"assets/img/close.png",showCloseButton:!0,width:300});if("5"!=e.modeO.pmType&&(null==e.chqBank||""==e.chqBank))return void swal({text:"Please select Bank Name",imageUrl:"assets/img/close.png",showCloseButton:!0,width:300})}if(null==e.FPamt||""==e.FPamt)document.getElementById("pm").focus();else if(null!=e.chequeNo&&""!=e.chequeNo||"1"==e.modeO.pmType){if(e.modeO==m.caPM)for(var a=0;a<t;a++)if(m.pd[a].modeO==e.modeO)return void(m.pd[a].FPamt=parseFloat(m.pd[a].FPamt)+parseFloat(e.FPamt));for(a=0;a<t;a++)if(m.pd[a].modeO==e.modeO&&m.pd[a].chequeNo==e.chequeNo&&m.pd[a].chqBank==e.chqBank&&e.modeO==m.chPM)return void(m.pd[a].FPamt=parseFloat(m.pd[a].FPamt)+parseFloat(e.FPamt));var o={};o.modeO=e.modeO,o.chequeNo=e.chequeNo,o.chqBank=null==e.chqBank?{bankCode:""}:e.chqBank,o.feeNumber="",o.chqDate=e.chqDate,o.trxID=e.trxID,o.flag=!1,o.FPamt=parseFloat(e.FPamt),m.pd.push(o),m.$$cre.totalamtPM(),"ch"==e.modeO.pmDescShort||"Ch"==e.modeO.pmDescShort||"CH"==e.modeO.pmDescShort?(e.chequeNo=parseInt(e.chequeNo)+1,m.ne.chqDate):(e.modeO={},e.chequeNo="",e.chqBank={},e.chqDate=""),e.trxID="",e.FPamt=parseFloat(m.$$cre.totalFeeamt()-m.$$cre.Damut-m.$$cre.totalamutPM).toFixed(m.decimal_dsc),e.FPamt=parseFloat(e.FPamt),e.valAMT=parseFloat(e.FPamt),0==e.FPamt&&m.CHd.colse("none","x")}else document.getElementById("chno").focus()}},m.rmPMode=function(e){for(var t=m.pd.length,a=0;a<t;a++)if(m.pd[a].$$hashKey==e.$$hashKey){m.pd.splice(a,1);break}m.$$cre.totalamutPM=m.$$cre.totalamtPM()},m.OnFeeAdd=function(e,t){for(var a=m.TotalPayingTotal=0;a<t.feeDetails.length;a++)m.TotalPayingTotal=parseFloat(m.TotalPayingTotal)+parseFloat(t.feeDetails[a].studBalancePayingAMT);if(e.master){for(var o={},s=m.maxLength++,n=(e.ID=s,o.ref=e.$$hashKey,o.pno=e.studFeePeriodNo,o.feeNumber=e.studFeeNumber,o.ID=s,o.rowType="M",o.flag=!1,o.splitFeesAmt=parseFloat(e.studBalancePayingAMT),o.FD=e.studFeeDesc,o.enroll=e.studEnroll,o.studCurr=e.studCurr,o.studAcademic=e.studAcademic,o.studGrade=e.studGrade,o.studSection=e.studSection,o.mode={},o.chqNo="NA",o.isSplitted=!1,o.chqBank="NA",o.chqDate=null,o.trxID="NA",o.sr=m.SelectedFees.length+1,o.ExpAmt=e.studBalanceAMT,o.stud_vat_calc_amt=parseFloat(e.studBalancePayingAMT*e.stud_vat_per/100).toFixed(m.decimal_dsc),o.FPamtORG=parseFloat(parseFloat(e.studBalancePayingAMT)+parseFloat(o.stud_vat_calc_amt)).toFixed(m.decimal_dsc),o.FPamt=parseFloat(parseFloat(e.studBalancePayingAMT)+parseFloat(o.stud_vat_calc_amt)).toFixed(m.decimal_dsc),o.FPamtINT=parseFloat(parseFloat(e.studBalancePayingAMT)+parseFloat(o.stud_vat_calc_amt)).toFixed(m.decimal_dsc),o.FCAmt=e.studConcessionAMT,o.FeeCat=e.studFeeCategoryCode,o.FeeCode=e.studFeeCode,o.disAmt=0,o.disNumber="",o.disApplied=!1,m.SelectedFees.push(o),m.SelectedFeesBack.push(o),t.feeDetails.length),a=0;a<n;a++)if(t.feeDetails[a].studFeeNumber==e.studFeeNumber&&t.feeDetails[a].studEnroll==e.studEnroll&&t.feeDetails[a].srNo==e.srNo){t.feeDetails[a].stud_vat_calc_amt=parseFloat(e.studBalancePayingAMT*e.stud_vat_per/100).toFixed(m.decimal_dsc),t.feeDetails[a].total_paying=parseFloat(e.studBalancePayingAMT)+parseFloat(t.feeDetails[a].stud_vat_calc_amt);break}for(var i=!0,a=0;a<t.feeDetails.length;a++)i=i&&t.feeDetails[a].master;t.selAll=i}else{for(var d=m.SelectedFees.length,a=0;a<d;a++)if(m.SelectedFees[a].ref==e.$$hashKey){m.SelectedFees.splice(a,1),m.SelectedFeesBack.splice(a,1);break}t.selAll=!1}c(e,t),m.check();for(var _=m.$$cre.totalFeeamt(),a=0;a<m.pd.length;a++)if(m.pd[a].modeO==m.caPM){m.pd[a].FPamt=_-m.$$cre.Damut-m.$$cre.totalamtPM()<0?0:_-m.$$cre.Damut-m.$$cre.totalamtPM();break}1==m.pd.length&&(m.DefaultPM.FPamt=_-m.$$cre.Damut),console.log("click",m.clicked),m.$$cre.totalamtPM()},m.$$cre.totalFeeamt=function(){if(void 0===m.SelectedFees)return 0;for(var e=0,t=0,a=m.SelectedFees.length-1;0<=a;a--)e+=parseFloat(m.SelectedFees[a].FPamt),m.SelectedFees[a].disApplied&&(t+=parseFloat(m.SelectedFees[a].disAmt));return m.$$cre.totalFeeamut=parseFloat(e).toFixed(m.decimal_dsc),m.$$cre.Damut=parseFloat(t).toFixed(m.decimal_dsc),e.toFixed(m.decimal_dsc)},m.$$cre.totalamtPM=function(){if(void 0===m.pd)return 0;for(var e=m.pd.length,t=0,a=0;a<e;a++)t+=parseFloat(m.pd[a].FPamt);return m.$$cre.totalamutPM=t.toFixed(m.decimal_dsc),t.toFixed(m.decimal_dsc)},m.check=function(){var e=m.$$cre.totalFeeamt();1==m.pd.length&&(m.DefaultPM.FPamt=e-m.$$cre.Damut),m.$$cre.totalamtPM()},m.hitEnter=function(e){"Enter"==e.key&&m.search(h)},m.numOnly=function(e){var t=e.which;0==(8==t||110==t||37==t||39==t||9==t||32==t||48<=t&&t<=57||96<=t&&t<=105||190==t)?e.preventDefault():m.$$cre.totalamtPM()},m.RUdiff=0,m.nas="0",m.submit=function(){if(console.clear(),console.log(m.SelectedFees),y(m.pd,"FPamt"),y(m.SelectedFees,"FPamt"),0==m.click)if(m.click=!0,m.clicked=!0,null==m.receiptDate||""==m.receiptDate)swal({text:"Please Enter Receipt Date",imageUrl:"assets/img/close.png",width:350,showCloseButton:!0});else{var e={},t=(e.ParentID=m.StudFeeDetails[0].parentID,e.Students=[],e.ReceiptDate=m.receiptDate,e.Remark=m.IP.Remark,e.payee_type=m.temp5.preferance,e.payee_name=m.temp5.prefname,e.UserName=r.globals.currentUser.username,m.tmpFn="",m.tmpEn="",!1),a=!1;if(0==m.SelectedFees.length)r.strMessage="Please select fee",$("#message").modal("show");else{var o=m.$$cre.totalFeeamt()-m.$$cre.Damut-m.$$cre.totalamtPM();if(0<o)r.strMessage="Amount Mismatch; Need "+o+" More.",$("#message").modal("show");else{!function e(){var t=!1;f();y(m.pd,"FPamt");y(m.SelectedFees,"FPamt");var a=m.SelectedFees.length;var o=m.pd.length;for(var s=0;s<o;s++)if(0==m.pd[s].flag){for(var n=0;n<a;n++)if(0==m.SelectedFees[n].flag){var i=m.SelectedFees[s].disApplied?parseFloat(m.SelectedFees[s].disAmt):0;if(parseFloat(m.SelectedFees[n].FPamt)-parseFloat(i)>parseFloat(m.pd[s].FPamt)){var i=parseFloat(m.SelectedFees[n].FPamt)-parseFloat(i)-parseFloat(m.pd[s].FPamt),d=(m.SelectedFees[n].chqNo=m.pd[s].chequeNo,m.SelectedFees[n].chqDate=m.pd[s].chqDate,m.SelectedFees[n].chqBank=m.pd[s].chqBank,m.SelectedFees[n].mode=m.pd[s].modeO,m.SelectedFees[n].FPamt=parseFloat(m.pd[s].FPamt),m.SelectedFees[n].TXNNo=m.pd[s].trxID,m.pd[s].feeNumber=m.SelectedFees[n].feeNumber,m.pd[s].flag=!0,m.SelectedFees[n].flag=!0,{});d.ref=m.SelectedFees[n].$$hashKey,d.pno=m.SelectedFees[n].pno,d.feeNumber=m.SelectedFees[n].feeNumber,d.ID=m.SelectedFees[n].ID,d.flag=!1,d.FD=m.SelectedFees[n].FD,d.enroll=m.SelectedFees[n].enroll,d.studCurr=m.SelectedFees[n].studCurr,d.studAcademic=m.SelectedFees[n].studAcademic,d.studGrade=m.SelectedFees[n].studGrade,d.studSection=m.SelectedFees[n].studSection,d.mode={},d.chqNo="NA",d.isSplitted=!1,d.chqBank="NA",d.chqDate=null,d.trxID="NA",d.sr=m.SelectedFees.length+1,d.ExpAmt=parseFloat(m.SelectedFees[n].studBalanceAMT),d.FPamtORG=parseFloat(m.SelectedFees[n].studBalancePayingAMT),d.FPamt=parseFloat(i),d.FPamtINT=parseFloat(i),d.FeeCat=m.SelectedFees[n].FeeCat,d.FeeCode=m.SelectedFees[n].FeeCode,m.SelectedFees.push(d),s=a,n=o,t=!0;break}}if(t){e();break}}}();for(var s=m.SelectedFees.length,n=0;n<s;n++)if(null!=m.SelectedFees[n].ID){m.tmpFn=m.SelectedFees[n].feeNumber,m.tmpEn=m.SelectedFees[n].enroll,m.tmpFc=m.SelectedFees[n].FeeCode,a=t=!1;for(var i=0;i<e.Students.length;i++)if(a=t=!1,m.tmpEn==e.Students[i].Enroll){for(var a=!0,t=!1,d=0;d<e.Students[i].Fees.length;d++)if(m.tmpFn==e.Students[i].Fees[d].Fee_number&&m.tmpFc==e.Students[i].Fees[d].FeeCode){e.Students[i].Fees[d].Periods.push({Pno:m.SelectedFees[n].pno,FPamt:m.SelectedFees[n].FPamt,PayMode:m.SelectedFees[n].mode.pmDescShort,ChequeNo:m.SelectedFees[n].chqNo,BankCode:m.SelectedFees[n].chqBank.bankCode,ChequeDt:m.SelectedFees[n].chqDate,TXNNo:m.SelectedFees[n].TXNNo,FCAmt:m.SelectedFees[n].disAmt,DisNumber:m.SelectedFees[n].disNumber,Vat:m.SelectedFees[n].stud_vat_calc_amt,Vat_rnd:m.SelectedFees[n].stud_vat_per}),t=!0;break}if(0==t){var _=e.Students[i].Fees.length;e.Students[i].Fees[_]={Fee_number:m.tmpFn,Fee_Category:m.SelectedFees[n].FeeCat,Fee_Code:m.SelectedFees[n].FeeCode,Periods:[]},e.Students[i].Fees[_].Periods.push({Pno:m.SelectedFees[n].pno,FPamt:m.SelectedFees[n].FPamt,PayMode:m.SelectedFees[n].mode.pmDescShort,ChequeNo:m.SelectedFees[n].chqNo,BankCode:m.SelectedFees[n].chqBank.bankCode,ChequeDt:m.SelectedFees[n].chqDate,TXNNo:m.SelectedFees[n].TXNNo,FCAmt:m.SelectedFees[n].disAmt,DisNumber:m.SelectedFees[n].disNumber,Vat:m.SelectedFees[n].stud_vat_calc_amt,Vat_rnd:m.SelectedFees[n].stud_vat_per});break}}0==a&&(_=e.Students.length,e.Students[_]={Enroll:m.tmpEn,StudCurr:m.SelectedFees[n].studCurr,StudAcademic:m.SelectedFees[n].studAcademic,StudGrade:m.SelectedFees[n].studGrade,StudSection:m.SelectedFees[n].studSection,Fees:[],ReceiptDate:m.receiptDate},e.Students[_].Fees.push({Fee_number:m.tmpFn,Fee_Category:m.SelectedFees[n].FeeCat,Fee_Code:m.SelectedFees[n].FeeCode,Periods:[]}),e.Students[_].Fees[0].Periods.push({Pno:m.SelectedFees[n].pno,FPamt:m.SelectedFees[n].FPamt,PayMode:m.SelectedFees[n].mode.pmDescShort,ChequeNo:m.SelectedFees[n].chqNo,BankCode:m.SelectedFees[n].chqBank.bankCode,ChequeDt:m.SelectedFees[n].chqDate,TXNNo:m.SelectedFees[n].TXNNo,FCAmt:m.SelectedFees[n].disAmt,DisNumber:m.SelectedFees[n].disNumber,Vat:m.SelectedFees[n].stud_vat_calc_amt,Vat_rnd:m.SelectedFees[n].stud_vat_per}))}0!=parseInt(m.nas)?m.RUdiff=parseInt(m.nas)-(parseFloat(m.$$cre.totalFeeamut)-parseFloat(m.$$cre.Damut)):m.RUdiff=0;for(i=0;i<e.Students.length;i++)for(d=0;d<e.Students[i].Fees.length;d++)for(var c=0;c<e.Students[i].Fees[d].Periods.length;c++){if(d==e.Students[i].Fees.length-1){e.Students[i].Fees[d].Periods[c].roundupAmt=e.Students[i].Fees[d].Periods[c].FPamt+m.RUdiff;break}e.Students[i].Fees[d].Periods[c].roundupAmt=e.Students[i].Fees[d].Periods[c].FPamt}p.post(u.apiUrl+"api/Fee/StudentFee_New/SubmitFeesD_VAT_New",e).then(function(e){m.Result=e.data,m.SelectedFees=[],m.currentPM=void 0,r.showReport=!0,m.search(h),null==e.data||""==e.data?r.strMessage="Error":(r.strMessage="Fee Collected Successfully( "+e.data+")",e={location:g,parameter:{fee_rec_no:e.data,duplicate_flag:"0"},state:"main.SiVTV2"},window.localStorage.ReportDetails=JSON.stringify(e),l.go("main.ReportCardParameter")),$("#message").modal("show")})}}}},m.OnDisAdd=function(e){if(!e.status){for(var t=b(e),a=t.data.length,o=0;o<a;o++)t.data[o].disApplied=!1,t.data[o].disAmt=0,t.data[o].disNumber="";m.check()}},m.addOtherFee=function(e){if(null==e.OFD.oF_AMT||0==parseInt(e.OFD.oF_AMT))r.strMessage="Amount Must be greater than Zero(0)",$("#message").modal("show");else{for(var t={},a=(t.studFeePeriodNo=(new Date).getMonth()+1,t.studFeeNumber=null,t.studBalancePayingAMT=parseFloat(e.OFD.oF_AMT),t.studFeeDesc=e.OFD.oF_Desc,t.studEnroll=e.studDEnroll,t.studCurr=e.studCurr,t.studAcademic=e.studAcademic,t.studGrade=e.studGrade,t.studSection=e.studSection,t.studExpectedFeeAMT=0,t.studTotalPaidAMT=0,t.studBalancePayingAMT=parseFloat(e.OFD.oF_AMT),t.stud_vat_calc_amt=parseFloat(e.OFD.oF_AMT*e.OFD.vat_per/100).toFixed(m.decimal_dsc),t.studBalanceAMT=parseFloat(e.OFD.oF_AMT)+parseFloat(t.stud_vat_calc_amt),t.studConcessionAMT=e.studConcessionAMT,t.studFeeCategoryCode=e.OFD.oF_Fee_cat,t.studFeeCode=e.OFD.oF_Fee_code,t.bgcolor="#f0ad4e",t.master=!0,t.disAmt=0,t.disNumber="",t.disApplied=!1,t.total_paying=parseFloat(t.stud_vat_calc_amt)+parseFloat(e.OFD.oF_AMT),t.studFeetype="O",{}),o=(a.ref=e.$$hashKey,a.pno=(new Date).getMonth()+1,a.enroll=e.studDEnroll,a.studCurr=e.studCurr,a.studAcademic=e.studAcademic,a.studGrade=e.studGrade,a.studSection=e.studSection,a.feeNumber=null,a.ID=m.maxLength++,a.FD=e.OFD.oF_Desc,a.flag=!1,a.mode={},a.mode=m.caPM,a.chqNo="NA",a.chqBank="NA",a.chqDate=null,a.trxID="NA",a.isSplitted=!1,a.sr=m.SelectedFees.length+1,a.srNo=m.SelectedFees.length+1,a.ExpAmt="0",a.stud_vat_calc_amt=parseFloat(e.OFD.oF_AMT*e.OFD.vat_per/100).toFixed(m.decimal_dsc),a.FPamt=parseFloat(e.OFD.oF_AMT)+parseFloat(a.stud_vat_calc_amt),a.FPamtINT=parseFloat(e.OFD.oF_AMT)+parseFloat(a.stud_vat_calc_amt),a.FPamtORG=parseFloat(e.OFD.oF_AMT)+parseFloat(a.stud_vat_calc_amt),a.FCAmt="0",a.FeeCat=e.OFD.oF_Fee_cat,a.FeeCode=e.OFD.oF_Fee_code,a.disAmt=0,a.disNumber=null,!1),s=e.feeDetails.length,n=0;n<s;n++)if(null==e.feeDetails[n].studFeeNumber&&e.feeDetails[n].studEnroll==e.studDEnroll&&e.feeDetails[n].studFeeCode==e.OFD.oF_Fee_code&&e.feeDetails[n].studFeeCategoryCode==e.OFD.oF_Fee_cat){e.feeDetails[n].studBalancePayingAMT=parseFloat(e.feeDetails[n].studBalancePayingAMT)+parseFloat(e.OFD.oF_AMT),e.feeDetails[n].studBalanceAMT=parseFloat(e.feeDetails[n].studBalanceAMT)+parseFloat(e.OFD.oF_AMT),e.feeDetails[n].FPamt=parseFloat(e.feeDetails[n].FPamt)+parseFloat(e.OFD.oF_AMT),e.feeDetails[n].stud_vat_calc_amt=parseFloat(e.feeDetails[n].studBalancePayingAMT*e.OFD.vat_per/100).toFixed(m.decimal_dsc),e.feeDetails[n].total_paying=parseFloat(e.feeDetails[n].studBalancePayingAMT)+parseFloat(e.feeDetails[n].stud_vat_calc_amt),o=!0;break}for(n=0;n<m.SelectedFees.length;n++)if(null==m.SelectedFees[n].feeNumber&&m.SelectedFees[n].enroll==e.studDEnroll&&m.SelectedFees[n].FeeCode==e.OFD.oF_Fee_code&&m.SelectedFees[n].FeeCat==e.OFD.oF_Fee_cat){m.SelectedFees[n].FPamt=parseFloat(m.SelectedFees[n].FPamt)+parseFloat(e.OFD.oF_AMT),m.SelectedFees[n].stud_vat_calc_amt=parseFloat(m.SelectedFees[n].FPamt*e.OFD.vat_per/100).toFixed(m.decimal_dsc);break}o||(e.feeDetails.push(t),m.SelectedFees.push(a),m.SelectedFeesBack.push(a)),e.OFD.oF_AMT=0,c(t,e),m.check(),1==m.pd.length&&(m.DefaultPM.FPamt=m.$$cre.totalFeeamut-m.$$cre.Damut)}},m.removeOtherFee=function(e,t){for(var a=e.feeDetails,o=(null!=t.studFeeNumber&&null!=t.studFeeNumber||a.splice(a.indexOf(t),1),m.SelectedFees.length),s=0;s<o;s++)if(null==m.SelectedFees[s].feeNumber&&m.SelectedFees[s].enroll==t.studEnroll&&m.SelectedFees[s].FeeCode==t.studFeeCode&&m.SelectedFees[s].FeeCat==t.studFeeCategoryCode){m.SelectedFees.splice(s,1);break}m.check(),c(t,e),1==m.pd.length&&(m.DefaultPM.FPamt=m.$$cre.totalFeeamut-m.$$cre.Damut)},m.UpdateDiscount=function(){for(var e=m.appliedDD.length,t=0;t<e;t++){var a=m.appliedDD[t];if(a.visible&&a.status){var o=b(a),s=(l=c=_=d=i=void 0,a),n=o,i=n.data.length;if("F"==s.sims_concession_discount_type)for(var d=parseInt(parseFloat(s.sims_concession_discount_value)/i),_=parseFloat(s.sims_concession_discount_value)%i,c=0;c<i;c++)0==n.data[c].disApplied?(n.data[c].disApplied=!0,n.data[c].disAmt=d+_,_=0,n.data[c].disNumber=s.sims_concession_number+","):(n.data[c].disAmt=n.data[c].disAmt+d,n.data[c].disNumber=n.data[c].disNumber+s.sims_concession_number+",");else if("P"==s.sims_concession_discount_type)for(var l=0,c=0;c<i;c++)l=parseFloat(n.data[c].FPamt)/100*parseFloat(s.sims_concession_discount_value),0==n.data[c].disApplied?(n.data[c].disApplied=!0,l=parseFloat(n.data[c].FPamt)/100*parseFloat(s.sims_concession_discount_value),n.data[c].disAmt=parseFloat(parseFloat(l).toFixed(m.decimal_dsc)),n.data[c].disNumber=s.sims_concession_number+","):(n.data[c].disAmt=l,n.data[c].disNumber=n.data[c].disNumber+s.sims_concession_number+",")}}m.check()},m.GOBack=function(){l.go("main.SiVTV2",{sel:m.$$hist})},m.setActive=function(e,t){m.studExpectedFeeAMTTotal=0,m.studTotalPaidAMTTotal=0,m.studConcessionPaidAMTTotal=0,m.stud_vat_calc_amtTotal=0,m.TotalPayingTotal=0,m.IP.StudAcadStatus=t.studstatus,m.IP.StudAcadStatusDesc=t.studstatusdesc,m.currentClass=e,m.studName=t.studDName,m.studGradeName=t.studGradeName,m.studSectionName=t.studSectionName,m.studPAName=t.payingAgentName,m.studcatame=t.sims_fee_category_description,m.staff_child=t.staff_child,m.studGrade=t.studGrade,m.studAcademicYear=t.studAcademic,m.studCurr=t.studCurr,m.sib_enroll_no=t.studDEnroll;for(var a=0;a<t.feeDetails.length;a++)m.studExpectedFeeAMTTotal=parseFloat(m.studExpectedFeeAMTTotal)+parseFloat(t.feeDetails[a].studExpectedFeeAMT),m.studTotalPaidAMTTotal=parseFloat(m.studTotalPaidAMTTotal)+parseFloat(t.feeDetails[a].TotalPaidwithoutconcession),m.stud_vat_calc_amtTotal=parseFloat(m.stud_vat_calc_amtTotal)+parseFloat(t.feeDetails[a].stud_vat_calc_amt),m.TotalPayingTotal=parseFloat(m.TotalPayingTotal)+parseFloat(t.feeDetails[a].studBalancePayingAMT),m.studConcessionPaidAMTTotal=parseFloat(m.studConcessionPaidAMTTotal)+parseFloat(t.feeDetails[a].studConcessionPaidAMT);"Y"==t.student_promotion_status?m.promoted_stud=!0:m.promoted_stud=!1},$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0,format:"dd-mm-yyyy"}),$(document).on("touch click",'*[data-datepicker="true"] .add-on',function(e){$('input[type="text"]',$(this).parent()).focus()});document.getElementById("pop-over").addEventListener("dragstart",function(e){var t=document.getElementById("pop-over").getBoundingClientRect();if(e.clientY>t.top+22)return!1;t=window.getComputedStyle(e.target,null),e.dataTransfer.setData("text",parseInt(t.getPropertyValue("left"),10)-e.clientX+","+(parseInt(t.getPropertyValue("top"),10)-e.clientY))},!1),document.body.addEventListener("dragover",function(e){return e.preventDefault(),!1},!1),document.body.addEventListener("drop",function(e){var t=e.dataTransfer.getData("text").split(","),a=document.getElementById("pop-over");return a.style.left=100*(e.clientX+parseInt(t[0],10))/window.innerWidth+"%",a.style.top=e.clientY+parseInt(t[1],10)+"px",e.preventDefault(),!1},!1);t=document.getElementById("pop-content");t.addEventListener("mousedown",function(){document.getElementById("pop-over").setAttribute("draggable","false")},!1),t.addEventListener("mouseup",function(){document.getElementById("pop-over").setAttribute("draggable","true")},!1),m.student_name="",m.onFetchPFRData=function(){m.student_name=m.sib_enroll_no+"-"+m.studName,m.summery={dd_fee_amount_final:0,dd_fee_amount_discounted:0,doc_status_code:3},p.get(u.apiUrl+"api/Fee/SFS/GetPreviousReceipts_NEW?ay="+m.IP.StudAcademic+"&enroll="+m.sib_enroll_no).then(function(e){m.feesReceiptData=e.data[0],m.small_table=!0,m.paid_amt=0,m.vat_amt=0,m.discounted_amt=0;for(var t=m.total_amt=0;t<m.feesReceiptData.length;t++)m.paid_amt=parseFloat(m.paid_amt)+parseFloat(m.feesReceiptData[t].dd_fee_amount),m.vat_amt=parseFloat(m.vat_amt)+parseFloat(m.feesReceiptData[t].dd_other_charge_amount),m.discounted_amt=parseFloat(m.discounted_amt)+parseFloat(m.feesReceiptData[t].dd_fee_amount_discounted),m.total_amt=parseFloat(m.total_amt)+parseFloat(m.feesReceiptData[t].dd_fee_amount_final);$("#MyModal").modal({backdrop:"static",keyboard:!1})})},m.expand=function(e,t){"none"==e.isexpanded?(e.sims_icon="fa fa-minus-circle",e.isexpanded="grid"):(e.sims_icon="fa fa-plus-circle",e.isexpanded="none")},p.get(u.apiUrl+"api/Fee/StudentFee_New/getFeeTerm?acdemicYear="+m.IP.StudAcademic).then(function(e){m.termData=e.data});m.showDueBtn=!1,m.ajiMonth=!1,["aji","ajb","zps"].includes(p.defaults.headers.common.schoolId)&&(m.showDueBtn=!0),"aji"==p.defaults.headers.common.schoolId&&(m.ajiMonth=!0);m.showDueDropdonn=function(e){"M"==e?(m.showDDM=!0,m.showDDT=!1):"T"==e?(m.showDDT=!0,m.showDDM=!1):(m.showDDM=!1,m.showDDT=!1,m.showDueData("Y"))},m.onFetchDueData=function(){m.showDDM=!1,m.showDDT=!1,m.temp={},m.temp.yearly="3",m.temp.yearlycheked=!0,m.showDueData("Y"),$("#DueModal").modal({backdrop:"static",keyboard:!1})},m.showDueData=function(e){m.showDueTable=!1,p.get(u.apiUrl+"api/Fee/StudentFee_New/getStudent_DueFees?cc="+m.IP.StudCurr+"&ay="+m.IP.StudAcademic+"&search_stud="+m.IP.StudEnroll+"&option="+e+"&month_no="+m.temp.monthNo+"&term_code="+m.temp.termCode).then(function(e){m.feesData=e.data,0<m.feesData.length?(m.showDueTable=!0,m.ExpectedAmount=0,m.paidAmount=0,m.balanceAmount=0,m.totalArray=[],m.feeTypeArray=[],m.array_key=[],m.array_key[0]=[],m.array_key[1]=[],m.array_key[2]=[],m.array_key[3]=[],angular.forEach(m.feesData,function(e,t){m.ExpectedAmount=parseFloat(m.ExpectedAmount)+parseFloat(e.std_fee_amount),m.paidAmount=parseFloat(m.paidAmount)+parseFloat(e.std_TotalPaid),m.balanceAmount=parseFloat(m.balanceAmount)+parseFloat(e.std_BalanceFee),m.feeTypeArray.includes(e.sims_fee_code_description)||m.feeTypeArray.push(e.sims_fee_code_description)}),angular.forEach(m.feesData[0],function(e,t){m.array_key[0].push(t)}),angular.forEach(m.feeTypeArray,function(e,t){m.array_key[1].push(0),m.array_key[2].push(0),m.array_key[3].push(0)}),angular.forEach(m.feesData,function(a,e){angular.forEach(m.feeTypeArray,function(e,t){e==a.sims_fee_code_description&&(m.array_key[1][t]+=parseFloat(a.std_fee_amount),m.array_key[2][t]+=parseFloat(a.std_TotalPaid),m.array_key[3][t]+=parseFloat(a.std_BalanceFee))})}),angular.forEach(m.feeTypeArray,function(e,t){e={feeName:e,expectedAmount:m.array_key[1][t],paidamount:m.array_key[2][t],balanceAmount:m.array_key[3][t]};m.totalArray.push(e)}),setTimeout(function(){$("#fixTable").tableHeadFixer({top:1})},1e3)):swal({text:"Fee Due Not Found",imageUrl:"assets/img/close.png",showCloseButton:!0,width:450})})},p.get(u.apiUrl+"api/StudentFee/getDecimalPlaces").then(function(e){m.decimal_degit=e.data,m.decimal_dsc=m.decimal_degit[0].comp_curcy_dec}),p.get(u.apiUrl+"api/Fee/SFS/GetReceiptDateParam").then(function(e){m.ReceiptDate=e.data,0<m.ReceiptDate.length&&(m.ReceiptDateData=m.ReceiptDate[0].sims_appl_parameter),"E"==m.ReceiptDateData?$("#from_date").data("kendoDatePicker").enable(!0):$("#from_date").data("kendoDatePicker").enable(!1)}),m.getpreferanceDetails=function(e){if(0<m.PrefDetails.length)for(var t=0;t<m.PrefDetails.length;t++)m.PrefDetails[t].sims_appl_parameter==e&&(m.temp5.prefname=m.PrefDetails[t].parent_name,m.prefName="G"!=e)},m.getRemarkDetails=function(e){$("#remarkDetails").modal("show");e=o("filter")(e,{studDEnroll:m.sib_enroll_no},!0)[0];p.get(u.apiUrl+"api/Fee/SFS/getRemarkdetails?sims_parent_number="+e.parentID).then(function(e){m.remarksDetails=e.data}),m.sims_fee_enroll_number=m.sib_enroll_no,m.sims_fee_parent_id=e.parentID,m.sims_std_fee_cur_code=e.studCurr,m.sims_std_fee_academic_year=e.studAcademic,m.sims_std_fee_grade_code=e.studGrade,m.sims_std_fee_section_code=e.studSection},m.submitRemark=function(){var e,t=o("filter")(m.StudFeeDetails,{studDEnroll:m.sib_enroll_no},!0)[0];m.temp5.sims_school_remark?m.temp5.sims_parent_remark?(t||(swal({text:"Error : Could not fetch student data!",imageUrl:"assets/img/notification-alert.png",width:300,height:200}),$("#remarkDetails").modal("hide"),m.temp5.sims_school_remark=""),t={sims_fee_cur_code:t.studCurr,sims_fee_academic_year:t.studAcademic,sims_parent_number:t.parentID,sims_enroll_number:t.studDEnroll,sims_fee_grade_code:t.studGrade,sims_fee_section_code:t.studSection,sims_school_remark:m.temp5.sims_school_remark,sims_parent_remark:m.temp5.sims_parent_remark},(e=[]).push(t),p.post(u.apiUrl+"api/Fee/SFS/CUDRemark",e).then(function(e){m.msg1=e.data,1==m.msg1?swal({text:"Remark Added Successfully",imageUrl:"assets/img/check.png",width:300,height:200}):0==m.msg1?swal({text:"Record not Inserted",imageUrl:"assets/img/check.png",width:300,height:200}):swal("Error-"+m.msg1),m.temp5.sims_school_remark="",m.temp5.sims_parent_remark="",m.getRemarkDetails(m.StudFeeDetails)})):swal({text:"Please enter a valid parent remark!",imageUrl:"assets/img/notification-alert.png",width:300,height:200}):swal({text:"Please enter a valid school remark!",imageUrl:"assets/img/notification-alert.png",width:300,height:200})},p.get(u.apiUrl+"api/Fee/SFS/getParent_student_status_auto").then(function(e){m.satus=e.data,m.parent_flag=m.satus[0].sims_appl_parameter,"Y"==m.satus[0].feesCalulateVisibility?m.calcVisible=!0:m.calcVisible=!1}),m.autdata=function(){if(m.total_all_amount=0,m.$$cre.Damut=0,m.$$cre.totalFeeamut=0,m.$$cre.GrandTotal=0,m.allocation_data=[],m.ne=[],m.pd=[],"A"==m.parent_flag?(m.type_id=m.IP.StudEnroll,m.all_user_name=m.studName+" ("+m.studGradeName+"-"+m.studSectionName+")"):(m.type_id=m.StudFeeDetails[0].parentID,m.all_user_name=m.StudFeeDetails[0].parentName+" ("+m.StudFeeDetails[0].parentID+")"),p.get(u.apiUrl+"api/Fee/SFS/GetTotalOut_auto?ay="+m.IP.StudAcademic+"&enroll="+m.type_id).then(function(e){m.outstanding=e.data,m.total_oustanding=m.outstanding[0].total_outstanding}),0<m.StudFeeDetails.length)for(var e=0;e<m.StudFeeDetails.length;e++)for(var t=0;t<m.StudFeeDetails[e].feeDetails.length;t++)m.StudFeeDetails[e].feeDetails[t].master=!1,m.StudFeeDetails[e].feeDetails[t].master=!1,m.OnFeeAdd(m.StudFeeDetails[e].feeDetails[t],m.StudFeeDetails[e]),m.removeOtherFee(m.StudFeeDetails[e],m.StudFeeDetails[e].feeDetails[t]);$("#auto_allocation").modal("show")},m.btn_Add_all=function(){0<m.ne.FPamt?swal({text:"Plese Allocate "+m.ne.FPamt,showCloseButton:!0,width:450}):$("#auto_allocation").modal("hide")},m.back_all=function(){if(m.total_all_amount=0,m.$$cre.Damut=0,m.$$cre.totalFeeamut=0,m.$$cre.GrandTotal=0,m.allocation_data=[],m.ne=[],m.pd=[],0<m.StudFeeDetails.length)for(var e=0;e<m.StudFeeDetails.length;e++)for(var t=0;t<m.StudFeeDetails[e].feeDetails.length;t++)m.StudFeeDetails[e].feeDetails[t].master=!1,m.StudFeeDetails[e].feeDetails[t].master=!1,m.OnFeeAdd(m.StudFeeDetails[e].feeDetails[t],m.StudFeeDetails[e]),m.removeOtherFee(m.StudFeeDetails[e],m.StudFeeDetails[e].feeDetails[t])},m.fetch_data=function(){if(null==m.total_all_amount||"undefined"==m.total_all_amount||""==m.total_all_amount)swal({text:"Please enter Amount",showCloseButton:!0,width:450});else{if(m.ne=[],m.pd=[],"A"==m.parent_flag?(m.type_id=m.IP.StudEnroll,m.all_user_name=m.studName+" ("+m.studGradeName+"-"+m.studSectionName+")"):(m.type_id=m.StudFeeDetails[0].parentID,m.all_user_name=m.StudFeeDetails[0].parentName+" ("+m.StudFeeDetails[0].parentID+")"),p.get(u.apiUrl+"api/Fee/SFS/Getstudentfee_auto?ay="+m.IP.StudAcademic+"&enroll="+m.type_id+"&amnt="+m.total_all_amount).then(function(e){m.allocation_data=e.data}),0<m.StudFeeDetails.length)for(var e=0;e<m.StudFeeDetails.length;e++)for(var t=0;t<m.StudFeeDetails[e].feeDetails.length;t++)for(var a=0;a<m.allocation_data.length;a++)m.StudFeeDetails[e].feeDetails[t].studEnroll==m.allocation_data[a].sims_enroll_number&&m.StudFeeDetails[e].feeDetails[t].studFeeCode==m.allocation_data[a].sims_fee_code&&m.StudFeeDetails[e].feeDetails[t].studFeePeriodNo==m.allocation_data[a].sims_fee_period_code&&(m.StudFeeDetails[e].feeDetails[t].master=!1,m.StudFeeDetails[e].feeDetails[t].master=!1,m.OnFeeAdd(m.StudFeeDetails[e].feeDetails[t],m.StudFeeDetails[e]),"1000"==m.allocation_data[a].sims_fee_period_desc)&&m.removeOtherFee(m.StudFeeDetails[e],m.StudFeeDetails[e].feeDetails[t]);if(0<m.StudFeeDetails.length)for(e=0;e<m.StudFeeDetails.length;e++)for(t=0;t<m.StudFeeDetails[e].feeDetails.length;t++)for(a=0;a<m.allocation_data.length;a++)m.StudFeeDetails[e].feeDetails[t].studEnroll==m.allocation_data[a].sims_enroll_number&&m.StudFeeDetails[e].feeDetails[t].studFeeCode==m.allocation_data[a].sims_fee_code&&m.StudFeeDetails[e].feeDetails[t].studFeePeriodNo==m.allocation_data[a].sims_fee_period_code&&(m.StudFeeDetails[e].feeDetails[t].studBalancePayingAMT=m.allocation_data[a].fee_payble,m.StudFeeDetails[e].feeDetails[t].master=!0,m.StudFeeDetails[e].feeDetails[t].master=!0,m.ne.FPamt=m.allocation_data[0].total_outstanding,m.OnFeeAdd(m.StudFeeDetails[e].feeDetails[t],m.StudFeeDetails[e]));if(0<m.StudFeeDetails.length)for(var o=0;o<m.StudFeeDetails.length;o++)for(var s=0;s<m.StudFeeDetails[o].otherFeeDetails.length;s++)for(var n,i=0;i<m.allocation_data.length;i++)m.StudFeeDetails[o].studDEnroll==m.allocation_data[i].sims_enroll_number&&m.StudFeeDetails[o].otherFeeDetails[s].oF_Fee_code==m.allocation_data[i].sims_fee_code&&"1000"==m.allocation_data[i].sims_fee_period_desc&&((n={}).oF_AMT=m.allocation_data[i].fee_payble,n.oF_Desc=m.StudFeeDetails[o].otherFeeDetails[s].oF_Desc,n.oF_Fee_cat=m.StudFeeDetails[o].otherFeeDetails[s].oF_Fee_cat,n.oF_Fee_code=m.allocation_data[i].sims_fee_code,m.StudFeeDetails[o].OFD=n,m.addOtherFee(m.StudFeeDetails[o]))}},m.reset=function(){if(m.total_all_amount=0,m.$$cre.Damut=0,m.$$cre.totalFeeamut=0,m.$$cre.GrandTotal=0,m.allocation_data=[],m.ne=[],m.pd=[],m.type_id=m.StudFeeDetails[0].parentID,0<m.StudFeeDetails.length)for(var e=0;e<m.StudFeeDetails.length;e++)for(var t=0;t<m.StudFeeDetails[e].feeDetails.length;t++)m.StudFeeDetails[e].feeDetails[t].master=!1,m.StudFeeDetails[e].feeDetails[t].master=!1,m.OnFeeAdd(m.StudFeeDetails[e].feeDetails[t],m.StudFeeDetails[e]),m.removeOtherFee(m.StudFeeDetails[e],m.StudFeeDetails[e].feeDetails[t])}}])}(),function(){"use strict";var e=angular.module("sims.module.HRMS");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("MonthlyLeaveProcessCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(a,e,t,o,s,n,i){a.display=!1,a.busyindicator=!1,a.grid=!0,a.color="#edefef",a.rgvtbl=!1,a.btnhide=!0,a.edt={},a.showForDPSMIS=!1;["dpsmis"].includes(n.defaults.headers.common.schoolId)&&(a.showForDPSMIS=!0),n.get(i.apiUrl+"api/PaysGradeChange/Get_gc_company_Code").then(function(e){a.comp_code=e.data,a.edt.company_code=a.comp_code[0].gc_company_code}),n.get(i.apiUrl+"api/PaysGradeChange/Get_month_yr").then(function(e){a.month_yrr=e.data,a.month_yr=a.month_yrr[0].month_yr}),n.get(i.apiUrl+"api/PaysGradeChange/Get_term_yr").then(function(e){a.termYear=e.data,a.temp.termYear=a.termYear[0].sims_term_code}),n.get(i.apiUrl+"api/PaysGradeChange/Get_leavetype").then(function(e){a.leavetype=e.data,a.temp.pays_empl_leave_policy_leave_code=a.leavetype[0].pays_empl_leave_policy_leave_code}),n.get(i.apiUrl+"api/PaysGradeChange/Get_yrlyleavetype").then(function(e){a.yrleavetype=e.data,a.temp.pays_empl_leave_policy_leave_code=a.yrleavetype[0].pays_empl_leave_policy_leave_code}),a.getstafftype=function(e,t){n.get(i.apiUrl+"api/PaysGradeChange/Get_stafftype?lvcode="+e+"&mode="+t).then(function(e){a.stafftype=e.data,a.temp.pays_empl_leave_policy_staff_type_code=a.stafftype[0].pays_empl_leave_policy_staff_type_code})},n.get(i.apiUrl+"api/PaysGradeChange/Get_monthlyleavetype").then(function(e){a.monthlyleavetype=e.data,a.temp.pays_empl_leave_policy_leave_code=a.monthlyleavetype[0].pays_empl_leave_policy_leave_code}),n.get(i.apiUrl+"api/PaysGradeChange/Get_year").then(function(e){a.yeardtls=e.data,a.temp.sims_academic_year=a.yeardtls[0].sims_academic_year}),n.get(i.apiUrl+"api/PaysGradeChange/Get_monthname").then(function(e){a.monthdtls=e.data,a.temp.month_no=a.monthdtls[0].month_no}),a.main=!0,a.YearlyProcess=function(){a.reset_form(),a.MonthlyProcessPage=!1,a.TermlyProcessPage=!1,a.YearlyProcessPage=!0},a.TermlyProcess=function(){a.reset_form(),a.MonthlyProcessPage=!1,a.TermlyProcessPage=!0,a.YearlyProcessPage=!1},a.MonthlyProcess=function(){a.reset_form(),a.MonthlyProcessPage=!0,a.TermlyProcessPage=!1,a.YearlyProcessPage=!1},a.reset_form=function(){a.edt={},a.temp={},a.GetLeaveDetails=[],a.btnhide=!0,a.rgvtbl=!1,a.edt.company_code=a.comp_code[0].gc_company_code},a.Show_data=function(){n.post(i.apiUrl+"api/PaysGradeChange/LeaveStatusUpdate?comp_code="+a.edt.company_code+"&month="+a.edt.month_no+"&year="+a.edt.sims_academic_year+"&staff_type="+a.temp.pays_empl_leave_policy_staff_type_code+"&leave_code="+a.temp.pays_empl_leave_policy_leave_code).then(function(e){a.updatestatus=e.data,1==e.data?swal({title:"Alert",text:"Leave updated sucessfully.",width:380,height:200}):0==e.data&&swal({title:"Alert",text:"Unable to update leave.",width:380,height:200})}),n.get(i.apiUrl+"api/PaysGradeChange/Get_month_yr").then(function(e){a.month_yrr=e.data,a.month_yr=a.month_yrr[0].month_yr})},a.Show_termdata=function(){n.post(i.apiUrl+"api/PaysGradeChange/TermLeaveStatusUpdate?comp_code="+a.edt.company_code+"&term="+a.temp.sims_term_code+"&year="+a.edt.sims_academic_year+"&leave_code="+a.temp.pays_empl_leave_policy_leave_code+"&staff_type="+a.temp.pays_empl_leave_policy_staff_type_code).then(function(e){a.updatestatus=e.data,1==e.data?swal({title:"Alert",text:"Leave updated sucessfully.",width:380,height:200}):0==e.data&&swal({title:"Alert",text:"Unable to update leave.",width:380,height:200})})},a.Show_yeardata=function(){n.post(i.apiUrl+"api/PaysGradeChange/YearLeaveStatusUpdate?comp_code="+a.edt.company_code+"&year="+a.edt.sims_academic_year+"&leave_code="+a.temp.pays_empl_leave_policy_leave_code+"&staff_type="+a.temp.pays_empl_leave_policy_staff_type_code).then(function(e){a.updatestatus=e.data,1==e.data?swal({title:"Alert",text:"Leave updated sucessfully.",width:380,height:200}):0==e.data&&swal({title:"Alert",text:"Unable to update leave.",width:380,height:200})})}}])}(),function(){"use strict";var c="",e=angular.module("sims.module.HRMS");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("AccomodationDetailsEntryCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(n,e,t,a,o,i,d){n.display=!1,n.busyindicator=!1,n.grid=!0,n.color="#edefef",n.rgvtbl=!1,n.btnhide=!0,n.edt={},n.temp={},n.GetEmpDetails=[],n.GetEmpDetailsCopy=[],$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0}),$(document).on("touch click",'*[data-datepicker="true"] .add-on',function(e){$('input[type="text"]',$(this).parent()).focus()}),a(function(){$("#fixedtable").tableHeadFixer({top:1})},100),i.get(d.apiUrl+"api/EmployeeReport/GetServiceStatus").then(function(e){n.empservice=e.data}),i.get(d.apiUrl+"api/HRMS/lems/getEmpMasterData").then(function(e){n.obj1=e.data}),i.get(d.apiUrl+"api/Dps/HRMS/getEmpData").then(function(e){n.obj=e.data}),i.get(d.apiUrl+"api/PaycodewiseEmployee/GetDept?company_code="+n.temp.gc_company_code).then(function(e){n.GetDept=e.data}),i.get(d.apiUrl+"api/PaycodewiseEmployee/GetDesg?company_code="+n.temp.gc_company_code).then(function(e){n.GetDesg=e.data}),i.get(d.apiUrl+"api/PaycodewiseEmployee/GetGrade?company_code="+n.temp.gc_company_code).then(function(e){n.GetGrade=e.data}),i.get(d.apiUrl+"api/PaycodewiseEmployee/GetPayCode?company_code="+n.temp.gc_company_code).then(function(e){n.GetPayCode=e.data});var s=new Date,_=s.getMonth()+1,s=s.getDate();n.filteredTodos=[],n.currentPage=1,n.numPerPage=20,n.maxSize=10,n.makeTodos=function(){var e=parseInt(n.totalItems%n.numPerPage),e=(n.pagersize="0"==e?parseInt(n.totalItems/n.numPerPage):parseInt(n.totalItems/n.numPerPage)+1,(n.currentPage-1)*n.numPerPage),t=parseInt(e)+parseInt(n.numPerPage);n.filteredTodos=n.todos.slice(e,t)},n.size=function(e){"All"==e?(n.currentPage="1",n.filteredTodos=n.todos,n.pager=!1):(n.pager=!0,n.pagesize=e,n.currentPage=1,n.numPerPage=e,n.makeTodos())},n.index=function(e){n.pageindex=e,n.currentPage=e,console.log("currentPage="+n.currentPage),n.makeTodos()},n.show_details=function(e,t,a,o,s){i.get(d.apiUrl+"api/HRMS/getdata?comp="+n.edt.company_code+"&desg="+n.edt.desg_code+"&dept="+n.edt.dept_code+"&sstatus="+n.edt.service_code+"&stafftype="+n.edt.em_Staff_Type_Code).then(function(t){n.GetEmpDetails=t.data,n.totalItems=n.GetEmpDetails.length,n.todos=n.GetEmpDetails,n.makeTodos(),0<n.GetEmpDetails.length?(n.btnhide=!1,n.rgvtbl=!0,setTimeout(function(){for(var e=0;e<t.data.length;e++)$("#staying_from_date"+e).kendoDatePicker({format:"dd-MM-yyyy"})},1e3),setTimeout(function(){for(var e=0;e<t.data.length;e++)$("#staying_to_date"+e).kendoDatePicker({format:"dd-MM-yyyy"})},1e3)):(n.rgvtbl=!1,n.btnhide=!0,swal("","Record not found.")),n.busy=!1})},i.get(d.apiUrl+"api/PaysGradeChange/Get_gc_company_Code").then(function(e){n.comp_code=e.data,n.edt.company_code=n.comp_code[0].gc_company_code,n.getdept_desg_grade_paycode(n.edt.company_code)}),n.getdept_desg_grade_paycode=function(e){i.get(d.apiUrl+"api/PaycodewiseEmployee/GetDept?company_code="+e).then(function(e){n.GetDept=e.data}),i.get(d.apiUrl+"api/PaycodewiseEmployee/GetDesg?company_code="+e).then(function(e){n.GetDesg=e.data}),i.get(d.apiUrl+"api/PaycodewiseEmployee/GetGrade?company_code="+e).then(function(e){n.GetGrade=e.data}),i.get(d.apiUrl+"api/PaycodewiseEmployee/GetPayCode?company_code="+e).then(function(e){n.GetPayCode=e.data})},a(function(){$("#Table2").tableHeadFixer({top:1})},100),n.reset_form=function(){n.edt={},n.GetEmpDetails=[],n.btnhide=!0,n.rgvtbl=!1},n.update_data=function(){var e=[];n.flag=!1;for(var t=0;t<n.filteredTodos.length;t++){var a=n.filteredTodos[t].em_login_code;1==document.getElementById(a).checked&&(a={em_login_code:n.filteredTodos[t].em_login_code,em_company_code:n.edt.company_code,em_dept_code:n.edt.dept_code,em_desg_code:n.edt.desg_code,em_staff_type:n.edt.em_Staff_Type_Code,em_service_status:n.edt.service_code,em_acc_building_name:n.filteredTodos[t].em_acc_building_name,em_acc_apartment_code:n.filteredTodos[t].em_acc_apartment_code,em_acc_staying_from_date:n.filteredTodos[t].em_acc_staying_from_date,em_acc_staying_to_date:n.filteredTodos[t].em_acc_staying_to_date,em_acc_dewa_number:n.filteredTodos[t].em_acc_dewa_number},e.push(a),n.flag=!0)}n.flag?(i.post(d.apiUrl+"api/HRMS/Updatedata",e).then(function(e){n.UpdatePaysPayable=e.data,swal("","Record successfully updated.")}),n.show_details(n.edt.company_code,n.edt.dept_code,n.edt.desg_code,n.edt.em_Staff_Type_Code,n.edt.service_code)):swal("","Please Select Employee.")},n.CheckAllChecked=function(){if(1==(c=document.getElementById("mainchk")).checked)for(var e=0;e<n.filteredTodos.length;e++){var t=n.filteredTodos[e].em_login_code;document.getElementById(t).checked=!0,n.row1="row_selected",$("tr").addClass("row_selected")}else for(e=0;e<n.filteredTodos.length;e++)document.getElementById(e+n.filteredTodos[e].em_login_code).checked=!1,c.checked=!1,n.row1="row_selected",$("tr").removeClass("row_selected")},n.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),n.color="#edefef"}),1==(c=document.getElementById("mainchk")).checked&&(c.checked=!1,$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected")}))}}])}(),function(){"use strict";var c,e=angular.module("sims.module.Setup");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("RecruitmentDriveCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(o,e,t,a,s,n,i){o.pagesize="10",o.pageindex="0",o.pager=!0,o.acadyr_data=[],o.edit_code=!1,o.edt={},o.user_access=[],o.appcode=e.current.name.split(".");t.globals.currentUser.username;a(function(){$("#fixedtable").tableHeadFixer({top:1})},100),o.filteredTodos=[],o.currentPage=1,o.numPerPage=10,o.maxSize=10,o.currentPage=1,n.get(i.apiUrl+"api/Recruitment/getAllRecruitmentecords").then(function(e){console.log(e.data),o.display=!1,o.grid=!0,o.recdet_data=e.data,o.totalItems=o.recdet_data.length;for(var t=0;t<o.totalItems;t++)o.recdet_data[t].sims_rec_Ser_number=parseInt(o.recdet_data[t].sims_rec_Ser_number,10),o.recdet_data[t].sims_rec_id=parseInt(o.recdet_data[t].sims_rec_id,10),""==o.recdet_data[t].sims_rec_budget?o.recdet_data[t].sims_rec_budget="0":o.recdet_data[t].sims_rec_budget,o.recdet_data[t].sims_rec_budget=parseInt(o.recdet_data[t].sims_rec_budget,10),0==o.recdet_data[t].sims_rec_budget?o.recdet_data[t].sims_rec_budget="":o.recdet_data[t].sims_rec_budget;console.log(o.recdet_data),o.todos=o.recdet_data.sort((e,t)=>e.sims_rec_id-t.sims_rec_id),o.makeTodos(),o.sortBy("sims_rec_status")}),1==(c=document.getElementById("mainchk")).checked&&(c.checked=!1,o.row1=""),o.getgrid=function(){o.currentPage=1,n.get(i.apiUrl+"api/Recruitment/getAllRecruitmentecords").then(function(e){o.display=!1,o.grid=!0,o.recdet_data=e.data,o.totalItems=o.recdet_data.length;for(var t=0;t<o.totalItems;t++)o.recdet_data[t].sims_rec_Ser_number=parseInt(o.recdet_data[t].sims_rec_Ser_number,10),o.recdet_data[t].sims_rec_id=parseInt(o.recdet_data[t].sims_rec_id,10),""==o.recdet_data[t].sims_rec_budget?o.recdet_data[t].sims_rec_budget="0":o.recdet_data[t].sims_rec_budget,o.recdet_data[t].sims_rec_budget=parseInt(o.recdet_data[t].sims_rec_budget,10),0==o.recdet_data[t].sims_rec_budget?o.recdet_data[t].sims_rec_budget="":o.recdet_data[t].sims_rec_budget;o.todos=o.recdet_data.sort((e,t)=>e.sims_rec_id-t.sims_rec_id),o.makeTodos()}),1==(c=document.getElementById("mainchk")).checked&&(c.checked=!1,o.row1=""),o.myForm.$setPristine(),o.myForm.$setUntouched()},o.makeTodos=function(){var e=parseInt(o.totalItems%o.numPerPage),e=(o.pagersize="0"==e?parseInt(o.totalItems/o.numPerPage):parseInt(o.totalItems/o.numPerPage)+1,(o.currentPage-1)*o.numPerPage),t=parseInt(e)+parseInt(o.numPerPage);console.log("begin="+e),console.log("end="+t),o.filteredTodos=o.todos.slice(e,t)},o.hide=!1,"hr"==n.defaults.headers.common.schoolId&&(o.hide=!0),o.validateReturnDate=function(){var e,t;o.edt.sims_rec_start_date&&o.edt.sims_rec_end_date&&(t=o.edt.sims_rec_start_date.split("-"),e=o.edt.sims_rec_end_date.split("-"),3===t.length)&&3===e.length&&(t=new Date(t[2],t[1]-1,t[0]),new Date(e[2],e[1]-1,e[0])<=t)&&(o.edt.sims_rec_end_date=null,swal({title:"Alert",text:"End date should be greater than Start date",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:330}))},o.edit=function(e){o.display=!0,o.grid=!1,o.save1=!1,o.update1=!0,o.delete1=!1,console.log("Selected object is ",e),o.edt.sims_recruitment_Serial_number=e.sims_rec_Ser_number,o.edt.sims_recruitment_id=e.sims_rec_id,o.edt.sims_rec_desc=e.sims_rec_desc,o.edt.sims_rec_start_date=e.sims_rec_start_date,o.edt.sims_rec_end_date=e.sims_rec_end_date,o.edt.sims_rec_budget_desc=e.sims_rec_budget,o.edt.sims_person_incharge=e.sims_rec_personIncharge,o.edt.sims_rec_status=e.sims_rec_status,o.edit_code=!0},o.Save=function(e){var t=[];e&&(e={sims_rec_Ser_number:o.edt.sims_recruitment_Serial_number,sims_rec_id:o.edt.sims_recruitment_id,sims_rec_desc:o.edt.sims_rec_desc,sims_rec_start_date:o.edt.sims_rec_start_date,sims_rec_end_date:o.edt.sims_rec_end_date,sims_rec_budget:o.edt.sims_rec_budget_desc,sims_rec_personIncharge:o.edt.sims_person_incharge,sims_rec_status:!0,opr:"I"},t.push(e),n.post(i.apiUrl+"api/Recruitment/RecruitmentDriveDetailsInsert",t).then(function(e){o.display=!0,o.msg1=e.data,1==o.msg1?swal({text:"Recruitment details Added Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&o.getgrid()}):0==o.msg1&&swal({text:"Recruitment details  Already Exists. ",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}).then(function(e){e&&o.getgrid()})}))},o.Update=function(e){var t=[];e&&(e={sims_rec_Ser_number:o.edt.sims_recruitment_Serial_number,sims_rec_id:o.edt.sims_recruitment_id,sims_rec_desc:o.edt.sims_rec_desc,sims_rec_start_date:o.edt.sims_rec_start_date,sims_rec_end_date:o.edt.sims_rec_end_date,sims_rec_budget:o.edt.sims_rec_budget_desc,sims_rec_personIncharge:o.edt.sims_person_incharge,sims_rec_status:o.edt.sims_rec_status,opr:"U"},t.push(e),console.log("update",t),n.post(i.apiUrl+"api/Recruitment/RecruitmentDriveDetailsInsert",t).then(function(e){o.display=!0,o.msg1=e.data,1==o.msg1?swal({text:"Records Updated Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&o.getgrid()}):0==o.msg1?swal({text:"Records  Already Exists. ",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}).then(function(e){e&&o.getgrid()}):swal("Error-"+o.msg1)}))},o.New=function(){0==o.user_access.data_insert?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(o.display=!0,o.grid=!1,o.save1=!0,o.update1=!1,o.delete1=!1,o.edt={},o.edit_code=!1,o.edt={sims_rec_status:!0},n.get(i.apiUrl+"api/Recruitment/GetAutoGenerate_srNumber").then(function(e){o.autogendesg=e.data,o.edt={sims_recruitment_Serial_number:o.autogendesg[0].sims_recruitment_Serial_number,sims_recruitment_id:o.autogendesg[0].sims_recruitment_id},console.log(o.autogendesg)}))};let d=!(o.cancel=function(){o.grid=!0,o.display=!1,o.myForm.$setPristine(),o.myForm.$setUntouched()});o.CheckAllChecked=function(){for(var e=document.getElementById("mainchk"),t=0;t<o.filteredTodos.length;t++){var a=document.getElementById(o.filteredTodos[t].sims_rec_id+o.filteredTodos[t].sims_rec_desc);1==e.checked?(a.checked=!0,d=!0,o.filteredTodos[t].isSelected=!0,$("tr").addClass("row_selected")):(d=!1,a.checked=!1,o.filteredTodos[t].isSelected=!1,e.checked=!1,$("tr").removeClass("row_selected"))}},o.checkonebyonedelete=function(t){var e;$("input[type='checkbox']").change(function(e){$(this).is(":checked")?(t.isSelected=!0,$(this).closest("tr").addClass("row_selected")):(t.isSelected=!1,$(this).closest("tr").removeClass("row_selected")),o.color="#edefef"}),1==(e=document.getElementById("mainchk")).checked&&(e.checked=!1)},angular.module("myApp",[]).controller("myCtrl",["$scope",function(a){a.items=["Row 1","Row 2","Row 3","Row 4"],a.selectedIndices=[],a.copy_to_section_onebyone_number=function(e,t){var e=e.target;e.checked?($(e).closest("tr").addClass("row_selected"),$(e).closest("td").css("background-color","#edefef"),a.selectedIndices.includes(t)||a.selectedIndices.push(t)):($(e).closest("tr").removeClass("row_selected"),$(e).closest("td").css("background-color",""),-1!==(e=a.selectedIndices.indexOf(t))&&a.selectedIndices.splice(e,1))},a.deleteSelected=function(){a.items=a.items.filter(function(e,t){return!a.selectedIndices.includes(t)}),a.selectedIndices=[]}}]),document.querySelectorAll("input[type='checkbox'][name='check']").forEach(function(e){e.addEventListener("click",o.copy_to_section_onebyone_number)}),o.passApplicantData=function(e,t,a){null==a.isSelected||0==a.isSelected?a.isSelected=!0:a.isSelected=!1},o.Delete=function(){o.flag=!1;for(var t=[],e=0;e<o.filteredTodos.length;e++)1==o.filteredTodos[e].isSelected&&(o.flag=!0,t.push(o.filteredTodos[e]));o.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){e&&n.post(i.apiUrl+"api/Recruitment/RecruitmentDriveDetailsDelete",t).then(function(e){o.msg1=e.data,1==o.msg1?swal({text:"Record Deleted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&o.getgrid()}):0==o.msg1&&swal({text:"Record Already Mapped.Can't be Deleted. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&o.getgrid()})})}):0==o.flag&&swal({text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380})},o.chbox=function(){$("#h-checkbox").css("display","none")},o.chbox1=function(){$("#h-checkbox").css("display","block")},o.size=function(e){10==e||20==e?(o.pager=!0,o.pageindex=!0):(o.pager=!1,o.pageindex=!1),"All"==e?(o.currentPage="1",o.filteredTodos=o.recdet_data,o.pager=!1,o.pageindex=!1):(o.pager=!0,o.pageindex=!0,o.pagesize=e,o.currentPage=1,o.numPerPage=e,o.makeTodos())},o.index=function(e){o.pageindex=e,o.currentPage=e,console.log("currentPage="+o.currentPage),o.makeTodos(),c.checked=!1,o.row1=""},o.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).sims_rec_id.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_rec_desc.toLowerCase().indexOf(t.toLowerCase())||e.sims_rec_desc==t;var t})},o.search=function(){o.todos=o.searched(o.recdet_data,o.searchText),o.totalItems=o.todos.length,o.currentPage="1",""==o.searchText&&(o.todos=o.recdet_data),o.makeTodos()},$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0,format:"dd-mm-yyyy"}),$(document).on("touch click",'*[data-datepicker="true"] .add-on',function(e){$('input[type="text"]',$(this).parent()).focus()}),o.sortBy=function(e){"sims_rec_status"==e?(console.log(o.propertyName),console.log(e),o.reverse=o.propertyName!==e||!o.reverse):(console.log(),o.reverse=o.propertyName===e&&!o.reverse),o.propertyName=e}}])}(),function(){"use strict";var e=angular.module("sims.module.Setup");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("SurveyStatisticQueryReportHrCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(s,e,t,o,a,n,i){s.temp={},s.pagesize="50",s.pageindex=0,s.pager=!0;var d=(l=new Date).getDate(),c=l.getMonth()+1,l=(l.getFullYear(),s.route_dir1="",s.route_name1="",s.date="",t.globals.currentUser.username,s.SchoolLogo=i.docUrl+n.defaults.headers.common.schoolId+"/Images/SchoolLogo/",$(function(){$("#route_dir_box1").multipleSelect({width:"100%"}),$("#route_name_box1").multipleSelect({width:"100%",filter:!0})}),new Date);(d=l.getDate())<10&&(d="0"+d);(c=l.getMonth()+1)<10&&(c="0"+c);var r=l.getFullYear();s.sdate=d+"-"+c+"-"+r,s.edate=d+"-"+c+"-"+r,s.mom_start_date=d+"-"+c+"-"+r,s.mom_end_date=d+"-"+c+"-"+r,$(function(){$("#chkmarks").click(function(){$(this).is(":checked")?($("#fdate").attr("disabled","disabled"),s.mom_start_date=""):($("#fdate").removeAttr("disabled"),$("#fdate").focus(),s.mom_start_date=d+"-"+c+"-"+r)})}),$(function(){$("#chkmarks1").click(function(){$(this).is(":checked")?($("#fdate").attr("disabled","disabled"),s.mom_end_date=""):($("#fdate").removeAttr("disabled"),$("#fdate").focus(),s.mom_end_date=d+"-"+c+"-"+r)})}),n.get(i.apiUrl+"api/common/getCuriculum").then(function(e){s.cur_data=e.data,s.temp.sims_cur_code=s.cur_data[0].sims_cur_code,s.getAcademic_year(s.cur_data[0].sims_cur_code)}),s.getAcademic_year=function(e){n.get(i.apiUrl+"api/common/getAcademicYear?curCode="+e).then(function(e){s.acad_data=e.data,s.temp.sims_academic_year=s.acad_data[0].sims_academic_year})},s.getdetail=function(){s.colsvis=!1,n.get(i.apiUrl+"api/surveystatistic/getAllstatisticDetails?cur_code="+s.temp.sims_cur_code+"&acad_year="+s.temp.sims_academic_year).then(function(e){0<e.data.length?(s.report_data=e.data,s.totalItems=s.report_data.length,s.todos=s.report_data,s.makeTodos(),s.pager=!0):(swal({title:"Alert",text:" Data Not Found",showCloseButton:!0,width:300,height:200}),s.filteredTodos=[],s.pager=!1)})},s.searched=function(e,t){return _.filter(e,function(e){return searchUtil(e,t)})},s.colname=null,s.reverse=!1,s.sort=function(e){s.colname=e,s.reverse=s.colname===e&&!s.reverse},o(function(){$("#customers").tableHeadFixer({top:1})},100),s.colsvis=!1,s.exportData=function(){s.colsvis=!0,swal({title:"Alert",text:"Do you want to Export in MS-Excel?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){e&&(e=new Blob([document.getElementById("rpt_data1").innerHTML],{type:"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;charset=utf-8"}),s.detailsField=!1,saveAs(e,"StudentsByVehicle.xls"),s.colsvis=!1,s.getdetail()),s.getdetail()})},s.print=function(){s.colsvis=!0,swal({title:"Alert",text:"Do you want to Print?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){var t,a,o;e&&(e=document.head.outerHTML,t=document.getElementById("rpt_data1").outerHTML,(o=(a=window.open("","_blank","location=yes, statusbar=no, menubar=no, titlebar=no, toolbar=no,dependent=no, width=800, height=600, resizable=yes, screenX=250, screenY=10, personalbar=no, scrollbars=yes")).document).open(),o.write("<!doctype html><html>"+e+'<body onLoad="window.print()">'+t+"</body></html>"),o.close(),a.focus(),s.getdetail()),s.getdetail()})},s.reset_data=function(){s.filteredTodos=[],s.pager=!1,s.searchText="",s.cur="",s.acad=""},s.sortBy=function(e){s.reverse=s.propertyName===e&&!s.reverse,s.propertyName=e},s.size=function(e){"All"==e?(s.currentPage="1",s.filteredTodos=s.obj,s.pager=!1):(s.pager=!0,s.pagesize=e,s.currentPage=1,s.numPerPage=e,s.makeTodos())},s.index=function(e){s.pageindex=e,s.currentPage=e,s.makeTodos(),main.checked=!1,s.CheckAllChecked()},s.filteredTodos=[],s.currentPage=1,s.numPerPage=50,s.maxSize=5,s.makeTodos=function(){var e=parseInt(s.totalItems%s.numPerPage),e=(s.pagersize="0"==e?parseInt(s.totalItems/s.numPerPage):parseInt(s.totalItems/s.numPerPage)+1,(s.currentPage-1)*s.numPerPage),t=parseInt(e)+parseInt(s.numPerPage);s.filteredTodos=s.todos.slice(e,t)},s.choiceReport=function(e){$("#surmodal").modal("show"),s.report_show=!1;var t={location:obj.choice_report_location,parameter:{surveycode:obj.sims_survey_code,usertype:obj.sims_survey_user_group_code,cur:obj.sims_cur_code,acadmic:obj.sims_academic_year,operator:obj.choice_report_status},state:"main.SSQR01",ready:function(){this.refreshReport()}};window.localStorage.ReportDetails=JSON.stringify(t);try{s.rpt=JSON.parse(window.localStorage.ReportDetails),s.location=s.rpt.location,s.parameter=s.rpt.parameter,s.state=s.rpt.state}catch(e){}var t="SimsReports."+s.location+",SimsReports",a=window.location.href,a=(a.substring(0,a.indexOf(":")),"https://rep.mograsys.com/"+n.defaults.headers.common.schoolId+"/api/reports/");s.parameters={},$("#reportViewer1").telerik_ReportViewer({serviceUrl:a,viewMode:telerikReportViewer.ViewModes.INTERACTIVE,scaleMode:telerikReportViewer.ScaleModes.SPECIFIC,scale:1,ready:function(){}}),$("#reportViewer1").data("telerik_ReportViewer").reportSource({report:t,parameters:s.parameter}),setInterval(function(){$("#k-item k-state-default k-state-disabled").css({display:"block"}),$(".trv-report-viewer input[type=number]").css({"min-height":"0px"})},1e3),o(function(){$("#k-item k-state-default k-state-disabled").css({display:"block"}),$(".trv-report-viewer input[type=number]").css({"min-height":"0px"})},100)},s.textReport=function(e){$("#surmodal").modal("show"),s.report_show=!1;var t={location:obj.text_report_location,parameter:{cur:obj.sims_cur_code,acadmic:obj.sims_academic_year,surveycode:obj.sims_survey_code,usertype:obj.sims_survey_user_group_code,operator:obj.text_report_status},state:"main.SSQR01",ready:function(){this.refreshReport()}};window.localStorage.ReportDetails=JSON.stringify(t);try{s.rpt=JSON.parse(window.localStorage.ReportDetails),s.location=s.rpt.location,s.parameter=s.rpt.parameter,s.state=s.rpt.state}catch(e){}var t="SimsReports."+s.location+",SimsReports",a=window.location.href,a=(a.substring(0,a.indexOf(":")),"https://rep.mograsys.com/"+n.defaults.headers.common.schoolId+"/api/reports/");s.parameters={},$("#reportViewer1").telerik_ReportViewer({serviceUrl:a,viewMode:telerikReportViewer.ViewModes.INTERACTIVE,scaleMode:telerikReportViewer.ScaleModes.SPECIFIC,scale:1,ready:function(){}}),$("#reportViewer1").data("telerik_ReportViewer").reportSource({report:t,parameters:s.parameter}),setInterval(function(){$("#k-item k-state-default k-state-disabled").css({display:"block"}),$(".trv-report-viewer input[type=number]").css({"min-height":"0px"})},1e3),o(function(){$("#k-item k-state-default k-state-disabled").css({display:"block"}),$(".trv-report-viewer input[type=number]").css({"min-height":"0px"})},100)}}])}(),function(){"use strict";var c;angular.module("sims.module.SchoolSetup").controller("StreamCreationMasterCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(s,e,o,t,a,n,i){s.sms=!0;s.edt=[],s.grades=[],s.pagesize="10",s.pageindex="0",s.edit_code=!1,s.filteredTodos=[],s.currentPage=1,s.numPerPage=25,s.maxSize=5,s.edt={},t(function(){$("#example_wrapper").scrollbar(),$("#fixtable").tableHeadFixer({top:1})},100),o.globals.currentUser.username;function d(){n.get(i.apiUrl+"api/ERP/Grade/getCuriculum?username="+o.globals.currentUser.username).then(function(e){s.curr=e.data,s.edt.grade_cur_code=s.curr[0].sims_cur_code,s.getAcdyr(s.curr[0].sims_cur_code)})}s.propertyName=null,s.reverse=!1,s.countData=[{val:25,data:25},{val:50,data:50},{val:"All",data:"All"}],s.sortBy=function(e){s.reverse=s.propertyName===e&&!s.reverse,s.propertyName=e},n.get(i.apiUrl+"api/ERP/Grade/getCompany").then(function(e){s.getCompanyCode=e.data,s.edt.comp_code=s.getCompanyCode[0].comp_code}),n.get(i.apiUrl+"api/ERP/Grade/getCuriculum?username="+o.globals.currentUser.username).then(function(e){s.curr=e.data,s.edt.grade_cur_code=s.curr[0].sims_cur_code,s.getAcdyr1(s.curr[0].sims_cur_code)}),s.getAcdyr=function(e){n.get(i.apiUrl+"api/ERP/Grade/getAcademicYear?curCode="+e).then(function(e){s.acyr=e.data,s.edt.grade_academic_year=s.acyr[0].grade_academic_year})},s.getAcdyr1=function(e){n.get(i.apiUrl+"api/ERP/Grade/getAcademicYear?curCode="+e).then(function(e){s.acyr=e.data,s.edt.sims_academic_year1=s.acyr[0].grade_academic_year,s.getstreams(s.edt.sims_academic_year1)})},s.getstreams=function(e){n.get(i.apiUrl+"api/ERP/Grade/getStream?acd_yr="+e).then(function(e){s.dis1=!0,s.dis2=!1,s.grades=e.data,0<s.grades.length&&(s.table=!0,s.pager=!0,3<s.countData.length&&s.countData.splice(3,1),s.countData.push({val:s.grades.length,data:"All"}),s.totalItems=s.grades.length,s.todos=s.grades,s.makeTodos(),s.grid=!0)})},d(),s.filteredTodos=[],s.currentPage=1,s.numPerPage=10,s.maxSize=10,s.makeTodos=function(){var e=parseInt(s.totalItems%s.numPerPage),e=(s.pagersize="0"==e?parseInt(s.totalItems/s.numPerPage):parseInt(s.totalItems/s.numPerPage)+1,(s.currentPage-1)*s.numPerPage),t=parseInt(e)+parseInt(s.numPerPage);s.filteredTodos=s.todos.slice(e,t)},s.edit=function(t){s.save1=!1,s.update1=!0,s.delete1=!1,s.tab1=!0,s.edit_code=!0,s.dis1=!1,s.dis2=!0,s.count?n.get(i.apiUrl+"api/ERP/Grade/getCuriculum?username="+o.globals.currentUser.username).then(function(e){s.curr=e.data,s.edt.grade_cur_code=s.curr[0].sims_cur_code}):n.get(i.apiUrl+"api/ERP/Grade/getCuriculum?username="+o.globals.currentUser.username).then(function(e){s.curr=e.data,s.edt.grade_cur_code=s.curr[0].sims_cur_code}),n.get(i.apiUrl+"api/ERP/Grade/getAcademicYear?curCode="+t.grade_cur_code).then(function(e){s.acyr=e.data,s.edt={grade_cur_code:t.grade_cur_code,grade_academic_year:t.grade_academic_year,grade_code:t.grade_code,grade_name_en:t.grade_name_en,grade_name_ar:t.grade_name_ar,grade_name_fr:t.grade_name_fr,grade_name_ot:t.grade_name_ot,sims_grade_status:t.sims_grade_status,comp_code:t.comp_code,sims_display_order:t.sims_display_order}})},s.New=function(){s.edt={sims_grade_status:!0},s.edit_code=!1,s.dis1=!1,s.dis2=!0,s.tab1=!1,s.save1=!0,s.update1=!1,s.delete1=!1,n.get(i.apiUrl+"api/ERP/Grade/getCompany").then(function(e){s.getCompanyCode=e.data,s.edt.comp_code=s.getCompanyCode[0].comp_code}),s.count,d()},s.Save=function(e){var t,a=[];e&&(0==s.update1?(t={grade_cur_code:s.edt.grade_cur_code,grade_academic_year:s.edt.grade_academic_year,grade_code:s.edt.grade_code,grade_name_en:s.edt.grade_name_en,grade_name_ar:s.edt.grade_name_ar,grade_name_fr:s.edt.grade_name_fr,grade_name_ot:s.edt.grade_name_ot,sims_grade_status:s.edt.sims_grade_status,sims_display_order:s.edt.sims_display_order,comp_code:s.edt.comp_code,opr:"I"},a.push(t),n.post(i.apiUrl+"api/ERP/Grade/CUDInsertStream",a).then(function(e){s.display=!0,s.msg1=e.data,o.strMessage=s.msg1.strMessage,1==s.msg1?swal({text:"Stream  Added Successfully",showCloseButton:!0,imageUrl:"assets/img/check.png",width:500}).then(function(e){e&&s.getgrid()}):0==s.msg1?swal({text:"Stream  Already Exists. ",showCloseButton:!0,imageUrl:"assets/img/close.png",width:500}).then(function(e){e&&s.getgrid()}):swal("Error-"+s.msg1)})):s.Update(e))},s.getgrid=function(){n.get(i.apiUrl+"api/ERP/Grade/getStream?acd_yr="+s.edt.sims_academic_year1).then(function(e){s.dis1=!0,s.dis2=!1,s.grades=e.data,0<s.grades.length&&(s.table=!0,s.pager=!0,3<s.countData.length&&s.countData.splice(3,1),s.countData.push({val:s.grades.length,data:"All"}),s.totalItems=s.grades.length,s.todos=s.grades,s.makeTodos(),s.grid=!0)}),1==(c=document.getElementById("mainchk")).checked&&(c.checked=!1,s.row1=""),s.myForm.$setPristine(),s.myForm.$setUntouched(),s.edt.sims_academic_year1=s.acyr[0].grade_academic_year,s.getstreams(s.edt.sims_academic_year1)},s.Update=function(e){var t=[];e&&(e={grade_cur_code:s.edt.grade_cur_code,grade_academic_year:s.edt.grade_academic_year,grade_code:s.edt.grade_code,grade_name_en:s.edt.grade_name_en,grade_name_ar:s.edt.grade_name_ar,grade_name_fr:s.edt.grade_name_fr,grade_name_ot:s.edt.grade_name_ot,sims_grade_status:s.edt.sims_grade_status,sims_display_order:s.edt.sims_display_order,comp_code:s.edt.comp_code,opr:"U"},t.push(e),n.post(i.apiUrl+"api/ERP/Grade/CUDStreamUpdate",t).then(function(e){s.display=!0,s.msg1=e.data,1==s.msg1?swal({text:"Stream  Updated Successfully",showCloseButton:!0,width:500,imageUrl:"assets/img/check.png"}).then(function(e){e&&s.getgrid()}):0==s.msg1?swal({text:"Stream  Not Updated Successfully.",showCloseButton:!0,width:500,imageUrl:"assets/img/close.png"}).then(function(e){e&&s.getgrid()}):swal("Error-"+s.msg1)}))},s.Delete=function(){var o=[];s.flag=!1;for(var e,t=0;t<s.filteredTodos.length;t++)1==document.getElementById("test_"+t).checked&&(s.flag=!0,e={grade_cur_code:s.filteredTodos[t].grade_cur_code,grade_academic_year:s.filteredTodos[t].grade_academic_year,grade_code:s.filteredTodos[t].grade_code,opr:"D"},o.push(e));s.flag?swal({text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No",imageUrl:"assets/img/notification-alert.png"}).then(function(e){if(e)n.post(i.apiUrl+"api/ERP/Grade/CUDStreamdelete",o).then(function(e){s.msg1=e.data,1==s.msg1?swal({text:"Stream Deleted Successfully",showCloseButton:!0,width:380,imageUrl:"assets/img/check.png"}).then(function(e){e&&s.getgrid()}):0==s.msg1?swal({text:"Record Already Mapped.Can't be Deleted. ",showCloseButton:!0,width:380,imageUrl:"assets/img/close.png"}).then(function(e){e&&s.getgrid()}):swal("Error-"+s.msg1)});else{1==(c=document.getElementById("mainchk")).checked&&(c.checked=!1);for(var t=0;t<s.filteredTodos.length;t++){var a=document.getElementById("test_"+t);1==a.checked&&(a.checked=!1,$("tr").removeClass("row_selected"))}}}):swal({text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380})},s.cancel=function(){s.dis1=!0,s.dis2=!1,s.edt="",s.myForm.$setPristine(),s.myForm.$setUntouched()},s.CheckAllChecked=function(){if(1==(c=document.getElementById("mainchk")).checked)for(var e=0;e<s.filteredTodos.length;e++)document.getElementById("test_"+e).checked=!0,s.row1="row_selected",$("tr").addClass("row_selected");else for(e=0;e<s.filteredTodos.length;e++)document.getElementById("test_"+e).checked=!1,c.checked=!1,s.row1=""},s.checkonebyonedelete=function(e){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),s.color="#edefef"}),1==(c=document.getElementById("mainchk")).checked&&(c.checked=!1,$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected")}))},s.size=function(e){s.pager=10==e||20==e,"*"==e?(s.numPerPage=s.grades.length,s.filteredTodos=s.grades):(s.pagesize=e,s.currentPage=1,s.numPerPage=e),s.makeTodos()},s.index=function(e){s.pageindex=e,s.currentPage=e,s.makeTodos(),c.checked=!1,s.row1=""},s.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).grade_code.toLowerCase().indexOf(t.toLowerCase())||-1<e.grade_name_en.toLowerCase().indexOf(t.toLowerCase())||-1<e.grade_academic_year_desc.toLowerCase().indexOf(t.toLowerCase());var t})},s.search=function(){if(s.todos=s.searched(s.grades,s.searchText),s.totalItems=s.todos.length,s.currentPage="1",""==s.searchText&&(s.todos=s.grades),s.makeTodos(),1==(c=document.getElementById("mainchk")).checked){c.checked=!1;for(var e=0;e<s.filteredTodos.length;e++)document.getElementById(e).checked=!1,c.checked=!1,s.row1=""}}}])}(),function(){"use strict";var c;angular.module("sims.module.SchoolSetup").controller("ExtraMarksCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(s,e,o,t,a,n,i){s.sms=!0;s.extraMarks=[],s.pagesize="10",s.pageindex="0",s.edit_code=!1,s.filteredTodos=[],s.currentPage=1,s.numPerPage=25,s.maxSize=5,s.edt={},t(function(){$("#example_wrapper").scrollbar(),$("#fixtable").tableHeadFixer({top:1})},100),o.globals.currentUser.username;function d(){n.get(i.apiUrl+"api/ERP/Grade/getCuriculum?username="+o.globals.currentUser.username).then(function(e){s.curr=e.data,s.edt.sims_curr_code=s.curr[0].sims_cur_code,s.getAcdyr(s.curr[0].sims_cur_code)})}s.propertyName=null,s.reverse=!1,s.countData=[{val:25,data:25},{val:50,data:50},{val:"All",data:"All"}],s.sortBy=function(e){s.reverse=s.propertyName===e&&!s.reverse,s.propertyName=e},n.get(i.apiUrl+"api/ERP/Grade/getCompany").then(function(e){s.getCompanyCode=e.data,s.edt.comp_code=s.getCompanyCode[0].comp_code}),s.getAcdyr=function(e){n.get(i.apiUrl+"api/ERP/Grade/getAcademicYear?curCode="+e).then(function(e){s.acyr=e.data,s.edt.sims_academic_year=s.acyr[0].grade_academic_year}).then(function(){n.get(i.apiUrl+"api/ERP/ExtraMarks/getTag?year="+s.edt.sims_academic_year).then(function(e){s.tagData=e.data})})},d(),n.get(i.apiUrl+"api/ERP/ExtraMarks/getExtraMarks").then(function(e){s.dis1=!0,s.dis2=!1,s.extraMarks=e.data,0<s.extraMarks.length&&(s.table=!0,s.pager=!0,3<s.countData.length&&s.countData.splice(3,1),s.countData.push({val:s.extraMarks.length,data:"All"}),s.totalItems=s.extraMarks.length,s.todos=s.extraMarks,s.makeTodos(),s.grid=!0)}),s.filteredTodos=[],s.currentPage=1,s.numPerPage=10,s.maxSize=10,n.get(i.apiUrl+"api/common/SectionScreening/getAllCriteriaNames").then(function(e){s.critype=e.data,setTimeout(function(){$("#cmb_cri_type").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"})},1e3)}),s.getTagData=function(){n.get(i.apiUrl+"api/ERP/ExtraMarks/getTag?year="+s.edt.sims_academic_year).then(function(e){s.tagData=e.data})},s.makeTodos=function(){var e=parseInt(s.totalItems%s.numPerPage),e=(s.pagersize="0"==e?parseInt(s.totalItems/s.numPerPage):parseInt(s.totalItems/s.numPerPage)+1,(s.currentPage-1)*s.numPerPage),t=parseInt(e)+parseInt(s.numPerPage);s.filteredTodos=s.todos.slice(e,t)},s.edit=function(t){s.save1=!1,s.update1=!0,s.delete1=!1,s.edit_code=!0,s.dis1=!1,s.dis2=!0,s.count?n.get(i.apiUrl+"api/ERP/Grade/getCuriculum?username="+o.globals.currentUser.username).then(function(e){s.curr=e.data,s.edt.sims_curr_code=s.curr[0].sims_cur_code}):n.get(i.apiUrl+"api/ERP/Grade/getCuriculum?username="+o.globals.currentUser.username).then(function(e){s.curr=e.data,s.edt.sims_curr_code=s.curr[0].sims_cur_code}),n.get(i.apiUrl+"api/ERP/Grade/getAcademicYear?curCode="+t.sims_curr_code).then(function(e){s.acyr=e.data,s.edt={sims_curr_code:t.sims_curr_code,sims_academic_year:t.sims_academic_year,sims_extramarks_code:t.sims_extramarks_code,sims_extramarks_name:t.sims_extramarks_name,sims_status:t.sims_status,sims_extramarks_value:t.sims_extramarks_value,sims_criteria_code:t.sims_criteria_code_2,sims_tag_code:t.sims_tag_code},n.get(i.apiUrl+"api/ERP/ExtraMarks/getTag?year="+s.acyr[0].grade_academic_year).then(function(e){s.tagData=e.data,s.edt={sims_curr_code:t.sims_curr_code,sims_academic_year:t.sims_academic_year,sims_extramarks_code:t.sims_extramarks_code,sims_extramarks_name:t.sims_extramarks_name,sims_status:t.sims_status,sims_extramarks_value:t.sims_extramarks_value,sims_criteria_code:t.sims_criteria_code_2,sims_tag_code:t.sims_tag_code}})}),n.get(i.apiUrl+"api/common/SectionScreening/getAllCriteriaNames").then(function(e){s.criteria=e.data,setTimeout(function(){$("#cmb_cri_type").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"}),$("#cmb_cri_type").multipleSelect("setSelects",criteriaValues)},1e3)}),$("#cmb_cri_type").multipleSelect("disable")},s.New=function(){s.edt={sims_status:!0},s.edit_code=!1,s.dis1=!1,s.dis2=!0,s.save1=!0,s.update1=!1,s.delete1=!1,n.get(i.apiUrl+"api/ERP/Grade/getCompany").then(function(e){s.getCompanyCode=e.data,s.edt.comp_code=s.getCompanyCode[0].comp_code}),s.count,d(),$("#cmb_cri_type").multipleSelect("enable");try{$("#cmb_cri_type").multipleSelect("uncheckAll")}catch(e){}s.myForm.$setPristine(),s.myForm.$setUntouched()},s.Save=function(e){var t,a=[];e&&(0==s.update1?(t={sims_curr_code:s.edt.sims_curr_code,sims_academic_year:s.edt.sims_academic_year,sims_extramarks_code:s.edt.sims_extramarks_code,sims_extramarks_name:s.edt.sims_extramarks_name,sims_status:s.edt.sims_status,sims_extramarks_value:s.edt.sims_extramarks_value,sims_criteria_code:s.edt.sims_criteria_code,sims_tag_code:s.edt.sims_tag_code,opr:"I"},a.push(t),n.post(i.apiUrl+"api/ERP/ExtraMarks/CUDInsertExtraMarks",a).then(function(e){s.display=!0,s.msg1=e.data,o.strMessage=s.msg1.strMessage,1==s.msg1?swal({text:"Stream  Added Successfully",showCloseButton:!0,imageUrl:"assets/img/check.png",width:500}).then(function(e){e&&s.getgrid()}):0==s.msg1?swal({text:"Stream  Already Exists. ",showCloseButton:!0,imageUrl:"assets/img/close.png",width:500}).then(function(e){e&&s.getgrid()}):swal("Error-"+s.msg1)})):s.Update(e))},s.getgrid=function(){n.get(i.apiUrl+"api/ERP/ExtraMarks/getExtraMarks").then(function(e){s.dis1=!0,s.dis2=!1,s.extraMarks=e.data,0<s.extraMarks.length&&(s.table=!0,s.pager=!0,3<s.countData.length&&s.countData.splice(3,1),s.countData.push({val:s.extraMarks.length,data:"All"}),s.totalItems=s.extraMarks.length,s.todos=s.extraMarks,s.makeTodos(),s.grid=!0)}),1==(c=document.getElementById("mainchk")).checked&&(c.checked=!1,s.row1=""),s.myForm.$setPristine(),s.myForm.$setUntouched()},s.Update=function(e){var t=[];e&&(e={sims_curr_code:s.edt.sims_curr_code,sims_academic_year:s.edt.sims_academic_year,sims_extramarks_code:s.edt.sims_extramarks_code,sims_extramarks_name:s.edt.sims_extramarks_name,sims_status:s.edt.sims_status,sims_extramarks_value:s.edt.sims_extramarks_value,sims_criteria_code:s.edt.sims_criteria_code,sims_tag_code:s.edt.sims_tag_code,opr:"U"},t.push(e),n.post(i.apiUrl+"api/ERP/ExtraMarks/CUDExtraMarksUpdate",t).then(function(e){s.display=!0,s.msg1=e.data,1==s.msg1?swal({text:"Stream  Updated Successfully",showCloseButton:!0,width:500,imageUrl:"assets/img/check.png"}).then(function(e){e&&s.getgrid()}):0==s.msg1?swal({text:"Stream  Not Updated Successfully.",showCloseButton:!0,width:500,imageUrl:"assets/img/close.png"}).then(function(e){e&&s.getgrid()}):swal("Error-"+s.msg1)}))},s.Delete=function(){var o=[];s.flag=!1;for(var e,t=0;t<s.filteredTodos.length;t++)1==document.getElementById("test_"+t).checked&&(s.flag=!0,e={sims_curr_code:s.filteredTodos[t].sims_curr_code,sims_academic_year:s.filteredTodos[t].sims_academic_year,sims_extramarks_code:s.filteredTodos[t].sims_extramarks_code,opr:"D"},o.push(e));s.flag?swal({text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No",imageUrl:"assets/img/notification-alert.png"}).then(function(e){if(e)n.post(i.apiUrl+"api/ERP/ExtraMarks/CUDExtraMarksUpdate",o).then(function(e){s.msg1=e.data,1==s.msg1?swal({text:"Stream Deleted Successfully",showCloseButton:!0,width:380,imageUrl:"assets/img/check.png"}).then(function(e){e&&s.getgrid()}):0==s.msg1?swal({text:"Record Already Mapped.Can't be Deleted. ",showCloseButton:!0,width:380,imageUrl:"assets/img/close.png"}).then(function(e){e&&s.getgrid()}):swal("Error-"+s.msg1)});else{1==(c=document.getElementById("mainchk")).checked&&(c.checked=!1);for(var t=0;t<s.filteredTodos.length;t++){var a=document.getElementById("test_"+t);1==a.checked&&(a.checked=!1,$("tr").removeClass("row_selected"))}}}):swal({text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380})},s.cancel=function(){s.dis1=!0,s.dis2=!1,s.edt="",s.myForm.$setPristine(),s.myForm.$setUntouched()},s.CheckAllChecked=function(){if(1==(c=document.getElementById("mainchk")).checked)for(var e=0;e<s.filteredTodos.length;e++)document.getElementById("test_"+e).checked=!0,s.row1="row_selected",$("tr").addClass("row_selected");else for(e=0;e<s.filteredTodos.length;e++)document.getElementById("test_"+e).checked=!1,c.checked=!1,s.row1=""},s.checkonebyonedelete=function(e){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),s.color="#edefef"}),1==(c=document.getElementById("mainchk")).checked&&(c.checked=!1,$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected")}))},s.size=function(e){s.pager=10==e||20==e,"*"==e?(s.numPerPage=s.extraMarks.length,s.filteredTodos=s.extraMarks):(s.pagesize=e,s.currentPage=1,s.numPerPage=e),s.makeTodos()},s.index=function(e){s.pageindex=e,s.currentPage=e,s.makeTodos(),c.checked=!1,s.row1=""},s.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).sims_extramarks_code.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_extramarks_name.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_academic_year_desc.toLowerCase().indexOf(t.toLowerCase());var t})},s.search=function(){if(s.todos=s.searched(s.extraMarks,s.searchText),s.totalItems=s.todos.length,s.currentPage="1",""==s.searchText&&(s.todos=s.extraMarks),s.makeTodos(),1==(c=document.getElementById("mainchk")).checked){c.checked=!1;for(var e=0;e<s.filteredTodos.length;e++)document.getElementById(e).checked=!1,c.checked=!1,s.row1=""}}}])}(),function(){"use strict";var e=angular.module("sims.module.HRMS");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("EmployeeQualificationReportCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(s,e,t,a,o,n,i){(new Date).getMonth();s.edt={},s.temp={},s.EmployeeDetails=[],s.fi_date=!0,a(function(){$("#fixedtable").tableHeadFixer({top:1})},100),s.select_date_publish=function(e){s.publish_date=e},$(function(){$("#department_box").multipleSelect({width:"100%"}),$("#qualification_box").multipleSelect({width:"100%"})}),n.get(i.apiUrl+"api/Qualification_Report/getcompany").then(function(e){s.comp_name=e.data,0<e.data.length&&(s.temp.comp_code=e.data[0].comp_code,s.getAccYear(e.data[0].comp_code))}),s.getAccYear=function(e){n.get(i.apiUrl+"api/Qualification_Report/getAcademicYear?comp_code="+s.temp.comp_code).then(function(e){if(s.academic_year=e.data,0<e.data.length)for(var t=0;t<s.academic_year.length;t++)"C"==s.academic_year[t].sims_academic_year_status&&(s.temp.sims_academic_year=s.academic_year[t].sims_academic_year);s.getdept(e.data[0].comp_code,e.data[0].sims_academic_year)})},s.getdept=function(){n.get(i.apiUrl+"api/Qualification_Report/getDepartment?comp_code="+s.temp.comp_code+"&acad_year="+s.temp.sims_academic_year).then(function(e){s.dept=e.data,setTimeout(function(){$("#department_box").change(function(){}).multipleSelect({width:"100%"})},1e3)})},n.get(i.apiUrl+"api/Qualification_Report/getQualification").then(function(e){s.qualification=e.data,setTimeout(function(){$("#qualification_box").change(function(){}).multipleSelect({width:"100%"})},1e3)}),s.Show_data=function(){null!=s.temp.emp_name_id&&""!=s.temp.emp_name_id||(s.temp.emp_name_id=""),n.get(i.apiUrl+"api/Qualification_Report/getQualification_Details?comp_code="+s.temp.comp_code+"&qcode="+s.temp.pays_qualification_code+"&de_code="+s.temp.codp_dept_no+"&emp_name_id="+s.temp.emp_name_id).then(function(e){0<e.data.length?s.report_data=e.data:(swal({title:"Alert",text:" Data is not Available for selected criteria",showCloseButton:!0,width:300,height:200}),s.report_data=[]),console.log(s.report_data,s.temp.sims_subject_type_code)})},s.clear=function(){s.temp.pays_qualification_code="";try{$("#department_box").multipleSelect("uncheckAll")}catch(e){}try{$("#qualification_box").multipleSelect("uncheckAll")}catch(e){try{$("#Select6").multipleSelect("uncheckAll")}catch(e){}}s.temp.codp_dept_no="",s.temp.emp_name_id="",s.report_data=[]},s.searched=function(e,t){return _.filter(e,function(e){return searchUtil(e,t)})},s.colname=null,s.reverse=!1,s.sort=function(e){s.colname=e,s.reverse=s.colname===e&&!s.reverse},a(function(){$("#customers").tableHeadFixer({top:1})},100),s.colsvis=!1,s.exportData=function(){s.colsvis=!0,swal({title:"Alert",text:"Do you want to Export in MS-Excel?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){e&&(e=new Blob([document.getElementById("rpt_data").innerHTML],{type:"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;charset=utf-8"}),saveAs(e,"Employee Qualification Report.xls"),s.colsvis=!1)})},s.print=function(){s.colsvis=!0,swal({title:"Alert",text:"Do you want to Print?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){var t,a,o;e&&(e=document.head.outerHTML,t=document.getElementById("rpt_data").outerHTML,(o=(a=window.open("","_blank","location=yes, statusbar=no, menubar=no, titlebar=no, toolbar=no,dependent=no, width=800, height=600, resizable=yes, screenX=250, screenY=10, personalbar=no, scrollbars=yes")).document).open(),o.write("<!doctype html><html>"+e+'<body onLoad="window.print()">'+t+"</body></html>"),o.close(),a.focus(),s.colsvis=!1),s.colsvis=!1})},a(function(){$("#Table2").tableHeadFixer({top:1})},100)}])}(),function(){"use strict";var e=angular.module("sims.module.HRMS");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("CreateEditEmployee_APSCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV","$filter",function(a,e,t,o,s,n,i,d){a.temp={},a.temp1=[],a.searchText=!1,a.ImgLoaded=!1,a.roleText=!1,a.roleList=!0,a.uae=!1,a.qatar=!0,a.slisLabel=!1,a.india=!1,a.national_id_readnly=!1,a.iban_number_readnly=!1,a.bank_ac_no_readnly=!1,a.updateBtn=!1,a.saveBtn=!1,a.temp.em_date_of_join=d("date")(new Date,"dd-MM-yyyy"),a.temp.em_dept_effect_from=d("date")(new Date,"dd-MM-yyyy"),a.temp.em_grade_effect_from=d("date")(new Date,"dd-MM-yyyy"),n.get(i.apiUrl+"api/HRMS/getRole").then(function(e){a.roles_data=e.data}),n.get(i.apiUrl+"api/HRMS/getLicSchool").then(function(e){a.lic_school_data=e.data,console.log("lic_school_data",a.lic_school_data),"Qatar"==a.lic_school_data[0].lic_school_country?(a.uae=!1,a.qatar=!0,a.slisLabel=!1,a.india=!1):"Saudi Arabia"==a.lic_school_data[0].lic_school_country?(a.uae=!1,a.qatar=!1,a.slisLabel=!0,a.india=!1):"India"==a.lic_school_data[0].lic_school_country?(a.uae=!1,a.qatar=!1,a.slisLabel=!1,a.india=!0):(a.uae=!0,a.qatar=!1,a.slisLabel=!1,a.india=!1)}),n.get(i.apiUrl+"api/HRMS/getEmpData").then(function(e){a.obj=e.data,a.operation=!0,a.Save_btn=!0,a.display=!0,a.temp.em_Salutation_Code="1",a.temp.em_Grade_Code=a.obj[0].em_Grade_Code}),n.get(i.apiUrl+"api/HRMS/getCompany").then(function(e){a.company_data=e.data,a.temp.em_Company_Code=a.company_data[0].em_Company_Code}),n.get(i.apiUrl+"api/HRMS/getCountry").then(function(e){a.country_data=e.data}),a.getDestination=function(){n.get(i.apiUrl+"api/HRMS/getDestinationByNation?nation_code="+a.temp.em_Nation_Code).then(function(e){a.dest_data=e.data,a.temp.em_Dest_Code=a.dest_data[0].em_Dest_Code})},a.searchEmp=function(e,t){},a.saveBtnDisEn=!1,a.imageUrl=i.docUrl+n.defaults.headers.common.schoolId+"/Images/EmployeeImages/";var _=new FormData;a.getTheFiles=function(e){angular.forEach(e,function(e,t){_.append(t,e)})},a.file_changed=function(e){var t,e=e.files[0];a.photo_filename=e.type,null!=a.photo_filename||""!=a.photo_filename?"jpeg"==(t=a.photo_filename.split("/"))[1]||"jpg"==t[1]||"png"==t[1]?((t=new FileReader).onload=function(e){a.$apply(function(){a.prev_img=e.target.result})},t.readAsDataURL(e)):(swal({text:"Only jpeg and png image format supported."}),$("#empimg").attr("src","")):(swal({text:"Image format not supported."}),$("#empimg").attr("src",""))},a.globalSearch=function(){t.visible_stud=!1,t.visible_parent=!1,t.visible_search_parent=!1,t.visible_teacher=!1,t.visible_User=!1,t.visible_Employee=!0,t.chkMulti=!1,a.global_Search_click(),$("#Global_Search_Modal").modal({backdrop:"static"}),a.temp.em_login_code="",a.temp.EmpName="",a.showBtn=!1},a.$on("global_cancel",function(e){console.log(a.SelectedUserLst),0<a.SelectedUserLst.length&&(a.temp={},a.temp.enroll_number=a.SelectedUserLst[0].em_login_code,a.temp.name=a.SelectedUserLst[0].empName,a.EmpSearch1(a.SelectedUserLst[0].em_login_code))}),a.searchGlobalClick=function(){a.Global_Search_by_employee()},a.checkDateFormat=function(){-1!=a.temp.em_date_of_birth.indexOf("/")&&(swal({title:"Alert",text:"Please enter date only DD-MM-YYYY format",width:360,height:200}),a.temp.em_date_of_birth="")},a.checkDOJ=function(e){a.temp.em_dept_effect_from=e,a.temp.em_grade_effect_from=e,a.temp.em_date_of_birth>=a.temp.em_date_of_join&&(swal({title:"Alert",text:"Date Of Join Should greater than Date of Birth",width:300,height:200}),a.temp.em_date_of_join="")},a.checkPassport=function(){a.temp.em_passport_exp_date<a.temp.em_passport_issue_date&&(swal({title:"Alert",text:"Passport Expiry Date Should greater than Passport Issue Date",width:300,height:200}),a.temp.em_passport_exp_date="")},a.checkVisa=function(){a.temp.em_visa_exp_date<a.temp.em_visa_issue_date&&(swal({title:"Alert",text:"Visa Expiry Date Should greater than Visa Issue Date",width:300,height:200}),a.temp.em_visa_exp_date="")},a.checkEmiratesID=function(){a.temp.em_national_id_expiry_date<a.temp.em_national_id_issue_date&&(swal({title:"Alert",text:"Emirates ID Expiry Date Should greater than Emirates ID Issue Date",width:300,height:200}),a.temp.em_national_id_expiry_date="")},a.Cancel=function(){a.temp={},a.Myform.$setPristine(),a.Myform.$setUntouched(),a.roleText=!1,a.roleList=!0,a.roleReadOnly=!1,a.searchText=!1,a.national_id_readnly=!1,a.iban_number_readnly=!1,a.bank_ac_no_readnly=!1,a.emplogcode="",a.Save_btn=!0,a.Update_btn=!1,a.ImgLoaded=!1,a.prev_img="",a.emplogcode="",a.temp.em_img="",a.temp.em_date_of_join=d("date")(new Date,"dd-MM-yyyy"),a.temp.em_dept_effect_from=d("date")(new Date,"dd-MM-yyyy"),a.temp.em_grade_effect_from=d("date")(new Date,"dd-MM-yyyy"),a.temp.em_Company_Code=a.company_data[0].em_Company_Code,a.temp.em_Grade_Code=a.obj[0].em_Grade_Code,a.temp.em_Salutation_Code="1",a.saveBtn=!1,a.updateBtn=!1},a.checkEmailExists=function(e){a.temp1[0].em_email!=e&&n.post(i.apiUrl+"api/HRMS/checkEmailExists?email_id="+e).then(function(e){if(a.comnUserData=e.data,0<a.comnUserData.length)return swal({text:"Official email id already exists!!",width:350}),a.temp.em_email="",!1})},a.SaveData=function(e){0==e&&swal({title:"Alert",text:"Please fill mandatory fields",width:380,showCloseButton:!0}),e&&(a.saveBtn=!0,a.updateBtn=!0,e=a.temp,void 0===a.photo_filename?e.em_img=null:(e.em_img="."+a.photo_filename.split("/")[1],e.em_dept_effect_from=a.temp.em_dept_effect_from,e.em_grade_effect_from=a.temp.em_grade_effect_from,e.em_date_of_join=a.temp.em_date_of_join,e.em_date_of_birth=a.temp.em_date_of_birth,e.em_pssport_issue_date=a.temp.em_pssport_issue_date,e.em_passport_exp_date=a.temp.em_passport_exp_date,e.em_visa_issue_date=a.temp.em_visa_issue_date,e.em_visa_exp_date=a.temp.em_visa_exp_date,e.em_national_id_issue_date=a.temp.em_national_id_issue_date,e.em_national_id_expiry_date=a.temp.em_national_id_expiry_date),e={em_Salutation_Code:a.temp.em_Salutation_Code,em_first_name:a.temp.em_first_name,em_middle_name:a.temp.em_middle_name,em_last_name:a.temp.em_last_name,em_name_ot:a.temp.em_name_ot,em_Company_Code:a.temp.em_Company_Code,em_img:e.em_img,em_Dest_Code:a.temp.em_Dest_Code,em_Designation_Code:a.temp.em_Designation_Code,em_Dept_Code:a.temp.em_Dept_Code,em_dept_effect_from:e.em_dept_effect_from,em_Staff_Type_Code:a.temp.em_Staff_Type_Code,em_Grade_Code:a.temp.em_Grade_Code,em_grade_effect_from:e.em_grade_effect_from,em_date_of_join:e.em_date_of_join,em_blood_group_code:a.temp.em_blood_group_code,em_date_of_birth:e.em_date_of_birth,em_Sex_Code:a.temp.em_Sex_Code,em_Marital_Status_Code:a.temp.em_Marital_Status_Code,em_Country_Code:a.temp.em_Country_Code,em_Nation_Code:a.temp.em_Nation_Code,em_Religion_Code:a.temp.em_Religion_Code,em_email:a.temp.em_email,em_mobile:a.temp.em_mobile,em_emergency_contact_name1:a.temp.em_emergency_contact_name1,em_summary_address:a.temp.em_summary_address,em_emergency_contact_number1:a.temp.em_emergency_contact_number1,em_passport_no:a.temp.em_passport_no,em_pssport_issue_date:e.em_pssport_issue_date,em_passport_exp_date:e.em_passport_exp_date,em_visa_no:a.temp.em_visa_no,em_visa_type_code:a.temp.em_visa_type_code,em_visa_issue_date:e.em_visa_issue_date,em_visa_exp_date:e.em_visa_exp_date,em_national_id:a.temp.em_national_id,em_national_id_issue_date:e.em_national_id_issue_date,em_national_id_expiry_date:e.em_national_id_expiry_date,em_iban_no:e.em_iban_no,em_bank_ac_no:e.em_bank_ac_no,comn_role_code:a.temp.comn_role_code,em_punching_id:a.temp.em_punching_id,em_punching_status:a.temp.em_punching_status,em_personalemail:a.temp.em_personalemail,em_service_status_code:a.temp.em_service_status_code,opr:"H"},console.log(e),n.post(i.apiUrl+"api/HRMS/CUCreateEditEmployee_APS",e).then(function(e){a.CUDobj={},a.CUDobj=e.data,a.Myform.$setPristine(),a.Myform.$setUntouched(),null==a.CUDobj.strMessage&&""==a.CUDobj.strMessage&&null==a.CUDobj.strMessage||(swal({text:a.CUDobj.strMessage}),a.Cancel(),setTimeout(function(){a.saveBtn=!1,a.updateBtn=!1},1e3));var e=a.CUDobj.strMessage.split(" ")[2],t=e+"."+a.photo_filename.split("/")[1],t=(console.log(e),console.log(t),{method:"POST",url:i.apiUrl+"/api/file/upload?filename="+e+"&location=/EmployeeImages",data:_,headers:{"Content-Type":void 0}});n(t).success(function(e){console.log(e)})}))},a.EmpSearch1=function(t){a.Save_btn=!1,a.Update_btn=!0,a.searchText=!0,a.roleText=!0,a.roleList=!1,a.roleReadOnly=!0,n.get(i.apiUrl+"api/HRMS/getSearchEmpMaster_APS?em_login_code="+t).then(function(e){a.temp1=e.data,a.temp={enroll_number:t,em_login_code:a.temp1[0].em_login_code,em_number:a.temp1[0].em_number,em_service_status_code:a.temp1[0].em_service_status_code,em_status_code:a.temp1[0].em_status_code,em_apartment_number:a.temp1[0].em_apartment_number,em_family_name:a.temp1[0].em_family_name,em_street_number:a.temp1[0].em_street_number,em_area_number:a.temp1[0].em_area_number,em_phone:a.temp1[0].em_phone,em_fax:a.temp1[0].em_fax,em_post:a.temp1[0].em_post,em_emergency_contact_name2:a.temp1[0].em_emergency_contact_name2,em_emergency_contact_number2:a.temp1[0].em_emergency_contact_number2,em_joining_ref:a.temp1[0].em_joining_ref,em_ethnicity_code:a.temp1[0].em_ethnicity_code,em_handicap_status:a.temp1[0].em_handicap_status,em_stop_salary_indicator:a.temp1[0].em_stop_salary_indicator,em_agreement:a.temp1[0].em_agreement,em_punching_status:a.temp1[0].em_punching_status,em_bank_cash_tag:a.temp1[0].em_bank_cash_tag,em_citi_exp_tag:a.temp1[0].em_citi_exp_tag,em_leave_tag:a.temp1[0].em_leave_tag,em_passport_issue_place:a.temp1[0].em_passport_issue_place,em_passport_issuing_authority:a.temp1[0].em_passport_issuing_authority,em_pssport_exp_rem_date:a.temp1[0].em_pssport_exp_rem_date,em_visa_issuing_place:a.temp1[0].em_visa_issuing_place,em_visa_issuing_authority:a.temp1[0].em_visa_issuing_authority,em_visa_exp_rem_date:a.temp1[0].em_visa_exp_rem_date,em_visa_type_code:a.temp1[0].em_visa_type_code,em_agreement_start_date:a.temp1[0].em_agreement_start_date,em_agreement_exp_date:a.temp1[0].em_agreement_exp_date,em_agreemet_exp_rem_date:a.temp1[0].em_agreemet_exp_rem_date,em_punching_id:a.temp1[0].em_punching_id,em_dependant_full:a.temp1[0].em_dependant_full,em_dependant_half:a.temp1[0].em_dependant_half,em_dependant_infant:a.temp1[0].em_dependant_infant,em_Bank_Code:a.temp1[0].em_Bank_Code,em_bank_ac_no:a.temp1[0].em_bank_ac_no,em_iban_no:a.temp1[0].em_iban_no,em_route_code:a.temp1[0].em_route_code,em_bank_swift_code:a.temp1[0].em_bank_swift_code,em_gpf_ac_no:a.temp1[0].em_gpf_ac_no,em_pan_no:a.temp1[0].em_pan_no,em_labour_card_no:a.temp1[0].em_labour_card_no,em_gosi_ac_no:a.temp1[0].em_gosi_ac_no,em_gosi_start_date:a.temp1[0].em_gosi_start_date,em_national_id:a.temp1[0].em_national_id,em_secret_question_code:a.temp1[0].em_secret_question_code,em_secret_answer:a.temp1[0].em_secret_answer,em_building_number:a.temp1[0].em_building_number,em_Company_Code:a.temp1[0].em_Company_Code,em_Dept_Code:a.temp1[0].em_Dept_Code,em_Designation_Code:a.temp1[0].em_Designation_Code,em_Dest_Code:a.temp1[0].em_Dest_Code,em_Grade_Code:a.temp1[0].em_Grade_Code,em_Marital_Status_Code:a.temp1[0].em_Marital_Status_Code,em_Nation_Code:a.temp1[0].em_Nation_Code,em_Country_Code:a.temp1[0].em_Country_Code,em_State_Code:a.temp1[0].em_State_Code,em_City_Code:a.temp1[0].em_City_Code,em_Religion_Code:a.temp1[0].em_Religion_Code,em_Salutation_Code:a.temp1[0].em_Salutation_Code,em_Sex_Code:a.temp1[0].em_Sex_Code,em_Staff_Type_Code:a.temp1[0].em_Staff_Type_Code,em_blood_group_code:a.temp1[0].em_blood_group_code,em_date_of_birth:a.temp1[0].em_date_of_birth,em_date_of_join:a.temp1[0].em_date_of_join,em_dept_effect_from:a.temp1[0].em_dept_effect_from,em_email:a.temp1[0].em_email,em_emergency_contact_name1:a.temp1[0].em_emergency_contact_name1,em_emergency_contact_number1:a.temp1[0].em_emergency_contact_number1,em_first_name:a.temp1[0].em_first_name,em_grade_effect_from:a.temp1[0].em_grade_effect_from,em_last_name:a.temp1[0].em_last_name,em_middle_name:a.temp1[0].em_middle_name,em_mobile:a.temp1[0].em_mobile,em_name_ot:a.temp1[0].em_name_ot,em_national_id_expiry_date:a.temp1[0].em_national_id_expiry_date,em_national_id_issue_date:a.temp1[0].em_national_id_issue_date,em_passport_exp_date:a.temp1[0].em_passport_exp_date,em_passport_issue_date:a.temp1[0].em_passport_issue_date,em_passport_no:a.temp1[0].em_passport_no,em_summary_address:a.temp1[0].em_summary_address,em_summary_address_local_language:a.temp1[0].em_summary_address_local_language,em_visa_exp_date:a.temp1[0].em_visa_exp_date,em_stop_salary_from:a.temp1[0].em_stop_salary_from,em_visa_issue_date:a.temp1[0].em_visa_issue_date,em_visa_no:a.temp1[0].em_visa_no,comn_role_code:a.temp1[0].comn_role_code,comn_role_name:a.temp1[0].comn_role_name,em_img:a.temp1[0].em_img,em_personalemail:a.temp1[0].em_personalemail,em_service_status_code:a.temp1[0].em_service_status_code},console.log(a.imageUrl+a.temp.em_img)})},a.image_click=function(){a.ImgLoaded=!0},a.UpdateData=function(e){var t;a.national_id_readnly=!0,a.iban_number_readnly=!0,a.bank_ac_no_readnly=!0,e?(a.saveBtn=!0,a.updateBtn=!0,e=a.temp,void 0!==a.photo_filename&&(a.em_img="",e.em_img=a.temp.em_login_code+"."+a.photo_filename.split("/")[1]),e.opr="U",e.subopr="Up",1==a.ImgLoaded&&(t={method:"POST",url:i.apiUrl+"/api/file/upload?filename="+a.temp.em_login_code+"&location=/EmployeeImages",data:_,headers:{"Content-Type":void 0}},n(t).success(function(e){})),console.log("Update",e),n.post(i.apiUrl+"api/HRMS/CUMasterEmployee_APS",e).then(function(e){a.CUDobj={},a.CUDobj=e.data,a.Myform.$setPristine(),a.Myform.$setUntouched(),null==a.CUDobj.strMessage&&""==a.CUDobj.strMessage&&null==a.CUDobj.strMessage||(swal({text:a.CUDobj.strMessage}),a.Cancel(),setTimeout(function(){a.saveBtn=!1,a.updateBtn=!1},1e3))}),a.searchText=!1,a.Save_btn=!0,a.Update_btn=!1):swal({title:"Alert",text:"Please fill mandatory fields",width:380,showCloseButton:!0})}}]),e.directive("ngFiles",["$parse",function(s){return{link:function(t,e,a){var o=s(a.ngFiles);e.on("change",function(e){o(t,{$files:e.target.files})})}}}])}(),function(){"use strict";var e=angular.module("sims.module.HRMS");e.controller("EmployeeMaster_APSCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(_,e,t,a,o,s,n){_.imageUrl=n.docUrl+s.defaults.headers.common.schoolId+"/Images/EmployeeImages/",_.edt={},_.temp={},s.get(n.apiUrl+"api/HRMS/empASD/getEmpMasterData").then(function(e){_.empstat=!0,_.obj=e.data,console.log(_.obj),_.operation=!0,_.Save_btn=!0,_.Update_btn=!1,_.display=!0,_.roleList=!0,_.temp.em_Company_Code=_.obj[0].em_Company_Code,_.temp.em_service_status_code="V"}),_.searchEmp=function(e){13==e.keyCode&&_.EmpSearch1(_.temp.enroll_number1)},_.showAgreementDetails=!0,_.updateBtn=!1,_.saveBtn=!1,_.saveBtn=!0,$("#dob").kendoDatePicker({format:"dd-MM-yyyy",min:new Date(1900,1,1),max:new Date}),_.globalSrch=function(){t.visible_stud=!1,t.visible_parent=!1,t.visible_search_parent=!1,t.visible_teacher=!1,t.visible_User=!1,t.visible_Employee=!0,t.chkMulti=!1,_.global_Search_click(),$("#Global_Search_Modal").modal({backdrop:"static"}),_.showBtn=!1},_.$on("global_cancel",function(e){console.log(_.SelectedUserLst),0<_.SelectedUserLst.length&&(_.saveBtn=!0,_.Save_btn=!1,_.Update_btn=!0,_.updateBtn=!1,_.temp={},_.temp={enroll_number1:_.SelectedUserLst[0].em_login_code},_.temp.name=_.SelectedUserLst[0].empName,_.EmpSearch1(_.SelectedUserLst[0].em_login_code))}),_.searchGlobalClick=function(){_.Global_Search_by_employee()},s.get(n.apiUrl+"api/Qual/getAllQualification").then(function(e){_.all_Qual_Data=e.data}),s.get(n.apiUrl+"api/common/Subject/getSubject").then(function(e){_.sub_data=e.data}),s.get(n.apiUrl+"api/HRMS/empASD/getRole").then(function(e){_.roles_data=e.data,console.log(_.roles_data)}),_.getDestination=function(){s.get(n.apiUrl+"api/HRMS/getDestinationByNation?nation_code="+_.temp.em_Nation_Code).then(function(e){_.dest_data=e.data})},_.setGrade_Dept=function(e){_.temp.em_dept_effect_from=e,_.temp.em_grade_effect_from=e},_.setSummeryAddress=function(e){null!=_.temp.em_summary_address&&""!=_.temp.em_summary_address&&null!=_.temp.em_summary_address||(_.temp.em_summary_address=""),null!=e&&""!=e&&null!=e&&" "!=e&&(_.temp.em_summary_address=_.temp.em_summary_address+e)},_.setExpiryRimederDatePassport=function(){var e=moment(_.temp.em_passport_exp_date,"DD-MM-YYYY").format("YYYY-MM-DD");console.log(e),_.temp.em_pssport_exp_rem_date=moment(e,"YYYY-MM-DD").subtract(6,"months").format("DD-MM-YYYY"),console.log(_.temp.em_pssport_exp_rem_date)},_.setExpiryRimederDateVisa=function(){var e=moment(_.temp.em_visa_exp_date,"DD-MM-YYYY").format("YYYY-MM-DD");console.log(e),_.temp.em_visa_exp_rem_date=moment(e,"YYYY-MM-DD").subtract(3,"months").format("DD-MM-YYYY"),console.log(_.temp.em_visa_exp_rem_date)},_.setExpiryRimederDateAgreement=function(){var e=moment(_.temp.em_agreement_exp_date,"DD-MM-YYYY").format("YYYY-MM-DD");console.log(e),_.temp.em_agreemet_exp_rem_date=moment(e,"YYYY-MM-DD").subtract(3,"months").format("DD-MM-YYYY"),console.log(_.temp.em_agreemet_exp_rem_date)},s.get(n.apiUrl+"api/HRMS/empASD/getLicSchool").then(function(e){_.lic_school_data=e.data,"Qatar"==_.lic_school_data[0].lic_school_country?(_.uae=!1,_.qatar=!0):(_.uae=!0,_.qatar=!1),console.log(_.lic_school_data)}),_.Cancel=function(){_.temp={},$("#empimg").attr("src",""),_.Myform.$setPristine(),_.Myform.$setUntouched(),_.Save_btn=!0,_.Update_btn=!1,_.saveBtn=!1,_.updateBtn=!0,_.temp.em_Company_Code=_.obj[0].em_Company_Code,_.temp.em_service_status_code="V"},_.getstate=function(e){s.get(n.apiUrl+"api/HRMS/empASD/getState?em_Country_Code="+e).then(function(e){_.stt=e.data})},_.getcity=function(e){s.get(n.apiUrl+"api/HRMS/empASD/getCity?em_State_Code="+e).then(function(e){_.ctt=e.data})},_.getContract=function(){s.get(n.apiUrl+"api/contract/Get_ContractDetails").then(function(e){_.Contract_data=e.data,console.log(_.Contract_data)})},_.getContract(),_.setAgreementDate=function(e){_.showAgreementDetails=!1;for(var t=0;t<_.Contract_data.length;t++)if(_.Contract_data[t].cn_code==e){var a=_.Contract_data[t].cn_duration;break}var o,s=new Date,s=("0"+s.getDate()).slice(-2)+"-"+("0"+(s.getMonth()+1)).slice(-2)+"-"+s.getFullYear(),s=(_.temp.em_agreement_start_date=s,_.temp.em_date_of_join.split("-")[0]),n=_.temp.em_date_of_join.split("-")[1],i=_.temp.em_date_of_join.split("-")[2],d=(console.log(n),isNaN(n)&&(n=_.temp.em_date_of_join.split("-")[1]),parseInt(n)+parseInt(a));console.log(n),12<d?(o=parseInt(i)+1,d=parseInt(d)-12):o=i,_.temp.em_agreement_exp_date=s+"-"+d+"-"+o,null!=_.temp.em_agreement_exp_date&&(d=1==d?(o=parseInt(o)-1,12):parseInt(d)-1,_.temp.em_agreemet_exp_rem_date=s+"-"+d+"-"+o)},_.EmpSearch1=function(a){_.saveBtn=!0,_.Save_btn=!1,_.Update_btn=!0,_.updateBtn=!1,s.get(n.apiUrl+"api/HRMS/empASD/getSearchEmpMaster?em_login_code="+_.temp.enroll_number1).then(function(e){console.log(e.data),_.temp1=e.data,_.Myform.$setPristine(),_.Myform.$setUntouched(),_.temp={enroll_number1:a,em_login_code:_.temp1[0].em_login_code,em_number:_.temp1[0].em_number,em_service_status_code:_.temp1[0].em_service_status_code,em_status_code:_.temp1[0].em_status_code,em_apartment_number:_.temp1[0].em_apartment_number,em_family_name:_.temp1[0].em_family_name,em_street_number:_.temp1[0].em_street_number,em_area_number:_.temp1[0].em_area_number,em_phone:_.temp1[0].em_phone,em_fax:_.temp1[0].em_fax,em_post:_.temp1[0].em_post,em_emergency_contact_name2:_.temp1[0].em_emergency_contact_name2,em_emergency_contact_number2:_.temp1[0].em_emergency_contact_number2,em_joining_ref:_.temp1[0].em_joining_ref,em_ethnicity_code:_.temp1[0].em_ethnicity_code,em_handicap_status:_.temp1[0].em_handicap_status,em_stop_salary_indicator:_.temp1[0].em_stop_salary_indicator,em_agreement_code:_.temp1[0].em_agreement_code,em_punching_status:_.temp1[0].em_punching_status,em_bank_cash_tag:_.temp1[0].em_bank_cash_tag,em_citi_exp_tag:_.temp1[0].em_citi_exp_tag,em_leave_tag:_.temp1[0].em_leave_tag,em_passport_issue_place:_.temp1[0].em_passport_issue_place,em_passport_issuing_authority:_.temp1[0].em_passport_issuing_authority,em_pssport_exp_rem_date:_.temp1[0].em_pssport_exp_rem_date,em_visa_issuing_place:_.temp1[0].em_visa_issuing_place,em_visa_issuing_authority:_.temp1[0].em_visa_issuing_authority,em_visa_exp_rem_date:_.temp1[0].em_visa_exp_rem_date,em_visa_type_code:_.temp1[0].em_visa_type_code,em_agreement_start_date:_.temp1[0].em_agreement_start_date,em_agreement_exp_date:_.temp1[0].em_agreement_exp_date,em_agreemet_exp_rem_date:_.temp1[0].em_agreemet_exp_rem_date,em_punching_id:_.temp1[0].em_punching_id,em_dependant_full:_.temp1[0].em_dependant_full,em_dependant_half:_.temp1[0].em_dependant_half,em_dependant_infant:_.temp1[0].em_dependant_infant,em_Bank_Code:_.temp1[0].em_Bank_Code,em_bank_ac_no:_.temp1[0].em_bank_ac_no,em_iban_no:_.temp1[0].em_iban_no,em_route_code:_.temp1[0].em_route_code,em_bank_swift_code:_.temp1[0].em_bank_swift_code,em_gpf_ac_no:_.temp1[0].em_gpf_ac_no,em_pan_no:_.temp1[0].em_pan_no,em_labour_card_no:_.temp1[0].em_labour_card_no,em_gosi_ac_no:_.temp1[0].em_gosi_ac_no,em_gosi_start_date:_.temp1[0].em_gosi_start_date,em_national_id:_.temp1[0].em_national_id,em_secret_question_code:_.temp1[0].em_secret_question_code,em_secret_answer:_.temp1[0].em_secret_answer,em_building_number:_.temp1[0].em_building_number,em_Company_Code:_.temp1[0].em_Company_Code,em_Dept_Code:_.temp1[0].em_Dept_Code,em_Designation_Code:_.temp1[0].em_Designation_Code,em_Dest_Code:_.temp1[0].em_Dest_Code,em_Grade_Code:_.temp1[0].em_Grade_Code,em_Marital_Status_Code:_.temp1[0].em_Marital_Status_Code,em_Nation_Code:_.temp1[0].em_Nation_Code,em_Country_Code:_.temp1[0].em_Country_Code,em_State_Code:_.temp1[0].em_State_Code,em_City_Code:_.temp1[0].em_City_Code,em_Religion_Code:_.temp1[0].em_Religion_Code,em_Salutation_Code:_.temp1[0].em_Salutation_Code,em_Sex_Code:_.temp1[0].em_Sex_Code,em_Staff_Type_Code:_.temp1[0].em_Staff_Type_Code,em_blood_group_code:_.temp1[0].em_blood_group_code,em_date_of_birth:_.temp1[0].em_date_of_birth,em_date_of_join:_.temp1[0].em_date_of_join,em_dept_effect_from:_.temp1[0].em_dept_effect_from,em_email:_.temp1[0].em_email,em_emergency_contact_name1:_.temp1[0].em_emergency_contact_name1,em_emergency_relation1:_.temp1[0].em_emergency_relation1,em_emergency_relation2:_.temp1[0].em_emergency_relation2,em_emergency_contact_number1:_.temp1[0].em_emergency_contact_number1,em_first_name:_.temp1[0].em_first_name,em_grade_effect_from:_.temp1[0].em_grade_effect_from,em_last_name:_.temp1[0].em_last_name,em_middle_name:_.temp1[0].em_middle_name,em_mobile:_.temp1[0].em_mobile,em_name_ot:_.temp1[0].em_name_ot,em_national_id_expiry_date:_.temp1[0].em_national_id_expiry_date,em_national_id_issue_date:_.temp1[0].em_national_id_issue_date,em_passport_exp_date:_.temp1[0].em_passport_exp_date,em_passport_issue_date:_.temp1[0].em_passport_issue_date,em_passport_no:_.temp1[0].em_passport_no,em_summary_address:_.temp1[0].em_summary_address,em_summary_address_local_language:_.temp1[0].em_summary_address_local_language,em_visa_exp_date:_.temp1[0].em_visa_exp_date,em_stop_salary_from:_.temp1[0].em_stop_salary_from,em_visa_issue_date:_.temp1[0].em_visa_issue_date,em_visa_no:_.temp1[0].em_visa_no,comn_role_code:_.temp1[0].comn_role_code,comn_role_name:_.temp1[0].comn_role_name,em_img:_.temp1[0].em_img,em_personalemail:_.temp1[0].em_personalemail,em_adec_approval_number:_.temp1[0].em_adec_approval_number,em_adec_approval_Date:_.temp1[0].em_adec_approval_Date,em_adec_approved_qualification:_.temp1[0].em_adec_approved_qualification,em_adec_approved_designation:_.temp1[0].em_adec_approved_designation,em_adec_approved_subject:_.temp1[0].em_adec_approved_subject,em_adec_approved_level:_.temp1[0].em_adec_approved_level,em_health_card_no:_.temp1[0].em_health_card_no,em_health_card_effective_from_date:_.temp1[0].em_health_card_effective_from_date,em_health_card_effective_upto_date:_.temp1[0].em_health_card_effective_upto_date,em_heath_card_status:_.temp1[0].em_heath_card_status},_.getstate(_.temp.em_Country_Code),_.getcity(_.temp.em_State_Code),_.getDestination(),_.temp.em_Dest_Code=_.temp1[0].em_Dest_Code;var e=Math.random(),t=n.docUrl+s.defaults.headers.common.schoolId+"/Images/EmployeeImages/"+_.temp1[0].em_img+"?v="+e;$(function(){$("#empimg").attr("src",t)})})};var i=new FormData;_.getTheFiles=function(e){angular.forEach(e,function(e,t){i.append(t,e)})},_.file_changed=function(e){var e=e.files[0],t=(_.photo_filename=e.type,new FileReader);t.onload=function(t){_.$apply(function(){var e=t.target.result;$(function(){$("#empimg").attr("src",e)})})},t.readAsDataURL(e)},_.uploadImgClickF=function(){_.uploadImgClickFShow=!0},_.uploadImgCancel=function(){_.uploadImgClickFShow=!1},_.image_click=function(){$("#upload_img").modal("show"),_.ImgLoaded=!0},_.globalSearch=function(){$("#MyModal").modal("show"),_.showBtn=!1},_.EmployeeDetails=function(){_.NodataEmployee=!1,s.post(n.apiUrl+"api/common/SearchEmployee?data="+JSON.stringify(_.temp)).then(function(e){_.Employee_Details=e.data,console.log(_.EmployeeDetails),_.EmployeeTable=!0,0<e.data.length||(_.NodataEmployee=!0)})},_.EmployeeAdd=function(e){_.temp={enroll_number:e.em_login_code,emp_name:e.empName,emp_desg:e.desg_name,emp_dept:e.dept_name}},_.checkEmailExists=function(e){_.temp1[0].em_email!=e&&s.post(n.apiUrl+"api/HRMS/checkEmailExists?email_id="+e).then(function(e){if(_.comnUserData=e.data,0<_.comnUserData.length)return swal({text:"Official email id already exists!!",width:350}),_.temp.em_email="",!1})},_.SaveData=function(e){e?(_.saveBtn=!0,_.updateBtn=!0,e=_.temp,void 0===_.photo_filename?e.em_img=null:e.em_img="."+_.photo_filename.split("/")[1],e.opr="I",s.post(n.apiUrl+"api/HRMS/empASD/CUMasterEmployee",e).then(function(e){_.CUDobj={},_.CUDobj=e.data,null==_.CUDobj.strMessage&&""==_.CUDobj.strMessage&&null==_.CUDobj.strMessage||(swal({text:_.CUDobj.strMessage}),setTimeout(function(){_.Cancel(),_.saveBtn=!1,_.updateBtn=!1},3e3));e=_.CUDobj.strMessage.split(" ")[2],e={method:"POST",url:n.apiUrl+"/api/file/upload?filename="+e+"&location=/EmployeeImages",data:i,headers:{"Content-Type":void 0}};s(e).success(function(e){})}),_.em_img="",_.prev_img=""):swal({text:"Kindly fill Mandatory fields",width:350,timer:5e3,showCloseButton:!0})},_.UpdateData=function(e){e?(_.saveBtn=!0,_.updateBtn=!0,e=_.temp,void 0!==_.photo_filename&&(e.em_img=_.temp.em_login_code+"."+_.photo_filename.split("/")[1]),e.opr="U",e.subopr="Up",s.post(n.apiUrl+"api/HRMS/empASD/CUMasterEmployee",e).then(function(e){_.CUDobj={},_.CUDobj=e.data,_.Myform.$setPristine(),_.Myform.$setUntouched(),null==_.CUDobj.strMessage&&""==_.CUDobj.strMessage&&null==_.CUDobj.strMessage||(swal({text:_.CUDobj.strMessage}),setTimeout(function(){_.Cancel(),_.saveBtn=!1,_.updateBtn=!1},3e3))}),1==_.ImgLoaded&&(e={method:"POST",url:n.apiUrl+"/api/file/upload?filename="+_.temp.em_login_code+"&location=/EmployeeImages",data:i,headers:{"Content-Type":void 0}},s(e).success(function(e){})),_.em_img="",$("#empimg").attr("src","")):swal({text:"Kindly fill Mandatory fields",width:350,timer:5e3,showCloseButton:!0})}}]),e.directive("ngFiles",["$parse",function(s){return{link:function(t,e,a){var o=s(a.ngFiles);e.on("change",function(e){o(t,{$files:e.target.files})})}}}])}(),function(){"use strict";var n,e=angular.module("sims.module.HRMS");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("EmployeeOfferLetterCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(d,t,e,a,o,c,l){d.pagesize="10",d.pageindex="1",d.paysgrade_data=[],d.edit_code=!1,d.display=!1,d.grid=!0,d.temp={},d.emailId_data=[],d.email={},d.edt={},d.filenameassigningData=[],d.filteredTodos=[],d.currentPage=1,d.numPerPage=10,d.maxSize=10,c.get(l.apiUrl+"api/PayrollEmployeeDPSD/Get_designation_Code?company_code=1").then(function(e){d.designation=e.data}),c.get(l.apiUrl+"api/employeeOfferLetter/getVacancy").then(function(e){d.vacancys=e.data}),c.get(l.apiUrl+"api/HRMS/emp/getEmpMasterData").then(function(e){d.obj=e.data}),d.Show_Data=function(){c.get(l.apiUrl+"api/employeeOfferLetter/getEmployeeApplicationDetails?pays_vacancy_id="+d.temp.pays_vacancy_id+"&app_from_date="+d.temp.app_from_date+"&app_to_date="+d.temp.app_to_date).then(function(e){d.employeeApplicationData=e.data,0<d.employeeApplicationData.length?(d.pager=!0,d.totalItems=d.employeeApplicationData.length,d.todos=d.employeeApplicationData,d.makeTodos(),d.grid=!0):(swal({title:"Alert",text:"Record Not Found",width:300,height:200}),d.filteredTodos=[])})},d.Show_Data(),d.setProbationCompletionReminderDate=function(){var e;void 0!==d.temp.em_expected_date_of_join&&(e=moment(d.temp.em_expected_date_of_join,"DD-MM-YYYY"),d.temp.em_probation_completion_date=e.add(parseInt(d.temp.em_probation_period_days),"days").format("DD-MM-YYYY"))},d.savePreparedInfo=function(){var e=d.temp;e.opr="U",c.post(l.apiUrl+"api/employeeOfferLetter/OfferLetterUpdate",e).then(function(e){!0===e.data?swal({text:"Records save successfully.",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}):!1===e.data?swal({text:"Records not save.",showCloseButton:!0,width:380}):swal({text:e.data.Message,showCloseButton:!0,width:380}),d.CancelPrepareModal(),d.Show_Data()})},d.makeTodos=function(){var e=parseInt(d.totalItems%d.numPerPage),e=(d.pagersize="0"===e?parseInt(d.totalItems/d.numPerPage):parseInt(d.totalItems/d.numPerPage)+1,(d.currentPage-1)*d.numPerPage),t=parseInt(e)+parseInt(d.numPerPage);d.filteredTodos=d.todos.slice(e,t)},d.showOfferLetter=function(e){$("#viewdashDetailsModal").modal({backdrop:"static",keyboard:!0}),d.div_Communication=!0,d.display=!0,d.emailId_data=[],d.email.em_applicant_id=e.em_applicant_id,d.email.dg_desc=e.dg_desc,d.emailId_data.push({emailid:e.em_email,chk_email:!0,em_applicant_id:e.em_applicant_id}),d.gettemplateBody()},$("#text-editor").wysihtml5(),d.gettemplateBody=function(){c.get(l.apiUrl+"api/employeeOfferLetter/getOfferLetterTemplate").then(function(e){d.tempBody_data=e.data,d.email.email_subject=d.tempBody_data.sims_msg_subject,d.sims_msg_signature=d.tempBody_data.sims_msg_signature;var e=d.tempBody_data.sims_msg_body,t=document.getElementById("text-editor");t.value=e,d.email.msgbody=t.value,d.flag=!1,$("#text-editor").data("wysihtml5").editor.setValue(d.email.msgbody)})},d.sendMail=function(){var n=[],i=[];d.email_exists=!1,c.get(l.apiUrl+"api/employeeOfferLetter/getOfferLetterTemplate").then(function(e){d.TemplatesBody_data=e.data,d.sims_msg_body=d.TemplatesBody_data.sims_msg_body,d.sims_msg_signature=d.TemplatesBody_data.sims_msg_signature;for(var t=$("#text-editor").val(),a=0;a<d.emailId_data.length;a++)!0===d.emailId_data[a].chk_email&&(s={emailsendto:d.emailId_data[a].emailid,body:t,subject:d.email.email_subject,comm_desc:t,sender_emailid:d.emailProfile_data,em_applicant_id:d.email.em_applicant_id,dg_desc:d.email.dg_desc,cc_id:"0"},n.push(s),d.email_exists=!0);if(""!==d.email.ccTo&&void 0!==d.email.ccTo||!1!==d.email_exists){if(""!==d.email.ccTo||void 0!==d.email.ccTo){var o=[],e=d.email.ccTo;null!==e&&(o=e.split(","));for(a=0;a<o.length;a++){var s={emailsendto:o[a],body:t,subject:d.email.email_subject,comm_desc:t,sender_emailid:d.emailProfile_data,em_applicant_id:d.email.em_applicant_id,dg_desc:d.email.dg_desc,cc_id:"1"};n.push(s)}i.push({attFilename:""})}c.post(l.apiUrl+"api/employeeOfferLetter/SendOfferEmail?filenames="+JSON.stringify(i),n).then(function(e){d.ScheduleMails_data=e.data,!0===d.ScheduleMails_data?swal({text:"The email has been sent successfully.",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}):swal({text:"The email not sent.",showCloseButton:!0,width:380}),d.commnModaldisplay()})}else swal({title:"Alert",text:"Unable to Sent Mail",showCloseButton:!0,width:380})})},d.commnModaldisplay=function(){d.email={},d.emailId_data=[],$("#viewdashDetailsModal").modal("hide"),d.div_Communication=!1},d.CancelEmailId=function(e){d.emailId_data.splice(e,1)},d.reset=function(){d.temp={}},d.CancelPrepareModal=function(){$("#showPrepareModal").modal("hide"),d.temp={}},d.UploadFileModal=function(e){d.filenameassigningData=e,$("#myModal").modal("show"),d.temp.em_applicant_id=e.em_applicant_id};var s=new FormData;d.hideModal=function(){d.showFileName=!0,d.filename1=d.filename,void 0!==d.filename1&&""!==d.filename1&&null!==d.filename1||(d.showFileName=!1),d.filenameassigningData.offer_letter_doc=d.filename1,$("#myModal").modal("hide"),d.file_name=d.temp.em_applicant_id+"_"+d.filename1;var t={opr:"E"},e=(t.offer_letter_doc=d.file_name,t.em_applicant_id=d.temp.em_applicant_id,{method:"POST",url:l.apiUrl+"/api/EmpDocumentupload/upload?filename="+d.file_name+"&location=EmployeeDocument",data:s,headers:{"Content-Type":void 0}});c(e).success(function(e){c.post(l.apiUrl+"api/employeeOfferLetter/OfferLetterUpdate",t).then(function(e){!0===e.data?swal({text:"Offer letter save successfully.",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}):!1===e.data?swal({text:"Offer letter not save.",showCloseButton:!0,width:380}):swal({text:e.data.Message,showCloseButton:!0,width:380}),d.Show_Data()})},function(){swal({text:"Offer letter not uploded.",showCloseButton:!0,width:380})})},d.getTheFiles=function(e){angular.forEach(e,function(e,t){s.append(t,e)})},d.file_changed=function(e){var t,e=e.files[0];"pdf"===e.type.split("/")[1]?(d.filename=e.name,d.edt={employeeDocument:d.filename},$.extend(d.edt,d.edt),d.photo_filename=e.name,t=0,t=d.photo_filename.split("."),d.photo_filename.split(".")[t.length-1],d.photo_filename=e.type,(t=new FileReader).onload=function(e){d.$apply(function(){})},t.readAsDataURL(e)):swal({title:"Alert",text:"Only PDF format is allowed."})},d.showPrepareModal=function(e){d.temp.em_desg_code=e.em_desg_code,d.temp.em_staff_type=e.em_staff_type,d.temp.em_dest_code=e.em_dest_code,d.temp.em_grade_code=e.em_grade_code,d.temp.em_visa_type=e.em_visa_type,d.temp.em_agreement_start_date=e.em_agreement_start_date,d.temp.em_agreement_exp_date=e.em_agreement_exp_date,d.temp.en_labour_card_no=e.en_labour_card_no,d.temp.em_applicant_id=e.em_applicant_id,d.temp.em_expected_date_of_join=e.em_expected_date_of_join,d.temp.em_probation_period_days=e.em_probation_period_days,d.temp.em_probation_completion_date=e.em_probation_completion_date,d.temp.em_probation_confirmation_date=e.em_probation_confirmation_date,$("#showPrepareModal").modal({backdrop:"static",keyboard:!0})},d.SendEmail=function(e){var t,a=[];void 0===e.offer_letter_doc||""===e.offer_letter_doc||null===e.offer_letter_doc?swal({title:"Alert",text:"Please Upload Offer Letter",showCloseButton:!0,width:380}):(t=e.offer_letter_doc,e={emailsendto:e.em_email,em_applicant_id:e.em_applicant_id,dg_desc:d.email.dg_desc,cc_id:"0",offer_letter_path:t},a.push(e),c.post(l.apiUrl+"api/employeeOfferLetter/SendOfferLetterEmail",a).then(function(e){d.ScheduleMails_data=e.data,!0===d.ScheduleMails_data?swal({text:"Email has been sent successfully.",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}):swal({text:"Email not sent.",showCloseButton:!0,width:380}),d.Show_Data(),d.commnModaldisplay()}))},d.downloaddoc=function(e){d.url=l.docUrl+c.defaults.headers.common.schoolId+"/Images/EmployeeDocument/"+e,window.open(d.url)},d.showOnRecruitment=function(t){var e={opr:"G"};e.em_offer_letter_show_flag=t.em_offer_letter_show_flag,e.em_applicant_id=t.em_applicant_id,c.post(l.apiUrl+"api/employeeOfferLetter/OfferLetterUpdate",e).then(function(e){!0===e.data?!0===t.em_offer_letter_show_flag&&swal({text:"Now offer letter will be shown in recruitment dashboard.",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}):!1===e.data?swal({text:"Not updated.",showCloseButton:!0,width:380}):swal({text:e.data.Message,showCloseButton:!0,width:380}),d.Show_Data()})},d.PrintOfferLetter=function(){$("#showPrepareModal").modal("hide");var e={location:"Hrms.PRR106",parameter:{app_id:d.temp.em_applicant_id},state:"main.empoff",ready:function(){this.refreshReport()}};window.localStorage.ReportDetails=JSON.stringify(e),setTimeout(function(){t.go("main.ReportCardParameter")},500)},d.CheckAllChecked=function(){if(!0===(n=document.getElementById("mainchk")).checked)for(var e=0;e<d.filteredTodos.length;e++)document.getElementById("test-"+e).checked=!0,d.row1="row_selected",$("tr").addClass("row_selected");else for(e=0;e<d.filteredTodos.length;e++)document.getElementById("test-"+e).checked=!1,n.checked=!1,d.row1=""},d.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),d.color="#edefef"}),!0===(n=document.getElementById("mainchk")).checked&&(n.checked=!1,$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected")}))},d.size=function(e){"All"===e?(d.currentPage="1",d.filteredTodos=d.employeeApplicationData,d.pager=!1):(d.pager=!0,d.pagesize=e,d.currentPage=1,d.numPerPage=e,d.makeTodos()),d.numPerPage=e},d.index=function(e){d.pageindex=e,d.currentPage=e,d.makeTodos(),n.checked=!1,d.row1=""},d.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).em_applicant_id.toLowerCase().indexOf(t.toLowerCase())||-1<e.emp_name.toLowerCase().indexOf(t.toLowerCase())||-1<e.pays_vacancy_roles.toLowerCase().indexOf(t.toLowerCase())||-1<e.em_application_date.toLowerCase().indexOf(t.toLowerCase());var t})},d.search=function(){if(d.todos=d.searched(d.employeeApplicationData,d.searchText),d.totalItems=d.todos.length,d.currentPage="1",""===d.searchText&&(d.todos=d.employeeApplicationData),d.makeTodos(),!0===(n=document.getElementById("mainchk")).checked){n.checked=!1;for(var e=0;e<d.filteredTodos.length;e++)document.getElementById(e).checked=!1,n.checked=!1,d.row1=""}}}])}(),function(){"use strict";var c,l=angular.module("sims.module.HRMS");l.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),l.controller("EmployeeConfirmCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(s,e,t,a,o,n,i){s.pagesize="10",s.pageindex="1",s.paysgrade_data=[],s.edit_code=!1,s.display=!1,s.grid=!1,s.emailId_data=[],s.email={},s.schoolASD=!1;["asdportal"].includes(n.defaults.headers.common.schoolId)&&(s.schoolASD=!0),s.edt={},s.temp={},s.popobj={},s.doc={},n.get(i.apiUrl+"api/HRMS/lems/getEmpMasterData").then(function(e){s.empstat=!0,s.obj=e.data,s.operation=!0,s.Save_btn=!0,s.Update_btn=!1,s.display=!0,s.roleList=!0,s.temp.em_Company_Code=s.obj[0].em_Company_Code,s.temp.em_service_status_code="V"}),s.filteredTodos=[],s.currentPage=1,s.numPerPage=10,s.maxSize=10,n.get(i.apiUrl+"api/PayrollEmployeeDPSD/Get_designation_Code?company_code=1").then(function(e){s.designation=e.data}),s.Show_Data=function(){n.get(i.apiUrl+"api/employeeOfferLetter/getEmployeeApplicationDetailsForConfirm?desg_code="+s.temp.dg_code+"&app_from_date="+s.temp.app_from_date+"&app_to_date="+s.temp.app_to_date).then(function(e){s.employeeApplicationData=e.data,0<s.employeeApplicationData.length?(s.pager=!0,s.totalItems=s.employeeApplicationData.length,s.todos=s.employeeApplicationData,s.makeTodos(),s.grid=!0):(swal({title:"Alert",text:"Record Not Found",width:300,height:200}),s.filteredTodos=[])})},s.confirm=function(){s.postData=[],s.flag=!1;for(var e of s.filteredTodos)!0===e.checkConfirm&&(s.flag=!0,s.postData.push(e));var t,a;1<s.postData.length?swal({text:"Please select only one applicant ",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}):(t=("0"+(t=new Date).getDate()).slice(-2)+"-"+("0"+(t.getMonth()+1)).slice(-2)+"-"+t.getFullYear(),$('.nav-tabs a[href="#personal_information"]').tab("show"),s.flag?(s.getstate(s.postData[0].em_country_code),s.getcity(s.postData[0].em_state),s.temp.em_first_name=s.postData[0].em_first_name,s.temp.em_middle_name=s.postData[0].em_middle_name,s.temp.em_last_name=s.postData[0].em_last_name,s.temp.em_name_ot=s.postData[0].em_name_ot,s.temp.em_mobile=s.postData[0].em_mobile,s.temp.em_date_of_birth=s.postData[0].em_date_of_birth,s.temp.em_apartment_number=s.postData[0].em_appartment_number,s.temp.em_family_name=s.postData[0].em_family_name,s.temp.em_building_number=s.postData[0].em_building_number,s.temp.em_street_number=s.postData[0].em_street_number,s.temp.em_area_number=s.postData[0].em_area_number,s.temp.em_summary_address=s.postData[0].em_summary_address,s.temp.em_Nation_Code=s.postData[0].em_nation_code,s.temp.em_Country_Code=s.postData[0].em_country_code,s.temp.em_State_Code=s.postData[0].em_state,s.temp.em_City_Code=s.postData[0].em_city,s.temp.em_Dest_Code=s.postData[0].em_dest_code,s.temp.em_phone=s.postData[0].em_phone,s.temp.em_fax=s.postData[0].em_fax,s.temp.em_post=s.postData[0].em_po_box,s.temp.em_pan_no=s.postData[0].em_pan_no,s.temp.em_service_status_code="V",s.temp.em_status_code="A",s.temp.em_emergency_contact_name2=s.postData[0].em_emergency_contact_name2,s.temp.em_emergency_contact_number2=s.postData[0].em_emergency_contact_number2,s.temp.em_joining_ref=s.postData[0].em_joining_ref,s.temp.em_ethnicity_code=s.postData[0].em_ethnicity_code,s.temp.em_handicap_status=s.postData[0].em_handicap_status,s.temp.em_stop_salary_indicator=s.postData[0].em_stop_salary_indicator,s.temp.em_Marital_Status_Code=s.postData[0].em_marital_status,s.temp.em_Religion_Code=s.postData[0].em_religion_code,s.temp.em_Salutation_Code=s.postData[0].em_salutation,s.temp.em_Sex_Code=s.postData[0].em_sex,s.temp.em_Staff_Type_Code=s.postData[0].em_staff_type,s.temp.em_blood_group_code=s.postData[0].em_blood_group_code,void 0===s.postData[0].em_expected_date_of_join||""===s.postData[0].em_expected_date_of_join||null===s.postData[0].em_expected_date_of_join?s.temp.em_date_of_join=t:s.temp.em_date_of_join=s.postData[0].em_expected_date_of_join,s.temp.em_Company_Code=s.postData[0].em_company_code,s.temp.em_Dept_Code=s.postData[0].em_dept_code,s.temp.em_Designation_Code=s.postData[0].em_desg_code,void 0===s.postData[0].em_grade_code||""===s.postData[0].em_grade_code||null===s.postData[0].em_grade_code?s.temp.em_Grade_Code=s.obj[0].em_Grade_Code:s.temp.em_Grade_Code=s.postData[0].em_grade_code,s.temp.em_dept_effect_from=s.temp.em_date_of_join,s.temp.em_grade_effect_from=s.temp.em_date_of_join,s.temp.em_personalemail=s.postData[0].em_email,s.temp.em_emergency_contact_name1=s.postData[0].em_emergency_contact_name1,s.temp.em_emergency_contact_number1=s.postData[0].em_emergency_contact_number1,s.temp.em_passport_no=s.postData[0].em_passport_number,s.temp.em_passport_exp_date=s.postData[0].em_passport_expiry_date,s.temp.em_passport_issue_date=s.postData[0].em_passport_issue_date,s.temp.em_passport_issue_place=s.postData[0].em_passport_issue_place,s.temp.em_passport_issuing_authority=s.postData[0].em_passport_issuing_authority,s.temp.em_visa_no=s.postData[0].em_visa_number,s.temp.em_visa_exp_date=s.postData[0].em_visa_expiry_date,s.temp.em_visa_issue_date=s.postData[0].em_visa_issue_date,s.temp.em_visa_issuing_place=s.postData[0].em_visa_issuing_place,s.temp.em_visa_issuing_authority=s.postData[0].em_visa_issuing_authority,s.temp.em_visa_type_code=s.postData[0].em_visa_type,s.temp.em_agreement=s.postData[0].em_agreement,s.temp.em_agreement_code=s.postData[0].em_agreement,s.temp.em_agreement_start_date=s.postData[0].em_agreement_start_date,s.temp.em_agreement_exp_date=s.postData[0].em_agreement_exp_date,s.temp.em_national_id=s.postData[0].em_national_id,s.temp.em_national_id_expiry_date=s.postData[0].em_national_id_expiry_date,s.temp.em_national_id_issue_date=s.postData[0].em_national_id_issue_date,s.temp.em_labour_card_no=s.postData[0].em_labour_card_no,s.temp.em_img=s.postData[0].em_img,s.temp.em_offer_letter_send_date=s.postData[0].em_offer_letter_send_date,s.temp.em_probation_period_days=s.postData[0].em_probation_period_days,s.temp.em_probation_completion_date=s.postData[0].em_probation_completion_date,s.temp.em_probation_confirmation_date=s.postData[0].em_probation_confirmation_date,s.temp.em_applicant_id=s.postData[0].em_applicant_id,a=i.apiUrl+"Content/"+n.defaults.headers.common.schoolId+"/Images/EmployeeImages/"+s.temp.em_img,$(function(){$("#empimg").attr("src",a)}),$("#employeeMasterModal").modal("show"),n.get(i.apiUrl+"api/Qualification/getQualificationByApplicant?applicant_id="+s.postData[0].em_applicant_id).then(function(e){s.qualiList=e.data,s.combo_multiple=!0}),n.get(i.apiUrl+"api/EmpExp/getEmployeeExpByApplicant?applicant_id="+s.postData[0].em_applicant_id).then(function(e){s.ExperienceList=e.data,s.showExperinceList=!0})):swal({text:"Please select at least one record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}))},s.makeTodos=function(){var e=parseInt(s.totalItems%s.numPerPage),e=(s.pagersize="0"===e?parseInt(s.totalItems/s.numPerPage):parseInt(s.totalItems/s.numPerPage)+1,(s.currentPage-1)*s.numPerPage),t=parseInt(e)+parseInt(s.numPerPage);s.filteredTodos=s.todos.slice(e,t)},s.reset=function(){s.temp={}},s.cancel=function(){s.temp={},s.grid=!1},s.CheckAllChecked=function(){if(!0===(c=document.getElementById("mainchk")).checked)for(var e=0;e<s.filteredTodos.length;e++)document.getElementById("test-"+e).checked=!0,s.row1="row_selected",$("tr").addClass("row_selected");else for(e=0;e<s.filteredTodos.length;e++)document.getElementById("test-"+e).checked=!1,c.checked=!1,s.row1=""},s.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),s.color="#edefef"}),!0===(c=document.getElementById("mainchk")).checked&&(c.checked=!1,$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected")}))},s.size=function(e){"All"===e?(s.currentPage="1",s.filteredTodos=s.employeeApplicationData,s.pager=!1):(s.pager=!0,s.pagesize=e,s.currentPage=1,s.numPerPage=e,s.makeTodos()),s.numPerPage=e},s.index=function(e){s.pageindex=e,s.currentPage=e,s.makeTodos(),c.checked=!1,s.row1=""},s.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).em_applicant_id.toLowerCase().indexOf(t.toLowerCase())||-1<e.emp_name.toLowerCase().indexOf(t.toLowerCase())||-1<e.pays_vacancy_roles.toLowerCase().indexOf(t.toLowerCase())||-1<e.em_application_date.toLowerCase().indexOf(t.toLowerCase())||-1<e.dg_desc.toLowerCase().indexOf(t.toLowerCase())||-1<e.em_date_of_birth.toLowerCase().indexOf(t.toLowerCase())||-1<e.em_expected_date_of_join.toLowerCase().indexOf(t.toLowerCase())||-1<e.em_email.toLowerCase().indexOf(t.toLowerCase())||-1<e.em_mobile.toLowerCase().indexOf(t.toLowerCase());var t})},s.search=function(){if(s.todos=s.searched(s.employeeApplicationData,s.searchText),s.totalItems=s.todos.length,s.currentPage="1",""===s.searchText&&(s.todos=s.employeeApplicationData),s.makeTodos(),!0===(c=document.getElementById("mainchk")).checked){c.checked=!1;for(var e=0;e<s.filteredTodos.length;e++)document.getElementById(e).checked=!1,c.checked=!1,s.row1=""}},s.showAgreementDetails=!0,s.uae=!1,s.qatar=!0,s.slisLabel=!1,s.india=!1,s.updateBtn=!1,s.saveBtn=!1,s.combo_multiple=!1,s.addDisabled=!0,s.combo_multiple=!1,s.qualiList=[],s.ExperienceList=[],s.showFileName=!1,n.get(i.apiUrl+"api/Qual/getAllQualification").then(function(e){s.all_Qual_Data=e.data}),n.get(i.apiUrl+"api/common/Subject/getSubject").then(function(e){s.sub_data=e.data}),n.get(i.apiUrl+"api/HRMS/lems/getRole").then(function(e){s.roles_data=e.data}),n.get(i.apiUrl+"api/HRMSOES/GetAccommodationStatus").then(function(e){s.AccommondationStatus=e.data}),n.get(i.apiUrl+"api/common/MarkEmpResignation/getDisenagementType").then(function(e){s.disengagmentTypes=e.data}),n.get(i.apiUrl+"api/HRMS/getLicSchool").then(function(e){s.lic_school_data=e.data,"Qatar"===s.lic_school_data[0].lic_school_country?(s.uae=!1,s.qatar=!0,s.slisLabel=!1,s.india=!1):"Saudi Arabia"===s.lic_school_data[0].lic_school_country?(s.uae=!1,s.qatar=!1,s.slisLabel=!0,s.india=!1):"India"===s.lic_school_data[0].lic_school_country?(s.uae=!1,s.qatar=!1,s.slisLabel=!1,s.india=!0):(s.uae=!0,s.qatar=!1,s.slisLabel=!1,s.india=!1)}),s.getstate=function(e){n.get(i.apiUrl+"api/HRMS/lems/getState?em_Country_Code="+e).then(function(e){s.stt=e.data})},s.getcity=function(e){n.get(i.apiUrl+"api/HRMS/lems/getCity?em_State_Code="+e).then(function(e){s.ctt=e.data})},s.getContract=function(){n.get(i.apiUrl+"api/contract/Get_ContractDetails").then(function(e){s.Contract_data=e.data})},s.getContract(),s.AddEnable=function(){s.addDisabled=!1},n.get(i.apiUrl+"api/Qualification/getQualificationName").then(function(e){s.Qualification_Name=e.data}),n.get(i.apiUrl+"api/Qualification/getQualificationType").then(function(e){s.qual_type_data=e.data}),n.get(i.apiUrl+"api/EmpExp/getMonthName").then(function(e){s.month_data=e.data}),s.setGrade_Dept=function(e){s.temp.em_dept_effect_from=e,s.temp.em_grade_effect_from=e},s.Cancel=function(){s.temp={},$("#empimg").attr("src",""),s.Myform.$setPristine(),s.Myform.$setUntouched(),s.Save_btn=!0,s.Update_btn=!1,s.temp.em_Company_Code=s.obj[0].em_Company_Code,s.temp.em_service_status_code="V"},s.getstate=function(e){n.get(i.apiUrl+"api/HRMS/empASD/getState?em_Country_Code="+e).then(function(e){s.stt=e.data})},s.getcity=function(e){n.get(i.apiUrl+"api/HRMS/empASD/getCity?em_State_Code="+e).then(function(e){s.ctt=e.data})},s.getContract=function(e){n.get(i.apiUrl+"api/contract/Get_ContractDetails").then(function(e){s.Contract_data=e.data})},s.getContract();var d=new FormData;s.getTheFiles=function(e){angular.forEach(e,function(e,t){d.append(t,e)})},s.file_changed=function(e){var e=e.files[0],t=(s.photo_filename=e.type,new FileReader);t.onload=function(t){s.$apply(function(){var e=t.target.result;$(function(){$("#empimg").attr("src",e)})})},t.readAsDataURL(e)},s.uploadImgClickF=function(){s.uploadImgClickFShow=!0},s.uploadImgCancel=function(){s.uploadImgClickFShow=!1},s.image_click=function(){$("#upload_img").modal("show"),s.ImgLoaded=!0},s.checkEmailExists=function(e){s.temp1[0].em_email!==e&&n.post(i.apiUrl+"api/HRMS/checkEmailExists?email_id="+e).then(function(e){if(s.comnUserData=e.data,0<s.comnUserData.length)return swal({text:"Official email id already exists!!",width:350}),s.temp.em_email="",!1})},s.SaveData=function(e){e?(s.saveBtn=!0,s.updateBtn=!0,e=s.temp,void 0===s.photo_filename?e.em_img=null:e.em_img="."+s.photo_filename.split("/")[1],e.opr="I",n.post(i.apiUrl+"api/HRMS/lems/CUMasterEmployee",e).then(function(e){s.CUDobj={},s.CUDobj=e.data,void 0===s.CUDobj.strMessage&&""===s.CUDobj.strMessage&&null===s.CUDobj.strMessage||(swal({text:"Employee with id= "+s.CUDobj.strMessage+" created  successfully.",confirmButtonText:"Ok"}).then(function(e){e&&s.Show_Data(),s.saveQualification(s.CUDobj.strMessage),s.saveExperience(s.CUDobj.strMessage),s.Cancel()}),setTimeout(function(){s.saveBtn=!1,s.updateBtn=!1},3e3),$("#employeeMasterModal").modal("hide"));e=s.CUDobj.strMessage.split(" ")[2],e={method:"POST",url:i.apiUrl+"/api/file/upload?filename="+e+"&location=/EmployeeImages",data:d,headers:{"Content-Type":void 0}};n(e).success(function(e){console.log(e)})})):swal({text:"Kindly fill Mandatory fields",width:350,timer:5e3,showCloseButton:!0})},s.SaveDataOLd=function(e){e?(s.saveBtn=!0,s.updateBtn=!0,e=s.temp,void 0===s.photo_filename?e.em_img=null:e.em_img="."+s.photo_filename.split("/")[1],e.opr="I",n.post(i.apiUrl+"api/HRMS/empASD/CUMasterEmployee",e).then(function(e){s.CUDobj={},s.CUDobj=e.data,void 0===s.CUDobj.strMessage&&""===s.CUDobj.strMessage&&null===s.CUDobj.strMessage||(swal({text:s.CUDobj.strMessage}),n.post(i.apiUrl+"api/employeeOfferLetter/ConfirmEmployee",s.postData).then(function(e){s.msg1=e.data,!0===s.msg1?s.Show_Data():swal("Error-"+s.msg1)}),setTimeout(function(){s.Cancel(),s.saveBtn=!1,s.updateBtn=!1},2e3));e=s.CUDobj.strMessage.split(" ")[2],e={method:"POST",url:i.apiUrl+"/api/file/upload?filename="+e+"&location=/EmployeeImages",data:d,headers:{"Content-Type":void 0}};n(e).success(function(e){console.log(e)})}),s.em_img="",s.prev_img=""):swal({text:"Kindly fill Mandatory fields",width:350,timer:5e3,showCloseButton:!0})},s.Show_Data(),s.saveQualification=function(e){var t=[];if(0<s.qualiList.length){for(var a of s.qualiList){var o=a.emp_qual_qual_code,o={pays_qualification_applicant_id:s.temp.em_applicant_id,emp_qual_em_code:e,emp_qual_qual_code:o,emp_qual_institute:a.emp_qual_institute,emp_qual_type_code:a.emp_qual_type_code,em_qual_from_year:a.em_qual_from_year,em_qual_year:s.i.em_qual_to_year,emp_qual_percentage:a.emp_qual_percentage,emp_qual_remark:a.emp_qual_remark,em_qual_status:a.em_qual_status,opr:"E"};t.push(o)}n.post(i.apiUrl+"api/Qualification/CUDQualificationApplicant?year=",t).then(function(e){s.qualificationmsg=e.data,s.qualiList=[],s.combo_multiple=!1})}},s.downloadOfferLetter=function(e){s.url=i.docUrl+n.defaults.headers.common.schoolId+"/Images/EmployeeDocument/"+e,window.open(s.url)},s.addCol=function(e){s.combo_multiple=!0;var t,a=document.getElementById("qual_name"),a=a.options[a.selectedIndex].text;for(t of s.qualiList)if(t.emp_qual_qual_code===e)return swal({text:"Qualification Already Added !!",timer:5e3}),!1;s.qualiList.push({emp_qual_qual_name:a,emp_qual_qual_code:e}),s.Myform.$setPristine(),s.Myform.$setUntouched()},s.Removerow=function(e,t,a){a.splice(t,1)},s.addExperience=function(){s.showExperinceList=!0;s.ExperienceList.push({enroll_number:"",prev_company_name:"",prev_job_title:"",from_year:"",from_month:"",to_year:"",to_month:"",prev_job_remark:"",prev_job_responsibilities:"",prev_job_salary:"",job_status:"",em_previous_job_line_no:""})},s.saveExperience=function(e){var t=[];if(0<s.ExperienceList.length){for(var a of s.ExperienceList){a={em_applicant_id:s.temp.em_applicant_id,enroll_number:e,co_company_code:"1",prev_company_name:a.prev_company_name,prev_job_title:a.prev_job_title,from_year:a.from_year,from_month:a.from_month,to_year:a.to_year,to_month:a.to_month,prev_job_responsibilities:s.i.prev_job_responsibilities,prev_job_salary:a.prev_job_salary,job_status:a.job_status,em_previous_job_line_no:s.i.em_previous_job_line_no,opr:"E"};t.push(a)}n.post(i.apiUrl+"api/EmpExp/CUDEmployeeExperienceApplicant",t).then(function(e){s.msgexp=e.data,s.ExperienceList=[],s.showExperinceList=!1})}},s.RemoveExperinceRow=function(e,t,a){a.splice(t,1)},l.directive("ngFiles",["$parse",function(s){return{link:function(t,e,a){var o=s(a.ngFiles);e.on("change",function(e){o(t,{$files:e.target.files})})}}}])}])}(),function(){"use strict";var r,m=[],e=angular.module("sims.module.HRMS");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("EmployeeHobbiesMasterCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(o,e,t,a,s,n,i){console.log("EmployeeHobbiesMasterCont controller"),o.pagesize="10",o.pageindex=0,console.log("pagesize",o.pagesize),o.save_btn=!0,o.Update_btn=!1,o.display=!1,o.table=!0;var d=!(o.pagerForAll=!0),e=(o.temp={},o.propertyName=null,o.reverse=!1,o.user_access=[],o.appcode=e.current.name.split("."),t.globals.currentUser.username);n.get(i.apiUrl+"api/AlertTransaction/Get_user_access_rights?username="+e+"&appl_code="+o.appcode[1]).then(function(e){o.user_rights=e.data;for(var t=0;t<o.user_rights.length;t++)0==t&&(o.user_access.data_read=o.user_rights[t].comn_user_read,o.user_access.data_insert=o.user_rights[t].comn_user_insert,o.user_access.data_update=o.user_rights[t].comn_user_update,o.user_access.data_delete=o.user_rights[t].comn_user_delete,o.user_access.data_massupdate=o.user_rights[t].comn_user_massupdate,o.user_access.is_admin=o.user_rights[t].comn_user_admin)}),o.sortBy=function(e){o.reverse=o.propertyName===e&&!o.reverse,o.propertyName=e},a(function(){$("#fixTable").tableHeadFixer({top:1})},100),n.get(i.apiUrl+"api/Hobbies/getAllEmpHobbiesMaster").then(function(e){o.all_Qual_Data=e.data,o.totalItems=o.all_Qual_Data.length,o.todos=o.all_Qual_Data,o.makeTodos()}),o.size=function(e){"All"==e?(o.currentPage=1,o.filteredTodos=o.all_Qual_Data,o.pagerForAll=!1):(o.pagerForAll=!0,o.pagesize=e,o.currentPage=1,o.numPerPage=e,o.makeTodos())},o.index=function(e){o.pageindex=e,o.currentPage=e,console.log("currentPage="+o.currentPage),o.makeTodos(),r.checked=!1,o.row1=""},o.filteredTodos=[],o.currentPage=1,o.numPerPage=10,o.maxSize=10,o.makeTodos=function(){var e=parseInt(o.totalItems%o.numPerPage),e=(o.pagersize="0"==e?parseInt(o.totalItems/o.numPerPage):parseInt(o.totalItems/o.numPerPage)+1,(o.currentPage-1)*o.numPerPage),t=parseInt(e)+parseInt(o.numPerPage);console.log("begin="+e),console.log("end="+t),o.filteredTodos=o.todos.slice(e,t)},o.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).pays_hobbies_desc.toLowerCase().indexOf(t.toLowerCase())||-1<e.pays_hobbies_display_oder.toLowerCase().indexOf(t.toLowerCase())||e.desg_company_code==t;var t})},o.search=function(){o.todos=o.searched(o.all_Qual_Data,o.searchText),o.totalItems=o.todos.length,o.currentPage="1",""==o.searchText&&(o.todos=o.all_Qual_Data),o.makeTodos(),r.checked=!1,o.CheckAllChecked()},o.New=function(){0==o.user_access.data_insert?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(o.disabled=!1,o.readonly=!0,o.table=!1,o.display=!0,o.save_btn=!0,o.Update_btn=!1,o.temp={},o.temp.pays_hobbies_status=!0,o.Myform.$setPristine(),o.Myform.$setUntouched())},o.checkDescAlreadyExists=function(){d=!1;for(var e=0;e<o.all_Hobbies_Data.length;e++)if(o.all_Qual_Data[e].pays_hobbies_desc==o.temp.pays_hobbies_desc){swal({text:"hobbies description already exists",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}),o.temp.pays_hobbies_desc="",d=!0;break}};var c=[],l=(o.savedata=function(e){c=[],e&&(d=!1,(e=o.temp).opr="I",c.push(e),n.post(i.apiUrl+"api/Hobbies/EmpHobbiesMaster",c).then(function(e){o.msg1=e.data,1==o.msg1?swal({text:"Record Inserted Successfully",imageUrl:"assets/img/check.png",width:380,showCloseButton:!0}):0==o.msg1?swal({text:"Record Not Inserted. ",imageUrl:"assets/img/close.png",width:380,showCloseButton:!0}):swal("Error-"+o.msg1),n.get(i.apiUrl+"api/Hobbies/getAllEmpHobbiesMaster").then(function(e){o.all_Qual_Data=e.data,o.totalItems=o.all_Qual_Data.length,o.todos=o.all_Qual_Data,o.makeTodos()})}),c=[],o.table=!0,o.display=!1)},o.Cancel=function(){o.temp={},o.table=!0,o.display=!1,o.Myform.$setPristine(),o.Myform.$setUntouched(),o.temp.desg_desc="",o.temp.desg_communication_status="",d=!1},o.edit=function(e){0==o.user_access.data_update?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(o.readonly=!0,o.disabled=!0,o.table=!1,o.display=!0,o.save_btn=!1,o.Update_btn=!0,o.temp={pays_hobbies_code:e.pays_hobbies_code,pays_hobbies_desc:e.pays_hobbies_desc,pays_hobbies_display_oder:e.pays_hobbies_display_oder,pays_hobbies_status:e.pays_hobbies_status})},[]);o.update=function(e){var t;d?swal({text:"Record already exists",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}):((t=o.temp).opr="U",l.push(t),n.post(i.apiUrl+"api/Hobbies/EmpHobbiesMaster",l).then(function(e){o.msg1=e.data,1==o.msg1?swal({text:"Record Updated Successfully",imageUrl:"assets/img/check.png",width:380,showCloseButton:!0}):0==o.msg1?swal({text:"Record Not Updated. ",imageUrl:"assets/img/close.png",width:380,showCloseButton:!0}):swal("Error-"+o.msg1),n.get(i.apiUrl+"api/Hobbies/getAllEmpHobbiesMaster").then(function(e){o.all_Qual_Data=e.data,o.totalItems=o.all_Qual_Data.length,o.todos=o.all_Qual_Data,o.makeTodos()})}),l=[],o.table=!0,o.display=!1)},o.CheckAllChecked=function(){if(1==(r=document.getElementById("mainchk")).checked)for(var e=0;e<o.filteredTodos.length;e++)document.getElementById("test-"+o.filteredTodos[e].pays_hobbies_code).checked=!0,o.row1="row_selected",$("tr").addClass("row_selected");else for(e=0;e<o.filteredTodos.length;e++)document.getElementById("test-"+o.filteredTodos[e].pays_hobbies_code).checked=!1,r.checked=!1,o.row1=""},o.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),o.color="#edefef"}),1==(r=document.getElementById("mainchk")).checked&&(r.checked=!1,$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected")}))},o.OkDelete=function(){if(0==o.user_access.data_delete)swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200});else{m=[],o.flag=!1;for(var e,t=0;t<o.filteredTodos.length;t++)1==document.getElementById("test-"+o.filteredTodos[t].pays_hobbies_code).checked&&(o.flag=!0,e={pays_hobbies_code:o.filteredTodos[t].pays_hobbies_code,opr:"D"},m.push(e));o.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)n.post(i.apiUrl+"api/Hobbies/EmpHobbiesMaster?data=",m).then(function(e){o.msg1=e.data,1==o.msg1?swal({text:"Record Deleted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&(n.get(i.apiUrl+"api/Hobbies/getAllEmpHobbiesMaster").then(function(e){o.all_Qual_Data=e.data,o.totalItems=o.all_Qual_Data.length,o.todos=o.all_Qual_Data,o.makeTodos()}),1==(r=document.getElementById("mainchk")).checked&&(r.checked=!1,o.row1=""),o.currentPage=!0)}):0==o.msg1?swal({text:"Record Not Deleted.\n Or  Hobbies is assigned to employee",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&(n.get(i.apiUrl+"api/Hobbies/getAllEmpHobbiesMaster").then(function(e){o.all_Qual_Data=e.data,o.totalItems=o.all_Qual_Data.length,o.todos=o.all_Qual_Data,o.makeTodos()}),1==(r=document.getElementById("mainchk")).checked&&(r.checked=!1,o.row1=""),o.currentPage=!0)}):swal("Error-"+o.msg1)});else for(var t=0;t<o.filteredTodos.length;t++){var a=document.getElementById("test-"+o.filteredTodos[t].pays_hobbies_code);1==a.checked&&(a.checked=!1,r.checked=!1,$("tr").removeClass("row_selected"))}}):swal({text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}),o.currentPage=str}}}])}(),function(){"use strict";var e=angular.module("sims.module.HRMS");e.controller("EmployeeMaster_lemsCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(d,e,t,a,o,n,i){d.imageUrl=i.docUrl+n.defaults.headers.common.schoolId+"/Images/EmployeeImages/",d.imageUrl_public=i.docUrl+n.defaults.headers.common.schoolId,d.edt={},d.temp={},d.popobj={},d.doc={},d.demo=!0,d.ddemo=!0,d.khda=!0,d.sepa=!1,d.ihsfield=!1,d.ihss=!1;n.get(i.apiUrl+"api/HRMS/lems/getEmpMasterData").then(function(e){d.empstat=!0,d.obj=e.data,d.operation=!0,d.Save_btn=!0,d.Update_btn=!1,d.display=!0,d.roleList=!0,d.temp.em_service_status_code="V"}),"demo"==n.defaults.headers.common.schoolId?(d.ddemo=!1,d.demo=!1):(d.ddemo=!0,d.demo=!0),"ssi"==n.defaults.headers.common.schoolId||"ihs"==n.defaults.headers.common.schoolId||"demo"==n.defaults.headers.common.schoolId?(d.demo=!1,d.khda=!1,d.sepa=!0,d.ihsfield=!0,d.ihss=!0):(d.demo=!0,d.khda=!0,d.sepa=!1,d.ihsfield=!1,d.ihss=!1),d.reporting=function(){n.get(i.apiUrl+"api/HRMS/lems/GetEmpName").then(function(e){d.attsupervisor=e.data})},setTimeout(function(){$("#employ_slot").select2()},100),d.labour=function(e){n.get(i.apiUrl+"api/HRMS/lems/getLabourType?company_code="+d.temp.em_Company_Code).then(function(e){d.labour=e.data})},d.getdept=function(e){n.get(i.apiUrl+"api/HRMS/getDepartmenyByCompany?company_code="+d.temp.em_Company_Code).then(function(e){d.deptt=e.data})},d.getdsig=function(e){n.get(i.apiUrl+"api/HRMS/getDesignationByCompany?company_code="+d.temp.em_Company_Code).then(function(e){d.design=e.data})},n.get(i.apiUrl+"api/studentdatabase/getdemo").then(function(e){d.demo_values=e.data}),d.getcode1=function(){n.get(i.apiUrl+"api/studentdatabase/getisdd?country_code="+d.edt.mobile_number).then(function(e){d.isdcode1=e.data,null!=d.temp.em_mobile&&"-"!=d.temp.em_mobile&&(null!=d.oldisdcode?(d.temp.em_mobile=d.temp.em_mobile,d.temp.em_mobile=d.temp.em_mobile.replace(d.oldisdcode,d.isdcode1[0].sims_country_isd_code)):d.temp.em_mobile=d.isdcode1[0].sims_country_isd_code+d.temp.em_mobile),null==d.temp.em_mobile&&(d.temp.em_mobile=d.isdcode1[0].sims_country_isd_code),d.olisdcode()})},d.olisdcode=function(){0<d.isdcode1.length&&(d.oldisdcode=d.isdcode1[0].sims_country_isd_code)},d.getcode2=function(){n.get(i.apiUrl+"api/studentdatabase/getisdd?country_code="+d.edt.phone_number).then(function(e){d.isdcode2=e.data,null!=d.temp.em_phone&&"-"!=d.temp.em_phone&&(null!=d.oldisdcode1?(d.temp.em_phone=d.temp.em_phone,d.temp.em_phone=d.temp.em_phone.replace(d.oldisdcode1,d.isdcode2[0].sims_country_isd_code)):d.temp.em_phone=d.isdcode2[0].sims_country_isd_code+d.temp.em_phone),null==d.temp.em_phone&&(d.temp.em_phone=d.isdcode1[0].sims_country_isd_code),d.olisdcode1()})},d.olisdcode1=function(){0<d.isdcode2.length&&(d.oldisdcode1=d.isdcode2[0].sims_country_isd_code)},d.getcode3=function(){n.get(i.apiUrl+"api/studentdatabase/getisdd?country_code="+d.edt.Contact_number).then(function(e){d.isdcode3=e.data,null!=d.temp.em_emergency_contact_number1&&"-"!=d.temp.em_emergency_contact_number1&&(null!=d.oldisdcode2?(d.temp.em_emergency_contact_number1=d.temp.em_emergency_contact_number1,d.temp.em_emergency_contact_number1=d.temp.em_emergency_contact_number1.replace(d.oldisdcode2,d.isdcode3[0].sims_country_isd_code)):d.temp.em_emergency_contact_number1=d.isdcode3[0].sims_country_isd_code+d.temp.em_emergency_contact_number1),null==d.temp.em_emergency_contact_number1&&(d.temp.em_emergency_contact_number1=d.isdcode3[0].sims_country_isd_code),d.olisdcode2()})},d.olisdcode2=function(){0<d.isdcode3.length&&(d.oldisdcode2=d.isdcode3[0].sims_country_isd_code)},d.getcode4=function(){n.get(i.apiUrl+"api/studentdatabase/getisdd?country_code="+d.edt.Eme_Contact_number).then(function(e){d.isdcode4=e.data,null!=d.temp.em_emergency_contact_number2&&"-"!=d.temp.em_emergency_contact_number2&&(null!=d.oldisdcode3?(d.temp.em_emergency_contact_number2=d.temp.em_emergency_contact_number2,d.temp.em_emergency_contact_number2=d.temp.em_emergency_contact_number2.replace(d.oldisdcode2,d.isdcode3[0].sims_country_isd_code)):d.temp.em_emergency_contact_number2=d.isdcode4[0].sims_country_isd_code+d.temp.em_emergency_contact_number2),null==d.temp.em_emergency_contact_number2&&(d.temp.em_emergency_contact_number2=d.isdcode4[0].sims_country_isd_code),d.olisdcode3()})},d.olisdcode3=function(){0<d.isdcode4.length&&(d.oldisdcode3=d.isdcode4[0].sims_country_isd_code)},d.searchEmp=function(e){13==e.keyCode&&d.EmpSearch1(d.temp.enroll_number1)},d.showAgreementDetails=!0,d.uae=!1,d.qatar=!0,d.slisLabel=!1,d.india=!1,d.updateBtn=!1,d.saveBtn=!1,d.combo_multiple=!1,d.addDisabled=!0,d.combo_multiple=!1,d.qualiList=[],d.ExperienceList=[];d.showFileName=!1,$("#dob").kendoDatePicker({format:"dd-MM-yyyy",min:new Date(1900,1,1),max:new Date}),d.globalSrch=function(){t.visible_stud=!1,t.visible_parent=!1,t.visible_search_parent=!1,t.visible_teacher=!1,t.visible_User=!1,t.visible_Employee=!0,t.chkMulti=!1,d.global_Search_click(),$("#Global_Search_Modal").modal({backdrop:"static"}),d.showBtn=!1},d.$on("global_cancel",function(e){0<d.SelectedUserLst.length&&(d.temp={},d.temp={enroll_number1:d.SelectedUserLst[0].em_login_code},d.temp.name=d.SelectedUserLst[0].empName,d.EmpSearch1(d.SelectedUserLst[0].em_login_code))}),d.searchGlobalClick=function(){d.Global_Search_by_employee()},"slis"==n.defaults.headers.common.schoolId?d.nationalIdLabel="Iquma Number":d.nationalIdLabel="Emirates Id","elcportal"==n.defaults.headers.common.schoolId?d.serviceStatusLabel="Employment Status":d.serviceStatusLabel="Service Status",n.get(i.apiUrl+"api/Qual/getAllQualification").then(function(e){d.all_Qual_Data=e.data}),n.get(i.apiUrl+"api/common/Subject/getSubject").then(function(e){d.sub_data=e.data}),n.get(i.apiUrl+"api/HRMS/lems/getRole").then(function(e){d.roles_data=e.data}),n.get(i.apiUrl+"api/HRMSOES/GetAccommodationStatus").then(function(e){d.AccommondationStatus=e.data}),n.get(i.apiUrl+"api/common/MarkEmpResignation/getDisenagementType").then(function(e){d.disengagmentTypes=e.data}),d.getDesignations=function(e){n.get(i.apiUrl+"api/HRMS/empASD/getDesignationDeptwise?dept_code="+e).then(function(e){d.designations=e.data})},d.setGrade_Dept=function(e){d.temp.em_dept_effect_from=e,d.temp.em_grade_effect_from=e},n.get(i.apiUrl+"api/HRMS/getCompany").then(function(e){d.company_data=e.data,d.temp.em_Company_Code=d.company_data[0].em_Company_Code,d.getdept(d.company_data[0].em_Company_Code),d.labour(d.company_data[0].em_Company_Code),d.getdsig(d.company_data[0].em_Company_Code),d.getgrade(d.company_data[0].em_Company_Code)}),d.getgrade=function(e){n.get(i.apiUrl+"api/HRMS/getGradeByCompany?company_code="+d.temp.em_Company_Code).then(function(e){d.grade=e.data})},d.DocNarr=[],n.get(i.apiUrl+"api/HRMS/lems/getDocNarration").then(function(e){if(d.DocNarration=e.data,0<d.DocNarration.length)for(var t=0;t<d.DocNarration.length;t++)d.DocNarr.push(d.DocNarration[t].gdn_doc_narration)}),d.complete=function(){$("#DocNarration").autocomplete({source:d.DocNarr})},n.get(i.apiUrl+"api/HRMS/getLicSchool").then(function(e){d.lic_school_data=e.data,"Qatar"==d.lic_school_data[0].lic_school_country?(d.uae=!1,d.qatar=!0,d.slisLabel=!1,d.india=!1,d.doha=!1):"Saudi Arabia"==d.lic_school_data[0].lic_school_country?(d.uae=!1,d.qatar=!1,d.slisLabel=!0,d.india=!1,d.doha=!1):"India"==d.lic_school_data[0].lic_school_country?(d.uae=!1,d.qatar=!1,d.slisLabel=!1,d.india=!0,d.doha=!1):"Doha-Qatar"==d.lic_school_data[0].lic_school_country?(d.uae=!1,d.qatar=!1,d.slisLabel=!1,d.india=!1,d.doha=!0):(d.uae=!0,d.qatar=!1,d.slisLabel=!1,d.india=!1,d.doha=!1)}),$("#dob").kendoDatePicker({format:"dd-MM-yyyy",min:new Date(1900,1,1),max:new Date}),d.checkDateFormat=function(e,t){-1!=e.indexOf("/")&&(swal({title:"Alert",text:"Please enter date only DD-MM-YYYY format",width:360,height:200}),$("#"+t).val(""))},d.Cancel=function(){d.temp={},$("#empimg").attr("src",""),d.Myform.$setPristine(),d.Myform.$setUntouched(),d.em_img="",d.Save_btn=!0,d.Update_btn=!1,d.temp.em_Company_Code=d.obj[0].em_Company_Code,d.temp.em_service_status_code="V";$("#employ_slot").select2("val","")},d.setProbationCompletionReminderDate=function(){var e;null!=d.temp.em_date_of_join&&(e=moment(d.temp.em_date_of_join,"DD-MM-YYYY"),d.temp.em_probation_completion_date=e.add(parseInt(d.temp.em_probation_period_days),"days").format("DD-MM-YYYY"))},d.setProbationCompletionReminderDate1=function(){var e;null!=d.temp.em_date_of_join&&(e=moment(d.temp.em_date_of_join,"DD-MM-YYYY"),d.temp.em_probation_extension_completion_date1=e.add(parseInt(d.temp.em_probation_extension_days),"days").format("DD-MM-YYYY"),d.temp.em_probation_extension_completion_date=e.add(parseInt(d.temp.em_probation_period_days),"days").format("DD-MM-YYYY"))},d.getstate=function(e){n.get(i.apiUrl+"api/HRMS/lems/getState?em_Country_Code="+e).then(function(e){d.stt=e.data})},d.getcity=function(e){n.get(i.apiUrl+"api/HRMS/lems/getCity?em_State_Code="+e).then(function(e){d.ctt=e.data})},d.getContract=function(){n.get(i.apiUrl+"api/contract/Get_ContractDetails").then(function(e){d.Contract_data=e.data})},d.getContract(),n.get(i.apiUrl+"api/Qualification/getQualificationName").then(function(e){d.Qualification_Name=e.data}),n.get(i.apiUrl+"api/Qualification/getQualificationType").then(function(e){d.qual_type_data=e.data}),n.get(i.apiUrl+"api/EmpExp/getMonthName").then(function(e){d.month_data=e.data}),n.get(i.apiUrl+"api/HRMS/getCompany").then(function(e){d.company_data=e.data,d.temp.em_Company_Code=d.company_data[0].em_Company_Code}),n.get(i.apiUrl+"api/HRMS/getCountry").then(function(e){d.country_data=e.data}),n.get(i.apiUrl+"api/HRMS/getDestination").then(function(e){d.dest_data=e.data,d.temp.em_Dest_Code=d.dest_data[0].em_Dest_Code}),d.AddEnable=function(){d.addDisabled=!1},d.setAgreementDate=function(e){d.showAgreementDetails=!1;for(var t=0;t<d.Contract_data.length;t++)if(d.Contract_data[t].cn_code==e){var a=d.Contract_data[t].cn_duration;break}var o,s=new Date,s=("0"+s.getDate()).slice(-2)+"-"+("0"+(s.getMonth()+1)).slice(-2)+"-"+s.getFullYear(),s=(d.temp.em_agreement_start_date=s,d.temp.em_date_of_join.split("-")[0]),n=d.temp.em_date_of_join.split("-")[1],i=d.temp.em_date_of_join.split("-")[2],n=(isNaN(n)&&(n=d.temp.em_date_of_join.split("-")[1]),parseInt(n)+parseInt(a));12<n?(o=parseInt(i)+1,n=parseInt(n)-12):o=i,d.temp.em_agreement_exp_date=s+"-"+n+"-"+o,null!=d.temp.em_agreement_exp_date&&(n=1==n?(o=parseInt(o)-1,12):parseInt(n)-1,d.temp.em_agreemet_exp_rem_date=s+"-"+n+"-"+o)},d.EmpSearch1=function(a){d.Save_btn=!1,d.Update_btn=!0,d.reporting(),n.get(i.apiUrl+"api/HRMS/lems/getSearchEmpMaster?em_login_code="+d.temp.enroll_number1).then(function(e){d.temp1=e.data,d.Myform.$setPristine(),d.Myform.$setUntouched(),d.temp={enroll_number1:a,em_login_code:d.temp1[0].em_login_code,em_number:d.temp1[0].em_number,em_service_status_code:d.temp1[0].em_service_status_code,em_status_code:d.temp1[0].em_status_code,em_apartment_number:d.temp1[0].em_apartment_number,em_family_name:d.temp1[0].em_family_name,em_street_number:d.temp1[0].em_street_number,em_area_number:d.temp1[0].em_area_number,em_phone:d.temp1[0].em_phone,em_fax:d.temp1[0].em_fax,em_post:d.temp1[0].em_post,em_emergency_contact_name2:d.temp1[0].em_emergency_contact_name2,em_emergency_contact_number2:d.temp1[0].em_emergency_contact_number2,em_joining_ref:d.temp1[0].em_joining_ref,em_ethnicity_code:d.temp1[0].em_ethnicity_code,em_handicap_status:d.temp1[0].em_handicap_status,em_stop_salary_indicator:d.temp1[0].em_stop_salary_indicator,em_agreement_code:d.temp1[0].em_agreement_code,em_punching_status:d.temp1[0].em_punching_status,em_bank_cash_tag:d.temp1[0].em_bank_cash_tag,em_citi_exp_tag:d.temp1[0].em_citi_exp_tag,em_leave_tag:d.temp1[0].em_leave_tag,em_passport_issue_place:d.temp1[0].em_passport_issue_place,em_passport_issuing_authority:d.temp1[0].em_passport_issuing_authority,em_pssport_exp_rem_date:d.temp1[0].em_pssport_exp_rem_date,em_visa_issuing_place:d.temp1[0].em_visa_issuing_place,em_visa_issuing_authority:d.temp1[0].em_visa_issuing_authority,em_visa_exp_rem_date:d.temp1[0].em_visa_exp_rem_date,em_visa_type_code:d.temp1[0].em_visa_type_code,em_agreement_start_date:d.temp1[0].em_agreement_start_date,em_agreement_exp_date:d.temp1[0].em_agreement_exp_date,em_agreemet_exp_rem_date:d.temp1[0].em_agreemet_exp_rem_date,em_punching_id:d.temp1[0].em_punching_id,em_dependant_full:d.temp1[0].em_dependant_full,em_dependant_half:d.temp1[0].em_dependant_half,em_dependant_infant:d.temp1[0].em_dependant_infant,em_Bank_Code:d.temp1[0].em_Bank_Code,em_bank_ac_no:d.temp1[0].em_bank_ac_no,em_bank_ac_name:d.temp1[0].em_bank_ac_name,em_iban_no:d.temp1[0].em_iban_no,em_route_code:d.temp1[0].em_route_code,em_bank_swift_code:d.temp1[0].em_bank_swift_code,em_gpf_ac_no:d.temp1[0].em_gpf_ac_no,em_pan_no:d.temp1[0].em_pan_no,em_labour_card_no:d.temp1[0].em_labour_card_no,en_labour_card_expiry_date:d.temp1[0].en_labour_card_expiry_date,em_gosi_ac_no:d.temp1[0].em_gosi_ac_no,em_gosi_start_date:d.temp1[0].em_gosi_start_date,em_national_id:d.temp1[0].em_national_id,em_secret_question_code:d.temp1[0].em_secret_question_code,em_secret_answer:d.temp1[0].em_secret_answer,em_building_number:d.temp1[0].em_building_number,em_Company_Code:d.temp1[0].em_Company_Code,em_Dept_Code:d.temp1[0].em_Dept_Code,em_Designation_Code:d.temp1[0].em_Designation_Code,em_Dest_Code:d.temp1[0].em_Dest_Code,em_Grade_Code:d.temp1[0].em_Grade_Code,em_Marital_Status_Code:d.temp1[0].em_Marital_Status_Code,em_Nation_Code:d.temp1[0].em_Nation_Code,em_Country_Code:d.temp1[0].em_Country_Code,em_State_Code:d.temp1[0].em_State_Code,em_City_Code:d.temp1[0].em_City_Code,em_Religion_Code:d.temp1[0].em_Religion_Code,em_Salutation_Code:d.temp1[0].em_Salutation_Code,em_Sex_Code:d.temp1[0].em_Sex_Code,em_Staff_Type_Code:d.temp1[0].em_Staff_Type_Code,em_blood_group_code:d.temp1[0].em_blood_group_code,em_date_of_birth:d.temp1[0].em_date_of_birth,em_date_of_join:d.temp1[0].em_date_of_join,em_dept_effect_from:d.temp1[0].em_dept_effect_from,em_email:d.temp1[0].em_email,em_emergency_contact_name1:d.temp1[0].em_emergency_contact_name1,em_emergency_relation1:d.temp1[0].em_emergency_relation1,em_emergency_relation2:d.temp1[0].em_emergency_relation2,em_emergency_contact_number1:d.temp1[0].em_emergency_contact_number1,em_first_name:d.temp1[0].em_first_name,em_grade_effect_from:d.temp1[0].em_grade_effect_from,em_last_name:d.temp1[0].em_last_name,em_middle_name:d.temp1[0].em_middle_name,em_mobile:d.temp1[0].em_mobile,em_name_ot:d.temp1[0].em_name_ot,em_national_id_expiry_date:d.temp1[0].em_national_id_expiry_date,em_national_id_issue_date:d.temp1[0].em_national_id_issue_date,em_passport_exp_date:d.temp1[0].em_passport_exp_date,em_passport_issue_date:d.temp1[0].em_passport_issue_date,em_passport_no:d.temp1[0].em_passport_no,em_summary_address:d.temp1[0].em_summary_address,em_summary_address_local_language:d.temp1[0].em_summary_address_local_language,em_visa_exp_date:d.temp1[0].em_visa_exp_date,em_stop_salary_from:d.temp1[0].em_stop_salary_from,em_visa_issue_date:d.temp1[0].em_visa_issue_date,em_visa_no:d.temp1[0].em_visa_no,comn_role_code:d.temp1[0].comn_role_code,comn_role_name:d.temp1[0].comn_role_name,em_img:d.temp1[0].em_img,em_accommodation_status:d.temp1[0].em_accommodation_status,em_personalemail:d.temp1[0].em_personalemail,em_adec_approval_number:d.temp1[0].em_adec_approval_number,em_adec_approval_Date:d.temp1[0].em_adec_approval_Date,em_adec_approved_qualification:d.temp1[0].em_adec_approved_qualification,em_adec_approved_designation:d.temp1[0].em_adec_approved_designation,em_adec_approved_subject:d.temp1[0].em_adec_approved_subject,em_adec_approved_level:d.temp1[0].em_adec_approved_level,em_health_card_no:d.temp1[0].em_health_card_no,em_health_card_effective_from_date:d.temp1[0].em_health_card_effective_from_date,em_health_card_effective_upto_date:d.temp1[0].em_health_card_effective_upto_date,em_heath_card_status:d.temp1[0].em_heath_card_status,em_teacher_status:d.temp1[0].em_teacher_status,em_house:d.temp1[0].em_house,en_labour_card_issue_date:d.temp1[0].en_labour_card_issue_date,em_disengagement_type:d.temp1[0].em_disengagement_type,offer_letter_doc:d.temp1[0].offer_letter_doc,em_expected_date_of_join:d.temp1[0].em_expected_date_of_join,em_offer_letter_send_date:d.temp1[0].em_offer_letter_send_date,em_interview_date:d.temp1[0].em_interview_date,em_probation_completion_date:d.temp1[0].em_probation_completion_date,em_probation_period_days:d.temp1[0].em_probation_period_days,em_probation_confirmation_date:d.temp1[0].em_probation_confirmation_date,em_khda_noc_required:d.temp1[0].em_khda_noc_required,em_khda_noc_submitted:d.temp1[0].em_khda_noc_submitted,em_pro_visa_number:d.temp1[0].em_pro_visa_number,em_visa_uid:d.temp1[0].em_visa_uid,em_sponser_name:d.temp1[0].em_sponser_name,em_relation:d.temp1[0].em_relation,visa_num:d.temp1[0].visa_num,visa_issue_date:d.temp1[0].visa_issue_date,visa_exp_date:d.temp1[0].visa_exp_date,em_left_date:d.temp1[0].em_left_date,em_employer_visa_required:d.temp1[0].em_employer_visa_required,em_employer_labor_required:d.temp1[0].em_employer_labor_required,em_accommodation_required:d.temp1[0].em_accommodation_required,em_health_card_required:d.temp1[0].em_health_card_required,em_medical_insurance_required:d.temp1[0].em_medical_insurance_required,pays_payroll_display_order:d.temp1[0].pays_payroll_display_order,em_probation_extension_days:d.temp1[0].em_probation_extension_days,em_probation_extension_completion_date:d.temp1[0].em_probation_extension_completion_date,em_visa_status_code:d.temp1[0].em_visa_status_code,em_emirates_status_code:d.temp1[0].em_emirates_status_code,em_labour_status_code:d.temp1[0].em_labour_status_code,fnf_settlement_status:d.temp1[0].fnf_settlement_status,fnf_settlement_doc_submission_date:d.temp1[0].fnf_settlement_doc_submission_date,fnf_settlement_clearance_date:d.temp1[0].fnf_settlement_clearance_date,em_pan_no:d.temp1[0].em_pan_no},$("#employ_slot").select2("val",d.temp1[0].em_pan_no),d.terminate=!1,d.getstate(d.temp.em_Country_Code),d.getcity(d.temp.em_State_Code),d.reporting();var t=i.docUrl+n.defaults.headers.common.schoolId+"/Images/EmployeeImages/"+d.temp1[0].em_img;$(function(){$("#empimg").attr("src",t)}),d.getQualiByEmpcode=function(e){n.get(i.apiUrl+"api/Qualification/getQualificationByEmployee?emp_code="+d.temp1[0].em_login_code).then(function(e){d.qualiList=e.data,d.combo_multiple=!0})},d.getQualiByEmpcode(),n.get(i.apiUrl+"api/EmpExp/getEmployeeExp?em_login_code="+d.temp1[0].em_login_code).then(function(e){d.ExperienceList=e.data,d.showExperinceList=!0}),d.demmo=!0,$("#from_date").data("kendoDatePicker").enable(!1),$("#from_date").data("kendoDatePicker").enable(!1),$("#from_date").data("kendoDatePicker").enable(!1),$("#from_date1").data("kendoDatePicker").enable(!1),$("#from_date2").data("kendoDatePicker").enable(!1),$("#from_date3").data("kendoDatePicker").enable(!1),$("#from_date4").data("kendoDatePicker").enable(!1),d.showEmpDocumentList(d.temp1[0].em_login_code)})},d.drop=function(){document.getElementById("select74").addDisabled=!0;document.getElementById("select74").disabled=!0};var s,_,c=new FormData,l=(d.getTheFiles=function(o){angular.forEach(o,function(e,t){c.append(t,e);for(var a=0;a<o.length;a++)8e5<o[a].size&&(d.filesize=!1,d.edt.photoStatus=!1,swal({text:"File Should Not be Exceed 800Kb.",imageUrl:"assets/img/notification-alert.png"}))})},d.file_changed=function(e){var t,e=e.files[0];d.photo_filename=e.type,null!=d.photo_filename||""!=d.photo_filename?"jpeg"==(t=d.photo_filename.split("/"))[1]||"jpg"==t[1]||"png"==t[1]?((t=new FileReader).onload=function(t){d.$apply(function(){var e=t.target.result;$(function(){$("#empimg").attr("src",e)})})},t.readAsDataURL(e)):(swal({text:"Only jpeg and png image format supported."}),$("#empimg").attr("src","")):(swal({text:"Image format not supported."}),$("#empimg").attr("src",""))},d.uploadImgClickF=function(){d.uploadImgClickFShow=!0},d.uploadImgCancel=function(){d.uploadImgClickFShow=!1},d.image_click=function(){d.ImgLoaded=!0},d.globalSearch=function(){$("#MyModal").modal("show"),d.showBtn=!1},d.EmployeeDetails=function(){d.NodataEmployee=!1,n.post(i.apiUrl+"api/common/SearchEmployee?data="+JSON.stringify(d.temp)).then(function(e){d.Employee_Details=e.data,d.EmployeeTable=!0,0<e.data.length||(d.NodataEmployee=!0)})},d.EmployeeAdd=function(e){d.temp={enroll_number:e.em_login_code,emp_name:e.empName,emp_desg:e.desg_name,emp_dept:e.dept_name}},d.checkEmailExists=function(e){d.temp1[0].em_email!=e&&n.post(i.apiUrl+"api/HRMS/checkEmailExists?email_id="+e).then(function(e){if(d.comnUserData=e.data,0<d.comnUserData.length)return swal({text:"Official email id already exists!!",width:350}),d.temp.em_email="",!1})},d.change_em_teacher_status=function(){"T"!=d.temp.em_Staff_Type_Code?d.temp.em_teacher_status=!1:d.temp.em_teacher_status=!0},d.SaveData=function(e){e?(d.saveBtn=!0,d.updateBtn=!0,e=d.temp,void 0===d.photo_filename?e.em_img=null:e.em_img="."+d.photo_filename.split("/")[1],e.opr="I",n.post(i.apiUrl+"api/HRMS/lems/CUMasterEmployee",e).then(function(e){d.CUDobj={},d.CUDobj=e.data,null==d.CUDobj.strMessage&&""==d.CUDobj.strMessage&&null==d.CUDobj.strMessage||(swal({text:"Employee with id= "+d.CUDobj.strMessage+" created  successfully."}),d.saveQualification(d.CUDobj.strMessage),d.saveExperience(d.CUDobj.strMessage),d.Cancel(),setTimeout(function(){d.saveBtn=!1,d.updateBtn=!1},3e3));e=d.CUDobj.strMessage.split(" ")[2],e={method:"POST",url:i.apiUrl+"/api/file/upload?filename="+e+"&location=/EmployeeImages",data:c,headers:{"Content-Type":void 0}};n(e).success(function(e){})})):swal({text:"Kindly fill Mandatory fields",width:350,timer:5e3,showCloseButton:!0})},d.UpdateData=function(e){var t;d.disabled=!0,e?(d.saveBtn=!0,d.updateBtn=!0,e=Math.floor(1e3*Math.random()+1),t=d.temp,void 0!==d.photo_filename&&(t.em_img=d.temp.em_login_code+e+".png"),t.opr="U",t.subopr="Up",n.post(i.apiUrl+"api/HRMS/lems/CUMasterEmployee",t).then(function(e){d.CUDobj={},d.CUDobj=e.data,null==d.CUDobj.strMessage&&""==d.CUDobj.strMessage&&null==d.CUDobj.strMessage||(swal({text:d.CUDobj.strMessage}),d.updateQualification(),d.updateExperience(),setTimeout(function(){d.Cancel(),d.saveBtn=!1,d.updateBtn=!1},3e3))}),1==d.ImgLoaded&&(t={method:"POST",url:i.apiUrl+"/api/file/uploadPNG?filename="+d.temp.em_login_code+e+"&location=/EmployeeImages",data:c,headers:{"Content-Type":void 0}},n(t).success(function(e){}))):swal({text:"Kindly fill Mandatory fields",width:350,timer:5e3,showCloseButton:!0})},d.saveQualification=function(e){var t=[];if(0<d.qualiList.length){for(var a=0;a<d.qualiList.length;a++){var o={emp_qual_em_code:e,emp_qual_qual_code:d.qualiList[a].emp_qual_qual_code,emp_qual_institute:d.qualiList[a].emp_qual_institute,emp_qual_type_code:d.qualiList[a].emp_qual_type_code,em_qual_from_year:d.qualiList[a].em_qual_from_year,em_qual_year:d.qualiList[a].em_qual_to_year,emp_qual_percentage:d.qualiList[a].emp_qual_percentage,emp_qual_remark:d.qualiList[a].emp_qual_remark,em_qual_status:d.qualiList[a].em_qual_status,opr:"I"};t.push(o)}n.post(i.apiUrl+"api/Qualification/CUDQualification?year=",t).then(function(e){d.qualificationmsg=e.data,d.qualiList=[],d.combo_multiple=!1})}},d.updateQualification=function(){var e=[];if(0<d.qualiList.length){for(var t=0;t<d.qualiList.length;t++){var a=d.qualiList[t].emp_qual_qual_code,a={emp_qual_em_code:d.temp.em_login_code,emp_qual_qual_code:a,emp_qual_institute:d.qualiList[t].emp_qual_institute,emp_qual_type_code:d.qualiList[t].emp_qual_type_code,em_qual_from_year:d.qualiList[t].em_qual_from_year,em_qual_year:d.qualiList[t].em_qual_to_year,emp_qual_percentage:d.qualiList[t].emp_qual_percentage,emp_qual_remark:d.qualiList[t].emp_qual_remark,em_qual_status:d.qualiList[t].em_qual_status,opr:"U"};e.push(a)}0!=d.qualiList.length?n.post(i.apiUrl+"api/Qualification/UpadateQualification?simsobj2=",e).then(function(e){d.updateQualimsg1=e.data,d.qualiList=[],d.combo_multiple=!1}):swal({text:"You not edit correct record",timer:5e3})}},d.downloadOfferLetter=function(e){d.url=i.docUrl+n.defaults.headers.common.schoolId+"/Images/EmployeeDocument/"+e,window.open(d.url)},d.addCol=function(e){d.combo_multiple=!0;for(var t=document.getElementById("qual_name"),t=t.options[t.selectedIndex].text,a=0;a<d.qualiList.length;a++)if(d.qualiList[a].emp_qual_qual_code==e)return swal({text:"Qualification Already Added !!",timer:5e3}),!1;d.qualiList.push({emp_qual_qual_name:t,emp_qual_qual_code:e}),d.Myform.$setPristine(),d.Myform.$setUntouched()},d.Removerow=function(e,t,a){a.splice(t,1)},d.addExperience=function(){d.showExperinceList=!0;d.ExperienceList.push({enroll_number:"",prev_company_name:"",prev_job_title:"",from_year:"",from_month:"",to_year:"",to_month:"",prev_job_remark:"",prev_job_responsibilities:"",prev_job_salary:"",job_status:"",em_previous_job_line_no:""})},d.saveExperience=function(e){var t=[];if(0<d.ExperienceList.length){for(var a=0;a<d.ExperienceList.length;a++){var o={enroll_number:e,co_company_code:"1",prev_company_name:d.ExperienceList[a].prev_company_name,prev_job_title:d.ExperienceList[a].prev_job_title,from_year:d.ExperienceList[a].from_year,from_month:d.ExperienceList[a].from_month,to_year:d.ExperienceList[a].to_year,to_month:d.ExperienceList[a].to_month,prev_job_responsibilities:d.ExperienceList[a].prev_job_responsibilities,prev_job_salary:d.ExperienceList[a].prev_job_salary,job_status:d.ExperienceList[a].job_status,opr:"I"};t.push(o)}n.post(i.apiUrl+"api/EmpExp/CUDEmployeeExperience",t).then(function(e){d.msgexp=e.data,d.ExperienceList=[],d.showExperinceList=!1})}},d.updateExperience=function(){var e=[];if(0<d.ExperienceList.length){for(var t=0;t<d.ExperienceList.length;t++){var a={enroll_number:d.temp.em_login_code,co_company_code:"1",prev_company_name:d.ExperienceList[t].prev_company_name,prev_job_title:d.ExperienceList[t].prev_job_title,from_year:d.ExperienceList[t].from_year,from_month:d.ExperienceList[t].from_month,to_year:d.ExperienceList[t].to_year,to_month:d.ExperienceList[t].to_month,prev_job_responsibilities:d.ExperienceList[t].prev_job_responsibilities,prev_job_salary:d.ExperienceList[t].prev_job_salary,job_status:d.ExperienceList[t].job_status,em_previous_job_line_no:d.ExperienceList[t].em_previous_job_line_no,opr:"U"};e.push(a)}n.post(i.apiUrl+"api/EmpExp/CUDEmployeeExperience",e).then(function(e){d.msgupdateExp=e.data,d.ExperienceList=[],d.showExperinceList=!1})}},d.RemoveExperinceRow=function(e,t,a){a.splice(t,1)},d.UploadImageModal=function(){$("#prevImg").val(""),d.edt.em_img="",$("#myModal").modal("show"),d.ImgLoaded=!0},d.ViewDocument=function(e){},d.getTheFiles1=function(e){d.filesize=!0,angular.forEach(e,function(e,t){c.append(t,e)})},d.uploadClick=function(e){d.filesize=!0,d.edt1=e,d.edt.photoStatus=!0,d.ins=!1,c=new FormData},d.file_changed1=function(e,t){var a,o=e.files[0],s=(d.photo_filename=o.type,d.filename1=o.name,new FileReader);s.onload=function(e){d.$apply(function(){d.prev_img=e.target.result})},s.readAsDataURL(o),e.files[0].size<2e6&&(d.edt1.count<2?(null==d.edt1.pays_doc_path||""==d.edt1.pays_doc_path?d.edt1.count=d.edt1.count:d.edt1.count=d.edt1.count+1,s={method:"POST",url:i.apiUrl+"api/EmpDocumentupload/upload?filename="+d.filename1+"&location=EmployeeDocument",data:c,headers:{"Content-Type":void 0}},a=[],n(s).success(function(e){e={pays_doc_empl_id:d.edt1.pays_doc_empl_id,pays_doc_mod_code:d.edt1.pays_doc_mod_code,pays_doc_code:d.edt1.pays_doc_code,pays_doc_path:e,pays_doc_status:"A"};a.push(e),null==e.pays_doc_path&&""==e.pays_doc_path||null!=d.edt1.pays_doc_path&&""!=d.edt1.pays_doc_path||(e.pays_doc_status="A",e.opr="I",[].push(e),n.post(i.apiUrl+"api/EmpDocumentupload/CUD_Update_student_Doc",e).then(function(e){d.ins=e.data,e.data&&(swal({text:"Document Updated Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}),d.edt1.count=d.edt1.count+1),d.showEmpDocumentList(d.edt1.pays_doc_empl_id)}))})):swal({title:"Alert",text:"Error : You Can Upload Maximum of 2 Documents For Each Document Type",showCloseButton:!0,width:380}))},d.UploadDocument=function(e){n.post(i.apiUrl+"api/EmpDocumentupload/InsertUpdateDocumentDetail?emp_id="+e).then(function(e){d.Upload_doc_datails=e.data;for(var t=0;t<d.Upload_doc_datails.length;t++)d.Upload_doc_datails[t]=e.data[t],d.visible=[],d.visible=e.data[t].pays_doc_path.split(","),d.Upload_doc_datails[t].path=d.visible,2==d.Upload_doc_datails[t].count?d.uploadcheck=!0:d.uploadcheck=!1;d.Upload_doc=!0,d.maingrid1=!1,d.maingrid2=!1,d.edt.sims_admission_doc_path1="NO"})},d.file_changedw=function(e,t){var a=e.files[0],a=(d.photo_filename=a.type,s=e.files,a.name.split(".")[1]);if("jpeg"==a||"jpg"==a||"png"==a||"pdf"==a||"docx"==a||"doc"==a){if(s.length){_=new FormData;for(var o=0;o<s.length;o++){s[o].name.split(".");_.append(s[o].name,s[o],"Web\\"+s[o].name.replace(/\s/g,""))}}(new FileReader).onload=function(e){d.$apply(function(){})},e.files[0].size<2e6&&(d.edt1.count<2?(a={method:"POST",url:i.apiUrl+"api/EmpDocumentupload/upload?filename="+d.filename1+"&location=EmployeeDocument",data:_,headers:{"Content-Type":void 0}},n(a).success(function(e){e={pays_doc_empl_id:d.edt1.pays_doc_empl_id,pays_doc_mod_code:d.edt1.pays_doc_mod_code,pays_doc_code:d.edt1.pays_doc_code,pays_doc_desc:d.edt1.pays_doc_desc,pays_doc_path:e,pays_doc_issue_date:"null",pays_doc_expiry_date:"null",pays_doc_status:"A",pays_doc_srno:""};null==e.pays_doc_path&&""==e.pays_doc_path||(e.opr="I",n.post(i.apiUrl+"api/EmpDocumentupload/CUD_Update_student_Doc",e).then(function(e){d.ins=e.data,e.data&&(swal({text:"Document Updated Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}),d.edt1.count=d.edt1.count+1),d.allDocument()}))})):swal({title:"Alert",text:"Error : You Can Upload Maximum of 2 Documents For Each Document Type",showCloseButton:!0,width:380}))}else swal({title:"Alert",text:"Document type not allowed",showCloseButton:!0,width:380})},d.doc_delete=function(e,t,a){n.post(i.apiUrl+"api/EmpDocumentupload/DocumentDeleteNew?emp_no="+a+"&doc_code="+t+"&doc_sro="+e).then(function(e){d.del=e.data,e.data&&swal({text:"Document Deleted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}),d.showEmpDocumentList(a)})},d.showEmpDocumentList=function(e){n.post(i.apiUrl+"api/EmpDocumentupload/DocumentdetailData",{pays_doc_empl_id:e,show:"all"}).then(function(e){d.DocumentdetailsData=e.data;for(var t=0;t<d.DocumentdetailsData.length;t++)d.DocumentdetailsData[t]=e.data[t],d.visible=[],d.visible=e.data[t].pays_doc_path.split(","),d.DocumentdetailsData[t].path=d.visible})},d.UploadDocumentModal=function(e){d.filenameassigningData=e,$("#DocumenModal").modal("show")},d.hideDocModal=function(){d.showFileName=!0,d.filename1=d.filename_doc,null!=d.filename1&&""!=d.filename1&&null!=d.filename1||(d.showFileName=!1),d.filenameassigningData.pays_doc_path=d.filename1,$("#DocumenModal").modal("hide")},d.getTheDocFiles=function(e){angular.forEach(e,function(e,t){c.append(t,e)})},!(d.file_changed_doc=function(e){var e=e.files[0],t=(d.filename_doc=e.name,d.edt={employeeDocument:d.filename_doc},$.extend(d.edt,d.edt),d.photo_filename_doc=e.name,d.photo_filename_doc.split(".")),t=(d.photo_filename_doc.split(".")[t.length-1],d.photo_filename_doc=e.type,new FileReader);t.onload=function(e){d.$apply(function(){})},t.readAsDataURL(e)}));d.getRegDate=function(e,t){l=!1,$("#dateModal").modal({backdrop:"static",keyboard:!0}),e.ischecked=!0,"issue"==t?(l=!0,d.doc={reg_date:e.pays_doc_issue_date}):(l=!1,d.doc={reg_date:e.pays_doc_expiry_date})},d.getDatedetails=function(){for(var e=0;e<d.finalData.length;e++)for(var t=0;t<d.finalData[e].arr.length;t++)if(1==d.finalData[e].arr[t].ischecked){1==l?d.finalData[e].arr[t].pays_doc_issue_date=d.doc.reg_date:d.finalData[e].arr[t].pays_doc_expiry_date=d.doc.reg_date,d.finalData[e].arr[t].ischecked=!1;break}},d.saveDocument=function(e){var t=[],a=!1,e=(d.showUpdateBtn=!1,document.getElementById("file1_doc").value="",d.filename_doc=e.pays_doc_empl_id+"_"+e.pays_doc_desc1,d.strd=d.filename_doc,d.filename_doc=d.strd.replace(/[\/\\#, +$~%'":*?<>{}]/g,"_"),""==e.pays_doc_srno&&(d.showUpdateBtn=!(a=!0),o={pays_doc_empl_id:e.pays_doc_empl_id,pays_doc_mod_code:e.pays_doc_mod_code,pays_doc_code:e.pays_doc_code,pays_doc_desc:e.pays_doc_desc,pays_doc_path:e.pays_doc_path,pays_doc_issue_date:e.pays_doc_issue_date,pays_doc_expiry_date:e.pays_doc_expiry_date,pays_doc_status:!0},t.push(o)),d.pays_doc_empl_id=e.pays_doc_empl_id,d.pays_doc_desc1=e.pays_doc_desc1,d.photo_filename_doc.split("/")[1]),o=(d.filename1=d.filename_doc+"."+e,[]),e=[];if(null==d.photo_filename_doc||""==d.photo_filename_doc)swal({title:"Alert",text:"Please Select File",width:300,height:200});else{if(1==a)for(var s=0;s<t.length;s++)o={pays_doc_empl_id:t[s].pays_doc_empl_id,pays_doc_mod_code:t[s].pays_doc_mod_code,pays_doc_code:t[s].pays_doc_code,pays_doc_desc:t[s].pays_doc_desc,pays_doc_path:d.filename1,pays_doc_issue_date:t[s].pays_doc_issue_date,pays_doc_expiry_date:t[s].pays_doc_expiry_date,pays_doc_status:!0,opr:"I"};e.push(o);a={method:"POST",url:i.apiUrl+"/api/EmpDocumentupload/upload?filename="+d.filename1+"&location=EmployeeDocument",data:c,headers:{"Content-Type":void 0}};n(a).success(function(e){},function(){}),n.post(i.apiUrl+"api/EmpDocumentupload/InsertUpdateDocumentDetail",e).then(function(e){d.msg1_doc=e.data,$("#DocumenModal").modal("hide"),1==d.msg1_doc?(d.photo_filename_doc="",d.showEmpDocumentList(d.temp.em_login_code)):0!=d.msg1_doc&&d.showEmpDocumentList(d.temp.em_login_code)},function(){$("#ErrorMessage").modal({backdrop:"static"})})}},d.uploadDocument1=function(e){var t=[],a=!1,e=(d.showUpdateBtn=!1,document.getElementById("file1_doc").value="",d.filename_doc=e.pays_doc_empl_id+"_"+e.pays_doc_desc1,""==e.pays_doc_srno&&(d.showUpdateBtn=!(a=!0),o={pays_doc_empl_id:e.pays_doc_empl_id,pays_doc_mod_code:e.pays_doc_mod_code,pays_doc_code:e.pays_doc_code,pays_doc_desc:e.pays_doc_desc,pays_doc_path:e.pays_doc_path,pays_doc_issue_date:e.pays_doc_issue_date,pays_doc_expiry_date:e.pays_doc_expiry_date,pays_doc_status:!0},t.push(o)),d.pays_doc_empl_id=e.pays_doc_empl_id,d.pays_doc_desc1=e.pays_doc_desc1,d.photo_filename_doc.split("/")[1]),o=(d.filename1=d.filename_doc+"."+e,[]),e=[];if(null==d.photo_filename_doc||""==d.photo_filename_doc)swal({title:"Alert",text:"Please Select File",width:300,height:200});else{if(1==a)for(var s=0;s<t.length;s++)o={pays_doc_empl_id:t[s].pays_doc_empl_id,pays_doc_mod_code:t[s].pays_doc_mod_code,pays_doc_code:t[s].pays_doc_code,pays_doc_desc:t[s].pays_doc_desc,pays_doc_path:d.filename1,pays_doc_issue_date:t[s].pays_doc_issue_date,pays_doc_expiry_date:t[s].pays_doc_expiry_date,pays_doc_status:!0,opr:"I"};e.push(o);a={method:"POST",url:i.apiUrl+"/api/EmpDocumentupload/upload?filename="+d.filename1+"&location=EmployeeDocument",data:c,headers:{"Content-Type":void 0}};n(a).success(function(e){},function(){}),n.post(i.apiUrl+"api/EmpDocumentupload/InsertUpdateDocumentDetail",e).then(function(e){d.msg1_doc=e.data,$("#DocumenModal").modal("hide"),1==d.msg1_doc?(d.photo_filename_doc="",swal({text:"Document Uploaded successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}),d.showEmpDocumentList(d.temp.em_login_code)):0==d.msg1_doc?swal({text:"Document Not Uploaded",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}):(swal("Error-"+d.msg1_doc),d.showEmpDocumentList(d.temp.em_login_code))},function(){$("#ErrorMessage").modal({backdrop:"static"})})}},d.UpdateDocument=function(e){var t=[],a=(d.showUpdateBtn=!1,document.getElementById("file1_doc").value="",new Date),o=(d.filename_doc=e.pays_doc_empl_id+"_"+e.pays_doc_desc1+"_"+a.getHours()+a.getSeconds(),d.strd=d.filename_doc,d.filename_doc=d.strd.replace(/[\/\\#, +$~%'":*?<>{}]/g,"_"),(""==e.pays_doc_srno?(d.showUpdateBtn=!!0,o={pays_doc_empl_id:e.pays_doc_empl_id,pays_doc_mod_code:e.pays_doc_mod_code,pays_doc_code:e.pays_doc_code,pays_doc_desc:e.pays_doc_desc,pays_doc_path:e.pays_doc_path,pays_doc_issue_date:e.pays_doc_issue_date,pays_doc_expiry_date:e.pays_doc_expiry_date,pays_doc_status:!0},[]):(d.showUpdateBtn=!!1,o={pays_doc_srno:e.pays_doc_srno,pays_doc_empl_id:e.pays_doc_empl_id,pays_doc_mod_code:e.pays_doc_mod_code,pays_doc_code:e.pays_doc_code,pays_doc_desc:e.pays_doc_desc,pays_doc_path:e.pays_doc_path,pays_doc_issue_date:e.pays_doc_issue_date,pays_doc_expiry_date:e.pays_doc_expiry_date,pays_doc_status:!0},t)).push(o),d.pays_doc_empl_id=e.pays_doc_empl_id,d.pays_doc_desc1=e.pays_doc_desc1,[]),a=[];if(null==d.photo_filename_doc||""==d.photo_filename_doc||null==d.photo_filename_doc){for(var s=0;s<t.length;s++)o={pays_doc_srno:t[s].pays_doc_srno,pays_doc_empl_id:t[s].pays_doc_empl_id,pays_doc_mod_code:t[s].pays_doc_mod_code,pays_doc_code:t[s].pays_doc_code,pays_doc_desc:t[s].pays_doc_desc,pays_doc_path:t[s].pays_doc_path,pays_doc_issue_date:t[s].pays_doc_issue_date,pays_doc_expiry_date:t[s].pays_doc_expiry_date,pays_doc_status:!0,opr:"U"};a.push(o)}else{e=d.photo_filename_doc.split("/")[1];d.filename1=d.filename_doc+"."+e;for(s=0;s<t.length;s++)o={pays_doc_srno:t[s].pays_doc_srno,pays_doc_empl_id:t[s].pays_doc_empl_id,pays_doc_mod_code:t[s].pays_doc_mod_code,pays_doc_code:t[s].pays_doc_code,pays_doc_desc:t[s].pays_doc_desc,pays_doc_path:d.filename1,pays_doc_issue_date:t[s].pays_doc_issue_date,pays_doc_expiry_date:t[s].pays_doc_expiry_date,pays_doc_status:!0,opr:"U"};a.push(o);e={method:"POST",url:i.apiUrl+"/api/EmpDocumentupload/upload?filename="+d.filename1+"&location=EmployeeDocument",data:c,headers:{"Content-Type":void 0}};n(e).success(function(e){},function(){alert("Err")})}n.post(i.apiUrl+"api/EmpDocumentupload/InsertUpdateDocumentDetail",a).then(function(e){d.msg1updatedoc=e.data,$("#DocumenModal").modal("hide"),1==d.msg1updatedoc?(swal({text:"Document Uploaded successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}),d.showEmpDocumentList(d.temp.em_login_code),d.photo_filename_doc=""):0==d.msg1updatedoc?(swal({text:"Document Not Uploaded",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}),d.showEmpDocumentList(d.temp.em_login_code)):swal({text:d.msg1updatedoc,imageUrl:"assets/img/check.png",showCloseButton:!0,width:380})},function(){$("#ErrorMessage").modal({backdrop:"static"})})},d.deleteDoc=function(e){var t={pays_doc_code:e.pays_doc_code,pays_doc_srno:e.pays_doc_srno,pays_doc_empl_id:e.pays_doc_empl_id};swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,confirmButtonText:"Yes",showCancelButton:!0,width:380,cancelButtonText:"No"}).then(function(e){e&&n.post(i.apiUrl+"api/EmpDocumentupload/DocumentDelete",t).then(function(e){d.msg1=e.data,1==d.msg1?swal({text:"Document deleted successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&d.showEmpDocumentList(d.temp.em_login_code)}):0==d.msg1?swal({text:"Document not deleted",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){}):swal({text:d.msg1,showCloseButton:!0,width:380}).then(function(e){})})})},d.downloaddoc=function(e){d.url=i.docUrl+n.defaults.headers.common.schoolId+"/Images/EmployeeDocument/"+e,window.open(d.url)}}]),e.directive("ngFiles",["$parse",function(s){return{link:function(t,e,a){var o=s(a.ngFiles);e.on("change",function(e){o(t,{$files:e.target.files})})}}}])}(),function(){"use strict";var r=angular.module("sims.module.HRMS");r.controller("UpdateEmployeeProfileCont",["$scope","$compile","$state","$rootScope","$timeout","gettextCatalog","$locale","$http","ENV",function(n,e,t,a,o,s,i,d,_){var a=a.globals.currentUser.username,c=(n.Emp_ID=a,n.updatebtn=!0,n.imgupload=!0,n.addDisabled=!0,n.combo_multiple=!1,n.addDisabled=!0,n.combo_multiple=!1,n.qualiList=[],n.ExperienceList=[],n.showFileName=!1,n.edt={},n.temp={},n.popobj={},n.doc={},"clarionschool"==d.defaults.headers.common.schoolId?(n.updatebtn=!1,n.imgupload=!1):(n.updatebtn=!0,n.imgupload=!0),d.get(_.apiUrl+"api/EmpProfile/GetEPData").then(function(e){n.obj=e.data,n.operation=!0,n.Save_btn=!0,n.display=!0}),d.get(_.apiUrl+"api/HRMS/getCompany").then(function(e){n.company_data=e.data}),d.get(_.apiUrl+"api/Qualification/getQualificationName").then(function(e){n.Qualification_Name=e.data}),d.get(_.apiUrl+"api/Qualification/getQualificationType").then(function(e){n.qual_type_data=e.data}),n.AddEnable=function(){n.addDisabled=!1},d.get(_.apiUrl+"api/EmpExp/getMonthName").then(function(e){n.month_data=e.data}),n.getdata=function(){d.get(_.apiUrl+"api/EmpProfile/GetEmployeeProfileData?em_login_code="+n.Emp_ID).then(function(e){n.temp1=e.data,n.temp={em_login_code:n.temp1[0].em_login_code,em_number:n.temp1[0].em_number,em_service_status_code:n.temp1[0].em_service_status_code,em_status_code:n.temp1[0].em_status_code,em_apartment_number:n.temp1[0].em_apartment_number,em_family_name:n.temp1[0].em_family_name,em_street_number:n.temp1[0].em_street_number,em_area_number:n.temp1[0].em_area_number,em_phone:n.temp1[0].em_phone,em_fax:n.temp1[0].em_fax,em_post:n.temp1[0].em_post,em_emergency_contact_name2:n.temp1[0].em_emergency_contact_name2,em_emergency_contact_number2:n.temp1[0].em_emergency_contact_number2,em_joining_ref:n.temp1[0].em_joining_ref,em_ethnicity_code:n.temp1[0].em_ethnicity_code,em_handicap_status:n.temp1[0].em_handicap_status,em_stop_salary_indicator:n.temp1[0].em_stop_salary_indicator,em_agreement:n.temp1[0].em_agreement,em_punching_status:n.temp1[0].em_punching_status,em_bank_cash_tag:n.temp1[0].em_bank_cash_tag,em_citi_exp_tag:n.temp1[0].em_citi_exp_tag,em_leave_tag:n.temp1[0].em_leave_tag,em_passport_issue_place:n.temp1[0].em_passport_issue_place,em_passport_issuing_authority:n.temp1[0].em_passport_issuing_authority,em_pssport_exp_rem_date:n.temp1[0].em_pssport_exp_rem_date,em_visa_issuing_place:n.temp1[0].em_visa_issuing_place,em_visa_issuing_authority:n.temp1[0].em_visa_issuing_authority,em_visa_exp_rem_date:n.temp1[0].em_visa_exp_rem_date,em_visa_type_code:n.temp1[0].em_visa_type_code,em_agreement_start_date:n.temp1[0].em_agreement_start_date,em_agreement_exp_date:n.temp1[0].em_agreement_exp_date,em_agreemet_exp_rem_date:n.temp1[0].em_agreemet_exp_rem_date,em_punching_id:n.temp1[0].em_punching_id,em_dependant_full:n.temp1[0].em_dependant_full,em_dependant_half:n.temp1[0].em_dependant_half,em_dependant_infant:n.temp1[0].em_dependant_infant,em_Bank_Code:n.temp1[0].em_Bank_Code,em_bank_ac_no:n.temp1[0].em_bank_ac_no,em_iban_no:n.temp1[0].em_iban_no,em_route_code:n.temp1[0].em_route_code,em_bank_swift_code:n.temp1[0].em_bank_swift_code,em_gpf_ac_no:n.temp1[0].em_gpf_ac_no,em_pan_no:n.temp1[0].em_pan_no,em_labour_card_no:n.temp1[0].em_labour_card_no,em_gosi_ac_no:n.temp1[0].em_gosi_ac_no,em_gosi_start_date:n.temp1[0].em_gosi_start_date,em_national_id:n.temp1[0].em_national_id,em_secret_question_code:n.temp1[0].em_secret_question_code,em_secret_answer:n.temp1[0].em_secret_answer,em_building_number:n.temp1[0].em_building_number,em_Company_Code:n.temp1[0].em_Company_Code,em_Dept_Code:n.temp1[0].em_Dept_Code,em_Designation_Code:n.temp1[0].em_Designation_Code,em_Dest_Code:n.temp1[0].em_Dest_Code,em_Grade_Code:n.temp1[0].em_Grade_Code,em_Marital_Status_Code:n.temp1[0].em_Marital_Status_Code,em_Nation_Code:n.temp1[0].em_Nation_Code,em_Country_Code:n.temp1[0].em_Country_Code,em_State_Code:n.temp1[0].em_State_Code,em_City_Code:n.temp1[0].em_City_Code,em_Religion_Code:n.temp1[0].em_Religion_Code,em_Salutation_Code:n.temp1[0].em_Salutation_Code,em_Sex_Code:n.temp1[0].em_Sex_Code,em_Staff_Type_Code:n.temp1[0].em_Staff_Type_Code,em_blood_group_code:n.temp1[0].em_blood_group_code,em_date_of_birth:n.temp1[0].em_date_of_birth,em_date_of_join:n.temp1[0].em_date_of_join,em_dept_effect_from:n.temp1[0].em_dept_effect_from,em_email:n.temp1[0].em_email,em_emergency_contact_name1:n.temp1[0].em_emergency_contact_name1,em_emergency_contact_number1:n.temp1[0].em_emergency_contact_number1,em_first_name:n.temp1[0].em_first_name,em_grade_effect_from:n.temp1[0].em_grade_effect_from,em_last_name:n.temp1[0].em_last_name,em_middle_name:n.temp1[0].em_middle_name,em_mobile:n.temp1[0].em_mobile,em_name_ot:n.temp1[0].em_name_ot,em_national_id_expiry_date:n.temp1[0].em_national_id_expiry_date,em_national_id_issue_date:n.temp1[0].em_national_id_issue_date,em_passport_exp_date:n.temp1[0].em_passport_exp_date,em_passport_issue_date:n.temp1[0].em_passport_issue_date,em_passport_no:n.temp1[0].em_passport_no,em_summary_address:n.temp1[0].em_summary_address,em_summary_address_local_language:n.temp1[0].em_summary_address_local_language,em_visa_exp_date:n.temp1[0].em_visa_exp_date,em_stop_salary_from:n.temp1[0].em_stop_salary_from,em_visa_issue_date:n.temp1[0].em_visa_issue_date,em_visa_no:n.temp1[0].em_visa_no,em_img:n.temp1[0].em_img,em_resident_in_qatar_since:n.temp1[0].em_resident_in_qatar_since,em_remarks_awards:n.temp1[0].em_remarks_awards,em_name_of_spouse:n.temp1[0].em_name_of_spouse,em_Spouse_Designation_Code:n.temp1[0].em_Spouse_Designation_Code,em_spouse_organization:n.temp1[0].em_spouse_organization,em_spouse_qatar_id:n.temp1[0].em_spouse_qatar_id,em_spouse_contact_number:n.temp1[0].em_spouse_contact_number,pays_work_type_code:n.temp1[0].pays_work_type_code,pays_work_type_name:n.temp1[0].pays_work_type_name,em_labour_card_no:n.temp1[0].em_labour_card_no,em_work_permit_issue_date:n.temp1[0].em_work_permit_issue_date,em_work_permit_expiry_date:n.temp1[0].em_work_permit_expiry_date,em_personalemail:n.temp1[0].em_personalemail};var e=Math.random(),t=_.docUrl+d.defaults.headers.common.schoolId+"/Images/EmployeeImages/"+n.temp1[0].em_img+"?v="+e;$(function(){$("#empimg").attr("src",t)}),n.getQualiByEmpcode=function(e){d.get(_.apiUrl+"api/Qualification/getQualificationByEmployee?emp_code="+n.Emp_ID).then(function(e){n.qualiList=e.data,console.log("qualiList",n.qualiList),n.combo_multiple=!0})},n.getQualiByEmpcode(),d.get(_.apiUrl+"api/EmpExp/getEmployeeExp?em_login_code="+n.Emp_ID).then(function(e){n.ExperienceList=e.data,console.log("ExperienceList",n.ExperienceList),n.showExperinceList=!0}),n.showEmpDocumentList(n.Emp_ID)})},n.getdata(),n.getQualiByEmpcode=function(e){d.get(_.apiUrl+"api/Qualification/getQualificationByEmployee?emp_code="+e).then(function(e){n.qualiList=e.data,n.showQualiMsg=!1,0<n.qualiList.length?n.showQualiMsg=!1:n.showQualiMsg=!0})},n.getExpByEmpcode=function(e){d.get(_.apiUrl+"api/EmpProfile/GetSpecificEmployeeExp?em_login_code="+e).then(function(e){n.expList=e.data,n.experience=0,n.showMsg=!1,0<n.expList.length?(angular.forEach(n.expList,function(e,t){n.experience=parseFloat(n.experience)+parseFloat(e.total_experience)}),n.total_experience=n.experience,n.showMsg=!1):n.showMsg=!0})},n.UpdateData=function(e){e?(e=n.temp,void 0!==n.photo_filename&&(n.temp.em_img="",e.em_img=n.temp.em_login_code+"."+n.photo_filename.split("/")[1]),e.opr="U",d.post(_.apiUrl+"api/EmpProfile/UpdateProile",e).then(function(e){n.CUDobj=e.data,swal({text:n.CUDobj.strMessage,timer:1e4,width:360}),n.updateQualification(),n.updateExperience(),n.getdata()}),1==n.ImgLoaded&&(e={method:"POST",url:_.apiUrl+"/api/file/upload?filename="+n.temp.em_login_code+"&location=/EmployeeImages",data:c,headers:{"Content-Type":void 0}},d(e).success(function(e){})),n.searchText=!1):swal({text:"Kindly fill mandatory field",timer:5e3,width:360})},n.updateQualification=function(){var e=[];if(0<n.qualiList.length){for(var t=0;t<n.qualiList.length;t++){var a=n.qualiList[t].emp_qual_qual_code,a={emp_qual_em_code:n.temp.em_login_code,emp_qual_qual_code:a,emp_qual_institute:n.qualiList[t].emp_qual_institute,emp_qual_type_code:n.qualiList[t].emp_qual_type_code,em_qual_from_year:n.qualiList[t].em_qual_from_year,em_qual_year:n.qualiList[t].em_qual_to_year,emp_qual_percentage:n.qualiList[t].emp_qual_percentage,emp_qual_remark:n.qualiList[t].emp_qual_remark,em_qual_status:n.qualiList[t].em_qual_status,opr:"U"};e.push(a)}0!=n.qualiList.length?d.post(_.apiUrl+"api/Qualification/UpadateQualification?simsobj2=",e).then(function(e){n.updateQualimsg1=e.data,console.log(n.updateQualimsg1),n.qualiList=[],n.combo_multiple=!1}):swal({text:"You not edit correct record",timer:5e3})}},n.addCol=function(e){n.combo_multiple=!0;for(var t=document.getElementById("qual_name"),t=t.options[t.selectedIndex].text,a=0;a<n.qualiList.length;a++)if(n.qualiList[a].emp_qual_qual_code==e)return swal({text:"Qualification Already Added !!",timer:5e3}),!1;n.qualiList.push({emp_qual_qual_name:t,emp_qual_qual_code:e}),n.Myform.$setPristine(),n.Myform.$setUntouched()},n.Removerow=function(e,t,a){a.splice(t,1)},n.addExperience=function(){n.showExperinceList=!0;n.ExperienceList.push({enroll_number:"",prev_company_name:"",prev_job_title:"",from_year:"",from_month:"",to_year:"",to_month:"",prev_job_remark:"",prev_job_responsibilities:"",prev_job_salary:"",job_status:"",em_previous_job_line_no:""})},n.updateExperience=function(){var e=[];if(0<n.ExperienceList.length){for(var t=0;t<n.ExperienceList.length;t++){var a={enroll_number:n.temp.em_login_code,co_company_code:"1",prev_company_name:n.ExperienceList[t].prev_company_name,prev_job_title:n.ExperienceList[t].prev_job_title,from_year:n.ExperienceList[t].from_year,from_month:n.ExperienceList[t].from_month,to_year:n.ExperienceList[t].to_year,to_month:n.ExperienceList[t].to_month,prev_job_responsibilities:n.ExperienceList[t].prev_job_responsibilities,prev_job_salary:n.ExperienceList[t].prev_job_salary,job_status:n.ExperienceList[t].job_status,em_previous_job_line_no:n.ExperienceList[t].em_previous_job_line_no,opr:"U"};e.push(a)}d.post(_.apiUrl+"api/EmpExp/CUDEmployeeExperience",e).then(function(e){n.msgupdateExp=e.data,console.log("emp exp update",n.msgupdateExp),n.ExperienceList=[],n.showExperinceList=!1})}},n.RemoveExperinceRow=function(e,t,a){a.splice(t,1)},n.imageUrl=_.docUrl+d.defaults.headers.common.schoolId+"/Images/EmployeeImages/",new FormData),l=(n.getTheFiles=function(a){angular.forEach(a,function(e,t){c.append(t,e);2e5<a[t].size&&(n.filesize=!1,swal({title:"Alert",text:"File Should Not Exceed 2 Mb.",width:320,height:280}))})},n.file_changed=function(e){var e=e.files[0],t=(n.photo_filename=e.type,new FileReader);t.onload=function(t){n.$apply(function(){var e=t.target.result;$(function(){$("#empimg").attr("src",e)})})},t.readAsDataURL(e)},n.image_click=function(){n.ImgLoaded=!0},n.showEmpDocumentList=function(e){d.post(_.apiUrl+"api/EmpDocumentupload/DocumentdetailData",{pays_doc_empl_id:e,show:"all"}).then(function(e){n.DocumentdetailsData=e.data,console.log("DocumentdetailsData",n.DocumentdetailsData),n.showFileName=!1,0<n.DocumentdetailsData.length?(n.table=!0,n.pager=!0):n.table=!1,n.feetemp=e.data;n.PAcols=[];n.allDt=[];for(var t,a=0;a<n.feetemp.length;a++){var o=n.feetemp[a].pays_doc_empl_name;null==n.allDt[o]&&(n.allDt[o]=function(e){for(var t=[],a=0;a<n.feetemp.length;a++)n.feetemp[a].pays_doc_empl_name==e&&t.push(n.feetemp[a]);return function(e){for(var t=e.length,a=[],o=0;o<t;o++){for(var s in e[o].PAvals)a.push({mode:s,value:0});break}for(o=0;o<t;o++)for(var n=0;n<a.length;n++)a[n].value=parseFloat(a[n].value)+parseFloat(e[o].PAvals[a[n].mode]);for(var i={},d=0;d<a.length;d++)0!=a[d].value&&(i[a[d].mode]=a[d].value);for(o=0;o<t;o++){var _={},c=[];for(d in i)_[d]=e[o].PAvals[d],c.push(d);e[o].PAvals=_,e[o].PAcols=c}}(t),t}(o))}for(t in n.finalData=[],n.allDt){var s={dt:t,arr:n.allDt[t]};n.finalData.push(s)}})},n.UploadDocumentModal=function(e){n.filenameassigningData=e,$("#DocumenModal").modal("show"),console.log("str ",e)},n.hideDocModal=function(){n.showFileName=!0,n.filename1=n.filename_doc,null!=n.filename1&&""!=n.filename1&&null!=n.filename1||(n.showFileName=!1),n.filenameassigningData.pays_doc_path=n.filename1,$("#DocumenModal").modal("hide")},n.getTheDocFiles=function(e){angular.forEach(e,function(e,t){c.append(t,e)})},!(n.file_changed_doc=function(e){var e=e.files[0],t=(n.filename_doc=e.name,n.edt={employeeDocument:n.filename_doc},$.extend(n.edt,n.edt),n.photo_filename_doc=e.name,n.photo_filename_doc.split(".")),t=(n.photo_filename_doc.split(".")[t.length-1],n.photo_filename_doc=e.type,new FileReader);t.onload=function(e){n.$apply(function(){})},t.readAsDataURL(e)}));n.getRegDate=function(e,t){l=!1,$("#dateModal").modal({backdrop:"static",keyboard:!0}),e.ischecked=!0,"issue"==t?(l=!0,n.doc={reg_date:e.pays_doc_issue_date}):(l=!1,n.doc={reg_date:e.pays_doc_expiry_date})},n.getDatedetails=function(){for(var e=0;e<n.finalData.length;e++)for(var t=0;t<n.finalData[e].arr.length;t++)if(1==n.finalData[e].arr[t].ischecked){1==l?n.finalData[e].arr[t].pays_doc_issue_date=n.doc.reg_date:n.finalData[e].arr[t].pays_doc_expiry_date=n.doc.reg_date,n.finalData[e].arr[t].ischecked=!1;break}},n.uploadDocument=function(e){var t=[],a=!1,e=(n.showUpdateBtn=!1,document.getElementById("file1_doc").value="",n.filename_doc=e.pays_doc_empl_id+"_"+e.pays_doc_desc1,""==e.pays_doc_srno&&(n.showUpdateBtn=!(a=!0),o={pays_doc_empl_id:e.pays_doc_empl_id,pays_doc_mod_code:e.pays_doc_mod_code,pays_doc_code:e.pays_doc_code,pays_doc_desc:e.pays_doc_desc,pays_doc_path:e.pays_doc_path,pays_doc_issue_date:e.pays_doc_issue_date,pays_doc_expiry_date:e.pays_doc_expiry_date,pays_doc_status:!0},t.push(o)),n.pays_doc_empl_id=e.pays_doc_empl_id,n.pays_doc_desc1=e.pays_doc_desc1,n.photo_filename_doc.split("/")[1]),o=(n.filename1=n.filename_doc+"."+e,[]),e=[];if(null==n.photo_filename_doc||""==n.photo_filename_doc)swal({title:"Alert",text:"Please Select File",width:300,height:200});else{if(1==a)for(var s=0;s<t.length;s++)o={pays_doc_empl_id:t[s].pays_doc_empl_id,pays_doc_mod_code:t[s].pays_doc_mod_code,pays_doc_code:t[s].pays_doc_code,pays_doc_desc:t[s].pays_doc_desc,pays_doc_path:n.filename1,pays_doc_issue_date:t[s].pays_doc_issue_date,pays_doc_expiry_date:t[s].pays_doc_expiry_date,pays_doc_status:!0,opr:"I"};e.push(o);a={method:"POST",url:_.apiUrl+"/api/EmpDocumentupload/upload?filename="+n.filename1+"&location=EmployeeDocument",data:c,headers:{"Content-Type":void 0}};d(a).success(function(e){},function(){console.log("file upload Err")}),d.post(_.apiUrl+"api/EmpDocumentupload/InsertUpdateDocumentDetail",e).then(function(e){n.msg1_doc=e.data,$("#DocumenModal").modal("hide"),1==n.msg1_doc?(n.photo_filename_doc="",swal({text:"Document Uploaded successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}),n.showEmpDocumentList(n.temp.em_login_code)):0==n.msg1_doc?swal({text:"Document Not Uploaded",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}):(swal("Error-"+n.msg1_doc),console.log("Error-"+n.msg1_doc),n.showEmpDocumentList(n.temp.em_login_code))},function(){$("#ErrorMessage").modal({backdrop:"static"})})}},n.UpdateDocument=function(e){var t=[],a=(n.showUpdateBtn=!1,document.getElementById("file1_doc").value="",new Date),o=(n.filename_doc=e.pays_doc_empl_id+"_"+e.pays_doc_desc1+"_"+a.getHours()+a.getSeconds(),(""==e.pays_doc_srno?(n.showUpdateBtn=!!0,o={pays_doc_empl_id:e.pays_doc_empl_id,pays_doc_mod_code:e.pays_doc_mod_code,pays_doc_code:e.pays_doc_code,pays_doc_desc:e.pays_doc_desc,pays_doc_path:e.pays_doc_path,pays_doc_issue_date:e.pays_doc_issue_date,pays_doc_expiry_date:e.pays_doc_expiry_date,pays_doc_status:!0},[]):(n.showUpdateBtn=!!1,o={pays_doc_srno:e.pays_doc_srno,pays_doc_empl_id:e.pays_doc_empl_id,pays_doc_mod_code:e.pays_doc_mod_code,pays_doc_code:e.pays_doc_code,pays_doc_desc:e.pays_doc_desc,pays_doc_path:e.pays_doc_path,pays_doc_issue_date:e.pays_doc_issue_date,pays_doc_expiry_date:e.pays_doc_expiry_date,pays_doc_status:!0},t)).push(o),n.pays_doc_empl_id=e.pays_doc_empl_id,n.pays_doc_desc1=e.pays_doc_desc1,[]),a=[];if(null==n.photo_filename_doc||""==n.photo_filename_doc||null==n.photo_filename_doc){for(var s=0;s<t.length;s++)o={pays_doc_srno:t[s].pays_doc_srno,pays_doc_empl_id:t[s].pays_doc_empl_id,pays_doc_mod_code:t[s].pays_doc_mod_code,pays_doc_code:t[s].pays_doc_code,pays_doc_desc:t[s].pays_doc_desc,pays_doc_path:t[s].pays_doc_path,pays_doc_issue_date:t[s].pays_doc_issue_date,pays_doc_expiry_date:t[s].pays_doc_expiry_date,pays_doc_status:!0,opr:"U"};a.push(o)}else{e=n.photo_filename_doc.split("/")[1];n.filename1=n.filename_doc+"."+e;for(s=0;s<t.length;s++)o={pays_doc_srno:t[s].pays_doc_srno,pays_doc_empl_id:t[s].pays_doc_empl_id,pays_doc_mod_code:t[s].pays_doc_mod_code,pays_doc_code:t[s].pays_doc_code,pays_doc_desc:t[s].pays_doc_desc,pays_doc_path:n.filename1,pays_doc_issue_date:t[s].pays_doc_issue_date,pays_doc_expiry_date:t[s].pays_doc_expiry_date,pays_doc_status:!0,opr:"U"};a.push(o);e={method:"POST",url:_.apiUrl+"/api/EmpDocumentupload/upload?filename="+n.filename1+"&location=EmployeeDocument",data:c,headers:{"Content-Type":void 0}};d(e).success(function(e){},function(){alert("Err")})}d.post(_.apiUrl+"api/EmpDocumentupload/InsertUpdateDocumentDetail",a).then(function(e){n.msg1updatedoc=e.data,$("#DocumenModal").modal("hide"),1==n.msg1updatedoc?(console.log("msg1updatedoc ",n.msg1updatedoc),swal({text:"Document Uploaded successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}),n.showEmpDocumentList(n.temp.em_login_code),n.photo_filename_doc=""):0==n.msg1updatedoc?(console.log("msg1updatedoc ",n.msg1updatedoc),swal({text:"Document Not Uploaded",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}),n.showEmpDocumentList(n.temp.em_login_code)):(console.log("Error ",n.msg1updatedoc),swal({text:n.msg1updatedoc,imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}))},function(){$("#ErrorMessage").modal({backdrop:"static"})})},n.deleteDoc=function(e){console.log(e);var t={pays_doc_code:e.pays_doc_code,pays_doc_srno:e.pays_doc_srno,pays_doc_empl_id:e.pays_doc_empl_id};console.log(t),swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,confirmButtonText:"Yes",showCancelButton:!0,width:380,cancelButtonText:"No"}).then(function(e){e&&d.post(_.apiUrl+"api/EmpDocumentupload/DocumentDelete",t).then(function(e){n.msg1=e.data,console.log(e),1==n.msg1?swal({text:"Document deleted successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&n.showEmpDocumentList(n.temp.em_login_code)}):0==n.msg1?swal({text:"Document not deleted",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){}):swal({text:n.msg1,showCloseButton:!0,width:380}).then(function(e){})})})},n.downloaddoc=function(e){n.url=_.docUrl+d.defaults.headers.common.schoolId+"/Images/EmployeeDocument/"+e,window.open(n.url)},r.directive("ngFiles",["$parse",function(s){return{link:function(t,e,a){var o=s(a.ngFiles);e.on("change",function(e){o(t,{$files:e.target.files})})}}}]),r.filter("randomSrc",function(){return function(e){if(e)return e+"?r="+Math.random()}})}])}(),function(){"use strict";var e=angular.module("sims.module.HRMS");e.controller("PROEmployeeCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(d,e,t,a,o,n,i){d.imageUrl=i.docUrl+n.defaults.headers.common.schoolId+"/Images/EmployeeImages/",d.edt={},d.temp={},d.popobj={},d.doc={},n.get(i.apiUrl+"api/HRMS/lems/getEmpMasterData").then(function(e){d.empstat=!0,d.obj=e.data,console.log("obj ",obj),d.operation=!0,d.Save_btn=!0,d.Update_btn=!1,d.display=!0,d.roleList=!0,d.temp.em_Company_Code=d.obj[0].em_Company_Code,d.temp.em_service_status_code="V"}),d.searchEmp=function(e){13==e.keyCode&&d.EmpSearch1(d.temp.enroll_number1)},d.showAgreementDetails=!0,d.uae=!1,d.qatar=!0,d.slisLabel=!1,d.india=!1,d.updateBtn=!1,d.saveBtn=!1,d.combo_multiple=!1,d.addDisabled=!0,d.combo_multiple=!1,d.qualiList=[],d.ExperienceList=[];d.showFileName=!1,d.notAllowedToEdit=!0,$("#dob").kendoDatePicker({format:"dd-MM-yyyy",min:new Date(1900,1,1),max:new Date}),$(document).ready(function(){$("#dob").kendoDatePicker(),$("#DOJ").kendoDatePicker(),$("#dob").data("kendoDatePicker").enable(!0),$("#DOJ").data("kendoDatePicker").enable(!0)}),d.globalSrch=function(){t.visible_stud=!1,t.visible_parent=!1,t.visible_search_parent=!1,t.visible_teacher=!1,t.visible_User=!1,t.visible_Employee=!0,t.chkMulti=!1,d.global_Search_click(),$("#Global_Search_Modal").modal({backdrop:"static"}),d.showBtn=!1},d.$on("global_cancel",function(e){0<d.SelectedUserLst.length&&(d.temp={},d.temp={enroll_number1:d.SelectedUserLst[0].em_login_code},d.temp.name=d.SelectedUserLst[0].empName,d.EmpSearch1(d.SelectedUserLst[0].em_login_code))}),d.searchGlobalClick=function(){d.Global_Search_by_employee()},"slis"==n.defaults.headers.common.schoolId?d.nationalIdLabel="Iquma Number":d.nationalIdLabel="Emirates Id","elcportal"==n.defaults.headers.common.schoolId?d.serviceStatusLabel="Employment Status":d.serviceStatusLabel="Service Status",n.get(i.apiUrl+"api/Qual/getAllQualification").then(function(e){d.all_Qual_Data=e.data}),n.get(i.apiUrl+"api/common/Subject/getSubject").then(function(e){d.sub_data=e.data}),n.get(i.apiUrl+"api/HRMS/lems/getRole").then(function(e){d.roles_data=e.data}),n.get(i.apiUrl+"api/HRMSOES/GetAccommodationStatus").then(function(e){d.AccommondationStatus=e.data,console.log("AccommondationStatus",d.AccommondationStatus)}),n.get(i.apiUrl+"api/common/MarkEmpResignation/getDisenagementType").then(function(e){d.disengagmentTypes=e.data}),d.setGrade_Dept=function(e){d.temp.em_dept_effect_from=e,d.temp.em_grade_effect_from=e},n.get(i.apiUrl+"api/HRMS/getLicSchool").then(function(e){d.lic_school_data=e.data,console.log("lic_school_data",d.lic_school_data),"Qatar"==d.lic_school_data[0].lic_school_country?(d.uae=!1,d.qatar=!0,d.slisLabel=!1,d.india=!1):"Saudi Arabia"==d.lic_school_data[0].lic_school_country?(d.uae=!1,d.qatar=!1,d.slisLabel=!0,d.india=!1):"India"==d.lic_school_data[0].lic_school_country?(d.uae=!1,d.qatar=!1,d.slisLabel=!1,d.india=!0):(d.uae=!0,d.qatar=!1,d.slisLabel=!1,d.india=!1)}),d.checkDateFormat=function(e,t){-1!=e.indexOf("/")&&(swal({title:"Alert",text:"Please enter date only DD-MM-YYYY format",width:360,height:200}),$("#"+t).val(""))},d.Cancel=function(){d.temp={},$("#empimg").attr("src",""),d.Myform.$setPristine(),d.Myform.$setUntouched(),d.em_img="",d.Save_btn=!0,d.Update_btn=!1,d.temp.em_Company_Code=d.obj[0].em_Company_Code,d.temp.em_service_status_code="V"},d.getstate=function(e){n.get(i.apiUrl+"api/HRMS/lems/getState?em_Country_Code="+e).then(function(e){d.stt=e.data})},d.getcity=function(e){n.get(i.apiUrl+"api/HRMS/lems/getCity?em_State_Code="+e).then(function(e){d.ctt=e.data})},d.getContract=function(){n.get(i.apiUrl+"api/contract/Get_ContractDetails").then(function(e){d.Contract_data=e.data})},d.getContract(),n.get(i.apiUrl+"api/Qualification/getQualificationName").then(function(e){d.Qualification_Name=e.data}),n.get(i.apiUrl+"api/Qualification/getQualificationType").then(function(e){d.qual_type_data=e.data}),n.get(i.apiUrl+"api/EmpExp/getMonthName").then(function(e){d.month_data=e.data}),d.AddEnable=function(){d.addDisabled=!1},d.setAgreementDate=function(e){d.showAgreementDetails=!1;for(var t=0;t<d.Contract_data.length;t++)if(d.Contract_data[t].cn_code==e){var a=d.Contract_data[t].cn_duration;break}var o,s=new Date,s=("0"+s.getDate()).slice(-2)+"-"+("0"+(s.getMonth()+1)).slice(-2)+"-"+s.getFullYear(),s=(d.temp.em_agreement_start_date=s,d.temp.em_date_of_join.split("-")[0]),n=d.temp.em_date_of_join.split("-")[1],i=d.temp.em_date_of_join.split("-")[2],n=(isNaN(n)&&(n=d.temp.em_date_of_join.split("-")[1]),parseInt(n)+parseInt(a));12<n?(o=parseInt(i)+1,n=parseInt(n)-12):o=i,d.temp.em_agreement_exp_date=s+"-"+n+"-"+o,null!=d.temp.em_agreement_exp_date&&(n=1==n?(o=parseInt(o)-1,12):parseInt(n)-1,d.temp.em_agreemet_exp_rem_date=s+"-"+n+"-"+o)},d.EmpSearch1=function(a){d.Save_btn=!1,d.Update_btn=!0,n.get(i.apiUrl+"api/HRMS/lems/getSearchEmpMaster?em_login_code="+d.temp.enroll_number1).then(function(e){console.log("res data",e.data),d.temp1=e.data,d.Myform.$setPristine(),d.Myform.$setUntouched();var e=d.temp1,t=(console.log("temp1 data:",e),d.getstate(d.temp1[0].em_Country_Code),d.getcity(d.temp1[0].em_State_Code),d.temp={enroll_number1:a,em_login_code:d.temp1[0].em_login_code,em_number:d.temp1[0].em_number,em_service_status_code:d.temp1[0].em_service_status_code,em_status_code:d.temp1[0].em_status_code,em_apartment_number:d.temp1[0].em_apartment_number,em_family_name:d.temp1[0].em_family_name,em_street_number:d.temp1[0].em_street_number,em_area_number:d.temp1[0].em_area_number,em_phone:d.temp1[0].em_phone,em_fax:d.temp1[0].em_fax,em_post:d.temp1[0].em_post,em_emergency_contact_name2:d.temp1[0].em_emergency_contact_name2,em_emergency_contact_number2:d.temp1[0].em_emergency_contact_number2,em_joining_ref:d.temp1[0].em_joining_ref,em_ethnicity_code:d.temp1[0].em_ethnicity_code,em_handicap_status:d.temp1[0].em_handicap_status,em_stop_salary_indicator:d.temp1[0].em_stop_salary_indicator,em_agreement_code:d.temp1[0].em_agreement_code,em_punching_status:d.temp1[0].em_punching_status,em_bank_cash_tag:d.temp1[0].em_bank_cash_tag,em_citi_exp_tag:d.temp1[0].em_citi_exp_tag,em_leave_tag:d.temp1[0].em_leave_tag,em_passport_issue_place:d.temp1[0].em_passport_issue_place,em_passport_issuing_authority:d.temp1[0].em_passport_issuing_authority,em_pssport_exp_rem_date:d.temp1[0].em_pssport_exp_rem_date,em_visa_issuing_place:d.temp1[0].em_visa_issuing_place,em_visa_issuing_authority:d.temp1[0].em_visa_issuing_authority,em_visa_exp_rem_date:d.temp1[0].em_visa_exp_rem_date,em_visa_type_code:d.temp1[0].em_visa_type_code,em_agreement_start_date:d.temp1[0].em_agreement_start_date,em_agreement_exp_date:d.temp1[0].em_agreement_exp_date,em_agreemet_exp_rem_date:d.temp1[0].em_agreemet_exp_rem_date,em_punching_id:d.temp1[0].em_punching_id,em_dependant_full:d.temp1[0].em_dependant_full,em_dependant_half:d.temp1[0].em_dependant_half,em_dependant_infant:d.temp1[0].em_dependant_infant,em_Bank_Code:d.temp1[0].em_Bank_Code,em_bank_ac_no:d.temp1[0].em_bank_ac_no,em_iban_no:d.temp1[0].em_iban_no,em_route_code:d.temp1[0].em_route_code,em_bank_swift_code:d.temp1[0].em_bank_swift_code,em_gpf_ac_no:d.temp1[0].em_gpf_ac_no,em_pan_no:d.temp1[0].em_pan_no,em_labour_card_no:d.temp1[0].em_labour_card_no,en_labour_card_expiry_date:d.temp1[0].en_labour_card_expiry_date,em_gosi_ac_no:d.temp1[0].em_gosi_ac_no,em_gosi_start_date:d.temp1[0].em_gosi_start_date,em_national_id:d.temp1[0].em_national_id,em_secret_question_code:d.temp1[0].em_secret_question_code,em_secret_answer:d.temp1[0].em_secret_answer,em_building_number:d.temp1[0].em_building_number,em_Company_Code:d.temp1[0].em_Company_Code,em_Dept_Code:d.temp1[0].em_Dept_Code,em_Designation_Code:d.temp1[0].em_Designation_Code,em_Dest_Code:d.temp1[0].em_Dest_Code,em_Grade_Code:d.temp1[0].em_Grade_Code,em_Marital_Status_Code:d.temp1[0].em_Marital_Status_Code,em_Nation_Code:d.temp1[0].em_Nation_Code,em_Country_Code:d.temp1[0].em_Country_Code,em_State_Code:d.temp1[0].em_State_Code,em_City_Code:d.temp1[0].em_City_Code,em_Religion_Code:d.temp1[0].em_Religion_Code,em_Salutation_Code:d.temp1[0].em_Salutation_Code,em_Sex_Code:d.temp1[0].em_Sex_Code,em_Staff_Type_Code:d.temp1[0].em_Staff_Type_Code,em_blood_group_code:d.temp1[0].em_blood_group_code,em_date_of_birth:d.temp1[0].em_date_of_birth,em_date_of_join:d.temp1[0].em_date_of_join,em_dept_effect_from:d.temp1[0].em_dept_effect_from,em_email:d.temp1[0].em_email,em_emergency_contact_name1:d.temp1[0].em_emergency_contact_name1,em_emergency_relation1:d.temp1[0].em_emergency_relation1,em_emergency_relation2:d.temp1[0].em_emergency_relation2,em_emergency_contact_number1:d.temp1[0].em_emergency_contact_number1,em_first_name:d.temp1[0].em_first_name,em_grade_effect_from:d.temp1[0].em_grade_effect_from,em_last_name:d.temp1[0].em_last_name,em_middle_name:d.temp1[0].em_middle_name,em_mobile:d.temp1[0].em_mobile,em_name_ot:d.temp1[0].em_name_ot,em_national_id_expiry_date:d.temp1[0].em_national_id_expiry_date,em_national_id_issue_date:d.temp1[0].em_national_id_issue_date,em_passport_exp_date:d.temp1[0].em_passport_exp_date,em_passport_issue_date:d.temp1[0].em_passport_issue_date,em_passport_no:d.temp1[0].em_passport_no,em_summary_address:d.temp1[0].em_summary_address,em_summary_address_local_language:d.temp1[0].em_summary_address_local_language,em_visa_exp_date:d.temp1[0].em_visa_exp_date,em_stop_salary_from:d.temp1[0].em_stop_salary_from,em_visa_issue_date:d.temp1[0].em_visa_issue_date,em_visa_no:d.temp1[0].em_visa_no,comn_role_code:d.temp1[0].comn_role_code,comn_role_name:d.temp1[0].comn_role_name,em_img:d.temp1[0].em_img,em_img_lowres:d.temp1[0].em_img_lowres,em_accommodation_status:d.temp1[0].em_accommodation_status,em_personalemail:d.temp1[0].em_personalemail,em_adec_approval_number:d.temp1[0].em_adec_approval_number,em_adec_approval_Date:d.temp1[0].em_adec_approval_Date,em_adec_approved_qualification:d.temp1[0].em_adec_approved_qualification,em_adec_approved_designation:d.temp1[0].em_adec_approved_designation,em_adec_approved_subject:d.temp1[0].em_adec_approved_subject,em_adec_approved_level:d.temp1[0].em_adec_approved_level,em_health_card_no:d.temp1[0].em_health_card_no,em_health_card_effective_from_date:d.temp1[0].em_health_card_effective_from_date,em_health_card_effective_upto_date:d.temp1[0].em_health_card_effective_upto_date,em_heath_card_status:d.temp1[0].em_heath_card_status,em_teacher_status:d.temp1[0].em_teacher_status,em_house:d.temp1[0].em_house,en_labour_card_issue_date:d.temp1[0].en_labour_card_issue_date,em_disengagement_type:d.temp1[0].em_disengagement_type,offer_letter_doc:d.temp1[0].offer_letter_doc,em_expected_date_of_join:d.temp1[0].em_expected_date_of_join,em_offer_letter_send_date:d.temp1[0].em_offer_letter_send_date,em_interview_date:d.temp1[0].em_interview_date,em_khda_noc_required:d.temp1[0].em_khda_noc_required,em_khda_noc_submitted:d.temp1[0].em_khda_noc_submitted,em_labour_noc_required:d.temp1[0].em_labour_noc_required,em_labour_noc_submitted:d.temp1[0].em_labour_noc_submitted,em_pro_visa_number:d.temp1[0].em_pro_visa_number,em_visa_uid:d.temp1[0].em_visa_uid,em_sponser_name:d.temp1[0].em_sponser_name,em_relation:d.temp1[0].em_relation,visa_num:d.temp1[0].visa_num,visa_issue_date:d.temp1[0].visa_issue_date,visa_exp_date:d.temp1[0].visa_exp_date,em_dha_license_no:d.temp1[0].em_dha_license_no,em_dha_license_issue_date:d.temp1[0].em_dha_license_issue_date,em_dha_license_exp_date:d.temp1[0].em_dha_license_exp_date,em_dha_license_issue_place:d.temp1[0].em_dha_license_issue_place,em_occup_health_card_no:d.temp1[0].em_occup_health_card_no,em_occup_health_card_issue_date:d.temp1[0].em_occup_health_card_issue_date,em_occup_health_card_exp_date:d.temp1[0].em_occup_health_card_exp_date,em_occup_health_card_issue_place:d.temp1[0].em_occup_health_card_issue_place},i.docUrl+n.defaults.headers.common.schoolId+"/Images/EmployeeImages/"+(d.temp1[0].em_img_lowres||d.temp1[0].em_img));$(function(){$("#empimg").attr("src",t)}),d.getQualiByEmpcode=function(e){n.get(i.apiUrl+"api/Qualification/getQualificationByEmployee?emp_code="+d.temp1[0].em_login_code).then(function(e){d.qualiList=e.data,console.log("qualiList",d.qualiList),d.combo_multiple=!0})},d.getQualiByEmpcode()})};var _=new FormData,s=(d.getTheFiles=function(e){angular.forEach(e,function(e,t){_.append(t,e)})},d.file_changed=function(e){var t,e=e.files[0];d.photo_filename=e.type,null!=d.photo_filename||""!=d.photo_filename?(t=d.photo_filename.split("/"),console.log("imageType",t[1]),"jpeg"==t[1]||"jpg"==t[1]||"png"==t[1]?((t=new FileReader).onload=function(t){d.$apply(function(){var e=t.target.result;$(function(){$("#empimg").attr("src",e)})})},t.readAsDataURL(e)):(swal({text:"Only jpeg and png image format supported."}),$("#empimg").attr("src",""))):(swal({text:"Image format not supported."}),$("#empimg").attr("src",""))},d.uploadImgClickF=function(){d.uploadImgClickFShow=!0},d.uploadImgCancel=function(){d.uploadImgClickFShow=!1},d.image_click=function(){$("#upload_img").modal("show"),d.ImgLoaded=!0},d.globalSearch=function(){$("#MyModal").modal("show"),d.showBtn=!1},d.EmployeeDetails=function(){d.NodataEmployee=!1,n.post(i.apiUrl+"api/common/SearchEmployee?data="+JSON.stringify(d.temp)).then(function(e){d.Employee_Details=e.data,d.EmployeeTable=!0,0<e.data.length||(d.NodataEmployee=!0)})},d.EmployeeAdd=function(e){d.temp={enroll_number:e.em_login_code,emp_name:e.empName,emp_desg:e.desg_name,emp_dept:e.dept_name}},d.checkEmailExists=function(e){d.temp1[0].em_email!=e&&n.post(i.apiUrl+"api/HRMS/checkEmailExists?email_id="+e).then(function(e){if(d.comnUserData=e.data,0<d.comnUserData.length)return swal({text:"Official email id already exists!!",width:350}),d.temp.em_email="",!1})},d.change_em_teacher_status=function(){"T"!=d.temp.em_Staff_Type_Code?d.temp.em_teacher_status=!1:d.temp.em_teacher_status=!0},d.SaveData=function(e){e?(d.saveBtn=!0,d.updateBtn=!0,e=d.temp,void 0===d.photo_filename?e.em_img=null:e.em_img="."+d.photo_filename.split("/")[1],e.opr="I",n.post(i.apiUrl+"api/HRMS/lems/CUMasterEmployee",e).then(function(e){d.CUDobj={},d.CUDobj=e.data,null==d.CUDobj.strMessage&&""==d.CUDobj.strMessage&&null==d.CUDobj.strMessage||(swal({text:"Employee with id= "+d.CUDobj.strMessage+" created  successfully."}),console.log("Em login Code "+d.CUDobj.strMessage),d.saveQualification(d.CUDobj.strMessage),d.saveExperience(d.CUDobj.strMessage),d.Cancel(),setTimeout(function(){d.saveBtn=!1,d.updateBtn=!1},3e3));e=d.CUDobj.strMessage.split(" ")[2],e={method:"POST",url:i.apiUrl+"/api/file/upload?filename="+e+"&location=/EmployeeImages",data:_,headers:{"Content-Type":void 0}};n(e).success(function(e){})})):swal({text:"Kindly fill Mandatory fields",width:350,timer:5e3,showCloseButton:!0})},d.UpdateData=function(e){e?(d.saveBtn=!0,d.updateBtn=!0,(e=d.temp).opr="UU",n.post(i.apiUrl+"api/HRMS/lems/PROEmployeeUpdate",e).then(function(e){d.CUDobj={},d.CUDobj=e.data,null==d.CUDobj.strMessage&&""==d.CUDobj.strMessage&&null==d.CUDobj.strMessage||(swal({text:d.CUDobj.strMessage}),setTimeout(function(){d.Cancel(),d.saveBtn=!1,d.updateBtn=!1},1e3))})):swal({text:"Kindly fill Mandatory fields",width:350,timer:5e3,showCloseButton:!0})},d.saveQualification=function(e){var t=[];if(0<d.qualiList.length){for(var a=0;a<d.qualiList.length;a++){var o={emp_qual_em_code:e,emp_qual_qual_code:d.qualiList[a].emp_qual_qual_code,emp_qual_institute:d.qualiList[a].emp_qual_institute,emp_qual_type_code:d.qualiList[a].emp_qual_type_code,em_qual_from_year:d.qualiList[a].em_qual_from_year,em_qual_year:d.qualiList[a].em_qual_to_year,emp_qual_percentage:d.qualiList[a].emp_qual_percentage,emp_qual_remark:d.qualiList[a].emp_qual_remark,em_qual_status:d.qualiList[a].em_qual_status,opr:"I"};t.push(o)}n.post(i.apiUrl+"api/Qualification/CUDQualification?year=",t).then(function(e){d.qualificationmsg=e.data,console.log("qualificationmsg ",d.qualificationmsg),d.qualiList=[],d.combo_multiple=!1})}},d.updateQualification=function(){var e=[];if(0<d.qualiList.length){for(var t=0;t<d.qualiList.length;t++){var a=d.qualiList[t].emp_qual_qual_code,a={emp_qual_em_code:d.temp.em_login_code,emp_qual_qual_code:a,emp_qual_institute:d.qualiList[t].emp_qual_institute,emp_qual_type_code:d.qualiList[t].emp_qual_type_code,em_qual_from_year:d.qualiList[t].em_qual_from_year,em_qual_year:d.qualiList[t].em_qual_to_year,emp_qual_percentage:d.qualiList[t].emp_qual_percentage,emp_qual_remark:d.qualiList[t].emp_qual_remark,em_qual_status:d.qualiList[t].em_qual_status,opr:"U"};e.push(a)}0!=d.qualiList.length?n.post(i.apiUrl+"api/Qualification/UpadateQualification?simsobj2=",e).then(function(e){d.updateQualimsg1=e.data,console.log(d.updateQualimsg1),d.qualiList=[],d.combo_multiple=!1}):swal({text:"You not edit correct record",timer:5e3})}},d.downloadOfferLetter=function(e){d.url=i.docUrl+n.defaults.headers.common.schoolId+"/Images/EmployeeDocument/"+e,window.open(d.url)},d.addCol=function(e){d.combo_multiple=!0;for(var t=document.getElementById("qual_name"),t=t.options[t.selectedIndex].text,a=0;a<d.qualiList.length;a++)if(d.qualiList[a].emp_qual_qual_code==e)return swal({text:"Qualification Already Added !!",timer:5e3}),!1;d.qualiList.push({emp_qual_qual_name:t,emp_qual_qual_code:e}),d.Myform.$setPristine(),d.Myform.$setUntouched()},d.Removerow=function(e,t,a){a.splice(t,1)},d.addExperience=function(){d.showExperinceList=!0;d.ExperienceList.push({enroll_number:"",prev_company_name:"",prev_job_title:"",from_year:"",from_month:"",to_year:"",to_month:"",prev_job_remark:"",prev_job_responsibilities:"",prev_job_salary:"",job_status:"",em_previous_job_line_no:""})},d.saveExperience=function(e){var t=[];if(0<d.ExperienceList.length){for(var a=0;a<d.ExperienceList.length;a++){var o={enroll_number:e,co_company_code:"1",prev_company_name:d.ExperienceList[a].prev_company_name,prev_job_title:d.ExperienceList[a].prev_job_title,from_year:d.ExperienceList[a].from_year,from_month:d.ExperienceList[a].from_month,to_year:d.ExperienceList[a].to_year,to_month:d.ExperienceList[a].to_month,prev_job_responsibilities:d.ExperienceList[a].prev_job_responsibilities,prev_job_salary:d.ExperienceList[a].prev_job_salary,job_status:d.ExperienceList[a].job_status,opr:"I"};t.push(o)}n.post(i.apiUrl+"api/EmpExp/CUDEmployeeExperience",t).then(function(e){d.msgexp=e.data,console.log("emp exp",d.msgexp),d.ExperienceList=[],d.showExperinceList=!1})}},d.updateExperience=function(){var e=[];if(0<d.ExperienceList.length){for(var t=0;t<d.ExperienceList.length;t++){var a={enroll_number:d.temp.em_login_code,co_company_code:"1",prev_company_name:d.ExperienceList[t].prev_company_name,prev_job_title:d.ExperienceList[t].prev_job_title,from_year:d.ExperienceList[t].from_year,from_month:d.ExperienceList[t].from_month,to_year:d.ExperienceList[t].to_year,to_month:d.ExperienceList[t].to_month,prev_job_responsibilities:d.ExperienceList[t].prev_job_responsibilities,prev_job_salary:d.ExperienceList[t].prev_job_salary,job_status:d.ExperienceList[t].job_status,em_previous_job_line_no:d.ExperienceList[t].em_previous_job_line_no,opr:"U"};e.push(a)}n.post(i.apiUrl+"api/EmpExp/CUDEmployeeExperience",e).then(function(e){d.msgupdateExp=e.data,console.log("emp exp update",d.msgupdateExp),d.ExperienceList=[],d.showExperinceList=!1})}},d.RemoveExperinceRow=function(e,t,a){a.splice(t,1)},d.UploadImageModal=function(){$("#prevImg").val(""),d.edt.em_img="",$("#myModal").modal("show"),d.ImgLoaded=!0},d.showEmpDocumentList=function(e){n.post(i.apiUrl+"api/EmpDocumentupload/DocumentdetailData",{pays_doc_empl_id:e,show:"all"}).then(function(e){d.DocumentdetailsData=e.data,console.log("DocumentdetailsData",d.DocumentdetailsData),d.showFileName=!1,0<d.DocumentdetailsData.length?(d.table=!0,d.pager=!0):d.table=!1,d.feetemp=e.data;d.PAcols=[];d.allDt=[];for(var t,a=0;a<d.feetemp.length;a++){var o=d.feetemp[a].pays_doc_empl_name;null==d.allDt[o]&&(d.allDt[o]=function(e){for(var t=[],a=0;a<d.feetemp.length;a++)d.feetemp[a].pays_doc_empl_name==e&&t.push(d.feetemp[a]);return function(e){for(var t=e.length,a=[],o=0;o<t;o++){for(var s in e[o].PAvals)a.push({mode:s,value:0});break}for(o=0;o<t;o++)for(var n=0;n<a.length;n++)a[n].value=parseFloat(a[n].value)+parseFloat(e[o].PAvals[a[n].mode]);for(var i={},d=0;d<a.length;d++)0!=a[d].value&&(i[a[d].mode]=a[d].value);for(o=0;o<t;o++){var _={},c=[];for(d in i)_[d]=e[o].PAvals[d],c.push(d);e[o].PAvals=_,e[o].PAcols=c}}(t),t}(o))}for(t in d.finalData=[],d.allDt){var s={dt:t,arr:d.allDt[t]};d.finalData.push(s)}})},d.UploadDocumentModal=function(e){d.filenameassigningData=e,$("#DocumenModal").modal("show"),console.log("str ",e)},d.hideDocModal=function(){d.showFileName=!0,d.filename1=d.filename_doc,null!=d.filename1&&""!=d.filename1&&null!=d.filename1||(d.showFileName=!1),d.filenameassigningData.pays_doc_path=d.filename1,$("#DocumenModal").modal("hide")},d.getTheDocFiles=function(e){angular.forEach(e,function(e,t){_.append(t,e)})},!(d.file_changed_doc=function(e){var e=e.files[0],t=(d.filename_doc=e.name,d.edt={employeeDocument:d.filename_doc},$.extend(d.edt,d.edt),d.photo_filename_doc=e.name,d.photo_filename_doc.split(".")),t=(d.photo_filename_doc.split(".")[t.length-1],d.photo_filename_doc=e.type,new FileReader);t.onload=function(e){d.$apply(function(){})},t.readAsDataURL(e)}));d.getRegDate=function(e,t){s=!1,$("#dateModal").modal({backdrop:"static",keyboard:!0}),e.ischecked=!0,"issue"==t?(s=!0,d.doc={reg_date:e.pays_doc_issue_date}):(s=!1,d.doc={reg_date:e.pays_doc_expiry_date})},d.getDatedetails=function(){for(var e=0;e<d.finalData.length;e++)for(var t=0;t<d.finalData[e].arr.length;t++)if(1==d.finalData[e].arr[t].ischecked){1==s?d.finalData[e].arr[t].pays_doc_issue_date=d.doc.reg_date:d.finalData[e].arr[t].pays_doc_expiry_date=d.doc.reg_date,d.finalData[e].arr[t].ischecked=!1;break}},d.saveDocument=function(e){var t=[],a=!1,e=(d.showUpdateBtn=!1,document.getElementById("file1_doc").value="",d.filename_doc=e.pays_doc_empl_id+"_"+e.pays_doc_desc1,""==e.pays_doc_srno&&(d.showUpdateBtn=!(a=!0),o={pays_doc_empl_id:e.pays_doc_empl_id,pays_doc_mod_code:e.pays_doc_mod_code,pays_doc_code:e.pays_doc_code,pays_doc_desc:e.pays_doc_desc,pays_doc_path:e.pays_doc_path,pays_doc_issue_date:e.pays_doc_issue_date,pays_doc_expiry_date:e.pays_doc_expiry_date,pays_doc_status:!0},t.push(o)),d.pays_doc_empl_id=e.pays_doc_empl_id,d.pays_doc_desc1=e.pays_doc_desc1,d.photo_filename_doc.split("/")[1]),o=(d.filename1=d.filename_doc+"."+e,[]),e=[];if(null==d.photo_filename_doc||""==d.photo_filename_doc)swal({title:"Alert",text:"Please Select File",width:300,height:200});else{if(1==a)for(var s=0;s<t.length;s++)o={pays_doc_empl_id:t[s].pays_doc_empl_id,pays_doc_mod_code:t[s].pays_doc_mod_code,pays_doc_code:t[s].pays_doc_code,pays_doc_desc:t[s].pays_doc_desc,pays_doc_path:d.filename1,pays_doc_issue_date:t[s].pays_doc_issue_date,pays_doc_expiry_date:t[s].pays_doc_expiry_date,pays_doc_status:!0,opr:"I"};e.push(o);a={method:"POST",url:i.apiUrl+"/api/EmpDocumentupload/upload?filename="+d.filename1+"&location=EmployeeDocument",data:_,headers:{"Content-Type":void 0}};n(a).success(function(e){},function(){console.log("file upload Err")}),n.post(i.apiUrl+"api/EmpDocumentupload/InsertUpdateDocumentDetail",e).then(function(e){d.msg1_doc=e.data,$("#DocumenModal").modal("hide"),1==d.msg1_doc?(d.photo_filename_doc="",d.showEmpDocumentList(d.temp.em_login_code)):0!=d.msg1_doc&&(console.log("Error-"+d.msg1_doc),d.showEmpDocumentList(d.temp.em_login_code))},function(){$("#ErrorMessage").modal({backdrop:"static"})})}},d.uploadDocument=function(e){var t=[],a=!1,e=(d.showUpdateBtn=!1,document.getElementById("file1_doc").value="",d.filename_doc=e.pays_doc_empl_id+"_"+e.pays_doc_desc1,""==e.pays_doc_srno&&(d.showUpdateBtn=!(a=!0),o={pays_doc_empl_id:e.pays_doc_empl_id,pays_doc_mod_code:e.pays_doc_mod_code,pays_doc_code:e.pays_doc_code,pays_doc_desc:e.pays_doc_desc,pays_doc_path:e.pays_doc_path,pays_doc_issue_date:e.pays_doc_issue_date,pays_doc_expiry_date:e.pays_doc_expiry_date,pays_doc_status:!0},t.push(o)),d.pays_doc_empl_id=e.pays_doc_empl_id,d.pays_doc_desc1=e.pays_doc_desc1,d.photo_filename_doc.split("/")[1]),o=(d.filename1=d.filename_doc+"."+e,[]),e=[];if(null==d.photo_filename_doc||""==d.photo_filename_doc)swal({title:"Alert",text:"Please Select File",width:300,height:200});else{if(1==a)for(var s=0;s<t.length;s++)o={pays_doc_empl_id:t[s].pays_doc_empl_id,pays_doc_mod_code:t[s].pays_doc_mod_code,pays_doc_code:t[s].pays_doc_code,pays_doc_desc:t[s].pays_doc_desc,pays_doc_path:d.filename1,pays_doc_issue_date:t[s].pays_doc_issue_date,pays_doc_expiry_date:t[s].pays_doc_expiry_date,pays_doc_status:!0,opr:"I"};e.push(o);a={method:"POST",url:i.apiUrl+"/api/EmpDocumentupload/upload?filename="+d.filename1+"&location=EmployeeDocument",data:_,headers:{"Content-Type":void 0}};n(a).success(function(e){},function(){console.log("file upload Err")}),n.post(i.apiUrl+"api/EmpDocumentupload/InsertUpdateDocumentDetail",e).then(function(e){d.msg1_doc=e.data,$("#DocumenModal").modal("hide"),1==d.msg1_doc?(d.photo_filename_doc="",d.showEmpDocumentList(d.temp.em_login_code)):0!=d.msg1_doc&&(console.log("Error-"+d.msg1_doc),d.showEmpDocumentList(d.temp.em_login_code))},function(){$("#ErrorMessage").modal({backdrop:"static"})})}},d.UpdateDocument=function(e){var t=[],a=(d.showUpdateBtn=!1,document.getElementById("file1_doc").value="",new Date),o=(d.filename_doc=e.pays_doc_empl_id+"_"+e.pays_doc_desc1+"_"+a.getHours()+a.getSeconds(),(""==e.pays_doc_srno?(d.showUpdateBtn=!!0,o={pays_doc_empl_id:e.pays_doc_empl_id,pays_doc_mod_code:e.pays_doc_mod_code,pays_doc_code:e.pays_doc_code,pays_doc_desc:e.pays_doc_desc,pays_doc_path:e.pays_doc_path,pays_doc_issue_date:e.pays_doc_issue_date,pays_doc_expiry_date:e.pays_doc_expiry_date,pays_doc_status:!0},[]):(d.showUpdateBtn=!!1,o={pays_doc_srno:e.pays_doc_srno,pays_doc_empl_id:e.pays_doc_empl_id,pays_doc_mod_code:e.pays_doc_mod_code,pays_doc_code:e.pays_doc_code,pays_doc_desc:e.pays_doc_desc,pays_doc_path:e.pays_doc_path,pays_doc_issue_date:e.pays_doc_issue_date,pays_doc_expiry_date:e.pays_doc_expiry_date,pays_doc_status:!0},t)).push(o),d.pays_doc_empl_id=e.pays_doc_empl_id,d.pays_doc_desc1=e.pays_doc_desc1,[]),a=[];if(null==d.photo_filename_doc||""==d.photo_filename_doc||null==d.photo_filename_doc){for(var s=0;s<t.length;s++)o={pays_doc_srno:t[s].pays_doc_srno,pays_doc_empl_id:t[s].pays_doc_empl_id,pays_doc_mod_code:t[s].pays_doc_mod_code,pays_doc_code:t[s].pays_doc_code,pays_doc_desc:t[s].pays_doc_desc,pays_doc_path:t[s].pays_doc_path,pays_doc_issue_date:t[s].pays_doc_issue_date,pays_doc_expiry_date:t[s].pays_doc_expiry_date,pays_doc_status:!0,opr:"U"};a.push(o)}else{e=d.photo_filename_doc.split("/")[1];d.filename1=d.filename_doc+"."+e;for(s=0;s<t.length;s++)o={pays_doc_srno:t[s].pays_doc_srno,pays_doc_empl_id:t[s].pays_doc_empl_id,pays_doc_mod_code:t[s].pays_doc_mod_code,pays_doc_code:t[s].pays_doc_code,pays_doc_desc:t[s].pays_doc_desc,pays_doc_path:d.filename1,pays_doc_issue_date:t[s].pays_doc_issue_date,pays_doc_expiry_date:t[s].pays_doc_expiry_date,pays_doc_status:!0,opr:"U"};a.push(o);e={method:"POST",url:i.apiUrl+"/api/EmpDocumentupload/upload?filename="+d.filename1+"&location=EmployeeDocument",data:_,headers:{"Content-Type":void 0}};n(e).success(function(e){},function(){alert("Err")})}n.post(i.apiUrl+"api/EmpDocumentupload/InsertUpdateDocumentDetail",a).then(function(e){d.msg1updatedoc=e.data,$("#DocumenModal").modal("hide"),1==d.msg1updatedoc?(console.log("msg1updatedoc ",d.msg1updatedoc),d.showEmpDocumentList(d.temp.em_login_code),d.photo_filename_doc=""):0==d.msg1updatedoc?(console.log("msg1updatedoc ",d.msg1updatedoc),d.showEmpDocumentList(d.temp.em_login_code)):console.log("Error ",d.msg1updatedoc)},function(){$("#ErrorMessage").modal({backdrop:"static"})})},d.deleteDoc=function(e){console.log(e);var t={pays_doc_code:e.pays_doc_code,pays_doc_srno:e.pays_doc_srno,pays_doc_empl_id:e.pays_doc_empl_id};console.log(t),swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,confirmButtonText:"Yes",showCancelButton:!0,width:380,cancelButtonText:"No"}).then(function(e){e&&n.post(i.apiUrl+"api/EmpDocumentupload/DocumentDelete",t).then(function(e){d.msg1=e.data,console.log(e),1==d.msg1?swal({text:"Document deleted successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&d.showEmpDocumentList(d.temp.em_login_code)}):0==d.msg1?swal({text:"Document not deleted",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){}):swal({text:d.msg1,showCloseButton:!0,width:380}).then(function(e){})})})},d.downloaddoc=function(e){d.url=i.docUrl+n.defaults.headers.common.schoolId+"/Images/EmployeeDocument/"+e,window.open(d.url)}}]),e.directive("ngFiles",["$parse",function(s){return{link:function(t,e,a){var o=s(a.ngFiles);e.on("change",function(e){o(t,{$files:e.target.files})})}}}])}(),function(){"use strict";var e=angular.module("sims.module.HRMS");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("CreateEditEmployeeLemsCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV","$filter",function(d,e,t,a,o,_,c,s){d.temp={},d.doc={},d.temp1=[],d.searchText=!1,d.ImgLoaded=!1,d.roleText=!1,d.roleList=!0,d.uae=!1,d.qatar=!0,d.slisLabel=!1,d.india=!1,d.national_id_readnly=!1,d.probation_id_readnly=!1,d.iban_number_readnly=!1,d.bank_ac_no_readnly=!1,d.updateBtn=!1,$(document).ready(function(){$("#temporary_join_date").kendoDatePicker(),$("#DOJ").kendoDatePicker(),$("#from_date").kendoDatePicker(),$("#temporary_join_date").data("kendoDatePicker").enable(!0),$("#DOJ").data("kendoDatePicker").enable(!0),$("#from_date").data("kendoDatePicker").enable(!0)}),d.saveBtn=!1,d.mobile_no_required=!1,d.email_id_required=!1;d.showFileName=!1,d.qualiList=[],d.ExperienceList=[],d.temp.em_date_of_join=s("date")(new Date,"dd-MM-yyyy"),d.temp.em_dept_effect_from=s("date")(new Date,"dd-MM-yyyy"),d.temp.em_grade_effect_from=s("date")(new Date,"dd-MM-yyyy"),d.Probation=!0,_.get(c.apiUrl+"api/HRMS/getRole").then(function(e){d.roles_data=e.data});var n=["sms"],i=(_.get(c.apiUrl+"api/HRMS/getLicSchool").then(function(e){d.lic_school_data=e.data,console.log("lic_school_data",d.lic_school_data),"Qatar"==d.lic_school_data[0].lic_school_country&&(d.uae=!1,d.qatar=!0,d.slisLabel=!1,d.india=!1,d.mobile_no_required=!1),"Oman"==d.lic_school_data[0].lic_school_country?(d.uae=!1,d.qatar=!0,d.slisLabel=!1,d.india=!1,d.mobile_no_required=!0):"Saudi Arabia"==d.lic_school_data[0].lic_school_country?(d.uae=!1,d.qatar=!1,d.slisLabel=!0,d.india=!1,d.mobile_no_required=!1):"India"==d.lic_school_data[0].lic_school_country?(d.uae=!1,d.qatar=!1,d.slisLabel=!1,d.india=!0,d.mobile_no_required=!1):n.includes(_.defaults.headers.common.schoolId)?(d.mobile_no_required=!0,d.email_id_required=!0):(d.uae=!0,d.qatar=!1,d.slisLabel=!1,d.india=!1,d.mobile_no_required=!1)}),$(document).ready(function(){$("#DOB").kendoDatePicker({format:"dd-MM-yyyy"}),$("#DOB").data("kendoDatePicker").enable(!0)}),_.get(c.apiUrl+"api/HRMS/getEmpData").then(function(e){d.obj=e.data,d.operation=!0,d.Save_btn=!0,d.display=!0,d.temp.em_Salutation_Code="1"}),d.labour=function(e){_.get(c.apiUrl+"api/HRMS/lems/getLabourType?company_code="+e).then(function(e){d.labour=e.data,console.log("labour ",d.labour)})},d.getdept=function(e){_.get(c.apiUrl+"api/HRMS/getDepartmenyByCompany?company_code="+e).then(function(e){d.deptt=e.data,console.log("departments",d.deptt)})},d.getdsig=function(e){_.get(c.apiUrl+"api/HRMS/getDesignationByCompany?company_code="+d.temp.em_Company_Code).then(function(e){d.design=e.data,console.log("design",d.design)})},d.getgrade=function(e){_.get(c.apiUrl+"api/HRMS/getGradeByCompany?company_code="+d.temp.em_Company_Code).then(function(e){d.grade=e.data,console.log("Grade",d.grade)})},d.getotherdates=function(){d.temp.em_dept_effect_from=d.temp.em_date_of_join,d.temp.em_grade_effect_from=d.temp.em_date_of_join},d.getstate=function(e){_.get(c.apiUrl+"api/HRMS/lems/getState?em_Country_Code="+e).then(function(e){d.stt=e.data})},d.getcity=function(e){_.get(c.apiUrl+"api/HRMS/lems/getCity?em_State_Code="+e).then(function(e){d.ctt=e.data})},_.get(c.apiUrl+"api/Qualification/getQualificationName").then(function(e){d.Qualification_Name=e.data}),_.get(c.apiUrl+"api/Qualification/getQualificationType").then(function(e){d.qual_type_data=e.data}),_.get(c.apiUrl+"api/EmpExp/getMonthName").then(function(e){d.month_data=e.data}),d.addCol=function(e){d.combo_multiple=!0;for(var t=document.getElementById("qual_name"),t=t.options[t.selectedIndex].text,a=0;a<d.qualiList.length;a++)if(d.qualiList[a].emp_qual_qual_code==e)return swal({text:"Qualification Already Added !!",timer:5e3}),!1;d.qualiList.push({emp_qual_qual_name:t,emp_qual_qual_code:e}),d.Myform.$setPristine(),d.Myform.$setUntouched()},d.AddEnable=function(){d.addDisabled=!1},d.addExperience=function(){d.showExperinceList=!0;d.ExperienceList.push({enroll_number:"",prev_company_name:"",prev_job_title:"",from_year:"",from_month:"",to_year:"",to_month:"",prev_job_remark:"",prev_job_responsibilities:"",prev_job_salary:"",job_status:"",em_previous_job_line_no:""})},d.RemoveExperinceRow=function(e,t,a){a.splice(t,1)},d.Removerow=function(e,t,a){a.splice(t,1)},d.saveExperience=function(e){var t=[];if(0<d.ExperienceList.length){for(var a=0;a<d.ExperienceList.length;a++){var o={enroll_number:e,co_company_code:"1",prev_company_name:d.ExperienceList[a].prev_company_name,prev_job_title:d.ExperienceList[a].prev_job_title,from_year:d.ExperienceList[a].from_year,from_month:d.ExperienceList[a].from_month,to_year:d.ExperienceList[a].to_year,to_month:d.ExperienceList[a].to_month,prev_job_responsibilities:d.ExperienceList[a].prev_job_responsibilities,prev_job_salary:d.ExperienceList[a].prev_job_salary,job_status:d.ExperienceList[a].job_status,opr:"I"};t.push(o)}_.post(c.apiUrl+"api/EmpExp/CUDEmployeeExperience",t).then(function(e){d.msgexp=e.data,console.log("emp exp",d.msgexp),d.ExperienceList=[],d.showExperinceList=!1})}},d.saveQualification=function(e){var t=[];if(0<d.qualiList.length){for(var a=0;a<d.qualiList.length;a++){var o={emp_qual_em_code:e,emp_qual_qual_code:d.qualiList[a].emp_qual_qual_code,emp_qual_institute:d.qualiList[a].emp_qual_institute,emp_qual_type_code:d.qualiList[a].emp_qual_type_code,em_qual_from_year:d.qualiList[a].em_qual_from_year,em_qual_year:d.qualiList[a].em_qual_to_year,emp_qual_percentage:d.qualiList[a].emp_qual_percentage,emp_qual_remark:d.qualiList[a].emp_qual_remark,em_qual_status:d.qualiList[a].em_qual_status,opr:"I"};t.push(o)}_.post(c.apiUrl+"api/Qualification/CUDQualification?year=",t).then(function(e){d.qualificationmsg=e.data,console.log("qualificationmsg ",d.qualificationmsg),d.qualiList=[],d.combo_multiple=!1})}},d.updateQualification=function(){var e=[];if(0<d.qualiList.length){for(var t=0;t<d.qualiList.length;t++){var a=d.qualiList[t].emp_qual_qual_code,a={emp_qual_em_code:d.temp.em_login_code,emp_qual_qual_code:a,emp_qual_institute:d.qualiList[t].emp_qual_institute,emp_qual_type_code:d.qualiList[t].emp_qual_type_code,em_qual_from_year:d.qualiList[t].em_qual_from_year,em_qual_year:d.qualiList[t].em_qual_to_year,emp_qual_percentage:d.qualiList[t].emp_qual_percentage,emp_qual_remark:d.qualiList[t].emp_qual_remark,em_qual_status:d.qualiList[t].em_qual_status,opr:"U"};e.push(a)}0!=d.qualiList.length?_.post(c.apiUrl+"api/Qualification/UpadateQualification?simsobj2=",e).then(function(e){d.updateQualimsg1=e.data,console.log(d.updateQualimsg1),d.qualiList=[],d.combo_multiple=!1}):swal({text:"You not edit correct record",timer:5e3})}},d.updateExperience=function(){var e=[];if(0<d.ExperienceList.length){for(var t=0;t<d.ExperienceList.length;t++){var a={enroll_number:d.temp.em_login_code,co_company_code:"1",prev_company_name:d.ExperienceList[t].prev_company_name,prev_job_title:d.ExperienceList[t].prev_job_title,from_year:d.ExperienceList[t].from_year,from_month:d.ExperienceList[t].from_month,to_year:d.ExperienceList[t].to_year,to_month:d.ExperienceList[t].to_month,prev_job_responsibilities:d.ExperienceList[t].prev_job_responsibilities,prev_job_salary:d.ExperienceList[t].prev_job_salary,job_status:d.ExperienceList[t].job_status,em_previous_job_line_no:d.ExperienceList[t].em_previous_job_line_no,opr:"U"};e.push(a)}_.post(c.apiUrl+"api/EmpExp/CUDEmployeeExperience",e).then(function(e){d.msgupdateExp=e.data,console.log("emp exp update",d.msgupdateExp),d.ExperienceList=[],d.showExperinceList=!1})}},_.get(c.apiUrl+"api/HRMS/getCompany").then(function(e){d.company_data=e.data,d.temp.em_Company_Code=d.company_data[0].em_Company_Code,d.getdept(d.company_data[0].em_Company_Code),d.getdsig(d.company_data[0].em_Company_Code),d.getgrade(d.company_data[0].em_Company_Code),d.labour(d.company_data[0].em_Company_Code)}),_.get(c.apiUrl+"api/HRMS/getCountry").then(function(e){d.country_data=e.data}),_.get(c.apiUrl+"api/HRMS/getDestination").then(function(e){d.dest_data=e.data,d.temp.em_Dest_Code=d.dest_data[0].em_Dest_Code}),_.get(c.apiUrl+"api/studentdatabase/getdemo").then(function(e){d.demo_values=e.data,console.log("demo",d.demo_values)}),d.getcode1=function(){_.get(c.apiUrl+"api/studentdatabase/getisdd?country_code="+d.edt.mobile_number).then(function(e){d.isdcode1=e.data,console.log("isdcode",d.isdcode1),null!=d.temp.em_mobile&&"-"!=d.temp.em_mobile&&(null!=d.oldisdcode?(d.temp.em_mobile=d.temp.em_mobile,d.temp.em_mobile=d.temp.em_mobile.replace(d.oldisdcode,d.isdcode1[0].sims_country_isd_code),console.log("mobilenumber",d.temp.em_mobile)):d.temp.em_mobile=d.isdcode1[0].sims_country_isd_code+d.temp.em_mobile),null==d.temp.em_mobile&&(d.temp.em_mobile=d.isdcode1[0].sims_country_isd_code),d.olisdcode()})},d.olisdcode=function(){0<d.isdcode1.length&&(d.oldisdcode=d.isdcode1[0].sims_country_isd_code)},d.getcode3=function(){_.get(c.apiUrl+"api/studentdatabase/getisdd?country_code="+d.edt.Contact_number).then(function(e){d.isdcode3=e.data,console.log("isdcode3",d.isdcode3),null!=d.temp.em_emergency_contact_number1&&"-"!=d.temp.em_emergency_contact_number1&&(null!=d.oldisdcode2?(d.temp.em_emergency_contact_number1=d.temp.em_emergency_contact_number1,d.temp.em_emergency_contact_number1=d.temp.em_emergency_contact_number1.replace(d.oldisdcode2,d.isdcode3[0].sims_country_isd_code),console.log("Emerphonenumber",d.temp.em_emergency_contact_number1)):d.temp.em_emergency_contact_number1=d.isdcode3[0].sims_country_isd_code+d.temp.em_emergency_contact_number1),null==d.temp.em_emergency_contact_number1&&(d.temp.em_emergency_contact_number1=d.isdcode3[0].sims_country_isd_code),d.olisdcode2()})},d.olisdcode2=function(){0<d.isdcode3.length&&(d.oldisdcode2=d.isdcode3[0].sims_country_isd_code)},_.get(c.apiUrl+"api/HRMSOES/GetAccommodationStatus").then(function(e){d.AccommondationStatus=e.data,console.log("AccommondationStatus",d.AccommondationStatus)}),d.saveBtnDisEn=!1,d.imageUrl=c.docUrl+_.defaults.headers.common.schoolId+"/Images/EmployeeImages/",d.imageUrl_public=c.docUrl+_.defaults.headers.common.schoolId,new FormData),l=(d.getTheFiles=function(e){angular.forEach(e,function(e,t){i.append(t,e)})},d.file_changed=function(e){var t,e=e.files[0];d.photo_filename=e.type,null!=d.photo_filename||""!=d.photo_filename?"jpeg"==(t=d.photo_filename.split("/"))[1]||"jpg"==t[1]||"png"==t[1]?((t=new FileReader).onload=function(e){d.$apply(function(){d.prev_img=e.target.result})},t.readAsDataURL(e)):(swal({text:"Only jpeg and png image format supported."}),$("#empimg").attr("src","")):(swal({text:"Image format not supported."}),$("#empimg").attr("src",""))},d.globalSearch=function(){t.visible_stud=!1,t.visible_parent=!1,t.visible_search_parent=!1,t.visible_teacher=!1,t.visible_User=!1,t.visible_Employee=!0,t.chkMulti=!1,d.global_Search_click(),$("#Global_Search_Modal").modal({backdrop:"static"}),d.temp.em_login_code="",d.temp.EmpName="",d.showBtn=!1},d.$on("global_cancel",function(e){console.log(d.SelectedUserLst),0<d.SelectedUserLst.length&&(d.temp={},d.temp.enroll_number=d.SelectedUserLst[0].em_login_code,d.temp.name=d.SelectedUserLst[0].empName,d.EmpSearch1(d.SelectedUserLst[0].em_login_code))}),d.searchGlobalClick=function(){d.Global_Search_by_employee()},d.checkDateFormat=function(){-1!=d.temp.em_date_of_birth.indexOf("/")&&(swal({title:"Alert",text:"Please enter date only DD-MM-YYYY format",width:360,height:200}),d.temp.em_date_of_birth="")},d.checkDOJ=function(e){d.temp.em_dept_effect_from=e,d.temp.em_grade_effect_from=e,d.temp.em_date_of_birth>=d.temp.em_date_of_join&&(swal({title:"Alert",text:"Date Of Join Should greater than Date of Birth",width:300,height:200}),d.temp.em_date_of_join="")},d.checkPassport=function(){d.temp.em_passport_exp_date<d.temp.em_passport_issue_date&&(swal({title:"Alert",text:"Passport Expiry Date Should greater than Passport Issue Date",width:300,height:200}),d.temp.em_passport_exp_date="")},d.checkVisa=function(){d.temp.em_visa_exp_date<d.temp.em_visa_issue_date&&(swal({title:"Alert",text:"Visa Expiry Date Should greater than Visa Issue Date",width:300,height:200}),d.temp.em_visa_exp_date="")},d.checkEmiratesID=function(){d.temp.em_national_id_expiry_date<d.temp.em_national_id_issue_date&&(swal({title:"Alert",text:"Emirates ID Expiry Date Should greater than Emirates ID Issue Date",width:300,height:200}),d.temp.em_national_id_expiry_date="")},d.Cancel=function(){d.temp={},d.Myform.$setPristine(),d.Myform.$setUntouched(),d.roleText=!1,d.roleList=!0,d.roleReadOnly=!1,d.searchText=!1,d.national_id_readnly=!1,d.iban_number_readnly=!1,d.bank_ac_no_readnly=!1,d.emplogcode="",d.Save_btn=!0,d.Update_btn=!1,d.ImgLoaded=!1,d.prev_img="",d.emplogcode="",d.temp.em_img="",d.temp.em_date_of_join=s("date")(new Date,"dd-MM-yyyy"),d.temp.em_dept_effect_from=s("date")(new Date,"dd-MM-yyyy"),d.temp.em_grade_effect_from=s("date")(new Date,"dd-MM-yyyy"),d.temp.em_dept_effect_from=d.temp.em_date_of_join,d.temp.em_grade_effect_from=d.temp.em_date_of_join,d.temp.em_Company_Code=d.company_data[0].em_Company_Code,d.temp.em_Grade_Code=d.obj[0].em_Grade_Code,d.temp.em_Salutation_Code="1",d.saveBtn=!1,d.updateBtn=!1},d.checkEmailExists=function(e){d.temp1[0].em_email!=e&&_.post(c.apiUrl+"api/HRMS/checkEmailExists?email_id="+e).then(function(e){if(d.comnUserData=e.data,0<d.comnUserData.length)return swal({text:"Official email id already exists!!",width:350}),d.temp.em_email="",!1})},d.SaveData=function(e){var a;0==e&&swal({title:"Alert",text:"Please fill mandatory fields",width:380,showCloseButton:!0}),e&&(d.saveBtn=!0,d.updateBtn=!0,a=Math.random(),e=d.temp,void 0===d.photo_filename?e.em_img=null:(e.em_img=a+".png",e.em_dept_effect_from=d.temp.em_dept_effect_from,e.em_expected_date_of_join=d.temp.em_expected_date_of_join,e.em_grade_effect_from=d.temp.em_grade_effect_from,e.em_date_of_join=d.temp.em_date_of_join,e.em_date_of_birth=d.temp.em_date_of_birth,e.em_pssport_issue_date=d.temp.em_pssport_issue_date,e.em_passport_exp_date=d.temp.em_passport_exp_date,e.em_visa_issue_date=d.temp.em_visa_issue_date,e.em_visa_exp_date=d.temp.em_visa_exp_date,e.em_national_id_issue_date=d.temp.em_national_id_issue_date,e.em_national_id_expiry_date=d.temp.em_national_id_expiry_date),e={em_Salutation_Code:d.temp.em_Salutation_Code,em_first_name:d.temp.em_first_name,em_middle_name:d.temp.em_middle_name,em_last_name:d.temp.em_last_name,em_name_ot:d.temp.em_name_ot,em_Company_Code:d.temp.em_Company_Code,em_img:e.em_img,em_Dest_Code:d.temp.em_Dest_Code,em_Designation_Code:d.temp.em_Designation_Code,em_Dept_Code:d.temp.em_Dept_Code,em_dept_effect_from:e.em_dept_effect_from,em_expected_date_of_join:e.em_expected_date_of_join,em_Staff_Type_Code:d.temp.em_Staff_Type_Code,em_Grade_Code:d.temp.em_Grade_Code,em_grade_effect_from:e.em_grade_effect_from,em_date_of_join:e.em_date_of_join,em_blood_group_code:d.temp.em_blood_group_code,em_date_of_birth:e.em_date_of_birth,em_Sex_Code:d.temp.em_Sex_Code,em_Marital_Status_Code:d.temp.em_Marital_Status_Code,em_Country_Code:d.temp.em_Country_Code,em_Nation_Code:d.temp.em_Nation_Code,em_Religion_Code:d.temp.em_Religion_Code,em_email:d.temp.em_email,em_mobile:d.temp.em_mobile,em_emergency_contact_name1:d.temp.em_emergency_contact_name1,em_summary_address:d.temp.em_summary_address,em_emergency_contact_number1:d.temp.em_emergency_contact_number1,em_pssport_issue_date:e.em_pssport_issue_date,em_visa_no:d.temp.em_visa_no,em_visa_type_code:d.temp.em_visa_type_code,em_visa_issue_date:e.em_visa_issue_date,em_visa_exp_date:e.em_visa_exp_date,em_national_id:d.temp.em_national_id,em_national_id_issue_date:e.em_national_id_issue_date,em_national_id_expiry_date:e.em_national_id_expiry_date,em_labour_card_no:d.temp.em_labour_card_no,em_iban_no:e.em_iban_no,em_bank_ac_no:e.em_bank_ac_no,comn_role_code:d.temp.comn_role_code,em_punching_id:d.temp.em_punching_id,em_punching_status:d.temp.em_punching_status,em_personalemail:d.temp.em_personalemail,em_teacher_status:d.temp.em_teacher_status,em_probation_period_days:d.temp.em_probation_period_days,em_offer_letter_send_date:d.temp.em_offer_letter_send_date,em_probation_completion_date:d.temp.em_probation_completion_date,em_accommodation_status:d.temp.em_accommodation_status,em_passport_expiry_date:d.temp.em_passport_expiry_date,em_passport_issue_date:d.temp.em_passport_issue_date,em_passport_number:d.temp.em_passport_number,em_interview_date:d.temp.em_interview_date,em_emergency_relation1:d.temp.em_emergency_relation1,en_labour_card_expiry_date:d.temp.en_labour_card_expiry_date,em_bank_cash_tag:d.temp.em_bank_cash_tag,em_ethnicity_code:d.temp.em_ethnicity_code,em_City_Code:d.temp.em_City_Code,em_State_Code:d.temp.em_State_Code,em_khda_noc_required:d.temp.em_khda_noc_required,em_khda_noc_submitted:d.temp.em_khda_noc_submitted,em_employer_visa_required:d.temp.em_employer_visa_required,em_employer_labor_required:d.temp.em_employer_labor_required,em_accommodation_required:d.temp.em_accommodation_required,em_health_card_required:d.temp.em_health_card_required,em_medical_insurance_required:d.temp.em_medical_insurance_required,pays_payroll_display_order:d.temp.pays_payroll_display_order,em_agreement_code:d.temp.em_agreement_code,opr:"H"},_.post(c.apiUrl+"api/HRMS/CUCreateEditEmployeeLEMS",e).then(function(e){d.CUDobj={},d.CUDobj=e.data,d.Myform.$setPristine(),d.Myform.$setUntouched(),null==d.CUDobj.strMessage&&""==d.CUDobj.strMessage&&null==d.CUDobj.strMessage||(swal({text:"Employee code "+d.CUDobj.strMessage+" generated successfully."}),d.saveQualification(d.CUDobj.strMessage),d.saveExperience(d.CUDobj.strMessage),d.Cancel(),setTimeout(function(){d.saveBtn=!1,d.updateBtn=!1},1e3));var e=d.CUDobj.strMessage.split(" ")[2],t=e+a+".png",t=(console.log(e),console.log(t),{method:"POST",url:c.apiUrl+"/api/file/upload?filename="+e+a+"&location=/EmployeeImages",data:i,headers:{"Content-Type":void 0}});_(t).success(function(e){console.log(e)})}))},d.EmpSearch1=function(t){d.Save_btn=!1,d.Update_btn=!0,d.expecteddate=!0,$(document).ready(function(){$("#temporary_join_date").kendoDatePicker(),$("#DOJ").kendoDatePicker(),$("#from_date").kendoDatePicker(),$("#temporary_join_date").data("kendoDatePicker").enable(!1),$("#DOJ").data("kendoDatePicker").enable(!1),$("#from_date").data("kendoDatePicker").enable(!1)}),d.dateofjoin=!0,d.searchText=!0,d.roleText=!0,d.roleList=!1,d.roleReadOnly=!0,d.addDisabled=!0,_.get(c.apiUrl+"api/HRMS/getSearchEmpMasterLEMS?em_login_code="+t).then(function(e){d.temp1=e.data,d.temp={enroll_number:t,em_login_code:d.temp1[0].em_login_code,em_number:d.temp1[0].em_number,em_service_status_code:d.temp1[0].em_service_status_code,em_status_code:d.temp1[0].em_status_code,em_apartment_number:d.temp1[0].em_apartment_number,em_family_name:d.temp1[0].em_family_name,em_street_number:d.temp1[0].em_street_number,em_area_number:d.temp1[0].em_area_number,em_phone:d.temp1[0].em_phone,em_fax:d.temp1[0].em_fax,em_post:d.temp1[0].em_post,em_emergency_contact_name2:d.temp1[0].em_emergency_contact_name2,em_emergency_contact_number2:d.temp1[0].em_emergency_contact_number2,em_joining_ref:d.temp1[0].em_joining_ref,em_ethnicity_code:d.temp1[0].em_ethnicity_code,em_handicap_status:d.temp1[0].em_handicap_status,em_stop_salary_indicator:d.temp1[0].em_stop_salary_indicator,em_agreement:d.temp1[0].em_agreement,em_punching_status:d.temp1[0].em_punching_status,em_bank_cash_tag:d.temp1[0].em_bank_cash_tag,em_citi_exp_tag:d.temp1[0].em_citi_exp_tag,em_leave_tag:d.temp1[0].em_leave_tag,em_passport_issue_place:d.temp1[0].em_passport_issue_place,em_passport_issuing_authority:d.temp1[0].em_passport_issuing_authority,em_pssport_exp_rem_date:d.temp1[0].em_pssport_exp_rem_date,em_visa_issuing_place:d.temp1[0].em_visa_issuing_place,em_visa_issuing_authority:d.temp1[0].em_visa_issuing_authority,em_visa_exp_rem_date:d.temp1[0].em_visa_exp_rem_date,em_visa_type_code:d.temp1[0].em_visa_type_code,em_agreement_start_date:d.temp1[0].em_agreement_start_date,em_agreement_exp_date:d.temp1[0].em_agreement_exp_date,em_agreemet_exp_rem_date:d.temp1[0].em_agreemet_exp_rem_date,em_punching_id:d.temp1[0].em_punching_id,em_dependant_full:d.temp1[0].em_dependant_full,em_dependant_half:d.temp1[0].em_dependant_half,em_dependant_infant:d.temp1[0].em_dependant_infant,em_Bank_Code:d.temp1[0].em_Bank_Code,em_bank_ac_no:d.temp1[0].em_bank_ac_no,em_iban_no:d.temp1[0].em_iban_no,em_route_code:d.temp1[0].em_route_code,em_bank_swift_code:d.temp1[0].em_bank_swift_code,em_gpf_ac_no:d.temp1[0].em_gpf_ac_no,em_pan_no:d.temp1[0].em_pan_no,em_labour_card_no:d.temp1[0].em_labour_card_no,em_gosi_ac_no:d.temp1[0].em_gosi_ac_no,em_gosi_start_date:d.temp1[0].em_gosi_start_date,em_national_id:d.temp1[0].em_national_id,em_secret_question_code:d.temp1[0].em_secret_question_code,em_secret_answer:d.temp1[0].em_secret_answer,em_building_number:d.temp1[0].em_building_number,em_Company_Code:d.temp1[0].em_Company_Code,em_Dept_Code:d.temp1[0].em_Dept_Code,em_Designation_Code:d.temp1[0].em_Designation_Code,em_Dest_Code:d.temp1[0].em_Dest_Code,em_Grade_Code:d.temp1[0].em_Grade_Code,em_Marital_Status_Code:d.temp1[0].em_Marital_Status_Code,em_Nation_Code:d.temp1[0].em_Nation_Code,em_Country_Code:d.temp1[0].em_Country_Code,em_State_Code:d.temp1[0].em_State_Code,em_City_Code:d.temp1[0].em_City_Code,em_Religion_Code:d.temp1[0].em_Religion_Code,em_Salutation_Code:d.temp1[0].em_Salutation_Code,em_Sex_Code:d.temp1[0].em_Sex_Code,em_Staff_Type_Code:d.temp1[0].em_Staff_Type_Code,em_blood_group_code:d.temp1[0].em_blood_group_code,em_date_of_birth:d.temp1[0].em_date_of_birth,em_date_of_join:d.temp1[0].em_date_of_join,em_dept_effect_from:d.temp1[0].em_dept_effect_from,em_expected_date_of_join:d.temp1[0].em_expected_date_of_join,em_email:d.temp1[0].em_email,em_emergency_contact_name1:d.temp1[0].em_emergency_contact_name1,em_emergency_contact_number1:d.temp1[0].em_emergency_contact_number1,em_first_name:d.temp1[0].em_first_name,em_grade_effect_from:d.temp1[0].em_grade_effect_from,em_last_name:d.temp1[0].em_last_name,em_middle_name:d.temp1[0].em_middle_name,em_mobile:d.temp1[0].em_mobile,em_name_ot:d.temp1[0].em_name_ot,em_national_id_expiry_date:d.temp1[0].em_national_id_expiry_date,em_national_id_issue_date:d.temp1[0].em_national_id_issue_date,em_passport_issue_date:d.temp1[0].em_passport_issue_date,em_passport_number:d.temp1[0].em_passport_number,em_summary_address:d.temp1[0].em_summary_address,em_summary_address_local_language:d.temp1[0].em_summary_address_local_language,em_visa_exp_date:d.temp1[0].em_visa_exp_date,em_stop_salary_from:d.temp1[0].em_stop_salary_from,em_visa_issue_date:d.temp1[0].em_visa_issue_date,em_visa_no:d.temp1[0].em_visa_no,comn_role_code:d.temp1[0].comn_role_code,comn_role_name:d.temp1[0].comn_role_name,em_img:d.temp1[0].em_img,em_personalemail:d.temp1[0].em_personalemail,em_teacher_status:d.temp1[0].em_teacher_status,em_passport_expiry_date:d.temp1[0].em_passport_expiry_date,em_probation_period_days:d.temp1[0].em_probation_period_days,em_probation_completion_date:d.temp1[0].em_probation_completion_date,em_offer_letter_send_date:d.temp1[0].em_offer_letter_send_date,em_accommodation_status:d.temp1[0].em_accommodation_status,en_labour_card_expiry_date:d.temp1[0].en_labour_card_expiry_date,em_offer_letter_send_date:d.temp1[0].em_offer_letter_send_date,em_interview_date:d.temp1[0].em_interview_date,em_emergency_relation1:d.temp1[0].em_emergency_relation1,em_khda_noc_required:d.temp1[0].em_khda_noc_required,em_khda_noc_submitted:d.temp1[0].em_khda_noc_submitted,em_employer_visa_required:d.temp1[0].em_employer_visa_required,em_employer_labor_required:d.temp1[0].em_employer_labor_required,em_accommodation_required:d.temp1[0].em_accommodation_required,em_health_card_required:d.temp1[0].em_health_card_required,em_medical_insurance_required:d.temp1[0].em_medical_insurance_required,pays_payroll_display_order:d.temp1[0].pays_payroll_display_order,em_agreement_code:d.temp1[0].em_agreement_code},console.log(d.imageUrl+d.temp.em_img),console.log("temp",d.temp),d.getstate(d.temp.em_Country_Code),d.getcity(d.temp.em_State_Code),d.getQualiByEmpcode=function(e){_.get(c.apiUrl+"api/Qualification/getQualificationByEmployee?emp_code="+d.temp1[0].em_login_code).then(function(e){d.qualiList=e.data,console.log("qualiList",d.qualiList),d.combo_multiple=!0})},d.getQualiByEmpcode(),_.get(c.apiUrl+"api/EmpExp/getEmployeeExp?em_login_code="+d.temp1[0].em_login_code).then(function(e){d.ExperienceList=e.data,console.log("ExperienceList",d.ExperienceList),d.showExperinceList=!0}),d.showEmpDocumentList(d.temp1[0].em_login_code)})},d.image_click=function(){d.ImgLoaded=!0},d.UpdateData=function(e){var t;d.national_id_readnly=!0,d.iban_number_readnly=!0,d.bank_ac_no_readnly=!0,e?(d.saveBtn=!0,d.updateBtn=!0,e=Math.random(),t=d.temp,void 0!==d.photo_filename&&(d.em_img="",t.em_img=d.temp.em_login_code+e+".png"),t.opr="U",t.subopr="Up",1==d.ImgLoaded&&(e={method:"POST",url:c.apiUrl+"/api/file/Imageupload?filename="+d.temp.em_login_code+e+"&location=/EmployeeImages",data:i,headers:{"Content-Type":void 0}},_(e).success(function(e){})),console.log("Update",t),_.post(c.apiUrl+"api/HRMS/CUMasterEmployee",t).then(function(e){d.CUDobj={},d.CUDobj=e.data,d.Myform.$setPristine(),d.Myform.$setUntouched(),null==d.CUDobj.strMessage&&""==d.CUDobj.strMessage&&null==d.CUDobj.strMessage||(swal({text:d.CUDobj.strMessage}),d.updateQualification(),d.updateExperience(),d.Cancel(),setTimeout(function(){d.saveBtn=!1,d.updateBtn=!1},1e3))}),d.searchText=!1,d.Save_btn=!0,d.Update_btn=!1):swal({title:"Alert",text:"Please fill mandatory fields",width:380,showCloseButton:!0})},d.change_em_teacher_status=function(){"T"!=d.temp.em_Staff_Type_Code?d.temp.em_teacher_status=!1:d.temp.em_teacher_status=!0},d.setProbationCompletionReminderDate=function(){var e;d.Probation=!0,null!=d.temp.em_date_of_join&&(console.log(d.temp.em_date_of_join),e=moment(d.temp.em_date_of_join,"DD-MM-YYYY"),console.log(e),d.temp.em_probation_completion_date=e.add(parseInt(d.temp.em_probation_period_days),"days").format("DD-MM-YYYY"),console.log(d.temp.em_probation_completion_date),console.log("em_probation_confirmation_date",d.temp.em_probation_completion_date))},d.downloaddoc=function(e){d.url=c.docUrl+_.defaults.headers.common.schoolId+"/Images/EmployeeDocument/"+e,window.open(d.url)},d.getTheFiles1=function(e){d.filesize=!0,angular.forEach(e,function(e,t){i.append(t,e)})},d.showEmpDocumentList=function(e){_.post(c.apiUrl+"api/EmpDocumentupload/DocumentdetailData",{pays_doc_empl_id:e,show:"all"}).then(function(e){d.DocumentdetailsData=e.data,console.log("abc",d.DocumentdetailsData);for(var t=0;t<d.DocumentdetailsData.length;t++)d.DocumentdetailsData[t]=e.data[t],d.visible=[],d.visible=e.data[t].pays_doc_path.split(","),d.DocumentdetailsData[t].path=d.visible;console.log("doc",d.DocumentdetailsData)})},d.uploadClick=function(e){d.filesize=!0,d.edt1=e,console.log(d.edt1),d.edt1.photoStatus=!0,d.ins=!1,i=new FormData},[]);d.file_changed1=function(e,t){var a=e.files[0],o=(d.photo_filename=a.type,d.filename1=a.name,console.log("file",d.filename1),a.name.split(".")[1]);if("jpeg"==o||"jpg"==o||"png"==o||"pdf"==o||"docx"==o||"doc"==o){var s=e.files;if(s.length){l=new FormData;for(var n=0;n<s.length;n++){s[n].name.split(".");l.append(s[n].name,s[n],"Web\\"+s[n].name.replace(/\s/g,""))}}var i,o=new FileReader;o.onload=function(e){d.$apply(function(){d.prev_img=e.target.result})},null==d.edt1.count&&(d.edt1.count=1),o.readAsDataURL(a),e.files[0].size<2e6&&(console.log(d.edt1.count),console.log(d.edt1.pays_doc_path),null==d.edt1.pays_doc_path||""==d.edt1.pays_doc_path?d.edt1.count=d.edt1.count:d.edt1.count=d.edt1.count+1,o={method:"POST",url:c.apiUrl+"api/AssignmentUpload/upload1?filename="+d.filename1+"&location=Images/EmployeeDocument/",data:l,headers:{"Content-Type":void 0}},i=[],_(o).success(function(e){var t=[],e={pays_doc_empl_id:d.edt1.pays_doc_empl_id,pays_doc_mod_code:d.edt1.pays_doc_mod_code,pays_doc_code:d.edt1.pays_doc_code,pays_doc_desc:d.edt1.pays_doc_desc,pays_doc_path:e,pays_doc_issue_date:void 0,pays_doc_expiry_date:void 0,pays_doc_status:"A",pays_doc_srno:""};console.log(e),i.push(e),null==e.pays_doc_path&&""==e.pays_doc_path||(null==d.edt1.pays_doc_path||""==d.edt1.pays_doc_path?(console.log(d.edt1.count),e.pays_doc_status="false",e.opr="I",t.push(e),console.log(e),_.post(c.apiUrl+"api/EmpDocumentupload/InsertUpdateDocumentDetail",t).then(function(e){d.ins=e.data,e.data&&(swal({text:"Document Updated Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}),d.edt1.count=d.edt1.count+1),d.showEmpDocumentList(d.edt1.pays_doc_empl_id)})):(e.opr="U",e.pays_doc_srno=d.edt1.pays_doc_srno,t.push(e),_.post(c.apiUrl+"api/EmpDocumentupload/InsertUpdateDocumentDetail",t).then(function(e){d.ins=e.data,e.data&&(swal({text:"Document Uploaded Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}),d.showEmpDocumentList(d.edt1.pays_doc_empl_id))})))}))}else swal({title:"Alert",text:"Document type not allowed",showCloseButton:!0,width:380})},d.doc_delete=function(t){var e={pays_doc_code:t.pays_doc_code,pays_doc_srno:t.pays_doc_srno,pays_doc_empl_id:t.pays_doc_empl_id};_.post(c.apiUrl+"api/EmpDocumentupload/DocumentDelete",e).then(function(e){d.del=e.data,e.data&&swal({text:"Document Deleted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}),d.showEmpDocumentList(t.pays_doc_empl_id)})}}]),e.directive("ngFiles",["$parse",function(s){return{link:function(t,e,a){var o=s(a.ngFiles);e.on("change",function(e){o(t,{$files:e.target.files})})}}}])}(),function(){"use strict";var d,c=[],l=[],e=angular.module("sims.module.Scheduling");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("BellCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(o,t,a,e,s,n,i){o.pagesize="5",o.table1=!0,n.get(i.apiUrl+"api/bell/getBell").then(function(e){o.BellData=e.data,o.totalItems=o.BellData.length,o.todos=o.BellData,o.makeTodos(),o.user_access=[],o.appcode=t.current.name.split(".");e=a.globals.currentUser.username;n.get(i.apiUrl+"api/AlertTransaction/Get_user_access_rights?username="+e+"&appl_code="+o.appcode[1]).then(function(e){o.user_rights=e.data;for(var t=0;t<o.user_rights.length;t++)0==t&&(o.user_access.data_read=o.user_rights[t].comn_user_read,o.user_access.data_insert=o.user_rights[t].comn_user_insert,o.user_access.data_update=o.user_rights[t].comn_user_update,o.user_access.data_delete=o.user_rights[t].comn_user_delete,o.user_access.data_massupdate=o.user_rights[t].comn_user_massupdate,o.user_access.is_admin=o.user_rights[t].comn_user_admin)})}),n.get(i.apiUrl+"api/common/getAllAcademicYear").then(function(e){o.ActiveYear=e.data}),o.operation=!1,o.editmode=!1,o.size=function(e){o.pagesize=e,o.currentPage=1,o.numPerPage=e,o.makeTodos()},o.index=function(e){o.pageindex=e,o.currentPage=e,o.makeTodos(),d.checked=!1,o.row1=""},o.edt="",o.New=function(){0==o.user_access.data_insert?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(o.myForm.$setPristine(),o.myForm.$setUntouched(),o.newmode=!0,o.check=!0,o.edt="",o.editmode=!1,o.readonly=!1,o.table1=!1,o.operation=!0,o.savebtn=!0,o.updatebtn=!1,o.edt={},o.edt.sims_bell_status=!0)},o.up=function(e){0==o.user_access.data_update?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(o.editmode=!0,o.newmode=!1,o.savebtn=!1,o.updatebtn=!0,o.readonly=!0,o.table1=!1,o.operation=!0,o.edt={sims_bell_academic_year:e.sims_bell_academic_year,sims_academic_year_description:e.sims_academic_year_description,sims_bell_code:e.sims_bell_code,sims_bell_desc:e.sims_bell_desc,sims_bell_status:e.sims_bell_status})},o.cancel=function(){o.table1=!0,o.operation=!1,o.myForm.$setPristine(),o.myForm.$setUntouched()},o.Save=function(e){e&&(l=[],e=[],(e=o.edt).opr="I",l.push(e),n.post(i.apiUrl+"api/bell/BellCUD",l).then(function(e){o.msg1=e.data,1==o.msg1?swal({text:"Record Inserted Successfully",imageUrl:"assets/img/check.png",width:300,height:200}):0==o.msg1?swal({text:"Record Not Inserted. ",imageUrl:"assets/img/close.png",width:300,height:200}):swal("Error-"+o.msg1),n.get(i.apiUrl+"api/bell/getBell").then(function(e){o.BellData=e.data,o.totalItems=o.BellData.length,o.todos=o.BellData,o.makeTodos()})}),o.table1=!0,o.operation=!1)},o.Update=function(){l=[];var e,e=[];(e=o.edt).opr="U",l.push(e),n.post(i.apiUrl+"api/bell/BellCUD",l).then(function(e){o.msg1=e.data,1==o.msg1?swal({text:"Record Updated Successfully",imageUrl:"assets/img/check.png",width:300,height:200}):0==o.msg1?swal({text:"Record Not Updated. ",imageUrl:"assets/img/close.png",width:300,height:200}):swal("Error-"+o.msg1),n.get(i.apiUrl+"api/bell/getBell").then(function(e){o.BellData=e.data,o.totalItems=o.BellData.length,o.todos=o.BellData,o.makeTodos()})}),o.operation=!1,o.table1=!0},o.filteredTodos=[],o.currentPage=1,o.numPerPage=5,o.maxSize=5,o.makeTodos=function(){var e=parseInt(o.totalItems%o.numPerPage),e=(o.pagersize="0"==e?parseInt(o.totalItems/o.numPerPage):parseInt(o.totalItems/o.numPerPage)+1,(o.currentPage-1)*o.numPerPage),t=parseInt(e)+parseInt(o.numPerPage);o.filteredTodos=o.todos.slice(e,t)},o.CheckAllChecked=function(){if(1==(d=document.getElementById("mainchk")).checked)for(var e=0;e<o.filteredTodos.length;e++)document.getElementById(o.filteredTodos[e].sims_bell_code+e).checked=!0,o.row1="row_selected";else for(e=0;e<o.filteredTodos.length;e++)document.getElementById(o.filteredTodos[e].sims_bell_code+e).checked=!1,d.checked=!1,o.row1=""},o.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),o.color="#edefef"}),1==(d=document.getElementById("mainchk")).checked&&(d.checked=!1,o.color="#edefef",o.row1="")},o.deleterecord=function(){c=[],o.flag=!1;for(var e,t=0;t<o.filteredTodos.length;t++)1==document.getElementById(o.filteredTodos[t].sims_bell_code+t).checked&&(o.flag=!0,e={sims_bell_code:o.filteredTodos[t].sims_bell_code,opr:"D"},c.push(e));o.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)n.post(i.apiUrl+"api/bell/BellCUD",c).then(function(e){o.msg1=e.data,1==o.msg1?swal({text:"Record Deleted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&n.get(i.apiUrl+"api/bell/getBell").then(function(e){o.BellData=e.data,o.totalItems=o.BellData.length,o.todos=o.BellData,o.makeTodos()})}):0==o.msg1?swal({text:"Record Not Deleted. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&n.get(i.apiUrl+"api/bell/getBell").then(function(e){o.BellData=e.data,o.totalItems=o.BellData.length,o.todos=o.BellData,o.makeTodos()})}):swal("Error-"+o.msg1)});else for(var t=0;t<o.filteredTodos.length;t++){var a=document.getElementById(o.filteredTodos[t].sims_bell_code+t);1==a.checked&&(a.checked=!1,o.row1="")}}):swal({text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}),o.currentPage=!0,d.checked=!1,o.CheckAllChecked()},o.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).sims_bell_desc.toLowerCase().indexOf(t.toLowerCase())||e.sims_bell_code==t;var t})},o.search=function(){o.todos=o.searched(o.BellData,o.searchText),o.totalItems=o.todos.length,o.currentPage="1",""==o.searchText&&(o.todos=o.BellData),o.makeTodos()},e(function(){$("#fixTable").tableHeadFixer({top:1})},100)}])}(),function(){"use strict";var e=angular.module("sims.module.Student");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("ClassListTeacherViewIhsCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(s,e,n,t,a,i,d){s.display=!0,s.table_data=!1,s.table1=!1;var o=n.globals.currentUser.username;i.get(d.apiUrl+"api/common/getCuriculum").then(function(e){s.temp={},s.cur_data=e.data,s.temp.sims_cur_code=s.cur_data[0].sims_cur_code,s.academic_year()}),s.academic_year=function(){s.grades_data=[],s.aca_year=[],i.get(d.apiUrl+"api/common/getAcademicYear?curCode="+s.temp.sims_cur_code).then(function(e){s.aca_year=e.data,s.temp.sims_academic_year=s.aca_year[0].sims_academic_year,s.get_grades(s.temp.sims_cur_code,s.aca_year[0].sims_academic_year)})},s.get_grades=function(e,t){i.get(d.apiUrl+"api/ClassListTeacherViewLeams/getclasslistgrades?cur="+e+"&a_year="+t+"&username="+o).then(function(e){s.grades_data=e.data,console.log(s.grades_data)})},s.pas_ssection=function(e,t,a){i.get(d.apiUrl+"api/ClassListTeacherViewLeams/getclasslistsection?cur="+e+"&a_year="+t+"&grades="+a+"&username="+o).then(function(e){s.section_data=e.data,console.log(s.section_data)})},s.initialize=function(){s.get_all_data=[],s.table1=!1,s.msg1=!1,s.temp={sims_bell_grade_code:"",sims_bell_section_code:""}},s.initialize(),s.Fetch=function(e,t,a,o){s.table1=!0,""!=s.temp.sims_bell_grade_code&&s.temp.sims_bell_grade_code&&""!=s.temp.sims_bell_section_code&&s.temp.sims_bell_section_code?(s.msg1=!1,s.table_data=!1,i.get(d.apiUrl+"api/ClassListTeacherViewLeams/getallData?cur="+e+"&a_year="+t+"&grades="+a+"&section="+o+"&login_code="+n.globals.currentUser.username).then(function(e){s.get_all_data=e.data,console.log("My Data:",s.section_data)})):s.msg1=swal({showCloseButton:!0,text:"Please select School and Section",width:350,showCloseButon:!0})},s.orderByField="",s.reverseSort=!1,s.showRollNumberColumn=!1,s.getParameterValue=function(){i.get(d.apiUrl+"api/ClassListTeacherViewLeams/Getvisible_rollnumber").then(function(e){console.log("API Response:",e.data),s.showRollNumberColumn="Y"===e.data[0].sims_appl_parameter,console.log("Show Roll Number:",s.showRollNumberColumn)}).catch(function(e){console.error("Error fetching parameter:",e)})},s.customSortFunction=function(e){return"sims_roll_number"===s.orderByField?e.sims_roll_number?parseInt(e.sims_roll_number,10):Number.MAX_SAFE_INTEGER:e[s.orderByField]},s.setSorting=function(e){s.orderByField===e?s.reverseSort=!s.reverseSort:(s.orderByField=e,s.reverseSort=!1)},s.getParameterValue(),s.ExportData=function(){swal({title:"",text:"Are you sure you want to Save  ClassListTeacherView.xlsx ?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:390,cancelButtonText:"No"}).then(function(e){e&&alasql('SELECT * INTO XLSX("ClassListTeacherView.xlsx",{headers:true})  FROM HTML("#printdata3",{headers:true,skipdisplaynone:true})')})}}])}(),function(){"use strict";var d,c=[],l=[],r=[],e=angular.module("sims.module.Scheduling");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("BellDayCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(o,e,t,a,s,n,i){o.pagesize="5",o.table1=!0,o.operation=!1,delete o.edt,n.get(i.apiUrl+"api/BellDay/getBellDay").then(function(e){o.BellDay_Data=e.data,o.totalItems=o.BellDay_Data.length,o.todos=o.BellDay_Data,o.makeTodos()}),n.get(i.apiUrl+"api/common/getAllAcademicYear").then(function(e){o.ActiveYear=e.data}),o.getBellDesc=function(){n.get(i.apiUrl+"api/BellDay/getBellDescByAcy?Acayear="+o.edt.sims_bell_academic_year).then(function(e){o.BellDescByAcy=e.data})},o.editmode=!1,o.size=function(e){o.pagesize=e,o.currentPage=1,o.numPerPage=e,o.makeTodos()},o.index=function(e){o.pageindex=e,o.currentPage=e,o.makeTodos(),d.checked=!1,o.row1=""},o.New=function(){o.myForm.$setPristine(),o.myForm.$setUntouched(),o.newmode=!0,o.check=!0,o.editmode=!1,o.readonly=!1,o.table1=!1,o.operation=!0,o.savebtn=!0,o.updatebtn=!1,o.edt={sims_bell_day_desc:"",sims_bell_day_order:"",sims_bell_day_short_desc:""}},o.up=function(e){o.editmode=!0,o.newmode=!1,o.savebtn=!1,o.updatebtn=!0,o.readonly=!0,o.table1=!1,o.operation=!0,o.edt={sims_bell_academic_year:e.sims_bell_academic_year,sims_academic_year_description:e.sims_academic_year_description,sims_bell_code:e.sims_bell_code,sims_bell_desc:e.sims_bell_desc,sims_bell_day_code:e.sims_bell_day_code,sims_bell_day_desc:e.sims_bell_day_desc,sims_bell_day_short_desc:e.sims_bell_day_short_desc,sims_bell_day_order:e.sims_bell_day_order}},o.cancel=function(){o.table1=!0,o.operation=!1,o.myForm.$setPristine(),o.myForm.$setUntouched(),delete o.edt,o.edt={sims_bell_day_desc:"",sims_bell_day_order:"",sims_bell_day_short_desc:""}},o.Save=function(e){if(e){l=[];var t,t=[];(t=o.edt).opr="I",o.exist=!1;for(var a=0;a<o.BellDay_Data.length;a++)o.BellDay_Data[a].sims_bell_code==t.sims_bell_code&&o.BellDay_Data[a].sims_bell_day_code==t.sims_bell_day_code&&(o.exist=!0);o.exist?swal({text:"Bell Day Already Exists",imageUrl:"assets/img/notification-alert.png",width:300,height:200}):(l.push(t),n.post(i.apiUrl+"api/BellDay/BellDayCUD",l).then(function(e){o.msg1=e.data,1==o.msg1?swal({text:"Record Inserted Successfully",imageUrl:"assets/img/check.png",width:300,height:200}):0==o.msg1?swal({text:"Record Not Inserted. ",imageUrl:"assets/img/close.png",width:300,height:200}):swal("Error-"+o.msg1),n.get(i.apiUrl+"api/BellDay/getBellDay").then(function(e){o.BellDay_Data=e.data,o.totalItems=o.BellDay_Data.length,o.todos=o.BellDay_Data,o.makeTodos()})})),o.table1=!0,o.operation=!1}},o.Update=function(e){e&&(r=[],l=[],(r=o.edt).opr="U",l.push(r),n.post(i.apiUrl+"api/BellDay/BellDayCUD",l).then(function(e){o.msg1=e.data,1==o.msg1?swal({text:"Record Updated Successfully",imageUrl:"assets/img/check.png",width:300,height:200}):0==o.msg1?swal({text:"Record Not Updated. ",imageUrl:"assets/img/close.png",width:300,height:200}):swal("Error-"+o.msg1),n.get(i.apiUrl+"api/BellDay/getBellDay").then(function(e){o.BellDay_Data=e.data,o.totalItems=o.BellDay_Data.length,o.todos=o.BellDay_Data,o.makeTodos()})}),o.operation=!1,o.table1=!0)},o.filteredTodos=[],o.currentPage=1,o.numPerPage=5,o.maxSize=5,o.makeTodos=function(){var e=parseInt(o.totalItems%o.numPerPage),e=(o.pagersize="0"==e?parseInt(o.totalItems/o.numPerPage):parseInt(o.totalItems/o.numPerPage)+1,(o.currentPage-1)*o.numPerPage),t=parseInt(e)+parseInt(o.numPerPage);o.filteredTodos=o.todos.slice(e,t)},o.CheckAllChecked=function(){if(1==(d=document.getElementById("mainchk")).checked)for(var e=0;e<o.filteredTodos.length;e++)document.getElementById(o.filteredTodos[e].sims_bell_day_code+e).checked=!0,o.row1="row_selected";else for(e=0;e<o.filteredTodos.length;e++)document.getElementById(o.filteredTodos[e].sims_bell_day_code+e).checked=!1,d.checked=!1,o.row1=""},o.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),o.color="#edefef"}),1==(d=document.getElementById("mainchk")).checked&&(d.checked=!1,o.color="#edefef",o.row1="")},o.deleterecord=function(){c=[],o.flag=!1;for(var e,t=0;t<o.filteredTodos.length;t++)1==document.getElementById(o.filteredTodos[t].sims_bell_day_code+t).checked&&(o.flag=!0,e={sims_bell_academic_year:o.filteredTodos[t].sims_bell_academic_year,sims_bell_day_code:o.filteredTodos[t].sims_bell_day_code,sims_bell_code:o.filteredTodos[t].sims_bell_code,opr:"D"},c.push(e));o.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)n.post(i.apiUrl+"api/BellDay/BellDayCUD",c).then(function(e){o.msg1=e.data,1==o.msg1?swal({text:"Record Deleted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&n.get(i.apiUrl+"api/BellDay/getBellDay").then(function(e){o.BellDay_Data=e.data,o.totalItems=o.BellDay_Data.length,o.todos=o.BellDay_Data,o.makeTodos()})}):0==o.msg1?swal({text:"Record Not Deleted. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&n.get(i.apiUrl+"api/BellDay/getBellDay").then(function(e){o.BellDay_Data=e.data,o.totalItems=o.BellDay_Data.length,o.todos=o.BellDay_Data,o.makeTodos()})}):swal("Error-"+o.msg1)});else for(var t=0;t<o.filteredTodos.length;t++){var a=document.getElementById(o.filteredTodos[t].sims_bell_day_code+t);1==a.checked&&(a.checked=!1,o.row1="")}}):swal({text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}),o.currentPage=!0,d.checked=!1,o.CheckAllChecked()},o.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).sims_bell_desc.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_bell_day_desc.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_bell_day_short_desc.toLowerCase().indexOf(t.toLowerCase())||e.sims_bell_day_code==t||e.sims_bell_day_order==t||e.sims_bell_code==t;var t})},o.search=function(){o.todos=o.searched(o.BellDay_Data,o.searchText),o.totalItems=o.todos.length,o.currentPage="1",""==o.searchText&&(o.todos=o.BellDay_Data),o.makeTodos()}}])}(),function(){"use strict";var d,c=[],l=[],e=angular.module("sims.module.Scheduling");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("BellDetailsCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(o,e,t,a,s,n,i){o.pagesize="10",o.pageindex="0",o.pager=!0,delete o.edt,o.table1=!0,n.get(i.apiUrl+"api/BellDetails/getBellDetails").then(function(e){o.BellDetails_data=e.data,o.totalItems=o.BellDetails_data.length,o.todos=o.BellDetails_data,o.makeTodos()}),n.get(i.apiUrl+"api/common/getAllAcademicYear").then(function(e){o.ActiveYear=e.data,0<e.data.length&&(o.edt.sims_bell_academic_year=e.data[0].sims_academic_year,o.getBellDesc(o.edt.sims_bell_academic_year))}),o.getBellDesc=function(){n.get(i.apiUrl+"api/BellDay/getBellDescByAcy?Acayear="+o.edt.sims_bell_academic_year).then(function(e){o.BellDescByAcy=e.data})},o.getbellday=function(){n.get(i.apiUrl+"api/BellDetails/getBellDayCode?bellCode="+o.edt.sims_bell_code+"&bellyear="+o.edt.sims_bell_academic_year).then(function(e){o.BellDayCode=e.data})},o.operation=!1,o.editmode=!1,o.size=function(e){"All"==e?(o.currentPage="1",o.filteredTodos=o.BellDetails_data,o.pager=!1):(o.pager=!0,o.pagesize=e,o.currentPage=1,o.numPerPage=e,o.makeTodos()),o.numPerPage=e},o.index=function(e){o.pageindex=e,o.currentPage=e,o.makeTodos(),d.checked=!1,o.row1="",o.CheckAllChecked()},o.New=function(){o.newmode=!0,o.check=!0,o.edt="",o.editmode=!1,o.readonly=!1,o.table1=!1,o.operation=!0,o.savebtn=!0,o.updatebtn=!1,o.edt={},0<o.ActiveYear.length&&(o.edt.sims_bell_academic_year=o.ActiveYear[0].sims_academic_year,o.getBellDesc(o.edt.sims_bell_academic_year)),o.edt.sims_bell_status=!0,o.myForm.$setPristine(),o.myForm.$setUntouched()},o.up=function(e){o.editmode=!0,o.newmode=!1,o.savebtn=!1,o.updatebtn=!0,o.readonly=!0,o.table1=!1,o.operation=!0,o.edt={sims_bell_academic_year:e.sims_bell_academic_year,sims_academic_year_description:e.sims_academic_year_description,sims_bell_code:e.sims_bell_code,sims_bell_day_code:e.sims_bell_day_code,sims_bell_slot_code:e.sims_bell_slot_code,sims_bell_break:e.sims_bell_break,sims_bell_start_time:e.sims_bell_start_time,sims_bell_end_time:e.sims_bell_end_time,sims_bell_slot_desc:e.sims_bell_slot_desc,sims_bell_status:e.sims_bell_status,sims_bell_desc:e.sims_bell_desc,sims_bell_day_desc:e.sims_bell_day_desc}},o.cancel=function(){o.table1=!0,o.operation=!1,o.myForm.$setPristine(),o.myForm.$setUntouched()},o.Save=function(e){if(e){l=[];var t=o.edt;t.opr="I",o.exist=!1;for(var a=0;a<o.BellDetails_data.length;a++)o.BellDetails_data[a].sims_bell_slot_code==t.sims_bell_slot_code&&o.BellDetails_data[a].sims_bell_academic_year==t.sims_bell_academic_year&&o.BellDetails_data[a].sims_bell_code==t.sims_bell_code&&o.BellDetails_data[a].sims_bell_day_code==t.sims_bell_day_code&&(o.exist=!0);o.exist?swal({text:"Record Already Exists",imageUrl:"assets/img/notification-alert.png",width:300,height:200}):(l.push(t),n.post(i.apiUrl+"api/BellDetails/BellDetailsCUD",l).then(function(e){o.msg1=e.data,1==o.msg1?swal({text:"Record Inserted Successfully",imageUrl:"assets/img/check.png",width:300,height:200}):0==o.msg1?swal({text:"Record Not Inserted. ",imageUrl:"assets/img/close.png",width:300,height:200}):swal("Error-"+o.msg1),n.get(i.apiUrl+"api/BellDetails/getBellDetails").then(function(e){o.BellDetails_data=e.data,o.totalItems=o.BellDetails_data.length,o.todos=o.BellDetails_data,o.makeTodos()})})),o.table1=!0,o.operation=!1}},o.Update=function(e){e&&(l=[],(e=o.edt).opr="U",l.push(e),n.post(i.apiUrl+"api/BellDetails/BellDetailsCUD",l).then(function(e){o.msg1=e.data,1==o.msg1?swal({text:"Record Updated Successfully",imageUrl:"assets/img/check.png",width:300,height:200}):0==o.msg1?swal({text:"Record Not Updated. ",imageUrl:"assets/img/close.png",width:300,height:200}):swal("Error-"+o.msg1),n.get(i.apiUrl+"api/BellDetails/getBellDetails").then(function(e){o.BellDetails_data=e.data,o.totalItems=o.BellDetails_data.length,o.todos=o.BellDetails_data,o.makeTodos()})}),o.operation=!1,o.table1=!0)},o.filteredTodos=[],o.currentPage=1,o.numPerPage=10,o.maxSize=10,o.makeTodos=function(){var e=parseInt(o.totalItems%o.numPerPage),e=(o.pagersize="0"==e?parseInt(o.totalItems/o.numPerPage):parseInt(o.totalItems/o.numPerPage)+1,(o.currentPage-1)*o.numPerPage),t=parseInt(e)+parseInt(o.numPerPage);o.filteredTodos=o.todos.slice(e,t)},o.CheckAllChecked=function(){if(1==(d=document.getElementById("mainchk")).checked)for(var e=0;e<o.filteredTodos.length;e++)document.getElementById(o.filteredTodos[e].sims_bell_slot_code+e).checked=!0,o.row1="row_selected";else for(e=0;e<o.filteredTodos.length;e++)document.getElementById(o.filteredTodos[e].sims_bell_slot_code+e).checked=!1,d.checked=!1,o.row1=""},o.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),o.color="#edefef"}),1==(d=document.getElementById("mainchk")).checked&&(d.checked=!1,o.color="#edefef",o.row1="")},o.deleterecord=function(){c=[],o.flag=!1;for(var e,t=0;t<o.filteredTodos.length;t++)1==document.getElementById(o.filteredTodos[t].sims_bell_slot_code+t).checked&&(o.flag=!0,e={sims_bell_academic_year:o.filteredTodos[t].sims_bell_academic_year,sims_bell_day_code:o.filteredTodos[t].sims_bell_day_code,sims_bell_code:o.filteredTodos[t].sims_bell_code,sims_bell_slot_code:o.filteredTodos[t].sims_bell_slot_code,opr:"D"},c.push(e));o.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)n.post(i.apiUrl+"api/BellDetails/BellDetailsCUD",c).then(function(e){o.msg1=e.data,1==o.msg1?swal({text:"Record Deleted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&n.get(i.apiUrl+"api/BellDetails/getBellDetails").then(function(e){o.BellDetails_data=e.data,o.totalItems=o.BellDetails_data.length,o.todos=o.BellDetails_data,o.makeTodos()})}):0==o.msg1?swal({text:"Record Not Deleted. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&n.get(i.apiUrl+"api/BellDetails/getBellDetails").then(function(e){o.BellDetails_data=e.data,o.totalItems=o.BellDetails_data.length,o.todos=o.BellDetails_data,o.makeTodos()})}):swal("Error-"+o.msg1)});else for(var t=0;t<o.filteredTodos.length;t++){var a=document.getElementById(o.filteredTodos[t].sims_bell_slot_code+t);1==a.checked&&(a.checked=!1,o.row1="")}}):swal({text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}),o.currentPage=!0,d.checked=!1,o.CheckAllChecked()},o.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).sims_bell_academic_year.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_bell_desc.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_bell_day_desc.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_bell_start_time.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_bell_end_time.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_bell_slot_desc.toLowerCase().indexOf(t.toLowerCase())||e.sims_bell_slot_code==t;var t})},o.search=function(){o.todos=o.searched(o.BellDetails_data,o.searchText),o.totalItems=o.todos.length,o.currentPage="1",""==o.searchText&&(o.todos=o.BellDetails_data),o.makeTodos()},$(".clockpicker").clockpicker({autoclose:!0})}])}(),function(){"use strict";var d,c=[],l=[],e=angular.module("sims.module.Scheduling");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("BellSlotGroupCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(o,e,t,a,s,n,i){o.pagesize="5",o.user_access=[],o.appcode=e.current.name.split(".");e=t.globals.currentUser.username;n.get(i.apiUrl+"api/AlertTransaction/Get_user_access_rights?username="+e+"&appl_code="+o.appcode[1]).then(function(e){o.user_rights=e.data;for(var t=0;t<o.user_rights.length;t++)0==t&&(o.user_access.data_read=o.user_rights[t].comn_user_read,o.user_access.data_insert=o.user_rights[t].comn_user_insert,o.user_access.data_update=o.user_rights[t].comn_user_update,o.user_access.data_delete=o.user_rights[t].comn_user_delete,o.user_access.data_massupdate=o.user_rights[t].comn_user_massupdate,o.user_access.is_admin=o.user_rights[t].comn_user_admin)}),a(function(){$("#fixTable").tableHeadFixer({top:1})},100),o.table1=!0,n.get(i.apiUrl+"api/BellSlotGroup/getBellslot").then(function(e){o.BellSlotGData=e.data,o.totalItems=o.BellSlotGData.length,o.todos=o.BellSlotGData,o.makeTodos()}),o.operation=!1,o.editmode=!1,o.size=function(e){o.pagesize=e,o.currentPage=1,o.numPerPage=e,o.makeTodos()},o.index=function(e){o.pageindex=e,o.currentPage=e,o.makeTodos(),d.checked=!1,o.row1=""},o.edt="",o.New=function(){0==o.user_access.data_insert?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(o.myForm.$setPristine(),o.myForm.$setUntouched(),o.newmode=!0,o.check=!0,o.editmode=!1,o.readonly=!1,o.table1=!1,o.operation=!0,o.savebtn=!0,o.updatebtn=!1,o.edt={})},o.up=function(e){0==o.user_access.data_update?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(o.editmode=!0,o.newmode=!1,o.savebtn=!1,o.updatebtn=!0,o.readonly=!0,o.table1=!1,o.operation=!0,o.edt={sims_bell_slot_group:e.sims_bell_slot_group,sims_bell_slot_group_desc:e.sims_bell_slot_group_desc,sims_bell_slot_group_status:e.sims_bell_slot_group_status})},o.cancel=function(){o.table1=!0,o.operation=!1,o.myForm.$setPristine(),o.myForm.$setUntouched(),o.edt={sims_bell_slot_group:"",sims_bell_slot_group_desc:"",sims_bell_slot_group_status:""}},o.Save=function(e){if(e){l=[];var t=o.edt;t.opr="I",o.exist=!1;for(var a=0;a<o.BellSlotGData.length;a++)o.BellSlotGData[a].sims_bell_slot_group==t.sims_bell_slot_group&&(o.exist=!0);o.exist?swal({text:"Record Already Exists",imageUrl:"assets/img/notification-alert.png",width:300,height:200}):(l.push(t),n.post(i.apiUrl+"api/BellSlotGroup/BellSlotCUD",l).then(function(e){o.msg1=e.data,1==o.msg1?swal({text:"Record Inserted Successfully",imageUrl:"assets/img/check.png",width:300,height:200}):0==o.msg1?swal({text:"Record Not Inserted. ",imageUrl:"assets/img/close.png",width:300,height:200}):swal("Error-"+o.msg1),n.get(i.apiUrl+"api/BellSlotGroup/getBellslot").then(function(e){o.BellSlotGData=e.data,o.totalItems=o.BellSlotGData.length,o.todos=o.BellSlotGData,o.makeTodos()})})),o.table1=!0,o.operation=!1}},o.Update=function(e){e&&(l=[],(e=o.edt).opr="U",l.push(e),n.post(i.apiUrl+"api/BellSlotGroup/BellSlotCUD",l).then(function(e){o.msg1=e.data,1==o.msg1?swal({text:"Record Updated Successfully",imageUrl:"assets/img/check.png",width:300,height:200}):0==o.msg1?swal({text:"Record Not Updated. ",imageUrl:"assets/img/close.png",width:300,height:200}):swal("Error-"+o.msg1),n.get(i.apiUrl+"api/BellSlotGroup/getBellslot").then(function(e){o.BellSlotGData=e.data,o.totalItems=o.BellSlotGData.length,o.todos=o.BellSlotGData,o.makeTodos()})}),o.operation=!1,o.table1=!0)},o.filteredTodos=[],o.currentPage=1,o.numPerPage=5,o.maxSize=5,o.makeTodos=function(){var e=parseInt(o.totalItems%o.numPerPage),e=(o.pagersize="0"==e?parseInt(o.totalItems/o.numPerPage):parseInt(o.totalItems/o.numPerPage)+1,(o.currentPage-1)*o.numPerPage),t=parseInt(e)+parseInt(o.numPerPage);o.filteredTodos=o.todos.slice(e,t)},o.CheckAllChecked=function(){if(1==(d=document.getElementById("mainchk")).checked)for(var e=0;e<o.filteredTodos.length;e++)document.getElementById(o.filteredTodos[e].sims_bell_slot_group+e).checked=!0,o.row1="row_selected";else for(e=0;e<o.filteredTodos.length;e++)document.getElementById(o.filteredTodos[e].sims_bell_slot_group+e).checked=!1,d.checked=!1,o.row1=""},o.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),o.color="#edefef"}),1==(d=document.getElementById("mainchk")).checked&&(d.checked=!1,o.color="#edefef",o.row1="")},o.deleterecord=function(){if(0==o.user_access.data_delete)swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200});else{c=[],o.flag=!1;for(var e,t=0;t<o.filteredTodos.length;t++)1==document.getElementById(o.filteredTodos[t].sims_bell_slot_group+t).checked&&(o.flag=!0,e={sims_bell_slot_group:o.filteredTodos[t].sims_bell_slot_group,opr:"D"},c.push(e));o.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)n.post(i.apiUrl+"api/BellSlotGroup/BellSlotCUD",c).then(function(e){o.msg1=e.data,1==o.msg1?swal({text:"Record Deleted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&n.get(i.apiUrl+"api/BellSlotGroup/getBellslot").then(function(e){o.BellSlotGData=e.data,o.totalItems=o.BellSlotGData.length,o.todos=o.BellSlotGData,o.makeTodos()})}):0==o.msg1?swal({text:"Record Not Deleted. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&n.get(i.apiUrl+"api/BellSlotGroup/getBellslot").then(function(e){o.BellSlotGData=e.data,o.totalItems=o.BellSlotGData.length,o.todos=o.BellSlotGData,o.makeTodos()})}):swal("Error-"+o.msg1)});else for(var t=0;t<o.filteredTodos.length;t++){var a=document.getElementById(o.filteredTodos[t].sims_bell_slot_group+t);1==a.checked&&(a.checked=!1,o.row1="")}}):swal({text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}),o.currentPage=!0,d.checked=!1,o.CheckAllChecked()}},o.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).sims_bell_slot_group_desc.toLowerCase().indexOf(t.toLowerCase())||e.sims_bell_slot_group==t;var t})},o.search=function(){o.todos=o.searched(o.BellSlotGData,o.searchText),o.totalItems=o.todos.length,o.currentPage="1",""==o.searchText&&(o.todos=o.BellSlotGData),o.makeTodos()}}])}(),function(){"use strict";var d,c=[],l=[],e=angular.module("sims.module.Scheduling");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("BellSlotRoomCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(o,e,t,a,s,n,i){o.pagesize="10",o.pageindex="0",o.pager=!0,o.user_access=[],o.appcode=e.current.name.split(".");e=t.globals.currentUser.username;n.get(i.apiUrl+"api/AlertTransaction/Get_user_access_rights?username="+e+"&appl_code="+o.appcode[1]).then(function(e){o.user_rights=e.data;for(var t=0;t<o.user_rights.length;t++)0==t&&(o.user_access.data_read=o.user_rights[t].comn_user_read,o.user_access.data_insert=o.user_rights[t].comn_user_insert,o.user_access.data_update=o.user_rights[t].comn_user_update,o.user_access.data_delete=o.user_rights[t].comn_user_delete,o.user_access.data_massupdate=o.user_rights[t].comn_user_massupdate,o.user_access.is_admin=o.user_rights[t].comn_user_admin)}),o.table1=!0,n.get(i.apiUrl+"api/BellSlotRoom/getBellroom").then(function(e){o.BellRoomData=e.data,o.totalItems=o.BellRoomData.length,o.todos=o.BellRoomData,o.makeTodos()}),o.operation=!1,o.editmode=!1,o.size=function(e){"All"==e?(o.currentPage="1",o.filteredTodos=o.BellRoomData,o.pager=!1):(o.pager=!0,o.pagesize=e,o.currentPage=1,o.numPerPage=e,o.makeTodos())},o.index=function(e){o.pageindex=e,o.currentPage=e,o.makeTodos(),d.checked=!1,o.row1=""},o.edt="",o.New=function(){0==o.user_access.data_insert?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(o.myForm.$setPristine(),o.myForm.$setUntouched(),o.newmode=!0,o.check=!0,o.editmode=!1,o.readonly=!1,o.table1=!1,o.operation=!0,o.savebtn=!0,o.updatebtn=!1,o.edt={},o.edt.sims_bell_slot_room_status=!0)},o.up=function(e){0==o.user_access.data_update?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(o.editmode=!0,o.newmode=!1,o.savebtn=!1,o.updatebtn=!0,o.readonly=!0,o.table1=!1,o.operation=!0,o.edt={sims_bell_slot_room_code:e.sims_bell_slot_room_code,sims_bell_slot_room_desc:e.sims_bell_slot_room_desc,sims_bell_slot_room_status:e.sims_bell_slot_room_status})},o.cancel=function(){o.table1=!0,o.operation=!1,o.myForm.$setPristine(),o.myForm.$setUntouched(),o.edt={sims_bell_slot_room_code:"",sims_bell_slot_room_desc:"",sims_bell_slot_room_status:""}},o.Save=function(e){if(e){l=[],o.edt.sims_bell_slot_room_status=$("#chk_term")[0].checked;var t=o.edt;t.opr="I",o.exist=!1;for(var a=0;a<o.BellRoomData.length;a++)o.BellRoomData[a].sims_bell_slot_room_code==t.sims_bell_slot_room_code&&(o.exist=!0);o.exist?swal({text:"Record Already Exists",imageUrl:"assets/img/notification-alert.png",width:300,height:200}):(l.push(t),n.post(i.apiUrl+"api/BellSlotRoom/SlotroomCUD",l).then(function(e){o.msg1=e.data,1==o.msg1?swal({text:"Record Inserted Successfully",imageUrl:"assets/img/check.png",width:300,height:200}):0==o.msg1?swal({text:"Record Not Inserted. ",imageUrl:"assets/img/close.png",width:300,height:200}):swal("Error-"+o.msg1),n.get(i.apiUrl+"api/BellSlotRoom/getBellroom").then(function(e){o.BellRoomData=e.data,o.totalItems=o.BellRoomData.length,o.todos=o.BellRoomData,o.makeTodos()})})),o.table1=!0,o.operation=!1}},o.Update=function(e){e&&(l=[],(e=o.edt).opr="U",l.push(e),n.post(i.apiUrl+"api/BellSlotRoom/SlotroomCUD",l).then(function(e){o.msg1=e.data,1==o.msg1?swal({text:"Record Updated Successfully",imageUrl:"assets/img/check.png",width:300,height:200}):0==o.msg1?swal({text:"Record Not Updated. ",imageUrl:"assets/img/close.png",width:300,height:200}):swal("Error-"+o.msg1),n.get(i.apiUrl+"api/BellSlotRoom/getBellroom").then(function(e){o.BellRoomData=e.data,o.totalItems=o.BellRoomData.length,o.todos=o.BellRoomData,o.makeTodos()})}),o.operation=!1,o.table1=!0)},o.filteredTodos=[],o.currentPage=1,o.numPerPage=10,o.maxSize=10,o.makeTodos=function(){var e=parseInt(o.totalItems%o.numPerPage),e=(o.pagersize="0"==e?parseInt(o.totalItems/o.numPerPage):parseInt(o.totalItems/o.numPerPage)+1,(o.currentPage-1)*o.numPerPage),t=parseInt(e)+parseInt(o.numPerPage);o.filteredTodos=o.todos.slice(e,t)},o.CheckAllChecked=function(){if(1==(d=document.getElementById("mainchk")).checked)for(var e=0;e<o.filteredTodos.length;e++)document.getElementById(o.filteredTodos[e].sims_bell_slot_room_code+e).checked=!0,o.row1="row_selected";else for(e=0;e<o.filteredTodos.length;e++)document.getElementById(o.filteredTodos[e].sims_bell_slot_room_code+e).checked=!1,d.checked=!1,o.row1=""},o.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),o.color="#edefef"}),1==(d=document.getElementById("mainchk")).checked&&(d.checked=!1,o.color="#edefef",o.row1="")},o.deleterecord=function(){if(0==o.user_access.data_delete)swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200});else{c=[],o.flag=!1;for(var e,t=0;t<o.filteredTodos.length;t++)1==document.getElementById(o.filteredTodos[t].sims_bell_slot_room_code+t).checked&&(o.flag=!0,e={sims_bell_slot_room_code:o.filteredTodos[t].sims_bell_slot_room_code,opr:"D"},c.push(e));o.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)n.post(i.apiUrl+"api/BellSlotRoom/SlotroomCUD",c).then(function(e){o.msg1=e.data,1==o.msg1?swal({text:"Record Deleted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&n.get(i.apiUrl+"api/BellSlotRoom/getBellroom").then(function(e){o.BellRoomData=e.data,o.totalItems=o.BellRoomData.length,o.todos=o.BellRoomData,o.makeTodos()})}):0==o.msg1?swal({text:"Record Not Deleted. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&n.get(i.apiUrl+"api/BellSlotRoom/getBellroom").then(function(e){o.BellRoomData=e.data,o.totalItems=o.BellRoomData.length,o.todos=o.BellRoomData,o.makeTodos()})}):swal("Error-"+o.msg1)});else for(var t=0;t<o.filteredTodos.length;t++){var a=document.getElementById(o.filteredTodos[t].sims_bell_slot_room_code+t);1==a.checked&&(a.checked=!1,o.row1="")}}):swal({text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}),o.currentPage=!0,d.checked=!1,o.CheckAllChecked()}},o.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).sims_bell_slot_room_desc.toLowerCase().indexOf(t.toLowerCase())||e.sims_bell_slot_room_code==t;var t})},o.search=function(){o.todos=o.searched(o.BellRoomData,o.searchText),o.totalItems=o.todos.length,o.currentPage="1",""==o.searchText&&(o.todos=o.BellRoomData),o.makeTodos()},a(function(){$("#fixTable").tableHeadFixer({top:1})},100)}])}(),function(){"use strict";var e=angular.module("sims.module.Scheduling");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("timeTableUploadCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","$filter","ENV",function(d,e,t,a,o,c,s,l){d.display=!1,d.pagesize="10",d.pageindex="0",d.pager=!0,d.grid=!0,d.currentPage=0,d.items=[],d.url=l.docUrl+c.defaults.headers.common.schoolId;var n,i=new Date,r=("0"+i.getDate()).slice(-2)+"-"+("0"+(i.getMonth()+1)).slice(-2)+"-"+i.getFullYear();d.countData=[{val:5,data:5},{val:10,data:10},{val:15,data:15}],a(function(){$("#fixTable").tableHeadFixer({top:1})},100),d.size=function(e){"All"===e?(d.currentPage="1",d.filteredTodos=d.items,d.pager=!1):(d.pager=!0,d.pagesize=e,d.currentPage=1,d.numPerPage=e,d.makeTodos())},d.index=function(e){d.pageindex=e,d.currentPage=e,d.makeTodos(),m.checked=!1,d.row1=""},d.filteredTodos=[],d.currentPage=1,d.numPerPage=10,d.maxSize=10,d.makeTodos=function(){var e=parseInt(d.totalItems%d.numPerPage),e=(d.pagersize="0"===e?parseInt(d.totalItems/d.numPerPage):parseInt(d.totalItems/d.numPerPage)+1,(d.currentPage-1)*d.numPerPage),t=parseInt(e)+parseInt(d.numPerPage);d.filteredTodos=d.todos.slice(e,t)},d.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).sims_timetable_cur_name.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_grade_name.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_section_name.toLowerCase().indexOf(t.toLowerCase())||e.sims_timetable_number===t;var t})},d.search=function(){d.todos=d.searched(d.items,d.searchText),d.totalItems=d.todos.length,d.currentPage="1",""===d.searchText&&(d.todos=d.items),d.makeTodos(),m.checked=!1,d.CheckAllChecked()},d.CheckAllChecked=function(){if(!0===(m=document.getElementById("mainchk")).checked)for(let e=0;e<d.filteredTodos.length;e++)document.getElementById(d.filteredTodos[e].sims_timetable_number+e).checked=!0,d.row1="row_selected";else for(let e=0;e<d.filteredTodos.length;e++)document.getElementById(d.filteredTodos[e].sims_timetable_number+e).checked=!1,m.checked=!1,d.row1=""},d.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),d.color="#edefef"}),!0===(m=document.getElementById("mainchk")).checked&&(m.checked=!1,d.color="#edefef",d.row1="")},d.getgrid=function(){c.get(l.apiUrl+"api/common/TimeTable/GetAll_Sims_Timetable_file").then(function(e){d.display=!1,d.grid=!0,d.items=e.data,0<d.items.length?(d.table=!0,d.pager=!0,3<d.countData.length&&d.countData.splice(3,1),d.countData.push({val:d.items.length,data:"All"}),d.totalItems=d.items.length,d.todos=d.items,d.currentPage=1,d.makeTodos()):(d.table=!1,swal({text:"Record Not Found",imageUrl:"assets/img/notification-alert.png",width:300,height:200}),d.filteredTodos=[])})},c.get(l.apiUrl+"api/common/TimeTable/GetAll_Sims_Timetable_file").then(function(e){d.display=!1,d.grid=!0,d.items=e.data,0<d.items.length?(d.table=!0,d.pager=!0,3<d.countData.length&&d.countData.splice(3,1),d.countData.push({val:d.items.length,data:"All"}),d.totalItems=d.items.length,d.todos=d.items,d.makeTodos()):(d.table=!1,swal({text:"Record Not Found",imageUrl:"assets/img/notification-alert.png",width:300,height:200}),d.filteredTodos=[])}),c.get(l.apiUrl+"api/common/getCuriculum").then(function(e){d.cmbcur=e.data,0<e.data.length&&(d.edt.sims_timetable_cur=e.data[0].sims_cur_code,d.curChange(d.edt.sims_timetable_cur))}),d.curChange=function(e){c.get(l.apiUrl+"api/common/getAcademicYear?curCode="+e).then(function(e){d.cmbAcademic=e.data,0<e.data.length&&(d.edt.sims_academic_year=e.data[0].sims_academic_year,d.academicChange(d.edt.sims_academic_year))})},d.academicChange=function(e){c.get(l.apiUrl+"api/common/getAllGrades?cur_code="+d.edt.sims_timetable_cur+"&academic_year="+e).then(function(e){d.cmbGrade=e.data})},d.gradeChange=function(e){c.get(l.apiUrl+"api/common/getSectionFromGrade?cur_code="+d.edt.sims_timetable_cur+"&grade_code="+e+"&academic_year="+d.edt.sims_academic_year).then(function(e){d.cmbsection=e.data})},d.range=function(){for(var e=[],t=d.currentPage,a=t=t>d.pageCount()-5?d.pageCount()-5+1:t;a<t+5;a++)0<=a&&e.push(a);return e},d.prevPage=function(){0<d.currentPage&&d.currentPage--},d.prevPageDisabled=function(){return 0===d.currentPage?"disabled":""},d.pageCount=function(){return Math.ceil(d.items.length/d.itemsPerPage)-1},d.nextPage=function(){d.currentPage<d.pageCount()&&d.currentPage++},d.nextPageDisabled=function(){return d.currentPage===d.pageCount()?"disabled":""},d.setPage=function(e){d.currentPage=e},d.edit=function(e){d.edt=e,d.display=!0,d.grid=!1,d.update1=!0,d.editflg=!0,d.save1=!1,d.curChange(e.sims_timetable_cur),d.academicChange(e.sims_academic_year),d.gradeChange(e.sims_grade)},d.downloaddoc=function(e){d.url=l.docUrl+c.defaults.headers.common.schoolId+"/Docs/Timetable/"+e,window.open(d.url)},d.Update=function(e){var t,a,o;e.$valid&&(e=(e=document.getElementById("txt_Section_name")).options[e.selectedIndex].text,t=(t=document.getElementById("txt_name_en")).options[t.selectedIndex].text,a=(a=document.getElementById("txt_name_fr")).options[a.selectedIndex].text,o=(o=document.getElementById("txt_name_ot")).options[o.selectedIndex].text,e={method:"POST",url:l.apiUrl+"api/AssignmentUpload/upload1?filename="+(e+t+a+o+"_"+r)+"."+u+"&location=Docs/Timetable/",data:p,headers:{"Content-Type":void 0}},c(e).success(function(e){var t=[],a=d.edt,o=document.getElementById("txt_Section_name"),o=o.options[o.selectedIndex].text,s=document.getElementById("txt_name_en"),s=s.options[s.selectedIndex].text,n=document.getElementById("txt_name_fr"),n=n.options[n.selectedIndex].text,i=document.getElementById("txt_name_ot"),o=o+s+n+i.options[i.selectedIndex].text+"_"+r;a.opr="U","false"!==e&&(a.sims_timetable_filename=o+"."+u),t.push(a),c.post(l.apiUrl+"api/common/TimeTable/Insert_Sims_Timetable_File",t).then(function(e){d.ins=e.data,!0===e.data?(swal({text:"Record Updated Successfully.",imageUrl:"assets/img/check.png"}),d.getgrid()):!1===e.data?swal({text:"Record Not Updated .",imageUrl:"assets/img/close.png"}):swal("Error-"+d.ins)})}))},d.Save=function(e){e.$valid&&(e=(e=document.getElementById("txt_Section_name")).options[e.selectedIndex].text+(e=document.getElementById("txt_name_en")).options[e.selectedIndex].text+(e=document.getElementById("txt_name_fr")).options[e.selectedIndex].text+d.edt.sims_section+"_"+r,e={method:"POST",url:l.apiUrl+"api/AssignmentUpload/upload1?filename="+e+"."+u+"&location=Docs/Timetable/",data:p,headers:{"Content-Type":void 0}},c(e).success(function(e){var t=document.getElementById("txt_Section_name"),t=t.options[t.selectedIndex].text,a=document.getElementById("txt_name_en"),a=a.options[a.selectedIndex].text,o=document.getElementById("txt_name_fr"),t=t+a+o.options[o.selectedIndex].text+d.edt.sims_section+"_"+r,a=[],o=d.edt;o.opr="I",o.sims_timetable_filename=t+"."+u,a.push(o),c.post(l.apiUrl+"api/common/TimeTable/Insert_Sims_Timetable_File",a).then(function(e){d.ins=e.data,!0===e.data?(swal({text:"Record Inserted Successfully.",imageUrl:"assets/img/check.png"}),d.getgrid()):!1===e.data?swal({text:"Record Not Inserted.",imageUrl:"assets/img/close.png"}):swal("Error-"+d.ins)})}))},d.New=function(){d.edt="",d.grid=!1,d.display=!0,d.update1=!1,d.save1=!0,d.editflg=!1,d.Myform.$setPristine(),d.Myform.$setUntouched(),d.edt={},d.edt.sims_timetable_status=!0,0<d.cmbcur.length&&(d.edt.sims_timetable_cur=d.cmbcur[0].sims_cur_code,d.curChange(d.edt.sims_timetable_cur)),0<d.cmbAcademic.length&&(d.edt.sims_academic_year=d.cmbAcademic[0].sims_academic_year,d.academicChange(d.edt.sims_academic_year))};d.chk=function(){if(m=document.getElementById("chk_min"),!0===m.checked)for(let e=0;e<d.items.length;e++)d.items[e].sims_timetable_number1=!0;else for(var e=0;e<d.items.length;e++)d.items[e].sims_timetable_number1=!1,m.checked=!1,d.row1=""};var m,p,u="",g=(d.Delete=function(){var o=[];d.flag=!1;for(var e,t=0;t<d.filteredTodos.length;t++)!0===document.getElementById(d.filteredTodos[t].sims_timetable_number+t).checked&&(d.flag=!0,e={sims_timetable_number:d.filteredTodos[t].sims_timetable_number,sims_timetable_cur:d.filteredTodos[t].sims_timetable_cur,sims_academic_year:d.filteredTodos[t].sims_academic_year,sims_grade:d.filteredTodos[t].sims_grade,sims_section:d.filteredTodos[t].sims_section,sims_timetable_filename:d.filteredTodos[t].sims_timetable_filename,opr:"D"},o.push(e));d.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)c.post(l.apiUrl+"api/common/TimeTable/Insert_Sims_Timetable_File",o).then(function(e){!0===e.data?(swal({text:"Record Deleted Successfully.",imageUrl:"assets/img/check.png"}),d.getgrid()):!1===e.data?swal({text:"Record Not Deleted.",imageUrl:"assets/img/close.png"}):swal("Error-"+d.ins)});else{!0===(m=document.getElementById("mainchk")).checked&&(m.checked=!1);for(var t=0;t<d.filteredTodos.length;t++){var a=document.getElementById(d.filteredTodos[t].sims_timetable_number+t);!0===a.checked&&(a.checked=!1,m.checked=!1,$("tr").removeClass("row_selected"))}}}):swal({text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}),d.currentPage=1},d.cancel=function(){d.grid=!0,d.display=!1,d.update1=!1,d.save1=!1,d.editflg=!1,d.getgrid()},new FormData);d.getTheFiles=function(e){angular.forEach(e,function(e,t){g.append(t,e)})},d.file_changed=function(e,t){n=e.files[0];var a=e.files,e=(d.photo_filename=n.name,d.photo_filename.split("."));if(u=d.photo_filename.split(".")[e.length-1],d.edt1={sims_timetable_filename:d.photo_filename},$.extend(d.edt,d.edt1),d.photo_filename=n.type,a.length){p=new FormData;for(var o=0;o<a.length;o++)p.append(a[o].name,a[o],"Web\\"+a[o].name.replace(/\s/g,""))}e=new FileReader;e.onload=function(e){d.$apply(function(){d.prev_img=e.target.result})},e.readAsDataURL(n)},d.uploadClick=function(e){d.filesize=!0,g=new FormData}}]),e.directive("ngFiles",["$parse",function(s){return{link:function(t,e,a){var o=s(a.ngFiles);e.on("change",function(e){o(t,{$files:e.target.files})})}}}])}(),function(){"use strict";var e=angular.module("sims.module.Inventory");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("ReturnSalesInvoiceCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(c,n,i,s,e,d,_){c.disable_btn=!0,c.disable_btn_total=!0,c.payment_mode_grid=!0,c.disable_btn1=!0,c.save_btn=!0,c.grade_code="",c.academic_year="",c.rcbDocType=[],c.Update_btn=!1,c.display=!1,c.table=!0,c.showPickInvoice=!1,c.old_doc_prov_no_show=!1;c.student=[],c.temp1={im_inv_no:void 0,invs021_sg_name:void 0,im_item_code:void 0,im_desc:void 0,invs021_dep_code:void 0,sec_code:void 0,invs021_sup_code:void 0,im_assembly_ind_s:void 0,category_code:void 0,subcategory_code:void 0},c.itemsPerPage="5",c.currentPage=0,c.obj=[],c.itemList=[],c.temp={},c.paymodeList=[],c.disable_total_dis_per=!1,c.edt={},c.disableOnInvoiceReturn=!1,c.showBtnOnInvoiceReturn=!1,c.disableReturnBtn=!0,c.disableSaveReturnBtn=!0,c.disablePayementMode=!1,c.totalPMAmount=0,c.dept_code_mutiple="",c.showSublegerData=!1,c.showldgr=!0,"dpsmis"==d.defaults.headers.common.schoolId&&(c.disable_sale=!0),setTimeout(function(){$("#rcbItem").select2()},100);var o=new Date;o=("0"+o.getDate()).slice(-2)+"-"+("0"+(o.getMonth()+1)).slice(-2)+"-"+o.getFullYear(),c.tdate=o,c.temp.provDate=o,console.log("prov",o);var t=c.temp.provDate.split("-"),l=t[1],r=t[2];console.log("Month:",l),console.log("Year:",r),c.temp.paymentMode="CA",document.getElementById("rcb_saletype").focus(),c.size=function(e){c.itemsPerPage=e},c.Scroll=function(){var e=document.getElementById("table_scroll");e.scrollTop=e.scrollHeight-e.clientHeight},c.SearchSaleDocRequest=function(){$("#MyModalStoreReq").modal("show"),c.srchInv=!0,c.srchdetInv=!1,c.edt.enroll_no=c.temp.enroll},c.Searchclick=function(){c.search_Req_SIData=[];var e={opr:"E",from_date:c.edt.from_date,to_date:c.edt.to_date,academic_yr:c.edt.sims_acaedmic_year,grade_code:c.edt.sims_grade_code,section_code:c.edt.sims_section_code,enroll_no:c.edt.enroll_no,doc_no:c.edt.doc_no};d.post(_.apiUrl+"api/CreateOrder/AllSaleRequestDetailCommon",e).then(function(e){0<e.data.table.length?c.search_Req_SIData=e.data.table:swal({text:"No data found",imageUrl:"assets/img/close.png",width:320,showCloseButton:!0})})},c.checkonebyonedelete=function(e){for(var t=0;t<c.search_Req_SIData.length;t++)c.search_Req_SIData[t].req_no!=e.req_no&&(c.search_Req_SIData[t].chk=!1)},c.okbuttonSerclick=function(){d.get(_.apiUrl+"api/Sales_Doc/GetSalesType").then(function(e){c.GetSalesType=e.data});for(var e="",t=0;t<c.search_Req_SIData.length;t++)if(1==c.search_Req_SIData[t].chk){e=c.search_Req_SIData[t].req_no,c.temp.name=c.search_Req_SIData[t].student_name,c.temp.enroll=c.search_Req_SIData[t].cus_account_no,c.temp.payment_type=c.search_Req_SIData[t].payment_type;break}""!=e&&(c.itemList=[],d.post(_.apiUrl+"api/CreateOrder/AllItemRequestDetailCommon",{opr:"F",req_no:e}).then(function(e){if(0<e.data.table.length){for(var t=c.totalFinal=0;t<e.data.table.length;t++){parseFloat(parseFloat(e.data.table[t].dd_sell_price)*parseFloat(e.data.table[t].vat_per_value)/100);var a=parseFloat(e.data.table[t].dd_sell_price).toFixed(2),o=parseFloat(e.data.table[t].dd_sell_price).toFixed(2)*parseFloat(e.data.table[t].rd_quantity),s=parseFloat(parseFloat(e.data.table[t].dd_sell_price)+parseFloat(e.data.table[t].im_sell_price_including_vat)).toFixed(2),o={sg_code:c.temp.gcode,im_inv_no:e.data.table[t].im_inv_no,im_item_code:e.data.table[t].im_item_code,im_desc:e.data.table[t].im_desc,item_location_name:e.data.table[t].loc_name,loc_name:e.data.table[t].loc_name,loc_code:e.data.table[t].loc_code,original_qty:e.data.table[t].id_cur_qty,dd_qty:e.data.table[t].rd_quantity,invoice_qty:e.data.table[t].rd_quantity,dd_sell_price:o,dd_sell_value_final:a,doc_remark:e.data.table[t].doc_remark,req_no:e.data.table[t].req_no,im_item_vat_percentage:e.data.table[t].vat_per_value,dd_item_vat_amount:parseFloat(e.data.table[t].im_sell_price_including_vat).toFixed(2),dd_sell_value_line_total:s,dd_line_discount_pct:0,dd_line_discount_amount:0,im_sell_price_including_vat:parseFloat(e.data.table[t].im_sell_price_including_vat).toFixed(2),sell_price_inclusiv_vat:c.sellPriceInclusiveVat,item_dept_code:e.data.table[t].item_dept_code,im_revenue_acno:e.data.table[t].im_revenue_acno,im_cost_acno:e.data.table[t].im_cost_acno,im_vat_sale_profile:e.data.table[t].im_vat_sale_profile};c.itemList.push(o)}c.totalAmtClick(),setTimeout(function(){for(var e=0;e<c.itemList.length;e++)$("#cmb_accno-"+e).select2(),$("#cmb_costaccno-"+e).select2(),$("#vat_profile-"+e).select2()},500),setTimeout(function(){for(var e=0;e<c.itemList.length;e++)$("#cmb_accno-"+e).select2("val",c.itemList[e].im_revenue_acno),$("#cmb_costaccno-"+e).select2("val",c.itemList[e].im_cost_acno),$("#vat_profile-"+e).select2("val",c.itemList[e].im_vat_sale_profile)},500)}})),c.srchInv=!1,c.srchdetInv=!0,c.search_Req_SIData={},c.temp.from_date=o,c.temp.to_date=o},c.okbutSerclick=function(){for(var e="",t="",a=0;a<c.itemList.length;a++)c.itemList[a].im_inv_chk&&(e=c.itemList[a].req_no,t=t+c.itemList[a].im_inv_no+",");""!=e&&(c.itemList=[],d.post(_.apiUrl+"api/CreateOrder/AllItemRequestDetailCommon",{opr:"F1",req_no:e,im_inv_no:t}).then(function(e){if(0<e.data.table.length){for(var t=c.totalFinal=0;t<e.data.table.length;t++){parseFloat(parseFloat(e.data.table[t].dd_sell_price)*parseFloat(e.data.table[t].vat_per_value)/100);var a=parseFloat(e.data.table[t].dd_sell_price).toFixed(2)*parseFloat(e.data.table[t].rd_quantity),o=parseFloat(e.data.table[t].dd_sell_price).toFixed(2),s=(parseFloat(parseFloat(e.data.table[t].dd_sell_price)*parseFloat(e.data.table[t].rd_quantity))+parseFloat(e.data.table[t].im_sell_price_including_vat)).toFixed(2),a={sg_code:c.temp.gcode,im_inv_no:e.data.table[t].im_inv_no,im_item_code:e.data.table[t].im_item_code,im_desc:e.data.table[t].im_desc,item_location_name:e.data.table[t].loc_name,loc_name:e.data.table[t].loc_name,loc_code:e.data.table[t].loc_code,original_qty:e.data.table[t].id_cur_qty,dd_qty:e.data.table[t].rd_quantity,invoice_qty:e.data.table[t].invoice_qty,dd_sell_price:a,dd_sell_value_final:o,doc_remark:e.data.table[t].doc_remark,req_no:e.data.table[t].req_no,im_item_vat_percentage:e.data.table[t].vat_per_value,dd_item_vat_amount:parseFloat(e.data.table[t].im_sell_price_including_vat).toFixed(2),dd_sell_value_line_total:s,dd_line_discount_pct:0,dd_line_discount_amount:0,im_sell_price_including_vat:parseFloat(e.data.table[t].im_sell_price_including_vat).toFixed(2),sell_price_inclusiv_vat:c.sellPriceInclusiveVat,item_dept_code:e.data.table[t].item_dept_code,im_revenue_acno:e.data.table[t].im_revenue_acno,im_cost_acno:e.data.table[t].im_cost_acno,im_vat_sale_profile:e.data.table[t].im_vat_sale_profile};c.itemList.push(a)}c.totalAmtClick(),setTimeout(function(){for(var e=0;e<c.itemList.length;e++)$("#cmb_accno-"+e).select2(),$("#cmb_costaccno-"+e).select2(),$("#vat_profile-"+e).select2()},500),setTimeout(function(){for(var e=0;e<c.itemList.length;e++)$("#cmb_accno-"+e).select2("val",c.itemList[e].im_revenue_acno),$("#cmb_costaccno-"+e).select2("val",c.itemList[e].im_cost_acno),$("#vat_profile-"+e).select2("val",c.itemList[e].im_vat_sale_profile)},500)}})),c.old_doc_prov_no=!0,$("#ModalStoreReqDet").modal("hide"),c.search_Req_SIData={},c.temp.from_date=o,c.temp.to_date=o},c.enroll_change=function(e){if(""!=e){if("01"==c.temp.sal_type){c.inCustFlg=!0;for(var t=0;t<c.rcbInternal.length;t++)if(e==c.rcbInternal[t].up_name){c.internalUser=c.rcbInternal[t].up_num,c.inCustFlg=!1;break}c.inCustFlg&&d.post(_.apiUrl+"api/Sales_Doc/Insert_User_profiles?name="+e).then(function(e){c.internalUser=e.data,console.log("internalUser",c.internalUser)})}else"04"==c.temp.sal_type?d.get(_.apiUrl+"api/Sales_Doc/GetStudentInfo?enrollnum="+e).then(function(e){null!=e.data.studentname?(c.temp.name=e.data.studentname+" Class:"+e.data.grade_name+"-"+e.data.section_name,c.grade_code=e.data.grade_code):(swal({title:"Alert",text:"Please Enter Correct Student ID."}),c.disable_btn=!0,c.disable_btn1=!0,c.showBtnOnInvoiceReturn=!1,c.grade_code="")}):"03"==c.temp.sal_type?d.get(_.apiUrl+"api/Sales_Doc/GetEmployeeInfo?enrollnum="+e).then(function(e){null!=e.data.studentname?c.temp.name=e.data.studentname:(swal({title:"Alert",text:"Please Enter Correct Employee ID."}),c.disable_btn=!0,c.disable_btn1=!0,c.showBtnOnInvoiceReturn=!1)}):"05"!=c.temp.sal_type&&"06"!=c.temp.sal_type||d.get(_.apiUrl+"api/Sales_Doc/GetSublegerInfo?slma_ldgrctl_code="+c.temp.sal_type+"&slma_acno="+e).then(function(e){null!=e.data.studentname?c.temp.name=e.data.studentname:(swal({title:"Alert",text:"Please Enter Correct Account NO."}),c.disable_btn=!0,c.disable_btn1=!0,c.showBtnOnInvoiceReturn=!1)});""!=e&&null!=e&&(c.disable_btn=!1,c.disable_btn1=!1,"CR"!=c.temp.payment_type?c.disable_btn_total=!0:c.disable_btn_total=!1)}},d.get(_.apiUrl+"api/Sales_Doc/GetSalesmanName?sales_code="+i.globals.currentUser.username).then(function(e){c.salesman=e.data[0],c.salesmanDeptCode=e.data[0].dep_code,console.log("salesman",c.salesman,"salesmanDeptCode",c.salesmanDeptCode),console.log("salesmandata",e.data),c.salesmanData=e.data;for(var t=0;t<c.salesmanData.length;t++)c.dept_code_mutiple=c.dept_code_mutiple+c.salesmanData[t].dep_code+",";d.get(_.apiUrl+"api/Sales_Doc/GetAllItemsInSubCategoryByDepartment?pc_code=&dept_code="+c.dept_code_mutiple).then(function(e){c.rcbItems=e.data,c.rcbitemOld=angular.copy(e.data)})}),d.get(_.apiUrl+"api/Sales_Doc/GetGlAccounts").then(function(e){c.Accounts=e.data,c.CostAccounts=e.data,console.log("Accounts",e.data)}),d.get(_.apiUrl+"api/Sales_Doc/GetVatProfile").then(function(e){c.vatProfiles=e.data,console.log("vatProfiles",e.data)}),c.range=function(){for(var e=[],t=c.currentPage,a=t=t>c.pageCount()-5?c.pageCount()-5+1:t;a<t+5;a++)0<=a&&e.push(a);return e},c.prevPage=function(){0<c.currentPage&&c.currentPage--},c.prevPageDisabled=function(){return 0===c.currentPage?"disabled":""},c.pageCount=function(){return Math.ceil(c.obj.length/c.itemsPerPage)-1},c.nextPage=function(){c.currentPage<c.pageCount()&&c.currentPage++},c.nextPageDisabled=function(){return c.currentPage===c.pageCount()?"disabled":""},c.setPage=function(e){c.currentPage=e},c.searchstudent=function(){c.busy=!0,c.searchtable=!1,d.get(_.apiUrl+"api/common/GlobalSearch/getSearchStudent?data="+JSON.stringify(c.temp)).then(function(e){c.student=e.data,c.busy=!1,c.searchtable=!0})},c.GetSalesTypeChange=function(e){c.itemList=[],c.searchDisable=!1,c.rcbInternal=[],c.temp.enroll="",c.temp.name="",c.disable_btn=!0,c.disable_btn1=!0,c.showBtnOnInvoiceReturn=!1,c.grade_code="","03"==e?(i.visible_stud=!1,i.visible_parent=!1,i.visible_search_parent=!1,i.visible_teacher=!1,i.visible_User=!1,i.visible_Employee=!0,i.chkMulti=!1,c.chk_internal=!1):"04"==e?(i.visible_stud=!0,i.visible_parent=!1,i.visible_search_parent=!1,i.visible_teacher=!1,i.visible_User=!1,i.visible_Employee=!1,i.chkMulti=!0):"01"==e?(d.get(_.apiUrl+"api/Sales_Doc/GetUserProfiles").then(function(e){c.rcbInternal=e.data}),d.get(_.apiUrl+"api/common/FinancialPeriod/getGetCompany").then(function(e){c.comp_data=e.data,0<c.comp_data.length&&(c.edt.comp_code=c.comp_data[0].dept_comp_code,c.getLedgerCode(c.edt.comp_code))}),d.get(_.apiUrl+"api/generatepayroll/GetCurrentFinYearFromFinsParameter").then(function(e){c.GetCurrentFinYearFromFinsParameter1=e.data,c.fin_year=c.GetCurrentFinYearFromFinsParameter1[0].fin_year})):(d.get(_.apiUrl+"api/common/FinancialPeriod/getGetCompany").then(function(e){c.comp_data=e.data,0<c.comp_data.length&&(c.edt.comp_code=c.comp_data[0].dept_comp_code,c.getLedgerCode(c.edt.comp_code))}),d.get(_.apiUrl+"api/generatepayroll/GetCurrentFinYearFromFinsParameter").then(function(e){c.GetCurrentFinYearFromFinsParameter1=e.data,c.fin_year=c.GetCurrentFinYearFromFinsParameter1[0].fin_year}))},c.getLedgerCode=function(e){d.get(_.apiUrl+"api/common/SubLedgerMaster/GetAllLedgerCodes?comp_code="+e+"&fin_yr="+c.fin_year).then(function(e){c.LedgerCode_data=e.data})},c.getSublegerData=function(){d.get(_.apiUrl+"api/Sales_Doc/Get_Subledger_Master?comp_code="+c.edt.comp_code+"&slma_ldgrctl_code="+c.edt.slma_ldgrctl_code).then(function(e){c.sublegerData=e.data,0<c.sublegerData.length?c.showSublegerData=!0:(c.showSublegerData=!1,swal({title:"Alert",text:"No Data Found.",width:300})),console.log("sublegerData",c.sublegerData)})},c.resetLedgerFilter=function(){c.edt.comp_code="",c.edt.slma_ldgrctl_code="",c.showSublegerData=!1},c.ResetSearchInvoice=function(){c.edt={},c.edt=""},c.getSyncUserData=function(){d.get(_.apiUrl+"api/Sales_Doc/getSyncUserData").then(function(e){c.SyncUserData=e.data,c.SyncUserData.length,swal({title:"Alert",text:e.data,width:300})})},c.$on("global_cancel",function(e){if(c.grade_code="",0<c.SelectedUserLst.length)if("03"==c.temp.sal_type)c.temp.enroll=c.SelectedUserLst[0].em_login_code,c.temp.name=c.SelectedUserLst[0].empName;else if("04"==c.temp.sal_type){c.temp.enroll=c.SelectedUserLst[0].s_enroll_no,c.temp.name=c.SelectedUserLst[0].name+" Class: "+c.SelectedUserLst[0].s_class,c.grade_code=c.SelectedUserLst[0].grade_code,c.student=[];for(var t=1;t<c.SelectedUserLst.length;t++){var a={enroll:c.SelectedUserLst[t].s_enroll_no,name:c.SelectedUserLst[t].name+" Class: "+c.SelectedUserLst[t].s_class,grade_code:c.SelectedUserLst[t].grade_code};c.student.push(a)}0<c.student.length?(c.show_std_lst=!0,c.temp.student=c.SelectedUserLst.length):c.show_std_lst=!1}""!=c.temp.enroll&&null!=c.temp.enroll&&(c.disable_btn=!1,c.disable_btn1=!1,"CR"!=c.temp.payment_type?c.disable_btn_total=!0:c.disable_btn_total=!1)}),c.RemoveEnrollMentNo=function(e,t,a){a.splice(t,1),c.temp.student=c.temp.student-1},$(window).bind("keydown",function(e){(e.ctrlKey||e.metaKey)&&"p"===String.fromCharCode(e.which).toLowerCase()&&(e.preventDefault(),c.print("tableIDDiv"))}),c.getCheckedLeger=function(e){1==e.leger_chk&&(c.temp.enroll=e.slma_acno,c.temp.name=e.coad_pty_full_name,c.internalUser=c.temp.enroll,e.leger_chk=!1,$("#ExternalCustomerSearch").modal("hide")),""!=c.temp.enroll&&null!=c.temp.enroll&&(c.disable_btn=!1,c.disable_btn1=!1)},c.edit=function(e){c.temp.enroll=e.s_enroll_no},d.get(_.apiUrl+"api/Sales_Doc/get_supplier_code").then(function(e){c.cmb_supplier=e.data}),d.get(_.apiUrl+"api/Sales_Doc/GetAllSalesType").then(function(e){c.rcbSalesType=e.data,0<c.rcbSalesType.length&&(c.temp.sal_type="04",c.GetSalesTypeChange(c.temp.sal_type))}),d.get(_.apiUrl+"api/Sales_Doc/GetDocumentType").then(function(e){c.rcbDocType=e.data,0<c.rcbDocType.length&&(c.temp.dco_code="IR")}),d.get(_.apiUrl+"api/StudentFee/GetPaymentMode").then(function(e){c.paymodeList=e.data,c.temp.paymentMode=e.data[0].pmDescShort,console.log(c.paymodeList)}),c.showInvoice=function(){c.showPickInvoice=!1,"02"==c.temp.doc_type?c.showPickInvoice=!0:c.cancel()},d.get(_.apiUrl+"api/Sales_Doc/GetAllSupplierGroupName").then(function(e){c.rcbGroup=e.data}),d.get(_.apiUrl+"api/Sales_Doc/get_Categories").then(function(e){c.rcbCategories=e.data}),d.get(_.apiUrl+"api/StudentFee/GetBanks").then(function(e){c.bankList=e.data}),c.print=function(e){$("#tableIDDiv").css({display:"block"});var t=document.head.outerHTML,e=document.getElementById(e).outerHTML,a=window.open("","_blank","location=yes, statusbar=no, menubar=no, titlebar=no, toolbar=no,dependent=no, width=865, height=600, resizable=yes, screenX=200, screenY=200, personalbar=no, scrollbars=yes"),o=a.document;o.open(),o.write("<!doctype html><html>"+t+'<body onLoad="window.print()">'+e+"</body></html>"),o.close(),a.focus(),s(function(){$("#tableIDDiv").css({display:"none"})},200)},c.cancel=function(){if(c.temp={},c.temp1={},c.GetItems=[],c.itemList=[],c.rcbInternal=[],c.im_item_code1="",c.temp.paymentMode="CA",c.temp.provDate=c.current_date,c.cardpay=!1,c.bankShow=!1,c.chequeShow=!1,(c.doc_vat_total_amount=0)<c.rcbSalesType.length&&(c.temp.sal_type=c.rcbSalesType[2].sal_type),0<c.rcbDocType.length&&(c.temp.doc_type="02"),c.disableOnInvoiceReturn=!1,c.showPickInvoice=!1,c.showBtnOnInvoiceReturn=!1,c.disableReturnBtn=!1,c.disableSaveReturnBtn=!1,c.old_doc_prov_no_show=!1,(c.totalPMAmount=0)<c.paymodeList.length)for(var e=0;e<c.paymodeList.length;e++)c.paymodeList[e].payment_amount=""},c.getCategories=function(e){null==c.temp.subcategory_code&&(c.rcbItems=[]),""==c.temp.subcategory_code&&(c.rcbItems=[]),d.get(_.apiUrl+"api/Sales_Doc/get_SubCategories?pc_parentcode="+e).then(function(e){c.rcbSubCategories=e.data})},c.getSubCategories=function(e){null!=c.salesmanDeptCode&&""!=c.salesmanDeptCode||(c.salesmanDeptCode="10"),d.get(_.apiUrl+"api/Sales_Doc/GetAllItemsInSubCategoryByDepartment?pc_code="+e+"&dept_code="+c.dept_code_mutiple).then(function(e){c.rcbItems=e.data})},c.qtychange=function(e){0<parseInt(c.temp.qty)||""==c.temp.qty||(swal({title:"Alert",text:" Item Quantity should be more than Zero."}),c.temp.qty=1),c.temp.finalValue=c.temp.qty*parseFloat(c.temp.im_sell_price),c.totalAmtClick()},c.qtychangeby=function(e){var t,a;0<parseInt(e.dd_qty)||""==e.dd_qty?(e.dd_sell_value_final=e.dd_qty*parseFloat(e.dd_sell_price),null==e.im_item_vat_percentage&&""==e.im_item_vat_percentage&&null==e.im_item_vat_percentage||(e.dd_item_vat_per=e.im_item_vat_percentage,t=e.dd_qty*parseFloat(e.dd_sell_price),a=parseFloat(t)*e.im_item_vat_percentage/100,e.dd_item_vat_amount=parseFloat(a).toFixed(2),e.dd_sell_value_final=parseFloat(t)+parseFloat(a),e.dd_sell_value_final=parseFloat(e.dd_sell_value_final).toFixed(2))):(swal({title:"Alert",text:" Item Quantity should be more than Zero."}),e.dd_qty=1,e.dd_sell_value_final=e.dd_qty*parseFloat(e.dd_sell_price)),c.totalAmtClick()},c.qtychangeby1=function(o){var e,t,a,s;null==o.dd_sell_price&&d.get(_.apiUrl+"api/Sales_Doc/GetItemCodeDetails?item_code="+o.im_item_code+"&sg_name="+c.temp.gcode).then(function(e){var t,a;c.resitem=e.data[0],0<o.dd_qty?0==o.sell_price_inclusiv_vat?(o.dd_sell_price=o.dd_qty*parseFloat(o.dd_sell_value_final),t=parseFloat(o.dd_sell_value_final),null==o.im_item_vat_percentage&&""==o.im_item_vat_percentage&&null==o.im_item_vat_percentage||(e=parseFloat(t)*parseFloat(o.im_item_vat_percentage),a=parseFloat(e)/100,o.dd_item_vat_amount=parseFloat(t)+parseFloat(a),o.dd_sell_value_final=parseFloat(t)+parseFloat(a))):null==o.im_item_vat_percentage&&""==o.im_item_vat_percentage&&null==o.im_item_vat_percentage||(o.dd_sell_price=o.dd_qty*parseFloat(o.dd_sell_value_final),t=parseFloat(o.dd_sell_value_final),e=parseFloat(o.im_item_vat_percentage)/100,o.dd_sell_value_final=(parseFloat(t)/(1+parseFloat(e))).toFixed(2),a=t-o.dd_sell_value_final,o.dd_item_vat_amount=parseFloat(a).toFixed(2),o.dd_sell_value_line_total=parseFloat(o.dd_sell_value_final)+parseFloat(a),o.dd_sell_value_line_total=parseFloat(o.dd_sell_value_line_total).toFixed(2)):swal({title:"Alert",text:" Item Quantity should be more than Zero.",imageUrl:"assets/img/notification-alert.png"}),d.get(_.apiUrl+"api/Sales_Doc/GetItemCodeLocations?im_inv_no="+o.im_inv_no).then(function(e){c.resloc=e.data,0<c.resloc.length&&(o.loc_codes=c.resloc[0].loc_code)})}),""==o.dd_sell_price&&d.get(_.apiUrl+"api/Sales_Doc/GetItemCodeDetails?item_code="+o.im_item_code+"&sg_name="+c.temp.gcode).then(function(e){var t,a;c.resitem=e.data[0],0<o.dd_qty?0==o.sell_price_inclusiv_vat?(o.dd_sell_price=o.dd_qty*parseFloat(o.dd_sell_value_final),t=parseFloat(o.dd_sell_value_final),t=parseInt(o.dd_qty)*parseFloat(c.resitem.im_sell_price),null==o.im_item_vat_percentage&&""==o.im_item_vat_percentage&&null==o.im_item_vat_percentage||(e=parseFloat(t)*parseFloat(o.im_item_vat_percentage),a=parseFloat(e)/100,o.dd_item_vat_amount=parseFloat(t)+parseFloat(a),o.dd_sell_value_final=parseFloat(t)+parseFloat(a))):null==o.im_item_vat_percentage&&""==o.im_item_vat_percentage&&null==o.im_item_vat_percentage||(o.dd_sell_price=o.dd_qty*parseFloat(o.dd_sell_value_final),t=parseFloat(o.dd_sell_value_final),e=parseFloat(o.im_item_vat_percentage)/100,o.dd_sell_value_final=(parseFloat(t)/(1+parseFloat(e))).toFixed(2),a=t-o.dd_sell_value_final,o.dd_item_vat_amount=parseFloat(a).toFixed(2),o.dd_sell_value_line_total=parseFloat(o.dd_sell_value_final)+parseFloat(a),o.dd_sell_value_line_total=parseFloat(o.dd_sell_value_line_total).toFixed(2)):swal({title:"Alert",text:" Item Quantity should be more than Zero.",imageUrl:"assets/img/notification-alert.png"}),d.get(_.apiUrl+"api/Sales_Doc/GetItemCodeLocations?im_inv_no="+o.im_inv_no).then(function(e){c.resloc=e.data,0<c.resloc.length&&(o.loc_codes=c.resloc[0].loc_code)})}),0<parseInt(o.dd_qty)||""==o.dd_qty?0==o.sell_price_inclusiv_vat?(o.dd_sell_price=o.dd_qty*parseFloat(o.dd_sell_value_final),t=parseFloat(o.dd_sell_value_final),null==o.im_item_vat_percentage&&""==o.im_item_vat_percentage&&null==o.im_item_vat_percentage||(e=parseFloat(t)*parseFloat(o.im_item_vat_percentage),s=parseFloat(e)/100,o.dd_sell_value_final=parseFloat(t).toFixed(2),o.dd_item_vat_amount=parseFloat(s).toFixed(2),o.dd_sell_value_line_total=parseFloat(t)+parseFloat(s),o.dd_sell_value_line_total=parseFloat(o.dd_sell_value_line_total).toFixed(2))):(o.dd_sell_price=o.dd_qty*parseFloat(o.dd_sell_value_final),t=parseFloat(o.dd_sell_value_final),null==o.im_item_vat_percentage&&""==o.im_item_vat_percentage&&null==o.im_item_vat_percentage||(a=parseFloat(o.im_item_vat_percentage)/100,o.dd_sell_value_final=(parseFloat(t)/(1+parseFloat(a))).toFixed(2),s=t-o.dd_sell_value_final,o.dd_item_vat_amount=parseFloat(s).toFixed(2),o.dd_sell_value_line_total=parseFloat(o.dd_sell_value_final)+parseFloat(s),o.dd_sell_value_line_total=parseFloat(o.dd_sell_value_line_total).toFixed(2))):(swal({title:"Alert",text:" Item Quantity should be more than Zero."}),o.dd_qty=1,0==o.sell_price_inclusiv_vat?(o.dd_sell_price=o.dd_qty*parseFloat(o.dd_sell_value_final),t=parseFloat(o.dd_sell_value_final),null==o.im_item_vat_percentage&&""==o.im_item_vat_percentage&&null==o.im_item_vat_percentage||(e=parseFloat(t)*parseFloat(o.im_item_vat_percentage),s=parseFloat(e)/100,o.dd_sell_value_final=parseFloat(t).toFixed(2),o.dd_item_vat_amount=parseFloat(s).toFixed(2),o.dd_sell_value_line_total=parseFloat(t)+parseFloat(s),o.dd_sell_value_line_total=parseFloat(o.dd_sell_value_line_total).toFixed(2))):null==o.im_item_vat_percentage&&""==o.im_item_vat_percentage&&null==o.im_item_vat_percentage||(o.dd_sell_price=o.dd_qty*parseFloat(o.dd_sell_value_final),t=parseFloat(o.dd_sell_value_final),a=parseFloat(o.im_item_vat_percentage)/100,o.dd_sell_value_final=(parseFloat(t)/(1+parseFloat(a))).toFixed(2),s=t-o.dd_sell_value_final,o.dd_item_vat_amount=parseFloat(s).toFixed(2),o.dd_sell_value_line_total=parseFloat(o.dd_sell_value_final)+parseFloat(s),o.dd_sell_value_line_total=parseFloat(o.dd_sell_value_line_total).toFixed(2))),c.lineDiscountPer(o)},c.check_qty_value=function(e){var t,a,o;parseInt(e.dd_qty)>parseInt(e.invoice_qty)&&(swal({title:"Alert",text:"Item Quantity should not be more than invoice qty.",imageUrl:"assets/img/notification-alert.png"}),e.dd_qty=e.invoice_qty,e.dd_sell_price=e.dd_qty*parseFloat(e.dd_sell_value_final),c.totalAmtClick()),""==e.dd_qty&&(e.dd_qty=1,0==e.sell_price_inclusiv_vat?(e.dd_sell_value_final=e.dd_qty*parseFloat(e.dd_sell_price),t=parseInt(e.dd_qty)*parseFloat(e.dd_sell_price),null==e.im_item_vat_percentage&&""==e.im_item_vat_percentage&&null==e.im_item_vat_percentage||(o=parseFloat(t)*parseFloat(e.im_item_vat_percentage),o=parseFloat(o)/100,e.dd_item_vat_amount=parseFloat(o).toFixed(2),e.dd_sell_value_final=parseFloat(t).toFixed(2),e.dd_sell_value_line_total=parseFloat(parseFloat(t)+parseFloat(o)).toFixed(2)),c.totalAmtClick()):(e.dd_sell_value_final=e.dd_qty*parseFloat(e.dd_sell_price),t=parseInt(e.dd_qty)*parseFloat(e.dd_sell_price),null==e.im_item_vat_percentage&&""==e.im_item_vat_percentage&&null==e.im_item_vat_percentage||(a=parseFloat(e.im_item_vat_percentage)/100,e.dd_sell_value_final=(parseFloat(t)/(1+parseFloat(a))).toFixed(2),o=t-e.dd_sell_value_final,e.dd_item_vat_amount=parseFloat(o).toFixed(2),e.dd_sell_value_line_total=parseFloat(parseFloat(e.dd_sell_value_final)+parseFloat(o)).toFixed(2))))},c.lineDiscountPer=function(e){var t,a,o=0;isNaN(parseFloat(e.dd_line_discount_pct))&&(e.dd_line_discount_pct=0),parseFloat(e.dd_line_discount_pct)<=100?null==e.dd_line_discount_pct||""==e.dd_line_discount_pct||0==e.dd_line_discount_pct?(e.dd_line_discount_pct=0,!isNaN(parseFloat(e.dd_line_discount_amount))&&""!=e.dd_line_discount_amount&&null!=e.dd_line_discount_amount||(e.dd_line_discount_amount=0),0==e.sell_price_inclusiv_vat?(null==e.im_item_vat_percentage&&""==e.im_item_vat_percentage&&null==e.im_item_vat_percentage||(o=(e.dd_sell_value_final-parseFloat(e.dd_line_discount_amount))*e.im_item_vat_percentage/100,e.dd_item_vat_amount=parseFloat(o).toFixed(2)),e.dd_sell_value_line_total=parseFloat(parseFloat(e.dd_sell_value_final)+parseFloat(e.dd_item_vat_amount)).toFixed(2)):(null==e.im_item_vat_percentage&&""==e.im_item_vat_percentage&&null==e.im_item_vat_percentage||(t=parseInt(e.dd_qty)*parseFloat(e.dd_sell_price),a=parseFloat(e.im_item_vat_percentage)/100,o=((parseFloat(t)-parseFloat(e.dd_line_discount_amount))/(1+parseFloat(a))).toFixed(2),e.dd_item_vat_amount=(parseFloat(t)-parseFloat(e.dd_line_discount_amount)-parseFloat(o)).toFixed(2)),e.dd_sell_value_line_total=(parseFloat(t)-parseFloat(e.dd_line_discount_amount)).toFixed(2))):0==e.sell_price_inclusiv_vat?(e.dd_line_discount_amount=parseFloat(parseFloat(e.dd_sell_value_final)*parseFloat(e.dd_line_discount_pct)/100).toFixed(2),null==e.im_item_vat_percentage&&""==e.im_item_vat_percentage&&null==e.im_item_vat_percentage||(o=(e.dd_sell_value_final-e.dd_line_discount_amount)*e.im_item_vat_percentage/100,e.dd_item_vat_amount=parseFloat(o).toFixed(2)),e.dd_sell_value_line_total=parseFloat(e.dd_sell_value_final)+parseFloat(e.dd_item_vat_amount),e.dd_sell_value_line_total=parseFloat(parseFloat(e.dd_sell_value_line_total)-parseFloat(e.dd_line_discount_amount)).toFixed(2)):(t=parseInt(e.dd_qty)*parseFloat(e.dd_sell_price),e.dd_line_discount_amount=parseFloat(parseFloat(t)*parseFloat(e.dd_line_discount_pct)/100).toFixed(2),null==e.im_item_vat_percentage&&""==e.im_item_vat_percentage&&null==e.im_item_vat_percentage||(a=parseFloat(e.im_item_vat_percentage)/100,o=((parseFloat(t)-parseFloat(e.dd_line_discount_amount))/(1+parseFloat(a))).toFixed(2),e.dd_item_vat_amount=(parseFloat(t)-parseFloat(e.dd_line_discount_amount)-parseFloat(o)).toFixed(2)),e.dd_sell_value_line_total=(parseFloat(t)-parseFloat(e.dd_line_discount_amount)).toFixed(2)):(e.dd_line_discount_amount=0,e.dd_line_discount_pct=0,e.sell_price_inclusiv_vat,null==e.im_item_vat_percentage&&""==e.im_item_vat_percentage&&null==e.im_item_vat_percentage||(o=(e.dd_sell_value_final-e.dd_line_discount_amount)*e.im_item_vat_percentage/100,e.dd_item_vat_amount=parseFloat(o).toFixed(2)),e.dd_sell_value_line_total=parseFloat(parseFloat(e.dd_sell_value_final)+parseFloat(e.dd_item_vat_amount)).toFixed(2),swal({title:"Alert",text:"Discount Should not be more than 100%.",imageUrl:"assets/img/notification-alert.png"})),c.totalAmtClick()},c.lineDiscountPerInclusiveVat=function(e){var t,a,o=0;isNaN(parseFloat(e.dd_line_discount_pct))&&(e.dd_line_discount_pct=0),parseFloat(e.dd_line_discount_pct)<=100?null==e.dd_line_discount_pct||""==e.dd_line_discount_pct||0==e.dd_line_discount_pct?(e.dd_line_discount_amount=0,e.dd_line_discount_pct=0,null==e.im_item_vat_percentage&&""==e.im_item_vat_percentage&&null==e.im_item_vat_percentage||(t=parseFloat(e.im_item_vat_percentage)/100,o=((parseFloat(e.dd_sell_value_final)-e.dd_line_discount_amount)/(1+parseFloat(t))).toFixed(2),a=parseInt(e.dd_qty)*parseFloat(e.dd_sell_price),e.dd_item_vat_amount=parseFloat(a)-o),e.dd_sell_value_line_total=parseFloat(parseFloat(e.dd_sell_value_final)+parseFloat(e.dd_item_vat_amount)).toFixed(2)):(e.dd_line_discount_amount=parseFloat(parseFloat(e.dd_sell_value_final)*parseFloat(e.dd_line_discount_pct)/100).toFixed(2),null==e.im_item_vat_percentage&&""==e.im_item_vat_percentage&&null==e.im_item_vat_percentage||(t=parseFloat(e.im_item_vat_percentage)/100,o=((parseFloat(e.dd_sell_value_final)-e.dd_line_discount_amount)/(1+parseFloat(t))).toFixed(2),a=parseInt(e.dd_qty)*parseFloat(e.dd_sell_price),e.dd_item_vat_amount=parseFloat(a)-o),e.dd_sell_value_line_total=parseFloat(e.dd_sell_value_final)+parseFloat(e.dd_item_vat_amount),e.dd_sell_value_line_total=parseFloat(parseFloat(e.dd_sell_value_line_total)-parseFloat(e.dd_line_discount_amount)).toFixed(2)):(e.dd_line_discount_amount=0,e.dd_line_discount_pct=0,null==e.im_item_vat_percentage&&""==e.im_item_vat_percentage&&null==e.im_item_vat_percentage||(o=(e.dd_sell_value_final-e.dd_line_discount_amount)*e.im_item_vat_percentage/100,e.dd_item_vat_amount=parseFloat(o).toFixed(2)),e.dd_sell_value_line_total=parseFloat(parseFloat(e.dd_sell_value_final)+parseFloat(e.dd_item_vat_amount)).toFixed(2),swal({title:"Alert",text:"Discount Should not be more than 100%.",imageUrl:"assets/img/notification-alert.png"})),c.totalAmtClick()},c.getitemCode=function(t){console.log("str",t),c.im_item_vat_percentage=t.im_item_vat_percentage,d.get(_.apiUrl+"api/Sales_Doc/GetItemCodeDetails?item_code="+t.im_item_code+"&sg_name="+c.temp.gcode).then(function(e){c.resitem=e.data[0],c.item_dept_code=t.dep_code,c.im_revenue_acno=c.resitem.im_revenue_acno,c.im_cost_acno=c.resitem.im_cost_acno,c.im_vat_sale_profile=c.resitem.im_vat_sale_profile,"02"==c.temp.doc_type?(c.temp.qty=1,c.temp.im_sell_price_including_vat=c.resitem.im_sell_price_including_vat,c.temp.im_sell_price=c.resitem.im_sell_price,c.temp.finalValue=0):(c.temp.qty=1,0==parseFloat(c.resitem.im_sell_price)?(c.sellPriceInclusiveVat=!1,c.temp.finalValue=+parseFloat(c.resitem.im_sell_price_including_vat),c.temp.im_sell_price=c.resitem.im_sell_price_including_vat):(c.temp.finalValue=+parseFloat(c.resitem.im_sell_price),c.temp.im_sell_price=c.resitem.im_sell_price,c.sellPriceInclusiveVat=!0)),c.temp.im_item_vat_percentage=c.resitem.im_item_vat_percentage,d.get(_.apiUrl+"api/Sales_Doc/GetItemCodeLocations?im_inv_no="+t.im_inv_no).then(function(e){c.resloc=e.data,0<c.resloc.length&&(c.temp.loc_code=c.resloc[0].loc_code),c.temp.gcode=t.sg_name,null!=c.temp.enroll&&(c.disable_btn1=!1)})})},c.add=function(){var e,t,a,o=0;setTimeout(function(){c.Scroll()},700),""!=c.im_item_code1.im_inv_no&&null!=c.im_item_code1.im_inv_no&&(c.totalFinal=0,c.flg=!1,0==c.flg)&&(t=(1==c.sellPriceInclusiveVat?(a=parseFloat(c.temp.im_item_vat_percentage)/100,e=(parseFloat(c.temp.finalValue)/(1+parseFloat(a))).toFixed(2),a=(parseFloat(c.temp.finalValue)/(1+parseFloat(a))).toFixed(2),o=t=parseFloat(c.temp.finalValue)-e,parseFloat(parseFloat(e)+parseFloat(t))):(o=parseFloat(c.temp.finalValue*c.temp.im_item_vat_percentage/100),e=parseFloat(c.temp.finalValue).toFixed(2),a=parseFloat(c.temp.finalValue).toFixed(2),parseFloat(parseFloat(c.temp.finalValue)+parseFloat(o)))).toFixed(2),a="02"==c.temp.doc_type?{sg_name:$("#rcbGroup").find("option:selected").text(),sg_desc:$("#rcbGroup").find("option:selected").text(),sg_code:c.temp.gcode,im_inv_no:c.im_item_code1.im_inv_no,im_item_code:c.im_item_code1.im_item_code,im_desc:$("#rcbItem").find("option:selected").text(),item_location_name:$("#rcbLocation").find("option:selected").text(),loc_name:$("#rcbLocation").find("option:selected").text(),loc_code:c.temp.loc_code,original_qty:c.resitem.original_qty,dd_qty:c.temp.qty,dd_sell_price:a,dd_sell_value_final:e,doc_remark:c.temp.doc_remark,im_item_vat_percentage:c.temp.im_item_vat_percentage,dd_item_vat_amount:parseFloat(o).toFixed(2),dd_sell_value_line_total:t,im_sell_price_including_vat:parseFloat(c.temp.im_sell_price_including_vat).toFixed(2),sell_price_inclusiv_vat:c.sellPriceInclusiveVat,item_dept_code:c.item_dept_code,im_revenue_acno:c.im_revenue_acno,im_cost_acno:c.im_cost_acno,im_vat_sale_profile:c.im_vat_sale_profile}:{sg_name:$("#rcbGroup").find("option:selected").text(),sg_desc:$("#rcbGroup").find("option:selected").text(),sg_code:c.temp.gcode,im_inv_no:c.im_item_code1.im_inv_no,im_item_code:c.im_item_code1.im_item_code,im_desc:$("#rcbItem").find("option:selected").text(),item_location_name:$("#rcbLocation").find("option:selected").text(),loc_name:$("#rcbLocation").find("option:selected").text(),loc_code:c.temp.loc_code,original_qty:c.resitem.original_qty,dd_qty:c.temp.qty,dd_sell_price:a,dd_sell_value_final:e,doc_remark:c.temp.doc_remark,im_item_vat_percentage:c.temp.im_item_vat_percentage,dd_item_vat_amount:parseFloat(o).toFixed(2),dd_sell_value_line_total:t,dd_line_discount_pct:0,dd_line_discount_amount:0,im_sell_price_including_vat:parseFloat(c.temp.im_sell_price_including_vat).toFixed(2),sell_price_inclusiv_vat:c.sellPriceInclusiveVat,item_dept_code:c.item_dept_code,im_revenue_acno:c.im_revenue_acno,im_cost_acno:c.im_cost_acno,im_vat_sale_profile:c.im_vat_sale_profile},c.itemList.push(a)),c.totalAmtClick(),c.CancelItem(),document.getElementById("rcbItem").focus(),setTimeout(function(){for(var e=0;e<c.itemList.length;e++)$("#cmb_accno-"+e).select2(),$("#cmb_costaccno-"+e).select2(),$("#vat_profile-"+e).select2()},500),setTimeout(function(){for(var e=0;e<c.itemList.length;e++)$("#cmb_accno-"+e).select2("val",c.itemList[e].im_revenue_acno),$("#cmb_costaccno-"+e).select2("val",c.itemList[e].im_cost_acno),$("#vat_profile-"+e).select2("val",c.itemList[e].im_vat_sale_profile)},500)},c.finalize=function(t){if(c.count=0,c.totalRequests=c.itemList.length,c.completedRequests=0,t)for(var e=0;e<c.itemList.length;e++){var a=c.itemList[e].im_inv_no;d.get(_.apiUrl+"api/Sales_Doc/getdatacheck?im_inv_no="+a+"&imo_period_code="+parseInt(l,10)+"&imo_year="+r).then(function(e){0==e.data?(c.completedRequests++,c.count++,swal({title:"Alert",text:"Monthly Stock processing not done",width:300,height:200})):1==e.data&&(c.completedRequests++,c.finalize1(t))})}},c.finalize1=function(e){if(c.disable_btn=!0,c.disable_btn1=!0,c.completedRequests===c.totalRequests&&e&&0===c.count){for(var t=c.paymentAmountTotal=0;t<c.paymodeList.length;t++)""!=c.paymodeList[t].payment_amount&&null!=c.paymodeList[t].payment_amount&&(c.paymentAmountTotal+=parseFloat(c.paymodeList[t].payment_amount));if(console.log("paymentAmountTotal",c.paymentAmountTotal),"CA"==c.temp.payment_type&&c.paymentAmountTotal!=parseFloat(c.temp.totalFinal))swal({title:"Alert",text:"Payment amount should be same as total amount !",imageUrl:"assets/img/notification-alert.png"});else{console.log(c.temp.enroll),null!=c.salesmanDeptCode&&""!=c.salesmanDeptCode||(c.salesmanDeptCode="10");for(t=0;t<c.paymodeList.length;t++)"ca"!=c.paymodeList[t].pmDescShort.toLowerCase()||null==c.paymodeList[t].payment_amount&&""==c.paymodeList[t].payment_amount&&0==c.paymodeList[t].payment_amount||(c.cashAmount=c.paymodeList[t].payment_amount),"ch"!=c.paymodeList[t].pmDescShort.toLowerCase()||null==c.paymodeList[t].payment_amount&&""==c.paymodeList[t].payment_amount&&0==c.paymodeList[t].payment_amount||(c.checkAmount=c.paymodeList[t].payment_amount),"cc"!=c.paymodeList[t].pmDescShort.toLowerCase()||null==c.paymodeList[t].payment_amount&&""==c.paymodeList[t].payment_amount&&0==c.paymodeList[t].payment_amount||(c.creditCardAmount=c.paymodeList[t].payment_amount),"dd"!=c.paymodeList[t].pmDescShort.toLowerCase()||null==c.paymodeList[t].payment_amount&&""==c.paymodeList[t].payment_amount&&0==c.paymodeList[t].payment_amount||(c.demandDraftAmount=c.paymodeList[t].payment_amount),"bt"!=c.paymodeList[t].pmDescShort.toLowerCase()||null==c.paymodeList[t].payment_amount&&""==c.paymodeList[t].payment_amount&&0==c.paymodeList[t].payment_amount||(c.bankTransferAmount=c.paymodeList[t].payment_amount),"cp"!=c.paymodeList[t].pmDescShort.toLowerCase()||null==c.paymodeList[t].payment_amount&&""==c.paymodeList[t].payment_amount&&0==c.paymodeList[t].payment_amount||(c.cardPaymentAmount=c.paymodeList[t].payment_amount);for(t=0;t<1;t++){var a=c.itemList[t].req_no;c.itemList[t].im_inv_no}e={dep_code:c.salesmanDeptCode,doc_prov_no:"",doc_prov_date:c.temp.provDate,dt_code:"IR",sm_code:c.salesman.sm_code,up_name:i.globals.currentUser.username,creation_user:i.globals.currentUser.username,sal_type:c.temp.sal_type,doc_total_amount:c.temp.totalFinal,doc_status:"2",cus_account_no:c.temp.enroll,doc_special_name:c.temp.special_nm,dep_code_caused_by:c.salesmanDeptCode,doc_order_ref_no:c.temp.oderRefNo,doc_other_charge_amount:c.temp.otherCharges,doc_discount_pct:c.temp.overalldis,doc_discount_amount:c.temp.disamt,creation_date:c.current_date,doc_date:c.temp.provDate,doc_narration:c.temp.doc_narration,doc_vat_total_amount:c.doc_vat_total_amount,doc_round_value:0,payment_type:c.temp.payment_type,doc_cash_amount:c.cashAmount,doc_check_amount:c.checkAmount,doc_credit_card_amount:c.creditCardAmount,doc_dd_amount:c.demandDraftAmount,doc_bank_transfer_amount:c.bankTransferAmount,doc_online_payment_amount:c.cardPaymentAmount,doc_reference_prov_no:a};console.log("data",e),d.post(_.apiUrl+"api/Sales_Doc/Insert_Sale_Documents_VAT_Leams",e).then(function(e){e.data;c.doc_prov_no=e.data,c.salesDetails=[];for(var t=0;t<c.itemList.length;t++){if(c.itemList[t].dd_qty>c.itemList[t].invoice_qty)return void swal({title:"Alert",text:"Return quantity is more than invoice quantity.",imageUrl:"assets/img/notification-alert.png"});if(0==c.itemList[t].dd_qty)return void swal({title:"Alert",text:"Return quantity is 0.",imageUrl:"assets/img/notification-alert.png"});var a=c.temp.payment_type,a={dep_code:c.salesmanDeptCode,doc_prov_no:c.doc_prov_no,dd_line_no:t,dd_status:"C",dd_payment_mode:a,im_inv_no:c.itemList[t].im_inv_no,loc_code:c.itemList[t].loc_code,dd_sell_price:c.itemList[t].dd_sell_value_final,dd_sell_price_discounted:c.itemList[t].dd_line_discount_amount,dd_sell_price_final:0,dd_sell_value_final:c.itemList[t].dd_sell_price,dd_sell_cost_total:0,dd_qty:c.itemList[t].dd_qty,dd_outstanding_qty:0,dd_line_discount_pct:c.itemList[t].dd_line_discount_pct,dd_line_discount_amount:c.itemList[t].dd_line_discount_amount,dd_line_total:c.itemList[t].dd_sell_value_line_total,dd_physical_qty:c.itemList[t].original_qty,doc_remark:c.itemList[t].doc_remark,vat_flag:!1,dd_item_vat_per:c.itemList[t].im_item_vat_percentage,dd_item_vat_amount:c.itemList[t].dd_item_vat_amount,dd_cheque_number:c.temp.chequeNo,dd_cheque_date:c.temp.chequeDate,dd_cheque_bank_code:c.temp.bankCode,dd_demand_draft_number:c.temp.ddNo,dd_demand_draft_date:c.temp.ddDate,dd_demand_draft_bank_code:c.temp.ddbankCode,dd_credit_card_number:c.temp.creditCardNo,dd_credit_card_date:c.temp.creditCardDate,dd_credit_card_bank_code:c.temp.creditCardbankCode,dd_bank_transfer_trans_number:c.temp.btTransactionNo,dd_bank_transfer_trans_date:c.temp.btTransactionDate,dd_bank_transfer_trans_bank_code:c.temp.btTransactionbankCode,dd_online_payemnt_trans_number:c.temp.cradPayTransactionNo,im_revenue_acno:c.itemList[t].im_revenue_acno,im_cost_acno:c.itemList[t].im_cost_acno,im_vat_sale_profile:c.itemList[t].im_vat_sale_profile,doc_reference_prov_no:c.itemList[t].req_no,doc_no_have_previous:c.itemList[t].req_no};c.salesDetails.push(a)}d.post(_.apiUrl+"api/Sales_Doc/Return_Sale_Documents_Details1_VAT_SMSM",c.salesDetails).then(function(e){if(1==e.data){for(var t=[],a=0;a<c.pd.length;a++){var o={sds_comp_code:"1",sds_dep_code:c.itemList[0].item_dept_code,sds_doc_no:c.itemList[0].req_no,sds_line_no:a+1,sds_sm_code:c.salesman.sm_code,sds_dt_code:c.temp.doc_type,sds_payment_mode:c.pd[a].pmDescShort,sds_pay_mode_amount:c.pd[a].FPamt,sds_pay_mode_cheque_no:c.pd[a].chequeNo,sds_pay_mode_cheque_date:c.pd[a].chqDate,sds_pay_mode_cheque_bank_code:c.pd[a].chqBank};t.push(o)}d.post(_.apiUrl+"api/Sales_Doc/SalesDocumentsettlementEntry",t).then(function(e){c.pd=[];for(var t=c.total_amount_settle=0;t<c.paymodeList.length;t++)c.paymodeList[t].check=!1,c.paymodeList[t].count=""}),d.post(_.apiUrl+"api/Sales_Doc / SalesDocumentCreditEntry ? doc_prov_no = "+c.doc_prov_no).then(function(e){}),d.get(_.apiUrl+"api/Sales_Doc/get_status_parameter1").then(function(e){c.getparameter=e.data,"Y"==e.data[0].cp_value?d.post(_.apiUrl+"api/Sales_Doc/RetSalesDocumentFeesEntry?doc_prov_no="+c.doc_prov_no).then(function(e){}):swal({title:"Alert",text:" Book Fees Not Allowed To Update.",imageUrl:"assets/img/notification-alert.png"})}),swal({title:"Alert",text:" Record Inserted Successfully.",imageUrl:"assets/img/check.png"}),c.cancel()}else 0==e.data?(swal({title:"Alert",text:"Record Not Inserted .",imageUrl:"assets/img/notification-alert.png"}),c.disable_btn=!1,c.disable_btn1=!1):swal("Error-"+e.data);c.doc_vat_total_amount=0})})}}},c.pd=[],c.payment_check=function(e){if(e.check)"1"==e.pmType&&c.pd.push(e);else{e.count="",c.pd1=angular.copy(c.pd),c.pd=[];for(var t=0;t<c.pd1.length;t++)c.pd1[t].pmType!=e.pmType&&(c.pd1[t].i=t,c.pd.push(c.pd1[t]));c.$apply()}},c.blur_count=function(e){c.pd1=angular.copy(c.pd),c.pd=[];for(var t=0;t<c.pd1.length;t++)c.pd1[t].pmType!=e.pmType&&(c.pd1[t].i=t,c.pd.push(c.pd1[t]));for(var a=0;a<parseInt(e.count);a++){var o=angular.copy(e);o[t]=a,c.pd.push(o)}c.$apply()},c.total_amount_settle=0,c.check=function(){for(var e=c.total_amount_settle=0;e<c.pd.length;e++)isNaN(c.pd[e].FPamt)||(c.total_amount_settle=c.total_amount_settle+parseFloat(c.pd[e].FPamt));"CR"!=c.temp.payment_type&&(parseFloat(c.total_amount_settle)==parseFloat(c.temp.totalFinal)?c.disable_btn_total=!1:c.disable_btn_total=!0)},c.numOnly=function(e){var t=e.which;0==(8==t||110==t||37==t||39==t||9==t||32==t||48<=t&&t<=57||96<=t&&t<=105||190==t)?e.preventDefault():c.check()},c.returnInvoice=function(){c.disableReturnBtn=!0,c.disableSaveReturnBtn=!0;var e={dep_code:c.depCode,doc_prov_no:"",doc_prov_date:c.temp.provDate,dt_code:c.temp.doc_type,sm_code:c.salesman.sm_code,up_name:i.globals.currentUser.username,creation_user:i.globals.currentUser.username,sal_type:c.temp.sal_type,doc_total_amount:c.temp.totalFinal,doc_status:"2",cus_account_no:c.temp.enroll,doc_special_name:c.temp.special_nm,dep_code_caused_by:c.depCode,doc_order_ref_no:c.temp.oderRefNo,doc_other_charge_amount:c.temp.otherCharges,doc_discount_pct:c.temp.overalldis,doc_discount_amount:c.temp.disamt,creation_date:o,doc_date:c.temp.provDate,doc_narration:c.temp.doc_narration,doc_vat_total_amount:c.doc_vat_total_amount,doc_round_value:0,old_doc_prov_no:c.old_doc_prov_no,doc_reference_prov_no:c.old_doc_prov_no};console.log("obj",e),console.log("itemList",c.itemList),d.post(_.apiUrl+"api/Sales_Doc/Insert_Sale_Documents_Return",e).then(function(e){var t=e.data;c.salesDetails1=[];for(var a=0;a<c.itemList.length;a++){var o=c.temp.paymentMode,s=(s=parseInt(c.itemList[a].invoice_qty)==parseInt(c.itemList[a].dd_qty)?"9":"8",{dep_code:c.itemList[a].doc_dept,doc_prov_no:e.data,dd_line_no:a,dd_status:s,dd_payment_mode:o,im_inv_no:c.itemList[a].im_inv_no,loc_code:c.itemList[a].loc_code,dd_sell_price:c.itemList[a].dd_sell_price,dd_sell_price_discounted:c.itemList[a].dd_line_discount_amount,dd_sell_price_final:c.itemList[a].dd_sell_price_final,dd_sell_value_final:c.itemList[a].dd_sell_value_final,dd_sell_cost_total:0,dd_qty:c.itemList[a].dd_qty,dd_outstanding_qty:0,dd_line_discount_pct:c.itemList[a].dd_line_discount_pct,dd_line_discount_amount:c.itemList[a].dd_line_discount_amount,dd_line_total:c.itemList[a].dd_sell_value_line_total,dd_physical_qty:c.itemList[a].original_qty,dd_cheque_number:c.temp.chequeNo,dd_cheque_date:c.temp.chequeDate,dd_cheque_bank_code:c.temp.bankCode,doc_remark:c.itemList[a].doc_remark,dd_item_vat_per:c.itemList[a].im_item_vat_percentage,dd_item_vat_amount:c.itemList[a].dd_item_vat_amount,doc_prov_no_have_previous:c.old_doc_prov_no});c.salesDetails1.push(s)}console.log("salesDetails1",c.salesDetails1),d.post(_.apiUrl+"api/Sales_Doc/Insert_Sale_Documents_Details1_Return",c.salesDetails1).then(function(e){1==e.data?(swal({title:"",text:"Do you want print receipt",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No",allowOutsideClick:!1}).then(function(e){e&&(e="dpsmis"==d.defaults.headers.common.schoolId?{doc_prov_no:t,sdate:"",edate:"",state:!1,doc_status:"",back_state:"main.salvat"}:"brs"==d.defaults.headers.common.schoolId?{location:"Invs.INVR02BRS",parameter:{doc_prov_no:t},state:"main.salvat"}:"sisqatar"==d.defaults.headers.common.schoolId?{location:"Invs.INVR02SISQATAR",parameter:{doc_prov_no:t},state:"main.salvat"}:"tsis"==d.defaults.headers.common.schoolId?{location:"Invs.INVR02TSIS",parameter:{doc_prov_no:t},state:"main.salvat"}:"sms"==d.defaults.headers.common.schoolId?{location:"Invs.INVR02NIS",parameter:{doc_prov_no:t},state:"main.salvat"}:"smfc"==d.defaults.headers.common.schoolId?{location:"Invs.INVR02Vat",parameter:{doc_prov_no:t},state:"main.salvat"}:{location:"Invs.INVR02",parameter:{doc_prov_no:t},state:"main.salvat"},"dpsmis"==d.defaults.headers.common.schoolId?(window.localStorage.ReportProvNumber=JSON.stringify(e),n.go("main.rpts")):(window.localStorage.ReportDetails=JSON.stringify(e),n.go("main.ReportCardParameter")))}),c.cancel()):0==e.data?(swal({title:"Alert",text:"Record Not Inserted .",imageUrl:"assets/img/notification-alert.png"}),c.disableReturnBtn=!1,c.disableSaveReturnBtn=!0):swal("Error-"+e.data),c.doc_vat_total_amount=0})})},c.saveReturnInvoice=function(){c.disableSaveReturnBtn=!0,c.disableReturnBtn=!0;var e={dep_code:c.depCode,doc_prov_no:"",doc_prov_date:c.temp.provDate,dt_code:c.temp.doc_type,sm_code:c.salesman.sm_code,up_name:i.globals.currentUser.username,creation_user:i.globals.currentUser.username,sal_type:c.temp.sal_type,doc_total_amount:c.temp.totalFinal,doc_status:"0",cus_account_no:c.temp.enroll,doc_special_name:c.temp.special_nm,dep_code_caused_by:c.depCode,doc_order_ref_no:c.temp.oderRefNo,doc_other_charge_amount:c.temp.otherCharges,doc_discount_pct:c.temp.overalldis,doc_discount_amount:c.temp.disamt,creation_date:o,doc_date:c.temp.provDate,doc_narration:c.temp.doc_narration,doc_vat_total_amount:c.doc_vat_total_amount,doc_round_value:0,old_doc_prov_no:c.old_doc_prov_no,doc_reference_prov_no:c.old_doc_prov_no,save_finalize_flag:"S"};console.log("obj",e),console.log("itemList",c.itemList),d.post(_.apiUrl+"api/Sales_Doc/Insert_Sale_Documents_Return",e).then(function(e){var t=e.data;c.salesDetails1=[];for(var a=0;a<c.itemList.length;a++){var o=c.temp.paymentMode,s=(s=parseInt(c.itemList[a].invoice_qty)==parseInt(c.itemList[a].dd_qty)?"9":"8",{dep_code:c.itemList[a].doc_dept,doc_prov_no:e.data,dd_line_no:a,dd_status:s,dd_payment_mode:o,im_inv_no:c.itemList[a].im_inv_no,loc_code:c.itemList[a].loc_code,dd_sell_price:c.itemList[a].dd_sell_price,dd_sell_price_discounted:c.itemList[a].dd_line_discount_amount,dd_sell_price_final:c.itemList[a].dd_sell_price_final,dd_sell_value_final:c.itemList[a].dd_sell_value_final,dd_sell_cost_total:0,dd_qty:c.itemList[a].dd_qty,dd_outstanding_qty:0,dd_line_discount_pct:c.itemList[a].dd_line_discount_pct,dd_line_discount_amount:c.itemList[a].dd_line_discount_amount,dd_line_total:c.itemList[a].dd_sell_value_line_total,dd_physical_qty:c.itemList[a].original_qty,dd_cheque_number:c.temp.chequeNo,dd_cheque_date:c.temp.chequeDate,dd_cheque_bank_code:c.temp.bankCode,doc_remark:c.itemList[a].doc_remark,dd_item_vat_per:c.itemList[a].im_item_vat_percentage,dd_item_vat_amount:c.itemList[a].dd_item_vat_amount,doc_prov_no_have_previous:c.old_doc_prov_no});c.salesDetails1.push(s)}console.log("salesDetails1",c.salesDetails1),d.post(_.apiUrl+"api/Sales_Doc/Insert_Sale_Documents_Details1_Return",c.salesDetails1).then(function(e){1==e.data?(swal({title:"",text:"Do you want print receipt",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No",allowOutsideClick:!1}).then(function(e){e&&(e="dpsmis"==d.defaults.headers.common.schoolId?{doc_prov_no:t,sdate:"",edate:"",state:!1,doc_status:"",back_state:"main.salvat"}:"brs"==d.defaults.headers.common.schoolId?{location:"Invs.INVR02BRS",parameter:{doc_prov_no:t},state:"main.salvat"}:"sisqatar"==d.defaults.headers.common.schoolId?{location:"Invs.INVR02SISQATAR",parameter:{doc_prov_no:t},state:"main.salvat"}:"tsis"==d.defaults.headers.common.schoolId?{location:"Invs.INVR02TSIS",parameter:{doc_prov_no:t},state:"main.salvat"}:"sms"==d.defaults.headers.common.schoolId?{location:"Invs.INVR02NIS",parameter:{doc_prov_no:t},state:"main.salvat"}:(d.defaults.headers.common.schoolId,{location:"Invs.INVR02Vat",parameter:{doc_prov_no:t},state:"main.salvat"}),"dpsmis"==d.defaults.headers.common.schoolId?(window.localStorage.ReportProvNumber=JSON.stringify(e),n.go("main.rpts")):(window.localStorage.ReportDetails=JSON.stringify(e),n.go("main.ReportCardParameter")))}),c.cancel()):0==e.data?(swal({title:"Alert",text:"Record Not Inserted .",imageUrl:"assets/img/notification-alert.png"}),c.disableSaveReturnBtn=!1,c.disableReturnBtn=!0):swal("Error-"+e.data),c.doc_vat_total_amount=0})})},c.itemSearch=function(){c.GetItems=[],c.temp1={},$("#itemSearch").modal("show"),c.itemsetflg=!1},c.SearchInvoice=function(){c.GetItems=[],c.temp1={},$("#invoiceSearch").modal("show"),c.itemsetflg=!1,c.store_issue_details=[]},d.get(_.apiUrl+"api/StoreIssueController/GetCur").then(function(e){c.GetCur=e.data,c.edt={sims_cur_code:c.GetCur[0].sims_cur_code},c.select_cur(c.GetCur[0].sims_cur_code)}),c.select_cur=function(e){d.get(_.apiUrl+"api/StoreIssueController/GetAca?cur="+e).then(function(e){c.GetAca=e.data,c.edt.sims_acaedmic_year=c.GetAca[0].sims_acaedmic_year,c.select_aca(c.GetAca[0].sims_acaedmic_year)})},c.select_aca=function(e){d.get(_.apiUrl+"api/StoreIssueController/Getgrd?cur="+c.edt.sims_cur_code+"&aca="+e+"&user="+i.globals.currentUser.username).then(function(e){c.Getgrd=e.data,setTimeout(function(){$("#cmb_grade").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"})},1e3)})},c.select_grd=function(e){d.get(_.apiUrl+"api/StoreIssueController/Getsec?cur="+c.edt.sims_cur_code+"&aca="+c.edt.sims_acaedmic_year+"&grd="+e+"&user="+i.globals.currentUser.username).then(function(e){c.Getsec=e.data})},c.get_Details=function(e){c.hide_submit=!0,d.get(_.apiUrl+"api/Sales_Doc/getInvoiceDetails?cur="+e.sims_cur_code+"&aca="+e.sims_acaedmic_year+"&grd="+e.sims_grade_code+"&section="+e.sims_section_code+"&fromdate="+e.from_date+"&todate="+e.to_date+"&doc_no="+e.doc_no).then(function(e){if(c.store_issue_details=e.data,0<c.store_issue_details.length){for(var t=0;t<c.store_issue_details.length;t++)for(var a=0;a<c.store_issue_details[t].sublist1.length;a++){c.store_issue_details[t].sublist1[a].creation_user=i.globals.currentUser.username;var o=c.store_issue_details[t].sublist1[a].dd_qty,s=c.store_issue_details[t].sublist1[a].id_cur_qty,n=c.store_issue_details[t].sublist1[a].issued_dd_issue_qty;""==n&&(n=0);parseFloat(o)<parseFloat(s)?(c.store_issue_details[t].sublist1[a].inner_checked=!0,o=parseFloat(o)-parseFloat(n),o=parseInt(o),parseInt(s)>o?c.store_issue_details[t].sublist1[a].issue_quantity=o:c.store_issue_details[t].sublist1[a].issue_quantity_dis=!0):(c.store_issue_details[t].sublist1[a].inner_disabled=!0,c.store_issue_details[t].sublist1[a].issue_quantity_dis=!0,c.store_issue_details[t].sublist1[a].remarks_dis=!0)}c.totalItems=c.store_issue_details.length,c.todos=c.store_issue_details;for(t=0;t<c.totalItems;t++)c.store_issue_details[t].icon="fa fa-plus-circle"}else swal({text:"Record not found. ",imageUrl:"assets/img/close.png",width:300,height:200})})},c.ItemSetSearch=function(){c.GetItems=[],c.temp1={},$("#itemSearch").modal("show"),c.itemsetflg=!0,c.temp1.im_assembly_ind=!0,c.temp1.category_code=c.rcbCategories[3].category_code,null!=c.salesmanDeptCode&&""!=c.salesmanDeptCode||(c.salesmanDeptCode="10"),c.temp1.invs021_dep_code=c.salesmanDeptCode,0<c.rcbCategories.length&&d.get(_.apiUrl+"api/Sales_Doc/get_SubCategories?pc_parentcode="+c.rcbCategories[3].category_code).then(function(e){if(c.rcbSubCategories=e.data,"04"==c.temp.sal_type)for(var t=0;t<c.rcbSubCategories.length;t++)c.rcbSubCategories[t].pc_grade_code==c.grade_code&&(c.temp1.subcategory_code=c.rcbSubCategories[t].subcategory_code);else c.temp1.subcategory_code="";d.get(_.apiUrl+"api/Sales_Doc/get_SubCategoriesnew?pc_parentcode="+c.rcbCategories[3].category_code+"&grade_code="+c.grade_code).then(function(e){c.rcbbSubCategories=e.data,c.temp1.subcategory_code=c.rcbbSubCategories[0].subcategory_code,d.post(_.apiUrl+"api/Sales_Doc/postgetItemSerch",c.temp1).then(function(e){0<e.data.length?c.GetItems=e.data:swal({title:"Alert",text:"No Record Found.",imageUrl:"assets/img/notification-alert.png"})})})})},c.getfetch=function(){c.itemsetflg?c.temp1.im_assembly_ind=!0:c.temp1.im_assembly_ind=!1,null!=c.salesmanDeptCode&&""!=c.salesmanDeptCode||(c.salesmanDeptCode="10"),c.temp1.invs021_dep_code=c.dept_code_mutiplel,d.post(_.apiUrl+"api/Sales_Doc/postgetItemSerch",c.temp1).then(function(e){0<e.data.length?c.GetItems=e.data:swal({title:"Alert",text:"No Record Found.",imageUrl:"assets/img/notification-alert.png"})})},c.calculateTotal=function(){for(var e=c.totalFinal=0;e<c.itemList.length;e++)c.totalFinal+=parseFloat(c.itemList[e].dd_sell_price);c.temp.totalFinal=c.totalFinal,c.temp.totalFinal=parseFloat(c.temp.totalFinal)},c.Scroll=function(){var e=document.getElementById("table_scroll");e.scrollTop=e.scrollHeight-e.clientHeight},c.add_selected_data=function(){var s=0,n=0,i=0,e="";if(c.itemsetflg){for(var t=0;t<c.GetItems.length;t++)c.GetItems[t].im_inv_chk&&(e=e+c.GetItems[t].im_inv_no+",");d.post(_.apiUrl+"api/Sales_Doc/Fetch_ItemDetails_ItemSet?im_inv_no="+e).then(function(e){setTimeout(function(){c.Scroll()},1e3);for(var t=0;t<e.data.length;t++){"02"==c.temp.doc_type?c.internal_im_sell_price=0:n=(0==parseFloat(e.data[t].dd_sell_price)?(c.sellPriceInclusiveVat=!0,c.internal_im_sell_price=parseFloat(e.data[t].im_sell_price_including_vat).toFixed(2),i=parseFloat(c.internal_im_sell_price).toFixed(2)*parseFloat(e.data[t].ia_component_qty).toFixed(2),a=parseFloat(e.data[t].im_item_vat_percentage)/100,a=(parseFloat(i)/(1+parseFloat(a))).toFixed(2),s=i-a):(c.sellPriceInclusiveVat=!1,c.internal_im_sell_price=parseFloat(e.data[t].dd_sell_price).toFixed(2),i=parseFloat(c.internal_im_sell_price).toFixed(2)*parseFloat(e.data[t].ia_component_qty).toFixed(2),s=parseFloat(i*e.data[t].im_item_vat_percentage/100).toFixed(2),a=i),parseFloat(parseFloat(a)+parseFloat(s)).toFixed(2));var a,o={sg_name:e.data[t].sg_name,sg_code:e.data[t].sg_name,sg_desc:e.data[t].sg_desc,im_inv_no:e.data[t].im_inv_no,im_item_code:e.data[t].im_item_code,im_desc:e.data[t].im_desc,item_location_name:e.data[t].loc_code,loc_code:e.data[t].loc_code,loc_name:e.data[t].loc_name,original_qty:e.data[t].id_cur_qty,dd_qty:e.data[t].ia_component_qty,dd_sell_price:parseFloat(c.internal_im_sell_price).toFixed(2),dd_line_discount_pct:0,dd_line_discount_amount:0,dd_sell_value_final:a,im_item_vat_percentage:e.data[t].im_item_vat_percentage,dd_item_vat_amount:parseFloat(s).toFixed(2),dd_sell_value_line_total:parseFloat(n),sell_price_inclusiv_vat:c.sellPriceInclusiveVat,item_dept_code:e.data[t].dep_code,im_revenue_acno:e.data[t].im_revenue_acno,im_cost_acno:e.data[t].im_cost_acno,im_vat_sale_profile:e.data[t].im_vat_sale_profile};c.itemList.push(o)}c.totalAmtClick()})}},c.chk_click_item=function(e,t){var a=0,o=0;if(!c.itemsetflg){c.Exflg=!1,"02"==c.temp.doc_type?(c.internal_im_sell_price=parseFloat(e.dd_sell_price).toFixed(2),c.internal_im_sell_price_final=0):i=(0==parseFloat(e.dd_sell_price)?(c.sellPriceInclusiveVat=!1,c.internal_im_sell_price=parseFloat(e.im_sell_price_including_vat).toFixed(2),c.internal_im_sell_price_final=parseFloat(e.im_sell_price_including_vat).toFixed(2),o=+parseFloat(c.internal_im_sell_price).toFixed(2),a=parseFloat(o*e.im_item_vat_percentage/100).toFixed(2),n=s=o,parseFloat(parseFloat(o)+parseFloat(a))):(c.sellPriceInclusiveVat=!0,c.internal_im_sell_price=parseFloat(e.dd_sell_price).toFixed(2),c.internal_im_sell_price_final=parseFloat(e.dd_sell_price).toFixed(2),o=+parseFloat(c.internal_im_sell_price).toFixed(2),i=parseFloat(e.im_item_vat_percentage)/100,s=(parseFloat(o)/(1+parseFloat(i))).toFixed(2),n=(parseFloat(o)/(1+parseFloat(i))).toFixed(2),a=o-s,parseFloat(parseFloat(s)+parseFloat(a)))).toFixed(2);var s,n,i,o={sg_name:e.sg_name,im_inv_no:e.im_inv_no,im_item_code:e.im_item_code,im_desc:e.im_desc,item_location_name:e.loc_code,loc_code:e.loc_code,original_qty:e.id_cur_qty,dd_qty:1,dd_sell_price:n,dd_sell_value_final:s,im_item_vat_percentage:e.im_item_vat_percentage,dd_item_vat_amount:parseFloat(a).toFixed(2),dd_sell_value_line_total:i,dd_line_discount_pct:parseFloat(0).toFixed(2),dd_line_discount_amount:parseFloat(0).toFixed(2),sell_price_inclusiv_vat:c.sellPriceInclusiveVat,item_dept_code:e.dep_code,im_revenue_acno:e.im_revenue_acno,im_cost_acno:e.im_cost_acno,im_vat_sale_profile:e.im_vat_sale_profile};if(t){if(0!=c.itemList.length)for(var d=0;d<c.itemList.length;d++)e.im_inv_no==c.itemList[d].im_inv_no&&(c.Exflg=!0,console.log("already exists"));0==c.Exflg&&c.itemList.push(o)}else for(var _=0;_<c.itemList.length;_++)c.itemList[_].im_inv_no!=e.im_inv_no&&c.itemList.splice(_,1);c.totalAmtClick()}setTimeout(function(){for(var e=0;e<c.itemList.length;e++)$("#cmb_accno-"+e).select2(),$("#cmb_costaccno-"+e).select2(),$("#vat_profile-"+e).select2()},500)},c.addItemFromInvoice=function(e,t){if(console.log("obj",e),c.disableOnInvoiceReturn=!0,c.disable_total_dis_per=!0,c.searchDisable=!0,c.showBtnOnInvoiceReturn=!0,c.disableReturnBtn=!1,c.old_doc_prov_no_show=!0,c.disableSaveReturnBtn=!1,c.selectedInvoieList=[],c.itemList=[],t){for(var a in null!=c.old_obj&&(c.selectedInvoieList.pop(c.old_obj),c.old_obj!=e)&&(c.old_obj.invoice_no_chk=!1),c.selectedInvoieList.push(e),e.sublist1){console.log(e.sublist1[a]);var o={sg_desc:e.sublist1[a].sg_name,im_inv_no:e.sublist1[a].im_inv_no,im_item_code:e.sublist1[a].im_item_code,im_desc:e.sublist1[a].im_desc,loc_name:e.sublist1[a].loc_code,loc_code:e.sublist1[a].loc_code,original_qty:e.sublist1[a].id_cur_qty,dd_qty:e.sublist1[a].dd_qty,dd_sell_price:parseFloat(e.sublist1[a].dd_sell_price).toFixed(2),dd_sell_value_final:parseFloat(e.sublist1[a].dd_sell_value_final).toFixed(2),im_item_vat_percentage:parseFloat(e.sublist1[a].dd_item_vat_per).toFixed(2),dd_item_vat_amount:parseFloat(e.sublist1[a].dd_item_vat_amount).toFixed(2),dd_sell_value_line_total:parseFloat(e.sublist1[a].dd_line_total).toFixed(2),dd_line_discount_pct:parseFloat(e.sublist1[a].dd_line_discount_pct).toFixed(2),dd_line_discount_amount:parseFloat(e.sublist1[a].dd_line_discount_amount).toFixed(2),doc_dept:e.sublist1[a].doc_dept,doc_remark:e.sublist1[a].doc_remark,dd_physical_qty:e.sublist1[a].dd_physical_qty,invoice_qty:e.sublist1[a].dd_qty,doc_status:e.sublist1[a].doc_status,dd_status:e.sublist1[a].dd_status};c.itemList.push(o)}c.temp.overalldis=e.sublist1[0].doc_discount_pct,c.temp.disamt=e.sublist1[0].doc_discount_amount,c.temp.otherCharges=e.sublist1[0].doc_other_charge_amount,c.temp.totalFinal=e.sublist1[0].doc_total_amount,c.doc_vat_total_amount=e.sublist1[0].doc_vat_total_amount,c.depCode=e.sublist1[a].doc_dept,c.temp.paymentMode=e.sublist1[0].dd_payment_mode,console.log("paymentMode",c.temp.paymentMode),"CH"!=c.temp.paymentMode&&"DD"!=c.temp.paymentMode&&"CC"!=c.temp.paymentMode&&"BT"!=c.temp.paymentMode||(c.temp.chequeNo=e.sublist1[0].chequeNo,c.temp.chequeDate=e.sublist1[0].chequeDate,c.temp.bankCode=e.sublist1[0].bankCode),"CP"==c.temp.paymentMode&&(c.temp.chequeNo=e.sublist1[0].chequeNo),c.temp.enroll=e.enroll_no,c.temp.name=e.student_name,c.temp.oderRefNo=e.sublist1[0].doc_order_ref_no,c.old_doc_prov_no=e.invoice_no,c.doc_reference_prov_no=e.doc_reference_prov_no,c.old_obj=e}else c.selectedInvoieList.pop(e);console.log("itemList",c.itemList)},c.CancelItem=function(){c.temp.finalValue="",c.temp.im_sell_price="",c.temp.qty="",c.temp.loc_code="",c.temp.subcategory_code="",c.temp.category_code="",c.temp.gcode="",c.temp.doc_remark="",c.rcbItems=[],c.rcbSubCategories=[],c.im_item_code1="",$("#rcbItem").select2("val",""),c.rcbItems=c.rcbitemOld,c.disable_btn1=!0,c.showPickInvoice=!1,c.old_doc_prov_no_show=!1},c.studentSearch=function(){c.showldgr=!0,"04"==c.temp.sal_type||"03"==c.temp.sal_type?(c.global_Search_click(),$("#Global_Search_Modal").modal({backdrop:"static"})):$("#ExternalCustomerSearch").modal("show"),d.get(_.apiUrl+"api/PaysGradeChange/Get_gc_company_Code").then(function(e){c.compny_code=e.data,c.temp.gc_company_code=c.compny_code[0].gc_company_code}),d.get(_.apiUrl+"api/generatepayroll/GetCurrentFinYearFromFinsParameter").then(function(e){c.GetCurrentFinYearFromFinsParameter1=e.data,c.financial_year=c.GetCurrentFinYearFromFinsParameter1[0].fin_year,c.fin_year_desc=c.GetCurrentFinYearFromFinsParameter1[0].fin_year_desc})},c.totalAmtClick=function(){c.totalFinal=0,c.totalVAT=0;for(var e=c.total_dis=0;e<c.itemList.length;e++)c.totalFinal+=parseFloat(c.itemList[e].dd_sell_price),c.total_dis+=parseFloat(c.itemList[e].dd_line_discount_amount),c.totalVAT+=parseFloat(c.itemList[e].dd_item_vat_amount);if(c.temp.totalFinal=parseFloat(c.totalFinal).toFixed(2),c.doc_vat_total_amount=parseFloat(c.totalVAT).toFixed(2),0!=c.total_dis?(c.temp.overalldis="",c.temp.disamt=parseFloat(c.total_dis).toFixed(2),c.disable_total_dis_per=!0):null!=c.temp.overalldis&&""!=c.temp.overalldis||(c.temp.disamt="",c.temp.overalldis="",c.disable_total_dis_per=!1),null!=c.temp.otherCharges&&""!=c.temp.otherCharges&&(c.temp.totalFinal=parseFloat(c.temp.totalFinal)+parseFloat(c.temp.otherCharges)),null!=c.temp.disamt&&""!=c.temp.disamt&&0==c.total_dis&&(c.temp.totalFinal=parseFloat(c.temp.totalFinal)-parseFloat(c.temp.disamt)),c.temp.totalFinal=parseFloat(c.temp.totalFinal).toFixed(2),c.temp.totalFinal=parseFloat(c.temp.totalFinal).toFixed(2),null!=c.temp.totalFinal&&0<c.paymodeList.length){for(e=0;e<c.paymodeList.length;e++)"CA"!=c.paymodeList[e].pmDescShort&&"Ca"!=c.paymodeList[e].pmDescShort&&"ca"!=c.paymodeList[e].pmDescShort||(c.paymodeList[e].payment_amount=c.temp.totalFinal,c.paymodeList[e].checkPM=!0);console.log("paymodeList",c.paymodeList)}},c.otherChargesChange=function(){c.totalAmtClick()},c.txt_discounted_price_TextChanged=function(e){if(e<=100||e<="100"){for(var t=c.totalFinal=0;t<c.itemList.length;t++)c.totalFinal+=parseFloat(c.itemList[t].dd_sell_price);c.temp.disamt=null==e||""==e?0:parseFloat(parseFloat(c.totalFinal)*parseFloat(e)/100).toFixed(2),c.df=parseFloat(parseFloat(c.totalFinal)-parseFloat(c.temp.disamt)).toFixed(2)}else c.temp.overalldis=0,c.temp.disamt=0,swal({title:"Alert",text:"Discount Should not be more than 100%.",imageUrl:"assets/img/notification-alert.png"});c.totalAmtClick()},c.paymentChange=function(e){c.cardpay=!1,"CA"==e?(c.chequeShow=!1,c.bankShow=!1):"CH"==e||"DD"==e||"CC"==e?(c.chequeShow=!0,c.bankShow=!1):"BT"==e?(c.chequeShow=!1,c.bankShow=!0):"CP"==e&&(c.chequeShow=!1,c.bankShow=!1,c.cardpay=!0)},c.checkPaymentMode=function(e){console.log("str",e)},c.calPaymentModeAmount=function(e){console.log("totalFinal",c.temp.totalFinal),console.log("amt",e),c.cardpay=!1,null!=e.payment_amount&&""!=e.payment_amount&&0!=e.payment_amount||(e.payment_amount=0);for(var t=0;t<c.paymodeList.length;t++)"ca"==e.pmDescShort.toLowerCase()||"ca"!=c.paymodeList[t].pmDescShort.toLowerCase()||null==c.paymodeList[t].payment_amount&&""==c.paymodeList[t].payment_amount&&0==c.paymodeList[t].payment_amount||c.totalPMAmount<=parseFloat(c.temp.totalFinal)&&(parseFloat(c.paymodeList[t].payment_amount)-parseFloat(e.payment_amount)<0?(c.paymodeList[t].payment_amount=0,e.payment_amount=0,c.totalPMAmount=c.totalPMAmount-parseFloat(e.payment_amount)):(c.paymodeList[t].payment_amount=(parseFloat(c.paymodeList[t].payment_amount)-parseFloat(e.payment_amount)).toFixed(2),c.totalPMAmount+=parseFloat(e.payment_amount)));console.log("totalPMAmount",c.totalPMAmount),"ca"==e.pmDescShort.toLowerCase()&&(c.chequeShow=!1),"ch"==e.pmDescShort.toLowerCase()&&0!=e.payment_amount&&(c.chequeShow=!0),"dd"==e.pmDescShort.toLowerCase()&&0!=e.payment_amount&&(c.demandDraft=!0),"cc"==e.pmDescShort.toLowerCase()&&0!=e.payment_amount&&(c.crediCard=!0),"bt"==e.pmDescShort.toLowerCase()&&0!=e.payment_amount&&(c.bankShow=!0),"cp"!=e.pmDescShort.toLowerCase()&&"vc"!=e.pmDescShort.toLowerCase()||0==e.payment_amount||(c.cardpay=!0)},c.checkPyamentType=function(e){if(0<c.GetSalesType.length)for(var t=0;t<c.GetSalesType.length;t++)c.GetSalesType[t].invs_appl_parameter==e&&(c.salesReportUrl=c.GetSalesType[t].invs_appl_form_field_value4);"CR"==e?(c.disablePayementMode=!0,c.disable_btn_total=!1,c.payment_mode_grid=!1):(c.disablePayementMode=!1,c.disable_btn_total=!0,c.payment_mode_grid=!0)},c.removeItem=function(e,t){c.itemList.splice(t,1),c.totalAmtClick()},c.setVatProfile=function(e){for(var t=0;t<c.vatProfiles.length;t++){if("A"==c.vatProfiles[t].vat_profile_type.toUpperCase()&&e.im_vat_sale_profile==c.vatProfiles[t].vat_profile_no){c.sellPriceInclusiveVat=!0,e.sell_price_inclusiv_vat=!0,e.im_item_vat_percentage=parseFloat(c.vatProfiles[t].vat_profile_percentage);break}if("N"==c.vatProfiles[t].vat_profile_type.toUpperCase()&&e.im_vat_sale_profile==c.vatProfiles[t].vat_profile_no){c.sellPriceInclusiveVat=!1,e.sell_price_inclusiv_vat=!1,e.im_item_vat_percentage=parseFloat(c.vatProfiles[t].vat_profile_percentage);break}c.cloneObj=angular.copy(e),console.log("clone obj",c.cloneObj),c.sellPriceInclusiveVat=!1,e.sell_price_inclusiv_vat=!1,e.im_item_vat_percentage=0,e.dd_item_vat_amount=0}c.qtychangeby1(e),console.log("after obj",e),console.log("after clone obj",c.cloneObj)},d.get(_.apiUrl+"api/StudentFee/getDecimalPlaces").then(function(e){c.decimal_degit=e.data,c.decimal_dsc=c.decimal_degit[0].comp_curcy_dec}),c.CustTypeChange=function(e){"01"==e||"03"==e?(c.showldgr=!1,setTimeout(function(){$("#cmb_slAccountCode").select2()},500),d.get(_.apiUrl+"api/Sales_Doc/Get_Subledger_Master?comp_code=1&slma_ldgrctl_code="+e).then(function(e){c.subledgeracct=e.data})):c.showldgr=!0},c.setSlName=function(e){c.selectedText=$("#cmb_slAccountCode option:selected").text(),c.selectedName=c.selectedText.split("-"),c.temp.name=c.selectedName[1],c.disable_btn=!1},c.onlyNumbers=function(e){var t,a={escape:27,backspace:8,tab:9,enter:13,del:46,0:48,1:49,2:50,3:51,4:52,5:53,6:54,7:55,8:56,9:57};for(t in a)if(a.hasOwnProperty(t)&&(e.charCode==a[t]||e.keyCode==a[t]))return;e.preventDefault()};var t=(o=new Date).getDate(),a=o.getMonth()+1,m=o.getFullYear(),t=(o=new Date).getDate(),a=(i.globals.currentUser.username,t<10&&(t="0"+t),o.getMonth()+1);function p(e){return e.split("-")[1]}function u(e){return e.split("-")[2]}c.current_date=t+"-"+(a=a<10?"0"+a:a)+"-"+m,c.checkDate=function(){var e=p(c.current_date),t=p(c.temp.provDate),a=u(c.current_date),o=u(c.temp.provDate);e==t&&a===o||(swal({title:"Alert",text:"Please select a date within the current month",showCloseButton:!0,width:380}),$("#prov_date").data("kendoDatePicker").value(null))},$(document).ready(function(){var e=new Date,t=kendo.toString(e,"dd-MM-yyyy");$("#prov_date").kendoDatePicker({value:e,format:"dd-MM-yyyy",change:function(e){var t=this.value();c.$apply(function(){c.temp.provDate=kendo.toString(t,"dd-MM-yyyy"),c.checkDate()})}}),c.temp.provDate=t})}])}(),function(){"use strict";var e=angular.module("sims.module.Inventory");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("ReturnSalesInvoice_DSCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(c,n,i,s,e,d,_){c.disable_btn=!0,c.disable_btn_total=!0,c.payment_mode_grid=!1,c.disable_btn1=!0,c.save_btn=!0,c.grade_code="",c.academic_year="",c.rcbDocType=[],c.Update_btn=!1,c.display=!1,c.table=!0,c.showPickInvoice=!1,c.old_doc_prov_no_show=!1,c.add1=!1;c.student=[],c.temp1={im_inv_no:void 0,invs021_sg_name:void 0,im_item_code:void 0,im_desc:void 0,invs021_dep_code:void 0,sec_code:void 0,invs021_sup_code:void 0,im_assembly_ind_s:void 0,category_code:void 0,subcategory_code:void 0},c.itemsPerPage="5",c.currentPage=0,c.obj=[],c.itemList=[],c.itemList_new=[],c.temp={},c.paymodeList=[],c.disable_total_dis_per=!1,c.edt={},c.disableOnInvoiceReturn=!1,c.showBtnOnInvoiceReturn=!1,c.disableReturnBtn=!0,c.disableSaveReturnBtn=!0,c.disablePayementMode=!1,c.totalPMAmount=0,c.dept_code_mutiple="",c.showSublegerData=!1,c.showldgr=!0,$("#prov_date").kendoDatePicker({format:"dd-MM-yyyy",min:new Date(1900,1,1),max:new Date}),"dpsmis"==d.defaults.headers.common.schoolId&&(c.disable_sale=!0),setTimeout(function(){$("#rcbItem").select2()},100);var o=("0"+(o=new Date).getDate()).slice(-2)+"-"+("0"+(o.getMonth()+1)).slice(-2)+"-"+o.getFullYear();c.tdate=o,c.temp.provDate=o,c.temp.paymentMode="CA",document.getElementById("rcb_saletype").focus(),c.size=function(e){c.itemsPerPage=e},c.Scroll=function(){var e=document.getElementById("table_scroll");e.scrollTop=e.scrollHeight-e.clientHeight},c.SearchSaleDocRequest=function(){$("#MyModalStoreReq").modal("show"),c.srchInv=!0,c.srchdetInv=!1,c.edt.enroll_no=c.temp.enroll},c.Searchclick=function(){c.search_Req_SIData=[];var e={opr:"E",from_date:c.edt.from_date,to_date:c.edt.to_date,academic_yr:c.edt.sims_acaedmic_year,grade_code:c.edt.sims_grade_code,section_code:c.edt.sims_section_code,enroll_no:c.edt.enroll_no,doc_no:c.edt.doc_no};d.post(_.apiUrl+"api/CreateOrder/AllSaleRequestDetailCommon",e).then(function(e){0<e.data.table.length?c.search_Req_SIData=e.data.table:swal({text:"No data found",imageUrl:"assets/img/close.png",width:320,showCloseButton:!0})})},c.checkonebyonedelete=function(e){for(var t=0;t<c.search_Req_SIData.length;t++)c.search_Req_SIData[t].req_no!=e.req_no&&(c.search_Req_SIData[t].chk=!1)},c.okbuttonSerclick=function(){d.get(_.apiUrl+"api/Sales_Doc/GetSalesType").then(function(e){c.GetSalesType=e.data});for(var e="",t=0;t<c.search_Req_SIData.length;t++)if(!0===c.search_Req_SIData[t].chk){e=c.search_Req_SIData[t].req_no,c.temp.name=c.search_Req_SIData[t].student_name,c.temp.enroll=c.search_Req_SIData[t].cus_account_no,c.temp.payment_type=c.search_Req_SIData[t].payment_type;break}""!=e&&(c.itemList=[],d.post(_.apiUrl+"api/CreateOrder/AllItemRequestDetailCommon",{opr:"F",req_no:e}).then(function(e){if(0<e.data.table.length){for(var t=c.totalFinal=0;t<e.data.table.length;t++){parseFloat(parseFloat(e.data.table[t].dd_sell_price)*parseFloat(e.data.table[t].vat_per_value)/100);var a=parseFloat(e.data.table[t].dd_sell_price).toFixed(2),o=parseFloat(e.data.table[t].dd_sell_price).toFixed(2)*parseFloat(e.data.table[t].rd_quantity),s=parseFloat(parseFloat(e.data.table[t].dd_sell_price)+parseFloat(e.data.table[t].im_sell_price_including_vat)).toFixed(2),o={sg_code:c.temp.gcode,im_inv_no:e.data.table[t].im_inv_no,im_item_code:e.data.table[t].im_item_code,im_desc:e.data.table[t].im_desc,item_location_name:e.data.table[t].loc_name,loc_name:e.data.table[t].loc_name,loc_code:e.data.table[t].loc_code,original_qty:e.data.table[t].id_cur_qty,dd_qty:e.data.table[t].rd_quantity,dd_sell_price:o,dd_sell_value_final:a,doc_remark:e.data.table[t].doc_remark,req_no:e.data.table[t].req_no,im_item_vat_percentage:e.data.table[t].vat_per_value,dd_item_vat_amount:parseFloat(e.data.table[t].im_sell_price_including_vat).toFixed(2),dd_sell_value_line_total:s,dd_line_discount_pct:0,dd_line_discount_amount:0,im_sell_price_including_vat:parseFloat(e.data.table[t].im_sell_price_including_vat).toFixed(2),sell_price_inclusiv_vat:c.sellPriceInclusiveVat,item_dept_code:e.data.table[t].item_dept_code,im_revenue_acno:e.data.table[t].im_revenue_acno,im_cost_acno:e.data.table[t].im_cost_acno,im_vat_sale_profile:e.data.table[t].im_vat_sale_profile};c.itemList.push(o)}c.totalAmtClick(),setTimeout(function(){for(var e=0;e<c.itemList.length;e++)$("#cmb_accno-"+e).select2(),$("#cmb_costaccno-"+e).select2(),$("#vat_profile-"+e).select2()},500),setTimeout(function(){for(var e=0;e<c.itemList.length;e++)$("#cmb_accno-"+e).select2("val",c.itemList[e].im_revenue_acno),$("#cmb_costaccno-"+e).select2("val",c.itemList[e].im_cost_acno),$("#vat_profile-"+e).select2("val",c.itemList[e].im_vat_sale_profile)},500)}})),c.srchInv=!1,c.srchdetInv=!0,c.search_Req_SIData={},c.temp.from_date=o,c.temp.to_date=o},c.okbutSerclick=function(){for(var e="",t="",a=0;a<c.itemList.length;a++)c.itemList[a].im_inv_chk&&(e=c.itemList[a].req_no,t=t+c.itemList[a].im_inv_no+",");""!=e&&(c.itemList=[],d.post(_.apiUrl+"api/CreateOrder/AllItemRequestDetailCommon",{opr:"F1",req_no:e,im_inv_no:t}).then(function(e){if(0<e.data.table.length){for(var t=c.totalFinal=0;t<e.data.table.length;t++){parseFloat(parseFloat(e.data.table[t].dd_sell_price)*parseFloat(e.data.table[t].vat_per_value)/100);var a=parseFloat(e.data.table[t].dd_sell_price).toFixed(2)*parseFloat(e.data.table[t].rd_quantity),o=parseFloat(e.data.table[t].dd_sell_price).toFixed(2),s=(parseFloat(parseFloat(e.data.table[t].dd_sell_price)*parseFloat(e.data.table[t].rd_quantity))+parseFloat(e.data.table[t].im_sell_price_including_vat)).toFixed(2),o={sg_code:c.temp.gcode,im_inv_no:e.data.table[t].im_inv_no,im_item_code:e.data.table[t].im_item_code,im_desc:e.data.table[t].im_desc,item_location_name:e.data.table[t].loc_name,loc_name:e.data.table[t].loc_name,loc_code:e.data.table[t].loc_code,original_qty:e.data.table[t].id_cur_qty,dd_qty:e.data.table[t].rd_quantity,invoice_qty:e.data.table[t].invoice_qty,dd_sell_price:o,dd_sell_value_final:a,doc_remark:e.data.table[t].doc_remark,req_no:e.data.table[t].req_no,im_item_vat_percentage:e.data.table[t].vat_per_value,dd_item_vat_amount:parseFloat(e.data.table[t].im_sell_price_including_vat).toFixed(2),dd_sell_value_line_total:s,dd_line_discount_pct:0,dd_line_discount_amount:0,im_sell_price_including_vat:parseFloat(e.data.table[t].im_sell_price_including_vat).toFixed(2),sell_price_inclusiv_vat:c.sellPriceInclusiveVat,item_dept_code:e.data.table[t].item_dept_code,im_revenue_acno:e.data.table[t].im_revenue_acno,im_cost_acno:e.data.table[t].im_cost_acno,im_vat_sale_profile:e.data.table[t].im_vat_sale_profile};c.itemList.push(o)}c.totalAmtClick(),setTimeout(function(){for(var e=0;e<c.itemList.length;e++)$("#cmb_accno-"+e).select2(),$("#cmb_costaccno-"+e).select2(),$("#vat_profile-"+e).select2()},500),setTimeout(function(){for(var e=0;e<c.itemList.length;e++)$("#cmb_accno-"+e).select2("val",c.itemList[e].im_revenue_acno),$("#cmb_costaccno-"+e).select2("val",c.itemList[e].im_cost_acno),$("#vat_profile-"+e).select2("val",c.itemList[e].im_vat_sale_profile)},500)}})),c.old_doc_prov_no=!0,$("#ModalStoreReqDet").modal("hide"),c.search_Req_SIData={},c.temp.from_date=o,c.temp.to_date=o},c.enroll_change=function(e){if(""!=e){if("01"==c.temp.sal_type){c.inCustFlg=!0;for(var t=0;t<c.rcbInternal.length;t++)if(e==c.rcbInternal[t].up_name){c.internalUser=c.rcbInternal[t].up_num,c.inCustFlg=!1;break}c.inCustFlg&&d.post(_.apiUrl+"api/Sales_Doc/Insert_User_profiles?name="+e).then(function(e){c.internalUser=e.data})}else"04"==c.temp.sal_type?d.get(_.apiUrl+"api/Sales_Doc/GetStudentInfo?enrollnum="+e).then(function(e){null!=e.data.studentname?(c.temp.name=e.data.studentname+" Class:"+e.data.grade_name+"-"+e.data.section_name,c.grade_code=e.data.grade_code):(swal({title:"Alert",text:"Please Enter Correct Student ID."}),c.disable_btn=!0,c.disable_btn1=!0,c.showBtnOnInvoiceReturn=!1,c.grade_code="")}):"03"==c.temp.sal_type?d.get(_.apiUrl+"api/Sales_Doc/GetEmployeeInfo?enrollnum="+e).then(function(e){null!=e.data.studentname?c.temp.name=e.data.studentname:(swal({title:"Alert",text:"Please Enter Correct Employee ID."}),c.disable_btn=!0,c.disable_btn1=!0,c.showBtnOnInvoiceReturn=!1)}):"05"!=c.temp.sal_type&&"06"!=c.temp.sal_type||d.get(_.apiUrl+"api/Sales_Doc/GetSublegerInfo?slma_ldgrctl_code="+c.temp.sal_type+"&slma_acno="+e).then(function(e){null!=e.data.studentname?c.temp.name=e.data.studentname:(swal({title:"Alert",text:"Please Enter Correct Account NO."}),c.disable_btn=!0,c.disable_btn1=!0,c.showBtnOnInvoiceReturn=!1)});""!=e&&null!=e&&(c.disable_btn=!1,c.disable_btn1=!1,"CR"!=c.temp.payment_type?c.disable_btn_total=!0:c.disable_btn_total=!1)}},d.get(_.apiUrl+"api/Sales_Doc/GetSalesmanName?sales_code="+i.globals.currentUser.username).then(function(e){c.salesman=e.data[0],c.salesmanDeptCode=e.data[0].dep_code,c.salesmanData=e.data;for(var t=0;t<c.salesmanData.length;t++)c.dept_code_mutiple=c.dept_code_mutiple+c.salesmanData[t].dep_code+",";d.get(_.apiUrl+"api/Sales_Doc/GetAllItemsInSubCategoryByDepartment?pc_code=&dept_code="+c.dept_code_mutiple).then(function(e){c.rcbItems=e.data,c.rcbitemOld=angular.copy(e.data)})}),d.get(_.apiUrl+"api/Sales_Doc/GetGlAccounts").then(function(e){c.Accounts=e.data,c.CostAccounts=e.data}),d.get(_.apiUrl+"api/Sales_Doc/GetVatProfile").then(function(e){c.vatProfiles=e.data}),c.range=function(){for(var e=[],t=c.currentPage,a=t=t>c.pageCount()-5?c.pageCount()-5+1:t;a<t+5;a++)0<=a&&e.push(a);return e},c.prevPage=function(){0<c.currentPage&&c.currentPage--},c.prevPageDisabled=function(){return 0===c.currentPage?"disabled":""},c.pageCount=function(){return Math.ceil(c.obj.length/c.itemsPerPage)-1},c.nextPage=function(){c.currentPage<c.pageCount()&&c.currentPage++},c.nextPageDisabled=function(){return c.currentPage==c.pageCount()?"disabled":""},c.setPage=function(e){c.currentPage=e},c.searchstudent=function(){c.busy=!0,c.searchtable=!1,d.get(_.apiUrl+"api/common/GlobalSearch/getSearchStudent?data="+JSON.stringify(c.temp)).then(function(e){c.student=e.data,c.busy=!1,c.searchtable=!0})},c.GetSalesTypeChange=function(e){c.itemList=[],c.searchDisable=!1,c.rcbInternal=[],c.temp.enroll="",c.temp.name="",c.disable_btn=!0,c.disable_btn1=!0,c.showBtnOnInvoiceReturn=!1,c.grade_code="","03"==e?(i.visible_stud=!1,i.visible_parent=!1,i.visible_search_parent=!1,i.visible_teacher=!1,i.visible_User=!1,i.visible_Employee=!0,i.chkMulti=!1,c.chk_internal=!1):"04"==e?(i.visible_stud=!0,i.visible_parent=!1,i.visible_search_parent=!1,i.visible_teacher=!1,i.visible_User=!1,i.visible_Employee=!1,i.chkMulti=!0):"01"==e?(d.get(_.apiUrl+"api/Sales_Doc/GetUserProfiles").then(function(e){c.rcbInternal=e.data}),d.get(_.apiUrl+"api/common/FinancialPeriod/getGetCompany").then(function(e){c.comp_data=e.data,0<c.comp_data.length&&(c.edt.comp_code=c.comp_data[0].dept_comp_code,c.getLedgerCode(c.edt.comp_code))}),d.get(_.apiUrl+"api/generatepayroll/GetCurrentFinYearFromFinsParameter").then(function(e){c.GetCurrentFinYearFromFinsParameter1=e.data,c.fin_year=c.GetCurrentFinYearFromFinsParameter1[0].fin_year})):(d.get(_.apiUrl+"api/common/FinancialPeriod/getGetCompany").then(function(e){c.comp_data=e.data,0<c.comp_data.length&&(c.edt.comp_code=c.comp_data[0].dept_comp_code,c.getLedgerCode(c.edt.comp_code))}),d.get(_.apiUrl+"api/generatepayroll/GetCurrentFinYearFromFinsParameter").then(function(e){c.GetCurrentFinYearFromFinsParameter1=e.data,c.fin_year=c.GetCurrentFinYearFromFinsParameter1[0].fin_year}))},c.getLedgerCode=function(e){d.get(_.apiUrl+"api/common/SubLedgerMaster/GetAllLedgerCodes?comp_code="+e+"&fin_yr="+c.fin_year).then(function(e){c.LedgerCode_data=e.data})},c.getSublegerData=function(){d.get(_.apiUrl+"api/Sales_Doc/Get_Subledger_Master?comp_code="+c.edt.comp_code+"&slma_ldgrctl_code="+c.edt.slma_ldgrctl_code).then(function(e){c.sublegerData=e.data,0<c.sublegerData.length?c.showSublegerData=!0:(c.showSublegerData=!1,swal({title:"Alert",text:"No Data Found.",width:300}))})},c.resetLedgerFilter=function(){c.edt.comp_code="",c.edt.slma_ldgrctl_code="",c.showSublegerData=!1},c.ResetSearchInvoice=function(){c.edt={},c.edt=""},c.getSyncUserData=function(){d.get(_.apiUrl+"api/Sales_Doc/getSyncUserData").then(function(e){c.SyncUserData=e.data,c.SyncUserData.length,swal({title:"Alert",text:e.data,width:300})})},c.$on("global_cancel",function(e){if(c.grade_code="",0<c.SelectedUserLst.length)if("03"==c.temp.sal_type)c.temp.enroll=c.SelectedUserLst[0].em_login_code,c.temp.name=c.SelectedUserLst[0].empName;else if("04"==c.temp.sal_type){c.temp.enroll=c.SelectedUserLst[0].s_enroll_no,c.temp.name=c.SelectedUserLst[0].name+" Class: "+c.SelectedUserLst[0].s_class,c.grade_code=c.SelectedUserLst[0].grade_code,c.student=[];for(var t=1;t<c.SelectedUserLst.length;t++){var a={enroll:c.SelectedUserLst[t].s_enroll_no,name:c.SelectedUserLst[t].name+" Class: "+c.SelectedUserLst[t].s_class,grade_code:c.SelectedUserLst[t].grade_code};c.student.push(a)}0<c.student.length?(c.show_std_lst=!0,c.temp.student=c.SelectedUserLst.length):c.show_std_lst=!1}""!=c.temp.enroll&&null!=c.temp.enroll&&(c.disable_btn=!1,c.disable_btn1=!1,"CR"!=c.temp.payment_type?c.disable_btn_total=!0:c.disable_btn_total=!1)}),c.RemoveEnrollMentNo=function(e,t,a){a.splice(t,1),c.temp.student=c.temp.student-1},$(window).bind("keydown",function(e){(e.ctrlKey||e.metaKey)&&"p"===String.fromCharCode(e.which).toLowerCase()&&(e.preventDefault(),c.print("tableIDDiv"))}),c.getCheckedLeger=function(e){!0===e.leger_chk&&(c.temp.enroll=e.slma_acno,c.temp.name=e.coad_pty_full_name,c.internalUser=c.temp.enroll,e.leger_chk=!1,$("#ExternalCustomerSearch").modal("hide")),""!=c.temp.enroll&&null!=c.temp.enroll&&(c.disable_btn=!1,c.disable_btn1=!1)},c.edit=function(e){c.temp.enroll=e.s_enroll_no},d.get(_.apiUrl+"api/Sales_Doc/get_supplier_code").then(function(e){c.cmb_supplier=e.data}),d.get(_.apiUrl+"api/Sales_Doc/GetAllSalesType").then(function(e){c.rcbSalesType=e.data,0<c.rcbSalesType.length&&(c.temp.sal_type="04",c.GetSalesTypeChange(c.temp.sal_type))}),d.get(_.apiUrl+"api/Sales_Doc/GetDocumentType").then(function(e){c.rcbDocType=e.data,0<c.rcbDocType.length&&(c.temp.dco_code="IR")}),d.get(_.apiUrl+"api/StudentFee/GetPaymentMode").then(function(e){c.paymodeList=e.data,c.temp.paymentMode=e.data[0].pmDescShort}),c.showInvoice=function(){c.showPickInvoice=!1,"02"==c.temp.doc_type?c.showPickInvoice=!0:c.cancel()},d.get(_.apiUrl+"api/Sales_Doc/GetAllSupplierGroupName").then(function(e){c.rcbGroup=e.data}),d.get(_.apiUrl+"api/Sales_Doc/get_Categories").then(function(e){c.rcbCategories=e.data}),d.get(_.apiUrl+"api/StudentFee/GetBanks").then(function(e){c.bankList=e.data}),c.print=function(e){$("#tableIDDiv").css({display:"block"});var t=document.head.outerHTML,e=document.getElementById(e).outerHTML,a=window.open("","_blank","location=yes, statusbar=no, menubar=no, titlebar=no, toolbar=no,dependent=no, width=865, height=600, resizable=yes, screenX=200, screenY=200, personalbar=no, scrollbars=yes"),o=a.document;o.open(),o.write("<!doctype html><html>"+t+'<body onLoad="window.print()">'+e+"</body></html>"),o.close(),a.focus(),s(function(){$("#tableIDDiv").css({display:"none"})},200)},c.cancel=function(){if(c.temp={},c.temp1={},c.GetItems=[],c.itemList=[],c.itemList_new=[],c.rcbInternal=[],c.im_item_code1="",c.temp.paymentMode="CA",c.temp.provDate=o,c.cardpay=!1,c.bankShow=!1,c.chequeShow=!1,(c.doc_vat_total_amount=0)<c.rcbSalesType.length&&(c.temp.sal_type=c.rcbSalesType[2].sal_type),0<c.rcbDocType.length&&(c.temp.doc_type="02"),c.disableOnInvoiceReturn=!1,c.showPickInvoice=!1,c.showBtnOnInvoiceReturn=!1,c.disableReturnBtn=!1,c.disableSaveReturnBtn=!1,c.old_doc_prov_no_show=!1,(c.totalPMAmount=0)<c.paymodeList.length)for(var e=0;e<c.paymodeList.length;e++)c.paymodeList[e].payment_amount=""},c.getCategories=function(e){null==c.temp.subcategory_code&&(c.rcbItems=[]),""==c.temp.subcategory_code&&(c.rcbItems=[]),d.get(_.apiUrl+"api/Sales_Doc/get_SubCategories?pc_parentcode="+e).then(function(e){c.rcbSubCategories=e.data})},c.getSubCategories=function(e){null!=c.salesmanDeptCode&&""!=c.salesmanDeptCode||(c.salesmanDeptCode="10"),d.get(_.apiUrl+"api/Sales_Doc/GetAllItemsInSubCategoryByDepartment?pc_code="+e+"&dept_code="+c.dept_code_mutiple).then(function(e){c.rcbItems=e.data})},c.qtychange=function(e){0<parseInt(c.temp.qty)||""==c.temp.qty||(swal({title:"Alert",text:" Item Quantity should be more than Zero."}),c.temp.qty=1),c.temp.finalValue=c.temp.qty*parseFloat(c.temp.im_sell_price),c.totalAmtClick()},c.qtychangeby=function(e){var t,a;0<parseInt(e.dd_qty)||""==e.dd_qty?(e.dd_sell_value_final=e.dd_qty*parseFloat(e.dd_sell_price),null==e.im_item_vat_percentage&&""==e.im_item_vat_percentage&&null==e.im_item_vat_percentage||(e.dd_item_vat_per=e.im_item_vat_percentage,t=e.dd_qty*parseFloat(e.dd_sell_price),a=parseFloat(t)*e.im_item_vat_percentage/100,e.dd_item_vat_amount=parseFloat(a).toFixed(2),e.dd_sell_value_final=parseFloat(t)+parseFloat(a),e.dd_sell_value_final=parseFloat(e.dd_sell_value_final).toFixed(2))):(swal({title:"Alert",text:" Item Quantity should be more than Zero."}),e.dd_qty=1,e.dd_sell_value_final=e.dd_qty*parseFloat(e.dd_sell_price)),c.totalAmtClick()},c.qtychangeby1=function(o){var e,t,a,s;null==o.dd_sell_price&&d.get(_.apiUrl+"api/Sales_Doc/GetItemCodeDetails?item_code="+o.im_item_code+"&sg_name="+c.temp.gcode).then(function(e){var t,a;c.resitem=e.data[0],0<o.dd_qty?!1===o.sell_price_inclusiv_vat?(o.dd_sell_price=parseFloat(c.resitem.im_sell_price),o.dd_sell_value_final=parseInt(o.dd_qty)*parseFloat(c.resitem.im_sell_price),t=parseInt(o.dd_qty)*parseFloat(c.resitem.im_sell_price),null==o.im_item_vat_percentage&&""==o.im_item_vat_percentage&&null==o.im_item_vat_percentage||(e=parseFloat(t)*parseFloat(o.im_item_vat_percentage),a=parseFloat(e)/100,o.dd_item_vat_amount=parseFloat(t)+parseFloat(a),o.dd_sell_value_final=parseFloat(t)+parseFloat(a))):null==o.im_item_vat_percentage&&""==o.im_item_vat_percentage&&null==o.im_item_vat_percentage||(o.dd_sell_price=parseFloat(c.resitem.im_sell_price),t=parseInt(o.dd_qty)*parseFloat(o.dd_sell_price),e=parseFloat(o.im_item_vat_percentage)/100,o.dd_sell_value_final=(parseFloat(t)/(1+parseFloat(e))).toFixed(2),a=t-o.dd_sell_value_final,o.dd_item_vat_amount=parseFloat(a).toFixed(2),o.dd_sell_value_line_total=parseFloat(o.dd_sell_value_final)+parseFloat(a),o.dd_sell_value_line_total=parseFloat(o.dd_sell_value_line_total).toFixed(2)):swal({title:"Alert",text:" Item Quantity should be more than Zero.",imageUrl:"assets/img/notification-alert.png"}),d.get(_.apiUrl+"api/Sales_Doc/GetItemCodeLocations?im_inv_no="+o.im_inv_no).then(function(e){c.resloc=e.data,0<c.resloc.length&&(o.loc_codes=c.resloc[0].loc_code)})}),""==o.dd_sell_price&&d.get(_.apiUrl+"api/Sales_Doc/GetItemCodeDetails?item_code="+o.im_item_code+"&sg_name="+c.temp.gcode).then(function(e){var t,a;c.resitem=e.data[0],0<o.dd_qty?!1===o.sell_price_inclusiv_vat?(o.dd_sell_price=parseFloat(c.resitem.im_sell_price),o.dd_sell_value_final=parseInt(o.dd_qty)*parseFloat(c.resitem.im_sell_price),t=parseInt(o.dd_qty)*parseFloat(c.resitem.im_sell_price),null==o.im_item_vat_percentage&&""==o.im_item_vat_percentage&&null==o.im_item_vat_percentage||(e=parseFloat(t)*parseFloat(o.im_item_vat_percentage),a=parseFloat(e)/100,o.dd_item_vat_amount=parseFloat(t)+parseFloat(a),o.dd_sell_value_final=parseFloat(t)+parseFloat(a))):null==o.im_item_vat_percentage&&""==o.im_item_vat_percentage&&null==o.im_item_vat_percentage||(o.dd_sell_price=parseFloat(c.resitem.im_sell_price),t=parseInt(o.dd_qty)*parseFloat(o.dd_sell_price),e=parseFloat(o.im_item_vat_percentage)/100,o.dd_sell_value_final=(parseFloat(t)/(1+parseFloat(e))).toFixed(2),a=t-o.dd_sell_value_final,o.dd_item_vat_amount=parseFloat(a).toFixed(2),o.dd_sell_value_line_total=parseFloat(o.dd_sell_value_final)+parseFloat(a),o.dd_sell_value_line_total=parseFloat(o.dd_sell_value_line_total).toFixed(2)):swal({title:"Alert",text:" Item Quantity should be more than Zero.",imageUrl:"assets/img/notification-alert.png"}),d.get(_.apiUrl+"api/Sales_Doc/GetItemCodeLocations?im_inv_no="+o.im_inv_no).then(function(e){c.resloc=e.data,0<c.resloc.length&&(o.loc_codes=c.resloc[0].loc_code)})}),0<parseInt(o.dd_qty)||""==o.dd_qty?!1===o.sell_price_inclusiv_vat?(o.dd_sell_value_final=o.dd_qty*parseFloat(o.dd_sell_price),t=parseInt(o.dd_qty)*parseFloat(o.dd_sell_price),null==o.im_item_vat_percentage&&""==o.im_item_vat_percentage&&null==o.im_item_vat_percentage||(e=parseFloat(t)*parseFloat(o.im_item_vat_percentage),s=parseFloat(e)/100,o.dd_sell_value_final=parseFloat(t).toFixed(2),o.dd_item_vat_amount=parseFloat(s).toFixed(2),o.dd_sell_value_line_total=parseFloat(t)+parseFloat(s),o.dd_sell_value_line_total=parseFloat(o.dd_sell_value_line_total).toFixed(2))):(o.dd_sell_value_final=o.dd_qty*parseFloat(o.dd_sell_price),t=parseInt(o.dd_qty)*parseFloat(o.dd_sell_price),null==o.im_item_vat_percentage&&""==o.im_item_vat_percentage&&null==o.im_item_vat_percentage||(a=parseFloat(o.im_item_vat_percentage)/100,o.dd_sell_value_final=(parseFloat(t)/(1+parseFloat(a))).toFixed(2),s=t-o.dd_sell_value_final,o.dd_item_vat_amount=parseFloat(s).toFixed(2),o.dd_sell_value_line_total=parseFloat(o.dd_sell_value_final)+parseFloat(s),o.dd_sell_value_line_total=parseFloat(o.dd_sell_value_line_total).toFixed(2))):(swal({title:"Alert",text:" Item Quantity should be more than Zero."}),!(o.dd_qty=1)===o.sell_price_inclusiv_vat?(o.dd_sell_value_final=o.dd_qty*parseFloat(o.dd_sell_price),t=parseInt(o.dd_qty)*parseFloat(o.dd_sell_price),null==o.im_item_vat_percentage&&""==o.im_item_vat_percentage&&null==o.im_item_vat_percentage||(e=parseFloat(t)*parseFloat(o.im_item_vat_percentage),s=parseFloat(e)/100,o.dd_sell_value_final=parseFloat(t).toFixed(2),o.dd_item_vat_amount=parseFloat(s).toFixed(2),o.dd_sell_value_line_total=parseFloat(t)+parseFloat(s),o.dd_sell_value_line_total=parseFloat(o.dd_sell_value_line_total).toFixed(2))):null==o.im_item_vat_percentage&&""==o.im_item_vat_percentage&&null==o.im_item_vat_percentage||(t=parseInt(o.dd_qty)*parseFloat(o.dd_sell_price),a=parseFloat(o.im_item_vat_percentage)/100,o.dd_sell_value_final=(parseFloat(t)/(1+parseFloat(a))).toFixed(2),s=t-o.dd_sell_value_final,o.dd_item_vat_amount=parseFloat(s).toFixed(2),o.dd_sell_value_line_total=parseFloat(o.dd_sell_value_final)+parseFloat(s),o.dd_sell_value_line_total=parseFloat(o.dd_sell_value_line_total).toFixed(2))),c.lineDiscountPer(o)},c.check_qty_value=function(e){var t,a,o;parseInt(e.dd_qty)>parseInt(e.invoice_qty)&&(swal({title:"Alert",text:"Item Quantity should not be more than invoice qty.",imageUrl:"assets/img/notification-alert.png"}),e.dd_qty=e.invoice_qty),""==e.dd_qty&&(!(e.dd_qty=1)===e.sell_price_inclusiv_vat?(e.dd_sell_value_final=e.dd_qty*parseFloat(e.dd_sell_price),t=parseInt(e.dd_qty)*parseFloat(e.dd_sell_price),null==e.im_item_vat_percentage&&""==e.im_item_vat_percentage&&null==e.im_item_vat_percentage||(o=parseFloat(t)*parseFloat(e.im_item_vat_percentage),o=parseFloat(o)/100,e.dd_item_vat_amount=parseFloat(o).toFixed(2),e.dd_sell_value_final=parseFloat(t).toFixed(2),e.dd_sell_value_line_total=parseFloat(parseFloat(t)+parseFloat(o)).toFixed(2)),c.totalAmtClick()):(e.dd_sell_value_final=e.dd_qty*parseFloat(e.dd_sell_price),t=parseInt(e.dd_qty)*parseFloat(e.dd_sell_price),null==e.im_item_vat_percentage&&""==e.im_item_vat_percentage&&null==e.im_item_vat_percentage||(a=parseFloat(e.im_item_vat_percentage)/100,e.dd_sell_value_final=(parseFloat(t)/(1+parseFloat(a))).toFixed(2),o=t-e.dd_sell_value_final,e.dd_item_vat_amount=parseFloat(o).toFixed(2),e.dd_sell_value_line_total=parseFloat(parseFloat(e.dd_sell_value_final)+parseFloat(o)).toFixed(2))))},c.lineDiscountPer=function(e){var t,a,o=0;isNaN(parseFloat(e.dd_line_discount_pct))&&(e.dd_line_discount_pct=0),parseFloat(e.dd_line_discount_pct)<=100?null==e.dd_line_discount_pct||""==e.dd_line_discount_pct||0==e.dd_line_discount_pct?(e.dd_line_discount_pct=0,!isNaN(parseFloat(e.dd_line_discount_amount))&&""!=e.dd_line_discount_amount&&null!=e.dd_line_discount_amount||(e.dd_line_discount_amount=0),!1===e.sell_price_inclusiv_vat?(null==e.im_item_vat_percentage&&""==e.im_item_vat_percentage&&null==e.im_item_vat_percentage||(o=(e.dd_sell_value_final-parseFloat(e.dd_line_discount_amount))*e.im_item_vat_percentage/100,e.dd_item_vat_amount=parseFloat(o).toFixed(2)),e.dd_sell_value_line_total=parseFloat(parseFloat(e.dd_sell_value_final)+parseFloat(e.dd_item_vat_amount)).toFixed(2)):(null==e.im_item_vat_percentage&&""==e.im_item_vat_percentage&&null==e.im_item_vat_percentage||(t=parseInt(e.dd_qty)*parseFloat(e.dd_sell_price),a=parseFloat(e.im_item_vat_percentage)/100,o=((parseFloat(t)-parseFloat(e.dd_line_discount_amount))/(1+parseFloat(a))).toFixed(2),e.dd_item_vat_amount=(parseFloat(t)-parseFloat(e.dd_line_discount_amount)-parseFloat(o)).toFixed(2)),e.dd_sell_value_line_total=(parseFloat(t)-parseFloat(e.dd_line_discount_amount)).toFixed(2))):!1===e.sell_price_inclusiv_vat?(e.dd_line_discount_amount=parseFloat(parseFloat(e.dd_sell_value_final)*parseFloat(e.dd_line_discount_pct)/100).toFixed(2),null==e.im_item_vat_percentage&&""==e.im_item_vat_percentage&&null==e.im_item_vat_percentage||(o=(e.dd_sell_value_final-e.dd_line_discount_amount)*e.im_item_vat_percentage/100,e.dd_item_vat_amount=parseFloat(o).toFixed(2)),e.dd_sell_value_line_total=parseFloat(e.dd_sell_value_final)+parseFloat(e.dd_item_vat_amount),e.dd_sell_value_line_total=parseFloat(parseFloat(e.dd_sell_value_line_total)-parseFloat(e.dd_line_discount_amount)).toFixed(2)):(t=parseInt(e.dd_qty)*parseFloat(e.dd_sell_price),e.dd_line_discount_amount=parseFloat(parseFloat(t)*parseFloat(e.dd_line_discount_pct)/100).toFixed(2),null==e.im_item_vat_percentage&&""==e.im_item_vat_percentage&&null==e.im_item_vat_percentage||(a=parseFloat(e.im_item_vat_percentage)/100,o=((parseFloat(t)-parseFloat(e.dd_line_discount_amount))/(1+parseFloat(a))).toFixed(2),e.dd_item_vat_amount=(parseFloat(t)-parseFloat(e.dd_line_discount_amount)-parseFloat(o)).toFixed(2)),e.dd_sell_value_line_total=(parseFloat(t)-parseFloat(e.dd_line_discount_amount)).toFixed(2)):(e.dd_line_discount_amount=0,e.dd_line_discount_pct=0,e.sell_price_inclusiv_vat,null==e.im_item_vat_percentage&&""==e.im_item_vat_percentage&&null==e.im_item_vat_percentage||(o=(e.dd_sell_value_final-e.dd_line_discount_amount)*e.im_item_vat_percentage/100,e.dd_item_vat_amount=parseFloat(o).toFixed(2)),e.dd_sell_value_line_total=parseFloat(parseFloat(e.dd_sell_value_final)+parseFloat(e.dd_item_vat_amount)).toFixed(2),swal({title:"Alert",text:"Discount Should not be more than 100%.",imageUrl:"assets/img/notification-alert.png"})),c.totalAmtClick()},c.lineDiscountPerInclusiveVat=function(e){var t,a,o=0;isNaN(parseFloat(e.dd_line_discount_pct))&&(e.dd_line_discount_pct=0),parseFloat(e.dd_line_discount_pct)<=100?null==e.dd_line_discount_pct||""==e.dd_line_discount_pct||0==e.dd_line_discount_pct?(e.dd_line_discount_amount=0,e.dd_line_discount_pct=0,null==e.im_item_vat_percentage&&""==e.im_item_vat_percentage&&null==e.im_item_vat_percentage||(t=parseFloat(e.im_item_vat_percentage)/100,o=((parseFloat(e.dd_sell_value_final)-e.dd_line_discount_amount)/(1+parseFloat(t))).toFixed(2),a=parseInt(e.dd_qty)*parseFloat(e.dd_sell_price),e.dd_item_vat_amount=parseFloat(a)-o),e.dd_sell_value_line_total=parseFloat(parseFloat(e.dd_sell_value_final)+parseFloat(e.dd_item_vat_amount)).toFixed(2)):(e.dd_line_discount_amount=parseFloat(parseFloat(e.dd_sell_value_final)*parseFloat(e.dd_line_discount_pct)/100).toFixed(2),null==e.im_item_vat_percentage&&""==e.im_item_vat_percentage&&null==e.im_item_vat_percentage||(t=parseFloat(e.im_item_vat_percentage)/100,o=((parseFloat(e.dd_sell_value_final)-e.dd_line_discount_amount)/(1+parseFloat(t))).toFixed(2),a=parseInt(e.dd_qty)*parseFloat(e.dd_sell_price),e.dd_item_vat_amount=parseFloat(a)-o),e.dd_sell_value_line_total=parseFloat(e.dd_sell_value_final)+parseFloat(e.dd_item_vat_amount),e.dd_sell_value_line_total=parseFloat(parseFloat(e.dd_sell_value_line_total)-parseFloat(e.dd_line_discount_amount)).toFixed(2)):(e.dd_line_discount_amount=0,e.dd_line_discount_pct=0,null==e.im_item_vat_percentage&&""==e.im_item_vat_percentage&&null==e.im_item_vat_percentage||(o=(e.dd_sell_value_final-e.dd_line_discount_amount)*e.im_item_vat_percentage/100,e.dd_item_vat_amount=parseFloat(o).toFixed(2)),e.dd_sell_value_line_total=parseFloat(parseFloat(e.dd_sell_value_final)+parseFloat(e.dd_item_vat_amount)).toFixed(2),swal({title:"Alert",text:"Discount Should not be more than 100%.",imageUrl:"assets/img/notification-alert.png"})),c.totalAmtClick()},c.getitemCode=function(t){c.im_item_vat_percentage=t.im_item_vat_percentage,d.get(_.apiUrl+"api/Sales_Doc/GetItemCodeDetails?item_code="+t.im_item_code+"&sg_name="+c.temp.gcode).then(function(e){c.resitem=e.data[0],c.item_dept_code=t.dep_code,c.im_revenue_acno=c.resitem.im_revenue_acno,c.im_cost_acno=c.resitem.im_cost_acno,c.im_vat_sale_profile=c.resitem.im_vat_sale_profile,"02"==c.temp.doc_type?(c.temp.qty=1,c.temp.im_sell_price_including_vat=c.resitem.im_sell_price_including_vat,c.temp.im_sell_price=c.resitem.im_sell_price,c.temp.finalValue=0):(c.temp.qty=1,0==parseFloat(c.resitem.im_sell_price)?(c.sellPriceInclusiveVat=!1,c.temp.finalValue=+parseFloat(c.resitem.im_sell_price_including_vat),c.temp.im_sell_price=c.resitem.im_sell_price_including_vat):(c.temp.finalValue=+parseFloat(c.resitem.im_sell_price),c.temp.im_sell_price=c.resitem.im_sell_price,c.sellPriceInclusiveVat=!0)),c.temp.im_item_vat_percentage=c.resitem.im_item_vat_percentage,d.get(_.apiUrl+"api/Sales_Doc/GetItemCodeLocations?im_inv_no="+t.im_inv_no).then(function(e){c.resloc=e.data,0<c.resloc.length&&(c.temp.loc_code=c.resloc[0].loc_code),c.temp.gcode=t.sg_name,null!=c.temp.enroll&&(c.disable_btn1=!1)})})},c.add=function(){for(var e,t,a,o=0,s=0,n=0;n<c.itemList_new.length;n++)s=parseFloat(s)+parseFloat(c.itemList_new[n].dd_sell_value_line_total);parseFloat(s)+parseFloat(c.temp.finalValue)>parseFloat(c.temp.totalFinal)?swal({title:"Alert",text:"Exchange Amt is more than Total Amt.",imageUrl:"assets/img/notification-alert.png"}):(setTimeout(function(){c.Scroll()},700),""!=c.im_item_code1.im_inv_no&&null!=c.im_item_code1.im_inv_no&&(c.totalFinal=0,c.totalFinal1=0,(c.flg=!1)===c.flg?(t=(!0===c.sellPriceInclusiveVat?(a=parseFloat(c.temp.im_item_vat_percentage)/100,e=(parseFloat(c.temp.finalValue)/(1+parseFloat(a))).toFixed(2),a=(parseFloat(c.temp.finalValue)/(1+parseFloat(a))).toFixed(2),o=t=parseFloat(c.temp.finalValue)-e,parseFloat(parseFloat(e)+parseFloat(t))):(o=parseFloat(c.temp.finalValue*c.temp.im_item_vat_percentage/100),e=parseFloat(c.temp.finalValue).toFixed(2),a=parseFloat(c.temp.finalValue).toFixed(2),parseFloat(parseFloat(c.temp.finalValue)+parseFloat(o)))).toFixed(2),a="02"==c.temp.doc_type?{sg_name:$("#rcbGroup").find("option:selected").text(),sg_desc:$("#rcbGroup").find("option:selected").text(),sg_code:c.temp.gcode,im_inv_no:c.im_item_code1.im_inv_no,im_item_code:c.im_item_code1.im_item_code,im_desc:$("#rcbItem").find("option:selected").text(),item_location_name:$("#rcbLocation").find("option:selected").text(),loc_name:$("#rcbLocation").find("option:selected").text(),loc_code:c.temp.loc_code,original_qty:c.resitem.original_qty,dd_qty:c.temp.qty,dd_sell_price:a,dd_sell_value_final:e,doc_remark:c.temp.doc_remark,im_item_vat_percentage:c.temp.im_item_vat_percentage,dd_item_vat_amount:parseFloat(o).toFixed(2),dd_sell_value_line_total:t,im_sell_price_including_vat:parseFloat(c.temp.im_sell_price_including_vat).toFixed(2),sell_price_inclusiv_vat:c.sellPriceInclusiveVat,item_dept_code:c.item_dept_code,im_revenue_acno:c.im_revenue_acno,im_cost_acno:c.im_cost_acno,im_vat_sale_profile:c.im_vat_sale_profile}:{sg_name:$("#rcbGroup").find("option:selected").text(),sg_desc:$("#rcbGroup").find("option:selected").text(),sg_code:c.temp.gcode,im_inv_no:c.im_item_code1.im_inv_no,im_item_code:c.im_item_code1.im_item_code,im_desc:$("#rcbItem").find("option:selected").text(),item_location_name:$("#rcbLocation").find("option:selected").text(),loc_name:$("#rcbLocation").find("option:selected").text(),loc_code:c.temp.loc_code,original_qty:c.resitem.original_qty,dd_qty:c.temp.qty,dd_sell_price:a,dd_sell_value_final:e,doc_remark:c.temp.doc_remark,im_item_vat_percentage:c.temp.im_item_vat_percentage,dd_item_vat_amount:parseFloat(o).toFixed(2),dd_sell_value_line_total:t,dd_line_discount_pct:0,dd_line_discount_amount:0,im_sell_price_including_vat:parseFloat(c.temp.im_sell_price_including_vat).toFixed(2),sell_price_inclusiv_vat:c.sellPriceInclusiveVat,item_dept_code:c.item_dept_code,im_revenue_acno:c.im_revenue_acno,im_cost_acno:c.im_cost_acno,im_vat_sale_profile:c.im_vat_sale_profile},c.itemList_new.push(a)):swal("Exchnage Item Amount is more then Total Amount")),c.totalAmtClick1(),c.CancelItem(),document.getElementById("rcbItem").focus(),setTimeout(function(){for(var e=0;e<c.itemList.length;e++)$("#cmb_accno-"+e).select2(),$("#cmb_costaccno-"+e).select2(),$("#vat_profile-"+e).select2()},500),setTimeout(function(){for(var e=0;e<c.itemList.length;e++)$("#cmb_accno-"+e).select2("val",c.itemList[e].im_revenue_acno),$("#cmb_costaccno-"+e).select2("val",c.itemList[e].im_cost_acno),$("#vat_profile-"+e).select2("val",c.itemList[e].im_vat_sale_profile)},500))},c.finalize=function(e){if(c.disable_btn=!0,c.disable_btn1=!0,e){for(var t=c.paymentAmountTotal=0;t<c.paymodeList.length;t++)""!=c.paymodeList[t].payment_amount&&null!=c.paymodeList[t].payment_amount&&(c.paymentAmountTotal+=parseFloat(c.paymodeList[t].payment_amount));if("CA"==c.temp.payment_type&&c.paymentAmountTotal!=parseFloat(c.temp.totalFinal))swal({title:"Alert",text:"Payment amount should be same as total amount !",imageUrl:"assets/img/notification-alert.png"});else{null!=c.salesmanDeptCode&&""!=c.salesmanDeptCode||(c.salesmanDeptCode="10");for(t=0;t<c.paymodeList.length;t++)"ca"!=c.paymodeList[t].pmDescShort.toLowerCase()||null==c.paymodeList[t].payment_amount&&""==c.paymodeList[t].payment_amount&&0==c.paymodeList[t].payment_amount||(c.cashAmount=c.paymodeList[t].payment_amount),"ch"!=c.paymodeList[t].pmDescShort.toLowerCase()||null==c.paymodeList[t].payment_amount&&""==c.paymodeList[t].payment_amount&&0==c.paymodeList[t].payment_amount||(c.checkAmount=c.paymodeList[t].payment_amount),"cc"!=c.paymodeList[t].pmDescShort.toLowerCase()||null==c.paymodeList[t].payment_amount&&""==c.paymodeList[t].payment_amount&&0==c.paymodeList[t].payment_amount||(c.creditCardAmount=c.paymodeList[t].payment_amount),"dd"!=c.paymodeList[t].pmDescShort.toLowerCase()||null==c.paymodeList[t].payment_amount&&""==c.paymodeList[t].payment_amount&&0==c.paymodeList[t].payment_amount||(c.demandDraftAmount=c.paymodeList[t].payment_amount),"bt"!=c.paymodeList[t].pmDescShort.toLowerCase()||null==c.paymodeList[t].payment_amount&&""==c.paymodeList[t].payment_amount&&0==c.paymodeList[t].payment_amount||(c.bankTransferAmount=c.paymodeList[t].payment_amount),"cp"!=c.paymodeList[t].pmDescShort.toLowerCase()||null==c.paymodeList[t].payment_amount&&""==c.paymodeList[t].payment_amount&&0==c.paymodeList[t].payment_amount||(c.cardPaymentAmount=c.paymodeList[t].payment_amount);for(t=0;t<1;t++)var n=c.itemList[t].req_no;e={dep_code:c.salesmanDeptCode,doc_prov_no:"",doc_prov_date:c.temp.provDate,dt_code:"EX",sm_code:c.salesman.sm_code,up_name:i.globals.currentUser.username,creation_user:i.globals.currentUser.username,sal_type:c.temp.sal_type,doc_total_amount:c.temp.totalFinal,doc_status:"6",cus_account_no:c.temp.enroll,doc_special_name:c.temp.special_nm,dep_code_caused_by:c.salesmanDeptCode,doc_order_ref_no:c.temp.oderRefNo,doc_other_charge_amount:c.temp.otherCharges,doc_discount_pct:c.temp.overalldis,doc_discount_amount:c.temp.disamt,creation_date:o,doc_date:c.temp.provDate,doc_narration:c.temp.doc_narration,doc_vat_total_amount:c.doc_vat_total_amount,doc_round_value:0,payment_type:c.temp.payment_type,doc_cash_amount:c.cashAmount,doc_check_amount:c.checkAmount,doc_credit_card_amount:c.creditCardAmount,doc_dd_amount:c.demandDraftAmount,doc_bank_transfer_amount:c.bankTransferAmount,doc_online_payment_amount:c.cardPaymentAmount,doc_reference_prov_no:n};d.post(_.apiUrl+"api/ReturnSaleInvoice/Insert_Sale_Documents_VAT_Leams",e).then(function(e){e.data;c.doc_prov_no=e.data,c.salesDetails_new=[];for(var t=0;t<c.itemList_new.length;t++){if(c.itemList_new[t].dd_qty>c.itemList_new[t].invoice_qty)return void swal({title:"Alert",text:"Return quantity is more than invoice quantity.",imageUrl:"assets/img/notification-alert.png"});if(0==c.itemList_new[t].dd_qty)return void swal({title:"Alert",text:"Return quantity is 0.",imageUrl:"assets/img/notification-alert.png"});var a=c.temp.payment_type,a={dep_code:c.salesmanDeptCode,doc_prov_no:c.doc_prov_no,dd_line_no:t,dd_status:"2",dd_payment_mode:a,im_inv_no:c.itemList_new[t].im_inv_no,loc_code:c.itemList_new[t].loc_code,dd_sell_price:c.itemList_new[t].dd_sell_price,dd_sell_price_discounted:c.itemList_new[t].dd_line_discount_amount,dd_sell_price_final:0,dd_sell_value_final:c.itemList_new[t].dd_sell_value_final,dd_sell_cost_total:0,dd_qty:c.itemList_new[t].dd_qty,dd_outstanding_qty:0,dd_line_discount_pct:c.itemList_new[t].dd_line_discount_pct,dd_line_discount_amount:c.itemList_new[t].dd_line_discount_amount,dd_line_total:c.itemList_new[t].dd_sell_value_line_total,dd_physical_qty:c.itemList_new[t].original_qty,doc_remark:c.itemList_new[t].doc_remark,vat_flag:!1,dd_item_vat_per:c.itemList_new[t].im_item_vat_percentage,dd_item_vat_amount:c.itemList_new[t].dd_item_vat_amount,dd_cheque_number:c.temp.chequeNo,dd_cheque_date:c.temp.chequeDate,dd_cheque_bank_code:c.temp.bankCode,dd_demand_draft_number:c.temp.ddNo,dd_demand_draft_date:c.temp.ddDate,dd_demand_draft_bank_code:c.temp.ddbankCode,dd_credit_card_number:c.temp.creditCardNo,dd_credit_card_date:c.temp.creditCardDate,dd_credit_card_bank_code:c.temp.creditCardbankCode,dd_bank_transfer_trans_number:c.temp.btTransactionNo,dd_bank_transfer_trans_date:c.temp.btTransactionDate,dd_bank_transfer_trans_bank_code:c.temp.btTransactionbankCode,dd_online_payemnt_trans_number:c.temp.cradPayTransactionNo,im_revenue_acno:c.itemList_new[t].im_revenue_acno,im_cost_acno:c.itemList_new[t].im_cost_acno,im_vat_sale_profile:c.itemList_new[t].im_vat_sale_profile,doc_reference_prov_no:c.itemList[t].req_no,doc_no_have_previous:c.itemList[t].req_no};c.salesDetails_new.push(a)}d.post(_.apiUrl+"api/ReturnSaleInvoice/Return_Sale_Documents_Details1_VAT_SMSM",c.salesDetails_new).then(function(e){if(!0===e.data){for(var t=[],a=0;a<c.itemList.length;a++){var o={doc_reference_prov_no:n,im_inv_no:c.itemList[a].im_inv_no};t.push(o)}d.post(_.apiUrl+"api/ReturnSaleInvoice/Update_Sale_Documents_Details",t).then(function(e){});for(var s=[],a=0;a<c.pd.length;a++){o={sds_comp_code:"1",sds_dep_code:c.itemList_new[0].item_dept_code,sds_doc_no:c.itemList_new[0].req_no,sds_line_no:a+1,sds_sm_code:c.salesman.sm_code,sds_dt_code:c.temp.doc_type,sds_payment_mode:c.pd[a].pmDescShort,sds_pay_mode_amount:c.pd[a].FPamt,sds_pay_mode_cheque_no:c.pd[a].chequeNo,sds_pay_mode_cheque_date:c.pd[a].chqDate,sds_pay_mode_cheque_bank_code:c.pd[a].chqBank};s.push(o)}d.post(_.apiUrl+"api/Sales_Doc/SalesDocumentsettlementEntry",s).then(function(e){c.pd=[];for(var t=c.total_amount_settle=0;t<c.paymodeList.length;t++)c.paymodeList[t].check=!1,c.paymodeList[t].count=""}),d.post(_.apiUrl+"api/Sales_Doc / SalesDocumentCreditEntry ? doc_prov_no = "+c.doc_prov_no).then(function(e){}),d.post(_.apiUrl+"api/ReturnSaleInvoice/update_saledocument?doc_prov_no="+c.doc_prov_no).then(function(e){}),d.get(_.apiUrl+"api/Sales_Doc/get_status_parameter1").then(function(e){c.getparameter=e.data,"Y"==e.data[0].cp_value?d.post(_.apiUrl+"api/Sales_Doc/RetSalesDocumentFeesEntry?doc_prov_no="+c.doc_prov_no).then(function(e){}):swal({title:"Alert",text:" Book Fees Not Allowed To Update.",imageUrl:"assets/img/notification-alert.png"})}),swal({title:"Alert",text:" Record Inserted Successfully.",imageUrl:"assets/img/notification-alert.png"}),c.cancel()}else!1===e.data?(swal({title:"Alert",text:"Record Not Inserted .",imageUrl:"assets/img/notification-alert.png"}),c.disable_btn=!1,c.disable_btn1=!1):swal("Error-"+e.data);c.doc_vat_total_amount=0})})}}},c.pd=[],c.payment_check=function(e){if(e.check)"1"==e.pmType&&c.pd.push(e);else{e.count="",c.pd1=angular.copy(c.pd),c.pd=[];for(var t=0;t<c.pd1.length;t++)c.pd1[t].pmType!=e.pmType&&(c.pd1[t].i=t,c.pd.push(c.pd1[t]));c.$apply()}},c.blur_count=function(e){c.pd1=angular.copy(c.pd),c.pd=[];for(var t=0;t<c.pd1.length;t++)c.pd1[t].pmType!=e.pmType&&(c.pd1[t].i=t,c.pd.push(c.pd1[t]));for(var a=0;a<parseInt(e.count);a++){var o=angular.copy(e);o[t]=a,c.pd.push(o)}c.$apply()},c.total_amount_settle=0,c.check=function(){for(var e=c.total_amount_settle=0;e<c.pd.length;e++)isNaN(c.pd[e].FPamt)||(c.total_amount_settle=c.total_amount_settle+parseFloat(c.pd[e].FPamt));"CR"!=c.temp.payment_type&&(parseFloat(c.total_amount_settle)==parseFloat(c.temp.totalFinal)?c.disable_btn_total=!1:c.disable_btn_total=!0)},c.numOnly=function(e){var t=e.which;!1==(8==t||110==t||37==t||39==t||9==t||32==t||48<=t&&t<=57||96<=t&&t<=105||190==t)?e.preventDefault():c.check()},c.returnInvoice=function(){c.disableReturnBtn=!0,c.disableSaveReturnBtn=!0;var e={dep_code:c.depCode,doc_prov_no:"",doc_prov_date:c.temp.provDate,dt_code:c.temp.doc_type,sm_code:c.salesman.sm_code,up_name:i.globals.currentUser.username,creation_user:i.globals.currentUser.username,sal_type:c.temp.sal_type,doc_total_amount:c.temp.totalFinal,doc_status:"2",cus_account_no:c.temp.enroll,doc_special_name:c.temp.special_nm,dep_code_caused_by:c.depCode,doc_order_ref_no:c.temp.oderRefNo,doc_other_charge_amount:c.temp.otherCharges,doc_discount_pct:c.temp.overalldis,doc_discount_amount:c.temp.disamt,creation_date:o,doc_date:c.temp.provDate,doc_narration:c.temp.doc_narration,doc_vat_total_amount:c.doc_vat_total_amount,doc_round_value:0,old_doc_prov_no:c.old_doc_prov_no,doc_reference_prov_no:c.old_doc_prov_no};d.post(_.apiUrl+"api/Sales_Doc/Insert_Sale_Documents_Return",e).then(function(e){var t=e.data;c.salesDetails1=[];for(var a=0;a<c.itemList.length;a++){var o=c.temp.paymentMode,s=(s=parseInt(c.itemList[a].invoice_qty)==parseInt(c.itemList[a].dd_qty)?"9":"8",{dep_code:c.itemList[a].doc_dept,doc_prov_no:e.data,dd_line_no:a,dd_status:s,dd_payment_mode:o,im_inv_no:c.itemList[a].im_inv_no,loc_code:c.itemList[a].loc_code,dd_sell_price:c.itemList[a].dd_sell_price,dd_sell_price_discounted:c.itemList[a].dd_line_discount_amount,dd_sell_price_final:c.itemList[a].dd_sell_price_final,dd_sell_value_final:c.itemList[a].dd_sell_value_final,dd_sell_cost_total:0,dd_qty:c.itemList[a].dd_qty,dd_outstanding_qty:0,dd_line_discount_pct:c.itemList[a].dd_line_discount_pct,dd_line_discount_amount:c.itemList[a].dd_line_discount_amount,dd_line_total:c.itemList[a].dd_sell_value_line_total,dd_physical_qty:c.itemList[a].original_qty,dd_cheque_number:c.temp.chequeNo,dd_cheque_date:c.temp.chequeDate,dd_cheque_bank_code:c.temp.bankCode,doc_remark:c.itemList[a].doc_remark,dd_item_vat_per:c.itemList[a].im_item_vat_percentage,dd_item_vat_amount:c.itemList[a].dd_item_vat_amount,doc_prov_no_have_previous:c.old_doc_prov_no});c.salesDetails1.push(s)}d.post(_.apiUrl+"api/Sales_Doc/Insert_Sale_Documents_Details1_Return",c.salesDetails1).then(function(e){!0===e.data?(swal({title:"",text:"Do you want print receipt",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No",allowOutsideClick:!1}).then(function(e){e&&(e="dpsmis"==d.defaults.headers.common.schoolId?{doc_prov_no:t,sdate:"",edate:"",state:!1,doc_status:"",back_state:"main.salvat"}:"brs"==d.defaults.headers.common.schoolId?{location:"Invs.INVR02BRS",parameter:{doc_prov_no:t},state:"main.salvat"}:"sisqatar"==d.defaults.headers.common.schoolId?{location:"Invs.INVR02SISQATAR",parameter:{doc_prov_no:t},state:"main.salvat"}:"tsis"==d.defaults.headers.common.schoolId?{location:"Invs.INVR02TSIS",parameter:{doc_prov_no:t},state:"main.salvat"}:"sms"==d.defaults.headers.common.schoolId?{location:"Invs.INVR02NIS",parameter:{doc_prov_no:t},state:"main.salvat"}:"smfc"==d.defaults.headers.common.schoolId?{location:"Invs.INVR02Vat",parameter:{doc_prov_no:t},state:"main.salvat"}:{location:"Invs.INVR02",parameter:{doc_prov_no:t},state:"main.salvat"},"dpsmis"==d.defaults.headers.common.schoolId?(window.localStorage.ReportProvNumber=JSON.stringify(e),n.go("main.rpts")):(window.localStorage.ReportDetails=JSON.stringify(e),n.go("main.ReportCardParameter")))}),c.cancel()):!1===e.data?(swal({title:"Alert",text:"Record Not Inserted .",imageUrl:"assets/img/notification-alert.png"}),c.disableReturnBtn=!1,c.disableSaveReturnBtn=!0):swal("Error-"+e.data),c.doc_vat_total_amount=0})})},c.saveReturnInvoice=function(){c.disableSaveReturnBtn=!0,c.disableReturnBtn=!0;var e={dep_code:c.depCode,doc_prov_no:"",doc_prov_date:c.temp.provDate,dt_code:c.temp.doc_type,sm_code:c.salesman.sm_code,up_name:i.globals.currentUser.username,creation_user:i.globals.currentUser.username,sal_type:c.temp.sal_type,doc_total_amount:c.temp.totalFinal,doc_status:"0",cus_account_no:c.temp.enroll,doc_special_name:c.temp.special_nm,dep_code_caused_by:c.depCode,doc_order_ref_no:c.temp.oderRefNo,doc_other_charge_amount:c.temp.otherCharges,doc_discount_pct:c.temp.overalldis,doc_discount_amount:c.temp.disamt,creation_date:o,doc_date:c.temp.provDate,doc_narration:c.temp.doc_narration,doc_vat_total_amount:c.doc_vat_total_amount,doc_round_value:0,old_doc_prov_no:c.old_doc_prov_no,doc_reference_prov_no:c.old_doc_prov_no,save_finalize_flag:"S"};d.post(_.apiUrl+"api/Sales_Doc/Insert_Sale_Documents_Return",e).then(function(e){var t=e.data;c.salesDetails1=[];for(var a=0;a<c.itemList.length;a++){var o=c.temp.paymentMode,s=(s=parseInt(c.itemList[a].invoice_qty)==parseInt(c.itemList[a].dd_qty)?"9":"8",{dep_code:c.itemList[a].doc_dept,doc_prov_no:e.data,dd_line_no:a,dd_status:s,dd_payment_mode:o,im_inv_no:c.itemList[a].im_inv_no,loc_code:c.itemList[a].loc_code,dd_sell_price:c.itemList[a].dd_sell_price,dd_sell_price_discounted:c.itemList[a].dd_line_discount_amount,dd_sell_price_final:c.itemList[a].dd_sell_price_final,dd_sell_value_final:c.itemList[a].dd_sell_value_final,dd_sell_cost_total:0,dd_qty:c.itemList[a].dd_qty,dd_outstanding_qty:0,dd_line_discount_pct:c.itemList[a].dd_line_discount_pct,dd_line_discount_amount:c.itemList[a].dd_line_discount_amount,dd_line_total:c.itemList[a].dd_sell_value_line_total,dd_physical_qty:c.itemList[a].original_qty,dd_cheque_number:c.temp.chequeNo,dd_cheque_date:c.temp.chequeDate,dd_cheque_bank_code:c.temp.bankCode,doc_remark:c.itemList[a].doc_remark,dd_item_vat_per:c.itemList[a].im_item_vat_percentage,dd_item_vat_amount:c.itemList[a].dd_item_vat_amount,doc_prov_no_have_previous:c.old_doc_prov_no});c.salesDetails1.push(s)}d.post(_.apiUrl+"api/Sales_Doc/Insert_Sale_Documents_Details1_Return",c.salesDetails1).then(function(e){!0===e.data?(swal({title:"",text:"Do you want print receipt",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No",allowOutsideClick:!1}).then(function(e){e&&(e="dpsmis"==d.defaults.headers.common.schoolId?{doc_prov_no:t,sdate:"",edate:"",state:!1,doc_status:"",back_state:"main.salvat"}:"brs"==d.defaults.headers.common.schoolId?{location:"Invs.INVR02BRS",parameter:{doc_prov_no:t},state:"main.salvat"}:"sisqatar"==d.defaults.headers.common.schoolId?{location:"Invs.INVR02SISQATAR",parameter:{doc_prov_no:t},state:"main.salvat"}:"tsis"==d.defaults.headers.common.schoolId?{location:"Invs.INVR02TSIS",parameter:{doc_prov_no:t},state:"main.salvat"}:"sms"==d.defaults.headers.common.schoolId?{location:"Invs.INVR02NIS",parameter:{doc_prov_no:t},state:"main.salvat"}:(d.defaults.headers.common.schoolId,{location:"Invs.INVR02Vat",parameter:{doc_prov_no:t},state:"main.salvat"}),"dpsmis"==d.defaults.headers.common.schoolId?(window.localStorage.ReportProvNumber=JSON.stringify(e),n.go("main.rpts")):(window.localStorage.ReportDetails=JSON.stringify(e),n.go("main.ReportCardParameter")))}),c.cancel()):!1===e.data?(swal({title:"Alert",text:"Record Not Inserted .",imageUrl:"assets/img/notification-alert.png"}),c.disableSaveReturnBtn=!1,c.disableReturnBtn=!0):swal("Error-"+e.data),c.doc_vat_total_amount=0})})},c.itemSearch=function(){c.GetItems=[],c.temp1={},$("#itemSearch").modal("show"),c.itemsetflg=!1},c.SearchInvoice=function(){c.GetItems=[],c.temp1={},$("#invoiceSearch").modal("show"),c.itemsetflg=!1,c.store_issue_details=[]},d.get(_.apiUrl+"api/StoreIssueController/GetCur").then(function(e){c.GetCur=e.data,c.edt={sims_cur_code:c.GetCur[0].sims_cur_code},c.select_cur(c.GetCur[0].sims_cur_code)}),c.select_cur=function(e){d.get(_.apiUrl+"api/StoreIssueController/GetAca?cur="+e).then(function(e){c.GetAca=e.data,c.edt.sims_acaedmic_year=c.GetAca[0].sims_acaedmic_year,c.select_aca(c.GetAca[0].sims_acaedmic_year)})},c.select_aca=function(e){d.get(_.apiUrl+"api/StoreIssueController/Getgrd?cur="+c.edt.sims_cur_code+"&aca="+e+"&user="+i.globals.currentUser.username).then(function(e){c.Getgrd=e.data,setTimeout(function(){$("#cmb_grade").change(function(){}).multipleSelect({width:"100%"})},1e3)})},c.select_grd=function(e){d.get(_.apiUrl+"api/StoreIssueController/Getsec?cur="+c.edt.sims_cur_code+"&aca="+c.edt.sims_acaedmic_year+"&grd="+e+"&user="+i.globals.currentUser.username).then(function(e){c.Getsec=e.data})},c.get_Details=function(e){c.hide_submit=!0,d.get(_.apiUrl+"api/Sales_Doc/getInvoiceDetails?cur="+e.sims_cur_code+"&aca="+e.sims_acaedmic_year+"&grd="+e.sims_grade_code+"&section="+e.sims_section_code+"&fromdate="+e.from_date+"&todate="+e.to_date+"&doc_no="+e.doc_no).then(function(e){if(c.store_issue_details=e.data,0<c.store_issue_details.length){for(var t=0;t<c.store_issue_details.length;t++)for(var a=0;a<c.store_issue_details[t].sublist1.length;a++){c.store_issue_details[t].sublist1[a].creation_user=i.globals.currentUser.username;var o=c.store_issue_details[t].sublist1[a].dd_qty,s=c.store_issue_details[t].sublist1[a].id_cur_qty,n=c.store_issue_details[t].sublist1[a].issued_dd_issue_qty;""==n&&(n=0);parseFloat(o)<parseFloat(s)?(c.store_issue_details[t].sublist1[a].inner_checked=!0,o=parseFloat(o)-parseFloat(n),o=parseInt(o),parseInt(s)>o?c.store_issue_details[t].sublist1[a].issue_quantity=o:c.store_issue_details[t].sublist1[a].issue_quantity_dis=!0):(c.store_issue_details[t].sublist1[a].inner_disabled=!0,c.store_issue_details[t].sublist1[a].issue_quantity_dis=!0,c.store_issue_details[t].sublist1[a].remarks_dis=!0)}c.totalItems=c.store_issue_details.length,c.todos=c.store_issue_details;for(t=0;t<c.totalItems;t++)c.store_issue_details[t].icon="fa fa-plus-circle"}else swal({text:"Record not found. ",imageUrl:"assets/img/close.png",width:300,height:200})})},c.ItemSetSearch=function(){c.GetItems=[],c.temp1={},$("#itemSearch").modal("show"),c.itemsetflg=!0,c.temp1.im_assembly_ind=!0,c.temp1.category_code=c.rcbCategories[3].category_code,null!=c.salesmanDeptCode&&""!=c.salesmanDeptCode||(c.salesmanDeptCode="10"),c.temp1.invs021_dep_code=c.salesmanDeptCode,0<c.rcbCategories.length&&d.get(_.apiUrl+"api/Sales_Doc/get_SubCategories?pc_parentcode="+c.rcbCategories[3].category_code).then(function(e){if(c.rcbSubCategories=e.data,"04"==c.temp.sal_type)for(var t=0;t<c.rcbSubCategories.length;t++)c.rcbSubCategories[t].pc_grade_code==c.grade_code&&(c.temp1.subcategory_code=c.rcbSubCategories[t].subcategory_code);else c.temp1.subcategory_code="";d.get(_.apiUrl+"api/Sales_Doc/get_SubCategoriesnew?pc_parentcode="+c.rcbCategories[3].category_code+"&grade_code="+c.grade_code).then(function(e){c.rcbbSubCategories=e.data,c.temp1.subcategory_code=c.rcbbSubCategories[0].subcategory_code,d.post(_.apiUrl+"api/Sales_Doc/postgetItemSerch",c.temp1).then(function(e){0<e.data.length?c.GetItems=e.data:swal({title:"Alert",text:"No Record Found.",imageUrl:"assets/img/notification-alert.png"})})})})},c.getfetch=function(){c.itemsetflg?c.temp1.im_assembly_ind=!0:c.temp1.im_assembly_ind=!1,null!=c.salesmanDeptCode&&""!=c.salesmanDeptCode||(c.salesmanDeptCode="10"),c.temp1.invs021_dep_code=c.dept_code_mutiplel,d.post(_.apiUrl+"api/Sales_Doc/postgetItemSerch",c.temp1).then(function(e){0<e.data.length?c.GetItems=e.data:swal({title:"Alert",text:"No Record Found.",imageUrl:"assets/img/notification-alert.png"})})},c.calculateTotal=function(){for(var e=c.totalFinal=0;e<c.itemList.length;e++)c.totalFinal+=parseFloat(c.itemList[e].dd_sell_value_final);c.temp.totalFinal=c.totalFinal,c.temp.totalFinal=parseFloat(c.temp.totalFinal)},c.calculateTotal1=function(){for(var e=c.totalFinal1=0;e<c.itemList_new.length;e++)c.totalFinal1+=parseFloat(c.itemList_new[e].dd_sell_value_final);c.temp.totalFinal1=c.totalFinal1,c.temp.totalFinal1=parseFloat(c.temp.totalFinal1)},c.Scroll=function(){var e=document.getElementById("table_scroll");e.scrollTop=e.scrollHeight-e.clientHeight},c.add_selected_data=function(){var s=0,n=0,i=0,e="";if(c.itemsetflg){for(var t=0;t<c.GetItems.length;t++)c.GetItems[t].im_inv_chk&&(e=e+c.GetItems[t].im_inv_no+",");d.post(_.apiUrl+"api/Sales_Doc/Fetch_ItemDetails_ItemSet?im_inv_no="+e).then(function(e){setTimeout(function(){c.Scroll()},1e3);for(var t=0;t<e.data.length;t++){"02"==c.temp.doc_type?c.internal_im_sell_price=0:n=(0==parseFloat(e.data[t].dd_sell_price)?(c.sellPriceInclusiveVat=!0,c.internal_im_sell_price=parseFloat(e.data[t].im_sell_price_including_vat).toFixed(2),i=parseFloat(c.internal_im_sell_price).toFixed(2)*parseFloat(e.data[t].ia_component_qty).toFixed(2),a=parseFloat(e.data[t].im_item_vat_percentage)/100,a=(parseFloat(i)/(1+parseFloat(a))).toFixed(2),s=i-a):(c.sellPriceInclusiveVat=!1,c.internal_im_sell_price=parseFloat(e.data[t].dd_sell_price).toFixed(2),i=parseFloat(c.internal_im_sell_price).toFixed(2)*parseFloat(e.data[t].ia_component_qty).toFixed(2),s=parseFloat(i*e.data[t].im_item_vat_percentage/100).toFixed(2),a=i),parseFloat(parseFloat(a)+parseFloat(s)).toFixed(2));var a,o={sg_name:e.data[t].sg_name,sg_code:e.data[t].sg_name,sg_desc:e.data[t].sg_desc,im_inv_no:e.data[t].im_inv_no,im_item_code:e.data[t].im_item_code,im_desc:e.data[t].im_desc,item_location_name:e.data[t].loc_code,loc_code:e.data[t].loc_code,loc_name:e.data[t].loc_name,original_qty:e.data[t].id_cur_qty,dd_qty:e.data[t].ia_component_qty,dd_sell_price:parseFloat(c.internal_im_sell_price).toFixed(2),dd_line_discount_pct:0,dd_line_discount_amount:0,dd_sell_value_final:a,im_item_vat_percentage:e.data[t].im_item_vat_percentage,dd_item_vat_amount:parseFloat(s).toFixed(2),dd_sell_value_line_total:parseFloat(n),sell_price_inclusiv_vat:c.sellPriceInclusiveVat,item_dept_code:e.data[t].dep_code,im_revenue_acno:e.data[t].im_revenue_acno,im_cost_acno:e.data[t].im_cost_acno,im_vat_sale_profile:e.data[t].im_vat_sale_profile};c.itemList.push(o)}c.totalAmtClick()})}},c.chk_click_item=function(e,t){var a=0,o=0;if(!c.itemsetflg){c.Exflg=!1,"02"==c.temp.doc_type?(c.internal_im_sell_price=parseFloat(e.dd_sell_price).toFixed(2),c.internal_im_sell_price_final=0):i=(0==parseFloat(e.dd_sell_price)?(c.sellPriceInclusiveVat=!1,c.internal_im_sell_price=parseFloat(e.im_sell_price_including_vat).toFixed(2),c.internal_im_sell_price_final=parseFloat(e.im_sell_price_including_vat).toFixed(2),o=+parseFloat(c.internal_im_sell_price).toFixed(2),a=parseFloat(o*e.im_item_vat_percentage/100).toFixed(2),n=s=o,parseFloat(parseFloat(o)+parseFloat(a))):(c.sellPriceInclusiveVat=!0,c.internal_im_sell_price=parseFloat(e.dd_sell_price).toFixed(2),c.internal_im_sell_price_final=parseFloat(e.dd_sell_price).toFixed(2),o=+parseFloat(c.internal_im_sell_price).toFixed(2),i=parseFloat(e.im_item_vat_percentage)/100,s=(parseFloat(o)/(1+parseFloat(i))).toFixed(2),n=(parseFloat(o)/(1+parseFloat(i))).toFixed(2),a=o-s,parseFloat(parseFloat(s)+parseFloat(a)))).toFixed(2);var s,n,i,o={sg_name:e.sg_name,im_inv_no:e.im_inv_no,im_item_code:e.im_item_code,im_desc:e.im_desc,item_location_name:e.loc_code,loc_code:e.loc_code,original_qty:e.id_cur_qty,dd_qty:1,dd_sell_price:n,dd_sell_value_final:s,im_item_vat_percentage:e.im_item_vat_percentage,dd_item_vat_amount:parseFloat(a).toFixed(2),dd_sell_value_line_total:i,dd_line_discount_pct:parseFloat(0).toFixed(2),dd_line_discount_amount:parseFloat(0).toFixed(2),sell_price_inclusiv_vat:c.sellPriceInclusiveVat,item_dept_code:e.dep_code,im_revenue_acno:e.im_revenue_acno,im_cost_acno:e.im_cost_acno,im_vat_sale_profile:e.im_vat_sale_profile};if(t){if(0!=c.itemList.length)for(var d=0;d<c.itemList.length;d++)e.im_inv_no==c.itemList[d].im_inv_no&&(c.Exflg=!0);!1===c.Exflg&&c.itemList.push(o)}else for(var _=0;_<c.itemList.length;_++)c.itemList[_].im_inv_no!=e.im_inv_no&&c.itemList.splice(_,1);c.totalAmtClick()}setTimeout(function(){for(var e=0;e<c.itemList.length;e++)$("#cmb_accno-"+e).select2(),$("#cmb_costaccno-"+e).select2(),$("#vat_profile-"+e).select2()},500)},c.addItemFromInvoice=function(e,t){if(c.disableOnInvoiceReturn=!0,c.disable_total_dis_per=!0,c.searchDisable=!0,c.showBtnOnInvoiceReturn=!0,c.disableReturnBtn=!1,c.old_doc_prov_no_show=!0,c.disableSaveReturnBtn=!1,c.selectedInvoieList=[],c.itemList=[],t){for(var a in null!=c.old_obj&&(c.selectedInvoieList.pop(c.old_obj),c.old_obj!=e)&&(c.old_obj.invoice_no_chk=!1),c.selectedInvoieList.push(e),e.sublist1){var o={sg_desc:e.sublist1[a].sg_name,im_inv_no:e.sublist1[a].im_inv_no,im_item_code:e.sublist1[a].im_item_code,im_desc:e.sublist1[a].im_desc,loc_name:e.sublist1[a].loc_code,loc_code:e.sublist1[a].loc_code,original_qty:e.sublist1[a].id_cur_qty,dd_qty:e.sublist1[a].dd_qty,dd_sell_price:parseFloat(e.sublist1[a].dd_sell_price).toFixed(2),dd_sell_value_final:parseFloat(e.sublist1[a].dd_sell_value_final).toFixed(2),im_item_vat_percentage:parseFloat(e.sublist1[a].dd_item_vat_per).toFixed(2),dd_item_vat_amount:parseFloat(e.sublist1[a].dd_item_vat_amount).toFixed(2),dd_sell_value_line_total:parseFloat(e.sublist1[a].dd_line_total).toFixed(2),dd_line_discount_pct:parseFloat(e.sublist1[a].dd_line_discount_pct).toFixed(2),dd_line_discount_amount:parseFloat(e.sublist1[a].dd_line_discount_amount).toFixed(2),doc_dept:e.sublist1[a].doc_dept,doc_remark:e.sublist1[a].doc_remark,dd_physical_qty:e.sublist1[a].dd_physical_qty,invoice_qty:e.sublist1[a].dd_qty,doc_status:e.sublist1[a].doc_status,dd_status:e.sublist1[a].dd_status};c.itemList.push(o)}c.temp.overalldis=e.sublist1[0].doc_discount_pct,c.temp.disamt=e.sublist1[0].doc_discount_amount,c.temp.otherCharges=e.sublist1[0].doc_other_charge_amount,c.temp.totalFinal=e.sublist1[0].doc_total_amount,c.doc_vat_total_amount=e.sublist1[0].doc_vat_total_amount,c.depCode=e.sublist1[a].doc_dept,c.temp.paymentMode=e.sublist1[0].dd_payment_mode,"CH"!=c.temp.paymentMode&&"DD"!=c.temp.paymentMode&&"CC"!=c.temp.paymentMode&&"BT"!=c.temp.paymentMode||(c.temp.chequeNo=e.sublist1[0].chequeNo,c.temp.chequeDate=e.sublist1[0].chequeDate,c.temp.bankCode=e.sublist1[0].bankCode),"CP"==c.temp.paymentMode&&(c.temp.chequeNo=e.sublist1[0].chequeNo),c.temp.enroll=e.enroll_no,c.temp.name=e.student_name,c.temp.oderRefNo=e.sublist1[0].doc_order_ref_no,c.old_doc_prov_no=e.invoice_no,c.doc_reference_prov_no=e.doc_reference_prov_no,c.old_obj=e}else c.selectedInvoieList.pop(e)},c.CancelItem=function(){c.temp.finalValue="",c.temp.im_sell_price="",c.temp.qty="",c.temp.loc_code="",c.temp.subcategory_code="",c.temp.category_code="",c.temp.gcode="",c.temp.doc_remark="",c.rcbItems=[],c.rcbSubCategories=[],c.im_item_code1="",$("#rcbItem").select2("val",""),c.rcbItems=c.rcbitemOld,c.disable_btn1=!0,c.showPickInvoice=!1,c.old_doc_prov_no_show=!1},c.studentSearch=function(){c.showldgr=!0,"04"==c.temp.sal_type||"03"==c.temp.sal_type?(c.global_Search_click(),$("#Global_Search_Modal").modal({backdrop:"static"})):$("#ExternalCustomerSearch").modal("show"),d.get(_.apiUrl+"api/PaysGradeChange/Get_gc_company_Code").then(function(e){c.compny_code=e.data,c.temp.gc_company_code=c.compny_code[0].gc_company_code}),d.get(_.apiUrl+"api/generatepayroll/GetCurrentFinYearFromFinsParameter").then(function(e){c.GetCurrentFinYearFromFinsParameter1=e.data,c.financial_year=c.GetCurrentFinYearFromFinsParameter1[0].fin_year,c.fin_year_desc=c.GetCurrentFinYearFromFinsParameter1[0].fin_year_desc})},c.totalAmtClick=function(){c.totalFinal=0,c.totalVAT=0;for(var e=c.total_dis=0;e<c.itemList.length;e++)c.totalFinal+=parseFloat(c.itemList[e].dd_sell_value_line_total),c.total_dis+=parseFloat(c.itemList[e].dd_line_discount_amount),c.totalVAT+=parseFloat(c.itemList[e].dd_item_vat_amount);if(c.temp.totalFinal=parseFloat(c.totalFinal).toFixed(2),c.doc_vat_total_amount=parseFloat(c.totalVAT).toFixed(2),0!=c.total_dis?(c.temp.overalldis="",c.temp.disamt=parseFloat(c.total_dis).toFixed(2),c.disable_total_dis_per=!0):null!=c.temp.overalldis&&""!=c.temp.overalldis||(c.temp.disamt="",c.temp.overalldis="",c.disable_total_dis_per=!1),null!=c.temp.otherCharges&&""!=c.temp.otherCharges&&(c.temp.totalFinal=parseFloat(c.temp.totalFinal)+parseFloat(c.temp.otherCharges)),null!=c.temp.disamt&&""!=c.temp.disamt&&0==c.total_dis&&(c.temp.totalFinal=parseFloat(c.temp.totalFinal)-parseFloat(c.temp.disamt)),c.temp.totalFinal=parseFloat(c.temp.totalFinal).toFixed(2),c.temp.totalFinal=parseFloat(c.temp.totalFinal).toFixed(2),null!=c.temp.totalFinal&&0<c.paymodeList.length)for(e=0;e<c.paymodeList.length;e++)"CA"!=c.paymodeList[e].pmDescShort&&"Ca"!=c.paymodeList[e].pmDescShort&&"ca"!=c.paymodeList[e].pmDescShort||(c.paymodeList[e].payment_amount=c.temp.totalFinal,c.paymodeList[e].checkPM=!0)},c.totalAmtClick1=function(){c.totalFinal1=0,c.totalVAT=0;for(var e=c.total_dis=0;e<c.itemList_new.length;e++)c.totalFinal1+=parseFloat(c.itemList_new[e].dd_sell_value_line_total),c.total_dis+=parseFloat(c.itemList_new[e].dd_line_discount_amount),c.totalVAT+=parseFloat(c.itemList_new[e].dd_item_vat_amount);if(c.temp.totalFinal1=parseFloat(c.totalFinal1).toFixed(2),c.doc_vat_total_amount=parseFloat(c.totalVAT).toFixed(2),0!=c.total_dis?(c.temp.overalldis="",c.temp.disamt=parseFloat(c.total_dis).toFixed(2),c.disable_total_dis_per=!0):null!=c.temp.overalldis&&""!=c.temp.overalldis||(c.temp.disamt="",c.temp.overalldis="",c.disable_total_dis_per=!1),null!=c.temp.otherCharges&&""!=c.temp.otherCharges&&(c.temp.totalFinal1=parseFloat(c.temp.totalFinal1)+parseFloat(c.temp.otherCharges)),null!=c.temp.disamt&&""!=c.temp.disamt&&0==c.total_dis&&(c.temp.totalFinal1=parseFloat(c.temp.totalFinal1)-parseFloat(c.temp.disamt)),c.temp.totalFinal1=parseFloat(c.temp.totalFinal1).toFixed(2),c.temp.totalFinal1=parseFloat(c.temp.totalFinal1).toFixed(2),null!=c.temp.totalFinal1&&0<c.paymodeList.length)for(e=0;e<c.paymodeList.length;e++)"CA"!=c.paymodeList[e].pmDescShort&&"Ca"!=c.paymodeList[e].pmDescShort&&"ca"!=c.paymodeList[e].pmDescShort||(c.paymodeList[e].payment_amount=c.temp.totalFinal1,c.paymodeList[e].checkPM=!0)},c.otherChargesChange=function(){c.totalAmtClick()},c.txt_discounted_price_TextChanged=function(e){if(e<=100||e<="100"){for(var t=c.totalFinal=0;t<c.itemList.length;t++)c.totalFinal+=parseFloat(c.itemList[t].dd_sell_value_line_total);c.temp.disamt=null==e||""==e?0:parseFloat(parseFloat(c.totalFinal)*parseFloat(e)/100).toFixed(2),c.df=parseFloat(parseFloat(c.totalFinal)-parseFloat(c.temp.disamt)).toFixed(2)}else c.temp.overalldis=0,c.temp.disamt=0,swal({title:"Alert",text:"Discount Should not be more than 100%.",imageUrl:"assets/img/notification-alert.png"});c.totalAmtClick()},c.paymentChange=function(e){c.cardpay=!1,"CA"==e?(c.chequeShow=!1,c.bankShow=!1):"CH"==e||"DD"==e||"CC"==e?(c.chequeShow=!0,c.bankShow=!1):"BT"==e?(c.chequeShow=!1,c.bankShow=!0):"CP"==e&&(c.chequeShow=!1,c.bankShow=!1,c.cardpay=!0)},c.checkPaymentMode=function(e){},c.calPaymentModeAmount=function(e){c.cardpay=!1,null!=e.payment_amount&&""!=e.payment_amount&&0!=e.payment_amount||(e.payment_amount=0);for(var t=0;t<c.paymodeList.length;t++)"ca"==e.pmDescShort.toLowerCase()||"ca"!=c.paymodeList[t].pmDescShort.toLowerCase()||null==c.paymodeList[t].payment_amount&&""==c.paymodeList[t].payment_amount&&0==c.paymodeList[t].payment_amount||c.totalPMAmount<=parseFloat(c.temp.totalFinal)&&(parseFloat(c.paymodeList[t].payment_amount)-parseFloat(e.payment_amount)<0?(c.paymodeList[t].payment_amount=0,e.payment_amount=0,c.totalPMAmount=c.totalPMAmount-parseFloat(e.payment_amount)):(c.paymodeList[t].payment_amount=(parseFloat(c.paymodeList[t].payment_amount)-parseFloat(e.payment_amount)).toFixed(2),c.totalPMAmount+=parseFloat(e.payment_amount)));"ca"==e.pmDescShort.toLowerCase()&&(c.chequeShow=!1),"ch"==e.pmDescShort.toLowerCase()&&0!=e.payment_amount&&(c.chequeShow=!0),"dd"==e.pmDescShort.toLowerCase()&&0!=e.payment_amount&&(c.demandDraft=!0),"cc"==e.pmDescShort.toLowerCase()&&0!=e.payment_amount&&(c.crediCard=!0),"bt"==e.pmDescShort.toLowerCase()&&0!=e.payment_amount&&(c.bankShow=!0),"cp"!=e.pmDescShort.toLowerCase()&&"vc"!=e.pmDescShort.toLowerCase()||0==e.payment_amount||(c.cardpay=!0)},c.checkPyamentType=function(e){if(0<c.GetSalesType.length)for(var t=0;t<c.GetSalesType.length;t++)c.GetSalesType[t].invs_appl_parameter==e&&(c.salesReportUrl=c.GetSalesType[t].invs_appl_form_field_value4);"CR"==e?(c.disablePayementMode=!0,c.disable_btn_total=!1,c.payment_mode_grid=!1):(c.disablePayementMode=!1,c.disable_btn_total=!0,c.payment_mode_grid=!0)},c.removeItem=function(e,t){c.itemList.splice(t,1),c.totalAmtClick()},c.removeItem1=function(e,t){c.itemList_new.splice(t,1),c.totalAmtClick()},c.setVatProfile=function(e){for(var t=0;t<c.vatProfiles.length;t++){if("A"==c.vatProfiles[t].vat_profile_type.toUpperCase()&&e.im_vat_sale_profile==c.vatProfiles[t].vat_profile_no){c.sellPriceInclusiveVat=!0,e.sell_price_inclusiv_vat=!0,e.im_item_vat_percentage=parseFloat(c.vatProfiles[t].vat_profile_percentage);break}if("N"==c.vatProfiles[t].vat_profile_type.toUpperCase()&&e.im_vat_sale_profile==c.vatProfiles[t].vat_profile_no){c.sellPriceInclusiveVat=!1,e.sell_price_inclusiv_vat=!1,e.im_item_vat_percentage=parseFloat(c.vatProfiles[t].vat_profile_percentage);break}c.cloneObj=angular.copy(e),c.sellPriceInclusiveVat=!1,e.sell_price_inclusiv_vat=!1,e.im_item_vat_percentage=0,e.dd_item_vat_amount=0}c.qtychangeby1(e)},d.get(_.apiUrl+"api/StudentFee/getDecimalPlaces").then(function(e){c.decimal_degit=e.data,c.decimal_dsc=c.decimal_degit[0].comp_curcy_dec}),c.CustTypeChange=function(e){"01"==e||"03"==e?(c.showldgr=!1,setTimeout(function(){$("#cmb_slAccountCode").select2()},500),d.get(_.apiUrl+"api/Sales_Doc/Get_Subledger_Master?comp_code=1&slma_ldgrctl_code="+e).then(function(e){c.subledgeracct=e.data})):c.showldgr=!0},c.setSlName=function(e){c.selectedText=$("#cmb_slAccountCode option:selected").text(),c.selectedName=c.selectedText.split("-"),c.temp.name=c.selectedName[1],c.disable_btn=!1},c.onlyNumbers=function(e){var t,a={escape:27,backspace:8,tab:9,enter:13,del:46,0:48,1:49,2:50,3:51,4:52,5:53,6:54,7:55,8:56,9:57};for(t in a)if(a.hasOwnProperty(t)&&(e.charCode==a[t]||e.keyCode==a[t]))return;e.preventDefault()}}])}(),function(){"use strict";var d=[],_=[],c=[],l=[],r=[],e=angular.module("sims.module.Scheduling");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("BellSectionSubjectTeacher_DMCCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(s,e,t,a,o,n,i){s.display=!1,a(function(){$("#fixTable").tableHeadFixer({top:1})},100),s.Grid=!0,s.table=!1,s.insert=!0,s.busyindicator=!0,s.edt={},s.propertyName=null,s.reverse=!1,s.showRFIDDMC=!1,s.sortBy=function(e){s.reverse=s.propertyName===e&&!s.reverse,s.propertyName=e},"dmc"!=n.defaults.headers.common.schoolId&&"sis"!=n.defaults.headers.common.schoolId||(s.showRFIDDMC=!0),s.getacyr=function(e){console.log(e),n.get(i.apiUrl+"api/common/getAcademicYear?curCode="+e).then(function(e){s.getAcademicYear=e.data,s.edt.academic_year=s.getAcademicYear[0].sims_academic_year})},n.get(i.apiUrl+"api/ERP/Grade/getCuriculum?username="+t.globals.currentUser.username).then(function(e){s.curriculum=e.data,s.edt.sims_cur_code=s.curriculum[0].sims_cur_code,s.getacyr(s.curriculum[0].sims_cur_code)}),n.get(i.apiUrl+"api/bellsectionsubject/GetAllTeacherName").then(function(e){s.GetAllTeacherName=e.data}),n.get(i.apiUrl+"api/common/getAllComboBoxValues?academicYear=2016&routeCode=01").then(function(e){s.ComboBoxValues=e.data}),s.term_changeNew=function(e){n.get(i.apiUrl+"api/StudentSectionSubject/getTermNew?curcode="+s.edt.sims_cur_code+"&academicyear="+s.edt.academic_year+"&sims_grade_code="+s.edt.grade_code+"&sims_section_code="+e).then(function(e){s.terms_obj=e.data,s.edt.sims_section_subject_term_code=""})},s.Show_Data=function(){s.expanded=!0,s.busyindicator=!1,""!=s.edt.grade_code&&null!=s.edt.grade_code||""!=s.edt.section_code&&null!=s.edt.section_code?n.get(i.apiUrl+"api/bellsectionsubject/GetSectionSubjectTeacher?data="+JSON.stringify(s.edt)).then(function(e){s.All_Teacher_Name1=e.data;for(var t=0;t<s.All_Teacher_Name1.length;t++)""!=s.All_Teacher_Name1[t].sims_bell_slot_room_desc&&""!=s.All_Teacher_Name1[t].sims_gb_teacher_code_name&&""!=s.All_Teacher_Name1[t].sims_teacher_code||(s.All_Teacher_Name1[t].color="#e8f7c2");s.All_Teacher_Name=s.All_Teacher_Name1;var o=[];n.get(i.apiUrl+"api/common/SectionSubject/getSubjectByIndex?curcode="+s.edt.sims_cur_code+"&gradecode="+s.edt.grade_code+"&academicyear="+s.edt.academic_year+"&sectioncode="+s.edt.section_code).then(function(e){s.SectionSubject5=e.data,s.busyindicator=!0,s.table=!0;for(var t,a=0;a<s.SectionSubject5.length;a++)1==s.SectionSubject5[a].sims_subject_status&&(t={sims_subject_code:s.SectionSubject5[a].sims_subject_code,sims_subject_name:s.SectionSubject5[a].sims_subject_name},o.push(t));s.subject_names=o})}):swal({text:"Please select Grade and Section ",width:300,showCloseButton:!0})},s.Show_Data_DMC=function(){""!=s.edt.grade_code&&null!=s.edt.grade_code||""!=s.edt.section_code&&null!=s.edt.section_code||swal({text:"Please select Grade and Section ",width:300,showCloseButton:!0}),""==s.edt.sims_section_subject_term_code||null==s.edt.sims_section_subject_term_code?swal({text:"Please select term ",width:300,showCloseButton:!0}):(s.expanded=!0,s.busyindicator=!1,n.get(i.apiUrl+"api/bellsectionsubject/GetSectionSubjectTeacher_DMC?data="+JSON.stringify(s.edt)).then(function(e){s.All_Teacher_Name1=e.data;for(var t=0;t<s.All_Teacher_Name1.length;t++)""!=s.All_Teacher_Name1[t].sims_bell_slot_room_desc&&""!=s.All_Teacher_Name1[t].sims_gb_teacher_code_name&&""!=s.All_Teacher_Name1[t].sims_teacher_code||(s.All_Teacher_Name1[t].color="#e8f7c2");s.All_Teacher_Name=s.All_Teacher_Name1;var o=[];n.get(i.apiUrl+"api/common/SectionSubject/getSubjectByIndex?curcode="+s.edt.sims_cur_code+"&gradecode="+s.edt.grade_code+"&academicyear="+s.edt.academic_year+"&sectioncode="+s.edt.section_code).then(function(e){s.SectionSubject5=e.data,s.busyindicator=!0,s.table=!0;for(var t,a=0;a<s.SectionSubject5.length;a++)1==s.SectionSubject5[a].sims_subject_status&&(t={sims_subject_code:s.SectionSubject5[a].sims_subject_code,sims_subject_name:s.SectionSubject5[a].sims_subject_name},o.push(t));s.subject_names=o})}))},s.SaveBellData=function(e,t){e&&(void 0!==s.temp?(e={academic_year:s.edt.academic_year,sims_bell_desc:t.sims_bell_desc,sims_grade_code:s.edt.grade_code,sims_section_code:s.edt.section_code,sims_subject_code:t.sims_subject_code,sims_gb_teacher_code:s.teacher_code,sims_bell_lecutre_count:parseInt(t.sims_bell_lecture_per_week)*parseInt(t.sims_bell_slot_per_lecture)+parseInt(t.sims_bell_lecture_practical_count)*parseInt(t.sims_bell_slot_per_practical),sims_bell_lecture_practical_count:t.sims_bell_lecture_practical_count,sims_bell_slot_group_code:t.sims_bell_slot_group_code,sims_bell_slot_room:t.sims_bell_slot_room,sims_bell_group_order:t.sims_bell_group_order,sims_bell_lecture_per_week:t.sims_bell_lecture_per_week,sims_bell_slot_per_lecture:t.sims_bell_slot_per_lecture,sims_bell_practical_per_week:t.sims_bell_practical_per_week,sims_bell_slot_per_practical:t.sims_bell_slot_per_practical,sims_lesson_type:t.sims_lesson_type,sims_bell_section_term:s.edt.sims_section_subject_term_code,opr:"I"},n.post(i.apiUrl+"api/bellsectionsubject/InsertSectionSubjectTeacher_DMC",e).then(function(e){s.data="",s.msg1=e.data,1==s.msg1?(swal({text:"Information Inserted Successfully",imageUrl:"assets/img/check.png",width:300,showCloseButton:!0}),s.table=!0,s.Grid=!0,s.insert=!0,s.temp="",s.Show_Data_DMC()):0==s.msg1?swal({text:"Information Not Inserted. ",imageUrl:"assets/img/close.png",width:300,showCloseButton:!0}):(swal({text:"Section Bell Not Defined For This Grade And Section",imageUrl:"assets/img/close.png",width:300,showCloseButton:!0,height:250}),s.Show_Data_DMC())})):(swal({text:"Please Fill Field(S) To Insert Record",imageUrl:"assets/img/notification-alert.png",width:300,showCloseButton:!0}),s.table=!0)),s.data=""},s.UpdateBellData=function(){s.flag=!0,s.flag?swal({title:"",text:"Are you sure you want to Update the data and delete the related fields for all record?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e){for(var t=[{}],a=0;a<s.GetAllTeacherName.length;a++)for(var o=0;o<s.All_Teacher_Name.length;o++)if(s.new_teacher_code=s.All_Teacher_Name[o].sims_gb_teacher_code_name.split("/")[0],s.old_teacher_code=s.All_Teacher_Name[o].sims_gb_teacher_code_name.split("/")[0],s.GetAllTeacherName[a].sims_teacher_code==s.new_teacher_code){s.teacher_code=s.GetAllTeacherName[a].sims_employee_code;break}for(o=0;o<s.All_Teacher_Name.length;o++)if(1==s.All_Teacher_Name[o].ischange){if(""!=s.All_Teacher_Name[o].sims_bell_group_order&&null!=s.All_Teacher_Name[o].sims_bell_group_order&&null!=s.All_Teacher_Name[o].sims_bell_group_order||(s.All_Teacher_Name[o].sims_bell_group_order="1"),s.new_teacher_code=s.All_Teacher_Name[o].sims_gb_teacher_code_name.split("/")[0],""!=s.new_teacher_code&&null!=s.new_teacher_code)for(a=0;a<s.GetAllTeacherName.length;a++)if(s.GetAllTeacherName[a].sims_teacher_code==s.new_teacher_code){s.All_Teacher_Name[o].sims_teacher_code=s.GetAllTeacherName[a].sims_employee_code;break}t[t.length]={academic_year:s.edt.academic_year,sims_bell_desc:s.All_Teacher_Name[o].sims_bell_code,sims_grade_code:s.edt.grade_code,sims_section_code:s.edt.section_code,sims_subject_code:s.All_Teacher_Name[o].sims_subject_code,sims_gb_teacher_code:s.All_Teacher_Name[o].sims_teacher_code,sims_bell_lecutre_count:parseInt(s.All_Teacher_Name[o].sims_bell_lecture_per_week)*parseInt(s.All_Teacher_Name[o].sims_bell_slot_per_lecture)+parseInt(s.All_Teacher_Name[o].sims_bell_practical_per_week)*parseInt(s.All_Teacher_Name[o].sims_bell_slot_per_practical),sims_bell_lecture_practical_count:s.All_Teacher_Name[o].sims_bell_lecture_practical_count,sims_bell_slot_group_code:null==s.All_Teacher_Name[o].sims_bell_slot_group||""==s.All_Teacher_Name[o].sims_bell_slot_group?"01":s.All_Teacher_Name[o].sims_bell_slot_group,sims_bell_slot_room:null==s.All_Teacher_Name[o].sims_bell_slot_room||""==s.All_Teacher_Name[o].sims_bell_slot_room?"01":s.All_Teacher_Name[o].sims_bell_slot_room,sims_bell_group_order:s.All_Teacher_Name[o].sims_bell_group_order,sims_bell_lecture_per_week:s.All_Teacher_Name[o].sims_bell_lecture_per_week,sims_bell_slot_per_lecture:s.All_Teacher_Name[o].sims_bell_slot_per_lecture,sims_bell_practical_per_week:s.All_Teacher_Name[o].sims_bell_practical_per_week,sims_bell_slot_per_practical:s.All_Teacher_Name[o].sims_bell_slot_per_practical,sims_lesson_type:s.All_Teacher_Name[o].sims_lession_type1,sims_old_teacher_code:s.All_Teacher_Name[o].sims_old_teacher_code,sims_bell_section_block:s.All_Teacher_Name[o].sims_bell_section_block,sims_bell_section_block_size:s.All_Teacher_Name[o].sims_bell_section_block_size,sims_bell_section_term:s.edt.sims_section_subject_term_code,opr:"U"}}t.splice(0,1),0<t.length&&n.post(i.apiUrl+"api/bellsectionsubject/UpdateSectionSubjectTeacher_DMC?simsobj=",t).then(function(e){s.busyindicator=!1,s.table=!1,s.msg1=e.data,1==s.msg1?(swal({text:"Information Updated Successfully",imageUrl:"assets/img/check.png",width:300,showCloseButton:!0}),s.teacher_code="",s.Show_Data_DMC(),s.busyindicator=!0,s.table=!0):0==s.msg1?(swal({text:"Information Not Updated",imageUrl:"assets/img/close.png",width:300,showCloseButton:!0}),s.Show_Data_DMC(),s.table=!0,s.busyindicator=!0):(swal({text:"Error. Either Section Bell Not Defined or Database not created",imageUrl:"assets/img/close.png",width:300,height:250,showCloseButton:!0}),s.Show_Data_DMC())})}}):(swal({text:"Please Change At Least One Field To Update",imageUrl:"assets/img/notification-alert.png",width:380,showCloseButton:!0}),s.table=!0,s.busyindicator=!0)},s.CheckOnebyOneDelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),s.color="#edefef"})},s.DeleteTeacherData=function(){for(var e=0;e<s.All_Teacher_Name.length;e++)1==document.getElementById(s.All_Teacher_Name[e].sims_teacher_code+s.All_Teacher_Name[e].sims_subject_code).checked&&(d=d+s.All_Teacher_Name[e].sims_teacher_code+",",_=_+s.All_Teacher_Name[e].sims_subject_code+",",c=c+s.All_Teacher_Name[e].sims_bell_code+",",l=l+s.All_Teacher_Name[e].sims_lession_type1+",",r=r+s.All_Teacher_Name[e].sims_bell_group_order+",");var t={sims_cur_code:s.edt.sims_cur_code,sims_grade_code:s.edt.grade_code,sims_section_code:s.edt.section_code,academic_year:s.edt.academic_year,sims_gb_teacher_code:d,sims_subject_code:_,sims_bell_desc:c,sims_lesson_type:l,sims_bell_group_order:r,sims_gb_term_code:s.edt.sims_section_subject_term_code,opr:"D"};n.post(i.apiUrl+"api/bellsectionsubject/SectionSubjectTeacherDeleteDMC?simsobj=",t).then(function(e){d=[],_=[],c=[],l=[],r=[],s.msg1=e.data,1==s.msg1?(swal({text:"Information Deleted Successfully",imageUrl:"assets/img/check.png",width:300,showCloseButton:!0}),s.Show_Data_DMC()):0==s.msg1?swal({text:"Information Not Deleted. "+s.msg1,imageUrl:"assets/img/close.png",width:300,showCloseButton:!0}):swal("Error-"+s.msg1)})},s.Check=function(e){e.ischange=!0},s.chk_b=function(e,t,a){a.sims_bell_section_block_size=e?t:""},s.showcmb=function(e){for(var t=0;t<s.All_Teacher_Name.length;t++)e==s.All_Teacher_Name[t].sims_subject_name&&(s[e]=!0)};s.CheckTeacher=function(e){e.sims_teacher_code,teacher_code_old=e.sims_teacher_code,s.Check(e)},s.CheckteacherAssigned=function(e,t){for(var a=0;a<s.GetAllTeacherName.length;a++)s.GetAllTeacherName[a].sims_teacher_code==e.split("/")[0]&&(s.teacher_code=s.GetAllTeacherName[a].sims_employee_code);for(a=0;a<s.All_Teacher_Name.length;a++)s.All_Teacher_Name[a].sims_teacher_code==s.teacher_code&&s.All_Teacher_Name[a].sims_subject_code==t&&(swal("","Please Select Another Teacher, This Teacher  already Assiged Same Subject    "+s.All_Teacher_Name[a].sims_subject_name),s.temp.sims_gb_teacher_code_name="",s.teacher_code=e="");s.new=!0},s.AddNewData=function(e){s.Grid=!0,s.table=!1,s.copyobject=angular.copy(e),s.temp=[],s.copyobject.sims_bell_code="",s.copyobject.sims_bell_desc="",s.copyobject.sims_bell_slot_room="",s.copyobject.sims_bell_slot_room_desc="",s.copyobject.sims_gb_teacher_code_name="",s.copyobject.sims_grade_section="",s.copyobject.sims_lession_type1="",s.copyobject.sims_lesson_type="",s.copyobject.sims_pre_status="",s.copyobject.sims_section_code,s.copyobject.sims_sub_status,s.copyobject.sims_subject_code,s.copyobject.sims_subject_name,s.copyobject.sims_teacher_code="",s.temp.push(s.copyobject),s.temp.sims_subject_code=s.copyobject.sims_subject_code,s.temp.sims_bell_group_order=s.copyobject.sims_bell_group_order,s.temp.sims_bell_lecture_per_week=s.copyobject.sims_bell_lecture_per_week,s.temp.sims_bell_lecture_practical_count=s.copyobject.sims_bell_lecture_practical_count,s.temp.sims_bell_lecutre_count=s.copyobject.sims_bell_lecutre_count,s.temp.sims_bell_practical_per_week=s.copyobject.sims_bell_practical_per_week,s.temp.sims_bell_slot_group=s.copyobject.sims_bell_slot_group,s.temp.sims_bell_slot_group_desc=s.copyobject.sims_bell_slot_group,s.temp.sims_bell_slot_per_lecture=s.copyobject.sims_bell_slot_per_lecture,s.temp.sims_bell_slot_per_practical=s.copyobject.sims_bell_slot_per_practical,s.insert=!1},s.Cancel=function(){s.Grid=!0,s.insert=!0,s.temp=[],s.table=!0}}])}(),function(){"use strict";var _=[],c=[],l=[],r=[],m=[],e=angular.module("sims.module.Scheduling");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("BellSectionSubjectTeacher_NACSCACont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(s,e,t,a,o,n,i){s.display=!1,a(function(){$("#fixTable").tableHeadFixer({top:1})},100),s.Grid=!0,s.table=!1,s.insert=!0,s.busyindicator=!0,s.edt={},s.propertyName=null,s.reverse=!1,s.showRFIDDMC=!1;var d=t.globals.currentUser.username;s.sortBy=function(e){s.reverse=s.propertyName===e&&!s.reverse,s.propertyName=e},"dmc"!=n.defaults.headers.common.schoolId&&"sis"!=n.defaults.headers.common.schoolId||(s.showRFIDDMC=!0),s.getacyr=function(e){console.log(e),n.get(i.apiUrl+"api/common/getAcademicYear?curCode="+e).then(function(e){s.getAcademicYear=e.data,s.edt.academic_year=s.getAcademicYear[0].sims_academic_year,s.acdm_yr_change()})},s.acdm_yr_change=function(){n.get(i.apiUrl+"api/bellsectionsubject/getUsergrade?cur_code="+s.edt.sims_cur_code+"&academic_year="+s.edt.academic_year+"&userName="+d).then(function(e){s.grades=e.data,s.edt.grade_code=s.grades[0].sims_grade_code,s.grade_change()})},s.grade_change=function(){n.get(i.apiUrl+"api/bellsectionsubject/getUsersection?cur_code="+s.edt.sims_cur_code+"&academic_year="+s.edt.academic_year+"&gradeCode="+s.edt.grade_code+"&userName="+d).then(function(e){s.section=e.data,s.edt.section_code=s.section[0].sims_section_code,s.term_changeNew(s.section[0].sims_section_code)})},n.get(i.apiUrl+"api/ERP/Grade/getCuriculum?username="+t.globals.currentUser.username).then(function(e){s.curriculum=e.data,s.edt.sims_cur_code=s.curriculum[0].sims_cur_code,s.getacyr(s.curriculum[0].sims_cur_code)}),n.get(i.apiUrl+"api/bellsectionsubject/GetAllTeacherName").then(function(e){s.GetAllTeacherName=e.data}),n.get(i.apiUrl+"api/common/getAllComboBoxValues?academicYear=2016&routeCode=01").then(function(e){s.ComboBoxValues=e.data}),s.term_changeNew=function(e){n.get(i.apiUrl+"api/StudentSectionSubject/getTermNew?curcode="+s.edt.sims_cur_code+"&academicyear="+s.edt.academic_year+"&sims_grade_code="+s.edt.grade_code+"&sims_section_code="+e).then(function(e){s.terms_obj=e.data,s.edt.sims_section_subject_term_code=""})},s.Show_Data=function(){s.expanded=!0,s.busyindicator=!1,""!=s.edt.grade_code&&null!=s.edt.grade_code||""!=s.edt.section_code&&null!=s.edt.section_code?n.get(i.apiUrl+"api/bellsectionsubject/GetSectionSubjectTeacher?data="+JSON.stringify(s.edt)).then(function(e){s.All_Teacher_Name1=e.data;for(var t=0;t<s.All_Teacher_Name1.length;t++)""!=s.All_Teacher_Name1[t].sims_bell_slot_room_desc&&""!=s.All_Teacher_Name1[t].sims_gb_teacher_code_name&&""!=s.All_Teacher_Name1[t].sims_teacher_code||(s.All_Teacher_Name1[t].color="#e8f7c2");s.All_Teacher_Name=s.All_Teacher_Name1;var o=[];n.get(i.apiUrl+"api/common/SectionSubject/getSubjectByIndex?curcode="+s.edt.sims_cur_code+"&gradecode="+s.edt.grade_code+"&academicyear="+s.edt.academic_year+"&sectioncode="+s.edt.section_code).then(function(e){s.SectionSubject5=e.data,s.busyindicator=!0,s.table=!0;for(var t,a=0;a<s.SectionSubject5.length;a++)1==s.SectionSubject5[a].sims_subject_status&&(t={sims_subject_code:s.SectionSubject5[a].sims_subject_code,sims_subject_name:s.SectionSubject5[a].sims_subject_name},o.push(t));s.subject_names=o})}):swal({text:"Please select Grade and Section ",width:300,showCloseButton:!0})},s.Show_Data_DMC=function(){s.edt.teacher_code=t.globals.currentUser.username,""!=s.edt.grade_code&&null!=s.edt.grade_code||""!=s.edt.section_code&&null!=s.edt.section_code||swal({text:"Please select Grade and Section ",width:300,showCloseButton:!0}),""==s.edt.sims_section_subject_term_code||null==s.edt.sims_section_subject_term_code?swal({text:"Please select term ",width:300,showCloseButton:!0}):(s.expanded=!0,s.busyindicator=!1,n.get(i.apiUrl+"api/bellsectionsubject/GetSectionSubjectTeacher_NACASCA?data="+JSON.stringify(s.edt)).then(function(e){s.All_Teacher_Name1=e.data;for(var t=0;t<s.All_Teacher_Name1.length;t++)""!=s.All_Teacher_Name1[t].sims_bell_slot_room_desc&&""!=s.All_Teacher_Name1[t].sims_gb_teacher_code_name&&""!=s.All_Teacher_Name1[t].sims_teacher_code||(s.All_Teacher_Name1[t].color="#e8f7c2");s.All_Teacher_Name=s.All_Teacher_Name1;var o=[];n.get(i.apiUrl+"api/common/SectionSubject/getSubjectByIndex?curcode="+s.edt.sims_cur_code+"&gradecode="+s.edt.grade_code+"&academicyear="+s.edt.academic_year+"&sectioncode="+s.edt.section_code).then(function(e){s.SectionSubject5=e.data,s.busyindicator=!0,s.table=!0;for(var t,a=0;a<s.SectionSubject5.length;a++)1==s.SectionSubject5[a].sims_subject_status&&(t={sims_subject_code:s.SectionSubject5[a].sims_subject_code,sims_subject_name:s.SectionSubject5[a].sims_subject_name},o.push(t));s.subject_names=o})}))},s.SaveBellData=function(e,t){e&&(void 0!==s.temp?(e={academic_year:s.edt.academic_year,sims_bell_desc:t.sims_bell_desc,sims_grade_code:s.edt.grade_code,sims_section_code:s.edt.section_code,sims_subject_code:t.sims_subject_code,sims_gb_teacher_code:s.teacher_code,sims_bell_lecutre_count:parseInt(t.sims_bell_lecture_per_week)*parseInt(t.sims_bell_slot_per_lecture)+parseInt(t.sims_bell_lecture_practical_count)*parseInt(t.sims_bell_slot_per_practical),sims_bell_lecture_practical_count:t.sims_bell_lecture_practical_count,sims_bell_slot_group_code:t.sims_bell_slot_group_code,sims_bell_slot_room:t.sims_bell_slot_room,sims_bell_group_order:t.sims_bell_group_order,sims_bell_lecture_per_week:t.sims_bell_lecture_per_week,sims_bell_slot_per_lecture:t.sims_bell_slot_per_lecture,sims_bell_practical_per_week:t.sims_bell_practical_per_week,sims_bell_slot_per_practical:t.sims_bell_slot_per_practical,sims_lesson_type:t.sims_lesson_type,sims_bell_section_term:s.edt.sims_section_subject_term_code,opr:"I"},n.post(i.apiUrl+"api/bellsectionsubject/InsertSectionSubjectTeacher_DMC",e).then(function(e){s.data="",s.msg1=e.data,1==s.msg1?(swal({text:"Information Inserted Successfully",imageUrl:"assets/img/check.png",width:300,showCloseButton:!0}),s.table=!0,s.Grid=!0,s.insert=!0,s.temp="",s.Show_Data_DMC()):0==s.msg1?swal({text:"Information Not Inserted. ",imageUrl:"assets/img/close.png",width:300,showCloseButton:!0}):(swal({text:"Section Bell Not Defined For This Grade And Section",imageUrl:"assets/img/close.png",width:300,showCloseButton:!0,height:250}),s.Show_Data_DMC())})):(swal({text:"Please Fill Field(S) To Insert Record",imageUrl:"assets/img/notification-alert.png",width:300,showCloseButton:!0}),s.table=!0)),s.data=""},s.UpdateBellData=function(){s.flag=!0,s.flag?swal({title:"",text:"Are you sure you want to Update the data and delete the related fields for all record?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e){for(var t=[{}],a=0;a<s.GetAllTeacherName.length;a++)for(var o=0;o<s.All_Teacher_Name.length;o++)if(s.new_teacher_code=s.All_Teacher_Name[o].sims_gb_teacher_code_name.split("/")[0],s.old_teacher_code=s.All_Teacher_Name[o].sims_gb_teacher_code_name.split("/")[0],s.GetAllTeacherName[a].sims_teacher_code==s.new_teacher_code){s.teacher_code=s.GetAllTeacherName[a].sims_employee_code;break}for(o=0;o<s.All_Teacher_Name.length;o++)if(1==s.All_Teacher_Name[o].ischange){if(""!=s.All_Teacher_Name[o].sims_bell_group_order&&null!=s.All_Teacher_Name[o].sims_bell_group_order&&null!=s.All_Teacher_Name[o].sims_bell_group_order||(s.All_Teacher_Name[o].sims_bell_group_order="1"),s.new_teacher_code=s.All_Teacher_Name[o].sims_gb_teacher_code_name.split("/")[0],""!=s.new_teacher_code&&null!=s.new_teacher_code)for(a=0;a<s.GetAllTeacherName.length;a++)if(s.GetAllTeacherName[a].sims_teacher_code==s.new_teacher_code){s.All_Teacher_Name[o].sims_teacher_code=s.GetAllTeacherName[a].sims_employee_code;break}t[t.length]={academic_year:s.edt.academic_year,sims_bell_desc:s.All_Teacher_Name[o].sims_bell_code,sims_grade_code:s.edt.grade_code,sims_section_code:s.edt.section_code,sims_subject_code:s.All_Teacher_Name[o].sims_subject_code,sims_gb_teacher_code:s.All_Teacher_Name[o].sims_teacher_code,sims_bell_lecutre_count:parseInt(s.All_Teacher_Name[o].sims_bell_lecture_per_week)*parseInt(s.All_Teacher_Name[o].sims_bell_slot_per_lecture)+parseInt(s.All_Teacher_Name[o].sims_bell_practical_per_week)*parseInt(s.All_Teacher_Name[o].sims_bell_slot_per_practical),sims_bell_lecture_practical_count:s.All_Teacher_Name[o].sims_bell_lecture_practical_count,sims_bell_slot_group_code:null==s.All_Teacher_Name[o].sims_bell_slot_group||""==s.All_Teacher_Name[o].sims_bell_slot_group?"01":s.All_Teacher_Name[o].sims_bell_slot_group,sims_bell_slot_room:null==s.All_Teacher_Name[o].sims_bell_slot_room||""==s.All_Teacher_Name[o].sims_bell_slot_room?"01":s.All_Teacher_Name[o].sims_bell_slot_room,sims_bell_group_order:s.All_Teacher_Name[o].sims_bell_group_order,sims_bell_lecture_per_week:s.All_Teacher_Name[o].sims_bell_lecture_per_week,sims_bell_slot_per_lecture:s.All_Teacher_Name[o].sims_bell_slot_per_lecture,sims_bell_practical_per_week:s.All_Teacher_Name[o].sims_bell_practical_per_week,sims_bell_slot_per_practical:s.All_Teacher_Name[o].sims_bell_slot_per_practical,sims_lesson_type:s.All_Teacher_Name[o].sims_lession_type1,sims_old_teacher_code:s.All_Teacher_Name[o].sims_old_teacher_code,sims_bell_section_block:s.All_Teacher_Name[o].sims_bell_section_block,sims_bell_section_block_size:s.All_Teacher_Name[o].sims_bell_section_block_size,sims_bell_section_term:s.edt.sims_section_subject_term_code,opr:"U"}}t.splice(0,1),0<t.length&&n.post(i.apiUrl+"api/bellsectionsubject/UpdateSectionSubjectTeacher_DMC?simsobj=",t).then(function(e){s.busyindicator=!1,s.table=!1,s.msg1=e.data,1==s.msg1?(swal({text:"Information Updated Successfully",imageUrl:"assets/img/check.png",width:300,showCloseButton:!0}),s.teacher_code="",s.Show_Data_DMC(),s.busyindicator=!0,s.table=!0):0==s.msg1?(swal({text:"Information Not Updated",imageUrl:"assets/img/close.png",width:300,showCloseButton:!0}),s.Show_Data_DMC(),s.table=!0,s.busyindicator=!0):(swal({text:"Error. Either Section Bell Not Defined or Database not created",imageUrl:"assets/img/close.png",width:300,height:250,showCloseButton:!0}),s.Show_Data_DMC())})}}):(swal({text:"Please Change At Least One Field To Update",imageUrl:"assets/img/notification-alert.png",width:380,showCloseButton:!0}),s.table=!0,s.busyindicator=!0)},s.CheckOnebyOneDelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),s.color="#edefef"})},s.DeleteTeacherData=function(){for(var e=0;e<s.All_Teacher_Name.length;e++)1==document.getElementById(s.All_Teacher_Name[e].sims_teacher_code+s.All_Teacher_Name[e].sims_subject_code).checked&&(_=_+s.All_Teacher_Name[e].sims_teacher_code+",",c=c+s.All_Teacher_Name[e].sims_subject_code+",",l=l+s.All_Teacher_Name[e].sims_bell_code+",",r=r+s.All_Teacher_Name[e].sims_lession_type1+",",m=m+s.All_Teacher_Name[e].sims_bell_group_order+",");var t={sims_cur_code:s.edt.sims_cur_code,sims_grade_code:s.edt.grade_code,sims_section_code:s.edt.section_code,academic_year:s.edt.academic_year,sims_gb_teacher_code:_,sims_subject_code:c,sims_bell_desc:l,sims_lesson_type:r,sims_bell_group_order:m,sims_gb_term_code:s.edt.sims_section_subject_term_code,opr:"D"};n.post(i.apiUrl+"api/bellsectionsubject/SectionSubjectTeacherDeleteDMC?simsobj=",t).then(function(e){_=[],c=[],l=[],r=[],m=[],s.msg1=e.data,1==s.msg1?(swal({text:"Information Deleted Successfully",imageUrl:"assets/img/check.png",width:300,showCloseButton:!0}),s.Show_Data_DMC()):0==s.msg1?swal({text:"Information Not Deleted. "+s.msg1,imageUrl:"assets/img/close.png",width:300,showCloseButton:!0}):swal("Error-"+s.msg1)})},s.Check=function(e){e.ischange=!0},s.chk_b=function(e,t,a){a.sims_bell_section_block_size=e?t:""},s.showcmb=function(e){for(var t=0;t<s.All_Teacher_Name.length;t++)e==s.All_Teacher_Name[t].sims_subject_name&&(s[e]=!0)};s.CheckTeacher=function(e){e.sims_teacher_code,teacher_code_old=e.sims_teacher_code,s.Check(e)},s.CheckteacherAssigned=function(e,t){for(var a=0;a<s.GetAllTeacherName.length;a++)s.GetAllTeacherName[a].sims_teacher_code==e.split("/")[0]&&(s.teacher_code=s.GetAllTeacherName[a].sims_employee_code);for(a=0;a<s.All_Teacher_Name.length;a++)s.All_Teacher_Name[a].sims_teacher_code==s.teacher_code&&s.All_Teacher_Name[a].sims_subject_code==t&&(swal("","Please Select Another Teacher, This Teacher  already Assiged Same Subject    "+s.All_Teacher_Name[a].sims_subject_name),s.temp.sims_gb_teacher_code_name="",s.teacher_code=e="");s.new=!0},s.AddNewData=function(e){s.Grid=!0,s.table=!1,s.copyobject=angular.copy(e),s.temp=[],s.copyobject.sims_bell_code="",s.copyobject.sims_bell_desc="",s.copyobject.sims_bell_slot_room="",s.copyobject.sims_bell_slot_room_desc="",s.copyobject.sims_gb_teacher_code_name="",s.copyobject.sims_grade_section="",s.copyobject.sims_lession_type1="",s.copyobject.sims_lesson_type="",s.copyobject.sims_pre_status="",s.copyobject.sims_section_code,s.copyobject.sims_sub_status,s.copyobject.sims_subject_code,s.copyobject.sims_subject_name,s.copyobject.sims_teacher_code="",s.temp.push(s.copyobject),s.temp.sims_subject_code=s.copyobject.sims_subject_code,s.temp.sims_bell_group_order=s.copyobject.sims_bell_group_order,s.temp.sims_bell_lecture_per_week=s.copyobject.sims_bell_lecture_per_week,s.temp.sims_bell_lecture_practical_count=s.copyobject.sims_bell_lecture_practical_count,s.temp.sims_bell_lecutre_count=s.copyobject.sims_bell_lecutre_count,s.temp.sims_bell_practical_per_week=s.copyobject.sims_bell_practical_per_week,s.temp.sims_bell_slot_group=s.copyobject.sims_bell_slot_group,s.temp.sims_bell_slot_group_desc=s.copyobject.sims_bell_slot_group,s.temp.sims_bell_slot_per_lecture=s.copyobject.sims_bell_slot_per_lecture,s.temp.sims_bell_slot_per_practical=s.copyobject.sims_bell_slot_per_practical,s.insert=!1},s.Cancel=function(){s.Grid=!0,s.insert=!0,s.temp=[],s.table=!0}}])}(),function(){"use strict";var r,m,p,u,g,e=angular.module("sims.module.Finance");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("PDCchequePaidStatusDetailsCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(n,t,e,a,o,i,d){n.save_btn=!0,n.tot_btn=!0,n.Maintabledata=!1,n.Update_btn=!1,n.display=!1,n.table=!0,n.records=!1,n.edt=[];e.globals.currentUser.username;n.finnDetail=JSON.parse(window.localStorage.Finn_comp),setTimeout(function(){$("#account_codes7").select2()},100),n.export_btn=!1;var s,_=n.finnDetail.company,c=n.finnDetail.year,e=new Date,l=(n.block1={receipt_date:"receipt",cheque:"cheque",from_date:("0"+e.getDate()).slice(-2)+"-"+("0"+(e.getMonth()+1)).slice(-2)+"-"+e.getFullYear(),to_date:("0"+e.getDate()).slice(-2)+"-"+("0"+(e.getMonth()+1)).slice(-2)+"-"+e.getFullYear()},$(function(){$("#Select4").multipleSelect({width:"100%"})}),n.propertyName=null,n.reverse=!1,n.sortBy=function(e){n.reverse=n.propertyName===e&&!n.reverse,n.propertyName=e},i.get(d.apiUrl+"api/Financialyear/getDocumentStatus").then(function(e){n.docstatus_Data=e.data}),i.get(d.apiUrl+"api/PDCSubmission/getBankName?comp_code="+_).then(function(e){n.bank_name=e.data,setTimeout(function(){$("#Select4").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"})},1e3)}),i.get(d.apiUrl+"api/PDCSubmission/GetCreatedBy_user").then(function(e){n.user_list=e.data}),i.get(d.apiUrl+"api/PDCSubmission/Getchequestatus").then(function(e){n.cheque_status=e.data}),i.get(d.apiUrl+"api/PDCSubmission/getDepartment?finance_year="+c+"&comp_code="+_).then(function(e){n.Department=e.data}),i.get(d.apiUrl+"api/BankPayment/GetLedgerNumber?financialyear="+c+"&comp_code="+_).then(function(e){n.LdgrCode=e.data}),i.get(d.apiUrl+"api/JVCreation/GetAllGLAccountNos?glma_accountcode=&cmpnycode="+_+"&fyear="+c).then(function(e){n.getAllAccNos=e.data}),n.getSLAccNo=function(){var e=n.getAllAccNos.gldd_acct_code;"00"!=n.block1.gldd_ledger_code?i.get(d.apiUrl+"api/JVCreation/GetSLAccNumber?ldgr_code="+n.block1.gldd_ledger_code+"&cmp_cd="+_+"&year="+c).then(function(e){n.getAllAccNos=e.data}):i.get(d.apiUrl+"api/JVCreation/GetAllGLAccountNos?glma_accountcode="+e+"&cmpnycode="+_+"&fyear="+c).then(function(e){n.getAllAccNos=e.data})},n.getViewDetails=function(){$("#loader").modal({backdrop:"static",keyboard:!1}),p="cheque"==n.block1.cheque?"Ch":"Dd",m="receipt"==n.block1.receipt_date?"R":"C",g=[],g=0==n.block1.bank_code.length||null==n.block1?"":(s=n.block1.bank_code,g+","+s);var e={ps_comp_code:_,ps_dept_no:n.block1.dept_no,ps_ldgr_code:n.block1.gldd_ledger_code,ps_sl_acno:n.block1.gldd_acct_code,ps_discd:n.block1.chequestatus,pc_calendar:null,ps_bank_code:g,filterText:n.edt.SelectOption,filterRange:n.edt.txt_filter_range,createdBY:n.block1.createdby_usr,recFromDate:"R"==m?n.block1.from_date:null,recToDate:"R"==m?n.block1.to_date:null,ps_due_dateStr:"C"==m?n.block1.from_date:null,subMissionDate:"C"==m?n.block1.to_date:null,pc_ref_no:null,pc_payment_mode:p};i.post(d.apiUrl+"api/PDCSubmission/PDCcheque_status_data",e).then(function(e){if(a(function(){$("#fixTable").tableHeadFixer({top:1})},100),0<e.data.length){n.pdcSubmissionList=e.data,n.pdc_details=e.data,n.checkprintbtn=!0,n.Maintabledata=!0,n.export_btn=!0;for(var t=n.total=0;t<e.data.length;t++)n.total=n.total+e.data[t].ps_amount}else swal({text:"No Data Found...!",timer:5e4}),n.pdcSubmissionList=[],n.total=0;n.subtotal=0,$("#loader").modal("hide"),$(".modal-backdrop").removeClass("modal-backdrop")}),0},n.SearcModelDetails=function(e,t,a,o,s){i.get(d.apiUrl+"api/PDCSubmission/getAllPDCSubmissions?dept_no="+(e=null==e?"":e)+"&ldgr_code="+(t=null==t?"":t)+"&slma_acno="+(a=null==a?"":a)+"&from_date="+(o=null==o?"":o)+"&to_date="+(s=null==s?"":s)).then(function(e){n.AllPDCSubmissions=e.data})},n.selectonebyone=function(e,t){1==t.ps_cheque_no_check?n.subtotal=parseFloat(n.subtotal)+parseFloat(t.ps_amount):n.subtotal=parseFloat(n.subtotal)-parseFloat(t.ps_amount)},n.clear=function(){n.records=!1,n.block1=[],n.temp=[]},[]),l=(n.savedata=function(){$("#loader").modal({backdrop:"static",keyboard:!1}),p="cheque"==n.block1.cheque?"Ch":"Dd";for(var e=0;e<n.pdcSubmissionList.length;e++)1==n.pdcSubmissionList[e].ps_cheque_no_check&&(n.pdcSubmissionList[e].cnt=1,n.pdcSubmissionList.opr="I",n.pdcSubmissionList[e].pc_payment_mode=p,l.push(n.pdcSubmissionList[e]));0<l.length?i.post(d.apiUrl+"api/PDCSubmission/PDC_Submission_or_ReSubmission",l).then(function(e){n.msg1=e.data,swal({title:"Alert",text:n.msg1.strMessage+"\n Submission No. "+n.msg1.systemMessage,imageUrl:"assets/img/check.png"}),n.checkprintbtn=!1,u=n.msg1.systemMessage,$("#loader").modal("hide"),$(".modal-backdrop").removeClass("modal-backdrop")}):(swal({title:"Alert",text:"Please Select Cheque"}),$("#loader").modal("hide"),$(".modal-backdrop").removeClass("modal-backdrop")),l=[],n.pdcSubmissionList=[]},n.selectmodeldata=function(e){1==document.getElementById("chk1-"+e).checked?0:0},[]);n.selectmodeldatasave=function(){$("#loader").modal({backdrop:"static",keyboard:!1});for(var e=0;e<n.AllPDCSubmissions.length;e++)1==document.getElementById("chk1-"+e).checked&&(n.AllPDCSubmissions[e].cnt=3,n.AllPDCSubmissions.opr="I",l.push(n.AllPDCSubmissions[e]));0<l.length?i.post(d.apiUrl+"api/PDCSubmission/PDC_Submission_or_ReSubmission",l).then(function(e){n.msg1=e.data,swal({title:"Alert",text:n.msg1.strMessage,imageUrl:"assets/img/check.png"}),$("#loader").modal("hide"),$(".modal-backdrop").removeClass("modal-backdrop")}):(swal({title:"Alert",text:"Please Select Cheque"}),$("#loader").modal("hide"),$(".modal-backdrop").removeClass("modal-backdrop")),l=[]},n.pulldata=function(){var e;null==n.block1.from_date&&null==n.block1.to_date?swal({text:"please select from date and to date",timer:5e3}):(p="cheque"==n.block1.cheque?"Ch":"Dd",m="receipt"==n.block1.receipt_date?"R":"C",e={ps_comp_code:_,ps_ldgr_code:m,recFromDate:n.block1.from_date,recToDate:n.block1.to_date,pc_payment_mode:p},i.post(d.apiUrl+"api/PDCSubmission/PDC_Pool_Submission_data",e).then(function(e){n.msg1=e.data,swal({text:n.msg1.strMessage,timer:5e4})}))},n.chkrevert=function(){$("#MyModal").modal("show"),n.display=!0},n.CheckPrintReport=function(){var e={location:"Finn.FINR23",parameter:{doc_no:u},state:"main.Fin102"};window.localStorage.ReportDetails=JSON.stringify(e),t.go("main.ReportCardParameter")},n.CheckAllChecked=function(){r=document.getElementById("mainchk");for(var e=0;e<n.pdcSubmissionList.length;e++)1==r.checked?(n.pdcSubmissionList[e].ps_cheque_no_check=!0,n.subtotal=parseFloat(n.subtotal)+parseFloat(n.pdcSubmissionList[e].ps_amount),n.pdcSubmissionList[e].row_color="#ffffcc"):(n.pdcSubmissionList[e].ps_cheque_no_check=!1,n.subtotal=parseFloat(n.subtotal)-parseFloat(n.pdcSubmissionList[e].ps_amount),n.pdcSubmissionList[e].row_color="")},n.ShowFilterText=function(e){n.filterVisible=""!=e},n.FilterCode=function(){var e=[];if(1==n.temp.chk_previous_clear){r=document.getElementById("mainchk");for(var t=0;t<n.pdcSubmissionList.length;t++)document.getElementById(t+t).checked=!1,r.checked=!1,n.row1="",n.pdcSubmissionList[t].row_color="white";if("Select Records"==n.edt.SelectOption)for(t=0;t<n.edt.txt_filter_range;t++)document.getElementById(t+t).checked=!0,n.pdcSubmissionList[t].row_color="#ffffcc";else if("Cheque Amount between"==n.edt.SelectOption){if(2<=(e=null!=n.edt.txt_filter_range?n.edt.txt_filter_range.split("-"):e).length)for(t=0;t<n.pdcSubmissionList.length;t++)n.pdcSubmissionList[t].ps_amount>=e[0]&&n.pdcSubmissionList[t].ps_amount<=e[1]&&(document.getElementById(t+t).checked=!0,n.pdcSubmissionList[t].row_color="#ffffcc")}else if("Cheque Series between"==n.edt.SelectOption&&2<=(e=null!=n.edt.txt_filter_range?n.edt.txt_filter_range.split("-"):e).length){n.minchkno=0;for(var a=n.maxchkno=0;a<e.length;a++)0==a?n.minchkno=parseInt(e[0]):n.maxchkno=parseInt(e[1]);for(t=0;t<n.pdcSubmissionList.length;t++)n.pdcSubmissionList[t].ps_cheque_no>=n.minchkno&&n.pdcSubmissionList[t].ps_cheque_no<=n.maxchkno&&(document.getElementById(t+t).checked=!0,n.pdcSubmissionList[t].row_color="#ffffcc")}}else if("Select Records"==n.edt.SelectOption){if(n.pdcSubmissionList.length>=n.edt.txt_filter_range)for(t=0;t<n.edt.txt_filter_range;t++)document.getElementById(t+t).checked=!0,n.pdcSubmissionList[t].row_color="#ffffcc"}else if("Cheque Amount between"==n.edt.SelectOption){if(2<=(e=null!=n.edt.txt_filter_range?n.edt.txt_filter_range.split("-"):e).length)for(t=0;t<n.pdcSubmissionList.length;t++)n.pdcSubmissionList[t].ps_amount>=e[0]&&n.pdcSubmissionList[t].ps_amount<=e[1]&&(document.getElementById(t+t).checked=!0,n.pdcSubmissionList[t].row_color="#ffffcc")}else if("Cheque Series between"==n.edt.SelectOption&&2<=(e=null!=n.edt.txt_filter_range?n.edt.txt_filter_range.split("-"):e).length){n.minchkno=0;for(a=n.maxchkno=0;a<e.length;a++)0==a?n.minchkno=parseInt(e[0]):n.maxchkno=parseInt(e[1]);for(t=0;t<n.pdcSubmissionList.length;t++)n.pdcSubmissionList[t].ps_cheque_no>=n.minchkno&&n.pdcSubmissionList[t].ps_cheque_no<=n.maxchkno&&(document.getElementById(t+t).checked=!0,n.pdcSubmissionList[t].row_color="#ffffcc")}},n.Export=function(){swal({title:"",text:"Are you sure you want to Save PDC Chque Status Details Report.xls?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){e&&alasql('SELECT * INTO XLS("PDC Chque Status Details Report.xls",{headers:true})  FROM HTML("#fixTable",{headers:true,skipdisplaynone:true})')})},n.showdate=function(e,t){var a=e.split("-")[0],o=e.split("-")[1],e=e.split("-")[2];n.temp[t]=a+"-"+o+"-"+e},$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0,format:"dd-mm-yyyy"})}])}(),function(){"use strict";var g,h,f,y,b,e=angular.module("sims.module.Finance");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("PDCchequeStatusDetails_NEWCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(n,t,e,a,o,i,d){n.save_btn=!0,n.tot_btn=!0,n.Maintabledata=!1,n.Update_btn=!1,n.display=!1,n.table=!0,n.records=!1,n.submit_date=!1,n.Realize_date=!1,n.cancel_date=!1,n.return_date=!1,n.bonus_data=!1,n.showError=!1,n.edt=[];e.globals.currentUser.username;n.finnDetail=JSON.parse(window.localStorage.Finn_comp);var s=new Date,_=s.getDate(),c=s.getMonth()+1,_=(s.getFullYear(),(s=new Date).getDate());e.globals.currentUser.username;_<10&&(_="0"+_);(c=s.getMonth()+1)<10&&(c="0"+c);var e=s.getFullYear(),l=(n.sdate=_+"-"+c+"-"+e,n.edate=_+"-"+c+"-"+e,n.from_date=_+"-"+c+"-"+e,n.mom_end_date=_+"-"+c+"-"+e,setTimeout(function(){$("#account_codes7").select2()},100),n.export_btn=!1,n.finnDetail.company),r=n.finnDetail.year,s=(n.block1={pc_submission_date:_+"-"+c+"-"+e,pdc_clearance_date:_+"-"+c+"-"+e,pdc_return_date:_+"-"+c+"-"+e},new Date);function m(e){e=e.split("-");return e[2]+"-"+e[1]+"-"+e[0]}n.block1={receipt_date:"receipt",cheque:"cheque",from_date:("0"+s.getDate()).slice(-2)+"-"+("0"+(s.getMonth()+1)).slice(-2)+"-"+s.getFullYear(),to_date:("0"+s.getDate()).slice(-2)+"-"+("0"+(s.getMonth()+1)).slice(-2)+"-"+s.getFullYear()},$(function(){$("#Select4").multipleSelect({width:"100%"})}),n.propertyName=null,n.reverse=!1,n.sortBy=function(e){n.reverse=n.propertyName===e&&!n.reverse,n.propertyName=e},i.get(d.apiUrl+"api/Financialyear/getDocumentStatus").then(function(e){n.docstatus_Data=e.data}),i.get(d.apiUrl+"api/GLSLQuery/getdateoption_GL_Query?").then(function(e){n.Date_option=e.data}),i.get(d.apiUrl+"api/PDCSubmission/getBankName?comp_code="+l).then(function(e){n.bank_name=e.data,setTimeout(function(){$("#Select4").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"})},1e3)}),i.get(d.apiUrl+"api/PDCSubmission/GetCreatedBy_user").then(function(e){n.user_list=e.data}),i.get(d.apiUrl+"api/PDCSubmission/Getchequestatus").then(function(e){n.cheque_statusnew=e.data,setTimeout(function(){$("#account_code").change(function(){}).multipleSelect({width:"100%"})},1e3)}),$(function(){$("#account_code").multipleSelect({width:"100%",filter:!0})}),i.get(d.apiUrl+"api/PDCSubmission/getDepartment?finance_year="+r+"&comp_code="+l).then(function(e){n.Department=e.data}),i.get(d.apiUrl+"api/BankPayment/GetLedgerNumber?financialyear="+r+"&comp_code="+l).then(function(e){n.LdgrCode=e.data}),i.get(d.apiUrl+"api/JVCreation/GetAllGLAccountNos?glma_accountcode=&cmpnycode="+l+"&fyear="+r).then(function(e){n.getAllAccNos=e.data}),i.get(d.apiUrl+"api/JVCreation/GetAllGLActNo_pdc_sub?glma_accountcode=&cmpnycode="+l+"&fyear="+r).then(function(e){n.submissionac=e.data}),n.onChange1=function(){"3"==n.block1.date_option&&(n.block1.from_date=moment(n.from_date,"DD-MM-YYYY").startOf("month").format("DD-MM-YYYY"),n.block1.to_date=moment(n.from_date,"DD-MM-YYYY").endOf("month").format("DD-MM-YYYY")),"4"==n.block1.date_option&&(n.block1.from_date=moment(n.from_date,"DD-MM-YYYY").subtract(1,"month").startOf("month").format("DD-MM-YYYY"),n.block1.to_date=moment(n.from_date,"DD-MM-YYYY").subtract(1,"month").endOf("month").format("DD-MM-YYYY")),"5"==n.block1.date_option&&(n.block1.from_date=moment(n.from_date,"DD-MM-YYYY").startOf("week").format("DD-MM-YYYY"),n.block1.to_date=moment(n.from_date,"DD-MM-YYYY").endOf("week").format("DD-MM-YYYY")),"6"==n.block1.date_option&&(n.block1.from_date=moment(n.from_date,"DD-MM-YYYY").subtract(1,"week").startOf("week").format("DD-MM-YYYY"),n.block1.to_date=moment(n.from_date,"DD-MM-YYYY").subtract(1,"week").endOf("week").format("DD-MM-YYYY")),"7"==n.block1.date_option&&(n.block1.from_date=moment(n.from_date,"DD-MM-YYYY").format("DD-MM-YYYY"),n.block1.to_date=moment(n.from_date,"DD-MM-YYYY").format("DD-MM-YYYY")),"8"==n.block1.date_option&&(n.block1.from_date=moment(n.from_date,"DD-MM-YYYY").startOf("year").format("DD-MM-YYYY"),n.block1.to_date=moment(n.from_date,"DD-MM-YYYY").endOf("year").format("DD-MM-YYYY")),"9"==n.block1.date_option&&(n.block1.from_date=moment(n.from_date,"DD-MM-YYYY").subtract(1,"year").startOf("year").format("DD-MM-YYYY"),n.block1.to_date=moment(n.from_date,"DD-MM-YYYY").subtract(1,"year").endOf("year").format("DD-MM-YYYY")),"10"==n.block1.date_option&&(n.block1.from_date=moment(n.from_date,"DD-MM-YYYY").month("September").startOf("month").format("DD-MM-YYYY"),n.block1.to_date=moment(n.from_date,"DD-MM-YYYY").add("year",1).month("August").endOf("month").format("DD-MM-YYYY")),"11"==n.block1.date_option&&(n.block1.from_date=moment(n.from_date,"DD-MM-YYYY").subtract("year",1).month("September").startOf("month").format("DD-MM-YYYY"),n.block1.to_date=moment(n.from_date,"DD-MM-YYYY").month("August").startOf("month").format("DD-MM-YYYY")),"12"==n.block1.date_option&&(n.block1.from_date=moment(n.from_date,"DD-MM-YYYY").subtract(1,"days").format("DD-MM-YYYY"),n.block1.to_date=moment(n.from_date,"DD-MM-YYYY").subtract(1,"days").format("DD-MM-YYYY")),"13"==n.block1.date_option&&(n.current_Quatar_from_date=moment(n.from_date,"DD-MM-YYYY").startOf("quarter").format("DD-MM-YYYY"),n.block1.from_date=moment(n.current_Quatar_from_date,"DD-MM-YYYY").add(2,"month").startOf("month").format("DD-MM-YYYY"),n.current_Quatar_to_date=moment(n.from_date,"DD-MM-YYYY").endOf("quarter").format("DD-MM-YYYY"),n.block1.to_date=moment(n.current_Quatar_to_date,"DD-MM-YYYY").add(2,"month").endOf("month").format("DD-MM-YYYY")),"14"==n.block1.date_option&&(n.current_Quatar_from_date=moment(n.from_date,"DD-MM-YYYY").subtract(1,"quarter").startOf("quarter").format("DD-MM-YYYY"),n.block1.from_date=moment(n.current_Quatar_from_date,"DD-MM-YYYY").add(2,"month").startOf("month").format("DD-MM-YYYY"),n.current_Quatar_to_date=moment(n.from_date,"DD-MM-YYYY").subtract(1,"quarter").endOf("quarter").format("DD-MM-YYYY"),n.block1.to_date=moment(n.current_Quatar_to_date,"DD-MM-YYYY").add(2,"month").endOf("month").format("DD-MM-YYYY")),"15"==n.block1.date_option&&(n.block1.from_date=moment(n.from_date,"DD-MM-YYYY").startOf("week").format("DD-MM-YYYY"),n.block1.to_date=moment(n.from_date,"DD-MM-YYYY").format("DD-MM-YYYY")),"16"==n.block1.date_option&&(n.block1.from_date=moment(n.from_date,"DD-MM-YYYY").startOf("month").format("DD-MM-YYYY"),n.block1.to_date=moment(n.from_date,"DD-MM-YYYY").format("DD-MM-YYYY")),"17"==n.block1.date_option&&(n.current_Quatar_from_date=moment(n.from_date,"DD-MM-YYYY").startOf("quarter").format("DD-MM-YYYY"),n.block1.from_date=moment(n.current_Quatar_from_date,"DD-MM-YYYY").add(2,"month").startOf("month").format("DD-MM-YYYY"),n.block1.to_date=moment(n.from_date,"DD-MM-YYYY").format("DD-MM-YYYY")),"18"==n.block1.date_option&&(n.block1.from_date=moment(n.from_date,"DD-MM-YYYY").startOf("year").format("DD-MM-YYYY"),n.block1.to_date=moment(n.from_date,"DD-MM-YYYY").format("DD-MM-YYYY")),"19"==n.block1.date_option&&(n.block1.from_date=moment(n.from_date,"DD-MM-YYYY").subtract(1,"year").startOf("year").format("DD-MM-YYYY"),n.block1.to_date=moment(n.from_date,"DD-MM-YYYY").format("DD-MM-YYYY")),"20"==n.block1.date_option&&(n.current_Quatar_from_date=moment(n.from_date,"DD-MM-YYYY").subtract(1,"quarter").startOf("quarter").format("DD-MM-YYYY"),n.block1.from_date=moment(n.current_Quatar_from_date,"DD-MM-YYYY").add(2,"month").startOf("month").format("DD-MM-YYYY"),n.block1.to_date=moment(n.from_date,"DD-MM-YYYY").format("DD-MM-YYYY")),"21"==n.block1.date_option&&(n.block1.from_date=moment(n.from_date,"DD-MM-YYYY").subtract(1,"week").startOf("week").format("DD-MM-YYYY"),n.block1.to_date=moment(n.from_date,"DD-MM-YYYY").format("DD-MM-YYYY")),"22"==n.block1.date_option&&(n.block1.from_date=moment(n.from_date,"DD-MM-YYYY").startOf("year").format("DD-MM-YYYY"),n.block1.to_date=moment(n.from_date,"DD-MM-YYYY").subtract(1,"month").startOf("month").format("DD-MM-YYYY")),"23"==n.block1.date_option&&(n.block1.from_date=moment(n.from_date,"DD-MM-YYYY").startOf("year").format("DD-MM-YYYY"),n.block1.to_date=moment(n.from_date,"DD-MM-YYYY").startOf("month").format("DD-MM-YYYY")),"24"==n.block1.date_option&&(n.block1.from_date=moment(n.from_date,"DD-MM-YYYY").add(1,"week").startOf("week").format("DD-MM-YYYY"),n.block1.to_date=moment(n.from_date,"DD-MM-YYYY").add(1,"week").endOf("week").format("DD-MM-YYYY")),"25"==n.block1.date_option&&(n.block1.from_date=moment(n.from_date,"DD-MM-YYYY").add(4,"week").startOf("week").format("DD-MM-YYYY"),n.block1.to_date=moment(n.from_date,"DD-MM-YYYY").add(4,"week").endOf("week").format("DD-MM-YYYY")),"26"==n.block1.date_option&&(n.block1.from_date=moment(n.from_date,"DD-MM-YYYY").add(1,"month").startOf("month").format("DD-MM-YYYY"),n.block1.to_date=moment(n.from_date,"DD-MM-YYYY").add(1,"month").endOf("month").format("DD-MM-YYYY")),"27"==n.block1.date_option&&(n.block1.from_date=moment(n.from_date,"DD-MM-YYYY").add(1,"year").startOf("year").format("DD-MM-YYYY"),n.block1.to_date=moment(n.from_date,"DD-MM-YYYY").add(1,"year").endOf("year").format("DD-MM-YYYY")),"28"==n.block1.date_option&&(n.block1.from_date=moment(n.from_date,"DD-MM-YYYY").subtract(30,"days").format("DD-MM-YYYY"),n.block1.to_date=moment(n.from_date,"DD-MM-YYYY").format("DD-MM-YYYY")),"29"==n.block1.date_option&&(n.block1.from_date=moment(n.from_date,"DD-MM-YYYY").subtract(60,"days").format("DD-MM-YYYY"),n.block1.to_date=moment(n.from_date,"DD-MM-YYYY").format("DD-MM-YYYY")),"30"==n.block1.date_option&&(n.block1.from_date=moment(n.from_date,"DD-MM-YYYY").subtract(90,"days").format("DD-MM-YYYY"),n.block1.to_date=moment(n.from_date,"DD-MM-YYYY").format("DD-MM-YYYY"))},n.chequestatuschange=function(e){"S"===e?(n.submit_date=!1,n.Realize_date=!0,n.cancel_date=!1,n.return_date=!1,n.bonus_data=!1):"W"===e||"C"===e?(n.submit_date=!1,n.Realize_date=!1,n.cancel_date=!0,n.return_date=!1):"I"===e?(n.submit_date=!0,n.Realize_date=!1,n.cancel_date=!1,n.return_date=!1,n.bonus_data=!1):"R"===e?(n.submit_date=!1,n.Realize_date=!1,n.cancel_date=!1,n.return_date=!0,n.bonus_data=!1):"B"===e&&(n.submit_date=!1,n.Realize_date=!1,n.cancel_date=!1,n.return_date=!1,n.bonus_data=!1)},n.chequestatus=function(e){"Outstanding"===e?i.get(d.apiUrl+"api/PDCSubmission/GetchequestatusNEW").then(function(e){n.cheque_status=e.data}):"Realized"===e||"Cancelled"===e||"Withdrwan"===e?n.cheque_status="":"Submitted"===e?i.get(d.apiUrl+"api/PDCSubmission/Getchequestatusubmitted").then(function(e){n.cheque_status=e.data}):"Re-submitted"===e?i.get(d.apiUrl+"api/PDCSubmission/Getchequestaturesubmitted").then(function(e){n.cheque_status=e.data}):"Dishonored"===e&&i.get(d.apiUrl+"api/PDCSubmission/Getchequestatusreturn").then(function(e){n.cheque_status=e.data})},n.checkAcctCode=function(t){if(t&&isConfirm)for(let e=0;e<n.pdcSubmissionList.length;e++)!0===n.pdcSubmissionList[e].ps_cheque_no_check&&(n.pdcSubmissionList[e].pc_bank_to=t,$("#fixTable").trigger("click"),$("#submission_acct_"+e).select2())},n.savedata=function(){n.disable_save_btn=!0,$("#loader").modal({backdrop:"static",keyboard:!1}),f="cheque"===n.block1.cheque?"Ch":"Dd";let t=!1;for(let e=0;e<n.pdcSubmissionList.length;e++){if("I"===n.pdcSubmissionList[e].ps_discdnew){var a,o;if(!0===n.pdcSubmissionList[e].ps_cheque_no_check&&(""!==n.pdcSubmissionList[e].pc_bank_to?(a=m(n.pdcSubmissionList[e].ps_due_date),o=m(n.block1.pc_submission_date),n.pdcSubmissionList[e].pc_submission_date=a<=o?n.pdcSubmissionList[e].ps_due_date:n.block1.pc_submission_date,n.pdcSubmissionList[e].cnt=1,n.pdcSubmissionList.opr="I",n.pdcSubmissionList[e].pc_payment_mode=f,n.pdcSubmissionList[e].ps_disc=n.pdcSubmissionList[e].ps_discdnew,u.push(n.pdcSubmissionList[e])):t=!0),t)return swal({text:"All selected cheques Submission Account need  to select",imageUrl:"assets/img/check.png"}),void $("#loader").modal("hide");0<u.length?i.post(d.apiUrl+"api/PDCSubmission/PDC_Submission_or_ReSubmission",u).then(function(e){n.msg1=e.data,swal({title:"Alert",text:n.msg1.strMessage+"\n Submission Number "+n.msg1.systemMessage,imageUrl:"assets/img/check.png"}),$("#loader").modal("hide"),n.checkprintbtn=!1,n.getViewDetails(),y=n.msg1.systemMessage,$("#loader").modal("hide"),$(".modal-backdrop").removeClass("modal-backdrop"),n.disable_save_btn=!1,n.getViewDetails()}):(swal({text:"Please Select Cheque",timer:5e3}),n.disable_save_btn=!1,$("#loader").modal("hide"))}else if("S"===n.pdcSubmissionList[e].ps_discdnew)!0===n.pdcSubmissionList[e].ps_cheque_no_check&&(n.pdcSubmissionList[e].ps_approv_date=n.block1.pdc_clearance_date,n.pdcSubmissionList[e].pc_payment_mode=f,n.pdcSubmissionList.opr="I",n.pdcSubmissionList[e].ps_disc=n.pdcSubmissionList[e].ps_discdnew,u.push(n.pdcSubmissionList[e])),0<u.length?i.post(d.apiUrl+"api/PDCSubmission/Finn102_PDC_Realise",u).then(function(e){n.msg1=e.data,swal({text:n.msg1.strMessage,timer:5e3}),n.disable_save_btn=!1,n.getViewDetails()}):(swal({text:"Please Select Cheque",timer:5e3}),n.disable_save_btn=!1,$("#loader").modal("hide"));else if("W"===n.pdcSubmissionList[e].ps_discdnew){if(!0===n.pdcSubmissionList[e].ps_cheque_no_check){if(null===n.block1.pdc_return_date||void 0===n.block1.pdc_return_date||""===n.block1.pdc_return_date)return swal({text:"Please Select Cancellation date",timer:5e3}),n.showError=!0,void $("#loader").modal("hide");n.showError=!1,n.pdcSubmissionList[e].ps_dept_name="Cancellation of Cheque",n.pdcSubmissionList[e].pc_payment_mode=f,n.pdcSubmissionList[e].ps_approv_date=n.block1.pdc_return_date,n.pdcSubmissionList[e].ps_disc=n.pdcSubmissionList[e].ps_discdnew,u.push(n.pdcSubmissionList[e])}0<u.length?i.post(d.apiUrl+"api/PDCSubmission/Finn102_PDC_Cancellation",u).then(function(e){n.msg1=e.data,swal({text:n.msg1.strMessage,timer:5e3}),n.disable_save_btn=!1,n.getViewDetails()}):(swal({text:"Please Select Cheque",timer:5e3}),n.disable_save_btn=!1,$("#loader").modal("hide"))}else"B"===n.pdcSubmissionList[e].ps_discdnew?(!0===n.pdcSubmissionList[e].ps_cheque_no_check&&(n.pdcSubmissionList[e].cnt=1,n.pdcSubmissionList[e].ps_dept_name="Return of Cheques - "+n.pdcSubmissionList[e].ps_cheque_no,n.pdcSubmissionList[e].ps_bank_code_name=0,n.pdcSubmissionList[e].ps_approv_date=n.block1.pdc_return_date,n.pdcSubmissionList[e].pc_payment_mode=f,n.pdcSubmissionList.opr="I",n.pdcSubmissionList[e].ps_disc=n.pdcSubmissionList[e].ps_discdnew,u.push(n.pdcSubmissionList[e])),0<u.length?i.post(d.apiUrl+"api/PDCSubmission/Finn102_PDC_Return",u).then(function(e){n.msg1=e.data,swal({text:n.msg1.strMessage,timer:5e3}),n.disable_save_btn=!1,n.getViewDetails()}):(swal({text:"Please Select Cheque",timer:5e3}),n.disable_save_btn=!1,$("#loader").modal("hide"))):"R"===n.pdcSubmissionList[e].ps_discdnew&&(!0===n.pdcSubmissionList[e].ps_cheque_no_check&&(n.pdcSubmissionList[e].ps_approv_date=n.block1.pdc_clearance_date,n.pdcSubmissionList[e].cnt=2,n.pdcSubmissionList[e].pc_payment_mode=f,n.pdcSubmissionList.opr="I",n.pdcSubmissionList[e].ps_disc=n.pdcSubmissionList[e].ps_discdnew,u.push(n.pdcSubmissionList[e])),0<u.length?i.post(d.apiUrl+"api/PDCSubmission/PDC_Submission_or_ReSubmission",u).then(function(e){n.msg1=e.data,swal({title:"Alert",text:n.msg1.strMessage,imageUrl:"assets/img/check.png"}),n.checkprintbtn=!1,$("#loader").modal("hide"),$(".modal-backdrop").removeClass("modal-backdrop"),n.disable_save_btn=!1,n.getViewDetails()}):(swal({text:"Please Select Cheque",timer:5e3}),n.disable_save_btn=!1,$("#loader").modal("hide")));u=[]}},n.CheckAllChecked=function(){g=document.getElementById("mainchk");for(let e=0;e<n.pdcSubmissionList.length;e++)!0===g.checked?(n.pdcSubmissionList[e].ps_cheque_no_check=!0,n.subtotal=parseFloat(n.subtotal)+parseFloat(n.pdcSubmissionList[e].ps_amount),n.pdcSubmissionList[e].row_color="#ffffcc"):(n.pdcSubmissionList[e].ps_cheque_no_check=!1,n.subtotal=parseFloat(n.subtotal)-parseFloat(n.pdcSubmissionList[e].ps_amount),n.pdcSubmissionList[e].row_color="")};n.selectonebyone=function(e,t){!0===t.ps_cheque_no_check?n.subtotal=parseFloat(n.subtotal)+parseFloat(t.ps_amount):n.subtotal=parseFloat(n.subtotal)-parseFloat(t.ps_amount)},n.getSLAccNo=function(){var e=n.getAllAccNos.gldd_acct_code;"00"!=n.block1.gldd_ledger_code?i.get(d.apiUrl+"api/JVCreation/GetSLAccNumber?ldgr_code="+n.block1.gldd_ledger_code+"&cmp_cd="+l+"&year="+r).then(function(e){n.getAllAccNos=e.data}):i.get(d.apiUrl+"api/JVCreation/GetAllGLAccountNos?glma_accountcode="+e+"&cmpnycode="+l+"&fyear="+r).then(function(e){n.getAllAccNos=e.data})},n.getViewDetails=function(){$("#loader").modal({backdrop:"static",keyboard:!1}),f="cheque"==n.block1.cheque?"Ch":"Dd",h="receipt"==n.block1.receipt_date?"R":"C",b=[],b=0==n.block1.bank_code.length||null==n.block1?"":(p=n.block1.bank_code,b+","+p),n.selected_groups_arr="",n.selected_groups=n.block1.chequestatus;for(var e=0;e<n.selected_groups.length;e++)n.selected_groups_arr=n.selected_groups_arr+n.selected_groups[e]+",";var t={ps_comp_code:l,ps_dept_no:n.block1.dept_no,ps_ldgr_code:n.block1.gldd_ledger_code,ps_sl_acno:n.block1.gldd_acct_code,ps_discd:n.selected_groups_arr,pc_calendar:null,ps_bank_code:b,filterText:n.edt.SelectOption,filterRange:n.edt.txt_filter_range,createdBY:n.block1.createdby_usr,recFromDate:"R"==h?n.block1.from_date:null,recToDate:"R"==h?n.block1.to_date:null,ps_due_dateStr:"C"==h?n.block1.from_date:null,subMissionDate:"C"==h?n.block1.to_date:null,pc_ref_no:null,pc_payment_mode:f};i.post(d.apiUrl+"api/PDCSubmission/AllPDCSubmission_new_data_status2",t).then(function(e){if(a(function(){$("#fixTable").tableHeadFixer({top:1})},100),0<e.data.length){n.pdcSubmissionList=e.data,n.pdc_details=e.data,$("#submission_acct_"+t).select2(),n.checkprintbtn=!0,n.Maintabledata=!0,n.export_btn=!0;for(var t=n.total=0;t<e.data.length;t++)n.total=n.total+e.data[t].ps_amount}else swal({text:"No Data Found...!",timer:5e4}),n.pdcSubmissionList=[],n.total=0;n.subtotal=0,$("#loader").modal("hide"),$(".modal-backdrop").removeClass("modal-backdrop")}),0},n.SearcModelDetails=function(e,t,a,o,s){i.get(d.apiUrl+"api/PDCSubmission/getAllPDCSubmissions?dept_no="+(e=null==e?"":e)+"&ldgr_code="+(t=null==t?"":t)+"&slma_acno="+(a=null==a?"":a)+"&from_date="+(o=null==o?"":o)+"&to_date="+(s=null==s?"":s)).then(function(e){n.AllPDCSubmissions=e.data})};n.selectonebyone=function(e,t){1==t.ps_cheque_no_check?n.subtotal=parseFloat(n.subtotal)+parseFloat(t.ps_amount):n.subtotal=parseFloat(n.subtotal)-parseFloat(t.ps_amount)},n.clear=function(){n.records=!1,n.block1=[],n.temp=[]};var p,u=[],u=(n.selectmodeldata=function(e){1==document.getElementById("chk1-"+e).checked?0:0},[]);n.selectmodeldatasave=function(){$("#loader").modal({backdrop:"static",keyboard:!1});for(var e=0;e<n.AllPDCSubmissions.length;e++)1==document.getElementById("chk1-"+e).checked&&(n.AllPDCSubmissions[e].cnt=3,n.AllPDCSubmissions.opr="I",u.push(n.AllPDCSubmissions[e]));0<u.length?i.post(d.apiUrl+"api/PDCSubmission/PDC_Submission_or_ReSubmission",u).then(function(e){n.msg1=e.data,swal({title:"Alert",text:n.msg1.strMessage,imageUrl:"assets/img/check.png"}),$("#loader").modal("hide"),$(".modal-backdrop").removeClass("modal-backdrop")}):(swal({title:"Alert",text:"Please Select Cheque"}),$("#loader").modal("hide"),$(".modal-backdrop").removeClass("modal-backdrop")),u=[]},n.pulldata=function(){var e;null==n.block1.from_date&&null==n.block1.to_date?swal({text:"please select from date and to date",timer:5e3}):(f="cheque"==n.block1.cheque?"Ch":"Dd",h="receipt"==n.block1.receipt_date?"R":"C",e={ps_comp_code:l,ps_ldgr_code:h,recFromDate:n.block1.from_date,recToDate:n.block1.to_date,pc_payment_mode:f},i.post(d.apiUrl+"api/PDCSubmission/PDC_Pool_Submission_data",e).then(function(e){n.msg1=e.data,swal({text:n.msg1.strMessage,timer:5e4})}))},n.chkrevert=function(){$("#MyModal").modal("show"),n.display=!0},n.CheckPrintReport=function(){var e={location:"Finn.FINR23",parameter:{doc_no:y},state:"main.Fin102"};window.localStorage.ReportDetails=JSON.stringify(e),t.go("main.ReportCardParameter")},n.CheckAllChecked=function(){g=document.getElementById("mainchk");for(var e=0;e<n.pdcSubmissionList.length;e++)1==g.checked?(n.pdcSubmissionList[e].ps_cheque_no_check=!0,n.subtotal=parseFloat(n.subtotal)+parseFloat(n.pdcSubmissionList[e].ps_amount),n.pdcSubmissionList[e].row_color="#ffffcc"):(n.pdcSubmissionList[e].ps_cheque_no_check=!1,n.subtotal=parseFloat(n.subtotal)-parseFloat(n.pdcSubmissionList[e].ps_amount),n.pdcSubmissionList[e].row_color="")},n.ShowFilterText=function(e){n.filterVisible=""!=e},n.FilterCode=function(){var e=[];if(1==n.temp.chk_previous_clear){g=document.getElementById("mainchk");for(var t=0;t<n.pdcSubmissionList.length;t++)document.getElementById(t+t).checked=!1,g.checked=!1,n.row1="",n.pdcSubmissionList[t].row_color="white";if("Select Records"==n.edt.SelectOption)for(t=0;t<n.edt.txt_filter_range;t++)document.getElementById(t+t).checked=!0,n.pdcSubmissionList[t].row_color="#ffffcc";else if("Cheque Amount between"==n.edt.SelectOption){if(2<=(e=null!=n.edt.txt_filter_range?n.edt.txt_filter_range.split("-"):e).length)for(t=0;t<n.pdcSubmissionList.length;t++)n.pdcSubmissionList[t].ps_amount>=e[0]&&n.pdcSubmissionList[t].ps_amount<=e[1]&&(document.getElementById(t+t).checked=!0,n.pdcSubmissionList[t].row_color="#ffffcc")}else if("Cheque Series between"==n.edt.SelectOption&&2<=(e=null!=n.edt.txt_filter_range?n.edt.txt_filter_range.split("-"):e).length){n.minchkno=0;for(var a=n.maxchkno=0;a<e.length;a++)0==a?n.minchkno=parseInt(e[0]):n.maxchkno=parseInt(e[1]);for(t=0;t<n.pdcSubmissionList.length;t++)n.pdcSubmissionList[t].ps_cheque_no>=n.minchkno&&n.pdcSubmissionList[t].ps_cheque_no<=n.maxchkno&&(document.getElementById(t+t).checked=!0,n.pdcSubmissionList[t].row_color="#ffffcc")}}else if("Select Records"==n.edt.SelectOption){if(n.pdcSubmissionList.length>=n.edt.txt_filter_range)for(t=0;t<n.edt.txt_filter_range;t++)document.getElementById(t+t).checked=!0,n.pdcSubmissionList[t].row_color="#ffffcc"}else if("Cheque Amount between"==n.edt.SelectOption){if(2<=(e=null!=n.edt.txt_filter_range?n.edt.txt_filter_range.split("-"):e).length)for(t=0;t<n.pdcSubmissionList.length;t++)n.pdcSubmissionList[t].ps_amount>=e[0]&&n.pdcSubmissionList[t].ps_amount<=e[1]&&(document.getElementById(t+t).checked=!0,n.pdcSubmissionList[t].row_color="#ffffcc")}else if("Cheque Series between"==n.edt.SelectOption&&2<=(e=null!=n.edt.txt_filter_range?n.edt.txt_filter_range.split("-"):e).length){n.minchkno=0;for(a=n.maxchkno=0;a<e.length;a++)0==a?n.minchkno=parseInt(e[0]):n.maxchkno=parseInt(e[1]);for(t=0;t<n.pdcSubmissionList.length;t++)n.pdcSubmissionList[t].ps_cheque_no>=n.minchkno&&n.pdcSubmissionList[t].ps_cheque_no<=n.maxchkno&&(document.getElementById(t+t).checked=!0,n.pdcSubmissionList[t].row_color="#ffffcc")}},n.Export=function(){swal({title:"",text:"Are you sure you want to Save PDC Chque Status Details Report.xls?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){e&&alasql('SELECT * INTO XLS("PDC Chque Status Details Report.xls",{headers:true})  FROM HTML("#fixTable",{headers:true,skipdisplaynone:true})')})},n.showdate=function(e,t){var a=e.split("-")[0],o=e.split("-")[1],e=e.split("-")[2];n.temp[t]=a+"-"+o+"-"+e},n.block1.pc_submission_date=_+"-"+c+"-"+e,n.block1.pdc_clearance_date=_+"-"+c+"-"+e,n.block1.pdc_return_date=_+"-"+c+"-"+e,n.current_date=new Date(n.current_date),$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0,format:"dd-mm-yyyy"})}])}(),function(){"use strict";angular.module("sims.module.Scheduling").controller("LearntronCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(a,e,t,o,s,n,i){var d=t.globals.currentUser.username;a.data1=function(t){a.disable(),n.post(i.apiUrl+"api/bell/insertupdate_ClassSubject").then(function(e){a.msg1=e.data,""!=a.msg1?(swal({title:"Alert",text:a.msg1,width:300,height:200}),e={comn_audit_user_name:d,comn_audit_user_appl_code:"Lrnton",comn_audit_ip:t,comn_audit_dns:null,comn_audit_remark:a.msg1},n.post(i.apiUrl+"api/bell/Insert_Learntron_user_audit_data",e).then(function(e){a.msg1=e.data})):swal({text:"No New Records To Update",imageUrl:"assets/img/notification-alert.png",width:300,height:200}),a.enable()})},a.data2=function(t){a.disable(),n.post(i.apiUrl+"api/bell/insertupdate_student_section_subject").then(function(e){a.msg1=e.data,""!=a.msg1?(swal({title:"Alert",text:a.msg1,width:300,height:200}),e={comn_audit_user_name:d,comn_audit_user_appl_code:"Lrnton",comn_audit_ip:t,comn_audit_dns:null,comn_audit_remark:a.msg1},n.post(i.apiUrl+"api/bell/Insert_Learntron_user_audit_data",e).then(function(e){a.msg1=e.data})):swal({text:"No New Records To Update",imageUrl:"assets/img/notification-alert.png",width:300,height:200}),a.enable()})},a.data3=function(t){a.disable(),n.post(i.apiUrl+"api/bell/insertupdate_homeroom_batch_student").then(function(e){a.msg1=e.data,""!=a.msg1?(swal({title:"Alert",text:a.msg1,width:300,height:200}),e={comn_audit_user_name:d,comn_audit_user_appl_code:"Lrnton",comn_audit_ip:t,comn_audit_dns:null,comn_audit_remark:a.msg1},n.post(i.apiUrl+"api/bell/Insert_Learntron_user_audit_data",e).then(function(e){a.msg1=e.data})):swal({text:"No New Records To Update",imageUrl:"assets/img/notification-alert.png",width:300,height:200}),a.enable()})},a.data4=function(t){a.disable(),n.post(i.apiUrl+"api/bell/insertupdate_TeacherMaster").then(function(e){a.msg1=e.data,""!=a.msg1?(swal({title:"Alert",text:a.msg1,width:300,height:200}),e={comn_audit_user_name:d,comn_audit_user_appl_code:"Lrnton",comn_audit_ip:t,comn_audit_dns:null,comn_audit_remark:a.msg1},n.post(i.apiUrl+"api/bell/Insert_Learntron_user_audit_data",e).then(function(e){a.msg1=e.data})):swal({text:"No New Records To Update",imageUrl:"assets/img/notification-alert.png",width:300,height:200}),a.enable()})},a.data5=function(t){a.disable(),n.post(i.apiUrl+"api/bell/insertupdate_homeroom_teacher").then(function(e){a.msg1=e.data,""!=a.msg1?(swal({title:"Alert",text:a.msg1,width:300,height:200}),e={comn_audit_user_name:d,comn_audit_user_appl_code:"Lrnton",comn_audit_ip:t,comn_audit_dns:null,comn_audit_remark:a.msg1},n.post(i.apiUrl+"api/bell/Insert_Learntron_user_audit_data",e).then(function(e){a.msg1=e.data})):swal({text:"No New Records To Update",imageUrl:"assets/img/notification-alert.png",width:300,height:200}),a.enable()})},a.data6=function(t){a.disable(),n.post(i.apiUrl+"api/bell/insertupdate_section_subject_teacher").then(function(e){a.msg1=e.data,""!=a.msg1?(swal({title:"Alert",text:a.msg1,width:300,height:200}),e={comn_audit_user_name:d,comn_audit_user_appl_code:"Lrnton",comn_audit_ip:t,comn_audit_dns:null,comn_audit_remark:a.msg1},n.post(i.apiUrl+"api/bell/Insert_Learntron_user_audit_data",e).then(function(e){a.msg1=e.data})):swal({text:"No New Records To Update",imageUrl:"assets/img/notification-alert.png",width:300,height:200}),a.enable()})},a.disable=function(){$("#loader").modal({backdrop:"static",keyboard:!1}),a.dis_cls_subj=!0,a.dis_std_sec_subj=!0,a.dis_batch_std=!0,a.dis_teacher=!0,a.dis_hr_teacher=!0,a.dis_sec_subj_teacher=!0},a.enable=function(){a.dis_cls_subj=!1,a.dis_std_sec_subj=!1,a.dis_batch_std=!1,a.dis_teacher=!1,a.dis_hr_teacher=!1,a.dis_sec_subj_teacher=!1,$("#loader").modal("hide"),$(".modal-backdrop").removeClass("modal-backdrop")}}])}(),function(){"use strict";var e=angular.module("sims.module.Scheduling");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("teacherTimeTableCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","$filter","ENV",function(s,e,t,a,o,n,i,d){var c;s.display=!1,s.pagesize="10",s.pageindex="0",s.pager=!0,s.grid=!0,s.currentPage=0,s.items=[],s.url=d.apiUrl+"Content/"+n.defaults.headers.common.schoolId,s.edt={},s.countData=[{val:5,data:5},{val:10,data:10},{val:15,data:15}],a(function(){$("#fixTable").tableHeadFixer({top:1})},100),s.size=function(e){"All"===e?(s.currentPage="1",s.filteredTodos=s.items,s.pager=!1):(s.pager=!0,s.pagesize=e,s.currentPage=1,s.numPerPage=e,s.makeTodos())},s.index=function(e){s.pageindex=e,s.currentPage=e,s.makeTodos(),l.checked=!1,s.row1=""},s.filteredTodos=[],s.currentPage=1,s.numPerPage=10,s.maxSize=10,s.makeTodos=function(){var e=parseInt(s.totalItems%s.numPerPage),e=(s.pagersize="0"===e?parseInt(s.totalItems/s.numPerPage):parseInt(s.totalItems/s.numPerPage)+1,(s.currentPage-1)*s.numPerPage),t=parseInt(e)+parseInt(s.numPerPage);s.filteredTodos=s.todos.slice(e,t)},s.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).sims_timetable_cur_name.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_timetable_employee_id.toLowerCase().indexOf(t.toLowerCase())||-1<e.employee_name.toLowerCase().indexOf(t.toLowerCase())||e.sims_timetable_number===t;var t})},s.GlobalSearch=function(e){t.visible_stud=!1,t.visible_parent=!1,t.visible_search_parent=!1,t.visible_teacher=!0,t.visible_User=!1,t.visible_Employee=!1,t.chkMulti=!1,t.visible_UnassignedStudent=!1,t.visible_UnassignedParent=!1,s.global_Search_click(),$("#Global_Search_Modal").modal({backdrop:"static"})},s.$on("global_cancel",function(e){0<s.SelectedUserLst.length&&(s.edt.sims_timetable_employee_id=s.SelectedUserLst[0].user_name)}),s.search=function(){s.todos=s.searched(s.items,s.searchText),s.totalItems=s.todos.length,s.currentPage="1",""===s.searchText&&(s.todos=s.items),s.makeTodos(),l.checked=!1,s.CheckAllChecked()},s.CheckAllChecked=function(){if(!0===(l=document.getElementById("mainchk")).checked)for(var e=0;e<s.filteredTodos.length;e++)document.getElementById(s.filteredTodos[e].sims_timetable_number+e).checked=!0,s.row1="row_selected";else for(let e=0;e<s.filteredTodos.length;e++)document.getElementById(s.filteredTodos[e].sims_timetable_number+e).checked=!1,l.checked=!1,s.row1=""},s.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),s.color="#edefef"}),!0===(l=document.getElementById("mainchk")).checked&&(l.checked=!1,s.color="#edefef",s.row1="")},s.getgrid=function(){n.get(d.apiUrl+"api/common/teacherTimeTable/GetAll_Sims_Timetable_file").then(function(e){s.display=!1,s.grid=!0,s.items=e.data,0<s.items.length?(s.table=!0,s.pager=!0,3<s.countData.length&&s.countData.splice(3,1),s.countData.push({val:s.items.length,data:"All"}),s.totalItems=s.items.length,s.todos=s.items,s.currentPage=1,s.makeTodos()):(s.table=!1,swal({title:"Alert",text:"Record Not Found",width:300,height:200}),s.filteredTodos=[])})},n.get(d.apiUrl+"api/common/teacherTimeTable/GetAll_Sims_Timetable_file").then(function(e){s.display=!1,s.grid=!0,s.items=e.data,0<s.items.length?(s.table=!0,s.pager=!0,3<s.countData.length&&s.countData.splice(3,1),s.countData.push({val:s.items.length,data:"All"}),s.totalItems=s.items.length,s.todos=s.items,s.makeTodos()):(s.table=!1,swal({title:"Alert",text:"Record Not Found",width:300,height:200}),s.filteredTodos=[])}),n.get(d.apiUrl+"api/common/getCuriculum").then(function(e){s.cmbcur=e.data,0<e.data.length&&(s.edt.sims_timetable_cur=e.data[0].sims_cur_code,s.curChange(s.edt.sims_timetable_cur))}),s.curChange=function(e){n.get(d.apiUrl+"api/common/getAcademicYear?curCode="+e).then(function(e){s.cmbAcademic=e.data,0<e.data.length&&(s.edt.sims_academic_year=e.data[0].sims_academic_year,s.academicChange(s.edt.sims_academic_year))})},s.range=function(){for(var e=[],t=s.currentPage,a=t=t>s.pageCount()-5?s.pageCount()-5+1:t;a<t+5;a++)0<=a&&e.push(a);return e},s.prevPage=function(){0<s.currentPage&&s.currentPage--},s.prevPageDisabled=function(){return 0===s.currentPage?"disabled":""},s.pageCount=function(){return Math.ceil(s.items.length/s.itemsPerPage)-1},s.nextPage=function(){s.currentPage<s.pageCount()&&s.currentPage++},s.nextPageDisabled=function(){return s.currentPage===s.pageCount()?"disabled":""},s.setPage=function(e){s.currentPage=e},s.edit=function(e){s.display=!0,s.grid=!1,s.save1=!1,s.update1=!0,s.editflg=!0,s.edt={sims_timetable_cur:e.sims_timetable_cur,sims_academic_year:e.sims_academic_year,sims_timetable_employee_id:e.sims_timetable_employee_id,sims_timetable_filename:e.sims_timetable_filename,sims_timetable_status:e.sims_timetable_status,sims_timetable_number:e.sims_timetable_number,sims_timetable_url:e.sims_timetable_url},s.curChange(e.sims_timetable_cur)},s.downloaddoc=function(e){s.url=d.docUrl+n.defaults.headers.common.schoolId+"/Images/Docs/timetable/"+e,window.open(s.url)},s.Update=function(e){e.$valid&&(e=(e=document.getElementById("txt_Section_name")).options[e.selectedIndex].text+(e=document.getElementById("txt_name_en")).options[e.selectedIndex].text+document.getElementById("empId").value+"."+r,e={method:"POST",url:d.apiUrl+"api/common/teacherTimeTable/upload?filename="+e+"&location=Docs/timetable",data:m,headers:{"Content-Type":void 0}},n(e).success(function(e){var t=[],a=s.edt;a.opr="U","false"!==e&&(a.sims_timetable_filename=e),t.push(a),n.post(d.apiUrl+"api/common/teacherTimeTable/Insert_Sims_Timetable_File",t).then(function(e){s.ins=e.data,!0===e.data?(swal({title:"Alert",text:"Record Updated Successfully."}),s.getgrid()):!1===e.data?swal({title:"Alert",text:"Record Not Updated ."}):swal("Error-"+s.ins)})}))},s.Save=function(e){e.$valid&&(e=(e=document.getElementById("txt_Section_name")).options[e.selectedIndex].text+(e=document.getElementById("txt_name_en")).options[e.selectedIndex].text+document.getElementById("empId").value+"."+r,e={method:"POST",url:d.apiUrl+"api/common/teacherTimeTable/upload?filename="+e+"&location=Docs/timetable",data:m,headers:{"Content-Type":void 0}},n(e).success(function(e){var t=[],a=s.edt;a.opr="I",a.sims_timetable_filename=e,t.push(a),n.post(d.apiUrl+"api/common/teacherTimeTable/Insert_Sims_Timetable_File",t).then(function(e){s.ins=e.data,!0===e.data?(swal({title:"Alert",text:"Record Inserted Successfully."}),s.getgrid()):!1===e.data?swal({title:"Alert",text:"Record Not Inserted."}):swal("Error-"+s.ins)})}))},s.New=function(){s.edt={},s.grid=!1,s.display=!0,s.update1=!1,s.save1=!0,s.editflg=!1,s.Myform.$setPristine(),s.Myform.$setUntouched(),s.edt={},s.edt.sims_timetable_status=!0,0<s.cmbcur.length&&(s.edt.sims_timetable_cur=s.cmbcur[0].sims_cur_code,s.curChange(s.edt.sims_timetable_cur)),0<s.cmbAcademic.length&&(s.edt.sims_academic_year=s.cmbAcademic[0].sims_academic_year,s.academicChange(s.edt.sims_academic_year))};s.chk=function(){if(l=document.getElementById("chk_min"),!0===l.checked)for(var e=0;e<s.items.length;e++)s.items[e].sims_timetable_number1=!0;else for(e=0;e<s.items.length;e++)s.items[e].sims_timetable_number1=!1,l.checked=!1,s.row1=""};var l,r="",m=(s.Delete=function(){var o=[];s.flag=!1;for(var e,t=0;t<s.filteredTodos.length;t++)!0===document.getElementById(s.filteredTodos[t].sims_timetable_number+t).checked&&(s.flag=!0,e={sims_timetable_number:s.filteredTodos[t].sims_timetable_number,sims_timetable_cur:s.filteredTodos[t].sims_timetable_cur,sims_academic_year:s.filteredTodos[t].sims_academic_year,sims_timetable_employee_id:s.filteredTodos[t].sims_timetable_employee_id,sims_timetable_filename:s.filteredTodos[t].sims_timetable_filename,opr:"D"},o.push(e));s.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)n.post(d.apiUrl+"api/common/teacherTimeTable/Insert_Sims_Timetable_File",o).then(function(e){!0===e.data?(swal({title:"Alert",text:"Record Deleted Successfully."}),s.getgrid()):!1===e.data?swal({title:"Alert",text:"Record Not Deleted."}):swal("Error-"+e.data)});else{!0===(l=document.getElementById("mainchk")).checked&&(l.checked=!1);for(var t=0;t<s.filteredTodos.length;t++){var a=document.getElementById(s.filteredTodos[t].sims_timetable_number+t);!0===a.checked&&(a.checked=!1,l.checked=!1,$("tr").removeClass("row_selected"))}}}):swal({text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}),s.currentPage=1},s.cancel=function(){s.grid=!0,s.display=!1,s.update1=!1,s.save1=!1,s.editflg=!1},new FormData);s.getTheFiles=function(e){s.filesize=!0,angular.forEach(e,function(e,t){m.append(t,e)})},s.file_changed=function(e,t){c=e.files[0],s.photo_filename=c.name;e=s.photo_filename.split("."),r=s.photo_filename.split(".")[e.length-1],s.edt1={sims_timetable_filename:s.photo_filename},$.extend(s.edt,s.edt1),s.photo_filename=c.type,e=new FileReader;e.onload=function(e){s.$apply(function(){s.prev_img=e.target.result})},e.readAsDataURL(c)},s.uploadClick=function(e){s.filesize=!0,m=new FormData}}]),e.directive("ngFiles",["$parse",function(s){return{link:function(t,e,a){var o=s(a.ngFiles);e.on("change",function(e){o(t,{$files:e.target.files})})}}}])}(),function(){"use strict";var e=angular.module("sims.module.Scheduling");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("teacherTimeTableViewCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","$filter","ENV",function(s,e,t,a,o,n,i,d){var c;s.display=!1,s.pagesize="10",s.pageindex="0",s.pager=!0,s.grid=!0,s.currentPage=0,s.items=[],s.url=d.apiUrl+"Content/"+n.defaults.headers.common.schoolId,s.edt={},s.countData=[{val:5,data:5},{val:10,data:10},{val:15,data:15}],a(function(){$("#fixTable").tableHeadFixer({top:1})},100),s.size=function(e){"All"==e?(s.currentPage="1",s.filteredTodos=s.items,s.pager=!1):(s.pager=!0,s.pagesize=e,s.currentPage=1,s.numPerPage=e,s.makeTodos())},s.index=function(e){s.pageindex=e,s.currentPage=e,s.makeTodos(),l.checked=!1,s.row1=""},s.filteredTodos=[],s.currentPage=1,s.numPerPage=10,s.maxSize=10,s.makeTodos=function(){var e=parseInt(s.totalItems%s.numPerPage),e=(s.pagersize="0"==e?parseInt(s.totalItems/s.numPerPage):parseInt(s.totalItems/s.numPerPage)+1,(s.currentPage-1)*s.numPerPage),t=parseInt(e)+parseInt(s.numPerPage);s.filteredTodos=s.todos.slice(e,t)},s.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).sims_timetable_cur_name.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_timetable_employee_id.toLowerCase().indexOf(t.toLowerCase())||-1<e.employee_name.toLowerCase().indexOf(t.toLowerCase())||e.sims_timetable_number==t;var t})},s.GlobalSearch=function(e){t.visible_stud=!1,t.visible_parent=!1,t.visible_search_parent=!1,t.visible_teacher=!0,t.visible_User=!1,t.visible_Employee=!1,t.chkMulti=!1,t.visible_UnassignedStudent=!1,t.visible_UnassignedParent=!1,s.global_Search_click(),$("#Global_Search_Modal").modal({backdrop:"static"})},s.$on("global_cancel",function(e){0<s.SelectedUserLst.length&&(s.edt.sims_timetable_employee_id=s.SelectedUserLst[0].user_name)}),s.search=function(){s.todos=s.searched(s.items,s.searchText),s.totalItems=s.todos.length,s.currentPage="1",""==s.searchText&&(s.todos=s.items),s.makeTodos(),l.checked=!1,s.CheckAllChecked()},s.CheckAllChecked=function(){if(1==(l=document.getElementById("mainchk")).checked)for(var e=0;e<s.filteredTodos.length;e++)document.getElementById(s.filteredTodos[e].sims_timetable_number+e).checked=!0,s.row1="row_selected";else for(e=0;e<s.filteredTodos.length;e++)document.getElementById(s.filteredTodos[e].sims_timetable_number+e).checked=!1,l.checked=!1,s.row1=""},s.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),s.color="#edefef"}),1==(l=document.getElementById("mainchk")).checked&&(l.checked=!1,s.color="#edefef",s.row1="")},s.getgrid=function(){n.get("api/common/teacherTimeTable/GetAll_Sims_Timetable_fileUser?user="+t.globals.currentUser.username).then(function(e){s.display=!1,s.grid=!0,s.items=e.data,0<s.items.length?(s.table=!0,s.pager=!0,3<s.countData.length&&s.countData.splice(3,1),s.countData.push({val:s.items.length,data:"All"}),s.totalItems=s.items.length,s.todos=s.items,s.currentPage=1,s.makeTodos()):(s.table=!1,swal({text:"Record Not Found",imageUrl:"assets/img/notification-alert.png",width:300,height:200}),s.filteredTodos=[])})},n.get(d.apiUrl+"api/common/teacherTimeTable/GetAll_Sims_Timetable_fileUser?user="+t.globals.currentUser.username).then(function(e){s.display=!1,s.grid=!0,s.items=e.data,0<s.items.length?(s.table=!0,s.pager=!0,3<s.countData.length&&s.countData.splice(3,1),s.countData.push({val:s.items.length,data:"All"}),s.totalItems=s.items.length,s.todos=s.items,s.makeTodos()):(s.table=!1,swal({text:"Record Not Found",imageUrl:"assets/img/notification-alert.png",width:300,height:200}),s.filteredTodos=[])}),n.get(d.apiUrl+"api/common/getCuriculum").then(function(e){s.cmbcur=e.data}),s.curChange=function(e){n.get(d.apiUrl+"api/common/getAcademicYear?curCode="+e).then(function(e){s.cmbAcademic=e.data})},s.range=function(){for(var e=[],t=s.currentPage,a=t=t>s.pageCount()-5?s.pageCount()-5+1:t;a<t+5;a++)0<=a&&e.push(a);return e},s.prevPage=function(){0<s.currentPage&&s.currentPage--},s.prevPageDisabled=function(){return 0===s.currentPage?"disabled":""},s.pageCount=function(){return Math.ceil(s.items.length/s.itemsPerPage)-1},s.nextPage=function(){s.currentPage<s.pageCount()&&s.currentPage++},s.nextPageDisabled=function(){return s.currentPage===s.pageCount()?"disabled":""},s.setPage=function(e){s.currentPage=e},s.edit=function(e){s.display=!0,s.grid=!1,s.save1=!1,s.update1=!0,s.editflg=!0,s.edt={sims_timetable_cur:e.sims_timetable_cur,sims_academic_year:e.sims_academic_year,sims_timetable_employee_id:e.sims_timetable_employee_id,sims_timetable_filename:e.sims_timetable_filename,sims_timetable_status:e.sims_timetable_status,sims_timetable_number:e.sims_timetable_number},s.curChange(e.sims_timetable_cur)},s.downloaddoc=function(e){s.url=d.docUrl+n.defaults.headers.common.schoolId+"/Images/Docs/timetable/"+e,window.open(s.url)},s.Update=function(e){e.$valid&&(e=(e=document.getElementById("txt_Section_name")).options[e.selectedIndex].text+(e=document.getElementById("txt_name_en")).options[e.selectedIndex].text+document.getElementById("empId").value+"."+r,e={method:"POST",url:d.apiUrl+"api/common/teacherTimeTable/upload?filename="+e+"&location=Docs/timetable",data:m,headers:{"Content-Type":void 0}},n(e).success(function(e){var t=[],a=s.edt;a.opr="U","false"!==e&&(a.sims_timetable_filename=e),t.push(a),n.post(d.apiUrl+"api/common/teacherTimeTable/Insert_Sims_Timetable_File",t).then(function(e){s.ins=e.data,1==e.data?(swal({title:"Alert",text:"Record Updated Successfully."}),s.getgrid()):0==e.data?swal({title:"Alert",text:"Record Not Updated ."}):swal("Error-"+s.ins)})}))},s.Save=function(e){e.$valid&&(e=(e=document.getElementById("txt_Section_name")).options[e.selectedIndex].text+(e=document.getElementById("txt_name_en")).options[e.selectedIndex].text+document.getElementById("empId").value+"."+r,e={method:"POST",url:d.apiUrl+"api/common/teacherTimeTable/upload?filename="+e+"&location=Docs/timetable",data:m,headers:{"Content-Type":void 0}},n(e).success(function(e){var t=[],a=s.edt;a.opr="I",a.sims_timetable_filename=e,t.push(a),n.post(d.apiUrl+"api/common/teacherTimeTable/Insert_Sims_Timetable_File",t).then(function(e){s.ins=e.data,1==e.data?(swal({title:"Alert",text:"Record Inserted Successfully."}),s.getgrid()):0==e.data?swal({title:"Alert",text:"Record Not Inserted."}):swall("Error-"+s.ins)})}))},s.New=function(){s.edt={},s.grid=!1,s.display=!0,s.update1=!1,s.save1=!0,s.editflg=!1,s.Myform.$setPristine(),s.Myform.$setUntouched()};s.chk=function(){if(l=document.getElementById("chk_min"),1==l.checked)for(var e=0;e<s.items.length;e++)s.items[e].sims_timetable_number1=!0;else for(e=0;e<s.items.length;e++)s.items[e].sims_timetable_number1=!1,l.checked=!1,s.row1=""};var l,r="",m=(s.Delete=function(){var o=[];s.flag=!1;for(var e,t=0;t<s.filteredTodos.length;t++)1==document.getElementById(s.filteredTodos[t].sims_timetable_number+t).checked&&(s.flag=!0,e={sims_timetable_number:s.filteredTodos[t].sims_timetable_number,sims_timetable_cur:s.filteredTodos[t].sims_timetable_cur,sims_academic_year:s.filteredTodos[t].sims_academic_year,sims_timetable_employee_id:s.filteredTodos[t].sims_timetable_employee_id,sims_timetable_filename:s.filteredTodos[t].sims_timetable_filename,opr:"D"},o.push(e));s.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)n.post(d.apiUrl+"api/common/teacherTimeTable/Insert_Sims_Timetable_File",o).then(function(e){1==e.data?(swal({title:"Alert",text:"Record Deleted Successfully."}),s.getgrid()):0==e.data?swal({title:"Alert",text:"Record Not Deleted."}):swal("Error-"+e.data)});else{1==(l=document.getElementById("mainchk")).checked&&(l.checked=!1);for(var t=0;t<s.filteredTodos.length;t++){var a=document.getElementById(s.filteredTodos[t].sims_timetable_number+t);1==a.checked&&(a.checked=!1,l.checked=!1,$("tr").removeClass("row_selected"))}}}):swal({text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}),s.currentPage=1},s.cancel=function(){s.grid=!0,s.display=!1,s.update1=!1,s.save1=!1,s.editflg=!1},new FormData);s.getTheFiles=function(e){s.filesize=!0,angular.forEach(e,function(e,t){m.append(t,e)})},s.file_changed=function(e,t){c=e.files[0],s.photo_filename=c.name;e=s.photo_filename.split("."),r=s.photo_filename.split(".")[e.length-1],s.edt1={sims_timetable_filename:s.photo_filename},$.extend(s.edt,s.edt1),s.photo_filename=c.type,e=new FileReader;e.onload=function(e){s.$apply(function(){s.prev_img=e.target.result})},e.readAsDataURL(c)},s.uploadClick=function(e){s.filesize=!0,m=new FormData}}]),e.directive("ngFiles",["$parse",function(s){return{link:function(t,e,a){var o=s(a.ngFiles);e.on("change",function(e){o(t,{$files:e.target.files})})}}}])}(),function(){"use strict";var e=angular.module("sims.module.Scheduling");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("TeacherTimeTableByuserCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","$filter","ENV",function(s,e,t,a,o,n,i,d){var c,l=t.globals.currentUser.username;s.display=!1,s.pagesize="10",s.pageindex="0",s.pager=!0,s.grid=!0,s.currentPage=0,s.items=[],s.url=d.apiUrl+"Content/"+n.defaults.headers.common.schoolId,s.edt={},s.countData=[{val:5,data:5},{val:10,data:10},{val:15,data:15}],a(function(){$("#fixTable").tableHeadFixer({top:1})},100),s.size=function(e){"All"==e?(s.currentPage="1",s.filteredTodos=s.items,s.pager=!1):(s.pager=!0,s.pagesize=e,s.currentPage=1,s.numPerPage=e,s.makeTodos())},s.index=function(e){s.pageindex=e,s.currentPage=e,s.makeTodos(),r.checked=!1,s.row1=""},s.filteredTodos=[],s.currentPage=1,s.numPerPage=10,s.maxSize=10,s.makeTodos=function(){var e=parseInt(s.totalItems%s.numPerPage),e=(s.pagersize="0"==e?parseInt(s.totalItems/s.numPerPage):parseInt(s.totalItems/s.numPerPage)+1,(s.currentPage-1)*s.numPerPage),t=parseInt(e)+parseInt(s.numPerPage);s.filteredTodos=s.todos.slice(e,t)},s.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).sims_timetable_cur_name.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_timetable_employee_id.toLowerCase().indexOf(t.toLowerCase())||-1<e.employee_name.toLowerCase().indexOf(t.toLowerCase())||e.sims_timetable_number==t;var t})},s.GlobalSearch=function(e){t.visible_stud=!1,t.visible_parent=!1,t.visible_search_parent=!1,t.visible_teacher=!0,t.visible_User=!1,t.visible_Employee=!1,t.chkMulti=!1,t.visible_UnassignedStudent=!1,t.visible_UnassignedParent=!1,s.global_Search_click(),$("#Global_Search_Modal").modal({backdrop:"static"})},s.$on("global_cancel",function(e){0<s.SelectedUserLst.length&&(s.edt.sims_timetable_employee_id=s.SelectedUserLst[0].user_name)}),s.search=function(){s.todos=s.searched(s.items,s.searchText),s.totalItems=s.todos.length,s.currentPage="1",""==s.searchText&&(s.todos=s.items),s.makeTodos(),r.checked=!1,s.CheckAllChecked()},s.CheckAllChecked=function(){if(1==(r=document.getElementById("mainchk")).checked)for(var e=0;e<s.filteredTodos.length;e++)document.getElementById(s.filteredTodos[e].sims_timetable_number+e).checked=!0,s.row1="row_selected";else for(e=0;e<s.filteredTodos.length;e++)document.getElementById(s.filteredTodos[e].sims_timetable_number+e).checked=!1,r.checked=!1,s.row1=""},s.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),s.color="#edefef"}),1==(r=document.getElementById("mainchk")).checked&&(r.checked=!1,s.color="#edefef",s.row1="")},s.getgrid=function(){n.get(d.apiUrl+"api/common/teacherTimeTable/GetAll_Sims_Timetable_fileUser?user="+l).then(function(e){s.display=!1,s.grid=!0,s.items=e.data,0<s.items.length?(s.table=!0,s.pager=!0,3<s.countData.length&&s.countData.splice(3,1),s.countData.push({val:s.items.length,data:"All"}),s.totalItems=s.items.length,s.todos=s.items,s.currentPage=1,s.makeTodos()):(s.table=!1,swal({title:"Alert",text:"Record Not Found",width:300,height:200}),s.filteredTodos=[])})},n.get(d.apiUrl+"api/common/teacherTimeTable/GetAll_Sims_Timetable_fileUser?user="+l).then(function(e){s.display=!1,s.grid=!0,s.items=e.data,0<s.items.length?(s.table=!0,s.pager=!0,3<s.countData.length&&s.countData.splice(3,1),s.countData.push({val:s.items.length,data:"All"}),s.totalItems=s.items.length,s.todos=s.items,s.makeTodos()):(s.table=!1,swal({title:"Alert",text:"Record Not Found",width:300,height:200}),s.filteredTodos=[])}),n.get(d.apiUrl+"api/common/getCuriculum").then(function(e){s.cmbcur=e.data,0<e.data.length&&(s.edt.sims_timetable_cur=e.data[0].sims_cur_code,s.curChange(s.edt.sims_timetable_cur))}),s.curChange=function(e){n.get(d.apiUrl+"api/common/getAcademicYear?curCode="+e).then(function(e){s.cmbAcademic=e.data,0<e.data.length&&(s.edt.sims_academic_year=e.data[0].sims_academic_year,s.academicChange(s.edt.sims_academic_year))})},s.range=function(){for(var e=[],t=s.currentPage,a=t=t>s.pageCount()-5?s.pageCount()-5+1:t;a<t+5;a++)0<=a&&e.push(a);return e},s.prevPage=function(){0<s.currentPage&&s.currentPage--},s.prevPageDisabled=function(){return 0===s.currentPage?"disabled":""},s.pageCount=function(){return Math.ceil(s.items.length/s.itemsPerPage)-1},s.nextPage=function(){s.currentPage<s.pageCount()&&s.currentPage++},s.nextPageDisabled=function(){return s.currentPage===s.pageCount()?"disabled":""},s.setPage=function(e){s.currentPage=e},s.edit=function(e){s.display=!0,s.grid=!1,s.save1=!1,s.update1=!0,s.editflg=!0,s.edt={sims_timetable_cur:e.sims_timetable_cur,sims_academic_year:e.sims_academic_year,sims_timetable_employee_id:e.sims_timetable_employee_id,sims_timetable_filename:e.sims_timetable_filename,sims_timetable_status:e.sims_timetable_status,sims_timetable_number:e.sims_timetable_number},s.curChange(e.sims_timetable_cur)},s.downloaddoc=function(e){s.url=d.docUrl+n.defaults.headers.common.schoolId+"/Images/Docs/timetable/"+e,window.open(s.url)},s.Update=function(e){e.$valid&&(e=(e=document.getElementById("txt_Section_name")).options[e.selectedIndex].text+(e=document.getElementById("txt_name_en")).options[e.selectedIndex].text+document.getElementById("empId").value+"."+m,e={method:"POST",url:d.apiUrl+"api/common/teacherTimeTable/upload?filename="+e+"&location=Docs/timetable",data:p,headers:{"Content-Type":void 0}},n(e).success(function(e){var t=[],a=s.edt;a.opr="U","false"!==e&&(a.sims_timetable_filename=e),t.push(a),n.post(d.apiUrl+"api/common/teacherTimeTable/Insert_Sims_Timetable_File",t).then(function(e){s.ins=e.data,1==e.data?(swal({title:"Alert",text:"Record Updated Successfully."}),s.getgrid()):0==e.data?swal({title:"Alert",text:"Record Not Updated ."}):swal("Error-"+s.ins)})}))},s.Save=function(e){e.$valid&&(e=(e=document.getElementById("txt_Section_name")).options[e.selectedIndex].text+(e=document.getElementById("txt_name_en")).options[e.selectedIndex].text+document.getElementById("empId").value+"."+m,e={method:"POST",url:d.apiUrl+"api/common/teacherTimeTable/upload?filename="+e+"&location=Docs/timetable",data:p,headers:{"Content-Type":void 0}},n(e).success(function(e){var t=[],a=s.edt;a.opr="I",a.sims_timetable_filename=e,t.push(a),n.post(d.apiUrl+"api/common/teacherTimeTable/Insert_Sims_Timetable_File",t).then(function(e){s.ins=e.data,1==e.data?(swal({title:"Alert",text:"Record Inserted Successfully."}),s.getgrid()):0==e.data?swal({title:"Alert",text:"Record Not Inserted."}):swal("Error-"+s.ins)})}))},s.New=function(){s.edt={},s.grid=!1,s.display=!0,s.update1=!1,s.save1=!0,s.editflg=!1,s.Myform.$setPristine(),s.Myform.$setUntouched(),s.edt={},s.edt.sims_timetable_status=!0,0<s.cmbcur.length&&(s.edt.sims_timetable_cur=s.cmbcur[0].sims_cur_code,s.curChange(s.edt.sims_timetable_cur)),0<s.cmbAcademic.length&&(s.edt.sims_academic_year=s.cmbAcademic[0].sims_academic_year,s.academicChange(s.edt.sims_academic_year))};s.chk=function(){if(r=document.getElementById("chk_min"),1==r.checked)for(var e=0;e<s.items.length;e++)s.items[e].sims_timetable_number1=!0;else for(e=0;e<s.items.length;e++)s.items[e].sims_timetable_number1=!1,r.checked=!1,s.row1=""};var r,m="",p=(s.Delete=function(){var o=[];s.flag=!1;for(var e,t=0;t<s.filteredTodos.length;t++)1==document.getElementById(s.filteredTodos[t].sims_timetable_number+t).checked&&(s.flag=!0,e={sims_timetable_number:s.filteredTodos[t].sims_timetable_number,sims_timetable_cur:s.filteredTodos[t].sims_timetable_cur,sims_academic_year:s.filteredTodos[t].sims_academic_year,sims_timetable_employee_id:s.filteredTodos[t].sims_timetable_employee_id,sims_timetable_filename:s.filteredTodos[t].sims_timetable_filename,opr:"D"},o.push(e));s.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)n.post(d.apiUrl+"api/common/teacherTimeTable/Insert_Sims_Timetable_File",o).then(function(e){1==e.data?(swal({title:"Alert",text:"Record Deleted Successfully."}),s.getgrid()):0==e.data?swal({title:"Alert",text:"Record Not Deleted."}):swal("Error-"+e.data)});else{1==(r=document.getElementById("mainchk")).checked&&(r.checked=!1);for(var t=0;t<s.filteredTodos.length;t++){var a=document.getElementById(s.filteredTodos[t].sims_timetable_number+t);1==a.checked&&(a.checked=!1,r.checked=!1,$("tr").removeClass("row_selected"))}}}):swal({text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}),s.currentPage=1},s.cancel=function(){s.grid=!0,s.display=!1,s.update1=!1,s.save1=!1,s.editflg=!1},new FormData);s.getTheFiles=function(e){s.filesize=!0,angular.forEach(e,function(e,t){p.append(t,e)})},s.file_changed=function(e,t){c=e.files[0],s.photo_filename=c.name;e=s.photo_filename.split("."),m=s.photo_filename.split(".")[e.length-1],s.edt1={sims_timetable_filename:s.photo_filename},$.extend(s.edt,s.edt1),s.photo_filename=c.type,e=new FileReader;e.onload=function(e){s.$apply(function(){s.prev_img=e.target.result})},e.readAsDataURL(c)},s.uploadClick=function(e){s.filesize=!0,p=new FormData}}]),e.directive("ngFiles",["$parse",function(s){return{link:function(t,e,a){var o=s(a.ngFiles);e.on("change",function(e){o(t,{$files:e.target.files})})}}}])}(),function(){"use strict";var r,e=angular.module("sims.module.Scheduling");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("asctimetableImportExportCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(d,e,t,a,o,_,c){var s=new Date,l=(("0"+s.getDate()).slice(-2),("0"+(s.getMonth()+1)).slice(-2),s.getFullYear(),t.globals.currentUser.username),n=(d.temp={},_.get(c.apiUrl+"api/asctimetable/getCuriculum").then(function(e){d.cur_data=e.data,d.temp.sims_cur_code=d.cur_data[0].sims_cur_code,d.academic_year(d.cur_data[0].sims_cur_code)}),d.academic_year=function(e){_.get(c.apiUrl+"api/asctimetable/getAcademicYear?curCode="+e).then(function(e){d.aca_year=e.data,d.temp.sims_academic_year=d.aca_year[0].sims_academic_year,d.getbellcode(d.temp.sims_academic_year)})},d.getbellcode=function(e){_.get(c.apiUrl+"api/asctimetable/getbellCode?acyear="+e).then(function(e){d.bellcode=e.data,d.temp.sims_bell_code=d.bellcode[0].sims_bell_code,d.getmappingClass(),d.getmappingDays(),d.getSlotcodde(),d.getTeacherData(),d.getSubjectData()})},d.getGrade=function(){var e={opr:"J",curcode:d.temp.sims_cur_code,academic_year:d.temp.sims_academic_year,bell_code:d.temp.sims_bell_code};_.post(c.apiUrl+"api/asctimetable/MappingData",e).then(function(e){d.grades=e.data.table})},d.getmappingClass=function(){var e={opr:"H",academic_year:d.temp.sims_academic_year,bell_code:d.temp.sims_bell_code};_.post(c.apiUrl+"api/asctimetable/MappingData",e).then(function(e){d.mappingclass=e.data.table,d.getGrade()})},d.getmappingClass(),d.getmappingDays=function(){var e={opr:"M",academic_year:d.temp.sims_academic_year,bell_code:d.temp.sims_bell_code};_.post(c.apiUrl+"api/asctimetable/MappingData",e).then(function(e){d.mappingDays=e.data.table,d.getDayscodde()})},d.getmappingDays(),d.getDayscodde=function(){_.post(c.apiUrl+"api/asctimetable/MappingData",{opr:"V"}).then(function(e){d.Dayscode=e.data.table})},d.getSlotcodde=function(){var e={opr:"SL",academic_year:d.temp.sims_academic_year,bell_code:d.temp.sims_bell_code};_.post(c.apiUrl+"api/asctimetable/MappingData",e).then(function(e){d.slotcodes=e.data.table})},d.getmappingSlot=function(){var e={opr:"ST",academic_year:d.temp.sims_academic_year,bell_code:d.temp.sims_bell_code};_.post(c.apiUrl+"api/asctimetable/MappingData",e).then(function(e){d.mappingSlots=e.data.table,d.getSlotcodde()})},d.getmappingSlot(),d.getmappingTeacher=function(){var e={opr:"TT",academic_year:d.temp.sims_academic_year,bell_code:d.temp.sims_bell_code};_.post(c.apiUrl+"api/asctimetable/MappingData",e).then(function(e){d.mappingTeachers=e.data.table,d.getTeacherData()})},d.getmappingTeacher(),d.getTeacherData=function(){var e={opr:"ET",curcode:d.temp.sims_cur_code,academic_year:d.temp.sims_academic_year,bell_code:d.temp.sims_bell_code};_.post(c.apiUrl+"api/asctimetable/MappingData",e).then(function(e){d.Teachersdata=e.data.table})},d.getmappingSubject=function(){var e={opr:"BT",academic_year:d.temp.sims_academic_year,bell_code:d.temp.sims_bell_code};_.post(c.apiUrl+"api/asctimetable/MappingData",e).then(function(e){d.mappingSubject=e.data.table,d.getSubjectData()})},d.getmappingSubject(),d.getSubjectData=function(){var e={opr:"CT",academic_year:d.temp.sims_academic_year,bell_code:d.temp.sims_bell_code};_.post(c.apiUrl+"api/asctimetable/MappingData",e).then(function(e){d.Subjectdata=e.data.table})},d.selectBell=function(){d.getmappingClass(),d.getmappingDays(),d.getmappingSlot(),d.getmappingTeacher(),d.getmappingSubject()},d.CheckAllChecked=function(){Employee_code=[],r=document.getElementById("mainchk");for(var e=0;e<d.filteredTodos.length;e++){var t=d.filteredTodos[e].sims_teacher_code,t=document.getElementById(t);1==r.checked?(t.checked=!0,Employee_code=Employee_code+d.filteredTodos[e].sims_teacher_code+",",d.row1="row_selected"):(t.checked=!1,r.checked=!1,d.row1="")}},d.CheckOnebyOneDelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),d.color="#edefef"}),1==(r=document.getElementById("mainchk")).checked&&(r.checked=!1,d.row1="")},d.classAlreadySelected=function(t,a){null!=t.sims_grade_code?_.post(c.apiUrl+"api/asctimetable/MappingData",{opr:"H"}).then(function(e){console.log(e.data),d.mappingclassNew=e.data.table,angular.forEach(d.mappingclassNew,function(e){null!=e.sims_bell_code&&t.sims_grade_code==e.sims_grade_code&&t.sims_bell_code==e.sims_bell_code&&(d.mappingclass[a].sims_grade_code="",swal("Class already mapped")),0<d.mappingclass[a].sims_grade_code.length?d.mappingclass[a].ischange=!0:d.mappingclass[a].ischange=!1})}):d.mappingclass[a].ischange=!1},d.dayAlreadySelected=function(t,a){null!=t.daycode?_.post(c.apiUrl+"api/asctimetable/MappingData",{opr:"M"}).then(function(e){console.log(e.data),d.mappingDaysNew=e.data.table,angular.forEach(d.mappingDaysNew,function(e){t.daycode==e.daycode&&(d.mappingDays[a].daycode="",swal("Day already mapped")),0<d.mappingDays[a].daycode.length?d.mappingDays[a].ischange=!0:d.mappingDays[a].ischange=!1})}):d.mappingDays[a].ischange=!1},d.slotSelected=function(t,a){null!=t.slotcode?_.post(c.apiUrl+"api/asctimetable/MappingData",{opr:"ST"}).then(function(e){console.log(e.data),d.mappingSlotsNew=e.data.table,angular.forEach(d.mappingSlotsNew,function(e){t.slotcode==e.slotcode&&(d.mappingSlots[a].slotcode="",swal("Slot already mapped")),0<d.mappingSlots[a].slotcode.length?d.mappingSlots[a].ischange=!0:d.mappingSlots[a].ischange=!1})}):d.mappingSlots[a].ischange=!1},d.teacherSelected=function(t,a){null!=t.sims_teacher_code?_.post(c.apiUrl+"api/asctimetable/MappingData",{opr:"TT"}).then(function(e){console.log(e.data),d.mappingTeachersNew=e.data.table,angular.forEach(d.mappingTeachersNew,function(e){t.sims_teacher_code==e.sims_teacher_code&&(d.mappingTeachers[a].sims_teacher_code="",swal("Teacher already mapped")),0<d.mappingTeachers[a].sims_teacher_code.length?d.mappingTeachers[a].ischange=!0:d.mappingTeachers[a].ischange=!1})}):d.mappingTeachers[a].ischange=!1},d.subjectSelected=function(t,a){null!=t.sims_subject_code?_.post(c.apiUrl+"api/asctimetable/MappingData",{opr:"BT"}).then(function(e){console.log(e.data),d.mappingSubjectNew=e.data.table,angular.forEach(d.mappingSubjectNew,function(e){t.sims_subject_code==e.sims_subject_code&&(d.mappingSubject[a].sims_subject_code="",swal("Subject already mapped")),0<d.mappingSubject[a].sims_subject_code.length?d.mappingSubject[a].ischange=!0:d.mappingSubject[a].ischange=!1})}):d.mappingSubject[a].ischange=!1},d.SaveClassData=function(){d.datasend=[];for(var e,t=0;t<d.mappingclass.length;t++)1==d.mappingclass[t].ischange&&""!=d.mappingclass[t].sims_grade_code&&(e=d.mappingclass[t].sims_grade_code.split(","),e={curcode:d.temp.sims_cur_code,academic_year:d.temp.sims_academic_year,gradecode:e[0],sectioncode:e[1],bell_code:d.temp.sims_bell_code,classid:d.mappingclass[t].id,opr:"K"},d.datasend.push(e),console.log);0<d.datasend.length?_.post(c.apiUrl+"api/asctimetable/Insert_aScMappingData",d.datasend).then(function(e){d.msg1=e.data,1==d.msg1?swal({text:"Mapping Updated Successfully",imageUrl:"assets/img/check.png",width:320,showCloseButton:!0}):0==d.msg1?swal({text:"Mapping Not Updated. ",imageUrl:"assets/img/close.png",width:320,showCloseButton:!0}):swal("Error-"+d.msg1)}):swal({text:"Please select at least one record",imageUrl:"assets/img/notification-alert.png",width:340,showCloseButton:!0})},d.SaveDaysData=function(){d.datasend=[];for(var e,t=0;t<d.mappingDays.length;t++)1==d.mappingDays[t].ischange&&""!=d.mappingDays[t].daycode&&(e={curcode:d.temp.sims_cur_code,academic_year:d.temp.sims_academic_year,daycode:d.mappingDays[t].daycode,bell_code:d.temp.sims_bell_code,daysid:d.mappingDays[t].id,opr:"X"},d.datasend.push(e));0<d.datasend.length?_.post(c.apiUrl+"api/asctimetable/Insert_aScMappingData",d.datasend).then(function(e){d.msg1=e.data,1==d.msg1?swal({text:"Mapping Updated Successfully",imageUrl:"assets/img/check.png",width:320,showCloseButton:!0}):0==d.msg1?swal({text:"Mapping Not Updated. ",imageUrl:"assets/img/close.png",width:320,showCloseButton:!0}):swal("Error-"+d.msg1)}):swal({text:"Please select at least one record",imageUrl:"assets/img/notification-alert.png",width:340,showCloseButton:!0})},d.SaveSlotsData=function(){d.datasend=[];for(var e,t=0;t<d.mappingSlots.length;t++)1==d.mappingSlots[t].ischange&&""!=d.mappingSlots[t].slotcode&&(e={curcode:d.temp.sims_cur_code,academic_year:d.temp.sims_academic_year,slotcode:d.mappingSlots[t].slotcode,bell_code:d.temp.sims_bell_code,period:d.mappingSlots[t].period,opr:"SO"},d.datasend.push(e));0<d.datasend.length?_.post(c.apiUrl+"api/asctimetable/Insert_aScMappingData",d.datasend).then(function(e){d.msg1=e.data,1==d.msg1?swal({text:"Mapping Updated Successfully",imageUrl:"assets/img/check.png",width:320,showCloseButton:!0}):0==d.msg1?swal({text:"Mapping Not Updated. ",imageUrl:"assets/img/close.png",width:320,showCloseButton:!0}):swal("Error-"+d.msg1)}):swal({text:"Please select at least one record",imageUrl:"assets/img/notification-alert.png",width:340,showCloseButton:!0})},d.SaveTeacherData=function(){d.datasend=[];for(var e,t=0;t<d.mappingTeachers.length;t++)1==d.mappingTeachers[t].ischange&&""!=d.mappingTeachers[t].sims_teacher_code&&(e={empid:(e=d.mappingTeachers[t].sims_teacher_code.split(","))[0],teachercode:e[1],bell_code:d.temp.sims_bell_code,teachersid:d.mappingTeachers[t].id,opr:"GT"},d.datasend.push(e));0<d.datasend.length?_.post(c.apiUrl+"api/asctimetable/Insert_aScMappingData",d.datasend).then(function(e){d.msg1=e.data,1==d.msg1?swal({text:"Mapping Updated Successfully",imageUrl:"assets/img/check.png",width:320,showCloseButton:!0}):0==d.msg1?swal({text:"Mapping Not Updated. ",imageUrl:"assets/img/close.png",width:320,showCloseButton:!0}):swal("Error-"+d.msg1),d.getTeacherData()}):swal({text:"Please select at least one record",imageUrl:"assets/img/notification-alert.png",width:340,showCloseButton:!0})},d.SaveSubjectData=function(){d.datasend=[];for(var e,t=0;t<d.mappingSubject.length;t++)1==d.mappingSubject[t].ischange&&""!=d.mappingSubject[t].sims_subject_code&&(e={subjectcode:d.mappingSubject[t].sims_subject_code,bell_code:d.temp.sims_bell_code,subjectid:d.mappingSubject[t].id,opr:"IT"},d.datasend.push(e));0<d.datasend.length?_.post(c.apiUrl+"api/asctimetable/Insert_aScMappingData",d.datasend).then(function(e){d.msg1=e.data,1==d.msg1?swal({text:"Mapping Updated Successfully",imageUrl:"assets/img/check.png",width:320,showCloseButton:!0}):0==d.msg1?swal({text:"Mapping Not Updated. ",imageUrl:"assets/img/close.png",width:320,showCloseButton:!0}):swal("Error-"+d.msg1),d.getSubjectData()}):swal({text:"Please select at least one record",imageUrl:"assets/img/notification-alert.png",width:340,showCloseButton:!0})},d.importvisible=!1,new FormData);d.getTheFiles=function(e){d.flag=0,angular.forEach(e,function(e,t){n.append(t,e)})},d.file_changed=function(e){var t=e.files[0],t=(d.filename=e.files[0],d.photo_filename=t.type,new FileReader),a=document.getElementById("file1").files[0],o=(t.onloadend=function(e){d.data=e.target.result;e=function e(t){var a={};if(1==t.nodeType){if(0<t.attributes.length){a={};for(var o=0;o<t.attributes.length;o++){var s=t.attributes.item(o);a[s.nodeName]=s.nodeValue}}}else 3==t.nodeType&&(a=t.nodeValue);var n=[].slice.call(t.childNodes).filter(function(e){return 3===e.nodeType});if(t.hasChildNodes()&&t.childNodes.length===n.length)a=[].slice.call(t.childNodes).reduce(function(e,t){return e+t.nodeValue},"");else if(t.hasChildNodes())for(var i=0;i<t.childNodes.length;i++){var d,_=t.childNodes.item(i),c=_.nodeName;void 0===a[c]?a[c]=e(_):(void 0===a[c].push&&(d=a[c],a[c]=[],a[c].push(d)),a[c].push(e(_)))}return a}((new DOMParser).parseFromString(d.data,"text/xml"));console.log(e),d.timetableData=[],d.periods=[],d.daysdefs=[],d.weeksdefs=[],d.termsdefs=[],d.subjects=[],d.teachers=[],d.classrooms=[],d.grades=[],d.classes=[],d.groups=[],d.student=[],d.lessons=[],d.cards=[],angular.forEach(e,function(e,t){angular.forEach(e.periods.period,function(e,t){e={opr:"P",period:e.period,periodName:e.name,periodShort:e.short,starttime:e.starttime,endtime:e.endtime};d.periods.push(e)}),angular.forEach(e.daysdefs.daysdef,function(e,t){e={opr:"D",daysid:e.id,days:e.days,daysName:e.name,daysShort:e.short};d.daysdefs.push(e)}),angular.forEach(e.weeksdefs,function(e,t){e={opr:"W",weeksid:e.id,weeks:e.weeks,weeksName:e.name,weeksShort:e.short};d.weeksdefs.push(e)}),angular.forEach(e.termsdefs,function(e,t){e={opr:"T",termsid:e.id,terms:e.terms,termsName:e.name,termsShort:e.short};d.termsdefs.push(e)}),angular.forEach(e.subjects.subject,function(e,t){e={opr:"S",subjectsid:e.id,subjectsName:e.name,subjectsShort:e.short,subjectsPartnerid:e.partner_id};d.subjects.push(e)}),angular.forEach(e.teachers.teacher,function(e,t){e={opr:"E",teachersid:e.id,teachersName:e.name,teachersShort:e.short,gender:e.gender,color:e.color,teachersEmail:e.email,teachersMobile:e.mobile,teachersPartnerid:e.partner_id,teachersFirstname:e.firstname,teachersLastname:e.lastname};d.teachers.push(e)}),angular.forEach(e.classrooms.classroom,function(e,t){e={opr:"C",classroomsid:e.id,classroomsName:e.name,classroomsShort:e.short,classroomsCapacity:e.capacity,buildingid:e.buildingid,classroomsPartnerid:e.partner_id};d.classrooms.push(e)}),angular.forEach(e.grades.grade,function(e,t){e={opr:"G",grade:e.grade,gradesName:e.name,gradesShort:e.short};d.grades.push(e)}),angular.forEach(e.classes.class,function(e,t){e={opr:"L",classesid:e.id,classesName:e.name,classesShort:e.short,classroomids:e.classroomids,teacherid:e.teacherid,classesGrade:e.grade,classesPartnerid:e.partner_id};d.classes.push(e)}),angular.forEach(e.groups.group,function(e,t){e={opr:"R",groupsid:e.id,classid:e.classid,groupsName:e.name,entireclass:e.entireclass,divisiontag:e.divisiontag,studentcount:e.studentcount,studentids:e.studentids};d.groups.push(e)}),angular.forEach(e.students.student,function(e,t){e={opr:"U",studentsid:e.id,classid:e.classid,studentsName:e.name,number:e.number,studentsEmail:e.email,studentsMobile:e.mobile,studentsPartnerid:e.partner_id,studentsFirstname:e.firstname,studentsLastname:e.lastname};d.students.push(e)}),angular.forEach(e.lessons.lesson,function(e,t){e={opr:"O",lessonsid:e.id,subjectid:e.subjectid,classids:e.classids,groupids:e.groupids,teacherids:e.teacherids,classroomids:e.classroomids,periodspercard:e.periodspercard,periodsperweek:e.periodsperweek,daysdefid:e.daysdefid,weeksdefid:e.weeksdefid,termsdefid:e.termsdefid,seminargroup:e.seminargroup,lessonsCapacity:e.capacity,lessonsPartnerid:e.partner_id};d.lessons.push(e)}),angular.forEach(e.cards.card,function(e,t){e={opr:"Q",lessonid:e.lessonid,period:e.period,cardsDays:e.days,cardsWeeks:e.weeks,cardsTerms:e.terms,classroomids:e.classroomids};d.cards.push(e)})}),d.timetableData.push(d.periods),d.timetableData.push(d.daysdefs),d.timetableData.push(d.weeksdefs),d.timetableData.push(d.termsdefs),d.timetableData.push(d.subjects),d.timetableData.push(d.teachers),d.timetableData.push(d.classrooms),d.timetableData.push(d.grades),console.log(d.grades),d.timetableData.push(d.classes),d.timetableData.push(d.groups),d.timetableData.push(d.lessons),d.timetableData.push(d.cards),console.log(d.timetableData)},t.readAsBinaryString(a),e.files);new Date;if(o.length)for(var s=new FormData,n=0;n<o.length;n++){o[n].name.split(".");s.append(o[n].name,o[n],"Web\\"+o[n].name.replace(/\s/g,""))}t=d.filename.name,a={method:"POST",url:c.apiUrl+"api/AssignmentUpload/upload1?filename="+t+"&location=Images/aScTimetable/",data:s,headers:{"Content-Type":void 0}};_(a).success(function(e){c.AWS.includes(_.defaults.headers.common.schoolId)&&(e=e.substring(e.lastIndexOf("/")+1)),_.post(c.apiUrl+"api/asctimetable/Insert_uploadFileDetails?bellcode="+d.temp.sims_bell_code+"&filename="+e+"&uploadedby="+l).then(function(e){})}),angular.forEach(angular.element("input[type='file']"),function(e){angular.element(e).val(null)})},d.importData=function(){null!=d.timetableData?(d.importbtn=!0,_.post(c.apiUrl+"api/asctimetable/Insert_aScData",d.timetableData).then(function(e){console.log(e.data),e.data?(d.importbtn=!1,d.getmappingClass(),swal("Data Successfully imported")):(d.importbtn=!1,d.mesg="some data not imported")})):(d.importbtn=!1,swal("Select file first"))},d.SyncTimetable=function(){d.editversionshow=!1,$("body").removeClass("viewtt"),$("#fixTable .trrow").removeClass("activetr"),d.pendingShow=!0,d.loaderShow=!0,$(".contentpart td.dropabletd").html("").removeClass("occupied").addClass("emptd").attr("slotgid",""),$(".contentpart td.count_td").html(""),$("#pendingsubid").html(""),$(".slotArea").removeClass("editmode").attr("version",""),$("#fixTable .trrow").each(function(e,t){d.mappingclass[i].sims_grade_code.split(",");var a={Opr:"BS",academic_year:d.temp.sims_academic_year,bell_code:d.temp.sims_bell_code,curcode:d.temp.sims_cur_code};console.log(a),_.post(c.apiUrl+"api/asctimetable/Synctimetable",a).then(function(e){d.pendingArr=[],d.PendingViewd=!1,d.insertingPendingsFlag=!1,d.pendingShow=!1,d.loaderShow=!1}).then(function(){})})},d.uploadClick=function(){n=new FormData},d.templateData=function(e){d.url=c.docUrl+_.defaults.headers.common.schoolId+"/Images/aScTimetable/"+e,window.open(d.url,"_new")}}])}(),function(){"use strict";var e=angular.module("sims.module.TimeTable");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("SubstitueLectureDetailsReportCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(i,e,t,a,o,s,n){i.temp={};var d=(l=new Date).getDate(),c=l.getMonth()+1,l=(l.getFullYear(),i.temp.report_status="D",$(function(){$("#bell_box").multipleSelect({width:"100%"}),$("#teacher_box").multipleSelect({width:"100%",filter:!0})}),new Date);(d=l.getDate())<10&&(d="0"+d);(c=l.getMonth()+1)<10&&(c="0"+c);var r=l.getFullYear();i.sdate=d+"-"+c+"-"+r,i.edate=d+"-"+c+"-"+r,i.mom_start_date=d+"-"+c+"-"+r,i.mom_end_date=d+"-"+c+"-"+r,$(function(){$("#chkmarks").click(function(){$(this).is(":checked")?($("#fdate").attr("disabled","disabled"),i.mom_start_date=""):($("#fdate").removeAttr("disabled"),$("#fdate").focus(),i.mom_start_date=d+"-"+c+"-"+r)})}),$(function(){$("#chkmarks1").click(function(){$(this).is(":checked")?($("#fdate").attr("disabled","disabled"),i.mom_end_date=""):($("#fdate").removeAttr("disabled"),$("#fdate").focus(),i.mom_end_date=d+"-"+c+"-"+r)})}),s.get(n.apiUrl+"api/lecturedetails/getCuriculum").then(function(e){i.sims_cur=e.data,0<e.data.length&&(i.temp.sims_cur_code=e.data[0].sims_cur_code,i.getAccYear(e.data[0].sims_cur_code))}),i.getAccYear=function(e){s.get(n.apiUrl+"api/lecturedetails/getAcademicYear?curCode="+e).then(function(e){if(i.academic_year=e.data,0<e.data.length)for(var t=0;t<i.academic_year.length;t++)"C"==i.academic_year[t].sims_academic_year_status&&(i.temp.sims_academic_year=i.academic_year[t].sims_academic_year,i.getBellData(i.academic_year[t].sims_academic_year),i.getAllteachercode(i.academic_year[t].sims_academic_year))})},i.getBellData=function(){s.get(n.apiUrl+"api/lecturedetails/getbell_code?academic_year="+i.temp.sims_academic_year).then(function(e){i.bell_data=e.data,setTimeout(function(){$("#bell_box").change(function(){}).multipleSelect({width:"100%"})},1e3)})},i.getAllteachercode=function(){s.get(n.apiUrl+"api/lecturedetails/getAllteacher?academic_year="+i.temp.sims_academic_year+"&bell_code="+i.temp.sims_bell_code).then(function(e){i.teacher_data=e.data,setTimeout(function(){$("#teacher_box").change(function(){}).multipleSelect({width:"100%",filter:!0})},1e3)})},i.getsubdetail=function(){i.colsvis=!1,s.get(n.apiUrl+"api/lecturedetails/getSubstitueLectureDetailsReport?mom_start_date="+i.mom_start_date+"&mom_end_date="+i.mom_end_date+"&bell_code="+i.temp.sims_bell_code+"&teacher_code="+i.temp.sims_teacher_code+"&report_status="+i.temp.report_status).then(function(e){0<e.data.length?i.report_data_new=e.data:(swal({title:"Alert",text:" Sorry !!!!Data is not Available",showCloseButton:!0,width:300,height:200}),i.report_data_new=[]),"S"==i.temp.report_status?(i.showsumaryField=!0,i.detailsField=!1):(i.showsumaryField=!1,i.detailsField=!0)})},i.searched=function(e,t){return _.filter(e,function(e){return searchUtil(e,t)})},i.colname=null,i.reverse=!1,i.sort=function(e){i.colname=e,i.reverse=i.colname===e&&!i.reverse},a(function(){$("#customers").tableHeadFixer({top:1})},100),i.colsvis=!1,i.exportData=function(){i.colsvis=!0,swal({title:"Alert",text:"Do you want to Export in MS-Excel?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){var t;e&&("S"==i.temp.report_status?(t=new Blob([document.getElementById("rpt_data").innerHTML],{type:"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;charset=utf-8"}),i.detailsField=!1):(t=new Blob([document.getElementById("rpt_data1").innerHTML],{type:"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;charset=utf-8"}),i.showsumaryField=!1),saveAs(t,"SubstituteLectureDetailsReport.xls"),i.colsvis=!1,i.getsubdetail())}),i.colsvis=!0},i.print=function(){i.colsvis=!0,swal({title:"Alert",text:"Do you want to Print?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){var t,a,o,s,n;e&&("S"==i.temp.report_status?(t=document.head.outerHTML,a=document.getElementById("rpt_data").outerHTML,o="location=yes, statusbar=no, menubar=no, titlebar=no, toolbar=no,dependent=no, width=800, height=600, resizable=yes, screenX=250, screenY=10, personalbar=no, scrollbars=yes",(n=(s=window.open("","_blank",o)).document).open(),n.write("<!doctype html><html>"+t+'<body onLoad="window.print()">'+a+"</body></html>"),n.close(),s.focus(),i.detailsField=!1):(t=document.head.outerHTML,a=document.getElementById("rpt_data1").outerHTML,o="location=yes, statusbar=no, menubar=no, titlebar=no, toolbar=no,dependent=no, width=800, height=600, resizable=yes, screenX=250, screenY=10, personalbar=no, scrollbars=yes",(n=(s=window.open("","_blank",o)).document).open(),n.write("<!doctype html><html>"+t+'<body onLoad="window.print()">'+a+"</body></html>"),n.close(),s.focus()),i.colsvis=!1,i.getsubdetail())}),i.colsvis=!0},i.reset_data=function(){try{$("#bell_box").multipleSelect("uncheckAll")}catch(e){}try{$("#teacher_box").multipleSelect("uncheckAll")}catch(e){}i.temp.sims_bell_code="",i.temp.sims_cur_code="",i.temp.sims_academic_year="",i.mom_start_date="",i.mom_end_date="",i.report_data_new=[]},i.viewsubtitution=function(t){$("#MyModal6").modal("show"),s.get(n.apiUrl+"api/lecturedetails/getSubstitutionfromDetails?bell_code="+t.sims_bell_code+"&cur_teacher="+t.current_teacher_code+"&sub_teacher="+t.sub_teacher_code+"&date="+t.sims_bell_substitution_date).then(function(e){i.subformdetails=e.data,i.current_teacher_name=i.subformdetails[0].current_teacher_name,i.day_date=i.subformdetails[0].day_date,i.sub_teacher_name=i.subformdetails[0].sub_teacher_name,i.approved_by=i.subformdetails[0].approved_by,i.remark=i.subformdetails[0].remark,i.time=t.time})},i.send_email=function(e){i.savedata=[];e={mom_start_date:i.mom_start_date,mom_end_date:i.mom_end_date,sims_bell_code:e.sims_bell_code,sims_teacher_code:e.sub_teacher_code,report_status:""};i.savedata.push(e),s.post(n.apiUrl+"api/lecturedetails/Insert_email",i.savedata).then(function(e){i.msg1=e.data,console.log("msg",e),1==i.msg1?($(document).ready(function(){i.datasend=[],i.savedata=[]}),swal({title:"Alert",text:"Email Sent successfully",imageUrl:"assets/img/check.png",width:300,height:200}),i.busy=!1,i.show_fail_students(i.fcommn.cur_code,i.fcommn.academic_year,i.fcommn.sims_grade_code,i.fcommn.sims_section_code,i.fcommn.sims_term_code)):(swal({title:"Alert",text:"Unable To Send Email. ",imageUrl:"assets/img/close.png",width:300,height:200}),i.busy=!1)})},i.printsubtitution=function(e){var t=document.head.outerHTML,a=document.getElementById("subform").outerHTML,o=window.open("","_blank","location=yes, statusbar=no, menubar=no, titlebar=no, toolbar=no,dependent=no, width=800, height=600, resizable=yes, screenX=250, screenY=10, personalbar=no, scrollbars=yes"),s=o.document;s.open(),s.write("<!doctype html><html>"+t+'<body onLoad="window.print()">'+a+"</body></html>"),s.close(),o.focus()}}])}(),function(){"use strict";var e=angular.module("sims.module.Setup");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("TestsCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","$filter","ENV",function(s,e,t,a,o,n,i,d){s.user_access=[],s.appcode=e.current.name.split(".");var c,l,r=t.globals.currentUser.username;s.display=!1,s.grid=!0,s.itemsPerPage="10",s.currentPage=0,s.items=[];s.getSelectedParam=function(e){n.get(d.apiUrl+"api/health/geteditParameter?test_code="+e.sims_health_test_code).then(function(e){if(s.paramList=e.data,0<s.paramList.length)for(var t=0;t<s.paramList.length;t++)for(var a=0;a<s.parameter.length;a++)s.paramList[t].sims_health_parameter_code==s.parameter[a].sims_health_parameter_code&&(s.parameter[a].parameter_check=!0,s.paramcheck.push(s.parameter[a]))})},s.New=function(){if(0==s.user_access.data_insert)swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200});else if(s.grid=!1,s.display=!0,s.save1=!0,s.update1=!1,s.delete1=!1,s.edit_code=!1,s.edt={},s.edit_code=!1,0<s.parameter.length)for(var e=0;e<s.parameter.length;e++)1==s.parameter[e].parameter_check&&(s.parameter[e].parameter_check=!1)},s.edit=function(e){if(s.paramList=[],s.paramcheck=[],s.getSelectedParam(e),0==s.user_access.data_update)swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200});else{for(var t=0;t<s.parameter.length;t++)s.parameter[t].parameter_check=!1;s.display=!0,s.grid=!1,s.save1=!1,s.update1=!0,s.delete1=!1,s.edt={sims_health_parameter_code:e.sims_health_parameter_code,sims_health_test_sr_no:e.sims_health_test_sr_no,sims_health_test_code:e.sims_health_test_code,sims_health_test_name_en:e.sims_health_test_name_en,sims_health_test_name_ot:e.sims_health_test_name_ot,sims_health_test_price:e.sims_health_test_price,sims_health_test_display_order:e.sims_health_test_display_order,sims_health_test_status:e.sims_health_test_status},s.sims_health_test_sr_no=e.sims_health_test_sr_no,s.sims_health_test_code=e.sims_health_test_code,s.edit_code=!0,s.Update=!0}},s.getparameter=function(){n.get(d.apiUrl+"api/health/getAllParameter").then(function(e){s.parameter=e.data})},s.getparameter(),s.getgrid=function(){n.get(d.apiUrl+"api/health/getAllTestDetails").then(function(e){s.TestMaster=e.data,s.totalItems=s.TestMaster.length,s.todos=s.TestMaster,s.makeTodos(),0<e.data.length?(s.Showsave=!1,s.rpt_list=e.data):swal("No Record Found")})},s.getgrid(),s.CheckAllChecked=function(){if(1==(m=document.getElementById("mainchk")).checked){for(var e=0;e<s.TestMaster.length;e++)document.getElementById("test-"+e).checked=!0,s.row1="row_selected",$("tr").addClass("row_selected");TestMaster}else for(e=0;e<s.TestMaster.length;e++)document.getElementById("test-"+e).checked=!1,m.checked=!1,s.row1=""},s.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),s.color="#edefef"});var e=document.getElementById("mainchk");1==e.checked&&(e.checked=!1,s.color="#edefef",s.row1="")},s.Save=function(e){l="";var t=[];if(e)if(0==s.update1){if((t=s.edt).opr="I",t.user=r,0<s.parameter.length)for(var a=0;a<s.parameter.length;a++)1==s.parameter[a].parameter_check&&(c=s.parameter[a].sims_health_parameter_code,l=l+","+c);t.sims_health_parameter_code=l,n.post(d.apiUrl+"api/health/Healthtest01",t).then(function(e){s.grid=!0,s.display=!1,s.msg1=e.data,1==s.msg1?swal({text:"Record Inserted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&s.getgrid()}):0==s.msg1?swal({text:"  Record not Inserted.",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}).then(function(e){e&&(s.getgrid(),s.getparameter())}):swal("Error-"+s.msg1)})}else s.Update2(e)},s.Update2=function(e){l="";var t=[];if(e&&1==s.update1){if((t=s.edt).opr="U",t.sims_health_test_sr_no=s.sims_health_test_sr_no,t.sims_health_test_code=s.sims_health_test_code,0<s.parameter.length)for(var a=0;a<s.parameter.length;a++)1==s.parameter[a].parameter_check&&(c=s.parameter[a].sims_health_parameter_code,l=l+","+c);t.sims_health_parameter_code=l,n.post(d.apiUrl+"api/health/Healthtest01",t).then(function(e){s.grid=!0,s.display=!1,s.msg1=e.data,1==s.msg1?swal({text:"Test  Detail Updated Successfully.",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&s.getgrid()}):0==s.msg1?swal({title:"Alert",text:"Record not Updated.",showCloseButton:!0,width:380}).then(function(e){e&&s.getgrid()}):swal("Error-"+s.msg1)})}},s.Delete=function(){if(0==s.user_access.data_delete)swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200});else{for(var o=[],e=0;e<s.TestMaster.length;e++)1==document.getElementById("test-"+e).checked&&(s.flag=!0,o={sims_health_test_sr_no:s.TestMaster[e].sims_health_test_sr_no,sims_health_test_code:s.TestMaster[e].sims_health_test_code,sims_health_test_name_en:s.TestMaster[e].sims_health_test_name_en,sims_health_test_name_ot:s.TestMaster[e].sims_health_test_name_ot,sims_health_test_price:s.TestMaster[e].sims_health_test_price,sims_health_test_display_order:s.TestMaster[e].sims_health_test_display_order,sims_health_test_status:s.TestMaster[e].sims_health_test_status,opr:"D"});s.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)n.post(d.apiUrl+"api/health/Healthtest01",o).then(function(e){s.msg1=e.data,1==s.msg1?swal({text:"Test  Details Deleted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&s.getgrid()}):0==s.msg1?swal({text:"Record Already Mapped.Can't be Deleted. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&s.getgrid()}):swal("Error-"+s.msg1)});else{1==(m=document.getElementById("mainchk")).checked&&(m.checked=!1);for(var t=0;t<s.TestMaster.length;t++){var a=document.getElementById("test-"+t);1==a.checked&&(a.checked=!1,$("tr").removeClass("row_selected"))}}}):swal({text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380})}},s.size=function(e){"All"==e?(s.currentPage="1",s.pager=!1):(s.pager=!0,s.pagesize=e,s.currentPage=1,s.numPerPage=e,s.numPerPage=e,console.log("numPerPage="+s.numPerPage),s.makeTodos())},s.index=function(e){s.pageindex=e,s.currentPage=e,console.log("currentPage="+s.currentPage),s.makeTodos(),m.checked=!1,s.CheckAllChecked()},s.TestMaster=[],s.currentPage=1,s.numPerPage=10,s.maxSize=10,s.makeTodos=function(){var e=parseInt(s.totalItems%s.numPerPage),e=(s.pagersize="0"==e?parseInt(s.totalItems/s.numPerPage):parseInt(s.totalItems/s.numPerPage)+1,(s.currentPage-1)*s.numPerPage),t=parseInt(e)+parseInt(s.numPerPage);console.log("begin="+e),console.log("end="+t),s.filteredTodos=s.todos.slice(e,t)},s.cancel=function(){s.grid=!0,s.display=!1,s.myForm.$setPristine(),s.myForm.$setUntouched()},s.searched=function(e,t){return _.filter(e,function(e){return searchUtil(e,t)})},s.range=function(){for(var e=[],t=s.currentPage,a=t=t>s.pageCount()-5?s.pageCount()-5+1:t;a<t+5;a++)0<=a&&e.push(a);return e},s.prevPage=function(){0<s.currentPage&&s.currentPage--},s.prevPageDisabled=function(){return 0===s.currentPage?"disabled":""},s.pageCount=function(){return Math.ceil(s.items.length/s.itemsPerPage)-1},s.nextPage=function(){s.currentPage<s.pageCount()&&s.currentPage++},s.nextPageDisabled=function(){return s.currentPage===s.pageCount()?"disabled":""},s.setPage=function(e){s.currentPage=e};var m}])}(),function(){"use strict";var e=angular.module("sims.module.Health");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("HealthReportCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(s,e,t,a,o,n,i){var d="A",_="",c=(s.view_new_addmission_only=!1,"");s.active_stud=!0,s.showdisabled=!0,a(function(){$("#example").tableHeadFixer({top:1})},100),$("#cmb_grade_code").multipleSelect({width:"100%",placeholder:"Select Grade"}),$("#cmb_section_code").multipleSelect({width:"100%",placeholder:"Select Section"});try{$("#cmb_grade_code").multipleSelect("uncheckAll")}catch(e){}try{$("#cmb_section_code").multipleSelect("uncheckAll")}catch(e){}function l(e,t){e?n.get(i.apiUrl+"api/ERP/Grade/getCuriculum_new").then(function(e){s.curriculum=e.data,s.edt={sims_cur_code:s.curriculum[0].sims_cur_code},s.getAccYear(s.edt.sims_cur_code)}):n.get(i.apiUrl+"api/ERP/Grade/getCuriculumfor_Company?comp_code="+t).then(function(e){s.curriculum=e.data,s.edt={sims_cur_code:s.curriculum[0].sims_cur_code},s.getAccYear(s.edt.sims_cur_code)})}s.exportData=function(){swal({title:"Alert",text:"Do you want to Export in MS-Excel?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){var o;e&&(s.fileName="Health Report",s.exportData1=[],(e=[]).push("Sr No"),!0===s.chk_enoll_no&&e.push("Enroll Number"),!0===s.chk_stu_name&&e.push("Student Name"),!0===s.chk_stu_first_name&&e.push("First Name"),!0===s.chk_stu_middel_name&&e.push("Middle Name"),!0===s.chk_stu_last_name&&e.push("Last Name"),!0===s.chk_stu_nickname&&e.push("Nickname"),!0===s.chk_stu_family_name&&e.push("Family Name"),!0===s.chk_stu_name_ol&&e.push("Student Name In Arabic/Other Language"),!0===s.chk_stu_first_name_ol&&e.push("First Name In Arabic/Other Language"),!0===s.chk_stu_middel_name_ol&&e.push("Middle Name In Arabic/Other Language"),!0===s.chk_stu_last_name_ol&&e.push("Last Name In Arabic/Other Language"),!0===s.chk_stu_family_name_ol&&e.push("Family Name In Arabic/Other Language"),!0===s.chk_stu_gander&&e.push("Gender"),!0===s.chk_stu_parent_id&&e.push("Parent ID"),!0===s.chk_stu_grade_name&&e.push("Grade Name"),!0===s.chk_stu_section_name&&e.push("Section Name"),!0===s.chk_stu_parent_father_email&&e.push("Father Email ID"),!0===s.chk_stu_parent_father_mobile&&e.push("Father Mobile"),!0===s.chk_stu_parent_mother_email&&e.push("Mother Email ID"),!0===s.chk_stu_parent_mother_mobile&&e.push("Mother Mobile"),!0===s.chk_stu_emergency_contact_name1&&e.push("Emergency Contact Name 1"),!0===s.chk_stu_emergency_contact_number1&&e.push("Emergency Contact Number 1"),!0===s.chk_stu_emergency_contact_name2&&e.push("Emergency Contact Name 2"),!0===s.chk_stu_emergency_contact_number2&&e.push("Emergency Contact Number 2"),!0===s.chk_stu_parent_guardian_email&&e.push("Guardian Email ID"),!0===s.chk_stu_parent_guardian_mobile&&e.push("Guardian Mobile"),!0===s.chk_stu_primary_contact_pref&&e.push("Primary Contact"),!0===s.chk_student_national_id&&e.push("National ID"),!0===s.chk_student_dob&&e.push("Student Dob"),!0===s.chk_joining_date&&e.push("Joining Date"),!0===s.chk_nationality&&e.push("Nationality"),!0===s.chk_bmi&&e.push("BMI"),!0===s.chk_pre_school&&e.push("Previous School Name"),!0===s.chk_health_card_number&&e.push("Health Card Number"),!0===s.chk_health_card_issue_date&&e.push("Health Card Issue Date"),!0===s.chk_health_card_expiry_date&&e.push("Health Card Expiry Date"),!0===s.chk_health_card_authority&&e.push("Health Card Issuing Authority"),!0===s.chk_health_blood_group&&e.push("Blood Group"),!0===s.chk_health_restriction_status&&e.push("Health Restriction Status"),!0===s.chk_health_restriction_desc&&e.push("Health Restriction Status Desciption"),!0===s.chk_health_disability_status&&e.push("Disability Discription"),!0===s.chk_health_mediciation_status&&e.push("Health Mediciation Status"),!0===s.chk_health_mediciation_desc&&e.push("Health Mediciation Discription"),!0===s.chk_health_other_status&&e.push("Health Other Status"),!0===s.chk_health_other_dec&&e.push("Health Other Discription"),!0===s.chk_health_hearing_status&&e.push("Health Hearing Status"),!0===s.chk_health_hearing_desc&&e.push("Health Hearing Description"),!0===s.chk_health_vision_status&&e.push("Health Vision Status"),!0===s.chk_health_vision_desc&&e.push("Health Vision Description"),!0===s.chk_health_other_disability_status&&e.push("Health Other Disability Status"),!0===s.chk_health_other_disability_desc&&e.push("Health Other Disability Description"),!0===s.chk_susceptibility_desc&&e.push("Medical Susceptibility"),!0===s.chk_susceptibility_desc1&&e.push("Medical Student Susceptibility"),!0===s.chk_health_height&&e.push("Height"),!0===s.chk_health_weight&&e.push("Weight"),!0===s.chk_health_teeth&&e.push("Teeth"),!0===s.chk_health_dr_name&&e.push("Doctor Name"),!0===s.chk_health_dr_phone&&e.push("Doctor Phone"),!0===s.chk_hospital_name&&e.push("Hospital Name"),!0===s.chk_hospital_phone&&e.push("Hospital Phone"),!0===s.chk_sims_medical_consent_health_records&&e.push("Medical Concent Health Record"),!0===s.chk_sims_medical_consent_immunization&&e.push("Medical Concent Immunization"),!0===s.chk_sims_medical_consent_emergency_treatment&&e.push("Medical Concent Emergency Treatment"),!0===s.chk_sims_medical_consent_medical_treatment&&e.push("Medical Concent Medical Treatment"),!0===s.chk_sims_medical_consent_over_the_counter_medicine&&e.push("Medical Concent over Counter Medicine"),!0===s.chk_sims_medical_consent_medicine_allowed&&e.push("Medical Concent Medicine Allowed"),!0===s.chk_sims_medical_consent_updated_on&&e.push("Medical Concent Updated On"),!0===s.chk_sims_medical_consent_approved_by&&e.push("Medical Concent Approved By"),!0===s.chk_sims_medical_consent_remark&&e.push("Medical Concent Remark"),s.exportData1.push(e),o=0,angular.forEach(s.studlist,function(e,t){o+=1;var a=[];a.push(o),!0===s.chk_enoll_no&&a.push(e.sims_enrollment_number),!0===s.chk_stu_name&&a.push(e.student_name),!0===s.chk_stu_first_name&&a.push(e.sims_student_passport_first_name_en),!0===s.chk_stu_middel_name&&a.push(e.sims_student_passport_middle_name_en),!0===s.chk_stu_last_name&&a.push(e.sims_student_passport_last_name_en),!0===s.chk_stu_nickname&&a.push(e.sims_student_nickname),!0===s.chk_stu_family_name&&a.push(e.sims_student_family_name_en),!0===s.chk_stu_name_ol&&a.push(e.sims_student_family_name_ot),!0===s.chk_stu_first_name_ol&&a.push(e.sims_student_passport_first_name_ot),!0===s.chk_stu_middel_name_ol&&a.push(e.sims_student_passport_middle_name_en_ot),!0===s.chk_stu_last_name_ol&&a.push(e.sims_student_passport_last_name_en_ot),!0===s.chk_stu_family_name_ol&&a.push(e.sims_student_family_name_ot),!0===s.chk_stu_gander&&a.push(e.sims_student_gender),!0===s.chk_stu_parent_id&&a.push(e.sims_sibling_parent_number),!0===s.chk_stu_grade_name&&a.push(e.sims_grade_name_en),!0===s.chk_stu_section_name&&a.push(e.sims_section_name_en),!0===s.chk_stu_parent_father_email&&a.push(e.sims_parent_father_email),!0===s.chk_stu_parent_father_mobile&&a.push(e.sims_parent_father_mobile),!0===s.chk_stu_parent_mother_email&&a.push(e.sims_parent_mother_email),!0===s.chk_stu_parent_mother_mobile&&a.push(e.sims_parent_mother_mobile),!0===s.chk_stu_emergency_contact_name1&&a.push(e.sims_student_emergency_contact_name1),!0===s.chk_stu_emergency_contact_number1&&a.push(e.sims_student_emergency_contact_number2),!0===s.chk_stu_emergency_contact_name2&&a.push(e.sims_student_emergency_contact_name1),!0===s.chk_stu_emergency_contact_number2&&a.push(e.sims_student_emergency_contact_number2),!0===s.chk_stu_parent_guardian_email&&a.push(e.sims_parent_guardian_email),!0===s.chk_stu_parent_guardian_mobile&&a.push(e.sims_parent_guardian_mobile),!0===s.chk_stu_primary_contact_pref&&a.push(e.sims_student_primary_contact_pref),!0===s.chk_student_national_id&&a.push(e.sims_student_national_id),!0===s.chk_student_dob&&a.push(e.sims_student_dob),!0===s.chk_joining_date&&a.push(e.sims_student_date),!0===s.chk_nationality&&a.push(e.sims_student_nationality_name),!0===s.chk_bmi&&a.push(e.sims_student_bmi),!0===s.chk_pre_school&&a.push(e.sims_student_prev_school),!0===s.chk_health_card_number&&a.push(e.sims_health_card_number),!0===s.chk_health_card_issue_date&&a.push(e.sims_health_card_issue_date),!0===s.chk_health_card_expiry_date&&a.push(e.sims_health_card_expiry_date),!0===s.chk_health_card_authority&&a.push(e.sims_health_card_issuing_authority),!0===s.chk_health_blood_group&&a.push(e.sims_blood_group_code),!0===s.chk_health_restriction_status&&a.push(e.sims_health_restriction_status),!0===s.chk_health_restriction_desc&&a.push(e.sims_health_restriction_desc),!0===s.chk_health_disability_status&&a.push(e.sims_disability_status),!0===s.chk_health_mediciation_status&&a.push(e.sims_medication_status),!0===s.chk_health_mediciation_desc&&a.push(e.sims_medication_desc),!0===s.chk_health_other_status&&a.push(e.sims_health_other_status),!0===s.chk_health_other_dec&&a.push(e.sims_health_other_desc),!0===s.chk_health_hearing_status&&a.push(e.sims_health_hearing_status),!0===s.chk_health_hearing_desc&&a.push(e.sims_health_hearing_desc),!0===s.chk_health_vision_status&&a.push(e.sims_health_vision_status),!0===s.chk_health_vision_desc&&a.push(e.sims_health_vision_desc),!0===s.chk_health_other_disability_status&&a.push(e.sims_health_other_disability_status),!0===s.chk_health_other_disability_desc&&a.push(e.sims_health_other_disability_desc),!0===s.chk_susceptibility_desc&&a.push(e.sims_susceptibility_desc),!0===s.chk_susceptibility_desc1&&a.push(e.sims_susceptibility_desc1),!0===s.chk_health_height&&a.push(e.sims_height),!0===s.chk_health_weight&&a.push(e.sims_wieght),!0===s.chk_health_teeth&&a.push(e.sims_teeth),!0===s.chk_health_dr_name&&a.push(e.sims_regular_doctor_name),!0===s.chk_health_dr_phone&&a.push(e.sims_regular_doctor_phone),!0===s.chk_hospital_name&&a.push(e.sims_regular_hospital_name),!0===s.chk_hospital_phone&&a.push(e.sims_regular_hospital_phone),!0===s.chk_sims_medical_consent_health_records&&a.push(e.sims_medical_consent_health_records),!0===s.chk_sims_medical_consent_immunization&&a.push(e.sims_medical_consent_immunization),!0===s.chk_sims_medical_consent_emergency_treatment&&a.push(e.sims_medical_consent_emergency_treatment),!0===s.chk_sims_medical_consent_medical_treatment&&a.push(e.sims_medical_consent_medical_treatment),!0===s.chk_sims_medical_consent_over_the_counter_medicine&&a.push(e.sims_medical_consent_over_the_counter_medicine),!0===s.chk_sims_medical_consent_medicine_allowed&&a.push(e.sims_medical_consent_medicine_allowed),!0===s.chk_sims_medical_consent_updated_on&&a.push(e.sims_medical_consent_updated_on),!0===s.chk_sims_medical_consent_approved_by&&a.push(e.sims_medical_consent_approved_by),!0===s.chk_sims_medical_consent_remark&&a.push(e.sims_medical_consent_remark),s.exportData1.push(a)}),s.exportexcel(s.exportData1))})},s.exportexcel=function(e){var t=new function e(){if(!(this instanceof e))return new e;this.SheetNames=[],this.Sheets={}},e=function(e){for(var t,a={},o={s:{c:1e7,r:1e7},e:{c:0,r:0}},s=0;s!=e.length;++s)for(var n=0;n!=e[s].length;++n){o.s.r>s&&(o.s.r=s),o.s.c>n&&(o.s.c=n),o.e.r<s&&(o.e.r=s),o.e.c<n&&(o.e.c=n);var i,d={v:e[s][n]};null!=d.v&&(i=XLSX.utils.encode_cell({c:n,r:s}),"number"==typeof d.v?d.t="n":"boolean"==typeof d.v?d.t="b":d.v instanceof Date?(d.t="n",d.z=XLSX.SSF._table[14],d.v=(t=d.v,void 0&&(t+=1462),(Date.parse(t)-new Date(Date.UTC(1899,11,30)))/864e5)):d.t="s",a[i]=d)}return o.s.c<1e7&&(a["!ref"]=XLSX.utils.encode_range(o)),a}(e),e=(t.SheetNames.push(s.fileName),t.Sheets[s.fileName]=e,XLSX.write(t,{bookType:"xlsx",bookSST:!0,type:"binary"}));saveAs(new Blob([function(e){for(var t=new ArrayBuffer(e.length),a=new Uint8Array(t),o=0;o!=e.length;++o)a[o]=255&e.charCodeAt(o);return t}(e)],{type:"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;charset=utf-8"}),s.fileName+".xlsx")},s.items=[{Name:"ANC101",Date:"10/02/2014",Terms:["samsung","nokia","apple"],temp:"ANC101"},{Name:"ABC102",Date:"10/02/2014",Terms:["motrolla","nokia","iPhone"],temp:"ANC102"}],s.busyindicator=!1,s.ShowCheckBoxes=!0,n.get(i.apiUrl+"api/ERP/Grade/getAccecssUser?user="+t.globals.currentUser.username).then(function(e){s.global_count_comp=e.data,s.global_count_comp?l(!0,s.user_details.comp):l(!1,s.user_details.comp)}),s.getAccYear=function(t){n.get(i.apiUrl+"api/common/getAcademicYear?curCode="+t).then(function(e){s.Acc_year=e.data,s.temp={sims_academic_year:s.Acc_year[0].sims_academic_year},s.getGrade(t,s.temp.sims_academic_year)})},s.GetGrade=function(){n.get(i.apiUrl+"api/common/getAllGrades?cur_code="+s.edt.sims_cur_code+"&academic_year="+s.temp.sims_academic_year).then(function(e){s.Grade_code=e.data,setTimeout(function(){$("#cmb_grade_code").change(function(){}).multipleSelect({width:"100%"})},1e3)})},s.getGrade=function(e,t){n.get(i.apiUrl+"api/common/getAllGrades?cur_code="+e+"&academic_year="+t).then(function(e){s.Grade_code=e.data,setTimeout(function(){$("#cmb_grade_code").change(function(){}).multipleSelect({width:"100%"})},1e3)})},$(function(){$("#cmb_grade_code").multipleSelect({width:"100%"})}),s.getSection=function(e,t,a){n.get(i.apiUrl+"api/StudentReport/getSectionFromGrade?cur_code="+s.edt.sims_cur_code+"&grade_code="+s.edt.sims_grade_code+"&academic_year="+s.temp.sims_academic_year).then(function(e){s.Section_code=e.data,setTimeout(function(){$("#cmb_section_code").change(function(){}).multipleSelect({width:"100%"})},1e3)})},$(function(){$("#cmb_section_code").multipleSelect({width:"100%"})}),s.Show_Data=function(e,t){null!=e&&null!=t?!0===s.chk_enoll_no||!0===s.chk_stu_name||!0===s.chk_stu_first_name||!0===s.chk_stu_middel_name||!0===s.chk_stu_last_name||!0===s.chk_stu_nickname||!0===s.chk_stu_family_name||!0===s.chk_stu_name_ol||!0===s.chk_stu_first_name_ol||!0===s.chk_stu_middel_name_ol||!0===s.chk_stu_last_name_ol||!0===s.chk_stu_family_name_ol||!0===s.chk_stu_gander||!0===s.chk_stu_parent_id||!0===s.chk_stu_grade_name||!0===s.chk_stu_section_name||!0===s.chk_stu_parent_father_email||!0===s.chk_stu_parent_father_mobile||!0===s.chk_stu_parent_mother_email||!0===s.chk_stu_parent_mother_mobile||!0===s.chk_stu_emergency_contact_name1||!0===s.chk_stu_emergency_contact_number1||!0===s.chk_stu_emergency_contact_name2||!0===s.chk_stu_emergency_contact_number2||!0===s.chk_stu_parent_guardian_email||!0===s.chk_stu_parent_guardian_mobile||!0===s.chk_stu_primary_contact_pref||!0===s.chk_student_national_id||!0===s.chk_health_card_issue_date||!0===s.chk_health_card_number||!0===s.chk_health_card_expiry_date||!0===s.chk_health_card_authority||!0===s.chk_health_blood_group||!0===s.chk_health_restriction_status||!0===s.chk_health_restriction_desc||!0===s.chk_health_disability_status||!0===s.chk_health_disability_desc||!0===s.chk_health_mediciation_status||!0===s.chk_health_mediciation_desc||!0===s.chk_health_other_status||!0===s.chk_health_other_dec||!0===s.chk_health_hearing_status||!0===s.chk_health_hearing_desc||!0===s.chk_health_vision_status||!0===s.chk_health_vision_desc||!0===s.chk_health_other_disability_status||!0===s.chk_health_other_disability_desc||!0===s.chk_susceptibility_desc||!0===s.chk_susceptibility_desc1||!0===s.chk_health_height||!0===s.chk_health_weight||!0===s.chk_health_teeth||!0===s.chk_health_dr_name||!0===s.chk_health_dr_phone||!0===s.chk_hospital_name||!0===s.chk_hospital_phone||!0===s.chk_sims_medical_consent_health_records||!0===s.chk_sims_medical_consent_immunization||!0===s.chk_sims_medical_consent_emergency_treatment||!0===s.chk_sims_medical_consent_medical_treatment||!0===s.chk_sims_medical_consent_over_the_counter_medicine||!0===s.chk_sims_medical_consent_medicine_allowed||!0===s.chk_sims_medical_consent_remark||!0===s.chk_sims_medical_consent_updated_on||!0===s.chk_sims_medical_consent_approved_by||!0===s.chk_student_dob||!0===s.chk_joining_date||!0===s.chk_nationality||!0===s.chk_bmi||!0===s.chk_pre_school?n.get(i.apiUrl+"api/LibraryAttribute/gethealthreport?cur_name="+s.edt.sims_cur_code+"&academic_year="+s.temp.sims_academic_year+"&grd_code="+s.edt.sims_grade_code+"&sec_code="+s.edt.sims_section_code+"&student_en="+s.edt.sims_student_enroll_number+"&sims_active="+d+"&sims_inactive="+_+"&sims_view_new_addmission_only="+c).then(function(e){s.studlist=e.data,0===s.studlist.length?(swal({title:"Alert",text:"Please Try Again Record Not Found...",showCloseButton:!0,width:450,height:200}),s.ShowCheckBoxes=!0):(s.table=!0,s.busyindicator=!0,s.ShowCheckBoxes=!1)}):swal({title:"Alert",text:"Please Select Atleast One Checkbox Then Try Again...",showCloseButton:!0,width:450,height:200}):swal({title:"Alert",text:"Please Select Curriculum & Academic Year Then Try Again...",showCloseButton:!0,width:450,height:200})},s.back=function(){s.table=!1,s.busyindicator=!1,s.ShowCheckBoxes=!0},s.checkallClick=function(e){e?(s.showdisabled=!1,s.chk_language_details=!0,s.chk_health_details=!0,s.chk_enoll_no=!0,s.chk_stu_name=!0,s.chk_stu_first_name=!0,s.chk_stu_middel_name=!0,s.chk_stu_last_name=!0,s.chk_stu_nickname=!0,s.chk_stu_family_name=!0,s.chk_stu_name_ol=!0,s.chk_stu_first_name_ol=!0,s.chk_stu_middel_name_ol=!0,s.chk_stu_last_name_ol=!0,s.chk_stu_family_name_ol=!0,s.chk_stu_gander=!0,s.chk_stu_parent_id=!0,s.chk_stu_grade_name=!0,s.chk_stu_section_name=!0,s.chk_stu_parent_father_email=!0,s.chk_stu_parent_father_mobile=!0,s.chk_stu_parent_mother_email=!0,s.chk_stu_parent_mother_mobile=!0,s.chk_stu_emergency_contact_name1=!0,s.chk_stu_emergency_contact_number1=!0,s.chk_stu_emergency_contact_name2=!0,s.chk_stu_emergency_contact_number2=!0,s.chk_stu_parent_guardian_email=!0,s.chk_stu_parent_guardian_mobile=!0,s.chk_stu_primary_contact_pref=!0,s.chk_student_national_id=!0,s.chk_student_dob=!0,s.chk_joining_date=!0,s.chk_nationality=!0,s.chk_bmi=!0,s.chk_pre_school=!0,s.chk_health_card_issue_date=!0,s.chk_health_card_number=!0,s.chk_health_card_expiry_date=!0,s.chk_health_card_authority=!0,s.chk_health_blood_group=!0,s.chk_health_restriction_status=!0,s.chk_health_restriction_desc=!0,s.chk_health_disability_status=!0,s.chk_health_disability_desc=!0,s.chk_health_mediciation_status=!0,s.chk_health_mediciation_desc=!0,s.chk_health_other_status=!0,s.chk_health_other_dec=!0,s.chk_health_hearing_status=!0,s.chk_health_hearing_desc=!0,s.chk_health_vision_status=!0,s.chk_health_vision_desc=!0,s.chk_health_other_disability_status=!0,s.chk_health_other_disability_desc=!0,s.chk_susceptibility_desc=!0,s.chk_susceptibility_desc1=!0,s.chk_health_height=!0,s.chk_health_weight=!0,s.chk_health_teeth=!0,s.chk_health_dr_name=!0,s.chk_health_dr_phone=!0,s.chk_hospital_name=!0,s.chk_hospital_phone=!0,s.chk_sims_medical_consent_health_records=!0,s.chk_sims_medical_consent_immunization=!0,s.chk_sims_medical_consent_emergency_treatment=!0,s.chk_sims_medical_consent_medical_treatment=!0,s.chk_sims_medical_consent_over_the_counter_medicine=!0,s.chk_sims_medical_consent_medicine_allowed=!0,s.chk_sims_medical_consent_remark=!0,s.chk_sims_medical_consent_updated_on=!0,s.chk_sims_medical_consent_approved_by=!0):s.Uncheck()},s.Uncheck=function(){s.showdisabled=!0,s.chk_language_details=!1,s.chk_health_details=!1,s.chk_enoll_no=!1,s.chk_stu_name=!1,s.chk_stu_first_name=!1,s.chk_stu_middel_name=!1,s.chk_stu_last_name=!1,s.chk_stu_nickname=!1,s.chk_stu_family_name=!1,s.chk_stu_name_ol=!1,s.chk_stu_first_name_ol=!1,s.chk_stu_middel_name_ol=!1,s.chk_stu_last_name_ol=!1,s.chk_stu_family_name_ol=!1,s.chk_stu_gander=!1,s.chk_stu_parent_id=!1,s.chk_stu_grade_name=!1,s.chk_stu_section_name=!1,s.chk_stu_parent_father_email=!1,s.chk_stu_parent_father_mobile=!1,s.chk_stu_parent_mother_email=!1,s.chk_stu_parent_mother_mobile=!1,s.chk_stu_emergency_contact_name1=!1,s.chk_stu_emergency_contact_number1=!1,s.chk_stu_emergency_contact_name2=!1,s.chk_stu_emergency_contact_number2=!1,s.chk_stu_parent_guardian_email=!1,s.chk_stu_parent_guardian_mobile=!1,s.chk_stu_primary_contact_pref=!1,s.chk_student_national_id=!1,s.chk_student_dob=!1,s.chk_joining_date=!1,s.chk_nationality=!1,s.chk_bmi=!1,s.chk_pre_school=!1,s.chk_health_card_issue_date=!1,s.chk_health_card_number=!1,s.chk_health_card_expiry_date=!1,s.chk_health_card_authority=!1,s.chk_health_blood_group=!1,s.chk_health_restriction_status=!1,s.chk_health_restriction_desc=!1,s.chk_health_disability_status=!1,s.chk_health_disability_desc=!1,s.chk_health_mediciation_status=!1,s.chk_health_mediciation_desc=!1,s.chk_health_other_status=!1,s.chk_health_other_dec=!1,s.chk_health_hearing_status=!1,s.chk_health_hearing_desc=!1,s.chk_health_vision_status=!1,s.chk_health_vision_desc=!1,s.chk_health_other_disability_status=!1,s.chk_health_other_disability_desc=!1,s.chk_susceptibility_desc=!1,s.chk_susceptibility_desc1=!1,s.chk_health_height=!1,s.chk_health_weight=!1,s.chk_health_teeth=!1,s.chk_health_dr_name=!1,s.chk_health_dr_phone=!1,s.chk_hospital_name=!1,s.chk_hospital_phone=!1,s.chk_sims_medical_consent_health_records=!1,s.chk_sims_medical_consent_immunization=!1,s.chk_sims_medical_consent_emergency_treatment=!1,s.chk_sims_medical_consent_medical_treatment=!1,s.chk_sims_medical_consent_over_the_counter_medicine=!1,s.chk_sims_medical_consent_medicine_allowed=!1,s.chk_sims_medical_consent_remark=!1,s.chk_sims_medical_consent_updated_on=!1,s.chk_sims_medical_consent_approved_by=!1},s.Reset=function(){c=_=d="",s.Uncheck(),s.select_all=!1,s.active_stud=!1,s.inactive_stud=!1,s.view_new_addmission_only=!1,s.edt={sims_cur_code:"",sims_grade_code:"",sims_section_code:""},s.temp={sims_academic_year:""};try{$("#cmb_grade_code").multipleSelect("uncheckAll")}catch(e){}try{$("#cmb_section_code").multipleSelect("uncheckAll")}catch(e){}},s.checkevent=function(){!0===s.chk_enoll_no||!0===s.chk_stu_name||!0===s.chk_stu_first_name||!0===s.chk_stu_middel_name||!0===s.chk_stu_last_name||!0===s.chk_stu_nickname||!0===s.chk_stu_family_name||!0===s.chk_stu_name_ol||!0===s.chk_stu_first_name_ol||!0===s.chk_stu_middel_name_ol||!0===s.chk_stu_last_name_ol||!0===s.chk_stu_family_name_ol||!0===s.chk_stu_gander||!0===s.chk_stu_parent_id||!0===s.chk_stu_grade_name||!0===s.chk_stu_section_name||!0===s.chk_stu_parent_father_email||!0===s.chk_stu_parent_father_mobile||!0===s.chk_stu_parent_mother_email||!0===s.chk_stu_parent_mother_mobile||!0===s.chk_stu_emergency_contact_name1||!0===s.chk_stu_emergency_contact_number1||!0===s.chk_stu_emergency_contact_name2||!0===s.chk_stu_emergency_contact_number2||!0===s.chk_stu_parent_guardian_email||!0===s.chk_stu_parent_guardian_mobile||!0===s.chk_stu_primary_contact_pref||!0===s.chk_student_national_id||!0===s.chk_health_card_issue_date||!0===s.chk_health_card_number||!0===s.chk_health_card_expiry_date||!0===s.chk_health_card_authority||!0===s.chk_health_blood_group||!0===s.chk_health_restriction_status||!0===s.chk_health_restriction_desc||!0===s.chk_health_disability_status||!0===s.chk_health_disability_desc||!0===s.chk_health_mediciation_status||!0===s.chk_health_mediciation_desc||!0===s.chk_health_other_status||!0===s.chk_health_other_dec||!0===s.chk_health_hearing_status||!0===s.chk_health_hearing_desc||!0===s.chk_health_vision_status||!0===s.chk_health_vision_desc||!0===s.chk_health_other_disability_status||!0===s.chk_health_other_disability_desc||!0===s.chk_susceptibility_desc||!0===s.chk_susceptibility_desc1||!0===s.chk_health_height||!0===s.chk_health_weight||!0===s.chk_health_teeth||!0===s.chk_health_dr_name||!0===s.chk_health_dr_phone||!0===s.chk_hospital_name||!0===s.chk_hospital_phone||!0===s.chk_sims_medical_consent_health_records||!0===s.chk_sims_medical_consent_immunization||!0===s.chk_sims_medical_consent_emergency_treatment||!0===s.chk_sims_medical_consent_medical_treatment||!0===s.chk_sims_medical_consent_over_the_counter_medicine||!0===s.chk_sims_medical_consent_medicine_allowed||!0===s.chk_sims_medical_consent_remark||!0===s.chk_sims_medical_consent_updated_on||!0===s.chk_sims_medical_consent_approved_by||!0===s.chk_student_dob||!0===s.chk_joining_date||!0===s.chk_nationality||!0===s.chk_bmi||!0===s.chk_pre_school?s.showdisabled=!1:s.showdisabled=!0},s.activestudent=function(e){d=e?"A":void 0},s.inactivestudent=function(e){_=e?"I":void 0},s.viewnewaddmissiononly=function(e){c=e?"A":void 0}}])}(),function(){"use strict";var d,e=angular.module("sims.module.Health");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("MedicalStudentTermDetailCont",["$scope","$rootScope","$http","ENV",function(s,e,n,i){s.pagesize="30",s.pageindex="0",s.pager=!0,s.display=!1,s.table1=!0,s.fee_no=!0,s.table=!0,s.visit_no=!0,s.chku=!1,s.edt=[],s.temp={},n.get(i.apiUrl+"api/common/getCuriculum").then(function(e){s.curriculum=e.data,s.temp.sims_cur_code=s.curriculum[0].sims_cur_code,s.getAccYear(s.temp.sims_cur_code)}),s.getGrade=function(e,t){n.get(i.apiUrl+"api/common/getAllGrades?cur_code="+s.temp.sims_cur_code+"&academic_year="+s.temp.sims_academic_year).then(function(e){s.Grade_code=e.data}),s.getSection(s.temp.sims_cur_code,s.temp.sims_grade_code,s.temp.sims_academic_year)},s.getSection=function(e,t,a){n.get(i.apiUrl+"api/common/getSectionFromGrade?cur_code="+e+"&grade_code="+t+"&academic_year="+a).then(function(e){s.Section_code=e.data})},s.Submit=function(){""!=s.temp.sims_grade_code&&s.temp.sims_grade_code&&""!=s.temp.sims_section_code&&s.temp.sims_section_code&&""!=s.temp.sims_term_code&&s.temp.sims_term_code?(s.msg1=!1,n.get(i.apiUrl+"api/MedicalStudentSusceptibility/getAllTermDetails?cur="+s.temp.sims_cur_code+"&a_year="+s.temp.sims_academic_year+"&grades="+s.temp.sims_grade_code+"&section="+s.temp.sims_section_code+"&term="+s.temp.sims_term_code).then(function(e){s.getAllTerm_details=e.data,s.totalItems=s.getAllTerm_details.length,s.todos=s.getAllTerm_details,s.makeTodos()})):s.msg1=swal({showCloseButton:!0,text:"Please select Grade, Section and Term",width:350,showCloseButon:!0})},s.getAccYear=function(e){n.get(i.apiUrl+"api/common/getAcademicYear?curCode="+e).then(function(e){s.Acc_year=e.data,s.temp.sims_academic_year=s.Acc_year[0].sims_academic_year,s.getGrade(s.temp.sims_cur_code,s.temp.sims_academic_year)}),n.get(i.apiUrl+"api/MedicalStudentSusceptibility/getTerm?cur_code="+s.temp.sims_cur_code).then(function(e){s.getAllTerm=e.data,s.getGrade(s.temp.sims_cur_code,s.temp.sims_academic_year)})},e.visible_stud=!0,e.visible_parent=!1,e.visible_search_parent=!1,e.visible_teacher=!1,e.visible_User=!1,e.visible_Employee=!1,e.chkMulti=!1,s.Search=function(){s.global_Search_click(),$("#Global_Search_Modal").modal({backdrop:"static"})},s.$on("global_cancel",function(){0<s.SelectedUserLst.length&&(s.edt={sims_enrollment_number:s.SelectedUserLst[0].s_enroll_no,name:s.SelectedUserLst[0].name}),s.em_number=s.edt.em_number}),s.user=e.globals.currentUser.username,s.size=function(e){"All"==e?(s.currentPage="1",s.filteredTodos=s.todos,s.pager=!1):(s.pager=!0,s.pagesize=e,s.currentPage=1,s.numPerPage=e,s.makeTodos())},s.index=function(e){s.pageindex=e,s.currentPage=e,s.makeTodos(),d.checked=!1,s.CheckAllChecked()},s.filteredTodos=[],s.currentPage=1,s.numPerPage=30,s.maxSize=30,s.makeTodos=function(){var e=parseInt(s.totalItems%s.numPerPage),e=(s.pagersize="0"==e?parseInt(s.totalItems/s.numPerPage):parseInt(s.totalItems/s.numPerPage)+1,(s.currentPage-1)*s.numPerPage),t=parseInt(e)+parseInt(s.numPerPage);s.filteredTodos=s.todos.slice(e,t)},s.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).std_name.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_health_card_number.toLowerCase().indexOf(t.toLowerCase());var t})},s.search=function(){s.todos=s.searched(s.getAllTerm_details,s.searchText),s.totalItems=s.todos.length,s.currentPage="1",""==s.searchText&&(s.todos=s.getAllTerm_details),s.makeTodos(),d.checked=!1,s.CheckAllChecked()},s.New=function(){s.temp="",s.edt="",s.display=!0,s.table=!1,s.table1=!1,s.instaminimuma=!0,s.update1=!1,s.Update_btn=!1,s.show_btn=!0},s.submit=function(){var e,t,a=[];s.insert=!1;for(t of s.filteredTodos)!0===t.datastatus&&(e={sims_cur_code:s.temp.sims_cur_code,sims_academic_year:s.temp.sims_academic_year,sims_term_code:s.temp.sims_term_code,sims_enrollment_number:t.sims_enroll_number,sims_health_card_number:t.sims_health_card_number,sims_health_restriction_status:t.sims_health_restriction_status,sims_health_restriction_desc:t.sims_health_restriction_desc,sims_medication_status:t.sims_medication_status,sims_medication_desc:t.sims_medication_desc,sims_height:t.sims_height,sims_wieght:t.sims_wieght,sims_teeth:t.sims_teeth,sims_health_bmi:t.sims_health_bmi,sims_health_other_remark:t.sims_health_other_remark,opr:"I"},s.insert=!0,a.push(e));s.insert&&n.post(i.apiUrl+"api/MedicalStudentSusceptibility/CUDMedicalTermDetails",a).then(function(e){s.msg1=e.data,!0===s.msg1?(swal({text:"Record Inserted Successfully",imageUrl:"assets/img/check.png",width:380,height:200}),s.Submit()):!1===s.msg1?swal({text:"Student Already Present. ",imageUrl:"assets/img/close.png",width:380,height:200}):swal("Error-"+s.msg1)}),s.display=!1,s.table=!0},s.calculateBMI=function(e){var t=0,a=0,o=e.sims_height/100,t=(o=e.sims_wieght/(o*o))-(a=Math.floor(o));t*=10,10==(t=Math.round(t))&&(a+=1,t=0),e.sims_health_bmi=a+"."+t},s.CheckAllChecked=function(e){if(d=document.getElementById("mainchk"),!0===s.mainchk){$(".sub_checkbox").find("input").prop("checked",!0),s.row1="row_selected";for(var t=0;t<s.filteredTodos.length;t++)document.getElementById(t+s.filteredTodos[t].sims_enrollment_number).checked=!0}else $(".sub_checkbox").find("input").prop("checked",!1)},s.checkonebyonedelete=function(e){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),s.color="#edefef"}),e.status=e.datastatus},s.edit=function(e){s.temp={sims_cur_code:e.sims_cur_code,sims_academic_year:e.sims_academic_year,sims_term_code:e.sims_term_code,sims_health_card_number:e.sims_health_card_number,sims_height:e.sims_height,sims_wieght:e.sims_wieght,sims_teeth:e.sims_teeth,sims_health_bmi:e.sims_health_bmi,sims_health_restriction_status:e.sims_health_restriction_status,sims_health_restriction_desc:e.sims_health_restriction_desc,sims_medication_status:e.sims_medication_status,sims_medication_desc:e.sims_medication_desc,sims_health_other_remark:e.sims_health_other_remark},s.edt={sims_enrollment_number:e.sims_enrollment_number},s.Update_btn=!0,s.show_btn=!1,s.display=!0,s.table=!1,s.table1=!1},s.update=function(){var e=[],t={sims_cur_code:s.temp.sims_cur_code,sims_academic_year:s.temp.sims_academic_year,sims_term_code:s.temp.sims_term_code,sims_enrollment_number:s.edt.sims_enrollment_number,sims_health_card_number:s.temp.sims_health_card_number,sims_health_restriction_status:s.temp.sims_health_restriction_status,sims_health_restriction_desc:s.temp.sims_health_restriction_desc,sims_medication_status:s.temp.sims_medication_status,sims_medication_desc:s.temp.sims_medication_desc,sims_height:s.temp.sims_height,sims_wieght:s.temp.sims_wieght,sims_teeth:s.temp.sims_teeth,sims_health_bmi:s.temp.sims_health_bmi,sims_health_other_remark:s.temp.sims_health_other_remark,opr:"U"};e.push(t),n.post(i.apiUrl+"api/MedicalStudentSusceptibility/CUDMedicalTermDetails",e).then(function(e){s.msg1=e.data,!0===s.msg1?(swal({text:"Record Updated Successfully",imageUrl:"assets/img/check.png",width:380,height:200}),n.get(i.apiUrl+"api/MedicalStudentSusceptibility/getAllTermDetails").then(function(e){s.getAllTerm_details=e.data,s.totalItems=s.getAllTerm_details.length,s.todos=s.getAllTerm_details,s.makeTodos()})):!1===s.msg1?swal({text:"Record Not Updated. ",imageUrl:"assets/img/close.png",width:380,height:200}):swal("Error-"+s.msg1)}),s.display=!1,s.table=!0},s.OkDelete=function(){var o=[];s.flag=!1,$(".data_row").find("input:checked").each(function(e,t){s.flag=!0;t={sims_academic_year:s.temp.sims_academic_year,sims_term_code:s.temp.sims_term_code,sims_enrollment_number:$(t).parents("tr").data("enrollno"),opr:"D"};o.push(t)}),s.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)n.post(i.apiUrl+"api/MedicalStudentSusceptibility/CUDMedicalTermDetails",o).then(function(e){s.msg1=e.data,!0===s.msg1?swal({text:"Record Deleted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&(s.Submit(),!0===(d=document.getElementById("mainchk")).checked)&&(d.checked=!1,s.row1="")}):!1===s.msg1?swal({text:"Record Not Deleted.",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&(s.Submit(),!0===(d=document.getElementById("mainchk")).checked)&&(d.checked=!1,s.row1="")}):swal("Error-"+s.msg1)});else for(var t=0;t<s.filteredTodos.length;t++){var a=document.getElementById(t+s.filteredTodos[t].sims_enrollment_number);!0===a.checked&&(a.checked=!1,d.checked=!1,$("tr").removeClass("row_selected"))}}):swal({text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}),s.currentPage=!0},s.Cancel=function(){s.filteredTodos=[]},$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0,format:"yyyy-mm-dd"})}])}(),function(){"use strict";var m;angular.module("sims.module.Student").controller("SurveyPublishHRCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(i,e,d,t,a,c,l){i.div_staff=!1,i.div_parent=!1;i.surveyDetails=[];i.username=d.globals.currentUser.username,i.pagesize="10",i.pageindex="0",i.pager=!0,i.edit_code=!1,i.filteredTodos=[],i.currentPage=1,i.numPerPage=10,i.maxSize=10,i.user_group_code=[],i.department_code=[],i.grade_code=[],i.section_code=[];var o=[],s=[],n=[],r=[];$(function(){$("#cmb_grade").multipleSelect({width:"100%",placeholder:"Select Grade"}),$("#cmb_section").multipleSelect({width:"100%",placeholder:"Select Section"}),$("#cmb_dept").multipleSelect({width:"100%",placeholder:"Select Department"}),$("#cmb_group").multipleSelect({width:"100%",placeholder:"Select Group"})}),c.get(l.apiUrl+"api/ERP/SurveyDetails/getSurveyStatus").then(function(e){i.status_data=e.data}),i.edit1=function(e){e.status=!0},i.getSurveyStatusChange=function(e,t){},i.update1=function(e){c.post(l.apiUrl+"api/ERP/SurveyDetails/updateSurveyStatus?survey_code="+e.sims_survey_code+"&sims_survey_status="+e.sims_survey_status).then(function(e){i.msg1=e.data,i.getgrid()}),e.status=!1},i.cancel1=function(e){e.status=!1},i.New=function(){i.edt="",i.edit_code=!1,i.dis1=!1,i.dis2=!0,i.save1=!0,i.update1=!1,i.delete1=!1,i.edt={};var e=new Date;i.edt.sims_survey_start_date=("0"+e.getDate()).slice(-2)+"-"+("0"+(e.getMonth()+1)).slice(-2)+"-"+e.getFullYear(),i.edt.sims_survey_end_date=("0"+e.getDate()).slice(-2)+"-"+("0"+(e.getMonth()+1)).slice(-2)+"-"+e.getFullYear(),c.get(l.apiUrl+"api/ERP/SurveyDetails/getAcademicYear").then(function(e){i.acadYr_data=e.data}),c.get(l.apiUrl+"api/ERP/SurveyDetails/getGender").then(function(e){i.gender_data=e.data}),c.get(l.apiUrl+"api/ERP/SurveyDetails/getSurveyType").then(function(e){i.surveyType_data=e.data}),c.get(l.apiUrl+"api/ERP/SurveyDetails/getSurveyGroupTypeHR").then(function(e){i.group_data=e.data,setTimeout(function(){$("#cmb_group").change(function(){$(this).val()}).multipleSelect({width:"100%"})},1e3)}),c.get(l.apiUrl+"api/common/getDepartmentName").then(function(e){i.department=e.data,setTimeout(function(){$("#cmb_dept").change(function(){$(this).val()}).multipleSelect({width:"100%"})},1e3)}),i.getGrade=function(e){""==e&&null==e||c.get(l.apiUrl+"api/ERP/SurveyDetails/Get_Grade_CodebyCuriculum?acad_yr="+e).then(function(e){i.grade=e.data,setTimeout(function(){$("#cmb_grade").change(function(){$(this).val()}).multipleSelect({width:"100%"})},1e3)})},i.getSection=function(e,t){""!=e&&""!=t&&c.get(l.apiUrl+"api/ERP/SurveyDetails/Get_Section_CodebyCuriculum?acad_yr="+e+"&grade_code="+t).then(function(e){i.section=e.data,setTimeout(function(){$("#cmb_section").change(function(){$(this).val()}).multipleSelect({multiple:!0,width:"100%"})},1e3)})}},i.getGroupdetails=function(e){for(var t=0;t<e.length;t++)"03"==e[t]&&(i.div_staff=!0),"04"!=e[t]&&"05"!=e[t]||(i.div_parent=!0),"A"==e[t]&&(i.div_staff=!1,i.div_parent=!1)},i.Save=function(e){var t,a,o,s,n=[];e&&(0==i.update1?1==i.edt.sims_chkgender&&""==i.edt.sims_survey_gender_code?swal({title:"Alert",text:"Please select Gender.",showCloseButton:!0,width:380}):(s=(s=s+","+i.edt.sims_survey_user_group_code).substr(s.indexOf(",")+1),t=(t=t+","+i.edt.sims_survey_dept_no).substr(t.indexOf(",")+1),a=(a=a+","+i.edt.sims_survey_grade_code).substr(a.indexOf(",")+1),o=(o=o+","+i.edt.sims_survey_section_code).substr(o.indexOf(",")+1),s={sims_survey_type:i.edt.sims_survey_type,sims_survey_subject:i.edt.sims_survey_subject,sims_survey_subject_ot:i.edt.sims_survey_subject_ot,sims_survey_desc_en:i.edt.sims_survey_desc_en,sims_survey_desc_ot:i.edt.sims_survey_desc_ot,sims_survey_start_date:i.edt.sims_survey_start_date,sims_survey_end_date:i.edt.sims_survey_end_date,sims_survey_created_by_user:d.globals.currentUser.username,sims_survey_no_of_question_available:i.edt.sims_survey_no_of_question_available,sims_survey_no_of_question_to_attempt:i.edt.sims_survey_no_of_question_to_attempt,sims_survey_max_allowed_time_in_minute:i.edt.sims_survey_max_allowed_time_in_minute,sims_survey_max_attempt_count:i.edt.sims_survey_max_attempt_count,sims_survey_end_of_survey_rating_flag:i.edt.sims_survey_end_of_survey_rating_flag,sims_survey_end_of_survey_suggestion_flag:i.edt.sims_survey_end_of_survey_suggestion_flag,sims_survey_end_of_survey_remark_flag:i.edt.sims_survey_end_of_survey_remark_flag,sims_survey_multiple_attempt_flag:i.edt.sims_survey_multiple_attempt_flag,sims_survey_erp_flag:i.edt.sims_survey_erp_flag,sims_survey_ppn_flag:i.edt.sims_survey_ppn_flag,sims_survey_annonimity_flag:i.edt.sims_survey_annonimity_flag,sims_survey_status:i.edt.sims_survey_status,sims_survey_user_group_code:s,sims_survey_dept_no:t,sims_survey_acad_year:i.edt.sims_survey_acad_year,sims_survey_grade_code:a,sims_survey_section_code:o,sims_survey_gender_code:i.edt.sims_survey_gender_code,opr:"I"},n.push(s),c.post(l.apiUrl+"api/ERP/SurveyDetails/CUDInsertServiceDetails",n).then(function(e){i.display=!0,i.msg1=e.data,d.strMessage=i.msg1.strMessage,1==i.msg1?swal({text:"Survey Created Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&i.getgrid()}):swal({text:"Survey Already Exists",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}).then(function(e){e&&i.getgrid()})})):i.Update(e))},t(function(){$("#example_wrapper").scrollbar(),$("#fixtable").tableHeadFixer({top:1})},100),i.propertyName=null,i.reverse=!1,i.countData=[{val:5,data:5},{val:10,data:10},{val:15,data:15}],i.sortBy=function(e){i.reverse=i.propertyName===e&&!i.reverse,i.propertyName=e},c.get(l.apiUrl+"api/ERP/SurveyDetails/getSurveyDetails?user_name="+i.username).then(function(e){i.dis1=!0,i.dis2=!1,i.surveyDetails=e.data,0<i.surveyDetails.length&&(i.table=!0,i.pager=!0,3<i.countData.length&&i.countData.splice(3,1),i.countData.push({val:i.surveyDetails.length,data:"All"}),i.totalItems=i.surveyDetails.length,i.todos=i.surveyDetails,i.makeTodos(),i.grid=!0)}),i.makeTodos=function(){var e=parseInt(i.totalItems%i.numPerPage),e=(i.pagersize="0"==e?parseInt(i.totalItems/i.numPerPage):parseInt(i.totalItems/i.numPerPage)+1,(i.currentPage-1)*i.numPerPage),t=parseInt(e)+parseInt(i.numPerPage);i.filteredTodos=i.todos.slice(e,t)},i.edit=function(e){i.New(),i.save1=!1,i.update1=!0,i.delete1=!1,i.edit_code=!0,i.edt={sims_survey_srl_no:e.sims_survey_srl_no,sims_survey_code:e.sims_survey_code,sims_survey_type:e.sims_survey_type,sims_survey_subject:e.sims_survey_subject,sims_survey_subject_ot:e.sims_survey_subject_ot,sims_survey_desc_en:e.sims_survey_desc_en,sims_survey_desc_ot:e.sims_survey_desc_ot,sims_survey_start_date:e.sims_survey_start_date,sims_survey_end_date:e.sims_survey_end_date,sims_survey_annonimity_flag:e.sims_survey_annonimity_flag,sims_survey_ppn_flag:e.sims_survey_ppn_flag,sims_survey_erp_flag:e.sims_survey_erp_flag,sims_survey_multiple_attempt_flag:e.sims_survey_multiple_attempt_flag,sims_survey_end_of_survey_remark_flag:e.sims_survey_end_of_survey_remark_flag,sims_survey_end_of_survey_suggestion_flag:e.sims_survey_end_of_survey_suggestion_flag,sims_survey_end_of_survey_rating_flag:e.sims_survey_end_of_survey_rating_flag,sims_survey_max_attempt_count:e.sims_survey_max_attempt_count,sims_survey_max_allowed_time_in_minute:e.sims_survey_max_allowed_time_in_minute,sims_survey_no_of_question_to_attempt:e.sims_survey_no_of_question_to_attempt,sims_survey_no_of_question_available:e.sims_survey_no_of_question_available,sims_survey_created_by_user:e.sims_survey_created_by_user,sims_survey_creation_time:e.sims_survey_creation_time,sims_survey_status:e.sims_survey_status,sims_survey_gender_code:e.sims_survey_gender_code,sims_survey_user_group_code:e.sims_survey_user_group_code,sims_survey_dept_no:e.sims_survey_dept_no,sims_survey_grade_code:e.sims_survey_grade_code,sims_survey_section_code:e.sims_survey_section_code,sims_survey_acad_year:e.sims_survey_acad_year,sims_survey_gradesection_code:e.sims_survey_gradesection_code},i.user_group_code=e.sims_survey_user_group_code.split(","),i.department_code=e.sims_survey_dept_no.split(","),i.grade_code=e.sims_survey_grade_code.split(","),i.section_code=e.sims_survey_gradesection_code.split(",");for(var t=0;t<i.user_group_code.length;t++)o.push(i.user_group_code[t]);for(t=0;t<i.department_code.length;t++)s.push(i.department_code[t]);for(t=0;t<i.grade_code.length;t++)n.push(i.grade_code[t]);for(t=0;t<i.section_code.length;t++)r.push(i.section_code[t]);c.get(l.apiUrl+"api/ERP/SurveyDetails/getSurveyGroupTypeHR").then(function(e){i.group_data=e.data,setTimeout(function(){$("#cmb_group").change(function(){$(this).val()}).multipleSelect({width:"100%"}),$("#cmb_group").multipleSelect("setSelects",o)},1e3)}),c.get(l.apiUrl+"api/common/getDepartmentName").then(function(e){i.department=e.data,setTimeout(function(){$("#cmb_dept").change(function(){$(this).val()}).multipleSelect({width:"100%"}),$("#cmb_dept").multipleSelect("setSelects",s)},1e3)}),c.get(l.apiUrl+"api/ERP/SurveyDetails/Get_Grade_CodebyCuriculum?acad_yr="+e.sims_survey_acad_year).then(function(e){i.grade=e.data,setTimeout(function(){$("#cmb_grade").change(function(){$(this).val()}).multipleSelect({width:"100%"}),$("#cmb_grade").multipleSelect("setSelects",n)},1e3)}),c.get(l.apiUrl+"api/ERP/SurveyDetails/Get_Section_CodebyCuriculum?acad_yr="+e.sims_survey_acad_year+"&grade_code="+n).then(function(e){i.section=e.data,setTimeout(function(){$("#cmb_section").change(function(){$(this).val()}).multipleSelect({multiple:!0,width:"100%"}),$("#cmb_section").multipleSelect("setSelects",r)},1e3)})},i.getgrid=function(){c.get(l.apiUrl+"api/ERP/SurveyDetails/getSurveyDetails?user_name="+i.username).then(function(e){i.dis1=!0,i.dis2=!1,i.surveyDetails=e.data,3<i.countData.length&&i.countData.splice(3,1),i.countData.push({val:i.surveyDetails.length,data:"All"}),i.totalItems=i.surveyDetails.length,i.todos=i.surveyDetails,i.makeTodos(),i.grid=!0}),1==(m=document.getElementById("mainchk")).checked&&(m.checked=!1,i.row1=""),i.myForm.$setPristine(),i.myForm.$setUntouched()},i.Update=function(e){var t,a,o,s,n=[];e&&(1==i.edt.sims_chkgender&&""==i.edt.sims_survey_gender_code?swal({title:"Alert",text:"Please select Gender.",showCloseButton:!0,width:380}):(e=(t=t+","+i.edt.sims_survey_user_group_code).substr(t.indexOf(",")+1),t=(a=a+","+i.edt.sims_survey_dept_no).substr(a.indexOf(",")+1),a=(o=o+","+i.edt.sims_survey_grade_code).substr(o.indexOf(",")+1),o=(s=s+","+i.edt.sims_survey_section_code).substr(s.indexOf(",")+1),s={sims_survey_srl_no:i.edt.sims_survey_srl_no,sims_survey_code:i.edt.sims_survey_code,sims_survey_type:i.edt.sims_survey_type,sims_survey_subject:i.edt.sims_survey_subject,sims_survey_subject_ot:i.edt.sims_survey_subject_ot,sims_survey_desc_en:i.edt.sims_survey_desc_en,sims_survey_desc_ot:i.edt.sims_survey_desc_ot,sims_survey_start_date:i.edt.sims_survey_start_date,sims_survey_end_date:i.edt.sims_survey_end_date,sims_survey_created_by_user:d.globals.currentUser.username,sims_survey_no_of_question_available:i.edt.sims_survey_no_of_question_available,sims_survey_no_of_question_to_attempt:i.edt.sims_survey_no_of_question_to_attempt,sims_survey_max_allowed_time_in_minute:i.edt.sims_survey_max_allowed_time_in_minute,sims_survey_max_attempt_count:i.edt.sims_survey_max_attempt_count,sims_survey_end_of_survey_rating_flag:i.edt.sims_survey_end_of_survey_rating_flag,sims_survey_end_of_survey_suggestion_flag:i.edt.sims_survey_end_of_survey_suggestion_flag,sims_survey_end_of_survey_remark_flag:i.edt.sims_survey_end_of_survey_remark_flag,sims_survey_multiple_attempt_flag:i.edt.sims_survey_multiple_attempt_flag,sims_survey_erp_flag:i.edt.sims_survey_erp_flag,sims_survey_ppn_flag:i.edt.sims_survey_ppn_flag,sims_survey_annonimity_flag:i.edt.sims_survey_annonimity_flag,sims_survey_status:i.edt.sims_survey_status,sims_survey_user_group_code:e,sims_survey_dept_no:t,sims_survey_acad_year:i.edt.sims_survey_acad_year,sims_survey_grade_code:a,sims_survey_section_code:o,sims_survey_gender_code:i.edt.sims_survey_gender_code,opr:"U"},n.push(s),c.post(l.apiUrl+"api/ERP/SurveyDetails/CUDSurveyDetailsUpdate",n).then(function(e){i.display=!0,i.msg1=e.data,d.strMessage=i.msg1.strMessage,1==i.msg1?swal({text:"Survey Updated Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&i.getgrid()}):swal({text:"Survey Not Updated.",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&i.getgrid()})})))},i.cancel=function(){i.div_staff=!1,i.div_parent=!1,i.dis1=!0,i.dis2=!1,i.edt="";try{$("#cmb_group").multipleSelect("uncheckAll")}catch(e){}try{$("#cmb_grade").multipleSelect("uncheckAll")}catch(e){}try{$("#cmb_section").multipleSelect("uncheckAll")}catch(e){}try{$("#cmb_dept").multipleSelect("uncheckAll")}catch(e){}i.user_group_code=[],i.department_code=[],i.grade_code=[],i.section_code=[],o=[],s=[],n=[],r=[],i.getGroupdetails(i.edt.sims_survey_user_group_code),i.myForm.$setPristine(),i.myForm.$setUntouched()},i.CheckAllChecked=function(){if(1==(m=document.getElementById("mainchk")).checked)for(var e=0;e<i.filteredTodos.length;e++)document.getElementById("test_"+e).checked=!0,i.row1="row_selected",$("tr").addClass("row_selected");else for(e=0;e<i.filteredTodos.length;e++)document.getElementById("test_"+e).checked=!1,m.checked=!1,i.row1=""},i.checkonebyonedelete=function(e){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),i.color="#edefef"}),1==(m=document.getElementById("mainchk")).checked&&(m.checked=!1,$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected")}))},i.size=function(e){"All"==e?(i.currentPage="1",i.filteredTodos=i.surveyDetails,i.pager=!1):(i.pager=!0,i.pagesize=e,i.currentPage=1,i.numPerPage=e,i.makeTodos())},i.index=function(e){i.pageindex=e,i.currentPage=e,i.makeTodos(),m.checked=!1,i.row1=""},i.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).sims_survey_code.toLowerCase().indexOf(t.toLowerCase())||-1<e.survey_type_name.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_survey_subject.toLowerCase().indexOf(t.toLowerCase());var t})},i.search=function(){if(i.todos=i.searched(i.surveyDetails,i.searchText),i.totalItems=i.todos.length,i.currentPage="1",""==i.searchText&&(i.todos=i.surveyDetails),i.makeTodos(),1==(m=document.getElementById("mainchk")).checked){m.checked=!1;for(var e=0;e<i.filteredTodos.length;e++)document.getElementById(e).checked=!1,m.checked=!1,i.row1=""}},$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0,format:"yyyy-mm-dd"}),$(document).on("touch click",'*[data-datepicker="true"] .add-on',function(e){$('input[type="text"]',$(this).parent()).focus()})}])}(),function(){"use strict";var d,c,l,r,m,p,e=angular.module("sims.module.Health");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("StudentImmunizationApplyCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(s,e,n,i){s.table=!1,s.busyindicator=!1,s.Savevisible=!1,s.paginghidden=!1,s.tableupdate=!1,s.Save=!1,s.Update=!1,s.pagesize="5",s.pageindex="1",e(function(){$("#example").tableHeadFixer({top:1})},100),s.filteredTodos=[],s.currentPage=1,s.numPerPage=5,s.maxSize=5,n.get(i.apiUrl+"api/common/getCuriculum").then(function(e){s.curriculum=e.data}),s.getAccYear=function(e){n.get(i.apiUrl+"api/common/getAcademicYear?curCode="+e).then(function(e){s.Acc_year=e.data})},s.getGrade=function(e,t){n.get(i.apiUrl+"api/common/getAllGrades?cur_code="+e+"&academic_year="+t).then(function(e){s.Grade_code=e.data})},s.getSection=function(e,t,a){n.get(i.apiUrl+"api/common/getSectionFromGrade?cur_code="+s.edt.sims_cur_code+"&grade_code="+s.edt.sims_grade_code+"&academic_year="+s.edt.sims_academic_year).then(function(e){s.Section_code=e.data})},n.get(i.apiUrl+"api/MedicalStudentImmunizationApply/getStudentImmunizationdesc").then(function(e){s.Studentimmunizationdesc=e.data}),s.Show_Data=function(e,t,a,o){void 0!==e&&void 0!==t?(l=e,r=t,m=a,p=o,n.get(i.apiUrl+"api/MedicalStudentImmunizationApply/getStudentApply?cur_name="+e+"&academic_year="+t+"&grd_code="+a+"&sec_code="+o).then(function(e){s.studentname=e.data,s.allrecord=e.data,0===s.studentname.length?swal({title:"Alert",text:"Please Try Again Record Not Found...",showCloseButton:!0,width:450,height:200}):(s.table=!0,s.busyindicator=!1,s.ShowCheckBoxes=!0,s.Pagershow=!0,s.Savevisible=!0,s.paginghidden=!1,s.tableupdate=!1,s.Save=!0,s.Update=!1,s.row2="",s.searchTextupdate="",c.checked=!1)})):swal({title:"Alert",text:"Please Select Curriculum & Academic Year Then Try Again...",showCloseButton:!0,width:450,height:200})},s.Update_Data=function(e,t,a,o){void 0!==e&&void 0!==t?n.get(i.apiUrl+"api/MedicalStudentImmunizationApply/getStudentForupdate?cur_name="+e+"&academic_year="+t+"&grd_code="+a+"&sec_code="+o).then(function(e){s.studentimmuupdate=e.data,s.allrecordforupdate=e.data,0===s.studentimmuupdate.length?swal({title:"Alert",text:"Please Try Again Record Not Found...",showCloseButton:!0,width:450,height:200}):(s.table=!1,s.busyindicator=!1,s.ShowCheckBoxes=!0,s.tableupdate=!0,s.Save=!1,s.Update=!0,s.Savevisible=!0,s.row1="",s.searchText="",d.checked=!1)}):swal({title:"Alert",text:"Please Select Curriculum & Academic Year Then Try Again...",showCloseButton:!0,width:450,height:200})},s.clear=function(){n.get(i.apiUrl+"api/MedicalStudentImmunizationApply/getStudentApply?cur_name="+l+"&academic_year="+r+"&grd_code="+m+"&sec_code="+p).then(function(e){s.studentname=e.data,s.allrecord=e.data,0===s.studentname.length?swal({title:"Alert",text:"Please Try Again Record Not Found...",showCloseButton:!0,width:450,height:200}):(s.table=!0,s.busyindicator=!1,s.ShowCheckBoxes=!0,s.Pagershow=!0,s.Savevisible=!0,s.paginghidden=!1,s.tableupdate=!1,s.Save=!0,s.Update=!1,s.row2="",s.searchTextupdate="",c.checked=!1)})},s.selectdosage=function(e,t){for(var a=0;a<s.Studentimmunizationdesc.length;a++)e===s.Studentimmunizationdesc[a].student_immunization_code&&(t.student_immunization_dosage1=s.Studentimmunizationdesc[a].student_immunization_dosage1,t.student_immunization_dosage2=s.Studentimmunizationdesc[a].student_immunization_dosage2,t.student_immunization_dosage3=s.Studentimmunizationdesc[a].student_immunization_dosage3,t.student_immunization_dosage4=s.Studentimmunizationdesc[a].student_immunization_dosage4,t.student_immunization_dosage5=s.Studentimmunizationdesc[a].student_immunization_dosage5,t.student_immunization_code=s.Studentimmunizationdesc[a].student_immunization_code,t.student_immunization_desc=s.Studentimmunizationdesc[a].student_immunization_desc)},s.CheckAllChecked=function(){if(!0===(d=document.getElementById("mainchk")).checked)for(var e=0;e<s.studentname.length;e++)document.getElementById(e).checked=!0,s.row1="row_selected",$("tr").addClass("row_selected");else for(e=0;e<s.studentname.length;e++)document.getElementById(e).checked=!1,d.checked=!1,s.row1=""},s.CheckAllselect=function(){if(!0===(c=document.getElementById("mainchk1")).checked)for(var e=0;e<s.studentimmuupdate.length;e++)document.getElementById(s.studentimmuupdate[e].sims_enroll_number).checked=!0,s.row2="row_selected",$("tr").addClass("row_selected");else for(e=0;e<s.studentimmuupdate.length;e++)document.getElementById(s.studentimmuupdate[e].sims_enroll_number).checked=!1,c.checked=!1,s.row2=""},s.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),s.color="#edefef"}),!0===(d=document.getElementById("mainchk")).checked&&(d.checked=!1,$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected")}))},s.checkonebyoneselect=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),s.color="#edefef"}),!0===(c=document.getElementById("mainchk1")).checked&&(c.checked=!1,$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected")}))},s.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).student_name.toLowerCase().indexOf(t.toLowerCase())||-1<e.student_age_group.toLowerCase().indexOf(t.toLowerCase())||e.student_age_group===t;var t})},s.search=function(){s.studentname=s.searched(s.studentname,s.searchText),""===s.searchText?s.studentname=s.allrecord:s.studentname=s.studentname},$(document).ready(function(){$('input[type="date"]').datepicker()}),s.Reset=function(){s.edt={sims_cur_code:"",sims_academic_year:"",sims_grade_code:"",sims_section_code:""},s.table=!1,s.Savevisible=!1,s.tableupdate=!1,s.Save=!1,s.Update=!1,s.studentname=[],s.example="",s.studentimmuupdate=[],s.j="",s.busyindicator=!1,s.ShowCheckBoxes=!1,s.Pagershow=!1,s.paginghidden=!1,s.row2="",s.row1="",s.searchTextupdate="",$("tr").removeClass("row_selected"),d.checked=!1,c.checked=!1},s.Savedata=function(){for(var e,t=[],a=0;a<s.studentname.length;a++)!0===document.getElementById(a).checked&&(e=s.studentname[a].Vacdate,e=moment(e).format("YYYY/MM/DD"),e={sims_enroll_number:s.studentname[a].sims_enroll_number,sims_immunization_age_group_code:s.studentname[a].sims_immunization_age_group_code,student_immunization_code:s.studentname[a].student_immunization_code,sims_vaccination_date:e,sims_vaccination_renewal_date:null,student_immunization_desc:s.studentname[a].student_immunization_desc,student_immunization_dosage1:s.studentname[a].student_immunization_dosage1,student_immunization_dosage2:s.studentname[a].student_immunization_dosage2,student_immunization_dosage3:s.studentname[a].student_immunization_dosage3,student_immunization_dosage4:s.studentname[a].student_immunization_dosage4,student_immunization_dosage5:s.studentname[a].student_immunization_dosage5,opr:"I"},t.push(e));n.post(i.apiUrl+"api/MedicalStudentImmunizationApply/StudentApplyImmunization",t).then(function(e){s.msg1=e.data,void 0!==s.msg1.strMessage?null===s.msg1.strMessage&&""===s.msg1.strMessage&&void 0===s.msg1.strMessage||(s.clear(),swal({title:"Alert",text:s.msg1.strMessage,width:380,height:200})):(s.clear(),swal({text:"Please Select Atleast One Student...",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}))})},s.Updatedata=function(){for(var e,t=[],a=0;a<s.studentimmuupdate.length;a++)!0===document.getElementById(s.studentimmuupdate[a].sims_enroll_number).checked&&(e=s.studentimmuupdate[a].VacRenewdate,e=moment(e).format("YYYY/MM/DD"),e={sims_enroll_number:s.studentimmuupdate[a].sims_enroll_number,sims_immunization_age_group_code:s.studentimmuupdate[a].sims_immunization_age_group_code,student_immunization_code:s.studentimmuupdate[a].student_immunization_code,sims_vaccination_date:s.studentimmuupdate[a].sims_vaccination_date,sims_vaccination_renewal_date:e,student_immunization_desc:s.studentimmuupdate[a].student_immunization_desc,student_immunization_dosage1:s.studentimmuupdate[a].student_immunization_dosage1,student_immunization_dosage2:s.studentimmuupdate[a].student_immunization_dosage2,student_immunization_dosage3:s.studentimmuupdate[a].student_immunization_dosage3,student_immunization_dosage4:s.studentimmuupdate[a].student_immunization_dosage4,student_immunization_dosage5:s.studentimmuupdate[a].student_immunization_dosage5,opr:"U"},t.push(e));n.post(i.apiUrl+"api/MedicalStudentImmunizationApply/StudentApplyImmunization",t).then(function(e){s.msg1=e.data,void 0!==s.msg1.strMessage?null===s.msg1.strMessage&&""===s.msg1.strMessage&&"undefined"===s.msg1.strMessage||swal({title:"Alert",text:s.msg1.strMessage,width:380,height:200}):swal({title:"Alert",text:"Please Select CheckBox...",width:380,height:200})})},s.searchedupdate=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).student_name.toLowerCase().indexOf(t.toLowerCase())||-1<e.student_age_group.toLowerCase().indexOf(t.toLowerCase())||e.student_age_group===t;var t})},s.searchforupdate=function(){s.studentimmuupdate=s.searchedupdate(s.studentimmuupdate,s.searchTextupdate),""===s.searchTextupdate?s.studentimmuupdate=s.allrecordforupdate:s.studentimmuupdate=s.studentimmuupdate}}])}(),function(){"use strict";angular.module("sims.module.Health").controller("PCRDetailsCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV","AuthenticationService",function(a,e,t,o,s,n,i,d){a.display=!0,a.alternative=!1,a.main=!0,a.temp={},a.temp1={},a.pagesize="10",a.pageindex="0",a.pager=!0,a.grid=!1,a.busy=!1;n.post(i.apiUrl+"api/Transportdashboard/ShowDropdwnDatatransport",{opr:"C"}).then(function(e){a.curiculums=e.data.table,a.temp.sims_cur_code=a.curiculums[0].sims_cur_code,a.academicYear()}),a.academicYear=function(){var e={opr:"A",curcode:a.temp.sims_cur_code};n.post(i.apiUrl+"api/Transportdashboard/ShowDropdwnDatatransport",e).then(function(e){a.academics=e.data.table,a.temp.sims_academic_year=a.academics[0].sims_academic_year,a.gradeCodes()})},a.gradeCodes=function(){var e={opr:"G",curcode:a.temp.sims_cur_code,academic_year:a.temp.sims_academic_year};n.post(i.apiUrl+"api/Transportdashboard/ShowDropdwnDatatransport",e).then(function(e){a.gradecodes=e.data.table,setTimeout(function(){$("#cmb_grade").change(function(){}).multipleSelect({width:"100%"})},1e3)})},a.getdata=function(e){n.get(i.apiUrl+"api/MedicalStudentSusceptibility/getPCRdata?subopr="+e).then(function(e){a.pcr_data_Values=e.data,a.grid=!0,a.totalItems=a.pcr_data_Values.length,a.todos=a.pcr_data_Values,a.makeTodos()})},a.showData=function(){n.get(i.apiUrl+"api/MedicalStudentSusceptibility/getPCRdata_with_filtrers?academic_year="+a.temp.sims_academic_year+"&curriculum="+a.temp.sims_cur_code+"&enrollment_no="+a.temp.sims_pcr_enroll_number+"&parent_id="+a.temp.sims_pcr_parent_id).then(function(e){a.pcr_data_Values=e.data,a.grid=!0,a.totalItems=a.pcr_data_Values.length,a.todos=a.pcr_data_Values,a.makeTodos()})},a.download=function(e,t){t=a.uploadfileurl+t;window.open(t,"_new")},a.filteredTodos=[],a.currentPage=1,a.numPerPage=10,a.maxSize=10,a.makeTodos=function(){var e=parseInt(a.totalItems%a.numPerPage),e=(a.pagersize="0"==e?parseInt(a.totalItems/a.numPerPage):parseInt(a.totalItems/a.numPerPage)+1,(a.currentPage-1)*a.numPerPage),t=parseInt(e)+parseInt(a.numPerPage);a.filteredTodos=a.todos.slice(e,t);for(let e=0;e<a.filteredTodos.length;e++)a.filteredTodos[e].icon="fa fa-plus-circle"};let c=0;window.addEventListener("scroll",function(){var e=window.pageYOffset||document.documentElement.scrollTop;c,o(function(){$("#fixTable").tableHeadFixer({top:1})},100),c=e<=0?0:e},!1),a.size=function(e){"All"==e?(a.currentPage="1",a.filteredTodos=a.pcr_data_Values,a.pager=!1):(a.pager=!0,a.pagesize=e,a.currentPage=1,a.numPerPage=e,a.makeTodos()),a.numPerPage=e},a.index=function(e){a.pageindex=e,a.currentPage=e,a.makeTodos()},a.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).sims_pcr_enroll_number.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_pcr_student_name.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_parents_contact_number.toLowerCase().indexOf(t.toLowerCase());var t})},a.search=function(){a.todos=a.searched(a.pcr_data_Values,a.searchText),a.totalItems=a.todos.length,a.currentPage="1",""==a.searchText&&(a.todos=a.pcr_data_Values),a.makeTodos()},a.exportdata=function(){a.fileName="PCR_Detail_Dashboard",a.exportData=[],0<a.filteredTodos.length&&(a.exportData.push(["sims_pcr_enroll_number","sims_pcr_student_name","sims_pcr_grade_code","sims_pcr_section_code","sims_pcr_academic_year","sims_pcr_positive","sims_pcr_negative","sims_pcr_expired","sims_pcr_vaccination","sims_pcr_non_vaccinated","sims_pcr_document","sims_pcr_parent_id","sims_pcr_curriculum","sims_Date_of_vaccine","sims_dose_no","sims_parents_contact_number"]),angular.forEach(a.filteredTodos,function(e,t){a.exportData.push([e.sims_dose_no,e.sims_parents_contact_number,e.sims_pcr_academic_year,e.sims_pcr_curriculum,e.sims_pcr_document,e.sims_pcr_enroll_number,e.sims_pcr_expired,e.sims_pcr_grade_code,e.sims_pcr_negative,e.sims_pcr_non_vaccinated,e.sims_pcr_parent_id,e.sims_pcr_positive,e.sims_pcr_section_code,e.sims_pcr_student_name,e.sims_pcr_vaccination])}),a.exportexcel(a.exportData))},a.exportexcel=function(e){var t=new function e(){if(!(this instanceof e))return new e;this.SheetNames=[],this.Sheets={}},e=function(a){var o,s={},n={s:{c:1e7,r:1e7},e:{c:0,r:0}};for(let t=0;t!=a.length;++t)for(let e=0;e!=a[t].length;++e){n.s.r>t&&(n.s.r=t),n.s.c>e&&(n.s.c=e),n.e.r<t&&(n.e.r=t),n.e.c<e&&(n.e.c=e);var i,d={v:a[t][e]};null!=d.v&&(i=XLSX.utils.encode_cell({c:e,r:t}),"number"==typeof d.v?d.t="n":"boolean"==typeof d.v?d.t="b":d.v instanceof Date?(d.t="n",d.z=XLSX.SSF._table[14],d.v=(o=d.v,void 0&&(o+=1462),(Date.parse(o)-new Date(Date.UTC(1899,11,30)))/864e5)):d.t="s",s[i]=d)}return n.s.c<1e7&&(s["!ref"]=XLSX.utils.encode_range(n)),s}(e),e=(t.SheetNames.push("Sheet1"),t.Sheets.Sheet1=e,XLSX.write(t,{bookType:"xlsx",bookSST:!0,type:"binary"}));saveAs(new Blob([function(t){var e=new ArrayBuffer(t.length),a=new Uint8Array(e);for(let e=0;e!=t.length;++e)a[e]=255&t.charCodeAt(e);return e}(e)],{type:"application/octet-stream"}),a.fileName+".xlsx")}}])}(),function(){"use strict";var c,e=angular.module("sims.module.Health");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("MedicalStudentSusceptibilityCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(s,e,t,a,o,n,i){s.pagesize="10",s.pageindex=0,s.save_btn=!0,s.Update_btn=!1,s.display=!1,s.table=!1,s.table1=!0,s.enrollno=!0,s.upperPart=!0,s.enroll_number=[],s.isLimitExceeded=!1,s.inputTextDesc="",s.requiredDesc=!1,a(function(){$("#fixTable").tableHeadFixer({top:1})},100),n.get(i.apiUrl+"api/common/getCuriculum").then(function(e){s.curriculum=e.data,s.edt={sims_cur_code:s.curriculum[0].sims_cur_code},s.getAccYear(s.curriculum[0].sims_cur_code)}),s.getAccYear=function(e){n.get(i.apiUrl+"api/common/getAcademicYear?curCode="+e).then(function(e){s.Acc_year=e.data,s.edt={sims_cur_code:s.curriculum[0].sims_cur_code,sims_academic_year:s.Acc_year[0].sims_academic_year},s.getGrade(s.edt.sims_cur_code,s.edt.sims_academic_year)})},s.getGrade=function(e,t){n.get(i.apiUrl+"api/common/getAllGrades?cur_code="+e+"&academic_year="+t).then(function(e){s.Grade_code=e.data}),s.getSection(s.edt.sims_cur_code,s.edt.sims_grade_code,s.edt.sims_academic_year)},s.getSection=function(e,t,a){n.get(i.apiUrl+"api/common/getSectionFromGrade?cur_code="+s.edt.sims_cur_code+"&grade_code="+s.edt.sims_grade_code+"&academic_year="+s.edt.sims_academic_year).then(function(e){s.Section_code=e.data})},n.get(i.apiUrl+"api/MedicalStudentSusceptibility/getSusceptibilityDesc").then(function(e){s.display=!1,s.table=!1,s.table1=!0,s.suscept=e.data}),s.Show_Data=function(e,t,a,o){null!=e&&null!=t&&null!=a&&null!=o?n.get(i.apiUrl+"api/MedicalStudentSusceptibility/GetAllMedicalSusceptibilityCode?cur_name="+e+"&academic_year="+t+"&grd_code="+a+"&sec_code="+o).then(function(e){s.obj1=e.data,s.totalItems=s.obj1.length,s.todos=s.obj1,s.makeTodos(),0==s.suscept.length?swal({title:"Alert",text:"Please Try Again Record Not Found...",showCloseButton:!0,width:450,height:200}):(s.display=!1,s.table=!0,s.table1=!0,s.index("1"))}):swal({title:"Alert",text:"Please Select Curriculum ,Academic Year,Grade and Section Then Try Again...",showCloseButton:!0,width:450,height:200})},s.expand=function(e,t){"none"==e.sims_isexpanded?(e.sims_icon="fa fa-minus-circle",e.sims_isexpanded="grid"):(e.sims_icon="fa fa-plus-circle",e.sims_isexpanded="none")},s.empty=function(){s.table=!1},t.visible_stud=!0,t.visible_parent=!1,t.visible_search_parent=!1,t.visible_teacher=!1,t.visible_User=!1,t.visible_Employee=!1,t.chkMulti=!0,s.SearchStudentWindow=function(){s.global_Search_click(),$("#Global_Search_Modal").modal({backdrop:"static"})},s.$on("global_cancel",function(){if(0<s.SelectedUserLst.length)for(var e=0;e<s.SelectedUserLst.length;e++)s.enroll_number_record={student_ENrollno:s.SelectedUserLst[e].s_enroll_no,student_name:s.SelectedUserLst[e].name,s_class:s.SelectedUserLst[e].s_class},s.enroll_number.push(s.enroll_number_record);s.em_number=s.edt.em_number}),s.Reset=function(){s.temp=""},s.Reset_Data=function(){s.edt={sims_cur_code:"",sims_academic_year:"",sims_grade_code:"",sims_section_code:""},s.searchText="",s.temp="",s.display=!1,s.table=!1,s.table1=!0},s.ClearCheckBox=function(){if(1==(c=document.getElementById("mainchk")).checked){for(var e=0;e<s.filteredTodos.length;e++){var t=s.filteredTodos[e].sims_batch_enroll_number;document.getElementById(t).checked=!1,Student_bacth_code=[],s.row1=""}c.checked=!1}},s.default_img="https://assets.mograsys.com/Content/"+n.defaults.headers.common.schoolId+"/Images/StudentImages",s.addRow=function(e){s.enroll_number.push({student_ENrollno:e.student_ENrollno,s_class:e.s_class,student_name:e.student_name,sims_susceptibility_code:"",sims_susceptibility_desc:""})},s.checkCharacterLimit=function(e){s.isLimitExceeded=50<e.sims_susceptibility_desc.length},s.blockExcessInput=function(e,t){50<t.sims_susceptibility_desc.length&&8!==e.keyCode&&e.preventDefault()},s.RemoverequiredDesc=function(){s.requiredDesc=!1},s.RemoveEnrollMentNo=function(e,t,a){a.splice(t,1),s.requiredDesc=!1},s.MultipleStudentSelect=function(){if(s.enroll_number=[],1==(c=document.getElementById("mainchk1")).checked)for(var e=0;e<s.student.length;e++){var t=s.student[e].s_enroll_no;document.getElementById(t+e).checked=!0,s.enroll_number.push(s.student[e])}else for(e=0;e<s.student.length;e++){t=s.student[e].s_enroll_no;document.getElementById(t+e).checked=!1,s.enroll_number=[]}},s.size=function(e){"All"==e?(s.currentPage="1",s.pager=!1):(s.pager=!0,s.pagesize=e,s.currentPage=1,s.numPerPage=e,s.numPerPage=e,console.log("numPerPage="+s.numPerPage),s.makeTodos())},s.index=function(e){s.pageindex=e,s.currentPage=e,console.log("currentPage="+s.currentPage),s.makeTodos(),c.checked=!1,s.CheckAllChecked()},s.filteredTodos=[],s.currentPage=1,s.numPerPage=10,s.maxSize=10,s.makeTodos=function(){var e=parseInt(s.totalItems%s.numPerPage),e=(s.pagersize="0"==e?parseInt(s.totalItems/s.numPerPage):parseInt(s.totalItems/s.numPerPage)+1,(s.currentPage-1)*s.numPerPage),t=parseInt(e)+parseInt(s.numPerPage);console.log("begin="+e),console.log("end="+t),s.filteredTodos=s.todos.slice(e,t)},s.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).sims_student_name.toLowerCase().indexOf(t.toLowerCase())||-1<e.gradeSection_Name.toLowerCase().indexOf(t.toLowerCase())||e.sims_enrollment_no==t;var t})},s.CheckAllChecked=function(){if(1==(c=document.getElementById("mainchk")).checked)for(var e=0;e<s.filteredTodos.length;e++)document.getElementById(s.filteredTodos[e].sims_enrollment_no+e).checked=!0,s.row1="row_selected",$("tr").addClass("row_selected");else for(e=0;e<s.filteredTodos.length;e++)document.getElementById(s.filteredTodos[e].sims_enrollment_no+e).checked=!1,c.checked=!1,s.row1="",$("tr").removeClass("row_selected")},s.checkonebyoneselect=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),s.color="#edefef"}),1==(c=document.getElementById("mainchk")).checked&&(c.checked=!1,$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected")}))},s.deleterecord=function(){s.flag=!1;for(var e,o=[],t=0;t<s.filteredTodos.length;t++)1==document.getElementById(s.filteredTodos[t].sims_enrollment_no+t).checked&&(s.flag=!0,e={sims_enrollment_no:s.filteredTodos[t].sims_enrollment_no,opr:"D"},o.push(e));s.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)n.post(i.apiUrl+"api/MedicalStudentSusceptibility/CUDMedicalStudentSusceptibility",o).then(function(e){s.msg1=e.data,1==s.msg1?swal({text:"Record Deleted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}):swal({text:"Record Not Deleted. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}),s.Show_Data(s.edt.sims_cur_code,s.edt.sims_academic_year,s.edt.sims_grade_code,s.edt.sims_section_code)});else for(var t=0;t<s.filteredTodos.length;t++){var a=document.getElementById(s.filteredTodos[t].sims_enrollment_no+t);1==a.checked&&(a.checked=!1,c.checked=!1,s.row1="",$("tr").removeClass("row_selected"))}}):swal({text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}),c.checked=!1,s.currentPage=!0,s.currentPage=str},s.search=function(){s.todos=s.searched(s.obj1,s.searchText),s.totalItems=s.todos.length,s.currentPage="1",""==s.searchText&&(s.todos=s.obj1),s.makeTodos(),c.checked=!1,s.CheckAllChecked()},s.New=function(){s.upperPart=!1,s.searchStud=!1,s.disabled=!1,s.readonly=!0,s.table=!1,s.table1=!1,s.display=!0,s.save_btn=!0,s.Update_btn=!1,s.temp="",s.enrollno=!0,s.ClearCheckBox(),s.temp="",s.Myform.$setPristine(),s.Myform.$setUntouched()};var d=[];s.savedata=function(e){0==e&&(s.requiredDesc=!0);if(0<s.enroll_number.length){if(e&&(console.log("Enroll no:",s.enroll_number),0<s.enroll_number.length)){for(var t=0;t<s.enroll_number.length;t++)for(var a=0;a<s.suscept.length;a++)s.enroll_number[t].sims_susceptibility_code==s.suscept[a].sims_susceptibility_code&&d.push({sims_enrollment_no:s.enroll_number[t].student_ENrollno,sims_susceptibility_code:s.enroll_number[t].sims_susceptibility_code,sims_susceptibility_desc:s.enroll_number[t].sims_susceptibility_desc,opr:"I"});n.post(i.apiUrl+"api/MedicalStudentSusceptibility/CUDMedicalStudentSusceptibility",d).then(function(e){d=[],s.enroll_number=[],s.msg1=e.data,1==s.msg1?swal({text:"Record Inserted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}):0==s.msg1?swal({text:"Record Not Inserted for Duplicate Susceptibility",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}):swal("Error-"+s.msg1),s.Show_Data(s.edt.sims_cur_code,s.edt.sims_academic_year,s.edt.sims_grade_code,s.edt.sims_section_code)}),s.upperPart=!0,s.display=!1,s.table=!0,s.table1=!0,s.enroll_number=[],d=[],s.edt.sims_grade_code="",s.edt.sims_section_code=""}}else swal({text:"Please select student then try to save.",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380})},s.Cancel=function(){s.upperPart=!0,s.temp="",s.table=!1,s.table1=!0,s.display=!1,s.Myform.$setPristine(),s.Myform.$setUntouched(),s.temp.sims_susceptibility_code="",s.enrollname=""}}])}(),function(){"use strict";angular.module("sims.module.Health").controller("medicalImmunizationCont",["$scope","$state","$rootScope","$timeout","$http","ENV",function(s,e,t,a,n,i){s.display=!1,s.itemsPerPage="10",s.currentPage=0,s.pagesize="10",s.pageindex=0,s.items=[],s.url=i.apiUrl+"Content/"+n.defaults.headers.common.schoolId,s.display=!1,s.grid=!0,s.user_access=[],s.appcode=e.current.name.split(".");var d,e=t.globals.currentUser.username;n.get(i.apiUrl+"api/AlertTransaction/Get_user_access_rights?username="+e+"&appl_code="+s.appcode[1]).then(function(e){s.user_rights=e.data;for(let e=0;e<s.user_rights.length;e++)0==e&&(s.user_access.data_read=s.user_rights[e].comn_user_read,s.user_access.data_insert=s.user_rights[e].comn_user_insert,s.user_access.data_update=s.user_rights[e].comn_user_update,s.user_access.data_delete=s.user_rights[e].comn_user_delete,s.user_access.data_massupdate=s.user_rights[e].comn_user_massupdate,s.user_access.is_admin=s.user_rights[e].comn_user_admin)}),a(function(){$("#fixTable").tableHeadFixer({top:1})},100),s.size=function(e){"All"==e?(s.currentPage="1",s.pager=!1):(s.pager=!0,s.pagesize=e,s.currentPage=1,s.numPerPage=e,s.numPerPage=e,s.makeTodos())},s.index=function(e){s.pageindex=e,s.currentPage=e,s.makeTodos(),d.checked=!1,s.CheckAllChecked()},s.filteredTodos=[],s.currentPage=1,s.numPerPage=10,s.maxSize=10,s.makeTodos=function(){var e=parseInt(s.totalItems%s.numPerPage),e=(s.pagersize="0"===e?parseInt(s.totalItems/s.numPerPage):parseInt(s.totalItems/s.numPerPage)+1,(s.currentPage-1)*s.numPerPage),t=parseInt(e)+parseInt(s.numPerPage);s.filteredTodos=s.todos.slice(e,t)},n.get(i.apiUrl+"api/common/Medical_Immunization/GetSims_MedicalImmunization").then(function(e){s.display=!1,s.grid=!0,s.items=e.data,s.totalItems=s.items.length,s.todos=s.items,s.makeTodos(),0==s.items.length&&swal({title:"Alert",text:"No Record Found...",showCloseButton:!0,width:450,height:200})}),n.get(i.apiUrl+"api/common/Medical_Immunization/GetAllMedicalImmunizationAgeGroupCode").then(function(e){s.cmbgroupCode=e.data}),n.get(i.apiUrl+"api/common/MedicalExamination/GetAllMedicalExaminationName").then(function(e){s.cmbExaminationName=e.data}),s.edit=function(e){!1===s.user_access.data_update?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(s.edt=e,s.display=!0,s.grid=!1,s.update1=!0,s.editflg=!0,s.save1=!1)},s.Update=function(e){e.$valid&&((e=s.edt).opr="U",n.post(i.apiUrl+"api/common/Medical_Immunization/InsertSims_MedicalImmunization",e).then(function(e){s.ins=e.data,!0===e.data?(swal({text:"Record Updated Successfully.",imageUrl:"assets/img/check.png"}),n.get(i.apiUrl+"api/common/Medical_Immunization/GetSims_MedicalImmunization").then(function(e){s.display=!1,s.grid=!0,s.items=e.data,s.totalItems=s.items.length,s.todos=s.items,s.makeTodos()})):!1===e.data?swal({text:"Record Not Updated .",imageUrl:"assets/img/close.png"}):swal("Error-"+s.ins)}))},s.Save=function(e){e.$valid&&((e=s.edt).opr="I",n.post(i.apiUrl+"api/common/Medical_Immunization/InsertSims_MedicalImmunization",e).then(function(e){s.ins=e.data,!0===e.data?(swal({text:"Record Inserted Successfully.",imageUrl:"assets/img/check.png"}),n.get(i.apiUrl+"api/common/Medical_Immunization/GetSims_MedicalImmunization").then(function(e){s.display=!1,s.grid=!0,s.items=e.data,s.totalItems=s.items.length,s.todos=s.items,s.makeTodos()})):!1===e.data?swal({text:"Record Not Inserted.",imageUrl:"assets/img/notification-alert.png"}):swal("Error-"+s.ins)}))},s.New=function(){!1===s.user_access.data_insert?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(s.edt="",s.grid=!1,s.display=!0,s.save1=!0,s.editflg=!1,s.edt={},s.edt.sims_immunization_status=!0)},s.CheckAllChecked=function(){if(!0===(d=document.getElementById("chk_min")).checked)for(let e=0;e<s.filteredTodos.length;e++)document.getElementById(s.filteredTodos[e].sims_immunization_code+e).checked=!0,s.row1="row_selected",$("tr").addClass("row_selected");else for(let e=0;e<s.filteredTodos.length;e++)document.getElementById(s.filteredTodos[e].sims_immunization_code+e).checked=!1,d.checked=!1,s.row1="",$("tr").removeClass("row_selected")},s.checkonebyoneselect=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),s.color="#edefef"}),!0===(d=document.getElementById("chk_min")).checked&&(d.checked=!1,$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected")}))},s.OkDelete=function(){var t;if(!1===s.user_access.data_delete)swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200});else{s.flag=!1;var a="";for(let e=0;e<s.filteredTodos.length;e++)!0===(t=document.getElementById(s.filteredTodos[e].sims_immunization_code+e)).checked&&(s.flag=!0,a=a+s.items[e].sims_immunization_code+",");var o={sims_immunization_code:a,opr:"X"};s.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)n.post(i.apiUrl+"api/common/Medical_Immunization/InsertSims_MedicalImmunization",o).then(function(e){!0===e.data?(swal({text:"Record Deleted Successfully.",imageUrl:"assets/img/check.png"}),n.get(i.apiUrl+"api/common/Medical_Immunization/GetSims_MedicalImmunization").then(function(e){s.display=!1,s.grid=!0,s.items=e.data,s.totalItems=s.items.length,s.todos=s.items,s.makeTodos()})):!1===e.data?swal({text:"Record Not Deleted."+s.ins,imageUrl:"assets/img/notification-alert.png"}):swal("Error-"+s.ins)});else{!0===(d=document.getElementById("chk_min")).checked&&(d.checked=!1);for(let e=0;e<s.filteredTodos.length;e++)!0===(t=document.getElementById(s.filteredTodos[e].sims_library_fee_number+e)).checked&&(t.checked=!1,d.checked=!1,$("tr").removeClass("row_selected"))}}):swal({text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}),s.currentPage=str,s.row1=""}},s.cancel=function(){s.grid=!0,s.display=!1,s.update1=!1,s.save1=!1,s.editflg=!1},s.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).sims_immunization_code.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_immunization_dosage1.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_immunization_dosage2.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_immunization_dosage3.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_immunization_desc.toLowerCase().indexOf(t.toLowerCase());var t})},s.search=function(){s.todos=s.searched(s.items,s.searchText),s.totalItems=s.todos.length,s.currentPage="1",""==s.searchText&&(s.todos=s.items),s.makeTodos(),d.checked=!1,s.CheckAllChecked()}}])}(),function(){"use strict";var e=angular.module("sims.module.Health");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("medicalImmunizationGroupCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","$filter","ENV",function(d,e,t,a,o,c,s,l){d.user_access=[],d.pagesize="10",d.pageindex="0",d.pager=!0,d.appcode=e.current.name.split(".");e=t.globals.currentUser.username;c.get(l.apiUrl+"api/AlertTransaction/Get_user_access_rights?username="+e+"&appl_code="+d.appcode[1]).then(function(e){d.user_rights=e.data;for(var t=0;t<d.user_rights.length;t++)0==t&&(d.user_access.data_read=d.user_rights[t].comn_user_read,d.user_access.data_insert=d.user_rights[t].comn_user_insert,d.user_access.data_update=d.user_rights[t].comn_user_update,d.user_access.data_delete=d.user_rights[t].comn_user_delete,d.user_access.data_massupdate=d.user_rights[t].comn_user_massupdate,d.user_access.is_admin=d.user_rights[t].comn_user_admin)}),d.display=!1,d.itemsPerPage="10",d.currentPage=0,d.items=[],d.url=l.apiUrl+"Content/"+c.defaults.headers.common.schoolId,c.get(l.apiUrl+"api/common/MedicalExamination/GetSims_MedicalImmunizationGroup").then(function(e){d.display=!1,d.grid=!0,d.items=e.data,d.todos=d.items,d.totalItems=d.items.length,d.makeTodos()}),d.range=function(){for(var e=[],t=d.currentPage,a=t=t>d.pageCount()-5?d.pageCount()-5+1:t;a<t+5;a++)0<=a&&e.push(a);return e},d.prevPage=function(){0<d.currentPage&&d.currentPage--},d.prevPageDisabled=function(){return 0===d.currentPage?"disabled":""},d.pageCount=function(){return Math.ceil(d.items.length/d.itemsPerPage)-1},d.nextPage=function(){d.currentPage<d.pageCount()&&d.currentPage++},d.nextPageDisabled=function(){return d.currentPage===d.pageCount()?"disabled":""},d.setPage=function(e){d.currentPage=e},d.edit=function(e){0==d.user_access.data_update?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(d.edt=e,d.display=!0,d.grid=!1,d.update1=!0,d.editflg=!0,d.save1=!1,d.curChange(e.sims_timetable_cur),d.academicChange(e.sims_academic_year),d.gradeChange(e.sims_grade))},d.Update=function(e){var t;e.$valid&&(t=[],(e=d.edt).opr="U",t.push(e),c.post(l.apiUrl+"api/common/MedicalExamination/InsertSims_MedicalImmunizationGroup",t).then(function(e){d.ins=e.data,d.Myform.$setPristine(),d.Myform.$setUntouched(),1==e.data?(swal({text:"Record Updated Successfully.",imageUrl:"assets/img/check.png"}),c.get(l.apiUrl+"api/common/MedicalExamination/GetSims_MedicalImmunizationGroup").then(function(e){d.display=!1,d.grid=!0,d.items=e.data,d.totalItems=d.items.length,d.todos=d.items,d.makeTodos()})):0==e.data?swal({text:"Record Not Updated .",imageUrl:"assets/img/close.png"}):swal("Error-"+d.ins),t=[]}))},d.Save=function(e){var t;d.update1||e.$valid&&(t=[],(e=d.edt).opr="I",t.push(e),c.post(l.apiUrl+"api/common/MedicalExamination/InsertSims_MedicalImmunizationGroup",t).then(function(e){d.ins=e.data,d.Myform.$setPristine(),d.Myform.$setUntouched(),1==e.data?(swal({text:"Record Inserted Successfully.",imageUrl:"assets/img/check.png"}),c.get(l.apiUrl+"api/common/MedicalExamination/GetSims_MedicalImmunizationGroup").then(function(e){d.display=!1,d.grid=!0,d.items=e.data,d.totalItems=d.items.length,d.todos=d.items,d.makeTodos()})):0==e.data?swal({text:"Record Not Inserted.",imageUrl:"assets/img/close.png"}):swal("Error-"+d.ins),t=[]}))},d.New=function(){0==d.user_access.data_insert?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(d.edt="",d.grid=!1,d.display=!0,d.save1=!0,d.editflg=!1,d.edt={},d.update1=!1,d.edt.sims_immunization_age_group_status=!0)};var r;d.CheckAllChecked=function(){if(1==(r=document.getElementById("mainchk")).checked)for(var e=0;e<d.filteredTodos.length;e++)document.getElementById(e+d.filteredTodos[e].sims_immunization_age_group_code).checked=!0,d.row1="row_selected",$("tr").addClass("row_selected");else for(e=0;e<d.filteredTodos.length;e++)document.getElementById(e+d.filteredTodos[e].sims_immunization_age_group_code).checked=!1,r.checked=!1,d.row1="",$("tr").removeClass("row_selected")},d.checkonebyoneselect=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),d.color="#edefef"}),1==(r=document.getElementById("mainchk")).checked&&(r.checked=!1,$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected")}))},d.OkDelete=function(){if(0==d.user_access.data_delete)swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200});else{d.flag=!1;for(var e,i=[],t=0;t<d.filteredTodos.length;t++)1==document.getElementById(t+d.filteredTodos[t].sims_immunization_age_group_code).checked&&(d.flag=!0,e={sims_immunization_age_group_code:d.filteredTodos[t].sims_immunization_age_group_code,opr:"D"},i.push(e));d.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(s){if(s){var n=i;c.get(l.apiUrl+"api/common/Medical_Immunization/GetSims_MedicalImmunization").then(function(e){for(var t=e.data,a=0;a<t.length;a++)for(var o=0;o<i.length;o++)t[a].sims_immunization_age_group_code==i[o].sims_immunization_age_group_code&&n.splice(o,1);0<n.length?c.post(l.apiUrl+"api/common/MedicalExamination/InsertSims_MedicalImmunizationGroup",n).then(function(e){1==e.data?(swal({text:"Record Deleted Successfully.",imageUrl:"assets/img/check.png"}),s&&(1==(r=document.getElementById("mainchk")).checked&&(r.checked=!1,d.row1=""),c.get(l.apiUrl+"api/common/MedicalExamination/GetSims_MedicalImmunizationGroup").then(function(e){d.display=!1,d.grid=!0,d.items=e.data,d.totalItems=d.items.length,d.todos=d.items,d.makeTodos(),d.currentPage=0})),i=[],d.currentPage=!0):0==e.data?swal({text:"Record Deleted Successfully.",imageUrl:"assets/img/check.png"}):swal("Error-"+d.ins)}):swal({text:"Please Select not mapped records",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380})})}else{1==(r=document.getElementById("mainchk")).checked&&(r.checked=!1);for(var e=0;e<d.items.length;e++){var t=document.getElementById(e+d.items[e].sims_immunization_age_group_code);1==t.checked&&(t.checked=!1,r.checked=!1,$("tr").removeClass("row_selected"))}}}):swal({text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}),d.row1=""}},d.cancel=function(){d.grid=!0,d.display=!1,d.update1=!1,d.save1=!1,d.editflg=!1,d.Myform.$setPristine(),d.Myform.$setUntouched()},d.filteredTodos=[],d.currentPage=1,d.numPerPage=10,d.maxSize=10,d.makeTodos=function(){var e=parseFloat(d.totalItems%d.numPerPage),e=(d.pagersize="0"===e?parseFloat(d.totalItems/d.numPerPage):parseFloat(d.totalItems/d.numPerPage)+1,(d.currentPage-1)*d.numPerPage),t=parseFloat(e)+parseFloat(d.numPerPage);d.filteredTodos=d.todos.slice(e,t)},d.size=function(e){"All"===e?(d.currentPage="1",d.filteredTodos=d.items,d.pager=!1):(d.pager=!0,d.pagesize=e,d.currentPage=1,d.numPerPage=e,d.makeTodos())},d.index=function(e){d.pageindex=e,d.currentPage=e,d.makeTodos()},d.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<e.sims_immunization_age_group_desc.toLowerCase().indexOf(t.toLowerCase());var t})},d.search=function(){if(d.todos=d.searched(d.items,d.searchText),d.totalItems=d.todos.length,d.currentPage="1",""==d.searchText&&(d.todos=d.items),d.makeTodos(),1==(r=document.getElementById("mainchk")).checked){r.checked=!1;for(let e=0;e<d.filteredTodos.length;e++){var t=d.filteredTodos[e].sims_immunization_age_group_code;document.getElementById(t).checked=!1,r.checked=!1,d.row1=""}}}}])}(),function(){"use strict";var e=angular.module("sims.module.Health");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("medicalMedicineCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","$filter","ENV",function(s,e,t,a,o,n,i,d){s.display=!1,s.itemsPerPage="All",s.size(s.itemsPerPage),s.currentPage=0,s.items=[],s.user_access=[],s.appcode=e.current.name.split(".");e=t.globals.currentUser.username;s.AddStock=!1,s.AddStockFields=!1,n.get(d.apiUrl+"api/AlertTransaction/Get_user_access_rights?username="+e+"&appl_code="+s.appcode[1]).then(function(e){s.user_rights=e.data;for(var t=0;t<s.user_rights.length;t++)0==t&&(s.user_access.data_read=s.user_rights[t].comn_user_read,s.user_access.data_insert=s.user_rights[t].comn_user_insert,s.user_access.data_update=s.user_rights[t].comn_user_update,s.user_access.data_delete=s.user_rights[t].comn_user_delete,s.user_access.data_massupdate=s.user_rights[t].comn_user_massupdate,s.user_access.is_admin=s.user_rights[t].comn_user_admin)}),s.url=d.apiUrl+"Content/"+n.defaults.headers.common.schoolId,n.get(d.apiUrl+"api/common/MedicalMedicine/GetSims_MedicalMedicine").then(function(e){s.display=!1,s.grid=!0,s.CreDiv=e.data,console.log(e.data),s.totalItems=s.CreDiv.length,s.todos=s.CreDiv,s.makeTodos()}),n.get(d.apiUrl+"api/common/MedicalMedicine/GetMedicineType").then(function(e){s.cmbMedicineType=e.data}),n.get(d.apiUrl+"api/common/MedicalMedicine/GetMedicineAlert").then(function(e){s.cmbAlert=e.data}),n.get(d.apiUrl+"api/common/MedicalMedicine/getmedicinecount?opr=O").then(function(e){s.countdata=[],s.countdata=e.data,0<s.countdata.length&&(s.expired_medicine=s.countdata[0].expired_medicine,s.count_30_days_to_expired_medicine=s.countdata[0].count_30_days_to_expired_medicine,s.all_medicine=s.countdata[0].all_medicine)}),s.getexpireddata=function(){var e=s.edt;e.opr="EL",console.log("Expired data",e),n.get(d.apiUrl+"api/common/MedicalMedicine/GetSims_MedicalMedicinecount?opr="+e.opr).then(function(e){s.display=!1,s.grid=!0,s.CreDiv=e.data,console.log(e.data),s.totalItems=s.CreDiv.length,s.todos=s.CreDiv,s.makeTodos()})},s.getonemonthdata=function(){var e=s.edt;e.opr="AL",console.log("one month data",e),n.get(d.apiUrl+"api/common/MedicalMedicine/GetSims_MedicalMedicinecount?opr="+e.opr).then(function(e){s.display=!1,s.grid=!0,s.CreDiv=e.data,console.log(e.data),s.totalItems=s.CreDiv.length,s.todos=s.CreDiv,s.makeTodos()})},s.getalldata=function(){n.get(d.apiUrl+"api/common/MedicalMedicine/GetSims_MedicalMedicine").then(function(e){s.display=!1,s.grid=!0,s.CreDiv=e.data,console.log(e.data),s.totalItems=s.CreDiv.length,s.todos=s.CreDiv,s.makeTodos()})},s.isExpired=function(e){var e=e.sims_medicine_expirey_date,t=(console.log("Expiry Date:",e),e.substr(0,2)),a=e.substr(3,2),e=e.substr(6,4),e=new Date(e,a-1,t),a=new Date,t=(console.log("Expiry Date:",e),console.log("Current Date:",a),e<a);return console.log("Expired:",t),t},s.size=function(e){"All"===e?(s.currentPage=1,s.pager=!1,s.numPerPage=s.totalItems):(s.pager=!0,s.pagesize=e,s.currentPage=1,s.numPerPage=e),s.makeTodos()},s.index=function(e){s.pageindex=e,s.currentPage=e,console.log("currentPage="+s.currentPage),s.makeTodos(),c.checked=!1,s.CheckAllChecked()},s.filteredTodos=[],s.currentPage=1,s.numPerPage="All",s.maxSize=10,s.makeTodos=function(){var e,t;"All"===s.numPerPage?(s.pagersize=1,s.filteredTodos=s.todos.slice(0)):(e=parseInt(s.totalItems%s.numPerPage),s.pagersize=0===e?parseInt(s.totalItems/s.numPerPage):parseInt(s.totalItems/s.numPerPage)+1,e=(s.currentPage-1)*s.numPerPage,t=Math.min(e+parseInt(s.numPerPage),s.totalItems),console.log("begin="+e),console.log("end="+t),s.filteredTodos=s.todos.slice(e,t))},s.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).sims_medicine_typename.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_medicine_name.toLowerCase().indexOf(t.toLowerCase())||e.sims_medicine_code==t;var t})},s.search=function(){s.todos=s.searched(s.CreDiv,s.searchText),s.totalItems=s.todos.length,s.currentPage="1",""==s.searchText&&(s.todos=s.CreDiv),s.makeTodos(),c.checked=!1,s.CheckAllChecked()},s.edit=function(e){0==s.user_access.data_update?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(s.edt=e,s.display=!0,s.grid=!1,s.update1=!0,s.editflg=!0,s.save1=!1,s.AddStock=!0,s.curChange(e.sims_timetable_cur),s.academicChange(e.sims_academic_year),s.gradeChange(e.sims_grade))},s.Update=function(e){e.$valid&&((e=s.edt).opr="U",console.log("Update data",e),n.post(d.apiUrl+"api/common/MedicalMedicine/InsertUpdateSims_MedicalMedicine",e).then(function(e){s.ins=e.data,e.data?(swal({text:"Record Updated Successfully.",imageUrl:"assets/img/check.png"}),n.get(d.apiUrl+"api/common/MedicalMedicine/GetSims_MedicalMedicine").then(function(e){s.display=!1,s.grid=!0,s.items=e.data,s.currentPage=0,n.get(d.apiUrl+"api/common/MedicalMedicine/getmedicinecount?opr=O").then(function(e){s.countdata=[],s.countdata=e.data,0<s.countdata.length&&(s.expired_medicine=s.countdata[0].expired_medicine,s.count_30_days_to_expired_medicine=s.countdata[0].count_30_days_to_expired_medicine,s.all_medicine=s.countdata[0].all_medicine)})}),s.getgrid()):swal({text:"Record Not Updated ."+s.ins,imageUrl:"assets/img/close.png"})}))},s.Save=function(e){e.$valid&&((e=s.edt).opr="I",n.post(d.apiUrl+"api/common/MedicalMedicine/InsertUpdateSims_MedicalMedicine",e).then(function(e){s.ins=e.data,e.data?(swal({text:"Record Inserted Successfully.",imageUrl:"assets/img/check.png"}),n.get(d.apiUrl+"api/common/MedicalMedicine/GetSims_MedicalMedicine").then(function(e){s.display=!1,s.grid=!0,s.items=e.data,s.currentPage=0,n.get(d.apiUrl+"api/common/MedicalMedicine/getmedicinecount?opr=O").then(function(e){s.countdata=[],s.countdata=e.data,0<s.countdata.length&&(s.expired_medicine=s.countdata[0].expired_medicine,s.count_30_days_to_expired_medicine=s.countdata[0].count_30_days_to_expired_medicine,s.all_medicine=s.countdata[0].all_medicine)})}),s.getgrid()):swal({text:"Record Not Inserted."+s.ins,imageUrl:"assets/img/close.png"})}))},s.New=function(){0==s.user_access.data_insert?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(s.edt="",s.grid=!1,s.display=!0,s.save1=!0,s.editflg=!1,s.AddStock=!1,s.AddStockFields=!1,s.edt={},s.edt={sims_medicine_production_date:l+"-"+r+"-"+m,sims_medicine_expirey_date:l+"-"+r+"-"+m})};s.chk=function(){if(1==(c=document.getElementById("chk_min")).checked)for(var e=0;e<s.filteredTodos.length;e++)document.getElementById(s.filteredTodos[e].sims_medicine_code+e).checked=!0,s.row1="row_selected",$("tr").addClass("row_selected");else for(e=0;e<s.filteredTodos.length;e++)document.getElementById(s.filteredTodos[e].sims_medicine_code+e).checked=!1,c.checked=!1,s.row1="",$("tr").removeClass("row_selected")},s.Delete=function(){if(0==s.user_access.data_delete)swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200});else{var o=[];s.flag=!1;for(var e,t=0;t<s.filteredTodos.length;t++)1==document.getElementById(s.filteredTodos[t].sims_medicine_code+t).checked&&(s.flag=!0,e={sims_medicine_code:s.filteredTodos[t].sims_medicine_code,opr:"D"},o.push(e));s.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)n.post(d.apiUrl+"api/common/MedicalMedicine/dataforDelete",o).then(function(e){s.msg1=e.data,1==s.msg1?swal({text:"Record Deleted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(){n.get(d.apiUrl+"api/common/MedicalMedicine/getmedicinecount?opr=O").then(function(e){0<e.data.length&&(s.expired_medicine=e.data[0].expired_medicine,s.count_30_days_to_expired_medicine=e.data[0].count_30_days_to_expired_medicine,s.all_medicine=e.data[0].all_medicine)}),s.getgrid(),1==(c=document.getElementById("mainchk")).checked&&(c.checked=!1),s.CheckAllChecked()}):swal({text:"Record Not Deleted. "+s.msg1,imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(){s.getgrid(),c.checked=!1,$("tr").removeClass("row_selected")})}),o=[];else for(var t=0;t<s.filteredTodos.length;t++){var a=document.getElementById(s.filteredTodos[t].sims_medicine_code+t);1==a.checked&&(a.checked=!1,c.checked=!1,$("tr").removeClass("row_selected"))}}):swal({text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}),s.currentPage=!0}},s.getgrid=function(){n.get(d.apiUrl+"api/common/MedicalMedicine/GetSims_MedicalMedicine").then(function(e){s.display=!1,s.grid=!0,s.CreDiv=e.data,console.log(e.data),s.totalItems=s.CreDiv.length,s.todos=s.CreDiv,s.makeTodos()})},s.cancel=function(){s.grid=!0,s.display=!1,s.update1=!1,s.save1=!1,s.editflg=!1,s.AddStock=!1,s.AddStockFields=!1,s.edt={}},$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0}),$(document).on("touch click",'*[data-datepicker="true"] .add-on',function(e){$('input[type="text"]',$(this).parent()).focus()});var c,t=new Date,l=t.getDate(),r=t.getMonth()+1,m=(r<10&&(r="0"+r),t.getFullYear());s.edt={sims_medicine_production_date:l+"-"+r+"-"+m,sims_medicine_expirey_date:l+"-"+r+"-"+m},s.ShowFields=function(){s.AddStockFields=!0,s.edt.sims_batch_medicine_production_date=l+"-"+r+"-"+m,s.edt.sims_batch_medicine_expirey_date=l+"-"+r+"-"+m,n.get(d.apiUrl+"api/common/MedicalMedicine/getMedicineBatch?med_code="+s.edt.sims_medicine_code).then(function(e){s.getMedicineBatchData=e.data,console.log("getMedicineBatchData",s.getMedicineBatchData)})}}])}(),function(){"use strict";var e=angular.module("sims.module.Health");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("medicalSusceptibilityCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","$filter","ENV",function(s,e,t,a,o,n,i,d){s.user_access=[],s.appcode=e.current.name.split(".");e=t.globals.currentUser.username;n.get(d.apiUrl+"api/AlertTransaction/Get_user_access_rights?username="+e+"&appl_code="+s.appcode[1]).then(function(e){s.user_rights=e.data;for(var t=0;t<s.user_rights.length;t++)0==t&&(s.user_access.data_read=s.user_rights[t].comn_user_read,s.user_access.data_insert=s.user_rights[t].comn_user_insert,s.user_access.data_update=s.user_rights[t].comn_user_update,s.user_access.data_delete=s.user_rights[t].comn_user_delete,s.user_access.data_massupdate=s.user_rights[t].comn_user_massupdate,s.user_access.is_admin=s.user_rights[t].comn_user_admin)}),s.display=!1,s.itemsPerPage="10",s.currentPage=0,s.items=[],s.url=d.apiUrl+"Content/"+n.defaults.headers.common.schoolId,n.get(d.apiUrl+"api/common/MedicalSusceptibility/GetSims_MedicalSusceptibility").then(function(e){s.display=!1,s.grid=!0,s.CreDiv=e.data,console.log("My Data:",s.CreDiv),s.totalItems=s.CreDiv.length,s.todos=s.CreDiv,s.makeTodos()}),s.size=function(e){"All"==e?(s.currentPage="1",s.pager=!1):(s.pager=!0,s.pagesize=e,s.currentPage=1,s.numPerPage=e,s.numPerPage=e,console.log("numPerPage="+s.numPerPage),s.makeTodos())},s.index=function(e){s.pageindex=e,s.currentPage=e,console.log("currentPage="+s.currentPage),s.makeTodos(),c.checked=!1,s.CheckAllChecked()},s.filteredTodos=[],s.currentPage=1,s.numPerPage=10,s.maxSize=10,s.makeTodos=function(){var e=parseInt(s.totalItems%s.numPerPage),e=(s.pagersize="0"==e?parseInt(s.totalItems/s.numPerPage):parseInt(s.totalItems/s.numPerPage)+1,(s.currentPage-1)*s.numPerPage),t=parseInt(e)+parseInt(s.numPerPage);console.log("begin="+e),console.log("end="+t),s.filteredTodos=s.todos.slice(e,t)},s.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).sims_susceptibility_desc.toLowerCase().indexOf(t.toLowerCase())||e.sims_susceptibility_code==t;var t})},s.search=function(){s.todos=s.searched(s.CreDiv,s.searchText),s.totalItems=s.todos.length,s.currentPage="1",""==s.searchText&&(s.todos=s.CreDiv),s.makeTodos(),c.checked=!1,s.CheckAllChecked()},s.edit=function(e){0==s.user_access.data_update?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(s.edt=e,s.display=!0,s.grid=!1,s.update1=!0,s.editflg=!0,s.save1=!1,s.curChange(e.sims_timetable_cur),s.academicChange(e.sims_academic_year),s.gradeChange(e.sims_grade))},s.Update=function(e){e.$valid&&((e=s.edt).opr="U",n.post(d.apiUrl+"api/common/MedicalSusceptibility/InsertSims_MedicalSusceptibility",e).then(function(e){s.ins=e.data,e.data?(swal({text:"Record Updated Successfully.",imageUrl:"assets/img/check.png"}),n.get(d.apiUrl+"api/common/MedicalSusceptibility/GetSims_MedicalSusceptibility").then(function(e){s.display=!1,s.grid=!0,s.items=e.data,s.currentPage=0}),s.getgrid()):swal({text:"Record Not Updated ."+s.ins,imageUrl:"assets/img/close.png"})}))},s.Save=function(e){e.$valid&&((e=s.edt).opr="I",n.post(d.apiUrl+"api/common/MedicalSusceptibility/InsertSims_MedicalSusceptibility",e).then(function(e){s.ins=e.data,e.data?(swal({text:"Record Inserted Successfully.",imageUrl:"assets/img/check.png"}),n.get(d.apiUrl+"api/common/MedicalSusceptibility/GetSims_MedicalSusceptibility").then(function(e){s.display=!1,s.grid=!0,s.items=e.data,s.currentPage=0}),s.getgrid()):swal({text:"Record Not Inserted."+s.ins,imageUrl:"assets/img/close.png"})}))},s.New=function(){s.edt="",s.grid=!1,0==s.user_access.data_insert?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(s.display=!0,s.save1=!0,s.editflg=!1,s.edt={},s.edt.sims_susceptibility_status=!0)};var c;s.chk=function(){if(1==(c=document.getElementById("chk_min")).checked)for(var e=0;e<s.filteredTodos.length;e++)document.getElementById(s.filteredTodos[e].sims_susceptibility_code+e).checked=!0,s.row1="row_selected",$("tr").addClass("row_selected");else for(e=0;e<s.filteredTodos.length;e++)document.getElementById(s.filteredTodos[e].sims_susceptibility_code+e).checked=!1,c.checked=!1,s.row1="",$("tr").removeClass("row_selected")},s.Delete=function(){if(0==s.user_access.data_delete)swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200});else{var o=[];s.flag=!1;for(var e,t=0;t<s.filteredTodos.length;t++)1==document.getElementById(s.filteredTodos[t].sims_susceptibility_code+t).checked&&(s.flag=!0,e={sims_susceptibility_code:s.filteredTodos[t].sims_susceptibility_code,opr:"D"},o.push(e));s.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)n.post(d.apiUrl+"api/common/MedicalSusceptibility/dataforDeletemedical",o).then(function(e){s.msg1=e.data,1==s.msg1?swal({text:"Record Deleted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&(s.getgrid(),1==(c=document.getElementById("mainchk")).checked&&(c.checked=!1),s.CheckAllChecked()),s.currentPage=!0}):swal({text:"Susceptibility Code already mapped. Record cannot be deleted ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&(s.getgrid(),c.checked=!1,$("tr").removeClass("row_selected"))})}),o=[];else for(var t=0;t<s.filteredTodos.length;t++){var a=document.getElementById(s.filteredTodos[t].sims_susceptibility_code+t);1==a.checked&&(a.checked=!1,c.checked=!1,$("tr").removeClass("row_selected"))}}):swal({text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}),s.currentPage=!0}},s.getgrid=function(){n.get(d.apiUrl+"api/common/MedicalSusceptibility/GetSims_MedicalSusceptibility").then(function(e){s.display=!1,s.grid=!0,s.CreDiv=e.data,console.log(e.data),s.totalItems=s.CreDiv.length,s.todos=s.CreDiv,s.makeTodos()})},s.cancel=function(){s.grid=!0,s.display=!1,s.update1=!1,s.save1=!1,s.editflg=!1}}])}(),function(){"use strict";var e=angular.module("sims.module.Health");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("medicalExcusesCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","$filter","ENV",function(s,e,t,a,o,n,i,d){s.display=!1,s.itemsPerPage="10",s.currentPage=0,s.items=[],s.user_access=[],s.appcode=e.current.name.split(".");var c=t.globals.currentUser.username,c=(n.get(d.apiUrl+"api/AlertTransaction/Get_user_access_rights?username="+c+"&appl_code="+s.appcode[1]).then(function(e){s.user_rights=e.data;for(var t=0;t<s.user_rights.length;t++)0===t&&(s.user_access.data_read=s.user_rights[t].comn_user_read,s.user_access.data_insert=s.user_rights[t].comn_user_insert,s.user_access.data_update=s.user_rights[t].comn_user_update,s.user_access.data_delete=s.user_rights[t].comn_user_delete,s.user_access.data_massupdate=s.user_rights[t].comn_user_massupdate,s.user_access.is_admin=s.user_rights[t].comn_user_admin)}),s.user_access=[],s.appcode=e.current.name.split("."),t.globals.currentUser.username);n.get(d.apiUrl+"api/AlertTransaction/Get_user_access_rights?username="+c+"&appl_code="+s.appcode[1]).then(function(e){s.user_rights=e.data;for(var t=0;t<s.user_rights.length;t++)0===t&&(s.user_access.data_read=s.user_rights[t].comn_user_read,s.user_access.data_insert=s.user_rights[t].comn_user_insert,s.user_access.data_update=s.user_rights[t].comn_user_update,s.user_access.data_delete=s.user_rights[t].comn_user_delete,s.user_access.data_massupdate=s.user_rights[t].comn_user_massupdate,s.user_access.is_admin=s.user_rights[t].comn_user_admin)}),s.url=d.apiUrl+"Content/"+n.defaults.headers.common.schoolId,s.users=t.globals.currentUser.username,n.get(d.apiUrl+"api/common/MedicalExcusesController/GetSims_MedicalExcuses").then(function(e){s.display=!1,s.grid=!0,s.CreDiv=e.data,s.totalItems=s.CreDiv.length,s.todos=s.CreDiv,s.makeTodos()}),s.size=function(e){"All"===e?(s.currentPage="1",s.pager=!1):(s.pager=!0,s.pagesize=e,s.currentPage=1,s.numPerPage=e,s.numPerPage=e,s.makeTodos())},s.index=function(e){s.pageindex=e,s.currentPage=e,s.makeTodos(),l.checked=!1,s.CheckAllChecked()},s.filteredTodos=[],s.currentPage=1,s.numPerPage=10,s.maxSize=10,s.makeTodos=function(){var e=parseInt(s.totalItems%s.numPerPage),e=(s.pagersize="0"===e?parseInt(s.totalItems/s.numPerPage):parseInt(s.totalItems/s.numPerPage)+1,(s.currentPage-1)*s.numPerPage),t=parseInt(e)+parseInt(s.numPerPage);s.filteredTodos=s.todos.slice(e,t)},s.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).sims_susceptibility_desc.toLowerCase().indexOf(t.toLowerCase())||e.sims_susceptibility_code===t;var t})},s.search=function(){s.todos=s.searched(s.CreDiv,s.searchText),s.totalItems=s.todos.length,s.currentPage="1",""===s.searchText&&(s.todos=s.CreDiv),s.makeTodos(),l.checked=!1,s.CheckAllChecked()},s.edit=function(e){!1===s.user_access.data_update?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(s.edt=e,s.display=!0,s.grid=!1,s.update1=!0,s.editflg=!0,s.save1=!1,s.curChange(e.sims_timetable_cur),s.academicChange(e.sims_academic_year),s.gradeChange(e.sims_grade))},s.Update=function(e){e.$valid&&((e=s.edt).opr="U",e.username=s.users,n.post(d.apiUrl+"api/common/MedicalExcusesController/InsertSims_MedicalExcuses",e).then(function(e){s.ins=e.data,e.data?(swal({text:"Record Updated Successfully.",imageUrl:"assets/img/check.png"}),n.get(d.apiUrl+"api/common/MedicalExcusesController/GetSims_MedicalExcuses").then(function(e){s.display=!1,s.grid=!0,s.CreDiv=e.data,s.totalItems=s.CreDiv.length,s.todos=s.CreDiv,s.makeTodos()}),s.getgrid()):swal({text:"Record Not Updated ."+s.ins,imageUrl:"assets/img/close.png"})}))},s.Save=function(e){e.$valid&&((e=s.edt).opr="I",e.username=s.users,n.post(d.apiUrl+"api/common/MedicalExcusesController/InsertSims_MedicalExcuses",e).then(function(e){s.ins=e.data,e.data?(swal({text:"Record Inserted Successfully.",imageUrl:"assets/img/check.png"}),n.get(d.apiUrl+"api/common/MedicalExcusesController/GetSims_MedicalExcuses").then(function(e){s.display=!1,s.grid=!0,s.CreDiv=e.data,s.totalItems=s.CreDiv.length,s.todos=s.CreDiv,s.makeTodos()})):swal({text:"Record Not Inserted."+s.ins,imageUrl:"assets/img/close.png"})}))},s.New=function(){!1===s.user_access.data_insert?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(s.edt="",s.grid=!1,s.display=!0,s.save1=!0,s.editflg=!1,s.edt={},s.edt.sims_susceptibility_status=!0)};var l;s.chk=function(){if(!0===(l=document.getElementById("chk_min")).checked)for(var e=0;e<s.filteredTodos.length;e++)document.getElementById(s.filteredTodos[e].sims_susceptibility_code+e).checked=!0,s.row1="row_selected",$("tr").addClass("row_selected");else for(e=0;e<s.filteredTodos.length;e++)document.getElementById(s.filteredTodos[e].sims_susceptibility_code+e).checked=!1,l.checked=!1,s.row1="",$("tr").removeClass("row_selected")},s.Delete=function(){if(!1===s.user_access.data_delete)swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200});else{var o=[];s.flag=!1;for(var e,t=0;t<s.filteredTodos.length;t++)!0===document.getElementById(s.filteredTodos[t].sims_susceptibility_code+t).checked&&(s.flag=!0,e={sims_susceptibility_code:s.filteredTodos[t].sims_susceptibility_code,opr:"D"},o.push(e));s.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)n.post(d.apiUrl+"api/common/MedicalSusceptibility/dataforDeletemedical",o).then(function(e){s.msg1=e.data,!0===s.msg1?swal({text:"Record Deleted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&(s.getgrid(),!0===(l=document.getElementById("mainchk")).checked&&(l.checked=!1),s.CheckAllChecked()),s.currentPage=!0}):swal({text:"Record Not Deleted. "+s.msg1,imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&(s.getgrid(),l.checked=!1,$("tr").removeClass("row_selected"))})}),o=[];else for(var t=0;t<s.filteredTodos.length;t++){var a=document.getElementById(s.filteredTodos[t].sims_susceptibility_code+t);!0===a.checked&&(a.checked=!1,l.checked=!1,$("tr").removeClass("row_selected"))}}):swal({text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}),s.currentPage=!0}},s.getgrid=function(){n.get(d.apiUrl+"api/common/MedicalExcusesController/GetSims_MedicalExcuses").then(function(e){s.display=!1,s.grid=!0,s.CreDiv=e.data,s.totalItems=s.CreDiv.length,s.todos=s.CreDiv,s.makeTodos()})},s.getgrid(),s.cancel=function(){s.grid=!0,s.display=!1,s.update1=!1,s.save1=!1,s.editflg=!1}}])}(),function(){"use strict";var l,r,m,p,u,g,e=angular.module("sims.module.Health");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("CampCreationCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(s,o,e,t,a,n,i){s.pagesize="10",s.pageindex="1",s.edit_code=!1,s.edt={};var d=new FormData,c=(s.user_access=[],s.appcode=o.current.name.split("."),e.globals.currentUser.username);n.get(i.apiUrl+"api/AlertTransaction/Get_user_access_rights?username="+c+"&appl_code="+s.appcode[1]).then(function(e){s.user_rights=e.data;for(var t=0;t<s.user_rights.length;t++)0===t&&(s.user_access.data_read=s.user_rights[t].comn_user_read,s.user_access.data_insert=s.user_rights[t].comn_user_insert,s.user_access.data_update=s.user_rights[t].comn_user_update,s.user_access.data_delete=s.user_rights[t].comn_user_delete,s.user_access.data_massupdate=s.user_rights[t].comn_user_massupdate,s.user_access.is_admin=s.user_rights[t].comn_user_admin)}),"asd"===n.defaults.headers.common.schoolId&&(s.showASDFlag=!0),t(function(){$("#fixedtable").tableHeadFixer({top:1})},100),s.filteredTodos=[],s.currentPage=1,s.numPerPage=10,s.maxSize=5,n.get(i.apiUrl+"api/health/Camp/getCampDetails").then(function(e){s.display=!1,s.grid=!0,s.camp_details=e.data,s.url=i.apiUrl+"Content/"+n.defaults.headers.common.schoolId+"/Images/StudentImages/",s.totalItems=s.camp_details.length,s.todos=s.camp_details,s.makeTodos()}),n.get(i.apiUrl+"api/health/Camp/getPackageList").then(function(e){s.packageList=e.data}),n.get(i.apiUrl+"api/health/Camp/getCurriculumData").then(function(e){s.CurriculumData=e.data}),n.get(i.apiUrl+"api/health/Camp/getDoctorsList").then(function(e){s.Doctors=e.data}),s.getCampData=function(){n.get(i.apiUrl+"api/health/Camp/getCampDetails").then(function(e){s.display=!1,s.grid=!0,s.camp_details=e.data,s.totalItems=s.camp_details.length,s.todos=s.camp_details,s.makeTodos()})},s.makeTodos=function(){var e=parseInt(s.totalItems%s.numPerPage),e=(s.pagersize="0"===e?parseInt(s.totalItems/s.numPerPage):parseInt(s.totalItems/s.numPerPage)+1,(s.currentPage-1)*s.numPerPage),t=parseInt(e)+parseInt(s.numPerPage);s.filteredTodos=s.todos.slice(e,t)},s.edit=function(e){if(s.doctorList=[],!(s.employee=[])===s.user_access.data_update)swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200});else{n.get(i.apiUrl+"api/health/Camp/getDoctorsData?camp_code="+e.sims_health_camp_code).then(function(e){s.doctorList=e.data,0<s.doctorList.length&&s.getSelectedDr()});for(var t=0;t<s.Doctors.length;t++)s.Doctors[t].emp_check=!1;s.display=!0,s.grid=!1,s.save1=!1,s.update1=!0,s.delete1=!1,s.edt=e,s.sims_health_camp_start_date=e.sims_health_camp_start_date,s.sims_health_camp_end_date=e.sims_health_camp_end_date,s.sims_health_camp_code=e.sims_health_camp_code,s.sims_health_camp_img1=s.url+e.sims_health_camp_img1,s.sims_health_camp_img2=s.url+e.sims_health_camp_img2,s.sims_health_camp_img3=s.url+e.sims_health_camp_img3,s.sims_health_camp_img4=s.url+e.sims_health_camp_img4,s.edit_code=!0}},s.getSelectedDr=function(){for(var e=0;e<s.Doctors.length;e++)s.Doctors[e].emp_check=!1;if(0<s.doctorList.length)for(var t=0;t<s.doctorList.length;t++)for(e=0;e<s.Doctors.length;e++)if(s.doctorList[t].sims_health_camp_employee_code===s.Doctors[e].em_number){s.Doctors[e].emp_check=!0,s.employee.push(s.Doctors[e]);for(var a=0;a<s.employee.length;a++)s.employee[a].sims_health_camp_employee_start_date=s.sims_health_camp_start_date,s.employee[a].sims_health_camp_employee_end_date=s.sims_health_camp_end_date}},s.file_changed=function(e){var t=e.files[0].name.split(".")[0],e=e.files[0],t=(r=e.type,s.edt.sims_health_camp_img1=t+"."+r.split("/")[1],m=r.replace(r,t),new FileReader),t=(t.onload=function(e){s.$apply(function(){s.sims_camp_img1=e.target.result})},t.readAsDataURL(e),{method:"POST",url:i.apiUrl+"/api/file/upload?filename="+m+"&location=/StudentImages",data:d,headers:{"Content-Type":void 0}});n(t).success(function(e){},function(){alert("Err")})},s.getTheFiles=function(e){angular.forEach(e,function(e,t){d.append(t,e)})},s.file_changed_img2=function(e,t){var a=e.files[0].name.split(".")[0],e=e.files[0],a=(r=e.type,s.edt.sims_health_camp_img2=a+"."+r.split("/")[1],p=r.replace(r,a),new FileReader),a=(a.onload=function(e){s.$apply(function(){s.sims_camp_img2=e.target.result})},a.readAsDataURL(e),{method:"POST",url:i.apiUrl+"/api/file/upload?filename="+p+"&location=/StudentImages",data:d,headers:{"Content-Type":void 0}});n(a).success(function(e){},function(){alert("Err")})},s.file_changed_img3=function(e){var t=e.files[0].name.split(".")[0],e=e.files[0],t=(r=e.type,s.edt.sims_health_camp_img3=t+"."+r.split("/")[1],u=r.replace(r,t),new FileReader),t=(t.onload=function(e){s.$apply(function(){s.sims_camp_img3=e.target.result})},t.readAsDataURL(e),{method:"POST",url:i.apiUrl+"/api/file/upload?filename="+u+"&location=/StudentImages",data:d,headers:{"Content-Type":void 0}});n(t).success(function(e){},function(){alert("Err")})},s.file_changed_img4=function(e){var t=e.files[0].name.split(".")[0],e=e.files[0],t=(r=e.type,s.edt.sims_health_camp_img4=t+"."+r.split("/")[1],g=r.replace(r,t),new FileReader),t=(t.onload=function(e){s.$apply(function(){s.sims_camp_img4=e.target.result})},t.readAsDataURL(e),{method:"POST",url:i.apiUrl+"/api/file/upload?filename="+g+"&location=/StudentImages",data:d,headers:{"Content-Type":void 0}});n(t).success(function(e){},function(){alert("Err")})},s.employee=[],s.getEMP=function(e,t){if(!0===e.emp_check){s.employee.push(e);for(var a=0;a<s.employee.length;a++)s.employee[a].sims_health_camp_employee_start_date=s.edt.sims_health_camp_start_date,s.employee[a].sims_health_camp_employee_end_date=s.edt.sims_health_camp_end_date}else for(var o=0;o<s.employee.length;o++)s.employee[o].em_number===e.em_number&&s.employee.splice(o,1)},s.Save=function(e){0;if(e)if(!1===s.update1){var t=s.edt;if(t.opr="I",t.sims_health_camp_created_by=c,0<s.Doctors.length)for(var a=0;a<s.Doctors.length;a++)!0===s.Doctors[a].emp_check&&(s.Doctors[a].em_number,0);n.post(i.apiUrl+"api/health/Camp/CUDInsertCamp",t).then(function(e){if(s.display=!0,s.campcode=e.data,s.campcode)if(0<s.employee.length){for(var t=0;t<s.employee.length;t++)s.employee[t].sims_health_camp_code=s.campcode,s.employee[t].sims_health_camp_user_created_by=c,s.employee[t].opr="H",s.employee[t].sims_health_camp_user_status="A";n.post(i.apiUrl+"api/health/Camp/CUDEmpDetails",s.employee).then(function(e){s.Message=e.data,!0===s.Message?swal({text:"Record Inserted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&(s.getCampData(),setTimeout(function(){o.go("main.dorvat")},700),$("#Applsource").select2("val","dorvat"))}):swal({text:"Record not Inserted ",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}).then(function(e){e&&s.getCampData()})})}else swal({text:"Record Inserted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&s.getCampData()});else swal({text:"Record not Inserted ",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}).then(function(e){e&&s.getCampData()})})}else s.Update(e)},s.Update=function(e){e&&((e=s.edt).opr="U",e.sims_health_camp_created_by=c,e.sims_health_camp_code=s.sims_health_camp_code,n.post(i.apiUrl+"api/health/Camp/CUDInsertCamp",e).then(function(e){if(s.display=!0,s.camp_Code=e.data,s.camp_Code)if(0<s.employee.length){for(var t=0;t<s.employee.length;t++)s.employee[t].sims_health_camp_code=s.camp_Code,s.employee[t].sims_health_camp_user_created_by=c,s.employee[t].opr="A",s.employee[t].sims_health_camp_user_status="A";n.post(i.apiUrl+"api/health/Camp/CUDEmpDetails",s.employee).then(function(e){s.Message=e.data,!0===s.Message?swal({text:"Record Updated Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&s.getCampData()}):swal({text:"Record not Updated ",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}).then(function(e){e&&s.getCampData()})})}else swal({text:"Record Updated Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&s.getCampData()});else swal({text:"Record not Updated ",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}).then(function(e){e&&s.getCampData()})}))},s.New=function(){if(!1===s.user_access.data_insert)swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200});else{if(s.display=!0,s.grid=!1,s.save1=!0,s.update1=!1,s.delete1=!1,s.edt={},s.employee=[],0<s.Doctors.length)for(var e=0;e<s.Doctors.length;e++)!0===s.Doctors[e].emp_check&&(s.Doctors[e].emp_check=!1);s.edit_code=!1}},s.cancel=function(){s.grid=!0,s.display=!1,s.myForm.$setPristine(),s.myForm.$setUntouched()},s.CheckAllChecked=function(){if(!0===(l=document.getElementById("mainchk")).checked)for(var e=0;e<s.filteredTodos.length;e++)document.getElementById(s.filteredTodos[e].sims_health_camp_code+e).checked=!0,s.row1="row_selected",$("tr").addClass("row_selected");else for(e=0;e<s.filteredTodos.length;e++)document.getElementById(s.filteredTodos[e].sims_health_camp_code+e).checked=!1,l.checked=!1,s.row1=""},s.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),s.color="#edefef"}),!0===(l=document.getElementById("mainchk")).checked&&(l.checked=!1,$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected")}))},s.Delete=function(){if(!1===s.user_access.data_delete)swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200});else{var o=[];s.flag=!1;for(var e,t=0;t<s.filteredTodos.length;t++)!0===document.getElementById(s.filteredTodos[t].sims_health_camp_code+t).checked&&(s.flag=!0,e={sims_health_academic_year:s.filteredTodos[t].sims_health_academic_year,sims_health_cur_code:s.filteredTodos[t].sims_health_cur_code,sims_health_camp_code:s.filteredTodos[t].sims_health_camp_code,sims_calendar_number:s.filteredTodos[t].sims_calendar_number,opr:"D"},o.push(e));s.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)n.post(i.apiUrl+"api/health/Camp/RemoveCamp",o).then(function(e){s.msg1=e.data,!0===s.msg1?swal({text:"Record Deleted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&s.getCampData()}):swal({text:"Record Not Deleted. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&s.getCampData()})});else{!0===(l=document.getElementById("mainchk")).checked&&(l.checked=!1);for(var t=0;t<s.filteredTodos.length;t++){var a=document.getElementById(s.filteredTodos[t].sims_health_camp_code+t);!0===a.checked&&(a.checked=!1,$("tr").removeClass("row_selected"))}}}):swal({text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380})}},s.size=function(e){s.pager=10===e||20===e,"*"===e?(s.numPerPage=s.camp_details.length,s.filteredTodos=s.camp_details):(s.pagesize=e,s.currentPage=1,s.numPerPage=e),s.makeTodos()},s.index=function(e){s.pageindex=e,s.currentPage=e,s.makeTodos(),l.checked=!1,s.row1=""},s.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).sims_health_camp_name_en.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_health_package_name_en.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_cur_full_name_en.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_health_camp_date.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_health_camp_status.toLowerCase().indexOf(t.toLowerCase());var t})},s.search=function(){if(s.todos=s.searched(s.camp_details,s.searchText),s.totalItems=s.todos.length,s.currentPage="1",""===s.searchText&&(s.todos=s.camp_details),s.makeTodos(),!0===(l=document.getElementById("mainchk")).checked){l.checked=!1;for(var e=0;e<s.filteredTodos.length;e++)document.getElementById(s.filteredTodos[e].sims_health_camp_code+e).checked=!1,l.checked=!1,s.row1=""}},$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0,format:"yyyy-mm-dd"}),$(document).on("touch click",'*[data-datepicker="true"] .add-on',function(e){$('input[type="text"]',$(this).parent()).focus()}),s.sortBy=function(e){s.reverse=s.propertyName===e&&!s.reverse,s.propertyName=e}}])}(),function(){"use strict";var c;angular.module("sims.module.Health").controller("medicalVisitExaminationCont",["$scope","$state","$rootScope","$timeout","$http","ENV",function(a,e,t,o,s,n){a.pagesize="10",a.display=!1;var i,d=[],e=(a.pagesize="10",a.pageindex=0,a.items=[],a.user_access=[],a.appcode=e.current.name.split("."),t.globals.currentUser.username);s.get(n.apiUrl+"api/AlertTransaction/Get_user_access_rights?username="+e+"&appl_code="+a.appcode[1]).then(function(e){for(a.user_rights=e.data,c=0;c<a.user_rights.length;c++)0==c&&(a.user_access.data_read=a.user_rights[c].comn_user_read,a.user_access.data_insert=a.user_rights[c].comn_user_insert,a.user_access.data_update=a.user_rights[c].comn_user_update,a.user_access.data_delete=a.user_rights[c].comn_user_delete,a.user_access.data_massupdate=a.user_rights[c].comn_user_massupdate,a.user_access.is_admin=a.user_rights[c].comn_user_admin)}),a.url=n.apiUrl+"Content/"+s.defaults.headers.common.schoolId,o(function(){$("#fixTable").tableHeadFixer({top:1})},100),s.get(n.apiUrl+"api/common/Medical_Visit_Examination/GetSims_MedicalVisitExamination").then(function(e){a.display=!1,a.grid=!0,a.CreDiv=e.data,a.totalItems=a.CreDiv.length,a.todos=a.CreDiv,a.makeTodos()}),a.size=function(e){"All"==e?(a.currentPage="1",a.pager=!1):(a.pager=!0,a.pagesize=e,a.currentPage=1,a.numPerPage=e,a.numPerPage=e,a.makeTodos())},a.index=function(e){a.pageindex=e,a.currentPage=e,a.makeTodos(),i.checked=!1,a.CheckAllChecked()},a.filteredTodos=[],a.currentPage=1,a.numPerPage=10,a.maxSize=10,a.makeTodos=function(){var e=parseInt(a.totalItems%a.numPerPage),e=(a.pagersize="0"==e?parseInt(a.totalItems/a.numPerPage):parseInt(a.totalItems/a.numPerPage)+1,(a.currentPage-1)*a.numPerPage),t=parseInt(e)+parseInt(a.numPerPage);a.filteredTodos=a.todos.slice(e,t)},a.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).sims_examination_name.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_examination_desc.toLowerCase().indexOf(t.toLowerCase())||e.sims_examination_code==t;var t})},a.search=function(){a.todos=a.searched(a.CreDiv,a.searchText),a.totalItems=a.todos.length,a.currentPage="1",""==a.searchText&&(a.todos=a.CreDiv),a.makeTodos(),i.checked=!1,a.CheckAllChecked()},a.edit=function(e){!1===a.user_access.data_update?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(a.edt=e,a.display=!0,a.grid=!1,a.update1=!0,a.editflg=!0,a.save1=!1)},a.Update=function(e){var t;e.$valid&&(e=[],(t=a.edt).opr="U",e.push(t),s.post(n.apiUrl+"api/common/Medical_Visit_Examination/InsertSims_MedicalVisitExamination",e).then(function(e){a.ins=e.data,!0===e.data?(swal({text:"Record Updated Successfully.",imageUrl:"assets/img/check.png"}),s.get(n.apiUrl+"api/common/Medical_Visit_Examination/GetSims_MedicalVisitExamination").then(function(e){a.display=!1,a.grid=!0,a.items=e.data,a.currentPage=0})):!1===e.data?swal({text:"Record Not Updated .",imageUrl:"assets/img/notification-alert.png"}):swal("Error-"+a.ins)}))},a.Save=function(e){var t;e.$valid&&(e=[],(t=a.edt).opr="I",e.push(t),s.post(n.apiUrl+"api/common/Medical_Visit_Examination/InsertSims_MedicalVisitExamination",e).then(function(e){a.ins=e.data,!0===e.data?(swal({title:"Alert",text:"Record Inserted Successfully.",imageUrl:"assets/img/check.png"}),s.get(n.apiUrl+"api/common/Medical_Visit_Examination/GetSims_MedicalVisitExamination").then(function(e){a.display=!1,a.grid=!0,a.items=e.data,a.currentPage=0,a.getgrid()})):!1===e.data?swal({text:"Record Not Inserted.",imageUrl:"assets/img/close.png"}):swal("Error-"+a.ins)}))},a.New=function(){!1===a.user_access.data_insert?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(a.edt="",a.grid=!1,a.display=!0,a.save1=!0,a.editflg=!1,a.update1=!1)},a.CheckAllChecked=function(){if(!0===(i=document.getElementById("mainchk")).checked)for(c=0;c<a.filteredTodos.length;c++)document.getElementById(a.filteredTodos[c].sims_examination_code+a.filteredTodos[c].sims_examination_name+c).checked=!0,$("tr").addClass("row_selected");else for(c=0;c<a.filteredTodos.length;c++)document.getElementById(a.filteredTodos[c].sims_examination_code+a.filteredTodos[c].sims_examination_name+c).checked=!1,i.checked=!1,a.row1="",$("tr").removeClass("row_selected")},a.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),a.color="#edefef"}),!0===(i=document.getElementById("mainchk")).checked&&(i.checked=!1,a.color="#edefef",a.row1="")},a.Delete=function(){var e,t;if(!1===a.user_access.data_delete)swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200});else{for(d=[],a.flag=!1,c=0;c<a.filteredTodos.length;c++)!0===(t=document.getElementById(a.filteredTodos[c].sims_examination_code+a.filteredTodos[c].sims_examination_name+c)).checked&&(a.flag=!0,e={sims_examination_code:a.filteredTodos[c].sims_examination_code,opr:"D"},d.push(e));a.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)s.post(n.apiUrl+"api/common/Medical_Visit_Examination/InsertSims_MedicalVisitExamination",d).then(function(e){a.msg1=e.data,!0===a.msg1?swal({text:"Record Deleted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&(a.getgrid(),a.display=!1,a.grid=!0,a.items=res.data,a.currentPage=0),!0===(i=document.getElementById("mainchk")).checked&&(i.checked=!1,a.row1="")}):!1===a.msg1?swal({text:"Record Not Deleted. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&(a.getgrid(),i.checked=!1,$("tr").removeClass("row_selected")),!0===(i=document.getElementById("mainchk")).checked&&(i.checked=!1,a.row1="")}):swal("Error-"+a.msg1)});else for(c=0;c<a.filteredTodos.length;c++)!0===(t=document.getElementById(a.filteredTodos[c].sims_examination_code+a.filteredTodos[c].sims_examination_name+c)).checked&&(t.checked=!1,i.checked=!1,$("tr").removeClass("row_selected"))}):swal({text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}),a.currentPage=!0}},a.cancel=function(){a.grid=!0,a.display=!1,a.update1=!1,a.save1=!1,a.editflg=!1},a.getgrid=function(){s.get(n.apiUrl+"api/common/Medical_Visit_Examination/GetSims_MedicalVisitExamination").then(function(e){a.display=!1,a.grid=!0,a.CreDiv=e.data,a.totalItems=a.CreDiv.length,a.todos=a.CreDiv,a.makeTodos()})}}])}(),function(){"use strict";var e=angular.module("sims.module.Health");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("medicalVisitMedicineCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","$filter","ENV",function(a,e,t,o,s,n,i,d){a.display=!1,a.grid=!0;var c=[],l=[];a.itemsPerPage="10",a.currentPage=0,a.items=[],a.url=d.apiUrl+"Content/"+n.defaults.headers.common.schoolId,n.get(d.apiUrl+"api/common/Medical_Visit_Medicine/GetSims_MedicalVisitMedicine").then(function(e){a.display=!1,a.grid=!0,a.CreDiv=e.data,a.totalItems=a.CreDiv.length,a.todos=a.CreDiv,a.makeTodos()}),n.get(d.apiUrl+"api/common/Medical_Visit_Medicine/GetAllVisitNumber").then(function(e){a.cmbVisit=e.data}),n.get(d.apiUrl+"api/common/Medical_Visit_Medicine/GetAllMedicalMedicineCode").then(function(e){a.cmbMedicine=e.data}),a.size=function(e){a.pagesize=e,a.currentPage=1,a.numPerPage=e,a.makeTodos()},a.index=function(e){a.pageindex=e,a.currentPage=e,a.makeTodos(),r.checked=!1,a.CheckAllChecked()},a.filteredTodos=[],a.currentPage=1,a.numPerPage=10,a.maxSize=10,a.makeTodos=function(){var e=parseInt(a.totalItems%a.numPerPage),e=(a.pagersize="0"===e?parseInt(a.totalItems/a.numPerPage):parseInt(a.totalItems/a.numPerPage)+1,(a.currentPage-1)*a.numPerPage),t=parseInt(e)+parseInt(a.numPerPage);a.filteredTodos=a.todos.slice(e,t)},a.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).sims_medicine_name.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_medical_visit_number.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_medicine_dosage.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_medicine_duration.toLowerCase().indexOf(t.toLowerCase())||e.sims_serial_number===t;var t})},a.search=function(){a.todos=a.searched(a.CreDiv,a.searchText),a.totalItems=a.todos.length,a.currentPage="1",""===a.searchText&&(a.todos=a.CreDiv),a.makeTodos(),r.checked=!1,a.CheckAllChecked()},a.edit=function(e){a.v_number=!0,a.display=!0,a.grid=!1,a.update1=!0,a.editflg=!0,a.save1=!1,a.edt={sims_medical_visit_number:e.sims_medical_visit_number,sims_medicine_code:e.sims_medicine_code,sims_medicine_dosage:e.sims_medicine_dosage,sims_medicine_duration:e.sims_medicine_duration,sims_status:e.sims_status,sims_serial_number:e.sims_serial_number}},a.exportData=function(){swal({title:"Alert",text:"Do you want to Export in MS-Excel?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){e&&(e=new Blob([document.getElementById("pdf_print").innerHTML],{type:"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;charset=utf-8"}),a.detailsField=!1,saveAs(e,"SubstituteLectureDetailsReport.xls"),a.colsvis=!1)}),a.colsvis=!0};var r,m=[];a.Update=function(e){e.$valid&&((e=a.edt).opr="U",m.push(e),n.post(d.apiUrl+"api/common/Medical_Visit_Medicine/InsertSims_MedicalVisitMedicine",m).then(function(e){a.msg1=e.data,!0===a.msg1?(swal({text:"Record Updated Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:300,height:200}),a.getgrid()):!1===a.msg1?swal({text:"Record Not Updated. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:300,height:200}):swal("Error-"+a.msg1),n.get(d.apiUrl+"api/common/Medical_Visit_Medicine/GetSims_MedicalVisitMedicine").then(function(e){a.filteredTodos=e.data,a.currentPage=0})}),m=[],a.display=!1,a.grid=!0)},a.Save=function(e){e.$valid&&((e=a.edt).opr="I",l.push(e),n.post(d.apiUrl+"api/common/Medical_Visit_Medicine/InsertSims_MedicalVisitMedicine",l).then(function(e){a.msg1=e.data,!0===a.msg1?(swal({text:"Record Inserted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:300,height:200}),a.getgrid()):!1===a.msg1?swal({text:"Record Not Inserted.",imageUrl:"assets/img/close.png",showCloseButton:!0,width:300,height:200}):swal("Error-"+a.msg1)}),l=[],a.display=!1,a.grid=!0)},a.New=function(){a.edt="",a.grid=!1,a.display=!0,a.save1=!0,a.update1=!1,a.cancel=!0,a.editflg=!1,a.v_number=!1,a.edt={},a.edt.sims_status=!0},a.chk=function(){if(!0===(r=document.getElementById("chk_min")).checked)for(var e=0;e<a.filteredTodos.length;e++)a.filteredTodos[e].sims_serial_number1=!0;else for(e=0;e<a.filteredTodos.length;e++)a.filteredTodos[e].sims_serial_number1=!1,r.checked=!1,a.row1=""},a.CheckAllChecked=function(){if(!0===(r=document.getElementById("mainchk")).checked)for(let e=0;e<a.filteredTodos.length;e++)document.getElementById(e+a.filteredTodos[e].sims_serial_number).checked=!0,a.row1="row_selected",$("tr").addClass("row_selected");else for(let e=0;e<a.filteredTodos.length;e++)document.getElementById(e+a.filteredTodos[e].sims_serial_number).checked=!1,r.checked=!1,a.row1=""},a.sort=function(e){a.colname=e,a.reverse=a.colname===e&&!a.reverse},a.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),a.color="#edefef"}),!0===(r=document.getElementById("mainchk")).checked&&(r.checked=!1,a.color="#edefef",a.row1="")},a.Delete=function(){c=[],a.flag=!1;for(let e=0;e<a.filteredTodos.length;e++){var t;!0===document.getElementById(e+a.filteredTodos[e].sims_serial_number).checked&&(a.flag=!0,t={sims_serial_number:a.filteredTodos[e].sims_serial_number,opr:"D"},c.push(t))}a.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)n.post(d.apiUrl+"api/common/Medical_Visit_Medicine/InsertSims_MedicalVisitMedicine",c).then(function(e){a.msg1=e.data,!0===a.msg1?swal({text:"Record Deleted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&(a.getgrid(),!0===(r=document.getElementById("mainchk")).checked)&&(r.checked=!1,a.row1="")}):!1===a.msg1?swal({text:"Record Not Deleted. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&(a.getgrid(),!0===(r=document.getElementById("mainchk")).checked)&&(r.checked=!1,a.row1="")}):swal("Error-"+a.msg1)});else for(let e=0;e<a.filteredTodos.length;e++){var t=document.getElementById(e+a.filteredTodos[e].sims_serial_number);!0===t.checked&&(t.checked=!1,r.checked=!1,$("tr").removeClass("row_selected"))}}):swal({text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}),a.currentPage=!0},a.cancels=function(){a.grid=!0,a.display=!1,a.update1=!1,a.save1=!1,a.editflg=!1},a.getgrid=function(){n.get(d.apiUrl+"api/common/Medical_Visit_Medicine/GetSims_MedicalVisitMedicine").then(function(e){a.display=!1,a.grid=!0,a.CreDiv=e.data,a.totalItems=a.CreDiv.length,a.todos=a.CreDiv,a.makeTodos()})}}])}(),function(){"use strict";var e=angular.module("sims.module.Health");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("medicalVisitMedicineHrCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","$filter","ENV",function(o,e,t,a,s,n,i,d){o.display=!1,o.grid=!0;var c=[],l=[];o.itemsPerPage="10",o.pager=!0,o.currentPage=0,o.items=[],o.exportt=!0,o.url=d.apiUrl+"Content/"+n.defaults.headers.common.schoolId,n.get(d.apiUrl+"api/common/Medical_Visit_Medicine/GetSims_MedicalVisitMedicineHR").then(function(e){o.display=!1,o.grid=!0,o.CreDiv=e.data,o.totalItems=o.CreDiv.length,o.todos=o.CreDiv,o.makeTodos()}),n.get(d.apiUrl+"api/common/Medical_Visit_Medicine/GetAllVisitNumber").then(function(e){o.cmbVisit=e.data}),n.get(d.apiUrl+"api/common/Medical_Visit_Medicine/GetAllMedicalMedicineCode").then(function(e){o.cmbMedicine=e.data}),o.size=function(e){o.pager=10==e||20==e,"*"==e?(o.numPerPage=o.CreDiv.length,o.filteredTodos=o.CreDiv,o.currentPage=1,o.pager=!1):(o.pagesize=e,o.currentPage=1,o.numPerPage=e),o.makeTodos()},o.index=function(e){o.pageindex=e,o.currentPage=e,o.makeTodos(),r.checked=!1,o.CheckAllChecked()},o.filteredTodos=[],o.currentPage=1,o.numPerPage=10,o.maxSize=10,o.makeTodos=function(){o.currentPage=Math.max(1,Math.min(o.currentPage,o.pagersize));var e=(o.currentPage-1)*o.numPerPage,t=parseInt(e)+parseInt(o.numPerPage),a=parseInt(o.totalItems%o.numPerPage);o.pagersize="0"==a?parseInt(o.totalItems/o.numPerPage):parseInt(o.totalItems/o.numPerPage)+1,o.filteredTodos=o.todos.slice(e,t)},o.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).sims_medicine_name.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_medical_visit_number.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_medicine_dosage.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_medicine_duration.toLowerCase().indexOf(t.toLowerCase())||e.sims_serial_number===t;var t})},o.search=function(){o.todos=o.searched(o.CreDiv,o.searchText),o.totalItems=o.todos.length,o.currentPage="1",""===o.searchText&&(o.todos=o.CreDiv),o.makeTodos(),r.checked=!1,o.CheckAllChecked()},o.edit=function(e){o.v_number=!0,o.display=!0,o.grid=!1,o.update1=!0,o.editflg=!0,o.save1=!1,o.edt={sims_medical_visit_number:e.sims_medical_visit_number,sims_medicine_code:e.sims_medicine_code,sims_medicine_dosage:e.sims_medicine_dosage,sims_medicine_duration:e.sims_medicine_duration,sims_status:e.sims_status,sims_serial_number:e.sims_serial_number}},o.exportData=function(){swal({title:"Alert",text:"Do you want to Export in MS-Excel?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){e&&(e=new Blob([document.getElementById("examplee").innerHTML],{type:"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;charset=utf-8"}),saveAs(e,"SubstituteLectureDetailsReport.xls"))})},o.exportexcel=function(e){var t=new function e(){if(!(this instanceof e))return new e;this.SheetNames=[],this.Sheets={}},e=function(e){for(var t,a={},o={s:{c:1e7,r:1e7},e:{c:0,r:0}},s=0;s!==e.length;++s)for(var n=0;n!==e[s].length;++n){o.s.r>s&&(o.s.r=s),o.s.c>n&&(o.s.c=n),o.e.r<s&&(o.e.r=s),o.e.c<n&&(o.e.c=n);var i,d={v:e[s][n]};null!=d.v&&(i=XLSX.utils.encode_cell({c:n,r:s}),"number"==typeof d.v?d.t="n":"boolean"==typeof d.v?d.t="b":d.v instanceof Date?(d.t="n",d.z=XLSX.SSF._table[14],d.v=(t=d.v,void 0&&(t+=1462),(Date.parse(t)-new Date(Date.UTC(1899,11,30)))/864e5)):d.t="s",a[i]=d)}return o.s.c<1e7&&(a["!ref"]=XLSX.utils.encode_range(o)),a}(e),e=(t.SheetNames.push("Sheet1"),t.Sheets.Sheet1=e,XLSX.write(t,{bookType:"xlsx",bookSST:!0,type:"binary"}));saveAs(new Blob([function(e){for(var t=new ArrayBuffer(e.length),a=new Uint8Array(t),o=0;o!==e.length;++o)a[o]=255&e.charCodeAt(o);return t}(e)],{type:"application/octet-stream"}),o.fileName+".xlsx")};var r,m=[];o.Update=function(e){e.$valid&&((e=o.edt).opr="U",m.push(e),n.post(d.apiUrl+"api/common/Medical_Visit_Medicine/InsertSims_MedicalVisitMedicine",m).then(function(e){o.msg1=e.data,!0===o.msg1?(swal({text:"Record Updated Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:300,height:200}),o.getgrid()):!1===o.msg1?swal({text:"Record Not Updated. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:300,height:200}):swal("Error-"+o.msg1),n.get(d.apiUrl+"api/common/Medical_Visit_Medicine/GetSims_MedicalVisitMedicineHR").then(function(e){o.filteredTodos=e.data,o.currentPage=0})}),m=[],o.display=!1,o.grid=!0)},o.Save=function(e){e.$valid&&((e=o.edt).opr="I",l.push(e),n.post(d.apiUrl+"api/common/Medical_Visit_Medicine/InsertSims_MedicalVisitMedicine",l).then(function(e){o.msg1=e.data,!0===o.msg1?(swal({text:"Record Inserted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:300,height:200}),o.getgrid()):!1===o.msg1?swal({text:"Record Not Inserted.",imageUrl:"assets/img/close.png",showCloseButton:!0,width:300,height:200}):swal("Error-"+o.msg1)}),l=[],o.display=!1,o.grid=!0)},o.New=function(){o.edt="",o.grid=!1,o.display=!0,o.save1=!0,o.update1=!1,o.cancel=!0,o.editflg=!1,o.v_number=!1,o.edt={},o.edt.sims_status=!0},o.chk=function(){if(!0===(r=document.getElementById("chk_min")).checked)for(var e=0;e<o.filteredTodos.length;e++)o.filteredTodos[e].sims_serial_number1=!0;else for(e=0;e<o.filteredTodos.length;e++)o.filteredTodos[e].sims_serial_number1=!1,r.checked=!1,o.row1=""},o.CheckAllChecked=function(){if(!0===(r=document.getElementById("mainchk")).checked)for(let e=0;e<o.filteredTodos.length;e++)document.getElementById(e+o.filteredTodos[e].sims_serial_number).checked=!0,o.row1="row_selected",$("tr").addClass("row_selected");else for(let e=0;e<o.filteredTodos.length;e++)document.getElementById(e+o.filteredTodos[e].sims_serial_number).checked=!1,r.checked=!1,o.row1=""},o.sort=function(e){o.colname=e,o.reverse=o.colname===e&&!o.reverse},o.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),o.color="#edefef"}),!0===(r=document.getElementById("mainchk")).checked&&(r.checked=!1,o.color="#edefef",o.row1="")},o.Delete=function(){c=[],o.flag=!1;for(let e=0;e<o.filteredTodos.length;e++){var t;!0===document.getElementById(e+o.filteredTodos[e].sims_serial_number).checked&&(o.flag=!0,t={sims_serial_number:o.filteredTodos[e].sims_serial_number,opr:"D"},c.push(t))}o.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)n.post(d.apiUrl+"api/common/Medical_Visit_Medicine/InsertSims_MedicalVisitMedicine",c).then(function(e){o.msg1=e.data,!0===o.msg1?swal({text:"Record Deleted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&(o.getgrid(),!0===(r=document.getElementById("mainchk")).checked)&&(r.checked=!1,o.row1="")}):!1===o.msg1?swal({text:"Record Not Deleted. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&(o.getgrid(),!0===(r=document.getElementById("mainchk")).checked)&&(r.checked=!1,o.row1="")}):swal("Error-"+o.msg1)});else for(let e=0;e<o.filteredTodos.length;e++){var t=document.getElementById(e+o.filteredTodos[e].sims_serial_number);!0===t.checked&&(t.checked=!1,r.checked=!1,$("tr").removeClass("row_selected"))}}):swal({text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}),o.currentPage=!0},o.cancels=function(){o.grid=!0,o.display=!1,o.update1=!1,o.save1=!1,o.editflg=!1},o.getgrid=function(){n.get(d.apiUrl+"api/common/Medical_Visit_Medicine/GetSims_MedicalVisitMedicineHR").then(function(e){o.display=!1,o.grid=!0,o.CreDiv=e.data,o.totalItems=o.CreDiv.length,o.todos=o.CreDiv,o.makeTodos()})}}])}(),function(){"use strict";var r,e=angular.module("sims.module.Health");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("MedicalParametersCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$filter","$http","ENV",function(s,e,t,a,o,n,i,d){s.pagesize="10",s.pageindex="0",s.pager=!0,s.display=!1,s.save1=!1,s.update1=!1,s.cancel1=!1,s.table1=!0,s.fee_no=!0,s.table=!0,s.visit_no=!0;s.chku=!1,s.stud_info=!1,s.Emp_info=!1,s.emp_pre=!1,s.stud_pre=!1,s.Emp_number=!1,s.Stud_number=!1,s.ref_user=!1,s.edt={},s.user=t.globals.currentUser.username,s.edt12={},s.edte={},s.temp={};var c=n("date")(new Date,"yyyy-MM-dd");s.dt={sims_from_date:c},a(function(){$("#fixTable").tableHeadFixer({top:1})},100),s.size=function(e){"All"==e?(s.currentPage="1",s.filteredTodos=s.todos,s.pager=!1):(s.pager=!0,s.pagesize=e,s.currentPage=1,s.numPerPage=e,s.makeTodos())},s.index=function(e){s.pageindex=e,s.currentPage=e,console.log("currentPage="+s.currentPage),s.makeTodos(),r.checked=!1,s.CheckAllChecked()},s.filteredTodos=[],s.currentPage=1,s.numPerPage=10,s.maxSize=10,s.makeTodos=function(){var e=parseInt(s.totalItems%s.numPerPage),e=(s.pagersize="0"==e?parseInt(s.totalItems/s.numPerPage):parseInt(s.totalItems/s.numPerPage)+1,(s.currentPage-1)*s.numPerPage),t=parseInt(e)+parseInt(s.numPerPage);console.log("begin="+e),console.log("end="+t),s.filteredTodos=s.todos.slice(e,t)},s.showdata=function(){s.display=!1,s.table=!0,s.table1=!0,i.get(d.apiUrl+"api/MedicalParametersController/getMedicalParameters").then(function(e){s.obj=e.data,s.totalItems=s.obj.length,s.todos=s.obj,s.makeTodos(),0==s.obj.length?(swal({title:"Alert",text:"No Record Found...",showCloseButton:!0,width:450,height:200}),s.display=!1,s.table=!1):(s.display=!1,s.table=!0),s.table1=!0})},s.showdata(),s.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).sims_health_parameter_name_en.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_health_parameter_code.toLowerCase().indexOf(t.toLowerCase());var t})},s.search=function(){s.todos=s.searched(s.obj,s.searchText),s.totalItems=s.todos.length,s.currentPage="1",""==s.searchText&&(s.todos=s.obj),s.makeTodos(),r.checked=!1,s.CheckAllChecked()},s.New=function(){s.no_selection=!1,s.status=!0;var e=n("date")(new Date,"dd-MM-yyyy");s.dt={sims_from_date:e},s.edt.medical_attended_by=t.globals.currentUser.username,i.get(d.apiUrl+"api/MedicalParametersController/getAutoGenerateMedicalparameterNo").then(function(e){s.temp1={sims_health_parameter_code:e.data}}),s.clearvalue(),s.display=!0,s.table=!1,s.table1=!1,s.instaminimuma=!0,s.update1=!1,s.save1=!0,s.add_btn=!0,s.Table2=!0,s.MedicalVisiteArray=[],s.rm_edt=!0},s.MedicalVisiteArray=[],s.AddMedicine=function(){var e=[],e=(s.temp1.sims_health_parameter_code,{sims_health_parameter_check_name_en:s.edt6.sims_health_parameter_check_name_en,sims_health_parameter_check_min_value:s.edt6.sims_health_parameter_check_min_value,sims_health_parameter_check_max_value:s.edt6.sims_health_parameter_check_max_value,sims_health_parameter_check_comment:s.edt6.sims_health_parameter_check_comment,sims_health_parameter_code:s.temp1.sims_health_parameter_code});s.MedicalVisiteArray.push(e),s.edt6.sims_health_parameter_check_name_en="",s.edt6.sims_health_parameter_check_min_value="",s.edt6.sims_health_parameter_check_max_value="",s.edt6.sims_health_parameter_check_comment=""};s.CheckInstallment=function(){1==s.edt.sims_library_fee_installment_mode?s.instaminimuma=!1:s.instaminimuma=!0},s.obj1=[],s.obj2=[],s.CheckAllChecked=function(){if(1==(r=document.getElementById("mainchk11")).checked)for(var e=0;e<s.filteredTodos.length;e++)document.getElementById(e).checked=!0,$("tr").addClass("row_selected");else for(e=0;e<s.filteredTodos.length;e++)document.getElementById(e).checked=!1,r.checked=!1,s.row1="",$("tr").removeClass("row_selected")};s.checkonebyonedelete=function(e,t){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),s.color="#edefef"}),e.status=e.datastatus,0},s.submit=function(e){if(s.res={},e){s.stud_info=!1,s.Emp_info=!1,s.res.med_det=[];var t;console.log(s.res),s.res.opr="I",s.res.sims_health_parameter_code=s.temp1.sims_health_parameter_code,s.res.sims_health_parameter_name_en=s.temp1.sims_health_parameter_name_en,s.res.sims_health_parameter_description=s.temp1.sims_health_parameter_description,s.res.sims_health_parameter_min_value=s.temp1.sims_health_parameter_min_value,s.res.sims_health_parameter_max_value=s.temp1.sims_health_parameter_max_value,s.res.sims_health_parameter_default_value=s.temp1.sims_health_parameter_default_value,s.res.sims_health_parameter_unit=s.temp1.sims_health_parameter_unit,s.res.sims_health_parameter_display_order=s.temp1.sims_health_parameter_display_order,s.res.sims_health_parameter_isNumeric=s.temp1.sims_health_parameter_isNumeric,s.res.user=s.user;for(var a=0;a<s.MedicalVisiteArray.length;a++)if(t={sims_health_parameter_check_name_en:s.MedicalVisiteArray[a].sims_health_parameter_check_name_en,sims_health_parameter_check_min_value:s.MedicalVisiteArray[a].sims_health_parameter_check_min_value,sims_health_parameter_check_max_value:s.MedicalVisiteArray[a].sims_health_parameter_check_max_value,sims_health_parameter_check_comment:s.MedicalVisiteArray[a].sims_health_parameter_check_comment,sims_health_parameter_code:s.temp1.sims_health_parameter_code,user:s.user},s.res.med_det.push(t),s.flag=!0,0==s.flag)return void swal("","Please select the records to Insert");i.post(d.apiUrl+"api/MedicalParametersController/CUDSaveMedicalParameter",s.res).then(function(e){console.log(e),s.msg1=e.data,1==s.msg1?(swal({text:"Record Inserted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:300,height:200}),s.showdata()):0==s.msg1?(swal({text:"Record Not Inserted. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:300,height:200}),s.showdata()):swal("Error-"+s.msg1)}),s.display=!1,s.table=!0,s.showdata()}},s.cancel=function(){s.showdata(),s.display=!1,s.table=!0,s.table1=!0,s.clearvalue(),s.stud_info=!1,s.Emp_info=!1,s.enroll_no=!1,s.stud_pre=!1,s.employee_no=!1,s.emp_pre=!1,s.add_btn=!0,s.update_button=!1,s.MedicalVisiteArray=[]},s.CheckAllChecked=function(){if(1==(r=document.getElementById("mainchk")).checked)for(var e=0;e<s.filteredTodos.length;e++)document.getElementById(s.filteredTodos[e].sims_medical_visit_number+e).checked=!0,s.row1="row_selected",$("tr").addClass("row_selected");else for(e=0;e<s.filteredTodos.length;e++)document.getElementById(s.filteredTodos[e].sims_medical_visit_number+e).checked=!1,r.checked=!1,s.row1="",$("tr").removeClass("row_selected")},s.checkonebyoneselect=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),s.color="#edefef"}),1==(r=document.getElementById("mainchk")).checked&&(r.checked=!1,$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected")}))},s.edit=function(t){s.no_selection=!0,s.visit_no=!0,s.Emp_number=!0,s.Stud_number=!0,s.update1=!0,s.ref_user=!0,s.save1=!1,s.Table2=!0,s.add_btn=!0,s.status=!1,s.status1=!0,s.rm_edt=!0,s.MedicalVisiteArray=[],i.post(d.apiUrl+"api/MedicalParametersController/parameterDetails?vino="+t.sims_health_parameter_code).then(function(e){e=e.data;s.MedicalVisiteArray=e,s.MedicalVisiteArray.sims_health_parameter_code=t.sims_health_parameter_code,s.temp1={sims_health_parameter_code:t.sims_health_parameter_code,sims_health_parameter_name_en:t.sims_health_parameter_name_en,sims_health_parameter_description:t.sims_health_parameter_description,sims_health_parameter_min_value:t.sims_health_parameter_min_value,sims_health_parameter_max_value:t.sims_health_parameter_max_value,sims_health_parameter_default_value:t.sims_health_parameter_default_value,sims_health_parameter_unit:t.sims_health_parameter_unit,sims_health_parameter_display_order:t.sims_health_parameter_display_order,sims_health_parameter_isNumeric:t.sims_health_parameter_isNumeric},s.display=!0,s.table=!1,s.table1=!1})},s.Update=function(){var e=[],t=[];if(console.log(s.res),"0"==s.MedicalVisiteArray.length){t={sims_health_parameter_code:s.temp1.sims_health_parameter_code,sims_health_parameter_name_en:s.temp1.sims_health_parameter_name_en,sims_health_parameter_min_value:s.temp1.sims_health_parameter_min_value,sims_health_parameter_max_value:s.temp1.sims_health_parameter_max_value,sims_health_parameter_default_value:s.temp1.sims_health_parameter_default_value,sims_health_parameter_unit:s.temp1.sims_health_parameter_unit,sims_health_parameter_display_order:s.temp1.sims_health_parameter_display_order,sims_health_parameter_isNumeric:s.temp1.sims_health_parameter_isNumeric,sims_health_parameter_description:s.temp1.sims_health_parameter_description,user:s.user,opr:"U"};e.push(t)}else{for(var a=0;a<s.MedicalVisiteArray.length;a++)t={sims_health_parameter_code:s.temp1.sims_health_parameter_code,sims_health_parameter_name_en:s.temp1.sims_health_parameter_name_en,sims_health_parameter_min_value:s.temp1.sims_health_parameter_min_value,sims_health_parameter_max_value:s.temp1.sims_health_parameter_max_value,sims_health_parameter_default_value:s.temp1.sims_health_parameter_default_value,sims_health_parameter_unit:s.temp1.sims_health_parameter_unit,sims_health_parameter_display_order:s.temp1.sims_health_parameter_display_order,sims_health_parameter_isNumeric:s.temp1.sims_health_parameter_isNumeric,sims_health_parameter_description:s.temp1.sims_health_parameter_description,opr:"U",sims_health_parameter_check_name_en:s.MedicalVisiteArray[a].sims_health_parameter_check_name_en,sims_health_parameter_check_min_value:s.MedicalVisiteArray[a].sims_health_parameter_check_min_value,sims_health_parameter_check_max_value:s.MedicalVisiteArray[a].sims_health_parameter_check_max_value,sims_health_parameter_check_comment:s.MedicalVisiteArray[a].sims_health_parameter_check_comment,sims_health_parameter_check_code:s.MedicalVisiteArray[a].sims_health_parameter_check_code,user:s.user},e.push(t),s.flag=!0;if(0==s.flag)return void swal("","Please select the records to Insert")}i.post(d.apiUrl+"api/MedicalParametersController/CUDMedicalParameter",e).then(function(e){s.msg1=e.data,1==s.msg1?(swal({text:"Record Updated Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:300,height:200}),s.showdata()):swal({text:"Record Not Updated",imageUrl:"assets/img/check.png",showCloseButton:!0,width:300,height:200}),s.clearvalue()})},s.OkDelete=function(){s.flag=!1;for(var e,o=[],t=0;t<s.filteredTodos.length;t++)1==document.getElementById(s.filteredTodos[t].sims_health_parameter_code+t).checked&&(s.flag=!0,e={sims_health_parameter_code:s.filteredTodos[t].sims_health_parameter_code,opr:"D"},o.push(e));s.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)i.post(d.apiUrl+"api/MedicalParametersController/CUDMedicalParameter",o).then(function(e){s.msg1=e.data,1==s.msg1&&swal({text:"Record Deleted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){s.showdata(),e&&(1==(r=document.getElementById("mainchk")).checked&&(r.checked=!1),s.CheckAllChecked()),s.currentPage=!0})});else{1==(r=document.getElementById("mainchk")).checked&&(r.checked=!1);for(var t=0;t<s.filteredTodos.length;t++){var a=document.getElementById(s.filteredTodos[t].sims_library_fee_number+t);1==a.checked&&(a.checked=!1,r.checked=!1,$("tr").removeClass("row_selected"))}}}):swal({text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}),s.currentPage=str,s.row1=""},s.clearvalue=function(){s.temp1={sims_medical_visit_number:""},s.dt={sims_from_date:""},s.edt={sims_enroll_number:""},s.edte={sims_employee_number:""},s.edt1={medical_complaint_desc:""},s.edt2={medical_attendant_observation:""},s.edt3={medical_health_education:""},s.edt3={sims_medical_examination_name:""},s.edt4={medical_followup_comment:""},s.temp2={sims_medicine_code:""},s.edt5={sims_medicine_dosage:"",sims_blood_pressure:"",sims_temperature:"",sims_pulse_rate:"",sims_respiratory_rate:"",sims_spo2:""},s.edt6={sims_medicine_duration:""},s.edt={sims_user_code_created_by:""},s.edt5={sims_status:!0},s.edtu={sims_user_code_created_name:""},s.searchText="",s.MyForm.$setPristine(),s.MyForm.$setUntouched()};var l=[];s.Remove=function(e,t,a){s.std={};var o;s.std.sims_health_parameter_code=a[o=t].sims_health_parameter_code,s.std.sims_health_parameter_check_code=a[o].sims_health_parameter_check_code,s.std.opr="M",l.push(s.std),i.post(d.apiUrl+"api/MedicalParametersController/CUDMedicalParameter",l).then(function(e){s.msg1=e.data,1==s.msg1?(swal({title:"Alert",text:"Record Deleted Successfully",showCloseButton:!0,width:300,height:200}),s.grid2="",s.save_btn=!1,i.post(d.apiUrl+"api/MedicalParametersController/parameterDetails?vino="+s.std.sims_health_parameter_code).then(function(e){e=e.data;s.MedicalVisiteArray=e})):a.splice(t,1)}),l=[]},s.update_button=!1,s.editParameters=function(e){s.add_btn=!1,s.update_button=!0,s.edt6={sims_health_parameter_check_name_en:e.sims_health_parameter_check_name_en,sims_health_parameter_check_min_value:e.sims_health_parameter_check_min_value,sims_health_parameter_check_max_value:e.sims_health_parameter_check_max_value,sims_health_parameter_check_comment:e.sims_health_parameter_check_comment},s.medical_sims_health_parameter_code=e.sims_health_parameter_code,s.medical_sims_health_parameter_check_code=e.sims_health_parameter_check_code},s.UpdateMedicine=function(){if(0<s.MedicalVisiteArray.length)for(var e=0;e<s.MedicalVisiteArray.length;e++)s.MedicalVisiteArray[e].sims_health_parameter_code==s.medical_sims_health_parameter_code&&s.MedicalVisiteArray[e].sims_health_parameter_check_code==s.medical_sims_health_parameter_check_code&&(s.MedicalVisiteArray[e].sims_health_parameter_check_min_value=s.edt6.sims_health_parameter_check_min_value,s.MedicalVisiteArray[e].sims_health_parameter_check_max_value=s.edt6.sims_health_parameter_check_max_value,s.MedicalVisiteArray[e].sims_health_parameter_check_comment=s.edt6.sims_health_parameter_check_comment,s.MedicalVisiteArray[e].sims_health_parameter_check_name_en=s.edt6.sims_health_parameter_check_name_en);s.edt6.sims_health_parameter_check_name_en="",s.edt6.sims_health_parameter_check_min_value="",s.edt6.sims_health_parameter_check_max_value="",s.edt6.sims_health_parameter_check_comment="",s.add_btn=!0,s.update_button=!1},$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0,format:"yyyy-mm-dd"})}])}(),function(){"use strict";angular.module("sims.module.Health").controller("medicalImmunizationStudentCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","$filter","ENV",function(s,e,t,a,o,n,i,d){s.display=!1,s.not_editable=!0,s.grid=!0,s.pagesize="10",s.items=[],s.url=d.apiUrl+"Content/"+n.defaults.headers.common.schoolId;var c=i("date")(new Date,"dd-MM-yyyy");s.read=!0,t.visible_stud=!0,t.visible_parent=!1,t.visible_search_parent=!1,t.visible_teacher=!1,t.visible_User=!1,t.visible_Employee=!1,t.chkMulti=!1,s.Search=function(){s.global_Search_click(),$("#Global_Search_Modal").modal({backdrop:"static"})},s.CmbimmunizationChange=function(t){var e=$.grep(s.cmbImmunization,function(e){return e.sims_immunization_code==t})[0].sims_immunization_desc,a=$.grep(s.cmbImmunization,function(e){return e.sims_immunization_code==t})[0].sims_immunization_age_group_code;s.edt.sims_immunization_desc=e,s.edt.sims_immunization_age_group_code=a},n.get(d.apiUrl+"api/common/Medical_Immunization/GetSims_MedicalImmunization").then(function(e){s.cmbImmunization=e.data}),s.CmbimmunizationChange=function(t){var e=$.grep(s.cmbImmunization,function(e){return e.sims_immunization_code==t})[0].sims_immunization_desc,a=$.grep(s.cmbImmunization,function(e){return e.sims_immunization_code==t})[0].sims_immunization_age_group_code;s.edt.sims_immunization_desc=e,s.edt.sims_immunization_age_group_code=a},n.get(d.apiUrl+"api/common/Medical_Immunization/GetAllMedicalImmunizationAgeGroupCode").then(function(e){s.cmbgroupCode=e.data}),s.changDose=function(e){s.edt.sims_immunization_dosage1=" ",s.edt.sims_immunization_dosage2=" ",s.edt.sims_immunization_dosage3=" ",s.edt.sims_immunization_dosage4=" ",s.edt.sims_immunization_dosage5=" ",n.get(d.apiUrl+"api/Medical_Immunization_Student/getDosage?str="+e).then(function(e){s.Dosage=e.data,s.edt.sims_immunization_dosage1=s.Dosage[0].sims_immunization_dosage1,s.edt.sims_immunization_dosage2=s.Dosage[0].sims_immunization_dosage2,s.edt.sims_immunization_dosage3=s.Dosage[0].sims_immunization_dosage3,s.edt.sims_immunization_dosage4=s.Dosage[0].sims_immunization_dosage4,s.edt.sims_immunization_dosage5=s.Dosage[0].sims_immunization_dosage5})},s.filteredTodos=[],s.currentPage=1,s.numPerPage=10,s.maxSize=10,s.makeTodos=function(){var e=parseInt(s.totalItems%s.numPerPage),e=(s.pagersize="0"==e?parseInt(s.totalItems/s.numPerPage):parseInt(s.totalItems/s.numPerPage)+1,(s.currentPage-1)*s.numPerPage),t=parseInt(e)+parseInt(s.numPerPage);s.filteredTodos=s.todos.slice(e,t);for(var a=0;a<s.filteredTodos.length;a++)s.filteredTodos[a].icon="fa fa-plus-circle";1==(l=document.getElementById("mainchk")).checked&&(l.checked=!1,s.row1="",s.CheckMultiple())},n.get(d.apiUrl+"api/Medical_Immunization_Student/GetStudent_Medical_Immunization").then(function(e){s.display=!1,s.grid=!0,s.items=e.data,s.totalItems=s.items.length,s.todos=s.items,s.makeTodos()}),s.size=function(e){1==(l=document.getElementById("mainchk")).checked&&(l.checked=!1,s.row1="",s.color="#edefef"),"All"==e?(s.currentPage=1,s.numPerPage=s.items.length):(s.pagesize=e,s.currentPage=1,s.numPerPage=e),s.makeTodos()},s.index=function(e){s.pageindex=e,s.currentPage=e,s.makeTodos(),1==(l=document.getElementById("mainchk")).checked&&(l.checked=!1,s.row1="",s.color="#edefef")},s.edit=function(e){s.read=!0,s.btn_se=!0,s.edt={sims_immunization_age_group_code:e.sims_immunization_age_group_code,sims_immunization_code:e.sims_immunization_code,sims_immunization_desc:e.sims_immunization_desc,sims_immunization_dosage1:e.sims_immunization_dosage1,sims_immunization_dosage2:e.sims_immunization_dosage2,sims_immunization_dosage3:e.sims_immunization_dosage3,sims_immunization_dosage4:e.sims_immunization_dosage4,sims_immunization_dosage5:e.sims_immunization_dosage5,sims_vaccination_date:e.sims_vaccination_date,sims_vaccination_renewal_date:e.sims_vaccination_renewal_date,sims_3rd_vaccination_date:e.sims_3rd_vaccination_date},s.edt1={sims_enroll_number:e.sims_enroll_number},s.display=!0,s.grid=!1,s.update1=!0,s.save1=!1,s.editflg=!0},s.Update=function(e){var t;e.$valid&&(e=[],s.edt={sims_enroll_number:s.edt1.sims_enroll_number.split("(")[0],sims_immunization_age_group_code:s.edt.sims_immunization_age_group_code,sims_immunization_code:s.edt.sims_immunization_code,sims_vaccination_date:s.edt.sims_vaccination_date,sims_vaccination_renewal_date:s.edt.sims_vaccination_renewal_date,sims_3rd_vaccination_date:s.edt.sims_3rd_vaccination_date,sims_immunization_desc:s.edt.sims_immunization_desc,sims_immunization_dosage1:s.edt.sims_immunization_dosage1,sims_immunization_dosage2:s.edt.sims_immunization_dosage2,sims_immunization_dosage3:s.edt.sims_immunization_dosage3,sims_immunization_dosage4:s.edt.sims_immunization_dosage4,sims_immunization_dosage5:s.edt.sims_immunization_dosage5,opr:"U"},t=s.edt,e.push(t),n.post(d.apiUrl+"api/Medical_Immunization_Student/InsertStudent_Medical_Immunization",e).then(function(e){s.ins=e.data,1==e.data?(swal({text:"Record Updated Successfully.",imageUrl:"assets/img/check.png"}),n.get(d.apiUrl+"api/Medical_Immunization_Student/GetStudent_Medical_Immunization").then(function(e){s.display=!1,s.grid=!0,s.items=e.data,s.totalItems=s.items.length,s.todos=s.items,s.makeTodos()})):0==e.data?swal({text:"Record Not Updated .",imageUrl:"assets/img/close.png"}):swal("Error-"+s.ins)}),s.cancel())},s.Save=function(e){var t;e.$valid&&(e=[],s.edt={sims_enroll_number:s.edt1.stud_number,sims_immunization_age_group_code:s.edt.sims_immunization_age_group_code,sims_immunization_code:s.edt.sims_immunization_code,sims_vaccination_date:s.edt.sims_vaccination_date,sims_vaccination_renewal_date:s.edt.sims_vaccination_renewal_date,sims_3rd_vaccination_date:s.edt.sims_3rd_vaccination_date,sims_immunization_desc:s.edt.sims_immunization_desc,sims_immunization_dosage1:s.edt.sims_immunization_dosage1,sims_immunization_dosage2:s.edt.sims_immunization_dosage2,sims_immunization_dosage3:s.edt.sims_immunization_dosage3,sims_immunization_dosage4:s.edt.sims_immunization_dosage4,sims_immunization_dosage5:s.edt.sims_immunization_dosage5,opr:"I"},t=s.edt,e.push(t),n.post(d.apiUrl+"api/Medical_Immunization_Student/InsertStudent_Medical_Immunization",e).then(function(e){s.ins=e.data,1==e.data?(swal({text:"Record Inserted Successfully.",imageUrl:"assets/img/check.png"}),n.get(d.apiUrl+"api/Medical_Immunization_Student/GetStudent_Medical_Immunization").then(function(e){s.display=!1,s.grid=!0,s.items=e.data,s.totalItems=s.items.length,s.todos=s.items,s.makeTodos()})):0==e.data?swal({text:"Record Not Inserted.",imageUrl:"assets/img/close.png"}):swal("Error-"+s.ins)}),s.cancel())},s.New=function(){s.edt="",s.edt1="",s.grid=!1,s.display=!0,s.save1=!0,s.editflg=!1,s.update1=!1,s.btn_se=!1,s.edt={sims_vaccination_date:c,sims_vaccination_renewal_date:c,sims_3rd_vaccination_date:c}};var l;s.chk=function(){if(l=document.getElementById("chk_min"),1==l.checked)for(var e=0;e<s.items.length;e++)s.items[e].sims_immunization_code1=!0;else for(e=0;e<s.items.length;e++)s.items[e].sims_immunization_code1=!1,l.checked=!1,s.row1=""},s.CheckAllChecked=function(){if(1==(l=document.getElementById("mainchk")).checked)for(var e=0;e<s.items.length;e++)document.getElementById(e+s.items[e].sims_immunization_code).checked=!0,s.row1="row_selected",$("tr").addClass("row_selected");else for(e=0;e<s.items.length;e++)document.getElementById(e+s.items[e].sims_immunization_code).checked=!1,l.checked=!1,s.row1=""},s.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),s.color="#edefef"}),1==(l=document.getElementById("mainchk")).checked&&(l.checked=!1,s.color="#edefef",s.row1="")},s.Delete=function(){var o=[];s.flag=!1;for(var e=0;e<s.items.length;e++){var t=document.getElementById(e+s.items[e].sims_immunization_code);s.sims_enroll_number=s.items[e].sims_enroll_number.split("(")[0],1==t.checked&&(s.flag=!0,t={sims_immunization_code:s.items[e].sims_immunization_code,sims_enroll_number:s.sims_enroll_number,sims_immunization_age_group_code:s.items[e].sims_immunization_age_group_code,opr:"D"},o.push(t))}s.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)n.post(d.apiUrl+"api/Medical_Immunization_Student/InsertStudent_Medical_Immunization",o).then(function(e){s.msg1=e.data,1==s.msg1?swal({text:"Record Deleted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&n.get(d.apiUrl+"api/Medical_Immunization_Student/GetStudent_Medical_Immunization").then(function(e){s.display=!1,s.grid=!0,s.items=e.data,s.totalItems=s.items.length,s.todos=s.items,s.makeTodos()})}):0==s.msg1?swal({text:"Record Not Deleted. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&(n.get(d.apiUrl+"api/Medical_Immunization_Student/GetStudent_Medical_Immunization").then(function(e){s.display=!1,s.grid=!0,s.items=e.data,s.currentPage=0}),1==(l=document.getElementById("mainchk")).checked)&&(l.checked=!1,s.row1="")}):swal("Error-"+s.ins)});else for(var t=0;t<s.items.length;t++){var a=document.getElementById(t+s.items[t].sims_immunization_code);1==a.checked&&(a.checked=!1,l.checked=!1,$("tr").removeClass("row_selected"))}}):swal({text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}),s.currentPage=!0},s.cancel=function(){s.grid=!0,s.display=!1,s.update1=!1,s.save1=!1,s.editflg=!1,s.edt="",s.edt1="",s.get_data()},s.get_data=function(){n.get(d.apiUrl+"api/Medical_Immunization_Student/GetStudent_Medical_Immunization").then(function(e){s.display=!1,s.grid=!0,s.items=e.data,s.totalItems=s.items.length,s.todos=s.items,s.makeTodos()})},s.get_search_data=function(e){n.get(d.apiUrl+"api/Medical_Immunization_Student/GetStudent_Medical_Immunization_filter?immunization_desc="+e).then(function(e){s.display=!1,s.grid=!0,s.items=e.data,s.totalItems=s.items.length,s.todos=s.items,s.filteredTodos=s.todos,s.makeTodos()})},$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0,format:"dd-mm-yyyy"}),$(document).on("touch click",'*[data-datepicker="true"] .add-on',function(e){$('input[type="text"]',$(this).parent()).focus()}),s.$on("global_cancel",function(){0<s.SelectedUserLst.length&&(s.edt1={studName:s.SelectedUserLst[0].name,stud_number:s.SelectedUserLst[0].s_enroll_no}),s.edt1.sims_enroll_number=s.edt1.studName}),s.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).sims_enroll_number.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_immunization_code.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_immunization_age_group_desc.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_immunization_desc.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_immunization_dosage4.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_immunization_dosage2.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_immunization_dosage3.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_immunization_dosage1.toLowerCase().indexOf(t.toLowerCase());var t})},s.search=function(){s.todos=s.searched(s.items,s.searchText),s.totalItems=s.todos.length,s.currentPage="1",""==s.searchText&&(s.todos=s.items),s.makeTodos(),l.checked=!1,s.CheckAllChecked()}}])}(),function(){"use strict";var p,e=angular.module("sims.module.Health");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("StudentHealthCont",["$scope","$rootScope","$timeout","$http","$filter","ENV",function(s,e,t,n,i,d){s.pagesize="10",s.pageindex="0",s.pager=!0,s.save_btn=!0,s.search_btn=!0,s.clr_btn=!0,s.Update_btn=!1,s.newdisplay=!1,s.table=!0;var c,l,o=new FormData;s.hide_img=!1,s.imgurl="https://assets.mograsys.com/Content/"+n.defaults.headers.common.schoolId+"/Images/StudentImages/",n.get(d.apiUrl+"api/StudentHealth/getBloodGroup").then(function(e){s.empstat=!0,s.bloodGroup=e.data,s.operation=!0,s.Save_btn=!0,s.Update_btn=!1,s.display=!0}),s.getexcus=function(){n.get(d.apiUrl+"api/StudentHealth/GetAllExcuses").then(function(e){s.GetExce=e.data})},s.calculateBMI=function(e,t){var a=0,o=0,a=(t=e/((e=t/100)*e))-(o=Math.floor(t));a*=10,10===(a=Math.round(a))&&(o+=1,a=0),s.temp.sims_health_bmi=o+"."+a},s.getcur=function(){n.get(d.apiUrl+"api/common/getCuriculum").then(function(e){s.curriculum=e.data,s.edt={sims_cur_code:s.curriculum[0].sims_cur_code},s.getAccYear(s.edt.sims_cur_code)})},s.getAccYear=function(e){n.get(d.apiUrl+"api/common/getAcademicYear?curCode="+e).then(function(e){s.Acc_year=e.data,s.temp={sims_academic_year:s.Acc_year[0].sims_academic_year},s.getGrade(s.edt.sims_cur_code,s.temp.sims_academic_year)})},s.getGrade=function(e,t){n.get(d.apiUrl+"api/common/getAllGrades?cur_code="+e+"&academic_year="+t).then(function(e){s.Grade_code=e.data,setTimeout(function(){$("#Select9").select2()},100)})},s.getSection=function(e,t,a){n.get(d.apiUrl+"api/common/getSectionFromGrade?cur_code="+e+"&grade_code="+t+"&academic_year="+a).then(function(e){s.Section_code=e.data,setTimeout(function(){$("#Select9").select2()},100)})},s.stud_Details_fun=function(e,t,a,o){s.filteredTodos=[],s.Stud_Health_Details=[],s.edt.sims_cur_code=e,s.temp.sims_academic_year=t,s.temp.sims_grade_code=a,s.temp.sims_section_code=o,n.get(d.apiUrl+"api/StudentHealth/getStudHealthSearch?sims_cur_code="+e+"&sims_academic_year="+t+"&sims_grade_code="+a+"&sims_section_code="+o).then(function(e){s.Stud_Health_Details=e.data,s.totalItems=s.Stud_Health_Details.length,s.todos=s.Stud_Health_Details,s.makeTodos()})},e.visible_stud=!0,e.visible_parent=!1,e.visible_search_parent=!1,e.visible_teacher=!1,e.visible_User=!1,e.visible_Employee=!1,e.chkMulti=!1,s.SearchStudentWindow=function(){s.global_Search_click(),$("#Global_Search_Modal").modal({backdrop:"static"})},s.$on("global_cancel",function(){0<s.SelectedUserLst.length&&(s.temp={name:s.SelectedUserLst[0].name,enroll_number:s.SelectedUserLst[0].s_enroll_no},n.get(d.apiUrl+"api/StudentHealth/getGenderDOB?S_number="+s.temp.enroll_number).then(function(e){s.get_studData=e.data,$("#style_new").html(s.get_studData[0].sub_class),s.hide_img=!0}),n.get(d.apiUrl+"api/student/UploadRemainingDocument/GetStudDoc_health?student_roll_number="+s.temp.enroll_number).then(function(t){s.Upload_doc_datails=t.data;for(let e=0;e<s.Upload_doc_datails.length;e++)s.Upload_doc_datails[e]=t.data[e],s.visible=[],s.visible=t.data[e].sims_admission_doc_path.split(","),s.Upload_doc_datails[e].path=s.visible}))}),s.onlyNumbers1=function(e){var t,a={escape:27,backspace:8,tab:9,enter:13,0:48,1:49,2:50,3:51,4:52,5:53,6:54,7:55,8:56,9:57};for(t in a)if(a.hasOwnProperty(t)&&(e.charCode===a[t]||e.keyCode===a[t]))return;e.preventDefault()},s.SearchSudent=function(){!0===(p=document.getElementById("mainchk1")).checked&&(p.checked=!1),s.searchtable=!1,s.busy=!0,n.get(d.apiUrl+"api/common/GlobalSearch/getSearchStudent?data="+JSON.stringify(s.temp)).then(function(e){s.student=e.data,s.totalItems=s.student.length,s.todos=s.student,s.makeTodos(),s.searchtable=!0,s.busy=!1})},n.get(d.apiUrl+"api/common/getAllAcademicYear").then(function(e){s.ActiveYear=e.data}),s.size=function(e){"All"===e?(s.currentPage="All",s.filteredTodos=s.todos,s.pager=!1):(s.pager=!0,s.pagesize=e,s.currentPage=1,s.numPerPage=e,s.makeTodos())},s.index=function(e){s.pageindex=e,s.currentPage=e,s.makeTodos(),p.checked=!1},s.filteredTodos=[],s.currentPage=1,s.numPerPage=10,s.maxSize=10,s.makeTodos=function(){var e=parseInt(s.totalItems%s.numPerPage),e=(s.pagersize="0"===e?parseInt(s.totalItems/s.numPerPage):parseInt(s.totalItems/s.numPerPage)+1,(s.currentPage-1)*s.numPerPage),t=parseInt(e)+parseInt(s.numPerPage);s.filteredTodos=s.todos.slice(e,t)},s.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).sims_student_full_name.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_blood_group_name.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_enrollment_number.toLowerCase().indexOf(t.toLowerCase());var t})},s.search=function(){s.todos=s.searched(s.Stud_Health_Details,s.searchText),s.totalItems=s.todos.length,s.currentPage="1",""===s.searchText&&(s.todos=s.Stud_Health_Details),s.makeTodos()},s.New=function(){s.temp="",s.hide_img=!1,s.medication=!0,s.disability=!0,s.restriction=!0,s.hearing=!0,s.vision=!0,s.other=!0,s.student_excuses=!0,s.getexcus(),s.other_disability=!0,s.disabled=!1,s.readonly=!0,s.table=!1,s.newdisplay=!0,s.save_btn=!0,s.Update_btn=!1,s.get_studData="",s.Stud_number=!1,s.read=!0,s.Myform.$setPristine(),s.Myform.$setUntouched()},s.showdate=function(e,t){s.temp[t]=e},s.viewpreviousyearshealth=function(t){$("#myModal").modal("show"),n.get(d.apiUrl+"api/StudentHealth/getStudHealthPrevious?student_enroll_number="+t.sims_enrollment_number).then(function(e){s.student_name=t.sims_student_full_name,s.student_enroll=t.sims_enrollment_number,s.previousdetails2=e.data,console.log(s.previousdetails2,"nnnn")})},s.onlyNumbers2=function(e){var t,a={escape:27,backspace:8,tab:9,enter:13,del:45,plus:43,0:48,1:49,2:50,3:51,4:52,5:53,6:54,7:55,8:56,9:57};for(t in a)if(a.hasOwnProperty(t)&&(e.charCode===a[t]||e.keyCode===a[t]))return;e.preventDefault()},s.getTheFiles=function(a){s.filesize=!0,angular.forEach(a,function(e,t){o.append(t,e);2e6<a[0].size&&(s.filesize=!1,swal({text:"Error : Cannot upload files larger than 2Mb.",imageUrl:"assets/img/notification-alert.png"}))})},s.uploadClick=function(e){s.filesize=!0,s.edt1=e,s.ins=!1,o=new FormData},s.file_changedw=function(e,t){var a=e.files[0],a=(s.photo_filename=a.type,c=e.files,a.name.split(".")[1]);if("jpeg"===a||"jpg"===a||"png"===a||"pdf"===a||"docx"===a||"doc"===a){if(c.length){l=new FormData;for(var o of c)l.append(o.name,o,"Web\\"+o.name.replace(/\s/g,""))}(new FileReader).onload=function(e){s.$apply(function(){})},e.files[0].size<2e6&&(s.edt1.count<2?(e={method:"POST",url:d.apiUrl+"api/AssignmentUpload/upload1?filename="+s.edt1.admis_num+"_"+s.edt1.sims_criteria_code+"_("+i("date")(new Date,"dd-MM-yyyy")+"-"+i("date")(new Date,"HH-mm-ss")+")."+a+"&location=Docs/Student/",data:l,headers:{"Content-Type":void 0}},n(e).success(function(e){null==(r={enrollno:s.temp.enroll_number,sims_criteria_code:s.edt1.sims_criteria_code,sims_doc_path:e}).sims_admission_doc_path&&""==r.sims_admission_doc_path||(r.opr="E",n.post(d.apiUrl+"api/student/UploadRemainingDocument/CUD_Update_student_Doc",r).then(function(e){s.ins=e.data,e.data&&(swal({text:"Document Updated Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}),s.edt1.count=s.edt1.count+1),s.allDocument()}))})):swal({title:"Alert",text:"Error : You Can Upload Maximum of 2 Documents For Each Document Type",showCloseButton:!0,width:380}))}else swal({title:"Alert",text:"Document type not allowed",showCloseButton:!0,width:380})},s.allDocument=function(){n.get(d.apiUrl+"api/student/UploadRemainingDocument/GetStudDoc_health?student_roll_number="+s.temp.enroll_number).then(function(e){s.Upload_doc_datails=e.data;for(var t=0;t<s.Upload_doc_datails.length;t++)s.Upload_doc_datails[t]=e.data[t],s.visible=[],s.visible=e.data[t].sims_admission_doc_path.split(","),s.Upload_doc_datails[t].path=s.visible})},s.downloaddoc=function(e){s.url="https://assets.mograsys.com/"+e,window.open(s.url)},s.doc_delete=function(e,t,a){n.post(d.apiUrl+"api/student/UploadRemainingDocument/CUD_Delete_student_Doc?adm_no="+a+"&criteria_code="+t+"&doc_path="+e).then(function(e){s.del=e.data,e.data&&swal({text:"Document Deleted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}),s.allDocument()})},s.savedata=function(e){if(null!=s.temp.enroll_number){(r=s.temp).opr="I";let e=[];e.push(r),n.post(d.apiUrl+"api/StudentHealth/CUDStudentHealth",e).then(function(e){s.msg1=e.data,!0===s.msg1?swal({text:"Record Inserted Successfully",imageUrl:"assets/img/check.png",width:300,height:200}).then(function(e){e&&s.stud_Details_fun(s.edt.sims_cur_code,s.temp.sims_academic_year,s.temp.sims_grade_code,s.temp.sims_section_code)}):!1===s.msg1?swal({text:"Record alredy present Or Please try again. ",imageUrl:"assets/img/close.png",width:300,height:200}):swal("Error-"+s.msg1),s.getcur()}),e=[],s.table=!0,s.newdisplay=!1,s.clear()}else swal({text:"You not enterd reuired data, Please try again. ",imageUrl:"assets/img/close.png",width:300,height:200})},t(function(){$("#fixTable").tableHeadFixer({top:1})},100),s.Cancel=function(){s.temp="",s.table=!0,s.newdisplay=!1,s.hide_img=!1,s.Myform.$setPristine(),s.Myform.$setUntouched(),s.getcur()},s.clear=function(){s.temp="",s.hide_img=!1,s.getcur()},s.edit=function(e){s.medication=!0,s.disability=!0,s.restriction=!0,s.hearing=!0,s.vision=!0,s.other=!0,s.student_excuses=!0,s.getexcus(),s.other_disability=!0,s.read=!0,s.Stud_number=!0,s.table=!1,s.newdisplay=!0,s.save_btn=!1,s.Update_btn=!0,s.temp={sims_cur_code:s.edt.sims_cur_code,sims_academic_year:s.temp.sims_academic_year,sims_grade_code:s.temp.sims_grade_code,sims_section_code:s.temp.sims_section_code,enroll_number:e.sims_enrollment_number,sims_blood_group_code:e.sims_blood_group_code,sims_health_card_number:e.sims_health_card_number,sims_health_card_issue_date:e.sims_health_card_issue_date,sims_health_card_expiry_date:e.sims_health_card_expiry_date,sims_health_card_issuing_authority1:e.sims_health_card_issuing_authority1,sims_height:e.sims_height,sims_wieght:e.sims_wieght,sims_teeth:e.sims_teeth,sims_health_bmi:e.sims_health_bmi,sims_medication_status:e.sims_medication_status,sims_medication_desc:e.sims_medication_desc,sims_disability_status:e.sims_disability_status,sims_disability_desc:e.sims_disability_desc,sims_health_restriction_status:e.sims_health_restriction_status,sims_health_restriction_desc:e.sims_health_restriction_desc,sims_health_hearing_status:e.sims_health_hearing_status,sims_health_hearing_desc:e.sims_health_hearing_desc,sims_health_vision_status:e.sims_health_vision_status,sims_health_vision_desc:e.sims_health_vision_desc,sims_health_other_status:e.sims_health_other_status,sims_health_other_desc:e.sims_health_other_desc,sims_has_your_child_any_other_disability_status:e.sims_has_your_child_any_other_disability_status,sims_has_your_child_any_other_disability:e.sims_has_your_child_any_other_disability,sims_regular_hospital_name:e.sims_regular_hospital_name,sims_regular_hospital_phone:e.sims_regular_hospital_phone,sims_regular_doctor_name:e.sims_regular_doctor_name,sims_regular_doctor_phone:e.sims_regular_doctor_phone,sims_medical_excuses_name:e.sims_medical_excuses_name,sims_vision_red_eyes_right:e.sims_vision_red_eyes_right,sims_vision_red_eyes_left:e.sims_vision_red_eyes_left,sims_vision_eye_discharge_right:e.sims_vision_eye_discharge_right,sims_vision_eye_discharge_left:e.sims_vision_eye_discharge_left,sims_vision_squint_eye_right:e.sims_vision_squint_eye_right,sims_vision_squint_eye_left:e.sims_vision_squint_eye_left,sims_vision_nystagmus_eye_right:e.sims_vision_nystagmus_eye_right,sims_vision_nystagmus_eye_left:e.sims_vision_nystagmus_eye_left,sims_vision_other:e.sims_vision_other,sims_normal_vision1:e.sims_normal_vision1,sims_normal_vision2:e.sims_normal_vision2,sims_normal_vision3:e.sims_normal_vision3,sims_normal_vision4:e.sims_normal_vision4,sims_medication_history:e.sims_medication_history,sims_medication_history_desc:e.sims_medication_history_desc,sims_family_history:e.sims_family_history,sims_family_history_desc:e.sims_family_history_desc,sims_vision_related_problems:e.sims_vision_related_problems,sims_vision_related_problems_desc:e.sims_vision_related_problems_desc,sims_wearing_glasslens:e.sims_wearing_glasslens,sims_interpretation_normal:e.sims_interpretation_normal,sims_interpretation_referral:e.sims_interpretation_referral,sims_past_medical_history:e.sims_past_medical_history,sims_normal_vision1_remark_right:e.sims_normal_vision1_remark_right,sims_normal_vision1_remark_left:e.sims_normal_vision1_remark_left},n.get(d.apiUrl+"api/StudentHealth/getGenderDOB?S_number="+s.temp.enroll_number).then(function(e){s.get_studData=e.data,$("#style_new").html(s.get_studData[0].sub_class),s.hide_img=!0,s.allDocument()})};var r,m,a=[];s.update=function(){(r={cur_code:s.temp.sims_cur_code,academic_year:s.temp.sims_academic_year,enroll_number:s.temp.enroll_number,sims_blood_group_code:s.temp.sims_blood_group_code,sims_health_card_number:s.temp.sims_health_card_number,sims_health_card_issue_date:s.temp.sims_health_card_issue_date,sims_health_card_expiry_date:s.temp.sims_health_card_expiry_date,sims_health_card_issuing_authority1:s.temp.sims_health_card_issuing_authority1,sims_height:s.temp.sims_height,sims_wieght:s.temp.sims_wieght,sims_teeth:s.temp.sims_teeth,sims_health_bmi:s.temp.sims_health_bmi,sims_medication_status:s.temp.sims_medication_status,sims_medication_desc:s.temp.sims_medication_desc,sims_disability_status:s.temp.sims_disability_status,sims_disability_desc:s.temp.sims_disability_desc,sims_health_restriction_status:s.temp.sims_health_restriction_status,sims_health_restriction_desc:s.temp.sims_health_restriction_desc,sims_health_hearing_status:s.temp.sims_health_hearing_status,sims_health_hearing_desc:s.temp.sims_health_hearing_desc,sims_health_vision_status:s.temp.sims_health_vision_status,sims_health_vision_desc:s.temp.sims_health_vision_desc,sims_health_other_status:s.temp.sims_health_other_status,sims_health_other_desc:s.temp.sims_health_other_desc,sims_has_your_child_any_other_disability_status:s.temp.sims_has_your_child_any_other_disability_status,sims_has_your_child_any_other_disability:s.temp.sims_has_your_child_any_other_disability,sims_regular_hospital_name:s.temp.sims_regular_hospital_name,sims_regular_hospital_phone:s.temp.sims_regular_hospital_phone,sims_regular_doctor_name:s.temp.sims_regular_doctor_name,sims_regular_doctor_phone:s.temp.sims_regular_doctor_phone,sims_medical_excuses_name:s.temp.sims_medical_excuses_name,sims_vision_red_eyes_right:s.temp.sims_vision_red_eyes_right,sims_vision_red_eyes_left:s.temp.sims_vision_red_eyes_left,sims_vision_eye_discharge_right:s.temp.sims_vision_eye_discharge_right,sims_vision_eye_discharge_left:s.temp.sims_vision_eye_discharge_left,sims_vision_squint_eye_right:s.temp.sims_vision_squint_eye_right,sims_vision_squint_eye_left:s.temp.sims_vision_squint_eye_left,sims_vision_nystagmus_eye_right:s.temp.sims_vision_nystagmus_eye_right,sims_vision_nystagmus_eye_left:s.temp.sims_vision_nystagmus_eye_left,sims_vision_other:s.temp.sims_vision_other,sims_normal_vision1:s.temp.sims_normal_vision1,sims_normal_vision2:s.temp.sims_normal_vision2,sims_normal_vision3:s.temp.sims_normal_vision3,sims_normal_vision4:s.temp.sims_normal_vision4,sims_medication_history:s.temp.sims_medication_history,sims_medication_history_desc:s.temp.sims_medication_history_desc,sims_family_history:s.temp.sims_family_history,sims_family_history_desc:s.temp.sims_family_history_desc,sims_vision_related_problems:s.temp.sims_vision_related_problems,sims_vision_related_problems_desc:s.temp.sims_vision_related_problems_desc,sims_wearing_glasslens:s.temp.sims_wearing_glasslens,sims_interpretation_normal:s.temp.sims_interpretation_normal,sims_interpretation_referral:s.temp.sims_interpretation_referral,sims_past_medical_history:s.temp.sims_past_medical_history,sims_normal_vision1_remark_right:s.temp.sims_normal_vision1_remark_right,sims_normal_vision1_remark_left:s.temp.sims_normal_vision1_remark_left,opr:"7"}).opr="7",a.push(r),n.post(d.apiUrl+"api/StudentHealth/CUDStudentHealthnew",a).then(function(e){s.msg1=e.data,!0===s.msg1?swal({text:"Record Updated Successfully",imageUrl:"assets/img/check.png",width:300,height:200}):!1===s.msg1?swal({text:"Record Not Updated. ",imageUrl:"assets/img/close.png",width:300,height:200}):swal("Error-"+s.msg1),n.get(d.apiUrl+"api/StudentHealth/getStudHealthSearch?sims_cur_code="+s.temp.sims_cur_code+"&sims_academic_year="+s.temp.sims_academic_year+"&sims_grade_code="+s.temp.sims_grade_code+"&sims_section_code="+s.temp.sims_section_code).then(function(e){s.Stud_Health_Details=e.data,s.totalItems=s.Stud_Health_Details.length,s.todos=s.Stud_Health_Details,s.makeTodos()})}),s.table=!0,s.newdisplay=!1,a=[]},s.CheckAllChecked=function(){if(!0===(p=document.getElementById("mainchk")).checked)for(let e=0;e<s.filteredTodos.length;e++)document.getElementById("helt-"+e).checked=!0,s.row1="row_selected";else for(let e=0;e<s.filteredTodos.length;e++)document.getElementById("helt-"+e).checked=!1,p.checked=!1,s.row1=""},s.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),s.color="#edefef"}),!0===(p=document.getElementById("mainchk")).checked&&(p.checked=!1,s.color="#edefef",s.row1="")},s.OkDelete=function(){var t,a,o=[];s.flag=!1;for(let e=0;e<s.filteredTodos.length;e++)!0===(a=document.getElementById("helt-"+e)).checked&&(s.flag=!0,t={enroll_number:s.filteredTodos[e].sims_enrollment_number,opr:"D"},o.push(t));s.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)n.post(d.apiUrl+"api/StudentHealth/CUDStudentHealth",o).then(function(e){s.msg1=e.data,!0===s.msg1?swal({text:"Record Deleted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&(s.stud_Details_fun(s.edt.sims_cur_code,s.temp.sims_academic_year,s.temp.sims_grade_code,s.temp.sims_section_code),s.health())}):!1===s.msg1?swal({text:"Record Not Deleted. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&s.health()}):swal("Error-"+s.msg1)});else for(let e=0;e<s.filteredTodos.length;e++)!0===(a=document.getElementById("helt-"+e)).checked&&(a.checked=!1,s.row1="")}):swal({text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380})},s.StudAdd=function(e){s.temp={comn_user_name:e.s_enroll_no}},$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0}),$("#teeth").attr("readonly",!0),s.flag=!0,s.expand=function(e,t){if(!0===s.flag)$(m).remove(),e.icon="fa fa-minus-circle",m=$("<tr id='innerRow'><td class='details' colspan='11' style='background-color: #eaedf0;'><form><div class='col-md-12'><div class='grid simple pad_dwn' style='background-color: white;><div class='grid-body'><h4 style='margin:10px; margin-left: 8px; margin-top: 2px; padding-top: 15px;'>Basic<b>Details:</b></h4><div class='form-group' style='margin: 10px;'><label for='issuingAuthority' style='display: block; margin-left: 6px;'><i class='fi fi-rr-hospital'></i><b>Issuing Authority:</b></label><input type='text' readonly id='issuingAuthority' ng-model='info.sims_health_card_issuing_authority1' style='margin: 5px; padding: 5px;' value="+e.sims_health_card_issuing_authority1+"></div><div class='form-group' style='margin: 10px;'><label for='teeth' style='display: block; margin-left: 6px;'><i class='fi fi-rr-tooth'></i><b>Teeth:</b></label><input type='text' readonly id='teeth' ng-model='info.sims_teeth' style='margin: 5px; padding: 5px;' value="+e.sims_teeth+"></div><div class='form-group' style='margin: 10px;'><label for='medicationStatus' style='display: block; margin-left: 6px;'><i class='fi fi-rr-medicine'></i><b>Medication Status:</b></label><input type='text' readonly id='medicationStatus' ng-model='info.sims_medication_status' style='margin: 5px; padding: 5px;' value="+e.sims_medication_status+"></div><div class='form-group' style='margin: 10px;'><label for 'medicationDesc' style='display: block; margin-left: 6px;'><i class='fi fi-rr-doctor'></i><b>Medication Desc:</b></label><input type='text' readonly id='medicationDesc' ng-model='info.sims_medication_desc' style='margin: 5px; padding: 5px;' value="+e.sims_medication_desc+"></div><div class='form-group' style='margin: 10px;'><label for='disabilityStatus' style='display: block; margin-left: 6px;'><i class='fi fi-rr-wheelchair'></i><b>Disability Status:</b></label><input type='text' readonly id='disabilityStatus' ng-model='info.sims_disability_status' style='margin: 5px; padding: 5px;' value="+e.sims_disability_status+" readonly></div><div class='form-group' style='margin: 10px;'><label for='disabilityDesc' style='display: block; margin-left: 6px;'><i class='fi fi-rr-ban'></i><b>Disability Desc:</b></label><input type='text' readonly id='disabilityDesc' ng-model='info.sims_disability_desc' style='margin: 5px; padding: 5px;' value="+e.sims_disability_desc+"></div><div class='form-group' style='margin: 10px;'><label for='restrictionStatus' style='display: block; margin-left: 6px;'><i class='fi fi-rr-map'></i><b>Restriction Status:</b></label><input type='text' readonly id='restrictionStatus' ng-model='info.sims_health_restriction_status' style='margin: 5px; padding: 5px;' value="+e.sims_health_restriction_status+"></div><div class='form-group' style='margin: 10px;'><label for='restrictionDesc' style='display: block; margin-left: 6px;'><i class='fi fi-rr-folder-open'></i><b>Restriction Desc:</b></label><input type='text' readonly id='restrictionDesc' ng-model='info.sims_health_restriction_desc' style='margin: 5px; padding: 5px;' value="+e.sims_health_restriction_desc+"></div><div class='form-group' style='margin: 10px;'><label for='hearingStatus' style='display: block; margin-left: 6px;'><i class='fi fi-rr-ear-deaf'></i><b>Hearing Status:</b></label><input type='text' readonly id='hearingStatus' ng-model='info.sims_health_hearing_status' style='margin: 5px; padding: 5px;' value="+e.sims_health_hearing_status+"></div><div class='form-group' style='margin: 10px;'><label for='hearingDesc' style='display: block; margin-left: 6px;'><i class='fi fi-rr-align-justify'></i><b>Hearing Desc:</b></label><input type='text' readonly id='hearingDesc' ng-model='info.sims_health_hearing_desc' style='margin: 5px; padding: 5px;' value="+e.sims_health_hearing_desc+"></div><div class='form-group' style='margin: 10px;'><label for='visionStatus' style='display: block; margin-left: 6px;'><i class='fi fi-rr-eye-crossed'></i><b>Vision Status:</b></label><input type='text' readonly id='visionStatus' ng-model='info.sims_health_vision_status' style='margin: 5px; padding: 5px;' value="+e.sims_health_vision_status+"></div><div class='form-group' style='margin: 10px;'><label for='visionDesc' style='display: block; margin-left: 6px;'><i class='fi fi-rr-h-square'></i><b>Vision Desc:</b></label><input type='text' readonly id='visionDesc' ng-model='info.sims_health_vision_desc' style='margin: 5px; padding: 5px;' value="+e.sims_health_vision_desc+"></div><div class='form-group' style='margin: 10px;'><label for='otherStatus' style='display: block; margin-left: 6px;'><i class='fi fi-rr-bookmark'></i><b>Other Status:</b></label><input type='text' readonly id='otherStatus' ng-model='info.sims_health_other_status' style='margin: 5px; padding: 5px;' value="+e.sims_health_other_status+"></div><div class='form-group' style='margin: 10px;'><label for='otherDesc' style='display: block; margin-left: 6px;'><i class='fi fi-rr-folder-open'></i><b>Other Desc:</b></label><input type='text' readonly id='otherDesc' ng-model='info.sims_health_other_desc' style='margin: 5px; padding: 5px;' value="+e.sims_health_other_desc+"></div></div></div></div><div class='col-md-12'><div class='grid simple pad_dwn' style='background-color: white;'><div class='grid-body' style='margin-top: -21px ; margin-bottom: -22px;'><h4 style='margin:10px; margin-left: -3px;'>Hospital<b><style='font-size: 22px;'>Details:</b></h4><div class='form-group' style='margin: 10px;'><label for='hospitalName' style='display: block; margin-left: 6px;'><i class='fi fi-rr-hospital'></i><b>Hospital Name:</b></label><input type='text' readonly id='hospitalName' ng-model='info.sims_regular_hospital_name' style='margin: 5px; padding: 5px;' value="+e.sims_regular_hospital_name+"></div><div class='form-group' style='margin: 10px;'><label for='hospitalPhoneNo' style='display: block; margin-left: 6px;'><i class='fi fi-rr-phone-call'></i><b>Hospital Phone No:</b></label><input type='text' readonly id='hospitalPhoneNo' ng-model='info.sims_regular_hospital_phone' style='margin: 5px; padding: 5px;' value="+e.sims_regular_hospital_phone+"></div><div class='form-group' style='margin: 10px;'><label for='doctorName' style='display: block; margin-left: 6px;'><i class='fi fi-rr-user-md'></i><b>Doctor Name:</b></label><input type='text' readonly id='doctorName' ng-model='info.sims_regular_doctor_name' style='margin: 5px; padding: 5px;' value="+e.sims_regular_doctor_name+"></div><div class='form-group' style='margin: 10px;'><label for='doctorPhoneNo' style='display: block; margin-left: 6px;'><i class='fi fi-rr-phone-call'></i><b>Doctor Phone No:</b></label><input type='text' readonly id='doctorPhoneNo' ng-model='info.sims_regular_doctor_phone' style='margin: 5px; padding: 5px;' value="+e.sims_regular_doctor_phone+"></div></div></div></div></form>"),$(t.currentTarget).parents("tr").after(m),s.flag=!1;else{$("#innerRow").css({display:"none"});for(var a of s.filteredTodos)a.icon="fa fa-plus-circle";s.flag=!0}},s.CheckedReadonly=function(e){!0===document.getElementById(e).checked?s[e]=!1:s[e]=!0},$(document).ready(function(){s.getcur()})}])}(),function(){"use strict";var r,e=angular.module("sims.module.Health");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("StudentHealthCSDCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(s,e,t,a,o,n,i){s.pagesize="10",s.pageindex="0",s.pager=!0,s.save_btn=!0,s.search_btn=!0,s.clr_btn=!0,s.Update_btn=!1,s.newdisplay=!1,s.table=!0,s.hide_img=!1,s.imgurl=i.docUrl+n.defaults.headers.common.schoolId+"/Images/StudentImages/",n.get(i.apiUrl+"api/StudentHealth/getBloodGroup").then(function(e){s.empstat=!0,s.bloodGroup=e.data,console.log(s.bloodGroup),s.operation=!0,s.Save_btn=!0,s.Update_btn=!1,s.display=!0}),s.calculateBMI=function(e,t){var a=0,o=0,a=(t=e/((e=t/100)*e))-(o=Math.floor(t));a*=10,10===(a=Math.round(a))&&(o+=1,a=0),s.temp.sims_health_bmi=o+"."+a},s.getcur=function(){n.get(i.apiUrl+"api/common/getCuriculum").then(function(e){s.curriculum=e.data,s.edt={sims_cur_code:s.curriculum[0].sims_cur_code},s.getAccYear(s.edt.sims_cur_code)})},s.getcur(),s.getAccYear=function(e){n.get(i.apiUrl+"api/common/getAcademicYear?curCode="+e).then(function(e){s.Acc_year=e.data,s.temp={sims_academic_year:s.Acc_year[0].sims_academic_year},s.getGrade(s.edt.sims_cur_code,s.temp.sims_academic_year)})},s.getGrade=function(e,t){n.get(i.apiUrl+"api/common/getAllGrades?cur_code="+e+"&academic_year="+t).then(function(e){s.Grade_code=e.data,console.log(s.Grade_code)})},s.getSection=function(e,t,a){n.get(i.apiUrl+"api/common/getSectionFromGrade?cur_code="+e+"&grade_code="+t+"&academic_year="+a).then(function(e){s.Section_code=e.data,console.log(s.Section_code)})},s.stud_Details_fun=function(e,t,a,o){s.filteredTodos=[],s.Stud_Health_Details=[],s.edt.sims_cur_code,s.temp.sims_academic_year,s.temp.sims_grade_code,s.temp.sims_section_code,n.get(i.apiUrl+"api/StudentHealthSCD/getStudHealthSearch?sims_cur_code="+e+"&sims_academic_year="+t+"&sims_grade_code="+a+"&sims_section_code="+o).then(function(e){s.Stud_Health_Details=e.data,s.totalItems=s.Stud_Health_Details.length,s.todos=s.Stud_Health_Details,s.makeTodos()})},t.visible_stud=!0,t.visible_parent=!1,t.visible_search_parent=!1,t.visible_teacher=!1,t.visible_User=!1,t.visible_Employee=!1,t.chkMulti=!1,s.SearchStudentWindow=function(){s.global_Search_click(),$("#Global_Search_Modal").modal({backdrop:"static"})},s.$on("global_cancel",function(){0<s.SelectedUserLst.length&&(s.temp={name:s.SelectedUserLst[0].name,enroll_number:s.SelectedUserLst[0].s_enroll_no},n.get(i.apiUrl+"api/StudentHealth/getGenderDOB?S_number="+s.temp.enroll_number).then(function(e){s.get_studData=e.data,$("#style_new").html(s.get_studData[0].sub_class),s.hide_img=!0}))}),s.onlyNumbers1=function(e){var t,a={escape:27,backspace:8,tab:9,enter:13,0:48,1:49,2:50,3:51,4:52,5:53,6:54,7:55,8:56,9:57};for(t in a)if(a.hasOwnProperty(t)&&(e.charCode===a[t]||e.keyCode===a[t]))return;e.preventDefault()},s.SearchSudent=function(){!0===(r=document.getElementById("mainchk1")).checked&&(r.checked=!1),s.searchtable=!1,s.busy=!0,s.sibling_result,n.get(i.apiUrl+"api/common/GlobalSearch/getSearchStudent?data="+JSON.stringify(s.temp)).then(function(e){s.student=e.data,s.totalItems=s.student.length,s.todos=s.student,s.makeTodos(),s.searchtable=!0,s.busy=!1})},n.get(i.apiUrl+"api/common/getAllComboBoxValues?academicYear=0&routeCode=0").then(function(e){s.ComboBoxValues=e.data,console.log(s.ComboBoxValues)}),n.get(i.apiUrl+"api/common/getCuriculum").then(function(e){s.curriculum=e.data,console.log(s.curriculum)}),s.getacyr=function(e){console.log(e),n.get(i.apiUrl+"api/common/getAcademicYear?curCode="+e).then(function(e){s.Academic_year=e.data,console.log(s.Academic_year)})},n.get(i.apiUrl+"api/common/getAllAcademicYear").then(function(e){s.ActiveYear=e.data}),s.size=function(e){"All"===e?(s.currentPage="All",s.filteredTodos=s.todos,s.pager=!1):(s.pager=!0,s.pagesize=e,s.currentPage=1,s.numPerPage=e,s.makeTodos())},s.index=function(e){s.pageindex=e,s.currentPage=e,console.log("currentPage="+s.currentPage),s.makeTodos(),r.checked=!1},s.filteredTodos=[],s.currentPage=1,s.numPerPage=10,s.maxSize=10,s.makeTodos=function(){var e=parseInt(s.totalItems%s.numPerPage),e=(s.pagersize="0"===e?parseInt(s.totalItems/s.numPerPage):parseInt(s.totalItems/s.numPerPage)+1,(s.currentPage-1)*s.numPerPage),t=parseInt(e)+parseInt(s.numPerPage);s.filteredTodos=s.todos.slice(e,t)},s.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).sims_student_full_name.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_blood_group_name.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_enrollment_number.toLowerCase().indexOf(t.toLowerCase());var t})},s.search=function(){s.todos=s.searched(s.Stud_Health_Details,s.searchText),s.totalItems=s.todos.length,s.currentPage="1",""===s.searchText&&(s.todos=s.Stud_Health_Details),s.makeTodos()},s.New=function(){s.temp="",s.hide_img=!1,s.medication=!0,s.disability=!0,s.restriction=!0,s.hearing=!0,s.vision=!0,s.other=!0,s.other_disability=!0,s.disabled=!1,s.readonly=!0,s.table=!1,s.newdisplay=!0,s.save_btn=!0,s.Update_btn=!1,s.get_studData="",s.Stud_number=!1,s.read=!0,s.Myform.$setPristine(),s.Myform.$setUntouched()},s.showdate=function(e,t){s.temp[t]=e};var d,c=[],l=(s.onlyNumbers2=function(e){var t,a={escape:27,backspace:8,tab:9,enter:13,del:45,plus:43,0:48,1:49,2:50,3:51,4:52,5:53,6:54,7:55,8:56,9:57};for(t in a)if(a.hasOwnProperty(t)&&(e.charCode===a[t]||e.keyCode===a[t]))return;e.preventDefault()},s.savedata=function(e){var t=s.temp;null!==s.temp.enroll_number?(t.opr="I",void 0===t.sims_Consent_medication_status&&(t.sims_Consent_medication_status=!1),void 0===t.sims_Consent_medical_Examination_status&&(t.sims_Consent_medical_Examination_status=!1),void 0===t.sims_Consent_medical_immunization_status&&(t.sims_Consent_medical_immunization_status=!1),void 0===t.sims_submitted_vaccination_stauts&&(t.sims_submitted_vaccination_stauts=!1),c.push(t),n.post(i.apiUrl+"api/StudentHealthSCD/CUDStudentHealth",c).then(function(e){s.msg1=e.data,!0===s.msg1?(swal({text:"Record Inserted Successfully",imageUrl:"assets/img/check.png",width:300,height:200}),s.stud_Details_fun(s.temp.sims_cur_code,s.temp.sims_academic_year,s.temp.sims_grade_code,s.temp.sims_section_code)):!1===s.msg1?swal({text:"Record alredy present Or Please try again. ",imageUrl:"assets/img/close.png",width:300,height:200}):swal("Error-"+s.msg1),s.getcur()}),c=[],s.table=!0,s.newdisplay=!1,s.clear()):swal({text:"You not enterd reuired data, Please try again. ",imageUrl:"assets/img/close.png",width:300,height:200})},a(function(){$("#fixTable").tableHeadFixer({top:1})},100),s.Cancel=function(){s.temp="",s.table=!0,s.newdisplay=!1,s.hide_img=!1,s.Myform.$setPristine(),s.Myform.$setUntouched(),s.getcur()},s.clear=function(){s.temp="",s.hide_img=!1,s.getcur()},s.edit=function(e){s.medication=!0,s.disability=!0,s.restriction=!0,s.hearing=!0,s.vision=!0,s.other=!0,s.other_disability=!0,s.read=!0,s.Stud_number=!0,s.table=!1,s.newdisplay=!0,s.save_btn=!1,s.Update_btn=!0,s.temp={sims_cur_code:s.edt.sims_cur_code,sims_academic_year:s.temp.sims_academic_year,sims_grade_code:s.temp.sims_grade_code,sims_section_code:s.temp.sims_section_code,enroll_number:e.sims_enrollment_number,sims_blood_group_code:e.sims_blood_group_code,sims_health_card_number:e.sims_health_card_number,sims_health_card_issue_date:e.sims_health_card_issue_date,sims_health_card_expiry_date:e.sims_health_card_expiry_date,sims_health_card_issuing_authority1:e.sims_health_card_issuing_authority1,sims_height:e.sims_height,sims_wieght:e.sims_wieght,sims_teeth:e.sims_teeth,sims_health_bmi:e.sims_health_bmi,sims_medication_status:e.sims_medication_status,sims_medication_desc:e.sims_medication_desc,sims_disability_status:e.sims_disability_status,sims_disability_desc:e.sims_disability_desc,sims_health_restriction_status:e.sims_health_restriction_status,sims_health_restriction_desc:e.sims_health_restriction_desc,sims_health_hearing_status:e.sims_health_hearing_status,sims_health_hearing_desc:e.sims_health_hearing_desc,sims_health_vision_status:e.sims_health_vision_status,sims_health_vision_desc:e.sims_health_vision_desc,sims_health_other_status:e.sims_health_other_status,sims_health_other_desc:e.sims_health_other_desc,sims_has_your_child_any_other_disability_status:e.sims_has_your_child_any_other_disability_status,sims_has_your_child_any_other_disability:e.sims_has_your_child_any_other_disability,sims_regular_hospital_name:e.sims_regular_hospital_name,sims_regular_hospital_phone:e.sims_regular_hospital_phone,sims_regular_doctor_name:e.sims_regular_doctor_name,sims_regular_doctor_phone:e.sims_regular_doctor_phone,sims_Consent_medication_status:e.sims_Consent_medication_status,sims_Consent_medical_Examination_status:e.sims_Consent_medical_Examination_status,sims_Consent_medical_immunization_status:e.sims_Consent_medical_immunization_status,sims_submitted_vaccination_stauts:e.sims_submitted_vaccination_stauts,sims_medical_remark:e.sims_medical_remark},n.get(i.apiUrl+"api/StudentHealth/StudentHealthSCD?S_number="+s.temp.enroll_number).then(function(e){s.get_studData=e.data,$("#style_new").html(s.get_studData[0].sub_class),s.hide_img=!0})},[]);s.update=function(e){s.temp;var t={enroll_number:s.temp.enroll_number,sims_blood_group_code:s.temp.sims_blood_group_code,sims_health_card_number:s.temp.sims_health_card_number,sims_health_card_issue_date:s.temp.sims_health_card_issue_date,sims_health_card_expiry_date:s.temp.sims_health_card_expiry_date,sims_health_card_issuing_authority1:s.temp.sims_health_card_issuing_authority1,sims_height:s.temp.sims_height,sims_wieght:s.temp.sims_wieght,sims_teeth:s.temp.sims_teeth,sims_health_bmi:s.temp.sims_health_bmi,sims_medication_status:s.temp.sims_medication_status,sims_medication_desc:s.temp.sims_medication_desc,sims_disability_status:s.temp.sims_disability_status,sims_disability_desc:s.temp.sims_disability_desc,sims_health_restriction_status:s.temp.sims_health_restriction_status,sims_health_restriction_desc:s.temp.sims_health_restriction_desc,sims_health_hearing_status:s.temp.sims_health_hearing_status,sims_health_hearing_desc:s.temp.sims_health_hearing_desc,sims_health_vision_status:s.temp.sims_health_vision_status,sims_health_vision_desc:s.temp.sims_health_vision_desc,sims_health_other_status:s.temp.sims_health_other_status,sims_health_other_desc:s.temp.sims_health_other_desc,sims_has_your_child_any_other_disability_status:s.temp.sims_has_your_child_any_other_disability_status,sims_has_your_child_any_other_disability:s.temp.sims_has_your_child_any_other_disability,sims_regular_hospital_name:s.temp.sims_regular_hospital_name,sims_regular_hospital_phone:s.temp.sims_regular_hospital_phone,sims_regular_doctor_name:s.temp.sims_regular_doctor_name,sims_regular_doctor_phone:s.temp.sims_regular_doctor_phone,sims_Consent_medication_status:s.temp.sims_Consent_medication_status,sims_Consent_medical_Examination_status:s.temp.sims_Consent_medical_Examination_status,sims_Consent_medical_immunization_status:s.temp.sims_Consent_medical_immunization_status,sims_submitted_vaccination_stauts:s.temp.sims_submitted_vaccination_stauts,sims_medical_remark:s.temp.sims_medical_remark,opr:"U"};void 0===t.sims_Consent_medication_status&&(t.sims_Consent_medication_status=!1),void 0===t.sims_Consent_medical_Examination_status&&(t.sims_Consent_medical_Examination_status=!1),void 0===t.sims_Consent_medical_immunization_status&&(t.sims_Consent_medical_immunization_status=!1),void 0===t.sims_submitted_vaccination_stauts&&(t.sims_submitted_vaccination_stauts=!1),t.opr="U",l.push(t),n.post(i.apiUrl+"api/StudentHealthSCD/CUDStudentHealth",l).then(function(e){s.msg1=e.data,!0===s.msg1?(swal({text:"Record Updated Successfully",imageUrl:"assets/img/check.png",width:300,height:200}),s.stud_Details_fun(s.temp.sims_cur_code,s.temp.sims_academic_year,s.temp.sims_grade_code,s.temp.sims_section_code)):!1===s.msg1?swal({text:"Record Not Updated. ",imageUrl:"assets/img/close.png",width:300,height:200}):swal("Error-"+s.msg1)}),s.getcur(),s.table=!0,s.newdisplay=!1,l=[]},s.CheckAllChecked=function(){if(!0===(r=document.getElementById("mainchk")).checked)for(var e=0;e<s.filteredTodos.length;e++)document.getElementById("helt-"+e).checked=!0,s.row1="row_selected";else for(e=0;e<s.filteredTodos.length;e++)document.getElementById("helt-"+e).checked=!1,r.checked=!1,s.row1=""},s.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),s.color="#edefef"}),!0===(r=document.getElementById("mainchk")).checked&&(r.checked=!1,s.color="#edefef",s.row1="")},s.OkDelete=function(){var o=[];s.flag=!1;for(var e,t=0;t<s.filteredTodos.length;t++)!0===document.getElementById("helt-"+t).checked&&(s.flag=!0,e={enroll_number:s.filteredTodos[t].sims_enrollment_number,opr:"D"},o.push(e));s.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)n.post(i.apiUrl+"api/StudentHealth/CUDStudentHealth",o).then(function(e){s.msg1=e.data,!0===s.msg1?swal({text:"Record Deleted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&s.stud_Details_fun(s.temp.sims_cur_code,s.temp.sims_academic_year,s.temp.sims_grade_code,s.temp.sims_section_code)}):!1===s.msg1?swal({text:"Record Not Deleted. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&s.stud_Details_fun()}):swal("Error-"+s.msg1)});else for(var t=0;t<s.filteredTodos.length;t++){var a=document.getElementById("helt-"+t);!0===a.checked&&(a.checked=!1,s.row1="")}}):swal({text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380})},s.StudAdd=function(e){s.temp={comn_user_name:e.s_enroll_no}},$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0}),s.flag=!0,s.expand=function(e,t){if(!0===s.flag)$(d).remove(),e.icon="fa fa-minus-circle",d=$("<tr id='innerRow'><td class='details' colspan='11'><table class='inner-table table table-bordered table-hover table-condensed' cellpadding='5' cellspacing='0' width='100%'><tbody><tr style='background-color: #edefef'> <td class='semi-bold'><b>Issuing Authority</b></td> <td class='semi-bold'><b>Teeth </b></td><td class='semi-bold'><b>Medication Status</b></td><td class='semi-bold'><b>Medication Desc</b></td><td class='semi-bold'><b>Disability Status</b></td> <td class='semi-bold'><b>Disability Desc </b></td><td class='semi-bold'><b>Restriction Status</b></td><td class='semi-bold'><b>Restriction Desc</b></td></tr><tr><td>"+e.sims_health_card_issuing_authority1+"</td> <td>"+e.sims_teeth+" </td><td>"+e.sims_medication_status+"</td><td>"+e.sims_medication_desc+"</td><td>"+e.sims_disability_status+"</td> <td>"+e.sims_disability_desc+" </td><td>"+e.sims_health_restriction_status+"</td><td>"+e.sims_health_restriction_desc+"</td></tr><tr style='background-color: #edefef'><td class='semi-bold'><b>Hearing Status</b></td> <td class='semi-bold'><b>Hearing Desc </b></td><td class='semi-bold'><b>Vision Status</b></td><td class='semi-bold'><b>Vision Desc</b></td><td class='semi-bold'><b>Other Status</b></td> <td class='semi-bold'><b>Other Desc</b> </td><td class='semi-bold'><b>Hospital Name</b></td><td class='semi-bold'><b>Hospital Phone No</b></td></tr><tr><td>"+e.sims_health_hearing_status+"</td> <td>"+e.sims_health_hearing_desc+" </td><td>"+e.sims_health_vision_status+"</td><td>"+e.sims_health_vision_desc+"</td><td>"+e.sims_health_other_status+"</td> <td>"+e.sims_health_other_desc+" </td><td>"+e.sims_regular_hospital_name+"</td><td>"+e.sims_regular_hospital_phone+"</td></tr><tr style='background-color: #edefef'> <td class='semi-bold'><b>Doctor Name</b></td> <td class='semi-bold'><b>Doctor Phone No</b></td><td  colspan='7'></td></tr><tr><td>"+e.sims_regular_doctor_name+"</td> <td>"+e.sims_regular_doctor_phone+" </td><td  colspan='7'></td></tr></table>"),$(t.currentTarget).parents("tr").after(d),s.flag=!1;else{$("#innerRow").css({display:"none"});for(var a=0;a<s.filteredTodos.length;a++)s.filteredTodos[a].icon="fa fa-plus-circle";s.flag=!0}},s.CheckedReadonly=function(e){!0===document.getElementById(e).checked?s[e]=!1:s[e]=!0}}])}(),function(){"use strict";var e=angular.module("sims.module.Student");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("ClassListTeacherCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV","commonFunctionsService",function(s,e,n,t,a,i,d,o){s.collapseBoth=o.collapseBoth,s.display=!0,s.tabledata=!1,s.table_data=!1;var _=n.globals.currentUser.username;i.get(d.apiUrl+"api/common/getCuriculum").then(function(e){s.temp={},s.cur_data=e.data,s.temp.sims_cur_code=s.cur_data[0].sims_cur_code,s.academic_year()}),s.academic_year=function(){s.grades_data=[],s.aca_year=[],i.get(d.apiUrl+"api/common/getAcademicYear?curCode="+s.temp.sims_cur_code).then(function(e){s.aca_year=e.data,s.temp.sims_academic_year=s.aca_year[0].sims_academic_year,s.get_grades(s.temp.sims_cur_code,s.aca_year[0].sims_academic_year)})},s.colname=null,s.reverse=!1,s.sort=function(e){s.colname=e,s.reverse=s.colname===e&&!s.reverse},s.get_grades=function(e,t){i.get(d.apiUrl+"api/Classteacher/getclasslistgrades?cur="+e+"&a_year="+t+"&username="+_).then(function(e){s.grades_data=e.data,setTimeout(function(){$("#Select11").select2()},100)})},s.pas_ssection=function(e,t,a){i.get(d.apiUrl+"api/Classteacher/getclasslistsection?cur="+e+"&a_year="+t+"&grades="+a+"&username="+_).then(function(e){s.section_data=e.data})},s.Fetch=function(e,t,a,o){""!==s.temp.sims_bell_grade_code&&s.temp.sims_bell_grade_code&&""!==s.temp.sims_bell_section_code&&s.temp.sims_bell_section_code?(s.msg1=!1,s.tabledata=!0,s.table_data=!1,i.get(d.apiUrl+"api/Classteacher/getallData?cur="+e+"&a_year="+t+"&grades="+a+"&section="+o+"&login_code="+n.globals.currentUser.username).then(function(e){s.get_all_data=e.data})):s.msg1=swal({showCloseButton:!0,text:"Please select Grade and Section",width:350,showCloseButon:!0})},s.ExportData=function(){swal({title:"",text:"Are you sure you want to save  Class List Teacher View.xls ?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:390,cancelButtonText:"No"}).then(function(e){e&&alasql('SELECT * INTO XLSX("ClassListTeacherView.xlsx",{headers:true})  FROM HTML("#printdata3",{headers:true,skipdisplaynone:true})')})}}])}(),function(){"use strict";var d,e=angular.module("sims.module.Setup");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("Preferencescont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(s,e,t,a,o,n,i){s.pagesize="10",s.pageindex="0",s.pager=!0,s.edt={},s.detail_btn=!0,s.summary_btn=!1,s.show_save_account=!1,s.filter_selection=!0,s.detailview=!0,s.display=!1,s.grid=!0,s.user_access=[],s.finnDetail=JSON.parse(window.localStorage.Finn_comp),s.appcode=e.current.name.split(".");e=t.globals.currentUser.username,s.isLoading=!1,n.get(i.apiUrl+"api/AlertTransaction/Get_user_access_rights?username="+e+"&appl_code="+s.appcode[1]).then(function(e){s.user_rights=e.data;for(var t=0;t<s.user_rights.length;t++)0==t&&(s.user_access.data_read=s.user_rights[t].comn_user_read,s.user_access.data_insert=s.user_rights[t].comn_user_insert,s.user_access.data_update=s.user_rights[t].comn_user_update,s.user_access.data_delete=s.user_rights[t].comn_user_delete,s.user_access.data_massupdate=s.user_rights[t].comn_user_massupdate,s.user_access.is_admin=s.user_rights[t].comn_user_admin)}),s.obj4=[],s.makeTodos=function(){var e=parseInt(s.totalItems%s.numPerPage),e=(s.pagersize="0"==e?parseInt(s.totalItems/s.numPerPage):parseInt(s.totalItems/s.numPerPage)+1,(s.currentPage-1)*s.numPerPage),t=parseInt(e)+parseInt(s.numPerPage);s.filteredTodos=s.todos.slice(e,t);for(var a=0;a<s.filteredTodos.length;a++)s.filteredTodos[a].icon="fa fa-plus-circle"},s.size=function(e){"All"==e?(s.currentPage="1",s.filteredTodos=s.obj1,s.pager=!1):(s.pager=!0,s.pagesize=e,s.currentPage=1,s.numPerPage=e,s.makeTodos())},s.CheckAllChecked=function(){if(1==(d=document.getElementById("mainchk")).checked)for(var e=0;e<s.filteredTodos.length;e++)document.getElementById(e).checked=!0,s.row1="row_selected";else for(e=0;e<s.filteredTodos.length;e++)document.getElementById(e).checked=!1,d.checked=!1,s.row1=""},s.index=function(e){s.pageindex=e,s.currentPage=e,s.makeTodos(),d.checked=!1,s.CheckAllChecked()},s.filteredTodos=[],s.currentPage=1,s.numPerPage=10,s.maxSize=10,e=s.finnDetail.year;t.globals.currentUser.username;n.get(i.apiUrl+"api/JVCreation/GetAllGLActNonew?glma_accountcode=&cmpnycode=1&fyear="+e).then(function(e){s.getAllAccNos=e.data,$("#cmb_acc_Code3").select2()}),s.edit_code=!1,s.activeTab="tab1",s.openTab1=function(){s.activeTab="tab1",s.summaryview=!1,s.selection=!1,s.summary_btn=!1,s.detail_btn=!0,s.detailview=!0,n.get(i.apiUrl+"api/parameterizationCont/GetSimsParam").then(function(e){s.sims1=e.data.table,s.sims2=e.data.table1,s.sims3=e.data.table2,s.sims4=e.data.table3,s.sims5=e.data.table4,s.sims6=e.data.table5,s.sims7=e.data.table6,s.sims8=e.data.table7,s.sims9=e.data.table8,s.sims10=e.data.table9,s.sims11=e.data.table10,s.sims12=e.data.table11,s.sims13=e.data.table12,s.sims14=e.data.table13,s.sims15=e.data.table14,s.sims16=e.data.table15,s.sims17=e.data.table16,s.sims18=e.data.table17,s.sims19=e.data.table18,s.sims20=e.data.table19,s.sims21=e.data.table20,s.sims22=e.data.table21,s.sims23=e.data.table22,s.sims24=e.data.table23,s.sims25=e.data.table24,s.sims26=e.data.table25,s.status=e.data.table26})},s.openTab2=function(){s.activeTab="tab2",s.summaryview=!1,s.selection=!1,s.summary_btn=!1,s.detail_btn=!0,s.detailview=!0,n.get(i.apiUrl+"api/parameterizationCont/getAccountType").then(function(e){s.summary=[],s.summary=e.data}),n.get(i.apiUrl+"api/parameterizationCont/getaccountingtype").then(function(e){s.obj2=[],s.obj2=e.data;for(let e=0;e<s.obj2.length;e++)"Y"==s.obj2[e].fins_appl_form_field_value2&&(s.edt={},s.edt.accounting_type=s.obj2[e].fins_appl_parameter,s.initialValue=s.edt.accounting_type)}),n.get(i.apiUrl+"api/parameterizationCont/getChequeStatus").then(function(e){s.obj3=[],s.obj3=e.data}),n.get(i.apiUrl+"api/parameterizationCont/getAssetStatus").then(function(e){s.obj4=[],s.obj4=e.data}),n.get(i.apiUrl+"api/parameterizationCont/getcommunication").then(function(e){s.obj5=[],s.obj5=e.data}),n.get(i.apiUrl+"api/parameterizationCont/getjvcreate").then(function(e){s.obj6=[],s.obj6=e.data}),n.get(i.apiUrl+"api/parameterizationCont/getskiplypayment").then(function(e){s.skiply=e.data[0]})},s.openTab3=function(){s.activeTab="tab3",s.summaryview=!1,s.selection=!1,s.summary_btn=!1,s.detail_btn=!0,s.detailview=!0,n.get(i.apiUrl+"api/parameterizationCont/GetPayrollParam").then(function(e){s.pay1=e.data.table,s.pay2=e.data.table1,s.pay3=e.data.table2,s.pay4=e.data.table3,s.pay5=e.data.table4,s.pay6=e.data.table5,s.pay7=e.data.table6,s.pay8=e.data.table7,s.pay9=e.data.table8,s.pay11=e.data.table10,s.pay12=e.data.table11,s.status=e.data.table12,s.pay14=e.data.table13,s.pay15=e.data.table14,s.pay16=e.data.table15,s.pay17=e.data.table16})},s.openTab4=function(){s.activeTab="tab4",s.summaryview=!1,s.selection=!1,s.summary_btn=!1,s.detail_btn=!0,s.detailview=!0,s.temp={},n.get(i.apiUrl+"api/parameterizationCont/GetInventoryParam").then(function(e){s.inv=[],s.inv=e.data.table,s.inv1=e.data.table1,s.inv2=e.data.table2,s.inv3=e.data.table3,s.inv4=e.data.table4,s.inv5=e.data.table5,s.inv6=e.data.table6,s.inv7=e.data.table7})},s.openTab1(),s.validateInput=function(e){"B"===e.fins_appl_parameter?e.showError=!/^bal|Bal|bs/i.test(e.fins_appl_form_field_value1):"P"===e.fins_appl_parameter?e.showError=!/^profit|pl/i.test(e.fins_appl_form_field_value1):e.showError=!1,s.show_save_account=!0},s.isSelectionChanged=!1,s.checkForChange=function(){null===s.initialValue?s.initialValue=s.edt.accounting_type:s.isSelectionChanged=s.edt.accounting_type!==s.initialValue},s.show_cheque_return=!1,s.checkForChangecheque=function(){s.show_cheque_return=!0},s.show_depr=!1,s.checkForChangeDepr=function(){s.show_depr=!0},s.show_communication=!1,s.checkForChangecommun=function(){s.show_communication=!0},s.show_jv_create=!1,s.checkForChangejvcreate=function(){s.show_jv_create=!0},s.show_skiply=!1,s.checkForChangeskiply=function(){s.show_skiply=!0},s.save_skiply=function(e){s.isLoading=!0,n.post(i.apiUrl+"api/parameterizationCont/updateskiply?fins_appl_form_field_value2="+e).then(function(e){s.msg1=e.data,1==s.msg1?(swal({title:"Alert",text:"Record Updated Successfully",showCloseButton:!0,width:380}),s.isLoading=!1,n.get(i.apiUrl+"api/parameterizationCont/getskiplypayment").then(function(e){s.skiply=e.data[0],s.show_skiply=!1})):(swal({title:"Alert",text:"Record Not Updated. ",showCloseButton:!0,width:380}),s.isLoading=!1)})},s.addRow_acct=function(){s.summary.push({fins_appl_code:"",comn_appl_name_en:"",fins_appl_form_field:"",fins_appl_parameter:"",fins_appl_form_field_value1:"",fins_appl_form_field_value2:""})},s.addRow_chq_return=function(){s.obj3.push({fins_appl_code:"",comn_appl_name_en:"",fins_appl_form_field:"",fins_appl_parameter:"",fins_appl_form_field_value1:"",fins_appl_form_field_value2:""})},s.addRow_depr=function(){s.obj4.push({fins_appl_code:"",comn_appl_name_en:"",fins_appl_form_field:"",fins_appl_parameter:"",fins_appl_form_field_value1:"",fins_appl_form_field_value2:""})},s.addRow_jvcreate=function(){s.obj6.push({fins_appl_code:"",comn_appl_name_en:"",fins_appl_form_field:"",fins_appl_parameter:"",fins_appl_form_field_value1:"",fins_appl_form_field_value2:""})},s.addRow_commn=function(){s.obj5.push({fins_appl_code:"",comn_appl_name_en:"",fins_appl_form_field:"",fins_appl_parameter:"",fins_appl_form_field_value1:"",fins_appl_form_field_value2:""})},s.save_account=function(){s.isLoading=!0;var t=[],a=new Set;for(let e=0;e<s.summary.length;e++){var o=s.summary[e].fins_appl_parameter;if(a.has(o))return alert("Duplicate values found!."),void(s.isLoading=!1);a.add(o);o={fins_appl_code:s.summary[0].fins_appl_code,comn_appl_name_en:s.summary[0].comn_appl_name_en,fins_appl_form_field:s.summary[0].fins_appl_form_field,fins_appl_parameter:s.summary[e].fins_appl_parameter,fins_appl_form_field_value1:s.summary[e].fins_appl_form_field_value1};t.push(o)}n.post(i.apiUrl+"api/parameterizationCont/insertaccounttype",t).then(function(e){s.msg1=e.data,1==s.msg1?(swal({title:"Alert",text:"Record Updated Successfully",showCloseButton:!0,width:380}),s.isLoading=!1,s.show_save_account=!1,n.get(i.apiUrl+"api/parameterizationCont/getAccountType").then(function(e){s.summary=e.data})):0==s.msg1&&(swal({title:"Alert",text:"Record Not Updated. ",showCloseButton:!0,width:380}),s.isLoading=!1,n.get(i.apiUrl+"api/parameterizationCont/getAccountType").then(function(e){s.summary=e.data}))})},s.save_cheque=function(e,t){s.isLoading=!0,n.post(i.apiUrl+"api/parameterizationCont/insertchequereturn?fins_appl_parameter="+e+"&fins_appl_form_field_value2="+t).then(function(e){s.msg1=e.data,1==s.msg1?(swal({title:"Alert",text:"Record Updated Successfully",showCloseButton:!0,width:380}),s.isLoading=!1,n.get(i.apiUrl+"api/parameterizationCont/getChequeStatus").then(function(e){s.obj3=e.data,s.show_cheque_return=!1})):(swal({title:"Alert",text:"Record Not Updated. ",showCloseButton:!0,width:380}),s.isLoading=!1)})},s.save_depr=function(){s.isLoading=!0;var t=[],a=new Set;for(let e=0;e<s.obj4.length;e++){var o=s.obj4[e].fins_appl_parameter;if(a.has(o))return alert("Duplicate values found!."),void(s.isLoading=!1);a.add(o);o={fins_appl_code:s.obj4[0].fins_appl_code,comn_appl_name_en:s.obj4[0].comn_appl_name_en,fins_appl_form_field:s.obj4[0].fins_appl_form_field,fins_appl_parameter:s.obj4[e].fins_appl_parameter,fins_appl_form_field_value1:s.obj4[e].fins_appl_form_field_value1,fins_appl_form_field_value2:s.obj4[0].fins_appl_form_field_value2};t.push(o)}n.post(i.apiUrl+"api/parameterizationCont/insertdepr",t).then(function(e){s.msg1=e.data,1==s.msg1?(swal({title:"Alert",text:"Record Updated Successfully",showCloseButton:!0,width:380}),s.isLoading=!1,n.get(i.apiUrl+"api/parameterizationCont/getAssetStatus").then(function(e){s.obj4=e.data,s.show_depr=!1})):0==s.msg1&&(swal({title:"Alert",text:"Record Not Updated. ",showCloseButton:!0,width:380}),s.isLoading=!1,n.get(i.apiUrl+"api/parameterizationCont/getAssetStatus").then(function(e){s.obj4=e.data}))})},s.save_communication=function(){s.isLoading=!0;var t=[];for(let e=0;e<s.obj5.length;e++){var a={fins_appl_code:s.obj5[e].fins_appl_code,comn_appl_name_en:s.obj5[e].comn_appl_name_en,fins_appl_form_field:s.obj5[e].fins_appl_form_field,fins_appl_parameter:s.obj5[e].fins_appl_parameter,fins_appl_form_field_value1:s.obj5[e].fins_appl_form_field_value1,fins_appl_form_field_value2:s.obj5[e].fins_appl_form_field_value2};t.push(a)}n.post(i.apiUrl+"api/parameterizationCont/insertcommunication",t).then(function(e){s.msg1=e.data,1==s.msg1?(swal({title:"Alert",text:"Record Updated Successfully",showCloseButton:!0,width:380}),s.isLoading=!1,n.get(i.apiUrl+"api/parameterizationCont/getcommunication").then(function(e){s.obj5=e.data,s.show_communication=!1})):0==s.msg1&&(swal({title:"Alert",text:"Record Not Updated. ",showCloseButton:!0,width:380}),s.isLoading=!1,n.get(i.apiUrl+"api/parameterizationCont/getcommunication").then(function(e){s.obj5=e.data}))})},s.save_jv_create=function(){s.isLoading=!0;var t=[],a=new Set;for(let e=0;e<s.obj6.length;e++){var o=s.obj6[e].fins_appl_parameter;if(a.has(o))return alert("Duplicate values found!."),void(s.isLoading=!1);a.add(o);o={fins_appl_code:s.obj6[0].fins_appl_code,comn_appl_name_en:s.obj6[0].comn_appl_name_en,fins_appl_form_field:s.obj6[0].fins_appl_form_field,fins_appl_parameter:s.obj6[e].fins_appl_parameter,fins_appl_form_field_value1:s.obj6[e].fins_appl_form_field_value1,fins_appl_form_field_value2:s.obj6[e].fins_appl_form_field_value2};t.push(o)}n.post(i.apiUrl+"api/parameterizationCont/insertjvcreate",t).then(function(e){s.msg1=e.data,1==s.msg1?(swal({title:"Alert",text:"Record Updated Successfully",showCloseButton:!0,width:380}),s.isLoading=!1,n.get(i.apiUrl+"api/parameterizationCont/getjvcreate").then(function(e){s.obj6=e.data,s.show_jv_create=!1})):0==s.msg1&&(swal({title:"Alert",text:"Record Not Updated. ",showCloseButton:!0,width:380}),s.isLoading=!1,n.get(i.apiUrl+"api/parameterizationCont/getjvcreate").then(function(e){s.obj6=e.data}))})},s.save_account_type=function(e){s.isLoading=!0,n.post(i.apiUrl+"api/parameterizationCont/insertaccountingtype?fins_appl_parameter="+e).then(function(e){s.msg1=e.data,1==s.msg1?(swal({title:"Alert",text:"Record Updated Successfully",showCloseButton:!0,width:380}),s.isLoading=!1,s.isSelectionChanged=!1,n.get(i.apiUrl+"api/parameterizationCont/getaccountingtype").then(function(e){s.obj2=e.data;for(let e=0;e<s.obj2.length;e++)"Y"==s.obj2[e].fins_appl_form_field_value2&&(s.edt={},s.edt.accounting_type=s.obj2[e].fins_appl_parameter,s.initialValue=s.edt.accounting_type)})):0==s.msg1&&(swal({title:"Alert",text:"Record Not Updated. ",showCloseButton:!0,width:380}),s.isLoading=!1,n.get(i.apiUrl+"api/parameterizationCont/getaccountingtype").then(function(e){s.obj2=e.data;for(let e=0;e<s.obj2.length;e++)"Y"==s.obj2[e].fins_appl_form_field_value2&&(s.edt={},s.edt.accounting_type=s.obj2[e].fins_appl_parameter,s.initialValue=s.edt.accounting_type)}))})},s.show_inv=!1,s.checkForChangeinv=function(){s.show_inv=!0},s.show_inv1=!1,s.checkForChangeinv1=function(){s.show_inv1=!0},s.show_inv2=!1,s.checkForChangeinv2=function(){s.show_inv2=!0},s.show_inv3=!1,s.checkForChangeinv3=function(){s.show_inv3=!0},s.show_inv4=!1,s.checkForChangeinv4=function(){s.show_inv4=!0},s.show_inv5=!1,s.checkForChangeinv5=function(){s.show_inv5=!0},s.show_inv6=!1,s.checkForChangeinv6=function(){s.show_inv6=!0},s.show_inv7=!1,s.checkForChangeinv7=function(){s.show_inv7=!0},s.addRow_inv=function(){s.inv.push({invs_appl_code:"",comn_appl_name_en:"",invs_appl_form_field:"",invs_appl_parameter:"",invs_appl_form_field_value1:"",invs_appl_form_field_value2:""})},s.save_inv=function(){s.isLoading=!0;var t=[],a=new Set;for(let e=0;e<s.inv.length;e++){var o=s.inv[e].invs_appl_parameter;if(a.has(o))return alert("Duplicate values found!."),void(s.isLoading=!1);a.add(o);o={invs_appl_code:s.inv[0].invs_appl_code,comn_appl_name_en:s.inv[0].comn_appl_name_en,invs_appl_form_field:s.inv[0].invs_appl_form_field,invs_appl_parameter:s.inv[e].invs_appl_parameter,invs_appl_form_field_value1:s.inv[e].invs_appl_form_field_value1,invs_appl_form_field_value2:s.inv[0].invs_appl_form_field_value2};t.push(o)}n.post(i.apiUrl+"api/parameterizationCont/insertinv",t).then(function(e){s.msg1=e.data,1==s.msg1?(swal({title:"Alert",text:"Record Updated Successfully",showCloseButton:!0,width:380}),s.isLoading=!1,n.get(i.apiUrl+"api/parameterizationCont/GetInventoryParam").then(function(e){s.inv=e.data.table,s.inv1=e.data.table1,s.inv2=e.data.table2,s.inv3=e.data.table3,s.inv4=e.data.table4,s.inv5=e.data.table5,s.inv6=e.data.table6,s.inv7=e.data.table7,s.show_inv=!1})):0==s.msg1&&(swal({title:"Alert",text:"Record Not Updated. ",showCloseButton:!0,width:380}),s.isLoading=!1,n.get(i.apiUrl+"api/parameterizationCont/GetInventoryParam").then(function(e){s.inv=e.data.table,s.inv1=e.data.table1,s.inv2=e.data.table2,s.inv3=e.data.table3,s.inv4=e.data.table4,s.inv5=e.data.table5,s.inv6=e.data.table6,s.inv7=e.data.table7,s.show_inv=!1}))})},s.addRow_inv1=function(){s.inv1.push({invs_appl_code:"",comn_appl_name_en:"",invs_appl_form_field:"",invs_appl_parameter:"",invs_appl_form_field_value1:"",invs_appl_form_field_value2:""})},s.save_inv1=function(){s.isLoading=!0;var t=[],a=new Set;for(let e=0;e<s.inv1.length;e++){var o=s.inv1[e].invs_appl_parameter;if(a.has(o))return alert("Duplicate values found!."),void(s.isLoading=!1);a.add(o);o={invs_appl_code:s.inv1[0].invs_appl_code,comn_appl_name_en:s.inv1[0].comn_appl_name_en,invs_appl_form_field:s.inv1[0].invs_appl_form_field,invs_appl_parameter:s.inv1[e].invs_appl_parameter,invs_appl_form_field_value1:s.inv1[e].invs_appl_form_field_value1,invs_appl_form_field_value2:s.inv1[0].invs_appl_form_field_value2};t.push(o)}n.post(i.apiUrl+"api/parameterizationCont/insertinv1",t).then(function(e){s.msg1=e.data,1==s.msg1?(swal({title:"Alert",text:"Record Updated Successfully",showCloseButton:!0,width:380}),s.isLoading=!1,n.get(i.apiUrl+"api/parameterizationCont/GetInventoryParam").then(function(e){s.inv=e.data.table,s.inv1=e.data.table1,s.inv2=e.data.table2,s.inv3=e.data.table3,s.inv4=e.data.table4,s.inv5=e.data.table5,s.inv6=e.data.table6,s.inv7=e.data.table7,s.show_inv1=!1})):0==s.msg1&&(swal({title:"Alert",text:"Record Not Updated. ",showCloseButton:!0,width:380}),s.isLoading=!1,n.get(i.apiUrl+"api/parameterizationCont/GetInventoryParam").then(function(e){s.inv=e.data.table,s.inv1=e.data.table1,s.inv2=e.data.table2,s.inv3=e.data.table3,s.inv4=e.data.table4,s.inv5=e.data.table5,s.inv6=e.data.table6,s.inv7=e.data.table7,s.show_inv1=!1}))})},s.addRow_inv2=function(){s.inv2.push({invs_appl_code:"",comn_appl_name_en:"",invs_appl_form_field:"",invs_appl_parameter:"",invs_appl_form_field_value1:"",invs_appl_form_field_value2:""})},s.save_inv2=function(){s.isLoading=!0;var t=[],a=new Set;for(let e=0;e<s.inv2.length;e++){var o=s.inv2[e].invs_appl_parameter;if(a.has(o))return alert("Duplicate values found!."),void(s.isLoading=!1);a.add(o);o={invs_appl_code:s.inv2[0].invs_appl_code,comn_appl_name_en:s.inv2[0].comn_appl_name_en,invs_appl_form_field:s.inv2[0].invs_appl_form_field,invs_appl_parameter:s.inv2[e].invs_appl_parameter,invs_appl_form_field_value1:s.inv2[e].invs_appl_form_field_value1,invs_appl_form_field_value2:s.inv2[0].invs_appl_form_field_value2};t.push(o)}n.post(i.apiUrl+"api/parameterizationCont/insertinv2",t).then(function(e){s.msg1=e.data,1==s.msg1?(swal({title:"Alert",text:"Record Updated Successfully",showCloseButton:!0,width:380}),s.isLoading=!1,n.get(i.apiUrl+"api/parameterizationCont/GetInventoryParam").then(function(e){s.inv=e.data.table,s.inv1=e.data.table1,s.inv2=e.data.table2,s.inv3=e.data.table3,s.inv4=e.data.table4,s.inv5=e.data.table5,s.inv6=e.data.table6,s.inv7=e.data.table7,s.show_inv2=!1})):0==s.msg1&&(swal({title:"Alert",text:"Record Not Updated. ",showCloseButton:!0,width:380}),s.isLoading=!1,n.get(i.apiUrl+"api/parameterizationCont/GetInventoryParam").then(function(e){s.inv=e.data.table,s.inv1=e.data.table1,s.inv2=e.data.table2,s.inv3=e.data.table3,s.inv4=e.data.table4,s.inv5=e.data.table5,s.inv6=e.data.table6,s.inv7=e.data.table7,s.show_inv2=!1}))})},s.addRow_inv3=function(){s.inv3.push({invs_appl_code:"",comn_appl_name_en:"",invs_appl_form_field:"",invs_appl_parameter:"",invs_appl_form_field_value1:"",invs_appl_form_field_value2:""})},s.save_inv3=function(){s.isLoading=!0;var t=[],a=new Set;for(let e=0;e<s.inv3.length;e++){var o=s.inv3[e].invs_appl_parameter;if(a.has(o))return alert("Duplicate values found!."),void(s.isLoading=!1);a.add(o);o={invs_appl_code:s.inv3[0].invs_appl_code,comn_appl_name_en:s.inv3[0].comn_appl_name_en,invs_appl_form_field:s.inv3[0].invs_appl_form_field,invs_appl_parameter:s.inv3[e].invs_appl_parameter,invs_appl_form_field_value1:s.inv3[e].invs_appl_form_field_value1,invs_appl_form_field_value2:s.inv3[0].invs_appl_form_field_value2};t.push(o)}n.post(i.apiUrl+"api/parameterizationCont/insertinv3",t).then(function(e){s.msg1=e.data,1==s.msg1?(swal({title:"Alert",text:"Record Updated Successfully",showCloseButton:!0,width:380}),s.isLoading=!1,n.get(i.apiUrl+"api/parameterizationCont/GetInventoryParam").then(function(e){s.inv=e.data.table,s.inv1=e.data.table1,s.inv2=e.data.table2,s.inv3=e.data.table3,s.inv4=e.data.table4,s.inv5=e.data.table5,s.inv6=e.data.table6,s.inv7=e.data.table7,s.show_inv3=!1})):0==s.msg1&&(swal({title:"Alert",text:"Record Not Updated. ",showCloseButton:!0,width:380}),s.isLoading=!1,n.get(i.apiUrl+"api/parameterizationCont/GetInventoryParam").then(function(e){s.inv=e.data.table,s.inv1=e.data.table1,s.inv2=e.data.table2,s.inv3=e.data.table3,s.inv4=e.data.table4,s.inv5=e.data.table5,s.inv6=e.data.table6,s.inv7=e.data.table7,s.show_inv3=!1}))})},s.addRow_inv4=function(){s.inv4.push({invs_appl_code:"",comn_appl_name_en:"",invs_appl_form_field:"",invs_appl_parameter:"",invs_appl_form_field_value1:"",invs_appl_form_field_value2:""})},s.save_inv4=function(){s.isLoading=!0;var t=[],a=new Set;for(let e=0;e<s.inv4.length;e++){var o=s.inv4[e].invs_appl_parameter;if(a.has(o))return alert("Duplicate values found!."),void(s.isLoading=!1);a.add(o);o={invs_appl_code:s.inv4[0].invs_appl_code,comn_appl_name_en:s.inv4[0].comn_appl_name_en,invs_appl_form_field:s.inv4[0].invs_appl_form_field,invs_appl_parameter:s.inv4[e].invs_appl_parameter,invs_appl_form_field_value1:s.inv4[e].invs_appl_form_field_value1,invs_appl_form_field_value2:s.inv4[0].invs_appl_form_field_value2};t.push(o)}n.post(i.apiUrl+"api/parameterizationCont/insertinv4",t).then(function(e){s.msg1=e.data,1==s.msg1?(swal({title:"Alert",text:"Record Updated Successfully",showCloseButton:!0,width:380}),s.isLoading=!1,n.get(i.apiUrl+"api/parameterizationCont/GetInventoryParam").then(function(e){s.inv=e.data.table,s.inv1=e.data.table1,s.inv2=e.data.table2,s.inv3=e.data.table3,s.inv4=e.data.table4,s.inv5=e.data.table5,s.inv6=e.data.table6,s.inv7=e.data.table7,s.show_inv4=!1})):0==s.msg1&&(swal({title:"Alert",text:"Record Not Updated. ",showCloseButton:!0,width:380}),s.isLoading=!1,n.get(i.apiUrl+"api/parameterizationCont/GetInventoryParam").then(function(e){s.inv=e.data.table,s.inv1=e.data.table1,s.inv2=e.data.table2,s.inv3=e.data.table3,s.inv4=e.data.table4,s.inv5=e.data.table5,s.inv6=e.data.table6,s.inv7=e.data.table7,s.show_inv4=!1}))})},s.addRow_inv5=function(){s.inv5.push({invs_appl_code:"",comn_appl_name_en:"",invs_appl_form_field:"",invs_appl_parameter:"",invs_appl_form_field_value1:"",invs_appl_form_field_value2:""})},s.save_inv5=function(){s.isLoading=!0;var t=[],a=new Set;for(let e=0;e<s.inv5.length;e++){var o=s.inv5[e].invs_appl_parameter;if(a.has(o))return alert("Duplicate values found!."),void(s.isLoading=!1);a.add(o);o={invs_appl_code:s.inv5[0].invs_appl_code,comn_appl_name_en:s.inv5[0].comn_appl_name_en,invs_appl_form_field:s.inv5[0].invs_appl_form_field,invs_appl_parameter:s.inv5[e].invs_appl_parameter,invs_appl_form_field_value1:s.inv5[e].invs_appl_form_field_value1,invs_appl_form_field_value2:s.inv5[0].invs_appl_form_field_value2};t.push(o)}n.post(i.apiUrl+"api/parameterizationCont/insertinv5",t).then(function(e){s.msg1=e.data,1==s.msg1?(swal({title:"Alert",text:"Record Updated Successfully",showCloseButton:!0,width:380}),s.isLoading=!1,n.get(i.apiUrl+"api/parameterizationCont/GetInventoryParam").then(function(e){s.inv=e.data.table,s.inv1=e.data.table1,s.inv2=e.data.table2,s.inv3=e.data.table3,s.inv4=e.data.table4,s.inv5=e.data.table5,s.inv6=e.data.table6,s.inv7=e.data.table7,s.show_inv5=!1})):0==s.msg1&&(swal({title:"Alert",text:"Record Not Updated. ",showCloseButton:!0,width:380}),s.isLoading=!1,n.get(i.apiUrl+"api/parameterizationCont/GetInventoryParam").then(function(e){s.inv=e.data.table,s.inv1=e.data.table1,s.inv2=e.data.table2,s.inv3=e.data.table3,s.inv4=e.data.table4,s.inv5=e.data.table5,s.inv6=e.data.table6,s.inv7=e.data.table7,s.show_inv5=!1}))})},s.addRow_inv6=function(){s.inv6.push({invs_appl_code:"",comn_appl_name_en:"",invs_appl_form_field:"",invs_appl_parameter:"",invs_appl_form_field_value1:"",invs_appl_form_field_value2:""})},s.save_inv6=function(){s.isLoading=!0;var t=[],a=new Set;for(let e=0;e<s.inv6.length;e++){var o=s.inv6[e].invs_appl_parameter;if(a.has(o))return alert("Duplicate values found!."),void(s.isLoading=!1);a.add(o);o={invs_appl_code:s.inv6[0].invs_appl_code,comn_appl_name_en:s.inv6[0].comn_appl_name_en,invs_appl_form_field:s.inv6[0].invs_appl_form_field,invs_appl_parameter:s.inv6[e].invs_appl_parameter,invs_appl_form_field_value1:s.inv6[e].invs_appl_form_field_value1,invs_appl_form_field_value2:s.inv6[0].invs_appl_form_field_value2};t.push(o)}n.post(i.apiUrl+"api/parameterizationCont/insertinv6",t).then(function(e){s.msg1=e.data,1==s.msg1?(swal({title:"Alert",text:"Record Updated Successfully",showCloseButton:!0,width:380}),s.isLoading=!1,n.get(i.apiUrl+"api/parameterizationCont/GetInventoryParam").then(function(e){s.inv=e.data.table,s.inv1=e.data.table1,s.inv2=e.data.table2,s.inv3=e.data.table3,s.inv4=e.data.table4,s.inv5=e.data.table5,s.inv6=e.data.table6,s.inv7=e.data.table7,s.show_inv6=!1})):0==s.msg1&&(swal({title:"Alert",text:"Record Not Updated. ",showCloseButton:!0,width:380}),s.isLoading=!1,n.get(i.apiUrl+"api/parameterizationCont/GetInventoryParam").then(function(e){s.inv=e.data.table,s.inv1=e.data.table1,s.inv2=e.data.table2,s.inv3=e.data.table3,s.inv4=e.data.table4,s.inv5=e.data.table5,s.inv6=e.data.table6,s.inv7=e.data.table7,s.show_inv6=!1}))})},s.addRow_inv7=function(){s.inv7.push({invs_appl_code:"",comn_appl_name_en:"",invs_appl_form_field:"",invs_appl_parameter:"",invs_appl_form_field_value1:"",invs_appl_form_field_value2:""})},s.save_inv7=function(){s.isLoading=!0;var t=[],a=new Set;for(let e=0;e<s.inv7.length;e++){var o=s.inv7[e].invs_appl_parameter;if(a.has(o))return alert("Duplicate values found!."),void(s.isLoading=!1);a.add(o);o={invs_appl_code:s.inv7[0].invs_appl_code,comn_appl_name_en:s.inv7[0].comn_appl_name_en,invs_appl_form_field:s.inv7[0].invs_appl_form_field,invs_appl_parameter:s.inv7[e].invs_appl_parameter,invs_appl_form_field_value1:s.inv7[e].invs_appl_form_field_value1,invs_appl_form_field_value2:s.inv7[0].invs_appl_form_field_value2};t.push(o)}n.post(i.apiUrl+"api/parameterizationCont/insertinv7",t).then(function(e){s.msg1=e.data,1==s.msg1?(swal({title:"Alert",text:"Record Updated Successfully",showCloseButton:!0,width:380}),s.isLoading=!1,n.get(i.apiUrl+"api/parameterizationCont/GetInventoryParam").then(function(e){s.inv=e.data.table,s.inv1=e.data.table1,s.inv2=e.data.table2,s.inv3=e.data.table3,s.inv4=e.data.table4,s.inv5=e.data.table5,s.inv6=e.data.table6,s.inv7=e.data.table7,s.show_inv7=!1})):0==s.msg1&&(swal({title:"Alert",text:"Record Not Updated. ",showCloseButton:!0,width:380}),s.isLoading=!1,n.get(i.apiUrl+"api/parameterizationCont/GetInventoryParam").then(function(e){s.inv=e.data.table,s.inv1=e.data.table1,s.inv2=e.data.table2,s.inv3=e.data.table3,s.inv4=e.data.table4,s.inv5=e.data.table5,s.inv6=e.data.table6,s.inv7=e.data.table7,s.show_inv7=!1}))})},s.show_pay1=!1,s.checkForChangepay1=function(){s.show_pay1=!0},s.show_pay2=!1,s.checkForChangepay2=function(){s.show_pay2=!0},s.show_pay3=!1,s.checkForChangepay3=function(){s.show_pay3=!0},s.show_pay4=!1,s.checkForChangepay4=function(){s.show_pay4=!0},s.show_pay5=!1,s.checkForChangepay5=function(){s.show_pay5=!0},s.show_pay6=!1,s.checkForChangepay6=function(){s.show_pay6=!0},s.show_pay7=!1,s.checkForChangepay7=function(){s.show_pay7=!0},s.show_pay8=!1,s.checkForChangepay8=function(){s.show_pay8=!0},s.show_pay9=!1,s.checkForChangepay9=function(){s.show_pay9=!0},s.show_pay11=!1,s.checkForChangepay11=function(){s.show_pay11=!0},s.show_pay12=!1,s.checkForChangepay12=function(){s.show_pay12=!0},s.show_pay14=!1,s.checkForChangepay14=function(){s.show_pay14=!0},s.show_pay15=!1,s.checkForChangepay15=function(){s.show_pay15=!0},s.show_pay16=!1,s.checkForChangepay16=function(){s.show_pay16=!0},s.show_pay17=!1,s.checkForChangepay17=function(){s.show_pay17=!0},s.addRow_pay1=function(){s.pay1.push({pays_appl_code:"",comn_appl_name_en:"",pays_appl_form_field:"",pays_appl_parameter:"",pays_appl_form_field_value1:"",pays_appl_form_field_value2:""})},s.save_pay1=function(){s.isLoading=!0;var t=[],a=new Set;for(let e=0;e<s.pay1.length;e++){var o=s.pay1[e].pays_appl_parameter;if(a.has(o))return alert("Duplicate values found!."),void(s.isLoading=!1);a.add(o);o={pays_appl_code:s.pay1[0].pays_appl_code,comn_appl_name_en:s.pay1[0].comn_appl_name_en,pays_appl_form_field:s.pay1[0].pays_appl_form_field,pays_appl_parameter:s.pay1[e].pays_appl_parameter,pays_appl_form_field_value1:s.pay1[e].pays_appl_form_field_value1,pays_appl_form_field_value2:s.pay1[0].pays_appl_form_field_value2};t.push(o)}n.post(i.apiUrl+"api/parameterizationCont/insertpay1",t).then(function(e){s.msg1=e.data,1==s.msg1?(swal({title:"Alert",text:"Record Updated Successfully",showCloseButton:!0,width:380}),s.isLoading=!1,n.get(i.apiUrl+"api/parameterizationCont/GetPayrollParam").then(function(e){s.pay1=e.data.table,s.pay2=e.data.table1,s.pay3=e.data.table2,s.pay4=e.data.table3,s.pay5=e.data.table4,s.pay6=e.data.table5,s.pay7=e.data.table6,s.pay8=e.data.table7,s.pay9=e.data.table8,s.pay11=e.data.table10,s.pay12=e.data.table11,s.status=e.data.table12,s.pay14=e.data.table13,s.pay15=e.data.table14,s.pay16=e.data.table15,s.pay17=e.data.table16,s.show_pay1=!1})):0==s.msg1&&(swal({title:"Alert",text:"Record Not Updated. ",showCloseButton:!0,width:380}),s.isLoading=!1,n.get(i.apiUrl+"api/parameterizationCont/GetPayrollParam").then(function(e){s.pay1=e.data.table,s.pay2=e.data.table1,s.pay3=e.data.table2,s.pay4=e.data.table3,s.pay5=e.data.table4,s.pay6=e.data.table5,s.pay7=e.data.table6,s.pay8=e.data.table7,s.pay9=e.data.table8,s.pay11=e.data.table10,s.pay12=e.data.table11,s.status=e.data.table12,s.pay14=e.data.table13,s.pay15=e.data.table14,s.pay16=e.data.table15,s.pay17=e.data.table16,s.show_pay1=!1}))})},s.addRow_pay2=function(){s.pay2.push({pays_appl_code:"",comn_appl_name_en:"",pays_appl_form_field:"",pays_appl_parameter:"",pays_appl_form_field_value1:"",pays_appl_form_field_value2:""})},s.save_pay2=function(){s.isLoading=!0;var t=[],a=new Set;for(let e=0;e<s.pay2.length;e++){var o=s.pay2[e].pays_appl_parameter;if(a.has(o))return alert("Duplicate values found!."),void(s.isLoading=!1);a.add(o);o={pays_appl_code:s.pay2[0].pays_appl_code,comn_appl_name_en:s.pay2[0].comn_appl_name_en,pays_appl_form_field:s.pay2[0].pays_appl_form_field,pays_appl_parameter:s.pay2[e].pays_appl_parameter,pays_appl_form_field_value1:s.pay2[e].pays_appl_form_field_value1,pays_appl_form_field_value2:s.pay2[0].pays_appl_form_field_value2};t.push(o)}n.post(i.apiUrl+"api/parameterizationCont/insertpay2",t).then(function(e){s.msg1=e.data,1==s.msg1?(swal({title:"Alert",text:"Record Updated Successfully",showCloseButton:!0,width:380}),s.isLoading=!1,n.get(i.apiUrl+"api/parameterizationCont/GetPayrollParam").then(function(e){s.pay1=e.data.table,s.pay2=e.data.table1,s.pay3=e.data.table2,s.pay4=e.data.table3,s.pay5=e.data.table4,s.pay6=e.data.table5,s.pay7=e.data.table6,s.pay8=e.data.table7,s.pay9=e.data.table8,s.pay11=e.data.table10,s.pay12=e.data.table11,s.status=e.data.table12,s.pay14=e.data.table13,s.pay15=e.data.table14,s.pay16=e.data.table15,s.pay17=e.data.table16,s.show_pay2=!1})):0==s.msg1&&(swal({title:"Alert",text:"Record Not Updated. ",showCloseButton:!0,width:380}),s.isLoading=!1,n.get(i.apiUrl+"api/parameterizationCont/GetPayrollParam").then(function(e){s.pay1=e.data.table,s.pay2=e.data.table1,s.pay3=e.data.table2,s.pay4=e.data.table3,s.pay5=e.data.table4,s.pay6=e.data.table5,s.pay7=e.data.table6,s.pay8=e.data.table7,s.pay9=e.data.table8,s.pay11=e.data.table10,s.pay12=e.data.table11,s.status=e.data.table12,s.pay14=e.data.table13,s.pay15=e.data.table14,s.pay16=e.data.table15,s.pay17=e.data.table16,s.show_pay2=!1}))})},s.addRow_pay3=function(){s.pay3.push({pays_appl_code:"",comn_appl_name_en:"",pays_appl_form_field:"",pays_appl_parameter:"",pays_appl_form_field_value1:"",pays_appl_form_field_value2:""})},s.save_pay3=function(){s.isLoading=!0;var t=[],a=new Set;for(let e=0;e<s.pay3.length;e++){var o=s.pay3[e].pays_appl_parameter;if(a.has(o))return alert("Duplicate values found!."),void(s.isLoading=!1);a.add(o);o={pays_appl_code:s.pay3[0].pays_appl_code,comn_appl_name_en:s.pay3[0].comn_appl_name_en,pays_appl_form_field:s.pay3[0].pays_appl_form_field,pays_appl_parameter:s.pay3[e].pays_appl_parameter,pays_appl_form_field_value1:s.pay3[e].pays_appl_form_field_value1,pays_appl_form_field_value2:s.pay3[0].pays_appl_form_field_value2};t.push(o)}n.post(i.apiUrl+"api/parameterizationCont/insertpay3",t).then(function(e){s.msg1=e.data,1==s.msg1?(swal({title:"Alert",text:"Record Updated Successfully",showCloseButton:!0,width:380}),s.isLoading=!1,n.get(i.apiUrl+"api/parameterizationCont/GetPayrollParam").then(function(e){s.pay1=e.data.table,s.pay2=e.data.table1,s.pay3=e.data.table2,s.pay4=e.data.table3,s.pay5=e.data.table4,s.pay6=e.data.table5,s.pay7=e.data.table6,s.pay8=e.data.table7,s.pay9=e.data.table8,s.pay11=e.data.table10,s.pay12=e.data.table11,s.status=e.data.table12,s.pay14=e.data.table13,s.pay15=e.data.table14,s.pay16=e.data.table15,s.pay17=e.data.table16,s.show_pay3=!1})):0==s.msg1&&(swal({title:"Alert",text:"Record Not Updated. ",showCloseButton:!0,width:380}),s.isLoading=!1,n.get(i.apiUrl+"api/parameterizationCont/GetPayrollParam").then(function(e){s.pay1=e.data.table,s.pay2=e.data.table1,s.pay3=e.data.table2,s.pay4=e.data.table3,s.pay5=e.data.table4,s.pay6=e.data.table5,s.pay7=e.data.table6,s.pay8=e.data.table7,s.pay9=e.data.table8,s.pay11=e.data.table10,s.pay12=e.data.table11,s.status=e.data.table12,s.pay14=e.data.table13,s.pay15=e.data.table14,s.pay16=e.data.table15,s.pay17=e.data.table16,s.show_pay3=!1}))})},s.addRow_pay4=function(){s.pay4.push({pays_appl_code:"",comn_appl_name_en:"",pays_appl_form_field:"",pays_appl_parameter:"",pays_appl_form_field_value1:"",pays_appl_form_field_value2:""})},s.save_pay4=function(){s.isLoading=!0;var t=[],a=new Set;for(let e=0;e<s.pay4.length;e++){var o=s.pay4[e].pays_appl_parameter;if(a.has(o))return alert("Duplicate values found!."),void(s.isLoading=!1);a.add(o);o={pays_appl_code:s.pay4[0].pays_appl_code,comn_appl_name_en:s.pay4[0].comn_appl_name_en,pays_appl_form_field:s.pay4[0].pays_appl_form_field,pays_appl_parameter:s.pay4[e].pays_appl_parameter,pays_appl_form_field_value1:s.pay4[e].pays_appl_form_field_value1,pays_appl_form_field_value2:s.pay4[0].pays_appl_form_field_value2};t.push(o)}n.post(i.apiUrl+"api/parameterizationCont/insertpay4",t).then(function(e){s.msg1=e.data,1==s.msg1?(swal({title:"Alert",text:"Record Updated Successfully",showCloseButton:!0,width:380}),s.isLoading=!1,n.get(i.apiUrl+"api/parameterizationCont/GetPayrollParam").then(function(e){s.pay1=e.data.table,s.pay2=e.data.table1,s.pay3=e.data.table2,s.pay4=e.data.table3,s.pay5=e.data.table4,s.pay6=e.data.table5,s.pay7=e.data.table6,s.pay8=e.data.table7,s.pay9=e.data.table8,s.pay11=e.data.table10,s.pay12=e.data.table11,s.status=e.data.table12,s.pay14=e.data.table13,s.pay15=e.data.table14,s.pay16=e.data.table15,s.pay17=e.data.table16,s.show_pay4=!1})):0==s.msg1&&(swal({title:"Alert",text:"Record Not Updated. ",showCloseButton:!0,width:380}),s.isLoading=!1,n.get(i.apiUrl+"api/parameterizationCont/GetPayrollParam").then(function(e){s.pay1=e.data.table,s.pay2=e.data.table1,s.pay3=e.data.table2,s.pay4=e.data.table3,s.pay5=e.data.table4,s.pay6=e.data.table5,s.pay7=e.data.table6,s.pay8=e.data.table7,s.pay9=e.data.table8,s.pay11=e.data.table10,s.pay12=e.data.table11,s.status=e.data.table12,s.pay14=e.data.table13,s.pay15=e.data.table14,s.pay16=e.data.table15,s.pay17=e.data.table16,s.show_pay4=!1}))})},s.addRow_pay5=function(){s.pay5.push({pays_appl_code:"",comn_appl_name_en:"",pays_appl_form_field:"",pays_appl_parameter:"",pays_appl_form_field_value1:"",pays_appl_form_field_value2:""})},s.save_pay5=function(){s.isLoading=!0;var t=[],a=new Set;for(let e=0;e<s.pay5.length;e++){var o=s.pay5[e].pays_appl_parameter;if(a.has(o))return alert("Duplicate values found!."),void(s.isLoading=!1);a.add(o);o={pays_appl_code:s.pay5[0].pays_appl_code,comn_appl_name_en:s.pay5[0].comn_appl_name_en,pays_appl_form_field:s.pay5[0].pays_appl_form_field,pays_appl_parameter:s.pay5[e].pays_appl_parameter,pays_appl_form_field_value1:s.pay5[e].pays_appl_form_field_value1,pays_appl_form_field_value2:s.pay5[0].pays_appl_form_field_value2};t.push(o)}n.post(i.apiUrl+"api/parameterizationCont/insertpay5",t).then(function(e){s.msg1=e.data,1==s.msg1?(swal({title:"Alert",text:"Record Updated Successfully",showCloseButton:!0,width:380}),s.isLoading=!1,n.get(i.apiUrl+"api/parameterizationCont/GetPayrollParam").then(function(e){s.pay1=e.data.table,s.pay2=e.data.table1,s.pay3=e.data.table2,s.pay4=e.data.table3,s.pay5=e.data.table4,s.pay6=e.data.table5,s.pay7=e.data.table6,s.pay8=e.data.table7,s.pay9=e.data.table8,s.pay11=e.data.table10,s.pay12=e.data.table11,s.status=e.data.table12,s.pay14=e.data.table13,s.pay15=e.data.table14,s.pay16=e.data.table15,s.pay17=e.data.table16,s.show_pay5=!1})):0==s.msg1&&(swal({title:"Alert",text:"Record Not Updated. ",showCloseButton:!0,width:380}),s.isLoading=!1,n.get(i.apiUrl+"api/parameterizationCont/GetPayrollParam").then(function(e){s.pay1=e.data.table,s.pay2=e.data.table1,s.pay3=e.data.table2,s.pay4=e.data.table3,s.pay5=e.data.table4,s.pay6=e.data.table5,s.pay7=e.data.table6,s.pay8=e.data.table7,s.pay9=e.data.table8,s.pay11=e.data.table10,s.pay12=e.data.table11,s.status=e.data.table12,s.pay14=e.data.table13,s.pay15=e.data.table14,s.pay16=e.data.table15,s.pay17=e.data.table16,s.show_pay5=!1}))})},s.addRow_pay6=function(){s.pay6.push({pays_appl_code:"",comn_appl_name_en:"",pays_appl_form_field:"",pays_appl_parameter:"",pays_appl_form_field_value1:"",pays_appl_form_field_value2:""})},s.save_pay6=function(){s.isLoading=!0;var t=[],a=new Set;for(let e=0;e<s.pay6.length;e++){var o=s.pay6[e].pays_appl_parameter;if(a.has(o))return alert("Duplicate values found!."),void(s.isLoading=!1);a.add(o);o={pays_appl_code:s.pay6[0].pays_appl_code,comn_appl_name_en:s.pay6[0].comn_appl_name_en,pays_appl_form_field:s.pay6[0].pays_appl_form_field,pays_appl_parameter:s.pay6[e].pays_appl_parameter,pays_appl_form_field_value1:s.pay6[e].pays_appl_form_field_value1,pays_appl_form_field_value2:s.pay6[e].pays_appl_form_field_value2};t.push(o)}n.post(i.apiUrl+"api/parameterizationCont/insertpay6",t).then(function(e){s.msg1=e.data,1==s.msg1?(swal({title:"Alert",text:"Record Updated Successfully",showCloseButton:!0,width:380}),s.isLoading=!1,n.get(i.apiUrl+"api/parameterizationCont/GetPayrollParam").then(function(e){s.pay1=e.data.table,s.pay2=e.data.table1,s.pay3=e.data.table2,s.pay4=e.data.table3,s.pay5=e.data.table4,s.pay6=e.data.table5,s.pay7=e.data.table6,s.pay8=e.data.table7,s.pay9=e.data.table8,s.pay11=e.data.table10,s.pay12=e.data.table11,s.status=e.data.table12,s.pay14=e.data.table13,s.pay15=e.data.table14,s.pay16=e.data.table15,s.pay17=e.data.table16,s.show_pay6=!1})):0==s.msg1&&(swal({title:"Alert",text:"Record Not Updated. ",showCloseButton:!0,width:380}),s.isLoading=!1,n.get(i.apiUrl+"api/parameterizationCont/GetPayrollParam").then(function(e){s.pay1=e.data.table,s.pay2=e.data.table1,s.pay3=e.data.table2,s.pay4=e.data.table3,s.pay5=e.data.table4,s.pay6=e.data.table5,s.pay7=e.data.table6,s.pay8=e.data.table7,s.pay9=e.data.table8,s.pay11=e.data.table10,s.pay12=e.data.table11,s.status=e.data.table12,s.pay14=e.data.table13,s.pay15=e.data.table14,s.pay16=e.data.table15,s.pay17=e.data.table16,s.show_pay6=!1}))})},s.addRow_pay7=function(){s.pay7.push({pays_appl_code:"",comn_appl_name_en:"",pays_appl_form_field:"",pays_appl_parameter:"",pays_appl_form_field_value1:"",pays_appl_form_field_value2:""})},s.save_pay7=function(){s.isLoading=!0;var t=[],a=new Set;for(let e=0;e<s.pay7.length;e++){var o=s.pay7[e].pays_appl_parameter;if(a.has(o))return alert("Duplicate values found!."),void(s.isLoading=!1);a.add(o);o={pays_appl_code:s.pay7[0].pays_appl_code,comn_appl_name_en:s.pay7[0].comn_appl_name_en,pays_appl_form_field:s.pay7[0].pays_appl_form_field,pays_appl_parameter:s.pay7[e].pays_appl_parameter,pays_appl_form_field_value1:s.pay7[e].pays_appl_form_field_value1,pays_appl_form_field_value2:s.pay7[0].pays_appl_form_field_value2};t.push(o)}n.post(i.apiUrl+"api/parameterizationCont/insertpay7",t).then(function(e){s.msg1=e.data,1==s.msg1?(swal({title:"Alert",text:"Record Updated Successfully",showCloseButton:!0,width:380}),s.isLoading=!1,n.get(i.apiUrl+"api/parameterizationCont/GetPayrollParam").then(function(e){s.pay1=e.data.table,s.pay2=e.data.table1,s.pay3=e.data.table2,s.pay4=e.data.table3,s.pay5=e.data.table4,s.pay6=e.data.table5,s.pay7=e.data.table6,s.pay8=e.data.table7,s.pay9=e.data.table8,s.pay11=e.data.table10,s.pay12=e.data.table11,s.status=e.data.table12,s.pay14=e.data.table13,s.pay15=e.data.table14,s.pay16=e.data.table15,s.pay17=e.data.table16,s.show_pay7=!1})):0==s.msg1&&(swal({title:"Alert",text:"Record Not Updated. ",showCloseButton:!0,width:380}),s.isLoading=!1,n.get(i.apiUrl+"api/parameterizationCont/GetPayrollParam").then(function(e){s.pay1=e.data.table,s.pay2=e.data.table1,s.pay3=e.data.table2,s.pay4=e.data.table3,s.pay5=e.data.table4,s.pay6=e.data.table5,s.pay7=e.data.table6,s.pay8=e.data.table7,s.pay9=e.data.table8,s.pay11=e.data.table10,s.pay12=e.data.table11,s.status=e.data.table12,s.pay14=e.data.table13,s.pay15=e.data.table14,s.pay16=e.data.table15,s.pay17=e.data.table16,s.show_pay7=!1}))})},s.addRow_pay8=function(){s.pay8.push({pays_appl_code:"",comn_appl_name_en:"",pays_appl_form_field:"",pays_appl_parameter:"",pays_appl_form_field_value1:"",pays_appl_form_field_value2:""})},s.save_pay8=function(){s.isLoading=!0;var t=[],a=new Set;for(let e=0;e<s.pay8.length;e++){var o=s.pay8[e].pays_appl_parameter;if(a.has(o))return alert("Duplicate values found!."),void(s.isLoading=!1);a.add(o);o={pays_appl_code:s.pay8[0].pays_appl_code,comn_appl_name_en:s.pay8[0].comn_appl_name_en,pays_appl_form_field:s.pay8[0].pays_appl_form_field,pays_appl_parameter:s.pay8[e].pays_appl_parameter,pays_appl_form_field_value1:s.pay8[e].pays_appl_form_field_value1,pays_appl_form_field_value2:s.pay8[0].pays_appl_form_field_value2};t.push(o)}n.post(i.apiUrl+"api/parameterizationCont/insertpay8",t).then(function(e){s.msg1=e.data,1==s.msg1?(swal({title:"Alert",text:"Record Updated Successfully",showCloseButton:!0,width:380}),s.isLoading=!1,n.get(i.apiUrl+"api/parameterizationCont/GetPayrollParam").then(function(e){s.pay1=e.data.table,s.pay2=e.data.table1,s.pay3=e.data.table2,s.pay4=e.data.table3,s.pay5=e.data.table4,s.pay6=e.data.table5,s.pay7=e.data.table6,s.pay8=e.data.table7,s.pay9=e.data.table8,s.pay11=e.data.table10,s.pay12=e.data.table11,s.status=e.data.table12,s.pay14=e.data.table13,s.pay15=e.data.table14,s.pay16=e.data.table15,s.pay17=e.data.table16,s.show_pay8=!1})):0==s.msg1&&(swal({title:"Alert",text:"Record Not Updated. ",showCloseButton:!0,width:380}),s.isLoading=!1,n.get(i.apiUrl+"api/parameterizationCont/GetPayrollParam").then(function(e){s.pay1=e.data.table,s.pay2=e.data.table1,s.pay3=e.data.table2,s.pay4=e.data.table3,s.pay5=e.data.table4,s.pay6=e.data.table5,s.pay7=e.data.table6,s.pay8=e.data.table7,s.pay9=e.data.table8,s.pay11=e.data.table10,s.pay12=e.data.table11,s.status=e.data.table12,s.pay14=e.data.table13,s.pay15=e.data.table14,s.pay16=e.data.table15,s.pay17=e.data.table16,s.show_pay8=!1}))})},s.addRow_pay9=function(){s.pay9.push({pays_appl_code:"",comn_appl_name_en:"",pays_appl_form_field:"",pays_appl_parameter:"",pays_appl_form_field_value1:"",pays_appl_form_field_value2:""})},s.save_pay9=function(){s.isLoading=!0;var t=[],a=new Set;for(let e=0;e<s.pay9.length;e++){var o=s.pay9[e].pays_appl_parameter;if(a.has(o))return alert("Duplicate values found!."),void(s.isLoading=!1);a.add(o);o={pays_appl_code:s.pay9[0].pays_appl_code,comn_appl_name_en:s.pay9[0].comn_appl_name_en,pays_appl_form_field:s.pay9[0].pays_appl_form_field,pays_appl_parameter:s.pay9[e].pays_appl_parameter,pays_appl_form_field_value1:s.pay9[e].pays_appl_form_field_value1,pays_appl_form_field_value2:s.pay9[0].pays_appl_form_field_value2};t.push(o)}n.post(i.apiUrl+"api/parameterizationCont/insertpay9",t).then(function(e){s.msg1=e.data,1==s.msg1?(swal({title:"Alert",text:"Record Updated Successfully",showCloseButton:!0,width:380}),s.isLoading=!1,n.get(i.apiUrl+"api/parameterizationCont/GetPayrollParam").then(function(e){s.pay1=e.data.table,s.pay2=e.data.table1,s.pay3=e.data.table2,s.pay4=e.data.table3,s.pay5=e.data.table4,s.pay6=e.data.table5,s.pay7=e.data.table6,s.pay8=e.data.table7,s.pay9=e.data.table8,s.pay11=e.data.table10,s.pay12=e.data.table11,s.status=e.data.table12,s.pay14=e.data.table13,s.pay15=e.data.table14,s.pay16=e.data.table15,s.pay17=e.data.table16,s.show_pay9=!1})):0==s.msg1&&(swal({title:"Alert",text:"Record Not Updated. ",showCloseButton:!0,width:380}),s.isLoading=!1,n.get(i.apiUrl+"api/parameterizationCont/GetPayrollParam").then(function(e){s.pay1=e.data.table,s.pay2=e.data.table1,s.pay3=e.data.table2,s.pay4=e.data.table3,s.pay5=e.data.table4,s.pay6=e.data.table5,s.pay7=e.data.table6,s.pay8=e.data.table7,s.pay9=e.data.table8,s.pay11=e.data.table10,s.pay12=e.data.table11,s.status=e.data.table12,s.pay14=e.data.table13,s.pay15=e.data.table14,s.pay16=e.data.table15,s.pay17=e.data.table16,s.show_pay9=!1}))})},s.addRow_pay11=function(){s.pay11.push({pays_appl_code:"",comn_appl_name_en:"",pays_appl_form_field:"",pays_appl_parameter:"",pays_appl_form_field_value1:"",pays_appl_form_field_value2:""})},s.save_pay11=function(){s.isLoading=!0;var t=[],a=new Set;for(let e=0;e<s.pay11.length;e++){var o=s.pay11[e].pays_appl_parameter;if(a.has(o))return alert("Duplicate values found!."),void(s.isLoading=!1);a.add(o);o={pays_appl_code:s.pay11[0].pays_appl_code,comn_appl_name_en:s.pay11[0].comn_appl_name_en,pays_appl_form_field:s.pay11[0].pays_appl_form_field,pays_appl_parameter:s.pay11[e].pays_appl_parameter,pays_appl_form_field_value1:s.pay11[e].pays_appl_form_field_value1,pays_appl_form_field_value2:s.pay11[0].pays_appl_form_field_value2};t.push(o)}n.post(i.apiUrl+"api/parameterizationCont/insertpay11",t).then(function(e){s.msg1=e.data,1==s.msg1?(swal({title:"Alert",text:"Record Updated Successfully",showCloseButton:!0,width:380}),s.isLoading=!1,n.get(i.apiUrl+"api/parameterizationCont/GetPayrollParam").then(function(e){s.pay1=e.data.table,s.pay2=e.data.table1,s.pay3=e.data.table2,s.pay4=e.data.table3,s.pay5=e.data.table4,s.pay6=e.data.table5,s.pay7=e.data.table6,s.pay8=e.data.table7,s.pay9=e.data.table8,s.pay11=e.data.table10,s.pay12=e.data.table11,s.status=e.data.table12,s.pay14=e.data.table13,s.pay15=e.data.table14,s.pay16=e.data.table15,s.pay17=e.data.table16,s.show_pay11=!1})):0==s.msg1&&(swal({title:"Alert",text:"Record Not Updated. ",showCloseButton:!0,width:380}),s.isLoading=!1,n.get(i.apiUrl+"api/parameterizationCont/GetPayrollParam").then(function(e){s.pay1=e.data.table,s.pay2=e.data.table1,s.pay3=e.data.table2,s.pay4=e.data.table3,s.pay5=e.data.table4,s.pay6=e.data.table5,s.pay7=e.data.table6,s.pay8=e.data.table7,s.pay9=e.data.table8,s.pay11=e.data.table10,s.pay12=e.data.table11,s.status=e.data.table12,s.pay14=e.data.table13,s.pay15=e.data.table14,s.pay16=e.data.table15,s.pay17=e.data.table16,s.show_pay11=!1}))})},s.addRow_pay12=function(){s.pay12.push({pays_appl_code:"",comn_appl_name_en:"",pays_appl_form_field:"",pays_appl_parameter:"",pays_appl_form_field_value1:"",pays_appl_form_field_value2:""})},s.save_pay12=function(){s.isLoading=!0;var t=[],a=new Set;for(let e=0;e<s.pay12.length;e++){var o=s.pay12[e].pays_appl_parameter;if(a.has(o))return alert("Duplicate values found!."),void(s.isLoading=!1);a.add(o);o={pays_appl_code:s.pay12[0].pays_appl_code,comn_appl_name_en:s.pay12[0].comn_appl_name_en,pays_appl_form_field:s.pay12[0].pays_appl_form_field,pays_appl_parameter:s.pay12[e].pays_appl_parameter,pays_appl_form_field_value1:s.pay12[e].pays_appl_form_field_value1,pays_appl_form_field_value2:s.pay12[0].pays_appl_form_field_value2};t.push(o)}n.post(i.apiUrl+"api/parameterizationCont/insertpay12",t).then(function(e){s.msg1=e.data,1==s.msg1?(swal({title:"Alert",text:"Record Updated Successfully",showCloseButton:!0,width:380}),s.isLoading=!1,n.get(i.apiUrl+"api/parameterizationCont/GetPayrollParam").then(function(e){s.pay1=e.data.table,s.pay2=e.data.table1,s.pay3=e.data.table2,s.pay4=e.data.table3,s.pay5=e.data.table4,s.pay6=e.data.table5,s.pay7=e.data.table6,s.pay8=e.data.table7,s.pay9=e.data.table8,s.pay11=e.data.table10,s.pay12=e.data.table11,s.status=e.data.table12,s.pay14=e.data.table13,s.pay15=e.data.table14,s.pay16=e.data.table15,s.pay17=e.data.table16,s.show_pay12=!1})):0==s.msg1&&(swal({title:"Alert",text:"Record Not Updated. ",showCloseButton:!0,width:380}),s.isLoading=!1,n.get(i.apiUrl+"api/parameterizationCont/GetPayrollParam").then(function(e){s.pay1=e.data.table,s.pay2=e.data.table1,s.pay3=e.data.table2,s.pay4=e.data.table3,s.pay5=e.data.table4,s.pay6=e.data.table5,s.pay7=e.data.table6,s.pay8=e.data.table7,s.pay9=e.data.table8,s.pay11=e.data.table10,s.pay12=e.data.table11,s.status=e.data.table12,s.pay14=e.data.table13,s.pay15=e.data.table14,s.pay16=e.data.table15,s.pay17=e.data.table16,s.show_pay12=!1}))})},s.addRow_pay14=function(){s.pay14.push({pays_appl_code:"",comn_appl_name_en:"",pays_appl_form_field:"",pays_appl_parameter:"",pays_appl_form_field_value1:"",pays_appl_form_field_value2:""})},s.save_pay14=function(){s.isLoading=!0;var t=[],a=new Set;for(let e=0;e<s.pay14.length;e++){var o=s.pay14[e].pays_appl_parameter;if(a.has(o))return alert("Duplicate values found!."),void(s.isLoading=!1);a.add(o);o={pays_appl_code:s.pay14[0].pays_appl_code,comn_appl_name_en:s.pay14[0].comn_appl_name_en,pays_appl_form_field:s.pay14[0].pays_appl_form_field,pays_appl_parameter:s.pay14[e].pays_appl_parameter,pays_appl_form_field_value1:s.pay14[e].pays_appl_form_field_value1,pays_appl_form_field_value2:s.pay14[0].pays_appl_form_field_value2};t.push(o)}n.post(i.apiUrl+"api/parameterizationCont/insertpay14",t).then(function(e){s.msg1=e.data,1==s.msg1?(swal({title:"Alert",text:"Record Updated Successfully",showCloseButton:!0,width:380}),s.isLoading=!1,n.get(i.apiUrl+"api/parameterizationCont/GetPayrollParam").then(function(e){s.pay1=e.data.table,s.pay2=e.data.table1,s.pay3=e.data.table2,s.pay4=e.data.table3,s.pay5=e.data.table4,s.pay6=e.data.table5,s.pay7=e.data.table6,s.pay8=e.data.table7,s.pay9=e.data.table8,s.pay11=e.data.table10,s.pay12=e.data.table11,s.status=e.data.table12,s.pay14=e.data.table13,s.pay15=e.data.table14,s.pay16=e.data.table15,s.pay17=e.data.table16,s.show_pay14=!1})):0==s.msg1&&(swal({title:"Alert",text:"Record Not Updated. ",showCloseButton:!0,width:380}),s.isLoading=!1,n.get(i.apiUrl+"api/parameterizationCont/GetPayrollParam").then(function(e){s.pay1=e.data.table,s.pay2=e.data.table1,s.pay3=e.data.table2,s.pay4=e.data.table3,s.pay5=e.data.table4,s.pay6=e.data.table5,s.pay7=e.data.table6,s.pay8=e.data.table7,s.pay9=e.data.table8,s.pay11=e.data.table10,s.pay12=e.data.table11,s.status=e.data.table12,s.pay14=e.data.table13,s.pay15=e.data.table14,s.pay16=e.data.table15,s.pay17=e.data.table16,s.show_pay14=!1}))})},s.addRow_pay15=function(){s.pay15.push({pays_appl_code:"",comn_appl_name_en:"",pays_appl_form_field:"",pays_appl_parameter:"",pays_appl_form_field_value1:"",pays_appl_form_field_value2:""})},s.save_pay15=function(){s.isLoading=!0;var t=[],a=new Set;for(let e=0;e<s.pay15.length;e++){var o=s.pay15[e].pays_appl_parameter;if(a.has(o))return alert("Duplicate values found!."),void(s.isLoading=!1);a.add(o);o={pays_appl_code:s.pay15[0].pays_appl_code,comn_appl_name_en:s.pay15[0].comn_appl_name_en,pays_appl_form_field:s.pay15[0].pays_appl_form_field,pays_appl_parameter:s.pay15[e].pays_appl_parameter,pays_appl_form_field_value1:s.pay15[e].pays_appl_form_field_value1,pays_appl_form_field_value2:s.pay15[e].pays_appl_form_field_value2};t.push(o)}n.post(i.apiUrl+"api/parameterizationCont/insertpay15",t).then(function(e){s.msg1=e.data,1==s.msg1?(swal({title:"Alert",text:"Record Updated Successfully",showCloseButton:!0,width:380}),s.isLoading=!1,n.get(i.apiUrl+"api/parameterizationCont/GetPayrollParam").then(function(e){s.pay1=e.data.table,s.pay2=e.data.table1,s.pay3=e.data.table2,s.pay4=e.data.table3,s.pay5=e.data.table4,s.pay6=e.data.table5,s.pay7=e.data.table6,s.pay8=e.data.table7,s.pay9=e.data.table8,s.pay11=e.data.table10,s.pay12=e.data.table11,s.status=e.data.table12,s.pay14=e.data.table13,s.pay15=e.data.table14,s.pay16=e.data.table15,s.pay17=e.data.table16,s.show_pay15=!1})):0==s.msg1&&(swal({title:"Alert",text:"Record Not Updated. ",showCloseButton:!0,width:380}),s.isLoading=!1,n.get(i.apiUrl+"api/parameterizationCont/GetPayrollParam").then(function(e){s.pay1=e.data.table,s.pay2=e.data.table1,s.pay3=e.data.table2,s.pay4=e.data.table3,s.pay5=e.data.table4,s.pay6=e.data.table5,s.pay7=e.data.table6,s.pay8=e.data.table7,s.pay9=e.data.table8,s.pay11=e.data.table10,s.pay12=e.data.table11,s.status=e.data.table12,s.pay14=e.data.table13,s.pay15=e.data.table14,s.pay16=e.data.table15,s.pay17=e.data.table16,s.show_pay15=!1}))})},s.addRow_pay16=function(){s.pay16.push({pays_appl_code:"",comn_appl_name_en:"",pays_appl_form_field:"",pays_appl_parameter:"",pays_appl_form_field_value1:"",pays_appl_form_field_value2:""})},s.save_pay16=function(){s.isLoading=!0;var t=[],a=new Set;for(let e=0;e<s.pay16.length;e++){var o=s.pay16[e].pays_appl_parameter;if(a.has(o))return alert("Duplicate values found!."),void(s.isLoading=!1);a.add(o);o={pays_appl_code:s.pay16[0].pays_appl_code,comn_appl_name_en:s.pay16[0].comn_appl_name_en,pays_appl_form_field:s.pay16[0].pays_appl_form_field,pays_appl_parameter:s.pay16[e].pays_appl_parameter,pays_appl_form_field_value1:s.pay16[e].pays_appl_form_field_value1,pays_appl_form_field_value2:s.pay16[0].pays_appl_form_field_value2};t.push(o)}n.post(i.apiUrl+"api/parameterizationCont/insertpay16",t).then(function(e){s.msg1=e.data,1==s.msg1?(swal({title:"Alert",text:"Record Updated Successfully",showCloseButton:!0,width:380}),s.isLoading=!1,n.get(i.apiUrl+"api/parameterizationCont/GetPayrollParam").then(function(e){s.pay1=e.data.table,s.pay2=e.data.table1,s.pay3=e.data.table2,s.pay4=e.data.table3,s.pay5=e.data.table4,s.pay6=e.data.table5,s.pay7=e.data.table6,s.pay8=e.data.table7,s.pay9=e.data.table8,s.pay11=e.data.table10,s.pay12=e.data.table11,s.status=e.data.table12,s.pay14=e.data.table13,s.pay15=e.data.table14,s.pay16=e.data.table15,s.pay17=e.data.table16,s.show_pay16=!1})):0==s.msg1&&(swal({title:"Alert",text:"Record Not Updated. ",showCloseButton:!0,width:380}),s.isLoading=!1,n.get(i.apiUrl+"api/parameterizationCont/GetPayrollParam").then(function(e){s.pay1=e.data.table,s.pay2=e.data.table1,s.pay3=e.data.table2,s.pay4=e.data.table3,s.pay5=e.data.table4,s.pay6=e.data.table5,s.pay7=e.data.table6,s.pay8=e.data.table7,s.pay9=e.data.table8,s.pay11=e.data.table10,s.pay12=e.data.table11,s.status=e.data.table12,s.pay14=e.data.table13,s.pay15=e.data.table14,s.pay16=e.data.table15,s.pay17=e.data.table16,s.show_pay16=!1}))})},s.addRow_pay17=function(){s.pay17.push({pays_appl_code:"",comn_appl_name_en:"",pays_appl_form_field:"",pays_appl_parameter:"",pays_appl_form_field_value1:"",pays_appl_form_field_value2:""})},s.save_pay17=function(){s.isLoading=!0;var t=[],a=new Set;for(let e=0;e<s.pay17.length;e++){var o=s.pay17[e].pays_appl_parameter;if(a.has(o))return alert("Duplicate values found!."),void(s.isLoading=!1);a.add(o);o={pays_appl_code:s.pay17[0].pays_appl_code,comn_appl_name_en:s.pay17[0].comn_appl_name_en,pays_appl_form_field:s.pay17[0].pays_appl_form_field,pays_appl_parameter:s.pay17[e].pays_appl_parameter,pays_appl_form_field_value1:s.pay17[e].pays_appl_form_field_value1,pays_appl_form_field_value2:s.pay17[0].pays_appl_form_field_value2};t.push(o)}n.post(i.apiUrl+"api/parameterizationCont/insertpay17",t).then(function(e){s.msg1=e.data,1==s.msg1?(swal({title:"Alert",text:"Record Updated Successfully",showCloseButton:!0,width:380}),s.isLoading=!1,n.get(i.apiUrl+"api/parameterizationCont/GetPayrollParam").then(function(e){s.pay1=e.data.table,s.pay2=e.data.table1,s.pay3=e.data.table2,s.pay4=e.data.table3,s.pay5=e.data.table4,s.pay6=e.data.table5,s.pay7=e.data.table6,s.pay8=e.data.table7,s.pay9=e.data.table8,s.pay11=e.data.table10,s.pay12=e.data.table11,s.status=e.data.table12,s.pay14=e.data.table13,s.pay15=e.data.table14,s.pay16=e.data.table15,s.pay17=e.data.table16,s.show_pay17=!1})):0==s.msg1&&(swal({title:"Alert",text:"Record Not Updated. ",showCloseButton:!0,width:380}),s.isLoading=!1,n.get(i.apiUrl+"api/parameterizationCont/GetPayrollParam").then(function(e){s.pay1=e.data.table,s.pay2=e.data.table1,s.pay3=e.data.table2,s.pay4=e.data.table3,s.pay5=e.data.table4,s.pay6=e.data.table5,s.pay7=e.data.table6,s.pay8=e.data.table7,s.pay9=e.data.table8,s.pay11=e.data.table10,s.pay12=e.data.table11,s.status=e.data.table12,s.pay14=e.data.table13,s.pay15=e.data.table14,s.pay16=e.data.table15,s.pay17=e.data.table16,s.show_pay17=!1}))})},s.show_sims1=!1,s.checkForChangesims1=function(){s.show_sims1=!0},s.show_sims2=!1,s.checkForChangesims2=function(){s.show_sims2=!0},s.show_sims3=!1,s.checkForChangesims3=function(){s.show_sims3=!0},s.show_sims4=!1,s.checkForChangesims4=function(){s.show_sims4=!0},s.show_sims5=!1,s.checkForChangesims5=function(){s.show_sims5=!0},s.show_sims6=!1,s.checkForChangesims6=function(){s.show_sims6=!0},s.show_sims7=!1,s.checkForChangesims7=function(){s.show_sims7=!0},s.show_sims8=!1,s.checkForChangesims8=function(){s.show_sims8=!0},s.show_sims9=!1,s.checkForChangesims9=function(){s.show_sims9=!0},s.show_sims10=!1,s.checkForChangesims10=function(){s.show_sims10=!0},s.show_sims11=!1,s.checkForChangesims11=function(){s.show_sims11=!0},s.show_sims12=!1,s.checkForChangesims12=function(){s.show_sims12=!0},s.show_sims13=!1,s.checkForChangesims13=function(){s.show_sims13=!0},s.show_sims14=!1,s.checkForChangesims14=function(){s.show_sims14=!0},s.show_sims15=!1,s.checkForChangesims15=function(){s.show_sims15=!0},s.show_sims16=!1,s.checkForChangesims16=function(){s.show_sims16=!0},s.show_sims17=!1,s.checkForChangesims17=function(){s.show_sims17=!0},s.show_sims18=!1,s.checkForChangesims18=function(){s.show_sims18=!0},s.show_sims19=!1,s.checkForChangesims19=function(){s.show_sims19=!0},s.show_sims20=!1,s.checkForChangesims20=function(){s.show_sims20=!0},s.show_sims21=!1,s.checkForChangesims21=function(){s.show_sims21=!0},s.show_sims22=!1,s.checkForChangesims22=function(){s.show_sims22=!0},s.show_sims23=!1,s.checkForChangesims23=function(){s.show_sims23=!0},s.show_sims24=!1,s.checkForChangesims24=function(){s.show_sims24=!0},s.show_sims25=!1,s.checkForChangesims25=function(){s.show_sims25=!0},s.show_sims26=!1,s.checkForChangesims26=function(){s.show_sims26=!0},s.addRow_sims1=function(){s.sims1.push({sims_appl_code:"",comn_appl_name_en:"",sims_appl_form_field:"",sims_appl_parameter:"",sims_appl_form_field_value1:"",sims_appl_form_field_value2:""})},s.addRow_sims2=function(){s.sims2.push({sims_appl_code:"",comn_appl_name_en:"",sims_appl_form_field:"",sims_appl_parameter:"",sims_appl_form_field_value1:"",sims_appl_form_field_value2:""})},s.addRow_sims3=function(){s.sims3.push({sims_appl_code:"",comn_appl_name_en:"",sims_appl_form_field:"",sims_appl_parameter:"",sims_appl_form_field_value1:"",sims_appl_form_field_value2:""})},s.addRow_sims4=function(){s.sims4.push({sims_appl_code:"",comn_appl_name_en:"",sims_appl_form_field:"",sims_appl_parameter:"",sims_appl_form_field_value1:"",sims_appl_form_field_value2:""})},s.addRow_sims5=function(){s.sims5.push({sims_appl_code:"",comn_appl_name_en:"",sims_appl_form_field:"",sims_appl_parameter:"",sims_appl_form_field_value1:"",sims_appl_form_field_value2:""})},s.addRow_sims6=function(){s.sims6.push({sims_appl_code:"",comn_appl_name_en:"",sims_appl_form_field:"",sims_appl_parameter:"",sims_appl_form_field_value1:"",sims_appl_form_field_value2:""})},s.addRow_sims7=function(){s.sims7.push({sims_appl_code:"",comn_appl_name_en:"",sims_appl_form_field:"",sims_appl_parameter:"",sims_appl_form_field_value1:"",sims_appl_form_field_value2:""})},s.addRow_sims8=function(){s.sims8.push({sims_appl_code:"",comn_appl_name_en:"",sims_appl_form_field:"",sims_appl_parameter:"",sims_appl_form_field_value1:"",sims_appl_form_field_value2:""})},s.addRow_sims10=function(){s.sims10.push({sims_appl_code:"",comn_appl_name_en:"",sims_appl_form_field:"",sims_appl_parameter:"",sims_appl_form_field_value1:"",sims_appl_form_field_value2:""})},s.addRow_sims11=function(){s.sims11.push({sims_appl_code:"",comn_appl_name_en:"",sims_appl_form_field:"",sims_appl_parameter:"",sims_appl_form_field_value1:"",sims_appl_form_field_value2:""})},s.addRow_sims12=function(){s.sims12.push({sims_appl_code:"",comn_appl_name_en:"",sims_appl_form_field:"",sims_appl_parameter:"",sims_appl_form_field_value1:"",sims_appl_form_field_value2:""})},s.addRow_sims13=function(){s.sims13.push({sims_appl_code:"",comn_appl_name_en:"",sims_appl_form_field:"",sims_appl_parameter:"",sims_appl_form_field_value1:"",sims_appl_form_field_value2:""})},s.addRow_sims14=function(){s.sims14.push({sims_appl_code:"",comn_appl_name_en:"",sims_appl_form_field:"",sims_appl_parameter:"",sims_appl_form_field_value1:"",sims_appl_form_field_value2:""})},s.addRow_sims15=function(){s.sims15.push({sims_appl_code:"",comn_appl_name_en:"",sims_appl_form_field:"",sims_appl_parameter:"",sims_appl_form_field_value1:"",sims_appl_form_field_value2:""})},s.addRow_sims16=function(){s.sims16.push({sims_appl_code:"",comn_appl_name_en:"",sims_appl_form_field:"",sims_appl_parameter:"",sims_appl_form_field_value1:"",sims_appl_form_field_value2:""})},s.addRow_sims17=function(){s.sims17.push({sims_appl_code:"",comn_appl_name_en:"",sims_appl_form_field:"",sims_appl_parameter:"",sims_appl_form_field_value1:"",sims_appl_form_field_value2:""})},s.addRow_sims18=function(){s.sims18.push({sims_appl_code:"",comn_appl_name_en:"",sims_appl_form_field:"",sims_appl_parameter:"",sims_appl_form_field_value1:"",sims_appl_form_field_value2:""})},s.addRow_sims19=function(){s.sims19.push({sims_appl_code:"",comn_appl_name_en:"",sims_appl_form_field:"",sims_appl_parameter:"",sims_appl_form_field_value1:"",sims_appl_form_field_value2:""})},s.addRow_sims20=function(){s.sims20.push({sims_appl_code:"",comn_appl_name_en:"",sims_appl_form_field:"",sims_appl_parameter:"",sims_appl_form_field_value1:"",sims_appl_form_field_value2:""})},s.addRow_sims21=function(){s.sims21.push({sims_appl_code:"",comn_appl_name_en:"",sims_appl_form_field:"",sims_appl_parameter:"",sims_appl_form_field_value1:"",sims_appl_form_field_value2:""})},s.addRow_sims22=function(){s.sims22.push({sims_appl_code:"",comn_appl_name_en:"",sims_appl_form_field:"",sims_appl_parameter:"",sims_appl_form_field_value1:"",sims_appl_form_field_value2:""})},s.addRow_sims23=function(){s.sims23.push({sims_appl_code:"",comn_appl_name_en:"",sims_appl_form_field:"",sims_appl_parameter:"",sims_appl_form_field_value1:"",sims_appl_form_field_value2:""})},s.addRow_sims24=function(){s.sims24.push({sims_appl_code:"",comn_appl_name_en:"",sims_appl_form_field:"",sims_appl_parameter:"",sims_appl_form_field_value1:"",sims_appl_form_field_value2:""})},s.addRow_sims25=function(){s.sims25.push({sims_appl_code:"",comn_appl_name_en:"",sims_appl_form_field:"",sims_appl_parameter:"",sims_appl_form_field_value1:"",sims_appl_form_field_value2:""})},s.addRow_sims26=function(){s.sims26.push({sims_appl_code:"",comn_appl_name_en:"",sims_appl_form_field:"",sims_appl_parameter:"",sims_appl_form_field_value1:"",sims_appl_form_field_value2:""})},s.save_sims1=function(){s.isLoading=!0;var t=[],a=new Set;for(let e=0;e<s.sims1.length;e++){var o=s.sims1[e].sims_appl_parameter;if(a.has(o))return alert("Duplicate values found!."),void(s.isLoading=!1);a.add(o);o={sims_appl_code:s.sims1[0].sims_appl_code,comn_appl_name_en:s.sims1[0].comn_appl_name_en,sims_appl_form_field:s.sims1[0].sims_appl_form_field,sims_appl_parameter:s.sims1[e].sims_appl_parameter,sims_appl_form_field_value1:s.sims1[e].sims_appl_form_field_value1,sims_appl_form_field_value2:s.sims1[0].sims_appl_form_field_value2,opr:"21"};t.push(o)}n.post(i.apiUrl+"api/parameterizationCont/insertsimsPara",t).then(function(e){s.msg1=e.data,1==s.msg1?(swal({title:"Alert",text:"Record Updated Successfully",showCloseButton:!0,width:380}),s.isLoading=!1,n.get(i.apiUrl+"api/parameterizationCont/GetSimsParam").then(function(e){s.sims1=e.data.table,s.sims2=e.data.table1,s.sims3=e.data.table2,s.sims4=e.data.table3,s.sims5=e.data.table4,s.sims6=e.data.table5,s.sims7=e.data.table6,s.sims8=e.data.table7,s.sims9=e.data.table8,s.sims10=e.data.table9,s.sims11=e.data.table10,s.sims12=e.data.table11,s.sims13=e.data.table12,s.sims14=e.data.table13,s.sims15=e.data.table14,s.sims16=e.data.table15,s.sims17=e.data.table16,s.sims18=e.data.table17,s.sims19=e.data.table18,s.sims20=e.data.table19,s.sims21=e.data.table20,s.sims22=e.data.table21,s.sims23=e.data.table22,s.sims24=e.data.table23,s.sims25=e.data.table24,s.sims26=e.data.table25,s.status=e.data.table26,s.show_sims1=!1})):0==s.msg1&&(swal({title:"Alert",text:"Record Not Updated. ",showCloseButton:!0,width:380}),s.isLoading=!1,n.get(i.apiUrl+"api/parameterizationCont/GetSimsParam").then(function(e){s.sims1=e.data.table,s.sims2=e.data.table1,s.sims3=e.data.table2,s.sims4=e.data.table3,s.sims5=e.data.table4,s.sims6=e.data.table5,s.sims7=e.data.table6,s.sims8=e.data.table7,s.sims9=e.data.table8,s.sims10=e.data.table9,s.sims11=e.data.table10,s.sims12=e.data.table11,s.sims13=e.data.table12,s.sims14=e.data.table13,s.sims15=e.data.table14,s.sims16=e.data.table15,s.sims17=e.data.table16,s.sims18=e.data.table17,s.sims19=e.data.table18,s.sims20=e.data.table19,s.sims21=e.data.table20,s.sims22=e.data.table21,s.sims23=e.data.table22,s.sims24=e.data.table23,s.sims25=e.data.table24,s.sims26=e.data.table25,s.status=e.data.table26,s.show_sims1=!1}))})},s.save_sims2=function(){s.isLoading=!0;var t=[],a=new Set;for(let e=0;e<s.sims2.length;e++){var o=s.sims2[e].sims_appl_parameter;if(a.has(o))return alert("Duplicate values found!."),void(s.isLoading=!1);a.add(o);o={sims_appl_code:s.sims2[0].sims_appl_code,comn_appl_name_en:s.sims2[0].comn_appl_name_en,sims_appl_form_field:s.sims2[0].sims_appl_form_field,sims_appl_parameter:s.sims2[e].sims_appl_parameter,sims_appl_form_field_value1:s.sims2[e].sims_appl_form_field_value1,sims_appl_form_field_value2:s.sims2[0].sims_appl_form_field_value2,opr:"21"};t.push(o)}n.post(i.apiUrl+"api/parameterizationCont/insertsimsPara",t).then(function(e){s.msg1=e.data,1==s.msg1?(swal({title:"Alert",text:"Record Updated Successfully",showCloseButton:!0,width:380}),s.isLoading=!1,n.get(i.apiUrl+"api/parameterizationCont/GetSimsParam").then(function(e){s.sims1=e.data.table,s.sims2=e.data.table1,s.sims3=e.data.table2,s.sims4=e.data.table3,s.sims5=e.data.table4,s.sims6=e.data.table5,s.sims7=e.data.table6,s.sims8=e.data.table7,s.sims9=e.data.table8,s.sims10=e.data.table9,s.sims11=e.data.table10,s.sims12=e.data.table11,s.sims13=e.data.table12,s.sims14=e.data.table13,s.sims15=e.data.table14,s.sims16=e.data.table15,s.sims17=e.data.table16,s.sims18=e.data.table17,s.sims19=e.data.table18,s.sims20=e.data.table19,s.sims21=e.data.table20,s.sims22=e.data.table21,s.sims23=e.data.table22,s.sims24=e.data.table23,s.sims25=e.data.table24,s.sims26=e.data.table25,s.status=e.data.table26,s.show_sims2=!1})):0==s.msg1&&(swal({title:"Alert",text:"Record Not Updated. ",showCloseButton:!0,width:380}),s.isLoading=!1,n.get(i.apiUrl+"api/parameterizationCont/GetSimsParam").then(function(e){s.sims1=e.data.table,s.sims2=e.data.table1,s.sims3=e.data.table2,s.sims4=e.data.table3,s.sims5=e.data.table4,s.sims6=e.data.table5,s.sims7=e.data.table6,s.sims8=e.data.table7,s.sims9=e.data.table8,s.sims10=e.data.table9,s.sims11=e.data.table10,s.sims12=e.data.table11,s.sims13=e.data.table12,s.sims14=e.data.table13,s.sims15=e.data.table14,s.sims16=e.data.table15,s.sims17=e.data.table16,s.sims18=e.data.table17,s.sims19=e.data.table18,s.sims20=e.data.table19,s.sims21=e.data.table20,s.sims22=e.data.table21,s.sims23=e.data.table22,s.sims24=e.data.table23,s.sims25=e.data.table24,s.sims26=e.data.table25,s.status=e.data.table26,s.show_sims2=!1}))})},s.save_sims3=function(){s.isLoading=!0;var t=[],a=new Set;for(let e=0;e<s.sims3.length;e++){var o=s.sims3[e].sims_appl_parameter;if(a.has(o))return alert("Duplicate values found!."),void(s.isLoading=!1);a.add(o);o={sims_appl_code:s.sims3[0].sims_appl_code,comn_appl_name_en:s.sims3[0].comn_appl_name_en,sims_appl_form_field:s.sims3[0].sims_appl_form_field,sims_appl_parameter:s.sims3[e].sims_appl_parameter,sims_appl_form_field_value1:s.sims3[e].sims_appl_form_field_value1,sims_appl_form_field_value2:s.sims3[0].sims_appl_form_field_value2,opr:"21"};t.push(o)}n.post(i.apiUrl+"api/parameterizationCont/insertsimsPara",t).then(function(e){s.msg1=e.data,1==s.msg1?(swal({title:"Alert",text:"Record Updated Successfully",showCloseButton:!0,width:380}),s.isLoading=!1,n.get(i.apiUrl+"api/parameterizationCont/GetSimsParam").then(function(e){s.sims1=e.data.table,s.sims2=e.data.table1,s.sims3=e.data.table2,s.sims4=e.data.table3,s.sims5=e.data.table4,s.sims6=e.data.table5,s.sims7=e.data.table6,s.sims8=e.data.table7,s.sims9=e.data.table8,s.sims10=e.data.table9,s.sims11=e.data.table10,s.sims12=e.data.table11,s.sims13=e.data.table12,s.sims14=e.data.table13,s.sims15=e.data.table14,s.sims16=e.data.table15,s.sims17=e.data.table16,s.sims18=e.data.table17,s.sims19=e.data.table18,s.sims20=e.data.table19,s.sims21=e.data.table20,s.sims22=e.data.table21,s.sims23=e.data.table22,s.sims24=e.data.table23,s.sims25=e.data.table24,s.sims26=e.data.table25,s.status=e.data.table26,s.show_sims3=!1})):0==s.msg1&&(swal({title:"Alert",text:"Record Not Updated. ",showCloseButton:!0,width:380}),s.isLoading=!1,n.get(i.apiUrl+"api/parameterizationCont/GetSimsParam").then(function(e){s.sims1=e.data.table,s.sims2=e.data.table1,s.sims3=e.data.table2,s.sims4=e.data.table3,s.sims5=e.data.table4,s.sims6=e.data.table5,s.sims7=e.data.table6,s.sims8=e.data.table7,s.sims9=e.data.table8,s.sims10=e.data.table9,s.sims11=e.data.table10,s.sims12=e.data.table11,s.sims13=e.data.table12,s.sims14=e.data.table13,s.sims15=e.data.table14,s.sims16=e.data.table15,s.sims17=e.data.table16,s.sims18=e.data.table17,s.sims19=e.data.table18,s.sims20=e.data.table19,s.sims21=e.data.table20,s.sims22=e.data.table21,s.sims23=e.data.table22,s.sims24=e.data.table23,s.sims25=e.data.table24,s.sims26=e.data.table25,s.status=e.data.table26,s.show_sims3=!1}))})},s.save_sims4=function(){s.isLoading=!0;var t=[],a=new Set;for(let e=0;e<s.sims4.length;e++){var o=s.sims4[e].sims_appl_parameter;if(a.has(o))return alert("Duplicate values found!."),void(s.isLoading=!1);a.add(o);o={sims_appl_code:s.sims4[0].sims_appl_code,comn_appl_name_en:s.sims4[0].comn_appl_name_en,sims_appl_form_field:s.sims4[0].sims_appl_form_field,sims_appl_parameter:s.sims4[e].sims_appl_parameter,sims_appl_form_field_value1:s.sims4[e].sims_appl_form_field_value1,sims_appl_form_field_value2:s.sims4[0].sims_appl_form_field_value2,opr:"21"};t.push(o)}n.post(i.apiUrl+"api/parameterizationCont/insertsimsPara",t).then(function(e){s.msg1=e.data,1==s.msg1?(swal({title:"Alert",text:"Record Updated Successfully",showCloseButton:!0,width:380}),s.isLoading=!1,n.get(i.apiUrl+"api/parameterizationCont/GetSimsParam").then(function(e){s.sims1=e.data.table,s.sims2=e.data.table1,s.sims3=e.data.table2,s.sims4=e.data.table3,s.sims5=e.data.table4,s.sims6=e.data.table5,s.sims7=e.data.table6,s.sims8=e.data.table7,s.sims9=e.data.table8,s.sims10=e.data.table9,s.sims11=e.data.table10,s.sims12=e.data.table11,s.sims13=e.data.table12,s.sims14=e.data.table13,s.sims15=e.data.table14,s.sims16=e.data.table15,s.sims17=e.data.table16,s.sims18=e.data.table17,s.sims19=e.data.table18,s.sims20=e.data.table19,s.sims21=e.data.table20,s.sims22=e.data.table21,s.sims23=e.data.table22,s.sims24=e.data.table23,s.sims25=e.data.table24,s.sims26=e.data.table25,s.status=e.data.table26,s.show_sims4=!1})):0==s.msg1&&(swal({title:"Alert",text:"Record Not Updated. ",showCloseButton:!0,width:380}),s.isLoading=!1,n.get(i.apiUrl+"api/parameterizationCont/GetSimsParam").then(function(e){s.sims1=e.data.table,s.sims2=e.data.table1,s.sims3=e.data.table2,s.sims4=e.data.table3,s.sims5=e.data.table4,s.sims6=e.data.table5,s.sims7=e.data.table6,s.sims8=e.data.table7,s.sims9=e.data.table8,s.sims10=e.data.table9,s.sims11=e.data.table10,s.sims12=e.data.table11,s.sims13=e.data.table12,s.sims14=e.data.table13,s.sims15=e.data.table14,s.sims16=e.data.table15,s.sims17=e.data.table16,s.sims18=e.data.table17,s.sims19=e.data.table18,s.sims20=e.data.table19,s.sims21=e.data.table20,s.sims22=e.data.table21,s.sims23=e.data.table22,s.sims24=e.data.table23,s.sims25=e.data.table24,s.sims26=e.data.table25,s.status=e.data.table26,s.show_sims4=!1}))})},s.save_sims5=function(){s.isLoading=!0;var t=[],a=new Set;for(let e=0;e<s.sims5.length;e++){var o=s.sims5[e].sims_appl_parameter;if(a.has(o))return alert("Duplicate values found!."),void(s.isLoading=!1);a.add(o);o={sims_appl_code:s.sims5[0].sims_appl_code,comn_appl_name_en:s.sims5[0].comn_appl_name_en,sims_appl_form_field:s.sims5[0].sims_appl_form_field,sims_appl_parameter:s.sims5[e].sims_appl_parameter,sims_appl_form_field_value1:s.sims5[e].sims_appl_form_field_value1,sims_appl_form_field_value2:s.sims5[0].sims_appl_form_field_value2,opr:"21"};t.push(o)}n.post(i.apiUrl+"api/parameterizationCont/insertsimsPara",t).then(function(e){s.msg1=e.data,1==s.msg1?(swal({title:"Alert",text:"Record Updated Successfully",showCloseButton:!0,width:380}),s.isLoading=!1,n.get(i.apiUrl+"api/parameterizationCont/GetSimsParam").then(function(e){s.sims1=e.data.table,s.sims2=e.data.table1,s.sims3=e.data.table2,s.sims4=e.data.table3,s.sims5=e.data.table4,s.sims6=e.data.table5,s.sims7=e.data.table6,s.sims8=e.data.table7,s.sims9=e.data.table8,s.sims10=e.data.table9,s.sims11=e.data.table10,s.sims12=e.data.table11,s.sims13=e.data.table12,s.sims14=e.data.table13,s.sims15=e.data.table14,s.sims16=e.data.table15,s.sims17=e.data.table16,s.sims18=e.data.table17,s.sims19=e.data.table18,s.sims20=e.data.table19,s.sims21=e.data.table20,s.sims22=e.data.table21,s.sims23=e.data.table22,s.sims24=e.data.table23,s.sims25=e.data.table24,s.sims26=e.data.table25,s.status=e.data.table26,s.show_sims5=!1})):0==s.msg1&&(swal({title:"Alert",text:"Record Not Updated. ",showCloseButton:!0,width:380}),s.isLoading=!1,n.get(i.apiUrl+"api/parameterizationCont/GetSimsParam").then(function(e){s.sims1=e.data.table,s.sims2=e.data.table1,s.sims3=e.data.table2,s.sims4=e.data.table3,s.sims5=e.data.table4,s.sims6=e.data.table5,s.sims7=e.data.table6,s.sims8=e.data.table7,s.sims9=e.data.table8,s.sims10=e.data.table9,s.sims11=e.data.table10,s.sims12=e.data.table11,s.sims13=e.data.table12,s.sims14=e.data.table13,s.sims15=e.data.table14,s.sims16=e.data.table15,s.sims17=e.data.table16,s.sims18=e.data.table17,s.sims19=e.data.table18,s.sims20=e.data.table19,s.sims21=e.data.table20,s.sims22=e.data.table21,s.sims23=e.data.table22,s.sims24=e.data.table23,s.sims25=e.data.table24,s.sims26=e.data.table25,s.status=e.data.table26,s.show_sims5=!1}))})},s.save_sims6=function(){s.isLoading=!0;var t=[],a=new Set;for(let e=0;e<s.sims6.length;e++){var o=s.sims6[e].sims_appl_parameter;if(a.has(o))return alert("Duplicate values found!."),void(s.isLoading=!1);a.add(o);o={sims_appl_code:s.sims6[0].sims_appl_code,comn_appl_name_en:s.sims6[0].comn_appl_name_en,sims_appl_form_field:s.sims6[0].sims_appl_form_field,sims_appl_parameter:s.sims6[e].sims_appl_parameter,sims_appl_form_field_value1:s.sims6[e].sims_appl_form_field_value1,sims_appl_form_field_value2:s.sims6[0].sims_appl_form_field_value2,opr:"21"};t.push(o)}n.post(i.apiUrl+"api/parameterizationCont/insertsimsPara",t).then(function(e){s.msg1=e.data,1==s.msg1?(swal({title:"Alert",text:"Record Updated Successfully",showCloseButton:!0,width:380}),s.isLoading=!1,n.get(i.apiUrl+"api/parameterizationCont/GetSimsParam").then(function(e){s.sims1=e.data.table,s.sims2=e.data.table1,s.sims3=e.data.table2,s.sims4=e.data.table3,s.sims5=e.data.table4,s.sims6=e.data.table5,s.sims7=e.data.table6,s.sims8=e.data.table7,s.sims9=e.data.table8,s.sims10=e.data.table9,s.sims11=e.data.table10,s.sims12=e.data.table11,s.sims13=e.data.table12,s.sims14=e.data.table13,s.sims15=e.data.table14,s.sims16=e.data.table15,s.sims17=e.data.table16,s.sims18=e.data.table17,s.sims19=e.data.table18,s.sims20=e.data.table19,s.sims21=e.data.table20,s.sims22=e.data.table21,s.sims23=e.data.table22,s.sims24=e.data.table23,s.sims25=e.data.table24,s.sims26=e.data.table25,s.status=e.data.table26,s.show_sims6=!1})):0==s.msg1&&(swal({title:"Alert",text:"Record Not Updated. ",showCloseButton:!0,width:380}),s.isLoading=!1,n.get(i.apiUrl+"api/parameterizationCont/GetSimsParam").then(function(e){s.sims1=e.data.table,s.sims2=e.data.table1,s.sims3=e.data.table2,s.sims4=e.data.table3,s.sims5=e.data.table4,s.sims6=e.data.table5,s.sims7=e.data.table6,s.sims8=e.data.table7,s.sims9=e.data.table8,s.sims10=e.data.table9,s.sims11=e.data.table10,s.sims12=e.data.table11,s.sims13=e.data.table12,s.sims14=e.data.table13,s.sims15=e.data.table14,s.sims16=e.data.table15,s.sims17=e.data.table16,s.sims18=e.data.table17,s.sims19=e.data.table18,s.sims20=e.data.table19,s.sims21=e.data.table20,s.sims22=e.data.table21,s.sims23=e.data.table22,s.sims24=e.data.table23,s.sims25=e.data.table24,s.sims26=e.data.table25,s.status=e.data.table26,s.show_sims6=!1}))})},s.save_sims7=function(){s.isLoading=!0;var t=[],a=new Set;for(let e=0;e<s.sims7.length;e++){var o=s.sims7[e].sims_appl_parameter;if(a.has(o))return alert("Duplicate values found!."),void(s.isLoading=!1);a.add(o);o={sims_appl_code:s.sims7[0].sims_appl_code,comn_appl_name_en:s.sims7[0].comn_appl_name_en,sims_appl_form_field:s.sims7[0].sims_appl_form_field,sims_appl_parameter:s.sims7[e].sims_appl_parameter,sims_appl_form_field_value1:s.sims7[e].sims_appl_form_field_value1,sims_appl_form_field_value2:s.sims7[0].sims_appl_form_field_value2,opr:"21"};t.push(o)}n.post(i.apiUrl+"api/parameterizationCont/insertsimsPara",t).then(function(e){s.msg1=e.data,1==s.msg1?(swal({title:"Alert",text:"Record Updated Successfully",showCloseButton:!0,width:380}),s.isLoading=!1,n.get(i.apiUrl+"api/parameterizationCont/GetSimsParam").then(function(e){s.sims1=e.data.table,s.sims2=e.data.table1,s.sims3=e.data.table2,s.sims4=e.data.table3,s.sims5=e.data.table4,s.sims6=e.data.table5,s.sims7=e.data.table6,s.sims8=e.data.table7,s.sims9=e.data.table8,s.sims10=e.data.table9,s.sims11=e.data.table10,s.sims12=e.data.table11,s.sims13=e.data.table12,s.sims14=e.data.table13,s.sims15=e.data.table14,s.sims16=e.data.table15,s.sims17=e.data.table16,s.sims18=e.data.table17,s.sims19=e.data.table18,s.sims20=e.data.table19,s.sims21=e.data.table20,s.sims22=e.data.table21,s.sims23=e.data.table22,s.sims24=e.data.table23,s.sims25=e.data.table24,s.sims26=e.data.table25,s.status=e.data.table26,s.show_sims7=!1})):0==s.msg1&&(swal({title:"Alert",text:"Record Not Updated. ",showCloseButton:!0,width:380}),s.isLoading=!1,n.get(i.apiUrl+"api/parameterizationCont/GetSimsParam").then(function(e){s.sims1=e.data.table,s.sims2=e.data.table1,s.sims3=e.data.table2,s.sims4=e.data.table3,s.sims5=e.data.table4,s.sims6=e.data.table5,s.sims7=e.data.table6,s.sims8=e.data.table7,s.sims9=e.data.table8,s.sims10=e.data.table9,s.sims11=e.data.table10,s.sims12=e.data.table11,s.sims13=e.data.table12,s.sims14=e.data.table13,s.sims15=e.data.table14,s.sims16=e.data.table15,s.sims17=e.data.table16,s.sims18=e.data.table17,s.sims19=e.data.table18,s.sims20=e.data.table19,s.sims21=e.data.table20,s.sims22=e.data.table21,s.sims23=e.data.table22,s.sims24=e.data.table23,s.sims25=e.data.table24,s.sims26=e.data.table25,s.status=e.data.table26,s.show_sims7=!1}))})},s.save_sims8=function(){s.isLoading=!0;var t=[],a=new Set;for(let e=0;e<s.sims8.length;e++){var o=s.sims8[e].sims_appl_parameter;if(a.has(o))return alert("Duplicate values found!."),void(s.isLoading=!1);a.add(o);o={sims_appl_code:s.sims8[0].sims_appl_code,comn_appl_name_en:s.sims8[0].comn_appl_name_en,sims_appl_form_field:s.sims8[0].sims_appl_form_field,sims_appl_parameter:s.sims8[e].sims_appl_parameter,sims_appl_form_field_value1:s.sims8[e].sims_appl_form_field_value1,sims_appl_form_field_value2:s.sims8[0].sims_appl_form_field_value2,opr:"21"};t.push(o)}n.post(i.apiUrl+"api/parameterizationCont/insertsimsPara",t).then(function(e){s.msg1=e.data,1==s.msg1?(swal({title:"Alert",text:"Record Updated Successfully",showCloseButton:!0,width:380}),s.isLoading=!1,n.get(i.apiUrl+"api/parameterizationCont/GetSimsParam").then(function(e){s.sims1=e.data.table,s.sims2=e.data.table1,s.sims3=e.data.table2,s.sims4=e.data.table3,s.sims5=e.data.table4,s.sims6=e.data.table5,s.sims7=e.data.table6,s.sims8=e.data.table7,s.sims9=e.data.table8,s.sims10=e.data.table9,s.sims11=e.data.table10,s.sims12=e.data.table11,s.sims13=e.data.table12,s.sims14=e.data.table13,s.sims15=e.data.table14,s.sims16=e.data.table15,s.sims17=e.data.table16,s.sims18=e.data.table17,s.sims19=e.data.table18,s.sims20=e.data.table19,s.sims21=e.data.table20,s.sims22=e.data.table21,s.sims23=e.data.table22,s.sims24=e.data.table23,s.sims25=e.data.table24,s.sims26=e.data.table25,s.status=e.data.table26,s.show_sims8=!1})):0==s.msg1&&(swal({title:"Alert",text:"Record Not Updated. ",showCloseButton:!0,width:380}),s.isLoading=!1,n.get(i.apiUrl+"api/parameterizationCont/GetSimsParam").then(function(e){s.sims1=e.data.table,s.sims2=e.data.table1,s.sims3=e.data.table2,s.sims4=e.data.table3,s.sims5=e.data.table4,s.sims6=e.data.table5,s.sims7=e.data.table6,s.sims8=e.data.table7,s.sims9=e.data.table8,s.sims10=e.data.table9,s.sims11=e.data.table10,s.sims12=e.data.table11,s.sims13=e.data.table12,s.sims14=e.data.table13,s.sims15=e.data.table14,s.sims16=e.data.table15,s.sims17=e.data.table16,s.sims18=e.data.table17,s.sims19=e.data.table18,s.sims20=e.data.table19,s.sims21=e.data.table20,s.sims22=e.data.table21,s.sims23=e.data.table22,s.sims24=e.data.table23,s.sims25=e.data.table24,s.sims26=e.data.table25,s.status=e.data.table26,s.show_sims8=!1}))})},s.save_sims9=function(){s.isLoading=!0;var t=[],a=new Set;for(let e=0;e<s.sims9.length;e++){var o=s.sims9[e].sims_appl_parameter;if(a.has(o))return alert("Duplicate values found!."),void(s.isLoading=!1);a.add(o);o={sims_appl_code:s.sims9[0].sims_appl_code,comn_appl_name_en:s.sims9[0].comn_appl_name_en,sims_appl_form_field:s.sims9[0].sims_appl_form_field,sims_appl_parameter:s.sims9[e].sims_appl_parameter,sims_appl_form_field_value1:s.sims9[e].sims_appl_form_field_value1,sims_appl_form_field_value2:s.sims9[0].sims_appl_form_field_value2,opr:"21"};t.push(o)}n.post(i.apiUrl+"api/parameterizationCont/insertsimsPara",t).then(function(e){s.msg1=e.data,1==s.msg1?(swal({title:"Alert",text:"Record Updated Successfully",showCloseButton:!0,width:380}),s.isLoading=!1,n.get(i.apiUrl+"api/parameterizationCont/GetSimsParam").then(function(e){s.sims1=e.data.table,s.sims2=e.data.table1,s.sims3=e.data.table2,s.sims4=e.data.table3,s.sims5=e.data.table4,s.sims6=e.data.table5,s.sims7=e.data.table6,s.sims8=e.data.table7,s.sims9=e.data.table8,s.sims10=e.data.table9,s.sims11=e.data.table10,s.sims12=e.data.table11,s.sims13=e.data.table12,s.sims14=e.data.table13,s.sims15=e.data.table14,s.sims16=e.data.table15,s.sims17=e.data.table16,s.sims18=e.data.table17,s.sims19=e.data.table18,s.sims20=e.data.table19,s.sims21=e.data.table20,s.sims22=e.data.table21,s.sims23=e.data.table22,s.sims24=e.data.table23,s.sims25=e.data.table24,s.sims26=e.data.table25,s.status=e.data.table26,s.show_sims9=!1})):0==s.msg1&&(swal({title:"Alert",text:"Record Not Updated. ",showCloseButton:!0,width:380}),s.isLoading=!1,n.get(i.apiUrl+"api/parameterizationCont/GetSimsParam").then(function(e){s.sims1=e.data.table,s.sims2=e.data.table1,s.sims3=e.data.table2,s.sims4=e.data.table3,s.sims5=e.data.table4,s.sims6=e.data.table5,s.sims7=e.data.table6,s.sims8=e.data.table7,s.sims9=e.data.table8,s.sims10=e.data.table9,s.sims11=e.data.table10,s.sims12=e.data.table11,s.sims13=e.data.table12,s.sims14=e.data.table13,s.sims15=e.data.table14,s.sims16=e.data.table15,s.sims17=e.data.table16,s.sims18=e.data.table17,s.sims19=e.data.table18,s.sims20=e.data.table19,s.sims21=e.data.table20,s.sims22=e.data.table21,s.sims23=e.data.table22,s.sims24=e.data.table23,s.sims25=e.data.table24,s.sims26=e.data.table25,s.status=e.data.table26,s.show_sims9=!1}))})},s.save_sims10=function(){s.isLoading=!0;var t=[],a=new Set;for(let e=0;e<s.sims10.length;e++){var o=s.sims10[e].sims_appl_parameter;if(a.has(o))return alert("Duplicate values found!."),void(s.isLoading=!1);a.add(o);o={sims_appl_code:s.sims10[0].sims_appl_code,comn_appl_name_en:s.sims10[0].comn_appl_name_en,sims_appl_form_field:s.sims10[0].sims_appl_form_field,sims_appl_parameter:s.sims10[e].sims_appl_parameter,sims_appl_form_field_value1:s.sims10[e].sims_appl_form_field_value1,sims_appl_form_field_value2:s.sims10[0].sims_appl_form_field_value2,opr:"21"};t.push(o)}n.post(i.apiUrl+"api/parameterizationCont/insertsimsPara",t).then(function(e){s.msg1=e.data,1==s.msg1?(swal({title:"Alert",text:"Record Updated Successfully",showCloseButton:!0,width:380}),s.isLoading=!1,n.get(i.apiUrl+"api/parameterizationCont/GetSimsParam").then(function(e){s.sims1=e.data.table,s.sims2=e.data.table1,s.sims3=e.data.table2,s.sims4=e.data.table3,s.sims5=e.data.table4,s.sims6=e.data.table5,s.sims7=e.data.table6,s.sims8=e.data.table7,s.sims9=e.data.table8,s.sims10=e.data.table9,s.sims11=e.data.table10,s.sims12=e.data.table11,s.sims13=e.data.table12,s.sims14=e.data.table13,s.sims15=e.data.table14,s.sims16=e.data.table15,s.sims17=e.data.table16,s.sims18=e.data.table17,s.sims19=e.data.table18,s.sims20=e.data.table19,s.sims21=e.data.table20,s.sims22=e.data.table21,s.sims23=e.data.table22,s.sims24=e.data.table23,s.sims25=e.data.table24,s.sims26=e.data.table25,s.status=e.data.table26,s.show_sims10=!1})):0==s.msg1&&(swal({title:"Alert",text:"Record Not Updated. ",showCloseButton:!0,width:380}),s.isLoading=!1,n.get(i.apiUrl+"api/parameterizationCont/GetSimsParam").then(function(e){s.sims1=e.data.table,s.sims2=e.data.table1,s.sims3=e.data.table2,s.sims4=e.data.table3,s.sims5=e.data.table4,s.sims6=e.data.table5,s.sims7=e.data.table6,s.sims8=e.data.table7,s.sims9=e.data.table8,s.sims10=e.data.table9,s.sims11=e.data.table10,s.sims12=e.data.table11,s.sims13=e.data.table12,s.sims14=e.data.table13,s.sims15=e.data.table14,s.sims16=e.data.table15,s.sims17=e.data.table16,s.sims18=e.data.table17,s.sims19=e.data.table18,s.sims20=e.data.table19,s.sims21=e.data.table20,s.sims22=e.data.table21,s.sims23=e.data.table22,s.sims24=e.data.table23,s.sims25=e.data.table24,s.sims26=e.data.table25,s.status=e.data.table26,s.show_sims10=!1}))})},s.save_sims11=function(){s.isLoading=!0;var t=[],a=new Set;for(let e=0;e<s.sims11.length;e++){var o=s.sims11[e].sims_appl_parameter;if(a.has(o))return alert("Duplicate values found!."),void(s.isLoading=!1);a.add(o);o={sims_appl_code:s.sims11[0].sims_appl_code,comn_appl_name_en:s.sims11[0].comn_appl_name_en,sims_appl_form_field:s.sims11[0].sims_appl_form_field,sims_appl_parameter:s.sims11[e].sims_appl_parameter,sims_appl_form_field_value1:s.sims11[e].sims_appl_form_field_value1,sims_appl_form_field_value2:s.sims11[0].sims_appl_form_field_value2,opr:"21"};t.push(o)}n.post(i.apiUrl+"api/parameterizationCont/insertsimsPara",t).then(function(e){s.msg1=e.data,1==s.msg1?(swal({title:"Alert",text:"Record Updated Successfully",showCloseButton:!0,width:380}),s.isLoading=!1,n.get(i.apiUrl+"api/parameterizationCont/GetSimsParam").then(function(e){s.sims1=e.data.table,s.sims2=e.data.table1,s.sims3=e.data.table2,s.sims4=e.data.table3,s.sims5=e.data.table4,s.sims6=e.data.table5,s.sims7=e.data.table6,s.sims8=e.data.table7,s.sims9=e.data.table8,s.sims10=e.data.table9,s.sims11=e.data.table10,s.sims12=e.data.table11,s.sims13=e.data.table12,s.sims14=e.data.table13,s.sims15=e.data.table14,s.sims16=e.data.table15,s.sims17=e.data.table16,s.sims18=e.data.table17,s.sims19=e.data.table18,s.sims20=e.data.table19,s.sims21=e.data.table20,s.sims22=e.data.table21,s.sims23=e.data.table22,s.sims24=e.data.table23,s.sims25=e.data.table24,s.sims26=e.data.table25,s.status=e.data.table26,s.show_sims11=!1})):0==s.msg1&&(swal({title:"Alert",text:"Record Not Updated. ",showCloseButton:!0,width:380}),s.isLoading=!1,n.get(i.apiUrl+"api/parameterizationCont/GetSimsParam").then(function(e){s.sims1=e.data.table,s.sims2=e.data.table1,s.sims3=e.data.table2,s.sims4=e.data.table3,s.sims5=e.data.table4,s.sims6=e.data.table5,s.sims7=e.data.table6,s.sims8=e.data.table7,s.sims9=e.data.table8,s.sims10=e.data.table9,s.sims11=e.data.table10,s.sims12=e.data.table11,s.sims13=e.data.table12,s.sims14=e.data.table13,s.sims15=e.data.table14,s.sims16=e.data.table15,s.sims17=e.data.table16,s.sims18=e.data.table17,s.sims19=e.data.table18,s.sims20=e.data.table19,s.sims21=e.data.table20,s.sims22=e.data.table21,s.sims23=e.data.table22,s.sims24=e.data.table23,s.sims25=e.data.table24,s.sims26=e.data.table25,s.status=e.data.table26,s.show_sims11=!1}))})},s.save_sims12=function(){s.isLoading=!0;var t=[],a=new Set;for(let e=0;e<s.sims12.length;e++){var o=s.sims12[e].sims_appl_parameter;if(a.has(o))return alert("Duplicate values found!."),void(s.isLoading=!1);a.add(o);o={sims_appl_code:s.sims12[0].sims_appl_code,comn_appl_name_en:s.sims12[0].comn_appl_name_en,sims_appl_form_field:s.sims12[0].sims_appl_form_field,sims_appl_parameter:s.sims12[e].sims_appl_parameter,sims_appl_form_field_value1:s.sims12[e].sims_appl_form_field_value1,sims_appl_form_field_value2:s.sims12[e].sims_appl_form_field_value2,opr:"22"};t.push(o)}n.post(i.apiUrl+"api/parameterizationCont/insertsimsPara12",t).then(function(e){s.msg1=e.data,1==s.msg1?(swal({title:"Alert",text:"Record Updated Successfully",showCloseButton:!0,width:380}),s.isLoading=!1,n.get(i.apiUrl+"api/parameterizationCont/GetSimsParam").then(function(e){s.sims1=e.data.table,s.sims2=e.data.table1,s.sims3=e.data.table2,s.sims4=e.data.table3,s.sims5=e.data.table4,s.sims6=e.data.table5,s.sims7=e.data.table6,s.sims8=e.data.table7,s.sims9=e.data.table8,s.sims10=e.data.table9,s.sims11=e.data.table10,s.sims12=e.data.table11,s.sims13=e.data.table12,s.sims14=e.data.table13,s.sims15=e.data.table14,s.sims16=e.data.table15,s.sims17=e.data.table16,s.sims18=e.data.table17,s.sims19=e.data.table18,s.sims20=e.data.table19,s.sims21=e.data.table20,s.sims22=e.data.table21,s.sims23=e.data.table22,s.sims24=e.data.table23,s.sims25=e.data.table24,s.sims26=e.data.table25,s.status=e.data.table26,s.show_sims12=!1})):0==s.msg1&&(swal({title:"Alert",text:"Record Not Updated. ",showCloseButton:!0,width:380}),s.isLoading=!1,n.get(i.apiUrl+"api/parameterizationCont/GetSimsParam").then(function(e){s.sims1=e.data.table,s.sims2=e.data.table1,s.sims3=e.data.table2,s.sims4=e.data.table3,s.sims5=e.data.table4,s.sims6=e.data.table5,s.sims7=e.data.table6,s.sims8=e.data.table7,s.sims9=e.data.table8,s.sims10=e.data.table9,s.sims11=e.data.table10,s.sims12=e.data.table11,s.sims13=e.data.table12,s.sims14=e.data.table13,s.sims15=e.data.table14,s.sims16=e.data.table15,s.sims17=e.data.table16,s.sims18=e.data.table17,s.sims19=e.data.table18,s.sims20=e.data.table19,s.sims21=e.data.table20,s.sims22=e.data.table21,s.sims23=e.data.table22,s.sims24=e.data.table23,s.sims25=e.data.table24,s.sims26=e.data.table25,s.status=e.data.table26,s.show_sims12=!1}))})},s.save_sims13=function(){s.isLoading=!0;var t=[],a=new Set;for(let e=0;e<s.sims13.length;e++){var o=s.sims13[e].sims_appl_parameter;if(a.has(o))return alert("Duplicate values found!."),void(s.isLoading=!1);a.add(o);o={sims_appl_code:s.sims13[0].sims_appl_code,comn_appl_name_en:s.sims13[0].comn_appl_name_en,sims_appl_form_field:s.sims13[0].sims_appl_form_field,sims_appl_parameter:s.sims13[e].sims_appl_parameter,sims_appl_form_field_value1:s.sims13[e].sims_appl_form_field_value1,sims_appl_form_field_value2:s.sims13[0].sims_appl_form_field_value2,opr:"21"};t.push(o)}n.post(i.apiUrl+"api/parameterizationCont/insertsimsPara",t).then(function(e){s.msg1=e.data,1==s.msg1?(swal({title:"Alert",text:"Record Updated Successfully",showCloseButton:!0,width:380}),s.isLoading=!1,n.get(i.apiUrl+"api/parameterizationCont/GetSimsParam").then(function(e){s.sims1=e.data.table,s.sims2=e.data.table1,s.sims3=e.data.table2,s.sims4=e.data.table3,s.sims5=e.data.table4,s.sims6=e.data.table5,s.sims7=e.data.table6,s.sims8=e.data.table7,s.sims9=e.data.table8,s.sims10=e.data.table9,s.sims11=e.data.table10,s.sims12=e.data.table11,s.sims13=e.data.table12,s.sims14=e.data.table13,s.sims15=e.data.table14,s.sims16=e.data.table15,s.sims17=e.data.table16,s.sims18=e.data.table17,s.sims19=e.data.table18,s.sims20=e.data.table19,s.sims21=e.data.table20,s.sims22=e.data.table21,s.sims23=e.data.table22,s.sims24=e.data.table23,s.sims25=e.data.table24,s.sims26=e.data.table25,s.status=e.data.table26,s.show_sims13=!1})):0==s.msg1&&(swal({title:"Alert",text:"Record Not Updated. ",showCloseButton:!0,width:380}),s.isLoading=!1,n.get(i.apiUrl+"api/parameterizationCont/GetSimsParam").then(function(e){s.sims1=e.data.table,s.sims2=e.data.table1,s.sims3=e.data.table2,s.sims4=e.data.table3,s.sims5=e.data.table4,s.sims6=e.data.table5,s.sims7=e.data.table6,s.sims8=e.data.table7,s.sims9=e.data.table8,s.sims10=e.data.table9,s.sims11=e.data.table10,s.sims12=e.data.table11,s.sims13=e.data.table12,s.sims14=e.data.table13,s.sims15=e.data.table14,s.sims16=e.data.table15,s.sims17=e.data.table16,s.sims18=e.data.table17,s.sims19=e.data.table18,s.sims20=e.data.table19,s.sims21=e.data.table20,s.sims22=e.data.table21,s.sims23=e.data.table22,s.sims24=e.data.table23,s.sims25=e.data.table24,s.sims26=e.data.table25,s.status=e.data.table26,s.show_sims13=!1}))})},s.save_sims14=function(){s.isLoading=!0;var t=[],a=new Set;for(let e=0;e<s.sims14.length;e++){var o=s.sims14[e].sims_appl_parameter;if(a.has(o))return alert("Duplicate values found!."),void(s.isLoading=!1);a.add(o);o={sims_appl_code:s.sims14[0].sims_appl_code,comn_appl_name_en:s.sims14[0].comn_appl_name_en,sims_appl_form_field:s.sims14[0].sims_appl_form_field,sims_appl_parameter:s.sims14[e].sims_appl_parameter,sims_appl_form_field_value1:s.sims14[e].sims_appl_form_field_value1,sims_appl_form_field_value2:s.sims14[0].sims_appl_form_field_value2,opr:"21"};t.push(o)}n.post(i.apiUrl+"api/parameterizationCont/insertsimsPara",t).then(function(e){s.msg1=e.data,1==s.msg1?(swal({title:"Alert",text:"Record Updated Successfully",showCloseButton:!0,width:380}),s.isLoading=!1,n.get(i.apiUrl+"api/parameterizationCont/GetSimsParam").then(function(e){s.sims1=e.data.table,s.sims2=e.data.table1,s.sims3=e.data.table2,s.sims4=e.data.table3,s.sims5=e.data.table4,s.sims6=e.data.table5,s.sims7=e.data.table6,s.sims8=e.data.table7,s.sims9=e.data.table8,s.sims10=e.data.table9,s.sims11=e.data.table10,s.sims12=e.data.table11,s.sims13=e.data.table12,s.sims14=e.data.table13,s.sims15=e.data.table14,s.sims16=e.data.table15,s.sims17=e.data.table16,s.sims18=e.data.table17,s.sims19=e.data.table18,s.sims20=e.data.table19,s.sims21=e.data.table20,s.sims22=e.data.table21,s.sims23=e.data.table22,s.sims24=e.data.table23,s.sims25=e.data.table24,s.sims26=e.data.table25,s.status=e.data.table26,s.show_sims14=!1})):0==s.msg1&&(swal({title:"Alert",text:"Record Not Updated. ",showCloseButton:!0,width:380}),s.isLoading=!1,n.get(i.apiUrl+"api/parameterizationCont/GetSimsParam").then(function(e){s.sims1=e.data.table,s.sims2=e.data.table1,s.sims3=e.data.table2,s.sims4=e.data.table3,s.sims5=e.data.table4,s.sims6=e.data.table5,s.sims7=e.data.table6,s.sims8=e.data.table7,s.sims9=e.data.table8,s.sims10=e.data.table9,s.sims11=e.data.table10,s.sims12=e.data.table11,s.sims13=e.data.table12,s.sims14=e.data.table13,s.sims15=e.data.table14,s.sims16=e.data.table15,s.sims17=e.data.table16,s.sims18=e.data.table17,s.sims19=e.data.table18,s.sims20=e.data.table19,s.sims21=e.data.table20,s.sims22=e.data.table21,s.sims23=e.data.table22,s.sims24=e.data.table23,s.sims25=e.data.table24,s.sims26=e.data.table25,s.status=e.data.table26,s.show_sims14=!1}))})},s.save_sims15=function(){s.isLoading=!0;var t=[],a=new Set;for(let e=0;e<s.sims15.length;e++){var o=s.sims15[e].sims_appl_parameter;if(a.has(o))return alert("Duplicate values found!."),void(s.isLoading=!1);a.add(o);o={sims_appl_code:s.sims15[0].sims_appl_code,comn_appl_name_en:s.sims15[0].comn_appl_name_en,sims_appl_form_field:s.sims15[0].sims_appl_form_field,sims_appl_parameter:s.sims15[e].sims_appl_parameter,sims_appl_form_field_value1:s.sims15[e].sims_appl_form_field_value1,sims_appl_form_field_value2:s.sims15[0].sims_appl_form_field_value2,opr:"21"};t.push(o)}n.post(i.apiUrl+"api/parameterizationCont/insertsimsPara",t).then(function(e){s.msg1=e.data,1==s.msg1?(swal({title:"Alert",text:"Record Updated Successfully",showCloseButton:!0,width:380}),s.isLoading=!1,n.get(i.apiUrl+"api/parameterizationCont/GetSimsParam").then(function(e){s.sims1=e.data.table,s.sims2=e.data.table1,s.sims3=e.data.table2,s.sims4=e.data.table3,s.sims5=e.data.table4,s.sims6=e.data.table5,s.sims7=e.data.table6,s.sims8=e.data.table7,s.sims9=e.data.table8,s.sims10=e.data.table9,s.sims11=e.data.table10,s.sims12=e.data.table11,s.sims13=e.data.table12,s.sims14=e.data.table13,s.sims15=e.data.table14,s.sims16=e.data.table15,s.sims17=e.data.table16,s.sims18=e.data.table17,s.sims19=e.data.table18,s.sims20=e.data.table19,s.sims21=e.data.table20,s.sims22=e.data.table21,s.sims23=e.data.table22,s.sims24=e.data.table23,s.sims25=e.data.table24,s.sims26=e.data.table25,s.status=e.data.table26,s.show_sims15=!1})):0==s.msg1&&(swal({title:"Alert",text:"Record Not Updated. ",showCloseButton:!0,width:380}),s.isLoading=!1,n.get(i.apiUrl+"api/parameterizationCont/GetSimsParam").then(function(e){s.sims1=e.data.table,s.sims2=e.data.table1,s.sims3=e.data.table2,s.sims4=e.data.table3,s.sims5=e.data.table4,s.sims6=e.data.table5,s.sims7=e.data.table6,s.sims8=e.data.table7,s.sims9=e.data.table8,s.sims10=e.data.table9,s.sims11=e.data.table10,s.sims12=e.data.table11,s.sims13=e.data.table12,s.sims14=e.data.table13,s.sims15=e.data.table14,s.sims16=e.data.table15,s.sims17=e.data.table16,s.sims18=e.data.table17,s.sims19=e.data.table18,s.sims20=e.data.table19,s.sims21=e.data.table20,s.sims22=e.data.table21,s.sims23=e.data.table22,s.sims24=e.data.table23,s.sims25=e.data.table24,s.sims26=e.data.table25,s.status=e.data.table26,s.show_sims15=!1}))})},s.save_sims16=function(){s.isLoading=!0;var t=[],a=new Set;for(let e=0;e<s.sims16.length;e++){var o=s.sims16[e].sims_appl_parameter;if(a.has(o))return alert("Duplicate values found!."),void(s.isLoading=!1);a.add(o);o={sims_appl_code:s.sims16[0].sims_appl_code,comn_appl_name_en:s.sims16[0].comn_appl_name_en,sims_appl_form_field:s.sims16[0].sims_appl_form_field,sims_appl_parameter:s.sims16[e].sims_appl_parameter,sims_appl_form_field_value1:s.sims16[e].sims_appl_form_field_value1,sims_appl_form_field_value2:s.sims16[0].sims_appl_form_field_value2,opr:"21"};t.push(o)}n.post(i.apiUrl+"api/parameterizationCont/insertsimsPara",t).then(function(e){s.msg1=e.data,1==s.msg1?(swal({title:"Alert",text:"Record Updated Successfully",showCloseButton:!0,width:380}),s.isLoading=!1,n.get(i.apiUrl+"api/parameterizationCont/GetSimsParam").then(function(e){s.sims1=e.data.table,s.sims2=e.data.table1,s.sims3=e.data.table2,s.sims4=e.data.table3,s.sims5=e.data.table4,s.sims6=e.data.table5,s.sims7=e.data.table6,s.sims8=e.data.table7,s.sims9=e.data.table8,s.sims10=e.data.table9,s.sims11=e.data.table10,s.sims12=e.data.table11,s.sims13=e.data.table12,s.sims14=e.data.table13,s.sims15=e.data.table14,s.sims16=e.data.table15,s.sims17=e.data.table16,s.sims18=e.data.table17,s.sims19=e.data.table18,s.sims20=e.data.table19,s.sims21=e.data.table20,s.sims22=e.data.table21,s.sims23=e.data.table22,s.sims24=e.data.table23,s.sims25=e.data.table24,s.sims26=e.data.table25,s.status=e.data.table26,s.show_sims16=!1})):0==s.msg1&&(swal({title:"Alert",text:"Record Not Updated. ",showCloseButton:!0,width:380}),s.isLoading=!1,n.get(i.apiUrl+"api/parameterizationCont/GetSimsParam").then(function(e){s.sims1=e.data.table,s.sims2=e.data.table1,s.sims3=e.data.table2,s.sims4=e.data.table3,s.sims5=e.data.table4,s.sims6=e.data.table5,s.sims7=e.data.table6,s.sims8=e.data.table7,s.sims9=e.data.table8,s.sims10=e.data.table9,s.sims11=e.data.table10,s.sims12=e.data.table11,s.sims13=e.data.table12,s.sims14=e.data.table13,s.sims15=e.data.table14,s.sims16=e.data.table15,s.sims17=e.data.table16,s.sims18=e.data.table17,s.sims19=e.data.table18,s.sims20=e.data.table19,s.sims21=e.data.table20,s.sims22=e.data.table21,s.sims23=e.data.table22,s.sims24=e.data.table23,s.sims25=e.data.table24,s.sims26=e.data.table25,s.status=e.data.table26,s.show_sims16=!1}))})},s.save_sims17=function(){s.isLoading=!0;var t=[],a=new Set;for(let e=0;e<s.sims17.length;e++){var o=s.sims17[e].sims_appl_parameter;if(a.has(o))return alert("Duplicate values found!."),void(s.isLoading=!1);a.add(o);o={sims_appl_code:s.sims17[0].sims_appl_code,comn_appl_name_en:s.sims17[0].comn_appl_name_en,sims_appl_form_field:s.sims17[0].sims_appl_form_field,sims_appl_parameter:s.sims17[e].sims_appl_parameter,sims_appl_form_field_value1:s.sims17[e].sims_appl_form_field_value1,sims_appl_form_field_value2:s.sims17[0].sims_appl_form_field_value2,opr:"21"};t.push(o)}n.post(i.apiUrl+"api/parameterizationCont/insertsimsPara",t).then(function(e){s.msg1=e.data,1==s.msg1?(swal({title:"Alert",text:"Record Updated Successfully",showCloseButton:!0,width:380}),s.isLoading=!1,n.get(i.apiUrl+"api/parameterizationCont/GetSimsParam").then(function(e){s.sims1=e.data.table,s.sims2=e.data.table1,s.sims3=e.data.table2,s.sims4=e.data.table3,s.sims5=e.data.table4,s.sims6=e.data.table5,s.sims7=e.data.table6,s.sims8=e.data.table7,s.sims9=e.data.table8,s.sims10=e.data.table9,s.sims11=e.data.table10,s.sims12=e.data.table11,s.sims13=e.data.table12,s.sims14=e.data.table13,s.sims15=e.data.table14,s.sims16=e.data.table15,s.sims17=e.data.table16,s.sims18=e.data.table17,s.sims19=e.data.table18,s.sims20=e.data.table19,s.sims21=e.data.table20,s.sims22=e.data.table21,s.sims23=e.data.table22,s.sims24=e.data.table23,s.sims25=e.data.table24,s.sims26=e.data.table25,s.status=e.data.table26,s.show_sims17=!1})):0==s.msg1&&(swal({title:"Alert",text:"Record Not Updated. ",showCloseButton:!0,width:380}),s.isLoading=!1,n.get(i.apiUrl+"api/parameterizationCont/GetSimsParam").then(function(e){s.sims1=e.data.table,s.sims2=e.data.table1,s.sims3=e.data.table2,s.sims4=e.data.table3,s.sims5=e.data.table4,s.sims6=e.data.table5,s.sims7=e.data.table6,s.sims8=e.data.table7,s.sims9=e.data.table8,s.sims10=e.data.table9,s.sims11=e.data.table10,s.sims12=e.data.table11,s.sims13=e.data.table12,s.sims14=e.data.table13,s.sims15=e.data.table14,s.sims16=e.data.table15,s.sims17=e.data.table16,s.sims18=e.data.table17,s.sims19=e.data.table18,s.sims20=e.data.table19,s.sims21=e.data.table20,s.sims22=e.data.table21,s.sims23=e.data.table22,s.sims24=e.data.table23,s.sims25=e.data.table24,s.sims26=e.data.table25,s.status=e.data.table26,s.show_sims17=!1}))})},s.save_sims18=function(){s.isLoading=!0;var t=[],a=new Set;for(let e=0;e<s.sims18.length;e++){var o=s.sims18[e].sims_appl_parameter;if(a.has(o))return alert("Duplicate values found!."),void(s.isLoading=!1);a.add(o);o={sims_appl_code:s.sims18[0].sims_appl_code,comn_appl_name_en:s.sims18[0].comn_appl_name_en,sims_appl_form_field:s.sims18[0].sims_appl_form_field,sims_appl_parameter:s.sims18[e].sims_appl_parameter,sims_appl_form_field_value1:s.sims18[e].sims_appl_form_field_value1,sims_appl_form_field_value2:s.sims18[0].sims_appl_form_field_value2,opr:"21"};t.push(o)}n.post(i.apiUrl+"api/parameterizationCont/insertsimsPara",t).then(function(e){s.msg1=e.data,1==s.msg1?(swal({title:"Alert",text:"Record Updated Successfully",showCloseButton:!0,width:380}),s.isLoading=!1,n.get(i.apiUrl+"api/parameterizationCont/GetSimsParam").then(function(e){s.sims1=e.data.table,s.sims2=e.data.table1,s.sims3=e.data.table2,s.sims4=e.data.table3,s.sims5=e.data.table4,s.sims6=e.data.table5,s.sims7=e.data.table6,s.sims8=e.data.table7,s.sims9=e.data.table8,s.sims10=e.data.table9,s.sims11=e.data.table10,s.sims12=e.data.table11,s.sims13=e.data.table12,s.sims14=e.data.table13,s.sims15=e.data.table14,s.sims16=e.data.table15,s.sims17=e.data.table16,s.sims18=e.data.table17,s.sims19=e.data.table18,s.sims20=e.data.table19,s.sims21=e.data.table20,s.sims22=e.data.table21,s.sims23=e.data.table22,s.sims24=e.data.table23,s.sims25=e.data.table24,s.sims26=e.data.table25,s.status=e.data.table26,s.show_sims18=!1})):0==s.msg1&&(swal({title:"Alert",text:"Record Not Updated. ",showCloseButton:!0,width:380}),s.isLoading=!1,n.get(i.apiUrl+"api/parameterizationCont/GetSimsParam").then(function(e){s.sims1=e.data.table,s.sims2=e.data.table1,s.sims3=e.data.table2,s.sims4=e.data.table3,s.sims5=e.data.table4,s.sims6=e.data.table5,s.sims7=e.data.table6,s.sims8=e.data.table7,s.sims9=e.data.table8,s.sims10=e.data.table9,s.sims11=e.data.table10,s.sims12=e.data.table11,s.sims13=e.data.table12,s.sims14=e.data.table13,s.sims15=e.data.table14,s.sims16=e.data.table15,s.sims17=e.data.table16,s.sims18=e.data.table17,s.sims19=e.data.table18,s.sims20=e.data.table19,s.sims21=e.data.table20,s.sims22=e.data.table21,s.sims23=e.data.table22,s.sims24=e.data.table23,s.sims25=e.data.table24,s.sims26=e.data.table25,s.status=e.data.table26,s.show_sims18=!1}))})},s.save_sims19=function(){s.isLoading=!0;var t=[],a=new Set;for(let e=0;e<s.sims19.length;e++){var o=s.sims19[e].sims_appl_parameter;if(a.has(o))return alert("Duplicate values found!."),void(s.isLoading=!1);a.add(o);o={sims_appl_code:s.sims19[0].sims_appl_code,comn_appl_name_en:s.sims19[0].comn_appl_name_en,sims_appl_form_field:s.sims19[0].sims_appl_form_field,sims_appl_parameter:s.sims19[e].sims_appl_parameter,sims_appl_form_field_value1:s.sims19[e].sims_appl_form_field_value1,sims_appl_form_field_value2:s.sims19[0].sims_appl_form_field_value2,opr:"21"};t.push(o)}n.post(i.apiUrl+"api/parameterizationCont/insertsimsPara",t).then(function(e){s.msg1=e.data,1==s.msg1?(swal({title:"Alert",text:"Record Updated Successfully",showCloseButton:!0,width:380}),s.isLoading=!1,n.get(i.apiUrl+"api/parameterizationCont/GetSimsParam").then(function(e){s.sims1=e.data.table,s.sims2=e.data.table1,s.sims3=e.data.table2,s.sims4=e.data.table3,s.sims5=e.data.table4,s.sims6=e.data.table5,s.sims7=e.data.table6,s.sims8=e.data.table7,s.sims9=e.data.table8,s.sims10=e.data.table9,s.sims11=e.data.table10,s.sims12=e.data.table11,s.sims13=e.data.table12,s.sims14=e.data.table13,s.sims15=e.data.table14,s.sims16=e.data.table15,s.sims17=e.data.table16,s.sims18=e.data.table17,s.sims19=e.data.table18,s.sims20=e.data.table19,s.sims21=e.data.table20,s.sims22=e.data.table21,s.sims23=e.data.table22,s.sims24=e.data.table23,s.sims25=e.data.table24,s.sims26=e.data.table25,s.status=e.data.table26,s.show_sims19=!1})):0==s.msg1&&(swal({title:"Alert",text:"Record Not Updated. ",showCloseButton:!0,width:380}),s.isLoading=!1,n.get(i.apiUrl+"api/parameterizationCont/GetSimsParam").then(function(e){s.sims1=e.data.table,s.sims2=e.data.table1,s.sims3=e.data.table2,s.sims4=e.data.table3,s.sims5=e.data.table4,s.sims6=e.data.table5,s.sims7=e.data.table6,s.sims8=e.data.table7,s.sims9=e.data.table8,s.sims10=e.data.table9,s.sims11=e.data.table10,s.sims12=e.data.table11,s.sims13=e.data.table12,s.sims14=e.data.table13,s.sims15=e.data.table14,s.sims16=e.data.table15,s.sims17=e.data.table16,s.sims18=e.data.table17,s.sims19=e.data.table18,s.sims20=e.data.table19,s.sims21=e.data.table20,s.sims22=e.data.table21,s.sims23=e.data.table22,s.sims24=e.data.table23,s.sims25=e.data.table24,s.sims26=e.data.table25,s.status=e.data.table26,s.show_sims19=!1}))})},s.save_sims20=function(){s.isLoading=!0;var t=[],a=new Set;for(let e=0;e<s.sims20.length;e++){var o=s.sims20[e].sims_appl_parameter;if(a.has(o))return alert("Duplicate values found!."),void(s.isLoading=!1);a.add(o);o={sims_appl_code:s.sims20[0].sims_appl_code,comn_appl_name_en:s.sims20[0].comn_appl_name_en,sims_appl_form_field:s.sims20[0].sims_appl_form_field,sims_appl_parameter:s.sims20[e].sims_appl_parameter,sims_appl_form_field_value1:s.sims20[e].sims_appl_form_field_value1,sims_appl_form_field_value2:s.sims20[0].sims_appl_form_field_value2,opr:"21"};t.push(o)}n.post(i.apiUrl+"api/parameterizationCont/insertsimsPara",t).then(function(e){s.msg1=e.data,1==s.msg1?(swal({title:"Alert",text:"Record Updated Successfully",showCloseButton:!0,width:380}),s.isLoading=!1,n.get(i.apiUrl+"api/parameterizationCont/GetSimsParam").then(function(e){s.sims1=e.data.table,s.sims2=e.data.table1,s.sims3=e.data.table2,s.sims4=e.data.table3,s.sims5=e.data.table4,s.sims6=e.data.table5,s.sims7=e.data.table6,s.sims8=e.data.table7,s.sims9=e.data.table8,s.sims10=e.data.table9,s.sims11=e.data.table10,s.sims12=e.data.table11,s.sims13=e.data.table12,s.sims14=e.data.table13,s.sims15=e.data.table14,s.sims16=e.data.table15,s.sims17=e.data.table16,s.sims18=e.data.table17,s.sims19=e.data.table18,s.sims20=e.data.table19,s.sims21=e.data.table20,s.sims22=e.data.table21,s.sims23=e.data.table22,s.sims24=e.data.table23,s.sims25=e.data.table24,s.sims26=e.data.table25,s.status=e.data.table26,s.show_sims20=!1})):0==s.msg1&&(swal({title:"Alert",text:"Record Not Updated. ",showCloseButton:!0,width:380}),s.isLoading=!1,n.get(i.apiUrl+"api/parameterizationCont/GetSimsParam").then(function(e){s.sims1=e.data.table,s.sims2=e.data.table1,s.sims3=e.data.table2,s.sims4=e.data.table3,s.sims5=e.data.table4,s.sims6=e.data.table5,s.sims7=e.data.table6,s.sims8=e.data.table7,s.sims9=e.data.table8,s.sims10=e.data.table9,s.sims11=e.data.table10,s.sims12=e.data.table11,s.sims13=e.data.table12,s.sims14=e.data.table13,s.sims15=e.data.table14,s.sims16=e.data.table15,s.sims17=e.data.table16,s.sims18=e.data.table17,s.sims19=e.data.table18,s.sims20=e.data.table19,s.sims21=e.data.table20,s.sims22=e.data.table21,s.sims23=e.data.table22,s.sims24=e.data.table23,s.sims25=e.data.table24,s.sims26=e.data.table25,s.status=e.data.table26,s.show_sims20=!1}))})},s.save_sims21=function(){s.isLoading=!0;var t=[],a=new Set;for(let e=0;e<s.sims21.length;e++){var o=s.sims21[e].sims_appl_parameter;if(a.has(o))return alert("Duplicate values found!."),void(s.isLoading=!1);a.add(o);o={sims_appl_code:s.sims21[0].sims_appl_code,comn_appl_name_en:s.sims21[0].comn_appl_name_en,sims_appl_form_field:s.sims21[0].sims_appl_form_field,sims_appl_parameter:s.sims21[e].sims_appl_parameter,sims_appl_form_field_value1:s.sims21[e].sims_appl_form_field_value1,sims_appl_form_field_value2:s.sims21[0].sims_appl_form_field_value2,opr:"21"};t.push(o)}n.post(i.apiUrl+"api/parameterizationCont/insertsimsPara",t).then(function(e){s.msg1=e.data,1==s.msg1?(swal({title:"Alert",text:"Record Updated Successfully",showCloseButton:!0,width:380}),s.isLoading=!1,n.get(i.apiUrl+"api/parameterizationCont/GetSimsParam").then(function(e){s.sims1=e.data.table,s.sims2=e.data.table1,s.sims3=e.data.table2,s.sims4=e.data.table3,s.sims5=e.data.table4,s.sims6=e.data.table5,s.sims7=e.data.table6,s.sims8=e.data.table7,s.sims9=e.data.table8,s.sims10=e.data.table9,s.sims11=e.data.table10,s.sims12=e.data.table11,s.sims13=e.data.table12,s.sims14=e.data.table13,s.sims15=e.data.table14,s.sims16=e.data.table15,s.sims17=e.data.table16,s.sims18=e.data.table17,s.sims19=e.data.table18,s.sims20=e.data.table19,s.sims21=e.data.table20,s.sims22=e.data.table21,s.sims23=e.data.table22,s.sims24=e.data.table23,s.sims25=e.data.table24,s.sims26=e.data.table25,s.status=e.data.table26,s.show_sims21=!1})):0==s.msg1&&(swal({title:"Alert",text:"Record Not Updated. ",showCloseButton:!0,width:380}),s.isLoading=!1,n.get(i.apiUrl+"api/parameterizationCont/GetSimsParam").then(function(e){s.sims1=e.data.table,s.sims2=e.data.table1,s.sims3=e.data.table2,s.sims4=e.data.table3,s.sims5=e.data.table4,s.sims6=e.data.table5,s.sims7=e.data.table6,s.sims8=e.data.table7,s.sims9=e.data.table8,s.sims10=e.data.table9,s.sims11=e.data.table10,s.sims12=e.data.table11,s.sims13=e.data.table12,s.sims14=e.data.table13,s.sims15=e.data.table14,s.sims16=e.data.table15,s.sims17=e.data.table16,s.sims18=e.data.table17,s.sims19=e.data.table18,s.sims20=e.data.table19,s.sims21=e.data.table20,s.sims22=e.data.table21,s.sims23=e.data.table22,s.sims24=e.data.table23,s.sims25=e.data.table24,s.sims26=e.data.table25,s.status=e.data.table26,s.show_sims21=!1}))})},s.save_sims22=function(){s.isLoading=!0;var t=[],a=new Set;for(let e=0;e<s.sims22.length;e++){var o=s.sims22[e].sims_appl_parameter;if(a.has(o))return alert("Duplicate values found!."),void(s.isLoading=!1);a.add(o);o={sims_appl_code:s.sims22[0].sims_appl_code,comn_appl_name_en:s.sims22[0].comn_appl_name_en,sims_appl_form_field:s.sims22[0].sims_appl_form_field,sims_appl_parameter:s.sims22[e].sims_appl_parameter,sims_appl_form_field_value1:s.sims22[e].sims_appl_form_field_value1,sims_appl_form_field_value2:s.sims22[0].sims_appl_form_field_value2,opr:"21"};t.push(o)}n.post(i.apiUrl+"api/parameterizationCont/insertsimsPara",t).then(function(e){s.msg1=e.data,1==s.msg1?(swal({title:"Alert",text:"Record Updated Successfully",showCloseButton:!0,width:380}),s.isLoading=!1,n.get(i.apiUrl+"api/parameterizationCont/GetSimsParam").then(function(e){s.sims1=e.data.table,s.sims2=e.data.table1,s.sims3=e.data.table2,s.sims4=e.data.table3,s.sims5=e.data.table4,s.sims6=e.data.table5,s.sims7=e.data.table6,s.sims8=e.data.table7,s.sims9=e.data.table8,s.sims10=e.data.table9,s.sims11=e.data.table10,s.sims12=e.data.table11,s.sims13=e.data.table12,s.sims14=e.data.table13,s.sims15=e.data.table14,s.sims16=e.data.table15,s.sims17=e.data.table16,s.sims18=e.data.table17,s.sims19=e.data.table18,s.sims20=e.data.table19,s.sims21=e.data.table20,s.sims22=e.data.table21,s.sims23=e.data.table22,s.sims24=e.data.table23,s.sims25=e.data.table24,s.sims26=e.data.table25,s.status=e.data.table26,s.show_sims22=!1})):0==s.msg1&&(swal({title:"Alert",text:"Record Not Updated. ",showCloseButton:!0,width:380}),s.isLoading=!1,n.get(i.apiUrl+"api/parameterizationCont/GetSimsParam").then(function(e){s.sims1=e.data.table,s.sims2=e.data.table1,s.sims3=e.data.table2,s.sims4=e.data.table3,s.sims5=e.data.table4,s.sims6=e.data.table5,s.sims7=e.data.table6,s.sims8=e.data.table7,s.sims9=e.data.table8,s.sims10=e.data.table9,s.sims11=e.data.table10,s.sims12=e.data.table11,s.sims13=e.data.table12,s.sims14=e.data.table13,s.sims15=e.data.table14,s.sims16=e.data.table15,s.sims17=e.data.table16,s.sims18=e.data.table17,s.sims19=e.data.table18,s.sims20=e.data.table19,s.sims21=e.data.table20,s.sims22=e.data.table21,s.sims23=e.data.table22,s.sims24=e.data.table23,s.sims25=e.data.table24,s.sims26=e.data.table25,s.status=e.data.table26,s.show_sims22=!1}))})},s.save_sims23=function(){s.isLoading=!0;var t=[],a=new Set;for(let e=0;e<s.sims23.length;e++){var o=s.sims23[e].sims_appl_parameter;if(a.has(o))return alert("Duplicate values found!."),void(s.isLoading=!1);a.add(o);o={sims_appl_code:s.sims23[0].sims_appl_code,comn_appl_name_en:s.sims23[0].comn_appl_name_en,sims_appl_form_field:s.sims23[0].sims_appl_form_field,sims_appl_parameter:s.sims23[e].sims_appl_parameter,sims_appl_form_field_value1:s.sims23[e].sims_appl_form_field_value1,sims_appl_form_field_value2:s.sims23[0].sims_appl_form_field_value2,opr:"21"};t.push(o)}n.post(i.apiUrl+"api/parameterizationCont/insertsimsPara",t).then(function(e){s.msg1=e.data,1==s.msg1?(swal({title:"Alert",text:"Record Updated Successfully",showCloseButton:!0,width:380}),s.isLoading=!1,n.get(i.apiUrl+"api/parameterizationCont/GetSimsParam").then(function(e){s.sims1=e.data.table,s.sims2=e.data.table1,s.sims3=e.data.table2,s.sims4=e.data.table3,s.sims5=e.data.table4,s.sims6=e.data.table5,s.sims7=e.data.table6,s.sims8=e.data.table7,s.sims9=e.data.table8,s.sims10=e.data.table9,s.sims11=e.data.table10,s.sims12=e.data.table11,s.sims13=e.data.table12,s.sims14=e.data.table13,s.sims15=e.data.table14,s.sims16=e.data.table15,s.sims17=e.data.table16,s.sims18=e.data.table17,s.sims19=e.data.table18,s.sims20=e.data.table19,s.sims21=e.data.table20,s.sims22=e.data.table21,s.sims23=e.data.table22,s.sims24=e.data.table23,s.sims25=e.data.table24,s.sims26=e.data.table25,s.status=e.data.table26,s.show_sims23=!1})):0==s.msg1&&(swal({title:"Alert",text:"Record Not Updated. ",showCloseButton:!0,width:380}),s.isLoading=!1,n.get(i.apiUrl+"api/parameterizationCont/GetSimsParam").then(function(e){s.sims1=e.data.table,s.sims2=e.data.table1,s.sims3=e.data.table2,s.sims4=e.data.table3,s.sims5=e.data.table4,s.sims6=e.data.table5,s.sims7=e.data.table6,s.sims8=e.data.table7,s.sims9=e.data.table8,s.sims10=e.data.table9,s.sims11=e.data.table10,s.sims12=e.data.table11,s.sims13=e.data.table12,s.sims14=e.data.table13,s.sims15=e.data.table14,s.sims16=e.data.table15,s.sims17=e.data.table16,s.sims18=e.data.table17,s.sims19=e.data.table18,s.sims20=e.data.table19,s.sims21=e.data.table20,s.sims22=e.data.table21,s.sims23=e.data.table22,s.sims24=e.data.table23,s.sims25=e.data.table24,s.sims26=e.data.table25,s.status=e.data.table26,s.show_sims23=!1}))})},s.save_sims24=function(){s.isLoading=!0;var t=[],a=new Set;for(let e=0;e<s.sims24.length;e++){var o=s.sims24[e].sims_appl_parameter;if(a.has(o))return alert("Duplicate values found!."),void(s.isLoading=!1);a.add(o);o={sims_appl_code:s.sims24[0].sims_appl_code,comn_appl_name_en:s.sims24[0].comn_appl_name_en,sims_appl_form_field:s.sims24[0].sims_appl_form_field,sims_appl_parameter:s.sims24[e].sims_appl_parameter,sims_appl_form_field_value1:s.sims24[e].sims_appl_form_field_value1,sims_appl_form_field_value2:s.sims24[0].sims_appl_form_field_value2,opr:"21"};t.push(o)}n.post(i.apiUrl+"api/parameterizationCont/insertsimsPara",t).then(function(e){s.msg1=e.data,1==s.msg1?(swal({title:"Alert",text:"Record Updated Successfully",showCloseButton:!0,width:380}),s.isLoading=!1,n.get(i.apiUrl+"api/parameterizationCont/GetSimsParam").then(function(e){s.sims1=e.data.table,s.sims2=e.data.table1,s.sims3=e.data.table2,s.sims4=e.data.table3,s.sims5=e.data.table4,s.sims6=e.data.table5,s.sims7=e.data.table6,s.sims8=e.data.table7,s.sims9=e.data.table8,s.sims10=e.data.table9,s.sims11=e.data.table10,s.sims12=e.data.table11,s.sims13=e.data.table12,s.sims14=e.data.table13,s.sims15=e.data.table14,s.sims16=e.data.table15,s.sims17=e.data.table16,s.sims18=e.data.table17,s.sims19=e.data.table18,s.sims20=e.data.table19,s.sims21=e.data.table20,s.sims22=e.data.table21,s.sims23=e.data.table22,s.sims24=e.data.table23,s.sims25=e.data.table24,s.sims26=e.data.table25,s.status=e.data.table26,s.show_sims24=!1})):0==s.msg1&&(swal({title:"Alert",text:"Record Not Updated. ",showCloseButton:!0,width:380}),s.isLoading=!1,n.get(i.apiUrl+"api/parameterizationCont/GetSimsParam").then(function(e){s.sims1=e.data.table,s.sims2=e.data.table1,s.sims3=e.data.table2,s.sims4=e.data.table3,s.sims5=e.data.table4,s.sims6=e.data.table5,s.sims7=e.data.table6,s.sims8=e.data.table7,s.sims9=e.data.table8,s.sims10=e.data.table9,s.sims11=e.data.table10,s.sims12=e.data.table11,s.sims13=e.data.table12,s.sims14=e.data.table13,s.sims15=e.data.table14,s.sims16=e.data.table15,s.sims17=e.data.table16,s.sims18=e.data.table17,s.sims19=e.data.table18,s.sims20=e.data.table19,s.sims21=e.data.table20,s.sims22=e.data.table21,s.sims23=e.data.table22,s.sims24=e.data.table23,s.sims25=e.data.table24,s.sims26=e.data.table25,s.status=e.data.table26,s.show_sims24=!1}))})},s.save_sims25=function(){s.isLoading=!0;var t=[],a=new Set;for(let e=0;e<s.sims25.length;e++){var o=s.sims25[e].sims_appl_parameter;if(a.has(o))return alert("Duplicate values found!."),void(s.isLoading=!1);a.add(o);o={sims_appl_code:s.sims25[0].sims_appl_code,comn_appl_name_en:s.sims25[0].comn_appl_name_en,sims_appl_form_field:s.sims25[0].sims_appl_form_field,sims_appl_parameter:s.sims25[e].sims_appl_parameter,sims_appl_form_field_value1:s.sims25[e].sims_appl_form_field_value1,sims_appl_form_field_value2:s.sims25[0].sims_appl_form_field_value2,opr:"21"};t.push(o)}n.post(i.apiUrl+"api/parameterizationCont/insertsimsPara",t).then(function(e){s.msg1=e.data,1==s.msg1?(swal({title:"Alert",text:"Record Updated Successfully",showCloseButton:!0,width:380}),s.isLoading=!1,n.get(i.apiUrl+"api/parameterizationCont/GetSimsParam").then(function(e){s.sims1=e.data.table,s.sims2=e.data.table1,s.sims3=e.data.table2,s.sims4=e.data.table3,s.sims5=e.data.table4,s.sims6=e.data.table5,s.sims7=e.data.table6,s.sims8=e.data.table7,s.sims9=e.data.table8,s.sims10=e.data.table9,s.sims11=e.data.table10,s.sims12=e.data.table11,s.sims13=e.data.table12,s.sims14=e.data.table13,s.sims15=e.data.table14,s.sims16=e.data.table15,s.sims17=e.data.table16,s.sims18=e.data.table17,s.sims19=e.data.table18,s.sims20=e.data.table19,s.sims21=e.data.table20,s.sims22=e.data.table21,s.sims23=e.data.table22,s.sims24=e.data.table23,s.sims25=e.data.table24,s.sims26=e.data.table25,s.status=e.data.table26,s.show_sims25=!1})):0==s.msg1&&(swal({title:"Alert",text:"Record Not Updated. ",showCloseButton:!0,width:380}),s.isLoading=!1,n.get(i.apiUrl+"api/parameterizationCont/GetSimsParam").then(function(e){s.sims1=e.data.table,s.sims2=e.data.table1,s.sims3=e.data.table2,s.sims4=e.data.table3,s.sims5=e.data.table4,s.sims6=e.data.table5,s.sims7=e.data.table6,s.sims8=e.data.table7,s.sims9=e.data.table8,s.sims10=e.data.table9,s.sims11=e.data.table10,s.sims12=e.data.table11,s.sims13=e.data.table12,s.sims14=e.data.table13,s.sims15=e.data.table14,s.sims16=e.data.table15,s.sims17=e.data.table16,s.sims18=e.data.table17,s.sims19=e.data.table18,s.sims20=e.data.table19,s.sims21=e.data.table20,s.sims22=e.data.table21,s.sims23=e.data.table22,s.sims24=e.data.table23,s.sims25=e.data.table24,s.sims26=e.data.table25,s.status=e.data.table26,s.show_sims25=!1}))})},s.save_sims26=function(){s.isLoading=!0;var t=[],a=new Set;for(let e=0;e<s.sims26.length;e++){var o=s.sims26[e].sims_appl_parameter;if(a.has(o))return alert("Duplicate values found!."),void(s.isLoading=!1);a.add(o);o={sims_appl_code:s.sims26[0].sims_appl_code,comn_appl_name_en:s.sims26[0].comn_appl_name_en,sims_appl_form_field:s.sims26[0].sims_appl_form_field,sims_appl_parameter:s.sims26[e].sims_appl_parameter,sims_appl_form_field_value1:s.sims26[e].sims_appl_form_field_value1,sims_appl_form_field_value2:s.sims26[0].sims_appl_form_field_value2,opr:"21"};t.push(o)}n.post(i.apiUrl+"api/parameterizationCont/insertsimsPara",t).then(function(e){s.msg1=e.data,1==s.msg1?(swal({title:"Alert",text:"Record Updated Successfully",showCloseButton:!0,width:380}),s.isLoading=!1,n.get(i.apiUrl+"api/parameterizationCont/GetSimsParam").then(function(e){s.sims1=e.data.table,s.sims2=e.data.table1,s.sims3=e.data.table2,s.sims4=e.data.table3,s.sims5=e.data.table4,s.sims6=e.data.table5,s.sims7=e.data.table6,s.sims8=e.data.table7,s.sims9=e.data.table8,s.sims10=e.data.table9,s.sims11=e.data.table10,s.sims12=e.data.table11,s.sims13=e.data.table12,s.sims14=e.data.table13,s.sims15=e.data.table14,s.sims16=e.data.table15,s.sims17=e.data.table16,s.sims18=e.data.table17,s.sims19=e.data.table18,s.sims20=e.data.table19,s.sims21=e.data.table20,s.sims22=e.data.table21,s.sims23=e.data.table22,s.sims24=e.data.table23,s.sims25=e.data.table24,s.sims26=e.data.table25,s.status=e.data.table26,s.show_sims26=!1})):0==s.msg1&&(swal({title:"Alert",text:"Record Not Updated. ",showCloseButton:!0,width:380}),s.isLoading=!1,n.get(i.apiUrl+"api/parameterizationCont/GetSimsParam").then(function(e){s.sims1=e.data.table,s.sims2=e.data.table1,s.sims3=e.data.table2,s.sims4=e.data.table3,s.sims5=e.data.table4,s.sims6=e.data.table5,s.sims7=e.data.table6,s.sims8=e.data.table7,s.sims9=e.data.table8,s.sims10=e.data.table9,s.sims11=e.data.table10,s.sims12=e.data.table11,s.sims13=e.data.table12,s.sims14=e.data.table13,s.sims15=e.data.table14,s.sims16=e.data.table15,s.sims17=e.data.table16,s.sims18=e.data.table17,s.sims19=e.data.table18,s.sims20=e.data.table19,s.sims21=e.data.table20,s.sims22=e.data.table21,s.sims23=e.data.table22,s.sims24=e.data.table23,s.sims25=e.data.table24,s.sims26=e.data.table25,s.status=e.data.table26,s.show_sims26=!1}))})}}])}(),function(){"use strict";var e=angular.module("sims.module.Health");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("MedicalConsentCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(o,e,t,a,s,n,i){o.pagesize="5",o.pageindex=0,o.save_btn=!0,o.search_btn=!0,o.clr_btn=!0,o.Update_btn=!1,o.mainPage=!1,o.table=!0,o.txt_read=!0;t.globals.currentUser.username;o.temps={},o.hide_img=!1,n.get(i.apiUrl+"api/Medical_Consent/get_MedicalConsent").then(function(e){o.CreDiv=e.data,o.totalItems=o.CreDiv.length,o.todos=o.CreDiv,o.makeTodos()}),o.size=function(e){o.pagesize=e,o.currentPage=1,o.numPerPage=e,o.makeTodos()},o.index=function(e){o.pageindex=e,o.currentPage=e,o.makeTodos(),(void 0).checked=!1,o.CheckAllChecked()},o.filteredTodos=[],o.currentPage=1,o.numPerPage=5,o.maxSize=5,o.makeTodos=function(){var e=parseInt(o.totalItems%o.numPerPage),e=(o.pagersize="0"==e?parseInt(o.totalItems/o.numPerPage):parseInt(o.totalItems/o.numPerPage)+1,(o.currentPage-1)*o.numPerPage),t=parseInt(e)+parseInt(o.numPerPage);o.filteredTodos=o.todos.slice(e,t)},o.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).sims_medical_consent_enroll_number.toLowerCase().indexOf(t.toLowerCase())||-1<e.student_name.toLowerCase().indexOf(t.toLowerCase());var t})},o.search=function(){o.todos=o.searched(o.CreDiv,o.searchText),o.totalItems=o.todos.length,o.currentPage="1",""==o.searchText&&(o.todos=o.CreDiv),o.makeTodos(),(void 0).checked=!1,o.CheckAllChecked()},o.edts={},n.get(i.apiUrl+"api/common/getCuriculum").then(function(e){o.curriculum=e.data,o.edts={sims_cur_code:o.curriculum[0].sims_cur_code},o.getAccYear(o.edts.sims_cur_code)}),o.getAccYear=function(e){n.get(i.apiUrl+"api/common/getAcademicYear?curCode="+e).then(function(e){o.Acc_year=e.data,o.temp={sims_academic_year:o.Acc_year[0].sims_academic_year}})},o.SearchStudentWindow=function(){n.get(i.apiUrl+"api/common/getAllComboBoxValues?academicYear=2016&routeCode=01").then(function(e){o.ComboBoxValues=e.data,o.edt={sims_academic_year:o.ComboBoxValues[0].sims_acadmic_year,s_cur_code:o.ComboBoxValues[0].sims_cur_code}}),o.searchtable=!1,o.student="",$("#MyModal").modal("show")},o.searchstudent=function(){o.busy=!0,o.searchtable=!1,n.get(i.apiUrl+"api/common/GlobalSearch/getSearchStudent?data="+JSON.stringify(o.edt)).then(function(e){o.student=e.data,o.busy=!1,o.searchtable=!0})},o.editStud=function(e){o.temps={},o.temps.enroll_number=e.s_enroll_no,n.get(i.apiUrl+"api/Medical_Consent/Get_studentlist?enroll_no="+o.temps.enroll_number).then(function(e){0==e.data.length?(swal("","No Record Found/Student Status Inactive"),o.table=!0,o.mainPage=!1):(o.savedata=e.data,o.stud=o.savedata[0])})},n.get(i.apiUrl+"api/common/getAllComboBoxValues?academicYear=2016&routeCode=01").then(function(e){o.ComboBoxValues=e.data,o.edt={sims_academic_year:o.ComboBoxValues[0].sims_acadmic_year,s_cur_code:o.ComboBoxValues[0].sims_cur_code}}),o.getsectioncode=function(e,t,a){n.get(i.apiUrl+"api/common/SectionTerm/getAllSections?cur_code="+e+"&ac_year="+t+"&g_code="+a).then(function(e){o.sections=e.data})},o.academic_change=function(e){n.get(i.apiUrl+"api/common/getAllGrades?cur_code="+o.global_Search.global_curriculum_code+"&academic_year="+e).then(function(e){o.All_grade_names=e.data})},o.New=function(){o.table=!1,o.mainPage=!0,o.divcode_readonly=!1,o.btn_se=!1},o.edit=function(e){o.table=!1,o.mainPage=!0,o.Update_btn=!0,o.save_btn=!1,o.divcode_readonly=!0,o.btn_se=!0,o.combos=!0,n.get(i.apiUrl+"api/Medical_Consent/Get_studentlist?enroll_no="+e.sims_medical_consent_enroll_number).then(function(e){0==e.data.length?swal("","No Record Found"):(o.savedata=e.data,o.stud=o.savedata[0],o.stud.student_name=o.savedata[0].student_name,o.temps.enroll_number=o.savedata[0].sims_enroll_no)}),o.temp={sims_medical_consent_cur_code:e.sims_medical_consent_cur_code,sims_medical_consent_parent_number:e.sims_medical_consent_parent_number,sims_medical_consent_health_records:e.sims_medical_consent_health_records,sims_medical_consent_immunization:e.sims_medical_consent_immunization,sims_medical_consent_emergency_treatment:e.sims_medical_consent_emergency_treatment,sims_medical_consent_medical_treatment:e.sims_medical_consent_medical_treatment,sims_medical_consent_over_the_counter_medicine:e.sims_medical_consent_over_the_counter_medicine,sims_medical_consent_medicine_allowed:e.sims_medical_consent_medicine_allowed,sims_medical_consent_remark:e.sims_medical_consent_remark,sims_academic_year:e.sims_medical_consent_applicable_from_acad_year,sims_medical_consent_updated_on:e.sims_medical_consent_updated_on,sims_medical_consent_approved_by:e.sims_medical_consent_approved_by},1==o.temp.sims_medical_consent_health_records?document.getElementById("yes").checked=!0:document.getElementById("no").checked=!0,1==o.temp.sims_medical_consent_immunization?document.getElementById("yes1").checked=!0:document.getElementById("no1").checked=!0,1==o.temp.sims_medical_consent_emergency_treatment?document.getElementById("yes2").checked=!0:document.getElementById("no2").checked=!0,1==o.temp.sims_medical_consent_medical_treatment?document.getElementById("yes3").checked=!0:document.getElementById("no3").checked=!0,1==o.temp.sims_medical_consent_over_the_counter_medicine?document.getElementById("yes4").checked=!0:document.getElementById("no4").checked=!0,1==o.temp.sims_medical_consent_medicine_allowed?document.getElementById("yes5").checked=!0:document.getElementById("no5").checked=!0,"F"==o.temp.sims_medical_consent_approved_by&&(document.getElementById("f").checked=!0),"M"==o.temp.sims_medical_consent_approved_by&&(document.getElementById("m").checked=!0),"G"==o.temp.sims_medical_consent_approved_by&&(document.getElementById("g").checked=!0)};var d,c;o.saveconsentdata=function(t){n.get(i.apiUrl+"api/Medical_Consent/getStudentsParent?enroll="+o.temps.enroll_number).then(function(e){o.parent_id=e.data,d=o.parent_id[0].sims_medical_consent_parent_number,"undefined"==o.temp.sims_medical_consent_health_records||null==o.temp.sims_medical_consent_health_records?swal({title:"Alert",text:"Please Select Health Records(Y/N)",width:300,height:200}):"undefined"==o.temp.sims_medical_consent_immunization||null==o.temp.sims_medical_consent_immunization?swal({title:"Alert",text:"Please Select Consent Immunization(Y/N)",width:300,height:200}):"undefined"==o.temp.sims_medical_consent_emergency_treatment||null==o.temp.sims_medical_consent_emergency_treatment?swal({title:"Alert",text:"Please Select Emergency Treatment(Y/N)",width:300,height:200}):"undefined"==o.temp.sims_medical_consent_medical_treatment||null==o.temp.sims_medical_consent_medical_treatment?swal({title:"Alert",text:"Please Select Medical Treatment(Y/N)",width:300,height:200}):"undefined"==o.temp.sims_medical_consent_over_the_counter_medicine||null==o.temp.sims_medical_consent_over_the_counter_medicine?swal({title:"Alert",text:"Please Select OTC Medicine(Y/N)",width:300,height:200}):"undefined"==o.temp.sims_medical_consent_medicine_allowed||null==o.temp.sims_medical_consent_medicine_allowed?swal({title:"Alert",text:"Please Select Medicicne Allowed(Y/N)",width:300,height:200}):null==o.temp.sims_medical_consent_approved_by||""==o.temp.sims_medical_consent_approved_by?swal({title:"Alert",text:"Please Select Approved By",width:300,height:200}):t&&(e={opr:"I",sims_medical_consent_cur_code:o.edt.s_cur_code,sims_medical_consent_enroll_number:o.temps.enroll_number,sims_medical_consent_parent_number:d,sims_medical_consent_health_records:o.temp.sims_medical_consent_health_records,sims_medical_consent_immunization:o.temp.sims_medical_consent_immunization,sims_medical_consent_emergency_treatment:o.temp.sims_medical_consent_emergency_treatment,sims_medical_consent_medical_treatment:o.temp.sims_medical_consent_medical_treatment,sims_medical_consent_over_the_counter_medicine:o.temp.sims_medical_consent_over_the_counter_medicine,sims_medical_consent_medicine_allowed:o.temp.sims_medical_consent_medicine_allowed,sims_medical_consent_remark:o.temp.sims_medical_consent_remark,sims_medical_consent_applicable_from_acad_year:o.temp.sims_academic_year,sims_medical_consent_approved_by:o.temp.sims_medical_consent_approved_by},n.post(i.apiUrl+"api/Medical_Consent/CUDSims_MedicalConsent",e).then(function(e){o.msg1=e.data,o.msg1=e.data,1==o.msg1?(swal({text:"Record Inserted Successfully",imageUrl:"assets/img/check.png",width:300,height:200}),o.clear()):0==o.msg1?swal({text:"Record cannot be inserted, Record Already Exits. ",imageUrl:"assets/img/close.png",width:300,height:200}):swal("Error-"+o.msg1)}),o.table=!0,o.newdisplay=!1,0)})},o.update=function(t){n.get(i.apiUrl+"api/Medical_Consent/getStudentsParent?enroll="+o.temps.enroll_number).then(function(e){o.parent_id=e.data,d=o.parent_id[0].sims_medical_consent_parent_number,t&&(e={opr:"U",sims_medical_consent_cur_code:o.edt.s_cur_code,sims_medical_consent_enroll_number:o.temps.enroll_number,sims_medical_consent_parent_number:d,sims_medical_consent_health_records:o.temp.sims_medical_consent_health_records,sims_medical_consent_immunization:o.temp.sims_medical_consent_immunization,sims_medical_consent_emergency_treatment:o.temp.sims_medical_consent_emergency_treatment,sims_medical_consent_medical_treatment:o.temp.sims_medical_consent_medical_treatment,sims_medical_consent_over_the_counter_medicine:o.temp.sims_medical_consent_over_the_counter_medicine,sims_medical_consent_medicine_allowed:o.temp.sims_medical_consent_medicine_allowed,sims_medical_consent_remark:o.temp.sims_medical_consent_remark,sims_medical_consent_applicable_from_acad_year:o.temp.sims_academic_year,sims_medical_consent_updated_on:null,sims_medical_consent_approved_by:o.temp.sims_medical_consent_approved_by},n.post(i.apiUrl+"api/Medical_Consent/CUDSims_MedicalConsent",e).then(function(e){o.msg1=e.data,o.msg1=e.data,1==o.msg1?(swal({text:"Record Updated Successfully",imageUrl:"assets/img/check.png",width:300,height:200}),o.clear()):0==o.msg1?swal({text:"Record not Updated. ",imageUrl:"assets/img/close.png",width:300,height:200}):swal("Error-"+o.msg1)}),o.table=!0,o.newdisplay=!1,0)})},a(function(){$("#fixTable").tableHeadFixer({top:1})},100),o.Cancel=function(){o.temp="",o.table=!0,o.newdisplay=!1,o.hide_img=!1,o.Myform.$setPristine(),o.Myform.$setUntouched(),goToState(e.current,{},{reload:!0}),o.mainPage=!1},o.clear=function(){o.temp="",o.hide_img=!1,goToState(e.current,{},{reload:!0})},o.StudAdd=function(e){o.temp={comn_user_name:e.s_enroll_no}},$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0}),o.flag=!0,o.expand=function(e,t){if(1==o.flag)$(c).remove(),e.icon="fa fa-minus-circle",c=$("<tr id='innerRow'><td class='details' colspan='11'><table class='inner-table' cellpadding='5' cellspacing='0' width='100%' style='border:solid;border-width:02px'><tbody><tr> <td class='semi-bold'>Issuing Authority</td> <td class='semi-bold'>Teeth </td><td class='semi-bold'>Medication Status</td><td class='semi-bold'>Medication Desc</td><td class='semi-bold'>Disability Status</td> <td class='semi-bold'>Disability Desc </td><td class='semi-bold'>Restriction Status</td><td class='semi-bold'>Restriction Desc</td></tr><tr><td>"+e.sims_health_card_issuing_authority+"</td> <td>"+e.sims_teeth+" </td><td>"+e.sims_medication_status+"</td><td>"+e.sims_medication_desc+"</td><td>"+e.sims_disability_status+"</td> <td>"+e.sims_disability_desc+" </td><td>"+e.sims_health_restriction_status+"</td><td>"+e.sims_health_restriction_desc+"</td></tr><tr><td class='semi-bold'>Hearing Status</td> <td class='semi-bold'>Hearing Desc </td><td class='semi-bold'>Vision Status</td><td class='semi-bold'>Vision Desc</td><td class='semi-bold'>Other Status</td> <td class='semi-bold'>Other Desc </td><td class='semi-bold'>Hospital Name</td><td class='semi-bold'>Hospital Phone No</td></tr><tr><td>"+e.sims_health_hearing_status+"</td> <td>"+e.sims_health_hearing_desc+" </td><td>"+e.sims_health_vision_status+"</td><td>"+e.sims_health_vision_desc+"</td><td>"+e.sims_health_other_status+"</td> <td>"+e.sims_health_other_desc+" </td><td>"+e.sims_regular_hospital_name+"</td><td>"+e.sims_regular_hospital_phone+"</td></tr><tr> <td class='semi-bold'>Doctor Name</td> <td class='semi-bold'>Doctor Phone No</td><td  colspan='7'></td></tr><tr><td>"+e.sims_regular_doctor_name+"</td> <td>"+e.sims_regular_doctor_phone+" </td><td  colspan='7'></td></tr></table>"),$(t.currentTarget).parents("tr").after(c),o.flag=!1;else{$("#innerRow").css({display:"none"});for(var a=0;a<o.filteredTodos.length;a++)o.filteredTodos[a].icon="fa fa-plus-circle";o.flag=!0}},o.CheckedReadonly=function(e){1==document.getElementById(e).checked?o[e]=!1:o[e]=!0},o.access_nos=function(e){"Tab"!=e.key&&"Enter"!=e.key||(null==o.temps.enroll_number||""==o.temps.enroll_number?swal("","Please Enter Enroll No."):n.get(i.apiUrl+"api/StudentHealth/Get_studentlist?enroll_no="+o.temps.enroll_number).then(function(e){0==e.data.length?(swal("","No Record Found/Student Status Inactive"),o.table=!0,o.mainPage=!1):(o.savedata=e.data,o.stud=o.savedata[0])}))},o.radio1Click=function(){document.getElementById("yes").checked=!0,o.temp.sims_medical_consent_health_records=!0},o.radio2Click=function(){document.getElementById("no").checked=!0,o.temp.sims_medical_consent_health_records=!1},o.radio3Click=function(){document.getElementById("yes1").checked=!0,o.temp.sims_medical_consent_immunization=!0},o.radio4Click=function(){document.getElementById("no1").checked=!0,o.temp.sims_medical_consent_immunization=!1},o.radio5Click=function(){document.getElementById("yes2").checked=!0,o.temp.sims_medical_consent_emergency_treatment=!0},o.radio6Click=function(){document.getElementById("no2").checked=!0,o.temp.sims_medical_consent_emergency_treatment=!1},o.radio7Click=function(){document.getElementById("yes3").checked=!0,o.temp.sims_medical_consent_medical_treatment=!0},o.radio8Click=function(){document.getElementById("no3").checked=!0,o.temp.sims_medical_consent_medical_treatment=!1},o.radio9Click=function(){document.getElementById("yes4").checked=!0,o.temp.sims_medical_consent_over_the_counter_medicine=!0},o.radio10Click=function(){document.getElementById("no4").checked=!0,o.temp.sims_medical_consent_over_the_counter_medicine=!1},o.radio11Click=function(){document.getElementById("yes5").checked=!0,o.temp.sims_medical_consent_medicine_allowed=!0},o.radio12Click=function(){document.getElementById("no5").checked=!0,o.temp.sims_medical_consent_medicine_allowed=!1},o.radio13Click=function(){document.getElementById("f").checked=!0,o.temp.sims_medical_consent_approved_by="F"},o.radio14Click=function(){document.getElementById("m").checked=!0,o.temp.sims_medical_consent_approved_by="M"},o.radio15Click=function(){document.getElementById("g").checked=!0,o.temp.sims_medical_consent_approved_by="G"}}])}(),function(){"use strict";var c,e=angular.module("sims.module.Health");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("MedicalStudentDetailCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$filter","$http","ENV",function(s,e,t,a,o,n,i,d){s.pagesize="10",s.pageindex="0",s.pager=!0,s.display=!1,s.table1=!0,s.fee_no=!0,s.table=!0,s.visit_no=!0,s.chku=!1,s.edt=[],i.get(d.apiUrl+"api/common/getCuriculum").then(function(e){s.curriculum=e.data,s.temp={sims_cur_code:s.curriculum[0].sims_cur_code},s.getAccYear(s.temp.sims_cur_code)}),s.getAccYear=function(e){i.get(d.apiUrl+"api/common/getAcademicYear?curCode="+e).then(function(e){s.Acc_year=e.data,s.temp={sims_cur_code:s.curriculum[0].sims_cur_code,sims_academic_year:s.Acc_year[0].sims_academic_year},s.getdate(s.temp.sims_cur_code,s.temp.sims_academic_year)})},s.getdate=function(e,t){i.get(d.apiUrl+"api/MedicalStudentSusceptibility/getdatedetails?cur_code="+s.temp.sims_cur_code+"&ac_year="+s.temp.sims_academic_year).then(function(e){s.getAllTerm=e.data,s.getGrade(s.temp.sims_cur_code,s.temp.sims_academic_year)})},s.getGrade=function(e,t){i.get(d.apiUrl+"api/MedicalStudentSusceptibility/getgardedetails?cur_code="+e+"&ac_year="+t+"&date_code="+s.temp.sims_date_code).then(function(e){s.Grade_code=e.data})},s.getSection=function(){i.get(d.apiUrl+"api/MedicalStudentSusceptibility/getsectiondetails?cur_code="+s.temp.sims_cur_code+"&ac_year="+s.temp.sims_academic_year+"&date_code="+s.temp.sims_date_code+"&grade_code="+s.temp.sims_grade_code).then(function(e){s.Section_code=e.data})},s.getdatedett=function(){i.get(d.apiUrl+"api/MedicalStudentSusceptibility/getdatedet?cur_code="+s.temp.sims_cur_code+"&ac_year="+s.temp.sims_academic_year+"&date_code="+s.temp.sims_date_code+"&grade_code="+s.temp.sims_grade_code+"&section_code="+s.temp.sims_section_code).then(function(e){s.Date_code=e.data})},s.size=function(e){"All"===e?(s.currentPage=1,s.filteredTodos=s.getAllTerm_details,s.pager=!1):(s.pager=!0,s.pagesize=e,s.currentPage=1,s.numPerPage=e,s.makeTodos())},s.index=function(e){s.pageindex=e,s.currentPage=e,s.makeTodos(),s.chk={},s.chk.check_all=!1,s.row1=""},s.filteredTodos=[],s.currentPage=1,s.numPerPage=5,s.maxSize=5,s.makeTodos=function(){var e=parseInt(s.totalItems%s.numPerPage),e=(s.pagersize="0"===e?parseInt(s.totalItems/s.numPerPage):parseInt(s.totalItems/s.numPerPage)+1,(s.currentPage-1)*s.numPerPage),t=parseInt(e)+parseInt(s.numPerPage);s.filteredTodos=s.todos.slice(e,t)},s.Submit=function(){i.get(d.apiUrl+"api/MedicalStudentSusceptibility/getAllStudentDetails?cur="+s.temp.sims_cur_code+"&a_year="+s.temp.sims_academic_year+"&grades="+s.temp.sims_grade_code+"&section="+s.temp.sims_section_code+"&term="+s.temp.sims_date_code).then(function(e){s.getAllTerm_details=e.data,s.totalItems=s.getAllTerm_details.length,s.todos=s.getAllTerm_details,s.makeTodos()})},t.visible_stud=!0,t.visible_parent=!1,t.visible_search_parent=!1,t.visible_teacher=!1,t.visible_User=!1,t.visible_Employee=!1,t.chkMulti=!1,s.Search=function(){s.global_Search_click(),$("#Global_Search_Modal").modal({backdrop:"static"})},s.$on("global_cancel",function(){0<s.SelectedUserLst.length&&(s.edt={sims_enroll_number:s.SelectedUserLst[0].s_enroll_no,name:s.SelectedUserLst[0].name}),s.em_number=s.edt.em_number}),s.user=t.globals.currentUser.username,s.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).std_name.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_health_card_number.toLowerCase().indexOf(t.toLowerCase());var t})},s.search=function(){s.todos=s.searched(s.getAllTerm_details,s.searchText),s.totalItems=s.todos.length,s.currentPage="1",""===s.searchText&&(s.todos=s.getAllTerm_details),s.makeTodos(),c.checked=!1,s.CheckAllChecked()},s.New=function(){s.temp="",s.edt="",s.display=!0,s.table=!1,s.table1=!1,s.instaminimuma=!0,s.update1=!1,s.Update_btn=!1,s.show_btn=!0},s.submit=function(){var e,t,a=[];s.insert=!1;for(t of s.filteredTodos)!0===t.datastatus&&(e={sims_cur_code:s.temp.sims_cur_code,sims_academic_year:s.temp.sims_academic_year,sims_grade_code:s.temp.sims_grade_code,sims_section_code:s.temp.sims_section_code,sims_medical_checkup_schedule_srl_no:s.temp.sims_medical_checkup_schedule_srl_no,sims_term_code:t.sims_term_code,sims_enroll_number:t.sims_enroll_number,sims_health_card_number:t.sims_health_card_number,sims_health_restriction_status:t.sims_health_restriction_desc,sims_health_restriction_desc:t.sims_health_restriction_desc,sims_medication_status:t.sims_medication_status,sims_medication_desc:t.sims_medication_desc,sims_height:t.sims_height,sims_wieght:t.sims_wieght,sims_teeth:t.sims_teeth,sims_health_bmi:t.sims_health_bmi,sims_health_other_remark:t.sims_health_other_remark,opr:"J"},s.insert=!0,a.push(e));s.insert&&i.post(d.apiUrl+"api/MedicalStudentSusceptibility/CUDMedicalAllDetails",a).then(function(e){s.msg1=e.data,!0===s.msg1?(swal({text:"Record Inserted Successfully",imageUrl:"assets/img/check.png",width:380,height:200}),s.Submit()):swal({text:"Student Already Present",imageUrl:"assets/img/close.png",width:380,height:200})}),s.display=!1,s.table=!0},s.calculateBMI=function(e){var t=0,a=0,o=e.sims_height/100,t=(o=e.sims_wieght/(o*o))-(a=Math.floor(o));t*=10,10===(t=Math.round(t))&&(a+=1,t=0),e.sims_health_bmi=a+"."+t},s.CheckAllChecked=function(){if(!0===(c=document.getElementById("mainchk")).checked)for(let e=0;e<s.filteredTodos.length;e++)document.getElementById(e+s.filteredTodos[e].sims_enroll_number).checked=!0,s.row1="row_selected",$("tr").addClass("row_selected");else for(let e=0;e<s.filteredTodos.length;e++)document.getElementById(e+s.filteredTodos[e].sims_enroll_number).checked=!1,c.checked=!1,s.row1=""},s.checkonebyonedelete=function(e){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),s.color="#edefef"}),e.status=e.datastatus},s.edit=function(e){s.temp={sims_cur_code:e.sims_cur_code,sims_academic_year:e.sims_academic_year,sims_term_code:e.sims_term_code,sims_health_card_number:e.sims_health_card_number,sims_height:e.sims_height,sims_wieght:e.sims_wieght,sims_teeth:e.sims_teeth,sims_health_bmi:e.sims_health_bmi,sims_health_restriction_status:e.sims_health_restriction_status,sims_health_restriction_desc:e.sims_health_restriction_desc,sims_medication_status:e.sims_medication_status,sims_medication_desc:e.sims_medication_desc,sims_health_other_remark:e.sims_health_other_remark},s.edt={sims_enroll_number:e.sims_enroll_number},s.Update_btn=!0,s.show_btn=!1,s.display=!0,s.table=!1,s.table1=!1},s.update=function(){var e=[],t={sims_cur_code:s.temp.sims_cur_code,sims_academic_year:s.temp.sims_academic_year,sims_term_code:s.temp.sims_term_code,sims_enroll_number:s.edt.sims_enroll_number,sims_health_card_number:s.temp.sims_health_card_number,sims_health_restriction_status:s.temp.sims_health_restriction_status,sims_health_restriction_desc:s.temp.sims_health_restriction_desc,sims_medication_status:s.temp.sims_medication_status,sims_medication_desc:s.temp.sims_medication_desc,sims_height:s.temp.sims_height,sims_wieght:s.temp.sims_wieght,sims_teeth:s.temp.sims_teeth,sims_health_bmi:s.temp.sims_health_bmi,sims_health_other_remark:s.temp.sims_health_other_remark,opr:"U"};e.push(t),i.post(d.apiUrl+"api/MedicalStudentSusceptibility/CUDMedicalTermDetails",e).then(function(e){s.msg1=e.data,!0===s.msg1?(swal({text:"Record Updated Successfully",imageUrl:"assets/img/check.png",width:380,height:200}),i.get(d.apiUrl+"api/MedicalStudentSusceptibility/getAllTermDetails").then(function(e){s.getAllTerm_details=e.data,s.totalItems=s.getAllTerm_details.length,s.todos=s.getAllTerm_details,s.makeTodos()})):swal({text:"Record Not Updated",imageUrl:"assets/img/close.png",width:380,height:200})}),s.display=!1,s.table=!0},s.OkDelete=function(){var e,t,o=[];s.flag=!1;for(t of s.filteredTodos)!0===t.datastatus&&(s.flag=!0,e={sims_academic_year:s.temp.sims_academic_year,sims_term_code:s.temp.sims_term_code,sims_enroll_number:t.sims_enroll_number,opr:"D"},o.push(e));s.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)i.post(d.apiUrl+"api/MedicalStudentSusceptibility/CUDMedicalTermDetails",o).then(function(e){s.msg1=e.data,!0===s.msg1?swal({text:"Record Deleted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&(s.Submit(),!0===(c=document.getElementById("mainchk")).checked)&&(c.checked=!1,s.row1="")}):swal({text:"Record Not Deleted ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&(s.Submit(),!0===(c=document.getElementById("mainchk")).checked)&&(c.checked=!1,s.row1="")})});else for(var t=0;t<s.filteredTodos.length;t++){var a=document.getElementById(t+s.filteredTodos[t].sims_enroll_number);!0===a.checked&&(a.checked=!1,c.checked=!1,$("tr").removeClass("row_selected"))}}):swal({text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}),s.currentPage=!0},s.Cancel=function(){s.Submit()},$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0,format:"yyyy-mm-dd"})}])}(),function(){"use strict";angular.module("sims.module.Health").controller("MedicalCheckupScheduleCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$filter","$http","ENV",function(o,e,s,t,a,n,i,d){o.vehicle_data=[],o.table=!0,o.hide_check_detais=!1,o.hide_cc_detais=!1,o.pagesize="5",o.pageindex="1",s.visible_stud=!0,s.chkMulti=!0,o.paymentmode=[],t(function(){$("#table").tableHeadFixer({top:1})},100),setTimeout(function(){$("#cmb_vehicle_code,#cmb_bank_code").select2()},100),i.get(d.apiUrl+"api/common/getCuriculum").then(function(e){o.curriculum=e.data,o.edt={sims_cur_code:o.curriculum[0].sims_cur_code},o.getAccYear(o.edt.sims_cur_code)}),o.getAccYear=function(t){i.get(d.apiUrl+"api/MedicalStudentSusceptibility/getAcademicYear?cur_code="+t).then(function(e){o.Acc_year=e.data,o.temp={sims_academic_year:o.Acc_year[0].sims_academic_year},o.year_end=o.Acc_year[0].sims_academic_year_end_date,o.year_start=o.Acc_year[0].sims_academic_year_start_date,o.getGrade(t,o.temp.sims_academic_year)})};var c=n("date")(new Date,"dd-MM-yyyy"),l=c.split("-")[2];o.GetGrade=function(){i.get(d.apiUrl+"api/common/getAllGrades?cur_code="+o.edt.sims_cur_code+"&academic_year="+o.temp.sims_academic_year).then(function(e){o.Grade_code=e.data})},o.getGrade=function(e,t){i.get(d.apiUrl+"api/common/getAllGrades?cur_code="+e+"&academic_year="+t).then(function(e){o.Grade_code=e.data})},o.getSection=function(e,t,a){i.get(d.apiUrl+"api/StudentReport/getSectionFromGrade?cur_code="+o.edt.sims_cur_code+"&grade_code="+o.edt.sims_grade_code+"&academic_year="+o.temp.sims_academic_year).then(function(e){o.Section_code=e.data,setTimeout(function(){$("#cmb_section_code").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"})},1e3)})},$(function(){$("#cmb_section_code").multipleSelect({width:"100%"})}),o.get_ischecked=function(e){o.dt.fvex_cheque="","CY"==(o.dt.fvex_cheque=e)?(o.hide_check_detais=!0,o.hide_cc_detais=!1,o.hide_cheque_detais=!0,o.hide_dd_detais=!1,o.hide_cach_detais=!1,null!=o.ydt&&(o.ydt.sims_special_date=""),null!=o.tdt&&(o.tdt.sims_special_date=""),o.mdt=""):"CS"==e?(o.hide_check_detais=!1,o.hide_cc_detais=!0,o.hide_cheque_detais=!1,o.hide_dd_detais=!1,o.hide_cach_detais=!1,null!=o.sdt&&(o.sdt.sims_year_date=""),null!=o.tdt&&(o.tdt.sims_special_date=""),o.mdt=""):"CM"==e?(o.hide_check_detais=!1,o.hide_cc_detais=!1,o.hide_cheque_detais=!1,o.hide_dd_detais=!0,o.hide_cach_detais=!1,null!=o.ydt&&(o.ydt.sims_special_date=""),null!=o.sdt&&(o.sdt.sims_year_date=""),null!=o.tdt&&(o.tdt.sims_special_date=""),l=c.split("-")[2],o.mdt={sims_jan_date:"01-01-"+l,sims_feb_date:"01-02-"+l,sims_mar_date:"01-03-"+l,sims_apr_date:"01-04-"+l,sims_may_date:"01-05-"+l,sims_jun_date:"01-06-"+l,sims_jly_date:"01-07-"+l,sims_aug_date:"01-08-"+l,sims_sep_date:"01-09-"+l,sims_oct_date:"01-10-"+l,sims_nov_date:"01-11-"+l,sims_dec_date:"01-12-"+l},$(".datepicker").datepicker({maxDate:"0"}),$(".k-datepicker input").bind("click dblclick",function(){return!1})):"CT"==e&&(o.hide_check_detais=!1,o.hide_cc_detais=!1,o.hide_cheque_detais=!1,o.hide_dd_detais=!1,o.hide_cach_detais=!0,null!=o.ydt&&(o.ydt.sims_special_date=""),null!=o.sdt&&(o.sdt.sims_year_date=""),o.mdt="",i.get(d.apiUrl+"api/MedicalStudentSusceptibility/gettermdate?ac_year="+o.temp.sims_academic_year+"&cur_code="+o.edt.sims_cur_code).then(function(e){o.term_data=e.data,console.log("$scope.term_data",o.term_data),setTimeout(function(){angular.forEach(o.term_data,function(e,t){console.log("value",e),$("#"+e.sims_term_code).datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0,format:"dd-mm-yyyy"}),console.log("key",t)})},400)}));for(var t=document.getElementsByName("Recepient"),a=0;a<t.length;a++)!0===t[a].checked&&(o.paymentmode=t[a].defaultValue)},o.size=function(e){o.pagesize=e,o.currentPage=1,o.numPerPage=e,console.log("numPerPage="+o.numPerPage),o.makeTodos()},o.index=function(e){o.pageindex=e,o.currentPage=e,console.log("currentPage="+o.currentPage),o.makeTodos(),main.checked=!1,o.CheckAllChecked()},o.filteredTodos=[],o.currentPage=1,o.numPerPage=5,o.maxSize=5,o.makeTodos=function(){var e=parseInt(o.totalItems%o.numPerPage),e=(o.pagersize="0"==e?parseInt(o.totalItems/o.numPerPage):parseInt(o.totalItems/o.numPerPage)+1,(o.currentPage-1)*o.numPerPage),t=parseInt(e)+parseInt(o.numPerPage);console.log("begin="+e),console.log("end="+t),o.filteredTodos=o.todos.slice(e,t)},$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0,format:"dd-mm-yyyy"}),o.showdata=function(){i.get(d.apiUrl+"api/TransportStop/getVehicleExpanseDetails").then(function(e){o.obj=e.data,o.totalItems=o.obj.length,o.todos=o.obj,o.makeTodos(),0==o.obj.length?(swal({text:"No Record Found...",imageUrl:"assets/img/close.png",showCloseButton:!0,width:450,height:200}),o.tablehide=!1):o.tablehide=!0})},o.showdata(),o.Show=function(){i.get(d.apiUrl+"api/StudentReport/getTcCertificateRequiestDate?date_wisesearch="+o.dt.sims_tc_certificate_request_date).then(function(e){o.obj=e.data,o.totalItems=o.obj.length,o.todos=o.obj,o.makeTodos(),0==o.obj.length?(swal({text:"No Record Found...",imageUrl:"assets/img/close.png",showCloseButton:!0,width:450,height:200}),o.tablehide=!1):o.tablehide=!0})},$(document).on("touch click",'*[data-datepicker="true"] .add-on',function(e){$('input[type="text"]',$(this).parent()).focus()}),o.Save=function(){if("CY"==o.dt.fvex_cheque){s.globals.currentUser.username;var e=[],t={sims_cur_code:o.edt.sims_cur_code,sims_academic_year:o.temp.sims_academic_year,sims_grade_code:o.edt.sims_grade_code+"",sims_section_code:o.edt.sims_section_code+"",sims_year_date:o.sdt.sims_year_date,opr:"I"};e.push(t),i.post(d.apiUrl+"api/MedicalStudentSusceptibility/CUDcheckupdetails",e).then(function(e){o.msg1=e.data,null!=o.msg1.strMessage?null==o.msg1.strMessage&&""==o.msg1.strMessage&&null==o.msg1.strMessage||swal({title:"Alert",text:o.msg1.strMessage,width:380,height:200}):swal({text:"Record Not Inserted...",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}),o.showdata()})}else if("CS"==o.dt.fvex_cc){s.globals.currentUser.username;e=[],t={sims_cur_code:o.edt.sims_cur_code,sims_academic_year:o.temp.sims_academic_year,sims_grade_code:o.edt.sims_grade_code+"",sims_section_code:o.edt.sims_section_code+"",sims_special_date:o.ydt.sims_special_date,opr:"A"};e.push(t),i.post(d.apiUrl+"api/MedicalStudentSusceptibility/CUDcheckupdetails",e).then(function(e){o.msg1=e.data,null!=o.msg1.strMessage?null==o.msg1.strMessage&&""==o.msg1.strMessage&&null==o.msg1.strMessage||swal({title:"Alert",text:o.msg1.strMessage,width:380,height:200}):swal({text:"Record Not Inserted...",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}),o.showdata()})}else if("CM"==o.dt.fvex_dd){s.globals.currentUser.username;e=[],t={sims_cur_code:o.edt.sims_cur_code,sims_academic_year:o.temp.sims_academic_year,sims_grade_code:o.edt.sims_grade_code+"",sims_section_code:o.edt.sims_section_code+"",sims_jan_date:o.mdt.sims_jan_date,sims_feb_date:o.mdt.sims_feb_date,sims_mar_date:o.mdt.sims_mar_date,sims_apr_date:o.mdt.sims_apr_date,sims_may_date:o.mdt.sims_may_date,sims_jun_date:o.mdt.sims_jun_date,sims_jly_date:o.mdt.sims_jly_date,sims_aug_date:o.mdt.sims_aug_date,sims_sep_date:o.mdt.sims_sep_date,sims_oct_date:o.mdt.sims_oct_date,sims_nov_date:o.mdt.sims_nov_date,sims_dec_date:o.mdt.sims_dec_date,opr:"C"};e.push(t),i.post(d.apiUrl+"api/MedicalStudentSusceptibility/CUDcheckupdetails",e).then(function(e){o.msg1=e.data,null!=o.msg1.strMessage?null==o.msg1.strMessage&&""==o.msg1.strMessage&&null==o.msg1.strMessage||swal({title:"Alert",text:o.msg1.strMessage,width:380,height:200}):swal({text:"Record Not Inserted...",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}),o.showdata()})}else if("CT"==o.dt.fvex_cach){s.globals.currentUser.username;for(var e=[],a=0;a<o.term_data.length;a++){t={sims_cur_code:o.edt.sims_cur_code,sims_academic_year:o.temp.sims_academic_year,sims_grade_code:o.edt.sims_grade_code+"",sims_section_code:o.edt.sims_section_code+"",sims_special_date:o.term_data[a].sims_special_date,opr:"Q"};e.push(t)}i.post(d.apiUrl+"api/MedicalStudentSusceptibility/CUDcheckupdetails",e).then(function(e){o.msg1=e.data,null!=o.msg1.strMessage?null==o.msg1.strMessage&&""==o.msg1.strMessage&&null==o.msg1.strMessage||swal({title:"Alert",text:o.msg1.strMessage,width:380,height:200}):swal({text:"Record Not Inserted...",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}),o.showdata()})}o.dt.fvex_cheque=""},o.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).sims_tc_certificate_request_number.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_enroll_number.toLowerCase().indexOf(t.toLowerCase())||e.sager==t;var t})},o.search=function(){o.todos=o.searched(o.obj,o.searchText),o.totalItems=o.todos.length,o.currentPage="1",""==o.searchText&&(o.todos=o.obj),o.makeTodos()},o.clear=function(){o.edt={sims_enroll_number:"",sims_tc_certificate_reason:""},o.searchText=""},o.Reset=function(){o.clear(),o.tablehide=!1},$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0,format:"dd-mm-yyyy"}),$("#test-0").datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0,format:"dd-mm-yyyy"}),$(document).on("touch click","#test-0",function(e){$('input[type="text"]',$(this).parent()).focus()}),$(document).on("touch click",'*[data-datepicker="true"] .add-on',function(e){$('input[type="text"]',$(this).parent()).focus()}),o.checkdatejan=function(){"01"!=o.mdt.sims_jan_date.split("-")[1]&&(swal({title:"Alert",text:"Please selecte only January date...",width:380,height:200}),o.mdt.sims_jan_date="01-01-"+l)},o.checkdatefeb=function(){"02"!=o.mdt.sims_feb_date.split("-")[1]&&(swal({title:"Alert",text:"Please selecte only February date...",width:380,height:200}),o.mdt.sims_feb_date="01-02-"+l)},o.checkdatemar=function(){"03"!=o.mdt.sims_mar_date.split("-")[1]&&(swal({title:"Alert",text:"Please selecte only March date...",width:380,height:200}),o.mdt.sims_mar_date="01-03-"+l)},o.checkdateapr=function(){"04"!=o.mdt.sims_apr_date.split("-")[1]&&(swal({title:"Alert",text:"Please selecte only April date...",width:380,height:200}),o.mdt.sims_apr_date="01-04-"+l)},o.checkdatemay=function(){"05"!=o.mdt.sims_may_date.split("-")[1]&&(swal({title:"Alert",text:"Please selecte only May date...",width:380,height:200}),o.mdt.sims_may_date="01-05-"+l)},o.checkdatejun=function(){"06"!=o.mdt.sims_jun_date.split("-")[1]&&(swal({title:"Alert",text:"Please selecte only June date...",width:380,height:200}),o.mdt.sims_jun_date="01-06-"+l)},o.checkdatejly=function(){"07"!=o.mdt.sims_jly_date.split("-")[1]&&(swal({title:"Alert",text:"Please selecte only July date...",width:380,height:200}),o.mdt.sims_jly_date="01-07-"+l)},o.checkdateaug=function(){"08"!=o.mdt.sims_aug_date.split("-")[1]&&(swal({title:"Alert",text:"Please selecte only August date...",width:380,height:200}),o.mdt.sims_aug_date="01-08-"+l)},o.checkdatesep=function(){"09"!=o.mdt.sims_sep_date.split("-")[1]&&(swal({title:"Alert",text:"Please selecte only September date...",width:380,height:200}),o.mdt.sims_sep_date="01-09-"+l)},o.checkdateoct=function(){"10"!=o.mdt.sims_oct_date.split("-")[1]&&(swal({title:"Alert",text:"Please selecte only Octomber date...",width:380,height:200}),o.mdt.sims_oct_date="01-10-"+l)},o.checkdatenov=function(){"11"!=o.mdt.sims_nov_date.split("-")[1]&&(swal({title:"Alert",text:"Please selecte only November date...",width:380,height:200}),o.mdt.sims_nov_date="01-11-"+l)},o.checkdatedec=function(){"12"!=o.mdt.sims_dec_date.split("-")[1]&&(swal({title:"Alert",text:"Please selecte only December date...",width:380,height:200}),o.mdt.sims_dec_date="01-12-"+l)}}])}(),function(){"use strict";var u,e=angular.module("sims.module.Health");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("MedicalVisitCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$filter","$http","ENV",function(s,e,t,a,o,n,d,c){s.pagesize="10",s.pageindex="0",s.pager=!0,s.display=!1,s.save1=!1,s.update1=!1,s.cancel1=!1,s.table1=!0,s.fee_no=!0,s.table=!0,s.visit_no=!0;var l=null,r=(s.chku=!1,s.stud_info=!1,s.Emp_info=!1,s.emp_pre=!1,s.stud_pre=!1,s.Emp_number=!1,s.Stud_number=!1,s.ref_user=!1,s.edt={},s.imgurl=c.docUrl+d.defaults.headers.common.schoolId+"/Images/StudentImages/",s.imgurle=c.docUrl+d.defaults.headers.common.schoolId+"/Images/employeeImages/",s.user=t.globals.currentUser.username,document.getElementById("chk_User")),m=document.getElementById("chk_Employee"),r=(r.checked=!1,m.checked=!1,document.getElementById("drug_User")),m=document.getElementById("drug_Employee"),r=(r.checked=!1,m.checked=!1,s.edt12={},s.edte={},s.temp={},s.edt12.sims_drug_allergy="f",s.ShowSusceptibilityDetails=!1,n("date")(new Date,"yyyy-MM-dd"));s.dt={sims_from_date:r},a(function(){$("#fixTable").tableHeadFixer({top:1})},100),s.size=function(e){"All"===e?(s.currentPage="1",s.filteredTodos=s.todos,s.pager=!1):(s.pager=!0,s.pagesize=e,s.currentPage=1,s.numPerPage=e,s.makeTodos())},s.index=function(e){s.pageindex=e,s.currentPage=e,s.makeTodos(),u.checked=!1,s.CheckAllChecked()},s.filteredTodos=[],s.currentPage=1,s.numPerPage=10,s.maxSize=10,s.makeTodos=function(){var e=parseInt(s.totalItems%s.numPerPage),e=(s.pagersize="0"==e?parseInt(s.totalItems/s.numPerPage):parseInt(s.totalItems/s.numPerPage)+1,(s.currentPage-1)*s.numPerPage),t=parseInt(e)+parseInt(s.numPerPage);s.filteredTodos=s.todos.slice(e,t)},s.showdata=function(){s.display=!1,s.table=!0,s.table1=!0;var e=document.getElementById("chk_User"),t=document.getElementById("chk_Employee"),e=(e.checked=!1,t.checked=!1,document.getElementById("drug_User")),t=document.getElementById("drug_Employee");e.checked=!1,t.checked=!1,d.get(c.apiUrl+"api/MedicalStudentSusceptibility/getMedicalVisit").then(function(e){s.obj=e.data,s.totalItems=s.obj.length,s.todos=s.obj,s.makeTodos(),0==s.obj.length?(swal({title:"Alert",text:"No Record Found...",showCloseButton:!0,width:450,height:200}),s.display=!1,s.table=!1):(s.display=!1,s.table=!0),s.table1=!0})},s.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).sims_medical_visit_number.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_enroll_number.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_employee_number.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_user_code_created_by.toLowerCase().indexOf(t.toLowerCase());var t})},s.search=function(){s.todos=s.searched(s.obj,s.searchText),s.totalItems=s.todos.length,s.currentPage="1",""===s.searchText&&(s.todos=s.obj),s.makeTodos(),u.checked=!1,s.CheckAllChecked()},s.getMedicine=function(){d.get(c.apiUrl+"api/MedicalStudentSusceptibility/getAllMedicalMedicineCode").then(function(e){s.medtype=e.data,s.temp2={sims_medicine_code:s.medtype[i].sims_medicine_code}})},s.New=function(){s.getMedicine(),s.no_selection=!1,s.status=!0;var e=n("date")(new Date,"dd-MM-yyyy");s.dt={sims_from_date:e},s.edt.medical_attended_by=t.globals.currentUser.username,d.get(c.apiUrl+"api/MedicalStudentSusceptibility/getAutoGenerateMedicalvisitNo").then(function(e){s.temp1={sims_medical_visit_number:e.data}}),d.get(c.apiUrl+"api/common/Medical_Visit/getAllMedicalVisitExamination").then(function(e){s.medExam=e.data}),s.edt5={sims_status:!0},s.clearvalue(),s.display=!0,s.table=!1,s.table1=!1,s.instaminimuma=!0,s.update1=!1,s.save1=!0,s.add_btn=!0,s.Table2=!0,s.MedicalVisiteArray=[],s.stud_info=!1,s.ShowSusceptibilityDetails=!0,s.rm_edt=!0,s.dt={sims_from_date:e},s.GetSusceptibilityDesc()},s.MedicalVisiteArray=[],s.AddMedicine=function(){var t,a=[];d.get(c.apiUrl+"api/common/Medical_Visit/getMedicineName?str="+s.temp2.sims_medicine_code).then(function(e){s.CreDiv=e.data,t=s.CreDiv[0].sims_medicine_name,a=(s.temp1.sims_medical_visit_number,{sims_medicine_code:s.temp2.sims_medicine_code,sims_medicine_duration:s.edt6.sims_medicine_duration,sims_medicine_dosage:s.edt6.sims_medicine_dosage,sims_medicine_name:t,sims_medical_visit_number:s.temp1.sims_medical_visit_number}),s.MedicalVisiteArray.push(a),s.temp2.sims_medicine_code="",s.edt6.sims_medicine_duration="",s.edt6.sims_medicine_dosage=""})};s.CheckInstallment=function(){!0===s.edt.sims_library_fee_installment_mode?s.instaminimuma=!1:s.instaminimuma=!0},s.obj1=[],s.obj2=[],s.CheckAllChecked=function(){if(!0===(u=document.getElementById("mainchk11")).checked)for(var e=0;e<s.filteredTodos.length;e++)document.getElementById(e).checked=!0,$("tr").addClass("row_selected");else for(e=0;e<s.filteredTodos.length;e++)document.getElementById(e).checked=!1,u.checked=!1,s.row1="",$("tr").removeClass("row_selected")};s.checkonebyonedelete=function(e,t){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),s.color="#edefef"}),e.status=e.datastatus,0},s.submit=function(e){if(s.res={},null!=s.edt.sims_enroll_number&&""!==s.edt.sims_enroll_number||null!=s.edte.sims_employee_number&&""!==s.edte.sims_employee_number){if(null==s.edt12.sims_drug_allergy||""===s.edt12.sims_drug_allergy)swal("","Please select Drug Allergy (Yes/No).");else if(null==s.edt5.sims_medical_visit_nursing_treatment||""===s.edt5.sims_medical_visit_nursing_treatment)swal("","Please fill the detail");else if(e){s.stud_info=!1,s.Emp_info=!1,s.res.med_det=[];var t;s.res.opr="I",s.res.sims_medical_visit_number=s.temp1.sims_medical_visit_number,s.res.medical_visit_date=s.dt.sims_from_date,s.res.sims_enroll_number=s.edt.sims_enroll_number,s.res.sims_employee_number=s.edte.sims_employee_number,s.res.medical_attended_by=s.user,s.res.medical_complaint_desc=s.edt1.medical_complaint_desc,s.res.medical_attendant_observation=s.edt2.medical_attendant_observation,s.res.medical_health_education=s.edt3.medical_health_education,s.res.sims_medical_examination_name=s.edt3.sims_medical_examination_name,s.res.medical_followup_comment=s.edt4.medical_followup_comment,s.res.sims_user_code_created_by=s.edtu.sims_user_code_created_by,s.res.sims_status=s.edt5.sims_status,s.res.sims_blood_pressure=s.edt5.sims_blood_pressure,s.res.sims_temperature=s.edt5.sims_temperature,s.res.sims_pulse_rate=s.edt5.sims_pulse_rate,s.res.sims_respiratory_rate=s.edt5.sims_respiratory_rate,s.res.sims_spo2=s.edt5.sims_spo2,s.res.sims_drug_allergy=s.edt12.sims_drug_allergy,s.res.sims_medical_visit_nursing_treatment=s.edt5.sims_medical_visit_nursing_treatment,s.res.sims_susceptibility_code=s.edt.sims_susceptibility_code,s.res.sims_susceptibility_desc=s.edt.sims_susceptibility_desc,s.res.sims_height=s.edt.sims_height,s.res.sims_wieght=s.edt.sims_wieght,s.res.sims_health_bmi=s.edt.sims_health_bmi;for(var a=0;a<s.MedicalVisiteArray.length;a++)if(t={sims_medicine_code:s.MedicalVisiteArray[a].sims_medicine_code,sims_medicine_duration:s.MedicalVisiteArray[a].sims_medicine_duration,sims_medicine_dosage:s.MedicalVisiteArray[a].sims_medicine_dosage,sims_medical_visit_number:s.temp1.sims_medical_visit_number},s.res.med_det.push(t),!(s.flag=!0)===s.flag)return void swal("","Please select the records to Insert");d.post(c.apiUrl+"api/MedicalStudentSusceptibility/CUDSaveMedicalVisit",s.res).then(function(e){s.msg1=e.data,!0===s.msg1?(swal({text:"Record Inserted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:300,height:200}),s.getMedicalVisit1()):!1===s.msg1?(swal({text:"Record Not Inserted. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:300,height:200}),s.showdata()):swal("Error-"+s.msg1)}),s.display=!1,s.table=!0,s.table1=!0,s.getMedicalVisit1()}}else swal("","Please select Student/Employee.")},s.cancel=function(){s.getMedicalVisit1(),s.display=!1,s.table=!0,s.table1=!0,s.clearvalue(),s.stud_info=!1,s.Emp_info=!1,s.enroll_no=!1,s.stud_pre=!1,s.employee_no=!1,s.emp_pre=!1,s.ShowSusceptibilityDetails=!1,s.MedicalVisiteArray=[]},s.CheckAllChecked=function(){if(!0===(u=document.getElementById("mainchk")).checked)for(var e=0;e<s.filteredTodos.length;e++)document.getElementById(s.filteredTodos[e].sims_medical_visit_number+e).checked=!0,s.row1="row_selected",$("tr").addClass("row_selected");else for(e=0;e<s.filteredTodos.length;e++)document.getElementById(s.filteredTodos[e].sims_medical_visit_number+e).checked=!1,u.checked=!1,s.row1="",$("tr").removeClass("row_selected")},s.checkonebyoneselect=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),s.color="#edefef"}),!0===(u=document.getElementById("mainchk")).checked&&(u.checked=!1,$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected")}))},s.edit=function(t){s.no_selection=!0,s.visit_no=!0,s.Emp_number=!0,s.Stud_number=!0,s.update1=!0,s.ref_user=!0,s.save1=!1,s.Table2=!0,s.add_btn=!0,s.status=!1,s.status1=!0,s.rm_edt=!0,s.ShowSusceptibilityDetails=!0,s.getMedicine(),s.MedicalVisiteArray=[],s.GetSusceptibilityDesc(),s.edt.sims_enroll_number=t.sims_enroll_number,s.edt.sims_susceptibility_code=t.sims_susceptibility_code,s.edt.sims_susceptibility_desc=t.sims_susceptibility_desc,s.edt.sims_height=t.sims_height,s.edt.sims_wieght=t.sims_wieght,s.edt.sims_health_bmi=t.sims_health_bmi,d.get(c.apiUrl+"api/common/Medical_Visit/getAllMedicalVisitExamination").then(function(e){s.medExam=e.data}),s.getMedicine(),d.post(c.apiUrl+"api/MedicalStudentSusceptibility/medicinDetails?vino="+t.sims_medical_visit_number).then(function(e){e=e.data,s.MedicalVisiteArray=e,s.MedicalVisiteArray.sims_medical_visit_number=t.sims_medical_visit_number,s.edt.sims_enroll_number=t.sims_enroll_number,s.edte={sims_employee_number:t.sims_employee_number},s.onPriChange={sims_medicine_code:t.sims_medicine_code,sims_medicine_name:t.sims_medicine_name},"-"!=t.sims_enroll_number&&(s.enroll_no=!0,s.employee_no=!1,s.edt.sims_enroll_number=t.sims_enroll_number),"-"!=t.sims_employee_number&&(s.enroll_no=!1,s.employee_no=!0,s.edte={sims_employee_number:t.sims_employee_number}),s.temp1={sims_medical_visit_number:t.sims_medical_visit_number},s.edt1={medical_complaint_desc:t.medical_complaint_desc},s.edt2={medical_attendant_observation:t.medical_attendant_observation},s.edt3={medical_health_education:t.medical_health_education,sims_medical_examination_name:t.sims_medical_examination_name},s.edt4={medical_followup_comment:t.medical_followup_comment},s.edt12={sims_drug_allergy:t.sims_drug_allergy},s.edt5={sims_medical_visit_nursing_treatment:t.sims_medical_visit_nursing_treatment,sims_blood_pressure:t.sims_blood_pressure,sims_temperature:t.sims_temperature,sims_pulse_rate:t.sims_pulse_rate,sims_respiratory_rate:t.sims_respiratory_rate,sims_spo2:t.sims_spo2,sims_status:t.sims_status},e=t.medical_visit_date.split(" ");s.dt.sims_from_date=e[0],s.edt6={sims_medicine_duration:t.sims_medicine_duration},s.edtu={sims_user_code_created_name:t.sims_user_code_created_by},null!=t.sims_enroll_number&&"-"!=t.sims_enroll_number?d.get(c.apiUrl+"api/MedicalStudentSusceptibility/getGenderDOB?S_number="+t.sims_enroll_number+"&E_number=null").then(function(e){s.get_studData=e.data,s.Emp_info=!1,s.stud_info=!0,s.stud_pre=!0,s.emp_pre=!1}):d.get(c.apiUrl+"api/MedicalStudentSusceptibility/getGenderDOB?S_number=null&E_number="+t.sims_employee_number).then(function(e){s.get_EmpData=e.data,s.Emp_info=!0,s.stud_info=!1,s.stud_pre=!1,s.emp_pre=!0}),s.display=!0,s.table=!1,s.table1=!1})},s.Update=function(){var e=[],t=[];if("0"==s.MedicalVisiteArray.length){t={sims_medical_visit_number:s.temp1.sims_medical_visit_number,medical_visit_date:s.dt.sims_from_date,sims_enroll_number:s.edt.sims_enroll_number,sims_employee_number:s.edte.sims_employee_number,medical_attended_by:s.user,medical_complaint_desc:s.edt1.medical_complaint_desc,medical_attendant_observation:s.edt2.medical_attendant_observation,medical_health_education:s.edt3.medical_health_education,sims_medical_examination_name:s.edt3.sims_medical_examination_name,medical_followup_comment:s.edt4.medical_followup_comment,sims_medicine_code:s.temp2.sims_medicine_code,sims_medicine_dosage:s.edt5.sims_medicine_dosage,sims_medicine_duration:s.edt6.sims_medicine_duration,sims_user_code_created_by:s.edtu.sims_user_code_created_name,sims_status:s.edt5.sims_status,sims_blood_pressure:s.edt5.sims_blood_pressure,sims_temperature:s.edt5.sims_temperature,sims_pulse_rate:s.edt5.sims_pulse_rate,sims_respiratory_rate:s.edt5.sims_respiratory_rate,sims_spo2:s.edt5.sims_spo2,sims_drug_allergy:s.edt12.sims_drug_allergy,sims_medical_visit_nursing_treatment:s.edt5.sims_medical_visit_nursing_treatment,opr:"U"};e.push(t)}else{for(var a=0;a<s.MedicalVisiteArray.length;a++)t={sims_medical_visit_number:s.temp1.sims_medical_visit_number,medical_visit_date:s.dt.sims_from_date,sims_enroll_number:s.edt.sims_enroll_number,sims_employee_number:s.edte.sims_employee_number,medical_attended_by:s.user,medical_complaint_desc:s.edt1.medical_complaint_desc,medical_attendant_observation:s.edt2.medical_attendant_observation,medical_health_education:s.edt3.medical_health_education,sims_medical_examination_name:s.edt3.sims_medical_examination_name,medical_followup_comment:s.edt4.medical_followup_comment,sims_user_code_created_by:s.edtu.sims_user_code_created_name,sims_status:s.edt5.sims_status,sims_blood_pressure:s.edt5.sims_blood_pressure,sims_temperature:s.edt5.sims_temperature,sims_pulse_rate:s.edt5.sims_pulse_rate,sims_respiratory_rate:s.edt5.sims_respiratory_rate,sims_spo2:s.edt5.sims_spo2,sims_drug_allergy:s.edt12.sims_drug_allergy,sims_medical_visit_nursing_treatment:s.edt5.sims_medical_visit_nursing_treatment,opr:"U",sims_medicine_code:s.MedicalVisiteArray[a].sims_medicine_code,sims_medicine_duration:s.MedicalVisiteArray[a].sims_medicine_duration,sims_medicine_dosage:s.MedicalVisiteArray[a].sims_medicine_dosage,sims_enroll_number:s.edt.sims_enroll_number,sims_susceptibility_code:s.edt.sims_susceptibility_code,sims_susceptibility_desc:s.edt.sims_susceptibility_desc,sims_enroll_number:s.edt.sims_enroll_number,sims_height:s.edt.sims_height,sims_wieght:s.edt.sims_wieght,sims_health_bmi:s.edt.sims_health_bmi},e.push(t),s.flag=!0;if(!1===s.flag)return void swal("","Please select the records to Insert")}d.post(c.apiUrl+"api/MedicalStudentSusceptibility/CUDMedicalVisit",e).then(function(e){s.msg1=e.data,!0===s.msg1?(swal({text:"Record Updated Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:300,height:200}),s.getMedicalVisit1(),s.cancel()):swal({text:"Record Not Updated",imageUrl:"assets/img/check.png",showCloseButton:!0,width:300,height:200}),s.clearvalue()})},s.OkDelete=function(){s.employee_no=!1,s.enroll_no=!1,s.stud_pre=!1,s.emp_pre=!1;s.flag=!1;for(var e,o=[],t=0;t<s.filteredTodos.length;t++)!0===document.getElementById(s.filteredTodos[t].sims_medical_visit_number+t).checked&&(s.flag=!0,e={sims_medical_visit_number:s.filteredTodos[t].sims_medical_visit_number,sims_enroll_number:s.filteredTodos[t].sims_enroll_number,sims_susceptibility_code:s.filteredTodos[t].sims_susceptibility_code,opr:"D"},o.push(e));s.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)d.post(c.apiUrl+"api/MedicalStudentSusceptibility/CUDMedicalVisit",o).then(function(e){s.msg1=e.data,!0===s.msg1&&swal({text:"Record Deleted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){s.getMedicalVisit1(),e&&(!0===(u=document.getElementById("mainchk")).checked&&(u.checked=!1),s.CheckAllChecked()),s.currentPage=!0})});else{!0===(u=document.getElementById("mainchk")).checked&&(u.checked=!1);for(var t=0;t<s.filteredTodos.length;t++){var a=document.getElementById(s.filteredTodos[t].sims_library_fee_number+t);!0===a.checked&&(a.checked=!1,u.checked=!1,$("tr").removeClass("row_selected"))}}}):swal({text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}),s.currentPage=str,s.row1=""},s.clearvalue=function(){s.temp1={sims_medical_visit_number:""},s.dt={sims_from_date:""},s.edt={sims_enroll_number:""},s.edte={sims_employee_number:""},s.edt1={medical_complaint_desc:""},s.edt2={medical_attendant_observation:""},s.edt3={medical_health_education:""},s.edt3={sims_medical_examination_name:""},s.edt4={medical_followup_comment:""},s.temp2={sims_medicine_code:""},s.edt5={sims_medicine_dosage:"",sims_blood_pressure:"",sims_temperature:"",sims_pulse_rate:"",sims_respiratory_rate:"",sims_spo2:""},s.edt6={sims_medicine_duration:""},s.edt={sims_user_code_created_by:""},s.edt5={sims_status:!0},s.edtu={sims_user_code_created_name:""},s.searchText="",s.MyForm.$setPristine(),s.MyForm.$setUntouched()},s.SearchUser=function(){s.chku=!0,t.chkMulti=!0,t.visible_User=!0,s.visible_Employee=!1,t.visible_stud=!1,s.global_Search_click(),$("#Global_Search_Modal").modal({backdrop:"static"})},s.SearchEnroll=function(e){t.chkMulti=!0,"enroll_true"===(l=e)?(s.edt.sims_enroll_number="",s.get_studData="",s.employee_no=!1,s.emp_pre=!1,s.enroll_no=!0,s.Emp_info=!1,s.stud_pre=!0,s.visible_Employee=!1,t.visible_User=!1,t.visible_stud=!0,s.global_Search_click(),$("#Global_Search_Modal").modal({backdrop:"static"}),s.edt.sims_student_name="",s.edt.s_class="",s.get_studData[0].sims_student_gender="",s.get_studData[0].sims_student_dob="",s.get_studData="",s.edt=[]):"emp_true"===e&&(s.get_EmpData="",s.edte.sims_employee_number="",s.enroll_no=!1,s.stud_info=!1,s.employee_no=!0,s.Emp_info=!0,s.emp_pre=!0,s.stud_pre=!1,t.visible_stud=!1,t.visible_User=!1,t.visible_Employee=!0,s.chkMulti=!1,s.global_Search_click(),$("#Global_Search_Modal").modal({backdrop:"static"}))},s.drudallergy=function(e){"t"===e?s.edt12.sims_drug_allergy="t":"f"===str&&(s.edt12.sims_drug_allergy="f")},s.Stude_prev=function(){d.get(c.apiUrl+"api/MedicalStudentSusceptibility/getStudEmpData?S_number="+s.edt.sims_enroll_number+"&E_number="+s.temp1.sims_medical_visit_number).then(function(e){s.get_studData_model=e.data,0<s.get_studData_model.length?$("#MyModal").modal("show"):swal({title:"Alert",text:"Previous Details Not Present...",showCloseButton:!0,width:450,height:200})})},s.Emp_prev=function(){d.get(c.apiUrl+"api/MedicalStudentSusceptibility/getStudEmpData?S_number=null&E_number="+s.edte.sims_employee_number).then(function(e){s.get_EmpData_model=e.data,0<s.get_EmpData_model.length?$("#MyModal1").modal("show"):swal({title:"Alert",text:"Previous Details Not Present...",showCloseButton:!0,width:450,height:200})})},s.emp_blur=function(){d.get(c.apiUrl+"api/MedicalStudentSusceptibility/getGenderDOB?S_number=null&E_number="+s.edte.sims_employee_number).then(function(e){s.get_EmpData=e.data})},s.stud_blur=function(){d.get(c.apiUrl+"api/MedicalStudentSusceptibility/getGenderDOB?S_number="+s.edt.sims_enroll_number+"&E_number=null").then(function(e){s.get_studData=e.data,s.temp.sims_empno="",s.stud_info=!0})},s.$on("global_cancel",function(){s.edt5={sims_status:!0};s.SelectedUserLst.length;!1===s.chku?"enroll_true"===l?(s.edt={sims_enroll_number:s.SelectedUserLst[0].s_enroll_no,sims_student_name:s.SelectedUserLst[0].name,s_class:s.SelectedUserLst[0].s_class},s.edte={sims_employee_number:""},d.get(c.apiUrl+"api/MedicalStudentSusceptibility/getGenderDOB?S_number="+s.edt.sims_enroll_number+"&E_number=null").then(function(e){s.get_studData=e.data,s.temp.sims_empno="",s.stud_info=!0}),s.ShowSusceptibilityDetails=!0,s.GetSusceptibilityDetails(),s.GetHealthDetails()):"emp_true"===l&&(s.edte={sims_employee_number:s.SelectedUserLst[0].em_login_code,empName:s.SelectedUserLst[0].empName},s.edt={sims_enroll_number:""},d.get(c.apiUrl+"api/MedicalStudentSusceptibility/getGenderDOB?S_number=null&E_number="+s.edte.sims_employee_number).then(function(e){s.get_EmpData=e.data}),s.ShowSusceptibilityDetails=!1):s.edtu={sims_user_code_created_name:s.SelectedUserLst[0].name,sims_user_code_created_by:s.SelectedUserLst[0].user_code}});var p=[];s.Remove=function(e,t,a){s.std={};var o;s.std.sims_medical_visit_number=a[o=t].sims_medical_visit_number,s.std.sims_medicine_code=a[o].sims_medicine_code,s.std.opr="M",p.push(s.std),d.post(c.apiUrl+"api/MedicalStudentSusceptibility/CUDMedicalVisit",p).then(function(e){s.msg1=e.data,!0===s.msg1?(swal({title:"Alert",text:"Record Deleted Successfully",showCloseButton:!0,width:300,height:200}),s.grid2="",s.save_btn=!1,savefin=[],s.bookeset=[],s.Cancel()):a.splice(t,1)}),p=[]},$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0,format:"yyyy-mm-dd"}),s.exportData=function(){swal({title:"",text:"Are you sure you want to Save?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){e&&alasql('SELECT * INTO XLS("Medical Visit.xls",{headers:true})  FROM HTML("#fixTable",{headers:true,skipdisplaynone:true})')})},d.get(c.apiUrl+"api/MedicalStudentSusceptibility/getMedicalVisitDetails?from_date="+s.edt.from_date+"&to_date="+s.edt.to_date).then(function(e){s.MedicalVisitDetails=e.data,s.totalItems=s.MedicalVisitDetails.length,s.todos=s.MedicalVisitDetails,s.makeTodos()}),s.getMedicalVisit1=function(){d.get(c.apiUrl+"api/MedicalStudentSusceptibility/getMedicalVisitDetails?from_date="+s.edt.from_date+"&to_date="+s.edt.to_date).then(function(e){s.MedicalVisitDetails=e.data,s.totalItems=s.MedicalVisitDetails.length,s.todos=s.MedicalVisitDetails,s.makeTodos()})},s.printData=function(e){var t=document.head.outerHTML,a=document.getElementById("printdata").outerHTML,o=window.open("","_blank","location=yes, statusbar=no, menubar=no, titlebar=no, toolbar=no,dependent=no, width=1000, height=700, resizable=yes, screenX=250, screenY=10, personalbar=no, scrollbars=yes"),s=o.document;s.open(),s.write("<!doctype html><html>"+t+'<body onLoad="window.print()">'+a+"</body></html>"),s.close(),o.focus()},s.calculateBMI=function(e,t){var a=0,o=0,a=(t=e/((e=t/100)*e))-(o=Math.floor(t));a*=10,10==(a=Math.round(a))&&(o+=1,a=0),s.edt.sims_health_bmi=o+"."+a},s.GetSusceptibilityDesc=function(){d.get(c.apiUrl+"api/MedicalStudentSusceptibility/getSusceptibilityDesc").then(function(e){s.suscept=e.data})},s.GetSusceptibilityDetails=function(){d.get(c.apiUrl+"api/MedicalStudentSusceptibility/getSusceptibilityDetails?sims_enroll_number="+s.edt.sims_enroll_number).then(function(e){s.Suscept_Details=e.data,s.edt.sims_susceptibility_code=s.Suscept_Details[0].sims_susceptibility_code,s.edt.sims_susceptibility_desc=s.Suscept_Details[0].sims_susceptibility_desc})},s.GetHealthDetails=function(){d.get(c.apiUrl+"api/MedicalStudentSusceptibility/getHealthDetails?sims_enroll_number="+s.edt.sims_enroll_number).then(function(e){s.Health_Details=e.data,s.edt.sims_height=s.Health_Details[0].sims_height,s.edt.sims_wieght=s.Health_Details[0].sims_wieght,s.edt.sims_health_bmi=s.Health_Details[0].sims_health_bmi})}}])}(),function(){"use strict";var u,e=angular.module("sims.module.Health");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("MedicalVisitHRCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$filter","$http","ENV",function(s,e,t,a,o,n,d,c){s.pagesize="10",s.pageindex="0",s.pager=!0,s.display=!1,s.save1=!1,s.update1=!1,s.cancel1=!1,s.table1=!0,s.fee_no=!0,s.table=!0,s.visit_no=!0;var l=null,r=(s.chku=!1,s.stud_info=!1,s.Emp_info=!1,s.emp_pre=!1,s.stud_pre=!1,s.Emp_number=!1,s.Stud_number=!1,s.ref_user=!1,s.hideStudentEnroll=!0,s.edt={},s.imgurl=c.docUrl+d.defaults.headers.common.schoolId+"/Images/StudentImages/",s.imgurle=c.docUrl+d.defaults.headers.common.schoolId+"/Images/employeeImages/",s.user=t.globals.currentUser.username,document.getElementById("chk_User")),m=document.getElementById("chk_Employee"),r=(r.checked=!1,m.checked=!1,document.getElementById("drug_User")),m=document.getElementById("drug_Employee"),r=(r.checked=!1,m.checked=!1,s.edt12={},s.edte={},s.temp={},s.edt12.sims_drug_allergy="f",s.ShowSusceptibilityDetails=!1,n("date")(new Date,"yyyy-MM-dd"));s.dt={sims_from_date:r},a(function(){$("#fixTable").tableHeadFixer({top:1})},100),s.size=function(e){"All"===e?(s.currentPage="1",s.filteredTodos=s.todos,s.pager=!1):(s.pager=!0,s.pagesize=e,s.currentPage=1,s.numPerPage=e,s.makeTodos())},s.index=function(e){s.pageindex=e,s.currentPage=e,s.makeTodos(),u.checked=!1,s.CheckAllChecked()},s.filteredTodos=[],s.currentPage=1,s.numPerPage=10,s.maxSize=10,s.makeTodos=function(){var e=parseInt(s.totalItems%s.numPerPage),e=(s.pagersize="0"==e?parseInt(s.totalItems/s.numPerPage):parseInt(s.totalItems/s.numPerPage)+1,(s.currentPage-1)*s.numPerPage),t=parseInt(e)+parseInt(s.numPerPage);s.filteredTodos=s.todos.slice(e,t)},s.showdata=function(){s.display=!1,s.table=!0,s.table1=!0;var e=document.getElementById("chk_User"),t=document.getElementById("chk_Employee"),e=(e.checked=!1,t.checked=!1,document.getElementById("drug_User")),t=document.getElementById("drug_Employee");e.checked=!1,t.checked=!1,d.get(c.apiUrl+"api/MedicalStudentSusceptibility/getMedicalVisit").then(function(e){s.obj=e.data,s.totalItems=s.obj.length,s.todos=s.obj,s.makeTodos(),0==s.obj.length?(swal({title:"Alert",text:"No Record Found...",showCloseButton:!0,width:450,height:200}),s.display=!1,s.table=!1):(s.display=!1,s.table=!0),s.table1=!0})},s.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).sims_medical_visit_number.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_enroll_number.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_employee_number.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_user_code_created_by.toLowerCase().indexOf(t.toLowerCase());var t})},s.search=function(){s.todos=s.searched(s.obj,s.searchText),s.totalItems=s.todos.length,s.currentPage="1",""===s.searchText&&(s.todos=s.obj),s.makeTodos(),u.checked=!1,s.CheckAllChecked()},s.getMedicine=function(){d.get(c.apiUrl+"api/MedicalStudentSusceptibility/getAllMedicalMedicineCode").then(function(e){s.medtype=e.data,s.temp2={sims_medicine_code:s.medtype[i].sims_medicine_code}})},s.New=function(){s.getMedicine(),s.no_selection=!1,s.status=!0;var e=n("date")(new Date,"dd-MM-yyyy");s.dt={sims_from_date:e},s.edt.medical_attended_by=t.globals.currentUser.username,d.get(c.apiUrl+"api/MedicalStudentSusceptibility/getAutoGenerateMedicalvisitNo").then(function(e){s.temp1={sims_medical_visit_number:e.data}}),d.get(c.apiUrl+"api/common/Medical_Visit/getAllMedicalVisitExamination").then(function(e){s.medExam=e.data}),s.edt5={sims_status:!0},s.clearvalue(),s.display=!0,s.table=!1,s.table1=!1,s.instaminimuma=!0,s.update1=!1,s.save1=!0,s.add_btn=!0,s.Table2=!0,s.MedicalVisiteArray=[],s.stud_info=!1,s.ShowSusceptibilityDetails=!0,s.rm_edt=!0,s.dt={sims_from_date:e},s.GetSusceptibilityDesc()},s.MedicalVisiteArray=[],s.AddMedicine=function(){var t,a=[];d.get(c.apiUrl+"api/common/Medical_Visit/getMedicineName?str="+s.temp2.sims_medicine_code).then(function(e){s.CreDiv=e.data,t=s.CreDiv[0].sims_medicine_name,a=(s.temp1.sims_medical_visit_number,{sims_medicine_code:s.temp2.sims_medicine_code,sims_medicine_duration:s.edt6.sims_medicine_duration,sims_medicine_dosage:s.edt6.sims_medicine_dosage,sims_medicine_name:t,sims_medical_visit_number:s.temp1.sims_medical_visit_number}),s.MedicalVisiteArray.push(a),s.temp2.sims_medicine_code="",s.edt6.sims_medicine_duration="",s.edt6.sims_medicine_dosage=""})};s.CheckInstallment=function(){!0===s.edt.sims_library_fee_installment_mode?s.instaminimuma=!1:s.instaminimuma=!0},s.obj1=[],s.obj2=[],s.CheckAllChecked=function(){if(!0===(u=document.getElementById("mainchk11")).checked)for(var e=0;e<s.filteredTodos.length;e++)document.getElementById(e).checked=!0,$("tr").addClass("row_selected");else for(e=0;e<s.filteredTodos.length;e++)document.getElementById(e).checked=!1,u.checked=!1,s.row1="",$("tr").removeClass("row_selected")};s.checkonebyonedelete=function(e,t){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),s.color="#edefef"}),e.status=e.datastatus,0},s.submit=function(e){if(s.res={},null!=s.edt.sims_enroll_number&&""!==s.edt.sims_enroll_number||null!=s.edte.sims_employee_number&&""!==s.edte.sims_employee_number){if(null==s.edt12.sims_drug_allergy||""===s.edt12.sims_drug_allergy)swal("","Please select Drug Allergy (Yes/No).");else if(null==s.edt5.sims_medical_visit_nursing_treatment||""===s.edt5.sims_medical_visit_nursing_treatment)swal("","Please fill the detail");else if(e){s.stud_info=!1,s.Emp_info=!1,s.res.med_det=[];var t;s.res.opr="I",s.res.sims_medical_visit_number=s.temp1.sims_medical_visit_number,s.res.medical_visit_date=s.dt.sims_from_date,s.res.sims_enroll_number=s.edt.sims_enroll_number,s.res.sims_employee_number=s.edte.sims_employee_number,s.res.medical_attended_by=s.user,s.res.medical_complaint_desc=s.edt1.medical_complaint_desc,s.res.medical_attendant_observation=s.edt2.medical_attendant_observation,s.res.medical_health_education=s.edt3.medical_health_education,s.res.sims_medical_examination_name=s.edt3.sims_medical_examination_name,s.res.medical_followup_comment=s.edt4.medical_followup_comment,s.res.sims_user_code_created_by=s.edtu.sims_user_code_created_by,s.res.sims_status=s.edt5.sims_status,s.res.sims_blood_pressure=s.edt5.sims_blood_pressure,s.res.sims_temperature=s.edt5.sims_temperature,s.res.sims_pulse_rate=s.edt5.sims_pulse_rate,s.res.sims_respiratory_rate=s.edt5.sims_respiratory_rate,s.res.sims_spo2=s.edt5.sims_spo2,s.res.sims_drug_allergy=s.edt12.sims_drug_allergy,s.res.sims_medical_visit_nursing_treatment=s.edt5.sims_medical_visit_nursing_treatment,s.res.sims_susceptibility_code=s.edt.sims_susceptibility_code,s.res.sims_susceptibility_desc=s.edt.sims_susceptibility_desc,s.res.sims_height=s.edt.sims_height,s.res.sims_wieght=s.edt.sims_wieght,s.res.sims_health_bmi=s.edt.sims_health_bmi;for(var a=0;a<s.MedicalVisiteArray.length;a++)if(t={sims_medicine_code:s.MedicalVisiteArray[a].sims_medicine_code,sims_medicine_duration:s.MedicalVisiteArray[a].sims_medicine_duration,sims_medicine_dosage:s.MedicalVisiteArray[a].sims_medicine_dosage,sims_medical_visit_number:s.temp1.sims_medical_visit_number},s.res.med_det.push(t),!(s.flag=!0)===s.flag)return void swal("","Please select the records to Insert");d.post(c.apiUrl+"api/MedicalStudentSusceptibility/CUDSaveMedicalVisit",s.res).then(function(e){s.msg1=e.data,!0===s.msg1?(swal({text:"Record Inserted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:300,height:200}),s.getMedicalVisit1()):!1===s.msg1?(swal({text:"Record Not Inserted. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:300,height:200}),s.showdata()):swal("Error-"+s.msg1)}),s.display=!1,s.table=!0,s.table1=!0,s.getMedicalVisit1()}}else swal("","Please select Employee.")},s.cancel=function(){s.getMedicalVisit1(),s.display=!1,s.table=!0,s.table1=!0,s.clearvalue(),s.stud_info=!1,s.Emp_info=!1,s.enroll_no=!1,s.stud_pre=!1,s.employee_no=!1,s.emp_pre=!1,s.ShowSusceptibilityDetails=!1,s.MedicalVisiteArray=[]},s.CheckAllChecked=function(){if(!0===(u=document.getElementById("mainchk")).checked)for(var e=0;e<s.filteredTodos.length;e++)document.getElementById(s.filteredTodos[e].sims_medical_visit_number+e).checked=!0,s.row1="row_selected",$("tr").addClass("row_selected");else for(e=0;e<s.filteredTodos.length;e++)document.getElementById(s.filteredTodos[e].sims_medical_visit_number+e).checked=!1,u.checked=!1,s.row1="",$("tr").removeClass("row_selected")},s.checkonebyoneselect=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),s.color="#edefef"}),!0===(u=document.getElementById("mainchk")).checked&&(u.checked=!1,$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected")}))},s.edit=function(t){s.no_selection=!0,s.visit_no=!0,s.Emp_number=!0,s.Stud_number=!0,s.update1=!0,s.ref_user=!0,s.save1=!1,s.Table2=!0,s.add_btn=!0,s.status=!1,s.status1=!0,s.rm_edt=!0,s.ShowSusceptibilityDetails=!0,s.getMedicine(),s.MedicalVisiteArray=[],s.GetSusceptibilityDesc(),s.edt.sims_enroll_number=t.sims_enroll_number,s.edt.sims_susceptibility_code=t.sims_susceptibility_code,s.edt.sims_susceptibility_desc=t.sims_susceptibility_desc,s.edt.sims_height=t.sims_height,s.edt.sims_wieght=t.sims_wieght,s.edt.sims_health_bmi=t.sims_health_bmi,d.get(c.apiUrl+"api/common/Medical_Visit/getAllMedicalVisitExamination").then(function(e){s.medExam=e.data}),s.getMedicine(),d.post(c.apiUrl+"api/MedicalStudentSusceptibility/medicinDetails?vino="+t.sims_medical_visit_number).then(function(e){e=e.data,s.MedicalVisiteArray=e,s.MedicalVisiteArray.sims_medical_visit_number=t.sims_medical_visit_number,s.edt.sims_enroll_number=t.sims_enroll_number,s.edte={sims_employee_number:t.sims_employee_number},s.onPriChange={sims_medicine_code:t.sims_medicine_code,sims_medicine_name:t.sims_medicine_name},"-"!=t.sims_enroll_number&&(s.enroll_no=!0,s.employee_no=!1,s.edt.sims_enroll_number=t.sims_enroll_number),"-"!=t.sims_employee_number&&(s.enroll_no=!1,s.employee_no=!0,s.edte={sims_employee_number:t.sims_employee_number}),s.temp1={sims_medical_visit_number:t.sims_medical_visit_number},s.edt1={medical_complaint_desc:t.medical_complaint_desc},s.edt2={medical_attendant_observation:t.medical_attendant_observation},s.edt3={medical_health_education:t.medical_health_education,sims_medical_examination_name:t.sims_medical_examination_name},s.edt4={medical_followup_comment:t.medical_followup_comment},s.edt12={sims_drug_allergy:t.sims_drug_allergy},s.edt5={sims_medical_visit_nursing_treatment:t.sims_medical_visit_nursing_treatment,sims_blood_pressure:t.sims_blood_pressure,sims_temperature:t.sims_temperature,sims_pulse_rate:t.sims_pulse_rate,sims_respiratory_rate:t.sims_respiratory_rate,sims_spo2:t.sims_spo2,sims_status:t.sims_status},e=t.medical_visit_date.split(" ");s.dt.sims_from_date=e[0],s.edt6={sims_medicine_duration:t.sims_medicine_duration},s.edtu={sims_user_code_created_name:t.sims_user_code_created_by},null!=t.sims_enroll_number&&"-"!=t.sims_enroll_number?d.get(c.apiUrl+"api/MedicalStudentSusceptibility/getGenderDOB?S_number="+t.sims_enroll_number+"&E_number=null").then(function(e){s.get_studData=e.data,s.Emp_info=!1,s.stud_info=!0,s.stud_pre=!0,s.emp_pre=!1}):d.get(c.apiUrl+"api/MedicalStudentSusceptibility/getGenderDOB?S_number=null&E_number="+t.sims_employee_number).then(function(e){s.get_EmpData=e.data,s.Emp_info=!0,s.stud_info=!1,s.stud_pre=!1,s.emp_pre=!0}),s.display=!0,s.table=!1,s.table1=!1})},s.Update=function(){var e=[],t=[];if("0"==s.MedicalVisiteArray.length){t={sims_medical_visit_number:s.temp1.sims_medical_visit_number,medical_visit_date:s.dt.sims_from_date,sims_enroll_number:s.edt.sims_enroll_number,sims_employee_number:s.edte.sims_employee_number,medical_attended_by:s.user,medical_complaint_desc:s.edt1.medical_complaint_desc,medical_attendant_observation:s.edt2.medical_attendant_observation,medical_health_education:s.edt3.medical_health_education,sims_medical_examination_name:s.edt3.sims_medical_examination_name,medical_followup_comment:s.edt4.medical_followup_comment,sims_medicine_code:s.temp2.sims_medicine_code,sims_medicine_dosage:s.edt5.sims_medicine_dosage,sims_medicine_duration:s.edt6.sims_medicine_duration,sims_user_code_created_by:s.edtu.sims_user_code_created_name,sims_status:s.edt5.sims_status,sims_blood_pressure:s.edt5.sims_blood_pressure,sims_temperature:s.edt5.sims_temperature,sims_pulse_rate:s.edt5.sims_pulse_rate,sims_respiratory_rate:s.edt5.sims_respiratory_rate,sims_spo2:s.edt5.sims_spo2,sims_drug_allergy:s.edt12.sims_drug_allergy,sims_medical_visit_nursing_treatment:s.edt5.sims_medical_visit_nursing_treatment,opr:"U"};e.push(t)}else{for(var a=0;a<s.MedicalVisiteArray.length;a++)t={sims_medical_visit_number:s.temp1.sims_medical_visit_number,medical_visit_date:s.dt.sims_from_date,sims_enroll_number:s.edt.sims_enroll_number,sims_employee_number:s.edte.sims_employee_number,medical_attended_by:s.user,medical_complaint_desc:s.edt1.medical_complaint_desc,medical_attendant_observation:s.edt2.medical_attendant_observation,medical_health_education:s.edt3.medical_health_education,sims_medical_examination_name:s.edt3.sims_medical_examination_name,medical_followup_comment:s.edt4.medical_followup_comment,sims_user_code_created_by:s.edtu.sims_user_code_created_name,sims_status:s.edt5.sims_status,sims_blood_pressure:s.edt5.sims_blood_pressure,sims_temperature:s.edt5.sims_temperature,sims_pulse_rate:s.edt5.sims_pulse_rate,sims_respiratory_rate:s.edt5.sims_respiratory_rate,sims_spo2:s.edt5.sims_spo2,sims_drug_allergy:s.edt12.sims_drug_allergy,sims_medical_visit_nursing_treatment:s.edt5.sims_medical_visit_nursing_treatment,opr:"U",sims_medicine_code:s.MedicalVisiteArray[a].sims_medicine_code,sims_medicine_duration:s.MedicalVisiteArray[a].sims_medicine_duration,sims_medicine_dosage:s.MedicalVisiteArray[a].sims_medicine_dosage,sims_enroll_number:s.edt.sims_enroll_number,sims_susceptibility_code:s.edt.sims_susceptibility_code,sims_susceptibility_desc:s.edt.sims_susceptibility_desc,sims_enroll_number:s.edt.sims_enroll_number,sims_height:s.edt.sims_height,sims_wieght:s.edt.sims_wieght,sims_health_bmi:s.edt.sims_health_bmi},e.push(t),s.flag=!0;if(!1===s.flag)return void swal("","Please select the records to Insert")}d.post(c.apiUrl+"api/MedicalStudentSusceptibility/CUDMedicalVisit",e).then(function(e){s.msg1=e.data,!0===s.msg1?(swal({text:"Record Updated Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:300,height:200}),s.getMedicalVisit1(),s.cancel()):swal({text:"Record Not Updated",imageUrl:"assets/img/check.png",showCloseButton:!0,width:300,height:200}),s.clearvalue()})},s.OkDelete=function(){s.employee_no=!1,s.enroll_no=!1,s.stud_pre=!1,s.emp_pre=!1;s.flag=!1;for(var e,o=[],t=0;t<s.filteredTodos.length;t++)!0===document.getElementById(s.filteredTodos[t].sims_medical_visit_number+t).checked&&(s.flag=!0,e={sims_medical_visit_number:s.filteredTodos[t].sims_medical_visit_number,sims_enroll_number:s.filteredTodos[t].sims_enroll_number,sims_susceptibility_code:s.filteredTodos[t].sims_susceptibility_code,opr:"D"},o.push(e));s.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)d.post(c.apiUrl+"api/MedicalStudentSusceptibility/CUDMedicalVisit",o).then(function(e){s.msg1=e.data,!0===s.msg1&&swal({text:"Record Deleted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){s.getMedicalVisit1(),e&&(!0===(u=document.getElementById("mainchk")).checked&&(u.checked=!1),s.CheckAllChecked()),s.currentPage=!0})});else{!0===(u=document.getElementById("mainchk")).checked&&(u.checked=!1);for(var t=0;t<s.filteredTodos.length;t++){var a=document.getElementById(s.filteredTodos[t].sims_library_fee_number+t);!0===a.checked&&(a.checked=!1,u.checked=!1,$("tr").removeClass("row_selected"))}}}):swal({text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}),s.currentPage=str,s.row1=""},s.clearvalue=function(){s.temp1={sims_medical_visit_number:""},s.dt={sims_from_date:""},s.edt={sims_enroll_number:""},s.edte={sims_employee_number:""},s.edt1={medical_complaint_desc:""},s.edt2={medical_attendant_observation:""},s.edt3={medical_health_education:""},s.edt3={sims_medical_examination_name:""},s.edt4={medical_followup_comment:""},s.temp2={sims_medicine_code:""},s.edt5={sims_medicine_dosage:"",sims_blood_pressure:"",sims_temperature:"",sims_pulse_rate:"",sims_respiratory_rate:"",sims_spo2:""},s.edt6={sims_medicine_duration:""},s.edt={sims_user_code_created_by:""},s.edt5={sims_status:!0},s.edtu={sims_user_code_created_name:""},s.searchText="",s.MyForm.$setPristine(),s.MyForm.$setUntouched()},s.SearchUser=function(){s.chku=!0,t.chkMulti=!0,t.visible_User=!0,s.visible_Employee=!1,t.visible_stud=!1,s.global_Search_click(),$("#Global_Search_Modal").modal({backdrop:"static"})},s.SearchEnroll=function(e){t.chkMulti=!0,"enroll_true"===(l=e)?(s.edt.sims_enroll_number="",s.get_studData="",s.employee_no=!1,s.emp_pre=!1,s.enroll_no=!0,s.Emp_info=!1,s.stud_pre=!0,s.visible_Employee=!1,t.visible_User=!1,t.visible_stud=!0,s.global_Search_click(),$("#Global_Search_Modal").modal({backdrop:"static"}),s.edt.sims_student_name="",s.edt.s_class="",s.get_studData[0].sims_student_gender="",s.get_studData[0].sims_student_dob="",s.get_studData="",s.edt=[]):"emp_true"===e&&(s.get_EmpData="",s.edte.sims_employee_number="",s.enroll_no=!1,s.stud_info=!1,s.employee_no=!0,s.Emp_info=!0,s.emp_pre=!0,s.stud_pre=!1,t.visible_stud=!1,t.visible_User=!1,t.visible_Employee=!0,s.chkMulti=!1,s.global_Search_click(),$("#Global_Search_Modal").modal({backdrop:"static"}))},s.drudallergy=function(e){"t"===e?s.edt12.sims_drug_allergy="t":"f"===str&&(s.edt12.sims_drug_allergy="f")},s.Stude_prev=function(){d.get(c.apiUrl+"api/MedicalStudentSusceptibility/getStudEmpData?S_number="+s.edt.sims_enroll_number+"&E_number="+s.temp1.sims_medical_visit_number).then(function(e){s.get_studData_model=e.data,0<s.get_studData_model.length?$("#MyModal").modal("show"):swal({title:"Alert",text:"Previous Details Not Present...",showCloseButton:!0,width:450,height:200})})},s.Emp_prev=function(){d.get(c.apiUrl+"api/MedicalStudentSusceptibility/getStudEmpData?S_number=null&E_number="+s.edte.sims_employee_number).then(function(e){s.get_EmpData_model=e.data,0<s.get_EmpData_model.length?$("#MyModal1").modal("show"):swal({title:"Alert",text:"Previous Details Not Present...",showCloseButton:!0,width:450,height:200})})},s.emp_blur=function(){d.get(c.apiUrl+"api/MedicalStudentSusceptibility/getGenderDOB?S_number=null&E_number="+s.edte.sims_employee_number).then(function(e){s.get_EmpData=e.data})},s.stud_blur=function(){d.get(c.apiUrl+"api/MedicalStudentSusceptibility/getGenderDOB?S_number="+s.edt.sims_enroll_number+"&E_number=null").then(function(e){s.get_studData=e.data,s.temp.sims_empno="",s.stud_info=!0})},s.$on("global_cancel",function(){s.edt5={sims_status:!0};s.SelectedUserLst.length;!1===s.chku?"enroll_true"===l?(s.edt={sims_enroll_number:s.SelectedUserLst[0].s_enroll_no,sims_student_name:s.SelectedUserLst[0].name,s_class:s.SelectedUserLst[0].s_class},s.edte={sims_employee_number:""},d.get(c.apiUrl+"api/MedicalStudentSusceptibility/getGenderDOB?S_number="+s.edt.sims_enroll_number+"&E_number=null").then(function(e){s.get_studData=e.data,s.temp.sims_empno="",s.stud_info=!0}),s.ShowSusceptibilityDetails=!0,s.GetSusceptibilityDetails(),s.GetHealthDetails()):"emp_true"===l&&(s.edte={sims_employee_number:s.SelectedUserLst[0].em_login_code,empName:s.SelectedUserLst[0].empName},s.edt={sims_enroll_number:""},d.get(c.apiUrl+"api/MedicalStudentSusceptibility/getGenderDOB?S_number=null&E_number="+s.edte.sims_employee_number).then(function(e){s.get_EmpData=e.data}),s.ShowSusceptibilityDetails=!1):s.edtu={sims_user_code_created_name:s.SelectedUserLst[0].name,sims_user_code_created_by:s.SelectedUserLst[0].user_code}});var p=[];s.Remove=function(e,t,a){s.std={};var o;s.std.sims_medical_visit_number=a[o=t].sims_medical_visit_number,s.std.sims_medicine_code=a[o].sims_medicine_code,s.std.opr="M",p.push(s.std),d.post(c.apiUrl+"api/MedicalStudentSusceptibility/CUDMedicalVisit",p).then(function(e){s.msg1=e.data,!0===s.msg1?(swal({title:"Alert",text:"Record Deleted Successfully",showCloseButton:!0,width:300,height:200}),s.grid2="",s.save_btn=!1,savefin=[],s.bookeset=[],s.Cancel()):a.splice(t,1)}),p=[]},$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0,format:"yyyy-mm-dd"}),s.exportData=function(){swal({title:"",text:"Are you sure you want to Save?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){e&&alasql('SELECT * INTO XLS("Medical Visit.xls",{headers:true})  FROM HTML("#fixTable",{headers:true,skipdisplaynone:true})')})},d.get(c.apiUrl+"api/MedicalStudentSusceptibility/getMedicalVisitDetails?from_date="+s.edt.from_date+"&to_date="+s.edt.to_date).then(function(e){s.MedicalVisitDetails=e.data,s.totalItems=s.MedicalVisitDetails.length,s.todos=s.MedicalVisitDetails,s.makeTodos()}),s.getMedicalVisit1=function(){d.get(c.apiUrl+"api/MedicalStudentSusceptibility/getMedicalVisitDetails?from_date="+s.edt.from_date+"&to_date="+s.edt.to_date).then(function(e){s.MedicalVisitDetails=e.data,s.totalItems=s.MedicalVisitDetails.length,s.todos=s.MedicalVisitDetails,s.makeTodos()})},s.printData=function(e){var t=document.head.outerHTML,a=document.getElementById("printdata").outerHTML,o=window.open("","_blank","location=yes, statusbar=no, menubar=no, titlebar=no, toolbar=no,dependent=no, width=1000, height=700, resizable=yes, screenX=250, screenY=10, personalbar=no, scrollbars=yes"),s=o.document;s.open(),s.write("<!doctype html><html>"+t+'<body onLoad="window.print()">'+a+"</body></html>"),s.close(),o.focus()},s.calculateBMI=function(e,t){var a=0,o=0,a=(t=e/((e=t/100)*e))-(o=Math.floor(t));a*=10,10==(a=Math.round(a))&&(o+=1,a=0),s.edt.sims_health_bmi=o+"."+a},s.GetSusceptibilityDesc=function(){d.get(c.apiUrl+"api/MedicalStudentSusceptibility/getSusceptibilityDesc").then(function(e){s.suscept=e.data})},s.GetSusceptibilityDetails=function(){d.get(c.apiUrl+"api/MedicalStudentSusceptibility/getSusceptibilityDetails?sims_enroll_number="+s.edt.sims_enroll_number).then(function(e){s.Suscept_Details=e.data,s.edt.sims_susceptibility_code=s.Suscept_Details[0].sims_susceptibility_code,s.edt.sims_susceptibility_desc=s.Suscept_Details[0].sims_susceptibility_desc})},s.GetHealthDetails=function(){d.get(c.apiUrl+"api/MedicalStudentSusceptibility/getHealthDetails?sims_enroll_number="+s.edt.sims_enroll_number).then(function(e){s.Health_Details=e.data,s.edt.sims_height=s.Health_Details[0].sims_height,s.edt.sims_wieght=s.Health_Details[0].sims_wieght,s.edt.sims_health_bmi=s.Health_Details[0].sims_health_bmi})}}])}(),function(){"use strict";var p,e=angular.module("sims.module.Health");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("MedicalVisitCSDCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$filter","$http","ENV",function(s,e,t,o,a,n,i,d){s.pagesize="10",s.pageindex="0",s.edt13={},s.edt13.sims_pain_complaint="2",s.pager=!0,s.onlywhentrue=!1,s.display=!1,s.save1=!1,s.update1=!1,s.cancel1=!1,s.table1=!0,s.date=!0,s.fee_no=!0,s.table=!0,s.count=!0,s.visit_no=!0;var c=null,l=(s.chku=!1,s.stud_info=!1,s.stud_info_class=!1,s.Emp_info=!1,s.emp_pre=!1,s.stud_pre=!1,s.Emp_number=!1,s.Stud_number=!1,s.ref_user=!1,s.edt={},s.imgurl=d.docUrl+i.defaults.headers.common.schoolId+"/Images/StudentImages/",s.imgurle=d.docUrl+i.defaults.headers.common.schoolId+"/Images/employeeImages/",s.user=t.globals.currentUser.username,document.getElementById("chk_User")),r=document.getElementById("chk_Employee"),l=(l.checked=!1,r.checked=!1,document.getElementById("drug_User")),r=document.getElementById("drug_Employee"),l=(l.checked=!1,r.checked=!1,s.edt12={},s.edt13={},s.edte={},s.temp={},s.Home=!1,s.HealthCenter=!1,n("date")(new Date,"yyyy-MM-dd"));s.dt={sims_from_date:l},s.edt={sims_action_date:l},o(function(){$("#fixTable").tableHeadFixer({top:1})},100),s.size=function(e){"All"==e?(s.currentPage="1",s.filteredTodos=s.todos,s.pager=!1):(s.pager=!0,s.pagesize=e,s.currentPage=1,s.numPerPage=e,s.makeTodos())},s.index=function(e){s.pageindex=e,s.currentPage=e,console.log("currentPage="+s.currentPage),s.makeTodos(),p.checked=!1,s.CheckAllChecked()},s.filteredTodos=[],s.currentPage=1,s.numPerPage=10,s.maxSize=10,s.makeTodos=function(){var e=parseInt(s.totalItems%s.numPerPage),e=(s.pagersize="0"==e?parseInt(s.totalItems/s.numPerPage):parseInt(s.totalItems/s.numPerPage)+1,(s.currentPage-1)*s.numPerPage),t=parseInt(e)+parseInt(s.numPerPage);console.log("begin="+e),console.log("end="+t),s.filteredTodos=s.todos.slice(e,t)},i.get(d.apiUrl+"api/MedicalStudentSusceptibilityCSDController/Getcomplaintdesc").then(function(e){s.complaint_desc=e.data,console.log("Desc",s.complaint_desc)}),s.showStudStatus=function(){i.get(d.apiUrl+"api/MedicalStudentSusceptibilityCSDController/GetStudentRound").then(function(e){s.stud_status=e.data})},s.showPrimaryAction=function(){i.get(d.apiUrl+"api/MedicalStudentSusceptibilityCSDController/GetPrimaryAction").then(function(e){s.primary_action=e.data})},s.showSecondaryAction=function(e){"T"==e&&(s.HealthCenter=!0,s.Home=!1,s.HealthDropdown=!1),"H"==e&&(s.Home=!0,s.HealthCenter=!1,s.HealthDropdown=!1),"O"!=e&&"S"!=e||(i.get(d.apiUrl+"api/MedicalStudentSusceptibilityCSDController/GetSecondaryAction").then(function(e){s.secondary_action=e.data}),s.HealthDropdown=!0,s.HealthCenter=!1,s.Home=!1)},s.showdata=function(){s.display=!1,s.table=!0,s.date=!0,s.table1=!0;var e=document.getElementById("chk_User"),t=document.getElementById("chk_Employee"),e=(e.checked=!1,t.checked=!1,document.getElementById("drug_User")),t=document.getElementById("drug_Employee");e.checked=!1,t.checked=!1,i.get(d.apiUrl+"api/MedicalStudentSusceptibilityCSDController/getMedicalVisit").then(function(e){s.obj=e.data,s.totalItems=s.obj.length,s.todos=s.obj,s.makeTodos(),0==s.obj.length?(swal({title:"Alert",text:"No Record Found...",showCloseButton:!0,width:450,height:200}),s.display=!1,s.table=!1,s.date=!1):(s.display=!1,s.table=!0,s.date=!0),s.table1=!0}),i.get(d.apiUrl+"api/MedicalStudentSusceptibilityCSDController/getvisitcount?opr=O").then(function(e){s.countdata=[],s.countdata=e.data,0<s.countdata.length&&(s.active_visit=s.countdata[0].active_visit,s.inactive_visit=s.countdata[0].inactive_visit,s.all_visit=s.countdata[0].all_visit)})},s.showdata(),s.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).sims_medical_visit_number.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_enroll_number.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_employee_number.toLowerCase().indexOf(t.toLowerCase())||-1<e.medical_visit_date.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_user_code_created_by.toLowerCase().indexOf(t.toLowerCase())||-1<e.medical_complaint_desc.toLowerCase().indexOf(t.toLowerCase());var t})},s.search=function(){s.todos=s.searched(s.obj,s.searchText),s.totalItems=s.todos.length,s.currentPage="1",""==s.searchText&&(s.todos=s.obj),s.makeTodos(),p.checked=!1,s.CheckAllChecked()},s.getMedicine=function(){i.get(d.apiUrl+"api/MedicalStudentSusceptibility/getAllMedicalMedicineCode").then(function(e){s.medtype=e.data,s.temp2={sims_medicine_code:s.medtype.sims_medicine_code}})},s.getactivedata=function(){var e=s.edt;e.opr="AC",console.log("Active data",e),i.get(d.apiUrl+"api/MedicalStudentSusceptibilityCSDController/getMedicalVisitcount?opr="+e.opr).then(function(e){s.obj=e.data,s.totalItems=s.obj.length,s.todos=s.obj,s.makeTodos()})},s.getinactivedata=function(){var e=s.edt;e.opr="IC",console.log("Inactive data",e),i.get(d.apiUrl+"api/MedicalStudentSusceptibilityCSDController/getMedicalVisitcount?opr="+e.opr).then(function(e){s.obj=e.data,s.totalItems=s.obj.length,s.todos=s.obj,s.makeTodos()})},s.getalldata=function(){i.get(d.apiUrl+"api/MedicalStudentSusceptibilityCSDController/getMedicalVisit").then(function(e){s.obj=e.data,s.totalItems=s.obj.length,s.todos=s.obj,s.makeTodos()})},s.New=function(){s.edt13="",s.edt13=null,s.date=!1,s.getMedicine(),s.showStudStatus(),s.showPrimaryAction(),s.showSecondaryAction(),s.no_selection=!1,s.status=!0;var e=n("date")(new Date,"dd-MM-yyyy");s.dt={sims_from_date:e},s.edt.medical_attended_by=t.globals.currentUser.username,i.get(d.apiUrl+"api/MedicalStudentSusceptibilityCSDController/Getcomplaintdesc").then(function(e){s.complaint_desc=e.data,console.log("Desc",s.complaint_desc)}),i.get(d.apiUrl+"api/MedicalStudentSusceptibility/getAutoGenerateMedicalvisitNo").then(function(e){s.temp1={sims_medical_visit_number:e.data}}),i.get(d.apiUrl+"api/common/Medical_Visit/getAllMedicalVisitExamination").then(function(e){s.medExam=e.data,console.log("ME Data:",s.medExam)}),s.edt5={sims_status:!0},s.clearvalue(),s.display=!0,s.table=!1,s.count=!1,s.date=!1,s.table1=!1,s.instaminimuma=!0,s.update1=!1,s.save1=!0,s.add_btn=!0,s.Table2=!0,s.MedicalVisiteArray=[],s.rm_edt=!0,s.dt={sims_from_date:e}},s.MedicalVisiteArray=[],s.AddMedicine=function(){var t,a=[];i.get(d.apiUrl+"api/common/Medical_Visit/getMedicineName?str="+s.temp2.sims_medicine_code).then(function(e){s.CreDiv=e.data,t=s.CreDiv[0].sims_medicine_name,a=(s.temp1.sims_medical_visit_number,{sims_medicine_code:s.temp2.sims_medicine_code,sims_medicine_duration:s.edt6.sims_medicine_duration,sims_medicine_dosage:s.edt6.sims_medicine_dosage,sims_medicine_weight:s.edt6.sims_medicine_weight,sims_medicine_name:t,sims_medical_visit_number:s.temp1.sims_medical_visit_number}),s.MedicalVisiteArray.push(a),s.temp2.sims_medicine_code="",s.edt6.sims_medicine_duration="",s.edt6.sims_medicine_dosage="",s.edt6.sims_medicine_weight=""})};s.CheckInstallment=function(){1==s.edt.sims_library_fee_installment_mode?s.instaminimuma=!1:s.instaminimuma=!0},s.obj1=[],s.obj2=[],s.CheckAllChecked=function(){if(1==(p=document.getElementById("mainchk11")).checked)for(var e=0;e<s.filteredTodos.length;e++)document.getElementById(e).checked=!0,$("tr").addClass("row_selected");else for(e=0;e<s.filteredTodos.length;e++)document.getElementById(e).checked=!1,p.checked=!1,s.row1="",$("tr").removeClass("row_selected")};s.checkonebyonedelete=function(e,t){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),s.color="#edefef"}),e.status=e.datastatus,0},s.backspace_pressure=function(e){"Backspace"!==e.key&&"Delete"!==e.key||"mmHg"===s.edt5.sims_blood_pressure&&(s.edt5.sims_blood_pressure="",e.preventDefault())},s.backspace_temp=function(e){"Backspace"!==e.key&&"Delete"!==e.key||"°C"===s.edt5.sims_temperature&&(s.edt5.sims_temperature="",e.preventDefault())},s.backspace_pulse=function(e){"Backspace"!==e.key&&"Delete"!==e.key||"Beats/min"===s.edt5.sims_pulse_rate&&(s.edt5.sims_pulse_rate="",e.preventDefault())},s.backspace_resp=function(e){"Backspace"!==e.key&&"Delete"!==e.key||"Breath/min"===s.edt5.sims_respiratory_rate&&(s.edt5.sims_respiratory_rate="",e.preventDefault())},s.backspace_spo=function(e){"Backspace"!==e.key&&"Delete"!==e.key||"%"===s.edt5.sims_spo2&&(s.edt5.sims_spo2="",e.preventDefault())},s.format_BloodPressure=function(){var e;s.edt5.sims_blood_pressure&&"mmHg"!==s.edt5.sims_blood_pressure?(e=s.edt5.sims_blood_pressure.replace(/[^0-9\/]/g,""),s.edt5.sims_blood_pressure=e+"mmHg"):s.edt5.sims_blood_pressure=""},s.format_Temperature=function(){var e;s.edt5.sims_temperature&&"°C"!==s.edt5.sims_temperature?(e=s.edt5.sims_temperature.replace(/[^0-9\/]/g,""),s.edt5.sims_temperature=e+"°C"):s.edt5.sims_temperature=""},s.format_Pulserate=function(){var e=s.edt5.sims_pulse_rate.replace(/[^0-9]/g,"");s.edt5.sims_pulse_rate=e?e+" Beats/min":""},s.format_Respiratoryrate=function(){var e=s.edt5.sims_respiratory_rate.replace(/[^0-9]/g,"");s.edt5.sims_respiratory_rate=e?e+" Breath/min":""},s.format_SPO=function(){var e;s.edt5.sims_spo2&&"%"!==s.edt5.sims_spo2?(e=s.edt5.sims_spo2.replace(/[^0-9\/]/g,""),s.edt5.sims_spo2=e+"%"):s.edt5.sims_spo2=""},s.submit=function(e){if(s.res={},null!=s.edt.sims_enroll_number&&""!=s.edt.sims_enroll_number||null!=s.edte.sims_employee_number&&""!=s.edte.sims_employee_number){if(null==s.edt12.sims_drug_allergy||""==s.edt12.sims_drug_allergy)swal("","Please select Drug Allergy (Yes/No).");else if(e){s.stud_info=!1,s.stud_info_class=!1,s.Emp_info=!1,s.res.med_det=[];var t;"1"==s.edt13.sims_pain_complaint?s.edt13.sims_pain_complaint=!0:s.edt13.sims_pain_complaint=!1,1==s.edt13.sims_pain_character_sharp?s.edt13.sims_pain_character_sharp="01":s.edt13.sims_pain_character_sharp="00",1==s.edt13.sims_pain_character_stabbing?s.edt13.sims_pain_character_stabbing="02":s.edt13.sims_pain_character_stabbing="00",1==s.edt13.sims_pain_character_dull?s.edt13.sims_pain_character_dull="03":s.edt13.sims_pain_character_dull="00",1==s.edt13.sims_pain_character_shooting?s.edt13.sims_pain_character_shooting="04":s.edt13.sims_pain_character_shooting="00",1==s.edt13.sims_pain_character_stinging?s.edt13.sims_pain_character_stinging="05":s.edt13.sims_pain_character_stinging="00",1==s.edt13.sims_pain_character_throbbing?s.edt13.sims_pain_character_throbbing="06":s.edt13.sims_pain_character_throbbing="00",1==s.edt13.sims_pain_character_burning?s.edt13.sims_pain_character_burning="07":s.edt13.sims_pain_character_burning="00",1==s.edt13.sims_pain_character_colicky?s.edt13.sims_pain_character_colicky="08":s.edt13.sims_pain_character_colicky="00",1==s.edt13.sims_pain_frequency_persistent?s.edt13.sims_pain_frequency_persistent="01":s.edt13.sims_pain_frequency_persistent="00",1==s.edt13.sims_pain_frequency_recurrent?s.edt13.sims_pain_frequency_recurrent="02":s.edt13.sims_pain_frequency_recurrent="00",1==s.edt13.sims_pain_type_chronic?s.edt13.sims_pain_type_chronic="01":s.edt13.sims_pain_type_chronic="00",1==s.edt13.sims_pain_type_acute?s.edt13.sims_pain_type_acute="02":s.edt13.sims_pain_type_acute="00",1==s.edt13.sims_pain_onset_sudden?s.edt13.sims_pain_onset_sudden="01":s.edt13.sims_pain_onset_sudden="00",1==s.edt13.sims_pain_onset_gradual?s.edt13.sims_pain_onset_gradual="02":s.edt13.sims_pain_onset_gradual="00",1==s.edt13.sims_normal_vision1?s.edt13.sims_normal_vision1="01":s.edt13.sims_normal_vision1="00",1==s.edt13.sims_normal_vision2?s.edt13.sims_normal_vision2="02":s.edt13.sims_normal_vision2="00",1==s.edt13.sims_normal_vision3?s.edt13.sims_normal_vision3="03":s.edt13.sims_normal_vision3="00",1==s.edt13.sims_normal_vision4?s.edt13.sims_normal_vision4="04":s.edt13.sims_normal_vision4="00",console.log(s.res),s.res.opr="I",s.res.sims_medical_visit_number=s.temp1.sims_medical_visit_number,s.res.medical_visit_date=s.dt.sims_from_date,s.res.sims_enroll_number=s.edt.sims_enroll_number,s.res.sims_employee_number=s.edte.sims_employee_number,s.res.medical_attended_by=s.user,s.res.medical_complaint_desc=s.edt1.medical_complaint_desc,s.res.medical_attendant_observation=s.edt2.medical_attendant_observation,s.res.medical_health_education=s.edt3.medical_health_education,s.res.sims_medical_examination_name=s.edt3.sims_medical_examination_name,s.res.medical_followup_comment=s.edt4.medical_followup_comment,s.res.sims_user_code_created_by=s.edtu.sims_user_code_created_by,s.res.sims_status=s.edt5.sims_status,s.res.sims_blood_pressure=s.edt5.sims_blood_pressure,s.res.sims_temperature=s.edt5.sims_temperature,s.res.sims_pulse_rate=s.edt5.sims_pulse_rate,s.res.sims_respiratory_rate=s.edt5.sims_respiratory_rate,s.res.sims_spo2=s.edt5.sims_spo2,s.res.sims_drug_allergy=s.edt12.sims_drug_allergy,s.res.sims_medical_visit_nursing_treatment=s.edt5.sims_medical_visit_nursing_treatment,s.res.sims_medical_visit_InTime=s.edt.sims_medical_visit_InTime,s.res.sims_medical_visit_OutTime=s.edt.sims_medical_visit_OutTime,s.res.sims_medical_stud_status=s.edt.sims_appl_form_field_value1,s.res.sims_medical_primary_action=s.edt.primary_value,s.res.sims_medical_action_date=s.edt.sims_medical_action_date,s.res.sims_medical_action_time=s.edt.sims_medical_Action_Time,s.res.sims_medical_secondary_action=s.edt.secondary_value,s.res.sims_medical_health_center=s.edt.sims_action_health_center,s.res.sims_medical_action_home=s.edt.sims_home,s.res.sims_medical_action_comment=s.edt.sims_medical_action_comment,s.res.sims_pain_complaint=s.edt13.sims_pain_complaint,s.res.sims_pain_scale=s.edt13.sims_pain_scale,s.res.sims_pain_character=[s.edt13.sims_pain_character_sharp,s.edt13.sims_pain_character_stabbing,s.edt13.sims_pain_character_dull,s.edt13.sims_pain_character_shooting,s.edt13.sims_pain_character_stinging,s.edt13.sims_pain_character_throbbing,s.edt13.sims_pain_character_burning,s.edt13.sims_pain_character_colicky].filter(e=>e&&void 0!==e).join(","),s.res.sims_pain_radiating_to=s.edt13.sims_pain_radiating_to,s.res.sims_pain_frequency=[s.edt13.sims_pain_frequency_persistent,s.edt13.sims_pain_frequency_recurrent].filter(e=>e&&void 0!==e).join(","),s.res.sims_pain_type=[s.edt13.sims_pain_type_chronic,s.edt13.sims_pain_type_acute].filter(e=>e&&void 0!==e).join(","),s.res.sims_pain_location_generalized=s.edt13.sims_pain_location_generalized,s.res.sims_pain_location_to=s.edt13.sims_pain_location_to,s.res.sims_pain_duration=s.edt13.sims_pain_duration,s.res.sims_pain_onset=[s.edt13.sims_pain_onset_sudden,s.edt13.sims_pain_onset_gradual].filter(e=>e&&void 0!==e).join(","),s.res.sims_pain_aggravated=s.edt13.sims_pain_aggravated,s.res.sims_pain_alleviated=s.edt13.sims_pain_alleviated,s.res.sims_vision_red_eyes_right=s.edt13.sims_vision_red_eyes_right,s.res.sims_vision_red_eyes_left=s.edt13.sims_vision_red_eyes_left,s.res.sims_vision_eye_discharge_right=s.edt13.sims_vision_eye_discharge_right,s.res.sims_vision_eye_discharge_left=s.edt13.sims_vision_eye_discharge_left,s.res.sims_vision_squint_eye_right=s.edt13.sims_vision_squint_eye_right,s.res.sims_vision_squint_eye_left=s.edt13.sims_vision_squint_eye_left,s.res.sims_vision_nystagmus_eye_right=s.edt13.sims_vision_nystagmus_eye_right,s.res.sims_vision_nystagmus_eye_left=s.edt13.sims_vision_nystagmus_eye_left,s.res.sims_vision_other=s.edt13.sims_vision_other,s.res.sims_normal_vision=[s.edt13.sims_normal_vision1,s.edt13.sims_normal_vision2,s.edt13.sims_normal_vision3,s.edt13.sims_normal_vision4].filter(e=>e&&void 0!==e).join(",");for(var a=0;a<s.MedicalVisiteArray.length;a++)if(t={sims_medicine_code:s.MedicalVisiteArray[a].sims_medicine_code,sims_medicine_duration:s.MedicalVisiteArray[a].sims_medicine_duration,sims_medicine_dosage:s.MedicalVisiteArray[a].sims_medicine_dosage,sims_medicine_weight:s.MedicalVisiteArray[a].sims_medicine_weight,sims_medical_visit_number:s.temp1.sims_medical_visit_number},s.res.med_det.push(t),s.flag=!0,0==s.flag)return void swal("","Please select the records to Insert");i.post(d.apiUrl+"api/MedicalStudentSusceptibilityCSDController/CUDSaveMedicalVisit",s.res).then(function(e){console.log(e),s.msg1=e.data,1==s.msg1?(swal({text:"Record Inserted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:300,height:200}),s.showdata()):0==s.msg1?(swal({text:"Record Not Inserted. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:300,height:200}),s.showdata()):swal("Error-"+s.msg1)}),s.display=!1,s.table=!0,s.count=!0,s.date=!0,s.showdata()}}else swal("","Please select Student/Employee.")},s.cancel=function(){s.showdata(),s.display=!1,s.table=!0,s.count=!0,s.date=!0,s.table1=!0,s.clearvalue(),s.stud_info=!1,s.Emp_info=!1,s.enroll_no=!1,s.stud_pre=!1,s.employee_no=!1,s.emp_pre=!1,s.stud_info_class=!1,s.MedicalVisiteArray=[],s.date=!0},s.CheckAllChecked=function(){if(1==(p=document.getElementById("mainchk")).checked)for(var e=0;e<s.filteredTodos.length;e++)document.getElementById(s.filteredTodos[e].sims_medical_visit_number+e).checked=!0,s.row1="row_selected",$("tr").addClass("row_selected");else for(e=0;e<s.filteredTodos.length;e++)document.getElementById(s.filteredTodos[e].sims_medical_visit_number+e).checked=!1,p.checked=!1,s.row1="",$("tr").removeClass("row_selected")},s.checkonebyoneselect=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),s.color="#edefef"}),1==(p=document.getElementById("mainchk")).checked&&(p.checked=!1,$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected")}))},s.changeonradio=function(e){s.onlywhentrue="1"==e},s.getAssessment=function(e){i.get(d.apiUrl+"api/MedicalStudentSusceptibilityCSDController/getAssessmentDetails?sims_medical_visit_number="+e).then(function(e){s.assessmentdetails=e.data[0],s.edt13={sims_pain_complaint1:s.assessmentdetails.sims_pain_complaint,sims_pain_scale:s.assessmentdetails.sims_pain_scale,sims_pain_radiating_to:s.assessmentdetails.sims_pain_radiating_to,sims_pain_location_generalized:s.assessmentdetails.sims_pain_location_generalized,sims_pain_location_to:s.assessmentdetails.sims_pain_location_to,sims_pain_duration:s.assessmentdetails.sims_pain_duration,sims_pain_aggravated:s.assessmentdetails.sims_pain_aggravated,sims_pain_alleviated:s.assessmentdetails.sims_pain_alleviated,sims_vision_red_eyes_right:s.assessmentdetails.sims_vision_red_eyes_right,sims_vision_red_eyes_left:s.assessmentdetails.sims_vision_red_eyes_left,sims_vision_eye_discharge_right:s.assessmentdetails.sims_vision_eye_discharge_right,sims_vision_eye_discharge_left:s.assessmentdetails.sims_vision_eye_discharge_left,sims_vision_squint_eye_right:s.assessmentdetails.sims_vision_squint_eye_right,sims_vision_squint_eye_left:s.assessmentdetails.sims_vision_squint_eye_left,sims_vision_nystagmus_eye_right:s.assessmentdetails.sims_vision_nystagmus_eye_right,sims_vision_nystagmus_eye_left:s.assessmentdetails.sims_vision_nystagmus_eye_left,sims_vision_other:s.assessmentdetails.sims_vision_other},1==s.edt13.sims_pain_complaint1?(s.edt13.sims_pain_complaint="1",s.onlywhentrue=!0):(s.edt13.sims_pain_complaint="2",s.onlywhentrue=!1);e=s.assessmentdetails.sims_pain_character.split(","),"01"==e[0]?s.edt13.sims_pain_character_sharp=!0:s.edt13.sims_pain_character_sharp=!1,"02"==e[1]?s.edt13.sims_pain_character_stabbing=!0:s.edt13.sims_pain_character_stabbing=!1,"03"==e[2]?s.edt13.sims_pain_character_dull=!0:s.edt13.sims_pain_character_dull=!1,"04"==e[3]?s.edt13.sims_pain_character_shooting=!0:s.edt13.sims_pain_character_shooting=!1,"05"==e[4]?s.edt13.sims_pain_character_stinging=!0:s.edt13.sims_pain_character_stinging=!1,"06"==e[5]?s.edt13.sims_pain_character_throbbing=!0:s.edt13.sims_pain_character_throbbing=!1,"07"==e[6]?s.edt13.sims_pain_character_burning=!0:s.edt13.sims_pain_character_burning=!1,"08"==e[7]?s.edt13.sims_pain_character_colicky=!0:s.edt13.sims_pain_character_colicky=!1,e=s.assessmentdetails.sims_pain_frequency.split(","),"01"==e[0]?s.edt13.sims_pain_frequency_persistent=!0:s.edt13.sims_pain_frequency_persistent=!1,"02"==e[1]?s.edt13.sims_pain_frequency_recurrent=!0:s.edt13.sims_pain_frequency_recurrent=!1,e=s.assessmentdetails.sims_pain_type.split(","),"01"==e[0]?s.edt13.sims_pain_type_chronic=!0:s.edt13.sims_pain_type_chronic=!1,"02"==e[1]?s.edt13.sims_pain_type_acute=!0:s.edt13.sims_pain_type_acute=!1,e=s.assessmentdetails.sims_pain_onset.split(","),"01"==e[0]?s.edt13.sims_pain_onset_sudden=!0:s.edt13.sims_pain_onset_sudden=!1,"02"==e[1]?s.edt13.sims_pain_onset_gradual=!0:s.edt13.sims_pain_onset_gradual=!1,e=s.assessmentdetails.sims_normal_vision.split(",");"01"==e[0]?s.edt13.sims_normal_vision1=!0:s.edt13.sims_normal_vision1=!1,"02"==e[1]?s.edt13.sims_normal_vision2=!0:s.edt13.sims_normal_vision2=!1,"03"==e[2]?s.edt13.sims_normal_vision3=!0:s.edt13.sims_normal_vision3=!1,"04"==e[3]?s.edt13.sims_normal_vision4=!0:s.edt13.sims_normal_vision4=!1})},s.calculateAge=function(e){var e=e.split("-"),e=new Date(e[2],e[1]-1,e[0]),t=new Date,a=t.getFullYear()-e.getFullYear(),o=t.getMonth()-e.getMonth();return(o<0||0==o&&t.getDate()<e.getDate())&&a--,a},s.edit=function(t){s.no_selection=!0,s.visit_no=!0,s.Emp_number=!0,s.Stud_number=!0,s.update1=!0,s.ref_user=!0,s.save1=!1,s.Table2=!0,s.add_btn=!0,s.status=!1,s.status1=!0,s.rm_edt=!0,s.stud_info_class=!1,s.getMedicine(),s.showStudStatus(),s.getAssessment(t.sims_medical_visit_number),s.MedicalVisiteArray=[],s.getMedicine(),i.post(d.apiUrl+"api/MedicalStudentSusceptibilityCSDController/medicinDetails?vino="+t.sims_medical_visit_number).then(function(e){e=e.data,s.MedicalVisiteArray=e,s.MedicalVisiteArray.sims_medical_visit_number=t.sims_medical_visit_number,s.edte={sims_employee_number:t.sims_employee_number},s.onPriChange={sims_medicine_code:t.sims_medicine_code,sims_medicine_name:t.sims_medicine_name},"-"!=t.sims_enroll_number&&(s.enroll_no=!0,s.employee_no=!1,s.edt.sims_enroll_number=t.sims_enroll_number),"-"!=t.sims_employee_number&&(s.enroll_no=!1,s.employee_no=!0,s.edte={sims_employee_number:t.sims_employee_number}),s.temp1={sims_medical_visit_number:t.sims_medical_visit_number},s.edt1={medical_complaint_desc:t.medical_complaint_desc},s.edt2={medical_attendant_observation:t.medical_attendant_observation},s.edt3={medical_health_education:t.medical_health_education,sims_medical_examination_name:t.sims_medical_examination_name},s.edt4={medical_followup_comment:t.medical_followup_comment},s.edt12={sims_drug_allergy:t.sims_drug_allergy},s.edt5={sims_medical_visit_nursing_treatment:t.sims_medical_visit_nursing_treatment,sims_blood_pressure:t.sims_blood_pressure,sims_temperature:t.sims_temperature,sims_pulse_rate:t.sims_pulse_rate,sims_respiratory_rate:t.sims_respiratory_rate,sims_spo2:t.sims_spo2,sims_status:t.sims_status},s.edt={primary_value:t.sims_medical_primary_action,sims_medical_action_date:t.sims_medical_action_date,sims_medical_Action_Time:t.sims_medical_action_time,sims_action_health_center:t.sims_medical_health_center,sims_home:t.sims_medical_action_home,secondary_value:t.sims_medical_secondary_action,sims_medical_action_comment:t.sims_medical_action_comment,sims_enroll_number:t.sims_enroll_number,sims_medical_visit_InTime:t.sims_medical_visit_InTime,sims_medical_visit_OutTime:t.sims_medical_visit_OutTime,sims_appl_form_field_value1:t.sims_medical_stud_status},s.showStudStatus(),s.showPrimaryAction(),s.showSecondaryAction(t.sims_medical_primary_action),e=t.medical_visit_date.split(" ");s.dt.sims_from_date=e[0],s.edt6={sims_medicine_duration:t.sims_medicine_duration,sims_medicine_weight:t.sims_medicine_weight},s.edtu={sims_user_code_created_name:t.sims_user_code_created_by},null!=t.sims_enroll_number&&"-"!=t.sims_enroll_number?i.get(d.apiUrl+"api/MedicalStudentSusceptibility/getGenderDOB?S_number="+t.sims_enroll_number+"&E_number=null").then(function(e){s.get_studData=e.data,s.Emp_info=!1,s.stud_info=!0,s.stud_info_class=!1,s.stud_pre=!0,s.emp_pre=!1;e=s.get_studData[0].sims_student_dob;s.studentAge=s.calculateAge(e)}):i.get(d.apiUrl+"api/MedicalStudentSusceptibility/getGenderDOB?S_number=null&E_number="+t.sims_employee_number).then(function(e){s.get_EmpData=e.data,s.Emp_info=!0,s.stud_info=!1,s.stud_info_class=!1,s.stud_pre=!1,s.emp_pre=!0}),s.display=!0,s.table=!1,s.count=!1,s.date=!1,s.table1=!1})},s.Update=function(){var e=[],t=[];if("1"==s.edt13.sims_pain_complaint?s.edt13.sims_pain_complaint=!0:s.edt13.sims_pain_complaint=!1,1==s.edt13.sims_pain_character_sharp?s.edt13.sims_pain_character_sharp="01":s.edt13.sims_pain_character_sharp="00",1==s.edt13.sims_pain_character_stabbing?s.edt13.sims_pain_character_stabbing="02":s.edt13.sims_pain_character_stabbing="00",1==s.edt13.sims_pain_character_dull?s.edt13.sims_pain_character_dull="03":s.edt13.sims_pain_character_dull="00",1==s.edt13.sims_pain_character_shooting?s.edt13.sims_pain_character_shooting="04":s.edt13.sims_pain_character_shooting="00",1==s.edt13.sims_pain_character_stinging?s.edt13.sims_pain_character_stinging="05":s.edt13.sims_pain_character_stinging="00",1==s.edt13.sims_pain_character_throbbing?s.edt13.sims_pain_character_throbbing="06":s.edt13.sims_pain_character_throbbing="00",1==s.edt13.sims_pain_character_burning?s.edt13.sims_pain_character_burning="07":s.edt13.sims_pain_character_burning="00",1==s.edt13.sims_pain_character_colicky?s.edt13.sims_pain_character_colicky="08":s.edt13.sims_pain_character_colicky="00",1==s.edt13.sims_pain_frequency_persistent?s.edt13.sims_pain_frequency_persistent="01":s.edt13.sims_pain_frequency_persistent="00",1==s.edt13.sims_pain_frequency_recurrent?s.edt13.sims_pain_frequency_recurrent="02":s.edt13.sims_pain_frequency_recurrent="00",1==s.edt13.sims_pain_type_chronic?s.edt13.sims_pain_type_chronic="01":s.edt13.sims_pain_type_chronic="00",1==s.edt13.sims_pain_type_acute?s.edt13.sims_pain_type_acute="02":s.edt13.sims_pain_type_acute="00",1==s.edt13.sims_pain_onset_sudden?s.edt13.sims_pain_onset_sudden="01":s.edt13.sims_pain_onset_sudden="00",1==s.edt13.sims_pain_onset_gradual?s.edt13.sims_pain_onset_gradual="02":s.edt13.sims_pain_onset_gradual="00",1==s.edt13.sims_normal_vision1?s.edt13.sims_normal_vision1="01":s.edt13.sims_normal_vision1="00",1==s.edt13.sims_normal_vision2?s.edt13.sims_normal_vision2="02":s.edt13.sims_normal_vision2="00",1==s.edt13.sims_normal_vision3?s.edt13.sims_normal_vision3="03":s.edt13.sims_normal_vision3="00",1==s.edt13.sims_normal_vision4?s.edt13.sims_normal_vision4="04":s.edt13.sims_normal_vision4="00",console.log(s.res),"0"==s.MedicalVisiteArray.length){t={sims_medical_visit_number:s.temp1.sims_medical_visit_number,medical_visit_date:s.dt.sims_from_date,sims_enroll_number:s.edt.sims_enroll_number,sims_employee_number:s.edte.sims_employee_number,medical_attended_by:s.user,medical_complaint_desc:s.edt1.medical_complaint_desc,medical_attendant_observation:s.edt2.medical_attendant_observation,medical_health_education:s.edt3.medical_health_education,sims_medical_examination_name:s.edt3.sims_medical_examination_name,medical_followup_comment:s.edt4.medical_followup_comment,sims_medicine_code:s.temp2.sims_medicine_code,sims_medicine_dosage:s.edt5.sims_medicine_dosage,sims_medicine_weight:s.edt6.sims_medicine_weight,sims_medicine_duration:s.edt6.sims_medicine_duration,sims_user_code_created_by:s.edtu.sims_user_code_created_name,sims_status:s.edt5.sims_status,sims_blood_pressure:s.edt5.sims_blood_pressure,sims_temperature:s.edt5.sims_temperature,sims_pulse_rate:s.edt5.sims_pulse_rate,sims_respiratory_rate:s.edt5.sims_respiratory_rate,sims_spo2:s.edt5.sims_spo2,sims_drug_allergy:s.edt12.sims_drug_allergy,sims_medical_visit_InTime:s.edt.sims_medical_visit_InTime,sims_medical_visit_OutTime:s.edt.sims_medical_visit_OutTime,sims_medical_stud_status:s.edt.sims_appl_form_field_value1,primary_value:s.edt.primary_value,sims_medical_action_date:s.edt.sims_medical_action_date,sims_medical_Action_Time:s.edt.sims_medical_Action_Time,sims_action_health_center:s.edt.sims_action_health_center,sims_home:s.edt.sims_home,secondary_value:s.edt.secondary_value,sims_medical_action_comment:s.edt.sims_medical_action_comment,sims_pain_complaint:s.edt13.sims_pain_complaint,sims_pain_scale:s.edt13.sims_pain_scale,sims_pain_character:[s.edt13.sims_pain_character_sharp,s.edt13.sims_pain_character_stabbing,s.edt13.sims_pain_character_dull,s.edt13.sims_pain_character_shooting,s.edt13.sims_pain_character_stinging,s.edt13.sims_pain_character_throbbing,s.edt13.sims_pain_character_burning,s.edt13.sims_pain_character_colicky].filter(e=>e&&void 0!==e).join(","),sims_pain_radiating_to:s.edt13.sims_pain_radiating_to,sims_pain_frequency:[s.edt13.sims_pain_frequency_persistent,s.edt13.sims_pain_frequency_recurrent].filter(e=>e&&void 0!==e).join(","),sims_pain_type:[s.edt13.sims_pain_type_chronic,s.edt13.sims_pain_type_acute].filter(e=>e&&void 0!==e).join(","),sims_pain_location_generalized:s.edt13.sims_pain_location_generalized,sims_pain_location_to:s.edt13.sims_pain_location_to,sims_pain_duration:s.edt13.sims_pain_duration,sims_pain_onset:[s.edt13.sims_pain_onset_sudden,s.edt13.sims_pain_onset_gradual].filter(e=>e&&void 0!==e).join(","),sims_pain_aggravated:s.edt13.sims_pain_aggravated,sims_pain_alleviated:s.edt13.sims_pain_alleviated,sims_vision_red_eyes_right:s.edt13.sims_vision_red_eyes_right,sims_vision_red_eyes_left:s.edt13.sims_vision_red_eyes_left,sims_vision_eye_discharge_right:s.edt13.sims_vision_eye_discharge_right,sims_vision_eye_discharge_left:s.edt13.sims_vision_eye_discharge_left,sims_vision_squint_eye_right:s.edt13.sims_vision_squint_eye_right,sims_vision_squint_eye_left:s.edt13.sims_vision_squint_eye_left,sims_vision_nystagmus_eye_right:s.edt13.sims_vision_nystagmus_eye_right,sims_vision_nystagmus_eye_left:s.edt13.sims_vision_nystagmus_eye_left,sims_vision_other:s.edt13.sims_vision_other,sims_normal_vision:[s.edt13.sims_normal_vision1,s.edt13.sims_normal_vision2,s.edt13.sims_normal_vision3,s.edt13.sims_normal_vision4].filter(e=>e&&void 0!==e).join(","),opr:"U"};e.push(t)}else{for(var a=0;a<s.MedicalVisiteArray.length;a++)t={sims_medical_visit_number:s.temp1.sims_medical_visit_number,medical_visit_date:s.dt.sims_from_date,sims_enroll_number:s.edt.sims_enroll_number,sims_employee_number:s.edte.sims_employee_number,medical_attended_by:s.user,medical_complaint_desc:s.edt1.medical_complaint_desc,medical_attendant_observation:s.edt2.medical_attendant_observation,medical_health_education:s.edt3.medical_health_education,sims_medical_examination_name:s.edt3.sims_medical_examination_name,medical_followup_comment:s.edt4.medical_followup_comment,sims_user_code_created_by:s.edtu.sims_user_code_created_name,sims_status:s.edt5.sims_status,sims_blood_pressure:s.edt5.sims_blood_pressure,sims_temperature:s.edt5.sims_temperature,sims_pulse_rate:s.edt5.sims_pulse_rate,sims_respiratory_rate:s.edt5.sims_respiratory_rate,sims_spo2:s.edt5.sims_spo2,sims_drug_allergy:s.edt12.sims_drug_allergy,sims_medical_visit_nursing_treatment:s.edt5.sims_medical_visit_nursing_treatment,primary_value:s.edt.primary_value,sims_medical_action_date:s.edt.sims_medical_action_date,sims_medical_Action_Time:s.edt.sims_medical_Action_Time,sims_action_health_center:s.edt.sims_action_health_center,sims_home:s.edt.sims_home,secondary_value:s.edt.secondary_value,sims_medical_action_comment:s.edt.sims_medical_action_comment,opr:"U",sims_medicine_code:s.MedicalVisiteArray[a].sims_medicine_code,sims_medicine_duration:s.MedicalVisiteArray[a].sims_medicine_duration,sims_medicine_dosage:s.MedicalVisiteArray[a].sims_medicine_dosage,sims_medicine_weight:s.MedicalVisiteArray[a].sims_medicine_weight,sims_medical_visit_InTime:s.edt.sims_medical_visit_InTime,sims_medical_visit_OutTime:s.edt.sims_medical_visit_OutTime,sims_medical_stud_status:s.edt.sims_appl_form_field_value1,sims_pain_complaint:s.edt13.sims_pain_complaint,sims_pain_scale:s.edt13.sims_pain_scale,sims_pain_character:[s.edt13.sims_pain_character_sharp,s.edt13.sims_pain_character_stabbing,s.edt13.sims_pain_character_dull,s.edt13.sims_pain_character_shooting,s.edt13.sims_pain_character_stinging,s.edt13.sims_pain_character_throbbing,s.edt13.sims_pain_character_burning,s.edt13.sims_pain_character_colicky].filter(e=>e&&void 0!==e).join(","),sims_pain_radiating_to:s.edt13.sims_pain_radiating_to,sims_pain_frequency:[s.edt13.sims_pain_frequency_persistent,s.edt13.sims_pain_frequency_recurrent].filter(e=>e&&void 0!==e).join(","),sims_pain_type:[s.edt13.sims_pain_type_chronic,s.edt13.sims_pain_type_acute].filter(e=>e&&void 0!==e).join(","),sims_pain_location_generalized:s.edt13.sims_pain_location_generalized,sims_pain_location_to:s.edt13.sims_pain_location_to,sims_pain_duration:s.edt13.sims_pain_duration,sims_pain_onset:[s.edt13.sims_pain_onset_sudden,s.edt13.sims_pain_onset_gradual].filter(e=>e&&void 0!==e).join(","),sims_pain_aggravated:s.edt13.sims_pain_aggravated,sims_pain_alleviated:s.edt13.sims_pain_alleviated,sims_vision_red_eyes_right:s.edt13.sims_vision_red_eyes_right,sims_vision_red_eyes_left:s.edt13.sims_vision_red_eyes_left,sims_vision_eye_discharge_right:s.edt13.sims_vision_eye_discharge_right,sims_vision_eye_discharge_left:s.edt13.sims_vision_eye_discharge_left,sims_vision_squint_eye_right:s.edt13.sims_vision_squint_eye_right,sims_vision_squint_eye_left:s.edt13.sims_vision_squint_eye_left,sims_vision_nystagmus_eye_right:s.edt13.sims_vision_nystagmus_eye_right,sims_vision_nystagmus_eye_left:s.edt13.sims_vision_nystagmus_eye_left,sims_vision_other:s.edt13.sims_vision_other,sims_normal_vision:[s.edt13.sims_normal_vision1,s.edt13.sims_normal_vision2,s.edt13.sims_normal_vision3,s.edt13.sims_normal_vision4].filter(e=>e&&void 0!==e).join(",")},e.push(t),s.flag=!0;if(0==s.flag)return void swal("","Please select the records to Insert")}i.post(d.apiUrl+"api/MedicalStudentSusceptibilityCSDController/CUDMedicalVisit",e).then(function(e){s.msg1=e.data,1==s.msg1?swal({text:"Record Updated Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:300,height:200}):swal({text:"Record Not Updated",imageUrl:"assets/img/check.png",showCloseButton:!0,width:300,height:200}),s.clearvalue(),o(function(){s.showdata()},0)}),s.count=!0},s.OkDelete=function(){s.employee_no=!1,s.enroll_no=!1,s.stud_pre=!1,s.emp_pre=!1;s.flag=!1;for(var e,o=[],t=0;t<s.filteredTodos.length;t++)1==document.getElementById(s.filteredTodos[t].sims_medical_visit_number+t).checked&&(s.flag=!0,e={sims_medical_visit_number:s.filteredTodos[t].sims_medical_visit_number,opr:"D"},o.push(e));s.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)i.post(d.apiUrl+"api/MedicalStudentSusceptibilityCSDController/CUDMedicalVisit",o).then(function(e){s.msg1=e.data,1==s.msg1&&swal({text:"Record Deleted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){s.showdata(),e&&(1==(p=document.getElementById("mainchk")).checked&&(p.checked=!1),s.CheckAllChecked()),s.currentPage=!0})});else{1==(p=document.getElementById("mainchk")).checked&&(p.checked=!1);for(var t=0;t<s.filteredTodos.length;t++){var a=document.getElementById(s.filteredTodos[t].sims_library_fee_number+t);1==a.checked&&(a.checked=!1,p.checked=!1,$("tr").removeClass("row_selected"))}}}):swal({text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}),s.currentPage=str,s.row1=""},s.clearvalue=function(){s.temp1={sims_medical_visit_number:""},s.dt={sims_from_date:""},s.edt={sims_enroll_number:""},s.edte={sims_employee_number:""},s.edt1={medical_complaint_desc:""},s.edt2={medical_attendant_observation:""},s.edt3={medical_health_education:""},s.edt3={sims_medical_examination_name:""},s.edt4={medical_followup_comment:""},s.temp2={sims_medicine_code:""},s.edt5={sims_medicine_dosage:"",sims_blood_pressure:"",sims_temperature:"",sims_pulse_rate:"",sims_respiratory_rate:"",sims_spo2:""},s.edt6={sims_medicine_duration:"",sims_medicine_weight:""},s.edt={sims_user_code_created_by:""},s.edt5={sims_status:!0},s.edtu={sims_user_code_created_name:""},s.searchText="",s.MyForm.$setPristine(),s.MyForm.$setUntouched()},s.SearchUser=function(){s.chku=!0,t.chkMulti=!0,t.visible_User=!0,s.visible_Employee=!1,t.visible_stud=!1,s.global_Search_click(),$("#Global_Search_Modal").modal({backdrop:"static"})},s.SearchEnroll=function(e){t.chkMulti=!0,"enroll_true"==(c=e)?(s.edt.sims_enroll_number="",s.get_studData="",s.employee_no=!1,s.emp_pre=!1,s.enroll_no=!0,s.Emp_info=!1,s.stud_pre=!0,s.visible_Employee=!1,t.visible_User=!1,t.visible_stud=!0,s.global_Search_click(),$("#Global_Search_Modal").modal({backdrop:"static"}),s.edt.sims_student_name="",s.edt.s_class="",s.get_studData[0].sims_student_gender="",s.get_studData[0].sims_student_dob="",s.get_studData="",s.edt=[]):"emp_true"==e&&(s.get_EmpData="",s.edte.sims_employee_number="",s.enroll_no=!1,s.stud_info=!1,s.stud_info_class=!1,s.employee_no=!0,s.Emp_info=!0,s.emp_pre=!0,s.stud_pre=!1,t.visible_stud=!1,t.visible_User=!1,t.visible_Employee=!0,s.chkMulti=!1,s.global_Search_click(),$("#Global_Search_Modal").modal({backdrop:"static"}))},s.drudallergy=function(e){"t"==e?s.edt12.sims_drug_allergy="t":"f"==str&&(s.edt12.sims_drug_allergy="f")},s.Stude_prev=function(){i.get(d.apiUrl+"api/MedicalStudentSusceptibilityCSDController/getStudEmpData?S_number="+s.edt.sims_enroll_number+"&E_number="+s.temp1.sims_medical_visit_number).then(function(e){s.get_studData_model=e.data,0<s.get_studData_model.length?$("#MyModal").modal("show"):swal({title:"Alert",text:"Previous Details Not Present...",showCloseButton:!0,width:450,height:200})})},s.Emp_prev=function(){i.get(d.apiUrl+"api/MedicalStudentSusceptibilityCSDController/getStudEmpData?S_number=null&E_number="+s.edte.sims_employee_number).then(function(e){s.get_EmpData_model=e.data,0<s.get_EmpData_model.length?$("#MyModal1").modal("show"):swal({title:"Alert",text:"Previous Details Not Present...",showCloseButton:!0,width:450,height:200})})},s.emp_blur=function(){i.get(d.apiUrl+"api/MedicalStudentSusceptibilityCSDController/getGenderDOB?S_number=null&E_number="+s.edte.sims_employee_number).then(function(e){s.get_EmpData=e.data})},s.stud_blur=function(){i.get(d.apiUrl+"api/MedicalStudentSusceptibilityCSDController/getGenderDOB?S_number="+s.edt.sims_enroll_number+"&E_number=null").then(function(e){s.get_studData=e.data,s.temp.sims_empno="",s.stud_info=!0,s.stud_info_class=!1})},s.getMedicalVisit1=function(){i.get(d.apiUrl+"api/MedicalStudentSusceptibility/getMedicalVisitDetails?from_date="+s.edt.from_date+"&to_date="+s.edt.to_date).then(function(e){s.MedicalVisitDetails=e.data,console.log("MedicalData",s.MedicalVisitDetails),s.totalItems=s.MedicalVisitDetails.length,s.todos=s.MedicalVisitDetails,s.makeTodos()})},s.$on("global_cancel",function(){s.edt5={sims_status:!0};s.SelectedUserLst.length;0==s.chku?"enroll_true"==c?(s.edt={sims_enroll_number:s.SelectedUserLst[0].s_enroll_no,sims_student_name:s.SelectedUserLst[0].name,s_class:s.SelectedUserLst[0].s_class,sims_academic_year:s.SelectedUserLst[0].sims_academic_year},s.edte={sims_employee_number:""},i.get(d.apiUrl+"api/MedicalStudentSusceptibility/getGenderDOB?S_number="+s.edt.sims_enroll_number+"&E_number=null").then(function(e){s.get_studData=e.data;e=s.get_studData[0].sims_student_dob;s.studentAge=s.calculateAge(e)}),i.get(d.apiUrl+"api/MedicalStudentSusceptibilityCSDController/getGenderDOB?S_number="+s.edt.sims_enroll_number+"&E_number=null&acd_year="+s.edt.sims_academic_year).then(function(e){s.get_studData=e.data,s.temp.sims_empno="",s.stud_info=!0,s.stud_info_class=!0})):"emp_true"==c&&(s.edte={sims_employee_number:s.SelectedUserLst[0].em_login_code,empName:s.SelectedUserLst[0].empName},s.edt={sims_enroll_number:""},i.get(d.apiUrl+"api/MedicalStudentSusceptibilityCSDController/getGenderDOB?S_number=null&E_number="+s.edte.sims_employee_number).then(function(e){s.get_EmpData=e.data})):s.edtu={sims_user_code_created_name:s.SelectedUserLst[0].name,sims_user_code_created_by:s.SelectedUserLst[0].user_code}});var m=[];s.Remove=function(e,t,a){s.std={};var o;s.std.sims_medical_visit_number=a[o=t].sims_medical_visit_number,s.std.sims_medicine_code=a[o].sims_medicine_code,s.std.opr="M",m.push(s.std),i.post(d.apiUrl+"api/MedicalStudentSusceptibilityCSDController/CUDMedicalVisit",m).then(function(e){s.msg1=e.data,1==s.msg1?(swal({title:"Alert",text:"Record Deleted Successfully",showCloseButton:!0,width:300,height:200}),s.grid2="",s.save_btn=!1,savefin=[],s.bookeset=[],s.Cancel()):a.splice(t,1)}),m=[]},$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0,format:"yyyy-mm-dd"})}])}(),function(){"use strict";var d,c=[],e=angular.module("sims.module.Health");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("medicalExaminationCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(s,e,t,a,o,n,i){s.display=!1,s.cancel_1=!1,s.hideandseek=!0,s.pagesize="10",a(function(){$("#fixTable").tableHeadFixer({top:1})},100),s.filteredTodos=[],s.currentPage=1,s.numPerPage=10,s.maxSize=10,s.makeTodos=function(){var e=parseInt(s.totalItems%s.numPerPage),e=(s.pagersize="0"==e?parseInt(s.totalItems/s.numPerPage):parseInt(s.totalItems/s.numPerPage)+1,(s.currentPage-1)*s.numPerPage),t=parseInt(e)+parseInt(s.numPerPage);s.filteredTodos=s.todos.slice(e,t);for(var a=0;a<s.filteredTodos.length;a++)s.filteredTodos[a].icon="fa fa-plus-circle";1==(d=document.getElementById("chk_min")).checked&&(d.checked=!1,s.row1="",s.CheckMultiple())},s.maindata=function(){n.get(i.apiUrl+"api/common/getMedicalExaminations?pageIndex=1&PageSize=5").then(function(e){s.obj=e.data,0==s.obj.length&&swal({text:"Sorry Data Not Found",width:380,showCloseButton:!0}),s.totalItems=s.obj.length,s.todos=s.obj,s.makeTodos(),s.table=!0})},s.maindata(),s.edit=function(e){s.display=!0,s.grid=!1,s.btn_save=!1,s.btn_update=!0,s.btn_delete=!1;var t=angular.copy(e);if(s.edt=t,s.getcur_level(e.sims_incidence_consequence_cur_code),1==d.checked)for(var a=0;a<s.obj.length;a++){var o=s.obj[a].sims_incidence_consequence_code;console.log(o),document.getElementById(o).checked=!1,d.checked=!1,s.row1=""}},s.size=function(e){1==(d=document.getElementById("chk_min")).checked&&(d.checked=!1,s.row1="",s.color="#edefef"),"All"==e?(s.currentPage=1,s.numPerPage=s.obj.length):(s.pagesize=e,s.currentPage=1,s.numPerPage=e),s.makeTodos()},s.index=function(e){s.pageindex=e,s.currentPage=e,console.log("currentPage="+s.currentPage),s.makeTodos(),1==(d=document.getElementById("chk_min")).checked&&(d.checked=!1,s.row1="",s.color="#edefef")},s.New=function(){s.display=!0,s.table=!1,s.save1=!0,s.update1=!1,s.cancel_1=!0,s.btn_delete=!1,s.hideandseek=!1,s.edt="",n.get(i.apiUrl+"api/common/getAllMedicalVisitNumbers").then(function(e){s.cmbVisit=e.data}),n.get(i.apiUrl+"api/common/getAllMedicalExaminationName").then(function(e){s.cmbExaminationName=e.data}),s.table=!1,s.txtbox=!1,s.txtbox1=!0,s.operation=!0},s.save=function(e){var t;e&&(e=[],t="",(t=s.edt).opr="I",e.push(t),n.post(i.apiUrl+"api/common/CUDMedicalExamination",e).then(function(e){s.msg1=e.data,1==s.msg1?(swal({text:"Record  Inserted Successfully",imageUrl:"assets/img/check.png",width:380,showCloseButton:!0}),s.display=!1,s.maindata()):(swal({text:"Record Not Inserted",imageUrl:"assets/img/close.png",width:380,showCloseButton:!0}),s.display=!1),s.Cancel()}))},s.edit=function(e){n.get(i.apiUrl+"api/common/getAllMedicalVisitNumbers").then(function(e){s.cmbVisit=e.data}),n.get(i.apiUrl+"api/common/getAllMedicalExaminationName").then(function(e){s.cmbExaminationName=e.data}),s.display=!0,s.table=!1,s.save1=!1,s.update1=!0,s.cancel_1=!0,s.btn_delete=!1,s.hideandseek=!0;e=angular.copy(e);if(s.edt=e,1==d.checked)for(var t=0;t<s.obj.length;t++)d.checked=!1,s.row1=""},s.Update=function(){var e=[],t="";(t=s.edt).opr="U",e.push(t),n.post(i.apiUrl+"api/common/CUDMedicalExamination",e).then(function(e){s.msg1=e.data,1==s.msg1?(swal({text:"Record  Updated Successfully",imageUrl:"assets/img/check.png",width:380,showCloseButton:!0}),s.maindata()):swal({text:"Record Not Updated",imageUrl:"assets/img/close.png",width:380,showCloseButton:!0}),s.Cancel()})},s.Delete=function(){var t=[];s.flag=!1;for(var e=0;e<s.filteredTodos.length;e++)1==document.getElementById(s.filteredTodos[e].sims_serial_number+e).checked&&(s.flag=!0,s.filteredTodos[e].opr="D",t.push(s.filteredTodos[e]));s.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){e?n.post(i.apiUrl+"api/common/CUDMedicalExamination",t).then(function(e){s.msg1=e.data,1==s.msg1?(swal({text:"Record  Deleted Successfully",imageUrl:"assets/img/check.png",width:380,showCloseButton:!0}),s.maindata()):(swal({text:"Record Not Deleted",imageUrl:"assets/img/close.png",width:300,showCloseButton:!0}),s.display=!1,s.grid=!0,1==(d=document.getElementById("chk_min")).checked&&(d.checked=!1,s.row1="",s.color="#edefef"),s.multipledelete())}):(1==(d=document.getElementById("chk_min")).checked&&(d.checked=!1,s.row1="",s.color="#edefef"),s.multipledelete())}):swal({text:"Select At Least One Record To Delete",imageUrl:"assets/img/notification-alert.png",width:380,showCloseButton:!0})},s.multipledelete=function(){c=[],d=document.getElementById("chk_min");for(var e=0;e<s.filteredTodos.length;e++){var t=s.filteredTodos[e].sims_serial_number+e,a=document.getElementById(t);1==d.checked?(a.checked=!0,c.push(t),s.row1="row_selected"):(a.checked=!1,d.checked=!1,c.pop(t),$("tr").removeClass("row_selected"))}},s.delete_onebyone=function(e){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),s.color="#edefef"}),1==(d=document.getElementById("chk_min")).checked&&(d.checked=!1,s.color="#edefef")},s.Cancel=function(){s.table=!0,s.txtbox=!1,s.txtbox1=!0,s.display=!1,s.cancel_1=!1,s.maindata()},s.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).sims_examination_name.toLowerCase().indexOf(t.toLowerCase())||e.sims_examination_value==t||e.sims_serial_number==t;var t})},s.search=function(){s.todos=s.searched(s.obj,s.searchText),s.totalItems=s.todos.length,s.currentPage="1",""==s.searchText&&(s.todos=s.obj),s.makeTodos()}}])}(),function(){"use strict";var e=angular.module("sims.module.Student");e.controller("Admission_OLContNew",["$scope","$state","$stateParams","$rootScope","$timeout","gettextCatalog","$http","$filter","ENV",function(_,e,t,a,o,s,n,i,d){_.display=!0,_.pagesize="5",_.pageindex="1",_.school_edit=!0,_.Study_edit=!0,_.desc_edit=!0,_.confirm_edit=!0,_.disableemployee=!0,_.disableparent=!0,_.emp_edit=!0,_.hearing_edit=!0,_.music_edit=!0,_.sport_edit=!0,_.other_edit=!0,_.circum_edit=!0,_.disab_edit=!0,_.healthres_edit=!0,_.health_vision_edit=!0,_.allAYs=[],_.pricont_edit=!0,_.transreq_edit=!0,_.lang_sup_edit=!0,_.behaviour_edit=!0,_.gifted_edit=!0,_.med_edit=!0,_.learnther_edit=!0,_.spec_edu_edit=!0,_.lang_sup_edit=!0,_.falledgrade_edit=!0,_.behaviour_edit=!0,_.commun_edit=!0,_.specActiv_edit=!0,_.disableparent=!0,_.national=!1,_.nationalmother=!1,_.nationalidrow=!1,_.emiratirow=!0,_.nationalidrow1=!1,_.nationalexpdate=!1,_.grid=!0,_.save1=!0,_.update1=!1,_.t=!0,_.btn_back=!1,_.ddMMyyyy=i("date")(new Date,"dd-MM-yyyy"),_.edt=[];var c=[],l=(_.BUSY=!1,_.fathersalutation=[],_.mothersalutation=[],_.section="New",o(function(){$("#fixedtable4").tableHeadFixer({top:1})},100),_.edt={admission_date:_.ddMMyyyy,tent_join_date:_.ddMMyyyy,comm_date:_.ddMMyyyy,declaration_status:!0},t.admission_num);console.log(l),_.demo_valuesnew=function(){n.get(d.apiUrl+"api/studentdatabase/getdemo").then(function(e){_.demo_values=e.data,console.log("$scope.demo_values",demo_values)})},"corvuss"==n.defaults.headers.common.schoolId?(_.emiratii=!1,_.arabb=!1,_.national=!0,_.emiratiid=!1,_.nationalmother=!0,_.Emiratesmother=!1,_.nationalidrow=!0,_.emiratirow=!1,_.nationalidrow1=!0,_.Emirateserow1=!1,_.nationalexpdate=!0,_.emiratiexpdate=!1):(_.emiratii=!0,_.arabb=!0,_.national=!1,_.emiratiid=!0,_.nationalmother=!1,_.Emiratesmother=!0,_.nationalidrow=!1,_.emiratirow=!0,_.nationalidrow1=!1,_.Emirateserow1=!0,_.nationalexpdate=!1,_.emiratiexpdate=!0),n.get(d.apiUrl+"api/common/ProspectDashboard/GetAboutUsData").then(function(e){_.about_lst=e.data}),n.get(d.apiUrl+"api/CityMaster/getCity").then(function(e){_.ctt=e.data,console.log("$scope.ctt",_.ctt)}),n.get(d.apiUrl+"api/common/ProspectDashboard/GetPreviousSchool").then(function(e){_.school_lst=e.data}),_.getNatArab=function(e){_.edt.sims_student_attribute3="784"==e?"Y":"N",_.edt.sims_student_attribute5="12"==e||"48"==e||"174"==e||"262"==e||"818"==e||"368"==e||"400"==e||"414"==e||"422"==e||"434"==e||"478"==e||"504"==e||"512"==e||"972"==e||"634"==e||"682"==e||"706"==e||"728"==e||"736"==e||"760"==e||"788"==e||"887"==e||"784"==e?"Y":"N"},$(document).ready(function(){$("#t1").addClass("disableTab"),$("#t2").addClass("disableTab"),$("#t3").addClass("disableTab"),$("#t4").addClass("disableTab"),$("#t5").addClass("disableTab"),$("#t6").addClass("disableTab"),$("#t7").addClass("disableTab"),$("#t8").addClass("disableTab")}),_.getstatefather=function(e){n.get(d.apiUrl+"api/common/getStateName?countrycode="+e).then(function(e){_.stt=e.data})},_.getcityfather=function(e){n.get(d.apiUrl+"api/CityMaster/getCitystate?em_State_Code="+e).then(function(e){_.ctt=e.data})},"[object Object]"!=l?n.get(d.apiUrl+"api/common/Admission_dpsd/getAdmissionList").then(function(e){_.obj=e.data,console.log(_.obj),_.scholnm=[],_.feecat=[],_.legalcus=[],_.cur_data=[],_.feemonth=[],_.acad_yr=[],_.getstatefather(),_.getcityfather();for(var t=0;t<e.data.length;t++)""!=e.data[t].school_name&&(_.scholnm.push({school_name:e.data[t].school_name,school_code:e.data[t].school_code}),_.edt.school_code=_.scholnm[0].school_code),""!=e.data[t].curr_name&&_.cur_data.push({curr_name:e.data[t].curr_name,curr_code:e.data[t].curr_code}),""!=e.data[t].fee_category_desc&&(_.feecat.push({fee_category_code:e.data[t].fee_category_code,fee_category_desc:e.data[t].fee_category_desc}),_.edt.fee_category_code=_.feecat[0].fee_category_code),""!=e.data[t].legal_custody_name&&(_.legalcus.push({legal_custody_code:e.data[t].legal_custody_code,legal_custody_name:e.data[t].legal_custody_name}),_.edt.primary_contact_pref_code=_.legalcus[0].legal_custody_code,_.edt.legal_custody_code=_.legalcus[0].legal_custody_code),""!=e.data[t].sims_fee_month_name&&_.feemonth.push({sims_fee_month_code:e.data[t].sims_fee_month_code,sims_fee_month_name:e.data[t].sims_fee_month_name}),e.data[t].sims_national_id_code==a.locale.lang&&(_.lbl_id.national_id=e.data[t].sims_national_id_name),""!=_.obj[t].father_salutation_desc&&(_.fathersalutation.push({father_salutation_desc:_.obj[t].father_salutation_desc,father_salutation_code:_.obj[t].father_salutation_code}),"Mr."==_.obj[t].father_country)&&(_.edt.father_salutation_code=_.obj[t].father_salutation_code),""!=_.obj[t].mother_salutation_desc&&(_.mothersalutation.push({mother_salutation_desc:_.obj[t].mother_salutation_desc,mother_salutation_code:_.obj[t].mother_salutation_code}),"Mrs."==_.obj[t].father_country)&&(_.edt.mother_salutation_code=_.obj[t].mother_salutation_code);n.get(d.apiUrl+"api/common/AdmissionDashboard_dpsdNew/GetTabStudentData?admission_number="+l).then(function(e){_.edt=e.data,console.log("$scope.edt",_.edt),_.edt.sims_student_attribute12="Regular",console.log("$scope.edt.status",_.edt.status),"W"==_.edt.status||"S"==_.edt.status?_.update1=!0:_.update1=!1,""!=_.edt.father_country_code&&n.get(d.apiUrl+"api/common/getStateName?countrycode="+_.edt.father_country_code).then(function(e){_.stt=e.data}),_.demo_valuesnew(),_.disableparent=!0,_.edt.sibling_status=!1,_.disableemployee=!0,_.edt.sims_empchk=!1,""!=_.edt.father_country_code&&_.getcode1(),""!=_.edt.mother_country_code&&_.getmothercode(),null!=_.edt.admission_date&&null==_.edt.tent_join_date&&(_.edt.tent_join_date=_.ddMMyyyy),null==_.edt.comm_date&&(_.edt.comm_date=_.ddMMyyyy),""==_.edt.term_code&&(_.edt.term_code="01"),""==_.edt.fee_category_code&&(_.edt.fee_category_code="01"),null==_.edt.sims_fee_month_code&&(_.edt.sims_fee_month_code="4"),_.save1=!1,_.btn_back=!0,"tiadxb"!=n.defaults.headers.common.schoolId&&"tiashj"!=n.defaults.headers.common.schoolId&&"tosdxb"!=n.defaults.headers.common.schoolId&&"aisdxb"!=n.defaults.headers.common.schoolId||(_.btn_back=!1),n.get(d.apiUrl+"api/studentdatabase/getdemo").then(function(e){_.demo_values=e.data,console.log("$scope.demo_values",demo_values)}),_.chk_disab_status(),_.chk_health_res(),_.chk_medic_status(),_.chk_other(),_.chk_hearing(),_.chk_vision(),_.chk_spec_activies(),_.chk_behaviour(),_.chk_lang_sup(),_.chk_learn_ther(),_.chk_spec_edu(),_.chk_falled_grade(),_.chk_commun(),_.chk_ticking(),_.getchkstrength(_.edt.section_code)})}):n.get(d.apiUrl+"api/common/Admission_dpsd/getAdmissionList").then(function(e){_.obj=e.data,console.log(_.obj),_.scholnm=[],_.feecat=[],_.legalcus=[],_.cur_data=[],_.feemonth=[],_.acad_yr=[];for(var t=0;t<e.data.length;t++)""!=e.data[t].school_name&&(_.scholnm.push({school_name:e.data[t].school_name,school_code:e.data[t].school_code}),_.edt.school_code=_.scholnm[0].school_code),""!=e.data[t].curr_name&&_.cur_data.push({curr_name:e.data[t].curr_name,curr_code:e.data[t].curr_code}),""!=e.data[t].fee_category_desc&&(_.feecat.push({fee_category_code:e.data[t].fee_category_code,fee_category_desc:e.data[t].fee_category_desc}),_.edt.fee_category_code=_.feecat[0].fee_category_code),""!=e.data[t].legal_custody_name&&(_.legalcus.push({legal_custody_code:e.data[t].legal_custody_code,legal_custody_name:e.data[t].legal_custody_name}),_.edt.primary_contact_pref_code=_.legalcus[0].legal_custody_code,_.edt.legal_custody_code=_.legalcus[0].legal_custody_code),""!=e.data[t].sims_fee_month_name&&_.feemonth.push({sims_fee_month_code:e.data[t].sims_fee_month_code,sims_fee_month_name:e.data[t].sims_fee_month_name}),e.data[t].sims_national_id_code==a.locale.lang&&(_.lbl_id.national_id=e.data[t].sims_national_id_name),""!=_.obj[t].father_salutation_desc&&(_.fathersalutation.push({father_salutation_desc:_.obj[t].father_salutation_desc,father_salutation_code:_.obj[t].father_salutation_code}),"Mr."==_.obj[t].father_country)&&(_.edt.father_salutation_code=_.obj[t].father_salutation_code),""!=_.obj[t].mother_salutation_desc&&(_.mothersalutation.push({mother_salutation_desc:_.obj[t].mother_salutation_desc,mother_salutation_code:_.obj[t].mother_salutation_code}),"Mrs."==_.obj[t].father_country)&&(_.edt.mother_salutation_code=_.obj[t].mother_salutation_code)}),_.lbl_id={national_id:""},_.removeNull=function(e){return e.profiles},_.getstream=function(e){"03"!=e&&"04"!=e&&"05"!=e&&"06"!=e&&"07"!=e&&"08"!=e&&"09"!=e&&"10"!=e&&"11"!=e&&"12"!=e||(_.div_second=!0,_.div_third=!1,n.get(d.apiUrl+"api/common/Admission_dpsd/Get_secondlangDetails?cur_code="+_.edt.curr_code+"&acad_yr="+_.edt.academic_year+"&grade_code="+_.edt.grade_code).then(function(e){_.secondlang_data=e.data})),"05"!=e&&"06"!=e&&"07"!=e&&"08"!=e&&"09"!=e&&"10"!=e&&"11"!=e&&"12"!=e||(_.div_second=!0,_.div_third=!0,n.get(d.apiUrl+"api/common/Admission_dpsd/Get_thirdlangDetails?cur_code="+_.edt.curr_code+"&acad_yr="+_.edt.academic_year+"&grade_code="+_.edt.grade_code).then(function(e){_.thirdlang_data=e.data})),"13"!=e&&"14"!=e||(_.div_subject=!0,n.get(d.apiUrl+"api/common/Admission_dpsd/GetStreamPrefferd").then(function(e){_.Stream_data=e.data}))},n.get(d.apiUrl+"api/common/Admission_dpsd/GetStreamPrefferd").then(function(e){_.Stream_data=e.data,console.log(_.Stream_data)}),_.getSubject=function(e){n.get(d.apiUrl+"api/common/Admission_dpsd/GetMandetorySubject?stream="+e).then(function(e){_.Mandetorysubject_data=e.data}),n.get(d.apiUrl+"api/common/Admission_dpsd/GetOptionalSubject?stream="+e).then(function(e){_.Optionalsubject_data=e.data})},_.GetInfo=function(e,t){console.log(e,t),null!=t&&n.post(d.apiUrl+"api/common/Admission_dpsd/CheckParentCode?parent_id="+e+"&enroll_no="+t).then(function(e){_.msg1=e.data,console.log(_.msg1),_.edt.parent_id=_.msg1.parent_id,_.edt.sibling_enroll=_.msg1.sims_student_enroll_number,_.edt.sibling_name=_.msg1.sibling_name})},_.demo_valuesnew(),_.getcode1=function(){n.get(d.apiUrl+"api/studentdatabase/getisdd?country_code="+_.parent_info.sims_admission_father_code).then(function(e){_.isdcode1=e.data,console.log("isdcode",_.isdcode1),null==_.edt.father_mobile&&null==_.edt.father_mobile||(null!=_.oldisdcode?(_.edt.father_mobile=_.edt.father_mobile,_.edt.father_mobile=_.edt.father_mobile.replace(_.oldisdcode,_.isdcode1[0].sims_country_isd_code),console.log("fathermobilenumber",_.edt.father_mobile)):_.edt.father_mobile=_.isdcode1[0].sims_country_isd_code+_.edt.father_mobile),null==_.edt.father_mobile&&(_.edt.father_mobile=_.isdcode1[0].sims_country_isd_code),_.olisdcode()})},_.olisdcode=function(){0<_.isdcode1.length&&(_.oldisdcode=_.isdcode1[0].sims_country_isd_code)},_.getmothercode=function(){n.get(d.apiUrl+"api/studentdatabase/getisdd?country_code="+_.parent_info.sims_admission_mother_code).then(function(e){_.motherisdcode=e.data,console.log("isdcode",_.motherisdcode),null==_.edt.mother_mobile&&null==_.edt.mother_mobile||(null!=_.olisdcodemother?(_.edt.mother_mobile=_.edt.mother_mobile,_.edt.mother_mobile=_.edt.mother_mobile.replace(_.olisdcodemother,_.motherisdcode[0].sims_country_isd_code),console.log("mothermobilenumber",_.edt.mother_mobile)):_.edt.mother_mobile=_.motherisdcode[0].sims_country_isd_code+_.edt.mother_mobile),null==_.edt.mother_mobile&&(_.edt.mother_mobile=_.motherisdcode[0].sims_country_isd_code),_.oldisdcodemother()})},_.oldisdcodemother=function(){0<_.motherisdcode.length&&(_.olisdcodemother=_.motherisdcode[0].sims_country_isd_code)},_.Save=function(e){_.save1=!0;var t,a=[];_.BUSY=!0,e&&(0==_.update1?(t={admission_number:_.edt.admission_number,appl_num:_.edt.appl_num,pros_num:_.edt.pros_num,pros_appl_num:_.edt.pros_appl_num,admission_date:_.edt.admission_date,school_code:_.edt.school_code,curr_code:_.edt.curr_code,academic_year:_.edt.academic_year,grade_code:_.edt.grade_code,section_code:_.edt.section_code,term_code:_.edt.term_code,tent_join_date:_.edt.tent_join_date,sims_student_emergency_contact_number1:_.edt.sims_student_emergency_contact_number1,sims_student_emergency_contact_name1:_.edt.sims_student_emergency_contact_name1,first_name:_.edt.first_name,middle_name:_.edt.middle_name,last_name:_.edt.last_name,family_name:_.edt.family_name,first_name_ot:_.edt.first_name_ot,midd_name_ot:_.edt.midd_name_ot,last_name_ot:_.edt.last_name_ot,family_name_ot:_.edt.family_name_ot,nicke_name:_.edt.nicke_name,birth_date:_.edt.birth_date,comm_date:_.edt.comm_date,birth_country_code:_.edt.birth_country_code,nationality_code:_.edt.nationality_code,ethinicity_code:_.edt.ethinicity_code,gender_code:_.edt.gender_code,religion_code:_.edt.religion_code,passport_num:_.edt.passport_num,passport_issue_date:_.edt.passport_issue_date,passport_expiry:_.edt.passport_expiry,passport_issue_auth:_.edt.passport_issue_auth,passport_issue_place:_.edt.passport_issue_place,visa_number:_.edt.visa_number,visa_type:_.edt.visa_type,visa_issuing_authority:_.edt.visa_issuing_authority,visa_issue_date:_.edt.visa_issue_date,visa_expiry_date:_.edt.visa_expiry_date,visa_issuing_place:_.edt.visa_issuing_place,national_id:_.edt.national_id,national_id_issue_date:_.edt.national_id_issue_date,national_id_expiry_date:_.edt.national_id_expiry_date,sibling_status:_.edt.sibling_status,parent_id:_.edt.parent_id,sibling_enroll:_.edt.sibling_enroll,sibling_name:_.edt.sibling_name,sibling_dob:_.edt.sibling_dob,sibling_school_code:_.edt.sibling_school_code,employee_type:_.edt.employee_type,employee_code:_.edt.employee_code,employee_school_code:_.edt.employee_school_code,motherTounge_language_code:_.edt.motherTounge_language_code,main_language_code:_.edt.main_language_code,main_language_r_code:_.edt.main_language_r_code,main_language_w_code:_.edt.main_language_w_code,main_language_s_code:_.edt.main_language_s_code,primary_contact_code:_.edt.primary_contact_code,primary_contact_pref_code:_.edt.primary_contact_pref_code,fee_payment_contact_pref_code:_.edt.fee_payment_contact_pref_code,transport_status:_.edt.transport_status,transport_desc:_.edt.transport_desc,father_salutation_code:_.edt.father_salutation_code,father_first_name:_.edt.father_first_name,father_middle_name:_.edt.father_middle_name,father_last_name:_.edt.father_last_name,father_family_name:_.edt.father_family_name,father_family_name_ot:_.edt.father_family_name_ot,father_nationality1_code:_.edt.father_nationality1_code,father_nationality2_code:_.edt.father_nationality2_code,father_appartment_number:_.edt.father_appartment_number,father_building_number:_.edt.father_building_number,father_street_number:_.edt.father_street_number,father_area_number:_.edt.father_area_number,father_city:_.edt.father_city,sims_student_attribute12:_.edt.sims_student_attribute12,father_state:_.edt.father_state,father_country_code:_.edt.father_country_code,father_summary_address:_.edt.father_summary_address,father_po_box:_.edt.father_po_box,father_phone:_.edt.father_phone,father_email:_.edt.father_email,father_mobile:_.edt.father_mobile,father_fax:_.edt.father_fax,father_occupation:_.edt.father_occupation,father_company:_.edt.father_company,father_company_address:_.edt.father_company_address,father_company_phone:_.edt.father_company_phone,mother_company_address:_.edt.mother_company_address,mother_company_phone:_.edt.mother_company_phone,father_passport_number:_.edt.father_passport_number,sims_admission_father_national_id:_.edt.sims_admission_father_national_id,guardian_salutation_code:_.edt.guardian_salutation_code,guardian_first_name:_.edt.guardian_first_name,guardian_middle_name:_.edt.guardian_middle_name,guardian_last_name:_.edt.guardian_last_name,guardian_family_name:_.edt.guardian_family_name,guardian_nationality1_code:_.edt.guardian_nationality1_code,guardian_nationality2_code:_.edt.guardian_nationality2_code,guardian_appartment_number:_.edt.guardian_appartment_number,guardian_building_number:_.edt.guardian_building_number,guardian_street_number:_.edt.guardian_street_number,guardian_area_number:_.edt.guardian_area_number,guardian_city:_.edt.guardian_city,guardian_state:_.edt.guardian_state,guardian_country_code:_.edt.guardian_country_code,guardian_summary_address:_.edt.guardian_summary_address,guardian_po_box:_.edt.guardian_po_box,guardian_phone:_.edt.guardian_phone,guardian_mobile:_.edt.guardian_mobile,guardian_fax:_.edt.guardian_fax,guardian_email:_.edt.guardian_email,guardian_occupation:_.edt.guardian_occupation,guardian_company:_.edt.guardian_company,guardian_passport_number:_.edt.guardian_passport_number,guardian_relationship_code:_.edt.guardian_relationship_code,mother_salutation_code:_.edt.mother_salutation_code,mother_first_name:_.edt.mother_first_name,mother_middle_name:_.edt.mother_middle_name,mother_last_name:_.edt.mother_last_name,mother_family_name:_.edt.mother_family_name,mother_name_ot:_.edt.mother_name_ot,mother_nationality1_code:_.edt.mother_nationality1_code,mother_nationality2_code:_.edt.mother_nationality2_code,mother_appartment_number:_.edt.mother_appartment_number,mother_building_number:_.edt.mother_building_number,mother_street_number:_.edt.mother_street_number,mother_area_number:_.edt.mother_area_number,mother_city:_.edt.mother_city,mother_state:_.edt.mother_state,mother_country_code:_.edt.mother_country_code,mother_summary_address:_.edt.mother_summary_address,mother_po_box:_.edt.mother_po_box,mother_phone:_.edt.mother_phone,mother_mobile:_.edt.mother_mobile,mother_fax:_.edt.mother_fax,mother_email:_.edt.mother_email,mother_occupation:_.edt.mother_occupation,mother_passport_number:_.edt.mother_passport_number,current_school_status:_.edt.current_school_status,current_school_name:_.edt.current_school_name,current_school_enroll_number:_.edt.current_school_enroll_number,current_school_grade:_.edt.current_school_grade,current_school_cur:_.edt.current_school_cur,current_school_from_date:_.edt.current_school_from_date,current_school_to_date:_.edt.current_school_to_date,current_school_language:_.edt.current_school_language,current_school_head_teacher:_.edt.current_school_head_teacher,current_school_phone:_.edt.current_school_phone,current_school_fax:_.edt.current_school_fax,current_school_city:_.edt.current_school_city,current_school_country_code:_.edt.current_school_country_code,current_school_address:_.edt.current_school_address,marketing_code:_.edt.marketing_code,marketing_description:_.edt.marketing_description,parent_status_code:_.edt.parent_status_code,legal_custody_code:_.edt.legal_custody_code,health_card_number:_.edt.health_card_number,health_card_issue_date:_.edt.health_card_issue_date,health_card_issuing_authority:_.edt.health_card_issuing_authority,blood_group_code:_.edt.blood_group_code,medication_status:_.edt.medication_status,medication_desc:_.edt.medication_desc,disability_status:_.edt.disability_status,disability_desc:_.edt.disability_desc,behaviour_status:_.edt.behaviour_status,behaviour_desc:_.edt.behaviour_desc,health_restriction_status:_.edt.health_restriction_status,health_restriction_desc:_.edt.health_restriction_desc,health_hearing_status:_.edt.health_hearing_status,health_hearing_desc:_.edt.health_hearing_desc,health_vision_status:_.edt.health_vision_status,health_vision_desc:_.edt.health_vision_desc,health_other_status:_.edt.health_other_status,health_other_desc:_.edt.health_other_desc,gifted_status:_.edt.gifted_status,gifted_desc:_.edt.gifted_desc,music_status:_.edt.music_status,music_desc:_.edt.music_desc,sports_status:_.edt.sports_status,sports_desc:_.edt.sports_desc,language_support_status:_.edt.language_support_status,language_support_desc:_.edt.language_support_desc,declaration_status:_.edt.declaration_status,fees_paid_status:_.edt.fees_paid_status,fee_category_code:_.edt.fee_category_code,ip:_.edt.ip,dns:_.edt.dns,user_code:_.edt.user_code,status:_.edt.status,sims_student_attribute1:_.edt.sims_student_attribute1,sims_student_attribute2:_.edt.sims_student_attribute2,sims_student_attribute3:_.edt.sims_student_attribute3,sims_student_attribute4:_.edt.sims_student_attribute4,sims_student_health_respiratory_status:_.edt.sims_student_health_respiratory_status,sims_student_health_respiratory_desc:_.edt.sims_student_health_respiratory_desc,sims_student_health_hay_fever_status:_.edt.sims_student_health_hay_fever_status,sims_student_health_hay_fever_desc:_.edt.sims_student_health_hay_fever_desc,sims_student_health_epilepsy_status:_.edt.sims_student_health_epilepsy_status,sims_student_health_epilepsy_desc:_.edt.sims_student_health_epilepsy_desc,sims_student_health_skin_status:_.edt.sims_student_health_skin_status,sims_student_health_skin_desc:_.edt.sims_student_health_skin_desc,sims_student_health_diabetes_status:_.edt.sims_student_health_diabetes_status,sims_student_health_diabetes_desc:_.edt.sims_student_health_diabetes_desc,sims_student_health_surgery_status:_.edt.sims_student_health_surgery_status,sims_student_health_surgery_desc:_.edt.sims_student_health_surgery_desc,sims_admission_recommendation:_.edt.sims_admission_recommendation,sims_admission_mother_national_id:_.edt.sims_admission_mother_national_id,sims_admission_guardian_national_id:_.edt.sims_admission_guardian_national_id,sims_fee_month_code:_.edt.sims_fee_month_code,sims_student_attribute5:_.edt.sims_student_attribute5,sims_student_attribute6:_.edt.sims_student_attribute6,sims_student_attribute7:_.edt.sims_student_attribute7,sims_student_attribute8:_.edt.sims_student_attribute8,sims_student_attribute9:_.edt.sims_student_attribute9,sims_student_attribute10:_.edt.sims_student_attribute10,sims_student_attribute11:_.edt.sims_student_attribute11,home_appartment_number:_.edt.home_appartment_number,home_building_number:_.edt.home_building_number,home_street_number:_.edt.home_street_number,home_area_number:_.edt.home_area_number,home_city:_.edt.home_city,home_state:_.edt.home_state,home_country_code:_.edt.home_country_code,home_summary_address:_.edt.home_summary_address,home_po_box:_.edt.home_po_box,home_landmark:_.edt.home_landmark,home_country_isdcode:_.edt.home_country_isdcode,home_phone:_.edt.home_country_isdcode+"-"+_.edt.home_phone,opr:"I"},a.push(t),console.log(a),n.post(d.apiUrl+"api/common/Admission_dpsd/ApproveStudent",a).then(function(e){_.display=!0,_.msg1=e.data,_.BUSY=!1,0<_.msg1.length&&((e=_.msg1).strMessage="Sucessfully Admitted Enroll='"+e[0].enroll+"' \n Student Name='"+e[0].stud_full_name+"'\n Parent Id='"+e[0].parent_id,swal({title:"Alert",text:e.strMessage,showCloseButton:!0,width:380}),_.getgrid())})):_.Update(e))},_.getgrid=function(){_.edt=[],_.myForm.$setPristine(),_.myForm.$setUntouched(),_.msg1="",$('.nav-tabs a[href="#admtab1"]').tab("show")},_.getchkstrength=function(e){null!=e&&n.get(d.apiUrl+"api/common/Admission_dpsd/getsectionList?cur_code="+_.edt.curr_code+"&acad_yr="+_.edt.academic_year+"&grade_code="+_.edt.grade_code+"&section_code="+e).then(function(e){_.sectionlst1=e.data}),$("#cmb_section").css("background-color","#FFF")},_.view_section_strength=function(){n.get(d.apiUrl+"api/common/Admission_dpsd/getsectionList?cur_code="+_.edt.curr_code+"&acad_yr="+_.edt.academic_year+"&grade_code="+_.edt.grade_code+"&section_code="+void 0).then(function(e){_.sectionlst=e.data,_.section=!0,$("#SectionListModal").modal({backdrop:"static",keyboard:!0});for(var t=0;t<_.sectionlst.length;t++)if(_.sectionlst[t].section_code==_.edt.section_code){setTimeout(function(){$("#"+t).addClass("row_selected")},100);break}})},_.Update=function(e){var t=[];e&&(e={admission_number:_.edt.admission_number,appl_num:_.edt.appl_num,pros_num:_.edt.pros_num,pros_appl_num:_.edt.pros_appl_num,admission_date:_.edt.admission_date,school_code:_.edt.school_code,curr_code:_.edt.curr_code,academic_year:_.edt.academic_year,grade_code:_.edt.grade_code,section_code:_.edt.section_code,term_code:_.edt.term_code,tent_join_date:_.edt.tent_join_date,sims_student_emergency_contact_number1:_.edt.sims_student_emergency_contact_number1,sims_student_emergency_contact_name1:_.edt.sims_student_emergency_contact_name1,first_name:_.edt.first_name,middle_name:_.edt.middle_name,last_name:_.edt.last_name,family_name:_.edt.family_name,first_name_ot:_.edt.first_name_ot,midd_name_ot:_.edt.midd_name_ot,last_name_ot:_.edt.last_name_ot,family_name_ot:_.edt.family_name_ot,nicke_name:_.edt.nicke_name,birth_date:_.edt.birth_date,comm_date:_.edt.comm_date,birth_country_code:_.edt.birth_country_code,nationality_code:_.edt.nationality_code,ethinicity_code:_.edt.ethinicity_code,gender_code:_.edt.gender_code,religion_code:_.edt.religion_code,passport_num:_.edt.passport_num,passport_issue_date:_.edt.passport_issue_date,passport_expiry:_.edt.passport_expiry,passport_issue_auth:_.edt.passport_issue_auth,passport_issue_place:_.edt.passport_issue_place,visa_number:_.edt.visa_number,visa_type:_.edt.visa_type,visa_issuing_authority:_.edt.visa_issuing_authority,visa_issue_date:_.edt.visa_issue_date,visa_expiry_date:_.edt.visa_expiry_date,visa_issuing_place:_.edt.visa_issuing_place,national_id:_.edt.national_id,national_id_issue_date:_.edt.national_id_issue_date,national_id_expiry_date:_.edt.national_id_expiry_date,sibling_status:_.edt.sibling_status,parent_id:_.edt.parent_id,sibling_enroll:_.edt.sibling_enroll,sibling_name:_.edt.sibling_name,sibling_dob:_.edt.sibling_dob,sibling_school_code:_.edt.sibling_school_code,employee_type:_.edt.employee_type,employee_code:_.edt.employee_code,employee_school_code:_.edt.employee_school_code,motherTounge_language_code:_.edt.motherTounge_language_code,main_language_code:_.edt.main_language_code,main_language_r_code:_.edt.main_language_r_code,main_language_w_code:_.edt.main_language_w_code,main_language_s_code:_.edt.main_language_s_code,primary_contact_code:_.edt.primary_contact_code,primary_contact_pref_code:_.edt.primary_contact_pref_code,fee_payment_contact_pref_code:_.edt.fee_payment_contact_pref_code,transport_status:_.edt.transport_status,transport_desc:_.edt.transport_desc,father_salutation_code:_.edt.father_salutation_code,father_first_name:_.edt.father_first_name,father_middle_name:_.edt.father_middle_name,father_last_name:_.edt.father_last_name,father_family_name:_.edt.father_family_name,father_family_name_ot:_.edt.father_family_name_ot,father_nationality1_code:_.edt.father_nationality1_code,father_nationality2_code:_.edt.father_nationality2_code,father_appartment_number:_.edt.father_appartment_number,father_building_number:_.edt.father_building_number,father_street_number:_.edt.father_street_number,father_area_number:_.edt.father_area_number,father_city:_.edt.father_city,father_state:_.edt.father_state,father_country_code:_.edt.father_country_code,father_summary_address:_.edt.father_summary_address,father_po_box:_.edt.father_po_box,father_phone:_.edt.father_phone,father_email:_.edt.father_email,father_mobile:_.edt.father_mobile,father_fax:_.edt.father_fax,father_occupation:_.edt.father_occupation,father_company:_.edt.father_company,father_company_address:_.edt.father_company_address,father_company_phone:_.edt.father_company_phone,mother_company_address:_.edt.mother_company_address,mother_company_phone:_.edt.mother_company_phone,father_passport_number:_.edt.father_passport_number,sims_admission_father_national_id:_.edt.sims_admission_father_national_id,guardian_salutation_code:_.edt.guardian_salutation_code,guardian_first_name:_.edt.guardian_first_name,guardian_middle_name:_.edt.guardian_middle_name,guardian_last_name:_.edt.guardian_last_name,guardian_family_name:_.edt.guardian_family_name,guardian_nationality1_code:_.edt.guardian_nationality1_code,guardian_nationality2_code:_.edt.guardian_nationality2_code,guardian_appartment_number:_.edt.guardian_appartment_number,guardian_building_number:_.edt.guardian_building_number,guardian_street_number:_.edt.guardian_street_number,guardian_area_number:_.edt.guardian_area_number,guardian_city:_.edt.guardian_city,guardian_state:_.edt.guardian_state,guardian_country_code:_.edt.guardian_country_code,guardian_summary_address:_.edt.guardian_summary_address,guardian_po_box:_.edt.guardian_po_box,guardian_phone:_.edt.guardian_phone,guardian_mobile:_.edt.guardian_mobile,guardian_fax:_.edt.guardian_fax,guardian_email:_.edt.guardian_email,guardian_occupation:_.edt.guardian_occupation,guardian_company:_.edt.guardian_company,guardian_passport_number:_.edt.guardian_passport_number,guardian_relationship_code:_.edt.guardian_relationship_code,mother_salutation_code:_.edt.mother_salutation_code,mother_first_name:_.edt.mother_first_name,mother_middle_name:_.edt.mother_middle_name,mother_last_name:_.edt.mother_last_name,mother_family_name:_.edt.mother_family_name,mother_name_ot:_.edt.mother_name_ot,mother_nationality1_code:_.edt.mother_nationality1_code,mother_nationality2_code:_.edt.mother_nationality2_code,mother_appartment_number:_.edt.mother_appartment_number,mother_building_number:_.edt.mother_building_number,mother_street_number:_.edt.mother_street_number,mother_area_number:_.edt.mother_area_number,mother_city:_.edt.mother_city,mother_state:_.edt.mother_state,mother_country_code:_.edt.mother_country_code,mother_summary_address:_.edt.mother_summary_address,mother_po_box:_.edt.mother_po_box,mother_phone:_.edt.mother_phone,mother_mobile:_.edt.mother_mobile,mother_fax:_.edt.mother_fax,mother_email:_.edt.mother_email,mother_occupation:_.edt.mother_occupation,mother_passport_number:_.edt.mother_passport_number,current_school_status:_.edt.current_school_status,current_school_name:_.edt.current_school_name,current_school_enroll_number:_.edt.current_school_enroll_number,current_school_grade:_.edt.current_school_grade,current_school_cur:_.edt.current_school_cur,current_school_from_date:_.edt.current_school_from_date,current_school_to_date:_.edt.current_school_to_date,current_school_language:_.edt.current_school_language,current_school_head_teacher:_.edt.current_school_head_teacher,current_school_phone:_.edt.current_school_phone,current_school_fax:_.edt.current_school_fax,current_school_city:_.edt.current_school_city,current_school_country_code:_.edt.current_school_country_code,current_school_address:_.edt.current_school_address,marketing_code:_.edt.marketing_code,marketing_description:_.edt.marketing_description,parent_status_code:_.edt.parent_status_code,legal_custody_code:_.edt.legal_custody_code,health_card_number:_.edt.health_card_number,health_card_issue_date:_.edt.health_card_issue_date,health_card_issuing_authority:_.edt.health_card_issuing_authority,blood_group_code:_.edt.blood_group_code,medication_status:_.edt.medication_status,medication_desc:_.edt.medication_desc,disability_status:_.edt.disability_status,disability_desc:_.edt.disability_desc,behaviour_status:_.edt.behaviour_status,behaviour_desc:_.edt.behaviour_desc,health_restriction_status:_.edt.health_restriction_status,health_restriction_desc:_.edt.health_restriction_desc,health_hearing_status:_.edt.health_hearing_status,health_hearing_desc:_.edt.health_hearing_desc,health_vision_status:_.edt.health_vision_status,health_vision_desc:_.edt.health_vision_desc,health_other_status:_.edt.health_other_status,health_other_desc:_.edt.health_other_desc,gifted_status:_.edt.gifted_status,gifted_desc:_.edt.gifted_desc,music_status:_.edt.music_status,music_desc:_.edt.music_desc,sports_status:_.edt.sports_status,sports_desc:_.edt.sports_desc,language_support_status:_.edt.language_support_status,language_support_desc:_.edt.language_support_desc,declaration_status:_.edt.declaration_status,fees_paid_status:_.edt.fees_paid_status,fee_category_code:_.edt.fee_category_code,ip:_.edt.ip,dns:_.edt.dns,user_code:_.edt.user_code,status:_.edt.status,sims_student_attribute1:_.edt.sims_student_attribute1,sims_student_attribute2:_.edt.sims_student_attribute2,sims_student_attribute3:_.edt.sims_student_attribute3,sims_student_attribute4:_.edt.sims_student_attribute4,sims_student_health_respiratory_status:_.edt.sims_student_health_respiratory_status,sims_student_health_respiratory_desc:_.edt.sims_student_health_respiratory_desc,sims_student_health_hay_fever_status:_.edt.sims_student_health_hay_fever_status,sims_student_health_hay_fever_desc:_.edt.sims_student_health_hay_fever_desc,sims_student_health_epilepsy_status:_.edt.sims_student_health_epilepsy_status,sims_student_health_epilepsy_desc:_.edt.sims_student_health_epilepsy_desc,sims_student_health_skin_status:_.edt.sims_student_health_skin_status,sims_student_health_skin_desc:_.edt.sims_student_health_skin_desc,sims_student_health_diabetes_status:_.edt.sims_student_health_diabetes_status,sims_student_health_diabetes_desc:_.edt.sims_student_health_diabetes_desc,sims_student_health_surgery_status:_.edt.sims_student_health_surgery_status,sims_student_health_surgery_desc:_.edt.sims_student_health_surgery_desc,sims_admission_recommendation:_.edt.sims_admission_recommendation,sims_admission_mother_national_id:_.edt.sims_admission_mother_national_id,sims_admission_guardian_national_id:_.edt.sims_admission_guardian_national_id,sims_fee_month_code:_.edt.sims_fee_month_code,sims_student_attribute5:_.edt.sims_student_attribute5,sims_student_attribute6:_.edt.sims_student_attribute6,sims_student_attribute7:_.edt.sims_student_attribute7,sims_student_attribute8:_.edt.sims_student_attribute8,sims_student_attribute9:_.edt.sims_student_attribute9,sims_student_attribute10:_.edt.sims_student_attribute10,sims_student_attribute11:_.edt.sims_student_attribute11,sims_student_attribute12:_.edt.sims_student_attribute12,sims_admission_specialAct_status:_.edt.sims_admission_specialAct_status,sims_admission_specialAct_desc:_.edt.sims_admission_specialAct_desc,sims_admission_communication_status:_.edt.sims_admission_communication_status,sims_admission_communication_desc:_.edt.sims_admission_communication_desc,sims_admission_falled_grade_status:_.edt.sims_admission_falled_grade_status,sims_admission_falled_grade_desc:_.edt.sims_admission_falled_grade_desc,sims_admission_learning_therapy_status:_.edt.sims_admission_learning_therapy_status,sims_admission_learning_therapy_desc:_.edt.sims_admission_learning_therapy_desc,sims_admission_special_education_status:_.edt.sims_admission_special_education_status,sims_admission_special_education_desc:_.edt.sims_admission_special_education_desc,sims_admission_second_lang_code:_.edt.sims_admission_second_lang_code,sims_admission_third_lang_code:_.edt.sims_admission_third_lang_code,sims_admission_subject_code:_.edt.sims_admission_second_lang_code+","+_.edt.sims_admission_third_lang_code,opr:"U"},t.push(e),n.post(d.apiUrl+"api/common/Admission_dpsd/CUDUpdateAdmission",t).then(function(e){_.display=!0,_.msg1=e.data,console.log(_.msg1),1==_.msg1.status&&swal({title:"Alert",text:_.msg1.strMessage,showCloseButton:!0,width:380}).then(function(e){e&&(_.modal_cancel(),_.back())})}))},_.Confirm=function(e){e&&(_.sectionlst1.current_strength>_.sectionlst1.section_strength?swal({title:"Alert",text:"Section Strength is Full.If You still want to Continue?",showCloseButton:!0,width:380}).then(function(e){e?_.adm_update():($("#cmb_section").css("background-color","#E5E9EC"),$('.nav-tabs a[href="#admtab1"]').tab("show"))}):_.adm_update())},_.adm_update=function(){null==_.edt.home_country_isdcode&&(_.edt.home_country_isdcode=""),null==_.edt.home_phone&&(_.edt.home_phone="");var e={admission_number:l,appl_num:_.edt.appl_num,pros_num:_.edt.pros_num,pros_appl_num:_.edt.pros_appl_num,admission_date:_.edt.admission_date,school_code:_.edt.school_code,curr_code:_.edt.curr_code,academic_year:_.edt.academic_year,grade_code:_.edt.grade_code,section_code:_.edt.section_code,term_code:_.edt.term_code,tent_join_date:_.edt.tent_join_date,sims_student_emergency_contact_number1:_.edt.sims_student_emergency_contact_number1,sims_student_emergency_contact_name1:_.edt.sims_student_emergency_contact_name1,first_name:_.edt.first_name,middle_name:_.edt.middle_name,last_name:_.edt.last_name,family_name:_.edt.family_name,first_name_ot:_.edt.first_name_ot,midd_name_ot:_.edt.midd_name_ot,last_name_ot:_.edt.last_name_ot,family_name_ot:_.edt.family_name_ot,nicke_name:_.edt.nicke_name,birth_date:_.edt.birth_date,comm_date:_.edt.comm_date,birth_country_code:_.edt.birth_country_code,nationality_code:_.edt.nationality_code,ethinicity_code:_.edt.ethinicity_code,gender_code:_.edt.gender_code,religion_code:_.edt.religion_code,passport_num:_.edt.passport_num,passport_issue_date:_.edt.passport_issue_date,passport_expiry:_.edt.passport_expiry,passport_issue_auth:_.edt.passport_issue_auth,passport_issue_place:_.edt.passport_issue_place,visa_number:_.edt.visa_number,visa_type:_.edt.visa_type,visa_issuing_authority:_.edt.visa_issuing_authority,visa_issue_date:_.edt.visa_issue_date,visa_expiry_date:_.edt.visa_expiry_date,visa_issuing_place:_.edt.visa_issuing_place,national_id:_.edt.national_id,national_id_issue_date:_.edt.national_id_issue_date,national_id_expiry_date:_.edt.national_id_expiry_date,sibling_status:_.edt.sibling_status,parent_id:_.edt.parent_id,sibling_enroll:_.edt.sibling_enroll,sibling_name:_.edt.sibling_name,sibling_dob:_.edt.sibling_dob,sibling_school_code:_.edt.sibling_school_code,employee_type:_.edt.employee_type,employee_code:_.edt.employee_code,employee_school_code:_.edt.employee_school_code,motherTounge_language_code:_.edt.motherTounge_language_code,main_language_code:_.edt.main_language_code,main_language_r_code:_.edt.main_language_r_code,main_language_w_code:_.edt.main_language_w_code,main_language_s_code:_.edt.main_language_s_code,primary_contact_code:_.edt.primary_contact_code,primary_contact_pref_code:_.edt.primary_contact_pref_code,fee_payment_contact_pref_code:_.edt.fee_payment_contact_pref_code,transport_status:_.edt.transport_status,transport_desc:_.edt.transport_desc,father_salutation_code:_.edt.father_salutation_code,father_first_name:_.edt.father_first_name,father_middle_name:_.edt.father_middle_name,father_last_name:_.edt.father_last_name,father_family_name:_.edt.father_family_name,father_family_name_ot:_.edt.father_family_name_ot,father_nationality1_code:_.edt.father_nationality1_code,father_nationality2_code:_.edt.father_nationality2_code,father_appartment_number:_.edt.father_appartment_number,father_building_number:_.edt.father_building_number,father_street_number:_.edt.father_street_number,father_area_number:_.edt.father_area_number,father_city:_.edt.father_city,father_state:_.edt.father_state,father_country_code:_.edt.father_country_code,father_summary_address:_.edt.father_summary_address,father_po_box:_.edt.father_po_box,father_phone:_.edt.father_phone,father_email:_.edt.father_email,father_mobile:_.edt.father_mobile,father_fax:_.edt.father_fax,father_occupation:_.edt.father_occupation,father_company:_.edt.father_company,father_company_address:_.edt.father_company_address,father_company_phone:_.edt.father_company_phone,mother_company_address:_.edt.mother_company_address,mother_company_phone:_.edt.mother_company_phone,father_passport_number:_.edt.father_passport_number,sims_admission_father_national_id:_.edt.sims_admission_father_national_id,guardian_salutation_code:_.edt.guardian_salutation_code,guardian_first_name:_.edt.guardian_first_name,guardian_middle_name:_.edt.guardian_middle_name,guardian_last_name:_.edt.guardian_last_name,guardian_family_name:_.edt.guardian_family_name,guardian_nationality1_code:_.edt.guardian_nationality1_code,guardian_nationality2_code:_.edt.guardian_nationality2_code,guardian_appartment_number:_.edt.guardian_appartment_number,guardian_building_number:_.edt.guardian_building_number,guardian_street_number:_.edt.guardian_street_number,guardian_area_number:_.edt.guardian_area_number,guardian_city:_.edt.guardian_city,guardian_state:_.edt.guardian_state,guardian_country_code:_.edt.guardian_country_code,guardian_summary_address:_.edt.guardian_summary_address,guardian_po_box:_.edt.guardian_po_box,guardian_phone:_.edt.guardian_phone,guardian_mobile:_.edt.guardian_mobile,guardian_fax:_.edt.guardian_fax,guardian_email:_.edt.guardian_email,guardian_occupation:_.edt.guardian_occupation,guardian_company:_.edt.guardian_company,guardian_passport_number:_.edt.guardian_passport_number,guardian_relationship_code:_.edt.guardian_relationship_code,mother_salutation_code:_.edt.mother_salutation_code,mother_first_name:_.edt.mother_first_name,mother_middle_name:_.edt.mother_middle_name,mother_last_name:_.edt.mother_last_name,mother_family_name:_.edt.mother_family_name,mother_name_ot:_.edt.mother_name_ot,mother_nationality1_code:_.edt.mother_nationality1_code,mother_nationality2_code:_.edt.mother_nationality2_code,mother_appartment_number:_.edt.mother_appartment_number,mother_building_number:_.edt.mother_building_number,mother_street_number:_.edt.mother_street_number,mother_area_number:_.edt.mother_area_number,mother_city:_.edt.mother_city,mother_state:_.edt.mother_state,mother_country_code:_.edt.mother_country_code,mother_summary_address:_.edt.mother_summary_address,mother_po_box:_.edt.mother_po_box,mother_phone:_.edt.mother_phone,mother_mobile:_.edt.mother_mobile,mother_fax:_.edt.mother_fax,mother_email:_.edt.mother_email,mother_occupation:_.edt.mother_occupation,mother_passport_number:_.edt.mother_passport_number,current_school_status:_.edt.current_school_status,current_school_name:_.edt.current_school_name,current_school_enroll_number:_.edt.current_school_enroll_number,current_school_grade:_.edt.current_school_grade,current_school_cur:_.edt.current_school_cur,current_school_from_date:_.edt.current_school_from_date,current_school_to_date:_.edt.current_school_to_date,current_school_language:_.edt.current_school_language,current_school_head_teacher:_.edt.current_school_head_teacher,current_school_phone:_.edt.current_school_phone,current_school_fax:_.edt.current_school_fax,current_school_city:_.edt.current_school_city,current_school_country_code:_.edt.current_school_country_code,current_school_address:_.edt.current_school_address,marketing_code:_.edt.marketing_code,marketing_description:_.edt.marketing_description,parent_status_code:_.edt.parent_status_code,legal_custody_code:_.edt.legal_custody_code,health_card_number:_.edt.health_card_number,health_card_issue_date:_.edt.health_card_issue_date,health_card_issuing_authority:_.edt.health_card_issuing_authority,blood_group_code:_.edt.blood_group_code,medication_status:_.edt.medication_status,medication_desc:_.edt.medication_desc,disability_status:_.edt.disability_status,disability_desc:_.edt.disability_desc,behaviour_status:_.edt.behaviour_status,behaviour_desc:_.edt.behaviour_desc,health_restriction_status:_.edt.health_restriction_status,health_restriction_desc:_.edt.health_restriction_desc,health_hearing_status:_.edt.health_hearing_status,health_hearing_desc:_.edt.health_hearing_desc,health_vision_status:_.edt.health_vision_status,health_vision_desc:_.edt.health_vision_desc,health_other_status:_.edt.health_other_status,health_other_desc:_.edt.health_other_desc,gifted_status:_.edt.gifted_status,gifted_desc:_.edt.gifted_desc,music_status:_.edt.music_status,music_desc:_.edt.music_desc,sports_status:_.edt.sports_status,sports_desc:_.edt.sports_desc,language_support_status:_.edt.language_support_status,language_support_desc:_.edt.language_support_desc,declaration_status:_.edt.declaration_status,fees_paid_status:_.edt.fees_paid_status,fee_category_code:_.edt.fee_category_code,ip:_.edt.ip,dns:_.edt.dns,user_code:_.edt.user_code,status:_.edt.status,sims_student_attribute1:_.edt.sims_student_attribute1,sims_student_attribute2:_.edt.sims_student_attribute2,sims_student_attribute3:_.edt.sims_student_attribute3,sims_student_attribute4:_.edt.sims_student_attribute4,sims_student_health_respiratory_status:_.edt.sims_student_health_respiratory_status,sims_student_health_respiratory_desc:_.edt.sims_student_health_respiratory_desc,sims_student_health_hay_fever_status:_.edt.sims_student_health_hay_fever_status,sims_student_health_hay_fever_desc:_.edt.sims_student_health_hay_fever_desc,sims_student_health_epilepsy_status:_.edt.sims_student_health_epilepsy_status,sims_student_health_epilepsy_desc:_.edt.sims_student_health_epilepsy_desc,sims_student_health_skin_status:_.edt.sims_student_health_skin_status,sims_student_health_skin_desc:_.edt.sims_student_health_skin_desc,sims_student_health_diabetes_status:_.edt.sims_student_health_diabetes_status,sims_student_health_diabetes_desc:_.edt.sims_student_health_diabetes_desc,sims_student_health_surgery_status:_.edt.sims_student_health_surgery_status,sims_student_health_surgery_desc:_.edt.sims_student_health_surgery_desc,sims_admission_recommendation:_.edt.sims_admission_recommendation,sims_admission_mother_national_id:_.edt.sims_admission_mother_national_id,sims_admission_guardian_national_id:_.edt.sims_admission_guardian_national_id,sims_fee_month_code:_.edt.sims_fee_month_code,sims_student_attribute5:_.edt.sims_student_attribute5,sims_student_attribute6:_.edt.sims_student_attribute6,sims_student_attribute7:_.edt.sims_student_attribute7,sims_student_attribute8:_.edt.sims_student_attribute8,sims_student_attribute9:_.edt.sims_student_attribute9,sims_student_attribute10:_.edt.sims_student_attribute10,sims_student_attribute11:_.edt.sims_student_attribute11,sims_student_attribute12:_.edt.sims_student_attribute12,sims_admission_second_lang_code:_.edt.sims_admission_second_lang_code,sims_admission_third_lang_code:_.edt.sims_admission_third_lang_code,sims_admission_subject_code:_.edt.sims_admission_second_lang_code+","+_.edt.sims_admission_third_lang_code};c.push(e),n.post(d.apiUrl+"api/common/Admission_dpsd/ApproveStudent",c).then(function(e){_.display=!0,_.msg1=e.data,console.log(_.msg1)}),_.grid1=!0,$("#myModal1").modal({backdrop:"static",keyboard:!0})},_.modal_cancel=function(){$("#myModal1").modal("hide"),console.log(t.Class),o(function(){"tiadxb"==n.defaults.headers.common.schoolId||"tiashj"==n.defaults.headers.common.schoolId||"tosdxb"==n.defaults.headers.common.schoolId||"aisdxb"==n.defaults.headers.common.schoolId?e.go("main.dashL",{Class:t.Class}):e.go("main.dash",{Class:t.Class})},300)},_.get_studentfee=function(){e.go("main.Sim043")},_.back=function(){_.dd=!0,window.localStorage.Admflag=_.dd,_.modal_cancel()},_.schoolcheck=function(){1==_.edt.current_school_status?_.school_edit=!1:_.school_edit=!0},_.chk_desc=function(){1==_.edt.marketing_code?_.desc_edit=!1:_.desc_edit=!0},_.chk_cicumstances=function(){1==_.edt.parent_status_code?_.circum_edit=!1:_.circum_edit=!0},_.chk_disab_status=function(){1==_.edt.disability_status?_.disab_edit=!1:_.disab_edit=!0},_.chk_health_res=function(){1==_.edt.health_restriction_status?_.healthres_edit=!1:_.healthres_edit=!0},_.chk_medic_status=function(){1==_.edt.medication_status?_.med_edit=!1:_.med_edit=!0},_.chk_other=function(){1==_.edt.health_other_status?_.other_edit=!1:_.other_edit=!0},_.chk_hearing=function(){1==_.edt.health_hearing_status?_.hearing_edit=!1:_.hearing_edit=!0},_.chk_vision=function(){1==_.edt.health_vision_status?_.health_vision_edit=!1:_.health_vision_edit=!0},_.chk_behaviour=function(){1==_.edt.behaviour_status?_.behaviour_edit=!1:_.behaviour_edit=!0},_.chk_gifted_status=function(){1==_.edt.gifted_status?_.gifted_edit=!1:_.gifted_edit=!0},_.chk_music_pro=function(){1==_.edt.music_status?_.music_edit=!1:_.music_edit=!0},_.chk_sport_pro=function(){1==_.edt.sports_status?_.sport_edit=!1:_.sport_edit=!0},_.chk_lang_sup=function(){1==_.edt.language_support_status?_.lang_sup_edit=!1:_.lang_sup_edit=!0},_.chk_Pri_contact=function(){1==_.edt.primary_contact_code?_.pricont_edit=!1:_.pricont_edit=!0},_.chk_transport_requin=function(){1==_.edt.transport_status?_.transreq_edit=!1:_.transreq_edit=!0},_.chk_Sibling_attend=function(){1==_.edt.sibling_status?_.disableparent=!1:_.disableparent=!0},_.chk_employee=function(){1==_.edt.sims_empchk?(_.disableemployee=!1,_.edt.sims_empchk):_.disableemployee=!0},_.chk_learn_ther=function(){1==_.edt.sims_admission_learning_therapy_status?_.learnther_edit=!1:_.learnther_edit=!0},_.chk_spec_edu=function(){1==_.edt.sims_admission_special_education_status?_.spec_edu_edit=!1:_.spec_edu_edit=!0},_.chk_falled_grade=function(){1==_.edt.sims_admission_falled_grade_status?_.falledgrade_edit=!1:_.falledgrade_edit=!0},_.chk_commun=function(){1==_.edt.sims_admission_communication_status?_.commun_edit=!1:_.commun_edit=!0},_.chk_spec_activies=function(){1==_.edt.sims_admission_specialAct_status?_.specActiv_edit=!1:_.specActiv_edit=!0},_.chk_studyingin=function(){1==_.edt.sibling_status?(_.Study_edit=!1,document.getElementById("t3"),document.getElementById("t4"),document.getElementById("t5"),_.t=!1):(_.Study_edit=!0,document.getElementById("t3"),document.getElementById("t4"),document.getElementById("t5"),_.t=!0)},_.chk_ticking=function(){1==_.edt.declaration_status?(_.tick_edit=!1,_.confirm_edit=!1):(_.tick_edit=!0,_.confirm_edit=!0)},_.chk_copy_mother_add=function(){1==_.edt.copy_add?(_.edt.mother_appartment_number=_.edt.father_appartment_number,_.edt.mother_area_number=_.edt.father_area_number,_.edt.mother_building_number=_.edt.father_building_number,_.edt.mother_street_number=_.edt.father_street_number,_.edt.mother_city=_.edt.father_city,_.edt.mother_state=_.edt.father_state,_.edt.mother_country_code=_.edt.father_country_code,_.edt.mother_po_box=_.edt.father_po_box,_.edt.mother_nationality1_code=_.edt.father_nationality1_code,_.edt.mother_nationality2_code=_.edt.father_nationality2_code,_.edt.mother_summary_address=_.edt.father_summary_address,_.edt.mother_phone=_.edt.father_phone,_.edt.mother_po_box=_.edt.father_po_box,_.edt.mother_mobile=_.edt.father_mobile,_.edt.mother_occupation=_.edt.father_occupation,_.edt.mother_email=_.edt.father_email,_.edt.mother_company=_.edt.father_company):(_.edt.mother_appartment_number="",_.edt.mother_area_number="",_.edt.mother_building_number="",_.edt.mother_street_number="",_.edt.mother_city="",_.edt.mother_state="",_.edt.mother_country_code="",_.edt.mother_po_box="",_.edt.mother_nationality1_code="",_.edt.mother_nationality2_code="",_.edt.mother_summary_address="",_.edt.mother_phone="",_.edt.mother_po_box="",_.edt.mother_mobile="",_.edt.mother_occupation="",_.edt.mother_email="",_.edt.mother_company="")},_.chk_copy_guar_add1=function(){1==_.edt.copy_add1?(_.edt.guardian_appartment_number=_.edt.father_appartment_number,_.edt.guardian_area_number=_.edt.father_area_number,_.edt.guardian_building_number=_.edt.father_building_number,_.edt.guardian_street_number=_.edt.father_street_number,_.edt.guardian_city=_.edt.father_city,_.edt.guardian_state=_.edt.father_state,_.edt.guardian_country_code=_.edt.father_country_code,_.edt.guardian_po_box=_.edt.father_po_box,_.edt.guardian_nationality1_code=_.edt.father_nationality1_code,_.edt.guardian_nationality2_code=_.edt.father_nationality2_code,_.edt.guardian_summary_address=_.edt.father_summary_address,_.edt.guardian_phone=_.edt.father_phone,_.edt.guardian_po_box=_.edt.father_po_box,_.edt.guardian_mobile=_.edt.father_mobile,_.edt.guardian_occupation=_.edt.father_occupation,_.edt.guardian_email=_.edt.father_email,_.edt.guardian_company=_.edt.father_company):(_.edt.guardian_appartment_number="",_.edt.guardian_area_number="",_.edt.guardian_building_number="",_.edt.guardian_street_number="",_.edt.guardian_city="",_.edt.guardian_state="",_.edt.guardian_country_code="",_.edt.guardian_po_box="",_.edt.guardian_nationality1_code="",_.edt.guardian_nationality2_code="",_.edt.guardian_summary_address="",_.edt.guardian_phone="",_.edt.guardian_po_box="",_.edt.guardian_mobile="",_.edt.guardian_occupation="",_.edt.guardian_email="",_.edt.guardian_company="")},_.GetFatherSumAddr=function(){var e=document.getElementById("cmb_father_country").options[document.getElementById("cmb_father_country").selectedIndex].text,t=($("#txt_father_aprt").val().length,$("#txt_father_build").val().length,$("#txt_father_Street").val().length,$("#txt_father_area").val().length),a=$("#txt_father_city").val().length,o=$("#txt_father_state").val().length,s=$("#cmb_father_country").val().length,n=$("#txt_father_pobox").val().length;document.getElementById("txt_father_summary_add").value=0<$("#txt_father_aprt").val().length?document.getElementById("txt_father_aprt").value+",":"",document.getElementById("txt_father_summary_add").value+=0<$("#txt_father_build").val().length?document.getElementById("txt_father_build").value+",":"",document.getElementById("txt_father_summary_add").value+=0<$("#txt_father_Street").val().length?document.getElementById("txt_father_Street").value+",":"",document.getElementById("txt_father_summary_add").value+=0<t?document.getElementById("txt_father_area").value+",":"",document.getElementById("txt_father_summary_add").value+=0<a?document.getElementById("txt_father_city").value+",":"",document.getElementById("txt_father_summary_add").value+=0<o?document.getElementById("txt_father_state").value+",":"",document.getElementById("txt_father_summary_add").value+=0<s?e+",":"",document.getElementById("txt_father_summary_add").value+=0<n?document.getElementById("txt_father_pobox").value:""},_.GetMotherSumAddr=function(){var e=$("#txt_mother_aprt").val().length,t=$("#txt_mother_build").val().length,a=$("#txt_mother_street").val().length,o=$("#txt_mother_area").val().length,s=$("#txt_mother_city").val().length,n=$("#txt_mother_state").val().length,i=$("#cmb_mother_country").val().length,d=$("#txt_mother_pobox").val().length,_=document.getElementById("cmb_mother_country").options[document.getElementById("cmb_mother_country").selectedIndex].text;document.getElementById("txt_mother_addr").value=0<e?document.getElementById("txt_mother_aprt").value+",":"",document.getElementById("txt_mother_addr").value+=0<t?document.getElementById("txt_mother_build").value+",":"",document.getElementById("txt_mother_addr").value+=0<a?document.getElementById("txt_mother_street").value+",":"",document.getElementById("txt_mother_addr").value+=0<o?document.getElementById("txt_mother_area").value+",":"",document.getElementById("txt_mother_addr").value+=0<s?document.getElementById("txt_mother_city").value+",":"",document.getElementById("txt_mother_addr").value+=0<n?document.getElementById("txt_mother_state").value+",":"",document.getElementById("txt_mother_addr").value+=0<i?_+",":"",document.getElementById("txt_mother_addr").value+=0<d?document.getElementById("txt_mother_pobox").value:""},_.GetGuardianSumAddr=function(){var e=$("#txt_guar_aprt").val().length,t=$("#txt_guar_build").val().length,a=$("#txt_guar_street").val().length,o=$("#txt_guar_area").val().length,s=$("#txt_guar_city").val().length,n=$("#txt_guar_state").val().length,i=$("#cmb_gar_country").val().length,d=$("#txt_guar_pobox").val().length,_=document.getElementById("cmb_gar_country").options[document.getElementById("cmb_gar_country").selectedIndex].text;document.getElementById("txt_guar_addr").value=0<e?document.getElementById("txt_guar_aprt").value+",":"",document.getElementById("txt_guar_addr").value+=0<t?document.getElementById("txt_guar_build").value+",":"",document.getElementById("txt_guar_addr").value+=0<a?document.getElementById("txt_guar_street").value+",":"",document.getElementById("txt_guar_addr").value+=0<o?document.getElementById("txt_guar_area").value+",":"",document.getElementById("txt_guar_addr").value+=0<s?document.getElementById("txt_guar_city").value+",":"",document.getElementById("txt_guar_addr").value+=0<n?document.getElementById("txt_guar_state").value+",":"",document.getElementById("txt_guar_addr").value+=0<i?_+",":"",document.getElementById("txt_guar_addr").value+=0<d?document.getElementById("txt_guar_pobox").value:""},_.chk_more_sibling=function(){1==document.getElementById("chk_more_sibling").checked?document.getElementById("txt_more_sibling").disabled=!1:document.getElementById("txt_more_sibling").disabled=!0},_.getFatherDetails=function(){var e=_.edt,t=document.getElementById("txt_mother_aprt");t.value=document.getElementById("txt_father_aprt").value,e.mother_appartment_number=t.value,(t=document.getElementById("txt_mother_build")).value=document.getElementById("txt_father_build").value,e.mother_building_number=t.value,(t=document.getElementById("txt_mother_street")).value=document.getElementById("txt_father_Street").value,e.mother_street_number=t.value,(t=document.getElementById("txt_mother_area")).value=document.getElementById("txt_father_area").value,e.mother_area_number=t.value,(t=document.getElementById("txt_mother_city")).value=document.getElementById("txt_father_city").value,e.mother_city=t.value,(t=document.getElementById("txt_mother_state")).value=document.getElementById("txt_father_state").value,e.mother_state=t.value,(t=document.getElementById("cmb_mother_country")).value=document.getElementById("cmb_father_country").value,e.mother_country_code=t.value,(t=document.getElementById("txt_mother_pobox")).value=document.getElementById("txt_father_pobox").value,e.mother_po_box=t.value},_.GetFatherSumAddr=function(){var e=_.edt,t=($("#txt_father_aprt").val().length,$("#txt_father_build").val().length,$("#txt_father_Street").val().length,$("#txt_father_area").val().length),a=$("#txt_father_uni").val().length,o=$("#txt_father_city").val().length,s=$("#txt_father_state").val().length,n=$("#cmb_father_country").val().length,i=$("#txt_father_pobox").val().length,d=document.getElementById("cmb_father_country").options[document.getElementById("cmb_father_country").selectedIndex].text,a=(document.getElementById("txt_father_summary_add").value=0<$("#txt_father_aprt").val().length?document.getElementById("txt_father_aprt").value+",":"",document.getElementById("txt_father_summary_add").value+=0<$("#txt_father_build").val().length?document.getElementById("txt_father_build").value+",":"",document.getElementById("txt_father_summary_add").value+=0<$("#txt_father_Street").val().length?document.getElementById("txt_father_Street").value+",":"",document.getElementById("txt_father_summary_add").value+=0<a?document.getElementById("txt_father_uni").value+",":"",document.getElementById("txt_father_summary_add").value+=0<t?document.getElementById("txt_father_area").value+",":"",document.getElementById("txt_father_summary_add").value+=0<o?document.getElementById("txt_father_city").value+",":"",document.getElementById("txt_father_summary_add").value+=0<s?document.getElementById("txt_father_state").value+",":"",document.getElementById("txt_father_summary_add").value+=0<n?d+",":"",document.getElementById("txt_father_summary_add").value+=0<i?document.getElementById("txt_father_pobox").value:"",document.getElementById("txt_father_summary_add"));e.father_summary_address=a.value,console.log(e.father_summary_address)},_.Cancel=function(){_.edt="",_.msg1="",data="",data1=""};var r=new FormData;_.getTheFiles=function(e){angular.forEach(e,function(e,t){r.append(t,e)})},_.file_changedF=function(e){var e=e.files[0],t=(_.photo_filename=e.type,new FileReader);t.onload=function(e){_.$apply(function(){_.prev_img=e.target.result})},t.readAsDataURL(e)},_.uploadImgClickF=function(){_.uploadImgClickFShow=!0},_.uploadImgFCancel=function(){_.uploadImgClickFShow=!1},_.uploadImgF=function(){var e={method:"POST",url:d.apiUrl+"/api/fileNew/upload?filename="+l+"_f&location=Images/ParentImage",data:r,headers:{"Content-Type":void 0}};n(e).success(function(e){e={admission_number:pros_num,sims_father_img:e,opr:"F2"};n.post(d.apiUrl+"api/common/Admission_dpsd/CUDUpdateAdm_Studentimage",e).then(function(e){_.ins=e.data}),_.uploadImgClickFShow=!1})},_.file_changedM=function(e){var e=e.files[0],t=(_.photo_filename=e.type,new FileReader);t.onload=function(e){_.$apply(function(){_.prev_imgM=e.target.result})},t.readAsDataURL(e)},_.uploadImgClickM=function(){_.uploadImgClickMShow=!0},_.uploadImgMCancel=function(){_.uploadImgClickMShow=!1},_.uploadImgM=function(){var e={method:"POST",url:d.apiUrl+"/api/fileNew/upload?filename="+l+"_m&location=Images/ParentImage",data:r,headers:{"Content-Type":void 0}};n(e).success(function(e){_.loadingscr=!1;e={admission_number:pros_num,sims_mother_img:e,opr:"F3"};n.post(d.apiUrl+"api/common/Admission_dpsd/CUDUpdateAdm_Studentimage",e).then(function(e){_.ins=e.data}),_.loadingscr=!0,_.uploadImgClickMShow=!1})},_.file_changedS=function(e){var e=e.files[0],t=(_.photo_filename=e.type,new FileReader);t.onload=function(e){_.$apply(function(){_.prev_imgS=e.target.result})},t.readAsDataURL(e)},_.uploadImgClickS=function(){_.uploadImgClickSShow=!0},_.uploadImgSCancel=function(){_.uploadImgClickSShow=!1},_.uploadImgS=function(){_.loadingscr=!0;var e={method:"POST",url:d.apiUrl+"/api/fileNew/upload?filename="+l+"_s&location=Images/StudentImage",data:r,headers:{"Content-Type":void 0}};n(e).success(function(e){e={admission_number:pros_num,sims_student_img:e,opr:"F1"};n.post(d.apiUrl+"api/common/Admission_dpsd/CUDUpdateAdm_Studentimage",e).then(function(e){_.ins=e.data}),_.loadingscr=!0,_.uploadImgClickSShow=!1})},$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0,format:"yyyy-mm-dd"}),$(document).on("touch click",'*[data-datepicker="true"] .add-on',function(e){$('input[type="text"]',$(this).parent()).focus()})}]),e.directive("filedirective",["$parse",function(s){return{restrict:"EA",link:function(t,a,e){var o=s(e.ngFiles);a.on("change",function(e){o(t,{$files:e.target.files})}),a.on("submit",function(){console.log(a[0]);var e=a[0].querySelector(".ng-invalid");e&&(e.focus(),console.log(e))})}}}])}(),function(){"use strict";var e=angular.module("sims.module.Student");e.controller("Admission_OLContNewSAIS",["$scope","$state","$stateParams","$rootScope","$timeout","gettextCatalog","$http","$filter","ENV",function(_,e,t,a,o,s,n,i,d){_.display=!0,_.pagesize="5",_.pageindex="1",_.school_edit=!0,_.Study_edit=!0,_.desc_edit=!0,_.confirm_edit=!0,_.disableemployee=!0,_.disableparent=!0,_.emp_edit=!0,_.hearing_edit=!0,_.music_edit=!0,_.sport_edit=!0,_.other_edit=!0,_.circum_edit=!0,_.disab_edit=!0,_.healthres_edit=!0,_.health_vision_edit=!0,_.allAYs=[],_.pricont_edit=!0,_.transreq_edit=!0,_.lang_sup_edit=!0,_.behaviour_edit=!0,_.gifted_edit=!0,_.med_edit=!0,_.learnther_edit=!0,_.spec_edu_edit=!0,_.lang_sup_edit=!0,_.falledgrade_edit=!0,_.behaviour_edit=!0,_.commun_edit=!0,_.specActiv_edit=!0,_.disableparent=!0,_.national=!1,_.nationalmother=!1,_.nationalidrow=!1,_.emiratirow=!0,_.nationalidrow1=!1,_.nationalexpdate=!1,_.grid=!0,_.save1=!0,_.update1=!1,_.t=!0,_.btn_back=!1,_.ddMMyyyy=i("date")(new Date,"dd-MM-yyyy"),_.edt=[];var c=[],l=(_.BUSY=!1,_.fathersalutation=[],_.mothersalutation=[],_.section="New",o(function(){$("#fixedtable4").tableHeadFixer({top:1})},100),_.edt={admission_date:_.ddMMyyyy,tent_join_date:_.ddMMyyyy,comm_date:_.ddMMyyyy,declaration_status:!0},t.admission_num);console.log(l),_.demo_valuesnew=function(){n.get(d.apiUrl+"api/studentdatabase/getdemo").then(function(e){_.demo_values=e.data,console.log("$scope.demo_values",demo_values)})},"corvuss"==n.defaults.headers.common.schoolId?(_.emiratii=!1,_.arabb=!1,_.national=!0,_.emiratiid=!1,_.nationalmother=!0,_.Emiratesmother=!1,_.nationalidrow=!0,_.emiratirow=!1,_.nationalidrow1=!0,_.Emirateserow1=!1,_.nationalexpdate=!0,_.emiratiexpdate=!1):(_.emiratii=!0,_.arabb=!0,_.national=!1,_.emiratiid=!0,_.nationalmother=!1,_.Emiratesmother=!0,_.nationalidrow=!1,_.emiratirow=!0,_.nationalidrow1=!1,_.Emirateserow1=!0,_.nationalexpdate=!1,_.emiratiexpdate=!0),n.get(d.apiUrl+"api/common/ProspectDashboard/GetAboutUsData").then(function(e){_.about_lst=e.data}),n.get(d.apiUrl+"api/CityMaster/getCity").then(function(e){_.ctt=e.data,console.log("$scope.ctt",_.ctt)}),n.get(d.apiUrl+"api/common/ProspectDashboard/GetPreviousSchool").then(function(e){_.school_lst=e.data}),_.getNatArab=function(e){_.edt.sims_student_attribute3="784"==e?"Y":"N",_.edt.sims_student_attribute5="12"==e||"48"==e||"174"==e||"262"==e||"818"==e||"368"==e||"400"==e||"414"==e||"422"==e||"434"==e||"478"==e||"504"==e||"512"==e||"972"==e||"634"==e||"682"==e||"706"==e||"728"==e||"736"==e||"760"==e||"788"==e||"887"==e||"784"==e?"Y":"N"},$(document).ready(function(){$("#t1").addClass("disableTab"),$("#t2").addClass("disableTab"),$("#t3").addClass("disableTab"),$("#t4").addClass("disableTab"),$("#t5").addClass("disableTab"),$("#t6").addClass("disableTab"),$("#t7").addClass("disableTab"),$("#t8").addClass("disableTab")}),_.getstatefather=function(e){n.get(d.apiUrl+"api/common/getStateName?countrycode="+e).then(function(e){_.stt=e.data})},_.getcityfather=function(e){n.get(d.apiUrl+"api/CityMaster/getCitystate?em_State_Code="+e).then(function(e){_.ctt=e.data})},"[object Object]"!=l?n.get(d.apiUrl+"api/common/Admission_dpsd/getAdmissionList").then(function(e){_.obj=e.data,console.log(_.obj),_.scholnm=[],_.feecat=[],_.legalcus=[],_.cur_data=[],_.feemonth=[],_.acad_yr=[],_.getstatefather(),_.getcityfather();for(var t=0;t<e.data.length;t++)""!=e.data[t].school_name&&(_.scholnm.push({school_name:e.data[t].school_name,school_code:e.data[t].school_code}),_.edt.school_code=_.scholnm[0].school_code),""!=e.data[t].curr_name&&_.cur_data.push({curr_name:e.data[t].curr_name,curr_code:e.data[t].curr_code}),""!=e.data[t].fee_category_desc&&(_.feecat.push({fee_category_code:e.data[t].fee_category_code,fee_category_desc:e.data[t].fee_category_desc}),_.edt.fee_category_code=_.feecat[0].fee_category_code),""!=e.data[t].legal_custody_name&&(_.legalcus.push({legal_custody_code:e.data[t].legal_custody_code,legal_custody_name:e.data[t].legal_custody_name}),_.edt.primary_contact_pref_code=_.legalcus[0].legal_custody_code,_.edt.legal_custody_code=_.legalcus[0].legal_custody_code),""!=e.data[t].sims_fee_month_name&&_.feemonth.push({sims_fee_month_code:e.data[t].sims_fee_month_code,sims_fee_month_name:e.data[t].sims_fee_month_name}),e.data[t].sims_national_id_code==a.locale.lang&&(_.lbl_id.national_id=e.data[t].sims_national_id_name),""!=_.obj[t].father_salutation_desc&&(_.fathersalutation.push({father_salutation_desc:_.obj[t].father_salutation_desc,father_salutation_code:_.obj[t].father_salutation_code}),"Mr."==_.obj[t].father_country)&&(_.edt.father_salutation_code=_.obj[t].father_salutation_code),""!=_.obj[t].mother_salutation_desc&&(_.mothersalutation.push({mother_salutation_desc:_.obj[t].mother_salutation_desc,mother_salutation_code:_.obj[t].mother_salutation_code}),"Mrs."==_.obj[t].father_country)&&(_.edt.mother_salutation_code=_.obj[t].mother_salutation_code);n.get(d.apiUrl+"api/common/AdmissionDashboard_dpsdNew/GetTabStudentData?admission_number="+l).then(function(e){_.edt=e.data,console.log("$scope.edt",_.edt),_.edt.sims_student_attribute12="Regular",console.log("$scope.edt.status",_.edt.status),"W"==_.edt.status||"S"==_.edt.status?_.update1=!0:_.update1=!1,""!=_.edt.father_country_code&&n.get(d.apiUrl+"api/common/getStateName?countrycode="+_.edt.father_country_code).then(function(e){_.stt=e.data}),_.demo_valuesnew(),_.disableparent=!0,_.edt.sibling_status=!1,_.disableemployee=!0,_.edt.sims_empchk=!1,""!=_.edt.father_country_code&&_.getcode1(),""!=_.edt.mother_country_code&&_.getmothercode(),null!=_.edt.admission_date&&null==_.edt.tent_join_date&&(_.edt.tent_join_date=_.ddMMyyyy),null==_.edt.comm_date&&(_.edt.comm_date=_.ddMMyyyy),""==_.edt.term_code&&(_.edt.term_code="01"),""==_.edt.fee_category_code&&(_.edt.fee_category_code="01"),null==_.edt.sims_fee_month_code&&(_.edt.sims_fee_month_code="4"),_.save1=!1,_.btn_back=!0,"tiadxb"!=n.defaults.headers.common.schoolId&&"tiashj"!=n.defaults.headers.common.schoolId&&"tosdxb"!=n.defaults.headers.common.schoolId&&"aisdxb"!=n.defaults.headers.common.schoolId||(_.btn_back=!1),n.get(d.apiUrl+"api/studentdatabase/getdemo").then(function(e){_.demo_values=e.data,console.log("$scope.demo_values",demo_values)}),_.chk_disab_status(),_.chk_health_res(),_.chk_medic_status(),_.chk_other(),_.chk_hearing(),_.chk_vision(),_.chk_spec_activies(),_.chk_behaviour(),_.chk_lang_sup(),_.chk_learn_ther(),_.chk_spec_edu(),_.chk_falled_grade(),_.chk_commun(),_.chk_ticking(),_.getchkstrength(_.edt.section_code)})}):n.get(d.apiUrl+"api/common/Admission_dpsd/getAdmissionList").then(function(e){_.obj=e.data,console.log(_.obj),_.scholnm=[],_.feecat=[],_.legalcus=[],_.cur_data=[],_.feemonth=[],_.acad_yr=[];for(var t=0;t<e.data.length;t++)""!=e.data[t].school_name&&(_.scholnm.push({school_name:e.data[t].school_name,school_code:e.data[t].school_code}),_.edt.school_code=_.scholnm[0].school_code),""!=e.data[t].curr_name&&_.cur_data.push({curr_name:e.data[t].curr_name,curr_code:e.data[t].curr_code}),""!=e.data[t].fee_category_desc&&(_.feecat.push({fee_category_code:e.data[t].fee_category_code,fee_category_desc:e.data[t].fee_category_desc}),_.edt.fee_category_code=_.feecat[0].fee_category_code),""!=e.data[t].legal_custody_name&&(_.legalcus.push({legal_custody_code:e.data[t].legal_custody_code,legal_custody_name:e.data[t].legal_custody_name}),_.edt.primary_contact_pref_code=_.legalcus[0].legal_custody_code,_.edt.legal_custody_code=_.legalcus[0].legal_custody_code),""!=e.data[t].sims_fee_month_name&&_.feemonth.push({sims_fee_month_code:e.data[t].sims_fee_month_code,sims_fee_month_name:e.data[t].sims_fee_month_name}),e.data[t].sims_national_id_code==a.locale.lang&&(_.lbl_id.national_id=e.data[t].sims_national_id_name),""!=_.obj[t].father_salutation_desc&&(_.fathersalutation.push({father_salutation_desc:_.obj[t].father_salutation_desc,father_salutation_code:_.obj[t].father_salutation_code}),"Mr."==_.obj[t].father_country)&&(_.edt.father_salutation_code=_.obj[t].father_salutation_code),""!=_.obj[t].mother_salutation_desc&&(_.mothersalutation.push({mother_salutation_desc:_.obj[t].mother_salutation_desc,mother_salutation_code:_.obj[t].mother_salutation_code}),"Mrs."==_.obj[t].father_country)&&(_.edt.mother_salutation_code=_.obj[t].mother_salutation_code)}),_.lbl_id={national_id:""},_.removeNull=function(e){return e.profiles},_.getstream=function(e){"03"!=e&&"04"!=e&&"05"!=e&&"06"!=e&&"07"!=e&&"08"!=e&&"09"!=e&&"10"!=e&&"11"!=e&&"12"!=e||(_.div_second=!0,_.div_third=!1,n.get(d.apiUrl+"api/common/Admission_dpsd/Get_secondlangDetails?cur_code="+_.edt.curr_code+"&acad_yr="+_.edt.academic_year+"&grade_code="+_.edt.grade_code).then(function(e){_.secondlang_data=e.data})),"05"!=e&&"06"!=e&&"07"!=e&&"08"!=e&&"09"!=e&&"10"!=e&&"11"!=e&&"12"!=e||(_.div_second=!0,_.div_third=!0,n.get(d.apiUrl+"api/common/Admission_dpsd/Get_thirdlangDetails?cur_code="+_.edt.curr_code+"&acad_yr="+_.edt.academic_year+"&grade_code="+_.edt.grade_code).then(function(e){_.thirdlang_data=e.data})),"13"!=e&&"14"!=e||(_.div_subject=!0,n.get(d.apiUrl+"api/common/Admission_dpsd/GetStreamPrefferd").then(function(e){_.Stream_data=e.data}))},n.get(d.apiUrl+"api/common/Admission_dpsd/GetStreamPrefferd").then(function(e){_.Stream_data=e.data,console.log(_.Stream_data)}),_.getSubject=function(e){n.get(d.apiUrl+"api/common/Admission_dpsd/GetMandetorySubject?stream="+e).then(function(e){_.Mandetorysubject_data=e.data}),n.get(d.apiUrl+"api/common/Admission_dpsd/GetOptionalSubject?stream="+e).then(function(e){_.Optionalsubject_data=e.data})},_.GetInfo=function(e,t){console.log(e,t),null!=t&&n.post(d.apiUrl+"api/common/Admission_dpsd/CheckParentCode?parent_id="+e+"&enroll_no="+t).then(function(e){_.msg1=e.data,console.log(_.msg1),_.edt.parent_id=_.msg1.parent_id,_.edt.sibling_enroll=_.msg1.sims_student_enroll_number,_.edt.sibling_name=_.msg1.sibling_name})},_.demo_valuesnew(),_.getcode1=function(){n.get(d.apiUrl+"api/studentdatabase/getisdd?country_code="+_.parent_info.sims_admission_father_code).then(function(e){_.isdcode1=e.data,console.log("isdcode",_.isdcode1),null==_.edt.father_mobile&&null==_.edt.father_mobile||(null!=_.oldisdcode?(_.edt.father_mobile=_.edt.father_mobile,_.edt.father_mobile=_.edt.father_mobile.replace(_.oldisdcode,_.isdcode1[0].sims_country_isd_code),console.log("fathermobilenumber",_.edt.father_mobile)):_.edt.father_mobile=_.isdcode1[0].sims_country_isd_code+_.edt.father_mobile),null==_.edt.father_mobile&&(_.edt.father_mobile=_.isdcode1[0].sims_country_isd_code),_.olisdcode()})},_.olisdcode=function(){0<_.isdcode1.length&&(_.oldisdcode=_.isdcode1[0].sims_country_isd_code)},_.getmothercode=function(){n.get(d.apiUrl+"api/studentdatabase/getisdd?country_code="+_.parent_info.sims_admission_mother_code).then(function(e){_.motherisdcode=e.data,console.log("isdcode",_.motherisdcode),null==_.edt.mother_mobile&&null==_.edt.mother_mobile||(null!=_.olisdcodemother?(_.edt.mother_mobile=_.edt.mother_mobile,_.edt.mother_mobile=_.edt.mother_mobile.replace(_.olisdcodemother,_.motherisdcode[0].sims_country_isd_code),console.log("mothermobilenumber",_.edt.mother_mobile)):_.edt.mother_mobile=_.motherisdcode[0].sims_country_isd_code+_.edt.mother_mobile),null==_.edt.mother_mobile&&(_.edt.mother_mobile=_.motherisdcode[0].sims_country_isd_code),_.oldisdcodemother()})},_.oldisdcodemother=function(){0<_.motherisdcode.length&&(_.olisdcodemother=_.motherisdcode[0].sims_country_isd_code)},_.Save=function(e){_.save1=!0;var t,a=[];_.BUSY=!0,e&&(0==_.update1?(t={admission_number:_.edt.admission_number,appl_num:_.edt.appl_num,pros_num:_.edt.pros_num,pros_appl_num:_.edt.pros_appl_num,admission_date:_.edt.admission_date,school_code:_.edt.school_code,curr_code:_.edt.curr_code,academic_year:_.edt.academic_year,grade_code:_.edt.grade_code,section_code:_.edt.section_code,term_code:_.edt.term_code,tent_join_date:_.edt.tent_join_date,sims_student_emergency_contact_number1:_.edt.sims_student_emergency_contact_number1,sims_student_emergency_contact_name1:_.edt.sims_student_emergency_contact_name1,first_name:_.edt.first_name,middle_name:_.edt.middle_name,last_name:_.edt.last_name,family_name:_.edt.family_name,first_name_ot:_.edt.first_name_ot,midd_name_ot:_.edt.midd_name_ot,last_name_ot:_.edt.last_name_ot,family_name_ot:_.edt.family_name_ot,nicke_name:_.edt.nicke_name,birth_date:_.edt.birth_date,comm_date:_.edt.comm_date,birth_country_code:_.edt.birth_country_code,nationality_code:_.edt.nationality_code,ethinicity_code:_.edt.ethinicity_code,gender_code:_.edt.gender_code,religion_code:_.edt.religion_code,passport_num:_.edt.passport_num,passport_issue_date:_.edt.passport_issue_date,passport_expiry:_.edt.passport_expiry,passport_issue_auth:_.edt.passport_issue_auth,passport_issue_place:_.edt.passport_issue_place,visa_number:_.edt.visa_number,visa_type:_.edt.visa_type,visa_issuing_authority:_.edt.visa_issuing_authority,visa_issue_date:_.edt.visa_issue_date,visa_expiry_date:_.edt.visa_expiry_date,visa_issuing_place:_.edt.visa_issuing_place,national_id:_.edt.national_id,national_id_issue_date:_.edt.national_id_issue_date,national_id_expiry_date:_.edt.national_id_expiry_date,sibling_status:_.edt.sibling_status,parent_id:_.edt.parent_id,sibling_enroll:_.edt.sibling_enroll,sibling_name:_.edt.sibling_name,sibling_dob:_.edt.sibling_dob,sibling_school_code:_.edt.sibling_school_code,employee_type:_.edt.employee_type,employee_code:_.edt.employee_code,employee_school_code:_.edt.employee_school_code,motherTounge_language_code:_.edt.motherTounge_language_code,main_language_code:_.edt.main_language_code,main_language_r_code:_.edt.main_language_r_code,main_language_w_code:_.edt.main_language_w_code,main_language_s_code:_.edt.main_language_s_code,primary_contact_code:_.edt.primary_contact_code,primary_contact_pref_code:_.edt.primary_contact_pref_code,fee_payment_contact_pref_code:_.edt.fee_payment_contact_pref_code,transport_status:_.edt.transport_status,transport_desc:_.edt.transport_desc,father_salutation_code:_.edt.father_salutation_code,father_first_name:_.edt.father_first_name,father_middle_name:_.edt.father_middle_name,father_last_name:_.edt.father_last_name,father_family_name:_.edt.father_family_name,father_family_name_ot:_.edt.father_family_name_ot,father_nationality1_code:_.edt.father_nationality1_code,father_nationality2_code:_.edt.father_nationality2_code,father_appartment_number:_.edt.father_appartment_number,father_building_number:_.edt.father_building_number,father_street_number:_.edt.father_street_number,father_area_number:_.edt.father_area_number,father_city:_.edt.father_city,sims_student_attribute12:_.edt.sims_student_attribute12,father_state:_.edt.father_state,father_country_code:_.edt.father_country_code,father_summary_address:_.edt.father_summary_address,father_po_box:_.edt.father_po_box,father_phone:_.edt.father_phone,father_email:_.edt.father_email,father_mobile:_.edt.father_mobile,father_fax:_.edt.father_fax,father_occupation:_.edt.father_occupation,father_company:_.edt.father_company,father_company_address:_.edt.father_company_address,father_company_phone:_.edt.father_company_phone,mother_company_address:_.edt.mother_company_address,mother_company_phone:_.edt.mother_company_phone,father_passport_number:_.edt.father_passport_number,father_religion_code:_.edt.father_religion_code,sims_admission_father_national_id:_.edt.sims_admission_father_national_id,guardian_salutation_code:_.edt.guardian_salutation_code,guardian_first_name:_.edt.guardian_first_name,guardian_middle_name:_.edt.guardian_middle_name,guardian_last_name:_.edt.guardian_last_name,guardian_family_name:_.edt.guardian_family_name,guardian_nationality1_code:_.edt.guardian_nationality1_code,guardian_nationality2_code:_.edt.guardian_nationality2_code,guardian_appartment_number:_.edt.guardian_appartment_number,guardian_building_number:_.edt.guardian_building_number,guardian_street_number:_.edt.guardian_street_number,guardian_area_number:_.edt.guardian_area_number,guardian_city:_.edt.guardian_city,guardian_state:_.edt.guardian_state,guardian_country_code:_.edt.guardian_country_code,guardian_summary_address:_.edt.guardian_summary_address,guardian_po_box:_.edt.guardian_po_box,guardian_phone:_.edt.guardian_phone,guardian_mobile:_.edt.guardian_mobile,guardian_fax:_.edt.guardian_fax,guardian_email:_.edt.guardian_email,guardian_occupation:_.edt.guardian_occupation,guardian_company:_.edt.guardian_company,guardian_passport_number:_.edt.guardian_passport_number,guardian_relationship_code:_.edt.guardian_relationship_code,mother_salutation_code:_.edt.mother_salutation_code,mother_first_name:_.edt.mother_first_name,mother_middle_name:_.edt.mother_middle_name,mother_last_name:_.edt.mother_last_name,mother_family_name:_.edt.mother_family_name,mother_name_ot:_.edt.mother_name_ot,mother_nationality1_code:_.edt.mother_nationality1_code,mother_nationality2_code:_.edt.mother_nationality2_code,mother_appartment_number:_.edt.mother_appartment_number,mother_building_number:_.edt.mother_building_number,mother_street_number:_.edt.mother_street_number,mother_area_number:_.edt.mother_area_number,mother_city:_.edt.mother_city,mother_state:_.edt.mother_state,mother_country_code:_.edt.mother_country_code,mother_summary_address:_.edt.mother_summary_address,mother_po_box:_.edt.mother_po_box,mother_phone:_.edt.mother_phone,mother_mobile:_.edt.mother_mobile,mother_fax:_.edt.mother_fax,mother_email:_.edt.mother_email,mother_occupation:_.edt.mother_occupation,mother_passport_number:_.edt.mother_passport_number,mother_religion_code:_.edt.mother_religion_code,current_school_status:_.edt.current_school_status,current_school_name:_.edt.current_school_name,current_school_enroll_number:_.edt.current_school_enroll_number,current_school_grade:_.edt.current_school_grade,current_school_cur:_.edt.current_school_cur,current_school_from_date:_.edt.current_school_from_date,current_school_to_date:_.edt.current_school_to_date,current_school_language:_.edt.current_school_language,current_school_head_teacher:_.edt.current_school_head_teacher,current_school_phone:_.edt.current_school_phone,current_school_fax:_.edt.current_school_fax,current_school_city:_.edt.current_school_city,current_school_country_code:_.edt.current_school_country_code,current_school_address:_.edt.current_school_address,marketing_code:_.edt.marketing_code,marketing_description:_.edt.marketing_description,parent_status_code:_.edt.parent_status_code,legal_custody_code:_.edt.legal_custody_code,health_card_number:_.edt.health_card_number,health_card_issue_date:_.edt.health_card_issue_date,health_card_issuing_authority:_.edt.health_card_issuing_authority,blood_group_code:_.edt.blood_group_code,medication_status:_.edt.medication_status,medication_desc:_.edt.medication_desc,disability_status:_.edt.disability_status,disability_desc:_.edt.disability_desc,behaviour_status:_.edt.behaviour_status,behaviour_desc:_.edt.behaviour_desc,health_restriction_status:_.edt.health_restriction_status,health_restriction_desc:_.edt.health_restriction_desc,health_hearing_status:_.edt.health_hearing_status,health_hearing_desc:_.edt.health_hearing_desc,health_vision_status:_.edt.health_vision_status,health_vision_desc:_.edt.health_vision_desc,health_other_status:_.edt.health_other_status,health_other_desc:_.edt.health_other_desc,gifted_status:_.edt.gifted_status,gifted_desc:_.edt.gifted_desc,music_status:_.edt.music_status,music_desc:_.edt.music_desc,sports_status:_.edt.sports_status,sports_desc:_.edt.sports_desc,language_support_status:_.edt.language_support_status,language_support_desc:_.edt.language_support_desc,declaration_status:_.edt.declaration_status,fees_paid_status:_.edt.fees_paid_status,fee_category_code:_.edt.fee_category_code,ip:_.edt.ip,dns:_.edt.dns,user_code:_.edt.user_code,status:_.edt.status,sims_student_attribute1:_.edt.sims_student_attribute1,sims_student_attribute2:_.edt.sims_student_attribute2,sims_student_attribute3:_.edt.sims_student_attribute3,sims_student_attribute4:_.edt.sims_student_attribute4,sims_student_health_respiratory_status:_.edt.sims_student_health_respiratory_status,sims_student_health_respiratory_desc:_.edt.sims_student_health_respiratory_desc,sims_student_health_hay_fever_status:_.edt.sims_student_health_hay_fever_status,sims_student_health_hay_fever_desc:_.edt.sims_student_health_hay_fever_desc,sims_student_health_epilepsy_status:_.edt.sims_student_health_epilepsy_status,sims_student_health_epilepsy_desc:_.edt.sims_student_health_epilepsy_desc,sims_student_health_skin_status:_.edt.sims_student_health_skin_status,sims_student_health_skin_desc:_.edt.sims_student_health_skin_desc,sims_student_health_diabetes_status:_.edt.sims_student_health_diabetes_status,sims_student_health_diabetes_desc:_.edt.sims_student_health_diabetes_desc,sims_student_health_surgery_status:_.edt.sims_student_health_surgery_status,sims_student_health_surgery_desc:_.edt.sims_student_health_surgery_desc,sims_admission_recommendation:_.edt.sims_admission_recommendation,sims_admission_mother_national_id:_.edt.sims_admission_mother_national_id,sims_admission_guardian_national_id:_.edt.sims_admission_guardian_national_id,sims_fee_month_code:_.edt.sims_fee_month_code,sims_student_attribute5:_.edt.sims_student_attribute5,sims_admission_father_qualification:_.edt.sims_admission_father_qualification,sims_student_attribute6:_.edt.sims_student_attribute6,sims_admission_mother_qualification:_.edt.sims_admission_mother_qualification,sims_student_attribute7:_.edt.sims_student_attribute7,sims_admission_second_lang_code:_.edt.sims_admission_second_lang_code,sims_student_attribute8:_.edt.sims_student_attribute8,sims_student_attribute9:_.edt.sims_student_attribute9,sims_student_attribute10:_.edt.sims_student_attribute10,sims_admission_percentage_obtained:_.edt.sims_admission_percentage_obtained,sims_admission_current_academic_year:_.edt.sims_admission_current_academic_year,sims_student_attribute11:_.edt.sims_student_attribute11,sims_admission_current_school_fee_monthly:_.edt.sims_admission_current_school_fee_monthly,home_appartment_number:_.edt.home_appartment_number,home_building_number:_.edt.home_building_number,home_street_number:_.edt.home_street_number,home_area_number:_.edt.home_area_number,home_city:_.edt.home_city,home_state:_.edt.home_state,home_country_code:_.edt.home_country_code,home_summary_address:_.edt.home_summary_address,home_po_box:_.edt.home_po_box,home_landmark:_.edt.home_landmark,home_country_isdcode:_.edt.home_country_isdcode,home_phone:_.edt.home_country_isdcode+"-"+_.edt.home_phone,opr:"I"},a.push(t),console.log(a),n.post(d.apiUrl+"api/common/Admission_dpsd/ApproveStudentnew",a).then(function(e){_.display=!0,_.msg1=e.data,_.BUSY=!1,0<_.msg1.length&&((e=_.msg1).strMessage="Sucessfully Admitted Enroll='"+e[0].enroll+"' \n Student Name='"+e[0].stud_full_name+"'\n Parent Id='"+e[0].parent_id,swal({title:"Alert",text:e.strMessage,showCloseButton:!0,width:380}),_.getgrid())})):_.Update(e))},_.getgrid=function(){_.edt=[],_.myForm.$setPristine(),_.myForm.$setUntouched(),_.msg1="",$('.nav-tabs a[href="#admtab1"]').tab("show")},_.getchkstrength=function(e){null!=e&&n.get(d.apiUrl+"api/common/Admission_dpsd/getsectionList?cur_code="+_.edt.curr_code+"&acad_yr="+_.edt.academic_year+"&grade_code="+_.edt.grade_code+"&section_code="+e).then(function(e){_.sectionlst1=e.data}),$("#cmb_section").css("background-color","#FFF")},_.view_section_strength=function(){n.get(d.apiUrl+"api/common/Admission_dpsd/getsectionList?cur_code="+_.edt.curr_code+"&acad_yr="+_.edt.academic_year+"&grade_code="+_.edt.grade_code+"&section_code="+void 0).then(function(e){_.sectionlst=e.data,_.section=!0,$("#SectionListModal").modal({backdrop:"static",keyboard:!0});for(var t=0;t<_.sectionlst.length;t++)if(_.sectionlst[t].section_code==_.edt.section_code){setTimeout(function(){$("#"+t).addClass("row_selected")},100);break}})},_.Update=function(e){var t=[];e&&(e={admission_number:_.edt.admission_number,appl_num:_.edt.appl_num,pros_num:_.edt.pros_num,pros_appl_num:_.edt.pros_appl_num,admission_date:_.edt.admission_date,school_code:_.edt.school_code,curr_code:_.edt.curr_code,academic_year:_.edt.academic_year,grade_code:_.edt.grade_code,section_code:_.edt.section_code,term_code:_.edt.term_code,tent_join_date:_.edt.tent_join_date,sims_student_emergency_contact_number1:_.edt.sims_student_emergency_contact_number1,sims_student_emergency_contact_name1:_.edt.sims_student_emergency_contact_name1,first_name:_.edt.first_name,middle_name:_.edt.middle_name,last_name:_.edt.last_name,family_name:_.edt.family_name,first_name_ot:_.edt.first_name_ot,midd_name_ot:_.edt.midd_name_ot,last_name_ot:_.edt.last_name_ot,family_name_ot:_.edt.family_name_ot,nicke_name:_.edt.nicke_name,birth_date:_.edt.birth_date,comm_date:_.edt.comm_date,birth_country_code:_.edt.birth_country_code,nationality_code:_.edt.nationality_code,ethinicity_code:_.edt.ethinicity_code,gender_code:_.edt.gender_code,religion_code:_.edt.religion_code,passport_num:_.edt.passport_num,passport_issue_date:_.edt.passport_issue_date,passport_expiry:_.edt.passport_expiry,passport_issue_auth:_.edt.passport_issue_auth,passport_issue_place:_.edt.passport_issue_place,visa_number:_.edt.visa_number,visa_type:_.edt.visa_type,visa_issuing_authority:_.edt.visa_issuing_authority,visa_issue_date:_.edt.visa_issue_date,visa_expiry_date:_.edt.visa_expiry_date,visa_issuing_place:_.edt.visa_issuing_place,national_id:_.edt.national_id,national_id_issue_date:_.edt.national_id_issue_date,national_id_expiry_date:_.edt.national_id_expiry_date,sibling_status:_.edt.sibling_status,parent_id:_.edt.parent_id,sibling_enroll:_.edt.sibling_enroll,sibling_name:_.edt.sibling_name,sibling_dob:_.edt.sibling_dob,sibling_school_code:_.edt.sibling_school_code,employee_type:_.edt.employee_type,employee_code:_.edt.employee_code,employee_school_code:_.edt.employee_school_code,motherTounge_language_code:_.edt.motherTounge_language_code,main_language_code:_.edt.main_language_code,main_language_r_code:_.edt.main_language_r_code,main_language_w_code:_.edt.main_language_w_code,main_language_s_code:_.edt.main_language_s_code,primary_contact_code:_.edt.primary_contact_code,primary_contact_pref_code:_.edt.primary_contact_pref_code,fee_payment_contact_pref_code:_.edt.fee_payment_contact_pref_code,transport_status:_.edt.transport_status,transport_desc:_.edt.transport_desc,father_salutation_code:_.edt.father_salutation_code,father_first_name:_.edt.father_first_name,father_middle_name:_.edt.father_middle_name,father_last_name:_.edt.father_last_name,father_family_name:_.edt.father_family_name,father_family_name_ot:_.edt.father_family_name_ot,father_nationality1_code:_.edt.father_nationality1_code,father_nationality2_code:_.edt.father_nationality2_code,father_appartment_number:_.edt.father_appartment_number,father_building_number:_.edt.father_building_number,father_street_number:_.edt.father_street_number,father_area_number:_.edt.father_area_number,father_city:_.edt.father_city,father_state:_.edt.father_state,father_country_code:_.edt.father_country_code,father_summary_address:_.edt.father_summary_address,father_po_box:_.edt.father_po_box,father_phone:_.edt.father_phone,father_email:_.edt.father_email,father_mobile:_.edt.father_mobile,father_fax:_.edt.father_fax,father_occupation:_.edt.father_occupation,father_company:_.edt.father_company,father_company_address:_.edt.father_company_address,father_company_phone:_.edt.father_company_phone,mother_company_address:_.edt.mother_company_address,mother_company_phone:_.edt.mother_company_phone,father_passport_number:_.edt.father_passport_number,father_religion_code:_.edt.father_religion_code,sims_admission_father_national_id:_.edt.sims_admission_father_national_id,guardian_salutation_code:_.edt.guardian_salutation_code,guardian_first_name:_.edt.guardian_first_name,guardian_middle_name:_.edt.guardian_middle_name,guardian_last_name:_.edt.guardian_last_name,guardian_family_name:_.edt.guardian_family_name,guardian_nationality1_code:_.edt.guardian_nationality1_code,guardian_nationality2_code:_.edt.guardian_nationality2_code,guardian_appartment_number:_.edt.guardian_appartment_number,guardian_building_number:_.edt.guardian_building_number,guardian_street_number:_.edt.guardian_street_number,guardian_area_number:_.edt.guardian_area_number,guardian_city:_.edt.guardian_city,guardian_state:_.edt.guardian_state,guardian_country_code:_.edt.guardian_country_code,guardian_summary_address:_.edt.guardian_summary_address,guardian_po_box:_.edt.guardian_po_box,guardian_phone:_.edt.guardian_phone,guardian_mobile:_.edt.guardian_mobile,guardian_fax:_.edt.guardian_fax,guardian_email:_.edt.guardian_email,guardian_occupation:_.edt.guardian_occupation,guardian_company:_.edt.guardian_company,guardian_passport_number:_.edt.guardian_passport_number,guardian_relationship_code:_.edt.guardian_relationship_code,mother_salutation_code:_.edt.mother_salutation_code,mother_first_name:_.edt.mother_first_name,mother_middle_name:_.edt.mother_middle_name,mother_last_name:_.edt.mother_last_name,mother_family_name:_.edt.mother_family_name,mother_name_ot:_.edt.mother_name_ot,mother_nationality1_code:_.edt.mother_nationality1_code,mother_nationality2_code:_.edt.mother_nationality2_code,mother_appartment_number:_.edt.mother_appartment_number,mother_building_number:_.edt.mother_building_number,mother_street_number:_.edt.mother_street_number,mother_area_number:_.edt.mother_area_number,mother_city:_.edt.mother_city,mother_state:_.edt.mother_state,mother_country_code:_.edt.mother_country_code,mother_summary_address:_.edt.mother_summary_address,mother_po_box:_.edt.mother_po_box,mother_phone:_.edt.mother_phone,mother_mobile:_.edt.mother_mobile,mother_fax:_.edt.mother_fax,mother_email:_.edt.mother_email,mother_occupation:_.edt.mother_occupation,mother_passport_number:_.edt.mother_passport_number,mother_religion_code:_.edt.mother_religion_code,current_school_status:_.edt.current_school_status,current_school_name:_.edt.current_school_name,current_school_enroll_number:_.edt.current_school_enroll_number,current_school_grade:_.edt.current_school_grade,current_school_cur:_.edt.current_school_cur,current_school_from_date:_.edt.current_school_from_date,current_school_to_date:_.edt.current_school_to_date,current_school_language:_.edt.current_school_language,current_school_head_teacher:_.edt.current_school_head_teacher,current_school_phone:_.edt.current_school_phone,current_school_fax:_.edt.current_school_fax,current_school_city:_.edt.current_school_city,current_school_country_code:_.edt.current_school_country_code,current_school_address:_.edt.current_school_address,marketing_code:_.edt.marketing_code,marketing_description:_.edt.marketing_description,parent_status_code:_.edt.parent_status_code,legal_custody_code:_.edt.legal_custody_code,health_card_number:_.edt.health_card_number,health_card_issue_date:_.edt.health_card_issue_date,health_card_issuing_authority:_.edt.health_card_issuing_authority,blood_group_code:_.edt.blood_group_code,medication_status:_.edt.medication_status,medication_desc:_.edt.medication_desc,disability_status:_.edt.disability_status,disability_desc:_.edt.disability_desc,behaviour_status:_.edt.behaviour_status,behaviour_desc:_.edt.behaviour_desc,health_restriction_status:_.edt.health_restriction_status,health_restriction_desc:_.edt.health_restriction_desc,health_hearing_status:_.edt.health_hearing_status,health_hearing_desc:_.edt.health_hearing_desc,health_vision_status:_.edt.health_vision_status,health_vision_desc:_.edt.health_vision_desc,health_other_status:_.edt.health_other_status,health_other_desc:_.edt.health_other_desc,gifted_status:_.edt.gifted_status,gifted_desc:_.edt.gifted_desc,music_status:_.edt.music_status,music_desc:_.edt.music_desc,sports_status:_.edt.sports_status,sports_desc:_.edt.sports_desc,language_support_status:_.edt.language_support_status,language_support_desc:_.edt.language_support_desc,declaration_status:_.edt.declaration_status,fees_paid_status:_.edt.fees_paid_status,fee_category_code:_.edt.fee_category_code,ip:_.edt.ip,dns:_.edt.dns,user_code:_.edt.user_code,status:_.edt.status,sims_student_attribute1:_.edt.sims_student_attribute1,sims_student_attribute2:_.edt.sims_student_attribute2,sims_student_attribute3:_.edt.sims_student_attribute3,sims_student_attribute4:_.edt.sims_student_attribute4,sims_student_health_respiratory_status:_.edt.sims_student_health_respiratory_status,sims_student_health_respiratory_desc:_.edt.sims_student_health_respiratory_desc,sims_student_health_hay_fever_status:_.edt.sims_student_health_hay_fever_status,sims_student_health_hay_fever_desc:_.edt.sims_student_health_hay_fever_desc,sims_student_health_epilepsy_status:_.edt.sims_student_health_epilepsy_status,sims_student_health_epilepsy_desc:_.edt.sims_student_health_epilepsy_desc,sims_student_health_skin_status:_.edt.sims_student_health_skin_status,sims_student_health_skin_desc:_.edt.sims_student_health_skin_desc,sims_student_health_diabetes_status:_.edt.sims_student_health_diabetes_status,sims_student_health_diabetes_desc:_.edt.sims_student_health_diabetes_desc,sims_student_health_surgery_status:_.edt.sims_student_health_surgery_status,sims_student_health_surgery_desc:_.edt.sims_student_health_surgery_desc,sims_admission_recommendation:_.edt.sims_admission_recommendation,sims_admission_mother_national_id:_.edt.sims_admission_mother_national_id,sims_admission_guardian_national_id:_.edt.sims_admission_guardian_national_id,sims_fee_month_code:_.edt.sims_fee_month_code,sims_student_attribute5:_.edt.sims_student_attribute5,sims_student_attribute6:_.edt.sims_student_attribute6,sims_student_attribute7:_.edt.sims_student_attribute7,sims_student_attribute8:_.edt.sims_student_attribute8,sims_student_attribute9:_.edt.sims_student_attribute9,sims_student_attribute10:_.edt.sims_student_attribute10,sims_student_attribute11:_.edt.sims_student_attribute11,sims_student_attribute12:_.edt.sims_student_attribute12,sims_admission_father_qualification:_.edt.sims_admission_father_qualification,sims_admission_second_lang_code:_.edt.sims_admission_second_lang_code,sims_admission_current_academic_year:_.edt.sims_admission_current_academic_year,sims_admission_percentage_obtained:_.edt.sims_admission_percentage_obtained,sims_admission_current_school_fee_monthly:_.edt.sims_admission_current_school_fee_monthly,sims_admission_specialAct_status:_.edt.sims_admission_specialAct_status,sims_admission_specialAct_desc:_.edt.sims_admission_specialAct_desc,sims_admission_communication_status:_.edt.sims_admission_communication_status,sims_admission_communication_desc:_.edt.sims_admission_communication_desc,sims_admission_falled_grade_status:_.edt.sims_admission_falled_grade_status,sims_admission_falled_grade_desc:_.edt.sims_admission_falled_grade_desc,sims_admission_learning_therapy_status:_.edt.sims_admission_learning_therapy_status,sims_admission_learning_therapy_desc:_.edt.sims_admission_learning_therapy_desc,sims_admission_special_education_status:_.edt.sims_admission_special_education_status,sims_admission_special_education_desc:_.edt.sims_admission_special_education_desc,sims_admission_second_lang_code:_.edt.sims_admission_second_lang_code,sims_admission_third_lang_code:_.edt.sims_admission_third_lang_code,sims_admission_subject_code:_.edt.sims_admission_second_lang_code+","+_.edt.sims_admission_third_lang_code,opr:"Z1"},t.push(e),n.post(d.apiUrl+"api/common/Admission_dpsd/CUDUpdateAdmissionnew",t).then(function(e){_.display=!0,_.msg1=e.data,console.log(_.msg1),1==_.msg1.status&&swal({title:"Alert",text:_.msg1.strMessage,showCloseButton:!0,width:380}).then(function(e){e&&(_.modal_cancel(),_.back())})}))},_.Confirm=function(e){e&&(_.sectionlst1.current_strength>_.sectionlst1.section_strength?swal({title:"Alert",text:"Section Strength is Full.If You still want to Continue?",showCloseButton:!0,width:380}).then(function(e){e?_.adm_update():($("#cmb_section").css("background-color","#E5E9EC"),$('.nav-tabs a[href="#admtab1"]').tab("show"))}):_.adm_update())},_.adm_update=function(){null==_.edt.home_country_isdcode&&(_.edt.home_country_isdcode=""),null==_.edt.home_phone&&(_.edt.home_phone="");var e={admission_number:l,appl_num:_.edt.appl_num,pros_num:_.edt.pros_num,pros_appl_num:_.edt.pros_appl_num,admission_date:_.edt.admission_date,school_code:_.edt.school_code,curr_code:_.edt.curr_code,academic_year:_.edt.academic_year,grade_code:_.edt.grade_code,section_code:_.edt.section_code,term_code:_.edt.term_code,tent_join_date:_.edt.tent_join_date,sims_student_emergency_contact_number1:_.edt.sims_student_emergency_contact_number1,sims_student_emergency_contact_name1:_.edt.sims_student_emergency_contact_name1,first_name:_.edt.first_name,middle_name:_.edt.middle_name,last_name:_.edt.last_name,family_name:_.edt.family_name,first_name_ot:_.edt.first_name_ot,midd_name_ot:_.edt.midd_name_ot,last_name_ot:_.edt.last_name_ot,family_name_ot:_.edt.family_name_ot,nicke_name:_.edt.nicke_name,birth_date:_.edt.birth_date,comm_date:_.edt.comm_date,birth_country_code:_.edt.birth_country_code,nationality_code:_.edt.nationality_code,ethinicity_code:_.edt.ethinicity_code,gender_code:_.edt.gender_code,religion_code:_.edt.religion_code,passport_num:_.edt.passport_num,passport_issue_date:_.edt.passport_issue_date,passport_expiry:_.edt.passport_expiry,passport_issue_auth:_.edt.passport_issue_auth,passport_issue_place:_.edt.passport_issue_place,visa_number:_.edt.visa_number,visa_type:_.edt.visa_type,visa_issuing_authority:_.edt.visa_issuing_authority,visa_issue_date:_.edt.visa_issue_date,visa_expiry_date:_.edt.visa_expiry_date,visa_issuing_place:_.edt.visa_issuing_place,national_id:_.edt.national_id,national_id_issue_date:_.edt.national_id_issue_date,national_id_expiry_date:_.edt.national_id_expiry_date,sibling_status:_.edt.sibling_status,parent_id:_.edt.parent_id,sibling_enroll:_.edt.sibling_enroll,sibling_name:_.edt.sibling_name,sibling_dob:_.edt.sibling_dob,sibling_school_code:_.edt.sibling_school_code,employee_type:_.edt.employee_type,employee_code:_.edt.employee_code,employee_school_code:_.edt.employee_school_code,motherTounge_language_code:_.edt.motherTounge_language_code,main_language_code:_.edt.main_language_code,main_language_r_code:_.edt.main_language_r_code,main_language_w_code:_.edt.main_language_w_code,main_language_s_code:_.edt.main_language_s_code,primary_contact_code:_.edt.primary_contact_code,primary_contact_pref_code:_.edt.primary_contact_pref_code,fee_payment_contact_pref_code:_.edt.fee_payment_contact_pref_code,transport_status:_.edt.transport_status,transport_desc:_.edt.transport_desc,father_salutation_code:_.edt.father_salutation_code,father_first_name:_.edt.father_first_name,father_middle_name:_.edt.father_middle_name,father_last_name:_.edt.father_last_name,father_family_name:_.edt.father_family_name,father_family_name_ot:_.edt.father_family_name_ot,father_nationality1_code:_.edt.father_nationality1_code,father_nationality2_code:_.edt.father_nationality2_code,father_appartment_number:_.edt.father_appartment_number,father_building_number:_.edt.father_building_number,father_street_number:_.edt.father_street_number,father_area_number:_.edt.father_area_number,father_city:_.edt.father_city,father_state:_.edt.father_state,father_country_code:_.edt.father_country_code,father_summary_address:_.edt.father_summary_address,father_po_box:_.edt.father_po_box,father_phone:_.edt.father_phone,father_email:_.edt.father_email,father_mobile:_.edt.father_mobile,father_fax:_.edt.father_fax,father_occupation:_.edt.father_occupation,father_company:_.edt.father_company,father_company_address:_.edt.father_company_address,father_company_phone:_.edt.father_company_phone,mother_company_address:_.edt.mother_company_address,mother_company_phone:_.edt.mother_company_phone,father_passport_number:_.edt.father_passport_number,sims_admission_father_national_id:_.edt.sims_admission_father_national_id,guardian_salutation_code:_.edt.guardian_salutation_code,guardian_first_name:_.edt.guardian_first_name,guardian_middle_name:_.edt.guardian_middle_name,guardian_last_name:_.edt.guardian_last_name,guardian_family_name:_.edt.guardian_family_name,guardian_nationality1_code:_.edt.guardian_nationality1_code,guardian_nationality2_code:_.edt.guardian_nationality2_code,guardian_appartment_number:_.edt.guardian_appartment_number,guardian_building_number:_.edt.guardian_building_number,guardian_street_number:_.edt.guardian_street_number,guardian_area_number:_.edt.guardian_area_number,guardian_city:_.edt.guardian_city,guardian_state:_.edt.guardian_state,guardian_country_code:_.edt.guardian_country_code,guardian_summary_address:_.edt.guardian_summary_address,guardian_po_box:_.edt.guardian_po_box,guardian_phone:_.edt.guardian_phone,guardian_mobile:_.edt.guardian_mobile,guardian_fax:_.edt.guardian_fax,guardian_email:_.edt.guardian_email,guardian_occupation:_.edt.guardian_occupation,guardian_company:_.edt.guardian_company,guardian_passport_number:_.edt.guardian_passport_number,guardian_relationship_code:_.edt.guardian_relationship_code,mother_salutation_code:_.edt.mother_salutation_code,mother_first_name:_.edt.mother_first_name,mother_middle_name:_.edt.mother_middle_name,mother_last_name:_.edt.mother_last_name,mother_family_name:_.edt.mother_family_name,mother_name_ot:_.edt.mother_name_ot,mother_nationality1_code:_.edt.mother_nationality1_code,mother_nationality2_code:_.edt.mother_nationality2_code,mother_appartment_number:_.edt.mother_appartment_number,mother_building_number:_.edt.mother_building_number,mother_street_number:_.edt.mother_street_number,mother_area_number:_.edt.mother_area_number,mother_city:_.edt.mother_city,mother_state:_.edt.mother_state,mother_country_code:_.edt.mother_country_code,mother_summary_address:_.edt.mother_summary_address,mother_po_box:_.edt.mother_po_box,mother_phone:_.edt.mother_phone,mother_mobile:_.edt.mother_mobile,mother_fax:_.edt.mother_fax,mother_email:_.edt.mother_email,mother_occupation:_.edt.mother_occupation,mother_passport_number:_.edt.mother_passport_number,current_school_status:_.edt.current_school_status,current_school_name:_.edt.current_school_name,current_school_enroll_number:_.edt.current_school_enroll_number,current_school_grade:_.edt.current_school_grade,current_school_cur:_.edt.current_school_cur,current_school_from_date:_.edt.current_school_from_date,current_school_to_date:_.edt.current_school_to_date,current_school_language:_.edt.current_school_language,current_school_head_teacher:_.edt.current_school_head_teacher,current_school_phone:_.edt.current_school_phone,current_school_fax:_.edt.current_school_fax,current_school_city:_.edt.current_school_city,current_school_country_code:_.edt.current_school_country_code,current_school_address:_.edt.current_school_address,marketing_code:_.edt.marketing_code,marketing_description:_.edt.marketing_description,parent_status_code:_.edt.parent_status_code,legal_custody_code:_.edt.legal_custody_code,health_card_number:_.edt.health_card_number,health_card_issue_date:_.edt.health_card_issue_date,health_card_issuing_authority:_.edt.health_card_issuing_authority,blood_group_code:_.edt.blood_group_code,medication_status:_.edt.medication_status,medication_desc:_.edt.medication_desc,disability_status:_.edt.disability_status,disability_desc:_.edt.disability_desc,behaviour_status:_.edt.behaviour_status,behaviour_desc:_.edt.behaviour_desc,health_restriction_status:_.edt.health_restriction_status,health_restriction_desc:_.edt.health_restriction_desc,health_hearing_status:_.edt.health_hearing_status,health_hearing_desc:_.edt.health_hearing_desc,health_vision_status:_.edt.health_vision_status,health_vision_desc:_.edt.health_vision_desc,health_other_status:_.edt.health_other_status,health_other_desc:_.edt.health_other_desc,gifted_status:_.edt.gifted_status,gifted_desc:_.edt.gifted_desc,music_status:_.edt.music_status,music_desc:_.edt.music_desc,sports_status:_.edt.sports_status,sports_desc:_.edt.sports_desc,language_support_status:_.edt.language_support_status,language_support_desc:_.edt.language_support_desc,declaration_status:_.edt.declaration_status,fees_paid_status:_.edt.fees_paid_status,fee_category_code:_.edt.fee_category_code,ip:_.edt.ip,dns:_.edt.dns,user_code:_.edt.user_code,status:_.edt.status,sims_student_attribute1:_.edt.sims_student_attribute1,sims_student_attribute2:_.edt.sims_student_attribute2,sims_student_attribute3:_.edt.sims_student_attribute3,sims_student_attribute4:_.edt.sims_student_attribute4,sims_student_health_respiratory_status:_.edt.sims_student_health_respiratory_status,sims_student_health_respiratory_desc:_.edt.sims_student_health_respiratory_desc,sims_student_health_hay_fever_status:_.edt.sims_student_health_hay_fever_status,sims_student_health_hay_fever_desc:_.edt.sims_student_health_hay_fever_desc,sims_student_health_epilepsy_status:_.edt.sims_student_health_epilepsy_status,sims_student_health_epilepsy_desc:_.edt.sims_student_health_epilepsy_desc,sims_student_health_skin_status:_.edt.sims_student_health_skin_status,sims_student_health_skin_desc:_.edt.sims_student_health_skin_desc,sims_student_health_diabetes_status:_.edt.sims_student_health_diabetes_status,sims_student_health_diabetes_desc:_.edt.sims_student_health_diabetes_desc,sims_student_health_surgery_status:_.edt.sims_student_health_surgery_status,sims_student_health_surgery_desc:_.edt.sims_student_health_surgery_desc,sims_admission_recommendation:_.edt.sims_admission_recommendation,sims_admission_mother_national_id:_.edt.sims_admission_mother_national_id,sims_admission_guardian_national_id:_.edt.sims_admission_guardian_national_id,sims_fee_month_code:_.edt.sims_fee_month_code,sims_student_attribute5:_.edt.sims_student_attribute5,sims_student_attribute6:_.edt.sims_student_attribute6,sims_student_attribute7:_.edt.sims_student_attribute7,sims_student_attribute8:_.edt.sims_student_attribute8,sims_student_attribute9:_.edt.sims_student_attribute9,sims_student_attribute10:_.edt.sims_student_attribute10,sims_student_attribute11:_.edt.sims_student_attribute11,sims_student_attribute12:_.edt.sims_student_attribute12,sims_admission_second_lang_code:_.edt.sims_admission_second_lang_code,sims_admission_third_lang_code:_.edt.sims_admission_third_lang_code,sims_admission_subject_code:_.edt.sims_admission_second_lang_code+","+_.edt.sims_admission_third_lang_code};c.push(e),n.post(d.apiUrl+"api/common/Admission_dpsd/ApproveStudentnew",c).then(function(e){_.display=!0,_.msg1=e.data,console.log(_.msg1)}),_.grid1=!0,$("#myModal1").modal({backdrop:"static",keyboard:!0})},_.modal_cancel=function(){$("#myModal1").modal("hide"),console.log(t.Class),o(function(){"tiadxb"==n.defaults.headers.common.schoolId||"tiashj"==n.defaults.headers.common.schoolId||"tosdxb"==n.defaults.headers.common.schoolId||"aisdxb"==n.defaults.headers.common.schoolId?e.go("main.dashL",{Class:t.Class}):e.go("main.dashSS",{Class:t.Class})},300)},_.get_studentfee=function(){e.go("main.Sim043")},_.back=function(){_.dd=!0,window.localStorage.Admflag=_.dd,_.modal_cancel()},_.schoolcheck=function(){1==_.edt.current_school_status?_.school_edit=!1:_.school_edit=!0},_.chk_desc=function(){1==_.edt.marketing_code?_.desc_edit=!1:_.desc_edit=!0},_.chk_cicumstances=function(){1==_.edt.parent_status_code?_.circum_edit=!1:_.circum_edit=!0},_.chk_disab_status=function(){1==_.edt.disability_status?_.disab_edit=!1:_.disab_edit=!0},_.chk_health_res=function(){1==_.edt.health_restriction_status?_.healthres_edit=!1:_.healthres_edit=!0},_.chk_medic_status=function(){1==_.edt.medication_status?_.med_edit=!1:_.med_edit=!0},_.chk_other=function(){1==_.edt.health_other_status?_.other_edit=!1:_.other_edit=!0},_.chk_hearing=function(){1==_.edt.health_hearing_status?_.hearing_edit=!1:_.hearing_edit=!0},_.chk_vision=function(){1==_.edt.health_vision_status?_.health_vision_edit=!1:_.health_vision_edit=!0},_.chk_behaviour=function(){1==_.edt.behaviour_status?_.behaviour_edit=!1:_.behaviour_edit=!0},_.chk_gifted_status=function(){1==_.edt.gifted_status?_.gifted_edit=!1:_.gifted_edit=!0},_.chk_music_pro=function(){1==_.edt.music_status?_.music_edit=!1:_.music_edit=!0},_.chk_sport_pro=function(){1==_.edt.sports_status?_.sport_edit=!1:_.sport_edit=!0},_.chk_lang_sup=function(){1==_.edt.language_support_status?_.lang_sup_edit=!1:_.lang_sup_edit=!0},_.chk_Pri_contact=function(){1==_.edt.primary_contact_code?_.pricont_edit=!1:_.pricont_edit=!0},_.chk_transport_requin=function(){1==_.edt.transport_status?_.transreq_edit=!1:_.transreq_edit=!0},_.chk_Sibling_attend=function(){1==_.edt.sibling_status?_.disableparent=!1:_.disableparent=!0},_.chk_employee=function(){1==_.edt.sims_empchk?(_.disableemployee=!1,_.edt.sims_empchk):_.disableemployee=!0},_.chk_learn_ther=function(){1==_.edt.sims_admission_learning_therapy_status?_.learnther_edit=!1:_.learnther_edit=!0},_.chk_spec_edu=function(){1==_.edt.sims_admission_special_education_status?_.spec_edu_edit=!1:_.spec_edu_edit=!0},_.chk_falled_grade=function(){1==_.edt.sims_admission_falled_grade_status?_.falledgrade_edit=!1:_.falledgrade_edit=!0},_.chk_commun=function(){1==_.edt.sims_admission_communication_status?_.commun_edit=!1:_.commun_edit=!0},_.chk_spec_activies=function(){1==_.edt.sims_admission_specialAct_status?_.specActiv_edit=!1:_.specActiv_edit=!0},_.chk_studyingin=function(){1==_.edt.sibling_status?(_.Study_edit=!1,document.getElementById("t3"),document.getElementById("t4"),document.getElementById("t5"),_.t=!1):(_.Study_edit=!0,document.getElementById("t3"),document.getElementById("t4"),document.getElementById("t5"),_.t=!0)},_.chk_ticking=function(){1==_.edt.declaration_status?(_.tick_edit=!1,_.confirm_edit=!1):(_.tick_edit=!0,_.confirm_edit=!0)},_.chk_copy_mother_add=function(){1==_.edt.copy_add?(_.edt.mother_appartment_number=_.edt.father_appartment_number,_.edt.mother_area_number=_.edt.father_area_number,_.edt.mother_building_number=_.edt.father_building_number,_.edt.mother_street_number=_.edt.father_street_number,_.edt.mother_city=_.edt.father_city,_.edt.mother_state=_.edt.father_state,_.edt.mother_country_code=_.edt.father_country_code,_.edt.mother_po_box=_.edt.father_po_box,_.edt.mother_nationality1_code=_.edt.father_nationality1_code,_.edt.mother_nationality2_code=_.edt.father_nationality2_code,_.edt.mother_summary_address=_.edt.father_summary_address,_.edt.mother_phone=_.edt.father_phone,_.edt.mother_po_box=_.edt.father_po_box,_.edt.mother_mobile=_.edt.father_mobile,_.edt.mother_occupation=_.edt.father_occupation,_.edt.mother_email=_.edt.father_email,_.edt.mother_company=_.edt.father_company):(_.edt.mother_appartment_number="",_.edt.mother_area_number="",_.edt.mother_building_number="",_.edt.mother_street_number="",_.edt.mother_city="",_.edt.mother_state="",_.edt.mother_country_code="",_.edt.mother_po_box="",_.edt.mother_nationality1_code="",_.edt.mother_nationality2_code="",_.edt.mother_summary_address="",_.edt.mother_phone="",_.edt.mother_po_box="",_.edt.mother_mobile="",_.edt.mother_occupation="",_.edt.mother_email="",_.edt.mother_company="")},_.chk_copy_guar_add1=function(){1==_.edt.copy_add1?(_.edt.guardian_appartment_number=_.edt.father_appartment_number,_.edt.guardian_area_number=_.edt.father_area_number,_.edt.guardian_building_number=_.edt.father_building_number,_.edt.guardian_street_number=_.edt.father_street_number,_.edt.guardian_city=_.edt.father_city,_.edt.guardian_state=_.edt.father_state,_.edt.guardian_country_code=_.edt.father_country_code,_.edt.guardian_po_box=_.edt.father_po_box,_.edt.guardian_nationality1_code=_.edt.father_nationality1_code,_.edt.guardian_nationality2_code=_.edt.father_nationality2_code,_.edt.guardian_summary_address=_.edt.father_summary_address,_.edt.guardian_phone=_.edt.father_phone,_.edt.guardian_po_box=_.edt.father_po_box,_.edt.guardian_mobile=_.edt.father_mobile,_.edt.guardian_occupation=_.edt.father_occupation,_.edt.guardian_email=_.edt.father_email,_.edt.guardian_company=_.edt.father_company):(_.edt.guardian_appartment_number="",_.edt.guardian_area_number="",_.edt.guardian_building_number="",_.edt.guardian_street_number="",_.edt.guardian_city="",_.edt.guardian_state="",_.edt.guardian_country_code="",_.edt.guardian_po_box="",_.edt.guardian_nationality1_code="",_.edt.guardian_nationality2_code="",_.edt.guardian_summary_address="",_.edt.guardian_phone="",_.edt.guardian_po_box="",_.edt.guardian_mobile="",_.edt.guardian_occupation="",_.edt.guardian_email="",_.edt.guardian_company="")},_.GetFatherSumAddr=function(){var e=document.getElementById("cmb_father_country").options[document.getElementById("cmb_father_country").selectedIndex].text,t=($("#txt_father_aprt").val().length,$("#txt_father_build").val().length,$("#txt_father_Street").val().length,$("#txt_father_area").val().length),a=$("#txt_father_city").val().length,o=$("#txt_father_state").val().length,s=$("#cmb_father_country").val().length,n=$("#txt_father_pobox").val().length;document.getElementById("txt_father_summary_add").value=0<$("#txt_father_aprt").val().length?document.getElementById("txt_father_aprt").value+",":"",document.getElementById("txt_father_summary_add").value+=0<$("#txt_father_build").val().length?document.getElementById("txt_father_build").value+",":"",document.getElementById("txt_father_summary_add").value+=0<$("#txt_father_Street").val().length?document.getElementById("txt_father_Street").value+",":"",document.getElementById("txt_father_summary_add").value+=0<t?document.getElementById("txt_father_area").value+",":"",document.getElementById("txt_father_summary_add").value+=0<a?document.getElementById("txt_father_city").value+",":"",document.getElementById("txt_father_summary_add").value+=0<o?document.getElementById("txt_father_state").value+",":"",document.getElementById("txt_father_summary_add").value+=0<s?e+",":"",document.getElementById("txt_father_summary_add").value+=0<n?document.getElementById("txt_father_pobox").value:""},_.GetMotherSumAddr=function(){var e=$("#txt_mother_aprt").val().length,t=$("#txt_mother_build").val().length,a=$("#txt_mother_street").val().length,o=$("#txt_mother_area").val().length,s=$("#txt_mother_city").val().length,n=$("#txt_mother_state").val().length,i=$("#cmb_mother_country").val().length,d=$("#txt_mother_pobox").val().length,_=document.getElementById("cmb_mother_country").options[document.getElementById("cmb_mother_country").selectedIndex].text;document.getElementById("txt_mother_addr").value=0<e?document.getElementById("txt_mother_aprt").value+",":"",document.getElementById("txt_mother_addr").value+=0<t?document.getElementById("txt_mother_build").value+",":"",document.getElementById("txt_mother_addr").value+=0<a?document.getElementById("txt_mother_street").value+",":"",document.getElementById("txt_mother_addr").value+=0<o?document.getElementById("txt_mother_area").value+",":"",document.getElementById("txt_mother_addr").value+=0<s?document.getElementById("txt_mother_city").value+",":"",document.getElementById("txt_mother_addr").value+=0<n?document.getElementById("txt_mother_state").value+",":"",document.getElementById("txt_mother_addr").value+=0<i?_+",":"",document.getElementById("txt_mother_addr").value+=0<d?document.getElementById("txt_mother_pobox").value:""},_.GetGuardianSumAddr=function(){var e=$("#txt_guar_aprt").val().length,t=$("#txt_guar_build").val().length,a=$("#txt_guar_street").val().length,o=$("#txt_guar_area").val().length,s=$("#txt_guar_city").val().length,n=$("#txt_guar_state").val().length,i=$("#cmb_gar_country").val().length,d=$("#txt_guar_pobox").val().length,_=document.getElementById("cmb_gar_country").options[document.getElementById("cmb_gar_country").selectedIndex].text;document.getElementById("txt_guar_addr").value=0<e?document.getElementById("txt_guar_aprt").value+",":"",document.getElementById("txt_guar_addr").value+=0<t?document.getElementById("txt_guar_build").value+",":"",document.getElementById("txt_guar_addr").value+=0<a?document.getElementById("txt_guar_street").value+",":"",document.getElementById("txt_guar_addr").value+=0<o?document.getElementById("txt_guar_area").value+",":"",document.getElementById("txt_guar_addr").value+=0<s?document.getElementById("txt_guar_city").value+",":"",document.getElementById("txt_guar_addr").value+=0<n?document.getElementById("txt_guar_state").value+",":"",document.getElementById("txt_guar_addr").value+=0<i?_+",":"",document.getElementById("txt_guar_addr").value+=0<d?document.getElementById("txt_guar_pobox").value:""},_.chk_more_sibling=function(){1==document.getElementById("chk_more_sibling").checked?document.getElementById("txt_more_sibling").disabled=!1:document.getElementById("txt_more_sibling").disabled=!0},_.getFatherDetails=function(){var e=_.edt,t=document.getElementById("txt_mother_aprt");t.value=document.getElementById("txt_father_aprt").value,e.mother_appartment_number=t.value,(t=document.getElementById("txt_mother_build")).value=document.getElementById("txt_father_build").value,e.mother_building_number=t.value,(t=document.getElementById("txt_mother_street")).value=document.getElementById("txt_father_Street").value,e.mother_street_number=t.value,(t=document.getElementById("txt_mother_area")).value=document.getElementById("txt_father_area").value,e.mother_area_number=t.value,(t=document.getElementById("txt_mother_city")).value=document.getElementById("txt_father_city").value,e.mother_city=t.value,(t=document.getElementById("txt_mother_state")).value=document.getElementById("txt_father_state").value,e.mother_state=t.value,(t=document.getElementById("cmb_mother_country")).value=document.getElementById("cmb_father_country").value,e.mother_country_code=t.value,(t=document.getElementById("txt_mother_pobox")).value=document.getElementById("txt_father_pobox").value,e.mother_po_box=t.value},_.GetFatherSumAddr=function(){var e=_.edt,t=($("#txt_father_aprt").val().length,$("#txt_father_build").val().length,$("#txt_father_Street").val().length,$("#txt_father_area").val().length),a=$("#txt_father_uni").val().length,o=$("#txt_father_city").val().length,s=$("#txt_father_state").val().length,n=$("#cmb_father_country").val().length,i=$("#txt_father_pobox").val().length,d=document.getElementById("cmb_father_country").options[document.getElementById("cmb_father_country").selectedIndex].text,a=(document.getElementById("txt_father_summary_add").value=0<$("#txt_father_aprt").val().length?document.getElementById("txt_father_aprt").value+",":"",document.getElementById("txt_father_summary_add").value+=0<$("#txt_father_build").val().length?document.getElementById("txt_father_build").value+",":"",document.getElementById("txt_father_summary_add").value+=0<$("#txt_father_Street").val().length?document.getElementById("txt_father_Street").value+",":"",document.getElementById("txt_father_summary_add").value+=0<a?document.getElementById("txt_father_uni").value+",":"",document.getElementById("txt_father_summary_add").value+=0<t?document.getElementById("txt_father_area").value+",":"",document.getElementById("txt_father_summary_add").value+=0<o?document.getElementById("txt_father_city").value+",":"",document.getElementById("txt_father_summary_add").value+=0<s?document.getElementById("txt_father_state").value+",":"",document.getElementById("txt_father_summary_add").value+=0<n?d+",":"",document.getElementById("txt_father_summary_add").value+=0<i?document.getElementById("txt_father_pobox").value:"",document.getElementById("txt_father_summary_add"));e.father_summary_address=a.value,console.log(e.father_summary_address)},_.Cancel=function(){_.edt="",_.msg1="",data="",data1=""};var r=new FormData;_.getTheFiles=function(e){angular.forEach(e,function(e,t){r.append(t,e)})},_.file_changedF=function(e){var e=e.files[0],t=(_.photo_filename=e.type,new FileReader);t.onload=function(e){_.$apply(function(){_.prev_img=e.target.result})},t.readAsDataURL(e)},_.uploadImgClickF=function(){_.uploadImgClickFShow=!0},_.uploadImgFCancel=function(){_.uploadImgClickFShow=!1},_.uploadImgF=function(){var e={method:"POST",url:d.apiUrl+"/api/fileNew/upload?filename="+l+"_f&location=Images/ParentImage",data:r,headers:{"Content-Type":void 0}};n(e).success(function(e){e={admission_number:pros_num,sims_father_img:e,opr:"F2"};n.post(d.apiUrl+"api/common/Admission_dpsd/CUDUpdateAdm_Studentimage",e).then(function(e){_.ins=e.data}),_.uploadImgClickFShow=!1})},_.file_changedM=function(e){var e=e.files[0],t=(_.photo_filename=e.type,new FileReader);t.onload=function(e){_.$apply(function(){_.prev_imgM=e.target.result})},t.readAsDataURL(e)},_.uploadImgClickM=function(){_.uploadImgClickMShow=!0},_.uploadImgMCancel=function(){_.uploadImgClickMShow=!1},_.uploadImgM=function(){var e={method:"POST",url:d.apiUrl+"/api/fileNew/upload?filename="+l+"_m&location=Images/ParentImage",data:r,headers:{"Content-Type":void 0}};n(e).success(function(e){_.loadingscr=!1;e={admission_number:pros_num,sims_mother_img:e,opr:"F3"};n.post(d.apiUrl+"api/common/Admission_dpsd/CUDUpdateAdm_Studentimage",e).then(function(e){_.ins=e.data}),_.loadingscr=!0,_.uploadImgClickMShow=!1})},_.file_changedS=function(e){var e=e.files[0],t=(_.photo_filename=e.type,new FileReader);t.onload=function(e){_.$apply(function(){_.prev_imgS=e.target.result})},t.readAsDataURL(e)},_.uploadImgClickS=function(){_.uploadImgClickSShow=!0},_.uploadImgSCancel=function(){_.uploadImgClickSShow=!1},_.uploadImgS=function(){_.loadingscr=!0;var e={method:"POST",url:d.apiUrl+"/api/fileNew/upload?filename="+l+"_s&location=Images/StudentImage",data:r,headers:{"Content-Type":void 0}};n(e).success(function(e){e={admission_number:pros_num,sims_student_img:e,opr:"F1"};n.post(d.apiUrl+"api/common/Admission_dpsd/CUDUpdateAdm_Studentimage",e).then(function(e){_.ins=e.data}),_.loadingscr=!0,_.uploadImgClickSShow=!1})},$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0,format:"yyyy-mm-dd"}),$(document).on("touch click",'*[data-datepicker="true"] .add-on',function(e){$('input[type="text"]',$(this).parent()).focus()})}]),e.directive("filedirective",["$parse",function(s){return{restrict:"EA",link:function(t,a,e){var o=s(e.ngFiles);a.on("change",function(e){o(t,{$files:e.target.files})}),a.on("submit",function(){console.log(a[0]);var e=a[0].querySelector(".ng-invalid");e&&(e.focus(),console.log(e))})}}}])}(),function(){"use strict";var e=angular.module("sims.module.Student");e.controller("Admission_OLContSIADS",["$scope","$state","$stateParams","$rootScope","$timeout","gettextCatalog","$http","$filter","ENV",function(_,e,t,a,o,s,n,i,d){_.display=!0,_.pagesize="5",_.pageindex="1",_.school_edit=!0,_.Study_edit=!0,_.desc_edit=!0,_.confirm_edit=!0,_.disableemployee=!0,_.disableparent=!0,_.emp_edit=!0,_.hearing_edit=!0,_.music_edit=!0,_.sport_edit=!0,_.other_edit=!0,_.circum_edit=!0,_.disab_edit=!0,_.healthres_edit=!0,_.health_vision_edit=!0,_.allAYs=[],_.pricont_edit=!0,_.transreq_edit=!0,_.lang_sup_edit=!0,_.behaviour_edit=!0,_.gifted_edit=!0,_.med_edit=!0,_.learnther_edit=!0,_.spec_edu_edit=!0,_.lang_sup_edit=!0,_.falledgrade_edit=!0,_.behaviour_edit=!0,_.commun_edit=!0,_.specActiv_edit=!0,_.disableparent=!0,_.national=!1,_.nationalmother=!1,_.nationalidrow=!1,_.emiratirow=!0,_.nationalidrow1=!1,_.nationalexpdate=!1,_.grid=!0,_.save1=!0,_.update1=!1,_.t=!0,_.btn_back=!1,_.ddMMyyyy=i("date")(new Date,"dd-MM-yyyy"),_.edt=[];var c=[],l=(_.BUSY=!1,_.fathersalutation=[],_.mothersalutation=[],_.section="New",o(function(){$("#fixedtable4").tableHeadFixer({top:1})},100),_.edt={admission_date:_.ddMMyyyy,tent_join_date:_.ddMMyyyy,comm_date:_.ddMMyyyy,declaration_status:!0},t.admission_num);console.log(l),_.demo_valuesnew=function(){n.get(d.apiUrl+"api/studentdatabase/getdemo").then(function(e){_.demo_values=e.data,console.log("$scope.demo_values",demo_values)})},"corvuss"==n.defaults.headers.common.schoolId?(_.emiratii=!1,_.arabb=!1,_.national=!0,_.emiratiid=!1,_.nationalmother=!0,_.Emiratesmother=!1,_.nationalidrow=!0,_.emiratirow=!1,_.nationalidrow1=!0,_.Emirateserow1=!1,_.nationalexpdate=!0,_.emiratiexpdate=!1):(_.emiratii=!0,_.arabb=!0,_.national=!1,_.emiratiid=!0,_.nationalmother=!1,_.Emiratesmother=!0,_.nationalidrow=!1,_.emiratirow=!0,_.nationalidrow1=!1,_.Emirateserow1=!0,_.nationalexpdate=!1,_.emiratiexpdate=!0),n.get(d.apiUrl+"api/common/ProspectDashboard/GetAboutUsData").then(function(e){_.about_lst=e.data}),n.get(d.apiUrl+"api/CityMaster/getCity").then(function(e){_.ctt=e.data,console.log("$scope.ctt",_.ctt)}),n.get(d.apiUrl+"api/common/ProspectDashboard/GetPreviousSchool").then(function(e){_.school_lst=e.data}),_.getNatArab=function(e){_.edt.sims_student_attribute3="784"==e?"Y":"N",_.edt.sims_student_attribute5="12"==e||"48"==e||"174"==e||"262"==e||"818"==e||"368"==e||"400"==e||"414"==e||"422"==e||"434"==e||"478"==e||"504"==e||"512"==e||"972"==e||"634"==e||"682"==e||"706"==e||"728"==e||"736"==e||"760"==e||"788"==e||"887"==e||"784"==e?"Y":"N"},$(document).ready(function(){$("#t1").addClass("disableTab"),$("#t2").addClass("disableTab"),$("#t3").addClass("disableTab"),$("#t4").addClass("disableTab"),$("#t5").addClass("disableTab"),$("#t6").addClass("disableTab"),$("#t7").addClass("disableTab"),$("#t8").addClass("disableTab")}),_.getstatefather=function(e){n.get(d.apiUrl+"api/common/getStateName?countrycode="+e).then(function(e){_.stt=e.data})},_.getcityfather=function(e){n.get(d.apiUrl+"api/CityMaster/getCitystate?em_State_Code="+e).then(function(e){_.ctt=e.data})},"[object Object]"!=l?n.get(d.apiUrl+"api/common/Admission_dpsd/getAdmissionList").then(function(e){_.obj=e.data,console.log(_.obj),_.scholnm=[],_.feecat=[],_.legalcus=[],_.cur_data=[],_.feemonth=[],_.acad_yr=[],_.getstatefather(),_.getcityfather();for(var t=0;t<e.data.length;t++)""!=e.data[t].school_name&&(_.scholnm.push({school_name:e.data[t].school_name,school_code:e.data[t].school_code}),_.edt.school_code=_.scholnm[0].school_code),""!=e.data[t].curr_name&&_.cur_data.push({curr_name:e.data[t].curr_name,curr_code:e.data[t].curr_code}),""!=e.data[t].fee_category_desc&&(_.feecat.push({fee_category_code:e.data[t].fee_category_code,fee_category_desc:e.data[t].fee_category_desc}),_.edt.fee_category_code=_.feecat[0].fee_category_code),""!=e.data[t].legal_custody_name&&(_.legalcus.push({legal_custody_code:e.data[t].legal_custody_code,legal_custody_name:e.data[t].legal_custody_name}),_.edt.primary_contact_pref_code=_.legalcus[0].legal_custody_code,_.edt.legal_custody_code=_.legalcus[0].legal_custody_code),""!=e.data[t].sims_fee_month_name&&_.feemonth.push({sims_fee_month_code:e.data[t].sims_fee_month_code,sims_fee_month_name:e.data[t].sims_fee_month_name}),e.data[t].sims_national_id_code==a.locale.lang&&(_.lbl_id.national_id=e.data[t].sims_national_id_name),""!=_.obj[t].father_salutation_desc&&(_.fathersalutation.push({father_salutation_desc:_.obj[t].father_salutation_desc,father_salutation_code:_.obj[t].father_salutation_code}),"Mr."==_.obj[t].father_country)&&(_.edt.father_salutation_code=_.obj[t].father_salutation_code),""!=_.obj[t].mother_salutation_desc&&(_.mothersalutation.push({mother_salutation_desc:_.obj[t].mother_salutation_desc,mother_salutation_code:_.obj[t].mother_salutation_code}),"Mrs."==_.obj[t].father_country)&&(_.edt.mother_salutation_code=_.obj[t].mother_salutation_code);n.get(d.apiUrl+"api/common/AdmissionDashboard_dpsdNew/GetTabStudentData?admission_number="+l).then(function(e){_.edt=e.data,console.log("$scope.edt",_.edt),_.edt.sims_student_attribute12="Regular",console.log("$scope.edt.status",_.edt.status),1==_.edt.transport_status?_.edt.transport_status="Y":_.edt.transport_status="N","W"==_.edt.status||"S"==_.edt.status?_.update1=!0:_.update1=!1,""!=_.edt.father_country_code&&n.get(d.apiUrl+"api/common/getStateName?countrycode="+_.edt.father_country_code).then(function(e){_.stt=e.data}),n.get(d.apiUrl+"api/common/AdmissionDashboard_dpsdNew/GetSurvery?admission_number="+l).then(function(e){0<e.data.length&&(_.sury=e.data[0])}),_.demo_valuesnew(),_.disableparent=!0,_.edt.sibling_status=!1,_.disableemployee=!0,_.edt.sims_empchk=!1,""!=_.edt.father_country_code&&_.getcode1(),""!=_.edt.mother_country_code&&_.getmothercode(),null!=_.edt.admission_date&&null==_.edt.tent_join_date&&(_.edt.tent_join_date=_.ddMMyyyy),null==_.edt.comm_date&&(_.edt.comm_date=_.ddMMyyyy),""==_.edt.term_code&&(_.edt.term_code="01"),""==_.edt.fee_category_code&&(_.edt.fee_category_code="01"),null==_.edt.sims_fee_month_code&&(_.edt.sims_fee_month_code="4"),_.save1=!1,_.btn_back=!0,"tiadxb"!=n.defaults.headers.common.schoolId&&"tiashj"!=n.defaults.headers.common.schoolId&&"tosdxb"!=n.defaults.headers.common.schoolId&&"aisdxb"!=n.defaults.headers.common.schoolId||(_.btn_back=!1),n.get(d.apiUrl+"api/studentdatabase/getdemo").then(function(e){_.demo_values=e.data,console.log("$scope.demo_values",demo_values)}),_.chk_disab_status(),_.chk_health_res(),_.chk_medic_status(),_.chk_other(),_.chk_hearing(),_.chk_vision(),_.chk_spec_activies(),_.chk_behaviour(),_.chk_lang_sup(),_.chk_learn_ther(),_.chk_spec_edu(),_.chk_falled_grade(),_.chk_commun(),_.chk_ticking(),_.getchkstrength(_.edt.section_code)})}):n.get(d.apiUrl+"api/common/Admission_dpsd/getAdmissionList").then(function(e){_.obj=e.data,console.log(_.obj),_.scholnm=[],_.feecat=[],_.legalcus=[],_.cur_data=[],_.feemonth=[],_.acad_yr=[];for(var t=0;t<e.data.length;t++)""!=e.data[t].school_name&&(_.scholnm.push({school_name:e.data[t].school_name,school_code:e.data[t].school_code}),_.edt.school_code=_.scholnm[0].school_code),""!=e.data[t].curr_name&&_.cur_data.push({curr_name:e.data[t].curr_name,curr_code:e.data[t].curr_code}),""!=e.data[t].fee_category_desc&&(_.feecat.push({fee_category_code:e.data[t].fee_category_code,fee_category_desc:e.data[t].fee_category_desc}),_.edt.fee_category_code=_.feecat[0].fee_category_code),""!=e.data[t].legal_custody_name&&(_.legalcus.push({legal_custody_code:e.data[t].legal_custody_code,legal_custody_name:e.data[t].legal_custody_name}),_.edt.primary_contact_pref_code=_.legalcus[0].legal_custody_code,_.edt.legal_custody_code=_.legalcus[0].legal_custody_code),""!=e.data[t].sims_fee_month_name&&_.feemonth.push({sims_fee_month_code:e.data[t].sims_fee_month_code,sims_fee_month_name:e.data[t].sims_fee_month_name}),e.data[t].sims_national_id_code==a.locale.lang&&(_.lbl_id.national_id=e.data[t].sims_national_id_name),""!=_.obj[t].father_salutation_desc&&(_.fathersalutation.push({father_salutation_desc:_.obj[t].father_salutation_desc,father_salutation_code:_.obj[t].father_salutation_code}),"Mr."==_.obj[t].father_country)&&(_.edt.father_salutation_code=_.obj[t].father_salutation_code),""!=_.obj[t].mother_salutation_desc&&(_.mothersalutation.push({mother_salutation_desc:_.obj[t].mother_salutation_desc,mother_salutation_code:_.obj[t].mother_salutation_code}),"Mrs."==_.obj[t].father_country)&&(_.edt.mother_salutation_code=_.obj[t].mother_salutation_code)}),_.lbl_id={national_id:""},_.removeNull=function(e){return e.profiles},_.getstream=function(e){"03"!=e&&"04"!=e&&"05"!=e&&"06"!=e&&"07"!=e&&"08"!=e&&"09"!=e&&"10"!=e&&"11"!=e&&"12"!=e||(_.div_second=!0,_.div_third=!1,n.get(d.apiUrl+"api/common/Admission_dpsd/Get_secondlangDetails?cur_code="+_.edt.curr_code+"&acad_yr="+_.edt.academic_year+"&grade_code="+_.edt.grade_code).then(function(e){_.secondlang_data=e.data})),"05"!=e&&"06"!=e&&"07"!=e&&"08"!=e&&"09"!=e&&"10"!=e&&"11"!=e&&"12"!=e||(_.div_second=!0,_.div_third=!0,n.get(d.apiUrl+"api/common/Admission_dpsd/Get_thirdlangDetails?cur_code="+_.edt.curr_code+"&acad_yr="+_.edt.academic_year+"&grade_code="+_.edt.grade_code).then(function(e){_.thirdlang_data=e.data})),"13"!=e&&"14"!=e||(_.div_subject=!0,n.get(d.apiUrl+"api/common/Admission_dpsd/GetStreamPrefferd").then(function(e){_.Stream_data=e.data}))},n.get(d.apiUrl+"api/common/Admission_dpsd/GetStreamPrefferd").then(function(e){_.Stream_data=e.data,console.log(_.Stream_data)}),_.getSubject=function(e){n.get(d.apiUrl+"api/common/Admission_dpsd/GetMandetorySubject?stream="+e).then(function(e){_.Mandetorysubject_data=e.data}),n.get(d.apiUrl+"api/common/Admission_dpsd/GetOptionalSubject?stream="+e).then(function(e){_.Optionalsubject_data=e.data})},_.GetInfo=function(e,t){console.log(e,t),null!=t&&n.post(d.apiUrl+"api/common/Admission_dpsd/CheckParentCode?parent_id="+e+"&enroll_no="+t).then(function(e){_.msg1=e.data,console.log(_.msg1),_.edt.parent_id=_.msg1.parent_id,_.edt.sibling_enroll=_.msg1.sims_student_enroll_number,_.edt.sibling_name=_.msg1.sibling_name})},_.demo_valuesnew(),_.getcode1=function(){n.get(d.apiUrl+"api/studentdatabase/getisdd?country_code="+_.parent_info.sims_admission_father_code).then(function(e){_.isdcode1=e.data,console.log("isdcode",_.isdcode1),null==_.edt.father_mobile&&null==_.edt.father_mobile||(null!=_.oldisdcode?(_.edt.father_mobile=_.edt.father_mobile,_.edt.father_mobile=_.edt.father_mobile.replace(_.oldisdcode,_.isdcode1[0].sims_country_isd_code),console.log("fathermobilenumber",_.edt.father_mobile)):_.edt.father_mobile=_.isdcode1[0].sims_country_isd_code+_.edt.father_mobile),null==_.edt.father_mobile&&(_.edt.father_mobile=_.isdcode1[0].sims_country_isd_code),_.olisdcode()})},_.olisdcode=function(){0<_.isdcode1.length&&(_.oldisdcode=_.isdcode1[0].sims_country_isd_code)},_.getmothercode=function(){n.get(d.apiUrl+"api/studentdatabase/getisdd?country_code="+_.parent_info.sims_admission_mother_code).then(function(e){_.motherisdcode=e.data,console.log("isdcode",_.motherisdcode),null==_.edt.mother_mobile&&null==_.edt.mother_mobile||(null!=_.olisdcodemother?(_.edt.mother_mobile=_.edt.mother_mobile,_.edt.mother_mobile=_.edt.mother_mobile.replace(_.olisdcodemother,_.motherisdcode[0].sims_country_isd_code),console.log("mothermobilenumber",_.edt.mother_mobile)):_.edt.mother_mobile=_.motherisdcode[0].sims_country_isd_code+_.edt.mother_mobile),null==_.edt.mother_mobile&&(_.edt.mother_mobile=_.motherisdcode[0].sims_country_isd_code),_.oldisdcodemother()})},_.oldisdcodemother=function(){0<_.motherisdcode.length&&(_.olisdcodemother=_.motherisdcode[0].sims_country_isd_code)},_.Save=function(e){_.save1=!0;var t,a=[];_.BUSY=!0,e&&(0==_.update1?(t={admission_number:_.edt.admission_number,appl_num:_.edt.appl_num,pros_num:_.edt.pros_num,pros_appl_num:_.edt.pros_appl_num,admission_date:_.edt.admission_date,school_code:_.edt.school_code,curr_code:_.edt.curr_code,academic_year:_.edt.academic_year,grade_code:_.edt.grade_code,section_code:_.edt.section_code,term_code:_.edt.term_code,tent_join_date:_.edt.tent_join_date,sims_student_emergency_contact_number1:_.edt.sims_student_emergency_contact_number1,sims_student_emergency_contact_name1:_.edt.sims_student_emergency_contact_name1,first_name:_.edt.first_name,middle_name:_.edt.middle_name,last_name:_.edt.last_name,family_name:_.edt.family_name,first_name_ot:_.edt.first_name_ot,midd_name_ot:_.edt.midd_name_ot,last_name_ot:_.edt.last_name_ot,family_name_ot:_.edt.family_name_ot,nicke_name:_.edt.nicke_name,birth_date:_.edt.birth_date,comm_date:_.edt.comm_date,birth_country_code:_.edt.birth_country_code,nationality_code:_.edt.nationality_code,ethinicity_code:_.edt.ethinicity_code,gender_code:_.edt.gender_code,religion_code:_.edt.religion_code,passport_num:_.edt.passport_num,passport_issue_date:_.edt.passport_issue_date,passport_expiry:_.edt.passport_expiry,passport_issue_auth:_.edt.passport_issue_auth,passport_issue_place:_.edt.passport_issue_place,visa_number:_.edt.visa_number,visa_type:_.edt.visa_type,visa_issuing_authority:_.edt.visa_issuing_authority,visa_issue_date:_.edt.visa_issue_date,visa_expiry_date:_.edt.visa_expiry_date,visa_issuing_place:_.edt.visa_issuing_place,national_id:_.edt.national_id,national_id_issue_date:_.edt.national_id_issue_date,national_id_expiry_date:_.edt.national_id_expiry_date,sibling_status:_.edt.sibling_status,parent_id:_.edt.parent_id,sibling_enroll:_.edt.sibling_enroll,sibling_name:_.edt.sibling_name,sibling_dob:_.edt.sibling_dob,sibling_school_code:_.edt.sibling_school_code,employee_type:_.edt.employee_type,employee_code:_.edt.employee_code,employee_school_code:_.edt.employee_school_code,motherTounge_language_code:_.edt.motherTounge_language_code,main_language_code:_.edt.main_language_code,main_language_r_code:_.edt.main_language_r_code,main_language_w_code:_.edt.main_language_w_code,main_language_s_code:_.edt.main_language_s_code,primary_contact_code:_.edt.primary_contact_code,primary_contact_pref_code:_.edt.primary_contact_pref_code,fee_payment_contact_pref_code:_.edt.fee_payment_contact_pref_code,transport_status:_.edt.transport_status,transport_desc:_.edt.transport_desc,father_salutation_code:_.edt.father_salutation_code,father_first_name:_.edt.father_first_name,father_middle_name:_.edt.father_middle_name,father_last_name:_.edt.father_last_name,father_family_name:_.edt.father_family_name,father_family_name_ot:_.edt.father_family_name_ot,father_nationality1_code:_.edt.father_nationality1_code,father_nationality2_code:_.edt.father_nationality2_code,father_appartment_number:_.edt.father_appartment_number,father_building_number:_.edt.father_building_number,father_street_number:_.edt.father_street_number,father_area_number:_.edt.father_area_number,father_city:_.edt.father_city,sims_student_attribute12:_.edt.sims_student_attribute12,father_state:_.edt.father_state,father_country_code:_.edt.father_country_code,father_summary_address:_.edt.father_summary_address,father_po_box:_.edt.father_po_box,father_phone:_.edt.father_phone,father_email:_.edt.father_email,father_mobile:_.edt.father_mobile,father_fax:_.edt.father_fax,father_occupation:_.edt.father_occupation,father_company:_.edt.father_company,father_company_address:_.edt.father_company_address,father_company_phone:_.edt.father_company_phone,mother_company_address:_.edt.mother_company_address,mother_company_phone:_.edt.mother_company_phone,father_passport_number:_.edt.father_passport_number,sims_admission_father_national_id:_.edt.sims_admission_father_national_id,guardian_salutation_code:_.edt.guardian_salutation_code,guardian_first_name:_.edt.guardian_first_name,guardian_middle_name:_.edt.guardian_middle_name,guardian_last_name:_.edt.guardian_last_name,guardian_family_name:_.edt.guardian_family_name,guardian_nationality1_code:_.edt.guardian_nationality1_code,guardian_nationality2_code:_.edt.guardian_nationality2_code,guardian_appartment_number:_.edt.guardian_appartment_number,guardian_building_number:_.edt.guardian_building_number,guardian_street_number:_.edt.guardian_street_number,guardian_area_number:_.edt.guardian_area_number,guardian_city:_.edt.guardian_city,guardian_state:_.edt.guardian_state,guardian_country_code:_.edt.guardian_country_code,guardian_summary_address:_.edt.guardian_summary_address,guardian_po_box:_.edt.guardian_po_box,guardian_phone:_.edt.guardian_phone,guardian_mobile:_.edt.guardian_mobile,guardian_fax:_.edt.guardian_fax,guardian_email:_.edt.guardian_email,guardian_occupation:_.edt.guardian_occupation,guardian_company:_.edt.guardian_company,guardian_passport_number:_.edt.guardian_passport_number,guardian_relationship_code:_.edt.guardian_relationship_code,mother_salutation_code:_.edt.mother_salutation_code,mother_first_name:_.edt.mother_first_name,mother_middle_name:_.edt.mother_middle_name,mother_last_name:_.edt.mother_last_name,mother_family_name:_.edt.mother_family_name,mother_name_ot:_.edt.mother_name_ot,mother_nationality1_code:_.edt.mother_nationality1_code,mother_nationality2_code:_.edt.mother_nationality2_code,mother_appartment_number:_.edt.mother_appartment_number,mother_building_number:_.edt.mother_building_number,mother_street_number:_.edt.mother_street_number,mother_area_number:_.edt.mother_area_number,mother_city:_.edt.mother_city,mother_state:_.edt.mother_state,mother_country_code:_.edt.mother_country_code,mother_summary_address:_.edt.mother_summary_address,mother_po_box:_.edt.mother_po_box,mother_phone:_.edt.mother_phone,mother_mobile:_.edt.mother_mobile,mother_fax:_.edt.mother_fax,mother_email:_.edt.mother_email,mother_occupation:_.edt.mother_occupation,mother_passport_number:_.edt.mother_passport_number,current_school_status:_.edt.current_school_status,current_school_name:_.edt.current_school_name,current_school_enroll_number:_.edt.current_school_enroll_number,current_school_grade:_.edt.current_school_grade,current_school_cur:_.edt.current_school_cur,current_school_from_date:_.edt.current_school_from_date,current_school_to_date:_.edt.current_school_to_date,current_school_language:_.edt.current_school_language,current_school_head_teacher:_.edt.current_school_head_teacher,current_school_phone:_.edt.current_school_phone,current_school_fax:_.edt.current_school_fax,current_school_city:_.edt.current_school_city,current_school_country_code:_.edt.current_school_country_code,current_school_address:_.edt.current_school_address,marketing_code:_.edt.marketing_code,marketing_description:_.edt.marketing_description,parent_status_code:_.edt.parent_status_code,legal_custody_code:_.edt.legal_custody_code,health_card_number:_.edt.health_card_number,health_card_issue_date:_.edt.health_card_issue_date,health_card_issuing_authority:_.edt.health_card_issuing_authority,blood_group_code:_.edt.blood_group_code,medication_status:_.edt.medication_status,medication_desc:_.edt.medication_desc,disability_status:_.edt.disability_status,disability_desc:_.edt.disability_desc,behaviour_status:_.edt.behaviour_status,behaviour_desc:_.edt.behaviour_desc,health_restriction_status:_.edt.health_restriction_status,health_restriction_desc:_.edt.health_restriction_desc,health_hearing_status:_.edt.health_hearing_status,health_hearing_desc:_.edt.health_hearing_desc,health_vision_status:_.edt.health_vision_status,health_vision_desc:_.edt.health_vision_desc,health_other_status:_.edt.health_other_status,health_other_desc:_.edt.health_other_desc,gifted_status:_.edt.gifted_status,gifted_desc:_.edt.gifted_desc,music_status:_.edt.music_status,music_desc:_.edt.music_desc,sports_status:_.edt.sports_status,sports_desc:_.edt.sports_desc,language_support_status:_.edt.language_support_status,language_support_desc:_.edt.language_support_desc,declaration_status:_.edt.declaration_status,fees_paid_status:_.edt.fees_paid_status,fee_category_code:_.edt.fee_category_code,ip:_.edt.ip,dns:_.edt.dns,user_code:_.edt.user_code,status:_.edt.status,sims_student_attribute1:_.edt.sims_student_attribute1,sims_student_attribute2:_.edt.sims_student_attribute2,sims_student_attribute3:_.edt.sims_student_attribute3,sims_student_attribute4:_.edt.sims_student_attribute4,sims_student_health_respiratory_status:_.edt.sims_student_health_respiratory_status,sims_student_health_respiratory_desc:_.edt.sims_student_health_respiratory_desc,sims_student_health_hay_fever_status:_.edt.sims_student_health_hay_fever_status,sims_student_health_hay_fever_desc:_.edt.sims_student_health_hay_fever_desc,sims_student_health_epilepsy_status:_.edt.sims_student_health_epilepsy_status,sims_student_health_epilepsy_desc:_.edt.sims_student_health_epilepsy_desc,sims_student_health_skin_status:_.edt.sims_student_health_skin_status,sims_student_health_skin_desc:_.edt.sims_student_health_skin_desc,sims_student_health_diabetes_status:_.edt.sims_student_health_diabetes_status,sims_student_health_diabetes_desc:_.edt.sims_student_health_diabetes_desc,sims_student_health_surgery_status:_.edt.sims_student_health_surgery_status,sims_student_health_surgery_desc:_.edt.sims_student_health_surgery_desc,sims_admission_recommendation:_.edt.sims_admission_recommendation,sims_admission_mother_national_id:_.edt.sims_admission_mother_national_id,sims_admission_guardian_national_id:_.edt.sims_admission_guardian_national_id,sims_fee_month_code:_.edt.sims_fee_month_code,sims_student_attribute5:_.edt.sims_student_attribute5,sims_student_attribute6:_.edt.sims_student_attribute6,sims_student_attribute7:_.edt.sims_student_attribute7,sims_student_attribute8:_.edt.sims_student_attribute8,sims_student_attribute9:_.edt.sims_student_attribute9,sims_student_attribute10:_.edt.sims_student_attribute10,sims_student_attribute11:_.edt.sims_student_attribute11,home_appartment_number:_.edt.home_appartment_number,home_building_number:_.edt.home_building_number,home_street_number:_.edt.home_street_number,home_area_number:_.edt.home_area_number,home_city:_.edt.home_city,home_state:_.edt.home_state,home_country_code:_.edt.home_country_code,home_summary_address:_.edt.home_summary_address,home_po_box:_.edt.home_po_box,home_landmark:_.edt.home_landmark,home_country_isdcode:_.edt.home_country_isdcode,home_phone:_.edt.home_country_isdcode+"-"+_.edt.home_phone,opr:"I"},a.push(t),console.log(a),n.post(d.apiUrl+"api/common/Admission_dpsd/ApproveStudent",a).then(function(e){_.display=!0,_.msg1=e.data,_.BUSY=!1,0<_.msg1.length&&((e=_.msg1).strMessage="Sucessfully Admitted Enroll='"+e[0].enroll+"' \n Student Name='"+e[0].stud_full_name+"'\n Parent Id='"+e[0].parent_id,swal({title:"Alert",text:e.strMessage,showCloseButton:!0,width:380}),_.getgrid())})):_.Update(e))},_.getgrid=function(){_.edt=[],_.myForm.$setPristine(),_.myForm.$setUntouched(),_.msg1="",$('.nav-tabs a[href="#admtab1"]').tab("show")},_.getchkstrength=function(e){null!=e&&n.get(d.apiUrl+"api/common/Admission_dpsd/getsectionList?cur_code="+_.edt.curr_code+"&acad_yr="+_.edt.academic_year+"&grade_code="+_.edt.grade_code+"&section_code="+e).then(function(e){_.sectionlst1=e.data}),$("#cmb_section").css("background-color","#FFF")},_.view_section_strength=function(){n.get(d.apiUrl+"api/common/Admission_dpsd/getsectionList?cur_code="+_.edt.curr_code+"&acad_yr="+_.edt.academic_year+"&grade_code="+_.edt.grade_code+"&section_code="+void 0).then(function(e){_.sectionlst=e.data,_.section=!0,$("#SectionListModal").modal({backdrop:"static",keyboard:!0});for(var t=0;t<_.sectionlst.length;t++)if(_.sectionlst[t].section_code==_.edt.section_code){setTimeout(function(){$("#"+t).addClass("row_selected")},100);break}})},_.Update=function(e){var t=[];e&&(e={admission_number:_.edt.admission_number,appl_num:_.edt.appl_num,pros_num:_.edt.pros_num,pros_appl_num:_.edt.pros_appl_num,admission_date:_.edt.admission_date,school_code:_.edt.school_code,curr_code:_.edt.curr_code,academic_year:_.edt.academic_year,grade_code:_.edt.grade_code,section_code:_.edt.section_code,term_code:_.edt.term_code,tent_join_date:_.edt.tent_join_date,sims_student_emergency_contact_number1:_.edt.sims_student_emergency_contact_number1,sims_student_emergency_contact_name1:_.edt.sims_student_emergency_contact_name1,first_name:_.edt.first_name,middle_name:_.edt.middle_name,last_name:_.edt.last_name,family_name:_.edt.family_name,first_name_ot:_.edt.first_name_ot,midd_name_ot:_.edt.midd_name_ot,last_name_ot:_.edt.last_name_ot,family_name_ot:_.edt.family_name_ot,nicke_name:_.edt.nicke_name,birth_date:_.edt.birth_date,comm_date:_.edt.comm_date,birth_country_code:_.edt.birth_country_code,nationality_code:_.edt.nationality_code,ethinicity_code:_.edt.ethinicity_code,gender_code:_.edt.gender_code,religion_code:_.edt.religion_code,passport_num:_.edt.passport_num,passport_issue_date:_.edt.passport_issue_date,passport_expiry:_.edt.passport_expiry,passport_issue_auth:_.edt.passport_issue_auth,passport_issue_place:_.edt.passport_issue_place,visa_number:_.edt.visa_number,visa_type:_.edt.visa_type,visa_issuing_authority:_.edt.visa_issuing_authority,visa_issue_date:_.edt.visa_issue_date,visa_expiry_date:_.edt.visa_expiry_date,visa_issuing_place:_.edt.visa_issuing_place,national_id:_.edt.national_id,national_id_issue_date:_.edt.national_id_issue_date,national_id_expiry_date:_.edt.national_id_expiry_date,sibling_status:_.edt.sibling_status,parent_id:_.edt.parent_id,sibling_enroll:_.edt.sibling_enroll,sibling_name:_.edt.sibling_name,sibling_dob:_.edt.sibling_dob,sibling_school_code:_.edt.sibling_school_code,employee_type:_.edt.employee_type,employee_code:_.edt.employee_code,employee_school_code:_.edt.employee_school_code,motherTounge_language_code:_.edt.motherTounge_language_code,main_language_code:_.edt.main_language_code,main_language_r_code:_.edt.main_language_r_code,main_language_w_code:_.edt.main_language_w_code,main_language_s_code:_.edt.main_language_s_code,primary_contact_code:_.edt.primary_contact_code,primary_contact_pref_code:_.edt.primary_contact_pref_code,fee_payment_contact_pref_code:_.edt.fee_payment_contact_pref_code,transport_status:_.edt.transport_status,transport_desc:_.edt.transport_desc,father_salutation_code:_.edt.father_salutation_code,father_first_name:_.edt.father_first_name,father_middle_name:_.edt.father_middle_name,father_last_name:_.edt.father_last_name,father_family_name:_.edt.father_family_name,father_family_name_ot:_.edt.father_family_name_ot,father_nationality1_code:_.edt.father_nationality1_code,father_nationality2_code:_.edt.father_nationality2_code,father_appartment_number:_.edt.father_appartment_number,father_building_number:_.edt.father_building_number,father_street_number:_.edt.father_street_number,father_area_number:_.edt.father_area_number,father_city:_.edt.father_city,father_state:_.edt.father_state,father_country_code:_.edt.father_country_code,father_summary_address:_.edt.father_summary_address,father_po_box:_.edt.father_po_box,father_phone:_.edt.father_phone,father_email:_.edt.father_email,father_mobile:_.edt.father_mobile,father_fax:_.edt.father_fax,father_occupation:_.edt.father_occupation,father_company:_.edt.father_company,father_company_address:_.edt.father_company_address,father_company_phone:_.edt.father_company_phone,mother_company_address:_.edt.mother_company_address,mother_company_phone:_.edt.mother_company_phone,father_passport_number:_.edt.father_passport_number,sims_admission_father_national_id:_.edt.sims_admission_father_national_id,guardian_salutation_code:_.edt.guardian_salutation_code,guardian_first_name:_.edt.guardian_first_name,guardian_middle_name:_.edt.guardian_middle_name,guardian_last_name:_.edt.guardian_last_name,guardian_family_name:_.edt.guardian_family_name,guardian_nationality1_code:_.edt.guardian_nationality1_code,guardian_nationality2_code:_.edt.guardian_nationality2_code,guardian_appartment_number:_.edt.guardian_appartment_number,guardian_building_number:_.edt.guardian_building_number,guardian_street_number:_.edt.guardian_street_number,guardian_area_number:_.edt.guardian_area_number,guardian_city:_.edt.guardian_city,guardian_state:_.edt.guardian_state,guardian_country_code:_.edt.guardian_country_code,guardian_summary_address:_.edt.guardian_summary_address,guardian_po_box:_.edt.guardian_po_box,guardian_phone:_.edt.guardian_phone,guardian_mobile:_.edt.guardian_mobile,guardian_fax:_.edt.guardian_fax,guardian_email:_.edt.guardian_email,guardian_occupation:_.edt.guardian_occupation,guardian_company:_.edt.guardian_company,guardian_passport_number:_.edt.guardian_passport_number,guardian_relationship_code:_.edt.guardian_relationship_code,mother_salutation_code:_.edt.mother_salutation_code,mother_first_name:_.edt.mother_first_name,mother_middle_name:_.edt.mother_middle_name,mother_last_name:_.edt.mother_last_name,mother_family_name:_.edt.mother_family_name,mother_name_ot:_.edt.mother_name_ot,mother_nationality1_code:_.edt.mother_nationality1_code,mother_nationality2_code:_.edt.mother_nationality2_code,mother_appartment_number:_.edt.mother_appartment_number,mother_building_number:_.edt.mother_building_number,mother_street_number:_.edt.mother_street_number,mother_area_number:_.edt.mother_area_number,mother_city:_.edt.mother_city,mother_state:_.edt.mother_state,mother_country_code:_.edt.mother_country_code,mother_summary_address:_.edt.mother_summary_address,mother_po_box:_.edt.mother_po_box,mother_phone:_.edt.mother_phone,mother_mobile:_.edt.mother_mobile,mother_fax:_.edt.mother_fax,mother_email:_.edt.mother_email,mother_occupation:_.edt.mother_occupation,mother_passport_number:_.edt.mother_passport_number,current_school_status:_.edt.current_school_status,current_school_name:_.edt.current_school_name,current_school_enroll_number:_.edt.current_school_enroll_number,current_school_grade:_.edt.current_school_grade,current_school_cur:_.edt.current_school_cur,current_school_from_date:_.edt.current_school_from_date,current_school_to_date:_.edt.current_school_to_date,current_school_language:_.edt.current_school_language,current_school_head_teacher:_.edt.current_school_head_teacher,current_school_phone:_.edt.current_school_phone,current_school_fax:_.edt.current_school_fax,current_school_city:_.edt.current_school_city,current_school_country_code:_.edt.current_school_country_code,current_school_address:_.edt.current_school_address,marketing_code:_.edt.marketing_code,marketing_description:_.edt.marketing_description,parent_status_code:_.edt.parent_status_code,legal_custody_code:_.edt.legal_custody_code,health_card_number:_.edt.health_card_number,health_card_issue_date:_.edt.health_card_issue_date,health_card_issuing_authority:_.edt.health_card_issuing_authority,blood_group_code:_.edt.blood_group_code,medication_status:_.edt.medication_status,medication_desc:_.edt.medication_desc,disability_status:_.edt.disability_status,disability_desc:_.edt.disability_desc,behaviour_status:_.edt.behaviour_status,behaviour_desc:_.edt.behaviour_desc,health_restriction_status:_.edt.health_restriction_status,health_restriction_desc:_.edt.health_restriction_desc,health_hearing_status:_.edt.health_hearing_status,health_hearing_desc:_.edt.health_hearing_desc,health_vision_status:_.edt.health_vision_status,health_vision_desc:_.edt.health_vision_desc,health_other_status:_.edt.health_other_status,health_other_desc:_.edt.health_other_desc,gifted_status:_.edt.gifted_status,gifted_desc:_.edt.gifted_desc,music_status:_.edt.music_status,music_desc:_.edt.music_desc,sports_status:_.edt.sports_status,sports_desc:_.edt.sports_desc,language_support_status:_.edt.language_support_status,language_support_desc:_.edt.language_support_desc,declaration_status:_.edt.declaration_status,fees_paid_status:_.edt.fees_paid_status,fee_category_code:_.edt.fee_category_code,ip:_.edt.ip,dns:_.edt.dns,user_code:_.edt.user_code,status:_.edt.status,sims_student_attribute1:_.edt.sims_student_attribute1,sims_student_attribute2:_.edt.sims_student_attribute2,sims_student_attribute3:_.edt.sims_student_attribute3,sims_student_attribute4:_.edt.sims_student_attribute4,sims_student_health_respiratory_status:_.edt.sims_student_health_respiratory_status,sims_student_health_respiratory_desc:_.edt.sims_student_health_respiratory_desc,sims_student_health_hay_fever_status:_.edt.sims_student_health_hay_fever_status,sims_student_health_hay_fever_desc:_.edt.sims_student_health_hay_fever_desc,sims_student_health_epilepsy_status:_.edt.sims_student_health_epilepsy_status,sims_student_health_epilepsy_desc:_.edt.sims_student_health_epilepsy_desc,sims_student_health_skin_status:_.edt.sims_student_health_skin_status,sims_student_health_skin_desc:_.edt.sims_student_health_skin_desc,sims_student_health_diabetes_status:_.edt.sims_student_health_diabetes_status,sims_student_health_diabetes_desc:_.edt.sims_student_health_diabetes_desc,sims_student_health_surgery_status:_.edt.sims_student_health_surgery_status,sims_student_health_surgery_desc:_.edt.sims_student_health_surgery_desc,sims_admission_recommendation:_.edt.sims_admission_recommendation,sims_admission_mother_national_id:_.edt.sims_admission_mother_national_id,sims_admission_guardian_national_id:_.edt.sims_admission_guardian_national_id,sims_fee_month_code:_.edt.sims_fee_month_code,sims_student_attribute5:_.edt.sims_student_attribute5,sims_student_attribute6:_.edt.sims_student_attribute6,sims_student_attribute7:_.edt.sims_student_attribute7,sims_student_attribute8:_.edt.sims_student_attribute8,sims_student_attribute9:_.edt.sims_student_attribute9,sims_student_attribute10:_.edt.sims_student_attribute10,sims_student_attribute11:_.edt.sims_student_attribute11,sims_student_attribute12:_.edt.sims_student_attribute12,sims_admission_specialAct_status:_.edt.sims_admission_specialAct_status,sims_admission_specialAct_desc:_.edt.sims_admission_specialAct_desc,sims_admission_communication_status:_.edt.sims_admission_communication_status,sims_admission_communication_desc:_.edt.sims_admission_communication_desc,sims_admission_falled_grade_status:_.edt.sims_admission_falled_grade_status,sims_admission_falled_grade_desc:_.edt.sims_admission_falled_grade_desc,sims_admission_learning_therapy_status:_.edt.sims_admission_learning_therapy_status,sims_admission_learning_therapy_desc:_.edt.sims_admission_learning_therapy_desc,sims_admission_special_education_status:_.edt.sims_admission_special_education_status,sims_admission_special_education_desc:_.edt.sims_admission_special_education_desc,sims_admission_second_lang_code:_.edt.sims_admission_second_lang_code,sims_admission_third_lang_code:_.edt.sims_admission_third_lang_code,sims_admission_subject_code:_.edt.sims_admission_second_lang_code+","+_.edt.sims_admission_third_lang_code,sims_student_attribute8:_.edt.sims_student_attribute8,opr:"U"},t.push(e),n.post(d.apiUrl+"api/common/Admission_dpsd/CUDUpdateAdmission",t).then(function(e){_.display=!0,_.msg1=e.data,console.log(_.msg1),1==_.msg1.status&&swal({title:"Alert",text:_.msg1.strMessage,showCloseButton:!0,width:380}).then(function(e){e&&(_.modal_cancel(),_.back())})}))},_.Confirm=function(e){e&&(_.sectionlst1.current_strength>_.sectionlst1.section_strength?swal({title:"Alert",text:"Section Strength is Full.If You still want to Continue?",showCloseButton:!0,width:380}).then(function(e){e?_.adm_update():($("#cmb_section").css("background-color","#E5E9EC"),$('.nav-tabs a[href="#admtab1"]').tab("show"))}):_.adm_update())},_.adm_update=function(){null==_.edt.home_country_isdcode&&(_.edt.home_country_isdcode=""),null==_.edt.home_phone&&(_.edt.home_phone="");var e={admission_number:l,appl_num:_.edt.appl_num,pros_num:_.edt.pros_num,pros_appl_num:_.edt.pros_appl_num,admission_date:_.edt.admission_date,school_code:_.edt.school_code,curr_code:_.edt.curr_code,academic_year:_.edt.academic_year,grade_code:_.edt.grade_code,section_code:_.edt.section_code,term_code:_.edt.term_code,tent_join_date:_.edt.tent_join_date,sims_student_emergency_contact_number1:_.edt.sims_student_emergency_contact_number1,sims_student_emergency_contact_name1:_.edt.sims_student_emergency_contact_name1,first_name:_.edt.first_name,middle_name:_.edt.middle_name,last_name:_.edt.last_name,family_name:_.edt.family_name,first_name_ot:_.edt.first_name_ot,midd_name_ot:_.edt.midd_name_ot,last_name_ot:_.edt.last_name_ot,family_name_ot:_.edt.family_name_ot,nicke_name:_.edt.nicke_name,birth_date:_.edt.birth_date,comm_date:_.edt.comm_date,birth_country_code:_.edt.birth_country_code,nationality_code:_.edt.nationality_code,ethinicity_code:_.edt.ethinicity_code,gender_code:_.edt.gender_code,religion_code:_.edt.religion_code,passport_num:_.edt.passport_num,passport_issue_date:_.edt.passport_issue_date,passport_expiry:_.edt.passport_expiry,passport_issue_auth:_.edt.passport_issue_auth,passport_issue_place:_.edt.passport_issue_place,visa_number:_.edt.visa_number,visa_type:_.edt.visa_type,visa_issuing_authority:_.edt.visa_issuing_authority,visa_issue_date:_.edt.visa_issue_date,visa_expiry_date:_.edt.visa_expiry_date,visa_issuing_place:_.edt.visa_issuing_place,national_id:_.edt.national_id,national_id_issue_date:_.edt.national_id_issue_date,national_id_expiry_date:_.edt.national_id_expiry_date,sibling_status:_.edt.sibling_status,parent_id:_.edt.parent_id,sibling_enroll:_.edt.sibling_enroll,sibling_name:_.edt.sibling_name,sibling_dob:_.edt.sibling_dob,sibling_school_code:_.edt.sibling_school_code,employee_type:_.edt.employee_type,employee_code:_.edt.employee_code,employee_school_code:_.edt.employee_school_code,motherTounge_language_code:_.edt.motherTounge_language_code,main_language_code:_.edt.main_language_code,main_language_r_code:_.edt.main_language_r_code,main_language_w_code:_.edt.main_language_w_code,main_language_s_code:_.edt.main_language_s_code,primary_contact_code:_.edt.primary_contact_code,primary_contact_pref_code:_.edt.primary_contact_pref_code,fee_payment_contact_pref_code:_.edt.fee_payment_contact_pref_code,transport_status:_.edt.transport_status,transport_desc:_.edt.transport_desc,father_salutation_code:_.edt.father_salutation_code,father_first_name:_.edt.father_first_name,father_middle_name:_.edt.father_middle_name,father_last_name:_.edt.father_last_name,father_family_name:_.edt.father_family_name,father_family_name_ot:_.edt.father_family_name_ot,father_nationality1_code:_.edt.father_nationality1_code,father_nationality2_code:_.edt.father_nationality2_code,father_appartment_number:_.edt.father_appartment_number,father_building_number:_.edt.father_building_number,father_street_number:_.edt.father_street_number,father_area_number:_.edt.father_area_number,father_city:_.edt.father_city,father_state:_.edt.father_state,father_country_code:_.edt.father_country_code,father_summary_address:_.edt.father_summary_address,father_po_box:_.edt.father_po_box,father_phone:_.edt.father_phone,father_email:_.edt.father_email,father_mobile:_.edt.father_mobile,father_fax:_.edt.father_fax,father_occupation:_.edt.father_occupation,father_company:_.edt.father_company,father_company_address:_.edt.father_company_address,father_company_phone:_.edt.father_company_phone,mother_company_address:_.edt.mother_company_address,mother_company_phone:_.edt.mother_company_phone,father_passport_number:_.edt.father_passport_number,sims_admission_father_national_id:_.edt.sims_admission_father_national_id,guardian_salutation_code:_.edt.guardian_salutation_code,guardian_first_name:_.edt.guardian_first_name,guardian_middle_name:_.edt.guardian_middle_name,guardian_last_name:_.edt.guardian_last_name,guardian_family_name:_.edt.guardian_family_name,guardian_nationality1_code:_.edt.guardian_nationality1_code,guardian_nationality2_code:_.edt.guardian_nationality2_code,guardian_appartment_number:_.edt.guardian_appartment_number,guardian_building_number:_.edt.guardian_building_number,guardian_street_number:_.edt.guardian_street_number,guardian_area_number:_.edt.guardian_area_number,guardian_city:_.edt.guardian_city,guardian_state:_.edt.guardian_state,guardian_country_code:_.edt.guardian_country_code,guardian_summary_address:_.edt.guardian_summary_address,guardian_po_box:_.edt.guardian_po_box,guardian_phone:_.edt.guardian_phone,guardian_mobile:_.edt.guardian_mobile,guardian_fax:_.edt.guardian_fax,guardian_email:_.edt.guardian_email,guardian_occupation:_.edt.guardian_occupation,guardian_company:_.edt.guardian_company,guardian_passport_number:_.edt.guardian_passport_number,guardian_relationship_code:_.edt.guardian_relationship_code,mother_salutation_code:_.edt.mother_salutation_code,mother_first_name:_.edt.mother_first_name,mother_middle_name:_.edt.mother_middle_name,mother_last_name:_.edt.mother_last_name,mother_family_name:_.edt.mother_family_name,mother_name_ot:_.edt.mother_name_ot,mother_nationality1_code:_.edt.mother_nationality1_code,mother_nationality2_code:_.edt.mother_nationality2_code,mother_appartment_number:_.edt.mother_appartment_number,mother_building_number:_.edt.mother_building_number,mother_street_number:_.edt.mother_street_number,mother_area_number:_.edt.mother_area_number,mother_city:_.edt.mother_city,mother_state:_.edt.mother_state,mother_country_code:_.edt.mother_country_code,mother_summary_address:_.edt.mother_summary_address,mother_po_box:_.edt.mother_po_box,mother_phone:_.edt.mother_phone,mother_mobile:_.edt.mother_mobile,mother_fax:_.edt.mother_fax,mother_email:_.edt.mother_email,mother_occupation:_.edt.mother_occupation,mother_passport_number:_.edt.mother_passport_number,current_school_status:_.edt.current_school_status,current_school_name:_.edt.current_school_name,current_school_enroll_number:_.edt.current_school_enroll_number,current_school_grade:_.edt.current_school_grade,current_school_cur:_.edt.current_school_cur,current_school_from_date:_.edt.current_school_from_date,current_school_to_date:_.edt.current_school_to_date,current_school_language:_.edt.current_school_language,current_school_head_teacher:_.edt.current_school_head_teacher,current_school_phone:_.edt.current_school_phone,current_school_fax:_.edt.current_school_fax,current_school_city:_.edt.current_school_city,current_school_country_code:_.edt.current_school_country_code,current_school_address:_.edt.current_school_address,marketing_code:_.edt.marketing_code,marketing_description:_.edt.marketing_description,parent_status_code:_.edt.parent_status_code,legal_custody_code:_.edt.legal_custody_code,health_card_number:_.edt.health_card_number,health_card_issue_date:_.edt.health_card_issue_date,health_card_issuing_authority:_.edt.health_card_issuing_authority,blood_group_code:_.edt.blood_group_code,medication_status:_.edt.medication_status,medication_desc:_.edt.medication_desc,disability_status:_.edt.disability_status,disability_desc:_.edt.disability_desc,behaviour_status:_.edt.behaviour_status,behaviour_desc:_.edt.behaviour_desc,health_restriction_status:_.edt.health_restriction_status,health_restriction_desc:_.edt.health_restriction_desc,health_hearing_status:_.edt.health_hearing_status,health_hearing_desc:_.edt.health_hearing_desc,health_vision_status:_.edt.health_vision_status,health_vision_desc:_.edt.health_vision_desc,health_other_status:_.edt.health_other_status,health_other_desc:_.edt.health_other_desc,gifted_status:_.edt.gifted_status,gifted_desc:_.edt.gifted_desc,music_status:_.edt.music_status,music_desc:_.edt.music_desc,sports_status:_.edt.sports_status,sports_desc:_.edt.sports_desc,language_support_status:_.edt.language_support_status,language_support_desc:_.edt.language_support_desc,declaration_status:_.edt.declaration_status,fees_paid_status:_.edt.fees_paid_status,fee_category_code:_.edt.fee_category_code,ip:_.edt.ip,dns:_.edt.dns,user_code:_.edt.user_code,status:_.edt.status,sims_student_attribute1:_.edt.sims_student_attribute1,sims_student_attribute2:_.edt.sims_student_attribute2,sims_student_attribute3:_.edt.sims_student_attribute3,sims_student_attribute4:_.edt.sims_student_attribute4,sims_student_health_respiratory_status:_.edt.sims_student_health_respiratory_status,sims_student_health_respiratory_desc:_.edt.sims_student_health_respiratory_desc,sims_student_health_hay_fever_status:_.edt.sims_student_health_hay_fever_status,sims_student_health_hay_fever_desc:_.edt.sims_student_health_hay_fever_desc,sims_student_health_epilepsy_status:_.edt.sims_student_health_epilepsy_status,sims_student_health_epilepsy_desc:_.edt.sims_student_health_epilepsy_desc,sims_student_health_skin_status:_.edt.sims_student_health_skin_status,sims_student_health_skin_desc:_.edt.sims_student_health_skin_desc,sims_student_health_diabetes_status:_.edt.sims_student_health_diabetes_status,sims_student_health_diabetes_desc:_.edt.sims_student_health_diabetes_desc,sims_student_health_surgery_status:_.edt.sims_student_health_surgery_status,sims_student_health_surgery_desc:_.edt.sims_student_health_surgery_desc,sims_admission_recommendation:_.edt.sims_admission_recommendation,sims_admission_mother_national_id:_.edt.sims_admission_mother_national_id,sims_admission_guardian_national_id:_.edt.sims_admission_guardian_national_id,sims_fee_month_code:_.edt.sims_fee_month_code,sims_student_attribute5:_.edt.sims_student_attribute5,sims_student_attribute6:_.edt.sims_student_attribute6,sims_student_attribute7:_.edt.sims_student_attribute7,sims_student_attribute8:_.edt.sims_student_attribute8,sims_student_attribute9:_.edt.sims_student_attribute9,sims_student_attribute10:_.edt.sims_student_attribute10,sims_student_attribute11:_.edt.sims_student_attribute11,sims_student_attribute12:_.edt.sims_student_attribute12,sims_admission_second_lang_code:_.edt.sims_admission_second_lang_code,sims_admission_third_lang_code:_.edt.sims_admission_third_lang_code,sims_admission_subject_code:_.edt.sims_admission_second_lang_code+","+_.edt.sims_admission_third_lang_code};c.push(e),n.post(d.apiUrl+"api/common/Admission_dpsd/ApproveStudent",c).then(function(e){_.display=!0,_.msg1=e.data,console.log(_.msg1)}),_.grid1=!0,$("#myModal1").modal({backdrop:"static",keyboard:!0})},_.modal_cancel=function(){$("#myModal1").modal("hide"),console.log(t.Class),o(function(){"tiadxb"==n.defaults.headers.common.schoolId||"tiashj"==n.defaults.headers.common.schoolId||"tosdxb"==n.defaults.headers.common.schoolId||"aisdxb"==n.defaults.headers.common.schoolId?e.go("main.dashL",{Class:t.Class}):e.go("main.dash",{Class:t.Class})},300)},_.get_studentfee=function(){e.go("main.Sim043")},_.back=function(){_.dd=!0,window.localStorage.Admflag=_.dd,_.modal_cancel()},_.schoolcheck=function(){1==_.edt.current_school_status?_.school_edit=!1:_.school_edit=!0},_.chk_desc=function(){1==_.edt.marketing_code?_.desc_edit=!1:_.desc_edit=!0},_.chk_cicumstances=function(){1==_.edt.parent_status_code?_.circum_edit=!1:_.circum_edit=!0},_.chk_disab_status=function(){1==_.edt.disability_status?_.disab_edit=!1:_.disab_edit=!0},_.chk_health_res=function(){1==_.edt.health_restriction_status?_.healthres_edit=!1:_.healthres_edit=!0},_.chk_medic_status=function(){1==_.edt.medication_status?_.med_edit=!1:_.med_edit=!0},_.chk_other=function(){1==_.edt.health_other_status?_.other_edit=!1:_.other_edit=!0},_.chk_hearing=function(){1==_.edt.health_hearing_status?_.hearing_edit=!1:_.hearing_edit=!0},_.chk_vision=function(){1==_.edt.health_vision_status?_.health_vision_edit=!1:_.health_vision_edit=!0},_.chk_behaviour=function(){1==_.edt.behaviour_status?_.behaviour_edit=!1:_.behaviour_edit=!0},_.chk_gifted_status=function(){1==_.edt.gifted_status?_.gifted_edit=!1:_.gifted_edit=!0},_.chk_music_pro=function(){1==_.edt.music_status?_.music_edit=!1:_.music_edit=!0},_.chk_sport_pro=function(){1==_.edt.sports_status?_.sport_edit=!1:_.sport_edit=!0},_.chk_lang_sup=function(){1==_.edt.language_support_status?_.lang_sup_edit=!1:_.lang_sup_edit=!0},_.chk_Pri_contact=function(){1==_.edt.primary_contact_code?_.pricont_edit=!1:_.pricont_edit=!0},_.chk_transport_requin=function(){1==_.edt.transport_status?_.transreq_edit=!1:_.transreq_edit=!0},_.chk_Sibling_attend=function(){1==_.edt.sibling_status?_.disableparent=!1:_.disableparent=!0},_.chk_employee=function(){1==_.edt.sims_empchk?(_.disableemployee=!1,_.edt.sims_empchk):_.disableemployee=!0},_.chk_learn_ther=function(){1==_.edt.sims_admission_learning_therapy_status?_.learnther_edit=!1:_.learnther_edit=!0},_.chk_spec_edu=function(){1==_.edt.sims_admission_special_education_status?_.spec_edu_edit=!1:_.spec_edu_edit=!0},_.chk_falled_grade=function(){1==_.edt.sims_admission_falled_grade_status?_.falledgrade_edit=!1:_.falledgrade_edit=!0},_.chk_commun=function(){1==_.edt.sims_admission_communication_status?_.commun_edit=!1:_.commun_edit=!0},_.chk_spec_activies=function(){1==_.edt.sims_admission_specialAct_status?_.specActiv_edit=!1:_.specActiv_edit=!0},_.chk_studyingin=function(){1==_.edt.sibling_status?(_.Study_edit=!1,document.getElementById("t3"),document.getElementById("t4"),document.getElementById("t5"),_.t=!1):(_.Study_edit=!0,document.getElementById("t3"),document.getElementById("t4"),document.getElementById("t5"),_.t=!0)},_.chk_ticking=function(){1==_.edt.declaration_status?(_.tick_edit=!1,_.confirm_edit=!1):(_.tick_edit=!0,_.confirm_edit=!0)},_.chk_copy_mother_add=function(){1==_.edt.copy_add?(_.edt.mother_appartment_number=_.edt.father_appartment_number,_.edt.mother_area_number=_.edt.father_area_number,_.edt.mother_building_number=_.edt.father_building_number,_.edt.mother_street_number=_.edt.father_street_number,_.edt.mother_city=_.edt.father_city,_.edt.mother_state=_.edt.father_state,_.edt.mother_country_code=_.edt.father_country_code,_.edt.mother_po_box=_.edt.father_po_box,_.edt.mother_nationality1_code=_.edt.father_nationality1_code,_.edt.mother_nationality2_code=_.edt.father_nationality2_code,_.edt.mother_summary_address=_.edt.father_summary_address,_.edt.mother_phone=_.edt.father_phone,_.edt.mother_po_box=_.edt.father_po_box,_.edt.mother_mobile=_.edt.father_mobile,_.edt.mother_occupation=_.edt.father_occupation,_.edt.mother_email=_.edt.father_email,_.edt.mother_company=_.edt.father_company):(_.edt.mother_appartment_number="",_.edt.mother_area_number="",_.edt.mother_building_number="",_.edt.mother_street_number="",_.edt.mother_city="",_.edt.mother_state="",_.edt.mother_country_code="",_.edt.mother_po_box="",_.edt.mother_nationality1_code="",_.edt.mother_nationality2_code="",_.edt.mother_summary_address="",_.edt.mother_phone="",_.edt.mother_po_box="",_.edt.mother_mobile="",_.edt.mother_occupation="",_.edt.mother_email="",_.edt.mother_company="")},_.chk_copy_guar_add1=function(){1==_.edt.copy_add1?(_.edt.guardian_appartment_number=_.edt.father_appartment_number,_.edt.guardian_area_number=_.edt.father_area_number,_.edt.guardian_building_number=_.edt.father_building_number,_.edt.guardian_street_number=_.edt.father_street_number,_.edt.guardian_city=_.edt.father_city,_.edt.guardian_state=_.edt.father_state,_.edt.guardian_country_code=_.edt.father_country_code,_.edt.guardian_po_box=_.edt.father_po_box,_.edt.guardian_nationality1_code=_.edt.father_nationality1_code,_.edt.guardian_nationality2_code=_.edt.father_nationality2_code,_.edt.guardian_summary_address=_.edt.father_summary_address,_.edt.guardian_phone=_.edt.father_phone,_.edt.guardian_po_box=_.edt.father_po_box,_.edt.guardian_mobile=_.edt.father_mobile,_.edt.guardian_occupation=_.edt.father_occupation,_.edt.guardian_email=_.edt.father_email,_.edt.guardian_company=_.edt.father_company):(_.edt.guardian_appartment_number="",_.edt.guardian_area_number="",_.edt.guardian_building_number="",_.edt.guardian_street_number="",_.edt.guardian_city="",_.edt.guardian_state="",_.edt.guardian_country_code="",_.edt.guardian_po_box="",_.edt.guardian_nationality1_code="",_.edt.guardian_nationality2_code="",_.edt.guardian_summary_address="",_.edt.guardian_phone="",_.edt.guardian_po_box="",_.edt.guardian_mobile="",_.edt.guardian_occupation="",_.edt.guardian_email="",_.edt.guardian_company="")},_.GetFatherSumAddr=function(){var e=document.getElementById("cmb_father_country").options[document.getElementById("cmb_father_country").selectedIndex].text,t=($("#txt_father_aprt").val().length,$("#txt_father_build").val().length,$("#txt_father_Street").val().length,$("#txt_father_area").val().length),a=$("#txt_father_city").val().length,o=$("#txt_father_state").val().length,s=$("#cmb_father_country").val().length,n=$("#txt_father_pobox").val().length;document.getElementById("txt_father_summary_add").value=0<$("#txt_father_aprt").val().length?document.getElementById("txt_father_aprt").value+",":"",document.getElementById("txt_father_summary_add").value+=0<$("#txt_father_build").val().length?document.getElementById("txt_father_build").value+",":"",document.getElementById("txt_father_summary_add").value+=0<$("#txt_father_Street").val().length?document.getElementById("txt_father_Street").value+",":"",document.getElementById("txt_father_summary_add").value+=0<t?document.getElementById("txt_father_area").value+",":"",document.getElementById("txt_father_summary_add").value+=0<a?document.getElementById("txt_father_city").value+",":"",document.getElementById("txt_father_summary_add").value+=0<o?document.getElementById("txt_father_state").value+",":"",document.getElementById("txt_father_summary_add").value+=0<s?e+",":"",document.getElementById("txt_father_summary_add").value+=0<n?document.getElementById("txt_father_pobox").value:""},_.GetMotherSumAddr=function(){var e=$("#txt_mother_aprt").val().length,t=$("#txt_mother_build").val().length,a=$("#txt_mother_street").val().length,o=$("#txt_mother_area").val().length,s=$("#txt_mother_city").val().length,n=$("#txt_mother_state").val().length,i=$("#cmb_mother_country").val().length,d=$("#txt_mother_pobox").val().length,_=document.getElementById("cmb_mother_country").options[document.getElementById("cmb_mother_country").selectedIndex].text;document.getElementById("txt_mother_addr").value=0<e?document.getElementById("txt_mother_aprt").value+",":"",document.getElementById("txt_mother_addr").value+=0<t?document.getElementById("txt_mother_build").value+",":"",document.getElementById("txt_mother_addr").value+=0<a?document.getElementById("txt_mother_street").value+",":"",document.getElementById("txt_mother_addr").value+=0<o?document.getElementById("txt_mother_area").value+",":"",document.getElementById("txt_mother_addr").value+=0<s?document.getElementById("txt_mother_city").value+",":"",document.getElementById("txt_mother_addr").value+=0<n?document.getElementById("txt_mother_state").value+",":"",document.getElementById("txt_mother_addr").value+=0<i?_+",":"",document.getElementById("txt_mother_addr").value+=0<d?document.getElementById("txt_mother_pobox").value:""},_.GetGuardianSumAddr=function(){var e=$("#txt_guar_aprt").val().length,t=$("#txt_guar_build").val().length,a=$("#txt_guar_street").val().length,o=$("#txt_guar_area").val().length,s=$("#txt_guar_city").val().length,n=$("#txt_guar_state").val().length,i=$("#cmb_gar_country").val().length,d=$("#txt_guar_pobox").val().length,_=document.getElementById("cmb_gar_country").options[document.getElementById("cmb_gar_country").selectedIndex].text;document.getElementById("txt_guar_addr").value=0<e?document.getElementById("txt_guar_aprt").value+",":"",document.getElementById("txt_guar_addr").value+=0<t?document.getElementById("txt_guar_build").value+",":"",document.getElementById("txt_guar_addr").value+=0<a?document.getElementById("txt_guar_street").value+",":"",document.getElementById("txt_guar_addr").value+=0<o?document.getElementById("txt_guar_area").value+",":"",document.getElementById("txt_guar_addr").value+=0<s?document.getElementById("txt_guar_city").value+",":"",document.getElementById("txt_guar_addr").value+=0<n?document.getElementById("txt_guar_state").value+",":"",document.getElementById("txt_guar_addr").value+=0<i?_+",":"",document.getElementById("txt_guar_addr").value+=0<d?document.getElementById("txt_guar_pobox").value:""},_.chk_more_sibling=function(){1==document.getElementById("chk_more_sibling").checked?document.getElementById("txt_more_sibling").disabled=!1:document.getElementById("txt_more_sibling").disabled=!0},_.getFatherDetails=function(){var e=_.edt,t=document.getElementById("txt_mother_aprt");t.value=document.getElementById("txt_father_aprt").value,e.mother_appartment_number=t.value,(t=document.getElementById("txt_mother_build")).value=document.getElementById("txt_father_build").value,e.mother_building_number=t.value,(t=document.getElementById("txt_mother_street")).value=document.getElementById("txt_father_Street").value,e.mother_street_number=t.value,(t=document.getElementById("txt_mother_area")).value=document.getElementById("txt_father_area").value,e.mother_area_number=t.value,(t=document.getElementById("txt_mother_city")).value=document.getElementById("txt_father_city").value,e.mother_city=t.value,(t=document.getElementById("txt_mother_state")).value=document.getElementById("txt_father_state").value,e.mother_state=t.value,(t=document.getElementById("cmb_mother_country")).value=document.getElementById("cmb_father_country").value,e.mother_country_code=t.value,(t=document.getElementById("txt_mother_pobox")).value=document.getElementById("txt_father_pobox").value,e.mother_po_box=t.value},_.GetFatherSumAddr=function(){var e=_.edt,t=($("#txt_father_aprt").val().length,$("#txt_father_build").val().length,$("#txt_father_Street").val().length,$("#txt_father_area").val().length),a=$("#txt_father_uni").val().length,o=$("#txt_father_city").val().length,s=$("#txt_father_state").val().length,n=$("#cmb_father_country").val().length,i=$("#txt_father_pobox").val().length,d=document.getElementById("cmb_father_country").options[document.getElementById("cmb_father_country").selectedIndex].text,a=(document.getElementById("txt_father_summary_add").value=0<$("#txt_father_aprt").val().length?document.getElementById("txt_father_aprt").value+",":"",document.getElementById("txt_father_summary_add").value+=0<$("#txt_father_build").val().length?document.getElementById("txt_father_build").value+",":"",document.getElementById("txt_father_summary_add").value+=0<$("#txt_father_Street").val().length?document.getElementById("txt_father_Street").value+",":"",document.getElementById("txt_father_summary_add").value+=0<a?document.getElementById("txt_father_uni").value+",":"",document.getElementById("txt_father_summary_add").value+=0<t?document.getElementById("txt_father_area").value+",":"",document.getElementById("txt_father_summary_add").value+=0<o?document.getElementById("txt_father_city").value+",":"",document.getElementById("txt_father_summary_add").value+=0<s?document.getElementById("txt_father_state").value+",":"",document.getElementById("txt_father_summary_add").value+=0<n?d+",":"",document.getElementById("txt_father_summary_add").value+=0<i?document.getElementById("txt_father_pobox").value:"",document.getElementById("txt_father_summary_add"));e.father_summary_address=a.value,console.log(e.father_summary_address)},_.Cancel=function(){_.edt="",_.msg1="",data="",data1=""};var r=new FormData;_.getTheFiles=function(e){angular.forEach(e,function(e,t){r.append(t,e)})},_.file_changedF=function(e){var e=e.files[0],t=(_.photo_filename=e.type,new FileReader);t.onload=function(e){_.$apply(function(){_.prev_img=e.target.result})},t.readAsDataURL(e)},_.uploadImgClickF=function(){_.uploadImgClickFShow=!0},_.uploadImgFCancel=function(){_.uploadImgClickFShow=!1},_.uploadImgF=function(){var e={method:"POST",url:d.apiUrl+"/api/fileNew/upload?filename="+l+"_f&location=Images/ParentImage",data:r,headers:{"Content-Type":void 0}};n(e).success(function(e){e={admission_number:pros_num,sims_father_img:e,opr:"F2"};n.post(d.apiUrl+"api/common/Admission_dpsd/CUDUpdateAdm_Studentimage",e).then(function(e){_.ins=e.data}),_.uploadImgClickFShow=!1})},_.file_changedM=function(e){var e=e.files[0],t=(_.photo_filename=e.type,new FileReader);t.onload=function(e){_.$apply(function(){_.prev_imgM=e.target.result})},t.readAsDataURL(e)},_.uploadImgClickM=function(){_.uploadImgClickMShow=!0},_.uploadImgMCancel=function(){_.uploadImgClickMShow=!1},_.uploadImgM=function(){var e={method:"POST",url:d.apiUrl+"/api/fileNew/upload?filename="+l+"_m&location=Images/ParentImage",data:r,headers:{"Content-Type":void 0}};n(e).success(function(e){_.loadingscr=!1;e={admission_number:pros_num,sims_mother_img:e,opr:"F3"};n.post(d.apiUrl+"api/common/Admission_dpsd/CUDUpdateAdm_Studentimage",e).then(function(e){_.ins=e.data}),_.loadingscr=!0,_.uploadImgClickMShow=!1})},_.file_changedS=function(e){var e=e.files[0],t=(_.photo_filename=e.type,new FileReader);t.onload=function(e){_.$apply(function(){_.prev_imgS=e.target.result})},t.readAsDataURL(e)},_.uploadImgClickS=function(){_.uploadImgClickSShow=!0},_.uploadImgSCancel=function(){_.uploadImgClickSShow=!1},_.uploadImgS=function(){_.loadingscr=!0;var e={method:"POST",url:d.apiUrl+"/api/fileNew/upload?filename="+l+"_s&location=Images/StudentImage",data:r,headers:{"Content-Type":void 0}};n(e).success(function(e){e={admission_number:pros_num,sims_student_img:e,opr:"F1"};n.post(d.apiUrl+"api/common/Admission_dpsd/CUDUpdateAdm_Studentimage",e).then(function(e){_.ins=e.data}),_.loadingscr=!0,_.uploadImgClickSShow=!1})},$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0,format:"yyyy-mm-dd"}),$(document).on("touch click",'*[data-datepicker="true"] .add-on',function(e){$('input[type="text"]',$(this).parent()).focus()})}]),e.directive("filedirective",["$parse",function(s){return{restrict:"EA",link:function(t,a,e){var o=s(e.ngFiles);a.on("change",function(e){o(t,{$files:e.target.files})}),a.on("submit",function(){console.log(a[0]);var e=a[0].querySelector(".ng-invalid");e&&(e.focus(),console.log(e))})}}}])}(),function(){"use strict";var e=angular.module("sims.module.Fee");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("StudentHealthDetailsReportCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(i,e,t,a,o,d,c){i.temp={},i.detailsField=!0,i.hideprintpdf=!1,i.decimal_dsc="",i.pagesize="30",i.pageindex="0",i.pager=!0,i.show_period_by_month=!1,i.how_period_by_term=!1,i.size=function(e){"All"==e?(i.currentPage="1",i.filteredTodos=i.todos,i.pager=!1):(i.pager=!0,i.pagesize=e,i.currentPage=1,i.numPerPage=e,i.makeTodos())},i.index=function(e){i.pageindex=e,i.currentPage=e,console.log("currentPage="+i.currentPage),i.makeTodos(),i.chk={},i.chk.chk_all=!1,i.row1=""},i.filteredTodos=[],i.currentPage=1,i.numPerPage=30,i.maxSize=100,i.makeTodos=function(){var e,t;"All"==i.pagesize?(i.currentPage=1,i.showPager=!1,i.filteredTodos=i.report_data_new):(e=parseInt(i.totalItems%i.numPerPage),i.pagersize="0"==e?parseInt(i.totalItems/i.numPerPage):parseInt(i.totalItems/i.numPerPage)+1,e=(i.currentPage-1)*i.numPerPage,t=parseInt(e)+parseInt(i.numPerPage),console.log("begin="+e),console.log("end="+t),i.filteredTodos=i.todos.slice(e,t))},d.get(c.apiUrl+"api/common/getCuriculum").then(function(e){i.cur_data=e.data,i.temp.sims_cur_code=i.cur_data[0].sims_cur_code,i.getAcademic_year(i.cur_data[0].sims_cur_code)}),i.getAcademic_year=function(e){d.get(c.apiUrl+"api/common/getAcademicYear?curCode="+e).then(function(e){i.acad_data=e.data,i.temp.sims_academic_year=i.acad_data[0].sims_academic_year,i.getGrade(i.temp.sims_cur_code,i.temp.sims_academic_year),d.get(c.apiUrl+"api/ConcessionDetailsReport/GetConcession?acad_year="+i.temp.sims_academic_year).then(function(e){i.concessionType=e.data,setTimeout(function(){$("#concession_box").change(function(){console.log($(this).val())}).multipleSelect({width:"100%",filter:!0})},1e3)})})},$(function(){$("#concession_box").multipleSelect({width:"100%",filter:!0})}),i.getGrade=function(e,t){d.get(c.apiUrl+"api/common/getAllGrades?cur_code="+e+"&academic_year="+t).then(function(e){i.Grade_code=e.data,setTimeout(function(){$("#cmb_grade_code").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"})},1e3)})},i.getSection=function(e,t,a){d.get(c.apiUrl+"api/common/getSectionFromGrade?cur_code="+e+"&grade_code="+t+"&academic_year="+a).then(function(e){i.Section_code=e.data,setTimeout(function(){$("#cmb_section_code").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"})},1e3)})},$(function(){$("#cmb_section_code").multipleSelect({width:"100%"})}),i.getstudentlist=function(e,t,a,o,s){i.report_data_new=[],i.detailsField=!0;i.selected_academic_year=$("#academic_box option:selected").text(),i.section=$("#cmb_section_code").multipleSelect("getSelects","text"),i.grade=$("#cmb_grade_code").multipleSelect("getSelects","text"),i.cur=$("#cur_box option:selected").text(),i.selected_class="";for(var n=0;n<i.section.length;n++)i.selected_class=i.selected_class+i.section[n]+",";d.get(c.apiUrl+"api/StudentHealthReport/GetStudentDetails?cur_code="+e+"&acad_year="+t+"&grade="+a+"&section="+o).then(function(e){0<e.data.length?(i.report_data_new=e.data,i.totalItems=i.report_data_new.length,i.todos=i.report_data_new,i.makeTodos()):(i.filteredTodos=[],swal({title:"Alert",text:" Sorry !!!!Data is not Available",showCloseButton:!0,width:300,height:200}),i.report_data_new=[])})},d.get(c.apiUrl+"api/StudentFee/getDecimalPlaces").then(function(e){i.decimal_degit=e.data,i.decimal_dsc=i.decimal_degit[0].comp_curcy_dec}),i.searched=function(e,t){return _.filter(e,function(e){return searchUtil(e,t)})},i.colname=null,i.reverse=!1,i.sort=function(e){i.colname=e,i.reverse=i.colname===e&&!i.reverse},i.colsvis=!1,i.exportData=function(){i.colsvis=!0,swal({title:"Alert",text:"Do you want to Export in MS-Excel?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){e&&(e=new Blob([document.getElementById("pdf_print").innerHTML],{type:"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;charset=utf-8"}),i.detailsField=!1,saveAs(e,"MedicalHealthReport.xls"),i.colsvis=!1,i.getsubdetail())}),i.colsvis=!0},i.print=function(){i.colsvis=!0,swal({title:"Alert",text:"Do you want to Print?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){var t,a,o;e&&(e=document.head.outerHTML,t=document.getElementById("pdf_print").outerHTML,(o=(a=window.open("","_blank","location=yes, statusbar=no, menubar=no, titlebar=no, toolbar=no,dependent=no, width=800, height=600, resizable=yes, screenX=250, screenY=10, personalbar=no, scrollbars=yes")).document).open(),o.write("<!doctype html><html>"+e+'<body onLoad="window.print()">'+t+"</body></html>"),o.close(),a.focus(),i.detailsField=!1,i.colsvis=!1,i.getsubdetail())})},i.reset_data=function(){i.filteredTodos=[]},i.ischeck=function(){i.checklick=function(){var e=document.getElementById("expire");1==e.checked&&e.checked}}}])}(),function(){"use strict";var e=angular.module("sims.module.HRMS");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("ImportStudentDataCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV","XLSXReaderService","$filter",function(d,e,t,a,o,s,n,i,_){d.rgvtbl=!1,a(function(){$("#fixTable").tableHeadFixer({top:1}),$("#Table1").tableHeadFixer({top:1})},100);var c=t.globals.currentUser.username,l="",r="",m=(d.selectedappl="Student Import",d.bkcolor="#6dabaf",d.importCode="V",jQuery.isEmptyObject(window.localStorage.Finn_comp)||(d.finnDetail=JSON.parse(window.localStorage.Finn_comp),l=d.finnDetail.company,r=d.finnDetail.year),s.get(n.apiUrl+"api/common/Empdashboard/GetDashboardData").then(function(e){d.portal_data=e.data,0<e.data.length?d.portal_data=e.data:(d.portal_data_flg="1",d.portal_data.push({}))}),d.displaytable=!0,d.save=!0,d.items=[],new Date,d.ddMMyyyy=_("date")(new Date,"dd-MM-yyyy")+"-"+_("date")(new Date,"HH-mm-ss"),d.showPreview=!1,d.showJSONPreview=!0,d.json_string="",d.itemsPerPage="50",d.currentPage=0,d.filesize=!1,d.sheets=[],d.vouchertableshow=!0,d.budgettableshow=!0,d.tileshow=!0,d.savehide=!0,d.bdgexportdata=[],new FormData);d.getTheFiles=function(e){d.flag=0,angular.forEach(e,function(e,t){m.append(t,e)})},d.tileClick=function(){"V"==d.importCode&&s.get(n.apiUrl+"api/ImportStudent/getStudentData").then(function(e){d.bdgexportdata=e.data,console.log(d.bdgexportdata),"V"==d.importCode&&0<d.bdgexportdata.length&&d.exportdata()})},d.cancelClick=function(e){d.tileshow=!0,d.bdgsheetsData=[],d.sheetsData=[],d.sheetsData1=[],d.verfieddata=!1,d.warningdata=!1,d.savehide=!0,angular.forEach(angular.element("input[type='file']"),function(e){angular.element(e).val(null)})},d.file_changed=function(e){var t=e.files[0],a=(d.filename=e.files[0],d.photo_filename=t.type,new FileReader);a.onload=function(e){d.$apply(function(){d.prev_img=e.target.result})},a.readAsDataURL(t),document.getElementById("file1").files[0];d.sheets=[],d.excelFile=e.files[0],i.readFile(d.excelFile,d.showPreview,d.showJSONPreview).then(function(e){d.display=!1,d.save=!1;Object.keys(e.sheets.Sheet1[0]).length;if(d.sheets=e.sheets,d.sheetsData=[],"V"==d.importCode){d.Voucher_Number=1,d.uqid=Date.now().toString(36)+Math.random().toString(36).substr(2);for(var t=d.sheets.Sheet1.length-1,a=0;a<d.sheets.Sheet1.length;a++){null==d.sheets.Sheet1[a].sims_student_date||""==d.sheets.Sheet1[a].sims_student_date?d.vd=null:((s=(o=new Date(d.sheets.Sheet1[a].sims_student_date)).getMonth()+1)<10&&(s="0"+s),(n=o.getDate())<10&&(n="0"+n),d.vd=o.getFullYear()+"-"+s+"-"+n),null==d.sheets.Sheet1[a].sims_student_commence_date||""==d.sheets.Sheet1[a].sims_student_commence_date?d.cd=null:((s=(o=new Date(d.sheets.Sheet1[a].sims_student_commence_date)).getMonth()+1)<10&&(s="0"+s),(n=o.getDate())<10&&(n="0"+n),d.cd=o.getFullYear()+"-"+s+"-"+n),null==d.sheets.Sheet1[a].sims_student_dob||""==d.sheets.Sheet1[a].sims_student_dob?d.id=null:((s=(o=new Date(d.sheets.Sheet1[a].sims_student_dob)).getMonth()+1)<10&&(s="0"+s),(n=o.getDate())<10&&(n="0"+n),d.id=o.getFullYear()+"-"+s+"-"+n);var o,s,n,i={sims_student_enroll_number:d.sheets.Sheet1[a].sims_student_enroll_number,sims_student_current_school_code:d.sheets.Sheet1[a].sims_student_current_school_code,sims_student_date:d.vd,sims_student_commence_date:d.cd,sims_student_passport_first_name_en:d.sheets.Sheet1[a].sims_student_passport_first_name_en,sims_student_passport_last_name_en:d.sheets.Sheet1[a].sims_student_passport_last_name_en,sims_student_gender:d.sheets.Sheet1[a].sims_student_gender,sims_student_nationality_code:d.sheets.Sheet1[a].sims_student_nationality_code,sims_student_dob:d.id,sims_student_cur_code:d.sheets.Sheet1[a].sims_student_cur_code,sims_student_admission_academic_year:d.sheets.Sheet1[a].sims_student_admission_academic_year,sims_student_admission_grade_code:d.sheets.Sheet1[a].sims_student_admission_grade_code,sims_admission_section_code:d.sheets.Sheet1[a].sims_admission_section_code,sims_admission_term_code:d.sheets.Sheet1[a].sims_admission_term_code,sims_student_legal_custody:d.sheets.Sheet1[a].sims_student_legal_custody,sims_parent_father_first_name:d.sheets.Sheet1[a].sims_parent_father_first_name,sims_parent_father_nationality1_code:d.sheets.Sheet1[a].sims_parent_father_nationality1_code,sims_admission_fee_category_code:d.sheets.Sheet1[a].sims_admission_fee_category_code,sims_admission_fee_month_code:d.sheets.Sheet1[a].sims_admission_fee_month_code,username:c,company_code:l,financial_year:r,new_id:d.uqid,data_status:t===a?"A":"AC"};d.sheetsData.push(i),d.vouchertableshow=!1,d.budgettableshow=!0,d.savehide=!1}d.SaveDataTable()}d.busy=!0,d.errlabel=!1})},d.SaveDataTable=function(){0<d.sheetsData.length&&s.post(n.apiUrl+"api/ImportStudent/insertStudentDataTable",d.sheetsData).then(function(e){e.data?(angular.forEach(angular.element("input[type='file']"),function(e){angular.element(e).val(null)}),d.sheetsData=[],d.GetStudentdata()):angular.forEach(angular.element("input[type='file']"),function(e){angular.element(e).val(null)})})},d.GetStudentdata=function(){console.log(d.uqid),d.sheetsData=[],d.sheetsData1=[],d.verfieddata=!1,d.warningdata=!1,s.get(n.apiUrl+"api/ImportStudent/Get_Import_Student_data?new_id="+d.uqid).then(function(e){for(var t=0;t<e.data.length;t++)("A"==e.data[t].import_status?(d.verfieddata=!0,d.sheetsData):(d.warningdata=!0,d.sheetsData1)).push(e.data[t])})},d.SaveData=function(){0<d.sheetsData.length&&"V"==d.importCode&&s.post(n.apiUrl+"api/ImportStudent/insertStudentData?new_id="+d.uqid).then(function(e){e.data?(swal("Records Successfully Saved"),angular.forEach(angular.element("input[type='file']"),function(e){angular.element(e).val(null)}),d.sheetsData=[]):(angular.forEach(angular.element("input[type='file']"),function(e){angular.element(e).val(null)}),swal("Records Not Saved"))})},d.uploadClick=function(){m=new FormData},d.cancel=function(){d.display=!0,d.sheets="",d.savehide=!0},d.showPreviewChanged=function(e){d.sheets[d.selectedSheetName]},d.exportdata=function(){console.log(d.AllTableData),d.fileName="student_data_import",d.exportData=[],"V"==d.importCode&&(d.exportData.push(["Sr.No.","sims_student_enroll_number","sims_student_current_school_code","sims_student_date","sims_student_commence_date","sims_student_passport_first_name_en","sims_student_passport_last_name_en","sims_student_gender","sims_student_nationality_code","sims_student_dob","sims_student_cur_code","sims_student_admission_academic_year","sims_student_admission_grade_code","sims_admission_section_code","sims_admission_term_code","sims_student_legal_custody","sims_parent_father_first_name","sims_parent_father_nationality1_code","sims_admission_fee_category_code","sims_admission_fee_month_code"]),angular.forEach(d.bdgexportdata,function(e,t){d.exportData.push([e.sr,e.sims_student_enroll_number,e.sims_student_current_school_code,e.sims_student_date,e.sims_student_commence_date,e.sims_student_passport_first_name_en,e.sims_student_passport_last_name_en,e.sims_student_gender,e.sims_student_nationality_code,e.sims_student_dob,e.sims_student_cur_code,e.sims_student_admission_academic_year,e.sims_student_admission_grade_code,e.sims_admission_section_code,e.sims_admission_term_code,e.sims_student_legal_custody,e.sims_parent_father_first_name,e.sims_parent_father_nationality1_code,e.sims_admission_fee_category_code,e.sims_admission_fee_month_code])}),d.exportexcel(d.exportData))},d.exportexcel=function(e){var t=new function e(){if(!(this instanceof e))return new e;this.SheetNames=[],this.Sheets={}},e=function(e){for(var t,a={},o={s:{c:1e7,r:1e7},e:{c:0,r:0}},s=0;s!=e.length;++s)for(var n=0;n!=e[s].length;++n){o.s.r>s&&(o.s.r=s),o.s.c>n&&(o.s.c=n),o.e.r<s&&(o.e.r=s),o.e.c<n&&(o.e.c=n);var i,d={v:e[s][n]};null!=d.v&&(i=XLSX.utils.encode_cell({c:n,r:s}),"number"==typeof d.v?d.t="n":"boolean"==typeof d.v?d.t="b":d.v instanceof Date?(d.t="n",d.z=XLSX.SSF._table[14],d.v=(t=d.v,void 0&&(t+=1462),(Date.parse(t)-new Date(Date.UTC(1899,11,30)))/864e5)):d.t="s",a[i]=d)}return o.s.c<1e7&&(a["!ref"]=XLSX.utils.encode_range(o)),a}(e),e=(t.SheetNames.push("Sheet1"),t.Sheets.Sheet1=e,XLSX.write(t,{bookType:"xlsx",bookSST:!0,type:"binary"}));saveAs(new Blob([function(e){for(var t=new ArrayBuffer(e.length),a=new Uint8Array(t),o=0;o!=e.length;++o)a[o]=255&e.charCodeAt(o);return t}(e)],{type:"application/octet-stream"}),d.fileName+".xlsx")},d.downloadFormat=function(){d.importCode="V",d.tileClick()}}]),e.directive("ngFiles",["$parse","$scope",function(s,e){return{link:function(t,e,a){var o=s(a.ngFiles);e.on("change",function(e){o(t,{$files:e.target.files})})}}}]),e.factory("XLSXReaderService",["$q","$rootScope",function(s,n){function e(e){angular.extend(this,e)}return e.readFile=function(e,t,a){var o=s.defer();return XLSXReader(e,t,a,function(e){n.$apply(function(){o.resolve(e)})}),o.promise},e}])}(),function(){"use strict";var e=angular.module("sims.module.Finance");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("StudentReceivableLedgerReportCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV","$filter",function(i,e,t,a,o,s,n,d){i.temp={},i.detailsField=!0,i.hideprintpdf=!1,i.student_analysis=!0,i.temp.other_fee_flag=!0,i.temp.cumfeeflag=!1,i.pagesize="50",i.pageindex="0",i.busy=!1,i.pager=!0,i.isSummaryChecked=!1,i.SchoolLogo=n.docUrl+s.defaults.headers.common.schoolId+"/Images/SchoolLogo/";s.defaults.headers.common.schoolId;var c=new Date,l=c.getDate(),r=c.getMonth()+1,l=(c.getFullYear(),(c=new Date).getDate());t.globals.currentUser.username;l<10&&(l="0"+l);(r=c.getMonth()+1)<10&&(r="0"+r);var m=c.getFullYear(),t=(i.sdate=l+"-"+r+"-"+m,i.edate=l+"-"+r+"-"+m,i.from_date1=l+"-"+r+"-"+m,i.from_date=l+"-"+r+"-"+m,i.to_date=l+"-"+r+"-"+m,i.finnDetail=JSON.parse(window.localStorage.Finn_comp),i.finnDetail.year);$(function(){$("#chkmarks").click(function(){$(this).is(":checked")?($("#fdate").attr("disabled","disabled"),i.from_date=""):($("#fdate").removeAttr("disabled"),$("#fdate").focus(),i.from_date=l+"-"+r+"-"+m)})}),$(function(){$("#chkmarks1").click(function(){$(this).is(":checked")?($("#fdate").attr("disabled","disabled"),i.mom_end_date=""):($("#fdate").removeAttr("disabled"),$("#fdate").focus(),i.mom_end_date=l+"-"+r+"-"+m)})}),$(document).ready(function(){$("#from_date_new").kendoDatePicker({format:"dd-MM-yyyy"})}),$(document).ready(function(){$("#to_date_new").kendoDatePicker({format:"dd-MM-yyyy"})}),s.get(n.apiUrl+"api/GLSLQuery/getdateoption_GL_Query?").then(function(e){i.Date_option=e.data,setTimeout(function(){$("#cmb_date_opt").select2()},100)}),s.get(n.apiUrl+"api/GLSLQuery/getDate_SL_Query?finance_year="+t).then(function(e){i.getDates=e.data,0<i.getDates.length&&(i.from_date=i.getDates[0].sims_financial_year_start_date,i.to_date=i.getDates[0].sims_financial_year_end_date)}),i.onChange1=function(){"3"==i.date_option&&(i.from_date=moment(i.from_date1,"DD-MM-YYYY").startOf("month").format("DD-MM-YYYY"),i.to_date=moment(i.from_date1,"DD-MM-YYYY").endOf("month").format("DD-MM-YYYY")),"4"==i.date_option&&(i.from_date=moment(i.from_date1,"DD-MM-YYYY").subtract(1,"month").startOf("month").format("DD-MM-YYYY"),i.to_date=moment(i.from_date1,"DD-MM-YYYY").subtract(1,"month").endOf("month").format("DD-MM-YYYY")),"5"==i.date_option&&(i.from_date=moment(i.from_date1,"DD-MM-YYYY").startOf("week").format("DD-MM-YYYY"),i.to_date=moment(i.from_date1,"DD-MM-YYYY").endOf("week").format("DD-MM-YYYY")),"6"==i.date_option&&(i.from_date=moment(i.from_date1,"DD-MM-YYYY").subtract(1,"week").startOf("week").format("DD-MM-YYYY"),i.to_date=moment(i.from_date1,"DD-MM-YYYY").subtract(1,"week").endOf("week").format("DD-MM-YYYY")),"7"==i.date_option&&(i.from_date=moment(i.from_date1,"DD-MM-YYYY").format("DD-MM-YYYY"),i.to_date=moment(i.from_date1,"DD-MM-YYYY").format("DD-MM-YYYY")),"8"==i.date_option&&(i.from_date=moment(i.from_date1,"DD-MM-YYYY").startOf("year").format("DD-MM-YYYY"),i.to_date=moment(i.from_date1,"DD-MM-YYYY").endOf("year").format("DD-MM-YYYY")),"9"==i.date_option&&(i.from_date=moment(i.from_date1,"DD-MM-YYYY").subtract(1,"year").startOf("year").format("DD-MM-YYYY"),i.to_date=moment(i.from_date1,"DD-MM-YYYY").subtract(1,"year").endOf("year").format("DD-MM-YYYY")),"10"==i.date_option&&(i.from_date=moment(i.from_date1,"DD-MM-YYYY").month("September").startOf("month").format("DD-MM-YYYY"),i.to_date=moment(i.from_date1,"DD-MM-YYYY").add("year",1).month("August").endOf("month").format("DD-MM-YYYY")),"11"==i.date_option&&(i.from_date=moment(i.from_date1,"DD-MM-YYYY").subtract("year",1).month("September").startOf("month").format("DD-MM-YYYY"),i.to_date=moment(i.from_date1,"DD-MM-YYYY").month("August").startOf("month").format("DD-MM-YYYY")),"12"==i.date_option&&(i.from_date=moment(i.from_date1,"DD-MM-YYYY").subtract(1,"days").format("DD-MM-YYYY"),i.to_date=moment(i.from_date1,"DD-MM-YYYY").subtract(1,"days").format("DD-MM-YYYY")),"13"==i.date_option&&(i.current_Quatar_from_date=moment(i.from_date1,"DD-MM-YYYY").startOf("quarter").format("DD-MM-YYYY"),i.from_date=moment(i.current_Quatar_from_date,"DD-MM-YYYY").add(2,"month").startOf("month").format("DD-MM-YYYY"),i.current_Quatar_to_date=moment(i.from_date1,"DD-MM-YYYY").endOf("quarter").format("DD-MM-YYYY"),i.to_date=moment(i.current_Quatar_to_date,"DD-MM-YYYY").add(2,"month").endOf("month").format("DD-MM-YYYY")),"14"==i.date_option&&(i.current_Quatar_from_date=moment(i.from_date1,"DD-MM-YYYY").subtract(1,"quarter").startOf("quarter").format("DD-MM-YYYY"),i.from_date=moment(i.current_Quatar_from_date,"DD-MM-YYYY").add(2,"month").startOf("month").format("DD-MM-YYYY"),i.current_Quatar_to_date=moment(i.from_date1,"DD-MM-YYYY").subtract(1,"quarter").endOf("quarter").format("DD-MM-YYYY"),i.to_date=moment(i.current_Quatar_to_date,"DD-MM-YYYY").add(2,"month").endOf("month").format("DD-MM-YYYY")),"15"==i.date_option&&(i.from_date=moment(i.from_date1,"DD-MM-YYYY").startOf("week").format("DD-MM-YYYY"),i.to_date=moment(i.from_date1,"DD-MM-YYYY").format("DD-MM-YYYY")),"16"==i.date_option&&(i.from_date=moment(i.from_date1,"DD-MM-YYYY").startOf("month").format("DD-MM-YYYY"),i.to_date=moment(i.from_date1,"DD-MM-YYYY").format("DD-MM-YYYY")),"17"==i.date_option&&(i.current_Quatar_from_date=moment(i.from_date1,"DD-MM-YYYY").startOf("quarter").format("DD-MM-YYYY"),i.from_date=moment(i.current_Quatar_from_date,"DD-MM-YYYY").add(2,"month").startOf("month").format("DD-MM-YYYY"),i.to_date=moment(i.from_date1,"DD-MM-YYYY").format("DD-MM-YYYY")),"18"==i.date_option&&(i.from_date=moment(i.from_date1,"DD-MM-YYYY").startOf("year").format("DD-MM-YYYY"),i.to_date=moment(i.from_date1,"DD-MM-YYYY").format("DD-MM-YYYY")),"19"==i.date_option&&(i.from_date=moment(i.from_date1,"DD-MM-YYYY").subtract(1,"year").startOf("year").format("DD-MM-YYYY"),i.to_date=moment(i.from_date1,"DD-MM-YYYY").format("DD-MM-YYYY")),"20"==i.date_option&&(i.current_Quatar_from_date=moment(i.from_date1,"DD-MM-YYYY").subtract(1,"quarter").startOf("quarter").format("DD-MM-YYYY"),i.from_date=moment(i.current_Quatar_from_date,"DD-MM-YYYY").add(2,"month").startOf("month").format("DD-MM-YYYY"),i.to_date=moment(i.from_date1,"DD-MM-YYYY").format("DD-MM-YYYY")),"21"==i.date_option&&(i.from_date=moment(i.from_date1,"DD-MM-YYYY").subtract(1,"week").startOf("week").format("DD-MM-YYYY"),i.to_date=moment(i.from_date1,"DD-MM-YYYY").format("DD-MM-YYYY")),"22"==i.date_option&&(i.from_date=moment(i.from_date1,"DD-MM-YYYY").startOf("year").format("DD-MM-YYYY"),i.to_date=moment(i.from_date1,"DD-MM-YYYY").subtract(1,"month").startOf("month").format("DD-MM-YYYY")),"23"==i.date_option&&(i.from_date=moment(i.from_date1,"DD-MM-YYYY").startOf("year").format("DD-MM-YYYY"),i.to_date=moment(i.from_date1,"DD-MM-YYYY").startOf("month").format("DD-MM-YYYY")),"24"==i.date_option&&(i.from_date=moment(i.from_date1,"DD-MM-YYYY").add(1,"week").startOf("week").format("DD-MM-YYYY"),i.to_date=moment(i.from_date1,"DD-MM-YYYY").add(1,"week").endOf("week").format("DD-MM-YYYY")),"25"==i.date_option&&(i.from_date=moment(i.from_date1,"DD-MM-YYYY").add(4,"week").startOf("week").format("DD-MM-YYYY"),i.to_date=moment(i.from_date1,"DD-MM-YYYY").add(4,"week").endOf("week").format("DD-MM-YYYY")),"26"==i.date_option&&(i.from_date=moment(i.from_date1,"DD-MM-YYYY").add(1,"month").startOf("month").format("DD-MM-YYYY"),i.to_date=moment(i.from_date1,"DD-MM-YYYY").add(1,"month").endOf("month").format("DD-MM-YYYY")),"27"==i.date_option&&(i.from_date=moment(i.from_date1,"DD-MM-YYYY").add(1,"year").startOf("year").format("DD-MM-YYYY"),i.to_date=moment(i.from_date1,"DD-MM-YYYY").add(1,"year").endOf("year").format("DD-MM-YYYY")),"28"==i.date_option&&(i.from_date=moment(i.from_date1,"DD-MM-YYYY").subtract(30,"days").format("DD-MM-YYYY"),i.to_date=moment(i.from_date1,"DD-MM-YYYY").format("DD-MM-YYYY")),"29"==i.date_option&&(i.from_date=moment(i.from_date1,"DD-MM-YYYY").subtract(60,"days").format("DD-MM-YYYY"),i.to_date=moment(i.from_date1,"DD-MM-YYYY").format("DD-MM-YYYY")),"30"==i.date_option&&(i.from_date=moment(i.from_date1,"DD-MM-YYYY").subtract(90,"days").format("DD-MM-YYYY"),i.to_date=moment(i.from_date1,"DD-MM-YYYY").format("DD-MM-YYYY"))},i.size=function(e){"All"==e?(i.currentPage="1",i.filteredTodos=i.todos,i.pager=!1):(i.pager=!0,i.pagesize=e,i.currentPage=1,i.numPerPage=e,i.makeTodos())},i.index=function(e){i.pageindex=e,i.currentPage=e,console.log("currentPage="+i.currentPage),i.makeTodos(),i.chk={},i.chk.chk_all=!1,i.row1=""},i.filteredTodos=[],i.currentPage=1,i.numPerPage=50,i.maxSize=100,i.OB_total=0,i.CB_total=0,i.processData=function(e){i.OB_total=0,i.CB_total=0;let s={},n=new Set;return e.forEach((e,t)=>{var a=e.sltr_slmast_acno,o=e.sims_fee_type;n.add(o),s[a]||(s[a]={"Sr No":t+1,"Student Id":a,"Student Name":e.student_name,Grade:e.grade_name,Section:e.section_name,OB:0,CB:0,Fees:{}}),s[a].Fees[o]={Amount:(parseFloat(e.student_invoice_amount)-parseFloat(e.student_paid_amount)).toFixed(2)},s[a].OB=(parseFloat(s[a].OB)+parseFloat(e.student_opening_balance_amount)).toFixed(2),s[a].CB=(parseFloat(s[a].CB)+parseFloat(e.student_closing_balance_amount)).toFixed(2)}),{students:Object.values(s),feeTypes:Array.from(n)}},i.makeTodos=function(){var e,t;"All"==i.pagesize?(i.currentPage=1,i.showPager=!1,i.filteredTodos=i.students):(e=parseInt(i.totalItems%i.numPerPage),i.pagersize="0"==e?parseInt(i.totalItems/i.numPerPage):parseInt(i.totalItems/i.numPerPage)+1,e=(i.currentPage-1)*i.numPerPage,t=parseInt(e)+parseInt(i.numPerPage),console.log("begin="+e),console.log("end="+t),i.filteredTodos=i.todos.slice(e,t))},s.get(n.apiUrl+"api/common/getCuriculum").then(function(e){i.cur_data=e.data,i.temp.sims_cur_code=i.cur_data[0].sims_cur_code,i.getAcademic_year(i.cur_data[0].sims_cur_code)}),i.getAcademic_year=function(e){s.get(n.apiUrl+"api/common/getAcademicYear?curCode="+i.temp.sims_cur_code).then(function(e){i.acad_data=e.data,i.temp.sims_academic_year=i.acad_data[0].sims_academic_year})},s.get(n.apiUrl+"api/family_statement/getParent_student_status").then(function(e){i.satus=e.data,i.temp.parent_flag=i.satus[0].code}),i.calculateTotalFee=function(t){let a=0;return i.students.forEach(e=>{e.Fees[t]&&(a+=parseFloat(e.Fees[t].Amount))}),a.toFixed(2)},i.showTable=!1,i.getdetail1=function(){i.OB_total=0,i.CB_total=0,i.inv_total=0,i.tran_total=0,i.colsvis=!1,i.date=i.from_date,i.acad=$("#acad_box option:selected").text(),i.cur=$("#cur_box option:selected").text(),i.user=$("#user_box option:selected").text(),i.showTable=!1,i.pager=!1,i.detailsField=!0,i.busy=!0,s.get(n.apiUrl+"api/GLSLQuery/GetStudentReceivableLedgerReport?from_date="+i.from_date+"&to_date="+i.to_date+"&sumView="+i.isSummaryChecked).then(function(e){0<e.data.length?(i.showTable=!0,i.report_data_new=e.data,i.isSummaryChecked?(i.students=i.report_data_new,i.students.forEach((e,t)=>{i.OB_total=(parseFloat(i.OB_total)+parseFloat(e.student_opening_balance_amount)).toFixed(2),i.CB_total=(parseFloat(i.CB_total)+parseFloat(e.student_closing_balance_amount)).toFixed(2),i.inv_total=(parseFloat(i.inv_total)+parseFloat(e.student_invoice_amount)).toFixed(2),i.tran_total=(parseFloat(i.tran_total)+parseFloat(e.student_paid_amount)).toFixed(2)})):(e=i.processData(i.report_data_new),i.students=e.students,i.feeTypes=e.feeTypes,i.students.forEach((e,t)=>{i.OB_total=(parseFloat(i.OB_total)+parseFloat(e.OB)).toFixed(2),i.CB_total=(parseFloat(i.CB_total)+parseFloat(e.CB)).toFixed(2)})),i.total_length=angular.copy(i.students.length),i.totalItems=i.students.length,i.todos=i.students,i.makeTodos(),i.busy=!1,console.log("$scope.pagesize",i.pagesize),e=$("#Select1").val(),i.size(e)):(i.busy=!1,i.filteredTodos=[],swal({title:"Alert",text:"Data is not Found",showCloseButton:!0,width:300,height:200}))})},i.searched=function(e,o){return _.filter(e,function(e){return i.isSummaryChecked?(a=o,-1<(t=e).sltr_slmast_acno.toLowerCase().indexOf(a.toLowerCase())||-1<t.grade_name.toLowerCase().indexOf(a.toLowerCase())||-1<t.student_name.toLowerCase().indexOf(a.toLowerCase())||-1<t.section_name.toLowerCase().indexOf(a.toLowerCase())):(t=o,-1<(a=e)["Student Id"].toLowerCase().indexOf(t.toLowerCase())||-1<a["Student Name"].toLowerCase().indexOf(t.toLowerCase())||-1<a.Grade.toLowerCase().indexOf(t.toLowerCase())||-1<a.Section.toLowerCase().indexOf(t.toLowerCase()));var t,a})},i.search=function(){if(i.todos=i.searched(i.students,i.searchText),i.totalItems=i.todos.length,i.currentPage="1",""==i.searchText&&(i.todos=i.students),i.makeTodos(),1==(main=document.getElementById("mainchk")).checked)for(var e=0;e<i.filteredTodos.length;e++){var t=i.filteredTodos[e].report_data_new;document.getElementById(t).checked=!1,main.checked=!1,i.row1=""}},i.colname=null,i.reverse=!1,i.sort=function(e){i.colname=e,i.reverse=i.colname===e&&!i.reverse},i.colsvis=!1,i.exportData=function(){i.colsvis=!0,swal({title:"Alert",text:"Do you want to Export in MS-Excel?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){var t;e&&(i.isSummaryChecked?(t=new Blob([document.getElementById("pdf_print2").innerHTML],{type:"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;charset=utf-8"}),i.showsumaryField=!1):(t=new Blob([document.getElementById("pdf_print1").innerHTML],{type:"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;charset=utf-8"}),i.detailsField=!1),i.detailsField=!1,saveAs(t,"AnalysysReport.xls"),i.colsvis=!1,i.getDetail1())}),i.colsvis=!0},i.exportData2=function(){swal({title:"",text:"Are you sure you want to Save?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){e&&alasql('SELECT * INTO XLSX("Student_Report.xlsx",{headers:true})  FROM HTML("#example",{headers:true,skipdisplaynone:true})')}),i.table=!1},i.reset=function(){i.filteredTodos=[],i.pager=!1,i.temp.sltr_tran_amt_dr_total=0,i.temp.sltr_tran_amt_cr_total=0,i.temp.pdc_amount_total=0,i.temp.net_amt_total=0,i.temp.perc_amt_total=0},i.sortBy=function(e){i.reverse=i.propertyName===e&&!i.reverse,i.propertyName=e},i.ischeck=function(){i.checklick=function(){var e=document.getElementById("expire");1==e.checked&&e.checked}}}])}(),function(){"use strict";var e=angular.module("sims.module.Library");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("ImportLibraryDataCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV","XLSXReaderService","$filter",function(d,e,t,a,o,s,n,i,_){d.rgvtbl=!1,a(function(){$("#fixTable").tableHeadFixer({top:1}),$("#Table1").tableHeadFixer({top:1})},100);var c=t.globals.currentUser.username,l="",r="",m=(d.selectedappl="Library Import",d.bkcolor="#6dabaf",jQuery.isEmptyObject(window.localStorage.Finn_comp)||(d.finnDetail=JSON.parse(window.localStorage.Finn_comp),l=d.finnDetail.company,r=d.finnDetail.year),s.get(n.apiUrl+"api/common/Empdashboard/GetDashboardData").then(function(e){d.portal_data=e.data,0<e.data.length?d.portal_data=e.data:(d.portal_data_flg="1",d.portal_data.push({}))}),d.displaytable=!0,d.save=!0,d.items=[],new Date,d.ddMMyyyy=_("date")(new Date,"dd-MM-yyyy")+"-"+_("date")(new Date,"HH-mm-ss"),d.showPreview=!1,d.showJSONPreview=!0,d.json_string="",d.itemsPerPage="50",d.currentPage=0,d.filesize=!1,d.sheets=[],d.vouchertableshow=!0,d.budgettableshow=!0,d.tileshow=!0,d.savehide=!0,d.bdgexportdata=[],new FormData);d.getTheFiles=function(e){d.flag=0,angular.forEach(e,function(e,t){m.append(t,e)})},d.tileClick=function(){"V"==d.importCode&&s.get(n.apiUrl+"api/ImportLibrary/getLibraryData").then(function(e){d.bdgexportdata=e.data,console.log(d.bdgexportdata),"V"==d.importCode&&0<d.bdgexportdata.length&&d.exportdata()})},d.cancelClick=function(e){d.tileshow=!0,d.bdgsheetsData=[],d.sheetsData=[],d.sheetsData1=[],d.verfieddata=!1,d.warningdata=!1,d.savehide=!0,angular.forEach(angular.element("input[type='file']"),function(e){angular.element(e).val(null)})},d.file_changed=function(e){var t=e.files[0],a=(d.filename=e.files[0],d.photo_filename=t.type,new FileReader);a.onload=function(e){d.$apply(function(){d.prev_img=e.target.result})},a.readAsDataURL(t),document.getElementById("file1").files[0];d.sheets=[],d.excelFile=e.files[0],i.readFile(d.excelFile,d.showPreview,d.showJSONPreview).then(function(e){d.display=!1,d.save=!1;Object.keys(e.sheets.Sheet1[0]).length;if(d.sheets=e.sheets,d.sheetsData=[],"V"==d.importCode){d.Voucher_Number=1,d.uqid=Date.now().toString(36)+Math.random().toString(36).substr(2);for(var t,a=0;a<d.sheets.Sheet1.length;a++)t=null==d.sheets.Sheet1[a].sims_library_isbn_number?a-1:a;for(a=0;a<d.sheets.Sheet1.length;a++){null==d.sheets.Sheet1[a].sims_library_item_date_of_publication||""==d.sheets.Sheet1[a].sims_library_item_date_of_publication?d.vd=null:((s=(o=new Date(d.sheets.Sheet1[a].sims_library_item_date_of_publication)).getMonth()+1)<10&&(s="0"+s),(n=o.getDate())<10&&(n="0"+n),d.vd=o.getFullYear()+"-"+s+"-"+n),null==d.sheets.Sheet1[a].sims_library_item_entry_date||""==d.sheets.Sheet1[a].sims_library_item_entry_date?d.cd=null:((s=(o=new Date(d.sheets.Sheet1[a].sims_library_item_entry_date)).getMonth()+1)<10&&(s="0"+s),(n=o.getDate())<10&&(n="0"+n),d.cd=o.getFullYear()+"-"+s+"-"+n);var o,s,n,i={sims_library_isbn_number:d.sheets.Sheet1[a].sims_library_isbn_number,sims_library_item_name:d.sheets.Sheet1[a].sims_library_item_name,sims_library_item_title:d.sheets.Sheet1[a].sims_library_item_title,sims_library_item_category:d.sheets.Sheet1[a].sims_library_item_category,sims_library_item_subcategory:d.sheets.Sheet1[a].sims_library_item_subcategory,sims_library_item_catalogue_code:d.sheets.Sheet1[a].sims_library_item_catalogue_code,sims_library_item_author1:d.sheets.Sheet1[a].sims_library_item_author1,sims_library_item_author2:d.sheets.Sheet1[a].sims_library_item_author2,sims_library_item_name_of_publisher:d.sheets.Sheet1[a].sims_library_item_name_of_publisher,sims_library_item_date_of_publication:d.vd,sims_library_item_entry_date:d.cd,sims_library_item_status_code:d.sheets.Sheet1[a].sims_library_item_status_code,sims_library_item_location_code:d.sheets.Sheet1[a].sims_library_item_location_code,sims_library_item_number_of_copies:d.sheets.Sheet1[a].sims_library_item_number_of_copies,username:c,company_code:l,financial_year:r,new_id:d.uqid,data_status:t===a?"A":"AC"};null!=d.sheets.Sheet1[a].sims_library_isbn_number&&d.sheetsData.push(i),d.vouchertableshow=!1,d.budgettableshow=!0,d.savehide=!1}d.SaveDataTable()}else alert("Please! Download the Excel File!!");d.busy=!0,d.errlabel=!1})},d.SaveDataTable=function(){0<d.sheetsData.length&&s.post(n.apiUrl+"api/ImportLibrary/insertLibraryDataTable",d.sheetsData).then(function(e){e.data?(angular.forEach(angular.element("input[type='file']"),function(e){angular.element(e).val(null)}),d.sheetsData=[],d.GetLibrarydata()):angular.forEach(angular.element("input[type='file']"),function(e){angular.element(e).val(null)})})},d.GetLibrarydata=function(){console.log(d.uqid),d.sheetsData=[],d.sheetsData1=[],d.verfieddata=!1,d.warningdata=!1,s.get(n.apiUrl+"api/ImportLibrary/Get_Import_Library_data?new_id="+d.uqid).then(function(e){for(var t=0;t<e.data.length;t++)("A"==e.data[t].import_status?(d.verfieddata=!0,d.sheetsData):(d.warningdata=!0,d.sheetsData1)).push(e.data[t])})},d.SaveData=function(){0<d.sheetsData.length&&"V"==d.importCode&&s.post(n.apiUrl+"api/ImportLibrary/insertLibraryData?new_id="+d.uqid).then(function(e){e.data?(swal("Records Successfully Saved"),angular.forEach(angular.element("input[type='file']"),function(e){angular.element(e).val(null)}),d.sheetsData=[]):(angular.forEach(angular.element("input[type='file']"),function(e){angular.element(e).val(null)}),swal("Records Not Saved"))})},d.uploadClick=function(){m=new FormData},d.cancel=function(){d.display=!0,d.sheets="",d.savehide=!0},d.showPreviewChanged=function(e){d.sheets[d.selectedSheetName]},d.exportdata=function(){console.log(d.AllTableData),d.fileName="library_data_import",d.exportData=[],"V"==d.importCode&&(d.exportData.push(["Sr.No.","sims_library_isbn_number","sims_library_item_name","sims_library_item_title","sims_library_item_category","sims_library_item_subcategory","sims_library_item_catalogue_code","sims_library_item_author1","sims_library_item_author2","sims_library_item_name_of_publisher","sims_library_item_date_of_publication","sims_library_item_entry_date","sims_library_item_status_code","sims_library_item_location_code","sims_library_item_number_of_copies"]),angular.forEach(d.bdgexportdata,function(e,t){d.exportData.push([e.sr,e.sims_library_isbn_number,e.sims_library_item_name,e.sims_library_item_title,e.sims_library_item_category,e.sims_library_item_subcategory,e.sims_library_item_catalogue_code,e.sims_library_item_author1,e.sims_library_item_author2,e.sims_library_item_name_of_publisher,e.sims_library_item_date_of_publication,e.sims_library_item_entry_date,e.sims_library_item_status_code,e.sims_library_item_location_code,e.sims_library_item_number_of_copies])}),d.exportexcel(d.exportData))},d.exportexcel=function(e){var t=new function e(){if(!(this instanceof e))return new e;this.SheetNames=[],this.Sheets={}},e=function(e){for(var t,a={},o={s:{c:1e7,r:1e7},e:{c:0,r:0}},s=0;s!=e.length;++s)for(var n=0;n!=e[s].length;++n){o.s.r>s&&(o.s.r=s),o.s.c>n&&(o.s.c=n),o.e.r<s&&(o.e.r=s),o.e.c<n&&(o.e.c=n);var i,d={v:e[s][n]};null!=d.v&&(i=XLSX.utils.encode_cell({c:n,r:s}),"number"==typeof d.v?d.t="n":"boolean"==typeof d.v?d.t="b":d.v instanceof Date?(d.t="n",d.z=XLSX.SSF._table[14],d.v=(t=d.v,void 0&&(t+=1462),(Date.parse(t)-new Date(Date.UTC(1899,11,30)))/864e5)):d.t="s",a[i]=d)}return o.s.c<1e7&&(a["!ref"]=XLSX.utils.encode_range(o)),a}(e),e=(t.SheetNames.push("Sheet1"),t.Sheets.Sheet1=e,XLSX.write(t,{bookType:"xlsx",bookSST:!0,type:"binary"}));saveAs(new Blob([function(e){for(var t=new ArrayBuffer(e.length),a=new Uint8Array(t),o=0;o!=e.length;++o)a[o]=255&e.charCodeAt(o);return t}(e)],{type:"application/octet-stream"}),d.fileName+".xlsx")},d.importCode="V",d.downloadFormat=function(){d.importCode="V",d.tileClick()}}]),e.directive("ngFiles",["$parse","$scope",function(s,e){return{link:function(t,e,a){var o=s(a.ngFiles);e.on("change",function(e){o(t,{$files:e.target.files})})}}}]),e.factory("XLSXReaderService",["$q","$rootScope",function(s,n){function e(e){angular.extend(this,e)}return e.readFile=function(e,t,a){var o=s.defer();return XLSXReader(e,t,a,function(e){n.$apply(function(){o.resolve(e)})}),o.promise},e}])}(),function(){"use strict";var u,g="",h=!1,f="",e=angular.module("sims.module.Finance");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("BankPaymentNewCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(_,t,e,a,o,i,d){_.edt="",_.edt1=[],_.operation=!0,_.table1=!0,_.addbtn=!0,_.btnDelete=!1,_.users=[],_.chkcost_Ac=!1,_.data=[],_.Bankdetails="",_.Bankdetails=[],_.chkcost=!1,_.cost_combo=!1,_.geDocCode_new=[],_.edt5=[],_.temp={},_.temp3={},_.supplierdetails=!0,_.pendingsupplierdetails=!0,_.othersupplierdetails=!0,_.doc_detail_grid=!0,_.doc_detail_data=[];var s=new FormData,n=e.globals.currentUser.username.toLowerCase(),c=(_.finnDetail=JSON.parse(window.localStorage.Finn_comp),_.finnDetail.company),l=_.finnDetail.year,r=_.finnDetail.comp_vat_per,m=_.finnDetail.comp_vat_status,e=(_.finnDetail.input_vat_acct,_.Bankdetails.push({gldd_vat_enable:"Y"==m,gldd_include_vat:!1,sllc_ldgr_code:"00",vat_details:!1,gldd_doc_amount:0,gldd_doc_vat_amt:0}),i.get(d.apiUrl+"api/JVCreation/GetReportUrl?opr=J&sub_opr=Single").then(function(e){_.final_doc_url=e.data}),a(function(){$("#fixTable").tableHeadFixer({top:1})},100),a(function(){$("#fixTable1").tableHeadFixer({top:1})},100),setTimeout(function(){$("#0_account_code").select2()},100),setTimeout(function(){$("#pty_ref_date0").kendoDatePicker({format:"dd-MM-yyyy"})},500),_.add_Grid=function(){_.Bankdetails.push({gldd_vat_enable:"Y"==m,gldd_include_vat:!1,sllc_ldgr_code:"00",vat_details:!1,gldd_doc_amount:0,gldd_doc_vat_amt:0}),setTimeout(function(){$("#"+(_.Bankdetails.length-1)+"_account_code").select2()},100),setTimeout(function(){$("#pty_ref_date"+(_.Bankdetails.length-1)).kendoDatePicker({format:"dd-MM-yyyy"})},500),_.getSLAccNo(_.Bankdetails[_.Bankdetails.length-1],_.Bankdetails.length-1)},i.get(d.apiUrl+"api/JVCreation/getDocCodeJV?comp_code="+c+"&finance_year="+l).then(function(e){_.geDocCode=e.data;for(var t=0;t<_.geDocCode.length;t++)"BP"==_.geDocCode[t].gldc_doc_code_type&&_.geDocCode_new.push(_.geDocCode[t]);1<_.geDocCode_new.length?(_.dis_doc_cd=!1,_.temp3.gltd_doc_code=_.geDocCode_new[0].gltd_doc_code,i.get(d.apiUrl+"api/BankPayment/GetAllCashBankGLMasterAccountNo?cmp_cd="+c+"&financialyear="+l+"&doc_cd="+_.temp3.gltd_doc_code).then(function(e){_.bankname=e.data,_.edt5.master_acno=e.data[0],_.getAccountName(e.data[0])})):1==_.geDocCode_new.length&&(_.dis_doc_cd=!0,_.temp3.gltd_doc_code=_.geDocCode_new[0].gltd_doc_code,i.get(d.apiUrl+"api/BankPayment/GetAllCashBankGLMasterAccountNo?cmp_cd="+c+"&financialyear="+l+"&doc_cd="+_.geDocCode_new[0].gltd_doc_code).then(function(e){_.bankname=e.data,_.edt5.master_acno=e.data[0],_.getAccountName(e.data[0])})),_.DocNarr=[],i.get(d.apiUrl+"api/JVCreation/getDoc_Remarks?&cmp_cd="+c+"&fyear="+l+"&doc_code="+_.temp3.gltd_doc_code+"&remark_type=Bank_Payment").then(function(e){if(_.DocNarration=e.data,0<_.DocNarration.length)for(var t=0;t<_.DocNarration.length;t++)_.DocNarr.push(_.DocNarration[t].gdn_doc_narration)}),i.get(d.apiUrl+"api/BankPayment/getVATProfileDetails?comp_code="+c).then(function(e){_.vatProfile=e.data})}),_.show_master_ac=function(e){i.get(d.apiUrl+"api/BankPayment/GetAllCashBankGLMasterAccountNo?cmp_cd="+c+"&financialyear="+l+"&doc_cd="+e).then(function(e){_.bankname=e.data,_.edt5.master_acno=e.data[0],_.getAccountName(e.data[0])}),i.get(d.apiUrl+"api/JVCreation/GetDocReportUrl?opr=J&sub_opr=Doc_URL&comp_code="+c+"&fyear="+l+"&condition="+e+"&condition1=&condition2=&condition3=&condition4=&condition5=").then(function(e){_.final_doc_url=e.data})},_.CheckPrintReport=function(){var e={location:_.final_doc_url,parameter:{comp_detail:c,doc_code:_.temp3.gltd_doc_code,doc_no:_.Docno},state:"main.Fin141"};window.localStorage.ReportDetails=JSON.stringify(e),t.go("main.ReportCardParameter")},_.cancel=function(){_.addbtn=!0,_.updatebtn=!1,_.chkcost=!1,_.cost_combo=!1,_.edt="",_.edt1="",_.myForm.$setPristine(),_.myForm.$setUntouched()},$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,format:"dd-mm-yyyy",todayHighlight:!0}),$(document).on("touch click",'*[data-datepicker="true"] .add-on',function(e){$('input[type="text"]',$(this).parent()).focus()}),new Date),a=e.getDate(),p=e.getMonth()+1,e=(p<10&&(p="0"+p),e.getFullYear());_.sdate=a+"-"+p+"-"+e,_.edate=a+"-"+p+"-"+e,_.edt4={DocDate:a+"-"+p+"-"+e,PostDate:a+"-"+p+"-"+e,ChequeDate:a+"-"+p+"-"+e,gltd_payment_date:a+"-"+p+"-"+e},_.getDepartcode=function(e){i.get(d.apiUrl+"api/BankPayment/getCostCenter?aacno="+e+"&comp_cd="+c+"&fyear="+l).then(function(e){_.costcenter=e.data,0<_.costcenter.length?_.chkcost=!0:(_.chkcost=!1,_.temp.cost_chk=!1,_.cost_combo=!1)});for(var t=0;t<_.getAllAccNos.length;t++)_.getAllAccNos[t].gldd_acct_code==e&&(_.edt1={coad_dept_no:_.getAllAccNos[t].gldd_dept_code+"-"+_.getAllAccNos[t].gldd_dept_name,dept_no:_.getAllAccNos[t].gldd_dept_code,gldd_acct_code:_.getAllAccNos[t].gldd_acct_code,gldd_party_ref_no:_.getAllAccNos[t].supplier_trn_number,codp_dept_name:_.getAllAccNos[t].gldd_dept_name,gldd_acct_name:_.getAllAccNos[t].gldd_acct_name},_.temp.gltd_paid_to=_.getAllAccNos[t].coad_pty_short_name);console.log("bank",_.Bankdetails)},_.getDepartcode=function(e,t){i.get(d.apiUrl+"api/BankPayment/getCostCenter?aacno="+e+"&comp_cd="+c+"&fyear="+l).then(function(e){_.costcenter=e.data,0<_.costcenter.length?_.chkcost=!0:(_.chkcost=!1,_.temp.cost_chk=!1,_.cost_combo=!1)});for(var a=0;a<t.getAllAccNos.length;a++)t.getAllAccNos[a].gldd_acct_code==t.gldd_acct_code&&(_.dept_flg=!0,t.coad_dept_no=t.getAllAccNos[a].gldd_dept_code+"-"+t.getAllAccNos[a].gldd_dept_name,t.gldd_dept_code=t.getAllAccNos[a].gldd_dept_code,t.gldd_acct_code=t.getAllAccNos[a].gldd_acct_code,t.codp_dept_name=t.getAllAccNos[a].gldd_dept_name,t.gldd_acct_name=t.getAllAccNos[a].gldd_acct_name,t.gldd_party_ref_no=t.getAllAccNos[a].gldd_party_ref_no);0==_.dept_flg&&(t.coad_dept_no="",t.gldd_dept_code="",t.gldd_acct_code="",t.codp_dept_name="",t.gldd_acct_name="",t.gldd_party_ref_no="")},_.cost_center=function(e){_.cost_combo=1==e},_.cost_center_Account=function(e){_.cost_combo_AC=1==e},_.vat_cal=function(e,t){if(""==t.gldd_doc_amount&&(t.gldd_doc_amount=0),null!=e){t.gldd_tax_code=e.vat_code,t.gldd_tax_percentage=e.vat_per_value,t.vat_included_in_price=e.vat_included_in_price,t.gldd_tax_acct_code=e.vat_invoice_acno,t.gldd_tax_amount=0,t.gldd_doc_vat_amt=0;var a=parseFloat(t.gldd_doc_amount);0!=e.vat_per_value?"Y"==e.vat_included_in_price?(t.gldd_tax_amount=parseFloat(a*parseFloat(e.vat_per_value)/(100+parseFloat(e.vat_per_value))).toFixed(3),t.gldd_doc_vat_amt=parseFloat(a*parseFloat(e.vat_per_value)/(100+parseFloat(e.vat_per_value))).toFixed(3),t.gldd_doc_amount=parseFloat(a-parseFloat(a*parseFloat(e.vat_per_value)/(100+parseFloat(e.vat_per_value)))).toFixed(3)):(t.gldd_tax_amount=parseFloat(a*parseFloat(e.vat_per_value)/100).toFixed(3),t.gldd_doc_vat_amt=parseFloat(a*parseFloat(e.vat_per_value)/100).toFixed(3)):(t.gldd_tax_amount=0,t.gldd_doc_vat_amt=0);for(var o=_.total=0;o<_.Bankdetails.length;o++)_.total=parseFloat(parseFloat(_.total)+parseFloat(_.Bankdetails[o].gldd_doc_amount)+parseFloat(_.Bankdetails[o].gldd_doc_vat_amt)).toFixed(3)}},i.get(d.apiUrl+"api/BankPayment/GetLedgerNumber?financialyear="+l+"&comp_code="+c).then(function(e){_.LdgrCode=e.data}),_.GetAllGLAcc=function(e,t){i.get(d.apiUrl+"api/BankPayment/GetAllGLAccountNos?glma_accountcode="+e+"&cmpnycode="+c+"&fyear="+l).then(function(e){_.getAllAccNos=e.data;for(var t=0;t<_.Bankdetails.length;t++)_.Bankdetails[t].getAllAccNos=_.getAllAccNos})},i.get(d.apiUrl+"api/BankPayment/GetAllGLAccountNos?glma_accountcode="+f+"&cmpnycode="+c+"&fyear="+l).then(function(e){_.getAllAccNos=e.data;for(var t=0;t<_.Bankdetails.length;t++)_.Bankdetails[t].getAllAccNos=_.getAllAccNos}),_.getSLAccNo=function(t,e){var a=_.getAllAccNos.gldd_acct_code;"00"==t.sllc_ldgr_code?i.get(d.apiUrl+"api/BankPayment/GetAllGLAccountNos?glma_accountcode="+a+"&cmpnycode="+c+"&fyear="+l).then(function(e){t.getAllAccNos=e.data}):i.get(d.apiUrl+"api/BankPayment/GetSLAccNumber?pbslcode="+t.sllc_ldgr_code+"&cmp_cd="+c+"&fyear="+l).then(function(e){t.getAllAccNos=e.data}),t.coad_dept_no="",t.gldd_party_ref_no="",$("#"+e+"_account_code").select2("val","")},_.summ=function(){for(var e=_.total=0;e<_.Bankdetails.length;e++)_.total=_.total+parseInt(_.Bankdetails[e].gldd_doc_amount)},_.accountCode=function(e,t){for(var a=0;a<_.Bankdetails.length;a++)if(null==_.Bankdetails[a].gldd_acct_code||""==_.Bankdetails[a].gldd_acct_code)return void swal({text:"Please select Account name",showCloseButton:!0,width:380})},_.datagrid=function(e){if(_.chkcost=!1,_.cost_combo=!1,_.temp.cost_chk=!1,null==_.edt.gldd_acct_code||""==_.edt.gldd_acct_code)_.flag1=!0,swal({text:"Please select Account name",showCloseButton:!0,width:380});else if(null==_.edt.gldd_doc_amount||""==_.edt.gldd_doc_amount)_.flag1=!0,swal({text:"Please Enter Amount",showCloseButton:!0,width:380});else{for(var t=!1,a="",o=0;o<_.Bankdetails.length;o++)_.Bankdetails[o].sllc_ldgr_code==_.edt.sllc_ldgr_code&&_.Bankdetails[o].slma_acno==_.edt1.gldd_acct_code&&_.Bankdetails[o].gldd_doc_narr==_.edt.gldd_doc_narr&&(t=!0);if(t)swal({text:"This Account Name Already Present",width:380});else{var a=null==_.edt.sllc_ldgr_code?"00":_.edt.sllc_ldgr_code,s=_.edt1.coad_dept_no.split("-"),n=document.getElementById("costCenter"),n=n.options[n.selectedIndex].text,i=document.getElementById("cmb_acc_Code3");_.selectedText=i.options[i.selectedIndex].text,_.Bankdetails.push({gldd_comp_code:c,sllc_ldgr_code:a,slma_acno:_.edt1.gldd_acct_code,gldd_party_ref_no:_.edt1.gldd_party_ref_no,coad_pty_full_name:_.selectedText,coad_dept_no:s[0],gldd_party_ref_date:_.edt.gldd_party_ref_date,gldd_doc_narr:_.edt.gldd_doc_narr,gldd_doc_amount:_.edt.gldd_doc_amount,glco_cost_centre_code:_.edt.glco_cost_centre_code,coce_cost_centre_name1:n,gldd_fc_amount:0}),_.total=0;for(var d=_.fctotal=0;d<_.Bankdetails.length;d++)_.total=parseFloat(parseFloat(_.total)+parseFloat(_.Bankdetails[d].gldd_doc_amount)).toFixed(3),_.fctotal=parseFloat(_.fctotal)+parseFloat(_.Bankdetails[d].gldd_fc_amount);_.edt="",_.edt1="",_.edt2="",$("#cmb_acc_Code3").select2("val",""),_.myForm.$setPristine(),_.myForm.$setUntouched(),0;i=_.getAllAccNos.gldd_acct_code;_.GetAllGLAcc(i,c)}}},_.up=function(e){_.Add=!1,_.updatebtn=!0,_.readonly=!0,_.edt={coad_dept_no:e.coad_dept_no,gldd_acct_code:e.slma_acno,gldd_acct_name:e.coad_pty_full_name,sllc_ldgr_code:e.sllc_ldgr_code,gldd_party_ref_date:e.gldd_party_ref_date,gldd_doc_amount:e.gldd_doc_amount,gldd_doc_narr:e.gldd_doc_narr},e.slma_acno,setTimeout(function(){$("#cmb_acc_Code3").val(e.slma_acno),$("#cmb_acc_Code3").trigger("change")},1e3),_.edt1={coad_dept_no:e.coad_dept_no,gldd_acct_code:e.slma_acno,gldd_acct_name:e.gldd_acct_name,gldd_party_ref_no:e.gldd_party_ref_no}},_.total=0,_.totalAmountCount=function(){for(var e=_.total=0;e<_.Bankdetails.length;e++)0!=_.Bankdetails[e].gldd_doc_amount&&""!=_.Bankdetails[e].gldd_doc_amount&&null!=_.Bankdetails[e].gldd_doc_amount||(_.Bankdetails[e].gldd_doc_amount=0),""!=_.Bankdetails[e].gldd_acct_code&&null!=_.Bankdetails[e].gldd_acct_code||swal({text:"Please select Account name",showCloseButton:!0,width:380}),_.outstandingAmt=parseFloat(_.Bankdetails[e].gldd_doc_amount),_.invoiceAmt=parseFloat(_.Bankdetails[e].invoice),_.outstandingAmt>_.invoiceAmt?(swal({text:"Amount should be less than "+_.invoiceAmt,imageUrl:"assets/img/close.png",width:400,height:250}),_.Bankdetails[e].gldd_doc_amount=parseFloat(_.Bankdetails[e].invoice).toFixed(3),_.total=parseFloat(_.Bankdetails[e].invoice).toFixed(3)):_.total=parseFloat(parseFloat(_.total)+parseFloat(_.Bankdetails[e].gldd_doc_amount)+parseFloat(_.Bankdetails[e].gldd_doc_vat_amt)).toFixed(3)},_.Update=function(){for(var e=0;e<_.Bankdetails.length;e++)if(""!=_.Bankdetails.slma_acno){var t=document.getElementById("cmb_acc_Code3"),t=t.options[t.selectedIndex].text;_.Bankdetails.pop({gldd_comp_code:c,sllc_ldgr_code:_.edt.sllc_ldgr_code,slma_acno:_.edt1.gldd_acct_code,gldd_party_ref_no:_.edt1.gldd_party_ref_no,coad_pty_full_name:t,coad_dept_no:_.edt1.coad_dept_no,gldd_party_ref_date:_.edt.gldd_party_ref_date,gldd_doc_narr:_.edt.gldd_doc_narr,gldd_doc_amount:_.edt.gldd_doc_amount,gldd_fc_amount:0}),_.Bankdetails.push({gldd_comp_code:c,sllc_ldgr_code:_.edt.sllc_ldgr_code,slma_acno:_.edt1.gldd_acct_code,gldd_party_ref_no:_.edt1.gldd_party_ref_no,coad_pty_full_name:t,coad_dept_no:_.edt1.coad_dept_no,gldd_party_ref_date:_.edt.gldd_party_ref_date,gldd_doc_narr:_.edt.gldd_doc_narr,gldd_doc_amount:_.edt.gldd_doc_amount,gldd_fc_amount:0}),swal({text:"Record Updated",width:300,height:200});for(e=_.total=0;e<_.Bankdetails.length;e++)_.total=parseFloat(parseFloat(_.total)+parseFloat(_.Bankdetails[e].gldd_doc_amount)).toFixed(3);for(e=_.fctotal=0;e<_.Bankdetails.length;e++)_.fctotal=_.fctotal+parseInt(_.Bankdetails[e].gldd_fc_amount);_.edt="",_.edt1="",_.edt2="",_.updatebtn=!1,$("#cmb_acc_Code3").select2("val",""),_.myForm.$setPristine(),_.myForm.$setUntouched(),0}},_.coad_pty_full_name=_.selectedText,_.Delete=function(e){if(1!=_.Bankdetails.length)for(var t=0;t<_.Bankdetails.length;t++)if(_.Bankdetails[t].gldd_acct_code==e.gldd_acct_code&&_.Bankdetails[t].gldd_doc_amount==e.gldd_doc_amount&&_.Bankdetails[t].gldd_doc_narr==e.gldd_doc_narr){_.total=parseFloat(parseFloat(_.total)-parseFloat(_.Bankdetails[t].gldd_doc_amount)).toFixed(3),_.Bankdetails.splice(t,1);break}},_.getAccountName=function(e){u=e.master_acno,i.get(d.apiUrl+"api/BankPayment/getCostCenter?aacno="+u+"&comp_cd="+c+"&fyear="+l).then(function(e){_.costcenter_account=e.data,0<_.costcenter_account.length?_.chkcost_Ac=!0:(_.chkcost_Ac=!1,_.temp.cost_chk_ac=!1,_.cost_combo_AC=!1)});for(var t=0;t<_.bankname.length;t++)_.bankname[t].master_acno==e.master_acno&&(f=_.bankname[t].master_acno,_.edt3={master_ac_cdname:_.bankname[t].master_ac_cdname})},i.get(d.apiUrl+"api/BankPayment/GetVerifyAuthorizeUsers?comp_code="+c+"&fyear="+l).then(function(e){_.users=e.data,0!=_.users.length&&(_.users[0]==n&&_.users[1]==n?(_.preparebtn=!1,_.verifybtn=!1,_.authorizebtn=!1):(_.users[0]!=n||""!=_.users[1]&&_.users[1]==n?(_.preparebtn=!1,_.verifybtn=!0):(_.verifybtn=!1,_.preparebtn=!1),_.authorizebtn=!0))}),_.Authorizeuser=function(){i.get(d.apiUrl+"api/BankPayment/GetVerifyAuthorizeUsers?comp_code="+c+"&fyear="+l).then(function(e){_.users=e.data,0!=_.users.length&&(_.users[0]==n&&_.users[1]==n?(_.preparebtn=!1,_.verifybtn=!1,_.authorizebtn=!1):_.users[0]==n&&_.users[0]!=n?(_.verifybtn=!1,_.preparebtn=!0,_.authorizebtn=!0):_.users[0]!=n&&_.users[0]!=n&&(_.verifybtn=!0,_.preparebtn=!1,_.authorizebtn=!0))})},_.Insert_temp_docs=function(){var e,t,a,o=[],s=("Verify"==g?(s=n,e=_.edt4.DocDate):a=t="Authorize"==g?(s=n,e=_.edt4.DocDate,""):e=s="",null==_.temp&&(_.temp=""),{gltd_comp_code:c,gltd_prepare_user:n,gltd_doc_code:_.temp3.gltd_doc_code,gltd_doc_date:_.edt4.DocDate,gltd_cur_status:g,gltd_post_date:_.edt4.PostDate,gltd_doc_narr:_.temp.gltd_doc_narr1,gltd_remarks:_.temp.gltd_doc_remark,gltd_prepare_date:_.edt4.DocDate,gltd_app_name:"Finnm2",gltd_final_doc_no:"0",gltd_verify_user:s,gltd_verify_date:e,gltd_authorize_user:t,gltd_authorize_date:a,gltd_paid_to:_.temp.gltd_paid_to,gltd_cheque_no:_.temp.gltd_cheque_No,gltd_payment_date:_.edt4.gltd_payment_date});o.push(s),i.post(d.apiUrl+"api/BankPayment/Insert_Fins_temp_docs",o).then(function(e){_.prvno=e.data,""!=_.prvno&&null!=_.prvno?_.Insert_Fins_temp_doc_details():swal({text:"Record Not inserted. "+_.prvno,imageUrl:"assets/img/close.png",width:300,height:200})})},_.Insert_Fins_temp_doc_details=function(){for(var e=[],o=[],t=1,s=1,a=0;a<_.Bankdetails.length;a++){var n={gldd_doc_narr:_.Bankdetails[a].gldd_doc_narr,gldd_dept_code:_.Bankdetails[a].gldd_dept_code,gldd_ledger_code:_.Bankdetails[a].sllc_ldgr_code,gldd_acct_code:_.Bankdetails[a].gldd_acct_code,gldd_party_ref_no:_.Bankdetails[a].gldd_party_ref_no,gldd_party_ref_date:_.Bankdetails[a].gldd_party_ref_date,gldd_doc_amount_debit:parseFloat(_.Bankdetails[a].gldd_doc_amount),gldd_doc_amount_credit:0,gldd_cost_center_code:_.Bankdetails[a].glco_cost_centre_code,gldd_comp_code:c,gldd_doc_code:_.temp3.gltd_doc_code,gldd_prov_doc_no:_.prvno,gldd_final_doc_no:"0",gldd_line_no:t,gltd_remarks:_.Bankdetails[a].gldd_doc_code+"/"+_.Bankdetails[a].gldd_final_doc_no+"#"+_.Bankdetails[a].gldd_line_no+"$"+_.Bankdetails[a].gldd_doc_amount,gldd_vat_enable:_.Bankdetails[a].gldd_vat_enable,gldd_include_vat:_.Bankdetails[a].gldd_include_vat,gldd_vat_amt:_.Bankdetails[a].gldd_doc_vat_amt,gldd_tax_code:_.Bankdetails[a].gldd_tax_code,gldd_tax_acct_code:_.Bankdetails[a].gldd_tax_acct_code,gldd_tax_percentage:_.Bankdetails[a].gldd_tax_percentage,gldd_tax_amount:_.Bankdetails[a].gldd_tax_amount,finance_year:l,gltd_post_date:_.edt4.PostDate};t++,e.push(n)}n={gldd_comp_code:c,gldd_doc_code:_.temp3.gltd_doc_code,gldd_prov_doc_no:_.prvno,gldd_final_doc_no:"0",gldd_line_no:t,gldd_ledger_code:"00",gldd_acct_code:_.edt5.master_acno.master_acno,gldd_cost_center_code:_.edt5.glco_cost_centre_code,gldd_doc_amount_debit:0,gldd_doc_amount_credit:parseFloat(_.total),gldd_fc_amount_debit:0,gldd_fc_code:"",gldd_fc_rate:0,gldd_doc_narr:_.temp.gltd_doc_narr1,gldd_dept_code:_.edt5.master_acno.gldd_dept_code,gldd_vat_enable:m,gldd_include_vat:"N",gldd_vat_amt:0,finance_year:l,gltd_post_date:_.edt4.PostDate};e.push(n),i.post(d.apiUrl+"api/BankPayment/Insert_JV_Fins_temp_doc_details_vat",e).then(function(e){if(_.msg1=e.data,_.Bankdetails.push({}),"Authorize"==g?(h=!0,_.Authorize_Insert_temp_doc_details(_.msg1)):"Save"!=g&&"Verify"!=g||(h=!1,_.Authorize_Insert_temp_doc_details(_.msg1)),1==_.msg1){if(0<_.doc_detail_data.length){for(var t=0;t<_.doc_detail_data.length;t++){var a={gltd_remarks:_.doc_detail_data[t].gltd_remarks,gltd_doc_type:_.doc_detail_data[t].gltd_doc_type,gltd_doc_no:_.doc_detail_data[t].gltd_doc_no,gldd_doc_amount_debit:_.doc_detail_data[t].gldd_doc_amount_debit,gldd_doc_amount_credit:_.doc_detail_data[t].gldd_doc_amount_credit,gltd_comp_code:_.doc_detail_data[t].gltd_comp_code,gltd_doc_code:_.temp3.gltd_doc_code,gltd_prov_doc_no:_.prvno,gldd_final_doc_no:"0",gltd_attribute1:_.doc_detail_data[t].gltd_attribute1,gltd_doc_line_no:s};s++,o.push(a)}i.post(d.apiUrl+"api/JVCreation/Insert_JV_document_details",o).then(function(e){_.chk_msg=e.data})}}else swal({text:"Record Not inserted. "+_.msg1,imageUrl:"assets/img/close.png",width:300,height:200})})},_.Authorize_Insert_temp_doc_details=function(e){var t;h?(h=!1,t=_.edt4.DocDate,i.post(d.apiUrl+"api/BankPayment/Authorize_Posting?comp_code="+c+"&doc_code="+_.temp3.gltd_doc_code+"&prv_no="+_.prvno+"&auth_user="+n+"&auth_date="+t).then(function(e){_.Docno=e.data,""!=_.Docno?(swal({text:"Posted Successfully\nFinal Doc No is="+_.Docno,imageUrl:"assets/img/check.png",width:300,height:200}),_.checkprintbtn=!0,_.ClearInsert(),_.Authorizeuser(),_.cancel()):swal({text:"Posting Failed",width:300,height:200})})):0==h&&"Save"==g?(h=!1,e?(swal({text:"Record Inserted Successfully\nProvision No:-"+_.temp3.gltd_doc_code+"--"+_.prvno,imageUrl:"assets/img/check.png",width:300,height:200}),_.ClearInsert(),_.Authorizeuser(),_.cancel()):swal({text:"Record Not inserted",imageUrl:"assets/img/close.png",width:300,height:200})):0==h&&"Verify"==g&&(h=!1,e?(swal({text:"Record Verified Successfully\nProvision No:-"+_.temp3.gltd_doc_code+"--"+_.prvno,imageUrl:"assets/img/check.png",width:300,height:200}),_.ClearInsert(),_.Authorizeuser(),_.cancel()):swal({text:"Verification Failed",width:300,height:200})),_.ClearInsert(),_.Authorizeuser()},_.calcVAT=function(e,t){var a;""!=t.gldd_doc_amount||null!=t.gldd_doc_amount?0<parseFloat(t.gldd_doc_amount)?"Y"==m&&1==t.gldd_vat_enable&&(0==t.gldd_include_vat?(a=parseFloat(t.gldd_doc_amount),t.gldd_doc_vat_amt=parseFloat(a*parseFloat(r)/100),t.gldd_include_vat=!1):(t.gldd_doc_amount=0,t.gldd_doc_vat_amt=0)):t.gldd_doc_vat_amt=0:(t.gldd_doc_amount=0,t.gldd_doc_vat_amt=0)},_.NewGrid=function(){if(_.chkcost=!1,_.cost_combo=!1,_.temp.cost_chk=!1,_.total=0,(_.fctotal=0)<_.Bankdetails.length)for(var e=0;e<_.Bankdetails.length;e++){if(null==_.Bankdetails[e].gldd_acct_code||""==_.Bankdetails[e].gldd_acct_code)return _.flag1=!0,void swal({text:"Please select Account name",showCloseButton:!0,width:380});if(null==_.Bankdetails[e].gldd_doc_amount||""==_.Bankdetails[e].gldd_doc_amount)return _.flag1=!0,void swal({text:"Please Enter Amount",showCloseButton:!0,width:380});var t="",t=null==_.Bankdetails[e].sllc_ldgr_code?"00":_.Bankdetails[e].sllc_ldgr_code,a=_.Bankdetails[e].coad_dept_no.split("-"),o=document.getElementById("costCenter"),o=(o.options[o.selectedIndex].text,document.getElementById(e+"_account_code")),o=(_.selectedText=o.options[o.selectedIndex].text,_.Bankdetails[e].coad_dept_no=a[0],_.Bankdetails[e].coad_pty_full_name=_.selectedText,_.Bankdetails[e].gldd_fc_amount=0,_.Bankdetails[e].gldd_comp_code=c,_.Bankdetails[e].sllc_ldgr_code=t,_.Bankdetails[e].slma_acno=_.Bankdetails[e].gldd_acct_code,_.total=parseFloat(parseFloat(_.total)+parseFloat(_.Bankdetails[e].gldd_doc_amount)+parseFloat(_.Bankdetails[e].gldd_doc_vat_amt)).toFixed(3),_.fctotal=parseFloat(_.fctotal)+parseFloat(_.Bankdetails[e].gldd_fc_amount),_.edt="",_.edt1="",_.edt2="",$("#cmb_acc_Code3").select2("val",""),_.getAllAccNos.gldd_acct_code);_.GetAllGLAcc(o,c)}},_.Prepare=function(){_.NewGrid(),_.chkcost_Ac=!1,_.cost_combo_Ac=!1;try{0<_.Bankdetails.length?(_.flag1=!1,null==_.edt4.PostDate||""==_.edt4.PostDate?(_.flag1=!0,swal({text:"Please Select Posting Date",showCloseButton:!0,width:380})):(_.preparebtn=!0,_.verifybtn=!0,_.authorizebtn=!0,g="Save",_.Insert_temp_docs())):swal({text:"Please Add Doc Details",showCloseButton:!0,width:380})}catch(e){}},_.Verify=function(){_.NewGrid();try{0<_.Bankdetails.length?(_.flag1=!1,null==_.edt4.PostDate||""==_.edt4.PostDate?(_.flag1=!0,swal({text:"Please Select Posting Date",showCloseButton:!0,width:380})):(_.preparebtn=!0,_.verifybtn=!0,_.authorizebtn=!0,g="Verify",_.Insert_temp_docs())):swal({text:"Please Add Doc Details",showCloseButton:!0,width:380})}catch(e){}},_.Authorize=function(){_.NewGrid();try{0<_.Bankdetails.length?(_.flag1=!1,null==_.edt4.PostDate||""==_.edt4.PostDate?(_.flag1=!0,swal({text:"Please Select Posting Date",showCloseButton:!0,width:380})):(_.preparebtn=!0,_.verifybtn=!0,_.authorizebtn=!0,g="Authorize",_.Insert_temp_docs())):swal({text:"Please Add Doc Details",showCloseButton:!0,width:380})}catch(e){}},_.ClearInsert=function(){_.Bankdetails=[],_.Bankdetails.push({gldd_vat_enable:"Y"==m,gldd_include_vat:!1,sllc_ldgr_code:"00",vat_details:!1,gldd_doc_amount:0,gldd_doc_vat_amt:0}),setTimeout(function(){$("#0_account_code").select2()},100),setTimeout(function(){$("#pty_ref_date0").kendoDatePicker({format:"dd-MM-yyyy"})},500),_.total=0,_.temp={gltd_cheque_No:"",gltd_paid_to:"",gltd_doc_narr1:"",gltd_doc_remark:""},_.block4="",_.doc_data=!1,_.Doc_table=!1,_.getSLAccNo(_.Bankdetails[_.Bankdetails.length-1],_.Bankdetails.length-1)},_.onlyNumbers=function(e){var t,a={escape:27,backspace:8,tab:9,enter:13,del:46,0:48,1:49,2:50,3:51,4:52,5:53,6:54,7:55,8:56,9:57};for(t in a)if(a.hasOwnProperty(t)&&(e.charCode==a[t]||e.keyCode==a[t]))return;e.preventDefault()},_.check_post_date=function(){null==_.edt4.PostDate&&""==_.edt4.PostDate||i.get(d.apiUrl+"api/JVCreation/Get_Check_Postdate?post_date="+_.edt4.PostDate+"&comp_cd="+c+"&fyear="+l).then(function(e){_.msg=e.data,""!=_.msg?(swal({text:_.msg,width:300,height:200}),_.preparebtn=!0,_.verifybtn=!0,_.authorizebtn=!0):0!=_.users.length&&(_.users[0]==n&&_.users[1]==n?(_.preparebtn=!1,_.verifybtn=!1,_.authorizebtn=!1):(_.users[0]!=n||""!=_.users[1]&&_.users[1]==n?(_.preparebtn=!1,_.verifybtn=!0):(_.verifybtn=!1,_.preparebtn=!1),_.authorizebtn=!0))})},_.show_bills=function(){document.getElementById("mainchk").checked=!1;var e={gldd_comp_code:c,finance_year:l,gldd_doc_code:_.temp3.gltd_doc_code,gldd_ledger_code:_.edt.sllc_ldgr_code,gldd_acct_code:_.edt.gldd_acct_code,gldd_party_ref_no:_.edt1.gldd_acct_code};"00"==_.edt.sllc_ldgr_code||null==_.edt.sllc_ldgr_code||""==_.edt.sllc_ldgr_code?swal({text:"Please Select Except General Ledger",imageUrl:"assets/img/close.png",width:300,height:200}):_.edt.gldd_acct_code?(_.Billdetailsdata=[],$("#Billdetails").modal("show"),i.post(d.apiUrl+"api/BankPayment/BillDetails",e).then(function(e){if(_.billdata=e.data,_.billdata)for(var t=0;t<_.billdata.length;t++)_.Billdetailsdata.push(_.billdata[t]);else _.Billdetailsdata=[]})):swal({text:"Please Select Account Name",imageUrl:"assets/img/close.png",width:300,height:200})},_.CheckAllChecked=function(){var e=document.getElementById("mainchk");if(_.Bankdetails=[],1==e.checked)for(var t=0;t<_.Billdetailsdata.length;t++)_.Billdetailsdata[t].voucher_check=!0,_.row1="row_selected",$("tr").addClass("row_selected"),_.voucherdata.push(_.Billdetailsdata[t]);else for(t=0;t<_.Billdetailsdata.length;t++)_.Billdetailsdata[t].voucher_check=!1,e.checked=!1,_.row1="",$("tr").removeClass("row_selected")},_.voucherdata=[],_.selectonebyone=function(e,t){_.Bankdetails=[],1==t.voucher_check&&_.voucherdata.push(t)},_.btn_Add=function(){$("#Billdetails").modal("hide");for(var e=document.getElementById("mainchk"),t=0;t<_.voucherdata.length;t++)1==_.voucherdata[t].voucher_check&&_.Bankdetails.push(_.voucherdata[t]);for(var a=_.total=0;a<_.Bankdetails.length;a++)_.total=parseFloat(parseFloat(_.total)+parseFloat(_.Bankdetails[a].gldd_doc_amount)).toFixed(3);e.checked=!1},_.ShowAmountDetails=function(e){_.supplierdetails=!1,_.othersupplierdetails=!1,e.doc_code=_.temp3.gltd_doc_code,e.finance_year=l,i.post(d.apiUrl+"api/BankPayment/ShowAmountDetails",e).then(function(e){_.Amountdetails=e.data,console.log(_.Amountdetails)})},_.ShowPendingAmountDetails=function(e){_.supplierdetails=!1,_.pendingsupplierdetails=!1,e.doc_code=_.temp3.gltd_doc_code,e.finance_year=l,i.post(d.apiUrl+"api/BankPayment/ShowPendingAmountDetails",e).then(function(e){_.PendingAmountdetails=e.data})},_.complete=function(){$("#DocNarration").autocomplete({source:_.DocNarr})},_.back=function(){_.supplierdetails=!0,_.pendingsupplierdetails=!0,_.othersupplierdetails=!0},i.get(d.apiUrl+"api/JVCreation/Getdocument_type").then(function(e){_.document_type=e.data}),_.getDoc_type_name=function(e){for(var t=0;t<_.document_type.length;t++)_.document_type[t].gltd_doc_type==_.block4.gltd_doc_type&&(_.block4.gltd_doc_type_name=_.document_type[t].gltd_doc_type_name)},_.AddDocumenDetailtGrid=function(){""!=_.block4.gltd_doc_type&&null!=_.block4.gltd_doc_type&&""!=_.block4.gltd_doc_no&&null!=_.block4.gltd_doc_no?(_.url=d.docUrl+"sis/Images/UploadedFiles/",_.gltd_attribute1=_.url+_.gltd_attr1,_.doc_detail_data.push({gltd_comp_code:c,gltd_doc_type:_.block4.gltd_doc_type,gltd_doc_type_name:_.block4.gltd_doc_type_name,gltd_doc_no:_.block4.gltd_doc_no,gltd_remarks:_.block4.gltd_remarks,gldd_doc_amount_debit:_.block4.gldd_doc_amount_debit,gltd_attribute1:_.gltd_attr1}),_.block4="",_.sims_invoice_image1="",_.gltd_attribute1=""):swal({title:"Alert",text:"Please select Doc Type  & Doc Number",showCloseButton:!0,width:380})},_.downPdf=function(e){e=d.docUrl+i.defaults.headers.common.schoolId+"/Images/UploadedFiles/"+e;window.open(e,"_new")},_.Doc_detailCancel=function(){_.block4=""},_.DOC_update_grid=function(e){_.block4=JSON.parse(JSON.stringify(e)),_.temp1obj=e,_.Doc_add=!1,_.Doc_update=!0},_.Delete_doc_Grid=function(e,t,a,o){e.splice(a,1)},_.chk_doc_details=function(){var e=_.temp.temp_chk_doc_details;_.block4="",_.doc_detail_data=[],_.gltd_attribute1="",_.sims_invoice_image1="",1==e?(_.doc_data=!0,_.Doc_table=!0,_.doc_type_combo=!0,_.doc_type_input=!0,_.Doc_add=!0,_.Doc_update=!1):(_.doc_data=!1,_.Doc_table=!1,_.doc_type_combo=!1,_.doc_type_input=!1)},_.file_changed=function(e,t){var a=e.files[0].name.split(".")[0];_.photofile=e.files[0],_.photofile.type.split("/")[1];["application/pdf","application/vnd.ms-excel","application/vnd.openxmlformats-officedocument.spreadsheetml.sheet","text/plain","application/vnd.openxmlformats-officedocument.presentationml.presentation","application/vnd.openxmlformats-officedocument.wordprocessingml.document","application/vnd.ms-powerpoint","image/jpeg","image/png","image/jpg","message/rfc822","application/vnd.ms-outlook","application/octet-stream","","octet-stream","msg","application/vnd.ms-office","application/vnd.openxmlformats-officedocument","application/vnd.ms-excel.sheet.macroEnabled.12","application/x-msexcel"].includes(_.photofile.type)?10485760<_.photofile.size?(swal("","File size limit not exceed upto 200kb."),_.sims_invoice_image1="",_.gltd_attribute1=""):(e=e.files[0].name.split(".").pop(),_.gltd_attr1=a+"."+e,e=a,(a=new FileReader).onload=function(e){_.$apply(function(){_.sims_invoice_image1=e.target.result})},a.readAsDataURL(_.photofile),(a=new FormData).append("file",_.photofile),e={method:"POST",url:d.apiUrl+"api/file/upload?filename="+e+"&location=/UploadedFiles",data:a,headers:{"Content-Type":void 0}},i(e).success(function(e){}).error(function(){alert("Error")})):(swal("","Only PDF, Image, Excel, and EML files are allowed."),_.sims_invoice_image1="",_.gltd_attribute1="")},_.getTheFiles=function(e){angular.forEach(e,function(e,t){s.append(t,e)})},_.Doc_UpdateMasterDataInGrid=function(){if(_.temp1_obj=_.block4,""!=_.block4.gltd_doc_type&&null!=_.block4.gltd_doc_type&&""!=_.block4.gltd_doc_no&&null!=_.block4.gltd_doc_no)for(var e=0;e<_.doc_detail_data.length;e++)_.doc_detail_data[e].$$hashKey==_.temp1obj.$$hashKey&&(_.url=d.docUrl+"sis/Images/UploadedFiles/",_.gltd_attribute1=_.url+_.gltd_attr1,_.doc_detail_data[e].gltd_remarks=_.block4.gltd_remarks,_.doc_detail_data[e].gltd_doc_no=_.block4.gltd_doc_no,_.doc_detail_data[e].gldd_doc_amount_debit=_.block4.gldd_doc_amount_debit,_.doc_detail_data[e].gltd_attribute1=_.gltd_attr1);_.Doc_add=!0,_.Doc_update=!1,_.block4="",_.sims_invoice_image1="",_.gltd_attribute1=""}}])}(),function(){"use strict";var b,v,w,k,C,D,x="",S=!1,U="",e=angular.module("sims.module.Finance");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("BankPaymentContV",["$scope","$state","$stateParams","$rootScope","$timeout","gettextCatalog","$http","ENV",function(_,n,i,e,a,t,d,c){_.edt="",_.edt1=[],_.operation=!0,_.table1=!0,_.addbtn=!0,_.totalfinal=0,_.btnDelete=!1,_.users=[],_.chkcost_Ac=!1,_.data=[],_.Bankdetails="",_.Bankdetails=[],_.chkcost=!1,_.cost_combo=!1,_.geDocCode_new=[],_.edt5=[],_.temp={},_.temp3={},_.vis=[],_.showButtons=!0,_.budgetdesc=!1,_.vis.updaten=!1,_.updateop=!1,_.supplierdetails=!0,_.pendingsupplierdetails=!0,_.othersupplierdetails=!0,_.doc_detail_grid=!0,_.doc_detail_data=[];var o=new FormData,l=e.globals.currentUser.username.toLowerCase(),r=(_.finnDetail=JSON.parse(window.localStorage.Finn_comp),_.finnDetail.company),m=_.finnDetail.year,s=_.finnDetail.comp_vat_per,p=_.finnDetail.comp_vat_status,e=(_.finnDetail.input_vat_acct,_.finnDetail.comp_enable_budget,_.disableUpdate=!0,""!==i.Class.doc_code&&(_.operation=!1,_.updateop=!0,_.temp3.gltd_doc_code=i.Class.doc_code,_.temp3.gltd_prov_doc_no=i.Class.prov_code),_.testDatadocs=function(){d.get(c.apiUrl+"api/Bankpayment/getDocdetails?doccode="+_.temp3.gltd_doc_code+"&prnumber="+_.temp3.gltd_prov_doc_no+"&comp_code=1").then(function(e){_.docdata=e.data})},_.gettotal=function(){for(var e=_.total=0;e<_.Bankdetails.length;e++)_.Bankdetails[e].gldd_doc_amount=parseFloat(_.Bankdetails[e].gldd_doc_amount.toString().replace(/,/g,"")),_.total=parseFloat(parseFloat(_.total)+parseFloat(_.Bankdetails[e].gldd_doc_amount)).toFixed(3);_.totalfinal=_.total},_.dropdown=function(){d.get(c.apiUrl+"api/BankPayment/GetAllGLActNonew?glma_accountcode="+U+"&cmpnycode="+r+"&fyear="+m).then(function(e){_.getAllAccNos=e.data;for(var t=0;t<_.Bankdetails.length;t++)_.Bankdetails[t].getAllAccNos=_.getAllAccNos})},_.testData=function(){let s=!1;_.temp3.gltd_doc_code&&_.temp3.gltd_prov_doc_no&&(_.dcode=!0,d.get(c.apiUrl+"api/JVCreation/getAllRecords_Vat?doccode="+_.temp3.gltd_doc_code+"&prnumber="+_.temp3.gltd_prov_doc_no+"&comp_code=1").then(function(e){_.prdocdata=e.data,_.voucher_details=_.prdocdata,_.Bankdetails=[];for(let t=0;t<_.voucher_details.length;t++){var a,o=_.voucher_details[t].gldd_acct_code;-1!==_.bankname.findIndex(function(e){return e.master_acno===o})&&0==_.voucher_details[t].gldd_doc_amount_debit?(_.temp.gltd_cheque_No=_.voucher_details[t].gltd_cheque_no,_.temp.gltd_paid_to=_.voucher_details[t].gltd_paid_to,_.temp.gltd_doc_narr1=_.voucher_details[t].gldd_doc_narr,_.edt5.sims_dep=_.voucher_details[t].gldd_dept_code,_.edt4.PostDate=_.voucher_details[t].gltd_post_date,a=_.bankname.filter(function(e){return e.master_acno==_.voucher_details[t].gldd_acct_code}),_.edt5.master_acno=a[0]):(_.Bankdetails.push({sllc_ldgr_code:_.voucher_details[t].gldd_ledger_code,gldd_acct_code:_.voucher_details[t].gldd_acct_code,gldd_party_ref_no:_.voucher_details[t].gldd_party_ref_no,coad_pty_full_name:_.selectedText,coad_dept_no:_.voucher_details[t].gldd_dept_code,gldd_dept_code:_.voucher_details[t].gldd_dept_code,gldd_verify_date:_.voucher_details[t].gldd_verify_date,gldd_authorize_date:_.voucher_details[t].gldd_authorize_date,gldd_authorize_date:_.voucher_details[t].gldd_authorize_date,gldd_verify_user:_.voucher_details[t].gldu_verify,gldd_authorize_user:_.voucher_details[t].gldu_authorize,gldd_paid_to:_.voucher_details[t].gltd_paid_to,gldd_post_date:_.voucher_details[t].gltd_post_date,gldd_cheque_no:_.voucher_details[t].gltd_cheque_no,gldd_party_ref_date:_.voucher_details[t].gldd_party_ref_date,gldd_doc_narr:_.voucher_details[t].gldd_doc_narr,gldd_doc_amount:0==_.voucher_details[t].gldd_doc_amount_debit?-_.voucher_details[t].gldd_doc_amount_credit:_.voucher_details[t].gldd_doc_amount_debit}),_.edt4.PostDate=_.voucher_details[t].gltd_post_date),_.dropdown_new(_.voucher_details[t].gldd_ledger_code,t),""!==_.voucher_details[t].vat_desc&&swal({title:"Original Voucher has vat component",width:380,height:100})}_.Bankdetails.forEach(function(e){e.gldd_doc_amount=e.gldd_doc_amount.toFixed(2).replace(/\B(?=(\d{3})+(?!\d))/g,",")});for(var t=_.Bankdetails.length-1;0<=t;t--)""!=_.Bankdetails[t].vat_code&&""!=_.Bankdetails[t].vat_desc&&null!=_.Bankdetails[t].vat_code&&null!=_.Bankdetails[t].vat_desc&&(s=!0);s&&swal({text:"Voucher has Vat Component",showCloseButton:!0,width:380}),_.temp.gltd_cheque_No=_.voucher_details[0].gltd_cheque_no,_.edt4.DocDate=_.voucher_details[0].gltd_doc_date,_.edt4.PostDate=_.voucher_details[0].gltd_post_date,_.voucher_details=e.data,_.totalDebit=0,_.totalcredit=0,_.totaldiff=0;for(t=_.total=0;t<_.Bankdetails.length;t++)_.total=parseFloat(parseFloat(_.total.toString().replace(/,/g,""))+parseFloat(_.Bankdetails[t].gldd_doc_amount.toString().replace(/,/g,""))).toFixed(3);_.totalfinal=_.total;for(let e=0;e<_.voucher_details.length;e++)_.Bankdetails[e].ptyref_date=_.voucher_details[e].gldd_party_ref_date,0==e&&(_.temp_doc.gltd_comp_code=_.voucher_details[e].gltd_comp_code,_.temp_doc.gltd_doc_code=_.voucher_details[e].gltd_doc_code,_.temp_doc.gltd_doc_narr=_.voucher_details[e].gltd_doc_narr,_.temp_doc.gltd_remarks=_.voucher_details[e].gltd_remarks,_.temp_doc.gltd_doc_date=_.voucher_details[e].gltd_doc_date,_.temp_doc.gltd_post_date=_.voucher_details[e].gltd_post_date,_.block1.gltd_cheque_No=_.voucher_details[e].gltd_cheque_no,_.block1.gltd_paid_to=_.voucher_details[e].gltd_paid_to,_.block1.gltd_cheque_due_date=_.voucher_details[e].gltd_cheque_due_date),0<parseFloat(_.voucher_details[e].gldd_doc_amount_debit)?_.totalDebit=parseFloat(parseFloat(_.totalDebit)+parseFloat(_.voucher_details[e].gldd_doc_amount_debit)+parseFloat(_.voucher_details[e].gldd_tax_amount)).toFixed(_.decimal_dsc):0<parseFloat(_.voucher_details[e].gldd_doc_amount_credit)&&(_.totalcredit=parseFloat(parseFloat(_.totalcredit)+parseFloat(_.voucher_details[e].gldd_doc_amount_credit)+parseFloat(_.voucher_details[e].gldd_tax_amount)).toFixed(_.decimal_dsc))}),d.get(c.apiUrl+"api/JVCreation/GetDocument_Details_DPS?doccode="+_.temp3.gltd_doc_code+"&prnumber="+_.temp3.gltd_prov_doc_no+"&comp_code="+r).then(function(e){_.doc_detail_data=e.data,0<_.doc_detail_data.length&&(_.temp.temp_chk_doc_details=!0,_.chk_doc_details())}))},_.testDatadocs(),_.Bankdetails.push({gldd_vat_enable:"Y"==p,gldd_include_vat:!1,sllc_ldgr_code:"00",vat_details:!1,gldd_doc_amount:0,gldd_doc_vat_amt:0}),d.get(c.apiUrl+"api/JVCreation/GetReportUrl?opr=J&sub_opr=Single").then(function(e){_.final_doc_url=e.data}),a(function(){$("#fixTable").tableHeadFixer({top:1})},100),a(function(){$("#fixTable1").tableHeadFixer({top:1})},100),setTimeout(function(){$("#0_code").select2()},100),setTimeout(function(){$("#pty_ref_date0").kendoDatePicker({format:"dd-MM-yyyy"})},500),_.add_Grid=function(e,t,a,o){0<e.length&&(_.length=e.length-1,_.Bankdetails.push({gldd_vat_enable:"Y"==p,gldd_include_vat:!1,sllc_ldgr_code:"00",vat_details:!1,gldd_doc_amount:0,gldd_doc_vat_amt:0,gldd_doc_narr:e[_.length].gldd_doc_narr})),setTimeout(function(){$("#"+(_.Bankdetails.length-1)+"_code").select2()},100),setTimeout(function(){$("#pty_ref_date"+(_.Bankdetails.length-1)).kendoDatePicker({format:"dd-MM-yyyy"})},500),_.getSLAccNo(_.Bankdetails[_.Bankdetails.length-1],_.Bankdetails.length-1)},_.selectText=function(e){e.target.select()},_.checkDate=function(e){var e=e.split("-"),e=e[2]+"-"+e[1]+"-"+e[0],e=new Date(e),t=new Date,a=new Date;a.setFullYear(a.getFullYear()-2),t<e&&(swal({text:"Posting date cannot be greater than current date. ",imageUrl:"assets/img/close.png",width:300,height:200}),_.edt4.PostDate="")},d.get(c.apiUrl+"api/JVCreation/getDocCodeJV?comp_code="+r+"&finance_year="+m).then(function(e){_.geDocCode=e.data;for(var t=0;t<_.geDocCode.length;t++)"BP"==_.geDocCode[t].gldc_doc_code_type&&_.geDocCode_new.push(_.geDocCode[t]);1<_.geDocCode_new.length?(_.dis_doc_cd=!1,_.temp3.gltd_doc_code=_.geDocCode_new[0].gltd_doc_code,d.get(c.apiUrl+"api/BankPayment/GetAllCashBankGLMasterAccountNo?cmp_cd="+r+"&financialyear="+m+"&doc_cd="+_.temp3.gltd_doc_code).then(function(e){_.bankname=e.data,_.edt5.master_acno=e.data[0],_.getAccountName(e.data[0]),_.testData()})):1==_.geDocCode_new.length&&(_.dis_doc_cd=!0,_.temp3.gltd_doc_code=_.geDocCode_new[0].gltd_doc_code,d.get(c.apiUrl+"api/BankPayment/GetAllCashBankGLMasterAccountNo?cmp_cd="+r+"&financialyear="+m+"&doc_cd="+_.geDocCode_new[0].gltd_doc_code).then(function(e){_.bankname=e.data,_.edt5.master_acno=e.data[0],_.getAccountName(e.data[0]),_.testData()})),d.get(c.apiUrl+"api/GLAccountsCreateView/GetAll_glmaster_Department_Code?co_code="+r+"&year="+m).then(function(e){_.dep_data=e.data;for(var t=0,a=0;a<_.dep_data.length;a++)"Finance"===_.dep_data[a].glma_short_name?_.edt5.sims_dep=_.dep_data[a].glma_dept_no:_.dep_data[a].glma_dept_no>t&&(t=_.dep_data[a].glma_dept_no,_.edt5.sims_dep=t)}),_.DocNarr=[],d.get(c.apiUrl+"api/JVCreation/getDoc_Remarks?&cmp_cd="+r+"&fyear="+m+"&doc_code="+_.temp3.gltd_doc_code+"&remark_type=Bank_Payment").then(function(e){if(_.DocNarration=e.data,0<_.DocNarration.length)for(var t=0;t<_.DocNarration.length;t++)_.DocNarr.push(_.DocNarration[t].gdn_doc_narration)}),d.get(c.apiUrl+"api/BankPayment/getVATProfileDetails?comp_code="+r).then(function(e){_.vatProfile=e.data})}),_.show_master_ac=function(e){d.get(c.apiUrl+"api/BankPayment/GetAllCashBankGLMasterAccountNo?cmp_cd="+r+"&financialyear="+m+"&doc_cd="+e).then(function(e){_.bankname=e.data,_.edt5.master_acno=e.data[0],_.getAccountName(e.data[0])}),d.get(c.apiUrl+"api/JVCreation/GetDocReportUrl?opr=J&sub_opr=Doc_URL&comp_code="+r+"&fyear="+m+"&condition="+e+"&condition1=&condition2=&condition3=&condition4=&condition5=").then(function(e){_.final_doc_url=e.data})},_.onKeyPress=function(e){var t=String.fromCharCode(e.which);/^[a-zA-Z0-9]*$/.test(t)||e.preventDefault()},_.GetDocCode=function(e,t){""!==e[0].gldd_doc_narr&&void 0!==e[0].gldd_doc_narr||(e[0].gldd_doc_narr=_.temp.gltd_doc_narr1)},_.CheckPrintReport=function(){var e={location:_.final_doc_url,parameter:{comp_detail:r,doc_code:_.temp3.gltd_doc_code,doc_no:_.Docno},state:"main.Fin141"};window.localStorage.ReportDetails=JSON.stringify(e),n.go("main.ReportCardParameter")},_.cancel=function(){_.addbtn=!0,_.updatebtn=!1,_.chkcost=!1,_.cost_combo=!1,_.edt="",_.edt1="",_.myForm.$setPristine(),_.myForm.$setUntouched()},$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,format:"dd-mm-yyyy",todayHighlight:!0}),$(document).on("touch click",'*[data-datepicker="true"] .add-on',function(e){$('input[type="text"]',$(this).parent()).focus()}),new Date),u=e.getDate(),g=e.getMonth()+1,h=(g<10&&(g="0"+g),e.getFullYear()),f=(_.sdate=u+"-"+g+"-"+h,_.edate=u+"-"+g+"-"+h,_.edt4={DocDate:u+"-"+g+"-"+h,PostDate:u+"-"+g+"-"+h,ChequeDate:u+"-"+g+"-"+h,gltd_payment_date:u+"-"+g+"-"+h},_.getDepartcode=function(e){d.get(c.apiUrl+"api/BankPayment/getCostCenter?aacno="+e+"&comp_cd="+r+"&fyear="+m).then(function(e){_.costcenter=e.data,0<_.costcenter.length?_.chkcost=!0:(_.chkcost=!1,_.temp.cost_chk=!1,_.cost_combo=!1)});for(var t=0;t<_.getAllAccNos.length;t++)_.getAllAccNos[t].gldd_acct_code==e&&(_.edt1={coad_dept_no:_.getAllAccNos[t].gldd_dept_code+"-"+_.getAllAccNos[t].gldd_dept_name,dept_no:_.getAllAccNos[t].gldd_dept_code,gldd_acct_code:_.getAllAccNos[t].gldd_acct_code,gldd_party_ref_no:_.getAllAccNos[t].supplier_trn_number,codp_dept_name:_.getAllAccNos[t].gldd_dept_name,gldd_acct_name:_.getAllAccNos[t].gldd_acct_name},_.temp.gltd_paid_to=_.getAllAccNos[t].coad_pty_short_name);console.log("bank",_.Bankdetails)},_.getDepartcode=function(e,t){d.get(c.apiUrl+"api/BankPayment/getCostCenter?aacno="+e+"&comp_cd="+r+"&fyear="+m).then(function(e){_.costcenter=e.data,0<_.costcenter.length?_.chkcost=!0:(_.chkcost=!1,_.temp.cost_chk=!1,_.cost_combo=!1)});for(var a=0;a<t.getAllAccNos.length;a++)t.getAllAccNos[a].gldd_acct_code==t.gldd_acct_code&&(_.dept_flg=!0,t.coad_dept_no=t.getAllAccNos[a].gldd_dept_code+"-"+t.getAllAccNos[a].gldd_dept_name,t.gldd_dept_code=t.getAllAccNos[a].gldd_dept_code,t.gldd_acct_code=t.getAllAccNos[a].gldd_acct_code,t.codp_dept_name=t.getAllAccNos[a].gldd_dept_name,t.gldd_acct_name=t.getAllAccNos[a].gldd_acct_name,t.gldd_party_ref_no=t.getAllAccNos[a].gldd_party_ref_no);0==_.dept_flg&&(t.coad_dept_no="",t.gldd_dept_code="",t.gldd_acct_code="",t.codp_dept_name="",t.gldd_acct_name="",t.gldd_party_ref_no="")},_.cost_center=function(e){_.cost_combo=1==e},_.cost_center_Account=function(e){_.cost_combo_AC=1==e},_.vat_cal=function(e,t){if(""==t.gldd_doc_amount&&(t.gldd_doc_amount=0),null!=(_.vat=e)){t.gldd_tax_code=e.vat_code,t.gldd_tax_percentage=e.vat_per_value,t.vat_included_in_price=e.vat_included_in_price,t.gldd_tax_acct_code=e.vat_invoice_acno,t.gldd_tax_amount=0,t.gldd_doc_vat_amt=0;var a=parseFloat(t.gldd_doc_amount);0!=e.vat_per_value?"Y"==e.vat_included_in_price?(t.gldd_tax_amount=parseFloat(a*parseFloat(e.vat_per_value)/(100+parseFloat(e.vat_per_value))).toFixed(3),t.gldd_doc_vat_amt=parseFloat(a*parseFloat(e.vat_per_value)/(100+parseFloat(e.vat_per_value))).toFixed(3),t.gldd_doc_amount=parseFloat(a-parseFloat(a*parseFloat(e.vat_per_value)/(100+parseFloat(e.vat_per_value)))).toFixed(3)):(t.gldd_tax_amount=parseFloat(a*parseFloat(e.vat_per_value)/100).toFixed(3),t.gldd_doc_vat_amt=parseFloat(a*parseFloat(e.vat_per_value)/100).toFixed(3)):(t.gldd_tax_amount=0,t.gldd_doc_vat_amt=0);for(var o=_.total=0;o<_.Bankdetails.length;o++)_.total=parseFloat(parseFloat(_.total)+parseFloat(_.Bankdetails[o].gldd_doc_amount)+parseFloat(_.Bankdetails[o].gldd_doc_vat_amt)).toFixed(3);_.totalfinal=_.total}},_.vat_cal2=function(e,t){_.total=0,_.gldd_doc_amount="0";for(var a=0;a<_.Bankdetails.length;a++)"NaN"==_.Bankdetails[a].gldd_doc_vat_amt||"NaN"==_.total||0==_.Bankdetails[a].gldd_doc_amount?(_.Bankdetails[a].gldd_doc_vat_amt=0,_.gldd_doc_amount=parseFloat(_.Bankdetails[a].gldd_doc_amount.toString().replace(/,/g,"")),null==t[a].gldd_tax_percentage?(_.gldd_doc_amount=parseFloat(_.Bankdetails[a].gldd_doc_amount.toString().replace(/,/g,"")),t[a].gldd_tax_percentage=0):_.gldd_doc_amount=parseFloat(_.Bankdetails[a].gldd_doc_amount.toString().replace(/,/g,""))):(null==t[a].gldd_tax_percentage&&(t[a].gldd_tax_percentage=0),_.gldd_doc_amount=parseFloat(_.Bankdetails[a].gldd_doc_amount.toString().replace(/,/g,""))),_.Bankdetails[a].gldd_doc_vat_amt=parseFloat(_.gldd_doc_amount*parseFloat(t[a].gldd_tax_percentage)/100).toFixed(3),_.total=parseFloat(parseFloat(_.total)+parseFloat(_.gldd_doc_amount)+parseFloat(_.Bankdetails[a].gldd_doc_vat_amt)).toFixed(3),_.Bankdetails[a].gldd_doc_amount=parseFloat(_.Bankdetails[a].gldd_doc_amount.toString().replace(/,/g,"")).toLocaleString("en-US",{minimumFractionDigits:2,maximumFractionDigits:3});_.totalfinal=_.total},d.get(c.apiUrl+"api/BankPayment/GetLedgerNumber?financialyear="+m+"&comp_code="+r).then(function(e){_.LdgrCode=e.data}),_.GetAllGLAcc=function(e,t){d.get(c.apiUrl+"api/BankPayment/GetAllGLAccountNos?glma_accountcode="+e+"&cmpnycode="+r+"&fyear="+m).then(function(e){_.getAllAccNos=e.data;for(var t=0;t<_.Bankdetails.length;t++)_.Bankdetails[t].getAllAccNos=_.getAllAccNos})},d.get(c.apiUrl+"api/BankPayment/GetAllGLAccountNos?glma_accountcode="+U+"&cmpnycode="+r+"&fyear="+m).then(function(e){_.getAllAccNos=e.data;for(var t=0;t<_.Bankdetails.length;t++)_.Bankdetails[t].getAllAccNos=_.getAllAccNos}),_.getSLAccNo=function(t,e){var a=_.getAllAccNos.gldd_acct_code;"00"==t.sllc_ldgr_code?d.get(c.apiUrl+"api/BankPayment/GetAllGLAccountNos?glma_accountcode="+a+"&cmpnycode="+r+"&fyear="+m).then(function(e){t.getAllAccNos=e.data}):d.get(c.apiUrl+"api/BankPayment/GetSLAccNumber?pbslcode="+t.sllc_ldgr_code+"&cmp_cd="+r+"&fyear="+m).then(function(e){t.getAllAccNos=e.data}),t.gldd_acct_code="",t.gldd_acct_name="",t.coad_dept_no="",t.gldd_party_ref_no="",$("#"+e+"_code").select2("val","")},_.summ=function(){for(var e=_.total=0;e<_.Bankdetails.length;e++)_.total=_.total+parseInt(_.Bankdetails[e].gldd_doc_amount)},_.accountCode=function(e,t){for(var a=0;a<_.Bankdetails.length;a++)if(null==_.Bankdetails[a].gldd_acct_code||""==_.Bankdetails[a].gldd_acct_code)return void swal({text:"Please select Account name",showCloseButton:!0,width:380})},_.datagrid=function(e){if(_.gldd_doc_amount="0",_.gldd_doc_amount=parseFloat(_.edt.gldd_doc_amount.replace(/,/g,"")),_.chkcost=!1,_.cost_combo=!1,_.temp.cost_chk=!1,null==_.edt.gldd_acct_code||""==_.edt.gldd_acct_code)_.flag1=!0,swal({text:"Please select Account name",showCloseButton:!0,width:380});else if(null==_.gldd_doc_amount||""==_.gldd_doc_amount)_.flag1=!0,swal({text:"Please Enter Amount",showCloseButton:!0,width:380,height:300});else{for(var t=!1,a="",o=0;o<_.Bankdetails.length;o++)_.Bankdetails[o].sllc_ldgr_code==_.edt.sllc_ldgr_code&&_.Bankdetails[o].slma_acno==_.edt1.gldd_acct_code&&_.Bankdetails[o].gldd_doc_narr==_.edt.gldd_doc_narr&&(t=!0);if(t)swal({text:"This Account Name Already Present",width:380});else{var a=null==_.edt.sllc_ldgr_code?"00":_.edt.sllc_ldgr_code,s=_.edt1.coad_dept_no.split("-"),n=document.getElementById("costCenter"),n=n.options[n.selectedIndex].text,i=document.getElementById("cmb_acc_Code3");_.selectedText=i.options[i.selectedIndex].text,_.Bankdetails.push({gldd_comp_code:r,sllc_ldgr_code:a,slma_acno:_.edt1.gldd_acct_code,gldd_party_ref_no:_.edt1.gldd_party_ref_no,coad_pty_full_name:_.selectedText,coad_dept_no:s[0],gldd_party_ref_date:_.edt.gldd_party_ref_date,gldd_doc_narr:_.edt.gldd_doc_narr,gldd_doc_amount:_.gldd_doc_amount,glco_cost_centre_code:_.edt.glco_cost_centre_code,coce_cost_centre_name1:n,gldd_fc_amount:0}),_.total=0;for(var d=_.fctotal=0;d<_.Bankdetails.length;d++)_.total=parseFloat(parseFloat(_.total)+parseFloat(_.Bankdetails[d].gldd_doc_amount)).toFixed(3),_.fctotal=parseFloat(_.fctotal)+parseFloat(_.Bankdetails[d].gldd_fc_amount);_.edt="",_.edt1="",_.edt2="",$("#cmb_acc_Code3").select2("val",""),_.myForm.$setPristine(),_.myForm.$setUntouched(),0;i=_.getAllAccNos.gldd_acct_code;_.GetAllGLAcc(i,r)}}},_.up=function(e){_.Add=!1,_.updatebtn=!0,_.readonly=!0,_.edt={coad_dept_no:e.coad_dept_no,gldd_acct_code:e.slma_acno,gldd_acct_name:e.coad_pty_full_name,sllc_ldgr_code:e.sllc_ldgr_code,gldd_party_ref_date:e.gldd_party_ref_date,gldd_doc_amount:e.gldd_doc_amount,gldd_doc_narr:e.gldd_doc_narr},e.slma_acno,setTimeout(function(){$("#cmb_acc_Code3").val(e.slma_acno),$("#cmb_acc_Code3").trigger("change")},1e3),_.edt1={coad_dept_no:e.coad_dept_no,gldd_acct_code:e.slma_acno,gldd_acct_name:e.gldd_acct_name,gldd_party_ref_no:e.gldd_party_ref_no}},_.total=0,_.totalAmountCount=function(){for(var e=_.total=0;e<_.Bankdetails.length;e++)0!=_.Bankdetails[e].gldd_doc_amount&&""!=_.Bankdetails[e].gldd_doc_amount&&null!=_.Bankdetails[e].gldd_doc_amount||(_.Bankdetails[e].gldd_doc_amount=0),""!=_.Bankdetails[e].gldd_acct_code&&null!=_.Bankdetails[e].gldd_acct_code||swal({text:"Please select Account name",showCloseButton:!0,width:380}),_.outstandingAmt=parseFloat(_.Bankdetails[e].gldd_doc_amount),_.invoiceAmt=parseFloat(_.Bankdetails[e].invoice),_.outstandingAmt>_.invoiceAmt?(swal({text:"Amount should be less than "+_.invoiceAmt,imageUrl:"assets/img/close.png",width:400,height:250}),_.Bankdetails[e].gldd_doc_amount=parseFloat(_.Bankdetails[e].invoice).toFixed(3),_.total=parseFloat(_.Bankdetails[e].invoice).toFixed(3)):_.total=parseFloat(parseFloat(_.total)+parseFloat(_.Bankdetails[e].gldd_doc_amount)+parseFloat(_.Bankdetails[e].gldd_doc_vat_amt)).toFixed(3)},_.voucherdisable=!1,_.UPDATE_temp_docs=function(){_.voucherdisable=!0;var e,t=[];if(""!=_.temp3.gltd_doc_code&&null!=_.temp3.gltd_doc_code){for(let e=0;e<_.Bankdetails.length;e++)if(""==_.Bankdetails[e].gldd_acct_code||null==_.Bankdetails[e].gldd_acct_code||null==_.Bankdetails[e].gldd_acct_code)return void swal({text:"  please select account name ",width:380});""==_.edt4.PostDate||null==_.edt4.PostDate?swal({text:"  please select Post Date ",width:380}):_.prdocdata.length<=0?swal({text:"  Please Add Transaction Details ",width:380}):void 0===_.totalfinal||"NaN"===_.totalfinal||"0.000"===_.totalfinal||0===_.totalfinal||""===_.totalfinal?(swal({text:"Please Enter Amount",showCloseButton:!0,width:380,height:300}),_.voucherdisable=!1):(e={gltd_comp_code:r,gltd_doc_code:_.temp3.gltd_doc_code,gltd_prov_doc_no:i.Class.prov_code,gltd_final_doc_no:i.Class.final_doc_no,gltd_doc_date:_.docdata[0].gltd_doc_date,gltd_doc_narr:_.temp.gltd_doc_narr1,gltd_remarks:_.docdata[0].gltd_remarks,gltd_doc_flag:_.docdata[0].gltd_doc_flag,gltd_cur_status:_.docdata[0].gltd_cur_status,gltd_prepare_date:_.docdata[0].gltd_prepare_date,gltd_verify_user:_.docdata[0].gltd_verify_user,gltd_verify_date:_.docdata[0].gltd_verify_date,gltd_authorize_user:_.docdata[0].gltd_authorize_user,gltd_authorize_date:_.docdata[0].gltd_authorize_date,gltd_payment_user:_.docdata[0].gltd_payment_user,gltd_payment_date:_.edt4.gltd_payment_date,gltd_post_date:_.edt4.PostDate,gltd_post_no:_.docdata[0].gltd_post_no,gltd_save_srl:_.edt5.sims_dep,gltd_batch_source:_.docdata[0].gltd_batch_source,gltd_paid_to:_.temp.gltd_paid_to,gltd_cheque_no:_.temp.gltd_cheque_No,gltd_reference_doc_code:_.docdata[0].gltd_reference_doc_code,gltd_reference_final_doc_no:_.docdata[0].gltd_reference_final_doc_no,gltd_cheque_due_date:_.edt4.gltd_payment_date,gltd_doc_path:_.docdata[0].gltd_doc_path,gltd_app_name:"Finnm2"},t.push(e),d.post(c.apiUrl+"api/BankPayment/UPDATE_Fins_temp_docsFin",t).then(function(e){_.prvno=e.data,""!=_.prvno&&null!=_.prvno?_.UPDATE_Fins_temp_doc_details():swal({title:"Alert",text:"Record Not Updated. "+_.prvno,width:300,height:200}).then(function(){n.go(i.Class.redir_from)})}))}else swal({text:"  please select Doc Code ",width:380})},_.backVVN=function(){n.go(i.Class.redir_from)},_.UPDATE_Fins_temp_doc_details=function(){let t=[],e=1;for(var a=0;a<_.Bankdetails.length;a++){var o={gldd_prov_doc_no:i.Class.prov_code,gldd_final_doc_no:i.Class.final_doc_no,gldd_doc_narr:_.Bankdetails[a].gldd_doc_narr,gldd_dept_code:_.Bankdetails[a].gldd_dept_code,gldd_ledger_code:_.Bankdetails[a].sllc_ldgr_code,gldd_acct_code:_.Bankdetails[a].gldd_acct_code,gldd_party_ref_no:_.Bankdetails[a].gldd_party_ref_no,gldd_party_ref_date:_.Bankdetails[a].gldd_party_ref_date,gldd_doc_amount_debit:parseFloat(_.Bankdetails[a].gldd_doc_amount.toString().replace(/,/g,"")),gldd_doc_amount_credit:0,gldd_fc_code:"PRM",gldd_cost_center_code:_.Bankdetails[a].glco_cost_centre_code,gldd_comp_code:r,gldd_doc_code:_.temp3.gltd_doc_code,gldd_line_no:e,gldd_remarks:_.temp3.gltd_doc_code+"/"+e+"$"+_.Bankdetails[a].gldd_doc_amount,gldd_vat_enable:_.Bankdetails[a].gldd_vat_enable,gldd_include_vat:_.Bankdetails[a].gldd_include_vat,gldd_vat_amt:_.Bankdetails[a].gldd_doc_vat_amt,gldd_tax_code:_.Bankdetails[a].gldd_tax_code,gldd_tax_acct_code:_.Bankdetails[a].gldd_tax_acct_code,gldd_tax_percentage:0,gldd_tax_amount:_.Bankdetails[a].gldd_tax_amount,finance_year:m,gldd_post_date:_.edt4.PostDate};e++,t.push(o)}o={gldd_comp_code:r,gldd_doc_code:_.temp3.gltd_doc_code,gldd_prov_doc_no:i.Class.prov_code,gldd_final_doc_no:i.Class.final_doc_no,gldd_line_no:e,gldd_ledger_code:"00",gldd_acct_code:_.edt5.master_acno.master_acno,gldd_cost_center_code:_.edt5.glco_cost_centre_code,gldd_doc_amount_debit:0,gldd_doc_amount_credit:parseFloat(_.totalfinal.toString().replace(/,/g,"")),gldd_fc_amount_debit:0,gldd_fc_code:"PRM",gldd_fc_rate:0,gldd_doc_narr:_.temp.gltd_doc_narr1,gldd_dept_code:_.edt5.master_acno.gldd_dept_code,gldd_vat_enable:p,gldd_include_vat:"N",gldd_vat_amt:0,finance_year:m,gldd_post_date:_.edt4.PostDate,gldd_remarks:_.temp3.gltd_doc_code+"/"+e+"$"+parseFloat(_.total)};t.push(o);let s=0;for(let e=0;e<t.length;e++)if(null==t[e].gldd_tax_code){s=1;break}0==s?swal({title:"Alert",text:"Attention! Vat selection have issues ",width:300,height:200}):d.post(c.apiUrl+"api/BankPayment/UPDATE_JV_Fins_temp_doc_details_vatFin_v2",t).then(function(e){_.msg1=e.data,""!=_.prvno&&!0===_.msg1?((e=[]).push({gldd_comp_code:t[0].gldd_comp_code,gldd_doc_code:t[0].gldd_doc_code,gldd_prov_doc_no:t[0].gldd_prov_doc_no}),d.post(c.apiUrl+"api/BankPayment/UPDATE_JV_Fins_temp_doc_details_vatFin1",e).then(function(e){_.msg1=e.data,!0===_.msg1&&d.post(c.apiUrl+"api/BankPayment/UPDATE_batch_sl_gl_transaction",t).then(function(e){_.msg1=e.data,_.insertDocuments(),(_.msg1?swal({title:"Alert",text:"Record Updated Successfully. ",width:300,height:200}):swal({title:"Alert",text:"Record Not Updated. ",width:300,height:200})).then(function(){n.go(i.Class.redir_from)})})})):swal({title:"Alert",text:"Record Not Updated. ",width:300,height:200}).then(function(){n.go(i.Class.redir_from)})})},_.Update=function(){for(var e=0;e<_.Bankdetails.length;e++)if(""!=_.Bankdetails.slma_acno){var t=document.getElementById("cmb_acc_Code3"),t=t.options[t.selectedIndex].text;_.Bankdetails.pop({gldd_comp_code:r,sllc_ldgr_code:_.edt.sllc_ldgr_code,slma_acno:_.edt1.gldd_acct_code,gldd_party_ref_no:_.edt1.gldd_party_ref_no,coad_pty_full_name:t,coad_dept_no:_.edt1.coad_dept_no,gldd_party_ref_date:_.edt.gldd_party_ref_date,gldd_doc_narr:_.edt.gldd_doc_narr,gldd_doc_amount:_.gldd_doc_amount,gldd_fc_amount:0}),_.Bankdetails.push({gldd_comp_code:r,sllc_ldgr_code:_.edt.sllc_ldgr_code,slma_acno:_.edt1.gldd_acct_code,gldd_party_ref_no:_.edt1.gldd_party_ref_no,coad_pty_full_name:t,coad_dept_no:_.edt1.coad_dept_no,gldd_party_ref_date:_.edt.gldd_party_ref_date,gldd_doc_narr:_.edt.gldd_doc_narr,gldd_doc_amount:_.gldd_doc_amount,gldd_fc_amount:0}),swal({text:"Record Updated",width:300,height:200});for(e=_.total=0;e<_.Bankdetails.length;e++)_.total=parseFloat(parseFloat(_.total)+parseFloat(_.Bankdetails[e].gldd_doc_amount)).toFixed(3);for(e=_.fctotal=0;e<_.Bankdetails.length;e++)_.fctotal=_.fctotal+parseInt(_.Bankdetails[e].gldd_fc_amount);_.edt="",_.edt1="",_.edt2="",_.updatebtn=!1,$("#cmb_acc_Code3").select2("val",""),_.myForm.$setPristine(),_.myForm.$setUntouched(),0}},_.coad_pty_full_name=_.selectedText,_.Delete=function(e){if(1!=_.Bankdetails.length){_.enable_update(),_.disableUpdate=!1;for(var t=0;t<_.Bankdetails.length;t++)_.Bankdetails[t].gldd_acct_code==e.gldd_acct_code&&_.Bankdetails[t].gldd_doc_amount==e.gldd_doc_amount&&_.Bankdetails[t].gldd_doc_narr==e.gldd_doc_narr&&(_.Bankdetails[t].gldd_doc_amount=parseFloat(_.Bankdetails[t].gldd_doc_amount.toString().replace(/,/g,"")),_.total=parseFloat(_.total.toString().replace(/,/g,"")),_.total=parseFloat(parseFloat(_.total)-parseFloat(_.Bankdetails[t].gldd_doc_amount)).toFixed(3),_.Bankdetails.splice(t,1),_.gettotal())}},_.getBudgetAmt=function(e){_.budgetdesc=!0,d.get(c.apiUrl+"api/GLSLQuery/Get_Bud_amt?comp_code="+r+"&fyear="+m+"&acct_code="+e).then(function(e){_.mainn=e.data,_.main2=e.data[0].glma_acct_name,_.main3=e.data[0].gltr_attr1,_.main4=e.data[0].gltr_attr2,_.main5=e.data[0].acct_opening_bal,_.main6=e.data[0].gltr_attr_class1,_.main7=e.data[0].gltr_attr_class1})},_.getAccountName=function(e){b=e.master_acno,d.get(c.apiUrl+"api/BankPayment/getCostCenter?aacno="+b+"&comp_cd="+r+"&fyear="+m).then(function(e){_.costcenter_account=e.data,0<_.costcenter_account.length?_.chkcost_Ac=!0:(_.chkcost_Ac=!1,_.temp.cost_chk_ac=!1,_.cost_combo_AC=!1)});for(var t=0;t<_.bankname.length;t++)_.bankname[t].master_acno==e.master_acno&&(U=_.bankname[t].master_acno,_.edt3={master_ac_cdname:_.bankname[t].master_ac_cdname})},d.get(c.apiUrl+"api/BankPayment/GetVerifyAuthorizeUsers?comp_code="+r+"&fyear="+m).then(function(e){_.users=e.data,0!=_.users.length&&(_.users[0]==l&&_.users[1]==l?(_.preparebtn=!1,_.verifybtn=!1,_.authorizebtn=!1):(_.users[0]!=l||""!=_.users[1]&&_.users[1]==l?(_.preparebtn=!1,_.verifybtn=!0):(_.verifybtn=!1,_.preparebtn=!1),_.authorizebtn=!0))}),_.Authorizeuser=function(){d.get(c.apiUrl+"api/BankPayment/GetVerifyAuthorizeUsers?comp_code="+r+"&fyear="+m).then(function(e){_.users=e.data,0!=_.users.length&&(_.users[0]==l&&_.users[1]==l?(_.preparebtn=!1,_.verifybtn=!1,_.authorizebtn=!1):_.users[0]==l&&_.users[0]!=l?(_.verifybtn=!1,_.preparebtn=!0,_.authorizebtn=!0):_.users[0]!=l&&_.users[0]!=l&&(_.verifybtn=!0,_.preparebtn=!1,_.authorizebtn=!0))})},_.Insert_temp_docs=function(){var e,t,a,o=[],s=("Verify"==x?(s=l,e=_.edt4.DocDate):a=t="Authorize"==x?(s=l,e=_.edt4.DocDate,""):e=s="",null==_.temp&&(_.temp=""),{gltd_comp_code:r,gltd_doc_code:_.temp3.gltd_doc_code,gltd_doc_date:_.edt4.DocDate,gltd_cur_status:x,gltd_post_date:_.edt4.PostDate,gltd_doc_narr:_.temp.gltd_doc_narr1,gltd_remarks:_.temp.gltd_doc_remark,gltd_prepare_date:_.edt4.DocDate,gltd_app_name:"Finnm2",gltd_save_srl:_.edt5.sims_dep,gltd_final_doc_no:"0",gltd_verify_user:s,gltd_verify_date:e,gltd_authorize_user:t,gltd_authorize_date:a,gltd_paid_to:_.temp.gltd_paid_to,gltd_cheque_no:_.temp.gltd_cheque_No,gltd_payment_date:_.edt4.gltd_payment_date});o.push(s),d.post(c.apiUrl+"api/BankPayment/Insert_Fins_temp_docs2",o).then(function(e){_.prvno=e.data,""!=_.prvno&&null!=_.prvno?_.Insert_Fins_temp_doc_details():swal({text:"Record Not inserted. "+_.prvno,imageUrl:"assets/img/close.png",width:300,height:200})})},_.Insert_Fins_temp_doc_details=function(){for(var e=[],t=1,a=0;a<_.Bankdetails.length;a++){var o={gldd_doc_narr:_.Bankdetails[a].gldd_doc_narr,gldd_dept_code:_.Bankdetails[a].gldd_dept_code,gldd_ledger_code:_.Bankdetails[a].sllc_ldgr_code,gldd_acct_code:_.Bankdetails[a].gldd_acct_code,gldd_party_ref_no:_.Bankdetails[a].gldd_party_ref_no,gldd_party_ref_date:_.Bankdetails[a].gldd_party_ref_date,gldd_doc_amount_debit:parseFloat(_.Bankdetails[a].gldd_doc_amount.toString().replace(/,/g,"")),gldd_doc_amount_credit:0,gldd_cost_center_code:_.Bankdetails[a].glco_cost_centre_code,gldd_comp_code:r,gldd_doc_code:_.temp3.gltd_doc_code,gldd_prov_doc_no:_.prvno,gldd_final_doc_no:"0",gldd_line_no:t,gltd_remarks:_.Bankdetails[a].gldd_doc_code+"/"+_.Bankdetails[a].gldd_final_doc_no+"#"+_.Bankdetails[a].gldd_line_no+"$"+_.Bankdetails[a].gldd_doc_amount,gldd_vat_enable:_.Bankdetails[a].gldd_vat_enable,gldd_include_vat:_.Bankdetails[a].gldd_include_vat,gldd_vat_amt:_.Bankdetails[a].gldd_doc_vat_amt,gldd_tax_code:_.Bankdetails[a].gldd_tax_code,gldd_tax_acct_code:_.Bankdetails[a].gldd_tax_acct_code,gldd_tax_percentage:_.Bankdetails[a].gldd_tax_percentage,gldd_tax_amount:_.Bankdetails[a].gldd_tax_amount,finance_year:m,gltd_post_date:_.edt4.PostDate};t++,e.push(o)}o={gldd_comp_code:r,gldd_doc_code:_.temp3.gltd_doc_code,gldd_prov_doc_no:_.prvno,gldd_final_doc_no:"0",gldd_line_no:t,gldd_ledger_code:"00",gldd_acct_code:_.edt5.master_acno.master_acno,gldd_cost_center_code:_.edt5.glco_cost_centre_code,gldd_doc_amount_debit:0,gldd_doc_amount_credit:parseFloat(_.totalfinal),gldd_fc_amount_debit:0,gldd_fc_code:"",gldd_fc_rate:0,gldd_doc_narr:_.temp.gltd_doc_narr1,gldd_dept_code:_.edt5.master_acno.gldd_dept_code,gldd_vat_enable:p,gldd_include_vat:"N",gldd_vat_amt:0,finance_year:m,gltd_post_date:_.edt4.PostDate};e.push(o),d.post(c.apiUrl+"api/BankPayment/Insert_JV_Fins_temp_doc_details_vat_newv_v2",e).then(function(e){_.msg1=e.data,_.Bankdetails.push({}),"Authorize"==x?(S=!0,_.Authorize_Insert_temp_doc_details(_.msg1)):"Save"!=x&&"Verify"!=x||(S=!1,_.Authorize_Insert_temp_doc_details(_.msg1)),1!=_.msg1&&swal({text:"Record Not inserted. "+_.msg1,imageUrl:"assets/img/close.png",width:300,height:200})})},_.Docno="0",_.insertDocuments=function(){var e=[],t=1;if(1==_.msg1&&0<_.doc_detail_data.length){for(var a=0;a<_.doc_detail_data.length;a++){var o={gltd_remarks:_.doc_detail_data[a].gltd_remarks,gltd_doc_type:_.doc_detail_data[a].gltd_doc_type,gltd_doc_no:_.doc_detail_data[a].gltd_doc_no,gldd_doc_amount_debit:_.doc_detail_data[a].gldd_doc_amount_debit,gldd_doc_amount_credit:_.doc_detail_data[a].gldd_doc_amount_credit,gltd_comp_code:_.doc_detail_data[a].gltd_comp_code,gltd_doc_code:_.temp3.gltd_doc_code,gltd_prov_doc_no:_.prvno,gldd_final_doc_no:_.Docno,gltd_attribute1:_.doc_detail_data[a].gltd_attribute1,gltd_doc_line_no:t};t++,e.push(o)}d.post(c.apiUrl+"api/JVCreation/Insert_JV_document_details",e).then(function(e){_.chk_msg=e.data,_.reset(),_.doc_detail_data=[]})}},_.insertDocuments2=function(){var e=[],t=1;if(1==_.msg1&&0<_.doc_detail_data.length){for(var a=0;a<_.doc_detail_data.length;a++){var o={gltd_remarks:_.doc_detail_data[a].gltd_remarks,gltd_doc_type:_.doc_detail_data[a].gltd_doc_type,gltd_doc_no:_.doc_detail_data[a].gltd_doc_no,gldd_doc_amount_debit:_.doc_detail_data[a].gldd_doc_amount_debit,gldd_doc_amount_credit:_.doc_detail_data[a].gldd_doc_amount_credit,gltd_comp_code:_.doc_detail_data[a].gltd_comp_code,gltd_doc_code:_.temp3.gltd_doc_code,gltd_prov_doc_no:_.prvno,gldd_final_doc_no:_.Docno,gltd_attribute1:_.doc_detail_data[a].gltd_attribute1,gltd_doc_line_no:t};t++,e.push(o)}d.post(c.apiUrl+"api/JVCreation/Insert_JV_document_details",e).then(function(e){_.chk_msg=e.data,_.Show()})}},_.Authorize_Insert_temp_doc_details=function(e){var t;S?(S=!1,t=_.edt4.DocDate,d.post(c.apiUrl+"api/BankPayment/Authorize_PostingFin2?comp_code="+r+"&doc_code="+_.temp3.gltd_doc_code+"&prv_no="+_.prvno+"&auth_date="+t).then(function(e){_.Docno=e.data,""!=_.Docno&&(swal({text:"Posted Successfully\nFinal Doc No is="+_.Docno,imageUrl:"assets/img/check.png",width:300,height:200}),_.checkprintbtn=!0,_.insertDocuments(),_.ClearInsert(),_.Authorizeuser(),_.cancel(),_.reset())})):0==S&&"Save"==x?(S=!1,e?(swal({text:"Voucher Created Successfully\nProvision No:-"+_.temp3.gltd_doc_code+"-"+_.prvno,imageUrl:"assets/img/check.png",width:300,height:200}),_.insertDocuments(),_.ClearInsert(),_.Authorizeuser(),_.cancel(),_.reset()):swal({text:"Record Not inserted",imageUrl:"assets/img/close.png",width:300,height:200})):0==S&&"Verify"==x?(S=!1,e?(swal({text:"Record Verified Successfully\nProvision No:-"+_.temp3.gltd_doc_code+"--"+_.prvno,imageUrl:"assets/img/check.png",width:300,height:200}),_.insertDocuments(),_.ClearInsert(),_.Authorizeuser(),_.cancel(),_.reset()):swal({text:"Verification Failed",width:300,height:200})):0==S&&"Authorize"==x&&(S=!1,e?(swal({text:"Record Authorize Successfully\nProvision No:-"+_.temp3.gltd_doc_code+"--"+_.prvno,imageUrl:"assets/img/check.png",width:300,height:200}),_.insertDocuments(),_.ClearInsert(),_.Authorizeuser(),_.cancel(),_.reset()):swal({text:"Authorize Failed",width:300,height:200})),_.Authorizeuser()},_.calcVAT=function(e,t){var a;""!=t.gldd_doc_amount||null!=t.gldd_doc_amount?0<parseFloat(t.gldd_doc_amount)?"Y"==p&&1==t.gldd_vat_enable&&(0==t.gldd_include_vat?(a=parseFloat(t.gldd_doc_amount),t.gldd_doc_vat_amt=parseFloat(a*parseFloat(s)/100),t.gldd_include_vat=!1):(t.gldd_doc_amount=0,t.gldd_doc_vat_amt=0)):t.gldd_doc_vat_amt=0:(t.gldd_doc_amount=0,t.gldd_doc_vat_amt=0)},_.NewGrid=function(){if(_.chkcost=!1,_.cost_combo=!1,_.temp.cost_chk=!1,_.total=0,(_.fctotal=0)<_.Bankdetails.length)for(var e=0;e<_.Bankdetails.length;e++){if(null==_.Bankdetails[e].gldd_acct_code||""==_.Bankdetails[e].gldd_acct_code)return _.flag1=!0,void swal({text:"Please select Account name",showCloseButton:!0,width:380});if(null==_.Bankdetails[e].gldd_doc_amount||""==_.Bankdetails[e].gldd_doc_amount)return _.flag1=!0,void swal({text:"Please Enter Amount",showCloseButton:!0,width:380,height:300});var t="",t=null==_.Bankdetails[e].sllc_ldgr_code?"00":_.Bankdetails[e].sllc_ldgr_code,a=_.Bankdetails[e].coad_dept_no.split("-"),o=document.getElementById("costCenter"),o=(o.options[o.selectedIndex].text,document.getElementById(e+"_code")),o=(_.selectedText=o.options[o.selectedIndex].text,_.Bankdetails[e].coad_dept_no=a[0],_.Bankdetails[e].coad_pty_full_name=_.selectedText,_.Bankdetails[e].gldd_fc_amount=0,_.Bankdetails[e].gldd_comp_code=r,_.Bankdetails[e].sllc_ldgr_code=t,_.Bankdetails[e].slma_acno=_.Bankdetails[e].gldd_acct_code,_.total=parseFloat(parseFloat(_.total)+parseFloat(_.Bankdetails[e].gldd_doc_amount)+parseFloat(_.Bankdetails[e].gldd_doc_vat_amt)).toFixed(3),_.fctotal=parseFloat(_.fctotal)+parseFloat(_.Bankdetails[e].gldd_fc_amount),_.edt="",_.edt1="",_.edt2="",$("#cmb_acc_Code3").select2("val",""),_.getAllAccNos.gldd_acct_code);_.GetAllGLAcc(o,r)}},_.Prepare=function(){var e=!1;_.chkcost_Ac=!1,_.cost_combo_Ac=!1;try{if(0<_.Bankdetails.length)if(_.flag1=!1,null==_.edt4.PostDate||""==_.edt4.PostDate)_.flag1=!0,swal({text:"Please Select Posting Date",showCloseButton:!0,width:380,height:200});else if(null==_.edt5.sims_dep||""==_.edt5.sims_dep)_.flag1=!0,swal({text:"Please Select Department",showCloseButton:!0,width:380,height:200});else if(0<_.Bankdetails.length){for(var t=0;t<_.Bankdetails.length;t++)if(0==_.Bankdetails[t].gldd_doc_amount||"0"==_.Bankdetails[t].gldd_doc_amount){e=!0;break}if(e)swal({text:"Please Enter Amount",showCloseButton:!0,width:380,height:300});else{for(let e=0;e<_.Bankdetails.length;e++){if(_.chk_condition=_.Bankdetails.every(e=>e.gldd_acct_name),!1===_.chk_condition)return void swal({text:"Please enter Transaction details",showCloseButton:!0,width:380,height:300});if(!0===_.chk_condition&&(void 0===_.totalfinal||"NaN"===_.totalfinal||"0.000"===_.totalfinal||0===_.totalfinal||""===_.totalfinal))return void swal({text:"Please enter Transaction details",showCloseButton:!0,width:380,height:300})}_.preparebtn=!0,_.verifybtn=!0,_.authorizebtn=!0,x="Save",_.Insert_temp_docs()}}else _.preparebtn=!0,_.verifybtn=!0,_.authorizebtn=!0,x="Save",_.Insert_temp_docs();else swal({text:"Please Add Doc Details",showCloseButton:!0,width:380})}catch(e){}},_.Verify=function(){try{if(0<_.Bankdetails.length){if(_.flag1=!1,null==_.edt4.PostDate||""==_.edt4.PostDate)_.flag1=!0,swal({text:"Please Select Posting Date",showCloseButton:!0,width:380,height:200});else if(null==_.edt5.sims_dep||""==_.edt5.sims_dep)_.flag1=!0,swal({text:"Please Select Department",showCloseButton:!0,width:380,height:200});else if(0<_.Bankdetails.length){for(let e=0;e<_.Bankdetails.length;e++){if(_.chk_condition=_.Bankdetails.every(e=>e.gldd_acct_name),!1===_.chk_condition)return void swal({text:"Please enter Transaction details",showCloseButton:!0,width:380,height:300});if(!0===_.chk_condition&&(void 0===_.totalfinal||"NaN"===_.totalfinal||"0.000"===_.totalfinal||0===_.totalfinal||""===_.totalfinal))return void swal({text:"Please Enter Amount",showCloseButton:!0,width:380,height:300})}_.preparebtn=!0,_.verifybtn=!0,_.authorizebtn=!0,x="Verify",_.Insert_temp_docs()}}else swal({text:"Please Add Doc Details",showCloseButton:!0,width:380})}catch(e){}},_.Authorize=function(){_.chkcost_Ac=!1,_.cost_combo_Ac=!1;try{if(0<_.Bankdetails.length)if(_.flag1=!1,null==_.edt4.PostDate||""==_.edt4.PostDate)_.flag1=!0,swal({text:"Please Select Posting Date",showCloseButton:!0,width:380,height:200});else if(null==_.edt5.sims_dep||""==_.edt5.sims_dep)_.flag1=!0,swal({text:"Please Select Department",showCloseButton:!0,width:380,height:200});else if(0<_.Bankdetails.length){for(let e=0;e<_.Bankdetails.length;e++){if(_.chk_condition=_.Bankdetails.every(e=>e.gldd_acct_name),!1===_.chk_condition)return void swal({text:"Please enter Transaction details",showCloseButton:!0,width:380,height:300});if(!0===_.chk_condition&&(void 0===_.totalfinal||"NaN"===_.totalfinal||"0.000"===_.totalfinal||0===_.totalfinal||""===_.totalfinal))return void swal({text:"Please enter amount",showCloseButton:!0,width:380,height:300})}!0!==_.chk_condition||void 0===_.totalfinal&&"NaN"===_.totalfinal&&"0.000"===_.totalfinal&&0===_.totalfinal&&""===_.totalfinal||(_.preparebtn=!0,_.verifybtn=!0,_.authorizebtn=!0,x="Authorize",_.Insert_temp_docs())}else _.preparebtn=!0,_.verifybtn=!0,_.authorizebtn=!0,x="Authorize",_.Insert_temp_docs();else swal({text:"Please Add Doc Details",showCloseButton:!0,width:380})}catch(e){}},_.ClearInsert=function(){_.vis.updaten=!1,_.showButtons=!0,_.temp3.gltd_prov_doc_no="",_.temp3.gltd_doc_code1="",_.totalfinal=0,_.Bankdetails=[],_.doc_detail_data=[],_.Bankdetails.push({gldd_vat_enable:"Y"==p,gldd_include_vat:!1,sllc_ldgr_code:"00",vat_details:!1,gldd_doc_amount:0,gldd_doc_vat_amt:0}),setTimeout(function(){$("#0_code").select2()},100),setTimeout(function(){$("#pty_ref_date0").kendoDatePicker({format:"dd-MM-yyyy"})},500),_.total=0,_.temp={gltd_cheque_No:"",gltd_paid_to:"",gltd_doc_narr1:"",gltd_doc_remark:""},_.block4="",_.doc_data=!1,_.Doc_table=!1,_.getSLAccNo(_.Bankdetails[_.Bankdetails.length-1],_.Bankdetails.length-1)},_.onlyNumbers=function(e){var t,a={escape:27,backspace:8,tab:9,enter:13,del:46,0:48,1:49,2:50,3:51,4:52,5:53,6:54,7:55,8:56,9:57};for(t in a)if(a.hasOwnProperty(t)&&(e.charCode==a[t]||e.keyCode==a[t]))return;e.preventDefault()},_.check_post_date=function(){null==_.edt4.PostDate&&""==_.edt4.PostDate||d.get(c.apiUrl+"api/JVCreation/Get_Check_Postdate?post_date="+_.edt4.PostDate+"&comp_cd="+r+"&fyear="+m).then(function(e){_.msg=e.data,""!=_.msg?(swal({text:_.msg,width:300,height:200}),_.preparebtn=!0,_.verifybtn=!0,_.authorizebtn=!0):0!=_.users.length&&(_.users[0]==l&&_.users[1]==l?(_.preparebtn=!1,_.verifybtn=!1,_.authorizebtn=!1):(_.users[0]!=l||""!=_.users[1]&&_.users[1]==l?(_.preparebtn=!1,_.verifybtn=!0):(_.verifybtn=!1,_.preparebtn=!1),_.authorizebtn=!0))})},_.show_bills=function(){document.getElementById("mainchk").checked=!1;var e={gldd_comp_code:r,finance_year:m,gldd_doc_code:_.temp3.gltd_doc_code,gldd_ledger_code:_.edt.sllc_ldgr_code,gldd_acct_code:_.edt.gldd_acct_code,gldd_party_ref_no:_.edt1.gldd_acct_code};"00"==_.edt.sllc_ldgr_code||null==_.edt.sllc_ldgr_code||""==_.edt.sllc_ldgr_code?swal({text:"Please Select Except General Ledger",imageUrl:"assets/img/close.png",width:300,height:200}):_.edt.gldd_acct_code?(_.Billdetailsdata=[],$("#Billdetails").modal("show"),d.post(c.apiUrl+"api/BankPayment/BillDetails",e).then(function(e){if(_.billdata=e.data,_.billdata)for(var t=0;t<_.billdata.length;t++)_.Billdetailsdata.push(_.billdata[t]);else _.Billdetailsdata=[]})):swal({text:"Please Select Account Name",imageUrl:"assets/img/close.png",width:300,height:200})},_.CheckAllChecked=function(){var e=document.getElementById("mainchk");if(_.Bankdetails=[],1==e.checked)for(var t=0;t<_.Billdetailsdata.length;t++)_.Billdetailsdata[t].voucher_check=!0,_.row1="row_selected",$("tr").addClass("row_selected"),_.voucherdata.push(_.Billdetailsdata[t]);else for(t=0;t<_.Billdetailsdata.length;t++)_.Billdetailsdata[t].voucher_check=!1,e.checked=!1,_.row1="",$("tr").removeClass("row_selected")},_.voucherdata=[],_.selectonebyone=function(e,t){_.Bankdetails=[],1==t.voucher_check&&_.voucherdata.push(t)},_.btn_Add=function(){$("#Billdetails").modal("hide");for(var e=document.getElementById("mainchk"),t=0;t<_.voucherdata.length;t++)1==_.voucherdata[t].voucher_check&&_.Bankdetails.push(_.voucherdata[t]);for(var a=_.total=0;a<_.Bankdetails.length;a++)_.total=parseFloat(parseFloat(_.total)+parseFloat(_.Bankdetails[a].gldd_doc_amount)).toFixed(3),_.totalfinal=_.total;e.checked=!1},_.ShowAmountDetails=function(e){_.supplierdetails=!1,_.othersupplierdetails=!1,e.doc_code=_.temp3.gltd_doc_code,e.finance_year=m,d.post(c.apiUrl+"api/BankPayment/ShowAmountDetails",e).then(function(e){_.Amountdetails=e.data,console.log(_.Amountdetails)})},_.ShowPendingAmountDetails=function(e){_.supplierdetails=!1,_.pendingsupplierdetails=!1,e.doc_code=_.temp3.gltd_doc_code,e.finance_year=m,d.post(c.apiUrl+"api/BankPayment/ShowPendingAmountDetails",e).then(function(e){_.PendingAmountdetails=e.data})},_.complete=function(){$("#DocNarration").autocomplete({source:_.DocNarr})},_.back=function(){_.supplierdetails=!0,_.pendingsupplierdetails=!0,_.othersupplierdetails=!0},d.get(c.apiUrl+"api/JVCreation/Getdocument_type").then(function(e){_.document_type=e.data}),_.getDoc_type_name=function(e){for(var t=0;t<_.document_type.length;t++)_.document_type[t].gltd_doc_type==_.block4.gltd_doc_type&&(_.block4.gltd_doc_type_name=_.document_type[t].gltd_doc_type_name)},_.AddDocumenDetailtGrid=function(){_.Doc_table=!0,""!=_.block4.gltd_doc_type&&null!=_.block4.gltd_doc_type&&""!=_.block4.gltd_doc_no&&null!=_.block4.gltd_doc_no?(_.disableUpdate=!1,_.url=c.docUrl+"sis/Images/UploadedFiles/",_.gltd_attribute1=_.url+_.gltd_attr1,_.doc_detail_data.push({gltd_comp_code:r,gltd_doc_type:_.block4.gltd_doc_type,gltd_doc_type_name:_.block4.gltd_doc_type_name,gltd_doc_no:_.block4.gltd_doc_no,gltd_remarks:_.block4.gltd_remarks,gldd_doc_amount_debit:_.block4.gldd_doc_amount_debit,gltd_attribute1:_.gltd_attr1}),_.block4=""):swal({title:"Alert",text:"Doc type & Doc no was not entered, please re-attach the document",showCloseButton:!0,width:400}),_.doc_data=!1},_.viewDoc=function(e){_.url=c.docUrl+d.defaults.headers.common.schoolId+"/Images/UploadedFiles/",window.open(_.url+e)},_.downPdf=function(e){e=c.docUrl+_.mainurl.replace(/\/[^/]+$/,"/")+e;window.open(e,"_new")},_.Doc_detailCancel=function(){_.doc_data=!1,_.block4=""},_.DOC_update_grid=function(e){_.block4=JSON.parse(JSON.stringify(e)),_.temp1obj=e,_.Doc_add=!1,_.Doc_update=!0},_.Delete_doc_Grid=function(e,t,a,o){_.enable_update(),e.splice(a,1)},_.chk_doc_details=function(){var e=_.temp.temp_chk_doc_details;_.block4="",_.gltd_attribute1="",_.sims_invoice_image1="",1==e?(_.doc_data=!0,_.Doc_table=!0,_.doc_type_combo=!0,_.doc_type_input=!0,_.Doc_add=!0,_.Doc_update=!1):(_.doc_data=!1,_.Doc_table=!1,_.doc_type_combo=!1,_.doc_type_input=!1)},$("#fileLabel").html());function y(){$("input[type=file]").change(function(){var e=this.files,t=$(this).parent();1<e.length?(console.log(this.files,1),t.text("Sorry, multiple files are not allowed")):t.html(e[0].name+' <span class="sml">type: '+e[0].type+", "+Math.round(e[0].size/1024)+" KB</span>")})}$(document).ready(function(){function e(){$("input[type=file]").change(function(){var e=this.files,t=$(this).parent();1<e.length?(console.log(this.files,1),t.text("Sorry, multiple files are not allowed")):t.html(e[0].name+' <span class="sml">type: '+e[0].type+", "+Math.round(e[0].size/1024)+" KB</span>")})}e(),$("input[type=file]").on("focus",function(){$(this).parent().addClass("focus")}),$("input[type=file]").on("blur",function(){$(this).parent().removeClass("focus")}),$("#clearButton").on("click",function(){$("#file").val(""),$("#fileLabel").html(f),$("input[type=file]").trigger("blur"),setTimeout(function(){e(),$("input[type=file]").trigger("focus")},100)}),$("#cancelButton").on("click",function(){$("#file").val(""),$("#fileLabel").html(f),$("input[type=file]").trigger("blur"),setTimeout(function(){e(),$("input[type=file]").trigger("focus")},100)}),$("#prepareButton").on("click",function(){$("#file").val(""),$("#fileLabel").html(f),$("input[type=file]").trigger("blur"),setTimeout(function(){e(),$("input[type=file]").trigger("focus")},100)}),$("#verifyButton").on("click",function(){$("#file").val(""),$("#fileLabel").html(f),$("input[type=file]").trigger("blur"),setTimeout(function(){e(),$("input[type=file]").trigger("focus")},100)}),$("#authorizeButton").on("click",function(){$("#file").val(""),$("#fileLabel").html(f),$("input[type=file]").trigger("blur"),setTimeout(function(){e(),$("input[type=file]").trigger("focus")},100)}),$("#clearQbtn").on("click",function(){$("#file").val(""),$("#fileLabel").html(f),$("input[type=file]").trigger("blur"),setTimeout(function(){e(),$("input[type=file]").trigger("focus")},100)})}),_.reset=function(){_.Docno="0",_.budgetdesc=!1,_.temp.gltd_doc_narr1=null,_.edt5.master_acno=null,_.edt5.sims_dep=null,_.edt5.sims_dep="",_.temp.gltd_cheque_No=null,_.temp.gltd_cheque_No="",_.temp.gltd_paid_to=null,_.temp.gltd_paid_to="",_.totalfinal=0,_.edt5.sims_dep=null,_.edt5.sims_dep=""},_.isValidKey=function(e){var t=e.which||e.keyCode,a=String.fromCharCode(t);return/[\d,\.]/.test(a)||8===t?"."!==a||!e.target.value.includes(".")||(e.preventDefault(),!1):/[\d,\.-]/.test(a)||8===t?"-"!==a||!e.target.value.includes("-")||(e.preventDefault(),!1):(/[\d,\.-]/.test(a)||8===t)&&("-"!==a||!e.target.value.includes("-"))||(e.preventDefault(),!1)},_.ddt={},_.file_changed=function(e,t){if(10485760<e.files[0].size)swal({title:"Alert",text:"File size exceeds 10MB. Please choose a smaller file.",showCloseButton:!0,width:380}),$("#file").val(""),$("#fileLabel").html(f),$("input[type=file]").trigger("blur"),setTimeout(function(){y(),$("input[type=file]").trigger("focus")},100);else{var a=e.files[0];if(["application/pdf","application/vnd.ms-excel","application/vnd.openxmlformats-officedocument.spreadsheetml.sheet","text/plain","application/vnd.openxmlformats-officedocument.presentationml.presentation","application/vnd.openxmlformats-officedocument.wordprocessingml.document","application/vnd.ms-powerpoint","image/jpeg","image/png","image/jpg","message/rfc822","application/vnd.ms-outlook","application/octet-stream","","octet-stream","msg"].includes(a.type)){$("#loader").modal({backdrop:"static",keyboard:!1}),_.doc_data=!0,_.ddt.fileName1=e.files[0].name,v=e.files[0],w=e.files,_.photo_filename=_.ddt.fileName1,_.filename111=_.ddt.fileName1;e.files[0].name.split(".")[0];a=_.photo_filename.split(".");if(_.photo_filename.split(".")[a.length-1],_.edt1={sims_timetable_filename:_.photo_filename},$.extend(_.ddt,_.edt1),_.photo_filename=v.type,w.length){k=new FormData;for(var o=0;o<w.length;o++){w[o].name;k.append(w[o].name,w[o],"Web\\"+w[o].name.replace(/\s/g,""))}}e=new FileReader;e.onload=function(t){_.$apply(function(){_.prev_img=t.target.result,C=_.filename111.split(".").pop(),D=Math.floor(1e4+9e4*Math.random()),_.filename=_.filename111.replace("."+C,"")+"~~"+D,_.strd=_.filename;_.photo_filename.split("/")[1];_.filename1=_.filename,null==_.photo_filename&&swal({title:"Alert",text:"Please Select File",width:300,height:200});var e={method:"POST",url:c.apiUrl+"api/file/upload?filename="+_.filename1+"&location=/UploadedFiles",data:k,headers:{"Content-Type":void 0}};_.doc_data=!0,d(e).success(function(e){_.mainurl=e,_.mainurl=_.mainurl.replace(/Content\//,""),c.AWS.includes(d.defaults.headers.common.schoolId)&&(e=e.substring(e.lastIndexOf("/")+1)),setTimeout(function(){$("#loader").modal("hide")},2e3),_.showFileName=!0,_.filename1=e,_.gltd_attr1=e,null!=_.filename1&&""!=_.filename1&&null!=_.filename1||(_.showFileName=!1),_.ticketdoc=_.filename1},function(){alert("Err")}),angular.forEach(angular.element("input[type='file']"),function(e){angular.element(e).val(null)})})},new Date;_.filename=v.name,e.readAsDataURL(v),_.uploadloading=!1}else swal({title:"Alert",text:"Only PDF, Excel, Word, PPT, Images are allowed.",showCloseButton:!0,width:380}),$("#file").val(""),$("#fileLabel").html(f),$("input[type=file]").trigger("blur"),setTimeout(function(){y(),$("input[type=file]").trigger("focus")},100)}},_.getTheFiles=function(e){angular.forEach(e,function(e,t){o.append(t,e)})},_.Doc_UpdateMasterDataInGrid=function(){if(_.temp1_obj=_.block4,""!=_.block4.gltd_doc_type&&null!=_.block4.gltd_doc_type&&""!=_.block4.gltd_doc_no&&null!=_.block4.gltd_doc_no)for(var e=0;e<_.doc_detail_data.length;e++)_.doc_detail_data[e].$$hashKey==_.temp1obj.$$hashKey&&(_.url=c.docUrl+"sis/Images/UploadedFiles/",_.gltd_attribute1=_.url+_.gltd_attr1,_.doc_detail_data[e].gltd_remarks=_.block4.gltd_remarks,_.doc_detail_data[e].gltd_doc_no=_.block4.gltd_doc_no,_.doc_detail_data[e].gldd_doc_amount_debit=_.block4.gldd_doc_amount_debit,_.doc_detail_data[e].gltd_attribute1=_.gltd_attr1);_.Doc_add=!0,_.Doc_update=!1,_.block4="",_.sims_invoice_image1="",_.gltd_attribute1=""},_.getprovnolist=function(){d.get(c.apiUrl+"api/JVCreation/Get_reverted_new?comp_code="+r+"&fyear="+m+"&doccode="+_.temp3.gltd_doc_code1+"&code_app=Finnm2").then(function(e){_.prnumber=e.data,_.prnumber=_.prnumber.slice().reverse(),_.revdelete=!1})},_.dropdown_new=function(e,t){"00"==e?d.get(c.apiUrl+"api/BankPayment/GetAllGLAccountNos?glma_accountcode="+U+"&cmpnycode="+r+"&fyear="+m).then(function(e){_.Bankdetails[t].getAllAccNos=e.data,a(function(){$("#"+t+"_code").select2()},0)}):d.get(c.apiUrl+"api/BankPayment/GetSLAccNumber?pbslcode="+e+"&cmp_cd="+r+"&fyear="+m).then(function(e){_.Bankdetails[t].getAllAccNos=e.data,a(function(){$("#"+t+"_code").select2()},0)})},_.enable_update=function(){_.disableUpdate=!1},_.Show=function(){_.tempArr=[],null!=_.temp3.gltd_doc_code1&&""!=_.temp3.gltd_doc_code1&&null!=_.temp3.gltd_prov_doc_no&&""!=_.temp3.gltd_prov_doc_no?(_.dcode=!0,_.vis.updaten=!0,_.showButtons=!1,d.get(c.apiUrl+"api/JVCreation/getAllRecords_Vat?doccode="+_.temp3.gltd_doc_code+"&prnumber="+_.temp3.gltd_prov_doc_no+"&comp_code=1").then(function(e){_.prdocdata=e.data,_.voucher_details=_.prdocdata,_.Bankdetails=[];for(let t=0;t<_.voucher_details.length;t++){var a,o=_.voucher_details[t].gldd_acct_code;_.bankname.some(function(e){return e.master_acno===o})&&0==_.voucher_details[t].gldd_doc_amount_debit?(_.temp.gltd_cheque_No=_.voucher_details[t].gltd_cheque_no,_.temp.gltd_paid_to=_.voucher_details[t].gltd_paid_to,_.temp.gltd_doc_narr1=_.voucher_details[t].gldd_doc_narr,_.edt5.sims_dep=_.voucher_details[t].gldd_dept_code,_.temp.gltd_doc_narr1=_.voucher_details[t].gldd_doc_narr,_.edt4.PostDate=_.voucher_details[t].gltd_post_date,a=_.bankname.filter(function(e){return e.master_acno==_.voucher_details[t].gldd_acct_code}),_.edt5.master_acno=a[0]):(_.Bankdetails.push({sllc_ldgr_code:_.voucher_details[t].gldd_ledger_code,gldd_acct_code:_.voucher_details[t].gldd_acct_code,gldd_party_ref_no:_.voucher_details[t].gldd_party_ref_no,coad_pty_full_name:_.selectedText,coad_dept_no:_.voucher_details[t].gldd_dept_code,gldd_verify_date:_.voucher_details[t].gldd_verify_date,gldd_authorize_date:_.voucher_details[t].gldd_authorize_date,gldd_authorize_date:_.voucher_details[t].gldd_authorize_date,gldd_verify_user:_.voucher_details[t].gldu_verify,gldd_authorize_user:_.voucher_details[t].gldu_authorize,gldd_paid_to:_.voucher_details[t].gltd_paid_to,gldd_post_date:_.voucher_details[t].gltd_post_date,gldd_cheque_no:_.voucher_details[t].gltd_cheque_no,gldd_party_ref_date:_.voucher_details[t].gldd_party_ref_date,gldd_doc_narr:_.voucher_details[t].gldd_doc_narr,gldd_doc_amount:0==_.voucher_details[t].gldd_doc_amount_debit?-_.voucher_details[t].gldd_doc_amount_credit:_.voucher_details[t].gldd_doc_amount_debit}),_.edt4.PostDate=_.voucher_details[t].gltd_post_date,_.edt4.gltd_payment_date=_.voucher_details[t].gltd_cheque_due_date),_.dropdown_new(_.voucher_details[t].gldd_ledger_code,t),""!==_.voucher_details[t].vat_desc&&swal({title:"Original Voucher has vat component",width:380,height:100})}_.Bankdetails.forEach(function(e){e.gldd_doc_amount=e.gldd_doc_amount.toFixed(2).toString().replace(/\B(?=(\d{3})+(?!\d))/g,",")});for(var t=_.total=0;t<_.Bankdetails.length;t++)_.total=parseFloat(parseFloat(_.total)+parseFloat(_.Bankdetails[t].gldd_doc_amount.toString().replace(/,/g,""))).toFixed(3);_.totalfinal=_.total;for(let e=0;e<_.voucher_details.length;e++)0===_.voucher_details[e].gldd_doc_amount_credit&&(_.Bankdetails[e].gldd_acct_code=_.voucher_details[e].gldd_acct_code);_.tempArr=_.Bankdetails}),d.get(c.apiUrl+"api/JVCreation/GetDocument_Details_DPS?doccode="+_.temp3.gltd_doc_code+"&prnumber="+_.temp3.gltd_prov_doc_no+"&comp_code="+r).then(function(e){_.doc_detail_data=e.data,0<_.doc_detail_data.length&&(_.temp.temp_chk_doc_details=!0,_.chk_doc_details())}),_.vis.ok=!1,_.vis.updaten=!0,_.vis.SendToVerifyn=!0,_.vis.is_recur=!1,_.vis.autoriz=!1,_.vis.very=!1,_.getRemark()):(_.flag1=!0,swal({title:"Alert",text:"Please select Doc Code & Provision No",showCloseButton:!0,width:380}))},_.Showi=function(){_.disableUpdate=!0,_.tempArr=[],null!=_.temp3.gltd_doc_code1&&""!=_.temp3.gltd_doc_code1&&null!=_.temp3.gltd_prov_doc_no&&""!=_.temp3.gltd_prov_doc_no?(_.dcode=!0,_.vis.updaten=!0,_.showButtons=!1,_.updateClicked=!1,d.get(c.apiUrl+"api/JVCreation/getAllRecords_Vat?doccode="+_.temp3.gltd_doc_code+"&prnumber="+_.temp3.gltd_prov_doc_no+"&comp_code=1").then(function(e){_.prdocdata=e.data,_.voucher_details=_.prdocdata,_.Bankdetails=[];for(let t=0;t<_.voucher_details.length;t++){var a,o=_.voucher_details[t].gldd_acct_code;_.bankname.some(function(e){return e.master_acno===o})&&0==_.voucher_details[t].gldd_doc_amount_debit?(_.temp.gltd_cheque_No=_.voucher_details[t].gltd_cheque_no,_.temp.gltd_paid_to=_.voucher_details[t].gltd_paid_to,_.temp.gltd_doc_narr1=_.voucher_details[t].gldd_doc_narr,_.edt5.sims_dep=_.voucher_details[t].gldd_dept_code,_.temp.gltd_doc_narr1=_.voucher_details[t].gldd_doc_narr,_.edt4.PostDate=_.voucher_details[t].gltd_post_date,a=_.bankname.filter(function(e){return e.master_acno==_.voucher_details[t].gldd_acct_code}),_.edt5.master_acno=a[0]):(_.Bankdetails.push({sllc_ldgr_code:_.voucher_details[t].gldd_ledger_code,gldd_acct_code:_.voucher_details[t].gldd_acct_code,gldd_party_ref_no:_.voucher_details[t].gldd_party_ref_no,coad_pty_full_name:_.selectedText,coad_dept_no:_.voucher_details[t].gldd_dept_code,gldd_verify_date:_.voucher_details[t].gldd_verify_date,gldd_authorize_date:_.voucher_details[t].gldd_authorize_date,gldd_authorize_date:_.voucher_details[t].gldd_authorize_date,gldd_verify_user:_.voucher_details[t].gldu_verify,gldd_authorize_user:_.voucher_details[t].gldu_authorize,gldd_paid_to:_.voucher_details[t].gltd_paid_to,gldd_post_date:_.voucher_details[t].gltd_post_date,gldd_cheque_no:_.voucher_details[t].gltd_cheque_no,gldd_party_ref_date:_.voucher_details[t].gldd_party_ref_date,gldd_doc_narr:_.voucher_details[t].gldd_doc_narr,gldd_doc_amount:0==_.voucher_details[t].gldd_doc_amount_debit?-_.voucher_details[t].gldd_doc_amount_credit:_.voucher_details[t].gldd_doc_amount_debit}),_.edt4.PostDate=_.voucher_details[t].gltd_post_date,_.edt4.gltd_payment_date=_.voucher_details[t].gltd_cheque_due_date),_.dropdown_new(_.voucher_details[t].gldd_ledger_code,t),""!==_.voucher_details[t].vat_desc&&swal({title:"Original Voucher has vat component",width:380,height:100})}_.Bankdetails.forEach(function(e){e.gldd_doc_amount=e.gldd_doc_amount.toFixed(2).toString().replace(/\B(?=(\d{3})+(?!\d))/g,",")});for(var t=_.total=0;t<_.Bankdetails.length;t++)_.total=parseFloat(parseFloat(_.total)+parseFloat(_.Bankdetails[t].gldd_doc_amount.toString().replace(/,/g,""))).toFixed(3);_.totalfinal=_.total;for(let e=0;e<_.voucher_details.length;e++)0===_.voucher_details[e].gldd_doc_amount_credit&&(_.Bankdetails[e].gldd_acct_code=_.voucher_details[e].gldd_acct_code);_.tempArr=_.Bankdetails}),d.get(c.apiUrl+"api/JVCreation/GetDocument_Details_DPS?doccode="+_.temp3.gltd_doc_code+"&prnumber="+_.temp3.gltd_prov_doc_no+"&comp_code="+r).then(function(e){_.doc_detail_data=e.data,0<_.doc_detail_data.length&&(_.temp.temp_chk_doc_details=!0,_.chk_doc_details())}),_.vis.ok=!1,_.vis.updaten=!0,_.vis.SendToVerifyn=!0,_.vis.is_recur=!1,_.vis.autoriz=!1,_.vis.very=!1,_.getRemark()):(_.flag1=!0,swal({title:"Alert",text:"Please select Doc Code & Provision No",showCloseButton:!0,width:380}))},_.ClearInsert=function(){_.vis.updaten=!1,_.showButtons=!0,_.totalfinal=0,_.temp3.gltd_prov_doc_no="",_.temp3.gltd_doc_code1="",_.Bankdetails=[],_.doc_detail_data=[],_.doc_data=!1,_.Bankdetails=[],_.Bankdetails.push({gldd_vat_enable:"Y"==p,gldd_include_vat:!1,sllc_ldgr_code:"00",vat_details:!1,gldd_doc_amount:0,gldd_doc_vat_amt:0}),i.Class.isUpdated||setTimeout(function(){$("#0_code").select2()},100),setTimeout(function(){$("#pty_ref_date0").kendoDatePicker({format:"dd-MM-yyyy"})},500),_.total=0,_.temp.gltd_cheque_No="",_.temp={gltd_doc_narr1:"",gltd_doc_remark:"",gltd_paid_to:""},_.getSLAccNo(_.Bankdetails[_.Bankdetails.length-1],_.Bankdetails.length-1)},_.Updatedatavaluenew=function(){if(_.updateClicked=!0,_.disableUpdate=!0,""!=_.temp3.gltd_doc_code&&null!=_.temp3.gltd_doc_code){for(let e=0;e<_.Bankdetails.length;e++)if(""==_.Bankdetails[e].gldd_acct_code||null==_.Bankdetails[e].gldd_acct_code||null==_.Bankdetails[e].gldd_acct_code)return void swal({text:"  please select account name ",width:380});""==_.edt4.PostDate||null==_.edt4.PostDate?swal({text:"  please select Post Date ",width:380}):_.prdocdata.length<=0?swal({text:"  Please Add Transaction Details ",width:380}):d.get(c.apiUrl+"api/Bankpayment/getDocdetails?doccode="+_.temp3.gltd_doc_code1+"&prnumber="+_.temp3.gltd_prov_doc_no+"&comp_code=1").then(function(e){_.docdata=e.data;var e=[],t=(x="Sav",{gltd_comp_code:r,gltd_doc_code:_.temp3.gltd_doc_code1,gltd_prov_doc_no:_.temp3.gltd_prov_doc_no,gltd_final_doc_no:"0",gltd_doc_date:_.docdata[0].gltd_doc_date,gltd_doc_narr:_.temp.gltd_doc_narr1,gltd_remarks:_.docdata[0].gltd_remarks,gltd_doc_flag:_.docdata[0].gltd_doc_flag,gltd_cur_status:"Sav",gltd_stats_flag:"true",gltd_prepare_date:_.docdata[0].gltd_prepare_date,gltd_verify_user:_.docdata[0].gltd_verify_user,gltd_verify_date:_.docdata[0].gltd_verify_date,gltd_authorize_user:_.docdata[0].gltd_authorize_user,gltd_authorize_date:_.docdata[0].gltd_authorize_date,gltd_payment_user:_.docdata[0].gltd_payment_user,gltd_payment_date:_.edt4.gltd_payment_date,gltd_post_date:_.edt4.PostDate,gltd_post_no:_.docdata[0].gltd_post_no,gltd_save_srl:_.edt5.sims_dep,gltd_batch_source:_.docdata[0].gltd_batch_source,gltd_paid_to:_.temp.gltd_paid_to,gltd_cheque_no:_.temp.gltd_cheque_No,gltd_reference_doc_code:_.docdata[0].gltd_reference_doc_code,gltd_reference_final_doc_no:_.docdata[0].gltd_reference_final_doc_no,gltd_cheque_due_date:_.edt4.gltd_payment_date,gltd_doc_path:_.docdata[0].gltd_doc_path,gltd_app_name:"Finnm2"});e.push(t),d.post(c.apiUrl+"api/BankPayment/UPDATE_Fins_temp_docsFin",e).then(function(e){_.prvno=e.data,""!=_.prvno&&null!=_.prvno?_.UPDATE_Fins_temp_doc_detailsnew():swal({title:"Alert",text:"Record Not Updated. "+_.prvno,width:300,height:200}).then(function(){n.go(i.Class.redir_from)})})})}else swal({text:"  please select Doc Code ",width:380})},_.UPDATE_Fins_temp_doc_detailsnew=function(){let t=[],e=1;for(var a=0;a<_.Bankdetails.length;a++){var o={gldd_doc_code:_.temp3.gltd_doc_code1,gldd_prov_doc_no:_.temp3.gltd_prov_doc_no,gldd_final_doc_no:"0",gldd_doc_narr:_.Bankdetails[a].gldd_doc_narr,gldd_dept_code:2<_.Bankdetails[a].coad_dept_no.length?_.Bankdetails[a].gldd_dept_code:_.Bankdetails[a].coad_dept_no,gldd_ledger_code:_.Bankdetails[a].sllc_ldgr_code,gldd_acct_code:_.Bankdetails[a].gldd_acct_code,gldd_party_ref_no:_.Bankdetails[a].gldd_party_ref_no,gldd_party_ref_date:_.Bankdetails[a].gldd_party_ref_date,gldd_doc_amount_debit:parseFloat(_.Bankdetails[a].gldd_doc_amount.toString().replace(/,/g,"")),gldd_doc_amount_credit:0,gldd_fc_code:"PRM",gldd_cost_center_code:_.Bankdetails[a].glco_cost_centre_code,gldd_comp_code:r,gldd_doc_code:_.temp3.gltd_doc_code,gldd_line_no:e,gldd_remarks:_.temp3.gltd_doc_code1+"/"+e+"$"+_.Bankdetails[a].gldd_doc_amount,gldd_vat_enable:_.Bankdetails[a].gldd_vat_enable,gldd_include_vat:_.Bankdetails[a].gldd_include_vat,gldd_vat_amt:_.Bankdetails[a].gldd_doc_vat_amt,gldd_tax_code:_.Bankdetails[a].gldd_tax_code,gldd_tax_acct_code:_.Bankdetails[a].gldd_tax_acct_code,gldd_tax_percentage:0,gldd_tax_amount:_.Bankdetails[a].gldd_tax_amount,finance_year:m,gldd_post_date:_.edt4.PostDate};e++,t.push(o)}o={gldd_comp_code:r,gldd_doc_code:_.temp3.gltd_doc_code1,gldd_prov_doc_no:_.temp3.gltd_prov_doc_no,gldd_final_doc_no:"0",gldd_line_no:e,gldd_ledger_code:"00",gldd_acct_code:_.edt5.master_acno.master_acno,gldd_cost_center_code:_.edt5.glco_cost_centre_code,gldd_doc_amount_debit:0,gldd_doc_amount_credit:parseFloat(_.totalfinal.toString().replace(/,/g,"")),gldd_fc_amount_debit:0,gldd_fc_code:"PRM",gldd_fc_rate:0,gldd_doc_narr:_.temp.gltd_doc_narr1,gldd_dept_code:_.edt5.master_acno.gldd_dept_code,gldd_vat_enable:p,gldd_include_vat:"N",gldd_vat_amt:0,finance_year:m,gldd_post_date:_.edt4.PostDate,gldd_remarks:_.temp3.gltd_doc_code+"/"+e+"$"+parseFloat(_.total)};t.push(o);let s=0;for(let e=0;e<t.length;e++)if(null==t[e].gldd_tax_code){s=1;break}0==s?swal({title:"Alert",text:"Attention! Vat selection have issues ",width:300,height:200}):d.post(c.apiUrl+"api/BankPayment/UPDATE_JV_Fins_temp_doc_details_vatFin_v2",t).then(function(e){_.msg1=e.data,""!=_.prvno&&!0===_.msg1?((e=[]).push({gldd_comp_code:t[0].gldd_comp_code,gldd_doc_code:t[0].gldd_doc_code,gldd_prov_doc_no:t[0].gldd_prov_doc_no}),d.post(c.apiUrl+"api/BankPayment/UPDATE_JV_Fins_temp_doc_details_vatFin1",e).then(function(e){_.msg1=e.data,_.insertDocuments2(),_.msg1?(swal({title:"Alert",text:"Record Updated Successfully. ",width:300,height:200}),_.disableUpdate=!0,_.Show()):swal({title:"Alert",text:"Record Not Updated. ",width:300,height:200}).then(function(){n.go(i.Class.redir_from)})})):swal({title:"Alert",text:"Record Not Updated. ",width:300,height:200}).then(function(){n.go(i.Class.redir_from)})})},_.UpdateVerify=function(){var e;_.showButtons=!0,null!=_.temp3.gltd_prov_doc_no&&null!=_.temp3.gltd_prov_doc_no?""==_.temp3.gltd_doc_code1&&null==_.temp3.gltd_doc_code1?swal({text:"Voucher Data Not Loaded",width:380}):_.Bankdetails.length<=0?swal({text:"  Please Add Transaction Details ",width:380}):(e={gltd_comp_code:r,gltd_doc_code:_.temp3.gltd_doc_code1,gltd_prov_doc_no:_.temp3.gltd_prov_doc_no,gltd_verify_date:u+"-"+g+"-"+h},d.post(c.apiUrl+"api/JVCreation/UpdateFins_temp_docs_current_status_sendtoverify",e).then(function(e){_.msg1=e.data,!0===_.msg1?swal({title:"Alert",text:"Document Verified Successfully",width:300,height:200}):swal({title:"Alert",text:"Document Not Verified Successfully. ",width:300,height:200})}),_.ClearInsert(),_.cancel(),_.reset()):null!=_.temp_doc.gltd_doc_code&&null!=_.prvno&&(e={gltd_comp_code:r,gltd_doc_code:_.temp_doc.gltd_doc_code,gltd_prov_doc_no:_.prvno,gltd_verify_date:u+"-"+g+"-"+h},d.post(c.apiUrl+"api/JVCreation/UpdateFins_temp_docs_current_status_sendtoverify",e).then(function(e){_.msg1=e.data,!0===_.msg1?swal({title:"Alert",text:"Document Verified Successfully",width:300,height:200}):swal({title:"Alert",text:"Document Not Verified Successfully. ",width:300,height:200})}),_.ClearInsert(),_.cancel(),_.reset())}}])}(),function(){"use strict";var y,b,v,w,k,C,D="",x=!1,S="",e=angular.module("sims.module.Finance");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("BankReceiptNewContV",["$scope","$state","$rootScope","$timeout","gettextCatalog","$stateParams","$http","ENV",function(d,s,e,a,t,i,_,c){d.edt="",d.operation=!0,d.table1=!0,d.Add_btn=!0,d.btnDelete=!1,d.chkcost_Ac=!1,d.users=[],d.data=[],d.Bankdetails="",d.Bankdetails=[],d.edt5=[],d.chkcost=!1,d.cost_combo=!1,d.geDocCode_new=[],d.temp3={},d.temp={},d.totalfinal=0,d.showButtons=!0,d.doc_detail_data=[],d.budgetdesc=!1;var o=new FormData,n=(d.vis=[],d.vis.updaten=!1,d.supplierdetails=!0,d.pendingsupplierdetails=!0,d.othersupplierdetails=!0,e.globals.currentUser.username.toLowerCase()),l=(d.finnDetail=JSON.parse(window.localStorage.Finn_comp),d.finnDetail.company),r=d.finnDetail.year,m=(d.finnDetail.comp_vat_per,d.finnDetail.comp_vat_status),e=(d.finnDetail.input_vat_acct,d.temp1.gltd_doc_narr1="",d.temp1.gltd_paid_to="",d.ok=!0,d.disableUpdate=!0,d.Bankdetails.push({gldd_vat_enable:"Y"==m,gldd_include_vat:!1,sllc_ldgr_code:"00",vat_details:!1,gldd_doc_amount:0,gldd_doc_vat_amt:0}),_.get(c.apiUrl+"api/JVCreation/GetReportUrl?opr=J&sub_opr=Single").then(function(e){d.final_doc_url=e.data}),a(function(){$("#fixTable").tableHeadFixer({top:1})},100),a(function(){$("#fixTable1").tableHeadFixer({top:1})},100),i.Class.isUpdated||setTimeout(function(){$("#0_account_code").select2()},100),""!==i.Class.doc_code&&(d.main=i.Class.main,d.prepare=i.Class.prepare,d.gltd_doc_code=i.Class.doc_code,d.gltd_prov_doc_no=i.Class.prov_code,d.isUpdated=i.Class.isUpdated,d.showButtons=!0,d.final_doc_no=i.Class.final_doc_no,d.post_no=i.Class.post_no),d.dropdown=function(){_.get(c.apiUrl+"api/BankPayment/GetAllGLActNonew?glma_accountcode="+S+"&cmpnycode="+l+"&fyear="+r).then(function(e){d.getAllAccNos=e.data;for(var t=0;t<d.Bankdetails.length;t++)d.Bankdetails[t].getAllAccNos=d.getAllAccNos})},d.testDatadocs=function(){_.get(c.apiUrl+"api/Bankpayment/getDocdetails?doccode="+d.gltd_doc_code+"&prnumber="+d.gltd_prov_doc_no+"&comp_code=1").then(function(e){d.docdata=e.data,d.edt4.PostDate=d.docdata[0].gltd_post_date,d.edt5.sims_dep=d.docdata[0].gltd_save_srl,d.edt4.gltd_payment_date=d.docdata[0].gltd_payment_date})},d.selectText=function(e){e.target.select()},d.getprovnolist=function(){_.get(c.apiUrl+"api/JVCreation/Get_reverted_new?comp_code="+l+"&fyear="+r+"&doccode="+d.temp.gltd_doc_code1+"&code_app=Finnm3").then(function(e){d.prnumber=e.data,d.prnumber=d.prnumber.slice().reverse(),d.revdelete=!1})},d.dropdown_new=function(e,t){"00"==e?_.get(c.apiUrl+"api/BankPayment/GetAllGLAccountNos?glma_accountcode="+S+"&cmpnycode="+l+"&fyear="+r).then(function(e){d.Bankdetails[t].getAllAccNos=e.data,a(function(){$("#"+t+"_account_code").select2()},0)}):_.get(c.apiUrl+"api/BankPayment/GetSLAccNumber?pbslcode="+e+"&cmp_cd="+l+"&fyear="+r).then(function(e){d.Bankdetails[t].getAllAccNos=e.data,a(function(){$("#"+t+"_account_code").select2()},0)})},d.Show=function(){d.tempArr=[],null!=d.temp.gltd_doc_code1&&""!=d.temp.gltd_doc_code1&&null!=d.temp.gltd_prov_doc_no&&""!=d.temp.gltd_prov_doc_no?(d.dcode=!0,d.showButtons=!1,_.get(c.apiUrl+"api/JVCreation/getAllRecords_Vat?doccode="+d.temp.gltd_doc_code+"&prnumber="+d.temp.gltd_prov_doc_no+"&comp_code=1").then(function(e){d.prdocdata=e.data,d.voucher_details=d.prdocdata,d.Bankdetails=[];for(let t=0;t<d.voucher_details.length;t++){var a,o=d.voucher_details[t].gldd_acct_code;-1!==d.bankname.findIndex(function(e){return e.master_acno===o})&&0==d.voucher_details[t].gldd_doc_amount_credit?(d.temp.gltd_cheque_No=d.voucher_details[t].gltd_cheque_no,d.temp1.gltd_paid_to=d.voucher_details[t].gltd_paid_to,d.temp1.gltd_doc_narr1=d.voucher_details[t].gldd_doc_narr,d.edt5.sims_dep=d.voucher_details[t].gldd_dept_code,d.temp.gltd_doc_narr1=d.voucher_details[t].gldd_doc_narr,d.edt4.PostDate=d.voucher_details[t].gltd_post_date,a=d.bankname.filter(function(e){return e.master_acno==d.voucher_details[t].gldd_acct_code}),d.edt5.master_acno=a[0]):(d.Bankdetails.push({sllc_ldgr_code:d.voucher_details[t].gldd_ledger_code,gldd_acct_code:d.voucher_details[t].gldd_acct_code,gldd_party_ref_no:d.voucher_details[t].gldd_party_ref_no,coad_pty_full_name:d.selectedText,coad_dept_no:d.voucher_details[t].gldd_dept_code,gldd_dept_code:d.voucher_details[t].gldd_dept_code,gldd_verify_date:d.voucher_details[t].gldd_verify_date,gldd_authorize_date:d.voucher_details[t].gldd_authorize_date,gldd_authorize_date:d.voucher_details[t].gldd_authorize_date,gldd_verify_user:d.voucher_details[t].gldu_verify,gldd_authorize_user:d.voucher_details[t].gldu_authorize,gldd_paid_to:d.voucher_details[t].gltd_paid_to,gldd_post_date:d.voucher_details[t].gltd_post_date,gldd_cheque_no:d.voucher_details[t].gltd_cheque_no,gldd_party_ref_date:d.voucher_details[t].gldd_party_ref_date,gldd_doc_narr:d.voucher_details[t].gldd_doc_narr,gldd_doc_amount:0==d.voucher_details[t].gldd_doc_amount_debit?d.voucher_details[t].gldd_doc_amount_credit:-d.voucher_details[t].gldd_doc_amount_debit}),d.edt4.PostDate=d.voucher_details[t].gltd_post_date,d.edt4.gltd_payment_date=d.voucher_details[t].gltd_cheque_due_date),d.dropdown_new(d.voucher_details[t].gldd_ledger_code,t),""!==d.voucher_details[t].vat_desc&&swal({title:"Original Voucher has vat component",width:380,height:100})}d.Bankdetails.forEach(function(e){e.gldd_doc_amount=e.gldd_doc_amount.toFixed(2).replace(/\B(?=(\d{3})+(?!\d))/g,",")});for(var t=d.total=0;t<d.Bankdetails.length;t++)d.total=parseFloat(parseFloat(d.total)+parseFloat(d.Bankdetails[t].gldd_doc_amount.toString().replace(/,/g,""))).toFixed(3);d.totalfinal=d.total;for(let e=0;e<d.voucher_details.length;e++)0===d.voucher_details[e].gldd_doc_amount_credit&&(d.Bankdetails[e].gldd_acct_code=d.voucher_details[e].gldd_acct_code);d.tempArr=d.Bankdetails}),_.get(c.apiUrl+"api/JVCreation/GetDocument_Details_DPS?doccode="+d.temp.gltd_doc_code+"&prnumber="+d.temp.gltd_prov_doc_no+"&comp_code="+l).then(function(e){d.doc_detail_data=e.data,0<d.doc_detail_data.length&&(d.temp.temp_chk_doc_details=!0,d.chk_doc_details())}),_.get(c.apiUrl+"api/Bankpayment/getDocdetails?doccode="+d.temp.gltd_doc_code+"&prnumber="+d.temp.gltd_prov_doc_no+"&comp_code=1").then(function(e){d.docdata=e.data}),d.vis.ok=!1,d.vis.updaten=!0,d.vis.SendToVerifyn=!0,d.vis.is_recur=!1,d.vis.autoriz=!1,d.vis.very=!1,d.getRemark()):(d.flag1=!0,swal({title:"Alert",text:"Please select Doc Code & Provision No",showCloseButton:!0,width:380}))},d.ShowI=function(){d.disableUpdate=!0,d.tempArr=[],null!=d.temp.gltd_doc_code1&&""!=d.temp.gltd_doc_code1&&null!=d.temp.gltd_prov_doc_no&&""!=d.temp.gltd_prov_doc_no?(d.dcode=!0,d.showButtons=!1,d.updateClicked=!1,_.get(c.apiUrl+"api/JVCreation/getAllRecords_Vat?doccode="+d.temp.gltd_doc_code+"&prnumber="+d.temp.gltd_prov_doc_no+"&comp_code=1").then(function(e){d.prdocdata=e.data,d.voucher_details=d.prdocdata,d.Bankdetails=[];for(let t=0;t<d.voucher_details.length;t++){var a,o=d.voucher_details[t].gldd_acct_code;-1!==d.bankname.findIndex(function(e){return e.master_acno===o})&&0==d.voucher_details[t].gldd_doc_amount_credit?(d.temp.gltd_cheque_No=d.voucher_details[t].gltd_cheque_no,d.temp1.gltd_paid_to=d.voucher_details[t].gltd_paid_to,d.temp1.gltd_doc_narr1=d.voucher_details[t].gldd_doc_narr,d.edt5.sims_dep=d.voucher_details[t].gldd_dept_code,d.temp.gltd_doc_narr1=d.voucher_details[t].gldd_doc_narr,d.edt4.PostDate=d.voucher_details[t].gltd_post_date,a=d.bankname.filter(function(e){return e.master_acno==d.voucher_details[t].gldd_acct_code}),d.edt5.master_acno=a[0]):(d.Bankdetails.push({sllc_ldgr_code:d.voucher_details[t].gldd_ledger_code,gldd_acct_code:d.voucher_details[t].gldd_acct_code,gldd_party_ref_no:d.voucher_details[t].gldd_party_ref_no,coad_pty_full_name:d.selectedText,coad_dept_no:d.voucher_details[t].gldd_dept_code,gldd_dept_code:d.voucher_details[t].gldd_dept_code,gldd_verify_date:d.voucher_details[t].gldd_verify_date,gldd_authorize_date:d.voucher_details[t].gldd_authorize_date,gldd_authorize_date:d.voucher_details[t].gldd_authorize_date,gldd_verify_user:d.voucher_details[t].gldu_verify,gldd_authorize_user:d.voucher_details[t].gldu_authorize,gldd_paid_to:d.voucher_details[t].gltd_paid_to,gldd_post_date:d.voucher_details[t].gltd_post_date,gldd_cheque_no:d.voucher_details[t].gltd_cheque_no,gldd_party_ref_date:d.voucher_details[t].gldd_party_ref_date,gldd_doc_narr:d.voucher_details[t].gldd_doc_narr,gldd_doc_amount:0==d.voucher_details[t].gldd_doc_amount_debit?d.voucher_details[t].gldd_doc_amount_credit:-d.voucher_details[t].gldd_doc_amount_debit}),d.edt4.PostDate=d.voucher_details[t].gltd_post_date,d.edt4.gltd_payment_date=d.voucher_details[t].gltd_cheque_due_date),d.dropdown_new(d.voucher_details[t].gldd_ledger_code,t),""!==d.voucher_details[t].vat_desc&&swal({title:"Original Voucher has vat component",width:380,height:100})}d.Bankdetails.forEach(function(e){e.gldd_doc_amount=e.gldd_doc_amount.toFixed(2).replace(/\B(?=(\d{3})+(?!\d))/g,",")});for(var t=d.total=0;t<d.Bankdetails.length;t++)d.total=parseFloat(parseFloat(d.total)+parseFloat(d.Bankdetails[t].gldd_doc_amount.toString().replace(/,/g,""))).toFixed(3);d.totalfinal=d.total;for(let e=0;e<d.voucher_details.length;e++)0===d.voucher_details[e].gldd_doc_amount_credit&&(d.Bankdetails[e].gldd_acct_code=d.voucher_details[e].gldd_acct_code);d.tempArr=d.Bankdetails}),_.get(c.apiUrl+"api/JVCreation/GetDocument_Details_DPS?doccode="+d.temp.gltd_doc_code+"&prnumber="+d.temp.gltd_prov_doc_no+"&comp_code="+l).then(function(e){d.doc_detail_data=e.data,0<d.doc_detail_data.length&&(d.temp.temp_chk_doc_details=!0,d.chk_doc_details())}),_.get(c.apiUrl+"api/Bankpayment/getDocdetails?doccode="+d.temp.gltd_doc_code+"&prnumber="+d.temp.gltd_prov_doc_no+"&comp_code=1").then(function(e){d.docdata=e.data}),d.vis.ok=!1,d.vis.updaten=!0,d.vis.SendToVerifyn=!0,d.vis.is_recur=!1,d.vis.autoriz=!1,d.vis.very=!1,d.getRemark()):(d.flag1=!0,swal({title:"Alert",text:"Please select Doc Code & Provision No",showCloseButton:!0,width:380}))},d.updateverify=function(){d.disableUpdate=!0,d.updateClicked=!0;for(let e=0;e<d.Bankdetails.length;e++)if(""==d.Bankdetails[e].gldd_acct_code||null==d.Bankdetails[e].gldd_acct_code||null==d.Bankdetails[e].gldd_acct_code)return void swal({text:"  please select account name ",width:380});var e=[],t={gltd_comp_code:l,gltd_doc_code:d.temp.gltd_doc_code,gltd_prov_doc_no:d.temp.gltd_prov_doc_no,gltd_final_doc_no:"0",gltd_doc_date:d.docdata[0].gltd_doc_date,gltd_doc_narr:d.temp1.gltd_doc_narr1,gltd_remarks:d.docdata[0].gltd_remarks,gltd_doc_flag:d.docdata[0].gltd_doc_flag,gltd_cur_status:"Save",gltd_prepare_date:d.docdata[0].gltd_prepare_date,gltd_verify_user:d.docdata[0].gltd_verify_user,gltd_verify_date:d.docdata[0].gltd_verify_date,gltd_authorize_user:d.docdata[0].gltd_authorize_user,gltd_authorize_date:d.docdata[0].gltd_authorize_date,gltd_payment_user:d.docdata[0].gltd_payment_user,gltd_payment_date:d.edt4.gltd_payment_date,gltd_post_date:d.edt4.PostDate,gltd_post_no:d.docdata[0].gltd_post_no,gltd_save_srl:d.edt5.sims_dep,gltd_batch_source:d.docdata[0].gltd_batch_source,gltd_paid_to:d.temp1.gltd_paid_to,gltd_cheque_no:d.temp.gltd_cheque_No,gltd_reference_doc_code:d.docdata[0].gltd_reference_doc_code,gltd_reference_final_doc_no:d.docdata[0].gltd_reference_final_doc_no,gltd_cheque_due_date:d.edt4.gltd_payment_date,gltd_doc_path:d.docdata[0].gltd_doc_path,gltd_app_name:"Finnm3"};e.push(t),_.post(c.apiUrl+"api/BankPayment/UPDATE_Fins_temp_docsFin",e).then(function(e){d.prvno=e.data,""!=d.prvno&&null!=d.prvno?d.update_detials_rev():swal({text:"Record Not inserted. "+d.prvno,imageUrl:"assets/img/close.png",width:300,height:200})})},d.update_detials_rev=function(){for(var e=[],t=1,a=0;a<d.Bankdetails.length;a++){var o={gldd_doc_narr:d.Bankdetails[a].gldd_doc_narr,gldd_dept_code:d.Bankdetails[a].gldd_dept_code,gldd_ledger_code:d.Bankdetails[a].sllc_ldgr_code,gldd_acct_code:d.Bankdetails[a].gldd_acct_code,gldd_party_ref_no:d.Bankdetails[a].gldd_party_ref_no,gldd_party_ref_date:d.Bankdetails[a].gldd_party_ref_date,gldd_fc_code:"PRM",gldd_doc_amount_debit:0,gldd_doc_amount_credit:parseFloat(d.Bankdetails[a].gldd_doc_amount.toString().replace(/,/g,"")),gldd_cost_center_code:d.Bankdetails[a].glco_cost_centre_code,gldd_comp_code:l,gldd_doc_code:d.temp.gltd_doc_code,gldd_prov_doc_no:d.temp.gltd_prov_doc_no,gldd_final_doc_no:"0",gldd_line_no:t,gltd_remarks:d.Bankdetails[a].gldd_doc_code+"/"+d.Bankdetails[a].gldd_final_doc_no+"#"+d.Bankdetails[a].gldd_line_no+"$"+d.Bankdetails[a].gldd_doc_amount,gldd_vat_enable:d.Bankdetails[a].gldd_vat_enable,gldd_include_vat:d.Bankdetails[a].gldd_include_vat,gldd_vat_amt:d.Bankdetails[a].gldd_doc_vat_amt,gldd_tax_code:d.Bankdetails[a].gldd_tax_code,gldd_tax_acct_code:d.Bankdetails[a].gldd_tax_acct_code,gldd_tax_percentage:0,gldd_tax_amount:d.Bankdetails[a].gldd_tax_amount,finance_year:r,gltd_post_date:d.edt4.PostDate};t++,e.push(o)}o={gldd_comp_code:l,gldd_doc_code:d.temp.gltd_doc_code,gldd_prov_doc_no:d.temp.gltd_prov_doc_no,gldd_final_doc_no:"0",gldd_line_no:t,gldd_ledger_code:"00",gldd_acct_code:d.edt5.master_acno.master_acno,gldd_doc_amount_debit:parseFloat(d.totalfinal.toString().replace(/,/g,"")),gldd_doc_amount_credit:0,gldd_fc_amount_debit:0,gldd_fc_code:"PRM",gldd_fc_rate:0,gldd_doc_narr:d.temp1.gltd_doc_narr1,gldd_cost_center_code:d.edt5.glco_cost_centre_code,gldd_dept_code:d.edt5.master_acno.gldd_dept_code,gldd_party_ref_no:"",gldd_party_ref_date:d.gldd_party_ref_date,gldd_vat_enable:m,gldd_include_vat:"N",gldd_vat_amt:0,finance_year:r,gltd_post_date:d.edt4.PostDate};e.push(o),_.post(c.apiUrl+"api/BankPayment/UPDATE_JV_Fins_temp_doc_details_vatFin_v2",e).then(function(e){d.msg1=e.data,1==d.msg1&&((e=[]).push({gldd_comp_code:l,gldd_doc_code:d.temp.gltd_doc_code,gldd_prov_doc_no:d.temp.gltd_prov_doc_no}),_.post(c.apiUrl+"api/BankPayment/UPDATE_JV_Fins_temp_doc_details_vatFin1",e).then(function(e){d.msg1=e.data,1==d.msg1&&(swal({text:"Voucher updated sucessfully",showCloseButton:!0,width:380}),d.disableUpdate=!0,d.insertDocuments2(),d.Show())}))})},d.Send_to_verify=function(e,t){d.showButtons=!0,null!=e&&null!=t?""==e&&null==e?swal({text:"Voucher Data Not Loaded",width:380}):d.Bankdetails.length<=0?swal({text:"  Please Add Transaction Details ",width:380}):(e={gltd_comp_code:l,gltd_doc_code:e,gltd_prov_doc_no:t,gltd_verify_date:p+"-"+u+"-"+g},_.post(c.apiUrl+"api/JVCreation/UpdateFins_temp_docs_current_status_sendtoverify",e).then(function(e){d.msg1=e.data,!0===d.msg1?swal({title:"Alert",text:"Document Verified Successfully",width:300,height:200}):swal({title:"Alert",text:"Document Not Verified Successfully. ",width:300,height:200}),d.ClearInsert(),d.cancel()})):null!=d.temp_doc.gltd_doc_code&&null!=d.prvno&&(t={gltd_comp_code:l,gltd_doc_code:d.temp_doc.gltd_doc_code,gltd_prov_doc_no:d.prvno,gltd_verify_date:p+"-"+u+"-"+g},_.post(c.apiUrl+"api/JVCreation/UpdateFins_temp_docs_current_status_sendtoverify",t).then(function(e){d.msg1=e.data,!0===d.msg1?swal({title:"Alert",text:"Document Verified Successfully",width:300,height:200}):swal({title:"Alert",text:"Document Not Verified Successfully. ",width:300,height:200})}),d.ClearInsert(),d.cancel())},d.testDatadocs(),d.testData=function(){let n=!1;""!=i.Class.doc_code&&""!=i.Class.prov_code&&(d.dcode=!0,_.get(c.apiUrl+"api/JVCreation/getAllRecords_Vat?doccode="+i.Class.doc_code+"&prnumber="+i.Class.prov_code+"&comp_code=1").then(function(e){d.prdocdata=e.data,d.voucher_details=d.prdocdata,d.Bankdetails=[];let a=0;for(let t=0;t<d.voucher_details.length;t++){var o,s=d.voucher_details[t].gldd_acct_code;-1!==d.bankname.findIndex(function(e){return e.master_acno===s})&&0==d.voucher_details[t].gldd_doc_amount_credit&&0==a?(d.temp.gltd_cheque_No=d.voucher_details[t].gltd_cheque_no,d.temp1.gltd_paid_to=d.voucher_details[t].gltd_paid_to,d.temp1.gltd_doc_narr1=d.voucher_details[t].gldd_doc_narr,d.edt5.sims_dep=d.voucher_details[t].gldd_dept_code,d.edt4.PostDate=d.voucher_details[t].gltd_post_date,o=d.bankname.filter(function(e){return e.master_acno==d.voucher_details[t].gldd_acct_code}),d.edt5.master_acno=o[0],a++):(d.Bankdetails.push({sllc_ldgr_code:d.voucher_details[t].gldd_ledger_code,gldd_acct_code:d.voucher_details[t].gldd_acct_code,gldd_party_ref_no:d.voucher_details[t].gldd_party_ref_no,coad_pty_full_name:d.selectedText,coad_dept_no:d.voucher_details[t].gldd_dept_code,gldd_dept_code:d.voucher_details[t].gldd_dept_code,gldd_verify_date:d.voucher_details[t].gldd_verify_date,gldd_authorize_date:d.voucher_details[t].gldd_authorize_date,gldd_authorize_date:d.voucher_details[t].gldd_authorize_date,gldd_verify_user:d.voucher_details[t].gldu_verify,gldd_authorize_user:d.voucher_details[t].gldu_authorize,gldd_paid_to:d.voucher_details[t].gltd_paid_to,gldd_post_date:d.voucher_details[t].gltd_post_date,gldd_cheque_no:d.voucher_details[t].gltd_cheque_no,gldd_party_ref_date:d.voucher_details[t].gldd_party_ref_date,gldd_doc_narr:d.voucher_details[t].gldd_doc_narr,gldd_doc_amount:0==d.voucher_details[t].gldd_doc_amount_debit?d.voucher_details[t].gldd_doc_amount_credit:-d.voucher_details[t].gldd_doc_amount_debit}),d.edt4.PostDate=d.voucher_details[t].gltd_post_date),d.dropdown_new(d.voucher_details[t].gldd_ledger_code,t),""!==d.voucher_details[t].vat_desc&&swal({title:"Original Voucher has vat component",width:380,height:100})}d.Bankdetails.forEach(function(e){e.gldd_doc_amount=e.gldd_doc_amount.toFixed(2).replace(/\B(?=(\d{3})+(?!\d))/g,",")});for(var t=d.Bankdetails.length-1;0<=t;t--)""!=d.Bankdetails[t].vat_code&&""!=d.Bankdetails[t].vat_desc&&null!=d.Bankdetails[t].vat_code&&null!=d.Bankdetails[t].vat_desc&&(n=!0);n&&swal({text:"Voucher has Vat Component",showCloseButton:!0,width:380}),d.temp.gltd_cheque_No=d.voucher_details[0].gltd_cheque_no,d.edt4.DocDate=d.voucher_details[0].gltd_doc_date,d.edt4.PostDate=d.voucher_details[0].gltd_post_date,d.voucher_details=e.data,d.totalDebit=0,d.totalcredit=0,d.totaldiff=0;for(t=d.total=0;t<d.Bankdetails.length;t++)d.total=parseFloat(parseFloat(d.total.toString().replace(/,/g,""))+parseFloat(d.Bankdetails[t].gldd_doc_amount.toString().replace(/,/g,""))).toFixed(3);d.totalfinal=d.total;for(let e=0;e<d.voucher_details.length;e++)d.Bankdetails[e].ptyref_date=d.voucher_details[e].gldd_party_ref_date,0==e&&(d.temp_doc.gltd_comp_code=d.voucher_details[e].gltd_comp_code,d.temp_doc.gltd_doc_code=d.voucher_details[e].gltd_doc_code,d.temp_doc.gltd_doc_narr=d.voucher_details[e].gltd_doc_narr,d.temp_doc.gltd_remarks=d.voucher_details[e].gltd_remarks,d.temp_doc.gltd_doc_date=d.voucher_details[e].gltd_doc_date,d.temp_doc.gltd_post_date=d.voucher_details[e].gltd_post_date,d.block1.gltd_cheque_No=d.voucher_details[e].gltd_cheque_no,d.block1.gltd_paid_to=d.voucher_details[e].gltd_paid_to,d.block1.gltd_cheque_due_date=d.voucher_details[e].gltd_cheque_due_date),0<parseFloat(d.voucher_details[e].gldd_doc_amount_debit)?d.totalDebit=parseFloat(parseFloat(d.totalDebit)+parseFloat(d.voucher_details[e].gldd_doc_amount_debit)+parseFloat(d.voucher_details[e].gldd_tax_amount)).toFixed(d.decimal_dsc):0<parseFloat(d.voucher_details[e].gldd_doc_amount_credit)&&(d.totalcredit=parseFloat(parseFloat(d.totalcredit)+parseFloat(d.voucher_details[e].gldd_doc_amount_credit)+parseFloat(d.voucher_details[e].gldd_tax_amount)).toFixed(d.decimal_dsc));setTimeout(function(){$(".divclass").kendoDatePicker({format:"dd-MM-yyyy"})},500),setTimeout(function(){for(let e=0;e<d.voucher_details.length;e++)$("#cmb_acct_code"+e).select2().select2("val",d.voucher_details[e].gldd_acct_code)},1500)}),_.get(c.apiUrl+"api/JVCreation/GetDocument_Details_DPS?doccode="+i.Class.doc_code+"&prnumber="+i.Class.prov_code+"&comp_code="+l).then(function(e){d.doc_detail_data=e.data,0<d.doc_detail_data.length&&(d.temp.temp_chk_doc_details=!0,d.chk_doc_details())}))},d.backCPN=function(){s.go(i.Class.redir_from)},d.viewDoc=function(e){d.url=c.docUrl+_.defaults.headers.common.schoolId+"/Images/UploadedFiles/",window.open(d.url+e)},d.update1=function(){d.chkcost_Ac=!1,d.cost_combo_Ac=!1;try{if(0<d.Bankdetails.length)if(d.flag1=!1,null==d.edt4.PostDate||""==d.edt4.PostDate)d.flag1=!0,swal({text:"Please Select Posting Date",showCloseButton:!0,width:380,height:200});else if(null==d.edt5.sims_dep||""==d.edt5.sims_dep)d.flag1=!0,swal({text:"Please Select Department",showCloseButton:!0,width:380,height:200});else if(0<d.Bankdetails.length){for(let e=0;e<d.Bankdetails.length;e++)if(d.chk_condition=d.Bankdetails.every(e=>e.gldd_acct_name),!1===d.chk_condition)swal({text:"Please enter Transaction details",showCloseButton:!0,width:380,height:300});else if(!0===d.chk_condition){if(0==d.totalfinal||void 0===d.totalfinal||"NaN"===d.totalfinal||"0.000"===d.totalfinal||0===d.totalfinal)return void swal({text:"Please enter Transaction details",showCloseButton:!0,width:380,height:300});d.preparebtn=!0,d.verifybtn=!0,d.authorizebtn=!0,D="Save",d.Update_temp_docs()}}else D="Save",d.Update_temp_docs();else swal({text:"Please Add Doc Details",showCloseButton:!0,width:380})}catch(e){}},d.Update_temp_docs=function(){var e=[];null==d.temp1&&(d.temp1="");for(let e=0;e<d.Bankdetails.length;e++)if(""==d.Bankdetails[e].gldd_acct_code||null==d.Bankdetails[e].gldd_acct_code||null==d.Bankdetails[e].gldd_acct_code)return void swal({text:"  please select account name ",width:380});var t={gltd_comp_code:l,gltd_doc_code:d.gltd_doc_code,gltd_prov_doc_no:d.gltd_prov_doc_no,gltd_final_doc_no:d.final_doc_no,gltd_doc_date:d.docdata[0].gltd_doc_date,gltd_doc_narr:d.temp1.gltd_doc_narr1,gltd_remarks:d.docdata[0].gltd_remarks,gltd_doc_flag:d.docdata[0].gltd_doc_flag,gltd_cur_status:d.docdata[0].gltd_cur_status,gltd_prepare_date:d.docdata[0].gltd_prepare_date,gltd_verify_user:d.docdata[0].gltd_verify_user,gltd_verify_date:d.docdata[0].gltd_verify_date,gltd_authorize_user:d.docdata[0].gltd_authorize_user,gltd_authorize_date:d.docdata[0].gltd_authorize_date,gltd_payment_user:d.docdata[0].gltd_payment_user,gltd_payment_date:d.docdata[0].gltd_payment_date,gltd_post_date:d.edt4.PostDate,gltd_post_no:d.docdata[0].gltd_post_no,gltd_save_srl:d.edt5.sims_dep,gltd_batch_source:d.docdata[0].gltd_batch_source,gltd_paid_to:d.temp1.gltd_paid_to,gltd_cheque_no:d.temp.gltd_cheque_No,gltd_reference_doc_code:d.docdata[0].gltd_reference_doc_code,gltd_reference_final_doc_no:d.docdata[0].gltd_reference_final_doc_no,gltd_cheque_due_date:d.docdata[0].gltd_cheque_due_date,gltd_doc_path:d.docdata[0].gltd_doc_path,gltd_app_name:"Finnm3"};e.push(t),_.post(c.apiUrl+"api/BankPayment/UPDATE_Fins_temp_docsFin",e).then(function(e){d.prvno=e.data,""!=d.prvno&&null!=d.prvno?d.Update_Fins_temp_doc_details():swal({text:"Record Not inserted. "+d.prvno,imageUrl:"assets/img/close.png",width:300,height:200})})},d.enable_update=function(){d.disableUpdate=!1},d.Update_Fins_temp_doc_details=function(){for(var t=[],e=1,a=0;a<d.Bankdetails.length;a++){var o={gldd_doc_narr:d.Bankdetails[a].gldd_doc_narr,gldd_dept_code:d.Bankdetails[a].gldd_dept_code,gldd_ledger_code:d.Bankdetails[a].sllc_ldgr_code,gldd_acct_code:d.Bankdetails[a].gldd_acct_code,gldd_party_ref_no:d.Bankdetails[a].gldd_party_ref_no,gldd_party_ref_date:d.Bankdetails[a].gldd_party_ref_date,gldd_doc_amount_debit:0,gldd_doc_amount_credit:parseFloat(d.Bankdetails[a].gldd_doc_amount.toString().replace(/,/g,"")),gldd_fc_code:"PRM",gldd_cost_center_code:d.Bankdetails[a].glco_cost_centre_code,gldd_comp_code:l,gldd_doc_code:i.Class.doc_code,gldd_prov_doc_no:i.Class.prov_code,gldd_final_doc_no:i.Class.final_doc_no,gldd_line_no:e,gltd_remarks:d.Bankdetails[a].gldd_doc_code+"/"+d.Bankdetails[a].gldd_final_doc_no+"#"+d.Bankdetails[a].gldd_line_no+"$"+d.Bankdetails[a].gldd_doc_amount,gldd_vat_enable:d.Bankdetails[a].gldd_vat_enable,gldd_include_vat:d.Bankdetails[a].gldd_include_vat,gldd_vat_amt:d.Bankdetails[a].gldd_doc_vat_amt,gldd_tax_code:d.Bankdetails[a].gldd_tax_code,gldd_tax_acct_code:d.Bankdetails[a].gldd_tax_acct_code,gldd_tax_percentage:0,gldd_tax_amount:d.Bankdetails[a].gldd_tax_amount,finance_year:r,gltd_post_date:d.edt4.PostDate};e++,t.push(o)}o={gldd_comp_code:l,gldd_doc_code:i.Class.doc_code,gldd_prov_doc_no:i.Class.prov_code,gldd_final_doc_no:i.Class.final_doc_no,gldd_line_no:e,gldd_ledger_code:"00",gldd_acct_code:d.edt5.master_acno.master_acno,gldd_doc_amount_debit:parseFloat(d.totalfinal.toString().replace(/,/g,"")),gldd_doc_amount_credit:0,gldd_fc_amount_debit:0,gldd_fc_code:"PRM",gldd_fc_rate:0,gldd_doc_narr:d.temp1.gltd_doc_narr1,gldd_cost_center_code:d.edt5.glco_cost_centre_code,gldd_dept_code:d.edt5.master_acno.gldd_dept_code,gldd_party_ref_no:"",gldd_party_ref_date:d.gldd_party_ref_date,gldd_vat_enable:m,gldd_include_vat:"N",gldd_vat_amt:0,finance_year:r,gltd_post_date:d.edt4.PostDate};t.push(o),_.post(c.apiUrl+"api/BankPayment/UPDATE_JV_Fins_temp_doc_details_vatFin_v2",t).then(function(e){d.msg1=e.data,1==d.msg1?((e=[]).push({gldd_comp_code:t[0].gldd_comp_code,gldd_doc_code:t[0].gldd_doc_code,gldd_prov_doc_no:t[0].gldd_prov_doc_no}),_.post(c.apiUrl+"api/BankPayment/UPDATE_JV_Fins_temp_doc_details_vatFin1",e).then(function(e){d.msg1=e.data,1==d.msg1&&_.post(c.apiUrl+"api/BankPayment/UPDATE_batch_sl_gl_transaction",t).then(function(e){d.msg1=e.data,d.disableUpdate=!0,(d.msg1?(d.insertDocuments(),swal({title:"Alert",text:"Record Updated Successfully. ",width:300,height:200})):swal({title:"Alert",text:"Record Not Updated. ",width:300,height:200})).then(function(){s.go(i.Class.redir_from)})})})):0==d.msg1?swal({text:"Record Not inserted. ",imageUrl:"assets/img/close.png",width:300,height:200}):swal("Error-"+d.msg1)})},d.checkDate=function(e){var e=e.split("-"),e=e[2]+"-"+e[1]+"-"+e[0],e=new Date(e),t=new Date,a=new Date;a.setFullYear(a.getFullYear()-2),t<e&&(swal({text:"Ambiguos Date. ",imageUrl:"assets/img/close.png",width:300,height:200}),d.edt4.PostDate="")},setTimeout(function(){$("#pty_ref_date0").kendoDatePicker({format:"dd-MM-yyyy"})},500),d.add_Grid=function(e,t,a,o){d.enable_update(),d.Bankdetails.push({gldd_vat_enable:"Y"==m,gldd_include_vat:!1,sllc_ldgr_code:"00",vat_details:!1,gldd_doc_amount:0,gldd_doc_vat_amt:0,gldd_doc_narr:0<e.length?e[e.length-1].gldd_doc_narr:""}),setTimeout(function(){$("#"+(d.Bankdetails.length-1)+"_account_code").select2()},100),setTimeout(function(){$("#pty_ref_date"+(d.Bankdetails.length-1)).kendoDatePicker({format:"dd-MM-yyyy"})},500),d.getSLAccNo(d.Bankdetails[d.Bankdetails.length-1],d.Bankdetails.length-1)},_.get(c.apiUrl+"api/JVCreation/getDocCodeJV?comp_code="+l+"&finance_year="+r).then(function(e){d.geDocCode=e.data;for(var t=0;t<d.geDocCode.length;t++)"BR"==d.geDocCode[t].gldc_doc_code_type&&d.geDocCode_new.push(d.geDocCode[t]);1<d.geDocCode_new.length?(d.dis_doc_cd=!1,d.temp.gltd_doc_code=d.geDocCode_new[0].gltd_doc_code,_.get(c.apiUrl+"api/BankPayment/GetAllCashBankGLMasterAccountNo?cmp_cd="+l+"&financialyear="+r+"&doc_cd="+d.temp.gltd_doc_code).then(function(e){d.bankname=e.data,d.edt5.master_acno=e.data[0],d.getAccountName(e.data[0]),d.testData()})):1==d.geDocCode_new.length&&(d.dis_doc_cd=!0,d.temp.gltd_doc_code=d.geDocCode_new[0].gltd_doc_code,_.get(c.apiUrl+"api/BankPayment/GetAllCashBankGLMasterAccountNo?cmp_cd="+l+"&financialyear="+r+"&doc_cd="+d.geDocCode_new[0].gltd_doc_code).then(function(e){d.bankname=e.data,d.edt5.master_acno=e.data[0],d.getAccountName(e.data[0]),d.testData()})),_.get(c.apiUrl+"api/GLAccountsCreateView/GetAll_glmaster_Department_Code?co_code="+l+"&year="+r).then(function(e){d.dep_data=e.data;for(var t=0,a=0;a<d.dep_data.length;a++)"Finance"===d.dep_data[a].glma_short_name?d.edt5.sims_dep=d.dep_data[a].glma_dept_no:d.dep_data[a].glma_dept_no>t&&(t=d.dep_data[a].glma_dept_no,d.edt5.sims_dep=t)}),d.DocNarr=[],_.get(c.apiUrl+"api/JVCreation/getDoc_Remarks?&cmp_cd="+l+"&fyear="+r+"&doc_code="+d.temp.gltd_doc_code+"&remark_type=Bank_Receipt").then(function(e){if(d.DocNarration=e.data,0<d.DocNarration.length)for(var t=0;t<d.DocNarration.length;t++)d.DocNarr.push(d.DocNarration[t].gdn_doc_narration)}),_.get(c.apiUrl+"api/BankPayment/getVATProfileDetails?comp_code="+l).then(function(e){d.vatProfile=e.data})}),d.getBudgetAmt=function(e){d.budgetdesc=!0,_.get(c.apiUrl+"api/GLSLQuery/Get_Bud_amt?comp_code="+l+"&fyear="+r+"&acct_code="+e).then(function(e){d.mainn=e.data,d.main2=e.data[0].glma_acct_name,d.main3=e.data[0].gltr_attr1,d.main4=e.data[0].gltr_attr2,d.main5=e.data[0].acct_opening_bal,d.main6=e.data[0].gltr_attr_class1,d.main7=e.data[0].gltr_attr_class1})},d.GetDocCode=function(e,t){""!==e[0].gldd_doc_narr&&void 0!==e[0].gldd_doc_narr||(e[0].gldd_doc_narr=d.temp1.gltd_doc_narr1)},d.show_master_ac=function(e){_.get(c.apiUrl+"api/BankPayment/GetAllCashBankGLMasterAccountNo?cmp_cd="+l+"&financialyear="+r+"&doc_cd="+e).then(function(e){d.bankname=e.data,d.edt5.master_acno=e.data[0],d.getAccountName(e.data[0])}),_.get(c.apiUrl+"api/JVCreation/GetDocReportUrl?opr=J&sub_opr=Doc_URL&comp_code="+l+"&fyear="+r+"&condition="+e+"&condition1=&condition2=&condition3=&condition4=&condition5=").then(function(e){d.final_doc_url=e.data})},d.cancel=function(){d.Add_btn=!0,d.updatebtn=!1,d.edt="",d.edt1="",d.myForm.$setPristine(),d.myForm.$setUntouched()},$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,format:"dd-mm-yyyy",todayHighlight:!0}),$(document).on("touch click",'*[data-datepicker="true"] .add-on',function(e){$('input[type="text"]',$(this).parent()).focus()}),new Date),p=e.getDate(),u=e.getMonth()+1,g=(u<10&&(u="0"+u),e.getFullYear()),h=(d.sdate=p+"-"+u+"-"+g,d.edate=p+"-"+u+"-"+g,d.edt4={DocDate:p+"-"+u+"-"+g,PostDate:p+"-"+u+"-"+g,ChequeDate:p+"-"+u+"-"+g,gltd_payment_date:p+"-"+u+"-"+g},d.getDepartcode=function(e){d.budgetdesc=!0,_.get(c.apiUrl+"api/BankPayment/getCostCenter?aacno="+e+"&comp_cd="+l+"&fyear="+r).then(function(e){d.costcenter=e.data,0<d.costcenter.length?d.chkcost=!0:(d.chkcost=!1,d.temp.cost_chk=!1,d.cost_combo=!1)});for(var t=0;t<d.getAllAccNos.length;t++)d.getAllAccNos[t].gldd_acct_code==e&&(d.edt1={coad_dept_no:d.getAllAccNos[t].gldd_dept_code+"-"+d.getAllAccNos[t].gldd_dept_name,dept_no:d.getAllAccNos[t].gldd_dept_code,gldd_acct_code:d.getAllAccNos[t].gldd_acct_code,gldd_party_ref_no:d.getAllAccNos[t].supplier_trn_number,codp_dept_name:d.getAllAccNos[t].gldd_dept_name,gldd_acct_name:d.getAllAccNos[t].gldd_acct_name},d.temp1.gltd_paid_to=d.getAllAccNos[t].coad_pty_short_name)},d.getDepartcode=function(e,t){_.get(c.apiUrl+"api/BankPayment/getCostCenter?aacno="+e+"&comp_cd="+l+"&fyear="+r).then(function(e){d.costcenter=e.data,0<d.costcenter.length?d.chkcost=!0:(d.chkcost=!1,d.temp.cost_chk=!1,d.cost_combo=!1)});for(var a=0;a<t.getAllAccNos.length;a++)t.getAllAccNos[a].gldd_acct_code==t.gldd_acct_code&&(d.dept_flg=!0,t.coad_dept_no=t.getAllAccNos[a].gldd_dept_code+"-"+t.getAllAccNos[a].gldd_dept_name,t.gldd_dept_code=t.getAllAccNos[a].gldd_dept_code,t.gldd_acct_code=t.getAllAccNos[a].gldd_acct_code,t.codp_dept_name=t.getAllAccNos[a].gldd_dept_name,t.gldd_acct_name=t.getAllAccNos[a].gldd_acct_name,t.gldd_party_ref_no=t.getAllAccNos[a].gldd_party_ref_no);0==d.dept_flg&&(t.coad_dept_no="",t.gldd_dept_code="",t.gldd_acct_code="",t.codp_dept_name="",t.gldd_acct_name="",t.gldd_party_ref_no="")},d.cost_center=function(e){d.cost_combo=1==e},d.cost_center_Account=function(e){d.cost_combo_AC=1==e},d.vat_cal=function(e,t){if(""==t.gldd_doc_amount&&(t.gldd_doc_amount=0),null!=(d.vat=e)){t.gldd_tax_code=e.vat_code,t.gldd_tax_percentage=e.vat_per_value,t.vat_included_in_price=e.vat_included_in_price,t.gldd_tax_acct_code=e.vat_invoice_acno,t.gldd_tax_amount=0,t.gldd_doc_vat_amt=0;var a=parseFloat(t.gldd_doc_amount);0!=e.vat_per_value?"Y"==e.vat_included_in_price?(t.gldd_tax_amount=parseFloat(a*parseFloat(e.vat_per_value)/(100+parseFloat(e.vat_per_value))).toFixed(3),t.gldd_doc_vat_amt=parseFloat(a*parseFloat(e.vat_per_value)/(100+parseFloat(e.vat_per_value))).toFixed(3),t.gldd_doc_amount=parseFloat(a-parseFloat(a*parseFloat(e.vat_per_value)/(100+parseFloat(e.vat_per_value)))).toFixed(3)):(t.gldd_tax_amount=parseFloat(a*parseFloat(e.vat_per_value)/100).toFixed(3),t.gldd_doc_vat_amt=parseFloat(a*parseFloat(e.vat_per_value)/100).toFixed(3)):(t.gldd_tax_amount=0,t.gldd_doc_vat_amt=0);for(var o=d.total=0;o<d.Bankdetails.length;o++)d.total=parseFloat(parseFloat(d.total)+parseFloat(d.Bankdetails[o].gldd_doc_amount)+parseFloat(d.Bankdetails[o].gldd_doc_vat_amt)).toFixed(3);d.totalfinal=d.total}},d.vat_cal2=function(e,t){d.total=0,d.gldd_doc_amount="0";for(var a=0;a<d.Bankdetails.length;a++)"NaN"==d.Bankdetails[a].gldd_doc_vat_amt||"NaN"==d.total||0==d.Bankdetails[a].gldd_doc_amount?(d.Bankdetails[a].gldd_doc_vat_amt=0,d.gldd_doc_amount=parseFloat(d.Bankdetails[a].gldd_doc_amount.toString().replace(/,/g,"")),null==t[a].gldd_tax_percentage?(d.gldd_doc_amount=parseFloat(d.Bankdetails[a].gldd_doc_amount.toString().replace(/,/g,"")),t[a].gldd_tax_percentage=0,d.Bankdetails[a].gldd_doc_vat_amt=parseFloat(d.gldd_doc_amount*parseFloat(t[a].gldd_tax_percentage)/100).toFixed(3),d.total=parseFloat(parseFloat(d.total)+parseFloat(d.gldd_doc_amount)+parseFloat(d.Bankdetails[a].gldd_doc_vat_amt)).toFixed(3),d.Bankdetails[a].gldd_doc_amount=parseFloat(d.Bankdetails[a].gldd_doc_amount.replace(/,/g,"")).toLocaleString("en-US",{minimumFractionDigits:2,maximumFractionDigits:3})):(d.gldd_doc_amount=parseFloat(d.Bankdetails[a].gldd_doc_amount.toString().replace(/,/g,"")),d.gldd_doc_vat_amt=parseFloat(d.Bankdetails[a].gldd_doc_amount*parseFloat(t[a].gldd_tax_percentage)/100).toFixed(3),d.total=parseFloat(parseFloat(d.total)+parseFloat(d.gldd_doc_amount)+parseFloat(d.Bankdetails[a].gldd_doc_vat_amt)).toFixed(3),d.Bankdetails[a].gldd_doc_amount=parseFloat(d.Bankdetails[a].gldd_doc_amount.toString().replace(/,/g,"")).toLocaleString("en-US",{minimumFractionDigits:2,maximumFractionDigits:3}))):(null==t[a].gldd_tax_percentage&&(t[a].gldd_tax_percentage=0),d.gldd_doc_amount=parseFloat(d.Bankdetails[a].gldd_doc_amount.toString().replace(/,/g,"")),d.Bankdetails[a].gldd_doc_vat_amt=parseFloat(d.gldd_doc_amount*parseFloat(t[a].gldd_tax_percentage)/100).toFixed(3),d.total=parseFloat(parseFloat(d.total)+parseFloat(d.gldd_doc_amount)+parseFloat(d.Bankdetails[a].gldd_doc_vat_amt)).toFixed(3),d.Bankdetails[a].gldd_doc_amount=parseFloat(d.Bankdetails[a].gldd_doc_amount.toString().replace(/,/g,"")).toLocaleString("en-US",{minimumFractionDigits:2,maximumFractionDigits:3}));d.totalfinal=d.total},_.get(c.apiUrl+"api/BankPayment/GetLedgerNumber?financialyear="+r+"&comp_code="+l).then(function(e){d.LdgrCode=e.data}),d.CheckPrintReport=function(){var e={location:d.final_doc_url,parameter:{comp_detail:l,doc_code:d.temp.gltd_doc_code,doc_no:d.Docno},state:"main.Fin145"};window.localStorage.ReportDetails=JSON.stringify(e),s.go("main.ReportCardParameter")},d.GetAllGLAcc=function(e,t){_.get(c.apiUrl+"api/BankPayment/GetAllGLActNonew?glma_accountcode="+e+"&cmpnycode="+l+"&fyear="+r).then(function(e){d.getAllAccNos=e.data;for(var t=0;t<d.Bankdetails.length;t++)d.Bankdetails[t].getAllAccNos=d.getAllAccNos})},i.Class.isUpdated||_.get(c.apiUrl+"api/BankPayment/GetAllGLActNonew?glma_accountcode="+S+"&cmpnycode="+l+"&fyear="+r).then(function(e){d.getAllAccNos=e.data;for(var t=0;t<d.Bankdetails.length;t++)d.Bankdetails[t].getAllAccNos=d.getAllAccNos}),d.getSLAccNo=function(t,e){var a;null!=d.getAllAccNos&&(a=d.getAllAccNos.gldd_acct_code),"00"==t.sllc_ldgr_code?_.get(c.apiUrl+"api/BankPayment/GetAllGLActNonew?glma_accountcode="+a+"&cmpnycode="+l+"&fyear="+r).then(function(e){t.getAllAccNos=e.data}):_.get(c.apiUrl+"api/BankPayment/GetSLAccNumber?pbslcode="+t.sllc_ldgr_code+"&cmp_cd="+l+"&fyear="+r).then(function(e){t.getAllAccNos=e.data}),t.gldd_acct_code="",t.gldd_acct_name="",t.coad_dept_no="",t.gldd_party_ref_no="",i.Class.isUpdated||$("#"+e+"_account_code").select2("val","")},d.summ=function(){for(var e=d.total=0;e<d.Bankdetails.length;e++)d.total=d.total+parseInt(d.Bankdetails[e].gldd_doc_amount)},d.accountCode=function(e,t){for(var a=0;a<d.Bankdetails.length;a++)if(null==d.Bankdetails[a].gldd_acct_code||""==d.Bankdetails[a].gldd_acct_code)return void swal({text:"Please select Account name",showCloseButton:!0,width:380})},d.datagrid=function(e){if(d.gldd_doc_amount="0",d.gldd_doc_amount=parseFloat(d.edt.gldd_doc_amount.replace(/,/g,"")),d.chkcost=!1,d.cost_combo=!1,d.temp.cost_chk=!1,null==d.edt.gldd_acct_code||""==d.edt.gldd_acct_code)d.flag1=!0,swal({text:"Please select Account name",showCloseButton:!0,width:380});else if(null==d.gldd_doc_amount||""==d.gldd_doc_amount)d.flag1=!0,swal({text:"Please Enter Amount",showCloseButton:!0,width:380});else{for(var t=!1,a="",o=0;o<d.Bankdetails.length;o++)d.Bankdetails[o].sllc_ldgr_code==d.edt.sllc_ldgr_code&&d.Bankdetails[o].slma_acno==d.edt1.gldd_acct_code&&d.Bankdetails[o].gldd_doc_narr==d.edt.gldd_doc_narr&&(t=!0);if(t)swal({text:"This Account Name Already Present",width:380});else{var a=null==d.edt.sllc_ldgr_code?"00":d.edt.sllc_ldgr_code,s=document.getElementById("costCenter"),s=s.options[s.selectedIndex].text,n=document.getElementById("cmb_acc_Code3");d.selectedText=n.options[n.selectedIndex].text,d.Bankdetails.push({gldd_comp_code:l,sllc_ldgr_code:a,slma_acno:d.edt1.gldd_acct_code,gldd_party_ref_no:d.edt1.gldd_party_ref_no,coad_pty_full_name:d.selectedText,coad_dept_no:d.edt1.dept_no,gldd_party_ref_date:d.edt.gldd_party_ref_date,gldd_doc_narr:d.edt.gldd_doc_narr,gldd_doc_amount:d.gldd_doc_amount,gldd_fc_amount:0,glco_cost_centre_code:d.edt.glco_cost_centre_code,coce_cost_centre_name1:s}),d.total=0;for(var i=d.fctotal=0;i<d.Bankdetails.length;i++)d.total=parseFloat(parseFloat(d.total)+parseFloat(d.Bankdetails[i].gldd_doc_amount)+parseFloat(d.Bankdetails[i].gldd_doc_vat_amt)).toFixed(3),d.fctotal=parseFloat(d.fctotal)+parseFloat(d.Bankdetails[i].gldd_fc_amount);d.edt="",d.edt1="",d.edt2="",$("#cmb_acc_Code3").select2("val",""),d.myForm.$setPristine(),d.myForm.$setUntouched(),0;n=d.getAllAccNos.gldd_acct_code;d.GetAllGLAcc(n,l)}}},d.totalAmountCount=function(){for(var e=d.total=0;e<d.Bankdetails.length;e++)0!=d.Bankdetails[e].gldd_doc_amount&&""!=d.Bankdetails[e].gldd_doc_amount&&null!=d.Bankdetails[e].gldd_doc_amount||(d.Bankdetails[e].gldd_doc_amount=0),""!=d.Bankdetails[e].gldd_acct_code&&null!=d.Bankdetails[e].gldd_acct_code||swal({text:"Please select Account name",showCloseButton:!0,width:380}),d.outstandingAmt=parseFloat(d.Bankdetails[e].gldd_doc_amount),d.invoiceAmt=parseFloat(d.Bankdetails[e].invoice),d.outstandingAmt>d.invoiceAmt?(swal({text:"Amount should be less than "+d.invoiceAmt,imageUrl:"assets/img/close.png",width:400,height:250}),d.Bankdetails[e].gldd_doc_amount=parseFloat(d.Bankdetails[e].invoice).toFixed(3),d.total=parseFloat(d.Bankdetails[e].invoice).toFixed(3)):d.total=parseFloat(parseFloat(d.total)+parseFloat(d.Bankdetails[e].gldd_doc_amount)+parseFloat(d.Bankdetails[e].gldd_doc_vat_amt)).toFixed(3)},d.up=function(e){d.Add_btn=!1,d.updatebtn=!0,d.readonly=!0,d.edt={coad_dept_no:e.coad_dept_no,sllc_ldgr_code:e.sllc_ldgr_code,gldd_party_ref_date:e.gldd_party_ref_date,gldd_doc_amount:e.gldd_doc_amount,gldd_doc_narr:e.gldd_doc_narr,coad_pty_full_name:e.slma_acno,gldd_acct_code:e.slma_acno},e.slma_acno,d.getSLAccNo(d.edt.sllc_ldgr_code),d.edt1={coad_dept_no:e.coad_dept_no,gldd_acct_code:e.slma_acno,gldd_acct_name:e.gldd_acct_name,gldd_party_ref_no:e.gldd_party_ref_no}},d.Update=function(){for(var e=0;e<d.Bankdetails.length;e++)if(""!=d.Bankdetails.slma_acno){var t=document.getElementById("cmb_acc_Code3"),t=t.options[t.selectedIndex].text;d.Bankdetails.push({gldd_comp_code:l,sllc_ldgr_code:d.edt.sllc_ldgr_code,slma_acno:d.edt1.gldd_acct_code,gldd_party_ref_no:d.edt1.gldd_party_ref_no,coad_pty_full_name:t,coad_dept_no:d.edt1.coad_dept_no,gldd_party_ref_date:d.edt.gldd_party_ref_date,gldd_doc_narr:d.edt.gldd_doc_narr,gldd_doc_amount:d.gldd_doc_amount,gldd_fc_amount:0}),swal({text:"Record Updated",width:300,height:200}),d.total=0;for(e=d.fctotal=0;e<d.Bankdetails.length;e++)d.total=parseFloat(parseFloat(d.total)+parseFloat(d.Bankdetails[e].gldd_doc_amount)).toFixed(3),d.fctotal=d.fctotal+parseInt(d.Bankdetails[e].gldd_fc_amount);d.edt="",d.edt1="",d.edt2="",d.updatebtn=!1,d.Add_btn=!0,$("#cmb_acc_Code3").select2("val","")}},d.gettotal=function(){for(var e=d.total=0;e<d.Bankdetails.length;e++)d.Bankdetails[e].gldd_doc_amount=parseFloat(d.Bankdetails[e].gldd_doc_amount.toString().replace(/,/g,"")),d.total=parseFloat(parseFloat(d.total)+parseFloat(d.Bankdetails[e].gldd_doc_amount)).toFixed(3);d.totalfinal=d.total},d.coad_pty_full_name=d.selectedText,d.Delete=function(e){if(1!=d.Bankdetails.length){d.enable_update(),d.disableUpdate=!1;for(var t=0;t<d.Bankdetails.length;t++)if(d.Bankdetails[t].gldd_acct_code==e.gldd_acct_code&&d.Bankdetails[t].gldd_doc_amount==e.gldd_doc_amount&&d.Bankdetails[t].gldd_doc_narr==e.gldd_doc_narr){d.total=parseFloat(parseFloat(d.total)-parseFloat(d.Bankdetails[t].gldd_doc_amount)).toFixed(3),d.Bankdetails.splice(t,1),d.gettotal();break}}},d.getAccountName=function(e){y=e.master_acno;_.get(c.apiUrl+"api/BankPayment/getCostCenter?aacno="+y+"&comp_cd="+l+"&fyear="+r).then(function(e){d.costcenter_account=e.data,0<d.costcenter_account.length?d.chkcost_Ac=!0:(d.chkcost_Ac=!1,d.temp.cost_chk_ac=!1,d.cost_combo_AC=!1)});for(var t=0;t<d.bankname.length;t++)d.bankname[t].master_acno==e.master_acno&&(S=d.bankname[t].master_acno,d.edt3={master_ac_cdname:d.bankname[t].master_ac_cdname})},_.get(c.apiUrl+"api/BankPayment/GetVerifyAuthorizeUsers?comp_code="+l+"&fyear="+r).then(function(e){d.users=e.data,0!=d.users.length&&(d.users[0]==n&&d.users[1]==n?(d.preparebtn=!1,d.verifybtn=!1,d.authorizebtn=!1):(d.users[0]!=n||""!=d.users[1]&&d.users[1]==n?(d.preparebtn=!1,d.verifybtn=!0):(d.verifybtn=!1,d.preparebtn=!1),d.authorizebtn=!0))}),d.Authorizeuser=function(){_.get(c.apiUrl+"api/BankPayment/GetVerifyAuthorizeUsers?comp_code="+l+"&fyear="+r).then(function(e){d.users=e.data,0!=d.users.length&&(d.users[0]==n&&d.users[1]==n?(d.preparebtn=!1,d.verifybtn=!1,d.authorizebtn=!1):d.users[0]==n&&d.users[0]!=n?(d.verifybtn=!1,d.preparebtn=!0,d.authorizebtn=!0):d.users[0]!=n&&d.users[0]!=n&&(d.verifybtn=!0,d.preparebtn=!1,d.authorizebtn=!0))})},d.Insert_temp_docs=function(){var e,t,a,o=[],s=(null==d.temp1&&(d.temp1=""),"Verify"==D?(s=n,e=d.edt4.DocDate):a=t="Authorize"==D?(s=n,e=d.edt4.DocDate,""):e=s="",{gltd_comp_code:l,gltd_doc_code:d.temp.gltd_doc_code,gltd_doc_date:d.edt4.DocDate,gltd_cur_status:D,gltd_post_date:d.edt4.PostDate,gltd_doc_narr:d.temp1.gltd_doc_narr1,gltd_remarks:d.temp1.gltd_doc_remark,gltd_prepare_date:d.edt4.DocDate,gltd_final_doc_no:"0",gltd_app_name:"Finnm3",gltd_save_srl:d.edt5.sims_dep,gltd_verify_user:s,gltd_verify_date:e,gltd_authorize_user:t,gltd_authorize_date:a,gltd_paid_to:d.temp1.gltd_paid_to,gltd_cheque_no:d.temp.gltd_cheque_No,gltd_payment_date:d.edt4.gltd_payment_date});o.push(s),_.post(c.apiUrl+"api/BankPayment/Insert_Fins_temp_docs2",o).then(function(e){d.prvno=e.data,""!=d.prvno&&null!=d.prvno?d.Insert_Fins_temp_doc_details():swal({text:"Record Not inserted. "+d.prvno,imageUrl:"assets/img/close.png",width:300,height:200})})},d.Insert_Fins_temp_doc_details=function(){for(var e=[],t=1,a=0;a<d.Bankdetails.length;a++){var o={gldd_doc_narr:d.Bankdetails[a].gldd_doc_narr,gldd_dept_code:d.Bankdetails[a].gldd_dept_code,gldd_ledger_code:d.Bankdetails[a].sllc_ldgr_code,gldd_acct_code:d.Bankdetails[a].gldd_acct_code,gldd_party_ref_no:d.Bankdetails[a].gldd_party_ref_no,gldd_party_ref_date:d.Bankdetails[a].gldd_party_ref_date,gldd_doc_amount_debit:0,gldd_doc_amount_credit:parseFloat(d.Bankdetails[a].gldd_doc_amount.toString().replace(/,/g,"")),gldd_cost_center_code:d.Bankdetails[a].glco_cost_centre_code,gldd_comp_code:l,gldd_doc_code:d.temp.gltd_doc_code,gldd_prov_doc_no:d.prvno,gldd_final_doc_no:"0",gldd_line_no:t,gltd_remarks:d.Bankdetails[a].gldd_doc_code+"/"+d.Bankdetails[a].gldd_final_doc_no+"#"+d.Bankdetails[a].gldd_line_no+"$"+d.Bankdetails[a].gldd_doc_amount,gldd_vat_enable:d.Bankdetails[a].gldd_vat_enable,gldd_include_vat:d.Bankdetails[a].gldd_include_vat,gldd_vat_amt:d.Bankdetails[a].gldd_doc_vat_amt,gldd_tax_code:d.Bankdetails[a].gldd_tax_code,gldd_tax_acct_code:d.Bankdetails[a].gldd_tax_acct_code,gldd_tax_percentage:d.Bankdetails[a].gldd_tax_percentage,gldd_tax_amount:d.Bankdetails[a].gldd_tax_amount,finance_year:r,gltd_post_date:d.edt4.PostDate};t++,e.push(o)}o={gldd_comp_code:l,gldd_doc_code:d.temp.gltd_doc_code,gldd_prov_doc_no:d.prvno,gldd_final_doc_no:"0",gldd_line_no:t,gldd_ledger_code:"00",gldd_acct_code:d.edt5.master_acno.master_acno,gldd_doc_amount_debit:parseFloat(d.totalfinal.toString().replace(/,/g,"")),gldd_doc_amount_credit:0,gldd_fc_amount_debit:0,gldd_fc_code:"",gldd_fc_rate:0,gldd_doc_narr:d.temp1.gltd_doc_narr1,gldd_cost_center_code:d.edt5.glco_cost_centre_code,gldd_dept_code:d.edt5.master_acno.gldd_dept_code,gldd_party_ref_no:"",gldd_party_ref_date:d.gldd_party_ref_date,gldd_vat_enable:m,gldd_include_vat:"N",gldd_vat_amt:0,finance_year:r,gltd_post_date:d.edt4.PostDate};e.push(o),_.post(c.apiUrl+"api/BankPayment/Insert_JV_Fins_temp_doc_details_vat_newv_v2",e).then(function(e){d.msg1=e.data,"Authorize"==D?(x=!0,d.Authorize_Insert_temp_doc_details(d.msg1)):"Save"!=D&&"Verify"!=D||(x=!1,d.Authorize_Insert_temp_doc_details(d.msg1)),1!=d.msg1&&swal({text:"Record Not inserted. ",imageUrl:"assets/img/close.png",width:300,height:200})})},d.Authorize_Insert_temp_doc_details=function(e){var t;x?(x=!1,t=d.edt4.DocDate,_.post(c.apiUrl+"api/BankPayment/Authorize_PostingFin2?comp_code="+l+"&doc_code="+d.temp.gltd_doc_code+"&prv_no="+d.prvno+"&auth_date="+t).then(function(e){d.Docno=e.data,""!=d.Docno&&(swal({text:"Posted Successfully\nFinal Doc No is="+d.Docno,imageUrl:"assets/img/check.png",width:300,height:200}),d.checkprintbtn=!0,d.insertDocuments(),d.ClearInsert(),d.Authorizeuser())})):0==x&&"Save"==D?(x=!1,e?(swal({text:"Voucher Created Successfully\nProvision No:-"+d.temp.gltd_doc_code+"--"+d.prvno,imageUrl:"assets/img/check.png",width:300,height:200}),d.insertDocuments(),d.ClearInsert(),d.Authorizeuser(),d.cancel()):swal({text:"Record Not inserted. ",imageUrl:"assets/img/close.png",width:300,height:200})):0==x&&"Verify"==D?(x=!1,e?(swal({text:"Record Verified Successfully\nProvision No:-"+d.temp.gltd_doc_code+"--"+d.prvno,imageUrl:"assets/img/check.png",width:300,height:200}),d.insertDocuments(),d.ClearInsert(),d.Authorizeuser(),d.cancel()):swal({text:"Verification Failed",imageUrl:"assets/img/close.png",width:300,height:200})):0==x&&"Authorize"==D&&(x=!1,e?(swal({text:"Record Authorize Successfully\nProvision No:-"+d.temp3.gltd_doc_code+"--"+d.prvno,imageUrl:"assets/img/check.png",width:300,height:200}),d.insertDocuments(),d.ClearInsert(),d.Authorizeuser(),d.cancel(),d.reset()):swal({text:"Authorize Failed",width:300,height:200})),d.Authorizeuser(),d.cancel()},d.Prepare=function(){d.chkcost_Ac=!1,d.cost_combo_Ac=!1;try{if(0<d.Bankdetails.length)if(d.flag1=!1,null==d.edt4.PostDate||""==d.edt4.PostDate)d.flag1=!0,swal({text:"Please Select Posting Date",showCloseButton:!0,width:380,height:200});else if(null==d.edt5.sims_dep||""==d.edt5.sims_dep)d.flag1=!0,swal({text:"Please Select Department",showCloseButton:!0,width:380,height:200});else{if(0<d.Bankdetails.length){for(let e=0;e<d.Bankdetails.length;e++){if(d.chk_condition=d.Bankdetails.every(e=>e.gldd_acct_name),!1===d.chk_condition)return void swal({text:"Please enter Transaction details",showCloseButton:!0,width:380,height:300});if(!0===d.chk_condition&&(void 0===d.totalfinal||"NaN"===d.totalfinal||"0.000"===d.totalfinal||0===d.totalfinal))return void swal({text:"Please enter Transaction details",showCloseButton:!0,width:380,height:300})}d.preparebtn=!0,d.verifybtn=!0,d.authorizebtn=!0}D="Save",d.Insert_temp_docs()}else swal({text:"Please Add Doc Details",showCloseButton:!0,width:380})}catch(e){}},d.Verify=function(){try{if(0<d.Bankdetails.length)if(d.flag1=!1,null==d.edt4.PostDate||""==d.edt4.PostDate)d.flag1=!0,swal({text:"Please Select Posting Date",showCloseButton:!0,width:380,height:200});else if(null==d.edt5.sims_dep||""==d.edt5.sims_dep)d.flag1=!0,swal({text:"Please Select Department",showCloseButton:!0,width:380,height:200});else if(0<d.Bankdetails.length){for(let e=0;e<d.Bankdetails.length;e++)if(d.chk_condition=d.Bankdetails.every(e=>e.gldd_acct_name),!1===d.chk_condition)swal({text:"Please enter Transaction details",showCloseButton:!0,width:380,height:300});else if(!0===d.chk_condition){if(void 0===d.totalfinal||"NaN"===d.totalfinal||"0.000"===d.totalfinal||0===d.totalfinal)return void swal({text:"Please enter Transaction details",showCloseButton:!0,width:380,height:300});continue}d.preparebtn=!0,d.verifybtn=!0,d.authorizebtn=!0,D="Verify",d.Insert_temp_docs()}else swal({text:"Please Add Doc Details",showCloseButton:!0,width:380});else swal({text:"Please Add Doc Details",showCloseButton:!0,width:380})}catch(e){}},d.Authorize=function(){try{if(0<d.Bankdetails.length)if(d.flag1=!1,null==d.edt4.PostDate||""==d.edt4.PostDate)d.flag1=!0,swal({text:"Please Select Posting Date",showCloseButton:!0,width:380,height:200});else if(null==d.edt5.sims_dep||""==d.edt5.sims_dep)d.flag1=!0,swal({text:"Please Select Department",showCloseButton:!0,width:380,height:200});else{if(0<d.Bankdetails.length)for(let e=0;e<d.Bankdetails.length;e++)if(d.chk_condition=d.Bankdetails.every(e=>e.gldd_acct_name),!1===d.chk_condition)swal({text:"Please enter Transaction details",showCloseButton:!0,width:380,height:300});else if(!0===d.chk_condition){if(void 0===d.totalfinal||"NaN"===d.totalfinal||"0.000"===d.totalfinal||0===d.totalfinal)return void swal({text:"Please enter Transaction details",showCloseButton:!0,width:380,height:300});continue}d.preparebtn=!0,d.verifybtn=!0,d.authorizebtn=!0,D="Authorize",d.Insert_temp_docs()}else swal({text:"Please Add Doc Details",showCloseButton:!0,width:380})}catch(e){}},d.ClearInsert=function(){d.temp1.gltd_doc_narr1="",d.temp1.gltd_paid_to="",d.vis.updaten=!1,d.showButtons=!0,d.totalfinal="",d.temp.gltd_prov_doc_no="",d.temp.gltd_doc_code1="",d.Bankdetails=[],d.doc_detail_data=[],d.doc_data=!1,d.Bankdetails=[],d.Bankdetails.push({gldd_vat_enable:"Y"==m,gldd_include_vat:!1,sllc_ldgr_code:"00",vat_details:!1,gldd_doc_amount:0,gldd_doc_vat_amt:0}),setTimeout(function(){$("#0_account_code").select2()},100),setTimeout(function(){$("#pty_ref_date0").kendoDatePicker({format:"dd-MM-yyyy"})},500),d.total=0,d.temp.gltd_cheque_No="",d.temp1={gltd_doc_narr1:"",gltd_doc_remark:"",gltd_paid_to:""},d.getSLAccNo(d.Bankdetails[d.Bankdetails.length-1],d.Bankdetails.length-1)},d.onlyNumbers=function(e){var t,a={escape:27,backspace:8,tab:9,enter:13,del:46,0:48,1:49,2:50,3:51,4:52,5:53,6:54,7:55,8:56,9:57};for(t in a)if(a.hasOwnProperty(t)&&(e.charCode==a[t]||e.keyCode==a[t]))return;e.preventDefault()},d.check_post_date=function(){null==d.edt4.PostDate&&""==d.edt4.PostDate||_.get(c.apiUrl+"api/JVCreation/Get_Check_Postdate?post_date="+d.edt4.PostDate+"&comp_cd="+l+"&fyear="+r).then(function(e){d.msg=e.data,""!=d.msg?(swal({text:d.msg,width:300,height:200}),d.preparebtn=!0,d.verifybtn=!0,d.authorizebtn=!0):0!=d.users.length&&(d.users[0]==n&&d.users[1]==n?(d.preparebtn=!1,d.verifybtn=!1,d.authorizebtn=!1):(d.users[0]!=n||""!=d.users[1]&&d.users[1]==n?(d.preparebtn=!1,d.verifybtn=!0):(d.verifybtn=!1,d.preparebtn=!1),d.authorizebtn=!0))})},_.get(c.apiUrl+"api/JVCreation/Getdocument_type").then(function(e){d.document_type=e.data}),d.getDoc_type_name=function(e){for(var t=0;t<d.document_type.length;t++)d.document_type[t].gltd_doc_type==d.block4.gltd_doc_type&&(d.block4.gltd_doc_type_name=d.document_type[t].gltd_doc_type_name)},d.AddDocumenDetailtGrid=function(){d.Doc_table=!0,""!=d.block4.gltd_doc_type&&null!=d.block4.gltd_doc_type&&""!=d.block4.gltd_doc_no&&null!=d.block4.gltd_doc_no?(d.disableUpdate=!1,d.url=c.docUrl+"sis/Images/UploadedFiles/",d.gltd_attribute1=d.url+d.gltd_attr1,d.doc_detail_data.push({gltd_comp_code:l,gltd_doc_type:d.block4.gltd_doc_type,gltd_doc_type_name:d.block4.gltd_doc_type_name,gltd_doc_no:d.block4.gltd_doc_no,gltd_remarks:d.block4.gltd_remarks,gldd_doc_amount_debit:d.block4.gldd_doc_amount_debit,gltd_attribute1:d.gltd_attr1}),d.block4.gltd_doc_type="",d.block4.gltd_doc_no="",d.block4="",d.sims_invoice_image1="",d.gltd_attribute1=""):swal({title:"Alert",text:"Doc type & Doc no was not entered, please re-attach the document",showCloseButton:!0,width:400}),d.doc_data=!1},d.downPdf=function(e){e=c.docUrl+d.mainUrl.replace(/\/[^/]+$/,"/")+e;window.open(e,"_new")},d.Doc_detailCancel=function(){d.doc_data=!1,d.block4=""},d.DOC_update_grid=function(e){d.block4=JSON.parse(JSON.stringify(e)),d.temp1obj=e,d.Doc_add=!1,d.Doc_update=!0},d.Delete_doc_Grid=function(e,t,a,o){d.enable_update(),e.splice(a,1)},d.chk_doc_details=function(){var e=d.temp.temp_chk_doc_details;d.block4="",d.gltd_attribute1="",d.sims_invoice_image1="",1==e?(d.doc_data=!0,d.Doc_table=!0,d.doc_type_combo=!0,d.doc_type_input=!0,d.Doc_add=!0,d.Doc_update=!1):(d.doc_data=!1,d.Doc_table=!1,d.doc_type_combo=!1,d.doc_type_input=!1)},$("#fileLabel").html());function f(){$("input[type=file]").change(function(){var e=this.files,t=$(this).parent();1<e.length?(console.log(this.files,1),t.text("Sorry, multiple files are not allowed")):t.html(e[0].name+' <span class="sml">type: '+e[0].type+", "+Math.round(e[0].size/1024)+" KB</span>")})}$(document).ready(function(){function e(){$("input[type=file]").change(function(){var e=this.files,t=$(this).parent();1<e.length?(console.log(this.files,1),t.text("Sorry, multiple files are not allowed")):t.html(e[0].name+' <span class="sml">type: '+e[0].type+", "+Math.round(e[0].size/1024)+" KB</span>")})}e(),$("input[type=file]").on("focus",function(){$(this).parent().addClass("focus")}),$("input[type=file]").on("blur",function(){$(this).parent().removeClass("focus")}),$("#clearButton").on("click",function(){$("#file").val(""),$("#fileLabel").html(h),$("input[type=file]").trigger("blur"),setTimeout(function(){e(),$("input[type=file]").trigger("focus")},100)}),$("#cancelButton").on("click",function(){$("#file").val(""),$("#fileLabel").html(h),$("input[type=file]").trigger("blur"),setTimeout(function(){e(),$("input[type=file]").trigger("focus")},100)}),$("#clearQbutton").on("click",function(){$("#file").val(""),$("#fileLabel").html(h),$("input[type=file]").trigger("blur"),setTimeout(function(){e(),$("input[type=file]").trigger("focus")},100)}),$("#prepareButton").on("click",function(){$("#file").val(""),$("#fileLabel").html(h),$("input[type=file]").trigger("blur"),setTimeout(function(){e(),$("input[type=file]").trigger("focus")},100)}),$("#verifyButton").on("click",function(){$("#file").val(""),$("#fileLabel").html(h),$("input[type=file]").trigger("blur"),setTimeout(function(){e(),$("input[type=file]").trigger("focus")},100)}),$("#authorizeButton").on("click",function(){$("#file").val(""),$("#fileLabel").html(h),$("input[type=file]").trigger("blur"),setTimeout(function(){e(),$("input[type=file]").trigger("focus")},100)})}),d.reset=function(){d.temp1.gltd_doc_narr1="",d.edt5.master_acno=null,d.edt5.sims_dep=null,d.edt5.sims_dep="",d.temp.gltd_cheque_No=null,d.temp.gltd_cheque_No="",d.temp.gltd_paid_to=null,d.Bankdetails=[],d.totalfinal="",d.Bankdetails.push({gldd_vat_enable:"Y"==m,gldd_include_vat:!1,sllc_ldgr_code:"00",vat_details:!1,gldd_doc_amount:0,gldd_doc_vat_amt:0}),setTimeout(function(){$("#0_account_code").select2()},100),d.doc_detail_data=[],d.temp1.gltd_paid_to="",d.edt5.sims_dep=null,d.edt5.sims_dep="",d.getSLAccNo(d.Bankdetails[d.Bankdetails.length-1],d.Bankdetails.length-1)},d.isValidKey=function(e){var t=e.which||e.keyCode,a=String.fromCharCode(t);return/[\d,\.]/.test(a)||8===t?"."!==a||!e.target.value.includes(".")||(e.preventDefault(),!1):/[\d,\.-]/.test(a)||8===t?"-"!==a||!e.target.value.includes("-")||(e.preventDefault(),!1):(/[\d,\.-]/.test(a)||8===t)&&("-"!==a||!e.target.value.includes("-"))||(e.preventDefault(),!1)},d.validatedeciamals=function(e,t,a){var o,s=a.gldd_doc_amount_credit.indexOf(".");-1!==s&&(o=a.gldd_doc_amount_credit.slice(0,s),a=a.gldd_doc_amount_credit.slice(s+1,s+3),d.prdocdata[t].gldd_doc_amount_credit=o+"."+a)},d.Docno="0",d.insertDocuments=function(){var e=[],t=1;if(1==d.msg1&&0<d.doc_detail_data.length){for(var a=0;a<d.doc_detail_data.length;a++){var o={gltd_remarks:d.doc_detail_data[a].gltd_remarks,gltd_doc_type:d.doc_detail_data[a].gltd_doc_type,gltd_doc_no:d.doc_detail_data[a].gltd_doc_no,gldd_doc_amount_debit:d.doc_detail_data[a].gldd_doc_amount_debit,gldd_doc_amount_credit:d.doc_detail_data[a].gldd_doc_amount_credit,gltd_comp_code:d.doc_detail_data[a].gltd_comp_code,gltd_doc_code:d.temp.gltd_doc_code,gltd_prov_doc_no:d.prvno,gldd_final_doc_no:d.Docno,gltd_attribute1:d.doc_detail_data[a].gltd_attribute1,gltd_doc_line_no:t};t++,e.push(o)}_.post(c.apiUrl+"api/JVCreation/Insert_JV_document_details",e).then(function(e){d.chk_msg=e.data,d.reset(),d.doc_detail_data=[]})}},d.insertDocuments2=function(){var e=[],t=1;if(1==d.msg1&&0<d.doc_detail_data.length){for(var a=0;a<d.doc_detail_data.length;a++){var o={gltd_remarks:d.doc_detail_data[a].gltd_remarks,gltd_doc_type:d.doc_detail_data[a].gltd_doc_type,gltd_doc_no:d.doc_detail_data[a].gltd_doc_no,gldd_doc_amount_debit:d.doc_detail_data[a].gldd_doc_amount_debit,gldd_doc_amount_credit:d.doc_detail_data[a].gldd_doc_amount_credit,gltd_comp_code:d.doc_detail_data[a].gltd_comp_code,gltd_doc_code:d.temp.gltd_doc_code,gltd_prov_doc_no:d.prvno,gldd_final_doc_no:d.Docno,gltd_attribute1:d.doc_detail_data[a].gltd_attribute1,gltd_doc_line_no:t};t++,e.push(o)}_.post(c.apiUrl+"api/JVCreation/Insert_JV_document_details",e).then(function(e){d.chk_msg=e.data,d.Show()})}},d.ddt={},d.file_changed=function(e,t){if(10485760<e.files[0].size)swal({title:"Alert",text:"File size exceeds 10MB. Please choose a smaller file.",showCloseButton:!0,width:380}),$("#file").val(""),$("#fileLabel").html(h),$("input[type=file]").trigger("blur"),setTimeout(function(){f(),$("input[type=file]").trigger("focus")},100);else{var a=e.files[0];if(["application/pdf","application/vnd.ms-excel","application/vnd.openxmlformats-officedocument.spreadsheetml.sheet","text/plain","application/vnd.openxmlformats-officedocument.presentationml.presentation","application/vnd.openxmlformats-officedocument.wordprocessingml.document","application/vnd.ms-powerpoint","image/jpeg","image/png","image/jpg","message/rfc822","application/vnd.ms-outlook","application/octet-stream","","octet-stream","msg"].includes(a.type)){$("#loader").modal({backdrop:"static",keyboard:!1}),d.doc_data=!0,d.ddt.fileName1=e.files[0].name,b=e.files[0],v=e.files,d.photo_filename=d.ddt.fileName1,d.filename111=d.ddt.fileName1;e.files[0].name.split(".")[0];a=d.photo_filename.split(".");if(d.photo_filename.split(".")[a.length-1],d.edt1={sims_timetable_filename:d.photo_filename},$.extend(d.ddt,d.edt1),d.photo_filename=b.type,v.length){w=new FormData;for(var o=0;o<v.length;o++){v[o].name;w.append(v[o].name,v[o],"Web\\"+v[o].name.replace(/\s/g,""))}}e=new FileReader;e.onload=function(t){d.$apply(function(){d.prev_img=t.target.result,k=d.filename111.split(".").pop(),C=Math.floor(1e4+9e4*Math.random()),d.filename=d.filename111.replace("."+k,"")+"~~"+C,d.strd=d.filename;d.photo_filename.split("/")[1];d.filename1=d.filename,null==d.photo_filename&&swal({title:"Alert",text:"Please Select File",width:300,height:200});var e={method:"POST",url:c.apiUrl+"api/file/upload?filename="+d.filename1+"&location=/UploadedFiles",data:w,headers:{"Content-Type":void 0}};_(e).success(function(e){d.mainUrl=e,d.mainUrl=d.mainUrl.replace(/Content\//,""),c.AWS.includes(_.defaults.headers.common.schoolId)&&(e=e.substring(e.lastIndexOf("/")+1)),setTimeout(function(){$("#loader").modal("hide")},2e3),d.showFileName=!0,d.filename1=e,d.gltd_attr1=e,null!=d.filename1&&""!=d.filename1&&null!=d.filename1||(d.showFileName=!1),d.ticketdoc=d.filename1},function(){alert("Err")}),angular.forEach(angular.element("input[type='file']"),function(e){angular.element(e).val(null)})})},new Date;d.filename=b.name,e.readAsDataURL(b),d.uploadloading=!1}else swal({title:"Alert",text:"Only PDF, Excel, Word, PPT, Images are allowed.",showCloseButton:!0,width:380}),$("#file").val(""),$("#fileLabel").html(h),$("input[type=file]").trigger("blur"),setTimeout(function(){f(),$("input[type=file]").trigger("focus")},100)}},d.getTheFiles=function(e){angular.forEach(e,function(e,t){o.append(t,e)})},d.Doc_UpdateMasterDataInGrid=function(){if(d.temp1_obj=d.block4,""!=d.block4.gltd_doc_type&&null!=d.block4.gltd_doc_type&&""!=d.block4.gltd_doc_no&&null!=d.block4.gltd_doc_no)for(var e=0;e<d.doc_detail_data.length;e++)d.doc_detail_data[e].$$hashKey==d.temp1obj.$$hashKey&&(d.url=c.docUrl+"sis/Images/UploadedFiles/",d.gltd_attribute1=d.url+d.gltd_attr1,d.doc_detail_data[e].gltd_remarks=d.block4.gltd_remarks,d.doc_detail_data[e].gltd_doc_no=d.block4.gltd_doc_no,d.doc_detail_data[e].gldd_doc_amount_debit=d.block4.gldd_doc_amount_debit,d.doc_detail_data[e].gltd_attribute1=d.gltd_attr1);d.Doc_add=!0,d.Doc_update=!1,d.block4="",d.sims_invoice_image1="",d.gltd_attribute1=""},d.show_bills=function(){var e;document.getElementById("mainchk").checked=!1,"00"==d.edt.sllc_ldgr_code||null==d.edt.sllc_ldgr_code||""==d.edt.sllc_ldgr_code?swal({text:"Please Select Except General Ledger",imageUrl:"assets/img/close.png",width:300,height:200}):d.edt.gldd_acct_code?(e={gldd_comp_code:l,finance_year:r,gldd_doc_code:d.temp.gltd_doc_code,gldd_ledger_code:d.edt.sllc_ldgr_code,gldd_acct_code:d.edt.gldd_acct_code,gldd_party_ref_no:d.edt1.gldd_acct_code},d.Billdetailsdata=[],$("#Billdetails").modal("show"),_.post(c.apiUrl+"api/BankPayment/BillDetails",e).then(function(e){if(d.billdata=e.data,d.billdata)for(var t=0;t<d.billdata.length;t++)d.Billdetailsdata.push(d.billdata[t]);else d.Billdetailsdata=[]})):swal({text:"Please Select Account Name",imageUrl:"assets/img/close.png",width:300,height:200})},d.CheckAllChecked=function(){var e=document.getElementById("mainchk");if(d.Bankdetails=[],1==e.checked)for(var t=0;t<d.Billdetailsdata.length;t++)d.Billdetailsdata[t].voucher_check=!0,d.row1="row_selected",$("tr").addClass("row_selected"),d.voucherdata.push(d.Billdetailsdata[t]);else for(t=0;t<d.Billdetailsdata.length;t++)d.Billdetailsdata[t].voucher_check=!1,e.checked=!1,d.row1="",$("tr").removeClass("row_selected")},d.voucherdata=[],d.selectonebyone=function(e,t){d.Bankdetails=[],1==t.voucher_check&&d.voucherdata.push(t)},d.btn_Add=function(){$("#Billdetails").modal("hide");for(var e=document.getElementById("mainchk"),t=0;t<d.voucherdata.length;t++)1==d.voucherdata[t].voucher_check&&d.Bankdetails.push(d.voucherdata[t]);for(var a=d.total=0;a<d.Bankdetails.length;a++)d.total=parseFloat(parseFloat(d.total)+parseFloat(d.Bankdetails[a].gldd_doc_amount)).toFixed(3);e.checked=!1},d.ShowAmountDetails=function(e){d.supplierdetails=!1,d.othersupplierdetails=!1,e.doc_code=d.temp3.gltd_doc_code,e.finance_year=r,_.post(c.apiUrl+"api/BankPayment/ShowAmountDetails",e).then(function(e){d.Amountdetails=e.data,console.log(d.Amountdetails)})},d.ShowPendingAmountDetails=function(e){d.supplierdetails=!1,d.pendingsupplierdetails=!1,e.doc_code=d.temp3.gltd_doc_code,e.finance_year=r,_.post(c.apiUrl+"api/BankPayment/ShowPendingAmountDetails",e).then(function(e){d.PendingAmountdetails=e.data})},d.complete=function(){$("#DocNarration").autocomplete({source:d.DocNarr})},d.back=function(){d.supplierdetails=!0,d.pendingsupplierdetails=!0,d.othersupplierdetails=!0}}])}(),function(){"use strict";var e=angular.module("sims.module.Finance");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("UpdateVoucherCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(o,e,t,a,s,n,i){o.pagesize="5",o.edt=[],o.operation=!0,o.table1=!0,o.save1=!0,o.Add=!0,o.norecord=!1,o.block1=[];var d=t.globals.currentUser.username,_=(o.finnDetail=JSON.parse(window.localStorage.Finn_comp),o.finnDetail.company),c=o.finnDetail.year;o.comcode=_,o.Update=!1,a(function(){$("#fixTable").tableHeadFixer({top:1})},100),a(function(){$("#fixTable1").tableHeadFixer({top:1})},100),n.get(i.apiUrl+"api/JVCreation/getDocCodeJV?comp_code="+_+"&finance_year="+c).then(function(e){o.getDocCode=e.data,o.doCode=!0}),o.getprovno=function(){n.get(i.apiUrl+"api/JVCreation/Get_provno?doccode="+o.block1.gltd_doc_code+"&comp_code="+_+"&fyear="+c+"&user="+d).then(function(e){o.prnumber=e.data})},o.Show=function(e,t,a){void 0===o.block1.gltd_doc_code||""===o.block1.gltd_doc_code?(o.flag1=!0,swal({title:"Alert",text:"Please select Document Code",showCloseButton:!0,width:380})):void 0===o.block1.gltd_prov_doc_no||""===o.block1.gltd_prov_doc_no?(o.flag1=!0,swal({title:"Alert",text:"Please select Provision Number",showCloseButton:!0,width:380})):n.get(i.apiUrl+"api/JVCreation/getAllRecords?doccode="+o.block1.gltd_doc_code+"&prnumber="+o.block1.gltd_prov_doc_no+"&comp_code="+_).then(function(e){o.prdocdata=e.data,o.totalDebit=0;for(var t=o.totalcredit=0;t<o.prdocdata.length;t++)0===t&&(o.gltd_doc_narr1=o.prdocdata[t].gltd_doc_narr,o.gltd_remarks1=o.prdocdata[t].gltd_remarks,o.edt.gltd_doc_date=o.prdocdata[t].gltd_doc_date,o.edt.gltd_post_date=o.prdocdata[t].gltd_post_date),o.edt.gltd_doc_narr=o.gltd_doc_narr1,o.edt.gltd_remarks=o.gltd_remarks1,o.totalDebit=o.totalDebit+parseFloat(o.prdocdata[t].gldd_doc_amount_debit),o.totalcredit=parseFloat(o.totalcredit)+parseFloat(o.prdocdata[t].gldd_doc_amount_credit)})},o.Ok=function(){o.flag=!1;for(var e=[],t=0;t<o.prdocdata.length;t++)0===t&&("undefined"!==o.edt.gltd_doc_narr&&"undefined"!==o.edt.gltd_remarks||(o.edt.gltd_doc_narr="",o.edt.gltd_remarks=""),o.gltd_doc_narr1===o.edt.gltd_doc_narr&&o.gltd_remarks1===o.edt.gltd_remarks||(o.data={gldd_comp_code:o.prdocdata[t].gldd_comp_code,gldd_doc_code:o.prdocdata[t].gldd_doc_code,gltd_prov_doc_no:o.prdocdata[t].gltd_prov_doc_no,gltd_final_doc_no:o.prdocdata[t].gltd_final_doc_no,gltd_doc_narr:o.edt.gltd_doc_narr,gltd_remarks:o.edt.gltd_remarks,gldd_line_no:o.prdocdata[t].gldd_line_no,opr:"A",opr_upd:"TDC"},e.push(o.data))),o.prdocdata[t].gldd_doc_narr!==o.prdocdata[t].gldd_doc_narr_old&&(o.data={gldd_comp_code:o.prdocdata[t].gldd_comp_code,gldd_doc_code:o.prdocdata[t].gldd_doc_code,gltd_prov_doc_no:o.prdocdata[t].gltd_prov_doc_no,gltd_final_doc_no:o.prdocdata[t].gltd_final_doc_no,gltd_doc_narr:o.prdocdata[t].gldd_doc_narr,gltd_remarks:o.prdocdata[t].gltd_remarks,gldd_line_no:o.prdocdata[t].gldd_line_no,opr:"A",opr_upd:"TDL"},e.push(o.data));$("#loader").modal({backdrop:"static",keyboard:!1}),n.post(i.apiUrl+"api/JVCreation/UpdateVoucherCUD",e).then(function(e){o.msg1=e.data,!0===o.msg1?(swal({title:"Alert",text:"Record Updated Successfully",showCloseButton:!0,width:380}),o.edt=[],o.prdocdata=[]):!1===o.msg1?swal({title:"Alert",text:"Record Not Updated. ",showCloseButton:!0,width:380}):swal("Error-"+o.msg1),$("#loader").modal("hide"),$(".modal-backdrop").removeClass("modal-backdrop")})}}])}(),function(){"use strict";var m,p=[],e=angular.module("sims.module.Finance");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("CompanyMasterfinCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(o,e,t,a,s,n,i){o.pagesize="10",o.pageindex="0",o.pager=!0,o.div_hide=!1,o.display=!1,o.display1=!1,o.grid=!0,o.save1=!1,o.value=!1,o.itemsPerPage="5",o.filteredTodos=[],o.currentPage=1,o.numPerPage=10,o.maxSize=10;r=(r=t.globals.currentUser.username).toLowerCase(),o.finnDetail=JSON.parse(window.localStorage.Finn_comp);var d,c=o.finnDetail.company,l=o.finnDetail.year,r=(o.user_access=[],o.appcode=e.current.name.split("."),t.globals.currentUser.username);o.mindept=function(e){o.minvalue=e},o.maxdept=function(e){o.maxvalue=e},n.get(i.apiUrl+"api/AlertTransaction/Get_user_access_rights?username="+r+"&appl_code="+o.appcode[1]).then(function(e){o.user_rights=e.data;for(var t=0;t<o.user_rights.length;t++)0==t&&(o.user_access.data_read=o.user_rights[t].comn_user_read,o.user_access.data_insert=o.user_rights[t].comn_user_insert,o.user_access.data_update=o.user_rights[t].comn_user_update,o.user_access.data_delete=o.user_rights[t].comn_user_delete,o.user_access.data_massupdate=o.user_rights[t].comn_user_massupdate,o.user_access.is_admin=o.user_rights[t].comn_user_admin)}),setTimeout(function(){$("#PF_Posting").select2(),$("#Sales_Tax_Posting").select2(),$("#VAT_Posting").select2(),$("#Input_VAT_Posting").select2(),$("#VAT_Roundup_Posting").select2(),$("#languages").select2(),$("#final_pl_acct").select2()},100),a(function(){$("#Table1").tableHeadFixer({top:1})},100),n.get(i.apiUrl+"api/finance/getAllCompanies_New").then(function(e){o.obj=e.data;for(var t=0;t<o.obj.length;t++)o.obj[t].icon="fa fa-plus-circle";o.totalItems=o.obj.length,o.todos=o.obj,o.makeTodos(),o.myForm.$setPristine(),o.myForm.$setUntouched()}),n.get(i.apiUrl+"api/finance/getFinPeriodDetails_New").then(function(e){o.obj=e.data;for(var t=0;t<o.obj.length;t++)o.obj[t].icon="fa fa-plus-circle";o.totalItems=o.obj.length,o.todos=o.obj,o.makeTodos(),o.myForm.$setPristine(),o.myForm.$setUntouched()}),n.get(i.apiUrl+"api/BankPayment/GetAllGLAccountNos?glma_accountcode=null&cmpnycode="+c+"&fyear="+l).then(function(e){o.GlACNO=e.data}),o.makeTodos=function(){var e=parseInt(o.totalItems%o.numPerPage),e=(o.pagersize="0"==e?parseInt(o.totalItems/o.numPerPage):parseInt(o.totalItems/o.numPerPage)+1,(o.currentPage-1)*o.numPerPage),t=parseInt(e)+parseInt(o.numPerPage);o.filteredTodos=o.todos.slice(e,t)},o.size=function(e){"All"==e?(o.currentPage="1",o.filteredTodos=o.obj,o.pager=!1):(o.pager=!0,o.pagesize=e,o.currentPage=1,o.numPerPage=e),o.makeTodos()},o.index=function(e){o.pageindex=e,o.currentPage=e,o.makeTodos()},n.get(i.apiUrl+"api/finance/getComCode").then(function(e){o.compcode=e.data}),o.currency=function(e){n.get(i.apiUrl+"api/finance/getCurrencydesc?contrycode="+e).then(function(e){o.currencyDesc=e.data})},o.edit=function(e){c=e.comp_code,o.postingMethod(),o.vatReportingPeriods(),o.getMonths(c),o.getFinancialPeriods(),0==o.user_access.data_update?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(o.value=!0,o.display=!0,o.display1=!1,o.grid=!1,o.save1=!1,o.update1=!0,o.delete1=!1,o.edt=e,o.currency(e.comp_cntry_code),$("#PF_Posting").select2("val",e.comp_pf_posting_account_code),$("#Sales_Tax_Posting").select2("val",e.comp_sales_tax_posting_account_code),$("#VAT_Posting").select2("val",e.comp_vat_posting_account_code),$("#Input_VAT_Posting").select2("val",e.comp_input_vat_posting_account_code),$("#VAT_Roundup_Posting").select2("val",e.comp_vat_roundup_posting_account_code),$("#final_pl_acct").select2("val",e.comp_final_pl_acct),o.edt.vat_percentage=e.comp_vat_per,n.get(i.apiUrl+"api/finance/getFinPeriodDetails_New?comp_code="+c).then(function(e){o.finPeriodDetails=[],o.finPeriodDetails=e.data;for(var t=0;t<o.get_month.length;t++){for(var a=0;a<o.finPeriodDetails.length;a++)o.get_month[t].glfp_prd_no===o.finPeriodDetails[a].glfp_prd_no&&(o.get_month[t].vat_reporting_period=o.finPeriodDetails[a].vat_reporting_period,"Y"===o.finPeriodDetails[a].glfp_status?o.get_month[t].isChecked=!0:o.get_month[t].isChecked=!1);o.get_month[t].comp_code=c}}))},o.valid365=function(e){365<e?(swal("","Renuwal Remind days should be less than 365"),o.edt.comp_incorporation_renewal_remind_days=""):o.edt.comp_incorporation_renewal_remind_days=e},n.get(i.apiUrl+"api/finance/getAllCountryName").then(function(e){o.countryNames=e.data}),o.Update=function(e){var a=[];o.edt.opr="U",a.push(o.edt),n.post(i.apiUrl+"api/finance/InsertUpdate_CompanyMaster_new",a).then(function(t){1==t.data?n.post(i.apiUrl+"api/finance/Update_Vat_Period",o.get_month).then(function(e){1==e.data?(swal("","Record Updated Successfully"),o.maindata()):0==t.data&&(a=[],swal("","Record Not Updated. "))}):swal("Error-Master table not updated properly"),o.display=!1,o.grid=!0}),o.myForm.$setPristine()},o.Save=function(e){var a=[];a.push(o.edt),o.edt.opr="I",n.post(i.apiUrl+"api/finance/InsertUpdate_CompanyMaster_new",a).then(function(t){if(1==t.data){for(var e=0;e<o.get_month.length;e++)o.get_month[e].comp_code=o.edt.comp_code;n.post(i.apiUrl+"api/finance/Insert_Vat_Period",o.get_month).then(function(e){1==e.data?(swal("","Record Inserted Successfully"),o.maindata()):0==t.data&&(a=[],swal("","Record Not Inserted. "))})}else swal("Error-Master table not updated properly");o.display=!1,o.grid=!0})},o.postingMethod=function(){n.get(i.apiUrl+"api/finance/getPostingMethod_New").then(function(e){o.post_method=e.data})},o.vatReportingPeriods=function(){n.get(i.apiUrl+"api/finance/getVatReportingPeriods_New").then(function(e){o.vat_reportperiod=e.data})},o.getMonths=function(e){n.get(i.apiUrl+"api/finance/getMonth_New?comp_code="+e).then(function(e){o.get_month=e.data;for(var t=0;t<o.get_month.length;t++)o.get_month[t].isChecked=!1,o.get_month[t].vat_reporting_period=""})},o.getFinancialPeriods=function(){n.get(i.apiUrl+"api/finance/getFinancialYear_New").then(function(e){o.finance_year=e.data})},o.New=function(){o.postingMethod(),o.vatReportingPeriods(),c="1",o.getMonths(c),o.getFinancialPeriods(),0==o.user_access.data_insert?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):($("#PF_Posting").select2("val",""),$("#Sales_Tax_Posting").select2("val",""),$("#VAT_Posting").select2("val",""),$("#Input_VAT_Posting").select2("val",""),$("#VAT_Roundup_Posting").select2("val",""),$("#languages").select2("val",""),$("#final_pl_acct").select2("val",""),$("#vat_percentage").val("0"),o.display=!0,o.display1=!1,o.grid=!1,o.save1=!0,o.value=!1,o.update1=!1,o.delete1=!1,o.vat_percentage=!0,o.edt="",o.edt.comp_vat_per=0)},o.cancel=function(){o.grid=!0,o.display=!1,o.maindata(),o.myForm.$setPristine(),o.myForm.$setUntouched()},o.maindata=function(){n.get(i.apiUrl+"api/finance/getAllCompanies_New").then(function(e){o.obj=e.data,o.div_hide=!1,o.display=!1,o.grid=!0,o.save1=!1,o.totalItems=o.obj.length,o.todos=o.obj,o.makeTodos();for(var t=0;t<o.obj.length;t++)o.obj[t].icon="fa fa-plus-circle"})},o.multipledelete=function(){m=document.getElementById("mainchk");for(var e=0;e<o.filteredTodos.length;e++){var t=document.getElementById(o.filteredTodos[e].comp_code+e);o.color="",1==m.checked?(t.checked=!0,o.color="#edefef",$("tr").addClass("row_selected")):(t.checked=!1,m.checked=!1,$("tr").removeClass("row_selected"),o.color="")}},o.delete_onebyone=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),o.color="#edefef"}),1==(m=document.getElementById("mainchk")).checked&&(m.checked=!1)},o.Delete=function(){if(0==o.user_access.data_delete)swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200});else{p=[],o.flag=!1;for(var e=0;e<o.filteredTodos.length;e++)1==document.getElementById(o.filteredTodos[e].comp_code+e).checked&&(o.filteredTodos[e].opr="D",p.push(o.filteredTodos[e]),o.flag=!0);o.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)n.post(i.apiUrl+"api/finance/CUDCompanyMaster_new",p).then(function(e){o.msg1=e.data,1==o.msg1?swal({title:"Alert",text:"Record Deleted Successfully",showCloseButton:!0,width:380}).then(function(e){e&&(o.maindata(),1==(m=document.getElementById("mainchk")).checked)&&(m.checked=!1,o.row1="")}):0==o.msg1?(swal({title:"Alert",text:"Record Not Deleted. ",showCloseButton:!0,width:380}).then(function(e){e&&(o.maindata(),1==(m=document.getElementById("mainchk")).checked)&&(m.checked=!1,o.row1="")}),o.multipledelete()):swal("Error-"+o.msg1)});else for(var t=0;t<o.filteredTodos.length;t++){var a=document.getElementById(o.filteredTodos[t].comp_code+t);1==a.checked&&(a.checked=!1,m.checked=!1,$("tr").removeClass("row_selected"))}}):swal({title:"Alert",text:"Please Select Atleast One Record",showCloseButton:!0,width:380}),o.currentPage=!0}},$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0,format:"yyyy-mm-dd"}),$(document).on("touch click",'*[data-datepicker="true"] .add-on',function(e){$('input[type="text"]',$(this).parent()).focus()});o.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).comp_code.toLowerCase().indexOf(t.toLowerCase())||-1<e.comp_name.toLowerCase().indexOf(t.toLowerCase())||-1<e.comp_short_name.toLowerCase().indexOf(t.toLowerCase());var t})},o.search=function(){o.todos=o.searched(o.obj,o.searchText),o.totalItems=o.todos.length,o.currentPage="1",""==o.searchText&&(o.todos=o.obj),o.makeTodos()},o.flag=!0,o.expand=function(e,t){if(1==o.flag)$(d).remove(),e.icon="fa fa-minus-circle",d=$("<tr id='innerRow'><td class='details' colspan='11'><table class='table table-hover table-bordered table-condensed' cellpadding='5' cellspacing='0'><tbody><tr style='background-color: #edefef'><td class='semi-bold'>Country Code </td><td class='semi-bold'>Currency Code</td> <td class='semi-bold'>Currency Decimal </td><td class='semi-bold'>Dept. Max.</td><td class='semi-bold'>Dept. Min.</td><td class='semi-bold'>Address Line1</td></tr><tr><td class='v-align-middle'>"+e.comp_cntry_name+" </td><td>"+e.comp_curcy_name+"</td><td class='v-align-middle'>"+e.comp_curcy_dec+" </td><td>"+e.comp_max_dept+"</td><td>"+e.comp_min_dept+"</td><td>"+e.comp_addr_line1+"</td> </tr><tr style='background-color: #edefef'> <td class='semi-bold'>Address Line2 </td><td class='semi-bold'>Address Line3</td> <td class='semi-bold'>Telephone No.</td><td class='semi-bold'>Fax No. </td><td class='semi-bold'>Email</td><td class='semi-bold'>Web Site </td></tr><tr><td>"+e.comp_addr_line2+" </td><td>"+e.comp_addr_line3+"</td><td>"+e.comp_tel_no+"</td><td>"+e.comp_fax_no+"</td><td>"+e.comp_email+"</td><td>"+e.comp_web_site+" </td></tr><tr style='background-color: #edefef'> <td class='semi-bold'>Incorporation No. </td><td class='semi-bold'>Incorporation Reg Date</td> <td class='semi-bold'>Incorporation Renewal Date</td><td class='semi-bold'>PF No. </td><td class='semi-bold'>PF Reg. Date </td> <td class='semi-bold'>PF Posting A/c </td></tr><tr><td>"+e.comp_incorporation_number+" </td><td>"+e.comp_incorporation_reg_date+"</td><td>"+e.comp_incorporation_renewal_date+"</td><td>"+e.comp_incorporation_renewal_remind_days+"</td><td>"+e.comp_pf_number+"</td><td>"+e.comp_pf_reg_date+" </td><td>"+e.comp_pf_posting_account_code+" </td></tr><tr style='background-color: #edefef'> <td class='semi-bold'>Sales TAX No</td> <td class='semi-bold'>Sales TAX Reg. Date</td><td class='semi-bold'>Sales TAX Posting A/C </td><td class='semi-bold'>VAT No.</td><td class='semi-bold'>VAT Reg. Date </td><td class='semi-bold'>VAT Posting A/c</td></tr><tr><td>"+e.comp_sales_tax_number+"</td><td>"+e.comp_sales_tax_reg_date+"</td><td>"+e.comp_sales_tax_posting_account_code+"</td><td>"+e.comp_vat_number+"</td><td>"+e.comp_vat_reg_date+" </td><td>"+e.comp_vat_posting_account_code+" </td></tr><tr style='background-color: #edefef'> <td class='semi-bold'>Input VAT Posting A/c </td><td class='semi-bold'>VAT Enable </td><td class='semi-bold'>VAT Roundup Calculation</td> <td class='semi-bold'>VAT Posting Account Code<tr><td>"+e.comp_input_vat_posting_account_code+" </td><td>"+e.include_vat_enable_status+" </td><td>"+e.comp_vat_roundup_calculation+"</td><td>"+e.comp_vat_roundup_posting_account_code+" </table></td></tr>"),$(t.currentTarget).parents("tr").after(d),o.flag=!1;else{$("#innerRow").css({display:"none"});for(var a=0;a<o.obj.length;a++)o.obj[a].icon="fa fa-plus-circle";o.flag=!0}},o.IsChecked=function(){o.edt.include_vat_enable_status?(o.vat_percentage=!1,o.save1?o.edt.comp_vat_per=0:o.edt.comp_vat_per=o.edt.vat_percentage):(o.edt.comp_vat_per=0,o.vat_percentage=!0)}}])}(),function(){"use strict";let r;var e=angular.module("sims.module.Finance");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("InvoiceReceiveableCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV","$filter","AuthenticationService",function(s,e,t,n,a,i,o,d,c){s.pagesize="100",s.printnttn=!1,s.send_multi=!0,s.finnDetail=JSON.parse(window.localStorage.Finn_comp);var l=s.finnDetail.company;s.finnDetail.year;i.get(o.apiUrl+"api/common/getCuriculum").then(function(e){s.cur_data=e.data,s.temp={sims_cur_code:s.cur_data[0].sims_cur_code},s.getAccYear(s.temp.sims_cur_code)}),s.getAccYear=function(e){i.get(o.apiUrl+"api/common/getAcademicYear?curCode="+e).then(function(e){s.Acc_year=e.data,s.temp.sims_academic_year=s.Acc_year[0].sims_academic_year,s.getGrade(s.temp.sims_cur_code,s.temp.sims_academic_year)})},s.getGrade=function(e,t){i.get(o.apiUrl+"api/common/getAllGrades?cur_code="+e+"&academic_year="+t).then(function(e){s.Grade_code=e.data,setTimeout(function(){$("#cmb_grade_code").change(function(){}).multipleSelect({width:"100%",filter:!0,placeholder:"Search document names...",onClose:function(){}}),$("#cmb_grade_code").multipleSelect("checkAll")},1e3)})},s.getSection=function(e,t,a){i.get(o.apiUrl+"api/common/getSectionFromGrade?cur_code="+e+"&academic_year="+t+"&grade_code="+a).then(function(e){s.Section_code=e.data,setTimeout(function(){$("#cmb_section_code").change(function(){}).multipleSelect({width:"100%",filter:!0,placeholder:"Search document names...",onClose:function(){}}),$("#cmb_section_code").multipleSelect("checkAll")},1e3)})},i.get(o.apiUrl+"api/CommDefaulter/GetDefaulterfeeTypes").then(function(e){s.feetypes=e.data,setTimeout(function(){$("#cmb_feeTypes").change(function(){}).multipleSelect({width:"100%",filter:!0,placeholder:"Search document names...",onClose:function(){}})},1e3)}),s.search_textbox=!1,s.disabled_fromdate=!1,s.propertyName=null,s.reverse=!1,s.sortBy=function(e){s.reverse=s.propertyName===e&&!s.reverse,s.propertyName=e},s.ddMMyyyy=d("date")(new Date,"dd-MM-yyyy"),s.edt={from_date:s.ddMMyyyy,to_date:s.ddMMyyyy},s.size=function(e){s.pager=100==e||200==e||300==e,s.pagesize=e,s.currentPage=1,s.numPerPage=e,s.makeTodos()},s.index=function(e){s.pageindex=e,s.currentPage=e,s.makeTodos()},s.makeTodos=function(){var e=parseInt(s.totalItems%s.numPerPage),e=(s.pagersize="0"===e?parseInt(s.totalItems/s.numPerPage):parseInt(s.totalItems/s.numPerPage)+1,(s.currentPage-1)*s.numPerPage),t=parseInt(e)+parseInt(s.numPerPage);s.filteredTodos=s.todos.slice(e,t)},s.filteredTodos=[],s.currentPage=1,s.numPerPage=100,s.maxSize=100,s.createdate=function(e){""!=s.edt.from_date&&s.edt.from_date>s.edt.to_date&&(swal({title:"Please Select future Date",width:380,height:100}),s.edt.to_date="")},n(function(){$("#fixTable").tableHeadFixer({top:1})},100),n(function(){$("#fixTable1").tableHeadFixer({top:1})},100),i.get(o.apiUrl+"api/JVCreation/GetReportUrl?opr=J&sub_opr=SRI").then(function(e){s.final_doc_url=e.data}),i.get(o.apiUrl+"api/JVCreation/GetReportUrl?opr=J&sub_opr=SRI1").then(function(e){s.final_doc_url1=e.data}),s.Show=function(){void 0!==s.edt.search&&""!==s.edt.search||(s.edt.search=""),s.grades="",s.sections="",s.fee_type="";for(let e=0;e<s.temp.sims_grade_code.length;e++)s.grades=s.grades+s.temp.sims_grade_code[e]+",";for(let e=0;e<s.temp.sims_section_code.length;e++)s.sections=s.sections+s.temp.sims_section_code[e]+",";for(let e=0;e<s.temp.sims_fee_code.length;e++)s.fee_type=s.fee_type+s.temp.sims_fee_code[e]+",";s.table1=!0,s.filteredTodos=[],s.pagesize="100",s.currentPage=1,s.numPerPage=100,i.get(o.apiUrl+"api/PrintVoucher/getAllInvoiceReceivablePrint?from_date="+s.edt.from_date+"&to_date="+s.edt.to_date+"&search="+s.edt.search+"&comp_code="+l+"&academic_year="+s.temp.sims_academic_year+"&grade_code="+s.grades+"&section_code="+s.sections+"&fee_type="+s.fee_type).then(function(e){s.table1=!0,s.InvoiceReceivable_Data=e.data,0<s.InvoiceReceivable_Data.length?(s.pager=!0,s.countData=[{val:100,data:100},{val:200,data:200},{val:300,data:300},{val:s.InvoiceReceivable_Data.length,data:"All"}],s.totalItems=s.InvoiceReceivable_Data.length,s.todos=s.InvoiceReceivable_Data,s.makeTodos(),s.table1=!0,s.page_index=!0,s.currentPage=1):(swal({title:"Alert",text:"Invoice Not Found",width:300,height:200}),s.page_index=!1,s.pager=!1,s.filteredTodos=[])})},s.report_show=!0,s.print_multiple_voucher=function(){$("#feemodal").modal("show"),s.report_show=!1,s.gltr_our_doc_no="",s.gltr_doc_code="",s.enroll_no="";for(var e=0;e<s.filteredTodos.length;e++){var t=document.getElementById(s.filteredTodos[e].enroll_no+s.filteredTodos[e].gltr_our_doc_no);(!0===s.filteredTodos[e].chk_status||!0===t.checked)&&(s.gltr_doc_code=s.gltr_doc_code+s.filteredTodos[e].gltr_doc_code+",",s.gltr_our_doc_no=s.gltr_our_doc_no+s.filteredTodos[e].gltr_our_doc_no+",",s.enroll_no=s.enroll_no+s.filteredTodos[e].enroll_no+",")}var a={location:s.final_doc_url,parameter:{doc_code:s.gltr_doc_code,doc_no:s.gltr_our_doc_no,search:s.enroll_no},state:"main.INVREC"};window.localStorage.ReportDetails=JSON.stringify(a);try{s.rpt=JSON.parse(window.localStorage.ReportDetails),s.location=s.rpt.location,s.parameter=s.rpt.parameter,s.state=s.rpt.state}catch(e){}var a="SimsReports."+s.location+",SimsReports",o=c.GetRpt_url();console.log(o),s.parameters={},$("#reportViewer1").telerik_ReportViewer({serviceUrl:o,viewMode:telerikReportViewer.ViewModes.INTERACTIVE,scaleMode:telerikReportViewer.ScaleModes.SPECIFIC,scale:1,ready:function(){},parameters:{editors:{multiSelect:telerikReportViewer.ParameterEditorTypes.COMBO_BOX,singleSelect:telerikReportViewer.ParameterEditorTypes.COMBO_BOX}}}),$("#reportViewer1").data("telerik_ReportViewer").reportSource({report:a,parameters:s.parameter}),setInterval(function(){$("#k-item k-state-default k-state-disabled").css({display:"block"}),$(".trv-report-viewer input[type=number]").css({"min-height":"0px"})},1e3),n(function(){$("#k-item k-state-default k-state-disabled").css({display:"block"}),$(".trv-report-viewer input[type=number]").css({"min-height":"0px"})},100)},s.Report=function(e){$("#feemodal").modal("show"),s.report_show=!1;e={location:s.final_doc_url,parameter:{doc_code:e.gltr_doc_code,doc_no:e.gltr_our_doc_no,search:e.enroll_no},state:"main.INVREC",ready:function(){this.refreshReport()}};window.localStorage.ReportDetails=JSON.stringify(e);try{s.rpt=JSON.parse(window.localStorage.ReportDetails),s.location=s.rpt.location,s.parameter=s.rpt.parameter,s.state=s.rpt.state}catch(e){}var e="SimsReports."+s.location+",SimsReports",t=c.GetRpt_url();s.parameters={},$("#reportViewer1").telerik_ReportViewer({serviceUrl:t,viewMode:telerikReportViewer.ViewModes.INTERACTIVE,scaleMode:telerikReportViewer.ScaleModes.SPECIFIC,scale:1,ready:function(){},parameters:{editors:{multiSelect:telerikReportViewer.ParameterEditorTypes.COMBO_BOX,singleSelect:telerikReportViewer.ParameterEditorTypes.COMBO_BOX}}}),$("#reportViewer1").data("telerik_ReportViewer").reportSource({report:e,parameters:s.parameter}),setInterval(function(){$("#k-item k-state-default k-state-disabled").css({display:"block"}),$(".trv-report-viewer input[type=number]").css({"min-height":"0px"})},1e3),n(function(){$("#k-item k-state-default k-state-disabled").css({display:"block"}),$(".trv-report-viewer input[type=number]").css({"min-height":"0px"})},100)},s.check_searchnull=function(){!0===document.getElementById("chkmarks1").checked?s.search_textbox=!0:s.search_textbox=!1},s.check_fromdate=function(){!0===document.getElementById("chkmarks").checked?(s.edt.from_date="",s.disabled_fromdate=!0):(s.disabled_fromdate=!1,s.edt={from_date:s.ddMMyyyy,to_date:s.ddMMyyyy})},s.checkonebyoneselect=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),s.color="#edefef"}),1==(r=document.getElementById("mainchk")).checked&&(r.checked=!1,$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected")}))},s.CheckAllChecked=function(){if(!0===(r=document.getElementById("mainchk")).checked)for(let e=0;e<s.filteredTodos.length;e++)document.getElementById(s.filteredTodos[e].enroll_no+s.filteredTodos[e].gltr_our_doc_no).checked=!0,s.row1="row_selected";else for(let e=0;e<s.filteredTodos.length;e++)document.getElementById(s.filteredTodos[e].enroll_no+s.filteredTodos[e].gltr_our_doc_no).checked=!1,r.checked=!1,s.row1=""},s.checkonebyone=function(){for(let e=0;e<s.filteredTodos.length;e++)!0===s.filteredTodos[e].chk_status&&(s.send_multi=!1)},$(document).on("touch click",'*[data-datepicker="true"] .add-on',function(e){$('input[type="text"]',$(this).parent()).focus()}),s.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).sims_assignment_title.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_subject_name_en.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_grade_name.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_section_name.toLowerCase().indexOf(t.toLowerCase())||e.sims_grade_name===t;var t})},s.search=function(){s.todos=s.searched(s.AssignmentDetailData,s.searchText),s.totalItems=s.todos.length,s.currentPage="1",""===s.searchText&&(s.todos=s.AssignmentDetailData),s.makeTodos()},s.grid_search=function(){s.todos=s.searched1(s.InvoiceReceivable_Data,s.searchText1),s.totalItems=s.todos.length,s.currentPage="1",""===s.searchText&&(s.todos=s.InvoiceReceivable_Data),s.makeTodos()},s.searched1=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).gltr_doc_code.toLowerCase().indexOf(t.toLowerCase())||-1<e.gltr_our_doc_no.toLowerCase().indexOf(t.toLowerCase())||-1<e.gltr_pstng_date.toLowerCase().indexOf(t.toLowerCase())||-1<e.gltr_doc_narr.toLowerCase().indexOf(t.toLowerCase())||-1<e.gltr_tran_amt.toLowerCase().indexOf(t.toLowerCase());var t})},s.search1=function(){s.todos=s.searched1(s.InvoiceReceivable_Data,s.searchText1),s.totalItems=s.todos.length,s.currentPage="1",""===s.searchText1&&(s.todos=s.InvoiceReceivable_Data),s.makeTodos()},s.exportData=function(){swal({title:"Alert",text:"Do you want to Export in MS-Excel?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){e&&(e=new Blob([document.getElementById("rpt_data").innerHTML],{type:"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;charset=utf-8"}),saveAs(e,"report.xls"))})},s.getTemplate=function(){i.get(o.apiUrl+"api/PrintVoucher/getTemplateData").then(function(e){s.template_data=e.data})},$("#text-editor").wysihtml5(),$("#text-editor1").wysihtml5(),s.getbody=function(e){i.get(o.apiUrl+"api/PrintVoucher/getTemplateBodyData?sims_msg_sr_no="+e).then(function(e){s.template_body_data=e.data;var e=s.template_body_data[0].sims_msg_body,t=document.getElementById("text-editor");t.value=e,s.email.sims_msg_body=t.value,s.email.sims_msg_subject=s.template_body_data[0].sims_msg_subject,$("#text-editor").data("wysihtml5").editor.setValue(s.email.sims_msg_body)})},s.getbody1=function(e){i.get(o.apiUrl+"api/PrintVoucher/getTemplateBodyData?sims_msg_sr_no="+e).then(function(e){s.template_body_data=e.data;var e=s.template_body_data[0].sims_msg_body,t=document.getElementById("text-editor1");t.value=e,s.email.sims_msg_body=t.value,s.email.sims_msg_subject=s.template_body_data[0].sims_msg_subject,$("#text-editor1").data("wysihtml5").editor.setValue(s.email.sims_msg_body)})},s.send_report=function(e){$("#view_communication").modal({backdrop:"static",keyboard:!0}),s.getTemplate(),s.report_data_new=[],s.report_data_new=e},s.send_report1=function(){swal({title:"",text:"Are you sure you want to Send Email?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){e&&(e=s.final_doc_url,i.post(c.GetRpt_url().replace("api/reports/","")+"api/PrintVoucher/SendReportEmail?rpt_name="+e+"&doc_code="+s.report_data_new.gltr_doc_code+"&doc_no="+s.report_data_new.gltr_our_doc_no+"&search="+s.report_data_new.enroll_no+"&sims_msg_sr_no="+s.email.sims_msg_sr_no+"&sims_msg_subject="+s.email.sims_msg_subject).then(function(e){s.msg1=e.data,!0===s.msg1?(swal({text:"Email Send Successfully",width:380,imageUrl:"assets/img/check.png",showCloseButton:!0}).then(function(e){e&&(s.Cancel(),s.Show())}),$("#view_communication").modal("hide")):void 0===s.msg1||""===s.msg1||null===s.msg1||!1===s.msg1?(swal({text:"Email Not Send",width:380,imageUrl:"assets/img/close.png",showCloseButton:!0}).then(function(e){e&&(s.Cancel(),s.Show())}),$("#view_communication").modal("hide")):swal("Error-"+s.msg1)}))})},s.send_multiple_report=function(){$("#view_multiple_communication").modal({backdrop:"static",keyboard:!0}),s.getTemplate()},s.generatepdf=function(){swal({title:"",text:"Are you sure you want to Send Email?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e){s.rept_name=s.final_doc_url;for(var t,a=[],o=0;o<s.filteredTodos.length;o++)!0===s.filteredTodos[o].chk_status&&(t={cur_code:s.temp.sims_cur_code,acad_year:s.temp.sims_academic_year,grade_code:s.filteredTodos[o].sims_grade_code,section_code:s.filteredTodos[o].sims_section_code,doc_code:s.filteredTodos[o].gltr_doc_code,doc_no:s.filteredTodos[o].gltr_our_doc_no,search:s.filteredTodos[o].enroll_no,sims_msg_sr_no:s.email.sims_msg_sr_no,sims_msg_subject:s.email.sims_msg_subject},a.push(t));i.post(c.GetRpt_url().replace("api/reports/","")+"api/PrintVoucher/SaveReportNewRakNew?rpt_name="+s.rept_name,a).then(function(e){s.msg1=e.data,!0===s.msg1?swal({text:"Email Send Successfully",showCloseButton:!0,width:500,imageUrl:"assets/img/check.png"}).then(function(e){e&&(s.Cancel(),s.Show())}):swal({text:"Email not send",showCloseButton:!0,width:500,imageUrl:"assets/img/close.png"}).then(function(e){e&&(s.Cancel(),s.Show())}),$("#view_multiple_communication").modal("hide")})}})},s.Cancel=function(){s.email=[],$("#text-editor").data("wysihtml5").editor.clear(),$("#text-editor1").data("wysihtml5").editor.clear()}}])}(),function(){"use strict";var e=angular.module("sims.module.Finance");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("UpdateVoucher_DPSCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(o,e,t,a,s,n,i){o.pagesize="5",o.edt=[],o.operation=!0,o.table1=!0,o.save1=!0,o.Add=!0,o.norecord=!1,o.block1=[];var d=t.globals.currentUser.username,_=(o.finnDetail=JSON.parse(window.localStorage.Finn_comp),o.finnDetail.company),c=o.finnDetail.year;o.comcode=_,o.Update=!1,a(function(){$("#fixTable").tableHeadFixer({top:1})},100),a(function(){$("#fixTable1").tableHeadFixer({top:1})},100),n.get(i.apiUrl+"api/JVCreation/getDocCodeJV_DPS?comp_code="+_+"&finance_year="+c).then(function(e){o.getDocCode=e.data,o.doCode=!0}),o.getprovno=function(){n.get(i.apiUrl+"api/JVCreation/Get_provno?doccode="+o.block1.gltd_doc_code+"&comp_code="+_+"&fyear="+c+"&user="+d).then(function(e){o.prnumber=e.data})},o.Show=function(e,t,a){null==o.block1.gltd_doc_code||""==o.block1.gltd_doc_code?(o.flag1=!0,swal({title:"Alert",text:"Please select Document Code",showCloseButton:!0,width:380})):null==o.block1.gltd_prov_doc_no||""==o.block1.gltd_prov_doc_no?(o.flag1=!0,swal({title:"Alert",text:"Please select Provision Number",showCloseButton:!0,width:380})):n.get(i.apiUrl+"api/JVCreation/getAllRecords?doccode="+o.block1.gltd_doc_code+"&prnumber="+o.block1.gltd_prov_doc_no+"&comp_code="+_).then(function(e){o.prdocdata=e.data,o.totalDebit=0;for(var t=o.totalcredit=0;t<o.prdocdata.length;t++)0==t&&(o.gltd_doc_narr1=o.prdocdata[t].gltd_doc_narr,o.gltd_remarks1=o.prdocdata[t].gltd_remarks,o.edt.gltd_doc_date=o.prdocdata[t].gltd_doc_date,o.edt.gltd_post_date=o.prdocdata[t].gltd_post_date),o.edt.gltd_doc_narr=o.gltd_doc_narr1,o.edt.gltd_remarks=o.gltd_remarks1,o.totalDebit=o.totalDebit+parseFloat(o.prdocdata[t].gldd_doc_amount_debit),o.totalcredit=parseFloat(o.totalcredit)+parseFloat(o.prdocdata[t].gldd_doc_amount_credit)})},o.Ok=function(){o.flag=!1;for(var e=[],t=0;t<o.prdocdata.length;t++)0==t&&("undefined"!=o.edt.gltd_doc_narr&&"undefined"!=o.edt.gltd_remarks||(o.edt.gltd_doc_narr="",o.edt.gltd_remarks=""),o.gltd_doc_narr1==o.edt.gltd_doc_narr&&o.gltd_remarks1==o.edt.gltd_remarks||(o.data={gldd_comp_code:o.prdocdata[t].gldd_comp_code,gldd_doc_code:o.prdocdata[t].gldd_doc_code,gltd_prov_doc_no:o.prdocdata[t].gltd_prov_doc_no,gltd_final_doc_no:o.prdocdata[t].gltd_final_doc_no,gltd_doc_narr:o.edt.gltd_doc_narr,gltd_remarks:o.edt.gltd_remarks,gldd_line_no:o.prdocdata[t].gldd_line_no,opr:"A",opr_upd:"TDC"})),o.prdocdata[t].gldd_doc_narr!=o.prdocdata[t].gldd_doc_narr_old&&(o.data={gldd_comp_code:o.prdocdata[t].gldd_comp_code,gldd_doc_code:o.prdocdata[t].gldd_doc_code,gltd_prov_doc_no:o.prdocdata[t].gltd_prov_doc_no,gltd_final_doc_no:o.prdocdata[t].gltd_final_doc_no,gltd_doc_narr:o.prdocdata[t].gldd_doc_narr,gltd_remarks:o.prdocdata[t].gltd_remarks,gldd_line_no:o.prdocdata[t].gldd_line_no,opr:"A",opr_upd:"TDL"},e.push(o.data));$("#loader").modal({backdrop:"static",keyboard:!1}),n.post(i.apiUrl+"api/JVCreation/UpdateVoucherCUD",e).then(function(e){o.msg1=e.data,1==o.msg1?(swal({title:"Alert",text:"Record Updated Successfully",showCloseButton:!0,width:380}),o.edt=[],o.prdocdata=[]):0==o.msg1?swal({title:"Alert",text:"Record Not Updated. ",showCloseButton:!0,width:380}):swal("Error-"+o.msg1),$("#loader").modal("hide"),$(".modal-backdrop").removeClass("modal-backdrop")})}}])}(),function(){"use strict";var e=angular.module("sims.module.Finance");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("SLQueryCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV","AuthenticationService",function(n,e,t,a,o,i,d,s){n.pagesize="5",n.edt="",n.operation=!0,n.table1=!1,n.addbtn=!0,n.print_pdf=!1,n.btnDelete=!1,n.users=[];n.chkcost_Ac=!1,n.data=[],n.Bankdetails="",n.Bankdetails=[],n.chkcost=!1,n.cost_combo=!1,n.crAmount=0,n.TotalAmount=0,n.drAmount=0,n.edt5=[],t.globals.currentUser.username.toLowerCase();n.finnDetail=JSON.parse(window.localStorage.Finn_comp);var _=n.finnDetail.company,c=n.finnDetail.year,l=new Date,r=l.getDate(),m=l.getMonth()+1,r=(l.getFullYear(),(l=new Date).getDate());t.globals.currentUser.username;r<10&&(r="0"+r);(m=l.getMonth()+1)<10&&(m="0"+m);t=l.getFullYear();n.sdate=r+"-"+m+"-"+t,n.edate=r+"-"+m+"-"+t,n.FromDate=r+"-"+m+"-"+t,n.ToDate=r+"-"+m+"-"+t,n.gifSrc="https://assets.mograsys.com/Images/ModuleImages/bill1.png",n.gifSrc1="https://assets.mograsys.com/Images/ModuleImages/cheque.png",n.isSticky=!0,n.isSticky1=!0,i.get(d.apiUrl+"api/JVCreation/GetReportUrl?opr=J&sub_opr=Single").then(function(e){n.final_doc_url=e.data}),i.get(d.apiUrl+"api/GLSLQuery/getDate_SL_Query?finance_year="+c).then(function(e){n.getDates=e.data,0<n.getDates.length&&(n.sDate=n.getDates[0].sims_financial_year_start_date,n.eDate=n.getDates[0].sims_financial_year_end_date,n.edt={FromDate:n.getDates[0].sims_financial_year_start_date,ToDate:n.getDates[0].sims_financial_year_end_date}),$(document).ready(function(){$("#from_date").kendoDatePicker({format:"dd-MM-yyyy"})}),$(document).ready(function(){$("#to_date").kendoDatePicker({format:"dd-MM-yyyy"})}),console.log(n.getDates)}),n.positivevalue=function(e){return Math.abs(e)},a(function(){$("#fixTable").tableHeadFixer({top:1})},100),a(function(){$("#fixTable1").tableHeadFixer({top:1})},100),n.size=function(e){n.pagesize=e,n.currentPage=1,n.numPerPage=e,n.makeTodos()},n.index=function(e){n.pageindex=e,n.currentPage=e,n.makeTodos()},n.filteredTodos=[],n.currentPage=1,n.numPerPage=5,n.maxSize=5,n.makeTodos=function(){var e=parseInt(n.totalItems%n.numPerPage),e=(n.pagersize="0"==e?parseInt(n.totalItems/n.numPerPage):parseInt(n.totalItems/n.numPerPage)+1,(n.currentPage-1)*n.numPerPage),t=parseInt(e)+parseInt(n.numPerPage);n.filteredTodos=n.todos.slice(e,t)},n.CheckPrintReport=function(){var e={location:n.final_doc_url,parameter:{doc_code:n.temp3.gltd_doc_code,doc_no:n.Docno},state:"main.Fin141"};window.localStorage.ReportDetails=JSON.stringify(e),goToState("main.ReportCardParameter")},n.New=function(){n.operation=!0,n.addbtn=!0,n.updatebtn=!1,n.Delete=!1,n.edt="",n.myForm.$setPristine(),n.myForm.$setUntouched()},$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0,format:"yyyy-mm-dd"}),$(document).on("touch click",'*[data-datepicker="true"] .add-on',function(e){$('input[type="text"]',$(this).parent()).focus()});var p,u,g,h,f,y,b,r=(l=new Date).getDate();(m=l.getMonth()+1)<10&&(m="0"+m),l.getFullYear(),n.getDocs=function(){n.viewdocs=!0,i.get(d.apiUrl+"api/VoucherReversal/getAllDocs?doc_code="+n.temp_doc.gltd_doc_code+"&provnum="+n.temp_doc.gltd_prov_doc_no+"&com_code="+n.temp_doc.gltd_comp_code).then(function(e){n.docsdata=e.data})},n.clearViewDocs=function(){n.docsdata=[],n.viewdocs=!1},n.viewdocdata=function(e){e.includes("https://drive.google.com")?n.url=e:n.url=d.docUrl+i.defaults.headers.common.schoolId+"/Images/UploadedFiles/"+e,window.open(n.url,"_new")},n.getSLAccNo=function(a){n.edt.gldd_acct_code="",i.get(d.apiUrl+"api/BankPayment/GetLedgerCodes?financialyear="+c+"&comp_code="+_).then(function(e){for(var t=0;t<e.data.length;t++)e.data[t].sllc_ldgr_code==a&&(n.ledger_code_name=e.data[t].sllc_ldgr_name.substring(3,30))}),n.getAllAccNos=[],i.get(d.apiUrl+"api/JVCreation/GetSLAccNumber?ldgr_code="+a+"&cmp_cd="+_+"&year="+c).then(function(e){n.getAllAccNos=e.data,n.edt.gldd_acct_code="",$("#cmb_acc_Code3").select2("val","")}),n.getAllAccNos=[]},setTimeout(function(){$("#cmb_acc_Code3").select2()},100),i.get(d.apiUrl+"api/JVCreation/getDocCodeJV?comp_code="+_+"&finance_year="+c).then(function(e){n.geDocCode_jv=e.data,console.log("doc code",n.geDocCode_jv),setTimeout(function(){$("#Cmb_Doc_Code").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"})},1e3)}),n.block2=[],n.getDepartcode=function(e,t){n.block2=[],i.get(d.apiUrl+"api/GLSLQuery/getdataAccountChange?compcode="+_+"&financial_year="+c+"&ledger_code="+e+"&slma_acno="+t).then(function(e){n.accountData=e.data,0<e.data.length&&(n.block2.slma_yob_amt=e.data[0].slma_yob_amt,n.block2.slma_cr_limit=e.data[0].slma_cr_limit,n.block2.slma_credit_prd=e.data[0].slma_credit_prd,n.block2.slma_stop_cr_ind=e.data[0].slma_stop_cr_ind,n.block2.slma_pty_bank_acno=e.data[0].slma_pty_bank_acno,n.block2.sltr_attr1=e.data[0].sltr_attr1,n.block2.sltr_attr2=e.data[0].sltr_attr2,n.block2.sltr_attr3=e.data[0].sltr_attr3,n.block2.sltr_attr4=e.data[0].sltr_attr4,n.block2.coad_pty_short_name=e.data[0].coad_pty_short_name,n.block2.coad_dept_no=e.data[0].coad_dept_no,n.block2.codp_dept_name=e.data[0].codp_dept_name)})};function v(e){(e=e||window.event).preventDefault(),y=e.clientX,b=e.clientY,document.onmouseup=k,document.onmousemove=w}function w(e){(e=e||window.event).preventDefault(),h=y-e.clientX,f=b-e.clientY,y=e.clientX,b=e.clientY,g.style.top=g.offsetTop-f+"px",g.style.left=g.offsetLeft-h+"px"}function k(){document.onmouseup=null,document.onmousemove=null}n.Show=function(a,o,e,t,s){n.acct_name=$("#cmb_acc_Code3 option:selected").text(),n.from=n.edt.FromDate,n.to=n.edt.ToDate,i.get(d.apiUrl+"api/GLSLQuery/Get_SL_opening_bal?comp_code="+_+"&fyear="+c+"&ledgercode="+a+"&acct_code="+o+"&from_date="+t).then(function(e){n.OpBalanceAmt=e.data,0<=n.OpBalanceAmt?(n.opbal=n.OpBalanceAmt,n.cr=" dr",n.opbal_dr=n.OpBalanceAmt,n.opbal_running=n.OpBalanceAmt,n.opbal_cr=0):n.OpBalanceAmt<0?(n.opbal=Math.abs(n.OpBalanceAmt),n.cr=" cr",n.opbal_cr=Math.abs(n.OpBalanceAmt),n.opbal_running=Math.abs(n.OpBalanceAmt),n.opbal_dr=0):(n.opbal=n.OpBalanceAmt,n.opbal_dr=n.OpBalanceAmt,n.opbal_cr=n.OpBalanceAmt,n.opbal_running=n.OpBalanceAmt)}),n.close_amt=0,n.bill_entry=0,n.Cheque_Details_count=0,n.descvari="",null!=a&&null!=o?($("#loader").modal({backdrop:"static",keyboard:!1}),i.get(d.apiUrl+"api/GLSLQuery/getdataAllShow?compcode="+_+"&ledger_code="+a+"&slma_acno="+o+"&doc_code="+e+"&from_date="+t+"&to_date="+s).then(function(e){if(n.accountDatashow=e.data,n.accountDatashow.forEach((e,t)=>{e.running_total=e.pb_amount}),n.totalItems=n.accountDatashow.length,n.todos=n.accountDatashow,n.makeTodos(),0<n.accountDatashow.length){n.table1=!0,n.drAmount=0;for(var t=n.crAmount=0;t<n.accountDatashow.length;t++)n.drAmount=parseFloat(n.drAmount)+parseFloat(n.accountDatashow[t].sltr_dr_amount),n.crAmount=parseFloat(n.crAmount)+parseFloat(n.accountDatashow[t].sltr_cr_amount);0!=n.drAmount&&(n.drAmount=parseFloat(n.drAmount).toFixed(3)),0!=n.crAmount&&(n.crAmount=parseFloat(n.crAmount).toFixed(3)),0==n.crAmount&&0==n.drAmount||(n.close_amt=parseFloat(n.drAmount)-parseFloat(n.crAmount),(0<=n.OpBalanceAmt||n.OpBalanceAmt<0)&&(n.close_amt=(parseFloat(n.close_amt)+parseFloat(n.OpBalanceAmt)).toFixed(3)),0<=n.close_amt?(n.closebal=parseFloat(n.close_amt).toFixed(3),n.dr=" dr"):n.close_amt<0?(n.closebal=Math.abs(n.close_amt).toFixed(3),n.dr=" cr"):n.closebal=0),$("#loader").modal("hide"),$(".modal-backdrop").removeClass("modal-backdrop")}else n.table1=!0,n.drAmount=0,n.crAmount=0,n.close_amt=0;0<=n.OpBalanceAmt?(n.table1=!0,n.closebal=n.OpBalanceAmt,n.descvari="dr",n.cr=" dr"):n.OpBalanceAmt<0?(n.closebal=Math.abs(n.OpBalanceAmt),n.descvari="cr",n.cr=" cr"):n.closebal=n.OpBalanceAmt,0<=n.close_amt?(n.closebal=parseFloat(n.close_amt).toFixed(3),n.dr=" dr"):n.close_amt<0?(n.closebal=Math.abs(n.close_amt).toFixed(3),n.dr=" cr"):n.closebal=0,$("#loader").modal("hide"),$(".modal-backdrop").removeClass("modal-backdrop"),n.crAmount=(parseFloat(n.crAmount)+parseFloat(n.opbal_cr)).toFixed(3),n.drAmount=(parseFloat(n.drAmount)+parseFloat(n.opbal_dr)).toFixed(3),i.get(d.apiUrl+"api/GLSLQuery/getBillDetails?compcode="+_+"&ledger_code="+a+"&slma_acno="+o).then(function(e){n.billDatashow=e.data,p=n.billDatashow.length,n.bill_entry=p})}),i.get(d.apiUrl+"api/GLSLQuery/getChequeDetails?compcode="+_+"&ledger_code="+a+"&slma_acno="+o).then(function(e){n.ChequeDatashow=e.data,u=n.ChequeDatashow.length,n.Cheque_Details_count=u})):swal({title:"Alert",text:"Please Select LedgerCode and Account Number",showCloseButton:!0,width:300,height:200})},g=document.getElementById("mydiv"),b=y=f=h=0,document.getElementById(g.id+"header")?document.getElementById(g.id+"header").onmousedown=v:g.onmousedown=v,n.Cheque_Details=function(e,t){null!=e&&null!=t?i.get(d.apiUrl+"api/GLSLQuery/getChequeDetails?compcode="+_+"&ledger_code="+e+"&slma_acno="+t).then(function(e){n.ChequeDatashow=e.data,0<e.data.length?$("#MyModal2").modal("show"):swal({title:"Alert",text:"No cheque records",showCloseButton:!0,width:300,height:200})}):swal({title:"Alert",text:"Please Select LedgerCode and Account Number",showCloseButton:!0,width:300,height:200})},n.toggleGif=function(e,t){n.isSticky&&(n.isSticky=!1,n.gifSrc="https://assets.mograsys.com/Images/ModuleImages/bill.gif",a(function(){n.isSticky=!0,n.gifSrc="https://assets.mograsys.com/Images/ModuleImages/bill1.png",n.Bill_Details(e,t)},2e3))},n.toggleGif1=function(e,t){n.isSticky1&&(n.isSticky1=!1,n.gifSrc1="https://assets.mograsys.com/Images/ModuleImages/cheque.gif",a(function(){n.isSticky1=!0,n.gifSrc1="https://assets.mograsys.com/Images/ModuleImages/cheque.png",n.Cheque_Details(e,t)},2e3))},n.Bill_Details=function(e,t){$("#MyModal3").modal({backdrop:"static",keyboard:!0}),null!=e&&null!=t?i.get(d.apiUrl+"api/GLSLQuery/getBillDetails?compcode="+_+"&ledger_code="+e+"&slma_acno="+t).then(function(e){n.billDatashow=e.data,0<n.billDatashow.length?($("#MyModal3").modal("show"),$("#MyModal3").modal({backdrop:"static",keyboard:!0})):swal({title:"Alert",text:"No PDC bills issued",showCloseButton:!0,width:300,height:200})}):swal({title:"Alert",text:"Please Select LedgerCode and Account Number",showCloseButton:!0,width:300,height:200})},i.get(d.apiUrl+"api/BankPayment/GetLedgerCodes?financialyear="+c+"&comp_code="+_).then(function(e){n.LdgrCode=[];for(var t=0;t<e.data.length;t++)"00"!=e.data[t].sllc_ldgr_code&&n.LdgrCode.push(e.data[t])}),n.onChange=function(){var e=moment(n.sDate,"DD-MM-YYYY").format("YYYY-MM-DD"),t=moment(n.edt.FromDate,"DD-MM-YYYY").format("YYYY-MM-DD");moment(t)<moment(e)&&(n.edt.FromDate="",swal({title:"Alert",text:"Please select date between "+n.sDate+" to "+n.eDate+" in financial year",showCloseButton:!0,width:380}))},n.Fetchdata=function(e,t,a){n.docCode1=t,n.provNo1=a,$("#myModal4").modal("show"),i.get(d.apiUrl+"api/VoucherReversal/getAllRecords?doccode="+t+"&prnumber="+a+"&comp_code="+e).then(function(e){n.prdocdata=e.data,n.temp_doc=[],n.totalDebit=0;for(var t=n.totalcredit=0;t<n.prdocdata.length;t++)0==t&&(n.temp_doc.gltd_comp_code=n.prdocdata[t].gltd_comp_code,n.temp_doc.gltd_doc_code=n.prdocdata[t].gltd_doc_code,n.temp_doc.gltd_doc_narr=n.prdocdata[t].gltd_doc_narr,n.temp_doc.gltd_remarks=n.prdocdata[t].gltd_remarks,n.temp_doc.gltd_doc_date=n.prdocdata[t].gltd_doc_date,n.temp_doc.gltd_post_date=n.prdocdata[t].gltd_post_date,n.temp_doc.gltd_prov_doc_no=n.prdocdata[t].gltd_prov_doc_no,n.temp_doc.gltd_final_doc_no=a,n.temp_doc.gltd_paid_to=n.prdocdata[t].gltd_paid_to,n.temp_doc.gltd_cheque_no=n.prdocdata[t].gltd_cheque_no,n.temp_doc.gldu_authorize=n.prdocdata[t].gldu_authorize,n.temp_doc.gldu_verify=n.prdocdata[t].gldu_verify,n.temp_doc.gltd_authorize_date=n.prdocdata[t].gltd_authorize_date,n.temp_doc.gltd_verify_date=n.prdocdata[t].gltd_verify_date,n.temp_doc.grn_number=n.prdocdata[t].grn_number,n.temp_doc.lpo_number=n.prdocdata[t].lpo_number),n.cost=n.cost||""!=n.prdocdata[t].gldd_cost_center_code||""!=n.prdocdata[t].gldd_cost_center_code,n.totalDebit=parseFloat(n.totalDebit)+parseFloat(n.prdocdata[t].gldd_doc_amount_debit),n.totalcredit=parseFloat(n.totalcredit)+parseFloat(n.prdocdata[t].gldd_doc_amount_credit);n.getDocs()}),i.get(d.apiUrl+"api/VoucherReversal/getCheckDate?doccode="+t+"&prnumber="+a).then(function(e){n.check_date=e.data[0].gltd_cheque_due_date})},i.get(d.apiUrl+"api/StudentFee/getDecimalPlaces").then(function(e){n.decimal_degit=e.data,n.decimal_dsc=n.decimal_degit[0].comp_curcy_dec}),i.get(d.apiUrl+"api/JVCreation/GetReportUrl?opr=J&sub_opr=Single").then(function(e){n.final_doc_url=e.data}),n.CheckPrintReport=function(){var e={location:n.final_doc_url,parameter:{comp_detail:_,doc_code:n.temp_doc.gltd_doc_code,doc_no:n.temp_doc.gltd_final_doc_no},state:"main.Fin123"};window.localStorage.ReportDetails=JSON.stringify(e),$("#myModal4").modal("hide"),setTimeout(function(){goToState("main.ReportCardParameter")},700)},n.UpdateVoucherDetails=function(){$("#myModal4").modal("hide"),setTimeout(function(){goToState("main.UV01")},700),$("#Applsource").select2("val","UV01")},n.printStaffResigned=function(e){var t=document.head.outerHTML,a=document.getElementById("printdata4").outerHTML,o=window.open("","_blank","location=yes, statusbar=no, menubar=no, titlebar=no, toolbar=no,dependent=no, width=800, height=600, resizable=yes, screenX=250, screenY=10, personalbar=no, scrollbars=yes"),s=o.document;s.open(),s.write("<!doctype html><html>"+t+'<body onLoad="window.print()">'+a+"</body></html>"),s.close(),o.focus()},n.exportStaffResigned=function(){swal({title:"",text:"Are you sure you want to save "+n.acct_name+"_SLQueryDetails.xls ?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:390,cancelButtonText:"No"}).then(function(e){var s;e&&(n.accountDatashow&&0<n.accountDatashow.length?(s="",e=[n.obj1.lic_school_name],s+=e.join("\t")+"\n",e=["For Account",n.acct_name,"From Date",n.edt.FromDate,"To Date",n.edt.ToDate],s=(s=(s+=e.join("\t")+"\n")+[""].join("\t")+"\n")+["No.","Doc Code/No","Post Date","Invoice No","Invoice Date","Ref No","Cheque No","Doc Narration","Debit","Credit","Running Total","Expenses Head"].join("\t")+"\n",e=["1","OB/1","","","","","","Opening Balance",n.opbal_dr,n.opbal_cr,n.opbal_running,""],s+=e.join("\t")+"\n",n.accountDatashow.forEach(function(e,t){var a,o;a=null!=e.sltr_doc_narr?e.sltr_doc_narr.replace(/[\r\n]+/g," "):"",o=null!=e.sltr_exp_head?(o=e.sltr_exp_head.replace(/[\r\n]+/g," ")).replace(/–/g,"-"):"",null==e.gltd_cheque_no&&(e.gltd_cheque_no=""),null==e.glbt_attr_class2&&(e.glbt_attr_class2=""),s+=[t+2,e.sltr_doc_code+"/"+e.sltr_our_doc_no,e.sltr_pstng_date,e.sltr_invoice_no,e.sltr_invoice_date,'="'+e.gltd_cheque_no+'"',e.glbt_attr_class2,a,e.sltr_dr_amount,e.sltr_cr_amount,Math.abs(e.running_total),o].join("\t")+"\n"}),e=["","","","","","","","Sum Total",isNaN(n.drAmount)?"":n.drAmount,isNaN(n.crAmount)?"":n.crAmount,isNaN(n.close_amt)?"":n.close_amt,""],s+=e.join("\t")+"\n",e=new Blob([s],{type:"application/vnd.ms-excel"}),saveAs(e,n.acct_name+"_SLQueryDetails.xls")):swal({title:"Alert",text:"No data available to export",showCloseButton:!0,width:380}))})},n.back=function(){n.report_show=!0},n.report_show=!0,n.Report=function(){n.report_show=!1,i.get(d.apiUrl+"api/JVCreation/GetDocReportUrl?opr=J&sub_opr=Doc_URL&comp_code="+_+"&fyear="+c+"&condition="+n.docCode1+"&condition1=&condition2=&condition3=&condition4=&condition5=").then(function(e){n.final_doc_urlNew=e.data;e={location:n.final_doc_urlNew,parameter:{comp_detail:_,doc_code:n.docCode1,doc_no:n.provNo1},state:"main.Fin123"};window.localStorage.ReportDetails=JSON.stringify(e);try{n.rpt=JSON.parse(window.localStorage.ReportDetails),n.location=n.rpt.location,n.parameter=n.rpt.parameter,n.state=n.rpt.state}catch(e){}var e="SimsReports."+n.location+",SimsReports",t=s.GetRpt_url();console.log(t),n.parameters={},$("#reportViewer1").telerik_ReportViewer({serviceUrl:t,viewMode:telerikReportViewer.ViewModes.INTERACTIVE,scaleMode:telerikReportViewer.ScaleModes.SPECIFIC,scale:1,ready:function(){}}),$("#reportViewer1").data("telerik_ReportViewer").reportSource({report:e,parameters:n.parameter}),setInterval(function(){$("#k-item k-state-default k-state-disabled").css({display:"block"}),$(".trv-report-viewer input[type=number]").css({"min-height":"0px"})},1e3),a(function(){$("#k-item k-state-default k-state-disabled").css({display:"block"}),$(".trv-report-viewer input[type=number]").css({"min-height":"0px"})},100)})},n.data_option=function(){n.block1.date_option="1"},n.onChange1=function(){"3"==n.block1.date_option&&(n.edt.FromDate=moment(n.FromDate,"DD-MM-YYYY").startOf("month").format("DD-MM-YYYY"),n.edt.ToDate=moment(n.FromDate,"DD-MM-YYYY").endOf("month").format("DD-MM-YYYY")),"4"==n.block1.date_option&&(n.edt.FromDate=moment(n.FromDate,"DD-MM-YYYY").subtract(1,"month").startOf("month").format("DD-MM-YYYY"),n.edt.ToDate=moment(n.FromDate,"DD-MM-YYYY").subtract(1,"month").endOf("month").format("DD-MM-YYYY")),"5"==n.block1.date_option&&(n.edt.FromDate=moment(n.FromDate,"DD-MM-YYYY").startOf("week").format("DD-MM-YYYY"),n.edt.ToDate=moment(n.FromDate,"DD-MM-YYYY").endOf("week").format("DD-MM-YYYY")),"6"==n.block1.date_option&&(n.edt.FromDate=moment(n.FromDate,"DD-MM-YYYY").subtract(1,"week").startOf("week").format("DD-MM-YYYY"),n.edt.ToDate=moment(n.FromDate,"DD-MM-YYYY").subtract(1,"week").endOf("week").format("DD-MM-YYYY")),"7"==n.block1.date_option&&(n.edt.FromDate=moment(n.FromDate,"DD-MM-YYYY").format("DD-MM-YYYY"),n.edt.ToDate=moment(n.FromDate,"DD-MM-YYYY").format("DD-MM-YYYY")),"8"==n.block1.date_option&&(n.edt.FromDate=moment(n.FromDate,"DD-MM-YYYY").startOf("year").format("DD-MM-YYYY"),n.edt.ToDate=moment(n.FromDate,"DD-MM-YYYY").endOf("year").format("DD-MM-YYYY")),"9"==n.block1.date_option&&(n.edt.FromDate=moment(n.FromDate,"DD-MM-YYYY").subtract(1,"year").startOf("year").format("DD-MM-YYYY"),n.edt.ToDate=moment(n.FromDate,"DD-MM-YYYY").subtract(1,"year").endOf("year").format("DD-MM-YYYY")),"10"==n.block1.date_option&&(n.edt.FromDate=moment(n.FromDate,"DD-MM-YYYY").month("September").startOf("month").format("DD-MM-YYYY"),n.edt.ToDate=moment(n.FromDate,"DD-MM-YYYY").add("year",1).month("August").endOf("month").format("DD-MM-YYYY")),"11"==n.block1.date_option&&(n.edt.FromDate=moment(n.FromDate,"DD-MM-YYYY").subtract("year",1).month("September").startOf("month").format("DD-MM-YYYY"),n.edt.ToDate=moment(n.FromDate,"DD-MM-YYYY").month("August").startOf("month").format("DD-MM-YYYY")),"12"==n.block1.date_option&&(n.edt.FromDate=moment(n.FromDate,"DD-MM-YYYY").subtract(1,"days").format("DD-MM-YYYY"),n.edt.ToDate=moment(n.FromDate,"DD-MM-YYYY").subtract(1,"days").format("DD-MM-YYYY")),"13"==n.block1.date_option&&(n.current_Quatar_from_date=moment(n.FromDate,"DD-MM-YYYY").startOf("quarter").format("DD-MM-YYYY"),n.edt.FromDate=moment(n.current_Quatar_from_date,"DD-MM-YYYY").add(2,"month").startOf("month").format("DD-MM-YYYY"),n.current_Quatar_to_date=moment(n.FromDate,"DD-MM-YYYY").endOf("quarter").format("DD-MM-YYYY"),n.edt.ToDate=moment(n.current_Quatar_to_date,"DD-MM-YYYY").add(2,"month").endOf("month").format("DD-MM-YYYY")),"14"==n.block1.date_option&&(n.current_Quatar_from_date=moment(n.FromDate,"DD-MM-YYYY").subtract(1,"quarter").startOf("quarter").format("DD-MM-YYYY"),n.edt.FromDate=moment(n.current_Quatar_from_date,"DD-MM-YYYY").add(2,"month").startOf("month").format("DD-MM-YYYY"),n.current_Quatar_to_date=moment(n.FromDate,"DD-MM-YYYY").subtract(1,"quarter").endOf("quarter").format("DD-MM-YYYY"),n.edt.ToDate=moment(n.current_Quatar_to_date,"DD-MM-YYYY").add(2,"month").endOf("month").format("DD-MM-YYYY")),"15"==n.block1.date_option&&(n.edt.FromDate=moment(n.FromDate,"DD-MM-YYYY").startOf("week").format("DD-MM-YYYY"),n.edt.ToDate=moment(n.FromDate,"DD-MM-YYYY").format("DD-MM-YYYY")),"16"==n.block1.date_option&&(n.edt.FromDate=moment(n.FromDate,"DD-MM-YYYY").startOf("month").format("DD-MM-YYYY"),n.edt.ToDate=moment(n.FromDate,"DD-MM-YYYY").format("DD-MM-YYYY")),"17"==n.block1.date_option&&(n.current_Quatar_from_date=moment(n.FromDate,"DD-MM-YYYY").startOf("quarter").format("DD-MM-YYYY"),n.edt.FromDate=moment(n.current_Quatar_from_date,"DD-MM-YYYY").add(2,"month").startOf("month").format("DD-MM-YYYY"),n.edt.ToDate=moment(n.FromDate,"DD-MM-YYYY").format("DD-MM-YYYY")),"18"==n.block1.date_option&&(n.edt.FromDate=moment(n.FromDate,"DD-MM-YYYY").startOf("year").format("DD-MM-YYYY"),n.edt.ToDate=moment(n.FromDate,"DD-MM-YYYY").format("DD-MM-YYYY")),"19"==n.block1.date_option&&(n.edt.FromDate=moment(n.FromDate,"DD-MM-YYYY").subtract(1,"year").startOf("year").format("DD-MM-YYYY"),n.edt.ToDate=moment(n.FromDate,"DD-MM-YYYY").format("DD-MM-YYYY")),"20"==n.block1.date_option&&(n.current_Quatar_from_date=moment(n.FromDate,"DD-MM-YYYY").subtract(1,"quarter").startOf("quarter").format("DD-MM-YYYY"),n.edt.FromDate=moment(n.current_Quatar_from_date,"DD-MM-YYYY").add(2,"month").startOf("month").format("DD-MM-YYYY"),n.edt.ToDate=moment(n.FromDate,"DD-MM-YYYY").format("DD-MM-YYYY")),"21"==n.block1.date_option&&(n.edt.FromDate=moment(n.FromDate,"DD-MM-YYYY").subtract(1,"week").startOf("week").format("DD-MM-YYYY"),n.edt.ToDate=moment(n.FromDate,"DD-MM-YYYY").format("DD-MM-YYYY")),"22"==n.block1.date_option&&(n.edt.FromDate=moment(n.FromDate,"DD-MM-YYYY").startOf("year").format("DD-MM-YYYY"),n.edt.ToDate=moment(n.FromDate,"DD-MM-YYYY").subtract(1,"month").startOf("month").format("DD-MM-YYYY")),"23"==n.block1.date_option&&(n.edt.FromDate=moment(n.FromDate,"DD-MM-YYYY").startOf("year").format("DD-MM-YYYY"),n.edt.ToDate=moment(n.FromDate,"DD-MM-YYYY").startOf("month").format("DD-MM-YYYY")),"24"==n.block1.date_option&&(n.edt.FromDate=moment(n.FromDate,"DD-MM-YYYY").add(1,"week").startOf("week").format("DD-MM-YYYY"),n.edt.ToDate=moment(n.FromDate,"DD-MM-YYYY").add(1,"week").endOf("week").format("DD-MM-YYYY")),"25"==n.block1.date_option&&(n.edt.FromDate=moment(n.FromDate,"DD-MM-YYYY").add(4,"week").startOf("week").format("DD-MM-YYYY"),n.edt.ToDate=moment(n.FromDate,"DD-MM-YYYY").add(4,"week").endOf("week").format("DD-MM-YYYY")),"26"==n.block1.date_option&&(n.edt.FromDate=moment(n.FromDate,"DD-MM-YYYY").add(1,"month").startOf("month").format("DD-MM-YYYY"),n.edt.ToDate=moment(n.FromDate,"DD-MM-YYYY").add(1,"month").endOf("month").format("DD-MM-YYYY")),"27"==n.block1.date_option&&(n.edt.FromDate=moment(n.FromDate,"DD-MM-YYYY").add(1,"year").startOf("year").format("DD-MM-YYYY"),n.edt.ToDate=moment(n.FromDate,"DD-MM-YYYY").add(1,"year").endOf("year").format("DD-MM-YYYY")),"28"==n.block1.date_option&&(n.edt.FromDate=moment(n.FromDate,"DD-MM-YYYY").subtract(30,"days").format("DD-MM-YYYY"),n.edt.ToDate=moment(n.FromDate,"DD-MM-YYYY").format("DD-MM-YYYY")),"29"==n.block1.date_option&&(n.edt.FromDate=moment(n.FromDate,"DD-MM-YYYY").subtract(60,"days").format("DD-MM-YYYY"),n.edt.ToDate=moment(n.FromDate,"DD-MM-YYYY").format("DD-MM-YYYY")),"30"==n.block1.date_option&&(n.edt.FromDate=moment(n.FromDate,"DD-MM-YYYY").subtract(90,"days").format("DD-MM-YYYY"),n.edt.ToDate=moment(n.FromDate,"DD-MM-YYYY").format("DD-MM-YYYY"))},n.onChange=function(){var e=moment(n.sDate,"DD-MM-YYYY").format("YYYY-MM-DD"),t=moment(n.block1.from_date,"DD-MM-YYYY").format("YYYY-MM-DD");moment(t)<moment(e)&&(n.block1.from_date="",swal({title:"Alert",text:"Please select date between "+n.sDate+" to "+n.eDate+" in financial year",showCloseButton:!0,width:380}))},i.get(d.apiUrl+"api/GLSLQuery/getdateoption_GL_Query?").then(function(e){n.Date_option=e.data})}])}(),function(){"use strict";var e=angular.module("sims.module.Finance");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("SLQuery_DPSCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(n,e,t,a,o,i,d){n.pagesize="5",n.edt="",n.operation=!0,n.table1=!1,n.addbtn=!0,n.btnDelete=!1,n.users=[];n.chkcost_Ac=!1,n.data=[],n.Bankdetails="",n.Bankdetails=[],n.chkcost=!1,n.cost_combo=!1,n.crAmount=0,n.TotalAmount=0,n.drAmount=0,n.edt5=[],t.globals.currentUser.username.toLowerCase();n.finnDetail=JSON.parse(window.localStorage.Finn_comp);var _=n.finnDetail.company,s=n.finnDetail.year,t=(i.get(d.apiUrl+"api/JVCreation/GetReportUrl?opr=J&sub_opr=Single").then(function(e){n.final_doc_url=e.data}),a(function(){$("#fixTable").tableHeadFixer({top:1})},100),a(function(){$("#fixTable1").tableHeadFixer({top:1})},100),n.size=function(e){n.pagesize=e,n.currentPage=1,n.numPerPage=e,n.makeTodos()},i.get(d.apiUrl+"api/JVCreation/getDocCodeJV_DPS?comp_code="+_+"&finance_year="+s).then(function(e){n.geDocCode_jv1=angular.copy(e.data),n.geDocCode_jv=angular.copy(e.data),i.get(d.apiUrl+"api/BankPayment/GetAllCashBankGLMasterAccountNo?cmp_cd="+_+"&financialyear="+s+"&doc_cd="+n.getDocCode).then(function(e){n.bankname=e.data,n.edt5.master_acno=e.data[0],n.getAccountName(e.data[0].master_ac_cdname)})}),n.index=function(e){n.pageindex=e,n.currentPage=e,n.makeTodos()},n.filteredTodos=[],n.currentPage=1,n.numPerPage=5,n.maxSize=5,n.makeTodos=function(){var e=parseInt(n.totalItems%n.numPerPage),e=(n.pagersize="0"==e?parseInt(n.totalItems/n.numPerPage):parseInt(n.totalItems/n.numPerPage)+1,(n.currentPage-1)*n.numPerPage),t=parseInt(e)+parseInt(n.numPerPage);n.filteredTodos=n.todos.slice(e,t)},n.CheckPrintReport=function(){var e={location:n.final_doc_url,parameter:{doc_code:n.temp3.gltd_doc_code,doc_no:n.Docno},state:"main.Fin141"};window.localStorage.ReportDetails=JSON.stringify(e),goToState("main.ReportCardParameter")},n.New=function(){n.operation=!0,n.addbtn=!0,n.updatebtn=!1,n.Delete=!1,n.edt="",n.myForm.$setPristine(),n.myForm.$setUntouched()},$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0}),$(document).on("touch click",'*[data-datepicker="true"] .add-on',function(e){$('input[type="text"]',$(this).parent()).focus()}),new Date),a=t.getDate(),c=t.getMonth()+1,t=(c<10&&(c="0"+c),t.getFullYear());n.sdate=t+"-"+c+"-"+a,n.edate=t+"-"+c+"-"+a,n.edt4={DocDate:t+"-"+c+"-"+a,PostDate:t+"-"+c+"-"+a,ChequeDate:t+"-"+c+"-"+a},n.getSLAccNo=function(e){n.getAllAccNos=[];var t=n.getAllAccNos.gldd_acct_code;"00"==e?n.GetAllGLAcc(t,_):i.get(d.apiUrl+"api/JVCreation/GetSLAccNumber?ldgr_code="+e+"&cmp_cd="+_+"&year="+s).then(function(e){n.getAllAccNos=e.data}),$("#cmb_acc_Code3").select2("val",cmbvalue)},setTimeout(function(){$("#cmb_acc_Code3").select2()},100),i.get(d.apiUrl+"api/JVCreation/getDocCodeJV?comp_code="+_+"&finance_year="+s).then(function(e){n.geDocCode_jv=e.data}),n.getDepartcode=function(e,t){i.get(d.apiUrl+"api/GLSLQuery/getdataAccountChange?compcode="+_+"&financial_year="+s+"&ledger_code="+e+"&slma_acno="+t).then(function(e){n.accountData=e.data})},n.Show=function(e,t,a,o,s){null!=e&&null!=t?i.get(d.apiUrl+"api/GLSLQuery/getdataAllShow?compcode="+_+"&ledger_code="+e+"&slma_acno="+t+"&doc_code="+a+"&from_date="+o+"&to_date="+s).then(function(e){if(n.accountDatashow=e.data,0<n.accountDatashow.length){n.table1=!0,n.drAmount=0,n.crAmount=0,n.TotalAmount=0;for(var t=n.close_bal_amt=0;t<n.accountDatashow.length;t++)n.drAmount=parseFloat(n.drAmount)+parseFloat(n.accountDatashow[t].sltr_dr_amount),n.crAmount=parseFloat(n.crAmount)+parseFloat(n.accountDatashow[t].sltr_cr_amount),n.TotalAmount=Math.abs(parseFloat(n.accountDatashow[t].pb_amount));"NaN"==n.drAmount?n.drAmount=0:"NaN"==n.crAmount?n.crAmount=0:"NaN"==n.TotalAmount&&(n.TotalAmount=0),n.close_bal_amt=n.drAmount-n.crAmount,0<n.close_bal_amt?n.close_bal_amt=n.close_bal_amt+" Dr":n.close_bal_amt<0?n.close_bal_amt=Math.abs(n.close_bal_amt)+" Cr":n.close_bal_amt=0}else n.table1=!1,swal({title:"Alert",text:"Data Not Found",showCloseButton:!0,width:300,height:200}),n.drAmount=0,n.crAmount=0,n.TotalAmount=0,n.close_bal_amt=0}):swal({title:"Alert",text:"Please Select LedgerCode and Account Number",showCloseButton:!0,width:300,height:200})},n.Cheque_Details=function(e,t){null!=e&&null!=t?(i.get(d.apiUrl+"api/GLSLQuery/getChequeDetails?compcode="+_+"&ledger_code="+e+"&slma_acno="+t).then(function(e){n.ChequeDatashow=e.data}),$("#MyModal2").modal("show")):swal({title:"Alert",text:"Please Select LedgerCode and Account Number",showCloseButton:!0,width:300,height:200})},n.Bill_Details=function(e,t){null!=e&&null!=t?(i.get(d.apiUrl+"api/GLSLQuery/getBillDetails?compcode="+_+"&ledger_code="+e+"&slma_acno="+t).then(function(e){n.billDatashow=e.data}),$("#MyModal3").modal("show")):swal({title:"Alert",text:"Please Select LedgerCode and Account Number",showCloseButton:!0,width:300,height:200})},i.get(d.apiUrl+"api/BankPayment/GetLedgerNumber?financialyear="+s+"&comp_code="+_).then(function(e){n.LdgrCode=e.data})}])}(),function(){"use strict";var r,m=[],e=angular.module("sims.module.Finance");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("FinnParameterCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(o,e,t,a,s,n,i){o.pagesize="10",o.pageindex="0",o.pager=!0,o.save_btn=!0,o.Update_btn=!1,o.display=!1,o.table=!0,o.insertflag=!0,a(function(){$("#fixTable").tableHeadFixer({top:1})},100),n.get(i.apiUrl+"api/common/FinnParameter/getCompanyName").then(function(e){o.display=!1,o.table=!0,o.comp=e.data,o.temp={fins_comp_code:o.comp[0].fins_comp_code}}),n.get(i.apiUrl+"api/common/FinnParameter/getApplicationName").then(function(e){o.appl_name=e.data}),n.get(i.apiUrl+"api/common/FinnParameter/getAllFinnParameter").then(function(e){o.obj1=e.data,o.totalItems=o.obj1.length,o.todos=o.obj1,o.makeTodos()}),o.size=function(e){"All"==e?(o.currentPage="1",o.filteredTodos=o.obj1,o.pager=!1):(o.pager=!0,o.pagesize=e,o.currentPage=1,o.numPerPage=e,o.makeTodos())},o.index=function(e){o.pageindex=e,o.currentPage=e,o.makeTodos(),r.checked=!1,o.CheckAllChecked()},o.filteredTodos=[],o.currentPage=1,o.numPerPage=10,o.maxSize=10,o.makeTodos=function(){var e=parseInt(o.totalItems%o.numPerPage),e=(o.pagersize="0"==e?parseInt(o.totalItems/o.numPerPage):parseInt(o.totalItems/o.numPerPage)+1,(o.currentPage-1)*o.numPerPage),t=parseInt(e)+parseInt(o.numPerPage);o.filteredTodos=o.todos.slice(e,t);for(var a=0;a<o.filteredTodos.length;a++)o.filteredTodos[a].icon="fa fa-plus-circle"},o.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).comn_appl_name_en.toLowerCase().indexOf(t.toLowerCase())||-1<e.fins_appl_form_field_value1.toLowerCase().indexOf(t.toLowerCase())||-1<e.fins_appl_form_field.toLowerCase().indexOf(t.toLowerCase())||e.fins_appl_parameter==t;var t})},o.search=function(){o.todos=o.searched(o.obj1,o.searchText),o.totalItems=o.todos.length,o.currentPage="1",""==o.searchText&&(o.todos=o.obj1),o.makeTodos(),r.checked=!1,o.CheckAllChecked()},o.New=function(){o.disabled=!1,o.readonly=!0,o.table=!1,o.display=!0,o.save_btn=!0,o.Update_btn=!1,o.insertflag=!0,o.temp="",o.temp={},o.temp={fins_comp_code:o.comp[0].fins_comp_code},o.Myform.$setPristine(),o.Myform.$setUntouched()};var d,c=[],l=(o.savedata=function(e){o.insertflag&&e&&(e={fins_comp_code:o.temp.fins_comp_code,fins_appl_code:o.temp.fins_application_code,fins_appl_form_field:o.temp.fins_appl_form_field,fins_appl_parameter:o.temp.fins_appl_parameter,fins_appl_form_field_value1:o.temp.fins_appl_form_field_value1,fins_appl_form_field_value2:o.temp.fins_appl_form_field_value2,fins_appl_form_field_value3:o.temp.fins_appl_form_field_value3,fins_appl_form_field_value4:o.temp.fins_appl_form_field_value4,opr:"I"},c.push(e),n.post(i.apiUrl+"api/common/FinnParameter/CUDFinnParameter",c).then(function(e){o.msg1=e.data,1==o.msg1?swal({title:"Alert",text:"Record Inserted Successfully",showCloseButton:!0,width:380}):0==o.msg1?swal({title:"Alert",text:"Record Not Inserted. ",showCloseButton:!0,width:380}):swal("Error-"+o.msg1),n.get(i.apiUrl+"api/common/FinnParameter/getAllFinnParameter").then(function(e){o.obj1=e.data,o.totalItems=o.obj1.length,o.todos=o.obj1,o.makeTodos()})}),c=[],o.display=!1,o.table=!0)},o.Cancel=function(){o.temp="",o.table=!0,o.display=!1,o.Myform.$setPristine(),o.Myform.$setUntouched(),o.temp.fins_comp_code="",o.temp.fins_application_code="",o.temp.fins_appl_form_field="",o.temp.fins_appl_parameter="",o.temp.fins_appl_form_field_value1="",o.temp.fins_appl_form_field_value2="",o.temp.fins_appl_form_field_value3="",o.temp.fins_appl_form_field_value4=""},o.edit=function(e){o.table=!1,o.disabled=!0,o.display=!0,o.save_btn=!1,o.Update_btn=!0,o.insertflag=!1,o.temp={fins_comp_code:e.fins_comp_code,fins_application_code:e.fins_appl_code,fins_appl_form_field:e.fins_appl_form_field,fins_appl_parameter:e.fins_appl_parameter,fins_appl_form_field_value1:e.fins_appl_form_field_value1,fins_appl_form_field_value2:e.fins_appl_form_field_value2,fins_appl_form_field_value3:e.fins_appl_form_field_value3,fins_appl_form_field_value4:e.fins_appl_form_field_value4,fins_appl_form_field_old:e.fins_appl_form_field,fins_appl_parameter_old:e.fins_appl_parameter,fins_appl_form_field_value1_old:e.fins_appl_form_field_value1,fins_appl_form_field_value2_old:e.fins_appl_form_field_value2,fins_appl_form_field_value3_old:e.fins_appl_form_field_value3,fins_appl_form_field_value4_old:e.fins_appl_form_field_value4}},[]);o.update=function(){var e={fins_comp_code:o.temp.fins_comp_code,fins_appl_code:o.temp.fins_application_code,fins_appl_form_field:o.temp.fins_appl_form_field,fins_appl_parameter:o.temp.fins_appl_parameter,fins_appl_form_field_value1:o.temp.fins_appl_form_field_value1,fins_appl_form_field_value2:o.temp.fins_appl_form_field_value2,fins_appl_form_field_value3:o.temp.fins_appl_form_field_value3,fins_appl_form_field_value4:o.temp.fins_appl_form_field_value4,fins_appl_form_field_old:o.temp.fins_appl_form_field_old,fins_appl_parameter_old:o.temp.fins_appl_parameter_old,fins_appl_form_field_value1_old:o.temp.fins_appl_form_field_value1_old,fins_appl_form_field_value2_old:o.temp.fins_appl_form_field_value2_old,fins_appl_form_field_value3_old:o.temp.fins_appl_form_field_value3_old,fins_appl_form_field_value4_old:o.temp.fins_appl_form_field_value4_old,opr:"U"};l.push(e),n.post(i.apiUrl+"api/common/FinnParameter/CUDFinnParameter",l).then(function(e){o.msg1=e.data,1==o.msg1?swal({title:"Alert",text:"Record Updated Successfully",showCloseButton:!0,width:380}):0==o.msg1?swal({title:"Alert",text:"Record Not Updated. ",showCloseButton:!0,width:380}):swal("Error-"+o.msg1),n.get(i.apiUrl+"api/common/FinnParameter/getAllFinnParameter").then(function(e){o.obj1=e.data,o.totalItems=o.obj1.length,o.todos=o.obj1,o.makeTodos()})}),l=[],o.display=!1,o.table=!0},o.CheckAllChecked=function(){if(1==(r=document.getElementById("mainchk")).checked)for(var e=0;e<o.filteredTodos.length;e++)document.getElementById(e).checked=!0,o.row1="row_selected";else for(e=0;e<o.filteredTodos.length;e++)document.getElementById(e).checked=!1,r.checked=!1,o.row1=""},o.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),o.color="#edefef"}),1==(r=document.getElementById("mainchk")).checked&&(r.checked=!1,o.color="#edefef",o.row1="")},o.OkDelete=function(){o.flag=!1;for(var e,t=0;t<o.filteredTodos.length;t++)1==document.getElementById(t).checked&&(o.flag=!0,e={fins_appl_code:o.filteredTodos[t].fins_appl_code,fins_appl_form_field:o.filteredTodos[t].fins_appl_form_field,fins_appl_parameter:o.filteredTodos[t].fins_appl_parameter,fins_appl_form_field_value1:o.filteredTodos[t].fins_appl_form_field_value1,opr:"D"},m.push(e));o.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)n.post(i.apiUrl+"api/common/FinnParameter/CUDFinnParameter",m).then(function(e){o.msg1=e.data,1==o.msg1?swal({title:"Alert",text:"Record Deleted Successfully",showCloseButton:!0,width:380}).then(function(e){e&&n.get(i.apiUrl+"api/common/FinnParameter/getAllFinnParameter").then(function(e){o.obj1=e.data,o.totalItems=o.obj1.length,o.todos=o.obj1,o.makeTodos()})}):0==o.msg1?swal({title:"Alert",text:"Record Not Deleted. ",showCloseButton:!0,width:380}).then(function(e){e&&n.get(i.apiUrl+"api/common/FinnParameter/getAllFinnParameter").then(function(e){o.obj1=e.data,o.totalItems=o.obj1.length,o.todos=o.obj1,o.makeTodos()})}):swal("Error-"+o.msg1)});else for(var t=0;t<o.filteredTodos.length;t++){var a=document.getElementById(t);1==a.checked&&(a.checked=!1,o.row1="")}}):swal({title:"Alert",text:"Please Select Atleast One Record",showCloseButton:!0,width:380})},o.flag=!0,o.expand=function(e,t){if(1==o.flag)$(d).remove(),e.icon="fa fa-minus-circle",d=$("<tr id='innerRow'><td class='details' colspan='11'><table class='table table-bordered table-hover table-condensed' cellpadding='5' cellspacing='0'><tbody><tr style='background-color: #edefef'><td class='semi-bold'>Field Value 1</td> <td class='semi-bold'>Field Value 2 </td><td class='semi-bold'>Field Value 3</td><td class='semi-bold'>Field Value 4</td></tr><tr><td>"+e.fins_appl_form_field_value1+"</td> <td>"+e.fins_appl_form_field_value2+" </td><td>"+e.fins_appl_form_field_value3+"</td><td>"+e.fins_appl_form_field_value4+"</td></tr> </table></td></tr>"),$(t.currentTarget).parents("tr").after(d),o.flag=!1;else{$("#innerRow").css({display:"none"});for(var a=0;a<o.filteredTodos.length;a++)o.filteredTodos[a].icon="fa fa-plus-circle";o.flag=!0}}}])}(),function(){"use strict";angular.module("sims.module.Finance").controller("UpdatePostedVoucherCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(i,t,e,a,o,s,n){i.pagesize="5",i.edt=[],i.block1={},i.operation=!0,i.table1=!0,i.save1=!0,i.Add=!0,i.update=!1,i.Update=!1,i.vis=[],i.vis.doc_detail_grid=!0,i.vis.main_acct_grid=!0,i.vis.cmb_acct=!0,i.vis.add_grid=!0;e.globals.currentUser.username,i.finnDetail=JSON.parse(window.localStorage.Finn_comp),i.finnDetail.company,i.finnDetail.year;i.btn_reverse=!1,i.prdocdata=[],i.temp_doc=[],i.edt=[],i.block1={},i.operation=!0,i.table1=!0,i.save1=!0,i.Add=!0,i.update=!1,i.Update=!1;var d=e.globals.currentUser.username,_=(i.finnDetail=JSON.parse(window.localStorage.Finn_comp),i.finnDetail.company),c=i.finnDetail.year,l=i.finnDetail.comp_vat_per,r=i.finnDetail.comp_vat_status,m=i.finnDetail.input_vat_acct,p="",e=(i.prdocdata=[],i.temp_doc=[],i.operation=!0,i.chkcost=!0,i.cost_combo=!0,i.doc_cd_prov_no="",i.doc_cd_final_doc_no="",i.block1=[],i.block2=[],i.block3=[],i.temp_doc=[],i.vis=[],i.vis.main=!0,i.vis.onchangedoccodeshow=!1,i.dramount=!1,i.cramount=!1,i.vis.doc_detail_grid=!0,i.vis.main_acct_grid=!0,i.save1=!0,i.vis.add_grid=!0,i.checkprintbtn=!1,i.vis.Add_show_hide=!0,i.prdocdata=[],i.cmb_doc_cd=[],i.vis.update=!1,i.chkcost=!1,i.block3.gldd_vat_enable=!1,i.block3.gldd_include_vat=!1,i.block3.gldd_doc_vat_amt=0,i.cost_combo=!1,i.readonly=!0,i.vis.ok=!0,i.vis.is_recur=!0,i.vis.cmb_acct=!0,i.vis.txt_acct=!1,i.dis_recur_date=!0,a(function(){$("#fixedtable").tableHeadFixer({top:1}),$("#fixedtable1").tableHeadFixer({top:1})},100),setTimeout(function(){$("#cmb_acc_Code3").select2()},100),i.SearchVouReverData=[],i.ref_docprvno="",i.ref_final_doc_no="",i.new_prov_data="",new Date),u=e.getDate(),g=e.getMonth()+1,h=e.getFullYear();$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0,format:"dd-mm-yyyy"}),$(document).on("touch click",'*[data-datepicker="true"] .add-on',function(e){$('input[type="text"]',$(this).parent()).focus()}),s.get(n.apiUrl+"api/GLSLQuery/getDocCode_GL_Query?comp_code="+_+"&finance_year="+c).then(function(e){i.getDocCode=e.data}),s.get(n.apiUrl+"api/JVCreation/GetReportUrl?opr=J&sub_opr=Single").then(function(e){i.final_doc_url=e.data}),i.ContraEntry=function(a){$("#myModal_ContraEntry").modal("show"),i.btn_reverse=!1,i.ref_docprvno="",i.ref_final_doc_no="",i.lbl_recur="",s.get(n.apiUrl+"api/VoucherReversal/Get_vouchers_data?doc_cd="+a.gltd_doc_code+"&final_doc_no="+a.gltd_final_doc_no+"&comp_code="+_+"&fyear="+c).then(function(e){i.ref_docprvno=a.gltd_prov_doc_no,i.ref_final_doc_no=a.gltd_final_doc_no,i.lbl_recur="RV",i.lbl_rev_doc=a.gltd_doc_code+"-"+a.gltd_final_doc_no,i.SearchVouReverData=e.data,i.edt={gltd_postdate:a.gltd_post_date,gltd_docdate:u+"-"+g+"-"+h,gltd_doc_narr:a.gltd_doc_narr,gltd_remarks:a.gltd_remarks,gltd_doc_code:a.gltd_doc_code},i.totalDebit=0;for(var t=i.totalcredit=0;t<i.SearchVouReverData.length;t++)i.totalDebit=parseFloat(i.totalDebit)+parseFloat(i.SearchVouReverData[t].gldd_doc_amount_debit),i.totalcredit=parseFloat(i.totalcredit)+parseFloat(i.SearchVouReverData[t].gldd_doc_amount_credit);i.totalDebit=parseFloat(i.totalDebit).toFixed(3),i.totalcredit=parseFloat(i.totalcredit).toFixed(3),i.amountdifference=i.totalcredit-i.totalDebit})},i.Show=function(){$("#loader").modal({backdrop:"static",keyboard:!1}),s.get(n.apiUrl+"api/VoucherReversal/getAllVouchers?comp_cd="+_+"&doc_cd="+i.block1.gltd_doc_code+"&final_doc_no="+i.block1.gltd_final_doc_no+"&from_date="+i.block1.from_date+"&to_date="+i.block1.to_date+"&cheque_no="+i.block1.gltd_cheque_no).then(function(e){i.verify_data=e.data,$("#loader").modal("hide"),$(".modal-backdrop").removeClass("modal-backdrop")})},i.UpdateVoucher=function(a){$("#updatVoucher").modal("show"),i.dramount=!0,i.cramount=!0,s.get(n.apiUrl+"api/VoucherReversal/Get_vouchers_data?doc_cd="+a.gltd_doc_code+"&final_doc_no="+a.gltd_final_doc_no+"&comp_code="+_+"&fyear="+c).then(function(e){i.ref_docprvno=a.gltd_prov_doc_no,i.ref_final_doc_no=a.gltd_final_doc_no,i.lbl_recur="RV",i.lbl_rev_doc=a.gltd_doc_code+"-"+a.gltd_final_doc_no,i.SearchVouReverData=e.data,i.voucher={gltd_post_date:a.gltd_post_date,gltd_doc_date:u+"-"+g+"-"+h,gltd_doc_narr:a.gltd_doc_narr,gltd_remarks:a.gltd_remarks,gltd_doc_code:a.gltd_doc_code},i.totalDebit=0;for(var t=i.totalcredit=0;t<i.SearchVouReverData.length;t++)i.totalDebit=parseFloat(i.totalDebit)+parseFloat(i.SearchVouReverData[t].gldd_doc_amount_debit),i.totalcredit=parseFloat(i.totalcredit)+parseFloat(i.SearchVouReverData[t].gldd_doc_amount_credit);i.totalDebit=parseFloat(i.totalDebit).toFixed(3),i.totalcredit=parseFloat(i.totalcredit).toFixed(3),i.amountdifference=i.totalcredit-i.totalDebit}),s.get(n.apiUrl+"api/VoucherReversal/getAllRecords?doccode="+a.gltd_doc_code+"&prnumber="+a.gltd_final_doc_no+"&comp_code="+a.gltd_comp_code).then(function(e){i.prdocdata=e.data,i.temp_doc=[],i.totalDebit=0;for(var t=i.totalcredit=0;t<i.prdocdata.length;t++)0==t&&(i.temp_doc.gltd_comp_code=i.prdocdata[t].gltd_comp_code,i.temp_doc.gltd_doc_code=i.prdocdata[t].gltd_doc_code,i.temp_doc.gltd_doc_narr=i.prdocdata[t].gltd_doc_narr,i.temp_doc.gltd_remarks=i.prdocdata[t].gltd_remarks,i.temp_doc.gltd_doc_date=i.prdocdata[t].gltd_doc_date,i.temp_doc.gltd_post_date=i.prdocdata[t].gltd_post_date,i.temp_doc.gltd_prov_doc_no=i.prdocdata[t].gltd_prov_doc_no,i.temp_doc.gltd_final_doc_no=i.prdocdata[t].gldd_final_doc_no,i.temp_doc.gldu_authorize=i.prdocdata[t].gldu_authorize,i.temp_doc.gldu_verify=i.prdocdata[t].gldu_verify,i.temp_doc.gltd_authorize_date=i.prdocdata[t].gltd_authorize_date,i.temp_doc.gltd_verify_date=i.prdocdata[t].gltd_verify_date),i.cost=i.cost||""!=i.prdocdata[t].gldd_cost_center_code||""!=i.prdocdata[t].gldd_cost_center_code,i.totalDebit=parseFloat(i.totalDebit)+parseFloat(i.prdocdata[t].gldd_doc_amount_debit),i.totalcredit=parseFloat(i.totalcredit)+parseFloat(i.prdocdata[t].gldd_doc_amount_credit)})},i.RevertVoucher=function(){var e;i.totalDebit==i.totalcredit?(i.btn_reverse=!0,$("#loader").modal({backdrop:"static",keyboard:!1}),(e={}).gltd_comp_code=_,e.gltd_doc_code=i.lbl_recur,e.gltd_doc_date=i.edt.gltd_docdate,e.gltd_post_date=i.edt.gltd_postdate,e.gltd_doc_narr=i.edt.gltd_doc_narr,e.gltd_remarks=i.edt.gltd_remarks,e.gltd_reference_doc_code=i.edt.gltd_doc_code,e.gltd_reference_final_doc_no=i.ref_final_doc_no,e.detailsdata=i.SearchVouReverData,s.post(n.apiUrl+"api/VoucherReversal/Insert_ReverseVoucher",e).then(function(e){i.msg1=e.data,""!=i.msg1?(swal({title:"Alert",text:"Voucher Reversed Successfully\n Final Doc No.- "+i.msg1,showCloseButton:!0,width:300,height:200}),$("#myModal_ContraEntry").modal("hide"),i.Show()):(swal({title:"Alert",text:"Voucher Not Reversed",width:300,height:200}),i.btn_reverse=!1),$("#loader").modal("hide"),$(".modal-backdrop").removeClass("modal-backdrop")})):swal({title:"Alert",text:"Debit and Credit amount do not match.Cannot Revert Voucher.",showCloseButton:!0,width:380}).then(function(e){e&&(i.btn_reverse=!1)})},i.close=function(){i.edt=[],i.Show()},i.Fetchdata=function(e,t,a){i.docCode1=t,i.provNo1=a,$("#myModal4").modal("show"),s.get(n.apiUrl+"api/VoucherReversal/getAllRecords?doccode="+t+"&prnumber="+a+"&comp_code="+e).then(function(e){i.prdocdata=e.data,i.temp_doc=[],i.totalDebit=0;for(var t=i.totalcredit=0;t<i.prdocdata.length;t++)0==t&&(i.temp_doc.gltd_comp_code=i.prdocdata[t].gltd_comp_code,i.temp_doc.gltd_doc_code=i.prdocdata[t].gltd_doc_code,i.temp_doc.gltd_doc_narr=i.prdocdata[t].gltd_doc_narr,i.temp_doc.gltd_remarks=i.prdocdata[t].gltd_remarks,i.temp_doc.gltd_doc_date=i.prdocdata[t].gltd_doc_date,i.temp_doc.gltd_post_date=i.prdocdata[t].gltd_post_date,i.temp_doc.gltd_prov_doc_no=i.prdocdata[t].gltd_prov_doc_no,i.temp_doc.gltd_final_doc_no=a,i.temp_doc.gldu_authorize=i.prdocdata[t].gldu_authorize,i.temp_doc.gldu_verify=i.prdocdata[t].gldu_verify,i.temp_doc.gltd_authorize_date=i.prdocdata[t].gltd_authorize_date,i.temp_doc.gltd_verify_date=i.prdocdata[t].gltd_verify_date),i.cost=i.cost||""!=i.prdocdata[t].gldd_cost_center_code||""!=i.prdocdata[t].gldd_cost_center_code,i.totalDebit=parseFloat(i.totalDebit)+parseFloat(i.prdocdata[t].gldd_doc_amount_debit),i.totalcredit=parseFloat(i.totalcredit)+parseFloat(i.prdocdata[t].gldd_doc_amount_credit)})},i.maxmize=function(){$("#jv_Voucher").css({height:"100%",width:"100%"}),i.windowflg=!0},i.manimize=function(){$("#jv_Voucher").css({height:"600px",width:"900px"}),i.windowflg=!1},i.CheckPrintReport=function(){var e={location:i.final_doc_url,parameter:{comp_detail:_,doc_code:i.temp_doc.gltd_doc_code,doc_no:i.temp_doc.gltd_final_doc_no},state:"main.Fin209"};window.localStorage.ReportDetails=JSON.stringify(e),t.go("main.ReportCardParameter")},s.get(n.apiUrl+"api/BankPayment/GetLedgerNumber?financialyear="+c+"&comp_code="+_).then(function(e){i.LdgrCode=e.data}),s.get(n.apiUrl+"api/JVCreation/GetAllGLAccountNos?glma_accountcode=&cmpnycode="+_+"&fyear="+c).then(function(e){i.getAllAccNos=e.data}),i.getSLAccNo=function(){var e=i.getAllAccNos.gldd_acct_code;"00"!=i.block3.gldd_ledger_code?s.get(n.apiUrl+"api/JVCreation/GetSLAccNumber?ldgr_code="+i.block3.gldd_ledger_code+"&cmp_cd="+_+"&year="+c).then(function(e){i.getAllAccNos=e.data}):s.get(n.apiUrl+"api/JVCreation/GetAllGLAccountNos?glma_accountcode="+e+"&cmpnycode="+_+"&fyear="+c).then(function(e){i.getAllAccNos=e.data})},i.Add_inner_grid=function(){i.chkcost=!1,i.cost_combo=!1,i.temp={cost_chk_ac:!1};var e="";if(null!=i.block3.gldd_acct_code){if(e=null==i.block3.gldd_ledger_code?"00":i.block3.gldd_ledger_code,""!=i.block3.gldd_doc_amount_debit&&null!=i.block3.gldd_doc_amount_debit&&"0.00"!=i.block3.gldd_doc_amount_debit||(i.block3.gldd_doc_amount_debit="0.00"),""!=i.block3.gldd_doc_amount_credit&&null!=i.block3.gldd_doc_amount_credit&&"0.00"!=i.block3.gldd_doc_amount_credit||(i.block3.gldd_doc_amount_credit="0.00"),parseFloat(i.block3.gldd_doc_amount_debit)<=0&&parseFloat(i.block3.gldd_doc_amount_credit)<=0)return void swal({text:"Please Enter Debit/Credit Amount",width:380});for(var t=document.getElementById("cmb_acc_Code3"),a=(i.selectedText=t.options[t.selectedIndex].text,!1),o=0;o<i.prdocdata.length;o++)if(i.prdocdata[o].gldd_acct_code==i.block3.gldd_acct_code&&i.prdocdata[o].gldd_doc_narr==i.block3.gldd_doc_narr){a=!0;break}if(1==a)swal({text:i.block3.gldd_acct_name+" A/c Already Added",width:380});else{t=document.getElementById("costCenter"),t=t.options[t.selectedIndex].text;if(i.center=i.center||""!=i.block2.glco_cost_centre_code,"Y"==r&&1==i.block3.gldd_include_vat&&1==i.block3.gldd_vat_enable&&(0!=i.block3.gldd_doc_amount_debit?(n=parseFloat(i.block3.gldd_doc_amount_debit),i.block3.gldd_doc_vat_amt=parseFloat(n*parseFloat(l)/(100+parseFloat(l))).toFixed(2),i.block3.gldd_doc_amount_debit=parseFloat(n)-parseFloat(n*parseFloat(l)/(100+parseFloat(l))).toFixed(2)):(n=parseFloat(i.block3.gldd_doc_amount_credit),i.block3.gldd_doc_vat_amt=parseFloat(n*parseFloat(l)/(100+parseFloat(l))).toFixed(2),i.block3.gldd_doc_amount_credit=parseFloat(n)-parseFloat(n*parseFloat(l)/(100+parseFloat(l))).toFixed(2))),i.prdocdata.push({gldd_comp_code:_,gldd_ledger_code:e,gldd_acct_code:i.block3.gldd_acct_code,gldd_acct_name:i.block3.gldd_acct_name,gldd_dept_code:i.block3.gldd_dept_code,gldd_party_ref_no:i.block3.gldd_party_ref_no,gldd_doc_narr:i.block3.gldd_doc_narr,gldd_doc_amount_debit:i.block3.gldd_doc_amount_debit,gldd_doc_amount_credit:i.block3.gldd_doc_amount_credit,glco_cost_centre_code:i.block2.glco_cost_centre_code,coce_cost_centre_name:t}),"Y"==r&&1==i.block3.gldd_vat_enable){if(""==p)for(var s=0;s<i.getAllAccNos.length;s++)i.getAllAccNos[s].gldd_acct_code==m&&(p=i.getAllAccNos[s].gldd_acct_name);i.prdocdata.push({gldd_comp_code:_,gldd_ledger_code:e,gldd_acct_code:m,gldd_acct_name:p,gldd_dept_code:m.substr(1,2),gldd_party_ref_no:"",gldd_doc_narr:"Vat amount - "+i.block3.gldd_acct_name,gldd_doc_amount_debit:0!=i.block3.gldd_doc_amount_debit?i.block3.gldd_doc_vat_amt:0,gldd_doc_amount_credit:0!=i.block3.gldd_doc_amount_credit?i.block3.gldd_doc_vat_amt:0,glco_cost_centre_code:i.block2.glco_cost_centre_code,coce_cost_centre_name:t})}i.totalDebit=0;for(s=i.totalcredit=0;s<i.prdocdata.length;s++)i.totalDebit=parseFloat(parseFloat(i.totalDebit)+parseFloat(i.prdocdata[s].gldd_doc_amount_debit)).toFixed(3),i.totalcredit=parseFloat(parseFloat(i.totalcredit)+parseFloat(i.prdocdata[s].gldd_doc_amount_credit)).toFixed(3);i.edt1="",i.edt2="",i.block3.gldd_doc_vat_amt=0,$("#cmb_acc_Code3").select2("val",""),i.myForm.$setPristine(),i.myForm.$setUntouched(),i.dcode=!1,i.cancel()}}else swal({text:"  please select Account Code ",width:380});var n=i.getAllAccNos.gldd_acct_code;i.GetAllGLAcc(n,_)},i.GetAllGLAcc=function(e,t){s.get(n.apiUrl+"api/JVCreation/GetAllGLAccountNos?glma_accountcode="+e+"&cmpnycode="+_+"&fyear="+c).then(function(e){i.getAllAccNos=e.data})},i.UpdateData=function(){var e=[],t=1;if(console.log(i.prdocdata.length),i.totalDebit!=i.totalcredit)swal({text:"Debit Amount: "+i.totalDebit+"  Is Not Equal To Credit Amount: "+i.totalcredit,width:380});else{for(var a=0;a<i.prdocdata.length;a++){var o={gldd_comp_code:i.prdocdata[a].gldd_comp_code,gldd_doc_code:i.prdocdata[a].gldd_doc_code,gltd_prov_doc_no:i.prdocdata[a].gltd_prov_doc_no,gldd_final_doc_no:i.prdocdata[a].gldd_final_doc_no,gldd_line_no:t,gldd_doc_narr:i.prdocdata[a].gldd_doc_narr,gldd_ledger_code:i.prdocdata[a].gldd_ledger_code,gldd_acct_code:i.prdocdata[a].gldd_acct_code,gldd_doc_amount:i.prdocdata[a].gldd_doc_amount,gldd_fc_code:i.prdocdata[a].gldd_fc_code,gldd_fc_rate:i.prdocdata[a].gldd_fc_rate,gldd_fc_amount:i.prdocdata[a].gldd_fc_amount,gldd_dept_code:i.prdocdata[a].gldd_dept_code,gldd_party_ref_no:i.prdocdata[a].gldd_party_ref_no,gldd_party_ref_date:i.prdocdata[a].gldd_party_ref_date,gldd_bank_date:i.prdocdata[a].gldd_bank_date,gldd_cost_center_code:i.prdocdata[a].gldd_cost_center_code,gldd_bank_code:i.prdocdata[a].gldd_bank_code};t++,e.push(o)}s.post(n.apiUrl+"api/UpdateVoucherPosted/InsertVoucherDetails",e).then(function(e){i.result=e.data,1==i.result?swal({title:"Alert",text:"Record Updated Successfully",width:300,height:200}):swal({title:"Alert",text:"Record Not Updated",width:300,height:200})})}},i.update_grid_data=function(){if(console.log(i.old_gldd_acccount_code),i.temp_obj=i.block3,""!=i.block3.gldd_doc_amount_debit&&null!=i.block3.gldd_doc_amount_debit&&"0.00"!=i.block3.gldd_doc_amount_debit||(i.block3.gldd_doc_amount_debit="0.00"),""!=i.block3.gldd_doc_amount_credit&&null!=i.block3.gldd_doc_amount_credit&&"0.00"!=i.block3.gldd_doc_amount_credit||(i.block3.gldd_doc_amount_credit="0.00"),parseFloat(i.block3.gldd_doc_amount_debit)<=0&&parseFloat(i.block3.gldd_doc_amount_credit)<=0)swal({text:"Please Enter Debit/Credit Amount",width:380});else{i.totalDebit=0;for(var e=i.totalcredit=0;e<i.prdocdata.length;e++)i.prdocdata[e].$$hashKey==i.tempobj.$$hashKey&&(i.prdocdata[e].gldd_doc_amount_credit=i.block3.gldd_doc_amount_credit,i.prdocdata[e].gldd_doc_amount_debit=i.block3.gldd_doc_amount_debit,i.prdocdata[e].gldd_doc_narr=i.block3.gldd_doc_narr),i.totalDebit=parseFloat(parseFloat(i.totalDebit)+parseFloat(i.prdocdata[e].gldd_doc_amount_debit)).toFixed(3),i.totalcredit=parseFloat(parseFloat(i.totalcredit)+parseFloat(i.prdocdata[e].gldd_doc_amount_credit)).toFixed(3);var t={gldd_doc_code:i.block3.gldd_doc_code,gldd_comp_code:i.block3.gldd_comp_code,gldd_acct_code:i.block3.gldd_acct_code,gldd_ledger_code:i.block3.gldd_ledger_code,gldd_final_doc_no:i.block3.gldd_final_doc_no,old_gldd_acct_code:i.old_gldd_acccount_code,gldd_party_ref_no:i.block3.gldd_party_ref_no,gldd_doc_narr:i.block3.gldd_doc_narr,gltd_comp_code:i.temp_doc.gltd_comp_code,gltd_doc_code:i.temp_doc.gltd_doc_code,gltd_final_doc_no:i.temp_doc.gltd_final_doc_no,gltd_doc_date:i.voucher.gltd_doc_date,gltd_post_date:i.voucher.gltd_post_date,gltd_remarks:i.voucher.gltd_remarks,gltd_doc_narr:i.voucher.gltd_doc_narr,user_name:d};console.log(t),s.post(n.apiUrl+"api/UpdateVoucherPosted/UpdateAcctCode",t).then(function(e){i.msg1=e.data,1==i.msg1?($("#updatVoucher").modal("hide"),swal({title:"Alert",text:"Updated Successfully",showCloseButton:!0,width:300,height:200}),$("#cmb_acc_Code3").select2("val","")):swal({title:"Alert",text:"Not Updated",width:300,height:200})}),i.cancel()}},i.Delete_Grid=function(e,t,a,o){i.totalDebit=parseFloat(parseFloat(i.totalDebit)-parseFloat(o.gldd_doc_amount_debit)).toFixed(3),i.totalcredit=parseFloat(parseFloat(i.totalcredit)-parseFloat(o.gldd_doc_amount_credit)).toFixed(3),e.splice(a,1)},i.update_grid=function(e){i.old_gldd_acccount_code=e.gldd_acct_code,i.vis.main_acct_grid=!0,i.tempobj=e,i.vis.updatebtn=!0,i.vis.add_grid=!1,i.vis.cmb_acct=!1,i.vis.txt_acct=!0,i.ldgcd=!0,i.block3=JSON.parse(JSON.stringify(e)),i.getSLAccNo()},i.getDepartcode=function(e){s.get(n.apiUrl+"api/BankPayment/getCostCenter?aacno="+e+"&comp_cd="+_+"&fyear="+c).then(function(e){i.cost_center=e.data,0<i.cost_center.length?i.chkcost=!0:(i.chkcost=!1,i.temp.cost_chk=!1,i.cost_combo=!1)});for(var t=0;t<i.getAllAccNos.length;t++)i.getAllAccNos[t].gldd_acct_code==i.block3.gldd_acct_code&&(i.block3.gldd_dept_code=i.getAllAccNos[t].gldd_dept_code,i.block3.gldd_party_ref_no=i.getAllAccNos[t].gldd_party_ref_no,i.block3.codp_dept_name=i.getAllAccNos[t].gldd_dept_name,i.block3.gldd_acct_name=i.getAllAccNos[t].gldd_acct_name)},i.cancel=function(){i.vis.updatebtn=!1,i.vis.add_grid=!0,i.cramount=!1,i.dramount=!1,i.vis.cmb_acct=!0,i.vis.txt_acct=!1,i.ldgcd=!1,i.chkcost=!1,i.cost_combo=!1,i.block3=[],i.block3.gldd_include_vat=!1,i.block3.gldd_vat_enable=!1,"CN"==i.cmb_doc_cd.gldc_doc_code_type&&(i.vis.main_acct_grid=!1)},i.Print=function(e){e={location:i.final_doc_url,parameter:{comp_detail:_,doc_code:e.gltd_doc_code,doc_no:e.gltd_final_doc_no},state:"main.UVP01"};window.localStorage.ReportDetails=JSON.stringify(e),t.go("main.ReportCardParameter")}}])}(),function(){"use strict";let h="",f=!1,y="",b,v="",w=[],k=[],C,D,x,S,U;let P,T;var e=angular.module("sims.module.Finance");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("PDCBillsCont",["$scope","$state","$rootScope","$filter","$timeout","gettextCatalog","$http","ENV","AuthenticationService",function(i,e,t,a,o,s,d,_,n){i.pagesize="5",i.edt=[],i.operation=!0,i.table1=!0,i.Add=!0,i.accountnamecmb=!0,i.btnDelete=!1,i.Bankdetails="",i.preparebtn=!0,i.verifybtn=!0,i.authorizebtn=!0,i.edt5=[],i.geDocCode_new=[],i.temp=[],i.Bankdetails=[];var c=new Date;let l=c.getDate(),r=(l<10&&(l="0"+l),c.getMonth()+1),m=(r<10&&(r="0"+r),c.getFullYear()),p=(i.sdate=l+"-"+r+"-"+m,i.edate=l+"-"+r+"-"+m,i.temp={DocDate:l+"-"+r+"-"+m,PostDate:l+"-"+r+"-"+m},i.temp1={ChequeDate:l+"-"+r+"-"+m},i.edt={gldd_party_ref_date:l+"-"+r+"-"+m},t.globals.currentUser.username.toLowerCase()),u=(i.finnDetail=JSON.parse(window.localStorage.Finn_comp),i.finnDetail.company),g=i.finnDetail.year;i.finnDetail.comp_vat_per,i.finnDetail.comp_vat_status,i.finnDetail.input_vat_acct;"MODERN"!=d.defaults.headers.common.schoolId&&"ghl"!=d.defaults.headers.common.schoolId&&"staging1"!=d.defaults.headers.common.schoolId&&"AICS"!=d.defaults.headers.common.schoolId&&"staging2"!=d.defaults.headers.common.schoolId&&"TIADXB"!=d.defaults.headers.common.schoolId&&"staging3"!=d.defaults.headers.common.schoolId&&"TOSDXB"!=d.defaults.headers.common.schoolId&&"staging4"!=d.defaults.headers.common.schoolId&&"AISDXB"!=d.defaults.headers.common.schoolId&&"TIASHJ"!=d.defaults.headers.common.schoolId||d.get(_.apiUrl+"api/Financialyear/getAllFinancialYear").then(function(e){i.fin_year=e.data,i.totalItems=i.fin_year.length,i.todos=i.fin_year;for(let e=0;e<i.totalItems;e++)"Current"===i.todos[e].sims_financial_year_status1&&(i.todos[e].sims_financial_year_end_date,i.todos[e].sims_financial_year_start_date,$("#PDCB_PostDate").kendoDatePicker({format:"dd-MM-yyyy",max:moment(i.todos[e].sims_financial_year_end_date,"DD-MM-YYYY").format("YYYY-MM-DD"),min:moment(i.todos[e].sims_financial_year_start_date,"DD-MM-YYYY").format("YYYY-MM-DD")}))}),d.get(_.apiUrl+"api/JVCreation/GetReportUrl?opr=J&sub_opr=Single").then(function(e){i.final_doc_url=e.data}),d.get(_.apiUrl+"api/StudentFee/getDecimalPlaces").then(function(e){i.decimal_degit=e.data,i.decimal_dsc=i.decimal_degit[0].comp_curcy_dec}),i.CheckPrintReport=function(){$("#pdcbills").modal("show"),i.report_show=!1;var e={location:i.final_doc_url,parameter:{comp_detail:u,doc_code:i.temp.gltd_doc_code,doc_no:i.Docno},state:"main.fin212"};window.localStorage.ReportDetails=JSON.stringify(e);try{i.rpt=JSON.parse(window.localStorage.ReportDetails),i.location=i.rpt.location,i.parameter=i.rpt.parameter,i.state=i.rpt.state}catch(e){}var e="SimsReports."+i.location+",SimsReports",t=n.GetRpt_url();i.parameters={},$("#reportViewer1").telerik_ReportViewer({serviceUrl:t,viewMode:telerikReportViewer.ViewModes.INTERACTIVE,scaleMode:telerikReportViewer.ScaleModes.SPECIFIC,scale:1,ready:function(){}}),$("#reportViewer1").data("telerik_ReportViewer").reportSource({report:e,parameters:i.parameter}),setInterval(function(){$("#k-item k-state-default k-state-disabled").css({display:"block"}),$(".trv-report-viewer input[type=number]").css({"min-height":"0px"})},1e3),o(function(){$("#k-item k-state-default k-state-disabled").css({display:"block"}),$(".trv-report-viewer input[type=number]").css({"min-height":"0px"})},100)},d.get(_.apiUrl+"api/BankPayment/GetVerifyAuthorizeUsers?comp_code="+u+"&fyear="+g).then(function(e){i.users=e.data,0!=i.users.length&&(i.users[0]==p&&i.users[1]==p?(i.preparebtn=!1,i.verifybtn=!1,i.authorizebtn=!1):(i.users[0]!=p||""!=i.users[1]&&i.users[1]==p?(i.preparebtn=!1,i.verifybtn=!0):(i.verifybtn=!1,i.preparebtn=!1),i.authorizebtn=!0))}),i.Authorizeuser=function(){d.get(_.apiUrl+"api/BankPayment/GetVerifyAuthorizeUsers?comp_code="+u+"&fyear="+g).then(function(e){i.users=e.data,0!=i.users.length&&(i.users[0]==p&&i.users[1]==p?(i.preparebtn=!1,i.verifybtn=!1,i.authorizebtn=!1):i.users[0]==p&&i.users[0]!=p?(i.verifybtn=!1,i.preparebtn=!0,i.authorizebtn=!0):i.users[0]!=p&&i.users[0]!=p&&(i.verifybtn=!0,i.preparebtn=!1,i.authorizebtn=!0))})},o(function(){$("#fixTable").tableHeadFixer({top:1})},100),o(function(){$("#fixTable1").tableHeadFixer({top:1})},100),i.myFunct=function(e){13==e.which&&(i.temp.PostDate=l+"-"+r+"-"+m)},i.myFunct1=function(e){13==e.which&&(i.temp1.ChequeDate=l+"-"+r+"-"+m)},i.size=function(e){i.pagesize=e,i.currentPage=1,i.numPerPage=e,i.makeTodos()},d.get(_.apiUrl+"api/JVCreation/getDocCodeJV?comp_code="+u+"&finance_year="+g).then(function(e){i.geDocCode=e.data;for(let e=0;e<i.geDocCode.length;e++)"PP"==i.geDocCode[e].gldc_doc_code_type&&i.geDocCode_new.push(i.geDocCode[e]);1<i.geDocCode_new.length?(i.dis_doc_cd=!1,i.temp.gltd_doc_code=i.geDocCode_new[0].gltd_doc_code,d.get(_.apiUrl+"api/BankPayment/GetAllCashBankGLMasterAccountNo?cmp_cd="+u+"&financialyear="+g+"&doc_cd="+i.temp.gltd_doc_code).then(function(e){i.bankname=e.data,i.edt5.master_acno=e.data[0],i.getAccountName(e.data[0]),d.get(_.apiUrl+"api/BankPayment/GetAllGLAccountNos?glma_accountcode="+i.edt5.master_acno.master_acno+"&cmpnycode="+u+"&fyear="+g).then(function(e){i.getAllAccNos=e.data})})):1==i.geDocCode_new.length&&(i.dis_doc_cd=!0,i.temp.gltd_doc_code=i.geDocCode_new[0].gltd_doc_code,d.get(_.apiUrl+"api/BankPayment/GetAllCashBankGLMasterAccountNo?cmp_cd="+u+"&financialyear="+g+"&doc_cd="+i.geDocCode_new[0].gltd_doc_code).then(function(e){i.bankname=e.data,i.edt5.master_acno=e.data[0],i.getAccountName(e.data[0]),d.get(_.apiUrl+"api/BankPayment/GetAllGLAccountNos?glma_accountcode="+i.edt5.master_acno.master_acno+"&cmpnycode="+u+"&fyear="+g).then(function(e){i.getAllAccNos=e.data})})),i.edt.NoOfCheque="1"}),i.getAccountName=function(t){for(let e=0;e<i.bankname.length;e++)i.bankname[e].master_acno==t.master_acno&&(y=i.bankname[e].master_acno,i.edt3={master_ac_cdname:i.bankname[e].master_ac_cdname})},i.index=function(e){i.pageindex=e,i.currentPage=e,i.makeTodos()},i.filteredTodos=[],i.currentPage=1,i.numPerPage=5,i.maxSize=5,i.makeTodos=function(){var e=parseInt(i.totalItems%i.numPerPage),e=(i.pagersize="0"==e?parseInt(i.totalItems/i.numPerPage):parseInt(i.totalItems/i.numPerPage)+1,(i.currentPage-1)*i.numPerPage),t=parseInt(e)+parseInt(i.numPerPage);i.filteredTodos=i.todos.slice(e,t)},i.New=function(){i.operation=!0,i.Add=!0,i.updatebtn=!1,i.Delete=!1,i.edt=""},i.totalAmountCount=function(){for(let e=i.total=0;e<i.Bankdetails.length;e++)i.total=parseFloat(i.total)+parseFloat(i.Bankdetails[e].gldd_doc_amount)},i.GetAllGLAcc=function(e,t){d.get(_.apiUrl+"api/BankPayment/GetAllGLAccountNos?glma_accountcode="+e+"&cmpnycode="+u+"&fyear="+g).then(function(e){i.getAllAccNos=e.data})},d.get(_.apiUrl+"api/PDCBill/getGlAcctBankDetails?comp_code="+u+"&fyear="+g).then(function(e){i.BankDetails=e.data}),i.getSLAccNo=function(e){i.getAllAccNos=[],"00"==e||null==e?i.GetAllGLAcc(i.edt5.master_acno.master_acno,u):d.get(_.apiUrl+"api/JVCreation/GetSLAccNumber?ldgr_code="+e+"&cmp_cd="+u+"&year="+g).then(function(e){i.getAllAccNos=e.data})},i.getDepartcode=function(t){for(let e=0;i.getAllAccNos.length;e++)i.getAllAccNos[e].gldd_acct_code==t&&(i.edt1={coad_dept_no:i.getAllAccNos[e].gldd_dept_code,gldd_acct_name:i.getAllAccNos[e].gldd_acct_name,gldd_dept_name:i.getAllAccNos[e].gldd_dept_name})},d.get(_.apiUrl+"api/BankPayment/GetLedgerNumber?financialyear="+g+"&comp_code="+u).then(function(e){i.LdgrCode=e.data}),i.getBankCode=function(t){b="";for(let e=0;e<i.BankDetails.length;e++)i.BankDetails[e].slma_pty_bank_id==t&&(b=i.BankDetails[e].pb_gl_acno)},i.Insert_temp_docs=function(){var e=[];let t,a,o,s;"Verify"==h?(t=p,a=i.temp.DocDate):s=(o=(a="Authorize"==h?(t=p,i.temp.DocDate):t="",""),"");var n={gltd_comp_code:u,gltd_prepare_user:p,gltd_doc_code:i.temp.gltd_doc_code,gltd_doc_date:i.temp.DocDate,gltd_cur_status:h,gltd_post_date:i.temp.PostDate,gltd_doc_narr:i.temp1.gltd_doc_narr1,gltd_remarks:i.temp1.gltd_doc_remark,gltd_prepare_date:i.temp.DocDate,gltd_final_doc_no:"0",gltd_verify_user:t,gltd_verify_date:a,gltd_authorize_user:o,gltd_authorize_date:s,gltd_paid_to:i.temp1.paidTo,gltd_cheque_no:i.edt2.chequeno1,gltd_payment_date:i.temp1.ChequeDate};e.push(n),d.post(_.apiUrl+"api/BankPayment/Insert_Fins_temp_docs",e).then(function(e){i.prvno=e.data,""!=i.prvno&&null!=i.prvno?i.Insert_Fins_temp_doc_details():(swal({title:"Alert",text:"Document Not Created",width:300,height:200}),i.Authorizeuser())})},i.Insert_Fins_temp_doc_details=function(){var t=[];let a=1;for(let e=0;e<i.Bankdetails.length;e++){var o={gldd_doc_narr:i.Bankdetails[e].gldd_doc_narr,gldd_dept_code:i.Bankdetails[e].coad_dept_no,gldd_ledger_code:i.Bankdetails[e].sllc_ldgr_code,gldd_acct_code:i.Bankdetails[e].slma_acno,gldd_doc_amount:parseFloat(i.Bankdetails[e].gldd_doc_amount),gldd_comp_code:u,gldd_doc_code:i.temp.gltd_doc_code,gldd_prov_doc_no:i.prvno,gldd_final_doc_no:"0",gldd_line_no:a,pc_bank_code:i.Bankdetails[e].slma_pty_bank_id,gldd_party_ref_no:i.Bankdetails[e].gldd_party_ref_no,gldd_party_ref_date:i.Bankdetails[e].gldd_party_ref_date,gldd_tax_acct_code:i.Bankdetails[e].gldd_tax_acct_code,gldd_tax_amount:i.Bankdetails[e].gldd_tax_amount,gldd_tax_code:i.Bankdetails[e].gldd_tax_code,gldd_tax_percentage:i.Bankdetails[e].gldd_tax_percentage,cheque_book_no:i.Bankdetails[e].cheque_book_no,gldd_cheque_no:i.Bankdetails[e].gldd_cheque_no};a++,t.push(o)}var e={gldd_comp_code:u,gldd_doc_code:i.temp.gltd_doc_code,gldd_prov_doc_no:i.prvno,gldd_final_doc_no:"0",gldd_line_no:a,gldd_ledger_code:"00",gldd_acct_code:i.edt5.master_acno.master_acno,gldd_doc_amount:parseFloat("-"+i.total),gldd_fc_amount_debit:0,gldd_fc_code:"",gldd_fc_rate:0,gldd_doc_narr:i.temp1.gltd_doc_narr1,gldd_dept_code:i.edt5.master_acno.gldd_dept_code,gldd_party_ref_no:"",gldd_party_ref_date:"",cheque_book_no:i.edt.cheque_book_no,gldd_cheque_no:i.edt2.chequeno1};t.push(e),d.post(_.apiUrl+"api/BankPayment/Insert_Fins_temp_doc_details",t).then(function(e){i.msg1=e.data,!0===i.msg1?d.post(_.apiUrl+"api/JVCreation/RollBack_Fins_temp_doc_details?comp_cd="+u+"&doccd="+i.temp.gltd_doc_code+"&prv_no="+i.prvno).then(function(e){i.Rollback=e.data,!0===i.msg1&&!1===i.Rollback?"Authorize"==h?(f=!0,i.Authorize_Insert_temp_doc_details(i.msg1)):"Save"!=h&&"Verify"!=h||(f=!1,i.Authorize_Insert_temp_doc_details(i.msg1)):(swal({title:"Alert",text:"Voucher not Created. ",width:300,height:200}),i.ClearInsert(),i.Authorizeuser())}):(swal({title:"Alert",text:"Document Details Not Added. "+i.msg1,width:300,height:200}),i.ClearInsert(),i.Authorizeuser())})},i.Authorize_Insert_temp_doc_details=function(e){var t;f?(f=!1,t=i.temp.DocDate,d.post(_.apiUrl+"api/BankPayment/Authorize_Posting?comp_code="+u+"&doc_code="+i.temp.gltd_doc_code+"&prv_no="+i.prvno+"&auth_user="+p+"&auth_date="+t).then(function(e){i.Docno=e.data,""!=i.Docno?(swal({title:"Alert",text:"Posted Successfully\n Final Doc no:"+i.Docno,width:300,height:200}),i.checkprintbtn=!0,i.ClearInsert(),i.Authorizeuser()):(swal({title:"Alert",text:"Posting Failed",width:300,height:200}),i.ClearInsert(),i.status_for_doc_users_completed())})):!1===f&&"Save"==h?(f=!1,e?(swal({title:"Alert",text:"Voucher Created Successfully\nProvision No:-"+i.prvno,width:300,height:200}),i.ClearInsert(),i.Authorizeuser()):swal({title:"Alert",text:"Voucher Not Created",width:300,height:200})):!1===f&&"Verify"==h&&(f=!1,e?(swal({title:"Alert",text:"Voucher Verified Successfully\nProvision No:-"+i.prvno,width:300,height:200}),i.ClearInsert(),i.Authorizeuser()):swal({title:"Alert",text:"Voucher Verification Failed",width:300,height:200})),i.ClearInsert(),i.Authorizeuser(),i.cancel()},i.InsertPDCBills=function(){var t,a=[];let o=1;for(let e=0;e<i.Bankdetails.length;e++)t={pb_comp_code:u,pb_sl_ldgr_code:i.Bankdetails[e].sllc_ldgr_code,pb_sl_acno:i.Bankdetails[e].slma_acno,pb_dept_no:i.Bankdetails[e].coad_dept_no,pb_doc_type:i.temp.gltd_doc_code,pb_our_doc_no:"",pb_bank_from:i.Bankdetails[e].slma_pty_bank_id,pb_bank_slno:i.Bankdetails[e].bankslno,pb_cheque_no:i.Bankdetails[e].check_no,pb_due_date:i.Bankdetails[e].ChequeDate,pb_amount:i.Bankdetails[e].gldd_doc_amount,pb_pstng_no:"",pb_narrative:i.Bankdetails[e].gldd_doc_narr,pb_bank_to:"",pb_rec_serial:o,pb_discd:"O",pb_calendar:"A"},o++,a.push(t);d.post(_.apiUrl+"api/PDCBill/Insert_PdcBill",a).then(function(e){i.msg1=e.data})},i.Prepare=function(){try{0<i.Bankdetails.length?(i.flag1=!1,null==i.temp.PostDate||""==i.temp.PostDate?(i.flag1=!0,swal({title:"Alert",text:"Please Select Posting Date",showCloseButton:!0,width:380})):null==i.temp.gltd_doc_code||""==i.temp.gltd_doc_code?(i.flag1=!0,swal({title:"Alert",text:"Please Define Doc Code",showCloseButton:!0,width:380})):null==i.edt5.master_acno.master_acno||null==i.edt5.master_acno.master_acno||""==i.edt5.master_acno.master_acno?(i.flag1=!0,swal({title:"Alert",text:"Please Define Payable account",showCloseButton:!0,width:380})):(i.preparebtn=!0,i.verifybtn=!0,i.authorizebtn=!0,h="Save",i.Insert_temp_docs())):swal({title:"Alert",text:"Please Add Transaction Details",showCloseButton:!0,width:380})}catch(e){}},i.Verify=function(){try{0<i.Bankdetails.length?(i.flag1=!1,null==i.temp.PostDate||""==i.temp.PostDate?(i.flag1=!0,swal({title:"Alert",text:"Please Select Posting Date",showCloseButton:!0,width:380})):null==i.temp.gltd_doc_code||""==i.temp.gltd_doc_code?(i.flag1=!0,swal({title:"Alert",text:"Please Define Doc Code",showCloseButton:!0,width:380})):null==i.edt5.master_acno.master_acno||null==i.edt5.master_acno.master_acno||""==i.edt5.master_acno.master_acno?(i.flag1=!0,swal({title:"Alert",text:"Please Define Payable account",showCloseButton:!0,width:380})):(i.preparebtn=!0,i.verifybtn=!0,i.authorizebtn=!0,h="Verify",i.Insert_temp_docs())):swal({title:"Alert",text:"Please Add Transaction Details",showCloseButton:!0,width:380})}catch(e){}},i.Authorize=function(){try{0<i.Bankdetails.length?(i.flag1=!1,null==i.temp.PostDate||""==i.temp.PostDate?(i.flag1=!0,swal({title:"Alert",text:"Please Select Posting Date",showCloseButton:!0,width:380})):null==i.temp.gltd_doc_code||""==i.temp.gltd_doc_code?(i.flag1=!0,swal({title:"Alert",text:"Please Define Doc Code",showCloseButton:!0,width:380})):null==i.edt5.master_acno.master_acno||null==i.edt5.master_acno.master_acno||""==i.edt5.master_acno.master_acno?(i.flag1=!0,swal({title:"Alert",text:"Please Define Payable account",showCloseButton:!0,width:380})):(i.preparebtn=!0,i.verifybtn=!0,i.authorizebtn=!0,h="Authorize",i.Insert_temp_docs())):swal({title:"Alert",text:"Please Add Transaction Details",showCloseButton:!0,width:380})}catch(e){}},i.cancel=function(){i.Add=!0,i.noofchequereadonly=!1,i.updatebtn=!1,i.edt.sllc_ldgr_code="",i.edt.gldd_acct_code="",i.edt.gldd_doc_amount="",i.edt.gldd_doc_narr="",i.accountnametxt=!1,i.accountnamecmb=!0,i.Readonlyledgercode=!1,i.GetAllGLAcc(i.edt5.master_acno.master_acno,u),$("#cmb_acc_Code").select2("val","")},i.ClearInsert=function(){i.Bankdetails=[],i.total="",i.temp1={gltd_doc_narr1:"",gltd_doc_remark:""},i.temp1={ChequeDate:l+"-"+r+"-"+m}},setTimeout(function(){$("#cmb_acc_Code").select2()},100),$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0,format:"dd-mm-yyyy"}),$(document).on("touch click",'*[data-datepicker="true"] .add-on',function(e){$('input[type="text"]',$(this).parent()).focus()}),i.onlyNumbers=function(e){var t,a={escape:27,backspace:8,tab:9,enter:13,del:46,0:48,1:49,2:50,3:51,4:52,5:53,6:54,7:55,8:56,9:57};for(t in a)if(a.hasOwnProperty(t)&&(e.charCode==a[t]||e.keyCode==a[t]))return;e.preventDefault()},i.chk_cheque_No=function(e){d.get(_.apiUrl+"api/BankPayment/getSupplierchequeNo?acct_code="+i.edt5.master_acno+"&inv_no="+e).then(function(e){i.chequeDetails=e.data,0<i.chequeDetails.length&&swal({text:"Cheque no. is Already exists",showCloseButton:!0,width:380})})},i.summ=function(){for(let e=i.total=0;e<i.Bankdetails.length;e++)i.total=i.total+parseInt(i.Bankdetails[e].gldd_doc_amount)},i.checkduplicatecheque=function(t){let a=0;for(let e=0;e<i.Bankdetails.length;e++)i.Bankdetails[e].check_no==t.check_no&&i.Bankdetails[e].slma_pty_bank_id==t.slma_pty_bank_id&&a++;1<a?(i.Bankdetails=angular.copy(w),swal({title:"Alert",text:"Cheque No and bank is Already Present",showCloseButton:!0,width:380})):(i.Bankdetails.push({gldd_comp_code:t.gldd_comp_code,sllc_ldgr_code:t.sllc_ldgr_code,slma_acno:t.slma_acno,coad_pty_full_name:t.coad_pty_full_name,coad_dept_no:t.coad_dept_no,bankslno:t.bankslno,check_no:t.check_no,ChequeDate:t.ChequeDate,coad_dept_name:t.coad_dept_name,gldd_doc_narr:t.coad_dept_name,gldd_doc_amount:t.gldd_doc_amount,slma_pty_bank_id:t.slma_pty_bank_id}),i.Bankdetails.splice(j,1),w=angular.copy(i.Bankdetails))},i.ChkDate=function(e){e.split("-")[0]+"-"+e.split("-")[1]+"-"+e.split("-")[2]>(P=l+"-"+r+"-"+m)&&(swal({title:"Alert",text:"Please Select Before Current Date",showCloseButton:!0,width:380}),i.temp.PostDate="")},i.AddintoGrid=function(t){if(t)if(null!=i.edt.gldd_tax_amount&&""!=i.edt.gldd_tax_amount&&null!=i.edt.gldd_tax_amount||(i.edt.gldd_tax_amount=0),i.flag1=!1,null==i.edt.gldd_acct_code||""==i.edt.gldd_acct_code)i.flag1=!0,swal({title:"Alert",text:"Please select Account name",showCloseButton:!0,width:380});else if(null==i.edt.gldd_doc_amount||""==i.edt.gldd_doc_amount)i.flag1=!0,swal({title:"Alert",text:"Please Enter Amount",showCloseButton:!0,width:380});else if(null==i.edt.slma_pty_bank_id||""==i.edt.slma_pty_bank_id)i.flag1=!0,swal({title:"Alert",text:"Please select bank name",showCloseButton:!0,width:380});else if(null==i.edt2||""==i.edt2.chequeno1||null==i.edt2.chequeno1)i.flag1=!0,swal({title:"Alert",text:"Please Enter Cheque Number",showCloseButton:!0,width:380});else if(null==i.temp1.ChequeDate||""==i.temp1.ChequeDate)i.flag1=!0,swal({title:"Alert",text:"Please Enter Cheque Date",showCloseButton:!0,width:380});else if(i.flag1=!1,!i.flag1){let e="";var t=document.getElementById("bankName"),t=t.options[t.selectedIndex].text,a=document.getElementById("cmb_acc_Code"),a=(i.selectedText=a.options[a.selectedIndex].text,document.getElementById("cmb_vat_Code"));i.selectedText_vat=a.options[a.selectedIndex].text,null==i.edt.gldd_doc_narr&&(i.edt.gldd_doc_narr=""),i.gldd_doc_narr1=i.edt.gldd_doc_narr,e=null==i.edt.sllc_ldgr_code||""==i.edt.sllc_ldgr_code?"00":i.edt.sllc_ldgr_code;for(let e=0;e<i.Bankdetails.length;e++)i.Bankdetails[e].check_no==i.edt2.chequeno1&&(i.Bankdetails[e].slma_pty_bank_id,i.edt.slma_pty_bank_id);i.Bankdetails.push({gldd_comp_code:u,sllc_ldgr_code:e,slma_acno:i.edt.gldd_acct_code,coad_pty_full_name:i.selectedText,coad_dept_no:i.edt1.coad_dept_no,bankslno:b,check_no:i.edt2.chequeno1,ChequeDate:i.temp1.ChequeDate,coad_dept_name:t,gldd_doc_narr:i.gldd_doc_narr1,gldd_doc_amount:i.edt.gldd_doc_amount,slma_pty_bank_id:i.edt.slma_pty_bank_id,gldd_tax_amount:i.edt.gldd_tax_amount,gldd_tax_code:i.edt.gldd_tax_code,gldd_tax_percentage:i.edt.gldd_tax_percentage,gldd_tax_acct_code:i.edt.gldd_tax_acct_code,gldd_party_ref_no:i.edt.gldd_party_ref_no,gldd_party_ref_date:i.edt.gldd_party_ref_date,cheque_book_no:i.edt.cheque_book_no,gldd_cheque_no:i.edt2.chequeno1}),"Please Select"!=i.selectedText_vat&&i.Bankdetails.push({gldd_comp_code:u,sllc_ldgr_code:"00",slma_acno:i.edt.gldd_tax_acct_code,coad_pty_full_name:i.selectedText_vat,coad_dept_no:i.edt1.coad_dept_no,bankslno:b,check_no:i.edt2.chequeno1,ChequeDate:i.temp1.ChequeDate,coad_dept_name:t,gldd_doc_narr:i.gldd_doc_narr1,gldd_doc_amount:i.edt.gldd_tax_amount,slma_pty_bank_id:i.edt.slma_pty_bank_id,gldd_tax_amount:i.edt.gldd_doc_amount,gldd_tax_code:i.edt.gldd_tax_code,gldd_tax_percentage:i.edt.gldd_tax_percentage,gldd_tax_acct_code:i.edt.gldd_acct_code,gldd_party_ref_no:i.edt.gldd_party_ref_no,gldd_party_ref_date:i.edt.gldd_party_ref_date,cheque_book_no:i.edt.cheque_book_no,gldd_cheque_no:i.edt2.chequeno1});for(let e=i.total=0;e<i.Bankdetails.length;e++)i.total=parseFloat(i.total)+parseFloat(i.Bankdetails[e].gldd_doc_amount);i.edt.sllc_ldgr_code="",i.edt.gldd_acct_code="",i.edt.gldd_doc_amount="",i.edt.gldd_doc_narr="",i.edt.gldd_tax_amount="",i.edt.gldd_tax_code="",i.edt.gldd_tax_percentage="",i.edt.gldd_tax_acct_code="",i.edt.vat_code="",i.edt.gldd_party_ref_no="",i.edt.gldd_party_ref_date=l+"-"+r+"-"+m,i.getSLAccNo("00"),$("#cmb_acc_Code").select2("val","")}},i.editupdate=function(e){e=angular.copy(e);k[0]=e,C="",D="",x="",C=e.slma_acno,D=e.check_no,U=e.gldd_doc_amount,S=e.ChequeDate,v=e.slma_acno,x=e.slma_acno,T=e.coad_pty_full_name,i.noofchequereadonly=!0,i.Add=!1,i.updatebtn=!0,i.readonly=!0,i.edt1.coad_dept_no=e.coad_dept_no,i.temp1.ChequeDate=e.ChequeDate,i.edt.gldd_acct_codetxt=e.coad_pty_full_name,i.edt.sllc_ldgr_code=e.sllc_ldgr_code,i.edt.gldd_doc_amount=e.gldd_doc_amount,i.edt.slma_pty_bank_id=e.slma_pty_bank_id,i.edt.gldd_doc_narr=e.gldd_doc_narr,i.edt2.chequeno1=e.check_no,"00"!=e.sllc_ldgr_code?$("#cmb_acc_Code").select2("val",""):$("#cmb_acc_Code").select2("val",e.slma_acno),i.accountnametxt=!0,i.accountnamecmb=!1,i.Readonlyledgercode=!0},i.Update=function(e){if(e){let t=!1;if(k[0].slma_pty_bank_id==i.edt.slma_pty_bank_id&&k[0].check_no==i.edt2.chequeno1)t=!1;else for(let e=0;e<i.Bankdetails.length;e++)i.Bankdetails[e].slma_pty_bank_id==i.edt.slma_pty_bank_id&&i.Bankdetails[e].check_no==i.edt2.chequeno1&&(t=!0);if(t)swal({title:"Alert",text:"Check no Already Present",width:300,height:200});else{i.noofchequereadonly=!1;for(let t=0;t<i.Bankdetails.length;t++)if(i.Bankdetails[t].check_no==D&&i.Bankdetails[t].slma_acno==C&&i.Bankdetails[t].gldd_doc_amount==U&&i.Bankdetails[t].ChequeDate==S){v="",D="",U="";let e=S="";var a=document.getElementById("bankName"),a=a.options[a.selectedIndex].text;null==i.edt.gldd_doc_narr&&(i.edt.gldd_doc_narr=""),i.gldd_doc_narr1=i.edt.gldd_doc_narr,e=null==i.edt.sllc_ldgr_code?"00":i.edt.sllc_ldgr_code,i.Bankdetails.push({gldd_comp_code:u,sllc_ldgr_code:e,slma_acno:C,coad_pty_full_name:T,coad_dept_no:i.edt1.coad_dept_no,bankslno:b,check_no:i.edt2.chequeno1,ChequeDate:i.temp1.ChequeDate,coad_dept_name:a,gldd_doc_narr:i.gldd_doc_narr1,gldd_doc_amount:i.edt.gldd_doc_amount,slma_pty_bank_id:i.edt.slma_pty_bank_id}),i.Bankdetails.splice(t,1)}i.total=0,T="";for(let e=0;e<i.Bankdetails.length;e++)i.total=parseFloat(i.total)+parseFloat(i.Bankdetails[e].gldd_doc_amount);i.updatebtn=!1,i.Add=!0,i.accountnametxt=!1,i.accountnamecmb=!0,i.Readonlyledgercode=!1,i.DuplicateEditBankDetails=[],C="",i.edt.sllc_ldgr_code="",i.edt.gldd_acct_code="",i.edt.gldd_doc_amount="",i.edt.gldd_doc_narr="",i.getSLAccNo("00"),$("#cmb_acc_Code").select2("val","")}}},i.Delete=function(t){for(let e=0;e<i.Bankdetails.length;e++)if(i.Bankdetails[e].check_no==t.check_no&&i.Bankdetails[e].slma_acno==t.slma_acno&&i.Bankdetails[e].gldd_doc_amount==t.gldd_doc_amount&&i.Bankdetails[e].ChequeDate==t.ChequeDate){i.Bankdetails.splice(e,1);break}w=angular.copy(i.Bankdetails);for(let e=i.total=0;e<i.Bankdetails.length;e++)i.total=parseFloat(i.total)+parseFloat(i.Bankdetails[e].gldd_doc_amount)},i.checkbook_number=function(){d.get(_.apiUrl+"api/ChequeRegister/getcheckbook_details?cr_bank_code="+i.edt.slma_pty_bank_id).then(function(e){i.checkbook_det=e.data,i.edt.cheque_book_no=i.checkbook_det[0].cheque_bookno,i.last_used_check=i.checkbook_det[0].last_use_check,i.check_number(i.edt.slma_pty_bank_id,i.checkbook_det[0].cheque_bookno)})},i.naration=function(e){i.edt.gldd_doc_narr=e},i.check_number=function(){d.get(_.apiUrl+"api/ChequeRegister/getchecknumber_details?cr_bank_code="+i.edt.slma_pty_bank_id+"&cheque_bookno="+i.edt.cheque_book_no).then(function(e){i.getchecknumber_det=e.data})},i.check_post_date=function(){null==i.temp.PostDate&&""==i.temp.PostDate||d.get(_.apiUrl+"api/JVCreation/Get_Check_Postdate?post_date="+i.temp.PostDate+"&comp_cd="+u+"&fyear="+g).then(function(e){i.msg=e.data,""!=i.msg?(swal({title:"Alert",text:i.msg,width:300,height:200}),i.preparebtn=!0,i.verifybtn=!0,i.authorizebtn=!0):0!=i.users.length&&(i.users[0]==p&&i.users[1]==p?(i.preparebtn=!1,i.verifybtn=!1,i.authorizebtn=!1):(i.users[0]!=p||""!=i.users[1]&&i.users[1]==p?(i.preparebtn=!1,i.verifybtn=!0):(i.verifybtn=!1,i.preparebtn=!1),i.authorizebtn=!0))})},d.get(_.apiUrl+"api/BankPayment/getVATProfileDetails?comp_code="+u).then(function(e){i.vatProfile=e.data,i.vat_cal=function(t,a,e,o){let s;i.vat_code=null==e?null:a.vat_code,i.totaldiff=parseFloat(i.totalDebit)-parseFloat(i.totalcredit);for(let e=0;e<t.length;e++)if(t[e].vat_code==a.vat_code){s=t[e];break}null!=i.vat_code&&"undefined"!=i.vat_code&&""!=i.vat_code||(a.gldd_tax_amount=null,a.gldd_tax_code=null,a.gldd_tax_percentage=null,a.gldd_tax_acct_code=null),a.gldd_tax_amount!=o&&(a.gldd_tax_amount=o),""==a.gldd_doc_amount_debit&&(a.gldd_doc_amount_debit=0),""==a.gldd_doc_amount_credit&&(a.gldd_doc_amount_credit=0),0<a.gldd_doc_amount_debit&&(a.gldd_doc_amount_credit=0),null!=s&&(a.gldd_tax_code=s.vat_code,a.gldd_tax_percentage=s.vat_per_value,a.vat_included_in_price=s.vat_included_in_price,a.gldd_tax_acct_code=s.vat_invoice_acno,a.gldd_tax_amount=0,e=parseFloat(a.gldd_doc_amount),o=parseFloat(a.gldd_doc_amount),0!=s.vat_per_value?"Y"==s.vat_included_in_price?0!=e?(a.gldd_tax_amount=parseFloat(e*parseFloat(s.vat_per_value)/(100+parseFloat(s.vat_per_value))).toFixed(i.decimal_dsc),edt.gldd_doc_amount=parseFloat(e)-parseFloat(e*parseFloat(s.vat_per_value)/(100+parseFloat(s.vat_per_value))).toFixed(i.decimal_dsc)):(a.gldd_tax_amount=parseFloat(o*parseFloat(s.vat_per_value)/(100+parseFloat(s.vat_per_value))).toFixed(i.decimal_dsc),edt.gldd_doc_amount=parseFloat(o)-parseFloat(o*parseFloat(s.vat_per_value)/(100+parseFloat(s.vat_per_value))).toFixed(i.decimal_dsc)):a.gldd_tax_amount=(0!=e?parseFloat(e*parseFloat(s.vat_per_value)/100):parseFloat(o*parseFloat(s.vat_per_value)/100)).toFixed(i.decimal_dsc):a.gldd_tax_amount=0)}})}])}(),function(){"use strict";var p,u,g="",e=angular.module("sims.module.Finance");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("PDCCancelCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(s,e,t,a,o,n,i){s.save_btn=!0,s.tot_btn=!0,s.Maintabledata=!1,s.Update_btn=!1,s.display=!1,s.table=!0,s.records=!1,s.edt=[];t.globals.currentUser.username;var t=new Date,d=t.getDate(),c=t.getMonth()+1,t=t.getFullYear(),l=(s.finnDetail=JSON.parse(window.localStorage.Finn_comp),s.finnDetail.company),r=s.finnDetail.year,m=(setTimeout(function(){$("#account_codes8").select2()},100),s.block1={cheque:"cheque",pdc_return_date:d+"-"+c+"-"+t},n.get(i.apiUrl+"api/PDCSubmission/getBankName?comp_code="+l).then(function(e){s.bank_name=e.data}),n.get(i.apiUrl+"api/PDCSubmission/getDepartment?finance_year="+r+"&comp_code="+l).then(function(e){s.Department=e.data}),n.get(i.apiUrl+"api/BankPayment/GetLedgerCodes?financialyear="+r+"&comp_code="+l).then(function(e){s.LdgrCode=e.data}),n.get(i.apiUrl+"api/JVCreation/GetAllGLAccountNos?glma_accountcode="+g+"&cmpnycode="+l+"&fyear="+r).then(function(e){s.getAllAccNos=e.data}),s.DocNarr=[],n.get(i.apiUrl+"api/PDCSubmission/getDocNarration?remark_type=PDC_Cancel").then(function(e){if(s.DocNarration=e.data,0<s.DocNarration.length)for(var t=0;t<s.DocNarration.length;t++)s.DocNarr.push(s.DocNarration[t].gdn_doc_narration)}),s.complete=function(){for(var e=0;e<s.pdcSubmissionList.length;e++)$("#DocNarration"+e).autocomplete({source:s.DocNarr})},s.getSLAccNo=function(){g=s.getAllAccNos.gldd_acct_code,"00"!==s.block1.gldd_ledger_code?n.get(i.apiUrl+"api/JVCreation/GetSLAccNumber?ldgr_code="+s.block1.gldd_ledger_code+"&cmp_cd="+l+"&year="+r).then(function(e){s.getAllAccNos=e.data}):n.get(i.apiUrl+"api/JVCreation/GetAllGLAccountNos?glma_accountcode="+g+"&cmpnycode="+l+"&fyear="+r).then(function(e){s.getAllAccNos=e.data})},s.getViewDetails=function(){$("#loader").modal({backdrop:"static",keyboard:!1}),u="cheque"===s.block1.cheque?"Ch":"Dd";var e={ps_comp_code:l,ps_dept_no:s.block1.dept_no,ps_ldgr_code:s.block1.gldd_ledger_code,ps_sl_acno:s.block1.gldd_acct_code,ps_discd:"O",pc_calendar:"B",ps_bank_code:s.block1.bank_code,filterText:s.edt.SelectOption,filterRange:s.edt.txt_filter_range,ps_due_dateStr:s.block1.from_date,subMissionDate:s.block1.to_date,pc_ref_no:s.block1.submission_no,pc_payment_mode:u};n.post(i.apiUrl+"api/PDCSubmission/AllPDCSubmission_new_data",e).then(function(e){s.pdcSubmissionList=e.data,s.pdc_details=e.data,s.Maintabledata=!0;for(var t=s.total=0;t<e.data.length;t++)s.total=s.total+e.data[t].ps_amount;s.subtotal=0,$("#loader").modal("hide"),$(".modal-backdrop").removeClass("modal-backdrop")})},s.selectonebyone=function(e,t){!0===e?s.subtotal=parseFloat(s.subtotal)+parseFloat(t):s.subtotal=parseFloat(s.subtotal)-parseFloat(t)},[]);s.savedata=function(){s.disable_save_btn=!0,u="cheque"===s.block1.cheque?"Ch":"Dd",$("#loader").modal({backdrop:"static",keyboard:!1});for(var e=0;e<s.pdcSubmissionList.length;e++)!0===s.pdcSubmissionList[e].ps_cheque_no_check&&(s.pdcSubmissionList[e].ps_dept_name="Cancellation of Cheque",s.pdcSubmissionList[e].pc_payment_mode=u,s.pdcSubmissionList[e].ps_approv_date=s.block1.pdc_return_date,m.push(s.pdcSubmissionList[e]));0<m.length?n.post(i.apiUrl+"api/PDCSubmission/Finn102_PDC_Cancellation",m).then(function(e){s.msg1=e.data,swal({text:s.msg1.strMessage,timer:5e3}),$("#loader").modal("hide"),$(".modal-backdrop").removeClass("modal-backdrop"),s.disable_save_btn=!1,s.getViewDetails()}):(swal({text:"Please Select Cheque",timer:5e3}),s.disable_save_btn=!1,$("#loader").modal("hide")),m=[]},s.showdate=function(e,t){var a=e.split("-")[0],o=e.split("-")[1],e=e.split("-")[2];s.temp[t]=a+"-"+o+"-"+e},s.CheckAllChecked=function(){p=document.getElementById("mainchk");for(var e=0;e<s.pdcSubmissionList.length;e++)!0===p.checked?(s.pdcSubmissionList[e].ps_cheque_no_check=!0,s.subtotal=parseFloat(s.subtotal)+parseFloat(s.pdcSubmissionList[e].ps_amount),s.pdcSubmissionList[e].row_color="#ffffcc"):(s.pdcSubmissionList[e].ps_cheque_no_check=!1,s.subtotal=parseFloat(s.subtotal)-parseFloat(s.pdcSubmissionList[e].ps_amount),s.pdcSubmissionList[e].row_color="")},s.ShowFilterText=function(e){s.filterVisible=""!==e},s.FilterCode=function(){var t=[];if(!0===s.temp.chk_previous_clear){p=document.getElementById("mainchk");for(let e=0;e<s.pdcSubmissionList.length;e++)document.getElementById(e+e).checked=!1,p.checked=!1,s.row1="",s.pdcSubmissionList[e].row_color="white";if("Select Records"===s.edt.SelectOption)for(let e=0;e<s.edt.txt_filter_range;e++)document.getElementById(e+e).checked=!0,s.pdcSubmissionList[e].row_color="#ffffcc";else if("Cheque Amount between"===s.edt.SelectOption){if(2<=(t=void 0!==s.edt.txt_filter_range?s.edt.txt_filter_range.split("-"):t).length)for(let e=0;e<s.pdcSubmissionList.length;e++)s.pdcSubmissionList[e].ps_amount>=t[0]&&s.pdcSubmissionList[e].ps_amount<=t[1]&&(document.getElementById(e+e).checked=!0,s.pdcSubmissionList[e].row_color="#ffffcc")}else if("Cheque Series between"===s.edt.SelectOption&&2<=(t=void 0!==s.edt.txt_filter_range?s.edt.txt_filter_range.split("-"):t).length){s.minchkno=0;for(let e=s.maxchkno=0;e<t.length;e++)0===e?s.minchkno=parseInt(t[0]):s.maxchkno=parseInt(t[1]);for(let e=0;e<s.pdcSubmissionList.length;e++)s.pdcSubmissionList[e].ps_cheque_no>=s.minchkno&&s.pdcSubmissionList[e].ps_cheque_no<=s.maxchkno&&(document.getElementById(e+e).checked=!0,s.pdcSubmissionList[e].row_color="#ffffcc")}}else if("Select Records"===s.edt.SelectOption){if(s.pdcSubmissionList.length>=s.edt.txt_filter_range)for(let e=0;e<s.edt.txt_filter_range;e++)document.getElementById(e+e).checked=!0,s.pdcSubmissionList[e].row_color="#ffffcc"}else if("Cheque Amount between"===s.edt.SelectOption){if(2<=(t=void 0!==s.edt.txt_filter_range?s.edt.txt_filter_range.split("-"):t).length)for(let e=0;e<s.pdcSubmissionList.length;e++)s.pdcSubmissionList[e].ps_amount>=t[0]&&s.pdcSubmissionList[e].ps_amount<=t[1]&&(document.getElementById(e+e).checked=!0,s.pdcSubmissionList[e].row_color="#ffffcc")}else if("Cheque Series between"===s.edt.SelectOption&&2<=(t=void 0!==s.edt.txt_filter_range?s.edt.txt_filter_range.split("-"):t).length){s.minchkno=0;for(let e=s.maxchkno=0;e<t.length;e++)0===e?s.minchkno=parseInt(t[0]):s.maxchkno=parseInt(t[1]);for(let e=0;e<s.pdcSubmissionList.length;e++)s.pdcSubmissionList[e].ps_cheque_no>=s.minchkno&&s.pdcSubmissionList[e].ps_cheque_no<=s.maxchkno&&(document.getElementById(e+e).checked=!0,s.pdcSubmissionList[e].row_color="#ffffcc")}},s.search=function(){s.todos=s.searched(s.pdcSubmissionList,s.searchText),s.totalItems=s.todos.length,s.currentPage="1",""===s.searchText&&(s.todos=s.pdcSubmissionList)},s.isSearched=!1,s.filterRecords=function(e){s.isSearched=void 0!==e&&""!==e},s.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).ps_cheque_no.toLowerCase().indexOf(t.toLowerCase())||-1<e.ps_bank_code_name.toLowerCase().indexOf(t.toLowerCase())||-1<e.pc_dept_no.toLowerCase().indexOf(t.toLowerCase())||-1<e.sllc_ldgr_name.toLowerCase().indexOf(t.toLowerCase())||-1<e.pc_parent_number.toLowerCase().indexOf(t.toLowerCase())||-1<e.pc_father_full_name.toLowerCase().indexOf(t.toLowerCase())||-1<e.pc_our_doc_no.toLowerCase().indexOf(t.toLowerCase())||-1<e.ps_due_date.toLowerCase().indexOf(t.toLowerCase())||-1<e.ps_cheque_no.toLowerCase().indexOf(t.toLowerCase())||-1<e.ps_amount.toLowerCase().indexOf(t.toLowerCase());var t})},$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0,format:"dd-mm-yyyy"}),a(function(){$("#fixTable").tableHeadFixer({top:1})},100)}])}(),function(){"use strict";var h,f,y="",e=angular.module("sims.module.Finance");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("PDCRealisedCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(s,e,t,a,o,n,i){s.save_btn=!0,s.tot_btn=!0,s.Maintabledata=!1,s.Update_btn=!1,s.display=!1,s.table=!0,s.records=!1,s.temp={},s.temp.chk_previous_clear=!1,s.edt=[];var d=new Date,c=d.getDate(),l=d.getMonth()+1,d=d.getFullYear(),r=t.globals.currentUser.username,m=(s.finnDetail=JSON.parse(window.localStorage.Finn_comp),setTimeout(function(){$("#account_codes11").select2()},100),setTimeout(function(){$(document).ready(function(){$("#cmb_END_date, #cmb_Start_date,#clearance_Date").kendoDatePicker({format:"dd-MM-yyyy",value:""})})},700),s.finnDetail.company),p=s.finnDetail.year,u=(s.block1={cheque:"cheque",pdc_clearance_date:c+"-"+l+"-"+d},s.DocNarr=[],n.get(i.apiUrl+"api/PDCSubmission/getDocNarration?remark_type=PDC_Realize").then(function(e){if(s.DocNarration=e.data,0<s.DocNarration.length)for(var t=0;t<s.DocNarration.length;t++)s.DocNarr.push(s.DocNarration[t].gdn_doc_narration)}),s.complete=function(){for(var e=0;e<s.pdcSubmissionList.length;e++)$("#DocNarration"+e).autocomplete({source:s.DocNarr})},n.get(i.apiUrl+"api/PDCSubmission/getBankName?comp_code=1").then(function(e){s.bank_name=e.data;for(var t=0;t<s.bank_name.length;t++)"Y"===s.bank_name[t].sims_default_bank&&(s.block1.bank_code=s.bank_name[t].bank_code)}),n.get(i.apiUrl+"api/PDCSubmission/getDepartment").then(function(e){s.Department=e.data}),n.get(i.apiUrl+"api/BankPayment/GetLedgerCodes?financialyear="+p+"&comp_code="+m).then(function(e){s.LdgrCode=e.data}),n.get(i.apiUrl+"api/JVCreation/GetAllGLActNo?glma_accountcode="+y+"&cmpnycode="+m+"&fyear="+p+"&user="+r).then(function(e){s.getAllAccNos=e.data}),s.getSLAccNo=function(){y=s.getAllAccNos.gldd_acct_code,"00"!==s.block1.gldd_ledger_code?n.get(i.apiUrl+"api/JVCreation/GetSLAccNumber?ldgr_code="+s.block1.gldd_ledger_code+"&cmp_cd="+m+"&year="+p).then(function(e){s.getAllAccNos=e.data}):n.get(i.apiUrl+"api/JVCreation/GetAllGLAccountNos?glma_accountcode="+y+"&cmpnycode="+m+"&fyear="+p).then(function(e){s.getAllAccNos=e.data})},s.getViewDetails=function(){$("#loader").modal({backdrop:"static",keyboard:!1}),f="cheque"===s.block1.cheque?"Ch":"Dd";var e={ps_comp_code:m,ps_dept_no:s.block1.dept_no,ps_ldgr_code:s.block1.gldd_ledger_code,ps_sl_acno:s.block1.gldd_acct_code,ps_discd:"I",pc_calendar:"R",ps_bank_code:s.block1.bank_code,filterText:s.edt.SelectOption,filterRange:s.edt.txt_filter_range,ps_due_dateStr:s.block1.from_date,subMissionDate:s.block1.to_date,pc_ref_no:s.block1.submission_no,pc_payment_mode:f};n.post(i.apiUrl+"api/PDCSubmission/AllPDCSubmission_new_data",e).then(function(t){s.pdcSubmissionList=t.data,s.pdc_details=t.data,s.Maintabledata=!0,s.total=0,setTimeout(function(){for(var e=0;e<t.data.length;e++)s.total=s.total+t.data[e].ps_amount,$("#realize_acct_"+e).select2(),$("#"+t.data[e].ps_sl_acno+e).kendoDatePicker({format:"dd-MM-yyyy"})},1e3),s.subtotal=0,$("#loader").modal("hide"),$(".modal-backdrop").removeClass("modal-backdrop")})},s.selectonebyone=function(e,t){!0===e?s.subtotal=parseFloat(s.subtotal)+parseFloat(t):s.subtotal=parseFloat(s.subtotal)-parseFloat(t)},s.mark_outstanding=!1,"abqis"===n.defaults.headers.common.schoolId||"asis"===n.defaults.headers.common.schoolId||"siso"===n.defaults.headers.common.schoolId||"imert"===n.defaults.headers.common.schoolId||"staging"===n.defaults.headers.common.schoolId||"staging4"===n.defaults.headers.common.schoolId||"staging2"===n.defaults.headers.common.schoolId||"staging3"===n.defaults.headers.common.schoolId||"staging1"===n.defaults.headers.common.schoolId||"tosdxb"===n.defaults.headers.common.schoolId||"aisdxb"===n.defaults.headers.common.schoolId||"tiadxb"===n.defaults.headers.common.schoolId||"tiashj"===n.defaults.headers.common.schoolId?s.mark_outstanding=!0:s.mark_outstanding=!1,[]),g=(s.savedata=function(){s.disable_save_btn=!0,f="cheque"===s.block1.cheque?"Ch":"Dd",$("#loader").modal({backdrop:"static",keyboard:!1});for(var e=0;e<s.pdcSubmissionList.length;e++)!0===s.pdcSubmissionList[e].ps_cheque_no_check&&(s.pdcSubmissionList[e].ps_approv_date=s.block1.pdc_clearance_date,s.pdcSubmissionList[e].pc_payment_mode=f,s.pdcSubmissionList.opr="I",s.pdcSubmissionList[e].bank_code=s.block1.bank_code,u.push(s.pdcSubmissionList[e]));0<u.length?n.post(i.apiUrl+"api/PDCSubmission/Finn102_PDC_Realise",u).then(function(e){s.msg1=e.data,swal({text:s.msg1.strMessage,timer:5e3}),$("#loader").modal("hide"),$(".modal-backdrop").removeClass("modal-backdrop"),s.disable_save_btn=!1,s.getViewDetails()}):(swal({text:"Please Select Cheque",timer:5e3}),s.disable_save_btn=!1,$("#loader").modal("hide")),u=[]},s.showdate=function(e,t){var a=e.split("-")[0],o=e.split("-")[1],e=e.split("-")[2];s.temp[t]=a+"-"+o+"-"+e},s.CheckAllChecked=function(){h=document.getElementById("mainchk");for(var e=0;e<s.pdcSubmissionList.length;e++)!0===h.checked?(s.pdcSubmissionList[e].ps_cheque_no_check=!0,s.subtotal=parseFloat(s.subtotal)+parseFloat(s.pdcSubmissionList[e].ps_amount),s.pdcSubmissionList[e].row_color="#ffffcc"):(s.pdcSubmissionList[e].ps_cheque_no_check=!1,s.subtotal=parseFloat(s.subtotal)-parseFloat(s.pdcSubmissionList[e].ps_amount),s.pdcSubmissionList[e].row_color="")},s.ShowFilterText=function(e){s.filterVisible=""!==e},s.FilterCode=function(){var t=[];if(!0===s.temp.chk_previous_clear){h=document.getElementById("mainchk");for(let e=0;e<s.pdcSubmissionList.length;e++)document.getElementById(e+e).checked=!1,h.checked=!1,s.row1="",s.pdcSubmissionList[e].row_color="white";if("Select Records"===s.edt.SelectOption)for(let e=0;e<s.edt.txt_filter_range;e++)document.getElementById(e+e).checked=!0,s.pdcSubmissionList[e].row_color="#ffffcc";else if("Cheque Amount between"===s.edt.SelectOption){if(2<=(t=void 0!==s.edt.txt_filter_range?s.edt.txt_filter_range.split("-"):t).length)for(let e=0;e<s.pdcSubmissionList.length;e++)s.pdcSubmissionList[e].ps_amount>=t[0]&&s.pdcSubmissionList[e].ps_amount<=t[1]&&(document.getElementById(e+e).checked=!0,s.pdcSubmissionList[e].row_color="#ffffcc")}else if("Cheque Series between"===s.edt.SelectOption){if(2<=(t=void 0!==s.edt.txt_filter_range?s.edt.txt_filter_range.split("-"):t).length){s.minchkno=0;for(let e=s.maxchkno=0;e<t.length;e++)0===e?s.minchkno=parseInt(t[0]):s.maxchkno=parseInt(t[1]);for(let e=0;e<s.pdcSubmissionList.length;e++)s.pdcSubmissionList[e].ps_cheque_no>=s.minchkno&&s.pdcSubmissionList[e].ps_cheque_no<=s.maxchkno&&(document.getElementById(e+e).checked=!0,s.pdcSubmissionList[e].row_color="#ffffcc")}}else if("Parent ID"===s.edt.SelectOption)for(let e=0;e<s.pdcSubmissionList.length;e++)s.pdcSubmissionList[e].ps_sl_acno!=s.edt.txt_filter_range&&(document.getElementById(e+e).checked=!0,s.pdcSubmissionList[e].row_color="#ffffcc")}else if("Select Records"===s.edt.SelectOption){if(s.pdcSubmissionList.length>=s.edt.txt_filter_range)for(let e=0;e<s.edt.txt_filter_range;e++)document.getElementById(e+e).checked=!0,s.pdcSubmissionList[e].row_color="#ffffcc"}else if("Cheque Amount between"===s.edt.SelectOption){if(2<=(t=void 0!==s.edt.txt_filter_range?s.edt.txt_filter_range.split("-"):t).length)for(let e=0;e<s.pdcSubmissionList.length;e++)s.pdcSubmissionList[e].ps_amount>=t[0]&&s.pdcSubmissionList[e].ps_amount<=t[1]&&(document.getElementById(e+e).checked=!0,s.pdcSubmissionList[e].row_color="#ffffcc")}else if("Cheque Series between"===s.edt.SelectOption){if(2<=(t=void 0!==s.edt.txt_filter_range?s.edt.txt_filter_range.split("-"):t).length){s.minchkno=0;for(let e=s.maxchkno=0;e<t.length;e++)0==e?s.minchkno=parseInt(t[0]):s.maxchkno=parseInt(t[1]);for(let e=0;e<s.pdcSubmissionList.length;e++)s.pdcSubmissionList[e].ps_cheque_no>=s.minchkno&&s.pdcSubmissionList[e].ps_cheque_no<=s.maxchkno&&(document.getElementById(e+e).checked=!0,s.pdcSubmissionList[e].row_color="#ffffcc")}}else if("Parent ID"===s.edt.SelectOption)for(let e=0;e<s.pdcSubmissionList.length;e++)s.pdcSubmissionList[e].ps_sl_acno!=s.edt.txt_filter_range&&(document.getElementById(e+e).checked=!0,s.pdcSubmissionList[e].row_color="#ffffcc")},$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0,format:"dd-mm-yyyy"}),s.check_post_date=function(e){void 0===s.block1.pdc_clearance_date&&""===s.block1.pdc_clearance_date||n.get(i.apiUrl+"api/JVCreation/Get_Check_Postdate?post_date="+s.block1.pdc_clearance_date+"&comp_cd="+m+"&fyear="+p).then(function(e){s.msg=e.data,""!==s.msg?(swal({title:"Alert",text:s.msg,width:300,height:200}),s.save_btn=!1):s.save_btn=!0})},a(function(){$("#fixTable").tableHeadFixer({top:1})},100),s.isSearched=!1,s.filterRecords=function(e){void 0===e||""===e?(s.isSearched=!1,setTimeout(function(){for(let e=0;e<s.pdcSubmissionList.length;e++)$("#realize_acct_"+e).select2()},1e3)):(s.isSearched=!0,setTimeout(function(){for(let e=0;e<s.pdcSubmissionList.length;e++)$("#realize_acct_"+e).select2()},1e3))},s.checkAcctCode=function(t){t&&swal({title:"",text:"Do you want to apply selected account to all?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:400,cancelButtonText:"No"}).then(function(e){if(e)for(let e=0;e<s.pdcSubmissionList.length;e++)!0===s.pdcSubmissionList[e].ps_cheque_no_check&&(s.pdcSubmissionList[e].pc_bank_to=t,$("#fixTable").trigger("click"),$("#realize_acct_"+e).select2("val",t))})},[]);s.save_as_outstanding=function(){s.disable_save_btn=!0;for(var e=0;e<s.pdcSubmissionList.length;e++)!0===s.pdcSubmissionList[e].ps_cheque_no_check&&(s.pdcSubmissionList[e].user_name=r,g.push(s.pdcSubmissionList[e]));0<g.length?n.post(i.apiUrl+"api/PDCSubmission/PDC_Mark_Outstanding",g).then(function(e){s.msg1=e.data,swal({text:s.msg1.strMessage,timer:5e3}),s.disable_save_btn=!1,s.getViewDetails()}):(swal({text:"Please Select Cheque",timer:5e3}),s.disable_save_btn=!1,$("#loader").modal("hide")),g=[]},s.search=function(){s.todos=s.searched(s.pdcSubmissionList,s.searchText),s.totalItems=s.todos.length,s.currentPage="1",""===s.searchText&&(s.todos=s.pdcSubmissionList)},s.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).ps_bank_code_name.toLowerCase().indexOf(t.toLowerCase())||-1<e.pc_dept_no.toLowerCase().indexOf(t.toLowerCase())||-1<e.sllc_ldgr_name.toLowerCase().indexOf(t.toLowerCase())||-1<e.ps_sl_acno.toLowerCase().indexOf(t.toLowerCase())||-1<e.ps_sl_acno_name.toLowerCase().indexOf(t.toLowerCase())||-1<e.pc_our_doc_no.toLowerCase().indexOf(t.toLowerCase())||-1<e.ps_cheque_no.toLowerCase().indexOf(t.toLowerCase())||-1<e.ps_due_date.toLowerCase().indexOf(t.toLowerCase());var t})}}])}(),function(){"use strict";var r,m,p="",e=angular.module("sims.module.Finance");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("PDCReSubmissionCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(s,e,t,a,o,n,i){s.save_btn=!0,s.tot_btn=!0,s.Maintabledata=!1,s.Update_btn=!1,s.display=!1,s.table=!0,s.records=!1,s.edt=[];var t=t.globals.currentUser.username,d=(s.finnDetail=JSON.parse(window.localStorage.Finn_comp),s.finnDetail.company),c=s.finnDetail.year,l=(setTimeout(function(){$("#account_codes10").select2()},100),s.block1={cheque:"cheque"},s.DocNarr=[],n.get(i.apiUrl+"api/PDCSubmission/getDocNarration?remark_type=PDC_ReSubmission").then(function(e){if(s.DocNarration=e.data,0<s.DocNarration.length)for(var t=0;t<s.DocNarration.length;t++)s.DocNarr.push(s.DocNarration[t].gdn_doc_narration)}),s.complete=function(){for(var e=0;e<s.pdcSubmissionList.length;e++)$("#DocNarration"+e).autocomplete({source:s.DocNarr})},n.get(i.apiUrl+"api/PDCSubmission/getBankName").then(function(e){s.bank_name=e.data}),n.get(i.apiUrl+"api/PDCSubmission/getDepartment").then(function(e){s.Department=e.data}),n.get(i.apiUrl+"api/BankPayment/GetLedgerCodes?financialyear="+c+"&comp_code="+d).then(function(e){s.LdgrCode=e.data}),n.get(i.apiUrl+"api/JVCreation/GetAllGLActNo?glma_accountcode="+p+"&cmpnycode="+d+"&fyear="+c+"&user="+t).then(function(e){s.getAllAccNos=e.data}),s.getSLAccNo=function(){p=s.getAllAccNos.gldd_acct_code,"00"!==s.block1.gldd_ledger_code?n.get(i.apiUrl+"api/JVCreation/GetSLAccNumber?ldgr_code="+s.block1.gldd_ledger_code+"&cmp_cd="+d+"&year="+c).then(function(e){s.getAllAccNos=e.data}):n.get(i.apiUrl+"api/JVCreation/GetAllGLAccountNos?glma_accountcode="+p+"&cmpnycode="+d+"&fyear="+c).then(function(e){s.getAllAccNos=e.data})},s.getViewDetails=function(){$("#loader").modal({backdrop:"static",keyboard:!1}),m="cheque"===s.block1.cheque?"Ch":"Dd";var e={ps_comp_code:d,ps_dept_no:s.block1.dept_no,ps_ldgr_code:s.block1.gldd_ledger_code,ps_sl_acno:s.block1.gldd_acct_code,ps_discd:"B",pc_calendar:null,ps_bank_code:s.block1.bank_code,filterText:s.edt.SelectOption,filterRange:s.edt.txt_filter_range,ps_due_dateStr:s.block1.from_date,subMissionDate:s.block1.to_date,pc_ref_no:s.block1.submission_no,pc_payment_mode:m};n.post(i.apiUrl+"api/PDCSubmission/AllPDCSubmission_new_data",e).then(function(t){s.pdcSubmissionList=t.data,s.pdc_details=t.data,s.Maintabledata=!0,s.total=0,setTimeout(function(){for(var e=0;e<t.data.length;e++)s.total=s.total+t.data[e].ps_amount,$("#resubmission_acct_"+e).select2()},1e3),s.subtotal=0,$("#loader").modal("hide"),$(".modal-backdrop").removeClass("modal-backdrop")})},s.selectonebyone=function(e,t){!0===e?s.subtotal=parseFloat(s.subtotal)+parseFloat(t):s.subtotal=parseFloat(s.subtotal)-parseFloat(t)},[]);s.savedata=function(){s.disable_save_btn=!0,m="cheque"===s.block1.cheque?"Ch":"Dd",$("#loader").modal({backdrop:"static",keyboard:!1});for(var e=0;e<s.pdcSubmissionList.length;e++)!0===s.pdcSubmissionList[e].ps_cheque_no_check&&(s.pdcSubmissionList[e].ps_approv_date=s.block1.pdc_clearance_date,s.pdcSubmissionList[e].cnt=2,s.pdcSubmissionList[e].pc_payment_mode=m,s.pdcSubmissionList.opr="I",l.push(s.pdcSubmissionList[e]));0<l.length?n.post(i.apiUrl+"api/PDCSubmission/PDC_Submission_or_ReSubmission",l).then(function(e){s.msg1=e.data,swal({title:"Alert",text:s.msg1.strMessage,imageUrl:"assets/img/check.png"}),s.checkprintbtn=!1,$("#loader").modal("hide"),$(".modal-backdrop").removeClass("modal-backdrop"),s.disable_save_btn=!1,s.getViewDetails()}):(swal({text:"Please Select Cheque",timer:5e3}),s.disable_save_btn=!1,$("#loader").modal("hide")),l=[]},s.showdate=function(e,t){var a=e.split("-")[0],o=e.split("-")[1],e=e.split("-")[2];s.temp[t]=a+"-"+o+"-"+e},s.CheckAllChecked=function(){r=document.getElementById("mainchk");for(var e=0;e<s.pdcSubmissionList.length;e++)!0===r.checked?(s.pdcSubmissionList[e].ps_cheque_no_check=!0,s.subtotal=parseFloat(s.subtotal)+parseFloat(s.pdcSubmissionList[e].ps_amount),s.pdcSubmissionList[e].row_color="#ffffcc"):(s.pdcSubmissionList[e].ps_cheque_no_check=!1,s.subtotal=parseFloat(s.subtotal)-parseFloat(s.pdcSubmissionList[e].ps_amount),s.pdcSubmissionList[e].row_color="")},s.ShowFilterText=function(e){s.filterVisible=""!==e},s.FilterCode=function(){var t=[];if(!0===s.temp.chk_previous_clear){r=document.getElementById("mainchk");for(let e=0;e<s.pdcSubmissionList.length;e++)document.getElementById(e+e).checked=!1,r.checked=!1,s.row1="",s.pdcSubmissionList[e].row_color="white";if("Select Records"===s.edt.SelectOption)for(let e=0;e<s.edt.txt_filter_range;e++)document.getElementById(e+e).checked=!0,s.pdcSubmissionList[e].row_color="#ffffcc";else if("Cheque Amount between"===s.edt.SelectOption){if(2<=(t=void 0!==s.edt.txt_filter_range?s.edt.txt_filter_range.split("-"):t).length)for(let e=0;e<s.pdcSubmissionList.length;e++)s.pdcSubmissionList[e].ps_amount>=t[0]&&s.pdcSubmissionList[e].ps_amount<=t[1]&&(document.getElementById(e+e).checked=!0,s.pdcSubmissionList[e].row_color="#ffffcc")}else if("Cheque Series between"===s.edt.SelectOption&&2<=(t=void 0!==s.edt.txt_filter_range?s.edt.txt_filter_range.split("-"):t).length){s.minchkno=0;for(let e=s.maxchkno=0;e<t.length;e++)0===e?s.minchkno=parseInt(t[0]):s.maxchkno=parseInt(t[1]);for(let e=0;e<s.pdcSubmissionList.length;e++)s.pdcSubmissionList[e].ps_cheque_no>=s.minchkno&&s.pdcSubmissionList[e].ps_cheque_no<=s.maxchkno&&(document.getElementById(e+e).checked=!0,s.pdcSubmissionList[e].row_color="#ffffcc")}}else if("Select Records"===s.edt.SelectOption){if(s.pdcSubmissionList.length>=s.edt.txt_filter_range)for(let e=0;e<s.edt.txt_filter_range;e++)document.getElementById(e+e).checked=!0,s.pdcSubmissionList[e].row_color="#ffffcc"}else if("Cheque Amount between"===s.edt.SelectOption){if(2<=(t=void 0!==s.edt.txt_filter_range?s.edt.txt_filter_range.split("-"):t).length)for(let e=0;e<s.pdcSubmissionList.length;e++)s.pdcSubmissionList[e].ps_amount>=t[0]&&s.pdcSubmissionList[e].ps_amount<=t[1]&&(document.getElementById(e+e).checked=!0,s.pdcSubmissionList[e].row_color="#ffffcc")}else if("Cheque Series between"===s.edt.SelectOption&&2<=(t=void 0!==s.edt.txt_filter_range?s.edt.txt_filter_range.split("-"):t).length){s.minchkno=0;for(let e=s.maxchkno=0;e<t.length;e++)0===e?s.minchkno=parseInt(t[0]):s.maxchkno=parseInt(t[1]);for(let e=0;e<s.pdcSubmissionList.length;e++)s.pdcSubmissionList[e].ps_cheque_no>=s.minchkno&&s.pdcSubmissionList[e].ps_cheque_no<=s.maxchkno&&(document.getElementById(e+e).checked=!0,s.pdcSubmissionList[e].row_color="#ffffcc")}},$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0,format:"dd-mm-yyyy"}),s.check_post_date=function(){void 0===s.block1.pdc_clearance_date&&""===s.block1.pdc_clearance_date||n.get(i.apiUrl+"api/JVCreation/Get_Check_Postdate?post_date="+s.block1.pdc_clearance_date+"&comp_cd="+d+"&fyear="+c).then(function(e){s.msg=e.data,""!==s.msg?(swal({title:"Alert",text:s.msg,width:300,height:200}),s.save_btn=!1):s.save_btn=!0})},s.isSearched=!1,s.filterRecords=function(e){void 0===e||""===e?(s.isSearched=!1,setTimeout(function(){for(var e=0;e<s.pdcSubmissionList.length;e++)$("#resubmission_acct_"+e).select2()},1e3)):(s.isSearched=!0,setTimeout(function(){for(var e=0;e<s.pdcSubmissionList.length;e++)$("#resubmission_acct_"+e).select2()},1e3))},s.checkAcctCode=function(a){a&&swal({title:"",text:"Do you want to apply selected account to all?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:400,cancelButtonText:"No"}).then(function(e){if(e)for(var t=0;t<s.pdcSubmissionList.length;t++)!0===s.pdcSubmissionList[t].ps_cheque_no_check&&(s.pdcSubmissionList[t].pc_bank_to=a,$("#fixTable").trigger("click"),$("#resubmission_acct_"+t).select2("val",a))})},s.search=function(){s.todos=s.searched(s.pdcSubmissionList,s.searchText),s.totalItems=s.todos.length,s.currentPage="1",""===s.searchText&&(s.todos=s.pdcSubmissionList)},s.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).ps_cheque_no.toLowerCase().indexOf(t.toLowerCase())||-1<e.ps_bank_code_name.toLowerCase().indexOf(t.toLowerCase())||-1<e.pc_dept_no.toLowerCase().indexOf(t.toLowerCase())||-1<e.sllc_ldgr_name.toLowerCase().indexOf(t.toLowerCase())||-1<e.pc_parent_number.toLowerCase().indexOf(t.toLowerCase())||-1<e.pc_father_full_name.toLowerCase().indexOf(t.toLowerCase())||-1<e.pc_our_doc_no.toLowerCase().indexOf(t.toLowerCase())||-1<e.ps_due_date.toLowerCase().indexOf(t.toLowerCase())||-1<e.ps_cheque_no.toLowerCase().indexOf(t.toLowerCase())||-1<e.ps_amount.toLowerCase().indexOf(t.toLowerCase());var t})},a(function(){$("#fixTable").tableHeadFixer({top:1})},100)}])}(),function(){"use strict";var p,u,g,e=angular.module("sims.module.Finance");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("PDCReturnCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(s,e,t,a,o,n,i){s.save_btn=!0,s.tot_btn=!0,s.Maintabledata=!1,s.Update_btn=!1,s.display=!1,s.table=!0,s.records=!1,s.edt=[];var d=new Date,_=d.getDate(),c=d.getMonth()+1,d=d.getFullYear(),l=(t.globals.currentUser.username,s.finnDetail=JSON.parse(window.localStorage.Finn_comp),s.finnDetail.company),r=s.finnDetail.year,m=(setTimeout(function(){$("#account_codes9").select2()},100),setTimeout(function(){$(document).ready(function(){$("#cmb_Start_date,#cmb_END_date,#clearance_Date").kendoDatePicker({format:"dd-MM-yyyy",value:""})})},700),s.block1={cheque:"cheque",pdc_return_date:_+"-"+c+"-"+d},n.get(i.apiUrl+"api/PDCSubmission/getBankName?comp_code="+l).then(function(e){s.bank_name=e.data}),n.get(i.apiUrl+"api/BankPayment/GetLedgerCodes?financialyear="+r+"&comp_code="+l).then(function(e){s.LdgrCode=e.data}),n.get(i.apiUrl+"api/JVCreation/GetAllGLAccountNos?glma_accountcode=00&cmpnycode="+l+"&fyear="+r+"&doc_code=").then(function(e){s.getAllAccNos=e.data}),s.getSLAccNo=function(){var e=s.getAllAccNos.gldd_acct_code;"00"!==s.block1.gldd_ledger_code?n.get(i.apiUrl+"api/JVCreation/GetSLAccNumber?ldgr_code="+s.block1.gldd_ledger_code+"&cmp_cd="+l+"&year="+r).then(function(e){s.getAllAccNos=e.data}):n.get(i.apiUrl+"api/JVCreation/GetAllGLAccountNos?glma_accountcode="+e+"&cmpnycode="+l+"&fyear="+r+"&doc_code="+gldd_acct_code).then(function(e){s.getAllAccNos=e.data})},s.DocNarr=[],n.get(i.apiUrl+"api/PDCSubmission/getDocNarration?remark_type=PDC_Return").then(function(e){if(s.DocNarration=e.data,0<s.DocNarration.length)for(var t=0;t<s.DocNarration.length;t++)s.DocNarr.push(s.DocNarration[t].gdn_doc_narration)}),s.getViewDetails=function(){$("#loader").modal({backdrop:"static",keyboard:!1}),g="cheque"===s.block1.cheque?"Ch":"Dd";var e={ps_comp_code:l,ps_dept_no:s.block1.dept_no,ps_ldgr_code:s.block1.gldd_ledger_code,ps_sl_acno:s.block1.gldd_acct_code,ps_discd:"I",pc_calendar:"R",ps_bank_code:s.block1.bank_code,filterText:s.edt.SelectOption,filterRange:s.edt.txt_filter_range,ps_due_dateStr:s.block1.from_date,subMissionDate:s.block1.to_date,pc_ref_no:s.block1.submission_no,pc_payment_mode:g};n.post(i.apiUrl+"api/PDCSubmission/AllPDCSubmission_new_data",e).then(function(e){s.pdcSubmissionList=e.data,s.pdc_details=e.data,s.Maintabledata=!0;for(var t=s.total=0;t<e.data.length;t++)s.total=s.total+e.data[t].ps_amount;s.subtotal=0,$("#loader").modal("hide"),$(".modal-backdrop").removeClass("modal-backdrop")}),0},s.complete=function(){for(var e=0;e<s.pdcSubmissionList.length;e++)$("#DocNarration"+e).autocomplete({source:s.DocNarr})},[]);s.savedata=function(){if(s.disable_save_btn=!0,void 0!==s.block1.pdc_return_date){g="cheque"===s.block1.cheque?"Ch":"Dd",$("#loader").modal({backdrop:"static",keyboard:!1});for(var e=0;e<s.pdcSubmissionList.length;e++)!0===s.pdcSubmissionList[e].ps_cheque_no_check&&(s.pdcSubmissionList[e].cnt=1,s.pdcSubmissionList[e].ps_dept_name="Return of Cheques - "+s.pdcSubmissionList[e].ps_cheque_no,s.pdcSubmissionList[e].ps_bank_code_name=0,s.pdcSubmissionList[e].ps_approv_date=s.block1.pdc_return_date,s.pdcSubmissionList[e].pc_payment_mode=g,s.pdcSubmissionList.opr="I",m.push(s.pdcSubmissionList[e]));0<m.length?n.post(i.apiUrl+"api/PDCSubmission/Finn102_PDC_Return",m).then(function(e){s.msg1=e.data,swal({text:s.msg1.strMessage,timer:5e3}),$("#loader").modal("hide"),$(".modal-backdrop").removeClass("modal-backdrop"),s.disable_save_btn=!1,s.getViewDetails()}):(swal({text:"Please Select Cheque",timer:5e3}),s.disable_save_btn=!1,$("#loader").modal("hide")),m=[]}else swal({text:"Please Select Cheque Return Date",timer:5e3})},s.showdate=function(e,t){var a=e.split("-")[0],o=e.split("-")[1],e=e.split("-")[2];s.temp[t]=a+"-"+o+"-"+e};s.selectonebyone=function(e,t){!0===e?s.subtotal=parseFloat(s.subtotal)+parseFloat(t):s.subtotal=parseFloat(s.subtotal)-parseFloat(t)},s.CheckAllChecked=function(){p=document.getElementById("mainchk");for(var e=0;e<s.pdcSubmissionList.length;e++)!0===p.checked?(s.pdcSubmissionList[e].ps_cheque_no_check=!0,s.subtotal=parseFloat(s.subtotal)+parseFloat(s.pdcSubmissionList[e].ps_amount),s.pdcSubmissionList[e].row_color="#ffffcc"):(s.pdcSubmissionList[e].ps_cheque_no_check=!1,s.subtotal=parseFloat(s.subtotal)-parseFloat(s.pdcSubmissionList[e].ps_amount),s.pdcSubmissionList[e].row_color="")},s.CheckAll_bounce_chq=function(){u=document.getElementById("bounce_chq");for(var e=0;e<s.pdcSubmissionList.length;e++)!0===u.checked?(s.pdcSubmissionList[e].ps_select=!0,s.pdcSubmissionList[e].row_color="#ffffcc"):(s.pdcSubmissionList[e].ps_select=!1,s.pdcSubmissionList[e].row_color="")},s.ShowFilterText=function(e){s.filterVisible=""!==e},s.filterRecords=function(e){s.isSearched=void 0!==e&&""!==e},s.FilterCode=function(){var e=[];if(!0===s.temp.chk_previous_clear){p=document.getElementById("mainchk");for(var t=0;t<s.pdcSubmissionList.length;t++)document.getElementById(t+t).checked=!1,p.checked=!1,s.row1="",s.pdcSubmissionList[t].row_color="white";if("Select Records"===s.edt.SelectOption)for(t=0;t<s.edt.txt_filter_range;t++)document.getElementById(t+t).checked=!0,s.pdcSubmissionList[t].row_color="#ffffcc";else if("Cheque Amount between"===s.edt.SelectOption){if(2<=(e=void 0!==s.edt.txt_filter_range?s.edt.txt_filter_range.split("-"):e).length)for(t=0;t<s.pdcSubmissionList.length;t++)s.pdcSubmissionList[t].ps_amount>=e[0]&&s.pdcSubmissionList[t].ps_amount<=e[1]&&(document.getElementById(t+t).checked=!0,s.pdcSubmissionList[t].row_color="#ffffcc")}else if("Cheque Series between"===s.edt.SelectOption&&2<=(e=void 0!==s.edt.txt_filter_range?s.edt.txt_filter_range.split("-"):e).length){s.minchkno=0;for(var a=s.maxchkno=0;a<e.length;a++)0===a?s.minchkno=parseInt(e[0]):s.maxchkno=parseInt(e[1]);for(t=0;t<s.pdcSubmissionList.length;t++)s.pdcSubmissionList[t].ps_cheque_no>=s.minchkno&&s.pdcSubmissionList[t].ps_cheque_no<=s.maxchkno&&(document.getElementById(t+t).checked=!0,s.pdcSubmissionList[t].row_color="#ffffcc")}}else if("Select Records"===s.edt.SelectOption){if(s.pdcSubmissionList.length>=s.edt.txt_filter_range)for(t=0;t<s.edt.txt_filter_range;t++)document.getElementById(t+t).checked=!0,s.pdcSubmissionList[t].row_color="#ffffcc"}else if("Cheque Amount between"===s.edt.SelectOption){if(2<=(e=void 0!==s.edt.txt_filter_range?s.edt.txt_filter_range.split("-"):e).length)for(t=0;t<s.pdcSubmissionList.length;t++)s.pdcSubmissionList[t].ps_amount>=e[0]&&s.pdcSubmissionList[t].ps_amount<=e[1]&&(document.getElementById(t+t).checked=!0,s.pdcSubmissionList[t].row_color="#ffffcc")}else if("Cheque Series between"===s.edt.SelectOption&&2<=(e=void 0!==s.edt.txt_filter_range?s.edt.txt_filter_range.split("-"):e).length){s.minchkno=0;for(a=s.maxchkno=0;a<e.length;a++)0===a?s.minchkno=parseInt(e[0]):s.maxchkno=parseInt(e[1]);for(t=0;t<s.pdcSubmissionList.length;t++)s.pdcSubmissionList[t].ps_cheque_no>=s.minchkno&&s.pdcSubmissionList[t].ps_cheque_no<=s.maxchkno&&(document.getElementById(t+t).checked=!0,s.pdcSubmissionList[t].row_color="#ffffcc")}},$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0,format:"dd-mm-yyyy"}),a(function(){$("#fixTable").tableHeadFixer({top:1})},100)}])}(),function(){"use strict";let u=[],g,h,f,y;var e=angular.module("sims.module.Finance");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("PDCSubmissionCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(n,e,t,a,o,i,d){n.save_btn=!0,n.tot_btn=!0,n.Maintabledata=!1,n.Update_btn=!1,n.busyindicator=!1,n.display=!1,n.table=!0,n.records=!1,n.edt=[];let s=t.globals.currentUser.username,_=(n.finnDetail=JSON.parse(window.localStorage.Finn_comp),setTimeout(function(){$("#account_codes7").select2()},100),n.finnDetail.company),c=n.finnDetail.year;t=new Date;n.block1={receipt_date:"receipt",cheque:"cheque",from_date:("0"+t.getDate()).slice(-2)+"-"+("0"+(t.getMonth()+1)).slice(-2)+"-"+t.getFullYear(),to_date:("0"+t.getDate()).slice(-2)+"-"+("0"+(t.getMonth()+1)).slice(-2)+"-"+t.getFullYear(),pc_submission_date:("0"+t.getDate()).slice(-2)+"-"+("0"+(t.getMonth()+1)).slice(-2)+"-"+t.getFullYear()},$(function(){$("#Select4").multipleSelect({width:"100%"})}),n.propertyName=null,n.reverse=!1,n.sortBy=function(e){n.reverse=n.propertyName===e&&!n.reverse,n.propertyName=e},i.get(d.apiUrl+"api/Financialyear/getDocumentStatus").then(function(e){n.docstatus_Data=e.data}),i.get(d.apiUrl+"api/PDCSubmission/getBankName?comp_code="+_).then(function(e){n.bank_name=e.data,setTimeout(function(){$("#Select4").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"})},1e3)}),i.get(d.apiUrl+"api/PDCSubmission/GetCreatedBy_user").then(function(e){n.user_list=e.data}),i.get(d.apiUrl+"api/PDCSubmission/getDepartment?finance_year="+c+"&comp_code="+_).then(function(e){n.Department=e.data}),i.get(d.apiUrl+"api/BankPayment/GetLedgerCodes?financialyear="+c+"&comp_code="+_).then(function(e){n.LdgrCode=e.data}),i.get(d.apiUrl+"api/JVCreation/GetAllGLActNo_pdc_sub?glma_accountcode=&cmpnycode="+_+"&fyear="+c).then(function(e){n.getAllAccNos=e.data}),n.getSLAccNo=function(){var e=n.getAllAccNos.gldd_acct_code;"00"!==n.block1.gldd_ledger_code?i.get(d.apiUrl+"api/JVCreation/GetSLAccNumber?ldgr_code="+n.block1.gldd_ledger_code+"&cmp_cd="+_+"&year="+c).then(function(e){n.getAllAccNos=e.data}):i.get(d.apiUrl+"api/JVCreation/GetAllGLAccountNos?glma_accountcode="+e+"&cmpnycode="+_+"&fyear="+c+"&user=").then(function(e){n.getAllAccNos=e.data})};let l,r=(n.getViewDetails=function(){$("#loader").modal({backdrop:"static",keyboard:!1}),h="cheque"===n.block1.cheque?"Ch":"Dd",g="receipt"===n.block1.receipt_date?"R":"C",y=[],y=void 0===n.block1.bank_code||0===n.block1.bank_code.length||void 0===n.block1?"":(l=n.block1.bank_code,y+","+l);var e={ps_comp_code:_,ps_dept_no:n.block1.dept_no,ps_ldgr_code:n.block1.gldd_ledger_code,ps_sl_acno:n.block1.gldd_acct_code,ps_discd:"O",pc_calendar:null,ps_bank_code:y,filterText:n.edt.SelectOption,filterRange:n.edt.txt_filter_range,createdBY:n.block1.createdby_usr,recFromDate:"R"===g?n.block1.from_date:null,recToDate:"R"===g?n.block1.to_date:null,ps_due_dateStr:"C"===g?n.block1.from_date:null,subMissionDate:"C"===g?n.block1.to_date:null,pc_ref_no:null,pc_payment_mode:h};i.post(d.apiUrl+"api/PDCSubmission/AllPDCSubmission_new_data",e).then(function(t){a(function(){$("#fixTable").tableHeadFixer({top:1})},100),0<t.data.length?(n.pdcSubmissionList=t.data,n.pdc_details=t.data,n.checkprintbtn=!0,n.Maintabledata=!0,n.total=0,setTimeout(function(){for(let e=0;e<t.data.length;e++)n.total=n.total+t.data[e].ps_amount,$("#submission_acct_"+e).select2(),$("#chq_deferred_date"+e).kendoDatePicker({format:"dd-MM-yyyy"})},1e3)):(swal({text:"No Data Found...!",timer:5e4}),n.pdcSubmissionList=[],n.total=0),n.subtotal=0,$("#loader").modal("hide"),$(".modal-backdrop").removeClass("modal-backdrop")})},n.SearcModelDetails=function(e,t,a,o,s){i.get(d.apiUrl+"api/PDCSubmission/getAllPDCSubmissions?dept_no="+(e=void 0===e?"":e)+"&ldgr_code="+(t=void 0===t?"":t)+"&slma_acno="+(a=void 0===a?"":a)+"&from_date="+(o=void 0===o?"":o)+"&to_date="+(s=void 0===s?"":s)).then(function(e){n.AllPDCSubmissions=e.data})},0);n.selectonebyone=function(e,t){!0===t.ps_cheque_no_check?(r+=1,n.subtotal=parseFloat(n.subtotal)+parseFloat(t.ps_amount)):(r-=1,n.subtotal=parseFloat(n.subtotal)-parseFloat(t.ps_amount))},n.clear=function(){n.records=!1,n.temp=[]};var m=[];n.savedata=function(){n.disable_save_btn=!0,$("#loader").modal({backdrop:"static",keyboard:!1}),h="cheque"===n.block1.cheque?"Ch":"Dd";let t=!1;for(let e=0;e<n.pdcSubmissionList.length;e++)!0===n.pdcSubmissionList[e].ps_cheque_no_check&&(""!==n.pdcSubmissionList[e].pc_bank_to?(n.pdcSubmissionList[e].cnt=1,n.pdcSubmissionList.opr="I",n.pdcSubmissionList[e].pc_payment_mode=h,n.pdcSubmissionList[e].pc_submission_date=n.block1.pc_submission_date,m.push(n.pdcSubmissionList[e])):t=!0);t?(swal({text:"All selected cheques Submission Account need  to select",imageUrl:"assets/img/check.png"}),$("#loader").modal("hide")):(0<m.length?i.post(d.apiUrl+"api/PDCSubmission/PDC_Submission_or_ReSubmission",m).then(function(e){n.msg1=e.data,swal({title:"Alert",text:n.msg1.strMessage+"\n Submission Number "+n.msg1.systemMessage,imageUrl:"assets/img/check.png"}),n.checkprintbtn=!1,f=n.msg1.systemMessage,$("#loader").modal("hide"),$(".modal-backdrop").removeClass("modal-backdrop"),n.disable_save_btn=!1,n.getViewDetails()}):(swal({text:"Please Select Cheque",timer:5e3}),n.disable_save_btn=!1,$("#loader").modal("hide")),m=[])},n.savedata_deferred_chq_date=function(){n.disable_save_btn=!0,$("#loader").modal({backdrop:"static",keyboard:!1}),h="cheque"===n.block1.cheque?"Ch":"Dd";let t=!1;for(let e=0;e<n.pdcSubmissionList.length;e++)!0===n.pdcSubmissionList[e].ps_cheque_no_check&&(""!==n.pdcSubmissionList[e].chq_deferred_date?(n.pdcSubmissionList[e].cnt=1,n.pdcSubmissionList.opr="H",n.pdcSubmissionList[e].ps_ldgr_code_name=s,n.pdcSubmissionList[e].pc_payment_mode=h,n.pdcSubmissionList[e].pc_submission_date=n.pdcSubmissionList[e].pc_deferred_date,n.pdcSubmissionList[e].pc_cheque_deferral_remark=n.pdcSubmissionList[e].pc_cheque_deferred_remark,m.push(n.pdcSubmissionList[e])):t=!0);t?(swal({text:"All selected cheques Deferred Date need to select",imageUrl:"assets/img/check.png"}),$("#loader").modal("hide")):(0<m.length?i.post(d.apiUrl+"api/PDCSubmission/PDC_Cheque_Deferred_Date_update",m).then(function(e){n.msg1=e.data,swal({title:"Alert",text:n.msg1.systemMessage,imageUrl:"assets/img/check.png"}),$("#loader").modal("hide"),$(".modal-backdrop").removeClass("modal-backdrop"),n.disable_save_btn=!1,n.getViewDetails()}):(swal({text:"Please Select Cheque",timer:5e3}),n.disable_save_btn=!1,$("#loader").modal("hide")),m=[])},n.check_deferred_date=function(e,t,a){var o=moment(moment(t,"DD-MM-YYYY").format("YYYY-MM-DD")),e=moment(moment(e,"DD-MM-YYYY").format("YYYY-MM-DD")).diff(o,"days"),o=o.add(120,"days"),o=moment(o,"YYYY-MM-DD").format("DD-MM-YYYY");(e<0||120<e)&&(swal({text:"Please Select Date between "+t+" To "+o,timer:5e3}),a.pc_deferred_date="")};let p=0;n.selectmodeldata=function(e){!0===document.getElementById("chk1-"+e).checked?p+=1:p-=1};m=[];n.selectmodeldatasave=function(){$("#loader").modal({backdrop:"static",keyboard:!1});for(let e=0;e<n.AllPDCSubmissions.length;e++)!0===document.getElementById("chk1-"+e).checked&&(n.AllPDCSubmissions[e].cnt=3,n.AllPDCSubmissions.opr="I",m.push(n.AllPDCSubmissions[e]));0<m.length?i.post(d.apiUrl+"api/PDCSubmission/PDC_Submission_or_ReSubmission",m).then(function(e){n.msg1=e.data,swal({title:"Alert",text:n.msg1.strMessage,imageUrl:"assets/img/check.png"}),$("#loader").modal("hide"),$(".modal-backdrop").removeClass("modal-backdrop")}):(swal({title:"Alert",text:"Please Select Cheque"}),$("#loader").modal("hide"),$(".modal-backdrop").removeClass("modal-backdrop")),m=[]},n.pulldata=function(){var e;n.busyindicator=!0,void 0===n.block1.from_date&&void 0===n.block1.to_date?(swal({text:"please select from date and to date",timer:5e3}),n.busyindicator=!1):(h="cheque"===n.block1.cheque?"Ch":"Dd",g="receipt"===n.block1.receipt_date?"R":"C",e={ps_comp_code:_,ps_ldgr_code:g,recFromDate:n.block1.from_date,recToDate:n.block1.to_date,pc_payment_mode:h},i.post(d.apiUrl+"api/PDCSubmission/PDC_Pool_Submission_data",e).then(function(e){n.msg1=e.data,swal({text:n.msg1.strMessage,timer:5e4}),n.busyindicator=!1}))},n.chkrevert=function(){$("#MyModal").modal("show"),n.display=!0},n.CheckPrintReport=function(){var e={location:"Finn.FINR23",parameter:{doc_no:f},state:"main.Fin102"};window.localStorage.ReportDetails=JSON.stringify(e),goToState("main.ReportCardParameter")},n.CheckAllChecked=function(){u=document.getElementById("mainchk");for(let e=0;e<n.pdcSubmissionList.length;e++)!0===u.checked?(n.pdcSubmissionList[e].ps_cheque_no_check=!0,n.subtotal=parseFloat(n.subtotal)+parseFloat(n.pdcSubmissionList[e].ps_amount),n.pdcSubmissionList[e].row_color="#ffffcc"):(n.pdcSubmissionList[e].ps_cheque_no_check=!1,n.subtotal=parseFloat(n.subtotal)-parseFloat(n.pdcSubmissionList[e].ps_amount),n.pdcSubmissionList[e].row_color="")},n.ShowFilterText=function(e){n.filterVisible=""!==e},n.FilterCode=function(){let t=[];if(!0===n.temp.chk_previous_clear){u=document.getElementById("mainchk");for(let e=0;e<n.pdcSubmissionList.length;e++)document.getElementById(e+e).checked=!1,u.checked=!1,n.row1="",n.pdcSubmissionList[e].row_color="white";if("Select Records"===n.edt.SelectOption)for(let e=0;e<n.edt.txt_filter_range;e++)document.getElementById(e+e).checked=!0,n.pdcSubmissionList[e].row_color="#ffffcc";else if("Cheque Amount between"===n.edt.SelectOption){if(2<=(t=void 0!==n.edt.txt_filter_range?n.edt.txt_filter_range.split("-"):t).length)for(let e=0;e<n.pdcSubmissionList.length;e++)n.pdcSubmissionList[e].ps_amount>=t[0]&&n.pdcSubmissionList[e].ps_amount<=t[1]&&(document.getElementById(e+e).checked=!0,n.pdcSubmissionList[e].row_color="#ffffcc")}else if("Cheque Series between"===n.edt.SelectOption&&2<=(t=void 0!==n.edt.txt_filter_range?n.edt.txt_filter_range.split("-"):t).length){n.minchkno=0;for(let e=n.maxchkno=0;e<t.length;e++)0===e?n.minchkno=parseInt(t[0]):n.maxchkno=parseInt(t[1]);for(let e=0;e<n.pdcSubmissionList.length;e++)n.pdcSubmissionList[e].ps_cheque_no>=n.minchkno&&n.pdcSubmissionList[e].ps_cheque_no<=n.maxchkno&&(document.getElementById(e+e).checked=!0,n.pdcSubmissionList[e].row_color="#ffffcc")}}else if("Select Records"===n.edt.SelectOption){if(n.pdcSubmissionList.length>=n.edt.txt_filter_range)for(let e=0;e<n.edt.txt_filter_range;e++)document.getElementById(e+e).checked=!0,n.pdcSubmissionList[e].row_color="#ffffcc"}else if("Cheque Amount between"===n.edt.SelectOption){if(2<=(t=void 0!==n.edt.txt_filter_range?n.edt.txt_filter_range.split("-"):t).length)for(let e=0;e<n.pdcSubmissionList.length;e++)n.pdcSubmissionList[e].ps_amount>=t[0]&&n.pdcSubmissionList[e].ps_amount<=t[1]&&(document.getElementById(e+e).checked=!0,n.pdcSubmissionList[e].row_color="#ffffcc")}else if("Cheque Series between"===n.edt.SelectOption&&2<=(t=void 0!==n.edt.txt_filter_range?n.edt.txt_filter_range.split("-"):t).length){n.minchkno=0;for(let e=n.maxchkno=0;e<t.length;e++)0===e?n.minchkno=parseInt(t[0]):n.maxchkno=parseInt(t[1]);for(let e=0;e<n.pdcSubmissionList.length;e++)n.pdcSubmissionList[e].ps_cheque_no>=n.minchkno&&n.pdcSubmissionList[e].ps_cheque_no<=n.maxchkno&&(document.getElementById(e+e).checked=!0,n.pdcSubmissionList[e].row_color="#ffffcc")}},n.checkAcctCode=function(t){t&&swal({title:"",text:"Do you want to apply to all selected cheques?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:400,cancelButtonText:"No"}).then(function(e){if(e)for(let e=0;e<n.pdcSubmissionList.length;e++)!0===n.pdcSubmissionList[e].ps_cheque_no_check&&(n.pdcSubmissionList[e].pc_bank_to=t,$("#fixTable").trigger("click"),$("#submission_acct_"+e).select2())})},n.isSearched=!1,n.filterRecords=function(e){void 0===e||""===e?(n.isSearched=!1,setTimeout(function(){for(let e=0;e<n.pdcSubmissionList.length;e++)$("#submission_acct_"+e).select2()},1e3)):(n.isSearched=!0,setTimeout(function(){for(let e=0;e<n.pdcSubmissionList.length;e++)$("#submission_acct_"+e).select2()},1e3))},n.check_post_date=function(e){void 0===n.block1.pc_submission_date&&""===n.block1.pc_submission_date||i.get(d.apiUrl+"api/JVCreation/Get_Check_Postdate?post_date="+n.block1.pc_submission_date+"&comp_cd="+_+"&fyear="+c).then(function(e){n.msg=e.data,""!==n.msg?(swal({title:"Alert",text:n.msg,width:300,height:200}),n.save_btn=!1):n.save_btn=!0})},n.DocNarr=[],i.get(d.apiUrl+"api/PDCSubmission/getDocNarration?remark_type=PDC_Return").then(function(e){if(n.DocNarration=e.data,0<n.DocNarration.length)for(let e=0;e<n.DocNarration.length;e++)n.DocNarr.push(n.DocNarration[e].gdn_doc_narration)}),n.complete=function(){for(let e=0;e<n.pdcSubmissionList.length;e++)$("#chq_deferred_remark"+e).autocomplete({source:n.DocNarr})},n.showdate=function(e,t){var a=e.split("-")[0],o=e.split("-")[1],e=e.split("-")[2];n.temp[t]=a+"-"+o+"-"+e},$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0,format:"dd-mm-yyyy"})}])}(),function(){"use strict";var r,m,p,u,g,e=angular.module("sims.module.Finance");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("PDCSubmission_ABQISCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(n,t,e,a,o,i,d){n.save_btn=!0,n.tot_btn=!0,n.Maintabledata=!1,n.Update_btn=!1,n.display=!1,n.table=!0,n.records=!1,n.edt=[];e.globals.currentUser.username;n.finnDetail=JSON.parse(window.localStorage.Finn_comp),setTimeout(function(){$("#account_codes7").select2()},100);var s,_=n.finnDetail.company,c=n.finnDetail.year,e=new Date,l=(n.block1={receipt_date:"receipt",cheque:"cheque",from_date:("0"+e.getDate()).slice(-2)+"-"+("0"+(e.getMonth()+1)).slice(-2)+"-"+e.getFullYear(),to_date:("0"+e.getDate()).slice(-2)+"-"+("0"+(e.getMonth()+1)).slice(-2)+"-"+e.getFullYear()},$(function(){$("#Select4").multipleSelect({width:"100%"})}),n.propertyName=null,n.reverse=!1,n.sortBy=function(e){n.reverse=n.propertyName===e&&!n.reverse,n.propertyName=e},i.get(d.apiUrl+"api/Financialyear/getDocumentStatus").then(function(e){n.docstatus_Data=e.data}),i.get(d.apiUrl+"api/PDCSubmission/getBankName?comp_code="+_).then(function(e){n.bank_name=e.data,setTimeout(function(){$("#Select4").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"})},1e3)}),i.get(d.apiUrl+"api/PDCSubmission/GetCreatedBy_user").then(function(e){n.user_list=e.data}),i.get(d.apiUrl+"api/PDCSubmission/getDepartment?finance_year="+c+"&comp_code="+_).then(function(e){n.Department=e.data}),i.get(d.apiUrl+"api/BankPayment/GetLedgerNumber?financialyear="+c+"&comp_code="+_).then(function(e){n.LdgrCode=e.data}),i.get(d.apiUrl+"api/JVCreation/GetAllGLAccountNos?glma_accountcode=&cmpnycode="+_+"&fyear="+c).then(function(e){n.getAllAccNos=e.data}),n.getSLAccNo=function(){var e=n.getAllAccNos.gldd_acct_code;"00"!=n.block1.gldd_ledger_code?i.get(d.apiUrl+"api/JVCreation/GetSLAccNumber?ldgr_code="+n.block1.gldd_ledger_code+"&cmp_cd="+_+"&year="+c).then(function(e){n.getAllAccNos=e.data}):i.get(d.apiUrl+"api/JVCreation/GetAllGLAccountNos?glma_accountcode="+e+"&cmpnycode="+_+"&fyear="+c+"&user=").then(function(e){n.getAllAccNos=e.data})},n.getViewDetails=function(){$("#loader").modal({backdrop:"static",keyboard:!1}),p="cheque"==n.block1.cheque?"Ch":"Dd",m="receipt"==n.block1.receipt_date?"R":"C",g=[],g=0==n.block1.bank_code.length||null==n.block1?"":(s=n.block1.bank_code,g+","+s);var e={ps_comp_code:_,ps_dept_no:n.block1.dept_no,ps_ldgr_code:n.block1.gldd_ledger_code,ps_sl_acno:n.block1.gldd_acct_code,ps_discd:"O",pc_calendar:null,ps_bank_code:g,filterText:n.edt.SelectOption,filterRange:n.edt.txt_filter_range,createdBY:n.block1.createdby_usr,recFromDate:"R"==m?n.block1.from_date:null,recToDate:"R"==m?n.block1.to_date:null,ps_due_dateStr:"C"==m?n.block1.from_date:null,subMissionDate:"C"==m?n.block1.to_date:null,pc_ref_no:null,pc_payment_mode:p};i.post(d.apiUrl+"api/PDCSubmission/AllPDCSubmission_new_data",e).then(function(e){if(a(function(){$("#fixTable").tableHeadFixer({top:1})},100),0<e.data.length){n.pdcSubmissionList=e.data,n.pdc_details=e.data,n.checkprintbtn=!0,n.Maintabledata=!0;for(var t=n.total=0;t<e.data.length;t++)n.total=n.total+e.data[t].ps_amount}else swal({text:"No Data Found...!",timer:5e4}),n.pdcSubmissionList=[],n.total=0;n.subtotal=0,$("#loader").modal("hide"),$(".modal-backdrop").removeClass("modal-backdrop")}),0},n.SearcModelDetails=function(e,t,a,o,s){i.get(d.apiUrl+"api/PDCSubmission/getAllPDCSubmissions?dept_no="+(e=null==e?"":e)+"&ldgr_code="+(t=null==t?"":t)+"&slma_acno="+(a=null==a?"":a)+"&from_date="+(o=null==o?"":o)+"&to_date="+(s=null==s?"":s)).then(function(e){n.AllPDCSubmissions=e.data})},n.selectonebyone=function(e,t){1==e?n.subtotal=n.subtotal+t:n.subtotal=n.subtotal-t},n.clear=function(){n.records=!1,n.temp=[]},[]),l=(n.savedata=function(){$("#loader").modal({backdrop:"static",keyboard:!1}),p="cheque"==n.block1.cheque?"Ch":"Dd";for(var e=0;e<n.pdcSubmissionList.length;e++)1==n.pdcSubmissionList[e].ps_cheque_no_check&&(n.pdcSubmissionList[e].cnt=1,n.pdcSubmissionList.opr="I",n.pdcSubmissionList[e].pc_payment_mode=p,l.push(n.pdcSubmissionList[e]));0<l.length?i.post(d.apiUrl+"api/PDCSubmission/PDC_Submission_or_ReSubmission",l).then(function(e){n.msg1=e.data,swal({title:"Alert",text:n.msg1.strMessage+"\n Submission No. "+n.msg1.systemMessage,imageUrl:"assets/img/check.png"}),n.checkprintbtn=!1,u=n.msg1.systemMessage,$("#loader").modal("hide"),$(".modal-backdrop").removeClass("modal-backdrop")}):(swal({title:"Alert",text:"Please Select Cheque"}),$("#loader").modal("hide"),$(".modal-backdrop").removeClass("modal-backdrop")),l=[]},n.selectmodeldata=function(e){1==document.getElementById("chk1-"+e).checked?0:0},[]);n.selectmodeldatasave=function(){$("#loader").modal({backdrop:"static",keyboard:!1});for(var e=0;e<n.AllPDCSubmissions.length;e++)1==document.getElementById("chk1-"+e).checked&&(n.AllPDCSubmissions[e].cnt=3,n.AllPDCSubmissions.opr="I",l.push(n.AllPDCSubmissions[e]));0<l.length?i.post(d.apiUrl+"api/PDCSubmission/PDC_Submission_or_ReSubmission",l).then(function(e){n.msg1=e.data,swal({title:"Alert",text:n.msg1.strMessage,imageUrl:"assets/img/check.png"}),$("#loader").modal("hide"),$(".modal-backdrop").removeClass("modal-backdrop")}):(swal({title:"Alert",text:"Please Select Cheque"}),$("#loader").modal("hide"),$(".modal-backdrop").removeClass("modal-backdrop")),l=[]},n.pulldata=function(){var e;null==n.block1.from_date&&null==n.block1.to_date?swal({text:"please select from date and to date",timer:5e3}):(p="cheque"==n.block1.cheque?"Ch":"Dd",m="receipt"==n.block1.receipt_date?"R":"C",e={ps_comp_code:_,ps_ldgr_code:m,recFromDate:n.block1.from_date,recToDate:n.block1.to_date,pc_payment_mode:p},i.post(d.apiUrl+"api/PDCSubmission/PDC_Pool_Submission_data",e).then(function(e){n.msg1=e.data,swal({text:n.msg1.strMessage,timer:5e4})}))},n.chkrevert=function(){$("#MyModal").modal("show"),n.display=!0},n.CheckPrintReport=function(){var e={location:"Finn.FINR23",parameter:{doc_no:u},state:"main.Fin102"};window.localStorage.ReportDetails=JSON.stringify(e),t.go("main.ReportCardParameter")},n.CheckAllChecked=function(){r=document.getElementById("mainchk");for(var e=0;e<n.pdcSubmissionList.length;e++)1==r.checked?(n.pdcSubmissionList[e].ps_cheque_no_check=!0,n.pdcSubmissionList[e].row_color="#ffffcc"):(n.pdcSubmissionList[e].ps_cheque_no_check=!1,n.pdcSubmissionList[e].row_color="")},n.ShowFilterText=function(e){n.filterVisible=""!=e},n.FilterCode=function(){var e=[];if(1==n.temp.chk_previous_clear){r=document.getElementById("mainchk");for(var t=0;t<n.pdcSubmissionList.length;t++)document.getElementById(t+t).checked=!1,r.checked=!1,n.row1="",n.pdcSubmissionList[t].row_color="white";if("Select Records"==n.edt.SelectOption)for(t=0;t<n.edt.txt_filter_range;t++)document.getElementById(t+t).checked=!0,n.pdcSubmissionList[t].row_color="#ffffcc";else if("Cheque Amount between"==n.edt.SelectOption){if(2<=(e=null!=n.edt.txt_filter_range?n.edt.txt_filter_range.split("-"):e).length)for(t=0;t<n.pdcSubmissionList.length;t++)n.pdcSubmissionList[t].ps_amount>=e[0]&&n.pdcSubmissionList[t].ps_amount<=e[1]&&(document.getElementById(t+t).checked=!0,n.pdcSubmissionList[t].row_color="#ffffcc")}else if("Cheque Series between"==n.edt.SelectOption&&2<=(e=null!=n.edt.txt_filter_range?n.edt.txt_filter_range.split("-"):e).length){n.minchkno=0;for(var a=n.maxchkno=0;a<e.length;a++)0==a?n.minchkno=parseInt(e[0]):n.maxchkno=parseInt(e[1]);for(t=0;t<n.pdcSubmissionList.length;t++)n.pdcSubmissionList[t].ps_cheque_no>=n.minchkno&&n.pdcSubmissionList[t].ps_cheque_no<=n.maxchkno&&(document.getElementById(t+t).checked=!0,n.pdcSubmissionList[t].row_color="#ffffcc")}}else if("Select Records"==n.edt.SelectOption){if(n.pdcSubmissionList.length>=n.edt.txt_filter_range)for(t=0;t<n.edt.txt_filter_range;t++)document.getElementById(t+t).checked=!0,n.pdcSubmissionList[t].row_color="#ffffcc"}else if("Cheque Amount between"==n.edt.SelectOption){if(2<=(e=null!=n.edt.txt_filter_range?n.edt.txt_filter_range.split("-"):e).length)for(t=0;t<n.pdcSubmissionList.length;t++)n.pdcSubmissionList[t].ps_amount>=e[0]&&n.pdcSubmissionList[t].ps_amount<=e[1]&&(document.getElementById(t+t).checked=!0,n.pdcSubmissionList[t].row_color="#ffffcc")}else if("Cheque Series between"==n.edt.SelectOption&&2<=(e=null!=n.edt.txt_filter_range?n.edt.txt_filter_range.split("-"):e).length){n.minchkno=0;for(a=n.maxchkno=0;a<e.length;a++)0==a?n.minchkno=parseInt(e[0]):n.maxchkno=parseInt(e[1]);for(t=0;t<n.pdcSubmissionList.length;t++)n.pdcSubmissionList[t].ps_cheque_no>=n.minchkno&&n.pdcSubmissionList[t].ps_cheque_no<=n.maxchkno&&(document.getElementById(t+t).checked=!0,n.pdcSubmissionList[t].row_color="#ffffcc")}},n.showdate=function(e,t){var a=e.split("-")[0],o=e.split("-")[1],e=e.split("-")[2];n.temp[t]=a+"-"+o+"-"+e},$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0,format:"dd-mm-yyyy"})}])}(),function(){"use strict";var m,e=angular.module("sims.module.Finance");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("BankReconciliationCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(o,e,t,a,s,n,i){o.pagesize="10",o.pageindex=0,o.save_btn=!0,o.Update_btn=!1,o.display=!1,o.table=!0,a(function(){$("#fixTable").tableHeadFixer({top:1})},100);var a=new Date,d=a.getDate(),c=a.getMonth()+1,l=a.getFullYear();o.temp={enddate1:d+"-"+c+"-"+l},o.finnDetail=JSON.parse(window.localStorage.Finn_comp);var d=(a=new Date).getDate(),c=a.getMonth()+1,d=(a.getFullYear(),(a=new Date).getDate()),r=t.globals.currentUser.username;d<10&&(d="0"+d);(c=a.getMonth()+1)<10&&(c="0"+c);l=a.getFullYear(),o.sdate=d+"-"+c+"-"+l,o.edate=d+"-"+c+"-"+l,o.startdate=d+"-"+c+"-"+l,o.mom_end_date=d+"-"+c+"-"+l,o.finnDetail.company,a=o.finnDetail.year,d=new Date,c=d.getMonth()+1,l=d.getDate(),o.currentDate=(l=l<10?"0"+l:l)+"-"+(c=c<10?"0"+c:c)+"-"+d.getFullYear(),o.Prepare=function(e,t,a){$("#loader").modal({backdrop:"static",keyboard:!1});n.get(i.apiUrl+"api/BankRecancellation/getAllBankRecancellation?start_date="+e+"&end_date="+t+"&acct_code="+a+"&flag=P").then(function(e){if(o.All_Details=e.data,$("#loader").modal("hide"),$(".modal-backdrop").removeClass("modal-backdrop"),0<o.All_Details.length){for(var t=0;t<o.All_Details.length;t++)o.All_Details[t].glbr_creation_user=r,o.All_Details[t].glbr_creation_date=o.currentDate,""===o.All_Details[t].glbr_bank_date||void 0===o.All_Details[t].glbr_bank_date?o.All_Details[t].glbr_bank_date=o.All_Details[t].gltr_pstng_date:o.All_Details[t].glbr_bank_date=o.All_Details[t].glbr_bank_date;o.totalItems=o.All_Details.length,o.todos=o.All_Details,o.makeTodos()}else swal({text:"Record Not Found",imageUrl:"assets/img/check.png",width:300,height:200})})},setTimeout(function(){$("#cmbACname").select2()},100),o.All=function(e,t,a){$("#loader").modal({backdrop:"static",keyboard:!1});n.get(i.apiUrl+"api/BankRecancellation/getAllBankRecancellation?start_date="+e+"&end_date="+t+"&acct_code="+a+"&flag=A").then(function(e){o.All_Details=e.data,$("#loader").modal("hide"),$(".modal-backdrop").removeClass("modal-backdrop");for(var t=0;t<o.All_Details.length;t++)o.All_Details[t].glbr_creation_user=r,o.All_Details[t].glbr_creation_date=o.currentDate,""===o.All_Details[t].glbr_bank_date||void 0===o.All_Details[t].glbr_bank_date?o.All_Details[t].glbr_bank_date=o.All_Details[t].gltr_pstng_date:o.All_Details[t].glbr_bank_date=o.All_Details[t].glbr_bank_date;o.totalItems=o.All_Details.length,o.todos=o.All_Details,o.makeTodos()})},r=t.globals.currentUser.username;n.get(i.apiUrl+"api/BankRecancellation/GetAccountNumber").then(function(e){o.Account_Name=e.data}),new Date;o.size=function(e){o.pagesize=e,o.currentPage=1,o.numPerPage=e},o.index=function(e){o.pageindex=e,o.currentPage=e,o.makeTodos(),m.checked=!1,o.row1=""},n.get(i.apiUrl+"api/GLSLQuery/getdateoption_GL_Query?").then(function(e){o.Date_option=e.data}),o.filteredTodos=[],o.currentPage=1,o.numPerPage=10,o.maxSize=10,o.makeTodos=function(){var e=parseInt(o.totalItems%o.numPerPage),e=(o.pagersize="0"===e?parseInt(o.totalItems/o.numPerPage):parseInt(o.totalItems/o.numPerPage)+1,(o.currentPage-1)*o.numPerPage),t=parseInt(e)+parseInt(o.numPerPage);o.filteredTodos=o.todos.slice(e,t)},o.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).gltr_our_doc_no.toLowerCase().indexOf(t.toLowerCase())||-1<e.gltr_acct_code.toLowerCase().indexOf(t.toLowerCase())||-1<e.acct_name.toLowerCase().indexOf(t.toLowerCase());var t})},o.search=function(){o.todos=o.searched(o.All_Details,o.searchText),o.totalItems=o.todos.length,o.currentPage="1",""===o.searchText&&(o.todos=o.All_Details),o.makeTodos(),m.checked=!1};o.Save=function(){o.flag=!1;var e=[];if(0<o.filteredTodos.length)for(var t=0;t<o.filteredTodos.length;t++)!0===o.filteredTodos[t].account_check&&(o.flag=!0,o.filteredTodos[t].opr="I",o.filteredTodos[t].glbr_line_no=1,e.push(o.filteredTodos[t]));o.flag?(n.post(i.apiUrl+"api/BankRecancellation/CUDBankRacancellation",e).then(function(e){o.msg1=e.data,!0===o.msg1?swal({text:"Record Updated Successfully",imageUrl:"assets/img/check.png",width:300,height:200}):!1===o.msg1?swal({text:"Record Not Updated. ",imageUrl:"assets/img/close.png",width:300,height:200}):swal("Error-"+o.msg1),o.Prepare(o.temp.startdate,o.temp.enddate,o.temp.gdua_acct_code)}),o.table=!0,o.display=!1):swal({text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380})},o.dateChange=function(e){o.tempObj.glbr_bank_date=e},o.getDate=function(e){o.tempObj=e,$("#myModal4").modal("show")},n.get(i.apiUrl+"api/GLSLQuery/getDate_SL_Query?finance_year="+a).then(function(e){o.getDates=e.data,0<o.getDates.length?(o.sDate=o.getDates[0].sims_financial_year_start_date,o.eDate=o.getDates[0].sims_financial_year_end_date,o.temp={startdate:o.getDates[0].sims_financial_year_start_date,enddate:o.getDates[0].sims_financial_year_end_date},$(document).ready(function(){$("#cmb_Start_date").kendoDatePicker({format:"dd-MM-yyyy",min:new Date(moment(o.sDate,"DD-MM-YYYY").format("YYYY-MM-DD")),max:new Date(moment(o.eDate,"DD-MM-YYYY").format("YYYY-MM-DD"))})}),$(document).ready(function(){$("#cmb_END_date").kendoDatePicker({format:"dd-MM-yyyy",min:new Date(moment(o.sDate,"DD-MM-YYYY").format("YYYY-MM-DD")),max:new Date(moment(o.eDate,"DD-MM-YYYY").format("YYYY-MM-DD"))})})):($(document).ready(function(){$("#cmb_Start_date").kendoDatePicker({format:"dd-MM-yyyy"})}),$(document).ready(function(){$("#cmb_END_date").kendoDatePicker({format:"dd-MM-yyyy"})}))}),o.onChange1=function(){"3"==o.temp.date_option&&(o.temp.startdate=moment(o.startdate,"DD-MM-YYYY").startOf("month").format("DD-MM-YYYY"),o.temp.enddate=moment(o.startdate,"DD-MM-YYYY").endOf("month").format("DD-MM-YYYY")),"4"==o.temp.date_option&&(o.temp.startdate=moment(o.startdate,"DD-MM-YYYY").subtract(1,"month").startOf("month").format("DD-MM-YYYY"),o.temp.enddate=moment(o.startdate,"DD-MM-YYYY").subtract(1,"month").endOf("month").format("DD-MM-YYYY")),"5"==o.temp.date_option&&(o.temp.startdate=moment(o.startdate,"DD-MM-YYYY").startOf("week").format("DD-MM-YYYY"),o.temp.enddate=moment(o.startdate,"DD-MM-YYYY").endOf("week").format("DD-MM-YYYY")),"6"==o.temp.date_option&&(o.temp.startdate=moment(o.startdate,"DD-MM-YYYY").subtract(1,"week").startOf("week").format("DD-MM-YYYY"),o.temp.enddate=moment(o.startdate,"DD-MM-YYYY").subtract(1,"week").endOf("week").format("DD-MM-YYYY")),"7"==o.temp.date_option&&(o.temp.startdate=moment(o.startdate,"DD-MM-YYYY").format("DD-MM-YYYY"),o.temp.enddate=moment(o.startdate,"DD-MM-YYYY").format("DD-MM-YYYY")),"8"==o.temp.date_option&&(o.temp.startdate=moment(o.startdate,"DD-MM-YYYY").startOf("year").format("DD-MM-YYYY"),o.temp.enddate=moment(o.startdate,"DD-MM-YYYY").endOf("year").format("DD-MM-YYYY")),"9"==o.temp.date_option&&(o.temp.startdate=moment(o.startdate,"DD-MM-YYYY").subtract(1,"year").startOf("year").format("DD-MM-YYYY"),o.temp.enddate=moment(o.startdate,"DD-MM-YYYY").subtract(1,"year").endOf("year").format("DD-MM-YYYY")),"10"==o.temp.date_option&&(o.temp.startdate=moment(o.startdate,"DD-MM-YYYY").month("September").startOf("month").format("DD-MM-YYYY"),o.temp.enddate=moment(o.startdate,"DD-MM-YYYY").add("year",1).month("August").endOf("month").format("DD-MM-YYYY")),"11"==o.temp.date_option&&(o.temp.startdate=moment(o.startdate,"DD-MM-YYYY").subtract("year",1).month("September").startOf("month").format("DD-MM-YYYY"),o.temp.enddate=moment(o.startdate,"DD-MM-YYYY").month("August").startOf("month").format("DD-MM-YYYY")),"12"==o.temp.date_option&&(o.temp.startdate=moment(o.startdate,"DD-MM-YYYY").subtract(1,"days").format("DD-MM-YYYY"),o.temp.enddate=moment(o.startdate,"DD-MM-YYYY").subtract(1,"days").format("DD-MM-YYYY")),"13"==o.temp.date_option&&(o.current_Quatar_startdate=moment(o.startdate,"DD-MM-YYYY").startOf("quarter").format("DD-MM-YYYY"),o.temp.startdate=moment(o.current_Quatar_startdate,"DD-MM-YYYY").add(2,"month").startOf("month").format("DD-MM-YYYY"),o.current_Quatar_enddate=moment(o.startdate,"DD-MM-YYYY").endOf("quarter").format("DD-MM-YYYY"),o.temp.enddate=moment(o.current_Quatar_enddate,"DD-MM-YYYY").add(2,"month").endOf("month").format("DD-MM-YYYY")),"14"==o.temp.date_option&&(o.current_Quatar_startdate=moment(o.startdate,"DD-MM-YYYY").subtract(1,"quarter").startOf("quarter").format("DD-MM-YYYY"),o.temp.startdate=moment(o.current_Quatar_startdate,"DD-MM-YYYY").add(2,"month").startOf("month").format("DD-MM-YYYY"),o.current_Quatar_enddate=moment(o.startdate,"DD-MM-YYYY").subtract(1,"quarter").endOf("quarter").format("DD-MM-YYYY"),o.temp.enddate=moment(o.current_Quatar_enddate,"DD-MM-YYYY").add(2,"month").endOf("month").format("DD-MM-YYYY")),"15"==o.temp.date_option&&(o.temp.startdate=moment(o.startdate,"DD-MM-YYYY").startOf("week").format("DD-MM-YYYY"),o.temp.enddate=moment(o.startdate,"DD-MM-YYYY").format("DD-MM-YYYY")),"16"==o.temp.date_option&&(o.temp.startdate=moment(o.startdate,"DD-MM-YYYY").startOf("month").format("DD-MM-YYYY"),o.temp.enddate=moment(o.startdate,"DD-MM-YYYY").format("DD-MM-YYYY")),"17"==o.temp.date_option&&(o.current_Quatar_startdate=moment(o.startdate,"DD-MM-YYYY").startOf("quarter").format("DD-MM-YYYY"),o.temp.startdate=moment(o.current_Quatar_startdate,"DD-MM-YYYY").add(2,"month").startOf("month").format("DD-MM-YYYY"),o.temp.enddate=moment(o.startdate,"DD-MM-YYYY").format("DD-MM-YYYY")),"18"==o.temp.date_option&&(o.temp.startdate=moment(o.startdate,"DD-MM-YYYY").startOf("year").format("DD-MM-YYYY"),o.temp.enddate=moment(o.startdate,"DD-MM-YYYY").format("DD-MM-YYYY")),"19"==o.temp.date_option&&(o.temp.startdate=moment(o.startdate,"DD-MM-YYYY").subtract(1,"year").startOf("year").format("DD-MM-YYYY"),o.temp.enddate=moment(o.startdate,"DD-MM-YYYY").format("DD-MM-YYYY")),"20"==o.temp.date_option&&(o.current_Quatar_startdate=moment(o.startdate,"DD-MM-YYYY").subtract(1,"quarter").startOf("quarter").format("DD-MM-YYYY"),o.temp.startdate=moment(o.current_Quatar_startdate,"DD-MM-YYYY").add(2,"month").startOf("month").format("DD-MM-YYYY"),o.temp.enddate=moment(o.startdate,"DD-MM-YYYY").format("DD-MM-YYYY")),"21"==o.temp.date_option&&(o.temp.startdate=moment(o.startdate,"DD-MM-YYYY").subtract(1,"week").startOf("week").format("DD-MM-YYYY"),o.temp.enddate=moment(o.startdate,"DD-MM-YYYY").format("DD-MM-YYYY")),"22"==o.temp.date_option&&(o.temp.startdate=moment(o.startdate,"DD-MM-YYYY").startOf("year").format("DD-MM-YYYY"),o.temp.enddate=moment(o.startdate,"DD-MM-YYYY").subtract(1,"month").startOf("month").format("DD-MM-YYYY")),"23"==o.temp.date_option&&(o.temp.startdate=moment(o.startdate,"DD-MM-YYYY").startOf("year").format("DD-MM-YYYY"),o.temp.enddate=moment(o.startdate,"DD-MM-YYYY").startOf("month").format("DD-MM-YYYY")),"24"==o.temp.date_option&&(o.temp.startdate=moment(o.startdate,"DD-MM-YYYY").add(1,"week").startOf("week").format("DD-MM-YYYY"),o.temp.enddate=moment(o.startdate,"DD-MM-YYYY").add(1,"week").endOf("week").format("DD-MM-YYYY")),"25"==o.temp.date_option&&(o.temp.startdate=moment(o.startdate,"DD-MM-YYYY").add(4,"week").startOf("week").format("DD-MM-YYYY"),o.temp.enddate=moment(o.startdate,"DD-MM-YYYY").add(4,"week").endOf("week").format("DD-MM-YYYY")),"26"==o.temp.date_option&&(o.temp.startdate=moment(o.startdate,"DD-MM-YYYY").add(1,"month").startOf("month").format("DD-MM-YYYY"),o.temp.enddate=moment(o.startdate,"DD-MM-YYYY").add(1,"month").endOf("month").format("DD-MM-YYYY")),"27"==o.temp.date_option&&(o.temp.startdate=moment(o.startdate,"DD-MM-YYYY").add(1,"year").startOf("year").format("DD-MM-YYYY"),o.temp.enddate=moment(o.startdate,"DD-MM-YYYY").add(1,"year").endOf("year").format("DD-MM-YYYY")),"28"==o.temp.date_option&&(o.temp.startdate=moment(o.startdate,"DD-MM-YYYY").subtract(30,"days").format("DD-MM-YYYY"),o.temp.enddate=moment(o.startdate,"DD-MM-YYYY").format("DD-MM-YYYY")),"29"==o.temp.date_option&&(o.temp.startdate=moment(o.startdate,"DD-MM-YYYY").subtract(60,"days").format("DD-MM-YYYY"),o.temp.enddate=moment(o.startdate,"DD-MM-YYYY").format("DD-MM-YYYY")),"30"==o.temp.date_option&&(o.temp.startdate=moment(o.startdate,"DD-MM-YYYY").subtract(90,"days").format("DD-MM-YYYY"),o.temp.enddate=moment(o.startdate,"DD-MM-YYYY").format("DD-MM-YYYY"))},o.onChange2=function(){var e=moment(o.eDate,"DD-MM-YYYY").format("YYYY-MM-DD"),t=moment(o.temp.enddate,"DD-MM-YYYY").format("YYYY-MM-DD");moment(t)>moment(e)&&(o.temp.startdate="",swal({title:"Alert",text:"Please select date between "+o.sDate+" to "+o.eDate+" in financial year",showCloseButton:!0,width:380}))},o.onChange=function(){var e=moment(o.sDate,"DD-MM-YYYY").format("YYYY-MM-DD"),t=moment(o.temp.startdate,"DD-MM-YYYY").format("YYYY-MM-DD");moment(t)<moment(e)&&(o.temp.startdate="",swal({title:"Alert",text:"Please select date between "+o.sDate+" to "+o.eDate+" in financial year",showCloseButton:!0,width:380}))},o.CheckAllChecked=function(){if(!0===(m=document.getElementById("mainchk")).checked)for(var e=0;e<o.filteredTodos.length;e++)document.getElementById(o.filteredTodos[e].gltr_our_doc_no+e).checked=!0,o.filteredTodos[e].account_check=!0,o.row1="row_selected",$("tr").addClass("row_selected");else for(e=0;e<o.filteredTodos.length;e++)document.getElementById(o.filteredTodos[e].gltr_our_doc_no+e).checked=!1,m.checked=!1,o.filteredTodos[e].account_check=!1,o.row1="",$("tr").removeClass("row_selected")},o.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),o.color="#edefef"}),!0===(m=document.getElementById("mainchk")).checked&&(m.checked=!1,$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected")}))},o.Fetchdata=function(e,t,a){o.docCode1=t,o.provNo1=a,$("#myModal14").modal("show"),n.get(i.apiUrl+"api/VoucherReversal/getAllRecords?doccode="+t+"&prnumber="+a+"&comp_code="+e).then(function(e){o.prdocdata=e.data,o.temp_doc=[],o.totalDebit=0;for(var t=o.totalcredit=0;t<o.prdocdata.length;t++)0===t&&(o.temp_doc.gltd_comp_code=o.prdocdata[t].gltd_comp_code,o.temp_doc.gltd_doc_code=o.prdocdata[t].gltd_doc_code,o.temp_doc.gltd_doc_narr=o.prdocdata[t].gltd_doc_narr,o.temp_doc.gltd_remarks=o.prdocdata[t].gltd_remarks,o.temp_doc.gltd_doc_date=o.prdocdata[t].gltd_doc_date,o.temp_doc.gltd_post_date=o.prdocdata[t].gltd_post_date,o.temp_doc.gltd_prov_doc_no=o.prdocdata[t].gltd_prov_doc_no,o.temp_doc.gltd_final_doc_no=a,o.temp_doc.gltd_paid_to=o.prdocdata[t].gltd_paid_to,o.temp_doc.gltd_cheque_no=o.prdocdata[t].gltd_cheque_no,o.temp_doc.gldu_authorize=o.prdocdata[t].gldu_authorize,o.temp_doc.gldu_verify=o.prdocdata[t].gldu_verify,o.temp_doc.gltd_authorize_date=o.prdocdata[t].gltd_authorize_date,o.temp_doc.gltd_verify_date=o.prdocdata[t].gltd_verify_date),o.cost=o.cost||""!==o.prdocdata[t].gldd_cost_center_code||""!==o.prdocdata[t].gldd_cost_center_code,o.totalDebit=parseFloat(o.totalDebit)+parseFloat(o.prdocdata[t].gldd_doc_amount_debit),o.totalcredit=parseFloat(o.totalcredit)+parseFloat(o.prdocdata[t].gldd_doc_amount_credit)})},o.report_show=!0,o.back=function(){o.report_show=!0},o.closemodal=function(){o.report_show=!0},o.size=function(e){o.pager=10===e||20===e,"*"===e?(o.numPerPage=o.All_Details.length,o.filteredTodos=o.All_Details):(o.pagesize=e,o.currentPage=1,o.numPerPage=e),o.makeTodos()}}])}(),function(){"use strict";var e=angular.module("sims.module.Finance");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("BankReconciliationViewCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(o,t,e,a,s,n,i){o.pagesize="5";e.globals.currentUser.username,o.tble_show=!1;o.cost_combo=!1,o.block1={},o.temp=[],setTimeout(function(){$("#cmb_acc_Code3").select2()},100),a(function(){$("#fixTable1").tableHeadFixer({top:1})},100),$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0,format:"yyyy-mm-dd"}),n.get(i.apiUrl+"api/GLSLQuery/getDate_SL_Query?finance_year=2018").then(function(e){o.getDates=e.data,o.block1={from_date:o.getDates[0].sims_financial_year_start_date,to_date:o.getDates[0].sims_financial_year_end_date},console.log(o.getDates)}),o.positivevalue=function(e){return Math.abs(e)},o.propertyName=null,o.reverse=!1,o.sortBy=function(e){o.reverse=o.propertyName===e&&!o.reverse,o.propertyName=e},$(document).on("touch click",'*[data-datepicker="true"] .add-on',function(e){$('input[type="text"]',$(this).parent()).focus()}),o.cost_center=function(e){1==e?o.cost_combo=!0:(o.cost_combo=!1,o.block1.glco_cost_centre_code=null,o.getViewDetails())},o.getDepartcode=function(e){n.get(i.apiUrl+"api/BankPayment/getCostCenter?aacno="+e+"&comp_cd=1&fyear=2018").then(function(e){o.costcenter=e.data,0<o.costcenter.length?o.chkcost=!0:(o.chkcost=!1,o.temp.cost_chk=!1,o.cost_combo=!1)})},n.get(i.apiUrl+"api/JVCreation/GetReportUrl?opr=J&sub_opr=Single").then(function(e){o.final_doc_url=e.data}),o.Fetchdata=function(e,t,a){o.docCode1=t,o.provNo1=a,$("#myModal4").modal("show"),n.get(i.apiUrl+"api/VoucherReversal/getAllRecords?doccode="+t+"&prnumber="+a+"&comp_code="+e).then(function(e){o.prdocdata=e.data,o.temp_doc=[],o.totalDebit=0;for(var t=o.totalcredit=0;t<o.prdocdata.length;t++)0==t&&(o.temp_doc.gltd_comp_code=o.prdocdata[t].gltd_comp_code,o.temp_doc.gltd_doc_code=o.prdocdata[t].gltd_doc_code,o.temp_doc.gltd_doc_narr=o.prdocdata[t].gltd_doc_narr,o.temp_doc.gltd_remarks=o.prdocdata[t].gltd_remarks,o.temp_doc.gltd_doc_date=o.prdocdata[t].gltd_doc_date,o.temp_doc.gltd_post_date=o.prdocdata[t].gltd_post_date,o.temp_doc.gltd_prov_doc_no=o.prdocdata[t].gltd_prov_doc_no,o.temp_doc.gltd_final_doc_no=a,o.temp_doc.gldu_authorize=o.prdocdata[t].gldu_authorize,o.temp_doc.gldu_verify=o.prdocdata[t].gldu_verify,o.temp_doc.gltd_authorize_date=o.prdocdata[t].gltd_authorize_date,o.temp_doc.gltd_verify_date=o.prdocdata[t].gltd_verify_date),o.cost=o.cost||""!=o.prdocdata[t].gldd_cost_center_code||""!=o.prdocdata[t].gldd_cost_center_code,o.totalDebit=parseFloat(o.totalDebit)+parseFloat(o.prdocdata[t].gldd_doc_amount_debit),o.totalcredit=parseFloat(o.totalcredit)+parseFloat(o.prdocdata[t].gldd_doc_amount_credit)})},o.CheckPrintReport=function(){var e={location:o.final_doc_url,parameter:{comp_detail:1,doc_code:o.temp_doc.gltd_doc_code,doc_no:o.temp_doc.gltd_final_doc_no},state:"main.Fin064"};window.localStorage.ReportDetails=JSON.stringify(e),t.go("main.ReportCardParameter")},n.get(i.apiUrl+"api/GLSLQuery/getDocCode_GL_Query?comp_code=1&finance_year=2018").then(function(e){o.geDocCode_jv=e.data}),n.get(i.apiUrl+"api/JVCreation/GetAllGLAccountNos?glma_accountcode=&cmpnycode=1&fyear=2018").then(function(e){o.getAllAccNos=e.data}),o.FetchOPBal=function(e){n.get(i.apiUrl+"api/BankPayment/getCostCenter?aacno="+e+"&comp_cd=1&fyear=2018").then(function(e){o.costcenter=e.data,0<o.costcenter.length?o.chkcost=!0:(o.chkcost=!1,o.temp.cost_chk=!1,o.cost_combo=!1)});for(var t=0;t<o.getAllAccNos.length;t++)o.getAllAccNos[t].gldd_acct_code==o.block1.gldd_acct_code&&(o.block1.sltr_yob_amt=o.getAllAccNos[t].sltr_yob_amt);0<o.block1.sltr_yob_amt?(o.opbal=o.block1.sltr_yob_amt,o.cr=" dr"):o.block1.sltr_yob_amt<0?(o.opbal=Math.abs(o.block1.sltr_yob_amt),o.cr=" cr"):o.opbal=o.block1.sltr_yob_amt},o.getViewDetails=function(){o.tble_show=!0,$("#loader").modal({backdrop:"static",keyboard:!1});var t,e={gltr_comp_code:1,gltr_doc_code:null!=o.block1.gltd_doc_code||""!=o.block1.gltd_doc_code?o.block1.gltd_doc_code:null,gltr_acct_code:null!=o.block1.gldd_acct_code||""!=o.block1.gldd_acct_code?o.block1.gldd_acct_code:null,gltr_pstng_date:null!=o.block1.from_date||""!=o.block1.from_date?o.block1.from_date:null,gltr_doc_date:null!=o.block1.to_date||""!=o.block1.to_date?o.block1.to_date:null,glco_cost_centre_code:null!=o.block1.glco_cost_centre_code||""!=o.block1.glco_cost_centre_code?o.block1.glco_cost_centre_code:null};o.closebal=0,n.post(i.apiUrl+"api/GLSLQuery/list_All_GL_Query",e).then(function(e){o.trans_data=e.data,$("#loader").modal("hide"),$(".modal-backdrop").removeClass("modal-backdrop"),0<o.trans_data.length&&(o.length=o.trans_data.length-1,0<o.block1.sltr_yob_amt?o.trans_data[o.length].gltr_total_dr_amount=parseFloat(o.trans_data[o.length].gltr_total_dr_amount)+o.block1.sltr_yob_amt:o.block1.sltr_yob_amt<0&&(o.trans_data[o.length].gltr_total_cr_amount=parseFloat(o.trans_data[o.length].gltr_total_cr_amount)+Math.abs(o.block1.sltr_yob_amt)),0<(t=parseFloat(o.trans_data[o.length].gltr_total_dr_amount)-parseFloat(o.trans_data[o.length].gltr_total_cr_amount))?(o.closebal=t,o.dr=" dr"):t<0?(o.closebal=Math.abs(t),o.dr=" cr"):o.closebal=t)})},o.exportStaffResigned=function(){swal({title:"",text:"Are you sure you want to Save "+o.obj1.lic_school_name+" GLQueryDetails.xls ?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:390,cancelButtonText:"No"}).then(function(e){e&&(e=new Blob([document.getElementById("printdata3").innerHTML],{type:"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;charset=utf-8"}),saveAs(e,o.obj1.lic_school_name+" GLQueryDetails.xls"))})},o.printStaffResigned=function(e){var t=document.head.outerHTML,e=document.getElementById(e).outerHTML,a=window.open("","_blank","location=yes, statusbar=no, menubar=no, titlebar=no, toolbar=no,dependent=no, width=800, height=600, resizable=yes, screenX=250, screenY=10, personalbar=no, scrollbars=yes"),o=a.document;o.open(),o.write("<!doctype html><html>"+t+'<body onLoad="window.print()">'+e+"</body></html>"),o.close(),a.focus()}}])}(),function(){"use strict";var g,h=[],e=angular.module("sims.module.Finance");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("PdcPaymentSubmissionCont",["$scope","$state","$rootScope","$filter","$timeout","gettextCatalog","$http","ENV",function(d,e,t,a,o,s,_,c){t.globals.currentUser.username;d.finnDetail=JSON.parse(window.localStorage.Finn_comp);var l=d.finnDetail.company,n=d.finnDetail.year,r=t.globals.currentUser.username.toLowerCase(),t=(d.pagesize="5",d.pageindex=0,d.save_btn=!0,d.display=!0,d.table=!1,d.filterVisible=!1,d.edt1={copy1:"S"},new Date),m=t.getDate(),p=t.getMonth()+1,u=(p<10&&(p="0"+p),t.getFullYear());d.sdate=m+"-"+p+"-"+u,d.edate=m+"-"+p+"-"+u,d.temp1={startdate:m+"-"+p+"-"+u,enddate:m+"-"+p+"-"+u},o(function(){$("#fixTable").tableHeadFixer({top:1})},100),d.total=0,_.get(c.apiUrl+"api/PDCBillOtherProcess/GetDepartment?comp_code="+l).then(function(e){d.Departments=e.data}),d.temp={chk_previous_clear:!0},d.ClearPreviousChange=function(e){},d.ShowFilterText=function(e){d.filterVisible=""!==e},$(function(){$("#app_on1").multipleSelect({width:"100%"})}),_.get(c.apiUrl+"api/AdmissionFees/getBankDeatails").then(function(e){d.AllBankNames=e.data,setTimeout(function(){$("#app_on1").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"})},1e3)}),setTimeout(function(){$("#cmb_acc_Code").select2()},100),d.myFunct=function(e){13===e.which&&(d.temp.startdate=m+"-"+p+"-"+u)},d.myFunct1=function(e){13===e.which&&(d.temp.enddate=m+"-"+p+"-"+u)},d.PooData=function(){var e,t;d.flag1=!1,null===d.temp1.startdate||""===d.temp1.startdate?(d.flag1=!0,swal({title:"Alert",text:"Please Select Start Date",showCloseButton:!0,width:380})):null!==d.temp1.enddate&&""!==d.temp1.enddate||(d.flag1=!0,swal({title:"Alert",text:"Please Select End Date",showCloseButton:!0,width:380})),d.flag||(e=d.temp1.startdate,t=d.temp1.enddate,_.get(c.apiUrl+"api/PDCBillOtherProcess/getPDC_Bills_Pool_data?compcode="+l+"&from_date="+e+"&to_date="+t).then(function(e){d.PoolData=e.data,swal({title:"Alert",text:d.PoolData,showCloseButton:!0,width:380})}))},_.get(c.apiUrl+"api/BankPayment/GetLedgerCodes?financialyear="+n+"&comp_code="+l).then(function(e){d.LdgrCode=e.data}),_.get(c.apiUrl+"api/JVCreation/GetAllGLAccountNos?glma_accountcode=&cmpnycode="+l+"&fyear="+n).then(function(e){d.getAllAccNos=e.data}),d.getSLAccNo=function(e){d.getAllAccNos=[],"00"===e||void 0===e?_.get(c.apiUrl+"api/JVCreation/GetAllGLAccountNos?glma_accountcode="+d.temp.payable_acc_code+"&cmpnycode="+l+"&fyear="+n).then(function(e){d.getAllAccNos=e.data}):_.get(c.apiUrl+"api/BankPayment/GetSLAccNumber?pbslcode="+e+"&cmp_cd="+l+"&fyear="+n).then(function(e){d.getAllAccNos=e.data})},d.ChkDate=function(e){e.split("-")[0]+"-"+e.split("-")[1]+"-"+e.split("-")[2]<d.temp.startdate&&(swal({title:"Alert",text:"Please Select Next Date from start Date",showCloseButton:!0,width:380}),d.temp.enddate="")},d.getGrade=function(){var e,t,a,o,s,n,i;d.flag1=!1,"S"===d.edt1.copy1&&(null===d.temp1.startdate||""===d.temp1.startdate?(d.flag1=!0,swal({title:"Alert",text:"Please Select Start Date",showCloseButton:!0,width:380})):null!==d.temp1.enddate&&""!==d.temp1.enddate||(d.flag1=!0,swal({title:"Alert",text:"Please Select End Date",showCloseButton:!0,width:380})),d.flag1||(g=[],0===d.edt.slma_pty_bank_id.length||void 0===d.edt?e="":(o=d.edt.slma_pty_bank_id,g=g+","+o),o=d.temp1.startdate,s=d.temp1.enddate,e=void 0===d.temp.codp_dept_no||void 0===d.temp?"":d.temp.codp_dept_no,t=void 0===d.edt.sllc_ldgr_code||void 0===d.edt?"":d.edt.sllc_ldgr_code,a=void 0===d.edt.gldd_acct_code||void 0===d.edt?"":d.edt.gldd_acct_code,n=void 0===d.edt.SelectOption||void 0===d.edt?"":d.edt.SelectOption,i=void 0===d.edt.txt_filter_range||void 0===d.edt?"":d.edt.txt_filter_range,_.get(c.apiUrl+"api/PDCBillOtherProcess/getPDCBillsFinn213?compcode="+l+"&dept_no="+e+"&ldgr_code="+t+"&slma_acno="+a+"&from_date="+o+"&to_date="+s+"&bank_cd="+g+"&filter_text="+n+"&filter_range="+i+"&sub_ref_no=").then(function(e){d.GetAllPDCBillsData=e.data,d.totalItems=d.GetAllPDCBillsData.length,d.todos=d.GetAllPDCBillsData;for(var t=d.total=0;t<d.GetAllPDCBillsData.length;t++)d.total=parseFloat(d.total)+parseFloat(d.GetAllPDCBillsData[t].pb_amount)}),d.table=!0))},d.reset=function(){d.table=!1,d.display=!0,d.temp=[],d.Myform.$setPristine(),d.Myform.$setUntouched(),d.getgrid()},d.cancel=function(){d.temp={sims_cur_code:d.curriculum_code,sims_academic_year:d.ac_year,sims_grade_code:d.grade,admissionNo:d.admino},d.temp.Checkno="",d.temp.referenceno="",d.temp.slma_pty_bank_id="",d.temp.chequedate="",d.temp.grandtotal="",d.row1="",d.edit={copy1:"Ca"},(h=document.getElementById("mainchk")).checked=!1,d.CheckAllChecked(),d.AdmissionGradeFeesData=[]},d.total=function(e){!0===document.getElementById(i).checked?d.grandtotal=parseInt(d.grandtotal)+parseInt(e.sims_grade_fee_amount):d.grandtotal=parseInt(d.grandtotal)-parseInt(e.sims_grade_fee_amount),d.temp.grandtotal=d.grandtotal},d.ChkDate=function(e){new Date;d.ddMMyyyy=a("date")(new Date,"dd-MM-yyyy"),e.split("-")[0]+"-"+e.split("-")[1]+"-"+e.split("-")[2]<d.ddMMyyyy&&(swal({title:"Alert",text:"Please Select Today or Next Date",showCloseButton:!0,width:380}),d.temp.chequedate="")},d.edt={copy1:"Ca"},d.CheckAllChecked=function(){h=document.getElementById("mainchk");for(var e=0;e<d.GetAllPDCBillsData.length;e++){var t=document.getElementById(e);!0===h.checked?(t.checked=!0,d.GetAllPDCBillsData[e].row_color="#ffffcc"):(t.checked=!1,h.checked=!1,d.GetAllPDCBillsData[e].row_color="")}},d.checkonebyonedelete=function(e){e.checked?e.row_color="#ffffcc":e.row_color="white",!0===(h=document.getElementById("mainchk")).checked&&(h.checked=!1)},d.Submit=function(){var o=[];d.flag=!1;for(var e,t=0;t<d.GetAllPDCBillsData.length;t++)!0===document.getElementById(t).checked&&(d.flag=!0,e={pb_comp_code:d.GetAllPDCBillsData[t].pb_comp_code,pb_sl_ldgr_code:d.GetAllPDCBillsData[t].pb_sl_ldgr_code,pb_sl_acno:d.GetAllPDCBillsData[t].pb_sl_acno,pb_cheque_no:d.GetAllPDCBillsData[t].pb_cheque_no,pb_amount:d.GetAllPDCBillsData[t].pb_amount,pb_bank_from:d.GetAllPDCBillsData[t].pb_bank_from,pb_ldgr_code_name:r},o.push(e));d.flag?swal({title:"",text:"Are you sure you want to Submit?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)_.post(c.apiUrl+"api/PDCBillOtherProcess/Submit_Pdc_Bilss_Finn213",o).then(function(e){d.msg1=e.data,""!==d.msg1&&null!==d.msg1?swal({title:"Alert",text:"Cheques Submitted\n Submission No:"+d.msg1,showCloseButton:!0,width:380}).then(function(e){e&&(d.getGrade(),!0===(h=document.getElementById("mainchk")).checked&&(h.checked=!1,d.row1=""),d.currentPage=!0)}):swal({title:"Alert",text:"Cheques Not Submitted. ",showCloseButton:!0,width:380}).then(function(e){e&&(d.getGrade(),!0===h.checked&&(h.checked=!1,d.row1=""),d.currentPage=!0)})});else{!0===(h=document.getElementById("mainchk")).checked&&(h.checked=!1);for(var t=0;t<d.GetAllPDCBillsData.length;t++){var a=document.getElementById(t);!0===a.checked&&(a.checked=!1,h.checked=!1,$("tr").removeClass("row_selected"))}}}):swal({title:"Alert",text:"Please Select Atleast One Record",showCloseButton:!0,width:380}),d.currentPage=str},$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0,format:"dd-mm-yyyy"}),$(document).on("touch click",'*[data-datepicker="true"] .add-on',function(e){$('input[type="text"]',$(this).parent()).focus()}),d.showdate=function(e,t){var a=e.split("-")[0],o=e.split("-")[1],e=e.split("-")[2];d.temp[t]=a+"-"+o+"-"+e},d.FilterCode=function(){var e=[];if(!0===d.temp.chk_previous_clear){h=document.getElementById("mainchk");for(var t=0;t<d.GetAllPDCBillsData.length;t++)document.getElementById(t).checked=!1,h.checked=!1,d.row1="",d.GetAllPDCBillsData[t].row_color="white";if("Select Records"===d.edt.SelectOption)for(t=0;t<d.edt.txt_filter_range;t++)document.getElementById(t).checked=!0,d.GetAllPDCBillsData[t].row_color="#ffffcc";else if("Cheque Amount between"===d.edt.SelectOption){if(2<=(e=void 0!==d.edt.txt_filter_range?d.edt.txt_filter_range.split("-"):e).length)for(t=0;t<d.GetAllPDCBillsData.length;t++)d.GetAllPDCBillsData[t].pb_amount>=e[0]&&d.GetAllPDCBillsData[t].pb_amount<=e[1]&&(document.getElementById(t).checked=!0,d.GetAllPDCBillsData[t].row_color="#ffffcc")}else if("Cheque Series between"===d.edt.SelectOption&&2<=(e=void 0!==d.edt.txt_filter_range?d.edt.txt_filter_range.split("-"):e).length){d.minchkno=0;for(var a=d.maxchkno=0;a<e.length;a++)0===a?d.minchkno=parseInt(e[0]):d.maxchkno=parseInt(e[1]);for(t=0;t<d.GetAllPDCBillsData.length;t++)d.GetAllPDCBillsData[t].pb_cheque_no>=d.minchkno&&d.GetAllPDCBillsData[t].pb_cheque_no<=d.maxchkno&&(document.getElementById(t).checked=!0,d.GetAllPDCBillsData[t].row_color="#ffffcc")}}else if("Select Records"===d.edt.SelectOption){if(d.GetAllPDCBillsData.length>=d.edt.txt_filter_range)for(t=0;t<d.edt.txt_filter_range;t++)document.getElementById(t).checked=!0,d.GetAllPDCBillsData[t].row_color="#ffffcc"}else if("Cheque Amount between"===d.edt.SelectOption){if(2<=(e=void 0!==d.edt.txt_filter_range?d.edt.txt_filter_range.split("-"):e).length)for(t=0;t<d.GetAllPDCBillsData.length;t++)d.GetAllPDCBillsData[t].pb_amount>=e[0]&&d.GetAllPDCBillsData[t].pb_amount<=e[1]&&(document.getElementById(t).checked=!0,d.GetAllPDCBillsData[t].row_color="#ffffcc")}else if("Cheque Series between"===d.edt.SelectOption&&2<=(e=void 0!==d.edt.txt_filter_range?d.edt.txt_filter_range.split("-"):e).length){d.minchkno=0;for(a=d.maxchkno=0;a<e.length;a++)0===a?d.minchkno=parseInt(e[0]):d.maxchkno=parseInt(e[1]);for(t=0;t<d.GetAllPDCBillsData.length;t++)d.GetAllPDCBillsData[t].pb_cheque_no>=d.minchkno&&d.GetAllPDCBillsData[t].pb_cheque_no<=d.maxchkno&&(document.getElementById(t).checked=!0,d.GetAllPDCBillsData[t].row_color="#ffffcc")}}}])}(),function(){"use strict";var f,y,e=angular.module("sims.module.Finance");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("PdcPaymentResubmissionCont",["$scope","$state","$rootScope","$filter","$timeout","gettextCatalog","$http","ENV",function(r,e,t,a,o,s,d,c){t.globals.currentUser.username;r.finnDetail=JSON.parse(window.localStorage.Finn_comp);var l=r.finnDetail.company,n=r.finnDetail.company,m=r.finnDetail.year,p=t.globals.currentUser.username.toLowerCase(),t=(r.pagesize="5",r.pageindex=0,r.save_btn=!0,r.display=!0,r.table=!1,r.filterVisible=!1,r.edt1={copy1:"S"},new Date),u=t.getDate(),g=t.getMonth()+1,h=(g<10&&(g="0"+g),t.getFullYear());r.sdate=u+"-"+g+"-"+h,r.edate=u+"-"+g+"-"+h,r.temp1={startdate:u+"-"+g+"-"+h,enddate:u+"-"+g+"-"+h},o(function(){$("#fixTable").tableHeadFixer({top:1})},100),r.total=0,d.get(c.apiUrl+"api/PDCBillOtherProcess/GetDepartment?comp_code="+l).then(function(e){r.Departments=e.data}),r.size=function(e){r.pagesize=e,r.currentPage=1,r.numPerPage=e,r.makeTodos()},r.index=function(e){r.pageindex=e,r.currentPage=e,r.makeTodos(),f.checked=!1,r.row1=""},r.temp={chk_previous_clear:!0},r.ClearPreviousChange=function(e){},r.ShowFilterText=function(e){r.filterVisible=""!==e},$(function(){$("#app_on1").multipleSelect({width:"100%"})}),r.filteredTodos=[],r.currentPage=1,r.numPerPage=5,r.maxSize=5,d.get(c.apiUrl+"api/AdmissionFees/getBankDeatails").then(function(e){r.AllBankNames=e.data,setTimeout(function(){$("#app_on1").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"})},1e3)}),setTimeout(function(){$("#cmb_acc_Code").select2()},100),r.makeTodos=function(){var e=parseInt(r.totalItems%r.numPerPage),e=(r.pagersize="0"===e?parseInt(r.totalItems/r.numPerPage):parseInt(r.totalItems/r.numPerPage)+1,(r.currentPage-1)*r.numPerPage),t=parseInt(e)+parseInt(r.numPerPage);r.filteredTodos=r.todos.slice(e,t)},r.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).pb_sl_acno_name.toLowerCase().indexOf(t.toLowerCase())||e.pb_amount===t;var t})},r.myFunct=function(e){13===e.which&&(r.temp.startdate=u+"-"+g+"-"+h)},r.myFunct1=function(e){13===e.which&&(r.temp.enddate=u+"-"+g+"-"+h)},d.get(c.apiUrl+"api/BankPayment/GetLedgerCodes?financialyear="+m+"&comp_code="+n).then(function(e){r.LdgrCode=e.data}),d.get(c.apiUrl+"api/JVCreation/GetAllGLAccountNos?glma_accountcode=&cmpnycode="+n+"&fyear="+m).then(function(e){r.getAllAccNos=e.data}),r.GetAllGLAcc=function(e,t){d.get(c.apiUrl+"api/JVCreation/GetAllGLAccountNos?glma_accountcode="+e+"&cmpnycode="+n+"&fyear="+m).then(function(e){r.getAllAccNos=e.data})},r.getSLAccNo=function(e){r.getAllAccNos=[],"00"===e||void 0===e?r.GetAllGLAcc(r.temp.payable_acc_code,l):d.get(c.apiUrl+"api/BankPayment/GetSLAccNumber?pbslcode="+e+"&cmp_cd="+n+"&fyear="+m).then(function(e){r.getAllAccNos=e.data}),""===cmbvalue?(r.edt.gldd_acct_code="",r.edt1.coad_dept_no="",$("#cmb_acc_Code").select2("val",cmbvalue)):r.edt.gldd_acct_code=cmbvalue},r.getBankDetails=function(){d.get(c.apiUrl+"api/AdmissionFees/getBankDeatails").then(function(e){r.BankDetails=e.data})},r.ChkDate=function(e){e.split("-")[0]+"-"+e.split("-")[1]+"-"+e.split("-")[2]<r.temp.startdate&&(swal({title:"Alert",text:"Please Select Next Date from start Date",showCloseButton:!0,width:380}),r.temp.enddate="")},r.getGrade=function(){var e,t,a,o,s,n,i;r.flag1=!1,"S"===r.edt1.copy1&&(null===r.temp1.startdate||""===r.temp1.startdate?(r.flag1=!0,swal({title:"Alert",text:"Please Select Start Date",showCloseButton:!0,width:380})):null!==r.temp1.enddate&&""!==r.temp1.enddate||(r.flag1=!0,swal({title:"Alert",text:"Please Select End Date",showCloseButton:!0,width:380})),r.flag1||(y=[],0===r.edt.slma_pty_bank_id.length||void 0===r.edt?e="":(o=r.edt.slma_pty_bank_id,y=y+","+o),o=r.temp1.startdate,s=r.temp1.enddate,e=void 0===r.temp.codp_dept_no||void 0===r.temp?"":r.temp.codp_dept_no,t=void 0===r.edt.sllc_ldgr_code||void 0===r.edt?"":r.edt.sllc_ldgr_code,a=void 0===r.edt.gldd_acct_code||void 0===r.edt?"":r.edt.gldd_acct_code,n=void 0===r.edt.SelectOption||void 0===r.edt?"":r.edt.SelectOption,i=void 0===r.edt.txt_filter_range||void 0===r.edt?"":r.edt.txt_filter_range,d.get(c.apiUrl+"api/PDCBillOtherProcess/getPDCReSubmissionBillsFinn214?compcode="+l+"&dept_no="+e+"&ldgr_code="+t+"&slma_acno="+a+"&from_date="+o+"&to_date="+s+"&bank_cd="+y+"&filter_text="+n+"&filter_range="+i+"&sub_ref_no=").then(function(e){r.GetAllPDCBillsData=e.data,r.totalItems=r.GetAllPDCBillsData.length,r.todos=r.GetAllPDCBillsData,r.makeTodos();for(var t=r.total=0;t<r.GetAllPDCBillsData.length;t++)r.total=parseFloat(r.total)+parseFloat(r.GetAllPDCBillsData[t].pb_amount)}),r.table=!0))},r.search=function(){r.todos=r.searched(r.AdmissionFeesData,r.searchText),r.totalItems=r.todos.length,r.currentPage="1",""===r.searchText&&(r.todos=r.AdmissionFeesData),r.makeTodos(),f.checked=!1},r.reset=function(){r.table=!1,r.display=!0,r.temp=[],r.Myform.$setPristine(),r.Myform.$setUntouched(),r.getgrid()},r.cancel=function(){r.temp={sims_cur_code:r.curriculum_code,sims_academic_year:r.ac_year,sims_grade_code:r.grade,admissionNo:r.admino},r.temp.Checkno="",r.temp.referenceno="",r.temp.slma_pty_bank_id="",r.temp.chequedate="",r.temp.grandtotal="",r.row1="",r.edit={copy1:"Ca"},(f=document.getElementById("mainchk")).checked=!1,r.CheckAllChecked(),r.AdmissionGradeFeesData=[]},r.total=function(e){!0===document.getElementById(i).checked?r.grandtotal=parseInt(r.grandtotal)+parseInt(e.sims_grade_fee_amount):r.grandtotal=parseInt(r.grandtotal)-parseInt(e.sims_grade_fee_amount),r.temp.grandtotal=r.grandtotal},r.ChkDate=function(e){r.ddMMyyyy=a("date")(new Date,"dd-MM-yyyy"),e.split("-")[0]+"-"+e.split("-")[1]+"-"+e.split("-")[2]<r.ddMMyyyy&&(swal({title:"Alert",text:"Please Select Today or Next Date",showCloseButton:!0,width:380}),r.temp.chequedate="")},r.edit=function(e){r.temp={sims_student_full_name:e.sims_student_full_name,sims_grade_name_en:e.sims_grade_name_en,sims_admission_no:e.sims_admission_no}},r.edt={copy1:"Ca"},r.CheckAllChecked=function(){f=document.getElementById("mainchk");for(var e=0;e<r.GetAllPDCBillsData.length;e++){var t=document.getElementById(e);!0===f.checked?(t.checked=!0,r.GetAllPDCBillsData[e].row_color="#ffffcc"):(t.checked=!1,f.checked=!1,r.GetAllPDCBillsData[e].row_color="")}},r.checkonebyonedelete=function(e){e.checked?e.row_color="#ffffcc":e.row_color="white",!0===(f=document.getElementById("mainchk")).checked&&(f.checked=!1)},r.Submit=function(){var o=[];r.flag=!1;for(var e,t=0;t<r.GetAllPDCBillsData.length;t++)!0===document.getElementById(t).checked&&(r.flag=!0,e={pb_comp_code:r.GetAllPDCBillsData[t].pb_comp_code,pb_sl_ldgr_code:r.GetAllPDCBillsData[t].pb_sl_ldgr_code,pb_sl_acno:r.GetAllPDCBillsData[t].pb_sl_acno,pb_cheque_no:r.GetAllPDCBillsData[t].pb_cheque_no,pb_amount:r.GetAllPDCBillsData[t].pb_amount,pb_bank_from:r.GetAllPDCBillsData[t].pb_bank_from,pb_ldgr_code_name:p},o.push(e));r.flag?swal({title:"",text:"Are you sure you want to Submit?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)d.post(c.apiUrl+"api/PDCBillOtherProcess/ReSubmit_Pdc_Bilss_Finn214",o).then(function(e){r.msg1=e.data,""!==r.msg1&&null!==r.msg1?swal({title:"Alert",text:"Cheques Re-Submitted\n Re-Submission No:"+r.msg1,showCloseButton:!0,width:380}).then(function(e){e&&(r.getGrade(),!0===(f=document.getElementById("mainchk")).checked&&(f.checked=!1,r.row1=""),r.currentPage=!0)}):swal({title:"Alert",text:"Cheques Not Re-Submitted",showCloseButton:!0,width:380}).then(function(e){e&&(r.getGrade(),!0===f.checked&&(f.checked=!1,r.row1=""),r.currentPage=!0)})});else{!0===(f=document.getElementById("mainchk")).checked&&(f.checked=!1);for(var t=0;t<r.GetAllPDCBillsData.length;t++){var a=document.getElementById(t);!0===a.checked&&(a.checked=!1,f.checked=!1,$("tr").removeClass("row_selected"))}}}):swal({title:"Alert",text:"Please Select Atleast One Record",showCloseButton:!0,width:380}),r.currentPage=str},$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0,format:"dd-mm-yyyy"}),$(document).on("touch click",'*[data-datepicker="true"] .add-on',function(e){$('input[type="text"]',$(this).parent()).focus()}),r.showdate=function(e,t){var a=e.split("-")[0],o=e.split("-")[1],e=e.split("-")[2];r.temp[t]=a+"-"+o+"-"+e},r.FilterCode=function(){var e=[];if(!0===r.temp.chk_previous_clear){f=document.getElementById("mainchk");for(var t=0;t<r.GetAllPDCBillsData.length;t++)document.getElementById(t).checked=!1,f.checked=!1,r.row1="",r.GetAllPDCBillsData[t].row_color="white";if("Select Records"===r.edt.SelectOption)for(var a=0;a<r.edt.txt_filter_range;a++)document.getElementById(i).checked=!0,r.GetAllPDCBillsData[t].row_color="#ffffcc";else if("Cheque Amount between"===r.edt.SelectOption){if(2<=(e=void 0!==r.edt.txt_filter_range?r.edt.txt_filter_range.split("-"):e).length)for(var o=0;o<r.GetAllPDCBillsData.length;o++)r.GetAllPDCBillsData[o].pb_amount>=e[0]&&r.GetAllPDCBillsData[o].pb_amount<=e[1]&&(document.getElementById(o).checked=!0,r.GetAllPDCBillsData[o].row_color="#ffffcc")}else if("Cheque Series between"===r.edt.SelectOption&&2<=(e=void 0!==r.edt.txt_filter_range?r.edt.txt_filter_range.split("-"):e).length){r.minchkno=0;for(var s=r.maxchkno=0;s<e.length;s++)0===s?r.minchkno=parseInt(e[0]):r.maxchkno=parseInt(e[1]);for(var n=0;n<r.GetAllPDCBillsData.length;n++)r.GetAllPDCBillsData[n].pb_cheque_no>=r.minchkno&&r.GetAllPDCBillsData[n].pb_cheque_no<=r.maxchkno&&(document.getElementById(n).checked=!0,r.GetAllPDCBillsData[n].row_color="#ffffcc")}}else if("Select Records"===r.edt.SelectOption){if(r.GetAllPDCBillsData.length>=r.edt.txt_filter_range)for(var d=0;d<r.edt.txt_filter_range;d++)document.getElementById(d).checked=!0,r.GetAllPDCBillsData[d].row_color="#ffffcc"}else if("Cheque Amount between"===r.edt.SelectOption){if(2<=(e=void 0!==r.edt.txt_filter_range?r.edt.txt_filter_range.split("-"):e).length)for(var _=0;_<r.GetAllPDCBillsData.length;_++)r.GetAllPDCBillsData[_].pb_amount>=e[0]&&r.GetAllPDCBillsData[_].pb_amount<=e[1]&&(document.getElementById(_).checked=!0,r.GetAllPDCBillsData[_].row_color="#ffffcc")}else if("Cheque Series between"===r.edt.SelectOption&&2<=(e=void 0!==r.edt.txt_filter_range?r.edt.txt_filter_range.split("-"):e).length){r.minchkno=0;for(var c=r.maxchkno=0;c<e.length;c++)0===c?r.minchkno=parseInt(e[0]):r.maxchkno=parseInt(e[1]);for(var l=0;l<r.GetAllPDCBillsData.length;l++)r.GetAllPDCBillsData[l].pb_cheque_no>=r.minchkno&&r.GetAllPDCBillsData[l].pb_cheque_no<=r.maxchkno&&(document.getElementById(l).checked=!0,r.GetAllPDCBillsData[l].row_color="#ffffcc")}}}])}(),function(){"use strict";var f,y,e=angular.module("sims.module.Finance");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("PdcPaymentReturnCont",["$scope","$state","$rootScope","$filter","$timeout","gettextCatalog","$http","ENV",function(c,e,t,a,o,s,l,r){c.finnDetail=JSON.parse(window.localStorage.Finn_comp);var m=c.finnDetail.company,n=c.finnDetail.company,d=c.finnDetail.year,p=t.globals.currentUser.username.toLowerCase(),t=(c.pagesize="5",c.pageindex=0,c.save_btn=!0,c.display=!0,c.table=!1,c.filterVisible=!1,c.edt1={copy1:"S"},new Date),u=t.getDate(),g=t.getMonth()+1,h=(g<10&&(g="0"+g),t.getFullYear());c.sdate=u+"-"+g+"-"+h,c.edate=u+"-"+g+"-"+h,c.temp1={startdate:u+"-"+g+"-"+h,enddate:u+"-"+g+"-"+h},o(function(){$("#fixTable").tableHeadFixer({top:1})},100),c.total=0,l.get(r.apiUrl+"api/PDCBillOtherProcess/GetDepartment?comp_code="+m).then(function(e){c.Departments=e.data}),c.size=function(e){c.pagesize=e,c.currentPage=1,c.numPerPage=e,c.makeTodos()},c.index=function(e){c.pageindex=e,c.currentPage=e,c.makeTodos(),f.checked=!1,c.row1=""},c.temp={chk_previous_clear:!0},c.ClearPreviousChange=function(e){},c.ShowFilterText=function(e){c.filterVisible=""!==e},$(function(){$("#app_on1").multipleSelect({width:"100%"})}),c.filteredTodos=[],c.currentPage=1,c.numPerPage=5,c.maxSize=5,l.get(r.apiUrl+"api/AdmissionFees/getBankDeatails").then(function(e){c.AllBankNames=e.data,setTimeout(function(){$("#app_on1").change(function(){}).multipleSelect({width:"100%"})},1e3)}),setTimeout(function(){$("#cmb_acc_Code").select2()},100),c.makeTodos=function(){var e=parseInt(c.totalItems%c.numPerPage),e=(c.pagersize="0"===e?parseInt(c.totalItems/c.numPerPage):parseInt(c.totalItems/c.numPerPage)+1,(c.currentPage-1)*c.numPerPage),t=parseInt(e)+parseInt(c.numPerPage);c.filteredTodos=c.todos.slice(e,t)},c.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).pb_sl_acno_name.toLowerCase().indexOf(t.toLowerCase())||e.pb_amount===t;var t})},c.myFunct=function(e){13===e.which&&(c.temp.startdate=u+"-"+g+"-"+h)},c.myFunct1=function(e){13===e.which&&(c.temp.enddate=u+"-"+g+"-"+h)},l.get(r.apiUrl+"api/BankPayment/GetLedgerCodes?financialyear="+d+"&comp_code="+n).then(function(e){c.LdgrCode=e.data}),l.get(r.apiUrl+"api/JVCreation/GetAllGLAccountNos?glma_accountcode=&cmpnycode="+n+"&fyear="+d).then(function(e){c.getAllAccNos=e.data}),c.GetAllGLAcc=function(e,t){l.get(r.apiUrl+"api/JVCreation/GetAllGLAccountNos?glma_accountcode="+e+"&cmpnycode="+n+"&fyear="+d).then(function(e){c.getAllAccNos=e.data})},c.getSLAccNo=function(e){c.getAllAccNos=[],"00"===e||void 0===e?c.GetAllGLAcc(c.temp.payable_acc_code,m):l.get(r.apiUrl+"api/BankPayment/GetSLAccNumber?pbslcode="+e+"&cmp_cd="+n+"&fyear="+d).then(function(e){c.getAllAccNos=e.data}),""===cmbvalue?(c.edt.gldd_acct_code="",c.edt1.coad_dept_no="",$("#cmb_acc_Code").select2("val",cmbvalue)):c.edt.gldd_acct_code=cmbvalue},c.getBankDetails=function(){l.get(r.apiUrl+"api/AdmissionFees/getBankDeatails").then(function(e){c.BankDetails=e.data})},c.ChkDate=function(e){e.split("-")[0]+"-"+e.split("-")[1]+"-"+e.split("-")[2]<c.temp.startdate&&(swal({title:"Alert",text:"Please Select Next Date from start Date",showCloseButton:!0,width:380}),c.temp.enddate="")},c.getGrade=function(){var e,t,a,o,s,n,i,d;c.flag1=!1,"S"===c.edt1.copy1&&(null===c.temp1.startdate||""===c.temp1.startdate?(c.flag1=!0,swal({title:"Alert",text:"Please Select Start Date",showCloseButton:!0,width:380})):null!==c.temp1.enddate&&""!==c.temp1.enddate||(c.flag1=!0,swal({title:"Alert",text:"Please Select End Date",showCloseButton:!0,width:380})),c.flag1||(y=[],0!==c.edt.slma_pty_bank_id.length&&void 0!==c.edt&&(o=c.edt.slma_pty_bank_id,y=y+","+o),o=c.temp1.startdate,s=c.temp1.enddate,e=void 0===c.temp.codp_dept_no||void 0===c.temp?"":c.temp.codp_dept_no,t=void 0===c.edt.sllc_ldgr_code||void 0===c.edt?"":c.edt.sllc_ldgr_code,a=void 0===c.edt.gldd_acct_code||void 0===c.edt?"":c.edt.gldd_acct_code,n=void 0===c.edt.SelectOption||void 0===c.edt?"":c.edt.SelectOption,i=void 0===c.edt.txt_filter_range||void 0===c.edt?"":c.edt.txt_filter_range,d=void 0===c.edt.submissionno||void 0===c.edt?"":c.edt.submissionno,l.get(r.apiUrl+"api/PDCBillOtherProcess/getPDCReturn_BillsFinn215?compcode="+m+"&dept_no="+e+"&ldgr_code="+t+"&slma_acno="+a+"&from_date="+o+"&to_date="+s+"&bank_cd="+y+"&filter_text="+n+"&filter_range="+i+"&sub_ref_no="+d).then(function(e){c.GetAllPDCBillsData=e.data,c.totalItems=c.GetAllPDCBillsData.length,c.todos=c.GetAllPDCBillsData,c.makeTodos();for(var t=c.total=0;t<c.GetAllPDCBillsData.length;t++)c.total=parseFloat(c.total)+parseFloat(c.GetAllPDCBillsData[t].pb_amount)}),c.table=!0))},c.search=function(){c.todos=c.searched(c.GetAllPDCBillsData,c.searchText),c.totalItems=c.todos.length,c.currentPage="1",""===c.searchText&&(c.todos=c.GetAllPDCBillsData),c.makeTodos(),f.checked=!1},c.reset=function(){c.table=!1,c.display=!0,c.temp=[],c.Myform.$setPristine(),c.Myform.$setUntouched(),c.getgrid()},c.cancel=function(){c.temp={sims_cur_code:c.curriculum_code,sims_academic_year:c.ac_year,sims_grade_code:c.grade,admissionNo:c.admino},c.temp.Checkno="",c.temp.referenceno="",c.temp.slma_pty_bank_id="",c.temp.chequedate="",c.temp.grandtotal="",c.row1="",c.edit={copy1:"Ca"},(f=document.getElementById("mainchk")).checked=!1,c.CheckAllChecked(),c.AdmissionGradeFeesData=[]},c.total=function(e){!0===document.getElementById(i).checked?c.grandtotal=parseInt(c.grandtotal)+parseInt(e.sims_grade_fee_amount):c.grandtotal=parseInt(c.grandtotal)-parseInt(e.sims_grade_fee_amount),c.temp.grandtotal=c.grandtotal},c.ChkDate=function(e){c.ddMMyyyy=a("date")(new Date,"dd-MM-yyyy");var t=e.split("-")[0],e=e.split("-")[1];t+"-"+e+"-"+e<c.ddMMyyyy&&(swal({title:"Alert",text:"Please Select Today or Next Date",showCloseButton:!0,width:380}),c.temp.chequedate="")},c.edit=function(e){c.temp={sims_student_full_name:e.sims_student_full_name,sims_grade_name_en:e.sims_grade_name_en,sims_admission_no:e.sims_admission_no}},c.edt={copy1:"Ca"},c.CheckAllChecked=function(){f=document.getElementById("mainchk");for(var e=0;e<c.GetAllPDCBillsData.length;e++){var t=document.getElementById(e);!0===f.checked?(t.checked=!0,c.GetAllPDCBillsData[e].row_color="#ffffcc"):(t.checked=!1,f.checked=!1,c.GetAllPDCBillsData[e].row_color="")}},c.checkonebyonedelete=function(e){e.checked?e.row_color="#ffffcc":e.row_color="white",!0===(f=document.getElementById("mainchk")).checked&&(f.checked=!1)},c.Submit=function(){var t,a=[];c.flag=!1;for(let e=0;e<c.GetAllPDCBillsData.length;e++)!0===document.getElementById(e).checked&&(c.flag=!0,t={pb_comp_code:c.GetAllPDCBillsData[e].pb_comp_code,pb_sl_ldgr_code:c.GetAllPDCBillsData[e].pb_sl_ldgr_code,pb_sl_acno:c.GetAllPDCBillsData[e].pb_sl_acno,pb_cheque_no:c.GetAllPDCBillsData[e].pb_cheque_no,pb_amount:c.GetAllPDCBillsData[e].pb_amount,pb_bank_from:c.GetAllPDCBillsData[e].pb_bank_from,pb_doc_type:c.GetAllPDCBillsData[e].pb_doc_type,pb_our_doc_no:c.GetAllPDCBillsData[e].pb_our_doc_no,pb_ldgr_code_name:p},a.push(t));c.flag?swal({title:"",text:"Are you sure you want to Submit?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)l.post(r.apiUrl+"api/PDCBillOtherProcess/Return_Pdc_Bilss_Finn215",a).then(function(e){c.msg1=e.data,!0===c.msg1?swal({title:"Alert",text:"Cheques Returned",showCloseButton:!0,width:380}).then(function(e){e&&(c.getGrade(),!0===(f=document.getElementById("mainchk")).checked&&(f.checked=!1,c.row1=""),c.currentPage=!0)}):swal({title:"Alert",text:"Cheques Not Returned. ",showCloseButton:!0,width:380}).then(function(e){e&&(c.getGrade(),!0===f.checked&&(f.checked=!1,c.row1=""),c.currentPage=!0)})});else{!0===(f=document.getElementById("mainchk")).checked&&(f.checked=!1);for(let e=0;e<c.GetAllPDCBillsData.length;e++){var t=document.getElementById(e);!0===t.checked&&(t.checked=!1,f.checked=!1,$("tr").removeClass("row_selected"))}}}):swal({title:"Alert",text:"Please Select Atleast One Record",showCloseButton:!0,width:380}),c.currentPage=str},$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0,format:"dd-mm-yyyy"}),$(document).on("touch click",'*[data-datepicker="true"] .add-on',function(e){$('input[type="text"]',$(this).parent()).focus()}),c.showdate=function(e,t){var a=e.split("-")[0],o=e.split("-")[1],e=e.split("-")[2];c.temp[t]=a+"/"+o+"/"+e},c.FilterCode=function(){var t=[];if(!0===c.temp.chk_previous_clear){f=document.getElementById("mainchk");for(let e=0;e<c.GetAllPDCBillsData.length;e++)document.getElementById(e).checked=!1,f.checked=!1,c.row1="",c.GetAllPDCBillsData[e].row_color="white";if("Select Records"===c.edt.SelectOption)for(let e=0;e<c.edt.txt_filter_range;e++)document.getElementById(e).checked=!0,c.GetAllPDCBillsData[e].row_color="#ffffcc";else if("Cheque Amount between"===c.edt.SelectOption){if(2<=(t=void 0!==c.edt.txt_filter_range?c.edt.txt_filter_range.split("-"):t).length)for(let e=0;e<c.GetAllPDCBillsData.length;e++)c.GetAllPDCBillsData[e].pb_amount>=t[0]&&c.GetAllPDCBillsData[e].pb_amount<=t[1]&&(document.getElementById(e).checked=!0,c.GetAllPDCBillsData[e].row_color="#ffffcc")}else if("Cheque Series between"===c.edt.SelectOption&&2<=(t=void 0!==c.edt.txt_filter_range?c.edt.txt_filter_range.split("-"):t).length){c.minchkno=0;for(let e=c.maxchkno=0;e<t.length;e++)0===e?c.minchkno=parseInt(t[0]):c.maxchkno=parseInt(t[1]);for(let e=0;e<c.GetAllPDCBillsData.length;e++)c.GetAllPDCBillsData[e].pb_cheque_no>=c.minchkno&&c.GetAllPDCBillsData[e].pb_cheque_no<=c.maxchkno&&(document.getElementById(e).checked=!0,c.GetAllPDCBillsData[e].row_color="#ffffcc")}}else if("Select Records"===c.edt.SelectOption){if(c.GetAllPDCBillsData.length>=c.edt.txt_filter_range)for(let e=0;e<c.edt.txt_filter_range;e++)document.getElementById(e).checked=!0,c.GetAllPDCBillsData[e].row_color="#ffffcc"}else if("Cheque Amount between"===c.edt.SelectOption){if(2<=(t=void 0!==c.edt.txt_filter_range?c.edt.txt_filter_range.split("-"):t).length)for(let e=0;e<c.GetAllPDCBillsData.length;e++)c.GetAllPDCBillsData[e].pb_amount>=t[0]&&c.GetAllPDCBillsData[e].pb_amount<=t[1]&&(document.getElementById(e).checked=!0,c.GetAllPDCBillsData[e].row_color="#ffffcc")}else if("Cheque Series between"===c.edt.SelectOption&&2<=(t=void 0!==c.edt.txt_filter_range?c.edt.txt_filter_range.split("-"):t).length){c.minchkno=0;for(let e=c.maxchkno=0;e<t.length;e++)0===e?c.minchkno=parseInt(t[0]):c.maxchkno=parseInt(t[1]);for(let e=0;e<c.GetAllPDCBillsData.length;e++)c.GetAllPDCBillsData[e].pb_cheque_no>=c.minchkno&&c.GetAllPDCBillsData[e].pb_cheque_no<=c.maxchkno&&(document.getElementById(e).checked=!0,c.GetAllPDCBillsData[e].row_color="#ffffcc")}}}])}(),function(){"use strict";var f,y,e=angular.module("sims.module.Finance");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("PdcPaymentCancelCont",["$scope","$state","$rootScope","$filter","$timeout","gettextCatalog","$http","ENV",function(d,e,t,a,o,s,c,l){d.finnDetail=JSON.parse(window.localStorage.Finn_comp);var r=d.finnDetail.company,n=d.finnDetail.company,m=d.finnDetail.year,p=t.globals.currentUser.username.toLowerCase(),t=(d.pagesize="5",d.pageindex=0,d.save_btn=!0,d.display=!0,d.table=!1,d.filterVisible=!1,d.edt1={copy1:"S"},new Date),u=t.getDate(),g=t.getMonth()+1,h=(g<10&&(g="0"+g),t.getFullYear());d.sdate=u+"-"+g+"-"+h,d.edate=u+"-"+g+"-"+h,d.temp1={startdate:u+"-"+g+"-"+h,enddate:u+"-"+g+"-"+h},o(function(){$("#fixTable").tableHeadFixer({top:1})},100),d.total=0,c.get(l.apiUrl+"api/PDCBillOtherProcess/GetDepartment?comp_code="+r).then(function(e){d.Departments=e.data}),d.size=function(e){d.pagesize=e,d.currentPage=1,d.numPerPage=e},d.index=function(e){d.pageindex=e,d.currentPage=e,f.checked=!1,d.row1=""},d.temp={chk_previous_clear:!0},d.ClearPreviousChange=function(e){},d.ShowFilterText=function(e){d.filterVisible=""!=e},$(function(){$("#app_on1").multipleSelect({width:"100%"})}),d.filteredTodos=[],d.currentPage=1,d.numPerPage=5,d.maxSize=5,c.get(l.apiUrl+"api/AdmissionFees/getBankDeatails").then(function(e){d.AllBankNames=e.data,setTimeout(function(){$("#app_on1").change(function(){}).multipleSelect({width:"100%"})},1e3)}),setTimeout(function(){$("#cmb_acc_Code").select2()},100),d.makeTodos=function(){var e=parseInt(d.totalItems%d.numPerPage),e=(d.pagersize="0"==e?parseInt(d.totalItems/d.numPerPage):parseInt(d.totalItems/d.numPerPage)+1,(d.currentPage-1)*d.numPerPage),t=parseInt(e)+parseInt(d.numPerPage);d.filteredTodos=d.todos.slice(e,t)},d.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).pb_sl_acno_name.toLowerCase().indexOf(t.toLowerCase())||e.pb_amount===t;var t})},d.myFunct=function(e){13==e.which&&(d.temp.startdate=u+"-"+g+"-"+h)},d.myFunct1=function(e){13==e.which&&(d.temp.enddate=u+"-"+g+"-"+h)},c.get(l.apiUrl+"api/BankPayment/GetLedgerCodes?financialyear="+m+"&comp_code="+n).then(function(e){d.LdgrCode=e.data}),c.get(l.apiUrl+"api/JVCreation/GetAllGLAccountNos?glma_accountcode=&cmpnycode="+n+"&fyear="+m).then(function(e){d.getAllAccNos=e.data}),d.GetAllGLAcc=function(e,t){c.get(l.apiUrl+"api/JVCreation/GetAllGLAccountNos?glma_accountcode="+e+"&cmpnycode="+n+"&fyear="+m).then(function(e){d.getAllAccNos=e.data})},d.getSLAccNo=function(e){d.getAllAccNos=[],"00"==e||null==e?d.GetAllGLAcc(d.temp.payable_acc_code,r):c.get(l.apiUrl+"api/BankPayment/GetSLAccNumber?pbslcode="+e+"&cmp_cd="+n+"&fyear="+m).then(function(e){d.getAllAccNos=e.data}),""===cmbvalue?(d.edt.gldd_acct_code="",d.edt1.coad_dept_no="",$("#cmb_acc_Code").select2("val",cmbvalue)):d.edt.gldd_acct_code=cmbvalue},d.getBankDetails=function(){c.get(l.apiUrl+"api/AdmissionFees/getBankDeatails").then(function(e){d.BankDetails=e.data})},d.ChkDate=function(e){e.split("-")[0]+"-"+e.split("-")[1]+"-"+e.split("-")[2]<d.temp.startdate&&(swal({title:"Alert",text:"Please Select Next Date from start Date",showCloseButton:!0,width:380}),d.temp.enddate="")},d.getGrade=function(){var e,t,a,o,s,n,i;d.flag1=!1,"S"===d.edt1.copy1&&(null===d.temp1.startdate||""===d.temp1.startdate?(d.flag1=!0,swal({title:"Alert",text:"Please Select Start Date",showCloseButton:!0,width:380})):null!==d.temp1.enddate&&""!==d.temp1.enddate||(d.flag1=!0,swal({title:"Alert",text:"Please Select End Date",showCloseButton:!0,width:380})),d.flag1||(y=[],0!=d.edt.slma_pty_bank_id.length&&null!=d.edt&&(o=d.edt.slma_pty_bank_id,y=y+","+o),o=d.temp1.startdate,s=d.temp1.enddate,e=null==d.temp.codp_dept_no||null==d.temp?"":d.temp.codp_dept_no,t=null==d.edt.sllc_ldgr_code||null==d.edt?"":d.edt.sllc_ldgr_code,a=null==d.edt.gldd_acct_code||null==d.edt?"":d.edt.gldd_acct_code,n=null==d.edt.SelectOption||null==d.edt?"":d.edt.SelectOption,i=null==d.edt.txt_filter_range||null==d.edt?"":d.edt.txt_filter_range,c.get(l.apiUrl+"api/PDCBillOtherProcess/getPDCCancel_BillsFinn216?compcode="+r+"&dept_no="+e+"&ldgr_code="+t+"&slma_acno="+a+"&from_date="+o+"&to_date="+s+"&bank_cd="+y+"&filter_text="+n+"&filter_range="+i+"&sub_ref_no=").then(function(e){d.GetAllPDCBillsData=e.data,d.totalItems=d.GetAllPDCBillsData.length,d.todos=d.GetAllPDCBillsData,d.makeTodos();for(var t=d.total=0;t<d.GetAllPDCBillsData.length;t++)d.total=parseFloat(d.total)+parseFloat(d.GetAllPDCBillsData[t].pb_amount)}),d.table=!0))},d.search=function(){d.todos=d.searched(d.GetAllPDCBillsData,d.searchText),d.totalItems=d.todos.length,d.currentPage="1",""===d.searchText&&(d.todos=d.GetAllPDCBillsData),d.makeTodos(),f.checked=!1},d.reset=function(){d.table=!1,d.display=!0,d.temp=[],d.Myform.$setPristine(),d.Myform.$setUntouched(),d.getgrid()},d.cancel=function(){d.temp={sims_cur_code:d.curriculum_code,sims_academic_year:d.ac_year,sims_grade_code:d.grade,admissionNo:d.admino},d.temp.Checkno="",d.temp.referenceno="",d.temp.slma_pty_bank_id="",d.temp.chequedate="",d.temp.grandtotal="",d.row1="",d.edit={copy1:"Ca"},(f=document.getElementById("mainchk")).checked=!1,d.CheckAllChecked(),d.AdmissionGradeFeesData=[]},d.total=function(e){!0===document.getElementById(i).checked?d.grandtotal=parseInt(d.grandtotal)+parseInt(e.sims_grade_fee_amount):d.grandtotal=parseInt(d.grandtotal)-parseInt(e.sims_grade_fee_amount),d.temp.grandtotal=d.grandtotal},d.ChkDate=function(e){d.ddMMyyyy=a("date")(new Date,"dd-MM-yyyy"),e.split("-")[0]+"-"+e.split("-")[1]+"-"+e.split("-")[2]<d.ddMMyyyy&&(swal({title:"Alert",text:"Please Select Today or Next Date",showCloseButton:!0,width:380}),d.temp.chequedate="")},d.edit=function(e){d.temp={sims_student_full_name:e.sims_student_full_name,sims_grade_name_en:e.sims_grade_name_en,sims_admission_no:e.sims_admission_no}},d.edt={copy1:"Ca"},d.CheckAllChecked=function(){f=document.getElementById("mainchk");for(var e=0;e<d.GetAllPDCBillsData.length;e++){var t=document.getElementById(e);!0===f.checked?(t.checked=!0,d.GetAllPDCBillsData[e].row_color="#ffffcc"):(t.checked=!1,f.checked=!1,d.GetAllPDCBillsData[e].row_color="")}},d.checkonebyonedelete=function(e){e.checked?e.row_color="#ffffcc":e.row_color="white",!0===(f=document.getElementById("mainchk")).checked&&(f.checked=!1)},d.Submit=function(){var t,a=[];d.flag=!1;for(let e=0;e<d.GetAllPDCBillsData.length;e++)!0===document.getElementById(e).checked&&(d.flag=!0,t={pb_comp_code:d.GetAllPDCBillsData[e].pb_comp_code,pb_sl_ldgr_code:d.GetAllPDCBillsData[e].pb_sl_ldgr_code,pb_sl_acno:d.GetAllPDCBillsData[e].pb_sl_acno,pb_cheque_no:d.GetAllPDCBillsData[e].pb_cheque_no,pb_amount:d.GetAllPDCBillsData[e].pb_amount,pb_bank_from:d.GetAllPDCBillsData[e].pb_bank_from,pb_narrative:d.GetAllPDCBillsData[e].pb_narrative,pb_ref_no:d.GetAllPDCBillsData[e].pb_ref_no,pb_doc_type:d.GetAllPDCBillsData[e].pb_doc_type,pb_our_doc_no:d.GetAllPDCBillsData[e].pb_our_doc_no,pb_ldgr_code_name:p},a.push(t));d.flag?swal({title:"",text:"Are you sure you want to Submit?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)c.post(l.apiUrl+"api/PDCBillOtherProcess/Cancel_Pdc_Bilss_Finn216",a).then(function(e){d.msg1=e.data,!0===d.msg1?swal({title:"Alert",text:"Cheques cancelled",showCloseButton:!0,width:380}).then(function(e){e&&(d.getGrade(),!0===(f=document.getElementById("mainchk")).checked&&(f.checked=!1,d.row1=""),d.currentPage=!0)}):swal({title:"Alert",text:"Cheques Not cancelled",showCloseButton:!0,width:380}).then(function(e){e&&(d.getGrade(),!0===f.checked&&(f.checked=!1,d.row1=""),d.currentPage=!0)})});else{!0===(f=document.getElementById("mainchk")).checked&&(f.checked=!1);for(let e=0;e<d.GetAllPDCBillsData.length;e++){var t=document.getElementById(e);!0===t.checked&&(t.checked=!1,f.checked=!1,$("tr").removeClass("row_selected"))}}}):swal({title:"Alert",text:"Please Select Atleast One Record",showCloseButton:!0,width:380}),d.currentPage=str},$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0,format:"dd-mm-yyyy"}),$(document).on("touch click",'*[data-datepicker="true"] .add-on',function(e){$('input[type="text"]',$(this).parent()).focus()}),d.showdate=function(e,t){var a=e.split("-")[0],o=e.split("-")[1],e=e.split("-")[2];d.temp[t]=a+"-"+o+"-"+e},d.FilterCode=function(){var t=[];if(!0===d.temp.chk_previous_clear){f=document.getElementById("mainchk");for(let e=0;e<d.GetAllPDCBillsData.length;e++)document.getElementById(e).checked=!1,f.checked=!1,d.row1="",d.GetAllPDCBillsData[e].row_color="white";if("Select Records"===d.edt.SelectOption)for(let e=0;e<d.edt.txt_filter_range;e++)document.getElementById(e).checked=!0,d.GetAllPDCBillsData[e].row_color="#ffffcc";else if("Cheque Amount between"===d.edt.SelectOption){if(2<=(t=null!=d.edt.txt_filter_range?d.edt.txt_filter_range.split("-"):t).length)for(let e=0;e<d.GetAllPDCBillsData.length;e++)d.GetAllPDCBillsData[e].pb_amount>=t[0]&&d.GetAllPDCBillsData[e].pb_amount<=t[1]&&(document.getElementById(e).checked=!0,d.GetAllPDCBillsData[e].row_color="#ffffcc")}else if("Cheque Series between"===d.edt.SelectOption&&2<=(t=null!=d.edt.txt_filter_range?d.edt.txt_filter_range.split("-"):t).length){d.minchkno=0;for(let e=d.maxchkno=0;e<t.length;e++)0==e?d.minchkno=parseInt(t[0]):d.maxchkno=parseInt(t[1]);for(let e=0;e<d.GetAllPDCBillsData.length;e++)d.GetAllPDCBillsData[e].pb_cheque_no>=d.minchkno&&d.GetAllPDCBillsData[e].pb_cheque_no<=d.maxchkno&&(document.getElementById(e).checked=!0,d.GetAllPDCBillsData[e].row_color="#ffffcc")}}else if("Select Records"===d.edt.SelectOption){if(d.GetAllPDCBillsData.length>=d.edt.txt_filter_range)for(let e=0;e<d.edt.txt_filter_range;e++)document.getElementById(e).checked=!0,d.GetAllPDCBillsData[e].row_color="#ffffcc"}else if("Cheque Amount between"===d.edt.SelectOption){if(2<=(t=null!=d.edt.txt_filter_range?d.edt.txt_filter_range.split("-"):t).length)for(let e=0;e<d.GetAllPDCBillsData.length;e++)d.GetAllPDCBillsData[e].pb_amount>=t[0]&&d.GetAllPDCBillsData[e].pb_amount<=t[1]&&(document.getElementById(e).checked=!0,d.GetAllPDCBillsData[e].row_color="#ffffcc")}else if("Cheque Series between"===d.edt.SelectOption&&2<=(t=null!=d.edt.txt_filter_range?d.edt.txt_filter_range.split("-"):t).length){d.minchkno=0;for(let e=d.maxchkno=0;e<t.length;e++)0==e?d.minchkno=parseInt(t[0]):d.maxchkno=parseInt(t[1]);for(let e=0;e<d.GetAllPDCBillsData.length;e++)d.GetAllPDCBillsData[e].pb_cheque_no>=d.minchkno&&d.GetAllPDCBillsData[e].pb_cheque_no<=d.maxchkno&&(document.getElementById(e).checked=!0,d.GetAllPDCBillsData[e].row_color="#ffffcc")}}}])}(),function(){"use strict";var f,y=[],e=angular.module("sims.module.Finance");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("PdcPaymentRealizeCont",["$scope","$state","$rootScope","$filter","$timeout","gettextCatalog","$http","ENV",function(c,e,t,a,o,s,l,r){t.globals.currentUser.username;c.finnDetail=JSON.parse(window.localStorage.Finn_comp);var m=c.finnDetail.company,n=c.finnDetail.company,d=c.finnDetail.year,p=t.globals.currentUser.username.toLowerCase(),t=(c.pagesize="5",c.pageindex=0,c.save_btn=!0,c.display=!0,c.table=!1,c.filterVisible=!1,c.edt1={copy1:"S"},new Date),u=t.getDate(),g=t.getMonth()+1,h=(g<10&&(g="0"+g),u<10&&(u="0"+u),t.getFullYear());c.sdate=u+"-"+g+"-"+h,c.edate=u+"-"+g+"-"+h,c.temp1={startdate:u+"-"+g+"-"+h,enddate:u+"-"+g+"-"+h,ps_approv_date:u+"-"+g+"-"+h},o(function(){$("#fixTable").tableHeadFixer({top:1})},100),l.get(r.apiUrl+"api/PDCBillOtherProcess/GetDepartment?comp_code="+m).then(function(e){c.Departments=e.data}),c.size=function(e){c.pagesize=e,c.currentPage=1,c.numPerPage=e,c.makeTodos()},c.index=function(e){c.pageindex=e,c.currentPage=e,c.makeTodos(),y.checked=!1,c.row1=""},c.temp={chk_previous_clear:!0},c.ClearPreviousChange=function(e){},c.ShowFilterText=function(e){c.filterVisible=""!==e},c.total=0,$(function(){$("#app_on1").multipleSelect({width:"100%"})}),c.filteredTodos=[],c.currentPage=1,c.numPerPage=5,c.maxSize=5,l.get(r.apiUrl+"api/PDCBill/getGlAcctBankDetails?comp_code="+n+"&fyear="+d).then(function(e){c.AllBankNames=e.data,setTimeout(function(){$("#app_on1").change(function(){}).multipleSelect({width:"100%"})},1e3)}),setTimeout(function(){$("#cmb_acc_Code").select2()},100),c.makeTodos=function(){var e=parseInt(c.totalItems%c.numPerPage),e=(c.pagersize="0"==e?parseInt(c.totalItems/c.numPerPage):parseInt(c.totalItems/c.numPerPage)+1,(c.currentPage-1)*c.numPerPage),t=parseInt(e)+parseInt(c.numPerPage);c.filteredTodos=c.todos.slice(e,t)},c.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).pb_sl_acno_name.toLowerCase().indexOf(t.toLowerCase())||e.pb_amount===t;var t})},c.myFunct=function(e){13==e.which&&(c.temp.startdate=u+"-"+g+"-"+h)},c.myFunct1=function(e){13==e.which&&(c.temp.enddate=u+"-"+g+"-"+h)},l.get(r.apiUrl+"api/BankPayment/GetLedgerCodes?financialyear="+d+"&comp_code="+n).then(function(e){c.LdgrCode=e.data}),l.get(r.apiUrl+"api/JVCreation/GetAllGLAccountNos?glma_accountcode=&cmpnycode="+n+"&fyear="+d).then(function(e){c.getAllAccNos=e.data}),c.GetAllGLAcc=function(e,t){l.get(r.apiUrl+"api/JVCreation/GetAllGLAccountNos?glma_accountcode="+e+"&cmpnycode="+n+"&fyear="+d).then(function(e){c.getAllAccNos=e.data})},c.getSLAccNo=function(e){c.getAllAccNos=[],"00"==e||null==e?c.GetAllGLAcc(c.temp.payable_acc_code,m):l.get(r.apiUrl+"api/BankPayment/GetSLAccNumber?pbslcode="+e+"&cmp_cd="+n+"&fyear="+d).then(function(e){c.getAllAccNos=e.data}),""===cmbvalue?(c.edt.gldd_acct_code="",c.edt1.coad_dept_no="",$("#cmb_acc_Code").select2("val",cmbvalue)):c.edt.gldd_acct_code=cmbvalue},c.getBankDetails=function(){l.get(r.apiUrl+"api/AdmissionFees/getBankDeatails").then(function(e){c.BankDetails=e.data})},c.ChkDate=function(e){e.split("-")[0]+"-"+e.split("-")[1]+"-"+e.split("-")[2]<c.temp.startdate&&(swal({title:"Alert",text:"Please Select Next Date from start Date",showCloseButton:!0,width:380}),c.temp.enddate="")},c.getGrade=function(){var e,t,a,o,s,n,i,d;c.flag1=!1,"S"===c.edt1.copy1&&(null===c.temp1.startdate||""===c.temp1.startdate?(c.flag1=!0,swal({title:"Alert",text:"Please Select Start Date",showCloseButton:!0,width:380})):null!==c.temp1.enddate&&""!==c.temp1.enddate||(c.flag1=!0,swal({title:"Alert",text:"Please Select End Date",showCloseButton:!0,width:380})),c.flag1||(f=[],0==c.edt.slma_pty_bank_id.length||null==c.edt?e="":(o=c.edt.slma_pty_bank_id,f=f+","+o),o=c.temp1.startdate,s=c.temp1.enddate,e=null==c.temp.codp_dept_no||null==c.temp?"":c.temp.codp_dept_no,t=null==c.edt.sllc_ldgr_code||null==c.edt?"":c.edt.sllc_ldgr_code,a=null==c.edt.gldd_acct_code||null==c.edt?"":c.edt.gldd_acct_code,n=null==c.edt.SelectOption||null==c.edt?"":c.edt.SelectOption,i=null==c.edt.txt_filter_range||null==c.edt?"":c.edt.txt_filter_range,d=null==c.edt.submissionno||null==c.edt?"":c.edt.submissionno,l.get(r.apiUrl+"api/PDCBillOtherProcess/getPDCReturn_BillsFinn215?compcode="+m+"&dept_no="+e+"&ldgr_code="+t+"&slma_acno="+a+"&from_date="+o+"&to_date="+s+"&bank_cd="+f+"&filter_text="+n+"&filter_range="+i+"&sub_ref_no="+d).then(function(e){c.GetAllPDCBillsData=e.data,c.totalItems=c.GetAllPDCBillsData.length,c.todos=c.GetAllPDCBillsData,c.makeTodos();for(var t=c.total=0;t<c.GetAllPDCBillsData.length;t++)c.total=parseFloat(c.total)+parseFloat(c.GetAllPDCBillsData[t].pb_amount)}),c.table=!0))},c.search=function(){c.todos=c.searched(c.GetAllPDCBillsData,c.searchText),c.totalItems=c.todos.length,c.currentPage="1",""===c.searchText&&(c.todos=c.GetAllPDCBillsData),c.makeTodos(),y.checked=!1},c.reset=function(){c.table=!1,c.display=!0,c.temp=[],c.Myform.$setPristine(),c.Myform.$setUntouched(),c.getgrid()},c.cancel=function(){c.temp={sims_cur_code:c.curriculum_code,sims_academic_year:c.ac_year,sims_grade_code:c.grade,admissionNo:c.admino},c.temp.Checkno="",c.temp.referenceno="",c.temp.slma_pty_bank_id="",c.temp.chequedate="",c.temp.grandtotal="",c.row1="",c.edit={copy1:"Ca"},(y=document.getElementById("mainchk")).checked=!1,c.CheckAllChecked(),c.AdmissionGradeFeesData=[]},c.total=function(e){!0===document.getElementById(i).checked?c.grandtotal=parseInt(c.grandtotal)+parseInt(e.sims_grade_fee_amount):c.grandtotal=parseInt(c.grandtotal)-parseInt(e.sims_grade_fee_amount),c.temp.grandtotal=c.grandtotal},c.ChkDate=function(e){},c.edit=function(e){c.temp={sims_student_full_name:e.sims_student_full_name,sims_grade_name_en:e.sims_grade_name_en,sims_admission_no:e.sims_admission_no}},c.edt={copy1:"Ca"},c.CheckAllChecked=function(){y=document.getElementById("mainchk");for(var e=0;e<c.GetAllPDCBillsData.length;e++)!0===y.checked?(c.GetAllPDCBillsData[e].checked=!0,c.GetAllPDCBillsData[e].row_color="#ffffcc"):(c.GetAllPDCBillsData[e].checked=!1,y.checked=!1,c.GetAllPDCBillsData[e].row_color="")},c.checkonebyonedelete=function(e){e.checked?e.row_color="#ffffcc":e.row_color="white",!0===(y=document.getElementById("mainchk")).checked&&(y.checked=!1)},c.Submit=function(){var o=[];c.flag=!1;for(var e,t=0;t<c.GetAllPDCBillsData.length;t++)!0===c.GetAllPDCBillsData[t].checked&&(c.flag=!0,e={pb_comp_code:c.GetAllPDCBillsData[t].pb_comp_code,pb_sl_ldgr_code:c.GetAllPDCBillsData[t].pb_sl_ldgr_code,pb_sl_acno:c.GetAllPDCBillsData[t].pb_sl_acno,pb_cheque_no:c.GetAllPDCBillsData[t].pb_cheque_no,pb_amount:c.GetAllPDCBillsData[t].pb_amount,pb_bank_from:c.GetAllPDCBillsData[t].pb_bank_from,pb_ref_no:c.GetAllPDCBillsData[t].pb_ref_no,pb_our_doc_no:c.GetAllPDCBillsData[t].pb_our_doc_no,ps_approv_date:c.temp1.ps_approv_date,pb_ldgr_code_name:p},o.push(e));c.flag?swal({title:"",text:"Are you sure you want to Submit?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)l.post(r.apiUrl+"api/PDCBillOtherProcess/PDC_Bills_Realize",o).then(function(e){c.msg1=e.data,!0===c.msg1?swal({title:"Alert",text:"Cheques Realize",showCloseButton:!0,width:380}).then(function(e){e&&(c.getGrade(),!0===(y=document.getElementById("mainchk")).checked&&(y.checked=!1,c.row1=""),c.currentPage=!0)}):swal({title:"Alert",text:"Cheques Not Realize",showCloseButton:!0,width:380}).then(function(e){e&&(c.getGrade(),!0===y.checked&&(y.checked=!1,c.row1=""),c.currentPage=!0)})});else{!0===(y=document.getElementById("mainchk")).checked&&(y.checked=!1);for(var t=0;t<c.GetAllPDCBillsData.length;t++){var a=document.getElementById(t);!0===a.checked&&(a.checked=!1,y.checked=!1,$("tr").removeClass("row_selected"))}}}):swal({title:"Alert",text:"Please Select Atleast One Record",showCloseButton:!0,width:380})},$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0,format:"dd-mm-yyyy"}),$(document).on("touch click",'*[data-datepicker="true"] .add-on',function(e){$('input[type="text"]',$(this).parent()).focus()}),c.showdate=function(e,t){var a=e.split("-")[0],o=e.split("-")[1];e.split("-")[2];c.temp[t]=a+"-"+o+"-"+a},c.FilterCode=function(){var e=[];if(!0===c.temp.chk_previous_clear){y=document.getElementById("mainchk");for(var t=0;t<c.GetAllPDCBillsData.length;t++)document.getElementById(t).checked=!1,y.checked=!1,c.row1="",c.GetAllPDCBillsData[t].row_color="white";if("Select Records"===c.edt.SelectOption)for(t=0;t<c.edt.txt_filter_range;t++)document.getElementById(t).checked=!0,c.GetAllPDCBillsData[t].row_color="#ffffcc";else if("Cheque Amount between"===c.edt.SelectOption){if(2<=(e=null!=c.edt.txt_filter_range?c.edt.txt_filter_range.split("-"):e).length)for(t=0;t<c.GetAllPDCBillsData.length;t++)c.GetAllPDCBillsData[t].pb_amount>=e[0]&&c.GetAllPDCBillsData[t].pb_amount<=e[1]&&(document.getElementById(t).checked=!0,c.GetAllPDCBillsData[t].row_color="#ffffcc")}else if("Cheque Series between"===c.edt.SelectOption&&2<=(e=null!=c.edt.txt_filter_range?c.edt.txt_filter_range.split("-"):e).length){c.minchkno=0;for(var a=c.maxchkno=0;a<e.length;a++)0==a?c.minchkno=parseInt(e[0]):c.maxchkno=parseInt(e[1]);for(t=0;t<c.GetAllPDCBillsData.length;t++)c.GetAllPDCBillsData[t].pb_cheque_no>=c.minchkno&&c.GetAllPDCBillsData[t].pb_cheque_no<=c.maxchkno&&(document.getElementById(t).checked=!0,c.GetAllPDCBillsData[t].row_color="#ffffcc")}}else if("Select Records"===c.edt.SelectOption){if(c.GetAllPDCBillsData.length>=c.edt.txt_filter_range)for(t=0;t<c.edt.txt_filter_range;t++)document.getElementById(t).checked=!0,c.GetAllPDCBillsData[t].row_color="#ffffcc"}else if("Cheque Amount between"===c.edt.SelectOption){if(2<=(e=null!=c.edt.txt_filter_range?c.edt.txt_filter_range.split("-"):e).length)for(t=0;t<c.GetAllPDCBillsData.length;t++)c.GetAllPDCBillsData[t].pb_amount>=e[0]&&c.GetAllPDCBillsData[t].pb_amount<=e[1]&&(document.getElementById(t).checked=!0,c.GetAllPDCBillsData[t].row_color="#ffffcc")}else if("Cheque Series between"===c.edt.SelectOption&&2<=(e=null!=c.edt.txt_filter_range?c.edt.txt_filter_range.split("-"):e).length){c.minchkno=0;for(a=c.maxchkno=0;a<e.length;a++)0==a?c.minchkno=parseInt(e[0]):c.maxchkno=parseInt(e[1]);for(t=0;t<c.GetAllPDCBillsData.length;t++)c.GetAllPDCBillsData[t].pb_cheque_no>=c.minchkno&&c.GetAllPDCBillsData[t].pb_cheque_no<=c.maxchkno&&(document.getElementById(t).checked=!0,c.GetAllPDCBillsData[t].row_color="#ffffcc")}},l.get(r.apiUrl+"api/StudentFee/getDecimalPlaces").then(function(e){c.decimal_degit=e.data,c.decimal_dsc=c.decimal_degit[0].comp_curcy_dec}),l.get(r.apiUrl+"api/GLSLQuery/getDate_SL_Query?finance_year="+d).then(function(e){c.getDates=e.data,0<c.getDates.length&&(c.sDate=c.getDates[0].sims_financial_year_start_date,c.eDate=c.getDates[0].sims_financial_year_end_date,c.temp1={startdate:c.getDates[0].sims_financial_year_start_date,enddate:u+"-"+g+"-"+h,ps_approv_date:u+"-"+g+"-"+h}),$(document).ready(function(){$("#pdcpre_startdate").kendoDatePicker({format:"dd-MM-yyyy"})})}),c.onChange=function(){}}])}(),function(){"use strict";let h="",f=!1,y="",b,v=[],w=[],k,C,D,x,S;var e=angular.module("sims.module.Finance");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("PDCReceipt_BankReceipt_Cont",["$scope","$state","$rootScope","$filter","$timeout","gettextCatalog","$http","ENV",function(d,e,t,a,s,o,_,c){d.pagesize="5",d.edt=[],d.operation=!0,d.table1=!0,d.Add=!0,d.ldgrcode=!1,d.btnDelete=!1,d.preparebtn=!0,d.verifybtn=!0,d.authorizebtn=!0,d.Bankdetails="",d.Ac_code=!1,d.Ac_code_main=!0,d.temp=[],d.edt2=[],d.edt5=[],d.geDocCode_new=[],d.data=[],d.Bankdetails="",d.Bankdetails=[],d.supplierdetails=!0,d.pendingsupplierdetails=!0,d.othersupplierdetails=!0,d.Bankdetails=[];var n=new Date;let l=n.getDate(),r=n.getMonth()+1,m=(r<10&&(r="0"+r),n.getFullYear()),p=(d.sdate=l+"-"+r+"-"+m,d.edate=l+"-"+r+"-"+m,d.temp={DocDate:l+"-"+r+"-"+m,PostDate:l+"-"+r+"-"+m},d.temp1={ChequeDate:l+"-"+r+"-"+m},t.globals.currentUser.username.toLowerCase()),u=(d.finnDetail=JSON.parse(window.localStorage.Finn_comp),d.finnDetail.company),g=d.finnDetail.year;"MODERN"!=_.defaults.headers.common.schoolId&&"ghl"!=_.defaults.headers.common.schoolId&&"staging1"!=_.defaults.headers.common.schoolId&&"AICS"!=_.defaults.headers.common.schoolId&&"staging2"!=_.defaults.headers.common.schoolId&&"TIADXB"!=_.defaults.headers.common.schoolId&&"staging3"!=_.defaults.headers.common.schoolId&&"TOSDXB"!=_.defaults.headers.common.schoolId&&"staging4"!=_.defaults.headers.common.schoolId&&"AISDXB"!=_.defaults.headers.common.schoolId&&"TIASHJ"!=_.defaults.headers.common.schoolId||_.get(c.apiUrl+"api/Financialyear/getAllFinancialYear").then(function(e){d.fin_year=e.data,d.totalItems=d.fin_year.length,d.todos=d.fin_year;for(let e=0;e<d.totalItems;e++)"Current"===d.todos[e].sims_financial_year_status1&&(d.todos[e].sims_financial_year_end_date,d.todos[e].sims_financial_year_start_date,$("#PostDate").kendoDatePicker({format:"dd-MM-yyyy",max:moment(d.todos[e].sims_financial_year_end_date,"DD-MM-YYYY").format("YYYY-MM-DD"),min:moment(d.todos[e].sims_financial_year_start_date,"DD-MM-YYYY").format("YYYY-MM-DD")}))}),_.get(c.apiUrl+"api/JVCreation/getDocCodeJV?comp_code="+u+"&finance_year="+g).then(function(e){d.geDocCode=e.data;for(let e=0;e<d.geDocCode.length;e++)"PD"===d.geDocCode[e].gldc_doc_code_type&&d.geDocCode_new.push(d.geDocCode[e]);1<d.geDocCode_new.length?(d.dis_doc_cd=!1,d.temp.gltd_doc_code=d.geDocCode_new[0].gltd_doc_code,_.get(c.apiUrl+"api/BankPayment/GetAllCashBankGLMasterAccountNo?cmp_cd="+u+"&financialyear="+g+"&doc_cd="+d.temp.gltd_doc_code).then(function(e){d.bankname=e.data,d.edt5.master_acno=e.data[0],d.getAccountName(e.data[0]),_.get(c.apiUrl+"api/BankPayment/GetAllGLAccountNos?glma_accountcode="+d.edt5.master_acno.master_acno+"&cmpnycode="+u+"&fyear="+g).then(function(e){d.getAllAccNos=e.data})})):1===d.geDocCode_new.length&&(d.dis_doc_cd=!0,d.temp.gltd_doc_code=d.geDocCode_new[0].gltd_doc_code,_.get(c.apiUrl+"api/BankPayment/GetAllCashBankGLMasterAccountNo?cmp_cd="+u+"&financialyear="+g+"&doc_cd="+d.geDocCode_new[0].gltd_doc_code).then(function(e){d.bankname=e.data,d.edt5.master_acno=e.data[0],d.getAccountName(e.data[0]),_.get(c.apiUrl+"api/BankPayment/GetAllGLAccountNos?glma_accountcode="+d.edt5.master_acno.master_acno+"&cmpnycode="+u+"&fyear="+g).then(function(e){d.getAllAccNos=e.data})})),d.edt.NoOfCheque="1"}),d.getAccountName=function(t){for(let e=0;e<d.bankname.length;e++)d.bankname[e].master_acno===t.master_acno&&(y=d.bankname[e].master_acno,d.edt3={master_ac_cdname:d.bankname[e].master_ac_cdname})},_.get(c.apiUrl+"api/BankPayment/GetVerifyAuthorizeUsers?comp_code="+u+"&fyear="+g).then(function(e){d.users=e.data,0!==d.users.length&&(d.users[0]===p&&d.users[1]===p?(d.preparebtn=!1,d.verifybtn=!1,d.authorizebtn=!1):(d.users[0]!==p||""!==d.users[1]&&d.users[1]===p?(d.preparebtn=!1,d.verifybtn=!0):(d.verifybtn=!1,d.preparebtn=!1),d.authorizebtn=!0))}),_.get(c.apiUrl+"api/JVCreation/GetReportUrl?opr=J&sub_opr=Single").then(function(e){d.final_doc_url=e.data}),d.Authorizeuser=function(){_.get(c.apiUrl+"api/BankPayment/GetVerifyAuthorizeUsers?comp_code="+u+"&fyear="+g).then(function(e){d.users=e.data,0!==d.users.length&&(d.users[0]===p&&d.users[1]===p?(d.preparebtn=!1,d.verifybtn=!1,d.authorizebtn=!1):(d.users[0]!==p||""!==d.users[1]&&d.users[1]===p?(d.preparebtn=!1,d.verifybtn=!0):(d.verifybtn=!1,d.preparebtn=!1),d.authorizebtn=!0))})},s(function(){$("#fixTable").tableHeadFixer({top:1})},100),s(function(){$("#fixTable1").tableHeadFixer({top:1})},100),d.myFunct=function(e){13===e.which&&(d.temp.PostDate=l+"-"+r+"-"+m)},d.myFunct1=function(e){13===e.which&&(d.temp1.ChequeDate=l+"-"+r+"-"+m)},d.size=function(e){d.pagesize=e,d.currentPage=1,d.numPerPage=e,d.makeTodos()},d.index=function(e){d.pageindex=e,d.currentPage=e,d.makeTodos()},d.filteredTodos=[],d.currentPage=1,d.numPerPage=5,d.maxSize=5,d.makeTodos=function(){var e=parseInt(d.totalItems%d.numPerPage),e=(d.pagersize="0"===e?parseInt(d.totalItems/d.numPerPage):parseInt(d.totalItems/d.numPerPage)+1,(d.currentPage-1)*d.numPerPage),t=parseInt(e)+parseInt(d.numPerPage);d.filteredTodos=d.todos.slice(e,t)},d.New=function(){d.operation=!0,d.Add=!0,d.updatebtn=!1,d.Delete=!1,d.edt=[]},d.totalAmountCount=function(){for(let e=d.total=0;e<d.Bankdetails.length;e++)d.total=parseFloat(d.total)+parseFloat(d.Bankdetails[e].gldd_doc_amount)},d.GetAllGLAcc=function(e,t){_.get(c.apiUrl+"api/BankPayment/GetAllGLAccountNos?glma_accountcode="+e+"&cmpnycode="+u+"&fyear="+g).then(function(e){d.getAllAccNos=e.data})},_.get(c.apiUrl+"api/BankPayment/GetAllGLAccountNos?glma_accountcode=&cmpnycode="+u+"&fyear="+g).then(function(e){d.getAllAccNos=e.data}),_.get(c.apiUrl+"api/PDCBill/getGlAcctBankDetails_all?comp_code="+u+"&fyear="+g).then(function(e){d.BankDetails=e.data}),d.getSLAccNo=function(e){d.getAllAccNos=[],"00"===e||void 0===e?d.GetAllGLAcc(d.edt5.master_acno.master_acno,u):_.get(c.apiUrl+"api/JVCreation/GetSLAccNumber?ldgr_code="+e+"&cmp_cd="+u+"&year="+g).then(function(e){d.getAllAccNos=e.data})},d.getDepartcode=function(t){for(let e=0;d.getAllAccNos.length;e++)d.getAllAccNos[e].gldd_acct_code===t&&(d.edt1={gldd_acct_code:d.getAllAccNos[e].gldd_acct_code,coad_dept_no:d.getAllAccNos[e].gldd_dept_code,gldd_acct_name:d.getAllAccNos[e].gldd_acct_name,gldd_dept_name:d.getAllAccNos[e].gldd_dept_name})},_.get(c.apiUrl+"api/BankPayment/GetLedgerNumber?financialyear="+g+"&comp_code="+u).then(function(e){d.LdgrCode=e.data}),d.getBankCode=function(t){b="";for(let e=0;e<d.BankDetails.length;e++)d.BankDetails[e].slma_pty_bank_id===t&&(b=d.BankDetails[e].pb_gl_acno)},d.Insert_temp_docs=function(){var e=[];let t,a,o,s;"Verify"===h?(t=p,a=d.temp.DocDate):s=(o=(a="Authorize"===h?(t=p,d.temp.DocDate):t="",""),"");var n={gltd_comp_code:u,gltd_prepare_user:p,gltd_doc_code:d.temp.gltd_doc_code,gltd_doc_date:d.temp.DocDate,gltd_cur_status:h,gltd_post_date:d.temp.PostDate,gltd_doc_narr:d.temp1.gltd_doc_narr1,gltd_remarks:d.temp1.gltd_doc_remark,gltd_prepare_date:d.temp.DocDate,gltd_final_doc_no:"0",gltd_verify_user:t,gltd_verify_date:a,gltd_authorize_user:o,gltd_authorize_date:s,gltd_paid_to:d.temp1.gltd_paid_to,gltd_cheque_no:d.temp1.gltd_cheque_No};e.push(n),_.post(c.apiUrl+"api/BankPayment/Insert_Fins_temp_docs",e).then(function(e){d.prvno=e.data,""!==d.prvno&&null!==d.prvno?d.Insert_Fins_temp_doc_details():(swal({title:"Alert",text:"Document Not Created. ",width:300,height:200}),d.Authorizeuser())})},d.Insert_Fins_temp_doc_details=function(){var t=[];let a=1;for(let e=0;e<d.Bankdetails.length;e++){var o={gldd_doc_narr:d.Bankdetails[e].gldd_doc_narr,gldd_dept_code:d.Bankdetails[e].coad_dept_no,gldd_ledger_code:d.Bankdetails[e].sllc_ldgr_code,gldd_acct_code:d.Bankdetails[e].slma_acno,pc_bank_code:d.Bankdetails[e].slma_pty_bank_id,gldd_party_ref_no:d.Bankdetails[e].check_no,gldd_party_ref_date:d.Bankdetails[e].ChequeDate,gldd_doc_amount:parseFloat("-"+d.Bankdetails[e].gldd_doc_amount),gldd_comp_code:u,gldd_doc_code:d.temp.gltd_doc_code,gldd_prov_doc_no:d.prvno,gldd_final_doc_no:"0",gldd_line_no:a};a++,t.push(o)}var e={gldd_comp_code:u,gldd_doc_code:d.temp.gltd_doc_code,gldd_prov_doc_no:d.prvno,gldd_final_doc_no:"0",gldd_line_no:a,gldd_ledger_code:"00",gldd_acct_code:d.edt5.master_acno.master_acno,gldd_doc_amount:d.total,gldd_fc_amount_debit:0,gldd_fc_code:"",gldd_fc_rate:0,gldd_doc_narr:d.temp1.gltd_doc_narr1,gldd_dept_code:d.edt5.master_acno.gldd_dept_code,gldd_party_ref_no:"",gldd_party_ref_date:"",gldd_cost_center_code:d.edt5.glco_cost_centre_code};t.push(e),_.post(c.apiUrl+"api/BankPayment/Insert_Fins_temp_doc_details",t).then(function(e){d.msg1=e.data,"Authorize"===h?(f=!0,d.Authorize_Insert_temp_doc_details(d.msg1)):"Save"!==h&&"Verify"!==h||(f=!1,d.Authorize_Insert_temp_doc_details(d.msg1)),!0!==d.msg1&&swal({title:"Alert",text:"Data Not Inserted. ",width:300,height:200})})},d.Authorize_Insert_temp_doc_details=function(e){var t;f?(f=!1,t=d.temp.DocDate,_.post(c.apiUrl+"api/BankPayment/Authorize_Posting?comp_code="+u+"&doc_code="+d.temp.gltd_doc_code+"&prv_no="+d.prvno+"&auth_user="+p+"&auth_date="+t).then(function(e){d.Docno=e.data,""!==d.Docno?(swal({title:"Alert",text:"Posted Successfully\n Final Doc No :"+d.Docno,width:300,height:200}),d.checkprintbtn=!0):swal({title:"Alert",text:"Posting Failed",width:300,height:200}),d.ClearInsert(),d.Authorizeuser()})):!1===f&&"Save"===h?(f=!1,e?(swal({title:"Alert",text:"Voucher Created Successfully\nProvision No:-"+d.prvno,width:300,height:200}),d.ClearInsert(),d.Authorizeuser()):swal({title:"Alert",text:"Voucher Not Created",width:300,height:200})):!1===f&&"Verify"===h&&(f=!1,e?(swal({title:"Alert",text:"Voucher Verified Successfully\nProvision No:-"+d.prvno,width:300,height:200}),d.ClearInsert(),d.Authorizeuser()):swal({title:"Alert",text:"Voucher Verification Failed",width:300,height:200})),d.ClearInsert(),d.Authorizeuser(),d.cancel()},d.CheckPrintReport=function(){$("#pdcbills").modal("show"),d.report_show=!1;var e={location:d.final_doc_url,parameter:{comp_detail:u,doc_code:d.temp.gltd_doc_code,doc_no:d.Docno},state:"main.fin212"};window.localStorage.ReportDetails=JSON.stringify(e);try{d.rpt=JSON.parse(window.localStorage.ReportDetails),d.location=d.rpt.location,d.parameter=d.rpt.parameter,d.state=d.rpt.state}catch(e){}var t,e="SimsReports."+d.location+",SimsReports",a=window.location.href,a=a.substring(0,a.indexOf(":"));if("sms"===_.defaults.headers.common.schoolId)t="https"===a?"https://"+_.defaults.headers.common.schoolId+".obacenter.ae/report/api/reports/":"http://"+_.defaults.headers.common.schoolId+".obacenter.ae/report/api/reports/";else if("svcc"===_.defaults.headers.common.schoolId||"svvm"===_.defaults.headers.common.schoolId||"svvmc"===_.defaults.headers.common.schoolId||"hedgewar"===_.defaults.headers.common.schoolId||"mptesdvs"===_.defaults.headers.common.schoolId||"ctbc"===_.defaults.headers.common.schoolId||"dvhs"===_.defaults.headers.common.schoolId||"dvhss"===_.defaults.headers.common.schoolId||"dvps"===_.defaults.headers.common.schoolId||"vision"===_.defaults.headers.common.schoolId||"dmc"===_.defaults.headers.common.schoolId){var o="";c.AWS.includes(_.defaults.headers.common.schoolId)&&(o="reports-"),t="https"===a?"https://"+o+_.defaults.headers.common.schoolId+".appsis.co.in/report/api/reports/":"http://"+o+_.defaults.headers.common.schoolId+".appsis.co.in/report/api/reports/"}else if("asdportal"===_.defaults.headers.common.schoolId)t="https"===a?"https://"+_.defaults.headers.common.schoolId+".amitydubai.ae/report/api/reports/":"http://"+_.defaults.headers.common.schoolId+".amitydubai.ae/report/api/reports/";else if("elcportal"===_.defaults.headers.common.schoolId||"lwgportal"===_.defaults.headers.common.schoolId)t="https"===a?"https://"+_.defaults.headers.common.schoolId+".amityelc.ae/report/api/reports/":"http://"+_.defaults.headers.common.schoolId+".amityelc.ae/report/api/reports/";else if("apsportal"===_.defaults.headers.common.schoolId)t="https"===a?"https://"+_.defaults.headers.common.schoolId+".amitysharjah.ae/report/api/reports/":"http://"+_.defaults.headers.common.schoolId+".amitysharjah.ae/report/api/reports/";else if("csdportal"===_.defaults.headers.common.schoolId)t="https"===a?"https://"+_.defaults.headers.common.schoolId+".sigeducation.com/reportsss/api/reports/":"http://"+_.defaults.headers.common.schoolId+".sigeducation.com/reportsss/api/reports/";else if("portal1"==_.defaults.headers.common.schoolId||"apsportal"==_.defaults.headers.common.schoolId||"asdportal"==_.defaults.headers.common.schoolId){let e="";c.AWS.includes(_.defaults.headers.common.schoolId)&&(e="reports-"),t="https"===a?"https://"+e+_.defaults.headers.common.schoolId+".mograsys.com/report/api/reports/":"http://"+e+_.defaults.headers.common.schoolId+".mograsys.com/report/api/reports/"}else{let e="";c.AWS.includes(_.defaults.headers.common.schoolId)&&(e="reports-"),t="https"==a?"https://"+e+_.defaults.headers.common.schoolId+".mograsys.com/report/api/reports/":"http://"+e+_.defaults.headers.common.schoolId+".mograsys.com/report/api/reports/"}d.parameters={},$("#reportViewer1").telerik_ReportViewer({serviceUrl:t,viewMode:telerikReportViewer.ViewModes.INTERACTIVE,scaleMode:telerikReportViewer.ScaleModes.SPECIFIC,scale:1,ready:function(){}}),$("#reportViewer1").data("telerik_ReportViewer").reportSource({report:e,parameters:d.parameter}),setInterval(function(){$("#k-item k-state-default k-state-disabled").css({display:"block"}),$(".trv-report-viewer input[type=number]").css({"min-height":"0px"})},1e3),s(function(){$("#k-item k-state-default k-state-disabled").css({display:"block"}),$(".trv-report-viewer input[type=number]").css({"min-height":"0px"})},100)},d.Prepare=function(){try{0<d.Bankdetails.length?(d.flag1=!1,null===d.temp.PostDate||""===d.temp.PostDate?(d.flag1=!0,swal({title:"Alert",text:"Please Select Posting Date",showCloseButton:!0,width:380})):null===d.edt5.master_acno.master_acno||void 0===d.edt5.master_acno.master_acno||""===d.edt5.master_acno.master_acno?(d.flag1=!0,swal({title:"Alert",text:"Please Select Receivable account",showCloseButton:!0,width:380})):(d.preparebtn=!0,d.verifybtn=!0,d.authorizebtn=!0,h="Save",d.Insert_temp_docs(),d.Ac_code=!1,d.Ac_code_main=!0)):swal({title:"Alert",text:"Please Add Transaction Details",showCloseButton:!0,width:380})}catch(e){}},d.Verify=function(){try{0<d.Bankdetails.length?(d.flag1=!1,null===d.temp.PostDate||""===d.temp.PostDate?(d.flag1=!0,swal({title:"Alert",text:"Please Select Posting Date",showCloseButton:!0,width:380})):null===d.edt5.master_acno.master_acno||void 0===d.edt5.master_acno.master_acno||""===d.edt5.master_acno.master_acno?(d.flag1=!0,swal({title:"Alert",text:"Please Define Receivable account",showCloseButton:!0,width:380})):(d.preparebtn=!0,d.verifybtn=!0,d.authorizebtn=!0,h="Verify",d.Insert_temp_docs(),d.Ac_code=!1,d.Ac_code_main=!0)):swal({title:"Alert",text:"Please Add Transaction Details",showCloseButton:!0,width:380})}catch(e){}},d.Authorize=function(){try{0<d.Bankdetails.length?(d.flag1=!1,null===d.temp.PostDate||""===d.temp.PostDate?(d.flag1=!0,swal({title:"Alert",text:"Please Select Posting Date",showCloseButton:!0,width:380})):null===d.edt5.master_acno.master_acno||void 0===d.edt5.master_acno.master_acno||""===d.edt5.master_acno.master_acno?(d.flag1=!0,swal({title:"Alert",text:"Please Define Receivable account",showCloseButton:!0,width:380})):(d.preparebtn=!0,d.verifybtn=!0,d.authorizebtn=!0,h="Authorize",d.Insert_temp_docs(),d.Ac_code=!1,d.Ac_code_main=!0)):swal({title:"Alert",text:"Please Add Transaction Details",showCloseButton:!0,width:380})}catch(e){}},d.cancel=function(){d.Add=!0,d.noofchequereadonly=!1,d.updatebtn=!1,d.edt=[],d.edt1=[],d.edt2=[],d.GetAllGLAcc(d.edt5.master_acno.master_acno,u),$("#cmb_acc_Code").select2("val",""),d.edt.NoOfCheque="1",d.Ac_code=!1,d.Ac_code_main=!0,d.ldgrcode=!1},d.ClearInsert=function(){d.Bankdetails=[],d.total="",d.temp1={gltd_doc_narr1:"",gltd_doc_remark:""}},setTimeout(function(){$("#cmb_acc_Code").select2()},100),$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0,format:"dd-mm-yyyy"}),$(document).on("touch click",'*[data-datepicker="true"] .add-on',function(e){$('input[type="text"]',$(this).parent()).focus()}),d.onlyNumbers=function(e){var t,a={escape:27,backspace:8,tab:9,enter:13,del:46,0:48,1:49,2:50,3:51,4:52,5:53,6:54,7:55,8:56,9:57};for(t in a)if(a.hasOwnProperty(t)&&(e.charCode===a[t]||e.keyCode===a[t]))return;e.preventDefault()},d.summ=function(){for(let e=d.total=0;e<d.Bankdetails.length;e++)d.total=d.total+parseInt(d.Bankdetails[e].gldd_doc_amount)},d.checkduplicatecheque=function(t){let a=0;for(let e=0;e<d.Bankdetails.length;e++)d.Bankdetails[e].check_no===t.check_no&&d.Bankdetails[e].slma_pty_bank_id===t.slma_pty_bank_id&&a++;1<a?(d.Bankdetails=angular.copy(v),swal({title:"Alert",text:"Check no and bank Code is already Present",showCloseButton:!0,width:380})):(d.Bankdetails.push({gldd_comp_code:t.gldd_comp_code,sllc_ldgr_code:t.sllc_ldgr_code,slma_acno:t.slma_acno,coad_pty_full_name:t.coad_pty_full_name,coad_dept_no:t.coad_dept_no,bankslno:t.bankslno,check_no:t.check_no,ChequeDate:t.ChequeDate,coad_dept_name:t.coad_dept_name,gldd_doc_narr:t.coad_dept_name,gldd_doc_amount:t.gldd_doc_amount,slma_pty_bank_id:t.slma_pty_bank_id,noOfCheck:t.noOfCheck}),d.Bankdetails.splice(j,1),v=angular.copy(d.Bankdetails))},d.AddintoGrid=function(e){if(e)if(d.flag1=!1,void 0===d.edt.gldd_acct_code||""===d.edt.gldd_acct_code)d.flag1=!0,swal({title:"Alert",text:"Please select Account name",showCloseButton:!0,width:380});else if(void 0===d.edt.gldd_doc_amount||""===d.edt.gldd_doc_amount)d.flag1=!0,swal({title:"Alert",text:"Please Enter Amount",showCloseButton:!0,width:380});else if(void 0===d.edt.slma_pty_bank_id||""===d.edt.slma_pty_bank_id)d.flag1=!0,swal({title:"Alert",text:"Please select bank",showCloseButton:!0,width:380});else if(void 0===d.edt2||""===d.edt2.chequeno1)d.flag1=!0,swal({title:"Alert",text:"Please Enter Cheque Number",showCloseButton:!0,width:380});else if(null===d.temp1.ChequeDate||""===d.temp1.ChequeDate)d.flag1=!0,swal({title:"Alert",text:"Please Enter Cheque Date",showCloseButton:!0,width:380});else if(null===d.edt.NoOfCheque||""===d.edt.NoOfCheque)d.flag1=!0,swal({title:"Alert",text:"Please Enter Number of Cheque",showCloseButton:!0,width:380});else if(d.flag1=!1,!d.flag1){for(let a=0;a<d.edt.NoOfCheque;a++){let t=!1,e="";var o=new Date(d.temp1.ChequeDate),o=(o.setMonth(o.getMonth()+a),o.getMonth()+1),o=(o<10&&(o="0"+o),document.getElementById("bankName")),o=o.options[o.selectedIndex].text,s=document.getElementById("cmb_acc_Code");d.selectedText=s.options[s.selectedIndex].text,void 0===d.edt.gldd_doc_narr&&(d.edt.gldd_doc_narr=""),d.gldd_doc_narr1=d.edt.gldd_doc_narr+" - "+d.edt2.chequeno1+" - "+d.temp1.ChequeDate,e=void 0===d.edt.sllc_ldgr_code?"00":d.edt.sllc_ldgr_code;for(let e=0;e<d.Bankdetails.length;e++)d.Bankdetails[e].check_no===d.edt2.chequeno1&&d.Bankdetails[e].slma_pty_bank_id===d.edt.slma_pty_bank_id&&(t=!0);t?(d.edt2.chequeno1=parseInt(d.edt2.chequeno1)+1,a--):(d.Bankdetails.push({gldd_comp_code:u,sllc_ldgr_code:e,slma_acno:d.edt.gldd_acct_code,coad_pty_full_name:d.selectedText,coad_dept_no:d.edt1.coad_dept_no,bankslno:b,check_no:d.edt2.chequeno1,ChequeDate:d.temp1.ChequeDate,coad_dept_name:o,gldd_doc_narr:d.gldd_doc_narr1,gldd_doc_amount:d.edt.gldd_doc_amount,slma_pty_bank_id:d.edt.slma_pty_bank_id,noOfCheck:d.edt.NoOfCheque}),d.edt2.chequeno1=parseFloat(d.edt2.chequeno1)+1)}v=angular.copy(d.Bankdetails);for(let e=d.total=0;e<d.Bankdetails.length;e++)d.total=parseFloat(d.total)+parseFloat(d.Bankdetails[e].gldd_doc_amount);d.edt=[],d.edt1=[],d.edt2=[],d.edt.NoOfCheque="1",d.getSLAccNo(d.edt.sllc_ldgr_code),$("#cmb_acc_Code").select2("val","")}},d.editupdate=function(e){d.Ac_code=!0,d.Ac_code_main=!1;e=angular.copy(e);w[0]=e,k="",C="",D="",k=e.slma_acno,C=e.check_no,S=e.gldd_doc_amount,x=e.ChequeDate,D=e.slma_acno,d.noofchequereadonly=!0,d.Add=!1,d.updatebtn=!0,d.readonly=!0,d.ldgrcode=!0,d.edt1.coad_dept_no=e.coad_dept_no,d.temp1.ChequeDate=e.ChequeDate,d.edt.accCode=e.coad_pty_full_name,d.edt.accountDescription=e.coad_pty_full_name,d.edt.sllc_ldgr_code=e.sllc_ldgr_code,d.edt.gldd_doc_amount=e.gldd_doc_amount,d.edt.slma_pty_bank_id=e.slma_pty_bank_id,d.edt.gldd_doc_narr=e.gldd_doc_narr,d.edt2.chequeno1=e.check_no,d.Ac_code=!0,d.Ac_code_main=!1},d.Update=function(){if(myForm){let t=!1;if(w[0].slma_pty_bank_id!==d.edt.slma_pty_bank_id||w[0].check_no!==d.edt2.chequeno1)for(let e=0;e<d.Bankdetails.length;e++)d.Bankdetails[e].slma_pty_bank_id===d.edt.slma_pty_bank_id&&d.Bankdetails[e].check_no===d.edt2.chequeno1&&(t=!0);if(t)swal({title:"Alert",text:"Cheque No. Already Present",width:300,height:200});else{for(d.noofchequereadonly=!1,i=0;i<d.Bankdetails.length;i++)if(d.Bankdetails[i].check_no===C&&d.Bankdetails[i].slma_acno===k&&d.Bankdetails[i].gldd_doc_amount===S&&d.Bankdetails[i].ChequeDate===x){k="",C="",S="";let e=x="";var a=document.getElementById("bankName"),a=a.options[a.selectedIndex].text;void 0===d.edt.gldd_doc_narr&&(d.edt.gldd_doc_narr=""),d.gldd_doc_narr1=d.edt.gldd_doc_narr,e=void 0===d.edt.sllc_ldgr_code?"00":d.edt.sllc_ldgr_code,d.Bankdetails.push({gldd_comp_code:u,sllc_ldgr_code:e,slma_acno:D,coad_pty_full_name:d.selectedText,coad_dept_no:d.edt1.coad_dept_no,bankslno:b,check_no:d.edt2.chequeno1,ChequeDate:d.temp1.ChequeDate,coad_dept_name:a,gldd_doc_narr:d.gldd_doc_narr1,gldd_doc_amount:d.edt.gldd_doc_amount,slma_pty_bank_id:d.edt.slma_pty_bank_id,noOfCheck:d.edt.NoOfCheque}),d.Bankdetails.splice(i,1)}for(let e=d.total=0;e<d.Bankdetails.length;e++)d.total=parseFloat(d.total)+parseFloat(d.Bankdetails[e].gldd_doc_amount);d.updatebtn=!1,d.Add=!0,D="",d.edt=[],d.edt1=[],d.edt2=[],d.edt.NoOfCheque="1",d.getSLAccNo(d.edt.sllc_ldgr_code),$("#cmb_acc_Code").select2("val","")}}d.Ac_code=!1,d.Ac_code_main=!0,d.ldgrcode=!1},d.Delete=function(e){for(i=0;i<d.Bankdetails.length;i++)if(d.Bankdetails[i].check_no===e.check_no&&d.Bankdetails[i].slma_acno===e.slma_acno&&d.Bankdetails[i].gldd_doc_amount===e.gldd_doc_amount&&d.Bankdetails[i].ChequeDate===e.ChequeDate){d.Bankdetails.splice(i,1);break}v=angular.copy(d.Bankdetails);for(let e=d.total=0;e<d.Bankdetails.length;e++)d.total=parseFloat(d.total)+parseFloat(d.Bankdetails[e].gldd_doc_amount)},d.check_post_date=function(){void 0===d.temp.PostDate&&""===d.temp.PostDate||_.get(c.apiUrl+"api/JVCreation/Get_Check_Postdate?post_date="+d.temp.PostDate+"&comp_cd="+u+"&fyear="+g).then(function(e){d.msg=e.data,""!==d.msg?(swal({title:"Alert",text:d.msg,width:300,height:200}),d.preparebtn=!0,d.verifybtn=!0,d.authorizebtn=!0):0!==d.users.length&&(d.users[0]===p&&d.users[1]===p?(d.preparebtn=!1,d.verifybtn=!1,d.authorizebtn=!1):(d.users[0]!==p||""!==d.users[1]&&d.users[1]===p?(d.preparebtn=!1,d.verifybtn=!0):(d.verifybtn=!1,d.preparebtn=!1),d.authorizebtn=!0))})},d.show_bills=function(){document.getElementById("mainchk").checked=!1;var e={gldd_comp_code:u,finance_year:g,gldd_doc_code:d.temp.gltd_doc_code,gldd_ledger_code:d.edt.sllc_ldgr_code,gldd_acct_code:d.edt.gldd_acct_code,gldd_party_ref_no:d.edt.gldd_acct_code};"00"===d.edt.sllc_ldgr_code||void 0===d.edt.sllc_ldgr_code||""===d.edt.sllc_ldgr_code?swal({text:"Please Select Except General Ledger",imageUrl:"assets/img/close.png",width:300,height:200}):d.edt.gldd_acct_code?(d.Billdetailsdata=[],$("#Billdetails").modal("show"),_.post(c.apiUrl+"api/BankPayment/BillDetails",e).then(function(e){if(d.billdata=e.data,d.billdata)for(let e=0;e<d.billdata.length;e++)d.Billdetailsdata.push(d.billdata[e]);else d.Billdetailsdata=[]})):swal({text:"Please Select Account Name",imageUrl:"assets/img/close.png",width:300,height:200})},d.CheckAllChecked=function(){var t=document.getElementById("mainchk");if(d.Bankdetails=[],!0===t.checked)for(let e=0;e<d.Billdetailsdata.length;e++)d.Billdetailsdata[e].voucher_check=!0,d.row1="row_selected",$("tr").addClass("row_selected"),d.voucherdata.push(d.Billdetailsdata[e]);else for(let e=0;e<d.Billdetailsdata.length;e++)d.Billdetailsdata[e].voucher_check=!1,t.checked=!1,d.row1="",$("tr").removeClass("row_selected")},d.voucherdata=[],d.selectonebyone=function(e,t){d.Bankdetails=[],!0===t.voucher_check&&d.voucherdata.push(t)},d.btn_Add=function(){$("#Billdetails").modal("hide");var e=document.getElementById("mainchk");for(let e=0;e<d.voucherdata.length;e++)!0===d.voucherdata[e].voucher_check&&d.Bankdetails.push(d.voucherdata[e]);for(let e=d.total=0;e<d.Bankdetails.length;e++)d.total=parseFloat(parseFloat(d.total)+parseFloat(d.Bankdetails[e].gldd_doc_amount)).toFixed(3);e.checked=!1},d.ShowAmountDetails=function(e){d.supplierdetails=!1,d.othersupplierdetails=!1,e.doc_code=d.temp3.gltd_doc_code,e.finance_year=g,_.post(c.apiUrl+"api/BankPayment/ShowAmountDetails",e).then(function(e){d.Amountdetails=e.data})},d.ShowPendingAmountDetails=function(e){d.supplierdetails=!1,d.pendingsupplierdetails=!1,e.doc_code=d.temp3.gltd_doc_code,e.finance_year=g,_.post(c.apiUrl+"api/BankPayment/ShowPendingAmountDetails",e).then(function(e){d.PendingAmountdetails=e.data})},d.complete=function(){$("#DocNarration").autocomplete({source:d.DocNarr})},d.back=function(){d.supplierdetails=!0,d.pendingsupplierdetails=!0,d.othersupplierdetails=!0}}])}(),function(){"use strict";var s,v,w="",k=!1,C=!1,e=angular.module("sims.module.Finance");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("JVCreateCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV","AuthenticationService",function(i,e,t,n,a,d,_,c){i.comp_code=void 0,i.pagesize="5",i.edt="",i.amount_difference=0,i.operation=!0,i.chkcost=!0,i.cost_combo=!0,i.doc_cd_prov_no="",i.doc_cd_final_doc_no="",i.block1=[],i.block2=[],i.block3=[],i.temp_doc=[],i.vis=[],i.vis.main=!0,i.vis.onchangedoccodeshow=!1,i.dramount=!1,i.cramount=!1,i.vis.doc_detail_grid=!0,i.vis.main_acct_grid=!0,i.save1=!0,i.vis.add_grid=!0,i.checkprintbtn=!1,i.vis.Add_show_hide=!0,i.prdocdata=[],i.cmb_doc_cd=[],i.vis.update=!1,i.doc_detail_data=[],i.chkcost=!1,i.block3.gldd_vat_enable=!1,i.block3.gldd_include_vat=!1,i.block3.gldd_doc_vat_amt=0,i.cost_combo=!1,i.readonly=!0,i.vis.ok=!0,i.vis.is_recur=!0,i.preparebtn=!0,i.verifybtn=!0,i.authorizebtn=!0,i.vis.cmb_acct=!0,i.vis.txt_acct=!1,i.dis_recur_date=!0,i.revdelete=!1,i.edt2=[],i.edt=[],i.voucher_report_show=!0;var l=(l=t.globals.currentUser.username).toLowerCase(),o=new FormData,r=(i.finnDetail=JSON.parse(window.localStorage.Finn_comp),i.finnDetail.company),m=i.finnDetail.year,p=i.finnDetail.comp_vat_per,u=i.finnDetail.comp_vat_status,g=i.finnDetail.input_vat_acct,h="",t=new Date,f=t.getDate(),y=t.getMonth()+1,b=(y<10&&(y="0"+y),t.getFullYear());i.block1={gltd_payment_date:f+"-"+y+"-"+b},setTimeout(function(){$("#cmb_acc_Code3").select2()},100),i.deleteReverted=function(){i.data=[];var e={gltd_doc_code:i.block1.gltd_doc_code,gltd_prov_doc_no:i.block1.gltd_prov_doc_no,gltd_comp_code:r};i.data.push(e),d.post(_.apiUrl+"api/JVCreation/revertedDelete",i.data).then(function(e){i.msg1=e.data,!0===i.msg1?(swal({title:"Alert",text:"Record Deleted successfully",imageUrl:"assets/img/check.png",width:300,height:200}),window.location.reload()):swal({title:"Alert",text:"Record Not Deleted. ",imageUrl:"assets/img/close.png",width:300,height:200})})},d.get(_.apiUrl+"api/JVCreation/getLoggedUser").then(function(e){i.data=[],i.loggedUser=e.data;for(var t=0;t<i.loggedUser.length;t++)i.loggedUser[t].fins_appl_form_field_value1.toLowerCase()!=l||""==i.block1.gltd_doc_code&&"undefined"==i.block1.gltd_doc_code||""==i.block1.gltd_prov_doc_no&&"undefined"==i.block1.gltd_prov_doc_no?i.revdelete=!1:i.revdelete=!0}),i.maxmize=function(){$("#jv_Voucher").css({height:"100%",width:"100%"}),i.windowflg=!0},i.manimize=function(){$("#jv_Voucher").css({height:"600px",width:"900px"}),i.windowflg=!1},n(function(){$("#fixTable").tableHeadFixer({top:1}),$("#fixTable1").tableHeadFixer({top:1}),$("#Table1").tableHeadFixer({top:1})},100),i.propertyName=null,i.reverse=!1,i.sortBy=function(e){i.reverse=i.propertyName===e&&!i.reverse,i.propertyName=e},i.Prepare=function(e){i.clear(),jQuery(".verifybtn").removeClass("voucherbtn"),jQuery(".preparebtn").addClass("voucherbtn"),jQuery(".authorizebtn").removeClass("voucherbtn"),i.vis.prepare=!0,i.vis.verify=!1,i.vis.Autorize=!1,i.vis.main=!1,i.jvtitle="- Prepare","Y"==u?(i.vis_vat=!0,i.vis_vat_amt=!0):(i.vis_vat=!1,i.vis_vat_amt=!1,i.block3.gldd_doc_vat_amt=0),i.block3.gldd_vat_enable=!1,i.block3.gldd_include_vat=!1,"MODERN"!=d.defaults.headers.common.schoolId&&"ghl"!=d.defaults.headers.common.schoolId&&"staging1"!=d.defaults.headers.common.schoolId&&"AICS"!=d.defaults.headers.common.schoolId&&"staging2"!=d.defaults.headers.common.schoolId&&"TIADXB"!=d.defaults.headers.common.schoolId&&"staging3"!=d.defaults.headers.common.schoolId&&"TOSDXB"!=d.defaults.headers.common.schoolId&&"staging4"!=d.defaults.headers.common.schoolId&&"AISDXB"!=d.defaults.headers.common.schoolId&&"TIASHJ"!=d.defaults.headers.common.schoolId||d.get(_.apiUrl+"api/Financialyear/getAllFinancialYear").then(function(e){i.fin_year=e.data,i.totalItems=i.fin_year.length,i.todos=i.fin_year;for(var t=0;t<i.totalItems;t++)"Current"===i.todos[t].sims_financial_year_status1&&(i.todos[t].sims_financial_year_end_date,i.todos[t].sims_financial_year_start_date,$("#PostDate").kendoDatePicker({format:"dd-MM-yyyy",max:moment(i.todos[t].sims_financial_year_end_date,"DD-MM-YYYY").format("YYYY-MM-DD"),min:moment(i.todos[t].sims_financial_year_start_date,"DD-MM-YYYY").format("YYYY-MM-DD")}))}),d.get(_.apiUrl+"api/JVCreation/getRevertedData?comp_code="+r+"&username="+l).then(function(e){i.revertdocument=e.data,""!=i.revertdocument[0].revert_doc_no?i.vis.revert_grd=!0:i.vis.revert_grd=!1}),d.get(_.apiUrl+"api/BankPayment/GetVerifyAuthorizeUsers?comp_code="+r+"&fyear="+m).then(function(e){i.users=e.data,0!=i.users.length&&(i.users[0]==l&&i.users[1]==l?(i.vis.autoriz=!0,i.vis.very=!0):i.users[0]!=l||""!=i.users[1]&&i.users[1]==l?(i.vis.autoriz=!1,i.vis.very=!1):(i.vis.autoriz=!1,i.vis.very=!0))})},i.Verify=function(){jQuery(".verifybtn").addClass("voucherbtn"),jQuery(".preparebtn").removeClass("voucherbtn"),jQuery(".authorizebtn").removeClass("voucherbtn"),i.edt="",i.edt1="",i.edt2="",i.vis.main=!0,i.jvtitle="- Verify",i.vis.prepare=!1,i.vis.verify=!0,i.vis.Autorize=!1,i.vis.user_vry=!1,i.vis.user_aut=!1,$("#loader").modal({backdrop:"static",keyboard:!1}),d.get(_.apiUrl+"api/JVCreation/getFinn140_SearchFins_temp_docs?compcode="+r+"&username="+l).then(function(e){i.verify_data=e.data,$("#loader").modal("hide"),$(".modal-backdrop").removeClass("modal-backdrop")})},i.Authorize=function(e){jQuery(".verifybtn").removeClass("voucherbtn"),jQuery(".preparebtn").removeClass("voucherbtn"),jQuery(".authorizebtn").addClass("voucherbtn"),i.jvtitle="- Authorize",i.edt="",i.edt1="",i.edt2="",i.vis.main=!0,i.vis.prepare=!1,i.vis.verify=!1,i.vis.Autorize=!0,i.vis.user_vry=!0,i.vis.user_aut=!1,$("#loader").modal({backdrop:"static",keyboard:!1}),d.get(_.apiUrl+"api/JVCreation/getFinn142_SearchFins_temp_docs?compcode="+r+"&username="+l).then(function(e){i.Authorize_data=e.data,$("#loader").modal("hide"),$(".modal-backdrop").removeClass("modal-backdrop")})},i.back=function(){jQuery(".verifybtn").removeClass("voucherbtn"),jQuery(".preparebtn").removeClass("voucherbtn"),jQuery(".authorizebtn").removeClass("voucherbtn"),i.vis.main=!0,i.vis.verify=!1,i.vis.Autorize=!1,i.jvtitle=" ",i.checkprintbtn=!1,i.totalDebit=0,i.totalcredit=0,i.prvno="",i.dcode=!1,i.block1=[],i.block2=[],i.block3=[],i.temp_doc=[],i.edt2=[],i.edt=[],i.prdocdata=[],i.doc_detail_data=[],i.vis.cmb_acct=!0,i.vis.txt_acct=!1,i.ldgcd=!1,i.vis.is_recur=!0,i.vis.ok=!0,i.vis.update=!1,i.vis.SendToVerify=!1,i.checkprintbtn=!1,i.vis.onchangedoccodeshow=!1,i.dis_recur_date=!0,i.lbl_recur="",i.vis.recur_periods=!1;var e=new Date,t=e.getDate(),a=e.getMonth()+1,e=(a<10&&(a="0"+a),e.getFullYear());i.sdate=t+"-"+a+"-"+e,i.edate=t+"-"+a+"-"+e,i.temp_doc={gltd_doc_date:t+"-"+a+"-"+e,gltd_post_date:t+"-"+a+"-"+e}},i.clear=function(){i.dcode=!1,i.block1=[],i.block2=[],i.block3=[],i.temp_doc=[],i.checkprintbtn=!1,i.prvno="",i.totalDebit=0,i.totalcredit=0,i.edt2=[],i.edt=[],i.prdocdata=[],i.doc_detail_data=[],i.vis.cmb_acct=!0,i.vis.txt_acct=!1,i.ldgcd=!1,i.vis.is_recur=!0,i.vis.ok=!0,i.vis.update=!1,i.vis.SendToVerify=!1,i.checkprintbtn=!1,i.vis.onchangedoccodeshow=!1,C=k=!1,i.dis_recur_date=!0,i.lbl_recur="",i.vis.recur_periods=!1;var e=new Date,t=e.getDate(),a=e.getMonth()+1,e=(a<10&&(a="0"+a),e.getFullYear());i.sdate=t+"-"+a+"-"+e,i.edate=t+"-"+a+"-"+e,i.temp_doc={gltd_doc_date:t+"-"+a+"-"+e,gltd_post_date:t+"-"+a+"-"+e},d.get(_.apiUrl+"api/BankPayment/GetVerifyAuthorizeUsers?comp_code="+r+"&fyear="+m).then(function(e){i.users=e.data,0!=i.users.length&&(i.users[0]==l&&i.users[1]==l?(i.vis.autoriz=!0,i.vis.very=!0):i.users[0]!=l||""!=i.users[1]&&i.users[1]==l?(i.vis.autoriz=!1,i.vis.very=!1):(i.vis.autoriz=!1,i.vis.very=!0))})},i.Show=function(){null!=i.block1.gltd_doc_code&&""!=i.block1.gltd_doc_code&&null!=i.block1.gltd_prov_doc_no&&""!=i.block1.gltd_prov_doc_no?(i.dcode=!0,d.get(_.apiUrl+"api/JVCreation/getAllRecords?doccode="+i.block1.gltd_doc_code+"&prnumber="+i.block1.gltd_prov_doc_no+"&comp_code="+r).then(function(e){i.prdocdata=e.data,i.totalDebit=0;for(var t=i.totalcredit=0;t<i.prdocdata.length;t++)0==t&&(i.temp_doc.gltd_comp_code=i.prdocdata[t].gltd_comp_code,i.temp_doc.gltd_doc_code=i.prdocdata[t].gltd_doc_code,i.temp_doc.gltd_doc_narr=i.prdocdata[t].gltd_doc_narr,i.temp_doc.gltd_remarks=i.prdocdata[t].gltd_remarks,i.temp_doc.gltd_doc_date=i.prdocdata[t].gltd_doc_date,i.temp_doc.gltd_post_date=i.prdocdata[t].gltd_post_date,i.block1.gltd_cheque_No=i.prdocdata[t].gltd_cheque_no,i.block1.gltd_paid_to=i.prdocdata[t].gltd_paid_to,i.showhide()),i.totalDebit=parseFloat(parseFloat(i.totalDebit)+parseFloat(i.prdocdata[t].gldd_doc_amount_debit)).toFixed(3),i.totalcredit=parseFloat(parseFloat(i.totalcredit)+parseFloat(i.prdocdata[t].gldd_doc_amount_credit)).toFixed(3)}),d.get(_.apiUrl+"api/JVCreation/GetDocument_Details_DPS?doccode="+i.block1.gltd_doc_code+"&prnumber="+i.block1.gltd_prov_doc_no+"&comp_code="+r).then(function(e){i.doc_detail_data=e.data,0<i.doc_detail_data.length&&(i.temp.temp_chk_doc_details=!0,i.chk_doc_details())}),i.vis.ok=!1,i.vis.update=!0,i.vis.SendToVerify=!0,i.vis.is_recur=!1,i.vis.autoriz=!1,i.vis.very=!1,i.getRemark()):(i.flag1=!0,swal({title:"Alert",text:"Please select Doc Code & Provision No",showCloseButton:!0,width:380}))},i.chk_click_ver=function(e){e.gltd_revert&&(e.gltd_revert=!1,e.gltd_verify=!0)},i.chk_click_rev=function(e){e.gltd_verify&&(e.gltd_revert=!0,e.gltd_verify=!1)},i.chk_click_aut=function(e){e.gltd_verify&&(e.gltd_verify=!1,e.gltd_authorize=!0)},i.chk_click_very=function(e){e.gltd_authorize&&(e.gltd_verify=!0,e.gltd_authorize=!1)},i.chk_clickAll=function(e){if(e)for(var t=0;t<i.Authorize_data.length;t++)i.Authorize_data[t].gltd_authorize=!0;else for(t=0;t<i.Authorize_data.length;t++)i.Authorize_data[t].gltd_authorize=!1},i.chk_click_verifyAll=function(e){if(e){for(var t=0;t<i.verify_data.length;t++)i.verify_data[t].gltd_verify=!0,i.verify_data[t].gltd_revert=!1;i.v_data.gltd_revert1=!1}else for(t=0;t<i.verify_data.length;t++)i.verify_data[t].gltd_verify=!1},i.chk_click_revertAll=function(e){if(e){for(var t=0;t<i.verify_data.length;t++)i.verify_data[t].gltd_revert=!0,i.verify_data[t].gltd_verify=!1;i.v_data.gltd_verify1=!1}else for(t=0;t<i.verify_data.length;t++)i.verify_data[t].gltd_revert=!1},i.chk_clickAll=function(e){if(e){for(var t=0;t<i.Authorize_data.length;t++)i.Authorize_data[t].gltd_authorize=!0,i.Authorize_data[t].gltd_verify=!1;i.A_data.gltd_very1=!1}else for(t=0;t<i.Authorize_data.length;t++)i.Authorize_data[t].gltd_authorize=!1},i.very_chk_clickAll=function(e){if(e){for(var t=0;t<i.Authorize_data.length;t++)i.Authorize_data[t].gltd_verify=!0,i.Authorize_data[t].gltd_authorize=!1;i.A_data.gltd_authorize1=!1}else for(t=0;t<i.Authorize_data.length;t++)i.Authorize_data[t].gltd_verify=!1},i.ShowFilterText=function(e){i.filterVisible=""!=e,i.block1.chk_previous_clear=!0,i.edt.txt_filter_range="0"},i.ShowFilterText_Aut=function(e){i.filterVisible_aut=""!=e,i.block1.chk_previous_clear_aut=!0,i.edt.txt_filter_range_aut="0"},i.showhide=function(){i.cmb_doc_cd=[];var e=$("#cmb_doc_code").prop("selectedIndex");i.cmb_doc_cd=i.geDocCode_jv[e],d.get(_.apiUrl+"api/JVCreation/GetAllCashBankGLMasterAccountNo?cmp_cd="+r+"&financialyear="+m+"&doc_cd="+i.temp_doc.gltd_doc_code+"&username="+l).then(function(e){i.bankname=e.data,0<i.bankname.length&&(i.block2.master_acno=e.data[0],i.getAccountName(e.data[0].master_ac_cdname))}),i.vis.main_acct_grid=!0,"BP"==i.cmb_doc_cd.gldc_doc_code_type?(i.vis.onchangedoccodeshow=!0,i.block2.gldd_doc_amount_debit="0.00",i.block2.gldd_doc_amount_credit="0.00",i.content="Paid To",i.vis.cheq_no=!0,i.dvalue=!0,i.cvalue=!1,i.dramount=!1,i.cramount=!0):"BR"==i.cmb_doc_cd.gldc_doc_code_type?(i.vis.onchangedoccodeshow=!0,i.block2.gldd_doc_amount_credit="0.00",i.vis.cheq_no=!0,i.content="Received From",i.dvalue=!1,i.cvalue=!0,i.dramount=!0,i.cramount=!1):"CP"==i.cmb_doc_cd.gldc_doc_code_type?(i.vis.onchangedoccodeshow=!0,i.block2.gldd_doc_amount_debit="0.00",i.vis.cheq_no=!1,i.content="Paid To",i.dvalue=!0,i.cvalue=!1,i.dramount=!1,i.cramount=!0):"CR"==i.cmb_doc_cd.gldc_doc_code_type?(i.vis.onchangedoccodeshow=!0,i.block2.gldd_doc_amount_credit="0.00",i.content="Received From",i.vis.cheq_no=!1,i.dvalue=!1,i.cvalue=!0,i.dramount=!0,i.cramount=!1):"CN"==i.cmb_doc_cd.gldc_doc_code_type?(i.vis.onchangedoccodeshow=!0,i.block2.gldd_doc_amount_debit="0.00",i.block2.gldd_doc_amount_credit="0.00",i.content="Paid To",i.vis.cheq_no=!0,i.dvalue=!1,i.cvalue=!1,i.dramount=!1,i.cramount=!1,i.vis.main_acct_grid=!1):(i.vis.onchangedoccodeshow=!1,i.dramount=!1,i.cramount=!1)},d.get(_.apiUrl+"api/JVCreation/getDocCodeJV?comp_code="+r+"&finance_year="+m).then(function(e){i.geDocCode_jv=e.data}),d.get(_.apiUrl+"api/BankPayment/GetVerifyAuthorizeUsers?comp_code="+r+"&fyear="+m).then(function(e){i.users=e.data,0!=i.users.length&&(i.users[0]==l&&i.users[1]==l?(i.preparebtn=!1,i.verifybtn=!1,i.authorizebtn=!1,i.vis.autoriz=!0,i.vis.very=!0):i.users[0]!=l||""!=i.users[1]&&i.users[1]==l?(i.preparebtn=!1,i.verifybtn=!0,i.authorizebtn=!0,i.vis.autoriz=!1,i.vis.very=!1):(i.verifybtn=!1,i.preparebtn=!1,i.authorizebtn=!0,i.vis.autoriz=!1,i.vis.very=!0))}),d.get(_.apiUrl+"api/BankPayment/GetLedgerNumber?financialyear="+m+"&comp_code="+r).then(function(e){i.LdgrCode=e.data}),i.fillaccountno=function(){d.get(_.apiUrl+"api/JVCreation/GetAllCashBankGLMasterAccountNo?cmp_cd="+r+"&financialyear="+m+"&doc_cd="+i.temp_doc.gltd_doc_code+"&username="+l).then(function(e){i.bankname=e.data,0<i.bankname.length&&(i.block2.master_acct_detail=e.data[0],i.getAccountName(e.data[0].master_ac_cdname))})},i.getAccountName=function(e){s=e.master_acno,d.get(_.apiUrl+"api/BankPayment/getCostCenter?aacno="+s+"&comp_cd="+r+"&fyear="+m).then(function(e){i.costcenter_account=e.data,0<i.costcenter_account.length?i.chkcost_Ac=!0:(i.chkcost_Ac=!1,i.temp.cost_chk_ac=!1,i.cost_combo_AC=!1)})},i.getDepartcode=function(e){d.get(_.apiUrl+"api/BankPayment/getCostCenter?aacno="+e+"&comp_cd="+r+"&fyear="+m).then(function(e){i.cost_center=e.data,0<i.cost_center.length?i.chkcost=!0:(i.chkcost=!1,i.temp.cost_chk=!1,i.cost_combo=!1)});for(var t=0;t<i.getAllAccNos.length;t++)i.getAllAccNos[t].gldd_acct_code==i.block3.gldd_acct_code&&(i.block3.gldd_dept_code=i.getAllAccNos[t].gldd_dept_code,i.block3.gldd_party_ref_no=i.getAllAccNos[t].gldd_party_ref_no,i.block3.codp_dept_name=i.getAllAccNos[t].gldd_dept_name,i.block3.gldd_acct_name=i.getAllAccNos[t].gldd_acct_name)},i.cost_center2=function(e){i.cost_combo=!0===e},i.cost_center_Account=function(e){!0===e?(i.cost_combo_AC=!0,i.getAccountName(i.block2.master_acno)):i.cost_combo_AC=!1},i.Chk_recur_voucher=function(e){!0===e?(i.dis_recur_date=!1,i.lbl_recur="/ Recurring Date",i.vis.recur_periods=!0):(i.dis_recur_date=!0,i.lbl_recur="",i.vis.recur_periods=!1),i.temp_doc.gltd_recur_period="0",i.temp_doc.gltd_recur_period_days="0"},i.GetAllGLAcc=function(e,t){d.get(_.apiUrl+"api/JVCreation/GetAllGLAccountNos?glma_accountcode="+e+"&cmpnycode="+r+"&fyear="+m+"&doc_code="+i.temp_doc.gltd_doc_code).then(function(e){i.getAllAccNos=e.data})},d.get(_.apiUrl+"api/JVCreation/GetAllGLAccountNos?glma_accountcode=&cmpnycode="+r+"&fyear="+m+"&doc_code="+i.temp_doc.gltd_doc_code).then(function(e){if(i.getAllAccNos=e.data,"Y"==u&&""==h&&""!=g)for(var t=0;t<i.getAllAccNos.length;t++)i.getAllAccNos[t].gldd_acct_code==g&&(h=i.getAllAccNos[t].gldd_acct_name)}),d.get(_.apiUrl+"api/JVCreation/GetReportUrl?opr=J&sub_opr=Final").then(function(e){i.final_doc_url=e.data}),d.get(_.apiUrl+"api/JVCreation/GetReportUrl?opr=J&sub_opr=Prov").then(function(e){i.prov_doc_url=e.data}),i.getSLAccNo=function(){var e=i.getAllAccNos.gldd_acct_code;"00"!=i.block3.gldd_ledger_code?d.get(_.apiUrl+"api/JVCreation/GetSLAccNumber?ldgr_code="+i.block3.gldd_ledger_code+"&cmp_cd="+r+"&year="+m).then(function(e){i.getAllAccNos=e.data}):d.get(_.apiUrl+"api/JVCreation/GetAllGLAccountNos?glma_accountcode="+e+"&cmpnycode="+r+"&fyear="+m+"&doc_code="+i.temp_doc.gltd_doc_code).then(function(e){i.getAllAccNos=e.data})},i.getAccount_Number=function(){i.getAllAccNos=[];var t=$("#cmb_ledger_code option:selected").text();"00"!=i.block3.gldd_ledger_code?d.get(_.apiUrl+"api/JVCreation/getAccount_Number?ldgr_code="+i.block3.gldd_ledger_code+"&cmp_cd="+r+"&year="+m).then(function(e){i.msg=e.data,i.msg?swal({text:i.msg+t,width:380}):i.getSLAccNo()}):d.get(_.apiUrl+"api/JVCreation/GetAllGLAccountNos?glma_accountcode=&cmpnycode="+r+"&fyear="+m+"&doc_code="+i.temp_doc.gltd_doc_code).then(function(e){i.getAllAccNos=e.data}),$("#cmb_acc_Code3").select2("val",""),i.block3.gldd_acct_code="",i.block3.gldd_acct_name=""},i.getprovno=function(){d.get(_.apiUrl+"api/JVCreation/Get_provno?comp_code="+r+"&fyear="+m+"&doccode="+i.block1.gltd_doc_code+"&user="+l).then(function(e){i.prnumber=e.data,i.revdelete=!1})},i.AddMasterDataInGrid=function(){if(i.cost_combo_AC=!1,i.chkcost_Ac=!1,i.temp={cost_center_ac:!1},null!=i.block2.master_acno)if(null!=i.block2.gldd_doc_amount_debit&&"0.00"!=i.block2.gldd_doc_amount_debit||(i.block2.gldd_doc_amount_debit="0.00"),null!=i.block2.gldd_doc_amount_credit&&"0.00"!=i.block2.gldd_doc_amount_credit||(i.block2.gldd_doc_amount_credit="0.00"),"0.00"<i.block2.gldd_doc_amount_debit||"0.00"<i.block2.gldd_doc_amount_credit){document.getElementById("cmb_acc_Code3");i.prdocdata.push({gldd_comp_code:r,gldd_ledger_code:"00",gldd_acct_code:i.block2.master_acno.master_acno,gldd_acct_name:i.block2.master_acno.master_ac_cdname,gldd_party_ref_no:i.block2.pty_ref_no,glco_cost_centre_code:null!=i.edt5&&null!=i.edt5.glco_cost_centre_code?i.edt5.glco_cost_centre_code.glco_cost_centre_code:null,coce_cost_centre_name:null!=i.edt5&&null!=i.edt5.glco_cost_centre_code?i.edt5.glco_cost_centre_code.coce_cost_centre_name:null,gldd_dept_code:i.block2.master_acno.gldd_dept_code,gldd_doc_narr:i.block2.gldd_doc_narr,gldd_doc_amount_debit:i.block2.gldd_doc_amount_debit,gldd_doc_amount_credit:i.block2.gldd_doc_amount_credit,gltd_payment_date:i.block1.gltd_payment_date,ptyref_date:i.block1.gltd_payment_date}),i.totalDebit=0;for(var e=i.totalcredit=0;e<i.prdocdata.length;e++)i.totalDebit=parseFloat(parseFloat(i.totalDebit)+parseFloat(i.prdocdata[e].gldd_doc_amount_debit)).toFixed(3),i.totalcredit=parseFloat(parseFloat(i.totalcredit)+parseFloat(i.prdocdata[e].gldd_doc_amount_credit)).toFixed(3);i.block2={},i.myForm.$setPristine(),i.myForm.$setUntouched(),"CN"==i.cmb_doc_cd.gldc_doc_code_type&&(i.block2.gldd_doc_amount_debit="0.00",i.block2.gldd_doc_amount_credit="0.00",i.dvalue=!1,i.cvalue=!1)}else swal({text:"  Please Enter Amount ",width:380});else swal({text:"  please select Master Account No ",width:380})},i.UpdateMasterDataInGrid=function(){},i.CancelMasterDataInGrid=function(){},i.Add_inner_grid=function(){i.chkcost=!1,i.cost_combo=!1,i.temp={cost_chk_ac:!1};var e="";if(null!=i.block3.gldd_acct_code){if(e=null==i.block3.gldd_ledger_code?"00":i.block3.gldd_ledger_code,""!=i.block3.gldd_doc_amount_debit&&null!=i.block3.gldd_doc_amount_debit&&"0.00"!=i.block3.gldd_doc_amount_debit||(i.block3.gldd_doc_amount_debit="0.00"),""!=i.block3.gldd_doc_amount_credit&&null!=i.block3.gldd_doc_amount_credit&&"0.00"!=i.block3.gldd_doc_amount_credit||(i.block3.gldd_doc_amount_credit="0.00"),parseFloat(i.block3.gldd_doc_amount_debit)<=0&&parseFloat(i.block3.gldd_doc_amount_credit)<=0)return void swal({text:"Please Enter Debit/Credit Amount",width:380});for(var t=document.getElementById("cmb_acc_Code3"),a=(i.selectedText=t.options[t.selectedIndex].text,!1),o=0;o<i.prdocdata.length;o++)if(i.prdocdata[o].gldd_acct_code==i.block3.gldd_acct_code&&i.prdocdata[o].gldd_doc_narr==i.block3.gldd_doc_narr){a=!0;break}if(!0===a)swal({text:i.block3.gldd_acct_name+" A/c Already Added",width:380});else{t=document.getElementById("costCenter"),t=t.options[t.selectedIndex].text;i.center=i.center||""!=i.block2.glco_cost_centre_code,"Y"==u&&!0===i.block3.gldd_include_vat&&!0===i.block3.gldd_vat_enable&&(0!=i.block3.gldd_doc_amount_debit?(n=parseFloat(i.block3.gldd_doc_amount_debit),i.block3.gldd_doc_vat_amt=parseFloat(n*parseFloat(p)/(100+parseFloat(p))).toFixed(2),i.block3.gldd_doc_amount_debit=parseFloat(n)-parseFloat(n*parseFloat(p)/(100+parseFloat(p))).toFixed(2)):(n=parseFloat(i.block3.gldd_doc_amount_credit),i.block3.gldd_doc_vat_amt=parseFloat(n*parseFloat(p)/(100+parseFloat(p))).toFixed(2),i.block3.gldd_doc_amount_credit=parseFloat(n)-parseFloat(n*parseFloat(p)/(100+parseFloat(p))).toFixed(2))),i.prdocdata.push({gldd_comp_code:r,gldd_ledger_code:e,gldd_acct_code:i.block3.gldd_acct_code,gldd_acct_name:i.block3.gldd_acct_name,gldd_dept_code:i.block3.gldd_dept_code,gldd_party_ref_no:i.block3.gldd_party_ref_no,gldd_doc_narr:i.block3.gldd_doc_narr,gldd_doc_amount_debit:parseFloat(i.block3.gldd_doc_amount_debit.toString().replace(/,/g,"")),gldd_doc_amount_credit:parseFloat(i.block3.gldd_doc_amount_credit.toString().replace(/,/g,"")),glco_cost_centre_code:i.block2.glco_cost_centre_code,coce_cost_centre_name:t}),"Y"==u&&!0===i.block3.gldd_vat_enable&&i.prdocdata.push({gldd_comp_code:r,gldd_ledger_code:"00",gldd_acct_code:g,gldd_acct_name:h,gldd_dept_code:g.substr(1,2),gldd_party_ref_no:"",gldd_doc_narr:"VAT/"+i.block3.gldd_acct_code+"("+i.block3.gldd_acct_name+") #"+(0<i.block3.gldd_doc_amount_debit?i.block3.gldd_doc_amount_debit:"-"+i.block3.gldd_doc_amount_credit),gldd_doc_amount_debit:0!=i.block3.gldd_doc_amount_debit?i.block3.gldd_doc_vat_amt:0,gldd_doc_amount_credit:0!=i.block3.gldd_doc_amount_credit?i.block3.gldd_doc_vat_amt:0,glco_cost_centre_code:i.block2.glco_cost_centre_code,coce_cost_centre_name:t}),i.totalDebit=0;for(var s=i.totalcredit=0;s<i.prdocdata.length;s++)i.totalDebit=parseFloat(parseFloat(i.totalDebit)+parseFloat(i.prdocdata[s].gldd_doc_amount_debit)).toFixed(3),i.totalcredit=parseFloat(parseFloat(i.totalcredit)+parseFloat(i.prdocdata[s].gldd_doc_amount_credit)).toFixed(3);i.edt1="",i.edt2="",i.block3.gldd_doc_vat_amt=0,$("#cmb_acc_Code3").select2("val",""),i.myForm.$setPristine(),i.myForm.$setUntouched(),i.dcode=!1,i.cancel()}}else swal({text:"  please select Account Code ",width:380});var n=i.getAllAccNos.gldd_acct_code;i.GetAllGLAcc(n,r),i.block3.gldd_vat_enable=!1},i.update_grid=function(e){$("#cmb_acc_Code3").select2(),i.vis.main_acct_grid=!0,i.tempobj=e,i.vis.updatebtn=!0,i.vis.add_grid=!1,i.vis.cmb_acct=!0,i.vis.txt_acct=!0,i.ldgcd=!1,i.block3=e,i.getSLAccNo()},i.update_grid_data=function(){if(i.temp_obj=i.block3,""!=i.block3.gldd_doc_amount_debit&&null!=i.block3.gldd_doc_amount_debit&&"0.00"!=i.block3.gldd_doc_amount_debit||(i.block3.gldd_doc_amount_debit="0.00"),""!=i.block3.gldd_doc_amount_credit&&null!=i.block3.gldd_doc_amount_credit&&"0.00"!=i.block3.gldd_doc_amount_credit||(i.block3.gldd_doc_amount_credit="0.00"),parseFloat(i.block3.gldd_doc_amount_debit)<=0&&parseFloat(i.block3.gldd_doc_amount_credit)<=0)swal({text:"Please Enter Debit/Credit Amount",width:380});else if(""==i.block3.gldd_acct_code||null==i.block3.gldd_acct_code)swal({text:"Please select Account Code",width:380});else{i.totalDebit=0;for(var e=i.totalcredit=0;e<i.prdocdata.length;e++)i.prdocdata[e].$$hashKey==i.tempobj.$$hashKey&&(i.prdocdata[e].gldd_doc_amount_credit=parseFloat(i.block3.gldd_doc_amount_credit.toString().replace(/,/g,"")),i.prdocdata[e].gldd_doc_amount_debit=parseFloat(i.block3.gldd_doc_amount_debit.toString().replace(/,/g,"")),i.prdocdata[e].gldd_doc_narr=i.block3.gldd_doc_narr,i.prdocdata[e].gldd_acct_code=i.block3.gldd_acct_code,i.prdocdata[e].gldd_party_ref_no=i.block3.gldd_party_ref_no,i.prdocdata[e].gldd_acct_name=i.block3.gldd_acct_name,i.prdocdata[e].gldd_ledger_code=i.block3.gldd_ledger_code),i.totalDebit=parseFloat(parseFloat(i.totalDebit)+parseFloat(i.prdocdata[e].gldd_doc_amount_debit)).toFixed(3),i.totalcredit=parseFloat(parseFloat(i.totalcredit)+parseFloat(i.prdocdata[e].gldd_doc_amount_credit)).toFixed(3);i.cancel()}},i.Updatedatavalue=function(){var e;""!=i.temp_doc.gltd_doc_code&&null!=i.temp_doc.gltd_doc_code?""==i.temp_doc.gltd_post_date||null==i.temp_doc.gltd_post_date?swal({text:"  please select Post Date ",width:380}):i.prdocdata.length<=0?swal({text:"  Please Add Transaction Details ",width:380}):i.totalDebit!=i.totalcredit?swal({text:"Debit Amount: "+i.totalDebit+"  Is Not Equal To Credit Amount: "+i.totalcredit,width:380}):(w="Save",null==i.temp&&(i.temp=""),e={gltd_comp_code:r,gltd_prepare_user:l,gltd_doc_code:i.block1.gltd_doc_code,gltd_prov_doc_no:i.block1.gltd_prov_doc_no,gltd_doc_date:i.temp_doc.gltd_doc_date,gltd_cur_status:w,gltd_post_date:i.temp_doc.gltd_post_date,gltd_doc_narr:i.temp_doc.gltd_doc_narr,gltd_remarks:i.temp_doc.gltd_remarks,gltd_prepare_date:i.temp_doc.gltd_doc_date,gltd_final_doc_no:"0",gltd_verify_user:l,gltd_verify_date:i.temp_doc.gltd_doc_date,gltd_authorize_user:l,gltd_authorize_date:i.temp_doc.gltd_doc_date,gltd_paid_to:i.block1.gltd_paid_to,gltd_cheque_no:i.block1.gltd_cheque_No},d.post(_.apiUrl+"api/JVCreation/UpdateFins_temp_docs",e).then(function(e){i.msg1=e.data,!0===i.msg1?(i.prvno=i.block1.gltd_prov_doc_no,i.Revert_Insert_Fins_temp_doc_details()):!1===i.msg1?swal({title:"Alert",text:"Record Not Updated. ",width:300,height:200}):swal("Error-"+i.msg1)})):swal({text:"  please select Doc Code ",width:380})},i.cancel=function(){$("#cmb_acc_Code3").select2("val",""),i.vis.updatebtn=!1,i.vis.add_grid=!0,i.cramount=!1,i.dramount=!1,i.vis.cmb_acct=!0,i.vis.txt_acct=!1,i.ldgcd=!1,i.chkcost=!1,i.cost_combo=!1,i.block3=[],i.block3.gldd_include_vat=!1,i.block3.gldd_vat_enable=!1,"CN"==i.cmb_doc_cd.gldc_doc_code_type&&(i.vis.main_acct_grid=!1)},i.checkevaluesdebit=function(){var e;(""!=i.block3.gldd_doc_amount_debit||null!=i.block3.gldd_doc_amount_debit)&&0<parseFloat(i.block3.gldd_doc_amount_debit)?(i.block3.gldd_doc_amount_credit=0,"Y"==u&&!0===i.block3.gldd_vat_enable&&(!1===i.block3.gldd_include_vat?(e=parseFloat(i.block3.gldd_doc_amount_debit),i.block3.gldd_doc_vat_amt=parseFloat(e*parseFloat(p)/100).toFixed(2),i.block3.gldd_include_vat=!1):i.block3.gldd_doc_vat_amt=0),i.cramount=!0,i.dramount=!1):(i.block3.gldd_doc_amount_credit=0,i.cramount=!1,i.dramount=!1,i.block3.gldd_doc_vat_amt=0)},i.checkevaluescredit=function(){var e;(""!=i.block3.gldd_doc_amount_credit||null!=i.block3.gldd_doc_amount_credit)&&0<parseFloat(i.block3.gldd_doc_amount_credit)?(i.block3.gldd_doc_amount_debit=0,"Y"==u&&!0===i.block3.gldd_vat_enable&&(!1===i.block3.gldd_include_vat?(e=parseFloat(i.block3.gldd_doc_amount_credit),i.block3.gldd_doc_vat_amt=parseFloat(e*parseFloat(p)/100).toFixed(2),i.block3.gldd_include_vat=!1):i.block3.gldd_doc_vat_amt=0),i.dramount=!0,i.cramount=!1):(i.block3.gldd_doc_amount_debit=0,i.cramount=!1,i.dramount=!1,i.block3.gldd_doc_vat_amt=0)},i.chk_including_vat=function(){!1===i.block3.gldd_include_vat?0!=i.block3.gldd_doc_amount_debit?i.checkevaluesdebit():i.checkevaluescredit():i.block3.gldd_doc_vat_amt=0},i.chk_mstr_ac_dr=function(){"CN"==i.cmb_doc_cd.gldc_doc_code_type&&((""!=i.block2.gldd_doc_amount_debit||null!=i.block2.gldd_doc_amount_debit)&&0<parseFloat(i.block2.gldd_doc_amount_debit)?(i.block2.gldd_doc_amount_credit=0,i.cvalue=!0):(i.block2.gldd_doc_amount_credit=0,i.cvalue=!1),i.dvalue=!1)},i.chk_mstr_ac_cr=function(){"CN"==i.cmb_doc_cd.gldc_doc_code_type&&((""!=i.block2.gldd_doc_amount_credit||null!=i.block2.gldd_doc_amount_credit)&&0<parseFloat(i.block2.gldd_doc_amount_credit)?(i.block2.gldd_doc_amount_debit=0,i.dvalue=!0,i.cvalue=!1):(i.block2.gldd_doc_amount_debit=0,i.cvalue=!1,i.dvalue=!1))},i.JVerify_click=function(){k=!(C=!0),i.Insert_temp_docs()},i.JVAuthorize_click=function(){d.get(_.apiUrl+"api/JVCreation/GetDocReportUrl?opr=J&sub_opr=Doc_URL&comp_code="+r+"&fyear="+m+"&condition="+i.temp_doc.gltd_doc_code+"&condition1=&condition2=&condition3=&condition4=&condition5=").then(function(e){i.final_doc_url_single=e.data}),C=!(k=!0),i.Insert_temp_docs()},i.Insert_temp_docs=function(){if(""!=i.temp_doc.gltd_doc_code&&null!=i.temp_doc.gltd_doc_code)if(""==i.temp_doc.gltd_post_date||null==i.temp_doc.gltd_post_date)swal({text:"  please select Post Date ",width:380});else if(i.prdocdata.length<=0)swal({text:"  Please Add Transaction Details ",width:380});else if(i.totalDebit!=i.totalcredit)swal({text:"Debit Amount: "+i.totalDebit+"  Is Not Equal To Credit Amount: "+i.totalcredit,width:380});else if(!0!==i.temp_doc.chk_recur||"0"!=i.temp_doc.gltd_recur_period&&""!=i.temp_doc.gltd_recur_period&&null!=i.temp_doc.gltd_recur_period){var e=[];w=!0===k?"Aut":!0===C?"Verify":"Save",null==i.temp&&(i.temp=""),!0===i.temp_doc.chk_recur&&(i.chk_rcur="R");for(let e=0;e<i.prdocdata.length;e++)if(null===i.prdocdata[e].gldd_acct_code||void 0===i.prdocdata[e].gldd_acct_code||""===i.prdocdata[e].gldd_acct_code)return void swal({title:"Alert",text:" Please Add Transaction Details",width:300,height:200});var t={gltd_comp_code:r,gltd_prepare_user:l,gltd_doc_code:i.temp_doc.gltd_doc_code,gltd_doc_date:i.temp_doc.gltd_doc_date,gltd_cur_status:w,gltd_post_date:i.temp_doc.gltd_post_date,gltd_doc_narr:i.temp_doc.gltd_doc_narr,gltd_remarks:i.temp_doc.gltd_remarks,gltd_prepare_date:i.temp_doc.gltd_doc_date,gltd_final_doc_no:"0",gltd_verify_user:!0===C?l:null,gltd_verify_date:!0===C?i.temp_doc.gltd_doc_date:null,gltd_authorize_user:!0===k?l:null,gltd_authorize_date:!0===k?i.temp_doc.gltd_doc_date:null,gltd_paid_to:i.block1.gltd_paid_to,gltd_cheque_no:i.block1.gltd_cheque_No,gltd_batch_source:i.chk_rcur,gltd_payment_date:i.block1.gltd_payment_date};e.push(t),d.post(_.apiUrl+"api/BankPayment/Insert_Fins_temp_docs",e).then(function(e){i.prvno=e.data,""!=i.prvno&&null!=i.prvno?i.Insert_Fins_temp_doc_details():swal({title:"Alert",text:"Record Not inserted. "+i.prvno,width:300,height:200})})}else swal({text:"Please Enter Recurring Period",width:380});else swal({text:"  please select Doc Code ",width:380})},i.Revert_Insert_Fins_temp_doc_details=function(){var t,a=[],o=[],s=1,n=1;if("CN"!=i.cmb_doc_cd.gldc_doc_code_type)for(let e=0;e<i.prdocdata.length;e++)null===i.prdocdata[e].vat_code||void 0===i.prdocdata[e].vat_code||""===i.prdocdata[e].vat_code?("RCM"==(t={gldd_doc_narr:i.prdocdata[e].gldd_doc_narr,gldd_dept_code:i.prdocdata[e].gldd_dept_code,gldd_ledger_code:i.prdocdata[e].gldd_ledger_code,gldd_acct_code:i.prdocdata[e].gldd_acct_code,gldd_party_ref_no:i.prdocdata[e].gldd_party_ref_no,gldd_party_ref_date:i.prdocdata[e].ptyref_date,gldd_cost_center_code:i.prdocdata[e].glco_cost_centre_code,gldd_doc_amount_debit:i.prdocdata[e].gldd_doc_amount_debit,gldd_doc_amount_credit:i.prdocdata[e].gldd_doc_amount_credit,gldd_tax_code:null,gldd_tax_acct_code:null,gldd_comp_code:r,gldd_doc_code:i.temp_doc.gltd_doc_code,gldd_prov_doc_no:i.prvno,gldd_final_doc_no:"0",gldd_line_no:s,finance_year:m,gltd_post_date:i.temp_doc.gltd_post_date,gldd_trn_no:i.prdocdata[e].gldd_trn_no,gldd_PTY_name:i.prdocdata[e].gldd_PTY_name,gltd_remarks:i.prdocdata[e].gltd_remarks,gldd_state_code:i.prdocdata[e].gldd_state_code}).gldd_tax_code&&(0==t.gldd_doc_amount_debit?(t.gldd_tax_amount=t.gldd_doc_amount_credit/(1+t.gldd_tax_percentage/100),t.gldd_tax_amount=t.gldd_tax_amount*t.gldd_tax_percentage/100):0==t.gldd_doc_amount_credit&&(t.gldd_tax_amount=t.gldd_doc_amount_debit/(1+t.gldd_tax_percentage/100),t.gldd_tax_amount=t.gldd_tax_amount*t.gldd_tax_percentage/100)),s++,a.push(t)):("RCM"==(t={gldd_doc_narr:i.prdocdata[e].gldd_doc_narr,gldd_dept_code:i.prdocdata[e].gldd_dept_code,gldd_ledger_code:i.prdocdata[e].gldd_ledger_code,gldd_acct_code:i.prdocdata[e].gldd_acct_code,gldd_party_ref_no:i.prdocdata[e].gldd_party_ref_no,gldd_party_ref_date:i.prdocdata[e].ptyref_date,gldd_cost_center_code:i.prdocdata[e].glco_cost_centre_code,gldd_doc_amount_debit:i.prdocdata[e].gldd_doc_amount_debit,gldd_doc_amount_credit:i.prdocdata[e].gldd_doc_amount_credit,gldd_tax_code:i.prdocdata[e].vat_code,gldd_tax_acct_code:i.prdocdata[e].vat_invoice_acno,gldd_tax_percentage:i.prdocdata[e].vat_per_value,gldd_tax_amount:i.prdocdata[e].gldd_tax_amount,gldd_comp_code:r,gldd_doc_code:i.temp_doc.gltd_doc_code,gldd_prov_doc_no:i.prvno,gldd_final_doc_no:"0",gldd_line_no:s,finance_year:m,gltd_post_date:i.temp_doc.gltd_post_date,gldd_trn_no:i.prdocdata[e].gldd_trn_no,gldd_PTY_name:i.prdocdata[e].gldd_PTY_name,gltd_remarks:i.prdocdata[e].gltd_remarks,gldd_state_code:i.prdocdata[e].gldd_state_code}).gldd_tax_code&&(0==t.gldd_doc_amount_debit?(t.gldd_tax_amount=t.gldd_doc_amount_credit/(1+t.gldd_tax_percentage/100),t.gldd_tax_amount=t.gldd_tax_amount*t.gldd_tax_percentage/100):0==t.gldd_doc_amount_credit&&(t.gldd_tax_amount=t.gldd_doc_amount_debit/(1+t.gldd_tax_percentage/100),t.gldd_tax_amount=t.gldd_tax_amount*t.gldd_tax_percentage/100)),s++,a.push(t));for(let e=0;e<a.length&&null!==a[e].gldd_tax_code;e++);a=a.filter(function(e){return e.gldd_acct_code!=e.gldd_tax_acct_code});const e=JSON.parse(JSON.stringify(a));e.forEach((a,o)=>{a.gldd_tax_acct_code&&e.forEach((e,t)=>{o!==t&&a.gldd_acct_code===e.gldd_tax_acct_code&&(a.gldd_tax_amount=(parseFloat(e.gldd_doc_amount_debit)+parseFloat(e.gldd_doc_amount_credit)).toFixed(i.decimal_dsc))})}),a=e,d.post(_.apiUrl+"api/BankPayment/Insert_JV_Fins_temp_doc_details_vatFin",a).then(function(e){if(i.msg1=e.data,""!=i.prvno&&!0===i.msg1){if(!0===i.vis.update){if(swal({title:"Alert",text:"Document Updated Successfully\nProvision No.:"+i.temp_doc.gltd_doc_code+"-"+i.prvno,width:300,height:200}),0<i.doc_detail_data.length){for(var t=0;t<i.doc_detail_data.length;t++){var a={gltd_remarks:i.doc_detail_data[t].gltd_remarks,gltd_doc_type:i.doc_detail_data[t].gltd_doc_type,gltd_doc_no:i.doc_detail_data[t].gltd_doc_no,gldd_doc_amount_debit:i.doc_detail_data[t].gldd_doc_amount_debit,gldd_doc_amount_credit:i.doc_detail_data[t].gldd_doc_amount_credit,gltd_comp_code:i.doc_detail_data[t].gltd_comp_code,gltd_doc_code:i.temp_doc.gltd_doc_code,gltd_prov_doc_no:i.prvno,gldd_final_doc_no:"0",gltd_attribute1:i.doc_detail_data[t].gltd_attribute1,gltd_doc_line_no:n};n++,o.push(a)}d.post(_.apiUrl+"api/JVCreation/Insert_JV_document_details",o).then(function(e){i.chk_msg=e.data})}}else{if(0<i.doc_detail_data.length){for(t=0;t<i.doc_detail_data.length;t++){a={gltd_remarks:i.doc_detail_data[t].gltd_remarks,gltd_doc_type:i.doc_detail_data[t].gltd_doc_type,gltd_doc_no:i.doc_detail_data[t].gltd_doc_no,gldd_doc_amount_debit:i.doc_detail_data[t].gldd_doc_amount_debit,gldd_doc_amount_credit:i.doc_detail_data[t].gldd_doc_amount_credit,gltd_comp_code:i.doc_detail_data[t].gltd_comp_code,gltd_doc_code:i.temp_doc.gltd_doc_code,gltd_prov_doc_no:i.prvno,gldd_final_doc_no:"0",gltd_attribute1:i.doc_detail_data[t].gltd_attribute1,gltd_doc_line_no:n};n++,o.push(a)}d.post(_.apiUrl+"api/JVCreation/Insert_JV_document_details",o).then(function(e){i.chk_msg=e.data})}if(!0!==i.temp_doc.chk_recur||null==i.temp_doc.gltd_doc_code||null==i.prvno&&""==i.prvno)if(!0===k)d.post(_.apiUrl+"api/BankPayment/Authorize_Posting?comp_code="+r+"&doc_code="+i.temp_doc.gltd_doc_code+"&prv_no="+i.prvno+"&auth_user="+l+"&auth_date="+i.temp_doc.gltd_doc_date).then(function(e){i.Docno=e.data,""!=i.Docno?(swal({title:"Alert",text:"Voucher Posted Successfully\nFinal Doc No.: "+i.Docno,width:300,height:200}),e={location:i.final_doc_url_single,parameter:{comp_detail:r,doc_code:i.temp_doc.gltd_doc_code,doc_no:i.Docno},state:"main.Fin150"},window.localStorage.ReportDetails=JSON.stringify(e),goToState("main.ReportCardParameter")):swal({title:"Alert",text:"Posting Failed...!\nDocument Created Successfully\nProvision No.: "+i.temp_doc.gltd_doc_code+"-"+i.prvno,width:300,height:200})});else{if(!0===C)return swal({title:"Alert",text:"Document Verified Successfully\nProvision No.:"+i.temp_doc.gltd_doc_code+"-"+i.prvno,width:300,height:200}),void i.clear();swal({title:"Alert",text:"Document Created Successfully\nProvision No.:"+i.temp_doc.gltd_doc_code+"-"+i.prvno,width:300,height:200})}else d.post(_.apiUrl+"api/JVCreation/Recurring_Fins_temp_doc_details?comp_cd="+r+"&doccd="+i.temp_doc.gltd_doc_code+"&prv_no="+i.prvno+"&recur_period="+i.temp_doc.gltd_recur_period+"&recur_days="+i.temp_doc.gltd_recur_period_days).then(function(e){i.msg1=e.data,!0===i.msg1?!0===k?d.post(_.apiUrl+"api/BankPayment/Authorize_Posting?comp_code="+r+"&doc_code="+i.temp_doc.gltd_doc_code+"&prv_no="+i.prvno+"&auth_user="+l+"&auth_date="+i.temp_doc.gltd_doc_date).then(function(e){i.Docno=e.data,""!=i.Docno?(swal({title:"Alert",text:"Voucher Posted Successfully\nFinal Doc No.: "+i.Docno,width:300,height:200}),e={location:i.final_doc_url_single,parameter:{comp_detail:r,doc_code:i.temp_doc.gltd_doc_code,doc_no:i.Docno},state:"main.Fin150"},window.localStorage.ReportDetails=JSON.stringify(e),goToState("main.ReportCardParameter")):swal({title:"Alert",text:"Posting Failed...!\nDocument Created Successfully\nProvision No.: "+i.temp_doc.gltd_doc_code+"-"+i.prvno,width:300,height:200})}):!0===C?(swal({title:"Alert",text:"Document Verified Successfully\nProvision No.:"+i.temp_doc.gltd_doc_code+"-"+i.prvno,width:300,height:200}),i.clear()):swal({title:"Alert",text:"Document Created Successfully\nProvision No.:"+i.temp_doc.gltd_doc_code+"-"+i.prvno,width:300,height:200}):swal({title:"Alert",text:"All Document Not Created Successfully\nProvision No.:"+i.temp_doc.gltd_doc_code+"-"+i.prvno,width:300,height:200})})}!0!==k&&(i.vis.ok=!1,i.checkprintbtn=!0,i.vis.update=!1,i.vis.SendToVerify=!0,i.vis.autoriz=!1,i.vis.very=!1)}else swal({title:"Alert",text:"Record Not inserted in doc details. ",width:300,height:200})})},i.Insert_Fins_temp_doc_details=function(){for(var e=[],o=[],t=1,s=1,a=0;a<i.prdocdata.length;a++){var n={gldd_doc_narr:i.prdocdata[a].gldd_doc_narr,gldd_dept_code:i.prdocdata[a].gldd_dept_code,gldd_ledger_code:i.prdocdata[a].gldd_ledger_code,gldd_acct_code:i.prdocdata[a].gldd_acct_code,gldd_party_ref_no:i.prdocdata[a].gldd_party_ref_no,gldd_party_ref_date:i.prdocdata[a].ptyref_date,gldd_cost_center_code:i.prdocdata[a].glco_cost_centre_code,gldd_doc_amount_debit:i.prdocdata[a].gldd_doc_amount_debit,gldd_doc_amount_credit:i.prdocdata[a].gldd_doc_amount_credit,gldd_comp_code:i.prdocdata[a].gldd_comp_code,gldd_doc_code:i.temp_doc.gltd_doc_code,gldd_prov_doc_no:i.prvno,gldd_final_doc_no:"0",gldd_line_no:t};t++,e.push(n)}d.post(_.apiUrl+"api/BankPayment/Insert_JV_Fins_temp_doc_details",e).then(function(e){if(i.msg1=e.data,""!=i.prvno&&!0===i.msg1){if(!0===i.vis.update){if(swal({title:"Alert",text:"Document Updated Successfully\nProvision No.:"+i.temp_doc.gltd_doc_code+"-"+i.prvno,width:300,height:200}),0<i.doc_detail_data.length){for(var t=0;t<i.doc_detail_data.length;t++){var a={gltd_remarks:i.doc_detail_data[t].gltd_remarks,gltd_doc_type:i.doc_detail_data[t].gltd_doc_type,gltd_doc_no:i.doc_detail_data[t].gltd_doc_no,gldd_doc_amount_debit:i.doc_detail_data[t].gldd_doc_amount_debit,gldd_doc_amount_credit:i.doc_detail_data[t].gldd_doc_amount_credit,gltd_comp_code:i.doc_detail_data[t].gltd_comp_code,gltd_doc_code:i.temp_doc.gltd_doc_code,gltd_prov_doc_no:i.prvno,gldd_final_doc_no:"0",gltd_attribute1:i.doc_detail_data[t].gltd_attribute1,gltd_doc_line_no:s};s++,o.push(a)}d.post(_.apiUrl+"api/JVCreation/Insert_JV_document_details",o).then(function(e){i.chk_msg=e.data})}}else{if(0<i.doc_detail_data.length){for(t=0;t<i.doc_detail_data.length;t++){a={gltd_remarks:i.doc_detail_data[t].gltd_remarks,gltd_doc_type:i.doc_detail_data[t].gltd_doc_type,gltd_doc_no:i.doc_detail_data[t].gltd_doc_no,gldd_doc_amount_debit:i.doc_detail_data[t].gldd_doc_amount_debit,gldd_doc_amount_credit:i.doc_detail_data[t].gldd_doc_amount_credit,gltd_comp_code:i.doc_detail_data[t].gltd_comp_code,gltd_doc_code:i.temp_doc.gltd_doc_code,gltd_prov_doc_no:i.prvno,gldd_final_doc_no:"0",gltd_attribute1:i.doc_detail_data[t].gltd_attribute1,gltd_doc_line_no:s};s++,o.push(a)}d.post(_.apiUrl+"api/JVCreation/Insert_JV_document_details",o).then(function(e){i.chk_msg=e.data})}if(!0!==i.temp_doc.chk_recur||null==i.temp_doc.gltd_doc_code||null==i.prvno&&""==i.prvno)if(!0===k)d.post(_.apiUrl+"api/BankPayment/Authorize_Posting?comp_code="+r+"&doc_code="+i.temp_doc.gltd_doc_code+"&prv_no="+i.prvno+"&auth_user="+l+"&auth_date="+i.temp_doc.gltd_doc_date).then(function(e){i.Docno=e.data,""!=i.Docno?(swal({title:"Alert",text:"Voucher Posted Successfully\nFinal Doc No.: "+i.Docno,width:300,height:200}),e={location:i.final_doc_url_single,parameter:{comp_detail:r,doc_code:i.temp_doc.gltd_doc_code,doc_no:i.Docno},state:"main.Fin150"},window.localStorage.ReportDetails=JSON.stringify(e),goToState("main.ReportCardParameter")):swal({title:"Alert",text:"Posting Failed...!\nDocument Created Successfully\nProvision No.: "+i.temp_doc.gltd_doc_code+"-"+i.prvno,width:300,height:200})});else{if(!0===C)return swal({title:"Alert",text:"Document Verified Successfully\nProvision No.:"+i.temp_doc.gltd_doc_code+"-"+i.prvno,width:300,height:200}),void i.clear();swal({title:"Alert",text:"Document Created Successfully\nProvision No.:"+i.temp_doc.gltd_doc_code+"-"+i.prvno,width:300,height:200})}else d.post(_.apiUrl+"api/JVCreation/Recurring_Fins_temp_doc_details?comp_cd="+r+"&doccd="+i.temp_doc.gltd_doc_code+"&prv_no="+i.prvno+"&recur_period="+i.temp_doc.gltd_recur_period+"&recur_days="+i.temp_doc.gltd_recur_period_days).then(function(e){i.msg1=e.data,!0===i.msg1?!0===k?d.post(_.apiUrl+"api/BankPayment/Authorize_Posting?comp_code="+r+"&doc_code="+i.temp_doc.gltd_doc_code+"&prv_no="+i.prvno+"&auth_user="+l+"&auth_date="+i.temp_doc.gltd_doc_date).then(function(e){i.Docno=e.data,""!=i.Docno?(swal({title:"Alert",text:"Voucher Posted Successfully\nFinal Doc No.: "+i.Docno,width:300,height:200}),e={location:i.final_doc_url_single,parameter:{comp_detail:r,doc_code:i.temp_doc.gltd_doc_code,doc_no:i.Docno},state:"main.Fin150"},window.localStorage.ReportDetails=JSON.stringify(e),goToState("main.ReportCardParameter")):swal({title:"Alert",text:"Posting Failed...!\nDocument Created Successfully\nProvision No.: "+i.temp_doc.gltd_doc_code+"-"+i.prvno,width:300,height:200})}):!0===C?(swal({title:"Alert",text:"Document Verified Successfully\nProvision No.:"+i.temp_doc.gltd_doc_code+"-"+i.prvno,width:300,height:200}),i.clear()):swal({title:"Alert",text:"Document Created Successfully\nProvision No.:"+i.temp_doc.gltd_doc_code+"-"+i.prvno,width:300,height:200}):swal({title:"Alert",text:"All Document Not Created Successfully\nProvision No.:"+i.temp_doc.gltd_doc_code+"-"+i.prvno,width:300,height:200})})}!0!==k&&(i.vis.ok=!1,i.checkprintbtn=!0,i.vis.update=!1,i.vis.SendToVerify=!0,i.vis.autoriz=!1,i.vis.very=!1)}else swal({title:"Alert",text:"Record Not inserted in doc details. ",width:300,height:200})})},i.UpdateVerify=function(){var e;null!=i.block1.gltd_doc_code&&null!=i.block1.gltd_prov_doc_no?""==i.temp_doc.gltd_doc_code&&null==i.temp_doc.gltd_doc_code?swal({text:"Voucher Data Not Loaded",width:380}):i.prdocdata.length<=0?swal({text:"  Please Add Transaction Details ",width:380}):(e={gltd_comp_code:r,gltd_doc_code:i.block1.gltd_doc_code,gltd_prov_doc_no:i.block1.gltd_prov_doc_no,gltd_verify_date:f+"-"+y+"-"+b},d.post(_.apiUrl+"api/JVCreation/UpdateFins_temp_docs_current_status_sendtoverify",e).then(function(e){i.msg1=e.data,!0===i.msg1?swal({title:"Alert",text:"Document Verified Successfully",width:300,height:200}):swal({title:"Alert",text:"Document Not Verified Successfully. ",width:300,height:200})})):null!=i.temp_doc.gltd_doc_code&&null!=i.prvno&&(e={gltd_comp_code:r,gltd_doc_code:i.temp_doc.gltd_doc_code,gltd_prov_doc_no:i.prvno,gltd_verify_date:f+"-"+y+"-"+b},d.post(_.apiUrl+"api/JVCreation/UpdateFins_temp_docs_current_status_sendtoverify",e).then(function(e){i.msg1=e.data,!0===i.msg1?swal({title:"Alert",text:"Document Verified Successfully",width:300,height:200}):swal({title:"Alert",text:"Document Not Verified Successfully. ",width:300,height:200})}))},i.Verify_data=function(){for(var e,t=[],a=0,o=0,s=0;s<i.verify_data.length;s++)!0!==i.verify_data[s].gltd_verify&&!0!==i.verify_data[s].gltd_revert||(!0===i.verify_data[s].gltd_verify?a+=1:!0===i.verify_data[s].gltd_revert&&(o+=1),e={gltd_comp_code:i.verify_data[s].gltd_comp_code,gltd_doc_code:i.verify_data[s].gltd_doc_code,gltd_prov_doc_no:i.verify_data[s].gltd_prov_doc_no,gltd_verify:i.verify_data[s].gltd_verify,gltd_revert:i.verify_data[s].gltd_revert,gltd_verify_user:l,gltd_verify_date:f+"-"+y+"-"+b},t.push(e));d.post(_.apiUrl+"api/JVCreation/UpdateFinn140_temp_docs",t).then(function(e){i.msg1=e.data,!0===i.msg1&&0<a?(swal({title:"Alert",text:"Verified Successfully",width:300,height:200}),i.Verify()):!0===i.msg1&&0<o?(swal({title:"Alert",text:"Reverted Successfully",width:300,height:200}),i.Verify()):swal({title:"Alert",text:"Documents Not Verified. ",width:300,height:200})})},i.Authorize_click=function(){var e=[],a=0,t=0;i.doc_cd_prov_no="";for(var o,s=0;s<i.Authorize_data.length;s++)!0!==i.Authorize_data[s].gltd_authorize&&!0!==i.Authorize_data[s].gltd_verify||(!0===i.Authorize_data[s].gltd_authorize?a+=1:!0===i.Authorize_data[s].gltd_verify&&(t+=1),o={gltd_comp_code:i.Authorize_data[s].gltd_comp_code,gltd_doc_code:i.Authorize_data[s].gltd_doc_code,gltd_prov_doc_no:i.Authorize_data[s].gltd_prov_doc_no,gltd_verify:i.Authorize_data[s].gltd_verify,gltd_authorize:i.Authorize_data[s].gltd_authorize,gltd_authorize_user:l,gltd_authorize_date:f+"-"+y+"-"+b},e.push(o),!0===i.Authorize_data[s].gltd_authorize&&(i.doc_cd_prov_no=i.doc_cd_prov_no+i.Authorize_data[s].gltd_doc_code+i.Authorize_data[s].gltd_prov_doc_no+","),d.get(_.apiUrl+"api/JVCreation/GetDocReportUrl?opr=J&sub_opr=Doc_URL&comp_code="+r+"&fyear="+m+"&condition="+i.Authorize_data[s].gltd_doc_code+"&condition1=&condition2=&condition3=&condition4=&condition5=").then(function(e){i.final_doc_url_single=e.data}));d.post(_.apiUrl+"api/JVCreation/UpdateFinn142_temp_docs",e).then(function(e){i.msg1=e.data,!0===i.msg1&&0<a?(swal({title:"Alert",text:"Authorized Successfully",width:300,height:200}),$("#vouchermodal").modal("show"),i.voucher_report_show=!1,d.get(_.apiUrl+"api/JVCreation/Getdoc_cd_prov_no?doc_prov_no="+i.doc_cd_prov_no+"&comp_code="+r).then(function(e){i.doc_cd_final_doc_no=e.data,i.doc_cd_doc_code=i.doc_cd_final_doc_no.substr(0,2),i.doc_cd_doc_no=i.doc_cd_final_doc_no.substr(2,9),e=1==a?{location:i.final_doc_url_single,parameter:{comp_detail:r,doc_code:i.doc_cd_doc_code,doc_no:i.doc_cd_doc_no},state:"main.Fin150"}:{location:i.final_doc_url,parameter:{comp_detail:r,doc:i.doc_cd_final_doc_no},state:"main.Fin150"},window.localStorage.ReportDetails=JSON.stringify(e);try{i.rpt=JSON.parse(window.localStorage.ReportDetails),i.location=i.rpt.location,i.parameter=i.rpt.parameter,i.state=i.rpt.state}catch(e){}var e="SimsReports."+i.location+",SimsReports",t=c.GetRpt_url();i.parameters={},$("#reportViewer2").telerik_ReportViewer({serviceUrl:t,viewMode:telerikReportViewer.ViewModes.INTERACTIVE,scaleMode:telerikReportViewer.ScaleModes.SPECIFIC,scale:1,ready:function(){this.refreshReport()}}),$("#reportViewer2").data("telerik_ReportViewer").reportSource({report:e,parameters:i.parameter}),setInterval(function(){$("#k-item k-state-default k-state-disabled").css({display:"block"}),$(".trv-report-viewer input[type=number]").css({"min-height":"0px"})},1e3),n(function(){$("#k-item k-state-default k-state-disabled").css({display:"block"}),$(".trv-report-viewer input[type=number]").css({"min-height":"0px"})},100)}),i.Authorize()):!0===i.msg1&&0<t?(swal({title:"Alert",text:"Reverted Successfully",width:300,height:200}),i.Authorize()):!1===i.msg1&&0<t?(swal({title:"Alert",text:"Documents Not Reverted",width:300,height:200}),i.Authorize()):swal({title:"Alert",text:"Documents Not Authorized. ",width:300,height:200})})},i.coad_pty_full_name=i.selectedText,i.JVCreates=[],i.Delete_Grid=function(e,t,a,o){i.totalDebit=parseFloat(parseFloat(i.totalDebit)-parseFloat(o.gldd_doc_amount_debit)).toFixed(3),i.totalcredit=parseFloat(parseFloat(i.totalcredit)-parseFloat(o.gldd_doc_amount_credit)).toFixed(3),e.splice(a,1)};f=(t=new Date).getDate(),(y=t.getMonth()+1)<10&&(y="0"+y),b=t.getFullYear();i.sdate=f+"-"+y+"-"+b,i.edate=f+"-"+y+"-"+b,i.temp_doc={gltd_doc_date:f+"-"+y+"-"+b,gltd_post_date:f+"-"+y+"-"+b,ChequeDate:f+"-"+y+"-"+b},i.myFunct=function(e){13==e.which&&(i.temp_doc.gltd_post_date=f+"-"+y+"-"+b)},i.myFunct1=function(e){13==e.which&&(i.temp.ChequeDate=f+"-"+y+"-"+b)},$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0,format:"dd-mm-yyyy"}),$(document).on("touch click",'*[data-datepicker="true"] .add-on',function(e){$('input[type="text"]',$(this).parent()).focus()}),i.FilterCode=function(){if(!0===i.block1.chk_previous_clear)for(var e=0;e<i.verify_data.length;e++)i.verify_data[e].gltd_revert=!1,i.verify_data[e].gltd_verify=!1;if("Select Verify Records"==i.edt.SelectOption)for(e=0;e<i.edt.txt_filter_range;e++)i.verify_data[e].gltd_verify=!0,i.verify_data[e].gltd_revert=!1;else if("Select Revert Records"==i.edt.SelectOption)for(e=0;e<i.edt.txt_filter_range;e++)i.verify_data[e].gltd_revert=!0,i.verify_data[e].gltd_verify=!1},i.FilterCode_aut=function(){if(!0===i.block1.chk_previous_clear_aut)for(var e=0;e<i.Authorize_data.length;e++)i.Authorize_data[e].gltd_authorize=!1,i.Authorize_data[e].gltd_verify=!1;if("Select Revert Records"==i.edt.SelectOption_aut)for(e=0;e<i.edt.txt_filter_range_aut;e++)i.Authorize_data[e].gltd_verify=!0,i.Authorize_data[e].gltd_authorize=!1;else if("Select Authorize Records"==i.edt.SelectOption_aut)for(e=0;e<i.edt.txt_filter_range_aut;e++)i.Authorize_data[e].gltd_authorize=!0,i.Authorize_data[e].gltd_verify=!1},i.docCode1,i.provNo1,i.backModal=function(){i.report_show=!0},i.closemodal=function(){i.report_show=!0},i.report_show=!0,i.CheckPrintReport=function(){$("#feemodal").modal({backdrop:"static",keyboard:!1}),i.report_show=!1;var e={location:i.prov_doc_url,parameter:{comp_detail:r,doc_code:i.docCode1,doc_no:i.provNo1},state:"main.Fin150",ready:function(){this.refreshReport()}};window.localStorage.ReportDetails=JSON.stringify(e);try{i.rpt=JSON.parse(window.localStorage.ReportDetails),i.location=i.rpt.location,i.parameter=i.rpt.parameter,i.state=i.rpt.state}catch(e){}var e="SimsReports."+i.location+",SimsReports",t=c.GetRpt_url();i.parameters={},$("#reportViewer3").telerik_ReportViewer({serviceUrl:t,viewMode:telerikReportViewer.ViewModes.INTERACTIVE,scaleMode:telerikReportViewer.ScaleModes.SPECIFIC,scale:1,ready:function(){this.refreshReport()}}),$("#reportViewer3").data("telerik_ReportViewer").reportSource({report:e,parameters:i.parameter}),setInterval(function(){$("#k-item k-state-default k-state-disabled").css({display:"block"}),$(".trv-report-viewer input[type=number]").css({"min-height":"0px"})},1e3),n(function(){$("#k-item k-state-default k-state-disabled").css({display:"block"}),$(".trv-report-viewer input[type=number]").css({"min-height":"0px"})},100)},i.PrintReport=function(){var e={location:i.prov_doc_url,parameter:{comp_detail:r,doc_code:i.temp_doc.gltd_doc_code,doc_no:i.prvno},state:"main.Fin150"};window.localStorage.ReportDetails=JSON.stringify(e),goToState("main.ReportCardParameter")},i.showImgUrls=!0,i.Fetchdata=function(e,t,a){i.docCode1=t,i.provNo1=a,$("#myModal4").modal("show"),d.get(_.apiUrl+"api/JVCreation/getAllRecords?doccode="+t+"&prnumber="+a+"&comp_code="+e).then(function(e){i.prdocdata=e.data,i.block1=[],i.totalDebit=0;for(var t=i.totalcredit=0;t<i.prdocdata.length;t++)0==t&&(i.temp_doc.gltd_comp_code=i.prdocdata[t].gltd_comp_code,i.temp_doc.gltd_doc_code=i.prdocdata[t].gltd_doc_code,i.temp_doc.gldc_doc_short_name=i.prdocdata[t].gldc_doc_short_name,i.temp_doc.gltd_doc_narr=i.prdocdata[t].gltd_doc_narr,i.temp_doc.gltd_remarks=i.prdocdata[t].gltd_remarks,i.temp_doc.gltd_doc_date=i.prdocdata[t].gltd_doc_date,i.temp_doc.gltd_post_date=i.prdocdata[t].gltd_post_date,i.temp_doc.gltd_prov_doc_no=a,i.temp_doc.gldu_authorize=i.prdocdata[t].gldu_authorize,i.temp_doc.gldu_verify=i.prdocdata[t].gldu_verify,i.temp_doc.gltd_authorize_date=i.prdocdata[t].gltd_authorize_date,i.temp_doc.gltd_verify_date=i.prdocdata[t].gltd_verify_date),i.cost=i.cost||""!=i.prdocdata[t].gldd_cost_center_code||""!=i.prdocdata[t].gldd_cost_center_code,i.totalDebit=parseFloat(parseFloat(i.totalDebit)+parseFloat(i.prdocdata[t].gldd_doc_amount_debit)).toFixed(3),i.totalcredit=parseFloat(parseFloat(i.totalcredit)+parseFloat(i.prdocdata[t].gldd_doc_amount_credit)).toFixed(3)}),d.get(_.apiUrl+"api/JVCreation/GetDocument_Details_DPS?doccode="+t+"&prnumber="+a+"&comp_code="+e).then(function(e){i.doc_detail_data=e.data,0<i.doc_detail_data.length?(i.temp.temp_chk_doc_details=!0,i.showImgUrls=!0,i.chk_doc_details()):i.showImgUrls=!1})},i.viewDoc=function(e){i.url=_.docUrl+d.defaults.headers.common.schoolId+"/Images/UploadedFiles/",window.open(i.url+e)},i.closeOpenModal=function(e,t,a){i.docCode1=t,i.provNo1=a,$("#myModal4").modal("hide")},d.get(_.apiUrl+"api/StudentFee/getDecimalPlaces").then(function(e){i.decimal_degit=e.data,i.decimal_dsc=i.decimal_degit[0].comp_curcy_dec}),i.getRemark=function(){i.DocNarr=[],d.get(_.apiUrl+"api/JVCreation/getDoc_Remarks?&cmp_cd="+r+"&fyear="+m+"&doc_code="+i.temp_doc.gltd_doc_code+"&remark_type=JV_Create").then(function(e){if(i.DocNarration=e.data,0<i.DocNarration.length)for(var t=0;t<i.DocNarration.length;t++)i.DocNarr.push(i.DocNarration[t].gdn_doc_narration)})},i.complete=function(){$("#DocNarration").autocomplete({source:i.DocNarr})},i.check_post_date=function(){null==i.temp_doc.gltd_post_date&&""==i.temp_doc.gltd_post_date||d.get(_.apiUrl+"api/JVCreation/Get_Check_Postdate?post_date="+i.temp_doc.gltd_post_date+"&comp_cd="+r+"&fyear="+m).then(function(e){i.msg=e.data,""!=i.msg?(swal({title:"Alert",text:i.msg,width:300,height:200}),i.vis.ok=!1,i.vis.autoriz=!1,i.vis.very=!1):0!=i.users.length&&(i.users[0]==l&&i.users[1]==l?(i.vis.ok=!0,i.vis.autoriz=!0,i.vis.very=!0):i.users[0]!=l||""!=i.users[1]&&i.users[1]==l?(i.vis.ok=!0,i.vis.autoriz=!1,i.vis.very=!1):(i.vis.ok=!0,i.vis.autoriz=!1,i.vis.very=!0))})},d.get(_.apiUrl+"api/JVCreation/Getdocument_type").then(function(e){i.document_type=e.data}),i.getDoc_type_name=function(e){for(var t=0;t<i.document_type.length;t++)i.document_type[t].gltd_doc_type==i.block4.gltd_doc_type&&(i.block4.gltd_doc_type_name=i.document_type[t].gltd_doc_type_name)},i.AddDocumenDetailtGrid=function(){""!=i.block4.gltd_doc_type&&null!=i.block4.gltd_doc_type&&""!=i.block4.gltd_doc_no&&null!=i.block4.gltd_doc_no?(i.url=_.docUrl+d.defaults.headers.common.schoolId+"/Images/UploadedFiles/",i.gltd_attribute1=i.url+i.gltd_attr1,i.doc_detail_data.push({gltd_comp_code:r,gltd_doc_type:i.block4.gltd_doc_type,gltd_doc_type_name:i.block4.gltd_doc_type_name,gltd_doc_no:i.block4.gltd_doc_no,gltd_remarks:i.block4.gltd_remarks,gldd_doc_amount_debit:i.block4.gldd_doc_amount_debit,gltd_attribute1:i.gltd_attr1}),i.block4="",i.sims_invoice_image1="",i.gltd_attribute1=""):swal({title:"Alert",text:"Please select Doc Type  & Doc Number",showCloseButton:!0,width:380})},i.downPdf=function(e){e=_.docUrl+d.defaults.headers.common.schoolId+"/Images/UploadedFiles/"+e;window.open(e,"_new")},i.Doc_detailCancel=function(){i.block4=""},i.DOC_update_grid=function(e){i.block4=JSON.parse(JSON.stringify(e)),i.temp1obj=e,i.Doc_add=!1,i.Doc_update=!0},i.Delete_doc_Grid=function(e,t,a,o){e.splice(a,1)},i.chk_doc_details=function(){var e=i.temp.temp_chk_doc_details;!(i.block4="")===e?(i.doc_data=!0,i.Doc_table=!0,i.doc_type_combo=!0,i.doc_type_input=!0,i.Doc_add=!0,i.Doc_update=!1):(i.doc_data=!1,i.Doc_table=!1,i.doc_type_combo=!1,i.doc_type_input=!1)},i.file_changed=function(e,t){var a=e.files[0].name.split(".")[0];i.photofile=e.files[0];["application/pdf","application/vnd.ms-excel","application/vnd.openxmlformats-officedocument.spreadsheetml.sheet","text/plain","application/vnd.openxmlformats-officedocument.presentationml.presentation","application/vnd.openxmlformats-officedocument.wordprocessingml.document","application/vnd.ms-powerpoint","image/jpeg","image/png","image/jpg","message/rfc822","application/vnd.ms-outlook","application/octet-stream","","octet-stream","msg","application/vnd.ms-office","application/vnd.openxmlformats-officedocument","application/vnd.ms-excel.sheet.macroEnabled.12","application/x-msexcel"].includes(i.photofile.type)?10485760<i.photofile.size?(swal("","File size limit not exceed upto 10MB."),i.sims_invoice_image1="",i.gltd_attribute1=""):($("#loader").modal({backdrop:"static",keyboard:!1}),v=i.photofile.type,i.gltd_attr1=a+"."+v.split("/")[1],v=v.replace(v,a),(e=new FileReader).onload=function(e){i.$apply(function(){i.sims_invoice_image1=e.target.result})},e.readAsDataURL(i.photofile),a={method:"POST",url:_.apiUrl+"api/file/upload?filename="+v+"&location=/UploadedFiles",data:o,headers:{"Content-Type":void 0}},d(a).success(function(e){_.AWS.includes(d.defaults.headers.common.schoolId)&&(e=e.substring(e.lastIndexOf("/")+1)),i.gltd_attr1=e,$("#loader").modal("hide"),$(".modal-backdrop").removeClass("modal-backdrop")},function(){alert("Err")})):($("#loader").modal("hide"),$(".modal-backdrop").removeClass("modal-backdrop"),swal("","Invalid File Type."),i.sims_invoice_image1="",i.gltd_attribute1="")},i.getTheFiles=function(e){angular.forEach(e,function(e,t){o.append(t,e)})},i.Doc_UpdateMasterDataInGrid=function(){if(i.temp1_obj=i.block4,""!=i.block4.gltd_doc_type&&null!=i.block4.gltd_doc_type&&""!=i.block4.gltd_doc_no&&null!=i.block4.gltd_doc_no)for(var e=0;e<i.doc_detail_data.length;e++)i.doc_detail_data[e].$$hashKey==i.temp1obj.$$hashKey&&(i.url=_.docUrl+"sis/Images/UploadedFiles/",i.gltd_attribute1=i.url+i.gltd_attr1,i.doc_detail_data[e].gltd_remarks=i.block4.gltd_remarks,i.doc_detail_data[e].gltd_doc_no=i.block4.gltd_doc_no,i.doc_detail_data[e].gldd_doc_amount_debit=i.block4.gldd_doc_amount_debit,i.doc_detail_data[e].gltd_attribute1=i.gltd_attr1);i.Doc_add=!0,i.Doc_update=!1,i.block4="",i.sims_invoice_image1="",i.gltd_attribute1=""},i.getBudgetvalue=function(e,t){d.get(_.apiUrl+"api/JVCreation/getBudgetvalue?aacno="+t+"&comp_cd="+r+"&fyear="+m+"&ledger_cd="+e).then(function(e){i.cost_center=e.data,i.block3.gldd_budget_amt=i.cost_center[0].slpr_bud_amt})},i.UploadVoucher=function(){e.go("main.UplBdg1"),i.vis.main=!1}}])}(),function(){"use strict";var e=angular.module("sims.module.Finance");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("GLQueryBloomCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV","AuthenticationService","$q",function(n,e,t,o,a,s,i,d,c){n.pageindex="0",n.currentPage="1",n.numPerPage="20",n.temptotal="0",n.temptotal1="0",n.pager=!0,n.pagesize="20";t.globals.currentUser.username;n.tble_show=!1,n.print_pdf=!1,n.loadata=!1,n.viewallrecords=!1,n.trans_datafinal=[],n.test1=[],n.finnDetail=JSON.parse(window.localStorage.Finn_comp);var l=new Date,r=l.getDate(),m=l.getMonth()+1,r=(l.getFullYear(),(l=new Date).getDate());t.globals.currentUser.username;r<10&&(r="0"+r);(m=l.getMonth()+1)<10&&(m="0"+m);var t=l.getFullYear(),p=(n.sdate=r+"-"+m+"-"+t,n.edate=r+"-"+m+"-"+t,n.from_date=r+"-"+m+"-"+t,n.mom_end_date=r+"-"+m+"-"+t,n.finnDetail.company),u=n.finnDetail.year;n.cost_combo=!1,n.block1={},n.temp=[],n.show_table_header=!1,n.not_iis=!0,n.iis=!1,"iisqatar"!=s.defaults.headers.common.schoolId&&"IISQATAR"!=s.defaults.headers.common.schoolId||(n.not_iis=!1,n.iis=!0),setTimeout(function(){$("#cmb_acc_Code3").select2(),$("#cmb_date_opt").select2()},100),o(function(){$("#fixTable1").tableHeadFixer({top:1})},100),$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0,format:"yyyy-mm-dd"}),s.get(i.apiUrl+"api/GLSLQuery/getDate_SL_Query?finance_year="+u).then(function(e){n.getDates=e.data,0<n.getDates.length&&(n.sDate=n.getDates[0].sims_financial_year_start_date,n.eDate=n.getDates[0].sims_financial_year_end_date,n.block1={from_date:n.getDates[0].sims_financial_year_start_date,to_date:n.getDates[0].sims_financial_year_end_date}),$(document).ready(function(){$("#from_date_new").kendoDatePicker({format:"dd-MM-yyyy"})}),$(document).ready(function(){$("#to_date_new").kendoDatePicker({format:"dd-MM-yyyy"})})}),n.data_option1=function(){n.block1.date_option="1"},n.expand=function(){n.viewallrecords=!0},n.searched=function(e,o){return _.filter(e,function(e){var t=o,a=0;if(a<n.trans_data1.length)return-1<e[a].gltr_final_doc_no.toLowerCase().indexOf(t.toLowerCase())||e[a].gltr_final_doc_no==t})},n.search=function(){n.todos=n.searched(n.trans_data1,n.searchText),n.totalItems=n.todos.length,n.currentPage="1",""==n.searchText&&(n.todos=n.trans_data1),n.makeTodos()},n.onChange1=function(){"3"==n.block1.date_option&&(n.block1.from_date=moment(n.from_date,"DD-MM-YYYY").startOf("month").format("DD-MM-YYYY"),n.block1.to_date=moment(n.from_date,"DD-MM-YYYY").endOf("month").format("DD-MM-YYYY")),"4"==n.block1.date_option&&(n.block1.from_date=moment(n.from_date,"DD-MM-YYYY").subtract(1,"month").startOf("month").format("DD-MM-YYYY"),n.block1.to_date=moment(n.from_date,"DD-MM-YYYY").subtract(1,"month").endOf("month").format("DD-MM-YYYY")),"5"==n.block1.date_option&&(n.block1.from_date=moment(n.from_date,"DD-MM-YYYY").startOf("week").format("DD-MM-YYYY"),n.block1.to_date=moment(n.from_date,"DD-MM-YYYY").endOf("week").format("DD-MM-YYYY")),"6"==n.block1.date_option&&(n.block1.from_date=moment(n.from_date,"DD-MM-YYYY").subtract(1,"week").startOf("week").format("DD-MM-YYYY"),n.block1.to_date=moment(n.from_date,"DD-MM-YYYY").subtract(1,"week").endOf("week").format("DD-MM-YYYY")),"7"==n.block1.date_option&&(n.block1.from_date=moment(n.from_date,"DD-MM-YYYY").format("DD-MM-YYYY"),n.block1.to_date=moment(n.from_date,"DD-MM-YYYY").format("DD-MM-YYYY")),"8"==n.block1.date_option&&(n.block1.from_date=moment(n.from_date,"DD-MM-YYYY").startOf("year").format("DD-MM-YYYY"),n.block1.to_date=moment(n.from_date,"DD-MM-YYYY").endOf("year").format("DD-MM-YYYY")),"9"==n.block1.date_option&&(n.block1.from_date=moment(n.from_date,"DD-MM-YYYY").subtract(1,"year").startOf("year").format("DD-MM-YYYY"),n.block1.to_date=moment(n.from_date,"DD-MM-YYYY").subtract(1,"year").endOf("year").format("DD-MM-YYYY")),"10"==n.block1.date_option&&(n.block1.from_date=moment(n.from_date,"DD-MM-YYYY").month("September").startOf("month").format("DD-MM-YYYY"),n.block1.to_date=moment(n.from_date,"DD-MM-YYYY").add("year",1).month("August").endOf("month").format("DD-MM-YYYY")),"11"==n.block1.date_option&&(n.block1.from_date=moment(n.from_date,"DD-MM-YYYY").subtract("year",1).month("September").startOf("month").format("DD-MM-YYYY"),n.block1.to_date=moment(n.from_date,"DD-MM-YYYY").month("August").startOf("month").format("DD-MM-YYYY")),"12"==n.block1.date_option&&(n.block1.from_date=moment(n.from_date,"DD-MM-YYYY").subtract(1,"days").format("DD-MM-YYYY"),n.block1.to_date=moment(n.from_date,"DD-MM-YYYY").subtract(1,"days").format("DD-MM-YYYY")),"13"==n.block1.date_option&&(n.current_Quatar_from_date=moment(n.from_date,"DD-MM-YYYY").startOf("quarter").format("DD-MM-YYYY"),n.block1.from_date=moment(n.current_Quatar_from_date,"DD-MM-YYYY").add(2,"month").startOf("month").format("DD-MM-YYYY"),n.current_Quatar_to_date=moment(n.from_date,"DD-MM-YYYY").endOf("quarter").format("DD-MM-YYYY"),n.block1.to_date=moment(n.current_Quatar_to_date,"DD-MM-YYYY").add(2,"month").endOf("month").format("DD-MM-YYYY")),"14"==n.block1.date_option&&(n.current_Quatar_from_date=moment(n.from_date,"DD-MM-YYYY").subtract(1,"quarter").startOf("quarter").format("DD-MM-YYYY"),n.block1.from_date=moment(n.current_Quatar_from_date,"DD-MM-YYYY").add(2,"month").startOf("month").format("DD-MM-YYYY"),n.current_Quatar_to_date=moment(n.from_date,"DD-MM-YYYY").subtract(1,"quarter").endOf("quarter").format("DD-MM-YYYY"),n.block1.to_date=moment(n.current_Quatar_to_date,"DD-MM-YYYY").add(2,"month").endOf("month").format("DD-MM-YYYY")),"15"==n.block1.date_option&&(n.block1.from_date=moment(n.from_date,"DD-MM-YYYY").startOf("week").format("DD-MM-YYYY"),n.block1.to_date=moment(n.from_date,"DD-MM-YYYY").format("DD-MM-YYYY")),"16"==n.block1.date_option&&(n.block1.from_date=moment(n.from_date,"DD-MM-YYYY").startOf("month").format("DD-MM-YYYY"),n.block1.to_date=moment(n.from_date,"DD-MM-YYYY").format("DD-MM-YYYY")),"17"==n.block1.date_option&&(n.current_Quatar_from_date=moment(n.from_date,"DD-MM-YYYY").startOf("quarter").format("DD-MM-YYYY"),n.block1.from_date=moment(n.current_Quatar_from_date,"DD-MM-YYYY").add(2,"month").startOf("month").format("DD-MM-YYYY"),n.block1.to_date=moment(n.from_date,"DD-MM-YYYY").format("DD-MM-YYYY")),"18"==n.block1.date_option&&(n.block1.from_date=moment(n.from_date,"DD-MM-YYYY").startOf("year").format("DD-MM-YYYY"),n.block1.to_date=moment(n.from_date,"DD-MM-YYYY").format("DD-MM-YYYY")),"19"==n.block1.date_option&&(n.block1.from_date=moment(n.from_date,"DD-MM-YYYY").subtract(1,"year").startOf("year").format("DD-MM-YYYY"),n.block1.to_date=moment(n.from_date,"DD-MM-YYYY").format("DD-MM-YYYY")),"20"==n.block1.date_option&&(n.current_Quatar_from_date=moment(n.from_date,"DD-MM-YYYY").subtract(1,"quarter").startOf("quarter").format("DD-MM-YYYY"),n.block1.from_date=moment(n.current_Quatar_from_date,"DD-MM-YYYY").add(2,"month").startOf("month").format("DD-MM-YYYY"),n.block1.to_date=moment(n.from_date,"DD-MM-YYYY").format("DD-MM-YYYY")),"21"==n.block1.date_option&&(n.block1.from_date=moment(n.from_date,"DD-MM-YYYY").subtract(1,"week").startOf("week").format("DD-MM-YYYY"),n.block1.to_date=moment(n.from_date,"DD-MM-YYYY").format("DD-MM-YYYY")),"22"==n.block1.date_option&&(n.block1.from_date=moment(n.from_date,"DD-MM-YYYY").startOf("year").format("DD-MM-YYYY"),n.block1.to_date=moment(n.from_date,"DD-MM-YYYY").subtract(1,"month").startOf("month").format("DD-MM-YYYY")),"23"==n.block1.date_option&&(n.block1.from_date=moment(n.from_date,"DD-MM-YYYY").startOf("year").format("DD-MM-YYYY"),n.block1.to_date=moment(n.from_date,"DD-MM-YYYY").startOf("month").format("DD-MM-YYYY")),"24"==n.block1.date_option&&(n.block1.from_date=moment(n.from_date,"DD-MM-YYYY").add(1,"week").startOf("week").format("DD-MM-YYYY"),n.block1.to_date=moment(n.from_date,"DD-MM-YYYY").add(1,"week").endOf("week").format("DD-MM-YYYY")),"25"==n.block1.date_option&&(n.block1.from_date=moment(n.from_date,"DD-MM-YYYY").add(4,"week").startOf("week").format("DD-MM-YYYY"),n.block1.to_date=moment(n.from_date,"DD-MM-YYYY").add(4,"week").endOf("week").format("DD-MM-YYYY")),"26"==n.block1.date_option&&(n.block1.from_date=moment(n.from_date,"DD-MM-YYYY").add(1,"month").startOf("month").format("DD-MM-YYYY"),n.block1.to_date=moment(n.from_date,"DD-MM-YYYY").add(1,"month").endOf("month").format("DD-MM-YYYY")),"27"==n.block1.date_option&&(n.block1.from_date=moment(n.from_date,"DD-MM-YYYY").add(1,"year").startOf("year").format("DD-MM-YYYY"),n.block1.to_date=moment(n.from_date,"DD-MM-YYYY").add(1,"year").endOf("year").format("DD-MM-YYYY")),"28"==n.block1.date_option&&(n.block1.from_date=moment(n.from_date,"DD-MM-YYYY").subtract(30,"days").format("DD-MM-YYYY"),n.block1.to_date=moment(n.from_date,"DD-MM-YYYY").format("DD-MM-YYYY")),"29"==n.block1.date_option&&(n.block1.from_date=moment(n.from_date,"DD-MM-YYYY").subtract(60,"days").format("DD-MM-YYYY"),n.block1.to_date=moment(n.from_date,"DD-MM-YYYY").format("DD-MM-YYYY")),"30"==n.block1.date_option&&(n.block1.from_date=moment(n.from_date,"DD-MM-YYYY").subtract(90,"days").format("DD-MM-YYYY"),n.block1.to_date=moment(n.from_date,"DD-MM-YYYY").format("DD-MM-YYYY"))},n.expand=function(e){e.sales_item_show?e.sales_item_show=!1:e.sales_item_show=!0},n.onChange=function(){var e=moment(n.sDate,"DD-MM-YYYY").format("YYYY-MM-DD"),t=moment(n.block1.from_date,"DD-MM-YYYY").format("YYYY-MM-DD");moment(t)<moment(e)&&(n.block1.from_date="",swal({title:"Alert",text:"Please select date between "+n.sDate+" to "+n.eDate+" in financial year",showCloseButton:!0,width:380}))},n.positivevalue=function(e){return Math.abs(e)},n.propertyName=null,n.reverse=!1,n.sortBy=function(e){n.reverse=n.propertyName===e&&!n.reverse,n.propertyName=e},n.size=function(e){"All"===e?(n.currentPage="1",n.v_data1=n.test1,n.pager=!1):(n.pager=!0,n.pagesize=e,n.currentPage=1,n.numPerPage=e,n.makeTodos())},$(document).on("touch click",'*[data-datepicker="true"] .add-on',function(e){$('input[type="text"]',$(this).parent()).focus()}),n.cost_center=function(e){!0===e?n.cost_combo=!0:(n.cost_combo=!1,n.block1.glco_cost_centre_code=null,n.getViewDetails())},n.getDepartcode=function(e){s.get(i.apiUrl+"api/BankPayment/getCostCenter?aacno="+e+"&comp_cd="+p+"&fyear="+u).then(function(e){n.costcenter=e.data,0<n.costcenter.length?n.chkcost=!0:(n.chkcost=!1,n.temp.cost_chk=!1,n.cost_combo=!1)})},s.get(i.apiUrl+"api/JVCreation/GetReportUrl?opr=J&sub_opr=Single").then(function(e){n.final_doc_url=e.data}),n.Fetchdata=function(e,t,a){n.docCode1=t,n.provNo1=a,$("#myModal4").modal("show"),s.get(i.apiUrl+"api/VoucherReversal/getAllRecords?doccode="+t+"&prnumber="+a+"&comp_code="+e).then(function(e){n.prdocdata=e.data,n.temp_doc=[],n.totalDebit=0;for(var t=n.totalcredit=0;t<n.prdocdata.length;t++)0==t&&(n.temp_doc.gltd_comp_code=n.prdocdata[t].gltd_comp_code,n.temp_doc.gltd_doc_code=n.prdocdata[t].gltd_doc_code,n.temp_doc.gltd_doc_narr=n.prdocdata[t].gltd_doc_narr,n.temp_doc.gltd_remarks=n.prdocdata[t].gltd_remarks,n.temp_doc.gltd_doc_date=n.prdocdata[t].gltd_doc_date,n.temp_doc.gltd_post_date=n.prdocdata[t].gltd_post_date,n.temp_doc.gltd_prov_doc_no=n.prdocdata[t].gltd_prov_doc_no,n.temp_doc.gltd_final_doc_no=a,n.temp_doc.gltd_paid_to=n.prdocdata[t].gltd_paid_to,n.temp_doc.gltd_cheque_no=n.prdocdata[t].gltd_cheque_no,n.temp_doc.gldu_authorize=n.prdocdata[t].gldu_authorize,n.temp_doc.gldu_verify=n.prdocdata[t].gldu_verify,n.temp_doc.gltd_authorize_date=n.prdocdata[t].gltd_authorize_date,n.temp_doc.gltd_verify_date=n.prdocdata[t].gltd_verify_date),n.cost=n.cost||""!=n.prdocdata[t].gldd_cost_center_code||""!=n.prdocdata[t].gldd_cost_center_code,n.totalDebit=parseFloat(n.totalDebit)+parseFloat(n.prdocdata[t].gldd_doc_amount_debit),n.totalcredit=parseFloat(n.totalcredit)+parseFloat(n.prdocdata[t].gldd_doc_amount_credit)})},n.CheckPrintReport=function(){var e={location:n.final_doc_url,parameter:{comp_detail:p,doc_code:n.temp_doc.gltd_doc_code,doc_no:n.temp_doc.gltd_final_doc_no},state:"main.Fin064"};window.localStorage.ReportDetails=JSON.stringify(e),$("#myModal4").modal("hide"),setTimeout(function(){goToState("main.ReportCardParameter")},700)},s.get(i.apiUrl+"api/GLSLQuery/getdateoption_GL_Query?").then(function(e){n.Date_option=e.data}),s.get(i.apiUrl+"api/GLSLQuery/getDocCode_GL_Query?comp_code="+p+"&finance_year="+u).then(function(e){n.geDocCode_jv=e.data,setTimeout(function(){$("#Cmb_Doc_Code").change(function(){}).multipleSelect({width:"100%"}),$("#Cmb_Doc_Code").multipleSelect("checkAll")},1e3)}),s.get(i.apiUrl+"api/JVCreation/GetAllGLActNonew?glma_accountcode=&cmpnycode="+p+"&fyear="+u).then(function(e){n.getAllAccNos=e.data,setTimeout(function(){$("#account_code").change(function(){}).multipleSelect({width:"100%"})},1e3)}),$(function(){$("#account_code").multipleSelect({width:"100%",filter:!0})}),n.checkboxValue=!0,n.view=!1,n.total=!0,n.updateView=function(){n.view=!n.checkboxValue,n.total=n.checkboxValue},n.FetchOPBal=function(e){s.get(i.apiUrl+"api/BankPayment/getCostCenter?aacno="+e+"&comp_cd="+p+"&fyear="+u).then(function(e){n.costcenter=e.data,0<n.costcenter.length?n.chkcost=!0:(n.chkcost=!1,n.temp.cost_chk=!1,n.cost_combo=!1)})},n.getViewDetails=function(){if(!n.block1.gldd_acct_code||null===n.block1.gldd_acct_code||void 0===n.block1.gldd_acct_code||n.block1.gldd_acct_code.length<=0)swal({title:"",text:"Please select the account",showCloseButton:!0,showCancelButton:!0});else{n.dataObject=[],n.temptotal=0,n.test1=[],n.currentPage="1",n.trans_datafinal=[],n.acct_name=$("#account_code option:selected").text(),n.from=n.block1.from_date,n.to=n.block1.to_date,n.tble_show=!0,$("#loader").modal({backdrop:"static",keyboard:!1}),s.get(i.apiUrl+"api/GLSLQuery/Get_GL_opening_balNew?comp_code="+p+"&fyear="+u+"&acct_code="+n.block1.gldd_acct_code+"&from_date="+n.block1.from_date).then(function(e){var t=setTimeout(()=>{throw new Error("Something went wrong")},6e4);n.opening_data=e.data,console.log("opening_data",n.trans_data);for(var a=0;a<n.opening_data.length;a++)0<=n.opening_data[a].acct_opening_bal?(n.opbal_dr=n.opening_data[a].acct_opening_bal,n.opbal_running=n.opening_data[a].acct_opening_bal,n.cr=" dr",n.opbal_cr=0,n.opbal=n.opening_data[a].acct_opening_bal):n.opening_data[a].acct_opening_bal<0?(n.opbal_cr=Math.abs(n.opening_data[a].acct_opening_bal),n.opbal_running=Math.abs(n.opening_data[a].acct_opening_bal),n.cr=" cr",n.opbal_dr=0,n.opbal=Math.abs(n.opening_data[a].acct_opening_bal)):(n.opbal_dr=n.opening_data[a].acct_opening_bal,n.opbal_cr=n.opening_data[a].acct_opening_bal,n.opbal_running=n.opening_data[a].acct_opening_bal,n.opbal=n.opening_data[a].acct_opening_bal);clearTimeout(t),n.getsubtotal()});var o=0;n.closebal=0,n.glco_cost_centre_code=null!=n.block1.glco_cost_centre_code||""!=n.block1.glco_cost_centre_code?n.block1.glco_cost_centre_code:null;for(var e=0;e<n.block1.gldd_acct_code.length;e++)n.acc_name=n.block1.gldd_acct_code[e],s.post(i.apiUrl+"api/GLSLQuery/list_All_GL_QueryNew?comp_code="+p+"&acct_code="+n.acc_name+"&doc_code="+n.block1.gltd_doc_code+"&from_date="+n.block1.from_date+"&to_date="+n.block1.to_date).then(function(e){n.loadata=!0,n.trans_data=e.data,n.trans_datafinal.push(n.trans_data),n.trans_data1=n.trans_datafinal;for(var t=0;t<n.trans_data1.length;t++)n.totalItems=n.trans_data1[t].length,n.todos=n.trans_datafinal[t];"0"==parseInt(n.totalItems%n.numPerPage)&&(n.pagersize=parseInt(n.totalItems/n.numPerPage)),n.temptotal<n.totalItems&&(n.pagersize=parseInt(n.totalItems/n.numPerPage)+1,n.temptotal=n.totalItems);var e=(n.currentPage-1)*n.numPerPage,a=parseInt(e)+parseInt(n.numPerPage);!1===n.pager?n.filteredTodos=n.todos:n.filteredTodos=n.todos.slice(e,a),n.test1.push(n.filteredTodos),n.v_data1=n.test1,0<n.trans_data.length&&(n.length=n.trans_data.length-1,0<(o=n.closebal+parseFloat(n.trans_data[n.length].gltr_running_amount))&&(n.closebal=o,n.dr=" dr"),0<o?(n.closebal=o,n.dr=" dr"):o<0?(n.closebal=Math.abs(o),n.dr=" cr"):n.closebal=o),$("#loader").modal("hide"),$(".modal-backdrop").removeClass("modal-backdrop")})}},n.getsubtotal=function(){n.trans_drcr_value=[];for(var e=[],t=0;t<n.block1.gldd_acct_code.length;t++){n.acc_name=n.block1.gldd_acct_code[t];var a=s.get(i.apiUrl+"api/GLSLQuery/Get_Total?comp_code="+p+"&fyear="+u+"&acct_code="+n.acc_name+"&from_date="+n.block1.from_date+"&doc_code="+n.block1.gltd_doc_code+"&to_date="+n.block1.to_date).then(function(e){n.trans_drcr=e.data,console.log("trans_drcr",n.trans_drcr),n.trans_drcr_value.push(n.trans_drcr),console.log("trans_drcr_value",n.trans_drcr_value)});e.push(a)}c.all(e).then(function(){n.trans_drcr_value=function(e){const t=new Map;return e.filter(e=>{if(e[0]&&(null!=e[0].glma_acct_code||""!=e[0].glma_acct_code))return e=e[0].glma_acct_code,!t.has(e)&&(t.set(e,!0),!0)})}(n.trans_drcr_value)})},n.exportStaffResigned=function(){swal({title:"",text:"Are you sure you want to Save "+n.acct_name+"_GLQueryDetails.xls ?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:390,cancelButtonText:"No"}).then(function(e){if(e){for(var e=document.getElementById("printdata4").cloneNode(!0),t=e.getElementsByTagName("tr"),a=t.length-1;0<=a;a--)""===t[a].textContent.trim()&&t[a].parentNode.removeChild(t[a]);e=new Blob([e.innerHTML],{type:"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;charset=utf-8"});saveAs(e,n.acct_name+"_GLQueryDetails.xls")}})},n.printStaffResigned=function(e){var t=document.head.outerHTML,a=document.getElementById("printdata4").outerHTML,o=window.open("","_blank","location=yes, statusbar=no, menubar=no, titlebar=no, toolbar=no,dependent=no, width=800, height=600, resizable=yes, screenX=250, screenY=10, personalbar=no, scrollbars=yes"),s=o.document;s.open(),s.write("<!doctype html><html>"+t+'<body onLoad="window.print()">'+a+"</body></html>"),s.close(),o.focus()},n.maxmize=function(){$("#jv_Voucher").css({height:"100%",width:"100%"}),n.windowflg=!0},n.manimize=function(){$("#jv_Voucher").css({height:"600px",width:"900px"}),n.windowflg=!1},s.get(i.apiUrl+"api/StudentFee/getDecimalPlaces").then(function(e){n.decimal_degit=e.data,n.decimal_dsc=n.decimal_degit[0].comp_curcy_dec}),n.back=function(){n.report_show=!0},n.closemodal=function(){n.report_show=!0},n.UpdatedVoucherDetails=function(e,t,a){$("#myModal4").modal("hide"),$("#updatedVoucherDetails").modal("show"),s.get(i.apiUrl+"api/GLSLQuery/getUpdatedVoucherRecords?comp_code="+e+"&doccode="+t+"&doc_no="+a).then(function(e){n.VoucherData=e.data})},n.closeReportmodal=function(){$("#myModal4").modal("hide"),$("#reportModal").modal("hide")},s.get(i.apiUrl+"api/JVCreation/GetReportUrl?opr=J&sub_opr=Final").then(function(e){n.voucher_doc_url=e.data}),n.exportDetailsVoucher=function(){swal({title:"",text:"Are you sure you want to Save "+n.acct_name+"_GLQueryVoucherDetails.xls ?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:390,cancelButtonText:"No"}).then(function(e){e&&(e=new Blob([document.getElementById("DetailsOfSelectedVoucher").innerHTML],{type:"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;charset=utf-8"}),saveAs(e,n.acct_name+"_GLQueryVoucherDetails.xls"))})},n.countData=[{val:15,data:15},{val:50,data:50},{val:100,data:100}],n.index=function(e,t){n.pageindex=e,n.currentPage=e,console.log("currentPage="+n.currentPage),n.makeTodos(e,t),n.chk={},n.chk.chk_all=!1,n.row1=""},n.makeTodos=function(e,t){n.test1=[];for(var a,o,s=0;s<n.trans_data1.length;s++)n.pageindex=e,n.currentPage=e,n.totalItems=n.trans_data1[s].length,n.todos=n.trans_datafinal[s],0===n.todos.length?n.pager=!1:(n.temptotal1<n.totalItems&&(n.pagersize=parseInt(n.totalItems/n.numPerPage)+1,n.temptotal1=n.totalItems),o=(a=(n.todos[s].gltr_acct_code===t||(n.currentPage="1"),(n.currentPage-1)*n.numPerPage),parseInt(a)+parseInt(n.numPerPage)),!(n.pager=!0)===n.pager?n.filteredTodos=n.todos:n.filteredTodos=n.todos.slice(a,o),n.test1.push(n.filteredTodos),n.v_data1=n.test1)},n.report_show1=!0,n.showReport=function(e,t,a){if(!0===t){n.report_show1=!1,$("#reportModal").modal("show");t={location:n.voucher_doc_url,parameter:{comp_detail:e,doc:a},state:"main.Fin064"};window.localStorage.ReportDetails=JSON.stringify(t);try{n.rpt=JSON.parse(window.localStorage.ReportDetails),n.location=n.rpt.location,n.parameter=n.rpt.parameter,n.state=n.rpt.state}catch(e){}e="SimsReports."+n.location+",SimsReports",a=d.GetRpt_url();n.parameters={},$("#reportViewer2").telerik_ReportViewer({serviceUrl:a,viewMode:telerikReportViewer.ViewModes.INTERACTIVE,scaleMode:telerikReportViewer.ScaleModes.SPECIFIC,scale:1,ready:function(){}}),$("#reportViewer2").data("telerik_ReportViewer").reportSource({report:e,parameters:n.parameter}),setInterval(function(){$("#k-item k-state-default k-state-disabled").css({display:"block"}),$(".trv-report-viewer input[type=number]").css({"min-height":"0px"})},1e3),o(function(){$("#k-item k-state-default k-state-disabled").css({display:"block"}),$(".trv-report-viewer input[type=number]").css({"min-height":"0px"})},100)}else swal({title:"Alert",text:"Voucher Not Authorized",width:300,height:200})},n.report_show=!0,n.Report=function(){n.report_show=!1,s.get(i.apiUrl+"api/JVCreation/GetDocReport?opr=J&sub_opr=Doc&comp_code="+p+"&fyear="+u+"&condition="+n.temp_doc.gltd_doc_code).then(function(e){n.final_doc_url1=e.data;e={location:n.final_doc_url1,parameter:{comp_detail:p,doc_code:n.temp_doc.gltd_doc_code,doc_no:n.temp_doc.gltd_final_doc_no},state:"main.Fin064"};window.localStorage.ReportDetails=JSON.stringify(e);try{n.rpt=JSON.parse(window.localStorage.ReportDetails),n.location=n.rpt.location,n.parameter=n.rpt.parameter,n.state=n.rpt.state}catch(e){}var e="SimsReports."+n.location+",SimsReports",t=d.GetRpt_url();n.parameters={},$("#reportViewer1").telerik_ReportViewer({serviceUrl:t,viewMode:telerikReportViewer.ViewModes.INTERACTIVE,scaleMode:telerikReportViewer.ScaleModes.SPECIFIC,scale:1,ready:function(){}}),$("#reportViewer1").data("telerik_ReportViewer").reportSource({report:e,parameters:n.parameter}),setInterval(function(){$("#k-item k-state-default k-state-disabled").css({display:"block"}),$(".trv-report-viewer input[type=number]").css({"min-height":"0px"})},1e3),o(function(){$("#k-item k-state-default k-state-disabled").css({display:"block"}),$(".trv-report-viewer input[type=number]").css({"min-height":"0px"})},100)})}}])}(),function(){"use strict";var e=angular.module("sims.module.Finance");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("GLQueryVer2Cont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV","AuthenticationService","$q",function(n,e,t,o,a,s,i,d,c){n.pageindex="0",n.currentPage="1",n.numPerPage="20",n.temptotal="0",n.temptotal1="0",n.pager=!0,n.pagesize="20";t.globals.currentUser.username;n.tble_show=!1,n.print_pdf=!1,n.loadata=!1,n.viewallrecords=!1,n.trans_datafinal=[],n.test1=[],n.finnDetail=JSON.parse(window.localStorage.Finn_comp);var l=new Date,r=l.getDate(),m=l.getMonth()+1,r=(l.getFullYear(),(l=new Date).getDate());t.globals.currentUser.username;r<10&&(r="0"+r);(m=l.getMonth()+1)<10&&(m="0"+m);var t=l.getFullYear(),p=(n.sdate=r+"-"+m+"-"+t,n.edate=r+"-"+m+"-"+t,n.from_date=r+"-"+m+"-"+t,n.mom_end_date=r+"-"+m+"-"+t,n.finnDetail.company),u=n.finnDetail.year;n.cost_combo=!1,n.block1={},n.temp=[],n.show_table_header=!1,n.not_iis=!0,n.iis=!1,"iisqatar"!=s.defaults.headers.common.schoolId&&"IISQATAR"!=s.defaults.headers.common.schoolId||(n.not_iis=!1,n.iis=!0),setTimeout(function(){$("#cmb_acc_Code3").select2(),$("#cmb_date_opt").select2()},100),o(function(){$("#fixTable1").tableHeadFixer({top:1})},100),$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0,format:"yyyy-mm-dd"}),s.get(i.apiUrl+"api/GLSLQuery/getDate_SL_Query?finance_year="+u).then(function(e){n.getDates=e.data,0<n.getDates.length&&(n.sDate=n.getDates[0].sims_financial_year_start_date,n.eDate=n.getDates[0].sims_financial_year_end_date,n.block1={from_date:n.getDates[0].sims_financial_year_start_date,to_date:n.getDates[0].sims_financial_year_end_date}),$(document).ready(function(){$("#from_date_new").kendoDatePicker({format:"dd-MM-yyyy"})}),$(document).ready(function(){$("#to_date_new").kendoDatePicker({format:"dd-MM-yyyy"})})}),n.data_option1=function(){n.block1.date_option="1"},n.expand=function(){n.viewallrecords=!0},n.searched=function(e,o){return _.filter(e,function(e){var t=o,a=0;if(a<n.trans_data1.length)return-1<e[a].gltr_final_doc_no.toLowerCase().indexOf(t.toLowerCase())||e[a].gltr_final_doc_no==t})},n.search=function(){n.todos=n.searched(n.trans_data1,n.searchText),n.totalItems=n.todos.length,n.currentPage="1",""==n.searchText&&(n.todos=n.trans_data1),n.makeTodos()},n.onChange1=function(){"3"==n.block1.date_option&&(n.block1.from_date=moment(n.from_date,"DD-MM-YYYY").startOf("month").format("DD-MM-YYYY"),n.block1.to_date=moment(n.from_date,"DD-MM-YYYY").endOf("month").format("DD-MM-YYYY")),"4"==n.block1.date_option&&(n.block1.from_date=moment(n.from_date,"DD-MM-YYYY").subtract(1,"month").startOf("month").format("DD-MM-YYYY"),n.block1.to_date=moment(n.from_date,"DD-MM-YYYY").subtract(1,"month").endOf("month").format("DD-MM-YYYY")),"5"==n.block1.date_option&&(n.block1.from_date=moment(n.from_date,"DD-MM-YYYY").startOf("week").format("DD-MM-YYYY"),n.block1.to_date=moment(n.from_date,"DD-MM-YYYY").endOf("week").format("DD-MM-YYYY")),"6"==n.block1.date_option&&(n.block1.from_date=moment(n.from_date,"DD-MM-YYYY").subtract(1,"week").startOf("week").format("DD-MM-YYYY"),n.block1.to_date=moment(n.from_date,"DD-MM-YYYY").subtract(1,"week").endOf("week").format("DD-MM-YYYY")),"7"==n.block1.date_option&&(n.block1.from_date=moment(n.from_date,"DD-MM-YYYY").format("DD-MM-YYYY"),n.block1.to_date=moment(n.from_date,"DD-MM-YYYY").format("DD-MM-YYYY")),"8"==n.block1.date_option&&(n.block1.from_date=moment(n.from_date,"DD-MM-YYYY").startOf("year").format("DD-MM-YYYY"),n.block1.to_date=moment(n.from_date,"DD-MM-YYYY").endOf("year").format("DD-MM-YYYY")),"9"==n.block1.date_option&&(n.block1.from_date=moment(n.from_date,"DD-MM-YYYY").subtract(1,"year").startOf("year").format("DD-MM-YYYY"),n.block1.to_date=moment(n.from_date,"DD-MM-YYYY").subtract(1,"year").endOf("year").format("DD-MM-YYYY")),"10"==n.block1.date_option&&(n.block1.from_date=moment(n.from_date,"DD-MM-YYYY").month("September").startOf("month").format("DD-MM-YYYY"),n.block1.to_date=moment(n.from_date,"DD-MM-YYYY").add("year",1).month("August").endOf("month").format("DD-MM-YYYY")),"11"==n.block1.date_option&&(n.block1.from_date=moment(n.from_date,"DD-MM-YYYY").subtract("year",1).month("September").startOf("month").format("DD-MM-YYYY"),n.block1.to_date=moment(n.from_date,"DD-MM-YYYY").month("August").startOf("month").format("DD-MM-YYYY")),"12"==n.block1.date_option&&(n.block1.from_date=moment(n.from_date,"DD-MM-YYYY").subtract(1,"days").format("DD-MM-YYYY"),n.block1.to_date=moment(n.from_date,"DD-MM-YYYY").subtract(1,"days").format("DD-MM-YYYY")),"13"==n.block1.date_option&&(n.current_Quatar_from_date=moment(n.from_date,"DD-MM-YYYY").startOf("quarter").format("DD-MM-YYYY"),n.block1.from_date=moment(n.current_Quatar_from_date,"DD-MM-YYYY").add(2,"month").startOf("month").format("DD-MM-YYYY"),n.current_Quatar_to_date=moment(n.from_date,"DD-MM-YYYY").endOf("quarter").format("DD-MM-YYYY"),n.block1.to_date=moment(n.current_Quatar_to_date,"DD-MM-YYYY").add(2,"month").endOf("month").format("DD-MM-YYYY")),"14"==n.block1.date_option&&(n.current_Quatar_from_date=moment(n.from_date,"DD-MM-YYYY").subtract(1,"quarter").startOf("quarter").format("DD-MM-YYYY"),n.block1.from_date=moment(n.current_Quatar_from_date,"DD-MM-YYYY").add(2,"month").startOf("month").format("DD-MM-YYYY"),n.current_Quatar_to_date=moment(n.from_date,"DD-MM-YYYY").subtract(1,"quarter").endOf("quarter").format("DD-MM-YYYY"),n.block1.to_date=moment(n.current_Quatar_to_date,"DD-MM-YYYY").add(2,"month").endOf("month").format("DD-MM-YYYY")),"15"==n.block1.date_option&&(n.block1.from_date=moment(n.from_date,"DD-MM-YYYY").startOf("week").format("DD-MM-YYYY"),n.block1.to_date=moment(n.from_date,"DD-MM-YYYY").format("DD-MM-YYYY")),"16"==n.block1.date_option&&(n.block1.from_date=moment(n.from_date,"DD-MM-YYYY").startOf("month").format("DD-MM-YYYY"),n.block1.to_date=moment(n.from_date,"DD-MM-YYYY").format("DD-MM-YYYY")),"17"==n.block1.date_option&&(n.current_Quatar_from_date=moment(n.from_date,"DD-MM-YYYY").startOf("quarter").format("DD-MM-YYYY"),n.block1.from_date=moment(n.current_Quatar_from_date,"DD-MM-YYYY").add(2,"month").startOf("month").format("DD-MM-YYYY"),n.block1.to_date=moment(n.from_date,"DD-MM-YYYY").format("DD-MM-YYYY")),"18"==n.block1.date_option&&(n.block1.from_date=moment(n.from_date,"DD-MM-YYYY").startOf("year").format("DD-MM-YYYY"),n.block1.to_date=moment(n.from_date,"DD-MM-YYYY").format("DD-MM-YYYY")),"19"==n.block1.date_option&&(n.block1.from_date=moment(n.from_date,"DD-MM-YYYY").subtract(1,"year").startOf("year").format("DD-MM-YYYY"),n.block1.to_date=moment(n.from_date,"DD-MM-YYYY").format("DD-MM-YYYY")),"20"==n.block1.date_option&&(n.current_Quatar_from_date=moment(n.from_date,"DD-MM-YYYY").subtract(1,"quarter").startOf("quarter").format("DD-MM-YYYY"),n.block1.from_date=moment(n.current_Quatar_from_date,"DD-MM-YYYY").add(2,"month").startOf("month").format("DD-MM-YYYY"),n.block1.to_date=moment(n.from_date,"DD-MM-YYYY").format("DD-MM-YYYY")),"21"==n.block1.date_option&&(n.block1.from_date=moment(n.from_date,"DD-MM-YYYY").subtract(1,"week").startOf("week").format("DD-MM-YYYY"),n.block1.to_date=moment(n.from_date,"DD-MM-YYYY").format("DD-MM-YYYY")),"22"==n.block1.date_option&&(n.block1.from_date=moment(n.from_date,"DD-MM-YYYY").startOf("year").format("DD-MM-YYYY"),n.block1.to_date=moment(n.from_date,"DD-MM-YYYY").subtract(1,"month").startOf("month").format("DD-MM-YYYY")),"23"==n.block1.date_option&&(n.block1.from_date=moment(n.from_date,"DD-MM-YYYY").startOf("year").format("DD-MM-YYYY"),n.block1.to_date=moment(n.from_date,"DD-MM-YYYY").startOf("month").format("DD-MM-YYYY")),"24"==n.block1.date_option&&(n.block1.from_date=moment(n.from_date,"DD-MM-YYYY").add(1,"week").startOf("week").format("DD-MM-YYYY"),n.block1.to_date=moment(n.from_date,"DD-MM-YYYY").add(1,"week").endOf("week").format("DD-MM-YYYY")),"25"==n.block1.date_option&&(n.block1.from_date=moment(n.from_date,"DD-MM-YYYY").add(4,"week").startOf("week").format("DD-MM-YYYY"),n.block1.to_date=moment(n.from_date,"DD-MM-YYYY").add(4,"week").endOf("week").format("DD-MM-YYYY")),"26"==n.block1.date_option&&(n.block1.from_date=moment(n.from_date,"DD-MM-YYYY").add(1,"month").startOf("month").format("DD-MM-YYYY"),n.block1.to_date=moment(n.from_date,"DD-MM-YYYY").add(1,"month").endOf("month").format("DD-MM-YYYY")),"27"==n.block1.date_option&&(n.block1.from_date=moment(n.from_date,"DD-MM-YYYY").add(1,"year").startOf("year").format("DD-MM-YYYY"),n.block1.to_date=moment(n.from_date,"DD-MM-YYYY").add(1,"year").endOf("year").format("DD-MM-YYYY")),"28"==n.block1.date_option&&(n.block1.from_date=moment(n.from_date,"DD-MM-YYYY").subtract(30,"days").format("DD-MM-YYYY"),n.block1.to_date=moment(n.from_date,"DD-MM-YYYY").format("DD-MM-YYYY")),"29"==n.block1.date_option&&(n.block1.from_date=moment(n.from_date,"DD-MM-YYYY").subtract(60,"days").format("DD-MM-YYYY"),n.block1.to_date=moment(n.from_date,"DD-MM-YYYY").format("DD-MM-YYYY")),"30"==n.block1.date_option&&(n.block1.from_date=moment(n.from_date,"DD-MM-YYYY").subtract(90,"days").format("DD-MM-YYYY"),n.block1.to_date=moment(n.from_date,"DD-MM-YYYY").format("DD-MM-YYYY"))},n.expand=function(e){e.sales_item_show?e.sales_item_show=!1:e.sales_item_show=!0},n.onChange=function(){var e=moment(n.sDate,"DD-MM-YYYY").format("YYYY-MM-DD"),t=moment(n.block1.from_date,"DD-MM-YYYY").format("YYYY-MM-DD");moment(t)<moment(e)&&(n.block1.from_date="",swal({title:"Alert",text:"Please select date between "+n.sDate+" to "+n.eDate+" in financial year",showCloseButton:!0,width:380}))},n.positivevalue=function(e){return Math.abs(e)},n.propertyName=null,n.reverse=!1,n.sortBy=function(e){n.reverse=n.propertyName===e&&!n.reverse,n.propertyName=e},n.size=function(e){"All"===e?(n.currentPage="1",n.v_data1=n.test1,n.pager=!1):(n.pager=!0,n.pagesize=e,n.currentPage=1,n.numPerPage=e,n.makeTodos())},$(document).on("touch click",'*[data-datepicker="true"] .add-on',function(e){$('input[type="text"]',$(this).parent()).focus()}),n.cost_center=function(e){!0===e?n.cost_combo=!0:(n.cost_combo=!1,n.block1.glco_cost_centre_code=null,n.getViewDetails())},n.getDepartcode=function(e){s.get(i.apiUrl+"api/BankPayment/getCostCenter?aacno="+e+"&comp_cd="+p+"&fyear="+u).then(function(e){n.costcenter=e.data,0<n.costcenter.length?n.chkcost=!0:(n.chkcost=!1,n.temp.cost_chk=!1,n.cost_combo=!1)})},s.get(i.apiUrl+"api/JVCreation/GetReportUrl?opr=J&sub_opr=Single").then(function(e){n.final_doc_url=e.data}),n.Fetchdata=function(e,t,a,o){n.docCode1=t,n.provNo1=a,$("#myModal4").modal("show"),s.get(i.apiUrl+"api/VoucherReversal/getAllRecords?doccode="+t+"&prnumber="+a+"&comp_code="+e).then(function(e){n.prdocdata=e.data,n.gltd_doc_narr_new=o,n.temp_doc=[],n.totalDebit=0;for(var t=n.totalcredit=0;t<n.prdocdata.length;t++)0==t&&(n.temp_doc.gltd_comp_code=n.prdocdata[t].gltd_comp_code,n.temp_doc.gltd_doc_code=n.prdocdata[t].gltd_doc_code,n.temp_doc.gltd_doc_narr=n.prdocdata[t].gltd_doc_narr,n.temp_doc.gltd_remarks=n.prdocdata[t].gltd_remarks,n.temp_doc.gltd_doc_date=n.prdocdata[t].gltd_doc_date,n.temp_doc.gltd_post_date=n.prdocdata[t].gltd_post_date,n.temp_doc.gltd_prov_doc_no=n.prdocdata[t].gltd_prov_doc_no,n.temp_doc.gltd_final_doc_no=a,n.temp_doc.gltd_paid_to=n.prdocdata[t].gltd_paid_to,n.temp_doc.gltd_cheque_no=n.prdocdata[t].gltd_cheque_no,n.temp_doc.gldu_authorize=n.prdocdata[t].gldu_authorize,n.temp_doc.gldu_verify=n.prdocdata[t].gldu_verify,n.temp_doc.gltd_authorize_date=n.prdocdata[t].gltd_authorize_date,n.temp_doc.gltd_verify_date=n.prdocdata[t].gltd_verify_date),n.cost=n.cost||""!=n.prdocdata[t].gldd_cost_center_code||""!=n.prdocdata[t].gldd_cost_center_code,n.totalDebit=parseFloat(n.totalDebit)+parseFloat(n.prdocdata[t].gldd_doc_amount_debit),n.totalcredit=parseFloat(n.totalcredit)+parseFloat(n.prdocdata[t].gldd_doc_amount_credit)})},n.CheckPrintReport=function(){var e={location:n.final_doc_url,parameter:{comp_detail:p,doc_code:n.temp_doc.gltd_doc_code,doc_no:n.temp_doc.gltd_final_doc_no},state:"main.Fin064"};window.localStorage.ReportDetails=JSON.stringify(e),$("#myModal4").modal("hide"),setTimeout(function(){goToState("main.ReportCardParameter")},700)},s.get(i.apiUrl+"api/GLSLQuery/getdateoption_GL_Query?").then(function(e){n.Date_option=e.data}),s.get(i.apiUrl+"api/GLSLQuery/getDocCode_GL_Query?comp_code="+p+"&finance_year="+u).then(function(e){n.geDocCode_jv=e.data,setTimeout(function(){$("#Cmb_Doc_Code").change(function(){}).multipleSelect({width:"100%"}),$("#Cmb_Doc_Code").multipleSelect("checkAll")},1e3)}),$("#account_code").multipleSelect({width:"100%",filter:!0,maxHeight:300,onClick:function(e){var t=$("#account_code").multipleSelect("getSelects"),e=e.value.split(":")[1];n.selectedcheck=t.length,10<t.length&&(alert("You can only select up to 10 records."),$("#account_code").multipleSelect("uncheck",e))},onOptgroupClick:function(e){var t=$("#account_code").multipleSelect("getSelects");10<t.length&&(alert("You can only select up to 10 records."),t=t.slice(0,10),$("#account_code").multipleSelect("setSelects",t))}}),s.get(i.apiUrl+"api/JVCreation/GetAllGLActNonew?glma_accountcode=&cmpnycode="+p+"&fyear="+u).then(function(e){n.getAllAccNos=e.data,setTimeout(function(){$("#account_code").change(function(){}).multipleSelect({width:"100%"})},1e3),$(function(){$("#account_code").multipleSelect({width:"100%",filter:!0})})}),n.checkboxValue=!0,n.view=!1,n.total=!0,n.updateView=function(){n.view=!n.checkboxValue,n.total=n.checkboxValue},n.FetchOPBal=function(e){s.get(i.apiUrl+"api/BankPayment/getCostCenter?aacno="+e+"&comp_cd="+p+"&fyear="+u).then(function(e){n.costcenter=e.data,0<n.costcenter.length?n.chkcost=!0:(n.chkcost=!1,n.temp.cost_chk=!1,n.cost_combo=!1)})},n.view_details_new=function(){$("#loader").modal({backdrop:"static",keyboard:!1}),n.count=0,!n.block1.gldd_acct_code||null===n.block1.gldd_acct_code||void 0===n.block1.gldd_acct_code||n.block1.gldd_acct_code.length<=0?(swal({title:"",text:"Please select the account",showCloseButton:!0,showCancelButton:!0}),$("#loader").modal("hide"),$(".modal-backdrop").removeClass("modal-backdrop")):10<n.selectedcheck?(swal({title:"Alert",text:"Please select only 10 accounts",showCloseButton:!0,showCancelButton:!0}),$("#loader").modal("hide"),$(".modal-backdrop").removeClass("modal-backdrop")):(n.dataObject=[],n.temptotal=0,n.test1=[],n.currentPage="1",n.trans_data=[],n.trans_datafinal=[],n.trans_data1=[],n.opening_data=[],n.acct_name=$("#account_code option:selected").text(),n.from=n.block1.from_date,n.to=n.block1.to_date,s.get(i.apiUrl+"api/GLSLQuery/Get_GL_opening_balNew?comp_code="+p+"&fyear="+u+"&acct_code="+n.block1.gldd_acct_code+"&from_date="+n.block1.from_date).then(function(e){n.opening_data=e.data;{let t=Promise.resolve();n.count=0,n.trans_datafinal=[];for(let e=0;e<n.block1.gldd_acct_code.length;e++)n.new_i=e,n.acc_name=n.block1.gldd_acct_code[e],t=t.then(()=>s.post(i.apiUrl+"api/GLSLQuery/list_All_GL_QueryNew?comp_code="+p+"&acct_code="+n.acc_name+"&doc_code="+n.block1.gltd_doc_code+"&from_date="+n.block1.from_date+"&to_date="+n.block1.to_date)).then(e=>{if(n.loadata=!0,n.trans_data=e.data,n.count+=n.trans_data.length,n.trans_datafinal.push(n.trans_data),n.trans_data1=n.trans_datafinal,n.new_i===n.block1.gldd_acct_code.length-1){if(3400<n.count)return $("#loader").modal("hide"),$(".modal-backdrop").removeClass("modal-backdrop"),swal({title:"Alert",text:"Data is too large, Export the data",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Ok",width:390,cancelButtonText:"Cancel"}).then(e=>{e&&(n.tble_show=!1,n.exportToExcel())});n.getViewDetails()}}).catch(e=>{console.error("Error during $http call:",e)})}}))},n.getViewDetails=function(){if(n.count=0,!n.block1.gldd_acct_code||null===n.block1.gldd_acct_code||void 0===n.block1.gldd_acct_code||n.block1.gldd_acct_code.length<=0)swal({title:"",text:"Please select the account",showCloseButton:!0,showCancelButton:!0});else{n.tble_show=!0,n.view=!0,n.total=!1;for(var e=0;e<n.opening_data.length;e++)0<=n.opening_data[e].acct_opening_bal?(n.opbal_dr=n.opening_data[e].acct_opening_bal,n.opbal_running=n.opening_data[e].acct_opening_bal,n.cr=" dr",n.opbal_cr=0,n.opbal=n.opening_data[e].acct_opening_bal):n.opening_data[e].acct_opening_bal<0?(n.opbal_cr=Math.abs(n.opening_data[e].acct_opening_bal),n.opbal_running=Math.abs(n.opening_data[e].acct_opening_bal),n.cr=" cr",n.opbal_dr=0,n.opbal=Math.abs(n.opening_data[e].acct_opening_bal)):(n.opbal_dr=n.opening_data[e].acct_opening_bal,n.opbal_cr=n.opening_data[e].acct_opening_bal,n.opbal_running=n.opening_data[e].acct_opening_bal,n.opbal=n.opening_data[e].acct_opening_bal);n.getsubtotal();n.closebal=0,n.glco_cost_centre_code=null!=n.block1.glco_cost_centre_code||""!=n.block1.glco_cost_centre_code?n.block1.glco_cost_centre_code:null;for(e=0;e<n.block1.gldd_acct_code.length;e++){n.acc_name=n.block1.gldd_acct_code[e],n.loadata=!0;for(e=0;e<n.trans_data1.length;e++)n.totalItems=n.trans_data1[e].length,n.todos=n.trans_datafinal[e];"0"==parseInt(n.totalItems%n.numPerPage)&&(n.pagersize=parseInt(n.totalItems/n.numPerPage)),n.temptotal<n.totalItems&&(n.pagersize=parseInt(n.totalItems/n.numPerPage)+1,n.temptotal=n.totalItems);var t=(n.currentPage-1)*n.numPerPage,a=parseInt(t)+parseInt(n.numPerPage);!1===n.pager?n.filteredTodos=n.todos:n.filteredTodos=n.todos.slice(t,a),n.test1.push(n.filteredTodos),n.v_data1=n.test1,0<n.trans_data.length&&(n.length=n.trans_data.length-1,0<(t=n.closebal+parseFloat(n.trans_data[n.length].gltr_running_amount))&&(n.closebal=t,n.dr=" dr"),0<t?(n.closebal=t,n.dr=" dr"):t<0?(n.closebal=Math.abs(t),n.dr=" cr"):n.closebal=t),$("#loader").modal("hide"),$(".modal-backdrop").removeClass("modal-backdrop")}}},n.exportToExcel=function(){var d=XLSX.utils.book_new(),_=n.trans_data1.flat();n.opening_data.forEach(function(t,e){var a=[["Opening Balance for "+t.glma_acct_name+" ("+t.glma_acct_code+")"],["Account Code","Account Name","Opening Balance"]],o=(0<=t.acct_opening_bal&&t.acct_opening_bal,t.acct_opening_bal<0&&Math.abs(t.acct_opening_bal),a.push([t.glma_acct_code,t.glma_acct_name,t.acct_opening_bal]),_.filter(function(e){return String(e.gltr_acct_code)===String(t.glma_acct_code)})),s=0,n=0,o=(0<o.length?(a.push([]),a.push(["Final Doc No","Posting Date","Document Narration","Cheque No","Paid To","Tax Code","Debit Amount","Credit Amount","Running Amount","Reference"]),o.forEach(function(e){s+=e.gltr_dr_amount,n+=e.gltr_cr_amount,a.push([e.gltr_final_doc_no,e.gltr_pstng_date,e.gltr_doc_narr,e.gltd_cheque_no,e.gltd_paid_to,e.gltr_tax_code,e.gltr_dr_amount,e.gltr_cr_amount,e.gltr_running_amount,e.reference])}),a.push([]),a.push(["","","","","","Sub Total",s,n])):a.push(["No transactions found for this account."]),XLSX.utils.aoa_to_sheet(a)),i=(i=t.glma_acct_name+" ("+t.glma_acct_code+")").substring(0,31).replace(/[\\/:?*\[\]]/g,"");XLSX.utils.book_append_sheet(d,o,i)}),XLSX.writeFile(d,"Account_Data.xlsx")},n.getsubtotal=function(){n.trans_drcr_value=[];for(var e=[],t=0;t<n.block1.gldd_acct_code.length;t++){n.acc_name=n.block1.gldd_acct_code[t];var a=s.get(i.apiUrl+"api/GLSLQuery/Get_Total?comp_code="+p+"&fyear="+u+"&acct_code="+n.acc_name+"&from_date="+n.block1.from_date+"&doc_code="+n.block1.gltd_doc_code+"&to_date="+n.block1.to_date).then(function(e){n.trans_drcr=e.data,console.log("trans_drcr",n.trans_drcr),n.trans_drcr_value.push(n.trans_drcr),console.log("trans_drcr_value",n.trans_drcr_value),$("#loader").modal("hide"),$(".modal-backdrop").removeClass("modal-backdrop")});e.push(a)}c.all(e).then(function(){n.trans_drcr_value=function(e){const t=new Map;return e.filter(e=>{if(e[0]&&(null!=e[0].glma_acct_code||""!=e[0].glma_acct_code))return e=e[0].glma_acct_code,!t.has(e)&&(t.set(e,!0),!0)})}(n.trans_drcr_value)})},n.exportStaffResigned=function(){swal({title:"",text:"Are you sure you want to Save "+n.acct_name+"_GLQueryDetails.xls ?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:390,cancelButtonText:"No"}).then(function(e){if(e){for(var e=document.getElementById("printdata4").cloneNode(!0),t=e.getElementsByTagName("tr"),a=t.length-1;0<=a;a--)""===t[a].textContent.trim()&&t[a].parentNode.removeChild(t[a]);e=new Blob([e.innerHTML],{type:"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;charset=utf-8"});saveAs(e,n.acct_name+"_GLQueryDetails.xls")}})},n.printStaffResigned=function(e){var t=document.head.outerHTML,a=document.getElementById("printdata4").outerHTML,o=window.open("","_blank","location=yes, statusbar=no, menubar=no, titlebar=no, toolbar=no,dependent=no, width=800, height=600, resizable=yes, screenX=250, screenY=10, personalbar=no, scrollbars=yes"),s=o.document;s.open(),s.write("<!doctype html><html>"+t+'<body onLoad="window.print()">'+a+"</body></html>"),s.close(),o.focus()},n.maxmize=function(){$("#jv_Voucher").css({height:"100%",width:"100%"}),n.windowflg=!0},n.manimize=function(){$("#jv_Voucher").css({height:"600px",width:"900px"}),n.windowflg=!1},s.get(i.apiUrl+"api/StudentFee/getDecimalPlaces").then(function(e){n.decimal_degit=e.data,n.decimal_dsc=n.decimal_degit[0].comp_curcy_dec}),n.back=function(){n.report_show=!0},n.closemodal=function(){n.report_show=!0},n.UpdatedVoucherDetails=function(e,t,a){$("#myModal4").modal("hide"),$("#updatedVoucherDetails").modal("show"),s.get(i.apiUrl+"api/GLSLQuery/getUpdatedVoucherRecords?comp_code="+e+"&doccode="+t+"&doc_no="+a).then(function(e){n.VoucherData=e.data})},n.closeReportmodal=function(){$("#myModal4").modal("hide"),$("#reportModal").modal("hide")},s.get(i.apiUrl+"api/JVCreation/GetReportUrl?opr=J&sub_opr=Final").then(function(e){n.voucher_doc_url=e.data}),n.exportDetailsVoucher=function(){swal({title:"",text:"Are you sure you want to Save "+n.acct_name+"_GLQueryVoucherDetails.xls ?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:390,cancelButtonText:"No"}).then(function(e){e&&(e=new Blob([document.getElementById("DetailsOfSelectedVoucher").innerHTML],{type:"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;charset=utf-8"}),saveAs(e,n.acct_name+"_GLQueryVoucherDetails.xls"))})},n.countData=[{val:15,data:15},{val:50,data:50},{val:100,data:100}],n.index=function(e,t){n.pageindex=e,n.currentPage=e,console.log("currentPage="+n.currentPage),n.makeTodos(e,t),n.chk={},n.chk.chk_all=!1,n.row1=""},n.makeTodos=function(e,t){n.test1=[];for(var a,o,s=0;s<n.trans_data1.length;s++)n.pageindex=e,n.currentPage=e,n.totalItems=n.trans_data1[s].length,n.todos=n.trans_datafinal[s],0===n.todos.length?n.pager=!1:(n.temptotal1<n.totalItems&&(n.pagersize=parseInt(n.totalItems/n.numPerPage)+1,n.temptotal1=n.totalItems),o=(a=(n.todos[s].gltr_acct_code===t||(n.currentPage="1"),(n.currentPage-1)*n.numPerPage),parseInt(a)+parseInt(n.numPerPage)),!(n.pager=!0)===n.pager?n.filteredTodos=n.todos:n.filteredTodos=n.todos.slice(a,o),n.test1.push(n.filteredTodos),n.v_data1=n.test1)},n.report_show1=!0,n.showReport=function(e,t,a){if(!0===t){n.report_show1=!1,$("#reportModal").modal("show");t={location:n.voucher_doc_url,parameter:{comp_detail:e,doc:a},state:"main.Fin064"};window.localStorage.ReportDetails=JSON.stringify(t);try{n.rpt=JSON.parse(window.localStorage.ReportDetails),n.location=n.rpt.location,n.parameter=n.rpt.parameter,n.state=n.rpt.state}catch(e){}e="SimsReports."+n.location+",SimsReports",a=d.GetRpt_url();n.parameters={},$("#reportViewer2").telerik_ReportViewer({serviceUrl:a,viewMode:telerikReportViewer.ViewModes.INTERACTIVE,scaleMode:telerikReportViewer.ScaleModes.SPECIFIC,scale:1,ready:function(){}}),$("#reportViewer2").data("telerik_ReportViewer").reportSource({report:e,parameters:n.parameter}),setInterval(function(){$("#k-item k-state-default k-state-disabled").css({display:"block"}),$(".trv-report-viewer input[type=number]").css({"min-height":"0px"})},1e3),o(function(){$("#k-item k-state-default k-state-disabled").css({display:"block"}),$(".trv-report-viewer input[type=number]").css({"min-height":"0px"})},100)}else swal({title:"Alert",text:"Voucher Not Authorized",width:300,height:200})},n.report_show=!0,n.Report=function(){n.report_show=!1,s.get(i.apiUrl+"api/JVCreation/GetDocReport?opr=J&sub_opr=Doc&comp_code="+p+"&fyear="+u+"&condition="+n.temp_doc.gltd_doc_code).then(function(e){n.final_doc_url1=e.data;e={location:n.final_doc_url1,parameter:{comp_detail:p,doc_code:n.temp_doc.gltd_doc_code,doc_no:n.temp_doc.gltd_final_doc_no},state:"main.Fin064"};window.localStorage.ReportDetails=JSON.stringify(e);try{n.rpt=JSON.parse(window.localStorage.ReportDetails),n.location=n.rpt.location,n.parameter=n.rpt.parameter,n.state=n.rpt.state}catch(e){}var e="SimsReports."+n.location+",SimsReports",t=d.GetRpt_url();n.parameters={},$("#reportViewer1").telerik_ReportViewer({serviceUrl:t,viewMode:telerikReportViewer.ViewModes.INTERACTIVE,scaleMode:telerikReportViewer.ScaleModes.SPECIFIC,scale:1,ready:function(){}}),$("#reportViewer1").data("telerik_ReportViewer").reportSource({report:e,parameters:n.parameter}),setInterval(function(){$("#k-item k-state-default k-state-disabled").css({display:"block"}),$(".trv-report-viewer input[type=number]").css({"min-height":"0px"})},1e3),o(function(){$("#k-item k-state-default k-state-disabled").css({display:"block"}),$(".trv-report-viewer input[type=number]").css({"min-height":"0px"})},100)})}}])}(),function(){"use strict";var e=angular.module("sims.module.Finance");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("SLQueryBloomCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV","AuthenticationService",function(_,e,t,a,o,c,l,s){_.pageindex="0",_.currentPage="1",_.numPerPage="10",_.temptotal="0",_.temptotal1="0",_.pagesize="10",_.edt="",_.operation=!0,_.table1=!1,_.addbtn=!0,_.print_pdf=!1,_.btnDelete=!1,_.users=[];_.chkcost_Ac=!1,_.data=[],_.Bankdetails="",_.Bankdetails=[],_.chkcost=!1,_.cost_combo=!1,_.crAmount=0,_.TotalAmount=0,_.drAmount=0,_.drAmount=0,_.crAmount=0,_.edt5=[],t.globals.currentUser.username.toLowerCase();_.finnDetail=JSON.parse(window.localStorage.Finn_comp);var r=_.finnDetail.company,m=_.finnDetail.year,n=new Date,i=n.getDate(),d=n.getMonth()+1,i=(n.getFullYear(),(n=new Date).getDate());t.globals.currentUser.username;i<10&&(i="0"+i);(d=n.getMonth()+1)<10&&(d="0"+d);t=n.getFullYear();_.sdate=i+"-"+d+"-"+t,_.edate=i+"-"+d+"-"+t,_.FromDate=i+"-"+d+"-"+t,_.ToDate=i+"-"+d+"-"+t,_.gifSrc="https://assets.mograsys.com/Images/ModuleImages/bill1.png",_.gifSrc1="https://assets.mograsys.com/Images/ModuleImages/cheque.png",_.isSticky=!0,_.isSticky1=!0,setTimeout(function(){$("#cmb_date_opt").select2()},100),c.get(l.apiUrl+"api/JVCreation/GetReportUrl?opr=J&sub_opr=Single").then(function(e){_.final_doc_url=e.data}),c.get(l.apiUrl+"api/GLSLQuery/getDate_SL_Query?finance_year="+m).then(function(e){_.getDates=e.data,0<_.getDates.length&&(_.sDate=_.getDates[0].sims_financial_year_start_date,_.eDate=_.getDates[0].sims_financial_year_end_date,_.edt={FromDate:_.getDates[0].sims_financial_year_start_date,ToDate:_.getDates[0].sims_financial_year_end_date}),$(document).ready(function(){$("#from_date").kendoDatePicker({format:"dd-MM-yyyy"})}),$(document).ready(function(){$("#to_date").kendoDatePicker({format:"dd-MM-yyyy"})}),console.log(_.getDates)}),_.positivevalue=function(e){return Math.abs(e)},a(function(){$("#fixTable").tableHeadFixer({top:1})},100),a(function(){$("#fixTable1").tableHeadFixer({top:1})},100),_.index=function(e,t){_.pageindex=e,_.currentPage=e,console.log("currentPage="+_.currentPage),_.makeTodos(e,t),_.chk={},_.chk.chk_all=!1,_.row1=""},_.makeTodos=function(e,t){_.test1=[];for(var a,o,s=0;s<_.SLdata.length;s++)_.pageindex=e,_.currentPage=e,_.totalItems=_.SLdata[s].length,_.todos=_.SLdata[s],0===_.todos.length?_.pager=!1:(_.temptotal1<_.totalItems&&(_.pagersize=parseInt(_.totalItems/_.numPerPage)+1,_.temptotal1=_.totalItems),o=(a=(_.todos[s].sltr_slmast_acno===t||(_.currentPage="1"),(_.currentPage-1)*_.numPerPage),parseInt(a)+parseInt(_.numPerPage)),!(_.pager=!0)===_.pager?_.filteredTodos=_.todos:_.filteredTodos=_.todos.slice(a,o),_.test1.push(_.filteredTodos),_.v_data1=_.test1)},_.CheckPrintReport=function(){var e={location:_.final_doc_url,parameter:{doc_code:_.temp3.gltd_doc_code,doc_no:_.Docno},state:"main.Fin141"};window.localStorage.ReportDetails=JSON.stringify(e),goToState("main.ReportCardParameter")},_.New=function(){_.operation=!0,_.addbtn=!0,_.updatebtn=!1,_.Delete=!1,_.edt="",_.myForm.$setPristine(),_.myForm.$setUntouched()},$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0,format:"yyyy-mm-dd"}),$(document).on("touch click",'*[data-datepicker="true"] .add-on',function(e){$('input[type="text"]',$(this).parent()).focus()});var i=(n=new Date).getDate(),p=((d=n.getMonth()+1)<10&&(d="0"+d),n.getFullYear(),_.getSLAccNo=function(a){_.getAllAccNos=[],c.get(l.apiUrl+"api/BankPayment/GetLedgerCodes?financialyear="+m+"&comp_code="+r).then(function(e){for(var t=0;t<e.data.length;t++)e.data[t].sllc_ldgr_code==a&&(_.ledger_code_name=e.data[t].sllc_ldgr_name.substring(3,30))}),c.get(l.apiUrl+"api/JVCreation/GetSLAccNumber?ldgr_code="+a+"&cmp_cd="+r+"&year="+m).then(function(e){_.getAllAccNos=e.data,setTimeout(function(){$("#account_code").change(function(){}).multipleSelect({width:"100%",filter:!0}),$("#account_code").multipleSelect("uncheckAll")},1e3)})},setTimeout(function(){$("#cmb_acc_Code3").select2()},100),c.get(l.apiUrl+"api/JVCreation/getDocCodeJV?comp_code="+r+"&finance_year="+m).then(function(e){_.geDocCode_jv=e.data,console.log("doc code",_.geDocCode_jv),setTimeout(function(){$("#Cmb_Doc_Code").change(function(){console.log($(this).val())}).multipleSelect({width:"100%",filter:!0,placeholder:"Search Doc Code"}),$("#Cmb_Doc_Code").multipleSelect("checkAll")},1e3)}),_.block2=[],_.getDepartcode=function(e,t){_.block2=[],c.get(l.apiUrl+"api/GLSLQuery/getdataAccountChange?compcode="+r+"&financial_year="+m+"&ledger_code="+e+"&slma_acno="+t).then(function(e){_.accountData=e.data,0<e.data.length&&(_.block2.slma_yob_amt=e.data[0].slma_yob_amt,_.block2.slma_cr_limit=e.data[0].slma_cr_limit,_.block2.slma_credit_prd=e.data[0].slma_credit_prd,_.block2.slma_stop_cr_ind=e.data[0].slma_stop_cr_ind,_.block2.slma_pty_bank_acno=e.data[0].slma_pty_bank_acno,_.block2.sltr_attr1=e.data[0].sltr_attr1,_.block2.sltr_attr2=e.data[0].sltr_attr2,_.block2.sltr_attr3=e.data[0].sltr_attr3,_.block2.sltr_attr4=e.data[0].sltr_attr4,_.block2.coad_pty_short_name=e.data[0].coad_pty_short_name,_.block2.coad_dept_no=e.data[0].coad_dept_no,_.block2.codp_dept_name=e.data[0].codp_dept_name)})},0),u=0;_.Show=function(t,a,o,s,n){if(void 0===t||""===t||null===t||void 0===a||""===a||null===a)swal({title:"Alert",text:"Please Select Ledger code and Account code ",showCloseButton:!0,width:300,height:200});else if(void 0===s||""===s||void 0===n||""===n)swal({title:"Alert",text:"Please Select From date and to date ",showCloseButton:!0,width:300,height:200});else{_.acct_name=$("#account_code option:selected").text(),_.from=_.edt.FromDate,_.to=_.edt.ToDate,_.SLdata=[],_.dataObject=[],_.temptotal=0,_.test1=[],_.v_data1=[],_.opening_data=[],_.to=_.edt.ToDate,c.get(l.apiUrl+"api/GLSLQuery/Get_SL_opening_bal_new?comp_code="+r+"&fyear="+m+"&ledgercode="+t+"&acct_code="+a+"&from_date="+s).then(function(e){_.opening_data=e.data,console.log("opening_data",_.opening_data),_.getsubtotal(t,a,o,s,n)});for(var e=0;e<_.edt.gldd_acct_code.length;e++){_.acc_name="",_.acc_name=_.edt.gldd_acct_code[e];var i=0,d=0;_.drAmount=0,_.crAmount=0,c.get(l.apiUrl+"api/GLSLQuery/getdataAllShowNew?compcode="+r+"&ledger_code="+t+"&slma_acno="+_.acc_name+"&doc_code="+o+"&from_date="+s+"&to_date="+n).then(function(e){if(_.accountDatashow=e.data,_.SLdata.push(_.accountDatashow),0<_.accountDatashow.length){_.table1=!0;for(var t=0;t<_.accountDatashow.length;t++)i=parseFloat(_.drAmount)+parseFloat(_.accountDatashow[t].sltr_dr_amount),d=parseFloat(_.crAmount)+parseFloat(_.accountDatashow[t].sltr_cr_amount),_.drAmount=i,_.crAmount=d;0!=_.drAmount&&(_.drAmount=parseFloat(_.drAmount).toFixed(3)),0!=_.crAmount&&(_.crAmount=parseFloat(_.crAmount).toFixed(3)),0==_.crAmount&&0==_.drAmount||(_.close_amt=parseFloat(_.drAmount)-parseFloat(_.crAmount),(0<=_.OpBalanceAmt||_.OpBalanceAmt<0)&&(_.close_amt=(parseFloat(_.close_amt)+parseFloat(_.OpBalanceAmt)).toFixed(3)),0<=_.close_amt?(_.closebal=parseFloat(_.close_amt).toFixed(3),_.dr=" dr"):_.close_amt<0?(_.closebal=Math.abs(_.close_amt).toFixed(3),_.dr=" cr"):_.closebal=0)}else _.drAmount=0,(_.crAmount=0)<=_.opbal?(_.closebal=_.opbal,_.descvari="dr",_.cr=" dr"):_.opbal<0?(_.closebal=Math.abs(_.opbal),_.descvari="cr",_.cr=" cr"):_.closebal=_.opbal;$("#loader").modal("hide"),$(".modal-backdrop").removeClass("modal-backdrop")}),c.get(l.apiUrl+"api/StudentFee/getDecimalPlaces").then(function(e){_.decimal_degit=e.data,_.decimal_dsc=_.decimal_degit[0].comp_curcy_dec}),c.get(l.apiUrl+"api/GLSLQuery/getBillDetails?compcode="+r+"&ledger_code="+t+"&slma_acno="+a).then(function(e){_.billDatashow=e.data,p=_.billDatashow.length,_.bill_entry=p}),c.get(l.apiUrl+"api/GLSLQuery/getChequeDetails?compcode="+r+"&ledger_code="+t+"&slma_acno="+a).then(function(e){_.ChequeDatashow=e.data,u=_.ChequeDatashow.length,_.Cheque_Details_count=u})}}},_.getsubtotal=function(e,t,a,o,s){_.trans_drcr_value=[];for(var n=0;n<_.edt.gldd_acct_code.length;n++)_.acc_name=_.edt.gldd_acct_code[n],c.get(l.apiUrl+"api/GLSLQuery/Get_SL_closing_bal_new?comp_code="+r+"&fyear="+m+"&ledgercode="+e+"&acct_code="+_.acc_name+"&from_date="+o+"&to_date="+s+"&doc_code="+a).then(function(e){_.trans_drcr=e.data,console.log("trans_drcr",_.trans_drcr),_.trans_drcr_value.push(_.trans_drcr),console.log("trans_drcr_value",_.trans_drcr_value)})},_.Cheque_Details=function(e,t){null!=e&&null!=t?(c.get(l.apiUrl+"api/GLSLQuery/getChequeDetails?compcode="+r+"&ledger_code="+e+"&slma_acno="+t).then(function(e){_.ChequeDatashow=e.data}),$("#MyModal2").modal("show")):swal({title:"Alert",text:"Please Select LedgerCode and Account Number",showCloseButton:!0,width:300,height:200})},_.toggleGif=function(e,t){_.isSticky&&(_.isSticky=!1,_.gifSrc="https://assets.mograsys.com/Images/ModuleImages/bill.gif",a(function(){_.isSticky=!0,_.gifSrc="https://assets.mograsys.com/Images/ModuleImages/bill1.png",_.Bill_Details(e,t)},2e3))},_.toggleGif1=function(e,t){_.isSticky1&&(_.isSticky1=!1,_.gifSrc1="https://assets.mograsys.com/Images/ModuleImages/cheque.gif",a(function(){_.isSticky1=!0,_.gifSrc1="https://assets.mograsys.com/Images/ModuleImages/cheque.png",_.Cheque_Details(e,t)},2e3))},_.Bill_Details=function(e,t){null!=e&&null!=t?(c.get(l.apiUrl+"api/GLSLQuery/getBillDetails?compcode="+r+"&ledger_code="+e+"&slma_acno="+t).then(function(e){_.billDatashow=e.data}),$("#MyModal3").modal("show")):swal({title:"Alert",text:"Please Select LedgerCode and Account Number",showCloseButton:!0,width:300,height:200})},c.get(l.apiUrl+"api/BankPayment/GetLedgerCodes?financialyear="+m+"&comp_code="+r).then(function(e){_.LdgrCode=[];for(var t=0;t<e.data.length;t++)"00"!=e.data[t].sllc_ldgr_code&&_.LdgrCode.push(e.data[t])}),_.onChange1=function(){var e=moment(_.eDate,"DD-MM-YYYY").format("YYYY-MM-DD"),t=moment(_.edt.ToDate,"DD-MM-YYYY").format("YYYY-MM-DD");moment(t)>moment(e)&&(_.edt.FromDate="",swal({title:"Alert",text:"Please select date between "+_.sDate+" to "+_.eDate+" in financial year",showCloseButton:!0,width:380}))},_.onChange=function(){var e=moment(_.sDate,"DD-MM-YYYY").format("YYYY-MM-DD"),t=moment(_.edt.FromDate,"DD-MM-YYYY").format("YYYY-MM-DD");moment(t)<moment(e)&&(_.edt.FromDate="",swal({title:"Alert",text:"Please select date between "+_.sDate+" to "+_.eDate+" in financial year",showCloseButton:!0,width:380}))},_.Fetchdata=function(e,t,a){_.docCode1=t,_.provNo1=a,$("#myModal4").modal("show"),c.get(l.apiUrl+"api/VoucherReversal/getAllRecords?doccode="+t+"&prnumber="+a+"&comp_code="+e).then(function(e){_.prdocdata=e.data,_.temp_doc=[],_.totalDebit=0;for(var t=_.totalcredit=0;t<_.prdocdata.length;t++)0==t&&(_.temp_doc.gltd_comp_code=_.prdocdata[t].gltd_comp_code,_.temp_doc.gltd_doc_code=_.prdocdata[t].gltd_doc_code,_.temp_doc.gltd_doc_narr=_.prdocdata[t].gltd_doc_narr,_.temp_doc.gltd_remarks=_.prdocdata[t].gltd_remarks,_.temp_doc.gltd_doc_date=_.prdocdata[t].gltd_doc_date,_.temp_doc.gltd_post_date=_.prdocdata[t].gltd_post_date,_.temp_doc.gltd_prov_doc_no=_.prdocdata[t].gltd_prov_doc_no,_.temp_doc.gltd_final_doc_no=a,_.temp_doc.gltd_paid_to=_.prdocdata[t].gltd_paid_to,_.temp_doc.gltd_cheque_no=_.prdocdata[t].gltd_cheque_no,_.temp_doc.gldu_authorize=_.prdocdata[t].gldu_authorize,_.temp_doc.gldu_verify=_.prdocdata[t].gldu_verify,_.temp_doc.gltd_authorize_date=_.prdocdata[t].gltd_authorize_date,_.temp_doc.gltd_verify_date=_.prdocdata[t].gltd_verify_date),_.cost=_.cost||""!=_.prdocdata[t].gldd_cost_center_code||""!=_.prdocdata[t].gldd_cost_center_code,_.totalDebit=parseFloat(_.totalDebit)+parseFloat(_.prdocdata[t].gldd_doc_amount_debit),_.totalcredit=parseFloat(_.totalcredit)+parseFloat(_.prdocdata[t].gldd_doc_amount_credit)})},c.get(l.apiUrl+"api/JVCreation/GetReportUrl?opr=J&sub_opr=Single").then(function(e){_.final_doc_url=e.data}),_.CheckPrintReport=function(){var e={location:_.final_doc_url,parameter:{comp_detail:r,doc_code:_.temp_doc.gltd_doc_code,doc_no:_.temp_doc.gltd_final_doc_no},state:"main.Fin123"};window.localStorage.ReportDetails=JSON.stringify(e),$("#myModal4").modal("hide"),setTimeout(function(){goToState("main.ReportCardParameter")},700)},_.UpdateVoucherDetails=function(){$("#myModal4").modal("hide"),setTimeout(function(){goToState("main.UV01")},700),$("#Applsource").select2("val","UV01")},_.printStaffResigned=function(e){var t=document.head.outerHTML,a=document.getElementById("printdata33").outerHTML,o=window.open("","_blank","location=yes, statusbar=no, menubar=no, titlebar=no, toolbar=no,dependent=no, width=800, height=600, resizable=yes, screenX=250, screenY=10, personalbar=no, scrollbars=yes"),s=o.document;s.open(),s.write("<!doctype html><html>"+t+'<body onLoad="window.print()">'+a+"</body></html>"),s.close(),o.focus()},_.exportStaffResigned=function(){swal({title:"",text:"Are you sure you want to Save "+_.acct_name+"_SLQueryDetails.xls ?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:390,cancelButtonText:"No"}).then(function(e){e&&(e=new Blob([document.getElementById("printdata33").innerHTML],{type:"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;charset=utf-8"}),saveAs(e,_.obj1.lic_school_name+_.acct_name+"_SLQueryDetails.xls"))})},_.back=function(){_.report_show=!0},c.get(l.apiUrl+"api/GLSLQuery/getdateoption_GL_Query?").then(function(e){_.Date_option=e.data}),_.data_option=function(){_.block1.date_option="1"},_.onChange1=function(){"3"==_.block1.date_option&&(_.edt.FromDate=moment(_.FromDate,"DD-MM-YYYY").startOf("month").format("DD-MM-YYYY"),_.edt.ToDate=moment(_.FromDate,"DD-MM-YYYY").endOf("month").format("DD-MM-YYYY")),"4"==_.block1.date_option&&(_.edt.FromDate=moment(_.FromDate,"DD-MM-YYYY").subtract(1,"month").startOf("month").format("DD-MM-YYYY"),_.edt.ToDate=moment(_.FromDate,"DD-MM-YYYY").subtract(1,"month").endOf("month").format("DD-MM-YYYY")),"5"==_.block1.date_option&&(_.edt.FromDate=moment(_.FromDate,"DD-MM-YYYY").startOf("week").format("DD-MM-YYYY"),_.edt.ToDate=moment(_.FromDate,"DD-MM-YYYY").endOf("week").format("DD-MM-YYYY")),"6"==_.block1.date_option&&(_.edt.FromDate=moment(_.FromDate,"DD-MM-YYYY").subtract(1,"week").startOf("week").format("DD-MM-YYYY"),_.edt.ToDate=moment(_.FromDate,"DD-MM-YYYY").subtract(1,"week").endOf("week").format("DD-MM-YYYY")),"7"==_.block1.date_option&&(_.edt.FromDate=moment(_.FromDate,"DD-MM-YYYY").format("DD-MM-YYYY"),_.edt.ToDate=moment(_.FromDate,"DD-MM-YYYY").format("DD-MM-YYYY")),"8"==_.block1.date_option&&(_.edt.FromDate=moment(_.FromDate,"DD-MM-YYYY").startOf("year").format("DD-MM-YYYY"),_.edt.ToDate=moment(_.FromDate,"DD-MM-YYYY").endOf("year").format("DD-MM-YYYY")),"9"==_.block1.date_option&&(_.edt.FromDate=moment(_.FromDate,"DD-MM-YYYY").subtract(1,"year").startOf("year").format("DD-MM-YYYY"),_.edt.ToDate=moment(_.FromDate,"DD-MM-YYYY").subtract(1,"year").endOf("year").format("DD-MM-YYYY")),"10"==_.block1.date_option&&(_.edt.FromDate=moment(_.FromDate,"DD-MM-YYYY").month("September").startOf("month").format("DD-MM-YYYY"),_.edt.ToDate=moment(_.FromDate,"DD-MM-YYYY").add("year",1).month("August").endOf("month").format("DD-MM-YYYY")),"11"==_.block1.date_option&&(_.edt.FromDate=moment(_.FromDate,"DD-MM-YYYY").subtract("year",1).month("September").startOf("month").format("DD-MM-YYYY"),_.edt.ToDate=moment(_.FromDate,"DD-MM-YYYY").month("August").startOf("month").format("DD-MM-YYYY")),"12"==_.block1.date_option&&(_.edt.FromDate=moment(_.FromDate,"DD-MM-YYYY").subtract(1,"days").format("DD-MM-YYYY"),_.edt.ToDate=moment(_.FromDate,"DD-MM-YYYY").subtract(1,"days").format("DD-MM-YYYY")),"13"==_.block1.date_option&&(_.current_Quatar_from_date=moment(_.FromDate,"DD-MM-YYYY").startOf("quarter").format("DD-MM-YYYY"),_.edt.FromDate=moment(_.current_Quatar_from_date,"DD-MM-YYYY").add(2,"month").startOf("month").format("DD-MM-YYYY"),_.current_Quatar_to_date=moment(_.FromDate,"DD-MM-YYYY").endOf("quarter").format("DD-MM-YYYY"),_.edt.ToDate=moment(_.current_Quatar_to_date,"DD-MM-YYYY").add(2,"month").endOf("month").format("DD-MM-YYYY")),"14"==_.block1.date_option&&(_.current_Quatar_from_date=moment(_.FromDate,"DD-MM-YYYY").subtract(1,"quarter").startOf("quarter").format("DD-MM-YYYY"),_.edt.FromDate=moment(_.current_Quatar_from_date,"DD-MM-YYYY").add(2,"month").startOf("month").format("DD-MM-YYYY"),_.current_Quatar_to_date=moment(_.FromDate,"DD-MM-YYYY").subtract(1,"quarter").endOf("quarter").format("DD-MM-YYYY"),_.edt.ToDate=moment(_.current_Quatar_to_date,"DD-MM-YYYY").add(2,"month").endOf("month").format("DD-MM-YYYY")),"15"==_.block1.date_option&&(_.edt.FromDate=moment(_.FromDate,"DD-MM-YYYY").startOf("week").format("DD-MM-YYYY"),_.edt.ToDate=moment(_.FromDate,"DD-MM-YYYY").format("DD-MM-YYYY")),"16"==_.block1.date_option&&(_.edt.FromDate=moment(_.FromDate,"DD-MM-YYYY").startOf("month").format("DD-MM-YYYY"),_.edt.ToDate=moment(_.FromDate,"DD-MM-YYYY").format("DD-MM-YYYY")),"17"==_.block1.date_option&&(_.current_Quatar_from_date=moment(_.FromDate,"DD-MM-YYYY").startOf("quarter").format("DD-MM-YYYY"),_.edt.FromDate=moment(_.current_Quatar_from_date,"DD-MM-YYYY").add(2,"month").startOf("month").format("DD-MM-YYYY"),_.edt.ToDate=moment(_.FromDate,"DD-MM-YYYY").format("DD-MM-YYYY")),"18"==_.block1.date_option&&(_.edt.FromDate=moment(_.FromDate,"DD-MM-YYYY").startOf("year").format("DD-MM-YYYY"),_.edt.ToDate=moment(_.FromDate,"DD-MM-YYYY").format("DD-MM-YYYY")),"19"==_.block1.date_option&&(_.edt.FromDate=moment(_.FromDate,"DD-MM-YYYY").subtract(1,"year").startOf("year").format("DD-MM-YYYY"),_.edt.ToDate=moment(_.FromDate,"DD-MM-YYYY").format("DD-MM-YYYY")),"20"==_.block1.date_option&&(_.current_Quatar_from_date=moment(_.FromDate,"DD-MM-YYYY").subtract(1,"quarter").startOf("quarter").format("DD-MM-YYYY"),_.edt.FromDate=moment(_.current_Quatar_from_date,"DD-MM-YYYY").add(2,"month").startOf("month").format("DD-MM-YYYY"),_.edt.ToDate=moment(_.FromDate,"DD-MM-YYYY").format("DD-MM-YYYY")),"21"==_.block1.date_option&&(_.edt.FromDate=moment(_.FromDate,"DD-MM-YYYY").subtract(1,"week").startOf("week").format("DD-MM-YYYY"),_.edt.ToDate=moment(_.FromDate,"DD-MM-YYYY").format("DD-MM-YYYY")),"22"==_.block1.date_option&&(_.edt.FromDate=moment(_.FromDate,"DD-MM-YYYY").startOf("year").format("DD-MM-YYYY"),_.edt.ToDate=moment(_.FromDate,"DD-MM-YYYY").subtract(1,"month").startOf("month").format("DD-MM-YYYY")),"23"==_.block1.date_option&&(_.edt.FromDate=moment(_.FromDate,"DD-MM-YYYY").startOf("year").format("DD-MM-YYYY"),_.edt.ToDate=moment(_.FromDate,"DD-MM-YYYY").startOf("month").format("DD-MM-YYYY")),"24"==_.block1.date_option&&(_.edt.FromDate=moment(_.FromDate,"DD-MM-YYYY").add(1,"week").startOf("week").format("DD-MM-YYYY"),_.edt.ToDate=moment(_.FromDate,"DD-MM-YYYY").add(1,"week").endOf("week").format("DD-MM-YYYY")),"25"==_.block1.date_option&&(_.edt.FromDate=moment(_.FromDate,"DD-MM-YYYY").add(4,"week").startOf("week").format("DD-MM-YYYY"),_.edt.ToDate=moment(_.FromDate,"DD-MM-YYYY").add(4,"week").endOf("week").format("DD-MM-YYYY")),"26"==_.block1.date_option&&(_.edt.FromDate=moment(_.FromDate,"DD-MM-YYYY").add(1,"month").startOf("month").format("DD-MM-YYYY"),_.edt.ToDate=moment(_.FromDate,"DD-MM-YYYY").add(1,"month").endOf("month").format("DD-MM-YYYY")),"27"==_.block1.date_option&&(_.edt.FromDate=moment(_.FromDate,"DD-MM-YYYY").add(1,"year").startOf("year").format("DD-MM-YYYY"),_.edt.ToDate=moment(_.FromDate,"DD-MM-YYYY").add(1,"year").endOf("year").format("DD-MM-YYYY")),"28"==_.block1.date_option&&(_.edt.FromDate=moment(_.FromDate,"DD-MM-YYYY").subtract(30,"days").format("DD-MM-YYYY"),_.edt.ToDate=moment(_.FromDate,"DD-MM-YYYY").format("DD-MM-YYYY")),"29"==_.block1.date_option&&(_.edt.FromDate=moment(_.FromDate,"DD-MM-YYYY").subtract(60,"days").format("DD-MM-YYYY"),_.edt.ToDate=moment(_.FromDate,"DD-MM-YYYY").format("DD-MM-YYYY")),"30"==_.block1.date_option&&(_.edt.FromDate=moment(_.FromDate,"DD-MM-YYYY").subtract(90,"days").format("DD-MM-YYYY"),_.edt.ToDate=moment(_.FromDate,"DD-MM-YYYY").format("DD-MM-YYYY"))},_.report_show=!0,_.Report=function(){_.report_show=!1,c.get(l.apiUrl+"api/JVCreation/GetDocReportUrl?opr=J&sub_opr=Doc_URL&comp_code="+r+"&fyear="+m+"&condition="+_.docCode1+"&condition1=&condition2=&condition3=&condition4=&condition5=").then(function(e){_.final_doc_urlNew=e.data;e={location:_.final_doc_urlNew,parameter:{comp_detail:r,doc_code:_.docCode1,doc_no:_.provNo1},state:"main.Fin123"};window.localStorage.ReportDetails=JSON.stringify(e);try{_.rpt=JSON.parse(window.localStorage.ReportDetails),_.location=_.rpt.location,_.parameter=_.rpt.parameter,_.state=_.rpt.state}catch(e){}var e="SimsReports."+_.location+",SimsReports",t=s.GetRpt_url();console.log(t),_.parameters={},$("#reportViewer1").telerik_ReportViewer({serviceUrl:t,viewMode:telerikReportViewer.ViewModes.INTERACTIVE,scaleMode:telerikReportViewer.ScaleModes.SPECIFIC,scale:1,ready:function(){}}),$("#reportViewer1").data("telerik_ReportViewer").reportSource({report:e,parameters:_.parameter}),setInterval(function(){$("#k-item k-state-default k-state-disabled").css({display:"block"}),$(".trv-report-viewer input[type=number]").css({"min-height":"0px"})},1e3),a(function(){$("#k-item k-state-default k-state-disabled").css({display:"block"}),$(".trv-report-viewer input[type=number]").css({"min-height":"0px"})},100)})}}])}(),function(){"use strict";var s,v,w="",k=!1,C=!1,e=angular.module("sims.module.Finance");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("JVCreateBlmCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV","AuthenticationService",function(i,e,t,n,a,d,_,c){i.pagesize="5",i.edt="",i.amount_difference=0,i.operation=!0,i.chkcost=!0,i.cost_combo=!0,i.doc_cd_prov_no="",i.doc_cd_final_doc_no="",i.block1=[],i.block2=[],i.block3=[],i.temp_doc=[],i.vis=[],i.vis.main=!0,i.vis.onchangedoccodeshow=!1,i.dramount=!1,i.cramount=!1,i.vis.doc_detail_grid=!0,i.vis.main_acct_grid=!0,i.save1=!0,i.vis.add_grid=!0,i.checkprintbtn=!1,i.vis.Add_show_hide=!0,i.prdocdata=[],i.cmb_doc_cd=[],i.vis.update=!1,i.doc_detail_data=[],i.chkcost=!1,i.block3.gldd_vat_enable=!1,i.block3.gldd_include_vat=!1,i.block3.gldd_doc_vat_amt=0,i.cost_combo=!1,i.readonly=!0,i.vis.ok=!0,i.vis.is_recur=!0,i.preparebtn=!0,i.verifybtn=!0,i.authorizebtn=!0,i.vis.cmb_acct=!0,i.vis.txt_acct=!1,i.dis_recur_date=!0,i.revdelete=!1,i.edt2=[],i.edt=[],i.voucher_report_show=!0;var l=(l=t.globals.currentUser.username).toLowerCase(),o=new FormData,r=(i.finnDetail=JSON.parse(window.localStorage.Finn_comp),i.finnDetail.company),m=i.finnDetail.year,p=i.finnDetail.comp_vat_per,u=i.finnDetail.comp_vat_status,g=i.finnDetail.input_vat_acct,h="",t=new Date,f=t.getDate(),y=t.getMonth()+1,b=(y<10&&(y="0"+y),t.getFullYear());i.block1={gltd_payment_date:f+"-"+y+"-"+b},setTimeout(function(){$("#cmb_acc_Code3").select2()},100),i.deleteReverted=function(){i.data=[];var e={gltd_doc_code:i.block1.gltd_doc_code,gltd_prov_doc_no:i.block1.gltd_prov_doc_no,gltd_comp_code:r};i.data.push(e),d.post(_.apiUrl+"api/JVCreation/revertedDelete",i.data).then(function(e){i.msg1=e.data,!0===i.msg1?(swal({title:"Alert",text:"Record Deleted successfully",imageUrl:"assets/img/check.png",width:300,height:200}),window.location.reload()):swal({title:"Alert",text:"Record Not Deleted. ",imageUrl:"assets/img/close.png",width:300,height:200})})},d.get(_.apiUrl+"api/JVCreation/getLoggedUser").then(function(e){i.data=[],i.loggedUser=e.data;for(var t=0;t<i.loggedUser.length;t++)i.loggedUser[t].fins_appl_form_field_value1.toLowerCase()!=l||""==i.block1.gltd_doc_code&&"undefined"==i.block1.gltd_doc_code||""==i.block1.gltd_prov_doc_no&&"undefined"==i.block1.gltd_prov_doc_no?i.revdelete=!1:i.revdelete=!0}),i.maxmize=function(){$("#jv_Voucher").css({height:"100%",width:"100%"}),i.windowflg=!0},i.manimize=function(){$("#jv_Voucher").css({height:"600px",width:"900px"}),i.windowflg=!1},n(function(){$("#fixTable").tableHeadFixer({top:1}),$("#fixTable1").tableHeadFixer({top:1}),$("#Table1").tableHeadFixer({top:1})},100),i.propertyName=null,i.reverse=!1,i.sortBy=function(e){i.reverse=i.propertyName===e&&!i.reverse,i.propertyName=e},i.Prepare=function(e){i.clear(),jQuery(".verifybtn").removeClass("voucherbtn"),jQuery(".preparebtn").addClass("voucherbtn"),jQuery(".authorizebtn").removeClass("voucherbtn"),i.vis.prepare=!0,i.vis.verify=!1,i.vis.Autorize=!1,i.vis.main=!1,i.jvtitle="- Prepare","Y"==u?(i.vis_vat=!0,i.vis_vat_amt=!0):(i.vis_vat=!1,i.vis_vat_amt=!1,i.block3.gldd_doc_vat_amt=0),i.block3.gldd_vat_enable=!1,i.block3.gldd_include_vat=!1,"MODERN"!=d.defaults.headers.common.schoolId&&"ghl"!=d.defaults.headers.common.schoolId&&"staging1"!=d.defaults.headers.common.schoolId&&"AICS"!=d.defaults.headers.common.schoolId&&"staging2"!=d.defaults.headers.common.schoolId&&"TIADXB"!=d.defaults.headers.common.schoolId&&"staging3"!=d.defaults.headers.common.schoolId&&"TOSDXB"!=d.defaults.headers.common.schoolId&&"staging4"!=d.defaults.headers.common.schoolId&&"AISDXB"!=d.defaults.headers.common.schoolId&&"TIASHJ"!=d.defaults.headers.common.schoolId||d.get(_.apiUrl+"api/Financialyear/getAllFinancialYear").then(function(e){i.fin_year=e.data,i.totalItems=i.fin_year.length,i.todos=i.fin_year;for(var t=0;t<i.totalItems;t++)"Current"===i.todos[t].sims_financial_year_status1&&(i.todos[t].sims_financial_year_end_date,i.todos[t].sims_financial_year_start_date,$("#PostDate").kendoDatePicker({format:"dd-MM-yyyy",max:moment(i.todos[t].sims_financial_year_end_date,"DD-MM-YYYY").format("YYYY-MM-DD"),min:moment(i.todos[t].sims_financial_year_start_date,"DD-MM-YYYY").format("YYYY-MM-DD")}))}),d.get(_.apiUrl+"api/JVCreation/getRevertedData?comp_code="+r+"&username="+l).then(function(e){i.revertdocument=e.data,""!=i.revertdocument[0].revert_doc_no?i.vis.revert_grd=!0:i.vis.revert_grd=!1}),d.get(_.apiUrl+"api/BankPayment/GetVerifyAuthorizeUsers?comp_code="+r+"&fyear="+m).then(function(e){i.users=e.data,0!=i.users.length&&(i.users[0]==l&&i.users[1]==l?(i.vis.autoriz=!0,i.vis.very=!0):i.users[0]!=l||""!=i.users[1]&&i.users[1]==l?(i.vis.autoriz=!1,i.vis.very=!1):(i.vis.autoriz=!1,i.vis.very=!0))})},i.Verify=function(){jQuery(".verifybtn").addClass("voucherbtn"),jQuery(".preparebtn").removeClass("voucherbtn"),jQuery(".authorizebtn").removeClass("voucherbtn"),i.edt="",i.edt1="",i.edt2="",i.vis.main=!0,i.jvtitle="- Verify",i.vis.prepare=!1,i.vis.verify=!0,i.vis.Autorize=!1,i.vis.user_vry=!1,i.vis.user_aut=!1,$("#loader").modal({backdrop:"static",keyboard:!1}),d.get(_.apiUrl+"api/JVCreation/getFinn140_SearchFins_temp_docs?compcode="+r+"&username="+l).then(function(e){i.verify_data=e.data,$("#loader").modal("hide"),$(".modal-backdrop").removeClass("modal-backdrop")})},i.Authorize=function(e){jQuery(".verifybtn").removeClass("voucherbtn"),jQuery(".preparebtn").removeClass("voucherbtn"),jQuery(".authorizebtn").addClass("voucherbtn"),i.jvtitle="- Authorize",i.edt="",i.edt1="",i.edt2="",i.vis.main=!0,i.vis.prepare=!1,i.vis.verify=!1,i.vis.Autorize=!0,i.vis.user_vry=!0,i.vis.user_aut=!1,$("#loader").modal({backdrop:"static",keyboard:!1}),d.get(_.apiUrl+"api/JVCreation/getFinn142_SearchFins_temp_docs?compcode="+r+"&username="+l).then(function(e){i.Authorize_data=e.data,$("#loader").modal("hide"),$(".modal-backdrop").removeClass("modal-backdrop")})},i.back=function(){jQuery(".verifybtn").removeClass("voucherbtn"),jQuery(".preparebtn").removeClass("voucherbtn"),jQuery(".authorizebtn").removeClass("voucherbtn"),i.vis.main=!0,i.vis.verify=!1,i.vis.Autorize=!1,i.jvtitle=" ",i.checkprintbtn=!1,i.totalDebit=0,i.totalcredit=0,i.prvno="",i.dcode=!1,i.block1=[],i.block2=[],i.block3=[],i.temp_doc=[],i.edt2=[],i.edt=[],i.prdocdata=[],i.doc_detail_data=[],i.vis.cmb_acct=!0,i.vis.txt_acct=!1,i.ldgcd=!1,i.vis.is_recur=!0,i.vis.ok=!0,i.vis.update=!1,i.vis.SendToVerify=!1,i.checkprintbtn=!1,i.vis.onchangedoccodeshow=!1,i.dis_recur_date=!0,i.lbl_recur="",i.vis.recur_periods=!1;var e=new Date,t=e.getDate(),a=e.getMonth()+1,e=(a<10&&(a="0"+a),e.getFullYear());i.sdate=t+"-"+a+"-"+e,i.edate=t+"-"+a+"-"+e,i.temp_doc={gltd_doc_date:t+"-"+a+"-"+e,gltd_post_date:t+"-"+a+"-"+e}},i.clear=function(){i.dcode=!1,i.block1=[],i.block2=[],i.block3=[],i.temp_doc=[],i.checkprintbtn=!1,i.prvno="",i.totalDebit=0,i.totalcredit=0,i.edt2=[],i.edt=[],i.prdocdata=[],i.doc_detail_data=[],i.vis.cmb_acct=!0,i.vis.txt_acct=!1,i.ldgcd=!1,i.vis.is_recur=!0,i.vis.ok=!0,i.vis.update=!1,i.vis.SendToVerify=!1,i.checkprintbtn=!1,i.vis.onchangedoccodeshow=!1,C=k=!1,i.dis_recur_date=!0,i.lbl_recur="",i.vis.recur_periods=!1;var e=new Date,t=e.getDate(),a=e.getMonth()+1,e=(a<10&&(a="0"+a),e.getFullYear());i.sdate=t+"-"+a+"-"+e,i.edate=t+"-"+a+"-"+e,i.temp_doc={gltd_doc_date:t+"-"+a+"-"+e,gltd_post_date:t+"-"+a+"-"+e},d.get(_.apiUrl+"api/BankPayment/GetVerifyAuthorizeUsers?comp_code="+r+"&fyear="+m).then(function(e){i.users=e.data,0!=i.users.length&&(i.users[0]==l&&i.users[1]==l?(i.vis.autoriz=!0,i.vis.very=!0):i.users[0]!=l||""!=i.users[1]&&i.users[1]==l?(i.vis.autoriz=!1,i.vis.very=!1):(i.vis.autoriz=!1,i.vis.very=!0))})},i.Show=function(){null!=i.block1.gltd_doc_code&&""!=i.block1.gltd_doc_code&&null!=i.block1.gltd_prov_doc_no&&""!=i.block1.gltd_prov_doc_no?(i.dcode=!0,d.get(_.apiUrl+"api/JVCreation/getAllRecords?doccode="+i.block1.gltd_doc_code+"&prnumber="+i.block1.gltd_prov_doc_no+"&comp_code="+r).then(function(e){i.prdocdata=e.data,i.totalDebit=0;for(var t=i.totalcredit=0;t<i.prdocdata.length;t++)0==t&&(i.temp_doc.gltd_comp_code=i.prdocdata[t].gltd_comp_code,i.temp_doc.gltd_doc_code=i.prdocdata[t].gltd_doc_code,i.temp_doc.gltd_doc_narr=i.prdocdata[t].gltd_doc_narr,i.temp_doc.gltd_remarks=i.prdocdata[t].gltd_remarks,i.temp_doc.gltd_doc_date=i.prdocdata[t].gltd_doc_date,i.temp_doc.gltd_post_date=i.prdocdata[t].gltd_post_date,i.block1.gltd_cheque_No=i.prdocdata[t].gltd_cheque_no,i.block1.gltd_paid_to=i.prdocdata[t].gltd_paid_to,i.showhide()),i.totalDebit=parseFloat(parseFloat(i.totalDebit)+parseFloat(i.prdocdata[t].gldd_doc_amount_debit)).toFixed(3),i.totalcredit=parseFloat(parseFloat(i.totalcredit)+parseFloat(i.prdocdata[t].gldd_doc_amount_credit)).toFixed(3)}),d.get(_.apiUrl+"api/JVCreation/GetDocument_Details_DPS?doccode="+i.block1.gltd_doc_code+"&prnumber="+i.block1.gltd_prov_doc_no+"&comp_code="+r).then(function(e){i.doc_detail_data=e.data,0<i.doc_detail_data.length&&(i.temp.temp_chk_doc_details=!0,i.chk_doc_details())}),i.vis.ok=!1,i.vis.update=!0,i.vis.SendToVerify=!0,i.vis.is_recur=!1,i.vis.autoriz=!1,i.vis.very=!1,i.getRemark()):(i.flag1=!0,swal({title:"Alert",text:"Please select Doc Code & Provision No",showCloseButton:!0,width:380}))},i.chk_click_ver=function(e){e.gltd_revert&&(e.gltd_revert=!1,e.gltd_verify=!0)},i.chk_click_rev=function(e){e.gltd_verify&&(e.gltd_revert=!0,e.gltd_verify=!1)},i.chk_click_aut=function(e){e.gltd_verify&&(e.gltd_verify=!1,e.gltd_authorize=!0)},i.chk_click_very=function(e){e.gltd_authorize&&(e.gltd_verify=!0,e.gltd_authorize=!1)},i.chk_clickAll=function(e){if(e)for(var t=0;t<i.Authorize_data.length;t++)i.Authorize_data[t].gltd_authorize=!0;else for(t=0;t<i.Authorize_data.length;t++)i.Authorize_data[t].gltd_authorize=!1},i.chk_click_verifyAll=function(e){if(e){for(var t=0;t<i.verify_data.length;t++)i.verify_data[t].gltd_verify=!0,i.verify_data[t].gltd_revert=!1;i.v_data.gltd_revert1=!1}else for(t=0;t<i.verify_data.length;t++)i.verify_data[t].gltd_verify=!1},i.chk_click_revertAll=function(e){if(e){for(var t=0;t<i.verify_data.length;t++)i.verify_data[t].gltd_revert=!0,i.verify_data[t].gltd_verify=!1;i.v_data.gltd_verify1=!1}else for(t=0;t<i.verify_data.length;t++)i.verify_data[t].gltd_revert=!1},i.chk_clickAll=function(e){if(e){for(var t=0;t<i.Authorize_data.length;t++)i.Authorize_data[t].gltd_authorize=!0,i.Authorize_data[t].gltd_verify=!1;i.A_data.gltd_very1=!1}else for(t=0;t<i.Authorize_data.length;t++)i.Authorize_data[t].gltd_authorize=!1},i.very_chk_clickAll=function(e){if(e){for(var t=0;t<i.Authorize_data.length;t++)i.Authorize_data[t].gltd_verify=!0,i.Authorize_data[t].gltd_authorize=!1;i.A_data.gltd_authorize1=!1}else for(t=0;t<i.Authorize_data.length;t++)i.Authorize_data[t].gltd_verify=!1},i.ShowFilterText=function(e){i.filterVisible=""!=e,i.block1.chk_previous_clear=!0,i.edt.txt_filter_range="0"},i.ShowFilterText_Aut=function(e){i.filterVisible_aut=""!=e,i.block1.chk_previous_clear_aut=!0,i.edt.txt_filter_range_aut="0"},i.showhide=function(){i.cmb_doc_cd=[];var e=$("#cmb_doc_code").prop("selectedIndex");i.cmb_doc_cd=i.geDocCode_jv[e],d.get(_.apiUrl+"api/JVCreation/GetAllCashBankGLMasterAccountNo?cmp_cd="+r+"&financialyear="+m+"&doc_cd="+i.temp_doc.gltd_doc_code+"&username="+l).then(function(e){i.bankname=e.data,0<i.bankname.length&&(i.block2.master_acno=e.data[0],i.getAccountName(e.data[0].master_ac_cdname))}),i.vis.main_acct_grid=!0,"BP"==i.cmb_doc_cd.gldc_doc_code_type?(i.vis.onchangedoccodeshow=!0,i.block2.gldd_doc_amount_debit="0.00",i.block2.gldd_doc_amount_credit="0.00",i.content="Paid To",i.vis.cheq_no=!0,i.dvalue=!0,i.cvalue=!1,i.dramount=!1,i.cramount=!0):"BR"==i.cmb_doc_cd.gldc_doc_code_type?(i.vis.onchangedoccodeshow=!0,i.block2.gldd_doc_amount_credit="0.00",i.vis.cheq_no=!0,i.content="Received From",i.dvalue=!1,i.cvalue=!0,i.dramount=!0,i.cramount=!1):"CP"==i.cmb_doc_cd.gldc_doc_code_type?(i.vis.onchangedoccodeshow=!0,i.block2.gldd_doc_amount_debit="0.00",i.vis.cheq_no=!1,i.content="Paid To",i.dvalue=!0,i.cvalue=!1,i.dramount=!1,i.cramount=!0):"CR"==i.cmb_doc_cd.gldc_doc_code_type?(i.vis.onchangedoccodeshow=!0,i.block2.gldd_doc_amount_credit="0.00",i.content="Received From",i.vis.cheq_no=!1,i.dvalue=!1,i.cvalue=!0,i.dramount=!0,i.cramount=!1):"CN"==i.cmb_doc_cd.gldc_doc_code_type?(i.vis.onchangedoccodeshow=!0,i.block2.gldd_doc_amount_debit="0.00",i.block2.gldd_doc_amount_credit="0.00",i.content="Paid To",i.vis.cheq_no=!0,i.dvalue=!1,i.cvalue=!1,i.dramount=!1,i.cramount=!1,i.vis.main_acct_grid=!1):(i.vis.onchangedoccodeshow=!1,i.dramount=!1,i.cramount=!1)},d.get(_.apiUrl+"api/JVCreation/getDocCodeJV?comp_code="+r+"&finance_year="+m).then(function(e){i.geDocCode_jv=e.data}),d.get(_.apiUrl+"api/BankPayment/GetVerifyAuthorizeUsers?comp_code="+r+"&fyear="+m).then(function(e){i.users=e.data,0!=i.users.length&&(i.users[0]==l&&i.users[1]==l?(i.preparebtn=!1,i.verifybtn=!1,i.authorizebtn=!1,i.vis.autoriz=!0,i.vis.very=!0):i.users[0]!=l||""!=i.users[1]&&i.users[1]==l?(i.preparebtn=!1,i.verifybtn=!0,i.authorizebtn=!0,i.vis.autoriz=!1,i.vis.very=!1):(i.verifybtn=!1,i.preparebtn=!1,i.authorizebtn=!0,i.vis.autoriz=!1,i.vis.very=!0))}),d.get(_.apiUrl+"api/BankPayment/GetLedgerNumber?financialyear="+m+"&comp_code="+r).then(function(e){i.LdgrCode=e.data}),i.Currency=[],d.get(_.apiUrl+"api/finance/getCurrencyMaster").then(function(e){if(i.Currencydata=e.data,0<i.Currencydata.length)for(var t=0;t<i.Currencydata.length;t++)1==i.Currencydata[t].excg_enabled_flag&&i.Currency.push(i.Currencydata[t])}),i.fillaccountno=function(){d.get(_.apiUrl+"api/JVCreation/GetAllCashBankGLMasterAccountNo?cmp_cd="+r+"&financialyear="+m+"&doc_cd="+i.temp_doc.gltd_doc_code+"&username="+l).then(function(e){i.bankname=e.data,0<i.bankname.length&&(i.block2.master_acct_detail=e.data[0],i.getAccountName(e.data[0].master_ac_cdname))})},i.getAccountName=function(e){s=e.master_acno,d.get(_.apiUrl+"api/BankPayment/getCostCenter?aacno="+s+"&comp_cd="+r+"&fyear="+m).then(function(e){i.costcenter_account=e.data,0<i.costcenter_account.length?i.chkcost_Ac=!0:(i.chkcost_Ac=!1,i.temp.cost_chk_ac=!1,i.cost_combo_AC=!1)})},i.getDepartcode=function(e){d.get(_.apiUrl+"api/BankPayment/getCostCenter?aacno="+e+"&comp_cd="+r+"&fyear="+m).then(function(e){i.cost_center=e.data,0<i.cost_center.length?i.chkcost=!0:(i.chkcost=!1,i.temp.cost_chk=!1,i.cost_combo=!1)});for(var t=0;t<i.getAllAccNos.length;t++)i.getAllAccNos[t].gldd_acct_code==i.block3.gldd_acct_code&&(i.block3.gldd_dept_code=i.getAllAccNos[t].gldd_dept_code,i.block3.gldd_party_ref_no=i.getAllAccNos[t].gldd_party_ref_no,i.block3.codp_dept_name=i.getAllAccNos[t].gldd_dept_name,i.block3.gldd_acct_name=i.getAllAccNos[t].gldd_acct_name)},i.cost_center2=function(e){i.cost_combo=!0===e},i.cost_center_Account=function(e){!0===e?(i.cost_combo_AC=!0,i.getAccountName(i.block2.master_acno)):i.cost_combo_AC=!1},i.Chk_recur_voucher=function(e){!0===e?(i.dis_recur_date=!1,i.lbl_recur="/ Recurring Date",i.vis.recur_periods=!0):(i.dis_recur_date=!0,i.lbl_recur="",i.vis.recur_periods=!1),i.temp_doc.gltd_recur_period="0",i.temp_doc.gltd_recur_period_days="0"},i.GetAllGLAcc=function(e,t){d.get(_.apiUrl+"api/JVCreation/GetAllGLAccountNos?glma_accountcode="+e+"&cmpnycode="+r+"&fyear="+m+"&doc_code="+i.temp_doc.gltd_doc_code).then(function(e){i.getAllAccNos=e.data})},d.get(_.apiUrl+"api/JVCreation/GetAllGLAccountNos?glma_accountcode=&cmpnycode="+r+"&fyear="+m+"&doc_code="+i.temp_doc.gltd_doc_code).then(function(e){if(i.getAllAccNos=e.data,"Y"==u&&""==h&&""!=g)for(var t=0;t<i.getAllAccNos.length;t++)i.getAllAccNos[t].gldd_acct_code==g&&(h=i.getAllAccNos[t].gldd_acct_name)}),d.get(_.apiUrl+"api/JVCreation/GetReportUrl?opr=J&sub_opr=Final").then(function(e){i.final_doc_url=e.data}),d.get(_.apiUrl+"api/JVCreation/GetReportUrl?opr=J&sub_opr=Prov").then(function(e){i.prov_doc_url=e.data}),i.getSLAccNo=function(){var e=i.getAllAccNos.gldd_acct_code;"00"!=i.block3.gldd_ledger_code?d.get(_.apiUrl+"api/JVCreation/GetSLAccNumber?ldgr_code="+i.block3.gldd_ledger_code+"&cmp_cd="+r+"&year="+m).then(function(e){i.getAllAccNos=e.data}):d.get(_.apiUrl+"api/JVCreation/GetAllGLAccountNos?glma_accountcode="+e+"&cmpnycode="+r+"&fyear="+m+"&doc_code="+i.temp_doc.gltd_doc_code).then(function(e){i.getAllAccNos=e.data})},i.getAccount_Number=function(){i.getAllAccNos=[];var t=$("#cmb_ledger_code option:selected").text();"00"!=i.block3.gldd_ledger_code?d.get(_.apiUrl+"api/JVCreation/getAccount_Number?ldgr_code="+i.block3.gldd_ledger_code+"&cmp_cd="+r+"&year="+m).then(function(e){i.msg=e.data,i.msg?swal({text:i.msg+t,width:380}):i.getSLAccNo()}):d.get(_.apiUrl+"api/JVCreation/GetAllGLAccountNos?glma_accountcode=&cmpnycode="+r+"&fyear="+m+"&doc_code="+i.temp_doc.gltd_doc_code).then(function(e){i.getAllAccNos=e.data}),$("#cmb_acc_Code3").select2("val",""),i.block3.gldd_acct_code="",i.block3.gldd_acct_name=""},i.getprovno=function(){d.get(_.apiUrl+"api/JVCreation/Get_provno?comp_code="+r+"&fyear="+m+"&doccode="+i.block1.gltd_doc_code+"&user="+l).then(function(e){i.prnumber=e.data,i.revdelete=!1})},i.AddMasterDataInGrid=function(){if(i.cost_combo_AC=!1,i.chkcost_Ac=!1,i.temp={cost_center_ac:!1},null!=i.block2.master_acno)if(null!=i.block2.gldd_doc_amount_debit&&"0.00"!=i.block2.gldd_doc_amount_debit||(i.block2.gldd_doc_amount_debit="0.00"),null!=i.block2.gldd_doc_amount_credit&&"0.00"!=i.block2.gldd_doc_amount_credit||(i.block2.gldd_doc_amount_credit="0.00"),"0.00"<i.block2.gldd_doc_amount_debit||"0.00"<i.block2.gldd_doc_amount_credit){document.getElementById("cmb_acc_Code3");i.prdocdata.push({gldd_comp_code:r,gldd_ledger_code:"00",gldd_acct_code:i.block2.master_acno.master_acno,gldd_acct_name:i.block2.master_acno.master_ac_cdname,gldd_party_ref_no:i.block2.pty_ref_no,glco_cost_centre_code:null!=i.edt5&&null!=i.edt5.glco_cost_centre_code?i.edt5.glco_cost_centre_code.glco_cost_centre_code:null,coce_cost_centre_name:null!=i.edt5&&null!=i.edt5.glco_cost_centre_code?i.edt5.glco_cost_centre_code.coce_cost_centre_name:null,gldd_dept_code:i.block2.master_acno.gldd_dept_code,gldd_doc_narr:i.block2.gldd_doc_narr,gldd_doc_amount_debit:i.block2.gldd_doc_amount_debit,gldd_doc_amount_credit:i.block2.gldd_doc_amount_credit,gltd_payment_date:i.block1.gltd_payment_date,ptyref_date:i.block1.gltd_payment_date}),i.totalDebit=0;for(var e=i.totalcredit=0;e<i.prdocdata.length;e++)i.totalDebit=parseFloat(parseFloat(i.totalDebit)+parseFloat(i.prdocdata[e].gldd_doc_amount_debit)).toFixed(3),i.totalcredit=parseFloat(parseFloat(i.totalcredit)+parseFloat(i.prdocdata[e].gldd_doc_amount_credit)).toFixed(3);i.block2={},i.myForm.$setPristine(),i.myForm.$setUntouched(),"CN"==i.cmb_doc_cd.gldc_doc_code_type&&(i.block2.gldd_doc_amount_debit="0.00",i.block2.gldd_doc_amount_credit="0.00",i.dvalue=!1,i.cvalue=!1)}else swal({text:"  Please Enter Amount ",width:380});else swal({text:"  please select Master Account No ",width:380})},i.UpdateMasterDataInGrid=function(){},i.CancelMasterDataInGrid=function(){},i.Add_inner_grid=function(){i.chkcost=!1,i.cost_combo=!1,i.temp={cost_chk_ac:!1};var e="";if(null!=i.block3.gldd_acct_code){if(e=null==i.block3.gldd_ledger_code?"00":i.block3.gldd_ledger_code,""!=i.block3.gldd_doc_amount_debit&&null!=i.block3.gldd_doc_amount_debit&&"0.00"!=i.block3.gldd_doc_amount_debit||(i.block3.gldd_doc_amount_debit="0.00"),""!=i.block3.gldd_doc_amount_credit&&null!=i.block3.gldd_doc_amount_credit&&"0.00"!=i.block3.gldd_doc_amount_credit||(i.block3.gldd_doc_amount_credit="0.00"),parseFloat(i.block3.gldd_doc_amount_debit)<=0&&parseFloat(i.block3.gldd_doc_amount_credit)<=0)return void swal({text:"Please Enter Debit/Credit Amount",width:380});for(var t=document.getElementById("cmb_acc_Code3"),a=(i.selectedText=t.options[t.selectedIndex].text,!1),o=0;o<i.prdocdata.length;o++)if(i.prdocdata[o].gldd_acct_code==i.block3.gldd_acct_code&&i.prdocdata[o].gldd_doc_narr==i.block3.gldd_doc_narr){a=!0;break}if(!0===a)swal({text:i.block3.gldd_acct_name+" A/c Already Added",width:380});else{t=document.getElementById("costCenter"),t=t.options[t.selectedIndex].text;i.center=i.center||""!=i.block2.glco_cost_centre_code,"Y"==u&&!0===i.block3.gldd_include_vat&&!0===i.block3.gldd_vat_enable&&(0!=i.block3.gldd_doc_amount_debit?(n=parseFloat(i.block3.gldd_doc_amount_debit),i.block3.gldd_doc_vat_amt=parseFloat(n*parseFloat(p)/(100+parseFloat(p))).toFixed(2),i.block3.gldd_doc_amount_debit=parseFloat(n)-parseFloat(n*parseFloat(p)/(100+parseFloat(p))).toFixed(2)):(n=parseFloat(i.block3.gldd_doc_amount_credit),i.block3.gldd_doc_vat_amt=parseFloat(n*parseFloat(p)/(100+parseFloat(p))).toFixed(2),i.block3.gldd_doc_amount_credit=parseFloat(n)-parseFloat(n*parseFloat(p)/(100+parseFloat(p))).toFixed(2))),i.prdocdata.push({gldd_comp_code:r,gldd_ledger_code:e,gldd_acct_code:i.block3.gldd_acct_code,gldd_acct_name:i.block3.gldd_acct_name,gldd_dept_code:i.block3.gldd_dept_code,gldd_party_ref_no:i.block3.gldd_party_ref_no,gldd_doc_narr:i.block3.gldd_doc_narr,gldd_doc_amount_debit:i.block3.gldd_doc_amount_debit,gldd_doc_amount_credit:i.block3.gldd_doc_amount_credit,glco_cost_centre_code:i.block2.glco_cost_centre_code,coce_cost_centre_name:t}),"Y"==u&&!0===i.block3.gldd_vat_enable&&i.prdocdata.push({gldd_comp_code:r,gldd_ledger_code:"00",gldd_acct_code:g,gldd_acct_name:h,gldd_dept_code:g.substr(1,2),gldd_party_ref_no:"",gldd_doc_narr:"VAT/"+i.block3.gldd_acct_code+"("+i.block3.gldd_acct_name+") #"+(0<i.block3.gldd_doc_amount_debit?i.block3.gldd_doc_amount_debit:"-"+i.block3.gldd_doc_amount_credit),gldd_doc_amount_debit:0!=i.block3.gldd_doc_amount_debit?i.block3.gldd_doc_vat_amt:0,gldd_doc_amount_credit:0!=i.block3.gldd_doc_amount_credit?i.block3.gldd_doc_vat_amt:0,glco_cost_centre_code:i.block2.glco_cost_centre_code,coce_cost_centre_name:t}),i.totalDebit=0;for(var s=i.totalcredit=0;s<i.prdocdata.length;s++)i.totalDebit=parseFloat(parseFloat(i.totalDebit)+parseFloat(i.prdocdata[s].gldd_doc_amount_debit)).toFixed(3),i.totalcredit=parseFloat(parseFloat(i.totalcredit)+parseFloat(i.prdocdata[s].gldd_doc_amount_credit)).toFixed(3);i.edt1="",i.edt2="",i.block3.gldd_doc_vat_amt=0,$("#cmb_acc_Code3").select2("val",""),i.myForm.$setPristine(),i.myForm.$setUntouched(),i.dcode=!1,i.cancel()}}else swal({text:"  please select Account Code ",width:380});var n=i.getAllAccNos.gldd_acct_code;i.GetAllGLAcc(n,r),i.block3.gldd_vat_enable=!1},i.update_grid=function(e){$("#cmb_acc_Code3").select2(),i.vis.main_acct_grid=!0,i.tempobj=e,i.vis.updatebtn=!0,i.vis.add_grid=!1,i.vis.cmb_acct=!0,i.vis.txt_acct=!0,i.ldgcd=!1,i.block3=JSON.parse(JSON.stringify(e)),i.getSLAccNo()},i.update_grid_data=function(){if(i.temp_obj=i.block3,""!=i.block3.gldd_doc_amount_debit&&null!=i.block3.gldd_doc_amount_debit&&"0.00"!=i.block3.gldd_doc_amount_debit||(i.block3.gldd_doc_amount_debit="0.00"),""!=i.block3.gldd_doc_amount_credit&&null!=i.block3.gldd_doc_amount_credit&&"0.00"!=i.block3.gldd_doc_amount_credit||(i.block3.gldd_doc_amount_credit="0.00"),parseFloat(i.block3.gldd_doc_amount_debit)<=0&&parseFloat(i.block3.gldd_doc_amount_credit)<=0)swal({text:"Please Enter Debit/Credit Amount",width:380});else if(""==i.block3.gldd_acct_code||null==i.block3.gldd_acct_code)swal({text:"Please select Account Code",width:380});else{i.totalDebit=0;for(var e=i.totalcredit=0;e<i.prdocdata.length;e++)i.prdocdata[e].$$hashKey==i.tempobj.$$hashKey&&(i.prdocdata[e].gldd_doc_amount_credit=i.block3.gldd_doc_amount_credit,i.prdocdata[e].gldd_doc_amount_debit=i.block3.gldd_doc_amount_debit,i.prdocdata[e].gldd_doc_narr=i.block3.gldd_doc_narr,i.prdocdata[e].gldd_acct_code=i.block3.gldd_acct_code,i.prdocdata[e].gldd_party_ref_no=i.block3.gldd_party_ref_no,i.prdocdata[e].gldd_acct_name=i.block3.gldd_acct_name,i.prdocdata[e].gldd_ledger_code=i.block3.gldd_ledger_code),i.totalDebit=parseFloat(parseFloat(i.totalDebit)+parseFloat(i.prdocdata[e].gldd_doc_amount_debit)).toFixed(3),i.totalcredit=parseFloat(parseFloat(i.totalcredit)+parseFloat(i.prdocdata[e].gldd_doc_amount_credit)).toFixed(3);i.cancel()}},i.Updatedatavalue=function(){var e;""!=i.temp_doc.gltd_doc_code&&null!=i.temp_doc.gltd_doc_code?""==i.temp_doc.gltd_post_date||null==i.temp_doc.gltd_post_date?swal({text:"  please select Post Date ",width:380}):i.prdocdata.length<=0?swal({text:"  Please Add Transaction Details ",width:380}):i.totalDebit!=i.totalcredit?swal({text:"Debit Amount: "+i.totalDebit+"  Is Not Equal To Credit Amount: "+i.totalcredit,width:380}):(w="Save",null==i.temp&&(i.temp=""),e={gltd_comp_code:r,gltd_prepare_user:l,gltd_doc_code:i.block1.gltd_doc_code,gltd_prov_doc_no:i.block1.gltd_prov_doc_no,gltd_doc_date:i.temp_doc.gltd_doc_date,gltd_cur_status:w,gltd_post_date:i.temp_doc.gltd_post_date,gltd_doc_narr:i.temp_doc.gltd_doc_narr,gltd_remarks:i.temp_doc.gltd_remarks,gltd_prepare_date:i.temp_doc.gltd_doc_date,gltd_final_doc_no:"0",gltd_verify_user:l,gltd_verify_date:i.temp_doc.gltd_doc_date,gltd_authorize_user:l,gltd_authorize_date:i.temp_doc.gltd_doc_date,gltd_paid_to:i.block1.gltd_paid_to,gltd_cheque_no:i.block1.gltd_cheque_No},d.post(_.apiUrl+"api/JVCreation/UpdateFins_temp_docs",e).then(function(e){i.msg1=e.data,!0===i.msg1?(i.prvno=i.block1.gltd_prov_doc_no,i.Insert_Fins_temp_doc_details()):!1===i.msg1?swal({title:"Alert",text:"Record Not Updated. ",width:300,height:200}):swal("Error-"+i.msg1)})):swal({text:"  please select Doc Code ",width:380})},i.cancel=function(){$("#cmb_acc_Code3").select2("val",""),i.vis.updatebtn=!1,i.vis.add_grid=!0,i.cramount=!1,i.dramount=!1,i.vis.cmb_acct=!0,i.vis.txt_acct=!1,i.ldgcd=!1,i.chkcost=!1,i.cost_combo=!1,i.block3=[],i.block3.gldd_include_vat=!1,i.block3.gldd_vat_enable=!1,"CN"==i.cmb_doc_cd.gldc_doc_code_type&&(i.vis.main_acct_grid=!1)},i.checkevaluesdebit=function(){var e;(""!=i.block3.gldd_doc_amount_debit||null!=i.block3.gldd_doc_amount_debit)&&0<parseFloat(i.block3.gldd_doc_amount_debit)?(i.block3.gldd_doc_amount_credit=0,"Y"==u&&!0===i.block3.gldd_vat_enable&&(!1===i.block3.gldd_include_vat?(e=parseFloat(i.block3.gldd_doc_amount_debit),i.block3.gldd_doc_vat_amt=parseFloat(e*parseFloat(p)/100).toFixed(2),i.block3.gldd_include_vat=!1):i.block3.gldd_doc_vat_amt=0),i.cramount=!0,i.dramount=!1):(i.block3.gldd_doc_amount_credit=0,i.cramount=!1,i.dramount=!1,i.block3.gldd_doc_vat_amt=0)},i.checkevaluescredit=function(){var e;(""!=i.block3.gldd_doc_amount_credit||null!=i.block3.gldd_doc_amount_credit)&&0<parseFloat(i.block3.gldd_doc_amount_credit)?(i.block3.gldd_doc_amount_debit=0,"Y"==u&&!0===i.block3.gldd_vat_enable&&(!1===i.block3.gldd_include_vat?(e=parseFloat(i.block3.gldd_doc_amount_credit),i.block3.gldd_doc_vat_amt=parseFloat(e*parseFloat(p)/100).toFixed(2),i.block3.gldd_include_vat=!1):i.block3.gldd_doc_vat_amt=0),i.dramount=!0,i.cramount=!1):(i.block3.gldd_doc_amount_debit=0,i.cramount=!1,i.dramount=!1,i.block3.gldd_doc_vat_amt=0)},i.chk_including_vat=function(){!1===i.block3.gldd_include_vat?0!=i.block3.gldd_doc_amount_debit?i.checkevaluesdebit():i.checkevaluescredit():i.block3.gldd_doc_vat_amt=0},i.chk_mstr_ac_dr=function(){"CN"==i.cmb_doc_cd.gldc_doc_code_type&&((""!=i.block2.gldd_doc_amount_debit||null!=i.block2.gldd_doc_amount_debit)&&0<parseFloat(i.block2.gldd_doc_amount_debit)?(i.block2.gldd_doc_amount_credit=0,i.cvalue=!0):(i.block2.gldd_doc_amount_credit=0,i.cvalue=!1),i.dvalue=!1)},i.chk_mstr_ac_cr=function(){"CN"==i.cmb_doc_cd.gldc_doc_code_type&&((""!=i.block2.gldd_doc_amount_credit||null!=i.block2.gldd_doc_amount_credit)&&0<parseFloat(i.block2.gldd_doc_amount_credit)?(i.block2.gldd_doc_amount_debit=0,i.dvalue=!0,i.cvalue=!1):(i.block2.gldd_doc_amount_debit=0,i.cvalue=!1,i.dvalue=!1))},i.JVerify_click=function(){k=!(C=!0),i.Insert_temp_docs()},i.JVAuthorize_click=function(){d.get(_.apiUrl+"api/JVCreation/GetDocReportUrl?opr=J&sub_opr=Doc_URL&comp_code="+r+"&fyear="+m+"&condition="+i.temp_doc.gltd_doc_code+"&condition1=&condition2=&condition3=&condition4=&condition5=").then(function(e){i.final_doc_url_single=e.data}),C=!(k=!0),i.Insert_temp_docs()},i.Insert_temp_docs=function(){var e,t;""!=i.temp_doc.gltd_doc_code&&null!=i.temp_doc.gltd_doc_code?""==i.temp_doc.gltd_post_date||null==i.temp_doc.gltd_post_date?swal({text:"  please select Post Date ",width:380}):i.prdocdata.length<=0?swal({text:"  Please Add Transaction Details ",width:380}):i.totalDebit!=i.totalcredit?swal({text:"Debit Amount: "+i.totalDebit+"  Is Not Equal To Credit Amount: "+i.totalcredit,width:380}):!0!==i.temp_doc.chk_recur||"0"!=i.temp_doc.gltd_recur_period&&""!=i.temp_doc.gltd_recur_period&&null!=i.temp_doc.gltd_recur_period?(e=[],w=!0===k?"Aut":!0===C?"Verify":"Save",null==i.temp&&(i.temp=""),!0===i.temp_doc.chk_recur&&(i.chk_rcur="R"),t={gltd_comp_code:r,gltd_prepare_user:l,gltd_doc_code:i.temp_doc.gltd_doc_code,gltd_doc_date:i.temp_doc.gltd_doc_date,gltd_cur_status:w,gltd_post_date:i.temp_doc.gltd_post_date,gltd_doc_narr:i.temp_doc.gltd_doc_narr,gltd_remarks:i.temp_doc.gltd_remarks,gltd_prepare_date:i.temp_doc.gltd_doc_date,gltd_final_doc_no:"0",gltd_verify_user:!0===C?l:null,gltd_verify_date:!0===C?i.temp_doc.gltd_doc_date:null,gltd_authorize_user:!0===k?l:null,gltd_authorize_date:!0===k?i.temp_doc.gltd_doc_date:null,gltd_paid_to:i.block1.gltd_paid_to,gltd_cheque_no:i.block1.gltd_cheque_No,gltd_batch_source:i.chk_rcur,gltd_payment_date:i.block1.gltd_payment_date},e.push(t),d.post(_.apiUrl+"api/BankPayment/Insert_Fins_temp_docs",e).then(function(e){i.prvno=e.data,""!=i.prvno&&null!=i.prvno?i.Insert_Fins_temp_doc_details():swal({title:"Alert",text:"Record Not inserted. "+i.prvno,width:300,height:200})})):swal({text:"Please Enter Recurring Period",width:380}):swal({text:"  please select Doc Code ",width:380})},i.Insert_Fins_temp_doc_details=function(){for(var e=[],o=[],t=1,s=1,a=0;a<i.prdocdata.length;a++){var n={gldd_doc_narr:i.prdocdata[a].gldd_doc_narr,gldd_dept_code:i.prdocdata[a].gldd_dept_code,gldd_ledger_code:i.prdocdata[a].gldd_ledger_code,gldd_acct_code:i.prdocdata[a].gldd_acct_code,gldd_party_ref_no:i.prdocdata[a].gldd_party_ref_no,gldd_party_ref_date:i.prdocdata[a].ptyref_date,gldd_cost_center_code:i.prdocdata[a].glco_cost_centre_code,gldd_doc_amount_debit:i.prdocdata[a].gldd_doc_amount_debit,gldd_doc_amount_credit:i.prdocdata[a].gldd_doc_amount_credit,gldd_comp_code:i.prdocdata[a].gldd_comp_code,gldd_doc_code:i.temp_doc.gltd_doc_code,gldd_prov_doc_no:i.prvno,gldd_final_doc_no:"0",gldd_line_no:t};t++,e.push(n)}d.post(_.apiUrl+"api/BankPayment/Insert_JV_Fins_temp_doc_details",e).then(function(e){if(i.msg1=e.data,""!=i.prvno&&!0===i.msg1){if(!0===i.vis.update){if(swal({title:"Alert",text:"Document Updated Successfully\nProvision No.:"+i.temp_doc.gltd_doc_code+"-"+i.prvno,width:300,height:200}),0<i.doc_detail_data.length){for(var t=0;t<i.doc_detail_data.length;t++){var a={gltd_remarks:i.doc_detail_data[t].gltd_remarks,gltd_doc_type:i.doc_detail_data[t].gltd_doc_type,gltd_doc_no:i.doc_detail_data[t].gltd_doc_no,gldd_doc_amount_debit:i.doc_detail_data[t].gldd_doc_amount_debit,gldd_doc_amount_credit:i.doc_detail_data[t].gldd_doc_amount_credit,gltd_comp_code:i.doc_detail_data[t].gltd_comp_code,gltd_doc_code:i.temp_doc.gltd_doc_code,gltd_prov_doc_no:i.prvno,gldd_final_doc_no:"0",gltd_attribute1:i.doc_detail_data[t].gltd_attribute1,gltd_doc_line_no:s};s++,o.push(a)}d.post(_.apiUrl+"api/JVCreation/Insert_JV_document_details",o).then(function(e){i.chk_msg=e.data})}}else{if(0<i.doc_detail_data.length){for(t=0;t<i.doc_detail_data.length;t++){a={gltd_remarks:i.doc_detail_data[t].gltd_remarks,gltd_doc_type:i.doc_detail_data[t].gltd_doc_type,gltd_doc_no:i.doc_detail_data[t].gltd_doc_no,gldd_doc_amount_debit:i.doc_detail_data[t].gldd_doc_amount_debit,gldd_doc_amount_credit:i.doc_detail_data[t].gldd_doc_amount_credit,gltd_comp_code:i.doc_detail_data[t].gltd_comp_code,gltd_doc_code:i.temp_doc.gltd_doc_code,gltd_prov_doc_no:i.prvno,gldd_final_doc_no:"0",gltd_attribute1:i.doc_detail_data[t].gltd_attribute1,gltd_doc_line_no:s};s++,o.push(a)}d.post(_.apiUrl+"api/JVCreation/Insert_JV_document_details",o).then(function(e){i.chk_msg=e.data})}if(!0!==i.temp_doc.chk_recur||null==i.temp_doc.gltd_doc_code||null==i.prvno&&""==i.prvno)if(!0===k)d.post(_.apiUrl+"api/BankPayment/Authorize_Posting?comp_code="+r+"&doc_code="+i.temp_doc.gltd_doc_code+"&prv_no="+i.prvno+"&auth_user="+l+"&auth_date="+i.temp_doc.gltd_doc_date).then(function(e){i.Docno=e.data,""!=i.Docno?(swal({title:"Alert",text:"Voucher Posted Successfully\nFinal Doc No.: "+i.Docno,width:300,height:200}),e={location:i.final_doc_url_single,parameter:{comp_detail:r,doc_code:i.temp_doc.gltd_doc_code,doc_no:i.Docno},state:"main.Fin150"},window.localStorage.ReportDetails=JSON.stringify(e),goToState("main.ReportCardParameter")):swal({title:"Alert",text:"Posting Failed...!\nDocument Created Successfully\nProvision No.: "+i.temp_doc.gltd_doc_code+"-"+i.prvno,width:300,height:200})});else{if(!0===C)return swal({title:"Alert",text:"Document Verified Successfully\nProvision No.:"+i.temp_doc.gltd_doc_code+"-"+i.prvno,width:300,height:200}),void i.clear();swal({title:"Alert",text:"Document Created Successfully\nProvision No.:"+i.temp_doc.gltd_doc_code+"-"+i.prvno,width:300,height:200})}else d.post(_.apiUrl+"api/JVCreation/Recurring_Fins_temp_doc_details?comp_cd="+r+"&doccd="+i.temp_doc.gltd_doc_code+"&prv_no="+i.prvno+"&recur_period="+i.temp_doc.gltd_recur_period+"&recur_days="+i.temp_doc.gltd_recur_period_days).then(function(e){i.msg1=e.data,!0===i.msg1?!0===k?d.post(_.apiUrl+"api/BankPayment/Authorize_Posting?comp_code="+r+"&doc_code="+i.temp_doc.gltd_doc_code+"&prv_no="+i.prvno+"&auth_user="+l+"&auth_date="+i.temp_doc.gltd_doc_date).then(function(e){i.Docno=e.data,""!=i.Docno?(swal({title:"Alert",text:"Voucher Posted Successfully\nFinal Doc No.: "+i.Docno,width:300,height:200}),e={location:i.final_doc_url_single,parameter:{comp_detail:r,doc_code:i.temp_doc.gltd_doc_code,doc_no:i.Docno},state:"main.Fin150"},window.localStorage.ReportDetails=JSON.stringify(e),goToState("main.ReportCardParameter")):swal({title:"Alert",text:"Posting Failed...!\nDocument Created Successfully\nProvision No.: "+i.temp_doc.gltd_doc_code+"-"+i.prvno,width:300,height:200})}):!0===C?(swal({title:"Alert",text:"Document Verified Successfully\nProvision No.:"+i.temp_doc.gltd_doc_code+"-"+i.prvno,width:300,height:200}),i.clear()):swal({title:"Alert",text:"Document Created Successfully\nProvision No.:"+i.temp_doc.gltd_doc_code+"-"+i.prvno,width:300,height:200}):swal({title:"Alert",text:"All Document Not Created Successfully\nProvision No.:"+i.temp_doc.gltd_doc_code+"-"+i.prvno,width:300,height:200})})}!0!==k&&(i.vis.ok=!1,i.checkprintbtn=!0,i.vis.update=!1,i.vis.SendToVerify=!0,i.vis.autoriz=!1,i.vis.very=!1)}else swal({title:"Alert",text:"Record Not inserted in doc details. ",width:300,height:200})})},i.UpdateVerify=function(){var e;null!=i.block1.gltd_doc_code&&null!=i.block1.gltd_prov_doc_no?""==i.temp_doc.gltd_doc_code&&null==i.temp_doc.gltd_doc_code?swal({text:"Voucher Data Not Loaded",width:380}):i.prdocdata.length<=0?swal({text:"  Please Add Transaction Details ",width:380}):(e={gltd_comp_code:r,gltd_doc_code:i.block1.gltd_doc_code,gltd_prov_doc_no:i.block1.gltd_prov_doc_no,gltd_verify_date:f+"-"+y+"-"+b},d.post(_.apiUrl+"api/JVCreation/UpdateFins_temp_docs_current_status_sendtoverify",e).then(function(e){i.msg1=e.data,!0===i.msg1?swal({title:"Alert",text:"Document Verified Successfully",width:300,height:200}):swal({title:"Alert",text:"Document Not Verified Successfully. ",width:300,height:200})})):null!=i.temp_doc.gltd_doc_code&&null!=i.prvno&&(e={gltd_comp_code:r,gltd_doc_code:i.temp_doc.gltd_doc_code,gltd_prov_doc_no:i.prvno,gltd_verify_date:f+"-"+y+"-"+b},d.post(_.apiUrl+"api/JVCreation/UpdateFins_temp_docs_current_status_sendtoverify",e).then(function(e){i.msg1=e.data,!0===i.msg1?swal({title:"Alert",text:"Document Verified Successfully",width:300,height:200}):swal({title:"Alert",text:"Document Not Verified Successfully. ",width:300,height:200})}))},i.Verify_data=function(){for(var e,t=[],a=0,o=0,s=0;s<i.verify_data.length;s++)!0!==i.verify_data[s].gltd_verify&&!0!==i.verify_data[s].gltd_revert||(!0===i.verify_data[s].gltd_verify?a+=1:!0===i.verify_data[s].gltd_revert&&(o+=1),e={gltd_comp_code:i.verify_data[s].gltd_comp_code,gltd_doc_code:i.verify_data[s].gltd_doc_code,gltd_prov_doc_no:i.verify_data[s].gltd_prov_doc_no,gltd_verify:i.verify_data[s].gltd_verify,gltd_revert:i.verify_data[s].gltd_revert,gltd_verify_user:l,gltd_verify_date:f+"-"+y+"-"+b},t.push(e));d.post(_.apiUrl+"api/JVCreation/UpdateFinn140_temp_docs",t).then(function(e){i.msg1=e.data,!0===i.msg1&&0<a?(swal({title:"Alert",text:"Verified Successfully",width:300,height:200}),i.Verify()):!0===i.msg1&&0<o?(swal({title:"Alert",text:"Reverted Successfully",width:300,height:200}),i.Verify()):swal({title:"Alert",text:"Documents Not Verified. ",width:300,height:200})})},i.Authorize_click=function(){var e=[],a=0,t=0;i.doc_cd_prov_no="";for(var o,s=0;s<i.Authorize_data.length;s++)!0!==i.Authorize_data[s].gltd_authorize&&!0!==i.Authorize_data[s].gltd_verify||(!0===i.Authorize_data[s].gltd_authorize?a+=1:!0===i.Authorize_data[s].gltd_verify&&(t+=1),o={gltd_comp_code:i.Authorize_data[s].gltd_comp_code,gltd_doc_code:i.Authorize_data[s].gltd_doc_code,gltd_prov_doc_no:i.Authorize_data[s].gltd_prov_doc_no,gltd_verify:i.Authorize_data[s].gltd_verify,gltd_authorize:i.Authorize_data[s].gltd_authorize,gltd_authorize_user:l,gltd_authorize_date:f+"-"+y+"-"+b},e.push(o),!0===i.Authorize_data[s].gltd_authorize&&(i.doc_cd_prov_no=i.doc_cd_prov_no+i.Authorize_data[s].gltd_doc_code+i.Authorize_data[s].gltd_prov_doc_no+","),d.get(_.apiUrl+"api/JVCreation/GetDocReportUrl?opr=J&sub_opr=Doc_URL&comp_code="+r+"&fyear="+m+"&condition="+i.Authorize_data[s].gltd_doc_code+"&condition1=&condition2=&condition3=&condition4=&condition5=").then(function(e){i.final_doc_url_single=e.data}));d.post(_.apiUrl+"api/JVCreation/UpdateFinn142_temp_docs",e).then(function(e){i.msg1=e.data,!0===i.msg1&&0<a?(swal({title:"Alert",text:"Authorized Successfully",width:300,height:200}),$("#vouchermodal").modal("show"),i.voucher_report_show=!1,d.get(_.apiUrl+"api/JVCreation/Getdoc_cd_prov_no?doc_prov_no="+i.doc_cd_prov_no+"&comp_code="+r).then(function(e){i.doc_cd_final_doc_no=e.data,i.doc_cd_doc_code=i.doc_cd_final_doc_no.substr(0,2),i.doc_cd_doc_no=i.doc_cd_final_doc_no.substr(2,9),e=1==a?{location:i.final_doc_url_single,parameter:{comp_detail:r,doc_code:i.doc_cd_doc_code,doc_no:i.doc_cd_doc_no},state:"main.Fin150"}:{location:i.final_doc_url,parameter:{comp_detail:r,doc:i.doc_cd_final_doc_no},state:"main.Fin150"},window.localStorage.ReportDetails=JSON.stringify(e);try{i.rpt=JSON.parse(window.localStorage.ReportDetails),i.location=i.rpt.location,i.parameter=i.rpt.parameter,i.state=i.rpt.state}catch(e){}var e="SimsReports."+i.location+",SimsReports",t=c.GetRpt_url();i.parameters={},$("#reportViewer2").telerik_ReportViewer({serviceUrl:t,viewMode:telerikReportViewer.ViewModes.INTERACTIVE,scaleMode:telerikReportViewer.ScaleModes.SPECIFIC,scale:1,ready:function(){this.refreshReport()}}),$("#reportViewer2").data("telerik_ReportViewer").reportSource({report:e,parameters:i.parameter}),setInterval(function(){$("#k-item k-state-default k-state-disabled").css({display:"block"}),$(".trv-report-viewer input[type=number]").css({"min-height":"0px"})},1e3),n(function(){$("#k-item k-state-default k-state-disabled").css({display:"block"}),$(".trv-report-viewer input[type=number]").css({"min-height":"0px"})},100)}),i.Authorize()):!0===i.msg1&&0<t?(swal({title:"Alert",text:"Reverted Successfully",width:300,height:200}),i.Authorize()):!1===i.msg1&&0<t?(swal({title:"Alert",text:"Documents Not Reverted",width:300,height:200}),i.Authorize()):swal({title:"Alert",text:"Documents Not Authorized. ",width:300,height:200})})},i.coad_pty_full_name=i.selectedText,i.JVCreates=[],i.Delete_Grid=function(e,t,a,o){i.totalDebit=parseFloat(parseFloat(i.totalDebit)-parseFloat(o.gldd_doc_amount_debit)).toFixed(3),i.totalcredit=parseFloat(parseFloat(i.totalcredit)-parseFloat(o.gldd_doc_amount_credit)).toFixed(3),e.splice(a,1)};f=(t=new Date).getDate(),(y=t.getMonth()+1)<10&&(y="0"+y),b=t.getFullYear();i.sdate=f+"-"+y+"-"+b,i.edate=f+"-"+y+"-"+b,i.temp_doc={gltd_doc_date:f+"-"+y+"-"+b,gltd_post_date:f+"-"+y+"-"+b,ChequeDate:f+"-"+y+"-"+b},i.myFunct=function(e){13==e.which&&(i.temp_doc.gltd_post_date=f+"-"+y+"-"+b)},i.myFunct1=function(e){13==e.which&&(i.temp.ChequeDate=f+"-"+y+"-"+b)},$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0,format:"dd-mm-yyyy"}),$(document).on("touch click",'*[data-datepicker="true"] .add-on',function(e){$('input[type="text"]',$(this).parent()).focus()}),i.FilterCode=function(){if(!0===i.block1.chk_previous_clear)for(var e=0;e<i.verify_data.length;e++)i.verify_data[e].gltd_revert=!1,i.verify_data[e].gltd_verify=!1;if("Select Verify Records"==i.edt.SelectOption)for(e=0;e<i.edt.txt_filter_range;e++)i.verify_data[e].gltd_verify=!0,i.verify_data[e].gltd_revert=!1;else if("Select Revert Records"==i.edt.SelectOption)for(e=0;e<i.edt.txt_filter_range;e++)i.verify_data[e].gltd_revert=!0,i.verify_data[e].gltd_verify=!1},i.FilterCode_aut=function(){if(!0===i.block1.chk_previous_clear_aut)for(var e=0;e<i.Authorize_data.length;e++)i.Authorize_data[e].gltd_authorize=!1,i.Authorize_data[e].gltd_verify=!1;if("Select Revert Records"==i.edt.SelectOption_aut)for(e=0;e<i.edt.txt_filter_range_aut;e++)i.Authorize_data[e].gltd_verify=!0,i.Authorize_data[e].gltd_authorize=!1;else if("Select Authorize Records"==i.edt.SelectOption_aut)for(e=0;e<i.edt.txt_filter_range_aut;e++)i.Authorize_data[e].gltd_authorize=!0,i.Authorize_data[e].gltd_verify=!1},i.docCode1,i.provNo1,i.backModal=function(){i.report_show=!0},i.closemodal=function(){i.report_show=!0},i.report_show=!0,i.CheckPrintReport=function(){i.report_show=!1;var e={location:i.prov_doc_url,parameter:{comp_detail:r,doc_code:i.docCode1,doc_no:i.provNo1},state:"main.Fin150",ready:function(){this.refreshReport()}};window.localStorage.ReportDetails=JSON.stringify(e);try{i.rpt=JSON.parse(window.localStorage.ReportDetails),i.location=i.rpt.location,i.parameter=i.rpt.parameter,i.state=i.rpt.state}catch(e){}var e="SimsReports."+i.location+",SimsReports",t=c.GetRpt_url();i.parameters={},$("#reportViewer1").telerik_ReportViewer({serviceUrl:t,viewMode:telerikReportViewer.ViewModes.INTERACTIVE,scaleMode:telerikReportViewer.ScaleModes.SPECIFIC,scale:1,ready:function(){this.refreshReport()}}),$("#reportViewer1").data("telerik_ReportViewer").reportSource({report:e,parameters:i.parameter}),setInterval(function(){$("#k-item k-state-default k-state-disabled").css({display:"block"}),$(".trv-report-viewer input[type=number]").css({"min-height":"0px"})},1e3),n(function(){$("#k-item k-state-default k-state-disabled").css({display:"block"}),$(".trv-report-viewer input[type=number]").css({"min-height":"0px"})},100)},i.PrintReport=function(){var e={location:i.prov_doc_url,parameter:{comp_detail:r,doc_code:i.temp_doc.gltd_doc_code,doc_no:i.prvno},state:"main.Fin150"};window.localStorage.ReportDetails=JSON.stringify(e),goToState("main.ReportCardParameter")},i.Fetchdata=function(e,t,a){i.docCode1=t,i.provNo1=a,$("#myModal4").modal("show"),d.get(_.apiUrl+"api/JVCreation/getAllRecords?doccode="+t+"&prnumber="+a+"&comp_code="+e).then(function(e){i.prdocdata=e.data,i.block1=[],i.totalDebit=0;for(var t=i.totalcredit=0;t<i.prdocdata.length;t++)0==t&&(i.temp_doc.gltd_comp_code=i.prdocdata[t].gltd_comp_code,i.temp_doc.gltd_doc_code=i.prdocdata[t].gltd_doc_code,i.temp_doc.gldc_doc_short_name=i.prdocdata[t].gldc_doc_short_name,i.temp_doc.gltd_doc_narr=i.prdocdata[t].gltd_doc_narr,i.temp_doc.gltd_remarks=i.prdocdata[t].gltd_remarks,i.temp_doc.gltd_doc_date=i.prdocdata[t].gltd_doc_date,i.temp_doc.gltd_post_date=i.prdocdata[t].gltd_post_date,i.temp_doc.gltd_prov_doc_no=a,i.temp_doc.gldu_authorize=i.prdocdata[t].gldu_authorize,i.temp_doc.gldu_verify=i.prdocdata[t].gldu_verify,i.temp_doc.gltd_authorize_date=i.prdocdata[t].gltd_authorize_date,i.temp_doc.gltd_verify_date=i.prdocdata[t].gltd_verify_date),i.cost=i.cost||""!=i.prdocdata[t].gldd_cost_center_code||""!=i.prdocdata[t].gldd_cost_center_code,i.totalDebit=parseFloat(parseFloat(i.totalDebit)+parseFloat(i.prdocdata[t].gldd_doc_amount_debit)).toFixed(3),i.totalcredit=parseFloat(parseFloat(i.totalcredit)+parseFloat(i.prdocdata[t].gldd_doc_amount_credit)).toFixed(3)})},d.get(_.apiUrl+"api/StudentFee/getDecimalPlaces").then(function(e){i.decimal_degit=e.data,i.decimal_dsc=i.decimal_degit[0].comp_curcy_dec}),i.getRemark=function(){i.DocNarr=[],d.get(_.apiUrl+"api/JVCreation/getDoc_Remarks?&cmp_cd="+r+"&fyear="+m+"&doc_code="+i.temp_doc.gltd_doc_code+"&remark_type=JV_Create").then(function(e){if(i.DocNarration=e.data,0<i.DocNarration.length)for(var t=0;t<i.DocNarration.length;t++)i.DocNarr.push(i.DocNarration[t].gdn_doc_narration)})},i.complete=function(){$("#DocNarration").autocomplete({source:i.DocNarr})},i.check_post_date=function(){null==i.temp_doc.gltd_post_date&&""==i.temp_doc.gltd_post_date||d.get(_.apiUrl+"api/JVCreation/Get_Check_Postdate?post_date="+i.temp_doc.gltd_post_date+"&comp_cd="+r+"&fyear="+m).then(function(e){i.msg=e.data,""!=i.msg?(swal({title:"Alert",text:i.msg,width:300,height:200}),i.vis.ok=!1,i.vis.autoriz=!1,i.vis.very=!1):0!=i.users.length&&(i.users[0]==l&&i.users[1]==l?(i.vis.ok=!0,i.vis.autoriz=!0,i.vis.very=!0):i.users[0]!=l||""!=i.users[1]&&i.users[1]==l?(i.vis.ok=!0,i.vis.autoriz=!1,i.vis.very=!1):(i.vis.ok=!0,i.vis.autoriz=!1,i.vis.very=!0))})},d.get(_.apiUrl+"api/JVCreation/Getdocument_type").then(function(e){i.document_type=e.data}),i.getDoc_type_name=function(e){for(var t=0;t<i.document_type.length;t++)i.document_type[t].gltd_doc_type==i.block4.gltd_doc_type&&(i.block4.gltd_doc_type_name=i.document_type[t].gltd_doc_type_name)},i.AddDocumenDetailtGrid=function(){""!=i.block4.gltd_doc_type&&null!=i.block4.gltd_doc_type&&""!=i.block4.gltd_doc_no&&null!=i.block4.gltd_doc_no?(i.url=_.docUrl+"sis/Images/UploadedFiles/",i.gltd_attribute1=i.url+i.gltd_attr1,i.doc_detail_data.push({gltd_comp_code:r,gltd_doc_type:i.block4.gltd_doc_type,gltd_doc_type_name:i.block4.gltd_doc_type_name,gltd_doc_no:i.block4.gltd_doc_no,gltd_remarks:i.block4.gltd_remarks,gldd_doc_amount_debit:i.block4.gldd_doc_amount_debit,gltd_attribute1:i.gltd_attr1}),i.block4="",i.sims_invoice_image1="",i.gltd_attribute1=""):swal({title:"Alert",text:"Please select Doc Type  & Doc Number",showCloseButton:!0,width:380})},i.downPdf=function(e){var t=_.docUrl+"sis/Images/UploadedFiles/";window.open(t,"_new")},i.Doc_detailCancel=function(){i.block4=""},i.DOC_update_grid=function(e){i.block4=JSON.parse(JSON.stringify(e)),i.temp1obj=e,i.Doc_add=!1,i.Doc_update=!0},i.Delete_doc_Grid=function(e,t,a,o){e.splice(a,1)},i.chk_doc_details=function(){var e=i.temp.temp_chk_doc_details;!(i.block4="")===e?(i.doc_data=!0,i.Doc_table=!0,i.doc_type_combo=!0,i.doc_type_input=!0,i.Doc_add=!0,i.Doc_update=!1):(i.doc_data=!1,i.Doc_table=!1,i.doc_type_combo=!1,i.doc_type_input=!1)},i.file_changed=function(e,t){var a=e.files[0].name.split(".")[0],e=(i.photofile=e.files[0],i.photofile.type.split("/")[1]);"png"==e||"jpeg"==e||"jpg"==e||"pdf"==e?2e5<i.photofile.size?(swal("","File size limit not exceed upto 200kb."),i.sims_invoice_image1="",i.gltd_attribute1=""):(v=i.photofile.type,i.gltd_attr1=a+"."+v.split("/")[1],v=v.replace(v,a),(e=new FileReader).onload=function(e){i.$apply(function(){i.sims_invoice_image1=e.target.result})},e.readAsDataURL(i.photofile),a={method:"POST",url:_.apiUrl+"/api/file/upload?filename="+v+"&location=UploadedFiles",data:o,headers:{"Content-Type":void 0}},d(a).success(function(e){},function(){alert("Err")})):(swal("","PDF and Image Files are allowed."),i.sims_invoice_image1="",i.gltd_attribute1="")},i.getTheFiles=function(e){angular.forEach(e,function(e,t){o.append(t,e)})},i.Doc_UpdateMasterDataInGrid=function(){if(i.temp1_obj=i.block4,""!=i.block4.gltd_doc_type&&null!=i.block4.gltd_doc_type&&""!=i.block4.gltd_doc_no&&null!=i.block4.gltd_doc_no)for(var e=0;e<i.doc_detail_data.length;e++)i.doc_detail_data[e].$$hashKey==i.temp1obj.$$hashKey&&(i.url=_.docUrl+"sis/Images/UploadedFiles/",i.gltd_attribute1=i.url+i.gltd_attr1,i.doc_detail_data[e].gltd_remarks=i.block4.gltd_remarks,i.doc_detail_data[e].gltd_doc_no=i.block4.gltd_doc_no,i.doc_detail_data[e].gldd_doc_amount_debit=i.block4.gldd_doc_amount_debit,i.doc_detail_data[e].gltd_attribute1=i.gltd_attr1);i.Doc_add=!0,i.Doc_update=!1,i.block4="",i.sims_invoice_image1="",i.gltd_attribute1=""},i.getBudgetvalue=function(e,t){d.get(_.apiUrl+"api/JVCreation/getBudgetvalue?aacno="+t+"&comp_cd="+r+"&fyear="+m+"&ledger_cd="+e).then(function(e){i.cost_center=e.data,i.block3.gldd_budget_amt=i.cost_center[0].slpr_bud_amt})},i.UploadVoucher=function(){e.go("main.UplBdg1"),i.vis.main=!1}}])}(),function(){"use strict";let v="",w=!1,k=!1;let C,D;let x,S;var e=angular.module("sims.module.Finance");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("JVCreateNewCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV","AuthenticationService",function(_,c,e,i,t,l,r,d){_.pagesize="5",_.edt="",_.amount_difference=0,_.operation=!0,_.chkcost=!0,_.cost_combo=!0,_.doc_cd_prov_no="",_.doc_cd_final_doc_no="",_.block1=[],_.block2=[],_.block3=[],_.temp_doc=[],_.vis=[],_.vis.main=!0,_.vis.onchangedoccodeshow=!1,_.vis.onchangedoccodeshowin=!1,_.Table1=!1,_.dramount=!1,_.cramount=!1,_.vis.doc_detail_grid=!0,_.vis.main_acct_grid=!0,_.save1=!0,_.vis.add_grid=!0,_.checkprintbtn=!1,_.vis.Add_show_hide=!0,_.prdocdata=[],_.cmb_doc_cd=[],_.vis.update=!1,_.doc_detail_data=[],_.chkcost=!1,_.block3.gldd_vat_enable=!1,_.block3.gldd_include_vat=!1,_.block3.gldd_doc_vat_amt=0,_.vat_code,_.JVCreate=[],_.cost_combo=!1,_.readonly=!0,_.vis.ok=!0,_.vis.is_recur=!0,_.preparebtn=!0,_.verifybtn=!0,_.authorizebtn=!0,_.vis.cmb_acct=!0,_.vis.txt_acct=!1,_.dis_recur_date=!0,_.revdelete=!1,_.edt2=[],_.edt=[],_.voucher_report_show=!0;let m=e.globals.currentUser.username,o=(m=m.toLowerCase(),new FormData),p=(_.finnDetail=JSON.parse(window.localStorage.Finn_comp),_.finnDetail.company),u=_.finnDetail.year,s=_.finnDetail.comp_vat_per,n=_.finnDetail.comp_vat_status,g=_.finnDetail.input_vat_acct,h="";_.doc_final_doc_number="";var a=new Date,f=a.getDate(),y=a.getMonth()+1,b=(y<10&&(y="0"+y),a.getFullYear());_.block1={gltd_payment_date:f+"-"+y+"-"+b},setTimeout(function(){$("#cmb_acc_Code3").select2()},100),_.prdocdata1=[],_.prdocdata1.push({gldd_doc_amount_debit:0,gldd_doc_amount_credit:0,gldd_doc_vat_amt:0,gldd_ledger_code:"00"}),setTimeout(function(){$("#PostDateNew10").kendoDatePicker({format:"dd-MM-yyyy"})},500),setTimeout(function(){$("#cmb_acct_code10").select2()},500),_.add_Grid1=function(e,t,a,o){_.prdocdata1.push({gldd_doc_amount_debit:0,gldd_doc_amount_credit:0,gldd_doc_vat_amt:0,gldd_ledger_code:"00"}),setTimeout(function(){$("#PostDateNew1"+(_.prdocdata1.length-1)).kendoDatePicker({format:"dd-MM-yyyy"})},500),setTimeout(function(){$("#cmb_acct_code1"+(_.prdocdata1.length-1)).select2()},500)},_.vatFiledData=function(){l.get(r.apiUrl+"api/VATFiling/getAllVATFiledData1?from_date="+_.temp_doc.gltd_post_date+"&to_date="+_.temp_doc.gltd_post_date+"&search=null&comp_code="+p+"&financial_year="+u+"&vat_profile="+_.vat_code).then(function(e){_.filedData=e.data,0<_.filedData.length?(_.vat_flag=_.filedData[0].flag,_.vat_desc_msg=_.filedData[0].vat_desc,"Pos"==_.vat_flag&&(swal({text:_.vat_desc_msg,width:380}),_.vat_code="")):(_.vat_flag="",_.vat_desc_msg="")})},_.add_Grid=function(e,t,a,o){setTimeout(function(){_.Scroll()},700),_.prdocdata.push({gldd_vat_enable:"Y"==n,gldd_include_vat:!1,gldd_doc_amount_debit:"",gldd_doc_amount_credit:"",gldd_doc_vat_amt:0,gldd_ledger_code:"00"}),setTimeout(function(){$("#PostDateNew"+(_.prdocdata.length-1)).kendoDatePicker({format:"dd-MM-yyyy"})},500),setTimeout(function(){$("#cmb_acct_code"+(_.prdocdata.length-1)).select2()},500),_.getAccount_Number(_.prdocdata[_.prdocdata.length-1])},l.get(r.apiUrl+"api/JVCreation/getRevertedData?comp_code="+p+"&username="+m).then(function(e){_.revertdocument=e.data,""!=_.revertdocument[0].revert_doc_no?_.vis.revert_grd=!0:_.vis.revert_grd=!1}),_.deleteReverted=function(){_.data=[];var e={gltd_doc_code:_.block1.gltd_doc_code,gltd_prov_doc_no:_.block1.gltd_prov_doc_no,gltd_comp_code:p};_.data.push(e),l.post(r.apiUrl+"api/JVCreation/revertedDelete",_.data).then(function(e){_.msg1=e.data,!0===_.msg1?(swal({title:"Alert",text:"Record Deleted successfully",imageUrl:"assets/img/check.png",width:300,height:200}),window.location.reload()):swal({title:"Alert",text:"Record Not Deleted. ",imageUrl:"assets/img/close.png",width:300,height:200})})},l.get(r.apiUrl+"api/JVCreation/getLoggedUser").then(function(e){_.data=[],_.loggedUser=e.data;for(let e=0;e<_.loggedUser.length;e++)_.loggedUser[e].fins_appl_form_field_value1.toLowerCase()!=m||""==_.block1.gltd_doc_code&&"undefined"==_.block1.gltd_doc_code||""==_.block1.gltd_prov_doc_no&&"undefined"==_.block1.gltd_prov_doc_no?_.revdelete=!1:_.revdelete=!0}),_.getStates=function(e,t){var a;null==e.vat_code?_.prdocdata[t].states=[]:(a=e.gldd_ledger_code,e=e.gldd_acct_code,l.get(r.apiUrl+"api/common/getStateNameFin?ledger_code="+a+"&ledger_account_code="+e+"&comp_code="+p).then(function(e){_.prdocdata[t].states=[],_.prdocdata[t].states=e.data;for(let e=0;e<_.prdocdata[t].states.length;e++)"C"==_.prdocdata[t].states[e].state_default_value&&(_.prdocdata[t].gldd_state_code=_.prdocdata[t].states[e].gldd_state_code)}))},_.maxmize=function(){$("#jv_Voucher").css({height:"100%",width:"100%"}),_.windowflg=!0},_.manimize=function(){$("#jv_Voucher").css({height:"600px",width:"900px"}),_.windowflg=!1},i(function(){$("#fixTable").tableHeadFixer({top:1}),$("#fixTable1").tableHeadFixer({top:1}),$("#Table1").tableHeadFixer({top:1}),$("#Table12").tableHeadFixer({top:1})},100),_.propertyName=null,_.reverse=!1,_.sortBy=function(e){_.reverse=_.propertyName===e&&!_.reverse,_.propertyName=e},_.Prepare=function(){_.clear(),_.prdocdata=[{gldd_vat_enable:"Y"==n,gldd_include_vat:!1,gldd_doc_amount_debit:"",gldd_doc_amount_credit:"",gldd_doc_vat_amt:0,gldd_ledger_code:"00"}],setTimeout(function(){$("#PostDateNew0").kendoDatePicker({format:"dd-MM-yyyy"})},500),setTimeout(function(){$("#cmb_acct_code0").select2()},500),_.getAccount_Number(_.prdocdata[_.prdocdata.length-1]),jQuery(".verifybtn").removeClass("voucherbtn"),jQuery(".preparebtn").addClass("voucherbtn"),jQuery(".authorizebtn").removeClass("voucherbtn"),_.vis.prepare=!0,_.vis.verify=!1,_.vis.Autorize=!1,_.vis.main=!1,_.jvtitle="- Prepare","Y"==n?(_.vis_vat=!0,_.vis_vat_amt=!0):(_.vis_vat=!1,_.vis_vat_amt=!1,_.block3.gldd_doc_vat_amt=0),_.block3.gldd_vat_enable=!1,_.block3.gldd_include_vat=!1,l.get(r.apiUrl+"api/BankPayment/GetVerifyAuthorizeUsers?comp_code="+p+"&fyear="+u).then(function(e){_.users=e.data,0!=_.users.length&&(_.users[0]==m&&_.users[1]==m?(_.vis.autoriz=!0,_.vis.very=!0):_.users[0]!=m||""!=_.users[1]&&_.users[1]==m?(_.vis.autoriz=!1,_.vis.very=!1):(_.vis.autoriz=!1,_.vis.very=!0))})},_.vis.verify=!0,l.get(r.apiUrl+"api/JVCreation/getFinn140_SearchFins_temp_docs?compcode="+p+"&username="+m).then(function(e){_.verify_data=e.data}),_.Verify=function(){jQuery(".verifybtn").addClass("voucherbtn"),jQuery(".preparebtn").removeClass("voucherbtn"),jQuery(".authorizebtn").removeClass("voucherbtn"),_.edt="",_.edt1="",_.edt2="",_.vis.main=!0,_.jvtitle="- Verify",_.vis.prepare=!1,_.vis.verify=!0,_.vis.Autorize=!1,_.vis.user_vry=!1,_.vis.user_aut=!1,$("#loader").modal({backdrop:"static",keyboard:!1}),l.get(r.apiUrl+"api/JVCreation/getFinn140_SearchFins_temp_docs?compcode="+p+"&username="+m).then(function(e){_.verify_data=e.data,$("#loader").modal("hide"),$(".modal-backdrop").removeClass("modal-backdrop")})},l.get(r.apiUrl+"api/JVCreation/getFinn142_SearchFins_temp_docs?compcode="+p+"&username="+m).then(function(e){_.Authorize_data=e.data,$("#loader").modal("hide"),$(".modal-backdrop").removeClass("modal-backdrop")}),_.Authorize=function(e){jQuery(".verifybtn").removeClass("voucherbtn"),jQuery(".preparebtn").removeClass("voucherbtn"),jQuery(".authorizebtn").addClass("voucherbtn"),_.jvtitle="- Authorize",_.edt="",_.edt1="",_.edt2="",_.vis.main=!0,_.vis.prepare=!1,_.vis.verify=!1,_.vis.Autorize=!0,_.vis.user_vry=!0,_.vis.user_aut=!1,$("#loader").modal({backdrop:"static",keyboard:!1}),l.get(r.apiUrl+"api/JVCreation/getFinn142_SearchFins_temp_docs?compcode="+p+"&username="+m).then(function(e){_.Authorize_data=e.data,$("#loader").modal("hide"),$(".modal-backdrop").removeClass("modal-backdrop")})},_.back=function(){jQuery(".verifybtn").removeClass("voucherbtn"),jQuery(".preparebtn").removeClass("voucherbtn"),jQuery(".authorizebtn").removeClass("voucherbtn"),_.vis.main=!0,_.vis.verify=!1,_.vis.Autorize=!1,_.jvtitle=" ",_.checkprintbtn=!1,_.totalDebit=0,_.totalcredit=0,_.totaldiff=0,_.prvno="",_.dcode=!1,_.block1=[],_.block2=[],_.block3=[],_.temp_doc=[],_.edt2=[],_.edt=[],_.prdocdata=[],_.doc_detail_data=[],_.vis.cmb_acct=!0,_.vis.txt_acct=!1,_.ldgcd=!1,_.vis.is_recur=!0,_.vis.ok=!0,_.vis.update=!1,_.vis.SendToVerify=!1,_.checkprintbtn=!1,_.vis.onchangedoccodeshow=!1,_.vis.onchangedoccodeshowin=!1,_.dis_recur_date=!0,_.lbl_recur="",_.vis.recur_periods=!1,a=new Date,f=a.getDate(),(y=a.getMonth()+1)<10&&(y="0"+y),b=a.getFullYear(),_.sdate=f+"-"+y+"-"+b,_.edate=f+"-"+y+"-"+b,_.temp_doc={gltd_doc_date:f+"-"+y+"-"+b,gltd_post_date:f+"-"+y+"-"+b}},_.clear=function(){_.dcode=!1,_.block1=[],_.block2=[],_.block3=[],_.temp_doc=[],_.checkprintbtn=!1,_.prvno="",_.totalDebit=0,_.totalcredit=0,_.totaldiff=0,_.edt2=[],_.edt=[],_.prdocdata=[],_.doc_detail_data=[],_.vis.cmb_acct=!0,_.vis.txt_acct=!1,_.ldgcd=!1,_.vis.is_recur=!0,_.vis.ok=!0,_.vis.update=!1,_.vis.SendToVerify=!1,_.checkprintbtn=!1,_.vis.onchangedoccodeshow=!1,_.vis.onchangedoccodeshowin=!1,_.vis.doc_detail_grid=!0,w=!1,k=!1,_.dis_recur_date=!0,_.lbl_recur="",_.vis.recur_periods=!1,a=new Date,f=a.getDate(),(y=a.getMonth()+1)<10&&(y="0"+y),b=a.getFullYear(),_.sdate=f+"-"+y+"-"+b,_.edate=f+"-"+y+"-"+b,_.temp_doc={gltd_doc_date:f+"-"+y+"-"+b,gltd_post_date:f+"-"+y+"-"+b},l.get(r.apiUrl+"api/BankPayment/GetVerifyAuthorizeUsers?comp_code="+p+"&fyear="+u).then(function(e){_.users=e.data,0!=_.users.length&&(_.users[0]==m&&_.users[1]==m?(_.vis.autoriz=!0,_.vis.very=!0):_.users[0]!=m||""!=_.users[1]&&_.users[1]==m?(_.vis.autoriz=!1,_.vis.very=!1):(_.vis.autoriz=!1,_.vis.very=!0))})},_.Show=function(){null!=_.block1.gltd_doc_code&&""!=_.block1.gltd_doc_code&&null!=_.block1.gltd_prov_doc_no&&""!=_.block1.gltd_prov_doc_no?(_.dcode=!0,l.get(r.apiUrl+"api/JVCreation/getAllRecords_Vat?doccode="+_.block1.gltd_doc_code+"&prnumber="+_.block1.gltd_prov_doc_no+"&comp_code="+p).then(function(e){_.prdocdata=e.data,_.voucher_details=e.data,_.totalDebit=0,_.totalcredit=0;for(let e=_.totaldiff=0;e<_.voucher_details.length;e++)_.prdocdata[e].ptyref_date=_.voucher_details[e].gldd_party_ref_date,0==e&&(_.temp_doc.gltd_comp_code=_.voucher_details[e].gltd_comp_code,_.temp_doc.gltd_doc_code=_.voucher_details[e].gltd_doc_code,_.temp_doc.gltd_doc_narr=_.voucher_details[e].gltd_doc_narr,_.temp_doc.gltd_remarks=_.voucher_details[e].gltd_remarks,_.temp_doc.gltd_doc_date=_.voucher_details[e].gltd_doc_date,_.temp_doc.gltd_post_date=_.voucher_details[e].gltd_post_date,_.block1.gltd_cheque_No=_.voucher_details[e].gltd_cheque_no,_.block1.gltd_paid_to=_.voucher_details[e].gltd_paid_to,_.block1.gltd_cheque_due_date=_.voucher_details[e].gltd_cheque_due_date),_.getAccount_Number(_.voucher_details[e],e,!0),0<parseFloat(_.voucher_details[e].gldd_doc_amount_debit)?_.totalDebit=parseFloat(parseFloat(_.totalDebit)+parseFloat(_.voucher_details[e].gldd_doc_amount_debit)+parseFloat(_.voucher_details[e].gldd_tax_amount)).toFixed(_.decimal_dsc):0<parseFloat(_.voucher_details[e].gldd_doc_amount_credit)&&(_.totalcredit=parseFloat(parseFloat(_.totalcredit)+parseFloat(_.voucher_details[e].gldd_doc_amount_credit)+parseFloat(_.voucher_details[e].gldd_tax_amount)).toFixed(_.decimal_dsc));setTimeout(function(){$(".divclass").kendoDatePicker({format:"dd-MM-yyyy"})},500),setTimeout(function(){for(let e=0;e<_.voucher_details.length;e++)$("#cmb_acct_code"+e).select2().select2("val",_.voucher_details[e].gldd_acct_code)},1500)}),l.get(r.apiUrl+"api/JVCreation/GetDocument_Details_DPS?doccode="+_.block1.gltd_doc_code+"&prnumber="+_.block1.gltd_prov_doc_no+"&comp_code="+p).then(function(e){_.doc_detail_data=e.data,0<_.doc_detail_data.length&&(_.temp.temp_chk_doc_details=!0,_.chk_doc_details())}),_.vis.ok=!1,_.vis.update=!0,_.vis.SendToVerify=!0,_.vis.is_recur=!1,_.vis.autoriz=!1,_.vis.very=!1,_.getRemark()):(_.flag1=!0,swal({title:"Alert",text:"Please select Doc Code & Provision No",showCloseButton:!0,width:380}))},_.chk_click_ver=function(e){e.gltd_revert&&(e.gltd_revert=!1,e.gltd_verify=!0)},_.chk_click_rev=function(e){e.gltd_verify&&(e.gltd_revert=!0,e.gltd_verify=!1)},_.chk_click_aut=function(e){e.gltd_verify&&(e.gltd_verify=!1,e.gltd_authorize=!0)},_.chk_click_very=function(e){e.gltd_authorize&&(e.gltd_verify=!0,e.gltd_authorize=!1)},_.chk_clickAll=function(e){if(e)for(let e=0;e<_.Authorize_data.length;e++)_.Authorize_data[e].gltd_authorize=!0;else for(let e=0;e<_.Authorize_data.length;e++)_.Authorize_data[e].gltd_authorize=!1},_.chk_click_verifyAll=function(e){if(e){for(let e=0;e<_.verify_data.length;e++)_.verify_data[e].gltd_verify=!0,_.verify_data[e].gltd_revert=!1;_.v_data.gltd_revert1=!1}else for(let e=0;e<_.verify_data.length;e++)_.verify_data[e].gltd_verify=!1},_.chk_click_revertAll=function(e){if(e){for(let e=0;e<_.verify_data.length;e++)_.verify_data[e].gltd_revert=!0,_.verify_data[e].gltd_verify=!1;_.v_data.gltd_verify1=!1}else for(let e=0;e<_.verify_data.length;e++)_.verify_data[e].gltd_revert=!1},_.chk_clickAll=function(e){if(e){for(let e=0;e<_.Authorize_data.length;e++)_.Authorize_data[e].gltd_authorize=!0,_.Authorize_data[e].gltd_verify=!1;_.A_data.gltd_very1=!1}else for(let e=0;e<_.Authorize_data.length;e++)_.Authorize_data[e].gltd_authorize=!1},_.very_chk_clickAll=function(e){if(e){for(let e=0;e<_.Authorize_data.length;e++)_.Authorize_data[e].gltd_verify=!0,_.Authorize_data[e].gltd_authorize=!1;_.A_data.gltd_authorize1=!1}else for(let e=0;e<_.Authorize_data.length;e++)_.Authorize_data[e].gltd_verify=!1},_.ShowFilterText=function(e){_.filterVisible=""!=e,_.block1.chk_previous_clear=!0,_.edt.txt_filter_range="0"},_.ShowFilterText_Aut=function(e){_.filterVisible_aut=""!=e,_.block1.chk_previous_clear_aut=!0,_.edt.txt_filter_range_aut="0"},_.showhide=function(){_.cmb_doc_cd=[];var e=$("#cmb_doc_code").prop("selectedIndex");_.cmb_doc_cd=_.geDocCode_jv[e],_.prdocdata1=[],_.prdocdata1.push({gldd_doc_amount_debit:0,gldd_doc_amount_credit:0,gldd_doc_vat_amt:0,gldd_ledger_code:"00"}),setTimeout(function(){$("#PostDateNew10").kendoDatePicker({format:"dd-MM-yyyy"})},500),setTimeout(function(){$("#cmb_acct_code10").select2()},500),_.prdocdata=[],_.prdocdata.push({gldd_vat_enable:"Y"==n,gldd_include_vat:!1,gldd_doc_amount_debit:0,gldd_doc_amount_credit:0,gldd_doc_vat_amt:0,gldd_ledger_code:"00"}),setTimeout(function(){$("#PostDateNew"+(_.prdocdata.length-1)).kendoDatePicker({format:"dd-MM-yyyy"})},500),setTimeout(function(){$("#cmb_acct_code"+(_.prdocdata.length-1)).select2()},500),_.getAccount_Number(_.prdocdata[_.prdocdata.length-1]),l.get(r.apiUrl+"api/JVCreation/GetAllCashBankGLMasterAccountNo?cmp_cd="+p+"&financialyear="+u+"&doc_cd="+_.temp_doc.gltd_doc_code+"&username="+m).then(function(e){_.bankname=e.data,0<_.bankname.length&&_.getAccountName(e.data[0].master_ac_cdname)}),_.vis.doc_detail_grid=!0,"BP"==_.cmb_doc_cd.gldc_doc_code_type?(_.vis.onchangedoccodeshow=!0,_.vis.onchangedoccodeshowin=!1,_.block2.gldd_doc_amount_debit="0.00",_.block2.gldd_doc_amount_credit="0.00",_.Table1=!0,_.content="Paid To",_.vis.cheq_no=!0,_.dvalue=!0,_.cvalue=!1,_.dramount=!1,_.cramount=!0):"BR"==_.cmb_doc_cd.gldc_doc_code_type?(_.vis.onchangedoccodeshow=!0,_.Table1=!0,_.vis.onchangedoccodeshowin=!1,_.block2.gldd_doc_amount_credit="0.00",_.vis.cheq_no=!0,_.content="Received From",_.dvalue=!1,_.cvalue=!0,_.dramount=!0,_.cramount=!1):"CP"==_.cmb_doc_cd.gldc_doc_code_type?(_.vis.onchangedoccodeshow=!0,_.Table1=!0,_.vis.onchangedoccodeshowin=!1,_.block2.gldd_doc_amount_debit="0.00",_.vis.cheq_no=!1,_.content="Paid To",_.dvalue=!0,_.cvalue=!1,_.dramount=!1,_.cramount=!0):"CR"==_.cmb_doc_cd.gldc_doc_code_type?(_.vis.onchangedoccodeshow=!0,_.Table1=!0,_.vis.onchangedoccodeshowin=!1,_.block2.gldd_doc_amount_credit="0.00",_.content="Received From",_.vis.cheq_no=!1,_.dvalue=!1,_.cvalue=!0,_.dramount=!0,_.cramount=!1):"CN"==_.cmb_doc_cd.gldc_doc_code_type?(_.vis.onchangedoccodeshow=!0,_.Table1=!0,_.vis.onchangedoccodeshowin=!1,_.block2.gldd_doc_amount_debit="0.00",_.block2.gldd_doc_amount_credit="0.00",_.content="Paid To",_.vis.cheq_no=!0,_.dvalue=!1,_.cvalue=!1,_.dramount=!1,_.cramount=!1,_.vis.doc_detail_grid=!1):"PR"==_.cmb_doc_cd.gldc_doc_code_type?(_.vis.onchangedoccodeshowin=!0,_.vis.onchangedoccodeshow=!1,_.Table1=!1,_.block2.gldd_doc_amount_debit="0.00",_.block2.gldd_doc_amount_credit="0.00",_.vis.invo_no=!0,_.dvalue=!0,_.cvalue=!1,_.dramount=!1,_.cramount=!0):"PB"==_.cmb_doc_cd.gldc_doc_code_type?(_.vis.onchangedoccodeshow=!1,_.Table1=!1,_.vis.onchangedoccodeshowpb=!0,_.content="Paid To",_.vis.cheq_no=!0,_.dvalue=!0,_.cvalue=!1,_.dramount=!1,_.cramount=!0):(_.vis.onchangedoccodeshow=!1,_.Table1=!1,_.vis.onchangedoccodeshowin=!1,_.dramount=!1,_.cramount=!1)},l.get(r.apiUrl+"api/JVCreation/getDocCodeJV?comp_code="+p+"&finance_year="+u).then(function(e){_.geDocCode_jv=e.data}),l.get(r.apiUrl+"api/BankPayment/GetVerifyAuthorizeUsers?comp_code="+p+"&fyear="+u).then(function(e){_.users=e.data,0!=_.users.length&&(_.users[0]==m&&_.users[1]==m?(_.preparebtn=!1,_.verifybtn=!1,_.authorizebtn=!1,_.vis.autoriz=!0,_.vis.very=!0):_.users[0]!=m||""!=_.users[1]&&_.users[1]==m?(_.preparebtn=!1,_.verifybtn=!0,_.authorizebtn=!0,_.vis.autoriz=!1,_.vis.very=!1):(_.verifybtn=!1,_.preparebtn=!1,_.authorizebtn=!0,_.vis.autoriz=!1,_.vis.very=!0))}),l.get(r.apiUrl+"api/BankPayment/GetLedgerNumber?financialyear="+u+"&comp_code="+p).then(function(e){_.LdgrCode=e.data}),_.fillaccountno=function(){l.get(r.apiUrl+"api/JVCreation/GetAllCashBankGLMasterAccountNo?cmp_cd="+p+"&financialyear="+u+"&doc_cd="+_.temp_doc.gltd_doc_code+"&username="+m).then(function(e){_.bankname=e.data,0<_.bankname.length&&(_.block2.master_acct_detail=e.data[0],_.getAccountName(e.data[0].master_ac_cdname))})},l.get(r.apiUrl+"api/BankPayment/getVATProfileDetails?comp_code="+p).then(function(e){_.vatProfile=e.data}),_.getAccountName=function(e){e=D=e.master_acno;l.get(r.apiUrl+"api/BankPayment/getCostCenter?aacno="+e+"&comp_cd="+p+"&fyear="+u).then(function(e){_.costcenter_account=e.data,0<_.costcenter_account.length?_.chkcost_Ac=!0:(_.chkcost_Ac=!1,_.cost_combo_AC=!1)})},_.getDepartcode=function(t,a){_.dept_flg=!1;for(let e=0;e<a.getAllAccNos.length;e++)a.getAllAccNos[e].gldd_acct_code==a.gldd_acct_code&&((_.dept_flg=!0)!==t&&(a.gldd_dept_code=a.getAllAccNos[e].gldd_dept_code),a.codp_dept_name=a.getAllAccNos[e].gldd_dept_name,a.gldd_acct_name=a.getAllAccNos[e].gldd_acct_name);!1===_.dept_flg&&(!0!==t&&(a.gldd_dept_code="",a.gldd_party_ref_no=""),a.codp_dept_name="",a.gldd_acct_name="")},_.cost_center2=function(e){C=e,_.cost_combo=!0===e},_.cost_center_Account=function(e){!0===(C=e)?(_.cost_combo_AC=!0,_.getAccountName(_.block2.master_acno)):_.cost_combo_AC=!1},_.Chk_recur_voucher=function(e){!0===e?(_.dis_recur_date=!1,_.lbl_recur="/ Recurring Date",_.vis.recur_periods=!0):(_.dis_recur_date=!0,_.lbl_recur="",_.vis.recur_periods=!1),_.temp_doc.gltd_recur_period="0",_.temp_doc.gltd_recur_period_days="0"},_.GetAllGLAcc=function(e,t){l.get(r.apiUrl+"api/JVCreation/GetAllGLAccountNos?glma_accountcode="+e+"&cmpnycode="+p+"&fyear="+u).then(function(e){_.getAllAccNos=e.data})},l.get(r.apiUrl+"api/JVCreation/GetAllGLAccountNos?glma_accountcode=&cmpnycode="+p+"&fyear="+u).then(function(e){if(_.getAllAccNos=e.data,"Y"==n&&""==h&&""!=g)for(let e=0;e<_.getAllAccNos.length;e++)_.getAllAccNos[e].gldd_acct_code==g&&(h=_.getAllAccNos[e].gldd_acct_name)}),l.get(r.apiUrl+"api/JVCreation/GetReportUrl?opr=J&sub_opr=Final").then(function(e){_.final_doc_url=e.data}),l.get(r.apiUrl+"api/JVCreation/GetReportUrl?opr=J&sub_opr=Prov").then(function(e){_.prov_doc_url=e.data}),_.getSLAccNo=function(t,a){"00"!=t.gldd_ledger_code?l.get(r.apiUrl+"api/JVCreation/GetSLAccNumber?ldgr_code="+t.gldd_ledger_code+"&cmp_cd="+p+"&year="+u).then(function(e){t.getAllAccNos=e.data,a&&_.getDepartcode(t.gldd_acct_code,t)}):l.get(r.apiUrl+"api/JVCreation/GetAllGLAccountNos?glma_accountcode=&cmpnycode="+p+"&fyear="+u).then(function(e){t.getAllAccNos=e.data,a&&_.getDepartcode(t.gldd_acct_code,t)})},_.getAccount_Number=function(t,e,a){let o=$("#cmb_ledger_code"+e+" option:selected").text();_.selectedLedg=o.slice(3,20),a||($("#cmb_acct_code"+e).select2("val",""),t.gldd_dept_code="",t.gldd_party_ref_no="",t.codp_dept_name="",t.gldd_acct_name=""),"00"!=t.gldd_ledger_code?l.get(r.apiUrl+"api/JVCreation/getAccount_Number?ldgr_code="+t.gldd_ledger_code+"&cmp_cd="+p+"&year="+u).then(function(e){_.msg=e.data,t.getAllAccNos=[],_.msg?swal({text:_.msg+o,width:380}):_.getSLAccNo(t,a)}):l.get(r.apiUrl+"api/JVCreation/GetAllGLAccountNos?glma_accountcode=&cmpnycode="+p+"&fyear="+u+"&doc_code="+_.temp_doc.gltd_doc_code).then(function(e){t.getAllAccNos=e.data,a&&_.getDepartcode(!0,t)})},_.getprovno=function(){l.get(r.apiUrl+"api/JVCreation/Get_provno?comp_code="+p+"&fyear="+u+"&doccode="+_.block1.gltd_doc_code+"&user="+m).then(function(e){_.prnumber=e.data,_.revdelete=!1,"BP"==_.block1.gltd_doc_code?(_.vis.onchangedoccodeshow=!0,_.vis.onchangedoccodeshowin=!1,_.block2.gldd_doc_amount_debit="0.00",_.block2.gldd_doc_amount_credit="0.00",_.Table1=!1,_.content="Paid To",_.vis.cheq_no=!0,_.dvalue=!0,_.cvalue=!1,_.dramount=!1,_.cramount=!0):"BR"==_.block1.gltd_doc_code?(_.vis.onchangedoccodeshow=!0,_.Table1=!1,_.vis.onchangedoccodeshowin=!1,_.block2.gldd_doc_amount_credit="0.00",_.vis.cheq_no=!0,_.content="Received From",_.dvalue=!1,_.cvalue=!0,_.dramount=!0,_.cramount=!1):"CP"==_.block1.gltd_doc_code?(_.vis.onchangedoccodeshow=!0,_.Table1=!1,_.vis.onchangedoccodeshowin=!1,_.block2.gldd_doc_amount_debit="0.00",_.vis.cheq_no=!1,_.content="Paid To",_.dvalue=!0,_.cvalue=!1,_.dramount=!1,_.cramount=!0):"CR"==_.block1.gltd_doc_code?(_.vis.onchangedoccodeshow=!0,_.Table1=!1,_.vis.onchangedoccodeshowin=!1,_.block2.gldd_doc_amount_credit="0.00",_.content="Received From",_.vis.cheq_no=!1,_.dvalue=!1,_.cvalue=!0,_.dramount=!0,_.cramount=!1):"CN"==_.block1.gltd_doc_code?(_.vis.onchangedoccodeshow=!0,_.Table1=!1,_.vis.onchangedoccodeshowin=!1,_.block2.gldd_doc_amount_debit="0.00",_.block2.gldd_doc_amount_credit="0.00",_.content="Paid To",_.vis.cheq_no=!0,_.dvalue=!1,_.cvalue=!1,_.dramount=!1,_.cramount=!1):"PR"==_.block1.gltd_doc_code?(_.vis.onchangedoccodeshowin=!0,_.vis.onchangedoccodeshow=!1,_.Table1=!1,_.block2.gldd_doc_amount_debit="0.00",_.block2.gldd_doc_amount_credit="0.00",_.vis.invo_no=!0,_.dvalue=!0,_.cvalue=!1,_.dramount=!1,_.cramount=!0):"PB"==_.block1.gltd_doc_code?(_.vis.onchangedoccodeshow=!1,_.Table1=!1,_.vis.onchangedoccodeshowpb=!0,_.content="Paid To",_.vis.cheq_no=!0,_.dvalue=!0,_.cvalue=!1,_.dramount=!1,_.cramount=!0):(_.vis.onchangedoccodeshow=!1,_.Table1=!1,_.vis.onchangedoccodeshowin=!1,_.dramount=!1,_.cramount=!1)})},_.AddMasterDataInGrid=function(){if(_.cost_combo_AC=!1,_.chkcost_Ac=!1,_.temp={cost_center_ac:!1},null!=_.block2.master_acno)if(null!=_.block2.gldd_doc_amount_debit&&"0.00"!=_.block2.gldd_doc_amount_debit||(_.block2.gldd_doc_amount_debit="0.00"),null!=_.block2.gldd_doc_amount_credit&&"0.00"!=_.block2.gldd_doc_amount_credit||(_.block2.gldd_doc_amount_credit="0.00"),"0.00"<_.block2.gldd_doc_amount_debit||"0.00"<_.block2.gldd_doc_amount_credit){document.getElementById("cmb_acc_Code3");_.prdocdata.push({gldd_comp_code:p,gldd_ledger_code:"00",gldd_acct_code:_.block2.master_acno.master_acno,gldd_acct_name:_.block2.master_acno.master_ac_cdname,gldd_party_ref_no:_.block2.pty_ref_no,glco_cost_centre_code:null!=_.edt5&&null!=_.edt5.glco_cost_centre_code?_.edt5.glco_cost_centre_code.glco_cost_centre_code:null,coce_cost_centre_name:null!=_.edt5&&null!=_.edt5.glco_cost_centre_code?_.edt5.glco_cost_centre_code.coce_cost_centre_name:null,gldd_dept_code:_.block2.master_acno.gldd_dept_code,gldd_doc_narr:_.block2.gldd_doc_narr,gldd_doc_amount_debit:_.block2.gldd_doc_amount_debit,gldd_doc_amount_credit:_.block2.gldd_doc_amount_credit,gltd_payment_date:_.block1.gltd_payment_date,ptyref_date:_.block1.gltd_payment_date,gldd_trn_no:_.block2.gldd_trn_no,gldd_PTY_name:_.block2.gldd_PTY_name}),_.totalDebit=0,_.totalcredit=0;for(let e=_.totaldiff=0;e<_.prdocdata.length;e++)_.totalDebit=parseFloat(parseFloat(_.totalDebit)+parseFloat(_.prdocdata[e].gldd_doc_amount_debit)).toFixed(_.decimal_dsc),_.totalcredit=parseFloat(parseFloat(_.totalcredit)+parseFloat(_.prdocdata[e].gldd_doc_amount_credit)).toFixed(_.decimal_dsc);_.block2={},_.myForm.$setPristine(),_.myForm.$setUntouched(),"CN"==_.cmb_doc_cd.gldc_doc_code_type&&(_.block2.gldd_doc_amount_debit="0.00",_.block2.gldd_doc_amount_credit="0.00",_.dvalue=!1,_.cvalue=!1)}else swal({text:"  Please Enter Amount ",width:380});else swal({text:"  please select Master Account No ",width:380})},_.UpdateMasterDataInGrid=function(){},_.CancelMasterDataInGrid=function(){},_.totalAmountCount=function(){_.totalDebit=0,_.totalcredit=0;for(let e=_.totaldiff=0;e<_.prdocdata1.length;e++)_.totalDebit=parseFloat(parseFloat(_.totalDebit)+parseFloat(_.prdocdata1[e].gldd_doc_amount_debit)).toFixed(_.decimal_dsc),_.totalcredit=parseFloat(parseFloat(_.totalcredit)+parseFloat(_.prdocdata1[e].gldd_doc_amount_credit)).toFixed(_.decimal_dsc);for(let e=0;e<_.prdocdata.length;e++)_.totalDebit=parseFloat(parseFloat(_.totalDebit)+parseFloat(_.prdocdata[e].gldd_doc_amount_debit)).toFixed(_.decimal_dsc),_.totalcredit=parseFloat(parseFloat(_.totalcredit)+parseFloat(_.prdocdata[e].gldd_doc_amount_credit)).toFixed(_.decimal_dsc),0<parseFloat(_.prdocdata[e].gldd_doc_amount_debit)?_.totalDebit=parseFloat(parseFloat(_.totalDebit)+parseFloat(null==_.prdocdata[e].gldd_tax_amount?0:_.prdocdata[e].gldd_tax_amount)).toFixed(_.decimal_dsc):0<parseFloat(_.prdocdata[e].gldd_doc_amount_credit)&&(_.totalcredit=parseFloat(parseFloat(_.totalcredit)+parseFloat(null==_.prdocdata[e].gldd_tax_amount?0:_.prdocdata[e].gldd_tax_amount)).toFixed(_.decimal_dsc))},_.vat_cal=function(e,t,a,o,s){let n;_.vat_code=null==o?null:a.vat_code,_.totaldiff=parseFloat(_.totalDebit)-parseFloat(_.totalcredit);for(let e=0;e<t.length;e++)if(t[e].vat_code==a.vat_code){n=t[e];break}null!=_.vat_code&&"undefined"!=_.vat_code&&""!=_.vat_code||(a.gldd_tax_amount=null,a.gldd_tax_code=null,a.gldd_tax_percentage=null,a.gldd_tax_acct_code=null),a.gldd_tax_amount!=s&&(a.gldd_tax_amount=s),""==a.gldd_doc_amount_debit&&(a.gldd_doc_amount_debit=0),""==a.gldd_doc_amount_credit&&(a.gldd_doc_amount_credit=0),0<a.gldd_doc_amount_debit&&(a.gldd_doc_amount_credit=0),null!=n&&(a.gldd_tax_code=n.vat_code,a.gldd_tax_percentage=n.vat_per_value,a.vat_included_in_price=n.vat_included_in_price,a.gldd_tax_acct_code=n.vat_invoice_acno,a.gldd_tax_amount=0,o=parseFloat(a.gldd_doc_amount_debit),s=parseFloat(a.gldd_doc_amount_credit),0!=n.vat_per_value?("Y"==n.vat_included_in_price?0!=o?(a.gldd_tax_amount=parseFloat(o*parseFloat(n.vat_per_value)/(100+parseFloat(n.vat_per_value))).toFixed(_.decimal_dsc),a.gldd_doc_amount_debit=parseFloat(o)-parseFloat(o*parseFloat(n.vat_per_value)/(100+parseFloat(n.vat_per_value))).toFixed(_.decimal_dsc)):(a.gldd_tax_amount=parseFloat(s*parseFloat(n.vat_per_value)/(100+parseFloat(n.vat_per_value))).toFixed(_.decimal_dsc),a.gldd_doc_amount_credit=parseFloat(s)-parseFloat(s*parseFloat(n.vat_per_value)/(100+parseFloat(n.vat_per_value))).toFixed(_.decimal_dsc)):a.gldd_tax_amount=(0!=o?parseFloat(o*parseFloat(n.vat_per_value)/100):parseFloat(s*parseFloat(n.vat_per_value)/100)).toFixed(_.decimal_dsc),"RCM"==a.vat_code&&(_.prdocdata[e].gldd_tax_amount=0)):a.gldd_tax_amount=0),_.totalAmountCount()},_.Add_inner_grid=function(){_.chkcost=!1,_.cost_combo=!1,_.temp={cost_chk_ac:!1};let e="";if(null!=_.block3.gldd_acct_code){if(e=null==_.block3.gldd_ledger_code?"00":_.block3.gldd_ledger_code,""!=_.block3.gldd_doc_amount_debit&&null!=_.block3.gldd_doc_amount_debit&&"0.00"!=_.block3.gldd_doc_amount_debit||(_.block3.gldd_doc_amount_debit="0.00"),""!=_.block3.gldd_doc_amount_credit&&null!=_.block3.gldd_doc_amount_credit&&"0.00"!=_.block3.gldd_doc_amount_credit||(_.block3.gldd_doc_amount_credit="0.00"),parseFloat(_.block3.gldd_doc_amount_debit)<=0&&parseFloat(_.block3.gldd_doc_amount_credit)<=0)return void swal({text:"Please Enter Debit/Credit Amount",width:380});var a=document.getElementById("cmb_acc_Code3");_.selectedText=a.options[a.selectedIndex].text;let t=!1;for(let e=0;e<_.prdocdata.length;e++)if(_.prdocdata[e].gldd_acct_code==_.block3.gldd_acct_code&&_.prdocdata[e].gldd_doc_narr==_.block3.gldd_doc_narr){t=!0;break}if(!0===t)swal({text:_.block3.gldd_acct_name+" A/c Already Added",width:380});else{a=document.getElementById("costCenter"),a=a.options[a.selectedIndex].text;_.center=_.center||""!=_.block2.glco_cost_centre_code,"Y"==n&&!0===_.block3.gldd_include_vat&&!0===_.block3.gldd_vat_enable&&(0!=_.block3.gldd_doc_amount_debit?(o=parseFloat(_.block3.gldd_doc_amount_debit),_.block3.gldd_doc_vat_amt=parseFloat(o*parseFloat(s)/(100+parseFloat(s))).toFixed(_.decimal_dsc),_.block3.gldd_doc_amount_debit=parseFloat(o)-parseFloat(o*parseFloat(s)/(100+parseFloat(s))).toFixed(_.decimal_dsc)):(o=parseFloat(_.block3.gldd_doc_amount_credit),_.block3.gldd_doc_vat_amt=parseFloat(o*parseFloat(s)/(100+parseFloat(s))).toFixed(_.decimal_dsc),_.block3.gldd_doc_amount_credit=parseFloat(o)-parseFloat(o*parseFloat(s)/(100+parseFloat(s))).toFixed(_.decimal_dsc))),_.prdocdata.push({gldd_comp_code:p,gldd_ledger_code:e,gldd_acct_code:_.block3.gldd_acct_code,gldd_acct_name:_.block3.gldd_acct_name,gldd_dept_code:_.block3.gldd_dept_code,gldd_party_ref_no:_.block3.gldd_party_ref_no,gldd_doc_narr:_.block3.gldd_doc_narr,gldd_doc_amount_debit:_.block3.gldd_doc_amount_debit,gldd_doc_amount_credit:_.block3.gldd_doc_amount_credit,glco_cost_centre_code:_.block2.glco_cost_centre_code,coce_cost_centre_name:a,gldd_trn_no:_.block3.gldd_trn_no,gldd_PTY_name:_.block3.gldd_PTY_name}),"Y"==n&&!0===_.block3.gldd_vat_enable&&_.prdocdata.push({gldd_comp_code:p,gldd_ledger_code:"00",gldd_acct_code:g,gldd_acct_name:h,gldd_dept_code:g.substr(1,2),gldd_party_ref_no:"",gldd_doc_narr:"VAT/"+_.block3.gldd_acct_code+"("+_.block3.gldd_acct_name+") #"+(0<_.block3.gldd_doc_amount_debit?_.block3.gldd_doc_amount_debit:"-"+_.block3.gldd_doc_amount_credit),gldd_doc_amount_debit:0!=_.block3.gldd_doc_amount_debit?_.block3.gldd_doc_vat_amt:0,gldd_doc_amount_credit:0!=_.block3.gldd_doc_amount_credit?_.block3.gldd_doc_vat_amt:0,glco_cost_centre_code:_.block2.glco_cost_centre_code,coce_cost_centre_name:a,gldd_trn_no:_.block3.gldd_trn_no,gldd_PTY_name:_.block3.gldd_PTY_name}),_.totalDebit=0;for(let e=_.totalcredit=0;e<_.prdocdata.length;e++)_.totalDebit=parseFloat(parseFloat(_.totalDebit)+parseFloat(_.prdocdata[e].gldd_doc_amount_debit)).toFixed(_.decimal_dsc),_.totalcredit=parseFloat(parseFloat(_.totalcredit)+parseFloat(_.prdocdata[e].gldd_doc_amount_credit)).toFixed(_.decimal_dsc);_.edt1="",_.edt2="",_.block3.gldd_doc_vat_amt=0,$("#cmb_acc_Code3").select2("val",""),_.myForm.$setPristine(),_.myForm.$setUntouched(),_.dcode=!1,_.cancel()}}else swal({text:"  please select Account Code ",width:380});var o=_.getAllAccNos.gldd_acct_code;_.GetAllGLAcc(o,p),_.block3.gldd_vat_enable=!1},_.update_grid=function(e){$("#cmb_acc_Code3").select2(),_.vis.main_acct_grid=!0,_.tempobj=e,_.vis.updatebtn=!0,_.vis.add_grid=!1,_.vis.cmb_acct=!0,_.vis.txt_acct=!0,_.ldgcd=!1,_.block3=JSON.parse(JSON.stringify(e)),_.getSLAccNo()},_.update_grid_data=function(){if(_.temp_obj=_.block3,""!=_.block3.gldd_doc_amount_debit&&null!=_.block3.gldd_doc_amount_debit&&"0.00"!=_.block3.gldd_doc_amount_debit||(_.block3.gldd_doc_amount_debit="0.00"),""!=_.block3.gldd_doc_amount_credit&&null!=_.block3.gldd_doc_amount_credit&&"0.00"!=_.block3.gldd_doc_amount_credit||(_.block3.gldd_doc_amount_credit="0.00"),parseFloat(_.block3.gldd_doc_amount_debit)<=0&&parseFloat(_.block3.gldd_doc_amount_credit)<=0)swal({text:"Please Enter Debit/Credit Amount",width:380});else if(""==_.block3.gldd_acct_code||null==_.block3.gldd_acct_code)swal({text:"Please select Account Code",width:380});else{_.totalDebit=0;for(let e=_.totalcredit=0;e<_.prdocdata.length;e++)_.prdocdata[e].$$hashKey==_.tempobj.$$hashKey&&(_.prdocdata[e].gldd_doc_amount_credit=_.block3.gldd_doc_amount_credit,_.prdocdata[e].gldd_doc_amount_debit=_.block3.gldd_doc_amount_debit,_.prdocdata[e].gldd_doc_narr=_.block3.gldd_doc_narr,_.prdocdata[e].gldd_acct_code=_.block3.gldd_acct_code,_.prdocdata[e].gldd_party_ref_no=_.block3.gldd_party_ref_no,_.prdocdata[e].gldd_acct_name=_.block3.gldd_acct_name,_.prdocdata[e].gldd_ledger_code=_.block3.gldd_ledger_code,_.prdocdata[e].gldd_trn_no=_.block3.gldd_trn_no,_.prdocdata[e].gldd_PTY_name=_.block3.gldd_PTY_name),_.totalDebit=parseFloat(parseFloat(_.totalDebit)+parseFloat(_.prdocdata[e].gldd_doc_amount_debit)).toFixed(_.decimal_dsc),_.totalcredit=parseFloat(parseFloat(_.totalcredit)+parseFloat(_.prdocdata[e].gldd_doc_amount_credit)).toFixed(_.decimal_dsc);_.cancel()}},_.Updatedatavalue=function(){var e;""!=_.temp_doc.gltd_doc_code&&null!=_.temp_doc.gltd_doc_code?""==_.temp_doc.gltd_post_date||null==_.temp_doc.gltd_post_date?swal({text:"  please select Post Date ",width:380}):_.prdocdata.length<=0?swal({text:"  Please Add Transaction Details ",width:380}):_.totalDebit!=_.totalcredit?swal({text:"Debit Amount: "+_.totalDebit+"  Is Not Equal To Credit Amount: "+_.totalcredit,width:380}):(v="Save",null==_.temp&&(_.temp=""),e={gltd_comp_code:p,gltd_prepare_user:m,gltd_doc_code:_.block1.gltd_doc_code,gltd_prov_doc_no:_.block1.gltd_prov_doc_no,gltd_doc_date:_.temp_doc.gltd_doc_date,gltd_cur_status:v,gltd_post_date:_.temp_doc.gltd_post_date,gltd_doc_narr:_.temp_doc.gltd_doc_narr,gltd_remarks:_.temp_doc.gltd_remarks,gltd_prepare_date:_.temp_doc.gltd_doc_date,gltd_final_doc_no:"0",gltd_verify_user:m,gltd_verify_date:_.temp_doc.gltd_doc_date,gltd_authorize_user:m,gltd_authorize_date:_.temp_doc.gltd_doc_date,gltd_paid_to:_.block1.gltd_paid_to,gltd_cheque_no:_.block1.gltd_cheque_No,gltd_cheque_due_date:_.block1.gltd_cheque_due_date},l.post(r.apiUrl+"api/JVCreation/UpdateFins_temp_docs",e).then(function(e){_.msg1=e.data,!0===_.msg1?(_.prvno=_.block1.gltd_prov_doc_no,_.Insert_Fins_temp_doc_details()):!1===_.msg1?swal({title:"Alert",text:"Record Not Updated. ",width:300,height:200}):swal("Error-"+_.msg1)})):swal({text:"  please select Doc Code ",width:380})},_.cancel=function(){$("#cmb_acc_Code3").select2("val",""),_.vis.updatebtn=!1,_.vis.add_grid=!0,_.cramount=!1,_.dramount=!1,_.vis.cmb_acct=!0,_.vis.txt_acct=!1,_.ldgcd=!1,_.chkcost=!1,_.cost_combo=!1,_.block3=[],_.block3.gldd_include_vat=!1,_.block3.gldd_vat_enable=!1,"CN"==_.cmb_doc_cd.gldc_doc_code_type&&(_.vis.main_acct_grid=!1)},_.checkevaluesdebit=function(){var e;(""!=_.block3.gldd_doc_amount_debit||null!=_.block3.gldd_doc_amount_debit)&&0<parseFloat(_.block3.gldd_doc_amount_debit)?(_.block3.gldd_doc_amount_credit=0,"Y"==n&&!0===_.block3.gldd_vat_enable&&(!1===_.block3.gldd_include_vat?(e=parseFloat(_.block3.gldd_doc_amount_debit),_.block3.gldd_doc_vat_amt=parseFloat(e*parseFloat(s)/100).toFixed(_.decimal_dsc),_.block3.gldd_include_vat=!1):_.block3.gldd_doc_vat_amt=0),_.cramount=!0,_.dramount=!1):(_.block3.gldd_doc_amount_credit=0,_.cramount=!1,_.dramount=!1,_.block3.gldd_doc_vat_amt=0)},_.checkevaluescredit=function(){var e;(""!=_.block3.gldd_doc_amount_credit||null!=_.block3.gldd_doc_amount_credit)&&0<parseFloat(_.block3.gldd_doc_amount_credit)?(_.block3.gldd_doc_amount_debit=0,"Y"==n&&!0===_.block3.gldd_vat_enable&&(!1===_.block3.gldd_include_vat?(e=parseFloat(_.block3.gldd_doc_amount_credit),_.block3.gldd_doc_vat_amt=parseFloat(e*parseFloat(s)/100).toFixed(_.decimal_dsc),_.block3.gldd_include_vat=!1):_.block3.gldd_doc_vat_amt=0),_.dramount=!0,_.cramount=!1):(_.block3.gldd_doc_amount_debit=0,_.cramount=!1,_.dramount=!1,_.block3.gldd_doc_vat_amt=0)},_.chk_including_vat=function(){!1===_.block3.gldd_include_vat?0!=_.block3.gldd_doc_amount_debit?_.checkevaluesdebit():_.checkevaluescredit():_.block3.gldd_doc_vat_amt=0},_.chk_mstr_ac_dr=function(){"CN"==_.cmb_doc_cd.gldc_doc_code_type&&((""!=_.block2.gldd_doc_amount_debit||null!=_.block2.gldd_doc_amount_debit)&&0<parseFloat(_.block2.gldd_doc_amount_debit)?(_.block2.gldd_doc_amount_credit=0,_.cvalue=!0):(_.block2.gldd_doc_amount_credit=0,_.cvalue=!1),_.dvalue=!1)},_.chk_mstr_ac_cr=function(){"CN"==_.cmb_doc_cd.gldc_doc_code_type&&((""!=_.block2.gldd_doc_amount_credit||null!=_.block2.gldd_doc_amount_credit)&&0<parseFloat(_.block2.gldd_doc_amount_credit)?(_.block2.gldd_doc_amount_debit=0,_.dvalue=!0,_.cvalue=!1):(_.block2.gldd_doc_amount_debit=0,_.cvalue=!1,_.dvalue=!1))},_.JVerify_click=function(){k=!0,w=!1,_.Insert_temp_docs()},_.JVAuthorize_click=function(){l.get(r.apiUrl+"api/JVCreation/GetDocReportUrl?opr=J&sub_opr=Doc_URL&comp_code="+p+"&fyear="+u+"&condition="+_.temp_doc.gltd_doc_code+"&condition1=&condition2=&condition3=&condition4=&condition5=").then(function(e){_.final_doc_url_single=e.data}),w=!0,k=!1,_.Insert_temp_docs()},_.Insert_temp_docs=function(){var e,t;""!=_.temp_doc.gltd_doc_code&&null!=_.temp_doc.gltd_doc_code?""==_.temp_doc.gltd_post_date||null==_.temp_doc.gltd_post_date?swal({text:"  please select Post Date ",width:380}):_.prdocdata.length<=0?swal({text:"  Please Add Transaction Details ",width:380}):_.totalDebit!=_.totalcredit?swal({text:"Debit Amount: "+_.totalDebit+"  Is Not Equal To Credit Amount: "+_.totalcredit,width:380}):!0!==_.temp_doc.chk_recur||"0"!=_.temp_doc.gltd_recur_period&&""!=_.temp_doc.gltd_recur_period&&null!=_.temp_doc.gltd_recur_period?(e=[],v=!0===w?"Aut":!0===k?"Verify":"Save",null==_.temp&&(_.temp=""),!0===_.temp_doc.chk_recur&&(_.chk_rcur="R"),t={gltd_comp_code:p,gltd_prepare_user:m,gltd_doc_code:_.temp_doc.gltd_doc_code,gltd_doc_date:_.temp_doc.gltd_doc_date,gltd_cur_status:v,gltd_post_date:_.temp_doc.gltd_post_date,gltd_doc_narr:_.temp_doc.gltd_doc_narr,gltd_remarks:_.temp_doc.gltd_remarks,gltd_prepare_date:_.temp_doc.gltd_doc_date,gltd_final_doc_no:"0",gltd_verify_user:m,gltd_app_name:"JCN160",gltd_verify_date:!0===k?_.temp_doc.gltd_doc_date:null,gltd_authorize_user:!0===w?m:null,gltd_authorize_date:!0===w?_.temp_doc.gltd_doc_date:null,gltd_paid_to:_.block1.gltd_paid_to,gltd_cheque_no:_.block1.gltd_cheque_No,gltd_batch_source:_.chk_rcur,gltd_payment_date:_.block1.gltd_payment_date},e.push(t),l.post(r.apiUrl+"api/BankPayment/Insert_Fins_temp_docsFin",e).then(function(e){_.prvno=e.data,""!=_.prvno&&null!=_.prvno?_.Insert_Fins_temp_doc_details():swal({title:"Alert",text:"Record Not inserted. "+_.prvno,width:300,height:200})})):swal({text:"Please Enter Recurring Period",width:380}):swal({text:"  please select Doc Code ",width:380})},_.Insert_Fins_temp_doc_details=function(){let t=[],o=[],a=1,s=1;if("CN"!=_.cmb_doc_cd.gldc_doc_code_type)for(let e=0;e<_.prdocdata.length;e++){var n={gldd_doc_narr:_.prdocdata[e].gldd_doc_narr,gldd_dept_code:_.prdocdata[e].gldd_dept_code,gldd_ledger_code:_.prdocdata[e].gldd_ledger_code,gldd_acct_code:_.prdocdata[e].gldd_acct_code,gldd_party_ref_no:_.prdocdata[e].gldd_party_ref_no,gldd_party_ref_date:_.prdocdata[e].ptyref_date,gldd_cost_center_code:_.prdocdata[e].glco_cost_centre_code,gldd_doc_amount_debit:_.prdocdata[e].gldd_doc_amount_debit,gldd_doc_amount_credit:_.prdocdata[e].gldd_doc_amount_credit,gldd_tax_code:_.prdocdata[e].gldd_tax_code,gldd_tax_acct_code:_.prdocdata[e].gldd_tax_acct_code,gldd_tax_percentage:_.prdocdata[e].gldd_tax_percentage,gldd_tax_amount:_.prdocdata[e].gldd_tax_amount,gldd_comp_code:p,gldd_doc_code:_.temp_doc.gltd_doc_code,gldd_prov_doc_no:_.prvno,gldd_final_doc_no:"0",gldd_line_no:a,finance_year:u,gltd_post_date:_.temp_doc.gltd_post_date,gldd_trn_no:_.prdocdata[e].gldd_trn_no,gldd_PTY_name:_.prdocdata[e].gldd_PTY_name,gltd_remarks:_.prdocdata[e].gltd_remarks,gldd_state_code:_.prdocdata[e].gldd_state_code};"RCM"==n.gldd_tax_code&&(0==n.gldd_doc_amount_debit?(n.gldd_tax_amount=n.gldd_doc_amount_credit/(1+n.gldd_tax_percentage/100),n.gldd_tax_amount=n.gldd_tax_amount*n.gldd_tax_percentage/100):0==n.gldd_doc_amount_credit&&(n.gldd_tax_amount=n.gldd_doc_amount_debit/(1+n.gldd_tax_percentage/100),n.gldd_tax_amount=n.gldd_tax_amount*n.gldd_tax_percentage/100)),a++,t.push(n)}for(let e=0;e<_.prdocdata1.length;e++){var i;null!=_.prdocdata1[e].master_acno&&(i={gldd_doc_narr:_.prdocdata1[e].gldd_doc_narr,gldd_dept_code:_.prdocdata1[e].master_acno.gldd_dept_code,gldd_ledger_code:_.prdocdata1[e].gldd_ledger_code,gldd_acct_code:_.prdocdata1[e].master_acno.master_acno,gldd_party_ref_no:_.prdocdata1[e].gldd_party_ref_no,gldd_party_ref_date:_.prdocdata1[e].ptyref_date,gldd_cost_center_code:_.prdocdata1[e].glco_cost_centre_code,gldd_doc_amount_debit:_.prdocdata1[e].gldd_doc_amount_debit,gldd_doc_amount_credit:_.prdocdata1[e].gldd_doc_amount_credit,gldd_comp_code:p,gldd_doc_code:_.temp_doc.gltd_doc_code,gldd_prov_doc_no:_.prvno,gldd_final_doc_no:"0",gldd_line_no:a,finance_year:u,gltd_post_date:_.temp_doc.gltd_post_date,gldd_trn_no:_.prdocdata1[e].gldd_trn_no,gldd_PTY_name:_.prdocdata1[e].gldd_PTY_name},a++,t.push(i))}let d=0;for(let e=0;e<t.length;e++)if(null==t[e].gldd_tax_code){d=1;break}0==d?swal({title:"Alert",text:"Attention! Vat selection have issues ",width:300,height:200}):l.post(r.apiUrl+"api/BankPayment/Insert_JV_Fins_temp_doc_details_vatFin",t).then(function(e){if(_.msg1=e.data,""!=_.prvno&&!0===_.msg1){if(!0===_.vis.update){if(swal({title:"Alert",text:"Document Updated Successfully\nProvision No.:"+_.temp_doc.gltd_doc_code+"-"+_.prvno,width:300,height:200}),0<_.doc_detail_data.length){for(let e=0;e<_.doc_detail_data.length;e++){var t={gltd_remarks:_.doc_detail_data[e].gltd_remarks,gltd_doc_type:_.doc_detail_data[e].gltd_doc_type,gltd_doc_no:_.doc_detail_data[e].gltd_doc_no,gldd_doc_amount_debit:_.doc_detail_data[e].gldd_doc_amount_debit,gldd_doc_amount_credit:_.doc_detail_data[e].gldd_doc_amount_credit,gltd_comp_code:_.doc_detail_data[e].gltd_comp_code,gltd_doc_code:_.temp_doc.gltd_doc_code,gltd_prov_doc_no:_.prvno,gldd_final_doc_no:"0",gltd_attribute1:_.doc_detail_data[e].gltd_attribute1,gltd_doc_line_no:s};s++,o.push(t)}l.post(r.apiUrl+"api/JVCreation/Insert_JV_document_details",o).then(function(e){_.chk_msg=e.data})}_.Prepare()}else{if(0<_.doc_detail_data.length){for(let e=0;e<_.doc_detail_data.length;e++){var a={gltd_remarks:_.doc_detail_data[e].gltd_remarks,gltd_doc_type:_.doc_detail_data[e].gltd_doc_type,gltd_doc_no:_.doc_detail_data[e].gltd_doc_no,gldd_doc_amount_debit:_.doc_detail_data[e].gldd_doc_amount_debit,gldd_doc_amount_credit:_.doc_detail_data[e].gldd_doc_amount_credit,gltd_comp_code:_.doc_detail_data[e].gltd_comp_code,gltd_doc_code:_.temp_doc.gltd_doc_code,gltd_prov_doc_no:_.prvno,gldd_final_doc_no:"0",gltd_attribute1:_.doc_detail_data[e].gltd_attribute1,gltd_doc_line_no:s};s++,o.push(a)}l.post(r.apiUrl+"api/JVCreation/Insert_JV_document_details",o).then(function(e){_.chk_msg=e.data})}if(!0!==_.temp_doc.chk_recur||null==_.temp_doc.gltd_doc_code||null==_.prvno&&""==_.prvno)if(!0===w)l.post(r.apiUrl+"api/BankPayment/Authorize_PostingFin?comp_code="+p+"&doc_code="+_.temp_doc.gltd_doc_code+"&prv_no="+_.prvno+"&auth_user="+m+"&auth_date="+_.temp_doc.gltd_doc_date).then(function(e){_.Docno=e.data,""!=_.Docno?(swal({title:"Alert",text:"Voucher Posted Successfully\nFinal Doc No.: "+_.Docno,width:300,height:200}),e={location:_.final_doc_url_single,parameter:{comp_detail:p,doc_code:_.temp_doc.gltd_doc_code,doc_no:_.Docno},state:"main.JCN150"},window.localStorage.ReportDetails=JSON.stringify(e),c.go("main.ReportCardParameter")):swal({title:"Alert",text:"Posting Failed...!\nDocument Created Successfully\nProvision No.: "+_.temp_doc.gltd_doc_code+"-"+_.prvno,width:300,height:200})});else{if(!0===k)return swal({title:"Alert",text:"Document Verified Successfully\nProvision No.:"+_.temp_doc.gltd_doc_code+"-"+_.prvno,width:300,height:200}),void _.Prepare();swal({title:"Alert",text:"Document Created Successfully\nProvision No.:"+_.temp_doc.gltd_doc_code+"-"+_.prvno,width:300,height:200}),_.Prepare()}else l.post(r.apiUrl+"api/JVCreation/Recurring_Fins_temp_doc_details?comp_cd="+p+"&doccd="+_.temp_doc.gltd_doc_code+"&prv_no="+_.prvno+"&recur_period="+_.temp_doc.gltd_recur_period+"&recur_days="+_.temp_doc.gltd_recur_period_days).then(function(e){_.msg1=e.data,!0===_.msg1?!0===w?l.post(r.apiUrl+"api/BankPayment/Authorize_PostingFin?comp_code="+p+"&doc_code="+_.temp_doc.gltd_doc_code+"&prv_no="+_.prvno+"&auth_user="+m+"&auth_date="+_.temp_doc.gltd_doc_date).then(function(e){_.Docno=e.data,""!=_.Docno?(swal({title:"Alert",text:"Voucher Posted Successfully\nFinal Doc No.: "+_.Docno,width:300,height:200}),e={location:_.final_doc_url_single,parameter:{comp_detail:p,doc_code:_.temp_doc.gltd_doc_code,doc_no:_.Docno},state:"main.JCN150"},window.localStorage.ReportDetails=JSON.stringify(e),c.go("main.ReportCardParameter")):swal({title:"Alert",text:"Posting Failed...!\nDocument Created Successfully\nProvision No.: "+_.temp_doc.gltd_doc_code+"-"+_.prvno,width:300,height:200})}):(!0===k?swal({title:"Alert",text:"Document Verified Successfully\nProvision No.:"+_.temp_doc.gltd_doc_code+"-"+_.prvno,width:300,height:200}):swal({title:"Alert",text:"Document Created Successfully\nProvision No.:"+_.temp_doc.gltd_doc_code+"-"+_.prvno,width:300,height:200}),_.Prepare()):swal({title:"Alert",text:"All Document Not Created Successfully\nProvision No.:"+_.temp_doc.gltd_doc_code+"-"+_.prvno,width:300,height:200})})}!0!==w&&(_.vis.ok=!1,_.checkprintbtn=!0,_.vis.update=!1,_.vis.SendToVerify=!1,_.vis.autoriz=!1,_.vis.very=!1)}else swal({title:"Alert",text:"Record Not inserted in doc details. ",width:300,height:200})})},_.UpdateVerify=function(){var e;null!=_.block1.gltd_doc_code&&null!=_.block1.gltd_prov_doc_no?""==_.temp_doc.gltd_doc_code&&null==_.temp_doc.gltd_doc_code?swal({text:"Voucher Data Not Loaded",width:380}):_.prdocdata.length<=0?swal({text:"  Please Add Transaction Details ",width:380}):(e={gltd_comp_code:p,gltd_doc_code:_.block1.gltd_doc_code,gltd_prov_doc_no:_.block1.gltd_prov_doc_no,gltd_verify_date:f+"-"+y+"-"+b},l.post(r.apiUrl+"api/JVCreation/UpdateFins_temp_docs_current_status_sendtoverify",e).then(function(e){_.msg1=e.data,!0===_.msg1?swal({title:"Alert",text:"Document Verified Successfully",width:300,height:200}):swal({title:"Alert",text:"Document Not Verified Successfully. ",width:300,height:200})})):null!=_.temp_doc.gltd_doc_code&&null!=_.prvno&&(e={gltd_comp_code:p,gltd_doc_code:_.temp_doc.gltd_doc_code,gltd_prov_doc_no:_.prvno,gltd_verify_date:f+"-"+y+"-"+b},l.post(r.apiUrl+"api/JVCreation/UpdateFins_temp_docs_current_status_sendtoverify",e).then(function(e){_.msg1=e.data,!0===_.msg1?swal({title:"Alert",text:"Document Verified Successfully",width:300,height:200}):swal({title:"Alert",text:"Document Not Verified Successfully. ",width:300,height:200})}))},_.Verify_data=function(){var t,a=[];let o=0,s=0;for(let e=0;e<_.verify_data.length;e++)!0!==_.verify_data[e].gltd_verify&&!0!==_.verify_data[e].gltd_revert||(!0===_.verify_data[e].gltd_verify?o+=1:!0===_.verify_data[e].gltd_revert&&(s+=1),t={gltd_comp_code:_.verify_data[e].gltd_comp_code,gltd_doc_code:_.verify_data[e].gltd_doc_code,gltd_prov_doc_no:_.verify_data[e].gltd_prov_doc_no,gltd_verify:_.verify_data[e].gltd_verify,gltd_revert:_.verify_data[e].gltd_revert,gltd_verify_user:m,gltd_verify_date:f+"-"+y+"-"+b},a.push(t));l.post(r.apiUrl+"api/JVCreation/UpdateFinn140_temp_docs",a).then(function(e){_.msg1=e.data,!0===_.msg1&&0<o?(swal({title:"Alert",text:"Verified Successfully",width:300,height:200}),_.Verify()):!0===_.msg1&&0<s?(swal({title:"Alert",text:"Reverted Successfully",width:300,height:200}),_.Verify()):swal({title:"Alert",text:"Documents Not Verified. ",width:300,height:200})})},_.Authorize_click=function(){var t,a=[];let o=0,s=0,n="";_.doc_cd_prov_no="";for(let e=0;e<_.Authorize_data.length;e++)!0!==_.Authorize_data[e].gltd_authorize&&!0!==_.Authorize_data[e].gltd_verify||(!0===_.Authorize_data[e].gltd_authorize?o+=1:!0===_.Authorize_data[e].gltd_verify&&(s+=1),t={gltd_comp_code:_.Authorize_data[e].gltd_comp_code,gltd_doc_code:_.Authorize_data[e].gltd_doc_code,gltd_prov_doc_no:_.Authorize_data[e].gltd_prov_doc_no,gltd_verify:_.Authorize_data[e].gltd_verify,gltd_authorize:_.Authorize_data[e].gltd_authorize,gltd_authorize_user:m,gltd_authorize_date:f+"-"+y+"-"+b},a.push(t),!0===_.Authorize_data[e].gltd_authorize&&(_.doc_cd_prov_no=_.doc_cd_prov_no+_.Authorize_data[e].gltd_doc_code+_.Authorize_data[e].gltd_prov_doc_no+",",n=_.Authorize_data[e].gltd_doc_code),l.get(r.apiUrl+"api/JVCreation/GetDocReportUrl?opr=J&sub_opr=Doc_URL&comp_code="+p+"&fyear="+u+"&condition="+_.Authorize_data[e].gltd_doc_code+"&condition1=&condition2=&condition3=&condition4=&condition5=").then(function(e){_.final_doc_url_single=e.data}));l.post(r.apiUrl+"api/JVCreation/UpdateFinn142_temp_docs",a).then(function(e){_.msg1=e.data,!0===_.msg1&&0<o?(swal({title:"Alert",text:"Authorized Successfully",width:300,height:200}),$("#vouchermodal").modal("show"),_.voucher_report_show=!1,l.get(r.apiUrl+"api/JVCreation/Getdoc_cd_prov_no?doc_prov_no="+_.doc_cd_prov_no+"&comp_code="+p).then(function(e){_.doc_cd_final_doc_no=e.data,_.doc_final_doc_number=_.doc_cd_final_doc_no.substr(2,8),e=1==o?{location:_.final_doc_url_single,parameter:{comp_detail:p,doc_code:n,doc_no:_.doc_final_doc_number},state:"main.JCN150"}:{location:_.final_doc_url,parameter:{comp_detail:p,doc:_.doc_cd_final_doc_no},state:"main.JCN150"},window.localStorage.ReportDetails=JSON.stringify(e);try{_.rpt=JSON.parse(window.localStorage.ReportDetails),_.location=_.rpt.location,_.parameter=_.rpt.parameter,_.state=_.rpt.state}catch(e){}var e="SimsReports."+_.location+",SimsReports",t=d.GetRpt_url();_.parameters={},$("#reportViewer2").telerik_ReportViewer({serviceUrl:t,viewMode:telerikReportViewer.ViewModes.INTERACTIVE,scaleMode:telerikReportViewer.ScaleModes.SPECIFIC,scale:1,ready:function(){this.refreshReport()}}),$("#reportViewer2").data("telerik_ReportViewer").reportSource({report:e,parameters:_.parameter}),setInterval(function(){$("#k-item k-state-default k-state-disabled").css({display:"block"}),$(".trv-report-viewer input[type=number]").css({"min-height":"0px"})},1e3),i(function(){$("#k-item k-state-default k-state-disabled").css({display:"block"}),$(".trv-report-viewer input[type=number]").css({"min-height":"0px"})},100)}),_.Authorize()):!0===_.msg1&&0<s?(swal({title:"Alert",text:"Reverted Successfully",width:300,height:200}),_.Authorize()):!1===_.msg1&&0<s?(swal({title:"Alert",text:"Documents Not Reverted",width:300,height:200}),_.Authorize()):swal({title:"Alert",text:"Documents Not Authorized. ",width:300,height:200})})},_.coad_pty_full_name=_.selectedText,_.JVCreates=[],_.Delete_Grid=function(e,t,a,o){1!=e.length&&(_.totalDebit=parseFloat(parseFloat(_.totalDebit)-parseFloat(o.gldd_doc_amount_debit)).toFixed(_.decimal_dsc),_.totalcredit=parseFloat(parseFloat(_.totalcredit)-parseFloat(o.gldd_doc_amount_credit)).toFixed(_.decimal_dsc),e.splice(a,1))},a=new Date,f=a.getDate(),(y=a.getMonth()+1)<10&&(y="0"+y),b=a.getFullYear(),_.sdate=f+"-"+y+"-"+b,_.edate=f+"-"+y+"-"+b,_.temp_doc={gltd_doc_date:f+"-"+y+"-"+b,gltd_post_date:f+"-"+y+"-"+b,ChequeDate:f+"-"+y+"-"+b},_.myFunct=function(e){13==e.which&&(_.temp_doc.gltd_post_date=f+"-"+y+"-"+b)},_.myFunct1=function(e){13==e.which&&(_.temp.ChequeDate=f+"-"+y+"-"+b)},$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0,format:"dd-mm-yyyy"}),$(document).on("touch click",'*[data-datepicker="true"] .add-on',function(e){$('input[type="text"]',$(this).parent()).focus()}),_.FilterCode=function(){if(!0===_.block1.chk_previous_clear)for(let e=0;e<_.verify_data.length;e++)_.verify_data[e].gltd_revert=!1,_.verify_data[e].gltd_verify=!1;if("Select Verify Records"==_.edt.SelectOption)for(let e=0;e<_.edt.txt_filter_range;e++)_.verify_data[e].gltd_verify=!0,_.verify_data[e].gltd_revert=!1;else if("Select Revert Records"==_.edt.SelectOption)for(let e=0;e<_.edt.txt_filter_range;e++)_.verify_data[e].gltd_revert=!0,_.verify_data[e].gltd_verify=!1},_.FilterCode_aut=function(){if(!0===_.block1.chk_previous_clear_aut)for(let e=0;e<_.Authorize_data.length;e++)_.Authorize_data[e].gltd_authorize=!1,_.Authorize_data[e].gltd_verify=!1;if("Select Revert Records"==_.edt.SelectOption_aut)for(let e=0;e<_.edt.txt_filter_range_aut;e++)_.Authorize_data[e].gltd_verify=!0,_.Authorize_data[e].gltd_authorize=!1;else if("Select Authorize Records"==_.edt.SelectOption_aut)for(let e=0;e<_.edt.txt_filter_range_aut;e++)_.Authorize_data[e].gltd_authorize=!0,_.Authorize_data[e].gltd_verify=!1},_.docCode1,_.provNo1,_.backModal=function(){_.report_show=!0},_.closemodal=function(){_.report_show=!0},_.report_show=!0,_.CheckPrintReport=function(){_.report_show=!1;var e={location:_.prov_doc_url,parameter:{comp_detail:p,doc_code:_.docCode1,doc_no:_.provNo1},state:"main.JCN150"};window.localStorage.ReportDetails=JSON.stringify(e);try{_.rpt=JSON.parse(window.localStorage.ReportDetails),_.location=_.rpt.location,_.parameter=_.rpt.parameter,_.state=_.rpt.state}catch(e){}var e="SimsReports."+_.location+",SimsReports",t=d.GetRpt_url();_.parameters={},$("#reportViewer1").telerik_ReportViewer({serviceUrl:t,viewMode:telerikReportViewer.ViewModes.INTERACTIVE,scaleMode:telerikReportViewer.ScaleModes.SPECIFIC,scale:1,ready:function(){}}),$("#reportViewer1").data("telerik_ReportViewer").reportSource({report:e,parameters:_.parameter}),setInterval(function(){$("#k-item k-state-default k-state-disabled").css({display:"block"}),$(".trv-report-viewer input[type=number]").css({"min-height":"0px"})},1e3),i(function(){$("#k-item k-state-default k-state-disabled").css({display:"block"}),$(".trv-report-viewer input[type=number]").css({"min-height":"0px"})},100)},_.PrintReport=function(){var e={location:_.prov_doc_url,parameter:{comp_detail:p,doc_code:_.temp_doc.gltd_doc_code,doc_no:_.prvno},state:"main.JCN150"};window.localStorage.ReportDetails=JSON.stringify(e),c.go("main.ReportCardParameter")},_.Fetchdata=function(e,t,a){_.docCode1=t,_.provNo1=a,$("#myModal4").modal("show"),l.get(r.apiUrl+"api/JVCreation/getAllRecords?doccode="+t+"&prnumber="+a+"&comp_code="+e).then(function(e){_.prdocdata=e.data,_.block1=[],_.totalDebit=0;for(let e=_.totalcredit=0;e<_.prdocdata.length;e++)0==e&&(_.temp_doc.gltd_comp_code=_.prdocdata[e].gltd_comp_code,_.temp_doc.gltd_doc_code=_.prdocdata[e].gltd_doc_code,_.temp_doc.gldc_doc_short_name=_.prdocdata[e].gldc_doc_short_name,_.temp_doc.gltd_doc_narr=_.prdocdata[e].gltd_doc_narr,_.temp_doc.gltd_remarks=_.prdocdata[e].gltd_remarks,_.temp_doc.gltd_doc_date=_.prdocdata[e].gltd_doc_date,_.temp_doc.gltd_post_date=_.prdocdata[e].gltd_post_date,_.temp_doc.gltd_prov_doc_no=a,_.temp_doc.gldu_authorize=_.prdocdata[e].gldu_authorize,_.temp_doc.gldu_verify=_.prdocdata[e].gldu_verify,_.temp_doc.gltd_authorize_date=_.prdocdata[e].gltd_authorize_date,_.temp_doc.gltd_verify_date=_.prdocdata[e].gltd_verify_date),_.cost=_.cost||""!=_.prdocdata[e].gldd_cost_center_code||""!=_.prdocdata[e].gldd_cost_center_code,_.totalDebit=parseFloat(parseFloat(_.totalDebit)+parseFloat(_.prdocdata[e].gldd_doc_amount_debit)).toFixed(_.decimal_dsc),_.totalcredit=parseFloat(parseFloat(_.totalcredit)+parseFloat(_.prdocdata[e].gldd_doc_amount_credit)).toFixed(_.decimal_dsc)})},l.get(r.apiUrl+"api/StudentFee/getDecimalPlaces").then(function(e){_.decimal_degit=e.data,_.decimal_dsc=_.decimal_degit[0].comp_curcy_dec}),_.getRemark=function(){_.DocNarr=[],l.get(r.apiUrl+"api/JVCreation/getDoc_Remarks?&cmp_cd="+p+"&fyear="+u+"&doc_code="+_.temp_doc.gltd_doc_code+"&remark_type=JV_Create").then(function(e){if(_.DocNarration=e.data,0<_.DocNarration.length)for(let e=0;e<_.DocNarration.length;e++)_.DocNarr.push(_.DocNarration[e].gdn_doc_narration)})},_.complete=function(){$("#DocNarration").autocomplete({source:_.DocNarr})},_.check_post_date=function(){null==_.temp_doc.gltd_post_date&&""==_.temp_doc.gltd_post_date&&"dd-mm-yyyy"==_.temp_doc.gltd_post_date||l.get(r.apiUrl+"api/JVCreation/Get_Check_Postdate?post_date="+_.temp_doc.gltd_post_date+"&comp_cd="+p+"&fyear="+u).then(function(e){_.msg=e.data,""!=_.msg?(swal({title:"Alert",text:_.msg,width:300,height:200}),_.vis.ok=!1,_.vis.autoriz=!1,_.vis.very=!1):0!=_.users.length&&(_.users[0]==m&&_.users[1]==m?(_.vis.ok=!0,_.vis.autoriz=!0,_.vis.very=!0):_.users[0]!=m||""!=_.users[1]&&_.users[1]==m?(_.vis.ok=!0,_.vis.autoriz=!1,_.vis.very=!1):(_.vis.ok=!0,_.vis.autoriz=!1,_.vis.very=!0))})},l.get(r.apiUrl+"api/JVCreation/Getdocument_type").then(function(e){_.document_type=e.data}),_.getDoc_type_name=function(e){for(let e=0;e<_.document_type.length;e++)_.document_type[e].gltd_doc_type==_.block4.gltd_doc_type&&(_.block4.gltd_doc_type_name=_.document_type[e].gltd_doc_type_name)},_.AddDocumenDetailtGrid=function(){""!=_.block4.gltd_doc_type&&null!=_.block4.gltd_doc_type&&""!=_.block4.gltd_doc_no&&null!=_.block4.gltd_doc_no?(_.url=r.docUrl+"/Images/UploadedFiles/",_.gltd_attribute1=_.url+_.gltd_attr1,_.doc_detail_data.push({gltd_comp_code:p,gltd_doc_type:_.block4.gltd_doc_type,gltd_doc_type_name:_.block4.gltd_doc_type_name,gltd_doc_no:_.block4.gltd_doc_no,gltd_remarks:_.block4.gltd_remarks,gldd_doc_amount_debit:_.block4.gldd_doc_amount_debit,gltd_attribute1:_.gltd_attr1}),_.block4="",_.sims_invoice_image1="",_.gltd_attribute1=""):swal({title:"Alert",text:"Please select Doc Type  & Doc Number",showCloseButton:!0,width:380})},_.downPdf=function(e){e=r.docUrl+l.defaults.headers.common.schoolId+"/Images/UploadedFiles/"+e;window.open(e,"_new")},_.Doc_detailCancel=function(){_.block4=""},_.DOC_update_grid=function(e){_.block4=JSON.parse(JSON.stringify(e)),_.temp1obj=e,_.Doc_add=!1,_.Doc_update=!0},_.Delete_doc_Grid=function(e,t,a,o){e.splice(a,1)},_.chk_doc_details=function(){var e=_.temp.temp_chk_doc_details;!(_.block4="")===e?(_.doc_data=!0,_.Doc_table=!0,_.doc_type_combo=!0,_.doc_type_input=!0,_.Doc_add=!0,_.Doc_update=!1):(_.doc_data=!1,_.Doc_table=!1,_.doc_type_combo=!1,_.doc_type_input=!1)},_.file_changed=function(e,t){var a=e.files[0].name;1<(a.match(/\./g)||[]).length?(swal("","File name should not contain multiple dots."),e.value=""):(a=a.split(".")[0],_.photofile=e.files[0],e=_.photofile.type.split("/")[1],["png","jpeg","jpg","pdf"].includes(e)?2097152<_.photofile.size?(swal("","File size limit not exceed more than 2MB."),_.sims_invoice_image1="",_.gltd_attribute1=""):(x=_.photofile.type,_.gltd_attr1=a+"."+x.split("/")[1],S=x.replace(x,a),(e=new FileReader).onload=function(e){_.$apply(function(){_.sims_invoice_image1=e.target.result})},e.readAsDataURL(_.photofile),a={method:"POST",url:r.apiUrl+"api/file/upload?filename="+S+"&location=/UploadedFiles",data:o,headers:{"Content-Type":void 0}},l(a).success(function(e){},function(){alert("Err")})):(swal("","PDF and Image Files are allowed."),_.sims_invoice_image1="",_.gltd_attribute1=""))},_.getTheFiles=function(e){angular.forEach(e,function(e,t){o.append(t,e)})},_.Doc_UpdateMasterDataInGrid=function(){if(_.temp1_obj=_.block4,""!=_.block4.gltd_doc_type&&null!=_.block4.gltd_doc_type&&""!=_.block4.gltd_doc_no&&null!=_.block4.gltd_doc_no)for(let e=0;e<_.doc_detail_data.length;e++)_.doc_detail_data[e].$$hashKey==_.temp1obj.$$hashKey&&(_.url=r.docUrl+"sis/Images/UploadedFiles/",_.gltd_attribute1=_.url+_.gltd_attr1,_.doc_detail_data[e].gltd_remarks=_.block4.gltd_remarks,_.doc_detail_data[e].gltd_doc_no=_.block4.gltd_doc_no,_.doc_detail_data[e].gldd_doc_amount_debit=_.block4.gldd_doc_amount_debit,_.doc_detail_data[e].gltd_attribute1=_.gltd_attr1);_.Doc_add=!0,_.Doc_update=!1,_.block4="",_.sims_invoice_image1="",_.gltd_attribute1=""},_.getVATProfile=function(e,t){l.get(r.apiUrl+"api/JVCreation/getVATCodeByAcct?acct_code="+e).then(function(e){_.vat_Profile=e.data,0<_.vat_Profile.length&&(t.vat_code=_.vat_Profile[0].vat_code,_.vat_cal(_.vatProfile,t))})},_.checkbook_number=function(){l.get(r.apiUrl+"api/ChequeRegister/getcheckbook_details?cr_bank_code=").then(function(e){_.checkbook_det=e.data,_.last_used_check=_.checkbook_det[0].last_use_check})},_.chk_cheque_No=function(e){l.get(r.apiUrl+"api/BankPayment/getSupplierchequeNo?acct_code=&inv_no="+e).then(function(e){_.chequeDetails=e.data,0<_.chequeDetails.length&&swal({text:"Cheque no. is Already exists",showCloseButton:!0,width:380})})},_.getTrn=function(t,e){var a;null==t.vat_code?_.prdocdata[e].gldd_trn_no="":(e=t.gldd_ledger_code,a=t.gldd_acct_code,l.get(r.apiUrl+"api/BankPayment/getSuppTrnFin?ledger_code="+e+"&ledger_account_code="+a).then(function(e){_.trnData=e.data;for(let e=0;e<_.prdocdata.length;e++)_.prdocdata[e].gldd_acct_code==t.gldd_acct_code&&_.prdocdata[e].gldd_ledger_code==t.gldd_ledger_code&&(_.prdocdata[e].gldd_trn_no=_.trnData)}))},_.getSupp_no=function(e){_.temp2=[],_.AMTtotal=0,_.vis_paid_to=!0,l.get(r.apiUrl+"api/BankPayment/getSupplierDetails_no?comp_code="+p+"&finance_year="+u+"&ledger_code="+e.gldd_ledger_code+"&acct_code="+e.gldd_acct_code).then(function(e){_.doc_no_Details=e.data})},_.gltd_remarks="",_.getSupplierDetails_new=function(t,a){l.get(r.apiUrl+"api/BankPayment/getSupplierDetails_new?comp_code="+p+"&finance_year="+u+"&ledger_code="+t.gldd_ledger_code+"&acct_code="+t.gldd_acct_code+"&gldd_doc_code=PJ&gldd_party_ref_no="+t.gldd_party_ref_no).then(function(e){if(_.SupplierDetails=e.data,0<_.SupplierDetails.length)for(let e=0;e<=_.SupplierDetails.length;e++)t.gldd_doc_narr=_.SupplierDetails[0].gldd_doc_narr,_.gltd_remarks=_.gltd_remarks+_.SupplierDetails[0].gldd_doc_code+"/"+_.SupplierDetails[0].gldd_final_doc_no+"/"+_.SupplierDetails[0].sllc_ldgr_code+"/"+_.SupplierDetails[0].slma_acno+"/"+a+"/"+parseFloat(_.SupplierDetails[0].gldd_doc_amount).toFixed(3)+",",0<=_.SupplierDetails[0].gldd_doc_amount?(t.gldd_doc_amount_debit=parseFloat(_.SupplierDetails[0].gldd_doc_amount).toFixed(_.decimal_dsc),t.gldd_doc_amount_credit=0):(t.gldd_doc_amount_debit=0,t.gldd_doc_amount_credit=parseFloat(_.SupplierDetails[0].gldd_doc_amount).toFixed(_.decimal_dsc));_.totalAmountCount(),t.gltd_remarks=_.gltd_remarks}),_.totalAmountCount()},_.GetDocCode=function(e,t){_.temp_doc;""!==e[0].gldd_doc_narr&&void 0!==e[0].gldd_doc_narr||(e[0].gldd_doc_narr=_.temp_doc.gltd_doc_narr)},_.Scroll=function(){var e=document.getElementById("table_scroll");e.scrollTop=e.scrollHeight-e.clientHeight},_.onlyNumbers=function(e){var t,a={escape:27,backspace:8,tab:9,enter:13,del:46,0:48,1:49,2:50,3:51,4:52,5:53,6:54,7:55,8:56,9:57};for(t in a)if(a.hasOwnProperty(t)&&(e.charCode==a[t]||e.keyCode==a[t]))return;e.preventDefault()}}])}(),function(){"use strict";let I="",E=!1,B=!1;let M,F;var e=angular.module("sims.module.Finance");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("JVCreatevertwoCont_test",["$scope","$state","$stateParams","$rootScope","$timeout","gettextCatalog","$http","ENV","AuthenticationService","$interpolate",function(_,c,s,e,i,t,l,r,d,o){var n,m,p,u,g;_.pagesize="5",_.edt="",_.debiterrorBEW=!1,_.crediterrorBEW=!1,_.debiterrorBES=!1,_.crediterrorBES=!1,_.creditshow=!0,_.debitshow=!0,_.budgetdesc=!1,_.revertvoucher=!0,_.showButtons1=!1,_.amount_difference=0,_.operation=!0,_.chkcost=!0,_.cost_combo=!0,_.doc_cd_prov_no="",_.doc_cd_final_doc_no="",_.block1=[],_.block2=[],_.block3=[],_.temp_doc=[],_.vis=[],_.showStatistics=!1,_.vis.main=!0,_.vis.onchangedoccodeshow=!1,_.vis.onchangedoccodeshowin=!1,_.dramount=!1,_.cramount=!1,_.vis.doc_detail_grid=!0,_.vis.main_acct_grid=!0,_.save1=!0,_.vis.add_grid=!0,_.checkprintbtn=!1,_.vis.Add_show_hide=!0,_.prdocdata=[],_.cmb_doc_cd=[],_.vis.update=!1,_.doc_detail_data=[],_.chkcost=!1,_.block3.gldd_vat_enable=!1,_.block3.gldd_include_vat=!1,_.block3.gldd_doc_vat_amt=0,_.vat_code,_.JVCreate=[],_.cost_combo=!1,_.readonly=!0,_.vis.ok=!0,_.vis.is_recur=!0,_.preparebtn=!0,_.verifybtn=!0,_.authorizebtn=!0,_.vis.cmb_acct=!0,_.vis.txt_acct=!1,_.dis_recur_date=!0,_.revdelete=!1,_.edt2=[],_.edt=[],_.temp=[],_.voucher_report_show=!0;let h=e.globals.currentUser.username,a=(h=h.toLowerCase(),new FormData),f=(_.finnDetail=JSON.parse(window.localStorage.Finn_comp),_.finnDetail.company),y=_.finnDetail.year,b=_.finnDetail.comp_vat_per,v=_.finnDetail.comp_vat_status,w=_.finnDetail.input_vat_acct,k=_.finnDetail.comp_enable_budget,C=(""!==s.Class.doc_code&&(_.main=s.Class.main,_.prepare=s.Class.prepare,_.temp_doc.gltd_doc_code=s.Class.doc_code,_.temp_doc.gltd_prov_doc_no=s.Class.prov_code,_.isUpdated=s.Class.isUpdated,_.final_doc_no=s.Class.final_doc_no,_.post_no=s.Class.post_no,_.operation=!1),_.testDatadocs=function(){l.get(r.apiUrl+"api/Bankpayment/getDocdetails?doccode="+_.temp_doc.gltd_doc_code+"&prnumber="+_.temp_doc.gltd_prov_doc_no+"&comp_code=1").then(function(e){_.docdata=e.data,_.temp_doc.gltd_doc_narr=_.docdata[0].gltd_doc_narr,_.temp_doc.gltd_post_date=_.docdata[0].gltd_post_date,null===_.docdata[0].gltd_save_srl||""===_.docdata[0].gltd_save_srl?_.temp.sims_dep="60":_.temp.sims_dep=_.docdata[0].gltd_save_srl,_.block1.gltd_payment_date=_.docdata[0].gltd_payment_date})},_.dropdown=function(a){l.get(r.apiUrl+"api/BankPayment/GetSLAccNumber?pbslcode="+a+"&cmp_cd="+f+"&fyear="+y).then(function(e){_.getAllAccNos=e.data;for(var t=0;t<_.prdocdata.length;t++)_.prdocdata[t].gldd_ledger_code===a&&(_.prdocdata[t].getAllAccNos=_.getAllAccNos)})},_.testData=function(){_.temp_doc.gltd_doc_code&&_.temp_doc.gltd_prov_doc_no&&(_.dcode=!0,l.get(r.apiUrl+"api/JVCreation/getAllRecords_Vat?doccode="+_.temp_doc.gltd_doc_code+"&prnumber="+_.temp_doc.gltd_prov_doc_no+"&comp_code=1").then(function(e){_.voucher_details=e.data,l.get(r.apiUrl+"api/JVCreation/getDocCodeJV?comp_code="+f+"&finance_year="+y).then(function(e){_.geDocCode_jv=e.data,l.get(r.apiUrl+"api/FinancialDoc/getAllFinancialDocument?comp_cd="+f+"&fyear="+y).then(function(e){_.fin_doc=e.data,_.fin_doc=_.fin_doc.filter(function(e){return"JV"==e.gldc_doc_code_type});var t=_.fin_doc.map(function(e){return e.gldc_doc_code_type});_.geDocCode_jv=_.geDocCode_jv.filter(function(e){return t.includes(e.gltd_doc_code)}),_.Prepare(),_.temp_doc.gltd_doc_narr=_.docdata[0].gltd_doc_narr,_.temp_doc.gltd_doc_code=s.Class.doc_code,_.showButtons=!1,_.revertvoucher=!1,_.showButtons1=!0,_.operation=!0,_.prdocdata=[];for(let t=0;t<_.voucher_details.length;t++)0==_.voucher_details[t].gldd_doc_amount_debit&&0==_.voucher_details[t].gldd_doc_amount_credit||(_.prdocdata.push({gldd_ledger_code:_.voucher_details[t].gldd_ledger_code,gldd_acct_code:_.voucher_details[t].gldd_acct_code,gldd_acct_name:_.voucher_details[t].gldd_acct_name,coce_cost_centre_name:_.selectedText,gldd_party_ref_no:_.voucher_details[t].gldd_party_ref_no,gldd_dept_code:_.voucher_details[t].gldd_dept_code,codp_dept_name:_.getAllAccNos[t].gldd_dept_name,gldd_doc_narr:_.voucher_details[t].gldd_doc_narr,gldd_doc_amount_debit:_.voucher_details[t].gldd_doc_amount_debit,gldd_doc_amount_credit:_.voucher_details[t].gldd_doc_amount_credit,vat_code:_.voucher_details[t].vat_code,gldd_tax_amount:_.voucher_details[t].gldd_tax_amount,gldd_tax_percentage:_.voucher_details[t].vat_per_value,gldu_authorize:_.voucher_details[t].gldu_authorize,gldu_verify:_.voucher_details[t].gldu_verify,gltd_authorize_date:_.voucher_details[t].gltd_authorize_date,gltd_verify_date:_.voucher_details[t].gltd_verify_date,gltd_paid_to:_.voucher_details[t].gltd_paid_to,gltd_cheque_no:_.voucher_details[t].gltd_cheque_no}),_.temp_doc.gltd_post_date=_.voucher_details[t].gltd_post_date,_.temp_doc.gltd_doc_code=_.voucher_details[t].gldd_doc_code,"00"===_.voucher_details[t].gldd_ledger_code?l.get(r.apiUrl+"api/JVCreation/GetAllGLAccountNos?glma_accountcode=&cmpnycode="+f+"&fyear="+y+"&doc_code="+_.temp_doc.gltd_doc_code).then(function(e){_.getAllAccNos=e.data,_.prdocdata[t].getAllAccNos=_.getAllAccNos}):l.get(r.apiUrl+"api/BankPayment/GetSLAccNumber?pbslcode="+_.voucher_details[t].gldd_ledger_code+"&cmp_cd="+f+"&fyear="+y).then(function(e){_.getAllAccNos=e.data,_.prdocdata[t].getAllAccNos=_.getAllAccNos}));l.get(r.apiUrl+"api/JVCreation/GetDocument_Details_DPS?doccode="+_.temp_doc.gltd_doc_code+"&prnumber="+s.Class.prov_code+"&comp_code="+f).then(function(e){_.doc_detail_data=e.data,0<_.doc_detail_data.length&&(_.temp.temp_chk_doc_details=!0,_.chk_doc_details())})})})}))},_.listOfEmailUsers=[],_.listColl=[],l.get(r.apiUrl+"api/JVCreation/getEmailFinnParameter?fins_comp_code="+f+"&fins_appl_parameter=ENAEMAILAPP").then(function(e){"Y"==e.data[0].fins_appl_form_field_value1&&l.get(r.apiUrl+"api/DocumentUser/getDocumentUserDetails?comp_code="+f+"&finance_year="+y).then(function(e){_.listColl=[],_.listOfEmailUsers=e.data,_.listOfEmailUsers=_.listOfEmailUsers.filter(function(e){return e.gldu_user_name_data==h});for(var t=0;t<_.listOfEmailUsers.length;t++)_.listColl.push(_.listOfEmailUsers[t].listColl),_.listOfEmailUsers[t].email="";e=_.listColl[0].map(e=>e.gldu_user_name_data).join(",");console.log(e),l.get(r.apiUrl+"api/JVCreation/GetEmail?em_login_code="+e).then(function(e){_.email_data=e.data,_.listColl[0].forEach(t=>{var e=_.email_data.find(e=>e.em_login_code===t.gldu_user_name_data);t.email=e?e.em_email:""})})})}),_.backCPN=function(){c.go("main.FINS19")},_.testData(),_.testDatadocs(),_.Bankdetails=[],_.Bankdetails.push({gldd_vat_enable:"Y"==v,gldd_include_vat:!1,sllc_ldgr_code:"00",vat_details:!1,gldd_doc_amount:0,gldd_doc_vat_amt:0}),_.Update_temp_docs=function(){var e=[],t=(null==_.temp1&&(_.temp1=""),{gltd_comp_code:f,gltd_doc_code:_.temp_doc.gltd_doc_code,gltd_prov_doc_no:s.Class.prov_code,gltd_final_doc_no:_.final_doc_no,gltd_doc_date:_.docdata[0].gltd_doc_date,gltd_doc_narr:_.temp_doc.gltd_doc_narr,gltd_remarks:_.docdata[0].gltd_remarks,gltd_doc_flag:_.docdata[0].gltd_doc_flag,gltd_cur_status:_.docdata[0].gltd_cur_status,gltd_prepare_date:_.docdata[0].gltd_prepare_date,gltd_verify_user:_.docdata[0].gltd_verify_user,gltd_verify_date:_.docdata[0].gltd_verify_date,gltd_authorize_user:_.docdata[0].gltd_authorize_user,gltd_authorize_date:_.docdata[0].gltd_authorize_date,gltd_payment_user:_.docdata[0].gltd_payment_user,gltd_payment_date:_.docdata[0].gltd_payment_date,gltd_post_date:_.temp_doc.gltd_post_date,gltd_post_no:_.docdata[0].gltd_post_no,gltd_save_srl:_.temp.sims_dep,gltd_batch_source:_.docdata[0].gltd_batch_source,gltd_paid_to:_.temp_doc.gltd_paid_to,gltd_cheque_no:_.temp_doc.gltd_cheque_No,gltd_reference_doc_code:_.docdata[0].gltd_reference_doc_code,gltd_reference_final_doc_no:_.docdata[0].gltd_reference_final_doc_no,gltd_cheque_due_date:_.docdata[0].gltd_cheque_due_date,gltd_doc_path:_.docdata[0].gltd_doc_path,gltd_app_name:"JCN160"});e.push(t),l.post(r.apiUrl+"api/BankPayment/UPDATE_Fins_temp_docsFin",e).then(function(e){_.prvno=e.data,""!=_.prvno&&null!=_.prvno?_.Update_Fins_temp_doc_details():swal({text:"Record Not inserted. "+_.prvno,imageUrl:"assets/img/close.png",width:300,height:200})})},_.Update_Fins_temp_doc_details=function(){for(var e,t=[],a=1,o=0;o<_.prdocdata.length;o++)e=void 0!==_.prdocdata[o].vat_code&&""!==_.prdocdata[o].vat_code?{gldd_doc_narr:_.prdocdata[o].gldd_doc_narr,gldd_dept_code:_.prdocdata[o].gldd_dept_code,gldd_ledger_code:_.prdocdata[o].gldd_ledger_code,gldd_acct_code:_.prdocdata[o].gldd_acct_code,gldd_party_ref_no:_.prdocdata[o].gldd_party_ref_no,gldd_party_ref_date:_.prdocdata[o].gldd_party_ref_date,gldd_doc_amount_debit:_.prdocdata[o].gldd_doc_amount_debit,gldd_doc_amount_credit:_.prdocdata[o].gldd_doc_amount_credit,gldd_cost_center_code:_.prdocdata[o].glco_cost_centre_code,gldd_comp_code:f,gldd_doc_code:s.Class.doc_code,gldd_prov_doc_no:s.Class.prov_code,gldd_final_doc_no:s.Class.final_doc_no,gldd_line_no:a,gltd_remarks:s.Class.doc_code+"/"+s.Class.final_doc_no+"#"+a+"$",finance_year:y,gltd_post_date:_.temp_doc.gltd_post_date,gldd_tax_code:_.prdocdata[o].vat_code,gldd_tax_acct_code:_.prdocdata[o].gldd_acct_code,gldd_tax_percentage:_.prdocdata[o].gldd_tax_percentage,gldd_tax_amount:_.prdocdata[o].gldd_tax_amount}:{gldd_doc_narr:_.prdocdata[o].gldd_doc_narr,gldd_dept_code:_.prdocdata[o].gldd_dept_code,gldd_ledger_code:_.prdocdata[o].gldd_ledger_code,gldd_acct_code:_.prdocdata[o].gldd_acct_code,gldd_party_ref_no:_.prdocdata[o].gldd_party_ref_no,gldd_party_ref_date:_.prdocdata[o].gldd_party_ref_date,gldd_doc_amount_debit:_.prdocdata[o].gldd_doc_amount_debit,gldd_doc_amount_credit:_.prdocdata[o].gldd_doc_amount_credit,gldd_cost_center_code:_.prdocdata[o].glco_cost_centre_code,gldd_comp_code:f,gldd_doc_code:s.Class.doc_code,gldd_prov_doc_no:s.Class.prov_code,gldd_final_doc_no:s.Class.final_doc_no,gldd_line_no:a,gltd_remarks:s.Class.doc_code+"/"+s.Class.final_doc_no+"#"+a+"$",finance_year:y,gltd_post_date:_.temp_doc.gltd_post_date},a++,t.push(e),void 0!==_.prdocdata[o].vat_code&&""!==_.prdocdata[o].vat_code&&(e={gldd_comp_code:f,gldd_doc_code:s.Class.doc_code,gldd_prov_doc_no:s.Class.prov_code,gldd_final_doc_no:s.Class.final_doc_no,gldd_acct_code:_.prdocdata[o].gldd_acct_code,gldd_line_no:a,gldd_fc_code:"PRM",gldd_fc_rate:0,gldd_dept_code:_.prdocdata[o].gldd_dept_code,gldd_doc_narr:_.prdocdata[o].gldd_doc_narr,gldd_ledger_code:_.prdocdata[o].gldd_ledger_code,gldd_tax_code:_.prdocdata[o].vat_code,gldd_tax_acct_code:_.prdocdata[o].gldd_acct_code,gldd_tax_percentage:_.prdocdata[o].gldd_tax_percentage,gldd_tax_amount:_.prdocdata[o].gldd_tax_amount},t.push(e));l.post(r.apiUrl+"api/BankPayment/UPDATE_JV_Fins_temp_doc_details_vatFin",t).then(function(e){_.msg1=e.data,1==_.msg1?((e=[]).push({gldd_comp_code:t[0].gldd_comp_code,gldd_doc_code:t[0].gldd_doc_code,gldd_prov_doc_no:t[0].gldd_prov_doc_no}),l.post(r.apiUrl+"api/BankPayment/UPDATE_JV_Fins_temp_doc_details_vatFin1",e).then(function(e){_.msg1=e.data,1==_.msg1&&l.post(r.apiUrl+"api/BankPayment/UPDATE_batch_sl_gl_transaction",t).then(function(e){_.msg1=e.data,_.msg1?swal({title:"Alert",text:"Record Updated Successfully. ",width:300,height:200}).then(function(){var t=1,a=[];if(0<_.doc_detail_data.length){for(let e=0;e<_.doc_detail_data.length;e++){var o={gltd_remarks:_.doc_detail_data[e].gltd_remarks,gltd_doc_type:_.doc_detail_data[e].gltd_doc_type,gltd_doc_no:_.doc_detail_data[e].gltd_doc_no,gldd_doc_amount_debit:_.doc_detail_data[e].gldd_doc_amount_debit,gldd_doc_amount_credit:_.doc_detail_data[e].gldd_doc_amount_credit,gltd_comp_code:_.doc_detail_data[e].gltd_comp_code,gltd_doc_code:_.temp_doc.gltd_doc_code,gltd_prov_doc_no:_.prvno,gldd_final_doc_no:"0",gltd_attribute1:_.doc_detail_data[e].gltd_attribute1,gltd_doc_line_no:t};t++,a.push(o)}l.post(r.apiUrl+"api/JVCreation/Insert_JV_document_details",a).then(function(e){_.chk_msg=e.data})}c.go("main.FINS19")}):swal({title:"Alert",text:"Record Not Updated. ",width:300,height:200}).then(function(){c.go("main.FINS19")})})})):0==_.msg1?swal({text:"Record Not inserted. ",imageUrl:"assets/img/close.png",width:300,height:200}):swal("Error-"+_.msg1)})},"");_.doc_final_doc_number="";var D=new Date,x=D.getDate(),S=D.getMonth()+1,U=(S<10&&(S="0"+S),D.getFullYear());function P(e,t){e=e.split("-").map(Number),t=t.split("-").map(Number);return e[2]!==t[2]?t[2]-e[2]:e[1]!==t[1]?t[1]-e[1]:t[0]-e[0]}_.block1={gltd_payment_date:x+"-"+S+"-"+U},setTimeout(function(){$("#cmb_acc_Code3").select2()},100),_.prdocdata1=[],_.prdocdata1.push({gldd_doc_amount_debit:0,gldd_doc_amount_credit:0,gldd_doc_vat_amt:0,gldd_ledger_code:"00"}),setTimeout(function(){$("#PostDateNew10").kendoDatePicker({format:"dd-MM-yyyy"})},500),setTimeout(function(){$("#cmb_acct_code10").select2()},100),_.add_Grid1=function(e,t,a,o){_.prdocdata1.push({gldd_doc_amount_debit:0,gldd_doc_amount_credit:0,gldd_doc_vat_amt:0,gldd_ledger_code:"00"}),setTimeout(function(){$("#PostDateNew1"+(_.prdocdata1.length-1)).kendoDatePicker({format:"dd-MM-yyyy"})},500),setTimeout(function(){$("#cmb_acct_code1"+(_.prdocdata1.length-1)).select2()},100)},l.get(r.apiUrl+"api/GLAccountsCreateView/GetAll_glmaster_Department_Code?co_code="+f+"&year="+y).then(function(e){_.dep_data=e.data;for(var t=0,a=0;a<_.dep_data.length;a++)"Finance"===_.dep_data[a].glma_short_name?_.temp.sims_dep=_.dep_data[a].glma_dept_no:_.dep_data[a].glma_dept_no>t&&(t=_.dep_data[a].glma_dept_no,_.temp.sims_dep=t)}),_.vatFiledData=function(){l.get(r.apiUrl+"api/VATFiling/getAllVATFiledData1?from_date="+_.temp_doc.gltd_post_date+"&to_date="+_.temp_doc.gltd_post_date+"&search=null&comp_code="+f+"&financial_year="+y+"&vat_profile="+_.vat_code).then(function(e){_.filedData=e.data,0<_.filedData.length?(_.vat_flag=_.filedData[0].flag,_.vat_desc_msg=_.filedData[0].vat_desc,"Pos"==_.vat_flag&&(swal({text:_.vat_desc_msg,width:380}),_.vat_code="")):(_.vat_flag="",_.vat_desc_msg="")})},_.showButtons=!1,_.showAllButtons=function(){""!=_.temp_doc.gltd_doc_code&&null!=_.temp_doc.gltd_doc_code&&""!=_.temp.sims_dep&&null!=_.temp.sims_dep&&(_.showButtons=!0)},_.Calculator=function(){try{window.location.href="calculator://"}catch(e){console.error("Error opening Calculator:",e),alert("Error opening Calculator. Please make sure it is installed on your system.")}},_.validateDebit=function(e,t,a){var o,s=a.gldd_doc_amount_debit.indexOf(".");-1!==s&&(o=a.gldd_doc_amount_debit.slice(0,s),a=a.gldd_doc_amount_debit.slice(s+1,s+3),_.prdocdata[t].gldd_doc_amount_debit=o+"."+a)},_.validateCredit=function(e,t,a){var o,s=a.gldd_doc_amount_credit.indexOf(".");-1!==s&&(o=a.gldd_doc_amount_credit.slice(0,s),a=a.gldd_doc_amount_credit.slice(s+1,s+3),_.prdocdata[t].gldd_doc_amount_credit=o+"."+a)},_.isValidKey=function(e){var t=e.which||e.keyCode,a=String.fromCharCode(t);return(/[\d,\.]/.test(a)||8===t)&&("."!==a||!e.target.value.includes("."))||(e.preventDefault(),!1)},_.add_Grid=function(e,t,a,o){setTimeout(function(){_.Scroll()},700),0<e.length&&(_.length=e.length-1,_.prdocdata.push({gldd_doc_narr:e[_.length].gldd_doc_narr,gldd_vat_enable:"Y"==v,gldd_include_vat:!1,gldd_doc_amount_debit:"",gldd_doc_amount_credit:"",gldd_doc_vat_amt:0,gldd_ledger_code:"00"})),setTimeout(function(){$("#PostDateNew"+(_.prdocdata.length-1)).kendoDatePicker({format:"dd-MM-yyyy"})},500),_.isUpdated||setTimeout(function(){$("#cmb_acct_code"+(_.prdocdata.length-1)).select2()},100),_.getAccount_Number(_.prdocdata[_.prdocdata.length-1])},_.showRevertedDocs=!1,l.get(r.apiUrl+"api/JVCreation/getRevertedDataNew?comp_code="+f+"&username="+h).then(function(e){_.revertdocument=e.data,0<_.revertdocument.length&&(_.showRevertedDocs=!0),""!=_.revertdocument[0].revert_doc_no?_.vis.revert_grd=!0:_.vis.revert_grd=!1}),_.deleteReverted=function(){_.data=[];var e={gltd_doc_code:_.block1.gltd_doc_code,gltd_prov_doc_no:_.block1.gltd_prov_doc_no,gltd_comp_code:f};_.data.push(e),l.post(r.apiUrl+"api/JVCreation/revertedDelete",_.data).then(function(e){_.msg1=e.data,!0===_.msg1?(swal({title:"Alert",text:"Record Deleted successfully",imageUrl:"assets/img/check.png",width:300,height:200}),window.location.reload()):swal({title:"Alert",text:"Record Not Deleted. ",imageUrl:"assets/img/close.png",width:300,height:200})})},l.get(r.apiUrl+"api/JVCreation/getLoggedUser").then(function(e){_.data=[],_.loggedUser=e.data;for(let e=0;e<_.loggedUser.length;e++)_.loggedUser[e].fins_appl_form_field_value1.toLowerCase()!=h||""==_.block1.gltd_doc_code&&"undefined"==_.block1.gltd_doc_code||""==_.block1.gltd_prov_doc_no&&"undefined"==_.block1.gltd_prov_doc_no?_.revdelete=!1:_.revdelete=!0}),_.gifSrc="https://assets.mograsys.com/Images/ModuleImages/calculator.png",_.isSticky=!0,_.toggleGif=function(){_.isSticky&&(_.isSticky=!1,_.gifSrc="https://assets.mograsys.com/Images/ModuleImages/calculator.gif",i(function(){_.isSticky=!0,_.gifSrc="https://assets.mograsys.com/Images/ModuleImages/calculator.png",_.Calculator()},2e3))},_.getStates=function(e,t){var a;null==e.vat_code?_.prdocdata[t].states=[]:(a=e.gldd_ledger_code,e=e.gldd_acct_code,l.get(r.apiUrl+"api/common/getStateNameFin?ledger_code="+a+"&ledger_account_code="+e+"&comp_code="+f).then(function(e){_.prdocdata[t].states=[],_.prdocdata[t].states=e.data;for(let e=0;e<_.prdocdata[t].states.length;e++)"C"==_.prdocdata[t].states[e].state_default_value&&(_.prdocdata[t].gldd_state_code=_.prdocdata[t].states[e].gldd_state_code)}))},_.maxmize=function(){$("#jv_Voucher").css({height:"100%",width:"100%"}),_.windowflg=!0},_.manimize=function(){$("#jv_Voucher").css({height:"600px",width:"900px"}),_.windowflg=!1},i(function(){$("#fixTable").tableHeadFixer({top:1}),$("#fixTable1").tableHeadFixer({top:1}),$("#Table1").tableHeadFixer({top:1}),$("#Table12").tableHeadFixer({top:1})},100),_.propertyName=null,_.reverse=!1,_.sortBy=function(e){_.reverse=_.propertyName===e&&!_.reverse,_.propertyName=e},_.budgetdesc=!1,_.Prepare=function(){_.clear(),i(function(){document.getElementById("mySelect").focus()}),_.prdocdata=[{gldd_vat_enable:"Y"==v,gldd_include_vat:!1,gldd_doc_amount_debit:"",gldd_doc_amount_credit:"",gldd_doc_vat_amt:0,gldd_ledger_code:"00"}],_.temp_doc.gltd_doc_code=_.geDocCode_jv[0].gltd_doc_code,_.showAllButtons(),setTimeout(function(){$("#PostDateNew0").kendoDatePicker({format:"dd-MM-yyyy"})},500),_.isUpdated||setTimeout(function(){$("#cmb_acct_code0").select2()},100),_.getAccount_Number(_.prdocdata[_.prdocdata.length-1]),jQuery(".verifybtn").removeClass("voucherbtn"),jQuery(".preparebtn").addClass("voucherbtn"),jQuery(".authorizebtn").removeClass("voucherbtn"),_.vis.prepare=!0,_.vis.verify=!1,_.vis.Autorize=!1,_.vis.main=!1,_.jvtitle="- Prepare","Y"==v?(_.vis_vat=!0,_.vis_vat_amt=!0):(_.vis_vat=!1,_.vis_vat_amt=!1,_.block3.gldd_doc_vat_amt=0),_.block3.gldd_vat_enable=!1,_.block3.gldd_include_vat=!1,l.get(r.apiUrl+"api/BankPayment/GetVerifyAuthorizeUsers?comp_code="+f+"&fyear="+y).then(function(e){_.users=e.data,0!=_.users.length&&(_.users[0]==h&&_.users[1]==h?(_.vis.autoriz=!0,_.vis.very=!0):_.users[0]!=h||""!=_.users[1]&&_.users[1]==h?(_.vis.autoriz=!1,_.vis.very=!1):(_.vis.autoriz=!1,_.vis.very=!0))}),"BEW"==_.comp_enable_budget||"BES"==_.comp_enable_budget?_.budgetdesc=!0:_.budgetdesc=!1},_.vis.verify=!0,l.get(r.apiUrl+"api/JVCreation/getFinn140_SearchFins_temp_docs?compcode="+f+"&username="+h).then(function(e){_.verify_data=e.data,_.verify_data.sort((e,t)=>{var a=t.gltd_prov_doc_no.localeCompare(e.gltd_prov_doc_no);return 0!==a?a:P(e.gltd_doc_date,t.gltd_doc_date)});for(var t={},a=[],o=0;o<_.verify_data.length;o++){var s=_.verify_data[o],n=s.gltd_doc_code+"_"+s.gltd_prov_doc_no;t[n]?t[n].gltd_doc_path+=","+s.gltd_doc_path:(t[n]=angular.copy(s),a.push(t[n]))}_.verify_data=a}),l.get(r.apiUrl+"api/JVCreation/getDocCodeJV?comp_code="+f+"&finance_year="+y).then(function(e){_.geDocCode_jv2=e.data}),_.filteredDocCode="",_.filteredDocCode2="",_.filterTableData=function(){_.VerifyTab&&l.get(r.apiUrl+"api/JVCreation/getFinn140_SearchFins_temp_docs?compcode="+f+"&username="+h).then(function(e){if(_.verify_data=e.data,_.verify_data=_.verify_data.filter(function(e){return e.gltd_doc_code===_.filteredDocCode}),0<_.verify_data.length){_.verify_data.sort((e,t)=>{var a=t.gltd_prov_doc_no.localeCompare(e.gltd_prov_doc_no);return 0!==a?a:P(e.gltd_doc_date,t.gltd_doc_date)});for(var t={},a=[],o=0;o<_.verify_data.length;o++){var s=_.verify_data[o],n=s.gltd_doc_code+"_"+s.gltd_prov_doc_no;t[n]?t[n].gltd_doc_path+=","+s.gltd_doc_path:(t[n]=angular.copy(s),a.push(t[n]))}_.verify_data=a}else swal({title:"Alert",text:"No Data Found",showCloseButton:!0,width:380})}),_.AproveTab&&l.get(r.apiUrl+"api/JVCreation/getFinn142_SearchFins_temp_docs?compcode="+f+"&username="+h).then(function(e){if(_.Authorize_data=e.data,_.Authorize_data=_.Authorize_data.filter(function(e){return e.gltd_doc_code===_.filteredDocCode2}),0<_.Authorize_data.length){_.Authorize_data.sort((e,t)=>{var a=t.gltd_prov_doc_no.localeCompare(e.gltd_prov_doc_no);return 0!==a?a:P(e.gltd_doc_date,t.gltd_doc_date)});for(var t={},a=[],o=0;o<_.Authorize_data.length;o++){var s=_.Authorize_data[o],n=s.gltd_doc_code+"_"+s.gltd_prov_doc_no;t[n]?t[n].gltd_doc_path+=","+s.gltd_doc_path:(t[n]=angular.copy(s),a.push(t[n]))}_.Authorize_data=a,$("#loader").modal("hide"),$(".modal-backdrop").removeClass("modal-backdrop")}else swal({title:"Alert",text:"No Data Found",showCloseButton:!0,width:380})})},_.VerifyTab=!1,_.Verify=function(){_.VerifyTab=!0,_.AproveTab=!1,jQuery(".verifybtn").addClass("voucherbtn"),jQuery(".preparebtn").removeClass("voucherbtn"),jQuery(".authorizebtn").removeClass("voucherbtn"),_.edt="",_.edt1="",_.edt2="",_.vis.main=!0,_.jvtitle="- Verify",_.vis.prepare=!1,_.vis.verify=!0,_.vis.Autorize=!1,_.vis.user_vry=!1,_.vis.user_aut=!1,$("#loader").modal({backdrop:"static",keyboard:!1}),l.get(r.apiUrl+"api/JVCreation/getFinn140_SearchFins_temp_docs?compcode="+f+"&username="+h).then(function(e){_.verify_data=e.data,_.verify_data.sort((e,t)=>{var a=t.gltd_prov_doc_no.localeCompare(e.gltd_prov_doc_no);return 0!==a?a:P(e.gltd_doc_date,t.gltd_doc_date)});for(var t={},a=[],o=0;o<_.verify_data.length;o++){var s=_.verify_data[o],n=s.gltd_doc_code+"_"+s.gltd_prov_doc_no;t[n]?t[n].gltd_doc_path+=","+s.gltd_doc_path:(t[n]=angular.copy(s),a.push(t[n]))}l.get(r.apiUrl+"api/JVCreation/getFinn145_SearchFins_temp_docs?compcode="+f+"&username="+h+"&cur_status=Vry").then(function(e){_.Verifyuserdata=e.data}),_.verify_data=a,$("#loader").modal("hide"),$(".modal-backdrop").removeClass("modal-backdrop")})},l.get(r.apiUrl+"api/JVCreation/getFinn142_SearchFins_temp_docs?compcode="+f+"&username="+h).then(function(e){_.Authorize_data=e.data,_.Authorize_data.sort((e,t)=>{var a=t.gltd_prov_doc_no.localeCompare(e.gltd_prov_doc_no);return 0!==a?a:P(e.gltd_doc_date,t.gltd_doc_date)});for(var t={},a=[],o=0;o<_.Authorize_data.length;o++){var s=_.Authorize_data[o],n=s.gltd_doc_code+"_"+s.gltd_prov_doc_no;t[n]?t[n].gltd_doc_path+=","+s.gltd_doc_path:(t[n]=angular.copy(s),a.push(t[n]))}_.Authorize_data=a,$("#loader").modal("hide"),$(".modal-backdrop").removeClass("modal-backdrop")}),_.AproveTab=!1,_.Authorize=function(e){_.VerifyTab=!1,_.AproveTab=!0,jQuery(".verifybtn").removeClass("voucherbtn"),jQuery(".preparebtn").removeClass("voucherbtn"),jQuery(".authorizebtn").addClass("voucherbtn"),_.jvtitle="- Authorize",_.edt="",_.edt1="",_.edt2="",_.vis.main=!0,_.vis.prepare=!1,_.vis.verify=!1,_.vis.Autorize=!0,_.vis.user_vry=!0,_.vis.user_aut=!1,$("#loader").modal({backdrop:"static",keyboard:!1}),l.get(r.apiUrl+"api/JVCreation/getFinn142_SearchFins_temp_docs?compcode="+f+"&username="+h).then(function(e){_.Authorize_data=e.data,_.Authorize_data.sort((e,t)=>{var a=t.gltd_prov_doc_no.localeCompare(e.gltd_prov_doc_no);return 0!==a?a:P(e.gltd_doc_date,t.gltd_doc_date)});for(var t={},a=[],o=0;o<_.Authorize_data.length;o++){var s=_.Authorize_data[o],n=s.gltd_doc_code+"_"+s.gltd_prov_doc_no;t[n]?t[n].gltd_doc_path+=","+s.gltd_doc_path:(t[n]=angular.copy(s),a.push(t[n]))}l.get(r.apiUrl+"api/JVCreation/getFinn145_SearchFins_temp_docs?compcode="+f+"&username="+h+"&cur_status=Aut").then(function(e){_.Authuserdata=e.data}),_.Authorize_data=a,$("#loader").modal("hide"),$(".modal-backdrop").removeClass("modal-backdrop")})},_.back=function(){_.doc_data=!1,jQuery(".verifybtn").removeClass("voucherbtn"),jQuery(".preparebtn").removeClass("voucherbtn"),jQuery(".authorizebtn").removeClass("voucherbtn"),_.vis.main=!0,_.vis.verify=!1,_.vis.Autorize=!1,_.jvtitle=" ",_.checkprintbtn=!1,_.totalDebit=0,_.totalcredit=0,_.totaldiff=0,_.prvno="",_.dcode=!1,_.block1=[],_.block2=[],_.block3=[],_.temp_doc=[],_.edt2=[],_.edt=[],_.prdocdata=[],_.doc_detail_data=[],_.vis.cmb_acct=!0,_.vis.txt_acct=!1,_.ldgcd=!1,_.vis.is_recur=!0,_.vis.ok=!0,_.vis.update=!1,_.vis.SendToVerify=!1,_.checkprintbtn=!1,_.vis.onchangedoccodeshow=!1,_.vis.onchangedoccodeshowin=!1,_.dis_recur_date=!0,_.lbl_recur="",_.vis.recur_periods=!1,D=new Date,x=D.getDate(),(S=D.getMonth()+1)<10&&(S="0"+S),U=D.getFullYear(),_.sdate=x+"-"+S+"-"+U,_.edate=x+"-"+S+"-"+U,_.temp_doc={gltd_doc_date:x+"-"+S+"-"+U,gltd_post_date:x+"-"+S+"-"+U}},_.clear=function(){_.showStatistics=!1,_.dcode=!1,_.block1=[],_.block2=[],_.block3=[],_.temp_doc=[],_.checkprintbtn=!1,_.prvno="",_.totalDebit=0,_.totalcredit=0,_.totaldiff=0,_.edt2=[],_.edt=[],_.prdocdata=[],_.doc_detail_data=[],_.vis.cmb_acct=!0,_.vis.txt_acct=!1,_.ldgcd=!1,_.vis.is_recur=!0,_.vis.ok=!0,_.vis.update=!1,_.vis.SendToVerify=!1,_.checkprintbtn=!1,_.vis.onchangedoccodeshow=!1,_.vis.onchangedoccodeshowin=!1,_.vis.doc_detail_grid=!0,E=!1,B=!1,_.dis_recur_date=!0,_.lbl_recur="",_.vis.recur_periods=!1,D=new Date,x=D.getDate(),(S=D.getMonth()+1)<10&&(S="0"+S),U=D.getFullYear(),_.sdate=x+"-"+S+"-"+U,_.edate=x+"-"+S+"-"+U,_.temp_doc={gltd_doc_date:x+"-"+S+"-"+U,gltd_post_date:x+"-"+S+"-"+U},l.get(r.apiUrl+"api/BankPayment/GetVerifyAuthorizeUsers?comp_code="+f+"&fyear="+y).then(function(e){_.users=e.data,0!=_.users.length&&(_.users[0]==h&&_.users[1]==h?(_.vis.autoriz=!0,_.vis.very=!0):_.users[0]!=h||""!=_.users[1]&&_.users[1]==h?(_.vis.autoriz=!1,_.vis.very=!1):(_.vis.autoriz=!1,_.vis.very=!0))})},_.Show=function(){null!=_.block1.gltd_doc_code&&""!=_.block1.gltd_doc_code&&null!=_.block1.gltd_prov_doc_no&&""!=_.block1.gltd_prov_doc_no?(_.dcode=!0,l.get(r.apiUrl+"api/JVCreation/getAllRecords_Vat?doccode="+_.block1.gltd_doc_code+"&prnumber="+_.block1.gltd_prov_doc_no+"&comp_code="+f).then(function(e){_.prdocdata=[],_.voucher_details=e.data;for(let t=0;t<_.voucher_details.length;t++)0==_.voucher_details[t].gldd_doc_amount_debit&&0==_.voucher_details[t].gldd_doc_amount_credit||(_.prdocdata.push({gldd_ledger_code:_.voucher_details[t].gldd_ledger_code,gldd_acct_code:_.voucher_details[t].gldd_acct_code,gldd_acct_name:_.voucher_details[t].gldd_acct_name,coce_cost_centre_name:_.selectedText,gldd_party_ref_no:_.voucher_details[t].gldd_party_ref_no,gldd_dept_code:_.voucher_details[t].gldd_dept_code,codp_dept_name:_.getAllAccNos[t].gldd_dept_name,gldd_doc_narr:_.voucher_details[t].gldd_doc_narr,gldd_doc_amount_debit:_.voucher_details[t].gldd_doc_amount_debit,gldd_doc_amount_credit:_.voucher_details[t].gldd_doc_amount_credit,vat_code:_.voucher_details[t].vat_code,gldd_tax_amount:_.voucher_details[t].gldd_tax_amount,gldd_tax_percentage:_.voucher_details[t].vat_per_value,gldu_authorize:_.voucher_details[t].gldu_authorize,gldu_verify:_.voucher_details[t].gldu_verify,gltd_authorize_date:_.voucher_details[t].gltd_authorize_date,gltd_verify_date:_.voucher_details[t].gltd_verify_date,gltd_paid_to:_.voucher_details[t].gltd_paid_to,gltd_cheque_no:_.voucher_details[t].gltd_cheque_no}),_.temp_doc.PostDate=_.voucher_details[t].gltd_post_date,_.temp_doc.gltd_doc_code=_.voucher_details[t].gldd_doc_code,"00"===_.voucher_details[t].gldd_ledger_code?l.get(r.apiUrl+"api/JVCreation/GetAllGLAccountNos?glma_accountcode=&cmpnycode="+f+"&fyear="+y+"&doc_code="+_.temp_doc.gltd_doc_code).then(function(e){_.getAllAccNos=e.data,_.prdocdata[t].getAllAccNos=_.getAllAccNos}):l.get(r.apiUrl+"api/BankPayment/GetSLAccNumber?pbslcode="+_.voucher_details[t].gldd_ledger_code+"&cmp_cd="+f+"&fyear="+y).then(function(e){_.getAllAccNos=e.data,_.prdocdata[t].getAllAccNos=_.getAllAccNos}));_.totalDebit=0,_.totalcredit=0,_.totaldiff=0,setTimeout(function(){$(".divclass").kendoDatePicker({format:"dd-MM-yyyy"})},500)}),l.get(r.apiUrl+"api/JVCreation/GetDocument_Details_DPS?doccode="+_.block1.gltd_doc_code+"&prnumber="+_.block1.gltd_prov_doc_no+"&comp_code="+f).then(function(e){_.doc_detail_data=e.data,0<_.doc_detail_data.length&&(_.temp.temp_chk_doc_details=!0,_.chk_doc_details())}),_.vis.ok=!1,_.vis.update=!0,_.vis.SendToVerify=!0,_.vis.is_recur=!1,_.vis.autoriz=!1,_.vis.very=!1,_.getRemark()):(_.flag1=!0,swal({title:"Alert",text:"Please select Doc Code & Provision No",showCloseButton:!0,width:380}))},_.chk_click_ver=function(e){e.gltd_revert&&(e.gltd_revert=!1,e.gltd_verify=!0)},_.chk_click_rev=function(e){e.gltd_verify&&(e.gltd_revert=!0,e.gltd_verify=!1)},_.chk_click_aut=function(e){e.gltd_verify&&(e.gltd_verify=!1,e.gltd_authorize=!0)},_.chk_click_very=function(e){e.gltd_authorize&&(e.gltd_verify=!0,e.gltd_authorize=!1)},_.chk_clickAll=function(e){if(e)for(let e=0;e<_.Authorize_data.length;e++)_.Authorize_data[e].gltd_authorize=!0;else for(let e=0;e<_.Authorize_data.length;e++)_.Authorize_data[e].gltd_authorize=!1},_.chk_click_verifyAll=function(e){if(e){for(let e=0;e<_.verify_data.length;e++)_.verify_data[e].gltd_verify=!0,_.verify_data[e].gltd_revert=!1;_.v_data.gltd_revert1=!1}else for(let e=0;e<_.verify_data.length;e++)_.verify_data[e].gltd_verify=!1},_.chk_click_revertAll=function(e){if(e){for(let e=0;e<_.verify_data.length;e++)_.verify_data[e].gltd_revert=!0,_.verify_data[e].gltd_verify=!1;_.v_data.gltd_verify1=!1}else for(let e=0;e<_.verify_data.length;e++)_.verify_data[e].gltd_revert=!1},_.chk_clickAll=function(e){if(e){for(let e=0;e<_.Authorize_data.length;e++)_.Authorize_data[e].gltd_authorize=!0,_.Authorize_data[e].gltd_verify=!1;_.A_data.gltd_very1=!1}else for(let e=0;e<_.Authorize_data.length;e++)_.Authorize_data[e].gltd_authorize=!1},_.very_chk_clickAll=function(e){if(e){for(let e=0;e<_.Authorize_data.length;e++)_.Authorize_data[e].gltd_verify=!0,_.Authorize_data[e].gltd_authorize=!1;_.A_data.gltd_authorize1=!1}else for(let e=0;e<_.Authorize_data.length;e++)_.Authorize_data[e].gltd_verify=!1},_.ShowFilterText=function(e){_.filterVisible=""!=e,_.block1.chk_previous_clear=!0,_.edt.txt_filter_range="0"},_.ShowFilterText_Aut=function(e){_.filterVisible_aut=""!=e,_.block1.chk_previous_clear_aut=!0,_.edt.txt_filter_range_aut="0"},_.showhide2=function(){"BR"==_.temp_doc.gltd_doc_code||"CR"==_.temp_doc.gltd_doc_code?(_.creditshow=!1,_.debitshow=!0):"BP"==_.temp_doc.gltd_doc_code||"CP"==_.temp_doc.gltd_doc_code?(_.creditshow=!0,_.debitshow=!1):(_.creditshow=!0,_.debitshow=!0)},_.showhide=function(){_.cmb_doc_cd=[];var e=$("#cmb_doc_code").prop("selectedIndex");_.cmb_doc_cd=_.geDocCode_jv[e],_.prdocdata1=[],_.prdocdata1.push({gldd_doc_amount_debit:0,gldd_doc_amount_credit:0,gldd_doc_vat_amt:0,gldd_ledger_code:"00"}),setTimeout(function(){$("#PostDateNew10").kendoDatePicker({format:"dd-MM-yyyy"})},500),_.isUpdated||setTimeout(function(){$("#cmb_acct_code10").select2()},500),_.prdocdata=[],_.prdocdata.push({gldd_vat_enable:"Y"==v,gldd_include_vat:!1,gldd_doc_amount_debit:0,gldd_doc_amount_credit:0,gldd_doc_vat_amt:0,gldd_ledger_code:"00"}),setTimeout(function(){$("#PostDateNew"+(_.prdocdata.length-1)).kendoDatePicker({format:"dd-MM-yyyy"})},500),_.isUpdated||setTimeout(function(){$("#cmb_acct_code"+(_.prdocdata.length-1)).select2()},500),_.getAccount_Number(_.prdocdata[_.prdocdata.length-1]),l.get(r.apiUrl+"api/JVCreation/GetAllCashBankGLMasterAccountNo?cmp_cd="+f+"&financialyear="+y+"&doc_cd="+_.temp_doc.gltd_doc_code+"&username="+h).then(function(e){_.bankname=e.data,0<_.bankname.length&&_.getAccountName(e.data[0].master_ac_cdname)}),_.vis.doc_detail_grid=!0,"BP"==_.cmb_doc_cd.gldc_doc_code_type?(_.vis.onchangedoccodeshow=!0,_.vis.onchangedoccodeshowin=!1,_.block2.gldd_doc_amount_debit="0.00",_.block2.gldd_doc_amount_credit="0.00",_.content="Paid To",_.vis.cheq_no=!0,_.dvalue=!0,_.cvalue=!1,_.dramount=!1,_.cramount=!0):"BR"==_.cmb_doc_cd.gldc_doc_code_type?(_.vis.onchangedoccodeshow=!0,_.vis.onchangedoccodeshowin=!1,_.block2.gldd_doc_amount_credit="0.00",_.vis.cheq_no=!0,_.content="Received From",_.dvalue=!1,_.cvalue=!0,_.dramount=!0,_.cramount=!1):"CP"==_.cmb_doc_cd.gldc_doc_code_type?(_.vis.onchangedoccodeshow=!0,_.vis.onchangedoccodeshowin=!1,_.block2.gldd_doc_amount_debit="0.00",_.vis.cheq_no=!1,_.content="Paid To",_.dvalue=!0,_.cvalue=!1,_.dramount=!1,_.cramount=!0):"CR"==_.cmb_doc_cd.gldc_doc_code_type?(_.vis.onchangedoccodeshow=!0,_.vis.onchangedoccodeshowin=!1,_.block2.gldd_doc_amount_credit="0.00",_.content="Received From",_.vis.cheq_no=!1,_.dvalue=!1,_.cvalue=!0,_.dramount=!0,_.cramount=!1):"CN"==_.cmb_doc_cd.gldc_doc_code_type?(_.vis.onchangedoccodeshow=!0,_.vis.onchangedoccodeshowin=!1,_.block2.gldd_doc_amount_debit="0.00",_.block2.gldd_doc_amount_credit="0.00",_.content="Paid To",_.vis.cheq_no=!0,_.dvalue=!1,_.cvalue=!1,_.dramount=!1,_.cramount=!1,_.vis.doc_detail_grid=!1):"PR"==_.cmb_doc_cd.gldc_doc_code_type?(_.vis.onchangedoccodeshowin=!0,_.vis.onchangedoccodeshow=!1,_.block2.gldd_doc_amount_debit="0.00",_.block2.gldd_doc_amount_credit="0.00",_.vis.invo_no=!0,_.dvalue=!0,_.cvalue=!1,_.dramount=!1,_.cramount=!0):"PB"==_.cmb_doc_cd.gldc_doc_code_type?(_.vis.onchangedoccodeshow=!1,_.vis.onchangedoccodeshowpb=!0,_.content="Paid To",_.vis.cheq_no=!0,_.dvalue=!0,_.cvalue=!1,_.dramount=!1,_.cramount=!0):(_.vis.onchangedoccodeshow=!1,_.vis.onchangedoccodeshowin=!1,_.dramount=!1,_.cramount=!1)},l.get(r.apiUrl+"api/JVCreation/getDocCodeJV?comp_code="+f+"&finance_year="+y).then(function(e){_.geDocCode_jv=e.data,l.get(r.apiUrl+"api/FinancialDoc/getAllFinancialDocument?comp_cd="+f+"&fyear="+y).then(function(e){_.fin_doc=e.data,_.fin_doc=_.fin_doc.filter(function(e){return"JV"==e.gldc_doc_code_type});var t=_.fin_doc.map(function(e){return e.gldc_doc_code_type});_.geDocCode_jv=_.geDocCode_jv.filter(function(e){return t.includes(e.gltd_doc_code)})}),_.temp_doc.gltd_doc_code=_.geDocCode_jv[0].gltd_doc_code}),l.get(r.apiUrl+"api/BankPayment/GetVerifyAuthorizeUsers?comp_code="+f+"&fyear="+y).then(function(e){_.users=e.data,0!=_.users.length&&(_.users[0]==h&&_.users[1]==h?(_.preparebtn=!1,_.verifybtn=!1,_.authorizebtn=!1,_.vis.autoriz=!0,_.vis.very=!0):_.users[0]!=h||""!=_.users[1]&&_.users[1]==h?(_.preparebtn=!1,_.verifybtn=!0,_.authorizebtn=!0,_.vis.autoriz=!1,_.vis.very=!1):(_.verifybtn=!1,_.preparebtn=!1,_.authorizebtn=!0,_.vis.autoriz=!1,_.vis.very=!0))}),l.get(r.apiUrl+"api/BankPayment/GetLedgerNumber?financialyear="+y+"&comp_code="+f).then(function(e){_.LdgrCode=e.data}),_.fillaccountno=function(){l.get(r.apiUrl+"api/JVCreation/GetAllCashBankGLMasterAccountNo?cmp_cd="+f+"&financialyear="+y+"&doc_cd="+_.temp_doc.gltd_doc_code+"&username="+h).then(function(e){_.bankname=e.data,0<_.bankname.length&&(_.block2.master_acct_detail=e.data[0],_.getAccountName(e.data[0].master_ac_cdname))})},l.get(r.apiUrl+"api/BankPayment/getVATProfileDetails?comp_code="+f).then(function(e){_.vatProfile=e.data}),_.getAccountName=function(e){e=F=e.master_acno;l.get(r.apiUrl+"api/BankPayment/getCostCenter?aacno="+e+"&comp_cd="+f+"&fyear="+y).then(function(e){_.costcenter_account=e.data,0<_.costcenter_account.length?_.chkcost_Ac=!0:(_.chkcost_Ac=!1,_.cost_combo_AC=!1)})},_.getViewDetails=function(e){_.isUpdated||(_.acct_name=$("#cmb_acct_code option:selected").text()),_.from=_.temp_doc.gltd_post_date,_.to=_.block1.to_date,_.tble_show=!0;f,_.temp_doc.gltd_doc_code,_.temp_doc.gltd_post_date,_.temp_doc.gltd_post_date;l.get(r.apiUrl+"api/GLSLQuery/Get_GL_opening_bal?comp_code="+f+"&fyear="+y+"&acct_code="+e+"&from_date="+_.temp_doc.gltd_post_date).then(function(e){_.block1.sltr_yob_amt=e.data})},_.getBudgetAmt=function(e){l.get(r.apiUrl+"api/GLSLQuery/Get_Bud_amt?comp_code="+f+"&fyear="+y+"&acct_code="+e).then(function(e){_.mainn=e.data,_.main2=e.data[0].glma_acct_name,_.main3=e.data[0].gltr_attr1,_.main4=e.data[0].gltr_attr2,_.main5=e.data[0].acct_opening_bal,_.main6=e.data[0].gltr_attr_class1,_.main7=e.data[0].gltr_attr_class1})},_.getDepartcode=function(t,a){_.dept_flg=!1,_.debiterrorBEW=!1,_.crediterrorBEW=!1,_.debiterrorBES=!1,_.crediterrorBES=!1;for(let e=0;e<a.getAllAccNos.length;e++)a.getAllAccNos[e].gldd_acct_code==a.gldd_acct_code&&((_.dept_flg=!0)!==t&&(a.gldd_dept_code=a.getAllAccNos[e].gldd_dept_code),a.codp_dept_name=a.getAllAccNos[e].gldd_dept_name,a.gldd_acct_name=a.getAllAccNos[e].gldd_acct_name);!1===_.dept_flg&&(!0!==t&&(a.gldd_dept_code="",a.gldd_party_ref_no=""),a.codp_dept_name="",a.gldd_acct_name="")},_.cost_center2=function(e){M=e,_.cost_combo=!0===e},_.cost_center_Account=function(e){!0===(M=e)?(_.cost_combo_AC=!0,_.getAccountName(_.block2.master_acno)):_.cost_combo_AC=!1},_.Chk_recur_voucher=function(e){!0===e?(_.dis_recur_date=!1,_.lbl_recur="/ Recurring Date",_.vis.recur_periods=!0):(_.dis_recur_date=!0,_.lbl_recur="",_.vis.recur_periods=!1),_.temp_doc.gltd_recur_period="0",_.temp_doc.gltd_recur_period_days="0"},_.GetAllGLAcc=function(e,t){l.get(r.apiUrl+"api/BankPayment/GetAllGLActNonew?glma_accountcode="+e+"&cmpnycode="+f+"&fyear="+y).then(function(e){_.getAllAccNos=e.data})},l.get(r.apiUrl+"api/BankPayment/GetAllGLActNonew?glma_accountcode=&cmpnycode="+f+"&fyear="+y).then(function(e){if(_.getAllAccNos=e.data,"Y"==v&&""==C&&""!=w)for(let e=0;e<_.getAllAccNos.length;e++)_.getAllAccNos[e].gldd_acct_code==w&&(C=_.getAllAccNos[e].gldd_acct_name)}),l.get(r.apiUrl+"api/JVCreation/GetReportUrl?opr=J&sub_opr=Final").then(function(e){_.final_doc_url=e.data}),l.get(r.apiUrl+"api/JVCreation/GetReportUrl?opr=J&sub_opr=Prov").then(function(e){_.prov_doc_url=e.data}),_.getSLAccNo=function(t,e){var a=_.getAllAccNos.gldd_acct_code;"00"==t.gldd_ledger_code?l.get(r.apiUrl+"api/BankPayment/GetAllGLAccountNos?glma_accountcode="+a+"&cmpnycode="+f+"&fyear="+y).then(function(e){t.getAllAccNos=e.data}):l.get(r.apiUrl+"api/BankPayment/GetSLAccNumber?pbslcode="+t.gldd_ledger_code+"&cmp_cd="+f+"&fyear="+y).then(function(e){t.getAllAccNos=e.data}),t.coad_dept_no="",t.gldd_party_ref_no="",$("#"+e+"_account_code").select2("val","")},_.accountCode=function(e,t){for(var a=0;a<_.prdocdata.length;a++)if(null==_.prdocdata[a].gldd_acct_code||""==_.prdocdata[a].gldd_acct_code)return void swal({text:"Please select Account name",showCloseButton:!0,width:380})},_.getAccount_Number=function(t,e,a){var o=$("#cmb_ledger_code"+e+" option:selected").text();_.selectedLedg=o.slice(3,20),a||(_.isUpdated||$("#cmb_acct_code"+e).select2("val",""),t.gldd_dept_code="",t.gldd_party_ref_no="",t.codp_dept_name="",t.gldd_acct_name=""),"00"!=t.gldd_ledger_code?l.get(r.apiUrl+"api/BankPayment/GetSLAccNumber?pbslcode="+t.gldd_ledger_code+"&cmp_cd="+f+"&fyear="+y).then(function(e){_.getAllAccNos=e.data}):l.get(r.apiUrl+"api/JVCreation/GetAllGLAccountNos?glma_accountcode=&cmpnycode="+f+"&fyear="+y+"&doc_code="+_.temp_doc.gltd_doc_code).then(function(e){t.getAllAccNos=e.data,_.getAllAccNos=e.data,a&&_.getDepartcode(!0,t)})},_.getprovno=function(){l.get(r.apiUrl+"api/JVCreation/Get_provno?comp_code="+f+"&fyear="+y+"&doccode="+_.block1.gltd_doc_code+"&user="+h).then(function(e){_.prnumber=e.data,_.prnumber=_.prnumber.slice().reverse(),_.revdelete=!1})},_.AddMasterDataInGrid=function(){if(_.cost_combo_AC=!1,_.chkcost_Ac=!1,_.temp={cost_center_ac:!1},null!=_.block2.master_acno)if(null!=_.block2.gldd_doc_amount_debit&&"0.00"!=_.block2.gldd_doc_amount_debit||(_.block2.gldd_doc_amount_debit="0.00"),null!=_.block2.gldd_doc_amount_credit&&"0.00"!=_.block2.gldd_doc_amount_credit||(_.block2.gldd_doc_amount_credit="0.00"),"0.00"<_.block2.gldd_doc_amount_debit||"0.00"<_.block2.gldd_doc_amount_credit){document.getElementById("cmb_acc_Code3");_.prdocdata.push({gldd_comp_code:f,gldd_ledger_code:"00",gldd_acct_code:_.block2.master_acno.master_acno,gldd_acct_name:_.block2.master_acno.master_ac_cdname,gldd_party_ref_no:_.block2.pty_ref_no,glco_cost_centre_code:null!=_.edt5&&null!=_.edt5.glco_cost_centre_code?_.edt5.glco_cost_centre_code.glco_cost_centre_code:null,coce_cost_centre_name:null!=_.edt5&&null!=_.edt5.glco_cost_centre_code?_.edt5.glco_cost_centre_code.coce_cost_centre_name:null,gldd_dept_code:_.block2.master_acno.gldd_dept_code,gldd_doc_narr:_.block2.gldd_doc_narr,gldd_doc_amount_debit:_.block2.gldd_doc_amount_debit,gldd_doc_amount_credit:_.block2.gldd_doc_amount_credit,gltd_payment_date:_.block1.gltd_payment_date,ptyref_date:_.block1.gltd_payment_date,gldd_trn_no:_.block2.gldd_trn_no,gldd_PTY_name:_.block2.gldd_PTY_name}),_.totalDebit=0,_.totalcredit=0;for(let e=_.totaldiff=0;e<_.prdocdata.length;e++)_.totalDebit=parseFloat(parseFloat(_.totalDebit)+parseFloat(_.prdocdata[e].gldd_doc_amount_debit)).toFixed(_.decimal_dsc),_.totalcredit=parseFloat(parseFloat(_.totalcredit)+parseFloat(_.prdocdata[e].gldd_doc_amount_credit)).toFixed(_.decimal_dsc);_.block2={},_.myForm.$setPristine(),_.myForm.$setUntouched(),"CN"==_.cmb_doc_cd.gldc_doc_code_type&&(_.block2.gldd_doc_amount_debit="0.00",_.block2.gldd_doc_amount_credit="0.00",_.dvalue=!1,_.cvalue=!1)}else swal({text:"  Please Enter Amount ",width:380});else swal({text:"  please select Master Account No ",width:380})},_.UpdateMasterDataInGrid=function(){},_.CancelMasterDataInGrid=function(){},_.totalAmountCount=function(){_.totalDebit=0,_.totalcredit=0;for(let e=_.totaldiff=0;e<_.prdocdata1.length;e++)_.totalDebit=parseFloat(parseFloat(_.totalDebit)+parseFloat(_.prdocdata1[e].gldd_doc_amount_debit)).toFixed(_.decimal_dsc),_.totalcredit=parseFloat(parseFloat(_.totalcredit)+parseFloat(_.prdocdata1[e].gldd_doc_amount_credit)).toFixed(_.decimal_dsc);for(let e=0;e<_.prdocdata.length;e++)_.totalDebit=parseFloat(parseFloat(_.totalDebit)+parseFloat(_.prdocdata[e].gldd_doc_amount_debit.toString().replace(/,/g,""))).toFixed(_.decimal_dsc),_.totalcredit=parseFloat(parseFloat(_.totalcredit)+parseFloat(_.prdocdata[e].gldd_doc_amount_credit.toString().replace(/,/g,""))).toFixed(_.decimal_dsc),_.totaldiff=parseFloat(parseFloat(_.totalDebit)-parseFloat(_.totalcredit)).toFixed(_.decimal_dsc),0===parseFloat(_.totaldiff)?_.totalDiffColor="black":_.totalDiffColor="red","BWE"==k&&0<_.prdocdata[e].gldd_doc_amount_debit&&swal({text:"Please Enter Debit/Credit Amount",width:380}),0<parseFloat(_.prdocdata[e].gldd_doc_amount_debit)?_.totalDebit=parseFloat(parseFloat(_.totalDebit)+parseFloat(null==_.prdocdata[e].gldd_tax_amount?0:_.prdocdata[e].gldd_tax_amount)).toFixed(_.decimal_dsc):0<parseFloat(_.prdocdata[e].gldd_doc_amount_credit)&&(_.totalcredit=parseFloat(parseFloat(_.totalcredit)+parseFloat(null==_.prdocdata[e].gldd_tax_amount?0:_.prdocdata[e].gldd_tax_amount)).toFixed(_.decimal_dsc)),0<_.prdocdata[e].gldd_tax_amount&&(_.totaldiff=parseFloat(parseFloat(_.totalDebit)-parseFloat(_.totalcredit)).toFixed(_.decimal_dsc))},_.vat_cal=function(e,t,a,o,s){let n;_.vat_code=null==o?null:a.vat_code;for(let e=0;e<t.length;e++)if(t[e].vat_code==a.vat_code){n=t[e];break}null!=_.vat_code&&"undefined"!=_.vat_code&&""!=_.vat_code||(a.gldd_tax_amount=null,a.gldd_tax_code=null,a.gldd_tax_percentage=null,a.gldd_tax_acct_code=null),a.gldd_tax_amount!=s&&(a.gldd_tax_amount=s),""==a.gldd_doc_amount_debit&&(a.gldd_doc_amount_debit=0),""==a.gldd_doc_amount_credit&&(a.gldd_doc_amount_credit=0),0<a.gldd_doc_amount_debit&&(a.gldd_doc_amount_credit=0),null!=n&&(a.gldd_tax_code=n.vat_code,a.gldd_tax_percentage=n.vat_per_value,a.vat_included_in_price=n.vat_included_in_price,a.gldd_tax_acct_code=n.vat_invoice_acno,a.gldd_tax_amount=0,o=parseFloat(a.gldd_doc_amount_debit.toString().replace(/,/g,"")),s=parseFloat(a.gldd_doc_amount_credit.toString().replace(/,/g,"")),0!=n.vat_per_value?("Y"==n.vat_included_in_price?0!=o?(a.gldd_tax_amount=parseFloat(o*parseFloat(n.vat_per_value)/(100+parseFloat(n.vat_per_value))).toFixed(_.decimal_dsc),a.gldd_doc_amount_debit=parseFloat(o)-parseFloat(o*parseFloat(n.vat_per_value)/(100+parseFloat(n.vat_per_value))).toFixed(_.decimal_dsc)):(a.gldd_tax_amount=parseFloat(s*parseFloat(n.vat_per_value)/(100+parseFloat(n.vat_per_value))).toFixed(_.decimal_dsc),a.gldd_doc_amount_credit=parseFloat(s)-parseFloat(s*parseFloat(n.vat_per_value)/(100+parseFloat(n.vat_per_value))).toFixed(_.decimal_dsc)):a.gldd_tax_amount=(0!=o?parseFloat(o*parseFloat(n.vat_per_value)/100):parseFloat(s*parseFloat(n.vat_per_value)/100)).toFixed(_.decimal_dsc),"RCM"==a.vat_code&&(_.prdocdata[e].gldd_tax_amount=0)):a.gldd_tax_amount=0),_.totalAmountCount()},_.compDebYob=function(e,t){var a;_.total=0,"BEW"==_.comp_enable_budget&&0<_.main5?0<e.gldd_doc_amount_debit?(_.total=parseFloat(_.total)+parseFloat(e.gldd_doc_amount_debit),_.result=parseFloat(_.total)+parseFloat(_.main7),_.main6=_.result,_.main6>_.main5?(_.debiterrorBEW=!0,_.debiterrorBES=!1,_.crediterrorBES=!1,_.crediterrorBEW=!1,_.dvalue=!0,_.cvalue=!0):(_.debiterrorBEW=!1,_.debiterrorBES=!1,_.crediterrorBES=!1,_.crediterrorBEW=!1,_.dvalue=!1,_.cvalue=!1)):0<e.gldd_doc_amount_credit&&(_.debit=parseFloat(e.gldd_doc_amount_credit),_.ytd=parseFloat(_.main6),a=_.debit+_.ytd,_.result=a,_.main6=_.result,_.main6>_.main5?(_.crediterrorBEW=!0,_.debiterrorBEW=!1,_.debiterrorBES=!1,_.crediterrorBES=!1,_.dvalue=!0,_.cvalue=!0):(_.crediterrorBEW=!1,_.debiterrorBEW=!1,_.debiterrorBES=!1,_.crediterrorBES=!1,_.dvalue=!1,_.cvalue=!1)):"BES"==_.comp_enable_budget&&0<_.main5&&(0<e.gldd_doc_amount_debit?(_.debit=parseFloat(e.gldd_doc_amount_debit),_.ytd=parseFloat(_.main6),a=_.debit+_.ytd,_.result=a,_.main6=_.result,_.main6>_.main5?(_.debiterrorBES=!0,_.debiterrorBEW=!1,_.crediterrorBES=!1,_.crediterrorBEW=!1,_.dvalue=!0,_.cvalue=!0):(_.debiterrorBES=!1,_.crediterrorBES=!1,_.debiterrorBEW=!1,_.crediterrorBEW=!1,_.dvalue=!1,_.cvalue=!1)):0<e.gldd_doc_amount_credit&&(_.debit=parseFloat(e.gldd_doc_amount_credit),_.ytd=parseFloat(_.main6),a=_.debit+_.ytd,_.result=a,_.main6=_.result,_.main6>_.main5?(_.crediterrorBES=!0,_.debiterrorBES=!1,_.debiterrorBEW=!1,_.crediterrorBEW=!1,_.dvalue=!0,_.cvalue=!0):(_.crediterrorBES=!1,_.debiterrorBES=!1,_.debiterrorBEW=!1,_.crediterrorBEW=!1,_.dvalue=!1,_.cvalue=!1)))},_.Add_inner_grid=function(){_.chkcost=!1,_.cost_combo=!1,_.temp={cost_chk_ac:!1};let e="";if(null!=_.block3.gldd_acct_code){if(e=null==_.block3.gldd_ledger_code?"00":_.block3.gldd_ledger_code,""!=_.block3.gldd_doc_amount_debit&&null!=_.block3.gldd_doc_amount_debit&&"0.00"!=_.block3.gldd_doc_amount_debit||(_.block3.gldd_doc_amount_debit="0.00"),""!=_.block3.gldd_doc_amount_credit&&null!=_.block3.gldd_doc_amount_credit&&"0.00"!=_.block3.gldd_doc_amount_credit||(_.block3.gldd_doc_amount_credit="0.00"),parseFloat(_.block3.gldd_doc_amount_debit)<=0&&parseFloat(_.block3.gldd_doc_amount_credit)<=0)return void swal({text:"Please Enter Debit/Credit Amount",width:380});var a=document.getElementById("cmb_acc_Code3");_.selectedText=a.options[a.selectedIndex].text;let t=!1;for(let e=0;e<_.prdocdata.length;e++)if(_.prdocdata[e].gldd_acct_code==_.block3.gldd_acct_code&&_.prdocdata[e].gldd_doc_narr==_.block3.gldd_doc_narr){t=!0;break}if(!0===t)swal({text:_.block3.gldd_acct_name+" A/c Already Added",width:380});else{a=document.getElementById("costCenter"),a=a.options[a.selectedIndex].text;_.center=_.center||""!=_.block2.glco_cost_centre_code,"Y"==v&&!0===_.block3.gldd_include_vat&&!0===_.block3.gldd_vat_enable&&(0!=_.block3.gldd_doc_amount_debit?(o=parseFloat(_.block3.gldd_doc_amount_debit),_.block3.gldd_doc_vat_amt=parseFloat(o*parseFloat(b)/(100+parseFloat(b))).toFixed(_.decimal_dsc),_.block3.gldd_doc_amount_debit=parseFloat(o)-parseFloat(o*parseFloat(b)/(100+parseFloat(b))).toFixed(_.decimal_dsc)):(o=parseFloat(_.block3.gldd_doc_amount_credit),_.block3.gldd_doc_vat_amt=parseFloat(o*parseFloat(b)/(100+parseFloat(b))).toFixed(_.decimal_dsc),_.block3.gldd_doc_amount_credit=parseFloat(o)-parseFloat(o*parseFloat(b)/(100+parseFloat(b))).toFixed(_.decimal_dsc))),_.prdocdata.push({gldd_comp_code:f,gldd_ledger_code:e,gldd_acct_code:_.block3.gldd_acct_code,gldd_acct_name:_.block3.gldd_acct_name,gldd_dept_code:_.block3.gldd_dept_code,gldd_party_ref_no:_.block3.gldd_party_ref_no,gldd_doc_narr:_.block3.gldd_doc_narr,gldd_doc_amount_debit:_.block3.gldd_doc_amount_debit,gldd_doc_amount_credit:_.block3.gldd_doc_amount_credit,glco_cost_centre_code:_.block2.glco_cost_centre_code,coce_cost_centre_name:a,gldd_trn_no:_.block3.gldd_trn_no,gldd_PTY_name:_.block3.gldd_PTY_name}),"Y"==v&&!0===_.block3.gldd_vat_enable&&_.prdocdata.push({gldd_comp_code:f,gldd_ledger_code:"00",gldd_acct_code:w,gldd_acct_name:C,gldd_dept_code:w.substr(1,2),gldd_party_ref_no:"",gldd_doc_narr:"VAT/"+_.block3.gldd_acct_code+"("+_.block3.gldd_acct_name+") #"+(0<_.block3.gldd_doc_amount_debit?_.block3.gldd_doc_amount_debit:"-"+_.block3.gldd_doc_amount_credit),gldd_doc_amount_debit:0!=_.block3.gldd_doc_amount_debit?_.block3.gldd_doc_vat_amt:0,gldd_doc_amount_credit:0!=_.block3.gldd_doc_amount_credit?_.block3.gldd_doc_vat_amt:0,glco_cost_centre_code:_.block2.glco_cost_centre_code,coce_cost_centre_name:a,gldd_trn_no:_.block3.gldd_trn_no,gldd_PTY_name:_.block3.gldd_PTY_name}),_.totalDebit=0;for(let e=_.totalcredit=0;e<_.prdocdata.length;e++)_.totalDebit=parseFloat(parseFloat(_.totalDebit)+parseFloat(_.prdocdata[e].gldd_doc_amount_debit)).toFixed(_.decimal_dsc),_.totalcredit=parseFloat(parseFloat(_.totalcredit)+parseFloat(_.prdocdata[e].gldd_doc_amount_credit)).toFixed(_.decimal_dsc);_.edt1="",_.edt2="",_.block3.gldd_doc_vat_amt=0,$("#cmb_acc_Code3").select2("val",""),_.myForm.$setPristine(),_.myForm.$setUntouched(),_.dcode=!1,_.cancel()}}else swal({text:"  please select Account Code ",width:380});var o=_.getAllAccNos.gldd_acct_code;_.GetAllGLAcc(o,f),_.block3.gldd_vat_enable=!1},_.update_grid=function(e){$("#cmb_acc_Code3").select2(),_.vis.main_acct_grid=!0,_.tempobj=e,_.vis.updatebtn=!0,_.vis.add_grid=!1,_.vis.cmb_acct=!0,_.vis.txt_acct=!0,_.ldgcd=!1,_.block3=JSON.parse(JSON.stringify(e)),_.getSLAccNo()},_.update_grid_data=function(){if(_.temp_obj=_.block3,""!=_.block3.gldd_doc_amount_debit&&null!=_.block3.gldd_doc_amount_debit&&"0.00"!=_.block3.gldd_doc_amount_debit||(_.block3.gldd_doc_amount_debit="0.00"),""!=_.block3.gldd_doc_amount_credit&&null!=_.block3.gldd_doc_amount_credit&&"0.00"!=_.block3.gldd_doc_amount_credit||(_.block3.gldd_doc_amount_credit="0.00"),parseFloat(_.block3.gldd_doc_amount_debit)<=0&&parseFloat(_.block3.gldd_doc_amount_credit)<=0)swal({text:"Please Enter Debit/Credit Amount",width:380});else if(""==_.block3.gldd_acct_code||null==_.block3.gldd_acct_code)swal({text:"Please select Account Code",width:380});else{_.totalDebit=0;for(let e=_.totalcredit=0;e<_.prdocdata.length;e++)_.prdocdata[e].$$hashKey==_.tempobj.$$hashKey&&(_.prdocdata[e].gldd_doc_amount_credit=_.block3.gldd_doc_amount_credit,_.prdocdata[e].gldd_doc_amount_debit=_.block3.gldd_doc_amount_debit,_.prdocdata[e].gldd_doc_narr=_.block3.gldd_doc_narr,_.prdocdata[e].gldd_acct_code=_.block3.gldd_acct_code,_.prdocdata[e].gldd_party_ref_no=_.block3.gldd_party_ref_no,_.prdocdata[e].gldd_acct_name=_.block3.gldd_acct_name,_.prdocdata[e].gldd_ledger_code=_.block3.gldd_ledger_code,_.prdocdata[e].gldd_trn_no=_.block3.gldd_trn_no,_.prdocdata[e].gldd_PTY_name=_.block3.gldd_PTY_name),_.totalDebit=parseFloat(parseFloat(_.totalDebit)+parseFloat(_.prdocdata[e].gldd_doc_amount_debit)).toFixed(_.decimal_dsc),_.totalcredit=parseFloat(parseFloat(_.totalcredit)+parseFloat(_.prdocdata[e].gldd_doc_amount_credit)).toFixed(_.decimal_dsc);_.cancel()}},_.Updatedatavalue=function(){var e;""!=_.temp_doc.gltd_doc_code&&null!=_.temp_doc.gltd_doc_code?""==_.temp_doc.gltd_post_date||null==_.temp_doc.gltd_post_date?swal({text:"  please select Post Date ",width:380}):_.prdocdata.length<=0?swal({text:"  Please Add Transaction Details ",width:380}):_.totalDebit!=_.totalcredit?swal({text:"Debit Amount: "+_.totalDebit+"  Is Not Equal To Credit Amount: "+_.totalcredit,width:380}):(I="Save",null==_.temp&&(_.temp=""),e={gltd_comp_code:f,gltd_prepare_user:h,gltd_doc_code:_.block1.gltd_doc_code,gltd_prov_doc_no:_.block1.gltd_prov_doc_no,gltd_doc_date:_.temp_doc.gltd_doc_date,gltd_cur_status:I,gltd_post_date:_.temp_doc.gltd_post_date,gltd_doc_narr:_.temp_doc.gltd_doc_narr,gltd_remarks:_.temp_doc.gltd_remarks,gltd_prepare_date:_.temp_doc.gltd_doc_date,gltd_final_doc_no:"0",gltd_verify_user:h,gltd_verify_date:_.temp_doc.gltd_doc_date,gltd_authorize_user:h,gltd_authorize_date:_.temp_doc.gltd_doc_date,gltd_paid_to:_.block1.gltd_paid_to,gltd_cheque_no:_.block1.gltd_cheque_No,gltd_cheque_due_date:_.block1.gltd_cheque_due_date},l.post(r.apiUrl+"api/JVCreation/UpdateFins_temp_docs",e).then(function(e){_.msg1=e.data,!0===_.msg1?(_.prvno=_.block1.gltd_prov_doc_no,_.Insert_Fins_temp_doc_details()):!1===_.msg1?swal({title:"Alert",text:"Record Not Updated. ",width:300,height:200}):swal("Error-"+_.msg1)})):swal({text:"  please select Doc Code ",width:380})},_.cancel=function(){$("#cmb_acc_Code3").select2("val",""),_.vis.updatebtn=!1,_.vis.add_grid=!0,_.cramount=!1,_.dramount=!1,_.vis.cmb_acct=!0,_.vis.txt_acct=!1,_.ldgcd=!1,_.chkcost=!1,_.cost_combo=!1,_.block3=[],_.block3.gldd_include_vat=!1,_.block3.gldd_vat_enable=!1,_.gltd_attr1="",_.sims_invoice_image1="",_.gltd_attribute1="","CN"==_.cmb_doc_cd.gldc_doc_code_type&&(_.vis.main_acct_grid=!1)},_.checkevaluesdebit=function(){var e;(""!=_.block3.gldd_doc_amount_debit||null!=_.block3.gldd_doc_amount_debit)&&0<parseFloat(_.block3.gldd_doc_amount_debit)?(_.block3.gldd_doc_amount_credit=0,"Y"==v&&!0===_.block3.gldd_vat_enable&&(!1===_.block3.gldd_include_vat?(e=parseFloat(_.block3.gldd_doc_amount_debit),_.block3.gldd_doc_vat_amt=parseFloat(e*parseFloat(b)/100).toFixed(_.decimal_dsc),_.block3.gldd_include_vat=!1):_.block3.gldd_doc_vat_amt=0),_.cramount=!0,_.dramount=!1):(_.block3.gldd_doc_amount_credit=0,_.cramount=!1,_.dramount=!1,_.block3.gldd_doc_vat_amt=0)},_.checkevaluescredit=function(){var e;(""!=_.block3.gldd_doc_amount_credit||null!=_.block3.gldd_doc_amount_credit)&&0<parseFloat(_.block3.gldd_doc_amount_credit)?(_.block3.gldd_doc_amount_debit=0,"Y"==v&&!0===_.block3.gldd_vat_enable&&(!1===_.block3.gldd_include_vat?(e=parseFloat(_.block3.gldd_doc_amount_credit),_.block3.gldd_doc_vat_amt=parseFloat(e*parseFloat(b)/100).toFixed(_.decimal_dsc),_.block3.gldd_include_vat=!1):_.block3.gldd_doc_vat_amt=0),_.dramount=!0,_.cramount=!1):(_.block3.gldd_doc_amount_debit=0,_.cramount=!1,_.dramount=!1,_.block3.gldd_doc_vat_amt=0)},_.chk_including_vat=function(){!1===_.block3.gldd_include_vat?0!=_.block3.gldd_doc_amount_debit?_.checkevaluesdebit():_.checkevaluescredit():_.block3.gldd_doc_vat_amt=0},_.chk_mstr_ac_dr=function(){"CN"==_.cmb_doc_cd.gldc_doc_code_type&&((""!=_.block2.gldd_doc_amount_debit||null!=_.block2.gldd_doc_amount_debit)&&0<parseFloat(_.block2.gldd_doc_amount_debit)?(_.block2.gldd_doc_amount_credit=0,_.cvalue=!0):(_.block2.gldd_doc_amount_credit=0,_.cvalue=!1),_.dvalue=!1)},_.chk_mstr_ac_cr=function(){"CN"==_.cmb_doc_cd.gldc_doc_code_type&&((""!=_.block2.gldd_doc_amount_credit||null!=_.block2.gldd_doc_amount_credit)&&0<parseFloat(_.block2.gldd_doc_amount_credit)?(_.block2.gldd_doc_amount_debit=0,_.dvalue=!0,_.cvalue=!1):(_.block2.gldd_doc_amount_debit=0,_.cvalue=!1,_.dvalue=!1))},_.JVerify_click=function(){B=!0,E=!1,_.Insert_temp_docs()},_.JVAuthorize_click=function(){l.get(r.apiUrl+"api/JVCreation/GetDocReportUrl?opr=J&sub_opr=Doc_URL&comp_code="+f+"&fyear="+y+"&condition="+_.temp_doc.gltd_doc_code+"&condition1=&condition2=&condition3=&condition4=&condition5=").then(function(e){_.final_doc_url_single=e.data}),E=!0,B=!1,_.Insert_temp_docs()},_.SendEmail=function(e){var t,a;_.temp_doc.gltd_doc_narr;_.schoolId=l.defaults.headers.common.schoolId,_.user=h,_.type=e;for(let e=0;e<_.listColl[0].length;e++)""!=_.listColl[0][e].email&&(_.a_user=_.listColl[0][e].gldu_user_name_data,_.email_msg=`<h3>An item has been assigned to you</h3>
    <h4><span>In&nbsp;</span><b>Create Voucher</b><span>, the voucher&nbsp;</span><b>${_.prvno}</b><span>&nbsp;initiated by&nbsp;</span><b>${h}</b><span>&nbsp;is now with you for the&nbsp;</span><b>Voucher Approval<br></b>
    <div><br></div>
    <b>${_.temp_doc.gltd_doc_code} / ${_.prvno}<br></b><br>
  
    <span>Created by:&nbsp;</span><b>${h}</b><div><br></div>
  
    <div>Narration:&nbsp;<b>${_.temp_doc.gltd_doc_narr}</b></div><div><br></div>
  
    <div>School code:&nbsp;<b>${_.schoolId}</b></div><div><br></div>
  
    <div>Total Debit:&nbsp;<b>${_.totalDebit}</b></div><div><br></div>
  
    <div>Total Credit:&nbsp;<b>${_.totalcredit}</b></div></h4>
  
    <div style="display:flex; justify-content: space-around; margin-top: 10px"> 
    <a href="${a="http://{{schoolId}}.mograsys.com/app/modules/Finance/views/EmailTemplate.html?schoolId={{schoolId}}&p_user={{user}}&a_user={{a_user}}&type={{type}}&doc_code={{temp_doc.gltd_doc_code}}&prov_no={{prvno}}",o(a)(_)}" target='_blank'>
        <button class="btn btn-small" style="background-color: #007BFF;line-height: 0px; height:35px; color: white; padding: 10px 60px; border: none">Approve</button>
    </a>
  
      <button class="btn  btn-small" style="background-color: #CCE5FF; color: black;line-height: 0px;height:35px; padding: 10px 60px; border: none">Reject</button>`,_.email_subject="Voucher Approval",_.p_email=_.listColl[0][e].email,_.email_cc="",a={email_message:_.email_msg,email_subject:_.email_subject,p_email:_.p_email,email_cc:_.email_cc,fin_year:y},(t=[]).push(a),l.post(r.apiUrl+"api/JVCreation/VoucherSendEmail",t).then(function(e){}))},_.Insert_temp_docs=function(){if(""!=_.temp_doc.gltd_doc_code&&null!=_.temp_doc.gltd_doc_code)if(""==_.temp_doc.gltd_post_date||null==_.temp_doc.gltd_post_date)swal({text:"  please select Post Date ",width:380});else if(_.prdocdata.length<=0)swal({text:"  Please Add Transaction Details ",width:380});else if(_.totalDebit!=_.totalcredit)swal({text:"Debit Amount: "+_.totalDebit+"  Is Not Equal To Credit Amount: "+_.totalcredit,width:380});else if(!0!==_.temp_doc.chk_recur||"0"!=_.temp_doc.gltd_recur_period&&""!=_.temp_doc.gltd_recur_period&&null!=_.temp_doc.gltd_recur_period){var e=[];I=!0===E?"Aut":!0===B?"Verify":"Save",null==_.temp&&(_.temp=""),!0===_.temp_doc.chk_recur&&(_.chk_rcur="R");for(var t=0;t<_.prdocdata.length;t++){if(_.chk_conditions=_.prdocdata.every(e=>e.gldd_acct_code),!1===_.chk_conditions)return void swal({text:"Please enter Transaction details",showCloseButton:!0,width:380,height:300});if(!0===_.chk_conditions&&(_.totalcredit<=0||_.totalcredit<="0")&&(_.totalDebit<=0||_.totalDebit<="0"))return void swal({text:"Please Enter Amount",width:380})}var a={gltd_comp_code:f,gltd_prepare_user:h,gltd_doc_code:_.temp_doc.gltd_doc_code,gltd_doc_date:_.temp_doc.gltd_doc_date,gltd_cur_status:I,gltd_save_srl:_.temp.sims_dep,gltd_app_name:"JCN160",gltd_post_date:_.temp_doc.gltd_post_date,gltd_doc_narr:_.temp_doc.gltd_doc_narr,gltd_remarks:_.temp_doc.gltd_remarks,gltd_prepare_date:_.temp_doc.gltd_doc_date,gltd_final_doc_no:"0",gltd_verify_user:h,gltd_verify_date:!0===B?_.temp_doc.gltd_doc_date:null,gltd_authorize_user:!0===E?h:null,gltd_authorize_date:!0===E?_.temp_doc.gltd_doc_date:null,gltd_paid_to:_.block1.gltd_paid_to,gltd_cheque_no:_.block1.gltd_cheque_No,gltd_batch_source:_.chk_rcur,gltd_payment_date:_.block1.gltd_payment_date};e.push(a),l.post(r.apiUrl+"api/BankPayment/Insert_Fins_temp_docsFin2",e).then(function(e){_.prvno=e.data,""!=_.prvno&&null!=_.prvno?(_.Insert_Fins_temp_doc_details(),_.Docno="0"):swal({title:"Alert",text:"Record Not inserted. "+_.prvno,width:300,height:200})})}else swal({text:"Please Enter Recurring Period",width:380});else swal({text:"  please select Doc Code ",width:380})},_.Docno="0",_.Insert_Fins_temp_doc_details=function(){let t=[],a=[],o=1,s=1;if("CN"!=_.cmb_doc_cd.gldc_doc_code_type)for(let e=0;e<_.prdocdata.length;e++){var n={gldd_doc_narr:_.prdocdata[e].gldd_doc_narr,gldd_dept_code:_.prdocdata[e].gldd_dept_code,gldd_ledger_code:_.prdocdata[e].gldd_ledger_code,gldd_acct_code:_.prdocdata[e].gldd_acct_code,gldd_party_ref_no:_.prdocdata[e].gldd_party_ref_no,gldd_party_ref_date:_.prdocdata[e].ptyref_date,gldd_cost_center_code:_.prdocdata[e].glco_cost_centre_code,gldd_doc_amount_debit:_.prdocdata[e].gldd_doc_amount_debit,gldd_doc_amount_credit:_.prdocdata[e].gldd_doc_amount_credit,gldd_tax_code:_.prdocdata[e].gldd_tax_code,gldd_tax_acct_code:_.prdocdata[e].gldd_tax_acct_code,gldd_tax_percentage:_.prdocdata[e].gldd_tax_percentage,gldd_tax_amount:_.prdocdata[e].gldd_tax_amount,gldd_comp_code:f,gldd_doc_code:_.temp_doc.gltd_doc_code,gldd_prov_doc_no:_.prvno,gldd_final_doc_no:"0",gldd_line_no:o,finance_year:y,gltd_post_date:_.temp_doc.gltd_post_date,gldd_trn_no:_.prdocdata[e].gldd_trn_no,gldd_PTY_name:_.prdocdata[e].gldd_PTY_name,gltd_remarks:_.prdocdata[e].gltd_remarks,gldd_state_code:_.prdocdata[e].gldd_state_code};"RCM"==n.gldd_tax_code&&(0==n.gldd_doc_amount_debit?(n.gldd_tax_amount=n.gldd_doc_amount_credit/(1+n.gldd_tax_percentage/100),n.gldd_tax_amount=n.gldd_tax_amount*n.gldd_tax_percentage/100):0==n.gldd_doc_amount_credit&&(n.gldd_tax_amount=n.gldd_doc_amount_debit/(1+n.gldd_tax_percentage/100),n.gldd_tax_amount=n.gldd_tax_amount*n.gldd_tax_percentage/100)),o++,t.push(n)}for(let e=0;e<_.prdocdata1.length;e++){var i;null!=_.prdocdata1[e].master_acno&&(i={gldd_doc_narr:_.prdocdata1[e].gldd_doc_narr,gldd_dept_code:_.prdocdata1[e].master_acno.gldd_dept_code,gldd_ledger_code:_.prdocdata1[e].gldd_ledger_code,gldd_acct_code:_.prdocdata1[e].master_acno.master_acno,gldd_party_ref_no:_.prdocdata1[e].gldd_party_ref_no,gldd_party_ref_date:_.prdocdata1[e].ptyref_date,gldd_cost_center_code:_.prdocdata1[e].glco_cost_centre_code,gldd_doc_amount_debit:_.prdocdata1[e].gldd_doc_amount_debit,gldd_doc_amount_credit:_.prdocdata1[e].gldd_doc_amount_credit,gldd_comp_code:f,gldd_doc_code:_.temp_doc.gltd_doc_code,gldd_prov_doc_no:_.prvno,gldd_final_doc_no:"0",gldd_line_no:o,finance_year:y,gltd_post_date:_.temp_doc.gltd_post_date,gldd_trn_no:_.prdocdata1[e].gldd_trn_no,gldd_PTY_name:_.prdocdata1[e].gldd_PTY_name},o++,t.push(i))}let d=0;for(let e=0;e<t.length;e++)if(null==t[e].gldd_tax_code){d=1;break}0==d?swal({title:"Alert",text:"Attention! Vat selection have issues ",width:300,height:200}):l.post(r.apiUrl+"api/BankPayment/Insert_JV_Fins_temp_doc_details_vatFin",t).then(function(e){if(_.msg1=e.data,""!=_.prvno&&!0===_.msg1){if(!0===_.vis.update){if(swal({title:"Alert",text:"Document Updated Successfully\nProvision No.:"+_.temp_doc.gltd_doc_code+"-"+_.prvno,width:300,height:200}),0<_.doc_detail_data.length){for(let e=0;e<_.doc_detail_data.length;e++){var t={gltd_remarks:_.doc_detail_data[e].gltd_remarks,gltd_doc_type:_.doc_detail_data[e].gltd_doc_type,gltd_doc_no:_.doc_detail_data[e].gltd_doc_no,gldd_doc_amount_debit:_.doc_detail_data[e].gldd_doc_amount_debit,gldd_doc_amount_credit:_.doc_detail_data[e].gldd_doc_amount_credit,gltd_comp_code:_.doc_detail_data[e].gltd_comp_code,gltd_doc_code:_.temp_doc.gltd_doc_code,gltd_prov_doc_no:_.prvno,gldd_final_doc_no:"0",gltd_attribute1:_.doc_detail_data[e].gltd_attribute1,gltd_doc_line_no:s};s++,a.push(t)}l.post(r.apiUrl+"api/JVCreation/Insert_JV_document_details",a).then(function(e){_.chk_msg=e.data})}_.Prepare()}else if(!0!==_.temp_doc.chk_recur||null==_.temp_doc.gltd_doc_code||null==_.prvno&&""==_.prvno)if(!0===E)l.post(r.apiUrl+"api/BankPayment/Authorize_PostingFin2?comp_code="+f+"&doc_code="+_.temp_doc.gltd_doc_code+"&prv_no="+_.prvno+"&auth_date="+_.temp_doc.gltd_doc_date).then(function(e){_.Docno=e.data,""!=_.Docno?(swal({title:"Alert",text:"Voucher Posted Successfully\nFinal Doc No.: "+_.Docno,width:300,height:200}),_.insertDocument(),e={location:_.final_doc_url_single,parameter:{comp_detail:f,doc_code:_.temp_doc.gltd_doc_code,doc_no:_.Docno},state:"main.JCN160"},window.localStorage.ReportDetails=JSON.stringify(e),c.go("main.ReportCardParameter")):(swal({title:"Alert",text:"Posting Failed...!\nDocument Created Successfully\nProvision No.: "+_.temp_doc.gltd_doc_code+"-"+_.prvno,width:300,height:200}),_.insertDocument())});else{if(!0===B)return swal({title:"Alert",text:"Document Verified Successfully\nProvision No.:"+_.temp_doc.gltd_doc_code+"-"+_.prvno,width:300,height:200}),_.insertDocument(),_.SendEmail("v"),void _.Prepare();swal({title:"Alert",text:"Document Created Successfully\nProvision No.:"+_.temp_doc.gltd_doc_code+"-"+_.prvno,width:300,height:200}),_.insertDocument(),_.SendEmail("p"),_.Prepare()}else l.post(r.apiUrl+"api/JVCreation/Recurring_Fins_temp_doc_details?comp_cd="+f+"&doccd="+_.temp_doc.gltd_doc_code+"&prv_no="+_.prvno+"&recur_period="+_.temp_doc.gltd_recur_period+"&recur_days="+_.temp_doc.gltd_recur_period_days).then(function(e){_.msg1=e.data,!0===_.msg1?!0===E?l.post(r.apiUrl+"api/BankPayment/Authorize_PostingFin2?comp_code="+f+"&doc_code="+_.temp_doc.gltd_doc_code+"&prv_no="+_.prvno+"&auth_date="+_.temp_doc.gltd_doc_date).then(function(e){_.Docno=e.data,""!=_.Docno?(swal({title:"Alert",text:"Voucher Posted Successfully\nFinal Doc No.: "+_.Docno,width:300,height:200}),_.insertDocument(),e={location:_.final_doc_url_single,parameter:{comp_detail:f,doc_code:_.temp_doc.gltd_doc_code,doc_no:_.Docno},state:"main.JCN160"},window.localStorage.ReportDetails=JSON.stringify(e),c.go("main.ReportCardParameter")):(swal({title:"Alert",text:"Posting Failed...!\nDocument Created Successfully\nProvision No.: "+_.temp_doc.gltd_doc_code+"-"+_.prvno,width:300,height:200}),_.insertDocument())}):(!0===B?(swal({title:"Alert",text:"Document Verified Successfully\nProvision No.:"+_.temp_doc.gltd_doc_code+"-"+_.prvno,width:300,height:200}),_.insertDocument(),_.SendEmail("v")):(swal({title:"Alert",text:"Document Created Successfully\nProvision No.:"+_.temp_doc.gltd_doc_code+"-"+_.prvno,width:300,height:200}),_.insertDocument(),_.SendEmail("p")),_.Prepare()):(swal({title:"Alert",text:"All Document Not Created Successfully\nProvision No.:"+_.temp_doc.gltd_doc_code+"-"+_.prvno,width:300,height:200}),_.insertDocument())});!0!==E&&(_.checkprintbtn=!0,_.vis.update=!1,_.vis.SendToVerify=!1,_.vis.autoriz=!1,_.vis.very=!1)}else swal({title:"Alert",text:"Record Not inserted in doc details. ",width:300,height:200})})},_.insertDocument=function(){var t=[];let a=1;if(0<_.doc_detail_data.length){for(let e=0;e<_.doc_detail_data.length;e++){var o={gltd_remarks:_.doc_detail_data[e].gltd_remarks,gltd_doc_type:_.doc_detail_data[e].gltd_doc_type,gltd_doc_no:_.doc_detail_data[e].gltd_doc_no,gldd_doc_amount_debit:_.doc_detail_data[e].gldd_doc_amount_debit,gldd_doc_amount_credit:_.doc_detail_data[e].gldd_doc_amount_credit,gltd_comp_code:_.doc_detail_data[e].gltd_comp_code,gltd_doc_code:_.temp_doc.gltd_doc_code,gltd_prov_doc_no:_.prvno,gldd_final_doc_no:_.Docno,gltd_attribute1:_.doc_detail_data[e].gltd_attribute1,gltd_doc_line_no:a};a++,t.push(o)}l.post(r.apiUrl+"api/JVCreation/Insert_JV_document_details",t).then(function(e){_.chk_msg=e.data})}},_.UpdateVerify=function(){var e;null!=_.block1.gltd_doc_code&&null!=_.block1.gltd_prov_doc_no?""==_.temp_doc.gltd_doc_code&&null==_.temp_doc.gltd_doc_code?swal({text:"Voucher Data Not Loaded",width:380}):_.prdocdata.length<=0?swal({text:"  Please Add Transaction Details ",width:380}):(e={gltd_comp_code:f,gltd_doc_code:_.block1.gltd_doc_code,gltd_prov_doc_no:_.block1.gltd_prov_doc_no,gltd_verify_date:x+"-"+S+"-"+U},l.post(r.apiUrl+"api/JVCreation/UpdateFins_temp_docs_current_status_sendtoverify",e).then(function(e){_.msg1=e.data,!0===_.msg1?swal({title:"Alert",text:"Document Verified Successfully",width:300,height:200}):swal({title:"Alert",text:"Document Not Verified Successfully. ",width:300,height:200})})):null!=_.temp_doc.gltd_doc_code&&null!=_.prvno&&(e={gltd_comp_code:f,gltd_doc_code:_.temp_doc.gltd_doc_code,gltd_prov_doc_no:_.prvno,gltd_verify_date:x+"-"+S+"-"+U},l.post(r.apiUrl+"api/JVCreation/UpdateFins_temp_docs_current_status_sendtoverify",e).then(function(e){_.msg1=e.data,!0===_.msg1?swal({title:"Alert",text:"Document Verified Successfully",width:300,height:200}):swal({title:"Alert",text:"Document Not Verified Successfully. ",width:300,height:200})}))},_.Verify_data=function(){var t,a=[];let o=0,s=0;for(let e=0;e<_.verify_data.length;e++)!0!==_.verify_data[e].gltd_verify&&!0!==_.verify_data[e].gltd_revert||(!0===_.verify_data[e].gltd_verify?o+=1:!0===_.verify_data[e].gltd_revert&&(s+=1),t={gltd_comp_code:_.verify_data[e].gltd_comp_code,gltd_doc_code:_.verify_data[e].gltd_doc_code,gltd_prov_doc_no:_.verify_data[e].gltd_prov_doc_no,gltd_verify:_.verify_data[e].gltd_verify,gltd_revert:_.verify_data[e].gltd_revert,gltd_verify_user:h,gltd_verify_date:x+"-"+S+"-"+U},a.push(t));l.post(r.apiUrl+"api/JVCreation/UpdateFinn140_temp_docs",a).then(function(e){_.msg1=e.data,!0===_.msg1&&0<o?(swal({title:"Alert",text:"Verified Successfully",width:300,height:200}),_.VerifyTab=!1):!0===_.msg1&&0<s?(swal({title:"Alert",text:"Reverted Successfully",width:300,height:200}),_.Verify()):(swal({title:"Alert",text:"Documents Not Verified. ",width:300,height:200}),_.VerifyTab=!0)})},_.Authorize_click=function(){var t,a=[];let o=0,s=0,n="";_.doc_cd_prov_no="";for(let e=0;e<_.Authorize_data.length;e++)!0!==_.Authorize_data[e].gltd_authorize&&!0!==_.Authorize_data[e].gltd_verify||(!0===_.Authorize_data[e].gltd_authorize?o+=1:!0===_.Authorize_data[e].gltd_verify&&(s+=1),t={gltd_comp_code:_.Authorize_data[e].gltd_comp_code,gltd_doc_code:_.Authorize_data[e].gltd_doc_code,gltd_prov_doc_no:_.Authorize_data[e].gltd_prov_doc_no,gltd_verify:_.Authorize_data[e].gltd_verify,gltd_authorize:_.Authorize_data[e].gltd_authorize,gltd_authorize_user:h,gltd_authorize_date:x+"-"+S+"-"+U},a.push(t),!0===_.Authorize_data[e].gltd_authorize&&(_.doc_cd_prov_no=_.doc_cd_prov_no+_.Authorize_data[e].gltd_doc_code+_.Authorize_data[e].gltd_prov_doc_no+",",n=_.Authorize_data[e].gltd_doc_code),l.get(r.apiUrl+"api/JVCreation/GetDocReportUrl?opr=J&sub_opr=Doc_URL&comp_code="+f+"&fyear="+y+"&condition="+_.Authorize_data[e].gltd_doc_code+"&condition1=&condition2=&condition3=&condition4=&condition5=").then(function(e){_.final_doc_url_single=e.data}));l.post(r.apiUrl+"api/JVCreation/UpdateFinn142_temp_docs2",a).then(function(e){_.msg1=e.data,!0===_.msg1&&0<o?(swal({title:"Alert",text:"Authorized Successfully",width:300,height:200}),_.AproveTab=!1,$("#vouchermodal").modal("show"),_.voucher_report_show=!1,l.get(r.apiUrl+"api/JVCreation/Getdoc_cd_prov_no?doc_prov_no="+_.doc_cd_prov_no+"&comp_code="+f).then(function(e){_.doc_cd_final_doc_no=e.data,_.doc_final_doc_number=_.doc_cd_final_doc_no.substr(2,8),e=1==o?{location:_.final_doc_url_single,parameter:{comp_detail:f,doc_code:n,doc_no:_.doc_final_doc_number},state:"main.JCN160"}:{location:_.final_doc_url,parameter:{comp_detail:f,doc:_.doc_cd_final_doc_no},state:"main.JCN160"},window.localStorage.ReportDetails=JSON.stringify(e);try{_.rpt=JSON.parse(window.localStorage.ReportDetails),_.location=_.rpt.location,_.parameter=_.rpt.parameter,_.state=_.rpt.state}catch(e){}var e="SimsReports."+_.location+",SimsReports",t=d.GetRpt_url();_.parameters={},$("#reportViewer2").telerik_ReportViewer({serviceUrl:t,viewMode:telerikReportViewer.ViewModes.INTERACTIVE,scaleMode:telerikReportViewer.ScaleModes.SPECIFIC,scale:1,ready:function(){this.refreshReport()}}),$("#reportViewer2").data("telerik_ReportViewer").reportSource({report:e,parameters:_.parameter}),setInterval(function(){$("#k-item k-state-default k-state-disabled").css({display:"block"}),$(".trv-report-viewer input[type=number]").css({"min-height":"0px"})},1e3),i(function(){$("#k-item k-state-default k-state-disabled").css({display:"block"}),$(".trv-report-viewer input[type=number]").css({"min-height":"0px"})},100)})):!0===_.msg1&&0<s?(swal({title:"Alert",text:"Reverted Successfully",width:300,height:200}),_.AproveTab=!1):(!1===_.msg1&&0<s?swal({title:"Alert",text:"Documents Not Reverted",width:300,height:200}):swal({title:"Alert",text:"Documents Not Authorized. ",width:300,height:200}),_.AproveTab=!0)})},_.coad_pty_full_name=_.selectedText,_.JVCreates=[],_.Delete_Grid=function(e,t,a,o){1!=e.length&&(_.totalDebit=parseFloat(parseFloat(_.totalDebit)-parseFloat(o.gldd_doc_amount_debit)).toFixed(_.decimal_dsc),_.totalcredit=parseFloat(parseFloat(_.totalcredit)-parseFloat(o.gldd_doc_amount_credit)).toFixed(_.decimal_dsc),e.splice(a,1))},D=new Date,x=D.getDate(),(S=D.getMonth()+1)<10&&(S="0"+S),U=D.getFullYear(),_.sdate=x+"-"+S+"-"+U,_.edate=x+"-"+S+"-"+U,_.temp_doc={gltd_doc_date:x+"-"+S+"-"+U,gltd_post_date:x+"-"+S+"-"+U,ChequeDate:x+"-"+S+"-"+U},_.myFunct=function(e){13==e.which&&(_.temp_doc.gltd_post_date=x+"-"+S+"-"+U)},_.myFunct1=function(e){13==e.which&&(_.temp.ChequeDate=x+"-"+S+"-"+U)},$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0,format:"dd-mm-yyyy"}),$(document).on("touch click",'*[data-datepicker="true"] .add-on',function(e){$('input[type="text"]',$(this).parent()).focus()}),_.FilterCode=function(){if(!0===_.block1.chk_previous_clear)for(let e=0;e<_.verify_data.length;e++)_.verify_data[e].gltd_revert=!1,_.verify_data[e].gltd_verify=!1;if("Select Verify Records"==_.edt.SelectOption)for(let e=0;e<_.edt.txt_filter_range;e++)_.verify_data[e].gltd_verify=!0,_.verify_data[e].gltd_revert=!1;else if("Select Revert Records"==_.edt.SelectOption)for(let e=0;e<_.edt.txt_filter_range;e++)_.verify_data[e].gltd_revert=!0,_.verify_data[e].gltd_verify=!1},_.FilterCode_aut=function(){if(!0===_.block1.chk_previous_clear_aut)for(let e=0;e<_.Authorize_data.length;e++)_.Authorize_data[e].gltd_authorize=!1,_.Authorize_data[e].gltd_verify=!1;if("Select Revert Records"==_.edt.SelectOption_aut)for(let e=0;e<_.edt.txt_filter_range_aut;e++)_.Authorize_data[e].gltd_verify=!0,_.Authorize_data[e].gltd_authorize=!1;else if("Select Authorize Records"==_.edt.SelectOption_aut)for(let e=0;e<_.edt.txt_filter_range_aut;e++)_.Authorize_data[e].gltd_authorize=!0,_.Authorize_data[e].gltd_verify=!1},_.docCode1,_.provNo1,_.backModal=function(){_.report_show=!0},_.closemodal=function(){_.report_show=!0},_.report_show=!0,_.CheckPrintReport=function(){_.report_show=!1;var e={location:_.prov_doc_url,parameter:{comp_detail:f,doc_code:_.docCode1,doc_no:_.provNo1},state:"main.JCN160"};window.localStorage.ReportDetails=JSON.stringify(e);try{_.rpt=JSON.parse(window.localStorage.ReportDetails),_.location=_.rpt.location,_.parameter=_.rpt.parameter,_.state=_.rpt.state}catch(e){}var e="SimsReports."+_.location+",SimsReports",t=d.GetRpt_url();_.parameters={},$("#reportViewer1").telerik_ReportViewer({serviceUrl:t,viewMode:telerikReportViewer.ViewModes.INTERACTIVE,scaleMode:telerikReportViewer.ScaleModes.SPECIFIC,scale:1,ready:function(){}}),$("#reportViewer1").data("telerik_ReportViewer").reportSource({report:e,parameters:_.parameter}),setInterval(function(){$("#k-item k-state-default k-state-disabled").css({display:"block"}),$(".trv-report-viewer input[type=number]").css({"min-height":"0px"})},1e3),i(function(){$("#k-item k-state-default k-state-disabled").css({display:"block"}),$(".trv-report-viewer input[type=number]").css({"min-height":"0px"})},100)},_.PrintReport=function(){var e={location:_.prov_doc_url,parameter:{comp_detail:f,doc_code:_.temp_doc.gltd_doc_code,doc_no:_.prvno},state:"main.JCN160"};window.localStorage.ReportDetails=JSON.stringify(e),c.go("main.ReportCardParameter")},_.showImgUrls=!0,_.Fetchdata=function(e,t,a,o){_.imageUrls=o.gltd_doc_path.split(",");for(var s=0;s<_.imageUrls.length;s++)""==_.imageUrls[s]||null==_.imageUrls[s]?_.showImgUrls=!1:_.showImgUrls=!0;_.docCode1=t,_.provNo1=a,$("#myModal4").modal("show"),l.get(r.apiUrl+"api/JVCreation/getAllRecords?doccode="+t+"&prnumber="+a+"&comp_code="+e).then(function(e){_.prdocdata=e.data,_.block1=[],_.totalDebit=0;for(let e=_.totalcredit=0;e<_.prdocdata.length;e++)0==e&&(_.temp_doc.gltd_comp_code=_.prdocdata[e].gltd_comp_code,_.temp_doc.gltd_doc_code=_.prdocdata[e].gltd_doc_code,_.temp_doc.gldc_doc_short_name=_.prdocdata[e].gldc_doc_short_name,_.temp_doc.gltd_doc_narr=_.prdocdata[e].gltd_doc_narr,_.temp_doc.gltd_remarks=_.prdocdata[e].gltd_remarks,_.temp_doc.gltd_doc_date=_.prdocdata[e].gltd_doc_date,_.temp_doc.gltd_post_date=_.prdocdata[e].gltd_post_date,_.temp_doc.gltd_prov_doc_no=a,_.temp_doc.gldu_authorize=_.prdocdata[e].gldu_authorize,_.temp_doc.gldu_verify=_.prdocdata[e].gldu_verify,_.temp_doc.gltd_authorize_date=_.prdocdata[e].gltd_authorize_date,_.temp_doc.gltd_verify_date=_.prdocdata[e].gltd_verify_date),_.cost=_.cost||""!=_.prdocdata[e].gldd_cost_center_code||""!=_.prdocdata[e].gldd_cost_center_code,_.totalDebit=parseFloat(parseFloat(_.totalDebit)+parseFloat(_.prdocdata[e].gldd_doc_amount_debit)).toFixed(_.decimal_dsc),_.totalcredit=parseFloat(parseFloat(_.totalcredit)+parseFloat(_.prdocdata[e].gldd_doc_amount_credit)).toFixed(_.decimal_dsc)})},_.resetOnCloseReport=function(){_.totalDebit=0,_.totalcredit=0,_.cost=0,_.prdocdata=[],_.block1=[],_.docCode1="",_.docCode1="",_.report_show=!0},l.get(r.apiUrl+"api/StudentFee/getDecimalPlaces").then(function(e){_.decimal_degit=e.data,_.decimal_dsc=_.decimal_degit[0].comp_curcy_dec}),_.getRemark=function(){_.DocNarr=[],l.get(r.apiUrl+"api/JVCreation/getDoc_Remarks?&cmp_cd="+f+"&fyear="+y+"&doc_code="+_.temp_doc.gltd_doc_code+"&remark_type=JV_Create").then(function(e){if(_.DocNarration=e.data,0<_.DocNarration.length)for(let e=0;e<_.DocNarration.length;e++)_.DocNarr.push(_.DocNarration[e].gdn_doc_narration)})},_.complete=function(){$("#DocNarration").autocomplete({source:_.DocNarr})},_.check_post_date=function(){null==_.temp_doc.gltd_post_date&&""==_.temp_doc.gltd_post_date&&"dd-mm-yyyy"==_.temp_doc.gltd_post_date||l.get(r.apiUrl+"api/JVCreation/Get_Check_Postdate?post_date="+_.temp_doc.gltd_post_date+"&comp_cd="+f+"&fyear="+y).then(function(e){_.msg=e.data,""!=_.msg?(swal({title:"Alert",text:_.msg,width:300,height:200}),_.vis.ok=!1,_.vis.autoriz=!1,_.vis.very=!1):0!=_.users.length&&(_.users[0]==h&&_.users[1]==h?(_.vis.ok=!0,_.vis.autoriz=!0,_.vis.very=!0):_.users[0]!=h||""!=_.users[1]&&_.users[1]==h?(_.vis.ok=!0,_.vis.autoriz=!1,_.vis.very=!1):(_.vis.ok=!0,_.vis.autoriz=!1,_.vis.very=!0))})},l.get(r.apiUrl+"api/JVCreation/Getdocument_type").then(function(e){_.document_type=e.data}),_.getDoc_type_name=function(e){for(let e=0;e<_.document_type.length;e++)_.document_type[e].gltd_doc_type==_.block4.gltd_doc_type&&(_.block4.gltd_doc_type_name=_.document_type[e].gltd_doc_type_name)},_.viewDoc=function(e){_.url=r.docUrl+l.defaults.headers.common.schoolId+"/Images/UploadedFiles/",window.open(_.url+e)},_.AddDocumenDetailtGrid=function(){_.Doc_table=!0,""!=_.block4.gltd_doc_type&&null!=_.block4.gltd_doc_type&&""!=_.block4.gltd_doc_no&&null!=_.block4.gltd_doc_no?(_.url=r.docUrl+"sis/Images/UploadedFiles/",_.gltd_attribute1=_.url+_.gltd_attr1,_.doc_detail_data.push({gltd_comp_code:f,gltd_doc_type:_.block4.gltd_doc_type,gltd_doc_type_name:_.block4.gltd_doc_type_name,gltd_doc_no:_.block4.gltd_doc_no,gltd_remarks:_.block4.gltd_remarks,gldd_doc_amount_debit:_.block4.gldd_doc_amount_debit,gltd_attribute1:_.gltd_attr1}),_.block4="",_.gltd_attr1="",_.sims_invoice_image1="",_.gltd_attribute1=""):swal({title:"Alert",text:"Please select Doc Type  & Doc Number",showCloseButton:!0,width:380}),_.doc_data=!1},_.downPdf=function(e){e=r.docUrl+_.mainurl.replace(/\/[^/]+$/,"/")+e;window.open(e,"_new")},_.Doc_detailCancel=function(){_.doc_data=!1,_.block4="",_.gltd_attr1="",_.gltd_attribute1=""},_.DOC_update_grid=function(e){_.block4=JSON.parse(JSON.stringify(e)),_.temp1obj=e,_.Doc_add=!1,_.Doc_update=!0},_.Delete_doc_Grid=function(e,t,a,o){e.splice(a,1)},_.chk_doc_details=function(){var e=_.temp.temp_chk_doc_details;!(_.block4="")===e?(_.doc_data=!0,_.Doc_table=!0,_.doc_type_combo=!0,_.doc_type_input=!0,_.Doc_add=!0,_.Doc_update=!1):(_.doc_data=!1,_.Doc_table=!1,_.doc_type_combo=!1,_.doc_type_input=!1)},_.uploadClick=function(e){a=new FormData};var T=$("#fileLabel").html();function A(){$("input[type=file]").change(function(){var e=this.files,t=$(this).parent();1<e.length?(console.log(this.files,1),t.text("Sorry, multiple files are not allowed")):t.html(e[0].name+' <span class="sml">type: '+e[0].type+", "+Math.round(e[0].size/1024)+" KB</span>")})}$(document).ready(function(){function e(){$("input[type=file]").change(function(){var e=this.files,t=$(this).parent();1<e.length?(console.log(this.files,1),t.text("Sorry, multiple files are not allowed")):t.html(e[0].name+' <span class="sml">type: '+e[0].type+", "+Math.round(e[0].size/1024)+" KB</span>")})}e(),$("input[type=file]").on("focus",function(){$(this).parent().addClass("focus")}),$("input[type=file]").on("blur",function(){$(this).parent().removeClass("focus")}),$("#clearButton").on("click",function(){$("#file").val(""),$("#fileLabel").html(T),$("input[type=file]").trigger("blur"),setTimeout(function(){e(),$("input[type=file]").trigger("focus")},100)}),$("#cancelButton").on("click",function(){$("#file").val(""),$("#fileLabel").html(T),$("input[type=file]").trigger("blur"),setTimeout(function(){e(),$("input[type=file]").trigger("focus")},100)}),$("#backButton").on("click",function(){$("#file").val(""),$("#fileLabel").html(T),$("input[type=file]").trigger("blur"),setTimeout(function(){e(),$("input[type=file]").trigger("focus")},100)}),$("#prepareButton").on("click",function(){$("#file").val(""),$("#fileLabel").html(T),$("input[type=file]").trigger("blur"),setTimeout(function(){e(),$("input[type=file]").trigger("focus")},100)}),$("#verifyButton").on("click",function(){$("#file").val(""),$("#fileLabel").html(T),$("input[type=file]").trigger("blur"),setTimeout(function(){e(),$("input[type=file]").trigger("focus")},100)}),$("#authorizeButton").on("click",function(){$("#file").val(""),$("#fileLabel").html(T),$("input[type=file]").trigger("blur"),setTimeout(function(){e(),$("input[type=file]").trigger("focus")},100)})}),_.showStatisticalData=function(){_.showStatistics=!0},_.handleTabKey=function(e,t,a,o){9===t.which&&a===e.length-1&&_.add_Grid(e,t,a,o)},_.doc_data=!1,_.ddt={},_.file_changed=function(e,t){if(10485760<e.files[0].size)swal({title:"Alert",text:"File size exceeds 10MB. Please choose a smaller file.",showCloseButton:!0,width:380}),$("#file").val(""),$("#fileLabel").html(T),$("input[type=file]").trigger("blur"),setTimeout(function(){A(),$("input[type=file]").trigger("focus")},100);else{var a=e.files[0];if(["application/pdf","application/vnd.ms-excel","application/vnd.openxmlformats-officedocument.spreadsheetml.sheet","text/plain","application/vnd.openxmlformats-officedocument.presentationml.presentation","application/vnd.openxmlformats-officedocument.wordprocessingml.document","application/vnd.ms-powerpoint","image/jpeg","image/png","image/jpg","message/rfc822","application/vnd.ms-outlook","application/octet-stream","","octet-stream","msg"].includes(a.type)){$("#loader").modal({backdrop:"static",keyboard:!1}),_.doc_data=!0,_.ddt.fileName1=e.files[0].name,n=e.files[0],m=e.files,_.photo_filename=_.ddt.fileName1,_.filename111=_.ddt.fileName1;e.files[0].name.split(".")[0];a=_.photo_filename.split(".");if(_.photo_filename.split(".")[a.length-1],_.edt1={sims_timetable_filename:_.photo_filename},$.extend(_.ddt,_.edt1),_.photo_filename=n.type,m.length){p=new FormData;for(var o=0;o<m.length;o++){m[o].name;p.append(m[o].name,m[o],"Web\\"+m[o].name.replace(/\s/g,""))}}e=new FileReader;e.onload=function(t){_.$apply(function(){_.prev_img=t.target.result,u=_.filename111.split(".").pop(),g=Math.floor(1e4+9e4*Math.random()),_.filename=_.filename111.replace("."+u,"")+"~~"+g,_.strd=_.filename;_.photo_filename.split("/")[1];_.filename1=_.filename,null==_.photo_filename&&swal({title:"Alert",text:"Please Select File",width:300,height:200});var e={method:"POST",url:r.apiUrl+"api/file/upload?filename="+_.filename1+"&location=/UploadedFiles",data:p,headers:{"Content-Type":void 0}};_.doc_data=!0,l(e).success(function(e){_.mainurl=e,_.mainurl=_.mainurl.replace(/Content\//,""),r.AWS.includes(l.defaults.headers.common.schoolId)&&(e=e.substring(e.lastIndexOf("/")+1)),setTimeout(function(){$("#loader").modal("hide")},2e3),_.showFileName=!0,_.filename1=e,_.gltd_attr1=e,null!=_.filename1&&""!=_.filename1&&null!=_.filename1||(_.showFileName=!1),_.ticketdoc=_.filename1},function(){alert("Err")}),angular.forEach(angular.element("input[type='file']"),function(e){angular.element(e).val(null)})})},new Date;_.filename=n.name,e.readAsDataURL(n),_.uploadloading=!1}else swal({title:"Alert",text:"Only PDF, Excel, Word, PPT, Images are allowed.",showCloseButton:!0,width:380}),$("#file").val(""),$("#fileLabel").html(T),$("input[type=file]").trigger("blur"),setTimeout(function(){A(),$("input[type=file]").trigger("focus")},100)}},_.getTheFiles=function(e){angular.forEach(e,function(e,t){a.append(t,e)})},_.Doc_UpdateMasterDataInGrid=function(){if(_.temp1_obj=_.block4,""!=_.block4.gltd_doc_type&&null!=_.block4.gltd_doc_type&&""!=_.block4.gltd_doc_no&&null!=_.block4.gltd_doc_no)for(let e=0;e<_.doc_detail_data.length;e++)_.doc_detail_data[e].$$hashKey==_.temp1obj.$$hashKey&&(_.url=r.docUrl+"Images/UploadedFiles/",_.gltd_attribute1=_.url+_.gltd_attr1,_.doc_detail_data[e].gltd_remarks=_.block4.gltd_remarks,_.doc_detail_data[e].gltd_doc_no=_.block4.gltd_doc_no,_.doc_detail_data[e].gldd_doc_amount_debit=_.block4.gldd_doc_amount_debit,_.doc_detail_data[e].gltd_attribute1=_.gltd_attr1);_.Doc_add=!0,_.Doc_update=!1,_.block4="",_.gltd_attr1="",_.sims_invoice_image1="",_.gltd_attribute1=""},_.getVATProfile=function(e,t){l.get(r.apiUrl+"api/JVCreation/getVATCodeByAcct?acct_code="+e).then(function(e){_.vat_Profile=e.data,0<_.vat_Profile.length&&(t.vat_code=_.vat_Profile[0].vat_code,_.vat_cal(_.vatProfile,t))})},_.checkbook_number=function(){l.get(r.apiUrl+"api/ChequeRegister/getcheckbook_details?cr_bank_code=").then(function(e){_.checkbook_det=e.data,_.last_used_check=_.checkbook_det[0].last_use_check})},_.chk_cheque_No=function(e){l.get(r.apiUrl+"api/BankPayment/getSupplierchequeNo?acct_code=&inv_no="+e).then(function(e){_.chequeDetails=e.data,0<_.chequeDetails.length&&swal({text:"Cheque no. is Already exists",showCloseButton:!0,width:380})})},_.getTrn=function(t,e){var a;null==t.vat_code?_.prdocdata[e].gldd_trn_no="":(e=t.gldd_ledger_code,a=t.gldd_acct_code,l.get(r.apiUrl+"api/BankPayment/getSuppTrnFin?ledger_code="+e+"&ledger_account_code="+a).then(function(e){_.trnData=e.data;for(let e=0;e<_.prdocdata.length;e++)_.prdocdata[e].gldd_acct_code==t.gldd_acct_code&&_.prdocdata[e].gldd_ledger_code==t.gldd_ledger_code&&(_.prdocdata[e].gldd_trn_no=_.trnData)}))},_.getSupp_no=function(e){_.temp2=[],_.AMTtotal=0,_.vis_paid_to=!0,l.get(r.apiUrl+"api/BankPayment/getSupplierDetails_no?comp_code="+f+"&finance_year="+y+"&ledger_code="+e.gldd_ledger_code+"&acct_code="+e.gldd_acct_code).then(function(e){_.doc_no_Details=e.data})},_.gltd_remarks="",_.getSupplierDetails_new=function(t,a){l.get(r.apiUrl+"api/BankPayment/getSupplierDetails_new?comp_code="+f+"&finance_year="+y+"&ledger_code="+t.gldd_ledger_code+"&acct_code="+t.gldd_acct_code+"&gldd_doc_code=PJ&gldd_party_ref_no="+t.gldd_party_ref_no).then(function(e){if(_.SupplierDetails=e.data,0<_.SupplierDetails.length)for(let e=0;e<=_.SupplierDetails.length;e++)t.gldd_doc_narr=_.SupplierDetails[0].gldd_doc_narr,_.gltd_remarks=_.gltd_remarks+_.SupplierDetails[0].gldd_doc_code+"/"+_.SupplierDetails[0].gldd_final_doc_no+"/"+_.SupplierDetails[0].sllc_ldgr_code+"/"+_.SupplierDetails[0].slma_acno+"/"+a+"/"+parseFloat(_.SupplierDetails[0].gldd_doc_amount).toFixed(3)+",",0<=_.SupplierDetails[0].gldd_doc_amount?(t.gldd_doc_amount_debit=parseFloat(_.SupplierDetails[0].gldd_doc_amount).toFixed(_.decimal_dsc),t.gldd_doc_amount_credit=0):(t.gldd_doc_amount_debit=0,t.gldd_doc_amount_credit=parseFloat(_.SupplierDetails[0].gldd_doc_amount).toFixed(_.decimal_dsc));_.totalAmountCount(),t.gltd_remarks=_.gltd_remarks}),_.totalAmountCount()},_.selectText=function(e){e.target.select()},_.GetDocCode=function(e,t){_.temp_doc;""!==e[0].gldd_doc_narr&&void 0!==e[0].gldd_doc_narr||(e[0].gldd_doc_narr=_.temp_doc.gltd_doc_narr)},_.Scroll=function(){var e=document.getElementById("table_scroll");e.scrollTop=e.scrollHeight-e.clientHeight},_.onlyNumbers=function(e){var t,a={escape:27,backspace:8,tab:9,enter:13,del:46,0:48,1:49,2:50,3:51,4:52,5:53,6:54,7:55,8:56,9:57};for(t in a)if(a.hasOwnProperty(t)&&(e.charCode==a[t]||e.keyCode==a[t]))return;e.preventDefault()}}])}(),function(){"use strict";var p,u="",g=!1,h=!1,e=angular.module("sims.module.Finance");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("JVCreate_DPSCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(i,e,t,a,o,d,_){i.pagesize="5",i.edt="",i.amount_difference=0,i.operation=!0,i.chkcost=!0,i.cost_combo=!0,i.doc_cd_prov_no="",i.doc_cd_final_doc_no="",i.block1=[],i.block2=[],i.block3=[],i.temp_doc=[],i.vis=[],i.vis.main=!0,i.vis.onchangedoccodeshow=!1,i.dramount=!1,i.cramount=!1,i.vis.doc_detail_grid=!0,i.vis.main_acct_grid=!0,i.save1=!0,i.vis.add_grid=!0,i.checkprintbtn=!1,i.vis.Add_show_hide=!0,i.prdocdata=[],i.doc_detail_data=[],i.temp={},i.temp.temp_chk_doc_details="",i.vis.update=!1,i.chkcost=!1,i.cost_combo=!1,i.readonly=!0,i.vis.ok=!0,i.vis.is_recur=!0,i.preparebtn=!0,i.verifybtn=!0,i.authorizebtn=!0,i.vis.cmb_acct=!0,i.vis.txt_acct=!1,i.dis_recur_date=!0,i.edt2=[],i.edt=[];var c=(c=t.globals.currentUser.username).toLowerCase(),l=(i.finnDetail=JSON.parse(window.localStorage.Finn_comp),i.finnDetail.company),s=i.finnDetail.year,t=(setTimeout(function(){$("#cmb_acc_Code3").select2()},100),i.maxmize=function(){$("#jv_Voucher").css({height:"100%",width:"100%"}),i.windowflg=!0},i.manimize=function(){$("#jv_Voucher").css({height:"600px",width:"900px"}),i.windowflg=!1},a(function(){$("#fixTable").tableHeadFixer({top:1}),$("#fixTable1").tableHeadFixer({top:1}),$("#Table1").tableHeadFixer({top:1})},100),i.Prepare=function(e){i.vis.prepare=!0,i.vis.verify=!1,i.vis.Autorize=!1,i.vis.main=!1,i.jvtitle="- Prepare",d.get(_.apiUrl+"api/JVCreation/getRevertedData_DPS?comp_code="+l+"&username="+c).then(function(e){i.revertdocument=e.data,""!=i.revertdocument[0].revert_doc_no?i.vis.revert_grd=!0:i.vis.revert_grd=!1}),d.get(_.apiUrl+"api/BankPayment/GetVerifyAuthorizeUsers?comp_code="+l+"&fyear="+s).then(function(e){i.users=e.data,0!=i.users.length&&(i.users[0]==c&&i.users[1]==c?(i.vis.autoriz=!0,i.vis.very=!0):i.users[0]!=c||""!=i.users[1]&&i.users[1]==c?(i.vis.autoriz=!1,i.vis.very=!1):(i.vis.autoriz=!1,i.vis.very=!0))})},i.Verify=function(){i.edt="",i.edt1="",i.edt2="",i.vis.main=!1,i.jvtitle="- Verify",i.vis.prepare=!1,i.vis.verify=!0,i.vis.Autorize=!1,i.vis.user_vry=!1,i.vis.user_aut=!1,$("#loader").modal({backdrop:"static",keyboard:!1}),d.get(_.apiUrl+"api/JVCreation/getFinn140_SearchFins_temp_docs_DPS?compcode="+l+"&username="+c).then(function(e){i.verify_data=e.data,$("#loader").modal("hide"),$(".modal-backdrop").removeClass("modal-backdrop")})},i.Authorize=function(e){i.jvtitle="- Authorize",i.edt="",i.edt1="",i.edt2="",i.vis.main=!1,i.vis.prepare=!1,i.vis.verify=!1,i.vis.Autorize=!0,i.vis.user_vry=!0,i.vis.user_aut=!1,$("#loader").modal({backdrop:"static",keyboard:!1}),d.get(_.apiUrl+"api/JVCreation/getFinn142_SearchFins_temp_docs_DPS?compcode="+l+"&username="+c).then(function(e){i.Authorize_data=e.data,$("#loader").modal("hide"),$(".modal-backdrop").removeClass("modal-backdrop")})},i.back=function(){i.vis.main=!0,i.jvtitle=" ",i.checkprintbtn=!1,i.totalDebit=0,i.totalcredit=0,i.prvno="",i.dcode=!1,i.block1=[],i.block2=[],i.block3=[],i.temp_doc=[],i.edt2=[],i.edt=[],i.prdocdata=[],i.vis.cmb_acct=!0,i.vis.txt_acct=!1,i.ldgcd=!1,i.vis.is_recur=!0,i.vis.ok=!0,i.vis.update=!1,i.vis.SendToVerify=!1,i.vis.onchangedoccodeshow=!1,i.doc_data=!1,i.Doc_table=!1,i.doc_type_combo=!1,i.doc_type_input=!1,i.temp.temp_chk_doc_details=!1,i.doc_detail_data=[],i.dis_recur_date=!0,i.lbl_recur="",i.vis.recur_periods=!1;var e=new Date,t=e.getDate(),a=e.getMonth()+1,e=(a<10&&(a="0"+a),e.getFullYear());i.sdate=t+"-"+a+"-"+e,i.edate=t+"-"+a+"-"+e,i.temp_doc={gltd_doc_date:t+"-"+a+"-"+e,gltd_post_date:t+"-"+a+"-"+e}},i.clear=function(){i.dcode=!1,i.block1=[],i.block2=[],i.block3=[],i.temp_doc=[],i.checkprintbtn=!1,i.prvno="",i.totalDebit=0,i.totalcredit=0,i.edt2=[],i.edt=[],i.prdocdata=[],i.vis.cmb_acct=!0,i.vis.txt_acct=!1,i.ldgcd=!1,i.vis.is_recur=!0,i.vis.ok=!0,i.vis.update=!1,i.vis.SendToVerify=!1,i.vis.onchangedoccodeshow=!1,i.dis_recur_date=!0,i.lbl_recur="",i.vis.recur_periods=!1,h=g=!1,i.doc_detail_data=[],i.doc_data=!1,i.Doc_table=!1,i.doc_type_combo=!1,i.doc_type_input=!1,i.temp.temp_chk_doc_details=!1;var e=new Date,t=e.getDate(),a=e.getMonth()+1,e=(a<10&&(a="0"+a),e.getFullYear());i.sdate=t+"-"+a+"-"+e,i.edate=t+"-"+a+"-"+e,i.temp_doc={gltd_doc_date:t+"-"+a+"-"+e,gltd_post_date:t+"-"+a+"-"+e},d.get(_.apiUrl+"api/BankPayment/GetVerifyAuthorizeUsers?comp_code="+l+"&fyear="+s).then(function(e){i.users=e.data,0!=i.users.length&&(i.users[0]==c&&i.users[1]==c?(i.vis.autoriz=!0,i.vis.very=!0):i.users[0]!=c||""!=i.users[1]&&i.users[1]==c?(i.vis.autoriz=!1,i.vis.very=!1):(i.vis.autoriz=!1,i.vis.very=!0))})},i.Show=function(){null!=i.block1.gltd_doc_code&&""!=i.block1.gltd_doc_code&&null!=i.block1.gltd_prov_doc_no&&""!=i.block1.gltd_prov_doc_no?(i.dcode=!0,d.get(_.apiUrl+"api/JVCreation/getAllRecords_DPS?doccode="+i.block1.gltd_doc_code+"&prnumber="+i.block1.gltd_prov_doc_no+"&comp_code="+l).then(function(e){i.prdocdata=e.data,i.totalDebit=0;for(var t=i.totalcredit=0;t<i.prdocdata.length;t++)0==t&&(i.temp_doc.gltd_comp_code=i.prdocdata[t].gltd_comp_code,i.temp_doc.gltd_doc_code=i.prdocdata[t].gltd_doc_code,i.temp_doc.gldc_doc_short_name=i.prdocdata[t].gldc_doc_short_name,i.temp_doc.gltd_doc_narr=i.prdocdata[t].gltd_doc_narr,i.temp_doc.gltd_remarks=i.prdocdata[t].gltd_remarks,i.temp_doc.gltd_doc_date=i.prdocdata[t].gltd_doc_date,i.temp_doc.gltd_post_date=i.prdocdata[t].gltd_post_date,i.block1.gltd_cheque_No=i.prdocdata[t].gltd_cheque_no,i.block1.gltd_paid_to=i.prdocdata[t].gltd_paid_to,i.showhide()),i.totalDebit=parseFloat(parseFloat(i.totalDebit)+parseFloat(i.prdocdata[t].gldd_doc_amount_debit)).toFixed(3),i.totalcredit=parseFloat(parseFloat(i.totalcredit)+parseFloat(i.prdocdata[t].gldd_doc_amount_credit)).toFixed(3)}),d.get(_.apiUrl+"api/JVCreation/GetDocument_Details_DPS?doccode="+i.block1.gltd_doc_code+"&prnumber="+i.block1.gltd_prov_doc_no+"&comp_code="+l).then(function(e){i.doc_detail_data=e.data,0<i.doc_detail_data.length&&(i.temp.temp_chk_doc_details=!0,i.chk_doc_details())}),i.vis.ok=!1,i.vis.update=!0,i.vis.SendToVerify=!0,i.vis.is_recur=!1,i.checkprintbtn=!1,i.vis.autoriz=!1,i.vis.very=!1):(i.flag1=!0,swal({title:"Alert",text:"Please select Doc Code & Provision No",showCloseButton:!0,width:380}))},i.chk_click_ver=function(e){e.gltd_revert&&(e.gltd_revert=!1,e.gltd_verify=!0)},i.chk_click_rev=function(e){e.gltd_verify&&(e.gltd_revert=!0,e.gltd_verify=!1)},i.chk_click_aut=function(e){e.gltd_verify&&(e.gltd_verify=!1,e.gltd_authorize=!0)},i.chk_click_very=function(e){e.gltd_authorize&&(e.gltd_verify=!0,e.gltd_authorize=!1)},i.chk_clickAll=function(e){if(e)for(var t=0;t<i.Authorize_data.length;t++)i.Authorize_data[t].gltd_authorize=!0;else for(t=0;t<i.Authorize_data.length;t++)i.Authorize_data[t].gltd_authorize=!1},i.chk_click_verifyAll=function(e){if(e){for(var t=0;t<i.verify_data.length;t++)i.verify_data[t].gltd_verify=!0,i.verify_data[t].gltd_revert=!1;i.v_data.gltd_revert1=!1}else for(t=0;t<i.verify_data.length;t++)i.verify_data[t].gltd_verify=!1},i.chk_click_revertAll=function(e){if(e){for(var t=0;t<i.verify_data.length;t++)i.verify_data[t].gltd_revert=!0,i.verify_data[t].gltd_verify=!1;i.v_data.gltd_verify1=!1}else for(t=0;t<i.verify_data.length;t++)i.verify_data[t].gltd_revert=!1},i.chk_clickAll=function(e){if(e){for(var t=0;t<i.Authorize_data.length;t++)i.Authorize_data[t].gltd_authorize=!0,i.Authorize_data[t].gltd_verify=!1;i.A_data.gltd_very1=!1}else for(t=0;t<i.Authorize_data.length;t++)i.Authorize_data[t].gltd_authorize=!1},i.very_chk_clickAll=function(e){if(e){for(var t=0;t<i.Authorize_data.length;t++)i.Authorize_data[t].gltd_verify=!0,i.Authorize_data[t].gltd_authorize=!1;i.A_data.gltd_authorize1=!1}else for(t=0;t<i.Authorize_data.length;t++)i.Authorize_data[t].gltd_verify=!1},i.ShowFilterText=function(e){i.filterVisible=""!=e,i.block1.chk_previous_clear=!0,i.edt.txt_filter_range="0"},i.ShowFilterText_Aut=function(e){i.filterVisible_aut=""!=e,i.block1.chk_previous_clear_aut=!0,i.edt.txt_filter_range_aut="0"},i.showhide=function(){d.get(_.apiUrl+"api/JVCreation/GetAllCashBankGLMasterAccountNo?cmp_cd="+l+"&financialyear="+s+"&doc_cd="+i.temp_doc.gltd_doc_code+"&username="+c).then(function(e){i.bankname=e.data,0<i.bankname.length&&(i.block2.master_acno=e.data[0],i.getAccountName(e.data[0].master_ac_cdname))}),i.vis.main_acct_grid=!0,"BP"==i.temp_doc.gltd_doc_code?(i.vis.onchangedoccodeshow=!0,i.block2.gldd_doc_amount_debit="0.00",i.block2.gldd_doc_amount_credit="0.00",i.content="Paid To",i.vis.cheq_no=!0,i.dvalue=!0,i.cvalue=!1,i.dramount=!1,i.cramount=!0):"BR"==i.temp_doc.gltd_doc_code?(i.vis.onchangedoccodeshow=!0,i.block2.gldd_doc_amount_credit="0.00",i.content="Received From",i.vis.cheq_no=!0,i.dvalue=!1,i.cvalue=!0,i.dramount=!0,i.cramount=!1):"CP"==i.temp_doc.gltd_doc_code?(i.vis.onchangedoccodeshow=!0,i.block2.gldd_doc_amount_debit="0.00",i.content="Paid To",i.vis.cheq_no=!1,i.dvalue=!0,i.cvalue=!1,i.dramount=!1,i.cramount=!0):"CR"==i.temp_doc.gltd_doc_code?(i.vis.onchangedoccodeshow=!0,i.block2.gldd_doc_amount_credit="0.00",i.content="Received From",i.vis.cheq_no=!1,i.dvalue=!1,i.cvalue=!0,i.dramount=!0,i.cramount=!1):"CN"==i.temp_doc.gltd_doc_code?(i.vis.onchangedoccodeshow=!0,i.block2.gldd_doc_amount_debit="0.00",i.block2.gldd_doc_amount_credit="0.00",i.content="Paid To",i.vis.cheq_no=!0,i.dvalue=!1,i.cvalue=!1,i.dramount=!1,i.cramount=!1,i.vis.main_acct_grid=!1):("PC"==i.temp_doc.gltd_doc_code||"PR"==i.temp_doc.gltd_doc_code?(i.vis.onchangedoccodeshow=!0,i.block2.gldd_doc_amount_debit="0.00",i.block2.gldd_doc_amount_credit="0.00",i.content="Paid To",i.vis.cheq_no=!0,i.dvalue=!1,i.cvalue=!1):i.vis.onchangedoccodeshow=!1,i.dramount=!1,i.cramount=!1)},d.get(_.apiUrl+"api/JVCreation/getDocCodeJV_DPS?comp_code="+l+"&finance_year="+s).then(function(e){i.geDocCode_jv=e.data}),d.get(_.apiUrl+"api/BankPayment/GetVerifyAuthorizeUsers?comp_code="+l+"&fyear="+s).then(function(e){i.users=e.data,0!=i.users.length&&(i.users[0]==c&&i.users[1]==c?(i.preparebtn=!1,i.verifybtn=!1,i.authorizebtn=!1,i.vis.autoriz=!0,i.vis.very=!0):i.users[0]!=c||""!=i.users[1]&&i.users[1]==c?(i.preparebtn=!1,i.verifybtn=!0,i.authorizebtn=!0,i.vis.autoriz=!1,i.vis.very=!1):(i.verifybtn=!1,i.preparebtn=!1,i.authorizebtn=!0,i.vis.autoriz=!1,i.vis.very=!0))}),d.get(_.apiUrl+"api/BankPayment/GetLedgerNumber?financialyear="+s+"&comp_code="+l).then(function(e){i.LdgrCode=e.data}),i.fillaccountno=function(){d.get(_.apiUrl+"api/JVCreation/GetAllCashBankGLMasterAccountNo?cmp_cd="+l+"&financialyear="+s+"&doc_cd="+i.temp_doc.gltd_doc_code+"&username="+c).then(function(e){i.bankname=e.data,0<i.bankname.length&&(i.block2.master_acct_detail=e.data[0],i.getAccountName(e.data[0].master_ac_cdname))})},i.getAccountName=function(e){p=e.master_acno,d.get(_.apiUrl+"api/BankPayment/getCostCenter?aacno="+p+"&comp_cd="+l+"&fyear="+s).then(function(e){i.costcenter_account=e.data,0<i.costcenter_account.length?i.chkcost_Ac=!0:(i.chkcost_Ac=!1,i.temp.cost_chk_ac=!1,i.cost_combo_AC=!1)})},i.getDepartcode=function(e){d.get(_.apiUrl+"api/BankPayment/getCostCenter?aacno="+e+"&comp_cd="+l+"&fyear="+s).then(function(e){i.cost_center=e.data,0<i.cost_center.length?i.chkcost=!0:(i.chkcost=!1,i.temp.cost_chk=!1,i.cost_combo=!1)});for(var t=0;t<i.getAllAccNos.length;t++)i.getAllAccNos[t].gldd_acct_code==i.block3.gldd_acct_code&&(i.block3.gldd_dept_code=i.getAllAccNos[t].gldd_dept_code,i.block3.gldd_party_ref_no=i.getAllAccNos[t].gldd_party_ref_no,i.block3.codp_dept_name=i.getAllAccNos[t].gldd_dept_name,i.block3.gldd_acct_name=i.getAllAccNos[t].gldd_acct_name)},i.cost_center2=function(e){i.cost_combo=1==e},i.cost_center_Account=function(e){1==e?(i.cost_combo_AC=!0,i.getAccountName(i.block2.master_acno)):i.cost_combo_AC=!1},i.Chk_recur_voucher=function(e){1==e?(i.dis_recur_date=!1,i.lbl_recur="/ Recurring Date",i.vis.recur_periods=!0):(i.dis_recur_date=!0,i.lbl_recur="",i.vis.recur_periods=!1),i.temp_doc.gltd_recur_period="0",i.temp_doc.gltd_recur_period_days="0"},i.GetAllGLAcc=function(e,t){d.get(_.apiUrl+"api/JVCreation/GetAllGLAccountNos?glma_accountcode="+e+"&cmpnycode="+l+"&fyear="+s).then(function(e){i.getAllAccNos=e.data})},d.get(_.apiUrl+"api/JVCreation/GetAllGLAccountNos?glma_accountcode=&cmpnycode="+l+"&fyear="+s).then(function(e){i.getAllAccNos=e.data}),d.get(_.apiUrl+"api/JVCreation/GetReportUrl?opr=J&sub_opr=Final").then(function(e){i.final_doc_url=e.data}),d.get(_.apiUrl+"api/JVCreation/GetReportUrl?opr=J&sub_opr=Prov").then(function(e){i.prov_doc_url=e.data}),i.getSLAccNo=function(){var e=i.getAllAccNos.gldd_acct_code;"00"!=i.block3.gldd_ledger_code?d.get(_.apiUrl+"api/JVCreation/GetSLAccNumber?ldgr_code="+i.block3.gldd_ledger_code+"&cmp_cd="+l+"&year="+s).then(function(e){i.getAllAccNos=e.data}):d.get(_.apiUrl+"api/JVCreation/GetAllGLAccountNos?glma_accountcode="+e+"&cmpnycode="+l+"&fyear="+s).then(function(e){i.getAllAccNos=e.data})},i.getprovno=function(){d.get(_.apiUrl+"api/JVCreation/Get_provno?comp_code="+l+"&fyear="+s+"&doccode="+i.block1.gltd_doc_code+"&user="+c).then(function(e){i.prnumber=e.data})},i.AddMasterDataInGrid=function(){if(i.cost_combo_AC=!1,i.chkcost_Ac=!1,i.temp={cost_center_ac:!1},null!=i.block2.master_acno)if(null!=i.block2.gldd_doc_amount_debit&&"0.00"!=i.block2.gldd_doc_amount_debit||(i.block2.gldd_doc_amount_debit="0.00"),null!=i.block2.gldd_doc_amount_credit&&"0.00"!=i.block2.gldd_doc_amount_credit||(i.block2.gldd_doc_amount_credit="0.00"),"0.00"<i.block2.gldd_doc_amount_debit||"0.00"<i.block2.gldd_doc_amount_credit){document.getElementById("cmb_acc_Code3");i.prdocdata.push({gldd_comp_code:l,gldd_ledger_code:"00",gldd_acct_code:i.block2.master_acno.master_acno,gldd_acct_name:i.block2.master_acno.master_ac_cdname,gldd_party_ref_no:i.block2.pty_ref_no,glco_cost_centre_code:null!=i.edt5&&null!=i.edt5.glco_cost_centre_code?i.edt5.glco_cost_centre_code.glco_cost_centre_code:null,coce_cost_centre_name:null!=i.edt5&&null!=i.edt5.glco_cost_centre_code?i.edt5.glco_cost_centre_code.coce_cost_centre_name:null,gldd_dept_code:i.block2.master_acno.gldd_dept_code,gldd_doc_narr:i.block2.gldd_doc_narr,gldd_doc_amount_debit:i.block2.gldd_doc_amount_debit,gldd_doc_amount_credit:i.block2.gldd_doc_amount_credit}),i.totalDebit=0;for(var e=i.totalcredit=0;e<i.prdocdata.length;e++)i.totalDebit=parseFloat(parseFloat(i.totalDebit)+parseFloat(i.prdocdata[e].gldd_doc_amount_debit)).toFixed(3),i.totalcredit=parseFloat(parseFloat(i.totalcredit)+parseFloat(i.prdocdata[e].gldd_doc_amount_credit)).toFixed(3);i.block2={},i.myForm.$setPristine(),i.myForm.$setUntouched(),"CN"==i.temp_doc.gltd_doc_code&&(i.block2.gldd_doc_amount_debit="0.00",i.block2.gldd_doc_amount_credit="0.00",i.dvalue=!1,i.cvalue=!1)}else swal({text:"  Please Enter Amount ",width:380});else swal({text:"  please select Master Account No ",width:380})},i.UpdateMasterDataInGrid=function(){},i.CancelMasterDataInGrid=function(){},i.Add_inner_grid=function(){i.chkcost=!1,i.cost_combo=!1,i.temp={cost_chk_ac:!1};var e="";if(null!=i.block3.gldd_acct_code)if(e=null==i.block3.gldd_ledger_code?"00":i.block3.gldd_ledger_code,""!=i.block3.gldd_doc_amount_debit&&null!=i.block3.gldd_doc_amount_debit&&"0.00"!=i.block3.gldd_doc_amount_debit||(i.block3.gldd_doc_amount_debit="0.00"),""!=i.block3.gldd_doc_amount_credit&&null!=i.block3.gldd_doc_amount_credit&&"0.00"!=i.block3.gldd_doc_amount_credit||(i.block3.gldd_doc_amount_credit="0.00"),parseFloat(i.block3.gldd_doc_amount_debit)<=0&&parseFloat(i.block3.gldd_doc_amount_credit)<=0)swal({text:"Please Enter Debit/Credit Amount",width:380});else{for(var t=document.getElementById("cmb_acc_Code3"),a=(i.selectedText=t.options[t.selectedIndex].text,!1),o=0;o<i.prdocdata.length;o++)if(i.prdocdata[o].gldd_acct_code==i.block3.gldd_acct_code&&i.prdocdata[o].gldd_doc_narr==i.block3.gldd_doc_narr){a=!0;break}if(1==a)swal({text:i.block3.gldd_acct_name+" A/c Already Added",width:380});else{t=document.getElementById("costCenter"),t=t.options[t.selectedIndex].text;i.center=i.center||""!=i.block2.glco_cost_centre_code,i.prdocdata.push({gldd_comp_code:l,gldd_ledger_code:e,gldd_acct_code:i.block3.gldd_acct_code,gldd_acct_name:i.block3.gldd_acct_name,gldd_dept_code:i.block3.gldd_dept_code,gldd_party_ref_no:i.block3.gldd_party_ref_no,gldd_doc_narr:i.block3.gldd_doc_narr,gldd_doc_amount_debit:i.block3.gldd_doc_amount_debit,gldd_doc_amount_credit:i.block3.gldd_doc_amount_credit,glco_cost_centre_code:i.block2.glco_cost_centre_code,coce_cost_centre_name1:t}),i.totalDebit=0;for(var s=i.totalcredit=0;s<i.prdocdata.length;s++)i.totalDebit=parseFloat(parseFloat(i.totalDebit)+parseFloat(i.prdocdata[s].gldd_doc_amount_debit)).toFixed(3),i.totalcredit=parseFloat(parseFloat(i.totalcredit)+parseFloat(i.prdocdata[s].gldd_doc_amount_credit)).toFixed(3);i.edt1="",i.edt2="",$("#cmb_acc_Code3").select2("val",""),i.myForm.$setPristine(),i.myForm.$setUntouched(),i.dcode=!1,i.cancel()}}else swal({text:"  please select Account Code ",width:380})},i.update_grid=function(e){i.vis.main_acct_grid=!0,i.tempobj=e,i.vis.updatebtn=!0,i.vis.add_grid=!1,i.vis.cmb_acct=!1,i.vis.txt_acct=!0,i.ldgcd=!0,i.block3=JSON.parse(JSON.stringify(e)),i.getSLAccNo()},i.update_grid_data=function(){if(i.temp_obj=i.block3,""!=i.block3.gldd_doc_amount_debit&&null!=i.block3.gldd_doc_amount_debit&&"0.00"!=i.block3.gldd_doc_amount_debit||(i.block3.gldd_doc_amount_debit="0.00"),""!=i.block3.gldd_doc_amount_credit&&null!=i.block3.gldd_doc_amount_credit&&"0.00"!=i.block3.gldd_doc_amount_credit||(i.block3.gldd_doc_amount_credit="0.00"),parseFloat(i.block3.gldd_doc_amount_debit)<=0&&parseFloat(i.block3.gldd_doc_amount_credit)<=0)swal({text:"Please Enter Debit/Credit Amount",width:380});else{i.totalDebit=0;for(var e=i.totalcredit=0;e<i.prdocdata.length;e++)i.prdocdata[e].$$hashKey==i.tempobj.$$hashKey&&(i.prdocdata[e].gldd_doc_amount_credit=i.block3.gldd_doc_amount_credit,i.prdocdata[e].gldd_doc_amount_debit=i.block3.gldd_doc_amount_debit,i.prdocdata[e].gldd_doc_narr=i.block3.gldd_doc_narr),i.totalDebit=parseFloat(parseFloat(i.totalDebit)+parseFloat(i.prdocdata[e].gldd_doc_amount_debit)).toFixed(3),i.totalcredit=parseFloat(parseFloat(i.totalcredit)+parseFloat(i.prdocdata[e].gldd_doc_amount_credit)).toFixed(3);i.cancel()}},i.Updatedatavalue=function(){var e;""!=i.temp_doc.gltd_doc_code&&null!=i.temp_doc.gltd_doc_code?""==i.temp_doc.gltd_post_date||null==i.temp_doc.gltd_post_date?swal({text:"  please select Post Date ",width:380}):i.prdocdata.length<=0?swal({text:"  Please Add Transaction Details ",width:380}):i.totalDebit!=i.totalcredit?swal({text:"Debit Amount: "+i.totalDebit+"  Is Not Equal To Credit Amount: "+i.totalcredit,width:380}):(u="Save",null==i.temp&&(i.temp=""),e={gltd_comp_code:l,gltd_prepare_user:c,gltd_doc_code:i.block1.gltd_doc_code,gltd_prov_doc_no:i.block1.gltd_prov_doc_no,gltd_doc_date:i.temp_doc.gltd_doc_date,gltd_cur_status:u,gltd_post_date:i.temp_doc.gltd_post_date,gltd_doc_narr:i.temp_doc.gltd_doc_narr,gltd_remarks:i.temp_doc.gltd_remarks,gltd_prepare_date:i.temp_doc.gltd_doc_date,gltd_final_doc_no:"0",gltd_verify_user:c,gltd_verify_date:i.temp_doc.gltd_doc_date,gltd_authorize_user:c,gltd_authorize_date:i.temp_doc.gltd_doc_date,gltd_paid_to:i.block1.gltd_paid_to,gltd_cheque_no:i.block1.gltd_cheque_No},d.post(_.apiUrl+"api/JVCreation/UpdateFins_temp_docs",e).then(function(e){i.msg1=e.data,1==i.msg1?(i.prvno=i.block1.gltd_prov_doc_no,i.Insert_Fins_temp_doc_details()):0==i.msg1?swal({title:"Alert",text:"Record Not Updated. ",width:300,height:200}):swal("Error-"+i.msg1)})):swal({text:"  please select Doc Code ",width:380})},i.cancel=function(){i.vis.updatebtn=!1,i.vis.add_grid=!0,i.cramount=!1,i.dramount=!1,i.vis.cmb_acct=!0,i.vis.txt_acct=!1,i.ldgcd=!1,i.chkcost=!1,i.cost_combo=!1,i.block3=[],"CN"==i.temp_doc.gltd_doc_code&&(i.vis.main_acct_grid=!1)},i.checkevaluesdebit=function(){(""!=i.block3.gldd_doc_amount_debit||null!=i.block3.gldd_doc_amount_debit)&&0<parseFloat(i.block3.gldd_doc_amount_debit)?(i.block3.gldd_doc_amount_credit=0,i.cramount=!0):(i.block3.gldd_doc_amount_credit=0,i.cramount=!1),i.dramount=!1},i.checkevaluescredit=function(){(""!=i.block3.gldd_doc_amount_credit||null!=i.block3.gldd_doc_amount_credit)&&0<parseFloat(i.block3.gldd_doc_amount_credit)?(i.block3.gldd_doc_amount_debit=0,i.dramount=!0,i.cramount=!1):(i.block3.gldd_doc_amount_debit=0,i.cramount=!1,i.dramount=!1)},i.chk_mstr_ac_dr=function(){"CN"==i.temp_doc.gltd_doc_code&&((""!=i.block2.gldd_doc_amount_debit||null!=i.block2.gldd_doc_amount_debit)&&0<parseFloat(i.block2.gldd_doc_amount_debit)?(i.block2.gldd_doc_amount_credit=0,i.cvalue=!0):(i.block2.gldd_doc_amount_credit=0,i.cvalue=!1),i.dvalue=!1)},i.chk_mstr_ac_cr=function(){"CN"==i.temp_doc.gltd_doc_code&&((""!=i.block2.gldd_doc_amount_credit||null!=i.block2.gldd_doc_amount_credit)&&0<parseFloat(i.block2.gldd_doc_amount_credit)?(i.block2.gldd_doc_amount_debit=0,i.dvalue=!0,i.cvalue=!1):(i.block2.gldd_doc_amount_debit=0,i.cvalue=!1,i.dvalue=!1))},i.JVerify_click=function(){g=!(h=!0),i.Insert_temp_docs()},i.JVAuthorize_click=function(){h=!(g=!0),i.Insert_temp_docs()},i.Insert_temp_docs=function(){var e,t;""!=i.temp_doc.gltd_doc_code&&null!=i.temp_doc.gltd_doc_code?""==i.temp_doc.gltd_post_date||null==i.temp_doc.gltd_post_date?swal({text:"  please select Post Date ",width:380}):i.prdocdata.length<=0?swal({text:"  Please Add Transaction Details ",width:380}):i.totalDebit!=i.totalcredit?swal({text:"Debit Amount: "+i.totalDebit+"  Is Not Equal To Credit Amount: "+i.totalcredit,width:380}):1!=i.temp_doc.chk_recur||"0"!=i.temp_doc.gltd_recur_period&&""!=i.temp_doc.gltd_recur_period&&null!=i.temp_doc.gltd_recur_period?(e=[],u=1==g?"Aut":1==h?"Verify":"Save",null==i.temp&&(i.temp=""),1==i.temp_doc.chk_recur&&(i.chk_rcur="R"),t={gltd_comp_code:l,gltd_prepare_user:c,gltd_doc_code:i.temp_doc.gltd_doc_code,gltd_doc_date:i.temp_doc.gltd_doc_date,gltd_cur_status:u,gltd_post_date:i.temp_doc.gltd_post_date,gltd_doc_narr:i.temp_doc.gltd_doc_narr,gltd_remarks:i.temp_doc.gltd_remarks,gltd_prepare_date:i.temp_doc.gltd_doc_date,gltd_final_doc_no:"0",gltd_verify_user:1==h?c:null,gltd_verify_date:1==h?i.temp_doc.gltd_doc_date:null,gltd_authorize_user:1==g?c:null,gltd_authorize_date:1==g?i.temp_doc.gltd_doc_date:null,gltd_paid_to:i.block1.gltd_paid_to,gltd_cheque_no:i.block1.gltd_cheque_No,gltd_batch_source:i.chk_rcur},e.push(t),d.post(_.apiUrl+"api/BankPayment/Insert_Fins_temp_docs",e).then(function(e){i.prvno=e.data,""!=i.prvno&&null!=i.prvno?i.Insert_Fins_temp_doc_details():swal({title:"Alert",text:"Record Not inserted. "+i.prvno,width:300,height:200})})):swal({text:"Please Enter Recurring Period",width:380}):swal({text:"  please select Doc Code ",width:380})},i.Insert_Fins_temp_doc_details=function(){for(var e=[],o=[],t=1,s=1,a=0;a<i.prdocdata.length;a++){var n={gldd_doc_narr:i.prdocdata[a].gldd_doc_narr,gldd_dept_code:i.prdocdata[a].gldd_dept_code,gldd_ledger_code:i.prdocdata[a].gldd_ledger_code,gldd_acct_code:i.prdocdata[a].gldd_acct_code,gldd_party_ref_no:i.prdocdata[a].gldd_party_ref_no,gldd_party_ref_date:i.prdocdata[a].ptyref_date,gldd_cost_center_code:i.prdocdata[a].glco_cost_centre_code,gldd_doc_amount_debit:i.prdocdata[a].gldd_doc_amount_debit,gldd_doc_amount_credit:i.prdocdata[a].gldd_doc_amount_credit,gldd_comp_code:i.prdocdata[a].gldd_comp_code,gldd_doc_code:i.temp_doc.gltd_doc_code,gldd_prov_doc_no:i.prvno,gldd_final_doc_no:"0",gldd_line_no:t};t++,e.push(n)}d.post(_.apiUrl+"api/BankPayment/Insert_JV_Fins_temp_doc_details",e).then(function(e){if(i.msg1=e.data,""!=i.prvno&&1==i.msg1){if(1==i.vis.update){if(swal({title:"Alert",text:"Document Updated Successfully\nProvision No.:"+i.temp_doc.gltd_doc_code+"-"+i.prvno,width:300,height:200}),0<i.doc_detail_data.length){for(var t=0;t<i.doc_detail_data.length;t++){var a={gltd_remarks:i.doc_detail_data[t].gltd_remarks,gltd_doc_type:i.doc_detail_data[t].gltd_doc_type,gltd_doc_no:i.doc_detail_data[t].gltd_doc_no,gldd_doc_amount_debit:i.doc_detail_data[t].gldd_doc_amount_debit,gldd_doc_amount_credit:i.doc_detail_data[t].gldd_doc_amount_credit,gltd_comp_code:i.doc_detail_data[t].gltd_comp_code,gltd_doc_code:i.temp_doc.gltd_doc_code,gltd_prov_doc_no:i.prvno,gldd_final_doc_no:"0",gltd_doc_line_no:s};s++,o.push(a)}d.post(_.apiUrl+"api/JVCreation/Insert_JV_document_details",o).then(function(e){i.chk_msg=e.data})}}else{if(0<i.doc_detail_data.length){for(t=0;t<i.doc_detail_data.length;t++){a={gltd_remarks:i.doc_detail_data[t].gltd_remarks,gltd_doc_type:i.doc_detail_data[t].gltd_doc_type,gltd_doc_no:i.doc_detail_data[t].gltd_doc_no,gldd_doc_amount_debit:i.doc_detail_data[t].gldd_doc_amount_debit,gldd_doc_amount_credit:i.doc_detail_data[t].gldd_doc_amount_credit,gltd_comp_code:i.doc_detail_data[t].gltd_comp_code,gltd_doc_code:i.temp_doc.gltd_doc_code,gltd_prov_doc_no:i.prvno,gldd_final_doc_no:"0",gltd_doc_line_no:s};s++,o.push(a)}d.post(_.apiUrl+"api/JVCreation/Insert_JV_document_details",o).then(function(e){i.chk_msg=e.data})}if(1!=i.temp_doc.chk_recur||null==i.temp_doc.gltd_doc_code||null==i.prvno&&""==i.prvno)if(1==g)d.post(_.apiUrl+"api/BankPayment/Authorize_Posting?comp_code="+l+"&doc_code="+i.temp_doc.gltd_doc_code+"&prv_no="+i.prvno+"&auth_user="+c+"&auth_date="+i.temp_doc.gltd_doc_date).then(function(e){i.Docno=e.data,""!=i.Docno?(swal({title:"Alert",text:"Voucher Posted Successfully\nFinal Doc No.: "+i.Docno,width:300,height:200}),e={location:i.final_doc_url,parameter:{comp_detail:l,doc:i.Docno},state:"main.Fin150_DPS"},window.localStorage.ReportDetails=JSON.stringify(e),goToState("main.ReportCardParameter")):swal({title:"Alert",text:"Posting Failed...!\nDocument Created Successfully\nProvision No.: "+i.temp_doc.gltd_doc_code+"-"+i.prvno,width:300,height:200})});else{if(1==h)return swal({title:"Alert",text:"Document Verified Successfully\nProvision No.:"+i.temp_doc.gltd_doc_code+"-"+i.prvno,width:300,height:200}),void i.clear();swal({title:"Alert",text:"Document Created Successfully\nProvision No.:"+i.temp_doc.gltd_doc_code+"-"+i.prvno,width:300,height:200})}else d.post(_.apiUrl+"api/JVCreation/Recurring_Fins_temp_doc_details?comp_cd="+l+"&doccd="+i.temp_doc.gltd_doc_code+"&prv_no="+i.prvno+"&recur_period="+i.temp_doc.gltd_recur_period+"&recur_days="+i.temp_doc.gltd_recur_period_days).then(function(e){i.msg1=e.data,1==i.msg1?1==g?d.post(_.apiUrl+"api/BankPayment/Authorize_Posting?comp_code="+l+"&doc_code="+i.temp_doc.gltd_doc_code+"&prv_no="+i.prvno+"&auth_user="+c+"&auth_date="+i.temp_doc.gltd_doc_date).then(function(e){i.Docno=e.data,""!=i.Docno?(swal({title:"Alert",text:"Voucher Posted Successfully\nFinal Doc No.: "+i.Docno,width:300,height:200}),e={location:i.final_doc_url,parameter:{comp_detail:l,doc:i.Docno},state:"main.Fin150_DPS"},window.localStorage.ReportDetails=JSON.stringify(e),goToState("main.ReportCardParameter")):swal({title:"Alert",text:"Posting Failed...!\nDocument Created Successfully\nProvision No.: "+i.temp_doc.gltd_doc_code+"-"+i.prvno,width:300,height:200})}):1==h?(swal({title:"Alert",text:"Document Verified Successfully\nProvision No.:"+i.temp_doc.gltd_doc_code+"-"+i.prvno,width:300,height:200}),i.clear()):swal({title:"Alert",text:"Document Created Successfully\nProvision No.:"+i.temp_doc.gltd_doc_code+"-"+i.prvno,width:300,height:200}):swal({title:"Alert",text:"All Document Not Created Successfully\nProvision No.:"+i.temp_doc.gltd_doc_code+"-"+i.prvno,width:300,height:200})})}1!=g&&(i.vis.ok=!1,i.checkprintbtn=!0,i.vis.update=!1,i.vis.SendToVerify=!0,i.vis.autoriz=!1,i.vis.very=!1)}else swal({title:"Alert",text:"Record Not inserted in doc details ",width:300,height:200})})},i.UpdateVerify=function(){var e;null!=i.block1.gltd_doc_code&&null!=i.block1.gltd_prov_doc_no?""==i.temp_doc.gltd_doc_code&&null==i.temp_doc.gltd_doc_code?swal({text:"Voucher Data Not Loaded",width:380}):i.prdocdata.length<=0?swal({text:"  Please Add Transaction Details ",width:380}):(e={gltd_comp_code:l,gltd_doc_code:i.block1.gltd_doc_code,gltd_prov_doc_no:i.block1.gltd_prov_doc_no,gltd_verify_date:n+"-"+r+"-"+m},d.post(_.apiUrl+"api/JVCreation/UpdateFins_temp_docs_current_status_sendtoverify",e).then(function(e){i.msg1=e.data,1==i.msg1?swal({title:"Alert",text:"Document Send To Verify Successfully",width:300,height:200}):swal({title:"Alert",text:"Document Not Send To Verify",width:300,height:200})})):null!=i.temp_doc.gltd_doc_code&&null!=i.prvno&&(e={gltd_comp_code:l,gltd_doc_code:i.temp_doc.gltd_doc_code,gltd_prov_doc_no:i.prvno,gltd_verify_date:n+"-"+r+"-"+m},d.post(_.apiUrl+"api/JVCreation/UpdateFins_temp_docs_current_status_sendtoverify",e).then(function(e){i.msg1=e.data,1==i.msg1?swal({title:"Alert",text:"Document Send To Verify Successfully",width:300,height:200}):swal({title:"Alert",text:"Document Not Send To Verify",width:300,height:200})}))},i.Verify_data=function(){for(var e,t=[],a=0,o=0,s=0;s<i.verify_data.length;s++)1!=i.verify_data[s].gltd_verify&&1!=i.verify_data[s].gltd_revert||(1==i.verify_data[s].gltd_verify?a+=1:1==i.verify_data[s].gltd_revert&&(o+=1),e={gltd_comp_code:i.verify_data[s].gltd_comp_code,gltd_doc_code:i.verify_data[s].gltd_doc_code,gltd_prov_doc_no:i.verify_data[s].gltd_prov_doc_no,gltd_verify:i.verify_data[s].gltd_verify,gltd_revert:i.verify_data[s].gltd_revert,gltd_verify_user:c,gltd_verify_date:n+"-"+r+"-"+m},t.push(e));d.post(_.apiUrl+"api/JVCreation/UpdateFinn140_temp_docs",t).then(function(e){i.msg1=e.data,1==i.msg1&&0<a?(swal({title:"Alert",text:"Verified Successfully",width:300,height:200}),i.Verify()):1==i.msg1&&0<o?(swal({title:"Alert",text:"Reverted Successfully",width:300,height:200}),i.Verify()):swal({title:"Alert",text:"Documents Not Verified",width:300,height:200})})},i.Authorize_click=function(){var e=[],t=0,a=0;i.doc_cd_prov_no="";for(var o,s=0;s<i.Authorize_data.length;s++)1!=i.Authorize_data[s].gltd_authorize&&1!=i.Authorize_data[s].gltd_verify||(1==i.Authorize_data[s].gltd_authorize?t+=1:1==i.Authorize_data[s].gltd_verify&&(a+=1),o={gltd_comp_code:i.Authorize_data[s].gltd_comp_code,gltd_doc_code:i.Authorize_data[s].gltd_doc_code,gltd_prov_doc_no:i.Authorize_data[s].gltd_prov_doc_no,gltd_verify:i.Authorize_data[s].gltd_verify,gltd_authorize:i.Authorize_data[s].gltd_authorize,gltd_authorize_user:c,gltd_authorize_date:n+"-"+r+"-"+m},e.push(o),1==i.Authorize_data[s].gltd_authorize&&(i.doc_cd_prov_no=i.doc_cd_prov_no+i.Authorize_data[s].gltd_doc_code+i.Authorize_data[s].gltd_prov_doc_no+","));d.post(_.apiUrl+"api/JVCreation/UpdateFinn142_temp_docs",e).then(function(e){i.msg1=e.data,1==i.msg1&&0<t?(swal({title:"Alert",text:"Authorized Successfully",width:300,height:200}),d.get(_.apiUrl+"api/JVCreation/Getdoc_cd_prov_no?doc_prov_no="+i.doc_cd_prov_no+"&comp_code="+l).then(function(e){i.doc_cd_final_doc_no=e.data;e={location:i.final_doc_url,parameter:{comp_detail:l,doc:i.doc_cd_final_doc_no},state:"main.Fin150_DPS"};window.localStorage.ReportDetails=JSON.stringify(e),goToState("main.ReportCardParameter")}),i.Authorize()):1==i.msg1&&0<a?(swal({title:"Alert",text:"Reverted Successfully",width:300,height:200}),i.Authorize()):swal({title:"Alert",text:"Documents Not Authorized",width:300,height:200})})},i.coad_pty_full_name=i.selectedText,i.JVCreates=[],i.Delete_Grid=function(e,t,a,o){i.totalDebit=parseFloat(parseFloat(i.totalDebit)-parseFloat(o.gldd_doc_amount_debit)).toFixed(3),i.totalcredit=parseFloat(parseFloat(i.totalcredit)-parseFloat(o.gldd_doc_amount_credit)).toFixed(3),e.splice(a,1)},new Date),n=t.getDate(),r=t.getMonth()+1,m=(r<10&&(r="0"+r),t.getFullYear());i.sdate=n+"-"+r+"-"+m,i.edate=n+"-"+r+"-"+m,i.temp_doc={gltd_doc_date:n+"-"+r+"-"+m,gltd_post_date:n+"-"+r+"-"+m,ChequeDate:n+"-"+r+"-"+m},i.myFunct=function(e){13==e.which&&(i.temp_doc.gltd_post_date=n+"-"+r+"-"+m)},i.myFunct1=function(e){13==e.which&&(i.temp.ChequeDate=n+"-"+r+"-"+m)},$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0,format:"dd-mm-yyyy"}),$(document).on("touch click",'*[data-datepicker="true"] .add-on',function(e){$('input[type="text"]',$(this).parent()).focus()}),i.FilterCode=function(){if(1==i.block1.chk_previous_clear)for(var e=0;e<i.verify_data.length;e++)i.verify_data[e].gltd_revert=!1,i.verify_data[e].gltd_verify=!1;if("Select Verify Records"==i.edt.SelectOption)for(e=0;e<i.edt.txt_filter_range;e++)i.verify_data[e].gltd_verify=!0,i.verify_data[e].gltd_revert=!1;else if("Select Revert Records"==i.edt.SelectOption)for(e=0;e<i.edt.txt_filter_range;e++)i.verify_data[e].gltd_revert=!0,i.verify_data[e].gltd_verify=!1},i.FilterCode_aut=function(){if(1==i.block1.chk_previous_clear_aut)for(var e=0;e<i.Authorize_data.length;e++)i.Authorize_data[e].gltd_authorize=!1,i.Authorize_data[e].gltd_verify=!1;if("Select Revert Records"==i.edt.SelectOption_aut)for(e=0;e<i.edt.txt_filter_range_aut;e++)i.Authorize_data[e].gltd_verify=!0,i.Authorize_data[e].gltd_authorize=!1;else if("Select Authorize Records"==i.edt.SelectOption_aut)for(e=0;e<i.edt.txt_filter_range_aut;e++)i.Authorize_data[e].gltd_authorize=!0,i.Authorize_data[e].gltd_verify=!1},i.docCode1,i.provNo1,i.CheckPrintReport=function(){var e={location:i.prov_doc_url,parameter:{comp_detail:l,doc_code:i.docCode1,doc_no:i.provNo1},state:"main.Fin150_DPS"};window.localStorage.ReportDetails=JSON.stringify(e),goToState("main.ReportCardParameter")},i.CheckPrintChequeReport=function(){var e={location:"Finn.FINR33",parameter:{doc_code:i.docCode1,doc_no:i.provNo1},state:"main.Fin150_DPS"};window.localStorage.ReportDetails=JSON.stringify(e),goToState("main.ReportCardParameter")},i.CheckPrintChequeReportMain=function(){var e={location:"Finn.FINR33",parameter:{doc_code:i.temp_doc.gltd_doc_code,doc_no:i.prvno},state:"main.Fin150_DPS"};window.localStorage.ReportDetails=JSON.stringify(e),goToState("main.ReportCardParameter")},i.PrintReport=function(){var e={location:i.prov_doc_url,parameter:{comp_detail:l,doc_code:i.temp_doc.gltd_doc_code,doc_no:i.prvno},state:"main.Fin150_DPS"};window.localStorage.ReportDetails=JSON.stringify(e),goToState("main.ReportCardParameter")},i.Fetchdata=function(e,t,a){i.docCode1=t,i.provNo1=a,$("#myModal4").modal("show"),d.get(_.apiUrl+"api/JVCreation/getAllRecords_DPS?doccode="+t+"&prnumber="+a+"&comp_code="+e).then(function(e){i.prdocdata=e.data,i.block1=[],i.totalDebit=0;for(var t=i.totalcredit=0;t<i.prdocdata.length;t++)0==t&&(i.temp_doc.gltd_comp_code=i.prdocdata[t].gltd_comp_code,i.temp_doc.gltd_doc_code=i.prdocdata[t].gltd_doc_code,i.temp_doc.gldc_doc_short_name=i.prdocdata[t].gldc_doc_short_name,i.temp_doc.gltd_doc_narr=i.prdocdata[t].gltd_doc_narr,i.temp_doc.gltd_remarks=i.prdocdata[t].gltd_remarks,i.temp_doc.gltd_doc_date=i.prdocdata[t].gltd_doc_date,i.temp_doc.gltd_post_date=i.prdocdata[t].gltd_post_date,i.temp_doc.gltd_prov_doc_no=a,i.temp_doc.gldu_authorize=i.prdocdata[t].gldu_authorize,i.temp_doc.gldu_verify=i.prdocdata[t].gldu_verify,i.temp_doc.gltd_authorize_date=i.prdocdata[t].gltd_authorize_date,i.temp_doc.gltd_verify_date=i.prdocdata[t].gltd_verify_date),i.cost=i.cost||""!=i.prdocdata[t].gldd_cost_center_code||""!=i.prdocdata[t].gldd_cost_center_code,i.totalDebit=parseFloat(parseFloat(i.totalDebit)+parseFloat(i.prdocdata[t].gldd_doc_amount_debit)).toFixed(3),i.totalcredit=parseFloat(parseFloat(i.totalcredit)+parseFloat(i.prdocdata[t].gldd_doc_amount_credit)).toFixed(3)})},i.chk_doc_details=function(){var e=i.temp.temp_chk_doc_details;i.block4="",1==e?(i.doc_data=!0,i.Doc_table=!0,i.doc_type_combo=!0,i.doc_type_input=!0,i.Doc_add=!0,i.Doc_update=!1):(i.doc_data=!1,i.Doc_table=!1,i.doc_type_combo=!1,i.doc_type_input=!1)},d.get(_.apiUrl+"api/JVCreation/Getdocument_type").then(function(e){i.document_type=e.data}),i.AddDocumenDetailtGrid=function(){""!=i.block4.gltd_doc_type&&null!=i.block4.gltd_doc_type&&""!=i.block4.gltd_doc_no&&null!=i.block4.gltd_doc_no?(i.doc_detail_data.push({gltd_comp_code:l,gltd_doc_type:i.block4.gltd_doc_type,gltd_doc_type_name:i.block4.gltd_doc_type_name,gltd_doc_no:i.block4.gltd_doc_no,gltd_remarks:i.block4.gltd_remarks,gldd_doc_amount_debit:i.block4.gldd_doc_amount_debit}),i.block4=""):swal({title:"Alert",text:"Please select Doc Type  & Doc Number",showCloseButton:!0,width:380})},i.Doc_detailCancel=function(){i.block4=""},i.DOC_update_grid=function(e){i.block4=JSON.parse(JSON.stringify(e)),i.temp1obj=e,i.Doc_add=!1,i.Doc_update=!0},i.Doc_UpdateMasterDataInGrid=function(){if(i.temp1_obj=i.block4,""!=i.block4.gltd_doc_type&&null!=i.block4.gltd_doc_type&&""!=i.block4.gltd_doc_no&&null!=i.block4.gltd_doc_no)for(var e=0;e<i.doc_detail_data.length;e++)i.doc_detail_data[e].$$hashKey==i.temp1obj.$$hashKey&&(i.doc_detail_data[e].gltd_remarks=i.block4.gltd_remarks,i.doc_detail_data[e].gltd_doc_no=i.block4.gltd_doc_no,i.doc_detail_data[e].gldd_doc_amount_debit=i.block4.gldd_doc_amount_debit);i.Doc_add=!0,i.Doc_update=!1,i.block4=""},i.Delete_doc_Grid=function(e,t,a,o){e.splice(a,1)},i.getDoc_type_name=function(e){for(var t=0;t<i.document_type.length;t++)i.document_type[t].gltd_doc_type==i.block4.gltd_doc_type&&(i.block4.gltd_doc_type_name=i.document_type[t].gltd_doc_type_name)},i.check_post_date=function(){null==i.temp_doc.gltd_post_date&&""==i.temp_doc.gltd_post_date||d.get(_.apiUrl+"api/JVCreation/Get_Check_Postdate?post_date="+i.temp_doc.gltd_post_date+"&comp_cd="+l+"&fyear="+s).then(function(e){i.msg=e.data,""!=i.msg?(swal({title:"Alert",text:i.msg,width:300,height:200}),i.vis.ok=!1,i.vis.autoriz=!1,i.vis.very=!1):0!=i.users.length&&(i.users[0]==c&&i.users[1]==c?(i.vis.ok=!0,i.vis.autoriz=!0,i.vis.very=!0):i.users[0]!=c||""!=i.users[1]&&i.users[1]==c?(i.vis.ok=!0,i.vis.autoriz=!1,i.vis.very=!1):(i.vis.ok=!0,i.vis.autoriz=!1,i.vis.very=!0))})}}])}(),function(){"use strict";var l,e=angular.module("sims.module.Finance");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("DefineDocNarrationCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(s,e,t,a,o,n,i){s.pagesize="All",s.pageindex="1",s.pager=!1,s.critobj=[];s.user_access=[],s.appcode=e.current.name.split(".");var e=t.globals.currentUser.username,d=(n.get(i.apiUrl+"api/AlertTransaction/Get_user_access_rights?username="+e+"&appl_code="+s.appcode[1]).then(function(e){s.user_rights=e.data;for(var t=0;t<s.user_rights.length;t++)0==t&&(s.user_access.data_read=s.user_rights[t].comn_user_read,s.user_access.data_insert=s.user_rights[t].comn_user_insert,s.user_access.data_update=s.user_rights[t].comn_user_update,s.user_access.data_delete=s.user_rights[t].comn_user_delete,s.user_access.data_massupdate=s.user_rights[t].comn_user_massupdate,s.user_access.is_admin=s.user_rights[t].comn_user_admin)}),s.finnDetail=JSON.parse(window.localStorage.Finn_comp),s.finnDetail.company),c=s.finnDetail.year;s.propertyName=null,s.reverse=!1,s.sortBy=function(e){s.reverse=s.propertyName===e&&!s.reverse,s.propertyName=e},a(function(){$("#fixedtable").tableHeadFixer({top:1})},100),s.filteredTodos=[],s.currentPage=1,s.numPerPage=100,s.maxSize=100,n.get(i.apiUrl+"api/common/DocuNarration/getDefineDocuNarration").then(function(e){s.display=!1,s.grid=!0,s.critobj=e.data,s.totalItems=s.critobj.length,s.todos=s.critobj,s.makeTodos()}),s.makeTodos=function(){var e=parseInt(s.totalItems%s.numPerPage),e=(s.pagersize="0"==e?parseInt(s.totalItems/s.numPerPage):parseInt(s.totalItems/s.numPerPage)+1,(s.currentPage-1)*s.numPerPage),t=parseInt(e)+parseInt(s.numPerPage);s.filteredTodos=s.todos.slice(e,t)},n.get(i.apiUrl+"api/GLSLQuery/getDocCode_GL_Query?comp_code="+d+"&finance_year="+c).then(function(e){s.geDocCode_jv=e.data}),s.New=function(){s.display=!0,s.grid=!1,s.btn_save1=!0,s.btn_update1=!1,s.delete1=!1,s.edt=[],s.edt={},s.edt.gdn_doc_narration_status=!0,s.gltd_doc_code=!1,n.get(i.apiUrl+"api/common/DocuNarration/DocuNarrain").then(function(e){})},s.Save=function(e){var t,a=[];e&&(1==s.btn_save1?(t={comp_code:d,finance_year:c,gltd_doc_code:s.edt.gltd_doc_code,gdn_doc_narration_code:"",gdn_doc_narration:s.edt.gdn_doc_narration,gdn_doc_narration_status:s.edt.gdn_doc_narration_status,opr:"I"},a.push(t),n.post(i.apiUrl+"api/common/DocuNarration/DocuNarrain",a).then(function(e){s.display=!0,s.msg1=e.data,1==s.msg1?swal({text:"Added Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&s.getgrid()}):0==s.msg1?swal({text:" Not Added Successfully. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&s.getgrid()}):swal("Error-"+s.msg1)})):s.Update(e))},s.getgrid=function(){s.currentPage=1,n.get(i.apiUrl+"api/common/DocuNarration/getDefineDocuNarration").then(function(e){s.display=!1,s.grid=!0,s.critobj=e.data,s.totalItems=s.critobj.length,s.todos=s.critobj,s.makeTodos()}),1==(l=document.getElementById("mainchk")).checked&&(l.checked=!1,s.row1="")},s.cancel=function(){s.grid=!0,s.display=!1,s.myForm.$setPristine(),s.myForm.$setUntouched()},s.CheckAllChecked=function(){if(1==(l=document.getElementById("mainchk")).checked)for(var e=0;e<s.filteredTodos.length;e++)document.getElementById(s.filteredTodos[e].gdn_doc_narration_code+e).checked=!0,s.row1="row_selected",$("tr").addClass("row_selected");else for(e=0;e<s.filteredTodos.length;e++)document.getElementById(s.filteredTodos[e].gdn_doc_narration_code+e).checked=!1,l.checked=!1,s.row1=""},s.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),s.color="#edefef"}),1==(l=document.getElementById("mainchk")).checked&&(l.checked=!1,$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected")}))},s.Delete=function(){if(0==s.user_access.data_delete)swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200});else{var o=[];s.flag=!1;for(var e,t=0;t<s.filteredTodos.length;t++)1==document.getElementById(s.filteredTodos[t].gdn_doc_narration_code+t).checked&&(s.flag=!0,e={comp_code:s.filteredTodos[t].gdn_comp_code,gltd_doc_code:s.filteredTodos[t].gltd_doc_code,gdn_doc_narration_code:s.filteredTodos[t].gdn_doc_narration_code,gdn_doc_narration:s.filteredTodos[t].gdn_doc_narration,gdn_doc_narration_status:s.filteredTodos[t].gdn_doc_narration_status,opr:"D"},o.push(e));s.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)n.post(i.apiUrl+"api/common/DocuNarration/DocuNarrain",o).then(function(e){s.msg1=e.data,1==s.msg1?swal({text:" Deleted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&s.getgrid()}):0==s.msg1?swal({text:"Record Already Mapped.Can't be Deleted. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&s.getgrid()}):swal("Error-"+s.msg1)});else{1==(l=document.getElementById("mainchk")).checked&&(l.checked=!1);for(var t=0;t<s.filteredTodos.length;t++){var a=document.getElementById(s.filteredTodos[t].gdn_doc_narration_code+t);1==a.checked&&(a.checked=!1,$("tr").removeClass("row_selected"))}}}):swal({text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380})}},s.edit=function(e){0==s.user_access.data_update?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(s.display=!0,s.grid=!1,s.save1=!1,s.update1=!0,s.delete1=!1,s.btn_update1=!0,s.btn_save1=!1,s.gltd_doc_code=!0,s.edt={comp_code:e.gdn_comp_code,gltd_doc_code:e.gdn_doc_code,gdn_doc_narration_code:e.gdn_doc_narration_code,gdn_doc_narration:e.gdn_doc_narration,gdn_doc_narration_status:e.gdn_doc_narration_status},s.edit_code=!0)},s.Update=function(e){var t=[];e&&(e={comp_code:s.edt.comp_code,gltd_doc_code:s.edt.gltd_doc_code,gdn_doc_narration_code:s.edt.gdn_doc_narration_code,gdn_doc_narration:s.edt.gdn_doc_narration,gdn_doc_narration_status:s.edt.gdn_doc_narration_status,opr:"U"},t.push(e),n.post(i.apiUrl+"api/common/DocuNarration/DocuNarrain",t).then(function(e){s.display=!0,s.msg1=e.data,1==s.msg1?swal({text:"Updated Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&s.getgrid()}):0==s.msg1?swal({text:"Not Updated Successfully. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&s.getgrid()}):swal("Error-"+s.msg1)}))},s.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).gdn_doc_narration_code.toString().toLowerCase().indexOf(t.toString().toLowerCase())||-1<e.gdn_doc_code.toLowerCase().indexOf(t.toLowerCase());var t})},s.search=function(){if(s.todos=s.searched(s.critobj,s.searchText),s.totalItems=s.todos.length,s.currentPage="1",""==s.searchText&&(s.todos=s.critobj),s.makeTodos(),1==(l=document.getElementById("mainchk")).checked){l.checked=!1;for(var e=0;e<s.filteredTodos.length;e++)document.getElementById(s.filteredTodos[e].gdn_doc_narration_code+e).checked=!1,l.checked=!1,s.row1=""}},s.size=function(e){"All"==e?(s.currentPage="1",s.filteredTodos=s.critobj,s.pager=!1):(s.pager=!0,s.pagesize=e,s.currentPage=1,s.numPerPage=e,s.makeTodos()),s.numPerPage=e,console.log("numPerPage="+s.numPerPage)},s.index=function(e){s.pageindex=e,s.currentPage=e,console.log("currentPage="+s.currentPage),s.makeTodos(),l.checked=!1,s.row1=""}}])}(),function(){"use strict";angular.module("sims.module.Finance").controller("VoucherReversalCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV","AuthenticationService",function(s,e,t,a,o,n,i,d){s.pagesize="5",s.edt=[],s.block1={},s.geDocCode_new=[],s.operation=!0,s.table1=!0,s.save1=!0,s.Add=!0,s.update=!1,s.Update=!1,s.PostingDateShow=!1;var _=t.globals.currentUser.username,c=(s.finnDetail=JSON.parse(window.localStorage.Finn_comp),s.finnDetail.company),l=s.finnDetail.year,t=(s.btn_reverse=!0,s.prdocdata=[],s.temp_doc=[],a(function(){$("#fixedtable").tableHeadFixer({top:1}),$("#fixedtable1").tableHeadFixer({top:1})},100),s.SearchVouReverData=[],s.ref_docprvno="",s.ref_final_doc_no="",s.new_prov_data="",new Date),r=t.getDate(),m=t.getMonth()+1,p=t.getFullYear();$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0,format:"dd-mm-yyyy"}),$(document).on("touch click",'*[data-datepicker="true"] .add-on',function(e){$('input[type="text"]',$(this).parent()).focus()}),n.get(i.apiUrl+"api/GLSLQuery/getDocCode_GL_Query?comp_code="+c+"&finance_year="+l).then(function(e){s.getDocCode=e.data}),n.get(i.apiUrl+"api/JVCreation/GetReportUrl?opr=J&sub_opr=Single").then(function(e){s.final_doc_url=e.data}),n.get(i.apiUrl+"api/JVCreation/getDocCodeJV?comp_code="+c+"&finance_year="+l).then(function(e){s.doc_codes=e.data;for(var t=0;t<s.doc_codes.length;t++)"RV"==s.doc_codes[t].gldc_doc_code_type&&s.geDocCode_new.push(s.doc_codes[t]);1<s.geDocCode_new.length?(s.dis_doc_cd=!1,s.lbl_recur=s.geDocCode_new[0].gltd_doc_code):1==s.geDocCode_new.length&&(s.dis_doc_cd=!0,s.lbl_recur=s.geDocCode_new[0].gltd_doc_code)}),s.ContraEntry=function(o){$("#myModal_ContraEntry").modal("show"),s.ref_docprvno="",s.ref_final_doc_no="",s.postdate=o.gltd_post_date,n.get(i.apiUrl+"api/VoucherReversal/Get_vouchers_data?doc_cd="+o.gltd_doc_code+"&final_doc_no="+o.gltd_final_doc_no+"&comp_code="+c+"&fyear="+l).then(function(a){n.get(i.apiUrl+"api/VoucherReversal/GetPostingDateParam?comp_code="+c+"&year="+l).then(function(e){s.ref_docprvno=o.gltd_prov_doc_no,s.ref_final_doc_no=o.gltd_final_doc_no,s.lbl_rev_doc=o.gltd_doc_code+"-"+o.gltd_final_doc_no,s.SearchVouReverData=a.data,s.edt={gltd_postdate:r+"-"+m+"-"+p,gltd_docdate:r+"-"+m+"-"+p,gltd_doc_narr:o.gltd_doc_narr,gltd_remarks:o.gltd_remarks,gltd_doc_code:o.gltd_doc_code},s.PostingDate=e.data,0<s.PostingDate.length?"Y"==s.PostingDate[0].sims_appl_parameter?(s.PostingDateShow=!0,s.edt.gltd_postdate=s.postdate):(s.PostingDateShow=!1,s.edt.gltd_postdate=r+"-"+m+"-"+p):s.edt.gltd_postdate=r+"-"+m+"-"+p,s.totalDebit=0;for(var t=s.totalcredit=0;t<s.SearchVouReverData.length;t++)s.totalDebit=parseFloat(s.totalDebit)+parseFloat(s.SearchVouReverData[t].gldd_doc_amount_debit),s.totalcredit=parseFloat(s.totalcredit)+parseFloat(s.SearchVouReverData[t].gldd_doc_amount_credit);s.totalDebit=parseFloat(s.totalDebit).toFixed(3),s.totalcredit=parseFloat(s.totalcredit).toFixed(3),s.amountdifference=s.totalcredit-s.totalDebit,s.check_post_date()})})},s.Show=function(){$("#loader").modal({backdrop:"static",keyboard:!1}),n.get(i.apiUrl+"api/VoucherReversal/getAllVouchers?comp_cd="+c+"&doc_cd="+s.block1.gltd_doc_code+"&final_doc_no="+s.block1.gltd_final_doc_no+"&from_date="+s.block1.from_date+"&to_date="+s.block1.to_date+"&cheque_no="+s.block1.gltd_cheque_no).then(function(e){s.verify_data=e.data,$("#loader").modal("hide"),$(".modal-backdrop").removeClass("modal-backdrop")})},s.RevertVoucher=function(){var e;s.totalDebit==s.totalcredit?(s.btn_reverse=!0,$("#loader").modal({backdrop:"static",keyboard:!1}),(e={}).gltd_comp_code=c,e.gltd_doc_code=s.lbl_recur,e.gltd_doc_date=s.edt.gltd_docdate,e.gltd_post_date=s.edt.gltd_postdate,e.gltd_doc_narr=s.edt.gltd_doc_narr,e.gltd_remarks=s.edt.gltd_remarks,e.gltd_prepare_user=_,e.gltd_reference_doc_code=s.edt.gltd_doc_code,e.gltd_reference_final_doc_no=s.ref_final_doc_no,e.detailsdata=s.SearchVouReverData,n.post(i.apiUrl+"api/VoucherReversal/Insert_ReverseVoucherwithstat",e).then(function(e){s.msg1=e.data,""!=s.msg1?(swal({title:"Alert",text:"Voucher Reversed Successfully\n Final Doc No.- "+s.msg1,showCloseButton:!0,width:300,height:200}),s.btn_reverse=!0,$("#myModal_ContraEntry").modal("hide"),s.Show()):(swal({title:"Alert",text:"Voucher Not Reversed",width:300,height:200}),s.btn_reverse=!1),$("#loader").modal("hide"),$(".modal-backdrop").removeClass("modal-backdrop")})):swal({title:"Alert",text:"Debit and Credit amount do not match.Cannot Revert Voucher.",showCloseButton:!0,width:380}).then(function(e){e&&(s.btn_reverse=!1)})},s.close=function(){s.edt=[],s.Show()},s.Fetchdata=function(e,t,a){s.docCode1=t,s.provNo1=a,$("#myModal4").modal("show"),n.get(i.apiUrl+"api/VoucherReversal/getAllRecords?doccode="+t+"&prnumber="+a+"&comp_code="+e).then(function(e){s.prdocdata=e.data,s.temp_doc=[],s.totalDebit=0;for(var t=s.totalcredit=0;t<s.prdocdata.length;t++)0==t&&(s.temp_doc.gltd_comp_code=s.prdocdata[t].gltd_comp_code,s.temp_doc.gltd_doc_code=s.prdocdata[t].gltd_doc_code,s.temp_doc.gltd_doc_narr=s.prdocdata[t].gltd_doc_narr,s.temp_doc.gltd_remarks=s.prdocdata[t].gltd_remarks,s.temp_doc.gltd_doc_date=s.prdocdata[t].gltd_doc_date,s.temp_doc.gltd_post_date=s.prdocdata[t].gltd_post_date,s.temp_doc.gltd_prov_doc_no=s.prdocdata[t].gltd_prov_doc_no,s.temp_doc.gltd_final_doc_no=a,s.temp_doc.gldu_authorize=s.prdocdata[t].gldu_authorize,s.temp_doc.gldu_verify=s.prdocdata[t].gldu_verify,s.temp_doc.gltd_authorize_date=s.prdocdata[t].gltd_authorize_date,s.temp_doc.gltd_verify_date=s.prdocdata[t].gltd_verify_date),s.cost=s.cost||""!=s.prdocdata[t].gldd_cost_center_code||""!=s.prdocdata[t].gldd_cost_center_code,s.totalDebit=parseFloat(s.totalDebit)+parseFloat(s.prdocdata[t].gldd_doc_amount_debit),s.totalcredit=parseFloat(s.totalcredit)+parseFloat(s.prdocdata[t].gldd_doc_amount_credit)})},s.maxmize=function(){$("#jv_Voucher").css({height:"100%",width:"100%"}),s.windowflg=!0},s.manimize=function(){$("#jv_Voucher").css({height:"600px",width:"900px"}),s.windowflg=!1},s.CheckPrintReport=function(){var e={location:s.final_doc_url,parameter:{comp_detail:c,doc_code:s.temp_doc.gltd_doc_code,doc_no:s.temp_doc.gltd_final_doc_no},state:"main.Fin209"};window.localStorage.ReportDetails=JSON.stringify(e),goToState("main.ReportCardParameter")},s.Print=function(e){$("#displayReport").modal("show");e={location:s.final_doc_url,parameter:{comp_detail:c,doc_code:e.gltd_doc_code,doc_no:e.gltd_final_doc_no},state:"main.Fin209"};window.localStorage.ReportDetails=JSON.stringify(e);try{s.rpt=JSON.parse(window.localStorage.ReportDetails),s.location=s.rpt.location,s.parameter=s.rpt.parameter,s.state=s.rpt.state}catch(e){}var e="SimsReports."+s.location+",SimsReports",t=d.GetRpt_url();s.parameters={},$("#reportViewer1").telerik_ReportViewer({serviceUrl:t,viewMode:telerikReportViewer.ViewModes.INTERACTIVE,scaleMode:telerikReportViewer.ScaleModes.SPECIFIC,scale:1,ready:function(){}}),$("#reportViewer1").data("telerik_ReportViewer").reportSource({report:e,parameters:s.parameter}),setInterval(function(){$("#k-item k-state-default k-state-disabled").css({display:"block"}),$(".trv-report-viewer input[type=number]").css({"min-height":"0px"})},1e3),a(function(){$("#k-item k-state-default k-state-disabled").css({display:"block"}),$(".trv-report-viewer input[type=number]").css({"min-height":"0px"})},100)},s.check_post_date=function(){null==s.edt.gltd_postdate&&""==s.edt.gltd_postdate||n.get(i.apiUrl+"api/JVCreation/Get_Check_Postdate?post_date="+s.edt.gltd_postdate+"&comp_cd="+c+"&fyear="+l).then(function(e){s.msg=e.data,""!=s.msg?(swal({text:s.msg,width:300,height:200}),s.btn_reverse=!0):s.btn_reverse=!1})}}])}(),function(){"use strict";angular.module("sims.module.Finance").controller("VoucherReversal_DPSCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(o,t,a,e,s,n,i){o.pagesize="5",o.edt=[],o.block1={},o.operation=!0,o.table1=!0,o.save1=!0,o.Add=!0,o.update=!1,o.Update=!1;a.globals.currentUser.username;o.finnDetail=JSON.parse(window.localStorage.Finn_comp),console.log(o.finnDetail);var d=o.finnDetail.company,_=o.finnDetail.year,e=(o.btn_reverse=!1,o.prdocdata=[],o.temp_doc=[],e(function(){$("#fixedtable").tableHeadFixer({top:1}),$("#fixedtable1").tableHeadFixer({top:1})},100),o.SearchVouReverData=[],o.ref_docprvno="",o.ref_final_doc_no="",o.new_prov_data="",new Date),c=e.getDate(),l=e.getMonth()+1,r=e.getFullYear();$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0,format:"dd-mm-yyyy"}),$(document).on("touch click",'*[data-datepicker="true"] .add-on',function(e){$('input[type="text"]',$(this).parent()).focus()}),n.get(i.apiUrl+"api/JVCreation/getDocCodeJV_DPS?comp_code="+d+"&finance_year="+_).then(function(e){o.geDocCode_jv=e.data}),n.get(i.apiUrl+"api/JVCreation/GetReportUrl?opr=J&sub_opr=Single").then(function(e){o.final_doc_url=e.data,console.log(o.final_doc_url)}),o.ContraEntry=function(a){$("#myModal_ContraEntry").modal("show"),o.btn_reverse=!1,o.ref_docprvno="",o.ref_final_doc_no="",o.lbl_recur="",n.get(i.apiUrl+"api/VoucherReversal/Get_vouchers_data?doc_cd="+a.gltd_doc_code+"&final_doc_no="+a.gltd_final_doc_no+"&comp_code="+d+"&fyear="+_).then(function(e){o.ref_docprvno=a.gltd_prov_doc_no,o.ref_final_doc_no=a.gltd_final_doc_no,o.lbl_recur="RV",o.lbl_rev_doc=a.gltd_doc_code+"-"+a.gltd_final_doc_no,o.SearchVouReverData=e.data,o.edt={gltd_postdate:a.gltd_post_date,gltd_docdate:c+"-"+l+"-"+r,gltd_doc_narr:a.gltd_doc_narr,gltd_remarks:a.gltd_remarks,gltd_doc_code:a.gltd_doc_code},o.totalDebit=0;for(var t=o.totalcredit=0;t<o.SearchVouReverData.length;t++)o.totalDebit=parseFloat(o.totalDebit)+parseFloat(o.SearchVouReverData[t].gldd_doc_amount_debit),o.totalcredit=parseFloat(o.totalcredit)+parseFloat(o.SearchVouReverData[t].gldd_doc_amount_credit);o.totalDebit=parseFloat(o.totalDebit).toFixed(3),o.totalcredit=parseFloat(o.totalcredit).toFixed(3),o.amountdifference=o.totalcredit-o.totalDebit})},o.Show=function(){$("#loader").modal({backdrop:"static",keyboard:!1}),n.get(i.apiUrl+"api/VoucherReversal/getAllVouchers?comp_cd="+d+"&doc_cd="+o.block1.gltd_doc_code+"&final_doc_no="+o.block1.gltd_final_doc_no+"&from_date="+o.block1.from_date+"&to_date="+o.block1.to_date+"&cheque_no="+o.block1.gltd_cheque_no).then(function(e){o.verify_data=e.data,$("#loader").modal("hide"),$(".modal-backdrop").removeClass("modal-backdrop")})},o.RevertVoucher=function(){var e;o.totalDebit==o.totalcredit?((e={}).gltd_comp_code=d,e.gltd_doc_code=o.lbl_recur,e.gltd_doc_date=o.edt.gltd_docdate,e.gltd_post_date=o.edt.gltd_postdate,e.gltd_doc_narr=o.edt.gltd_doc_narr,e.gltd_remarks=o.edt.gltd_remarks,e.gltd_reference_doc_code=o.edt.gltd_doc_code,e.gltd_reference_final_doc_no=o.ref_final_doc_no,e.detailsdata=o.SearchVouReverData,$("#loader").modal({backdrop:"static",keyboard:!1}),n.post(i.apiUrl+"api/VoucherReversal/Insert_ReverseVoucher",e).then(function(e){o.msg1=e.data,""!=o.msg1?swal({title:"Alert",text:"Voucher Reversed Successfully\n Final Doc No.- "+o.msg1,showCloseButton:!0,width:380}).then(function(e){e&&(o.btn_reverse=!0)}):swal({title:"Alert",text:"Voucher Not Reversed",showCloseButton:!0,width:380}).then(function(e){e&&(o.btn_reverse=!1)}),$("#loader").modal("hide"),$(".modal-backdrop").removeClass("modal-backdrop")})):swal({title:"Alert",text:"Debit and Credit amount do not match.Cannot Revert Voucher.",showCloseButton:!0,width:380}).then(function(e){e&&(o.btn_reverse=!1)})},o.close=function(){o.edt=[],o.Show()},o.Verify=function(){var e=o.edt;e.gldd_doc_code="RV",e.gltd_prov_doc_no=o.new_prov_data,e.gltd_prepare_user=a.globals.currentUser.username,n.post(i.apiUrl+"api/VoucherReversal/UpdateFins_temp_docs_current_status_sendtoverify",e).then(function(e){o.msg1=e.data,1==o.msg1?swal({title:"Alert",text:"Voucher Sent to Verification",showCloseButton:!0,width:380}).then(function(e){e&&(o.btn_reverse=!1)}):swal({title:"Alert",text:"Record not updated.",showCloseButton:!0,width:380}).then(function(e){e&&(o.btn_reverse=!1)})})},o.Fetchdata=function(e,t,a){o.docCode1=t,o.provNo1=a,$("#myModal4").modal("show"),n.get(i.apiUrl+"api/VoucherReversal/getAllRecords?doccode="+t+"&prnumber="+a+"&comp_code="+e).then(function(e){o.prdocdata=e.data,o.temp_doc=[],o.totalDebit=0;for(var t=o.totalcredit=0;t<o.prdocdata.length;t++)0==t&&(o.temp_doc.gltd_comp_code=o.prdocdata[t].gltd_comp_code,o.temp_doc.gltd_doc_code=o.prdocdata[t].gltd_doc_code,o.temp_doc.gltd_doc_narr=o.prdocdata[t].gltd_doc_narr,o.temp_doc.gltd_remarks=o.prdocdata[t].gltd_remarks,o.temp_doc.gltd_doc_date=o.prdocdata[t].gltd_doc_date,o.temp_doc.gltd_post_date=o.prdocdata[t].gltd_post_date,o.temp_doc.gltd_prov_doc_no=o.prdocdata[t].gltd_prov_doc_no,o.temp_doc.gltd_final_doc_no=a,o.temp_doc.gldu_authorize=o.prdocdata[t].gldu_authorize,o.temp_doc.gldu_verify=o.prdocdata[t].gldu_verify,o.temp_doc.gltd_authorize_date=o.prdocdata[t].gltd_authorize_date,o.temp_doc.gltd_verify_date=o.prdocdata[t].gltd_verify_date),o.cost=o.cost||""!=o.prdocdata[t].gldd_cost_center_code||""!=o.prdocdata[t].gldd_cost_center_code,o.totalDebit=parseFloat(o.totalDebit)+parseFloat(o.prdocdata[t].gldd_doc_amount_debit),o.totalcredit=parseFloat(o.totalcredit)+parseFloat(o.prdocdata[t].gldd_doc_amount_credit)})},o.maxmize=function(){$("#jv_Voucher").css({height:"100%",width:"100%"}),o.windowflg=!0},o.manimize=function(){$("#jv_Voucher").css({height:"600px",width:"900px"}),o.windowflg=!1},o.CheckPrintReport=function(){var e={location:o.final_doc_url,parameter:{doc_code:o.temp_doc.gltd_doc_code,doc_no:o.temp_doc.gltd_final_doc_no},state:"main.Fin209_DPS"};window.localStorage.ReportDetails=JSON.stringify(e),t.go("main.ReportCardParameter")},o.Print=function(e){e={location:o.final_doc_url,parameter:{doc_code:e.gltd_doc_code,doc_no:e.gltd_final_doc_no},state:"main.Fin209_DPS"};window.localStorage.ReportDetails=JSON.stringify(e),t.go("main.ReportCardParameter")}}])}(),function(){"use strict";angular.module("sims.module.Finance").controller("PDCReversalCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(o,e,t,a,s,n,i){o.pagesize="5",o.edt=[],o.block1={},o.geDocCode_new=[],o.operation=!0,o.table1=!0,o.save1=!0,o.Add=!0,o.update=!1,o.Update=!1;t.globals.currentUser.username;o.finnDetail=JSON.parse(window.localStorage.Finn_comp);var d=o.finnDetail.company,_=o.finnDetail.year,t=(o.btn_reverse=!0,o.prdocdata=[],o.temp_doc=[],a(function(){$("#fixedtable").tableHeadFixer({top:1}),$("#fixedtable1").tableHeadFixer({top:1})},100),o.SearchVouReverData=[],o.ref_docprvno="",o.ref_final_doc_no="",o.new_prov_data="",new Date),c=t.getDate(),l=t.getMonth()+1,r=t.getFullYear();$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0,format:"dd-mm-yyyy"}),$(document).on("touch click",'*[data-datepicker="true"] .add-on',function(e){$('input[type="text"]',$(this).parent()).focus()}),n.get(i.apiUrl+"api/JVCreation/getDocCodeJV?comp_code="+d+"&finance_year="+_).then(function(e){o.geDocCode=e.data;for(var t=0;t<o.geDocCode.length;t++)"RQ"===o.geDocCode[t].gldc_doc_code_type&&o.geDocCode_new.push(o.geDocCode[t]);1<o.geDocCode_new.length?(o.dis_doc_cd=!1,o.lbl_recur=o.geDocCode_new[0].gltd_doc_code):1===o.geDocCode_new.length&&(o.dis_doc_cd=!0,o.lbl_recur=o.geDocCode_new[0].gltd_doc_code)}),o.ContraEntry=function(a){$("#myModal_ContraEntry").modal("show"),o.ref_docprvno="",o.ref_final_doc_no="",n.get(i.apiUrl+"api/VoucherReversal/Get_vouchers_data?doc_cd="+a.gltd_doc_code+"&final_doc_no="+a.gltd_final_doc_no+"&comp_code="+d+"&fyear="+_).then(function(e){o.ref_docprvno=a.gltd_prov_doc_no,o.ref_final_doc_no=a.gltd_final_doc_no,o.lbl_rev_doc=a.gltd_doc_code+"-"+a.gltd_final_doc_no,o.SearchVouReverData=e.data,o.edt={gltd_postdate:a.gltd_post_date,gltd_docdate:c+"-"+l+"-"+r,gltd_doc_narr:a.gltd_doc_narr,gltd_remarks:a.gltd_remarks,gltd_doc_code:a.gltd_doc_code},o.totalDebit=0;for(var t=o.totalcredit=0;t<o.SearchVouReverData.length;t++)o.totalDebit=parseFloat(o.totalDebit)+parseFloat(o.SearchVouReverData[t].gldd_doc_amount_debit),o.totalcredit=parseFloat(o.totalcredit)+parseFloat(o.SearchVouReverData[t].gldd_doc_amount_credit);o.amountdifference=parseFloat(o.totalcredit).toFixed(3)-parseFloat(o.totalDebit).toFixed(3),o.check_post_date()})},o.Show=function(){$("#loader").modal({backdrop:"static",keyboard:!1}),n.get(i.apiUrl+"api/VoucherReversal/getAllPDCvouchers?comp_cd="+d+"&doc_cd="+o.edt.gltd_doc_code+"&final_doc_no="+o.block1.gltd_final_doc_no+"&from_date="+o.block1.from_date+"&to_date="+o.block1.to_date+"&cheque_no="+o.block1.gltd_cheque_no).then(function(e){o.verify_data=e.data,$("#loader").modal("hide"),$(".modal-backdrop").removeClass("modal-backdrop")})},o.RevertVoucher=function(){var e;parseFloat(o.totalDebit).toFixed(3)===parseFloat(o.totalcredit).toFixed(3)?((e={}).gltd_comp_code=d,e.gltd_doc_code=o.lbl_recur,e.gltd_doc_date=o.edt.gltd_docdate,e.gltd_post_date=o.edt.gltd_postdate,e.gltd_doc_narr=o.edt.gltd_doc_narr,e.gltd_remarks=o.edt.gltd_remarks,e.gltd_reference_doc_code=o.edt.gltd_doc_code,e.gltd_reference_final_doc_no=o.ref_final_doc_no,e.detailsdata=o.SearchVouReverData,$("#loader").modal({backdrop:"static",keyboard:!1}),n.post(i.apiUrl+"api/VoucherReversal/Insert_ReverseVoucher",e).then(function(e){o.msg1=e.data,""!==o.msg1?swal({title:"Alert",text:"Voucher Reversed Successfully\n Final Doc No.- "+o.msg1,showCloseButton:!0,width:380}).then(function(e){e&&(o.btn_reverse=!0,$("#myModal_ContraEntry").modal("hide"),o.Show())}):(swal({title:"Alert",text:"Voucher Not Reversed",width:300,height:200}),o.btn_reverse=!1),$("#loader").modal("hide"),$(".modal-backdrop").removeClass("modal-backdrop")})):swal({title:"Alert",text:"Debit and Credit amount do not match.Cannot Revert Voucher.",showCloseButton:!0,width:380}).then(function(e){e&&(o.btn_reverse=!1)})},o.close=function(){o.edt=[],o.Show()},o.Fetchdata=function(e,t,a){o.docCode1=t,o.provNo1=a,$("#myModal4").modal("show"),n.get(i.apiUrl+"api/VoucherReversal/getAllRecords?doccode="+t+"&prnumber="+a+"&comp_code="+e).then(function(e){o.prdocdata=e.data,o.temp_doc=[],o.totalDebit=0;for(var t=o.totalcredit=0;t<o.prdocdata.length;t++)0===t&&(o.temp_doc.gltd_comp_code=o.prdocdata[t].gltd_comp_code,o.temp_doc.gltd_doc_code=o.prdocdata[t].gltd_doc_code,o.temp_doc.gltd_doc_narr=o.prdocdata[t].gltd_doc_narr,o.temp_doc.gltd_remarks=o.prdocdata[t].gltd_remarks,o.temp_doc.gltd_doc_date=o.prdocdata[t].gltd_doc_date,o.temp_doc.gltd_post_date=o.prdocdata[t].gltd_post_date,o.temp_doc.gltd_prov_doc_no=o.prdocdata[t].gltd_prov_doc_no,o.temp_doc.gltd_final_doc_no=a,o.temp_doc.gldu_authorize=o.prdocdata[t].gldu_authorize,o.temp_doc.gldu_verify=o.prdocdata[t].gldu_verify,o.temp_doc.gltd_authorize_date=o.prdocdata[t].gltd_authorize_date,o.temp_doc.gltd_verify_date=o.prdocdata[t].gltd_verify_date),o.cost=o.cost||""!==o.prdocdata[t].gldd_cost_center_code||""!==o.prdocdata[t].gldd_cost_center_code,o.totalDebit=parseFloat(o.totalDebit)+parseFloat(o.prdocdata[t].gldd_doc_amount_debit),o.totalcredit=parseFloat(o.totalcredit)+parseFloat(o.prdocdata[t].gldd_doc_amount_credit)})},o.maxmize=function(){$("#jv_Voucher").css({height:"100%",width:"100%"}),o.windowflg=!0},o.manimize=function(){$("#jv_Voucher").css({height:"600px",width:"900px"}),o.windowflg=!1},o.check_post_date=function(){void 0===o.edt.gltd_postdate&&""===o.edt.gltd_postdate||n.get(i.apiUrl+"api/JVCreation/Get_Check_Postdate?post_date="+o.edt.gltd_postdate+"&comp_cd="+d+"&fyear="+_).then(function(e){o.msg=e.data,""!==o.msg?(swal({text:o.msg,width:300,height:200}),o.btn_reverse=!0):o.btn_reverse=!1})}}])}(),function(){"use strict";var g=[],e=angular.module("sims.module.Finance");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("DepreciationJVPostCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","$filter","ENV",function(s,e,t,a,o,n,i,d){s.pagesize="5",s.pageindex=0,s.save_btn=!0,s.Update_btn=!1,s.display=!0,s.table=!1;s.btn_report=!1,t.globals.currentUser.username,new Date,i("date")(new Date,"yyyy/MM/dd").split("/")[0],t.globals.currentUser.username.toLowerCase();s.finnDetail=JSON.parse(window.localStorage.Finn_comp),console.log(s.finnDetail);var c,l,r=s.finnDetail.company,m=s.finnDetail.year;s.company_code="1",n.get(d.apiUrl+"api/DepreciationJVPost/getPeriodsData?fins_year="+m+"&comp_code="+r).then(function(e){s.periods_Name=e.data}),n.get(d.apiUrl+"api/DepreciationJVPost/getCurrentYear").then(function(e){s.year_no=e.data[0].year1}),s.calculateDep=function(){n.get(d.apiUrl+"api/DepreciationJVPost/getDepreciationJVPosting?year="+m+"&fins_financial_period_no="+s.temp.fins_financial_period_no+"&username="+t.globals.currentUser.username+"&company_code="+r).then(function(e){s.get_Data=e.data,swal({text:s.get_Data,width:400,height:300});e=s.get_Data;l=e.split("-"),c=l[0],l=l[1],n.get(d.apiUrl+"api/JVCreation/Getdoc_cd_prov_no?doc_prov_no="+l+c+"&comp_code="+r).then(function(e){s.doc_cd_final_doc_no=e.data}),0<c&&(s.btn_report=!0)})},s.Report=function(){var e={location:"Finn.FINR10Final",parameter:{comp_detail:r,doc:s.doc_cd_final_doc_no},state:"main.fin017"};window.localStorage.ReportDetails=JSON.stringify(e),goToState("main.ReportCardParameter")},a(function(){$("#fixTable").tableHeadFixer({top:1})},100),s.size=function(e){s.pagesize=e,s.currentPage=1,s.numPerPage=e,s.makeTodos()},s.index=function(e){s.pageindex=e,s.currentPage=e,s.makeTodos(),g.checked=!1,s.CheckAllChecked()},s.filteredTodos=[],s.currentPage=1,s.numPerPage=5,s.maxSize=5,s.makeTodos=function(){var e=parseInt(s.totalItems%s.numPerPage),e=(s.pagersize="0"===e?parseInt(s.totalItems/s.numPerPage):parseInt(s.totalItems/s.numPerPage)+1,(s.currentPage-1)*s.numPerPage),t=parseInt(e)+parseInt(s.numPerPage);s.filteredTodos=s.todos.slice(e,t);for(var a=0;a<s.filteredTodos.length;a++)s.filteredTodos[a].icon="fa fa-plus-circle"},s.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).sims_appl_form_field_value1.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_sip_achievement_desc.toLowerCase().indexOf(t.toLowerCase())||e.sims_sip_achievement_point===t;var t})},s.search=function(){s.todos=s.searched(s.achieveData,s.searchText),s.totalItems=s.todos.length,s.currentPage="1",""===s.searchText&&(s.todos=s.achieveData),s.makeTodos(),g.checked=!1,s.CheckAllChecked()},s.New=function(){s.disabled=!1,s.readonly=!0,s.table=!1,s.display=!0,s.save_btn=!0,s.Update_btn=!1,s.temp="",s.Myform.$setPristine(),s.Myform.$setUntouched()},s.Clear=function(){s.temp=""},s.Cancel=function(){s.temp="",s.table=!0,s.display=!1,s.Myform.$setPristine(),s.Myform.$setUntouched(),s.temp.sims_sip_achievement_type="",s.temp.sims_sip_achievement_desc="",s.temp.sims_sip_achievement_point="",s.temp.sims_sip_achievement_status=""},s.edit=function(e){s.disabled=!0,s.table=!1,s.display=!0,s.save_btn=!1,s.Update_btn=!0,s.temp={sims_sip_achievement_type:e.sims_sip_achievement_type,sims_sip_achievement_code:e.sims_sip_achievement_code,sims_sip_achievement_desc:e.sims_sip_achievement_desc,sims_sip_achievement_status:e.sims_sip_achievement_status,sims_sip_achievement_point:e.sims_sip_achievement_point,sims_appl_form_field_value1:e.sims_appl_form_field_value1}};var p,u=[];s.update=function(e){e&&(e={sims_sip_achievement_type:s.temp.sims_sip_achievement_type,sims_sip_achievement_code:s.temp.sims_sip_achievement_code,sims_sip_achievement_desc:s.temp.sims_sip_achievement_desc,sims_sip_achievement_status:s.temp.sims_sip_achievement_status,sims_sip_achievement_point:s.temp.sims_sip_achievement_point,sims_appl_form_field_value1:s.temp.sims_appl_form_field_value1,opr:"U"},u.push(e),n.post(d.apiUrl+"api/Achievement/CUDAchievement",u).then(function(e){s.msg1=e.data,!0===s.msg1?swal({title:"Alert",text:"Record Updated Successfully",showCloseButton:!0,width:380}):!1===s.msg1?swal({title:"Alert",text:"Record Not Updated. ",showCloseButton:!0,width:380}):swal("Error-"+s.msg1),n.get(d.apiUrl+"api/Achievement/getAllAchievement").then(function(e){s.achieveData=e.data,s.totalItems=s.achieveData.length,s.todos=s.achieveData,s.makeTodos()}),!0===(g=document.getElementById("mainchk")).checked&&(g.checked=!1,s.row1=""),s.currentPage=!0}),u=[],s.table=!0,s.display=!1)},s.CheckAllChecked=function(){if(!0===(g=document.getElementById("mainchk")).checked)for(var e=0;e<s.filteredTodos.length;e++)document.getElementById(e).checked=!0,s.row1="row_selected",$("tr").addClass("row_selected");else for(e=0;e<s.filteredTodos.length;e++)document.getElementById(e).checked=!1,g.checked=!1,s.row1=""},s.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),s.color="#edefef"}),!0===(g=document.getElementById("mainchk")).checked&&(g.checked=!1,$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected")}))},s.OkDelete=function(){var o=[];s.flag=!1;for(var e,t=0;t<s.filteredTodos.length;t++)!0===document.getElementById(t).checked&&(s.flag=!0,e={sims_sip_achievement_code:s.filteredTodos[t].sims_sip_achievement_code,opr:"D"},o.push(e));s.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)n.post(d.apiUrl+"api/Achievement/CUDAchievement",o).then(function(e){s.msg1=e.data,!0===s.msg1?swal({title:"Alert",text:"Record Deleted Successfully",showCloseButton:!0,width:380}).then(function(e){e&&(n.get(d.apiUrl+"api/Achievement/getAllAchievement").then(function(e){s.achieveData=e.data,s.totalItems=s.achieveData.length,s.todos=s.achieveData,s.makeTodos()}),!0===(g=document.getElementById("mainchk")).checked&&(g.checked=!1,s.row1=""),s.currentPage=!0)}):!1===s.msg1?swal({title:"Alert",text:"Record Not Deleted ",showCloseButton:!0,width:380}).then(function(e){e&&(n.get(d.apiUrl+"api/Achievement/getAllAchievement").then(function(e){s.achieveData=e.data,s.totalItems=s.achieveData.length,s.todos=s.achieveData,s.makeTodos()}),!0===(g=document.getElementById("mainchk")).checked&&(g.checked=!1,s.row1=""),s.currentPage=!0)}):swal("Error-"+s.msg1)});else{!0===(g=document.getElementById("mainchk")).checked&&(g.checked=!1);for(var t=0;t<s.filteredTodos.length;t++){var a=document.getElementById(t);!0===a.checked&&(a.checked=!1,$("tr").removeClass("row_selected"))}}}):swal({title:"Alert",text:"Please Select Atleast One Record",showCloseButton:!0,width:380}),s.currentPage=str},s.flag=!0,s.expand=function(e,t){if(!0===s.flag)$(p).remove(),e.icon="fa fa-minus-circle",p=$("<tr id='innerRow'><td class='details' colspan='11'><table class='inner-table' cellpadding='5' cellspacing='0'><tbody><tr><td class='semi-bold'>Quantity</td> <td class='semi-bold'>Invoice Amount </td><td class='semi-bold'>Book Value</td><td class='semi-bold'>Cum Depreciation</td><td class='semi-bold'>Yearly Depr</td> <td class='semi-bold'>Monthly Depr </td><td class='semi-bold'>Sales Value</td><td class='semi-bold'>Replacement Cost</td><td class='semi-bold'>Depr Percent</td> <td class='semi-bold'>Used Item </td><td class='semi-bold'>Status</td><td class='semi-bold'>Status Name</td></tr><tr><td>"+e.gam_quantity+"</td> <td>"+e.gam_invoice_amount+" </td><td>"+e.gam_book_value+"</td><td>"+e.gam_cum_deprn+"</td><td>"+e.gam_ytd_deprn+"</td> <td>"+e.gam_mth_deprn+" </td><td>"+e.gam_sale_value+"</td><td>"+e.gam_repl_cost+"</td><td>"+e.gam_deprn_percent+"</td> <td>"+e.gam_used_on_item+" </td><td>"+e.gam_status+"</td><td>"+e.gam_status_name+"</td></tr> </table></td></tr>"),$(t.currentTarget).parents("tr").after(p),s.flag=!1;else{$("#innerRow").css({display:"none"});for(var a=0;a<s.filteredTodos.length;a++)s.filteredTodos[a].icon="fa fa-plus-circle";s.flag=!0}}}])}(),function(){"use strict";var e=angular.module("sims.module.Finance");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("GLPeriodReportCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(n,e,t,o,a,s,i){n.edt={},n.showQuarter=!1;var d=new Date,c=(n.get_date=d).getDate(),l=(c<10&&(c="0"+c),d.getMonth()+1),d=(l<10&&(l="0"+l),d.getFullYear()),r=(n.check_today=c+"-"+l+"-"+d,n.main_true=!0,s.post(i.apiUrl+"api/GLPeriodReportController/GLPeriodCommon",{opr:"F"}).then(function(e){n.glperiodata=e.data.table,n.temp.gl_period=n.glperiodata[0]}),n.setFromToDate=function(e){e={opr:"K",periodCode:e.comn_appl_parameter};s.post(i.apiUrl+"api/GLPeriodReportController/GLPeriodCommon",e).then(function(e){n.dateData=e.data.table,n.edt.from_date=n.dateData[0].from_date,n.edt.to_date=n.dateData[0].to_date})},n.setFromToDateQuarter=function(e){for(var t=0;t<n.QuarterData.length;t++)n.QuarterData[t].quarter_code==e.quarter_code&&(n.edt.from_date=n.QuarterData[t].glfp_prd_st_date,n.edt.to_date=n.QuarterData[t].glfp_prd_end_date)},n.assetmaster_data=[],n.dept_comp_code,n.slma_acno_dept_no,n.finyr,n.valstatus=!1,n.edit_data=!1,n.display=!1,n.pagesize="10",n.pageindex="0",n.pager=!0,n.grid=!0,n.grid1=!1,n.main_table=!0,n.show_report_header=!1,n.ng_if_schedule_group=!1,n.ng_if_show_schedule=!1,n.ng_if_sims_show_budget=!1,n.ng_if_sims_show_budget_varience=!1,n.ng_if_sims_show_varience_percentage=!1,n.filteredTodos=[],n.currentPage=1,n.numPerPage=10,n.maxSize=10,t.globals.currentUser.username.toLowerCase(),n.finnDetail=JSON.parse(window.localStorage.Finn_comp),n.finnDetail.company),m=n.finnDetail.year;s.get(i.apiUrl+"api/GLSLQuery/getDate_SL_Query?finance_year="+m).then(function(e){n.getDates=e.data,n.edt.from_date=n.getDates[0].sims_financial_year_start_date,n.check_today<n.getDates[0].sims_financial_year_end_date&&n.check_today>n.getDates[0].sims_financial_year_start_date?n.edt.to_date=n.check_today:n.edt.to_date=n.getDates[0].sims_financial_year_end_date,console.log("from date to date :"+n.getDates[0].sims_financial_year_start_date+" "+n.getDates[0].sims_financial_year_end_date)}),s.get(i.apiUrl+"api/GLPeriodReportController/getTrialBalanceGroup").then(function(e){n.group_data=e.data,setTimeout(function(){$("#group_id").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"}),$("#group_id").multipleSelect("checkAll")},1e3)}),s.get(i.apiUrl+"api/StudentFee/getDecimalPlaces").then(function(e){n.decimal_degit=e.data,n.decimal_dsc=n.decimal_degit[0].comp_curcy_dec}),n.propertyName=null,n.reverse=!1,n.sort=function(e){n.colname=e,n.reverse=n.colname===e&&!n.reverse},n.main_ex=!0,n.mainexpand=function(e){n.main_ex=e;for(var t=0;t<n.shedule_lst.length;t++)n.shedule_lst[t].glsc_sched_name_show=!e},n.expand=function(e,t){e.glsc_sched_name_show?e.glsc_sched_name_show=!1:e.glsc_sched_name_show=!0,n.glma_op_bal_amt_dr=0,n.glma_op_bal_amt_cr=0,n.transaction_amt_dr=0,n.transaction_amt_cr=0,n.closing_balance_dr=0,n.closing_balance_cr=0,n.acct_name="Total : ",n.codp_dept_name="",n.gsgd_group_code="",n.glac_sched_code="",n.chk_acc=!0;for(var a=0;a<t.length;a++)e.gsgd_group_code==t[a].gsgd_group_code&&e.glsc_sched_code==t[a].glac_sched_code&&(t[a].acct_name!=n.acct_name?(n.transaction_amt_dr=parseFloat(n.transaction_amt_dr)+parseFloat(t[a].transaction_amt_dr),n.transaction_amt_cr=parseFloat(n.transaction_amt_cr)+parseFloat(t[a].transaction_amt_cr),n.glma_op_bal_amt_dr=parseFloat(n.glma_op_bal_amt_dr)+parseFloat(t[a].glma_op_bal_amt_dr),n.glma_op_bal_amt_cr=parseFloat(n.glma_op_bal_amt_cr)+parseFloat(t[a].glma_op_bal_amt_cr),n.closing_balance_dr=parseFloat(n.closing_balance_dr)+parseFloat(t[a].closing_balance_dr),n.closing_balance_cr=parseFloat(n.closing_balance_cr)+parseFloat(t[a].closing_balance_cr),n.gsgd_group_code=e.gsgd_group_code,n.glac_sched_code=e.glsc_sched_code):n.chk_acc=!1);var o={transaction_amt_dr:n.transaction_amt_dr,transaction_amt_cr:n.transaction_amt_cr,glma_op_bal_amt_dr:n.glma_op_bal_amt_dr,glma_op_bal_amt_cr:n.glma_op_bal_amt_cr,closing_balance_dr:n.closing_balance_dr,closing_balance_cr:n.closing_balance_cr,gsgd_group_code:n.gsgd_group_code,glac_sched_code:n.glac_sched_code,codp_dept_name:n.codp_dept_name,acct_name:n.acct_name};n.chk_acc&&t.push(o)},n.Search=function(){n.trialbalance=[],n.busy=!0,n.main_table=!0,1==n.show_schedule_group?n.ng_if_schedule_group=!0:n.ng_if_schedule_group=!1,1==n.show_schedule?n.ng_if_show_schedule=!0:n.ng_if_show_schedule=!1,1==n.sims_show_budget?n.ng_if_sims_show_budget=!0:n.ng_if_sims_show_budget=!1,1==n.sims_show_budget_varience?n.ng_if_sims_show_budget_varience=!0:n.ng_if_sims_show_budget_varience=!1,1==n.sims_show_varience_percentage?n.ng_if_sims_show_varience_percentage=!0:n.ng_if_sims_show_varience_percentage=!1,n.printing_user=t.globals.currentUser.username,n.selected_groups_arr="",n.selected_groups=$("#group_id").multipleSelect("getSelects","text");for(var e=0;e<n.selected_groups.length;e++)n.selected_groups_arr=n.selected_groups_arr+n.selected_groups[e]+",";console.log(n.selected_groups_arr),s.get(i.apiUrl+"api/GLPeriodReportController/getTrialBalance?from_date="+n.edt.from_date+"&to_date="+n.edt.to_date+"&viewmode="+n.edt.view_mode+"&comp_code="+r+"&year="+m+"&group="+n.temp.sims_group).then(function(e){n.trialbalance=e.data[0],n.group_lst=e.data[1],n.shedule_lst=e.data[2],n.totalItems=n.trialbalance.length,n.todos=n.trialbalance,n.makeTodos(),n.first_schedule=n.trialbalance[0].glac_sched_code,n.glma_op_bal_amt_dr1=0,n.glma_op_bal_amt_cr1=0,n.transaction_amt_dr1=0,n.transaction_amt_cr1=0,n.closing_balance_dr1=0;for(var t=n.closing_balance_cr1=0;t<n.trialbalance.length;t++)"Total : "!=n.trialbalance[t].acct_name&&(n.transaction_amt_dr1=parseFloat(n.transaction_amt_dr1)+parseFloat(n.trialbalance[t].transaction_amt_dr),n.transaction_amt_cr1=parseFloat(n.transaction_amt_cr1)+parseFloat(n.trialbalance[t].transaction_amt_cr),n.glma_op_bal_amt_dr1=parseFloat(n.glma_op_bal_amt_dr1)+parseFloat(n.trialbalance[t].glma_op_bal_amt_dr),n.glma_op_bal_amt_cr1=parseFloat(n.glma_op_bal_amt_cr1)+parseFloat(n.trialbalance[t].glma_op_bal_amt_cr),n.closing_balance_dr1=parseFloat(n.closing_balance_dr1)+parseFloat(n.trialbalance[t].closing_balance_dr),n.closing_balance_cr1=parseFloat(n.closing_balance_cr1)+parseFloat(n.trialbalance[t].closing_balance_cr));if(1==n.ng_if_show_schedule)for(var a=0;a<n.shedule_lst.length;a++){n.glma_op_bal_amt_dr=0,n.glma_op_bal_amt_cr=0,n.transaction_amt_dr=0,n.transaction_amt_cr=0,n.closing_balance_dr=0,n.closing_balance_cr=0,n.glpr_bud_amt=0,n.budget_variance=0,n.acct_name="Total : ",n.codp_dept_name="",n.gsgd_group_code="",n.glac_sched_code="",n.chk_acc=!0;for(t=0;t<n.trialbalance.length;t++)n.shedule_lst[a].gsgd_group_code==n.trialbalance[t].gsgd_group_code&&n.shedule_lst[a].glsc_sched_code==n.trialbalance[t].glac_sched_code&&(n.trialbalance[t].acct_name!=n.acct_name?(n.transaction_amt_dr=parseFloat(n.transaction_amt_dr)+parseFloat(n.trialbalance[t].transaction_amt_dr),n.transaction_amt_cr=parseFloat(n.transaction_amt_cr)+parseFloat(n.trialbalance[t].transaction_amt_cr),n.glma_op_bal_amt_dr=parseFloat(n.glma_op_bal_amt_dr)+parseFloat(n.trialbalance[t].glma_op_bal_amt_dr),n.glma_op_bal_amt_cr=parseFloat(n.glma_op_bal_amt_cr)+parseFloat(n.trialbalance[t].glma_op_bal_amt_cr),n.closing_balance_dr=parseFloat(n.closing_balance_dr)+parseFloat(n.trialbalance[t].closing_balance_dr),n.closing_balance_cr=parseFloat(n.closing_balance_cr)+parseFloat(n.trialbalance[t].closing_balance_cr),n.glpr_bud_amt=parseFloat(n.glpr_bud_amt)+parseFloat(n.trialbalance[t].glpr_bud_amt),n.budget_variance=parseFloat(n.budget_variance)+parseFloat(n.trialbalance[t].budget_variance),n.gsgd_group_code=n.shedule_lst[a].gsgd_group_code,n.glac_sched_code=n.shedule_lst[a].glsc_sched_code):n.chk_acc=!1);var o={transaction_amt_dr:n.transaction_amt_dr,transaction_amt_cr:n.transaction_amt_cr,glma_op_bal_amt_dr:n.glma_op_bal_amt_dr,glma_op_bal_amt_cr:n.glma_op_bal_amt_cr,closing_balance_dr:n.closing_balance_dr,closing_balance_cr:n.closing_balance_cr,glpr_bud_amt:n.glpr_bud_amt,budget_variance:n.budget_variance,gsgd_group_code:n.gsgd_group_code,glac_sched_code:n.glac_sched_code,codp_dept_name:n.codp_dept_name,acct_name:n.acct_name};n.chk_acc&&n.trialbalance.push(o),console.log("comment_code")}if(1==n.ng_if_schedule_group)for(a=0;a<n.group_lst.length;a++){n.glma_op_bal_amt_dr2=0,n.glma_op_bal_amt_cr2=0,n.transaction_amt_dr2=0,n.transaction_amt_cr2=0,n.closing_balance_dr2=0,n.closing_balance_cr2=0,n.glpr_bud_amt2=0,n.budget_variance2=0,n.acct_name2=" Group Total : ",n.codp_dept_name2="",n.gsgd_group_code2="",n.glac_sched_code2="",n.chk_acc=!0;for(t=0;t<n.trialbalance.length;t++)if(n.group_lst[a].glsg_group_code==n.trialbalance[t].gsgd_group_code&&"Total : "==n.trialbalance[t].acct_name)if(n.trialbalance[t].acct_name!=n.acct_name1){n.transaction_amt_dr2=parseFloat(n.transaction_amt_dr2)+parseFloat(n.trialbalance[t].transaction_amt_dr),n.transaction_amt_cr2=parseFloat(n.transaction_amt_cr2)+parseFloat(n.trialbalance[t].transaction_amt_cr),n.glma_op_bal_amt_dr2=parseFloat(n.glma_op_bal_amt_dr2)+parseFloat(n.trialbalance[t].glma_op_bal_amt_dr),n.glma_op_bal_amt_cr2=parseFloat(n.glma_op_bal_amt_cr2)+parseFloat(n.trialbalance[t].glma_op_bal_amt_cr),n.closing_balance_dr2=parseFloat(n.closing_balance_dr2)+parseFloat(n.trialbalance[t].closing_balance_dr),n.closing_balance_cr2=parseFloat(n.closing_balance_cr2)+parseFloat(n.trialbalance[t].closing_balance_cr),n.glpr_bud_amt2=parseFloat(n.glpr_bud_amt2)+parseFloat(n.trialbalance[t].glpr_bud_amt),n.budget_variance2=parseFloat(n.budget_variance2)+parseFloat(n.trialbalance[t].budget_variance),n.gsgd_group_code2=n.group_lst[a].glsg_group_code;for(var s=0;s<n.shedule_lst.length;s++)n.shedule_lst[s].gsgd_group_code==n.group_lst[a].glsg_group_code&&(n.glac_sched_code2=n.shedule_lst[s].glsc_sched_code)}else n.chk_acc=!1;o={transaction_amt_dr:n.transaction_amt_dr2,transaction_amt_cr:n.transaction_amt_cr2,glma_op_bal_amt_dr:n.glma_op_bal_amt_dr2,glma_op_bal_amt_cr:n.glma_op_bal_amt_cr2,closing_balance_dr:n.closing_balance_dr2,closing_balance_cr:n.closing_balance_cr2,glpr_bud_amt:n.glpr_bud_amt2,budget_variance:n.budget_variance2,gsgd_group_code:n.gsgd_group_code2,glac_sched_code:n.glac_sched_code2,codp_dept_name:n.codp_dept_name2,acct_name:n.acct_name2};n.chk_acc&&n.trialbalance.push(o),console.log("comment_code")}n.busy=!1,n.main_table=!1,console.log("trialbalance",n.trialbalance)}),n.main_true=!1,n.grid1=!0},n.show_columns=function(e){if(e==n.first_schedule)return!0},n.getAccountData=function(e){n.full_account_code=e.acct_name,n.timedate_from=n.edt.from_date,n.timedate_to=n.edt.to_date;var t=e.glma_acct_code;n.opening_bal_cr=e.glma_op_bal_amt_cr,n.opening_bal_dr=e.glma_op_bal_amt_dr,n.closing_balance_dr_bottom=e.closing_balance_dr,s.get(i.apiUrl+"api/GLPeriodReportController/getTrialBalanceAccountCode?comp_code="+r+"&year="+m+"&account_code="+t+"&from_date="+n.edt.from_date+"&to_date="+n.edt.to_date).then(function(e){n.child_window_data=e.data,setTimeout(function(){$("#TrialModal").modal({backdrop:"static",keyboard:!1})},500),n.final_total_dr=0;for(var t=n.final_total_cr=0;t<n.child_window_data.length;t++)n.final_total_dr=parseFloat(n.child_window_data[t].debit)+parseFloat(n.final_total_dr),n.final_total_cr=parseFloat(n.child_window_data[t].credit)+parseFloat(n.final_total_cr);n.final_total_dr=parseFloat(n.final_total_dr)+parseFloat(n.opening_bal_dr),n.final_total_cr=parseFloat(n.final_total_cr)+parseFloat(n.opening_bal_cr),n.closing_balance_child_win=0,n.closing_balance_child_win=parseFloat(n.final_total_dr)-parseFloat(n.final_total_cr),0<=n.closing_balance_child_win?n.label_cr_dr="dr":n.label_cr_dr="cr"})},s.get(i.apiUrl+"api/GLPeriodReportController/getPurchasedeatils").then(function(e){n.total_counts=e.data}),setTimeout(function(){$("#group_id").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"})},1e3),n.report_show=!0,n.Report=function(e){n.report_show=!1;e={location:n.total_counts[0].fins_appl_form_field_value1,parameter:{comp_detail:e.gltr_comp_code,doc_code:e.gltr_doc_code,doc_no:e.gltr_our_doc_no},state:"main.FINR15",ready:function(){this.refreshReport()}};window.localStorage.ReportDetails=JSON.stringify(e);try{n.rpt=JSON.parse(window.localStorage.ReportDetails),n.location=n.rpt.location,n.parameter=n.rpt.parameter,n.state=n.rpt.state}catch(e){}var t,e="SimsReports."+n.location+",SimsReports",a=window.location.href,a=a.substring(0,a.indexOf(":"));a="sms"==s.defaults.headers.common.schoolId?"https"==a?"https://"+s.defaults.headers.common.schoolId+".obacenter.ae/report/api/reports/":"http://"+s.defaults.headers.common.schoolId+".obacenter.ae/report/api/reports/":"svcc"==s.defaults.headers.common.schoolId||"svvm"==s.defaults.headers.common.schoolId||"svvmc"==s.defaults.headers.common.schoolId||"hedgewar"==s.defaults.headers.common.schoolId||"mptesdvs"==s.defaults.headers.common.schoolId||"ctbc"==s.defaults.headers.common.schoolId||"dvhs"==s.defaults.headers.common.schoolId||"dvhss"==s.defaults.headers.common.schoolId||"dvps"==s.defaults.headers.common.schoolId||"vision"==s.defaults.headers.common.schoolId||"dmc"==s.defaults.headers.common.schoolId||"christ"==s.defaults.headers.common.schoolId?(t="",i.AWS.includes(s.defaults.headers.common.schoolId)&&(t="reports-"),"https"==a?"https://"+t+s.defaults.headers.common.schoolId+".appsis.co.in/report/api/reports/":"http://"+t+s.defaults.headers.common.schoolId+".appsis.co.in/report/api/reports/"):"asdportal"==s.defaults.headers.common.schoolId?"https"==a?"https://"+s.defaults.headers.common.schoolId+".amitydubai.ae/report/api/reports/":"http://"+s.defaults.headers.common.schoolId+".amitydubai.ae/report/api/reports/":"imert"==s.defaults.headers.common.schoolId?"https"==a?"https://"+s.defaults.headers.common.schoolId+".mograsys.co.in/report/api/reports/":"http://"+s.defaults.headers.common.schoolId+".mograsys.co.in/report/api/reports/":"elcportal"==s.defaults.headers.common.schoolId||"lwgportal"==s.defaults.headers.common.schoolId?"https"==a?"https://"+s.defaults.headers.common.schoolId+".amityelc.ae/report/api/reports/":"http://"+s.defaults.headers.common.schoolId+".amityelc.ae/report/api/reports/":"tiadxb"==s.defaults.headers.common.schoolId||"tiashj"==s.defaults.headers.common.schoolId||"staging1"==s.defaults.headers.common.schoolId||"staging2"==s.defaults.headers.common.schoolId||"staging3"==s.defaults.headers.common.schoolId||"staging4"==s.defaults.headers.common.schoolId||"aisdxb"==s.defaults.headers.common.schoolId||"tosdxb"==s.defaults.headers.common.schoolId?"https://reports.leamseducation.com/"+s.defaults.headers.common.schoolId+"/api/reports/":"apsportal"==s.defaults.headers.common.schoolId?"https"==a?"https://"+s.defaults.headers.common.schoolId+".amitysharjah.ae/report/api/reports/":"http://"+s.defaults.headers.common.schoolId+".amitysharjah.ae/report/api/reports/":"csdportal"==s.defaults.headers.common.schoolId?"https"==a?"https://"+s.defaults.headers.common.schoolId+".sigeducation.com/reportsss/api/reports/":"http://"+s.defaults.headers.common.schoolId+".sigeducation.com/reportsss/api/reports/":"ibserp"==s.defaults.headers.common.schoolId?"https"==a?"https://"+s.defaults.headers.common.schoolId+".ibskuwait.com/report/api/reports/":"http://"+s.defaults.headers.common.schoolId+".ibskuwait.com/report/api/reports/":"npiserp"==s.defaults.headers.common.schoolId?"https"==a?"https://"+s.defaults.headers.common.schoolId+".npiskuwait.com/report/api/reports/":"http://"+s.defaults.headers.common.schoolId+".npiskuwait.com/report/api/reports/":("portal1"!=s.defaults.headers.common.schoolId&&"apsportal"!=s.defaults.headers.common.schoolId&&s.defaults.headers.common.schoolId,t="",i.AWS.includes(s.defaults.headers.common.schoolId)&&(t="reports-"),"https"==a?"https://"+t+s.defaults.headers.common.schoolId+".mograsys.com/report/api/reports/":"http://"+t+s.defaults.headers.common.schoolId+".mograsys.com/report/api/reports/"),console.log(a),n.parameters={},$("#reportViewer1").telerik_ReportViewer({serviceUrl:a,viewMode:telerikReportViewer.ViewModes.INTERACTIVE,scaleMode:telerikReportViewer.ScaleModes.SPECIFIC,scale:1,ready:function(){}}),$("#reportViewer1").data("telerik_ReportViewer").reportSource({report:e,parameters:n.parameter}),setInterval(function(){$("#k-item k-state-default k-state-disabled").css({display:"block"}),$(".trv-report-viewer input[type=number]").css({"min-height":"0px"})},1e3),o(function(){$("#k-item k-state-default k-state-disabled").css({display:"block"}),$(".trv-report-viewer input[type=number]").css({"min-height":"0px"})},100)},n.searched=function(e,t){return _.filter(e,function(e){return searchUtil(e,t)})},n.search=function(){n.todos=n.searched(n.trialbalance,n.searchText),n.totalItems=n.todos.length,n.currentPage="1",""==n.searchText&&(n.todos=n.trialbalance)},n.search_type=function(e){s.get(i.apiUrl+"api/common/AssetMaster/GetFins_AssetMaster?type="+n.edt.gam_asst_type+"&gam_items="+n.edt.gam_item_no).then(function(e){n.display=!1,n.grid=!0,n.grid1=!0,n.assetmaster_data=e.data,n.totalItems=n.assetmaster_data.length,n.todos=n.assetmaster_data,n.makeTodos(),0==e.data.length&&(swal({title:"Alert",text:"Sorry!! No Data Found",showCloseButton:!0,width:380}),n.grid1=!1)})},n.makeTodos=function(){var e=parseInt(n.totalItems%n.numPerPage),e=(n.pagersize="0"==e?parseInt(n.totalItems/n.numPerPage):parseInt(n.totalItems/n.numPerPage)+1,(n.currentPage-1)*n.numPerPage),t=parseInt(e)+parseInt(n.numPerPage);n.filteredTodos=n.todos.slice(e,t)},n.getgrid=function(){s.get(i.apiUrl+"api/common/AssetMaster/GetFins_AssetMaster").then(function(e){n.display=!1,n.grid=!0,n.assetmaster_data=e.data,n.totalItems=n.assetmaster_data.length,n.todos=n.assetmaster_data,n.makeTodos(),n.grid=!0}),n.myForm.$setPristine(),n.myForm.$setUntouched()},n.cancel=function(){n.grid=!0,n.display=!1,n.myForm.$setPristine(),n.myForm.$setUntouched()},n.size=function(e){"All"==e?(n.currentPage="1",n.filteredTodos=n.assetmaster_data,n.pager=!1):(n.pager=!0,n.pagesize=e,n.currentPage=1,n.numPerPage=e,n.makeTodos()),n.numPerPage=e},n.index=function(e){n.pageindex=e,n.currentPage=e,n.makeTodos(),(void 0).checked=!1},n.back=function(){n.report_show=!0},n.Report1=function(){swal({title:"",text:"Are you sure you want to Save "+n.obj1.lic_school_name+" TrialBalanceByAccount.xls ?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:390,cancelButtonText:"No"}).then(function(e){e&&(e=new Blob([document.getElementById("percentage").innerHTML],{type:"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;charset=utf-8"}),saveAs(e,n.obj1.lic_school_name+" TrialBalanceByAccount.xls"))})},n.Report2=function(e){swal({title:"",text:"Are you sure you want to Save "+n.obj1.lic_school_name+" TrialBalance.xls ?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:390,cancelButtonText:"No"}).then(function(e){e&&(e=new Blob([document.getElementById("dataprint").innerHTML],{type:"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;charset=utf-8"}),saveAs(e,"TrialBalance.xls"))})},n.print=function(){n.colsvis=!0,n.show_report_header=!0,swal({title:"Alert",text:"Do you want to Print?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){var t,a,o;e&&(e=document.head.outerHTML,t=document.getElementById("dataprint").outerHTML,(o=(a=window.open("","_blank","location=yes, statusbar=no, menubar=no, titlebar=no, toolbar=no,dependent=no, width=800, height=600, resizable=yes, screenX=250, screenY=10, personalbar=no, scrollbars=yes")).document).open(),o.write("<!doctype html><html>"+e+'<body onLoad="window.print()">'+t+"</body></html>"),o.close(),a.focus(),n.detailsField=!1,n.colsvis=!1,n.show_report_header=!1,n.getsubdetail())})},n.ischeck=function(){n.checklick=function(){var e=document.getElementById("Show_Schedule");1==e.checked&&e.checked}},$(document).on("touch click",'*[data-datepicker="true"] .add-on',function(e){$('input[type="text"]',$(this).parent()).focus()})}])}(),function(){"use strict";var e=angular.module("sims.module.Finance");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("FixedAssetDepreciationCalculationCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","$filter","ENV",function(o,e,t,a,s,n,i,d){o.pagesize="5",o.pageindex=0,o.cum_deprn=0,o.mth_deprn=0,o.book_value=0,o.save_btn=!0,o.Update_btn=!1,o.display=!0,o.table=!1,o.export_btn=!1,o.busy=!1,o.temp=[],o.show_btn=!1,o.SaveBtnDisabled=!0;let c=t.globals.currentUser.username,l=(c=c.toLowerCase(),o.finnDetail=JSON.parse(window.localStorage.Finn_comp),o.finnDetail.company),r=o.finnDetail.year;setTimeout(function(){$("#cmb_acc_Code3").select2()},100),o.temp.year1=r,n.get(d.apiUrl+"api/AssetDepreciation/getDepreciationAcademicyear?comp_year="+l).then(function(e){o.getyear=e.data,o.sims_academic_year=o.getyear[0].sims_academic_year,o.showCalculated_Depreciationof_all()}),o.getItemsName=function(e){n.get(d.apiUrl+"api/AssetDepreciation/getItemName?item_name="+e).then(function(e){o.getAsset_type=e.data})},n.get(d.apiUrl+"api/AssetDepreciation/getAssetType").then(function(e){o.asset_type_data=e.data}),n.get(d.apiUrl+"api/AssetDepreciation/getPeriods?fins_year="+r+"&fins_comp="+l).then(function(e){o.periods_Name=e.data,o.showCalculated_Depreciation()}),o.showCalculated_Depreciationof_all=function(){n.get(d.apiUrl+"api/AssetDepreciation/getallPeriodsData?fins_year="+o.sims_academic_year+"&fins_comp="+l).then(function(e){o.btn1=!0,o.periods_all_data=e.data})},o.closemodal=function(){o.showCalculated_Depreciationof_all()},o.showCalculated_Depreciation=function(){n.get(d.apiUrl+"api/AssetDepreciation/getallPeriodsData?fins_year="+o.sims_academic_year+"&fins_comp="+l).then(function(e){o.periods_all_data=e.data})},a(function(){$("#fixTable").tableHeadFixer({top:1})},100),o.size=function(e){o.pagesize=e,o.currentPage=1,o.numPerPage=e,o.makeTodos()},o.index=function(e){o.pageindex=e,o.currentPage=e,o.makeTodos(),(void 0).checked=!1,o.CheckAllChecked()},o.filteredTodos=[],o.currentPage=1,o.numPerPage=5,o.maxSize=5,o.makeTodos=function(){var e=parseInt(o.totalItems%o.numPerPage),e=(o.pagersize="0"==e?parseInt(o.totalItems/o.numPerPage):parseInt(o.totalItems/o.numPerPage)+1,(o.currentPage-1)*o.numPerPage),t=parseInt(e)+parseInt(o.numPerPage);o.filteredTodos=o.todos.slice(e,t);for(let e=0;e<o.filteredTodos.length;e++)o.filteredTodos[e].icon="fa fa-plus-circle"},o.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).sims_appl_form_field_value1.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_sip_achievement_desc.toLowerCase().indexOf(t.toLowerCase())||e.sims_sip_achievement_point==t;var t})},o.search=function(){o.todos=o.searched(o.achieveData,o.searchText),o.totalItems=o.todos.length,o.currentPage="1",""==o.searchText&&(o.todos=o.achieveData),o.makeTodos(),(void 0).checked=!1,o.CheckAllChecked()},o.companyCode=l,o.calculateDep=function(e,t,a){o.temp.fins_financial_period_no=t,n.get(d.apiUrl+"api/AssetDepreciation/get_calculateAssetDepreciation?companyCode="+o.companyCode+"&year1="+o.sims_academic_year+"&period_no="+t+"&gal_asst_type="+o.temp.gal_asst_type+"&gam_item_no="+o.temp.gam_item_no).then(function(e){o.msg1=e.data;e=o.msg1.split("-");let t=e[1],a=e[0];swal({title:"",text:"The System Will Update the Asset Depreciation Values. Do you still want to Calculate  Depreciation?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No",allowOutsideClick:!1}).then(function(e){e&&("0"==t?(swal({title:"Alert",text:a,showCloseButton:!0,width:380}),o.save_btn=!1):(o.export_btn=!0,swal({title:"Alert",text:a,showCloseButton:!0,width:380}),o.save_btn=!0),o.currentPage=!0,$("#myModal4").modal("show"),o.Show(),o.save_btn=!1,o.showCalculated_Depreciationof_all()),o.currentPage=!0,o.save_btn=!1})}).catch(function(e){o.display=!0,o.BUSY=!1;var t=e.data.indexOf("ERROR"),e=e.data.substring(t).replace(/-0$/,"");swal({title:"Alert",text:e,showCloseButton:!0,width:380})})},o.Show=function(){o.export_btn=!0,o.table=!0,""==o.temp.gam_asst_type||"undefined"==o.temp.gam_asst_type||""==o.temp.gam_item_no||"undefined"==o.temp.gam_item_no?swal({title:"Alert",text:"Please select Asset type or Item number ",showCloseButton:!0,width:380}):(o.busy=!0,n.get(d.apiUrl+"api/AssetDepreciation/getAssetsData?compnycode="+o.companyCode+"&year="+o.sims_academic_year+"&month="+o.temp.fins_financial_period_no+"&gal_asst_type="+o.temp.gal_asst_type+"&gam_item_no="+o.temp.gam_item_no).then(function(e){if(o.asset_Data=e.data,o.busy=!1,0<o.asset_Data.length){o.cum_deprn=0,o.mth_deprn=0;for(var t=o.book_value=0;t<o.asset_Data.length;t++)o.cum_deprn=parseFloat(o.cum_deprn)+parseFloat(o.asset_Data[t].gam_cum_deprn),o.mth_deprn=parseFloat(o.mth_deprn)+parseFloat(o.asset_Data[t].gam_mth_deprn),o.book_value=parseFloat(o.book_value)+parseFloat(o.asset_Data[t].gam_book_value)}}),o.currentPage=!0,o.SaveBtnDisabled=!1)},o.Showdata=function(t){n.get(d.apiUrl+"api/AssetDepreciation/getmonthData?fins_year="+o.sims_academic_year+"&fins_month="+t).then(function(e){o.asset_Data1=e.data,0!=o.asset_Data1.length&&$("#myModal5").modal("show"),n.get(d.apiUrl+"api/AssetDepreciation/getmonthDatasummary?fins_year="+o.sims_academic_year+"&fins_month="+t).then(function(e){o.asset_summary=e.data})})},o.calculateDepPosting=function(){n.get(d.apiUrl+"api/DepreciationJVPost/getDepreciationJVPosting?year="+r+"&fins_financial_period_no="+o.temp.fins_financial_period_no+"&username="+t.globals.currentUser.username+"&company_code="+l).then(function(e){o.get_Data=e.data,swal({text:o.get_Data,width:400,height:300});e=o.get_Data;values=e.split("-"),doc_no=values[0],doc_code=values[1],n.get(d.apiUrl+"api/JVCreation/Getdoc_cd_prov_no?doc_prov_no="+doc_code+doc_no+"&comp_code="+l).then(function(e){o.doc_cd_final_doc_no=e.data}),0<doc_no&&(o.btn_report=!0)})},o.Report=function(){var e={location:"Finn.FINR10Final",parameter:{comp_detail:l,doc:o.doc_cd_final_doc_no},state:"main.fin017"};window.localStorage.ReportDetails=JSON.stringify(e),goToState("main.ReportCardParameter")},o.Fetchdata=function(){$("#myModal4").modal("show"),o.export_btn=!0,o.table=!0,""==o.temp.gam_asst_type||"undefined"==o.temp.gam_asst_type||""==o.temp.gam_item_no||"undefined"==o.temp.gam_item_no?swal({title:"Alert",text:"Please select Asset type or Item number ",showCloseButton:!0,width:380}):(o.busy=!0,n.get(d.apiUrl+"api/AssetDepreciation/getAssetsData?compnycode="+o.companyCode+"&year="+o.sims_academic_year+"&month="+o.temp.fins_financial_period_no+"&gal_asst_type="+o.temp.gal_asst_type+"&gam_item_no="+o.temp.gam_item_no).then(function(e){o.asset_Data=e.data,o.busy=!1}),o.currentPage=!0)},o.immport=function(){swal({title:"",text:"Are you sure you want to Save FixedAssectDepreciation.xls ?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:390,cancelButtonText:"No"}).then(function(e){e&&(e=new Blob([document.getElementById("fixedAsset").innerHTML],{type:"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;charset=utf-8"}),saveAs(e,"FixedAssectDepreciation.xls"))})},o.Clear=function(){o.temp="",o.table=!1,o.show_btn=!1,o.busy=!1,o.SaveBtnDisabled=!0,o.save_btn=!0},o.Cancel=function(){o.temp="",o.table=!0,o.display=!1,o.Myform.$setPristine(),o.Myform.$setUntouched(),o.temp.sims_sip_achievement_type="",o.temp.sims_sip_achievement_desc="",o.temp.sims_sip_achievement_point="",o.temp.sims_sip_achievement_status=""},o.edit=function(e){o.disabled=!0,o.table=!1,o.display=!0,o.save_btn=!1,o.Update_btn=!0,o.temp={sims_sip_achievement_type:e.sims_sip_achievement_type,sims_sip_achievement_code:e.sims_sip_achievement_code,sims_sip_achievement_desc:e.sims_sip_achievement_desc,sims_sip_achievement_status:e.sims_sip_achievement_status,sims_sip_achievement_point:e.sims_sip_achievement_point,sims_appl_form_field_value1:e.sims_appl_form_field_value1}};let m;o.flag=!0,o.expand=function(e,t){if(!0===o.flag)$(m).remove(),e.icon="fa fa-minus-circle",m=$("<tr id='innerRow'><td class='details' colspan='11'><table class='inner-table' cellpadding='5' cellspacing='0'><tbody><tr><td class='semi-bold'>Quantity</td> <td class='semi-bold'>Invoice Amount </td><td class='semi-bold'>Book Value</td><td class='semi-bold'>Cum Depreciation</td><td class='semi-bold'>Yearly Depr</td> <td class='semi-bold'>Monthly Depr </td><td class='semi-bold'>Sales Value</td><td class='semi-bold'>Replacement Cost</td><td class='semi-bold'>Depr Percent</td> <td class='semi-bold'>Used Item </td><td class='semi-bold'>Status</td><td class='semi-bold'>Status Name</td></tr><tr><td>"+e.gam_quantity+"</td> <td>"+e.gam_invoice_amount+" </td><td>"+e.gam_book_value+"</td><td>"+e.gam_cum_deprn+"</td><td>"+e.gam_ytd_deprn+"</td> <td>"+e.gam_mth_deprn+" </td><td>"+e.gam_sale_value+"</td><td>"+e.gam_repl_cost+"</td><td>"+e.gam_deprn_percent+"</td> <td>"+e.gam_used_on_item+" </td><td>"+e.gam_status+"</td><td>"+e.gam_status_name+"</td></tr> </table></td></tr>"),$(t.currentTarget).parents("tr").after(m),o.flag=!1;else{$("#innerRow").css({display:"none"});for(let e=0;e<o.filteredTodos.length;e++)o.filteredTodos[e].icon="fa fa-plus-circle";o.flag=!0}}}])}(),function(){"use strict";var r,e=angular.module("sims.module.Finance");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("PettyCashDocumentCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(s,e,t,a,o,n,i){s.pagesize="5",s.pageindex=0,s.save_btn=!0;var d=[],c=(s.Update_btn=!1,s.display=!1,s.table=!0,s.temp=[],s.edt=[],a(function(){$("#fixTable").tableHeadFixer({top:1})},100),s.finnDetail=JSON.parse(window.localStorage.Finn_comp),s.finnDetail.company),a=s.finnDetail.year;t.globals.currentUser.username;n.get(i.apiUrl+"api/JVCreation/getDocCodeJV_DPS?comp_code="+c+"&finance_year="+a).then(function(e){s.geDocCode_jv=e.data}),n.get(i.apiUrl+"api/BankMaster/getAllPettyCashDocs").then(function(e){s.getPettyCashDetails=e.data,s.totalItems=s.getPettyCashDetails.length,s.todos=s.getPettyCashDetails,s.makeTodos()}),s.Imbursement=function(e){},s.size=function(e){s.pagesize=e,s.currentPage=1,s.numPerPage=e,r.checked=!1,s.makeTodos()},s.index=function(e){s.pageindex=e,s.currentPage=e,s.makeTodos(),r.checked=!1,s.row1=""},s.filteredTodos=[],s.currentPage=1,s.numPerPage=5,s.maxSize=5,s.makeTodos=function(){var e=parseInt(s.totalItems%s.numPerPage),e=(s.pagersize="0"==e?parseInt(s.totalItems/s.numPerPage):parseInt(s.totalItems/s.numPerPage)+1,(s.currentPage-1)*s.numPerPage),t=parseInt(e)+parseInt(s.numPerPage);s.filteredTodos=s.todos.slice(e,t)},s.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).glpdc_doc_code.toLowerCase().indexOf(t.toLowerCase())||-1<e.glpdc_type_desc.toLowerCase().indexOf(t.toLowerCase())||e.pb_gl_acno==t;var t})},s.search=function(){s.todos=s.searched(s.getPettyCashDetails,s.searchText),s.totalItems=s.todos.length,s.currentPage="1",""==s.searchText&&(s.todos=s.getPettyCashDetails),s.makeTodos(),r.checked=!1,s.CheckAllChecked()},s.showdate=function(e,t){var a=e.split("/")[0],o=e.split("/")[1],e=e.split("/")[2];s.temp[t]=e+"/"+a+"/"+o},s.New=function(){s.doc_code=!1,s.table=!1,s.display=!0,s.save_btn=!0,s.Update_btn=!1,s.temp={glpdc_year:s.finnDetail.year}},s.setvisible=function(){s.ldgno=!0,s.slno=!0},s.getSelectData=function(){n.get(i.apiUrl+"api/BankMaster/getAllPettyCashDocs").then(function(e){s.getPettyCashDetails=e.data,s.totalItems=s.getPettyCashDetails.length,s.todos=s.getPettyCashDetails,s.makeTodos()})};s.savedata=function(e){e&&(e={glpdc_comp_code:c,glpdc_year:s.finnDetail.year,glpdc_doc_code:s.temp.gltd_doc_code,glpdc_type:s.edt.glpdc_type,opr:"I"},d.push(e),n.post(i.apiUrl+"api/BankMaster/CUDPettyCashDocument",d).then(function(e){s.msg1=e.data,1==s.msg1?(swal({title:"Alert",text:"Record Inserted Successfully",showCloseButton:!0,width:300,height:200}),s.getSelectData()):0==s.msg1?swal({title:"Alert",text:"Record Already Present. ",showCloseButton:!0,width:300,height:200}):swal("Error-"+s.msg1),s.getSelectData()}),s.display=!1,s.table=!0)},s.showdate=function(e,t){var a=e.split("/")[0],o=e.split("/")[1],e=e.split("/")[2];s.temp[t]=e+"-"+a+"-"+o},s.Cancel=function(){s.temp="",s.table=!0,s.display=!1,s.Myform.$setPristine(),s.Myform.$setUntouched()},s.edit=function(e){s.Academic_year=!0,s.doc_code=!0,s.table=!1,s.display=!0,s.save_btn=!1,s.Update_btn=!0,s.temp={glpdc_year:e.glpdc_year,gltd_doc_code:e.glpdc_doc_code},s.edt={glpdc_type:e.glpdc_type}};var l=[];s.update=function(e){e&&(e={glpdc_comp_code:c,glpdc_year:s.finnDetail.year,glpdc_doc_code:s.temp.gltd_doc_code,glpdc_type:s.edt.glpdc_type,opr:"I"},l.push(e),n.post(i.apiUrl+"api/BankMaster/CUDPettyCashDocument",l).then(function(e){s.msg1=e.data,1==s.msg1?swal({title:"Alert",text:"Record Updated Successfully",showCloseButton:!0,width:300,height:200}):0==s.msg1?swal({title:"Alert",text:"Same signature record already present. ",showCloseButton:!0,width:300,height:200}):swal("Error-"+s.msg1),n.get(i.apiUrl+"api/BankMaster/getAllPettyCashDocs").then(function(e){s.getPettyCashDetails=e.data,s.totalItems=s.getPettyCashDetails.length,s.todos=s.getPettyCashDetails,s.makeTodos()})}),data2=[],s.display=!1,s.table=!0)},s.CheckAllChecked=function(){if(1==(r=document.getElementById("mainchk")).checked)for(var e=0;e<s.filteredTodos.length;e++)document.getElementById(e+s.filteredTodos[e].glpdc_doc_code).checked=!0,s.row1="row_selected",$("tr").addClass("row_selected");else for(e=0;e<s.filteredTodos.length;e++)document.getElementById(e+s.filteredTodos[e].glpdc_doc_code).checked=!1,r.checked=!1,s.row1=""},s.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),s.color="#edefef"}),1==(r=document.getElementById("mainchk")).checked&&(r.checked=!1,$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected")}))},s.OkDelete=function(){var o=[];s.flag=!1;for(var e,t=0;t<s.filteredTodos.length;t++)1==document.getElementById(t+s.filteredTodos[t].glpdc_doc_code).checked&&(s.flag=!0,e={glpdc_comp_code:s.filteredTodos[t].glpdc_comp_code,glpdc_year:s.filteredTodos[t].glpdc_year,glpdc_doc_code:s.filteredTodos[t].glpdc_doc_code,opr:"D"},o.push(e));s.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)n.post(i.apiUrl+"api/BankMaster/CUDPettyCashDocument",o).then(function(e){s.msg1=e.data,1==s.msg1?swal({title:"Alert",text:"Record Deleted Successfully",showCloseButton:!0,width:380}).then(function(e){e&&(n.get(i.apiUrl+"api/BankMaster/getAllPettyCashDocs").then(function(e){s.getPettyCashDetails=e.data,s.totalItems=s.getPettyCashDetails.length,s.todos=s.getPettyCashDetails,s.makeTodos()}),1==(r=document.getElementById("mainchk")).checked&&(r.checked=!1,s.row1=""),s.currentPage=!0)}):0==s.msg1?swal({title:"Alert",text:"Record Not Deleted. ",showCloseButton:!0,width:380}).then(function(e){e&&(n.get(i.apiUrl+"api/BankMaster/getAllPettyCashDocs").then(function(e){s.getPettyCashDetails=e.data,s.totalItems=s.getPettyCashDetails.length,s.todos=s.getPettyCashDetails,s.makeTodos()}),1==(r=document.getElementById("mainchk")).checked&&(r.checked=!1,s.row1=""),s.currentPage=!0)}):swal("Error-"+s.msg1)});else for(var t=0;t<s.filteredTodos.length;t++){var a=document.getElementById(t+s.filteredTodos[t].glpdc_doc_code);1==a.checked&&(a.checked=!1,r.checked=!1,$("tr").removeClass("row_selected"))}}):swal({title:"Alert",text:"Please Select Atleast One Record",showCloseButton:!0,width:380}),s.currentPage=str},$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0,format:"yyyy-mm-dd"})}])}(),function(){"use strict";var u,e=angular.module("sims.module.Finance");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("PettyCashMastersCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV","$filter",function(s,e,t,a,o,n,i,d){s.pagesize="5",s.pageindex=0,s.save_btn=!0;var c=[],l=(s.dept=!1,s.new_btn=!0,s.account=!1,s.Update_btn=!1,s.display=!1,s.table=!0,a(function(){$("#fixTable").tableHeadFixer({top:1})},100),setTimeout(function(){$("#AccountNo").select2()},100),t.globals.currentUser.username),r=(s.finnDetail=JSON.parse(window.localStorage.Finn_comp),s.finnDetail.company),m=s.finnDetail.year;n.get(i.apiUrl+"api/BankMaster/getapiNewButtonData?login="+l).then(function(e){s.get_allData_new=e.data,0<s.get_allData_new.length&&(s.new_btn=!1)}),s.getAccounts=function(e){n.get(i.apiUrl+"api/BankMaster/getAllAccNumber?code="+r+"&year="+m+"&dept="+e).then(function(e){s.departments=e.data})},n.get(i.apiUrl+"api/BankMaster/getAllDepartments?tbl_cond="+r).then(function(e){s.Department=e.data}),n.get(i.apiUrl+"api/BankMaster/getPettyCashDeatailsData").then(function(e){s.get_allData=e.data,s.totalItems=s.get_allData.length,s.todos=s.get_allData,s.makeTodos()}),s.max_limit_cal=function(e,t){s.max_value=parseInt(e),s.min_value=parseInt(t),s.min_value>s.max_value&&(swal({title:"Alert",text:"Minimum Value less than Maximum Value",showCloseButton:!0,width:300,height:200}),s.temp.glpc_min_limit="")},s.max_limit_cal1=function(e,t){s.max_value1=parseInt(e),s.min_value1=parseInt(t),s.min_value1>s.max_value1&&(swal({title:"Alert",text:"Minimum Value less than Maximum Value",showCloseButton:!0,width:300,height:200}),s.temp.glpc_max_limit_per_transaction="")},n.get(i.apiUrl+"api/BankMaster/GetGLAccountNumber").then(function(e){s.GlACNO=e.data}),s.size=function(e){s.pagesize=e,s.currentPage=1,s.numPerPage=e,u.checked=!1,s.makeTodos()},s.index=function(e){s.pageindex=e,s.currentPage=e,s.makeTodos(),u.checked=!1,s.row1=""},s.filteredTodos=[],s.currentPage=1,s.numPerPage=5,s.maxSize=5,s.makeTodos=function(){var e=parseInt(s.totalItems%s.numPerPage),e=(s.pagersize="0"==e?parseInt(s.totalItems/s.numPerPage):parseInt(s.totalItems/s.numPerPage)+1,(s.currentPage-1)*s.numPerPage),t=parseInt(e)+parseInt(s.numPerPage);s.filteredTodos=s.todos.slice(e,t)},s.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).pb_bank_code.toLowerCase().indexOf(t.toLowerCase())||-1<e.pb_bank_name.toLowerCase().indexOf(t.toLowerCase())||-1<e.pb_srl_no.toLowerCase().indexOf(t.toLowerCase())||-1<e.pb_gl_acno.toLowerCase().indexOf(t.toLowerCase())||e.pb_gl_acno==t;var t})},s.search=function(){s.todos=s.searched(s.Bankmaster,s.searchText),s.totalItems=s.todos.length,s.currentPage="1",""==s.searchText&&(s.todos=s.Bankmaster),s.makeTodos(),u.checked=!1,s.CheckAllChecked()},s.showdate=function(e,t){var a=e.split("-")[0],o=e.split("-")[1],e=e.split("-")[2];s.temp[t]=a+"-"+o+"/"+e},s.New=function(){s.dept=!1,s.account=!1;var e=d("date")(new Date,"dd-MM-yyyy");$("#AccountNo").select2("val",""),s.dt={glpc_cur_date:e,glpc_creation_date:e},s.temp={glpc_creation_user:l},s.disabled=!1,s.table=!1,s.display=!0,s.save_btn=!0,s.Update_btn=!1},s.setvisible=function(){s.ldgno=!0,s.slno=!0};var c=[],p=(s.savedata=function(e){var t={glpc_comp_code:r,glpc_year:m,glpc_dept_no:s.temp.codp_dept_no,glpc_acct_code:s.temp.glma_acct_code,glpc_max_limit:s.temp.glpc_max_limit,glpc_min_limit:s.temp.glpc_min_limit,glpc_max_limit_per_transaction:s.temp.glpc_max_limit_per_transaction,glpc_curr_balance:0,glpc_creation_date:s.dt.glpc_creation_date,glpc_creation_user:l,glpc_cur_date:s.dt.glpc_cur_date,glpc_cost_center_flag:s.temp.glpc_cost_center_flag,glpc_status:s.temp.glpc_status,opr:"I"};c.push(t),n.post(i.apiUrl+"api/BankMaster/CUDPettyCashMasters",c).then(function(e){s.msg1=e.data,1==s.msg1?swal({title:"Alert",text:"Record Inserted Successfully",showCloseButton:!0,width:300,height:200}):swal({title:"Alert",text:"Record Not Inserted "+s.msg1,showCloseButton:!0,width:300,height:200}),n.get(i.apiUrl+"api/BankMaster/getPettyCashDeatailsData").then(function(e){s.get_allData=e.data,s.totalItems=s.get_allData.length,s.todos=s.get_allData,s.makeTodos()})}),s.table=!0,s.display=!1},s.showdate=function(e,t){var a=e.split("-")[0],o=e.split("-")[1],e=e.split("-")[2];s.temp[t]=a+"-"+o+"-"+e},s.Cancel=function(){s.temp="",s.table=!0,s.display=!1,s.Myform.$setPristine(),s.Myform.$setUntouched()},s.edit=function(e){s.table=!1,s.display=!0,s.save_btn=!1,s.Update_btn=!0,s.txtyear=!0,s.cmbstatus=!1,s.dept=!0,s.account=!0;var t=e.glpc_acct_code;s.temp={glpc_number:e.glpc_number,glma_acct_code:t,codp_dept_no:e.glpc_dept_no,glpc_max_limit:e.glpc_max_limit,glpc_min_limit:e.glpc_min_limit,glpc_max_limit_per_transaction:e.glpc_max_limit_per_transaction,glpc_curr_balance:e.glpc_curr_balance,glpc_creation_user:e.glpc_creation_user,glpc_cost_center_flag:e.glpc_cost_center_flag,glpc_status:e.glpc_status},s.dt={glpc_creation_date:e.glpc_creation_date,glpc_cur_date:e.glpc_cur_date},s.getAccounts(e.glpc_dept_no)},[]);s.update=function(){var e={glpc_comp_code:r,glpc_year:m,glpc_dept_no:s.temp.codp_dept_no,glpc_acct_code:s.temp.glma_acct_code,glpc_max_limit:s.temp.glpc_max_limit,glpc_min_limit:s.temp.glpc_min_limit,glpc_max_limit_per_transaction:s.temp.glpc_max_limit_per_transaction,glpc_curr_balance:0,glpc_creation_date:s.dt.glpc_creation_date,glpc_creation_user:l,glpc_cur_date:s.dt.glpc_cur_date,glpc_cost_center_flag:s.temp.glpc_cost_center_flag,glpc_status:s.temp.glpc_status,opr:"U"};p.push(e),n.post(i.apiUrl+"api/BankMaster/CUDPettyCashMasters",p).then(function(e){s.msg1=e.data,1==s.msg1?swal({title:"Alert",text:"Record Updated Successfully",showCloseButton:!0,width:300,height:200}):swal({title:"Alert",text:"Record Not Updated. "+s.msg1,showCloseButton:!0,width:300,height:200}),n.get(i.apiUrl+"api/BankMaster/getPettyCashDeatailsData").then(function(e){s.get_allData=e.data,s.totalItems=s.get_allData.length,s.todos=s.get_allData,s.makeTodos()})}),s.table=!0,s.display=!1},s.CheckAllChecked=function(){if(1==(u=document.getElementById("mainchk")).checked)for(var e=0;e<s.filteredTodos.length;e++)document.getElementById(e+s.filteredTodos[e].glpc_number).checked=!0,s.row1="row_selected",$("tr").addClass("row_selected");else for(e=0;e<s.filteredTodos.length;e++)document.getElementById(e+s.filteredTodos[e].glpc_number).checked=!1,u.checked=!1,s.row1=""},s.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),s.color="#edefef"}),1==(u=document.getElementById("mainchk")).checked&&(u.checked=!1,$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected")}))},s.OkDelete=function(){var o=[];s.flag=!1;for(var e=0;e<s.filteredTodos.length;e++){var t;s.filteredTodos[e].glpc_comp_code,s.filteredTodos[e].glpc_dept_no,s.filteredTodos[e].glpc_acct_code;1==document.getElementById(e+s.filteredTodos[e].glpc_number).checked&&(s.flag=!0,t={glpc_comp_code:s.filteredTodos[e].glpc_comp_code,glpc_year:s.filteredTodos[e].glpc_year,glpc_dept_no:s.filteredTodos[e].glpc_dept_no,glpc_acct_code:s.filteredTodos[e].glpc_acct_code,opr:"D"},o.push(t))}s.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)n.post(i.apiUrl+"api/BankMaster/CUDPettyCashMasters",o).then(function(e){s.msg1=e.data,1==s.msg1?swal({title:"Alert",text:"Record Deleted Successfully",showCloseButton:!0,width:380}).then(function(e){e&&(n.get(i.apiUrl+"api/BankMaster/getPettyCashDeatailsData").then(function(e){s.get_allData=e.data,s.totalItems=s.get_allData.length,s.todos=s.get_allData,s.makeTodos()}),1==(u=document.getElementById("mainchk")).checked&&(u.checked=!1,s.row1=""),s.currentPage=!0)}):swal({title:"Alert",text:"Record Not Deleted. "+s.msg1,showCloseButton:!0,width:380}).then(function(e){e&&(n.get(i.apiUrl+"api/BankMaster/getPettyCashDeatailsData").then(function(e){s.get_allData=e.data,s.totalItems=s.get_allData.length,s.todos=s.get_allData,s.makeTodos()}),1==(u=document.getElementById("mainchk")).checked&&(u.checked=!1,s.row1=""),s.currentPage=!0)})});else for(var t=0;t<s.filteredTodos.length;t++){var a=document.getElementById(t+s.filteredTodos[t].glpc_number);1==a.checked&&(a.checked=!1,u.checked=!1,$("tr").removeClass("row_selected"))}}):swal({title:"Alert",text:"Please Select Atleast One Record",showCloseButton:!0,width:380})},$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0,format:"yyyy-mm-dd"})}])}(),function(){"use strict";var p,e=angular.module("sims.module.Finance");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("PettyCashApproveCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV","$filter",function(s,e,t,a,o,n,i,d){s.pagesize="10",s.pageindex="0",s.pager=!0,s.save_btn=!0;var c=[],l=(s.dept=!1,s.account=!1,s.Update_btn=!1,s.display=!1,s.table=!0,s.approve_btn=!0,a(function(){$("#fixTable").tableHeadFixer({top:1})},100),t.globals.currentUser.username),r=(s.finnDetail=JSON.parse(window.localStorage.Finn_comp),s.finnDetail.company),m=s.finnDetail.year;s.getAccounts=function(e){n.get(i.apiUrl+"api/BankMaster/getAllAccNumber?code="+r+"&year="+m+"&dept="+e).then(function(e){s.departments=e.data})},n.get(i.apiUrl+"api/BankMaster/getAllDepartments?tbl_cond="+r).then(function(e){s.Department=e.data}),s.showData=function(e){$("#MyModal").modal("show");var t=e.glpc_acct_code;s.temp={glpc_number:e.glpc_number,glma_acct_code:t,codp_dept_no:e.glpc_dept_no,glpc_max_limit:e.glpc_max_limit,glpc_min_limit:e.glpc_min_limit,glpc_max_limit_per_transaction:e.glpc_max_limit_per_transaction,glpc_curr_balance:e.glpc_curr_balance,glpc_creation_user:e.glpc_creation_user,glpc_cost_center_flag:e.glpc_cost_center_flag,glpc_status:e.glpc_status},s.dt={glpc_creation_date:e.glpc_creation_date,glpc_cur_date:e.glpc_cur_date},s.getAccounts(e.glpc_dept_no)},n.get(i.apiUrl+"api/BankMaster/getPettyCashApproveDeatailsData?login="+l).then(function(e){s.get_allData=e.data,s.totalItems=s.get_allData.length,s.todos=s.get_allData,s.makeTodos()}),s.max_limit_cal=function(e,t){s.max_value=parseInt(e),s.min_value=parseInt(t),s.min_value>s.max_value&&(swal({title:"Alert",text:"Minimum Value less than Maximum Value",showCloseButton:!0,width:300,height:200}),s.temp.glpc_min_limit="")},s.max_limit_cal1=function(e,t){s.max_value1=parseInt(e),s.min_value1=parseInt(t),s.min_value1>s.max_value1&&(swal({title:"Alert",text:"Minimum Value less than Maximum Value",showCloseButton:!0,width:300,height:200}),s.temp.glpc_max_limit_per_transaction="")},n.get(i.apiUrl+"api/BankMaster/GetGLAccountNumber").then(function(e){s.GlACNO=e.data}),s.size=function(e){"All"==e?(s.currentPage="1",s.filteredTodos=s.get_allData,s.pager=!1):(s.pager=!0,s.pagesize=e,s.currentPage=1,s.numPerPage=e,s.makeTodos()),p.checked=!1},s.index=function(e){s.pageindex=e,s.currentPage=e,s.makeTodos(),p.checked=!1,s.row1=""},s.filteredTodos=[],s.currentPage=1,s.numPerPage=10,s.maxSize=10,s.makeTodos=function(){var e=parseInt(s.totalItems%s.numPerPage),e=(s.pagersize="0"==e?parseInt(s.totalItems/s.numPerPage):parseInt(s.totalItems/s.numPerPage)+1,(s.currentPage-1)*s.numPerPage),t=parseInt(e)+parseInt(s.numPerPage);s.filteredTodos=s.todos.slice(e,t)},s.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).pb_bank_code.toLowerCase().indexOf(t.toLowerCase())||-1<e.pb_bank_name.toLowerCase().indexOf(t.toLowerCase())||-1<e.pb_srl_no.toLowerCase().indexOf(t.toLowerCase())||-1<e.pb_gl_acno.toLowerCase().indexOf(t.toLowerCase())||e.pb_gl_acno==t;var t})},s.search=function(){s.todos=s.searched(s.Bankmaster,s.searchText),s.totalItems=s.todos.length,s.currentPage="1",""==s.searchText&&(s.todos=s.Bankmaster),s.makeTodos(),p.checked=!1,s.CheckAllChecked()},s.showdate=function(e,t){var a=e.split("-")[0],o=e.split("-")[1],e=e.split("-")[2];s.temp[t]=a+"-"+o+"-"+e},s.setvisible=function(){s.ldgno=!0,s.slno=!0};c=[];s.savedata=function(e){var t={glpc_comp_code:r,glpc_year:m,glpc_dept_no:s.temp.codp_dept_no,glpc_acct_code:s.temp.glma_acct_code,glpc_max_limit:s.temp.glpc_max_limit,glpc_min_limit:s.temp.glpc_min_limit,glpc_max_limit_per_transaction:s.temp.glpc_max_limit_per_transaction,glpc_curr_balance:0,glpc_creation_date:s.dt.glpc_creation_date,glpc_creation_user:l,glpc_cur_date:s.dt.glpc_cur_date,glpc_cost_center_flag:s.temp.glpc_cost_center_flag,glpc_status:s.temp.glpc_status,opr:"I"};c.push(t),n.post(i.apiUrl+"api/BankMaster/CUDPettyCashMasters",c).then(function(e){s.msg1=e.data,1==s.msg1?swal({title:"Alert",text:"Record Inserted Successfully",showCloseButton:!0,width:300,height:200}):0==s.msg1?swal({title:"Alert",text:"Bank code allready present. ",showCloseButton:!0,width:300,height:200}):swal("Error-"+s.msg1),n.get(i.apiUrl+"api/BankMaster/getPettyCashDeatailsData").then(function(e){s.get_allData=e.data,s.totalItems=s.get_allData.length,s.todos=s.get_allData,s.makeTodos()})}),s.table=!0,s.display=!1},s.showdate=function(e,t){var a=e.split("-")[0],o=e.split("-")[1],e=e.split("-")[2];s.temp[t]=a+"-"+o+"-"+e},s.Approve=function(){for(var e,t=[],a=0;a<s.filteredTodos.length;a++)1==s.filteredTodos[a].fins_fins_approve_status&&(e={glpc_comp_code:s.filteredTodos[a].glpc_comp_code,glpc_year:s.filteredTodos[a].glpc_year,glpc_dept_no:s.filteredTodos[a].glpc_dept_no,glpc_acct_code:s.filteredTodos[a].glpc_acct_code,glpc_cost_center_flag:"A",opr:"B"});t.push(e),n.post(i.apiUrl+"api/BankMaster/UpdateAproveMasters",t).then(function(e){s.msg1=e.data,1==s.msg1?swal({title:"Alert",text:"Approved Successfully",showCloseButton:!0,width:300,height:200}):0==s.msg1?swal({title:"Alert",text:"Not Approved. ",showCloseButton:!0,width:300,height:200}):swal("Error-"+s.msg1),n.get(i.apiUrl+"api/BankMaster/getPettyCashDeatailsData").then(function(e){s.get_allData=e.data,s.totalItems=s.get_allData.length,s.todos=s.get_allData,s.makeTodos()})})},s.CheckAllChecked=function(){if(1==(p=document.getElementById("mainchk")).checked)for(var e=0;e<s.filteredTodos.length;e++)document.getElementById(e+s.filteredTodos[e].glpc_number).checked=!0,s.row1="row_selected",$("tr").addClass("row_selected");else for(e=0;e<s.filteredTodos.length;e++)document.getElementById(e+s.filteredTodos[e].glpc_number).checked=!1,p.checked=!1,s.row1=""},s.checkonebyonedelete=function(){s.approve_btn=!1,$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),s.color="#edefef"}),1==(p=document.getElementById("mainchk")).checked&&(p.checked=!1,$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected")})),str.status=str.fins_fins_approve_status},$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0,format:"yyyy-mm-dd"})}])}(),function(){"use strict";var e=angular.module("sims.module.Finance");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("Petty_Cash_DPSCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(n,e,t,a,o,i,d){n.pagesize="5",n.edt="",n.amount_difference=0,n.operation=!0,n.chkcost=!0,n.cost_combo=!0,n.doc_cd_prov_no="",n.doc_cd_final_doc_no="",n.block1=[],n.block2=[],n.block3=[],n.temp_doc=[],n.vis=[],n.vis.main=!0,n.vis.onchangedoccodeshow=!1,n.dramount=!1,n.cramount=!1,n.vis.doc_detail_grid=!0,n.vis.main_acct_grid=!0,n.save1=!0,n.vis.add_grid=!0,n.checkprintbtn=!1,n.vis.Add_show_hide=!0,n.prdocdata=[],n.doc_detail_data=[],n.temp={},n.temp.temp_chk_doc_details="",n.vis.update=!1,n.chkcost=!1,n.cost_combo=!1,n.readonly=!0,n.vis.ok=!0,n.vis.is_recur=!0,n.preparebtn=!0,n.verifybtn=!0,n.authorizebtn=!0,n.vis.cmb_acct=!0,n.vis.txt_acct=!1,n.dis_recur_date=!0,n.edt2=[],n.edt=[];var _=(_=t.globals.currentUser.username).toLowerCase(),c=(n.finnDetail=JSON.parse(window.localStorage.Finn_comp),n.finnDetail.company),t=n.finnDetail.year,a=(setTimeout(function(){$("#cmb_acc_Code3").select2()},100),n.maxmize=function(){$("#jv_Voucher").css({height:"100%",width:"100%"}),n.windowflg=!0},n.manimize=function(){$("#jv_Voucher").css({height:"600px",width:"900px"}),n.windowflg=!1},a(function(){$("#fixTable").tableHeadFixer({top:1}),$("#fixTable1").tableHeadFixer({top:1}),$("#Table1").tableHeadFixer({top:1})},100),n.Verify=function(){n.edt="",n.edt1="",n.edt2="",n.vis.main=!1,n.jvtitle="- Verify",n.vis.prepare=!1,n.vis.verify=!0,n.vis.Autorize=!1,n.vis.user_vry=!1,n.vis.user_aut=!1,i.get(d.apiUrl+"api/PettyCash/getFinn140_SearchFins_temp_docs_DPS?compcode="+c+"&username="+_).then(function(e){n.verify_data=e.data})},n.Authorize=function(e){n.jvtitle="- Authorize",n.edt="",n.edt1="",n.edt2="",n.vis.main=!1,n.vis.prepare=!1,n.vis.verify=!1,n.vis.Autorize=!0,n.vis.user_vry=!0,n.vis.user_aut=!1,i.get(d.apiUrl+"api/PettyCash/getFinn142_SearchFins_temp_docs_DPS?compcode="+c+"&username="+_).then(function(e){n.Authorize_data=e.data})},n.back=function(){n.vis.main=!0,n.jvtitle=" ",n.checkprintbtn=!1,n.totalDebit=0,n.totalcredit=0,n.prvno="",n.dcode=!1,n.block1=[],n.block2=[],n.block3=[],n.temp_doc=[],n.edt2=[],n.edt=[],n.prdocdata=[],n.vis.cmb_acct=!0,n.vis.txt_acct=!1,n.ldgcd=!1,n.vis.is_recur=!0,n.vis.ok=!0,n.vis.update=!1,n.vis.SendToVerify=!1,n.vis.onchangedoccodeshow=!1,n.doc_data=!1,n.Doc_table=!1,n.doc_type_combo=!1,n.doc_type_input=!1,n.dis_recur_date=!0,n.lbl_recur="",n.vis.recur_periods=!1,n.temp.temp_chk_doc_details=!1;var e=new Date,t=e.getDate(),a=e.getMonth()+1,e=(a<10&&(a="0"+a),e.getFullYear());n.sdate=t+"-"+a+"-"+e,n.edate=t+"-"+a+"-"+e,n.temp_doc={gltd_doc_date:t+"-"+a+"-"+e,gltd_post_date:t+"-"+a+"-"+e}},n.clear=function(){n.dcode=!1,n.block1=[],n.block2=[],n.block3=[],n.temp_doc=[],n.checkprintbtn=!1,n.prvno="",n.totalDebit=0,n.totalcredit=0,n.edt2=[],n.edt=[],n.prdocdata=[],n.vis.cmb_acct=!0,n.vis.txt_acct=!1,n.ldgcd=!1,n.vis.is_recur=!0,n.vis.ok=!0,n.vis.update=!1,n.vis.SendToVerify=!1,n.vis.onchangedoccodeshow=!1,n.dis_recur_date=!0,n.lbl_recur="",n.vis.recur_periods=!1,n.doc_data=!1,n.Doc_table=!1,n.doc_type_combo=!1,n.doc_type_input=!1,n.temp.temp_chk_doc_details=!1;var e=new Date,t=e.getDate(),a=e.getMonth()+1,e=(a<10&&(a="0"+a),e.getFullYear());n.sdate=t+"-"+a+"-"+e,n.edate=t+"-"+a+"-"+e,n.temp_doc={gltd_doc_date:t+"-"+a+"-"+e,gltd_post_date:t+"-"+a+"-"+e},i.get(d.apiUrl+"api/BankPayment/GetVerifyAuthorizeUsers").then(function(e){n.users=e.data,0!=n.users.length&&(n.users[0]==_&&n.users[1]==_?(n.vis.autoriz=!0,n.vis.very=!0):n.users[0]!=_||""!=n.users[1]&&n.users[1]==_?(n.vis.autoriz=!1,n.vis.very=!1):(n.vis.autoriz=!1,n.vis.very=!0))})},n.chk_click_ver=function(e){e.gltd_revert&&(e.gltd_revert=!1,e.gltd_verify=!0)},n.chk_click_rev=function(e){e.gltd_verify&&(e.gltd_revert=!0,e.gltd_verify=!1)},n.chk_click_aut=function(e){e.gltd_verify&&(e.gltd_verify=!1,e.gltd_authorize=!0)},n.chk_click_very=function(e){e.gltd_authorize&&(e.gltd_verify=!0,e.gltd_authorize=!1)},n.chk_clickAll=function(e){if(e)for(var t=0;t<n.Authorize_data.length;t++)n.Authorize_data[t].gltd_authorize=!0;else for(t=0;t<n.Authorize_data.length;t++)n.Authorize_data[t].gltd_authorize=!1},n.chk_click_verifyAll=function(e){if(e){for(var t=0;t<n.verify_data.length;t++)n.verify_data[t].gltd_verify=!0,n.verify_data[t].gltd_revert=!1;n.v_data.gltd_revert1=!1}else for(t=0;t<n.verify_data.length;t++)n.verify_data[t].gltd_verify=!1},n.chk_click_revertAll=function(e){if(e){for(var t=0;t<n.verify_data.length;t++)n.verify_data[t].gltd_revert=!0,n.verify_data[t].gltd_verify=!1;n.v_data.gltd_verify1=!1}else for(t=0;t<n.verify_data.length;t++)n.verify_data[t].gltd_revert=!1},n.chk_clickAll=function(e){if(e){for(var t=0;t<n.Authorize_data.length;t++)n.Authorize_data[t].gltd_authorize=!0,n.Authorize_data[t].gltd_verify=!1;n.A_data.gltd_very1=!1}else for(t=0;t<n.Authorize_data.length;t++)n.Authorize_data[t].gltd_authorize=!1},n.very_chk_clickAll=function(e){if(e){for(var t=0;t<n.Authorize_data.length;t++)n.Authorize_data[t].gltd_verify=!0,n.Authorize_data[t].gltd_authorize=!1;n.A_data.gltd_authorize1=!1}else for(t=0;t<n.Authorize_data.length;t++)n.Authorize_data[t].gltd_verify=!1},n.ShowFilterText=function(e){n.filterVisible=""!=e,n.block1.chk_previous_clear=!0,n.edt.txt_filter_range="0"},n.ShowFilterText_Aut=function(e){n.filterVisible_aut=""!=e,n.block1.chk_previous_clear_aut=!0,n.edt.txt_filter_range_aut="0"},i.get(d.apiUrl+"api/PettyCash/GetVerifyAuthorizeUsers_PC?username="+_+"&comp_code="+c+"&fyear="+t+"&doc_code=1").then(function(e){n.users=e.data,0!=n.users.length&&(n.users[0]==_&&n.users[1]==_?(n.verifybtn=!1,n.authorizebtn=!1):(n.users[0]!=_||""!=n.users[1]&&n.users[1]==_?n.verifybtn=!0:n.verifybtn=!1,n.authorizebtn=!0))}),i.get(d.apiUrl+"api/JVCreation/GetReportUrl?opr=J&sub_opr=Final").then(function(e){n.final_doc_url=e.data}),i.get(d.apiUrl+"api/JVCreation/GetReportUrl?opr=J&sub_opr=Prov").then(function(e){n.prov_doc_url=e.data}),n.Verify_data=function(){for(var e,t=[],a=0,o=0,s=0;s<n.verify_data.length;s++)1!=n.verify_data[s].gltd_verify&&1!=n.verify_data[s].gltd_revert||(1==n.verify_data[s].gltd_verify?a+=1:1==n.verify_data[s].gltd_revert&&(o+=1),e={gltd_comp_code:n.verify_data[s].gltd_comp_code,gltd_doc_code:n.verify_data[s].gltd_doc_code,gltd_prov_doc_no:n.verify_data[s].gltd_prov_doc_no,gltd_verify:n.verify_data[s].gltd_verify,gltd_revert:n.verify_data[s].gltd_revert,gltd_verify_user:_,gltd_verify_date:l+"-"+r+"-"+m},t.push(e));i.post(d.apiUrl+"api/JVCreation/UpdateFinn140_temp_docs",t).then(function(e){n.msg1=e.data,1==n.msg1&&0<a?(swal({title:"Alert",text:"Verified Successfully",width:300,height:200}),n.Verify()):1==n.msg1&&0<o?(swal({title:"Alert",text:"Reverted Successfully",width:300,height:200}),n.Verify()):swal({title:"Alert",text:"Documents Not Verified",width:300,height:200})})},n.Authorize_click=function(){var e=[],t=0,a=0;n.doc_cd_prov_no="";for(var o,s=0;s<n.Authorize_data.length;s++)1!=n.Authorize_data[s].gltd_authorize&&1!=n.Authorize_data[s].gltd_verify||(1==n.Authorize_data[s].gltd_authorize?t+=1:1==n.Authorize_data[s].gltd_verify&&(a+=1),o={gltd_comp_code:n.Authorize_data[s].gltd_comp_code,gltd_doc_code:n.Authorize_data[s].gltd_doc_code,gltd_prov_doc_no:n.Authorize_data[s].gltd_prov_doc_no,gltd_verify:n.Authorize_data[s].gltd_verify,gltd_authorize:n.Authorize_data[s].gltd_authorize,gltd_authorize_user:_,gltd_authorize_date:l+"-"+r+"-"+m},e.push(o),1==n.Authorize_data[s].gltd_authorize&&(n.doc_cd_prov_no=n.doc_cd_prov_no+n.Authorize_data[s].gltd_doc_code+n.Authorize_data[s].gltd_prov_doc_no+","));i.post(d.apiUrl+"api/JVCreation/UpdateFinn142_temp_docs",e).then(function(e){n.msg1=e.data,1==n.msg1&&0<t?(swal({title:"Alert",text:"Authorized Successfully",width:300,height:200}),i.get(d.apiUrl+"api/JVCreation/Getdoc_cd_prov_no?doc_prov_no="+n.doc_cd_prov_no+"&comp_code="+c).then(function(e){n.doc_cd_final_doc_no=e.data;e={location:n.final_doc_url,parameter:{comp_detail:c,doc:n.doc_cd_final_doc_no},state:"main.Fin230"};window.localStorage.ReportDetails=JSON.stringify(e),goToState("main.ReportCardParameter")}),n.Authorize()):1==n.msg1&&0<a?(swal({title:"Alert",text:"Reverted Successfully",width:300,height:200}),n.Authorize()):swal({title:"Alert",text:"Documents Not Authorized",width:300,height:200})})},n.JVCreates=[],new Date),l=a.getDate(),r=a.getMonth()+1,m=(r<10&&(r="0"+r),a.getFullYear());n.sdate=l+"-"+r+"-"+m,n.edate=l+"-"+r+"-"+m,n.temp_doc={gltd_doc_date:l+"-"+r+"-"+m,gltd_post_date:l+"-"+r+"-"+m,ChequeDate:l+"-"+r+"-"+m},n.myFunct=function(e){13==e.which&&(n.temp_doc.gltd_post_date=l+"-"+r+"-"+m)},n.myFunct1=function(e){13==e.which&&(n.temp.ChequeDate=l+"-"+r+"-"+m)},$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0,format:"dd-mm-yyyy"}),$(document).on("touch click",'*[data-datepicker="true"] .add-on',function(e){$('input[type="text"]',$(this).parent()).focus()}),n.FilterCode=function(){if(1==n.block1.chk_previous_clear)for(var e=0;e<n.verify_data.length;e++)n.verify_data[e].gltd_revert=!1,n.verify_data[e].gltd_verify=!1;if("Select Verify Records"==n.edt.SelectOption)for(e=0;e<n.edt.txt_filter_range;e++)n.verify_data[e].gltd_verify=!0,n.verify_data[e].gltd_revert=!1;else if("Select Revert Records"==n.edt.SelectOption)for(e=0;e<n.edt.txt_filter_range;e++)n.verify_data[e].gltd_revert=!0,n.verify_data[e].gltd_verify=!1},n.FilterCode_aut=function(){if(1==n.block1.chk_previous_clear_aut)for(var e=0;e<n.Authorize_data.length;e++)n.Authorize_data[e].gltd_authorize=!1,n.Authorize_data[e].gltd_verify=!1;if("Select Revert Records"==n.edt.SelectOption_aut)for(e=0;e<n.edt.txt_filter_range_aut;e++)n.Authorize_data[e].gltd_verify=!0,n.Authorize_data[e].gltd_authorize=!1;else if("Select Authorize Records"==n.edt.SelectOption_aut)for(e=0;e<n.edt.txt_filter_range_aut;e++)n.Authorize_data[e].gltd_authorize=!0,n.Authorize_data[e].gltd_verify=!1},n.docCode1,n.provNo1,n.CheckPrintReport=function(){var e={location:n.prov_doc_url,parameter:{comp_detail:c,doc_code:n.docCode1,doc_no:n.provNo1},state:"main.Fin230"};window.localStorage.ReportDetails=JSON.stringify(e),goToState("main.ReportCardParameter")},n.PrintReport=function(){var e={location:n.prov_doc_url,parameter:{comp_detail:c,doc_code:n.temp_doc.gltd_doc_code,doc_no:n.prvno},state:"main.Fin230"};window.localStorage.ReportDetails=JSON.stringify(e),goToState("main.ReportCardParameter")},n.Fetchdata=function(e,t,a){n.docCode1=t,n.provNo1=a,$("#myModal4").modal("show"),i.get(d.apiUrl+"api/JVCreation/getAllRecords_DPS?doccode="+t+"&prnumber="+a+"&comp_code="+e).then(function(e){n.prdocdata=e.data,n.block1=[],n.totalDebit=0;for(var t=n.totalcredit=0;t<n.prdocdata.length;t++)0==t&&(n.temp_doc.gltd_comp_code=n.prdocdata[t].gltd_comp_code,n.temp_doc.gltd_doc_code=n.prdocdata[t].gltd_doc_code,n.temp_doc.gldc_doc_short_name=n.prdocdata[t].gldc_doc_short_name,n.temp_doc.gltd_doc_narr=n.prdocdata[t].gltd_doc_narr,n.temp_doc.gltd_remarks=n.prdocdata[t].gltd_remarks,n.temp_doc.gltd_doc_date=n.prdocdata[t].gltd_doc_date,n.temp_doc.gltd_post_date=n.prdocdata[t].gltd_post_date,n.temp_doc.gltd_prov_doc_no=a,n.temp_doc.gldu_authorize=n.prdocdata[t].gldu_authorize,n.temp_doc.gldu_verify=n.prdocdata[t].gldu_verify,n.temp_doc.gltd_authorize_date=n.prdocdata[t].gltd_authorize_date,n.temp_doc.gltd_verify_date=n.prdocdata[t].gltd_verify_date),n.cost=n.cost||""!=n.prdocdata[t].gldd_cost_center_code||""!=n.prdocdata[t].gldd_cost_center_code,n.totalDebit=parseFloat(n.totalDebit)+parseFloat(n.prdocdata[t].gldd_doc_amount_debit),n.totalcredit=parseFloat(n.totalcredit)+parseFloat(n.prdocdata[t].gldd_doc_amount_credit)})}}])}(),function(){"use strict";var e=angular.module("sims.module.Finance");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("VoucherDataImportCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV","XLSXReaderService","$filter",function(d,e,t,a,o,s,n,i,_){d.rgvtbl=!1,a(function(){$("#fixTable").tableHeadFixer({top:1}),$("#Table1").tableHeadFixer({top:1})},100);var c=t.globals.currentUser.username,l="",r="",m=(jQuery.isEmptyObject(window.localStorage.Finn_comp)||(d.finnDetail=JSON.parse(window.localStorage.Finn_comp),l=d.finnDetail.company,r=d.finnDetail.year),s.get(n.apiUrl+"api/common/Empdashboard/GetDashboardData").then(function(e){d.portal_data=e.data,0<e.data.length?d.portal_data=e.data:(d.portal_data_flg="1",d.portal_data.push({}))}),d.displaytable=!0,d.save=!0,d.items=[],new Date,d.ddMMyyyy=_("date")(new Date,"dd-MM-yyyy")+"-"+_("date")(new Date,"HH-mm-ss"),d.showPreview=!1,d.showJSONPreview=!0,d.json_string="",d.itemsPerPage="50",d.currentPage=0,d.filesize=!1,d.sheets=[],d.vouchertableshow=!0,d.budgettableshow=!0,d.tileshow=!0,d.savehide=!0,d.bdgexportdata=[],new FormData);d.getTheFiles=function(e){d.flag=0,angular.forEach(e,function(e,t){m.append(t,e)})},d.tileClick=function(e){d.importCode=e,d.tileshow=!1,"B"==d.importCode&&(d.selectedappl="Budget Import",d.bkcolor="#6dabaf",s.get(n.apiUrl+"api/UpdateVoucher/getBudgetData?compcode="+l+"&finyear="+r+"&username="+c).then(function(e){d.bdgexportdata=e.data,console.log(d.bdgexportdata)})),"V"==d.importCode&&(d.selectedappl="Voucher Import",d.bkcolor="#6881b3")},d.cancelClick=function(e){d.tileshow=!0,d.bdgsheetsData=[],d.sheetsData=[],d.vouchertableshow=!0,d.budgettableshow=!0,angular.forEach(angular.element("input[type='file']"),function(e){angular.element(e).val(null)})},d.file_changed=function(e){var t=e.files[0],a=(d.filename=e.files[0],d.photo_filename=t.type,new FileReader);a.onload=function(e){d.$apply(function(){d.prev_img=e.target.result})},a.readAsDataURL(t),document.getElementById("file1").files[0];d.sheets=[],d.excelFile=e.files[0],i.readFile(d.excelFile,d.showPreview,d.showJSONPreview).then(function(e){d.display=!1,d.save=!1;Object.keys(e.sheets.Sheet1[0]).length;if(d.sheets=e.sheets,d.sheetsData=[],"V"==d.importCode){d.Voucher_Number=1,d.uqid=Date.now().toString(36)+Math.random().toString(36).substr(2);for(var t=d.sheets.Sheet1.length-1,a=0;a<d.sheets.Sheet1.length;a++){"*"!=d.sheets.Sheet1[a].Company_Code&&"*"!=d.sheets.Sheet1[a].Company_Code||(d.Voucher_Number=++d.Voucher_Number),null==d.sheets.Sheet1[a].Voucher_Date||""==d.sheets.Sheet1[a].Voucher_Date?d.vd=null:((n=(s=new Date(d.sheets.Sheet1[a].Voucher_Date)).getMonth()+1)<10&&(n="0"+n),(i=s.getDate())<10&&(i="0"+i),d.vd=s.getFullYear()+"-"+n+"-"+i),null==d.sheets.Sheet1[a].Invoice_Cheque_Date||""==d.sheets.Sheet1[a].Invoice_Cheque_Date?d.cd=null:((n=(s=new Date(d.sheets.Sheet1[a].Invoice_Cheque_Date)).getMonth()+1)<10&&(n="0"+n),(i=s.getDate())<10&&(i="0"+i),d.cd=s.getFullYear()+"-"+n+"-"+i),null==d.sheets.Sheet1[a].Cheque_Due_Date||""==d.sheets.Sheet1[a].Cheque_Due_Date?d.id=null:((n=(s=new Date(d.sheets.Sheet1[a].Cheque_Due_Date)).getMonth()+1)<10&&(n="0"+n),(i=s.getDate())<10&&(i="0"+i),d.id=s.getFullYear()+"-"+n+"-"+i);var o={voucher_number:d.Voucher_Number,company_code:d.sheets.Sheet1[a].Company_Code,department_no:d.sheets.Sheet1[a].Department_No,voucher_type:d.sheets.Sheet1[a].Voucher_Type,document_narration:d.sheets.Sheet1[a].Document_Narration,document_remark:d.sheets.Sheet1[a].Document_Remark,created_by:d.sheets.Sheet1[a].Created_By,voucher_date:d.vd,ledger_group:d.sheets.Sheet1[a].Ledger_Group,account_code:d.sheets.Sheet1[a].Account_Code,account_name:d.sheets.Sheet1[a].Account_Name,document_amount:d.sheets.Sheet1[a].Document_Amount,paid_to:d.sheets.Sheet1[a].Paid_To,cheque_date:d.cd,invoice_no:d.sheets.Sheet1[a].Invoice_Cheque_No,invoice_date:d.id,UoM:d.sheets.Sheet1[a].UoM,tax_code:d.sheets.Sheet1[a].Tax_Code,tax_acct_code:d.sheets.Sheet1[a].Tax_acct_Code,tax_percentage:d.sheets.Sheet1[a].Tax_Percentage,tax_amount:d.sheets.Sheet1[a].Tax_Amount,state_name:d.sheets.Sheet1[a].State_Name,username:c,company_code:l,financial_year:r,new_id:d.uqid,remark:t===a?"A":"AC"};"*"==d.sheets.Sheet1[a].Company_Code&&"*"==d.sheets.Sheet1[a].Company_Code||d.sheetsData.push(o),d.vouchertableshow=!1,d.budgettableshow=!0,d.savehide=!1}d.SaveDataTable()}if(d.bdgsheetsData=[],"B"==d.importCode)for(a=0;a<d.sheets.Sheet1.length;a++){null==d.sheets.Sheet1[a].doc_date&&""==d.sheets.Sheet1[a].doc_date||((n=(s=new Date(d.sheets.Sheet1[a].doc_date)).getMonth()+1)<10&&(n="0"+n),(i=s.getDate())<10&&(i="0"+i),d.d=s.getFullYear()+"-"+n+"-"+i);var s,n,i,o={glpr_dept_no:d.sheets.Sheet1[a].glpr_dept_no,glpr_dept_name:d.sheets.Sheet1[a].glpr_dept_name,glpr_acct_code:d.sheets.Sheet1[a].glpr_acct_code,glac_display_acct_code:d.sheets.Sheet1[a].glac_display_acct_code,glpr_acct_name:d.sheets.Sheet1[a].glpr_acct_name,glpr_bud_amt:d.sheets.Sheet1[a].glpr_bud_amt,username:c,company_code:l,financial_year:r};d.bdgsheetsData.push(o),d.vouchertableshow=!0,d.budgettableshow=!1,d.savehide=!1}d.busy=!0,d.errlabel=!1})},d.SaveDataTable=function(){0<d.sheetsData.length&&"V"==d.importCode&&s.post(n.apiUrl+"api/UpdateVoucher/insertVoucherDataTable",d.sheetsData).then(function(e){e.data?(angular.forEach(angular.element("input[type='file']"),function(e){angular.element(e).val(null)}),d.sheetsData=[],d.GetVoucherdata()):angular.forEach(angular.element("input[type='file']"),function(e){angular.element(e).val(null)})})},d.GetVoucherdata=function(){console.log(d.uqid),d.sheetsData=[],s.get(n.apiUrl+"api/UpdateVoucher/Get_Import_Voucher_data?new_id="+d.uqid).then(function(e){d.sheetsData=e.data})},d.SaveData=function(){0<d.sheetsData.length&&"V"==d.importCode&&s.post(n.apiUrl+"api/UpdateVoucher/insertVoucherData?new_id="+d.uqid).then(function(e){e.data?(swal("Records Successfully Saved"),angular.forEach(angular.element("input[type='file']"),function(e){angular.element(e).val(null)}),d.sheetsData=[]):(angular.forEach(angular.element("input[type='file']"),function(e){angular.element(e).val(null)}),swal("Records Not Saved"))}),"B"==d.importCode&&0<d.bdgsheetsData.length&&s.post(n.apiUrl+"api/UpdateVoucher/insertBudgetData",d.bdgsheetsData).then(function(e){""!=e.data?(swal(e.data),angular.forEach(angular.element("input[type='file']"),function(e){angular.element(e).val(null)}),d.bdgsheetsData=[]):(angular.forEach(angular.element("input[type='file']"),function(e){angular.element(e).val(null)}),swal("Records Not Saved"))})},d.uploadClick=function(){m=new FormData},d.cancel=function(){d.display=!0,d.sheets="",d.savehide=!0},d.showPreviewChanged=function(e){d.sheets[d.selectedSheetName]},d.exportdata=function(){console.log(d.AllTableData),d.fileName="budget_data_import",d.exportData=[],"B"==d.importCode&&(d.exportData.push(["glpr_dept_no","glpr_dept_name","glpr_acct_code","glac_display_acct_code","glpr_acct_name","glpr_bud_amt"]),angular.forEach(d.bdgexportdata,function(e,t){d.exportData.push([e.glpr_dept_no,e.glpr_dept_name,e.glpr_acct_code,e.glac_display_acct_code,e.glpr_acct_name,e.glpr_bud_amt])}),d.exportexcel(d.exportData))},d.exportexcel=function(e){var t=new function e(){if(!(this instanceof e))return new e;this.SheetNames=[],this.Sheets={}},e=function(e){for(var t,a={},o={s:{c:1e7,r:1e7},e:{c:0,r:0}},s=0;s!=e.length;++s)for(var n=0;n!=e[s].length;++n){o.s.r>s&&(o.s.r=s),o.s.c>n&&(o.s.c=n),o.e.r<s&&(o.e.r=s),o.e.c<n&&(o.e.c=n);var i,d={v:e[s][n]};null!=d.v&&(i=XLSX.utils.encode_cell({c:n,r:s}),"number"==typeof d.v?d.t="n":"boolean"==typeof d.v?d.t="b":d.v instanceof Date?(d.t="n",d.z=XLSX.SSF._table[14],d.v=(t=d.v,void 0&&(t+=1462),(Date.parse(t)-new Date(Date.UTC(1899,11,30)))/864e5)):d.t="s",a[i]=d)}return o.s.c<1e7&&(a["!ref"]=XLSX.utils.encode_range(o)),a}(e),e=(t.SheetNames.push("Sheet1"),t.Sheets.Sheet1=e,XLSX.write(t,{bookType:"xlsx",bookSST:!0,type:"binary"}));saveAs(new Blob([function(e){for(var t=new ArrayBuffer(e.length),a=new Uint8Array(t),o=0;o!=e.length;++o)a[o]=255&e.charCodeAt(o);return t}(e)],{type:"application/octet-stream"}),d.fileName+".xlsx")},d.downloadFormat=function(){"V"==d.importCode&&(d.url=n.siteUrl+"/assets/formats/voucher_data_import.xlsx",window.open(d.url,"_self")),"B"==d.importCode&&(0<d.bdgexportdata.length?d.exportdata():(d.url=n.siteUrl+"/assets/formats/budget_data_import.xlsx",window.open(d.url,"_self")))}}]),e.directive("ngFiles",["$parse","$scope",function(s,e){return{link:function(t,e,a){var o=s(a.ngFiles);e.on("change",function(e){o(t,{$files:e.target.files})})}}}]),e.factory("XLSXReaderService",["$q","$rootScope",function(s,n){function e(e){angular.extend(this,e)}return e.readFile=function(e,t,a){var o=s.defer();return XLSXReader(e,t,a,function(e){n.$apply(function(){o.resolve(e)})}),o.promise},e}])}(),function(){"use strict";var e=angular.module("sims.module.HRMS");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("ImportEmployeeDataCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV","XLSXReaderService","$filter",function(d,e,t,a,o,s,n,i,_){d.rgvtbl=!1,a(function(){$("#fixTable").tableHeadFixer({top:1}),$("#Table1").tableHeadFixer({top:1})},100);var c=t.globals.currentUser.username,l="",r="",m=(d.selectedappl="Employee Import",d.bkcolor="#6dabaf",jQuery.isEmptyObject(window.localStorage.Finn_comp)||(d.finnDetail=JSON.parse(window.localStorage.Finn_comp),l=d.finnDetail.company,r=d.finnDetail.year),s.get(n.apiUrl+"api/common/Empdashboard/GetDashboardData").then(function(e){d.portal_data=e.data,0<e.data.length?d.portal_data=e.data:(d.portal_data_flg="1",d.portal_data.push({}))}),d.displaytable=!0,d.save=!0,d.items=[],new Date,d.ddMMyyyy=_("date")(new Date,"dd-MM-yyyy")+"-"+_("date")(new Date,"HH-mm-ss"),d.showPreview=!1,d.showJSONPreview=!0,d.json_string="",d.itemsPerPage="50",d.currentPage=0,d.filesize=!1,d.sheets=[],d.vouchertableshow=!0,d.budgettableshow=!0,d.tileshow=!0,d.savehide=!0,d.bdgexportdata=[],new FormData);d.getTheFiles=function(e){d.flag=0,angular.forEach(e,function(e,t){m.append(t,e)})},d.tileClick=function(){"V"==d.importCode&&s.get(n.apiUrl+"api/ImportEmployee/getEmployeeData").then(function(e){d.bdgexportdata=e.data,console.log(d.bdgexportdata),"V"==d.importCode&&0<d.bdgexportdata.length&&d.exportdata()})},d.cancelClick=function(e){d.tileshow=!0,d.bdgsheetsData=[],d.sheetsData=[],d.sheetsData1=[],d.verfieddata=!1,d.warningdata=!1,d.savehide=!0,angular.forEach(angular.element("input[type='file']"),function(e){angular.element(e).val(null)})},d.file_changed=function(e){var t=e.files[0],a=(d.filename=e.files[0],d.photo_filename=t.type,new FileReader);a.onload=function(e){d.$apply(function(){d.prev_img=e.target.result})},a.readAsDataURL(t),document.getElementById("file1").files[0];d.sheets=[],d.excelFile=e.files[0],i.readFile(d.excelFile,d.showPreview,d.showJSONPreview).then(function(e){d.display=!1,d.save=!1;Object.keys(e.sheets.Sheet1[0]).length;if(d.sheets=e.sheets,d.sheetsData=[],"V"==d.importCode){d.Voucher_Number=1,d.uqid=Date.now().toString(36)+Math.random().toString(36).substr(2);for(var t=d.sheets.Sheet1.length-1,a=0;a<d.sheets.Sheet1.length;a++){null==d.sheets.Sheet1[a].em_date_of_join||""==d.sheets.Sheet1[a].em_date_of_join?d.vd=null:((s=(o=new Date(d.sheets.Sheet1[a].em_date_of_join)).getMonth()+1)<10&&(s="0"+s),(n=o.getDate())<10&&(n="0"+n),d.vd=o.getFullYear()+"-"+s+"-"+n),null==d.sheets.Sheet1[a].em_dept_effect_from||""==d.sheets.Sheet1[a].em_dept_effect_from?d.cd=null:((s=(o=new Date(d.sheets.Sheet1[a].em_dept_effect_from)).getMonth()+1)<10&&(s="0"+s),(n=o.getDate())<10&&(n="0"+n),d.cd=o.getFullYear()+"-"+s+"-"+n),null==d.sheets.Sheet1[a].em_grade_effect_from||""==d.sheets.Sheet1[a].em_grade_effect_from?d.id=null:((s=(o=new Date(d.sheets.Sheet1[a].em_grade_effect_from)).getMonth()+1)<10&&(s="0"+s),(n=o.getDate())<10&&(n="0"+n),d.id=o.getFullYear()+"-"+s+"-"+n),null==d.sheets.Sheet1[a].em_date_of_birth||""==d.sheets.Sheet1[a].em_date_of_birth?d.md=null:((s=(o=new Date(d.sheets.Sheet1[a].em_date_of_birth)).getMonth()+1)<10&&(s="0"+s),(n=o.getDate())<10&&(n="0"+n),d.md=o.getFullYear()+"-"+s+"-"+n);var o,s,n,i={em_company_code:d.sheets.Sheet1[a].em_company_code,em_number:d.sheets.Sheet1[a].em_number,em_first_name:d.sheets.Sheet1[a].em_first_name,em_date_of_join:d.vd,em_marital_status:d.sheets.Sheet1[a].em_marital_status,em_nation_code:d.sheets.Sheet1[a].em_nation_code,em_dept_code:d.sheets.Sheet1[a].em_dept_code,em_dept_effect_from:d.cd,em_grade_effect_from:d.id,em_desg_code:d.sheets.Sheet1[a].em_desg_code,em_grade_code:d.sheets.Sheet1[a].em_grade_code,em_staff_type:d.sheets.Sheet1[a].em_staff_type,em_sex:d.sheets.Sheet1[a].em_sex,em_date_of_birth:d.md,em_mobile:d.sheets.Sheet1[a].em_mobile,em_email:d.sheets.Sheet1[a].em_email,username:c,company_code:l,financial_year:r,new_id:d.uqid,data_status:t===a?"A":"AC"};d.sheetsData.push(i),d.vouchertableshow=!1,d.budgettableshow=!0,d.savehide=!1}d.SaveDataTable()}d.busy=!0,d.errlabel=!1})},d.SaveDataTable=function(){0<d.sheetsData.length&&s.post(n.apiUrl+"api/ImportEmployee/insertEmployeeDataTable",d.sheetsData).then(function(e){e.data?(angular.forEach(angular.element("input[type='file']"),function(e){angular.element(e).val(null)}),d.sheetsData=[],d.GetEmployeedata()):angular.forEach(angular.element("input[type='file']"),function(e){angular.element(e).val(null)})})},d.GetEmployeedata=function(){console.log(d.uqid),d.sheetsData=[],d.sheetsData1=[],d.verfieddata=!1,d.warningdata=!1,s.get(n.apiUrl+"api/ImportEmployee/Get_Import_Employee_data?new_id="+d.uqid).then(function(e){for(var t=0;t<e.data.length;t++)("A"==e.data[t].import_status?(d.verfieddata=!0,d.sheetsData):(d.warningdata=!0,d.sheetsData1)).push(e.data[t])})},d.SaveData=function(){0<d.sheetsData.length&&"V"==d.importCode&&s.post(n.apiUrl+"api/ImportEmployee/insertEmployeeData?new_id="+d.uqid).then(function(e){e.data?(swal("Records Successfully Saved"),angular.forEach(angular.element("input[type='file']"),function(e){angular.element(e).val(null)}),d.sheetsData=[]):(angular.forEach(angular.element("input[type='file']"),function(e){angular.element(e).val(null)}),swal("Records Not Saved"))})},d.uploadClick=function(){m=new FormData},d.cancel=function(){d.display=!0,d.sheets="",d.savehide=!0},d.showPreviewChanged=function(e){d.sheets[d.selectedSheetName]},d.exportdata=function(){console.log(d.AllTableData),d.fileName="employee_data_import",d.exportData=[],"V"==d.importCode&&(d.exportData.push(["Sr.No.","em_company_code","em_number","em_first_name","em_date_of_join","em_marital_status","em_nation_code","em_dept_code","em_dept_effect_from","em_grade_effect_from","em_desg_code","em_grade_code","em_staff_type","em_sex","em_date_of_birth","em_mobile","em_email"]),angular.forEach(d.bdgexportdata,function(e,t){d.exportData.push([e.sr,e.em_company_code,e.em_number,e.em_first_name,e.em_date_of_join,e.em_marital_status,e.em_nation_code,e.em_dept_code,e.em_dept_effect_from,e.em_grade_effect_from,e.em_desg_code,e.em_grade_code,e.em_staff_type,e.em_sex,e.em_date_of_birth,e.em_mobile,e.em_email])}),d.exportexcel(d.exportData))},d.exportexcel=function(e){var t=new function e(){if(!(this instanceof e))return new e;this.SheetNames=[],this.Sheets={}},e=function(e){for(var t,a={},o={s:{c:1e7,r:1e7},e:{c:0,r:0}},s=0;s!=e.length;++s)for(var n=0;n!=e[s].length;++n){o.s.r>s&&(o.s.r=s),o.s.c>n&&(o.s.c=n),o.e.r<s&&(o.e.r=s),o.e.c<n&&(o.e.c=n);var i,d={v:e[s][n]};null!=d.v&&(i=XLSX.utils.encode_cell({c:n,r:s}),"number"==typeof d.v?d.t="n":"boolean"==typeof d.v?d.t="b":d.v instanceof Date?(d.t="n",d.z=XLSX.SSF._table[14],d.v=(t=d.v,void 0&&(t+=1462),(Date.parse(t)-new Date(Date.UTC(1899,11,30)))/864e5)):d.t="s",a[i]=d)}return o.s.c<1e7&&(a["!ref"]=XLSX.utils.encode_range(o)),a}(e),e=(t.SheetNames.push("Sheet1"),t.Sheets.Sheet1=e,XLSX.write(t,{bookType:"xlsx",bookSST:!0,type:"binary"}));saveAs(new Blob([function(e){for(var t=new ArrayBuffer(e.length),a=new Uint8Array(t),o=0;o!=e.length;++o)a[o]=255&e.charCodeAt(o);return t}(e)],{type:"application/octet-stream"}),d.fileName+".xlsx")},d.downloadFormat=function(){d.importCode="V",d.tileClick()}}]),e.directive("ngFiles",["$parse","$scope",function(s,e){return{link:function(t,e,a){var o=s(a.ngFiles);e.on("change",function(e){o(t,{$files:e.target.files})})}}}]),e.factory("XLSXReaderService",["$q","$rootScope",function(s,n){function e(e){angular.extend(this,e)}return e.readFile=function(e,t,a){var o=s.defer();return XLSXReader(e,t,a,function(e){n.$apply(function(){o.resolve(e)})}),o.promise},e}])}(),function(){"use strict";var e=angular.module("sims.module.Finance");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("ReceivableAgingQueryReportCont_new",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(s,e,t,a,o,n,i){s.temp={},s.temp.sims_appl_parameter="",s.pagesize="100",s.pageindex=0,s.pager=!0,s.busy=!1,s.datashow=!1,s.temp.pdc_in_hand=!0,s.temp.pdc_dishonured=!1;var d=(l=new Date).getDate(),c=l.getMonth()+1,l=(l.getFullYear(),s.route_dir1="",s.route_name1="",s.date="",s.ihide=!0,t.globals.currentUser.username,s.SchoolLogo=i.docUrl+n.defaults.headers.common.schoolId+"/Images/SchoolLogo/",s.temp.sims_appl_parameter="AF",$(function(){$("#route_dir_box1").multipleSelect({width:"100%"}),$("#route_name_box1").multipleSelect({width:"100%",filter:!0})}),new Date);(d=l.getDate())<10&&(d="0"+d);(c=l.getMonth()+1)<10&&(c="0"+c);var r=l.getFullYear();s.sdate=d+"-"+c+"-"+r,s.edate=d+"-"+c+"-"+r,s.mom_start_date=d+"-"+c+"-"+r,s.mom_end_date=d+"-"+c+"-"+r,$(function(){$("#chkmarks").click(function(){$(this).is(":checked")?($("#fdate").attr("disabled","disabled"),s.mom_start_date=""):($("#fdate").removeAttr("disabled"),$("#fdate").focus(),s.mom_start_date=d+"-"+c+"-"+r)})}),$(function(){$("#chkmarks1").click(function(){$(this).is(":checked")?($("#fdate").attr("disabled","disabled"),s.mom_end_date=""):($("#fdate").removeAttr("disabled"),$("#fdate").focus(),s.mom_end_date=d+"-"+c+"-"+r)})}),n.get(i.apiUrl+"api/StudentFee/getDecimalPlaces").then(function(e){s.decimal_degit=e.data,s.decimal_dsc=s.decimal_degit[0].comp_curcy_dec}),n.get(i.apiUrl+"api/common/getCuriculum").then(function(e){s.cur_data=e.data,s.temp.sims_cur_code=s.cur_data[0].sims_cur_code,s.getAcademic_year(s.cur_data[0].sims_cur_code)}),s.getAcademic_year=function(e){n.get(i.apiUrl+"api/common/getAcademicYear?curCode="+e).then(function(e){s.acad_data=e.data,s.temp.sims_academic_year=s.acad_data[0].sims_academic_year,s.getGrade(s.temp.sims_academic_year)})},n.get(i.apiUrl+"api/family_statement/getParent_student_status").then(function(e){s.satus=e.data,s.temp.parent_flag=s.satus[0].code}),s.getGrade=function(e,t){n.get(i.apiUrl+"api/common/getAllGrades?cur_code="+s.temp.sims_cur_code+"&academic_year="+s.temp.sims_academic_year).then(function(e){s.Grade_code=e.data,setTimeout(function(){$("#cmb_grade_code").change(function(){console.log($(this).val())}).multipleSelect({width:"100%",filter:!0})},1e3)})},s.getSection=function(e,t,a){n.get(i.apiUrl+"api/common/getSectionFromGrade?cur_code="+s.temp.sims_cur_code+"&grade_code="+s.temp.sims_grade_code+"&academic_year="+s.temp.sims_academic_year).then(function(e){s.Section_code=e.data,setTimeout(function(){$("#cmb_section_code").change(function(){console.log($(this).val())}).multipleSelect({width:"100%",filter:!0})},1e3)})},n.get(i.apiUrl+"api/recievable_details/getsatusDetails").then(function(e){s.acad_status_data=e.data,setTimeout(function(){$("#cmb_status").change(function(){console.log($(this).val())}).multipleSelect({width:"100%",filter:!0}),$("#cmb_status").multipleSelect("checkAll")},1e3)}),"1"==s.temp.parent_flag?(s.datashow=!0,s.colspan=5):(s.datashow=!1,s.colspan=3),s.getdetail=function(){"1"==s.temp.parent_flag?(s.datashow=!0,s.colspan=5):(s.datashow=!1,s.colspan=3),s.grade=$("#cmb_grade_code").multipleSelect("getSelects","text"),s.section=$("#cmb_section_code").multipleSelect("getSelects","text"),s.status=$("#cmb_section_code").multipleSelect("getSelects","text"),s.cur=s.selected_academic_year=$("#cur option:selected").text(),s.acad=s.selected_academic_year=$("#acad option:selected").text(),s.pagesize="50",s.busy=!0,s.colsvis=!1,n.get(i.apiUrl+"api/recievable_details/getAllagingDetails_new?cur_code="+s.temp.sims_cur_code+"&acad_year="+s.temp.sims_academic_year+"&acade_status="+s.temp.sims_appl_parameter+"&parent_flag="+s.temp.parent_flag+"&from_date="+s.mom_start_date).then(function(e){if(0<e.data.length){s.total_length=angular.copy(e.data.length),s.report_data=e.data,s.totalItems=s.report_data.length,s.todos=s.report_data,s.makeTodos(),s.pager=!0,s.temp.balance0to1Year_tatal=0,s.temp.balance1to2Year_tatal=0,s.temp.balance2to3Year_tatal=0,s.temp.graterThan3Year_tatal=0,s.temp.grandtotal=0,s.temp.pdcInHand_tatal=0,s.temp.pdcDishonored_tatal=0,s.temp.net_outstanding_tatal=0,s.temp.first_total=0,s.temp.second_total=0;for(var t=s.temp.third_total=0;t<s.report_data.length;t++)s.temp.balance0to1Year_tatal=parseFloat(s.temp.balance0to1Year_tatal)+parseFloat(s.report_data[t].balance0to1Year),s.temp.balance1to2Year_tatal=parseFloat(s.temp.balance1to2Year_tatal)+parseFloat(s.report_data[t].balance1to2Year),s.temp.balance2to3Year_tatal=parseFloat(s.temp.balance2to3Year_tatal)+parseFloat(s.report_data[t].balance2to3Year),s.temp.graterThan3Year_tatal=parseFloat(s.temp.graterThan3Year_tatal)+parseFloat(s.report_data[t].graterThan3Year),s.temp.grandtotal=parseFloat(s.temp.grandtotal)+parseFloat(s.report_data[t].total_amount),s.temp.pdcInHand_tatal=parseFloat(s.temp.pdcInHand_tatal)+parseFloat(s.report_data[t].pdcInHand),s.temp.pdcDishonored_tatal=parseFloat(s.temp.pdcDishonored_tatal)+parseFloat(s.report_data[t].pdcDishonored),s.temp.net_outstanding_tatal=parseFloat(s.temp.net_outstanding_tatal)+parseFloat(s.report_data[t].net_outstanding);s.busy=!1}else swal({title:"Alert",text:" Data Not Found",showCloseButton:!0,width:300,height:200}),s.filteredTodos=[],s.pager=!1,s.temp.balance0to1Year_tatal=0,s.temp.balance1to2Year_tatal=0,s.temp.balance2to3Year_tatal=0,s.temp.graterThan3Year_tatal=0,s.temp.pdcInHand_tatal=0,s.temp.pdcDishonored_tatal=0,s.temp.net_outstanding_tatal=0,s.temp.grandtotal=0})},s.getdetailNew=function(){s.ihide=!1,"1"==s.temp.parent_flag?(s.datashow=!0,s.colspan=5):(s.datashow=!1,s.colspan=3),s.grade=$("#cmb_grade_code").multipleSelect("getSelects","text"),s.section=$("#cmb_section_code").multipleSelect("getSelects","text"),s.status=$("#cmb_section_code").multipleSelect("getSelects","text"),s.cur=s.selected_academic_year=$("#cur option:selected").text(),s.acad=s.selected_academic_year=$("#acad option:selected").text(),s.pagesize="100",s.busy=!0,s.colsvis=!1,n.get(i.apiUrl+"api/recievable_details/getAllagingDetails_newCalc?cur_code="+s.temp.sims_cur_code+"&acad_year="+s.temp.sims_academic_year+"&acade_status="+s.temp.sims_appl_parameter+"&parent_flag="+s.temp.parent_flag+"&from_date="+s.mom_start_date).then(function(e){if(0<e.data.length){s.total_length=angular.copy(e.data.length),s.report_data=e.data,s.totalItems=s.report_data.length,s.todos=s.report_data,s.makeTodos(),s.pager=!0,s.temp.curYearInv_total=0,s.temp.prevYearInv_total=0,s.temp.prev_prevYearInv_total=0,s.temp.moreThan3Year_total=0,s.temp.nFive_total=0,s.temp.grand_total=0,s.temp.pc_amount=0,s.temp.final_total=0,s.temp.return_check_amt=0,s.temp.actual_pc_amount=0,s.temp.net_balance_as_per_statement,s.temp.curYearInv_total1=0,s.temp.prevYearInv_total1=0,s.temp.prev_prevYearInv_total1=0,s.temp.moreThan3Year_total1=0,s.temp.original_collection=0,s.temp.original_collection1=0,s.temp.original_collection2=0;for(var t=s.temp.original_collection3=0;t<s.report_data.length;t++)s.report_data[t].prevYearInv<0&&(s.report_data[t].prevYearInv=0),s.report_data[t].prev_prevYearInv<0&&(s.report_data[t].prev_prevYearInv=0),s.report_data[t].moreThan3Year<0&&(s.report_data[t].moreThan3Year=0);for(t=0;t<s.report_data.length;t++)s.report_data[t].nFive>=s.report_data[t].prevYearInv?(s.report_data[t].prevYearInv_line_total=s.report_data[t].prevYearInv,s.report_data[t].nFive-s.report_data[t].prevYearInv>s.report_data[t].prev_prevYearInv?(s.report_data[t].prev_prevYearInv_line_total=s.report_data[t].prev_prevYearInv,0<s.report_data[t].nFive-s.report_data[t].prevYearInv-s.report_data[t].prev_prevYearInv?s.report_data[t].moreThan3Year_line_total=s.report_data[t].nFive-s.report_data[t].prevYearInv-s.report_data[t].prev_prevYearInv:s.report_data[t].moreThan3Year_line_total=0):(s.report_data[t].prev_prevYearInv_line_total=s.report_data[t].nFive-s.report_data[t].prevYearInv,s.report_data[t].moreThan3Year_line_total=0)):(s.report_data[t].prevYearInv_line_total=s.report_data[t].nFive,s.report_data[t].prev_prevYearInv_line_total=0,s.report_data[t].moreThan3Year_line_total=0),s.report_data[t].current_year_collection<0&&(s.report_data[t].curYearInv=s.report_data[t].curYearInv-s.report_data[t].current_year_collection,s.report_data[t].current_year_collection=0),s.report_data[t].moreThan3Year_line_total<=s.report_data[t].current_year_collection&&0<=s.report_data[t].current_year_collection?(s.report_data[t].current_year_collection=s.report_data[t].current_year_collection-s.report_data[t].moreThan3Year_line_total,s.report_data[t].moreThan3Year_line_total=0):(s.report_data[t].moreThan3Year_line_total=s.report_data[t].moreThan3Year_line_total-s.report_data[t].current_year_collection,s.report_data[t].current_year_collection=0),s.report_data[t].prev_prevYearInv_line_total<=s.report_data[t].current_year_collection&&0<s.report_data[t].current_year_collection?(s.report_data[t].current_year_collection=s.report_data[t].current_year_collection-s.report_data[t].prev_prevYearInv_line_total,s.report_data[t].prev_prevYearInv_line_total=0):(s.report_data[t].prev_prevYearInv_line_total=s.report_data[t].prev_prevYearInv_line_total-s.report_data[t].current_year_collection,s.report_data[t].current_year_collection=0),s.report_data[t].prevYearInv_line_total<=s.report_data[t].current_year_collection&&0<=s.report_data[t].current_year_collection?(s.report_data[t].current_year_collection=s.report_data[t].current_year_collection-s.report_data[t].prevYearInv_line_total,s.report_data[t].prevYearInv_line_total=0):(s.report_data[t].prevYearInv_line_total=s.report_data[t].prevYearInv_line_total-s.report_data[t].current_year_collection,s.report_data[t].prevYearInv_line_total1=s.report_data[t].prevYearInv_line_total-s.report_data[t].current_year_collection,s.report_data[t].current_year_collection=0),s.report_data[t].curYearInv<=s.report_data[t].current_year_collection&&0<s.report_data[t].current_year_collection?s.report_data[t].curYearInv==s.report_data[t].current_year_collection?(s.report_data[t].curYearInv=0,s.report_data[t].current_year_collection=0):s.report_data[t].curYearInv=s.report_data[t].curYearInv-s.report_data[t].current_year_collection:s.report_data[t].curYearInv<0&&0<s.report_data[t].prevYearInv_line_total&&s.report_data[t].curYearInv<=s.report_data[t].prevYearInv_line_total?(s.report_data[t].curYearInv=s.report_data[t].curYearInv+s.report_data[t].prevYearInv_line_total,s.report_data[t].prevYearInv_line_total=0):s.report_data[t].curYearInv=s.report_data[t].curYearInv-s.report_data[t].current_year_collection,s.temp.curYearInv_total=parseFloat(s.temp.curYearInv_total)+parseFloat(s.report_data[t].curYearInv),s.temp.prevYearInv_total=parseFloat(s.temp.prevYearInv_total)+parseFloat(s.report_data[t].prevYearInv_line_total),s.temp.prev_prevYearInv_total=parseFloat(s.temp.prev_prevYearInv_total)+parseFloat(s.report_data[t].prev_prevYearInv_line_total),s.temp.moreThan3Year_total=parseFloat(s.temp.moreThan3Year_total)+parseFloat(s.report_data[t].moreThan3Year_line_total),s.temp.grandtotal=parseFloat(s.temp.grandtotal)+parseFloat(s.report_data[t].total_amount),s.temp.pc_amount=parseFloat(s.temp.pc_amount)+parseFloat(s.report_data[t].pc_amount),s.temp.final_total=s.temp.curYearInv_total+s.temp.prevYearInv_total+s.temp.prev_prevYearInv_total+s.temp.moreThan3Year_total-s.temp.pc_amount,s.temp.actual_pc_amount=parseFloat(s.temp.actual_pc_amount)+parseFloat(s.report_data[t].actual_pc_amount),s.temp.return_check_amt=parseFloat(s.temp.return_check_amt)+parseFloat(s.report_data[t].return_check_amt),s.temp.net_balance_as_per_statement=s.temp.curYearInv_total+s.temp.prevYearInv_total+s.temp.prev_prevYearInv_total+s.temp.moreThan3Year_total-s.temp.actual_pc_amount;console.log("$scope.temp",s.temp),s.busy=!1}else swal({title:"Alert",text:" Data Not Found",showCloseButton:!0,width:300,height:200}),s.filteredTodos=[],s.pager=!1,s.temp.curYearInv_total=0,s.temp.prevYearInv_total=0,s.temp.prev_prevYearInv_total=0,s.temp.moreThan3Year_total=0,s.temp.nFive_total=0,s.temp.grand_total=0})},s.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).sims_enroll_number.toLowerCase().indexOf(t.toLowerCase())||-1<e.student_name.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_sibling_parent_number.toLowerCase().indexOf(t.toLowerCase())||-1<e.parent_name.toLowerCase().indexOf(t.toLowerCase());var t})},s.search=function(){if(s.todos=s.searched(s.report_data,s.searchText),s.totalItems=s.todos.length,s.currentPage="1",""==s.searchText&&(s.todos=s.report_data),s.makeTodos(),1==(main=document.getElementById("mainchk")).checked)for(var e=0;e<s.filteredTodos.length;e++){var t=s.filteredTodos[e].report_data;document.getElementById(t).checked=!1,main.checked=!1,s.row1=""}},s.colname=null,s.reverse=!1,s.sort=function(e){s.colname=e,s.reverse=s.colname===e&&!s.reverse},a(function(){$("#customers").tableHeadFixer({top:1})},100),s.colsvis=!1,s.exportData=function(){"1"==s.temp.parent_flag?s.datashow=!0:s.datashow=!1,s.colspan=5,s.colsvis=!0,swal({title:"Alert",text:"Do you want to Export?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){e&&(e=new Blob([document.getElementById("rpt_data1").innerHTML],{type:"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;charset=utf-8"}),s.detailsField=!1,saveAs(e,"ReceivableAgingQueryReport.xls"),s.colsvis=!1,s.getdetailNew()),s.getdetailNew()})},s.print=function(){"1"==s.temp.parent_flag?(s.datashow=!0,s.colspan=5):(s.datashow=!1,s.colspan=3),s.colsvis=!0,swal({title:"Alert",text:"Do you want to Print?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){var t,a,o;e&&(e=document.head.outerHTML,t=document.getElementById("rpt_data1").outerHTML,(o=(a=window.open("","_blank","location=yes, statusbar=no, menubar=no, titlebar=no, toolbar=no,dependent=no, width=800, height=600, resizable=yes, screenX=250, screenY=10, personalbar=no, scrollbars=yes")).document).open(),o.write("<!doctype html><html>"+e+'<body onLoad="window.print()">'+t+"</body></html>"),o.close(),a.focus(),s.getdetailNew()),s.getdetailNew()})},s.reset_data=function(){s.filteredTodos=[],s.temp.sims_grade_code="",s.temp.sims_section_code="",s.sims_appl_parameter=!1,s.grade="",s.section="",s.total_length="",s.status="",s.searchText="",s.cur="",s.acad="",s.temp.curYearInv_total=0,s.temp.prevYearInv_total=0,s.temp.prev_prevYearInv_total=0,s.temp.moreThan3Year_total=0,s.temp.nFive_total=0,s.temp.grand_total=0,s.busy=!1,s.pager=!1;try{$("#cmb_grade_code").multipleSelect("uncheckAll")}catch(e){}try{$("#cmb_section_code").multipleSelect("uncheckAll")}catch(e){}try{$("#cmb_status").multipleSelect("checkAll")}catch(e){}},s.sortBy=function(e){s.reverse=s.propertyName===e&&!s.reverse,s.propertyName=e},s.size=function(e){"All"==e?(s.currentPage=1,s.filteredTodos=s.report_data,s.pager=!1):(s.pager=!0,s.pagesize=e,s.currentPage=1,s.numPerPage=e,s.makeTodos())},s.isCollapsed=!1,s.toggleCollapse=function(){s.isCollapsed=!s.isCollapsed},s.index=function(e){s.pageindex=e,s.currentPage=e,console.log("currentPage="+s.currentPage),s.makeTodos(),main.checked=!1,s.CheckAllChecked()},s.filteredTodos=[],s.currentPage=1,s.numPerPage=100,s.maxSize=5,s.makeTodos=function(){var e=parseInt(s.totalItems%s.numPerPage),e=(s.pagersize="0"==e?parseInt(s.totalItems/s.numPerPage):parseInt(s.totalItems/s.numPerPage)+1,(s.currentPage-1)*s.numPerPage),t=parseInt(e)+parseInt(s.numPerPage);console.log("begin="+e),console.log("end="+t),s.filteredTodos=s.todos.slice(e,t)}}])}(),function(){"use strict";var n,i=[],e=angular.module("sims.module.Finance");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("DocumentUser_PCCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(d,e,t,a,o,c,l){d.pagesize="5",d.pageindex=0,d.save_btn=!0;d.Update_btn=!1,d.display=!1,d.table=!0,d.obj=[],d.autorise=[],d.finnDetail=JSON.parse(window.localStorage.Finn_comp);var r=d.finnDetail.company,s=d.finnDetail.year;c.get(l.apiUrl+"api/DocumentUser_PC/getDocumentUserDetails_PC?comp_code="+r+"&fyear="+s).then(function(e){d.docuser=e.data,d.totalItems=d.docuser.length,d.todos=d.docuser,d.makeTodos()}),c.get(l.apiUrl+"api/DocumentUser_PC/GetDepartment_PC?comp_code="+r+"&fyear="+s).then(function(e){d.dept=e.data}),c.get(l.apiUrl+"api/JVCreation/getDocCodeJV_DPS?comp_code="+r+"&finance_year="+s).then(function(e){d.geDocCode_jv=e.data}),d.size=function(e){d.pagesize=e,d.currentPage=1,d.numPerPage=e},d.index=function(e){d.pageindex=e,d.currentPage=e,d.makeTodos()},d.filteredTodos=[],d.currentPage=1,d.numPerPage=5,d.maxSize=5,d.makeTodos=function(){var e=parseInt(d.totalItems%d.numPerPage),e=(d.pagersize="0"==e?parseInt(d.totalItems/d.numPerPage):parseInt(d.totalItems/d.numPerPage)+1,(d.currentPage-1)*d.numPerPage),t=parseInt(e)+parseInt(d.numPerPage);d.filteredTodos=d.todos.slice(e,t)},d.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).gldu_doc_code.toLowerCase().indexOf(t.toLowerCase())||-1<e.gldu_doc_code_name.toLowerCase().indexOf(t.toLowerCase())||e.acno==t;var t})},d.search=function(){d.todos=d.searched(d.docuser,d.searchText),d.totalItems=d.todos.length,d.currentPage="1",""==d.searchText&&(d.todos=d.docuser),d.makeTodos()},d.showdate=function(e,t){var a=e.split("/")[0],o=e.split("/")[1],e=e.split("/")[2];d.temp[t]=e+"/"+a+"/"+o},d.New=function(){d.disabled=!1,d.gdisabled=!1,d.aydisabled=!1,d.table=!1,d.display=!0,d.save_btn=!0,d.Update_btn=!1,d.compname1=!1,d.year1=!1,d.dept1=!1,d.document1=!1,d.search_btn=!0,d.temp="",d.temp={},d.obj.gldu_prepare=!0,d.Search_Employee1=[],d.temp="",d.edt="",d.autorise=[],d.user=""},d.setvisible=function(){d.ldgno=!0,d.slno=!0};d.savedata=function(e){if(e){d.ListColl=[];for(var t,a,o=d.user.comn_user_name.split("/"),s=0;s<d.autorise.length;s++)d.autorise[s].gldu_user_name_data==o[1]&&(t=d.autorise[s].gldu_verify,a=d.autorise[s].gldu_authorize);for(s=0;s<d.autorise.length;s++){var n="",i="",n=(1==d.autorise[s].gldu_verify&&(i=d.autorise[s].gldu_user_name_data),1==d.autorise[s].gldu_authorize&&(n=d.autorise[s].gldu_user_name_data),{gldu_user_name_data:o[1],gldu_verify:t,gldu_authorize:a,gldu_prepare:d.obj.gldu_prepare,gldu_dept_no:d.temp.codp_dept_no,gldu_doc_code:d.temp.gltd_doc_code,gldu_comp_code:r,gldu_authorize_user:n,gldu_verify_user:i});d.ListColl.push(n)}c.post(l.apiUrl+"api/DocumentUser_PC/InsertDocumentUser_PC",d.ListColl).then(function(e){d.msg1=e.data,d.Search_Employee1=[],d.temp="",d.edt="",swal({text:d.msg1.strMessage,timer:5e3}),d.getGrid()}),0}d.table=!0,d.display=!1},d.getGrid=function(){c.get(l.apiUrl+"api/DocumentUser_PC/getDocumentUserDetails_PC?comp_code="+r+"&fyear="+s).then(function(e){d.docuser=e.data,d.totalItems=d.docuser.length,d.todos=d.docuser,d.makeTodos()})},d.showdate=function(e,t){var a=e.split("/")[0],o=e.split("/")[1],e=e.split("/")[2];d.temp[t]=e+"-"+a+"-"+o},d.Cancel=function(){d.temp="",d.table=!0,d.display=!1,d.user_name=!1,d.search_one=!1,d.Prepare_status=!1},d.okbuttonclick=function(){$("#MyModal").modal("hide"),d.display=!0,d.edt.comn_user_name="",d.edt.EmpName=""},d.edit=function(e){d.autorise=[],d.gdisabled=!1,d.aydisabled=!0,d.table=!1,d.display=!0,d.save_btn=!1,d.Update_btn=!0,d.small_display=!0,d.search_btn=!0,d.user_name=!0,d.search_one=!0,d.Prepare_status=!0,d.user={comn_user_name:e.gldu_user_name_data},d.obj={gldu_prepare:e.gldu_prepare},d.temp={gldu_user_name:e.gldu_user_name,codp_dept_no:e.gldu_dept_no,gltd_doc_code:e.gldu_doc_code,gldc_doc_short_name:e.gldu_doc_code_name};for(var t=0;t<d.filteredTodos.length;t++)d.filteredTodos[t].gldu_doc_code==e.gldu_doc_code&&d.filteredTodos[t].gldu_user_name_data==e.gldu_user_name_data&&d.filteredTodos[t].gldu_dept_no==e.gldu_dept_no&&(d.autorise=d.filteredTodos[t].listColl);d.edt="",d.user_name=!0,d.Prepare=!0,d.dept1=!0};d.update=function(){for(var e,t,a=!(d.ListColl=[]),o=0;o<d.autorise.length;o++)d.autorise[o].gldu_user_name_data==d.user.comn_user_name&&(e=d.autorise[o].gldu_verify,t=d.autorise[o].gldu_authorize,a=!0);a||(i={gldu_user_name_data:d.user.comn_user_name,gldu_verify:e,gldu_authorize:t,gldu_prepare:d.obj.gldu_prepare,gldu_dept_no:d.temp.codp_dept_no,gldu_doc_code:d.temp.gltd_doc_code,gldu_comp_code:r,gldu_authorize_user:s,gldu_verify_user:n},d.ListColl.push(i));for(o=0;o<d.autorise.length;o++){var s="",n="",i=(1==d.autorise[o].gldu_verify&&(n=d.autorise[o].gldu_user_name_data),1==d.autorise[o].gldu_authorize&&(s=d.autorise[o].gldu_user_name_data),{gldu_user_name_data:d.user.comn_user_name,gldu_verify:e,gldu_authorize:t,gldu_prepare:d.obj.gldu_prepare,gldu_dept_no:d.temp.codp_dept_no,gldu_doc_code:d.temp.gltd_doc_code,gldu_comp_code:r,gldu_authorize_user:s,gldu_verify_user:n});d.ListColl.push(i)}c.post(l.apiUrl+"api/DocumentUser_PC/UpdateDocumentUser_PC",d.ListColl).then(function(e){d.msg1=e.data,d.Search_Employee1=[],d.temp="",d.edt="",swal({text:d.msg1.strMessage,timer:5e3}),d.getGrid()}),d.table=!0,d.display=!1},d.CheckAllChecked=function(){if(1==(n=document.getElementById("mainchk")).checked)for(var e=0;e<d.filteredTodos.length;e++)document.getElementById("doc-"+e).checked=!0;else for(e=0;e<d.filteredTodos.length;e++)document.getElementById("doc-"+e).checked=!1,n.checked=!1,d.row1=""},d.checkonebyonedelete=function(){1==n.checked&&(n.checked=!1,d.row1="")},d.OkDelete=function(){i=[],d.flag=!1;for(var e=0;e<d.filteredTodos.length;e++){var t=document.getElementById("doc-"+e);d.flag=!0,1==t.checked&&(t={gldu_doc_code:d.filteredTodos[e].gldu_doc_code,gldu_dept_no:d.filteredTodos[e].gldu_dept_no,gldu_user_name_data:d.filteredTodos[e].gldu_user_name_data,gldu_comp_code:r},i.push(t))}d.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)c.post(l.apiUrl+"api/DocumentUser_PC/delDocumentUser_PC",i).then(function(e){d.msg1=e.data,1==d.msg1?swal({text:d.msg1.strMessage,timer:5e3}).then(function(e){d.getGrid(),e&&(1==(n=document.getElementById("mainchk")).checked&&(n.checked=!1,d.row1=""),d.currentPage=!0)}):swal({text:d.msg1.strMessage,timer:5e3}).then(function(e){d.getGrid(),e&&1==(n=document.getElementById("mainchk")).checked&&(n.checked=!1,d.row1="")})});else for(var t=0;t<d.filteredTodos.length;t++){var a=document.getElementById("doc-"+t);1==a.checked&&(a.checked=!1,n.checked=!1,$("tr").removeClass("row_selected"))}}):swal({title:"Alert",text:"Please Select Atleast One Record",showCloseButton:!0,width:380}),d.currentPage=str},d.newSearch=function(e){d.Search_Employee1=[],d.Seachbtn=e,d.searchtable=!1,d.buttons=!1,d.busy=!1,d.user_name=!1,d.search_one=!1,d.Prepare_status=!1,d.sibling_result="",$('.nav-tabs a[href="#Employee_Details"]').tab("show"),d.active="active",$("#MyModal").modal("show"),d.searchtable=!1},d.Removeuser=function(e,t,a){a.splice(t,1)},d.SearchEmployeedata=function(){c.post(l.apiUrl+"api/DocumentUser/SearchEmployee?data="+JSON.stringify(d.edt)).then(function(e){d.Search_Employee1=e.data})},d.autorise=[],d.getUsername=function(e,t){if(1==d.Seachbtn){var a=!(d.user=[]);null==d.autorise&&(d.autorise="");for(var o=0;o<d.autorise.length;o++)d.autorise[o].gldu_user_name_data==e.comn_user_name&&(a=!0);a||(s={gldu_user_name_data:e.comn_user_name,gldu_user_name:e.empName+"/"+e.comn_user_name,gldu_verify:!1,gldu_authorize:!1},d.autorise.push(s)),d.user={comn_user_name:s.gldu_user_name}}else if(2==d.Seachbtn){a=!1;null==d.autorise&&(d.autorise="");for(var s,o=0;o<d.autorise.length;o++)d.autorise[o].gldu_user_name_data==e.comn_user_name&&(a=!0);a||(s={gldu_user_name_data:e.comn_user_name,gldu_user_name:e.empName+"/"+e.comn_user_name,gldu_verify:!1,gldu_authorize:!1},d.autorise.push(s))}},d.newSearch1=function(){d.searchtable=!1,d.buttons=!1,d.busy=!1,d.temp="",d.sibling_result="",$('.nav-tabs a[href="#Employee_Details1"]').tab("show"),d.active="active",$("#MyModal1").modal("show"),d.searchtable=!1},d.SearchEmployeedata1=function(){c.post(l.apiUrl+"api/DocumentUser/SearchEmployee?data="+JSON.stringify(d.edt)).then(function(e){d.Search_Employee2=e.data})},d.getUsername1=function(e){for(var t=0;t<d.Search_Employee2.length;t++)d.Search_Employee2[t].status=!1;e.status=!0,d.temp={comn_user_name:e.comn_user_name+"-"+e.empName}},$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0,format:"yyyy-mm-dd"})}])}(),function(){"use strict";var e=angular.module("sims.module.Finance");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("StudentReceiveablePostingCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","$filter","ENV",function(o,e,t,a,s,n,i,d){o.pagesize="All",o.pageindex=0,o.save_btn=!0,o.Update_btn=!1,o.display=!0,o.table=!1,o.table2=!1,o.save_data=!1;o.btn_report=!1,o.busy=!1,i("date")(new Date,"yyyy/MM/dd");var c=(c=t.globals.currentUser.username).toLowerCase(),l=(o.finnDetail=JSON.parse(window.localStorage.Finn_comp),o.finnDetail.company),r=o.finnDetail.year,i=(n.get(d.apiUrl+"api/DepreciationJVPost/getMonths").then(function(e){o.months=e.data}),new Date),t=i.getDate(),m=i.getMonth()+1,i=(m<10&&(m="0"+m),i.getFullYear());o.sdate=t+"-"+m+"-"+i,o.edate=t+"-"+m+"-"+i,o.from_date=t+"-"+m+"-"+i,o.filteredTodos=[],o.currentPage=1,o.numPerPage=20,o.maxSize=20,o.size=function(e){"All"===e?(o.currentPage="1",o.filteredTodos=o.months_obj,o.pager=!1):(o.pager=!0,o.pagesize=e,o.currentPage=1,o.numPerPage=e,o.makeTodos())},o.index=function(e){o.pageindex=e,o.currentPage=e,o.makeTodos(),(void 0).checked=!1,o.CheckAllChecked()},o.makeTodos=function(){var e=parseInt(o.totalItems%o.numPerPage),e=(o.pagersize="0"===e?parseInt(o.totalItems/o.numPerPage):parseInt(o.totalItems/o.numPerPage)+1,(o.currentPage-1)*o.numPerPage),t=parseInt(e)+parseInt(o.numPerPage);o.filteredTodos=o.todos.slice(e,t);for(var a=0;a<o.filteredTodos.length;a++)o.filteredTodos[a].icon="fa fa-plus-circle"},o.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).sims_enroll_number.toLowerCase().indexOf(t.toLowerCase())||e.sims_sip_achievement_point===t;var t})},o.search=function(){o.todos=o.searched(o.months_obj,o.searchText),o.totalItems=o.todos.length,o.currentPage="1",""===o.searchText&&(o.todos=o.months_obj),o.makeTodos(),(void 0).checked=!1,o.CheckAllChecked()},o.submit=function(){""===o.month_no||void 0===o.month_no?swal({text:"  Please select Month",width:380}):(o.busy=!0,n.get(d.apiUrl+"api/DepreciationJVPost/getstudentreceivableposting?months="+o.month_no+"&comp_code="+l+"&finance_year="+r+"&user="+c).then(function(e){o.months_obj=e.data,0<o.months_obj.length?(o.totalItems=o.months_obj.length,o.todos=o.months_obj,o.makeTodos(),o.table=!0,o.save_data=!0):(swal({title:"Alert",text:"Data Not Found",showCloseButton:!0,width:380}),o.table=!1,o.save_data=!1),o.busy=!1,o.size("All"),o.total_expec_amt=0,o.total_paid_amt=0,o.total_posted_amt=0;for(var t=o.total_posting_amt=0;t<o.filteredTodos.length;t++)o.total_expec_amt=parseFloat(o.total_expec_amt)+parseFloat(o.filteredTodos[t].expected_amount),o.total_posted_amt=parseFloat(o.total_posted_amt)+parseFloat(o.filteredTodos[t].posted_amount),o.total_posting_amt=parseFloat(o.total_posting_amt)+parseFloat(o.filteredTodos[t].posting_amount)}))},o.Save=function(){""===o.month_no||void 0===o.month_no?swal({text:"  Please select Month",width:380}):""===o.from_date||void 0===o.from_date?swal({text:" Please Select Post Date ",width:380}):(o.busy=!0,n.get(d.apiUrl+"api/DepreciationJVPost/getMonthsallUpdateData?months="+o.month_no+"&comp_code="+l+"&finance_year="+r+"&user="+c+"&date="+o.from_date).then(function(e){o.final_doc_number=e.data,swal({title:"Alert",text:o.final_doc_number,showCloseButton:!0,width:380}),o.table=!1,o.save_data=!1,o.busy=!1}))},$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0,format:"yyyy/mm/dd"})}])}(),function(){"use strict";var e=angular.module("sims.module.Finance");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("AdvancedMonthPostingCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","$filter","ENV",function(o,t,e,a,s,n,i,d){o.pagesize="All",o.pageindex=0,o.save_btn=!0,o.Update_btn=!1,o.display=!0,o.table=!1,o.table2=!1,o.save_data=!1;o.btn_report=!1,e.globals.currentUser.username,new Date,i("date")(new Date,"yyyy/MM/dd").split("/")[0];var c=(c=e.globals.currentUser.username).toLowerCase(),l=(o.finnDetail=JSON.parse(window.localStorage.Finn_comp),console.log(o.finnDetail),o.finnDetail.company),r=o.finnDetail.year,i=(n.get(d.apiUrl+"api/DepreciationJVPost/getMonths").then(function(e){o.months=e.data}),o.getMonths=function(){n.get(d.apiUrl+"api/DepreciationJVPost/getMonths").then(function(e){o.months=e.data})},new Date),e=i.getDate(),m=i.getMonth()+1,i=(m<10&&(m="0"+m),i.getFullYear());o.sdate=i+"-"+m+"-"+e,o.edate=i+"-"+m+"-"+e,o.from_date=i+"-"+m+"-"+e;o.Report=function(){var e={location:"Finn.FINR10Final",parameter:{doc:o.doc_cd_final_doc_no},state:"main.fin017"};window.localStorage.ReportDetails=JSON.stringify(e),t.go("main.ReportCardParameter")},a(function(){$("#fixTable").tableHeadFixer({top:1})},100),o.size=function(e){"All"==e?(o.currentPage="1",o.filteredTodos=o.months_obj_adv,o.pager=!1):(o.pager=!0,o.pagesize=e,o.currentPage=1,o.numPerPage=e,o.makeTodos())},o.index=function(e){o.pageindex=e,o.currentPage=e,console.log("currentPage="+o.currentPage),o.makeTodos(),(void 0).checked=!1,o.CheckAllChecked()},o.filteredTodos=[],o.currentPage=1,o.numPerPage=5,o.maxSize=5,o.makeTodos=function(){var e=parseInt(o.totalItems%o.numPerPage),e=(o.pagersize="0"==e?parseInt(o.totalItems/o.numPerPage):parseInt(o.totalItems/o.numPerPage)+1,(o.currentPage-1)*o.numPerPage),t=parseInt(e)+parseInt(o.numPerPage);console.log("begin="+e),console.log("end="+t),o.filteredTodos=o.todos.slice(e,t);for(var a=0;a<o.filteredTodos.length;a++)o.filteredTodos[a].icon="fa fa-plus-circle"},o.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).sims_enroll_number.toLowerCase().indexOf(t.toLowerCase())||e.sims_sip_achievement_point==t;var t})},o.search=function(){o.todos=o.searched(o.months_obj_adv,o.searchText),o.totalItems=o.todos.length,o.currentPage="1",""==o.searchText&&(o.todos=o.months_obj_adv),o.makeTodos(),(void 0).checked=!1,o.CheckAllChecked()},o.Clear=function(){o.temp=""},o.Cancel=function(){o.temp="",o.table=!0,o.display=!1,o.Myform.$setPristine(),o.Myform.$setUntouched(),o.temp.sims_sip_achievement_type="",o.temp.sims_sip_achievement_desc="",o.temp.sims_sip_achievement_point="",o.temp.sims_sip_achievement_status=""},o.edit=function(e){o.disabled=!0,o.table=!1,o.display=!0,o.save_btn=!1,o.Update_btn=!0,o.temp={sims_sip_achievement_type:e.sims_sip_achievement_type,sims_sip_achievement_code:e.sims_sip_achievement_code,sims_sip_achievement_desc:e.sims_sip_achievement_desc,sims_sip_achievement_status:e.sims_sip_achievement_status,sims_sip_achievement_point:e.sims_sip_achievement_point,sims_appl_form_field_value1:e.sims_appl_form_field_value1}},o.submit=function(){$("#loader0712").modal({backdrop:"static",keyboard:!1}),n.get(d.apiUrl+"api/DepreciationJVPost/getAdvancedMonthsallData?months="+o.month_no+"&comp_code="+l+"&finance_year="+r+"&user="+c).then(function(e){o.months_obj_adv=e.data,0<o.months_obj_adv.length?(o.totalItems=o.months_obj_adv.length,o.todos=o.months_obj_adv,o.makeTodos(),o.table=!0,o.save_data=!0):swal({text:"Data Not Found",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}),$("#loader0712").modal("hide"),o.size("All"),o.total_expec_amt=0,o.total_paid_amt=0;o.total_posting_amt=0;for(var t=0;t<o.filteredTodos.length;t++)o.total_expec_amt=parseFloat(o.total_expec_amt)+parseFloat(o.filteredTodos[t].fee_amount),o.total_paid_amt=parseFloat(o.total_paid_amt)+parseFloat(o.filteredTodos[t].discounted_amount),o.total_posting_amt=parseFloat(o.total_posting_amt)+parseFloat(o.filteredTodos[t].fee_amount_final)})},o.Save=function(){n.get(d.apiUrl+"api/DepreciationJVPost/getAsvancedallUpdateData?months="+o.month_no+"&comp_code="+l+"&finance_year="+r+"&user="+c+"&date="+o.from_date).then(function(e){o.posting_obj=e.data,o.table=!1,o.posting_obj,swal({text:"Posting successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380})})},$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0,format:"yyyy/mm/dd"}),o.flag=!0}])}(),function(){"use strict";var l,e=angular.module("sims.module.Finance");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("ScheduleGroupCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(s,e,t,a,o,n,i){s.pagesize="10",s.pageindex="0",s.pager=!0,s.ScheduleGroupDetail=!0,s.editmode=!1,s.edt="";var d=[],t=(t=t.globals.currentUser.username).toLowerCase(),c=(s.finnDetail=JSON.parse(window.localStorage.Finn_comp),s.finnDetail.company);s.finnDetail.year;s.user_access=[],s.appcode=e.current.name.split("."),n.get(i.apiUrl+"api/AlertTransaction/Get_user_access_rights?username="+t+"&appl_code="+s.appcode[1]).then(function(e){s.user_rights=e.data;for(var t=0;t<s.user_rights.length;t++)0==t&&(s.user_access.data_read=s.user_rights[t].comn_user_read,s.user_access.data_insert=s.user_rights[t].comn_user_insert,s.user_access.data_update=s.user_rights[t].comn_user_update,s.user_access.data_delete=s.user_rights[t].comn_user_delete,s.user_access.data_massupdate=s.user_rights[t].comn_user_massupdate,s.user_access.is_admin=s.user_rights[t].comn_user_admin)}),a(function(){$("#fixTable").tableHeadFixer({top:1})},100),a(function(){$("#fixTable1").tableHeadFixer({top:1})},100),s.size=function(e){"*"==e?(s.currentPage="1",s.filteredTodos=s.SGDExamData,s.pager=!1):(s.pager=!0,s.pagesize=e,s.currentPage=1,s.numPerPage=e,s.makeTodos())},s.index=function(e){s.pageindex=e,s.currentPage=e,s.makeTodos(),l.checked=!1,s.row1=""},n.get(i.apiUrl+"api/ScheduleGroup/getScheduleGroup?comp_code="+c).then(function(e){s.SGDExamData=e.data,s.totalItems=s.SGDExamData.length,s.todos=s.SGDExamData,s.makeTodos()}),n.get(i.apiUrl+"api/ScheduleGroup/getTypeGroup").then(function(e){s.gtname=e.data}),s.filteredTodos=[],s.currentPage=1,s.numPerPage=10,s.maxSize=10,s.makeTodos=function(){var e=parseInt(s.totalItems%s.numPerPage),e=(s.pagersize="0"==e?parseInt(s.totalItems/s.numPerPage):parseInt(s.totalItems/s.numPerPage)+1,(s.currentPage-1)*s.numPerPage),t=parseInt(e)+parseInt(s.numPerPage);s.filteredTodos=s.todos.slice(e,t)},s.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).glsg_group_code.toLowerCase().indexOf(t.toLowerCase())||-1<e.glsg_group_description.toLowerCase().indexOf(t.toLowerCase())||-1<e.glsg_group_type.toLowerCase().indexOf(t.toLowerCase())||-1<e.glsg_group_ind.toLowerCase().indexOf(t.toLowerCase())||-1<e.glsg_parent_group.toLowerCase().indexOf(t.toLowerCase())||e.glsg_parent_group==t;var t})},s.search=function(){s.todos=s.searched(s.SGDExamData,s.searchText),s.totalItems=s.todos.length,s.currentPage="1",""==s.searchText&&(s.todos=s.SGDExamData),s.makeTodos(),s.check_all(),l.checked=!1},s.cancel=function(){s.ScheduleGroupDetail=!0,s.ScheduleGroupOperation=!1,s.edt="",s.myForm.$setPristine(),s.myForm.$setUntouched(),s.edt.glsg_group_code="",s.edt.glsg_group_description=""},s.New=function(){0==s.user_access.data_insert?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(s.myForm.$setPristine(),s.myForm.$setUntouched(),s.newmode=!0,s.edt="",s.editmode=!1,s.readonly=!1,s.ScheduleGroupDetail=!1,s.ScheduleGroupOperation=!0,s.savebtn=!0,s.updatebtn=!1,s.edt={})},s.Save=function(e){if(1==s.savebtn){var t;e&&(d=[],t={glsg_comp_code:c,glsg_group_code:s.edt.glsg_group_code,glsg_group_description:s.edt.glsg_group_description,glsg_group_type:s.edt.glsg_group_type,glsg_group_ind:s.edt.glsg_group_ind,glsg_parent_group:s.edt.glsg_parent_group,opr:"I"}),d.push(t);for(var a=0;a<s.SGDExamData.length;a++)s.SGDExamData[a].glsg_group_code==t.glsg_group_code&&(s.exist=!0);s.exist?swal({title:"Alert",text:"Record Already exists",width:300,height:200}):(n.post(i.apiUrl+"api/ScheduleGroup/ScheduleGroupCUD?simsobj=",d).then(function(e){s.msg1=e.data,1==s.msg1?swal({title:"Alert",text:"Record Inserted Successfully",width:300,height:200}):0==s.msg1?swal({title:"Alert",text:"Record Not Inserted. ",width:300,height:200}):swal("Error-"+s.msg1),n.get(i.apiUrl+"api/ScheduleGroup/getScheduleGroup?comp_code="+c).then(function(e){s.SGDExamData=e.data,s.totalItems=s.SGDExamData.length,s.todos=s.SGDExamData,s.makeTodos()})}),s.ScheduleGroupDetail=!0,s.ScheduleGroupOperation=!1),d=[]}else swal({title:"Alert",text:"Fill the mandatory fields.",width:350,height:200})},s.up=function(e){0==s.user_access.data_update?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(s.editmode=!0,s.newmode=!1,s.savebtn=!1,s.updatebtn=!0,s.readonly=!0,s.ScheduleGroupDetail=!1,s.ScheduleGroupOperation=!0,s.edt={glsg_group_code:e.glsg_group_code,glsg_group_description:e.glsg_group_description,glsg_group_type:e.glsg_group_type,glsg_group_ind:e.glsg_group_ind,glsg_parent_group:e.glsg_parent_group})},s.Update=function(){var e=s.edt;e.opr="U",e.glsg_comp_code=c,s.edt="",d.push(e),n.post(i.apiUrl+"api/ScheduleGroup/ScheduleGroupCUD",d).then(function(e){s.msg1=e.data,1==s.msg1?swal({title:"Alert",text:"Record Updated Successfully",width:300,height:200}):0==s.msg1?swal({title:"Alert",text:"Record Not Updated. ",width:300,height:200}):swl("Error-"+s.msg1),n.get(i.apiUrl+"api/ScheduleGroup/getScheduleGroup?comp_code="+c).then(function(e){s.SGDExamData=e.data,s.totalItems=s.SGDExamData.length,s.todos=s.SGDExamData,s.makeTodos()})}),s.ScheduleGroupDetail=!0,s.ScheduleGroupOperation=!1,d=[]},s.check_all=function(){if(1==(l=document.getElementById("all_chk")).checked)for(var e=0;e<s.filteredTodos.length;e++)document.getElementById("sch-"+e).checked=!0,s.row1="row_selected",$("tr").addClass("row_selected");else for(e=0;e<s.filteredTodos.length;e++)document.getElementById("sch-"+e).checked=!1,l.checked=!1,s.row1=""},s.check_once=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),s.color="#edefef"}),1==(l=document.getElementById("all_chk")).checked&&(l.checked=!1,$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected")}))},s.deleterecord=function(){if(0==s.user_access.data_delete)swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200});else{s.flag=!1;for(var e,o=[],t=0;t<s.filteredTodos.length;t++)1==document.getElementById("sch-"+t).checked&&(s.flag=!0,e={glsg_group_code:s.filteredTodos[t].glsg_group_code,opr:"D"},o.push(e));s.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)n.post(i.apiUrl+"api/ScheduleGroup/ScheduleGroupCUD",o).then(function(e){s.msg1=e.data,1==s.msg1?swal({title:"Alert",text:"Record Deleted Successfully",showCloseButton:!0,width:380}).then(function(e){e&&(n.get(i.apiUrl+"api/ScheduleGroup/getScheduleGroup?comp_code="+c).then(function(e){s.SGDExamData=e.data,s.totalItems=s.SGDExamData.length,s.todos=s.SGDExamData,s.makeTodos()}),1==(l=document.getElementById("all_chk")).checked)&&(l.checked=!1,s.row1=""),s.currentPage=!0}):0==s.msg1?swal({title:"Alert",text:"Record Not Deleted. ",showCloseButton:!0,width:380}).then(function(e){e&&(n.get(i.apiUrl+"api/ScheduleGroup/getScheduleGroup?comp_code="+c).then(function(e){s.SGDExamData=e.data,s.totalItems=s.SGDExamData.length,s.todos=s.SGDExamData,s.makeTodos()}),1==(l=document.getElementById("all_chk")).checked)&&(l.checked=!1,s.row1="")}):swal("Error-"+s.msg1)});else{1==(l=document.getElementById("all_chk")).checked&&(l.checked=!1);for(var t=0;t<s.filteredTodos.length;t++){var a=document.getElementById(t);1==a.checked&&(a.checked=!1,l.checked=!1,$("tr").removeClass("row_selected"))}}}):swal({title:"Alert",text:"Please Select Atleast One Record",showCloseButton:!0,width:380}),s.currentPage=str}}}])}(),function(){"use strict";var e=angular.module("sims.module.Finance");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("ChartaccountCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(e,t,a,o,s,n,i){e.pagesize="10",e.pageindex="0",e.pager=!0,e.ScheduleGroupDetail=!1,e.editmode=!1,e.edt="";e.ScheduleGroupOperation=!0,e.newmode=!0,e.canclebtn=!1,a.globals.currentUser.username.toLowerCase(),$("#tree").treeview({data:[{text:"Schedule Group 1",nodes:[{text:"Child 1",nodes:[{text:"Grandchild 1",code:1},{text:"Grandchild 2"}]},{text:"Child 2"}]},{text:"Schedule Group 2",nodes:[{text:"Child 2",nodes:[{text:"Grandchild 1"},{text:"Grandchild 2",nodes:[{text:"Grandchild 11"}]}]},{text:"Child 2"}]},{text:"Schedule Group 3",nodes:[{text:"Child 2",nodes:[{text:"Grandchild 1"},{text:"Grandchild 2",nodes:[{text:"Grandchild 11"}]}]},{text:"Child 2"}]},{text:"Schedule Group 4",nodes:[{text:"Child 2",nodes:[{text:"Grandchild 1"},{text:"Grandchild 2",nodes:[{text:"Grandchild 11"}]}]},{text:"Child 2"}]},{text:"Schedule Group 5",nodes:[{text:"Child 2",nodes:[{text:"Grandchild 1"},{text:"Grandchild 2",nodes:[{text:"Grandchild 11"}]}]},{text:"Child 2"}]}]}),$("#tree").treeview("collapseAll",{silent:!0}),$("#tree").on("nodeSelected",function(e,t){console.log(t)})}])}(),function(){"use strict";new FormData;var r,e=angular.module("sims.module.Finance");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("ScheduleGroupDetailsCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(s,e,t,a,o,n,i){s.pagesize="10",s.pageindex="0",s.pager=!0,s.ScheduleGroupDetailDetail=!0,s.editmode=!1;var d=[];a(function(){$("#fixTable").tableHeadFixer({top:1})},100),a(function(){$("#fixTable1").tableHeadFixer({top:1})},100),$(function(){$("#all_chk").change(function(){$("input:checkbox").prop("checked",this.checked),$("tr").toggleClass("selected_row",this.checked)}),$("table tbody :checkbox").change(function(e){$(this).closest("tr").toggleClass("selected_row",this.checked)})}),setTimeout(function(){$("#account_codes6").select2()},100);t.globals.currentUser.username.toLowerCase();s.finnDetail=JSON.parse(window.localStorage.Finn_comp);var c=s.finnDetail.company,l=s.finnDetail.year;s.size=function(e){"All"==e?(s.currentPage="1",s.filteredTodos=s.SGDData,s.pager=!1):(s.pager=!0,s.pagesize=e,s.currentPage=1,s.numPerPage=e,s.makeTodos())},s.index=function(e){s.pageindex=e,s.currentPage=e,s.makeTodos(),r.checked=!1,s.row1=""},n.get(i.apiUrl+"api/schedulegroupdetails/getScheduleGroupDetail?comp_code="+c+"&finance_year="+l).then(function(e){s.SGDData=e.data,s.totalItems=s.SGDData.length,s.todos=s.SGDData,s.makeTodos()}),s.filteredTodos=[],s.currentPage=1,s.numPerPage=10,s.maxSize=10,s.makeTodos=function(){var e=parseInt(s.totalItems%s.numPerPage),e=(s.pagersize="0"==e?parseInt(s.totalItems/s.numPerPage):parseInt(s.totalItems/s.numPerPage)+1,(s.currentPage-1)*s.numPerPage),t=parseInt(e)+parseInt(s.numPerPage);s.filteredTodos=s.todos.slice(e,t)},s.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).codegroupdes.toLowerCase().indexOf(t.toLowerCase())||-1<e.glsccodename.toLowerCase().indexOf(t.toLowerCase())||e.glsccodename==t;var t})},s.search=function(){s.todos=s.searched(s.SGDData,s.searchText),s.totalItems=s.todos.length,s.currentPage="1",""==s.searchText&&(s.todos=s.SGDData),s.makeTodos()},s.cancel=function(){s.ScheduleGroupDetailDetail=!0,s.ScheduleGroupDetailOperation=!1,s.edt="",s.myForm.$setPristine(),s.myForm.$setUntouched()},s.New=function(){s.myForm.$setPristine(),s.myForm.$setUntouched(),s.newmode=!0,s.check=!0,s.edt="",s.editmode=!1,s.readonly=!1,s.ScheduleGroupDetailDetail=!1,s.ScheduleGroupDetailOperation=!0,s.savebtn=!0,s.updatebtn=!1,s.edt={},s.edt.gsgd_sign=!0},n.get(i.apiUrl+"api/schedulegroupdetails/getGroupName").then(function(e){s.gn=e.data}),n.get(i.apiUrl+"api/schedulegroupdetails/getScheduleCode").then(function(e){s.gc=e.data}),s.Save=function(e){if(e){var t=s.edt;t.opr="I",s.exist=!1,d.push(t);for(var a=0;a<s.SGDData.length;a++)s.SGDData[a].gsgd_group_code==t.gsgd_group_code&&s.SGDData[a].gsgd_schedule_code==t.gsgd_schedule_code&&(s.exist=!0);s.exist?swal({title:"Alert",text:"Record Already exists",width:300,height:200}):(n.post(i.apiUrl+"api/schedulegroupdetails/ScheduleGroupDetailCUD?simsobj=",d).then(function(e){s.msg1=e.data,1==s.msg1?swal({title:"Alert",text:"Record Inserted Successfully",showCloseButton:!0,width:380}):0==s.msg1?swal({title:"Alert",text:"Record Not Inserted. ",showCloseButton:!0,width:380}):swal("Error-"+s.msg1),s.ScheduleGroupDetailOperation=!1,n.get(i.apiUrl+"api/schedulegroupdetails/getScheduleGroupDetail?comp_code="+c+"&finance_year="+l).then(function(e){s.SGDData=e.data,s.totalItems=s.SGDData.length,s.todos=s.SGDData,s.makeTodos()})}),s.ScheduleGroupDetailDetail=!0,s.ScheduleGroupDetailOperation=!1),d=[]}},s.up=function(e){s.editmode=!0,s.newmode=!1,s.savebtn=!1,s.updatebtn=!0,s.readonly=!0,s.ScheduleGroupDetailDetail=!1,s.ScheduleGroupDetailOperation=!0,s.edt={gsgd_comp_code:e.gsgd_comp_code,gsgd_group_code:e.gsgd_group_code,gsgd_schedule_code:e.gsgd_schedule_code,gsgd_sign:e.gsgd_sign},setTimeout(function(){$("#account_codes5").select2("val",e.gsgd_schedule_code)},500)},s.Update=function(){var e=s.edt;e.opr="U",s.edt="",d.push(e),n.post(i.apiUrl+"api/schedulegroupdetails/ScheduleGroupDetailCUD",d).then(function(e){s.msg1=e.data,s.ScheduleGroupDetailOperation=!1,1==s.msg1?swal({title:"Alert",text:"Record Updated Successfully",showCloseButton:!0,width:380}):0==s.msg1?swal({title:"Alert",text:"Record Not Updated. ",showCloseButton:!0,width:380}):swal("Error-"+s.msg1),n.get(i.apiUrl+"api/schedulegroupdetails/getScheduleGroupDetail?comp_code="+c+"&finance_year="+l).then(function(e){s.SGDData=e.data,s.totalItems=s.SGDData.length,s.todos=s.SGDData,s.makeTodos()})}),s.ScheduleGroupDetailOperation=!1,s.ScheduleGroupDetailDetail=!0,d=[]},s.check_all=function(){if(1==(r=document.getElementById("all_chk")).checked)for(var e=0;e<s.filteredTodos.length;e++)document.getElementById(e).checked=!0,s.row1="row_selected",$("tr").addClass("row_selected");else for(e=0;e<s.filteredTodos.length;e++)document.getElementById(e).checked=!1,r.checked=!1,s.row1=""},s.check_once=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),s.color="#edefef"}),1==(r=document.getElementById("all_chk")).checked&&(r.checked=!1,$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected")}))},s.deleterecord=function(){s.flag=!1;for(var e,o=[],t=0;t<s.filteredTodos.length;t++)1==document.getElementById(t).checked&&(s.flag=!0,e={gsgd_schedule_code:s.filteredTodos[t].gsgd_schedule_code,opr:"D"},o.push(e));s.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)n.post(i.apiUrl+"api/schedulegroupdetails/ScheduleGroupDetailCUD",o).then(function(e){s.msg1=e.data,1==s.msg1?swal({title:"Alert",text:"Record Deleted Successfully",showCloseButton:!0,width:380}).then(function(e){e&&(n.get(i.apiUrl+"api/schedulegroupdetails/getScheduleGroupDetail?comp_code="+c+"&finance_year="+l).then(function(e){s.SGDData=e.data,s.totalItems=s.SGDData.length,s.todos=s.SGDData,s.makeTodos()}),1==(r=document.getElementById("all_chk")).checked)&&(r.checked=!1,s.row1=""),s.currentPage=!0}):0==s.msg1?swal({title:"Alert",text:"Record Not Deleted. ",showCloseButton:!0,width:380}).then(function(e){e&&(n.get(i.apiUrl+"api/schedulegroupdetails/getScheduleGroupDetail?comp_code="+c+"&finance_year="+l).then(function(e){s.SGDData=e.data,s.totalItems=s.SGDData.length,s.todos=s.SGDData,s.makeTodos()}),1==(r=document.getElementById("all_chk")).checked)&&(r.checked=!1,s.row1="")}):swal("Error-"+s.msg1)});else{1==(r=document.getElementById("all_chk")).checked&&(r.checked=!1);for(var t=0;t<s.filteredTodos.length;t++){var a=document.getElementById(t);1==a.checked&&(a.checked=!1,r.checked=!1,$("tr").removeClass("row_selected"))}}}):swal({title:"Alert",text:"Please Select Atleast One Record",showCloseButton:!0,width:380}),s.currentPage=str,s.row1=""}}])}(),function(){"use strict";new FormData;var l,r=[],e=angular.module("sims.module.Finance");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("CreateEditDepartmentCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(s,e,t,a,o,n,i){s.pagesize="10",s.pageindex="0",s.pager=!0,s.DepartmentDetail=!0,s.editmode=!1,s.edt="";var t=(t=t.globals.currentUser.username).toLowerCase(),d=(s.finnDetail=JSON.parse(window.localStorage.Finn_comp),s.finnDetail.company),c=s.finnDetail.year;s.user_access=[],s.appcode=e.current.name.split("."),n.get(i.apiUrl+"api/ERP/Grade/getCuriculumfor_Company?comp_code="+d).then(function(e){s.Curriculum=e.data,0<s.Curriculum.length&&(s.edt.sims_cur_code=s.Curriculum[0].sims_cur_code,s.getacademicYear1(s.Curriculum[0].sims_cur_code))}),n.get(i.apiUrl+"api/AlertTransaction/Get_user_access_rights?username="+t+"&appl_code="+s.appcode[1]).then(function(e){s.user_rights=e.data;for(var t=0;t<s.user_rights.length;t++)0==t&&(s.user_access.data_read=s.user_rights[t].comn_user_read,s.user_access.data_insert=s.user_rights[t].comn_user_insert,s.user_access.data_update=s.user_rights[t].comn_user_update,s.user_access.data_delete=s.user_rights[t].comn_user_delete,s.user_access.data_massupdate=s.user_rights[t].comn_user_massupdate,s.user_access.is_admin=s.user_rights[t].comn_user_admin)}),a(function(){$("#fixTable").tableHeadFixer({top:1})},100),a(function(){$("#fixTable1").tableHeadFixer({top:1})},100),s.size=function(e){"All"==e?(s.currentPage="1",s.filteredTodos=s.DepartData,s.pager=!1):(s.pager=!0,s.pagesize=e,s.currentPage=1,s.numPerPage=e,s.makeTodos())},s.index=function(e){s.pageindex=e,s.currentPage=e,s.makeTodos(),l.checked=!1,s.check_all()},n.get(i.apiUrl+"api/CreateEditDepartment/getDepartType").then(function(e){s.DepartType=e.data}),n.get(i.apiUrl+"api/common/getCompanyCurrency?comp_code="+d).then(function(e){s.comp_currency=e.data}),s.edt={},n.get(i.apiUrl+"api/CreateEditDepartment/getCompany").then(function(e){s.getCompany=e.data,0<s.getCompany.length&&(s.edt.codp_comp_code=s.getCompany[0].codp_comp_code)}),n.get(i.apiUrl+"api/CreateEditDepartment/getDepartmentDetail?comp_code="+d+"&finance_year="+c).then(function(e){s.DepartData=e.data,s.totalItems=s.DepartData.length,s.todos=s.DepartData,s.makeTodos()}),s.filteredTodos=[],s.currentPage=1,s.numPerPage=10,s.maxSize=10,s.makeTodos=function(){var e=parseInt(s.totalItems%s.numPerPage),e=(s.pagersize="0"==e?parseInt(s.totalItems/s.numPerPage):parseInt(s.totalItems/s.numPerPage)+1,(s.currentPage-1)*s.numPerPage),t=parseInt(e)+parseInt(s.numPerPage);s.filteredTodos=s.todos.slice(e,t)},s.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).codp_dept_name.toLowerCase().indexOf(t.toLowerCase())||-1<e.codp_dept_no.toLowerCase().indexOf(t.toLowerCase())||-1<e.codp_dept_type.toLowerCase().indexOf(t.toLowerCase())||-1<e.codp_short_name.toLowerCase().indexOf(t.toLowerCase())||e.codp_short_name==t;var t})},s.search=function(){s.todos=s.searched(s.DepartData,s.searchText),s.totalItems=s.todos.length,s.currentPage="1",""==s.searchText&&(s.todos=s.DepartData),s.makeTodos()},s.getAccYear=function(e){n.get(i.apiUrl+"api/common/getAcademicYear?curCode="+s.edt.sims_cur_code).then(function(e){s.Acc_year=e.data,s.edt={sims_cur_code:s.edt.sims_cur_code,sims_academic_year:s.Acc_year[0].sims_academic_year},s.getGrade()})},s.getacadata=function(){n.get(i.apiUrl+"api/CreateEditDepartment/getDepartmentDetail?comp_code="+d+"&finance_year="+s.edt.sims_academic_year).then(function(e){s.DepartData=e.data,s.totalItems=s.DepartData.length,s.todos=s.DepartData,s.makeTodos(),0==e.data.length&&swal({text:"No Data Found..",showCloseButton:!0,width:380})})},s.getacademicYear1=function(e){s.AcademicYear1=[],n.get(i.apiUrl+"api/common/getAcademicYear?curCode="+e).then(function(e){s.AcademicYear1=e.data,0<s.AcademicYear1.length&&(s.edt.sims_academic_year=s.AcademicYear1[0].sims_academic_year,s.edt.sims_academic_year=s.AcademicYear1[0].sims_academic_year,s.getacadata(s.edt.sims_academic_year))})},s.cancel=function(){s.edt.sims_cur_code=s.Curriculum[0].sims_cur_code,s.edt.sims_academic_year=s.AcademicYear1[0].sims_academic_year,s.DepartmentDetail=!0,s.DepartmentOperation=!1,s.myForm.$setPristine()},s.New=function(){0==s.user_access.data_insert?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(s.myForm.$setPristine(),s.myForm.$setUntouched(),s.newmode=!0,s.check=!0,s.edt="",s.editmode=!1,s.readonly=!1,s.DepartmentDetail=!1,s.DepartmentOperation=!0,s.savebtn=!0,s.updatebtn=!1,s.edt={},s.edt.codp_status=!0,0<s.getCompany.length&&(s.edt.codp_comp_code=s.getCompany[0].codp_comp_code))},s.Save=function(e){if(e){var t=s.edt;t.opr="I",t.codp_comp_code=d,t.codp_year=c,s.exist=!1,r.push(t);for(var a=0;a<s.DepartData.length;a++)s.DepartData[a].codp_dept_no==t.codp_dept_no&&s.DepartData[a].codp_dept_name==t.codp_dept_name&&s.DepartData[a].codp_short_name==t.codp_short_name&&(s.exist=!0);s.exist?swal({title:"Alert",text:"Record Already Present",width:300,height:200}):(n.post(i.apiUrl+"api/CreateEditDepartment/DepartmentDetailCUD?simsobj=",r).then(function(e){s.msg1=e.data,1==s.msg1?swal({title:"Alert",text:"Record Inserted Successfully",width:300,height:200}):swal({title:"Alert",text:"Department No. already exists",width:300,height:200}),s.DepartmentOperation=!1,n.get(i.apiUrl+"api/CreateEditDepartment/getDepartmentDetail?comp_code="+d+"&finance_year="+c).then(function(e){s.DepartData=e.data,s.totalItems=s.DepartData.length,s.todos=s.DepartData,s.makeTodos()})}),r=[],s.DepartmentDetail=!0,s.DepartmentOperation=!1)}else s.Update(e)},s.up=function(e){0==s.user_access.data_update?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):s.AcademicYear1[0].sims_academic_year!==s.edt.sims_academic_year?swal({title:"Alert",text:"Data can be updated only for current academic year .",width:350,height:200}):(s.editmode=!0,s.newmode=!1,s.savebtn=!1,s.updatebtn=!0,s.readonly=!0,s.DepartmentDetail=!1,s.DepartmentOperation=!0,s.myForm.$setPristine(),s.myForm.$setUntouched(),s.edt={codp_comp_code:e.codp_comp_code,codp_dept_no:e.codp_dept_no,codp_dept_name:e.codp_dept_name,codp_short_name:e.codp_short_name,codp_dept_type:e.codp_dept_type,codp_year:e.codp_year,codp_status:e.codp_status})},s.Update=function(e){e&&((e=s.edt).opr="U",e.codp_comp_code=d,e.codp_year=c,r.push(e),n.post(i.apiUrl+"api/CreateEditDepartment/DepartmentDetailCUD",r).then(function(e){s.msg1=e.data,s.DepartmentOperation=!1,n.get(i.apiUrl+"api/CreateEditDepartment/getDepartmentDetail?comp_code="+d+"&finance_year="+c).then(function(e){s.DepartData=e.data,s.totalItems=s.DepartData.length,s.todos=s.DepartData,s.makeTodos(),1==s.msg1?(swal({title:"Alert",text:"Record Updated Successfully",width:300,height:200}),s.edt.sims_cur_code=s.Curriculum[0].sims_cur_code,s.edt.sims_academic_year=s.AcademicYear1[0].sims_academic_year):0==s.msg1?(swal({title:"Alert",text:"Record Not Updated. ",width:300,height:200}),s.edt.sims_cur_code=s.Curriculum[0].sims_cur_code,s.edt.sims_academic_year=s.AcademicYear1[0].sims_academic_year):swal("Error-"+s.msg1)})}),s.DepartmentOperation=!1,s.DepartmentDetail=!0,r=[])},s.check_all=function(){if(1==(l=document.getElementById("all_chk")).checked)for(var e=0;e<s.filteredTodos.length;e++)document.getElementById(e+s.filteredTodos[e].codp_dept_no).checked=!0,s.row1="row_selected";else for(e=0;e<s.filteredTodos.length;e++)document.getElementById(e+s.filteredTodos[e].codp_dept_no).checked=!1,l.checked=!1,s.row1=""},s.check_once=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),s.color="#edefef"}),1==(l=document.getElementById("all_chk")).checked&&(l.checked=!1,s.color="#edefef",s.row1="")},s.deleterecord=function(){if(0==s.user_access.data_delete)swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200});else{var o=[];s.flag=!1;for(var e,t=0;t<s.filteredTodos.length;t++)1==document.getElementById(t+s.filteredTodos[t].codp_dept_no).checked&&(s.flag=!0,e={codp_dept_no:s.filteredTodos[t].codp_dept_no,opr:"D"},o.push(e));s.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)n.post(i.apiUrl+"api/CreateEditDepartment/DepartmentDetailCUD",o).then(function(e){s.msg1=e.data,1==s.msg1?swal({title:"Alert",text:"Record Deleted Successfully",showCloseButton:!0,width:380}).then(function(e){e&&n.get(i.apiUrl+"api/CreateEditDepartment/getDepartmentDetail?comp_code="+d+"&finance_year="+c).then(function(e){s.DepartData=e.data,s.totalItems=s.DepartData.length,s.todos=s.DepartData,s.makeTodos()})}):0==s.msg1?swal({title:"Alert",text:"Record Already mapped!. ",showCloseButton:!0,width:380}).then(function(e){e&&n.get(i.apiUrl+"api/CreateEditDepartment/getDepartmentDetail?comp_code="+d+"&finance_year="+c).then(function(e){s.DepartData=e.data,s.totalItems=s.DepartData.length,s.todos=s.DepartData,s.makeTodos()})}):swal("Error-"+s.msg1)});else for(var t=0;t<s.filteredTodos.length;t++){var a=document.getElementById(t+s.filteredTodos[t].codp_dept_no);1==a.checked&&(a.checked=!1,l.checked=!1,$("tr").removeClass("row_selected"))}}):swal({title:"Alert",text:"Please Select Atleast One Record",showCloseButton:!0,width:380})}}}])}(),function(){"use strict";new FormData;var l,r=[],e=angular.module("sims.module.Finance");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("CreateEditDepartmentHRCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(s,e,t,a,o,n,i){s.pagesize="10",s.pageindex="0",s.pager=!0,s.DepartmentDetail=!0,s.editmode=!1,s.edt="";var t=(t=t.globals.currentUser.username).toLowerCase(),d=(s.finnDetail=JSON.parse(window.localStorage.Finn_comp),s.finnDetail.company),c=s.finnDetail.year;s.user_access=[],s.appcode=e.current.name.split("."),n.get(i.apiUrl+"api/ERP/Grade/getCuriculumfor_Company?comp_code="+d).then(function(e){s.Curriculum=e.data,0<s.Curriculum.length&&(s.edt.sims_cur_code=s.Curriculum[0].sims_cur_code,s.getacademicYear1(s.Curriculum[0].sims_cur_code))}),n.get(i.apiUrl+"api/AlertTransaction/Get_user_access_rights?username="+t+"&appl_code="+s.appcode[1]).then(function(e){s.user_rights=e.data;for(var t=0;t<s.user_rights.length;t++)0==t&&(s.user_access.data_read=s.user_rights[t].comn_user_read,s.user_access.data_insert=s.user_rights[t].comn_user_insert,s.user_access.data_update=s.user_rights[t].comn_user_update,s.user_access.data_delete=s.user_rights[t].comn_user_delete,s.user_access.data_massupdate=s.user_rights[t].comn_user_massupdate,s.user_access.is_admin=s.user_rights[t].comn_user_admin)}),a(function(){$("#fixTable").tableHeadFixer({top:1})},100),a(function(){$("#fixTable1").tableHeadFixer({top:1})},100),s.size=function(e){"All"==e?(s.currentPage="1",s.filteredTodos=s.DepartData,s.pager=!1):(s.pager=!0,s.pagesize=e,s.currentPage=1,s.numPerPage=e,s.makeTodos())},s.index=function(e){s.pageindex=e,s.currentPage=e,s.makeTodos(),l.checked=!1,s.check_all()},n.get(i.apiUrl+"api/CreateEditDepartment/getDepartType").then(function(e){s.DepartType=e.data}),n.get(i.apiUrl+"api/common/getCompanyCurrency?comp_code="+d).then(function(e){s.comp_currency=e.data}),s.edt={},n.get(i.apiUrl+"api/CreateEditDepartment/getCompany").then(function(e){s.getCompany=e.data,0<s.getCompany.length&&(s.edt.codp_comp_code=s.getCompany[0].codp_comp_code)}),n.get(i.apiUrl+"api/CreateEditDepartment/getDepartmentDetail?comp_code="+d+"&finance_year="+c).then(function(e){s.DepartData=e.data,s.totalItems=s.DepartData.length,s.todos=s.DepartData,s.makeTodos()}),s.filteredTodos=[],s.currentPage=1,s.numPerPage=10,s.maxSize=10,s.makeTodos=function(){var e=parseInt(s.totalItems%s.numPerPage),e=(s.pagersize="0"==e?parseInt(s.totalItems/s.numPerPage):parseInt(s.totalItems/s.numPerPage)+1,(s.currentPage-1)*s.numPerPage),t=parseInt(e)+parseInt(s.numPerPage);s.filteredTodos=s.todos.slice(e,t)},s.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).codp_dept_name.toLowerCase().indexOf(t.toLowerCase())||-1<e.codp_dept_no.toLowerCase().indexOf(t.toLowerCase())||-1<e.codp_dept_type.toLowerCase().indexOf(t.toLowerCase())||-1<e.codp_short_name.toLowerCase().indexOf(t.toLowerCase())||e.codp_short_name==t;var t})},s.search=function(){s.todos=s.searched(s.DepartData,s.searchText),s.totalItems=s.todos.length,s.currentPage="1",""==s.searchText&&(s.todos=s.DepartData),s.makeTodos()},s.getAccYear=function(e){n.get(i.apiUrl+"api/common/getAcademicYear?curCode="+s.edt.sims_cur_code).then(function(e){s.Acc_year=e.data,s.edt={sims_cur_code:s.edt.sims_cur_code,sims_academic_year:s.Acc_year[0].sims_academic_year},s.getGrade()})},s.getacademicYear1=function(e){s.AcademicYear1=[],n.get(i.apiUrl+"api/common/getAcademicYear?curCode="+e).then(function(e){s.AcademicYear1=e.data,0<s.AcademicYear1.length&&(s.edt.sims_academic_year=s.AcademicYear1[0].sims_academic_year,s.edt.sims_academic_year=s.AcademicYear1[0].sims_academic_year,s.getacadata(s.edt.sims_academic_year))})},s.cancel=function(){s.edt.sims_cur_code=s.Curriculum[0].sims_cur_code,s.edt.sims_academic_year=s.AcademicYear1[0].sims_academic_year,s.DepartmentDetail=!0,s.DepartmentOperation=!1,s.myForm.$setPristine()},s.New=function(){0==s.user_access.data_insert?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(s.myForm.$setPristine(),s.myForm.$setUntouched(),s.newmode=!0,s.check=!0,s.edt="",s.editmode=!1,s.readonly=!1,s.DepartmentDetail=!1,s.DepartmentOperation=!0,s.savebtn=!0,s.updatebtn=!1,s.edt={},s.edt.codp_status=!0,0<s.getCompany.length&&(s.edt.codp_comp_code=s.getCompany[0].codp_comp_code))},s.Save=function(e){if(e){var t=s.edt;t.opr="I",t.codp_comp_code=d,t.codp_year=c,s.exist=!1,r.push(t);for(var a=0;a<s.DepartData.length;a++)s.DepartData[a].codp_dept_no==t.codp_dept_no&&s.DepartData[a].codp_dept_name==t.codp_dept_name&&s.DepartData[a].codp_short_name==t.codp_short_name&&(s.exist=!0);s.exist?swal({title:"Alert",text:"Record Already Present",width:300,height:200}):(n.post(i.apiUrl+"api/CreateEditDepartment/DepartmentDetailCUD?simsobj=",r).then(function(e){s.msg1=e.data,1==s.msg1?swal({title:"Alert",text:"Record Inserted Successfully",width:300,height:200}):swal({title:"Alert",text:"Department No. already exists",width:300,height:200}),s.DepartmentOperation=!1,n.get(i.apiUrl+"api/CreateEditDepartment/getDepartmentDetail?comp_code="+d+"&finance_year="+c).then(function(e){s.DepartData=e.data,s.totalItems=s.DepartData.length,s.todos=s.DepartData,s.makeTodos()})}),r=[],s.DepartmentDetail=!0,s.DepartmentOperation=!1)}else s.Update(e)},s.up=function(e){0==s.user_access.data_update?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):s.AcademicYear1[0].sims_academic_year!==s.edt.sims_academic_year?swal({title:"Alert",text:"Data can be updated only for current academic year .",width:350,height:200}):(s.editmode=!0,s.newmode=!1,s.savebtn=!1,s.updatebtn=!0,s.readonly=!0,s.DepartmentDetail=!1,s.DepartmentOperation=!0,s.myForm.$setPristine(),s.myForm.$setUntouched(),s.edt={codp_comp_code:e.codp_comp_code,codp_dept_no:e.codp_dept_no,codp_dept_name:e.codp_dept_name,codp_short_name:e.codp_short_name,codp_dept_type:e.codp_dept_type,codp_year:e.codp_year,codp_status:e.codp_status})},s.Update=function(e){e&&((e=s.edt).opr="U",e.codp_comp_code=d,e.codp_year=c,r.push(e),n.post(i.apiUrl+"api/CreateEditDepartment/DepartmentDetailCUD",r).then(function(e){s.msg1=e.data,s.DepartmentOperation=!1,n.get(i.apiUrl+"api/CreateEditDepartment/getDepartmentDetail?comp_code="+d+"&finance_year="+c).then(function(e){s.DepartData=e.data,s.totalItems=s.DepartData.length,s.todos=s.DepartData,s.makeTodos(),1==s.msg1?(swal({title:"Alert",text:"Record Updated Successfully",width:300,height:200}),s.edt.sims_cur_code=s.Curriculum[0].sims_cur_code,s.edt.sims_academic_year=s.AcademicYear1[0].sims_academic_year):0==s.msg1?(swal({title:"Alert",text:"Record Not Updated. ",width:300,height:200}),s.edt.sims_cur_code=s.Curriculum[0].sims_cur_code,s.edt.sims_academic_year=s.AcademicYear1[0].sims_academic_year):swal("Error-"+s.msg1)})}),s.DepartmentOperation=!1,s.DepartmentDetail=!0,r=[])},s.check_all=function(){if(1==(l=document.getElementById("all_chk")).checked)for(var e=0;e<s.filteredTodos.length;e++)document.getElementById(e+s.filteredTodos[e].codp_dept_no).checked=!0,s.row1="row_selected";else for(e=0;e<s.filteredTodos.length;e++)document.getElementById(e+s.filteredTodos[e].codp_dept_no).checked=!1,l.checked=!1,s.row1=""},s.check_once=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),s.color="#edefef"}),1==(l=document.getElementById("all_chk")).checked&&(l.checked=!1,s.color="#edefef",s.row1="")},s.deleterecord=function(){if(0==s.user_access.data_delete)swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200});else{var o=[];s.flag=!1;for(var e,t=0;t<s.filteredTodos.length;t++)1==document.getElementById(t+s.filteredTodos[t].codp_dept_no).checked&&(s.flag=!0,e={codp_dept_no:s.filteredTodos[t].codp_dept_no,opr:"D"},o.push(e));s.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)n.post(i.apiUrl+"api/CreateEditDepartment/DepartmentDetailCUD",o).then(function(e){s.msg1=e.data,1==s.msg1?swal({title:"Alert",text:"Record Deleted Successfully",showCloseButton:!0,width:380}).then(function(e){e&&n.get(i.apiUrl+"api/CreateEditDepartment/getDepartmentDetail?comp_code="+d+"&finance_year="+c).then(function(e){s.DepartData=e.data,s.totalItems=s.DepartData.length,s.todos=s.DepartData,s.makeTodos()})}):0==s.msg1?swal({title:"Alert",text:"Record Already mapped!. ",showCloseButton:!0,width:380}).then(function(e){e&&n.get(i.apiUrl+"api/CreateEditDepartment/getDepartmentDetail?comp_code="+d+"&finance_year="+c).then(function(e){s.DepartData=e.data,s.totalItems=s.DepartData.length,s.todos=s.DepartData,s.makeTodos()})}):swal("Error-"+s.msg1)});else for(var t=0;t<s.filteredTodos.length;t++){var a=document.getElementById(t+s.filteredTodos[t].codp_dept_no);1==a.checked&&(a.checked=!1,l.checked=!1,$("tr").removeClass("row_selected"))}}):swal({title:"Alert",text:"Please Select Atleast One Record",showCloseButton:!0,width:380})}}}])}(),function(){"use strict";var d,c=[],e=angular.module("sims.module.Finance");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("PaymentTermCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(s,e,t,a,o,n,i){s.pagesize="10",s.pageindex="0",s.pager=!0,s.table1=!0,n.get(i.apiUrl+"api/PaymentTermDetails/getPaymentTerm").then(function(e){s.PaymentTerm_Data=e.data,s.totalItems=s.PaymentTerm_Data.length,s.todos=s.PaymentTerm_Data,s.makeTodos()}),s.edt={},n.get(i.apiUrl+"api/common/getFinsCompCode").then(function(e){s.FinsCompCode_Data=e.data,0<e.data.length&&(s.edt.pT_COMP_Code=e.data[0].glsc_comp_code)}),s.operation=!1,s.editmode=!1,s.size=function(e){"All"==e?(s.currentPage="1",s.filteredTodos=s.PaymentTerm_Data,s.pager=!1):(s.pager=!0,s.pagesize=e,s.currentPage=1,s.numPerPage=e,s.makeTodos())},s.index=function(e){s.pageindex=e,s.currentPage=e,s.makeTodos()},s.edt="",s.New=function(){s.myForm.$setPristine(),s.newmode=!0,s.check=!0,s.edt="",s.editmode=!1,s.readonly=!1,s.table1=!1,s.operation=!0,s.savebtn=!0,s.updatebtn=!1,s.edt={},0<s.FinsCompCode_Data.length&&(s.edt.pT_COMP_Code=s.FinsCompCode_Data[0].glsc_comp_code),s.edt.pT_ENABLED=!0},s.up=function(e){0;s.editmode=!0,s.newmode=!1,s.savebtn=!1,s.updatebtn=!0,s.readonly=!0,s.table1=!1,s.operation=!0,s.edt=e,s.edt.org_PT_TERM_NAME=e.pT_TERM_NAME},s.cancel=function(){s.table1=!0,s.operation=!1,s.edt="",s.myForm.$setPristine()},s.Save=function(e){if(e){var a=[],o=[];(a=s.edt).opr="I",s.exist=!1;for(var t=0;t<s.PaymentTerm_Data.length;t++)s.PaymentTerm_Data[t].pT_TERM_NAME==a.pT_TERM_NAME&&s.PaymentTerm_Data[t].pT_COMP_CODE==a.pT_COMP_CODE&&(s.exist=!0);s.exist?swal({title:"Alert",text:"Record Already exists",imageUrl:"assets/img/check.png"}):(o.push(a),n.post(i.apiUrl+"api/PaymentTermDetails/PaymentTermCUD",o).then(function(t){s.msg1=t.data,s.table1=!0,s.operation=!1,a=[],o=[],s.edt="",n.get(i.apiUrl+"api/PaymentTermDetails/getPaymentTerm").then(function(e){s.PaymentTerm_Data=e.data,s.totalItems=s.PaymentTerm_Data.length,s.todos=s.PaymentTerm_Data,s.makeTodos(),s.msg1=t.data}),1==s.msg1?swal({title:"Alert",text:"Record Inserted Successfully.",width:300,height:200}):0==s.msg1?swal({title:"Alert",text:"Record Not Inserted. ",imageUrl:"assets/img/check.png"}):swal("Error-"+s.msg1),s.edt=""}),s.table1=!0,s.operation=!1)}},s.Update=function(){var e=s.edt;e.opr="U",c.push(e),n.post(i.apiUrl+"api/PaymentTermDetails/PaymentTermCUD",c).then(function(e){s.msg1=e.data,s.operation=!1,n.get(i.apiUrl+"api/PaymentTermDetails/getPaymentTerm").then(function(e){s.PaymentTerm_Data=e.data,s.totalItems=s.PaymentTerm_Data.length,s.todos=s.PaymentTerm_Data,s.makeTodos(),1==s.msg1?swal({title:"Alert",text:"Record Updated Successfully",width:300,height:200}):0==s.msg1?swal({title:"Alert",text:"Record not Updated. ",width:300,height:200}):swal("Error-"+s.msg1)})}),s.operation=!1,s.table1=!0},s.filteredTodos=[],s.currentPage=1,s.numPerPage=5,s.maxSize=5,s.makeTodos=function(){var e=parseInt(s.totalItems%s.numPerPage),e=(s.pagersize="0"==e?parseInt(s.totalItems/s.numPerPage):parseInt(s.totalItems/s.numPerPage)+1,(s.currentPage-1)*s.numPerPage),t=parseInt(e)+parseInt(s.numPerPage);s.filteredTodos=s.todos.slice(e,t)},s.CheckAllChecked=function(){if(1==(d=document.getElementById("mainchk")).checked)for(var e=0;e<s.filteredTodos.length;e++)document.getElementById(e).checked=!0;else for(e=0;e<s.filteredTodos.length;e++)document.getElementById(e).checked=!1,d.checked=!1,s.row1=""},s.checkonebyonedelete=function(){1==d.checked&&(d.checked=!1,s.row1="")},s.deleterecord=function(){for(var e,t=[],a=0;a<s.filteredTodos.length;a++)1==document.getElementById(a).checked&&(e={PT_COMP_Code:s.filteredTodos[a].pT_COMP_Code,pT_TERM_NAME:s.filteredTodos[a].pT_TERM_NAME,opr:"D"},t.push(e));n.post(i.apiUrl+"api/PaymentTermDetails/PaymentTermCUD",t).then(function(e){s.msg1=e.data,s.table1=!0,s.operation=!1,n.get(i.apiUrl+"api/PaymentTermDetails/getPaymentTerm").then(function(e){s.PaymentTerm_Data=e.data,s.totalItems=s.PaymentTerm_Data.length,s.todos=s.PaymentTerm_Data,s.makeTodos(),1==s.msg1?swal({title:"Alert",text:"Record Deleted Successfully",width:300,height:200}):0==s.msg1?swal({title:"Alert",text:"Record not Deleted. ",width:300,height:200}):swal("Error-"+s.msg1)})})},s.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).company_name.toLowerCase().indexOf(t.toLowerCase())||-1<e.pT_TERM_NAME.toLowerCase().indexOf(t.toLowerCase())||e.pT_NO_OF_DAYS==t;var t})},s.search=function(){s.todos=s.searched(s.PaymentTerm_Data,s.searchText),s.totalItems=s.todos.length,s.currentPage="1",""==s.searchText&&(s.todos=s.PaymentTerm_Data),s.makeTodos()},a(function(){$("#fixTable").tableHeadFixer({top:1})},100)}])}(),function(){"use strict";var p,e=angular.module("sims.module.Finance");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("StudentReceiveable_StudentwiseInvCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","$filter","ENV",function(s,e,t,a,o,n,i,d){s.pagesize="50",s.pageindex=0,s.save_btn=!0,s.Update_btn=!1,s.display=!0,s.table=!1,s.table2=!1,s.save_data=!1;s.btn_report=!1,s.busy=!1,t.globals.currentUser.username,new Date,i("date")(new Date,"yyyy/MM/dd").split("/")[0];var c=(c=t.globals.currentUser.username).toLowerCase(),l=(s.finnDetail=JSON.parse(window.localStorage.Finn_comp),console.log(s.finnDetail),s.finnDetail.company),r=s.finnDetail.year,i=(n.get(d.apiUrl+"api/common/getCuriculum").then(function(e){s.curriculum=e.data,s.sims_cur_code=s.curriculum[0].sims_cur_code,s.getacyr(s.sims_cur_code)}),s.getacyr=function(){n.get(d.apiUrl+"api/DebitCreditNote/GetAcademic_year?curCode="+s.sims_cur_code).then(function(e){s.Academic_year=e.data,s.sims_academic_year=s.Academic_year[0].sims_academic_year,s.getGrade(s.sims_cur_code,s.sims_academic_year)})},s.getGrade=function(e,t){n.get(d.apiUrl+"api/common/getAllGrades?cur_code="+s.sims_cur_code+"&academic_year="+s.sims_academic_year).then(function(e){s.Grade_code=e.data,setTimeout(function(){$("#grade").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"})},1e3)}),s.getSection(s.sims_cur_code,s.sims_academic_year,s.temp.grade_code)},s.getSection=function(e,t,a){n.get(d.apiUrl+"api/common/getSectionFromGrade?cur_code="+s.sims_cur_code+"&grade_code="+s.temp.sims_grade_code+"&academic_year="+s.sims_academic_year).then(function(e){s.Section_code=e.data,setTimeout(function(){$("#section").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"})},1e3)})},n.get(d.apiUrl+"api/Fee/SFS/getSeachOptions").then(function(e){s.searchoptions=e.data;for(var t=0;t<s.searchoptions.length;t++)"Y"==s.searchoptions[t].sims_search_code_status&&(s.edt.sims_search_code=s.searchoptions[t].sims_search_code)}),n.get(d.apiUrl+"api/DepreciationJVPost/getMonths").then(function(e){s.months=e.data}),n.get(d.apiUrl+"api/DepreciationJVPost/get_invoice_feetype_New").then(function(e){s.FeeTypeData=e.data,setTimeout(function(){$("#cmb_fee_Code").change(function(){}).multipleSelect({width:"100%"})},1e3)}),new Date),t=i.getDate(),m=i.getMonth()+1,i=(m<10&&(m="0"+m),i.getFullYear());s.sdate=t+"-"+m+"-"+i,s.edate=t+"-"+m+"-"+i,s.from_date=t+"-"+m+"-"+i;s.size=function(e){s.pager=50==e||100==e,"All"==e?(s.currentPage="1",s.filteredTodos=s.months_obj,s.pager=!1):(s.pager=!0,s.pagesize=e,s.currentPage=1,s.numPerPage=e,s.makeTodos())},s.index=function(e){s.pageindex=e,s.currentPage=e,console.log("currentPage="+s.currentPage),s.makeTodos(),p.checked=!1,s.CheckAllChecked()},s.filteredTodos=[],s.currentPage=1,s.numPerPage=50,s.maxSize=50,s.makeTodos=function(){var e=parseInt(s.totalItems%s.numPerPage),e=(s.pagersize="0"==e?parseInt(s.totalItems/s.numPerPage):parseInt(s.totalItems/s.numPerPage)+1,(s.currentPage-1)*s.numPerPage),t=parseInt(e)+parseInt(s.numPerPage);console.log("begin="+e),console.log("end="+t),s.filteredTodos=s.todos.slice(e,t);for(var a=0;a<s.filteredTodos.length;a++)s.filteredTodos[a].icon="fa fa-plus-circle"},s.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).sims_enroll_number.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_student_name.toLowerCase().indexOf(t.toLowerCase())||e.sims_sip_achievement_point==t;var t})},s.search=function(){s.todos=s.searched(s.months_obj,s.searchText),s.totalItems=s.todos.length,s.currentPage="1",""==s.searchText&&(s.todos=s.months_obj),s.makeTodos(),p.checked=!1,s.CheckAllChecked()},s.submit=function(){if("T"==s.invoice_type){if(""==s.term_code||null==s.term_code)return void swal({text:"  Please select Term",width:380})}else if("M"==s.invoice_type){if(""==s.month_no||null==s.month_no)return void swal({text:"  Please select Month",width:380})}else swal({text:"  Please select Invoice Type",width:380});s.sims_acad_status="";for(var e=0;e<s.temp.sims_academic_status.length;e++)"C"!=s.temp.sims_academic_status[e]&&"D"!=s.temp.sims_academic_status[e]&&"E"!=s.temp.sims_academic_status[e]&&"T"!=s.temp.sims_academic_status[e]||(s.temp.sims_academic_status[e]="0"),s.sims_acad_status=s.sims_acad_status+s.temp.sims_academic_status[e]+",";var t={month_no:s.month_no,companyCode:l,year:r,sims_fee_cur_code:s.sims_cur_code,sims_academic_year:s.sims_academic_year,sims_fee_grade_code:s.temp.sims_grade_code.join(","),sims_fee_section_code:s.temp.sims_section_code.join(","),sims_enroll_number:s.search_txt,gam_status:s.sims_search_code,sims_fee_code:s.sims_fee_code.join(","),gam_supl_name:c,invoice_type:s.invoice_type,term_code:s.term_code,sims_academic_status:s.sims_acad_status};s.busy=!0,n.post(d.apiUrl+"api/DepreciationJVPost/invoice_posting_data_studentwise",t).then(function(e){s.months_obj=e.data,0<s.months_obj.length?(s.totalItems=s.months_obj.length,s.todos=s.months_obj,s.makeTodos(),s.table=!0,s.save_data=!0):(swal({title:"Alert",text:"Data Not Found",showCloseButton:!0,width:380}),s.table=!1,s.save_data=!1),s.busy=!1,s.size("50"),s.total_expec_amt=0,s.total_paid_amt=0,s.total_posted_amt=0;s.total_posting_amt=0;for(var t=0;t<s.filteredTodos.length;t++)s.total_expec_amt=parseFloat(s.total_expec_amt)+parseFloat(s.filteredTodos[t].expected_amount),s.total_posted_amt=parseFloat(s.total_posted_amt)+parseFloat(s.filteredTodos[t].posted_amount),s.total_posting_amt=parseFloat(s.total_posting_amt)+parseFloat(s.filteredTodos[t].posting_amount)})},s.Save=function(){var e="",t=!1;if("T"==s.invoice_type){if(""==s.term_code||null==s.term_code)return void swal({text:"  Please select Term",width:380})}else if("M"==s.invoice_type){if(""==s.month_no||null==s.month_no)return void swal({text:"  Please select Month",width:380})}else swal({text:"  Please select Invoice Type",width:380});if(""==s.from_date||null==s.from_date)swal({text:"  Please Select Post Date ",width:380});else{for(var a,o=0;o<s.filteredTodos.length;o++)1==s.filteredTodos[o].chk_stud_inv&&(e=e+","+s.filteredTodos[o].sims_enroll_number+s.filteredTodos[o].sims_fee_code,t=!0);1==t?(a={month_no:s.month_no,companyCode:l,year:r,sims_fee_cur_code:s.sims_cur_code,sims_academic_year:s.sims_academic_year,sims_fee_grade_code:s.temp.sims_grade_code.join(","),sims_fee_section_code:s.temp.sims_section_code.join(","),sims_enroll_number:e,sims_fee_code:s.sims_fee_code.join(","),posting_date:s.from_date,gam_supl_name:c,invoice_type:s.invoice_type,term_code:s.term_code},s.busy=!0,n.post(d.apiUrl+"api/DepreciationJVPost/Posting_student_invoices_New",a).then(function(e){s.final_doc_number=e.data,s.busy=!1,swal({title:"Alert",text:s.final_doc_number,showCloseButton:!0,width:380}),s.submit()})):swal({text:"Please Select Student",timer:5e3})}},$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0,format:"yyyy/mm/dd"}),s.CheckAllChecked=function(){p=document.getElementById("mainchk");for(var e=0;e<s.filteredTodos.length;e++)1==p.checked?(s.filteredTodos[e].chk_stud_inv=!0,s.filteredTodos[e].row_color="#ffffcc"):(s.filteredTodos[e].chk_stud_inv=!1,s.filteredTodos[e].row_color="")};s.selectonebyone=function(e,t){1==t.chk_stud_inv?s.subtotal=parseFloat(s.subtotal)+parseFloat(t.posting_amount):s.subtotal=parseFloat(s.subtotal)-parseFloat(t.posting_amount)},s.ShowInvoiceType=function(e){n.get(d.apiUrl+"api/CommDefaulter/GetDefaulterTerms?cur_code="+s.sims_cur_code+"&academic_year="+s.sims_academic_year).then(function(e){s.terms=e.data}),"T"==e?(s.showTerm=!0,s.showMonth=!1,s.term_code="",s.month_no=""):"M"==e?(s.showTerm=!1,s.showMonth=!0,s.month_no="",s.term_code=""):(s.showTerm=!1,s.showMonth=!1)},s.sortBy=function(e){s.reverse=s.propertyName===e&&!s.reverse,s.propertyName=e},s.isSearched=!1,s.filterRecords=function(e){s.isSearched=null!=e&&""!=e},s.calTotal=function(){s.total_expec_amt=0,s.total_paid_amt=0,s.total_posted_amt=0;s.total_posting_amt=0;for(var e=0;e<s.filteredTodos.length;e++)s.total_expec_amt=parseFloat(s.total_expec_amt)+parseFloat(s.filteredTodos[e].expected_amount),s.total_posted_amt=parseFloat(s.total_posted_amt)+parseFloat(s.filteredTodos[e].posted_amount),s.total_posting_amt=parseFloat(s.total_posting_amt)+parseFloat(s.filteredTodos[e].posting_amount)},n.get(d.apiUrl+"api/DepreciationJVPost/getStudAcademicStatus").then(function(e){s.Academic_Status=e.data,setTimeout(function(){$("#academic_status").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"}),$("#academic_status").multipleSelect("checkAll")},1e3)})}])}(),function(){"use strict";var p,e=angular.module("sims.module.Finance");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("StudentReceiveablePosting_StudentwiseCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","$filter","ENV",function(s,e,t,a,o,n,i,d){s.pagesize="50",s.pageindex=0,s.save_btn=!0,s.Update_btn=!1,s.display=!0,s.table=!1,s.table2=!1,s.save_data=!1;s.btn_report=!1,s.busy=!1,t.globals.currentUser.username,new Date,i("date")(new Date,"yyyy/MM/dd").split("/")[0];var c=(c=t.globals.currentUser.username).toLowerCase(),l=(s.finnDetail=JSON.parse(window.localStorage.Finn_comp),console.log(s.finnDetail),s.finnDetail.company),r=s.finnDetail.year,i=(n.get(d.apiUrl+"api/common/getCuriculum").then(function(e){s.curriculum=e.data,s.sims_cur_code=s.curriculum[0].sims_cur_code,s.getacyr(s.sims_cur_code)}),s.getacyr=function(){n.get(d.apiUrl+"api/DebitCreditNote/GetAcademic_year?curCode="+s.sims_cur_code).then(function(e){s.Academic_year=e.data,s.sims_academic_year=s.Academic_year[0].sims_academic_year,s.getGrade(s.sims_cur_code,s.sims_academic_year)})},s.getGrade=function(e,t){n.get(d.apiUrl+"api/common/getAllGrades?cur_code="+s.sims_cur_code+"&academic_year="+s.sims_academic_year).then(function(e){s.Grade_code=e.data,setTimeout(function(){$("#grade").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"})},1e3)}),s.getSection(s.sims_cur_code,s.sims_academic_year,s.temp.grade_code)},s.getSection=function(e,t,a){n.get(d.apiUrl+"api/common/getSectionFromGrade?cur_code="+s.sims_cur_code+"&grade_code="+s.temp.sims_grade_code+"&academic_year="+s.sims_academic_year).then(function(e){s.Section_code=e.data,setTimeout(function(){$("#section").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"})},1e3)})},n.get(d.apiUrl+"api/Fee/SFS/getSeachOptions").then(function(e){s.searchoptions=e.data;for(var t=0;t<s.searchoptions.length;t++)"Y"==s.searchoptions[t].sims_search_code_status&&(s.edt.sims_search_code=s.searchoptions[t].sims_search_code)}),n.get(d.apiUrl+"api/DepreciationJVPost/getMonths").then(function(e){s.months=e.data}),n.get(d.apiUrl+"api/DepreciationJVPost/get_invoice_feetype").then(function(e){s.FeeTypeData=e.data,setTimeout(function(){$("#cmb_fee_Code").change(function(){}).multipleSelect({width:"100%"})},1e3)}),new Date),t=i.getDate(),m=i.getMonth()+1,i=(m<10&&(m="0"+m),i.getFullYear());s.sdate=t+"-"+m+"-"+i,s.edate=t+"-"+m+"-"+i,s.from_date=t+"-"+m+"-"+i;s.size=function(e){s.pager=50==e||100==e,"All"==e?(s.currentPage="1",s.filteredTodos=s.months_obj,s.pager=!1):(s.pager=!0,s.pagesize=e,s.currentPage=1,s.numPerPage=e,s.makeTodos())},s.index=function(e){s.pageindex=e,s.currentPage=e,console.log("currentPage="+s.currentPage),s.makeTodos(),p.checked=!1,s.CheckAllChecked()},s.filteredTodos=[],s.currentPage=1,s.numPerPage=50,s.maxSize=50,s.makeTodos=function(){var e=parseInt(s.totalItems%s.numPerPage),e=(s.pagersize="0"==e?parseInt(s.totalItems/s.numPerPage):parseInt(s.totalItems/s.numPerPage)+1,(s.currentPage-1)*s.numPerPage),t=parseInt(e)+parseInt(s.numPerPage);console.log("begin="+e),console.log("end="+t),s.filteredTodos=s.todos.slice(e,t);for(var a=0;a<s.filteredTodos.length;a++)s.filteredTodos[a].icon="fa fa-plus-circle"},s.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).sims_enroll_number.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_student_name.toLowerCase().indexOf(t.toLowerCase())||e.sims_sip_achievement_point==t;var t})},s.search=function(){s.todos=s.searched(s.months_obj,s.searchText),s.totalItems=s.todos.length,s.currentPage="1",""==s.searchText&&(s.todos=s.months_obj),s.makeTodos(),p.checked=!1,s.CheckAllChecked()},s.submit=function(){if("T"==s.invoice_type){if(""==s.term_code||null==s.term_code)return void swal({text:"  Please select Term",width:380})}else if("M"==s.invoice_type){if(""==s.month_no||null==s.month_no)return void swal({text:"  Please select Month",width:380})}else swal({text:"  Please select Invoice Type",width:380});s.sims_acad_status="";for(var e=0;e<s.temp.sims_academic_status.length;e++)"C"!=s.temp.sims_academic_status[e]&&"D"!=s.temp.sims_academic_status[e]&&"E"!=s.temp.sims_academic_status[e]&&"T"!=s.temp.sims_academic_status[e]||(s.temp.sims_academic_status[e]="0"),s.sims_acad_status=s.sims_acad_status+s.temp.sims_academic_status[e]+",";var t={month_no:s.month_no,companyCode:l,year:r,sims_fee_cur_code:s.sims_cur_code,sims_academic_year:s.sims_academic_year,sims_fee_grade_code:s.temp.sims_grade_code.join(","),sims_fee_section_code:s.temp.sims_section_code.join(","),sims_enroll_number:s.search_txt,gam_status:s.sims_search_code,sims_fee_code:s.sims_fee_code.join(","),gam_supl_name:c,invoice_type:s.invoice_type,term_code:s.term_code,sims_academic_status:s.sims_acad_status};s.busy=!0,n.post(d.apiUrl+"api/DepreciationJVPost/invoice_posting_data_studentwise",t).then(function(e){s.months_obj=e.data,0<s.months_obj.length?(s.totalItems=s.months_obj.length,s.todos=s.months_obj,s.makeTodos(),s.table=!0,s.save_data=!0):(swal({title:"Alert",text:"Data Not Found",showCloseButton:!0,width:380}),s.table=!1,s.save_data=!1),s.busy=!1,s.size("50"),s.total_expec_amt=0,s.total_paid_amt=0,s.total_posted_amt=0;s.total_posting_amt=0;for(var t=0;t<s.filteredTodos.length;t++)s.total_expec_amt=parseFloat(s.total_expec_amt)+parseFloat(s.filteredTodos[t].expected_amount),s.total_posted_amt=parseFloat(s.total_posted_amt)+parseFloat(s.filteredTodos[t].posted_amount),s.total_posting_amt=parseFloat(s.total_posting_amt)+parseFloat(s.filteredTodos[t].posting_amount)})},s.Save=function(){var e="",t=!1;if("T"==s.invoice_type){if(""==s.term_code||null==s.term_code)return void swal({text:"  Please select Term",width:380})}else if("M"==s.invoice_type){if(""==s.month_no||null==s.month_no)return void swal({text:"  Please select Month",width:380})}else swal({text:"  Please select Invoice Type",width:380});if(""==s.from_date||null==s.from_date)swal({text:"  Please Select Post Date ",width:380});else{for(var a,o=0;o<s.filteredTodos.length;o++)1==s.filteredTodos[o].chk_stud_inv&&(e=e+","+s.filteredTodos[o].sims_enroll_number+s.filteredTodos[o].sims_fee_code,t=!0);1==t?(a={month_no:s.month_no,companyCode:l,year:r,sims_fee_cur_code:s.sims_cur_code,sims_academic_year:s.sims_academic_year,sims_fee_grade_code:s.temp.sims_grade_code.join(","),sims_fee_section_code:s.temp.sims_section_code.join(","),sims_enroll_number:e,sims_fee_code:s.sims_fee_code.join(","),posting_date:s.from_date,gam_supl_name:c,invoice_type:s.invoice_type,term_code:s.term_code},s.busy=!0,n.post(d.apiUrl+"api/DepreciationJVPost/Posting_student_invoices",a).then(function(e){s.final_doc_number=e.data,s.busy=!1,swal({title:"Alert",text:s.final_doc_number,showCloseButton:!0,width:380}),s.submit()})):swal({text:"Please Select Student",timer:5e3})}},$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0,format:"yyyy/mm/dd"}),s.CheckAllChecked=function(){p=document.getElementById("mainchk");for(var e=0;e<s.filteredTodos.length;e++)1==p.checked?(s.filteredTodos[e].chk_stud_inv=!0,s.filteredTodos[e].row_color="#ffffcc"):(s.filteredTodos[e].chk_stud_inv=!1,s.filteredTodos[e].row_color="")};s.selectonebyone=function(e,t){1==t.chk_stud_inv?s.subtotal=parseFloat(s.subtotal)+parseFloat(t.posting_amount):s.subtotal=parseFloat(s.subtotal)-parseFloat(t.posting_amount)},s.ShowInvoiceType=function(e){n.get(d.apiUrl+"api/CommDefaulter/GetDefaulterTerms?cur_code="+s.sims_cur_code+"&academic_year="+s.sims_academic_year).then(function(e){s.terms=e.data}),"T"==e?(s.showTerm=!0,s.showMonth=!1,s.term_code="",s.month_no=""):"M"==e?(s.showTerm=!1,s.showMonth=!0,s.month_no="",s.term_code=""):(s.showTerm=!1,s.showMonth=!1)},s.sortBy=function(e){s.reverse=s.propertyName===e&&!s.reverse,s.propertyName=e},s.isSearched=!1,s.filterRecords=function(e){s.isSearched=null!=e&&""!=e},s.calTotal=function(){s.total_expec_amt=0,s.total_paid_amt=0,s.total_posted_amt=0;s.total_posting_amt=0;for(var e=0;e<s.filteredTodos.length;e++)s.total_expec_amt=parseFloat(s.total_expec_amt)+parseFloat(s.filteredTodos[e].expected_amount),s.total_posted_amt=parseFloat(s.total_posted_amt)+parseFloat(s.filteredTodos[e].posted_amount),s.total_posting_amt=parseFloat(s.total_posting_amt)+parseFloat(s.filteredTodos[e].posting_amount)},n.get(d.apiUrl+"api/DepreciationJVPost/getStudAcademicStatus").then(function(e){s.Academic_Status=e.data,setTimeout(function(){$("#academic_status").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"}),$("#academic_status").multipleSelect("checkAll")},1e3)}),s.ExportData=function(){swal({title:"",text:"Are you sure you want to Export "+s.obj1.lic_school_name+"Student Receiveable Studentwise Posting.xls ?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:390,cancelButtonText:"No"}).then(function(e){e&&(e=new Blob([document.getElementById("export_table").innerHTML],{type:"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;charset=utf-8"}),saveAs(e,s.obj1.lic_school_name+"Student Receiveable Student wise Posting.xls"))})}}])}(),function(){"use strict";var l,r=[],m=[],p=[],e=angular.module("sims.module.Finance");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("LedgerCntrlCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(o,e,t,a,s,n,i){o.pagesize="10",o.pageindex="0",o.pager=!0,setTimeout(function(){$("#account_code").select2()},100),o.table1=!0,o.finnDetail=JSON.parse(window.localStorage.Finn_comp);t.globals.currentUser.username.toLowerCase();o.finnDetail=JSON.parse(window.localStorage.Finn_comp);var d=o.finnDetail.company,c=o.finnDetail.year;n.get(i.apiUrl+"api/LedgerCont/getLedgerCntrl?sllc_comp_code="+d+"&finance_year="+c).then(function(e){o.LedgerCntrl_Data=e.data,o.totalItems=o.LedgerCntrl_Data.length,o.todos=o.LedgerCntrl_Data,o.makeTodos()}),n.get(i.apiUrl+"api/common/getFinsmatch").then(function(e){o.Finsmatch_Data=e.data}),n.get(i.apiUrl+"api/common/getAcaYearbyCompCode").then(function(e){o.AcaYearbyCompCode=e.data}),n.get(i.apiUrl+"api/common/getFinsmatchCode").then(function(e){o.FinsmatchCode=e.data}),o.operation=!1,o.editmode=!1,o.size=function(e){"All"==e?(o.currentPage="1",o.filteredTodos=o.LedgerCntrl_Data,o.pager=!1):(o.pager=!0,o.pagesize=e,o.currentPage=1,o.numPerPage=e,o.makeTodos())},o.index=function(e){o.pageindex=e,o.currentPage=e,o.makeTodos(),l.checked=!1,o.CheckAllChecked()},o.edt="",o.New=function(){o.myForm.$setPristine(),o.myForm.$setUntouched(),o.newmode=!0,o.check=!0,o.edt="",o.temp="",o.editmode=!1,$("#account_code").select2("val",""),o.readonly=!1,o.table1=!1,o.operation=!0,o.savebtn=!0,o.updatebtn=!1},o.up=function(e){o.editmode=!0,o.newmode=!1,o.savebtn=!1,o.updatebtn=!0,o.readonly=!0,o.table1=!1,o.operation=!0,o.edt=e},o.cancel=function(){o.table1=!0,o.operation=!1,o.edt="",o.myForm.$setPristine(),o.myForm.$setUntouched()},o.Save=function(e){if(e){p=[];var t={sllc_comp_code:o.finnDetail.company,sllc_year:o.finnDetail.year,sllc_ldgr_code:o.edt.sllc_ldgr_code,sllc_ldgr_name:o.edt.sllc_ldgr_name,sllc_ldgr_type:o.edt.sllc_ldgr_type,sllc_match_type:o.edt.sllc_match_type,sllc_earlst_pstng_date:o.edt.sllc_earlst_pstng_date,opr:"I"};o.exist=!1;for(var a=0;a<o.LedgerCntrl_Data.length;a++)o.LedgerCntrl_Data[a].sllc_ldgr_code==t.sllc_ldgr_code&&o.LedgerCntrl_Data[a].sllc_comp_code==t.sllc_comp_code&&o.LedgerCntrl_Data[a].sllc_year==t.sllc_year&&(o.exist=!0);o.exist?swal({title:"Alert",text:"Record Already Exits",width:300,height:200}):(p.push(t),n.post(i.apiUrl+"api/LedgerCont/LedgerControlCUD",p).then(function(e){o.msg1=e.data,1==o.msg1?swal({title:"Alert",text:"Record Inserted Successfully",width:300,height:200}):0==o.msg1?swal({title:"Alert",text:"Record Not Inserted. ",width:300,height:200}):swal("Error-"+o.msg1),o.operation=!1,n.get(i.apiUrl+"api/LedgerCont/getLedgerCntrl?sllc_comp_code="+d+"&finance_year="+c).then(function(e){o.LedgerCntrl_Data=e.data,o.totalItems=o.LedgerCntrl_Data.length,o.todos=o.LedgerCntrl_Data,o.makeTodos()})})),o.table1=!0,o.operation=!1}},o.Update=function(e){e&&(p=[],(e=o.edt).opr="U",p.push(e),n.post(i.apiUrl+"api/LedgerCont/LedgerControlCUD",p).then(function(e){o.msg1=e.data,1==o.msg1?swal({title:"Alert",text:"Record Updated Successfully",width:300,height:200}):0==o.msg1?swal({title:"Alert",text:"Record Not Updated. ",width:300,height:200}):swal("Error-"+o.msg1),o.operation=!1,n.get(i.apiUrl+"api/LedgerCont/getLedgerCntrl?sllc_comp_code="+d+"&finance_year="+c).then(function(e){o.LedgerCntrl_Data=e.data,o.totalItems=o.LedgerCntrl_Data.length,o.todos=o.LedgerCntrl_Data,o.makeTodos()})}),o.operation=!1,o.table1=!0)},o.filteredTodos=[],o.currentPage=1,o.numPerPage=10,o.maxSize=10,o.makeTodos=function(){var e=parseInt(o.totalItems%o.numPerPage),e=(o.pagersize="0"==e?parseInt(o.totalItems/o.numPerPage):parseInt(o.totalItems/o.numPerPage)+1,(o.currentPage-1)*o.numPerPage),t=parseInt(e)+parseInt(o.numPerPage);o.filteredTodos=o.todos.slice(e,t)},o.CheckAllChecked=function(){l=document.getElementById("mainchk");for(var e=0;e<o.filteredTodos.length;e++){var t=document.getElementById(o.filteredTodos[e].sllc_ldgr_code+e);1==l.checked?(t.checked=!0,$("tr").addClass("row_selected")):(t.checked=!1,$("tr").removeClass("row_selected"))}},o.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),o.color="#edefef"}),1==(l=document.getElementById("mainchk")).checked&&(l.checked=!1,$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected")}))},o.deleterecord=function(){r=[],o.flag=!1;for(var e,t=0;t<o.filteredTodos.length;t++)1==document.getElementById(o.filteredTodos[t].sllc_ldgr_code+t).checked&&(o.flag=!0,e={sllc_ldgr_code:o.filteredTodos[t].sllc_ldgr_code,sllc_comp_code:o.filteredTodos[t].sllc_comp_code,sllc_year:o.filteredTodos[t].sllc_year,opr:"D"},r.push(e));o.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)n.post(i.apiUrl+"api/LedgerCont/LedgerControlCUD",r).then(function(e){o.msg1=e.data,1==o.msg1?swal({title:"Alert",text:"Record Deleted Successfully",showCloseButton:!0,width:380}).then(function(e){e&&(n.get(i.apiUrl+"api/LedgerCont/getLedgerCntrl?sllc_comp_code="+d+"&finance_year="+c).then(function(e){o.LedgerCntrl_Data=e.data,o.totalItems=o.LedgerCntrl_Data.length,o.todos=o.LedgerCntrl_Data,o.makeTodos()}),1==(l=document.getElementById("mainchk")).checked)&&(l.checked=!1,o.row1="")}):0==o.msg1?swal({title:"Alert",text:"Record Not Deleted. ",showCloseButton:!0,width:380}).then(function(e){e&&(n.get(i.apiUrl+"api/LedgerCont/getLedgerCntrl?sllc_comp_code="+d+"&finance_year="+c).then(function(e){o.LedgerCntrl_Data=e.data,o.totalItems=o.LedgerCntrl_Data.length,o.todos=o.LedgerCntrl_Data,o.makeTodos()}),1==(l=document.getElementById("mainchk")).checked)&&(l.checked=!1,o.row1="")}):swal("Error-"+o.msg1)});else for(var t=0;t<o.filteredTodos.length;t++){var a=document.getElementById(t);1==a.checked&&(a.checked=!1,o.row1="",l.checked=!1,$("tr").removeClass("row_selected"))}}):swal({title:"Alert",text:"Please Select Atleast One Record",showCloseButton:!0,width:380}),o.currentPage=!0},o.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).company_name1.toLowerCase().indexOf(t.toLowerCase())||-1<e.sllc_ldgr_type.toLowerCase().indexOf(t.toLowerCase())||-1<e.ldgr_name.toLowerCase().indexOf(t.toLowerCase())||-1<e.sllc_match_type_desc.toLowerCase().indexOf(t.toLowerCase())||e.sllc_year==t;var t})},o.search=function(){o.todos=o.searched(o.LedgerCntrl_Data,o.searchText),o.totalItems=o.todos.length,o.currentPage="1",""==o.searchText&&(o.todos=o.LedgerCntrl_Data),o.makeTodos()},$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0,format:"yyyy-mm-dd"}),$(document).on("touch click",'*[data-datepicker="true"] .add-on',function(e){$('input[type="text"]',$(this).parent()).focus()}),a(function(){$("#fixTable").tableHeadFixer({top:1})},100),a(function(){$("#fixTable1").tableHeadFixer({top:1})},100),o.OpenLdgrControl=function(e){$("#MyModal").modal("show"),o.pagesize1="5",o.slac_comp_code=e.sllc_comp_code,o.slac_year=e.sllc_year,o.slac_ldgr_code=e.sllc_ldgr_code,o.size1=function(e){o.pagesize1=e,o.currentPage1=1,o.numPerPage1=e,o.makeTodos1()},o.index1=function(e){o.pageindex1=e,o.currentPage1=e,o.makeTodos1(),main1.checked=!1,o.CheckAllCheckedModal()},o.filteredTodos1=[],o.currentPage1=1,o.numPerPage1=5,o.maxSize1=5,o.makeTodos1=function(){var e=parseInt(o.totalItems1%o.numPerPage1),e=(o.pagersize1="0"==e?parseInt(o.totalItems1/o.numPerPage1):parseInt(o.totalItems1/o.numPerPage1)+1,(o.currentPage1-1)*o.numPerPage1),t=parseInt(e)+parseInt(o.numPerPage1);o.filteredTodos1=o.todos1.slice(e,t)},o.modaloperation=!1,o.Modaltable=!0,n.get(i.apiUrl+"api/LedgerCont/getAccountCode?comp_code="+d+"&finance_year="+c).then(function(e){o.AccountCode_Data=e.data}),n.get(i.apiUrl+"api/LedgerCont/getLdgrAccountControl?ledger_code="+o.slac_ldgr_code+"&slac_comp_code="+d+"&finance_year="+c).then(function(e){o.gLdgrAccountControl_Data=e.data,o.totalItems1=o.gLdgrAccountControl_Data.length,o.todos1=o.gLdgrAccountControl_Data,o.makeTodos1()}),o.New1=function(){o.temp="",o.savebtn1=!0,o.updatebtn1=!1,o.modaloperation=!0,o.Modaltable=!1,o.Modaltable=!1,o.temp="",$("#account_code").select2("val",""),o.myFormmodal.$setPristine(),o.myFormmodal.$setUntouched()},o.up1=function(e){o.modaloperation=!0,o.Modaltable=!1;o.savebtn1=!1,o.updatebtn1=!0,o.readonly=!0,o.temp={slac_comp_code:e.slac_comp_code,Company_name:e.Company_name,slac_ldgr_code:e.slac_ldgr_code,slac_year:e.slac_year,slac_cntrl_class:e.slac_cntrl_class,slac_cntrl_class_desc:e.slac_cntrl_class_desc,slac_ctrl_acno:e.slac_ctrl_acno,glma_acct_name:e.glma_acct_name,old_slac_cntrl_class:e.slac_cntrl_class},$("#account_code").select2("val",e.slac_sales_clr_acno)},o.cancel1=function(){o.modaloperation=!1,o.Modaltable=!0,o.temp="",o.myFormmodal.$setPristine(),o.myFormmodal.$setUntouched()},o.Save1=function(e){if(e){p=[];var t={slac_cntrl_class:o.temp.slac_cntrl_class,slac_cntrl_class_desc:o.temp.slac_cntrl_class_desc,slac_ctrl_acno:o.temp.slac_ctrl_acno,slac_sales_clr_acno:o.temp.slac_sales_clr_acno,slac_comp_code:o.slac_comp_code,slac_year:o.slac_year,slac_ldgr_code:o.slac_ldgr_code,opr:"I"};o.exist=!1;for(var a=0;a<o.gLdgrAccountControl_Data.length;a++)o.gLdgrAccountControl_Data[a].slac_ldgr_code==t.slac_ldgr_code&&o.gLdgrAccountControl_Data[a].slac_cntrl_class==t.slac_cntrl_class&&o.gLdgrAccountControl_Data[a].slac_comp_code==t.slac_comp_code&&o.gLdgrAccountControl_Data[a].slac_year==t.slac_year&&(o.exist=!0);o.exist?swal({title:"Alert",text:"Control Class Already Exits",width:300,height:200}):(p.push(t),n.post(i.apiUrl+"api/LedgerCont/LdgrAccountCntrlCUD",p).then(function(e){o.msg1=e.data,1==o.msg1?swal({title:"Alert",text:"Record Inserted Successfully",width:300,height:200}):0==o.msg1?swal({title:"Alert",text:"Record Not Inserted.",width:300,height:200}):swal("Error-"+o.msg1),n.get(i.apiUrl+"api/LedgerCont/getLdgrAccountControl?ledger_code="+o.slac_ldgr_code+"&slac_comp_code="+d+"&finance_year="+c).then(function(e){o.gLdgrAccountControl_Data=e.data,o.totalItems1=o.gLdgrAccountControl_Data.length,o.todos1=o.gLdgrAccountControl_Data,o.makeTodos1()})})),o.modaloperation=!1,o.Modaltable=!0}},o.Update1=function(e){e&&(p=[],e=o.temp,e={opr:"U",slac_cntrl_class:o.temp.slac_cntrl_class,slac_cntrl_class_desc:o.temp.slac_cntrl_class_desc,slac_ctrl_acno:o.temp.slac_ctrl_acno,slac_sales_clr_acno:o.temp.slac_sales_clr_acno,slac_comp_code:o.slac_comp_code,slac_year:o.slac_year,slac_ldgr_code:o.slac_ldgr_code,old_slac_cntrl_class:o.temp.old_slac_cntrl_class},p.push(e),n.post(i.apiUrl+"api/LedgerCont/LdgrAccountCntrlCUD",p).then(function(e){o.msg1=e.data,1==o.msg1?swal({title:"Alert",text:"Record Updated Successfully",width:300,height:200}):0==o.msg1?swal({title:"Alert",text:"Record Not Updated. ",width:300,height:200}):o.msg1,o.modaloperation=!1,n.get(i.apiUrl+"api/LedgerCont/getLdgrAccountControl?ledger_code="+o.slac_ldgr_code+"&slac_comp_code="+ +d+"&finance_year="+c).then(function(e){o.gLdgrAccountControl_Data=e.data,o.totalItems1=o.gLdgrAccountControl_Data.length,o.todos1=o.gLdgrAccountControl_Data,o.makeTodos1()})}),o.modaloperation=!1,o.Modaltable=!0)},o.CheckAllCheckedModal=function(){for(var e=document.getElementById("mainchk1"),t=0;t<o.filteredTodos1.length;t++){var a=document.getElementById(o.filteredTodos1[t].slac_ldgr_code+o.filteredTodos1[t].slac_cntrl_class+t);1==e.checked?a.checked=!0:a.checked=!1}},o.checkonebyonedeleteModal=function(){1==main1.checked&&(main1.checked=!1,o.row1="")},o.deleterecord1=function(){m=[],o.flag=!1;for(var e,t=0;t<o.filteredTodos1.length;t++)1==document.getElementById(o.filteredTodos1[t].slac_ldgr_code+o.filteredTodos1[t].slac_cntrl_class+t).checked&&(o.flag=!0,e={slac_ldgr_code:o.filteredTodos1[t].slac_ldgr_code,slac_cntrl_class:o.filteredTodos1[t].slac_cntrl_class,slac_year:o.filteredTodos1[t].slac_year,slac_comp_code:o.filteredTodos1[t].slac_comp_code,opr:"C"},m.push(e));o.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)n.post(i.apiUrl+"api/LedgerCont/LdgrAccountCntrlCUD",m).then(function(e){o.msg1=e.data,1==o.msg1?swal({title:"Alert",text:"Record Deleted Successfully",showCloseButton:!0,width:380}).then(function(e){e&&(n.get(i.apiUrl+"api/LedgerCont/getLdgrAccountControl?ledger_code="+o.slac_ldgr_code+"&slac_comp_code="+d+"&finance_year="+c).then(function(e){o.gLdgrAccountControl_Data=e.data,o.totalItems1=o.gLdgrAccountControl_Data.length,o.todos1=o.gLdgrAccountControl_Data,o.makeTodos1()}),1==(main1=document.getElementById("mainchk1")).checked)&&(main1.checked=!1,o.row2="")}):0==o.msg1?swal({title:"Alert",text:"Record Not Deleted. ",showCloseButton:!0,width:380}).then(function(e){e&&(n.get(i.apiUrl+"api/LedgerCont/getLdgrAccountControl?ledger_code="+o.slac_ldgr_code+"&slac_comp_code="+d+"&finance_year="+c).then(function(e){o.gLdgrAccountControl_Data=e.data,o.totalItems1=o.gLdgrAccountControl_Data.length,o.todos1=o.gLdgrAccountControl_Data,o.makeTodos1()}),1==(main1=document.getElementById("mainchk1")).checked)&&(main1.checked=!1)}):swal("Error-"+o.msg1)});else for(var t=0;t<o.filteredTodos1.length;t++){var a=document.getElementById(o.filteredTodos1[t].slac_ldgr_code+o.filteredTodos1[t].slac_cntrl_class+t);1==a.checked&&(a.checked=!1,main1.checked=!1,$("tr").removeClass("row_selected"))}}):swal({title:"Alert",text:"Please Select Atleast One Record",showCloseButton:!0,width:380}),o.currentPage1=!0,main1.checked=!1}}}])}(),function(){"use strict";var l,r=[],m=[],e=angular.module("sims.module.Finance");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("ScheduleCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(o,e,t,a,s,n,i){o.pagesize="10",o.pageindex="0",o.pager=!0,o.table1=!0;var t=(t=t.globals.currentUser.username).toLowerCase(),d=(o.finnDetail=JSON.parse(window.localStorage.Finn_comp),o.finnDetail.company),c=o.finnDetail.year;o.user_access=[],o.appcode=e.current.name.split("."),n.get(i.apiUrl+"api/schedulegroupdetails/getGroupName").then(function(e){o.gn=e.data}),n.get(i.apiUrl+"api/AlertTransaction/Get_user_access_rights?username="+t+"&appl_code="+o.appcode[1]).then(function(e){o.user_rights=e.data;for(var t=0;t<o.user_rights.length;t++)0==t&&(o.user_access.data_read=o.user_rights[t].comn_user_read,o.user_access.data_insert=o.user_rights[t].comn_user_insert,o.user_access.data_update=o.user_rights[t].comn_user_update,o.user_access.data_delete=o.user_rights[t].comn_user_delete,o.user_access.data_massupdate=o.user_rights[t].comn_user_massupdate,o.user_access.is_admin=o.user_rights[t].comn_user_admin)}),n.get(i.apiUrl+"api/ScheduleDetails/getScheduleCode?glsc_comp_code="+d+"&fyear="+c).then(function(e){o.ScheduleCode_Data=e.data,o.totalItems=o.ScheduleCode_Data.length,o.todos=o.ScheduleCode_Data,o.makeTodos()}),o.operation=!1,o.editmode=!1,o.size=function(e){"All"==e?(o.currentPage="1",o.filteredTodos=o.ScheduleCode_Data,o.pager=!1):(o.pager=!0,o.pagesize=e,o.currentPage=1,o.numPerPage=e,o.makeTodos())},o.index=function(e){o.pageindex=e,o.currentPage=e,o.makeTodos(),l.checked=!1,o.row1=""},o.edt="",o.New=function(){0==o.user_access.data_insert?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(o.edt="",o.newmode=!0,o.check=!0,o.editmode=!1,o.readonly=!1,o.table1=!1,o.operation=!0,o.savebtn=!0,o.updatebtn=!1,o.edt={},o.edt.gsgd_sign=!0,o.myForm.$setPristine(),o.myForm.$setUntouched())},o.up=function(e){0==o.user_access.data_update?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(o.editmode=!0,o.newmode=!1,o.savebtn=!1,o.updatebtn=!0,o.readonly=!0,o.table1=!1,o.operation=!0,o.edt={glsc_comp_code:e.glsc_comp_code,company_name:e.company_name,glsc_year:e.glsc_year,glsc_sched_code:e.glsc_sched_code,glsc_sched_name:e.glsc_sched_name,gsgd_group_code:e.glsg_group_code,gsgd_sign:e.gsgd_sign})},o.cancel=function(){o.table1=!0,o.operation=!1,o.myForm.$setPristine(),o.myForm.$setUntouched(),o.edt={glsc_comp_code:"",company_name:"",glsc_year:"",glsc_sched_code:"",glsc_sched_name:""}},o.saveUpdate=function(e){1==o.savebtn?o.Save(e):1==o.updatebtn&&o.Update(e)},o.Save=function(e){if(1==o.savebtn)if(e){m=[];for(var t={glsc_comp_code:d,glsc_year:c,glsc_sched_code:o.edt.glsc_sched_code,glsc_sched_name:o.edt.glsc_sched_name,glsc_sched_grp_code:o.edt.gsgd_group_code,gsgd_sign:o.edt.gsgd_sign,opr:"I"},a=0;a<o.ScheduleCode_Data.length;a++)o.ScheduleCode_Data[a].glsc_sched_code==t.glsc_sched_code&&o.ScheduleCode_Data[a].glsc_comp_code==t.glsc_comp_code&&o.ScheduleCode_Data[a].glsc_year==t.glsc_year&&(o.exist=!0);o.exist?swal({title:"Alert",text:"Schedule Code Already Exists",width:300,height:200}):(m.push(t),n.post(i.apiUrl+"api/ScheduleDetails/ScheduleCUD",m).then(function(e){o.msg1=e.data,1==o.msg1?swal({title:"Alert",text:"Record Inserted Successfully",width:300,height:200}):0==o.msg1?swal({title:"Alert",text:"Record Not Inserted. ",width:300,height:200}):swal("Error-"+o.msg1),o.operation=!1,n.get(i.apiUrl+"api/ScheduleDetails/getScheduleCode?glsc_comp_code="+d+"&fyear="+c).then(function(e){o.ScheduleCode_Data=e.data,o.totalItems=o.ScheduleCode_Data.length,o.todos=o.ScheduleCode_Data,o.makeTodos()})}),o.table1=!0,o.operation=!1)}else swal({title:"Alert",text:"Fill all the mandatory fields.",width:350,height:200})},o.Update=function(e){1!=o.savebtn&&1==o.updatebtn&&e&&(m=[],e={glsc_comp_code:d,glsc_year:c,glsc_sched_code:o.edt.glsc_sched_code,glsc_sched_name:o.edt.glsc_sched_name,glsc_sched_grp_code:o.edt.gsgd_group_code,opr:"U"},m.push(e),n.post(i.apiUrl+"api/ScheduleDetails/ScheduleCUD",m).then(function(e){o.msg1=e.data,1==o.msg1?swal({title:"Alert",text:"Data Updated Successfully",width:300,height:200}):0==o.msg1?swal({title:"Alert",text:"Data Not Updated. ",width:300,height:200}):swal("Error-"+o.msg1),o.operation=!1,n.get(i.apiUrl+"api/ScheduleDetails/getScheduleCode?glsc_comp_code="+d+"&fyear="+c).then(function(e){o.ScheduleCode_Data=e.data,o.totalItems=o.ScheduleCode_Data.length,o.todos=o.ScheduleCode_Data,o.makeTodos()})}),o.operation=!1,o.table1=!0)},o.filteredTodos=[],o.currentPage=1,o.numPerPage=10,o.maxSize=10,o.makeTodos=function(){var e=parseInt(o.totalItems%o.numPerPage),e=(o.pagersize="0"==e?parseInt(o.totalItems/o.numPerPage):parseInt(o.totalItems/o.numPerPage)+1,(o.currentPage-1)*o.numPerPage),t=parseInt(e)+parseInt(o.numPerPage);o.filteredTodos=o.todos.slice(e,t)},o.CheckAllChecked=function(){if(1==(l=document.getElementById("mainchk")).checked)for(var e=0;e<o.filteredTodos.length;e++)document.getElementById(e).checked=!0,o.row1="row_selected",$("tr").addClass("row_selected");else for(e=0;e<o.filteredTodos.length;e++)document.getElementById(e).checked=!1,l.checked=!1,o.row1=""},o.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),o.color="#edefef"}),1==(l=document.getElementById("mainchk")).checked&&(l.checked=!1,$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected")}))},o.deleterecord=function(){if(0==o.user_access.data_delete)swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200});else{r=[],o.flag=!1;for(var e,t=0;t<o.filteredTodos.length;t++)1==document.getElementById(t).checked&&(o.flag=!0,e={glsc_sched_code:o.filteredTodos[t].glsc_sched_code,glsc_comp_code:o.filteredTodos[t].glsc_comp_code,glsc_year:o.filteredTodos[t].glsc_year,opr:"D"},r.push(e));o.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)n.post(i.apiUrl+"api/ScheduleDetails/ScheduleCUD",r).then(function(e){o.msg1=e.data,1==o.msg1?swal({title:"Alert",text:"Record Deleted Successfully",showCloseButton:!0,width:380}).then(function(e){e&&(n.get(i.apiUrl+"api/ScheduleDetails/getScheduleCode?glsc_comp_code="+d+"&fyear="+c).then(function(e){o.ScheduleCode_Data=e.data,o.totalItems=o.ScheduleCode_Data.length,o.todos=o.ScheduleCode_Data,o.makeTodos()}),1==(l=document.getElementById("mainchk")).checked)&&(l.checked=!1,o.row1="")}):0==o.msg1?swal({title:"Alert",text:"Record Not Deleted. ",showCloseButton:!0,width:380}).then(function(e){e&&(n.get(i.apiUrl+"api/ScheduleDetails/getScheduleCode?glsc_comp_code="+d+"&fyear="+c).then(function(e){o.ScheduleCode_Data=e.data,o.totalItems=o.ScheduleCode_Data.length,o.todos=o.ScheduleCode_Data,o.makeTodos()}),1==(l=document.getElementById("mainchk")).checked)&&(l.checked=!1,o.row1="")}):swal("Error-"+o.msg1),o.currentPage=!0});else for(var t=0;t<o.filteredTodos.length;t++){var a=document.getElementById(t);1==a.checked&&(a.checked=!1,l.checked=!1,o.row1="",$("tr").removeClass("row_selected"))}}):swal({title:"Alert",text:"Please Select Atleast One Record",showCloseButton:!0,width:380})}},o.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).company_name.toLowerCase().indexOf(t.toLowerCase())||-1<e.glsc_sched_name.toLowerCase().indexOf(t.toLowerCase())||e.glsc_sched_code==t;var t})},o.search=function(){o.todos=o.searched(o.ScheduleCode_Data,o.searchText),o.totalItems=o.todos.length,o.currentPage="1",""==o.searchText&&(o.todos=o.ScheduleCode_Data),o.makeTodos()},a(function(){$("#fixTable").tableHeadFixer({top:1})},100)}])}(),function(){"use strict";var r,m=[],e=angular.module("sims.module.Finance");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("SubledgerMatchingCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(a,e,t,o,s,n,i){a.pagesize="5",a.operation=!0,a.table1=!1,a.editmode=!1,a.edt="",a.finnDetail=JSON.parse(window.localStorage.Finn_comp),n.get(i.apiUrl+"api/SubledgerMatchingDetails/GetLedgercode").then(function(e){a.LdgrCode=e.data}),n.get(i.apiUrl+"api/SubledgerMatchingDetails/getDocCode?sltr_comp_code="+a.finnDetail.company).then(function(e){a.DocCode_Data=e.data}),a.getSLAccNo=function(e,t){n.get(i.apiUrl+"api/SubledgerMatchingDetails/GetSLAccNumber?sltr_comp_code="+a.finnDetail.company+"&sltr_ldgr_code="+a.edt.sltr_ldgr_code).then(function(e){a.getAllAccNos=e.data})},setTimeout(function(){$("#cmb_acc_Code1").select2()},100),a.size=function(e){a.pagesize=e,a.currentPage=1,a.numPerPage=e,a.makeTodos()},a.index=function(e){a.pageindex=e,a.currentPage=e,a.makeTodos(),r.checked=!1,a.CheckAllChecked()},a.filteredTodos=[],a.currentPage=1,a.numPerPage=5,a.maxSize=5,a.makeTodos=function(){var e=parseInt(a.totalItems%a.numPerPage),e=(a.pagersize="0"===e?parseInt(a.totalItems/a.numPerPage):parseInt(a.totalItems/a.numPerPage)+1,(a.currentPage-1)*a.numPerPage),t=parseInt(e)+parseInt(a.numPerPage);a.filteredTodos=a.todos.slice(e,t)},a.Cancel=function(){a.table1=!1,a.operation=!0,$("#cmb_acc_Code1").select2("val",""),a.edt={sltr_ldgr_code:"",sltr_slmast_acno:"",sltr_doc_code:"",sltr_pstng_date:"",sltr_doc_date:""},a.myForm.$setPristine(),a.myForm.$setUntouched()},a.Reset=function(){$("#cmb_acc_Code1").select2("val",""),a.myForm.$setPristine(),a.myForm.$setUntouched(),a.edt={sltr_ldgr_code:"",sltr_slmast_acno:"",sltr_doc_code:"",sltr_pstng_date:"",sltr_doc_date:""}},a.Show_Data=function(e){e&&n.get(i.apiUrl+"api/SubledgerMatchingDetails/gettransactiondetails?sltr_comp_code="+a.finnDetail.company+"&sltr_ldgr_code="+a.edt.sltr_ldgr_code+"&sltr_slmast_acno="+a.edt.sltr_slmast_acno+"&sltr_doc_code="+a.edt.sltr_doc_code+"&sltr_pstng_date="+a.edt.sltr_pstng_date+"&sltr_doc_date="+a.edt.sltr_doc_date).then(function(e){a.SLtransactionDetails_Data=e.data,a.totalItems=a.SLtransactionDetails_Data.length,a.todos=a.SLtransactionDetails_Data,a.makeTodos(),a.SLtransactionDetails_Data<1?(swal({title:"Alert",text:"Sorry, There Is No Record Found..!",width:300,height:200}),a.table1=!1):a.table1=!0,a.operation=!0})},a.checkonebyoneupdate=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected")}),!0===(r=document.getElementById("mainchk")).checked&&(r.checked=!1,$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected")}))},a.Submit=function(){m=[];for(var e=0;e<a.filteredTodos.length;e++)document.getElementById(e).checked,m.push(a.filteredTodos[e]);n.post(i.apiUrl+"api/SubledgerMatchingDetails/CUDtransactiondetails",m).then(function(e){a.msg1=e.data,!0===a.msg1?swal({title:"Alert",text:"Record Updated Successfully",width:300,height:200}):!1===a.msg1?swal({title:"Alert",text:"Record Not Updated. ",width:300,height:200}):swal("Error-"+a.msg1),n.get(i.apiUrl+"api/SubledgerMatchingDetails/gettransactiondetails?sltr_comp_code="+a.finnDetail.company+"&sltr_ldgr_code="+a.edt.sltr_ldgr_code+"&sltr_slmast_acno="+a.edt.sltr_slmast_acno+"&sltr_doc_code="+a.edt.sltr_doc_code+"&sltr_pstng_date="+a.edt.sltr_pstng_date+"&sltr_doc_date="+a.edt.sltr_doc_date).then(function(e){a.SLtransactionDetails_Data=e.data,a.totalItems=a.SLtransactionDetails_Data.length,a.todos=a.SLtransactionDetails_Data,a.makeTodos()})})},a.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).codp_dept_name.toLowerCase().indexOf(t.toLowerCase())||-1<e.gldc_doc_name.toLowerCase().indexOf(t.toLowerCase())||-1<e.sllc_ldgr_name.toLowerCase().indexOf(t.toLowerCase())||-1<e.coad_pty_short_name.toLowerCase().indexOf(t.toLowerCase())||-1<e.sltr_dept_no.toLowerCase().indexOf(t.toLowerCase())||-1<e.sltr_doc_code.toLowerCase().indexOf(t.toLowerCase())||-1<e.sltr_ldgr_code.toLowerCase().indexOf(t.toLowerCase())||-1<e.sltr_slmast_acno.toLowerCase().indexOf(t.toLowerCase())||-1<e.sltr_tran_amt_credit.toLowerCase().indexOf(t.toLowerCase())||-1<e.sltr_tran_amt_debite.toLowerCase().indexOf(t.toLowerCase())||-1<e.sltr_pstng_date.toLowerCase().indexOf(t.toLowerCase())||e.sltr_comp_code===t;var t})},a.search=function(){a.todos=a.searched(a.SLtransactionDetails_Data,a.searchText),a.totalItems=a.todos.length,a.currentPage="1",""===a.searchText&&(a.todos=a.SLtransactionDetails_Data),a.makeTodos()},$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0,format:"yyyy-mm-dd"}),$(document).on("touch click",'*[data-datepicker="true"] .add-on',function(e){$('input[type="text"]',$(this).parent()).focus()}),o(function(){$("#fixTable").tableHeadFixer({top:1})},100);var o=new Date,d=o.getDate(),c=o.getMonth()+1,l=(c<10&&(c="0"+c),o.getFullYear());a.sdate=d+"-"+c+"-"+l,a.edate=d+"-"+c+"-"+l,a.edt={sltr_pstng_date:d+"-"+c+"-"+l},a.ChkDate=function(e){a.edt.sltr_doc_date<a.edt.sltr_pstng_date&&(swal({title:"Alert",text:"Please Select future Date",showCloseButton:!0,width:380}),a.edt.sltr_doc_date="")},a.myFunct=function(e){13===e.which&&(a.edt.sltr_pstng_date=d+"-"+c+"-"+l)},a.myFunct1=function(e){13===e.which&&(a.edt.sltr_doc_date=d+"-"+c+"-"+l)}}])}(),function(){"use strict";var e=angular.module("sims.module.Finance");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("AssetMasterViewCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV","commonFunctionsService",function(o,e,t,a,s,n,i,d){o.collapseBoth=d.collapseBoth;t.globals.currentUser.username.toLowerCase();o.finnDetail=JSON.parse(window.localStorage.Finn_comp),o.pagesize="10",o.pageindex="1",o.pager=!0,o.grid1=!1;var c,l=o.finnDetail.company,r=o.finnDetail.year;o.edt={},n.get(i.apiUrl+"api/common/AssetMaster/GetRoomNo").then(function(e){o.roomNo_data=e.data}),n.get(i.apiUrl+"api/common/AssetMaster/GetFloor").then(function(e){o.floor_data=e.data}),n.get(i.apiUrl+"api/common/AssetMaster/GetBlockName").then(function(e){o.block_data=e.data}),o.Reset=function(){o.grid1=!1,o.edt.gam_dept_code="",o.edt.gam_asst_type="",o.edt.gam_desc_1="",o.edt.gam_wing="",o.edt.gam_floor_name="",o.edt.gam_location=""},o.Search=function(){n.get(i.apiUrl+"api/common/AssetMaster/GetFins_AssetMaster_view?department="+o.edt.gam_dept_code+"&asset_tyep="+o.edt.gam_asst_type+"&desc="+o.edt.gam_desc_1+"&block="+o.edt.gam_wing+"&floor="+o.edt.gam_floor_name+"&room="+o.edt.gam_location+"&comp_cd="+l+"&fyear="+r).then(function(e){o.FinsAssetMaster=e.data,0<o.FinsAssetMaster.length?(o.totalItems=o.FinsAssetMaster.length,o.todos=o.FinsAssetMaster,o.makeTodos(),o.grid1=!0):(swal({text:"Data Not Found",width:380,imageUrl:"assets/img/check.png"}),o.Reset())})},o.exportData=function(){o.fileName="Asset_Master_Data",o.exportData=[],0<o.filteredTodos.length&&(o.exportData.push(["Company name","Department","Asset Type","Item No","Description 1","Quantity","Inv.Amount","Cum.Depr","Status"]),angular.forEach(o.filteredTodos,function(e,t){o.exportData.push([e.gam_comp_name,e.gam_dept_code_name,e.gam_asst_type_name,e.gam_item_no,e.gam_desc_1,e.gam_quantity,e.gam_invoice_amount,e.gam_cum_deprn,e.gam_status])}),o.exportexcel(o.exportData))},o.exportexcel=function(e){var t=new function e(){if(!(this instanceof e))return new e;this.SheetNames=[],this.Sheets={}},e=function(e){for(var t,a={},o={s:{c:1e7,r:1e7},e:{c:0,r:0}},s=0;s!=e.length;++s)for(var n=0;n!=e[s].length;++n){o.s.r>s&&(o.s.r=s),o.s.c>n&&(o.s.c=n),o.e.r<s&&(o.e.r=s),o.e.c<n&&(o.e.c=n);var i,d={v:e[s][n]};null!=d.v&&(i=XLSX.utils.encode_cell({c:n,r:s}),"number"==typeof d.v?d.t="n":"boolean"==typeof d.v?d.t="b":d.v instanceof Date?(d.t="n",d.z=XLSX.SSF._table[14],d.v=(t=d.v,void 0&&(t+=1462),(Date.parse(t)-new Date(Date.UTC(1899,11,30)))/864e5)):d.t="s",a[i]=d)}return o.s.c<1e7&&(a["!ref"]=XLSX.utils.encode_range(o)),a}(e),e=(t.SheetNames.push("Sheet1"),t.Sheets.Sheet1=e,XLSX.write(t,{bookType:"xlsx",bookSST:!0,type:"binary"}));saveAs(new Blob([function(e){for(var t=new ArrayBuffer(e.length),a=new Uint8Array(t),o=0;o!=e.length;++o)a[o]=255&e.charCodeAt(o);return t}(e)],{type:"application/octet-stream"}),o.fileName+".xlsx")},n.get(i.apiUrl+"api/common/AssetMaster/GetAllDepartmentName?comp_code="+l+"&fins_year="+r).then(function(e){o.dept_data=e.data}),n.get(i.apiUrl+"api/common/AssetMaster/GetAssetType?comp_code="+l).then(function(e){o.assetType_data=e.data}),o.filteredTodos=[],o.currentPage=1,o.numPerPage=20,o.maxSize=10,o.makeTodos=function(){var e=parseInt(o.totalItems%o.numPerPage),e=(o.pagersize="0"==e?parseInt(o.totalItems/o.numPerPage):parseInt(o.totalItems/o.numPerPage)+1,(o.currentPage-1)*o.numPerPage),t=parseInt(e)+parseInt(o.numPerPage);o.filteredTodos=o.todos.slice(e,t);for(var a=0;a<o.filteredTodos.length;a++)o.filteredTodos[a].icon="fa fa-plus-circle"},o.size1=function(e){"All"==e?(o.currentPage="1",o.filteredTodos=o.FinsAssetMaster,o.pager=!1):(o.pager=!0,o.pagesize=e,o.currentPage=1,o.numPerPage=e,o.makeTodos())},o.size=function(e){10!=e&&20!=e&&"All"!=e||("All"==e?(o.currentPage="1",o.filteredTodos=o.FinsAssetMaster,o.pager=!1):(o.pager=!0,o.pagesize=e,o.currentPage=1,o.numPerPage=e,o.makeTodos())),o.numPerPage=e},o.index=function(e){o.pageindex=e,o.currentPage=e,o.makeTodos()},o.flag=!0,o.expand=function(e,t){if(!0===o.flag)$(c).remove(),e.icon="fa fa-minus-circle",c=$("<tr id='innerRow'><td class='details' colspan='11'><table class='inner-table table table-bordered table-hover table-condensed' cellpadding='5' cellspacing='0'><tbody><tr style='background-color: #edefef'><td width:13%, class='semi-bold'>MTH.DPER</td><td class='semi-bold'>YRLY.DEPR</td><td class='semi-bold'>VAL.ASST.CUM</td> <td class='semi-bold'>VAL.ASST.MTH +</td> <td class='semi-bold'>VAL.ASST.YR.+ </td><td class='semi-bold'>SALE VALUE</td><td class='semi-bold'>REPLACEMENT COST</td><td class='semi-bold'>ACCOUNT CODE </td><tr><td>"+e.gam_mth_deprn+"</td> <td>"+e.gam_ytd_deprn+" </td><td>"+e.gam_val_add_cum+"</td><td>"+e.gam_val_add_mtd+"</td><td>"+e.gam_val_add_ytd+"</td><td>"+e.gam_sale_value+"</td><td>"+e.gam_repl_cost+"</td><td>"+e.gam_acct_code+"</td></tr><tr style='background-color: #edefef'><td class='semi-bold'>ORDER NO</td><td class='semi-bold'>INV.NO.</td><td class='semi-bold'>RECEIPT DATE</td> <td class='semi-bold'>SALE DATE</td> <td class='semi-bold'>ENTRY DATE </td><td class='semi-bold'>AMEND DATE</td><td class='semi-bold'>NEW SECTION</td><td class='semi-bold'>PAGE NO </td><tr><td>"+e.gam_order_no+"</td> <td>"+e.gam_invoice_no+" </td><td>"+e.gam_receipt_date+"</td><td>"+e.gam_sale_date+"</td><td>"+e.gam_entry_date+"</td><td>"+e.gam_amend_date+"</td><td>"+e.gam_new_sec+"</td><td>"+e.gam_page_no+"</td></tr><tr style='background-color: #edefef'><td class='semi-bold'>LINE NO</td><td class='semi-bold'>DEPR.%</td><td class='semi-bold'>USED ON ITEM</td> <td class='semi-bold'>LOCATION</td> <td class='semi-bold'>DESCRIPTION 2 </td><td class='semi-bold'>SUPPLIER NAME</td><td class='semi-bold'>&nbsp;</td><td class='semi-bold'>&nbsp;</td><tr><td>"+e.gam_line_no+"</td> <td>"+e.gam_deprn_percent+" </td><td>"+e.gam_used_on_item+"</td><td>"+e.gam_location_name+"</td><td>"+e.gam_desc_2+"</td><td>"+e.gam_supl_name+"</td><td>&nbsp;</td><td>&nbsp;</td></tr> </table></td></tr>"),$(t.currentTarget).parents("tr").after(c),o.flag=!1;else{$("#innerRow").css({display:"none"});for(var a=0;a<o.filteredTodos.length;a++)o.filteredTodos[a].icon="fa fa-plus-circle";o.flag=!0}},o.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).gam_dept_code_name.toLowerCase().indexOf(t.toLowerCase())||-1<e.gam_desc_1.toLowerCase().indexOf(t.toLowerCase())||-1<e.gam_item_no.toLowerCase().indexOf(t.toLowerCase())||-1<e.gam_asst_type_name.toLowerCase().indexOf(t.toLowerCase())||e.gam_quantity==t||e.gam_invoice_amount==t;var t})},o.search=function(){o.todos=o.searched(o.FinsAssetMaster,o.searchText),o.totalItems=o.todos.length,o.currentPage="1",""===o.searchText&&(o.todos=o.FinsAssetMaster),o.makeTodos()},a(function(){$("#fixTable").tableHeadFixer({top:1})},100),setTimeout(function(){$("#cmb_dept").select2()},100),setTimeout(function(){$("#cmb_asset_type").select2()},100)}])}(),function(){"use strict";var r,e=angular.module("sims.module.Finance");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("AssetCustodianCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","$filter","ENV","commonFunctionsService",function(s,e,t,a,o,n,i,d,_){function c(e){var t,a;if(null!==e)return(t=(e=new Date(e)).getMonth()+1)<10&&(t="0"+t),(a=e.getDate())<10&&(a="0"+a),e=e.getFullYear()+"-"+t+"-"+a,s.convertdated=e}s.collapseBoth=_.collapseBoth,s.display=!1,s.pagesize="20",s.pageindex="0",s.pager=!0,s.grid=!0,s.edit_data=!1,s.assetmaster_data=[],s.dept_comp_code,s.slma_acno_dept_no,s.finyr,s.valstatus=!1,s.grid1=!1,s.ifdata=!1,s.filteredTodos=[],s.currentPage=1,s.numPerPage=20,s.maxSize=20,n.get(d.apiUrl+"api/common/FinancialPeriod/getGetCompany").then(function(e){s.comp_data=e.data,s.dept_comp_code=s.comp_data[0].dept_comp_code,n.get(d.apiUrl+"api/common/SubLedgerMaster/GetCurrentFinancialYear").then(function(e){s.finyr_data=e.data,s.finyr=s.finyr_data,n.get(d.apiUrl+"api/common/AssetCustodian/GetAllDepartmentName?comp_code="+s.dept_comp_code+"&fins_year="+s.finyr).then(function(e){s.dept_data=e.data})})}),n.get(d.apiUrl+"api/common/AssetCustodian/GetAutoGenerate_AssetItemNumber").then(function(e){s.auto_data=e.data}),n.get(d.apiUrl+"api/common/AssetCustodian/GetAssetType").then(function(e){s.assetType_data=e.data}),n.get(d.apiUrl+"api/common/AssetCustodian/GetAllLocationName").then(function(e){s.location_data=e.data}),n.get(d.apiUrl+"api/common/AssetCustodian/Getemployee_name").then(function(e){s.Geemployeename=e.data}),n.get(d.apiUrl+"api/common/AssetCustodian/GetAllSupplierNames").then(function(e){s.sup_data=e.data}),n.get(d.apiUrl+"api/common/AssetCustodian/GetAllOrderNo").then(function(e){s.order_data=e.data}),n.get(d.apiUrl+"api/common/AssetCustodian/GetAssetStatus").then(function(e){s.status_data=e.data}),s.getAccountNo=function(e){if(null!==e)for(var t=0;t<s.assetType_data.length;t++)s.assetType_data[t].gam_asst_type===e&&(s.edt.gam_acct_code=s.assetType_data[t].gam_acct_code,s.edt.gam_deprn_percent=s.assetType_data[t].gam_deprn_percent);else s.edt.gam_acct_code="",s.edt.gam_deprn_percent=""},s.edt={},s.search_type=function(e){""!==s.edt.gam_asst_type&&s.edt.gam_asst_type?n.get(d.apiUrl+"api/common/AssetCustodian/GetItemcount?type="+s.edt.gam_asst_type+"&gam_items="+s.edt.gam_item_no).then(function(e){s.item_count=e.data,s.msg1=!1,n.get(d.apiUrl+"api/common/AssetCustodian/GetFins_AssetCustodian?type="+s.edt.gam_asst_type+"&gam_items="+s.edt.gam_item_no).then(function(e){s.display=!1,s.grid=!0,s.grid1=!0,s.AssetCustodian_data=e.data,0<s.AssetCustodian_data.length?s.ifdata=!0:s.ifdata=!1,s.totalItems=s.AssetCustodian_data.length,s.todos=s.AssetCustodian_data,s.makeTodos(),0===e.data.length&&(swal({text:"No Data Found",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}),s.grid1=!1)})}):s.msg1=swal({showCloseButton:!0,text:"Please select Asset Type",width:350,imageUrl:"assets/img/notification-alert.png",showCloseButon:!0})},s.total=function(){s.count="1",n.get(d.apiUrl+"api/common/AssetCustodian/GetItemData?count="+s.count+"&type="+s.edt.gam_asst_type+"&gam_items="+s.edt.gam_item_no).then(function(e){s.totalCount=e.data,0<s.totalCount.length&&(s.grid=!0,s.grid1=!0,s.totalItems=s.totalCount.length,s.todos=s.totalCount,s.makeTodos())})},s.unassigned_items=function(){s.count="2",n.get(d.apiUrl+"api/common/AssetCustodian/GetItemData?count="+s.count+"&type="+s.edt.gam_asst_type+"&gam_items="+s.edt.gam_item_no).then(function(e){s.unassignedItems=e.data,0<s.unassignedItems.length?(s.totalItems=s.unassignedItems.length,s.todos=s.unassignedItems,s.makeTodos(),s.grid=!0,s.grid1=!0):(swal({text:"All items are assigned",width:400,showCloseButton:!0}),s.grid=!1,s.grid1=!1)})},s.makeTodos=function(){var e=parseInt(s.totalItems%s.numPerPage),e=(s.pagersize="0"===e?parseInt(s.totalItems/s.numPerPage):parseInt(s.totalItems/s.numPerPage)+1,(s.currentPage-1)*s.numPerPage),t=parseInt(e)+parseInt(s.numPerPage);s.filteredTodos=s.todos.slice(e,t)},s.edit=function(e){s.display=!0,s.grid=!1,s.save1=!1,s.update1=!0,s.delete1=!1,s.edit_data=!0,s.edt={gam_comp_code:s.dept_comp_code,financialyear:s.finyr,gam_dept_code:e.gam_dept_code,gam_asst_type:e.gam_asst_type,gam_item_no:e.gam_item_no,gam_location:e.gam_location,gam_desc_1:e.gam_desc_1,gam_desc_2:e.gam_desc_2,gam_supl_code:e.gam_supl_code,gam_acct_code:e.gam_acct_code,gam_order_no:e.gam_order_no,gam_invoice_no:e.gam_invoice_no,gam_new_sec:e.gam_new_sec,gam_page_no:e.gam_page_no,gam_line_no:e.gam_line_no,gam_quantity:e.gam_quantity,gam_invoice_amount:e.gam_invoice_amount,gam_val_add_cum:e.gam_val_add_cum,gam_val_add_mtd:e.gam_val_add_mtd,gam_val_add_ytd:e.gam_val_add_ytd,gam_book_value:e.gam_book_value,gam_cum_deprn:e.gam_cum_deprn,gam_ytd_deprn:e.gam_ytd_deprn,gam_mth_deprn:e.gam_mth_deprn,gam_sale_value:e.gam_sale_value,gam_repl_cost:e.gam_repl_cost,gam_receipt_date:c(e.gam_receipt_date),gam_sale_date:c(e.gam_sale_date),gam_entry_date:c(e.gam_entry_date),gam_amend_date:c(e.gam_amend_date),gam_deprn_percent:e.gam_deprn_percent,gam_used_on_item:e.gam_used_on_item,gam_status_code:e.gam_status_code}},s.New=function(){var t;s.display=!0,s.grid=!1,s.save1=!0,s.update1=!1,s.delete1=!1,s.edit_data=!1,s.edt=[],s.grid1=!1,n.get(d.apiUrl+"api/common/AssetCustodian/GetAutoGenerate_AssetItemNumber").then(function(e){t=e.data,s.edt.gam_item_no=t})},s.Save=function(e){var t,a=[];e&&(!1===s.update1?(t={gam_comp_code:s.dept_comp_code,financialyear:s.finyr,gam_dept_code:s.edt.gam_dept_code,gam_asst_type:s.edt.gam_asst_type,gam_item_no:s.edt.gam_item_no,gam_location:s.edt.gam_location,gam_desc_1:s.edt.gam_desc_1,gam_desc_2:s.edt.gam_desc_2,gam_supl_code:s.edt.gam_supl_code,gam_acct_code:s.edt.gam_acct_code,gam_order_no:s.edt.gam_order_no,gam_invoice_no:s.edt.gam_invoice_no,gam_new_sec:s.edt.gam_new_sec,gam_page_no:s.edt.gam_page_no,gam_line_no:s.edt.gam_line_no,gam_quantity:s.edt.gam_quantity,gam_invoice_amount:s.edt.gam_invoice_amount,gam_val_add_cum:s.edt.gam_val_add_cum,gam_val_add_mtd:s.edt.gam_val_add_mtd,gam_val_add_ytd:s.edt.gam_val_add_ytd,gam_book_value:s.edt.gam_book_value,gam_cum_deprn:s.edt.gam_cum_deprn,gam_ytd_deprn:s.edt.gam_ytd_deprn,gam_mth_deprn:s.edt.gam_mth_deprn,gam_sale_value:s.edt.gam_sale_value,gam_repl_cost:s.edt.gam_repl_cost,gam_receipt_date:c(s.edt.gam_receipt_date),gam_sale_date:c(s.edt.gam_sale_date),gam_entry_date:c(s.edt.gam_entry_date),gam_amend_date:c(s.edt.gam_amend_date),gam_deprn_percent:s.edt.gam_deprn_percent,gam_used_on_item:s.edt.gam_used_on_item,gam_status_code:s.edt.gam_status_code,opr:"I"},a.push(t),n.post(d.apiUrl+"api/common/AssetCustodian/CUDInsertFins_AssetCustodian",a).then(function(e){s.display=!0,s.msg1=e.data,!0===s.msg1?swal({text:"Record Added Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&(s.grid1=!1)}):swal({text:"Record Not Inserted. "+s.msg1,imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){})})):s.Update(e))},s.getgrid=function(){n.get(d.apiUrl+"api/common/AssetCustodian/GetFins_AssetCustodian").then(function(e){s.display=!1,s.grid=!0,s.AssetCustodian_data=e.data,s.totalItems=s.AssetCustodian_data.length,s.todos=s.AssetCustodian_data,s.makeTodos(),s.grid=!0}),s.myForm.$setPristine(),s.myForm.$setUntouched()},s.Update=function(e){var t=[];e&&(e={gam_comp_code:s.dept_comp_code,financialyear:s.finyr,gam_dept_code:s.edt.gam_dept_code,gam_asst_type:s.edt.gam_asst_type,gam_item_no:s.edt.gam_item_no,gam_location:s.edt.gam_location,gam_desc_1:s.edt.gam_desc_1,gam_desc_2:s.edt.gam_desc_2,gam_supl_code:s.edt.gam_supl_code,gam_acct_code:s.edt.gam_acct_code,gam_order_no:s.edt.gam_order_no,gam_invoice_no:s.edt.gam_invoice_no,gam_new_sec:s.edt.gam_new_sec,gam_page_no:s.edt.gam_page_no,gam_line_no:s.edt.gam_line_no,gam_quantity:s.edt.gam_quantity,gam_invoice_amount:s.edt.gam_invoice_amount,gam_val_add_cum:s.edt.gam_val_add_cum,gam_val_add_mtd:s.edt.gam_val_add_mtd,gam_val_add_ytd:s.edt.gam_val_add_ytd,gam_book_value:s.edt.gam_book_value,gam_cum_deprn:s.edt.gam_cum_deprn,gam_ytd_deprn:s.edt.gam_ytd_deprn,gam_mth_deprn:s.edt.gam_mth_deprn,gam_sale_value:s.edt.gam_sale_value,gam_repl_cost:s.edt.gam_repl_cost,gam_receipt_date:c(s.edt.gam_receipt_date),gam_sale_date:c(s.edt.gam_sale_date),gam_entry_date:c(s.edt.gam_entry_date),gam_amend_date:c(s.edt.gam_amend_date),gam_deprn_percent:s.edt.gam_deprn_percent,gam_used_on_item:s.edt.gam_used_on_item,gam_status_code:s.edt.gam_status_code,opr:"U"},t.push(e),n.post(d.apiUrl+"api/common/AssetCustodian/CUDUpdateFins_AssetCustodian",t).then(function(e){s.display=!0,s.msg1=e.data,!0===s.msg1?swal({text:"Record Updated Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&(s.grid1=!1,s.edt.gam_asst_type="")}):swal({text:"Record Not Updated. "+s.msg1,imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){})}))},s.cancel=function(){s.grid=!0,s.display=!1,s.myForm.$setPristine(),s.myForm.$setUntouched()},s.Delete=function(){var o=[];s.flag=!1;for(var e,t=0;t<s.filteredTodos.length;t++)!0===document.getElementById("asset-"+t).checked&&(s.flag=!0,e={gam_comp_code:s.dept_comp_code,gam_dept_code:s.filteredTodos[t].gam_dept_code,gam_item_no:s.filteredTodos[t].gam_item_no,gam_asst_type:s.filteredTodos[t].gam_asst_type,opr:"D"},o.push(e));s.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)n.post(d.apiUrl+"api/common/AssetCustodian/CUDUpdateFins_AssetCustodian",o).then(function(e){s.msg1=e.data,!0===s.msg1?swal({text:"Asset  Custodian Deleted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&(s.grid1=!1,s.edt.gam_asst_type="")}):swal({text:"Asset Custodian Not Deleted Successfully. "+s.msg1,imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){})});else{var t;for(let e=0;e<s.filteredTodos.length;e++)(t=document.getElementById("asset-"+e)).checked=!1,r.checked=!1,s.row1="";for(var a=0;a<s.filteredTodos.length;a++)!0===(t=document.getElementById("asset-"+a)).checked&&(t.checked=!1,s.row1="")}}):swal({text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}),s.currentPage=!0},s.CheckAllChecked=function(){if(!0===(r=document.getElementById("mainchk")).checked)for(let e=0;e<s.filteredTodos.length;e++)document.getElementById("asset-"+e).checked=!0,s.filteredTodos[e].ifcheck=!0,s.row1="row_selected";else for(var e=0;e<s.filteredTodos.length;e++)document.getElementById("asset-"+e).checked=!1,r.checked=!1,s.filteredTodos[e].ifcheck=!1,s.row1=""},s.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),s.color="#edefef"}),!0===(r=document.getElementById("mainchk")).checked&&(r.checked=!1,s.color="#edefef",s.row1="")},s.size=function(e){"All"==e?(s.currentPage="1",s.filteredTodos=s.AssetCustodian_data,s.pager=!1):(s.pager=!0,s.pagesize=e,s.currentPage=1,s.numPerPage=e,s.makeTodos())},s.index=function(e){s.pageindex=e,s.currentPage=e,s.makeTodos(),r.checked=!1};var l=[];s.ddMMyyyy=i("date")(new Date,"yyyy-MM-dd"),s.updateemployee=function(){for(var e,t=!1,a=0;a<s.filteredTodos.length;a++)!0===s.filteredTodos[a].ifcheck&&(t=!0,e={gam_item_no:s.filteredTodos[a].gam_item_no,em_number:s.filteredTodos[a].em_number},l.push(e));t?n.post(d.apiUrl+"api/common/AssetCustodian/CUUpdateAssetCustodian",l).then(function(e){s.display=!0,s.msg1=e.data,!0===s.msg1?(swal({text:"Record Updated Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&(s.grid1=!1,setTimeout(function(){$("#cmb_Request_type").select2("val","")},100),n.get(d.apiUrl+"api/common/AssetCustodian/GetItemcount?type="+s.edt.gam_asst_type+"&gam_items="+s.edt.gam_item_no).then(function(e){s.item_count=e.data}))}),s.edit_data=!1,s.display=!1,s.grid=!0,s.grid1=!1,s.edt.gam_asst_type="",s.edt.gam_item_no="",s.ifdata=!1):swal({text:"Record Not Updated ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&(s.getgrid(),s.cancel())})}):swal({text:"Please select the asset to allocate to employee.",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380})},$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0}),$(document).on("touch click",'*[data-datepicker="true"] .add-on',function(e){$('input[type="text"]',$(this).parent()).focus()}),setTimeout(function(){$("#cmb_Request_type").select2()},100)}])}(),function(){"use strict";var e=angular.module("sims.module.Finance");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("CreateEditAccountCodeCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(o,e,t,a,s,n,i){o.display=!1,o.pagesize="All",o.pageindex="1",o.grid=!0,o.save=!0,o.pager=!0,o.edt={},o.edt={glac_status:!0,glac_post_allow:!0},o.showDept=!1;var d,c,l="",r=t.globals.currentUser.username.toLowerCase(),m=(o.finnDetail=JSON.parse(window.localStorage.Finn_comp),o.finnDetail.company),p=o.finnDetail.year,u=(document.querySelector(".bluegrid"),setTimeout(function(){$("#account_codes3").select2(),$("#account_codes6").select2(),$("#account_codes4").select2()},100),o.propertyName=null,o.reverse=!1,o.sortBy=function(e){o.reverse=o.propertyName===e&&!o.reverse,o.propertyName=e},o.upperCase=function(e){null!=o.edt.glac_name&&(o.edt.glac_name=e.toUpperCase())},n.get(i.apiUrl+"api/GLAccountsCreateView/GetAll_glmaster_Department_Code?co_code="+m+"&year="+p).then(function(e){o.GetAll_glmaster_Department_Code=e.data}),n.get(i.apiUrl+"api/CreateEditAccount/getAllFinsAccountCodes?comp_code="+m+"&finance_year="+p).then(function(e){o.obj=e.data,o.totalItems=o.obj.length,o.todos=o.obj,o.makeTodos(),o.pager=!0,o.pagesize="All",o.currentPage=1,o.numPerPage=o.obj.length,o.makeTodos()}),n.get(i.apiUrl+"api/CreateEditAccount/getScheduleCodenew?comp_code="+m+"&finance_year="+p).then(function(e){o.Schedule_Code2=e.data,setTimeout(function(){$("#cmb_glma_dept_no").select2({})},100)}),n.get(i.apiUrl+"api/CreateEditAccount/getScheduleCodenew?comp_code="+m+"&finance_year="+p).then(function(e){o.Schedule_Code4=e.data,setTimeout(function(){$("#cmb_glma_dept_no").multipleSelect({selectAll:!1})},100)}),n.get(i.apiUrl+"api/CreateEditAccount/getAllAccountTypes?comp_code="+m+"&finance_year="+p).then(function(e){o.All_Account_Types=e.data}),o.getparentaccount=(t=o.filteredTodos=[],void n.get(i.apiUrl+"api/CreateEditAccount/getAllParentAccountsnew?comp_code="+m+"&finance_year="+p+"&shedule_code="+t).then(function(e){o.All_Parent_Accounts=e.data})),o.currentPage=1,o.numPerPage=10,o.maxSize=10,o.makeTodos=function(){var e=parseInt(o.totalItems%o.numPerPage),e=(o.pagersize="0"==e?parseInt(o.totalItems/o.numPerPage):parseInt(o.totalItems/o.numPerPage)+1,(o.currentPage-1)*o.numPerPage),t=parseInt(e)+parseInt(o.numPerPage);o.filteredTodos=o.todos.slice(e,t)},o.size=function(e){"All"==e?(o.currentPage="1",o.edt.glac_sched_code?o.filteredTodos=o.todos:o.filteredTodos=o.obj,o.pager=!1):(o.pagesize=e,o.pager=!0,o.currentPage=1,o.numPerPage=e,o.makeTodos())},o.index=function(e){o.pageindex=e,o.currentPage=e,o.makeTodos()},o.Reset=function(){o.display=!0,o.grid=!1,o.save1=!0,o.update1=!1,o.delete1=!1,o.edt="",o.dis_acct_code=!1,o.save=!0,setTimeout(function(){$("#account_codes3").select2("val",""),$("#account_codes4").select2("val",""),$("#account_codes6").select2("val",""),$("#cmb_glma_dept_no").select2("val","")},500),o.filteredTodos=o.obj,o.totalItems=o.obj.length,o.todos=o.obj,o.makeTodos(),n.get(i.apiUrl+"api/CreateEditAccount/getAllParentAccounts?comp_code="+m+"&finance_year="+p).then(function(e){o.All_Parent_Accounts=e.data,$("#cmb_glma_dept_no").multipleSelect("uncheckAll")})},o.check=function(){l=document.getElementById("mainchk");for(var e=0;e<o.filteredTodos.length;e++){var t=o.filteredTodos[e].glac_acct_code,t=document.getElementById(t);1==l.checked?(t.checked=!0,o.row1="row_selected"):(t.checked=!1,o.row1="")}},o.check1=function(e){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),o.color="#edefef"}),1==(l=document.getElementById("mainchk")).checked&&(l.checked=!1,o.color="#edefef")},o.cancel=function(){o.grid=!0,o.display=!1,o.dis_acct_code=!1,o.myForm.$setPristine()},a(function(){$("#fixTable").tableHeadFixer({top:1})},100),[]),g=(o.Save=function(e){""==o.edt.glma_dept_no||null==o.edt.glma_dept_no||0==o.edt.glma_dept_no.length?swal({text:"Please Select Department ",width:380}):""!=o.edt.glac_acct_code&&null!=o.edt.glac_acct_code&&(c=[],c=0==o.edt.glma_dept_no.length||null==o.edt?"":(d=o.edt.glma_dept_no,c+","+d),o.save=!0,o.edt.opr="I",o.edt.comp_code=m,o.edt.glac_year=p,o.edt.user_name=r,o.edt.glma_dept_no=c,u.push(o.edt),n.post(i.apiUrl+"api/CreateEditAccount/CUDAccountCodeDetails",u).then(function(e){o.display=!0,u=[],o.msg1=e.data,o.msg1&&(swal("",o.msg1),o.Reset(),n.get(i.apiUrl+"api/CreateEditAccount/getAllFinsAccountCodes?comp_code="+m+"&finance_year="+p).then(function(e){o.obj=e.data,o.totalItems=o.obj.length,o.todos=o.obj,o.makeTodos()}))}),n.post(i.apiUrl+"api/CreateEditAccount/CUDVatAccountCodeDetails",u).then(function(e){o.display=!0,u=[],o.msg1=e.data}))},[]);o.Delete=function(){var e=!1;o.save=!0;for(var t=0;t<o.filteredTodos.length;t++){var a=o.filteredTodos[t].glac_acct_code;1==document.getElementById(a).checked&&(e=!0,o.filteredTodos[t].opr="D",o.filteredTodos[t].comp_code=m,o.filteredTodos[t].glac_year=p,g.push(o.filteredTodos[t]))}e?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){e&&(n.post(i.apiUrl+"api/CreateEditAccount/CUDAccountCodeDetails",g).then(function(e){o.display=!0,g=[],o.msg1=e.data,o.msg1&&(swal("",o.msg1),o.Reset(),n.get(i.apiUrl+"api/CreateEditAccount/getAllFinsAccountCodes?comp_code="+m+"&finance_year="+p).then(function(e){o.obj=e.data,o.totalItems=o.obj.length,o.todos=o.obj,o.makeTodos()}))}),n.post(i.apiUrl+"api/CreateEditAccount/CUDVatAccountCodeDetails",g).then(function(e){o.display=!0,g=[],o.msg1=e.data}))}):swal({text:"Select At Least One Record To Delete",width:380})},o.selectedRow=null,o.isBlueGrid=!0,o.isRedGrid=!1,o.edit=function(e,t){o.isBlueGrid=!1,o.isRedGrid=!0,o.editing=!0,o.selectedRow=t,o.save=!1,o.dis_acct_code=!0,o.edt={glac_acct_code:e.glac_acct_code,glac_name:e.glac_name,glac_status:e.glac_status,glac_post_allow:e.glac_post_allow,glac_post_recon:e.glac_post_recon,glac_type_code:e.glac_type1,glac_parent_acct_code:e.glac_parent_acct1,glac_sched_code:e.glac_sched_code1,glac_display_acct_code:e.glac_display_acct_code,glma_dept_no:e.glma_dept_no,vat_code:e.vat_code},o.getparentaccount(e.glac_sched_code1,e.glac_parent_acct1),setTimeout(function(){$("#account_codes3").select2("val",e.glac_sched_code1),$(`#account_codes6 option[value='${e.glac_sched_code1}']`).prop("selected",!0),$("#account_codes6").trigger("change")},300),setTimeout(function(){$(`#account_codes4 option[value='${e.glac_parent_acct1}']`).prop("selected",!0),$("#account_codes4").trigger("change")},600),setTimeout(function(){$('.dept_options input[type="checkbox"]:checked').prop("checked",!1),$(`.dept_options input[type="checkbox"][value="${o.edt.glma_dept_no}"]`).prop("checked",!0),$("#cmb_glma_dept_no").trigger("change")},900)},o.Update=function(){o.selectedRow=null,o.isBlueGrid=!0,o.isRedGrid=!1,o.editing=!1,o.edt.opr="U",o.edt.comp_code=m,o.edt.glac_year=p,u.push(o.edt),n.post(i.apiUrl+"api/CreateEditAccount/CUDAccountCodeDetails",u).then(function(e){o.display=!0,u=[],o.msg1=e.data,o.msg1&&(swal("",o.msg1),n.get(i.apiUrl+"api/CreateEditAccount/getAllFinsAccountCodes?comp_code="+m+"&finance_year="+p).then(function(e){o.obj=e.data,o.totalItems=o.obj.length,o.todos=o.obj,o.makeTodos()}),o.Reset())}),n.post(i.apiUrl+"api/CreateEditAccount/CUDVatAccountCodeDetails",u).then(function(e){o.display=!0,u=[],o.msg1=e.data}),o.save=!0},o.searchedName=function(e,a){return _.filter(e,function(e){return t=a,-1<e.glac_name.toLowerCase().indexOf(t.toLowerCase());var t})},o.searchName=function(){o.todos=o.searchedName(o.obj,o.edt.glac_name),o.totalItems=o.todos.length,o.currentPage="1",""==o.edt.glac_name&&(o.todos=o.obj),o.makeTodos()},o.searchedCode=function(e,a){return _.filter(e,function(e){return t=a,-1<e.glac_acct_code.toLowerCase().indexOf(t.toLowerCase());var t})},o.searchCode=function(){o.todos=o.searchedCode(o.obj,o.edt.glac_acct_code),o.totalItems=o.todos.length,o.currentPage="1",""==o.edt.glac_acct_code&&(o.todos=o.obj),o.makeTodos()},o.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).glac_name.toLowerCase().indexOf(t.toLowerCase())||-1<e.glac_acct_code.toLowerCase().indexOf(t.toLowerCase())||-1<e.glac_sched_code.toLowerCase().indexOf(t.toLowerCase());var t})},o.search=function(){o.edt.glac_sched_code?(o.todos=o.searched(o.obj,o.searchText),o.totalItems=o.todos.length,o.currentPage="1",""==o.searchText&&o.searchScheduleCode()):(o.todos=o.searched(o.obj,o.searchText),o.totalItems=o.todos.length,o.currentPage="1",""==o.searchText&&(o.todos=o.obj)),o.makeTodos()},o.searchedScheduleCode=function(e,a){return _.filter(e,function(e){return t=a,-1<e.glac_sched_code.toLowerCase().indexOf(t.toLowerCase());var t})},o.searchScheduleCode=function(){1==o.save&&(o.todos=o.searchedScheduleCode(o.obj,o.edt.glac_sched_code),o.totalItems=o.todos.length,o.currentPage="1",""==o.edt.glac_sched_code&&(o.todos=o.obj),o.makeTodos())},o.displayAccount=function(){n.get(i.apiUrl+"api/CreateEditAccount/getAllFinsAccountCodes?comp_code="+m+"&finance_year="+p).then(function(e){o.obj=e.data,o.totalItems=o.obj.length,o.todos=o.obj,o.makeTodos()})},o.AddDisplayAC=function(){o.edt.glac_display_acct_code=o.edt.glac_acct_code},o.getSchdAcctCode=function(e){1==o.save&&n.get(i.apiUrl+"api/CreateEditAccount/getSchdAcctCode?comp_code="+m+"&financial_year="+p+"&schd_code="+e).then(function(e){o.schdAcctCode=e.data,o.edt.glac_acct_code=o.schdAcctCode,o.AddDisplayAC()})}}])}(),function(){"use strict";var e=angular.module("sims.module.Finance");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("GLAccountsCreateViewCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(a,e,t,o,s,n,i){a.pagesize="All",a.pageindex="1",a.pager=!0,a.grid=!0,a.btn_save=!0,a.opbalance=!0;a.edt=[],setTimeout(function(){$("#account_codes5").select2()},1e3);var d=(d=t.globals.currentUser.username).toLowerCase(),c=(a.finnDetail=JSON.parse(window.localStorage.Finn_comp),a.finnDetail.company),l=a.finnDetail.year,r=(a.user_access=[],a.appcode=e.current.name.split("."),n.get(i.apiUrl+"api/AlertTransaction/Get_user_access_rights?username="+d+"&appl_code="+a.appcode[1]).then(function(e){a.user_rights=e.data;for(var t=0;t<a.user_rights.length;t++)0===t&&(a.user_access.data_read=a.user_rights[t].comn_user_read,a.user_access.data_insert=a.user_rights[t].comn_user_insert,a.user_access.data_update=a.user_rights[t].comn_user_update,a.user_access.data_delete=a.user_rights[t].comn_user_delete,a.user_access.data_massupdate=a.user_rights[t].comn_user_massupdate,a.user_access.is_admin=a.user_rights[t].comn_user_admin)}),a.getAcctByDept=function(e){n.get(i.apiUrl+"api/GLAccountsCreateView/GetAll_Accountcode1?co_code="+c+"&year="+l+"&glma_dept_no="+e).then(function(e){a.GetAll_Accountcode=e.data})},n.get(i.apiUrl+"api/GLAccountsCreateView/GetAll_glmaster_Department_Code?co_code="+c+"&year="+l).then(function(e){a.GetAll_glmaster_Department_Code=e.data}),n.get(i.apiUrl+"api/GLAccountsCreateView/GetFinn_gl_master_details_Finn014?co_code="+c+"&year="+l).then(function(e){a.obj=e.data,a.totalItems=a.obj.length,a.todos=a.obj,a.makeTodos()}),n.get(i.apiUrl+"api/GLAccountsCreateView/GetAll_ledgercode?co_code="+c+"&year="+l).then(function(e){a.GetAll_ledgercode=e.data,a.edt.glma_ldgr_code=a.GetAll_ledgercode[0].glma_ldgr_code}),n.get(i.apiUrl+"api/GLAccountsCreateView/GetAll_partyclass_Code?co_code="+c+"&year="+l).then(function(e){a.GetAll_partyclass_Code=e.data,a.edt.glma_pty_class=a.GetAll_partyclass_Code[0].glma_pty_class}),a.filteredTodos=[],a.currentPage=1,a.numPerPage=1e3,a.maxSize=1e3,a.makeTodos=function(){var e=parseInt(a.totalItems%a.numPerPage),e=(a.pagersize="0"===e?parseInt(a.totalItems/a.numPerPage):parseInt(a.totalItems/a.numPerPage)+1,(a.currentPage-1)*a.numPerPage),t=parseInt(e)+parseInt(a.numPerPage);a.filteredTodos=a.todos.slice(e,t)},a.size=function(e){"All"===e?(a.currentPage="1",a.filteredTodos=a.obj,a.pager=!1):(a.pager=!0,a.pagesize=e,a.currentPage=1,a.numPerPage=e,console.log("numPerPage="+a.numPerPage),a.makeTodos())},a.index=function(e){a.pageindex=e,a.currentPage=e,a.makeTodos()},a.Reset=function(){a.display=!0,a.grid=!1,a.save1=!0,a.update1=!1,a.delete1=!1,a.edt=""},a.btn_cancel_Click=function(){a.grid=!0,a.display=!1,a.MyForm.$setPristine(),a.MyForm.$setUntouched()},o(function(){$("#fixTable").tableHeadFixer({top:1})},100),[]),m=(a.btn_Save_Click=function(e){if(e){a.save=!0;for(var t=0;t<a.GetAll_Accountcode.length;t++)a.GetAll_Accountcode[t].glma_acct_code===a.edt.glma_acct_code&&(a.edt.glma_acct_name=a.GetAll_Accountcode[t].glma_acct_name.split("-")[2]);a.edt.comp_code=c,a.edt.finance_year=l,a.edt.user_name=d,r.push(a.edt),n.post(i.apiUrl+"api/GLAccountsCreateView/InsertFinn_gl_master_Finn014",a.edt).then(function(e){a.grid=!0,r=[],a.msg1=e.data,0<parseInt(a.msg1)?swal({title:"Alert",text:"Record inserted successfully.",width:350,height:200}):swal({title:"Alert",text:"Record already exist",width:350,height:200}),n.get(i.apiUrl+"api/GLAccountsCreateView/GetFinn_gl_master_details_Finn014?co_code="+c+"&year="+l).then(function(e){a.obj=e.data,a.totalItems=a.obj.length,a.todos=a.obj,a.makeTodos()})})}},[]);a.btn_Delete_Click=function(){if(!1===a.user_access.data_delete)swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200});else{a.save=!0;for(var e=0;e<a.filteredTodos.length;e++){var t=a.filteredTodos[e].glac_acct_code;!0===document.getElementById(t).checked&&(a.filteredTodos[e].opr="D",m.push(a.filteredTodos[e]))}n.post(i.apiUrl+"api/CreateEditAccount/CUDAccountCodeDetails",m).then(function(e){a.display=!0,m=[],a.msg1=e.data,!0===a.msg1?(swal("","Account Number Deleted Successfully"),n.get(i.apiUrl+"api/CreateEditAccount/getAllFinsAccountCodes").then(function(e){a.obj=e.data,a.totalItems=a.obj.length,a.todos=a.obj,a.makeTodos()})):!1===a.msg1?swal("","Account Number Not Deleted"):swal("Error-"+a.msg1)})}},a.table_row_Click=function(e){!1===a.user_access.data_update?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(a.btn_save=!1,a.grid=!1,a.edt={glma_dept_no:e.glma_dept_no,glma_acct_code:e.glma_acct_code,glma_pty_class:e.glma_pty_class,glma_ldgr_code:e.glma_ldgr_name,glma_op_bal_amt:e.glma_op_bal_amt,glpr_bud_amt:e.total_budget_amount,account_budget_quntity:e.total_budget_quantity,glma_qty_flag:e.glma_qty_flag,glma_status:e.glma_status,glma_fc_flag:e.glma_fc_flag,glma_stmt_reqd:e.glma_stmt_reqd},$("#account_codes5").select2("val",e.glma_acct_name),a.edt.glma_acct_name=e.glma_acct_name,a.acctcodeinput=!1,document.getElementById("cmb_glma_dept_no").disabled=!0,document.getElementById("accountcodeinput").disabled=!0)},a.btn_Update_Click=function(){a.edt.comp_code=c,a.edt.finance_year=l,a.edt.opr="U",n.post(i.apiUrl+"api/GLAccountsCreateView/UpdateFinn_gl_master_Finn014",a.edt).then(function(e){a.display=!0,r=[],a.msg1=e.data,!0===a.msg1?(swal("","GL Account  Updated Successfully"),a.btn_save=!0,a.grid=!0,n.get(i.apiUrl+"api/GLAccountsCreateView/GetFinn_gl_master_details_Finn014?co_code="+c+"&year="+l+"&user_name"+d).then(function(e){a.obj=e.data,a.totalItems=a.obj.length,a.todos=a.obj,a.makeTodos()})):!1===a.msg1?swal("","GL Account Not Updated"):swal("Error-"+a.msg1)})},a.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).codp_dept_name.toLowerCase().indexOf(t.toLowerCase())||-1<e.glma_acct_name.toLowerCase().indexOf(t.toLowerCase());var t})},a.search=function(){a.todos=a.searched(a.obj,a.searchText),a.totalItems=a.todos.length,a.currentPage="1",""===a.searchText&&(a.todos=a.obj),a.makeTodos()},a.btn_New_Click=function(){!1===a.user_access.data_insert?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(a.grid=!1,a.btn_save=!0,document.getElementById("cmb_glma_dept_no").disabled=!1,n.get(i.apiUrl+"api/GLAccountsCreateView/GetAll_glmaster_Department_Code?co_code="+c+"&year="+l).then(function(e){a.GetAll_glmaster_Department_Code=e.data}),a.edt="",a.edt={glma_op_bal_amt:"0",glpr_bud_amt:"0",account_budget_quntity:"0"},a.acctcodeinput=!0,a.edt.glma_status=!0,a.edt.glma_stmt_reqd=!0,a.opbalance=!0,a.edt.glma_ldgr_code=a.GetAll_ledgercode[0].glma_ldgr_code,a.edt.glma_pty_class=a.GetAll_partyclass_Code[0].glma_pty_class)}}])}(),function(){"use strict";var e=angular.module("sims.module.Finance");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("GLOBalUpdateCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(s,e,t,a,o,n,i){s.pagesize="10",s.pageindex="0",s.pager=!0,s.grid=!0,s.btn_save=!0;var d="";s.edt={},setTimeout(function(){$("#account_codes1").select2()},100),setTimeout(function(){$("#account_codes2").select2()},100);var c=(c=t.globals.currentUser.username).toLowerCase(),l=(s.finnDetail=JSON.parse(window.localStorage.Finn_comp),console.log(s.finnDetail),s.finnDetail.company),r=s.finnDetail.year;s.setCheck=function(e,t){e=document.getElementById("global-"+e);null!=t?""!=t&&(e.checked=!0):1==e.checked&&(e.checked=!1)},n.get(i.apiUrl+"api/GLAccountsCreateView/GetAll_glmaster_Department_Code?co_code="+l+"&year="+r).then(function(e){s.GetAll_glmaster_Department_Code=e.data}),n.get(i.apiUrl+"api/GLAccountsCreateView/GetAll_ledgercode?co_code="+l+"&year="+r).then(function(e){s.GetAll_ledgercode=e.data}),n.get(i.apiUrl+"api/GLAccountsCreateView/GetAll_partyclass_Code?co_code="+l+"&year="+r).then(function(e){s.GetAll_partyclass_Code=e.data}),n.get(i.apiUrl+"api/GLAccountsCreateView/GetAll_Accountcode_openingBalance?co_code="+l+"&year="+r).then(function(e){s.GetAll_Accountcode=e.data}),s.filteredTodos=[],s.currentPage=1,s.numPerPage=10,s.maxSize=10,s.alldata=function(){n.get(i.apiUrl+"api/GLAccountsCreateView/getGLOpenidgBalance?co_code="+l+"&year="+r+"&dept_no="+s.edt.glma_dept_no+"&account_code="+s.edt.glma_acct_code).then(function(e){0<e.data.length?(s.obj=e.data,s.totalItems=s.obj.length,s.todos=s.obj,s.makeTodos()):swal({title:"Alert",text:"Record Not Present",showCloseButton:!0,width:380})})},s.getDetails=function(){s.comn_rollover_code="05",n.get(i.apiUrl+"api/yearshit/Get_year_processing_sp_execution?opr=S&sp_name=dbo.rollover_finance_gl_ob_bal_update&comn_rollover_code="+s.comn_rollover_code+"&comp_code="+l+"&financial_year="+r+"&user_name="+c).then(function(e){s.result_msg=e.data,swal({title:"Alert",text:s.result_msg,width:300,height:200})})},s.Save=function(){for(var t,a=[],e=new Date,o=0;o<s.filteredTodos.length;o++)1==document.getElementById("global-"+o).checked&&(t={glma_comp_code:l,glma_year:r,glma_dept_no:s.filteredTodos[o].glma_dept_no,glma_acct_code:s.filteredTodos[o].glma_acct_code,glma_op_bal_amt:s.filteredTodos[o].glma_op_bal_amt,glma_op_bal_amt_old_val:s.filteredTodos[o].glma_op_bal_amt_old_val,login_user:c,current_date:e,opr:"L"},s.insert=!0,a.push(t));s.insert?n.post(i.apiUrl+"api/GLAccountsCreateView/CUDGLOpeningBAl",a).then(function(e){s.msg1=e.data,1==s.msg1?(swal({title:"Alert",text:"Opening Balance Updated Successfully",width:380,height:200}),s.busy=!1,t=[],a=[],s.alldata()):(swal({title:"Alert",text:"Opening Balance Not Updated ",width:380,height:200}),s.busy=!1,s.alldata)}):swal({text:"Select Record To Update Opening Balance",imageUrl:"assets/img/close.png",width:320,showCloseButton:!0}),s.searchText=""},s.makeTodos=function(){var e=parseInt(s.totalItems%s.numPerPage),e=(s.pagersize="0"==e?parseInt(s.totalItems/s.numPerPage):parseInt(s.totalItems/s.numPerPage)+1,(s.currentPage-1)*s.numPerPage),t=parseInt(e)+parseInt(s.numPerPage);console.log("begin="+e),console.log("end="+t),s.filteredTodos=s.todos.slice(e,t)},s.size=function(e){"All"==e?(s.currentPage="1",s.filteredTodos=s.obj,s.pager=!1):(s.pager=!0,s.pagesize=e,s.currentPage=1,s.numPerPage=e,s.makeTodos()),s.numPerPage=e,console.log("numPerPage="+s.numPerPage)},s.index=function(e){s.pageindex=e,s.currentPage=e,console.log("currentPage="+s.currentPage),s.makeTodos()},s.Reset=function(){s.display=!0,s.grid=!1,s.save1=!0,s.update1=!1,s.delete1=!1,s.edt=""},s.btn_cancel_Click=function(){s.grid=!0,s.display=!1},a(function(){$("#fixTable").tableHeadFixer({top:1})},100);s.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).codp_dept_name.toLowerCase().indexOf(t.toLowerCase())||-1<e.glma_acct_name.toLowerCase().indexOf(t.toLowerCase());var t})},s.search=function(){s.todos=s.searched(s.obj,s.searchText),s.totalItems=s.todos.length,s.currentPage="1",""==s.searchText&&(s.todos=s.obj),s.makeTodos()},s.CheckAllChecked=function(){if(1==(d=document.getElementById("mainchk")).checked)for(var e=0;e<s.filteredTodos.length;e++)document.getElementById("global-"+e).checked=!0,s.row1="row_selected",$("tr").addClass("row_selected");else for(e=0;e<s.filteredTodos.length;e++)document.getElementById("global-"+e).checked=!1,d.checked=!1,s.row1=""},s.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),s.color="#edefef"}),1==(d=document.getElementById("mainchk")).checked&&(d.checked=!1,s.color="#edefef",s.row1="")},s.btn_New_Click=function(){s.grid=!1,s.btn_save=!0,n.get(i.apiUrl+"api/GLAccountsCreateView/GetAll_glmaster_Department_Code?co_code="+l+"&year="+r).then(function(e){s.GetAll_glmaster_Department_Code=e.data}),s.edt="",s.edt={glma_op_bal_amt:"0",glpr_bud_amt:"0",account_budget_quntity:"0"}},s.Reset_details=function(){$("#cmb_glma_acct_code").select2("val",""),s.edt.glma_dept_no="",s.edt.glma_acct_code="",s.myForm.$setPristine(),s.myForm.$setUntouched()}}])}(),function(){"use strict";var e=angular.module("sims.module.Finance");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("CreateEditFinancialPeriodCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(s,e,a,t,o,n,i){s.display=!1,s.pagesize="12",s.pageindex="0",s.pager=!0,s.grid=!0,s.FinPeriod_data=[],s.edit_data=!1,s.comp_edit=!1;var d=(d=a.globals.currentUser.username).toLowerCase(),c=(s.finnDetail=JSON.parse(window.localStorage.Finn_comp),s.finnDetail.company);s.finnDetail.year;function l(e){if(null!==e)return s.convertdated=e}s.user_access=[],s.appcode=e.current.name.split("."),n.get(i.apiUrl+"api/AlertTransaction/Get_user_access_rights?username="+d+"&appl_code="+s.appcode[1]).then(function(e){s.user_rights=e.data;for(var t=0;t<s.user_rights.length;t++)0===t&&(s.user_access.data_read=s.user_rights[t].comn_user_read,s.user_access.data_insert=s.user_rights[t].comn_user_insert,s.user_access.data_update=s.user_rights[t].comn_user_update,s.user_access.data_delete=s.user_rights[t].comn_user_delete,s.user_access.data_massupdate=s.user_rights[t].comn_user_massupdate,s.user_access.is_admin=s.user_rights[t].comn_user_admin)}),n.get(i.apiUrl+"api/VATRegister/getFinYear?").then(function(e){s.finyear=e.data,s.data={sims_financial_year:s.finyear[0].sims_financial_year},s.getFinancialPeriodN(s.finyear[0].sims_financial_year)}),s.filteredTodos=[],s.currentPage=1,s.numPerPage=12,s.maxSize=12,s.getFinancialPeriodN=function(t){n.get(i.apiUrl+"api/common/FinancialPeriod/getGetFinancialPeriod?opr=S&prd_year="+t).then(function(e){s.FinPeriod_data=e.data,s.totalItems=s.FinPeriod_data.length,s.todos=s.FinPeriod_data,n.get(i.apiUrl+"api/common/FinancialPeriod/getTotalPeriodStatus?prd_year="+t).then(function(e){s.totalItemsN=e.data}),s.makeTodos(),s.grid=!0})},s.makeTodos=function(){var e=parseInt(s.totalItems%s.numPerPage),e=(s.pagersize="0"===e?parseInt(s.totalItems/s.numPerPage):parseInt(s.totalItems/s.numPerPage)+1,(s.currentPage-1)*s.numPerPage),t=parseInt(e)+parseInt(s.numPerPage);s.filteredTodos=s.todos.slice(e,t),s.getTotalPeriodStatus1(s.edt.sims_financial_year)},s.New=function(){var e,t;!1===s.user_access.data_insert?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(s.display=!0,s.grid=!1,s.save1=!0,s.update1=!1,s.delete1=!1,s.comp_edit=!1,s.edit_data=!0,s.edit_data_new=!1,t=$("#dp_stdate").data("kendoDatePicker"),e=$("#dp_expdate").data("kendoDatePicker"),t.enable(),e.enable(),s.edt={},s.edt.status=!0,t=new Date,s.edt.prd_st_dt=("0"+t.getDate()).slice(-2)+"-"+("0"+(t.getMonth()+1)).slice(-2)+"-"+t.getFullYear(),s.edt.prd_end_dt=("0"+t.getDate()).slice(-2)+"-"+("0"+(t.getMonth()+1)).slice(-2)+"-"+t.getFullYear(),null!==a.globals.currentUser.username?n.get(i.apiUrl+"api/common/FinancialPeriod/getGetCompany").then(function(e){s.comp_data=e.data,0<s.comp_data.length&&(s.edt.dept_comp_code=s.comp_data[0].dept_comp_code)}):a.globals.currentUser.username=null)},s.edit=function(e){var t;!1===s.user_access.data_update?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(s.display=!0,s.grid=!1,s.save1=!1,s.update1=!0,s.delete1=!1,s.edt=e,s.comp_edit=!0,s.edit_data=!0,s.edit_data_new=!0,e=$("#dp_stdate").data("kendoDatePicker"),t=$("#dp_expdate").data("kendoDatePicker"),e.enable(!1),t.enable(!1),s.edt.prd_st_dt=l(s.edt.prd_st_dt),s.edt.prd_end_dt=l(s.edt.prd_end_dt),null!==a.globals.currentUser.username?n.get(i.apiUrl+"api/common/FinancialPeriod/getGetCompany").then(function(e){s.comp_data=e.data}):a.globals.currentUser.username=null)},s.createdate=function(e){var t,a;null!==(s.edt.prd_st_dt=e)&&("01"!==day&&swal({title:"Alert",text:"Start Date Will be First of This Month",imageUrl:"assets/img/check.png"}),(a=new Date(e)).setDate(a.getDate()-1),e=new Date(e).getFullYear()+1,t=a.getMonth()+1,a=a.getDate(),s.edt.prd_end_dt=(a=a<10?"0"+a:a)+"-"+(t=t<10?"0"+t:t)+"-"+e)},s.OnStartDate=function(){n.get(i.apiUrl+"api/common/FinancialPeriod/getPeriodStartDate?comp_code="+c+"&period_start_date="+s.edt.prd_st_dt).then(function(e){s.isStartDateExist=e.data,0<s.isStartDateExist?(s.save_btn=!0,swal({title:"Alert",text:"Record Already Exist in Financial Period",imageUrl:"assets/img/check.png"})):s.save_btn=!1})},s.OnEndDate=function(){n.get(i.apiUrl+"api/common/FinancialPeriod/getFinPeriodDate?comp_code="+c+"&period_start_date="+s.edt.prd_st_dt+"&period_end_date="+s.edt.prd_end_dt).then(function(e){s.isDateExist=e.data,0<s.isDateExist?(s.save_btn=!0,swal({title:"Alert",text:"Record Already Exist in Financial Period",imageUrl:"assets/img/check.png"})):s.save_btn=!1})},s.CheckValidDate=function(e,t){e=moment(e,"DD-MM-YYYY").format("YYYY-MM-DD");moment(t,"DD-MM-YYYY").format("YYYY-MM-DD")<=e&&(swal({title:"Alert",text:"End date should not less than start date",showCloseButton:!0,width:380}),s.edt.prd_end_dt="")},s.Save=function(e){var t,a,o=[];e&&(!1===s.update1?(console.log(s.edt.prd_st_dt),t=s.edt.prd_st_dt.split("-"),a=parseInt(t[2]),n.get(i.apiUrl+"api/common/FinancialPeriod/getCheckFinancialPeriod?comp_code="+c+"&year="+a).then(function(e){s.chkfinperiod=e.data,console.log("finPeriod = ",s.chkfinperiod),"0"==s.chkfinperiod&&(swal({title:"Alert",text:"Record Not Exist in Financial Year",imageUrl:"assets/img/check.png"}),s.edt=""),"2"==s.chkfinperiod&&(swal({title:"Alert",text:"Record Already Exist For this Financial Year",imageUrl:"assets/img/check.png"}),s.edt=""),"1"==s.chkfinperiod&&(e={dept_comp_code:s.edt.dept_comp_code,prd_year:a,prd_st_dt:s.edt.prd_st_dt,prd_end_dt:s.edt.prd_end_dt,status:s.edt.status,opr:"I"},o.push(e),n.post(i.apiUrl+"api/common/FinancialPeriod/CUDFinancialPeriod",o).then(function(e){s.display=!0,s.msg1=e.data,!0===s.msg1?(swal({title:"Alert",text:"Financial Period Data Added Successfully"}),n.get(i.apiUrl+"api/common/FinancialPeriod/getGetFinancialPeriod").then(function(e){s.FinPeriod_data=e.data,s.totalItems=s.FinPeriod_data.length,s.todos=s.FinPeriod_data,s.makeTodos(),s.grid=!0,s.display=!1})):!1===s.msg1?(swal({title:"Alert",text:"Financial Period Data Not Added Successfully. ",imageUrl:"assets/img/notification-alert.png"}),n.get(i.apiUrl+"api/common/FinancialPeriod/getGetFinancialPeriod").then(function(e){s.FinPeriod_data=e.data,s.totalItems=s.FinPeriod_data.length,s.todos=s.FinPeriod_data,s.makeTodos(),s.grid=!0,s.display=!1})):swal("Error-"+s.msg1)}))})):s.Update(e))},s.getgrid=function(){n.get(i.apiUrl+"api/common/FinancialPeriod/getGetFinancialPeriod").then(function(e){s.FinPeriod_data=e.data,s.totalItems=s.FinPeriod_data.length,s.todos=s.FinPeriod_data,s.makeTodos(),s.grid=!0,s.display=!1})},s.Update=function(e){var t=[];e&&(e=new Date(s.edt.prd_st_dt).getFullYear(),e={dept_comp_code:s.edt.dept_comp_code,prd_year:e,prd_st_dt:s.edt.prd_st_dt,prd_end_dt:s.edt.prd_end_dt,status:s.edt.status,opr:"U"},t.push(e),n.post(i.apiUrl+"api/common/FinancialPeriod/CUDFinancialPeriod",t).then(function(e){s.display=!0,s.grid=!1,s.msg1=e.data,!1===s.msg1?(swal({title:"Alert",text:"Financial Period Data Updated Successfully",imageUrl:"assets/img/check.png"}),s.searchText="",s.cancel(),s.getgrid()):!0===s.msg1?(swal({title:"Alert",text:"Financial Period Data Not Updated Successfully. ",imageUrl:"assets/img/notification-alert.png"}),s.searchText=""):swal("Error-"+s.msg1)}))},s.cancel=function(){s.grid=!0,s.display=!1},$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0}),$(document).on("touch click",'*[data-datepicker="true"] .add-on',function(e){$('input[type="text"]',$(this).parent()).focus()}),s.size=function(e){"All"===e?(s.currentPage=1,s.filteredTodos=s.FinPeriod_data,s.pager=!1):(s.pager=!0,s.pagesize=e,s.currentPage=1,s.numPerPage=e,s.makeTodos())},s.index=function(e){s.pageindex=e,s.currentPage=e,s.makeTodos()},s.searched=function(e,a){return _.filter(e,function(e){var t=a;return e=-1<e.prd_no.toString().indexOf(t)||-1<e.prd_days.toString().indexOf(t)||-1<e.prd_st_dt.toString().indexOf(t)||-1<e.prd_end_dt.toString().indexOf(t),console.log("CheckTheValidCondition = ",e),e})},s.search=function(){s.todos=s.searched(s.FinPeriod_data,s.searchText),s.totalItems=s.todos.length,s.currentPage="1",""==s.searchText&&(s.todos=s.FinPeriod_data),s.makeTodos()}}])}(),function(){"use strict";var u,e=angular.module("sims.module.Finance");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("SubledgerMasterCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(i,e,t,a,o,d,c){i.display=!1,i.pagesize="10",i.pageindex="0",i.pager=!0,i.grid=!0,i.edit_data=!1,i.subledger_data=[];var s=[],n=[];i.dept_comp_code,i.slma_acno_dept_no,i.finyr,i.printnttn=!1,i.valstatus=!1,a(function(){$("#fixTable").tableHeadFixer({top:1})},100);t.globals.currentUser.username.toLowerCase();i.finnDetail=JSON.parse(window.localStorage.Finn_comp);var l,r=i.finnDetail.company,m=i.finnDetail.year,a=i.finnDetail.comp_vat_status;function p(e,t){return-1<e.slma_acno.toLowerCase().indexOf(t.toLowerCase())||-1<e.coad_pty_full_name.toLowerCase().indexOf(t.toLowerCase())||e.slma_curcy_code==t}function p(e,t){return-1<e.slma_acno.toLowerCase().indexOf(t.toLowerCase())||-1<e.coad_pty_full_name.toLowerCase().indexOf(t.toLowerCase())||e.slma_curcy_code==t}i.vis_vat="Y"==a,i.propertyName=null,i.reverse=!1,i.sortBy=function(e){i.reverse=i.propertyName===e&&!i.reverse,i.propertyName=e},i.filteredTodos=[],i.currentPage=1,i.numPerPage=10,i.maxSize=10,d.get(c.apiUrl+"api/common/SubLedgerMaster/GetAllLedgerCodes?comp_code="+r+"&fin_yr="+m).then(function(e){i.LedgerCode_data=[];for(var t=0;t<e.data.length;t++)"00"!=e.data[t].slma_ldgrctl_code&&i.LedgerCode_data.push(e.data[t])}),d.get(c.apiUrl+"api/common/SubLedgerMaster/GetAllSLAccountNos?comp_code="+r+"&financial_year="+m).then(function(e){i.accno_data=e.data}),d.get(c.apiUrl+"api/common/SubLedgerMaster/GetForeignCurrency?comp_code="+r).then(function(e){i.currency_data=e.data}),d.get(c.apiUrl+"api/common/SubLedgerMaster/GetAllPartyType").then(function(e){i.ptytype_data=e.data}),d.get(c.apiUrl+"api/common/SubLedgerMaster/GetAllAddressType").then(function(e){i.addtype_data=e.data}),d.get(c.apiUrl+"api/common/SubLedgerMaster/GetAllPartyAddressId").then(function(e){i.refadd_data=e.data}),d.get(c.apiUrl+"api/common/SubLedgerMaster/GetAllBanks").then(function(e){i.bank_data=e.data}),d.get(c.apiUrl+"api/common/SubLedgerMaster/GetAllRegion").then(function(e){i.region_data=e.data}),d.get(c.apiUrl+"api/common/SubLedgerMaster/GetAllCountry?region=null").then(function(e){i.country_data=e.data}),i.getcountry=function(e){null!=e&&d.get(c.apiUrl+"api/common/SubLedgerMaster/GetAllCountry?region="+e).then(function(e){i.country_data=e.data})},i.countData=[{val:10,data:10},{val:20,data:20}],i.flag=!0,i.icon="fa fa-plus-circle",i.expand=function(e,t){1==i.flag?($(l).remove(),e.icon="fa fa-minus-circle",l=$("<tr id='innerRow'><td class='details' colspan='18'><table class='table  table-bordered  table-condensed dataTable'><tbody><tr style='background-color: #e9e4e4'><td class='semi-bold'>Ledger Code</td><td class='semi-bold'>Account No</td><td class='semi-bold'>Address Id</td><td class='semi-bold'>Year Opening Balance</td><td class='semi-bold'>Outstanding DR Amt</td><td class='semi-bold'>Outstanding CR Amt</td> <td class='semi-bold'>Forign Currency Balance Amt</td><td class='semi-bold'>Today DR Amt</td><td class='semi-bold'>Today CR Amt</td><td class='semi-bold'>Credit Limit</td><td class='semi-bold'>Loan Installment Amt</td><td class='semi-bold'>Origin Loan Amt</td><td class='semi-bold'>Override Amt</td><td class='semi-bold'>Bank Closing Amt</td><td class='semi-bold'>Bank Statement Date</td><td class='semi-bold'>Document Date</td><td class='semi-bold'>Loan Installment Type</td><td class='semi-bold'>Credit Period</td><td class='semi-bold'>Override Period</td><td class='semi-bold'>Statement Period</td><td class='semi-bold'>Schedule Code</td><td class='semi-bold'>last Payment Date</td><td class='semi-bold'>Interest Rate</td><td class='semi-bold'>Interest Period</td><td class='semi-bold'>Term Name</td><td class='semi-bold'>Initial outstanding DR Amt</td><td class='semi-bold'>Initial outstanding CR Amt</td><td class='semi-bold'>Initial Year Opening Balance</td><td class='semi-bold'>Revaluation Date</td><td class='semi-bold'>Origional Party Class</td><td class='semi-bold'>Credit Remark</td><td class='semi-bold'>Branch Name</td><td class='semi-bold'>Acct Name</td><td class='semi-bold'>IBAN No</td><td class='semi-bold'>Swift Code</td><td class='semi-bold'>Transaction Code</td><td class='semi-bold'>Charge Code</td><td class='semi-bold'>Route Code</td></tr><tr><td>"+e.slma_ldgrctl_code+"</td> <td>"+e.slma_acno+"</td><td>"+e.slma_addr_id+"</td><td>"+e.slma_yob_amt+"</td><td>"+e.slma_outstg_dr_amt+"</td><td>"+e.slma_outstg_cr_amt+"</td><td>"+e.slma_for_curcy_bal_amt+"</td><td>"+e.slma_tdy_dr_amt+"</td><td>"+e.slma_tdy_cr_amt+"</td><td>"+e.slma_cr_limit+"</td><td>"+e.slma_loan_inst_amt+"</td><td>"+e.slma_orig_loan_amt+"</td><td>"+e.slma_ovrid_amt+"</td><td >"+e.slma_bank_clos_bal_amt+"</td><td>"+e.slma_bank_stmt_date+"</td> <td>"+e.slma_doc_date+"</td> <td>"+e.slma_loan_inst_type+"</td> <td>"+e.slma_credit_prd+"</td><td>"+e.slma_ovrid_prd+"</td><td>"+e.slma_stmt_prd+"</td><td>"+e.slma_sched_code+"</td><td>"+e.slma_last_pmt_date+"</td><td>"+e.slma_int_rate+"</td><td>"+e.slma_int_prd+"</td><td>"+e.slma_term_name+"</td><td>"+e.slma_outstg_dr_amt_orig+"</td><td>"+e.slma_outstg_cr_amt_orig+"</td><td>"+e.slma_yob_amt_orig+"</td><td>"+e.slma_reval_date+"</td><td>"+e.slma_cntrl_class_org+"</td><td>"+e.slma_credit_remark+"</td><td>"+e.coad_branch_name+"</td><td>"+e.coad_acct_name+"</td><td>"+e.coad_iban_no+"</td><td>"+e.coad_swift_code+"</td><td>"+e.coad_transaction_code+"</td><td>"+e.coad_charge_code+"</td><td>"+e.coad_route_code+"</td></tr></tbody></table></td></tr>"),$(t.currentTarget).parents("tr").after(l),i.flag=!1):($("#innerRow").css({display:"none"}),e.icon="fa fa-plus-circle",i.flag=!0)},i.getpartyclass=function(e){null!=e&&d.get(c.apiUrl+"api/common/SubLedgerMaster/GetAllPartyControlClass?comp_code="+r+"&fin_yr="+m+"&ledger_code="+e).then(function(e){i.partyclass_data=e.data})},i.exportData=function(){swal({title:"",text:"Do you want to Export in MS-Excel?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){e&&(e=new Blob([document.getElementById("rpt_data").innerHTML],{type:"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;charset=utf-8"}),saveAs(e,"Report.xls"))})},i.searchd=function(e,t){return _.filter(e,function(e){return p(e,t)})},i.search=function(){i.todos=i.searchd(i.subledger_data,i.searchText),i.totalItems=i.todos.length,i.currentPage="1",""==i.searchText&&(i.todos=i.subledger_data),i.makeTodos()},i.sublist=function(){for(var e=0;e<i.filteredTodos.length;e++)i.filteredTodos[e].icon="fa fa-plus-circle"},i.getsubledgerdata=function(e,t){t=document.getElementById("txt_detail").value,i.display=!1,i.grid=!0,d.get(c.apiUrl+"api/common/SubLedgerMaster/Get_Subledger_Master?lgr_cd="+e+"&search_text="+t+"&comp_code="+r+"&financial_year="+m).then(function(e){if(i.subledger_data=e.data,0<i.subledger_data.length){i.grid=!0,i.pager=!0,3<i.countData.length&&i.countData.splice(3,1),i.countData.push({val:i.subledger_data.length,data:"All"}),i.totalItems=i.subledger_data.length,i.todos=i.subledger_data,i.makeTodos();for(var t=0;t<i.totalItems;t++)i.filteredTodos[t].icon="fa fa-plus-circle"}else swal({title:"Alert",text:"Record Not Found",width:300,height:200})})},i.makeTodos=function(){var e=parseInt(i.totalItems%i.numPerPage),e=(i.pagersize="0"==e?parseInt(i.totalItems/i.numPerPage):parseInt(i.totalItems/i.numPerPage)+1,(i.currentPage-1)*i.numPerPage),t=parseInt(e)+parseInt(i.numPerPage);i.filteredTodos=i.todos.slice(e,t)},i.slbalance=function(e,t,a){var o=new Date,s=o.getDate(),n=o.getMonth()+1;o.getFullYear();(s=(o=new Date).getDate())<10&&(s="0"+s);(n=o.getMonth()+1)<10&&(n="0"+n);o=o.getFullYear();i.FromDate=s+"-"+n+"-"+o,i.FromDate=moment(i.FromDate,"DD-MM-YYYY").startOf("year").format("DD-MM-YYYY"),i.ToDate=moment(i.FromDate,"DD-MM-YYYY").endOf("year").format("DD-MM-YYYY"),d.get(c.apiUrl+"api/GLSLQuery/getdataAllShowBal?compcode="+a+"&ledger_code="+t+"&slma_acno="+e+"&from_date="+i.FromDate+"&to_date="+i.ToDate).then(function(e){if(i.accountDatashow=e.data,i.totalItems=i.accountDatashow.length,0==i.totalItems&&(i.isCheckboxDisabled=!1),i.todos=i.accountDatashow,0<i.accountDatashow.length){i.table1=!0,i.drAmount=0;for(var t=i.crAmount=0;t<i.accountDatashow.length;t++)i.drAmount=parseFloat(i.drAmount)+parseFloat(i.accountDatashow[t].sltr_dr_amount),i.crAmount=parseFloat(i.crAmount)+parseFloat(i.accountDatashow[t].sltr_cr_amount);0!==parseFloat(i.drAmount)||0!==parseFloat(i.crAmount)?i.isCheckboxDisabled=!0:i.isCheckboxDisabled=!1}})},i.edit=function(e){i.display=!0,i.grid=!1,i.save1=!1,i.update1=!0,i.delete1=!1,i.edit_data=!0,i.edt=e,i.getpartyclass(i.edt.slma_ldgrctl_code),i.getcountry(i.edt.coad_region_code),i.getState(i.edt.slma_ctry_code),i.slbalance(i.edt.slma_acno,i.edt.slma_ldgrctl_code,i.edt.slma_comp_code)},i.New=function(){i.display=!0,i.grid=!1,i.save1=!0,i.update1=!1,i.delete1=!1,i.edit_data=!1,i.edt=[];var e=new Date;i.edt.slma_pmt_start_date=("0"+e.getDate()).slice(-2)+"-"+("0"+(e.getMonth()+1)).slice(-2)+"-"+e.getFullYear(),i.edt.slma_status=!0,i.edt.slma_addr_type="E",i.edt.slma_pty_type="E",i.myForm.$setPristine(),i.myForm.$setUntouched()},i.chkAccountNo=function(e){null==e&&""==e||d.get(c.apiUrl+"api/common/SubLedgerMaster/getCheck_SL_acno?comp_code="+r+"&financial_year="+m+"&ctl_code="+i.edt.slma_ldgrctl_code+"&acc_no="+i.edt.slma_acno).then(function(e){i.SL_acno_data=e.data,1==i.SL_acno_data&&(swal({title:"Alert",text:"Account No already Exist"}),i.edt.slma_acno="")}),i.edt.slma_addr_id=i.edt.slma_acno},i.chkRefAccntNo=function(e){null==e&&""==e||e==i.edt.slma_acno&&(swal({title:"Alert",text:"Please Select Another Reference Account No",imageUrl:"assets/img/check.png"}),i.edt.slma_xref_acno="")},i.getState=function(e){d.get(c.apiUrl+"api/common/getStateName?countrycode="+e).then(function(e){i.StateName=e.data})},i.Save=function(e){var t,a=[];e&&(0==i.update1?(t={slma_comp_code:r,financialyear:m,slma_ldgrctl_code:i.edt.slma_ldgrctl_code,slma_acno:i.edt.slma_acno,slma_addr_id:i.edt.slma_addr_id,slma_addr_type:i.edt.slma_addr_type,slma_status:i.edt.slma_status,slma_cntrl_class:i.edt.slma_cntrl_class,slma_pty_type:i.edt.slma_pty_type,slma_ctry_code:i.edt.slma_ctry_code,slma_xref_ldgr_code:i.edt.slma_xref_ldgr_code,slma_xref_acno:i.edt.slma_xref_acno,slma_fc_flag:i.edt.slma_fc_flag,slma_qty_flag:i.edt.slma_qty_flag,slma_remove_tran:i.edt.slma_remove_tran,slma_cr_limit:i.edt.slma_cr_limit,slma_curcy_code:i.edt.slma_curcy_code,slma_pty_bank_acno:i.edt.slma_pty_bank_acno,slma_pty_bank_id:i.edt.slma_pty_bank_id,slma_pmt_start_date:i.edt.slma_pmt_start_date,slma_credit_prd:i.edt.slma_credit_prd,slma_sched_code:i.edt.slma_sched_code,coad_dept_no:i.partyclass_data[0].slma_acno_dept_no,coad_xref_addr_id:i.edt.slma_addr_id,coad_pty_full_name:i.edt.coad_pty_full_name,coad_pty_short_name:i.edt.coad_pty_short_name,coad_alt_key:i.edt.coad_alt_key,coad_pty_arab_name:i.edt.coad_pty_arab_name,coad_line_1:i.edt.coad_line_1,coad_line_2:i.edt.coad_line_2,coad_po_box:i.edt.coad_po_box,coad_contact_name:i.edt.coad_contact_name,coad_contact_designation:i.edt.coad_contact_designation,coad_contact_description:i.edt.coad_contact_description,coad_tel_no:i.edt.coad_tel_no,coad_fax:i.edt.coad_fax,coad_telex:i.edt.coad_telex,coad_region_code:i.edt.coad_region_code,coad_class_level1:i.edt.coad_class_level1,coad_class_level2:i.edt.coad_class_level2,coad_class_level3:i.edt.coad_class_level3,coad_class_level4:i.edt.coad_class_level4,coad_class_level5:i.edt.coad_class_level5,coad_sms_no:i.edt.coad_sms_no,coad_email:i.edt.coad_email,coad_state_code:i.edt.coad_state_code,coad_branch_name:i.edt.coad_branch_name,coad_acct_name:i.edt.coad_acct_name,coad_iban_no:i.edt.coad_iban_no,coad_swift_code:i.edt.coad_swift_code,coad_transaction_code:i.edt.coad_transaction_code,coad_charge_code:i.edt.coad_charge_code,coad_route_code:i.edt.coad_route_code,opr:"I",opr_ins:"C"},a.push(t),d.post(c.apiUrl+"api/common/SubLedgerMaster/CUDInsertSubLedgerMaster",a).then(function(e){i.display=!0,i.msg1=e.data,1==i.msg1?(swal({title:"Alert",text:"Record Added Successfully",imageUrl:"assets/img/check.png"}),i.getsubledgerdata(i.edt.slma_ldgrctl_code,i.edt.sims_search)):0==i.msg1?(swal({title:"Alert",text:"Record Not Inserted. ",imageUrl:"assets/img/notification-alert.png"}),i.getsubledgerdata(i.edt.slma_ldgrctl_code,i.edt.sims_search)):swal("Error-"+i.msg1)})):i.Update(e))},i.Update=function(){var e={slma_comp_code:r,financialyear:m,slma_ldgrctl_code:i.edt.slma_ldgrctl_code,slma_acno:i.edt.slma_acno,slma_addr_id:i.edt.slma_addr_id,slma_addr_type:i.edt.slma_addr_type,slma_status:i.edt.slma_status,slma_cntrl_class:i.edt.slma_cntrl_class,slma_pty_type:i.edt.slma_pty_type,slma_ctry_code:i.edt.slma_ctry_code,slma_xref_ldgr_code:i.edt.slma_xref_ldgr_code,slma_xref_acno:i.edt.slma_xref_acno,slma_fc_flag:i.edt.slma_fc_flag,slma_qty_flag:i.edt.slma_qty_flag,slma_remove_tran:i.edt.slma_remove_tran,slma_cr_limit:i.edt.slma_cr_limit,slma_curcy_code:i.edt.slma_curcy_code,slma_pty_bank_acno:i.edt.slma_pty_bank_acno,slma_pty_bank_id:i.edt.slma_pty_bank_id,slma_pmt_start_date:i.edt.slma_pmt_start_date,slma_credit_prd:i.edt.slma_credit_prd,slma_sched_code:i.edt.slma_sched_code,coad_dept_no:i.partyclass_data[0].slma_acno_dept_no,coad_xref_addr_id:i.edt.slma_addr_id,coad_pty_full_name:i.edt.coad_pty_full_name,coad_pty_short_name:i.edt.coad_pty_short_name,coad_alt_key:i.edt.coad_alt_key,coad_pty_arab_name:i.edt.coad_pty_arab_name,coad_line_1:i.edt.coad_line_1,coad_line_2:i.edt.coad_line_2,coad_po_box:i.edt.coad_po_box,coad_contact_name:i.edt.coad_contact_name,coad_contact_designation:i.edt.coad_contact_designation,coad_contact_description:i.edt.coad_contact_description,coad_tel_no:i.edt.coad_tel_no,coad_fax:i.edt.coad_fax,coad_telex:i.edt.coad_telex,coad_region_code:i.edt.coad_region_code,coad_class_level1:i.edt.coad_class_level1,coad_class_level2:i.edt.coad_class_level2,coad_class_level3:i.edt.coad_class_level3,coad_class_level4:i.edt.coad_class_level4,coad_class_level5:i.edt.coad_class_level5,coad_sms_no:i.edt.coad_sms_no,coad_email:i.edt.coad_email,coad_state_code:i.edt.coad_state_code,coad_branch_name:i.edt.coad_branch_name,coad_acct_name:i.edt.coad_acct_name,coad_iban_no:i.edt.coad_iban_no,coad_swift_code:i.edt.coad_swift_code,coad_transaction_code:i.edt.coad_transaction_code,coad_charge_code:i.edt.coad_charge_code,coad_route_code:i.edt.coad_route_code,opr:"U",opr_ins:""};s.push(e),d.post(c.apiUrl+"api/common/SubLedgerMaster/CUDUpdateSubLedgerMaster",s).then(function(e){i.display=!0,i.msg1=e.data,1==i.msg1?(swal({title:"Alert",text:"Subledger Data Updated Successfully",imageUrl:"assets/img/check.png"}),i.getsubledgerdata(i.edt.slma_ldgrctl_code,i.edt.sims_search),s=[]):0==i.msg1?(swal({title:"Alert",text:"Subledger Data Not Updated Successfully. ",imageUrl:"assets/img/notification-alert.png"}),i.getsubledgerdata(i.edt.slma_ldgrctl_code,i.edt.sims_search)):swal("Error-"+i.msg1)})},i.cancel=function(){i.grid=!0,i.display=!1},i.Delete=function(){for(var e,t=0;t<i.filteredTodos.length;t++)1==document.getElementById(t).checked&&(e={sims_attendance_cur_code:i.filteredTodos[t].sims_attendance_cur_code,sims_academic_year:i.filteredTodos[t].sims_academic_year,sims_comm_code:i.filteredTodos[t].sims_comm_code,opr:"D"},n.push(e));d.post(c.apiUrl+"api/common/Moderator/CUDModerator",n).then(function(e){i.msg1=e.data,1==i.msg1?swal({title:"Alert",text:"Subledger Data Deleted Successfully",imageUrl:"assets/img/check.png"},function(){i.getgrid()}):0==i.msg1?swal({title:"Alert",text:"Subledger Data Not Deleted Successfully. ",imageUrl:"assets/img/notification-alert.png"}):swal("Error-"+i.msg1)})},i.CheckAllChecked=function(){if(1==(u=document.getElementById("mainchk")).checked)for(var e=0;e<i.filteredTodos.length;e++)document.getElementById(e).checked=!0,i.row1="row_selected";else for(e=0;e<i.filteredTodos.length;e++)document.getElementById(e).checked=!1,u.checked=!1,i.row1=""},i.checkonebyonedelete=function(){1==(u=document.getElementById("mainchk")).checked&&(u.checked=!1,i.row1="")},i.getSblgrAcctCode=function(e){"seps"==d.defaults.headers.common.schoolId?"02"==e?d.get(c.apiUrl+"api/common/SubLedgerMaster/getSblgrAcctCode?comp_code="+r+"&financial_year="+m).then(function(e){i.sblgraccno_data=e.data,i.edt.slma_addr_id=i.sblgraccno_data,i.edt.slma_acno=i.sblgraccno_data}):(i.edt.slma_acno="",i.edt.slma_addr_id=""):"01"==e||"02"==e?d.get(c.apiUrl+"api/common/SubLedgerMaster/getSblgrAcctCode?comp_code="+r+"&financial_year="+m).then(function(e){i.sblgraccno_data=e.data,i.edt.slma_addr_id=i.sblgraccno_data,i.edt.slma_acno=i.sblgraccno_data}):d.get(c.apiUrl+"api/common/SubLedgerMaster/getSblgrAcctCode?comp_code="+r+"&financial_year="+m).then(function(e){i.sblgraccno_data=e.data,i.edt.slma_addr_id=i.sblgraccno_data,i.edt.slma_acno=i.sblgraccno_data})},i.searchd=function(e,t){return _.filter(e,function(e){return p(e,t)})},i.search=function(){i.todos=i.searchd(i.subledger_data,i.searchText),i.totalItems=i.todos.length,i.currentPage="1",""==i.searchText&&(i.todos=i.subledger_data),i.makeTodos()},i.size=function(e){"All"==e?(i.currentPage="1",i.filteredTodos=i.subledger_data,i.pager=!1):(i.pager=!0,i.pagesize=e,i.currentPage=1,i.numPerPage=e,i.makeTodos()),i.numPerPage=e},i.index=function(e){i.pageindex=e,i.currentPage=e,i.makeTodos()},$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0}),$(document).on("touch click",'*[data-datepicker="true"] .add-on',function(e){$('input[type="text"]',$(this).parent()).focus()})}])}(),function(){"use strict";var e=angular.module("sims.module.Finance");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("ViewEditGLPeriodLedgerCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(n,e,t,a,o,i,d){n.display=!1,n.pagesize="5",n.pageindex="1",n.grid=!0,n.edit_data=!1,n.gl_period_ledgers_data=[],n.dept_comp_code,n.slma_acno_dept_no,n.finyr,n.valstatus=!1,n.showlabels=!1,n.showlabels1=!1,n.filteredTodos=[],n.currentPage=1,n.numPerPage=12,n.maxSize=12,i.get(d.apiUrl+"api/common/FinancialPeriod/getGetCompany").then(function(e){n.comp_data=e.data,n.dept_comp_code=n.comp_data[0].dept_comp_code,i.get(d.apiUrl+"api/common/SubLedgerMaster/GetCurrentFinancialYear").then(function(e){n.finyr_data=e.data,n.finyr=n.finyr_data,document.getElementById("txt_year").value=n.finyr,i.get(d.apiUrl+"api/common/ViewEditPeriodLedger/GetAll_Gl_period_ledgers_deptno?comp_code="+n.dept_comp_code+"&fin_yr="+n.finyr).then(function(e){n.Gl_period_ledgers_deptno_data=e.data})})}),setTimeout(function(){$("#cmb_accnt_no").select2()},100),n.getAccntNo=function(e){void 0!==e&&i.get(d.apiUrl+"api/common/ViewEditPeriodLedger/Get_account_code?comp_code="+n.dept_comp_code+"&fin_yr="+n.finyr+"&deptno="+e).then(function(e){n.account_code_data=e.data})},n.getGLledgerdata=function(e,t){void 0!==n.edt.rev_budget_amount&&(n.edt.rev_budget_amount=""),void 0!==n.edt.rev_budget_quantity&&(n.edt.rev_budget_quantity=""),void 0!==e&&void 0!==t&&i.get(d.apiUrl+"api/common/ViewEditPeriodLedger/GetFins_gl_period_ledgers?comp_code="+n.dept_comp_code+"&fin_yr="+n.finyr+"&deptno="+e+"&accnt_no="+t).then(function(e){n.display=!1,n.grid=!0,n.gl_period_ledgers_data=e.data,n.totalItems=n.gl_period_ledgers_data.length,n.todos=n.gl_period_ledgers_data,n.makeTodos(),n.grid=!0,n.showlabels=!0})},n.changebugdet=function(e,t){"Tab"!==e.key&&"Enter"!==e.key||n.bugdet_allocation(t)},n.changebugdet1=function(e,t){"Tab"!==e.key&&"Enter"!==e.key||n.bugdet_allocation(t)},n.bugdet_allocation=function(e){for(var t,a=[],o=n.filteredTodos.length,s=0;s<o;s++)t={glpr_comp_code:n.dept_comp_code,glpr_year:n.finyr,glpr_dept_no:n.edt.glpr_dept_no,glpr_acct_code:n.edt.account_code,glpr_prd_no:n.filteredTodos[s].glpr_prd_no,glpr_bud_amt:n.filteredTodos[s].glpr_rev_bud_amt,glpr_bud_qty:n.filteredTodos[s].glpr_rev_bud_qty,glpr_rev_bud_amt:n.filteredTodos[s].glpr_rev_bud_amt,glpr_rev_bud_qty:n.filteredTodos[s].glpr_rev_bud_qty,opr:"U"},a.push(t);a.push(t),i.post(d.apiUrl+"api/common/ViewEditPeriodLedger/CUDUpdateFins_gl_period_ledgers",a).then(function(e){n.gl_period_ledgers=e.data,!0===n.gl_period_ledgers?n.getGLledgerdata(n.edt.glpr_dept_no,n.edt.account_code):swal({title:"Alert",text:"Gl Period Ledger Not Updated Successfully",showCloseButton:!0,width:380}).then(function(e){e&&n.getGLledgerdata(n.edt.glpr_dept_no,n.edt.account_code)})})},n.update=function(){for(var e=[],t=n.filteredTodos.length,a=0;a<t;a++){var o={glpr_comp_code:n.dept_comp_code,glpr_year:n.finyr,glpr_dept_no:n.edt.glpr_dept_no,glpr_acct_code:n.edt.account_code,glpr_prd_no:n.filteredTodos[a].glpr_prd_no,glpr_bud_amt:n.filteredTodos[a].glpr_rev_bud_amt,glpr_bud_qty:n.filteredTodos[a].glpr_rev_bud_qty,glpr_rev_bud_amt:n.filteredTodos[a].glpr_rev_bud_amt,glpr_rev_bud_qty:n.filteredTodos[a].glpr_rev_bud_qty,opr:"U"};e.push(o)}i.post(d.apiUrl+"api/common/ViewEditPeriodLedger/CUDUpdateFins_gl_period_ledgers",e).then(function(e){n.gl_period_ledgers=e.data,!0===n.gl_period_ledgers?n.getGLledgerdata(n.edt.glpr_dept_no,n.edt.account_code):swal({title:"Alert",text:"Gl Period Ledger Not Updated Successfully",showCloseButton:!0,width:380}).then(function(e){e&&n.getGLledgerdata(n.edt.glpr_dept_no,n.edt.account_code)})})},n.makeTodos=function(){var e=parseInt(n.totalItems%n.numPerPage),e=(n.pagersize="0"===e?parseInt(n.totalItems/n.numPerPage):parseInt(n.totalItems/n.numPerPage)+1,(n.currentPage-1)*n.numPerPage),t=parseInt(e)+parseInt(n.numPerPage);n.filteredTodos=n.todos.slice(e,t)},n.size=function(e){n.pagesize=e,n.currentPage=1,n.numPerPage=e,n.makeTodos()},n.index=function(e){n.pageindex=e,n.currentPage=e,n.makeTodos()},n.onlyNumbers1=function(e){var t,a={escape:27,backspace:8,tab:9,enter:13,0:48,1:49,2:50,3:51,4:52,5:53,6:54,7:55,8:56,9:57};for(t in a)if(a.hasOwnProperty(t)&&(e.charCode===a[t]||e.keyCode===a[t]))return;e.preventDefault()},n.calval=function(){if(void 0!==n.edt.rev_budget_amount&&""!==n.edt.rev_budget_amount){var t=parseInt(n.edt.rev_budget_amount/12),e=parseInt(n.edt.rev_budget_amount-12*t);for(let e=0;e<11;e++)n.filteredTodos[e].glpr_rev_bud_amt=t;n.filteredTodos[11].glpr_rev_bud_amt=0<e?t+e:t}if(void 0!==n.edt.rev_budget_quantity&&""!==n.edt.rev_budget_quantity){for(var a=parseInt(n.edt.rev_budget_quantity/12),e=parseInt(n.edt.rev_budget_quantity-12*a),o=0;o<11;o++)n.filteredTodos[o].glpr_rev_bud_qty=a;n.filteredTodos[11].glpr_rev_bud_qty=0<e?a+e:a}},n.changebugdetamount=function(){n.calval()}}])}(),function(){"use strict";var l,r,e=angular.module("sims.module.Finance");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("FinancialDocumentCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(s,e,t,a,o,n,i){s.pagesize="10",s.pageindex="0",s.pager=!0,s.save_btn=!0,s.Update_btn=!1,s.display=!1,s.table=!0;t=t.globals.currentUser.username;jQuery.isEmptyObject(window.localStorage.Finn_comp)||(s.finnDetail=JSON.parse(window.localStorage.Finn_comp),l=s.finnDetail.company,r=s.finnDetail.year),s.user_access=[],s.appcode=e.current.name.split("."),n.get(i.apiUrl+"api/AlertTransaction/Get_user_access_rights?username="+t+"&appl_code="+s.appcode[1]).then(function(e){s.user_rights=e.data;for(var t=0;t<s.user_rights.length;t++)0==t&&(s.user_access.data_read=s.user_rights[t].comn_user_read,s.user_access.data_insert=s.user_rights[t].comn_user_insert,s.user_access.data_update=s.user_rights[t].comn_user_update,s.user_access.data_delete=s.user_rights[t].comn_user_delete,s.user_access.data_massupdate=s.user_rights[t].comn_user_massupdate,s.user_access.is_admin=s.user_rights[t].comn_user_admin)}),a(function(){$("#fixTable").tableHeadFixer({top:1})},100),n.get(i.apiUrl+"api/FinancialDoc/getDocumentType?comp_cd="+l+"&fyear="+r).then(function(e){s.doc_Name=e.data}),n.get(i.apiUrl+"api/FinancialDoc/getDocumentCode?comp_cd="+l+"&fyear="+r).then(function(e){s.doc_code=e.data}),n.get(i.apiUrl+"api/FinancialDoc/getAllFinancialDocument?comp_cd="+l+"&fyear="+r).then(function(e){s.fin_doc=e.data,s.totalItems=s.fin_doc.length,s.todos=s.fin_doc,s.makeTodos()}),s.size=function(e){"All"==e?(s.currentPage="1",s.filteredTodos=s.fin_doc,s.pager=!1):(s.pager=!0,s.pagesize=e,s.currentPage=1,s.numPerPage=e,s.makeTodos())},s.index=function(e){s.pageindex=e,s.currentPage=e,s.makeTodos(),(void 0).checked=!1},s.filteredTodos=[],s.currentPage=1,s.numPerPage=10,s.maxSize=10,s.makeTodos=function(){var e=parseInt(s.totalItems%s.numPerPage),e=(s.pagersize="0"==e?parseInt(s.totalItems/s.numPerPage):parseInt(s.totalItems/s.numPerPage)+1,(s.currentPage-1)*s.numPerPage),t=parseInt(e)+parseInt(s.numPerPage);s.filteredTodos=s.todos.slice(e,t)},s.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).gldc_doc_code.toLowerCase().indexOf(t.toLowerCase())||-1<e.gldc_doc_name.toLowerCase().indexOf(t.toLowerCase())||e.sims_doc_srno==t;var t})},s.search=function(){s.todos=s.searched(s.fin_doc,s.searchText),s.totalItems=s.todos.length,s.currentPage="1",""==s.searchText&&(s.todos=s.fin_doc),s.makeTodos()},s.showdate=function(e,t){var a=e.split("/")[0],o=e.split("/")[1],e=e.split("/")[2];s.temp[t]=e+"/"+a+"/"+o},s.New=function(){0==s.user_access.data_insert?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(s.disabled=!1,s.gtcreadonly=!0,s.gtdreadonly=!1,s.gdisabled=!1,s.aydisabled=!1,s.table=!1,s.display=!0,s.save_btn=!0,s.Update_btn=!1,s.temp="")};var d=[],c=(s.savedata=function(e){e&&((e=s.temp).opr="I",e.gldc_year=r,e.gldc_comp_code=l,d.push(e),n.post(i.apiUrl+"api/FinancialDoc/CUDFinantialDocument",d).then(function(e){s.msg1=e.data,1==s.msg1?swal({title:"Alert",text:"Record Inserted Successfully",showCloseButton:!0,width:300,height:200}):0==s.msg1?swal({title:"Alert",text:"Record not Inserted. ",showCloseButton:!0,width:300,height:200}):swal("error-"+s.msg1),n.get(i.apiUrl+"api/FinancialDoc/getAllFinancialDocument?comp_cd="+l+"&fyear="+r).then(function(e){s.fin_doc=e.data,s.totalItems=s.fin_doc.length,s.todos=s.fin_doc,s.makeTodos(),s.table=!0,s.display=!1})}),d=[])},s.Cancel=function(){s.temp="",s.table=!0,s.display=!1},s.edit=function(e){0==s.user_access.data_update?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(s.gtcreadonly=!0,s.gtdreadonly=!1,s.gdisabled=!1,s.aydisabled=!0,s.table=!1,s.display=!0,s.save_btn=!1,s.Update_btn=!0,s.temp=e,s.temp={gldc_doc_code:e.gldc_doc_code,gldc_doc_name:e.gldc_doc_name,gldc_doc_type:e.gldc_doc_type,gldc_next_srl_no:e.gldc_next_srl_no,gldc_next_prv_no:e.gldc_next_prv_no,gldc_doc_short_name:e.gldc_doc_short_name,gldc_seq_prefix:e.gldc_seq_prefix,gldc_doc_code_type:e.gldc_doc_code_type,gldc_doc_report_url:e.gldc_doc_report_url})},[]);s.update=function(){var e=s.temp;e.opr="U",e.gldc_year=r,e.gldc_comp_code=l,c.push(e),n.post(i.apiUrl+"api/FinancialDoc/CUDFinantialDocument",c).then(function(e){s.msg1=e.data,1==s.msg1?swal({title:"Alert",text:"Record Updated Successfully",showCloseButton:!0,width:300,height:200}):0==s.msg1?swal({title:"Alert",text:"Record Not Updated. ",showCloseButton:!0,width:300,height:200}):swal("Error-"+s.msg1),n.get(i.apiUrl+"api/FinancialDoc/getAllFinancialDocument?comp_cd="+l+"&fyear="+r).then(function(e){s.fin_doc=e.data,s.totalItems=s.fin_doc.length,s.todos=s.fin_doc,s.makeTodos(),s.table=!0,s.display=!1})}),c=[]},s.setDocType=function(e){s.temp.gldc_doc_code_type=e},$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0,format:"yyyy-mm-dd"})}])}(),function(){"use strict";var l,r,e=angular.module("sims.module.Finance");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("FinancialDocument_DPSCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(s,e,t,a,o,n,i){s.pagesize="5",s.pageindex=0,s.save_btn=!0,s.Update_btn=!1,s.display=!1,s.table=!0;t.globals.currentUser.username;s.finnDetail=JSON.parse(window.localStorage.Finn_comp),l=s.finnDetail.company,r=s.finnDetail.year,a(function(){$("#fixTable").tableHeadFixer({top:1})},100),n.get(i.apiUrl+"api/FinancialDoc/getDocumentType").then(function(e){s.doc_Name=e.data}),n.get(i.apiUrl+"api/FinancialDoc/getAllFinancialDocument_DPS?comp_cd="+l+"&fyear="+r).then(function(e){s.fin_doc=e.data,s.totalItems=s.fin_doc.length,s.todos=s.fin_doc,s.makeTodos()}),s.size=function(e){s.pagesize=e,s.currentPage=1,s.numPerPage=e},s.index=function(e){s.pageindex=e,s.currentPage=e,s.makeTodos(),(void 0).checked=!1},s.filteredTodos=[],s.currentPage=1,s.numPerPage=5,s.maxSize=5,s.makeTodos=function(){var e=parseInt(s.totalItems%s.numPerPage),e=(s.pagersize="0"==e?parseInt(s.totalItems/s.numPerPage):parseInt(s.totalItems/s.numPerPage)+1,(s.currentPage-1)*s.numPerPage),t=parseInt(e)+parseInt(s.numPerPage);s.filteredTodos=s.todos.slice(e,t)},s.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).gldc_doc_code.toLowerCase().indexOf(t.toLowerCase())||-1<e.gldc_doc_name.toLowerCase().indexOf(t.toLowerCase())||e.sims_doc_srno==t;var t})},s.search=function(){s.todos=s.searched(s.fin_doc,s.searchText),s.totalItems=s.todos.length,s.currentPage="1",""==s.searchText&&(s.todos=s.fin_doc),s.makeTodos()},s.showdate=function(e,t){var a=e.split("/")[0],o=e.split("/")[1],e=e.split("/")[2];s.temp[t]=e+"/"+a+"/"+o},s.New=function(){s.disabled=!1,s.gtcreadonly=!0,s.gtdreadonly=!1,s.gdisabled=!1,s.aydisabled=!1,s.table=!1,s.display=!0,s.save_btn=!0,s.Update_btn=!1,s.temp=""};var d=[],c=(s.savedata=function(e){e&&((e=s.temp).opr="I",e.gldc_year=r,e.gldc_comp_code=l,d.push(e),n.post(i.apiUrl+"api/FinancialDoc/CUDFinantialDocument_DPS",d).then(function(e){s.msg1=e.data,1==s.msg1?swal({title:"Alert",text:"Record Inserted Successfully",showCloseButton:!0,width:300,height:200}):0==s.msg1?swal({title:"Alert",text:"Record not Inserted. ",showCloseButton:!0,width:300,height:200}):swal("Error-"+s.msg1),n.get(i.apiUrl+"api/FinancialDoc/getAllFinancialDocument_DPS").then(function(e){s.fin_doc=e.data,s.totalItems=s.fin_doc.length,s.todos=s.fin_doc,s.makeTodos(),s.table=!0,s.display=!1})}),d=[])},s.Cancel=function(){s.temp="",s.table=!0,s.display=!1},s.edit=function(e){s.gtcreadonly=!0,s.gtdreadonly=!0,s.gdisabled=!1,s.aydisabled=!0,s.table=!1,s.display=!0,s.save_btn=!1,s.Update_btn=!0,s.temp=e,s.temp={gldc_doc_code:e.gldc_doc_code,gldc_doc_name:e.gldc_doc_name,gldc_doc_short_name:e.gldc_doc_short_name,gldc_doc_type:e.gldc_doc_type,gldc_next_srl_no:e.gldc_next_srl_no,gldc_next_prv_no:e.gldc_next_prv_no}},[]);s.update=function(){var e=s.temp;e.opr="U",e.gldc_year=r,e.gldc_comp_code=l,c.push(e),n.post(i.apiUrl+"api/FinancialDoc/CUDFinantialDocument_DPS",c).then(function(e){s.msg1=e.data,1==s.msg1?swal({title:"Alert",text:"Record Updated Successfully",showCloseButton:!0,width:300,height:200}):0==s.msg1?swal({title:"Alert",text:"Record Not Updated. ",showCloseButton:!0,width:300,height:200}):swal("Error-"+s.msg1),n.get(i.apiUrl+"api/FinancialDoc/getAllFinancialDocument_DPS").then(function(e){s.fin_doc=e.data,s.totalItems=s.fin_doc.length,s.todos=s.fin_doc,s.makeTodos(),s.table=!0,s.display=!1})}),c=[]},$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0,format:"yyyy-mm-dd"})}])}(),function(){"use strict";var l,e=angular.module("sims.module.Finance");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("AssetLiteralCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(s,e,t,a,o,n,i){s.display=!1,s.pagesize="10",s.pageindex="0",s.pager=!0,s.grid=!0,s.edit_data=!1,s.assetliteral_data=[];s.dept_comp_code,s.slma_acno_dept_no,s.finyr,s.valstatus=!1,a(function(){$("#fixedtable").tableHeadFixer({top:1})},100),setTimeout(function(){$("#cmb_accnt_no").select2()},100),setTimeout(function(){$("#cmb_depr_acc_no").select2()},100),setTimeout(function(){$("#cmb_res_acc_no").select2()},100);t.globals.currentUser.username.toLowerCase();s.finnDetail=JSON.parse(window.localStorage.Finn_comp);var d=s.finnDetail.company,c=s.finnDetail.year;s.filteredTodos=[],s.currentPage=1,s.numPerPage=10,s.maxSize=10,n.get(i.apiUrl+"api/common/AssetLiteral/GetAllAccountCodes?comp_code="+d).then(function(e){s.accNo_data=e.data}),n.get(i.apiUrl+"api/common/AssetMaster_dpsd/GetAllDepartmentName?comp_code="+d+"&fins_year="+c).then(function(e){s.dept_data=e.data}),n.get(i.apiUrl+"api/common/AssetLiteral/Get_Asset_Literals?comp_code="+d+"&finance_year="+c).then(function(e){s.display=!1,s.grid=!0,s.assetliteral_data=e.data,s.totalItems=s.assetliteral_data.length,s.todos=s.assetliteral_data,s.makeTodos(),s.grid=!0,s.searchText=""}),n.get(i.apiUrl+"api/common/AssetLiteral/GetAllAssetLiteralsReceiptType").then(function(e){s.rectype_data=e.data}),s.makeTodos=function(){var e=parseInt(s.totalItems%s.numPerPage),e=(s.pagersize="0"==e?parseInt(s.totalItems/s.numPerPage):parseInt(s.totalItems/s.numPerPage)+1,(s.currentPage-1)*s.numPerPage),t=parseInt(e)+parseInt(s.numPerPage);s.filteredTodos=s.todos.slice(e,t)},s.edit=function(e){s.code=!0,s.divcode_readonly=!0,s.display=!0,s.grid=!1,s.save1=!1,s.update1=!0,s.delete1=!1,s.edit_data=!0,s.t_resrv_acno=e.gal_resrv_acno,s.t_gal_asset_acno=e.gal_asset_acno,s.t_gal_deprn_acno=e.gal_deprn_acno;s.t_resrv_acno.toString().slice(-4),s.t_gal_asset_acno.toString().slice(-4),s.t_gal_deprn_acno.toString().slice(-4);s.edt={gal_asst_type:e.gal_asst_type,gal_rec_type:e.gal_rec_type,gal_type_desc:e.gal_type_desc,adp_dept_no:e.adp_dept_no,gal_asset_acno:e.gal_asset_acno,gal_deprn_acno:e.gal_deprn_acno,gal_resrv_acno:e.gal_resrv_acno,gal_deprn_percent:e.gal_deprn_percent},$("#cmb_accnt_no").select2("val",e.gal_asset_acno),$("#cmb_depr_acc_no").select2("val",e.gal_deprn_acno),$("#cmb_res_acc_no").select2("val",e.gal_resrv_acno)},s.New=function(){n.get(i.apiUrl+"api/common/AssetLiteral/GetAutoGenerate_AssetliteralNumber").then(function(e){s.autogendesg=e.data,s.edt={gal_asst_type:s.autogendesg[0].gal_asst_type},console.log(s.autogendesg)}),event.target.value="",s.gdisabled=!1,s.aydisabled=!1,s.disabled=!1,s.divcode_readonly=!1,s.display=!0,s.assetcode=!0,s.grid=!1,s.save1=!0,s.update1=!1,s.delete1=!1,s.edit_data=!1,s.assetcode=!0,s.edt="",s.edt=[],$("#cmb_accnt_no").select2("val","null"),$("#cmb_depr_acc_no").select2("val","null"),$("#cmb_res_acc_no").select2("val","null"),null!=t.globals.currentUser.username?n.get(i.apiUrl+"api/common/FinancialPeriod/getGetCompany").then(function(e){s.comp_data=e.data}):t.globals.currentUser.username=null},s.Save=function(e){var t,a=[];e&&(0==s.update1?(t={gal_comp_code:d,gal_asst_type:s.edt.gal_asst_type,gal_rec_type:s.edt.gal_rec_type,gal_type_desc:s.edt.gal_type_desc,gal_asset_acno:s.edt.gal_asset_acno,gal_deprn_acno:s.edt.gal_deprn_acno,gal_resrv_acno:s.edt.gal_resrv_acno,gal_deprn_percent:s.edt.gal_deprn_percent,adp_dept_no:s.edt.adp_dept_no,opr:"I"},a.push(t),n.post(i.apiUrl+"api/common/AssetLiteral/CUDInsert_Asset_Literals",a).then(function(e){s.display=!0,s.msg1=e.data,1==s.msg1?swal({text:"Asset Literal Added Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&s.getgrid()}):0==s.msg1?swal({text:"Record Already Exists. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&s.getgrid()}):swal("Error-"+s.msg1)})):s.Update(e))},s.getgrid=function(){n.get(i.apiUrl+"api/common/AssetLiteral/Get_Asset_Literals?comp_code="+d+"&finance_year="+c).then(function(e){s.display=!1,s.grid=!0,s.assetliteral_data=e.data,s.totalItems=s.assetliteral_data.length,s.todos=s.assetliteral_data,s.makeTodos(),s.grid=!0,s.edt.gam_item_no=""}),s.myForm.$setPristine(),s.myForm.$setUntouched()},s.Update=function(e){var t=[];e&&(e={gal_comp_code:d,gal_asst_type:s.edt.gal_asst_type,gal_rec_type:s.edt.gal_rec_type,gal_type_desc:s.edt.gal_type_desc,gal_asset_acno:s.edt.gal_asset_acno,gal_deprn_acno:s.edt.gal_deprn_acno,gal_resrv_acno:s.edt.gal_resrv_acno,gal_deprn_percent:s.edt.gal_deprn_percent,adp_dept_no:s.edt.adp_dept_no,opr:"U"},t.push(e),n.post(i.apiUrl+"api/common/AssetLiteral/CUDUpdate_Asset_Literals",t).then(function(e){s.display=!0,s.msg1=e.data,1==s.msg1?swal({text:"Asset Literal Updated Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&s.getgrid()}):0==s.msg1?swal({text:"Asset Literal Not Updated Successfully. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&s.getgrid()}):swal("Error-"+s.msg1)}))},s.cancel=function(){s.grid=!0,s.display=!1,s.myForm.$setPristine(),s.myForm.$setUntouched()},s.Delete=function(){var o=[];s.flag=!1;for(var e,t=0;t<s.filteredTodos.length;t++)1==document.getElementById(t).checked&&(s.flag=!0,e={gal_comp_code:d,gal_asst_type:s.filteredTodos[t].gal_asst_type,opr:"D"},o.push(e));s.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)n.post(i.apiUrl+"api/common/AssetLiteral/CUDUpdate_Asset_Literals",o).then(function(e){s.msg1=e.data,1==s.msg1?swal({text:"Asset Literal Deleted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&s.getgrid()}):0==s.msg1?swal({text:"Record Already Mapped.Can't be Deleted. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&s.getgrid()}):swal("Error-"+s.msg1)});else{1==(l=document.getElementById("mainchk")).checked&&(l.checked=!1,s.color="#edefef",s.row1="");for(var t=0;t<s.filteredTodos.length;t++){var a=document.getElementById(t);1==a.checked&&(a.checked=!1,s.row1="")}}}):swal({text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380})},s.CheckAllChecked=function(){if(1==(l=document.getElementById("mainchk")).checked)for(var e=0;e<s.filteredTodos.length;e++)document.getElementById(e).checked=!0,s.row1="row_selected";else for(e=0;e<s.filteredTodos.length;e++)document.getElementById(e).checked=!1,l.checked=!1,s.row1=""},s.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),s.color="#edefef"}),1==(l=document.getElementById("mainchk")).checked&&(l.checked=!1,s.color="#edefef",s.row1="")},s.size=function(e){"All"==e?(s.currentPage="1",s.filteredTodos=s.assetliteral_data,s.pager=!1):(s.pager=!0,s.pagesize=e,s.currentPage=1,s.numPerPage=e,s.makeTodos()),s.numPerPage=e},s.index=function(e){s.pageindex=e,s.currentPage=e,s.makeTodos(),l.checked=!1},s.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).gal_asst_type.toLowerCase().indexOf(t.toLowerCase())||-1<e.gal_type_desc.toLowerCase().indexOf(t.toLowerCase());var t})},s.search=function(){s.todos=s.searched(s.assetliteral_data,s.searchText),s.totalItems=s.todos.length,s.currentPage="1",""==s.searchText&&(s.todos=s.assetliteral_data),s.makeTodos()}}])}(),function(){"use strict";var y,e=angular.module("sims.module.Finance");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("AssetMasterCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV","$filter","commonFunctionsService",function(s,e,t,o,a,n,i,d,c){s.collapseBoth=c.collapseBoth,s.assetmaster_data=[];s.dept_comp_code,s.slma_acno_dept_no,s.finyr,s.valstatus=!1,s.stopGetData=!0,s.edit_data=!1,s.display=!1,s.pagesize="10",s.pageindex="0",s.pager=!0,s.grid=!0,s.grid1=!1,s.radiodisable=!1;var l=(c=new Date).getDate(),r=c.getMonth()+1,m=c.getFullYear(),c=new Date;(l=c.getDate())<10&&(l="0"+l);(r=c.getMonth()+1)<10&&(r="0"+r),s.filteredTodos=[],s.currentPage=1,s.numPerPage=10,s.maxSize=10,s.getStatusStyle=function(e){switch(e){case"1":return{color:"green"};case"2":return{color:"orange"};case"3":return{color:"lightblue"};case"4":return{color:"purple"};case"5":return{color:"red"};default:return{color:"black"}}},t.globals.currentUser.username.toLowerCase();s.finnDetail=JSON.parse(window.localStorage.Finn_comp);var p=s.finnDetail.company,u=s.finnDetail.year;s.propertyName=null,s.reverse=!1,s.radio1Click=function(){var t;s.stopGetData=!1,s.checkAutoItemNo(),s.auto=!0,s.manual=!1,s.autodisabled=!0,n.get(i.apiUrl+"api/common/AssetMaster/GetAutoGenerate_AssetItemNumber").then(function(e){t=e.data,s.edt.gam_item_no=t})},s.autodisabled=!1,s.active=function(e){s.filteredTodos=d("filter")(s.filteredTodos,{gam_status_name:e})},s.itemNoOption="M",s.manual=!0,s.checkAutoItemNo=function(){s.itemNoOption="A",s.GetAssetNo()},s.radio2Click=function(){s.autodisabled=!1,s.auto=!1,s.manual=!0,s.stopGetData=!0,s.edt.gam_item_no=""},s.sortBy=function(e){s.reverse=s.propertyName===e&&!s.reverse,s.propertyName=e},n.get(i.apiUrl+"api/common/FinancialPeriod/getGetCompany").then(function(e){s.comp_data=e.data,s.dept_comp_code=s.comp_data[0].dept_comp_code,n.get(i.apiUrl+"api/common/SubLedgerMaster/GetCurrentFinancialYear").then(function(e){s.finyr_data=e.data,s.finyr=s.finyr_data,n.get(i.apiUrl+"api/common/AssetMaster/GetAllDepartmentName?comp_code="+s.dept_comp_code+"&fins_year="+s.finyr).then(function(e){s.dept_data=e.data})})}),n.get(i.apiUrl+"api/common/AssetMaster/GetAutoGenerate_AssetItemNumber").then(function(e){s.auto_data=e.data}),n.get(i.apiUrl+"api/common/AssetMaster/GetCustodianEmployees").then(function(e){s.Custodian1=e.data}),s.edt={},n.get(i.apiUrl+"api/common/AssetMaster/GetAssetType?comp_code="+p).then(function(e){s.assetType_data=e.data}),s.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).gam_item_no.toLowerCase().indexOf(t.toLowerCase())||-1<e.gam_desc_1.toLowerCase().indexOf(t.toLowerCase())||e.gam_comp_code==t;var t})},s.search1=function(){s.todos=s.searched(s.filteredTodos,s.searchText),s.totalItems=s.todos.length,s.currentPage="1",""==s.searchText&&(s.todos=s.filteredTodos),s.makeTodos()},n.get(i.apiUrl+"api/common/AssetMaster/GetAllLocationName").then(function(e){s.location_data=e.data}),n.get(i.apiUrl+"api/common/AssetMaster/GetRoomNo").then(function(e){s.roomNo_data=e.data}),n.get(i.apiUrl+"api/common/AssetMaster/GetFloor").then(function(e){s.floor_data=e.data}),n.get(i.apiUrl+"api/common/AssetMaster/GetBlockName").then(function(e){s.block_data=e.data}),n.get(i.apiUrl+"api/common/AssetMaster/GetAllSupplierNames").then(function(e){s.sup_data=e.data}),n.get(i.apiUrl+"api/common/AssetMaster/GetAllOrderNo").then(function(e){s.order_data=e.data}),n.get(i.apiUrl+"api/common/AssetMaster/GetDepreciationType").then(function(e){s.decptype_data=e.data,s.edt.gam_deprn_type1=s.decptype_data[0].gam_deprn_type}),n.get(i.apiUrl+"api/common/AssetMaster/GetAssetStatus").then(function(e){s.status_data=e.data,s.edt.gam_status_code=s.status_data[0].gam_status_code}),n.get(i.apiUrl+"api/ProductCodeNew/getMajorGroup").then(function(e){s.major_group=e.data}),s.getgrplvl1fromMajorgroup=function(e){n.get(i.apiUrl+"api/ProductCodeNew/getGroupLevel1?major_group="+e).then(function(e){s.group_code=e.data,s.GetAssetNo()})},s.getgrplvl2=function(e,t){n.get(i.apiUrl+"api/ProductCodeNew/getGroupLevel2?group_code="+e+"&pc_major_group="+t).then(function(e){s.group2_code=e.data,s.GetAssetNo()})},s.getgrplevel3=function(e,t,a){n.get(i.apiUrl+"api/ProductCodeNew/getGroupLevel3?group_code3="+e+"&group_code="+t+"&pc_major_group="+a).then(function(e){s.group3_code=e.data,s.GetAssetNo()})},s.GetAssetNo=function(e){if(!s.stopGetData){var t=s.edt;try{$("#txt_Major_Group").val().length,$("#txt_group_level1").val().length,$("#txt_group_level2").val().length,$("#txt_group_level3").val().length}catch(e){}n.get(i.apiUrl+"api/common/AssetMaster/GetPrefix").then(function(e){s.data=e.data;e=e.data[0].gam_item_no;document.getElementById("txt_item_no").value=e+"/",document.getElementById("txt_item_no").value+=0<$("#txt_Major_Group").val().length?s.edt.pc_major_group+"/":"";try{document.getElementById("txt_item_no").value+=0<$("#txt_group_level1").val().length?s.edt.pc_group_level1+"/":""}catch(e){}try{document.getElementById("txt_item_no").value+=0<$("#txt_group_level2").val().length?s.edt.pc_group_level2+"/":""}catch(e){}try{document.getElementById("txt_item_no").value+=0<$("#txt_group_level3").val().length?s.edt.pc_group_level3+"/":""}catch(e){}e=document.getElementById("txt_item_no");t.gam_item_no=e.value})}},s.getAccountNo=function(e){if(null!=e)for(var t=0;t<s.assetType_data.length;t++)s.assetType_data[t].gam_asst_type==e&&(s.edt.gam_acct_code=s.assetType_data[t].gam_acct_code,s.edt.gam_deprn_percent=s.assetType_data[t].gam_deprn_percent);else s.edt.gam_acct_code="",s.edt.gam_deprn_percent=""},s.search_type=function(e){n.get(i.apiUrl+"api/common/AssetMaster/GetFins_AssetMaster?type="+s.edt.gam_asst_type+"&gam_items="+s.edt.gam_item_no+"&comp_cd="+p+"&fyear="+u).then(function(e){s.display=!1,s.grid=!0,s.grid1=!0,s.assetmaster_data=e.data,s.totalItems=s.assetmaster_data.length,s.todos=s.assetmaster_data,s.makeTodos(),0==e.data.length&&(swal({text:"No Data Found...!",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}),s.grid1=!1,s.edt.gam_item_no="")})},s.search_type(void 0),s.Reset=function(){s.grid1=!1,s.searchText="",s.edt={gam_asst_type:""}};let g,h,f;s.makeTodos=function(){var e=parseInt(s.totalItems%s.numPerPage),e=(s.pagersize="0"==e?parseInt(s.totalItems/s.numPerPage):parseInt(s.totalItems/s.numPerPage)+1,(s.currentPage-1)*s.numPerPage),t=parseInt(e)+parseInt(s.numPerPage);s.filteredTodos=s.todos.slice(e,t),s.filteredTodos_tmp=s.todos.slice(0,t),g=0,h=0,f=0,s.filteredTodos_tmp.forEach(function(e){g+=parseFloat(e.gam_invoice_amount)||0,h+=parseFloat(e.gam_cum_deprn)||0,f+=parseFloat(e.gam_book_value)||0}),s.totalInvoiceAmount=g.toFixed(2),s.totalCumDeprn=h.toFixed(2),s.totalBookValue=f.toFixed(2)},s.edit=function(e){s.display=!0,s.grid=!1,s.save1=!1,s.update1=!0,s.delete1=!1,s.edit_data=!0,s.auto=!1,s.manual=!0,s.radiodisable=!0,s.autodisabled=!0,s.manualdisabled=!0,s.edt={prod_pc_level3_desc:e.prod_pc_level3_desc,prod_pc_level2_desc:e.prod_pc_level2_desc,prod_pc_level1_desc:e.prod_pc_level1_desc,gam_comp_code:s.dept_comp_code,gam_wing_name:e.gam_wing_name,gam_current_owner:e.gam_current_owner,gam_current_location:e.gam_current_location,financialyear:s.finyr,gam_dept_code:e.gam_dept_code,gam_asst_type:e.gam_asst_type,gam_item_no:e.gam_item_no,gam_item_code:e.gam_item_code,gam_floor_name:e.gam_floor_name,gam_location:e.gam_location,gam_desc_1:e.gam_desc_1,gam_desc_2:e.gam_desc_2,gam_supl_code:e.gam_supl_code,gam_acct_code:e.gam_acct_code,gam_order_no:e.gam_order_no,gam_invoice_no:e.gam_invoice_no,gam_new_sec:e.gam_new_sec,gam_page_no:e.gam_page_no,gam_line_no:e.gam_line_no,gam_quantity:e.gam_quantity,gam_invoice_amount:e.gam_invoice_amount,gam_val_add_cum:e.gam_val_add_cum,gam_val_add_mtd:e.gam_val_add_mtd,gam_val_add_ytd:e.gam_val_add_ytd,gam_book_value:e.gam_book_value,gam_it_book_value:e.gam_it_book_value,gam_cum_deprn:e.gam_cum_deprn,gam_ytd_deprn:e.gam_ytd_deprn,gam_mth_deprn:e.gam_mth_deprn,gam_sale_value:e.gam_sale_value,gam_repl_cost:e.gam_repl_cost,gam_receipt_date:e.gam_receipt_date,gam_sale_date:e.gam_sale_date,gam_entry_date:e.gam_entry_date,gam_amend_date:e.gam_amend_date,gam_deprn_percent:e.gam_deprn_percent,gam_used_on_item:e.gam_used_on_item,gam_status_code:e.gam_status_code,gam_warranty_start_date:e.gam_warranty_start_date,gam_warranty_end_date:e.gam_warranty_end_date,gam_warranty_years:e.gam_warranty_years,gam_model_details:e.gam_model_details,gam_shelf_life_months:e.gam_shelf_life_months,gam_make_details:e.gam_make_details,gam_material_code:e.gam_material_code,gam_technical_data:e.gam_technical_data,pc_major_group:e.pc_major_group,pc_group_level1:e.pc_group_level1,pc_group_level2:e.pc_group_level2,pc_group_level3:e.pc_group_level3,prod_main_code:e.prod_main_code,empcode:e.empcode,gam_it_cum_deprn:e.gam_it_cum_deprn,gam_it_ytd_deprn:e.gam_it_ytd_deprn,gam_it_mtd_deprn:e.gam_it_mtd_deprn,gam_it_deprn_percent:e.gam_it_deprn_percent,gam_it_deprn_type:parseInt(e.gam_it_deprn_type).toString(),gam_deprn_type:e.gam_it_deprn_type,gam_deprn_type1:e.gam_deprn_type1,empcode:e.empcode},$("#cmb_sup").select2("val",e.empcode)},s.exportToExcel=function(){for(var e=document.getElementById("exportable-table"),a=[],t=[],o=e.getElementsByTagName("thead")[0].getElementsByTagName("th"),s=4;s<o.length;s++)t.push(o[s].innerText||o[s].textContent);for(var n=e.getElementsByTagName("tbody")[0].getElementsByTagName("tr"),s=0;s<n.length;s++){for(var i={},d=n[s].getElementsByTagName("td"),_=4;_<d.length;_++)i[t[_-4]]=d[_].innerText||d[_].textContent;a.push(i)}swal({title:"",text:"Are you sure you want to Save Asset Master Data.xls ?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:390,cancelButtonText:"No"}).then(function(e){var t;e?(e=XLSX.utils.json_to_sheet(a),t=XLSX.utils.book_new(),XLSX.utils.book_append_sheet(t,e,"Sheet1"),XLSX.writeFile(t,"ExportedData.xlsx")):swal({title:"Export Canceled",text:"You have canceled the export.",showCloseButton:!0,width:380})})},s.exportDetailsVoucher=function(){swal({title:"",text:"Are you sure you want to Save Asset Master Data.xls ?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:390,cancelButtonText:"No"}).then(function(e){e&&(e=new Blob([document.getElementById("example_wrapper1").innerHTML],{type:"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;charset=utf-8"}),saveAs(e,"AssetMaster.xls"))})},s.New=function(){s.display=!0,s.grid=!1,s.save1=!0,s.update1=!1,s.delete1=!1,s.edit_data=!1,s.radiodisable=!1,s.submit(),s.edt=[],s.edt.gam_status_code=s.status_data[0].gam_status_code,s.edt.gam_entry_date=l+"-"+r+"-"+m,s.edt.gam_deprn_type1=s.decptype_data[0].gam_deprn_type,s.grid1=!1},s.Save=function(e){var t,a=[];console.log(s.edt.gam_item_no),s.edt.gam_item_no&&s.edt.gam_location&&s.edt.gam_status_code&&s.edt.gam_desc_1&&s.edt.gam_asst_type&&s.edt.pc_major_group&&s.edt.gam_deprn_type1?!1===s.update1?0==s.manual?(console.log("done"),t={gam_floor_name:s.edt.gam_floor_name,gam_comp_code:s.dept_comp_code,financialyear:s.finyr,gam_dept_code:s.edt.gam_dept_code,gam_asst_type:s.edt.gam_asst_type,gam_item_no:s.edt.gam_item_no,gam_location:s.edt.gam_location,gam_desc_1:s.edt.gam_desc_1,gam_desc_2:s.edt.gam_desc_2,gam_supl_code:s.edt.gam_supl_code,gam_acct_code:s.edt.gam_acct_code,gam_order_no:s.edt.gam_order_no,gam_invoice_no:s.edt.gam_invoice_no,gam_new_sec:s.edt.gam_new_sec,gam_page_no:s.edt.gam_page_no,gam_line_no:s.edt.gam_line_no,gam_wing_name:s.edt.gam_wing_name,gam_quantity:s.edt.gam_quantity,gam_invoice_amount:s.edt.gam_invoice_amount,gam_val_add_cum:s.edt.gam_val_add_cum,gam_val_add_mtd:s.edt.gam_val_add_mtd,gam_val_add_ytd:s.edt.gam_val_add_ytd,gam_book_value:s.edt.gam_book_value,gam_cum_deprn:s.edt.gam_cum_deprn,gam_ytd_deprn:s.edt.gam_ytd_deprn,gam_mth_deprn:s.edt.gam_mth_deprn,gam_sale_value:s.edt.gam_sale_value,gam_repl_cost:s.edt.gam_repl_cost,gam_receipt_date:s.edt.gam_receipt_date,gam_sale_date:s.edt.gam_sale_date,gam_entry_date:s.edt.gam_entry_date,gam_amend_date:s.edt.gam_amend_date,gam_deprn_percent:s.edt.gam_deprn_percent,gam_used_on_item:s.edt.gam_used_on_item,gam_status_code:s.edt.gam_status_code,gam_warranty_start_date:s.edt.gam_warranty_start_date,gam_warranty_end_date:s.edt.gam_warranty_end_date,gam_warranty_years:s.edt.gam_warranty_years,gam_model_details:s.edt.gam_model_details,gam_shelf_life_months:s.edt.gam_shelf_life_months,gam_make_details:s.edt.gam_make_details,gam_material_code:s.edt.gam_material_code,gam_technical_data:s.edt.gam_technical_data,pc_major_group:s.edt.pc_major_group,pc_group_level1:s.edt.pc_group_level1,pc_group_level2:s.edt.pc_group_level2,pc_group_level3:s.edt.pc_group_level3,gam_current_owner:s.edt.gam_current_owner,gam_current_location:s.edt.gam_current_location,empcode:s.edt.empcode,gam_it_cum_deprn:s.edt.gam_it_cum_deprn,gam_it_ytd_deprn:s.edt.gam_it_ytd_deprn,gam_it_mtd_deprn:s.edt.gam_it_mtd_deprn,gam_it_deprn_percent:s.edt.gam_it_deprn_percent,gam_it_deprn_type:s.edt.gam_it_deprn_type,gam_deprn_type:s.edt.gam_it_deprn_type,gam_it_book_value:s.edt.gam_it_book_value,gam_deprn_type1:s.edt.gam_deprn_type1,gam_item_code:s.edt.gam_item_code,opr:"I"},a.push(t),n.post(i.apiUrl+"api/common/AssetMaster/CUDInsertFins_AssetMaster",a).then(function(e){s.display=!0,s.msg1=e.data,s.auto=!0,!(s.manual=!1)===s.msg1?(swal({text:"Record Added Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&(s.search_type(s.edt.gam_asst_type),s.grid1=!1,o(function(){s.Myform.$setPristine(),s.Myform.$setUntouched()},0))}),s.edit_data=!1,s.display=!1,s.pagesize="10",s.pageindex="1",s.grid=!0,s.grid1=!1,s.edt.gam_item_no="",s.search_type(s.edt.gam_asst_type)):!1===s.msg1?swal({text:"Record Not Inserted. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){}):swal({text:"Data already exists for the given Item No. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380})})):(t={gam_floor_name:s.edt.gam_floor_name,gam_comp_code:s.dept_comp_code,financialyear:s.finyr,gam_dept_code:s.edt.gam_dept_code,gam_asst_type:s.edt.gam_asst_type,gam_item_no:s.edt.gam_item_no,gam_location:s.edt.gam_location,gam_desc_1:s.edt.gam_desc_1,gam_desc_2:s.edt.gam_desc_2,gam_supl_code:s.edt.gam_supl_code,gam_acct_code:s.edt.gam_acct_code,gam_order_no:s.edt.gam_order_no,gam_invoice_no:s.edt.gam_invoice_no,gam_new_sec:s.edt.gam_new_sec,gam_page_no:s.edt.gam_page_no,gam_line_no:s.edt.gam_line_no,gam_wing_name:s.edt.gam_wing_name,gam_quantity:s.edt.gam_quantity,gam_invoice_amount:s.edt.gam_invoice_amount,gam_val_add_cum:s.edt.gam_val_add_cum,gam_val_add_mtd:s.edt.gam_val_add_mtd,gam_val_add_ytd:s.edt.gam_val_add_ytd,gam_book_value:s.edt.gam_book_value,gam_cum_deprn:s.edt.gam_cum_deprn,gam_ytd_deprn:s.edt.gam_ytd_deprn,gam_mth_deprn:s.edt.gam_mth_deprn,gam_sale_value:s.edt.gam_sale_value,gam_repl_cost:s.edt.gam_repl_cost,gam_receipt_date:s.edt.gam_receipt_date,gam_sale_date:s.edt.gam_sale_date,gam_entry_date:s.edt.gam_entry_date,gam_amend_date:s.edt.gam_amend_date,gam_deprn_percent:s.edt.gam_deprn_percent,gam_used_on_item:s.edt.gam_used_on_item,gam_status_code:s.edt.gam_status_code,gam_warranty_start_date:s.edt.gam_warranty_start_date,gam_warranty_end_date:s.edt.gam_warranty_end_date,gam_warranty_years:s.edt.gam_warranty_years,gam_model_details:s.edt.gam_model_details,gam_shelf_life_months:s.edt.gam_shelf_life_months,gam_make_details:s.edt.gam_make_details,gam_material_code:s.edt.gam_material_code,gam_technical_data:s.edt.gam_technical_data,pc_major_group:s.edt.pc_major_group,pc_group_level1:s.edt.pc_group_level1,pc_group_level2:s.edt.pc_group_level2,pc_group_level3:s.edt.pc_group_level3,gam_current_owner:s.edt.gam_current_owner,gam_current_location:s.edt.gam_current_location,empcode:s.edt.empcode,gam_it_cum_deprn:s.edt.gam_it_cum_deprn,gam_it_ytd_deprn:s.edt.gam_it_ytd_deprn,gam_it_mtd_deprn:s.edt.gam_it_mtd_deprn,gam_it_deprn_percent:s.edt.gam_it_deprn_percent,gam_it_deprn_type:s.edt.gam_it_deprn_type,gam_deprn_type:s.edt.gam_it_deprn_type,gam_it_book_value:s.edt.gam_it_book_value,gam_deprn_type1:s.edt.gam_deprn_type1,gam_item_code:s.edt.gam_item_code,opr:"IN"},a.push(t),n.post(i.apiUrl+"api/common/AssetMaster/CUDInsertFins_AssetMaster",a).then(function(e){s.display=!0,s.msg1=e.data,s.auto=!0,!(s.manual=!1)===s.msg1?(swal({text:"Record Added Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&(s.search_type(s.edt.gam_asst_type),s.grid1=!1,o(function(){s.Myform.$setPristine(),s.Myform.$setUntouched()},0))}),s.edit_data=!1,s.display=!1,s.pagesize="10",s.pageindex="1",s.grid=!0,s.grid1=!1,s.edt.gam_item_no="",s.search_type(s.edt.gam_asst_type)):!1===s.msg1?swal({text:"Record Not Inserted. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){}):swal({text:"Data already exists for the given Item No. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380})})):(s.edt.gam_deprn_type1,s.Update(e)):swal({title:"Alert",text:"Please fill mandatory fields",imageUrl:"assets/img/notification-alert.png",width:380,showCloseButton:!0})},s.getgrid=function(){n.get(i.apiUrl+"api/common/AssetMaster/GetFins_AssetMaster").then(function(e){s.display=!1,s.grid=!0,s.assetmaster_data=e.data,s.totalItems=s.assetmaster_data.length,s.todos=s.assetmaster_data,s.makeTodos(),s.grid=!0,s.edt.gam_item_no=""}),s.Myform.$setPristine(),s.Myform.$setUntouched()},s.Update=function(e){var t=[];e&&(e={gam_deprn_type:s.edt.gam_deprn_type1,gam_floor_name:s.edt.gam_floor_name,gam_wing_name:s.edt.gam_wing_name,gam_comp_code:s.dept_comp_code,financialyear:s.finyr,gam_dept_code:s.edt.gam_dept_code,gam_asst_type:s.edt.gam_asst_type,gam_item_no:s.edt.gam_item_no,gam_location:s.edt.gam_location,gam_desc_1:s.edt.gam_desc_1,gam_desc_2:s.edt.gam_desc_2,gam_supl_code:s.edt.gam_supl_code,gam_acct_code:s.edt.gam_acct_code,gam_order_no:s.edt.gam_order_no,gam_invoice_no:s.edt.gam_invoice_no,gam_new_sec:s.edt.gam_new_sec,gam_page_no:s.edt.gam_page_no,gam_line_no:s.edt.gam_line_no,gam_quantity:s.edt.gam_quantity,gam_invoice_amount:s.edt.gam_invoice_amount,gam_val_add_cum:s.edt.gam_val_add_cum,gam_val_add_mtd:s.edt.gam_val_add_mtd,gam_val_add_ytd:s.edt.gam_val_add_ytd,gam_book_value:s.edt.gam_book_value,gam_it_book_value:s.edt.gam_it_book_value,gam_cum_deprn:s.edt.gam_cum_deprn,gam_ytd_deprn:s.edt.gam_ytd_deprn,gam_mth_deprn:s.edt.gam_mth_deprn,gam_sale_value:s.edt.gam_sale_value,gam_repl_cost:s.edt.gam_repl_cost,gam_receipt_date:s.edt.gam_receipt_date,gam_sale_date:s.edt.gam_sale_date,gam_entry_date:s.edt.gam_entry_date,gam_amend_date:s.edt.gam_amend_date,gam_deprn_percent:s.edt.gam_deprn_percent,gam_used_on_item:s.edt.gam_used_on_item,gam_status_code:s.edt.gam_status_code,gam_warranty_start_date:s.edt.gam_warranty_start_date,gam_warranty_end_date:s.edt.gam_warranty_end_date,gam_warranty_years:s.edt.gam_warranty_years,gam_model_details:s.edt.gam_model_details,gam_shelf_life_months:s.edt.gam_shelf_life_months,gam_make_details:s.edt.gam_make_details,gam_material_code:s.edt.gam_material_code,gam_technical_data:s.edt.gam_technical_data,pc_major_group:s.edt.pc_major_group,pc_group_level1:s.edt.pc_group_level1,pc_group_level2:s.edt.pc_group_level2,pc_group_level3:s.edt.pc_group_level3,gam_current_owner:s.edt.gam_current_owner,gam_current_location:s.edt.gam_current_location,empcode:s.edt.empcode,gam_it_cum_deprn:s.edt.gam_it_cum_deprn,gam_it_ytd_deprn:s.edt.gam_it_ytd_deprn,gam_it_mtd_deprn:s.edt.gam_it_mtd_deprn,gam_it_deprn_percent:s.edt.gam_it_deprn_percent,gam_it_deprn_type:s.edt.gam_deprn_type1,gam_deprn_type1:parseInt(s.edt.gam_deprn_type1).toString(),gam_item_code:s.edt.gam_item_code,opr:"U"},t.push(e),n.post(i.apiUrl+"api/common/AssetMaster/CUDUpdateFins_AssetMaster",t).then(function(e){s.display=!0,s.msg1=e.data,!0===s.msg1?(swal({text:"Record Updated Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&(s.search_type(s.edt.gam_asst_type),s.grid1=!1)}),s.manualdisabled=!1,s.edit_data=!1,s.display=!1,s.pagesize="10",s.pageindex="1",s.grid=!0,s.grid1=!1,s.search_type(s.edt.gam_asst_type),s.edt.gam_item_no=""):!1===s.msg1?swal({text:"Record Not Updated. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){}):swal("Error-"+s.msg1)}))},s.cancel=function(){return s.submit(),s.grid=!0,s.display=!1,s.Myform.$setPristine(),s.Myform.$setUntouched(),s.autodisabled=!1,!(s.manualdisabled=!1)},s.ClearScreen=function(){return s.Myform.$setPristine(),s.Myform.$setUntouched(),!0},s.submit=function(){s.edt.gam_item_no="",s.edt.gam_desc_1="",s.edt.gam_desc_2="",s.edt.gam_dept_code="",s.edt.gam_asst_type="",s.edt.gam_acct_code="",s.edt.gam_location="",s.edt.empcode="",s.edt.gam_supl_code="",s.edt.gam_order_no="",s.edt.gam_invoice_no="",s.edt.gam_page_no="",s.edt.gam_line_no="",s.edt.gam_quantity="",s.edt.gam_invoice_amount="",s.edt.gam_receipt_date="",s.edt.gam_val_add_cum="",s.edt.gam_val_add_mtd="",s.edt.gam_val_add_ytd="",s.edt.gam_book_value="",s.gam_it_book_value="",s.edt.gam_cum_deprn="",s.edt.gam_ytd_deprn="",s.edt.gam_mth_deprn="",s.edt.gam_sale_value="",s.edt.gam_repl_cost="",s.edt.gam_sale_date="",s.edt.gam_entry_date="",s.edt.gam_amend_date="",s.edt.gam_deprn_percent="",s.edt.gam_status_code="",s.edt.gam_new_sec="",s.Myform.$setPristine(),s.Myform.$setUntouched()},s.Delete=function(){var t=[];s.flag=!1;for(var a=0;a<s.filteredTodos.length;a++){var e,o=document.getElementById("asset-"+a);!0===o.checked&&(s.flag=!0,e={gam_comp_code:s.dept_comp_code,gam_dept_code:s.filteredTodos[a].gam_dept_code,gam_item_no:s.filteredTodos[a].gam_item_no,gam_asst_type:s.filteredTodos[a].gam_asst_type,opr:"D"},t.push(e))}s.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)n.post(i.apiUrl+"api/common/AssetMaster/CUDUpdateFins_AssetMaster",t).then(function(e){s.msg1=e.data,!0===s.msg1?swal({text:"Asset Master Deleted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&(s.grid1=!1,s.search_type(s.edt.gam_asst_type))}):!1===s.msg1?swal({text:"Asset Master Not Deleted Successfully. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){}):swal("Error-"+s.msg1)});else{for(a=0;a<s.filteredTodos.length;a++)(o=document.getElementById("asset-"+a)).checked=!1,y.checked=!1,s.row1="";for(a=0;a<s.filteredTodos.length;a++)!0===(o=document.getElementById("asset-"+a)).checked&&(o.checked=!1,s.row1="")}}):swal({text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}),s.currentPage=!0},s.CheckAllChecked=function(){if(!0===(y=document.getElementById("mainchk")).checked)for(let e=0;e<s.filteredTodos.length;e++)document.getElementById("asset-"+e).checked=!0,s.row1="row_selected";else for(var e=0;e<s.filteredTodos.length;e++)document.getElementById("asset-"+e).checked=!1,y.checked=!1,s.row1=""},s.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),s.color="#edefef"}),!0===(y=document.getElementById("mainchk")).checked&&(y.checked=!1,s.color="#edefef",s.row1="")},s.size=function(e){"All"==e?(s.currentPage="1",s.filteredTodos=s.assetmaster_data,s.pager=!1):(s.pager=!0,s.pagesize=e,s.currentPage=1,s.numPerPage=e,s.makeTodos()),s.numPerPage=e},s.index=function(e){s.pageindex=e,s.currentPage=e,s.makeTodos(),y.checked=!1},$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",format:"yyyy-mm-dd",autoclose:!0,todayHighlight:!0}),$(document).on("touch click",'*[data-datepicker="true"] .add-on',function(e){$('input[type="text"]',$(this).parent()).focus()}),setTimeout(function(){$("#cmb_Request_type").select2()},100)}])}(),function(){"use strict";var _,e=angular.module("sims.module.Finance");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("AssetMasterTransaction_dpsdCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(o,e,t,a,s,n,i){o.assetmaster_data=[];function d(e){var t,a;if(null!=e)return(t=(e=new Date(e)).getMonth()+1)<10&&(t="0"+t),(a=e.getDate())<10&&(a="0"+a),e=e.getFullYear()+"-"+t+"-"+a,console.log(e),o.convertdated=e}o.dept_comp_code,o.slma_acno_dept_no,o.finyr,o.valstatus=!1,o.edit_data=!1,o.display=!1,o.pagesize="5",o.pageindex="1",o.grid=!0,o.grid1=!1,o.ifedit=!1,o.filteredTodos=[],o.currentPage=1,o.numPerPage=5,o.maxSize=5,n.get(i.apiUrl+"api/common/FinancialPeriod/getGetCompany").then(function(e){o.comp_data=e.data,console.log(o.comp_data),o.dept_comp_code=o.comp_data[0].dept_comp_code,n.get(i.apiUrl+"api/common/SubLedgerMaster/GetCurrentFinancialYear").then(function(e){o.finyr_data=e.data,o.finyr=o.finyr_data,n.get(i.apiUrl+"api/common/AssetMaster_dpsd/GetAllDepartmentName?comp_code="+o.dept_comp_code+"&fins_year="+o.finyr).then(function(e){o.dept_data=e.data})})}),n.get(i.apiUrl+"api/common/AssetMaster_dpsd/GetAutoGenerate_AssetItemNumber").then(function(e){o.auto_data=e.data}),o.Custodian1=[],setTimeout(function(){$("#cmb_sup").select2()},100),n.get(i.apiUrl+"api/common/AssetMaster_dpsd/GetCustodianEmployees").then(function(e){o.Custodian1=e.data}),n.get(i.apiUrl+"api/common/AssetMaster_dpsd/GetAssetType").then(function(e){o.assetType_data=e.data}),n.get(i.apiUrl+"api/common/AssetMaster_dpsd/GetAllLocationName").then(function(e){o.location_data=e.data}),n.get(i.apiUrl+"api/common/AssetMaster_dpsd/GetAllSupplierNames").then(function(e){o.sup_data=e.data}),n.get(i.apiUrl+"api/common/AssetMaster_dpsd/GetAllOrderNo").then(function(e){o.order_data=e.data}),n.get(i.apiUrl+"api/common/AssetMaster_dpsd/GetAssetStatus").then(function(e){o.status_data=e.data}),o.getAccountNo=function(e){if(null!=e)for(var t=0;t<o.assetType_data.length;t++)o.assetType_data[t].gam_asst_type==e&&(o.edt.gam_acct_code=o.assetType_data[t].gam_acct_code,o.edt.gam_deprn_percent=o.assetType_data[t].gam_deprn_percent);else o.edt.gam_acct_code="",o.edt.gam_deprn_percent=""},o.search_type=function(e){n.get(i.apiUrl+"api/common/AssetMaster_dpsd/GetFins_AssetMaster?type="+o.edt.gam_asst_type+"&gam_items="+o.edt.gam_item_no).then(function(e){o.display=!1,o.grid=!0,o.grid1=!0,o.assetmaster_data=e.data,o.totalItems=o.assetmaster_data.length,o.todos=o.assetmaster_data,o.makeTodos(),0==e.data.length&&(swal({text:"Sorry!! No Data Found",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}),o.grid1=!1)})},o.makeTodos=function(){var e=parseInt(o.totalItems%o.numPerPage),e=(o.pagersize="0"==e?parseInt(o.totalItems/o.numPerPage):parseInt(o.totalItems/o.numPerPage)+1,(o.currentPage-1)*o.numPerPage),t=parseInt(e)+parseInt(o.numPerPage);o.filteredTodos=o.todos.slice(e,t)},o.edit=function(e){o.display=!0,o.grid=!1,o.save1=!1,o.update1=!0,o.delete1=!1,o.edit_data=!0,o.ifedit=!0,o.edt={gam_comp_code:o.dept_comp_code,financialyear:o.finyr,gam_dept_code:e.gam_dept_code,gam_asst_type:e.gam_asst_type,gam_item_no:e.gam_item_no,gam_location:e.gam_location,gam_desc_1:e.gam_desc_1,gam_desc_2:e.gam_desc_2,gam_supl_code:e.gam_supl_code,gam_acct_code:e.gam_acct_code,gam_order_no:e.gam_order_no,gam_invoice_no:e.gam_invoice_no,gam_new_sec:e.gam_new_sec,gam_page_no:e.gam_page_no,gam_line_no:e.gam_line_no,gam_quantity:e.gam_quantity,gam_invoice_amount:e.gam_invoice_amount,gam_val_add_cum:e.gam_val_add_cum,gam_val_add_mtd:e.gam_val_add_mtd,gam_val_add_ytd:e.gam_val_add_ytd,gam_book_value:e.gam_book_value,gam_cum_deprn:e.gam_cum_deprn,gam_ytd_deprn:e.gam_ytd_deprn,gam_mth_deprn:e.gam_mth_deprn,gam_sale_value:e.gam_sale_value,gam_repl_cost:e.gam_repl_cost,gam_receipt_date:d(e.gam_receipt_date),gam_sale_date:d(e.gam_sale_date),gam_entry_date:d(e.gam_entry_date),gam_amend_date:d(e.gam_amend_date),gam_deprn_percent:e.gam_deprn_percent,gam_used_on_item:e.gam_used_on_item,gam_status_code:e.gam_status_code,empcode:e.empcode};o.edt.empcode;$("#cmb_sup").select2("val",e.empcode)},o.New=function(){var t;o.ifedit=!1,o.display=!0,o.grid=!1,o.save1=!0,o.update1=!1,o.delete1=!1,o.edit_data=!1,o.edt=[],o.grid1=!1,n.get(i.apiUrl+"api/common/AssetMaster_dpsd/GetAutoGenerate_AssetItemNumber").then(function(e){t=e.data,o.edt.gam_item_no=t})},o.Save=function(e){var t,a=[];0==o.update1?(t={gam_comp_code:o.dept_comp_code,financialyear:o.finyr,gam_dept_code:o.edt.gam_dept_code,gam_asst_type:o.edt.gam_asst_type,gam_item_no:o.edt.gam_item_no,gam_location:o.edt.gam_location,gam_desc_1:o.edt.gam_desc_1,gam_desc_2:o.edt.gam_desc_2,gam_supl_code:o.edt.gam_supl_code,gam_acct_code:o.edt.gam_acct_code,gam_order_no:o.edt.gam_order_no,gam_invoice_no:o.edt.gam_invoice_no,gam_new_sec:o.edt.gam_new_sec,gam_page_no:o.edt.gam_page_no,gam_line_no:o.edt.gam_line_no,gam_quantity:o.edt.gam_quantity,gam_invoice_amount:o.edt.gam_invoice_amount,gam_val_add_cum:o.edt.gam_val_add_cum,gam_val_add_mtd:o.edt.gam_val_add_mtd,gam_val_add_ytd:o.edt.gam_val_add_ytd,gam_book_value:o.edt.gam_book_value,gam_cum_deprn:o.edt.gam_cum_deprn,gam_ytd_deprn:o.edt.gam_ytd_deprn,gam_mth_deprn:o.edt.gam_mth_deprn,gam_sale_value:o.edt.gam_sale_value,gam_repl_cost:o.edt.gam_repl_cost,gam_receipt_date:d(o.edt.gam_receipt_date),gam_sale_date:d(o.edt.gam_sale_date),gam_entry_date:d(o.edt.gam_entry_date),gam_amend_date:d(o.edt.gam_amend_date),gam_deprn_percent:o.edt.gam_deprn_percent,gam_used_on_item:o.edt.gam_used_on_item,gam_status_code:o.edt.gam_status_code,empcode:o.edt.empcode,opr:"I"},a.push(t),n.post(i.apiUrl+"api/common/AssetMaster_dpsd/CUDInsertFins_AssetMaster",a).then(function(e){o.display=!0,o.msg1=e.data,1==o.msg1?(swal({text:"Record Added Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&(o.grid1=!1)}),o.edit_data=!1,o.display=!1,o.pagesize="5",o.pageindex="1",o.grid=!0,o.grid1=!1,o.edt.gam_asst_type="",o.edt.gam_item_no=""):swal({text:"Record Not Inserted. "+o.msg1,imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){})})):o.Update(e)},o.getgrid=function(){n.get(i.apiUrl+"api/common/AssetMaster_dpsd/GetFins_AssetMaster").then(function(e){o.display=!1,o.grid=!0,o.assetmaster_data=e.data,console.log(o.assetmaster_data),o.totalItems=o.assetmaster_data.length,o.todos=o.assetmaster_data,o.makeTodos(),o.grid=!0}),o.myForm.$setPristine(),o.myForm.$setUntouched()},o.Update=function(e){var t=[],a={gam_comp_code:o.dept_comp_code,financialyear:o.finyr,gam_dept_code:o.edt.gam_dept_code,gam_asst_type:o.edt.gam_asst_type,gam_item_no:o.edt.gam_item_no,gam_location:o.edt.gam_location,gam_desc_1:o.edt.gam_desc_1,gam_desc_2:o.edt.gam_desc_2,gam_supl_code:o.edt.gam_supl_code,gam_acct_code:o.edt.gam_acct_code,gam_order_no:o.edt.gam_order_no,gam_invoice_no:o.edt.gam_invoice_no,gam_new_sec:o.edt.gam_new_sec,gam_page_no:o.edt.gam_page_no,gam_line_no:o.edt.gam_line_no,gam_quantity:o.edt.gam_quantity,gam_invoice_amount:o.edt.gam_invoice_amount,gam_val_add_cum:o.edt.gam_val_add_cum,gam_val_add_mtd:o.edt.gam_val_add_mtd,gam_val_add_ytd:o.edt.gam_val_add_ytd,gam_book_value:o.edt.gam_book_value,gam_cum_deprn:o.edt.gam_cum_deprn,gam_ytd_deprn:o.edt.gam_ytd_deprn,gam_mth_deprn:o.edt.gam_mth_deprn,gam_sale_value:o.edt.gam_sale_value,gam_repl_cost:o.edt.gam_repl_cost,gam_receipt_date:d(o.edt.gam_receipt_date),gam_sale_date:d(o.edt.gam_sale_date),gam_entry_date:d(o.edt.gam_entry_date),gam_amend_date:d(o.edt.gam_amend_date),gam_deprn_percent:o.edt.gam_deprn_percent,gam_used_on_item:o.edt.gam_used_on_item,gam_status_code:o.edt.gam_status_code,empcode:o.edt.empcode,opr:"U"};t.push(a),n.post(i.apiUrl+"api/common/AssetMaster_dpsd/CUDUpdateFins_AssetMaster",t).then(function(e){o.display=!0,o.msg1=e.data,1==o.msg1?(swal({text:"Record Updated Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&(o.grid1=!1,o.edt.gam_asst_type="")}),o.edit_data=!1,o.display=!1,o.pagesize="5",o.pageindex="1",o.grid=!0,o.grid1=!1,o.edt.gam_asst_type="",o.edt.gam_item_no=""):swal({text:"Record Not Updated. "+o.msg1,imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){})})},o.AssetHistory=function(){$("#MyModal2").modal({backdrop:"static",keyboard:!0})},o.SearchbyDate=function(e,t){n.post(i.apiUrl+"api/common/AssetMaster_dpsd/GetDepHistorDetails?fromdate='"+e+"'&todate='"+t+"'&gamitemno="+o.edt.gam_item_no).then(function(e){o.GetItems=e.data})},o.Reset=function(){o.search_from_date="",o.search_to_date=""},o.cancel=function(){o.grid=!0,o.display=!1,o.edt.gam_asst_type="",o.edt.gam_item_no="",o.myForm.$setPristine(),o.myForm.$setUntouched()},o.CheckAllChecked=function(){if(1==(_=document.getElementById("mainchk")).checked)for(var e=0;e<o.filteredTodos.length;e++)document.getElementById("asset-"+e).checked=!0,o.row1="row_selected";else for(e=0;e<o.filteredTodos.length;e++)document.getElementById("asset-"+e).checked=!1,_.checked=!1,o.row1=""},o.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),o.color="#edefef"}),1==(_=document.getElementById("mainchk")).checked&&(_.checked=!1,o.color="#edefef",o.row1="")},o.size=function(e){console.log(e),o.pagesize=e,o.currentPage=1,o.numPerPage=e,console.log("numPerPage="+o.numPerPage),o.makeTodos()},o.index=function(e){o.pageindex=e,o.currentPage=e,console.log("currentPage="+o.currentPage),o.makeTodos(),_.checked=!1},$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0}),$(document).on("touch click",'*[data-datepicker="true"] .add-on',function(e){$('input[type="text"]',$(this).parent()).focus()})}])}(),function(){"use strict";var c,e=angular.module("sims.module.Finance");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("AssetMasterTransactionCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","$filter","ENV",function(n,e,i,t,a,d,o,_){n.assetmaster_data=[];function s(e){var t,a;if(null!=e)return(t=(e=new Date(e)).getMonth()+1)<10&&(t="0"+t),(a=e.getDate())<10&&(a="0"+a),e=e.getFullYear()+"-"+t+"-"+a,console.log(e),n.convertdated=e}n.dept_comp_code,n.slma_acno_dept_no,n.finyr,n.valstatus=!1,n.edit_data=!1,n.display=!1,n.pagesize="5",n.pageindex="1",n.grid=!0,n.grid1=!1,n.ifedit=!1,n.tr_status="1",n.filteredTodos=[],n.currentPage=1,n.numPerPage=5,n.maxSize=5,d.get(_.apiUrl+"api/common/FinancialPeriod/getGetCompany").then(function(e){n.comp_data=e.data,console.log(n.comp_data),n.dept_comp_code=n.comp_data[0].dept_comp_code,d.get(_.apiUrl+"api/common/SubLedgerMaster/GetCurrentFinancialYear").then(function(e){n.finyr_data=e.data,n.finyr=n.finyr_data,d.get(_.apiUrl+"api/common/AssetMaster_dpsd/GetAllDepartmentName?comp_code="+n.dept_comp_code+"&fins_year="+n.finyr).then(function(e){n.dept_data=e.data})})}),d.get(_.apiUrl+"api/common/AssetMaster_dpsd/GetAutoGenerate_AssetItemNumber").then(function(e){n.auto_data=e.data}),n.Custodian1=[],setTimeout(function(){$("#cmb_cust").select2()},100),d.get(_.apiUrl+"api/common/AssetMaster_dpsd/GetCustodianEmployees").then(function(e){n.Custodian1=e.data}),d.get(_.apiUrl+"api/common/AssetMaster_dpsd/GetAssetType").then(function(e){n.assetType_data=e.data}),d.get(_.apiUrl+"api/common/AssetMaster_dpsd/GetAllLocationName").then(function(e){n.location_data=e.data}),d.get(_.apiUrl+"api/common/AssetMaster_dpsd/GetAllSupplierNames").then(function(e){n.sup_data=e.data}),d.get(_.apiUrl+"api/common/AssetMaster_dpsd/GetAllOrderNo").then(function(e){n.order_data=e.data}),d.get(_.apiUrl+"api/common/AssetMaster_dpsd/GetAssetStatus").then(function(e){n.status_data=e.data}),d.get(_.apiUrl+"api/common/AssetCustodian/Getemployee_name").then(function(e){n.Geemployeename=e.data}),n.getAccountNo=function(e){if(null!=e)for(var t=0;t<n.assetType_data.length;t++)n.assetType_data[t].gam_asst_type==e&&(n.edt.gam_acct_code=n.assetType_data[t].gam_acct_code,n.edt.gam_deprn_percent=n.assetType_data[t].gam_deprn_percent);else n.edt.gam_acct_code="",n.edt.gam_deprn_percent=""},n.search_type=function(e){n.tr_status="1",d.get(_.apiUrl+"api/AssetMasterTransaction/GetFins_AssetMaster?type="+n.edt.gam_asst_type+"&gam_items="+n.edt.gam_item_no).then(function(e){n.display=!1,n.grid=!0,n.grid1=!0,n.assetmaster_data=e.data,n.totalItems=n.assetmaster_data.length,n.todos=n.assetmaster_data,n.makeTodos(),0==e.data.length&&(swal({text:"Sorry!! No Data Found",showCloseButton:!0,width:380}),n.grid1=!1)})},n.makeTodos=function(){var e=parseInt(n.totalItems%n.numPerPage),e=(n.pagersize="0"==e?parseInt(n.totalItems/n.numPerPage):parseInt(n.totalItems/n.numPerPage)+1,(n.currentPage-1)*n.numPerPage),t=parseInt(e)+parseInt(n.numPerPage);n.filteredTodos=n.todos.slice(e,t)},n.edit=function(e){n.display=!0,n.grid=!1,n.save1=!1,n.update1=!0,n.delete1=!1,n.edit_data=!0,n.ifedit=!0,n.edt={gam_comp_code:n.dept_comp_code,financialyear:n.finyr,gam_dept_code:e.gam_dept_code,gam_asst_type:e.gam_asst_type,gam_item_no:e.gam_item_no,gam_location:e.gam_location,gam_desc_1:e.gam_desc_1,gam_desc_2:e.gam_desc_2,gam_supl_code:e.gam_supl_code,gam_acct_code:e.gam_acct_code,gam_order_no:e.gam_order_no,gam_invoice_no:e.gam_invoice_no,gam_new_sec:e.gam_new_sec,gam_page_no:e.gam_page_no,gam_line_no:e.gam_line_no,gam_quantity:e.gam_quantity,gam_invoice_amount:e.gam_invoice_amount,gam_val_add_cum:e.gam_val_add_cum,gam_val_add_mtd:e.gam_val_add_mtd,gam_val_add_ytd:e.gam_val_add_ytd,gam_book_value:e.gam_book_value,gam_cum_deprn:e.gam_cum_deprn,gam_ytd_deprn:e.gam_ytd_deprn,gam_mth_deprn:e.gam_mth_deprn,gam_sale_value:e.gam_sale_value,gam_repl_cost:e.gam_repl_cost,gam_receipt_date:s(e.gam_receipt_date),gam_sale_date:s(e.gam_sale_date),gam_entry_date:s(e.gam_entry_date),gam_amend_date:s(e.gam_amend_date),gam_deprn_percent:e.gam_deprn_percent,gam_used_on_item:e.gam_used_on_item,gam_status_code:e.gam_status_code,empcode:e.empcode};n.edt.empcode;$("#cmb_sup").select2("val",e.empcode)},n.New=function(){var t;n.ifedit=!1,n.display=!0,n.grid=!1,n.save1=!0,n.update1=!1,n.delete1=!1,n.edit_data=!1,n.edt=[],n.grid1=!1,d.get(_.apiUrl+"api/common/AssetMaster_dpsd/GetAutoGenerate_AssetItemNumber").then(function(e){t=e.data,n.edt.gam_item_no=t})},n.Save=function(e){var t,a=[];0==n.update1?(t={gam_comp_code:n.dept_comp_code,financialyear:n.finyr,gam_dept_code:n.edt.gam_dept_code,gam_asst_type:n.edt.gam_asst_type,gam_item_no:n.edt.gam_item_no,gam_location:n.edt.gam_location,gam_desc_1:n.edt.gam_desc_1,gam_desc_2:n.edt.gam_desc_2,gam_supl_code:n.edt.gam_supl_code,gam_acct_code:n.edt.gam_acct_code,gam_order_no:n.edt.gam_order_no,gam_invoice_no:n.edt.gam_invoice_no,gam_new_sec:n.edt.gam_new_sec,gam_page_no:n.edt.gam_page_no,gam_line_no:n.edt.gam_line_no,gam_quantity:n.edt.gam_quantity,gam_invoice_amount:n.edt.gam_invoice_amount,gam_val_add_cum:n.edt.gam_val_add_cum,gam_val_add_mtd:n.edt.gam_val_add_mtd,gam_val_add_ytd:n.edt.gam_val_add_ytd,gam_book_value:n.edt.gam_book_value,gam_cum_deprn:n.edt.gam_cum_deprn,gam_ytd_deprn:n.edt.gam_ytd_deprn,gam_mth_deprn:n.edt.gam_mth_deprn,gam_sale_value:n.edt.gam_sale_value,gam_repl_cost:n.edt.gam_repl_cost,gam_receipt_date:s(n.edt.gam_receipt_date),gam_sale_date:s(n.edt.gam_sale_date),gam_entry_date:s(n.edt.gam_entry_date),gam_amend_date:s(n.edt.gam_amend_date),gam_deprn_percent:n.edt.gam_deprn_percent,gam_used_on_item:n.edt.gam_used_on_item,gam_status_code:n.edt.gam_status_code,empcode:n.edt.empcode,opr:"I"},a.push(t),d.post(_.apiUrl+"api/common/AssetMaster_dpsd/CUDInsertFins_AssetMaster",a).then(function(e){n.display=!0,n.msg1=e.data,1==n.msg1?(swal({text:"Record Added Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&(n.grid1=!1)}),n.edit_data=!1,n.display=!1,n.pagesize="5",n.pageindex="1",n.grid=!0,n.grid1=!1,n.edt.gam_asst_type="",n.edt.gam_item_no=""):swal({text:"Record Not Inserted. "+n.msg1,imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){})})):n.Update(e)},n.getgrid=function(){d.get(_.apiUrl+"api/common/AssetMaster_dpsd/GetFins_AssetMaster").then(function(e){n.display=!1,n.grid=!0,n.assetmaster_data=e.data,console.log(n.assetmaster_data),n.totalItems=n.assetmaster_data.length,n.todos=n.assetmaster_data,n.makeTodos(),n.grid=!0}),n.myForm.$setPristine(),n.myForm.$setUntouched()},n.Update=function(e){var t=[],a={gam_comp_code:n.dept_comp_code,financialyear:n.finyr,gam_dept_code:n.edt.gam_dept_code,gam_asst_type:n.edt.gam_asst_type,gam_item_no:n.edt.gam_item_no,gam_location:n.edt.gam_location,gam_desc_1:n.edt.gam_desc_1,gam_desc_2:n.edt.gam_desc_2,gam_supl_code:n.edt.gam_supl_code,gam_acct_code:n.edt.gam_acct_code,gam_order_no:n.edt.gam_order_no,gam_invoice_no:n.edt.gam_invoice_no,gam_new_sec:n.edt.gam_new_sec,gam_page_no:n.edt.gam_page_no,gam_line_no:n.edt.gam_line_no,gam_quantity:n.edt.gam_quantity,gam_invoice_amount:n.edt.gam_invoice_amount,gam_val_add_cum:n.edt.gam_val_add_cum,gam_val_add_mtd:n.edt.gam_val_add_mtd,gam_val_add_ytd:n.edt.gam_val_add_ytd,gam_book_value:n.edt.gam_book_value,gam_cum_deprn:n.edt.gam_cum_deprn,gam_ytd_deprn:n.edt.gam_ytd_deprn,gam_mth_deprn:n.edt.gam_mth_deprn,gam_sale_value:n.edt.gam_sale_value,gam_repl_cost:n.edt.gam_repl_cost,gam_receipt_date:s(n.edt.gam_receipt_date),gam_sale_date:s(n.edt.gam_sale_date),gam_entry_date:s(n.edt.gam_entry_date),gam_amend_date:s(n.edt.gam_amend_date),gam_deprn_percent:n.edt.gam_deprn_percent,gam_used_on_item:n.edt.gam_used_on_item,gam_status_code:n.edt.gam_status_code,empcode:n.edt.empcode,opr:"U"};t.push(a),d.post(_.apiUrl+"api/common/AssetMaster_dpsd/CUDUpdateFins_AssetMaster",t).then(function(e){n.display=!0,n.msg1=e.data,1==n.msg1?(swal({text:"Record Updated Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&(n.grid1=!1,n.edt.gam_asst_type="")}),n.edit_data=!1,n.display=!1,n.pagesize="5",n.pageindex="1",n.grid=!0,n.grid1=!1,n.edt.gam_asst_type="",n.edt.gam_item_no=""):swal({text:"Record Not Updated. "+n.msg1,imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){})})},n.AssetHistory=function(){$("#MyModal2").modal({backdrop:"static",keyboard:!0})},n.removeItem=function(e,t){n.assetitems.splice(t,1)},n.SearchbyDate=function(e,t){d.post(_.apiUrl+"api/common/AssetMaster_dpsd/GetDepHistorDetails?fromdate='"+e+"'&todate='"+t+"'&gamitemno="+n.edt.gam_item_no).then(function(e){n.GetItems=e.data})},n.Reset=function(){n.search_from_date="",n.search_to_date=""},n.cancel=function(){n.grid=!0,n.display=!1,n.edt.gam_asst_type="",n.edt.gam_item_no="",n.myForm.$setPristine(),n.myForm.$setUntouched()},n.Delete=function(){var o=[];n.flag=!1;for(var e,t=0;t<n.filteredTodos.length;t++)1==document.getElementById("asset-"+t).checked&&(n.flag=!0,e={gam_comp_code:n.dept_comp_code,gam_dept_code:n.filteredTodos[t].gam_dept_code,gam_item_no:n.filteredTodos[t].gam_item_no,gam_asst_type:n.filteredTodos[t].gam_asst_type,opr:"D"},o.push(e));n.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)d.post(_.apiUrl+"api/common/AssetMaster_dpsd/CUDUpdateFins_AssetMaster",o).then(function(e){n.msg1=e.data,1==n.msg1?swal({text:"Asset Master Deleted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&(n.grid1=!1,n.edt.gam_asst_type="")}):swal({text:"Asset Master Not Deleted Successfully. "+n.msg1,imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){})});else{for(var t=0;t<n.filteredTodos.length;t++)(a=document.getElementById("asset-"+t)).checked=!1,c.checked=!1,n.row1="";for(var a,t=0;t<n.filteredTodos.length;t++)1==(a=document.getElementById("asset-"+t)).checked&&(a.checked=!1,n.row1="")}}):swal({text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}),n.currentPage=!0},n.CheckAllChecked=function(){if(1==(c=document.getElementById("mainchk")).checked)for(var e=0;e<n.filteredTodos.length;e++)document.getElementById("asset-"+e).checked=!0,n.row1="row_selected";else for(e=0;e<n.filteredTodos.length;e++)document.getElementById("asset-"+e).checked=!1,c.checked=!1,n.row1=""},n.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),n.color="#edefef"}),1==(c=document.getElementById("mainchk")).checked&&(c.checked=!1,n.color="#edefef",n.row1="")},n.size=function(e){console.log(e),n.pagesize=e,n.currentPage=1,n.numPerPage=e,console.log("numPerPage="+n.numPerPage),n.makeTodos()},n.index=function(e){n.pageindex=e,n.currentPage=e,console.log("currentPage="+n.currentPage),n.makeTodos(),c.checked=!1},n.onlyNumbers=function(e,t){100<t&&swal({text:"Invalid Discount",width:300,height:200});var a,o={escape:27,backspace:8,tab:9,enter:13,del:46,0:48,1:49,2:50,3:51,4:52,5:53,6:54,7:55,8:56,9:57};for(a in o)if(o.hasOwnProperty(a)&&(e.charCode==o[a]||e.keyCode==o[a]))return;e.preventDefault()},n.getaccountsinfo=function(){d.get(_.apiUrl+"api/AssetMasterTransaction/getaccounts?assettype="+n.edt.gam_asst_type+"&compcode=1").then(function(e){n.RevMaster=e.data,n.DisMaster=e.data})},n.SellItems=function(e){n.assetitems=[];var t=[];n.tr_status="1";for(var a,o=0;o<n.filteredTodos.length;o++)1==document.getElementById("asset-"+o).checked&&(n.flag=!0,a={gam_desc_1:n.filteredTodos[o].gam_desc_1,gam_item_no:n.filteredTodos[o].gam_item_no,gam_asst_type:n.filteredTodos[o].gam_asst_type,gam_transaction_code:"1",ast_qty:"",ast_emp:"",ast_amount:"",revacc:"",disacc:"",ast_remarks:""},t.push(a),console.log(t));n.assetitems=t,n.getaccountsinfo(),$("#MyModal2").modal({backdrop:"static",keyboard:!0})},n.DisposeItems=function(e){n.assetitems=[];var t=[];n.tr_status="2";for(var a,o=0;o<n.filteredTodos.length;o++)1==document.getElementById("asset-"+o).checked&&(n.flag=!0,a={gam_desc_1:n.filteredTodos[o].gam_desc_1,gam_item_no:n.filteredTodos[o].gam_item_no,gam_asst_type:n.filteredTodos[o].gam_asst_type,gam_transaction_code:"2",ast_qty:"",ast_emp:"",ast_amount:"",revacc:"",disacc:"",ast_remarks:""},t.push(a),console.log(t));n.assetitems=t,n.getaccountsinfo(),$("#MyModal2").modal({backdrop:"static",keyboard:!0})},n.ddMMyyyy=o("date")(new Date,"yyyy-MM-dd"),n.okbuttonclick1=function(){for(var e=[],t=0;t<n.assetitems.length;t++){if("undefined"==n.assetitems[t].ast_qty||"undefined"==n.assetitems[t].ast_emp||""==n.assetitems[t].ast_qty||""==n.assetitems[t].ast_emp)return void swal({text:"Quantity and Employee are mandatory.",width:300,height:200});if("undefined"==n.assetitems[t].revacc||""==n.assetitems[t].revacc)return void swal({text:"Revenue Account for Selling Assets are mandatory.",width:300,height:200})}for(var a=0;a<n.assetitems.length;a++){var o="",s="",o=("1"==n.tr_status?(o=n.assetitems[a].revacc,s=""):"2"==n.tr_status&&(s=n.assetitems[a].revacc,o=""),{opr:"I",gam_item_no:n.assetitems[a].gam_item_no,gam_transaction_code:n.assetitems[a].gam_transaction_code,gam_quantity:n.assetitems[a].ast_qty,gam_sell_to:n.assetitems[a].ast_emp,gam_cust_code:n.assetitems[a].ast_emp,gam_transaction_amount:n.assetitems[a].ast_amount,gam_revenue_acno:o,gam_asset_disposal_acno:s,gam_created_by:i.globals.currentUser.username,gam_creater_remarks:n.assetitems[a].ast_remarks,gam_approved_by:"",gam_approved_date:n.ddMMyyyy,gam_approver_remarks:"",gam_transaction_status:"1"});e.push(o)}d.post(_.apiUrl+"api/AssetMasterTransaction/CUDInsertFinsAssetMasterTransaction",e).then(function(e){n.msg1=e.data,n.msg1=!0,"1"==n.tr_status&&swal({text:"Records Sold Successfully.",width:300,height:200,imageUrl:"assets/img/check.png"}),"2"==n.tr_status&&swal({text:"Records Disposed Successfully.",width:300,height:200,imageUrl:"assets/img/close.png"}),d.get(_.apiUrl+"api/AssetMasterTransaction/GetFins_AssetMaster?type="+n.edt.gam_asst_type+"&gam_items="+n.edt.gam_item_no).then(function(e){n.display=!1,n.grid=!0,n.grid1=!0,n.assetmaster_data=e.data,n.totalItems=n.assetmaster_data.length,n.todos=n.assetmaster_data,n.makeTodos()})})},$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0}),$(document).on("touch click",'*[data-datepicker="true"] .add-on',function(e){$('input[type="text"]',$(this).parent()).focus()})}])}(),function(){"use strict";var m,e=angular.module("sims.module.Finance");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("AssetMaster_dpsdCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(s,e,t,a,o,n,i){s.assetmaster_data=[];function d(e){var t,a;if(null!=e)return(t=(e=new Date(e)).getMonth()+1)<10&&(t="0"+t),(a=e.getDate())<10&&(a="0"+a),e=e.getFullYear()+"-"+t+"-"+a,console.log(e),s.convertdated=e}s.dept_comp_code,s.slma_acno_dept_no,s.finyr,s.valstatus=!1,s.edit_data=!1,s.display=!1,s.pagesize="10",s.pageindex="1",s.grid=!0,s.grid1=!1,s.ifedit=!1,s.filteredTodos=[],s.currentPage=1,s.numPerPage=10,s.maxSize=10,n.get(i.apiUrl+"api/common/FinancialPeriod/getGetCompany").then(function(e){s.comp_data=e.data,s.dept_comp_code=s.comp_data[0].dept_comp_code,n.get(i.apiUrl+"api/common/SubLedgerMaster/GetCurrentFinancialYear").then(function(e){s.finyr_data=e.data,s.finyr=s.finyr_data,n.get(i.apiUrl+"api/common/AssetMaster_dpsd/GetAllDepartmentName?comp_code="+s.dept_comp_code+"&fins_year="+s.finyr).then(function(e){s.dept_data=e.data})})}),n.get(i.apiUrl+"api/common/AssetMaster_dpsd/GetAutoGenerate_AssetItemNumber").then(function(e){s.auto_data=e.data}),s.Custodian1=[],setTimeout(function(){$("#cmb_sup").select2()},100),n.get(i.apiUrl+"api/common/AssetMaster_dpsd/GetCustodianEmployees").then(function(e){s.Custodian1=e.data}),n.get(i.apiUrl+"api/common/AssetMaster_dpsd/GetAssetType").then(function(e){s.assetType_data=e.data}),s.GetAssetType=function(){n.get(i.apiUrl+"api/common/AssetMaster_dpsd/GetAssetType"+s.edt.gam_dept_code).then(function(e){s.assetTypeDept_data=e.data})},n.get(i.apiUrl+"api/common/AssetMaster_dpsd/GetAllLocationName").then(function(e){s.location_data=e.data}),n.get(i.apiUrl+"api/common/AssetMaster_dpsd/GetAllSupplierNames").then(function(e){s.sup_data=e.data}),n.get(i.apiUrl+"api/common/AssetMaster_dpsd/GetAllOrderNo").then(function(e){s.order_data=e.data}),n.get(i.apiUrl+"api/common/AssetMaster_dpsd/GetAssetStatus").then(function(e){s.status_data=e.data}),s.getAccountNo=function(e){if(null!=e)for(var t=0;t<s.assetType_data.length;t++)s.assetType_data[t].gam_asst_type==e&&(s.edt.gam_acct_code=s.assetType_data[t].gam_acct_code,s.edt.gam_deprn_percent=s.assetType_data[t].gam_deprn_percent);else s.edt.gam_acct_code="",s.edt.gam_deprn_percent=""},s.search_type=function(e){n.get(i.apiUrl+"api/common/AssetMaster_dpsd/GetFins_AssetMaster?type="+s.edt.gam_asst_type+"&gam_items="+s.edt.gam_item_no+"&dept_code="+s.edt.gam_dept_code+"&gam_status_code="+s.edt.gam_status_code).then(function(e){s.display=!1,s.grid=!0,s.grid1=!0,s.assetmaster_data=e.data,s.totalItems=s.assetmaster_data.length,s.todos=s.assetmaster_data,s.makeTodos(),0==e.data.length&&(swal({text:"Sorry!! No Data Found",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}),s.grid1=!1)})},s.makeTodos=function(){var e=parseInt(s.totalItems%s.numPerPage),e=(s.pagersize="0"==e?parseInt(s.totalItems/s.numPerPage):parseInt(s.totalItems/s.numPerPage)+1,(s.currentPage-1)*s.numPerPage),t=parseInt(e)+parseInt(s.numPerPage);s.filteredTodos=s.todos.slice(e,t)},s.exportData=function(){console.log(s.filteredTodos),s.fileName="Asset_Master_Data",s.exportData=[],0<s.filteredTodos.length&&(s.exportData.push(["Company name","Department","Asset Type","Item No","Description 1","Quantity","Inv. Amt.","Cum. Depr.","Nbv","Status","Mth. Depr.","Yrly. Depr.","Val. Asst. Cum.","Val. Asst. Mth+","Val. Asst. Yr.+","Sale Value","Replacement Cost","Account Code","Order No","Inv. No.","Receipt Date","Sale Date","Entry Date","Amend Date","New Section","Page No","Line No","Depr. %","Used On Item","Location","Description 2","Supplier Name"]),angular.forEach(s.filteredTodos,function(e,t){s.exportData.push([e.gam_comp_code,e.gam_dept_code_name,e.gam_asst_type_name,e.gam_item_no,e.gam_desc_1,e.gam_quantity,e.gam_invoice_amount,e.gam_cum_deprn,e.gam_book_value,e.gam_status_name,e.gam_mth_deprn,e.gam_ytd_deprn,e.gam_val_add_cum,e.gam_val_add_mtd,e.gam_val_add_ytd,e.gam_sale_value,e.gam_repl_cost,e.gam_acct_code,e.gam_order_no,e.gam_invoice_no,e.gam_receipt_date,e.gam_sale_date,e.gam_entry_date,e.gam_amend_date,e.gam_new_sec,e.gam_page_no,e.gam_line_no,e.gam_deprn_percent,e.gam_used_on_item,e.gam_location_name,e.gam_desc_2,e.gam_supl_name])}),s.exportexcel(s.exportData))},s.exportexcel=function(e){var t=new function e(){if(!(this instanceof e))return new e;this.SheetNames=[],this.Sheets={}},e=function(e){for(var t,a={},o={s:{c:1e7,r:1e7},e:{c:0,r:0}},s=0;s!=e.length;++s)for(var n=0;n!=e[s].length;++n){o.s.r>s&&(o.s.r=s),o.s.c>n&&(o.s.c=n),o.e.r<s&&(o.e.r=s),o.e.c<n&&(o.e.c=n);var i,d={v:e[s][n]};null!=d.v&&(i=XLSX.utils.encode_cell({c:n,r:s}),"number"==typeof d.v?d.t="n":"boolean"==typeof d.v?d.t="b":d.v instanceof Date?(d.t="n",d.z=XLSX.SSF._table[14],d.v=(t=d.v,void 0&&(t+=1462),(Date.parse(t)-new Date(Date.UTC(1899,11,30)))/864e5)):d.t="s",a[i]=d)}return o.s.c<1e7&&(a["!ref"]=XLSX.utils.encode_range(o)),a}(e),e=(t.SheetNames.push("Sheet1"),t.Sheets.Sheet1=e,XLSX.write(t,{bookType:"xlsx",bookSST:!0,type:"binary"}));saveAs(new Blob([function(e){for(var t=new ArrayBuffer(e.length),a=new Uint8Array(t),o=0;o!=e.length;++o)a[o]=255&e.charCodeAt(o);return t}(e)],{type:"application/octet-stream"}),s.fileName+".xlsx")},s.edit=function(e){s.display=!0,s.grid=!1,s.save1=!1,s.update1=!0,s.delete1=!1,s.edit_data=!0,s.ifedit=!0,s.edt={gam_comp_code:s.dept_comp_code,financialyear:s.finyr,gam_dept_code:e.gam_dept_code,gam_asst_type:e.gam_asst_type,gam_item_no:e.gam_item_no,gam_location:e.gam_location,gam_desc_1:e.gam_desc_1,gam_desc_2:e.gam_desc_2,gam_supl_code:e.gam_supl_code,gam_acct_code:e.gam_acct_code,gam_order_no:e.gam_order_no,gam_invoice_no:e.gam_invoice_no,gam_new_sec:e.gam_new_sec,gam_page_no:e.gam_page_no,gam_line_no:e.gam_line_no,gam_quantity:e.gam_quantity,gam_invoice_amount:e.gam_invoice_amount,gam_val_add_cum:e.gam_val_add_cum,gam_val_add_mtd:e.gam_val_add_mtd,gam_val_add_ytd:e.gam_val_add_ytd,gam_book_value:e.gam_book_value,gam_cum_deprn:e.gam_cum_deprn,gam_ytd_deprn:e.gam_ytd_deprn,gam_mth_deprn:e.gam_mth_deprn,gam_sale_value:e.gam_sale_value,gam_repl_cost:e.gam_repl_cost,gam_receipt_date:d(e.gam_receipt_date),gam_sale_date:d(e.gam_sale_date),gam_entry_date:d(e.gam_entry_date),gam_amend_date:d(e.gam_amend_date),gam_deprn_percent:e.gam_deprn_percent,gam_used_on_item:e.gam_used_on_item,gam_status_code:e.gam_status_code,empcode:e.empcode};s.edt.empcode;$("#cmb_sup").select2("val",e.empcode)},s.New=function(){var t;s.ifedit=!1,s.display=!0,s.grid=!1,s.save1=!0,s.update1=!1,s.delete1=!1,s.edit_data=!1,s.edt=[],s.grid1=!1,$("#cmb_sup").select2("val",""),n.get(i.apiUrl+"api/common/AssetMaster_dpsd/GetAutoGenerate_AssetItemNumber").then(function(e){t=e.data,s.edt.gam_item_no=t}),s.edt={},s.edt={gam_receipt_date:c+"-"+l+"-"+r,gam_amend_date:c+"-"+l+"-"+r,gam_entry_date:c+"-"+l+"-"+r}},s.Save=function(){var e,t;null!=s.dept_comp_code&&null!=s.edt.gam_dept_code&&null!=s.edt.gam_asst_type&&null!=s.edt.gam_item_no&&null!=s.edt.gam_desc_1&&null!=s.edt.gam_acct_code&&null!=s.edt.gam_location&&null!=s.edt.gam_invoice_no&&null!=s.edt.gam_entry_date&&null!=s.edt.gam_status_code&&null!=s.edt.gam_quantity&&(e=[],t=0,t=null!=s.edt.gam_invoice_amount&&null!=s.edt.gam_quantity?s.edt.gam_invoice_amount/s.edt.gam_quantity:s.edt.gam_book_value,0==s.update1?(t={gam_comp_code:s.dept_comp_code,financialyear:s.finyr,gam_dept_code:s.edt.gam_dept_code,gam_asst_type:s.edt.gam_asst_type,gam_item_no:s.edt.gam_item_no,gam_location:s.edt.gam_location,gam_desc_1:s.edt.gam_desc_1,gam_desc_2:s.edt.gam_desc_2,gam_supl_code:s.edt.gam_supl_code,gam_acct_code:s.edt.gam_acct_code,gam_order_no:s.edt.gam_order_no,gam_invoice_no:s.edt.gam_invoice_no,gam_new_sec:s.edt.gam_new_sec,gam_page_no:s.edt.gam_page_no,gam_line_no:s.edt.gam_line_no,gam_quantity:s.edt.gam_quantity,gam_invoice_amount:s.edt.gam_invoice_amount,gam_val_add_cum:s.edt.gam_val_add_cum,gam_val_add_mtd:s.edt.gam_val_add_mtd,gam_val_add_ytd:s.edt.gam_val_add_ytd,gam_book_value:t,gam_cum_deprn:s.edt.gam_cum_deprn,gam_ytd_deprn:s.edt.gam_ytd_deprn,gam_mth_deprn:s.edt.gam_mth_deprn,gam_sale_value:s.edt.gam_sale_value,gam_repl_cost:s.edt.gam_repl_cost,gam_receipt_date:s.edt.gam_receipt_date,gam_sale_date:s.edt.gam_sale_date,gam_entry_date:s.edt.gam_entry_date,gam_amend_date:s.edt.gam_amend_date,gam_deprn_percent:s.edt.gam_deprn_percent,gam_used_on_item:s.edt.gam_used_on_item,gam_status_code:s.edt.gam_status_code,empcode:s.edt.empcode,opr:"I"},e.push(t),n.post(i.apiUrl+"api/common/AssetMaster_dpsd/CUDInsertFins_AssetMaster",e).then(function(e){s.display=!0,s.msg1=e.data,1==s.msg1?(swal({text:"Record Added Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&(s.grid1=!1)}),s.edit_data=!1,s.display=!1,s.pagesize="5",s.pageindex="1",s.grid=!0,s.grid1=!1,s.edt.gam_asst_type="",s.edt.gam_item_no=""):swal({text:"Record Not Inserted. "+s.msg1,imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){})})):s.Update(isvalidate))},s.getgrid=function(){n.get(i.apiUrl+"api/common/AssetMaster_dpsd/GetFins_AssetMaster").then(function(e){s.display=!1,s.grid=!0,s.assetmaster_data=e.data,console.log(s.assetmaster_data),s.totalItems=s.assetmaster_data.length,s.todos=s.assetmaster_data,s.makeTodos(),s.grid=!0}),s.myForm.$setPristine(),s.myForm.$setUntouched()},s.Update=function(e){var t=[],a={gam_comp_code:s.dept_comp_code,financialyear:s.finyr,gam_dept_code:s.edt.gam_dept_code,gam_asst_type:s.edt.gam_asst_type,gam_item_no:s.edt.gam_item_no,gam_location:s.edt.gam_location,gam_desc_1:s.edt.gam_desc_1,gam_desc_2:s.edt.gam_desc_2,gam_supl_code:s.edt.gam_supl_code,gam_acct_code:s.edt.gam_acct_code,gam_order_no:s.edt.gam_order_no,gam_invoice_no:s.edt.gam_invoice_no,gam_new_sec:s.edt.gam_new_sec,gam_page_no:s.edt.gam_page_no,gam_line_no:s.edt.gam_line_no,gam_quantity:s.edt.gam_quantity,gam_invoice_amount:s.edt.gam_invoice_amount,gam_val_add_cum:s.edt.gam_val_add_cum,gam_val_add_mtd:s.edt.gam_val_add_mtd,gam_val_add_ytd:s.edt.gam_val_add_ytd,gam_book_value:s.edt.gam_book_value,gam_cum_deprn:s.edt.gam_cum_deprn,gam_ytd_deprn:s.edt.gam_ytd_deprn,gam_mth_deprn:s.edt.gam_mth_deprn,gam_sale_value:s.edt.gam_sale_value,gam_repl_cost:s.edt.gam_repl_cost,gam_receipt_date:d(s.edt.gam_receipt_date),gam_sale_date:d(s.edt.gam_sale_date),gam_entry_date:d(s.edt.gam_entry_date),gam_amend_date:d(s.edt.gam_amend_date),gam_deprn_percent:s.edt.gam_deprn_percent,gam_used_on_item:s.edt.gam_used_on_item,gam_status_code:s.edt.gam_status_code,empcode:s.edt.empcode,opr:"U"};t.push(a),n.post(i.apiUrl+"api/common/AssetMaster_dpsd/CUDUpdateFins_AssetMaster",t).then(function(e){s.display=!0,s.msg1=e.data,1==s.msg1?(swal({text:"Record Updated Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&(s.grid1=!1,s.edt.gam_asst_type="")}),s.edit_data=!1,s.display=!1,s.pagesize="5",s.pageindex="1",s.grid=!0,s.grid1=!1,s.edt.gam_asst_type="",s.edt.gam_item_no=""):swal({text:"Record Not Updated. "+s.msg1,imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){})})},s.AssetHistory=function(){$("#MyModal2").modal({backdrop:"static",keyboard:!0})},s.SearchbyDate=function(e,t){n.post(i.apiUrl+"api/common/AssetMaster_dpsd/GetDepHistorDetails?fromdate='"+e+"'&todate='"+t+"'&gamitemno="+s.edt.gam_item_no).then(function(e){s.GetItems=e.data})},s.Reset=function(){s.search_from_date="",s.search_to_date=""},s.cancel=function(){s.grid=!0,s.display=!1,s.edt.gam_asst_type="",s.edt.gam_item_no="",s.myForm.$setPristine(),s.myForm.$setUntouched()},s.Delete=function(){var o=[];s.flag=!1;for(var e,t=0;t<s.filteredTodos.length;t++)1==document.getElementById("asset-"+t).checked&&(s.flag=!0,e={gam_comp_code:s.dept_comp_code,gam_dept_code:s.filteredTodos[t].gam_dept_code,gam_item_no:s.filteredTodos[t].gam_item_no,gam_asst_type:s.filteredTodos[t].gam_asst_type,opr:"D"},o.push(e));s.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)n.post(i.apiUrl+"api/common/AssetMaster_dpsd/CUDUpdateFins_AssetMaster",o).then(function(e){s.msg1=e.data,1==s.msg1?swal({text:"Asset Master Deleted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&(s.grid1=!1,s.edt.gam_asst_type="")}):swal({text:"Asset Master Not Deleted Successfully. "+s.msg1,imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){})});else{for(var t=0;t<s.filteredTodos.length;t++)(a=document.getElementById("asset-"+t)).checked=!1,m.checked=!1,s.row1="";for(var a,t=0;t<s.filteredTodos.length;t++)1==(a=document.getElementById("asset-"+t)).checked&&(a.checked=!1,s.row1="")}}):swal({text:"Please Select Atleast One Record",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}),s.currentPage=!0},s.CheckAllChecked=function(){if(1==(m=document.getElementById("mainchk")).checked)for(var e=0;e<s.filteredTodos.length;e++)document.getElementById("asset-"+e).checked=!0,s.row1="row_selected";else for(e=0;e<s.filteredTodos.length;e++)document.getElementById("asset-"+e).checked=!1,m.checked=!1,s.row1=""},s.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),s.color="#edefef"}),1==(m=document.getElementById("mainchk")).checked&&(m.checked=!1,s.color="#edefef",s.row1="")},s.size=function(e){"All"==e?(s.currentPage="1",s.filteredTodos=s.assetmaster_data,s.pager=!1):(s.pager=!0,s.pagesize=e,s.currentPage=1,s.numPerPage=e,s.makeTodos()),console.log("numPerPage="+s.numPerPage)},s.index=function(e){s.pageindex=e,s.currentPage=e,console.log("currentPage="+s.currentPage),s.makeTodos(),m.checked=!1};var _=new Date,c=_.getDate(),l=_.getMonth()+1,r=(l<10&&(l="0"+l),_.getFullYear());s.edt={gam_receipt_date:c+"-"+l+"-"+r,gam_amend_date:c+"-"+l+"-"+r,gam_entry_date:c+"-"+l+"-"+r},$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0}),$(document).on("touch click",'*[data-datepicker="true"] .add-on',function(e){$('input[type="text"]',$(this).parent()).focus()})}])}(),function(){"use strict";var e=angular.module("sims.module.Attendance");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("AttendanceReport_leamsCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(o,e,t,a,s,n,i){o.temp={},o.detailsField=!0,o.hideprintpdf=!1,o.pagesize="5000",o.pageindex="0",o.pager=!0,o.mom_end_date_check=!0,o.mom_start_date_check=!0,o.temp={};var d=new Date,c=d.getDate(),l=d.getMonth()+1,t=(d.getFullYear(),o.mom_start_date="",o.mom_end_date="",o.exporttable_data=!1,t.globals.currentUser.username);(c=(d=new Date).getDate())<10&&(c="0"+c);(l=d.getMonth()+1)<10&&(l="0"+l);d=d.getFullYear();o.sdate=c+"-"+l+"-"+d,o.edate=c+"-"+l+"-"+d,o.mom_start_date=c+"-"+l+"-"+d,o.mom_end_date=c+"-"+l+"-"+d,o.temp.from_date=c+"-"+l+"-"+d,o.temp.to_date=c+"-"+l+"-"+d,o.size=function(e){"All"==e?(o.currentPage="1",o.filteredTodos=o.todos,o.pager=!1):(o.pager=!0,o.pagesize=e,o.currentPage=1,o.numPerPage=e,o.makeTodos())},o.index=function(e){o.pageindex=e,o.currentPage=e,console.log("currentPage="+o.currentPage),o.makeTodos(),o.chk={},o.chk.chk_all=!1,o.row1=""},o.filteredTodos=[],o.currentPage=1,o.numPerPage=5e3,o.maxSize=1e4,o.makeTodos=function(){var e,t;"All"==o.pagesize?(o.currentPage=1,o.showPager=!1,o.filteredTodos=o.report_data):(e=parseInt(o.totalItems%o.numPerPage),o.pagersize="0"==e?parseInt(o.totalItems/o.numPerPage):parseInt(o.totalItems/o.numPerPage)+1,e=(o.currentPage-1)*o.numPerPage,t=parseInt(e)+parseInt(o.numPerPage),console.log("begin="+e),console.log("end="+t),o.filteredTodos=o.todos.slice(e,t))},n.get(i.apiUrl+"api/SubjectwisetAttendance_New/getAttendanceType").then(function(e){o.type_obj=e.data,console.log("Type",o.type_obj),o.temp.type=o.type_obj[0].sims_appl_parameter}),n.get(i.apiUrl+"api/LearningAsd/getSlot?cur="+o.temp.sims_cur_code+"&academic_year="+o.temp.sims_academic_year+"&grade="+o.temp.sims_grade_code+"&section="+o.temp.sims_section_code+"&sims_teacher_code="+t).then(function(e){o.attSlot1=e.data,setTimeout(function(){$("#Lesson_code").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"}),$("#Lesson_code").multipleSelect("checkAll")},1e3)}),n.get(i.apiUrl+"api/common/getCuriculum").then(function(e){o.cur_data=e.data,o.temp.sims_cur_code=o.cur_data[0].sims_cur_code,o.getAcademic_year(o.cur_data[0].sims_cur_code)}),o.getAcademic_year=function(e){n.get(i.apiUrl+"api/common/getAcademicYear?curCode="+e).then(function(e){o.acad_data=e.data,o.temp.sims_academic_year=o.acad_data[0].sims_academic_year,o.getGrade(o.temp.sims_cur_code,o.temp.sims_academic_year)})},o.getGrade=function(e,t){n.get(i.apiUrl+"api/common/getAllGrades?cur_code="+o.temp.sims_cur_code+"&academic_year="+o.temp.sims_academic_year).then(function(e){o.Grade_code=e.data,setTimeout(function(){$("#cmb_grade_code").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"}),$("#cmb_grade_code").multipleSelect("checkAll")},1e3)})},o.getSubject=function(){o.grades="",o.sections="";for(var e=0;e<o.temp.sims_grade_code.length;e++)o.grades=o.grades+o.temp.sims_grade_code[e]+",";for(e=0;e<o.temp.sims_section_code.length;e++)o.sections=o.sections+o.temp.sims_section_code[e]+",";n.get(i.apiUrl+"api/SubjetWiseAttendanceQueryReport/getSubject?cur="+o.temp.sims_cur_code+"&academic_year="+o.temp.sims_academic_year+"&grades="+o.grades+"&sections="+o.sections).then(function(e){o.subjectlst=e.data,setTimeout(function(){$("#cmb_subject").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"}),$("#cmb_subject").multipleSelect("checkAll")},1e3),console.log("Subject",o.subjectlst),o.temp.subject_code=o.subjectlst[0].sims_subject_code})},o.getSection=function(e,t,a){n.get(i.apiUrl+"api/common/getSectionFromGrade?cur_code="+o.temp.sims_cur_code+"&grade_code="+o.temp.sims_grade_code+"&academic_year="+o.temp.sims_academic_year).then(function(e){o.Section_code=e.data,setTimeout(function(){$("#cmb_section_code").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"}),$("#cmb_section_code").multipleSelect("checkAll")},1e3)})},o.getbell=function(){if(o.temp.subject_code="","B"==o.temp.type)n.get(i.apiUrl+"api/SubjectwisetAttendance_New/getBell?academic_year="+o.temp.sims_academic_year).then(function(e){o.subjectlst=e.data,setTimeout(function(){$("#cmb_subject").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"}),$("#cmb_subject").multipleSelect("checkAll")},1e3),console.log("Bell",o.subjectlst),o.temp.subject_code=o.subjectlst[0].sims_subject_code});else if("S"==o.temp.type){o.grades="",o.sections="";for(var e=0;e<o.temp.sims_grade_code.length;e++)o.grades=o.grades+o.temp.sims_grade_code[e]+",";for(e=0;e<o.temp.sims_section_code.length;e++)o.sections=o.sections+o.temp.sims_section_code[e]+",";n.get(i.apiUrl+"api/SubjetWiseAttendanceQueryReport/getSubject?cur="+o.temp.sims_cur_code+"&academic_year="+o.temp.sims_academic_year+"&grades="+o.grades+"&sections="+o.sections).then(function(e){o.subjectlst=e.data,setTimeout(function(){$("#cmb_subject").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"}),$("#cmb_subject").multipleSelect("checkAll")},1e3),console.log("Subject",o.subjectlst)})}},o.getReport=function(e,t,a){n.get(i.apiUrl+"api/common/getSectionFromGrade?cur_code="+o.temp.sims_cur_code+"&grade_code="+o.temp.sims_grade_code+"&academic_year="+o.temp.sims_academic_year).then(function(e){o.Section_code=e.data,setTimeout(function(){$("#cmb_section_code").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"})},1e3)})},o.getdetails=function(){o.exporttable_data=!1,o.grades="",o.sections="",o.subject="",o.lessons="";for(var e=0;e<o.temp.sims_grade_code.length;e++)o.grades=o.grades+o.temp.sims_grade_code[e]+",";for(e=0;e<o.temp.sims_section_code.length;e++)o.sections=o.sections+o.temp.sims_section_code[e]+",";for(e=0;e<o.temp.subject_code.length;e++)o.subject=o.subject+o.temp.subject_code[e]+",";console.log("dttt",o.subject);for(e=0;e<o.temp.slot_code.length;e++)o.lessons=o.lessons+o.temp.slot_code[e]+",";console.log("leson",o.lessons),n.get(i.apiUrl+"api/SubjetWiseAttendanceQueryReport/getShowDataLeams?cur_code="+o.temp.sims_cur_code+"&acad_year="+o.temp.sims_academic_year+"&grade_code="+o.grades+"&section_code="+o.sections+"&fromdate="+o.temp.from_date+"&todate="+o.temp.to_date+"&sims_subject_attendance_type="+o.temp.type+"&subject="+o.subject+"&lesson_code="+o.lessons).then(function(e){0<e.data.length?(o.report_data=e.data,console.log("data",o.report_data),o.totalItems=o.report_data.length,o.todos=o.report_data,o.makeTodos()):(swal({title:"Alert",text:" Sorry !!!!Data is not Available",showCloseButton:!0,width:300,height:200}),o.report_data=[])})},o.sortBy=function(e){o.reverse=o.propertyName===e&&!o.reverse,o.propertyName=e},o.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).sims_enroll_number.toLowerCase().indexOf(t.toLowerCase())||-1<e.studentname.toLowerCase().indexOf(t.toLowerCase());var t})},o.search=function(){o.todos=o.searched(o.report_data,o.searchText),o.totalItems=o.todos.length,o.currentPage="1",""==o.searchText&&(o.todos=o.report_data),o.makeTodos()},o.colname=null,o.reverse=!1,o.sort=function(e){o.colname=e,o.reverse=o.colname===e&&!o.reverse},o.exportData=function(){swal({title:"",text:"Are you sure you want to Save?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){e&&alasql('SELECT * INTO XLSX("AttendanceReport.xlsx",{headers:true})  FROM HTML("#export_data",{headers:true,skipdisplaynone:true})')})},o.reset_data=function(){o.temp.sims_grade_code="",o.filteredTodos=[],o.pager=!1;try{$("#cmb_grade_code").multipleSelect("uncheckAll")}catch(e){}try{$("#cmb_section_code").multipleSelect("uncheckAll")}catch(e){}try{$("#SubsexpdateTime").multipleSelect("uncheckAll")}catch(e){}o.temp.sims_section_code="",o.filteredTodos=[]},o.ischeck=function(){o.checklick=function(){var e=document.getElementById("expire");1==e.checked&&e.checked}}}])}(),function(){"use strict";var p,u,g=[],e=angular.module("sims.module.Finance");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("CashInHandCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(s,e,t,a,o,n,i){s.edt1=[],s.operation=!0,s.table1=!0,s.addbtn=!0,s.btnDelete=!1,s.users=[],s.chkcost_Ac=!1,s.data=[],s.Bankdetails="",s.Bankdetails=[],s.chkcost=!1,s.cost_combo=!1,s.geDocCode_new=[],s.edt5=[],s.temp={},s.temp3={},s.supplierdetails=!0,s.pendingsupplierdetails=!0,s.othersupplierdetails=!0;var d=t.globals.currentUser.username.toLowerCase(),_=(s.finnDetail=JSON.parse(window.localStorage.Finn_comp),s.finnDetail.company),c=s.finnDetail.year,t=(s.finnDetail.comp_vat_per,s.finnDetail.comp_vat_status,s.finnDetail.input_vat_acct,new Date),l=t.getDate(),r=(l<10&&(l="0"+l),t.getMonth()+1),m=(r<10&&(r="0"+r),t.getFullYear());s.temp.collectiondate=l+"-"+r+"-"+m,s.edt={sims_day_closing_collection_date:l+"-"+r+"-"+m,sims_day_closing_verify_date:l+"-"+r+"-"+m},s.temp2={sims_opbal_date:l+"-"+r+"-"+m,sims_cashcolltn_date:l+"-"+r+"-"+m,sims_cashcolltntoday_date:l+"-"+r+"-"+m,sims_cashcolltnyes_date:l+"-"+r+"-"+m},n.get(i.apiUrl+"api/CashInHand/getDenominations").then(function(e){s.denominations=e.data;for(var t=0;t<s.denominations.length;t++)s.denominations[t].sims_denmtn_colletn_amt=0,s.denominations[t].sims_denomination_qty=0}),s.getDenominations=function(){n.get(i.apiUrl+"api/CashInHand/getDenominations").then(function(e){s.denominations=e.data;for(var t=0;t<s.denominations.length;t++)s.denominations[t].sims_denmtn_colletn_amt=0,s.denominations[t].sims_denomination_qty=0})},s.clearDenominations=function(e){if(e)for(var t=0;t<s.denominations.length;t++)s.denominations[t].sims_denmtn_colletn_amt=0,s.denominations[t].sims_denomination_qty=0},s.denomination_collectn_amt=0,s.calculateTotal=function(e){for(var t=s.denomination_collectn_amt=0;t<s.denominations.length;t++)isNaN(s.denominations[t].sims_denomination_qty)||(s.denominations[t].sims_denmtn_colletn_amt=s.denominations[t].sims_denomination_code*s.denominations[t].sims_denomination_qty,s.denomination_collectn_amt=s.denomination_collectn_amt+s.denominations[t].sims_denmtn_colletn_amt)},s.saveDenominations=function(){var e,t;null==s.temp.collectiondate||""==s.temp.collectiondate?swal({text:"Please select Date",showCloseButton:!0,width:380}):null==s.edt.sims_day_closing_collection_date||""==s.edt.sims_day_closing_collection_date?swal({text:"Please select Collection Date",showCloseButton:!0,width:380}):0==s.denomination_collectn_amt?swal({title:"Alert",text:"Please Enter Denomination details",width:300,height:200}):(t={sims_comp_code:_,sims_academic_year:c,sims_closing_date:s.temp.collectiondate,sims_day_closing_usercode:"1",sims_day_closing_shiftcode:"1",sims_day_closing_ob_bal_amt:s.opbalAmount,sims_day_closing_collection_amt:s.denomination_collectn_amt,sims_day_closing_remark:s.edt.sims_day_closing_remark,sims_day_closing_settled_status:"A",sims_day_closing_verify_user:d,sims_day_closing_verify_date:s.edt.sims_day_closing_verify_date,sims_day_closing_verify_remark:s.edt.sims_day_closing_verify_remark,sims_day_closing_collection_date:s.edt.sims_day_closing_collection_date},(e=[]).push(t),n.post(i.apiUrl+"api/CashInHand/Insert_sims_day_closing",e).then(function(e){s.srno=e.data,""!=s.srno&&null!=s.srno?s.saveDenominationsdetails():swal({text:"Record Not inserted. "+s.prvno,imageUrl:"assets/img/close.png",width:300,height:200})}))},s.saveDenominationsdetails=function(){for(var e=[],t=0;t<s.denominations.length;t++){null==s.denominations[t].sims_denomination_qty&&(s.denominations[t].sims_denomination_qty=0),null==s.denominations[t].sims_denmtn_colletn_amt&&(s.denominations[t].sims_denmtn_colletn_amt=0);var a={sr_no:s.srno,sims_comp_code:_,sims_academic_year:c,sims_closing_date:s.temp.collectiondate,sims_day_closing_usercode:"1",sims_day_closing_shiftcode:"1",sims_day_closing_denomination_type:s.denominations[t].sims_denomination_type,sims_day_closing_denomination_code:s.denominations[t].sims_denomination_code,sims_day_closing_denomination_qty:s.denominations[t].sims_denomination_qty,sims_day_closing_denomination_total:s.denominations[t].sims_denmtn_colletn_amt};e.push(a)}n.post(i.apiUrl+"api/CashInHand/Insert_sims_day_closing_details",e).then(function(e){s.msg1=e.data,1==s.msg1?swal({title:"Alert",text:"Record inserted Successfully",width:300,height:200}):swal({title:"Alert",text:"Record Not inserted",width:300,height:200}),s.clearDem(),s.getDenominations()})},s.clearDem=function(){s.edt="",s.edt={sims_day_closing_collection_date:l+"-"+r+"-"+m,sims_day_closing_verify_date:l+"-"+r+"-"+m},s.denomination_collectn_amt="";for(var e=0;e<s.denominations.length;e++)s.denominations[e].sims_denmtn_colletn_amt="",s.denominations[e].sims_denomination_qty=""},s.cashCollectnAmt="0",s.opbalAmount="0",s.cashCollectntodyAmt="0",s.cashCollectnyestAmt="0",n.get(i.apiUrl+"api/CashInHand/getYestCashDeposit?comp_code="+_+"&fyear="+c+"&from_date="+s.temp.collectiondate).then(function(e){s.yestCashDeposit=e.data}),n.get(i.apiUrl+"api/CashInHand/getTodayCashDeposit?comp_code="+_+"&fyear="+c+"&from_date="+s.temp.collectiondate).then(function(e){s.todayCashDeposit=e.data}),n.get(i.apiUrl+"api/CashInHand/getAcctCodesforOB?comp_code="+_).then(function(e){s.acctCodes=e.data}),n.get(i.apiUrl+"api/CashInHand/getBankAcctCodes?comp_code="+_).then(function(e){s.bankAcctCodes=e.data}),n.get(i.apiUrl+"api/CashInHand/getOpBalAmt?comp_code="+_+"&fyear="+c+"&from_date="+s.temp.collectiondate).then(function(e){s.obAmt=e.data,0<s.obAmt?(s.opbalAmount=s.obAmt,s.cr=" dr"):s.obAmt<0?(s.opbalAmount=Math.abs(s.obAmt),s.cr=" cr"):s.opbalAmount=s.obAmt}),n.get(i.apiUrl+"api/CashInHand/getCashCollectionsbyYear?comp_code="+_+"&fyear="+c+"&date="+s.temp.collectiondate).then(function(e){s.cashCollection=e.data,console.log("collectn",s.cashCollection)}),s.changeAmountByDate=function(e){if(null==e||""==e){s.cashCollectnAmt="0",s.todayCashDeposit="0",s.yestCashDeposit="0";for(var t=0;t<s.cashCollection.length;t++)s.cashCollection[t].amount="0"}else n.get(i.apiUrl+"api/CashInHand/getOpBalAmt?comp_code="+_+"&fyear="+c+"&from_date="+e).then(function(e){s.obAmt=e.data,0<s.obAmt?(s.opbalAmount=s.obAmt,s.cr=" dr"):s.obAmt<0?(s.opbalAmount=Math.abs(s.obAmt),s.cr=" cr"):s.opbalAmount=s.obAmt}),n.get(i.apiUrl+"api/CashInHand/getCashCollectionsbyYear?comp_code="+_+"&fyear="+c+"&date="+e).then(function(e){s.cashCollection=e.data}),n.get(i.apiUrl+"api/CashInHand/getYestCashDeposit?comp_code="+_+"&fyear="+c+"&from_date="+e).then(function(e){s.yestCashDeposit=e.data}),n.get(i.apiUrl+"api/CashInHand/getTodayCashDeposit?comp_code="+_+"&fyear="+c+"&from_date="+e).then(function(e){s.todayCashDeposit=e.data})},s.EditBankAccountCodes=function(){n.get(i.apiUrl+"api/CashInHand/getBankAcctCodes?comp_code="+_).then(function(e){s.bankAcctCodes=e.data}),$("#BankAcctModal").modal("show"),s.BankModaltable=!0,s.Bankmodaloperation=!1,setTimeout(function(){for(var e=0;e<s.bankAcctCodes.length;e++)$("#cmb_bank_acct_codes"+e).select2()},100)},s.EditAccountCodes=function(){n.get(i.apiUrl+"api/CashInHand/getAcctCodesforOB?comp_code="+_).then(function(e){s.acctCodes=e.data}),$("#AcctModal").modal("show"),s.Modaltable=!0,s.modaloperation=!1,setTimeout(function(){for(var e=0;e<s.acctCodes.length;e++)$("#cmb_acct_codes"+e).select2()},100)},s.New1=function(){s.temp3="",s.cashacctcode=!1,s.savebtn1=!0,s.updatebtn1=!1,s.modaloperation=!0,s.Modaltable=!1,s.myFormmodal.$setPristine(),s.myFormmodal.$setUntouched()},s.cancel1=function(){s.temp3={},s.modaloperation=!1,s.Modaltable=!0,s.myFormmodal.$setPristine(),s.myFormmodal.$setUntouched()},s.up1=function(e){s.modaloperation=!0,s.Modaltable=!1,s.cashacctcode=!0,s.savebtn1=!1,s.updatebtn1=!0,s.temp3={fins_comp_code:e.fins_comp_code,fins_appl_code:e.fins_appl_code,fins_appl_form_field:e.fins_appl_form_field,fins_appl_parameter:e.fins_appl_parameter,fins_appl_form_field_value1:e.fins_appl_form_field_value1,fins_appl_form_field_value2:e.fins_appl_form_field_value2,fins_appl_form_field_value3:e.fins_appl_form_field_value3,fins_appl_form_field_value4:e.fins_appl_form_field_value4}},s.CheckAllCheckedModal=function(){for(var e=document.getElementById("mainchk1"),t=0;t<s.acctCodes.length;t++){var a=document.getElementById(s.acctCodes[t].fins_appl_parameter+t);1==e.checked?a.checked=!0:a.checked=!1}},s.checkonebyonedeleteModal=function(){1==u.checked&&(u.checked=!1,s.row1="")},s.Save1=function(e){if(e){g=[];var t={fins_comp_code:"1",fins_appl_code:"FIN150",fins_appl_form_field:"CIH_OB_AC",fins_appl_parameter:s.temp3.fins_appl_parameter,fins_appl_form_field_value1:s.temp3.fins_appl_form_field_value1,fins_appl_form_field_value2:"Cash In Hand Opening Balance Account",fins_appl_form_field_value3:s.temp3.fins_appl_form_field_value3,fins_appl_form_field_value4:s.temp3.fins_appl_form_field_value4,opr:"N"};s.exist=!1;for(var a=0;a<s.acctCodes.length;a++)s.acctCodes[a].fins_appl_parameter==t.fins_appl_parameter&&(s.exist=!0);s.exist?swal({title:"Alert",text:"Account Already Exits",width:300,height:200}):(g.push(t),n.post(i.apiUrl+"api/CashInHand/AccountCntrlCUD",g).then(function(e){s.msg1=e.data,1==s.msg1?swal({title:"Alert",text:"Record Inserted Successfully",width:300,height:200}):0==s.msg1?swal({title:"Alert",text:"Record Not Inserted.",width:300,height:200}):swal("Error-"+s.msg1),s.EditAccountCodes()})),s.modaloperation=!1,s.Modaltable=!0}},s.Update1=function(e){var t;e&&(e=s.temp3,e={opr:"U",fins_comp_code:s.temp3.fins_comp_code,fins_appl_code:s.temp3.fins_appl_code,fins_appl_form_field:s.temp3.fins_appl_form_field,fins_appl_parameter:s.temp3.fins_appl_parameter,fins_appl_form_field_value1:s.temp3.fins_appl_form_field_value1,fins_appl_form_field_value2:s.temp3.fins_appl_form_field_value2,fins_appl_form_field_value3:s.temp3.fins_appl_form_field_value3,fins_appl_form_field_value4:s.temp3.fins_appl_form_field_value4},(t=[]).push(e),n.post(i.apiUrl+"api/CashInHand/AccountCntrlCUD",t).then(function(e){s.msg1=e.data,1==s.msg1?swal({title:"Alert",text:"Record Updated Successfully",width:300,height:200}):0==s.msg1?swal({title:"Alert",text:"Record Not Updated. ",width:300,height:200}):s.msg1,s.modaloperation=!1,s.EditAccountCodes()}),s.modaloperation=!1,s.Modaltable=!0)},s.Delete=function(){var o=[];s.flag=!1;for(var e,t=0;t<s.acctCodes.length;t++)1==document.getElementById(s.acctCodes[t].fins_appl_parameter+t).checked&&(s.flag=!0,e={fins_comp_code:s.acctCodes[t].fins_comp_code,fins_appl_code:s.acctCodes[t].fins_appl_code,fins_appl_form_field:s.acctCodes[t].fins_appl_form_field,fins_appl_parameter:s.acctCodes[t].fins_appl_parameter,fins_appl_form_field_value1:s.acctCodes[t].fins_appl_form_field_value1,fins_appl_form_field_value2:s.acctCodes[t].fins_appl_form_field_value2,fins_appl_form_field_value3:s.acctCodes[t].fins_appl_form_field_value3,fins_appl_form_field_value4:s.acctCodes[t].fins_appl_form_field_value4,opr:"D"},o.push(e));s.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)n.post(i.apiUrl+"api/CashInHand/AccountCntrlCUD",o).then(function(e){s.msg1=e.data,1==s.msg1?swal({title:"Alert",text:"Record Deleted Successfully",showCloseButton:!0,width:380}).then(function(e){e&&s.EditAccountCodes()}):0==s.msg1?swal({title:"Alert",text:"Record Not Deleted. ",showCloseButton:!0,width:380}).then(function(e){e&&s.EditAccountCodes()}):swal("Error-"+s.msg1)});else for(var t=0;t<s.acctCodes.length;t++){var a=document.getElementById(s.acctCodes[t].fins_appl_parameter+t);1==a.checked&&(a.checked=!1,u.checked=!1,$("tr").removeClass("row_selected"))}}):swal({title:"Alert",text:"Please Select Atleast One Record",showCloseButton:!0,width:380}),s.currentPage1=!0,u.checked=!1},s.New=function(){s.temp4="",s.bankacctcode=!1,s.savebtn=!0,s.updatebtn=!1,s.Bankmodaloperation=!0,s.BankModaltable=!1,s.myFormBank.$setPristine(),s.myFormBank.$setUntouched()},s.cancel=function(){s.Bankmodaloperation=!1,s.BankModaltable=!0,s.temp4="",s.myFormBank.$setPristine(),s.myFormBank.$setUntouched()},s.up=function(e){s.Bankmodaloperation=!0,s.BankModaltable=!1,s.savebtn=!1,s.updatebtn=!0,s.bankacctcode=!0,s.temp4={fins_comp_code:e.fins_comp_code,fins_appl_code:e.fins_appl_code,fins_appl_form_field:e.fins_appl_form_field,fins_appl_parameter:e.fins_appl_parameter,fins_appl_form_field_value1:e.fins_appl_form_field_value1,fins_appl_form_field_value2:e.fins_appl_form_field_value2,fins_appl_form_field_value3:e.fins_appl_form_field_value3,fins_appl_form_field_value4:e.fins_appl_form_field_value4}},s.CheckAllCheckedBankModal=function(){for(var e=document.getElementById("mainchk"),t=0;t<s.bankAcctCodes.length;t++){var a=document.getElementById(s.bankAcctCodes[t].fins_appl_parameter+t);1==e.checked?a.checked=!0:a.checked=!1}},s.checkonebyonedeleteBankModal=function(){1==p.checked&&(p.checked=!1,s.row1="")},s.SaveAcctCode=function(e){if(e){g=[];var t={fins_comp_code:"1",fins_appl_code:"FIN150",fins_appl_form_field:"CIH_CD_AC",fins_appl_parameter:s.temp4.fins_appl_parameter,fins_appl_form_field_value1:s.temp4.fins_appl_form_field_value1,fins_appl_form_field_value2:"Cash In Hand Cash Deposited Account",fins_appl_form_field_value3:s.temp3.fins_appl_form_field_value3,fins_appl_form_field_value4:s.temp3.fins_appl_form_field_value4,opr:"R"};s.exist=!1;for(var a=0;a<s.bankAcctCodes.length;a++)s.bankAcctCodes[a].fins_appl_parameter==t.fins_appl_parameter&&(s.exist=!0);s.exist?swal({title:"Alert",text:"Account Already Exits",width:300,height:200}):(g.push(t),n.post(i.apiUrl+"api/CashInHand/BankAccountCntrlCUD",g).then(function(e){s.msg1=e.data,1==s.msg1?swal({title:"Alert",text:"Record Inserted Successfully",width:300,height:200}):0==s.msg1?swal({title:"Alert",text:"Record Not Inserted.",width:300,height:200}):swal("Error-"+s.msg1),s.EditBankAccountCodes()})),s.Bankmodaloperation=!1,s.BankModaltable=!0}},s.UpdateAcctCode=function(e){var t;e&&(e=s.temp4,e={opr:"P",fins_comp_code:s.temp4.fins_comp_code,fins_appl_code:s.temp4.fins_appl_code,fins_appl_form_field:s.temp4.fins_appl_form_field,fins_appl_parameter:s.temp4.fins_appl_parameter,fins_appl_form_field_value1:s.temp4.fins_appl_form_field_value1,fins_appl_form_field_value2:s.temp4.fins_appl_form_field_value2,fins_appl_form_field_value3:s.temp4.fins_appl_form_field_value3,fins_appl_form_field_value4:s.temp4.fins_appl_form_field_value4},(t=[]).push(e),n.post(i.apiUrl+"api/CashInHand/BankAccountCntrlCUD",t).then(function(e){s.msg1=e.data,1==s.msg1?swal({title:"Alert",text:"Record Updated Successfully",width:300,height:200}):0==s.msg1?swal({title:"Alert",text:"Record Not Updated. ",width:300,height:200}):s.msg1,s.Bankmodaloperation=!1,s.EditBankAccountCodes()}),s.Bankmodaloperation=!1,s.BankModaltable=!0)},s.DeleteAcctCode=function(){var o=[];s.flag=!1;for(var e,t=0;t<s.bankAcctCodes.length;t++)1==document.getElementById(s.bankAcctCodes[t].fins_appl_parameter+t).checked&&(s.flag=!0,e={fins_comp_code:s.bankAcctCodes[t].fins_comp_code,fins_appl_code:s.bankAcctCodes[t].fins_appl_code,fins_appl_form_field:s.bankAcctCodes[t].fins_appl_form_field,fins_appl_parameter:s.bankAcctCodes[t].fins_appl_parameter,fins_appl_form_field_value1:s.bankAcctCodes[t].fins_appl_form_field_value1,fins_appl_form_field_value2:s.bankAcctCodes[t].fins_appl_form_field_value2,fins_appl_form_field_value3:s.bankAcctCodes[t].fins_appl_form_field_value3,fins_appl_form_field_value4:s.bankAcctCodes[t].fins_appl_form_field_value4,opr:"L"},o.push(e));s.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)n.post(i.apiUrl+"api/CashInHand/BankAccountCntrlCUD",o).then(function(e){s.msg1=e.data,1==s.msg1?swal({title:"Alert",text:"Record Deleted Successfully",showCloseButton:!0,width:380}).then(function(e){e&&s.EditBankAccountCodes()}):0==s.msg1?swal({title:"Alert",text:"Record Not Deleted. ",showCloseButton:!0,width:380}).then(function(e){e&&s.EditBankAccountCodes()}):swal("Error-"+s.msg1)});else for(var t=0;t<s.bankAcctCodes.length;t++){var a=document.getElementById(s.bankAcctCodes[t].fins_appl_parameter+t);1==a.checked&&(a.checked=!1,p.checked=!1,$("tr").removeClass("row_selected"))}}):swal({title:"Alert",text:"Please Select Atleast One Record",showCloseButton:!0,width:380}),s.currentPage1=!0,p.checked=!1},s.saveprintDenominations=function(){var e,t;null==s.temp.collectiondate||""==s.temp.collectiondate?swal({text:"Please select Date",showCloseButton:!0,width:380}):null==s.edt.sims_day_closing_collection_date||""==s.edt.sims_day_closing_collection_date?swal({text:"Please select Collection Date",showCloseButton:!0,width:380}):0==s.denomination_collectn_amt?swal({title:"Alert",text:"Please Enter Denomination details",width:300,height:200}):(t={sims_comp_code:_,sims_academic_year:c,sims_closing_date:s.temp.collectiondate,sims_day_closing_usercode:"1",sims_day_closing_shiftcode:"1",sims_day_closing_ob_bal_amt:s.opbalAmount,sims_day_closing_collection_amt:s.denomination_collectn_amt,sims_day_closing_remark:s.edt.sims_day_closing_remark,sims_day_closing_settled_status:"A",sims_day_closing_verify_user:d,sims_day_closing_verify_date:s.edt.sims_day_closing_verify_date,sims_day_closing_verify_remark:s.edt.sims_day_closing_verify_remark,sims_day_closing_collection_date:s.edt.sims_day_closing_collection_date},(e=[]).push(t),n.post(i.apiUrl+"api/CashInHand/Insert_sims_day_closing",e).then(function(e){s.srno=e.data,""!=s.srno&&null!=s.srno?s.saveprintDenominationsdetails():swal({text:"Record Not inserted. "+s.prvno,imageUrl:"assets/img/close.png",width:300,height:200})}))},s.saveprintDenominationsdetails=function(){for(var e=[],t=0;t<s.denominations.length;t++){null==s.denominations[t].sims_denomination_qty&&(s.denominations[t].sims_denomination_qty=0),null==s.denominations[t].sims_denmtn_colletn_amt&&(s.denominations[t].sims_denmtn_colletn_amt=0);var a={sr_no:s.srno,sims_comp_code:_,sims_academic_year:c,sims_closing_date:s.temp.collectiondate,sims_day_closing_usercode:"1",sims_day_closing_shiftcode:"1",sims_day_closing_denomination_type:s.denominations[t].sims_denomination_type,sims_day_closing_denomination_code:s.denominations[t].sims_denomination_code,sims_day_closing_denomination_qty:s.denominations[t].sims_denomination_qty,sims_day_closing_denomination_total:s.denominations[t].sims_denmtn_colletn_amt};e.push(a)}n.post(i.apiUrl+"api/CashInHand/Insert_sims_day_closing_details",e).then(function(e){s.msg1=e.data,1==s.msg1?(swal({title:"Alert",text:"Record inserted Successfully",width:300,height:200}),s.printDenominations()):swal({title:"Alert",text:"Record Not inserted",width:300,height:200}),s.clearDem(),s.getDenominations()})},s.printDenominations=function(){var e=document.head.outerHTML,t=document.getElementById("printdata4").outerHTML,a=window.open("","_blank","location=yes, statusbar=no, menubar=no, titlebar=no, toolbar=no,dependent=no, width=800, height=600, resizable=yes, screenX=250, screenY=10, personalbar=no, scrollbars=yes"),o=a.document;o.open(),o.write("<!doctype html><html>"+e+'<body onLoad="window.print()">'+t+"</body></html>"),o.close(),a.focus()},s.exportDenominations=function(){var e;0!=s.denomination_collectn_amt?e=!0:(e=!1,swal({title:"Alert",text:"Please Enter Denomination details",width:300,height:200})),1==e&&swal({title:"",text:"Are you sure you want to Save CashInHand.xls ?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:390,cancelButtonText:"No"}).then(function(e){e&&(e=new Blob([document.getElementById("printdata4").innerHTML],{type:"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;charset=utf-8"}),saveAs(e,"CashInHand.xls"),s.clearDem(),s.getDenominations())})}}])}(),function(){"use strict";var e=angular.module("sims.module.Finance");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("CumulativeGLQueryCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(n,e,t,a,o,s,i){n.edt={},n.main_true=!0,n.assetmaster_data=[];n.dept_comp_code,n.slma_acno_dept_no,n.finyr,n.valstatus=!1,n.edit_data=!1,n.display=!1,n.pagesize="10",n.pageindex="0",n.pager=!0,n.grid=!0,n.grid1=!1,n.main_table=!0,n.show_report_header=!1,n.ng_if_schedule_group=!1,n.ng_if_show_schedule=!1,n.ng_if_sims_show_budget=!1,n.ng_if_sims_show_budget_varience=!1,n.ng_if_sims_show_varience_percentage=!1,n.filteredTodos=[],n.currentPage=1,n.numPerPage=10,n.maxSize=10,t.globals.currentUser.username.toLowerCase();n.finnDetail=JSON.parse(window.localStorage.Finn_comp);var d=new Date,c=d.getDate(),l=d.getMonth()+1,c=(d.getFullYear(),(d=new Date).getDate());t.globals.currentUser.username;c<10&&(c="0"+c);(l=d.getMonth()+1)<10&&(l="0"+l);var r,m,p,u,g,d=d.getFullYear(),h=(n.sdate=c+"-"+l+"-"+d,n.edate=c+"-"+l+"-"+d,n.from_date=c+"-"+l+"-"+d,n.mom_end_date=c+"-"+l+"-"+d,n.finnDetail.company),f=n.finnDetail.year;function y(e){(e=e||window.event).preventDefault(),u=e.clientX,g=e.clientY,document.onmouseup=v,document.onmousemove=b}function b(e){(e=e||window.event).preventDefault(),m=u-e.clientX,p=g-e.clientY,u=e.clientX,g=e.clientY,r.style.top=r.offsetTop-p+"px",r.style.left=r.offsetLeft-m+"px"}function v(){document.onmouseup=null,document.onmousemove=null}s.get(i.apiUrl+"api/GLSLQuery/getDate_SL_Query?finance_year="+f).then(function(e){n.getDates=e.data,n.edt.from_date=n.getDates[0].sims_financial_year_start_date,n.check_today<n.getDates[0].sims_financial_year_end_date&&n.check_today>n.getDates[0].sims_financial_year_start_date?n.edt.to_date=n.check_today:n.edt.to_date=n.getDates[0].sims_financial_year_end_date,console.log("from date to date :"+n.getDates[0].sims_financial_year_start_date+" "+n.getDates[0].sims_financial_year_end_date)}),s.get(i.apiUrl+"api/GLSLQuery/getdateoption_GL_Query?").then(function(e){n.Date_option=e.data}),s.get(i.apiUrl+"api/PrintVoucher/getTrialBalanceGroup").then(function(e){n.group_data=e.data,setTimeout(function(){$("#group_id").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"}),$("#group_id").multipleSelect("checkAll")},1e3)}),s.get(i.apiUrl+"api/StudentFee/getDecimalPlaces").then(function(e){n.decimal_degit=e.data,n.decimal_dsc=n.decimal_degit[0].comp_curcy_dec}),n.propertyName=null,n.reverse=!1,n.sort=function(e){n.colname=e,n.reverse=n.colname===e&&!n.reverse},n.main_ex=!0,n.mainexpand=function(e){n.main_ex=e;for(var t=0;t<n.shedule_lst.length;t++)n.shedule_lst[t].glsc_sched_name_show=!e},n.expand=function(e,t){e.glsc_sched_name_show?e.glsc_sched_name_show=!1:e.glsc_sched_name_show=!0,n.glma_op_bal_amt_dr=0,n.glma_op_bal_amt_cr=0,n.transaction_amt_dr=0,n.transaction_amt_cr=0,n.closing_balance_dr=0,n.closing_balance_cr=0,n.acct_name="Total : ",n.codp_dept_name="",n.gsgd_group_code="",n.glac_sched_code="",n.chk_acc=!0;for(var a=0;a<t.length;a++)e.gsgd_group_code==t[a].gsgd_group_code&&e.glsc_sched_code==t[a].glac_sched_code&&(t[a].acct_name!=n.acct_name?(n.transaction_amt_dr=parseFloat(n.transaction_amt_dr)+parseFloat(t[a].transaction_amt_dr),n.transaction_amt_cr=parseFloat(n.transaction_amt_cr)+parseFloat(t[a].transaction_amt_cr),n.glma_op_bal_amt_dr=parseFloat(n.glma_op_bal_amt_dr)+parseFloat(t[a].glma_op_bal_amt_dr),n.glma_op_bal_amt_cr=parseFloat(n.glma_op_bal_amt_cr)+parseFloat(t[a].glma_op_bal_amt_cr),n.closing_balance_dr=parseFloat(n.closing_balance_dr)+parseFloat(t[a].closing_balance_dr),n.closing_balance_cr=parseFloat(n.closing_balance_cr)+parseFloat(t[a].closing_balance_cr),n.gsgd_group_code=e.gsgd_group_code,n.glac_sched_code=e.glsc_sched_code):n.chk_acc=!1);var o={transaction_amt_dr:n.transaction_amt_dr,transaction_amt_cr:n.transaction_amt_cr,glma_op_bal_amt_dr:n.glma_op_bal_amt_dr,glma_op_bal_amt_cr:n.glma_op_bal_amt_cr,closing_balance_dr:n.closing_balance_dr,closing_balance_cr:n.closing_balance_cr,gsgd_group_code:n.gsgd_group_code,glac_sched_code:n.glac_sched_code,codp_dept_name:n.codp_dept_name,acct_name:n.acct_name};n.chk_acc&&t.push(o)},n.Search=function(){n.trialbalance=[],n.busy=!0,n.main_table=!0,1==n.show_schedule_group?n.ng_if_schedule_group=!0:n.ng_if_schedule_group=!1,1==n.show_schedule?n.ng_if_show_schedule=!0:n.ng_if_show_schedule=!1,1==n.sims_show_budget?n.ng_if_sims_show_budget=!0:n.ng_if_sims_show_budget=!1,1==n.sims_show_budget_varience?n.ng_if_sims_show_budget_varience=!0:n.ng_if_sims_show_budget_varience=!1,1==n.sims_show_varience_percentage?n.ng_if_sims_show_varience_percentage=!0:n.ng_if_sims_show_varience_percentage=!1,n.printing_user=t.globals.currentUser.username,n.selected_groups_arr="",n.selected_groups=$("#group_id").multipleSelect("getSelects","text");for(var e=0;e<n.selected_groups.length;e++)n.selected_groups_arr=n.selected_groups_arr+n.selected_groups[e]+",";console.log(n.selected_groups_arr),s.get(i.apiUrl+"api/CumSubSumReport/getTrialBalByAcctCode?from_date="+n.edt.from_date+"&to_date="+n.edt.to_date+"&viewmode="+n.edt.view_mode+"&comp_code="+h+"&year="+f+"&group="+n.temp.sims_group+"&schd_code="+n.temp.schedulecode+"&acct_code="+n.temp.scheduleacctcode).then(function(e){n.trialbalance=e.data[0],n.group_lst=e.data[1],n.shedule_lst=e.data[2],console.log("data",n.trialbalance),n.totalItems=n.trialbalance.length,n.todos=n.trialbalance,n.makeTodos(),n.first_schedule=n.trialbalance[0].glac_sched_code,n.glma_op_bal_amt_dr1=0,n.glma_op_bal_amt_cr1=0,n.transaction_amt_dr1=0,n.transaction_amt_cr1=0,n.closing_balance_dr1=0;for(var t=n.closing_balance_cr1=0;t<n.trialbalance.length;t++)"Total : "!=n.trialbalance[t].acct_name&&(n.transaction_amt_dr1=parseFloat(n.transaction_amt_dr1)+parseFloat(n.trialbalance[t].transaction_amt_dr),n.transaction_amt_cr1=parseFloat(n.transaction_amt_cr1)+parseFloat(n.trialbalance[t].transaction_amt_cr),n.glma_op_bal_amt_dr1=parseFloat(n.glma_op_bal_amt_dr1)+parseFloat(n.trialbalance[t].glma_op_bal_amt_dr),n.glma_op_bal_amt_cr1=parseFloat(n.glma_op_bal_amt_cr1)+parseFloat(n.trialbalance[t].glma_op_bal_amt_cr),n.closing_balance_dr1=parseFloat(n.closing_balance_dr1)+parseFloat(n.trialbalance[t].closing_balance_dr),n.closing_balance_cr1=parseFloat(n.closing_balance_cr1)+parseFloat(n.trialbalance[t].closing_balance_cr));if(1==n.ng_if_show_schedule)for(var a=0;a<n.shedule_lst.length;a++){n.glma_op_bal_amt_dr=0,n.glma_op_bal_amt_cr=0,n.transaction_amt_dr=0,n.transaction_amt_cr=0,n.closing_balance_dr=0,n.closing_balance_cr=0,n.glpr_bud_amt=0,n.budget_variance=0,n.acct_name="Total : ",n.codp_dept_name="",n.gsgd_group_code="",n.glac_sched_code="",n.chk_acc=!0;for(t=0;t<n.trialbalance.length;t++)n.shedule_lst[a].gsgd_group_code==n.trialbalance[t].gsgd_group_code&&n.shedule_lst[a].glsc_sched_code==n.trialbalance[t].glac_sched_code&&(n.trialbalance[t].acct_name!=n.acct_name?(n.transaction_amt_dr=parseFloat(n.transaction_amt_dr)+parseFloat(n.trialbalance[t].transaction_amt_dr),n.transaction_amt_cr=parseFloat(n.transaction_amt_cr)+parseFloat(n.trialbalance[t].transaction_amt_cr),n.glma_op_bal_amt_dr=parseFloat(n.glma_op_bal_amt_dr)+parseFloat(n.trialbalance[t].glma_op_bal_amt_dr),n.glma_op_bal_amt_cr=parseFloat(n.glma_op_bal_amt_cr)+parseFloat(n.trialbalance[t].glma_op_bal_amt_cr),n.closing_balance_dr=parseFloat(n.closing_balance_dr)+parseFloat(n.trialbalance[t].closing_balance_dr),n.closing_balance_cr=parseFloat(n.closing_balance_cr)+parseFloat(n.trialbalance[t].closing_balance_cr),n.glpr_bud_amt=parseFloat(n.glpr_bud_amt)+parseFloat(n.trialbalance[t].glpr_bud_amt),n.budget_variance=parseFloat(n.budget_variance)+parseFloat(n.trialbalance[t].budget_variance),n.gsgd_group_code=n.shedule_lst[a].gsgd_group_code,n.glac_sched_code=n.shedule_lst[a].glsc_sched_code):n.chk_acc=!1);var o={transaction_amt_dr:n.transaction_amt_dr,transaction_amt_cr:n.transaction_amt_cr,glma_op_bal_amt_dr:n.glma_op_bal_amt_dr,glma_op_bal_amt_cr:n.glma_op_bal_amt_cr,closing_balance_dr:n.closing_balance_dr,closing_balance_cr:n.closing_balance_cr,glpr_bud_amt:n.glpr_bud_amt,budget_variance:n.budget_variance,gsgd_group_code:n.gsgd_group_code,glac_sched_code:n.glac_sched_code,codp_dept_name:n.codp_dept_name,acct_name:n.acct_name};n.chk_acc&&n.trialbalance.push(o),console.log("comment_code")}if(1==n.ng_if_schedule_group)for(a=0;a<n.group_lst.length;a++){n.glma_op_bal_amt_dr2=0,n.glma_op_bal_amt_cr2=0,n.transaction_amt_dr2=0,n.transaction_amt_cr2=0,n.closing_balance_dr2=0,n.closing_balance_cr2=0,n.glpr_bud_amt2=0,n.budget_variance2=0,n.acct_name2=" Group Total : ",n.codp_dept_name2="",n.gsgd_group_code2="",n.glac_sched_code2="",n.chk_acc=!0;for(t=0;t<n.trialbalance.length;t++)if(n.group_lst[a].glsg_group_code==n.trialbalance[t].gsgd_group_code&&"Total : "==n.trialbalance[t].acct_name)if(n.trialbalance[t].acct_name!=n.acct_name1){n.transaction_amt_dr2=parseFloat(n.transaction_amt_dr2)+parseFloat(n.trialbalance[t].transaction_amt_dr),n.transaction_amt_cr2=parseFloat(n.transaction_amt_cr2)+parseFloat(n.trialbalance[t].transaction_amt_cr),n.glma_op_bal_amt_dr2=parseFloat(n.glma_op_bal_amt_dr2)+parseFloat(n.trialbalance[t].glma_op_bal_amt_dr),n.glma_op_bal_amt_cr2=parseFloat(n.glma_op_bal_amt_cr2)+parseFloat(n.trialbalance[t].glma_op_bal_amt_cr),n.closing_balance_dr2=parseFloat(n.closing_balance_dr2)+parseFloat(n.trialbalance[t].closing_balance_dr),n.closing_balance_cr2=parseFloat(n.closing_balance_cr2)+parseFloat(n.trialbalance[t].closing_balance_cr),n.glpr_bud_amt2=parseFloat(n.glpr_bud_amt2)+parseFloat(n.trialbalance[t].glpr_bud_amt),n.budget_variance2=parseFloat(n.budget_variance2)+parseFloat(n.trialbalance[t].budget_variance),n.gsgd_group_code2=n.group_lst[a].glsg_group_code;for(var s=0;s<n.shedule_lst.length;s++)n.shedule_lst[s].gsgd_group_code==n.group_lst[a].glsg_group_code&&(n.glac_sched_code2=n.shedule_lst[s].glsc_sched_code)}else n.chk_acc=!1;o={transaction_amt_dr:n.transaction_amt_dr2,transaction_amt_cr:n.transaction_amt_cr2,glma_op_bal_amt_dr:n.glma_op_bal_amt_dr2,glma_op_bal_amt_cr:n.glma_op_bal_amt_cr2,closing_balance_dr:n.closing_balance_dr2,closing_balance_cr:n.closing_balance_cr2,glpr_bud_amt:n.glpr_bud_amt2,budget_variance:n.budget_variance2,gsgd_group_code:n.gsgd_group_code2,glac_sched_code:n.glac_sched_code2,codp_dept_name:n.codp_dept_name2,acct_name:n.acct_name2};n.chk_acc&&n.trialbalance.push(o),console.log("comment_code")}n.busy=!1,n.main_table=!1,console.log("trialbalance",n.trialbalance)}),n.main_true=!1,n.grid1=!0},n.show_columns=function(e){if(e==n.first_schedule)return!0},n.getAccountData=function(e){n.full_account_code=e.acct_name,n.timedate_from=n.edt.from_date,n.timedate_to=n.edt.to_date;var t=e.glma_acct_code;n.opening_bal_cr=e.glma_op_bal_amt_cr,n.opening_bal_dr=e.glma_op_bal_amt_dr,n.closing_balance_dr_bottom=e.closing_balance_dr,s.get(i.apiUrl+"api/PrintVoucher/getTrialBalanceAccountCode?comp_code="+h+"&year="+f+"&account_code="+t+"&from_date="+n.edt.from_date+"&to_date="+n.edt.to_date).then(function(e){n.child_window_data=e.data,setTimeout(function(){$("#TrialModal").modal({backdrop:"static",keyboard:!1})},500),n.final_total_dr=0;for(var t=n.final_total_cr=0;t<n.child_window_data.length;t++)n.final_total_dr=parseFloat(n.child_window_data[t].debit)+parseFloat(n.final_total_dr),n.final_total_cr=parseFloat(n.child_window_data[t].credit)+parseFloat(n.final_total_cr);n.final_total_dr=parseFloat(n.final_total_dr)+parseFloat(n.opening_bal_dr),n.final_total_cr=parseFloat(n.final_total_cr)+parseFloat(n.opening_bal_cr),n.closing_balance_child_win=0,n.closing_balance_child_win=parseFloat(n.final_total_dr)-parseFloat(n.final_total_cr),0<=n.closing_balance_child_win?n.label_cr_dr="dr":n.label_cr_dr="cr"})},s.get(i.apiUrl+"api/PrintVoucher/getPurchasedeatils").then(function(e){n.total_counts=e.data}),setTimeout(function(){$("#group_id").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"})},1e3),setTimeout(function(){$("#schedule_code").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"})},1e3),setTimeout(function(){$("#schd_acccount_code").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"})},1e3),n.report_show=!0,n.Report=function(e){n.report_show=!1;e={location:n.total_counts[0].fins_appl_form_field_value1,parameter:{comp_detail:e.gltr_comp_code,doc_code:e.gltr_doc_code,doc_no:e.gltr_our_doc_no},state:"main.FINR15",ready:function(){this.refreshReport()}};window.localStorage.ReportDetails=JSON.stringify(e);try{n.rpt=JSON.parse(window.localStorage.ReportDetails),n.location=n.rpt.location,n.parameter=n.rpt.parameter,n.state=n.rpt.state}catch(e){}var e="SimsReports."+n.location+",SimsReports",t=window.location.href,t=t.substring(0,t.indexOf(":"));t="sms"==s.defaults.headers.common.schoolId?"https"==t?"https://"+s.defaults.headers.common.schoolId+".obacenter.ae/report/api/reports/":"http://"+s.defaults.headers.common.schoolId+".obacenter.ae/report/api/reports/":("svcc"!=s.defaults.headers.common.schoolId&&"svvm"!=s.defaults.headers.common.schoolId&&"svvmc"!=s.defaults.headers.common.schoolId&&"hedgewar"!=s.defaults.headers.common.schoolId&&"mptesdvs"!=s.defaults.headers.common.schoolId&&"ctbc"!=s.defaults.headers.common.schoolId&&"dvhs"!=s.defaults.headers.common.schoolId&&"dvhss"!=s.defaults.headers.common.schoolId&&"dvps"!=s.defaults.headers.common.schoolId&&"vision"!=s.defaults.headers.common.schoolId&&"dmc"!=s.defaults.headers.common.schoolId&&s.defaults.headers.common.schoolId,i.reportingServer2.includes(schoolId)?i.newReportUrl1+schoolId+"/api/reports/":i.newReportUrl+schoolId+"/api/reports/"),console.log(t),n.parameters={},$("#reportViewer1").telerik_ReportViewer({serviceUrl:t,viewMode:telerikReportViewer.ViewModes.INTERACTIVE,scaleMode:telerikReportViewer.ScaleModes.SPECIFIC,scale:1,ready:function(){}}),$("#reportViewer1").data("telerik_ReportViewer").reportSource({report:e,parameters:n.parameter}),setInterval(function(){$("#k-item k-state-default k-state-disabled").css({display:"block"}),$(".trv-report-viewer input[type=number]").css({"min-height":"0px"})},1e3),a(function(){$("#k-item k-state-default k-state-disabled").css({display:"block"}),$(".trv-report-viewer input[type=number]").css({"min-height":"0px"})},100)},n.searched=function(e,t){return _.filter(e,function(e){return searchUtil(e,t)})},n.search=function(){n.todos=n.searched(n.trialbalance,n.searchText),n.totalItems=n.todos.length,n.currentPage="1",""==n.searchText&&(n.todos=n.trialbalance)},n.search_type=function(e){s.get(i.apiUrl+"api/common/AssetMaster/GetFins_AssetMaster?type="+n.edt.gam_asst_type+"&gam_items="+n.edt.gam_item_no).then(function(e){n.display=!1,n.grid=!0,n.grid1=!0,n.assetmaster_data=e.data,n.totalItems=n.assetmaster_data.length,n.todos=n.assetmaster_data,n.makeTodos(),0==e.data.length&&(swal({title:"Alert",text:"Sorry!! No Data Found",showCloseButton:!0,width:380}),n.grid1=!1)})},n.Fetchdata=function(e,t,a){n.docCode1=t,n.provNo1=a,$("#myModal4").modal("show"),s.get(i.apiUrl+"api/VoucherReversal/getAllRecords?doccode="+t+"&prnumber="+a+"&comp_code="+e).then(function(e){n.prdocdata=e.data,n.temp_doc=[],n.totalDebit=0;for(var t=n.totalcredit=0;t<n.prdocdata.length;t++)0==t&&(n.temp_doc.gltd_comp_code=n.prdocdata[t].gltd_comp_code,n.temp_doc.gltd_doc_code=n.prdocdata[t].gltd_doc_code,n.temp_doc.gltd_doc_narr=n.prdocdata[t].gltd_doc_narr,n.temp_doc.gltd_remarks=n.prdocdata[t].gltd_remarks,n.temp_doc.gltd_doc_date=n.prdocdata[t].gltd_doc_date,n.temp_doc.gltd_post_date=n.prdocdata[t].gltd_post_date,n.temp_doc.gltd_prov_doc_no=n.prdocdata[t].gltd_prov_doc_no,n.temp_doc.gltd_final_doc_no=a,n.temp_doc.gltd_paid_to=n.prdocdata[t].gltd_paid_to,n.temp_doc.gltd_cheque_no=n.prdocdata[t].gltd_cheque_no,n.temp_doc.gldu_authorize=n.prdocdata[t].gldu_authorize,n.temp_doc.gldu_verify=n.prdocdata[t].gldu_verify,n.temp_doc.gltd_authorize_date=n.prdocdata[t].gltd_authorize_date,n.temp_doc.gltd_verify_date=n.prdocdata[t].gltd_verify_date),n.cost=n.cost||""!=n.prdocdata[t].gldd_cost_center_code||""!=n.prdocdata[t].gldd_cost_center_code,n.totalDebit=parseFloat(n.totalDebit)+parseFloat(n.prdocdata[t].gldd_doc_amount_debit),n.totalcredit=parseFloat(n.totalcredit)+parseFloat(n.prdocdata[t].gldd_doc_amount_credit)})},n.makeTodos=function(){var e=parseInt(n.totalItems%n.numPerPage),e=(n.pagersize="0"==e?parseInt(n.totalItems/n.numPerPage):parseInt(n.totalItems/n.numPerPage)+1,(n.currentPage-1)*n.numPerPage),t=parseInt(e)+parseInt(n.numPerPage);n.filteredTodos=n.todos.slice(e,t)},n.getgrid=function(){s.get(i.apiUrl+"api/common/AssetMaster/GetFins_AssetMaster").then(function(e){n.display=!1,n.grid=!0,n.assetmaster_data=e.data,n.totalItems=n.assetmaster_data.length,n.todos=n.assetmaster_data,n.makeTodos(),n.grid=!0}),n.myForm.$setPristine(),n.myForm.$setUntouched()},n.cancel=function(){n.grid=!0,n.display=!1,n.myForm.$setPristine(),n.myForm.$setUntouched()},n.size=function(e){"All"==e?(n.currentPage="1",n.filteredTodos=n.assetmaster_data,n.pager=!1):(n.pager=!0,n.pagesize=e,n.currentPage=1,n.numPerPage=e,n.makeTodos()),n.numPerPage=e},n.index=function(e){n.pageindex=e,n.currentPage=e,n.makeTodos(),(void 0).checked=!1},n.back=function(){n.report_show=!0},n.Report1=function(){swal({title:"",text:"Are you sure you want to Save "+n.obj1.lic_school_name+" TrialBalanceByAccount.xls ?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:390,cancelButtonText:"No"}).then(function(e){e&&(e=new Blob([document.getElementById("percentage").innerHTML],{type:"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;charset=utf-8"}),saveAs(e,n.obj1.lic_school_name+" TrialBalanceByAccount.xls"))})},n.Report2=function(e){swal({title:"",text:"Are you sure you want to Save "+n.obj1.lic_school_name+" TrialBalance.xls ?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:390,cancelButtonText:"No"}).then(function(e){e&&(e=new Blob([document.getElementById("dataprint").innerHTML],{type:"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;charset=utf-8"}),saveAs(e,"TrialBalance.xls"))})},n.print=function(){n.colsvis=!0,n.show_report_header=!0,swal({title:"Alert",text:"Do you want to Print?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){var t,a,o;e&&(e=document.head.outerHTML,t=document.getElementById("dataprint").outerHTML,(o=(a=window.open("","_blank","location=yes, statusbar=no, menubar=no, titlebar=no, toolbar=no,dependent=no, width=800, height=600, resizable=yes, screenX=250, screenY=10, personalbar=no, scrollbars=yes")).document).open(),o.write("<!doctype html><html>"+e+'<body onLoad="window.print()">'+t+"</body></html>"),o.close(),a.focus(),n.detailsField=!1,n.colsvis=!1,n.show_report_header=!1,n.getsubdetail())})},n.ischeck=function(){n.checklick=function(){var e=document.getElementById("Show_Schedule");1==e.checked&&e.checked}},n.getSchdCode=function(){s.get(i.apiUrl+"api/CumSubSumReport/getScheduleCodebygrp?comp_code="+h+"&finance_year="+f+"&group_code="+n.temp.sims_group).then(function(e){n.schdCodes=e.data,setTimeout(function(){$("#schedule_code").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"})},1e3)})},n.getSchdAcctCode=function(){s.get(i.apiUrl+"api/CumSubSumReport/getScheduleAcctCode?comp_code="+h+"&finance_year="+f+"&group_code="+n.temp.sims_group+"&schd_code="+n.temp.schedulecode).then(function(e){n.schdAcctCodes=e.data,setTimeout(function(){$("#schd_acccount_code").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"})},1e3)})},s.get(i.apiUrl+"api/GLSLQuery/getDate_SL_Query?finance_year="+f).then(function(e){n.getDates=e.data,0<n.getDates.length?(n.sDate=n.getDates[0].sims_financial_year_start_date,n.eDate=n.getDates[0].sims_financial_year_end_date,n.edt={from_date:n.getDates[0].sims_financial_year_start_date,to_date:n.getDates[0].sims_financial_year_end_date},$(document).ready(function(){$("#dp_recdate").kendoDatePicker({format:"dd-MM-yyyy",min:new Date(moment(n.sDate,"DD-MM-YYYY").format("YYYY-MM-DD")),max:new Date(moment(n.eDate,"DD-MM-YYYY").format("YYYY-MM-DD"))})}),$(document).ready(function(){$("#to_date").kendoDatePicker({format:"dd-MM-yyyy",min:new Date(moment(n.sDate,"DD-MM-YYYY").format("YYYY-MM-DD")),max:new Date(moment(n.eDate,"DD-MM-YYYY").format("YYYY-MM-DD"))})})):($(document).ready(function(){$("#dp_recdate").kendoDatePicker({format:"dd-MM-yyyy"})}),$(document).ready(function(){$("#to_date").kendoDatePicker({format:"dd-MM-yyyy"})}))}),n.onChange2=function(){var e=moment(n.eDate,"DD-MM-YYYY").format("YYYY-MM-DD"),t=moment(n.edt.to_date,"DD-MM-YYYY").format("YYYY-MM-DD");moment(t)>moment(e)&&(n.edt.from_date="",swal({title:"Alert",text:"Please select date between "+n.sDate+" to "+n.eDate+" in financial year",showCloseButton:!0,width:380}))},r=document.getElementById("mydiv"),g=u=p=m=0,document.getElementById(r.id+"header")?document.getElementById(r.id+"header").onmousedown=y:r.onmousedown=y,n.onChange1=function(){"3"==n.edt.date_option&&(n.edt.from_date=moment(n.from_date,"DD-MM-YYYY").startOf("month").format("DD-MM-YYYY"),n.edt.to_date=moment(n.from_date,"DD-MM-YYYY").endOf("month").format("DD-MM-YYYY")),"4"==n.edt.date_option&&(n.edt.from_date=moment(n.from_date,"DD-MM-YYYY").subtract(1,"month").startOf("month").format("DD-MM-YYYY"),n.edt.to_date=moment(n.from_date,"DD-MM-YYYY").subtract(1,"month").endOf("month").format("DD-MM-YYYY")),"5"==n.edt.date_option&&(n.edt.from_date=moment(n.from_date,"DD-MM-YYYY").startOf("week").format("DD-MM-YYYY"),n.edt.to_date=moment(n.from_date,"DD-MM-YYYY").endOf("week").format("DD-MM-YYYY")),"6"==n.edt.date_option&&(n.edt.from_date=moment(n.from_date,"DD-MM-YYYY").subtract(1,"week").startOf("week").format("DD-MM-YYYY"),n.edt.to_date=moment(n.from_date,"DD-MM-YYYY").subtract(1,"week").endOf("week").format("DD-MM-YYYY")),"7"==n.edt.date_option&&(n.edt.from_date=moment(n.from_date,"DD-MM-YYYY").format("DD-MM-YYYY"),n.edt.to_date=moment(n.from_date,"DD-MM-YYYY").format("DD-MM-YYYY")),"8"==n.edt.date_option&&(n.edt.from_date=moment(n.from_date,"DD-MM-YYYY").startOf("year").format("DD-MM-YYYY"),n.edt.to_date=moment(n.from_date,"DD-MM-YYYY").endOf("year").format("DD-MM-YYYY")),"9"==n.edt.date_option&&(n.edt.from_date=moment(n.from_date,"DD-MM-YYYY").subtract(1,"year").startOf("year").format("DD-MM-YYYY"),n.edt.to_date=moment(n.from_date,"DD-MM-YYYY").subtract(1,"year").endOf("year").format("DD-MM-YYYY")),"10"==n.edt.date_option&&(n.edt.from_date=moment(n.from_date,"DD-MM-YYYY").month("September").startOf("month").format("DD-MM-YYYY"),n.edt.to_date=moment(n.from_date,"DD-MM-YYYY").add("year",1).month("August").endOf("month").format("DD-MM-YYYY")),"11"==n.edt.date_option&&(n.edt.from_date=moment(n.from_date,"DD-MM-YYYY").subtract("year",1).month("September").startOf("month").format("DD-MM-YYYY"),n.edt.to_date=moment(n.from_date,"DD-MM-YYYY").month("August").startOf("month").format("DD-MM-YYYY")),"12"==n.edt.date_option&&(n.edt.from_date=moment(n.from_date,"DD-MM-YYYY").subtract(1,"days").format("DD-MM-YYYY"),n.edt.to_date=moment(n.from_date,"DD-MM-YYYY").subtract(1,"days").format("DD-MM-YYYY")),"13"==n.edt.date_option&&(n.current_Quatar_from_date=moment(n.from_date,"DD-MM-YYYY").startOf("quarter").format("DD-MM-YYYY"),n.edt.from_date=moment(n.current_Quatar_from_date,"DD-MM-YYYY").add(2,"month").startOf("month").format("DD-MM-YYYY"),n.current_Quatar_to_date=moment(n.from_date,"DD-MM-YYYY").endOf("quarter").format("DD-MM-YYYY"),n.edt.to_date=moment(n.current_Quatar_to_date,"DD-MM-YYYY").add(2,"month").endOf("month").format("DD-MM-YYYY")),"14"==n.edt.date_option&&(n.current_Quatar_from_date=moment(n.from_date,"DD-MM-YYYY").subtract(1,"quarter").startOf("quarter").format("DD-MM-YYYY"),n.edt.from_date=moment(n.current_Quatar_from_date,"DD-MM-YYYY").add(2,"month").startOf("month").format("DD-MM-YYYY"),n.current_Quatar_to_date=moment(n.from_date,"DD-MM-YYYY").subtract(1,"quarter").endOf("quarter").format("DD-MM-YYYY"),n.edt.to_date=moment(n.current_Quatar_to_date,"DD-MM-YYYY").add(2,"month").endOf("month").format("DD-MM-YYYY")),"15"==n.edt.date_option&&(n.edt.from_date=moment(n.from_date,"DD-MM-YYYY").startOf("week").format("DD-MM-YYYY"),n.edt.to_date=moment(n.from_date,"DD-MM-YYYY").format("DD-MM-YYYY")),"16"==n.edt.date_option&&(n.edt.from_date=moment(n.from_date,"DD-MM-YYYY").startOf("month").format("DD-MM-YYYY"),n.edt.to_date=moment(n.from_date,"DD-MM-YYYY").format("DD-MM-YYYY")),"17"==n.edt.date_option&&(n.current_Quatar_from_date=moment(n.from_date,"DD-MM-YYYY").startOf("quarter").format("DD-MM-YYYY"),n.edt.from_date=moment(n.current_Quatar_from_date,"DD-MM-YYYY").add(2,"month").startOf("month").format("DD-MM-YYYY"),n.edt.to_date=moment(n.from_date,"DD-MM-YYYY").format("DD-MM-YYYY")),"18"==n.edt.date_option&&(n.edt.from_date=moment(n.from_date,"DD-MM-YYYY").startOf("year").format("DD-MM-YYYY"),n.edt.to_date=moment(n.from_date,"DD-MM-YYYY").format("DD-MM-YYYY")),"19"==n.edt.date_option&&(n.edt.from_date=moment(n.from_date,"DD-MM-YYYY").subtract(1,"year").startOf("year").format("DD-MM-YYYY"),n.edt.to_date=moment(n.from_date,"DD-MM-YYYY").format("DD-MM-YYYY")),"20"==n.edt.date_option&&(n.current_Quatar_from_date=moment(n.from_date,"DD-MM-YYYY").subtract(1,"quarter").startOf("quarter").format("DD-MM-YYYY"),n.edt.from_date=moment(n.current_Quatar_from_date,"DD-MM-YYYY").add(2,"month").startOf("month").format("DD-MM-YYYY"),n.edt.to_date=moment(n.from_date,"DD-MM-YYYY").format("DD-MM-YYYY")),"21"==n.edt.date_option&&(n.edt.from_date=moment(n.from_date,"DD-MM-YYYY").subtract(1,"week").startOf("week").format("DD-MM-YYYY"),n.edt.to_date=moment(n.from_date,"DD-MM-YYYY").format("DD-MM-YYYY")),"22"==n.edt.date_option&&(n.edt.from_date=moment(n.from_date,"DD-MM-YYYY").startOf("year").format("DD-MM-YYYY"),n.edt.to_date=moment(n.from_date,"DD-MM-YYYY").subtract(1,"month").startOf("month").format("DD-MM-YYYY")),"23"==n.edt.date_option&&(n.edt.from_date=moment(n.from_date,"DD-MM-YYYY").startOf("year").format("DD-MM-YYYY"),n.edt.to_date=moment(n.from_date,"DD-MM-YYYY").startOf("month").format("DD-MM-YYYY")),"24"==n.edt.date_option&&(n.edt.from_date=moment(n.from_date,"DD-MM-YYYY").add(1,"week").startOf("week").format("DD-MM-YYYY"),n.edt.to_date=moment(n.from_date,"DD-MM-YYYY").add(1,"week").endOf("week").format("DD-MM-YYYY")),"25"==n.edt.date_option&&(n.edt.from_date=moment(n.from_date,"DD-MM-YYYY").add(4,"week").startOf("week").format("DD-MM-YYYY"),n.edt.to_date=moment(n.from_date,"DD-MM-YYYY").add(4,"week").endOf("week").format("DD-MM-YYYY")),"26"==n.edt.date_option&&(n.edt.from_date=moment(n.from_date,"DD-MM-YYYY").add(1,"month").startOf("month").format("DD-MM-YYYY"),n.edt.to_date=moment(n.from_date,"DD-MM-YYYY").add(1,"month").endOf("month").format("DD-MM-YYYY")),"27"==n.edt.date_option&&(n.edt.from_date=moment(n.from_date,"DD-MM-YYYY").add(1,"year").startOf("year").format("DD-MM-YYYY"),n.edt.to_date=moment(n.from_date,"DD-MM-YYYY").add(1,"year").endOf("year").format("DD-MM-YYYY")),"28"==n.edt.date_option&&(n.edt.from_date=moment(n.from_date,"DD-MM-YYYY").subtract(30,"days").format("DD-MM-YYYY"),n.edt.to_date=moment(n.from_date,"DD-MM-YYYY").format("DD-MM-YYYY")),"29"==n.edt.date_option&&(n.edt.from_date=moment(n.from_date,"DD-MM-YYYY").subtract(60,"days").format("DD-MM-YYYY"),n.edt.to_date=moment(n.from_date,"DD-MM-YYYY").format("DD-MM-YYYY")),"30"==n.edt.date_option&&(n.edt.from_date=moment(n.from_date,"DD-MM-YYYY").subtract(90,"days").format("DD-MM-YYYY"),n.edt.to_date=moment(n.from_date,"DD-MM-YYYY").format("DD-MM-YYYY"))},n.onChange=function(){var e=moment(n.sDate,"DD-MM-YYYY").format("YYYY-MM-DD"),t=moment(n.edt.from_date,"DD-MM-YYYY").format("YYYY-MM-DD");moment(t)<moment(e)&&(n.edt.from_date="",swal({title:"Alert",text:"Please select date between "+n.sDate+" to "+n.eDate+" in financial year",showCloseButton:!0,width:380}))},$(document).on("touch click",'*[data-datepicker="true"] .add-on',function(e){$('input[type="text"]',$(this).parent()).focus()})}])}(),function(){"use strict";var r,e=angular.module("sims.module.Setup");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("CompanyBankDetailsCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(n,e,t,a,o,i,d){n.pagesize="10",n.pageindex="1",n.edit_code=!1,n.edt={},n.grid=!0,n.display=!1;n.user_access=[],n.appcode=e.current.name.split("."),t.globals.currentUser.username;n.finnDetail=JSON.parse(window.localStorage.Finn_comp);var c=n.finnDetail.company,l=n.finnDetail.year;i.get(d.apiUrl+"api/PDCBill/getBankDeatails").then(function(e){n.BankDetails=e.data}),n.getgrid=function(){i.get(d.apiUrl+"api/finance/getAllCompanyBankDetails?comp_code="+c+"&finance_year="+l).then(function(e){n.Bankmaster=e.data,n.totalItems=n.Bankmaster.length,n.todos=n.Bankmaster,n.makeTodos(),0<e.data.length?(n.Showsave=!1,n.rpt_list=e.data):swal("No Record Found")})},n.getgrid(),n.edit=function(e){0==n.user_access.data_update?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(n.display=!0,n.grid=!1,n.save1=!1,n.update1=!0,n.delete1=!1,n.edt={comp_bank_code:e.comp_bank_code,comp_bank_name:e.comp_bank_name,comp_bank_branch_name:e.comp_bank_branch_name,comp_bank_address:e.comp_bank_address,comp_bank_account_no:e.comp_bank_account_no,comp_bank_iban_no:e.comp_bank_iban_no,comp_route_code:e.comp_route_code,comp_ifsc_code:e.comp_ifsc_code,comp_swift_code:e.comp_swift_code,comp_bank_status:e.comp_bank_status},n.Update=!0)},n.Save=function(e){var t=[];e&&(0==n.update1?((t=n.edt).opr="I",t.comp_code=c,i.post(d.apiUrl+"api/finance/CBDAllCompanyBankDetails",t).then(function(e){n.grid=!0,n.display=!1,n.msg1=e.data,1==n.msg1?swal({text:"Company Bank Details Added Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&n.getgrid()}):0==n.msg1?swal({text:" Company Bank Details Record Already Exists. ",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380}).then(function(e){e&&n.getgrid()}):swal("Error-"+n.msg1)})):n.Update2(e))},n.Update2=function(e){var t=[];e&&1==n.update1&&((t=n.edt).opr="U",t.comp_code=c,i.post(d.apiUrl+"api/finance/CBDAllCompanyBankDetails",t).then(function(e){n.grid=!0,n.display=!1,n.msg1=e.data,1==n.msg1?swal({text:"Company Bank Details Updated Successfully.",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&n.getgrid()}):0==n.msg1?swal({title:"Alert",text:"Only one Company Bank Details can be set as current at a time.",showCloseButton:!0,width:380}).then(function(e){e&&n.getgrid()}):swal("Error-"+n.msg1),s}))},n.New=function(){0==n.user_access.data_insert?swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200}):(n.grid=!1,n.display=!0,n.grid=!1,n.save1=!0,n.update1=!1,n.delete1=!1,n.edt={},n.edit_code=!1)},n.cancel=function(){n.grid=!0,n.display=!1,n.myForm.$setPristine(),n.myForm.$setUntouched()},n.CheckAllChecked=function(){if(1==(r=document.getElementById("mainchk")).checked){for(var e=0;e<n.Bankmaster.length;e++)document.getElementById("bank-"+e).checked=!0,n.row1="row_selected",$("tr").addClass("row_selected");Bankmaster}else for(e=0;e<n.Bankmaster.length;e++)document.getElementById("bank-"+e).checked=!1,r.checked=!1,n.row1=""},n.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),n.color="#edefef"}),1==(r=document.getElementById("mainchk")).checked&&(r.checked=!1,$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected")}))},n.Delete=function(){if(0==n.user_access.data_delete)swal({title:"Alert",text:"Login user does not have required privilege to perform this action.",width:350,height:200});else{for(var o=[],e=0;e<n.Bankmaster.length;e++)1==document.getElementById("bank-"+e).checked&&(n.flag=!0,o={comp_bank_code:n.Bankmaster[e].comp_bank_code,comp_code:c,comp_bank_name:n.Bankmaster[e].comp_bank_name,comp_bank_branch_name:n.Bankmaster[e].comp_bank_branch_name,comp_bank_address:n.Bankmaster[e].comp_bank_address,comp_bank_account_no:n.Bankmaster[e].comp_bank_account_no,comp_bank_iban_no:n.Bankmaster[e].comp_bank_iban_no,comp_route_code:n.Bankmaster[e].comp_route_code,comp_ifsc_code:n.Bankmaster[e].comp_ifsc_code,comp_swift_code:n.Bankmaster[e].comp_swift_code,comp_bank_status:n.Bankmaster[e].comp_bank_status,opr:"D"});n.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)i.post(d.apiUrl+"api/finance/CBDAllCompanyBankDetails",o).then(function(e){n.msg1=e.data,1==n.msg1?swal({text:"Company Bank Details Deleted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&n.getgrid()}):0==n.msg1?swal({text:"Record Already Mapped.Can't be Deleted. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&n.getgrid()}):swal("Error-"+n.msg1)});else{1==(r=document.getElementById("mainchk")).checked&&(r.checked=!1);for(var t=0;t<n.Bankmaster.length;t++){var a=document.getElementById("bank-"+t);1==a.checked&&(a.checked=!1,$("tr").removeClass("row_selected"))}}}):swal({text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380})}},n.size=function(e){n.pager=10==e||20==e,"*"==e?(n.numPerPage=n.acadyr_data.length,n.Bankmaster=n.acadyr_data):(n.pagesize=e,n.currentPage=1,n.numPerPage=e),n.makeTodos()},n.index=function(e){n.pageindex=e,n.currentPage=e,n.makeTodos(),r.checked=!1,n.row1=""},n.Bankmaster=[],n.currentPage=1,n.numPerPage=10,n.maxSize=10,n.makeTodos=function(){var e=parseInt(n.totalItems%n.numPerPage),e=(n.pagersize="0"==e?parseInt(n.totalItems/n.numPerPage):parseInt(n.totalItems/n.numPerPage)+1,(n.currentPage-1)*n.numPerPage),t=parseInt(e)+parseInt(n.numPerPage);n.Bankmaster=n.todos.slice(e,t)},n.searched=function(e,t){return _.filter(e,function(e){return searchUtil(e,t)})}}])}(),function(){"use strict";var m,p=[],e=angular.module("sims.module.Finance");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("FeePostingPaymentModeCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(s,e,t,a,o,n,i){s.pagesize="10",s.pageindex="0",s.pager=!0,s.save_btn=!0;var d=[],c=(s.Update_btn=!1,s.display=!1,s.table=!0,a(function(){$("#fixTable").tableHeadFixer({top:1})},100),t.globals.currentUser.username.toLowerCase(),s.finnDetail=JSON.parse(window.localStorage.Finn_comp),s.finnDetail.company),l=s.finnDetail.year;setTimeout(function(){$("#Accno").select2()},100),setTimeout(function(){$("#cmb_adv_ac").select2()},100),setTimeout(function(){$("#cmb_refund_ac").select2()},100),setTimeout(function(){$("#cmb_pay_realize_ac").select2()},100),setTimeout(function(){$("#cmb_pdc_realize_ac").select2()},100),n.get(i.apiUrl+"api/FeePosting/getFeePosting?comp_code=0"+c+"&finance_year="+l).then(function(e){s.feepost=e.data,s.totalItems=s.feepost.length,s.todos=s.feepost,s.makeTodos()}),s.getdata=function(){n.get(i.apiUrl+"api/FeePosting/getFeePosting?comp_code=0"+c+"&finance_year="+l).then(function(e){s.feepost=e.data,s.totalItems=s.feepost.length,s.todos=s.feepost,s.makeTodos()})},n.get(i.apiUrl+"api/FeePosting/GetPaymentMode").then(function(e){s.pay_mode=e.data}),n.get(i.apiUrl+"api/FeePosting/GetGLAccountNumber?comp_code="+c+"&finance_year="+l).then(function(e){s.GlACNO=e.data}),s.temp={},n.get(i.apiUrl+"api/common/getCuriculum").then(function(e){s.Cname=e.data,0<e.data.length&&(s.temp.sims_cur_code=e.data[0].sims_cur_code,s.getacyr(s.temp.sims_cur_code)),s.getacyr(s.Cname[0].sims_cur_code)}),s.getacyr=function(e){n.get(i.apiUrl+"api/common/getAcademicYear?curCode="+e).then(function(e){s.Academic_year=e.data,0<e.data.length&&(s.temp.sims_academic_year=e.data[0].sims_academic_year)})},s.size=function(e){"All"==e?(s.currentPage="1",s.filteredTodos=s.feepost,s.pager=!1):(s.pager=!0,s.pagesize=e,s.currentPage=1,s.numPerPage=e,s.makeTodos())},s.index=function(e){s.pageindex=e,s.currentPage=e,s.makeTodos(),m.checked=!1,s.row1=""},s.filteredTodos=[],s.currentPage=1,s.numPerPage=10,s.maxSize=10,s.makeTodos=function(){var e=parseInt(s.totalItems%s.numPerPage),e=(s.pagersize="0"==e?parseInt(s.totalItems/s.numPerPage):parseInt(s.totalItems/s.numPerPage)+1,(s.currentPage-1)*s.numPerPage),t=parseInt(e)+parseInt(s.numPerPage);s.filteredTodos=s.todos.slice(e,t)},s.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).fins_fee_payment_type_desc.toLowerCase().indexOf(t.toLowerCase())||-1<e.fins_fee_acno_name.toLowerCase().indexOf(t.toLowerCase())||e.acno==t;var t})},s.search=function(){s.todos=s.searched(s.feepost,s.searchText),s.totalItems=s.todos.length,s.currentPage="1",""==s.searchText&&(s.todos=s.feepost),s.makeTodos(),m.checked=!1,s.CheckAllChecked()},s.showdate=function(e,t){var a=e.split("/")[0],o=e.split("/")[1],e=e.split("/")[2];s.temp[t]=e+"/"+a+"/"+o},s.New=function(){s.temp={},s.disabled=!1,s.gdisabled=!1,s.aydisabled=!1,s.table=!1,s.display=!0,s.save_btn=!0,s.Update_btn=!1,s.currcode1=!1,s.acdyear1=!1,s.Ptype1=!1,$("#Accno").select2("val",""),$("#cmb_adv_ac").select2("val",""),$("#cmb_refund_ac").select2("val",""),s.temp.fins_fee_posting_status=!0,0<s.Cname.length&&(s.temp.sims_cur_code=s.Cname[0].sims_cur_code,s.getacyr(s.temp.sims_cur_code)),0<s.Academic_year.length&&(s.temp.sims_academic_year=s.Academic_year[0].sims_academic_year)},s.setvisible=function(){s.ldgno=!0,s.slno=!0};var d=[],r=(s.savedata=function(e){var t;d=[],t=[],e&&((t=s.temp).opr="I",d.push(t),n.post(i.apiUrl+"api/FeePosting/CUDFeePostingPaymentMode",d).then(function(e){s.msg1=e.data,s.msg1,swal({title:"Alert",text:s.msg1.strMessage,width:300,height:200}),s.getdata(),s.table=!0,s.display=!1}),d=[])},s.Cancel=function(){s.temp="",s.table=!0,s.display=!1,s.Myform.$setPristine(),s.Myform.$setUntouched()},s.edit=function(e){s.gdisabled=!1,s.aydisabled=!0,s.table=!1,s.display=!0,s.save_btn=!1,s.Update_btn=!0;s.temp={sims_cur_code:e.fins_fee_cur_code,sims_academic_year:e.fins_fee_academic_year,sims_appl_parameter:e.fins_fee_payment_type,acno:e.fins_fee_acno,acno_code:e.fins_fee_advance_acno,fins_fee_refund_acno:e.fins_fee_refund_acno,fins_fee_posting_status:e.fins_fee_posting_status,fins_fee_acno_old:e.fins_fee_acno,fins_pdc_realize_acno:e.fins_pdc_realize_acno,fins_pdc_payment_acno:e.fins_pdc_payment_acno},$("#Accno").select2("val",e.fins_fee_acno),$("#cmb_adv_ac").select2("val",e.fins_fee_advance_acno),$("#cmb_refund_ac").select2("val",e.fins_fee_refund_acno),s.checkPaymentType(e.fins_fee_payment_type),$("#cmb_pay_realize_ac").select2("val",e.fins_pdc_payment_acno),$("#cmb_pdc_realize_ac").select2("val",e.fins_pdc_realize_acno),s.currcode1=!0,s.acdyear1=!0,s.Ptype1=!0},[]);s.update=function(){s.temp;var e={opr:"U",sims_cur_code:s.temp.sims_cur_code,sims_academic_year:s.temp.sims_academic_year,sims_appl_parameter:s.temp.sims_appl_parameter,acno:s.temp.acno,acno_code:s.temp.acno_code,fins_fee_acno_old:s.temp.fins_fee_acno_old,fins_fee_refund_acno:s.temp.fins_fee_refund_acno,fins_fee_posting_status:s.temp.fins_fee_posting_status,fins_pdc_realize_acno:s.temp.fins_pdc_realize_acno,fins_pdc_payment_acno:s.temp.fins_pdc_payment_acno};r.push(e),n.post(i.apiUrl+"api/FeePosting/CUDFeePostingPaymentMode",r).then(function(e){s.msg1=e.data,s.msg1,swal({title:"Alert",text:s.msg1.strMessage,width:300,height:200}),s.getdata(),s.table=!0,s.display=!1}),r=[]},s.CheckAllChecked=function(){if(1==(m=document.getElementById("mainchk")).checked)for(var e=0;e<s.filteredTodos.length;e++)document.getElementById(s.filteredTodos[e].fins_fee_cur_name+e).checked=!0,s.row1="row_selected";else for(e=0;e<s.filteredTodos.length;e++)document.getElementById(s.filteredTodos[e].fins_fee_cur_name+e).checked=!1,m.checked=!1,s.row1=""},s.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),s.color="#edefef"}),1==(m=document.getElementById("mainchk")).checked&&(m.checked=!1,s.color="#edefef",s.row1="")},s.OkDelete=function(){p=[],s.flag=!1;for(var e,t=0;t<s.filteredTodos.length;t++)1==document.getElementById(s.filteredTodos[t].fins_fee_cur_name+t).checked&&(s.flag=!0,e={sims_cur_code:s.filteredTodos[t].fins_fee_cur_code,sims_academic_year:s.filteredTodos[t].fins_fee_academic_year,sims_appl_parameter:s.filteredTodos[t].fins_fee_payment_type,acno:s.filteredTodos[t].fins_fee_acno,acno_code:s.filteredTodos[t].fins_fee_advance_acno,fins_fee_refund_acno:s.filteredTodos[t].fins_fee_refund_acno,fins_fee_posting_status:s.filteredTodos[t].fins_fee_posting_status,opr:"D"},p.push(e));s.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)n.post(i.apiUrl+"api/FeePosting/CUDFeePostingPaymentMode",p).then(function(e){s.msg1=e.data,1==s.msg1?swal({title:"Alert",text:s.msg1.strMessage,width:300,height:200}).then(function(e){e&&(s.getdata(),s.table=!0,s.display=!1,1==(m=document.getElementById("mainchk")).checked&&(m.checked=!1,s.row1=""),s.currentPage=!0)}):swal({title:"Alert",text:s.msg1.strMessage,width:300,height:200}).then(function(e){e&&(s.getdata(),s.table=!0,s.display=!1,1==(m=document.getElementById("mainchk")).checked&&(m.checked=!1,s.row1=""),s.currentPage=!0)})});else for(var t=0;t<s.filteredTodos.length;t++){var a=document.getElementById(s.filteredTodos[t].fins_fee_cur_name+t);1==a.checked&&(a.checked=!1,m.checked=!1,$("tr").removeClass("row_selected"))}}):swal({title:"Alert",text:"Please Select Atleast One Record",showCloseButton:!0,width:380}),s.currentPage=str},s.PDC_account=!1,s.checkPaymentType=function(e){s.PDC_account="DD"==e||"Ch"==e},$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0,format:"yyyy-mm-dd"})}])}(),function(){"use strict";var m,e=angular.module("sims.module.Finance");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("BankMasterCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(s,e,t,a,o,n,i){s.pagesize="All",s.pageindex="0",s.pager=!0,s.save_btn=!0;var d=[];s.Update_btn=!1,s.display=!1,s.table=!0,a(function(){$("#fixTable").tableHeadFixer({top:1})},100),setTimeout(function(){$("#account_codes").select2()},100);t.globals.currentUser.username.toLowerCase();s.finnDetail=JSON.parse(window.localStorage.Finn_comp);var c=s.finnDetail.company,l=s.finnDetail.year;n.get(i.apiUrl+"api/BankMaster/getAllBankMaster?comp_code="+c+"&finance_year="+l).then(function(e){s.Bankmaster=e.data,s.totalItems=s.Bankmaster.length,s.todos=s.Bankmaster,s.makeTodos()}),s.getApplication=function(e){s.app_Name=[],n.get(i.apiUrl+"api/UserAudit/getApplicationName?modcode="+e).then(function(e){s.app_Name=e.data})},n.get(i.apiUrl+"api/BankPayment/GetAllGLAccountNos?glma_accountcode=null&cmpnycode="+c+"&fyear="+l).then(function(e){s.GlACNO=e.data}),n.get(i.apiUrl+"api/BankPayment/GetLedgerNumber?financialyear="+l+"&comp_code="+c).then(function(e){s.LdgrCode=e.data}),s.getSLAccNo=function(e){s.glaccno=!0,n.get(i.apiUrl+"api/BankPayment/GetSLAccNumber?pbslcode="+e+"&cmp_cd="+c+"&fyear="+l).then(function(e){s.slacno=e.data})},s.size=function(e){"All"==e?(s.currentPage="1",s.filteredTodos=s.Bankmaster,s.pager=!1):(s.pager=!0,s.pagesize=e,s.currentPage=1,s.numPerPage=e,s.makeTodos()),m.checked=!1},s.index=function(e){s.pageindex=e,s.currentPage=e,m.checked=!1,s.row1=""},s.filteredTodos=[],s.currentPage=1,s.numPerPage=100,s.maxSize=100,s.makeTodos=function(){var e=parseInt(s.totalItems%s.numPerPage),e=(s.pagersize="0"==e?parseInt(s.totalItems/s.numPerPage):parseInt(s.totalItems/s.numPerPage)+1,(s.currentPage-1)*s.numPerPage),t=parseInt(e)+parseInt(s.numPerPage);s.filteredTodos=s.todos.slice(e,t)},s.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).pb_bank_code.toLowerCase().indexOf(t.toLowerCase())||-1<e.pb_bank_name.toLowerCase().indexOf(t.toLowerCase())||e.pb_srl_no==t;var t})},s.search=function(){s.todos=s.searched(s.Bankmaster,s.searchText),s.totalItems=s.todos.length,s.currentPage="1",""==s.searchText&&(s.todos=s.Bankmaster),s.makeTodos(),m.checked=!1,s.CheckAllChecked()},s.showdate=function(e,t){var a=e.split("/")[0],o=e.split("/")[1],e=e.split("/")[2];s.temp[t]=e+"/"+a+"/"+o},s.New=function(){s.disabled=!1,s.gtcreadonly=!0,s.readonlybankname=!1,s.gdisabled=!1,s.aydisabled=!1,s.table=!1,s.display=!0,s.save_btn=!0,s.Update_btn=!1,s.ldgno=!1,s.slno=!1,s.cmbstatus=!0,s.txtyear=!1,s.glaccno=!1,s.temp="",s.gtdreadonlyBnkcode=!1,s.temp={},s.temp.pb_posting_flag=!0,$("#account_codes").select2("val","null"),n.get(i.apiUrl+"api/BankMaster/getBankCode").then(function(e){s.bankcodedata=e.data,s.temp.pb_bank_code=s.bankcodedata})},s.setvisible=function(){s.ldgno=!0,s.slno=!0,1==s.temp.update&&swal({title:"",text:"Changing the GL A/C will not change already posted vouchers. Do you want continue.",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){e?s.update(!0):(s.temp.acno=s.oldaccnu,s.temp.update=!0,setTimeout(function(){$("#account_codes").select2("val",s.oldaccnu)},100))})};s.savedata=function(e){e&&((e=s.temp).opr="I",e.comp_code=c,d.push(e),n.post(i.apiUrl+"api/BankMaster/CUDBankMaster",d).then(function(e){s.msg1=e.data,1==s.msg1?swal({text:"Record Inserted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:300,height:200}):0==s.msg1?swal({text:"Bank code already present. ",imageUrl:"assets/img/check.png",showCloseButton:!0,width:300,height:200}):swal("Error-"+s.msg1),n.get(i.apiUrl+"api/BankMaster/getAllBankMaster?comp_code="+c+"&finance_year="+l).then(function(e){s.Bankmaster=e.data,s.totalItems=s.Bankmaster.length,s.todos=s.Bankmaster,s.makeTodos()}),s.table=!0,s.display=!1}),d=[])},s.showdate=function(e,t){var a=e.split("/")[0],o=e.split("/")[1],e=e.split("/")[2];s.temp[t]=e+"-"+a+"-"+o},s.Cancel=function(){s.temp="",s.table=!0,s.display=!1,s.Myform.$setPristine(),s.Myform.$setUntouched()},s.edit=function(e){s.gtcreadonly=!0,s.readonlybankname=!1,s.gdisabled=!1,s.aydisabled=!0,s.table=!1,s.display=!0,s.save_btn=!1,s.Update_btn=!0,s.txtyear=!0,s.cmbstatus=!1,s.ldgno=!0,s.slno=!0,s.gtdreadonlyBnkcode=!0,s.pb_gl_acno=e.pb_gl_acno,s.temp={pb_bank_code:e.pb_bank_code,pb_bank_name:e.pb_bank_name,pb_branch_code:e.pb_branch_code,acno:e.pb_gl_acno,slma_acno:e.pb_sl_acno,sllc_ldgr_code:e.pb_sl_code,pb_srl_no:e.pb_srl_no,pb_posting_flag:e.pb_posting_flag,pb_bank_acno:e.pb_bank_acno,pb_bank_iban_no:e.pb_bank_iban_no,pb_bank_address:e.pb_bank_address,pb_bank_swift_code:e.pb_bank_swift_code,pb_bank_upi_reference:e.pb_bank_upi_reference,pb_bank_route_code:e.pb_bank_route_code,update:!0},$("#account_codes").select2("val",e.pb_gl_acno),s.oldaccnu=angular.copy(s.temp.acno)};var r=[];s.update=function(e){e&&((e=s.temp).opr="U",e.comp_code=c,r.push(e),n.post(i.apiUrl+"api/BankMaster/CUDBankMaster",r).then(function(e){s.msg1=e.data,1==s.msg1?swal({text:"Record Updated Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:300,height:200}):0==s.msg1?swal({text:"Record Not Updated. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:300,height:200}):swal("Error-"+s.msg1),n.get(i.apiUrl+"api/BankMaster/getAllBankMaster?comp_code="+c+"&finance_year="+l).then(function(e){s.Bankmaster=e.data,s.totalItems=s.Bankmaster.length,s.todos=s.Bankmaster,s.makeTodos()}),s.table=!0,s.display=!1}),s.temp.update=!1,r=[])},s.CheckAllChecked=function(){if(1==(m=document.getElementById("mainchk")).checked)for(var e=0;e<s.filteredTodos.length;e++)document.getElementById("bank-"+e).checked=!0,s.row1="row_selected",$("tr").addClass("row_selected");else for(e=0;e<s.filteredTodos.length;e++)document.getElementById("bank-"+e).checked=!1,m.checked=!1,s.row1=""},s.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),s.color="#edefef"}),1==(m=document.getElementById("mainchk")).checked&&(m.checked=!1,$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected")}))},s.OkDelete=function(){var o=[];s.flag=!1;for(var e,t=0;t<s.filteredTodos.length;t++)1==document.getElementById("bank-"+t).checked&&(s.flag=!0,e={pb_bank_code:s.filteredTodos[t].pb_bank_code,comp_code:s.filteredTodos[t].pb_comp_code,opr:"D"},o.push(e));s.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)n.post(i.apiUrl+"api/BankMaster/CUDBankMaster",o).then(function(e){s.msg1=e.data,1==s.msg1?swal({text:"Record Deleted Successfully",imageUrl:"assets/img/check.png",showCloseButton:!0,width:380}).then(function(e){e&&(n.get(i.apiUrl+"api/BankMaster/getAllBankMaster?comp_code="+c+"&finance_year="+l).then(function(e){s.Bankmaster=e.data,s.totalItems=s.Bankmaster.length,s.todos=s.Bankmaster,s.makeTodos()}),1==(m=document.getElementById("mainchk")).checked&&(m.checked=!1,s.row1=""),s.currentPage=!0)}):0==s.msg1?swal({text:"Record Not Deleted. ",imageUrl:"assets/img/close.png",showCloseButton:!0,width:380}).then(function(e){e&&(n.get(i.apiUrl+"api/BankMaster/getAllBankMaster?comp_code="+c+"&finance_year="+l).then(function(e){s.Bankmaster=e.data,s.totalItems=s.Bankmaster.length,s.todos=s.Bankmaster,s.makeTodos()}),1==(m=document.getElementById("mainchk")).checked&&(m.checked=!1,s.row1=""),s.currentPage=!0)}):swal("Error-"+s.msg1),o=[]});else for(var t=0;t<s.filteredTodos.length;t++){var a=document.getElementById("bank-"+t);1==a.checked&&(a.checked=!1,m.checked=!1,$("tr").removeClass("row_selected"))}}):swal({text:"Please Select Atleast One Record",imageUrl:"assets/img/notification-alert.png",showCloseButton:!0,width:380})},$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",format:"yyyy-mm-dd",autoclose:!0,todayHighlight:!0})}])}(),function(){"use strict";var c,e=angular.module("sims.module.Finance");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("FeeTypeFeePostingAccountMappingCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(s,e,t,a,o,n,i){s.display=!1,s.pagesize="10",s.pageindex="1",s.grid=!0,s.edit_data=!1,s.feeposting_data=[];s.dept_comp_code,s.slma_acno_dept_no,s.finyr,s.valstatus=!1,s.onesec=!0,s.tt=!0,s.selected_data="",s.temp=[],s.filteredTodos=[],s.currentPage=1,s.numPerPage=10,s.maxSize=10;t.globals.currentUser.username.toLowerCase();s.finnDetail=JSON.parse(window.localStorage.Finn_comp),console.log(s.finnDetail);var t=s.finnDetail.company,d=s.finnDetail.year;n.get(i.apiUrl+"api/common/getCuriculum").then(function(e){s.curriculum=e.data,s.temp={sims_cur_code:s.curriculum[0].sims_cur_code},s.getAccYear(s.temp.sims_cur_code)}),s.getAccYear=function(e){n.get(i.apiUrl+"api/common/getAcademicYear?curCode="+e).then(function(e){s.Acc_year=e.data,s.temp.sims_academic_year=s.Acc_year[0].sims_academic_year})},s.Show=function(e,t){n.get(i.apiUrl+"api/PrintVoucher/getfee_posting_acno_mapping_fee_type?curcode="+e+"&academic_year="+t).then(function(e){s.all_data=e.data,s.totalItems=s.all_data.length,s.todos=s.all_data,s.makeTodos()})},s.getAccountall=function(e){console.log(e.vat_ac_status),s.fee_type_desc=e.sims_fee_code_description,s.selected_year=e.sims_fee_academic_year,s.seclected_fee_code=e.sims_fee_code,s.temp.vat_ac_status=e.vat_ac_status,setTimeout(function(){$("#FeeposModal").modal({backdrop:"static",keyboard:!1})},500),s.selected_data=e,$("#account_codes").select2("val",e.pb_gl_acno),$("#account_codes1").select2("val",e.fins_revenue_acno),$("#account_codes2").select2("val",e.fins_receivable_acno),$("#account_codes3").select2("val",e.fins_discount_acno),$("#account_codes4").select2("val",e.fins_advance_academic_year_acno),"E"==e.vat_ac_status?($("#vat_posting_account").select2("val",e.fins_vat_posting_acno),s.vat_posting_acno=!0):($("#vat_posting_account").select2("val",""),s.vat_posting_acno=!1),$("#cmb_jan1").select2("val",e.fins_curr_advance_received_acno_jan),$("#cmb_feb2").select2("val",e.fins_curr_advance_received_acno_feb),$("#cmb_mar3").select2("val",e.fins_curr_advance_received_acno_mar),$("#cmb_apr4").select2("val",e.fins_curr_advance_received_acno_apr),$("#cmb_may5").select2("val",e.fins_curr_advance_received_acno_may),$("#cmb_jun6").select2("val",e.fins_curr_advance_received_acno_jun),$("#cmb_jul7").select2("val",e.fins_curr_advance_received_acno_jul),$("#cmb_aug8").select2("val",e.fins_curr_advance_received_acno_aug),$("#cmb_sep9").select2("val",e.fins_curr_advance_received_acno_sep),$("#cmb_oct10").select2("val",e.fins_curr_advance_received_acno_oct),$("#cmb_nov11").select2("val",e.fins_curr_advance_received_acno_nov),$("#cmb_dec12").select2("val",e.fins_curr_advance_received_acno_dec),$("#cmb_fins_jan1").select2("val",e.fins_receivable_acno_jan),$("#cmb_fins_feb2").select2("val",e.fins_receivable_acno_feb),$("#cmb_fins_mar3").select2("val",e.fins_receivable_acno_mar),$("#cmb_fins_apr4").select2("val",e.fins_receivable_acno_apr),$("#cmb_fins_may5").select2("val",e.fins_receivable_acno_may),$("#cmb_fins_jun6").select2("val",e.fins_receivable_acno_jun),$("#cmb_fins_jul7").select2("val",e.fins_receivable_acno_jul),$("#cmb_fins_aug8").select2("val",e.fins_receivable_acno_aug),$("#cmb_fins_sep9").select2("val",e.fins_receivable_acno_sep),$("#cmb_fins_oct10").select2("val",e.fins_receivable_acno_oct),$("#cmb_fins_nov11").select2("val",e.fins_receivable_acno_nov),$("#cmb_fins_dec12").select2("val",e.fins_receivable_acno_dec),s.temp.fins_fees_posting_status=!0},s.Save1=function(){var e=[],t=[];s.insert=!1,""!=s.temp.fins_revenue_acno&&(s.insert=!0,t={sims_fee_cur_code:s.temp.sims_cur_code,sims_fee_academic_year:s.temp.sims_academic_year,sims_fee_code:s.seclected_fee_code,fins_revenue_acno:s.temp.fins_revenue_acno,fins_receivable_acno:s.temp.fins_receivable_acno,fins_discount_acno:s.temp.fins_discount_acno,fins_advance_academic_year_acno:s.temp.fins_advance_academic_year_acno,fins_vat_posting_acno:s.temp.fins_vat_posting_acno,fins_curr_advance_received_acno_jan:s.temp.fins_curr_advance_received_acno_jan,fins_curr_advance_received_acno_feb:s.temp.fins_curr_advance_received_acno_feb,fins_curr_advance_received_acno_mar:s.temp.fins_curr_advance_received_acno_mar,fins_curr_advance_received_acno_apr:s.temp.fins_curr_advance_received_acno_apr,fins_curr_advance_received_acno_may:s.temp.fins_curr_advance_received_acno_may,fins_curr_advance_received_acno_jun:s.temp.fins_curr_advance_received_acno_jun,fins_curr_advance_received_acno_jul:s.temp.fins_curr_advance_received_acno_jul,fins_curr_advance_received_acno_aug:s.temp.fins_curr_advance_received_acno_aug,fins_curr_advance_received_acno_sep:s.temp.fins_curr_advance_received_acno_sep,fins_curr_advance_received_acno_oct:s.temp.fins_curr_advance_received_acno_oct,fins_curr_advance_received_acno_nov:s.temp.fins_curr_advance_received_acno_nov,fins_curr_advance_received_acno_dec:s.temp.fins_curr_advance_received_acno_dec,fins_receivable_acno_jan:s.temp.fins_receivable_acno_jan,fins_receivable_acno_feb:s.temp.fins_receivable_acno_feb,fins_receivable_acno_mar:s.temp.fins_receivable_acno_mar,fins_receivable_acno_apr:s.temp.fins_receivable_acno_apr,fins_receivable_acno_may:s.temp.fins_receivable_acno_may,fins_receivable_acno_jun:s.temp.fins_receivable_acno_jun,fins_receivable_acno_jul:s.temp.fins_receivable_acno_jul,fins_receivable_acno_aug:s.temp.fins_receivable_acno_aug,fins_receivable_acno_sep:s.temp.fins_receivable_acno_sep,fins_receivable_acno_oct:s.temp.fins_receivable_acno_oct,fins_receivable_acno_nov:s.temp.fins_receivable_acno_nov,fins_receivable_acno_dec:s.temp.fins_receivable_acno_dec,fins_fees_posting_status:s.temp.fins_fees_posting_status,opr:"7"},s.insert=!0,e.push(t),console.log(e)),s.insert?n.post(i.apiUrl+"api/PrintVoucher/update_Fee_Posting_new",e).then(function(e){s.feepost=e.data,1==s.feepost?(swal({title:"Alert",text:"Record Inserted Successfully..."}),$("#FeeposModal").modal("hide"),s.Show(s.temp.sims_cur_code,s.temp.sims_academic_year)):0==s.feepost?swal({title:"Alert",text:"Record not Inserted..."}):swal("Error-"+s.feepost)}):swal({title:"Alert",text:"Please Select Atleast One Record",showCloseButton:!0,width:380}),s.temp.fins_discount_acno="",s.temp.fins_advance_academic_year_acno=""},n.get(i.apiUrl+"api/BankPayment/GetAllGLAccountNos?glma_accountcode=null&cmpnycode="+t+"&fyear="+d).then(function(e){s.GlACNO=e.data,setTimeout(function(){$("#account_codes1").select2(),$("#account_codes2").select2(),$("#account_codes3").select2(),$("#account_codes4").select2(),$("#account_codes5").select2(),$("#vat_posting_account").select2(),$("#cmb_jan1").select2(),$("#cmb_feb2").select2(),$("#cmb_mar3").select2(),$("#cmb_apr4").select2(),$("#cmb_may5").select2(),$("#cmb_jun6").select2(),$("#cmb_jul7").select2(),$("#cmb_aug8").select2(),$("#cmb_sep9").select2(),$("#cmb_oct10").select2(),$("#cmb_nov11").select2(),$("#cmb_dec12").select2(),$("#cmb_fins_jan1").select2(),$("#cmb_fins_feb2").select2(),$("#cmb_fins_mar3").select2(),$("#cmb_fins_apr4").select2(),$("#cmb_fins_may5").select2(),$("#cmb_fins_jun6").select2(),$("#cmb_fins_jul7").select2(),$("#cmb_fins_aug8").select2(),$("#cmb_fins_sep9").select2(),$("#cmb_fins_oct10").select2(),$("#cmb_fins_nov11").select2(),$("#cmb_fins_dec12").select2()},100)}),n.get(i.apiUrl+"api/DeliveryReasons/GetAllGLAccountNos?glma_accountcode=&cmpnycode="+t+"&finacial_year="+d).then(function(e){s.getFeeaccouncodes=e.data,console.log(s.getFeeaccouncodes)}),n.get(i.apiUrl+"api/common/FinancialPeriod/getGetCompany").then(function(e){s.comp_data=e.data,console.log(s.comp_data),s.dept_comp_code=s.comp_data[0].dept_comp_code,n.get(i.apiUrl+"api/common/SubLedgerMaster/GetCurrentFinancialYear").then(function(e){s.finyr_data=e.data,s.finyr=s.finyr_data,n.get(i.apiUrl+"api/common/FeePosting/GetAllAccount_Name?comp_code="+s.dept_comp_code+"&financialyr="+s.finyr).then(function(e){s.AccountNo_data=e.data,console.log(s.AccountNo_data)})})}),n.get(i.apiUrl+"api/common/FeePosting/GetAllCurName").then(function(e){s.cur_data=e.data}),s.getacadyr=function(e){n.get(i.apiUrl+"api/common/FeePosting/GetAllAcademicYear?cur_code="+e).then(function(e){s.acadyr_data=e.data})},$(function(){$("#cmb_grade,#cmb_section").multipleSelect({width:"100%"})}),s.makeTodos=function(){var e=parseInt(s.totalItems%s.numPerPage),e=(s.pagersize="0"==e?parseInt(s.totalItems/s.numPerPage):parseInt(s.totalItems/s.numPerPage)+1,(s.currentPage-1)*s.numPerPage),t=parseInt(e)+parseInt(s.numPerPage);s.filteredTodos=s.todos.slice(e,t),setTimeout(function(){for(var e=0;e<s.filteredTodos.length;e++)$("#cmb_revenue_acno"+e).select2(),$("#cmb_fins_receivable_acno"+e).select2(),$("#cmb_fins_discount_acno"+e).select2(),$("#cmb_fins_curr_advance_received_acno"+e).select2(),$("#cmb_fins_curr_adv_receivable_acno_jan"+e).select2(),$("#cmb_fins_curr_adv_receivable_acno_feb"+e).select2(),$("#cmb_fins_curr_adv_receivable_acno_mar"+e).select2(),$("#cmb_fins_curr_adv_receivable_acno_apr"+e).select2(),$("#cmb_fins_curr_adv_receivable_acno_may"+e).select2(),$("#cmb_fins_curr_adv_receivable_acno_jun"+e).select2(),$("#cmb_fins_curr_adv_receivable_acno_jul"+e).select2(),$("#cmb_fins_curr_adv_receivable_acno_aug"+e).select2(),$("#cmb_fins_curr_adv_receivable_acno_sep"+e).select2(),$("#cmb_fins_curr_adv_receivable_acno_oct"+e).select2(),$("#cmb_fins_curr_adv_receivable_acno_nov"+e).select2(),$("#cmb_fins_curr_adv_receivable_acno_dec"+e).select2(),$("#cmb_fins_advance_academic_year_acno"+e).select2(),$("#cmb_fins_advance_academic_year_acno_jan"+e).select2(),$("#cmb_fins_advance_academic_year_acno_feb"+e).select2(),$("#cmb_fins_advance_academic_year_acno_mar"+e).select2(),$("#cmb_fins_advance_academic_year_acno_apr"+e).select2(),$("#cmb_fins_advance_academic_year_acno_may"+e).select2(),$("#cmb_fins_advance_academic_year_acno_jun"+e).select2(),$("#cmb_fins_advance_academic_year_acno_jul"+e).select2(),$("#cmb_fins_advance_academic_year_acno_aug"+e).select2(),$("#cmb_fins_advance_academic_year_acno_sep"+e).select2(),$("#cmb_fins_advance_academic_year_acno_oct"+e).select2(),$("#cmb_fins_advance_academic_year_acno_nov"+e).select2(),$("#cmb_fins_advance_academic_year_acno_dec"+e).select2()},1e3)},s.edt={sims_singlesec:"true"},s.Save=function(e){var t=[],a=[];s.insert=!1;for(var o=0;o<s.filteredTodos.length;o++)1==s.filteredTodos[o].fins_fee_number1&&""!=s.filteredTodos[o].fins_revenue_acno&&(a={sims_fee_cur_code:s.filteredTodos[o].sims_fee_cur_code,sims_fee_academic_year:s.filteredTodos[o].sims_fee_academic_year,sims_fee_code:s.filteredTodos[o].sims_fee_code,fins_revenue_acno:s.filteredTodos[o].fins_revenue_acno,fins_receivable_acno:s.filteredTodos[o].fins_receivable_acno,fins_discount_acno:s.filteredTodos[o].fins_discount_acno,fins_advance_academic_year_acno:s.filteredTodos[o].fins_advance_academic_year_acno,fins_vat_posting_acno:s.temp.fins_vat_posting_acno,fins_curr_advance_received_acno_jan:s.filteredTodos[o].fins_curr_advance_received_acno_jan,fins_curr_advance_received_acno_feb:s.filteredTodos[o].fins_curr_advance_received_acno_feb,fins_curr_advance_received_acno_mar:s.filteredTodos[o].fins_curr_advance_received_acno_mar,fins_curr_advance_received_acno_apr:s.filteredTodos[o].fins_curr_advance_received_acno_apr,fins_curr_advance_received_acno_may:s.filteredTodos[o].fins_curr_advance_received_acno_may,fins_curr_advance_received_acno_jun:s.filteredTodos[o].fins_curr_advance_received_acno_jun,fins_curr_advance_received_acno_jul:s.filteredTodos[o].fins_curr_advance_received_acno_jul,fins_curr_advance_received_acno_aug:s.filteredTodos[o].fins_curr_advance_received_acno_aug,fins_curr_advance_received_acno_sep:s.filteredTodos[o].fins_curr_advance_received_acno_sep,fins_curr_advance_received_acno_oct:s.filteredTodos[o].fins_curr_advance_received_acno_oct,fins_curr_advance_received_acno_nov:s.filteredTodos[o].fins_curr_advance_received_acno_nov,fins_curr_advance_received_acno_dec:s.filteredTodos[o].fins_curr_advance_received_acno_dec,fins_receivable_acno_jan:s.filteredTodos[o].fins_receivable_acno_jan,fins_receivable_acno_feb:s.filteredTodos[o].fins_receivable_acno_feb,fins_receivable_acno_mar:s.filteredTodos[o].fins_receivable_acno_mar,fins_receivable_acno_apr:s.filteredTodos[o].fins_receivable_acno_apr,fins_receivable_acno_may:s.filteredTodos[o].fins_receivable_acno_may,fins_receivable_acno_jun:s.filteredTodos[o].fins_receivable_acno_jun,fins_receivable_acno_jul:s.filteredTodos[o].fins_receivable_acno_jul,fins_receivable_acno_aug:s.filteredTodos[o].fins_receivable_acno_aug,fins_receivable_acno_sep:s.filteredTodos[o].fins_receivable_acno_sep,fins_receivable_acno_oct:s.filteredTodos[o].fins_receivable_acno_oct,fins_receivable_acno_nov:s.filteredTodos[o].fins_receivable_acno_nov,fins_receivable_acno_dec:s.filteredTodos[o].fins_receivable_acno_dec,fins_fees_posting_status:s.filteredTodos[o].fins_fees_posting_status,opr:"7"},s.insert=!0,t.push(a),console.log(t));s.insert?n.post(i.apiUrl+"api/PrintVoucher/update_Fee_Posting_new",t).then(function(e){s.feepost=e.data,1==s.feepost?(swal({title:"Alert",text:"Record Inserted Successfully..."}),n.get(i.apiUrl+"api/PrintVoucher/getfee_posting_acno_mapping_fee_type?curcode="+s.temp.sims_cur_code+"&academic_year="+s.temp.sims_academic_year).then(function(e){s.all_data=e.data,s.totalItems=s.all_data.length,s.todos=s.all_data,s.makeTodos()})):0==s.feepost?swal({title:"Alert",text:"Record not Inserted..."}):swal("Error-"+s.feepost)}):swal({title:"Alert",text:"Please Select Atleast One Record",showCloseButton:!0,width:380})},s.mainCancel=function(){$("#FeeposModal").modal("hide"),s.temp.fins_discount_acno="",s.temp.fins_advance_academic_year_acno=""},s.CheckAllChecked=function(){if(1==(c=document.getElementById("mainchk")).checked)for(var e=0;e<s.filteredTodos.length;e++)document.getElementById(i$scope.filteredTodos[e].pc_code).checked=!0,s.row1="row_selected";else for(e=0;e<s.filteredTodos.length;e++)document.getElementById(i$scope.filteredTodos[e].pc_code).checked=!1,c.checked=!1,s.row1=""},s.checkonebyonedelete=function(e){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),s.color="#edefef"}),e.status=e.fins_fee_number1},s.size=function(e){"All"==e||"all"==e?(s.currentPage="1",s.filteredTodos=s.getFeeData,s.pager=!1):(s.pager=!0,s.pagesize=e,s.currentPage=1,s.numPerPage=e,s.makeTodos())},s.index=function(e){s.pageindex=e,s.currentPage=e,console.log("currentPage="+s.currentPage),s.makeTodos()},s.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<e.pc_desc.toLowerCase().indexOf(t.toLowerCase());var t})},s.search=function(){s.todos=s.searched(s.getFeeData,s.searchText),s.totalItems=s.todos.length,s.currentPage="1",""==s.searchText&&(s.todos=s.getFeeData),s.makeTodos()}}])}(),function(){"use strict";var c,e=angular.module("sims.module.Finance");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("FeePosAccMapping_GEISCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(s,e,t,a,o,n,i){s.display=!1,s.pagesize="10",s.pageindex="1",s.grid=!0,s.edit_data=!1,s.feeposting_data=[];s.dept_comp_code,s.slma_acno_dept_no,s.finyr,s.valstatus=!1,s.onesec=!0,s.tt=!0,s.selected_data="",s.combo=!0,s.combo1=!1,s.busy=!1,s.filteredTodos=[],s.currentPage=1,s.numPerPage=10,s.maxSize=10;t.globals.currentUser.username.toLowerCase();s.finnDetail=JSON.parse(window.localStorage.Finn_comp),console.log(s.finnDetail);var t=s.finnDetail.company,d=s.finnDetail.year;n.get(i.apiUrl+"api/common/getCuriculum").then(function(e){s.curriculum=e.data,s.temp={sims_cur_code:s.curriculum[0].sims_cur_code},s.getAccYear(s.temp.sims_cur_code)}),s.getAccYear=function(e){n.get(i.apiUrl+"api/common/getAcademicYear?curCode="+e).then(function(e){s.Acc_year=e.data,s.temp.sims_academic_year=s.Acc_year[0].sims_academic_year})},s.applyallmonth=function(t,a,o){null!=t&&swal({title:"",text:"Apply for all Month?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){e&&(a.fins_curr_advance_received_acno_jan=t,a.fins_curr_advance_received_acno_feb=t,a.fins_curr_advance_received_acno_mar=t,a.fins_curr_advance_received_acno_apr=t,a.fins_curr_advance_received_acno_may=t,a.fins_curr_advance_received_acno_jun=t,a.fins_curr_advance_received_acno_jul=t,a.fins_curr_advance_received_acno_aug=t,a.fins_curr_advance_received_acno_sep=t,a.fins_curr_advance_received_acno_oct=t,a.fins_curr_advance_received_acno_nov=t,a.fins_curr_advance_received_acno_dec=t,$("#fins_curr_advance_received_acno_feb"+o).select2("val",t),$("#fins_curr_advance_received_acno_mar"+o).select2("val",t),$("#fins_curr_advance_received_acno_apr"+o).select2("val",t),$("#fins_curr_advance_received_acno_may"+o).select2("val",t),$("#fins_curr_advance_received_acno_jun"+o).select2("val",t),$("#fins_curr_advance_received_acno_jul"+o).select2("val",t),$("#fins_curr_advance_received_acno_aug"+o).select2("val",t),$("#fins_curr_advance_received_acno_sep"+o).select2("val",t),$("#fins_curr_advance_received_acno_oct"+o).select2("val",t),$("#fins_curr_advance_received_acno_nov"+o).select2("val",t),$("#fins_curr_advance_received_acno_dec"+o).select2("val",t))})},s.getMonth=function(e,t){1==document.getElementById("allsame"+t).checked?(e.combo=!0,s.combo1=!0,s.jan=!0):(e.combo=!1,s.combo1=!1,s.jan=!1)},s.Show=function(e,t){s.busy=!0,n.get(i.apiUrl+"api/PrintVoucher/getfee_posting_acno_mapping_fee_type?curcode="+e+"&academic_year="+t).then(function(e){s.all_data=e.data,s.totalItems=s.all_data.length,s.todos=s.all_data,s.makeTodos(),s.busy=!1})},s.getAccountall=function(e){s.fee_type_desc=e.sims_fee_code_description,s.selected_year=e.sims_fee_academic_year,s.seclected_fee_code=e.sims_fee_code,setTimeout(function(){$("#FeeposModal").modal({backdrop:"static",keyboard:!1})},500),s.selected_data=e,$("#account_codes").select2("val",e.pb_gl_acno),$("#account_codes1").select2("val",e.fins_revenue_acno),$("#account_codes2").select2("val",e.fins_receivable_acno),$("#account_codes3").select2("val",e.fins_discount_acno),$("#account_codes4").select2("val",e.fins_advance_academic_year_acno),$("#cmb_jan1").select2("val",e.fins_curr_advance_received_acno_jan),$("#cmb_feb2").select2("val",e.fins_curr_advance_received_acno_feb),$("#cmb_mar3").select2("val",e.fins_curr_advance_received_acno_mar),$("#cmb_apr4").select2("val",e.fins_curr_advance_received_acno_apr),$("#cmb_may5").select2("val",e.fins_curr_advance_received_acno_may),$("#cmb_jun6").select2("val",e.fins_curr_advance_received_acno_jun),$("#cmb_jul7").select2("val",e.fins_curr_advance_received_acno_jul),$("#cmb_aug8").select2("val",e.fins_curr_advance_received_acno_aug),$("#cmb_sep9").select2("val",e.fins_curr_advance_received_acno_sep),$("#cmb_oct10").select2("val",e.fins_curr_advance_received_acno_oct),$("#cmb_nov11").select2("val",e.fins_curr_advance_received_acno_nov),$("#cmb_dec12").select2("val",e.fins_curr_advance_received_acno_dec),$("#cmb_fins_jan1").select2("val",e.fins_receivable_acno_jan),$("#cmb_fins_feb2").select2("val",e.fins_receivable_acno_feb),$("#cmb_fins_mar3").select2("val",e.fins_receivable_acno_mar),$("#cmb_fins_apr4").select2("val",e.fins_receivable_acno_apr),$("#cmb_fins_may5").select2("val",e.fins_receivable_acno_may),$("#cmb_fins_jun6").select2("val",e.fins_receivable_acno_jun),$("#cmb_fins_jul7").select2("val",e.fins_receivable_acno_jul),$("#cmb_fins_aug8").select2("val",e.fins_receivable_acno_aug),$("#cmb_fins_sep9").select2("val",e.fins_receivable_acno_sep),$("#cmb_fins_oct10").select2("val",e.fins_receivable_acno_oct),$("#cmb_fins_nov11").select2("val",e.fins_receivable_acno_nov),$("#cmb_fins_dec12").select2("val",e.fins_receivable_acno_dec)},s.Save1=function(){var e=[],t=[];s.insert=!1,""!=s.temp.fins_revenue_acno&&(s.insert=!0,t={sims_fee_cur_code:s.temp.sims_cur_code,sims_fee_academic_year:s.temp.sims_academic_year,sims_fee_code:s.seclected_fee_code,fins_revenue_acno:s.temp.fins_revenue_acno,fins_receivable_acno:s.temp.fins_receivable_acno,fins_discount_acno:s.temp.fins_discount_acno,fins_advance_academic_year_acno:s.temp.fins_advance_academic_year_acno,fins_curr_advance_received_acno_jan:s.temp.fins_curr_advance_received_acno_jan,fins_curr_advance_received_acno_feb:s.temp.fins_curr_advance_received_acno_feb,fins_curr_advance_received_acno_mar:s.temp.fins_curr_advance_received_acno_mar,fins_curr_advance_received_acno_apr:s.temp.fins_curr_advance_received_acno_apr,fins_curr_advance_received_acno_may:s.temp.fins_curr_advance_received_acno_may,fins_curr_advance_received_acno_jun:s.temp.fins_curr_advance_received_acno_jun,fins_curr_advance_received_acno_jul:s.temp.fins_curr_advance_received_acno_jul,fins_curr_advance_received_acno_aug:s.temp.fins_curr_advance_received_acno_aug,fins_curr_advance_received_acno_sep:s.temp.fins_curr_advance_received_acno_sep,fins_curr_advance_received_acno_oct:s.temp.fins_curr_advance_received_acno_oct,fins_curr_advance_received_acno_nov:s.temp.fins_curr_advance_received_acno_nov,fins_curr_advance_received_acno_dec:s.temp.fins_curr_advance_received_acno_dec,fins_receivable_acno_jan:s.temp.fins_receivable_acno_jan,fins_receivable_acno_feb:s.temp.fins_receivable_acno_feb,fins_receivable_acno_mar:s.temp.fins_receivable_acno_mar,fins_receivable_acno_apr:s.temp.fins_receivable_acno_apr,fins_receivable_acno_may:s.temp.fins_receivable_acno_may,fins_receivable_acno_jun:s.temp.fins_receivable_acno_jun,fins_receivable_acno_jul:s.temp.fins_receivable_acno_jul,fins_receivable_acno_aug:s.temp.fins_receivable_acno_aug,fins_receivable_acno_sep:s.temp.fins_receivable_acno_sep,fins_receivable_acno_oct:s.temp.fins_receivable_acno_oct,fins_receivable_acno_nov:s.temp.fins_receivable_acno_nov,fins_receivable_acno_dec:s.temp.fins_receivable_acno_dec,fins_fees_posting_status:s.temp.fins_fees_posting_status,opr:"I"},s.insert=!0,e.push(t),console.log(e)),s.insert?n.post(i.apiUrl+"api/PrintVoucher/updateFeePosting_new",e).then(function(e){s.feepost=e.data,1==s.feepost?(swal({title:"Alert",text:"Record Inserted Successfully..."}),$("#FeeposModal").modal("hide"),s.Show(s.temp.sims_cur_code,s.temp.sims_academic_year)):0==s.feepost?swal({title:"Alert",text:"Record not Inserted..."}):swal("Error-"+s.feepost)}):swal({title:"Alert",text:"Please Select Atleast One Record",showCloseButton:!0,width:380})},s.Savedata=function(){for(var e=[],t=[],a=0;a<s.filteredTodos.length;a++)1==document.getElementById(a+5).checked&&(s.insert=!0,t={sims_fee_cur_code:s.filteredTodos[a].sims_fee_cur_code,sims_fee_academic_year:s.filteredTodos[a].sims_fee_academic_year,sims_fee_code:s.filteredTodos[a].sims_fee_code,fins_revenue_acno:s.filteredTodos[a].fins_revenue_acno,fins_receivable_acno:null,fins_discount_acno:null,fins_advance_academic_year_acno:null,fins_curr_advance_received_acno_jan:s.filteredTodos[a].fins_curr_advance_received_acno_jan,fins_curr_advance_received_acno_feb:s.filteredTodos[a].fins_curr_advance_received_acno_feb,fins_curr_advance_received_acno_mar:s.filteredTodos[a].fins_curr_advance_received_acno_mar,fins_curr_advance_received_acno_apr:s.filteredTodos[a].fins_curr_advance_received_acno_apr,fins_curr_advance_received_acno_may:s.filteredTodos[a].fins_curr_advance_received_acno_may,fins_curr_advance_received_acno_jun:s.filteredTodos[a].fins_curr_advance_received_acno_jun,fins_curr_advance_received_acno_jul:s.filteredTodos[a].fins_curr_advance_received_acno_jul,fins_curr_advance_received_acno_aug:s.filteredTodos[a].fins_curr_advance_received_acno_aug,fins_curr_advance_received_acno_sep:s.filteredTodos[a].fins_curr_advance_received_acno_sep,fins_curr_advance_received_acno_oct:s.filteredTodos[a].fins_curr_advance_received_acno_oct,fins_curr_advance_received_acno_nov:s.filteredTodos[a].fins_curr_advance_received_acno_nov,fins_curr_advance_received_acno_dec:s.filteredTodos[a].fins_curr_advance_received_acno_dec,fins_receivable_acno_jan:null,fins_receivable_acno_feb:null,fins_receivable_acno_mar:null,fins_receivable_acno_apr:null,fins_receivable_acno_may:null,fins_receivable_acno_jun:null,fins_receivable_acno_jul:null,fins_receivable_acno_aug:null,fins_receivable_acno_sep:null,fins_receivable_acno_oct:null,fins_receivable_acno_nov:null,fins_receivable_acno_dec:null,fins_fees_posting_status:!0,opr:"P"},e.push(t));s.insert&&n.post(i.apiUrl+"api/PrintVoucher/updateFeePosting_new_month",e).then(function(e){s.feepost=e.data,1==s.feepost?(swal({title:"Alert",text:"Record Inserted Successfully..."}),s.Show(s.temp.sims_cur_code,s.temp.sims_academic_year)):0==s.feepost?swal({title:"Alert",text:"Record not Inserted..."}):swal("Error-"+s.feepost)})},s.setCheck=function(e,t){e=document.getElementById(e+5);null!=t?""!=t&&(e.checked=!0):1==e.checked&&(e.checked=!1)},s.CheckAllChecked=function(){if(1==(c=document.getElementById("mainchk")).checked)for(var e=0;e<s.filteredTodos.length;e++)document.getElementById(e+5).checked=!0,s.row1="row_selected",$("tr").addClass("row_selected");else for(e=0;e<s.filteredTodos.length;e++)document.getElementById(e+5).checked=!1,c.checked=!1,s.row1=""},s.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),s.color="#edefef"}),1==(c=document.getElementById("mainchk")).checked&&(c.checked=!1,s.color="#edefef",s.row1="")},n.get(i.apiUrl+"api/BankPayment/GetAllGLAccountNos?glma_accountcode=null&cmpnycode="+t+"&fyear="+d).then(function(e){s.GlACNO=e.data,setTimeout(function(){$("#account_codes1").select2(),$("#account_codes2").select2(),$("#account_codes3").select2(),$("#account_codes4").select2(),$("#account_codes5").select2(),$("#cmb_jan1").select2(),$("#cmb_feb2").select2(),$("#cmb_mar3").select2(),$("#cmb_apr4").select2(),$("#cmb_may5").select2(),$("#cmb_jun6").select2(),$("#cmb_jul7").select2(),$("#cmb_aug8").select2(),$("#cmb_sep9").select2(),$("#cmb_oct10").select2(),$("#cmb_nov11").select2(),$("#cmb_dec12").select2(),$("#cmb_fins_jan1").select2(),$("#cmb_fins_feb2").select2(),$("#cmb_fins_mar3").select2(),$("#cmb_fins_apr4").select2(),$("#cmb_fins_may5").select2(),$("#cmb_fins_jun6").select2(),$("#cmb_fins_jul7").select2(),$("#cmb_fins_aug8").select2(),$("#cmb_fins_sep9").select2(),$("#cmb_fins_oct10").select2(),$("#cmb_fins_nov11").select2(),$("#cmb_fins_dec12").select2()},100)}),n.get(i.apiUrl+"api/DeliveryReasons/GetAllGLAccountNos?glma_accountcode=&cmpnycode="+t+"&finacial_year="+d).then(function(e){s.getFeeaccouncodes=e.data,console.log(s.getFeeaccouncodes)}),n.get(i.apiUrl+"api/common/FinancialPeriod/getGetCompany").then(function(e){s.comp_data=e.data,console.log(s.comp_data),s.dept_comp_code=s.comp_data[0].dept_comp_code,n.get(i.apiUrl+"api/common/SubLedgerMaster/GetCurrentFinancialYear").then(function(e){s.finyr_data=e.data,s.finyr=s.finyr_data,n.get(i.apiUrl+"api/common/FeePosting/GetAllAccount_Name?comp_code="+s.dept_comp_code+"&financialyr="+s.finyr).then(function(e){s.AccountNo_data=e.data,console.log(s.AccountNo_data)})})}),n.get(i.apiUrl+"api/common/FeePosting/GetAllCurName").then(function(e){s.cur_data=e.data}),s.getacadyr=function(e){n.get(i.apiUrl+"api/common/FeePosting/GetAllAcademicYear?cur_code="+e).then(function(e){s.acadyr_data=e.data})},$(function(){$("#cmb_grade,#cmb_section").multipleSelect({width:"100%"})}),s.makeTodos=function(){var e=parseInt(s.totalItems%s.numPerPage),e=(s.pagersize="0"==e?parseInt(s.totalItems/s.numPerPage):parseInt(s.totalItems/s.numPerPage)+1,(s.currentPage-1)*s.numPerPage),t=parseInt(e)+parseInt(s.numPerPage);s.filteredTodos=s.todos.slice(e,t),setTimeout(function(){for(var e=0;e<s.filteredTodos.length;e++)$("#postingAcc"+e).select2(),$("#cmb_fins_receivable_acno"+e).select2(),$("#cmb_fins_discount_acno"+e).select2(),$("#cmb_fins_curr_advance_received_acno"+e).select2(),$("#fins_curr_advance_received_acno_jan"+e).select2(),$("#fins_curr_advance_received_acno_feb"+e).select2(),$("#fins_curr_advance_received_acno_mar"+e).select2(),$("#fins_curr_advance_received_acno_apr"+e).select2(),$("#fins_curr_advance_received_acno_may"+e).select2(),$("#fins_curr_advance_received_acno_jun"+e).select2(),$("#fins_curr_advance_received_acno_jul"+e).select2(),$("#fins_curr_advance_received_acno_aug"+e).select2(),$("#fins_curr_advance_received_acno_sep"+e).select2(),$("#fins_curr_advance_received_acno_oct"+e).select2(),$("#fins_curr_advance_received_acno_nov"+e).select2(),$("#fins_curr_advance_received_acno_dec"+e).select2(),$("#cmb_fins_advance_academic_year_acno"+e).select2(),$("#cmb_fins_advance_academic_year_acno_jan"+e).select2(),$("#cmb_fins_advance_academic_year_acno_feb"+e).select2(),$("#cmb_fins_advance_academic_year_acno_mar"+e).select2(),$("#cmb_fins_advance_academic_year_acno_apr"+e).select2(),$("#cmb_fins_advance_academic_year_acno_may"+e).select2(),$("#cmb_fins_advance_academic_year_acno_jun"+e).select2(),$("#cmb_fins_advance_academic_year_acno_jul"+e).select2(),$("#cmb_fins_advance_academic_year_acno_aug"+e).select2(),$("#cmb_fins_advance_academic_year_acno_sep"+e).select2(),$("#cmb_fins_advance_academic_year_acno_oct"+e).select2(),$("#cmb_fins_advance_academic_year_acno_nov"+e).select2(),$("#cmb_fins_advance_academic_year_acno_dec"+e).select2()},1e3)},s.edt={sims_singlesec:"true"},s.Save=function(e){var t=[],a=[];s.insert=!1;for(var o=0;o<s.filteredTodos.length;o++)1==s.filteredTodos[o].fins_fee_number1&&""!=s.filteredTodos[o].fins_revenue_acno&&(a={sims_fee_cur_code:s.filteredTodos[o].sims_fee_cur_code,sims_fee_academic_year:s.filteredTodos[o].sims_fee_academic_year,sims_fee_code:s.filteredTodos[o].sims_fee_code,fins_revenue_acno:s.filteredTodos[o].fins_revenue_acno,fins_receivable_acno:s.filteredTodos[o].fins_receivable_acno,fins_discount_acno:s.filteredTodos[o].fins_discount_acno,fins_advance_academic_year_acno:s.filteredTodos[o].fins_advance_academic_year_acno,fins_curr_advance_received_acno_jan:s.filteredTodos[o].fins_curr_advance_received_acno_jan,fins_curr_advance_received_acno_feb:s.filteredTodos[o].fins_curr_advance_received_acno_feb,fins_curr_advance_received_acno_mar:s.filteredTodos[o].fins_curr_advance_received_acno_mar,fins_curr_advance_received_acno_apr:s.filteredTodos[o].fins_curr_advance_received_acno_apr,fins_curr_advance_received_acno_may:s.filteredTodos[o].fins_curr_advance_received_acno_may,fins_curr_advance_received_acno_jun:s.filteredTodos[o].fins_curr_advance_received_acno_jun,fins_curr_advance_received_acno_jul:s.filteredTodos[o].fins_curr_advance_received_acno_jul,fins_curr_advance_received_acno_aug:s.filteredTodos[o].fins_curr_advance_received_acno_aug,fins_curr_advance_received_acno_sep:s.filteredTodos[o].fins_curr_advance_received_acno_sep,fins_curr_advance_received_acno_oct:s.filteredTodos[o].fins_curr_advance_received_acno_oct,fins_curr_advance_received_acno_nov:s.filteredTodos[o].fins_curr_advance_received_acno_nov,fins_curr_advance_received_acno_dec:s.filteredTodos[o].fins_curr_advance_received_acno_dec,fins_receivable_acno_jan:s.filteredTodos[o].fins_receivable_acno_jan,fins_receivable_acno_feb:s.filteredTodos[o].fins_receivable_acno_feb,fins_receivable_acno_mar:s.filteredTodos[o].fins_receivable_acno_mar,fins_receivable_acno_apr:s.filteredTodos[o].fins_receivable_acno_apr,fins_receivable_acno_may:s.filteredTodos[o].fins_receivable_acno_may,fins_receivable_acno_jun:s.filteredTodos[o].fins_receivable_acno_jun,fins_receivable_acno_jul:s.filteredTodos[o].fins_receivable_acno_jul,fins_receivable_acno_aug:s.filteredTodos[o].fins_receivable_acno_aug,fins_receivable_acno_sep:s.filteredTodos[o].fins_receivable_acno_sep,fins_receivable_acno_oct:s.filteredTodos[o].fins_receivable_acno_oct,fins_receivable_acno_nov:s.filteredTodos[o].fins_receivable_acno_nov,fins_receivable_acno_dec:s.filteredTodos[o].fins_receivable_acno_dec,fins_fees_posting_status:s.filteredTodos[o].fins_fees_posting_status,opr:"I"},s.insert=!0,t.push(a),console.log(t));s.insert?n.post(i.apiUrl+"api/PrintVoucher/updateFeePosting_new",t).then(function(e){s.feepost=e.data,1==s.feepost?(swal({title:"Alert",text:"Record Inserted Successfully..."}),n.get(i.apiUrl+"api/PrintVoucher/getfee_posting_acno_mapping_fee_type?curcode="+s.temp.sims_cur_code+"&academic_year="+s.temp.sims_academic_year).then(function(e){s.all_data=e.data,s.totalItems=s.all_data.length,s.todos=s.all_data,s.makeTodos()})):0==s.feepost?swal({title:"Alert",text:"Record not Inserted..."}):swal("Error-"+s.feepost)}):swal({title:"Alert",text:"Please Select Atleast One Record",showCloseButton:!0,width:380})},s.mainCancel=function(){$("#FeeposModal").modal("hide")},s.size=function(e){"All"==e||"all"==e?(s.currentPage="1",s.filteredTodos=s.getFeeData,s.pager=!1):(s.pager=!0,s.pagesize=e,s.currentPage=1,s.numPerPage=e,s.makeTodos())},s.index=function(e){s.pageindex=e,s.currentPage=e,console.log("currentPage="+s.currentPage),s.makeTodos()},s.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<e.pc_desc.toLowerCase().indexOf(t.toLowerCase());var t})},s.search=function(){s.todos=s.searched(s.getFeeData,s.searchText),s.totalItems=s.todos.length,s.currentPage="1",""==s.searchText&&(s.todos=s.getFeeData),s.makeTodos()}}])}(),function(){"use strict";var e=angular.module("sims.module.Finance");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("TrialBalanceViewCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV","AuthenticationService",function(c,e,t,a,o,s,n,i){c.edt={};var d=new Date,l=(c.get_date=d).getDate(),r=(l<10&&(l="0"+l),d.getMonth()+1),d=(r<10&&(r="0"+r),d.getFullYear()),m=(c.check_today=l+"-"+r+"-"+d,c.main_true=!0,c.main_true1=!0,c.main_true2=!0,c.main_true3=!0,c.main_true4=!0,c.main_true5=!0,c.main_true6=!0,c.main_true7=!0,c.assetmaster_data=[],c.dept_comp_code,c.slma_acno_dept_no,c.finyr,c.valstatus=!1,c.edit_data=!1,c.display=!1,c.pagesize="10",c.pageindex="0",c.pager=!0,c.grid=!0,c.grid1=!1,c.main_table=!0,c.edt={view_mode:!0},c.show_report_header=!1,c.ng_if_schedule_group=!1,c.ng_if_show_schedule=!1,c.ng_if_show_parent_acc=!1,c.ng_if_sims_show_budget=!1,c.ng_if_sims_show_budget_varience=!1,c.ng_if_sims_show_varience_percentage=!1,c.filteredTodos=[],c.currentPage=1,c.numPerPage=10,c.maxSize=10,t.globals.currentUser.username.toLowerCase(),c.finnDetail=JSON.parse(window.localStorage.Finn_comp),c.finnDetail.company,c.finnDetail.year);c.comp_code=c.finnDetail.company,s.get(n.apiUrl+"api/CumSubSumReport/getCompCode").then(function(e){c.sims_cur=e.data,0<e.data.length&&(c.comp_code=e.data[0].comp_code,e.data[0].comp_code,c.getAllLedgerCode())}),s.get(n.apiUrl+"api/GLSLQuery/getDate_SL_Query?finance_year="+m).then(function(e){c.getDates=e.data,c.edt.from_date=c.getDates[0].sims_financial_year_start_date,c.check_today<c.getDates[0].sims_financial_year_end_date&&c.check_today>c.getDates[0].sims_financial_year_start_date?c.edt.to_date=c.check_today:c.edt.to_date=c.getDates[0].sims_financial_year_end_date,console.log("from date to date :"+c.getDates[0].sims_financial_year_start_date+" "+c.getDates[0].sims_financial_year_end_date)}),s.get(n.apiUrl+"api/PrintVoucher/getTrialBalanceGroup").then(function(e){c.group_data=e.data,setTimeout(function(){$("#group_id").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"}),$("#group_id").multipleSelect("checkAll")},1e3)}),s.get(n.apiUrl+"api/GLAccountsCreateView/GetAll_glmaster_Department_Code?co_code="+c.comp_code+"&year="+m).then(function(e){c.dep_data=e.data,setTimeout(function(){$("#dep_id").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"}),$("#dep_id").multipleSelect("checkAll")},1e3)}),s.get(n.apiUrl+"api/StudentFee/getDecimalPlaces").then(function(e){c.decimal_degit=e.data,c.decimal_dsc=c.decimal_degit[0].comp_curcy_dec}),s.get(n.apiUrl+"api/PrintVoucher/getheaderformat").then(function(e){c.head=e.data,c.header_format=c.head[0].sims_appl_form_field_value1,"2"==c.header_format?(c.header_format2=!0,c.header_format1=!1):(c.header_format1=!0,c.header_format2=!1),console.log("Header",c.header_format)}),c.propertyName=null,c.reverse=!1,c.sort=function(e){c.colname=e,c.reverse=c.colname===e&&!c.reverse},c.main_ex=!0,c.mainexpand=function(e){c.main_ex=e;for(var t=0;t<c.shedule_lst.length;t++)c.shedule_lst[t].glsc_sched_name_show=!e},c.expand=function(e,t){e.glsc_sched_name_show?e.glsc_sched_name_show=!1:e.glsc_sched_name_show=!0,c.glma_op_bal_amt_dr=0,c.glma_op_bal_amt_cr=0,c.transaction_amt_dr=0,c.transaction_amt_cr=0,c.closing_balance_dr=0,c.closing_balance_cr=0,c.acct_name="Total : ",c.codp_dept_name="",c.gsgd_group_code="",c.glac_sched_code="",c.glac_parent_acct="",c.chk_acc=!0;for(var a=0;a<t.length;a++)e.gsgd_group_code==t[a].gsgd_group_code&&e.glsc_sched_code==t[a].glac_sched_code&&(t[a].acct_name!=c.acct_name&&"Parent Total : "!=t[a].acct_name?(c.transaction_amt_dr=parseFloat(c.transaction_amt_dr)+parseFloat(t[a].transaction_amt_dr),c.transaction_amt_cr=parseFloat(c.transaction_amt_cr)+parseFloat(t[a].transaction_amt_cr),c.glma_op_bal_amt_dr=parseFloat(c.glma_op_bal_amt_dr)+parseFloat(t[a].glma_op_bal_amt_dr),c.glma_op_bal_amt_cr=parseFloat(c.glma_op_bal_amt_cr)+parseFloat(t[a].glma_op_bal_amt_cr),c.closing_balance_dr=parseFloat(c.closing_balance_dr)+parseFloat(t[a].closing_balance_dr),c.closing_balance_cr=parseFloat(c.closing_balance_cr)+parseFloat(t[a].closing_balance_cr),c.gsgd_group_code=e.gsgd_group_code,c.glac_sched_code=e.glsc_sched_code,c.glac_parent_acct=e.glac_parent_acct):c.chk_acc=!1);var o={transaction_amt_dr:c.transaction_amt_dr,transaction_amt_cr:c.transaction_amt_cr,glma_op_bal_amt_dr:c.glma_op_bal_amt_dr,glma_op_bal_amt_cr:c.glma_op_bal_amt_cr,closing_balance_dr:c.closing_balance_dr,closing_balance_cr:c.closing_balance_cr,gsgd_group_code:c.gsgd_group_code,glac_sched_code:c.glac_sched_code,codp_dept_name:c.codp_dept_name,acct_name:c.acct_name};c.chk_acc&&t.push(o)},c.expand1=function(e,t){e.parent_name_show?e.parent_name_show=!1:e.parent_name_show=!0,c.glma_op_bal_amt_dr=0,c.glma_op_bal_amt_cr=0,c.transaction_amt_dr=0,c.transaction_amt_cr=0,c.closing_balance_dr=0,c.closing_balance_cr=0,c.acct_name="Total : ",c.codp_dept_name="",c.gsgd_group_code="",c.glac_sched_code="",c.glac_parent_acct="",c.chk_acc=!0;for(var a=0;a<t.length;a++)e.glac_parent_acct==t[a].glac_parent_acct&&e.glac_sched_code==t[a].glac_sched_code&&(t[a].acct_name!=c.acct_name?(c.transaction_amt_dr=parseFloat(c.transaction_amt_dr)+parseFloat(t[a].transaction_amt_dr),c.transaction_amt_cr=parseFloat(c.transaction_amt_cr)+parseFloat(t[a].transaction_amt_cr),c.glma_op_bal_amt_dr=parseFloat(c.glma_op_bal_amt_dr)+parseFloat(t[a].glma_op_bal_amt_dr),c.glma_op_bal_amt_cr=parseFloat(c.glma_op_bal_amt_cr)+parseFloat(t[a].glma_op_bal_amt_cr),c.closing_balance_dr=parseFloat(c.closing_balance_dr)+parseFloat(t[a].closing_balance_dr),c.closing_balance_cr=parseFloat(c.closing_balance_cr)+parseFloat(t[a].closing_balance_cr),c.gsgd_group_code=e.gsgd_group_code,c.glac_sched_code=e.glsc_sched_code,c.glac_parent_acct=e.glac_parent_acct):c.chk_acc=!1);var o={transaction_amt_dr:c.transaction_amt_dr,transaction_amt_cr:c.transaction_amt_cr,glma_op_bal_amt_dr:c.glma_op_bal_amt_dr,glma_op_bal_amt_cr:c.glma_op_bal_amt_cr,closing_balance_dr:c.closing_balance_dr,closing_balance_cr:c.closing_balance_cr,gsgd_group_code:c.gsgd_group_code,glac_sched_code:c.glac_sched_code,codp_dept_name:c.codp_dept_name,acct_name:c.acct_name};c.chk_acc&&t.push(o)},c.Search=function(){c.main_true1=!1,c.main_true2=!0,c.main_true3=!0,c.main_true4=!0,c.main_true5=!0,c.main_true6=!0,c.main_true7=!0,c.trialbalance=[],c.busy=!0,c.main_table=!0,1==c.show_schedule_group?(c.ng_if_schedule_group=!0,c.main_true1=!0,c.main_true2=!1,c.main_true3=!0,c.main_true4=!0,c.main_true5=!0,c.main_true6=!0,c.main_true7=!0):c.ng_if_schedule_group=!1,1==c.show_schedule?(c.ng_if_show_schedule=!0,c.main_true1=!0,c.main_true2=!0,c.main_true3=!1,c.main_true4=!0,c.main_true5=!0,c.main_true6=!0,c.main_true7=!0):c.ng_if_show_schedule=!1,1==c.show_parent_acc?(c.ng_if_show_parent_acc=!0,c.ng_if_show_schedule=!0,c.main_true1=!0,c.main_true2=!0,c.main_true3=!0,c.main_true4=!1,c.main_true5=!0,c.main_true6=!0,c.main_true7=!0):c.ng_if_show_parent_acc=!1,1==c.sims_show_budget?(c.ng_if_show_schedule=!0,c.main_true1=!0,c.main_true2=!0,c.main_true3=!0,c.main_true4=!0,c.main_true5=!1,c.main_true6=!0,c.main_true7=!0,c.ng_if_sims_show_budget=!0):c.ng_if_sims_show_budget=!1,1==c.sims_show_budget_varience?(c.ng_if_sims_show_budget_varience=!0,c.ng_if_show_schedule=!0,c.main_true1=!0,c.main_true2=!0,c.main_true3=!0,c.main_true4=!0,c.main_true5=!0,c.main_true6=!1,c.main_true7=!0):c.ng_if_sims_show_budget_varience=!1,1==c.sims_show_varience_percentage?(c.ng_if_sims_show_varience_percentage=!0,c.ng_if_show_schedule=!0,c.main_true1=!0,c.main_true2=!0,c.main_true3=!0,c.main_true4=!0,c.main_true5=!0,c.main_true6=!0,c.main_true7=!1):c.ng_if_sims_show_varience_percentage=!1,c.printing_user=t.globals.currentUser.username,c.selected_groups_arr="",c.selected_groups=$("#group_id").multipleSelect("getSelects","text");for(var e=0;e<c.selected_groups.length;e++)c.selected_groups_arr=c.selected_groups_arr+c.selected_groups[e]+",";console.log(c.selected_groups_arr),s.get(n.apiUrl+"api/PrintVoucher/getTrialBalance?from_date="+c.edt.from_date+"&to_date="+c.edt.to_date+"&viewmode="+c.edt.view_mode+"&comp_code="+c.comp_code+"&year="+m+"&group="+c.temp.sims_group+"&dep="+c.temp.sims_dep).then(function(e){c.trialbalance=e.data[0],c.group_lst=e.data[1],c.shedule_lst=e.data[2],c.parent_lst=e.data[4],c.totalItems=c.trialbalance.length,c.todos=c.trialbalance,c.makeTodos(),c.first_schedule=c.trialbalance[0].glac_sched_code,c.glma_op_bal_amt_dr1=0,c.glma_op_bal_amt_cr1=0,c.transaction_amt_dr1=0,c.transaction_amt_cr1=0,c.closing_balance_dr1=0;for(var t=c.closing_balance_cr1=0;t<c.trialbalance.length;t++)"Parent Total : "!=c.trialbalance[t].acct_name&&"Total : "!==c.trialbalance[t].acct_name&&(c.transaction_amt_dr1=parseFloat(c.transaction_amt_dr1)+parseFloat(c.trialbalance[t].transaction_amt_dr),c.transaction_amt_cr1=parseFloat(c.transaction_amt_cr1)+parseFloat(c.trialbalance[t].transaction_amt_cr),c.glma_op_bal_amt_dr1=parseFloat(c.glma_op_bal_amt_dr1)+parseFloat(c.trialbalance[t].glma_op_bal_amt_dr),c.glma_op_bal_amt_cr1=parseFloat(c.glma_op_bal_amt_cr1)+parseFloat(c.trialbalance[t].glma_op_bal_amt_cr),c.closing_balance_dr1=parseFloat(c.closing_balance_dr1)+parseFloat(c.trialbalance[t].closing_balance_dr),c.closing_balance_cr1=parseFloat(c.closing_balance_cr1)+parseFloat(c.trialbalance[t].closing_balance_cr));if(1==c.ng_if_show_parent_acc)for(var a=0;a<c.parent_lst.length;a++){c.glma_op_bal_amt_dr3=0,c.glma_op_bal_amt_cr3=0,c.transaction_amt_dr3=0,c.transaction_amt_cr3=0,c.closing_balance_dr3=0,c.closing_balance_cr3=0,c.glpr_bud_amt3=0,c.budget_variance3=0,c.acct_name3="Parent Total : ",c.codp_dept_name3="",c.gsgd_group_code3="",c.glac_sched_code3="",c.glac_parent_acct3="",c.chk_acc=!0;for(t=0;t<c.trialbalance.length;t++)if(c.trialbalance[t].glac_sched_code==c.parent_lst[a].glac_sched_code&&c.parent_lst[a].glac_parent_acct==c.trialbalance[t].glac_parent_acct)if(c.trialbalance[t].acct_name!=c.acct_name3){c.transaction_amt_dr3=parseFloat(c.transaction_amt_dr3)+parseFloat(c.trialbalance[t].transaction_amt_dr),c.transaction_amt_cr3=parseFloat(c.transaction_amt_cr3)+parseFloat(c.trialbalance[t].transaction_amt_cr),c.glma_op_bal_amt_dr3=parseFloat(c.glma_op_bal_amt_dr3)+parseFloat(c.trialbalance[t].glma_op_bal_amt_dr),c.glma_op_bal_amt_cr3=parseFloat(c.glma_op_bal_amt_cr3)+parseFloat(c.trialbalance[t].glma_op_bal_amt_cr),c.closing_balance_dr3=parseFloat(c.closing_balance_dr3)+parseFloat(c.trialbalance[t].closing_balance_dr),c.closing_balance_cr3=parseFloat(c.closing_balance_cr3)+parseFloat(c.trialbalance[t].closing_balance_cr),c.glpr_bud_amt3=parseFloat(c.glpr_bud_amt3)+parseFloat(c.trialbalance[t].glpr_bud_amt),c.budget_variance3=parseFloat(c.budget_variance3)+parseFloat(c.trialbalance[t].budget_variance),c.gsgd_group_code3=c.trialbalance[t].gsgd_group_code,c.glac_sched_code3=c.trialbalance[t].glac_sched_code;for(var o=0;o<c.parent_lst.length;o++)c.glac_sched_code3==c.parent_lst[o].glac_sched_code&&c.trialbalance[t].glac_parent_acct==c.parent_lst[o].glac_parent_acct&&(c.glac_parent_acct3=c.parent_lst[o].glac_parent_acct)}else c.chk_acc=!1;var s={transaction_amt_dr:c.transaction_amt_dr3,transaction_amt_cr:c.transaction_amt_cr3,glma_op_bal_amt_dr:c.glma_op_bal_amt_dr3,glma_op_bal_amt_cr:c.glma_op_bal_amt_cr3,closing_balance_dr:c.closing_balance_dr3,closing_balance_cr:c.closing_balance_cr3,glpr_bud_amt:c.glpr_bud_amt3,budget_variance:c.budget_variance3,gsgd_group_code:c.gsgd_group_code3,glac_sched_code:c.glac_sched_code3,codp_dept_name:c.codp_dept_name3,acct_name:c.acct_name3,glac_parent_acct:c.glac_parent_acct3};c.chk_acc&&c.trialbalance.push(s),console.log("comment_code")}if(1==c.ng_if_show_schedule)for(var n=0;n<c.shedule_lst.length;n++){c.glma_op_bal_amt_dr4=0,c.glma_op_bal_amt_cr4=0,c.transaction_amt_dr4=0,c.transaction_amt_cr4=0,c.closing_balance_dr4=0,c.closing_balance_cr4=0,c.glpr_bud_amt4=0,c.budget_variance4=0,c.acct_name4="Total : ",c.codp_dept_name4="",c.gsgd_group_code4="",c.glac_sched_code4="",c.glac_parent_acct4="",c.chk_acc=!0;for(var i=0;i<c.trialbalance.length;i++)if(c.shedule_lst[n].gsgd_group_code==c.trialbalance[i].gsgd_group_code&&c.shedule_lst[n].glsc_sched_code==c.trialbalance[i].glac_sched_code)if(c.trialbalance[i].acct_name!=c.acct_name4){if("Parent Total : "!=c.trialbalance[i].acct_name){c.transaction_amt_dr4=parseFloat(c.transaction_amt_dr4)+parseFloat(c.trialbalance[i].transaction_amt_dr),c.transaction_amt_cr4=parseFloat(c.transaction_amt_cr4)+parseFloat(c.trialbalance[i].transaction_amt_cr),c.glma_op_bal_amt_dr4=parseFloat(c.glma_op_bal_amt_dr4)+parseFloat(c.trialbalance[i].glma_op_bal_amt_dr),c.glma_op_bal_amt_cr4=parseFloat(c.glma_op_bal_amt_cr4)+parseFloat(c.trialbalance[i].glma_op_bal_amt_cr),c.closing_balance_dr4=parseFloat(c.closing_balance_dr4)+parseFloat(c.trialbalance[i].closing_balance_dr),c.closing_balance_cr4=parseFloat(c.closing_balance_cr4)+parseFloat(c.trialbalance[i].closing_balance_cr),c.glpr_bud_amt4=parseFloat(c.glpr_bud_amt4)+parseFloat(c.trialbalance[i].glpr_bud_amt),c.budget_variance4=parseFloat(c.budget_variance4)+parseFloat(c.trialbalance[i].budget_variance),c.gsgd_group_code4=c.shedule_lst[n].gsgd_group_code,c.glac_sched_code4=c.shedule_lst[n].glsc_sched_code;for(o=0;o<c.parent_lst.length;o++)c.glac_sched_code4==c.parent_lst[o].glac_sched_code&&(c.glac_parent_acct4=c.parent_lst[o].glac_parent_acct)}}else c.chk_acc=!1;s={transaction_amt_dr:c.transaction_amt_dr4,transaction_amt_cr:c.transaction_amt_cr4,glma_op_bal_amt_dr:c.glma_op_bal_amt_dr4,glma_op_bal_amt_cr:c.glma_op_bal_amt_cr4,closing_balance_dr:c.closing_balance_dr4,closing_balance_cr:c.closing_balance_cr4,glpr_bud_amt:c.glpr_bud_amt4,budget_variance:c.budget_variance4,gsgd_group_code:c.gsgd_group_code4,glac_sched_code:c.glac_sched_code4,codp_dept_name:c.codp_dept_name4,acct_name:c.acct_name4,glac_parent_acct:c.glac_parent_acct4};c.chk_acc&&c.trialbalance.push(s),console.log("comment_code")}if(1==c.ng_if_schedule_group)for(n=0;n<c.group_lst.length;n++){c.glma_op_bal_amt_dr2=0,c.glma_op_bal_amt_cr2=0,c.transaction_amt_dr2=0,c.transaction_amt_cr2=0,c.closing_balance_dr2=0,c.closing_balance_cr2=0,c.glpr_bud_amt2=0,c.budget_variance2=0,c.acct_name2=" Group Total : ",c.codp_dept_name2="",c.gsgd_group_code2="",c.glac_sched_code2="",c.glac_parent_acct2="",c.chk_acc=!0;for(t=0;t<c.trialbalance.length;t++)if(c.group_lst[n].glsg_group_code==c.trialbalance[t].gsgd_group_code&&"Total : "==c.trialbalance[t].acct_name)if(c.trialbalance[t].acct_name!=c.acct_name1){c.transaction_amt_dr2=parseFloat(c.transaction_amt_dr2)+parseFloat(c.trialbalance[t].transaction_amt_dr),c.transaction_amt_cr2=parseFloat(c.transaction_amt_cr2)+parseFloat(c.trialbalance[t].transaction_amt_cr),c.glma_op_bal_amt_dr2=parseFloat(c.glma_op_bal_amt_dr2)+parseFloat(c.trialbalance[t].glma_op_bal_amt_dr),c.glma_op_bal_amt_cr2=parseFloat(c.glma_op_bal_amt_cr2)+parseFloat(c.trialbalance[t].glma_op_bal_amt_cr),c.closing_balance_dr2=parseFloat(c.closing_balance_dr2)+parseFloat(c.trialbalance[t].closing_balance_dr),c.closing_balance_cr2=parseFloat(c.closing_balance_cr2)+parseFloat(c.trialbalance[t].closing_balance_cr),c.glpr_bud_amt2=parseFloat(c.glpr_bud_amt2)+parseFloat(c.trialbalance[t].glpr_bud_amt),c.budget_variance2=parseFloat(c.budget_variance2)+parseFloat(c.trialbalance[t].budget_variance),c.gsgd_group_code2=c.group_lst[n].glsg_group_code;for(var d=0;d<c.shedule_lst.length;d++)c.shedule_lst[d].gsgd_group_code==c.group_lst[n].glsg_group_code&&(c.glac_sched_code2=c.shedule_lst[d].glsc_sched_code);for(o=0;o<c.parent_lst.length;o++)c.glac_sched_code2==c.parent_lst[o].glac_sched_code&&(c.glac_parent_acct2=c.parent_lst[o].glac_parent_acct)}else c.chk_acc=!1;s={transaction_amt_dr:c.transaction_amt_dr2,transaction_amt_cr:c.transaction_amt_cr2,glma_op_bal_amt_dr:c.glma_op_bal_amt_dr2,glma_op_bal_amt_cr:c.glma_op_bal_amt_cr2,closing_balance_dr:c.closing_balance_dr2,closing_balance_cr:c.closing_balance_cr2,glpr_bud_amt:c.glpr_bud_amt2,budget_variance:c.budget_variance2,gsgd_group_code:c.gsgd_group_code2,glac_sched_code:c.glac_sched_code2,codp_dept_name:c.codp_dept_name2,acct_name:c.acct_name2,glac_parent_acct:c.glac_parent_acct2};c.chk_acc&&c.trialbalance.push(s),console.log("comment_code")}c.busy=!1,c.main_table=!1,console.log("trialbalance",c.trialbalance)}),c.main_true=!1,c.grid1=!0},c.show_columns=function(e){if(e==c.first_schedule)return!0},c.getAccountData=function(e){c.full_account_code=e.acct_name,c.timedate_from=c.edt.from_date,c.timedate_to=c.edt.to_date;var t=e.glma_acct_code;c.opening_bal_cr=e.glma_op_bal_amt_cr,c.opening_bal_dr=e.glma_op_bal_amt_dr,c.closing_balance_dr_bottom=e.closing_balance_dr,"Y"==e.is_control_ac?s.get(n.apiUrl+"api/CumSubSumReport/getCummulativeSummaryReport?comp_code="+c.comp_code+"&finance_year="+m+"&view_report=1&ldgr_code="+e.ac_ledgers+"&mom_start_date="+c.edt.from_date+"&mom_end_date="+c.edt.to_date).then(function(e){if(0<e.data.length){c.report_data=e.data,setTimeout(function(){$("#Sub_TrialModal").modal({backdrop:"static",keyboard:!1})},500),c.temp.total_debit=0,c.temp.total_credit=0,c.temp.totalclosing=0;for(var t=c.temp.total_opening_amt=0;t<c.report_data.length;t++)c.temp.total_opening_amt=parseFloat(c.temp.total_opening_amt)+parseFloat(c.report_data[t].slma_op_bal_amt),c.temp.total_debit=parseFloat(c.temp.total_debit)+parseFloat(c.report_data[t].slma_tran_amt_dr),c.temp.total_credit=parseFloat(c.temp.total_credit)+parseFloat(c.report_data[t].slma_tran_amt_cr),c.temp.totalclosing=parseFloat(c.temp.totalclosing)+parseFloat(c.report_data[t].slma_close_bal_amt)}else swal({title:"Alert",text:" Sorry !!!!Data is not Available",showCloseButton:!0,width:300,height:200}),c.report_data=e.data,c.report_data=e.data,c.temp.total_debit="",c.temp.total_credit="",c.temp.totalclosing="",c.temp.total_opening_amt=""}):s.get(n.apiUrl+"api/PrintVoucher/getTrialBalanceAccountCode?comp_code="+c.comp_code+"&year="+m+"&account_code="+t+"&from_date="+c.edt.from_date+"&to_date="+c.edt.to_date).then(function(e){c.child_window_data=e.data,setTimeout(function(){$("#TrialModal").modal({backdrop:"static",keyboard:!1})},500),c.final_total_dr=0;for(var t=c.final_total_cr=0;t<c.child_window_data.length;t++)c.final_total_dr=parseFloat(c.child_window_data[t].debit)+parseFloat(c.final_total_dr),c.final_total_cr=parseFloat(c.child_window_data[t].credit)+parseFloat(c.final_total_cr);c.final_total_dr=parseFloat(c.final_total_dr)+parseFloat(c.opening_bal_dr),c.final_total_cr=parseFloat(c.final_total_cr)+parseFloat(c.opening_bal_cr),c.closing_balance_child_win=0,c.closing_balance_child_win=parseFloat(c.final_total_dr)-parseFloat(c.final_total_cr),0<=c.closing_balance_child_win?c.label_cr_dr="dr":c.label_cr_dr="cr"})},c.getAcctDetails=function(e,t,a){c.acct_name=a,c.from=c.edt.from_date,c.to=c.edt.to_date,s.get(n.apiUrl+"api/GLSLQuery/Get_SL_opening_bal?comp_code="+c.comp_code+"&fyear="+m+"&ledgercode="+t+"&acct_code="+e+"&from_date="+c.edt.from_date).then(function(e){c.OpBalanceAmt=e.data,0<=c.OpBalanceAmt?(c.opbal=c.OpBalanceAmt,c.cr=" dr"):c.OpBalanceAmt<0?(c.opbal=Math.abs(c.OpBalanceAmt),c.cr=" cr"):c.opbal=c.OpBalanceAmt}),c.close_amt=0,c.descvari="",null!=t&&null!=e?($("#loader").modal({backdrop:"static",keyboard:!1}),s.get(n.apiUrl+"api/GLSLQuery/getdataAllShow?compcode="+c.comp_code+"&ledger_code="+t+"&slma_acno="+e+"&doc_code=&from_date="+c.edt.from_date+"&to_date="+c.edt.to_date).then(function(e){if(c.accountDatashow=e.data,console.log("acctdata",c.accountDatashow),0<c.accountDatashow.length){$("#myModal4").modal("show"),c.table1=!0,c.drAmount=0;for(var t=c.crAmount=0;t<c.accountDatashow.length;t++)c.drAmount=parseFloat(c.drAmount)+parseFloat(c.accountDatashow[t].sltr_dr_amount),c.crAmount=parseFloat(c.crAmount)+parseFloat(c.accountDatashow[t].sltr_cr_amount);0!=c.drAmount&&(c.drAmount=parseFloat(c.drAmount).toFixed(3)),0!=c.crAmount&&(c.crAmount=parseFloat(c.crAmount).toFixed(3)),0==c.crAmount&&0==c.drAmount||(c.close_amt=parseFloat(c.drAmount)-parseFloat(c.crAmount),(0<=c.OpBalanceAmt||c.OpBalanceAmt<0)&&(c.close_amt=(parseFloat(c.close_amt)+parseFloat(c.OpBalanceAmt)).toFixed(3)),0<=c.close_amt?(c.closebal=parseFloat(c.close_amt).toFixed(3),c.dr=" dr"):c.close_amt<0?(c.closebal=Math.abs(c.close_amt).toFixed(3),c.dr=" cr"):c.closebal=0)}else c.table1=!1,swal({title:"Alert",text:"Data Not Found",showCloseButton:!0,width:300,height:200}),c.drAmount=0,(c.crAmount=0)<=c.opbal?(c.closebal=c.opbal,c.descvari="dr",c.cr=" dr"):c.opbal<0?(c.closebal=Math.abs(c.opbal),c.descvari="cr",c.cr=" cr"):c.closebal=c.opbal;$("#loader").modal("hide"),$(".modal-backdrop").removeClass("modal-backdrop")})):swal({title:"Alert",text:"Please Select LedgerCode and Account Number",showCloseButton:!0,width:300,height:200})},s.get(n.apiUrl+"api/PrintVoucher/getPurchasedeatils").then(function(e){c.total_counts=e.data}),setTimeout(function(){$("#group_id").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"})},1e3),c.report_show=!0,c.Report=function(e){c.report_show=!1;e={location:c.total_counts[0].fins_appl_form_field_value1,parameter:{comp_detail:e.gltr_comp_code,doc_code:e.gltr_doc_code,doc_no:e.gltr_our_doc_no},state:"main.FINR15",ready:function(){this.refreshReport()}};window.localStorage.ReportDetails=JSON.stringify(e);try{c.rpt=JSON.parse(window.localStorage.ReportDetails),c.location=c.rpt.location,c.parameter=c.rpt.parameter,c.state=c.rpt.state}catch(e){}var e="SimsReports."+c.location+",SimsReports",t=i.GetRpt_url();console.log(t),c.parameters={},$("#reportViewer1").telerik_ReportViewer({serviceUrl:t,viewMode:telerikReportViewer.ViewModes.INTERACTIVE,scaleMode:telerikReportViewer.ScaleModes.SPECIFIC,scale:1,ready:function(){}}),$("#reportViewer1").data("telerik_ReportViewer").reportSource({report:e,parameters:c.parameter}),setInterval(function(){$("#k-item k-state-default k-state-disabled").css({display:"block"}),$(".trv-report-viewer input[type=number]").css({"min-height":"0px"})},1e3),a(function(){$("#k-item k-state-default k-state-disabled").css({display:"block"}),$(".trv-report-viewer input[type=number]").css({"min-height":"0px"})},100)},c.searched=function(e,t){return _.filter(e,function(e){return searchUtil(e,t)})},c.search=function(){c.todos=c.searched(c.trialbalance,c.searchText),c.totalItems=c.todos.length,c.currentPage="1",""==c.searchText&&(c.todos=c.trialbalance)},c.search_type=function(e){s.get(n.apiUrl+"api/common/AssetMaster/GetFins_AssetMaster?type="+c.edt.gam_asst_type+"&gam_items="+c.edt.gam_item_no).then(function(e){c.display=!1,c.grid=!0,c.grid1=!0,c.assetmaster_data=e.data,c.totalItems=c.assetmaster_data.length,c.todos=c.assetmaster_data,c.makeTodos(),0==e.data.length&&(swal({title:"Alert",text:"Sorry!! No Data Found",showCloseButton:!0,width:380}),c.grid1=!1)})},c.makeTodos=function(){var e=parseInt(c.totalItems%c.numPerPage),e=(c.pagersize="0"==e?parseInt(c.totalItems/c.numPerPage):parseInt(c.totalItems/c.numPerPage)+1,(c.currentPage-1)*c.numPerPage),t=parseInt(e)+parseInt(c.numPerPage);c.filteredTodos=c.todos.slice(e,t)},c.getgrid=function(){s.get(n.apiUrl+"api/common/AssetMaster/GetFins_AssetMaster").then(function(e){c.display=!1,c.grid=!0,c.assetmaster_data=e.data,c.totalItems=c.assetmaster_data.length,c.todos=c.assetmaster_data,c.makeTodos(),c.grid=!0}),c.myForm.$setPristine(),c.myForm.$setUntouched()},c.cancel=function(){c.grid=!0,c.display=!1,c.myForm.$setPristine(),c.myForm.$setUntouched()},c.size=function(e){"All"==e?(c.currentPage="1",c.filteredTodos=c.assetmaster_data,c.pager=!1):(c.pager=!0,c.pagesize=e,c.currentPage=1,c.numPerPage=e,c.makeTodos()),c.numPerPage=e},c.index=function(e){c.pageindex=e,c.currentPage=e,c.makeTodos(),(void 0).checked=!1},c.back=function(){c.report_show=!0},c.Report1=function(){swal({title:"",text:"Are you sure you want to Save "+c.obj1.lic_school_name+" TrialBalanceByAccount.xls ?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:390,cancelButtonText:"No"}).then(function(e){e&&(e=new Blob([document.getElementById("percentage").innerHTML],{type:"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;charset=utf-8"}),saveAs(e,c.obj1.lic_school_name+" TrialBalanceByAccount.xls"))})},c.Report2=function(e){swal({title:"",text:"Are you sure you want to Save "+c.obj1.lic_school_name+" TrialBalance.xls ?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:390,cancelButtonText:"No"}).then(function(e){e&&(e=(c.header_format,new Blob([document.getElementById("dataprint1").innerHTML],{type:"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;charset=utf-8"})),saveAs(e,"TrialBalance.xls"))})},c.print=function(){c.colsvis=!0,c.show_report_header=!0,swal({title:"Alert",text:"Do you want to Print?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){var t,a,o;e&&(e=document.head.outerHTML,t=("2"==c.header_format?document.getElementById("dataprint2"):document.getElementById("dataprint1")).outerHTML,(o=(a=window.open("","_blank","location=yes, statusbar=no, menubar=no, titlebar=no, toolbar=no,dependent=no, width=800, height=600, resizable=yes, screenX=250, screenY=10, personalbar=no, scrollbars=yes")).document).open(),o.write("<!doctype html><html>"+e+'<body onLoad="window.print()">'+t+"</body></html>"),o.close(),a.focus(),c.detailsField=!1,c.colsvis=!1,c.show_report_header=!1,c.getsubdetail())})},c.ischeck=function(){c.checklick=function(){var e=document.getElementById("Show_Schedule");1==e.checked&&e.checked}},c.exportData=function(){swal({title:"Alert",text:"Do you want to Export in MS-Excel?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){e&&(e=new Blob([document.getElementById("rpt_data").innerHTML],{type:"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;charset=utf-8"}),saveAs(e,"CumulativeSubledgerSummaryReport.xls"))})},$(document).on("touch click",'*[data-datepicker="true"] .add-on',function(e){$('input[type="text"]',$(this).parent()).focus()})}])}(),function(){"use strict";var e=angular.module("sims.module.Finance");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("TrialBalanceViewContV2",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV","AuthenticationService",function(c,e,t,a,o,s,n,i){c.edt={};var d=new Date,l=(c.get_date=d).getDate(),r=(l<10&&(l="0"+l),d.getMonth()+1),d=(r<10&&(r="0"+r),d.getFullYear()),m=(c.check_today=l+"-"+r+"-"+d,c.main_true=!0,c.main_true1=!0,c.main_true2=!0,c.main_true3=!0,c.main_true4=!0,c.main_true5=!0,c.main_true6=!0,c.main_true7=!0,c.assetmaster_data=[],c.dept_comp_code,c.slma_acno_dept_no,c.finyr,c.valstatus=!1,c.edit_data=!1,c.display=!1,c.pagesize="10",c.pageindex="0",c.pager=!0,c.grid=!0,c.grid1=!1,c.main_table=!0,c.edt={view_mode:!0},c.show_report_header=!1,c.ng_if_schedule_group=!1,c.ng_if_show_schedule=!1,c.ng_if_show_parent_acc=!1,c.ng_if_sims_show_budget=!1,c.ng_if_sims_show_budget_varience=!1,c.ng_if_sims_show_varience_percentage=!1,c.filteredTodos=[],c.currentPage=1,c.numPerPage=10,c.maxSize=10,t.globals.currentUser.username.toLowerCase(),c.finnDetail=JSON.parse(window.localStorage.Finn_comp),c.finnDetail.company,c.finnDetail.year);c.comp_code=c.finnDetail.company,s.get(n.apiUrl+"api/CumSubSumReport/getCompCode").then(function(e){c.sims_cur=e.data,0<e.data.length&&(c.comp_code=e.data[0].comp_code,e.data[0].comp_code,c.getAllLedgerCode())}),s.get(n.apiUrl+"api/GLSLQuery/getDate_SL_Query?finance_year="+m).then(function(e){c.getDates=e.data,c.edt.from_date=c.getDates[0].sims_financial_year_start_date,c.check_today<c.getDates[0].sims_financial_year_end_date&&c.check_today>c.getDates[0].sims_financial_year_start_date?c.edt.to_date=c.check_today:c.edt.to_date=c.getDates[0].sims_financial_year_end_date,console.log("from date to date :"+c.getDates[0].sims_financial_year_start_date+" "+c.getDates[0].sims_financial_year_end_date)}),s.get(n.apiUrl+"api/PrintVoucher/getTrialBalanceGroup").then(function(e){c.group_data=e.data,setTimeout(function(){$("#group_id").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"}),$("#group_id").multipleSelect("checkAll")},1e3)}),s.get(n.apiUrl+"api/GLAccountsCreateView/GetAll_glmaster_Department_Code?co_code="+c.comp_code+"&year="+m).then(function(e){c.dep_data=e.data,setTimeout(function(){$("#dep_id").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"}),$("#dep_id").multipleSelect("checkAll")},1e3)}),s.get(n.apiUrl+"api/StudentFee/getDecimalPlaces").then(function(e){c.decimal_degit=e.data,c.decimal_dsc=c.decimal_degit[0].comp_curcy_dec}),s.get(n.apiUrl+"api/PrintVoucher/getheaderformat").then(function(e){c.head=e.data,c.header_format=c.head[0].sims_appl_form_field_value1,"2"==c.header_format?(c.header_format2=!0,c.header_format1=!1):(c.header_format1=!0,c.header_format2=!1),console.log("Header",c.header_format)}),c.propertyName=null,c.reverse=!1,c.sort=function(e){c.colname=e,c.reverse=c.colname===e&&!c.reverse},c.main_ex=!0,c.mainexpand=function(e){c.main_ex=e;for(var t=0;t<c.shedule_lst.length;t++)c.shedule_lst[t].glsc_sched_name_show=!e},c.expand=function(e,t){e.glsc_sched_name_show?e.glsc_sched_name_show=!1:e.glsc_sched_name_show=!0,c.glma_op_bal_amt_dr=0,c.glma_op_bal_amt_cr=0,c.transaction_amt_dr=0,c.transaction_amt_cr=0,c.closing_balance_dr=0,c.closing_balance_cr=0,c.acct_name="Total : ",c.codp_dept_name="",c.gsgd_group_code="",c.glac_sched_code="",c.glac_parent_acct="",c.chk_acc=!0;for(var a=0;a<t.length;a++)e.gsgd_group_code==t[a].gsgd_group_code&&e.glsc_sched_code==t[a].glac_sched_code&&(t[a].acct_name!=c.acct_name&&"Parent Total : "!=t[a].acct_name?(c.transaction_amt_dr=parseFloat(c.transaction_amt_dr)+parseFloat(t[a].transaction_amt_dr),c.transaction_amt_cr=parseFloat(c.transaction_amt_cr)+parseFloat(t[a].transaction_amt_cr),c.glma_op_bal_amt_dr=parseFloat(c.glma_op_bal_amt_dr)+parseFloat(t[a].glma_op_bal_amt_dr),c.glma_op_bal_amt_cr=parseFloat(c.glma_op_bal_amt_cr)+parseFloat(t[a].glma_op_bal_amt_cr),c.closing_balance_dr=parseFloat(c.closing_balance_dr)+parseFloat(t[a].closing_balance_dr),c.closing_balance_cr=parseFloat(c.closing_balance_cr)+parseFloat(t[a].closing_balance_cr),c.gsgd_group_code=e.gsgd_group_code,c.glac_sched_code=e.glsc_sched_code,c.glac_parent_acct=e.glac_parent_acct):c.chk_acc=!1);var o={transaction_amt_dr:c.transaction_amt_dr,transaction_amt_cr:c.transaction_amt_cr,glma_op_bal_amt_dr:c.glma_op_bal_amt_dr,glma_op_bal_amt_cr:c.glma_op_bal_amt_cr,closing_balance_dr:c.closing_balance_dr,closing_balance_cr:c.closing_balance_cr,gsgd_group_code:c.gsgd_group_code,glac_sched_code:c.glac_sched_code,codp_dept_name:c.codp_dept_name,acct_name:c.acct_name};c.chk_acc&&t.push(o)},c.expand1=function(e,t){e.parent_name_show?e.parent_name_show=!1:e.parent_name_show=!0,c.glma_op_bal_amt_dr=0,c.glma_op_bal_amt_cr=0,c.transaction_amt_dr=0,c.transaction_amt_cr=0,c.closing_balance_dr=0,c.closing_balance_cr=0,c.acct_name="Total : ",c.codp_dept_name="",c.gsgd_group_code="",c.glac_sched_code="",c.glac_parent_acct="",c.chk_acc=!0;for(var a=0;a<t.length;a++)e.glac_parent_acct==t[a].glac_parent_acct&&e.glac_sched_code==t[a].glac_sched_code&&(t[a].acct_name!=c.acct_name?(c.transaction_amt_dr=parseFloat(c.transaction_amt_dr)+parseFloat(t[a].transaction_amt_dr),c.transaction_amt_cr=parseFloat(c.transaction_amt_cr)+parseFloat(t[a].transaction_amt_cr),c.glma_op_bal_amt_dr=parseFloat(c.glma_op_bal_amt_dr)+parseFloat(t[a].glma_op_bal_amt_dr),c.glma_op_bal_amt_cr=parseFloat(c.glma_op_bal_amt_cr)+parseFloat(t[a].glma_op_bal_amt_cr),c.closing_balance_dr=parseFloat(c.closing_balance_dr)+parseFloat(t[a].closing_balance_dr),c.closing_balance_cr=parseFloat(c.closing_balance_cr)+parseFloat(t[a].closing_balance_cr),c.gsgd_group_code=e.gsgd_group_code,c.glac_sched_code=e.glsc_sched_code,c.glac_parent_acct=e.glac_parent_acct):c.chk_acc=!1);var o={transaction_amt_dr:c.transaction_amt_dr,transaction_amt_cr:c.transaction_amt_cr,glma_op_bal_amt_dr:c.glma_op_bal_amt_dr,glma_op_bal_amt_cr:c.glma_op_bal_amt_cr,closing_balance_dr:c.closing_balance_dr,closing_balance_cr:c.closing_balance_cr,gsgd_group_code:c.gsgd_group_code,glac_sched_code:c.glac_sched_code,codp_dept_name:c.codp_dept_name,acct_name:c.acct_name};c.chk_acc&&t.push(o)},c.Search=function(){c.main_true1=!1,c.main_true2=!0,c.main_true3=!0,c.main_true4=!0,c.main_true5=!0,c.main_true6=!0,c.main_true7=!0,c.trialbalance=[],c.busy=!0,c.main_table=!0,1==c.show_schedule_group?(c.ng_if_schedule_group=!0,c.main_true1=!0,c.main_true2=!1,c.main_true3=!0,c.main_true4=!0,c.main_true5=!0,c.main_true6=!0,c.main_true7=!0):c.ng_if_schedule_group=!1,1==c.show_schedule?(c.ng_if_show_schedule=!0,c.main_true1=!0,c.main_true2=!0,c.main_true3=!1,c.main_true4=!0,c.main_true5=!0,c.main_true6=!0,c.main_true7=!0):c.ng_if_show_schedule=!1,1==c.show_parent_acc?(c.ng_if_show_parent_acc=!0,c.ng_if_show_schedule=!0,c.main_true1=!0,c.main_true2=!0,c.main_true3=!0,c.main_true4=!1,c.main_true5=!0,c.main_true6=!0,c.main_true7=!0):c.ng_if_show_parent_acc=!1,1==c.sims_show_budget?(c.ng_if_show_schedule=!0,c.main_true1=!0,c.main_true2=!0,c.main_true3=!0,c.main_true4=!0,c.main_true5=!1,c.main_true6=!0,c.main_true7=!0,c.ng_if_sims_show_budget=!0):c.ng_if_sims_show_budget=!1,1==c.sims_show_budget_varience?(c.ng_if_sims_show_budget_varience=!0,c.ng_if_show_schedule=!0,c.main_true1=!0,c.main_true2=!0,c.main_true3=!0,c.main_true4=!0,c.main_true5=!0,c.main_true6=!1,c.main_true7=!0):c.ng_if_sims_show_budget_varience=!1,1==c.sims_show_varience_percentage?(c.ng_if_sims_show_varience_percentage=!0,c.ng_if_show_schedule=!0,c.main_true1=!0,c.main_true2=!0,c.main_true3=!0,c.main_true4=!0,c.main_true5=!0,c.main_true6=!0,c.main_true7=!1):c.ng_if_sims_show_varience_percentage=!1,c.printing_user=t.globals.currentUser.username,c.selected_groups_arr="",c.selected_groups=$("#group_id").multipleSelect("getSelects","text");for(var e=0;e<c.selected_groups.length;e++)c.selected_groups_arr=c.selected_groups_arr+c.selected_groups[e]+",";console.log(c.selected_groups_arr),s.get(n.apiUrl+"api/PrintVoucher/getTrialBalanceOndate?from_date="+c.edt.from_date+"&to_date="+c.edt.to_date+"&viewmode="+c.edt.view_mode+"&comp_code="+c.comp_code+"&year="+m+"&group="+c.temp.sims_group+"&dep="+c.temp.sims_dep).then(function(e){c.trialbalance=e.data[0],c.group_lst=e.data[1],c.shedule_lst=e.data[2],c.parent_lst=e.data[4],c.totalItems=c.trialbalance.length,c.todos=c.trialbalance,c.makeTodos(),c.first_schedule=c.trialbalance[0].glac_sched_code,c.glma_op_bal_amt_dr1=0,c.glma_op_bal_amt_cr1=0,c.transaction_amt_dr1=0,c.transaction_amt_cr1=0,c.closing_balance_dr1=0;for(var t=c.closing_balance_cr1=0;t<c.trialbalance.length;t++)"Parent Total : "!=c.trialbalance[t].acct_name&&"Total : "!==c.trialbalance[t].acct_name&&(c.transaction_amt_dr1=parseFloat(c.transaction_amt_dr1)+parseFloat(c.trialbalance[t].transaction_amt_dr),c.transaction_amt_cr1=parseFloat(c.transaction_amt_cr1)+parseFloat(c.trialbalance[t].transaction_amt_cr),c.glma_op_bal_amt_dr1=parseFloat(c.glma_op_bal_amt_dr1)+parseFloat(c.trialbalance[t].glma_op_bal_amt_dr),c.glma_op_bal_amt_cr1=parseFloat(c.glma_op_bal_amt_cr1)+parseFloat(c.trialbalance[t].glma_op_bal_amt_cr),c.closing_balance_dr1=parseFloat(c.closing_balance_dr1)+parseFloat(c.trialbalance[t].closing_balance_dr),c.closing_balance_cr1=parseFloat(c.closing_balance_cr1)+parseFloat(c.trialbalance[t].closing_balance_cr));if(1==c.ng_if_show_parent_acc)for(var a=0;a<c.parent_lst.length;a++){c.glma_op_bal_amt_dr3=0,c.glma_op_bal_amt_cr3=0,c.transaction_amt_dr3=0,c.transaction_amt_cr3=0,c.closing_balance_dr3=0,c.closing_balance_cr3=0,c.glpr_bud_amt3=0,c.budget_variance3=0,c.acct_name3="Parent Total : ",c.codp_dept_name3="",c.gsgd_group_code3="",c.glac_sched_code3="",c.glac_parent_acct3="",c.chk_acc=!0;for(t=0;t<c.trialbalance.length;t++)if(c.trialbalance[t].glac_sched_code==c.parent_lst[a].glac_sched_code&&c.parent_lst[a].glac_parent_acct==c.trialbalance[t].glac_parent_acct)if(c.trialbalance[t].acct_name!=c.acct_name3){c.transaction_amt_dr3=parseFloat(c.transaction_amt_dr3)+parseFloat(c.trialbalance[t].transaction_amt_dr),c.transaction_amt_cr3=parseFloat(c.transaction_amt_cr3)+parseFloat(c.trialbalance[t].transaction_amt_cr),c.glma_op_bal_amt_dr3=parseFloat(c.glma_op_bal_amt_dr3)+parseFloat(c.trialbalance[t].glma_op_bal_amt_dr),c.glma_op_bal_amt_cr3=parseFloat(c.glma_op_bal_amt_cr3)+parseFloat(c.trialbalance[t].glma_op_bal_amt_cr),c.closing_balance_dr3=parseFloat(c.closing_balance_dr3)+parseFloat(c.trialbalance[t].closing_balance_dr),c.closing_balance_cr3=parseFloat(c.closing_balance_cr3)+parseFloat(c.trialbalance[t].closing_balance_cr),c.glpr_bud_amt3=parseFloat(c.glpr_bud_amt3)+parseFloat(c.trialbalance[t].glpr_bud_amt),c.budget_variance3=parseFloat(c.budget_variance3)+parseFloat(c.trialbalance[t].budget_variance),c.gsgd_group_code3=c.trialbalance[t].gsgd_group_code,c.glac_sched_code3=c.trialbalance[t].glac_sched_code;for(var o=0;o<c.parent_lst.length;o++)c.glac_sched_code3==c.parent_lst[o].glac_sched_code&&c.trialbalance[t].glac_parent_acct==c.parent_lst[o].glac_parent_acct&&(c.glac_parent_acct3=c.parent_lst[o].glac_parent_acct)}else c.chk_acc=!1;var s={transaction_amt_dr:c.transaction_amt_dr3,transaction_amt_cr:c.transaction_amt_cr3,glma_op_bal_amt_dr:c.glma_op_bal_amt_dr3,glma_op_bal_amt_cr:c.glma_op_bal_amt_cr3,closing_balance_dr:c.closing_balance_dr3,closing_balance_cr:c.closing_balance_cr3,glpr_bud_amt:c.glpr_bud_amt3,budget_variance:c.budget_variance3,gsgd_group_code:c.gsgd_group_code3,glac_sched_code:c.glac_sched_code3,codp_dept_name:c.codp_dept_name3,acct_name:c.acct_name3,glac_parent_acct:c.glac_parent_acct3};c.chk_acc&&c.trialbalance.push(s),console.log("comment_code")}if(1==c.ng_if_show_schedule)for(var n=0;n<c.shedule_lst.length;n++){c.glma_op_bal_amt_dr4=0,c.glma_op_bal_amt_cr4=0,c.transaction_amt_dr4=0,c.transaction_amt_cr4=0,c.closing_balance_dr4=0,c.closing_balance_cr4=0,c.glpr_bud_amt4=0,c.budget_variance4=0,c.acct_name4="Total : ",c.codp_dept_name4="",c.gsgd_group_code4="",c.glac_sched_code4="",c.glac_parent_acct4="",c.chk_acc=!0;for(var i=0;i<c.trialbalance.length;i++)if(c.shedule_lst[n].gsgd_group_code==c.trialbalance[i].gsgd_group_code&&c.shedule_lst[n].glsc_sched_code==c.trialbalance[i].glac_sched_code)if(c.trialbalance[i].acct_name!=c.acct_name4){if("Parent Total : "!=c.trialbalance[i].acct_name){c.transaction_amt_dr4=parseFloat(c.transaction_amt_dr4)+parseFloat(c.trialbalance[i].transaction_amt_dr),c.transaction_amt_cr4=parseFloat(c.transaction_amt_cr4)+parseFloat(c.trialbalance[i].transaction_amt_cr),c.glma_op_bal_amt_dr4=parseFloat(c.glma_op_bal_amt_dr4)+parseFloat(c.trialbalance[i].glma_op_bal_amt_dr),c.glma_op_bal_amt_cr4=parseFloat(c.glma_op_bal_amt_cr4)+parseFloat(c.trialbalance[i].glma_op_bal_amt_cr),c.closing_balance_dr4=parseFloat(c.closing_balance_dr4)+parseFloat(c.trialbalance[i].closing_balance_dr),c.closing_balance_cr4=parseFloat(c.closing_balance_cr4)+parseFloat(c.trialbalance[i].closing_balance_cr),c.glpr_bud_amt4=parseFloat(c.glpr_bud_amt4)+parseFloat(c.trialbalance[i].glpr_bud_amt),c.budget_variance4=parseFloat(c.budget_variance4)+parseFloat(c.trialbalance[i].budget_variance),c.gsgd_group_code4=c.shedule_lst[n].gsgd_group_code,c.glac_sched_code4=c.shedule_lst[n].glsc_sched_code;for(o=0;o<c.parent_lst.length;o++)c.glac_sched_code4==c.parent_lst[o].glac_sched_code&&(c.glac_parent_acct4=c.parent_lst[o].glac_parent_acct)}}else c.chk_acc=!1;s={transaction_amt_dr:c.transaction_amt_dr4,transaction_amt_cr:c.transaction_amt_cr4,glma_op_bal_amt_dr:c.glma_op_bal_amt_dr4,glma_op_bal_amt_cr:c.glma_op_bal_amt_cr4,closing_balance_dr:c.closing_balance_dr4,closing_balance_cr:c.closing_balance_cr4,glpr_bud_amt:c.glpr_bud_amt4,budget_variance:c.budget_variance4,gsgd_group_code:c.gsgd_group_code4,glac_sched_code:c.glac_sched_code4,codp_dept_name:c.codp_dept_name4,acct_name:c.acct_name4,glac_parent_acct:c.glac_parent_acct4};c.chk_acc&&c.trialbalance.push(s),console.log("comment_code")}if(1==c.ng_if_schedule_group)for(n=0;n<c.group_lst.length;n++){c.glma_op_bal_amt_dr2=0,c.glma_op_bal_amt_cr2=0,c.transaction_amt_dr2=0,c.transaction_amt_cr2=0,c.closing_balance_dr2=0,c.closing_balance_cr2=0,c.glpr_bud_amt2=0,c.budget_variance2=0,c.acct_name2=" Group Total : ",c.codp_dept_name2="",c.gsgd_group_code2="",c.glac_sched_code2="",c.glac_parent_acct2="",c.chk_acc=!0;for(t=0;t<c.trialbalance.length;t++)if(c.group_lst[n].glsg_group_code==c.trialbalance[t].gsgd_group_code&&"Total : "==c.trialbalance[t].acct_name)if(c.trialbalance[t].acct_name!=c.acct_name1){c.transaction_amt_dr2=parseFloat(c.transaction_amt_dr2)+parseFloat(c.trialbalance[t].transaction_amt_dr),c.transaction_amt_cr2=parseFloat(c.transaction_amt_cr2)+parseFloat(c.trialbalance[t].transaction_amt_cr),c.glma_op_bal_amt_dr2=parseFloat(c.glma_op_bal_amt_dr2)+parseFloat(c.trialbalance[t].glma_op_bal_amt_dr),c.glma_op_bal_amt_cr2=parseFloat(c.glma_op_bal_amt_cr2)+parseFloat(c.trialbalance[t].glma_op_bal_amt_cr),c.closing_balance_dr2=parseFloat(c.closing_balance_dr2)+parseFloat(c.trialbalance[t].closing_balance_dr),c.closing_balance_cr2=parseFloat(c.closing_balance_cr2)+parseFloat(c.trialbalance[t].closing_balance_cr),c.glpr_bud_amt2=parseFloat(c.glpr_bud_amt2)+parseFloat(c.trialbalance[t].glpr_bud_amt),c.budget_variance2=parseFloat(c.budget_variance2)+parseFloat(c.trialbalance[t].budget_variance),c.gsgd_group_code2=c.group_lst[n].glsg_group_code;for(var d=0;d<c.shedule_lst.length;d++)c.shedule_lst[d].gsgd_group_code==c.group_lst[n].glsg_group_code&&(c.glac_sched_code2=c.shedule_lst[d].glsc_sched_code);for(o=0;o<c.parent_lst.length;o++)c.glac_sched_code2==c.parent_lst[o].glac_sched_code&&(c.glac_parent_acct2=c.parent_lst[o].glac_parent_acct)}else c.chk_acc=!1;s={transaction_amt_dr:c.transaction_amt_dr2,transaction_amt_cr:c.transaction_amt_cr2,glma_op_bal_amt_dr:c.glma_op_bal_amt_dr2,glma_op_bal_amt_cr:c.glma_op_bal_amt_cr2,closing_balance_dr:c.closing_balance_dr2,closing_balance_cr:c.closing_balance_cr2,glpr_bud_amt:c.glpr_bud_amt2,budget_variance:c.budget_variance2,gsgd_group_code:c.gsgd_group_code2,glac_sched_code:c.glac_sched_code2,codp_dept_name:c.codp_dept_name2,acct_name:c.acct_name2,glac_parent_acct:c.glac_parent_acct2};c.chk_acc&&c.trialbalance.push(s),console.log("comment_code")}c.busy=!1,c.main_table=!1,console.log("trialbalance",c.trialbalance)}),c.main_true=!1,c.grid1=!0},c.show_columns=function(e){if(e==c.first_schedule)return!0},c.getAccountData=function(e){c.full_account_code=e.acct_name,c.timedate_from=c.edt.from_date,c.timedate_to=c.edt.to_date;var t=e.glma_acct_code;c.opening_bal_cr=e.glma_op_bal_amt_cr,c.opening_bal_dr=e.glma_op_bal_amt_dr,c.closing_balance_dr_bottom=e.closing_balance_dr,"Y"==e.is_control_ac?s.get(n.apiUrl+"api/CumSubSumReport/getCummulativeSummaryReport?comp_code="+c.comp_code+"&finance_year="+m+"&view_report=1&ldgr_code="+e.ac_ledgers+"&mom_start_date="+c.edt.from_date+"&mom_end_date="+c.edt.to_date).then(function(e){if(0<e.data.length){c.report_data=e.data,setTimeout(function(){$("#Sub_TrialModal").modal({backdrop:"static",keyboard:!1})},500),c.temp.total_debit=0,c.temp.total_credit=0,c.temp.totalclosing=0;for(var t=c.temp.total_opening_amt=0;t<c.report_data.length;t++)c.temp.total_opening_amt=parseFloat(c.temp.total_opening_amt)+parseFloat(c.report_data[t].slma_op_bal_amt),c.temp.total_debit=parseFloat(c.temp.total_debit)+parseFloat(c.report_data[t].slma_tran_amt_dr),c.temp.total_credit=parseFloat(c.temp.total_credit)+parseFloat(c.report_data[t].slma_tran_amt_cr),c.temp.totalclosing=parseFloat(c.temp.totalclosing)+parseFloat(c.report_data[t].slma_close_bal_amt)}else swal({title:"Alert",text:" Sorry !!!!Data is not Available",showCloseButton:!0,width:300,height:200}),c.report_data=e.data,c.report_data=e.data,c.temp.total_debit="",c.temp.total_credit="",c.temp.totalclosing="",c.temp.total_opening_amt=""}):s.get(n.apiUrl+"api/PrintVoucher/getTrialBalanceAccountCode?comp_code="+c.comp_code+"&year="+m+"&account_code="+t+"&from_date="+c.edt.from_date+"&to_date="+c.edt.to_date).then(function(e){c.child_window_data=e.data,setTimeout(function(){$("#TrialModal").modal({backdrop:"static",keyboard:!1})},500),c.final_total_dr=0;for(var t=c.final_total_cr=0;t<c.child_window_data.length;t++)c.final_total_dr=parseFloat(c.child_window_data[t].debit)+parseFloat(c.final_total_dr),c.final_total_cr=parseFloat(c.child_window_data[t].credit)+parseFloat(c.final_total_cr);c.final_total_dr=parseFloat(c.final_total_dr)+parseFloat(c.opening_bal_dr),c.final_total_cr=parseFloat(c.final_total_cr)+parseFloat(c.opening_bal_cr),c.closing_balance_child_win=0,c.closing_balance_child_win=parseFloat(c.final_total_dr)-parseFloat(c.final_total_cr),0<=c.closing_balance_child_win?c.label_cr_dr="dr":c.label_cr_dr="cr"})},c.getAcctDetails=function(e,t,a){c.acct_name=a,c.from=c.edt.from_date,c.to=c.edt.to_date,s.get(n.apiUrl+"api/GLSLQuery/Get_SL_opening_bal?comp_code="+c.comp_code+"&fyear="+m+"&ledgercode="+t+"&acct_code="+e+"&from_date="+c.edt.from_date).then(function(e){c.OpBalanceAmt=e.data,0<=c.OpBalanceAmt?(c.opbal=c.OpBalanceAmt,c.cr=" dr"):c.OpBalanceAmt<0?(c.opbal=Math.abs(c.OpBalanceAmt),c.cr=" cr"):c.opbal=c.OpBalanceAmt}),c.close_amt=0,c.descvari="",null!=t&&null!=e?($("#loader").modal({backdrop:"static",keyboard:!1}),s.get(n.apiUrl+"api/GLSLQuery/getdataAllShow?compcode="+c.comp_code+"&ledger_code="+t+"&slma_acno="+e+"&doc_code=&from_date="+c.edt.from_date+"&to_date="+c.edt.to_date).then(function(e){if(c.accountDatashow=e.data,console.log("acctdata",c.accountDatashow),0<c.accountDatashow.length){$("#myModal4").modal("show"),c.table1=!0,c.drAmount=0;for(var t=c.crAmount=0;t<c.accountDatashow.length;t++)c.drAmount=parseFloat(c.drAmount)+parseFloat(c.accountDatashow[t].sltr_dr_amount),c.crAmount=parseFloat(c.crAmount)+parseFloat(c.accountDatashow[t].sltr_cr_amount);0!=c.drAmount&&(c.drAmount=parseFloat(c.drAmount).toFixed(3)),0!=c.crAmount&&(c.crAmount=parseFloat(c.crAmount).toFixed(3)),0==c.crAmount&&0==c.drAmount||(c.close_amt=parseFloat(c.drAmount)-parseFloat(c.crAmount),(0<=c.OpBalanceAmt||c.OpBalanceAmt<0)&&(c.close_amt=(parseFloat(c.close_amt)+parseFloat(c.OpBalanceAmt)).toFixed(3)),0<=c.close_amt?(c.closebal=parseFloat(c.close_amt).toFixed(3),c.dr=" dr"):c.close_amt<0?(c.closebal=Math.abs(c.close_amt).toFixed(3),c.dr=" cr"):c.closebal=0)}else c.table1=!1,swal({title:"Alert",text:"Data Not Found",showCloseButton:!0,width:300,height:200}),c.drAmount=0,(c.crAmount=0)<=c.opbal?(c.closebal=c.opbal,c.descvari="dr",c.cr=" dr"):c.opbal<0?(c.closebal=Math.abs(c.opbal),c.descvari="cr",c.cr=" cr"):c.closebal=c.opbal;$("#loader").modal("hide"),$(".modal-backdrop").removeClass("modal-backdrop")})):swal({title:"Alert",text:"Please Select LedgerCode and Account Number",showCloseButton:!0,width:300,height:200})},s.get(n.apiUrl+"api/PrintVoucher/getPurchasedeatils").then(function(e){c.total_counts=e.data}),setTimeout(function(){$("#group_id").change(function(){console.log($(this).val())}).multipleSelect({width:"100%"})},1e3),c.report_show=!0,c.Report=function(e){c.report_show=!1;e={location:c.total_counts[0].fins_appl_form_field_value1,parameter:{comp_detail:e.gltr_comp_code,doc_code:e.gltr_doc_code,doc_no:e.gltr_our_doc_no},state:"main.FINR15",ready:function(){this.refreshReport()}};window.localStorage.ReportDetails=JSON.stringify(e);try{c.rpt=JSON.parse(window.localStorage.ReportDetails),c.location=c.rpt.location,c.parameter=c.rpt.parameter,c.state=c.rpt.state}catch(e){}var e="SimsReports."+c.location+",SimsReports",t=i.GetRpt_url();console.log(t),c.parameters={},$("#reportViewer1").telerik_ReportViewer({serviceUrl:t,viewMode:telerikReportViewer.ViewModes.INTERACTIVE,scaleMode:telerikReportViewer.ScaleModes.SPECIFIC,scale:1,ready:function(){}}),$("#reportViewer1").data("telerik_ReportViewer").reportSource({report:e,parameters:c.parameter}),setInterval(function(){$("#k-item k-state-default k-state-disabled").css({display:"block"}),$(".trv-report-viewer input[type=number]").css({"min-height":"0px"})},1e3),a(function(){$("#k-item k-state-default k-state-disabled").css({display:"block"}),$(".trv-report-viewer input[type=number]").css({"min-height":"0px"})},100)},c.searched=function(e,t){return _.filter(e,function(e){return searchUtil(e,t)})},c.search=function(){c.todos=c.searched(c.trialbalance,c.searchText),c.totalItems=c.todos.length,c.currentPage="1",""==c.searchText&&(c.todos=c.trialbalance)},c.search_type=function(e){s.get(n.apiUrl+"api/common/AssetMaster/GetFins_AssetMaster?type="+c.edt.gam_asst_type+"&gam_items="+c.edt.gam_item_no).then(function(e){c.display=!1,c.grid=!0,c.grid1=!0,c.assetmaster_data=e.data,c.totalItems=c.assetmaster_data.length,c.todos=c.assetmaster_data,c.makeTodos(),0==e.data.length&&(swal({title:"Alert",text:"Sorry!! No Data Found",showCloseButton:!0,width:380}),c.grid1=!1)})},c.makeTodos=function(){var e=parseInt(c.totalItems%c.numPerPage),e=(c.pagersize="0"==e?parseInt(c.totalItems/c.numPerPage):parseInt(c.totalItems/c.numPerPage)+1,(c.currentPage-1)*c.numPerPage),t=parseInt(e)+parseInt(c.numPerPage);c.filteredTodos=c.todos.slice(e,t)},c.getgrid=function(){s.get(n.apiUrl+"api/common/AssetMaster/GetFins_AssetMaster").then(function(e){c.display=!1,c.grid=!0,c.assetmaster_data=e.data,c.totalItems=c.assetmaster_data.length,c.todos=c.assetmaster_data,c.makeTodos(),c.grid=!0}),c.myForm.$setPristine(),c.myForm.$setUntouched()},c.cancel=function(){c.grid=!0,c.display=!1,c.myForm.$setPristine(),c.myForm.$setUntouched()},c.size=function(e){"All"==e?(c.currentPage="1",c.filteredTodos=c.assetmaster_data,c.pager=!1):(c.pager=!0,c.pagesize=e,c.currentPage=1,c.numPerPage=e,c.makeTodos()),c.numPerPage=e},c.index=function(e){c.pageindex=e,c.currentPage=e,c.makeTodos(),(void 0).checked=!1},c.back=function(){c.report_show=!0},c.Report1=function(){swal({title:"",text:"Are you sure you want to Save "+c.obj1.lic_school_name+" TrialBalanceByAccount.xls ?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:390,cancelButtonText:"No"}).then(function(e){e&&(e=new Blob([document.getElementById("percentage").innerHTML],{type:"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;charset=utf-8"}),saveAs(e,c.obj1.lic_school_name+" TrialBalanceByAccount.xls"))})},c.Report2=function(e){swal({title:"",text:"Are you sure you want to Save "+c.obj1.lic_school_name+" TrialBalance.xls ?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:390,cancelButtonText:"No"}).then(function(e){e&&(e=(c.header_format,new Blob([document.getElementById("dataprint1").innerHTML],{type:"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;charset=utf-8"})),saveAs(e,"TrialBalance.xls"))})},c.print=function(){c.colsvis=!0,c.show_report_header=!0,swal({title:"Alert",text:"Do you want to Print?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){var t,a,o;e&&(e=document.head.outerHTML,t=("2"==c.header_format?document.getElementById("dataprint2"):document.getElementById("dataprint1")).outerHTML,(o=(a=window.open("","_blank","location=yes, statusbar=no, menubar=no, titlebar=no, toolbar=no,dependent=no, width=800, height=600, resizable=yes, screenX=250, screenY=10, personalbar=no, scrollbars=yes")).document).open(),o.write("<!doctype html><html>"+e+'<body onLoad="window.print()">'+t+"</body></html>"),o.close(),a.focus(),c.detailsField=!1,c.colsvis=!1,c.show_report_header=!1,c.getsubdetail())})},c.ischeck=function(){c.checklick=function(){var e=document.getElementById("Show_Schedule");1==e.checked&&e.checked}},c.exportData=function(){swal({title:"Alert",text:"Do you want to Export in MS-Excel?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){e&&(e=new Blob([document.getElementById("rpt_data").innerHTML],{type:"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;charset=utf-8"}),saveAs(e,"CumulativeSubledgerSummaryReport.xls"))})},$(document).on("touch click",'*[data-datepicker="true"] .add-on',function(e){$('input[type="text"]',$(this).parent()).focus()})}])}(),function(){"use strict";var e=angular.module("sims.module.Finance");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("TrialBalanceViewnewvCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV","AuthenticationService",function(n,e,t,a,o,s,i,d){n.edt={},n.groupedData={};var _=new Date,c=(n.get_date=_).getDate(),l=(c<10&&(c="0"+c),_.getMonth()+1),_=(l<10&&(l="0"+l),_.getFullYear()),r=(n.from_date=c+"-"+l+"-"+_,t.globals.currentUser.username);n.allGroupTotal={opBalDr:0,opBalCr:0,transAmtDr:0,transAmtCr:0,clBalDr:0,clBalCr:0},n.isCompact=!0,n.toggleFontSize=function(){$("#loader").modal({backdrop:"static",keyboard:!1}),n.isCompact=!n.isCompact,$("#loader").modal("hide")},n.fetchdata=function(){var e=new Date,e=($("#loader").modal({backdrop:"static",keyboard:!1}),e.getFullYear().toString()+(e.getMonth()+1).toString().padStart(2,"0")+e.getDate().toString().padStart(2,"0")+e.getHours().toString().padStart(2,"0")+e.getMinutes().toString().padStart(2,"0")+e.getSeconds().toString().padStart(2,"0")+e.getMilliseconds().toString().padStart(3,"0"));s.get(i.apiUrl+"api/Trialbalv/Getinfo?from_date="+n.edt.from_date+"&to_date="+n.edt.to_date+"&user="+r+"&random="+e).then(function(e){n.tbdata=e.data.table,n.tbdata.forEach(e=>{n.groupedData[e.glac_group_name]||(n.groupedData[e.glac_group_name]={expanded:!0,schedules:{},groupTotal:{opBalDr:0,opBalCr:0,transAmtDr:0,transAmtCr:0,clBalDr:0,clBalCr:0}});var t=n.groupedData[e.glac_group_name],a=(t.schedules[e.glac_sched_name]||(t.schedules[e.glac_sched_name]={expanded:!0,parents:{},scheduleTotal:{groupName:e.glac_group_name,opBalDr:0,opBalCr:0,transAmtDr:0,transAmtCr:0,clBalDr:0,clBalCr:0}}),t.schedules[e.glac_sched_name]),o=void 0!==e.glac_parent_name?e.glac_parent_name:"-",s=(a.parents[o]||(a.parents[o]={accounts:[],expanded:!0,parentTotal:{groupName:e.glac_group_name,scheduleName:e.glac_sched_name,opBalDr:0,opBalCr:0,transAmtDr:0,transAmtCr:0,clBalDr:0,clBalCr:0}}),a.parents[o]),o={groupName:e.glac_group_name,scheduleName:e.glac_sched_name,parentName:o,accountCode:e.glac_code,accountName:e.glac_name,opBalDr:e.dr_ob,opBalCr:e.cr_ob,transAmtDr:e.dr_prd,transAmtCr:e.cr_prd,clBalDr:e.dr_ob+e.dr_prd,clBalCr:e.cr_ob+e.cr_prd};s.accounts.push(o),s.parentTotal.opBalDr+=o.opBalDr,s.parentTotal.opBalCr+=o.opBalCr,s.parentTotal.transAmtDr+=o.transAmtDr,s.parentTotal.transAmtCr+=o.transAmtCr,s.parentTotal.clBalDr+=o.clBalDr,s.parentTotal.clBalCr+=o.clBalCr,a.scheduleTotal.opBalDr+=o.opBalDr,a.scheduleTotal.opBalCr+=o.opBalCr,a.scheduleTotal.transAmtDr+=o.transAmtDr,a.scheduleTotal.transAmtCr+=o.transAmtCr,a.scheduleTotal.clBalDr+=o.clBalDr,a.scheduleTotal.clBalCr+=o.clBalCr,t.groupTotal.opBalDr+=o.opBalDr,t.groupTotal.opBalCr+=o.opBalCr,t.groupTotal.transAmtDr+=o.transAmtDr,t.groupTotal.transAmtCr+=o.transAmtCr,t.groupTotal.clBalDr+=o.clBalDr,t.groupTotal.clBalCr+=o.clBalCr,n.allGroupTotal.opBalDr+=o.opBalDr,n.allGroupTotal.opBalCr+=o.opBalCr,n.allGroupTotal.transAmtDr+=o.transAmtDr,n.allGroupTotal.transAmtCr+=o.transAmtCr,n.allGroupTotal.clBalDr+=o.clBalDr,n.allGroupTotal.clBalCr+=o.clBalCr}),console.log(n.groupedData),console.log(n.groupedData),$("#loader").modal("hide")})},n.exportToCSV=function(){var e=n.getExportData();let t="data:text/csv;charset=utf-8,";t+=["Acct Type","Acct group","Parent Acct","Acct Code","Acct Name","Op Bal Dr","Op Bal Cr","Trans Amt Dr","Trans Amt Cr","Cl Bal Dr","Cl Bal Cr"].join(",")+"\n",e.forEach(function(e){e=[e.groupName,e.scheduleName,e.parentName,e.accountCode,e.accountName,e.opBalDr,e.opBalCr,e.transAmtDr,e.transAmtCr,e.clBalDr,e.clBalCr];t+=e.join(",")+"\n"});var e=encodeURI(t),a=document.createElement("a");a.setAttribute("href",e),a.setAttribute("download","trial_balance.csv"),document.body.appendChild(a),a.click(),document.body.removeChild(a)},n.getExportData=function(){let s=[];return angular.forEach(n.groupedData,function(e,o){angular.forEach(e.schedules,function(e,a){angular.forEach(e.parents,function(e,t){angular.forEach(e.accounts,function(e){s.push({groupName:o,scheduleName:a,parentName:t,accountCode:e.accountCode,accountName:e.accountName,opBalDr:e.opBalDr,opBalCr:e.opBalCr,transAmtDr:e.transAmtDr,transAmtCr:e.transAmtCr,clBalDr:e.clBalDr,clBalCr:e.clBalCr})})})})}),s},s.get(i.apiUrl+"api/TrialBalanceVer3/getdateoption_GL_Query?").then(function(e){n.Date_option=e.data,s.get(i.apiUrl+"api/Trialbalv/Getgetdate?opr=C").then(function(e){n.date_range=e.data.table,n.edt.date_option="10",n.onChange1()}),s.get(i.apiUrl+"api/Trialbalv/Getgetdate?opr=P").then(function(e){n.date_range1=e.data.table})}),n.onChange1=function(){"2"==n.edt.date_option||"1"==n.edt.date_option?(n.edt.from_date=moment(n.from_date,"DD-MM-YYYY").format("DD-MM-YYYY"),n.edt.to_date=moment(n.from_date,"DD-MM-YYYY").format("DD-MM-YYYY")):"3"==n.edt.date_option?(n.edt.from_date=moment(n.from_date,"DD-MM-YYYY").startOf("month").format("DD-MM-YYYY"),n.edt.to_date=moment(n.from_date,"DD-MM-YYYY").endOf("month").format("DD-MM-YYYY")):"4"==n.edt.date_option?(n.edt.from_date=moment(n.from_date,"DD-MM-YYYY").subtract(1,"month").startOf("month").format("DD-MM-YYYY"),n.edt.to_date=moment(n.from_date,"DD-MM-YYYY").subtract(1,"month").endOf("month").format("DD-MM-YYYY")):"8"==n.edt.date_option?(n.edt.from_date=moment(n.from_date,"DD-MM-YYYY").startOf("year").format("DD-MM-YYYY"),n.edt.to_date=moment(n.from_date,"DD-MM-YYYY").endOf("year").format("DD-MM-YYYY")):"9"==n.edt.date_option?(n.edt.from_date=moment(n.from_date,"DD-MM-YYYY").subtract(1,"year").startOf("year").format("DD-MM-YYYY"),n.edt.to_date=moment(n.from_date,"DD-MM-YYYY").subtract(1,"year").endOf("year").format("DD-MM-YYYY")):"10"==n.edt.date_option?(n.edt.from_date=moment(n.date_range[0].sims_financial_year_start_date,"DD-MM-YYYY").format("DD-MM-YYYY"),n.edt.to_date=moment(n.date_range[0].sims_financial_year_end_date,"DD-MM-YYYY").format("DD-MM-YYYY")):"11"==n.edt.date_option&&(n.edt.from_date=moment(n.date_range1[0].sims_financial_year_start_date,"DD-MM-YYYY").format("DD-MM-YYYY"),n.edt.to_date=moment(n.date_range1[0].sims_financial_year_end_date,"DD-MM-YYYY").format("DD-MM-YYYY")),"13"==n.edt.date_option&&(n.current_Quatar_from_date=moment(n.from_date,"DD-MM-YYYY").startOf("quarter").format("DD-MM-YYYY"),n.edt.from_date=moment(n.current_Quatar_from_date,"DD-MM-YYYY").subtract(1,"month").startOf("month").format("DD-MM-YYYY"),n.current_Quatar_to_date=moment(n.from_date,"DD-MM-YYYY").endOf("quarter").format("DD-MM-YYYY"),n.edt.to_date=moment(n.current_Quatar_to_date,"DD-MM-YYYY").subtract(1,"month").endOf("month").format("DD-MM-YYYY")),"14"==n.edt.date_option&&(n.current_Quatar_from_date=moment(n.from_date,"DD-MM-YYYY").startOf("quarter").format("DD-MM-YYYY"),n.edt.from_date=moment(n.current_Quatar_from_date,"DD-MM-YYYY").subtract(4,"month").startOf("month").format("DD-MM-YYYY"),n.current_Quatar_to_date=moment(n.from_date,"DD-MM-YYYY").endOf("quarter").format("DD-MM-YYYY"),n.edt.to_date=moment(n.current_Quatar_to_date,"DD-MM-YYYY").subtract(4,"month").endOf("month").format("DD-MM-YYYY"))}}])}(),function(){"use strict";var u,g=[],e=angular.module("sims.module.Finance");e.run(["$rootScope","$templateCache",function(e,t){e.$on("$viewContentLoaded",function(){t.removeAll()})}]),e.controller("FinancialYearCont",["$scope","$state","$rootScope","$timeout","gettextCatalog","$http","ENV",function(o,e,t,a,s,n,i){o.pagesize="10",o.pageindex=0,o.save_btn=!0,o.Update_btn=!1,o.display=!1,o.table=!0,o.flag1=!1,n.get(i.apiUrl+"api/Financialyear/getDocumentStatus").then(function(e){o.docstatus_Data=e.data,o.temp.sims_financial_year_status=o.docstatus_Data[0].sims_financial_year_status}),n.get(i.apiUrl+"api/Financialyear/getDocumentDDLYear").then(function(e){o.docyear_Data1=e.data,o.temp.sims_financial_year=o.docyear_Data1[6].sims_academic_year}),n.get(i.apiUrl+"api/Financialyear/getAllFinancialYear").then(function(e){o.fin_year=e.data,o.totalItems=o.fin_year.length,o.todos=o.fin_year,o.makeTodos(),o.flag=!1}),o.size=function(e){o.pagesize=e,o.currentPage=1,o.numPerPage=e},o.index=function(e){o.pageindex=e,o.currentPage=e,o.makeTodos(),u.checked=!1,o.row1=""},o.filteredTodos=[],o.currentPage=1,o.numPerPage=10,o.maxSize=10,o.makeTodos=function(){var e=parseInt(o.totalItems%o.numPerPage),e=(o.pagersize="0"==e?parseInt(o.totalItems/o.numPerPage):parseInt(o.totalItems/o.numPerPage)+1,(o.currentPage-1)*o.numPerPage),t=parseInt(e)+parseInt(o.numPerPage);o.filteredTodos=o.todos.slice(e,t)},o.searched=function(e,a){return _.filter(e,function(e){return t=a,-1<(e=e).sims_financial_year.toLowerCase().indexOf(t.toLowerCase())||-1<e.sims_financial_year_status1.toLowerCase().indexOf(t.toLowerCase())||e.sims_doc_srno==t;var t})},o.search=function(){o.todos=o.searched(o.fin_year,o.searchText),o.totalItems=o.todos.length,o.currentPage="1",""==o.searchText&&(o.todos=o.fin_year),o.makeTodos(),u.checked=!1,o.CheckAllChecked()},o.showdate=function(e,t){o.temp[t]=e},o.New=function(){o.disabled=!1,o.gtcreadonly=!0,o.gtdreadonly=!1,o.gdisabled=!1,o.aydisabled=!1,o.table=!1,o.display=!0,o.save_btn=!0,o.Update_btn=!1,o.cmbstatus=!0,o.txtyear=!1,o.temp="",o.temp={},o.temp={sims_financial_year_start_date:r+"-"+m+"-"+p,sims_financial_year_end_date:r+"-"+m+"-"+p},o.temp.sims_financial_year=o.docyear_Data1[6].sims_academic_year,o.temp.sims_financial_year_status=o.docstatus_Data[0].sims_financial_year_status};var d=[],c=(o.savedata=function(e){e&&((e=o.temp).opr="I",d.push(e),n.post(i.apiUrl+"api/Financialyear/CUDFinantialYear",d).then(function(e){o.msg1=e.data,1==o.msg1?swal({title:"Alert",text:"Record Inserted Successfully",width:300,height:200}):0==o.msg1?swal({title:"Alert",text:"Year Already Present. ",width:300,height:200}):swal("Error-"+o.msg1),n.get(i.apiUrl+"api/Financialyear/getAllFinancialYear").then(function(e){o.fin_year=e.data,console.log("yaer",o.fin_year),o.totalItems=o.fin_year.length,o.todos=o.fin_year,o.makeTodos(),o.table=!0,o.display=!1})}),d=[])},o.showdate=function(e,t){o.temp[t]=e},o.Cancel=function(){o.temp="",o.table=!0,o.display=!1,o.Myform.$setPristine(),o.Myform.$setUntouched()},o.edit=function(e){o.gtcreadonly=!0,o.gtdreadonly=!0,o.gdisabled=!1,o.aydisabled=!0,o.table=!1,o.display=!0,o.save_btn=!1,o.Update_btn=!0,o.txtyear=!0,o.cmbstatus=!1,o.start_date=!0,o.End_date=!0,o.temp=e;for(var t=0;t<=o.todos.length;t++)"Current"==o.todos[t].sims_financial_year_status1&&(o.c=0);console.log(todos)},[]),l=(o.update=function(){var e;0==o.c&&"C"==o.temp.sims_financial_year_status?(swal({title:"Alert",text:"current year already exsitis !!!!",width:300,height:200}),n.get(i.apiUrl+"api/Financialyear/getAllFinancialYear").then(function(e){o.fin_doc=e.data,o.totalItems=o.fin_doc.length,o.todos=o.fin_doc,o.makeTodos(),o.table=!0,o.display=!1})):((e=o.temp).opr="U",o.c=null,c.push(e),n.post(i.apiUrl+"api/Financialyear/CUDFinantialYear",c).then(function(e){o.msg1=e.data,1==o.msg1?swal({title:"Alert",text:"Record Updated Successfully",width:300,height:200}):0==o.msg1?swal({title:"Alert",text:"Record Not Updated. ",width:300,height:200}):swal("Error-"+o.msg1),n.get(i.apiUrl+"api/Financialyear/getAllFinancialYear").then(function(e){o.fin_doc=e.data,o.totalItems=o.fin_doc.length,o.todos=o.fin_doc,o.makeTodos(),o.table=!0,o.display=!1})})),c=[]},o.CheckAllChecked=function(){if(1==(u=document.getElementById("mainchk")).checked)for(var e=0;e<o.filteredTodos.length;e++)document.getElementById(e).checked=!0,o.row1="row_selected",$("tr").addClass("row_selected");else for(e=0;e<o.filteredTodos.length;e++)document.getElementById(e).checked=!1,u.checked=!1,o.row1=""},o.checkonebyonedelete=function(){$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected"),o.color="#edefef"}),1==(u=document.getElementById("mainchk")).checked&&(u.checked=!1,$("input[type='checkbox']").change(function(e){$(this).is(":checked")?$(this).closest("tr").addClass("row_selected"):$(this).closest("tr").removeClass("row_selected")}))},o.OkDelete=function(){g=[],o.flag=!1;for(var e,t=0;t<o.filteredTodos.length;t++)1==document.getElementById(t).checked&&(o.flag=!0,e={sims_financial_year:o.filteredTodos[t].sims_financial_year,opr:"D"},g.push(e));o.flag?swal({title:"",text:"Are you sure you want to Delete?",showCloseButton:!0,showCancelButton:!0,confirmButtonText:"Yes",width:380,cancelButtonText:"No"}).then(function(e){if(e)n.post(i.apiUrl+"api/Financialyear/CUDFinantialYear",g).then(function(e){o.msg1=e.data,1==o.msg1?swal({title:"Alert",text:"Record Deleted Successfully",showCloseButton:!0,width:380}).then(function(e){e&&(n.get(i.apiUrl+"api/Financialyear/getAllFinancialYear").then(function(e){o.fin_year=e.data,o.totalItems=o.fin_year.length,o.todos=o.fin_year,o.makeTodos(),o.table=!0,o.display=!1}),1==(u=document.getElementById("mainchk")).checked&&(u.checked=!1,o.row1=""),o.currentPage=!0)}):0==o.msg1?swal({title:"Alert",text:"Record Not Deleted. ",showCloseButton:!0,width:380}).then(function(e){e&&(n.get(i.apiUrl+"api/Financialyear/getAllFinancialYear").then(function(e){o.fin_year=e.data,o.totalItems=o.fin_year.length,o.todos=o.fin_year,o.makeTodos(),o.table=!0,o.display=!1}),1==(u=document.getElementById("mainchk")).checked&&(u.checked=!1,o.row1=""),o.currentPage=!0)}):swal("Error-"+o.msg1)});else for(var t=0;t<o.filteredTodos.length;t++){var a=document.getElementById(t);1==a.checked&&(a.checked=!1,u.checked=!1,$("tr").removeClass("row_selected"))}}):swal({title:"Alert",text:"Please Select Atleast One Record",showCloseButton:!0,width:380}),o.currentPage=str},$('*[data-datepicker="true"] input[type="text"]').datepicker({todayBtn:!0,orientation:"top left",autoclose:!0,todayHighlight:!0,format:"yyyy-mm-dd"}),o.Getdates=function(e){for(var t=0;t<o.docyear_Data1.length;t++)o.docyear_Data1[t].sims_academic_year==e&&(o.temp={sims_financial_year_start_date:o.docyear_Data1[t].sims_financial_year_start_date,sims_financial_year_end_date:o.docyear_Data1[t].sims_financial_year_end_date,sims_financial_year:o.docyear_Data1[t].sims_academic_year})},new Date),r=l.getDate(),m=l.getMonth()+1,p=(m<10&&(m="0"+m),l.getFullYear());o.sdate=r+"-"+m+"-"+p,o.edate=r+"-"+m+"-"+p,o.temp={sims_financial_year_start_date:r+"-"+m+"-"+p,sims_financial_year_end_date:r+"-"+m+"-"+p}}])}();