PHPackages                             jeffersongoncalves/filament-erp-subcontracting - 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-subcontracting

ActiveLibrary[Admin Panels](/categories/admin)

jeffersongoncalves/filament-erp-subcontracting
==============================================

Filament v5 panel resources for the Laravel ERP subcontracting module — subcontracting BOMs, orders and receipts.

3.1.0(1mo ago)1581MITPHPPHP ^8.2

Since Jun 29Pushed 2w ago1 watchersCompare

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

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

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

Filament ERP Subcontracting
===========================

[](#filament-erp-subcontracting)

Filament v5 panel resources for the [Laravel ERP subcontracting module](https://github.com/jeffersongoncalves/laravel-erp-subcontracting) — subcontracting BOMs, orders and receipts.

This package is the UI layer for the `jeffersongoncalves/laravel-erp-subcontracting` domain package (namespace `JeffersonGoncalves\Erp\Subcontracting\`). It wires the subcontracting models into Filament resources, with Submit/Cancel actions and a Create Receipt action that posts the cross-module stock and GL movements.

Features
--------

[](#features)

- **Subcontracting BOMs** — Finished good with a raw-materials relation manager
- **Transaction resources** — Subcontracting orders and receipts, each with finished-goods and supplied-items relation managers
- **Document lifecycle** — Submit/Cancel record actions on orders and receipts
- **Create Receipt action** — Drafts the downstream receipt from a submitted order's outstanding quantities
- **Dashboard widget** — `SubcontractingOrderStatsWidget` with open/submitted order counts and value

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

Register the plugin on a Filament panel:

```
use JeffersonGoncalves\FilamentErp\Subcontracting\FilamentErpSubcontractingPlugin;

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

Resources
---------

[](#resources)

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

[](#widgets)

WidgetPurpose`SubcontractingOrderStatsWidget`Count and total value of open/submitted subcontracting ordersConfiguration
-------------

[](#configuration)

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

```
php artisan vendor:publish --tag="filament-erp-subcontracting-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

2.0.1 → 3.1.02026-06-30

1.1.0 → 2.1.02026-06-30

2.1.0 → 3.x-dev2026-07-14

### 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

erpfilamentfilament-pluginlaravelsubcontractingsubcontracting-bomsubcontracting-ordersubcontracting-receiptlaravelERPfilamentfilament-pluginsubcontractingsubcontracting-bomsubcontracting-ordersubcontracting-receipt

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

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

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

###  Alternatives

[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3915.5k](/packages/rawilk-profile-filament-plugin)[backstage/mails

View logged mails and events in a beautiful Filament UI.

16429.7k](/packages/backstage-mails)[awcodes/filament-quick-create

Plugin for Filament Admin that adds a dropdown menu to the header to quickly create new items.

250235.8k14](/packages/awcodes-filament-quick-create)[stephenjude/filament-two-factor-authentication

Filament Two Factor Authentication: Google 2FA + Passkey Authentication

85240.3k9](/packages/stephenjude-filament-two-factor-authentication)[marcelweidum/filament-passkeys

Use passkeys in your filamentphp app

6758.2k2](/packages/marcelweidum-filament-passkeys)[mradder/filament-logger

Audit logging, activity tracking, exports, alerts, and dashboards for Filament admin panels.

2324.4k1](/packages/mradder-filament-logger)

PHPackages © 2026

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