phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: property/setup tables_current.inc.php,1.9,1.10 s


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] CVS: property/setup tables_current.inc.php,1.9,1.10 setup.inc.php,1.7,1.8 tables_update.inc.php,1.7,1.8 phpgw_no.lang,1.1.1.1,1.2
Date: Mon, 16 Sep 2002 12:05:46 -0400

Update of /cvsroot/phpgroupware/property/setup
In directory subversions:/tmp/cvs-serv12273/setup

Modified Files:
        tables_current.inc.php setup.inc.php tables_update.inc.php 
        phpgw_no.lang 
Log Message:
no message

Index: tables_current.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/setup/tables_current.inc.php,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** tables_current.inc.php      9 Sep 2002 17:45:18 -0000       1.9
--- tables_current.inc.php      16 Sep 2002 16:05:43 -0000      1.10
***************
*** 768,772 ****
                'fm_wo_template_type'=> array(
                        'fd' => array(
!                               'id' => array('type' => 'varchar', 'precision' 
=> 20,'nullable' => False),
                                'template' => array('type' => 'varchar', 
'precision' => 255,'nullable' => true),
                                'descr' => array('type' => 'varchar', 
'precision' => 20,'nullable' => true)
--- 768,773 ----
                'fm_wo_template_type'=> array(
                        'fd' => array(
!                               'id' => array('type' => 'int', 'precision' => 
4,'nullable' => False),
!                               'chapter_id' => array('type' => 'int', 
'precision' => 4,'nullable' => true),
                                'template' => array('type' => 'varchar', 
'precision' => 255,'nullable' => true),
                                'descr' => array('type' => 'varchar', 
'precision' => 20,'nullable' => true)
***************
*** 804,807 ****
--- 805,818 ----
                                'building_part_id' => array('type' => 'int', 
'precision' => 4,'nullable' => False),
                                'unit' => array('type' => 'varchar', 
'precision' => 6,'nullable' => true),
+                               'record' => array('type' => 'int', 'precision' 
=> 4,'nullable' => true),
+                               'grouping_id' => array('type' => 'int', 
'precision' => 4,'nullable' => true),
+                               'grouping_descr' => array('type' => 'varchar', 
'precision' => 50,'nullable' => true),
+                               'billperae' => array('type' => 'decimal', 
'precision' => 6,'scale' => 2,'nullable' => true),
+                               'quantity' => array('type' => 'decimal', 
'precision' => 6,'scale' => 2,'nullable' => true),
+                               'cost' => array('type' => 'decimal', 
'precision' => 6,'scale' => 2,'nullable' => true),
+                               'dim_d' => array('type' => 'int', 'precision' 
=> 4,'nullable' => true),
+                               'hours_descr' => array('type' => 'varchar', 
'precision' => 255,'nullable' => true),
+                               'owner' => array('type' => 'int', 'precision' 
=> 4,'nullable' => true),
+                               'tolerance' => array('type' => 'int', 
'precision' => 4,'nullable' => true),
                                'remark' => array('type' => 'varchar', 
'precision' => 255,'nullable' => true)
                        ),
***************
*** 1042,1046 ****
                        'uc' => array()
                ),
!               'fm_building_value_index' => array(
                        'fd' => array(
                                'objekt_id' => array('type' => 
'char','precision' => 4,'default' => 0,'nullable' => False),
--- 1053,1057 ----
                        'uc' => array()
                ),
!               'fm_property_value' => array(
                        'fd' => array(
                                'objekt_id' => array('type' => 
'char','precision' => 4,'default' => 0,'nullable' => False),
***************
*** 1050,1054 ****
                                'this_index' => array('type' => 'decimal', 
'precision' => 20, 'scale' => 2,'nullable' => True,'default' => NULL),
                                'value' => array('type' => 'decimal', 
'precision' => 20, 'scale' => 2,'nullable' => True,'default' => NULL),
!                               'date' => array('type' => 'int', 'precision' => 
4,'nullable' => True)
                        ),
                        'pk' => array('objekt_id','bygg_id','index_count' ),
--- 1061,1065 ----
                                'this_index' => array('type' => 'decimal', 
'precision' => 20, 'scale' => 2,'nullable' => True,'default' => NULL),
                                'value' => array('type' => 'decimal', 
'precision' => 20, 'scale' => 2,'nullable' => True,'default' => NULL),
!                               'date' => array('type' => 'timestamp', 
'nullable' => True,'default' => 'current_timestamp')
                        ),
                        'pk' => array('objekt_id','bygg_id','index_count' ),

Index: setup.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/setup/setup.inc.php,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** setup.inc.php       9 Sep 2002 17:45:18 -0000       1.7
--- setup.inc.php       16 Sep 2002 16:05:43 -0000      1.8
***************
*** 10,14 ****
        $setup_info['property']['name']      = 'property';
        $setup_info['property']['title']     = 'Property';
!       $setup_info['property']['version']   = '0.1.1.007';
        $setup_info['property']['app_order'] = 14;
        $setup_info['property']['enable']    = 1;
--- 10,14 ----
        $setup_info['property']['name']      = 'property';
        $setup_info['property']['title']     = 'Property';
!       $setup_info['property']['version']   = '0.1.1.008';
        $setup_info['property']['app_order'] = 14;
        $setup_info['property']['enable']    = 1;

Index: tables_update.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/setup/tables_update.inc.php,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** tables_update.inc.php       9 Sep 2002 17:45:18 -0000       1.7
--- tables_update.inc.php       16 Sep 2002 16:05:43 -0000      1.8
***************
*** 170,174 ****
                                'this_index' => array('type' => 'decimal', 
'precision' => 20, 'scale' => 2,'nullable' => True,'default' => NULL),
                                'value' => array('type' => 'decimal', 
'precision' => 20, 'scale' => 2,'nullable' => True,'default' => NULL),
!                               'date' => array('type' => 'int', 'precision' => 
4,'nullable' => True)
                        ),
                        'pk' => array('objekt_id','bygg_id','index_count' ),
--- 170,174 ----
                                'this_index' => array('type' => 'decimal', 
'precision' => 20, 'scale' => 2,'nullable' => True,'default' => NULL),
                                'value' => array('type' => 'decimal', 
'precision' => 20, 'scale' => 2,'nullable' => True,'default' => NULL),
!                               'date' => array('type' => 'timestamp', 
'nullable' => True,'default' => 'current_timestamp')
                        ),
                        'pk' => array('objekt_id','bygg_id','index_count' ),
***************
*** 215,218 ****
--- 215,239 ----
        }
  
