WWW.51LUNWEN.COM 无忧论文网
| 英国论文网 | 免费论文网|英国·澳大利亚·新西兰·加拿大·美国·荷兰】
无忧论文网无忧论文网名校师资提供一流服务
2009/1/9 星期五
论文首页 | 留学论文 | 硕士论文 | MBA论文 | 金融硕士 | 博士论文 | 论文定制 | 代写Assignment| 翻译服务 | 支付方式
论文下载 | 论文写作 | 论文格式 | 本科论文 | 论文老师 | 论文出售 | 论文发表 | 发表供需|   我的无忧  
英语论文|工商管理|市场营销|物流论文|人力资源|电子商务|旅游管理学|项目管理|行政管理|经济论文|金融论文|国际贸易|法律论文|日本语论文
教育论文|政治论文|社会哲学|新闻媒体|保险论文|会计财务|计算机科学|建筑论文|通讯论文|土木工程|医学论文|论文写作|留学文书|应用类范文
无忧论文网>论文下载中心 >自然科学类 >计算机科学 >计算机应用 >企业物资采购管理系统(含程序Powerbuilder开发工具,SQL Server数据库)
本类导航  
计算机科学
 →计算机软件
 →计算机应用
 →计算机网络
 →计算机数据库
 →计算机硬件
本专业最热门的论文 
图书馆管理系统(22077)
电子商务安全机制研究-支付系统的研究与实现(3723)
数据加密技术(3266)
《编译技术》多媒体课件制作(附开题报告,任务书,外文资料翻译等)(3199)
中小企业网站建设(2905)

Google 英语论文 硕士论文 论文下载 论文发表
支付方式咨询:357500023@qq.com
论文题目: 企业物资采购管理系统(含程序Powerbuilder开发工具,SQL Server数据库)
论文编号: lw200804101548079818
编辑:
论文属性: 本科毕业论文
论文地区:中国
论文语种:中文
刊登日期: 2008-04-10  
点击次数:1212
论文字数:24723
源程序:有
销售价格: 250
注释:
参考相关附件:
论文摘要目录:
关键词:计算机应用论文   中国论文   本科毕业论文
目   录

摘  要 1
Abstract 2
第1章 绪论 1
1.1企业物资采购管理系统概述 1
1.1.1企业物资采购管理的概念 1
1.1.2传统企业物资采购的弊端 1
1.1.3企业物资采购中常遇的问题 2
1.2企业物资采购管理系统的展望 2
第2章 PowerBuilder基础 4
2.1应用程序设计 4
2.1.1客户/服务器应用程序 4
2.1.2应用程序开发步骤简述 5
2.2 PB开发规范 7
2.2.1 PB开发标准与命名约定 7
2.2.2 PB开发界面规范 11
2.3嵌入SQL语句 13
第3章 采购管理系统总体设计 21
3.1项目概述 21
3.2业务可行性分析 22
3.3系统开发环境 23
3.3.1硬件环境 23
3.3.2软件环境 24
3.4数据库访问模式 28
3.5系统设计概述 30
3.6采购流程图 33
第4章 子系统设计及其实现 34
4.1系统结构 34
4.2数据库设计 36
4.2.1管理ODBC数据源 36
4.2.2系统数据库表格设计 38
4.3系统菜单的设计 42
4.4登陆窗口设计 46
4.5主窗口设计 49
4.6用户管理 50
4.7系统日志管理 51
4.8修改密码窗口设计 53
4.9供应商信息管理 55
4.10员工信息管理 56
4.11订单管理 57
第5章 安装与发布 58
5.1 Wise Installer介绍 58
5.2 数据库驱动程序及ODBC数据库接口文件 58
结束语 60
致  谢 61
参考文献 62


