大型连锁便利店在线供应链系统—系统退货管理、仓库管理与员工管理模块---毕业论文.doc

上传人:滴答 文档编号:1273660 上传时间:2019-01-26 格式:DOC 页数:63 大小:1.76MB
下载 相关 举报
大型连锁便利店在线供应链系统—系统退货管理、仓库管理与员工管理模块---毕业论文.doc_第1页
第1页 / 共63页
大型连锁便利店在线供应链系统—系统退货管理、仓库管理与员工管理模块---毕业论文.doc_第2页
第2页 / 共63页
大型连锁便利店在线供应链系统—系统退货管理、仓库管理与员工管理模块---毕业论文.doc_第3页
第3页 / 共63页
大型连锁便利店在线供应链系统—系统退货管理、仓库管理与员工管理模块---毕业论文.doc_第4页
第4页 / 共63页
大型连锁便利店在线供应链系统—系统退货管理、仓库管理与员工管理模块---毕业论文.doc_第5页
第5页 / 共63页
点击查看更多>>
资源描述

1、 本 科 毕 业 论 文 大型连锁便利店在线 供应链 系统 系统 退货 管理 、 仓库管理与 员工 管理模块 Large-scaled Chain Convenient Store Online SCM System Goods rejection management module, stock management module and employee management module 姓 名: 学 号: 学 院:软件学院 系:软件工程 专 业:软件工程 年 级: 指导教师: 讲师 年 月 摘 要 在进入 21 世纪的今天,信息资源已成为现代生产和经营管理中一项至关重要的经济资源。连锁

2、 超市 企业建立一套基于企业本身的综合供应链系统,有利于 超市 日常店内业务的管理以及上下级物流的调配,还可利用数据挖掘的知识对销售进行分析和调控。因此,这也成为了一种理所当然的趋 势。 作为毕业设计课题, 我们参与了 一套基于现实应用的 大型连锁便利店在线供应链 系统 的 设计 和 开发 。该项目 以 C# / ASP.NET 框架的 WCF / SOA / 分布式架构,环境为 VS2005 ,并采用 nUnit /SVN 实现敏捷开发 ,最终目的是开发一款 具有管理上万家 超市 的综合性在线连锁 ERP 系统 , 通过互联网技术、服务器集群技术、分布式架构,实现 24 小时的电子化物流、信

3、息流管理 , 帮助企业实现真正“零库存”管理。 作者在项目中负责前端 Web 程序模块的开发,主要任务是调用后台的数据库功能 ,向用户呈现一个易于交互的 界面,帮助用户 实现各种业务流程的 功能 需求。 本文介绍了一套基于 ASP.NET 平台 和 B/S 架构 下的 大型连锁便利店在线供应链 系统 设计方案 。文章从 项目使用的相关技术 入手 ,介绍了系统的总体架构设计,着重 叙述 了退货管理、仓库管理和员工管理三个模块 的设计和实现 ,然后对项目进行了总结,并展望了项目的后期开发的美好前景。 关键词 : ERP; B/S 架构 ; ASP.NET Abstract In the 21st

4、century, the information resources have become one of the most important economic sources in modern production, operation and management. The chain supermarket has established a comprehensive supply chain system based on its own operation, which can benefit the daily management of transactions and t

5、he deployment of logistics between the superior and the subordinate. In addition, the knowledge from data mining can be used in the analysis and control of the sales activities. Hence, the trend has been a matter of cause. To do a graduation design subject on this system, we have token part in the d

6、esign and development of a real project says Large-scaled Chain Convenient Store Online SCM System. To C # / ASP.NET framework for WCF / SOA / distributed architecture, the environment for the VS2005 and the use of unit / SVN achieve Agile Development. Its final target is developing an integrative o

7、nline chain ERP system to manage about ten thousand stores, With the use of Internet technology, server cluster technology and distributed architecture, the system can implement 24 hours electronical physical distribution and management of information flow, and help the company to achieve real “Zero

8、 Stock” management. With responsibility for developing of the web module, author major duty is calling back database functions, presenting a easily alternating interface to users, to help users implement the functional request of kinds of various kinds of operation flow. This thesis is going to intr

9、oduce a Large-scaled Chain Convenient Store Online SCM System solution on ASP.NET platform in the B/S structure. It starts with the technologies related in the project; introduce the overall architecture design; focuses on the design and implement of goods rejection management module, stock manageme

10、nt module and employee management module. Then it shows the operation of this system. Finally, the prospect of further research work is proposed based on this thesis. Keywords: ERP; B/S structure; ASP.NET 目 录 第一章 引言 . 1 第二章 系统相关技术概述 . 3 2.1 ASP.NET 平台简介 . 3 2.2 B/S 模式功能特点 3 . 4 2.2.1 基本概念 . 4 2.2.2

11、B/S 模式的优点 . 4 2.3 WebService 技术 . 5 2.3.1 基本概念 . 5 2.3.2 体系构成 . 6 2.3.3 使用 WebService 的好处 . 7 第三章 系统总体设计 . 8 3.1 系统概述 . 8 3.1.1 开发背景 . 8 3.1.2 总体目标 . 8 3.2 系统组织架构 . 9 3.3 系统功能需要 . 10 3.3.1 功能需求 . 10 3.3.2 非功能需求 . 13 3.4 开发环境 . 14 3.5 系统架构 . 14 3.5.1 系统实现方法 . 14 3.5.2 门店系统架构 . 16 3.6 系统业务模块划分 . 18 第四

