跳至內容
Odoo 選單
  • 登入
  • 免費試用
  • 應用程式
    財政
    • 會計
    • 發票
    • 開支報銷
    • 試算表 (BI)
    • 文件管理
    • 電子簽名
    銷售
    • 客戶關係
    • 銷售
    • POS 銷售點管理 - 零售
    • POS 銷售點管理 - 餐廳
    • 訂閱
    • 租賃
    網站
    • 網站製作
    • 電子商務
    • 網誌
    • 討論區
    • 線上客服
    • 網上學習
    供應鏈
    • 庫存
    • 製造管理
    • 產品生命周期
    • 採購
    • 保養維護
    • 品質管理
    人力資源
    • 員工管理
    • 招聘
    • 休假
    • 工作表現評核
    • 內部推薦
    • 車隊管理
    市場推廣
    • 社交媒體推廣
    • 電郵推廣
    • 短訊營銷
    • 活動
    • 自動化推廣
    • 網上調查
    服務
    • 專案管理
    • 工時管理
    • 外勤服務管理
    • 技術支援
    • 工作規劃
    • 預約管理
    生產力
    • 聊天
    • 批核
    • 物聯網
    • VoIP
    • 知識庫
    • WhatsApp
    第三方應用程式 Odoo Studio Odoo 雲端平台
  • 行業
    零售
    • 書店
    • 服裝店
    • 家具店
    • 食品雜貨店
    • 五金店
    • 玩具店
    餐飲及款待
    • 酒吧及酒館
    • 餐廳
    • 快餐
    • 賓館
    • 飲品分銷商
    • 酒店
    房地產
    • 地產代理公司
    • 建築師事務所
    • 建造業
    • 物業管理
    • 園藝
    • 業主聯會
    顧問服務
    • 會計公司
    • Odoo 合作夥伴
    • 市場推廣公司
    • 律師事務所
    • 人才招募
    • 審計及認證
    製造管理
    • 紡織
    • 金屬
    • 家具
    • 食品
    • 啤酒廠
    • 企業禮品
    保健與健身
    • 運動俱樂部
    • 眼鏡店
    • 健身中心
    • 健康從業人員
    • 藥房
    • 髮型屋
    技術行業
    • 雜工
    • IT 硬體與支援
    • 太陽能系統
    • 鞋匠
    • 清潔服務
    • 暖通空調服務
    其他
    • 非牟利組織
    • 環境保護機構
    • 廣告板租賃
    • 攝影服務
    • 自行車租賃
    • 軟體經銷商
    瀏覽所有行業
  • 社群
    學習
    • 教學影片
    • 使用說明
    • 認證
    • 培訓
    • 網誌
    • Podcast
    增強教學效能
    • 教育計劃
    • Scale Up! 商業遊戲
    • 到訪 Odoo
    取得軟件
    • 下載
    • 版本對照表
    • 版本說明
    合作
    • GitHub
    • 討論區
    • 活動
    • 翻譯
    • 成為合作夥伴
    • 合作夥伴服務
    • 登記你的會計服務公司
    獲取服務相關資料
    • 尋找合作夥伴
    • 尋找會計服務
    • 預約顧問諮詢
    • 安裝及推行服務
    • 客戶案例
    • 支援
    • 軟件升級
    GitHub YouTube Twitter LinkedIn Instagram Facebook Spotify
    +1 (650) 691-3277
    預約示範
  • 定價
  • 技術支援

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • 客戶關係
  • e-Commerce
  • 會計
  • 庫存
  • PoS
  • 專案管理
  • MRP
All apps
只限註冊用戶才可與社群互動。
所有帖文 人 獎章
標籤 (查看所有)
odoo accounting v14 pos v15
關於此討論區
只限註冊用戶才可與社群互動。
所有帖文 人 獎章
標籤 (查看所有)
odoo accounting v14 pos v15
關於此討論區
支援

Jasperreport and openerp 7 with parameters How-to

訂閱

此帖文有活動時,接收通知

此問題已被標幟
reportjasper
5 回覆
24865 瀏覽次數
頭像
Oscar Cascante F

Hello,

I would like to share this mini-howto about use jasperreport server, ireport and openerp 7 passing parameters. I hope this help somebody. Again, sorry for my english

1- Install jasperreport server

2- Download and extract jassperreport file for openerp from https://github.com/syleam/openerp-jasperserver. This extract two folders.

3- Install "python-pip" library from command line or synaptic

