[Koha-bugs] [Bug 35681] Add support for colored messages in the output of updatedatabase

2024-06-17 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35681

--- Comment #54 from David Cook  ---
(In reply to Andreas Jonsson from comment #52)
> If we don't backport this to 23.11 we also need to make sure that other
> patches that are backported to 23.11, such as bug 36986 and bug 26176 don't
> use this.

+1

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 27063] Allow changing which record an order is linked to

2024-06-17 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27063

Aleisha Amohia  changed:

   What|Removed |Added

 Attachment #167784|0   |1
is obsolete||

--- Comment #7 from Aleisha Amohia  ---
Created attachment 167819
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=167819=edit
Bug 27063: [WIP] Link different record to order from existing records

So far this works for
* from an existing record
* from a suggestion
* from a new (empty) record
* from a subscription
* from existing orders (copy)

Working on:
* from an external source

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 27063] Allow changing which record an order is linked to

2024-06-17 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27063

Aleisha Amohia  changed:

   What|Removed |Added

 Attachment #167783|0   |1
is obsolete||

--- Comment #6 from Aleisha Amohia  ---
Created attachment 167818
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=167818=edit
Bug 27063: Add modal for linking a basket order to a different record

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 37109] Don't provide old claims fields when duplicating acquisitions orders

2024-06-17 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37109

Aleisha Amohia  changed:

   What|Removed |Added

 Blocks||27063


Referenced Bugs:

https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27063
[Bug 27063] Allow changing which record an order is linked to
-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 27063] Allow changing which record an order is linked to

2024-06-17 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27063

Aleisha Amohia  changed:

   What|Removed |Added

 Depends on||37109


Referenced Bugs:

https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37109
[Bug 37109] Don't provide old claims fields when duplicating acquisitions
orders
-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 37109] Don't provide old claims fields when duplicating acquisitions orders

2024-06-17 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37109

Aleisha Amohia  changed:

   What|Removed |Added

 Attachment #167816|0   |1
is obsolete||

--- Comment #2 from Aleisha Amohia  ---
Created attachment 167817
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=167817=edit
Bug 37109: Don't initialise claims fields when duplicating acquisitions orders

These fields don't exist in the aqorders table and don't need to be set/passed
on.

* claims_count (dropped in Bug 24161)
* claimed_date (dropped in Bug 24161)
* placed_on (no evidence of this field existing in aqorders)
* received_on (no evidence of this field existing in aqorders)

To test:

1. Go to Acquisitions
2. Create a vendor if you don't already have one
3. Create a basket if you don't already have one
4. Add an order to the basket and Save
5. Add another order to the basket, choose "From existing orders (copy)"
6. Continue through the process and confirm you're able to duplicate the order
as normal
7. Confirm tests still pass t/db_dependent/Koha/Acquisition/Order.t

Sponsored-by: Catalyst IT

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 37109] Don't provide old claims fields when duplicating acquisitions orders

2024-06-17 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37109

--- Comment #1 from Aleisha Amohia  ---
Created attachment 167816
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=167816=edit
Bug 37109: Don't initialise claims fields when duplicating acquisitions orders

These fields don't exist in the aqorders table and don't need to be set/passed
on.

To test:

1. Go to Acquisitions
2. Create a vendor if you don't already have one
3. Create a basket if you don't already have one
4. Add an order to the basket and Save
5. Add another order to the basket, choose "From existing orders (copy)"
6. Continue through the process and confirm you're able to duplicate the order
as normal
7. Confirm tests still pass t/db_dependent/Koha/Acquisition/Order.t

Sponsored-by: Catalyst IT

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 37109] Don't provide old claims fields when duplicating acquisitions orders

2024-06-17 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37109

Aleisha Amohia  changed:

   What|Removed |Added

   Patch complexity|--- |Trivial patch
 Status|ASSIGNED|Needs Signoff

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 24161] Add ability to track the claim dates of later orders

2024-06-17 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24161

Aleisha Amohia  changed:

   What|Removed |Added

 Blocks||37109


Referenced Bugs:

https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37109
[Bug 37109] Don't provide old claims fields when duplicating acquisitions
orders
-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 37109] Don't provide old claims fields when duplicating acquisitions orders

2024-06-17 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37109

Aleisha Amohia  changed:

   What|Removed |Added

 Depends on||24161
   Assignee|koha-b...@lists.koha-commun |alei...@catalyst.net.nz
   |ity.org |
 Status|NEW |ASSIGNED
  Change sponsored?|--- |Sponsored


Referenced Bugs:

https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24161
[Bug 24161] Add ability to track the claim dates of later orders
-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 37109] New: Don't provide old claims fields when duplicating acquisitions orders

2024-06-17 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37109

Bug ID: 37109
   Summary: Don't provide old claims fields when duplicating
acquisitions orders
 Change sponsored?: ---
   Product: Koha
   Version: Main
  Hardware: All
OS: All
Status: NEW
  Severity: enhancement
  Priority: P5 - low
 Component: Acquisitions
  Assignee: koha-bugs@lists.koha-community.org
  Reporter: alei...@catalyst.net.nz
QA Contact: testo...@bugs.koha-community.org

The following fields that used to be in the aqorders table for claims are still
initialised when duplicating orders. They aren't stored anywhere so don't cause
a problem, but they don't need to be set at all.

* claims_count (dropped in Bug 24161)
* claimed_date (dropped in Bug 24161)
* placed_on (no evidence of this field existing in aqorders)

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 35203] Koha::Biblio->get_coins support 214 field in addition to 210 (pubyear and publisher values) (UNIMARC)

2024-06-17 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35203

--- Comment #5 from David Nind  ---
Thanks Phil.

I had another go at testing using Zotero.

My experience was:
- I had a record with a 210$a, $c, and $d, and I added values for 214$c and $d.
- Before the patch in the OPAC:
  - the values from 214$c and $d were saved to the Zotero reference (saved as a
Book for the Zotero Item Type)
  . if I deleted the 214$c and $d values, the 210 values were saved
- Before and after the patch in the staff interface: no values saved to Zotero
(saved as a web page for the Zotero Item Type).
- Both before and after the patch, the RIS and BIBTEX formats had the values
from 210$a, $c, and $d

Testing notes (using KTD):
1. Start up KTD using UNIMARC:
   . Edit .env and change KOHA_MARC_FLAVOUR=unimarc
