jeffersongoncalves/filament-erp-subcontracting
Composer 安装命令:
composer require jeffersongoncalves/filament-erp-subcontracting
包简介
Filament v5 panel resources for the Laravel ERP subcontracting module — subcontracting BOMs, orders and receipts.
关键字:
README 文档
README
Filament v5 panel resources for the Laravel ERP subcontracting module — subcontracting BOMs, orders and receipts.
This package is the UI layer for the jeffersongoncalves/laravel-erp-subcontracting domain package
(namespace JeffersonGoncalves\Erp\Subcontracting\). It mirrors the reference
jeffersongoncalves/filament-erp-manufacturing package.
Installation
composer require jeffersongoncalves/filament-erp-subcontracting
TODO (temporary): Until the domain packages are published on Packagist, the dependency chain is resolved from VCS repositories declared in
composer.json(core, accounting, stock, buying, manufacturing and subcontracting).
Usage
Register the plugin on a Filament panel:
use JeffersonGoncalves\FilamentErp\Subcontracting\FilamentErpSubcontractingPlugin; $panel->plugin( FilamentErpSubcontractingPlugin::make() ->navigationGroup('ERP — Subcontracting'), );
Resources
| Resource | Purpose |
|---|---|
SubcontractingBomResource |
Subcontracting BOMs (finished good + Raw Materials RM) |
SubcontractingOrderResource |
Subcontracting orders (+ Finished Goods RM, Supplied Items RM, Submit/Cancel, Create Receipt) |
SubcontractingReceiptResource |
Subcontracting receipts (+ Finished Goods RM, Supplied Items RM, Submit/Cancel) |
Transaction resources (orders, receipts) expose Submit and Cancel record actions that drive the domain document lifecycle. A submitted subcontracting order also exposes a Create Receipt action that drafts the downstream subcontracting receipt from the outstanding finished-good quantities and supplied raw materials. Submitting a subcontracting receipt posts the cross-module stock ledger movements (finished goods inbound, raw materials outbound) and the balanced GL entries.
Widgets
| Widget | Purpose |
|---|---|
SubcontractingOrderStatsWidget |
Count and total value of open/submitted subcontracting orders |
Testing
composer test
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-06-28