PHPackages                             jeffersongoncalves/laravel-erp-quality - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. jeffersongoncalves/laravel-erp-quality

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

jeffersongoncalves/laravel-erp-quality
======================================

ERP quality management — inspections, goals, procedures and non-conformances for the Laravel ERP ecosystem

10PHP

Since Jun 27Pushed todayCompare

[ Source](https://github.com/jeffersongoncalves/laravel-erp-quality)[ Packagist](https://packagist.org/packages/jeffersongoncalves/laravel-erp-quality)[ RSS](/packages/jeffersongoncalves-laravel-erp-quality/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel ERP Quality
===================

[](#laravel-erp-quality)

ERP quality management — inspections, goals, procedures and non-conformances for the Laravel ERP ecosystem.

This package is the quality-management module of an ERPNext-native rebuild. It owns the quality documents: quality goals and their objectives, quality procedures (a self-referencing tree of processes), quality inspection templates, quality inspections (with per-parameter readings), non-conformances, quality actions (corrective/preventive) and quality reviews. The inspected item and the source document (e.g. a Purchase Receipt or Delivery Note) are referenced as dynamic links (`item_code`, `reference_type`/`reference_name`), so the package depends only on [`jeffersongoncalves/laravel-erp-core`](https://github.com/jeffersongoncalves/laravel-erp-core) — there is no hard dependency on the stock or selling modules.

Features
--------

[](#features)

- **Quality masters** — Quality goals (with measurable objectives), quality procedures (a grouped, self-referencing tree of processes) and quality inspection templates (with numeric/min/max parameters).
- **Quality inspections** — An inspection against an item with a type (`Incoming`, `Outgoing`, `In Process`), a sample size, an optional template and a result (`Accepted`, `Rejected`). Each parameter reading has its own status, and the overall inspection status is recomputed to `Rejected` whenever any reading is `Rejected`.
- **Non-conformances** — A recorded quality issue tied to a procedure, with corrective and preventive actions and a status workflow (`Open`, `In Progress`, `Resolved`, `Closed`, `Cancelled`).
- **Quality actions** — Corrective/preventive actions with child resolutions and a status workflow (`Open`, `In Progress`, `Completed`, `Cancelled`).
- **Quality reviews** — A periodic review of a quality goal with achieved-vs-target objectives.
- **Customizable Models** — Override any model via config (ModelResolver pattern).
- **Translations** — English and Brazilian Portuguese.

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

[](#compatibility)

PackagePHPLaravel`^1.0``^8.2``^11.0 | ^12.0 | ^13.0`Installation
------------

[](#installation)

```
composer require jeffersongoncalves/laravel-erp-quality
```

Publish and run the migrations (the core package migrations must be published too):

```
php artisan vendor:publish --tag="erp-core-migrations"
php artisan vendor:publish --tag="erp-quality-migrations"
php artisan migrate
```

Publish the config (optional):

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

Dynamic Links
-------------

[](#dynamic-links)

Quality inspections reference the inspected item through a plain `item_code` string and reference their source document (e.g. a Purchase Receipt or Delivery Note) through a dynamic link (`reference_type` + `reference_name`). This keeps the quality module decoupled from the stock and selling packages while still allowing those records to be resolved at the application layer.

Database Tables
---------------

[](#database-tables)

All tables use the configured prefix shared across the ERP ecosystem (default: `erp_`): `quality_goals`, `quality_goal_objectives`, `quality_procedures`, `quality_procedure_processes`, `quality_inspection_templates`, `quality_inspection_template_parameters`, `quality_inspections`, `quality_inspection_readings`, `non_conformances`, `quality_actions`, `quality_action_resolutions`, `quality_reviews`, `quality_review_objectives`.

Testing
-------

[](#testing)

```
composer test
```

License
-------

[](#license)

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

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance65

Regular maintenance activity

Popularity2

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity11

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-laravel-erp-quality/health.svg)

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

PHPackages © 2026

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