PHPackages                             jeffersongoncalves/filament-erp-manufacturing - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Admin Panels](/categories/admin)
4. /
5. jeffersongoncalves/filament-erp-manufacturing

ActiveLibrary[Admin Panels](/categories/admin)

jeffersongoncalves/filament-erp-manufacturing
=============================================

Filament v5 panel resources for the Laravel ERP manufacturing module — BOMs, work orders and job cards.

3.1.0(1mo ago)1591MITPHPPHP ^8.2

Since Jun 29Pushed 2w ago1 watchersCompare

[ Source](https://github.com/jeffersongoncalves/filament-erp-manufacturing)[ Packagist](https://packagist.org/packages/jeffersongoncalves/filament-erp-manufacturing)[ Docs](https://github.com/jeffersongoncalves/filament-erp)[ RSS](/packages/jeffersongoncalves-filament-erp-manufacturing/feed)WikiDiscussions 3.x Synced 2w ago

READMEChangelogDependencies (7)Versions (15)Used By (1)

[![Filament ERP Manufacturing](https://raw.githubusercontent.com/jeffersongoncalves/filament-erp-manufacturing/3.x/art/jeffersongoncalves-filament-erp-manufacturing.png)](https://raw.githubusercontent.com/jeffersongoncalves/filament-erp-manufacturing/3.x/art/jeffersongoncalves-filament-erp-manufacturing.png)

Filament ERP Manufacturing
==========================

[](#filament-erp-manufacturing)

Filament v5 panel resources for the [Laravel ERP manufacturing module](https://github.com/jeffersongoncalves/laravel-erp-manufacturing) — 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 wires the manufacturing models into Filament resources, with Submit/Cancel actions and a cross-module Manufacture action that consumes raw materials and produces the finished good.

Features
--------

[](#features)

- **Master resources** — Workstations, operations, bills of materials and routings
- **Transaction resources** — Work orders and job cards, each with relation managers
- **Document lifecycle** — Submit/Cancel record actions on work orders and job cards
- **Manufacture action** — Builds the cross-module Manufacture stock entry from a submitted work order
- **Dashboard widget** — `WorkOrderStatsWidget` with open/submitted work order counts and quantity

Compatibility
-------------

[](#compatibility)

PackagePHPFilamentLaravel`^3.0``^8.2``^5.0``^11.0 | ^12.0 | ^13.0`Installation
------------

[](#installation)

Install the package via Composer:

```
composer require jeffersongoncalves/filament-erp-manufacturing
```

Register the plugin on a Filament panel:

```
use JeffersonGoncalves\FilamentErp\Manufacturing\FilamentErpManufacturingPlugin;

$panel->plugin(
    FilamentErpManufacturingPlugin::make()
        ->navigationGroup('ERP — Manufacturing'),
);
```

Resources
---------

[](#resources)

ResourcePurpose`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
-------

[](#widgets)

WidgetPurpose`WorkOrderStatsWidget`Count and quantity of open/submitted work ordersConfiguration
-------------

[](#configuration)

Publish the config to swap resource classes, change the navigation group, or adjust widgets:

```
php artisan vendor:publish --tag="filament-erp-manufacturing-config"
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](.github/SECURITY.md) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Jefferson Simão Gonçalves](https://github.com/jeffersongoncalves)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

45

—

FairBetter than 91% of packages

Maintenance94

Actively maintained with recent releases

Popularity14

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~2 days

Total

14

Last Release

20d ago

Major Versions

1.0.0 → 3.0.12026-06-30

1.0.1 → 2.x-dev2026-06-30

1.1.0 → 3.1.02026-06-30

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/411493?v=4)[Jefferson Gonçalves](/maintainers/jeffersongoncalves)[@jeffersongoncalves](https://github.com/jeffersongoncalves)

---

Top Contributors

[![jeffersongoncalves](https://avatars.githubusercontent.com/u/411493?v=4)](https://github.com/jeffersongoncalves "jeffersongoncalves (7 commits)")

---

Tags

bomerpfilamentfilament-pluginjob-cardlaravelmanufacturingwork-orderlaravelERPfilamentfilament-pluginbommanufacturingwork orderjob-card

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/jeffersongoncalves-filament-erp-manufacturing/health.svg)

```
[![Health](https://phpackages.com/badges/jeffersongoncalves-filament-erp-manufacturing/health.svg)](https://phpackages.com/packages/jeffersongoncalves-filament-erp-manufacturing)
```

###  Alternatives

[watheqalshowaiter/filament-sticky-table-header

A Filament plugin that makes table headers stick when scrolling down for better UX.

3664.0k](/packages/watheqalshowaiter-filament-sticky-table-header)[janczakb/filament-flex-fields

70 Filament v5 form components with unified design system, lazy CSS/JS, optional JSON custom fields, layout primitives, and built-in Playground — one plugin for modern Laravel admin forms.

552.7k](/packages/janczakb-filament-flex-fields)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
