Time |
Nick |
Message |
06:01 |
pinesol |
News from qatests: Testing Success <http://testing.evergreen-ils.org/~live> |
07:19 |
|
rjackson_isl_hom joined #evergreen |
08:17 |
rhamby |
Keith-isl fyi, downloading the recorded sessions from the hack-a-way and will have them online later today |
08:35 |
|
mantis joined #evergreen |
08:36 |
|
mmorgan joined #evergreen |
08:40 |
|
collum joined #evergreen |
08:53 |
|
mantis joined #evergreen |
09:04 |
|
mantis1 joined #evergreen |
09:05 |
mmorgan |
terranm++ # bug tagging |
09:15 |
|
Keith-isl joined #evergreen |
09:29 |
|
jvwoolf joined #evergreen |
09:32 |
|
terranm joined #evergreen |
10:02 |
|
mantis joined #evergreen |
10:04 |
|
Chris_ joined #evergreen |
10:05 |
|
Chris_ left #evergreen |
10:07 |
|
nfBurton joined #evergreen |
10:07 |
|
mantis1 joined #evergreen |
10:36 |
|
terranm14 joined #evergreen |
10:37 |
|
terranm37 joined #evergreen |
10:43 |
|
terranm joined #evergreen |
11:00 |
mmorgan |
terranm: Are you trying to clone yourself? If you figure it out, let me know! |
11:00 |
|
mantis joined #evergreen |
11:14 |
mantis |
I'm running through the Docker version of the Evergreen test server install: https://wiki.evergreen-ils.org/doku.php?id=newdevs:testserver |
11:15 |
mantis |
When trying to mount via cifs, I get a host is down error (mount error 112) |
11:15 |
terranm |
I wish! My internet keeps blipping and causing irc to kick me out |
11:15 |
mantis |
From what I'm reading based on other isos, it seems to be an issue with something from cifs that isn't supported anymore |
11:19 |
Keith-isl |
Something I was hoping to ask some GA Pines folk during the Hack-A-Way but couldn't due to putting out other fires: I am very interested in how you handle student cards from a policy perspective (which isn't as much fun as talking about the technical perspective, I know). |
11:20 |
Keith-isl |
Do you just make peace with the plethora of duplicate accounts that arise from batch creation of student cards? And do physical cards actually get issued, or just card numbers? |
11:32 |
rhamby |
Keith-isl you may want to toss this on the evergreen list too, I know there are several community members who issues student cards but don't have members that hang out in irc but see it on the list |
11:34 |
terranm |
Keith-isl: We allow them to have a regular patron account as well as their student card account, but they don't get duplicate student cards unless they move schools in the middle of a school year or something like that. When we batch upload, it matches on their student card number (based on a 3-character school district code we assign + their |
11:34 |
terranm |
student id card). They do not get physical cards. |
11:35 |
terranm |
This has more details, but it may be slightly out of date since Chris & Susan have been working on tweaking it: https://pines.georgialibraries.org/dokuwiki/doku.php?id=circ:accounts:studentcards |
11:39 |
Keith-isl |
rhamby terranm +++ Outstanding, thank you! I am interested in this. https://www.youtube.com/watch?v=iV0edD_Gsw8 |
11:40 |
terranm |
heh |
12:21 |
rhamby |
heh |
12:34 |
|
collum joined #evergreen |
12:39 |
|
collum joined #evergreen |
12:40 |
|
terranm joined #evergreen |
12:56 |
terranm |
All LP bugs have at least one tag now. |
12:57 |
berick |
terranm++ ++ |
12:57 |
terranm |
<mic drop> |
12:57 |
collum |
terranm++ |
12:58 |
terranm |
I also added added a few more tags to catch areas that weren't being covered by existing tags - for instance "install-upgrade" is a new catch-all tag to loosely group related issues together |
12:59 |
Keith-isl |
Not all heroes wear capes, but I'm going to commission one for terranm all the same. |
13:03 |
terranm |
There were some bugs that were somewhat inscrutable to me, so there was a little guessing involved. There were also some very old ones that may not be relevant any longer, but at least with tags they'll be more discoverable. |
13:05 |
mmorgan |
terranm++ # def needs a cape! |
13:10 |
|
terranm joined #evergreen |
13:34 |
|
terranm joined #evergreen |
14:08 |
jeff |
when patterns emerge: |
14:08 |
jeff |
open-ils.actor.get_barcodes "TOKEN_REDACTED", "123", "asset", "Z 5682" |
14:08 |
jeff |
open-ils.actor.get_barcodes "TOKEN_REDACTED", "123", "asset", "Z 5682Z 5683" |
14:08 |
jeff |
open-ils.actor.get_barcodes "TOKEN_REDACTED", "123", "asset", "Z 5682Z 5683Z 4718" |
14:08 |
jeff |
open-ils.actor.get_barcodes "TOKEN_REDACTED", "123", "asset", "Z 5682Z 5683Z 4718Z 3433" |
14:08 |
jeff |
open-ils.actor.get_barcodes "TOKEN_REDACTED", "123", "asset", "Z 5682Z 5683Z 4718Z 3433Z 1112" |
14:08 |
jeff |
open-ils.actor.get_barcodes "TOKEN_REDACTED", "123", "asset", "Z 5682Z 5683Z 4718Z 3433Z 1112Z 9116" |
14:08 |
jeff |
open-ils.actor.get_barcodes "TOKEN_REDACTED", "123", "asset", "Z 5682Z 5683Z 4718Z 3433Z 1112Z 9116Z 9980" |
14:08 |
jeff |
open-ils.actor.get_barcodes "TOKEN_REDACTED", "123", "asset", "Z 5682Z 5683Z 4718Z 3433Z 1112Z 9116Z 9980Z 9988" |
14:08 |
jeff |
open-ils.actor.get_barcodes "TOKEN_REDACTED", "123", "asset", "Z 5682Z 5683Z 4718Z 3433Z 1112Z 9116Z 9980Z 99880590436953" |
14:11 |
jeff |
Z 5682 was where it all went wrong. Staff member was scanning items into Item Status, not noticing that the barcode "Z 5682" wasn't found, and the UI in question on that error left the previous value in the field... |
14:12 |
jeff |
to the next item "Z 5683" may very well have been valid, but having it appended to the first barcode gave an invalid barcode, and it took some time to notice the error. |
14:12 |
jeff |
the final scan was of course an ISBN. :-) |
15:02 |
|
rjackson_isl_hom joined #evergreen |
16:25 |
|
jvwoolf left #evergreen |
17:10 |
|
mmorgan left #evergreen |
17:25 |
jeff |
> Be cautious about sharing sensitive information. MARClistserv.loc.gov is outside your organization and isn't in your contacts. |
18:01 |
pinesol |
News from qatests: Testing Success <http://testing.evergreen-ils.org/~live> |