Product Order
This module enables employees to order products.
Features
- Product Catalog: Browse and search available products
- Order Creation: Create product orders from the field
- Order Management: Manage and track all orders
- Order Status Tracking: Monitor order progress from creation to delivery
Requirements
- Open Core Business Suite (Base System)
Installation
- Download the Product Order module package
- Extract the module to
Modules/ProductOrder - Run the installation command:
php artisan module:enable ProductOrder
php artisan migrate
- Clear the application cache:
php artisan optimize:clear
Usage
Product Catalog
Navigate to Field Sales > Products to manage the product catalog:
- Add products with descriptions, images, and pricing
- Organize products into categories
- Set product availability and stock levels
Creating Orders
Field employees can create orders:
- Select products from the catalog
- Specify quantities and delivery details
- Associate orders with clients
- Add special instructions or notes
Order Management
Manage orders through the order dashboard:
- View all orders with filtering options
- Edit order details before processing
- Cancel or modify pending orders
- Process orders for fulfillment
Order Status Tracking
Track orders through various stages:
- Draft
- Submitted
- Processing
- Shipped
- Delivered
- Completed
Configuration
Access module settings at Settings > Product Order to configure:
- Product categories
- Order approval workflow
- Delivery options
- Pricing rules and discounts