@extends('layouts.app') @section('content')

Reports

Out Standing Reports
@can('OUTSTANDING_REPORT') Outstanding Report @endcan @can('OUTSTANDING_REPORT_PERIOD_WISE') Outstanding Report Period Wise @endcan @can('DIRECT_SALE_REPORT') Direct Sale Report @endcan @can('CHEQUE_RETURN_OUTSTANDING_REPORT') Cheque Return Outstanding Report @endcan @can('CHEQUE_RETURN_OUTSTANDING_REPORT_PERIOD_WISE') Cheque Return Outstanding Report Period Wise @endcan @can('CUSTOMER_TRANSACTION_HISTORY_REPORT') Customer Transaction History Report @endcan {{--
Sales
--}} {{--
--}} {{--
--}} {{--
Inventory
--}} {{--
--}} {{-- Products Report --}} {{--
--}} {{--
--}} {{--
--}} {{--
Purchasing
--}} {{--
--}} {{-- Purchase order Summary Report --}} {{-- Billing Summary --}} {{--
--}}
Sales Reports
@can('SALES_SUMMARY_REPORT') Sales Summary Report Customer Wise @endcan @can('SALES_SUMMARY_REPORT') Sales Summary Report Invoice Wise @endcan @can('SALES_SUMMARY_REPORT') Daily Sales Summary Report @endcan @can('SALES_SUMMARY_REPORT_ITEM_WISE') Sales Summary Report Item Wise @endcan @can('GOODS_RETURN_SUMMARY_REPORT') Goods Return Summary Report Customer Wise @endcan @can('GOODS_RETURN_SUMMARY_REPORT') Goods Return Wise Summary Report @endcan @can('GOODS_RETURN_SUMMARY_REPORT') Daily Goods Return Summary Report @endcan @can('PAYMENT_SUMMARY_REPORT') Payment Summary Report Customer Wise @endcan @can('PAYMENT_SUMMARY_REPORT') Payment Summary Report Invoice Wise @endcan @can('PAYMENT_SUMMARY_REPORT') Daily Payment Summary Report @endcan @can('PAYMENT_SUMMARY_REPORT') Cheque Return Report Customer Wise @endcan @can('PAYMENT_SUMMARY_REPORT') Cheque Return Report Invoice Wise @endcan @can('PAYMENT_SUMMARY_REPORT') Daily Cheque Return Report @endcan
Inventory Reports
@can('LOW_STOCK_PRODUCTS_REPORT') Low stock products report @endcan @can('INVENTORY_MOVEMENT_SUMMARY_REPORT') Inventory Movement Summary Report @endcan @can('STOCK_IN_REPORT') Stock In (GRN) Report @endcan @can('INVENTORY_REPORT') Inventory/ Stock Valuation @endcan
Commission Reports
@can('COLLECTION_COMMISSION_REPORT') Collection Commission Report @endcan @can('COLLECTION_COMMISSION_REPORT') Sales Commission Report @endcan
@endsection @section('include_js') @endsection @section('custom_script') @endsection