https://github.com/rullyvarelio/trackinorder
TrackinOrder is a powerful and intuitive order tracking system built with Laravel. It provides real-time insights into order statuses, transactions, and inventory management, making it an essential tool for businesses looking to optimize their workflow.
https://github.com/rullyvarelio/trackinorder
chartjs daisyui herd laravel livewire maryui sqlite
Last synced: 3 months ago
JSON representation
TrackinOrder is a powerful and intuitive order tracking system built with Laravel. It provides real-time insights into order statuses, transactions, and inventory management, making it an essential tool for businesses looking to optimize their workflow.
- Host: GitHub
- URL: https://github.com/rullyvarelio/trackinorder
- Owner: rullyvarelio
- Created: 2024-10-15T08:14:30.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-05T18:09:09.000Z (over 1 year ago)
- Last Synced: 2025-03-05T19:24:02.783Z (over 1 year ago)
- Topics: chartjs, daisyui, herd, laravel, livewire, maryui, sqlite
- Language: PHP
- Homepage:
- Size: 423 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
TrackinOrder
## 🚀 About TrackinOrder
**TrackinOrder** is a powerful and intuitive order tracking system built with Laravel. It provides real-time insights into order statuses, transactions, and inventory management, making it an essential tool for businesses looking to optimize their workflow.
### ✨ Features
- **Order Management**: Track and manage customer orders with ease.
- **Inventory Tracking**: Monitor stock levels and automate stock updates.
- **Revenue Insights**: Visualize sales performance with interactive charts.
- **Multi-User Support**: Role-based access control for admins and staff.
- **Real-time Notifications**: Stay updated with order changes and stock alerts.
## 🛠️ Installation
### Prerequisites
Make sure you have the following installed:
- PHP (>=8.0)
- Composer
- Laravel
- SQLite database
### Setup Instructions
1. Clone the repository:
```sh
git clone https://github.com/yourusername/trackinorder.git
cd trackinorder
```
2. Install dependencies:
```sh
composer install
npm install && npm run dev
```
3. Configure environment variables:
```sh
cp .env.example .env
php artisan key:generate
```
4. Set up the database:
```sh
php artisan migrate --seed
```
5. Start the application:
```sh
php artisan serve
```
## 📊 Usage
- **Dashboard**: View real-time order statistics and reports.
- **Orders Page**: Create, update, and track orders.
- **Stock Management**: Add and remove products from inventory.
- **Transactions**: Monitor revenue and payment history.
## 🔒 Security
For security issues, please contact: [rully.v6002@gmail.com](mailto:rully.v6002@gmail.com)
## 📜 License
This project is open-source and available under the [MIT License](https://opensource.org/licenses/MIT).
---
Made with ❤️ using Laravel.