| Detail Invoice |
|---|
| Warehouse : {{ $whs }} |
| {{ $jenis }} No : {{ $no }} |
| {{ __('ItemCode') }} | {{ __('CodeBars') }} | {{ __('ItemName') }} | {{ __('Qty') }} | {{ __('Gross') }} | {{ __('Disc') }} | {{ __('Nett') }} |
|---|---|---|---|---|---|---|
| {{ $item->code }} | {{ $item->barcode }} | {{ $item->name }} | {{ $item->qty }} | {{ $item->gross }} | {{ $item->disc }} | {{ $item->nett }} |
| Total | {{ $total_qty }} | {{ $total_gross }} | {{ $total_disc }} | {{ $total_nett }} | ||