This is a Laravel-based Order Management and Payment System that allows users to manage orders and handle payments .
-
Order Management
- View orders with payment statuses:
due
,partial
, andpaid
. - Dynamic updates of
due_amount
andpayment_method
. - Dynamic PC Builder
- View orders with payment statuses:
-
Payment Functionality
- Credit Payment: Deducts payment from the user's available credit balance.
- Stripe Payment: Integration for secure online payments.
-
Dynamic Payment Status
- Updates
payment_method
topartial
orpaid
based on the payment amount. - Ensures accurate tracking of
due_amount
.
- Updates
-
Validation
- Prevents overpayments or insufficient credit usage.
- Proper validation of payment amounts.
Admin / Dashboard
** There is Dynamic and user friendly admin panel where admin and employee can saw there orders , add product, category, auto order assign option, user add delete and many more
Follow these steps to set up the project on your local environment:
- Clone the repository:
git clone https://github.com/your-username/your-repository.git cd your-repository