@extends('layouts.backend') @section('extraCss') @endsection @section('mainContentArea')

@if(Route::currentRouteName() == 'party-sale-orders-by-barcode') Add New Party Sale Order Back @elseif(Route::currentRouteName() == 'wh-sale-orders-by-barcode') Add New Warehouse Sale Order Back @else Add New POS Sale Order Back @endif

Scan Barcodes
Order Info

{{-- FORM AREA --}}
@csrf
order_date)) }}"/> Click on text box to select the date from calendar.
@php $userWarehouses = Auth::user()->stores; if(!empty($userWarehouses)) { $userWarehouses = json_decode($userWarehouses, true); } else { $userWarehouses = NULL; } @endphp @if(empty($userWarehouses)) @else @endif
@if(Route::currentRouteName() == 'pos-sale-orders-by-barcode')
@elseif(Route::currentRouteName() == 'wh-sale-orders-by-barcode')
@else
@endif
{{-- FORM AREA --}}
Order Products

All the baarcodes scanned will be added to order after order is saved.


HSN CODE ARTICLE COLOR SIZE BARCODE QTY MRP DISCOUNT (%) DISCOUNT (Amt.) TAX FINAL
{{-- --}} {{-- --}}
@endsection @section('extraJs') @endsection