Basic Assignments
 
Options & Settings
 
Main Time Information
Color Code: Pink
Assigned To: Stephen Berkenkotter
Created By: Cory Warden
Created Date/Time: 3/12/2020 9:04 am
 
Action Status: Completed
Show On The Web: Yes - (public)
Priority: 1
Finished/Done: Yes - 3/17/2020 1:48 pm
Finished/Done By: Cory Warden
Budgeted/Estimated Value: 200.00  
Actual/Real Value: 0.00   [donate]
Invoice/Quote Status: Blank (n/a)
General Amount: $0.00
 
Time Id: 1677
Template/Type: Community Funded Projects
Title/Caption: Fix export of look back report
Start Date: 3/12/2020
End Date: Unknown... (open or blank)
Total Time: Unknown... (open or blank)
Target/Due Date: 3/12/2020
Main Status: Active

click to enlarge - photo by: Stephen Berkenkotter -
 
 


Notes:

On parent level- 3/12/20: When trying to export this report to excel/csv, it only pulls 500 reports even though there are over 1000. (The drop down arrow only allows to view 100.)


Page URL

top_secret/secure/printable_parts_report.cfm


Additional Comments/Notes - Subs (3)
Title/Caption Date Time Done By Comment/Note
Updated the drop down to 5000 3/12/2020 6:02 pm Stephen Berkenkotter

Need to add in a loader

<!--- add in the data table show count. --->

<script type="text/javascript">

// add the pagination control.

$(document).ready(function() {

$("#DataTables_Table_0_length .input-sm").html('<option value="500">500</option><option value="1000">1000</option><option value="2500">2500</option><option value="5000">5000</option>');

$('#DataTables_Table_0_length .input-sm').val('500').trigger('change');

});

</script>

Photo of competed project 3/12/2020 5:43 pm Stephen Berkenkotter

See gallery

Completed 3/12/2020 5:42 pm Stephen Berkenkotter

2 hours removing the pagination within Snow Owl, testing and adding this code.

<!--- add in the data table show count. --->

<script type="text/javascript">

// add the pagination control.

$(document).ready(function() {

$("#DataTables_Table_0_length .input-sm").html('<option value="500">500</option><option value="1000">1000</option><option value="2500">2500</option>');

$('#DataTables_Table_0_length .input-sm').val('500').trigger('change');

});

</script>