baiki coloumn name dan laporan

This commit is contained in:
unknown
2024-09-18 11:28:58 +08:00
parent 2691bb27fe
commit 60edbb1dac
88 changed files with 1318 additions and 1178 deletions
+14 -14
View File
@@ -116,10 +116,10 @@
<div class="col-md-12 mt-md-3 justify-content-between form-group row">
<div class="btn-group btn-group-toggle col-md-6" data-toggle="buttons">
<label class="btn btn-primary">
<input type="radio" name="options" id="option1" value="belum_tebus" autocomplete="off" checked>Belum Tebus
<input type="radio" name="options" id="option1" value="belum_tebus" autocomplete="off" checked>Belum Penyelesaian Pem.
</label>
<label class="btn btn-primary">
<input type="radio" name="options" id="option2" value="sudah_tebus" autocomplete="off">Sudah Tebus
<input type="radio" name="options" id="option2" value="sudah_tebus" autocomplete="off">Sudah Penyelesaian Pem.
</label>
<label class="btn btn-primary">
<input type="radio" name="options" id="option3" value="lelong" autocomplete="off">Lelong
@@ -148,7 +148,7 @@
<tr>
<th>Bil</th>
<th>No Rujukan</th>
<th>Tarikh Gadai</th>
<th>Tarikh Pembiayaan</th>
<th>Tarikh Matang</th>
<th>Baki Harga Jualan</th>
<th>Baki Pembiayaan</th>
@@ -166,7 +166,7 @@
<tr>
<th>Bil</th>
<th>No Rujukan</th>
<th>Tarikh Gadai</th>
<th>Tarikh Pembiayaan</th>
<th>Tarikh Matang</th>
<th>Pembiayaan</th>
<th>Margin</th>
@@ -185,7 +185,7 @@
<tr>
<th>Bil</th>
<th>No Rujukan</th>
<th>Tarikh Tebus</th>
<th>Tarikh Penyelesaian Pem.</th>
<th>Baki Pembiayaan</th>
<th>Margin</th>
<th>Tempoh</th>
@@ -211,7 +211,7 @@
</table>
<div class="text-center">
<button class="btn btn-primary" onclick="histfunc()">Rekod Gadaian</button>
<button class="btn btn-primary" onclick="histfunc()">Rekod Pembiayaan</button>
{{-- <button class="btn btn-primary" onclick="saghilangfunc()">Surat Akuan Hilang</button> --}}
</div>
@@ -522,7 +522,7 @@
swalWithBootstrapButtons.fire({
title: 'Dapatkan Pengesahan Khazanah',
text: "Surat Akuan Gadaian Hilang!",
text: "Surat Akuan Gadai Hilang!",
icon: 'info',
showCancelButton: true,
confirmButtonText: 'Hantar',
@@ -532,7 +532,7 @@
if (result.isConfirmed) {
// let komen = "Surat Akuan Gadaian Hilang|" + '-' + "|" + '-' + "|" + '-';
let status = "Surat Akuan Gadaian Hilang";
let status = "Surat Akuan Gadai Hilang";
let marg = 0;
let ber = 0;
let nm = 0;
@@ -653,7 +653,7 @@
Swal.fire({
icon: 'error',
title: 'Amaran',
text: 'Gadaian Belum Scan Barcode'
text: 'Pembiayaan Belum Scan Barcode'
});
}
}
@@ -675,7 +675,7 @@
Swal.fire({
icon: 'error',
title: 'Amaran',
text: 'Gadaian Belum Scan Barcode'
text: 'Pembiayaan Belum Scan Barcode'
});
}
}
@@ -687,7 +687,7 @@
Swal.fire({
icon: 'error',
title: 'Amaran',
text: 'Gadaian Sedang Dilelong..'
text: 'Pembiayaan Sedang Dilelong..'
});
}
}
@@ -1721,7 +1721,7 @@
swalWithBootstrapButtons.fire({
title: 'Dapatkan Pengesahan Khazanah',
text: "Ubah Maklumat Gadaian",
text: "Ubah Maklumat Pembiayaan",
icon: 'info',
showCancelButton: true,
confirmButtonText: 'Hantar',
@@ -2106,7 +2106,7 @@
success:function(batalkomuditi){
swalWithBootstrapButtons.fire(
'Hapus!',
'Maklumat gadaian telah dihapuskan.',
'Maklumat pembiayaan telah dihapuskan.',
'success'
).then(function(){
location.reload();
@@ -2169,7 +2169,7 @@
}else if (result.dismiss === Swal.DismissReason.cancel) {
swalWithBootstrapButtons.fire(
'Batal',
'Maklumat Gadaian Tidak Berjaya Dihapuskan',
'Maklumat Pembiayaan Tidak Berjaya Dihapuskan',
'error'
)
}