Hi Kyle Oamaru Library does not use this 'Overdues with fines' option in Circulation. We use a 'report', if we want a list of borrowers with money on their card.
When I looked at this report, it is not user friendly for me, why:- - columns do not sort (currently in Borrower Surname order) - can not select list by Branch (Waitaki has one other library on koha) - can not download list Also wondering what this list is good for. cheers Maxine Technical Services and Systems Administrator Waitaki District Libraries -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of [email protected] Sent: Tuesday, 19 November 2013 12:00 p.m. To: [email protected] Subject: Koha Digest, Vol 97, Issue 32 Send Koha mailing list submissions to [email protected] To subscribe or unsubscribe via the World Wide Web, visit http://lists.katipo.co.nz/mailman/listinfo/koha or, via email, send a message with subject or body 'help' to [email protected] You can reach the person managing the list at [email protected] When replying, please edit your Subject line so it is more specific than "Re: Contents of Koha digest..." Today's Topics: 1. Re: Importing books creates multiple items (John Palmer) 2. Re: Rearranging patron page (Jenice S. Tate) 3. Does anyone use the "Overdues with fines" report? (Kyle Hall) 4. Re: Does anyone use the "Overdues with fines" report? (Nicole Engard) 5. Re: Does anyone use the "Overdues with fines" report? (AfZaL ImAm) 6. Re: Does anyone use the "Overdues with fines" report? (Bob Birchall) 7. Re: Enable SMS messaging options (Robin Sheat) ---------------------------------------------------------------------- Message: 1 Date: Mon, 18 Nov 2013 08:56:39 -0800 From: John Palmer <[email protected]> To: magmatic <[email protected]> Cc: [email protected] Subject: Re: [Koha] Importing books creates multiple items Message-ID: <caoan+39y-z517fkeb3d5hmdckd-iaybvutdf_hpe9nsnptj...@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 I'm having a similar problem. I have 10 attributes per excel tuple. Two attributes (the 100 and 245 fields) map correctly in the underlying MARC21 data, but each of the 952 field are imported as separate tuples instead of all into the first tuple. Correspondingly, I get eight individual items created, each only one of the 952 attributes. I found that during mapping the excel data into the appropriate 952 fields, MarcEdit 5.9 creates a separate 952 entry for each individual attribute. These separate 952 items are apparently is imported as separate books rather than a single book. I speculate that creating a single 952 cell and populating the data with the appropriate MARC data delimiters ($a, $b ...) would solve this problem, but that seems suboptimal on a large scale import. On Mon, Nov 18, 2013 at 8:13 AM, magmatic <[email protected]> wrote: > I'm importing a csv file of books into Koha, using MarcEdit. The > fields > are: > author, title, publisher, year, item type, barcode, and shelf location. > > It looks like I'm getting two items for every line in the file. One > item contains the correct barcode, and the other item contains the > correct shelf location. > > Anyone have any ideas where I'm going wrong? > > And this might be a related question: what is the difference between > an authority record and a bib record? > > Thanks > -- > Tim > > > > -- > View this message in context: > http://koha.1045719.n5.nabble.com/Importing-books-creates-multiple-ite > ms-tp5778596.html Sent from the Koha-general mailing list archive at > Nabble.com. > _______________________________________________ > Koha mailing list http://koha-community.org [email protected] > http://lists.katipo.co.nz/mailman/listinfo/koha > ------------------------------ Message: 2 Date: Mon, 18 Nov 2013 11:38:55 -0600 From: "Jenice S. Tate" <[email protected]> To: Owen Leonard <[email protected]> Cc: koha <[email protected]> Subject: Re: [Koha] Rearranging patron page Message-ID: <[email protected]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed The current arrangement is Patron identity Main address Alternate addrecc Library management Library set-up OPAC/Staff login Additional attributes & identifiers I would like to change the arrangement to Library management Patron Identity Main address Alternate address Additional attributes & identifiers Library set-up On 11/18/2013 4:49 AM, Owen Leonard wrote: >>>> I would like to rearrange the patron page. >>> Please be more specific. What page are you talking about, and how do >>> you want to rearrange it? >> It's the page where you enter a patron. > ...and how do you want to rearrange it? > > -- Owen > -- Jenice S. Tate, Systems Administrator MS Department of Archives & History Archives & Records Services Division - Computer Support Phone: (601) 576-6821 Fax: (601) 576-6824 Email: [email protected] ------------------------------ Message: 3 Date: Mon, 18 Nov 2013 13:18:36 -0500 From: Kyle Hall <[email protected]> To: Koha <[email protected]> Subject: [Koha] Does anyone use the "Overdues with fines" report? Message-ID: <CACpVHfzxqjt6=5o0y1y7f+bgzq7azgkvp3qaczdnytcrfab...@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Hello all, I'm working on rewriting Koha's accounting system, and I'm looking to find out if anyone is currently using the "Overdues with fines" report ( aka circ/branchoverdues.pl ). The reason I ask this is because there is a lot of code I will need to add in order to support just this report, and it would be silly to do so if nobody is actively using it. Conversely, removing the report would simplify some underlying parts of Koha, which makes for a less bug-prone Koha! Please let me know! Thanks, Kyle http://www.kylehall.info ByWater Solutions ( http://bywatersolutions.com ) Meadville Public Library ( http://www.meadvillelibrary.org ) Crawford County Federated Library System ( http://www.ccfls.org ) Mill Run Technology Solutions ( http://millruntech.com ) ------------------------------ Message: 4 Date: Mon, 18 Nov 2013 12:23:33 -0600 From: Nicole Engard <[email protected]> To: Kyle Hall <[email protected]> Cc: Koha <[email protected]> Subject: Re: [Koha] Does anyone use the "Overdues with fines" report? Message-ID: <CAC0K6VHr64J-QbK+gW=EO6W-H=rPESO-2Pzs=pkn9-ayxjj...@mail.gmail.com> Content-Type: text/plain; charset=UTF-8 For years this wasn't even in the manual because I didn't know what the point of it was and no one complained ... to me that says no one was looking for info on it ... if that helps at all. Nicole On Mon, Nov 18, 2013 at 12:18 PM, Kyle Hall <[email protected]> wrote: > Hello all, > > I'm working on rewriting Koha's accounting system, and I'm looking to find > out if anyone is currently using the "Overdues with fines" report ( > aka circ/branchoverdues.pl ). > > The reason I ask this is because there is a lot of code I will need to add > in order to support just this report, and it would be silly to do so if > nobody is actively using it. Conversely, removing the report would simplify > some underlying parts of Koha, which makes for a less bug-prone Koha! > > Please let me know! > > Thanks, > Kyle > > http://www.kylehall.info > ByWater Solutions ( http://bywatersolutions.com ) > Meadville Public Library ( http://www.meadvillelibrary.org ) > Crawford County Federated Library System ( http://www.ccfls.org ) > Mill Run Technology Solutions ( http://millruntech.com ) > _______________________________________________ > Koha mailing list http://koha-community.org > [email protected] > http://lists.katipo.co.nz/mailman/listinfo/koha > ------------------------------ Message: 5 Date: Mon, 18 Nov 2013 23:55:25 +0530 From: AfZaL ImAm <[email protected]> To: Nicole Engard <[email protected]> Cc: Koha <[email protected]> Subject: Re: [Koha] Does anyone use the "Overdues with fines" report? Message-ID: <CANh4Dua88Fu-H+JaykBOGJ_KGqv+GU5=lzlrzjwcn8xehot...@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 how to unsubscribe this Koha conversation i am irrirtate when you they all messages come in my inbox On Mon, Nov 18, 2013 at 11:53 PM, Nicole Engard <[email protected]> wrote: > For years this wasn't even in the manual because I didn't know what the > point of it was and no one complained ... to me that says no one was > looking for info on it ... if that helps at all. > > Nicole > > > On Mon, Nov 18, 2013 at 12:18 PM, Kyle Hall <[email protected]> wrote: > > > Hello all, > > > > I'm working on rewriting Koha's accounting system, and I'm looking to > find > > out if anyone is currently using the "Overdues with fines" report ( > > aka circ/branchoverdues.pl ). > > > > The reason I ask this is because there is a lot of code I will need to > add > > in order to support just this report, and it would be silly to do so if > > nobody is actively using it. Conversely, removing the report would > simplify > > some underlying parts of Koha, which makes for a less bug-prone Koha! > > > > Please let me know! > > > > Thanks, > > Kyle > > > > http://www.kylehall.info > > ByWater Solutions ( http://bywatersolutions.com ) > > Meadville Public Library ( http://www.meadvillelibrary.org ) > > Crawford County Federated Library System ( http://www.ccfls.org ) > > Mill Run Technology Solutions ( http://millruntech.com ) > > _______________________________________________ > > Koha mailing list http://koha-community.org > > [email protected] > > http://lists.katipo.co.nz/mailman/listinfo/koha > > > _______________________________________________ > Koha mailing list http://koha-community.org > [email protected] > http://lists.katipo.co.nz/mailman/listinfo/koha > -- *Afzal imam* *Technical Assistant* *Dean Student Welfare* *Aligarh Muslim University* *Aligarh* *Mob: 09319135278* ------------------------------ Message: 6 Date: Tue, 19 Nov 2013 08:59:41 +1100 From: Bob Birchall <[email protected]> To: [email protected] Subject: Re: [Koha] Does anyone use the "Overdues with fines" report? Message-ID: <[email protected]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed You will find an 'unsubscribe' box at the bottom of this page: http://lists.katipo.co.nz/mailman/listinfo/koha We're sorry to see you go. Bob Birchall Calyx On 19/11/13 05:25, AfZaL ImAm wrote: > how to unsubscribe this Koha conversation i am irrirtate when you they all > messages come in my inbox > > > On Mon, Nov 18, 2013 at 11:53 PM, Nicole Engard <[email protected]> wrote: > >> For years this wasn't even in the manual because I didn't know what the >> point of it was and no one complained ... to me that says no one was >> looking for info on it ... if that helps at all. >> >> Nicole >> >> >> On Mon, Nov 18, 2013 at 12:18 PM, Kyle Hall <[email protected]> wrote: >> >>> Hello all, >>> >>> I'm working on rewriting Koha's accounting system, and I'm looking to >> find >>> out if anyone is currently using the "Overdues with fines" report ( >>> aka circ/branchoverdues.pl ). >>> >>> The reason I ask this is because there is a lot of code I will need to >> add >>> in order to support just this report, and it would be silly to do so if >>> nobody is actively using it. Conversely, removing the report would >> simplify >>> some underlying parts of Koha, which makes for a less bug-prone Koha! >>> >>> Please let me know! >>> >>> Thanks, >>> Kyle >>> >>> http://www.kylehall.info >>> ByWater Solutions ( http://bywatersolutions.com ) >>> Meadville Public Library ( http://www.meadvillelibrary.org ) >>> Crawford County Federated Library System ( http://www.ccfls.org ) >>> Mill Run Technology Solutions ( http://millruntech.com ) >>> _______________________________________________ >>> Koha mailing list http://koha-community.org >>> [email protected] >>> http://lists.katipo.co.nz/mailman/listinfo/koha >>> >> _______________________________________________ >> Koha mailing list http://koha-community.org >> [email protected] >> http://lists.katipo.co.nz/mailman/listinfo/koha >> > > -- Bob Birchall Director Calyx Group Pty Limited Mob: 0414 796 988 Email: [email protected] Web: www.calyx.net.au Participating in the Koha Open ILS project: http://koha-community.org ------------------------------ Message: 7 Date: Tue, 19 Nov 2013 11:51:53 +1300 From: Robin Sheat <[email protected]> To: [email protected] Subject: Re: [Koha] Enable SMS messaging options Message-ID: <1384815113.26996.1.camel@zarathud> Content-Type: text/plain; charset="UTF-8" arihant schreef op ma 18-11-2013 om 05:09 [-0800]: > Right now I have entered "Email" inside the sms send driver preference > which > generates an error in the log that process_message_queue.pl failed due > to > the sms send driver not configured properly. If I keep the sms send > driver > preference empty, I do not see the SMS messaging preference. It sounds like the correct approach would be to write an SMS driver that talks to the HTTP API to send the SMS. -- Robin Sheat Catalyst IT Ltd. ? +64 4 803 2204 GPG: 5FA7 4B49 1E4D CAA4 4C38 8505 77F5 B724 F871 3BDF ------------------------------ _______________________________________________ Koha mailing list [email protected] http://lists.katipo.co.nz/mailman/listinfo/koha End of Koha Digest, Vol 97, Issue 32 ************************************ _______________________________________________ Koha mailing list http://koha-community.org [email protected] http://lists.katipo.co.nz/mailman/listinfo/koha

