Restaurantbackend
HOMEGITHUBYouTubeCONTACT
  • RESTAURANT BACKEND
  • NodeJS V/S firebase
  • Project Requirement
  • FIREBASE
    • What is Firebase?
    • Node js v/s firebase
    • Firebase Zip File Structure
    • Video installation Guide
    • Firebase System Requirement
    • How to Run
    • Cloud Config
    • Firebase Config
    • Firebase Deployment
    • Push Notification for Firebase
  • NODEJS
    • Introduction to NodeJS
    • NodeJS Zip File Structure
    • NodeJS System Requirement
    • How to Run NodeJS
    • Project Structure
    • API Config
    • Push Notification for NodeJS
  • Deployment
    • Heroku NodeJS Api
  • CHANGELOG
    • Changelog
  • SOURCE AND CREDITS
    • Source and Credits
  • User Manual -CMS
    • Home
    • Categories
    • Menu Items
    • Orders
    • Table Booking History
    • Coupons
    • Settings
  • Untitled
Powered by GitBook
On this page
  1. User Manual -CMS

Orders

This module presents a table view of orders and provides an admin with all the needed tools to administrate orders, offers, and invoices.

PreviousMenu ItemsNextTable Booking History

Last updated 5 years ago

Orders : This module presents a table view of orders and provides an admin with all the needed tools to administrate orders, offers, and invoices.

Whenever a customer places an order by using the web app or user app those order details will flow here in the admin dashboard.It contains details /information like OrderId,name,status ,email,mobile number,delivery method etc .

Order ID: An Order ID is a unique number which you'll need to identify and track your orders. Each order receives its Order ID that will not be duplicated. By the help of this Order ID you can get information like; date of the order, shipping status, product details, payment data, etc

Action :Here admin of the store can choose various activities like pending, confirmed, out of delivery, cancelled, delivered.

Pending :Whenever the user places an order from user app it comes to admin dashboard until the admin accepts it order status will be termed as pending

Confirmed:Once the admin accepts the order the status is termed as confirmed

On the Way : It means that your package has left the seller/ store and is on its way to be delivered to your specified address

Cancelled :If admin wish to cancel any of the order he can choose cancelled status from the dropdown.

Delivered: It means that your package has been delivered. Once the package is delivered admin can set the status to delivered.

Admin can also view the order details by clicking on the view icon as displayed in the below screenshot.