forked from science-ation/science-ation
- Add fullpage (no margin) reports for the full pages, we need them for our
certificate generator
This commit is contained in:
parent
fb1ddd4775
commit
cc2e6b5bce
@ -79,7 +79,7 @@ LRP 180 99765 5967 4 1 3/4 x 1/2 80 */
|
||||
|
||||
/* FIXME: put these in a databse */
|
||||
$stock = array();
|
||||
$stock['fullpage'] = array('name' => 'Letter 8.5 x 11',
|
||||
$stock['fullpage'] = array('name' => 'Letter 8.5 x 11 (3/4" margin)',
|
||||
'page_width' => 8.5,
|
||||
'page_height' => 11,
|
||||
'label_width' => 7,
|
||||
@ -90,7 +90,7 @@ LRP 180 99765 5967 4 1 3/4 x 1/2 80 */
|
||||
'rows' => 1,
|
||||
);
|
||||
|
||||
$stock['fullpage_landscape'] = array('name' => 'Letter 8.5 x 11 Landscape',
|
||||
$stock['fullpage_landscape'] = array('name' => 'Letter 8.5 x 11 Landscape (3/4" margin)',
|
||||
'page_width' => 11,
|
||||
'page_height' => 8.5,
|
||||
'label_width' => 9.5,
|
||||
@ -100,6 +100,28 @@ LRP 180 99765 5967 4 1 3/4 x 1/2 80 */
|
||||
'y_spacing' => 0,
|
||||
'rows' => 1,
|
||||
);
|
||||
|
||||
$stock['fullpage_full'] = array('name' => 'Letter 8.5 x 11 (no margin)',
|
||||
'page_width' => 8.5,
|
||||
'page_height' => 11,
|
||||
'label_width' => 8.5,
|
||||
'x_spacing' => 0,
|
||||
'cols' => 1,
|
||||
'label_height' => 11,
|
||||
'y_spacing' => 0,
|
||||
'rows' => 1,
|
||||
);
|
||||
|
||||
$stock['fullpage_landscape_full'] = array('name' => 'Letter 8.5 x 11 Landscape (no margin)',
|
||||
'page_width' => 11,
|
||||
'page_height' => 8.5,
|
||||
'label_width' => 11,
|
||||
'x_spacing' => 0,
|
||||
'cols' => 1,
|
||||
'label_height' => 8.5,
|
||||
'y_spacing' => 0,
|
||||
'rows' => 1,
|
||||
);
|
||||
|
||||
$stock['5961'] = array('name' => 'Avery 5961, G&T 99189',
|
||||
'page_width' => 8.5,
|
||||
|
Loading…
Reference in New Issue
Block a user