Merge branch 'CI4-Application' of bitbucket.org:venbainformationtechnology/ria into CI4-Application

This commit is contained in:
VE10-Sanjeev 2024-08-02 12:18:10 +00:00
commit b2c99773cc

View File

@ -9,16 +9,37 @@ if(empty($Status))
?>
<style>
.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {border: 1px solid #333;}
.modal-content {
width:1000px ! important;
}
.modal
{
padding-right:25% ! important;
}
</style>
.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {border: 1px solid #333;}
.modal-content {
width:1000px ! important;
}
.modal
{
padding-right:25% ! important;
}
#Requisition_filter{
float: inline-end;
}
#Requisition_wrapper .row .col-sm-4{
flex-basis: 50%;
float: inline-end;
}
#Requisition_paginate .pagination {
flex-basis: 50%;
float: inline-end;
margin:0 0 15px;
}
#Requisition_wrapper .row:nth-child(3), #Requisition_wrapper .row:nth-child(1){
padding: 0 15px;
}
#Requisition_info{
margin-top: 5px;
}
.dataTables_wrapper{
padding-bottom: 0;
}
</style>
<div class="content-wrapper">
@ -311,8 +332,6 @@ $("#myModal").on("shown.bs.modal", function(e) {
});
<!-- End of JQuery For POP UP and Getting all relevant Data -->
function printpdf(PONO,value,Status) {
@ -403,23 +422,25 @@ $(function () {
"autoWidth": false
});
$.fn.dataTable.moment( 'DD-MM-YYYY' );
$('#Requisition').DataTable({
"paging": true,
"lengthChange": true,
"searching": true,
"ordering": true,
"aaSorting": [[ 6, "desc" ]],
// "columnDefs" : [{"targets":6, "type":"date-eu"}],
"info": true,
"autoWidth": true
//"data-sort-name":Status
});
});
$.fn.dataTable.moment( 'DD-MM-YYYY' );
$('#Requisition').DataTable({
columnDefs: [{ width: 200}],
fixedColumns: true,
paging: true,
lengthChange: true,
searching: true,
ordering: true,
aaSorting: [[ 6, "desc" ]],
// "columnDefs" : [{"targets":6, "type":"date-eu"}],
info: true,
autoWidth: true,
pageLength: 10,
lengthMenu: [10, 25, 50, 100]
});
});
</script>
<!-- <script src="https://cdn.datatables.net/plug-ins/1.10.11/sorting/date-eu.js"></script>
-->
<script src="https://cdn.datatables.net/plug-ins/1.10.16/sorting/datetime-moment.js"></script>