service report

This commit is contained in:
omair saleh
2021-10-06 15:18:40 +08:00
parent f159bf7982
commit 52ec457b52
@@ -113,7 +113,7 @@
<div class="p-l-20 p-t-50 p-b-40 p-r-20">
<h3 class="no-margin p-b-5">{{report.new_customers}}</h3>
<span class="small hint-text pull-left">{{ Math.ceil((((report.new_converted_customers / report.new_customers) * 100) * 100) / 100).toFixed(2)}}%</span>
<span class="pull-right small text-primary">Placed Order: {{report.new_converted_customers}}</span>
<span class="pull-right small text-primary">Confirmed Order: {{report.new_converted_customers}}</span>
</div>
</div>
</div>