Fixed up client files can now download and delete files, added web link to client logins added payments, quotes and recurring to client print and lots of little ui cleanups here and there
This commit is contained in:
@@ -19,6 +19,12 @@ $('#dataTable').dataTable( {
|
||||
}
|
||||
});
|
||||
|
||||
$(function () {
|
||||
$('#datepicker').datetimepicker({
|
||||
format: 'L'
|
||||
});
|
||||
});
|
||||
|
||||
new EasyMDE({
|
||||
autoDownloadFontAwesome: false,
|
||||
element: document.getElementById('addClientNote')
|
||||
@@ -26,5 +32,8 @@ new EasyMDE({
|
||||
|
||||
new EasyMDE({
|
||||
autoDownloadFontAwesome: false,
|
||||
autofocus: true,
|
||||
forceSync: true,
|
||||
element: document.getElementById('editClientNote')
|
||||
|
||||
});
|
||||
Reference in New Issue
Block a user