配置
应用程序属性
本节按字母顺序描述与报表扩展组件相关的应用程序属性。
jmix.reports.client.backgroundReportProcessingTimeoutMs
在 jmix.reports.client.useBackgroundReportProcessing 设置为 true
的情况下,用该参数定义报表执行过程的超时时限,单位为毫秒。
默认值:10000
。
jmix.reports.client.enableTabSymbolInDataSetEditor
定义是否应将 TAB 键作为 \t
符号处理,而不是在报表详情视图的脚本字段中进行焦点切换。
默认值:false
。
jmix.reports.docFormatterTimeout
设置 LibreOffice 转换 DOCX/XLSX 为 HTML/PDF 的超时时限,单位是秒。
如果超时,用户会收到一个错误消息。
默认值:20
。
jmix.reports.historyCleanupMaxDays
计划任务会删除留存时间大于指定天数的所有 执行历史 记录。如果该属性的值是 0,计划任务在删除记录时,不会考虑该值的设定。
参阅 清理历史记录 了解设置计划任务的详情。
默认值:730
。
jmix.reports.historyCleanupMaxItemsPerReport
计划任务会为每个报表保留不多于指定数量的 执行历史 记录。不建议为该属性设置大于 1000 的值。如果该属性的值是 0,计划任务在删除记录时,不会考虑该值的设定。对于经常运行的报表,比如邮件模板、账单模板等,该参数很有用。
参阅 清理历史记录 了解设置计划任务的详情。
默认值:1000
。
jmix.reports.officePorts
设置 LibreOffice 的可用端口列表,使用逗号或竖直分隔符隔开。
示例:jmix.reports.officePorts = 8100|8101|8102|8103|8104|8105
。
默认值:8100, 8101, 8102, 8103
。
jmix.reports.pdfFontsDirectory
指定 HTML 转换为 PDF 时使用的字体的路径。
示例:jmix.reports.pdfFontsDirectory = C:/Windows/Fonts
。
jmix.reports.saveOutputDocumentsToHistory
如果设置为 true
,并且 jmix.reports.historyRecordingEnabled 属性开启,报表结果文件会保存到 文件存储。参阅 输出文档 了解详情。
默认值:false
。
安装和配置 LibreOffice
报表扩展组件使用 LibreOffice 程序包来输出 PDF 和 DOC 格式 的报表。下面我们介绍如何在应用程序服务器上进行安装和配置:
Microsoft Windows 安装和配置 LibreOffice
-
在 www.libreoffice.org 下载软件。
-
安装软件。
-
配置 jmix.reports.officePath 应用程序属性,指定 LibreOffice 路径,示例:
jmix.reports.officePath = C:/Program Files (x86)/LibreOffice 5/program
Ubuntu 安装和配置 LibreOffice
-
安装
libreoffice
,例如,运行下列命令:$ sudo apt-get install libreoffice
-
配置 jmix.reports.officePath 应用程序属性,指定 LibreOffice 路径,示例:
jmix.reports.officePath = /usr/lib/libreoffice/program
-
如果服务器没有安装窗口界面,LibreOffice 启动时将出现错误,
Caused by: java.awt.HeadlessException: No X11 DISPLAY variable was set, but this program performed an operation which requires it
,或者只是停止运行而没有错误消息。要解决此问题,请设置 jmix.reports.displayDeviceAvailable 应用程序属性:jmix.reports.displayDeviceAvailable = false
-
启动 LibreOffice 时,可以运行以下命令来诊断错误:
$ strace -e trace=signal /usr/lib/libreoffice/programs/office.bin --headless --accept="socket,host=localhost,port=8100;urp" --nologo --nolockcheck
对于使用 之后,需要更改此文件夹的所有者:
|
macOS 安装和配置 LibreOffice
-
在 www.libreoffice.org 下载软件。
-
安装软件。
-
配置 jmix.reports.officePath 应用程序属性,指定 LibreOffice 路径,示例:
jmix.reports.officePath = /Applications/LibreOffice.app/Contents/MacOS