@extends('layouts.app') @section('title', 'Reports') @section('content')

Reports & Ledger Download

{{-- Daily Summary --}}
Daily Summary

Download all orders for a specific day.

{{-- Sales Ledger --}}
Sales Ledger

Download sales report for a date range.

{{-- Supplier Ledger --}}
Supplier Ledger

Download purchase & payment ledger for a supplier.

{{-- Customer Ledger --}}
Customer Ledger (B2B)

Download order & payment ledger for a B2B customer.

@endsection