Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagexml
# This file contains the export related configuration information for data export functionality.
# 1. The 'forReports' folder needs to be created in the server system for the canvasCanvas application
# export activity. Example folder structure,
# for windows - /forReports
# for unix/linux - /usr/SIR0654/Canvas/forReports
# 2. The properties which has paths configured should be relative to the root path that is 
# configured as 
# CT_WORK_FOLDER_PATH in implementation property file. 

XML_FOLDER_PATH=/forReports/TempXML
XSL_FOLDER_PATH=/forReports/GeneratedEXCEL
PDF_FOLDER_PATH=/forReports/GeneratedPDF
OFX_FOLDER_PATH=/forReports/GeneratedPDF
RTF_FOLDER_PATH=/forReports/GeneratedRTF
XSLT_PATH=/forReports/TempXML/cibreport.xsl
DETAIL_XSLT_PATH=/forReports/TempXML/cibdetailreport.xsl
XSLT_RTL_PATH=/forReports/TempXML/cibreport_rtl.xsl
DETAIL_XSLT_RTL_PATH=/forReports/TempXML/cibdetailreport_rtl.xsl 

# CANVAS-FOP User Configuration file used for Arabic Font embedding for RTL Support.
FOP_USERCONFIG_PATH=/forReports/TempXML/CanvasFopUserconfig.xml 

# #ForFor Form Export functionality
APPLICATION_LOGO=/forReports/TempXML/headerlogo.png
XSL_IMAGE_PATH=/forReports/TempXML/headerlogo.png
FONT_PATH=/forReports/TempXML/fonts
FILE_DOWNL=file:/// 

# For print functionality
HTML_FOLDER_PATH=/forReports/GeneratedHTML
CSV_FOLDER_PATH=/forReports/GeneratedCSV
XML_PRINT_PATH=/forReports/GeneratedXML
PAGE_TITLE=CanvasTechnology 

# Export Chart Component
ORG_PDF_FILE_PATH = /forReports/GeneratedChartPDF 

#Generated# Generated chart image file path.
CHART_IMAGE_FILE_PATH=/CHART_IMAGES 

#Export# Export Service Servlet Error Messages.
SESSION_TIMEOUT_URL=/CTModelHouse/index.jsp
CONTEXT_PATH= /CTModelHouse
LBL_ERROR_TITLE=Error
LBL_OK_BTN =OK
LBL_REFERENCE = Reference
SYSERROR=Wewerenotabletocompleteyourrequestduetoasystemerror.Asaresult,noactionhasbeentaken.PleasecontactCustomerSupportforfurtherassistance. 

# #ForFor Form Export functionality
FORM_PDF_FILE_PATH = /forReports/GeneratedFormPDF
FORM_HTML_FILE_PATH = /forReports/GeneratedFormHTML
EXPORT_FOOTER_TEXT=SampleText 

#Enabling# Enabling/disabling search results in export
# #YY - search results shown
# #NN - search results not shown
SEARCH_RESULT_EXPORT_REQD = Y 

#Form# Form print/export font config
LTR_FONT_FOR_FORM_EXPORT=Helvetica
RTL_FONT_FOR_FORM_EXPORT=TraditionalArabic

...