文章导读:在新的一年中,各位网友都进入紧张的学习或是工作阶段。网学的各位小编整理了DELPHI-会计电算化系统的设计与实现——财务管理子系统的相关内容供大家参考,祝大家在新的一年里工作和学习顺利!
包括论文,设计,论文字数:12412,页数:32
摘 要
本系统是以会计学的基本理论为基础,我国会计电算化的管理体制为约束,结合中小企业的财务管理需求进行开发的。为实现会计电算化业务中的财务管理功能,系统采用了典型的信息管理系统(MIS)模式。本系统主要包括后台数据库的建立和维护以及前端应用程序的开发两个方面,系统为 C/S架构。系统的后台数据库采用SQL Server 2000建立,其提供了强大而稳定的企业级数据库开发平台,实现了数据一致性、完整性及安全性上的要求。并且SQL Server的存储过程特性,为本系统业务功能的实现提供了解决方案。系统的前台应用程序采用DELPHI 7.0进行开发。DELPHI的ADO组件提供了强大而快捷的数据库控件,能方便而简洁操纵数据库的智能化对象,实现了短期内开发出用户满意的可行系统。本系统的会计业务功能是通过调用存储过程实现,满足了功能的稳定性和安全性要求。
关键词: 会计电算化;财务管理;凭证;存储过程;ADO SQL;DLL; QuikRep
Design and Realization of Computerized Accounting System- - Financial Management Subsystem
Abstract
This system is based on the principles of accountancy, constrained by Chinese accounting by EDP, combined with the financial management requirement of middle & small enterprises to develop. To implement the financial management function in accounting by EDP, system applies typical MIS model. The establishment & maintenance of background database as well as the front-end application development are included with this system, system is the C/S structure. System''s background database is established by SQL Server 2000, which provides powerful & stable enterprise database development platform to realize data consistency, integrality and security. Moreover, the storage process feature of SQL Server provides solution for this system business function. System''s front-side application is developed by DELPHI 7.0, whose ADO components offer powerful & quick database control, to operate database''s intelligentized objective conveniently & quickly and develop the application system to meet clients'' requirement within short period. The accountancy business function of this system is realized by saving process, to meet the functional stability & security requirement.
Keywords: Computerized; Accounting; Financial; Management Credentials ; ADO; SQL; DLL; QuikRep
目 录
1 引言 5
1.1课题背景 5
1.2本课题研究的意义 2
1.3本课题的研究方法 2
2 理论知识简介 3
2.1系统结构 3
2.2系统环境 3
2.2.1 开发环境 3
2.2.2 运行环境 3
2.3开发工具 4
2.3.1 SQL Server 2000 4
2.3.2 Delphi的简介 5
2.3.3 ADO组件 7
3 系统需求分析 8
3.1会计学理论基础 8
3.2 基础资料维护 9
3.3 凭证管理 9
3.4 账薄管理 10
3.5 报表管理 10
3.6 期末处理 10
3.7 往来管理 11
3.8 固定资产管理 11
4 数据库的设计与实现 11
4.1 数据表项 11
4.1 数据库表关系图 12
4.2数据库表结构 13
4.3 存储过程 14
5 前端界面的设计与实现 15
5.1程序主窗体 15
5.2会计科目设置 16
5.3账户设置 17
5.4凭证输入 19
5.5凭证过账 21
5.6总分类账查询 21
5.7试算平衡 22
5.8明细账查询 23
5.9期末结账 23
5.10资产负债表报表输出 24
6 系统扩展 24
结 论 25
参考文献 25
致 谢 26
声 明 27