12、章 系统详细设计 . 22 4.1 系统 退货管理模块 . 22 4.1.1 退货模块流程设计 . 22 4.1.2 主要页面和调用 WebService 接口 . 24 4.2 系统 仓库 管理模块 . 25 4.3 系统 员工 管理模块 . 27 第五章 系统成果展示 . 29 5.1 登陆与退出演示 . 29 5.1.1 登陆界面 . 29 5.1.2 后台主界面 . 30 5.1.2 注销退出操作 . 30 5.1.3 功能栏 . 31 5.2 退货模块演示 . 32 5.2.1 门店创建退货单 . 32 5.2.2 上架物流审核退货单 . 34 5.2.3 门店审核退货出库单 . 3

13、5 5.2.4 上架物流审核退货入库单 . 36 5.3 仓库管理模块演示 . 37 5.3.1 库存明细 . 37 5.3.2 库存盘点 . 38 5.3.3 盘点审核 . 39 5.4 员工 管理模块演示 . 40 5.4.1 个人信息维护 . 40 5.4.2 员工管理页面 . 41 5.6 本章 小结 . 42 第六章 总结与展望 . 43 6.1 工作总结 . 43 6.1 工作展望 . 44 参考文献 . 46 致谢 . 45 Contents Chpater 1 Introduction. 1 Chpater 2 System related technologies outli

14、ne. 3 2.1 Introduction to ASP.NETplatform . 3 2.2 B/S structure. 4 2.2.1 Basic Concept. 4 2.2.2 Benefits of B/S structure . 4 2.3 WebService Technology. 5 2.3.1 Basic Concept . 5 2.3.2 Module Makeup . 6 2.3.3 Benefits of Using WebService . 7 Chpater 3 System overall design. 8 3.1 Introduction to sys

15、tem. 8 3.1.1 Background . 8 3.1.2 Tacks . 8 3.2 Organizational Structure . 9 3.3 Functional Requirements . 10 3.3.1 Functional Requirements . 10 3.3.2 Non-functional Requirements . 13 3.4 Developing Environment . 14 3.5 System Structure . 14 3.5.1 System Implentment . 14 3.5.2 Shop Structure . 16 3.

16、6 System Operational Module Dividing . 18 Chpater 4 System detail design . 22 4.1 Goods Rejection module . 22 4.1.1 Goods Rejection Workflow Design. 22 4.1.2 Web File and WebService Interface . 24 4.2 Stock Management Module . 25 4.3 Employee Magagement Module . 27 Chpater 5 Demonstration of System

17、. 29 5.1 Login and Logout. 29 5.1.1 Login . 29 5.1.2 Main Interface . 30 5.1.2 Logout . 30 5.1.3 Function Bar. 31 5.2 Goods Rejection Module . 32 5.2.1 Goods Rejection Order. 32 5.2.2 Goods Rejection Order Auditing . 34 5.2.3 Stock Out Order Auditing . 35 5.2.4 Stock In Order Auditing . 36 5.3 Stock

18、 Management Module . 37 5.3.1 StorageShow . 37 5.3.2 Stock Count . 38 5.3.3 Stock Count Auditing . 39 5.4 Employee Magagement Module . 40 5.4.1 Information Edit . 40 5.4.2 Employee Management. 41 5.6 Summary . 42 Chpater 6 Conclusion and Future Work . 43 6.1 Conclusion . 43 6.1 Future Work . 44 Refe

19、rences . 46 Acknowledgement . 45 第一章 引言 1 第一章 引言 随着我国市场经济的发展,人们对商品的消费能力日趋增长。作为零售商业发展过程中 出现的一种崭新的业态形式,连锁 超市 以方便快捷的购物方式、丰富的品种和新鲜的日配食品,得到了广大消费者的普遍认同。 尽管中小连锁 超市 采用统一商品采购、配送的连锁管理方式,但是在管理上还是停留在人工信息传递管理阶段,各分店之间商品配置不合理,信息不及时,人员难以合理分配,这为 超市 带来了很多不便。 采用先进的信息管理手段是连锁超市 在竞争中取得优势的保证,计算机管理使原始数据被完整、准确地采集和传递,大量的数据被实时地处理和反馈,提高了经营效率。然而,日趋激烈的市场竞争 却 使连锁 超市 对物流、资金流和信息流的管理提出越来 越高的要 求 。 如今 ,信息资源已成为现代生产和经营管理中一项至关重要的经济资源。连锁 超市 企业采用计算机、收款机、条形码、网络

展开阅读全文
相关资源
相关搜索

当前位置:首页 > 学术论文资料库 > 毕业论文

Copyright © 2018-2021 Wenke99.com All rights reserved

工信部备案号浙ICP备20026746号-2  

公安局备案号:浙公网安备33038302330469号

本站为C2C交文档易平台,即用户上传的文档直接卖给下载用户,本站只是网络服务中间平台,所有原创文档下载所得归上传人所有,若您发现上传作品侵犯了您的权利,请立刻联系网站客服并提供证据,平台将在3个工作日内予以改正。