Summary: | Add ability to record what triggered a given transfer | ||
---|---|---|---|
Product: | Koha | Reporter: | Martin Renvoize (ashimema) <martin.renvoize> |
Component: | Circulation | Assignee: | Martin Renvoize (ashimema) <martin.renvoize> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | 1joynelson, gmcharlt, jonathan.druart, kyle.m.hall, sally.healey, testopia |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Trivial patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: |
With the addition of the `reason` field to the `branchtransfers` table this allows us to track what triggered a transfer which is helpful both for later audit and for later use in code where we may want to cancel or replace existing transfers.
|
Version(s) released in: |
20.05.00
|
Circulation function: | |||
Bug Depends on: | |||
Bug Blocks: | 24296 | ||
Attachments: |
Bug 24287: Add `trigger` to `branchtransfers`
Bug 24287: Add `trigger` to `branchtransfers` Bug 24287: Add `trigger` to `branchtransfers` Bug 24287: Add `trigger` to `branchtransfers` Bug 24287: Add `reason` to `branchtransfers` |
Description
Martin Renvoize (ashimema)
2019-12-20 14:49:12 UTC
Created attachment 96594 [details] [review] Bug 24287: Add `trigger` to `branchtransfers` This patch adds the `trigger` field to the `branchtransfers` table to record what triggered a transfer. Created attachment 97501 [details] [review] Bug 24287: Add `trigger` to `branchtransfers` This patch adds the `trigger` field to the `branchtransfers` table to record what triggered a transfer. Test plan: Apply patch, run updatedatabase. Varify the new 'trigger' field is added to the database. (Bonus points, check that a fresh install does the same) Created attachment 97516 [details] [review] Bug 24287: Add `trigger` to `branchtransfers` This patch adds the `trigger` field to the `branchtransfers` table to record what triggered a transfer. Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Created attachment 97532 [details] [review] Bug 24287: Add `trigger` to `branchtransfers` This patch adds the `trigger` field to the `branchtransfers` table to record what triggered a transfer. Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Created attachment 98023 [details] [review] Bug 24287: Add `reason` to `branchtransfers` This patch adds the `reason` field to the `branchtransfers` table to record what triggered a transfer. Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Nice work everyone! Pushed to master for 20.05 enhancement not backported to 19.11.x |