Production Summary System

If you would like to create a snapshot now, use the button below and the system will create and store a snapshot of the file at the current date/time.

Production Summary Snapshots

0) { echo "

See below a list of current available production summary snapshots. If you have any questions or need access to a summary not listed below, please contact Crystal Vronman or Matthew Puhl.

"; $row=0; while ($row = mysqli_fetch_array($records, MYSQLI_ASSOC)) { //LOOP THRU RESULTS echo ""; $row++; } echo "
# Filename Period URL Link
{$row} {$row["Filename"]} {$row["MonthYear"]} {$row["URL"]}
"; } else { echo "There are no snapshots currently in the system. If you believe this message is erroneous, please contact the system administrator Matthew Puhl at admin@specialtyllc."; } ?>