2. Edit any record so that:
   . all required fields have a value
   . item(s) for record display (items may need editing so that they have valid
values for any lookup fields, otherwise you get a 500 error and items aren't
displayed in the holdings table)
3. Edit the record so that there are values in 214$c (Publisher) and 214$d
(Publication year). For example, Your name and 2024
4. Install Zotero on your desktop and have it running:
https://www.zotero.org/download/
5. Install the Zotero Connector for your browser (download from the link in
step 4).
6. View the record from step 3 in the OPAC.
7. Save the page using the Zotero Connector to create a reference.
8. Note that:
   - The reference is saved as a Book for Zoetero's Item Type metadata field.
   - The publisher and date metadata fields should be populated with the values
from 214$c and $d.
9. Apply the patch and restart everything.
10. Refresh the page.
11. Repeat step 7.
12. Note that the reference created in Zotero now has:
. No difference noted

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 37106] Upgrade to 23.11.05.009 causes an error because Koha::installer::Output doesn't exist in 23.11.x

2024-06-17 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37106

Mason James  changed:

   What|Removed |Added

 CC||m...@kohaaloha.com

--- Comment #4 from Mason James  ---
tested, looks good to me!

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 37106] Upgrade to 23.11.05.009 causes an error because Koha::installer::Output doesn't exist in 23.11.x

2024-06-17 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37106

Mason James  changed:

   What|Removed |Added

 Attachment #167814|0   |1
is obsolete||

--- Comment #3 from Mason James  ---
Created attachment 167815
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=167815=edit
Bug 37106: Fix db revisions 231105009 and 231105010

They refer to Koha::Installer::Output methods which aren't available in 23.11.x

This reverts them to the standard `say $out` syntax.

Sponsored-by: Catalyst IT
Signed-off-by: Mason James 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 37106] Upgrade to 23.11.05.009 causes an error because Koha::installer::Output doesn't exist in 23.11.x

2024-06-17 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37106

Mason James  changed:

   What|Removed |Added

 Status|Needs Signoff   |Signed Off

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 37106] Upgrade to 23.11.05.009 causes an error because Koha::installer::Output doesn't exist in 23.11.x

2024-06-17 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37106

Mason James  changed:

   What|Removed |Added

 Attachment #167810|0   |1
is obsolete||

--- Comment #2 from Mason James  ---
Created attachment 167814
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=167814=edit
Bug 37106: Fix db revisions 231105009 and 231105010

They refer to Koha::Installer::Output methods which aren't available in 23.11.x

This reverts them to the standard `say $out` syntax.

Sponsored-by: Catalyst IT

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 37104] Block AnonymousPatron from logging into anything

2024-06-17 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37104

David Nind  changed:

   What|Removed |Added

  Text to go in the|This prevents the anonymous |This prevents the anonymous
  release notes|patron from logging into|patron from logging into
   |the OPAC and staff  |the OPAC and staff
   |interface (set using the|interface. (The anonymous
   |AnonymousPatron system  |patron used for anonymous
   |preference).|suggestions and checkout
   ||history is set using the
   ||AnonymousPatron system
   ||preference.)

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 37104] Block AnonymousPatron from logging into anything

2024-06-17 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37104

David Nind  changed:

   What|Removed |Added

 CC||da...@davidnind.com
  Text to go in the||This prevents the anonymous
  release notes||patron from logging into
   ||the OPAC and staff
   ||interface (set using the
   ||AnonymousPatron system
   ||preference).

--- Comment #9 from David Nind  ---
Testing notes (using KTD):
1. To run the tests (underscore, rather than a dash): prove
t/db_dependent/Auth.t

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 37104] Block AnonymousPatron from logging into anything

2024-06-17 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37104

David Nind  changed:

   What|Removed |Added

 Attachment #167802|0   |1
is obsolete||

--- Comment #8 from David Nind  ---
Created attachment 167813
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=167813=edit
Bug 37104: Unit tests

prove t/db-dependent/Auth.t

Signed-off-by: David Nind 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 37104] Block AnonymousPatron from logging into anything

2024-06-17 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37104

David Nind  changed:

   What|Removed |Added

 Attachment #167801|0   |1
is obsolete||

--- Comment #7 from David Nind  ---
Created attachment 167812
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=167812=edit
Bug 37104: (Follow up) Restructure checkpw code

Signed-off-by: David Nind 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 37104] Block AnonymousPatron from logging into anything

2024-06-17 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37104

David Nind  changed:

   What|Removed |Added

 Attachment #167798|0   |1
is obsolete||

--- Comment #6 from David Nind  ---
Created attachment 167811
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=167811=edit
Bug 37104: Block AnonymousPatron from logging into staff interface and OPAC

This patch blocks the patron set as the anonymous patron from logging into the
staff interface and OPAC.

To test:
1) In Administration->sys. pref, make sure AnonymousPatron is pointed to an
account.
2) Visit that patron's page and set their permissions to superlibrarian
("Access to all librarian functions")
3) Ensure that you know the username and password for this patron and can log
in.
4) Visit the OPAC, attempt to log-in with your anon patron.
5) Note that you can log in and nothing happens.
6) Visit the staff interface, attempt to log-in with anon patron.
7) Once again, note that you are able to log-in with no issue.
8) Apply patch and restart_all
9) Attempt to log into the OPAC and staff interface with the patron again.
10) This time, you should get an error message on both pages saying, "Error:
You can't log in as the anonymous patron!"

Signed-off-by: David Nind 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 37104] Block AnonymousPatron from logging into anything

2024-06-17 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37104

David Nind  changed:

   What|Removed |Added

 Status|Needs Signoff   |Signed Off

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 32722] Mandatory subfields from UNIMARC framework shouldn't block the creation of a bib record when field itself is optional

2024-06-17 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32722

--- Comment #14 from Victor Grousset/tuxayo  ---
(In reply to Jonathan Druart from comment #10)
> Just tell me what's needed. But be fast, I won't rebase this patch if there
> is a conflict.

Don't do anything for now, just a question: is that a lot of changes to
implement this?:
> 2. Enh: Add a third checkbox for subfields (in both UNIMARC and MARC21)
> for "Mandatory if tag is used".

Not sure but seems like we could get away with changing the condition here:

https://git.koha-community.org/Koha-community/Koha/src/commit/8ab3989654b900cef2954c469b12ddce4375c9b8/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt#L581

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 37108] cash register statistics wizard is wrongly sorting payment by manager_id branchcode

2024-06-17 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37108

--- Comment #2 from Marie-Luce Laflamme  ---
Setup - before test

Staff accounts
- have a superlibrarian account
- create 2 limited access staff accounts, one by branches:
e.g.
- staff 1 - attached to branch A
- staff 2 - attached to branch B

   Both restricted staff accounts should have the following permissions:

- (circulate) ,
- (borrowers),
- in the patron fines: (manual_invoice), and (remaining_permissions)
- ***ability to switch login library (loggedinlibrary)

