Update request uat 24-03-03
This commit is contained in:
@@ -205,9 +205,8 @@
|
||||
<th>Nama</th>
|
||||
<th>Marhun</th>
|
||||
<th>Nota</th>
|
||||
<th>Batu Permata</th>
|
||||
<th>Berat Permata</th>
|
||||
<th>Berat</th>
|
||||
<th>Berat Bersih</th>
|
||||
<th>Karat</th>
|
||||
<th>Harga</th>
|
||||
<th>N.Marhun</th>
|
||||
@@ -221,8 +220,7 @@
|
||||
<td>{{$item['nokp']}}</td>
|
||||
<td>{{$item['nama']}}</td>
|
||||
<td>{{$item['marhun']}}</td>
|
||||
<td>{{$item['nota']}}</td>
|
||||
<td>{{$item['batu_permata']}}</td>
|
||||
<td>{{$item['tag_permata'] == 1 ? '(PMT) ' : ''}}{{$item['nota']}}</td>
|
||||
<td>{{$item['berat_batu_permata']}}</td>
|
||||
<td>{{$item['berat']}}</td>
|
||||
<td>{{$item['karat']}}</td>
|
||||
@@ -232,7 +230,7 @@
|
||||
@php $counter++;$totalberat += $item['berat'];$totalnm += $item['n_marhun'];@endphp
|
||||
@endforeach
|
||||
<tr>
|
||||
<td colspan="3"><b>JUMLAH(RM)</b></td>
|
||||
<td colspan="2"><b>JUMLAH(RM)</b></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
|
||||
Reference in New Issue
Block a user