@extends('layouts.admin-simple') @section('title', 'Create Outgoing Transaction') @section('content')

add_box Create Outgoing Transaction

Create a new material dispatch request

arrow_back Back to List
assignment Transaction Details
@csrf
@error('transaction_date')
{{ $message }}
@enderror
@error('material_request_number')
{{ $message }}
@enderror
@error('project_id')
{{ $message }}
@enderror
@error('division_id')
{{ $message }}
@enderror
@error('type_of_goods')
{{ $message }}
@enderror
@error('requested_by')
{{ $message }}
@enderror
@error('receiver_name')
{{ $message }}
@enderror
@error('notes')
{{ $message }}
@enderror
cancel Cancel
info Important Information
  • This creates a new outgoing transaction in pending status
  • The transaction will need approval before materials can be dispatched
  • You can add items to the transaction after creation
  • Inventory will only be updated when the transaction is completed/dispatched
assignment_late
@endsection @push('scripts') @endpush