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

Sales Register

@if (Auth::user()->can('view profit margin')) Profit Bill Report Aging Bill Report @endif Monthly Report Import Grouped Export {{-- --}} @if (Auth::user()->company_profile->transfer_business_key != null) @endif Vendor Import {{-- Fix Item Price --}} @if (Auth::user()->can('delete ac voucher')) @endif @if (Auth::user()->company_profile->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 @php $startOfMonth = now()->startOfMonth(); $endOfMonth = now()->endOfMonth(); $from_date = $startOfMonth->toDateString(); $to_date = $endOfMonth->toDateString(); $fy_from = Auth::user()->company_profile->fy_from; $fy_to = Auth::user()->company_profile->fy_to; @endphp @if ($reportSettings == 1) value="{{ date('Y-m-d') }}" @elseif($reportSettings == 2) value="{{ $from_date }}"@elseif($reportSettings == 2) value="{{ $fy_from }}" @endif @endif>
get('to_date')) value="{{ app('request')->input('to_date') }}" @else @if ($reportSettings == 1) value="{{ date('Y-m-d') }}" @elseif($reportSettings == 2) value="{{ $to_date }}"@elseif($reportSettings == 2) value="{{ $fy_to }}" @endif @endif>
{{--
--}}
{{--
--}}
Voucher Date Voucher Number Voucher Type Party (Dr) Party Gst Sales Ledger (Cr) Taxable Value Item Discount Bill Discount Amount Remarks CGST SGST IGST Customer Source Sales Executive Status Weight Sales Return Item Count Cost Center Stock Category Cess Route Action
Total
{{-- Print Modal --}} {{-- Print Modal --}} {{-- E Invoice Print Modal --}} {{-- barcode Print Modal --}} {{-- Transfer Modal --}} {{-- Tally Export Modal --}} {{-- Tally Export Accounts Only Modal --}} {{-- Estimate Modal --}} {{-- Einvoice Modal --}} {{-- Import Modal --}} {{-- Import Other Modal --}} {{-- Track Modal --}} {{-- Export Json Modal --}} {{-- Import Normal Sales Modal --}} {{-- Vendor Import Error Modal --}} {{-- Einvoice Error Modal --}} {{-- Import Normal Sales Modal --}} {{-- Delivery Slip Print Modal --}} @include('admin.common.delete-modal') @endsection @section('script') @include('admin.common.delete') @endsection