书店管理系统的设计与实现.docx
《书店管理系统的设计与实现.docx》由会员分享,可在线阅读,更多相关《书店管理系统的设计与实现.docx(74页珍藏版)》请在三一办公上搜索。
1、书店管理系统的设计与实现本科生毕业设计 摘 要 在当今社会,随着计算机的发展及网络技术的应用,日常管理工作应该从以前繁琐的事务中解放出来,从而提高了工作效率。目前在大的书店应有一整套比较完整的信息管理系统,而在一般小型的书店中大部分工作还是进行着手工管理,工作效率很低,并且不能及时了解书店各类图书的库存,读者需求的图书难以在短时间里找到图书的入库和更新比较麻烦等,不便于动态及时调整图书结构。同时由于不可避免的人为因素,造成数据的遗漏误报等。为了更好地适应当前书店的销售需求,缓解手工管理存在的弊端,开发了书店管理系统,该系统向用户提供的服务将在传统的“入库-销售-盘点”基础上,进一步提供全方位的
2、信息服务。 根据中小型书店的规模和经济能力,本系统具有书店管理系统的基本功能,如图书管理入库管理销售管理综合查询会员管理等,图书管理包含图书的详细信息,具体内容介绍和来源;入库管理包括对新书的进价,折扣和进书数量等;销售管理是对图书的详细销售情况介绍;综合查询可以对图书的详细内容,进价和数量等进行库存查询,并且界面简单操作简便。本系统的开发就是对数据进行增、删、改、查的操作,难点在于对书籍的连续添加。作为一种该研究方向的实践性探索,本书店管理系统旨在提供一个可以操作的,方便查询,易于修改的辅助管理系统,以满足当前中小型书店在管理实践和业务操作中的具体需求。系统采用Visual Basic 6.
3、0作为开发工具,后台数据库采用Microsoft Access,利用ADO数据控件进行连接。 关键词:图书管理;Visual Basic 6.0;Microsoft Access;ADO I 本科生毕业设计 Abstract In now the society, along with the computer development and the network technology application, the daily supervisory work should liberate from the before tedious business, thus enhanced
4、the working efficiency. At present should have an entire set of quite complete information management system in the big bookstore, but the majority of work or is carrying on the manual management in the common small bookstore, the working efficiency very low, and cannot promptly understand bookstore
5、 each kind of books the stock, the reader demand books found books going into storage in the short time quite to be troublesome with difficulty and so on with the renewal, inconveniences to the dynamic prompt adjustment books structure. In order to adapts the current bookstores sales demand well, al
6、leviates the manual management existence the malpractice, has developed the bookstore management system management system, this system the service which will provide to the user goes into storage in the tradition - sales - inventorying in the foundation, further will provide the omni-directional inf
7、ormation service. According to the middle and small scale bookstores scale and the economic capacity, this system has the bookstore management system management system the basic function, like the books management goes into storage the management sale management synthesis inquiry member management a
8、nd so on, the books management contains the books the detailed information, concrete content introduction and origin; Goes into storage the management including to enter the price to the new book, the discount and enters the book quantity and so on; The sales management is to the books detailed sale
9、 orientation lecture; The synthesis inquiry may to the books detailed content, enter the price and the quantity and so on carries on the stock inquiry, and the contact surface simple operation is simple. As one kind of this research direction practical exploration, this bookstore management system m
10、anagement system is for the purpose of providing to be allowed to operate, facilitates the inquiry, is easy assistance management system management system which revises, satisfies the current middle and small scale bookstore in the management practice and the service operation concrete demand. The s
11、ystem uses Visual Basic 6.0 to take the development kit, the backstage database uses Microsoft Access, controls using the ADO data to carry on the connection. Key words:Books management ;Visual Basic 6.0;Microsoft Access;ADO II 本科生毕业设计 目 录 第1章 绪 论 . 1 1.1 系统的开发背景 . 1 1.2 系统的开发环境 . 1 1.3 系统开发的必要性 . 2
12、 第2章 系统可行性分析 . 3 2.1 技术可行性 . 3 2.2 经济可行性 . 3 2.3 时间、设备可行性 . 4 第3章 需求分析 . 5 3.1 系统的功能性需求 . 5 3.2 系统的非功能性需求 . 6 3.3 系统的业务流程 . 6 3.3.1 系统总体结构 . 6 3.3.2 系统的业务流程 . 7 3.3.3 系统的数据流程 . 8 3.4 数据字典 . 9 3.4.1 数据结构的定义 . 11 3.4.2 数据流的定义 . 13 3.4.3 数据存储的定义 . 14 第4章 数据库分析与设计 . 15 4.1 数据库概念设计 . 15 4.2 实体及属性 . 16 4.
13、3 数据库逻辑设计 . 17 4.4 数据库物理设计 . 19 4.4.1 创建数据表 . 19 4.4.2 各表设计详解及各表关系图 . 20 第5章 程序设计与实施 . 26 5.1 开发工具和ADO基本属性 . 26 5.2 相关约束条件和约定 . 27 5.3 系统详细设计说明书 . 27 III 本科生毕业设计 5.3.1 系统模块汇总 . 27 5.3.2 系统核心模块详解 . 28 5.3.3 部分系统模块详解 . 29 5.4 用户界面设计 . 35 5.4.1 界面设计规范 . 35 5.4.2 系统窗体汇总 . 35 5.4.3 主界面设计 . 36 5.4.4 子界面设计
14、 . 37 第6章 软件测试分析报告 . 45 6.1 测试范围与主要内容 . 45 6.2 测试方法 . 45 6.3 测试报告 . 45 第7章 结 论 . 46 参考文献 . 47 致 谢 . 48 附 录 . 49 IV 本科生毕业设计 第1章 绪 论 1.1 系统的开发背景 随着信息的高速发展以及高科技的普及,人们的生产、生活越来越离不开信息,因此信息管理的重要性就日渐现形了,谁拥有了更多更有效的信息,谁就将在竞争中处于有利地位。 当今时代是飞速发展的信息时代,在各行各业中都离不开信息的处理,这正是计算机被广泛应用于信息管理系统的原因。计算机的最大好处在于利用它能够进行信息管理。使用
15、计算机进行信息控制,不仅提高了工作效率,而且大大的提高了其安全性。 尤其对于复杂的信息管理,计算机能够充分发挥它的优越性。计算机进行信息管理与信息管理系统的开发密切相关,系统的开发是系统管理的前提。本系统就是为了管理好书店图书信息而设计的。 书店作为一种信息资源的集散地,图书和客户购买信息资料繁多,包含很多的信息数据的管理。根据调查一般中小型书店对信息管理的主要方式还是基于文本、表格等简单的计算机信息处理。客户的管理、供应商的管理、图书的销售、退货情况的登记、这些操作的数据信息处理工作量大、容易出错,由于数据繁多,容易丢失,且不易查找。总的来说,中小型书店和个体书店缺乏系统、规范的信息管理手段
16、。尽管有的中小型书店有计算机,但是尚未用于信息管理,没有发挥它的效力,资源闲置比较突出,这就是管理信息系统开发的基本环境。 基于这些问题,我认为有必要建立一个针对中小型书店的书店管理系统,使中小型书店的管理工作规范化、系统化、程序化,避免书店管理的随意性,提高信息处理的速度和准确性,能够及时、准确、有效的进行书籍的交易。 1.2 系统的开发环境 软件环境:兼容当前主流操作系统 Windows 95/98/NT/Me/2000/XP 等。 硬件环境:386以上计算机,打印机、扫描仪等。 前台开发环境:Visual Basic 6.0 后台数据库环境:Microsoft Access 1 本科生毕
17、业设计 1.3 系统开发的必要性 书店管理系统的设计与推出是多方面原因促成的,一般中小型的书店和个体书店其日常管理工作都是人工操作,历史数据很难保存和利用,每天都要重复不必要的工作,对于书店的经营非常不利,也使得书店的员工资源利用率下降。针对这种状况,我计划开发一个面向中小型书店和个体书店的书店管理系统,实现对人员、物流的全面管理,以帮助这些书店早日实现书店管理信息化。 随着信息管理的高速发展,采用软件系统进行信息管理在各个领域都被广泛普遍的使用,在大型书店图书城这样的商业性机构都已经普及,但是中小型书店的管理方法依然很陈旧,还没有采用计算机进行相应的信息管理,仍然全是由人工管理的,这种管理方
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 书店 管理 系统 设计 实现
![提示](https://www.31ppt.com/images/bang_tan.gif)
链接地址:https://www.31ppt.com/p-3230600.html