From 52ec457b526dc7f1cbabfa45405df6591866c85c Mon Sep 17 00:00:00 2001 From: omair saleh Date: Wed, 6 Oct 2021 15:18:40 +0800 Subject: [PATCH] service report --- .../reports/sections/MonthlySalesReportSectionComponent.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/assets/vue/components/reports/sections/MonthlySalesReportSectionComponent.vue b/resources/assets/vue/components/reports/sections/MonthlySalesReportSectionComponent.vue index 22ad4a25..c4a4e237 100644 --- a/resources/assets/vue/components/reports/sections/MonthlySalesReportSectionComponent.vue +++ b/resources/assets/vue/components/reports/sections/MonthlySalesReportSectionComponent.vue @@ -113,7 +113,7 @@

{{report.new_customers}}

{{ Math.ceil((((report.new_converted_customers / report.new_customers) * 100) * 100) / 100).toFixed(2)}}% - Placed Order: {{report.new_converted_customers}} + Confirmed Order: {{report.new_converted_customers}}