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

@@ -36,7 +36,7 @@
</div>
</div>
</form>
</div>
</div>
</div>
</div>
@@ -102,11 +102,16 @@
field: "services",
sorter: "string",
},
{
title: "Short Code",
field: "short_code",
sorter: "string",
},
{
title: "Status",
field: "invoice_status",
sorter: "string",
},
},
{
title: "Invoice Date",
field: "invoice_date",
@@ -132,15 +137,15 @@
orientation:"portrait", //set page orientation to portrait
title:"Click Mobile ERP - Client Payment Reports", //add title to report
});
});
});
$('#keywordField').on('keyup', function(){
console.log('up');
var keyword = $(this).val();
table.setData("clientpaymentreports/all?keyword=" + keyword);
});
});
</script>