Kevin

Results 54 issues of Kevin

need update laravel 12 befor Before Update: ```php use Illuminate\Support\Facades\Cache; // Caching a user $user = Cache::remember('user_'.$id, 600, function () use ($id) { return User::find($id); }); ``` After Update: ```php...

Reduce technical debt
php

1. Creating an inventory > Accessing the "Inventory" option: The user accesses the "Inventory" tab from the main dashboard or via the search bar. > > Inventory creation form: A...

User Story

Stock Transfer Form: If an item needs to be moved, the user duplicates the item line and changes the "Stock Area" and "Location" columns. Action: The form allows you to...

User Story

like ![image](https://github.com/user-attachments/assets/5cc0f4e7-62d8-463c-91b1-324d462681d0)

User Story