仓库管理系统(进程管理系统) 联系客服

发布时间 : 星期六 文章仓库管理系统(进程管理系统)更新完毕开始阅读1daa6bab763231126fdb1102

本 科 毕 业 设 计(论文) 题 目:基于C#仓库管理系统 时间:2015.6.3

摘 要

仓库管理系统是商业信息管理的很重要部分,在面对大量的商品信息,在采用人力处理会浪费大量的时间及人力和物力,并且对数据操作地准确性不高。本文提出一种易于操作的仓库管理系统对整个流程当中涉及到的表单将进行半自动化处理。在本系统的设计的目标是管理企业进货、销售、库存和帐务等过程。用户可以使用这个系统来减少企业减少盲目的进货,并且这样可以降低进货的成本,这样就可以控制库存有力,这样就将会大大减少资金占用,并且可以提高企业对市场的灵敏度,提升企业在竞争企业的竞争力。

本毕业设计的主要内容是设计并实现基于web技术的仓库管理系统,这个系统主要用ASP.NET框架作为开发基础,其中主要使用了c#开发语言,使用Microsoft Visual Studio作为开发工具,用SQL server作为数据库,设计开发一个界面简单并操作方便容易维护的系统。

关键词:进销存管理系统 ; ASP.NET;c#;Microsoft Visual Studio;SQL server

ABSTRACT

Invoicing management system is an important part of business information management, facing a lot of commodity information, using human processing will waste a lot of time, manpower and material resources, and the accuracy of the data operation is not high. This paper puts forward a kind of easy operation Invoicing management system is semi automated processing of the entire process involved in the form. The design goal of this system is the purchase, sales, inventory, accounts and other process management of the enterprise. Users by using this system can blindly purchase for the enterprise effectively reduces, reduce purchase cost, reasonable control inventory, reduce capital occupancy and improve market sensitivity, enhance the market competitiveness of enterprises.

The contents of this graduation project is to design and implement a web Invoicing management system based on ASP.NET framework, the system is mainly used as the basis for the development, the main use of the c# language, using Microsoft Visual Studio as a development tool, SQL server as the database, design and development of a simple interface, easy operation, easy to maintenance system the.

Key words: Invoicing management system;ASP.NET;c#;Microsoft Visual

Studio;SQL server

目 录

摘 要 ........................................................... II ABSTRACT ........................................................ III 第一章 绪 论 ..................................................... 1

1.1 选题的目的和意义 ........................................... 1

1.2 国内外研究现状 ............................................. 1

第二章 系统的开发环境及技术简介 .................................. 2

2.1 开发工具 Microsoft Visual Studio 2010 ...................... 2 2.1.1系统安装配置 ............................................. 2 2.2 数据库sqlserver ........................................... 6 2.2.1 SQL2005安装配置 ......................................... 6 2.3 B/S体系结构 .............................................. 10 2.4 开发框架asp.net .......................................... 11 2.5 开发语言C# ............................................... 12

第三章 系统总体设计 ............................................. 13

3.1引言 ...................................................... 13 3.2系统分析 .................................................. 13 3.3 总体功能模块 .............................................. 15 3.4系统业务描述 .............................................. 16 3.5 程序流程图 ................................................ 17

第四章 系统详细设计 ............................................. 18

4.1概念模型设计 .............................................. 18 4.2数据库逻辑模型 ............................................ 18 4.3数据库表结构 .............................................. 21

第五章 系统功能实现 ............................................. 23

5.1用户登录 .................................................. 23 5.2系统主界面 ................................................ 24 5.3供应商管理 ................................................ 25