Update laporan marhun harian and scan masuk marhun for pc

This commit is contained in:
amirhassan
2024-01-31 08:55:40 +08:00
parent deac8295fd
commit 74f6f21d4b
3 changed files with 14 additions and 0 deletions
@@ -25,6 +25,8 @@
<th>Karat</th>
<th>Nilai Marhun</th>
<th>Nota</th>
<th>Batu Permata</th>
<th>Berat Permata</th>
</tr>
</thead>
<tbody id="tablemarhun">
@@ -295,6 +297,8 @@
undefined, {
minimumFractionDigits: 2
}) + "</td><td>" + marhun_detail['nota'] +
"</td><td>" + marhun_detail['batu_permata'] +
"</td><td>" + marhun_detail['berat_batu_permata'] +
"</td></tr>");
}
});
@@ -45,6 +45,8 @@
<th>Nama</th>
<th>Marhun</th>
<th>Nota</th>
<th>Batu Permata</th>
<th>Berat Permata</th>
<th>Berat</th>
<th>Karat</th>
<th>Harga</th>
@@ -117,6 +119,8 @@
customers['nama'],
customers['marhun'],
customers['nota'],
customers['batu_permata'],
customers['berat_batu_permata'],
customers['berat'],
customers['karat'],
customers['harga'],
@@ -205,6 +205,8 @@
<th>Nama</th>
<th>Marhun</th>
<th>Nota</th>
<th>Batu Permata</th>
<th>Berat Permata</th>
<th>Berat</th>
<th>Karat</th>
<th>Harga</th>
@@ -220,6 +222,8 @@
<td>{{$item['nama']}}</td>
<td>{{$item['marhun']}}</td>
<td>{{$item['nota']}}</td>
<td>{{$item['batu_permata']}}</td>
<td>{{$item['berat_batu_permata']}}</td>
<td>{{$item['berat']}}</td>
<td>{{$item['karat']}}</td>
<td>{{$item['harga']}}</td>
@@ -232,6 +236,8 @@
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td colspan="3"><b>{{ $totalberat }}</b></td>
<td colspan="3"><b>{{ $totalnm }}</b></td>
</tr>