在 OpenERP 上创建报告的最佳方式是什么

发布于 2024-10-16 09:18:22 字数 100 浏览 3 评论 0原文

我尝试在 OpenERP 上创建一份报告。有多种方法可以完成此任务(openoffice 插件、XML 文件、RML 文件等)。

最快的方法是什么(和/或最漂亮的方法)?

I try to create a report on OpenERP. There is several methods to do this task (openoffice plugin, XML files, RML files, etc.)

What's the quickest way to do that (and/or the most beautiful) ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(7

柠檬色的秋千 2024-10-23 09:18:22

我只使用了 RML 文件,并且对结果很满意。我没有尝试过OpenOffice方法,但似乎从SXW到RML的转换步骤会更麻烦。当我编辑 RML 文件时,我只需保存它并单击客户端中的报告按钮即可尝试。无需编译或转换。如果我想让业务用户对报告进行较小的更改,OpenOffice 可能会很有用,但我怀疑所有奇怪的数据提取代码都会让他们感到困惑。

我还没有尝试过XML报告技术,所以我无法对其发表评论。

我假设您已经看过有关编写报告的文档。我刚刚注意到有一节讨论更改公司默认标头,并且它似乎仅针对 XML 报告进行了描述。我没有进一步研究,但这可能是使用 XML 而不是 RML 的一个原因。我知道我们希望删除一些内部文档的公司标题。

I've only used the RML files and I've been happy with the result. I haven't tried the OpenOffice method, but it seems like the conversion step from SXW to RML would be more hassle. When I edit an RML file, I just save it and click on the report button in the client to try it out. No compilation or conversion necessary. OpenOffice might be useful if I wanted to let business users make minor changes to reports, but I suspect that all the weird data extraction code would confuse them.

I haven't tried the XML report technique, so I can't comment on it.

I assume you've seen the documentation on writing reports. I just noticed a section that talks about changing the corporate default headers, and it only seems to be described for XML reports. I haven't looked any further, but that might be a reason to use XML instead of RML. I know we would like to get rid of the corporate headers for some internal documents.

泅人 2024-10-23 09:18:22

Web kit报告是制作报告最简单的方法,在

sudo apt-get install wkhtmltopdf

OpenERP中安装webkit报告并安装report_webkit模块,它将显示公司中的选项卡,在公司内您可以使用OpenERP GUI制作简单的报告,

对于高级报告您必须学习maco模板,

谢谢..!!

Web kit Report is the easiest way to make a Report, to install webkit report

sudo apt-get install wkhtmltopdf

and install report_webkit module in OpenERP, it will show the tab in the company, within company you can make simple report using OpenERP GUI,

for Advance report You must learn the maco template,

Thanks..!!

半边脸i 2024-10-23 09:18:22

如果您了解html,那么您就可以使用ma​​kowebkit报告。与 rml 相比,Webkit 报告非常容易创建。

If you know html then webkit report using mako. Webkit reports are very easy to create compare to rml.

携君以终年 2024-10-23 09:18:22

对于简单的报告,我更喜欢使用 rml 报告,首先创建一个 sxw 文件,然后使用 openerp 模块 base_report_designer 中的脚本将其转换为 rml。

对于复杂的报表,也为了让报表更加美观,我更喜欢使用 jasper_reports 模块。在iReport的帮助下,我们可以生成漂亮的报告。我们还可以使用 jdbc 数据源,它可以连接到我们的数据库并提取数据。子报告也可以使用 jasper_reports

还有其他报告工具,如 aeroo reports、使用 xsl 文件、openoffice 插件等。

For simple reports I prefer using rml reports, by creating an sxw file first and then convert it to rml using the script in the openerp module base_report_designer.

For complex report and also for making the report more beautiful, I prefer to use jasper_reports module. With the help of iReport we can generate beautiful reports. We can also use jdbc datasource which can be connect to our database and pull the data. Subreport is also possible using jasper_reports

There are also other reporting tools like aeroo reports,using xsl file, openoffice plugin etc.

对岸观火 2024-10-23 09:18:22

jasper 报告可用于使用 sql 查询创建 OpenERP 报告。

jasper report can be used to create OpenERP report using sql query.

简美 2024-10-23 09:18:22

这是我在帖子中展示的一种方法,描述了在 OpenERP 7 中基于 SQL 查询创建报告。请点击此链接了解详细信息。希望这会帮助其他人。

http://sajjadhossain.com/2013/ 06/30/openerp-7-creating-report-using-sql-query/

Here is a way I have shown in my post which describes creating a report based on SQL query in OpenERP 7. Please follow this link for the details. Hope this will help others.

http://sajjadhossain.com/2013/06/30/openerp-7-creating-report-using-sql-query/

司马昭之心 2024-10-23 09:18:22

编辑、定制和创建自己的报告最简单、最简单、最快捷的方法是编辑 .rml 文件,根据迄今为止的经验知识

the most easiest and simple and quickest way to edit,customize and create your own report is editing the .rml files knowledge from experience so far

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文