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

              當前位置:論文格式網 -> 畢業論文 -> 其他專業論文
              畢業論文標題:

              客戶關系管理系統(CRM)的設計與實現

               本文ID:LWGSW18057 價格:收費積分/100
              掃一掃 掃一掃
              本站會員可自行下載:下載地址 客戶關系管理系統(CRM)的設計與實現 (收費:5000 積分)  
              論文字數:18810,頁數:54

              客戶關系管理系統(CRM)的設計與實現
              摘  要

               隨著市場經濟的不斷深化,企業的經營管理逐漸由以“產品為中心”向“以客戶為中心”轉化,以“注重成本的控制”向“注重提高客戶的滿意度”轉化,客戶成為企業最重要的資源。如何不斷改善客戶關系,掌握更多的客戶信息,提高客戶滿意度;如何在日益激烈的市場競爭中把握機會,占據更多的市場份額成為當前企業各層管理者的中心工作。
               客戶關系管理,簡稱CRM,是一種全面的管理和技術方法。它充分利用信息技術帶來的革命性影響,將企業中的人力資源、業務流程與專業技術進行有效的整合,以滿足客戶的需求為核心目標,使得企業可以更低的成本、更高效率地滿足客戶的需求,進而從其客戶關系中獲得長久的互動收益。
               系統采用ASP.NET 2.0和Microsoft SQL Server 2005數據庫,實現基于B/S的三層架構的構建,用戶無需安裝任何特定應用程序,即可隨時隨地通過網絡登錄使用。客戶關系管理系統,是各大小公司在現代商戰中不可或缺的利器。它能將分散在企業內部的客戶信息集中,讓企業對自己的客戶有一個全面而準確的了解,提高業務人員的工作效率,縮短對客戶需求的響應時間,增強企業與客戶間的交流。
              關鍵詞:客戶關系管理 C# B/S ASP.NET
              Customer relationship management (CRM) of design and implementation
              Abstract

               With the deepening of market economy, enterprise management gradually from a "product-centric" to "customer-centric" transformation to "focus on cost control" to "focus on improving customer satisfaction," the transformation of the enterprise customer, the most important resource. How to constantly improve customer relationships, have more customer information and improve customer satisfaction; how in the increasingly fierce competition in the market the opportunities to occupy more market share as the current business manager of the center layers.
               Customer relationship management, referred to as CRM, is a comprehensive management and technical methods. It takes full advantage of information technology has brought the revolutionary impact of the enterprise's human resources, business processes and expertise for effective integration, to meet customer demand as the core goal of allowing companies to lower costs, more efficient meet customer demand, and thus to obtain long-term customer relationships from the interaction proceeds.
               System using ASP.NET 2.0 and Microsoft SQL Server 2005 database-based B / S Construction of three-tier architecture, users do not need to install any specific application, you can use anytime, anywhere through the network logon. Customer relationship management system is the size of the war in the modern business tool indispensable. It will be distributed within the enterprise customer information is centralized, so that business-to-own customers have a comprehensive and accurate understanding of the business staff to improve efficiency and reduce response time to customer needs, enhance communication with customers.
              Keywords: CRM C# B/S ASP.NET

              目  錄

              摘  要 I
              Abstract II
              1  緒論 1
              1.1系統研究的現狀 1
              1.2系統研究的意義 1
              1.3系統實現的目的 2
              2  可行性分析 3
              2.1技術可行性 3
              2.2經濟可行性 3
              2.3操作可行性 3
              2.4管理可行性 3
              2.5 開發工具 3
              2.6 B/S結構的研究 4
              2.6.1 B/S結構的優勢 5
              2.6.2 B/S結構的劣勢 5
              2.7 MVC模式 6
              3  需求分析 8
              3.1市場需求分析 8
              3.2系統需求分析 8
              3.2.1功能需求 8
              3.2.2性能需求 10
              3.3核心業務流程圖 10
              3.4用例分析 12
              3.4.1用例列表 12
              3.4.2用例圖 13
              3.4.3用例描述 16
              4  總體設計 22
              4.1 系統結構設計 22
              4.2系統權限劃分 22
              4.3數據庫設計 24
              4.3.1數據表 24
              4.3.2視圖 25
              4.3.3儲存過程 27
              5  系統設計 31
              5.1系統架構 31
              5.2類設計 31
              5.3功能模塊設計 32
              5.3.1登錄管理 32
              5.3.2客戶管理 32
              5.3.3供應商管理 34
              5.3.4用戶管理 34
              5.3.5員工管理 35
              5.3.6業務管理 36
              5.3.7系統管理 36
              5.4系統安全相關 37
              6  設計的實現 38
              6.1界面設計實現 38
              6.2功能模塊實現 39
              6.2.1登錄管理 39
              6.2.2賬號管理 39
              6.2.3系統管理 40
              6.2.4員工管理 41
              6.2.5分析功能 41
              6.3測試計劃 42
              6.4測試步驟 43
              6.5測試用例 44
              6.6系統的優化 45
              7  運行與維護 47
              7.1運行所需的環境 47
              7.2實施相關 47
              7.3日常維護 47
              總  結 48
              參考文獻 49
              謝  辭 50


              相關論文
              本論文在其他專業論文欄目,由論文格式網整理,轉載請注明來源www.donglienglish.cn,更多論文,請點論文格式范文查看
              上一篇:E4303焊條的工藝性能及冶金研究 下一篇:企業人事管理系統的研究與實現
              Tags:客戶關系 管理系統 CRM 設計 實現 【收藏】 【返回頂部】
              會計論文
              電子機電論文
              金融論文
              電氣自動化論文
              模具設計
              化學工程與工藝
              機械設計
              電子通信論文
              英語論文
              行政管理論文
              物流論文
              電子商務論文
              法律論文
              國際貿易論文
              財務管理論文
              人力資源論文
              市場營銷論文
              土木工程論文
              工商管理論文
              工程管理論文
              漢語言文學論文
              教育管理論文
              測控專業論文
              交通工程論文
              旅游管理論文
              新聞專業論文
              藝術設計
              教育技術學論文
              應用物理學論文
              輕化工程論文
              德語專業論文
              給水排水工程
              服裝設計與工程
              食品生物技術
              材料科學與工程
              電視制片管理
              工業工程論文
              文化產業管理
              包裝工程論文
              印刷工程論文
              信息管理論文
              制藥工程論文
              生物工程論文
              電子信息工程
              信息計算科學
              電氣工程論文
              通信工程論文
              財務會計畢業論文
              電子商務畢業論文
              現代教育技術
              信息管理專業
              心理學專業
              數學與應用數學
              數學教育
              護理學畢業論文
              其他專業論文
              歷史學論文
              學前教育畢業論文
              小學教育畢業論文
              教育管理畢業論文
              法律專業畢業論文
              漢語言文學畢業論文
              工商管理畢業論文
              人力資源畢業論文
              營銷專業畢業論文
              物流專業畢業論文
              計算機論文
              最新文章
              熱門文章
              計算機論文
              推薦文章

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

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

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

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

              论文格式网:毕业论文格式范文
                <ul id="eemuq"></ul>
                <strike id="eemuq"></strike>
                <ul id="eemuq"></ul>
                <strike id="eemuq"></strike>
                <ul id="eemuq"><pre id="eemuq"></pre></ul>