Debit type
- Add few debit types in your Koha (administration > debit types) to ease
transactions search.
e.g: "printing cost", "new card", "lost item"

***Ensure that each debit type is configured to "can be manually
invoiced" 



Test plan

1.  Login with "staff 1" in the intranet
--> Koha should connect to branch A
2.  Find a "branch A" patron
3.  Add a manual invoice(e.g printing -- 2.50$ ) 
4.  Pay this invoice
5.  Log out of the intranet
6.  Login with "staff2" 
--> Koha should connect to branch B
7.  Find a "branch B" patron
8.  Add a manual invoice with a unique debit type and amount (e.g. lost item -
12.80$ )
9.  Pay this invoice
10. Stay connect with "staff2" account, and switch to "branch A" at the top
right corner of the screen
11. Find another "branch A" patron
12. Add a manual invoice with a unique debit type and amount (e.g. new card -
5.00$ )
13. Pay this invoice
14. Log out
15. Login with a "superlibrarian" account
16. Run the "Cash register" statistics wizards for "branch A"
 - Go to (Reports > Statistics wizards > Cash Registers )
- dates: select the current date
- transactions types: select "all payments to the library" in the 
- transaction library: select "branch A"
18. Submit the search
19. Check transactions for "branch A"
---> Unfortunately, Koha is not listing the payment of step 13 in the
"branch A report", even if the "staff 2" was logged to "branch A" while
processing the payment.
20. Run the "Cash register" statistics wizard for "branch B"
 - Redo steps 16 to 19, but select "branch B"
21. Check transactions for "branch B":
--> Koha is displaying the step 13 payment by mistake, this payment should
be in "branch A report"

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 37108] cash register statistics wizard is wrongly sorting payment by manager_id branchcode

2024-06-17 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37108

--- Comment #1 from Marie-Luce Laflamme  ---
I've left this query to highlight the behaviour after running your tests.


SELECT debit.accountlines_id, debit.borrowernumber,
debit.itemnumber, debit.date AS "Invoice date", debit.amount,
debit.description, debit.debit_type_code, credit.amountoutstanding,
debit.timestamp, credit.manager_id , borrowers.branchcode AS "manager
branchcode", credit.register_id, credit.branchcode AS "accountlines
branchcode" FROM account_offsets JOIN accountlines AS debit ON
(debit.accountlines_id = account_offsets.debit_id) JOIN accountlines AS
credit ON (credit.accountlines_id = account_offsets.credit_id) JOIN
account_debit_types ON (debit.debit_type_code = account_debit_types.code)
LEFT JOIN borrowers ON (credit.manager_id = borrowers.borrowernumber) WHERE
type IN ("APPLY")  AND account_offsets.debit_id IS NOT NULL AND
credit.credit_type_code ="PAYMENT" AND debit.debit_type_code NOT IN ('VOID') 
AND DATE(created_on)='-mm-dd';

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 37108] New: cash register statistics wizard is wrongly sorting payment by manager_id branchcode

2024-06-17 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37108

Bug ID: 37108
   Summary: cash register statistics wizard is wrongly sorting
payment by manager_id branchcode
 Change sponsored?: ---
   Product: Koha
   Version: Main
  Hardware: All
OS: All
Status: NEW
  Severity: enhancement
  Priority: P5 - low
 Component: Reports
  Assignee: koha-bugs@lists.koha-community.org
  Reporter: marie-luce.lafla...@inlibro.com
QA Contact: testo...@bugs.koha-community.org

The Cash Register Statistics wizard in Koha is currently sorting payments based
on the "manager_id" branchcode rather than the "accountlines.branchcode". This
means that if staff switch to a different branch while working, Koha will
unfortunately record all transactions under the branchcode associated with the
staff account, not the branch they are currently logged into.

I'm wondering if the SQL query behind the Cash Register Statistics wizard is
using the recently added "accountlines.branchcode".

See the test plan in the following comment and

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 37098] MARC Bibliographic record staging failed

2024-06-17 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37098

--- Comment #6 from David Cook  ---
For instance, I'm in Australia, so probably not the best person to help you
troubleshoot this one ;).

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 37098] MARC Bibliographic record staging failed

2024-06-17 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37098

--- Comment #5 from David Cook  ---
(In reply to Yuriy Kotsyuk from comment #3)
> Does it mean that upgrading to the last stable version have to solve the
> problem?

No, as Katrin says there could be a number of local issues that explain it. 

You'll want to check your logs, check the data, try different data. 

A server reboot can be handy to make sure all the right services are coming up.
Checking that the koha-common service came up correctly, if you're using the
Debian packages.

Lots of different troubleshooting steps to take. If you go on Mattermost,
you'll probably find people in a similar timezone who can help you closer to
real-time.

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 27428] Show the number of records in the bibliographic record detail page with ElasticSearch

2024-06-17 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27428

--- Comment #55 from David Cook  ---
(In reply to Blou from comment #53)
> You do sound grumpy :)

Haha thanks for the confirmation :)

> We coded that many years ago along Bug 27113.  We asked the community HOW to
> do it to avoid exactly this type of comment (which I don't mind in essence,
> but the timing is off).  As usual, the target kept moving.

Thanks for mentioning that. I had a feeling that was probably the case, but
wanted to check. 

> We tried to share code between the two bz, or at least architecture.  But
> Bug 27113 got blocked by another one.
> 
> Your points are probably all valid, but until Bug 27113 (autocomplete) gets
> moving, were not going to rearchitecture this one as we don't want this
> little feature complicating our future development of the big one.

Fair enough.

I am still curious about the use of Unicode::Normalize here though.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 36947] Diacritics and upper case letters should not affect how facets get alphabetized

2024-06-17 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36947

--- Comment #39 from David Cook  ---
For my part, I like "Bug 36947: [Alternate 2] Do a locale-based sort for ES
facet names" best. 

What do others think?

I'll post this on the listserv as well to solicit opinions.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 27428] Show the number of records in the bibliographic record detail page with ElasticSearch

2024-06-17 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27428