+       $test[] = '0.1.1.007';
+       function property_upgrade0_1_1_007()
+       {
+               global $setup_info, $phpgw_setup;
+ 
+               
$phpgw_setup->oProc->AlterColumn('fm_wo_template_type','id',array('type' => 
'int','precision' => 4,'nullable' => False));
+               
$phpgw_setup->oProc->AddColumn('fm_wo_template_type','chapter_id', array('type' 
=> 'int', 'precision' => 2,'nullable' => True));
+               $phpgw_setup->oProc->AddColumn('fm_wo_template','record', 
array('type' => 'int', 'precision' => 4,'nullable' => True));
+               $phpgw_setup->oProc->AddColumn('fm_wo_template','grouping_id', 
array('type' => 'int', 'precision' => 4,'nullable' => True));
+               
$phpgw_setup->oProc->AddColumn('fm_wo_template','grouping_descr', array('type' 
=> 'varchar', 'precision' => 50,'nullable' => True));
+               $phpgw_setup->oProc->AddColumn('fm_wo_template','billperae', 
array('type' => 'decimal', 'precision' => 6,'scale' => 2,'nullable' => True));
+               $phpgw_setup->oProc->AddColumn('fm_wo_template','quantity', 
array('type' => 'decimal', 'precision' => 6,'scale' => 2,'nullable' => True));
+               $phpgw_setup->oProc->AddColumn('fm_wo_template','cost', 
array('type' => 'decimal', 'precision' => 6,'scale' => 2,'nullable' => True));
+               $phpgw_setup->oProc->AddColumn('fm_wo_template','dim_d', 
array('type' => 'int', 'precision' => 4,'nullable' => True));
+               $phpgw_setup->oProc->AddColumn('fm_wo_template','hours_descr', 
array('type' => 'varchar', 'precision' => 255,'nullable' => True));
+               $phpgw_setup->oProc->AddColumn('fm_wo_template','owner', 
array('type' => 'int', 'precision' => 4,'nullable' => True));
+               $phpgw_setup->oProc->AddColumn('fm_wo_template','tolerance', 
array('type' => 'int', 'precision' => 4,'nullable' => True));
+ 
+               $setup_info['property']['currentver'] = '0.1.1.008';
+               return $setup_info['property']['currentver'];
+       }
  
  

Index: phpgw_no.lang
===================================================================
RCS file: /cvsroot/phpgroupware/property/setup/phpgw_no.lang,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -r1.1.1.1 -r1.2
*** phpgw_no.lang       28 Aug 2002 16:43:19 -0000      1.1.1.1
--- phpgw_no.lang       16 Sep 2002 16:05:43 -0000      1.2
***************
*** 1,239 ****
! Area  property        no      Område
! Attribute     property        no      Verdier
! Floor property        no      etasje
! Part of town  property        no      Bydel
! Street number property        no      GateNr
! apartment     property        no      Leilighet
  attribute type        property        no      Typer av verdier 
(Attributt-type)
! building      property        no      Bygning
! documents     property        no      Dokumenter
! entrance      property        no      Inngang
! equipment     property        no      Utstyr
! events        property        no      Hendelser
  number of floors      property        no      Antall etasjer
  property list property        no      Liste over eiendommer
! property name property        no      Eiendom
! requirement   property        no      Behov/pålegg
  requirement type      property        no      Behov/Pålegg-type
! street        property        no      Gatenavn
! view  property        no      Vis
! Please select currency,tax and your address in preferences!   property        
no      Venligst angi valuta, MVA, og din adresse i innstillinger !             
        
