BAMG#71612 Locaties, wel reservering geen melding
svn path=/Database/trunk/; revision=55647
This commit is contained in:
@@ -370,6 +370,11 @@ CREATE_TABLE(alg_gebouw,0)
|
||||
DEFAULT 1
|
||||
CONSTRAINT alg_c_alg_gebouw_bez CHECK(alg_gebouw_bez IS NULL
|
||||
OR alg_gebouw_bez = 1),
|
||||
alg_gebouw_mld
|
||||
NUMBER(1)
|
||||
DEFAULT(1)
|
||||
CONSTRAINT alg_c_alg_gebouw_mld CHECK(alg_gebouw_mld IS NULL
|
||||
OR alg_gebouw_mld = 1),
|
||||
alg_gebouw_email
|
||||
VARCHAR2(200),
|
||||
alg_gebouw_vervaldatum
|
||||
|
||||
@@ -1054,6 +1054,7 @@ FAC_LCL('lcl_optie', 'Optie', 'Option')
|
||||
FAC_LCL('lcl_optie_own', 'Van mij (optie)', 'Mine (option)')
|
||||
FAC_LCL('lcl_blokkade', 'Geblokkeerd', 'Blocked')
|
||||
FAC_LCL('lcl_vervallen', 'Vervallen', 'Expired')
|
||||
FAC_LCL('lcl_afgemeld', 'Afgemeld', 'Closed')
|
||||
FAC_LCL('lcl_niet_beschikbaar', 'Niet beschikbaar', 'Not Available')
|
||||
FAC_LCL('lcl_dirty', 'Ongeldig', 'Invalid')
|
||||
FAC_LCL('lcl_ins_del_srtdeel', 'Weet u zeker dat u dit objectsoort wil verwijderen?', 'Are you sure you want to delete this object type?')
|
||||
@@ -3278,6 +3279,7 @@ FAC_LCL('lcl_estate_gebouw_toon_email', 'E-mail van bezoeker', 'E-mail for visit
|
||||
FAC_LCL('lcl_estate_gebouw_toonkentLOV', '0;Niet registreren;1;Optioneel;2;Verplicht bij parkeerplaats;3;Verplicht', '0;No;1;Optional;2;Only if parking place;3;Required')
|
||||
FAC_LCL('lcl_estate_gebouw_toon_kenteken', 'Kenteken van bezoeker', 'License plate for visitor')
|
||||
FAC_LCL('lcl_estate_gebouw_groepkenmerk', 'Groeperingskenmerk', 'Grouping attribute')
|
||||
FAC_LCL('lcl_estate_gebouw_mld', 'Meldingregistratie', 'Call registration')
|
||||
|
||||
FAC_LCL('lcl_estate_verdieping_title', 'Verdiepingsoverzicht', 'Floor list')
|
||||
FAC_LCL('lcl_estate_verdieping_man_descr', 'Verdieping', 'Floor')
|
||||
|
||||
@@ -198,6 +198,13 @@ ALTER TABLE prs_bedrijf_bedrijf ADD
|
||||
, prs_bedrijf_bedrijf_account2 VARCHAR2(60)
|
||||
);
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////////////////// BAMG#71612
|
||||
ALTER TABLE alg_gebouw
|
||||
ADD (alg_gebouw_mld NUMBER(1) DEFAULT(1)
|
||||
CONSTRAINT alg_c_alg_gebouw_mld CHECK(alg_gebouw_mld IS NULL
|
||||
OR alg_gebouw_mld = 1)
|
||||
);
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////////////////// FCLT#00000
|
||||
|
||||
REGISTERONCE('$Id$')
|
||||
|
||||
Reference in New Issue
Block a user