--- Comment #54 from David Cook  ---
(In reply to Katrin Fischer from comment #52)
> (In reply to David Cook from comment #48)
> > Can someone explain the bug title? "Show the number of records in the
> > bibliographic record" doesn't make sense to me. Is that supposed to be "Show
> > the number of item records"?
> 
> I think it's probably a hard one to explain in a short phrase. What it means
> is:
> Show the number of records you will find, when clicking on that search link
> in the record. 
> 
> I know libraries would love this especially for the 7xx/8xx linkings (how
> many linked volumes? how many analytics?) but also cool for subjects to see
> which search route is the most promising.

I wouldn't have guessed that, so thanks for the explanation! That's
interesting! Seems like it could be difficult to do in a high performance
way...

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 37052] Restrict reports so they can only be run by permitted users

2024-06-17 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37052

--- Comment #4 from David Cook  ---
(In reply to gclg from comment #2)
> What I am proposing is the ability to limit the ability to run certain
> reports by used ID.

I think that I like this idea. 

For backwards compatibility, I think all existing reports would have to be
allowed for any User ID. However, for new Koha installs, it would be
interesting to default to only allow the creator of the report to run it (or a
superlibrarian). And then the creator/owner or the superlibrarian could add
more users to run it. 

So if the only Reports permission the user has is "Execute SQL reports
(execute_reports)" and they are only allowed to run certain reports... that
would dramatically improve the current situation.

--

One thing to keep in mind... this could get unwieldy/difficult to manage. Some
libraries have hundreds of reports, and you might have 10 staff who should have
the same/similar access to many of those. (This is where RBAC would come in
handy. You could assign a bunch of reports to a particular group. We could
potentially do this with patron category, but I don't think most libraries have
granular library staff categories.)

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 37052] Restrict reports so they can only be run by permitted users

2024-06-17 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37052

David Cook  changed:

   What|Removed |Added

 CC||dc...@prosentient.com.au

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 30198] Add privacy elements to reports

2024-06-17 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30198

--- Comment #10 from David Cook  ---
(In reply to Caroline Cyr La Rose from comment #7)
> I've run into this problem with our consortium installation. Each library
> has access to reports, therefore access to all the information of all the
> libraries, including patron information, which is sensitive...
> 
> I was thinking maybe something similar to lists (who can run this report?
> Everyone, Owner only, etc.) or similar to acquisition funds (who can use
> this fund? Everyone, Owner only, Owner and users only, or
> Owner/users/library) with the possibility to add users one by one.

After reading this and bug 37052 again, I think that I understand and I think
that I like this idea.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 32575] gather_print_notices.pl sends attachment as body of email or poorly named txt file

2024-06-17 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32575

--- Comment #10 from David Cook  ---
(In reply to Katrin Fischer from comment #9)
> Could we maybe clarify the description of the bug a bit?

When no text/html body is added to the email (which is always with this email),
attachments aren't attached correctly.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 37107] New: Unclear descriptions for DefaultLongOverduePatronCategories and DefaultLongOverdueSkipPatronCategories

2024-06-17 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37107

Bug ID: 37107
   Summary: Unclear descriptions for
DefaultLongOverduePatronCategories and
DefaultLongOverdueSkipPatronCategories
 Change sponsored?: ---
   Product: Koha
   Version: 24.05
  Hardware: All
OS: All
Status: NEW
  Severity: trivial
  Priority: P5 - low
 Component: Documentation
  Assignee: koha-bugs@lists.koha-community.org
  Reporter: sbr...@bywatersolutions.com
QA Contact: testo...@bugs.koha-community.org
CC: aude.charil...@ptfs-europe.com, philip@lmscloud.de

The descriptions for the DefaultLongOverduePatronCategories and
DefaultLongOverdueSkipPatronCategories system preferences refer to 'overdues' -
for example:

-"Set the default patron categories to receive overdues to"
-"Leave this field empty if you want to process overdues for all patron
categories"

This makes it sound like the system preferences are about whether patrons
receive overdue notices ("receive overdues") or are eligible to have items be
considered overdue ("process overdues"), but really they control whether items
checked out patrons in these categories are set to a lost value by the
longoverdue.pl cron. The system preferences' descriptions should be clarified
to make this clear.

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 17015] New Koha Calendar

2024-06-17 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17015

Maryse Simard  changed:

   What|Removed |Added

 Attachment #157672|0   |1
is obsolete||

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 17015] New Koha Calendar

2024-06-17 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17015

Maryse Simard  changed:

   What|Removed |Added

 Attachment #157671|0   |1
is obsolete||

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 17015] New Koha Calendar

2024-06-17 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17015

Maryse Simard  changed:

   What|Removed |Added

 Attachment #157670|0   |1
is obsolete||

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 17015] New Koha Calendar

2024-06-17 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17015

Maryse Simard  changed:

   What|Removed |Added

 Attachment #157669|0   |1
is obsolete||

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 17015] New Koha Calendar

2024-06-17 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17015

Maryse Simard  changed:

   What|Removed |Added

 Attachment #157668|0   |1
is obsolete||

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 17015] New Koha Calendar

2024-06-17 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17015

Maryse Simard  changed:

   What|Removed |Added

 Attachment #157667|0   |1
is obsolete||

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 17015] New Koha Calendar

2024-06-17 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17015

Maryse Simard  changed:

   What|Removed |Added

 Attachment #157666|0   |1
is obsolete||

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 17015] New Koha Calendar

2024-06-17 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17015

Maryse Simard  changed:

   What|Removed |Added

 Attachment #157665|0   |1
is obsolete||

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 17015] New Koha Calendar

2024-06-17 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17015

Maryse Simard  changed:

   What|Removed |Added

 Attachment #157664|0   |1
is obsolete||

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 17015] New Koha Calendar

2024-06-17 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17015

Maryse Simard  changed:

   What|Removed |Added

 Attachment #157662|0   |1
is obsolete||
 Attachment #157663|0   |1
is obsolete||

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 17015] New Koha Calendar

2024-06-17 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17015

Maryse Simard  changed:

   What|Removed |Added

 Attachment #157662|0   |1
is obsolete||

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 17015] New Koha Calendar

2024-06-17 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17015

Maryse Simard  changed:

   What|Removed |Added

 Attachment #157660|0   |1
is obsolete||

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 37106] Upgrade to 23.11.05.009 causes an error because Koha::installer::Output doesn't exist in 23.11.x

2024-06-17 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37106

--- Comment #1 from Aleisha Amohia  ---
Created attachment 167810
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=167810=edit
Bug 37106: Fix db revisions 231105009 and 231105010

They refer to Koha::Installer::Output methods which aren't available in 23.11.x

This reverts them to the standard `say $out` syntax.

Sponsored-by: Catalyst IT

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 37106] Upgrade to 23.11.05.009 causes an error because Koha::installer::Output doesn't exist in 23.11.x

2024-06-17 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37106

Aleisha Amohia  changed:

   What|Removed |Added

 Status|ASSIGNED|Needs Signoff

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 36986] (Bug 26176 follow-up) Fix rename StaffLoginBranchBasedOnIP in DBRev

2024-06-17 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36986

