定制 stevebauman/inventory 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

stevebauman/inventory

最新稳定版本:v1.7.5

Composer 安装命令:

composer require stevebauman/inventory

包简介

Inventory management using Laravel 4 / 5

README 文档

README

Travis CI Scrutinizer Code Quality SensioLabsInsight Latest Stable Version Total Downloads License

🚨 Abandoned 🚨

This package has been taken over by @mauricecalhoun.

Index

Join the chat at https://gitter.im/stevebauman/inventory

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:

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.

统计信息

  • 总下载量: 23.53k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 438
  • 点击次数: 0
  • 依赖项目数: 3
  • 推荐数: 0

GitHub 信息

  • Stars: 433
  • Watchers: 66
  • Forks: 201
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-01-14