摘  要
随着信息技术的发展及ERP系统的日益普及,计算机在企业管理中的作用越来越不容忽视。企业之间通过网络交易的趋势越来越明显。在这种环境中,采购作为企业生产经营的一个重要环节应加强管理,充分利用外部环境条件,逐步实现企业物资采购的网络化管理。企业物资采购网络管理系统是针对企业内部而设计的,应用于企业的局域网,这样可以使得企业内部管理更有效的联系起来。
本课题就是针对企业的采购管理,开发一个基于C/S(Client/Server)构架的管理系统,我采用了目前流行的Powerbuilder做开发工具,后台采用SQL Server数据库。其中系统涉及系统管理、基础数据、单据录入三大模块。系统管理模块包括:用户管理、日志管理、修改密码、注销、退出系统。基础数据模块包括:产品编码、供应商信息、员工信息、仓库信息、商品信息。单据录入模块包括:订单管理、外销清单、内销清单、入库单、出库单。论文首先全面而系统地研究了构建一个企业物资采购网络管理系统所必备的各种知识和技术手段,进行系统可行性分析,介绍系统开发环境,设计系统数据库,规划企业物资采购流程,接下来进行系统总体设计,子系统的开发与实现,最后是测试、安装与发布的说明。
论文在撰写过程中,力求将理论与实践结合起来,在对企业物资采购理论进行阐述的同时,配合模拟系统从实际应用和操作技巧上加以说明,以达到对企业物资采购管理系统更深层次的理解和认识。

关键词:C/S;PowerBuilder;SQL Server;企业物资采购
Abstract
With the development of the information technology and the prevalence of the ERP system, it is hardly to ignore the play of t无忧论文 【http://www.uklunwen.com】he computer in enterprise management. It is more apparent that many commercial actions among many enterprises are taking place in the network. Under the circumstances, purchasing management, which is an important link of enterprise operation, must be strengthened firstly. Then, purchasing management will be put into execution with the good condition, which the outer circumstances provide. Aiming at the management in enterprise, the system, which will be put into execution with LAN, will make the management in enterprise better.
The thesis aims at the purchasing management in enterprise, which is based on C/S(Client/Server) structure. I choose the prevalent PowerBuilder as development tool, and SQL Server as  background database. The system includes three modules: system management, basal data, enter bill of document. system management module includes: users management, log file management, amending password, logout, exit. basal data module includes: production coding, supplier information, employee information, storage information, commodity information. enter bill of document module includes: order form management, export bill, sale in domestic market, bill of enter and out of storage. Starting with conceiving an application system of purchasing management in enterprise, we need to investigate the knowledge and the technique, then analyse the feasibility of the system, introduce the develop environment, design database and the flow of the purchasing management. The followin
第1页 第2页 
论文首页】【设为主页】【加入收藏】【打印本文】【回到顶部
上一篇:企业人事管理系统(含源程序及代码)下一篇:图书管理系统(含程序及开题报告)
最新论文 最热门论文
University of Bradford assignment guidelines
品牌研究综述
建立有效品牌的要素
中国企业品牌国际化营销研究
雅芳 产品品牌策略评析
校园网站设计
英语毕业论文:Collaborative Principled Negotiation
英语专业毕业论文-英语委婉语的交际功能
英语专业毕业论文题目汇总
图书馆管理系统
 
 
 
Copyright (c) 2007 ~ 2009 51lunwen.com. All rights reserved.
中国|上海|北京|广州|深圳|天津|济南|宁波|苏州|杭州|南京|西安|大连|重庆|武汉|成都|昆明|郑州|新疆|青岛|英国|澳大利亚|加拿大|美国|新西兰|爱尔兰|荷兰|瑞典|挪威|芬兰|法国|南非|东欧|泰国|马来西亚|新加坡|香港|台湾|西班牙|丹麦|意大利|葡萄牙|昆士兰|惠灵顿|
留学生会计硕士论文 澳洲物流供应链论文 英国市场学硕士论文 电子商务论文 英国MBA论文 澳洲法律硕士论文 金融硕士论文 教育学硕士论文
老师招聘|友情连接| 常问问题 | 关于我们 | 联系我们站点地图广告服务 | 旧版回顾 | 版权说明 |支付方式|支付确认 中国-上海-北京-英国-美国
热线咨询电话:021-26738383 Email:lunwen1@qq.com QQ:357500023 沪ICP备02013639号