No. 31, 2nd Phase, Peenya Industrial Area, Bengaluru 560 058, Karnataka, India
GSTN: 29AAACU2461N1ZY | PAN: AAACU2461N
Email: info@umbreygroups.com
| Company: {{ $quotation->customer->company ?? '-' }} Contact: {{ $quotation->phone ?? '-' }} Email: {{ $quotation->email ?? '-' }} GST No: {{ $quotation->gst ?? '-' }} |
Address: {{ $quotation->address ?? '-' }} |
Customer Ref #: {{ $quotation->cust_ref_no ?? '-' }} RFQ #: {{ $quotation->rfq_no ?? '-' }} RFQ Date: {{ $quotation->rfq_date ? \Carbon\Carbon::parse($quotation->rfq_date)->format('d/m/Y') : '-' }} |
| Part No | Project Mat No | Drawing No | Drawing Rev | Qty | UOM | Description | Product Type |
|---|---|---|---|---|---|---|---|
| {{ $quotation->part_no }} | {{ $quotation->project_material_no }} | {{ $quotation->drawing_no }} | {{ $quotation->drawing_rev }} | {{ $quotation->quantity }} | {{ $quotation->quantity_uom }} | {{ $quotation->description }} | {{ $quotation->product_type }} |
| Sl. | Raw Material | Type | Rate | Scrap Rate | Finish Wt | Qty | Size 1 | Size 2 | Size 3 | RM Cost | Value |
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $i + 1 }} | {{ $item['material'] ?? ($item['RawMaterial'] ?? '-') }} | {{ $item['type'] ?? ($item['rawmaterialtype'] ?? '-') }} | {{ $item['rate'] ?? ($item['MaterialaRate'] ?? '-') }} | {{ $item['scrap_rate'] ?? ($item['ScrapRate'] ?? '-') }} | {{ $item['finish_weight'] ?? ($item['FinishWeight'] ?? '-') }} | {{ $item['quantity'] ?? ($item['Quantity'] ?? '-') }} | {{ $item['size1'] ?? ($item['Size 1'] ?? '-') }} | {{ $item['size2'] ?? ($item['Size 2'] ?? '-') }} | {{ $item['size3'] ?? ($item['Size 3'] ?? '-') }} | {{ $item['rm_cost'] ?? ($item['RM Cost'] ?? '-') }} | {{ $item['value'] ?? ($item['Value'] ?? '-') }} |
| Sl. | Description | Qty | Unit | Rate | Value |
|---|---|---|---|---|---|
| {{ $i + 1 }} | {{ $item['desc'] ?? ($item['conversionCost'] ?? '-') }} | {{ $item['quantity'] ?? ($item['Quantity'] ?? '-') }} | {{ $item['unit'] ?? ($item['Unit'] ?? '-') }} | {{ $item['rate'] ?? ($item['Rate'] ?? '-') }} | {{ $item['value'] ?? ($item['Value'] ?? '-') }} |
| Sl. | Description | Qty | Unit | Rate | Value |
|---|---|---|---|---|---|
| {{ $i + 1 }} | {{ $item['desc'] ?? ($item['Description'] ?? '-') }} | {{ $item['quantity'] ?? ($item['Quantity'] ?? '-') }} | {{ $item['unit'] ?? ($item['Unit'] ?? '-') }} | {{ $item['rate'] ?? ($item['Rate'] ?? '-') }} | {{ $item['value'] ?? ($item['Value'] ?? '-') }} |
| Sub Total: | {{ number_format($quotation->sub_total, 2) }} |
| Discount: | {{ number_format($quotation->discount, 2) }} % |
| Round Up: | {{ number_format($quotation->round_up, 2) }} |
| Grand Total: | ₹ {{ number_format($quotation->grand_total, 2) }} |
{{ $quotation->note }}