@lang('accounting/warehouses/reports/sales-and-profit.from_date') {{ request()->from_date }}
@endif @if(request()->to_date)@lang('accounting/warehouses/reports/sales-and-profit.to_date') {{ request()->to_date }}
@endif| @lang('accounting/warehouses/reports/sales-and-profit.item_code') | @lang('accounting/warehouses/reports/sales-and-profit.unit_code') | @lang('accounting/warehouses/reports/sales-and-profit.item_description') | @lang('accounting/warehouses/reports/sales-and-profit.unit') | @lang('accounting/warehouses/reports/sales-and-profit.net_quantity') | @else-- | -- | -- | @endif@lang('accounting/warehouses/reports/sales-and-profit.net_value') | @lang('accounting/warehouses/reports/sales-and-profit.net_cost') | @lang('accounting/warehouses/reports/sales-and-profit.profit') | @lang('accounting/warehouses/reports/sales-and-profit.profit_margin') | @lang('accounting/warehouses/reports/sales-and-profit.profit_percentage') | ||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $sales_profit_row['header_name'] }} : | {{ $sales_profit_row['header_id'] }} | {{ $sales_profit_row['object_name'] }} | @if ($show_items || $selected_based_on == 'item'){{ dn($sales_profit_row['total_quantity']) }} | {{ dn($sales_profit_row['total_sales_amount']) }} | {{ dn($sales_profit_row['total_cost']) }} | {{ dn($sales_profit_row['profit']) }} | {{ dn($sales_profit_row['markup_profit_ratio']) }}% | {{ dn($sales_profit_row['margin_profit_ratio']) }}% | @else{{ dn($sales_profit_row['total_sales_amount']) }} | {{ dn($sales_profit_row['total_cost']) }} | {{ dn($sales_profit_row['profit']) }} | {{ dn($sales_profit_row['markup_profit_ratio']) }}% | {{ dn($sales_profit_row['margin_profit_ratio']) }}% | @endif|
| {{ $sales_profit_row['item']->id }} | {{ $sales_profit_row['item']->main_barcode?->unit->id }} | {{ $sales_profit_row['item']->ar_name }} | {{ $sales_profit_row['item']->main_barcode?->unit->name }} | {{ dn($sales_profit_row['total_quantity']) }} | {{ dn($sales_profit_row['total_sales_amount']) }} | {{ dn($sales_profit_row['total_cost']) }} | {{ dn($sales_profit_row['profit']) }} | {{ dn($sales_profit_row['markup_profit_ratio']) }}% | {{ dn($sales_profit_row['margin_profit_ratio']) }}% | |||||
| المجموع | @if ($show_items || $selected_based_on == 'item') | @endif | {{ dn($total_amount) }} | {{ dn($total_cost) }} | {{ dn($total_profit) }} |