

Wholtrix - Wholesale Management SystemWholtrix - Wholesale Management System
Wholtrix is a comprehensive wholesale management system built with modern web technologies
Wholtrix - Wholesale Management System
Wholtrix is a comprehensive wholesale management system built with modern web technologies
Overview
Wholtrix is a comprehensive wholesale management system built with Laravel 8 and modern web technologies. It provides a complete solution for managing wholesale operations, inventory, sales, and financial transactions. The system is designed to streamline operations, improve efficiency, and provide real-time insights into your wholesale business.
Features
Core Features
- User Management
- Role-based access control
- User authentication and authorization
- Inventory Management
- Multi-warehouse support
- Stock tracking and alerts
- Product categorization
- Inventory movement tracking
- Sales Management
- Sales tracking and reporting
- Customer management
- Order processing
- Invoice generation
- Financial Management
- Supplier payments tracking
- Retailer payments management
- Financial reporting
- Reporting & Analytics
- Customizable reports
- Sales analytics
- Inventory reports
- Profit-loss report
- Delivery Management
- Delivery van tracking
- Delivery personnel management
- Delivery status tracking
- Supplier Management
- Supplier database
- Supplier payment tracking
- Supplier accounts
Requirements
- PHP >= 8.1
- MySQL >= 5.7
- Composer
Instructions
Installation Guide
This guide will help you install and set up the Inventory Management System.
System Requirements
- PHP >= 8.1
- MySQL >= 5.7
- Composer
- Node.js & NPM
- Web Server (Apache/Nginx)
- SSL Certificate (for production)
Installation Steps
1. Server Setup
Apache Configuration
<VirtualHost *:80> ServerName yourdomain.com DocumentRoot /path/to/your/project/public <Directory /path/to/your/project/public> AllowOverride All Require all granted </Directory> </VirtualHost>
Nginx Configuration
server { listen 80; server_name yourdomain.com; root /path/to/your/project/public; index index.php; location / { try_files $uri $uri/ /index.php?$query_string; } location ~ .php$ { fastcgi_pass unix:/var/run/php/php8.1-fpm.sock; fastcgi_index index.php; fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; include fastcgi_params; } }
2. Application Setup
- Download the repository
- Unzip the repository
- Install PHP dependencies:
composer install --no-dev --optimize-autoloader
- Environment Configuration:
cp .env.example .env php artisan key:generate
- Configure your database in
.env
:
DB_CONNECTION=mysql DB_HOST=127.0.0.1 DB_PORT=3306 DB_DATABASE=your_database DB_USERNAME=your_username DB_PASSWORD=your_password
- Run migrations and seeders:
php artisan migrate php artisan db:seed
- Create storage link:
php artisan storage:link
- Set proper permissions:
chmod -R 775 storage bootstrap/cache chown -R www-data:www-data storage bootstrap/cache
Post-Installation
- Access the application at
<a href="http://yourdomain.com">http://yourdomain.com</a>
- Login with default credentials:
- Email: [email protected]
- Password: password
- Change the default password immediately
- Configure your application settings
Troubleshooting
Common Issues
- Permission Denied
- Check storage and cache directory permissions
- Ensure web server user has proper access
- Database Connection Error
- Verify database credentials
- Check database server is running
- Ensure database exists
- 500 Server Error
- Check Laravel logs in
storage/logs
- Verify PHP version compatibility
- Check file permissions
- Check Laravel logs in
Support
If you encounter any issues during installation, please:
- Contact support at [email protected]
PHP Script Installation Service
Don't worry about the installation of your script! Have your PHP Script installed for you.
|
$39 | Buy now |
Category | Scripts & Code / PHP Scripts / Management / Inventory |
First release | 26 May 2025 |
Last update | 26 May 2025 |
Files included | .php, .css, .html, .sql, Javascript .js |
Tags | invoice, analytics, delivery, stock, sales, inventory, warehouse, wholesale, dealer, supplier, distribution, reporting, wholesale management system, wholesale inventory management, wholesale sales management |