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

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

          汽車銷售管理系統的設計與開發

           本文ID:LWGSW14322 價格:收費積分/100
          掃一掃 掃一掃
          本站會員可自行下載:下載地址 汽車銷售管理系統的設計與開發 (收費:1000 積分)  

          論文字數:11538,頁數:32

          摘   要
          隨著人們生活水平的不斷提高,人們對汽車的消費和需求也越來越旺盛。很多汽車銷售公司的業務環節仍然運用人工記賬的傳統方法,既容易出錯又會導致賬目混亂,查詢和統計起來也非常不方便,費時又費力,嚴重時會給公司造成難以挽回的損失。如何管理好這些,使整個公司協調一致、高效率地運轉,是各公司急待解決的問題。
          汽車銷售管理系統不但能使各業務環節協調一致,而且操作簡單,賬目清晰。通過賬目查詢,公司能在最短的時間內獲得市場信息,從而制訂相應的決策。因此,該系統主要根據實際需求,劃分了售前管理、車輛管理、訂貨管理、查詢管理、售后管理和系統設定六大模塊,并選用Visual Studio .NET 2005開發工具和 SQL Server 2000數據庫,采用B/S模式實現了從客戶來訪、報價、訂購等多個環節數據的跟蹤管理服務,基本上滿足了汽車銷售管理流程。

          關鍵詞:銷售管理;B/S模式;數據庫;.NET
          Design and Development of the Automobile Sale Management System
          Abstract
          As people's living standards continued to improve, the demand for the automobile is growing fast. Many auto sales businesses are still using the traditional and manual accounting, it’s easy to lead the accounts error and chaos. It is not easy and always costs us much time to inquiries and statistics, which may be led company to serious circumstance. How to deal with these to make the company coordinated and efficient is the first problem should be solved.
          Automobile sales management system not only helps the business with coordinated, but also operation simple, accounts clear. By query score, company can get the useful market information in the shortest time, so as to work out correct decision. Namely, the system is mainly based on actual needs. We divide it to six modules, including pre-sale management, automobile management, order management, search management, after-sale management and system set. We use Visual Studio.NET 2005 development tools, SQL Server 2000 database and B/S module to achieve the services about customer visit, Price, ordering and so on basically meeting the needs of automobile sales management processes.

          Key words: Sale management; B/S model; Database; .NET

          目  錄

          1 引言 1
          1.1 系統開發背景及意義 1
          1.2 系統目標 1
          2 需求分析和設計 1
          2.1 需求分析 1
          2.1.1 系統需求 1
          2.1.2 功能需求 2
          2.1.3 運行需求 2
          2.2 系統的功能模塊設計 2
          2.2.1 售前管理模塊 3
          2.2.2 車輛管理模塊 3
          2.2.3 訂貨管理模塊 3
          2.2.4 查詢統計模塊 3
          2.2.5 售后管理模塊 4
          2.2.6 系統設定模塊 4
          3 系統解決方案 4
          3.1 系統的解決方案 4
          3.2 ASP.NET簡介 4
          3.3 C#簡介 4
          3.4 SQL server 2000 簡介 5
          3.4.1 服務器組件 5
          3.4.2 客戶端工具 5
          3.5 B/S結構 5
          4 數據庫設計 6
          5 系統具體實現 8
          5.1 用戶登錄模塊設計 8
          5.1.1 前臺頁面設計 9
          5.1.2 后臺功能代碼 10
          5.2 首頁界面設計 11
          5.3 售前管理模塊的具體實現 11
          5.3.1 添加客戶信息 11
          5.3.2 添加車輛信息 13
          5.4 車輛管理模塊的具體實現 15
          5.5 訂貨管理模塊的具體實現 16
          5.6 查詢統計模塊的具體實現 18
          5.7 售后管理模塊的具體實現 19
          6 系統測試 20
          6.1 系統功能模塊測試 20
          6.1.1 售前模塊功能測試 20
          6.1.2 車輛管理模塊測試 22
          6.2 系統完善與優化 23
          結    論 23
          參考文獻 24
          致    謝 25
          聲    明 26


          相關論文
          本論文在計算機論文欄目,由論文格式網整理,轉載請注明來源www.donglienglish.cn,更多論文,請點論文格式范文查看
          上一篇:公文管理系統的設計與實現 下一篇:基于JSP的畢業設計選題系統的設計..
          Tags:汽車銷售 管理系統 設計 開發 【收藏】 【返回頂部】
          最新文章
          熱門文章
          計算機論文
          推薦文章

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

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

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

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

          论文格式网:毕业论文格式范文
        • <ul id="y2imk"></ul>
          <strike id="y2imk"><rt id="y2imk"></rt></strike>
            <fieldset id="y2imk"></fieldset><cite id="y2imk"><table id="y2imk"></table></cite>