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

Active[Admin Panels](/categories/admin)

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

10PHP

Pushed todayCompare

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

READMEChangelogDependenciesVersionsUsed By (0)

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 mirrors the reference `jeffersongoncalves/filament-erp-accounting` package.

Installation
------------

[](#installation)

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

> **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 stock, accounting and core packages are all listed:
>
> ```
> "repositories": [
>     { "type": "path", "url": "../../laravel/laravel-erp-stock", "options": { "symlink": false } },
>     { "type": "path", "url": "../../laravel/laravel-erp-accounting", "options": { "symlink": false } },
>     { "type": "path", "url": "../../laravel/laravel-erp-core", "options": { "symlink": false } }
> ]
> ```
>
>
>
> Remove this `repositories` entry once the domain packages are available on Packagist.

Usage
-----

[](#usage)

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

[](#testing)

```
composer test
```

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance65

Regular maintenance activity

Popularity2

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity8

Early-stage or recently created project

 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.

### 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 (1 commits)")

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

PHPackages © 2026

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