Aleisha Amohia  changed:

   What|Removed |Added

 Blocks||37106


Referenced Bugs:

https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37106
[Bug 37106] Upgrade to 23.11.05.009 causes an error because
Koha::installer::Output doesn't exist in 23.11.x
-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 26176] AutoLocation is badly named

2024-06-17 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26176

Aleisha Amohia  changed:

   What|Removed |Added

 Blocks||37106


Referenced Bugs:

https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37106
[Bug 37106] Upgrade to 23.11.05.009 causes an error because
Koha::installer::Output doesn't exist in 23.11.x
-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 37106] Upgrade to 23.11.05.009 causes an error because Koha::installer::Output doesn't exist in 23.11.x

2024-06-17 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37106

Aleisha Amohia  changed:

   What|Removed |Added

  Change sponsored?|--- |Sponsored
 Status|NEW |ASSIGNED
 Depends on||26176, 36986
   Assignee|koha-b...@lists.koha-commun |alei...@catalyst.net.nz
   |ity.org |


Referenced Bugs:

https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26176
[Bug 26176] AutoLocation is badly named
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36986
[Bug 36986] (Bug 26176 follow-up) Fix rename StaffLoginBranchBasedOnIP in DBRev
-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 37106] New: Upgrade to 23.11.05.009 causes an error because Koha::installer::Output doesn't exist in 23.11.x

2024-06-17 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37106

Bug ID: 37106
   Summary: Upgrade to 23.11.05.009 causes an error because
Koha::installer::Output doesn't exist in 23.11.x
 Change sponsored?: ---
   Product: Koha
   Version: 23.11
  Hardware: All
OS: All
Status: NEW
  Severity: blocker
  Priority: P5 - low
 Component: Installation and upgrade (command-line installer)
  Assignee: koha-bugs@lists.koha-community.org
  Reporter: alei...@catalyst.net.nz
QA Contact: testo...@bugs.koha-community.org
CC: tomasco...@gmail.com

Upgrade to 23.11.05.009  [08:24:15]: 
ERROR - {UNKNOWN}: Can't use an undefined value as a subroutine reference at
/usr/share/koha/lib/C4/Installer.pm line 739. at
/usr/share/koha/lib/C4/Installer.pm line 741

This BREAKS installations of 23.11

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 17015] New Koha Calendar

2024-06-17 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17015

Maryse Simard  changed:

   What|Removed |Added

 Attachment #157661|0   |1
is obsolete||

--- Comment #389 from Maryse Simard  ---
Created attachment 167808
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=167808=edit
Bug 17015: Install scripts for DiscreteCalendar

Signed-off-by: Michal Denar 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 17015] New Koha Calendar

2024-06-17 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17015

Maryse Simard  changed:

   What|Removed |Added

 Attachment #157659|0   |1
is obsolete||

--- Comment #390 from Maryse Simard  ---
Created attachment 167809
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=167809=edit
Bug 17015: Tests for DiscreteCalendar

TEST PLAN:
1- Apply the patch
2- Run installer/data/mysql/updatedatabase.pl
3- Run misc/cronjobs/add_days_discrete_calendar.pl
4- Check that the max date is today + 1 day
5- Run t/db_dependent/DiscreteCalendar.t (All tests should pass)

Signed-off-by: Michal Denar 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 17015] New Koha Calendar

2024-06-17 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17015

Maryse Simard  changed:

   What|Removed |Added

 Attachment #157658|0   |1
is obsolete||

--- Comment #388 from Maryse Simard  ---
Created attachment 167807
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=167807=edit
Bug 17015: DiscreteCalendar UI, Back-End and necessary scripts

Replace the current Calendar. Use Discrete Calendar in Tools->Calendar.

TEST PLAN:
1- Apply the patch
2- Run installer/data/mysql/updatedatabase.pl
3- Run misc/cronjobs/add_days_discrete_calendar.pl
4- Check that the max date is today + 1 day
5- Run t/db_dependent/DiscreteCalendar.t (prove -l
t/db_dependent/DiscreteCalendar.t)
6- Run all koha test in t/ (prove t). All tests should pass

USING THE DISCRETE CALENDAR:
1- New UI
  a) Calendar on the left
  b) Holidays list on the right
2- New color system for holiday types:
  a) Working day : white
  b) Unique holiday: red
  c) Holiday repeating weekly: yellow
  d) Holiday repeating yearly: orange
  e) Floating holiday: green
  f) Need validation: blue
3- When clicking on a date in the calendar, opening, closing hours and holiday
type are displayed.
4- All the fields are editable
5- New radio button to Edit selected dates or Copy to different dates
6- Option to copy the calendar to another branch

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 17015] New Koha Calendar

2024-06-17 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17015

Maryse Simard  changed:

   What|Removed |Added

 Attachment #157657|0   |1
is obsolete||

--- Comment #387 from Maryse Simard  ---
Created attachment 167806
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=167806=edit
Bug 17015: Schema file for new discrete_calendar table

Signed-off-by: Michal Denar 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 17015] New Koha Calendar

2024-06-17 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17015

Maryse Simard  changed:

   What|Removed |Added

 Attachment #157656|0   |1
is obsolete||

--- Comment #386 from Maryse Simard  ---
Created attachment 167805
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=167805=edit
Bug 17015: Performance comparison (images)

Signed-off-by: Michal Denar 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 36868] Add ability to automatically empty cart after placing holds ( staff interface and OPAC )

2024-06-17 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36868

Sam Lau  changed:

   What|Removed |Added

 Status|Needs Signoff   |Failed QA
 CC||sama...@gmail.com

--- Comment #8 from Sam Lau  ---
After adding items to cart, from the cart if I select all and place a hold,
after completion, it only removes one of the items from the cart and the others
stay. 

Placing the holds one by one worked though.

Also, qa script didn't like the ordering placement of the sys. pref in
installer/data/mysql/mandatory/sysprefs.sql

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 37081] Add Order Confusing On acqui/addorderiso2709.pl page

2024-06-17 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37081

David Nind  changed:

   What|Removed |Added

 Attachment #167786|0   |1
is obsolete||

--- Comment #2 from David Nind  ---
Created attachment 167804
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=167804=edit
Bug 37081: Reword button on addorderiso2709.tt

To test:
1. Go to Acquisition and create or find a vendor.
2. Create a new basket.
3. Add to basket -> from a new file
4. Upload a .mrc file and stage fro import.
5. Add the files to your basket.
6. For each item in the basket notice the button set which includes MARC, Card,
and Add order.
7. APPLY patch and reload the page.
8. Add order should now be New order.

Signed-off-by: David Nind 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 37081] Add Order Confusing On acqui/addorderiso2709.pl page

