Download the PHP package jeffersongoncalves/laravel-erp-buying without Composer
On this page you can find all versions of the php package jeffersongoncalves/laravel-erp-buying. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download jeffersongoncalves/laravel-erp-buying
More information about jeffersongoncalves/laravel-erp-buying
Files in jeffersongoncalves/laravel-erp-buying
Package laravel-erp-buying
Short Description ERP buying — suppliers, RFQs, supplier quotations and purchase orders for the Laravel ERP ecosystem
License MIT
Homepage https://github.com/jeffersongoncalves/laravel-erp
Informations about the package laravel-erp-buying
Laravel ERP Buying
ERP buying — suppliers, RFQs, supplier quotations and purchase orders for the Laravel ERP ecosystem.
This package is the buying/procurement module of the Laravel ERP ecosystem. It builds on
laravel-erp-core,
laravel-erp-accounting and
laravel-erp-stock.
Features
- Masters — supplier groups (hierarchical) and suppliers, with polymorphic addresses and contacts from core.
- Request for Quotation — submittable RFQs with item lines and invited suppliers.
- Supplier Quotation — submittable quotations with item lines and live totals.
- Purchase Order — submittable orders with per-received / per-billed tracking and order status.
- Conversions — turn a Purchase Order into a stock Purchase Receipt or an accounting Purchase Invoice, and turn a Supplier Quotation into a Purchase Order.
Buying documents are commitments: they follow the submit/cancel lifecycle but do not post to the general or stock ledger themselves. Inventory and accounting impact is realised only when the downstream Purchase Receipt or Purchase Invoice is submitted.
Installation
Publish and run the migrations:
Optionally publish the config:
Conversions
Testing
Changelog
Please see CHANGELOG for what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Jefferson Simão Gonçalves
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-erp-buying with dependencies
jeffersongoncalves/laravel-erp-accounting Version self.version
jeffersongoncalves/laravel-erp-core Version self.version
jeffersongoncalves/laravel-erp-stock Version self.version