Inventory system
This project is a web-based inventory management system designed for educational institutions or organizations. Users must register or log in to access the system.
The main page displays blocks representing inventory categories, including a general list of all items and specific categories such as technology, furniture, office supplies, educational materials, and more. A navigation panel on the left provides access to action history, deleted items, item addition, editing, and deletion.
The system allows users to: add new items, edit existing items, delete items, filter inventory data by various parameters, export data in XML, CSV, and JSON formats.
All actions are logged in a history table (Darijumi), recording the type of action, date, and the user who performed it. This ensures transparency and traceability of all changes within the system.
The project is implemented using Laravel (PHP), HTML, CSS, and JavaScript, with a relational database and a well-structured architecture.
The main page displays blocks representing inventory categories, including a general list of all items and specific categories such as technology, furniture, office supplies, educational materials, and more. A navigation panel on the left provides access to action history, deleted items, item addition, editing, and deletion.
The system allows users to: add new items, edit existing items, delete items, filter inventory data by various parameters, export data in XML, CSV, and JSON formats.
All actions are logged in a history table (Darijumi), recording the type of action, date, and the user who performed it. This ensures transparency and traceability of all changes within the system.
The project is implemented using Laravel (PHP), HTML, CSS, and JavaScript, with a relational database and a well-structured architecture.