From d5dd880d9e57d4cd5582e288644752ce52ba8f78 Mon Sep 17 00:00:00 2001 From: omair saleh Date: Tue, 12 Oct 2021 19:09:00 +0800 Subject: [PATCH] customer report --- .../reports/sections/MonthlySalesReportSectionComponent.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/resources/assets/vue/components/reports/sections/MonthlySalesReportSectionComponent.vue b/resources/assets/vue/components/reports/sections/MonthlySalesReportSectionComponent.vue index 2e4f4d8d..3e8ac237 100644 --- a/resources/assets/vue/components/reports/sections/MonthlySalesReportSectionComponent.vue +++ b/resources/assets/vue/components/reports/sections/MonthlySalesReportSectionComponent.vue @@ -43,7 +43,6 @@
-
{{(Math.ceil((report.received_cbm - report.total_cbm) * 1000) / 1000).toFixed(3)}} +{{(report.daily_cbm).toFixed(0)}} CBM/Day

{{(Math.ceil(report.total_cbm * 1000) / 1000).toFixed(3)}} +{{(report.daily_cbm).toFixed(0)}} CBM/Day

{{((report.total_cbm / 800) * 100).toFixed(2)}}% Goal: 800 CBM