Update grid column width in finance manager and modify date input handling in operation edit template

This commit is contained in:
2024-12-04 10:46:05 +01:00
parent bf5c0f94c9
commit f882fe32e1
13 changed files with 7531 additions and 2060 deletions

View File

@@ -13,8 +13,8 @@ ob_start();
echo \Html::input( [
'label' => 'Data',
'name' => 'date',
'value' => $date,
'class' => 'date require',
'value' => $date ? $date : date( 'Y-m-d' ),
'class' => 'datetime require',
'inline' => true
] );
echo \Html::input( [
@@ -100,7 +100,6 @@ echo $grid -> draw();
});
tags_data.initialize();
console.log( tags_data );
$( '#tags' ).tagsinput({
typeaheadjs: {