Bug 16639 - Split item data from description in Fines tab into separate columns
Summary: Split item data from description in Fines tab into separate columns
Status: RESOLVED DUPLICATE of bug 16461
Alias: None
Product: Koha
Classification: Unclassified
Component: Fines and fees (show other bugs)
Version: 3.20
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-06-02 10:40 UTC by Theodoros Theodoropoulos
Modified: 2020-01-11 13:31 UTC (History)
7 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Theodoros Theodoropoulos 2016-06-02 10:40:57 UTC
As an alternative approach to https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16461 , it would be far better if separate "Barcode", "Due Date" and "Branch" columns were created in the Fines->Account table and Fines->Pay Fines


So, my proposal for the for the Fines->Account table would be something like:
Date | Description of charges | Barcode | Due Date | Branch | Note | Amount | Outstanding | Print

And accordingly for the Fines->Pay Fines table:
Fines & charges | Description | Barcode | Due Date | Branch | Payment note | Account type | Notify id | Level | Amount | Amount outstanding


(The new tables /seem/ to have many columns to fit into the screen, but the "Description" column doesn't have to be as long as it used to, so the result will fit)

Be warned that this approach assumes also that separate columns should be created in the accountlines db table to hold (at least) the branchcode (and/or the item barcode).
Comment 1 Jamsheer N P 2016-11-26 07:05:11 UTC
It is very difficult to pay fine of a particular book without barcode number. One have to physically verify the barcode with title of the book, especially when the titles are entered in multiple languages. As Theodoros Theodoropoulos adding a separate column for barcode is highly recommended.
Comment 2 Martin Renvoize 2018-12-17 09:38:20 UTC
19066
Comment 3 Martin Renvoize 2018-12-17 09:39:02 UTC
branchcode is added to accountlines in bug 19066 so that one doesn't need to be repeated here.
Comment 4 Katrin Fischer 2020-01-11 13:31:26 UTC

*** This bug has been marked as a duplicate of bug 16461 ***