A comprehensive Enterprise Resource Planning (ERP) system designed for small vendors to manage their business operations efficiently.
- Product tracking and categorization
- Stock level monitoring
- Low stock alerts
- Barcode/SKU management
- Point of Sale (POS) system
- Invoice generation
- Sales reports and analytics
- Customer order tracking
- Supplier management
- Purchase order creation
- Stock receiving
- Purchase history tracking
- Expense tracking
- Revenue monitoring
- Basic accounting features
- Financial reports generation
- Customer database
- Purchase history
- Contact information
- Customer feedback tracking
- Employee profiles
- Attendance tracking
- Role management
- Performance monitoring
- Sales analytics
- Inventory reports
- Financial statements
- Custom report generation
- Laravel
- MySQL
- React.js
- Tailwind CSS
- PHP
- Clone the repository:
git clone https://github.com/sanjay-np/cgs-erp.git
cd cgs-erp
- Install dependencies:
composer install
npm install
-
Set up environment variables: Copy .env.example to
.env
file in the root directory and add necessary configurations: -
Start the development server:
php artisan key:generate
php artisan migrate --seed
php artisan storage:link
php artisan serve
npm run dev
- Access the application through your web browser at
http://localhost:8000
- Log in with your credentials
- Navigate through different modules using the sidebar menu
- Start managing your business operations
Email: `test@test.com`
Password: `password`
This project is licensed under the MIT License - see the LICENSE file for details.
For support, open an issue in the GitHub repository.