摘 要
汽车销售管理系统设计的目的是为用户提供汽车销售信息等方面的平台。
与其它应用程序相比,汽车销售管理的设计主要面向于4S店,旨在为管理员和采购员、仓管员、销售员提供一个汽车销售管理系统。采购员、仓管员、销售员可以通过系统及时查看汽车销售信息等。
汽车销售管理系统是在Windows操作系统下的应用平台。为防止出现兼容性及稳定性问题,服务器选择的是jdango,采购员、仓管员、销售员与管理员后台之间的数据存储主要通过MySQL。用户在使用应用时产生的数据通过 Python等语言传递给数据库。通过此方式促进汽车销售管理系统信息流动和数据传输效率,提供一个内容丰富、功能多样、易于操作的汽车销售管理系统。
关键词:汽车销售管理系统;Python语言;MySQL数据库;
Abstract
The purpose of designing a car sales management system is to provide users with a platform for car sales information and other aspects.
Compared with other applications, the design of automotive sales management is mainly aimed at 4S stores, aiming to provide an automotive sales management system for administrators, purchasers, warehouse managers, and salespeople. Buyers, warehouse keepers, and salespeople can view car sales information in a timely manner through the system.
The car sales management system is an application platform under the Windows operating system. To prevent compatibility and stability issues, the server is selected as jdango, and the data storage between the purchaser, warehouse keeper, salesperson, and administrator backend is mainly through MySQL. The data generated by users when using the application is transmitted to the database through languages such as Python. By promoting the information flow and data transmission efficiency of the automobile sales management system in this way, we provide a rich content, diverse functions, and easy to operate automobile sales management system.
Keywords: Automotive sales management system; Python language; MySQL database;
目 录
目 录 I
一 绪论
1.1研究意义
1.2系统设计目的
1.3系统设计思想
二系统开发环境及关键技术
2.1 Python 语言
2.2 Django 框架简介
2.3 MySQL数据库介绍
2.4系统开发环境
三 系统的设计 5
3.1 系统性能需求 5
3.2 需求分析
3.3可行性分析
3.3.1经济可行性
3.3.2技术可行性
3.3.3社会可行性
3.4系统用例分析
3.5软硬件需求
3.6系统流程图
四 系统设计
4.1系统设计总体描述
4.2数据库设计
4.2.1 数据库系统
4.2.2数据库实体及属性
4.2.3数据库设计表
五 系统的实现
5.1 管理员功能的实现
5.2 采购员功能的实现
5.3 仓管员功能的实现
5.4 销售员功能的实现
六 软件测试
6.1软件测试原则
6.2软件测试过程
6.3测试用例
6.4本章小结
结 论
参考文献
致 谢