fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [13220]


From: Nelson Guerra
Subject: [Fmsystem-commits] [13220]
Date: Mon, 18 May 2015 19:48:59 +0000

Revision: 13220
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=13220
Author:   nelson224
Date:     2015-05-18 19:48:58 +0000 (Mon, 18 May 2015)
Log Message:
-----------


Modified Paths:
--------------
    branches/dev-syncromind/property/inc/class.uiinvoice.inc.php

Modified: branches/dev-syncromind/property/inc/class.uiinvoice.inc.php
===================================================================
--- branches/dev-syncromind/property/inc/class.uiinvoice.inc.php        
2015-05-18 19:48:34 UTC (rev 13219)
+++ branches/dev-syncromind/property/inc/class.uiinvoice.inc.php        
2015-05-18 19:48:58 UTC (rev 13220)
@@ -362,13 +362,14 @@
             }
                        
                        $appname        = lang('invoice');
+                       $function_msg   = lang('list voucher');
                        
             $GLOBALS['phpgw']->jqcal->add_listener('filter_start_date');
                        
$GLOBALS['phpgw']->jqcal->add_listener('filter_end_date');
                        phpgwapi_jquery::load_widget('datepicker');
                        
             $data   = array(
-                'datatable_name'    => $appname,
+                'datatable_name'    => $appname . ': ' . $function_msg,
                 'form'  => array(
                                'toolbar'    => array(
                                    'item'   => array(
@@ -900,7 +901,6 @@
                        $GLOBALS['phpgw']->js->add_code('', $code, true);
                        
                        //Title of Page
-                       $function_msg   = lang('list voucher');
                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang('property') . ' - ' . $appname . ': ' . $function_msg;
                        
                        phpgwapi_jquery::load_widget('numberformat');
@@ -2345,13 +2345,14 @@
             }
                        
                        $appname                = lang('consume');
+                       $function_msg   = lang('list consume');
                        
             $GLOBALS['phpgw']->jqcal->add_listener('filter_start_date');
                        
$GLOBALS['phpgw']->jqcal->add_listener('filter_end_date');
                        phpgwapi_jquery::load_widget('datepicker');
                        
                        $data   = array(
-                'datatable_name'    => $appname,
+                'datatable_name'    => $appname . ': ' . $function_msg,
                 'form'  => array(
                                'toolbar'    => array(
                                    'item'   => array(
@@ -2375,6 +2376,8 @@
                 'datatable' =>  array(
                     'source'    => self::link(array(
                                                'menuaction'            => 
'property.uiinvoice.consume',
+                                               'start_date'            => 
$start_date,
+                                               'end_date'                      
=> $end_date,
                                                'district_id'           => 
$district_id,
                                                'ecodimb'                       
=> $ecodimb,
                                                'b_account_class'       => 
$b_account_class,                                    
@@ -2537,8 +2540,6 @@
                        $GLOBALS['phpgw']->js->add_code('', $code, true);
                        
                        //Title of Page
-
-                       $function_msg   = lang('list consume');
                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang('property') . ' - ' . $appname . ': ' . $function_msg;
 
                        phpgwapi_jquery::load_widget('numberformat');




reply via email to

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