@extends('layouts.app') @section('title', 'Stock Adjustment') @section('content')
Stock Adjustment
@can('inventory-stock-transactions-stock-adjustment.export') @endcan @can('inventory-stock-transactions-stock-adjustment.create') @endcan
Voucher No Post Date Warehouse Type Reason Ref Number Total Adj Status Created Operations
Loading stock adjustments...
No stock adjustments found
Try adjusting your filters or create a new adjustment
@isset($paginator) {{ $paginator->links() }} @endisset
New Stock Adjustment
@csrf
Please select adjustment type
Please select warehouse
Please select posting date
Please select reason code

Line Items
Loading...
Loading Line Items
0 of 0 loaded 0%
Variant * Available UOMs After Adj Avg Rate Adj Value
No line items added
@include('partials.modals.qty-breakdown-consumption-modal') @endsection @push('styles') @endpush @push('scripts') @endpush @push('scripts') {{-- UOM Handler --}} {{-- Breakdown Handlers (BOTH - for INCREASE and DECREASE) --}} {{-- Main Module Script --}} @endpush