FCLT#59896: Core ondersteuning voor foto's/icons bij verschillende entiteiten.
svn path=/Database/trunk/; revision=46448
This commit is contained in:
@@ -1842,6 +1842,9 @@ FAC_LCL('lcl_res_goedkeur', 'Wilt u reservering {0} goedkeuren?', 'Do you want t
|
||||
FAC_LCL('lcl_res_reserved_objects', ' Voorziening(en)', ' Equipment')
|
||||
FAC_LCL('lcl_res_shown_res', 'Getoonde reserveringen', 'Reservations displayed')
|
||||
FAC_LCL('lcl_res_kenmerken', 'Reserveringskenmerken', 'Reservation properties')
|
||||
FAC_LCL('lcl_res_symbol_upload', 'Symbool Upload', 'Symbol Upload')
|
||||
FAC_LCL('lcl_res_symbol_name', 'Symboolnaam', 'Symbol name')
|
||||
FAC_LCL('lcl_res_browse_upload', 'Blader/Upload', 'Browse/Upload')
|
||||
FAC_LCL('lcl_deleted', 'Verwijderd', 'Deleted')
|
||||
FAC_LCL('lcl_config', 'Opstelling', 'Configuration')
|
||||
FAC_LCL('lcl_activity', 'Activiteit', 'Activity')
|
||||
@@ -2289,6 +2292,9 @@ FAC_LCL('lcl_bez_no_double_art', 'Kan artikel ''{0}'' niet toevoegen. Dubbel art
|
||||
FAC_LCL('lcl_bes_not_copy_articles', 'Artikelen met kenmerken worden niet gekopieerd.', 'Articles with properties are not copied.')
|
||||
FAC_LCL('lcl_bes_link_obj_type', 'Gekoppeld aan objectsoort', 'Related to object type')
|
||||
FAC_LCL('lcl_bes_notlinkedto_obj_type', 'Artikel is niet aan objectsoort gekoppeld.', 'Article is not linked to object type.')
|
||||
FAC_LCL('lcl_bes_symbol_upload', 'Symbool Upload', 'Symbol Upload')
|
||||
FAC_LCL('lcl_bes_symbol_name', 'Symboolnaam', 'Symbol name')
|
||||
FAC_LCL('lcl_bes_browse_upload', 'Blader/Upload', 'Browse/Upload')
|
||||
COMMIT;
|
||||
|
||||
FAC_LCL('lcl_bestelopdr_flags', 'Markering', 'Mark')
|
||||
@@ -2769,6 +2775,9 @@ FAC_LCL('lcl_cnt_fase_actief', 'Fase', 'Phase')
|
||||
FAC_LCL('lcl_cnt_contract_locked', 'Let op: dit contract is in bewerking ({1}) door {0}.', 'Please note: this contract is being edited ({1}) by {0}.')
|
||||
FAC_LCL('lcl_cnt_inf_opmerking_fiat', 'Reden', 'Reason')
|
||||
FAC_LCL('lcl_cnt_copy', 'Kopi<70>ren', 'Copy')
|
||||
FAC_LCL('lcl_cnt_symbol_upload', 'Symbool Upload', 'Symbol Upload')
|
||||
FAC_LCL('lcl_cnt_symbol_name', 'Symboolnaam', 'Symbol name')
|
||||
FAC_LCL('lcl_cnt_browse_upload', 'Blader/Upload', 'Browse/Upload')
|
||||
COMMIT;
|
||||
|
||||
FAC_LCL('lcl_cnt_service_name', 'Dienst', 'Service')
|
||||
@@ -4233,6 +4242,11 @@ FAC_LCL('lcl_ins_adapt', 'Bewerk', 'Adjust')
|
||||
FAC_LCL('lcl_ins_no_auth_change', 'Geen autorisatie voor het wijzigen van het object ', 'Not authorised to make adjustments to object ')
|
||||
FAC_LCL('lcl_ins_koppelobjects', 'Gerelateerde objecten', 'Related objects')
|
||||
FAC_LCL('lcl_ins_upload_foto', 'Objectfoto upload', 'Object Photo upload')
|
||||
FAC_LCL('lcl_ins_deel_image', 'Afbeelding', 'Image')
|
||||
FAC_LCL('lcl_ins_deel_image_upload', 'Afbeelding Upload', 'Image Upload')
|
||||
FAC_LCL('lcl_ins_symbol_upload', 'Symbool Upload', 'Symbol Upload')
|
||||
FAC_LCL('lcl_ins_symbol_name', 'Symboolnaam', 'Symbol name')
|
||||
FAC_LCL('lcl_ins_browse_upload', 'Blader/Upload', 'Browse/Upload')
|
||||
FAC_LCL('lcl_mld_opdr_number', 'Opdrachtnr', 'Order nr')
|
||||
FAC_LCL('lcl_mld_opdr_status', 'Opdrachtstatus', 'Order status')
|
||||
FAC_LCL('lcl_mld_meldinggroep', 'Meldinggroep', 'Call group')
|
||||
@@ -6459,6 +6473,9 @@ FAC_LCL('bgt_budgetmutatie_code_r', 'reserve', 'reserve')
|
||||
|
||||
|
||||
FAC_LCL('lcl_bgt', 'Budgetbeheer', 'Budget control')
|
||||
FAC_LCL('lcl_bgt_symbol_upload', 'Symbool Upload', 'Symbol Upload')
|
||||
FAC_LCL('lcl_bgt_symbol_name', 'Symboolnaam', 'Symbol name')
|
||||
FAC_LCL('lcl_bgt_browse_upload', 'Blader/Upload', 'Browse/Upload')
|
||||
FAC_LCL('lcl_menu_bgt_disciplines_1', '>', '>')
|
||||
FAC_LCL('lcl_menu_bgt_disciplines', 'Projecten', 'Projects')
|
||||
FAC_LCL('lcl_menu_bgt_account', 'Account', 'Account')
|
||||
|
||||
@@ -2525,6 +2525,7 @@ AS
|
||||
v_verantw_key2 alg_terreinsector.prs_perslid_key_verantw2%TYPE;
|
||||
v_srtterreinsector_key alg_terreinsector.alg_srtterreinsector_key%TYPE;
|
||||
v_ordernr alg_terreinsector.alg_terreinsector_ordernr%TYPE;
|
||||
v_image alg_terreinsector.alg_terreinsector_image%TYPE;
|
||||
v_vervaldatum alg_terreinsector.alg_terreinsector_vervaldatum%TYPE;
|
||||
BEGIN
|
||||
IF p_terreinsector_key IS NOT NULL
|
||||
@@ -2539,6 +2540,7 @@ AS
|
||||
prs_perslid_key_verantw2,
|
||||
alg_srtterreinsector_key,
|
||||
alg_terreinsector_ordernr,
|
||||
alg_terreinsector_image,
|
||||
alg_terreinsector_vervaldatum
|
||||
INTO v_omschrijving,
|
||||
v_code,
|
||||
@@ -2550,6 +2552,7 @@ AS
|
||||
v_verantw_key2,
|
||||
v_srtterreinsector_key,
|
||||
v_ordernr,
|
||||
v_image,
|
||||
v_vervaldatum
|
||||
FROM alg_terreinsector
|
||||
WHERE alg_terreinsector_key = p_terreinsector_key;
|
||||
@@ -2562,6 +2565,7 @@ AS
|
||||
createxmltagvalue ('oppervlak', v_oppervlak);
|
||||
createxmltagvalue ('omtrek', v_omtrek);
|
||||
createxmltagvalue ('ordernr', v_ordernr);
|
||||
createxmltagvalue ('image', v_image);
|
||||
mydatetochar ('vervaldatum', v_vervaldatum);
|
||||
create_alg_kenmerken (p_terreinsector_key, 'T');
|
||||
create_alg_srtterreinsec_node (v_srtterreinsector_key);
|
||||
@@ -2762,6 +2766,7 @@ AS
|
||||
v_werkdagen alg_gebouw.alg_gebouw_werkdagen%TYPE;
|
||||
v_verantw_key alg_gebouw.prs_perslid_key_verantw%TYPE;
|
||||
v_verantw_key2 alg_gebouw.prs_perslid_key_verantw2%TYPE;
|
||||
v_image alg_gebouw.alg_gebouw_image%TYPE;
|
||||
v_vervaldatum alg_gebouw.alg_gebouw_vervaldatum%TYPE;
|
||||
v_mjb_score1 alg_gebouw.alg_gebouw_mjb_score1%TYPE;
|
||||
|
||||
@@ -2795,6 +2800,7 @@ AS
|
||||
alg_gebouw_werkdagen,
|
||||
prs_perslid_key_verantw,
|
||||
prs_perslid_key_verantw2,
|
||||
alg_gebouw_image,
|
||||
alg_gebouw_vervaldatum,
|
||||
alg_gebouw_mjb_score1
|
||||
INTO v_naam,
|
||||
@@ -2817,6 +2823,7 @@ AS
|
||||
v_werkdagen,
|
||||
v_verantw_key,
|
||||
v_verantw_key2,
|
||||
v_image,
|
||||
v_vervaldatum,
|
||||
v_mjb_score1
|
||||
FROM alg_gebouw
|
||||
@@ -2862,6 +2869,7 @@ AS
|
||||
createxmltagvalue ('dwgy', v_dwgy);
|
||||
createxmltagvalue ('x', v_x);
|
||||
createxmltagvalue ('y', v_y);
|
||||
createxmltagvalue ('image', v_image);
|
||||
createxmltagvalue ('mjb_score1', v_mjb_score1);
|
||||
createclosetag ('gebouw');
|
||||
END IF;
|
||||
@@ -2893,6 +2901,7 @@ AS
|
||||
v_verantw_tel alg_locatie.alg_locatie_verantw_tel%TYPE;
|
||||
v_x alg_locatie.alg_locatie_x%TYPE;
|
||||
v_y alg_locatie.alg_locatie_y%TYPE;
|
||||
v_image alg_locatie.alg_locatie_image%TYPE;
|
||||
v_mjb_score1 alg_locatie.alg_locatie_mjb_score1%TYPE;
|
||||
v_vervaldatum alg_locatie.alg_locatie_vervaldatum%TYPE;
|
||||
CURSOR c1
|
||||
@@ -2928,6 +2937,7 @@ AS
|
||||
alg_locatie_verantw_tel,
|
||||
alg_locatie_x,
|
||||
alg_locatie_y,
|
||||
alg_locatie_image,
|
||||
alg_locatie_mjb_score1,
|
||||
alg_locatie_vervaldatum
|
||||
INTO v_code,
|
||||
@@ -2945,6 +2955,7 @@ AS
|
||||
v_verantw_tel,
|
||||
v_x,
|
||||
v_y,
|
||||
v_image,
|
||||
v_mjb_score1,
|
||||
v_vervaldatum
|
||||
FROM alg_locatie
|
||||
@@ -2996,6 +3007,7 @@ AS
|
||||
|
||||
createxmltagvalue ('x', v_x);
|
||||
createxmltagvalue ('y', v_y);
|
||||
createxmltagvalue ('image', v_image);
|
||||
createxmltagvalue ('mjb_score1', v_mjb_score1);
|
||||
mydatetochar ('vervaldatum', v_vervaldatum);
|
||||
createclosetag ('locatie');
|
||||
@@ -4434,6 +4446,7 @@ AS
|
||||
v_cnt ins_srtdiscipline.ins_srtdiscipline_cnt%TYPE;
|
||||
v_kostenklant ins_srtdiscipline.ins_srtdiscipline_kostenklant%TYPE;
|
||||
v_mldgroup ins_srtdiscipline.ins_srtdiscipline_mldgroup%TYPE;
|
||||
v_image ins_srtdiscipline.ins_srtdiscipline_image%TYPE;
|
||||
BEGIN
|
||||
IF p_key IS NOT NULL
|
||||
THEN
|
||||
@@ -4453,7 +4466,8 @@ AS
|
||||
ins_srtdiscipline_res,
|
||||
ins_srtdiscipline_cnt,
|
||||
ins_srtdiscipline_kostenklant,
|
||||
ins_srtdiscipline_mldgroup
|
||||
ins_srtdiscipline_mldgroup,
|
||||
ins_srtdiscipline_image
|
||||
INTO v_module,
|
||||
v_omschrijving,
|
||||
v_prefix,
|
||||
@@ -4465,7 +4479,8 @@ AS
|
||||
v_res,
|
||||
v_cnt,
|
||||
v_kostenklant,
|
||||
v_mldgroup
|
||||
v_mldgroup,
|
||||
v_image
|
||||
FROM ins_srtdiscipline
|
||||
WHERE ins_srtdiscipline_key = p_key;
|
||||
|
||||
@@ -4482,6 +4497,7 @@ AS
|
||||
createxmltagvalue ('cnt', v_cnt);
|
||||
createxmltagvalue ('kostenklant', v_kostenklant);
|
||||
createxmltagvalue ('mldgroup', v_mldgroup);
|
||||
createxmltagvalue ('image', v_image);
|
||||
createclosetag ('srtdiscipline');
|
||||
END IF;
|
||||
END;
|
||||
@@ -4612,6 +4628,7 @@ AS
|
||||
v_ins_srtdiscipline_key ins_tab_discipline.ins_srtdiscipline_key%TYPE;
|
||||
v_email ins_tab_discipline.ins_discipline_email%TYPE;
|
||||
v_code ins_tab_discipline.ins_discipline_code%TYPE;
|
||||
v_image ins_tab_discipline.ins_discipline_image%TYPE;
|
||||
BEGIN
|
||||
IF p_key IS NOT NULL
|
||||
THEN
|
||||
@@ -4626,14 +4643,16 @@ AS
|
||||
prs_kostensoort_key,
|
||||
ins_srtdiscipline_key,
|
||||
ins_discipline_email,
|
||||
ins_discipline_code
|
||||
ins_discipline_code,
|
||||
ins_discipline_image
|
||||
INTO v_module,
|
||||
v_omschrijving,
|
||||
v_min_level,
|
||||
v_prs_kostensoort_key,
|
||||
v_ins_srtdiscipline_key,
|
||||
v_email,
|
||||
v_code
|
||||
v_code,
|
||||
v_image
|
||||
FROM ins_tab_discipline
|
||||
WHERE ins_discipline_key = p_key;
|
||||
|
||||
@@ -4643,6 +4662,7 @@ AS
|
||||
createxmltagvalue ('min_level', v_min_level);
|
||||
createxmltagvalue ('email', v_email);
|
||||
createxmltagvalue ('code', v_code);
|
||||
createxmltagvalue ('image', v_image);
|
||||
|
||||
IF v_ins_srtdiscipline_key IS NOT NULL
|
||||
THEN
|
||||
|
||||
@@ -141,6 +141,7 @@ DEFINE_SETTING('FAC', 0000, 'WEB_FACTAB', 'tempfilespath'
|
||||
|
||||
DEFINE_SETTING('ALG', 0001, 'WEB_FACTAB', 'alg_ruimtenr_aut_use' , 'number' , '0' , 'WEB_ALGUSE may change alg_ruimte_nr/omschrijving {0=WEB_ALGMAN required | 1=WEB_ALGUSE allowed too}')
|
||||
DEFINE_SETTING('BES', 0001, 'WEB_FACTAB', 'bes_image_path' , 'string' , NULL , 'path to folder storing bes_srtdeel pictures')
|
||||
DEFINE_SETTING('BES', 0001, 'WEB_FACTAB', 'besd_image_path' , 'string' , NULL , 'path to folder storing bes discipline pictures')
|
||||
DEFINE_SETTING('BEZ', 0001, 'WEB_FACTAB', 'vis_afspraak_host_uses_keys' , 'number' , '0' , 'the field "Bezoek voor" is a listbox (1 = true) otherwise a textfield (0 or 2 for required). INITIEEL INRICHTEN (BEZ-tabellen leeg)!')
|
||||
DEFINE_SETTING('BEZ', 0001, 'WEB_FACTAB', 'vis_afspraak_onrgoed_uses_keys' , 'number' , '0' , 'listboxes location until room instead of only a room text field; INITIEEL INRICHTEN (BEZ-tabellen leeg)!')
|
||||
DEFINE_SETTING('BEZ', 0001, 'WEB_FACTAB', 'vis_afspraak_tel_required' , 'number' , '2' , '0=optional with value, 1=required with value, 2=optional and empty, 3=required and empty')
|
||||
@@ -148,6 +149,7 @@ DEFINE_SETTING('BEZ', 0001, 'WEB_FACTAB', 'vis_park_image'
|
||||
DEFINE_SETTING('BEZ', 0001, 'WEB_FACTAB', 'vis_parking_key' , 'number' , '-1' , 'Catalog key (res_discipline_key) for Parking places')
|
||||
DEFINE_SETTING('BEZ', 0001, 'WEB_PRSSYS', 'vis_fobo_default_locatie_empty' , 'boolean' , 'false' , 'No auto fill location when selecting host for new appointment back/front-office')
|
||||
DEFINE_SETTING('BGT', 0001, 'WEB_FACTAB', 'bgt_enabled' , 'number' , '0' , 'Is Facilitor Budgetting module (BGT) available {0 | 1}')
|
||||
DEFINE_SETTING('BGT', 0001, 'WEB_FACTAB', 'bgtd_image_path' , 'string' , NULL , 'path to folder storing bgt discipline pictures')
|
||||
DEFINE_SETTING('CAD', 0001, 'WEB_FACTAB', 'fg_ThemaAlpha' , 'number' , '224' , 'Default roomcontour transparancy. 255==solid!')
|
||||
DEFINE_SETTING('CAD', 0001, 'WEB_FACTAB', 'fg_WPScale' , 'float' , '1' , 'Schaal voor werkplek symbolen tov 1.0')
|
||||
DEFINE_SETTING('CAD', 0001, 'WEB_FACTAB', 'fg_antialias' , 'number' , '2' , 'Antialias, 1=off, 2=pleasant, 4=slower')
|
||||
@@ -158,6 +160,7 @@ DEFINE_SETTING('CAD', 0001, 'WEB_FACTAB', 'fg_maximize'
|
||||
DEFINE_SETTING('CAD', 0001, 'WEB_FACTAB', 'fg_startBuiten' , 'boolean' , 'false' , 'Bij binnenkomst van FGII buiten/terrein-situatie tonen')
|
||||
DEFINE_SETTING('CAD', 0001, 'WEB_FACTAB', 'fg_translateprintcolor' , 'json' , '[]' , 'Kleurvertalingen bij printen')
|
||||
DEFINE_SETTING('CNT', 0001, 'WEB_FACTAB', 'cnt_srttype_rental' , 'number' , '2' , 'cnt_srtcontract_type of room rental contract type')
|
||||
DEFINE_SETTING('CNT', 0001, 'WEB_FACTAB', 'cntd_image_path' , 'string' , NULL , 'path to folder storing cnt discipline pictures')
|
||||
DEFINE_SETTING('FAC', 0001, 'WEB_FACTAB', 'NotifyMessageInterval' , 'number' , '0' , 'time (seconds) between NotifyMessage.asp [=Check for popups] refreshes. 0=disable')
|
||||
DEFINE_SETTING('FAC', 0001, 'WEB_FACTAB', 'PerformInterval' , 'number' , '0' , 'time (seconds) between shared/performancetester.asp refreshes 0=disable')
|
||||
DEFINE_SETTING('FAC', 0001, 'WEB_FACTAB', 'allow_framed_facilitor' , 'boolean' , 'false' , 'Is it allowed to use FACILITOR in an (i)frame?')
|
||||
@@ -233,6 +236,7 @@ DEFINE_SETTING('FIN', 0001, 'WEB_FACTAB', 'fin_defaultboekmaand'
|
||||
DEFINE_SETTING('INS', 0001, 'WEB_FACTAB', 'cnd_gebreken_srtdisc_key' , 'number' , '-1' , 'Key of the mld_srtdiscipline of the condition measurement calls')
|
||||
DEFINE_SETTING('INS', 0001, 'WEB_FACTAB', 'ins_history' , 'string' , '1' , 'historymode for flexproperties {0 | 1}')
|
||||
DEFINE_SETTING('INS', 0001, 'WEB_FACTAB', 'ins_image_path' , 'string' , NULL , 'path to folder storing ins_srtdeel pictures')
|
||||
DEFINE_SETTING('INS', 0001, 'WEB_FACTAB', 'insd_image_path' , 'string' , NULL , 'path to folder storing ins discipline pictures')
|
||||
DEFINE_SETTING('INS', 0001, 'WEB_FACTAB', 'ins_score_enabled' , 'number' , '0' , 'Is conditie meting aanwezig {0 | 1}')
|
||||
DEFINE_SETTING('INS', 0001, 'WEB_FACTAB', 'inspect_enabled' , 'number' , '0' , 'Is FACILITOR Inspect available {0 | 1} (future use)')
|
||||
DEFINE_SETTING('INS', 0001, 'WEB_FACTAB', 'mjb_show_srt_with_tasks' , 'number' , '0' , 'Show "Object type", "Object group ", "Discipline" columns in the MJOB console at grouping "Tasks" {0=no | 1=yes}')
|
||||
@@ -246,6 +250,8 @@ DEFINE_SETTING('MLD', 0001, 'WEB_FACTAB', 'mld_ordermaterial_frame'
|
||||
DEFINE_SETTING('MLD', 0001, 'WEB_FACTAB', 'mld_ordermaterial_editable' , 'boolean' , 'true' , 'ordermaterials can be edited (true) or are always readonly/remotely managed (false)')
|
||||
DEFINE_SETTING('MLD', 0001, 'WEB_FACTAB', 'mld_reply_subject_regexp' , 'string' , '[[:alpha:]]*[[:digit:]]{3,}' , 'The regexp for recognizing reply melding numbers (future use)')
|
||||
DEFINE_SETTING('MLD', 0001, 'WEB_FACTAB', 'mlds_image_path' , 'string' , NULL , 'path to folder storing stdmelding symbols pictures')
|
||||
DEFINE_SETTING('MLD', 0001, 'WEB_FACTAB', 'mldd_image_path' , 'string' , NULL , 'path to folder storing mld discipline pictures')
|
||||
DEFINE_SETTING('MLD', 0001, 'WEB_FACTAB', 'mldsd_image_path' , 'string' , NULL , 'path to folder storing mld srtdiscipline pictures')
|
||||
DEFINE_SETTING('MRK', 0001, 'WEB_FACTAB', 'mrk_image_path' , 'string' , NULL , 'path to folder storing marketplace pictures')
|
||||
DEFINE_SETTING('PHB', 0001, 'WEB_FACTAB', 'ph_cust_flexsearch_key' , 'number' , '-1' , 'custom flexsearchfield for phonebook. Must be ''Suggest'' type!')
|
||||
DEFINE_SETTING('PHB', 0001, 'WEB_FACTAB', 'ph_persliddetails_page' , 'string' , 'appl/fac/fac_user_info_phone.asp', NULL)
|
||||
@@ -254,18 +260,21 @@ DEFINE_SETTING('PHB', 0001, 'WEB_FACTAB', 'prs_image_path'
|
||||
DEFINE_SETTING('PHB', 0001, 'WEB_FACTAB', 'prs_ph_bedrijf' , 'number' , '1' , 'Bedrijven selectbox aanwezig in informatiegids overzichtscherm {0=no | 1=yes (default)}')
|
||||
DEFINE_SETTING('PHB', 0001, 'WEB_FACTAB', 'prs_photo_kenmerk_key' , 'number' , '-1' , 'PRS_KENMERK_KEY of property Person picture tonen Ja/Nee')
|
||||
DEFINE_SETTING('PHB', 0001, 'WEB_FACTAB', 'prs_photo_kenmerk_showval' , 'string' , '-1' , 'PRS_KENMERK_WAARDE indicating ''Yes''')
|
||||
DEFINE_SETTING('PRS', 0001, 'WEB_FACTAB', 'badgenum_kenmerk_key' , 'number' , '-1' , 'DEPRECATED prs_kenmerk_key of badgenumber flexprop')
|
||||
DEFINE_SETTING('PRS', 0001, 'WEB_FACTAB', 'badgenum_kenmerK_key' , 'number' , '-1' , 'DEPRECATED prs_kenmerk_key of badgenumber flexprop')
|
||||
DEFINE_SETTING('PRS', 0001, 'WEB_FACTAB', 'prs_dep_all' , 'boolean' , 'false' , 'allow attaching persons on all department level { true | false }')
|
||||
DEFINE_SETTING('PRS', 0001, 'WEB_FACTAB', 'prs_max_dep_level' , 'number' , '2' , 'number of levels between prs_bedijf and prs_perslid (max = 5)')
|
||||
DEFINE_SETTING('PRS', 0001, 'WEB_FACTAB', 'prs_mgt_edit_login' , 'boolean' , 'false' , 'WEB_FACMGT may change login')
|
||||
DEFINE_SETTING('PRS', 0001, 'WEB_FACTAB', 'prs_werkplek_implicit' , 'number' , '0' , 'Are workplaces treated as separate entitities (0) or implicitly/invisible used in person-room relations(1)')
|
||||
DEFINE_SETTING('RES', 0001, 'WEB_FACTAB', 'res_image_path' , 'string' , NULL , 'path to folder storing res_ruimte pictures')
|
||||
DEFINE_SETTING('RES', 0001, 'WEB_FACTAB', 'resd_image_path' , 'string' , NULL , 'path to folder storing res discipline pictures')
|
||||
DEFINE_SETTING('RES', 0001, 'WEB_FACTAB', 'res_pda_deel_times' , 'array' , '15,30,60,120,240' , 'Mobile poposed reservation times for objects')
|
||||
DEFINE_SETTING('RES', 0001, 'WEB_FACTAB', 'res_pda_room_times' , 'array' , '30,60,120' , 'Mobile proposed reservation times for rooms')
|
||||
|
||||
DEFINE_SETTING('ALG', 0001, 'WEB_PRSSYS', 'alg_fg_remote_maps' , 'string' , '' , 'API Key. if not empty use Google Maps for locations en buildings in FACILITOR Graphics')
|
||||
DEFINE_SETTING('ALG', 0001, 'WEB_PRSSYS', 'alg_flexcolumns' , 'number' , '2' , 'number of flexcolumns for ALG [1|2]')
|
||||
DEFINE_SETTING('ALG', 0001, 'WEB_PRSSYS', 'alg_onrgoed_recent' , 'number' , '60' , 'Tijdsinterval voor de recente onroerendgoed wijzigingen in minuten')
|
||||
DEFINE_SETTING('ALG', 0001, 'WEB_FACTAB', 'alg_image_path' , 'string' , NULL , 'path to folder storing alg pictures')
|
||||
DEFINE_SETTING('ALG', 0001, 'WEB_PRSSYS', 'alg_photo_size' , 'string' , 'r512x512' , 'Resize uploads to this maximum ALG photo size. Ex: r200x150')
|
||||
DEFINE_SETTING('ALG', 0001, 'WEB_PRSSYS', 'fg_maps_distance_apikey' , 'string' , '' , 'API Key for Google Maps distance API requests')
|
||||
DEFINE_SETTING('BES', 0001, 'WEB_PRSSYS', 'bes_afleverruimte_verplicht' , 'number' , '0' , 'Afleverruimte visable and/or required {0=visable and not required (default) | 1=visable and required | 2=not visable and not required}')
|
||||
DEFINE_SETTING('BES', 0001, 'WEB_PRSSYS', 'bes_approval_all' , 'number' , '0' , 'Goedkeuring bestelling vereist t.o.v. eerstvolgende limiet (=0 default) of t.o.v. totale kosten (in <20><>n keer)(=1)')
|
||||
@@ -330,6 +339,7 @@ DEFINE_SETTING('BEZ', 0001, 'WEB_PRSSYS', 'vis_user_history'
|
||||
DEFINE_SETTING('BEZ', 0001, 'WEB_PRSSYS', 'vis_warning_limit' , 'string' , '-1' , 'After this time, show alert when visitor reservation is for the next day after this day, which is actually too late (-1 = geen tijdswaarde, format = 16:00)')
|
||||
DEFINE_SETTING('BGT', 0001, 'WEB_PRSSYS', 'bgt_extra_report_param' , 'boolean' , 'false' , 'Extra parameter aan xml toevoegen waarop niet gefilterd wordt')
|
||||
DEFINE_SETTING('BGT', 0001, 'WEB_PRSSYS', 'bgt_usrtab_vaste_factuurnummer' , 'string' , '' , 'Naam van usertable waarin de standaard (niet unieke) factuurnummers in staan')
|
||||
DEFINE_SETTING('BGT', 0001, 'WEB_PRSSYS', 'bgt_photo_size' , 'string' , 'r512x512' , 'Resize uploads to this maximum BGT photo size. Ex: r200x150')
|
||||
DEFINE_SETTING('CAD', 0001, 'WEB_PRSSYS', 'fg_areaThreshold' , 'number' , '7000100' , 'Bij kleiner oppervlakte dunnere contour en kleiner label')
|
||||
DEFINE_SETTING('CAD', 0001, 'WEB_PRSSYS', 'fg_bitmapsymbolsize' , 'number' , '1000' , 'Symbool hoogte bitmap symbolen.')
|
||||
DEFINE_SETTING('CAD', 0001, 'WEB_PRSSYS', 'fg_contourColor' , 'number' , '65280' , 'Default roomcontour coloring')
|
||||
@@ -374,6 +384,7 @@ DEFINE_SETTING('CNT', 0001, 'WEB_PRSSYS', 'cnt_internalnr_readonly'
|
||||
DEFINE_SETTING('CNT', 0001, 'WEB_PRSSYS', 'cnt_rappel_abonnement' , 'number' , '3' , 'Rappel termijn van een abonnement contract')
|
||||
DEFINE_SETTING('CNT', 0001, 'WEB_PRSSYS', 'cnt_scopeverdeling' , 'number' , '0' , '0|1, cost distribution by scope weights 0=relative weight, 1=absolute amount')
|
||||
DEFINE_SETTING('CNT', 0001, 'WEB_PRSSYS', 'cnt_with_mld' , 'number' , '0' , 'Contract kan meldingen hebben {0=Nee (default) | 1=Ja}')
|
||||
DEFINE_SETTING('CNT', 0001, 'WEB_PRSSYS', 'cnt_photo_size' , 'string' , 'r512x512' , 'Resize uploads to this maximum CNT photo size. Ex: r200x150')
|
||||
DEFINE_SETTING('CNT', 0001, 'WEB_PRSSYS', 'cntuse_can_edit_datum' , 'boolean' , 'false' , 'can cntuse edit datum')
|
||||
DEFINE_SETTING('FAC', 0001, 'WEB_PRSSYS', 'ProxyServerIPAddress' , 'string' , NULL , 'For webserver to reach outside world')
|
||||
DEFINE_SETTING('FAC', 0001, 'WEB_PRSSYS', 'ReplyAddress' , 'string' , '' , 'ReplyTo Address when e-mailing manually')
|
||||
|
||||
Reference in New Issue
Block a user