! Please select your address in preferences!    property        no      
Venligst angi din adresse i innstillinger !                     
! Please select your currency in preferences!   property        no      
Venligst angi din valuta i innstillinger !                      
! Workorder administration      property        no      FMArbeidsordre 
administrasjon                   
! Edit workorder administrator list     property        no      Endre 
FMArbeidsordre administrator liste                        
! Select per button !   property        no      Velg ved hjelp av knappen !     
                
! You have entered an invalid invoice date !    property        no      Du har 
angitt en ugyldig faktura dato                   
! Select workorder      property        no      Velg arbeidsordre               
        
! Select users  property        no      Velg Bruker                     
! Select groups property        no      Velg Gruppe                     
! Workorders    property        no      Arbeidsordre                    
! Workorders    common  no      Arbeidsordre                    
! Username / Group      property        no      Brukernavn / Gruppe             
        
! Invoice x has been created !  property        no      Faktura % 1 har blitt 
generert                  
! per   property        no      pr                      
! All   property        no      Alle                    
! Category      property        no      Kategori                        
! Select category       property        no      Velg Kategori                   
! Invoice x has been updated !  property        no      Faktura % 1 har blitt 
oppdatert                 
! Delivery x has been updated ! property        no      Leveranse % 1 har blitt 
oppdatert                       
! That Delivery ID has been used already !      property        no      Denne 
Leveranse ID er allerede i bruk                   
! Vendor        property        no      Leverandør                      
! Apartment     property        no      Leilighet                       
! Entrance      property        no      Inngang                 
! Property      property        no      Eiendom / Objekt                        
! Building      property        no      Bygning                 
! Print delivery        property        no      Skriv ut leveranse              
        
! You have to CREATE a delivery or invoice first !      property        no      
Du må GENERERE en leveranse eller faktura først                 
! Create delivery       property        no      Generer leveranse               
        
! Username      property        no      Brukernavn                      
! Submit        property        no      Send verdier                    
! Date  property        no      Dato                    
! Budget        property        no      Budsjett                        
! Bookable activities   property        no      Aktiviteter som kan brukes      
                
! Billable activities   property        no      Aktiviteter som kan faktureres  
                
! Bill per workunit     property        no      Kostnad pr arbeids enhet        
                
! per workunit  property        no      pr arbeids enhet                        
! Minutes per workunit  property        no      Minutter pr arbeids enhet       
                
! Workorder list        property        no      Arbeidsordre liste              
        
! Edit workorder        property        no      Endre arbeidsordre              
        
! Add workorder hours   property        no      Legg til prosekt timer          
        
! Status        property        no      Status                  
! Short description     property        no      Kort beskrivelse                
        
! Nonactive     property        no      Ikke aktiv                      
! Description   property        no      Beskrivelse                     
! Template      property        no      Mal                     
! Remark        property        no      merknad                 
! Remark required       property        no      merknad obligatorisk            
        
! Time  property        no      Tid                     
! Start time    property        no      Start tid                       
! End time      property        no      Slutt tid                       
! archive       property        no      Arkiv                   
! done  property        no      Avslutt                 
! open  property        no      Åpen                    
! billed        property        no      Fakturert                       
! Employee      property        no      Ansatt                  
! Edit hours    property        no      Endre timer                     
! Number        property        no      Antall                  
! Delete hours  property        no      Slett timer                     
! Select customer       property        no      Velg Leverandør                 
! Calculate     property        no      Kalkulèr                        
! Statistic     property        no      Statstikk                       
! Start date    property        no      Start dato                      
! There are no entries  property        no      Det finnes ingen poster         
        
! Workorder ID  property        no      Prosekt ID                      
! Activity ID   property        no      Aktivitet ID                    
! Please enter a remark !       property        no      Venligst skriv en 
merknad                       
! You have entered an invalid start date !      property        no      Du har 
angitt en ugyldig start dato                     
! You have entered an invalid end date !        property        no      Du har 
angitt en ugyldig slutt dato                     
! Are you sure you want to delete this entry    property        no      Er du 
sikker på at du vil slette posten                 
! Select tax for work hours     property        no      Angi mva for 
arbeidstimer                       
! Select your address   property        no      Angi din adresse                
        
! Return to property    property        no      Retur til Arbeidsordre          
        
! Job has been added !  property        no      Jobben har blitt lagt til !     
                
