FSN#29727: INS Inspecties: gebruiksvriendelijke interface weergave voor bits.
svn path=/Database/trunk/; revision=21921
This commit is contained in:
@@ -478,10 +478,13 @@ FACXSL_LCL('lcl_ins_controle_bits', 'Bits', 'Binaries', 'Bin
|
||||
FACXSL_LCL('lcl_ins_controle_period_fronttext', 'Elke ', 'Every ', 'Alle ', 'Chaque ')
|
||||
FACXSL_LCL('lcl_ins_controle_period_rearhour', ' uur/uren', ' hour(s)', ' Stunde(n)', ' heure(s)')
|
||||
FACXSL_LCL('lcl_ins_controle_period_rearday', ' dag(en)', ' day(s)', ' Tage(n)', ' jour(s)')
|
||||
FACXSL_LCL('lcl_ins_controle_period_rearweek', ' week/weken op de', ' week(s) on the', ' Woche(n) am', ' semaine(s) le')
|
||||
FACXSL_LCL('lcl_ins_controle_period_rearmonth', ' maand(en) op de', ' month(s) on the', ' Monat(e) am', ' mois le')
|
||||
FACXSL_LCL('lcl_ins_controle_period_rearyear', ' jaar/jaren in', ' year(s) in', ' Jahr(e) im', ' an(s) en')
|
||||
FACXSL_LCL('lcl_ins_controle_period_rearweek', ' week/weken', ' week(s) ', ' Woche(n)', ' semaine(s)')
|
||||
FACXSL_LCL('lcl_ins_controle_period_rearmonth', ' maand(en)', ' month(s)', ' Monat(e)', ' mois')
|
||||
FACXSL_LCL('lcl_ins_controle_period_rearyear', ' jaar/jaren', ' year(s)', ' Jahr(e)', ' an(s)')
|
||||
FACXSL_LCL('lcl_ins_controle_period_ofthemonth', ' van de maand', ' of the month', ' des Monats', ' du mois')
|
||||
FACXSL_LCL('lcl_ins_controle_period_rearweekon', ' week/weken op de', ' week(s) on the', ' Woche(n) am', ' semaine(s) le')
|
||||
FACXSL_LCL('lcl_ins_controle_period_rearmonthon', ' maand(en) op de', ' month(s) on the', ' Monat(e) am', ' mois le')
|
||||
FACXSL_LCL('lcl_ins_controle_period_rearyearin', ' jaar/jaren in', ' year(s) in', ' Jahr(e) im', ' an(s) en')
|
||||
FACXSL_LCL('lcl_ins_controle_groep', 'Groep', 'Group', 'Gruppe', 'Groupe')
|
||||
FACXSL_LCL('lcl_ins_controle_not_future', 'Controledatum mag niet in de toekomst liggen!', 'Control date cannot be in the future!', 'Kontrolldatum darf sich nicht in der Zukunft befinden!', 'Date de contr<74>le ne peut pas <20>tre <20> l''avenir!')
|
||||
FACXSL_LCL('lcl_ins_controle_not_past', 'Controledatum mag niet in het verleden liggen!', 'Control date cannot be in the past!', 'Kontrolldatum darf sich nicht in der Vergangenheit befinden!', 'Date de contr<74>le ne peut pas <20>tre <20> le pass<73>!')
|
||||
|
||||
@@ -404,7 +404,7 @@ CREATE_TABLE(ins_srtcontrole, 0)
|
||||
NUMBER(1)
|
||||
DEFAULT(1),
|
||||
ins_srtcontrole_bits // details, afhankelijk van de mode (mag best null zijn)
|
||||
NUMBER(3),
|
||||
NUMBER(4),
|
||||
ins_srtcontrole_mode // 0=moment-modus of 1=interval-modus
|
||||
NUMBER(1)
|
||||
DEFAULT(1)
|
||||
@@ -453,7 +453,7 @@ CREATE_TABLE(ins_srtcontroledl_xcp, 0)
|
||||
ins_srtcontroledl_xcp_eenheid // 0=uurlijks, 1=dagelijks, 2=wekelijk, 3=maandelijk, 4=jaarlijks
|
||||
NUMBER(3),
|
||||
ins_srtcontroledl_xcp_bits // details, afhankelijk van de mode (mag best null zijn)
|
||||
NUMBER(3),
|
||||
NUMBER(4),
|
||||
ins_srtcontroledl_xcp_groep // Vrijblijvende categorisering voor groepering in rapportages
|
||||
VARCHAR2(60)
|
||||
);
|
||||
|
||||
@@ -305,7 +305,7 @@ ALTER TABLE fac_imp_catalogus ADD ins_srtdeel_opmerking VARCHAR2(2000);
|
||||
ALTER TABLE ins_srtcontrole MODIFY ins_srtcontrole_periode NUMBER(6,2);
|
||||
ALTER TABLE ins_srtcontrole ADD ins_srtcontrole_eenheid NUMBER(1) DEFAULT(1)
|
||||
NOT_NULL(ins_srtcontrole_eenheid, ins_c_ins_srtcontrole_eenh);
|
||||
ALTER TABLE ins_srtcontrole ADD ins_srtcontrole_bits NUMBER(3);
|
||||
ALTER TABLE ins_srtcontrole ADD ins_srtcontrole_bits NUMBER(4);
|
||||
ALTER TABLE ins_srtcontrole ADD ins_srtcontrole_mode NUMBER(1) DEFAULT(1)
|
||||
NOT_NULL(ins_srtcontrole_mode, ins_c_ins_srtcontrole_mode);
|
||||
ALTER TABLE ins_controlemode ADD ins_controlemode_success
|
||||
@@ -339,7 +339,7 @@ CREATE_TABLE(ins_srtcontroledl_xcp, 0)
|
||||
ins_srtcontroledl_xcp_eenheid // 0=uurlijks, 1=dagelijks, 2=wekelijk, 3=maandelijk, 4=jaarlijks
|
||||
NUMBER(3),
|
||||
ins_srtcontroledl_xcp_bits // details, afhankelijk van de mode (mag best null zijn)
|
||||
NUMBER(3),
|
||||
NUMBER(4),
|
||||
ins_srtcontroledl_xcp_groep // Vrijblijvende categorisering voor groepering in rapportages
|
||||
VARCHAR2(60)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user