2024-06-17 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37081

David Nind  changed:

   What|Removed |Added

 Status|Needs Signoff   |Signed Off

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 34706] Capitalization: Cas login

2024-06-17 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34706

Sam Lau  changed:

   What|Removed |Added

 Attachment #167775|0   |1
is obsolete||

--- Comment #2 from Sam Lau  ---
Created attachment 167803
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=167803=edit
Bug 34706: Fix capitalization - Cas to CAS

CAS is an abbreviation and should use capital letters.

Test plan:
1. Enable the casAuthentication system preference.
2. Logout and view the login form.
3. Note that it says "Cas login".
4. Apply the patch.
5. Refresh the login page.
6. Note that it now says "CAS login".
7. Sign off.

Signed-off-by: David Nind 
Signed-off-by: Sam Lau 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 34706] Capitalization: Cas login

2024-06-17 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34706

Sam Lau  changed:

   What|Removed |Added

 Status|Needs Signoff   |Signed Off

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 26869] Enable batch record modification to create 952/item on existing bibs

2024-06-17 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26869

Brendan Lawlor  changed:

   What|Removed |Added

 CC||blaw...@clamsnet.org

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 37103] Link log viewer options to corresponding system preference

2024-06-17 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37103

Brendan Lawlor  changed:

   What|Removed |Added

 CC||blaw...@clamsnet.org

--- Comment #3 from Brendan Lawlor  ---
This is a nice change to the icons to have tooltips and links to the system
preferences.


One small thing I just noticed there is a missing space between Acquisitions
and the icon.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 37104] Block AnonymousPatron from logging into anything

2024-06-17 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37104

--- Comment #5 from Sam Lau  ---
Created attachment 167802
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=167802=edit
Bug 37104: Unit tests

prove t/db-dependent/Auth.t

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 37104] Block AnonymousPatron from logging into anything

2024-06-17 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37104

--- Comment #4 from Sam Lau  ---
Created attachment 167801
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=167801=edit
Bug 37104: (Follow up) Restructure checkpw code

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 37104] Block AnonymousPatron from logging into anything

2024-06-17 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37104

Sam Lau  changed:

   What|Removed |Added

 Status|NEW |Needs Signoff

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 36372] Allow privileged users to set the 'record source' on cataloguing

2024-06-17 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36372

Esther Melander  changed:

   What|Removed |Added

 CC||esther.melander@bywatersolu
   ||tions.com

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 36299] Highlighting of logged-in library facets not working

2024-06-17 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36299

--- Comment #7 from Katrin Fischer  ---
(In reply to Kelly McElligott from comment #6)
> Katrin,
> The system preference states, only works in Zebra!  So I think we are good!
> I may file a bug for this to happen in libraries using Elastic!

Makes sense! Thanks for the feedback!

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 36299] Highlighting of logged-in library facets not working

2024-06-17 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36299

--- Comment #6 from Kelly McElligott  ---
Katrin,
The system preference states, only works in Zebra!  So I think we are good! I
may file a bug for this to happen in libraries using Elastic!

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 37103] Link log viewer options to corresponding system preference

2024-06-17 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37103

Brendan Lawlor  changed:

   What|Removed |Added

 Attachment #167788|0   |1
is obsolete||

--- Comment #2 from Brendan Lawlor  ---
Created attachment 167800
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=167800=edit
Bug 37103: Link log viewer options to corresponding system preference

This patch updates the log viewer interface so that users with the
correct permissions can click a module's "Log not enabled" icon to go
directly to the corresponding system preference for enabling the log.

To test, apply the patch and go to Tools -> Log viewer (must have
"view_system_logs" permission).

- You should see an icon next to each module for which logging is
  disabled. Hovering over the icon should give a tooltip: "Log not
  enabled."
- If you are logged in as a user with "manage_sysprefs" permission,
  clicking the icon should take you directly to the system preference
  for enabling or disabling that module's logs.
- If your user does not have "manage_sysprefs" permission the icon
  should not be a link.

Sponsored-By: Athens County Public Libraries
Signed-off-by: Brendan Lawlor 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 37103] Link log viewer options to corresponding system preference

2024-06-17 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37103

Brendan Lawlor  changed:

   What|Removed |Added

 Status|Needs Signoff   |Signed Off

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 15461] Add staff equivalent for OpacLocationOnDetail

2024-06-17 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15461

Lucas Gass  changed:

   What|Removed |Added

   Patch complexity|--- |Small patch

--- Comment #21 from Lucas Gass  ---
Still applies cleanly, just saying. :p

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 29079] Make bibliographic information in holds queue customizable

2024-06-17 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29079

--- Comment #10 from Brendan Lawlor  ---
Our libraries will be very happy to see this. They mostly just want to see the
title without all the publication details.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 29079] Make bibliographic information in holds queue customizable

2024-06-17 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29079

Brendan Lawlor  changed:

   What|Removed |Added

 CC||blaw...@clamsnet.org

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 29079] Make bibliographic information in holds queue customizable

2024-06-17 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29079

Brendan Lawlor  changed:

   What|Removed |Added

 Attachment #167791|0   |1
is obsolete||

--- Comment #9 from Brendan Lawlor  ---
Created attachment 167799
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=167799=edit
Bug 29079: Add author and publication details columns to holds queue

To test:
1. Apply patch, restart_all
2. Add some holds and run the holds queue builder.
3. Go to the holds queue.
4. You should see less information in the 'Title' field.
5. You should see an 'Author' column, make sure it is sortable and the data is
correct.
6. You should see a 'Publication details' column, that should also be sortable.
Make sure the data is correct.
7. Each column, and all other in the holds queue table, should be column
configurable via Table Settings.
8. Make sure you hide/show columns via Table settings.
9. Make sure the data can be exported correctly via tha Export button.

Signed-off-by: Brendan Lawlor 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 29079] Make bibliographic information in holds queue customizable

2024-06-17 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29079

Brendan Lawlor  changed:

   What|Removed |Added

 Status|Needs Signoff   |Signed Off

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 32575] gather_print_notices.pl sends attachment as body of email or poorly named txt file

2024-06-17 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32575

--- Comment #9 from Katrin Fischer  ---
Could we maybe clarify the description of the bug a bit?

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 35294] Typo in comment in C4 circulation: barocode

2024-06-17 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35294

Katrin Fischer  changed:

   What|Removed |Added

Summary|Typo in comment in C4   |Typo in comment in C4
   |circulation barocode|circulation: barocode

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 36299] Highlighting of logged-in library facets not working

2024-06-17 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36299

Katrin Fischer  changed:

   What|Removed |Added

