Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hebaelshamy/tradetracker
TradeTracker - Inventory Management System
https://github.com/hebaelshamy/tradetracker
Last synced: 29 days ago
JSON representation
TradeTracker - Inventory Management System
- Host: GitHub
- URL: https://github.com/hebaelshamy/tradetracker
- Owner: HebaElshamy
- Created: 2023-11-13T23:43:28.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-15T03:30:07.000Z (about 1 year ago)
- Last Synced: 2023-11-22T14:45:29.522Z (about 1 year ago)
- Language: JavaScript
- Size: 18.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![tradetracker-high-resolution-logo-transparent](https://github.com/HebaElshamy/TradeTracker/assets/46092804/30e7447c-a364-405d-893e-e393a132e314)
# Inventory Management System with Laravel
Welcome to our Inventory Management System built with Laravel. This project provides a comprehensive solution for managing suppliers, customers, products, as well as purchase and sales operations, along with inventory tracking.
## Key Features
- Supplier and customer management.
- Product categorization and unit tracking.
- Creation of sales invoices and purchase operations.
- Daily reports for operations and inventory status.
- Intuitive and user-friendly interface.
## Explore More Features
For a more in-depth exploration of the features, we invite you to experience the website firsthand. Take advantage of the interactive platform to discover additional functionalities that cater to your specific needs. Enjoy a comprehensive solution tailored to optimize your business processes.## Technologies Used
- **Laravel:** PHP web application framework.
- **HTML/CSS/JS:** Front-end design and development technologies.
- **Ajax:** Technology for dynamic interaction between front-end and back-end.
- **MySQL:** Database management system.## Getting Started
1. Install project dependencies using Composer:
```bash
composer install
2. Copy the .env.example file and rename it to .env:
```bash
cp .env.example .env
3. Generate the application key:
```bash
php artisan key:generate
4. Configure the .env file with your database connection details
5. Run the database migrations to create tables:
```bash
php artisan migrate
6. Start the local server:
```bash
php artisan serve
7. Open the project in the browser at http://localhost:8000.
8. To run the seeder for the users table, use the command:
```bash
php artisan db:seed --class=UsersTableSeeder
9. To login as an admin, use the following credentials:
Username: Admin
Password: 123456789
10. Enjoy your experience!
![dashboard](https://github.com/HebaElshamy/TradeTracker/assets/46092804/29c41a07-55fc-4b22-ad37-ba87a5114a3c)![invoice](https://github.com/HebaElshamy/TradeTracker/assets/46092804/7f3af888-ef95-4d96-98fd-76ed26981c6a)
![purchase](https://github.com/HebaElshamy/TradeTracker/assets/46092804/746f2871-553d-4acd-8e35-84d4388e9e37)