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

Sales Register With Profit Report

Monthly Report {{-- --}} 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
{{-- --}} {{-- --}}
Voucher Date Voucher Number Voucher Type Party (Dr) Sales Ledger (Cr) Taxable Value Amount Discount Remarks Profit Margin Profit Margin On
Landing Cost
Aging Balance AgingCustomer Source Status Action
Total
{{-- Print Modal --}} {{-- Estimate Modal --}} {{-- Import Modal --}} {{-- Import Other Modal --}} {{-- Track Modal --}} {{-- Export Json Modal --}} @include('admin.common.delete-modal') @endsection @section('script') @include('admin.common.delete') @endsection