Commit 104494ad authored by Rajeshekar's avatar Rajeshekar

MT-55[Rajeshekar]

parent 3573c278
...@@ -2,8 +2,7 @@ server.port=8080 ...@@ -2,8 +2,7 @@ server.port=8080
server.context-path=/myTime/ server.context-path=/myTime/
#Mongo DB configuration #Mongo DB configuration
spring.data.mongodb.host=192.168.10.177 spring.data.mongodb.host=10.3.45.11
#192.168.15.17
spring.data.mongodb.port=27017 spring.data.mongodb.port=27017
spring.data.mongodb.database=mytimedb spring.data.mongodb.database=mytimedb
spring.data.mongodb.username=mytime spring.data.mongodb.username=mytime
......
...@@ -32,7 +32,7 @@ myApp.directive('hcPieChart', function () { ...@@ -32,7 +32,7 @@ myApp.directive('hcPieChart', function () {
paginationPageSize : 10, paginationPageSize : 10,
pageNumber: 1, pageNumber: 1,
pageSize:10, pageSize:10,
columnDefs : [ columnDefs : [
{field : 'employeeId',displayName: 'Employee ID', enableColumnMenu: true, enableSorting: true, width:120}, {field : 'employeeId',displayName: 'Employee ID', enableColumnMenu: true, enableSorting: true, width:120},
{field : 'employeeName',displayName: 'Name', enableColumnMenu: false, enableSorting: false}, {field : 'employeeName',displayName: 'Name', enableColumnMenu: false, enableSorting: false},
{field : 'emailId',displayName: 'Email', enableColumnMenu: false, enableSorting: false}, {field : 'emailId',displayName: 'Email', enableColumnMenu: false, enableSorting: false},
...@@ -46,12 +46,12 @@ myApp.directive('hcPieChart', function () { ...@@ -46,12 +46,12 @@ myApp.directive('hcPieChart', function () {
enableSelectAll: true, enableSelectAll: true,
exporterMenuExcel:false, exporterMenuExcel:false,
exporterMenuCsv:false, exporterMenuCsv:false,
exporterCsvFilename: 'AbsentDetails.csv', exporterCsvFilename: 'EmployeeDetails.csv',
exporterExcelFilename:'AbsentDetails', exporterExcelFilename:'EmployeeDetails',
exporterPdfDefaultStyle: {fontSize: 9}, exporterPdfDefaultStyle: {fontSize: 9},
exporterPdfTableStyle: {margin: [30, 30, 30, 30]}, exporterPdfTableStyle: {margin: [30, 30, 30, 30]},
exporterPdfTableHeaderStyle: {fontSize: 10, bold: true, italics: true, color: 'red'}, exporterPdfTableHeaderStyle: {fontSize: 10, bold: true, italics: true, color: 'red'},
exporterPdfHeader: { text: "Absent Details", style: 'headerStyle' }, exporterPdfHeader: { text: "Employee Details", style: 'headerStyle' },
exporterPdfFooter: function ( currentPage, pageCount ) { exporterPdfFooter: function ( currentPage, pageCount ) {
return { text: currentPage.toString() + ' of ' + pageCount.toString(), style: 'footerStyle' }; return { text: currentPage.toString() + ' of ' + pageCount.toString(), style: 'footerStyle' };
}, },
......
...@@ -16,7 +16,7 @@ function($mdDateLocaleProvider) { ...@@ -16,7 +16,7 @@ function($mdDateLocaleProvider) {
//TODO: Replace this appUri with the domain name created //TODO: Replace this appUri with the domain name created
myApp.constant('appConfig', { myApp.constant('appConfig', {
appName: "MyTime", appName: "MyTime",
appUri: "http://192.168.10.177:8080/myTime/", appUri: "http://10.3.45.11:8080/myTime/",
version:"1.0", version:"1.0",
empStartId:16001, empStartId:16001,
empEndId:16999, empEndId:16999,
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
function renderButton() { function renderButton() {
gapi.load('auth2', function () { gapi.load('auth2', function () {
gapi.auth2.init({ gapi.auth2.init({
client_id: "951338644595-adp1q44m3nqccr01rerbr35usq9sh3pb.apps.googleusercontent.com", client_id: "685521475239-ujm7l2hkgrltk7loi8efl0ed702asm2r.apps.googleusercontent.com",
hosted_domain: 'nisum.com' hosted_domain: 'nisum.com'
}); });
}); });
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
} }
</script> </script>
<script src="https://apis.google.com/js/platform.js?onload=renderButton"></script> <script src="https://apis.google.com/js/platform.js?onload=renderButton"></script>
<meta name="google-signin-client_id" content="951338644595-adp1q44m3nqccr01rerbr35usq9sh3pb.apps.googleusercontent.com"> <meta name="google-signin-client_id" content="685521475239-ujm7l2hkgrltk7loi8efl0ed702asm2r.apps.googleusercontent.com">
<style type="text/css"> <style type="text/css">
.abcRioButtonBlue { .abcRioButtonBlue {
background-color: rgba(0, 178, 226, .6) !important; background-color: rgba(0, 178, 226, .6) !important;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment