企业进销存系统
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
毕业设计(论文)
摘要
随着科学技术的快速发展,生活中的每个角落都离不开信息技术,信息技术的不断进步,互联网的影响不断深刻,带来了结果就是网络信息的急剧增长。而社会上的各行各业也无法脱离于这股时代大潮流,通过应用最新的信息技术,实现自己行业内部的信息化,进而简化和规范自己行业内部的业务行为和规则,是每个企业都要面对的问题。
通过企业进销存平台,各种中小型零售商可以在线经管自己的买卖行为,给经营者带来了很大的便利。进销存系统的核心在于其对自己仓库数量的经管,以及货物入库和货物出库时仓库与购物车之间数据的协同对应。
企业进销存系统在前台页面上选取JSP作为开发语言,数据库选用了MySQL数据库,开发IDE采用MyEclipse 10,运行服务器采用tomcat 6.0。企业进销存系统是一个基于B/S的功能强大的进销存系统。
关键词:进销存,JSP,MySQL,MyEclipse
ABSTRACT
With the rapid development of science and technology and life are inseparable from every corner of the continuous advances in information technology, information technology, the Internet continues to profoundly influence brought the result is a sharp increase in network information. And all walks of life in the community also can not escape the trend of the times in which shares, through the application of the latest information technology to achieve their information technology within the industry, and thus simplify and standardize their business practices within the industry and the rules of every enterprise To confront the problem. Invoicing by business platform, a variety of small online retailers manage their trading behavior, to the operators has brought great convenience. Invoicing system synergy between core warehouse and shopping cart data corresponding to its own warehouse when the number of management and storage of goods and cargo out of the library.
Enterprise Invoicing system selected on the front page JSP as a development language, database selected MySQL database development IDE using MyEclipse 10, run the server using tomcat 6.0. Invoicing System is an enterprise based on functional B / S powerful invoicing system.
Keywords:Invoicing, JSP, MySQL,MyEclipse
目录摘要I
ABSTRACTI
第一章绪论1
1.1课题背景1
1.2目的和意义1
1.3开发工具及技术1
1.3.1开发工具1
1.3.2 JSP技术2
1.3.3 JavaScript3
1.4软硬件需求3
第二章系统分析4
2.1可行性分析4
2.1.1技术可行性4
2.1.2经济可行性4
2.1.3操作可行性4
2.1.4法律可行性4
2.2功能模块分析5
2.3设计的基本思想7
2.4性能需求8
2.4.1系统的安全性8
2.4.2数据的完整性8
2.5界面需求8
第三章数据库设计9
3.1数据库的分析与设计9
3.1.1数据库的概念结构设计9
3.1.2数据库的逻辑结构设计10
3.1.3数据库的连接原理12
第四章系统功能实现13
4.1后台登陆页面13
4.2经管员模块15
4.2.1商品类别经管16
4.2.2商品信息经管18
4.2.3会员信息经管21
4.2.4订单信息经管22
4.2.5修改个人密码24
4.2.6注销退出系统24
4.3普通用户模块24
4.3.1系统主页面实现24
4.3.2会员注册模块25
4.3.4用户购物模块27
4.3.5购物车经管29
第五章系统测试30
5.1系统测试目的与意义30
5.2测试过程30
5.2.1主页面的登录模块测试30
5.3其他错误31
结论32
参考文献32
致谢33