关于客户端报表设计ReportDesigner说明
-
OPENERP Report Designer 是一个OpenOffice的插件。
一、ReportDesigner使用条件:
1、客户端须安装OpenOffice程序,下载网址 http://download.openoffice.org/index.html br />2、OPERERP SERVER 要安装base_report_designer 模块
3、在OpenOffice安装OPENERP Report Designer插件 下载网址 http://bazaar.launchpad.net/~openerp/openobject-addons/trunk/files/head%3A/base_report_designer/plugin/ br />
二、ReportDesigner插件安装方法
1、打开OpenOffice.org Writer
2、点击“工具”->“扩展管理器...”
[attach=1]
3、点击“添加”按钮,并选择下载的openerp_report_designer.zip文件
[attach=2]
4、关闭OpenOffice.org Writer后重新打开会出现OPENERP Report Designer插件的菜单
[attach=3]
三、使用方法
1、配置服务器参数
[attach=4]
2、新建(Open a new report)报表 or 编辑(Modify Existing Report)存在的报表
3、编辑完成的报表传到服务器(Send to the server)
注意:Select Rpt. Type 是设置报表的输出格式,有三个选项PDF,OpenOffice和HTML
[attach=5]
4、(Export to RML)生成RML格式并导出到本地,注意保存路径不能有中文,我保存到桌面时没成功,保存到D:\就行。
[attachurl=6]
插件本地下载 -
感谢楼主的详细说明。这个插件原来是收费的,现在openerp兑现承诺将之免费发放,大家可以试试了。
-
res = self.sock.execute(database, uid, self.password, 'ir.actions.report.xml', 'sxwtorml',base64.encodestring(data),file_type)
103
if res['report_rml_content']:
104
write_data_to_file( get_absolute_file_path( filename[7:] ), res['report_rml_content'] )
在 6.0 的源码中. 居然没有搜索出来"sxwtorml" -
收藏一下!
-
找到了:
You need OpenOffice.org installed with its Python-UNO bridge. -
[quote author=oldrev link=topic=2212.msg7158#msg7158 date=1290646572]
好东西啊,居然已经免费了
[/quote]惊现老革命