# begin_ims **Repository Path**: yangsj/begin_ims ## Basic Information - **Project Name**: begin_ims - **Description**: 进销存管理系统,适用小型店铺,标准版 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-06-10 - **Last Updated**: 2026-07-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # begin-ims `begin-ims` (进销存) is the inventory management system built on top of `begin_pom`. ## Modules - `biz`: inventory business domain (商品/客户/供应商/仓库/采购/销售/库存) — entities, mappers, services. - `web`: final application module that owns startup, controllers, Thymeleaf pages, and reuses `begin-web`. ## Quick Start 1. Ensure `../begin_pom` is available or installed to a local Maven repository. 2. Run `mvn -f ../begin_pom/pom.xml install`. 3. Run `mvn install -DskipTests` in this directory. 4. Start the app: `mvn -f web/pom.xml spring-boot:run` and visit `http://localhost:8089`. ## Implemented Modules | Module | Description | |---|---| | 商品 (Product) | Product catalog and category management | | 客户 (Customer) | Customer master data | | 供应商 (Supplier) | Supplier master data | | 仓库 (Warehouse) | Warehouse / location master data | | 采购 (Purchase) | Purchase orders with multi-line items | | 销售 (Sales) | Sales orders with multi-line items | | 库存 (Stock) | Stock balances and stock movements (in/out) |