Pending Order
{{DashboardData.CountOrderPending}}
In Progress
{{DashboardData.CountOrderInprogress}}
Cancelled
{{DashboardData.CountOrderCancelled}}
Completed
{{DashboardData.CountOrderCompleted}}
Stock
Total Stock
{{DashboardData.TotalStockQty}}
Free Stock
{{DashboardData.TotalFreeStockQty}}
In Process
{{DashboardData.TotalInprogressQty}}
Sell Stock
{{DashboardData.TotalSellQty}}
| SL | Account Head | Amount |
|---|---|---|
| 1 | Total Expense | ৳ {{DashboardData.TotalExpenseAmount | number:0}} |
| 1 | Total Product Price | ৳ {{DashboardData.TotalProductRateAmount | number:0}} |
| 1 | Total Discount | ৳ {{DashboardData.TotalOtherCostAmount | number:0}} |
| 1 | Total Sell | ৳ {{DashboardData.TotalSellAmount | number:0}} |
| 1 | Total received | ৳ {{DashboardData.TotalReceivedAmount | number:0}} |
| 1 | Total recovered | ৳ {{(DashboardData.TotalReceivedAmount-(DashboardData.TotalProductRateAmount + DashboardData.TotalOtherCostAmount + DashboardData.TotalExpenseAmount)) | number:0}} |