{$cfg_webname}
主页 > 计算机 > ASP.NET >

茉莉二手书店管理系统的设计(ASP.NET,SQL)

来源:wenku163.com  资料编号:WK16312903 资料等级:★★★★★ %E8%B5%84%E6%96%99%E7%BC%96%E5%8F%B7%EF%BC%9AWK16312903
资料介绍

茉莉二手书店管理系统的设计(ASP.NET,SQL)(任务书,开题报告,论文11000字,程序代码,SQLserver数据库)
摘要
通过对二手书店的调查分析,二手书店还采用传统的人工管理方式,所以此用户活动中心需要一个二手书店管理系统来实现用户对收书出售工作的最大效率化,使用户能够更方便的观看图书,从而加快用户文化的建设。
随着计算机信息技术的不断发展和进步,计算机信息技术已经被应用到越来越多的二手书店和个人管理业务中去。它为旧书店的各种管理带来极大的方便。目前,大多数二手书店的管理效率很低,二手书店相关信息的管理无法得到有效管理。在基本图书信息管理,图书收据信息管理,销售信息管理,会员信息管理等一系列过程中也存在很多缺陷。这迫切需要使用旧书店管理系统来协助二手书店对二手书店相关信息进行科学管理和控制。实现提高二手书店管理效率,管理二手书店科学,准确,便捷的目标。
茉莉二手书店管理系统采用ASP.NET技术,运用VS2013工具,以SQL2014为数据库,设计并实现了一个茉莉二手书店管理系统。茉莉二手书店管理系统具有对图书信息进行管理、查询、分类管理,对会员信息进行管理,对图书信息进行收书和销售以及归还等功能。使用该系统提高了二手书店的管理效率,能对店铺的会员信息,图书信息,收到图书信息和销售信息,进行科学管理,提高管理效率,节省人力。
关键词:二手书店;销售管理;系统开发与设计

Abstract
Through the analysis of the second-hand bookstore, the second-hand bookstore also adopts the traditional manual management, so the user's activity center needs a second-hand bookstore management system to realize the user's more efficient work of the book collection and sale, and the user can watch the video disc more conveniently, and accelerate the construction of the user's culture.
With the continuous development and progress of computer information technology, computer information technology has been applied to more and more second-hand bookstores and personal management business, which brings great convenience to the management of second-hand bookstores. At present, the management efficiency of most used bookstores is very low, and the management of the related information of second-hand bookstores can't be managed effectively. There are many mistakes in the process of the basic information management of the second-hand bookstore information, the management of the book collecting information, the management of the sale information, the information management of the members and so on, which is urgent. The secondhand bookstore management system should be used to assist the secondhand bookstore to manage and control the secondhand bookstore related information scientifically, to improve the efficiency of the secondhand bookstore management, and to manage the scientific, accurate and convenient purpose of the secondhand bookstore.
Jasmine used bookstore management system using ASP.NET technology, using VS2013 tools, used SQL2014 as a database, designed and implemented a Jasmine second-hand bookstore management system. Jasmine's second-hand bookstore management system has the functions of managing, querying, and classifying book information, managing member information, collecting and selling book information, and returning. The use of this system has improved the management efficiency of second-hand bookstores, scientific management of store member information, book information, book receipt information and sales information, and improved management efficiency to save manpower.
Keywords:second-hand bookstore; sales management; system development and design
系统需求分析
在这一部分,我为了能更好更实际的了解掌握需求,进行了调查和相关的实地调研考查,主要调研对象为实体旧书店相关工作人员,了解他们对于书店管理的功能和性能需求,归纳了解得出该系统应具备的功能如下。
(1)权限参数设置:不同的人在使用系统时有不同的权利,也就是说可以处理的功能和服务不能相同。与此同时也要保证权限是可控的。
(2)收书管理:收书、付款管理、收书单据管理。
(3)库存管理:图书编号上架、库存查询、库存报损。
(4)书架及图书管理:书架编号、图书分类、区域管理。
(5)售书管理:图书销售,读者支付管理,销售文档查询。
(6)图书查询:模糊查询、分类浏览。
(7)统计分析:销售排行、支出与收入统计、利润分析。
   

茉莉二手书店管理系统的设计(ASP.NET,SQL)
茉莉二手书店管理系统的设计(ASP.NET,SQL)
茉莉二手书店管理系统的设计(ASP.NET,SQL)
茉莉二手书店管理系统的设计(ASP.NET,SQL)
茉莉二手书店管理系统的设计(ASP.NET,SQL)


目录
第1章绪论    1
1.1选题背景    1
1.2选题目的和意义    1
1.3国内外研究现状    2
1.4主要研究内容和实施步骤    2
第2章系统分析    4
2.1系统开发环境    4
2.2系统可行性分析    4
2.3系统需求分析    5
2.4业务流程分析    6
2.4.1管理员业务流程    6
2.4.2员工业务流程    7
2.4.3系统业务流程图    7
2.5数据流程分析    8
2.6数据字典    9
第3章系统设计    10
3.1功能模块设计    10
3.1.1系统主功能模块    10
3.1.2管理员子功能模块    11
3.1.3员工子功能模块    12
3.2数据库设计    13
3.2.1数据库概念结构设计    13
3.2.2数据库逻辑结构设计    16
3.2.3数据库物理结构设计    16
第4章系统实施    18
4.1系统登录    18
4.2管理员功能模块    19
4.2.1用户信息管理    19
4.2.2图书信息管理    20
4.2.3会员信息管理    21
4.2.4销售管理    22
4.2.5统计分析管理    23
4.3员工功能模块    23
4.3.1用户信息管理    23
4.3.2查询图书    24
第5章总结与展望    25
5.1全文总结    25
5.2研究展望    26
参考文献    27
致谢    28

推荐资料