jeffersongoncalves/filament-erp-manufacturing
Composer 安装命令:
composer require jeffersongoncalves/filament-erp-manufacturing
包简介
Filament v5 panel resources for the Laravel ERP manufacturing module — BOMs, work orders and job cards.
README 文档
README
Filament v5 panel resources for the Laravel ERP manufacturing module — BOMs, work orders and job cards.
This package is the UI layer for the jeffersongoncalves/laravel-erp-manufacturing domain package
(namespace JeffersonGoncalves\Erp\Manufacturing\). It mirrors the reference
jeffersongoncalves/filament-erp-stock package.
Installation
composer require jeffersongoncalves/filament-erp-manufacturing
TODO (temporary): Until the domain packages are published on Packagist, the dependency chain is resolved from local path repositories declared in
composer.json. Path repos are not transitive, so the manufacturing, stock, accounting and core packages are all listed. Remove therepositoriesentry once the domain packages are available on Packagist.
Usage
Register the plugin on a Filament panel:
use JeffersonGoncalves\FilamentErp\Manufacturing\FilamentErpManufacturingPlugin; $panel->plugin( FilamentErpManufacturingPlugin::make() ->navigationGroup('ERP — Manufacturing'), );
Resources
| Resource | Purpose |
|---|---|
WorkstationResource |
Workstations (hour rate, production capacity) |
OperationResource |
Operations (workstation) |
BomResource |
Bills of materials (+ Items RM, Operations RM, computed costs) |
RoutingResource |
Routings (+ Operations RM) |
WorkOrderResource |
Work orders (+ Required Items RM, Submit/Cancel, Manufacture) |
JobCardResource |
Job cards (+ Time Logs RM, Submit/Cancel) |
Transaction resources (work orders, job cards) expose Submit and Cancel record actions that drive the domain document lifecycle. A submitted work order also exposes a Manufacture action: it collects the WIP (source) and FG (target) warehouses and builds the cross-module Manufacture stock entry that consumes the raw materials and produces the finished good.
Widgets
| Widget | Purpose |
|---|---|
WorkOrderStatsWidget |
Count and quantity of open/submitted work orders |
Testing
composer test
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 4
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-06-28