@extends('admin.layouts.app') @section('content')
| क्र.सं. | उत्पादनको नाम | स्पेसिफिकेशन | एकाइ | परिमाण | दर (रु.) | जम्मा (रु.) | कर (रु.) | जम्मा कर सहित (रु.) | अन्य खर्च (रु.) | कुल रकम (रु.) | कैफियत | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| प्राप्त | बाँकी | |||||||||||
| {{ $index + 1 }} | {{ $maagProduct->product_name ?? $kharidProduct->product_name ?? '-' }} @if($product->is_long_term) Long Term @endif | {{ $maagProduct->specification ?? $kharidProduct->specification ?? '-' }} | {{ $kharidProduct->unit ?? $maagProduct->unit ?? '-' }} | {{ number_format($product->qty, 2) }} | {{ number_format($product->remaining_qty, 2) }} | {{ number_format($product->amount, 2) }} | {{ number_format($product->total, 2) }} | @if($product->tax_type == 'vat') VAT (13%): @elseif($product->tax_type == 'custom') {{ $product->tax_percentage }}%: @else - @endif {{ number_format($product->tax_amount, 2) }} | {{ number_format($product->total_with_tax, 2) }} | {{ number_format($product->other_exp, 2) }} | {{ number_format($productGrandTotal, 2) }} | {{ $product->remarks ?? '-' }} |
| जम्मा (Total): | {{ number_format($totalLongTermQty, 2) }} | {{ number_format($totalLongTermRemainingQty, 2) }} | {{ number_format($jinsiForm->products->sum('total'), 2) }} | {{ number_format($jinsiForm->products->sum('tax_amount'), 2) }} | {{ number_format($totalLongTermValue, 2) }} | {{ number_format($totalLongTermOtherExp, 2) }} | {{ number_format($grandTotalLongTerm, 2) }} | |||||
| थप अन्य खर्च (Global Other Expenses): | {{ number_format($jinsiForm->other_exp, 2) }} | {{ number_format($jinsiForm->other_exp, 2) }} | ||||||||||
| सबै जम्मा (Grand Total): | {{ number_format($totalLongTermOtherExp + $jinsiForm->other_exp, 2) }} | {{ number_format($grandTotalLongTerm + $jinsiForm->other_exp, 2) }} | ||||||||||
यस जिन्सी फाराममा कुनै पनि उत्पादन दीर्घकालीन रूपमा चिन्हित गरिएको छैन।
नोट: यो प्रतिवेदनले दीर्घकालीन जिन्सी मालसामानहरू मात्र देखाउँदछ। दीर्घकालीन उत्पादनहरू ती हुन् जुन लामो समयसम्म प्रयोग गर्न सकिन्छ र तिनीहरूको स्थायी सम्पत्तिको रूपमा रेकर्ड गरिन्छ।