Stock management system example using laravel 5.5, JS and bootstrap
Stars
61
Forks
56
Watchers
61
Open Issues
0
Overall repository health assessment
^0.16.2^3.3.7^5.0.1^3.1.1^1.0^4.17.4^2.1.1010
commits
1
commits
Implement Supplier Payment and Stock Management Enhancements
60628c1View on GitHubRevamp README.md for enhanced clarity and presentation. Updated project description, added badges, reorganized features, and improved installation instructions. Introduced a table of contents and detailed project structure for better navigation.
7bee22fView on GitHubRefactor Product and Stock Controllers to utilize dedicated services for improved organization and maintainability. Introduced ProductService and StockService to handle product and stock-related operations, respectively. Updated methods for category management, purchase handling, and product updates, ensuring consistent response formats and validation. Enhanced session handling for flash messages.
d78abc0View on GitHubUpdate README.md to enhance project description, clarify features, and improve installation instructions. Added technology stack details and organized screenshots for better presentation.
5abc65fView on GitHubRefactor SettingsController to streamline session handling and improve message redirection. Removed direct session manipulation in favor of using the with() method for flash messages in redirect responses.
c1aa5fcView on GitHubRefactor StockController to use PurchaseService for purchase handling and add request validation. Introduced StorePurchaseRequest and UpdatePurchaseRequest for input validation. Implemented PurchaseService for managing purchase creation and updates, ensuring supplier balance adjustments. Added feature tests for purchase creation and updates.
5e48843View on GitHubStockController - protected property - swapped Purchase for purchase
64082bbView on GitHub