快递单打印管理系统
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
摘要
随着网络和计算机技术的发展,网络电子商务在近几年得到了快速的发展,伴随着电子商务发展起来的快递行业,得到了飞速发展。市场上中小型快递公司日益增多,快递单据的计算机管理也日益得到重视。快递单据管理打印系统就是针对这些中小型快递公司而开发的。其目标是为了方便快递公司业务员管理快递单据和人员信息,以及方便用户及时查阅快递业务的相关信息,同时支持快递单据的打印功能。
本系统采用C/S架构进行开发,前台工具主要有J2EE、MyEclipse,使用Mysql 作为数据库开发工具。系统主要功能模包括:快递单录入、单据信息维护、员工信息管理、账务核算与报表生成等模块。该系统的开发可以减轻快递信息录入人员的工作负担,方便公司管理人员统计公司利润,管理人员信息,从而提高快递公司整体工作效率。
关键词:快递单,打印,java
Abstract
With the development of network and computer technology,networke-commerce in recent years has been the rapid development of e-commerce developed along with the courier industry has been rapid development. On the growing market for small and medium courier companies, courier receipts computer management is increasingly taken seriously. Express Printing document management system is aimed at those small and medium courier company developed.Whose goal is to facilitate the delivery courier company salesman documents and personnel information management,and user-friendly access to relevant and timely information delivery services,while supporting the courier documents print.
The system uses C/S architecture development, front desk tools are J2EE, MyEclipse, using Mysql as database development tools. The main function of the system mode are: express a single entry, document information maintenance, employee information management, financial accounting and report generation module.Development of the system can reduce the workload of the courier personnel information input, management personnel statistics to facilitate corporate profits,management information, thereby improving the overall efficiency of the courier company.
Keywords: express a single , print , java
目录
1 概论 (1)
1.1前言 (1)
1.2 研究背景及意义 (1)
1.2.1 研究背景 (1)
1.2.2 研究意义 (2)
1.3 快递行业的介绍 (2)
1.3.1 快递行业的现状 (2)
1.3.2 快递行业的发展趋势 (3)
1.3.3 目前快递行业存在的问题 (3)
1.4 论文的主要内容简介 (4)
2 系统开发平台介绍 (6)
2.1 三层架构介绍 (6)
2.2 软件开发工具选择 (7)
2.2.1 java语言介绍 (7)
2.2.2 JDBC简介 (7)
2.2.3 MySQL数据库 (8)
3 系统分析 (9)
3.1系统需求分析 (9)
3.1.1 功能需求分析 (9)
3.1.2 性能需求分析 (9)
3.1.3 界面需求分析 (10)
3.2 系统可行性分析 (10)
3.2.1 经济可行性分析 (10)
3.2.2 技术可行性分析 (10)
3.2.3 运行可行性分析 (11)
3.2.4 操作可行性分析 (11)
4 系统概要设计 (12)
4.1前台显示说明 (12)
4.2架构设计目标 (12)
4.3系统功能模块设计 (12)
5数据库设计 (16)
5.1 数据库概念设计 (16)
5.1.1 概念结构设计的目的 (16)
5.1.2 概念结构设计的过程 (16)
5.2 表设计 (19)
5.3 数据库的实现与维护 (22)
6 系统详细设计与实现 (23)
6.1 系统主框架的实现与设计 (23)
6.2快递单定制功能的实现 (24)
6.3快递单打印功能的实现 (25)
6.4用户管理功能的实现 (29)
6.5快递查询功能的实现 (32)
6.6数据库恢复与备份功能的实现 (32)
6.7 数据库连接实现 (33)
7 系统测试与评价 (36)
7.1系统测试 (36)
7.1.1系统测试环境 (36)
7.1.2系统测试目标 (36)
7.1.3测试实现 (37)
7.1.4测试结论 (40)
7.2系统评价 (40)
8 结论 (41)
致谢 (42)
参考文献 (43)