<ul id="a8iay"><tbody id="a8iay"></tbody></ul><ul id="a8iay"><tbody id="a8iay"></tbody></ul>
  • <th id="a8iay"></th>
    <samp id="a8iay"></samp>
    • <th id="a8iay"></th>
      <kbd id="a8iay"><pre id="a8iay"></pre></kbd>
    • 論文格式
      電氣工程 會計論文 金融論文 國際貿易 財務管理 人力資源 輕化工程 德語論文 工程管理 文化產業管理 信息計算科學 電氣自動化 歷史論文
      機械設計 電子通信 英語論文 物流論文 電子商務 法律論文 工商管理 旅游管理 市場營銷 電視制片管理 材料科學工程 漢語言文學 免費獲取
      制藥工程 生物工程 包裝工程 模具設計 測控專業 工業工程 教育管理 行政管理 應用物理 電子信息工程 服裝設計工程 教育技術學 論文降重
      通信工程 電子機電 印刷工程 土木工程 交通工程 食品科學 藝術設計 新聞專業 信息管理 給水排水工程 化學工程工藝 推廣賺積分 付款方式
      • 首頁 |
      • 畢業論文 |
      • 論文格式 |
      • 個人簡歷 |
      • 工作總結 |
      • 入黨申請書 |
      • 求職信 |
      • 入團申請書 |
      • 工作計劃 |
      • 免費論文 |
      • 合作期刊 |
      • 論文同學網 |
      搜索 高級搜索

      當前位置:論文格式網 -> 畢業論文 -> 計算機論文
      畢業論文標題:

      基于ERP的企業營銷系統設計與實現

       本文ID:LWGSW13534 價格:收費積分/100
      掃一掃 掃一掃
      本站會員可自行下載:下載地址 基于ERP的企業營銷系統設計與實現 (收費:1000 積分)  

      論文字數:14674,頁數:32  有開題報告,任務書

      摘要
       簡單地講ERP就是企業資源計劃,早在90年代后期,世界500強企業中就有近80%采用了ERP管理軟件。成熟的ERP軟件包含了國際先進管理思想,但是它們不能滿足國內企業的特殊需求,此時就需要對ERP軟件進行二次開發和客戶化的工作。
       針對ERP二次開發容易陷入越來越復雜的困境,我們的解決方案是盡量使得二次開發出的功能模塊獨立于原來的ERP系統。我們不修改核心代碼,而是把數據從ERP中導出,利用二次開發的程序進行處理后,再導入系統。同時我們采用自己研發的SIE-BS-RCF應用框架來進行具體的開發工作,在設計和編碼中都有不同程度重用,以加快開發速度。
       目前項目進展順利,我們的解決方案得到客戶的認可,已完成的模塊也通過了客戶測試。
      摘要
       簡單地講ERP就是企業資源計劃,早在90年代后期,世界500強企業中就有近80%采用了ERP管理軟件。成熟的ERP軟件包含了國際先進管理思想,但是它們不能滿足國內企業的特殊需求,此時就需要對ERP軟件進行二次開發和客戶化的工作。
       針對ERP二次開發容易陷入越來越復雜的困境,我們的解決方案是盡量使得二次開發出的功能模塊獨立于原來的ERP系統。我們不修改核心代碼,而是把數據從ERP中導出,利用二次開發的程序進行處理后,再導入系統。同時我們采用自己研發的SIE-BS-RCF應用框架來進行具體的開發工作,在設計和編碼中都有不同程度重用,以加快開發速度。
       目前項目進展順利,我們的解決方案得到客戶的認可,已完成的模塊也通過了客戶測試。

      關鍵詞:ERP;開發;解決方案;系統;重用;
      The Design And Implementation Of A System
      Based On Enterprise Marketing
       

      ABSTRACT
       Simply say ERP is the Enterprise Resource Planning , as early as the late 1990s.Nearly 80% of the world's top 500 enterprises enterprises using the ERP management software. Mature ERP software contains the international advanced management ideas, but they can not meet the special needs for domestic enterprises,so it’s should hand ERP software for secondary development and customization work.
       Because of Secondary Development prone to increasingly complex dilemma , Our solution is to make the secondary development of functional modules independent of the original ERP system. We do not change the core code, but the data is derived from the ERP, using secondary development of procedures for handling, re-introduced to the system. We use our own research and development of the SIE-BS-RCF application framework for the development of specific work, in the design and coding reusable varying degrees, to speed up the development pace.    
       The current project goes smoothly, Our solution is Authorized by customer, the module has been completed also through the customer testing.
       
      Key words:ERP;development;Solutions;System;reusable;
      目錄
      1 緒論 1
      1.1 本課題的目的和意義 1
      1.2 本課題的課題來源 1
      1.3 目前國外的發展情況 2
      1.4 在我國的現狀和發展趨勢 2
      2 ERP二次開發基礎 4
      2.1 ERP概念 4
      2.2 ERP什么要進行二次開發 4
      2.3 ERP二次開發中存在的問題分析 4
      2.4 我們采用的方案 5
      3 系統的具體設計 7
      3.1 系統背景與范圍 7
      3.2 我負責的內容 8
      3.2.1 出貨管理的需求分析及解決方案 8
      3.2.2 船務管理的需求分析及解決方案 13
      4 基于研發框架技術下的系統實現 17
      4.1 系統采用的技術框架和工具 17
      4.1.1 XML接口文件的實現 17
      4.1.2 XML接口文件相關Java對象 20
      4.2 業務類(Model)實現 21
      4.3 Action類(Controler)實現 22
      4.4 前臺DLL(VIEW)實現 24
      5 工作總結和展望 25
      5.1 論文的主要工作 25
      5.2 下一步工作 25
      5.3 總結 25
      致謝 27
      參考文獻 28

      摘要
       簡單地講ERP就是企業資源計劃,早在90年代后期,世界500強企業中就有近80%采用了ERP管理軟件。成熟的ERP軟件包含了國際先進管理思想,但是它們不能滿足國內企業的特殊需求,此時就需要對ERP軟件進行二次開發和客戶化的工作。
       針對ERP二次開發容易陷入越來越復雜的困境,我們的解決方案是盡量使得二次開發出的功能模塊獨立于原來的ERP系統。我們不修改核心代碼,而是把數據從ERP中導出,利用二次開發的程序進行處理后,再導入系統。同時我們采用自己研發的SIE-BS-RCF應用框架來進行具體的開發工作,在設計和編碼中都有不同程度重用,以加快開發速度。
       目前項目進展順利,我們的解決方案得到客戶的認可,已完成的模塊也通過了客戶測試。
      摘要
       簡單地講ERP就是企業資源計劃,早在90年代后期,世界500強企業中就有近80%采用了ERP管理軟件。成熟的ERP軟件包含了國際先進管理思想,但是它們不能滿足國內企業的特殊需求,此時就需要對ERP軟件進行二次開發和客戶化的工作。
       針對ERP二次開發容易陷入越來越復雜的困境,我們的解決方案是盡量使得二次開發出的功能模塊獨立于原來的ERP系統。我們不修改核心代碼,而是把數據從ERP中導出,利用二次開發的程序進行處理后,再導入系統。同時我們采用自己研發的SIE-BS-RCF應用框架來進行具體的開發工作,在設計和編碼中都有不同程度重用,以加快開發速度。
       目前項目進展順利,我們的解決方案得到客戶的認可,已完成的模塊也通過了客戶測試。

      關鍵詞:ERP;開發;解決方案;系統;重用;
      The Design And Implementation Of A System
      Based On Enterprise Marketing
       

      ABSTRACT
       Simply say ERP is the Enterprise Resource Planning , as early as the late 1990s.Nearly 80% of the world's top 500 enterprises enterprises using the ERP management software. Mature ERP software contains the international advanced management ideas, but they can not meet the special needs for domestic enterprises,so it’s should hand ERP software for secondary development and customization work.
       Because of Secondary Development prone to increasingly complex dilemma , Our solution is to make the secondary development of functional modules independent of the original ERP system. We do not change the core code, but the data is derived from the ERP, using secondary development of procedures for handling, re-introduced to the system. We use our own research and development of the SIE-BS-RCF application framework for the development of specific work, in the design and coding reusable varying degrees, to speed up the development pace.    
       The current project goes smoothly, Our solution is Authorized by customer, the module has been completed also through the customer testing.
       
      Key words:ERP;development;Solutions;System;reusable;
      目錄
      1 緒論 1
      1.1 本課題的目的和意義 1
      1.2 本課題的課題來源 1
      1.3 目前國外的發展情況 2
      1.4 在我國的現狀和發展趨勢 2
      2 ERP二次開發基礎 4
      2.1 ERP概念 4
      2.2 ERP什么要進行二次開發 4
      2.3 ERP二次開發中存在的問題分析 4
      2.4 我們采用的方案 5
      3 系統的具體設計 7
      3.1 系統背景與范圍 7
      3.2 我負責的內容 8
      3.2.1 出貨管理的需求分析及解決方案 8
      3.2.2 船務管理的需求分析及解決方案 13
      4 基于研發框架技術下的系統實現 17
      4.1 系統采用的技術框架和工具 17
      4.1.1 XML接口文件的實現 17
      4.1.2 XML接口文件相關Java對象 20
      4.2 業務類(Model)實現 21
      4.3 Action類(Controler)實現 22
      4.4 前臺DLL(VIEW)實現 24
      5 工作總結和展望 25
      5.1 論文的主要工作 25
      5.2 下一步工作 25
      5.3 總結 25
      致謝 27
      參考文獻 28

      摘要
       簡單地講ERP就是企業資源計劃,早在90年代后期,世界500強企業中就有近80%采用了ERP管理軟件。成熟的ERP軟件包含了國際先進管理思想,但是它們不能滿足國內企業的特殊需求,此時就需要對ERP軟件進行二次開發和客戶化的工作。
       針對ERP二次開發容易陷入越來越復雜的困境,我們的解決方案是盡量使得二次開發出的功能模塊獨立于原來的ERP系統。我們不修改核心代碼,而是把數據從ERP中導出,利用二次開發的程序進行處理后,再導入系統。同時我們采用自己研發的SIE-BS-RCF應用框架來進行具體的開發工作,在設計和編碼中都有不同程度重用,以加快開發速度。
       目前項目進展順利,我們的解決方案得到客戶的認可,已完成的模塊也通過了客戶測試。
      摘要
       簡單地講ERP就是企業資源計劃,早在90年代后期,世界500強企業中就有近80%采用了ERP管理軟件。成熟的ERP軟件包含了國際先進管理思想,但是它們不能滿足國內企業的特殊需求,此時就需要對ERP軟件進行二次開發和客戶化的工作。
       針對ERP二次開發容易陷入越來越復雜的困境,我們的解決方案是盡量使得二次開發出的功能模塊獨立于原來的ERP系統。我們不修改核心代碼,而是把數據從ERP中導出,利用二次開發的程序進行處理后,再導入系統。同時我們采用自己研發的SIE-BS-RCF應用框架來進行具體的開發工作,在設計和編碼中都有不同程度重用,以加快開發速度。
       目前項目進展順利,我們的解決方案得到客戶的認可,已完成的模塊也通過了客戶測試。

      關鍵詞:ERP;開發;解決方案;系統;重用;
      The Design And Implementation Of A System
      Based On Enterprise Marketing
       

      ABSTRACT
       Simply say ERP is the Enterprise Resource Planning , as early as the late 1990s.Nearly 80% of the world's top 500 enterprises enterprises using the ERP management software. Mature ERP software contains the international advanced management ideas, but they can not meet the special needs for domestic enterprises,so it’s should hand ERP software for secondary development and customization work.
       Because of Secondary Development prone to increasingly complex dilemma , Our solution is to make the secondary development of functional modules independent of the original ERP system. We do not change the core code, but the data is derived from the ERP, using secondary development of procedures for handling, re-introduced to the system. We use our own research and development of the SIE-BS-RCF application framework for the development of specific work, in the design and coding reusable varying degrees, to speed up the development pace.    
       The current project goes smoothly, Our solution is Authorized by customer, the module has been completed also through the customer testing.
       
      Key words:ERP;development;Solutions;System;reusable;
      目錄
      1 緒論 1
      1.1 本課題的目的和意義 1
      1.2 本課題的課題來源 1
      1.3 目前國外的發展情況 2
      1.4 在我國的現狀和發展趨勢 2
      2 ERP二次開發基礎 4
      2.1 ERP概念 4
      2.2 ERP什么要進行二次開發 4
      2.3 ERP二次開發中存在的問題分析 4
      2.4 我們采用的方案 5
      3 系統的具體設計 7
      3.1 系統背景與范圍 7
      3.2 我負責的內容 8
      3.2.1 出貨管理的需求分析及解決方案 8
      3.2.2 船務管理的需求分析及解決方案 13
      4 基于研發框架技術下的系統實現 17
      4.1 系統采用的技術框架和工具 17
      4.1.1 XML接口文件的實現 17
      4.1.2 XML接口文件相關Java對象 20
      4.2 業務類(Model)實現 21
      4.3 Action類(Controler)實現 22
      4.4 前臺DLL(VIEW)實現 24
      5 工作總結和展望 25
      5.1 論文的主要工作 25
      5.2 下一步工作 25
      5.3 總結 25
      致謝 27
      參考文獻 28

      摘要
       簡單地講ERP就是企業資源計劃,早在90年代后期,世界500強企業中就有近80%采用了ERP管理軟件。成熟的ERP軟件包含了國際先進管理思想,但是它們不能滿足國內企業的特殊需求,此時就需要對ERP軟件進行二次開發和客戶化的工作。
       針對ERP二次開發容易陷入越來越復雜的困境,我們的解決方案是盡量使得二次開發出的功能模塊獨立于原來的ERP系統。我們不修改核心代碼,而是把數據從ERP中導出,利用二次開發的程序進行處理后,再導入系統。同時我們采用自己研發的SIE-BS-RCF應用框架來進行具體的開發工作,在設計和編碼中都有不同程度重用,以加快開發速度。
       目前項目進展順利,我們的解決方案得到客戶的認可,已完成的模塊也通過了客戶測試。
      摘要
       簡單地講ERP就是企業資源計劃,早在90年代后期,世界500強企業中就有近80%采用了ERP管理軟件。成熟的ERP軟件包含了國際先進管理思想,但是它們不能滿足國內企業的特殊需求,此時就需要對ERP軟件進行二次開發和客戶化的工作。
       針對ERP二次開發容易陷入越來越復雜的困境,我們的解決方案是盡量使得二次開發出的功能模塊獨立于原來的ERP系統。我們不修改核心代碼,而是把數據從ERP中導出,利用二次開發的程序進行處理后,再導入系統。同時我們采用自己研發的SIE-BS-RCF應用框架來進行具體的開發工作,在設計和編碼中都有不同程度重用,以加快開發速度。
       目前項目進展順利,我們的解決方案得到客戶的認可,已完成的模塊也通過了客戶測試。

      關鍵詞:ERP;開發;解決方案;系統;重用;
      The Design And Implementation Of A System
      Based On Enterprise Marketing
       

      ABSTRACT
       Simply say ERP is the Enterprise Resource Planning , as early as the late 1990s.Nearly 80% of the world's top 500 enterprises enterprises using the ERP management software. Mature ERP software contains the international advanced management ideas, but they can not meet the special needs for domestic enterprises,so it’s should hand ERP software for secondary development and customization work.
       Because of Secondary Development prone to increasingly complex dilemma , Our solution is to make the secondary development of functional modules independent of the original ERP system. We do not change the core code, but the data is derived from the ERP, using secondary development of procedures for handling, re-introduced to the system. We use our own research and development of the SIE-BS-RCF application framework for the development of specific work, in the design and coding reusable varying degrees, to speed up the development pace.    
       The current project goes smoothly, Our solution is Authorized by customer, the module has been completed also through the customer testing.
       
      Key words:ERP;development;Solutions;System;reusable;
      目錄
      1 緒論 1
      1.1 本課題的目的和意義 1
      1.2 本課題的課題來源 1
      1.3 目前國外的發展情況 2
      1.4 在我國的現狀和發展趨勢 2
      2 ERP二次開發基礎 4
      2.1 ERP概念 4
      2.2 ERP什么要進行二次開發 4
      2.3 ERP二次開發中存在的問題分析 4
      2.4 我們采用的方案 5
      3 系統的具體設計 7
      3.1 系統背景與范圍 7
      3.2 我負責的內容 8
      3.2.1 出貨管理的需求分析及解決方案 8
      3.2.2 船務管理的需求分析及解決方案 13
      4 基于研發框架技術下的系統實現 17
      4.1 系統采用的技術框架和工具 17
      4.1.1 XML接口文件的實現 17
      4.1.2 XML接口文件相關Java對象 20
      4.2 業務類(Model)實現 21
      4.3 Action類(Controler)實現 22
      4.4 前臺DLL(VIEW)實現 24
      5 工作總結和展望 25
      5.1 論文的主要工作 25
      5.2 下一步工作 25
      5.3 總結 25
      致謝 27
      參考文獻 28


      相關論文
      本論文在計算機論文欄目,由論文格式網整理,轉載請注明來源www.donglienglish.cn,更多論文,請點論文格式范文查看
      上一篇:基于WPF的xx大學簡易觀光圖示系統.. 下一篇:掃描鏈阻塞技術中TSP問題的算法研..
      Tags:基于 ERP 企業 營銷 系統 設計 實現 【收藏】 【返回頂部】
      最新文章
      熱門文章
      計算機論文
      推薦文章

      本站部分文章來自網絡,如發現侵犯了您的權益,請聯系指出,本站及時確認刪除 E-mail:349991040@qq.com

      論文格式網(www.donglienglish.cn--論文格式網拼音首字母組合)提供計算機論文畢業論文格式,論文格式范文,畢業論文范文

      Copyright@ 2010-2018 LWGSW.com 論文格式網 版權所有 蜀ICP備09018832號

      感谢您访问我们的网站,您可能还对以下资源感兴趣:

      论文格式网:毕业论文格式范文
    • <strike id="w2asm"><s id="w2asm"></s></strike>
      <samp id="w2asm"></samp>
      <ul id="w2asm"><pre id="w2asm"></pre></ul>