! Job has been updated !        property        no      Jobben har blitt 
oppdatert !                    
! Please enter the bill per workunit !  property        no      Angi kostnad pr 
arbeidsenhet !                  
! Please enter the minutes per workunit !       property        no      Angi 
minutter pr arbeidsenhet !                 
! Activity x has been added !   property        no      Aktivitet % 1 er 
registert !                    
! Activity x has been updated ! property        no      Aktivitet % 1 er 
oppdatert !                    
! Workorder x x has been updated !      property        no      Arbeidsordre % 
1 %2 er oppdatert                        
! Workorder x x has been added !        property        no      Workorder %1 %2 
er registert !                  
! Invoice ID    property        no      Faktura ID                      
! That Invoice ID has been used already !       property        no      Denne 
Faktura ID er allerede i bruk                     
! Please enter an Invoice ID for that invoice ! property        no      Angi en 
Faktura ID for denne faktura                    
! Please enter an ID for that Activity !        property        no      Angi en 
ID for denne aktiviteten                        
! That Activity ID has been used already !      property        no      Denne 
Aktivitet ID er allerede i bruk                   
! Workunits     property        no      Arbeids enhet                   
! You have no customer selected !       property        no      Du har ikke 
valgt leverandør!                   
! Invoice list  property        no      Liste over faktura                      
! All invoices  property        no      Alle faktura                    
! Invoice date  property        no      Faktura dato                    
! Create invoice        property        no      Lag faktura                     
! Update        property        no      Oppdater                        
! Firstname     property        no      Fornavn                 
! Lastname      property        no      Etternavn                       
! Company       property        no      Firma                   
! Select        property        no      Velg                    
! Workunit      property        no      Arbeidsenhet                    
! Sum   property        no      Sum                     
! Sum workunits property        no      Sum Arbeidsenheter                      
! Edit  property        no      Endre                   
! Coordinator   property        no      Koordinator                     
! Admin property        no      Admin                   
! Customer      property        no      Leverandør                      
! Edit workorder hours  property        no      Endre arbeidsordre timer        
                
! Print invoice property        no      Skriv ut faktura                        
! Entry date    property        no      Entry date                      
! tax   property        no      mva                     
! Delivery note property        no      Leveranse notat                 
! All delivery notes    property        no      Alle leveranse notater          
        
! Deliveries    property        no      Leveranser                      
! Invoices      property        no      Fakturaer                       
! Delivery ID   property        no      Leveranse ID                    
! Delivery list property        no      Laveranse liste                 
! Delivery notes        property        no      Leveranse notater               
        
! Workorders list       property        no      Arbeidsordre liste              
        
! Workorders archive    property        no      Arbeidsordre arkiv              
        
! All deliverys property        no      Alle levranser                  
! Search        property        no      Søk                     
! Delivery date property        no      Dato for leveranse                      
! Overall       property        no      samlet                  
! Delivery      property        no      Leveranse                       
! Job list      property        no      Job liste                       
! List hours    property        no      List timer                      
! Billed only   property        no      Kun fakturert                   
! Workorder statistic   property        no      Arbeidsordre statistic          
        
! Hours property        no      Timer                   
! Account       property        no      Konto                   
! Billing       property        no      Fakturering                     
! User statistic        property        no      Bruker statistikk               
        
! Work time     property        no      Arbeids tid                     
! Statistics    property        no      Statistikk                      
! Position      property        no      Posisjon                        
! End date      property        no      Slutt dato                      
! Date due      property        no       Dato - Frist                   
! Work date     property        no      Arbeids dato                    
! User statistics       property        no      Bruker statistikker             
        
! net   property        no      netto                   
! Invoice       property        no      Faktura                 
! Title property        no      Tittel                  
! Update delivery       property        no      Oppdater leveranse              
        
! Update invoice        property        no      Oppdater faktura                
        
! Update workorder      property        no      Oppdater Arbeidsordre           
        
! Workorder name        property        no      Arbeidsordre navn               
        
! Add workorder property        no      Legg til Arbeidsordre                   
! Edit Activity property        no      Endre aktivitet                 
! Add Activity  property        no      Legg til aktivitet                      
! Address book  property        no      Adresse bok                     
! Add hours     property        no      Legg til timer                  
! Activities list       property        no      Aktivitet liste                 
! Generate Invoice ID ? property        no      Generer faktura ID ?            
        
! Active        property        no      Aktiv                   
! New workorder property        no      Ny arbeidsordre                 
! All done hours        property        no      Utføt timer                     
! Activity      property        no      Aktivitet                       
! Generate Activity ID ?        property        no      Generer Aktivitets ID ? 
                
! Generate Delivery ID ?        property        no      Generer Leveranse ID ?  
                
! Generate Workorder ID ?       property        no      Generer Arbeidsordre ID 
?                       
! All open hours        property        no      Alle åpne timer                 
! Workorder delivery    property        no      Arbeidsordre leveranse          
        
! Workorder statistics  property        no      Arbeidsordre statistikk         
        
! Workorder billing     property        no      Arbeidsordre fakturering        
                
! Workorder     property        no      Arbeidsordre                    
! Workorder hours       property        no      Arbeidsordre timer              
        
! Job description       property        no      Arbeids beskrivelse             
        
! Job date      property        no      Arbeids dato                    
! Activities    property        no      Aktiviteter                     
! Job   property        no      Arbeid                  
! Jobs  property        no      Arbeider                        
! View job      property        no      Vis arbeid                      
! View workorder        property        no      Vis arbeidsordre                
        
