Create Sales Order


@if (isset($data->platform)) @if ($data->platform == 'mobile')
Foto Outlet
Outlet Image
Tanda Tangan Outlet
Outlet Image
Foto Checkin
Outlet Image
Foto Dengan Pemilik Outlet
Outlet Image

@endif @endif

@if (!empty($data_item)) @foreach ($data_item as $item) is_free_good ? 'data-free-for='.$item->product_id : '' }} class="input {{ $item->is_free_good ? 'freegood' : '' }}" data_id="{{ $item->id }}"> @endforeach @else @endif
Produk Satuan Qty Unit Price Disc (%) Disc (Rp) Subtotal Tax Amount
{{ $item->unit_name }} is_free_good ? 'disabled' : '' }} id="qty" value="{{ $item->qty }}" min="1" onkeyup="SalesOrder.recalculateAllRows(this)">
Total: {{ isset($data->total_amount) ? $data->total_amount - $data->discount_amount : 0 }}
Total: {{ isset($data->total_amount) ? number_format($data->total_amount - $data->discount_amount, 2, ',', '.') : 0 }}

Product Satuan Kategori Customer Min Qty Max Qty Disc Tipe Disc Nilai Tanggal Berlaku Customer Action
Product Satuan Kategori Customer Min Qty Max Qty Free Product Free Unit Free Qty Customer Tanggal Berlaku Action
@include('web.sales_order.promo-item')
Product Satuan Qty Terkecil
@if (isset($id)) @if ($data->status == 'draft' || $data->status == 'submited') @if ($data->platform == 'mobile') @else @endif @endif @else @endif