4- Download and install 3 libraries from command line: "sudo pip install httplib2 pypdf python-dime"

5- Untar the openerp jasperreport file and install the jasper_server module.

In jasperreport server:

create needed folders in jasperserver:

6- Create "openerp" folder inside the root directory

7- Create "datasources" folder inside the openerp directory

8- Create "inputs" folder inside the openerp directory

9- Create "bases" folder inside the openerp directory

10 Under "bases" folder, create a directory with the name of your working openerp database and complete the necesary data parameters.

11 In openerp go to menu /configuration/jasper report/configuration/jasperserver configuration/ and create a new database parameter access.

11 Right click over datasources folder and create a new datasource.

12 Use ireport to create a new report with a basic query without parameters

13After create the sql query, define two parameter that we are going to use to pass data from openerp.
This parameters have to be named as OERP_<name of="" parameter="">

Repeat, name of parameters must be in uppercase.

14 In jasperreport server go to tree openerp/inputs option and create an input control for each parameters you created in openerp. You have to use the same parameters name.

15 In openerp/bases/<databasename> folder create a new jasperreport resource with the same report name of your ireport report name and choose the <reportname>.jrxml file.

16 Then in "resources and controls" add two input controls from jasper server

17 In "datasources" select the repository just created

18 Create a new class inside your module ( the one you are going to call the report ) This class is used to call the report and give the parameters from openerp to jasper.

Example tested:

( change the values inside <> with yours )

class <report_class> (osv.osv):

def <nameoffunction>(self, cr, uid, ids, context=None): # you can use a button to call this funtion to execute the report

    <reg> = self.browse(cr, uid, ids, context=context)[0]
    data = {}
    data['model'] = '<modelname>'
    data['jasper'] = {
        '<jasperparameter1>': <reg>.<param1>, # without "OERP_"
        '<jasperparameter2': <reg>.<param2>,
    }

    return {
            'type': 'ir.actions.report.xml',
            'report_name': 'jasper.<openerp/jasperdocument/servicename>',
            'datas': data,
    }


_name = '<modelname>'

_columns = {
    '<param1>' : fields.char('From', size=15, required=True),
    '<param2>' : fields.char('To', size=15, required=True),
}

19 Now create the xml to show the report parameter form in openerp

20 In openerp go to menu configuration/jasper report/jasper document and create a new one using this parameters:

objet model = <report_class> in your module

service name = field report_name in your class without "jasper."

service unit = jasperserver report name

jasper file = jasperserver report name

21 Go to "parameter" tab and create the two parameters with the same name you write in jasperreport

22 Test

My openerp parameter screen:

image description

My pdf jasper report screen question:

image description

As soon as posible we are going to upload a video of the process

5
頭像
捨棄
Gary Dunnaway

This is about the only information I can find about using Syleam's Jasperserver module. I still don't understand it, though. I have it installed, and I really have no idea where to go from here.

Oscar Cascante F
作者

If you have a concrete question i would try to answer it.

STROOM Technology

Oscar, i've tried to understand how to use the module. What i don't understand is what to fill in service name. You've said <openerp/jasperdocument/servicename>, is this literal? Another question is what you are referring as jasperserver report name. I think is the name in jasperserver (not the jrxml file), is that right?

Gene Leung

It is great with the information. I tried to follow the steps. At step 11, is it pointing to the Jasper server, datasources folder newly created under the openerp folder? I really wish you have time to create the video howto so that we can follow it easily. Thanks in advance.

Gary Dunnaway

First of all, thank you for your time and effort. In general, is this method necessary for me to print invoices through JasperServer? Or only if I want to pass parameters back and forth? I want my client to be able to do everything through the OpenERP web interface, without having to open the /jasperserver web page. As for your tutorial, I am a bit confused here: 10 Under "bases" folder, create a directory with the name of your working openerp database and complete the necesary data parameters.

Parameters? On a folder? I don't understand. Perhaps you meant something else there?

Anabela Damas

Is the best info that I found about Jasper Reports and Openerp. But I can't find "11 In openerp go to menu /configuration/jasper report/configuration/jasperserver configuration/ and create a new database parameter access." I've also the same question that @Gary Dunnaway has... Can you help me ?

頭像
STROOM Technology
最佳答案

Hi Oscar, have your tried an XML report using SYLEAM jasper_server module?

I receive the following answer after SOAP call:

<faultcode>soapenv:Server.userException</faultcode><faultstring>org.xml.sax.SAXException: SimpleDeserializer encountered a child element, which is NOT expected, in something it was trying to deserialize.</faultstring>

