PRONDL
@lang('reports.Clients_Sales_Order')
@if($from)@lang('reports.from') {{ $from }} @endif @if($to) @lang('reports.to') {{ $to }} @endif
@lang('reports.customer_sales_order_sum')
{{ $total }}
@lang('dashboard_sales_expenses.date') | @lang('dashboard_sales_expenses.movement_type') | @lang('dashboard_sales_expenses.number') | @lang('dashboard_sales_expenses.customer') | @lang('dashboard_sales_expenses.tax') | @lang('dashboard_sales_expenses.total_before_tax') | @lang('dashboard_sales_expenses.total_after_tax') | الاجمالي بدون خصم او ضريبة | ||
---|---|---|---|---|---|---|---|---|---|
{{ $invoice['date'] }} | @lang('dashboard_sales_expenses.'.$invoice['type']) | {{ $invoice['number'] }} | {{ $invoice['client']['name'] }} | {{--{{ ($invoice['due_date']==null)?'':date('Y-m-d',strtotime($invoice['due_date'])) }} | {{ $invoice['balance_due'] }} | --}}{{ $invoice['taxes_total'] }} | {{ $invoice['balance_before_tax'] }} | {{ $invoice['invoice_total'] }} | {{ $invoice['balance_before_tax'] + $invoice['total_discount'] }} |