@extends('layouts.app') @section('title','Opening Stock') @section('content')
Opening Stock
@can('inventory-stock-transactions-stock-opening.create') @endcan
Loading opening stock data...
No opening stock documents found
Try adjusting your filters or create a new document
Document # Posting Date Lines Total Qty Warehouse Status Created Operations Actions
New Opening Stock
@csrf
Required
Required

Lines
{{-- --}}
# Variant Rate UOMs Base Rate
No lines added yet

Click "Add Line" to start

{{-- Import Lines Modal (for adding lines to current document) --}} {{-- Import Modal --}} {{-- View Opening Stock Offcanvas (Read-Only) --}}
View Opening Stock
{{-- Sticky Header Card --}} {{-- Scrollable Table Section --}}
Line Items
## Variant Rate UOMs Base Rate
No line items
@endsection {{-- No inline scripts per standards; logic is in public/assets/js/custom/inventory_management/opening_stock.js --}} @push('scripts') @endpush @push('styles') {{-- Searchable select styles (Falcon vendors) --}} @push('scripts') {{-- Searchable select scripts (load both; JS will pick what's available) --}} {{-- SheetJS for Excel import --}} @endpush