fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [12771]


From: Nelson Guerra
Subject: [Fmsystem-commits] [12771]
Date: Thu, 19 Feb 2015 23:11:59 +0000

Revision: 12771
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=12771
Author:   nelson224
Date:     2015-02-19 23:11:58 +0000 (Thu, 19 Feb 2015)
Log Message:
-----------


Modified Paths:
--------------
    branches/dev-syncromind/property/js/portico/project.edit.js

Modified: branches/dev-syncromind/property/js/portico/project.edit.js
===================================================================
--- branches/dev-syncromind/property/js/portico/project.edit.js 2015-02-19 
23:11:37 UTC (rev 12770)
+++ branches/dev-syncromind/property/js/portico/project.edit.js 2015-02-19 
23:11:58 UTC (rev 12771)
@@ -69,7 +69,8 @@
 
 $(document).ready(function(){
 
-       $("#global_category_id").change(function(){
+       $("#global_category_id").change(function()
+       {
                var oArgs = {menuaction:'property.boworkorder.get_category', 
cat_id:$(this).val()};
                var requestUrl = phpGWLink('index.php', oArgs, true);
 
@@ -90,4 +91,18 @@
                        }
                });
        });
+       
+       $("#order_time_span").change(function()
+       {
+               var oArgs1 = {menuaction:'property.uiproject.get_orders', 
project_id:project_id, year:$(this).val()};
+               var requestUrl1 = phpGWLink('index.php', oArgs1, true);
+               JqueryPortico.updateinlineTableHelper(oTable1, requestUrl1);
+               //var api = oTable1.api();
+               //api.column( 3 ).data().sum();
+               
+               var oArgs2 = {menuaction:'property.uiproject.get_vouchers', 
project_id:project_id, year:$(this).val()};
+               var requestUrl2 = phpGWLink('index.php', oArgs2, true);
+               JqueryPortico.updateinlineTableHelper(oTable2, requestUrl2);
+       });
+       
 });
\ No newline at end of file




reply via email to

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