Back to Dashboard
New {{ $documentTitle }}
Document #: {{ $documentNumber }}
@csrf
Supplier Information
Supplier
*
Select Supplier
@foreach($suppliers as $supplier)
{{ $supplier->supplier_code }} - {{ $supplier->supplier_account }}
@endforeach
Contact Person
Address
Telephone
Email
VAT No
TIN No
Order Number
Order Date
*
Delivery Date
Notes
{{ old('special_instructions') }} Please ensure items are properly packaged.
Document Information
Document Number
Project
Select Project
@foreach($projects as $project)
{{ $project->code }}
@endforeach
Currency
@foreach($currencies as $currency)
code === 'USD' ? 'selected' : '' }}> {{ $currency->code }} - {{ $currency->name }}
@endforeach
@if($showNegativeOption)
Allow Negative Stock
@endif
Line Items
Add Line
#
Module
HS Code
Item
Item Description
Description
Warehouse
Available
Quantity
UOM
Confirm Qty
Price ({{ $pricingType === 'inclusive' ? 'incl' : 'excl' }})
Tax Type
Tax Rate
Disc %
Line Tax
Line Total
Exclusive Total:
$0.00
Tax:
$0.00
Discount:
$0.00
Inclusive Total:
$0.00
Cancel
Process
Document Settings
Document Prefix
Starting Number
Pricing Type
Exclusive Pricing
Inclusive Pricing