|
Profit |
{{ number_format($totalProfit, 2) }} TK |
100% |
|
Product Cost |
{{ number_format($costOfDeliveredProduct, 2) }} TK |
{{number_format($costPercentage, 1) }}% |
|
Delivery Cost |
{{ number_format($shppingCostOfDeliveredProduct, 2) }} TK |
{{number_format($shippingPercentage, 1) }}% |
|
Other Cost |
{{ number_format($otherExpense, 2) }} TK |
{{number_format($otherCostPercentage, 1) }}% |
Description |
Amount |
Count |
Details |
|---|---|---|---|
| Revenue | |||
|
Total Sales |
{{ number_format($salePrice, 2) }} TK | ||
|
Return Charges |
0 | ||
|
Other Income |
0 | ||
| Expense | |||
|
Product Cost |
{{ number_format($costOfDeliveredProduct, 2) }} TK | ||
|
Delivery Cost |
{{ $shppingCostOfDeliveredProduct }} TK | ||
|
Discount |
{{ $discountCostProduct }} TK | ||
|
Return Delivery Cost |
0 | ||
|
Other Cost |
{{ number_format($otherCost, 2) }} TK | ||
|
Profit |
{{ number_format($salePrice - $costOfDeliveredProduct - $shppingCostOfDeliveredProduct - $otherCost, 2) }} TK |