典当业务管理信息系统的设计与实现毕业.doc
《典当业务管理信息系统的设计与实现毕业.doc》由会员分享,可在线阅读,更多相关《典当业务管理信息系统的设计与实现毕业.doc(62页珍藏版)》请在淘文阁 - 分享文档赚钱的网站上搜索。
1、【精品文档】如有侵权,请联系网站删除,仅供学习与交流典当业务管理信息系统的设计与实现毕业.精品文档.分类号:TP311 单位代码:10422密 级: 学 号:Z0843048410硕士学位论文论文题目: 典当业务管理信息系统的设计与实现Design and Implementation of the Pawn Business Management Information System作者姓名 孙式河 专 业 软件工程 指导教师 史清华 副教授 2009年10月10日原创性声明和关于论文使用授权的说明原创性声明本人郑重声明:所呈交的学位论文,是本人在导师的指导下,独立进行研究所取得的成果。除文
2、中已经注明引用的内容外,本论文不包含任何其他个人或集体已经发表或撰写过的科研成果。对本文的研究作出重要贡献的个人和集体,均已在文中以明确方式标明。本声明的法律责任由本人承担。论文作者签名: 日期: 关于学位论文使用授权的声明本人完全了解山东大学有关保留、使用学位论文的规定,同意学校保留或向国家有关部门或机构送交论文的复印件和电子版,允许论文被查阅和借阅;本人授权山东大学可以将本学位论文的全部或部分内容编入有关数据库进行检索,可以采用影印、缩印或其他复制手段保存论文和汇编本学位论文。(保密论文在解密后应遵守此规定)论文作者签名: 导师签名: 日期: 目录摘 要IABSTRACTIII第1章 绪论
3、11.1系统开发的背景11.2国内现状21.3解决的主要问题31.4本文的主要工作41.5本文采用的主要技术51.6本文的组织结构8第2章 需求分析92.1系统概述92.1.1系统的业务模型102.1.2系统的总体要求112.2业务需求分析122.2.1基本业务程序132.2.2典当业务流程142.2.3业务部门制定的分支大宗业务操作192.2.4系统的整体业务流程192.3系统需求问题描述202.3.1系统功能性需求212.3.2系统非功能性需求262.3.3数据流图26第3章 系统架构设计283.1系统设计的技术基础283.1.1系统设计的基本原则283.1.2系统研究与开发的方法293.
4、1.3系统研究与开发的目标303.2系统技术架构313.2.1 MIS研究的体系结构313.2.2 MIS研究的数据库系统313.2.3部署架构323.3系统功能架构34第4章 系统详细设计384.1功能模块的详细设计384.2子系统模块结构设计404.3数据库设计424.3.1典当业务管理系统的ER图434.3.2数据库中主要表的介绍454.3.3定义库表关联464.3.4典当业务信息系统的主数据库pawn及其中的表结构484.3.5典当业务程序部分数据字典504.4系统安全性设计50第5章 系统实现和测试525.1民品典当业务界面设计525.2民品业务实例及部分源代码535.3系统测试57
5、5.3.1测试概述575.3.2测试用例58第6章 总结和展望60参考文献61致 谢63CONTENTChinese abstractIEnglish abstractIIIChapter 1 introduction11.1 background of system development11.2 Domestic situation21.3 main problem solving31.4 This article mainly41.5 This article USES the main technology51.6 Organizational structure8Chapter 2
6、Demand analysis92.1 System is summarized92.1.1 The business model system102.1.2 The overall requirement of system112.2 Business demand analysis122.2.1 Basic business program132.2.2 Pawn business processes142.2.3 Business department of bulk operations branch192.2.4 The whole system business processes
7、192.3 System requirements problems202.3.1 System functional requirements212.3.2 System non-functional requirements262.3.3 Data flow diagram26Chapter 3 The system architecture design283.1 System design technology foundation283.1.1 The basic principles of system design283.1.2 The method of research an
8、d development system293.1.3 System research and development goals303.2 System structure313.2.1 The MIS research system structure313.2.2 The MIS research database system313.2.3 Deployment architecture323.3 Functions of the system architecture34Chapter 4 The detailed design system384.1 Functional modu
9、les of the detailed design384.2 Subsystem structure design module404.3 The database design424.3.1 e-r chart of the Pawn business management system434.3.2 Mainly introduces database table454.3.3 Define tables464.3.4 Pawn business information systems in the database structure pawn484.3.5 Pawn business
10、 program data dictionary504.4 System security design50Chapter 5 System realization and testing525.1 Civilian goods pawn business interface design525.2 Civilian goods business examples and part of the source code535.3 System testing575.3.1 Test paper575.3.2 Test cases58Chapter 6 Summarize and prospec
11、ted60References61Thanks63摘 要随着市场经济和金融业的发展,古老的典当行业以崭新的面貌再度兴起。为了使典当业务适应现在社会发展的需要,我们设计实现了一个基于数据库结构的、专门用于典当业务管理的的应用系统典当业务管理信息系统。在系统正式投入使用后,用户只要在公司的局域网内部,就可以对其进行信息的共享和功能的调用。系统的设计和实施,使典当业务的管理工作更加规范,有效解决了数据重复、资源浪费、监督机制不完善、统计工作不及时等一系列现实问题。在文中,作者首先分析了系统的开发背景和国内典当业务信息管理的发展情况,概述了系统需要解决的主要问题,简单介绍了系统所采用的主要技术和主要贡
12、献。采用面向对象的思想,以统一建模语言为分析设计工具,对典当业务管理过程中的相关业务进行需求分析和系统设计。在实现部分,系统是采用B/S开发环境结合SQL2000数据库进行的。在安全方面,系统采用基于资源角色的权限管理,增强了系统运行的安全性。通过查询接口对外提供查询服务,系统内部提供完整的业务处理接口操作或查询数据,实现了对系统外部提供数据信息共享。系统设计的模块主要有:系统管理模块、信息管理模块、民品业务模块、综合业务模块、一卡通业务模块、统计报表模块等。各个模块内部又包含若干不同的子模块,用来实现不同的功能。完成后的系统不仅能够完成典当物品基本信息的管理,还可以对典当物品赎当、续当、绝当
13、、冻结、挂失信息进行管理和查询,实现快速建当、赎当、续当、绝当、冻结、挂失等全过程业务处理,提供综合查询、到期当票提示、当物盘存、营业统计、典当业务统计分析等全面管理功能。主要强调实际业务流程和目标的实现,能够满足日常业务操作、业务管理、业务跟踪、业务分析等全方位的管理需求。与传统的典当业务管理信息系统相比,我们完全可以做到无纸化操作过程,从典当业务的开始、审批、放款、直至后续的统计工作等完全不需要人工纸质操作,适应了这一特殊行业的业务运作需要,实现规范流程,且页面清晰、操作简单,有助于提高典当公司的管理水平和管理形象。关键词:典当;典当业务;管理信息系统;民品典当ABSTRACTAlong
14、with the development of market economy and finance industry, ancient pawn to rise again. In order to make business to pawn now in need of social development, we design a based on database structure, specially for the application of business management pawn - pawn business management information syst
15、em. In the system, as long as the users in the companys LAN, can on the inside information sharing and function calls. System design and implementation, and management of the business to pawn standarder, effectively solved data repetition and resource waste and supervision mechanism imperfect, the s
16、tatistical work in such a series of practical problems.In the paper, the author firstly analyzes the development background of the system and the development of business information management pawn, summarizes the main problems need to solve the system, and briefly introduces the system used by the
17、main technology and the main contribution. Using object-oriented ideas, unified modeling language for analysis and design tools for business management process related pawn business needs analysis and system design. In part, the system is realized by B/S development environment SQL2000 database. In
18、terms of security, system based on the resource management, strengthen the role of the operating system security. Through the query interfaces provide consulting services, internal system provides complete business operation or query data processing interface of external data information sharing sys
19、tem.System design module mainly has: the system management module, information management module, civilian goods business module, comprehensive business module, card business module, statistics module, etc. Each module contains a number of different internal modules, used to achieve different functi
20、ons. The system can not only after the completion of the basic information of the articles completed pawn to pawn, still can manage ShuDang items, renewal and when, freezing, when loss of information management and query, realizing fast when, ShuDang, continue to build and when, freezing, such as lo
21、ss of business process, provide integrated query, due DangPiao hint, when things inventory, business statistics, statistical analysis and comprehensive pawn business management functions. Emphasis on practical business processes and the realization of the goal, can satisfy the daily operation, busin
22、ess management, business tracking, business management needs analysis, etc. With the traditional pawn business management information system, we can accomplish paperless operation process, from the start, the examination and approval of the pawn business, lending, until the statistical work in subse
23、quent such doesnt need artificial paper operation, adapted to the needs of the business operation special profession, regulate and pages clearly process, simple operation, improve the management level of pawn companies and image.Key word: Pawning; Pawns service; Management information system; The go
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 典当 业务 管理信息系统 设计 实现 毕业
限制150内