Logistics POC
Home
Delivery
QR Scanner
Tracking
Management
Test Cases
Logistics POC Navigation Menu
๐
Home
Location selection and management
๐ฆ
Delivery Order
Create new delivery orders
๐ฑ
QR Scanner
Scan container QR codes
๐
Order Tracking
Track delivery status in real-time
โ๏ธ
Order Management
Manage and cancel active orders
๐งช
Test Cases
Run test scenarios
Location Selection
Loading map, please wait...
Add Location A (Restaurant)
Add Location B (Customer)
{{ editMode ? 'Edit' : 'Add' }} Location A (Restaurant)
Name:
Address:
Address Details:
Example: Building A, Floor 2, Room 201, Green Community, Near main entrance
Contact Name:
Contact Phone:
{{ editMode ? 'Update' : 'Save' }} Location A
Cancel
{{ editMode ? 'Edit' : 'Add' }} Location B (Customer)
Name:
Address:
Address Details:
Example: Building 5, Unit 1, Room 302, Blue Sky Community, Elevator access available
Contact Name:
Contact Phone:
{{ editMode ? 'Update' : 'Save' }} Location B
Cancel
Locations A (Restaurants)
{{ location.name }}
{{ location.address }}
Details: {{ location.address_details }}
Contact: {{ location.contact_name }} ({{ location.contact_phone }})
Select
Edit
Delete
No locations found
Locations B (Customers)
{{ location.name }}
{{ location.address }}
Details: {{ location.address_details }}
Contact: {{ location.contact_name }} ({{ location.contact_phone }})
Select
Edit
Delete
No locations found
Selected Locations
Location A (Restaurant):
{{ selectedLocationA.name }}
{{ selectedLocationA.address }}
Details: {{ selectedLocationA.address_details }}
Location B (Customer):
{{ selectedLocationB.name }}
{{ selectedLocationB.address }}
Details: {{ selectedLocationB.address_details }}
Proceed to Delivery