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

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

MDA在企業ERP中的應用可銷商品控制

 本文ID:LWGSW13523 價格:收費積分/100
掃一掃 掃一掃
本站會員可自行下載:下載地址 MDA在企業ERP中的應用可銷商品控制 (收費:1000 積分)  

論文字數:16507,頁數:52 有開題報告,任務書,PPT

 摘要
 模型驅動的體系MDA(Model Driven Architecture)是由全球最大的軟件工業標準化組織OMG(Object Manage Group)提出并大力推廣的一套體系標準。
 而金蝶EAS產品全部是采用了實現了MDA的BOS平臺進行開發而成的。
 金蝶EAS產品研發過程可以抽象為三個步驟:第一步,建立元模型。第二步,在元模型的基礎上,運用建模工具建立業務模型。第三步,根據不同的平臺,對業務模型進行模型編譯,生成相應平臺的實現模型。
 首先,本文先行介紹了項目的來源意義,并對國內外的企業ERP的現狀進行了大概的分析,然后緊接著介紹MDA技術的基礎知識以及公司里實現了MDA的平臺介紹。
 其次,本文介紹了項目的需求與設計,每個大類里主要的功能以及性能上的一些要求,然后是項目的詳細設計,詳細設計敘述了主要的流程圖和流程描述,再接著是項目的實現,本文這里列出了項目實現后的界面以及屬性說明,還描述了項目難點的實現,即如何進行樹的解析,使用了兩種不同的方法進行解析。
 最后,介紹了項目完成后應進行的測試的基本知識(包括單元,功能,集成,性能四種測試)和在性能上如何優化。優化主要是在數據庫操作這方面(主要是插入數據,刪除數據)。

關鍵字:MDA;ERP;樹的解析

 Abstract
 Model actuation system MDA (Model Driven Architecture) is organizes OMG by the global biggest software industry standardization (Object Manage Group) to propose and vigorously to promote set of systems standards.
 But kingdee EAS product completely was uses has realized the MDA BOS platform to carry on the development to become. The golden butterfly EAS product research and development process may abstract is three steps: First step, establishment Yuan model. Second step, in atom model foundation, utilization modelling tool establishment service model. The third step, according to the different platform, carries on the model translation to the service model, the production corresponding platform realization model.
 First, this article in advance introduced the project origin significance, and has carried on the general analysis to the domestic and foreign enterprises ERP present situation, then follows closely was introducing the MDA technology in the elementary knowledge as wellas the company has realized the MDA platform introduction.
  Next, this article introduced the project demand and the design, in each big kind of in main function as well as performance some requests, then is the project detailed design, the detailed design narrated the main flow chart and the flow description, again was meeting is the project realization, after this article here has listed the project realization contact surface as well as the attribute explained, but also described the project difficulty realization, how namely carried on tree's analysis, used two different method to carryon the analysis.
  Finally, after introduced the project does complete the test elementary knowledge which should carry on (to include unit, function,integration, how performance four kind of tests) and in the performance optimizes. Optimizes mainly is operates this aspect in the database (mainly inserts data, deletes data).

Key words: MDA;;ERP ;the resole of the Tree

第1章 緒論 1
1.1項目來源及開發的目的意義 1
1.1.1項目的來源 1
1.1.2項目的意義 1
1.2 ERP現狀分析 1
1.3項目技術介紹 2
1.3.1模型驅動架構技術簡介 2
1.3.2模型驅動構架技術的實現 3
1.4 公司MDA平臺簡介 4
第2章 項目的需求分析 9
2.1項目需求分析 9
2.1.1項目描述 9
2.1.2 系統主要功能需求 10
2.2系統運行環境需求 10
2.2.1服務端運行環境需求 10
2.2.2客戶端運行環境需求 10
2.3可銷商品控制主要功能模塊 11
2.3.1新增可銷商品 11
2.3.2 修改可銷商品 11
2.3.3 刪除可銷商品 11
2.3.4 查詢可銷商品 11
2.3.5 核準可銷商品 12
2.3.6 反核準可銷商品 12
2.4系統性能需求 12
2.4.1精度 12
2.4.2時間要求 12
2.4.3故障處理要求 12
2.4.4其他要求 13
2.5 項目的難點 13
第3章 項目的系統詳細設計 13
3.1系統主要字段設計 13
3.1.1 客戶可銷商品控制主要字段 13
3.1.2 銷售組可銷商品控制主要字段 14
3.2各主要功能模塊的詳細設計 15
3.2.1 新增可銷商品 15
3.2.2 修改可銷商品 17
3.2.3 刪除可銷商品 18
3.2.4 查詢可銷商品 20
3.2.5 核準可銷商品 21
3.2.6 反核準可銷商品 22
第4章 系統實現 23
4.1系統實現主要技術說明 23
4.2各主要模塊系統實現 24
4.2.1 客戶可銷商品控制 24
4.2.2 銷售組可銷商品控制 27
4.2.3 可銷商品功能 29
4.3 系統難點的實現 35
第5章 測試用例及性能優化 41
5.1 測試用例 41
5.1.1 新增可銷商品用例 41
5.1.2 修改可銷商品用例 41
5.1.3 刪除可銷商品用例 41
5.1.4 查詢可銷商品用例 42
5.1.5 核準可銷商品用例 42
5.1.6  反核準可銷商品用例 42
5.2 性能優化 43
5.2.1 樹的解析 43
5.2.2 保存刪除數據 43
結論 43
致謝 44
參考文獻 44


相關論文
本論文在計算機論文欄目,由論文格式網整理,轉載請注明來源www.donglienglish.cn,更多論文,請點論文格式范文查看
上一篇:基于java網絡蜘蛛程序 下一篇:嵌入式Linux基于MiniGUI下的手機..
Tags:MDA 企業ERP 銷商品控制 【收藏】 【返回頂部】
最新文章
熱門文章
計算機論文
推薦文章

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

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

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

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

论文格式网:毕业论文格式范文