diff --git a/resources/views/print/laporan_stokaudit.blade.php b/resources/views/print/laporan_stokaudit.blade.php
index 5ef657a..d7a4752 100644
--- a/resources/views/print/laporan_stokaudit.blade.php
+++ b/resources/views/print/laporan_stokaudit.blade.php
@@ -6,7 +6,7 @@
}
#header td, #customers th {
-
+
padding:4px;
font-size:10px;
}
@@ -35,7 +35,7 @@
}
#scan td, #scan th {
-
+
padding: 8px;
font-size:11px;
}
@@ -91,7 +91,7 @@
}
#details td, #details th {
-
+
padding: 8px;
font-size:11px;
}
@@ -170,7 +170,7 @@
|
|
Tarikh Cetak:
- @php
+ @php
$myDateTime = DateTime::createFromFormat('Y-m-d', $tarikh_cetak);
$formattedweddingdate = $myDateTime->format('d-m-Y');
echo($formattedweddingdate)
@@ -180,12 +180,12 @@
|
| TARIKH |
- @php
+ | @php
$myDateTime = DateTime::createFromFormat('Y-m-d', $tebus_date);
$formattedweddingdate = $myDateTime->format('d-m-Y');
echo($formattedweddingdate)
@endphp |
-
+ |
|
|
|
@@ -205,7 +205,11 @@
No. KP |
Berat |
Nilai Marhun (RM) |
- Pembiayaan |
+ Pembiayaan Asal (RM) |
+ Baki Pembiayaan (RM) |
+ Kadar Upah |
+ Tempoh Belum Bayar |
+ Keuntungan Belum Bayar (RM) |
Lanjutan |
@php $counter = 1;$totalpinjaman = 0; @endphp
@@ -218,7 +222,11 @@
{{$item['nokp']}} |
{{ number_format($item['berat'],2) }} |
{{ number_format($item['nilaimarhun'],2) }} |
- @php if($item['hargajualan'] == null) echo number_format($item['pinjaman'],2); else echo number_format($item['bakipjm'],2); @endphp |
+ {{ number_format($item['pinjaman'],2) }} |
+ {{ number_format($item['bakipjm'],2) }} |
+ {{ number_format($item['kadarupah'],2) }} |
+ {{ number_format($item['tempoh'] - $item['tempohbayar'],2) }} |
+ {{ number_format($item['tunggakan'],2) }} |
{{-- {{ number_format($item['pinjaman'],2) }} | --}}
{{$item['lelong_tawarruq']}} |
@@ -228,8 +236,11 @@
Jumlah |
{{ number_format($stokaudit['totalberat'],2) }} |
{{ number_format($stokaudit['totalnilaimarhun'],2) }} |
- {{-- {{ number_format($stokaudit['total'],2) }} | --}}
- {{ number_format($totalpinjaman,2) }} |
+ {{ number_format($stokaudit['totalpinjaman'],2) }} |
+ {{ number_format($stokaudit['totalbakipjm'],2) }} |
+ |
+ |
+ {{ number_format($stokaudit['totaltunggakan'],2) }} |
|
@@ -258,3 +269,4 @@
+138001.80