Description | Total |
---|---|
Revenue{{':'}} | |
{{$data['description']}} | {{($data['value'])}} |
Total Revenue | {{($total_revenues)}} |
Cost : | |
{{$data['description']}} | {{($data['value'])}} |
Total Cost | {{($total_cost)}} |
Gross Profit | {{number_format($total_gross, 2)}} |
Tax & Services: | |
Service | {{($total_services)}} |
Tax | {{($total_tax)}} |
Expense: | |
{{$data['description']}} | {{number_format($data['value'], 2)}} |
Total Expenses | {{number_format($total_expenses, 2)}} |
GOP(Gross Operational Expenses) | {{number_format($EBITDA, 2)}} |
Non Operating EXP: | |
{{$data['description']}} | {{number_format($data['value'], 2)}} |
Total Non Operating Exp | {{number_format($total_non_operating_exp, 2)}} |
Nett Profit | {{number_format($total_nett_profit, 2)}} |
Profit{{'/'}} Loss | {{($profit_or_loss)}} |
Summary: | |
Revenue | {{number_format($total_revenues, 2)}} |
Cost | {{number_format($total_cost, 2)}} |
Gross | {{number_format($total_gross, 2)}} |
Expenses | {{number_format($total_expenses, 2)}} |
GOP | {{number_format($EBITDA, 2)}} |
Non Operating Exp | {{number_format($total_non_operating_exp, 2)}} |
Nett Profit | {{number_format($total_nett_profit, 2)}} |