Download the PHP package mannysoft/inv without Composer
On this page you can find all versions of the php package mannysoft/inv. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download mannysoft/inv
More information about mannysoft/inv
Files in mannysoft/inv
Informations about the package inv
Inventory
🚨 Abandoned 🚨
This package was created years ago to supplement an internal application that was in development. The project was cancelled, and I have no time and use to maintain this repository. If anyone would like to take over and maintain this package, please contact me at [email protected], or create an issue.
Thank you!
Index
-
Description
- Requirements
- Benefits
-
Installation
- Laravel 4
- Laravel 5
-
Customize Installation
- I don't need to customize my models
- I need to customize my models
-
Updates
- Updating from 1.0.* to 1.1.*
- Updating from 1.1.* to 1.2.*
- Updating from 1.2.* to 1.3.*
- Updating from 1.3.* to 1.4.*
- Updating from 1.4.* to 1.5.*
- Updating from 1.5.* to 1.6.*
- Updating from 1.6.* to 1.7.*
- Upcoming Updates
-
Usage
- Asking Questions
- SKU Generation
- Suppliers
- Transactions
- Variants
- Assemblies (BoM)
- Kits / Bundles (Coming Soon)
- Separating Inventory
- Events
- Exceptions
- Auth Integration
- Misc Functions and Uses
Description
Inventory is a fully tested, PSR compliant Laravel inventory solution. It provides the basics of inventory management using Eloquent such as:
- Inventory Item management
- Inventory Item Variant management
- Inventory Stock management (per location)
- Inventory Stock movement tracking
- Inventory SKU generation
- Inventory Assembly management (Bill of Materials)
- Inventory Supplier management
- Inventory Transaction management
All movements, stocks and inventory items are automatically given the current logged in user's ID. All inventory actions such as puts/removes/creations are covered by Laravel's built in database transactions. If any exception occurs during an inventory change, it will be rolled back automatically.
Depending on your needs, you may use the built in traits for customizing and creating your own models, or you can simply use the built in models.
Requirements
- Laravel 4. | 5.
- Laravel's Auth, Sentry or Sentinel if you need automatic accountability
- A
users
database table
Recommended:
- Stevebauman/Revision (For tracking Category and Location changes to stocks)
If you need another Auth driver supported, please send a pull request or create an issue.
Benefits
If you're using the traits from this package to customize your install, that means you have complete flexibility over your own models, methods (excluding relationship names/type), database tables, property names, and attributes. You can set your own base model, and if you don't like the way a method is performed just override it.
Sit back and relax, it's nice to have control.
All versions of inv with dependencies
illuminate/database Version 4.* | 5.*
illuminate/support Version 4.* | 5.*
baum/baum Version 1.0.* | 1.1.*