以下是网学网为您推荐的其他类别-温州丰源汽车服务有限公司财务管理信息系统,希望本篇文章对您学习有所帮助。
论文字数:13279,页数:33
摘要
本课题为温州丰源汽车服务有限公司财务管理信息系统。本课题包括:创建数据库,数据表的建立,创建存储过程等。它实现了信息录入的自动化,信息处理的高速化。它避免了数据冗余、重复录入甚至处理出错等情况的发生,是管理环节的一个具有真正意义上的实用价值的管理软件,从根本上完全改变了基于文本、表格等纸介质的手工处理方式,使财务管理工作者摆脱了繁琐的登记、处理、核算工作,从而大大减轻了财会人员的劳动强度。
本软件采用的工具主要包括数据库应用程序的前端开发工PowerBuilder9.0和后台数据库工具SQL Server 2000个人版。
关键词:系统设计,财务管理, PB,SQL Server 2000
ABSTRACT
The finance information management system for wenzhou car service company was designed in the project. The project includes to build the datebase and date list as well as the process of storage and so on. It realized to input the information automatically, and speed up processes of the information. It avoided these conditions occured that the data redundancy, the repetition input and even processing with the mistake. It was the significant and valuable management software which managed the links. It fundamentally completely changed the manual processing method which is based on paper medium and form and so on. It enables the financial managers to get rid of the tedious registration, processing and the checking, thus it greatly reduced the finance and accounting personal labor intensity.
This software takes use of the tool which includes the front procedure of the database application to develop labor PowerBuilder9.0 and backstage database tool SQL the Server 2000 personal versions.
Keywords:System design,financial control, PB,SQL Server 2000
目录
摘要 I
ABSTRACT II
第1章 绪论 1
1.1 背景 1
1.2 开发目标及任务 3
1.3 系统开发方法及可行性 3
第2章 系统开发环境 5
2.1 系统的开发环境 5
2.2 PowerBuilder介绍 5
2.3 SQL Server 2000 介绍 6
2.4 在PB中访问SQL Server数据库的方法 8
第3章 系统的总体规划 9
3.1 简述 9
3.2 需求分析 9
3.2.1 客户要求 10
3.2.2 绘制系统流程图 11
3.2.3 数据字典 12
第4章 系统设计 14
4.1 系统E-R图 14
4.2 数据结构的具体实现 14
第5章 系统功能分析及模块实现 17
5.1 系统功能分析 17
5.2 系统功能模块的具体实现 17
第6章 系统维护及存在问题 20
6.1 系统维护 20
6.2 系统存在的问题 20
第7章 总结 21
致谢 22
参考文献 23
附录1 :代码 24