Offline circulation module
Hi everyone! Can anyone send me a sample .koc file where there are multiple checkouts for 1 patron? As is patron PAT0123 checks out BK1234, BK2332, BK9088 etc currently I am writing each item in different line: example: 2008-06-11 12:24:11 547 issue PAT0123 BK1234 2008-06-11 12:24:12 368 issue PAT0123 BK2332 2008-06-11 12:24:12 368 issue PAT0123 BK9088 But the process doesn't complete and the items are not checked out. Can anyone help me with this? Am I making a mistake in making the .koc file or there is some problem with my code? Thanks in advance! Regards -- *Mayank Srivastava* Mob: +91 971 851 6955 New Delhi, India
Hi, On Wed, Feb 19, 2014 at 4:29 AM, Mayank Srivastava <mayanksri1989@gmail.com> wrote:
Can anyone send me a sample .koc file where there are multiple checkouts for 1 patron?
Here you go: https://gist.github.com/gmcharlt/9097365
As is patron PAT0123 checks out BK1234, BK2332, BK9088 etc
currently I am writing each item in different line: example:
2008-06-11 12:24:11 547 issue PAT0123 BK1234
The main difference I see between my sample and yours is that mine has a header line. Regards, Galen -- Galen Charlton Manager of Implementation Equinox Software, Inc. / The Open Source Experts email: gmc@esilibrary.com direct: +1 770-709-5581 cell: +1 404-984-4366 skype: gmcharlt web: http://www.esilibrary.com/ Supporting Koha and Evergreen: http://koha-community.org & http://evergreen-ils.org
I also have a header line. But still am facing issues. On Wed, Feb 19, 2014 at 11:17 PM, Galen Charlton <gmc@esilibrary.com> wrote:
Hi,
On Wed, Feb 19, 2014 at 4:29 AM, Mayank Srivastava <mayanksri1989@gmail.com> wrote:
Can anyone send me a sample .koc file where there are multiple checkouts for 1 patron?
Here you go: https://gist.github.com/gmcharlt/9097365
As is patron PAT0123 checks out BK1234, BK2332, BK9088 etc
currently I am writing each item in different line: example:
2008-06-11 12:24:11 547 issue PAT0123 BK1234
The main difference I see between my sample and yours is that mine has a header line.
Regards,
Galen -- Galen Charlton Manager of Implementation Equinox Software, Inc. / The Open Source Experts email: gmc@esilibrary.com direct: +1 770-709-5581 cell: +1 404-984-4366 skype: gmcharlt web: http://www.esilibrary.com/ Supporting Koha and Evergreen: http://koha-community.org & http://evergreen-ils.org
-- *Mayank Srivastava* Mob: +91 971 851 6955 New Delhi, India
Hi, On Wed, Feb 19, 2014 at 9:52 AM, Mayank Srivastava <mayanksri1989@gmail.com> wrote:
I also have a header line. But still am facing issues.
What version of Koha are you working with? And what is the exact nature of the issue you're seeing? For example, after you upload the KOC file, are the transactions displaying in the offline circ queue (i.e., "Pending offline circulation actions"? If they do show up in the queue, and you process the queue, are any errors displayed? Regards, Galen -- Galen Charlton Manager of Implementation Equinox Software, Inc. / The Open Source Experts email: gmc@esilibrary.com direct: +1 770-709-5581 cell: +1 404-984-4366 skype: gmcharlt web: http://www.esilibrary.com/ Supporting Koha and Evergreen: http://koha-community.org & http://evergreen-ils.org
I am using a very old version of Koha: 3.02, The problem is when I upload the .koc file, sometimes I get an alert stating *SyntaxError: Unexpected token {* where as sometimes the file gets uploaded but the processing gets stuck. Where could the problem be? in the .koc file or my code? Regards Mayank Srivastava On Wed, Feb 19, 2014 at 11:27 PM, Galen Charlton <gmc@esilibrary.com> wrote:
Hi,
On Wed, Feb 19, 2014 at 9:52 AM, Mayank Srivastava <mayanksri1989@gmail.com> wrote:
I also have a header line. But still am facing issues.
What version of Koha are you working with? And what is the exact nature of the issue you're seeing? For example, after you upload the KOC file, are the transactions displaying in the offline circ queue (i.e., "Pending offline circulation actions"? If they do show up in the queue, and you process the queue, are any errors displayed?
Regards,
Galen -- Galen Charlton Manager of Implementation Equinox Software, Inc. / The Open Source Experts email: gmc@esilibrary.com direct: +1 770-709-5581 cell: +1 404-984-4366 skype: gmcharlt web: http://www.esilibrary.com/ Supporting Koha and Evergreen: http://koha-community.org & http://evergreen-ils.org
-- *Mayank Srivastava* Mob: +91 971 851 6955 New Delhi, India
Hi, On Wed, Feb 19, 2014 at 10:26 AM, Mayank Srivastava <mayanksri1989@gmail.com> wrote:
I am using a very old version of Koha: 3.02,
A couple possibilities: [1] If it's actually an even older version, i.e., a 3.1.x during the development of Koha 3.2, the KOC format changed during that period of time. Assuming that you're running at least 3.2.0, though, your KOC file + header looks OK to me (provided that it's actually tab-delimited, not space-delimited). [2] There's been some flux with the JavaScript that assists in file uploads over the years; opening your browser's JavaScript debug tools might give you some hints. Frankly, though, you'd be well advised to upgrade to a more recent (and supported!) version first. I personally don't intend to participate in this thread further, as the days where I was actively debugging 3.2 are long past. Regards, Galen -- Galen Charlton Manager of Implementation Equinox Software, Inc. / The Open Source Experts email: gmc@esilibrary.com direct: +1 770-709-5581 cell: +1 404-984-4366 skype: gmcharlt web: http://www.esilibrary.com/ Supporting Koha and Evergreen: http://koha-community.org & http://evergreen-ils.org
participants (2)
-
Galen Charlton -
Mayank Srivastava