@extends('layouts.app') @section('title', 'Transaction History') @section('content')
{{-- Company selection warning --}} @if(!session('company_id')) @endif
Transaction History (Detailed)
@can('inventory-stock-ledger-transaction-history.export') @endcan
Date/Time Voucher Product/Warehouse Qty IN Qty OUT Balance Rate Value Quality Batch/Serial Reference
Loading...

Loading transaction history...

Loading transaction history...
No transactions found
Try adjusting your filters
@endsection @push('styles') @endpush @push('scripts') @endpush