From 95f52b3a6269c73be819f1beeedf11e84c93ae89 Mon Sep 17 00:00:00 2001 From: omair saleh Date: Sat, 2 Oct 2021 15:06:10 +0800 Subject: [PATCH] customer report --- .../reports/sections/MonthlyReportSectionComponent.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/assets/vue/components/reports/sections/MonthlyReportSectionComponent.vue b/resources/assets/vue/components/reports/sections/MonthlyReportSectionComponent.vue index f3d3bf36..07bafbb9 100644 --- a/resources/assets/vue/components/reports/sections/MonthlyReportSectionComponent.vue +++ b/resources/assets/vue/components/reports/sections/MonthlyReportSectionComponent.vue @@ -51,7 +51,7 @@

{{report.activated_orders}}

{{ Math.ceil((((report.activated_orders / report.total_orders) * 100) * 100) / 100).toFixed(2)}}% - Created Orders: {{report.total_orders}} Orders + Created Orders: {{report.total_orders}}