| # | Description | CTN | QTY | TTL/QTY | Unit | Price | TTL Amount | CBM | TTL CBM | KG | TTL KG | Shop No | |||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $i + 1 }} | {{ $item->description }} | {{ $item->ctn }} | {{ $item->qty }} | {{ $item->ttl_qty }} | {{ $item->unit }} | @if($isEmbedded)@else | ₹{{ number_format($item->price, 2) }} | ₹{{ number_format($item->ttl_amount, 2) }} | @endif{{ $item->cbm }} | {{ $item->ttl_cbm }} | {{ $item->kg }} | {{ $item->ttl_kg }} | {{ $item->shop_no }} | ||
|
No invoice items found. |
|||||||||||||||
| # | Group Name | Basis | Basis Value | Rate | GST % | Total Charge | Total With GST | Tax Type | Action | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ $group->group_name ?? 'Group '.$group->id }} | {{ $group->basis_type }} | {{ number_format($group->basis_value, 3) }} | {{ number_format($group->rate, 2) }} | {{-- GST % --}}{{ number_format($groupGstPercent, 2) }}% | {{-- Base total without GST --}}₹{{ number_format($groupBaseTotal, 2) }} | {{-- Group total with GST --}}₹{{ number_format($groupTotalWithGst, 2) }} | {{-- Group tax type --}}{{ $group->tax_type ?? '-' }} | |||||||||||||||||||||||||||||
|
Items in this group
(GST: {{ number_format($groupGstPercent ?? 0, 2) }}%)
@if($group->items->isEmpty())
No items linked.
@else
|
|||||||||||||||||||||||||||||||||||||