koha 3.0.5 + print slip problem
Hi, i have been trying to print slip from Koha 3.0.5. I am using Star TSP650. But, when the print occurs, it takes a 11.5 inch/A4 size slip; whereas the datas are very little there in that page. I tried to find the page setup from Firefox; but it hasn`t change anything. -- Best, Zico
Hi Zico and group, In the Firefox page setup make sure that under the Margins and Header/Footer tab that all the footers are set to blanks. We have ours set so that only the date/time is printed in the upper right. That stops the page at the end of the printing. Susan Bennett ILS System Administrator Geauga County Public Library 440 286-6811 x 125 440 286-7419 FAX 2010/2/17 Zico <mailzico@gmail.com>
Hi, i have been trying to print slip from Koha 3.0.5. I am using Star TSP650. But, when the print occurs, it takes a 11.5 inch/A4 size slip; whereas the datas are very little there in that page. I tried to find the page setup from Firefox; but it hasn`t change anything.
-- Best, Zico
_______________________________________________ Koha-devel mailing list Koha-devel@lists.koha.org http://lists.koha.org/mailman/listinfo/koha-devel
2010/2/17 Susan Bennett <susan.bennett@geaugalibrary.info>:
Hi Zico and group,
In the Firefox page setup make sure that under the Margins and Header/Footer tab that all the footers are set to blanks. We have ours set so that only the date/time is printed in the upper right. That stops the page at the end of the printing.
Or you could try using the JS Print Setup [1] extensión for firefox that lets you handle that options "server side". Note that you would have to change your moremember-receipt.tmpl file to add <script type="text/javascript"> if (typeof jsPrintSetup != "undefined") { // set portrait orientation jsPrintSetup.setOption('orientation', jsPrintSetup.kPortraitOrientation); // set top margins in millimeters jsPrintSetup.setOption('marginTop', 0); jsPrintSetup.setOption('marginBottom', 0); jsPrintSetup.setOption('marginLeft', 0); jsPrintSetup.setOption('marginRight', 0); ... and so on. To+ [1] https://addons.mozilla.org/en-US/firefox/addon/8966 -- Aparición con vida de Jorge Julio López.
Thanks All! I have sloved it by selecting bottom margin to 0.0!!! :D On Wed, Feb 17, 2010 at 7:55 PM, Tomás <tomascohen@gmail.com> wrote:
2010/2/17 Susan Bennett <susan.bennett@geaugalibrary.info>:
Hi Zico and group,
In the Firefox page setup make sure that under the Margins and Header/Footer tab that all the footers are set to blanks. We have ours set so that only the date/time is printed in the upper right. That stops the page at the end of the printing.
Or you could try using the JS Print Setup [1] extensión for firefox that lets you handle that options "server side". Note that you would have to change your moremember-receipt.tmpl file to add
<script type="text/javascript">
if (typeof jsPrintSetup != "undefined") {
// set portrait orientation jsPrintSetup.setOption('orientation', jsPrintSetup.kPortraitOrientation); // set top margins in millimeters jsPrintSetup.setOption('marginTop', 0); jsPrintSetup.setOption('marginBottom', 0); jsPrintSetup.setOption('marginLeft', 0); jsPrintSetup.setOption('marginRight', 0); ...
and so on.
To+
[1] https://addons.mozilla.org/en-US/firefox/addon/8966
-- Aparición con vida de Jorge Julio López.
-- Best, Zico
participants (3)
-
Susan Bennett -
Tomás -
Zico