https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38331
David Nind <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the|This enhancement adds new |This enhancement adds release notes|columns to the item search |additional columns to the |results (hidden by |item search results table |default): |(they are hidden by |- dateaccessioned |default): |- itemlost_on |- dateaccessioned (Date |- damaged_on |acquired) |- withdrawn_on |- itemlost_on (Date lost)* |- datelastseen |- damaged_on (Date | |damaged)* | |- withdrawn_on (Date | |withdrawn)* | |- datelastseen (Date last | |seen) | | | |* These dates are added or | |updated when the respective | |status is changed for an | |item. --- Comment #23 from David Nind <[email protected]> --- I've added a follow-up patch to rename the item search results columns: - Date accessioned -> Date acquired (to match up with the input field name - 952$d (d - Date acquired)) - Item lost on date -> Date lost - Item damaged on date > Date damaged - Withdrawn on date -> Date withdrawn - Date last seen -> no change Reasons: - this is an item search, so including 'item' in the column title is unnecessary - shorter and more succinct An alternative to my follow-up would be lost date, damaged date, withdrawn date, acquired date. Additional suggestion: Show the date fields after the appropriate column for the setting. For example, put damaged_on after damaged status. Testing notes (using KTD): 1. For step 1, edit some items for records: - Date acquired (dateaccessioned): most items already have a date accessioned, but you can add in 952$d (d - Date acquired) - Dates for the various statuses - add a status value for these fields, the date the status is changed is used for these fields: . itemlost_on: mark an items as lost, choose a lost staus for 952$1 (1 - Lost status) . damaged_on: mark an item as damaged, choose a damage status for 952$4 (4 - Damaged status) . withdrawn_on: mark an item as withdrawn, choose a withdrawn status for 952$0 (0 - Withdrawn status) - Date last seen (datelastseen): check some items out to a patron -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] 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/
