Bug 37596 - Pending on-site checkouts terminology change needed
Summary: Pending on-site checkouts terminology change needed
Status: Signed Off
Alias: None
Product: Koha
Classification: Unclassified
Component: Circulation (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low enhancement
Assignee: Nicolas Hunstein
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-08-07 20:02 UTC by Esther Melander
Modified: 2025-04-07 21:50 UTC (History)
3 users (show)

See Also:
GIT URL:
Change sponsored?: ---
Patch complexity: String patch
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments
Bug 37596: update the string "Pending On-Site Checkouts" (3.65 KB, patch)
2025-01-14 17:00 UTC, Nicolas Hunstein
Details | Diff | Splinter Review
Bug 37596: update the string "Pending On-Site Checkouts" (3.44 KB, patch)
2025-04-03 09:31 UTC, Nicolas Hunstein
Details | Diff | Splinter Review
Bug 37596: update the string "Pending On-Site Checkouts" (3.44 KB, patch)
2025-04-04 07:36 UTC, Nicolas Hunstein
Details | Diff | Splinter Review
Bug 37596: update the string "Pending On-Site Checkouts" (3.50 KB, patch)
2025-04-07 21:50 UTC, Brendan Gallagher
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Esther Melander 2024-08-07 20:02:39 UTC
To replicate:

1. Enable OnSitecheckouts
2. Find some items and check them out by checking the box for On-Site.
3. Go to circulation and select the button for Pending On-site Checkouts
4. See a table of checked-out items

The table found in Pending On-site Checkouts is not populated until items are actually checked out. The term Pending is confusing because the items are not in a waiting status. Pending should be changed to Current or Outstanding.
Comment 1 Esther Melander 2024-08-07 20:29:36 UTC
Or maybe remove the word Pending and just have it be On-Site Checkouts.
Comment 2 Nicolas Hunstein 2025-01-14 17:00:00 UTC
Created attachment 176518 [details] [review]
Bug 37596: update the string "Pending On-Site Checkouts"

changes string "Pending On-Site Checkouts" to "On-site checkouts"

to test:
- enable OnSiteCheckouts
- find some items and check them out by checking the box for On-Site
- go to circulation an select the button for Pending on-site checkouts
- see a table of checked-out items

- apply patch
- verify string has changed to On-site checkouts
Comment 3 Caroline Cyr La Rose 2025-03-31 14:47:59 UTC
I get a merge error when trying to apply the patch
Comment 4 Nicolas Hunstein 2025-04-03 09:31:25 UTC
Created attachment 180476 [details] [review]
Bug 37596: update the string "Pending On-Site Checkouts"

changes string "Pending On-Site Checkouts" to "On-site checkouts"

to test:
- enable OnSiteCheckouts
- find some items and check them out by checking the box for On-Site
- go to circulation an select the button for Pending on-site checkouts
- see a table of checked-out items

- apply patch
- verify string has changed to On-site checkouts
Comment 5 Nicolas Hunstein 2025-04-04 07:36:10 UTC
Created attachment 180612 [details] [review]
Bug 37596: update the string "Pending On-Site Checkouts"

changes string "Pending On-Site Checkouts" to "On-site checkouts"

to test:
- enable OnSiteCheckouts
- find some items and check them out by checking the box for On-Site
- go to circulation an select the button for Pending on-site checkouts
- see a table of checked-out items

- apply patch
- verify string has changed to On-site checkouts
Comment 6 Brendan Gallagher 2025-04-07 21:50:58 UTC
Created attachment 180712 [details] [review]
Bug 37596: update the string "Pending On-Site Checkouts"

changes string "Pending On-Site Checkouts" to "On-site checkouts"

to test:
- enable OnSiteCheckouts
- find some items and check them out by checking the box for On-Site
- go to circulation an select the button for Pending on-site checkouts
- see a table of checked-out items

- apply patch
- verify string has changed to On-site checkouts

Signed-off-by: Brendan Gallagher <brendan@bywatersolutions.com>