phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/inc class.uiinvoice.inc.php


From: Sigurd Nes
Subject: [Phpgroupware-cvs] property/inc class.uiinvoice.inc.php
Date: Mon, 09 Oct 2006 07:25:08 +0000

CVSROOT:        /sources/phpgroupware
Module name:    property
Changes by:     Sigurd Nes <sigurdne>   06/10/09 07:25:08

Modified files:
        inc            : class.uiinvoice.inc.php 

Log message:
        formatting

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/property/inc/class.uiinvoice.inc.php?cvsroot=phpgroupware&r1=1.40&r2=1.41

Patches:
Index: class.uiinvoice.inc.php
===================================================================
RCS file: /sources/phpgroupware/property/inc/class.uiinvoice.inc.php,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -b -r1.40 -r1.41
--- class.uiinvoice.inc.php     5 Oct 2006 11:33:53 -0000       1.40
+++ class.uiinvoice.inc.php     9 Oct 2006 07:25:08 -0000       1.41
@@ -8,7 +8,7 @@
        * @internal Development of this application was funded by 
http://www.bergen.kommune.no/bbb_/ekstern/
        * @package property
        * @subpackage eco
-       * @version $Id: class.uiinvoice.inc.php,v 1.40 2006/10/05 11:33:53 
sigurdne Exp $
+       * @version $Id: class.uiinvoice.inc.php,v 1.41 2006/10/09 07:25:08 
sigurdne Exp $
        */
 
        /**
@@ -213,7 +213,6 @@
                        if($values['save'] && $values['counter'])
                        {
                                $receipt=$this->bo->update_invoice($values);
-
                        }
 
                        $content = 
$this->bo->read_invoice($paid,$start_date,$end_date,$vendor_id,$loc1,$workorder_id,$voucher_id);
@@ -453,7 +452,7 @@
                                $data['lang_select_vendor_statustext']          
= lang('Select the vendor by klicking this link');
                                $data['lang_vendor']                            
= lang('Vendor');
                                $data['property_link']                          
= $GLOBALS['phpgw']->link('/index.php',array('menuaction'=> 
$this->currentapp.'.uilocation.index', 'lookup'=> 1, 'type_id'=> 1, 
'lookup_name'=> 0));
-                               $data['lang_select_property_statustext']        
= lang('Select the property by klicking this link');
+                               $data['lang_select_property_statustext']= 
lang('Select the property by klicking this link');
                                $data['lang_property_statustext']               
= lang('Search by property');
                                $data['lang_property']                          
= lang('property');
                                $data['loc1']                                   
= $loc1;
@@ -473,7 +472,6 @@
                                $data['select_account_class_name']              
= 'b_account_class';
 
                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('list_voucher_paid' => 
$data));
-                       //      $GLOBALS['phpgw']->xslttpl->pp();
                        }
                        else
                        {
@@ -495,15 +493,10 @@
                                $data['table_add_invoice']                      
= $table_add;
 
                                
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('list_voucher' => $data));
-                       //      $GLOBALS['phpgw']->xslttpl->pp();
                        }
                        $this->save_sessiondata();
 
                        $end_time = $this->bo->end_time;
-
-       //              $end_time = $end_time[1]+$end_time[0];
-       //              $process = ($end_time-$start_time);
-       //              echo "tidsforbruk: $process";
                }
 
                function list_sub()
@@ -542,7 +535,7 @@
                                        $sum                                    
        = $sum + $content[$i]['amount'];
                                        $content[$i]['amount']                  
        = number_format($content[$i]['amount'], 2, ',', '');
                                        $content[$i]['paid']                    
        = $paid;
-                                       
$content[$i]['lang_tax_code_statustext']        = lang('select the appropriate 
tax code');
+                                       
$content[$i]['lang_tax_code_statustext']= lang('select the appropriate tax 
code');
                                        $content[$i]['tax_code_list']           
        = $this->bo->tax_code_list($content[$i]['tax_code']);
                                        $content[$i]['lang_remark']             
        = lang('Remark');
                                        $content[$i]['link_remark']             
        = $GLOBALS['phpgw']->link('/index.php',array('menuaction'=> 
$this->currentapp.'.uiinvoice.remark'));




reply via email to

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