phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: property/inc class.boinvoice.inc.php,1.12,1.13 c


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] CVS: property/inc class.boinvoice.inc.php,1.12,1.13 class.soinvoice.inc.php,1.17,1.18 class.soXport.inc.php,1.17,1.18 class.uiXport.inc.php,1.17,1.18
Date: Wed, 23 Apr 2003 11:07:19 -0400

Update of /cvsroot/phpgroupware/property/inc
In directory subversions:/tmp/cvs-serv19472/inc

Modified Files:
        class.boinvoice.inc.php class.soinvoice.inc.php 
        class.soXport.inc.php class.uiXport.inc.php 
Log Message:
Renamed eco-tables

Index: class.boinvoice.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/class.boinvoice.inc.php,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** class.boinvoice.inc.php     23 Apr 2003 07:21:34 -0000      1.12
--- class.boinvoice.inc.php     23 Apr 2003 15:07:16 -0000      1.13
***************
*** 300,304 ****
                                        {
                                                $payment_date = 
date($this->bocommon->dateformat,$values['timestamp_voucher_date'][$n]+(24*3600*$values['num_days'][$n]));
!                                               
$GLOBALS['phpgw']->db->query("update t_ecobilag set forfallsdato= 
'$payment_date' where bilagsnr='$voucher_id'");
                                        }
  
--- 300,304 ----
                                        {
                                                $payment_date = 
date($this->bocommon->dateformat,$values['timestamp_voucher_date'][$n]+(24*3600*$values['num_days'][$n]));
!                                               
$GLOBALS['phpgw']->db->query("update fm_ecobilag set forfallsdato= 
'$payment_date' where bilagsnr='$voucher_id'");
                                        }
  
***************
*** 324,328 ****
                                        {
  
!                                               $sql= "update t_ecobilag set 
$blank_date $kommma_blank $sign_field $sign_id $kommma $sign_date_field 
$sign_date $kommma $transfer_sign_field $transfer_id $transfer_date_field 
$transfer_date ,kreditnota='$wait_for_kreditnota'  where 
bilagsnr='$voucher_id'";
                                                
$GLOBALS['phpgw']->db->query($sql);
  //                                    echo $sql.'<br>';
--- 324,328 ----
                                        {
  
!                                               $sql= "update fm_ecobilag set 
$blank_date $kommma_blank $sign_field $sign_id $kommma $sign_date_field 
$sign_date $kommma $transfer_sign_field $transfer_id $transfer_date_field 
$transfer_date ,kreditnota='$wait_for_kreditnota'  where 
bilagsnr='$voucher_id'";
                                                
$GLOBALS['phpgw']->db->query($sql);
  //                                    echo $sql.'<br>';
***************
*** 489,495 ****
  
  
!               function get_list_ecoart($selected='')
                {
!                       $arts=$this->so->get_list_ecoart();
  
                        while (is_array($arts) && list(,$art) = each($arts))
--- 489,495 ----
  
  
!               function get_lisfm_ecoart($selected='')
                {
!                       $arts=$this->so->get_lisfm_ecoart();
  
                        while (is_array($arts) && list(,$art) = each($arts))

Index: class.soinvoice.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/class.soinvoice.inc.php,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -r1.17 -r1.18
*** class.soinvoice.inc.php     4 Apr 2003 19:07:33 -0000       1.17
--- class.soinvoice.inc.php     23 Apr 2003 15:07:16 -0000      1.18
***************
*** 120,124 ****
                        if ($paid)
                        {
!                               $table = 't_ecobilagoverf';
                                $dateformat = 
strtolower($GLOBALS['phpgw_info']['user']['preferences']['common']['dateformat']);
                                $dateformat = str_replace(".","",$dateformat);
--- 120,124 ----
                        if ($paid)
                        {
!                               $table = 'fm_ecobilagoverf';
                                $dateformat = 
strtolower($GLOBALS['phpgw_info']['user']['preferences']['common']['dateformat']);
                                $dateformat = str_replace(".","",$dateformat);
***************
*** 150,154 ****
                        else
                        {
!                               $table ='t_ecobilag';
                        }
  
--- 150,154 ----
                        else
                        {
!                               $table ='fm_ecobilag';
                        }
  
***************
*** 325,333 ****
                        if ($paid)
                        {
!                               $table = 't_ecobilagoverf';
                        }
                        else
                        {
!                               $table ='t_ecobilag';
                        }
  
--- 325,333 ----
                        if ($paid)
                        {
!                               $table = 'fm_ecobilagoverf';
                        }
                        else
                        {
!                               $table ='fm_ecobilag';
                        }
  
***************
*** 486,490 ****
  
                        $sql = "SELECT district_id,periode,sum(godkjentbelop) 
as consume $select_account_class "
!                               . " FROM  t_ecobilagoverf  $this->join 
fm_property ON left(t_ecobilagoverf.dima,4) = fm_property.property_id 
$this->join "
                        . " fm_part_of_town ON fm_property.fm_part_of_town_id = 
fm_part_of_town.id "
                        . " $filtermethod group by district_id,periode 
$group_account_class";
--- 486,490 ----
  
                        $sql = "SELECT district_id,periode,sum(godkjentbelop) 
as consume $select_account_class "
!                               . " FROM  fm_ecobilagoverf  $this->join 
fm_property ON left(fm_ecobilagoverf.dima,4) = fm_property.property_id 
$this->join "
                        . " fm_part_of_town ON fm_property.fm_part_of_town_id = 
fm_part_of_town.id "
                        . " $filtermethod group by district_id,periode 
$group_account_class";
***************
*** 599,603 ****
                                        }
  
!                                       $GLOBALS['phpgw']->db->query("update 
t_ecobilag set  $dima_field , $dimd_field, mvakode = '$tax_code',spbudact_code 
= '$budget_account' where id='$id'");
  
                                        $message        = 
array('msg'=>lang('Voucher is updated '));
--- 599,603 ----
                                        }
  
!                                       $GLOBALS['phpgw']->db->query("update 
fm_ecobilag set  $dima_field , $dimd_field, mvakode = '$tax_code',spbudact_code 
= '$budget_account' where id='$id'");
  
                                        $message        = 
array('msg'=>lang('Voucher is updated '));
***************
*** 620,628 ****
                        if ($paid)
                        {
!                               $table = 't_ecobilagoverf';
                        }
                        else
                        {
!                               $table ='t_ecobilag';
                        }
  
--- 620,628 ----
                        if ($paid)
                        {
!                               $table = 'fm_ecobilagoverf';
                        }
                        else
                        {
!                               $table ='fm_ecobilag';
                        }
  
***************
*** 652,656 ****
                        $user_id = $GLOBALS['phpgw_info']['user']['account_id'];
  
!                       $this->db->query("select count(dima) as dima_count , 
count(spbudact_code) as spbudact_code_count from t_ecobilag where bilagsnr 
='$voucher_id'");
                        $this->db->next_record();
  
--- 652,656 ----
                        $user_id = $GLOBALS['phpgw_info']['user']['account_id'];
  
!                       $this->db->query("select count(dima) as dima_count , 
count(spbudact_code) as spbudact_code_count from fm_ecobilag where bilagsnr 
='$voucher_id'");
                        $this->db->next_record();
  
***************
*** 668,672 ****
                        $this->db->transaction_begin();
  
!                       $this->db->query("update t_ecobilag set 
periode='$period' where bilagsnr='$voucher_id'");
  
                        $this->db->transaction_commit();
--- 668,672 ----
                        $this->db->transaction_begin();
  
!                       $this->db->query("update fm_ecobilag set 
periode='$period' where bilagsnr='$voucher_id'");
  
                        $this->db->transaction_commit();
***************
*** 709,713 ****
                function tax_code_list($selected='')
                {
!                       $this->db->query("SELECT * FROM t_ecomva order by id 
asc ");
                        while ($this->db->next_record())
                        {
--- 709,713 ----
                function tax_code_list($selected='')
                {
!                       $this->db->query("SELECT * FROM fm_ecomva order by id 
asc ");
                        while ($this->db->next_record())
                        {
***************
*** 721,727 ****
  
  
!               function get_list_ecoart()
                {
!                       $this->db->query("SELECT * FROM t_ecoart order by id 
asc ");
                        while ($this->db->next_record())
                        {
--- 721,727 ----
  
  
!               function get_lisfm_ecoart()
                {
!                       $this->db->query("SELECT * FROM fm_ecoart order by id 
asc ");
                        while ($this->db->next_record())
                        {
***************
*** 739,743 ****
                function get_type_list()
                {
!                       $this->db->query("SELECT * FROM t_ecobilagtype order by 
id asc ");
                        while ($this->db->next_record())
                        {
--- 739,743 ----
                function get_type_list()
                {
!                       $this->db->query("SELECT * FROM fm_ecobilagtype order 
by id asc ");
                        while ($this->db->next_record())
                        {
***************
*** 753,757 ****
                function select_dimb_list()
                {
!                       $this->db->query("SELECT * FROM t_ecodimb order by id 
asc ");
                        while ($this->db->next_record())
                        {
--- 753,757 ----
                function select_dimb_list()
                {
!                       $this->db->query("SELECT * FROM fm_ecodimb order by id 
asc ");
                        while ($this->db->next_record())
                        {
***************
*** 767,771 ****
                function select_dimd_list()
                {
!                       $this->db->query("SELECT * FROM t_ecodimd order by id 
asc ");
                        while ($this->db->next_record())
                        {
--- 767,771 ----
                function select_dimd_list()
                {
!                       $this->db->query("SELECT * FROM fm_ecodimd order by id 
asc ");
                        while ($this->db->next_record())
                        {
***************
*** 781,785 ****
                function select_tax_code_list()
                {
!                       $this->db->query("SELECT * FROM t_ecomva order by id 
asc ");
                        while ($this->db->next_record())
                        {
--- 781,785 ----
                function select_tax_code_list()
                {
!                       $this->db->query("SELECT * FROM fm_ecomva order by id 
asc ");
                        while ($this->db->next_record())
                        {

Index: class.soXport.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/class.soXport.inc.php,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -r1.17 -r1.18
*** class.soXport.inc.php       8 Apr 2003 12:38:09 -0000       1.17
--- class.soXport.inc.php       23 Apr 2003 15:07:17 -0000      1.18
***************
*** 4,8 ****
        {
                var $db = '';
!               var $std_table='t_ecobilag';
  
                var $account_id = 0;
--- 4,8 ----
        {
                var $db = '';
!               var $std_table='fm_ecobilag';
  
                var $account_id = 0;
***************
*** 231,235 ****
                                
$godkjentbelop=$this->bocommon->moneyformat($godkjentbelop);
  
!                               $sql= "INSERT INTO t_ecobilag 
(pmwrkord_code,bilagsnr,splitt,kildeid,kidnr,typeid,fakturadato,forfallsdato,regtid,artid,godkjentbelop,spvend_code,dimb,oppsynsmannid,saksbehandlerid,budsjettansvarligid,fakturanr,spbudact_code,dima,dimd,mvakode,belop,periode,merknad,oppsynsigndato,saksigndato,budsjettsigndato,utbetalingsigndato)"
                                . " values 
($pmwrkord_code_value,'$bilagsnr','$splitt','$kildeid','$kidnr','$typeid','$fakturadato','$forfallsdato','$regtid','$artid',$godkjentbelop,'$spvend_code',$dimb_value,$oppsynsmannid_value,$saksbehandlerid_value,'$budsjettansvarligid','$fakturanr',$spbudact_code_value,'$dima',$dimd_value,'$mvakode',$belop,'$periode','$merknad',NULL,NULL,NULL,NULL)";
                        }
--- 231,235 ----
                                
$godkjentbelop=$this->bocommon->moneyformat($godkjentbelop);
  
!                               $sql= "INSERT INTO fm_ecobilag 
(pmwrkord_code,bilagsnr,splitt,kildeid,kidnr,typeid,fakturadato,forfallsdato,regtid,artid,godkjentbelop,spvend_code,dimb,oppsynsmannid,saksbehandlerid,budsjettansvarligid,fakturanr,spbudact_code,dima,dimd,mvakode,belop,periode,merknad,oppsynsigndato,saksigndato,budsjettsigndato,utbetalingsigndato)"
                                . " values 
($pmwrkord_code_value,'$bilagsnr','$splitt','$kildeid','$kidnr','$typeid','$fakturadato','$forfallsdato','$regtid','$artid',$godkjentbelop,'$spvend_code',$dimb_value,$oppsynsmannid_value,$saksbehandlerid_value,'$budsjettansvarligid','$fakturanr',$spbudact_code_value,'$dima',$dimd_value,'$mvakode',$belop,'$periode','$merknad',NULL,NULL,NULL,NULL)";
                        }
***************
*** 242,246 ****
                function select_periods_with_invoice_to_transfer()
                {
!                       $sql= "select distinct periode from t_ecobilag where 
budsjettsigndato is not null and (saksigndato is not null or oppsynsigndato is 
not null) and utbetalingsigndato is not null ";
                        $this->db->query($sql,__LINE__,__FILE__);
                        $i = 0;
--- 242,246 ----
                function select_periods_with_invoice_to_transfer()
                {
!                       $sql= "select distinct periode from fm_ecobilag where 
budsjettsigndato is not null and (saksigndato is not null or oppsynsigndato is 
not null) and utbetalingsigndato is not null ";
                        $this->db->query($sql,__LINE__,__FILE__);
                        $i = 0;
***************
*** 270,274 ****
  
  
!               $sql="select * from t_ecobilagoverf where filnavn='$Filnavn' 
and $datepart_year=$year and $datepart_month=$month and $datepart_day= $day";
                        $this->db->query($sql,__LINE__,__FILE__);
  //echo 'sql: '.$sql.'<br>';
--- 270,274 ----
  
  
!               $sql="select * from fm_ecobilagoverf where filnavn='$Filnavn' 
and $datepart_year=$year and $datepart_month=$month and $datepart_day= $day";
                        $this->db->query($sql,__LINE__,__FILE__);
  //echo 'sql: '.$sql.'<br>';
***************
*** 434,438 ****
  
  
!                       $sql= "INSERT INTO t_ecobilag 
(pmwrkord_code,bilagsnr,splitt,kildeid,kidnr,typeid,fakturadato,forfallsdato,regtid,artid,godkjentbelop,spvend_code,dimb,oppsynsmannid,saksbehandlerid,budsjettansvarligid,fakturanr,spbudact_code,dima,dimd,mvakode,belop,periode,merknad,utbetalingid,oppsynsigndato,saksigndato,budsjettsigndato,utbetalingsigndato)"
                        . " values 
($pmwrkord_code_value,'$bilagsnr','$splitt','$kildeid','$kidnr','$typeid','$fakturadato','$forfallsdato','$regtid','$artid',$godkjentbelop,'$spvend_code',$dimb_value,$oppsynsmannid_value,$saksbehandlerid_value,'$budsjettansvarligid','$fakturanr','$spbudact_code','$dima',$dimd_value,'$mvakode',$belop,'$periode','$merknad',$utbetalingid_value,'$oppsynsigndato','$saksigndato','$budsjettsigndato','$utbetalingsigndato')";
  
--- 434,438 ----
  
  
!                       $sql= "INSERT INTO fm_ecobilag 
(pmwrkord_code,bilagsnr,splitt,kildeid,kidnr,typeid,fakturadato,forfallsdato,regtid,artid,godkjentbelop,spvend_code,dimb,oppsynsmannid,saksbehandlerid,budsjettansvarligid,fakturanr,spbudact_code,dima,dimd,mvakode,belop,periode,merknad,utbetalingid,oppsynsigndato,saksigndato,budsjettsigndato,utbetalingsigndato)"
                        . " values 
($pmwrkord_code_value,'$bilagsnr','$splitt','$kildeid','$kidnr','$typeid','$fakturadato','$forfallsdato','$regtid','$artid',$godkjentbelop,'$spvend_code',$dimb_value,$oppsynsmannid_value,$saksbehandlerid_value,'$budsjettansvarligid','$fakturanr','$spbudact_code','$dima',$dimd_value,'$mvakode',$belop,'$periode','$merknad',$utbetalingid_value,'$oppsynsigndato','$saksigndato','$budsjettsigndato','$utbetalingsigndato')";
  
***************
*** 530,534 ****
                        $ordrebelop=$this->bocommon->moneyformat($ordrebelop);
  
!                       $sql="INSERT INTO t_ecobilagoverf 
(id,bilagsnr,kidnr,typeid,kildeid,pmwrkord_code,belop,fakturadato,periode,forfallsdato,fakturanr,spbudact_code,regtid,artid,godkjentbelop,spvend_code,dima,dimb,mvakode,dimd,oppsynsmannid,saksbehandlerid,budsjettansvarligid,oppsynsigndato,saksigndato,budsjettsigndato,merknad,splitt,utbetalingid,utbetalingsigndato,filnavn,ordrebelop,overftid)"
                                . "values 
('$id','$bilagsnr','$kidnr','$typeid','$kildeid',$pmwrkord_code_value,$belop,'$fakturadato','$periode','$forfallsdato','$fakturanr','$spbudact_code','$regtid','$artid',$godkjentbelop,'$spvend_code','$dima',$dimb_value,'$mvakode',$dimd_value,$oppsynsmannid_value,$saksbehandlerid_value,'$budsjettansvarligid','$oppsynsigndato','$saksigndato','$budsjettsigndato','$merknad','$splitt','$utbetalingid','$utbetalingsigndato','$filnavn',$ordrebelop,'$overftid')
 ";
                        $this->db->query($sql,__LINE__,__FILE__);
--- 530,534 ----
                        $ordrebelop=$this->bocommon->moneyformat($ordrebelop);
  
!                       $sql="INSERT INTO fm_ecobilagoverf 
(id,bilagsnr,kidnr,typeid,kildeid,pmwrkord_code,belop,fakturadato,periode,forfallsdato,fakturanr,spbudact_code,regtid,artid,godkjentbelop,spvend_code,dima,dimb,mvakode,dimd,oppsynsmannid,saksbehandlerid,budsjettansvarligid,oppsynsigndato,saksigndato,budsjettsigndato,merknad,splitt,utbetalingid,utbetalingsigndato,filnavn,ordrebelop,overftid)"
                                . "values 
('$id','$bilagsnr','$kidnr','$typeid','$kildeid',$pmwrkord_code_value,$belop,'$fakturadato','$periode','$forfallsdato','$fakturanr','$spbudact_code','$regtid','$artid',$godkjentbelop,'$spvend_code','$dima',$dimb_value,'$mvakode',$dimd_value,$oppsynsmannid_value,$saksbehandlerid_value,'$budsjettansvarligid','$oppsynsigndato','$saksigndato','$budsjettsigndato','$merknad','$splitt','$utbetalingid','$utbetalingsigndato','$filnavn',$ordrebelop,'$overftid')
 ";
                        $this->db->query($sql,__LINE__,__FILE__);
***************
*** 536,542 ****
                }
  
!               function delete_from_t_ecobilag($id)
                {
!                       $sql="delete from t_ecobilag where id='$id'";
                        $this->db->query($sql,__LINE__,__FILE__);
                }
--- 536,542 ----
                }
  
!               function delete_from_fm_ecobilag($id)
                {
!                       $sql="delete from fm_ecobilag where id='$id'";
                        $this->db->query($sql,__LINE__,__FILE__);
                }
***************
*** 545,549 ****
        function hoved_bilag ($periode)
        {
!               $sql="select sum(belop) as belop, bilagsnr from t_ecobilag 
where periode='$periode'  AND budsjettsigndato is not NULL  AND ( saksigndato 
is not NULL  OR oppsynsigndato is not NULL  ) AND utbetalingsigndato is not 
NULL group by bilagsnr";
  //echo 'sql ' . $sql.'<br>';
  
--- 545,549 ----
        function hoved_bilag ($periode)
        {
!               $sql="select sum(belop) as belop, bilagsnr from fm_ecobilag 
where periode='$periode'  AND budsjettsigndato is not NULL  AND ( saksigndato 
is not NULL  OR oppsynsigndato is not NULL  ) AND utbetalingsigndato is not 
NULL group by bilagsnr";
  //echo 'sql ' . $sql.'<br>';
  
***************
*** 566,570 ****
                                        $bilagsnr = 
$hoved_bilag_temp[$i]['bilagsnr'];
  
!                                       $sql= "select 
t_ecobilag.*,t_ecobruker.initialer as saksbehandler from t_ecobilag $this->join 
t_ecobruker on t_ecobilag.budsjettansvarligid=t_ecobruker.spemp_code where 
bilagsnr='$bilagsnr' ";
                                        
$this->db->query($sql,__LINE__,__FILE__);
  
--- 566,570 ----
                                        $bilagsnr = 
$hoved_bilag_temp[$i]['bilagsnr'];
  
!                                       $sql= "select 
fm_ecobilag.*,t_ecobruker.initialer as saksbehandler from fm_ecobilag 
$this->join t_ecobruker on 
fm_ecobilag.budsjettansvarligid=t_ecobruker.spemp_code where 
bilagsnr='$bilagsnr' ";
                                        
$this->db->query($sql,__LINE__,__FILE__);
  
***************
*** 629,633 ****
                function select_underbilag ($bilagsnr)
                {
!                       $sql= "select * from t_ecobilag where 
bilagsnr='$bilagsnr'";
                        $this->db->query($sql,__LINE__,__FILE__);
                        $i = 0;
--- 629,633 ----
                function select_underbilag ($bilagsnr)
                {
!                       $sql= "select * from fm_ecobilag where 
bilagsnr='$bilagsnr'";
                        $this->db->query($sql,__LINE__,__FILE__);
                        $i = 0;
***************
*** 734,738 ****
          function delete_invoice($bilagsnr)
          {
!                       $sql="delete from t_ecobilagoverf where 
bilagsnr='$bilagsnr'";
                        $this->db->query($sql,__LINE__,__FILE__);
          }
--- 734,738 ----
          function delete_invoice($bilagsnr)
          {
!                       $sql="delete from fm_ecobilagoverf where 
bilagsnr='$bilagsnr'";
                        $this->db->query($sql,__LINE__,__FILE__);
          }
***************
*** 782,786 ****
                {
                        $tid=date($this->bocommon->datetimeformat);
!               $sql= "insert t_ecologg (batchid,melding,tid) values 
('$batchid','Start transfer','$tid')";
                        $this->db->query($sql,__LINE__,__FILE__);
        }
--- 782,786 ----
                {
                        $tid=date($this->bocommon->datetimeformat);
!               $sql= "insert fm_ecologg (batchid,melding,tid) values 
('$batchid','Start transfer','$tid')";
                        $this->db->query($sql,__LINE__,__FILE__);
        }
***************
*** 788,792 ****
                {
                        $tid=date($this->bocommon->datetimeformat);
!               $sql= "insert t_ecologg (batchid,melding,tid) values 
('$batchid','End transfer','$tid')";
                        $this->db->query($sql,__LINE__,__FILE__);
        }
--- 788,792 ----
                {
                        $tid=date($this->bocommon->datetimeformat);
!               $sql= "insert fm_ecologg (batchid,melding,tid) values 
('$batchid','End transfer','$tid')";
                        $this->db->query($sql,__LINE__,__FILE__);
        }
***************
*** 795,799 ****
                {
                        $tid=date($this->bocommon->datetimeformat);
!               $sql= "insert t_ecologg (batchid,ecobilagid,status,melding,tid) 
values ('$batchid',NULL,0,'$error_desr','$tid')";
                        $this->db->query($sql,__LINE__,__FILE__);
        }
--- 795,799 ----
                {
                        $tid=date($this->bocommon->datetimeformat);
!               $sql= "insert fm_ecologg 
(batchid,ecobilagid,status,melding,tid) values 
('$batchid',NULL,0,'$error_desr','$tid')";
                        $this->db->query($sql,__LINE__,__FILE__);
        }
***************
*** 804,808 ****
                        $message=lang('Invoice tranferred');
                        $tid=date($this->bocommon->datetimeformat);
!                       $sql= "insert t_ecologg 
(batchid,ecobilagid,melding,tid) values ('$batchid','$bilagid' 
,'$message','$tid')";
                        $this->db->query($sql,__LINE__,__FILE__);
                }
--- 804,808 ----
                        $message=lang('Invoice tranferred');
                        $tid=date($this->bocommon->datetimeformat);
!                       $sql= "insert fm_ecologg 
(batchid,ecobilagid,melding,tid) values ('$batchid','$bilagid' 
,'$message','$tid')";
                        $this->db->query($sql,__LINE__,__FILE__);
                }

Index: class.uiXport.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/class.uiXport.inc.php,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -r1.17 -r1.18
*** class.uiXport.inc.php       23 Apr 2003 07:21:34 -0000      1.17
--- class.uiXport.inc.php       23 Apr 2003 15:07:17 -0000      1.18
***************
*** 318,322 ****
  
                                'lang_art'                                      
        => lang('Art'),
!                               'art_list'                                      
        => $this->invoice->get_list_ecoart($art),
                                'select_art'                                    
=> 'art',
                                'lang_select_art'                               
=> lang('Select Invoice Type'),
--- 318,322 ----
  
                                'lang_art'                                      
        => lang('Art'),
!                               'art_list'                                      
        => $this->invoice->get_lisfm_ecoart($art),
                                'select_art'                                    
=> 'art',
                                'lang_select_art'                               
=> lang('Select Invoice Type'),





reply via email to

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