Invoice Edit
@csrf
Invoice Number
Date
{{ trans('Payment OverDue Date') }}
{{ trans('Payment Methods') }}
{{ $invoice->payment_method }}
Cash
Credit
Consignment Terms
Register Mode
balance_due == 'Invoice') selected @endif >Invoice
balance_due == 'Po Return') selected @endif >Po Return
{{ trans('Name') }}
{{ trans('Phone Number') }}
{{ trans('Customer Type') }}
{{ trans('Address') }}
{{ trans('Sale Price Category') }}
{{ $invoice->sale_price_category }}
Default
Whole Sale
Retail
@if (Auth::user()->is_admin == '1' || Auth::user()->type == 'Admin')
{{ trans('Location') }}
@foreach ($warehouses as $warehouse)
{{ $warehouse->name }}
@endforeach
@else
{{ trans('Location') }}
@foreach ($warehouses as $warehouse) @if (auth()->user()->level == $warehouse->id)
{{ $warehouse->name }}
@endif @endforeach
@endif
{{ trans('No') }}
{{ trans('Item Name') }}
{{ trans('Descriptions') }}
{{ trans('Qty') }}
{{ trans('Unit') }}
{{ trans('လက်ကားစျေး') }}
{{ trans('လက်လီစျေး') }}
{{ trans('Expiry') }}
{{ trans('Amount') }} ({{ config('currency.symbol') }})
@foreach ($sell as $key => $sell)
{{ $key + 1 }}
{{ config('currency.symbol') }}
{{ intval($sell->product_qty) * floatval($sell->product_price) - (intval($sell->product_qty) * floatval($sell->product_price) * intval($sell->discount)) / 100 }}
{{--
--}}
{{--
--}}
@endforeach
{{ trans('Add row') }}
Calculate
Item Search
@if (isset($employees[0])) {{ trans('general.employee') }}
{{ $logged_in_user->first_name }}
@foreach ($employees as $employee)
{{ $employee->first_name }} {{ $employee->last_name }}
@endforeach
@endif
Sub Total
Discount
Total
Deposit
Remaining Balance
Remark
{{ $invoice->remark }}
Save
Cancel