基于erp的企業(yè)營銷系統(tǒng)設計與實現(xiàn).rar
基于erp的企業(yè)營銷系統(tǒng)設計與實現(xiàn),基于erp的企業(yè)營銷系統(tǒng)設計與實現(xiàn)1.4萬字32頁包括開題報告和任務書摘要簡單地講erp就是企業(yè)資源計劃,早在90年代后期,世界500強企業(yè)中就有近80%采用了erp管理軟件。成熟的erp軟件包含了國際先進管理思想,但是它們不能滿足國內企業(yè)的特殊需求,此時就需要對erp軟件進行二次開發(fā)和客戶化的工作。 針對erp二次開...
該文檔為壓縮文件,包含的文件列表如下:
內容介紹
原文檔由會員 usactu 發(fā)布
基于ERP的企業(yè)營銷系統(tǒng)設計與實現(xiàn)
1.4萬字 32頁
包括開題報告和任務書
摘要
簡單地講ERP就是企業(yè)資源計劃,早在90年代后期,世界500強企業(yè)中就有近80%采用了ERP管理軟件。成熟的ERP軟件包含了國際先進管理思想,但是它們不能滿足國內企業(yè)的特殊需求,此時就需要對ERP軟件進行二次開發(fā)和客戶化的工作。
針對ERP二次開發(fā)容易陷入越來越復雜的困境,我們的解決方案是盡量使得二次開發(fā)出的功能模塊獨立于原來的ERP系統(tǒng)。我們不修改核心代碼,而是把數(shù)據(jù)從ERP中導出,利用二次開發(fā)的程序進行處理后,再導入系統(tǒng)。同時我們采用自己研發(fā)的SIE-BS-RCF應用框架來進行具體的開發(fā)工作,在設計和編碼中都有不同程度重用,以加快開發(fā)速度。
目前項目進展順利,我們的解決方案得到客戶的認可,已完成的模塊也通過了客戶測試。
關鍵詞:ERP;開發(fā);解決方案;系統(tǒng);重用;
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 目前國外的發(fā)展情況 2
1.4 在我國的現(xiàn)狀和發(fā)展趨勢 2
2 ERP二次開發(fā)基礎 4
2.1 ERP概念 4
2.2 ERP什么要進行二次開發(fā) 4
2.3 ERP二次開發(fā)中存在的問題分析 4
2.4 我們采用的方案 5
3 系統(tǒng)的具體設計 7
3.1 系統(tǒng)背景與范圍 7
3.2 我負責的內容 8
3.2.1 出貨管理的需求分析及解決方案 8
3.2.2 船務管理的需求分析及解決方案 13
4 基于研發(fā)框架技術下的系統(tǒng)實現(xiàn) 17
4.1 系統(tǒng)采用的技術框架和工具 17
4.1.1 XML接口文件的實現(xiàn) 17
4.1.2 XML接口文件相關Java對象 20
4.2 業(yè)務類(Model)實現(xiàn) 21
4.3 Action類(Controler)實現(xiàn) 22
4.4 前臺DLL(VIEW)實現(xiàn) 24
5 工作總結和展望 25
5.1 論文的主要工作 25
5.2 下一步工作 25
5.3 總結 25
致謝 27
參考文獻 28
參考文獻
[5]羅小平.delphi精要[M].電子工業(yè)出版社.
[6]張海卿、張占軍.編程技巧與實例精解[M].國防工業(yè)出版社
[7]吳浩.XML應用教程[M].北京: 清華大學出版社
[8]微軟公司.XML Web Service 開發(fā)[M].北京:高等教育出版社
[9]孫衛(wèi)琴.精通Struts:基于MVC的JAVA WEB設計與開發(fā)[M].北京:電子工業(yè)出版社
1.4萬字 32頁
包括開題報告和任務書
摘要
簡單地講ERP就是企業(yè)資源計劃,早在90年代后期,世界500強企業(yè)中就有近80%采用了ERP管理軟件。成熟的ERP軟件包含了國際先進管理思想,但是它們不能滿足國內企業(yè)的特殊需求,此時就需要對ERP軟件進行二次開發(fā)和客戶化的工作。
針對ERP二次開發(fā)容易陷入越來越復雜的困境,我們的解決方案是盡量使得二次開發(fā)出的功能模塊獨立于原來的ERP系統(tǒng)。我們不修改核心代碼,而是把數(shù)據(jù)從ERP中導出,利用二次開發(fā)的程序進行處理后,再導入系統(tǒng)。同時我們采用自己研發(fā)的SIE-BS-RCF應用框架來進行具體的開發(fā)工作,在設計和編碼中都有不同程度重用,以加快開發(fā)速度。
目前項目進展順利,我們的解決方案得到客戶的認可,已完成的模塊也通過了客戶測試。
關鍵詞:ERP;開發(fā);解決方案;系統(tǒng);重用;
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 目前國外的發(fā)展情況 2
1.4 在我國的現(xiàn)狀和發(fā)展趨勢 2
2 ERP二次開發(fā)基礎 4
2.1 ERP概念 4
2.2 ERP什么要進行二次開發(fā) 4
2.3 ERP二次開發(fā)中存在的問題分析 4
2.4 我們采用的方案 5
3 系統(tǒng)的具體設計 7
3.1 系統(tǒng)背景與范圍 7
3.2 我負責的內容 8
3.2.1 出貨管理的需求分析及解決方案 8
3.2.2 船務管理的需求分析及解決方案 13
4 基于研發(fā)框架技術下的系統(tǒng)實現(xiàn) 17
4.1 系統(tǒng)采用的技術框架和工具 17
4.1.1 XML接口文件的實現(xiàn) 17
4.1.2 XML接口文件相關Java對象 20
4.2 業(yè)務類(Model)實現(xiàn) 21
4.3 Action類(Controler)實現(xiàn) 22
4.4 前臺DLL(VIEW)實現(xiàn) 24
5 工作總結和展望 25
5.1 論文的主要工作 25
5.2 下一步工作 25
5.3 總結 25
致謝 27
參考文獻 28
參考文獻
[5]羅小平.delphi精要[M].電子工業(yè)出版社.
[6]張海卿、張占軍.編程技巧與實例精解[M].國防工業(yè)出版社
[7]吳浩.XML應用教程[M].北京: 清華大學出版社
[8]微軟公司.XML Web Service 開發(fā)[M].北京:高等教育出版社
[9]孫衛(wèi)琴.精通Struts:基于MVC的JAVA WEB設計與開發(fā)[M].北京:電子工業(yè)出版社