! Delivery x has been created ! property        no      Leveranse % 1 har blitt 
lagt til !                      
! You have entered an invalid delivery date !   property        no      Du har 
angitt en ugyldig leveranse dato                 
! Please enter a Delivery ID for that delivery !        property        no      
Angi en Leveranse ID for denne leveransen                       
! street        property        no      Gatenavn                        
! street_number property        no      GateNr                  
! Floor property        no      etasje                  
! Detailing     property        no      Detaljering                     
! are you sure you want to delete this project ?        property        no      
Er du sikker på at du vil slette dette arbeidsordreet ?                 
! property name property        no      Eiendoms Navn                   
! quantity      property        no      Mengde                  
! cost  property        no      Kostnad                 
! m3    property        no      M3                      
! m2    property        no      M2                      
! m     property        no      M                       
! kg    property        no      KG                      
! ton   property        no      Tonn                    
! pc    property        no      Stk                     
! unit  property        no      Enhet                   
! showing x     property        no      Viser %1                        
! accounts      property        no      Konto\'er                       
! budget account        property        no      Budsjett konto                  
! accounts_ex   property        no      Dim D                   
! Part of town  property        no      Bydel                   
! branches      property        no      Fag-grupper                     
! project definition    property        no      Arbeidsordre definisjon         
        
! account_ex    property        no      Dim D                   
! where to pick up the key      property        no      Nøkler hentes           
        
! where to deliver the key      property        no      Nøkler leveres          
        
! key responsible       property        no      Nøkkel ansvarlig                
        
! other branch  property        no      Andre fag                       
! activity not listed   property        no      Mangler i prisbok               
        
! calculation   property        no      Kalkulasjon                     
! overrides the calculation     property        no      Overskriver beregning   
                
! rig addition  property        no      Rigg tillegg                    
! addition      property        no      Påslag                  
! sum of calculation    property        no      Sum kalkulasjon                 
! sum of addition       property        no      Sum påslag                      
! sum tax       property        no      sum mva                 
! sum total     property        no      Total sum                       
!  work order   property        no      Arbeidsordre                    
! work order    property        no      Arbeidsordre                    
! print view    property        no      Vis utskrift                    
! h     property        no      Time                    
! vendor fax    property        no      Leverandør fax                  
! task  property        no      Oppdrag                 
! location      property        no      Lokalisering                    
! from  property        no      Fra                     
! to    property        no      Til                     
! fax   property        no      Fax                     
--- 1,367 ----
! Account       property        no      Konto
! account_ex    property        no      Dim D
! accounts      property        no      Konto\'er
! accounts_ex   property        no      Dim D
! action        property        no      Handling
! activities    property        no      Prisbok
! Activities list       property        no      Prisbok - liste over akiviteter
! Activity      property        no      Aktivitet fra prisbok
! Activity ID   property        no      Aktivitet ID
! activity not listed   property        no      Mangler i prisbok
! Activity x has been added !   property        no      Aktivitet % 1 er 
registert !
! Activity x has been updated ! property        no      Aktivitet % 1 er 
oppdatert !
! add activities        property        no      Legg til aktivitet
! Add Activity  property        no      Legg til aktivitet
! add fm ticket property        no      Legg til melding
! add fm_wrkorder       property        no      Legg til arbeidsordre
! add fm_wrkorder hours property        no      Legg til linje i arbeidsordre
! Add hours     property        no      Legg til timer
! add new ticket        property        no      Legg til ny melding
! add power meter       property        no      Legg til strømmåler
! add request   property        no      Legg til behov
! Add workorder property        no      Legg til Arbeidsordre
! Add workorder hours   property        no      Legg til prosekt timer
! addition      property        no      Påslag
! additional notes      property        no      Tilleggs kommentarer
! address       property        no      Adresse
! aesthetics    property        no      Estetikk
! agreement     property        no      Avtale
! agreement list        property        no      Liste over avtaler
! All   property        no      Alle
! All delivery notes    property        no      Alle leveranse notater
! All deliverys property        no      Alle levranser
! All done hours        property        no      Utføt timer
! All invoices  property        no      Alle faktura
! All open hours        property        no      Alle åpne timer
! amount        property        no      Sum
! Apartment     property        no      Leilighet
! approved amount       property        no      Godkjent beløp
! archive       property        no      Arkiv
! Are you sure you want to delete this entry    property        no      Er du 
sikker på at du vil slette posten
! are you sure you want to delete this project ?        property        no      
Er du sikker på at du vil slette dette arbeidsordreet ?
! assign to     property        no      Til
! assigned from property        no      Tildelt fra
! assigned to   property        no      Tildelt til
  attribute type        property        no      Typer av verdier 
