The Checkout History tab (issue.pl) currently shows the branch name and time stamp for a checkout, but only the time stamp for when it was returned. There are occasions in multi-branch systems when it is helpful to also know where the checkin occurred.
It's issuehistory.pl The table old_issues does not have a column for the checkin branch. See: http://schema.koha-community.org/master/tables/old_issues.html
Info where was checkin occured is very useful for us too.
I am not sure how to achieve this. Currently all information is pulled from the issues and old_issues tables, but the information about the checkin branch is not recorded there. We'd need statistics, but we don't record the issue_id there.
We also want to see the site where the item was returned. In the Borrowing history showing the item circulation details it would also be useful to be able to see if an item was issued/returned/renewed using the self-service kiosk, or via staff client - and which member of staff did the transaction. Also via the OPAC for renewals. It would help track down missing items. - e.g. to identify which returns trolley the item may have gone onto or which kiosk was used for a return.
Our staff members are also asking for extra information on title's checkout history display. In addition to checkin branch, a "checked in by" column would also come in handy when a missing item's last moves are being investigated. At the moment staff uses a separate report for this purpose.