fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [12980]


From: Nelson Guerra
Subject: [Fmsystem-commits] [12980]
Date: Thu, 09 Apr 2015 23:53:16 +0000

Revision: 12980
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=12980
Author:   nelson224
Date:     2015-04-09 23:53:15 +0000 (Thu, 09 Apr 2015)
Log Message:
-----------


Modified Paths:
--------------
    branches/dev-syncromind/property/js/portico/budget.obligations.js

Modified: branches/dev-syncromind/property/js/portico/budget.obligations.js
===================================================================
--- branches/dev-syncromind/property/js/portico/budget.obligations.js   
2015-04-09 22:58:41 UTC (rev 12979)
+++ branches/dev-syncromind/property/js/portico/budget.obligations.js   
2015-04-09 23:53:15 UTC (rev 12980)
@@ -1,135 +1,122 @@
-var addFooterDatatable2 = function (nRow, aaData, iStart, iEnd, aiDisplay, 
oTable) 
-{
-       var api = oTable.api();
-       var data = api.ajax.json();
-       var nCells = nRow.getElementsByTagName('th');
+       var addFooterDatatable2 = function (nRow, aaData, iStart, iEnd, 
aiDisplay, oTable) 
+       {
+               var api = oTable.api();
+               var data = api.ajax.json();
+               var nCells = nRow.getElementsByTagName('th');
+
+               for(i=0;i < JqueryPortico.columns.length;i++)
+               {
+                       switch (JqueryPortico.columns[i]['data']) 
+                       {
+                               case 'diff':
+                                       if (typeof(nCells[i]) !== 'undefined') 
+                                       {
+                                               nCells[i].innerHTML = 
data.sum_diff;
+                                       }
+                                       break;
+                               case 'actual_cost':
+                                       if (typeof(nCells[i]) !== 'undefined') 
+                                       {
+                                               nCells[i].innerHTML = 
data.sum_actual;
+                                       }
+                                       break;
+                               case 'actual_cost_period':
+                                       if (typeof(nCells[i]) !== 'undefined') 
+                                       {
+                                               nCells[i].innerHTML = 
data.sum_actual_period;
+                                       }
+                                       break;
+                               case 'obligation':
+                                       if (typeof(nCells[i]) !== 'undefined') 
+                                       {
+                                               nCells[i].innerHTML = 
data.sum_obligation;
+                                       }
+                                       break;
+                               case 'budget_cost':
+                                       if (typeof(nCells[i]) !== 'undefined') 
+                                       {
+                                               nCells[i].innerHTML = 
data.sum_budget;
+                                       }
+                                       break;
+                               case 'hits':
+                                       if (typeof(nCells[i]) !== 'undefined') 
+                                       {
+                                               nCells[i].innerHTML = 
data.sum_hits;
+                                       }
+                                       break;
+                       }
+               }
+       };
        
-       for(i=0;i < JqueryPortico.columns.length;i++)
+       var myformatLinkPGW = function(key, oData)
        {
-               switch (JqueryPortico.columns[i]['data']) 
+               var details;
+               var district_id = 0;
+               if(oData['grouping'] !== "")
                {
-                       case 'diff':
-                               if (typeof(nCells[i]) !== 'undefined') 
-                               {
-                                       nCells[i].innerHTML = data.sum_diff;
-                               }
-                               break;
-                       case 'actual_cost':
-                               if (typeof(nCells[i]) !== 'undefined') 
-                               {
-                                       nCells[i].innerHTML = data.sum_actual;
-                               }
-                               break;
-                       case 'actual_cost_period':
-                               if (typeof(nCells[i]) !== 'undefined') 
-                               {
-                                       nCells[i].innerHTML = 
data.sum_actual_period;
-                               }
-                               break;
-                       case 'obligation':
-                               if (typeof(nCells[i]) !== 'undefined') 
-                               {
-                                       nCells[i].innerHTML = 
data.sum_obligation;
-                               }
-                               break;
-                       case 'budget_cost':
-                               if (typeof(nCells[i]) !== 'undefined') 
-                               {
-                                       nCells[i].innerHTML = data.sum_budget;
-                               }
-                               break;
-                       case 'hits':
-                               if (typeof(nCells[i]) !== 'undefined') 
-                               {
-                                       nCells[i].innerHTML = data.sum_hits;
-                               }
-                               break;
+                       details = 1;
+                       text = oData['grouping'];
                }
-       }
-};
+               else
+               {
+                       details = 0;
+                       text = oData['b_account'];
+               }
 
-
-       
/********************************************************************************/
-       
-               var myformatLinkPGW = function(key, oData)
+               if(typeof(oData['district_id']) !== 'undefined')
                {
-                       var details;
-                       var district_id = 0;
-                       if(oData['grouping'] !== "")
-                       {
-                               details = 1;
-                               text = oData['grouping'];
-                       }
-                       else
-                       {
-                               details = 0;
-                               text = oData['b_account'];
-                       }
+                       district_id = oData['district_id'];
+               }
 
