Dashboard
Total Earnings
<%= totalOrderPrice%>
Orders
<%= totalNumberOfOrders %>
Customers
<%= totalCustomerCount %>
Total Products
<%= totalProducts %>
Revenue
0
Orders
₹0
Earnings
Best Selling Products
<%=val.productName%>Product Name |
₹<%=val.price%>Price |
<%=val.totalQuantity%>Orders |
Recent Orders
#<%=val.orderNo%><%= moment(val.createdAt).format('DD-MM-YYYY') %> |
<%=val.customer.fullName%>Customer |
₹<%=val.total%>Total Price |
<%=val.address%> <%=val.pincode%>Order Address |