Sales Orders
Last Updated: April 15, 2022
You can create the sales order upon request of the customer and once approved by the customer you can create the invoice from the sales order.
MYSQL Tables
sales_orders
sales_order_products
Laravel
Vue
SalesOrders.vue
This file has the code to display all the sales orders and it will get the data from API endpoints. You can see the coding to search and filter the Sales Order.

All data is loaded in mounted(){}