-                       if(typeof(oData['district_id']) !== 'undefined')
-                       {
-                               district_id = oData['district_id'];
-                       }
+               return "<a onclick=\"javascript:filter_grouping("+ 
oData['year'] +","+ oData['month'] +","+ district_id +","+ text +","+ details 
+");\" href=\"#\">"+ text +"</a>";
+       };      
 
-                       return "<a onclick=\"javascript:filter_grouping("+ 
oData['year'] +","+ oData['month'] +","+ district_id +","+ text +","+ details 
+");\" href=\"#\">"+ text +"</a>";
-               }       
-       
/********************************************************************************/
-               var myFormatLink_Count = function(key, oData)
+       var myFormatLink_Count = function(key, oData)
+       {
+               link = "";
+               switch (key)
                {
-                       link = "";
-                       switch (key)
-                       {
-                               case "obligation" :  link = 
oData['link_obligation']; break;
-                               case "actual_cost" :  link = 
oData['link_actual_cost']; break;
-                       }
-                       return "<a href=\"" + link + "\">" + oData[key] + 
"</a>";
-               }               
-               
-               function filter_grouping(year,month,district_id,param,details)
+                       case "obligation" :  link = oData['link_obligation']; 
break;
+                       case "actual_cost" :  link = oData['link_actual_cost']; 
break;
+               }
+               return "<a href=\"" + link + "\">" + oData[key] + "</a>";
+       };
+
+       function filter_grouping(year,month,district_id,param,details)
+       {
+               if(details)
                {
-                       if(details)
-                       {
-                               /*oMenuButton_3.set("label", ("<em>" + param + 
"</em>"));
-                               oMenuButton_3.set("value", param);
-                               path_values.grouping = param;*/
-                               
oTable.dataTableSettings[0]['ajax']['data']['grouping'] = param;
-                               $("#grouping").val(param);
-                       
-                       }
-                       else
-                       {
-                               /*oMenuButton_3.set("label", ("<em>" + 
array_options[3][0][1] + "</em>"));
-                               path_values.grouping =  array_options[3][0][0];
-                               path_values.b_account = param;*/
-                               
oTable.dataTableSettings[0]['ajax']['data']['grouping'] = '';
-                               $("#grouping").val('');
-                               
oTable.dataTableSettings[0]['ajax']['data']['b_account'] = param;
-                       }
+                       oTable.dataTableSettings[0]['ajax']['data']['grouping'] 
= param;
+                       $("#grouping").val(param);
+               }
+               else
+               {
+                       oTable.dataTableSettings[0]['ajax']['data']['grouping'] 
= '';
+                       $("#grouping").val('');
+                       
oTable.dataTableSettings[0]['ajax']['data']['b_account'] = param;
+               }
 
-                       /*oMenuButton_0.set("label", ("<em>" + year + "</em>"));
-                       path_values.year= year;*/
-                       oTable.dataTableSettings[0]['ajax']['data']['year'] = 
year;
+               /*oMenuButton_0.set("label", ("<em>" + year + "</em>"));
+               path_values.year= year;*/
+               oTable.dataTableSettings[0]['ajax']['data']['year'] = year;
 
-                       /*oMenuButton_1.set("label", ("<em>" + month + 
"</em>"));
-                       path_values.month= month;*/
-                       oTable.dataTableSettings[0]['ajax']['data']['month'] = 
month;
-                       
-                       if (month === 0 || month === '') 
-                       {
-                               $("#month").val('');
-                       }
-                       else {
-                               var int_month = parseInt(month, 10);
-                               $("#month").val(int_month);                     
        
-                       }
+               oTable.dataTableSettings[0]['ajax']['data']['month'] = month;
 
-                       //look for REVISION filter 's text using COD
-                       /*index = 
locate_in_array_options(1,"value",district_id);
-                       oMenuButton_2.set("label", ("<em>" + 
array_options[2][index][1] + "</em>"));
-                       oMenuButton_2.set("value", array_options[2][index][0]);
-                       path_values.district_id = district_id;*/
-                       
-                       //path_values.details = details;
-                       oTable.dataTableSettings[0]['ajax']['data']['details'] 
= details;
-                       oTable.fnDraw();
-               }
\ No newline at end of file
+               if (month === 0 || month === '') 
+               {
+                       $("#month").val('');
+               }
+               else {
+                       var int_month = parseInt(month, 10);
+                       $("#month").val(int_month);                             
+               }
+
+               if (district_id !== 0) 
+               {
+                       
oTable.dataTableSettings[0]['ajax']['data']['district_id'] = district_id;
+                       $("#district_id").val(district_id);
+               }
+
+               oTable.dataTableSettings[0]['ajax']['data']['details'] = 
details;
+               oTable.fnDraw();
+       }
\ No newline at end of file




reply via email to

[Prev in Thread] Current Thread [Next in Thread]