blob: d0d01fd08ccc0180b5377e612490084288a4f4df [file] [log] [blame]
Aharoni, Pavel (pa0916)ca3cb012018-10-22 15:29:57 +03001##C## Mention the name of the framework. At present RAPTOR supports FUSION
2system=fusion
3##C## Determines the priority for the debug message.
4debug_level=5
5##C## Determines the number of records can be downloaded in excel when you select "download all" option.
6download_limit=65000
7csv_download_limit=10
8##C## Determines the number of records to be displayed in a single page.
9default_page_size=50
10##C## Determines the list size in the form field.
11form_fields_list_size=99000
12##C## Determines the scheduler interval
13#scheduler_interval=0 => disabled
14scheduler_interval=0
15##C## System Name
16system_name=RAPTOR
17##C## This is used for Bread crumbs.
18base_title=ANALYSIS
19##C## whether to allow SQL-based report definition (security risk); super users are always allowed to create SQL-based reports
20allow_sql_based_reports=yes
21##C## Determines whether to include disclaimer page at the bottom of each screen
22show_disclaimer=yes
23disclaimer_positioned_top_in_csvexcel=yes
24##C## Determines whether to display the form page as a separate page before running the report
25display_form_before_run=yes
26##C## Determines whether to include the form page on the report data page
27include_form_with_data=yes
28##C## Determines whether to cache chart data in the session => faster re-display if the data volume does not get too large
29cache_chart_data=yes
30##C## Determines whether to cache report data for the currently displayed page in the session => faster re-display
31 ##C## if the data volume does not get too large
32cache_cur_page_data=yes
33##C## Determines Chart width
34default_chart_width=700
35##C## Determines Chart height
36default_chart_height=420
37##C## Determines whether to permit report deletion only by report owner or by everyone with "write" access
38delete_only_by_owner=no
39##C## Determines whether to log each report execution and update time and user ID
40enable_report_log=yes
41##C## Determines whether to cache user roles info in memory (saves many DB reads, but does not account for roles
42 ##C## assigned after the cache was loaded)
43cache_user_roles=yes
44##C## Determines whether to convert month formats (e.g. MM/YYYY) to the last day of the month (true) or
45 ##C## first day (false) - like 12/2003 is converted to either 12/31/2003 or 12/01/2003
46month_format_use_last_day=no
47##C## Determines whether to print the report title in the download files
48print_title_in_download=yes
49##C## Determines whether to show report description when the report is run and in the quick links
50show_descr_at_runtime=no
51##C## Determines whether to skip labels on the Line chart axis when they overlap
52#DEPRECATED skip_chart_labels_to_fit=no
53##C## Determines whether to show chart types that are purpose and/or data specific
54show_nonstandard_charts=yes
55##C## Determines whether to allow the user to change the chart type at runtime
56allow_runtime_chart_sel=yes
57##C## Determines whether to display the report title as chart title as well
58display_chart_title=yes
59##C## Determines whether to merge/blank multi-level row headings in cross-tab report
60merge_crosstab_row_headings=yes
61##C## Determines whether to display chart when displaying the report at first or just a "Show Chart" button
62display_chart_by_default=yes
63##C## Determines whether to print the form field values in the download files
64print_params_in_download=yes
65##C## Determines the limitation to the characters in chart label.
66skip_chart_labels_limit=30
67##C## Determines whether to users with read-only rights for a report can copy it
68can_copy_on_read_only=yes
69##C## Determines the no of decimals to be displayed in Totals column
70#max_decimals_on_totals=-1 => don't truncate, display all decimal digits
71max_decimals_on_totals=2
72##C## Determines which JFreeChart to use.
73jfree_version=latest
74#jfree_version=0.9.11
75# Added this restriction so that heavily used system which contain
76# more than 1000 users can enable this feature not to display whole
77# users in the drop down menu
78display_all_users=yes
79##Sheet name
80sheet_name=raptor
81#shell_script_name=/home/sundar/test.sh
82#download_query_folder=/titan/PROJECT3/RAPTOR/raptor/dwnld/query/
83## this directory is mentioned if the flat file is downloaded using shell script
84shell_script_dir=/titan/PROJECT3/RAPTOR/raptor/dwnld/
85flat_file_lower_limit=1
86flat_file_upper_limit=200000
87## whatever request mentioned here would be parsed in sql and request parameter would be filled
88request_get_params=isEmbedded
89print_footer_in_download=yes
90## footer mentioned here appears in downloaded excel
91footer_first_line=AT&T Proprietary
92footer_second_line=Use Pursuant to Company Instructions
93## to run report in popup window
94report_in_popup_window=yes
95## to run each report in new popup window if the above is selected
96popup_in_new_window=yes
97## "Yes" allows the request param to be passed to the drill down report
98pass_request_param_in_drilldown=yes
99## Show PDF download icon
100show_pdf_download=yes
101# Show Folder Tree
102show_folder_tree=no
103#Show folder tree only for Admin Users
104show_folder_tree_only_to_admin_users=no
105#folder tree should be minimized
106folder_tree_minimized=yes
107## whatever session mentioned here would be parsed in sql and session parameter would be filled
108session_params=login_id
109display_formfield_info=yes
110customize_formfield_info=yes
111#schedule limit for end users
112schedule_limit=10
113# customized query if you need any restrictions for schedule and security tab for fusion
114#schedule_custom_query_for_users=getAllUsersByCustomer
115#schedule_custom_query_for_roles=getAllRolesByCustomer
116# customized query if you need any restrictions for schedule and security tab for prisms example
117#schedule_custom_query_for_users=SELECT au.user_id, au.first_name||' '||au.last_name user_name FROM app_user au order by 2
118schedule_custom_query_for_users=SELECT au.user_id id, au.first_name||' '||au.last_name name FROM app_user au where user_id = 1 order by 2
119#schedule_custom_query_for_roles=SELECT ar.role_id, ar.descr role_name FROM app_role ar order by 2
120schedule_date_pattern=MM/dd/yyyy hh:mm:ss a
121## This is used to display in right format in chart timestamp axis as we give in the sql
122#chart_yearly_format=yyyy
123#chart_monthly_format=MMM-yyyy
124chart_daily_format=MM/dd/yyyy
125chart_hourly_format=MM/dd HH
126#chart_minute_format=HH:mm
127chart_minute_format=MM-dd-yyyy-HH:mm
128#chart_second_format=HH:mm:ss
129chart_second_format=MM-dd-yyyy
130#chart_millisecond_format=HH:mm:ss.S
131schedule_help_text=This form is used to schedule a specific Reporting Platform report to be delivered to one or more email addresses associated with your Company's Business Direct user logins. Note that report output delivered via email does not include the capability to drill down/back up to additional data levels. So, select the appropriate data level report for the scheduled report. View the status of scheduled report requests in the My Schedules menu item.
132use_loginid_in_schedYN=Y
133session_params_for_scheduling=login_id
134session_date_formfield_auto_incr=yes
135display_session_param_pdfexcel=login_id;Login Id
136session_params_for_displaying_in_scheduling=login_id;Login Id
137application_server=tomcat
138#gmap properties
139gmap_key=ABQIAAAAToJSSetKBMjBJx8MiRw4ghQiU0SbbKnm8C5eu25cpyLwgkLzyRShrQTbgZtqnKAqZU9JwcSq1bKwiA
140PROJECT-FOLDER=/Users/sundar/git/st_quantum/quantum/target/quantum-1.0
141#
142MARKET-SHAPEFILE-FOLDER=resources/files
143# output folder for files generated on server side
144OUTPUT-FOLDER=resources/temp
145# tile size in pixel
146TILE-SIZE=256
147#check if map is disabled or not
148map_allowed=Y
149max_drilldown_level=2
150admin_role_equiv_to_super_role=N
151show_loading_during_formfield_chain=Y
152show_print_icon=N
153globally_nowrap=N
154calendar_output_date_format=MM/dd/yyyy
155memory_threshold_percentage=99
156print_params_in_csv_download=yes
157notitle_in_dashboard=yes
158generate_store_sched_reports=yes
159show_excel_2007_download=yes
160print_excel_in_landscape=yes
161show_animated_chart_option=yes
162show_animated_chart_only=no
163adjust_content_based_on_height=yes
164custom_submit_button_text=Run Button
165customize_formfield_layout=yes
166#db_type=postgresql
167#db_type=oracle
168db_type=mysql