摘要
本文根據某軟件公司日常業務和管理需求,設計并開發一個基于該公司現狀的CRM客戶關系管理系統其中的帳套管理和數據維護的模塊。實現登陸控制,客戶資料管理,日常工作輔助提醒等功能。
文章從問題的產生開始敘述,介紹了CRM系統的特點,產生背景及發展狀況,以及本次開發所使用的開發工具和運行平臺。在開發過程中,采用一般軟件開發的步驟,經歷需求分析,概要設計,詳細設計,編碼,測試各個階段。技術上利用SQL SEVER 進行數據庫創建和維護,利用Delphi 6.0完成具體的編碼工作。數據庫方面將用到各種類別的查詢及視圖等。界面設計上利用Delphi 各種控件,接口數據傳輸將利用動態數據鏈完成。
關鍵詞: CRM;Delphi;SQL Server;帳套管理;數據維護
CRM System Account Management and Data Maintenance
Abstract
In accordance with the ordinary course of business and management needs of a software company, this paper designs and develops a module about account management and data maintenance in customer relationship management(CRM)system which is based on the status of the company. It enables the company with landing control, customer data management, job aids to remind the day-to-day functions. Firstly the article describes the problem, then it introduces the characteristics of a CRM system, the background and the development, as well as the platform and tools which we used in the whole process. Like general software development, this development includes these stages: needs analysis, outline design, detailed design, coding, testing. In the process, we use SQL SEVER to create and maintain the database, DELPHI 6.0 to complete the work of specific code. Meanwhile a variety of query and stored procedures will be used in database. At last we use kinds of Delphi Control Object in interface design, and complete dynamic data links by interface data transfer .