@extends('layouts/default') {{-- Page title --}} @section('title') @parent @stop {{-- page level styles --}} @section('header_styles') @stop {{-- Page content --}} @section('content') Purchase Invoice Inventory Purchase Invoice Add New Invoice Voucher Select Voucher... @foreach($vouchers as $voucher) {{ $voucher['voucher_name'] }} @endforeach Voucher No. Reference No. Voucher Date LPO No. LPO Date Purchase Account Supplier Document Type Select Document... Purchase Order Document# Description Terms Select Terms... @foreach ($terms as $term) {{ $term['description'] }} @endforeach Job Select Job... @foreach($jobs as $job) @if($docrow->job_id==$job['id']) {{--*/ $sel = "selected" /*--}} @else {{--*/ $sel = "" /*--}} @endif {{ $job['name'] }} @endforeach Foreign Currency Select Foreign Currency... @foreach($currency as $curr) {{$curr['code']}} @endforeach Item Details {{--*/ $i = 0; $num = count($docitems); $total = $vattotal = $nettotal = $nettotal_dh = $total_dh = $vattotal_dh = 0; /*--}} @foreach($docitems as $poitem) {{--*/ $i++; /*--}} @if($doctype=='PO') @elseif($doctype=='SDO') @endif Unit {{$poitem->unit_name}} Quantity Cost/Unit Vat% - Amount Total More Info @endforeach Total Currency Currency Dhs VAT Total Net Amount Submit Cancel × Select Supplier × Select Item @include('layouts.right_sidebar') @stop {{-- page level scripts --}} @section('footer_scripts') @stop @extends('layouts/default') {{-- Page title --}} @section('title') @parent @stop {{-- page level styles --}} @section('header_styles') @stop {{-- Page content --}} @section('content') Purchase Invoice Inventory Purchase Invoice Add Voucher No. is found empty! Please create in Account Settings. @include('layouts.right_sidebar') @stop {{-- page level scripts --}} @section('footer_scripts') @stop
Voucher No. is found empty! Please create in Account Settings.