diff --git a/admin/reports.inc.php b/admin/reports.inc.php index b26c46ae..9cf54b36 100644 --- a/admin/reports.inc.php +++ b/admin/reports.inc.php @@ -125,8 +125,40 @@ LRP 180 99765 5967 4 1 3/4 x 1/2 80 */ 'y_spacing' => 0, 'rows' => 1, ); - - $report_stock['5961'] = array('name' => 'Avery 5961, G&T 99189', + + $report_stock['5161'] = array('name' => 'Avery 5161 (1"x4")', + 'page_width' => 8.5, + 'page_height' => 11, + 'label_width' => 4, + 'x_spacing' => 0.15, + 'cols' => 2, + 'label_height' => 1, + 'y_spacing' => 0.00, + 'rows' => 10, + ); + + $report_stock['5162'] = array('name' => 'Avery 5962 (1 1/3"x4")', + 'page_width' => 8.5, + 'page_height' => 11, + 'label_width' => 4, + 'x_spacing' => 0.187, + 'cols' => 2, + 'label_height' => 1 + 1/3, + 'y_spacing' => 0.00, + 'rows' => 7, + ); + $report_stock['5163'] = array('name' => 'Avery 5962 (2"x4")', + 'page_width' => 8.5, + 'page_height' => 11, + 'label_width' => 4, + 'x_spacing' => 0.1719, + 'cols' => 2, + 'label_height' => 2, + 'y_spacing' => 0.00, + 'rows' => 5, + ); + + $report_stock['5961'] = array('name' => 'Avery 5961, G&T 99189 (1"x4")', 'page_width' => 8.5, 'page_height' => 11, 'label_width' => 4, @@ -137,7 +169,7 @@ LRP 180 99765 5967 4 1 3/4 x 1/2 80 */ 'rows' => 10, ); - $report_stock['5964'] = array('name' => 'Avery 5964, G&T 99763', + $report_stock['5964'] = array('name' => 'Avery 5964, G&T 99763 (4"x3 1/3")', 'page_width' => 8.5, 'page_height' => 11, 'label_width' => 4, @@ -213,6 +245,11 @@ foreach($report_stock as $n=>$v) { 'desc' => 'Award List for Award Ceremony Program creation', 'custom_url' => 'admin/reports_program_awards.php?type=csv', 'creator' => 'The Grant Brothers'); + $x++; + $report_custom[$x] = array('id' => $x, 'name' => 'Custom -- Award Winners (CSV)', + 'desc' => 'Award Winners', + 'custom_url' => 'admin/reports_acpresentation.php?type=csv', + 'creator' => 'The Grant Brothers'); function report_save_field($report, $type, $loc) {