https://github.com/stofiiis/scout-warehouse-manager
Web application for managing scout warehouse(s).
https://github.com/stofiiis/scout-warehouse-manager
css html-css-javascript html5 javascript mysql mysql-database php scout scouting warehouse-management warehouse-management-system
Last synced: about 2 months ago
JSON representation
Web application for managing scout warehouse(s).
- Host: GitHub
- URL: https://github.com/stofiiis/scout-warehouse-manager
- Owner: stofiiis
- License: mit
- Created: 2025-04-08T07:21:12.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-04-08T16:55:35.000Z (about 1 year ago)
- Last Synced: 2025-04-09T15:16:56.992Z (about 1 year ago)
- Topics: css, html-css-javascript, html5, javascript, mysql, mysql-database, php, scout, scouting, warehouse-management, warehouse-management-system
- Language: PHP
- Homepage:
- Size: 31.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Scout Warehouse Management System
A comprehensive web application for managing scout warehouses, inventory, and equipment borrowing. This system allows scout groups to track their equipment, manage borrowing/returning processes.
## Features
- **Warehouse Management**: Create and manage multiple warehouses
- **Item Tracking**: Add, edit, and delete items in warehouses
- **Borrowing System**: Track who has borrowed items and when
- **Division Organization**: Categorize items by scout divisions (Vlčata, Světlušky, etc.)
- **User Management**: Admin and regular user roles with appropriate permissions
- **Responsive Design**: Works on desktop and mobile devices
## Requirements
- PHP 7.4 or higher
- MySQL 5.7 or higher
- Web server (Apache, Nginx, etc.)
## Installation
1. **[Download the code](https://github.com/stofiiis/Scout-warehouse-manager/releases)**
2. **Setup your database - run contents of database.sql in phpMyAdmin or tool that you use**
3. **Replace placeholders in /config/database.php**
4. **Upload files to your server/hosting**
5. **Login to app with defautl login details (you can find them in database.sql file)**