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

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

        工作流在ERP中的實踐調撥業務的實現與價值

         本文ID:LWGSW13494 價格:收費積分/100
        掃一掃 掃一掃
        本站會員可自行下載:下載地址 工作流在ERP中的實踐調撥業務的實現與價值 (收費:1000 積分)  

        論文字數:16648,頁數:39

        摘要
         成功的庫存管理在幫助企業降低庫存量了同時,也滿足客戶的商品需求,在為企業減少庫存成本,增加資金流的同時,為企業贏得更多的利潤,使企業進入一種良性的運營狀態。調撥業務作為庫存管理的一個重要方面,可以加快企業內商品的快速流通和及時交付。工作流技術的應用,使ERP產品由原來的面向功能轉化為面向流程。
         本文主要描述了三方調撥業務中的供應關系和調撥規則、單據的轉換規則、以及審批工作流的設計和實現。本業務的實現,將為企業提供一種商品調撥的解決方案,幫助企業加快調撥流程的執行和監控,以達到降低庫存成本,增加現金流的目的。
         本文首先對項目背景和所用結束做了簡要介紹,接著又通過系統總體設計、詳細設計描述了整個系統的開發過程,并展示了部分開發成果。最后通過測試部分簡要的介紹了系統的驗證過程。


        關鍵詞:ERP,庫存管理,調撥業務,工作流技術
        Using Workflow Teachnology in Development of ERP Software
         The Implementation and Value of Move Business
        Abstract
         Successful inventory management not only helps enterprises to reduce the inventory volumes, but also to meets customers’ demand for commodities. And helps enterprises to reduce inventory costs, increases the flow of funds, at the same time helps the enterpises gain more profits, enable enterprises to enter a benign operation state. Move business as an important aspect of inventory management can accelerates the circulation flow of goods and timely delivery. To integrate of workflow technology, make the ERP products change from function-oriented to flow-oriented.
           This paper describes the design and implantation of supply relationship and move business, transform rules of bills, audit workflow in move business among three parts. The implementation of the business, will provide a solution for the move of goods, and help enterprises accelerate the execution process and monitoring of move flow, so as to minimize inventory costs and increase cash flow.
           This paper first gives the brief introduction of the background of the project, followed by the system design, detailed design description of the process of development of the system and then displays a part of the development results. Finally, the testing part gives a brief introduction of the validation process

         

         

         Key Words:  Enterprise Resource Planning, Inventory Management, Move Business, Workflow Technology
        目        錄
        1. 緒論 1
        1.1  項目來源及開發的目的意義 1
        1.1.1  來源 1
        1.1.2  項目開發的目的及意義 1
        1.2  項目的背景情況分析 1
        1.2.1  ERP產品的現狀分析 1
        1.2.2  庫存管理模塊開發的現狀 2
        1.3  項目基礎技術介紹 2
        1.3.1  模型驅動架構技術簡介 2
        1.3.2  EJB技術簡介 3
        1.3.3  工作流技術簡介 3
        1.3.4  O/R Mapping框架簡介 4
        1.3.5  其他技術、框架簡介 4
        1.4  本章小結 4
        2. 項目的需求分析與總體設計 5
        2.1  項目需求分析 5
        2.1.1  項目描述 5
        2.1.2  系統主要功能需求 5
        2.2  系統性能需求 6
        2.2.1  精度 6
        2.2.2  時間要求 6
        2.2.3  故障處理要求 6
        2.2.4  其他要求 6
        2.3  系統運行環境需求 7
        2.3.1  服務端運行環境需求 7
        2.3.2  客戶端運行環境需求 7
        2.4  總體設計方案 7
        2.4.1  定義供應關系和調撥規則 8
        2.4.2  設計新單據 8
        2.4.3  BOTP規則 9
        2.4.4  事務類型 10
        2.4.5  審批工作流 10
        2.5 本章小結 10
        3. 詳細設計 11
        3.1  定義供應關系和調撥規則 11
        3.2  要貨申請單的字段和表設計 11
        3.3  BOTP規則設計 11
        3.4  事務類型: 17
        3.5  審批工作流 17
        3.6  本章小結 18
        4. 系統實現 19
        4.1  系統實現主要開發工具和開發環境 19
        4.2  主要開發實現流程介紹 19
        4.3  各主要模塊系統實現 22
        4.3.1  供應關系和調撥規則的設置 22
        4.3.2  BOTP規則的實現 22
        4.3.3  事務類型 22
        4.3.4  審批工作流的實現 22
        4.4  部分成果展示 26
        4.5  本章小結 29
        5. 系統測試及性能優化 30
        5.1  系統測試 30
        5.1.1  單元測試 30
        5.1.2  功能測試 30
        5.1.3  集成測試 30
        5.1.4  性能測試 30
        5.2  性能優化 31
        5.2.1  去掉所有數據庫表的外鍵 31
        5.2.2  創建必要的索引 31
        5.2.3  序時簿頁面采用虛模式 31
        5.3  本章小結 31
        結 論 32
        致 謝 33
        參考文獻 34


        相關論文
        本論文在計算機論文欄目,由論文格式網整理,轉載請注明來源www.donglienglish.cn,更多論文,請點論文格式范文查看
        上一篇:BS架構在圖書館圖書管理系統中的.. 下一篇:基于Nutch的搜索引擎實現及中文擴..
        Tags:工作流 ERP 實踐 調撥業務 【收藏】 【返回頂部】
        最新文章
        熱門文章
        計算機論文
        推薦文章

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

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

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

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

        论文格式网:毕业论文格式范文
          <abbr id="m0eia"><sup id="m0eia"></sup></abbr>
        • <tfoot id="m0eia"></tfoot>
          <strike id="m0eia"><input id="m0eia"></input></strike>