Summary|Highlighting of Logged-In   |Highlighting of logged-in
   |Library Facets not working  |library facets not working

--- Comment #5 from Katrin Fischer  ---
(In reply to Kelly McElligott from comment #4)
> Zebra only!!! This will only work for Zebra libraries, not libraries on
> Elastic Search.

Hi Kelly, should we re-open this bug then?

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 37104] Block AnonymousPatron from logging into anything

2024-06-17 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37104

Sam Lau  changed:

   What|Removed |Added

 Attachment #167795|0   |1
is obsolete||

--- Comment #3 from Sam Lau  ---
Created attachment 167798
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=167798=edit
Bug 37104: Block AnonymousPatron from logging into staff interface and OPAC

This patch blocks the patron set as the anonymous patron from logging into the
staff interface and OPAC.

To test:
1) In Administration->sys. pref, make sure AnonymousPatron is pointed to an
account.
2) Visit that patron's page and set their permissions to superlibrarian
("Access to all librarian functions")
3) Ensure that you know the username and password for this patron and can log
in.
4) Visit the OPAC, attempt to log-in with your anon patron.
5) Note that you can log in and nothing happens.
6) Visit the staff interface, attempt to log-in with anon patron.
7) Once again, note that you are able to log-in with no issue.
8) Apply patch and restart_all
9) Attempt to log into the OPAC and staff interface with the patron again.
10) This time, you should get an error message on both pages saying, "Error:
You can't log in as the anonymous patron!"

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 37097] koha is not responding due to lack of free disk space (zebra tmp suddenly grows)

2024-06-17 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37097

--- Comment #3 from Yuriy Kotsyuk  ---
(In reply to David Cook from comment #1)
> I have noticed on some systems that Zebra sometimes leaves behind temporary
> search results in that /var/lib/koha/library/biblios/tmp folder. I'd say on
> 98% of my instances it does not do this, but the other 2% it does. For
> those, I have a cronjob that uses the "find" command to find search result
> files older than say 1 hour and delete them. 
> 
> It's not clear why this happens and Zebra isn't really supported by its
> authors anymore. They suggest moving to Elasticsearch, which is also an
> option with Koha. 
> 
> I've found the cronjob workaround works well enough.

So, thanks! I'll try to do the same.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 24194] Add system preference to disable the use of expiration dates for holds

2024-06-17 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24194

Owen Leonard  changed:

   What|Removed |Added

 Status|Signed Off  |Failed QA

--- Comment #71 from Owen Leonard  ---
I rebased the patches, but there are a lot of issues reported by the QA tool so
I'm setting to 'Failed QA'

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 24194] Add system preference to disable the use of expiration dates for holds

2024-06-17 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24194

--- Comment #70 from Owen Leonard  ---
Created attachment 167797
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=167797=edit
Bug 24194: (follow-up) Throw an error if expiration date used

Signed-off-by: Nicolas Giraud 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 24194] Add system preference to disable the use of expiration dates for holds

2024-06-17 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24194

Owen Leonard  changed:

   What|Removed |Added

 Attachment #159060|0   |1
is obsolete||
 Attachment #159061|0   |1
is obsolete||

--- Comment #69 from Owen Leonard  ---
Created attachment 167796
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=167796=edit
Bug 24194: Add ReserveExpiration system preference to disable expiration date
options for reserves

To test:
1) Update database
2) Go to place a hold on any biblio in the staff intranet and confirm
   you can see the 'Hold expires on date' field.
3) In another tab, go to place a hold on any biblio in the OPAC and
   confirm you can see the 'Hold not needed after' field as an option.
4) In yet another tab, open the staff intranet and place a reserve for a
   user. Check it in and set the reserve as waiting. Notice that an
   expiration date has now been generated for this reserve.
5) Attempt to check out the item you reserved to some other borrower.
   Revert waiting status. Notice that the expiration date that was
   generated remains.
6) Go to Administration -> system preferences and set ReserveExpiration
   system preference to 'Disable'
7) Refresh the hold request page in the intranet. Confirm the expiration
   date field disappears.
8) Refresh the hold request page in the OPAC. Confirm the expiration
   date field disappears.
9) Place another reserve. Check it in and set the reserve as waiting.
   Notice that no expiration date was generated for this reserve.
10) Attempt to check out the item you reserved to some other borrower.
Revert waiting status. The expiration date should remain null.
11) Confirm tests pass
t/db_dependent/Hold.t
t/db_dependent/Reserves.t
12) Go to Admin -> System preferences and search for ReserveExpiration.
Confirm related system preferences have a reference to
ReserveExpiration and the links all work
13) Text the cancel_expired_holds.pl cronjob and confirm it works with
ReserveExpiration enabled, and does nothing when disabled
14) Confirm all instances where hold expiration dates are set or
referenced are shown or hidden correctly, depending on
ReserveExpiration

Pages in the staff interface:

- Check out to a patron and check the holds tab
- View patron details and check the holds tab
- Patron hold history
- Patron details -> Print -> Print summary
- Place a hold on a title which already has at least one hold on it,
  check the table of existing holds.
- Circulation -> Holds awaiting pickup

Pages in the OPAC:

- Log in to the OPAC as a patron with holds
  - Your summary -> Holds tab
  - Your holds history (OPACHoldsHistory must be enabled).

Sponsored-by: Horowhenua Library Trust

Signed-off-by: David Nind 
Signed-off-by: Nicolas Giraud 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 24194] Add system preference to disable the use of expiration dates for holds

2024-06-17 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24194

Owen Leonard  changed:

   What|Removed |Added

 Status|Patch doesn't apply |Signed Off

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 30198] Add privacy elements to reports

2024-06-17 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30198

Michelle Spinney  changed:

   What|Removed |Added

 CC||mspin...@clamsnet.org

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 37104] Block AnonymousPatron from logging into anything

2024-06-17 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37104

Sam Lau  changed:

   What|Removed |Added

 Attachment #167793|0   |1
is obsolete||

--- Comment #2 from Sam Lau  ---
Created attachment 167795
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=167795=edit
Bug 37104: Block AnonymousPatron from logging into staff interface and OPAC

This patch blocks the patron set as the anonymous patron from logging into the
staff interface and OPAC.

To test:
1) In Administration->sys. pref, make sure AnonymousPatron is pointed to an
account.
2) Visit that patron's page and set their permissions to superlibrarian
("Access to all librarian functions")
3) Ensure that you know the username and password for this patron and can log
in.
4) Visit the OPAC, attempt to log-in with your anon patron.
5) Note that you can log in and nothing happens.
6) Visit the staff interface, attempt to log-in with anon patron.
7) Once again, note that you are able to log-in with no issue.
8) Apply patch and restart_all
9) Attempt to log into the OPAC and staff interface with the patron again.
10) This time, you should get an error message on both pages saying, "Error:
You can't log in as the anonymous patron!"

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 37105] New: MARC21 866 $z Textual holdings - public note does not display

