phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: property/inc/import Import_fra_Kemner,1.3,1.3.2.


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] CVS: property/inc/import Import_fra_Kemner,1.3,1.3.2.1 Import_fra_BKK,1.2,1.2.2.1
Date: Mon, 02 Dec 2002 13:35:05 -0500

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

Modified Files:
      Tag: Version-0_9_14-branch
        Import_fra_Kemner Import_fra_BKK 
Log Message:
no message

Index: Import_fra_Kemner
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/import/Import_fra_Kemner,v
retrieving revision 1.3
retrieving revision 1.3.2.1
diff -C2 -r1.3 -r1.3.2.1
*** Import_fra_Kemner   29 Oct 2002 16:45:34 -0000      1.3
--- Import_fra_Kemner   2 Dec 2002 18:35:03 -0000       1.3.2.1
***************
*** 28,32 ****
                var $currentrecord = array(); //used for buffering to allow uid 
lines to go first
                var $id;
!               var $spbudact_code=4321;
                var $dimb=40;
                var $mvakode=0;
--- 28,32 ----
                var $currentrecord = array(); //used for buffering to allow uid 
lines to go first
                var $id;
!               var $spbudact_code=4111;
                var $dimb=40;
                var $mvakode=0;
***************
*** 165,168 ****
--- 165,169 ----
                                                $forfall_month = substr($data, 
17, 2);
                                                $forfall_year = substr($data, 
19, 2);
+                                               $periode = $forfall_month - 1;
  
                                                $forfallsdato = date("M d 
Y",mktime(2,0,0,$forfall_month,$forfall_day,$forfall_year));
***************
*** 173,176 ****
--- 174,178 ----
                                                $gid = 
$Gnr.'/'.$Bnr.'-'.$sekjonnr;
                        
+                                               $buffer = 
$this->import_new_attrib($buffer,periode,$periode,$invoice_common);
                                                $buffer = 
$this->import_new_attrib($buffer,forfallsdato,$forfallsdato,$invoice_common);
                                                $buffer = 
$this->import_new_attrib($buffer,fakturadato,$fakturadato,$invoice_common);
***************
*** 329,333 ****
                                $buffer[$this->id]['spbudact_code'] = 
$this->spbudact_code;
                                $buffer[$this->id]['typeid'] = 
$invoice_common['type'];
-                               $buffer[$this->id]['periode'] = 
$invoice_common['invoice_month'];
                                $buffer[$this->id]['regtid'] = date("M d Y 
g:iA");
                                $buffer[$this->id]['artid'] = 
$invoice_common['art'];
--- 331,334 ----

Index: Import_fra_BKK
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/import/Import_fra_BKK,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -C2 -r1.2 -r1.2.2.1
*** Import_fra_BKK      23 Oct 2002 18:43:18 -0000      1.2
--- Import_fra_BKK      2 Dec 2002 18:35:03 -0000       1.2.2.1
***************
*** 97,100 ****
--- 97,105 ----
                {
  
+                       if(!$buffer[$this->id]['kidnr'] = 
$invoice_common['kid_nr'])
+                       {
+                               echo '<b>KID-nummer mangler</b><br><br>';
+                               return;
+                       }
                        if ($private == '') { $private = 'public'; }
                        $valid_data= False;





reply via email to

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