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

ActiveLibrary[Admin Panels](/categories/admin)

jeffersongoncalves/filament-erp-stock
=====================================

Filament v5 panel resources for the Laravel ERP stock module — items, warehouses, stock entries and the perpetual inventory ledger.

3.1.0(1mo ago)1581MITPHPPHP ^8.2

Since Jun 29Pushed 2w ago1 watchersCompare

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

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

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

Filament ERP Stock
==================

[](#filament-erp-stock)

Filament v5 panel resources for the [Laravel ERP stock module](https://github.com/jeffersongoncalves/laravel-erp-stock) — items, warehouses, stock entries and the perpetual inventory ledger.

This package is the UI layer for the `jeffersongoncalves/laravel-erp-stock` domain package (namespace `JeffersonGoncalves\Erp\Stock\`). It wires the stock models into Filament resources, with Submit/Cancel actions that post the stock ledger, update bins and write the balanced general-ledger impact.

Features
--------

[](#features)

- **Master resources** — Items, warehouses, price lists, item prices, batches and serial numbers
- **Transaction resources** — Stock entries, material requests, delivery notes, purchase receipts and stock reconciliations, each with an Items relation manager
- **Perpetual inventory** — Read-only stock ledger entry viewer and live per-item/warehouse bin balances
- **Submit &amp; Cancel actions** — Drive the domain document lifecycle; ledger-posting documents collect the counter GL account in the submit modal
- **Dashboard widgets** — Total stock value and low-stock alerts

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

Register the plugin on a Filament panel:

```
use JeffersonGoncalves\FilamentErp\Stock\FilamentErpStockPlugin;

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

Resources
---------

[](#resources)

ResourcePurpose`ItemResource`Items (UOM, valuation method, batch/serial flags, default warehouse, brand)`WarehouseResource`Warehouses (tree via parent, inventory GL account)`PriceListResource`Price lists (selling/buying)`ItemPriceResource`Item prices`BatchResource`Batches`SerialNoResource`Serial numbers`StockEntryResource`Stock entries (+ Details RM, Submit/Cancel)`MaterialRequestResource`Material requests (+ Items RM, Submit/Cancel — no ledger)`DeliveryNoteResource`Delivery notes (+ Items RM, Submit/Cancel — outbound + COGS)`PurchaseReceiptResource`Purchase receipts (+ Items RM, Submit/Cancel — inbound)`StockReconciliationResource`Stock reconciliations (+ Items RM, Submit/Cancel)`StockLedgerEntryResource`Read-only perpetual inventory ledger viewer`BinResource`Read-only live stock balance (per item/warehouse)Transaction resources expose **Submit** and **Cancel** record actions that drive the domain document lifecycle. Ledger-posting documents collect the offsetting (counter) GL account in the submit modal; submitting writes the stock ledger entries, updates the bins and posts the balanced general-ledger impact, while cancelling reverses all three.

Widgets
-------

[](#widgets)

WidgetPurpose`StockBalanceWidget`Total stock value and number of items in stock`LowStockWidget`Count of bins at or below the reorder thresholdConfiguration
-------------

[](#configuration)

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

```
php artisan vendor:publish --tag="filament-erp-stock-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.0.12026-06-30

1.x-dev → 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 (8 commits)")

---

Tags

erpfilamentfilament-plugininventorylaravelstockwarehouselaravelERPfilamentfilament-plugininventorystockwarehouse

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

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

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

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