摘要在计算机普及的今天,利用电脑来简化和方便我们的工作也不再少见,而有关电脑系列销售供应链管理系统只是其中一个小小的应用,利用这个系统来管理货品的一系列操作,可以非常容易和快捷的对货物的整个流程进行很好的控制和管理。
简化了工作的困难度和节省了人力资源。
鉴于市场上对这样的管理软件的大量需求和应用。
本课题将根据销售供应链的基本流程来进行研究和开发,根据销售供应链的日常业务需求分析,可以将销售供应链分为几个大的模块来进行开发和设计。
本课题研究的主要内容就是如何去实现这几个大模块的功能和对数据的需求和处理,在研究过程中要对本系统的各个模块做详细的说明,并结合相关的数据用图形的方式来显示出最后的结果。
目前市场上有各种各样的销售管理系统,有些大型的系统实现功能非常多,适合在大型商业应用中使用,本系统就销售管理系统的基本功能进行研究和开发。
关键字:销售供应链管理系统人力资源管理软件销售供应链AbstractPopular in the computer today, using computers to simplify and facilitate our work is no longer uncommon, and the relevant PC series sales supply chain management system is just one small application to manage goods using this system a series of operations, can be very easy and efficient flow of goods throughout the good control and management. Simplify the difficulty of the work and save the human resources. In view of the market for such a large demand for management software and applications.The project will be based on the basic flow of sales to supply chain research and development, supply chain, according to the daily operations of sales needs analysis, sales of the supply chain can be divided into several large modules to the development and design. The main content of this research is how to achieve these great features and modules for data processing needs and, in the course of the study to the various modules of the system do the detailed instructions, combined with related data in a graphical way shows the final result. Currently on the market have a variety of sales management systems and some large-scale system implementation features are more suitable for use in large commercial applications, this system is the basic functions of sales management system research and development. keywords: SalesSupplyChainManagementSystem HumanResources Management Software Sales Supply Chain目录第一章引言..................................... 错误!未定义书签。
1.1 本课题背景与意义.................................................... - 1 - 1.2本课题的研究内容.................................................... - 1 - 第二章相关的技术知识....................................... - 2 -2.1开发环境介绍........................................................ - 2 - 2.2 ASP ................................................................. - 2 - 2.3 Access .............................................................. - 3 - 第三章系统总体设计......................................... - 5 -3.1功能需求分析........................................................ - 5 - 3.2 功能模块设计........................................................ - 6 - 第四章数据库设计............................................ - 8 -4.1数据库需求分析...................................................... - 8 - 4.2 数据库的设计........................................................ - 8 - 第五章系统实现............................................. - 11 -5.1 用户登录模块....................................................... - 11 - 5.2 用户注册模块....................................................... - 11 - 5.3 系统主界面模块..................................................... - 11 - 5.4货品管理模块....................................................... - 12 - 5.5 进货入库模块....................................................... - 13 - 5.6 销售出库模块....................................................... - 13 - 5.7 库存管理模块....................................................... - 14 - 5.8 系统帮助........................................................... - 14 - 结论.................................................... - 15 - 致谢.................................................... - 16 -参考文献.................................................... - 16 -第一章引言1.1 本课题背景与意义在计算机普及的今天,利用电脑来简化和方便我们的工作也不再少见,而有关电脑系列销售供应链管理系统只是其中一个小小的应用,利用这个系统来管理货品的一系列操作,可以非常容易和快捷的对货物的整个流程进行很好的控制和管理。
简化了工作的困难度和节省了人力资源。
鉴于市场上对这样的管理软件的大量需求和应用,选择了本题目。
销售供应链管理系统,是一个非常适用的大众化的系统,有着非常普遍的应用,在很多日常销售管理业务中都有应用。
通过对销售供应链管理系统的使用可以更加高效快捷的对销售的各种日常业务进行管理。
提高了管理的效率和创造了最大的经济效益。
目前市场上有各种各样的销售管理系统,有些大型的系统实现功能非常多,适合在大型商业应用中使用,本系统就销售管理系统的基本功能进行研究和开发。
1.2本课题的研究内容本课题将根据销售供应链的基本流程来进行研究和开发,根据销售供应链的日常业务需求分析,可以将销售供应链分为几个大的模块来进行开发和设计。
本课题研究的主要内容就是如何去实现这几个大模块的功能和对数据的需求和处理,在研究过程中要对本系统的各个模块做详细的说明,并结合相关的数据用图形的方式来显示出最后的结果。
本系统主要是从电脑系列日常业务需求和应用着手来分析和设计符合于市场应用的系统。
在研究过程中本系统将会用到Access数据库,asp语言等相关的一些开发工具。
这些都是我们研究和学习的内容。
第二章相关的技术知识2.1开发环境介绍本系统是一个小型的销售供应链管理系统,因此对计算机硬件的要求不高,现在的计算机基本都能胜任。
软件平台:❑操作系统:Windows xp或更高版本。
❑数据库:access。
❑浏览器:IE6.0或更高版本。
❑Web服务器:IIS5.1。
使用工具:❑Access。
❑Windows Xp + IIS 5.1。
❑Macromedia Dreamweaver 8❑简易IIS浏览器2.2 ASPASP是Active Server Page的缩写,意为“动态服务器页面”。
ASP是微软公司开发的代替CGI脚本程序的一种应用,它可以与数据库和其它程序进行交互,是一种简单、方便的编程工具。