# JeecgWms
**Repository Path**: ma_hongbiao/jeecg-wms
## Basic Information
- **Project Name**: JeecgWms
- **Description**: 基于JeecgBoot技术平台实现的WMS仓储管理系统,功能包括进销存(来货、发货、库存、盘库)、客户\供应商管理、司机管理、固定资产管理等,java SpringBoot/SpringCloud+Vue3技术栈。Apache2.0开源协议,可以免费商用、二次开发。
- **Primary Language**: Java
- **License**: Apache-2.0
- **Default Branch**: wms
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 2
- **Forks**: 0
- **Created**: 2025-06-08
- **Last Updated**: 2025-08-06
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# 基于JeecgBoot开发的WMS仓储管理系统
## 致谢
* 技术
[JeecgBoot](https://gitee.com/jeecg/JeecgBoot)
* 业务
[GreaterWMS,Python实现](https://gitee.com/Singosgu/GreaterWMS)
[JeeWMS,Java实现](https://gitee.com/erzhongxmu/JEEWMS)
[ModernWMS,Vue3+.Net7实现](https://gitee.com/modernwms/ModernWMS)
## 产品功能
* 收货管理
* [到货通知单](doc/manual/inbound/asn/home.md)
* 查询表单
* 待到货
* 待卸货
* 待分拣
* 已分拣
* 来货短少
* 多到货
* 收货明细
* 发货管理
* [发货单](doc/manual/outbound/dn/home.md)
* 查询表单
* 预发货单
* 新发货单
* 欠货订单
* 待拣货
* 已拣货
* 拣货单明细
* 已发货
* 签收回单
* 库存管理
* 库存列表
* 货位列表
* 空库位
* 有货库位
* 动态盘点
* 动态盘点记录
* 单项盘点
* 单项盘点记录
* 财务中心
* [固定资产](doc/manual/finance/capital/home.md)
* [运费管理](doc/manual/finance/freight/home.md)
* 商品管理
* [商品列表](doc/manual/goods/home.md)
* 字典
* 计量单位
* 级别
* 颜色
* 品牌
* 形状
* 规格
* 产地
* 客商管理
* [供应商管理](doc/manual/supplier/home.md)
* [客户管理](doc/manual/client/home.md)
* 仓库设置
* [仓库设置](doc/manual/warehouse/warehouse/home.md)
* [库位设置](doc/manual/warehouse/binset/home.md)
* [库位尺寸](doc/manual/warehouse/binsize/home.md)
* 字典
* 库位属性
* [司机管理](doc/manual/driver/home.md)
## 页面示例
* 供应商管理

* 客户管理

* 司机管理

* 商品管理

* 仓库管理

* 固定资产

* 运费管理

* 到货通知单 ASN

* 发货单 DN

## 删除demo的表和数据
truncate table sys_log;
truncate table sys_data_log ;
truncate table jimu_report ;
truncate table jimu_report_data_source ;
truncate table jimu_report_db ;
truncate table jimu_report_db_field ;
truncate table jimu_report_db_param ;
truncate table jimu_report_export_job ;
truncate table jimu_report_export_log ;
truncate table jimu_report_link ;
truncate table jimu_report_share ;
truncate table onl_drag_comp;
truncate table onl_drag_dataset_head ;
truncate table onl_drag_dataset_item ;
truncate table onl_drag_dataset_param ;
truncate table onl_drag_page ;
truncate table onl_drag_page_comp ;
truncate table onl_drag_share ;
truncate table onl_drag_table_relation ;
truncate table airag_app ;
truncate table airag_flow ;
truncate table airag_knowledge ;
truncate table airag_knowledge_doc ;
truncate table sys_comment ;
drop table demo ;
drop table joa_demo ;
drop table rep_demo_dxtj ;
drop table rep_demo_employee ;
drop table rep_demo_gongsi ;
drop table rep_demo_jianpiao ;
drop table rep_demo_order_main ;
drop table rep_demo_order_product ;
drop table jeecg_order_customer ;
drop table jeecg_order_main ;
drop table jeecg_order_ticket ;
drop table test_demo ;
drop table test_enhance_select ;
drop table test_note ;
drop table test_online_link ;
drop table test_order_customer ;
drop table test_order_main ;
drop table test_order_product ;
drop table test_person ;
drop table test_shoptype_tree ;