(Attributt-type)
! authorities demands   property        no      Offentlige pålegg
! b - responsible       property        no      B-ansv
! base  property        no      Grunnlag
! bill per unit property        no      Pris pr enhet, ex mva
! Bill per workunit     property        no      Kostnad pr arbeids enhet
! Billable activities   property        no      Aktiviteter som kan faktureres
! billed        property        no      Fakturert
! Billed only   property        no      Kun fakturert
! Billing       property        no      Fakturering
! billperae     property        no      Pris pr enhet
! Bookable activities   property        no      Aktiviteter som kan brukes
! branch        property        no      Fag
! branches      property        no      Fag-grupper
! Budget        property        no      Budsjett
! budget account        property        no      Budsjett konto
! budget code is missing from voucher:  property        no      Konto mangler 
for bilag:
! Building      property        no      Bygning
! building part property        no      Bygningsdel
! building value        property        no      Bygningsverdi
! building value list   property        no      Liste over verdi pr bygning
! Calculate     property        no      Kalkulèr
! calculation   property        no      Kalkulasjon
! category      property        no      Kategori
! chapter       property        no      Kapittel
! charge tenant property        no      Fakturer leietaker
! check requirements    property        no      sjekk anmodninger
! click the link to edit the period     property        no      Klikk her for å 
endre periode
! close order   property        no      Avslutt Ordre
! code  property        no      Kode
! Company       property        no      Firma
! condition degree      property        no      Tilstands grad
! consequence   property        no      Konsekvens
! consequential damage  property        no      Følgeskader
! consume       property        no      forbruk
! contact phone property        no      Kontakt tlf
! Coordinator   property        no      Koordinator
! Copy Workorder ?      property        no      Kopier arbeidsordre ?
! cost  property        no      Kostnad
! cost (incl tax):      property        no      Kostnader (inkl mva)
! Create delivery       property        no      Generer leveranse
! Create invoice        property        no      Lag faktura
! create new ticket     property        no      Lag ny melding
! Customer      property        no      Leverandør
! Date due      property        no       Dato - Frist
! date opened   property        no      Startet
! days  property        no      Dager
! Delete hours  property        no      Slett timer
! Deliveries    property        no      Leveranser
! Delivery      property        no      Leveranse
! Delivery date property        no      Dato for leveranse
! Delivery ID   property        no      Leveranse ID
! Delivery list property        no      Laveranse liste
! Delivery note property        no      Leveranse notat
! Delivery notes        property        no      Leveranse notater
! Delivery x has been created ! property        no      Leveranse % 1 har blitt 
lagt til !
! Delivery x has been updated ! property        no      Leveranse % 1 har blitt 
oppdatert
! Description   property        no      Beskrivelse
! detail        property        no      Beskrivelse
! Detailing     property        no      Detaljering
! difference    property        no      Differanse
! dim a property        no      Dim A
! dim a is missing      property        no      Dim A mangler
! dim b property        no      Dim B
! dim d property        no      Dim D
! dima is missing from voucher: property        no      Dima mangler i bilag:
! drawing       property        no      Tegning
! Edit Activity property        no      Endre aktivitet
! edit fm_wrkorder      property        no      Rette på arbeidsordre
! Edit hours    property        no      Endre timer
! Edit workorder        property        no      Endre arbeidsordre
! Edit workorder administrator list     property        no      Endre 
FMArbeidsordre administrator liste
! Edit workorder hours  property        no      Endre arbeidsordre timer
! el meter      property        no      Måler nr
! Employee      property        no      Ansatt
! End date      property        no      Slutt dato
! End time      property        no      Slutt tid
! Entrance      property        no      Inngang
! Entry date    property        no      Entry date
! fax   property        no      Faks
! Firstname     property        no      Fornavn
! floor property        no      Etasje
! fm ticket     property        no      Feilmeldinger
! fm trouble ticket system      property        no      FM Feilmeldingssentral
! fm_wrkorder   property        no      arbeidsordre
! fm_wrkorder hours     property        no      Linje i arbeidsordre
! from  property        no      Fra
! gabnr property        no      GabNr
! Generate Activity ID ?        property        no      Generer Aktivitets ID ?
! Generate Delivery ID ?        property        no      Generer Leveranse ID ?
! Generate Invoice ID ? property        no      Generer faktura ID ?
! generate order        property        no      Lag bestilling
! generate request      property        no      Registrer behov
! generate request ?*   property        no      Generer behov ?
! Generate Workorder ID ?       property        no      Generer Arbeidsordre ID 
?
! grouping      property        no      Gruppering
! h     property        no      Time
! helpdesk      property        no      Feilmeldinger
! highest       property        no      Høyest
! history       property        no      Historikk
! Hours property        no      Timer
! if grouping exists    property        no      Dersom gruppering finnes
! if tender     property        no      Ved anbud
! importance    property        no      Viktighet
! indoor climate        property        no      Innendørs klima
! initial value property        no      Initiell verdi
! installation id       property        no      Anleggs nr
! installation id x has been added !    property        no      Anlegg nr %1 er 
lagt til
! Invoice       property        no      Faktura
! Invoice date  property        no      Faktura dato
! invoice details       property        no      Underbilag
! Invoice ID    property        no      Faktura ID
! Invoice list  property        no      Liste over faktura
! invoice num   property        no      Faktura nr
! Invoice x has been created !  property        no      Faktura %1 har blitt 
generert
! Invoice x has been updated !  property        no      Faktura %1 har blitt 
oppdatert
! Invoices      property        no      Fakturaer
! janitor       property        no      Oppsynsmann
! Job   property        no      Arbeid
! Job date      property        no      Arbeids dato
! Job description       property        no      Arbeids beskrivelse
! Job has been added !  property        no      Jobben har blitt lagt til !
! Job has been updated !        property        no      Jobben har blitt 
oppdatert !
! Job list      property        no      Job liste
! Jobs  property        no      Arbeider
! key responsible       property        no      Nøkkel ansvarlig
! kg    property        no      KG
! large property        no      Stor
! Lastname      property        no      Etternavn
! List hours    property        no      List timer
! localize      property        no      Lokalisering
! location      property        no      Lokalisering
! lowest        property        no      Lavest
! m     property        no      M
! m2    property        no      M2
! m3    property        no      M3
! materials:__________  property        no      Materialer:__________
! medium        property        no      Middels
! medium consequences   property        no      Middels store konsekvenser
! minor property        no      Liten
! minor consequences    property        no      Små konsekvenser
! Minutes per workunit  property        no      Minutter pr arbeids enhet
! net   property        no      netto
! new grouping  property        no      Ny gruppering
! new ticket    property        no      Ny melding
! new value     property        no      Ny verdi
! New workorder property        no      Ny arbeidsordre
! no additional notes   property        no      Ingen tilleggskommentarer
! no history for this record    property        no      Ingen historie for 
denne meldingen
! no subject    property        no      Fyll inn...
! no tickets found      property        no      Ingen meldinger
! Nonactive     property        no      Ikke aktiv
! none consequences     property        no      Ingen konsekvenser
! Number        property        no      Antall
  number of floors      property        no      Antall etasjer
