From 24a286a5a2a6da0e9d8c79302cd4221fc50e9675 Mon Sep 17 00:00:00 2001 From: omair saleh Date: Sat, 2 Oct 2021 15:00:49 +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 d40eea3d..f3d3bf36 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)}}% - Total: {{report.total_orders}} Orders + Created Orders: {{report.total_orders}} Orders