erp之财务管理系统毕业设计毕业论文.doc

约37页DOC格式手机打开展开

erp之财务管理系统毕业设计毕业论文,erp之财务管理系统毕业设计毕业论文摘 要近年来,随着我国信息技术的飞速发展,计算机应用已逐渐渗透到各个领域。在企业管理领域内,计算机的应用已经十分广泛,各种管理机制与企业运作流程都与计算机紧密结合在一起,计算机的应用进一步完善了企业的管理,提高了企业的现代化管理形象。erp之财务管理系统是适应现代企业制度要求、推动企...
编号:20-181471大小:1.18M
分类: 论文>计算机论文

内容介绍

此文档由会员 天空之翼 发布

ERP之财务管理系统毕业设计毕业论文


摘  要

近年来,随着我国信息技术的飞速发展,计算机应用已逐渐渗透到各个领域。在企业管理领域内,计算机的应用已经十分广泛,各种管理机制与企业运作流程都与计算机紧密结合在一起,计算机的应用进一步完善了企业的管理,提高了企业的现代化管理形象。
ERP之财务管理系统是适应现代企业制度要求、推动企业财务管理走向科学化、规范化的必要条件,为企业建立起信息高速公路,促使企业逐步形成方便、科学、合理的管理模式。
ERP之财务管理系统属于企业资源计划模块之一,同时它也是企业管理系统中非常重要的一部分,该系统通过对财务信息进行数字化管理,加快信息处理速度,提高管理效率,从而促进企业的发展。
本系统是利用PowerBuilder 9.0 数据库技术并结合中国企业管理制度而建立起来的一个信息系统,主要包括应收管理、应付管理、资金管理和总帐管理等模块,实现了个模块的录入、查找和生成报表等功能。

 


关键字:财务管理系统,PowerBuilder 9.0,ERP——企业资源计划

 
Abstract
In recent years, the application of computer gradually seeped to each domain along with the rapid development of the information technology of our country. In the business management domain, the application of computer already widespread extremely, Each kind of management mechanism and enterprise operation flow all with computer in close integration with in together, the application of computer further consummated enterprise's management and enhanced the image of enterprise's modern management.
Financial management system of ERP  adapts the modern enterprise system request, the essential condition of impelling enterprise financial control moves towards scientific and standardized,it establishes the information superhighway for the enterprise, urges the enterprise to form conveniently, scientific and the reasonable management pattern gradually.
Financial management system the ERP belongs to one of the enterprise resources plan modules. At the same time it is also one of the extremely important part of the business management system. This system uses the digitized management to deal with the financial information, accordingly, speeds up the information processing speed, enhances the management efficiency and promotes the development of the enterprise.
This is an information system that established by using the PowerBuilder 9.0 data bank technologies and unifies the China business management system, Mainly management, cost accounting, fund management and general ledger management module and so on. It includes the receivable of management, deal of management, realized the function of inputting module, search and production report form, etc.

Key Words: Financial Management System, PowerBuilder 9.0,ERP ——Enterprise Resources Planning
目  录
前  言 1
第一章 ERP(企业资源计划)原理 2
1.1 ERP理论的形成 2
1.1.1 基本MRP 2
1.1.2 闭环MRP 2
1.1.3 制造资源计划(MEP-II) 2
1.1.4企业资源计划(Enterprise Resource Planning --ERP) 3
1.2 ERP基本模块 3
1.2.1 制造管理部分 3
1.2.2 财务管理部分 3
1.2.3 人力资源管理部分 3
第二章 开发工具简介 4
2.1 PowerBuilder 9.0简介 4
2.2 PowerBuilder9.0的特点 4
2.2.1 专业的客户/服务器开发工具 4
2.2.2 面向对象的编程 5
2.2.3 支持多种关系数据库管理系统 5
2.2.4 丰富的数据表现风格 5
2.2.5 灵活快捷的数据转移方法 6
2.2.6 功能强大的调试器和多种调试方式 6
2.3 PowerBuilder的事务对象 6
2.3.1 用数据库的事务管理指令实现完全控制 6
2.3.2  PowerBuilder中的事务管理 7
2.3.3 创建与删除自定义的事务对象 8
第三章 系统分析 9
3.1 系统目标 9
3.2 系统需求分析 9
3.3 开发设计思想 10
3.4 系统开发运行环境设置 10
第四章 系统设计 11
4.1 系统功能结构设计 11
4.2数据库设计与实现 13
4.2.1 数据库需求分析 13
4.2.2 数据库设计 14
4.2.3 数据库逻辑结构设计与实现 14
4.2.4 数据库的连接 18
第五章 关键模块及代码设计 20
5.1 应用程序对象设计 20
5.2 登陆界面设计 20
5.3 主界面设计 21
5.4 系统管理界面设计 22
5.5 参数设置界面设计 23
5.5.1 科目设置界面设置 23
5.5.2 会计期间设置界面设置 25
5.5.3 兑换率设置界面设置 25
5.6 应收管理子系统界面设计 25
5.6.1 应收结帐单管理界面设置 26
5.6.2 应收结帐单查找界面设置 26
5.6.3 应收结帐单报表界面设置 28
5.6.4 收款单管理界面设置 29
5.6.5 收款单查找界面设置 29
5.6.6收款单报表界面设置 30
5.7 应付管理子系统界面设置 31
5.8 资金管理子系统界面设置 31
5.9 总帐管理子系统界面设置 31
5.10 帮助界面设置 33