Added select2 libs, started transactions, added additiona fields to vendor, new DB dump removed balance on invoices list

This commit is contained in:
root
2019-04-27 12:10:12 -04:00
parent 095def07a1
commit ee7a7f0ad7
259 changed files with 51996 additions and 56 deletions

View File

@@ -5,6 +5,7 @@ if ( window.history.replaceState ) {
//Data Tables Options
$('#dt').dataTable( {
"aaSorting": [],
"order": [],
language: {
search: '_INPUT_',
@@ -23,8 +24,9 @@ $('#dt').dataTable( {
$('#dataTable').DataTable();
$('#dT').dataTable( {
"order": [],
"columnDefs": [
{ "orderable": false, "targets": 5 }
{ "orderable": false, "targets":[""]}
],
"orderCellsTop": true,
language: {
@@ -55,4 +57,10 @@ new EasyMDE({
new EasyMDE({
autoDownloadFontAwesome: false,
element: document.getElementById('editClientNote')
});
$('#selectIt').select2({
theme: 'bootstrap4',
dropdownParent: $('#addInvoiceModal')
});