bug fixes, senderID polishing, support fees, paperless partial

This commit is contained in:
Kwesi Banson
2024-07-02 09:25:00 +00:00
parent 318fddbff0
commit edb78d1bfc
116 changed files with 1488 additions and 368 deletions

View File

@@ -123,6 +123,11 @@
return "<span style='color:#d9534f; font-weight:bold;'>" + value + "</span>";
}
}},
{
title: "Contract Validity",
field: "contract_validity",
sorter: "date",
},
{
title: "Account Manager",
field: "accountManager",
@@ -137,11 +142,11 @@
rowClick:function(e, row){
var userID = row.getData().id;
console.log(userID);
console.log(userID);
//$('#userEditModal').modal('show');
},
});
$('#keywordField').on('keyup', function(){
console.log('up');
var keyword = $(this).val();