@extends('layouts.master') @section('css') @endsection @section('title') Sales @endsection @section('content')

Sales Register

Profit Bill Report Aging Bill Report Monthly Report Import {{-- --}} @if (Auth::user()->company_profile->transfer_business_key != null) @endif Vendor Import @if (Auth::user()->company != null ? Auth::user()->company->delete_ac_voucher == 1 : Auth::user()->staff->company->delete_ac_voucher == 1) @endif @if (Auth::user()->company != null ? Auth::user()->company->software_type == 'mop' : Auth::user()->staff->company->software_type == 'mop') Import Json @endif Add Sale
@if (Session::has('success')) @elseif(Session::has('error')) @endif @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
get('from_date')) value="{{ app('request')->input('from_date') }}" @else @if ($reportSettings == 1) value="{{ date('Y-m-d') }}" @endif @endif>
get('to_date')) value="{{ app('request')->input('to_date') }}" @else @if ($reportSettings == 1) value="{{ date('Y-m-d') }}" @endif @endif>
{{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}}
Voucher Date Voucher Number Voucher Type Party (Dr) Sales Ledger (Cr) Taxable Value Amount RemarksProfit MarginProfit Margin On
Landing Cost
Aging Balance AgingCustomer Source Sales Executive Status Action
Total
{{-- Print Modal --}} {{-- barcode Print Modal --}} {{-- Transfer Modal --}} {{-- Tally Export Modal --}} {{-- Estimate Modal --}} {{-- Import Modal --}} {{-- Import Other Modal --}} {{-- Track Modal --}} {{-- Export Json Modal --}} {{-- Import Normal Sales Modal --}} @include('admin.common.delete-modal') @endsection @section('script') @include('admin.common.delete') @endsection