forked from science-ation/science-ation
- Add some avery labels, and another custom report
This commit is contained in:
parent
e384a48ea6
commit
d554e116fd
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user