Commit f9078345 authored by Prayas Jain's avatar Prayas Jain

Updated Utilization Report Grid

parent dbb692ed
...@@ -8,6 +8,8 @@ myApp.directive('hcPieChart', function () { ...@@ -8,6 +8,8 @@ myApp.directive('hcPieChart', function () {
//getEmployeeDetails(scope,element[0].baseURI+'reports/billabilityByFunctionalGroup','column',element,"Billability By Functional Group"); //getEmployeeDetails(scope,element[0].baseURI+'reports/billabilityByFunctionalGroup','column',element,"Billability By Functional Group");
//getEmployeeDetails(scope,element[0].baseURI+'reports/getBillabilityDetailsByAccount','column',element,"Billability By Account"); //getEmployeeDetails(scope,element[0].baseURI+'reports/getBillabilityDetailsByAccount','column',element,"Billability By Account");
scope.clickMe= function() { scope.clickMe= function() {
scope.gridOptions.data = [];
scope.gridOptions.enablePaginationControls = false;
if(scope.reportId == 3){ if(scope.reportId == 3){
getEmployeeDetails(scope,element[0].baseURI+'reports/getBarChartReport?byType=Account','column',element,"Billability By Account"); getEmployeeDetails(scope,element[0].baseURI+'reports/getBarChartReport?byType=Account','column',element,"Billability By Account");
}else if(scope.reportId == 2){ }else if(scope.reportId == 2){
......
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