+ open  property        no      Åpen
+ open date     property        no      Startet dato
+ opened by     property        no      Startet av
+ other branch  property        no      Andre fag
+ Overall       property        no      samlet
+ overrides the calculation     property        no      Overskriver beregning
+ p oftown      property        no      Bydel
+ paid  property        no      Betalt
+ Part of town  property        no      Bydel
+ payment date  property        no      Forfallsdato
+ pc    property        no      Stk
+ per   property        no      pr
+ per workunit  property        no      pr arbeids enhet
+ period        property        no      Periode
+ Please enter a Delivery ID for that delivery !        property        no      
Angi en Leveranse ID for denne leveransen
+ Please enter a remark !       property        no      Venligst skriv en 
merknad
+ Please enter an ID for that Activity !        property        no      Angi en 
ID for denne aktiviteten
+ Please enter an Invoice ID for that invoice ! property        no      Angi en 
Faktura ID for denne faktura
+ Please enter the bill per workunit !  property        no      Angi kostnad pr 
arbeidsenhet !
+ Please enter the minutes per workunit !       property        no      Angi 
minutter pr arbeidsenhet !
+ please select an email recipient!     property        no      Velg en 
mottaker!
+ Please select currency,tax and your address in preferences!   property        
no      Venligst angi valuta, MVA, og din adresse i innstillinger !
+ Please select your address in preferences!    property        no      
Venligst angi din adresse i innstillinger !
+ Please select your currency in preferences!   property        no      
Venligst angi din valuta i innstillinger !
+ popup calendar        property        no      Kalender
+ Position      property        no      Posisjon
+ power meter   property        no      Strømmåler
+ power meter list      property        no      Liste over strømmålere
+ power_meter   property        no      Strømmåler
+ power_meter id        property        no      Måler nr
+ price property        no      Pris
+ Print delivery        property        no      Skriv ut leveranse
+ Print invoice property        no      Skriv ut faktura
+ print view    property        no      Vis utskrift
+ priority key  property        no      Prioriteringsnøkkel
+ project definition    property        no      Arbeidsordre definisjon
+ Property      property        no      Eiendom / Objekt
  property list property        no      Liste over eiendommer
! property name property        no      Eiendoms Navn
! quantity      property        no      Mengde
! record        property        no      Post
! Remark        property        no      merknad
! Remark required       property        no      merknad obligatorisk
! request list  property        no      anmodninger
! request priority keys are updated     property        no      
Prioriteringsnøkkel er oppdatert
! request type attribute        property        no      tilleggsfelt
  requirement type      property        no      Behov/Pålegg-type
