mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Added select2 libs, started transactions, added additiona fields to vendor, new DB dump removed balance on invoices list
This commit is contained in:
10
js/app.js
10
js/app.js
@@ -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')
|
||||
});
|
||||
Reference in New Issue
Block a user