毕业论文 超市进销存管理系统.rar
毕业论文 超市进销存管理系统,目录摘要iabstractii第1章绪论11.1课题来源11.2基本概念11.3目的及意义21.4研究主要内容21.5使用的开发平台2第2章系统分析32.1需求分析32.1.1系统功能分析32.1.2系统性能分析32.2可行性分析3第3章系统总体设计43.1系统功能结构43.2主要业务流程图5第4章数据库详细设计64....
该文档为压缩文件,包含的文件列表如下:
内容介绍
原文档由会员 ljjwl8321 发布
目 录
摘 要 I
ABSTRACT II
第1章 绪 论 1
1.1 课题来源 1
1.2 基本概念 1
1.3 目的及意义 2
1.4 研究主要内容 2
1.5 使用的开发平台 2
第2章 系统分析 3
2.1 需求分析 3
2.1.1 系统功能分析 3
2.1.2 系统性能分析 3
2.2 可行性分析 3
第3章 系统总体设计 4
3.1 系统功能结构 4
3.2 主要业务流程图 5
第4章 数据库详细设计 6
4.1 数据库设计 6
4.1.1 数据库需求分析 6
4.1.2 数据库概念设计 7
4.2 数据库逻辑结构设计 9
第5章 系统实现 13
5.1 程序主要界面 13
5.1.1 登录程序界面 13
5.1.2 主程序界面 13
5.2 销售管理 14
5.2.1 商品销售 14
5.2.2 商品退货 15
5.3 库存管理 15
5.3.1 库存成本统计管理 15
5.3.2 库存变动管理 16
5.4 进货管理 16
5.4.1 采购进货 16
5.4.2 商品查询管理 17
5.5 员工和客户信息管理 17
5.5.1 增加员工信息 17
5.5.2 修改员工信息管理 18
5.5.3 添加客户信息 18
结 论 19
参考文献 20
摘 要
进销存管理系统是针对中小型企业的管理特点,融合了众多先进管理意识开发而成的通用进销存一体化计算机管理系统,主要满足用户进货管理、库存管理、销售管理、员工信息管理、客户信息管理等各项工作。
在信息时代中的今天,大多数超市进销存管理系统用到C#编程语言,与数据库的连接,并且在VS2008的编译环境中执行。同时,针对超市进销存管理系统的系统技术、经济和管理可行性做了深入分析。超市进销存管理系统主要包括入库、出库、退货、采购、超市统计、查询这六部分,分别实现了搜索任意商品;对商品设定价格、库存量、报警数量、进货计划数、是否允许打折。还可以进行打印报表,包括计划进货表、本月本季本年的销售报表等功能。最后总体介绍了超市进销存管理所包括的基本功能模块,并详细阐述了其主要功能、设计思路及实现方法。
关键词 C#;超市进销存管理;数据库;VS2008
ABSTRACT
Purchase-sell-stock management system is aimed at small and medium enterprises management features, shirt-sleeve many advanced management consciousness development and become general enters sells saves the integration of computer management system, main satisfy users purchase management, inventory management, sales management, staff information management, customer information management work.
In the information times in today, most supermarkets purchase-sell-stock management system using c # programming language, and database connections, and in VS2008 compiler environment execution. At the same time, aiming at the supermarket purchase-sell-stock management system of technology, economy and management feasibility is further analysis. Supermarket purchase-sell-stock management system mainly include inbound, outbound, return money, procurement, supermarket statistics, inquires the six parts which realize the search arbitrary commodities; For goods setting prices and inventories, alarm quantity, purchase actions, whether to allow the sale. Still can printing statements, including a plan to purchase table, this month this year sales reports this season, and other functions. Finally the overall introduces the basic purchase-sell-stock management including supermarket function modules, elaborated its main function, design thinking and realization method.
Keywords: C# ;Supermarket purchase-sell-stock management; Database; VS2008
摘 要 I
ABSTRACT II
第1章 绪 论 1
1.1 课题来源 1
1.2 基本概念 1
1.3 目的及意义 2
1.4 研究主要内容 2
1.5 使用的开发平台 2
第2章 系统分析 3
2.1 需求分析 3
2.1.1 系统功能分析 3
2.1.2 系统性能分析 3
2.2 可行性分析 3
第3章 系统总体设计 4
3.1 系统功能结构 4
3.2 主要业务流程图 5
第4章 数据库详细设计 6
4.1 数据库设计 6
4.1.1 数据库需求分析 6
4.1.2 数据库概念设计 7
4.2 数据库逻辑结构设计 9
第5章 系统实现 13
5.1 程序主要界面 13
5.1.1 登录程序界面 13
5.1.2 主程序界面 13
5.2 销售管理 14
5.2.1 商品销售 14
5.2.2 商品退货 15
5.3 库存管理 15
5.3.1 库存成本统计管理 15
5.3.2 库存变动管理 16
5.4 进货管理 16
5.4.1 采购进货 16
5.4.2 商品查询管理 17
5.5 员工和客户信息管理 17
5.5.1 增加员工信息 17
5.5.2 修改员工信息管理 18
5.5.3 添加客户信息 18
结 论 19
参考文献 20
摘 要
进销存管理系统是针对中小型企业的管理特点,融合了众多先进管理意识开发而成的通用进销存一体化计算机管理系统,主要满足用户进货管理、库存管理、销售管理、员工信息管理、客户信息管理等各项工作。
在信息时代中的今天,大多数超市进销存管理系统用到C#编程语言,与数据库的连接,并且在VS2008的编译环境中执行。同时,针对超市进销存管理系统的系统技术、经济和管理可行性做了深入分析。超市进销存管理系统主要包括入库、出库、退货、采购、超市统计、查询这六部分,分别实现了搜索任意商品;对商品设定价格、库存量、报警数量、进货计划数、是否允许打折。还可以进行打印报表,包括计划进货表、本月本季本年的销售报表等功能。最后总体介绍了超市进销存管理所包括的基本功能模块,并详细阐述了其主要功能、设计思路及实现方法。
关键词 C#;超市进销存管理;数据库;VS2008
ABSTRACT
Purchase-sell-stock management system is aimed at small and medium enterprises management features, shirt-sleeve many advanced management consciousness development and become general enters sells saves the integration of computer management system, main satisfy users purchase management, inventory management, sales management, staff information management, customer information management work.
In the information times in today, most supermarkets purchase-sell-stock management system using c # programming language, and database connections, and in VS2008 compiler environment execution. At the same time, aiming at the supermarket purchase-sell-stock management system of technology, economy and management feasibility is further analysis. Supermarket purchase-sell-stock management system mainly include inbound, outbound, return money, procurement, supermarket statistics, inquires the six parts which realize the search arbitrary commodities; For goods setting prices and inventories, alarm quantity, purchase actions, whether to allow the sale. Still can printing statements, including a plan to purchase table, this month this year sales reports this season, and other functions. Finally the overall introduces the basic purchase-sell-stock management including supermarket function modules, elaborated its main function, design thinking and realization method.
Keywords: C# ;Supermarket purchase-sell-stock management; Database; VS2008