Any clue?

Another question: does openerp send the id/s of the selected rows when you launch the report from the sidebar in a tree view? Does it send the ids in a jasperreport parameter?

Thanks!

0
頭像
捨棄
頭像
Gary Dunnaway
最佳答案

This is about the only information I can find about using Syleam's Jasperserver module. I still don't understand it, though. I have it installed, and I really have no idea where to go from here.

0
頭像
捨棄
頭像
Paula Neves
最佳答案

Hello there.

So me and some collegues of mine have been trying to actually put this to work but we still havent managed to do this, i think there is something wrong with the class that we have created but we don't know.

# *****************************************************
# JASPER - início
# *****************************************************

class hr_contract_jasper(osv.osv):

    _name='hr.contract.jasper'

    def relatorio_contrato_consultor(self, cr, uid, ids, context=None):

        res = self.pool.get('hr.contract').browse(cr, uid, ids, context=context)[0]

        data = {}
        data['model'] = 'hr.contract.jasper'
        data['jasper'] = {
            'IDCONTRACTO': res.id,
        }

        #raise osv.except_osv('Error !', _(data))
        #data = {'model': 'hr.contract.jasper', 'jasper': {'IDCONTRACTO': 897}}
        """
        ERRO

        if hasattr(cur_obj, 'company_id') and cur_obj.company_id:
        File "/opt/openerp-source/server/openerp/osv/orm.py", line 497, in __getattr__
        return self[name]
        File "/opt/openerp-source/server/openerp/osv/orm.py", line 385, in __getitem__
        self.__logger.debug(''.join(traceback.format_stack()))
        """

        return {
                'type'          : 'ir.actions.report.xml',
                'report_name'   : 'jasper.report_1',
                'datas'         : data,
        }    

hr_contract_jasper()

# *****************************************************
# JASPER - fim
# *****************************************************

Can you see if there is something wrong with this?

I am almost 100% sure that the way we are handling the other parts of the toturial are correct.

Thanks in advance.

PS: if you could provide a video i would be gladly appreciated.

0
頭像
捨棄
頭像
Oscar Cascante F
作者 最佳答案

Hello,

Sorry about the delay...

In openerp->settings->jasper documents-> you create a new report. Here, you have a field name: Service name. This is the name you have to use. About the jasper report name, is the name used in jasperreport server.

Hope this help

0
頭像
捨棄
頭像
ARRA Jean Jonathan
最佳答案

Hi Mister Oscar, I have a problem about the parameters in jaspserserver I don't know how can I create a parameters to link that ith my jasperserver. Pleas help me

0
頭像
捨棄
喜歡這則討論?不要只閱讀,加入發表意見吧!

今天就建立帳戶,享受獨家功能,與我們精彩的社群互動!

註冊
相關帖文 回覆 瀏覽次數 活動
document is empty error
report jasper
頭像
頭像
1
8月 20
16342
Jasper report module for Odoo v8. 已解決
report jasper odooV8
頭像
頭像
1
1月 16
4568
How to fuse custom data and openerp data using jasper parser
report jasper parser
頭像
0
3月 15
5129
Jasperserver openerp 7, The simplest way How-to
report jasper openerp7
頭像
0
3月 15
4835
Jasper report module for OpenERP 7
v7 report jasper
頭像
頭像
頭像
頭像
3
3月 15
17252
社群
  • 教學影片
  • 使用說明
  • 討論區
開源
  • 下載
  • GitHub
  • Runbot 測試環境
  • 翻譯
服務
  • odoo.sh 網頁寄存
  • 支援
  • 升級
  • 自訂功能開發
  • 教育及培訓
  • 尋找會計服務
  • 尋找合作夥伴
  • 成為合作夥伴
關於我們
  • 關於 Odoo 公司
  • 品牌資產
  • 聯絡我們
  • 招聘
  • 活動
  • Podcast
  • 網誌
  • 客戶
  • 法律 • 私隱政策
  • 安全性
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk slovenščina Español (América Latina) Español ภาษาไทย Türkçe українська Tiếng Việt

Odoo 是一套開放源碼的商業管理系統,涵蓋你公司全部的營運需要,包括客戶關係管理(CRM)、電子商務、會計、庫存管理、POS(銷售點管理)、專案管理等應用程式。

Odoo 的獨特價值是非常簡單易用,同時將不同應用程式完美整合。

Website made with

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now