PHPackages                             jeffersongoncalves/filament-erp-accounting - 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. [Payment Processing](/categories/payments)
4. /
5. jeffersongoncalves/filament-erp-accounting

ActiveLibrary[Payment Processing](/categories/payments)

jeffersongoncalves/filament-erp-accounting
==========================================

Filament v5 panel resources for the Laravel ERP accounting module — chart of accounts, journal/payment entries, invoices and the general ledger.

3.x-dev(today)10MITPHPPHP ^8.2

Since Jun 27Pushed todayCompare

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

READMEChangelogDependencies (8)Versions (1)Used By (0)

Filament ERP Accounting
=======================

[](#filament-erp-accounting)

Filament v5 panel resources for the [Laravel ERP accounting module](https://github.com/jeffersongoncalves/laravel-erp-accounting) — chart of accounts, journal/payment entries, invoices and the general ledger.

This package is the UI layer for the `jeffersongoncalves/laravel-erp-accounting` domain package (namespace `JeffersonGoncalves\Erp\Accounting\`). It mirrors the reference `jeffersongoncalves/filament-erp-core` package.

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

[](#installation)

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

> **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 both the accounting and core packages are listed):
>
> ```
> "repositories": [
>     { "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\Accounting\FilamentErpAccountingPlugin;

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

Resources
---------

[](#resources)

ResourcePurpose`AccountResource`Chart of accounts (root/account type, tree via parent account)`CostCenterResource`Cost centers`PaymentTermResource`Payment terms`ModeOfPaymentResource`Modes of payment`TaxTemplateResource`Tax templates (+ Taxes relation manager)`BankResource`Banks`BankAccountResource`Bank accounts`BudgetResource`Budgets (+ Budget Accounts relation manager)`JournalEntryResource`Journal entries (+ Accounts RM, Submit/Cancel)`PaymentEntryResource`Payment entries (Submit/Cancel)`SalesInvoiceResource`Sales invoices (+ Items &amp; Taxes RMs, Submit/Cancel)`PurchaseInvoiceResource`Purchase invoices (+ Items &amp; Taxes RMs, Submit/Cancel)`GlEntryResource`Read-only general ledger viewerTransaction resources expose **Submit** and **Cancel** record actions that drive the domain document lifecycle (`$record->submit()` / `$record->cancel()`); any `DomainException` (such as an unbalanced journal entry) is surfaced as a danger notification.

Dashboard widgets: `ReceivablesWidget`, `PayablesWidget`, `CashBankBalanceWidget`.

Configuration
-------------

[](#configuration)

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

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

License
-------

[](#license)

MIT

###  Health Score

35

—

LowBetter than 77% of packages

Maintenance100

Actively maintained with recent releases

Popularity2

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity29

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

0d ago

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

---

Tags

laravelinvoiceAccountingERPfilamentfilament-plugingeneral ledger

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

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

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

###  Alternatives

[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3913.7k](/packages/rawilk-profile-filament-plugin)[croustibat/filament-jobs-monitor

Background Jobs monitoring like Horizon for all drivers for FilamentPHP

271298.4k8](/packages/croustibat-filament-jobs-monitor)[stephenjude/filament-jetstream

A Laravel starter kit built with Filament inspired by Jetstream.

17758.9k2](/packages/stephenjude-filament-jetstream)[stephenjude/filament-two-factor-authentication

Filament Two Factor Authentication: Google 2FA + Passkey Authentication

84192.9k8](/packages/stephenjude-filament-two-factor-authentication)[marcelweidum/filament-passkeys

Use passkeys in your filamentphp app

6643.3k1](/packages/marcelweidum-filament-passkeys)[wsmallnews/filament-nestedset

Filament nestedset tree builder powered by kalnoy/nestedset with Filament v4 and v5 support

196.5k14](/packages/wsmallnews-filament-nestedset)

PHPackages © 2026

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