← Previous day | Today | Next day → | Search | Index
All times shown according to UTC.
| Time | Nick | Message |
|---|---|---|
| 00:01 | papa joined #koha | |
| 00:57 | inlibro joined #koha | |
| 01:01 | dpk__ joined #koha | |
| 01:32 | JesseM_ joined #koha | |
| 01:44 | mars joined #koha | |
| 01:58 | inlibro joined #koha | |
| 02:58 | inlibro joined #koha | |
| 03:58 | inlibro joined #koha | |
| 04:44 | kpkkprasanth joined #koha | |
| 04:46 | kpkkprasanth | hai good morning...! |
| 04:58 | inlibro joined #koha | |
| 05:10 | kpkkprasanth joined #koha | |
| 05:38 | fridolin joined #koha | |
| 05:39 | fridolin | hi |
| 05:49 | calire joined #koha | |
| 05:58 | inlibro joined #koha | |
| 06:13 | calire left #koha | |
| 06:15 | calire joined #koha | |
| 06:39 | reiveune joined #koha | |
| 06:40 | reiveune | hello |
| 06:48 | laurence joined #koha | |
| 06:59 | inlibro joined #koha | |
| 07:01 | paul_p joined #koha | |
| 07:21 | laurence joined #koha | |
| 07:47 | irma__ joined #koha | |
| 07:59 | inlibro joined #koha | |
| 08:10 | m23 joined #koha | |
| 08:18 | dpk__ joined #koha | |
| 08:59 | inlibro joined #koha | |
| 09:48 | vfernandes joined #koha | |
| 09:59 | inlibro joined #koha | |
| 10:19 | dpk__ joined #koha | |
| 10:43 | khall joined #koha | |
| 10:59 | inlibro joined #koha | |
| 11:02 | jzairo joined #koha | |
| 11:02 | * kidclamp | waves |
| 11:25 | oleonard joined #koha | |
| 11:25 | oleonard | Hi all |
| 11:31 | calire | hi oleonard |
| 11:31 | wahanui | hi oleopard |
| 11:36 | oleonard | wahanui, please summarize everything that happened here while I was gone. |
| 11:36 | wahanui | oleonard: sorry... |
| 11:39 | oleonard | wahanui: Play "Crazy Train" by Ozzy Osbourne |
| 11:39 | wahanui | oleonard: huh? |
| 11:56 | Dyrcona joined #koha | |
| 11:59 | inlibro joined #koha | |
| 12:09 | indradg joined #koha | |
| 12:09 | * indradg | waves |
| 12:10 | oleonard | Hi indradg |
| 12:11 | indradg | Hi oleonard |
| 12:11 | wahanui | hi oleopard |
| 12:11 | indradg | wahanui, forget oleopard |
| 12:11 | wahanui | indradg, I didn't have anything matching oleopard |
| 12:12 | corilynn | i think oleopard is confusing wahanui with alexa or siri |
| 12:12 | oleonard | Hey don't forget me! |
| 12:12 | indradg | lol |
| 12:12 | ashimema | oleonard.. my brain is slow today.. are there any examples of datatables where we have a select box to filter by a particular column? |
| 12:13 | oleonard | ashimema: Yes, the new sidebar filter in News |
| 12:13 | ashimema | awesome.. I new I'd seen it somewhere :) |
| 12:15 | * ashimema | wonders if there would be a sane way to put just one select filter within an existing datatables toolbar |
| 12:15 | ponders | |
| 12:18 | oleonard | ashimema: Off the top of my head I think a different solution is probably preferable |
| 12:18 | ashimema | ? |
| 12:19 | I suppose consistency wise, the left filter box is good.. | |
| 12:19 | i.e. follow what's already there | |
| 12:19 | oleonard | If it's just one select I would also say a form just above the table would work too |
| 12:19 | dpk__ joined #koha | |
| 12:22 | ashimema | https://imgur.com/FmjcyQD |
| 12:23 | so.. you're suggesting a tiny little form between the 'Cash Registers' title and the existing DataTables toolbar? | |
| 12:23 | oleonard | I think that could work |
| 12:23 | ashimema | ta |
| 12:24 | oleonard | Also check your DataTables configuration... Should have paginationType "four_button" |
| 12:25 | * oleonard | remembers he needs to cheer-lead for poor Bug 23013 |
| 12:25 | huginn` | Bug http://bugs.koha-community.org[…]_bug.cgi?id=23013 enhancement, P5 - low, ---, oleonard, Needs Signoff , Upgrade DataTables in the staff client |
| 12:27 | ashimema | ta |
| 12:28 | oleonard | Also capitalization :) "Cash registers" |
| 12:28 | ashimema | mm.. I spotted that one just as I posted the screenshot 😉 :) |
| 12:31 | oleonard | 🖖🏻 |
| 12:32 | indradg | friends... i'm trying to understand under what sort of possible circumstances can overdue_notices.pl generate more than one message when triggered by the "1st ODUE" |
| 12:33 | on Koha 18.11.07 | |
| 12:37 | oleonard | indradg: No idea if this is related but I saw this from ByWater recently: https://bywatersolutions.com/e[…]ces-is-too-many-1 |
| 12:54 | pastebot | "ashimema" at 127.0.0.1 pasted "filter by branch" (47 lines) at http://paste.koha-community.org/2728 |
| 12:54 | khall joined #koha | |
| 12:54 | ashimema | anything really obvious wrong with that owen? |
| 12:55 | I'm seeing `Uncaught TypeError: table.column is not a function` in the js console | |
| 12:58 | oleonard | ashimema: Can you paste your DataTables initialization JS? |
| 13:00 | inlibro joined #koha | |
| 13:00 | oleonard | ashimema: I've run into this before: https://stackoverflow.com/ques[…]s#answer-24356348 |
| 13:02 | ashimema | the code is in that paste already.. isn't it |
| 13:03 | two functions followed by a ready function which contains the datatable instantiation | |
| 13:03 | interesting.. | |
| 13:03 | * ashimema | tries capital D |
| 13:03 | oleonard | Sorry ashimema I completely missed that you already pasted :| |
| 13:04 | ashimema | perfect.. |
| 13:04 | glad I asked.. I've have never have spotted that 'd' otherwise | |
| 13:04 | :) | |
| 13:05 | oleonard | Yeah that's a weird one |
| 13:13 | caroline_catlady joined #koha | |
| 13:23 | caroline_catlady | good morning everyone! |
| 13:26 | oleonard | Hi caroline_catlady |
| 13:33 | wizzyrea joined #koha | |
| 13:35 | oleonard | If anyone's in the mood for signoffs, I think Bug 21346 and Bug 23328 are good improvements to the check-in process. |
| 13:35 | huginn` | Bug http://bugs.koha-community.org[…]_bug.cgi?id=21346 major, P5 - low, ---, cbrannon, Pushed to stable , Clean up dialogs in returns.pl |
| 13:35 | Bug http://bugs.koha-community.org[…]_bug.cgi?id=23328 enhancement, P5 - low, ---, koha-bugs, Needs Signoff , Some check-in messages should be dismissable | |
| 13:36 | oleonard | Sorry, Bug 23145 |
| 13:36 | huginn` | Bug http://bugs.koha-community.org[…]_bug.cgi?id=23145 major, P5 - low, ---, oleonard, Needs Signoff , Confirming transfer during checkin clears the table of previously checked-in items |
| 13:53 | ashimema | do we not already print reciepts for patron accoutn payments at all? |
| 13:53 | appears not | |
| 13:54 | oleonard | Isn't there a bug for automatically printing receipts upon payment? |
| 13:54 | ashimema | might be |
| 13:55 | oleonard | Bug 23228 |
| 13:55 | huginn` | Bug http://bugs.koha-community.org[…]_bug.cgi?id=23228 enhancement, P5 - low, ---, kyle, Needs Signoff , Add option to automatically display payment receipt for printing after making a payment |
| 13:55 | oleonard | Needs signoff, even. |
| 13:56 | Oh, but patch is full of merge markers... | |
| 13:57 | ashimema | looks like another one I'll be coaxing back into life |
| 13:58 | oleonard | khall: If you can fix the merge issues with Bug 23228 I would like to test it |
| 13:59 | ashimema | what is the notice called.. or are these not linked to notices yet? |
| 13:59 | * ashimema | is probably being dumb |
| 13:59 | oleonard | No, that's Bug 23325 :D |
| 13:59 | huginn` | Bug http://bugs.koha-community.org[…]_bug.cgi?id=23325 enhancement, P5 - low, ---, koha-bugs, NEW , Print receipt from staff client should be a choice of slip type |
| 13:59 | * oleonard | has been working on in-production workarounds for these two bugs for the last couple of days |
| 14:00 | inlibro joined #koha | |
| 14:00 | * ashimema | would happily work on them with you for community if you would like to.. |
| 14:00 | ashimema | we have a customer I need to deliver allot of this for |
| 14:02 | oleonard | What I did was add custom CSS and JS to accountline-details.pl so that it could be printed as a receipt. That was the easiest path to getting the information I wanted into a printout |
| 14:02 | So nothing that can be put into a patch | |
| 14:02 | ashimema | cool |
| 14:03 | * ashimema | is also interested in bug 19036 |
| 14:03 | huginn` | Bug http://bugs.koha-community.org[…]_bug.cgi?id=19036 enhancement, P5 - low, ---, koha-bugs, NEW , Number payment receipts / payment slips |
| 14:03 | ashimema | I'm now trying to work out how to do that.. feels like yet another table may be needed for grouping accountlines into a 'transaction' which the reciept reflects |
| 14:05 | account_transactions me things | |
| 14:06 | oleonard | Does accountline-details.pl not do that in the way you want? |
| 14:07 | ashimema | ok.. stupid question.. |
| 14:07 | how do i get to accountline-details.pl ? | |
| 14:07 | oleonard | Patron -> Accounting -> Transactions -> Details |
| 14:08 | calire left #koha | |
| 14:11 | ashimema | hmm |
| 14:11 | ish | |
| 14:12 | though there's no unique id for a reciept as such | |
| 14:12 | * ashimema | digs into it.. perhaps I could use an accountline id |
| 14:18 | indradg joined #koha | |
| 14:20 | dpk__ joined #koha | |
| 14:25 | indradg joined #koha | |
| 14:54 | liliputech_asu | !kidclamp++ |
| 14:54 | AnnaBoten | kidclamp's karma is now 1 |
| 14:54 | liliputech_asu | :) |
| 14:55 | oleonard | @karma kidclamp |
| 14:55 | huginn` | oleonard: Karma for "kidclamp" has been increased 295 times and decreased 0 times for a total karma of 295. |
| 14:55 | oleonard | Competing karma schemes? |
| 14:58 | I'm starting my own crypto-karma system, fund my startup | |
| 15:00 | inlibro joined #koha | |
| 15:02 | oleonard | @cyberkarma oleonard |
| 15:02 | huginn` | oleonard: I'll give you the answer just as soon as RDA is ready |
| 15:02 | wahanui | i already had it that way, huginn`. |
| 15:02 | oleonard | Still need to work out some bugs |
| 15:05 | reiveune | bye |
| 15:05 | reiveune left #koha | |
| 15:15 | liliputech_asu | huginn`: RDA is dead since 1989... |
| 15:15 | huginn` | liliputech_asu: I suck |
| 15:15 | liliputech_asu | :) |
| 15:19 | laurence left #koha | |
| 15:23 | fridolin left #koha | |
| 15:29 | indradg joined #koha | |
| 16:00 | inlibro joined #koha | |
| 16:21 | indradg joined #koha | |
| 16:22 | dpk__ joined #koha | |
| 17:00 | inlibro joined #koha | |
| 17:26 | m23 joined #koha | |
| 18:00 | inlibro joined #koha | |
| 18:19 | martin joined #koha | |
| 18:20 | martin | Hi, I need help to enable koha in web service |
| 18:22 | oleonard | Can you be more specific? |
| 18:23 | Guest7892 | I have koha installed on my pc and I want to access it online not through the intranet |
| 18:25 | oleonard | Guest7892: Your question is not strictly a Koha one, but an Apache one (or whatever web server you're using) |
| 18:25 | Guest7892: You would probably get better information if you researched it from that point of view | |
| 18:27 | Guest7892: I think a generalized query would be "how to make local web server public" | |
| 18:28 | Guest7892 | true thanks |
| 18:34 | oleonard | This advice is also based on the fact that there doesn't seem to be anyone around here today :) |
| 18:41 | lisettelatah joined #koha | |
| 18:59 | oleonard | Bye all |
| 19:01 | inlibro joined #koha | |
| 19:01 | oleonard joined #koha | |
| 19:28 | lukeG joined #koha | |
| 19:41 | dpk__ joined #koha | |
| 20:01 | inlibro joined #koha | |
| 20:03 | kathryn joined #koha | |
| 20:12 | JesseM joined #koha | |
| 20:35 | alexbuckley joined #koha | |
| 21:01 | inlibro joined #koha | |
| 21:07 | lukeG joined #koha | |
| 21:15 | lukeG | does anyone happen to know what the TT equivalent of <<suggestions.reason>> would be? When editing the REJECTED notice? |
| 21:20 | aleisha joined #koha | |
| 22:01 | inlibro joined #koha | |
| 23:01 | inlibro joined #koha | |
| 23:29 | koha-jenkins | Yippee, build fixed! |
| 23:29 | wahanui | Congratulations! |
| 23:30 | koha-jenkins | Project Koha_18.11_D9 build #120: FIXED in 25 min: https://jenkins.koha-community[…]oha_18.11_D9/120/ |
| 23:40 | Project Koha_18.11_U18 build #115: SUCCESS in 33 min: https://jenkins.koha-community[…]ha_18.11_U18/115/ | |
| 23:41 | papa joined #koha | |
| 23:45 | koha-jenkins | Project Koha_18.11_D8 build #120: UNSTABLE in 39 min: https://jenkins.koha-community[…]oha_18.11_D8/120/ |
| 23:55 | Project Koha_18.11_D9 build #121: SUCCESS in 25 min: https://jenkins.koha-community[…]oha_18.11_D9/121/ |
← Previous day | Today | Next day → | Search | Index