new calculation upah

This commit is contained in:
afiq
2021-02-25 05:24:23 +08:00
parent d037e1ff0e
commit 1e65336028
29 changed files with 498 additions and 356 deletions
@@ -64,7 +64,6 @@
"ordering": false
});
$(document).ready( function () {
console.log('dsasa');
$('#datetimepicker1').datepicker({
format: 'dd-mm-yyyy'
});
@@ -78,7 +77,6 @@
url: api_url + '/api/customers/laporan/'+kodcaw+'/' + today_date,
success: function(customers){
customertable(customers);
console.log('berjaya customers');
},error: function(XMLHttpRequest, textStatus, errorThrown) {
console.log(textStatus);
}
@@ -102,7 +100,6 @@
var counter = 1;
tablecustomers.clear().draw();
$.each(data,function(index,customers){
console.log(customers);
tablecustomers.row.add([
counter,
customers['nopelanggan'],