2024-06-17 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37105

Bug ID: 37105
   Summary: MARC21 866 $z Textual holdings - public note does not
display
 Change sponsored?: ---
   Product: Koha
   Version: 23.11
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: P5 - low
 Component: MARC Bibliographic data support
  Assignee: koha-bugs@lists.koha-community.org
  Reporter: e...@efdss.org
QA Contact: testo...@bugs.koha-community.org

This appears to be similar to the closed bug 4300 - Display 866z summary
holdings public note in OPAC
Despite having the framework set for 866$z public note to display in the OPAC,
Staff interface, and editor, it only appears in the editor and the MARC view of
the staff interface.
This is a very important field for our serials records as it lists the issues
that are lacking.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 26933] Improve handling of multiple covers on catalog search results in the OPAC

2024-06-17 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26933

Owen Leonard  changed:

   What|Removed |Added

 Attachment #165822|0   |1
is obsolete||

--- Comment #14 from Owen Leonard  ---
Created attachment 167794
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=167794=edit
Bug 26933: Improve handling of multiple covers on catalog search results in the
OPAC

This patch implements a book cover slider widget for cover images in
OPAC search results, matching the way we show covers on the detail page.

To test, apply the page and rebuild the OPAC CSS
(https://wiki.koha-community.org/wiki/Working_with_SCSS_in_the_OPAC_and_staff_client).

Enable multiple cover image services. The patch was developed with these
services available:

- Amazon
- Local cover images
- Coce (serving up Amazon, Google, and OpenLibrary images)
- OpenLibrary
- Baker & Taylor
- Google
- Custom cover images (the CustomCoverImages preference)

Perform a variet of searches and confirm that cover images are
displaying correctly, whether there be 0, 1, 2, or more covers
available for each.

Sponsored-by: Athens County Public Libraries
Signed-off-by: David Nind 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 37104] Block AnonymousPatron from logging into anything

2024-06-17 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37104

--- Comment #1 from Sam Lau  ---
Created attachment 167793
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=167793=edit
Bug 37104: Block AnonymousPatron from logging into staff interface and OPAC

This patch blocks the patron set as the anonymous patron from logging into the
staff interface and OPAC.

To test:
1) In Administration->sys. pref, make sure AnonymousPatron is pointed to an
account.
2) Visit that patron's page and set their permissions to superlibrarian
("Access to all librarian functions")
3) Ensure that you know the username and password for this patron and can log
in.
4) Visit the OPAC, attempt to log-in with your anon patron.
5) Note that you can log in and nothing happens.
6) Visit the staff interface, attempt to log-in with anon patron.
7) Once again, note that you are able to log-in with no issue.
8) Apply patch and restart_all
9) Attempt to log into the OPAC and staff interface with the patron again.
10) This time, you should get an error message on both pages saying, "Error:
You can't log in as the anonymous patron!"

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 36045] Use DataTables filter for suggestions search

2024-06-17 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36045

Owen Leonard  changed:

   What|Removed |Added

 Attachment #165714|0   |1
is obsolete||

--- Comment #4 from Owen Leonard  ---
Created attachment 167792
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=167792=edit
Bug 36045: Use DataTables filter for suggestions search

This patch removes the server-side suggestions search form and related
code from the OPAC suggestions page. In its place is a DataTables filter
form and a custom dropdown to replace the "suggested by me/anyone"
option from the old search.

To test you should have some suggestions in your system submitted by
two or more users.

- Apply the patch and rebuild the OPAC CSS.
- Go to Administration -> System preferences and set the
  "OPACViewOthersSuggestions" preference to "Show."
- Log in to the OPAC as one of the users who has submitted suggetions.
- Go to the purchase suggestions page.
  - The initial view should be of "your" suggestions.
  - The dropdown filter at the top should have "Suggested by me"
selected.
  - The "Clear filter" button should be disabled.
- Test that the "Suggested by me" dropdown works to change what's shown
  in the table.
  - The "Clear filter" button should be enabled when you choose
"Suggested by anyone."
- The DataTables "Search" field should work correctly with either
  setting of the "Suggested by..." dropdown.

- Go back to Administration in the staff interface and disable the
  "OPACViewOthersSuggestions" preference.
- Return to the suggestions page in the OPAC.
- You should see only your suggestions, and the "Suggested by..."
  dropdown should not be there.
- Confirm that filtering still works correctly.

Signed-off-by: David Nind 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 29079] Make bibliographic information in holds queue customizable

2024-06-17 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29079

Lucas Gass  changed:

   What|Removed |Added

   Patch complexity|--- |Trivial patch

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 29079] Make bibliographic information in holds queue customizable

2024-06-17 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29079

--- Comment #8 from Lucas Gass  ---
Created attachment 167791
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=167791=edit
Bug 29079: Add author and publication details columns to holds queue

To test:
1. Apply patch, restart_all
2. Add some holds and run the holds queue builder.
3. Go to the holds queue.
4. You should see less information in the 'Title' field.
5. You should see an 'Author' column, make sure it is sortable and the data is
correct.
6. You should see a 'Publication details' column, that should also be sortable.
Make sure the data is correct.
7. Each column, and all other in the holds queue table, should be column
configurable via Table Settings.
8. Make sure you hide/show columns via Table settings.
9. Make sure the data can be exported correctly via tha Export button.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 29079] Make bibliographic information in holds queue customizable

2024-06-17 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29079

Lucas Gass  changed:

   What|Removed |Added

 Status|NEW |Needs Signoff

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 29079] Make bibliographic information in holds queue customizable

2024-06-17 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29079

Lucas Gass  changed:

   What|Removed |Added

   Assignee|koha-b...@lists.koha-commun |lu...@bywatersolutions.com
   |ity.org |

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 37063] Show Analytics link not displaying with Analytics enhanced workflow

2024-06-17 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37063

--- Comment #3 from Katrin Fischer  ---
I think since 22.11 we do a background search that makes the link only appear,
if there are results to the search. If it is an updated system the
control-number-identifier (cni) index might not be there or filled. But that's
just a first idea.

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 37104] Block AnonymousPatron from logging into anything

2024-06-17 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37104

Lucas Gass  changed:

   What|Removed |Added

   Assignee|koha-b...@lists.koha-commun |sama...@gmail.com
   |ity.org |

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


  1   2   >