! residential environment       property        no      Bo-miljø
! Return to fm_wrkorder property        no      Retur til Arbeidsordre
! Return to property    property        no      Retur til Arbeidsordre
! rig addition  property        no      Rigg tillegg
! rows  property        no      Rader
! rs    property        no      RS
! safety        property        no      Sikkerhet
! Select        property        no      Velg
! select agreement      property        no      Velg avtale
! Select category       property        no      Velg Kategori
! Select customer       property        no      Velg Leverandør
! Select groups property        no      Velg Gruppe
! select part of town   property        no      Velg bydel
! Select per button !   property        no      Velg ved hjelp av knappen !
! select responsible    property        no      Velg ansvarlig
! Select tax for work hours     property        no      Angi mva for 
arbeidstimer
! Select users  property        no      Velg Bruker
! select vendor property        no      Velg leverandør
! Select workorder      property        no      Velg arbeidsordre
! Select your address   property        no      Angi din adresse
! select_all    property        no      Velg alle
! serious       property        no      Kraftig
! serious consequences  property        no      Store konsekvenser
! Short description     property        no      Kort beskrivelse
! Show calculated cost  property        no      Vis sum på utskrift
! small property        no      Liten
! standard description  property        no      NS 3420
! standard hours        property        no      Mal etter NS 3420
! Start date    property        no      Start dato
! Start time    property        no      Start tid
! Statistic     property        no      Statstikk
! Statistics    property        no      Statistikk
! Status        property        no      Status
! Street number property        no      GateNr
! street_number property        no      GateNr
! subject       property        no      Emne
! Sum   property        no      Sum
! sum of addition       property        no      Sum påslag
! sum of calculation    property        no      Sum kalkulasjon
! sum tax       property        no      sum mva
! sum total     property        no      Total sum
! Sum workunits property        no      Sum Arbeidsenheter
! supervisor    property        no      Saksbehandler
! task  property        no      Oppdrag
! tax   property        no      mva
! tax code      property        no      MVA kode
! Template      property        no      Mal
! text  property        no      Tekst
! that account id is not valid !        property        no      Ikke gyldig 
konto!
! That Activity ID has been used already !      property        no      Denne 
Aktivitet ID er allerede i bruk
! That Delivery ID has been used already !      property        no      Denne 
Leveranse ID er allerede i bruk
! that installation id has been used already !  property        no      Dette 
anleggsnummeret finnes allerede !
! That Invoice ID has been used already !       property        no      Denne 
Faktura ID er allerede i bruk
! There are no entries  property        no      Det finnes ingen poster
! this account is not valid:    property        no      Denne kontoen er ikke 
gyldig:
! this dim d is not valid:      property        no      Denne Dim D er ikke 
gyldig:
! this user has not defined an email address !  property        no      Denne 
brukeren har ikke definert en epost adresse !
! ticket        property        no      Melding
! tickets open x        property        no      Antall åpne: %1
! Tickets total x       property        no      Totalt %1
! Title property        no      Tittel
! to    property        no      Til
! to alter the priority key     property        no      Endre nøkkel
! to go back to the property index, click <a href= x >here</a>  property        
no      To go back to the tts index, click <a href="%1">here</a>
! ton   property        no      Tonn
! transfer      property        no      Overfør
! unit  property        no      Enhet
! Update        property        no      Oppdater
! Update delivery       property        no      Oppdater leveranse
! update email  property        no      Oppdater e-post
! Update invoice        property        no      Oppdater faktura
! Update workorder      property        no      Oppdater Arbeidsordre
! user  property        no      Bruker
! user gratification    property        no      Bruker tilfredsstillelse
! User statistic        property        no      Bruker statistikk
! User statistics       property        no      Bruker statistikker
! Username / Group      property        no      Brukernavn / Gruppe
! Vendor        property        no      Leverandør
! vendor fax    property        no      Leverandør fax
! vendor id     property        no      Lev ID
! vendors       property        no      Leverandør
! view all tickets      property        no      Vis alle meldinger
! View job      property        no      Vis arbeid
! view job detail       property        no      Vis detaljer
! view on one page      property        no      Vis på en side
! view only open tickets        property        no      Vis bare åpne meldinger
! view tender   property        no      Vis anbud
! View workorder        property        no      Vis arbeidsordre
! voucher       property        no      Bilag
! where to deliver the key      property        no      Nøkler leveres
! where to pick up the key      property        no      Nøkler hentes
! Work date     property        no      Arbeids dato
! work order    property        no      Arbeidsordre
! work order    property        no      Arbeidsordre
! Work time     property        no      Arbeids tid
! work:____________     property        no      Arbeid:____________
! Workorder     property        no      Arbeidsordre
! Workorder administration      property        no      FMArbeidsordre 
administrasjon
! Workorder billing     property        no      Arbeidsordre fakturering
! Workorder delivery    property        no      Arbeidsordre leveranse
! Workorder hours       property        no      Arbeidsordre timer
! Workorder ID  property        no      Arbeidsordre
! workorder is sent by email!   property        no      Arbeidsordre er sendt 
pr e-post!
! Workorder list        property        no      Arbeidsordre liste
! Workorder name        property        no      Arbeidsordre navn
! Workorder statistic   property        no      Arbeidsordre statistic
! Workorder statistics  property        no      Arbeidsordre statistikk
! Workorder x x has been added !        property        no      Workorder %1 %2 
er registert !
! Workorder x x has been updated !      property        no      Arbeidsordre %1 
%2 er oppdatert
! Workorders    property        no      Arbeidsordre
! Workorders archive    property        no      Arbeidsordre arkiv
! Workorders list       property        no      Arbeidsordre liste
! Workunit      property        no      Arbeidsenhet
! Workunits     property        no      Arbeids enhet
! worsening probability property        no      Sansynl for forverring
! You have entered an invalid delivery date !   property        no      Du har 
angitt en ugyldig leveranse dato
! You have entered an invalid end date !        property        no      Du har 
angitt en ugyldig slutt dato
! You have entered an invalid invoice date !    property        no      Du har 
angitt en ugyldig faktura dato
! You have entered an invalid start date !      property        no      Du har 
angitt en ugyldig start dato
! You have no customer selected !       property        no      Du har ikke 
valgt leverandør!
! You have to CREATE a delivery or invoice first !      property        no      
Du må GENERERE en leveranse eller faktura først





reply via email to

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