Re: [Koha] How to print checked out items and news from the quick

2014-01-04 Thread Fischer, Katrin
: koha-boun...@lists.katipo.co.nz im Auftrag von magmatic Gesendet: Fr 03.01.2014 20:39 An: koha@lists.katipo.co.nz Betreff: Re: [Koha] How to print checked out items and news from the quick I just got it working the way I wanted it to work. I want to print Slips instead of Quick Slips when enter is

Re: [Koha] How to print checked out items and news from the quick

2014-01-03 Thread magmatic
I just got it working the way I wanted it to work. I want to print Slips instead of Quick Slips when enter is pressed. This is how: Edit the file: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/en/modules/circ/circulation.tt On line 79 or so, replace printx_window('qslip'); with printx_win

Re: [Koha] How to print checked out items and news from the quick

2013-12-13 Thread Jonathan Druart
Hello, I just talked about 11040 with Fridolin and he will push it soon in the 3.14.x branches. Regards, Jonathan 2013/12/13 Chris Cormack > On 13 December 2013 12:21, BRANNON, CHRISTOPHER > wrote: > > Tim, > > If you can figure something out, let me know. We've found the > same iss

Re: [Koha] How to print checked out items and news from the quick

2013-12-12 Thread Chris Cormack
On 13 December 2013 12:21, BRANNON, CHRISTOPHER wrote: > Tim, > If you can figure something out, let me know. We've found the same > issue, and it does not look like you can bring all the information from the > regular slip over to the quick slip. It would be nice if we had a choice as

Re: [Koha] How to print checked out items and news from the quick

2013-12-12 Thread BRANNON, CHRISTOPHER
matic To: koha@lists.katipo.co.nz Subject: [Koha] How to print checked out items and news from the quick slip Message-ID: <1386887604069-5780915.p...@n5.nabble.com> Content-Type: text/plain; charset=us-ascii I like that you can print news items and checked out items from the Print Slip

[Koha] How to print checked out items and news from the quick slip

2013-12-12 Thread magmatic
I like that you can print news items and checked out items from the Print Slip feature. But I would like to print these things with a Quick Slip, the thing that gets printed when you just press Enter. I tried copying over the message body in Tools -> Notices & Slips, but it doesn't seem to work.