| Code | Barcode | Name | Qty | Price | Disc | Total | Disc % | Margin % | Margin Amount | Cost |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ $row['code'] }} | {{ $row['barcode'] }} | {{ $row['name'] }} | {{ number_format($row['qty'], 0, ',', '.') }} | {{ number_format($row['price'], 0, ',', '.') }} | {{ number_format($row['disc'], 0, ',', '.') }} | {{ number_format($row['total'], 0, ',', '.') }} | {{ number_format($row['disc_percent'], 2, ',', '.') }}% | {{ number_format($row['margin_percent'], 2, ',', '.') }}% | {{ number_format($row['margin_amount'], 0, ',', '.') }} | {{ number_format($row['cost'], 0, ',', '.') }} |
| No data preview | ||||||||||
| TOTAL | {{ number_format($totals['qty'], 0, ',', '.') }} | - | {{ number_format($totals['disc'], 0, ',', '.') }} | {{ number_format($totals['nett'], 0, ',', '.') }} | - | - | {{ number_format($totals['margin_amount'], 0, ',', '.') }} | {{ number_format($totals['cost'], 0, ',', '.') }} | ||