bug fixes, senderID polishing, support fees, paperless partial
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user