fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [11867] property: add column in download


From: Sigurd Nes
Subject: [Fmsystem-commits] [11867] property: add column in download
Date: Wed, 26 Mar 2014 08:15:39 +0000

Revision: 11867
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=11867
Author:   sigurdne
Date:     2014-03-26 08:15:39 +0000 (Wed, 26 Mar 2014)
Log Message:
-----------
property: add column in download

Modified Paths:
--------------
    trunk/property/inc/class.uibudget.inc.php

Modified: trunk/property/inc/class.uibudget.inc.php
===================================================================
--- trunk/property/inc/class.uibudget.inc.php   2014-03-25 21:31:07 UTC (rev 
11866)
+++ trunk/property/inc/class.uibudget.inc.php   2014-03-26 08:15:39 UTC (rev 
11867)
@@ -2031,6 +2031,7 @@
                                        );
                                        break;
                                case 'obligations':
+
                                        $gross_list= 
$this->bo->read_obligations();
                                        $sum_obligation = $sum_hits = 
$sum_budget_cost = $sum_actual_cost = 0;
                                        $list = array();
@@ -2045,6 +2046,7 @@
                                                        'hits'                  
        => $entry['hits'],
                                                        'budget_cost'           
=> $entry['budget_cost'],
                                                        'obligation'            
=> $entry['obligation'],
+                                                       'actual_cost_period'=> 
$entry['actual_cost_period'],
                                                        'actual_cost'           
=> $entry['actual_cost'],
                                                        'diff'                  
        => ($entry['budget_cost'] - $entry['actual_cost'] - 
$entry['obligation']),
                                                );
@@ -2058,6 +2060,7 @@
                                                'hits',
                                                'budget_cost',
                                                'obligation',
+                                               'actual_cost_period',
                                                'actual_cost',
                                                'diff'
                                        );
@@ -2070,6 +2073,7 @@
                                                lang('hits'),
                                                lang('budget'),
                                                lang('sum orders'),
+                                               lang('paid') . ' ' . 
lang('period'),
                                                lang('paid'),
                                                lang('difference')
                                        );




reply via email to

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